/*全局*/
body {
    min-width: 1200px;
    margin: 0 auto;
}

.scroll {
    width: 100%;
    /*border: 1px solid #ccc;*/
    overflow: hidden;
}

.scroll ul {
    white-space: nowrap;
}

.scroll ul li {
    display: inline-block;
    margin: 10px;
    color: rgba(255, 69, 0, 1);
    font-size: 1.5rem;
    /*height: 50px;*/
    /*line-height: 50px;*/
}

.el {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.el_2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.el_3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.cl {
    clear: both;
}

.current {
    color: #2077BE;
}

.open {
    display: block !important;
}

.fenye {
    height: 50px;
    line-height: 50px;
    margin: 20px 0;
}

.fenye a {
    padding: 10px 15px;
    border: 1px solid #ccc;
    margin: 0 10px;
    border-radius: 3px;
}

.fenye a.on {
    border-color: #076CBA;
    background-color: #076CBA;
    color: #fff;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.gonggao {
    width: 100%;
    margin: 0 auto;
    height: 50px;
    background-color: #f2f2f2;
    /*border: 1px solid red;*/
    overflow: hidden;
}

.gonggao p {
    color: rgba(255, 69, 0, 1);
    font-size: 1.5rem;
    height: 50px;
    line-height: 50px;
    letter-spacing: 4px;
    opacity: 1;
}

.gonggao_animate {
    /*padding-left: 20px;*/
    /*font-size: 12px;*/
    /*color: #000;*/
    display: inline-block;
    white-space: nowrap;
    animation: 20s wordsLoop linear infinite normal;
}

@keyframes wordsLoop {
    0% {
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
    }
    100% {
        transform: translateX(-400%);
        -webkit-transform: translateX(-400%);
    }
}


@-webkit-keyframes wordsLoop {
    0% {
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
    }
    100% {
        transform: translateX(-400%);
        -webkit-transform: translateX(-400%);
    }
}


/*top*/
#top_est {
    position: fixed;
    z-index: 999;
    width: 100%;
    /*min-width: 1640px;*/
    min-width: 1200px;
    height: 158px;
    /*height: 108px;*/
}

.top_est {
    transition: all .5s;
    background-color: rgba(31, 37, 44, 0.8);
}

.fixed_a {
    transition: all .5s;
    background-color: rgba(255, 255, 255, 1);
    border-bottom: 2px solid #0060A1;
}

.fixed_a .navlink_l > a {
    color: #000;
}

.fixed_a .navlink_pro > a {
    color: #000;
}

.top_navbox {
    /*max-width: 1750px;*/
    margin: 0 auto;
    /*height: 100%;*/
    height: 108px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-content: center;
}

.logo_a {
    display: block;
    /*float: left;*/
    height: 100%;
}

.logo_a img {
    padding-top: 4px;
    width: 100px;
    height: 100px
}

.re_search {
    margin-bottom: 40px;
}

.search {
    /*position: absolute;*/
    /*top: 30px;*/
    /*right: 15px;*/
    margin-top: 40px;
    width: 200px;
    height: 36px;
    border-radius: 35px;
    background-color: #fff;
}

.search i {
    cursor: pointer;
    font-size: 22px;
    color: #888;
}

.search input {
    border: none;
    height: 36px;
    line-height: 36px;
    border-radius: 35px;
    padding: 0;
    box-sizing: border-box;
    outline: medium;
    width: 160px;
    float: left;
    padding-left: 10px;
}

.search .btn {
    width: 25px;
    height: 36px;
    line-height: 36px;
    border: none;
    background: none;
}

.searchall {
    display: inline-block;
}

.searchall .secinput {
    line-height: 35px;
    height: 35px;
    width: 400px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 0 10px;
}

.secbtn {
    line-height: 38px;
    height: 38px;
    width: 60px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 0 10px;
}

.highlight {
    color: red;
}

.search-results {
    text-align: left;
    margin-bottom: 10px;
}

.search-results h3 {

}

.search-results p {
    color: #666;
    padding-top: 10px;
}

.search-results i {
    float: right;
}

.top_navbox ul {
    /*width: 70%;*/
    /*height: 108px;*/
    /*margin: 0 auto;*/
}

.top_navbox ul > li {
    position: relative;
    display: inline-block;
    transition: all .5s;
}

.top_navbox > ul > li > a {
    display: block;
    font-size: 16px;
    font-family: lighter;
    color: #fff;
    padding: 0 10px;
    /*margin: 0 21px;*/
    margin: 0 5px;
    line-height: 108px;
}

.nav_none {
    position: absolute;
    display: none;
    opacity: 0;
    top: 109px;
    left: 0;
    width: 100%;
    background-color: #0060A1;
    transition: all .5s;
}
.nav_none_product {
    position: absolute;
    display: none;
    opacity: 0;
    top: 109px;
    left: -20px;
    /*left: 0;*/
    width: 140%;
    background-color: #0060A1;
    transition: all .5s;
}

.nav_none a {
    display: block;
    padding: 15px 0;
    text-align: center;
    font-size: 15px;
    color: #fff;
}

.nav_none a:hover {
    background: #046db5;
}

.nav_none_product a {
    display: block;
    padding: 15px 0;
    text-align: center;
    font-size: 15px;
    color: #fff;
}

.nav_none_product a:hover {
    background: #046db5;
}

/*banner*/
#banner .swiper-slide {
    height: 100vh;
    width: 100%;
    overflow: hidden;
}


#banner .swiper-slide img {
    height: 100%;
    width: 100%;
    -ms-transform: scale(1.2, 1.2); /* IE 9 */
    -o-transform: scale(1.2, 1.2); /* IE 9 */
    -moz-transform: scale(1.2, 1.2); /* IE 9 */
    -webkit-transform: scale(1.2, 1.2); /* Chrome, Safari, Opera */
    transform: scale(1.2, 1.2);
    -webkit-transition: transform 5000ms ease-in-out; /* Safari */
    -moz-transition: transform 5000ms ease-in-out; /* Safari */
    -o-transition: transform 5000ms ease-in-out; /* Safari */
    -ms-transition: transform 5000ms ease-in-out; /* Safari */
    transition: transform 5000ms ease-in-out;
}

#banner .swiper-slide-active > img {
    -ms-transform: scale(1, 1); /* IE 9 */
    -o-transform: scale(1, 1); /* IE 9 */
    -moz-transform: scale(1, 1); /* IE 9 */
    -webkit-transform: scale(1, 1); /* Chrome, Safari, Opera */
    transform: scale(1, 1);
}

/*#banner .swiper-pagination-bullets{*/
/*	bottom: 39%;*/
/*}*/

/*.amore{
	position: absolute;
	z-index: 9;
	bottom: 30px;
	width: 100%;
	text-align: left;
	padding-left: 85px;
}
.amore>span{
	display: inline-block;
	z-index: 9;
	margin-right: 5px;
	width: 63px;
	height: 59px;
	background-color: #fff;
	cursor: pointer;
	border-radius: 0;
	opacity: 0.8;
}

.amore>span:nth-child(1){
	background:url(../images/main_visual_prev_btn.png);
}
.amore>span:nth-child(2){
	background:url(../images/main_visual_next_btn.png);
}
.amore>span:nth-child(n+3){
	display: none;
}*/
/*.swiper-pagination-bullet-active{
	border: 1px solid #2E4F84;
	box-shadow: 1px 1px 4px #2E4F84;
	box-sizing: border-box;
}*/
#banner .ban-prev {
    left: 90px;
    background: url(../images/left.png);
}

#banner .ban-next {
    left: 160px;
    background: url(../images/right.png);
}

#banner .ban-prev, #banner .ban-next {
    width: 60px;
    height: 60px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    /*background-image:none;*/
}

#banner .swiper-button-next:after, #banner .swiper-button-prev:after {
    /*display: none;*/
}

/*#banner .ban-prev i, #banner .ban-next  i{
	font-size: 25px;
	color: #Fff;
	width: 60px;
	line-height: 60px;
	display: inline-block;
	text-align: center;
}*/
#banner .ban-prev:hover, #banner .ban-next:hover {
    border: 1px solid #019aea;
    /*background: #019aea;*/
}

#banner .swiper-pagination {
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 168px;*/
    text-align: left !important;
}

/*.my-pagination-clickable{*/
/*	position: absolute;*/
/*	left: 0;*/
/*	top: 168px;*/
/*}*/

#banner .swiper-pagination-bullets {
    top: 168px;
    left: 10px;
    /*left: -45%;*/
}

#banner .swiper-pagination-bullet {
    width: 80px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    color: #fff;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0 !important;
}

#banner .swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
}

/*.swiper-wrapper{
	z-index: 6;
}*/
.ban_scroll {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    z-index: 9;
    color: #fff;
    opacity: 0.9;
}

.ban_scroll > p {
    line-height: 13px;
}

.ban_text {
    position: absolute;
    z-index: 99;
    bottom: 100px;
    left: 30px;
    width: 600px;
    /*height: 140px;*/
    /*border-left: 1px solid rgba(255, 255, 255, 0.4);*/
    background: rgba(0, 0, 0, .7);
    color: rgba(255, 255, 255, 1);
    text-align: left;
    padding: 25px;
    /*padding-top: 10px;*/
    opacity: 1;
}

.ban_text h3 {
    font-size: 26px;
    color: rgba(255, 255, 255, 1);
    text-shadow: 2px 3px 1px orangered;
}

.ban_text p {
    padding-top: 20px;
    font-size: 15px;
    color: rgba(255, 255, 255, 1);
    text-shadow: 1px 1px 1px black;
}

/*.ban_text a{*/
/*	display: block;*/
/*	width: 110px;*/
/*	height: 29px;*/
/*	color: #fff;*/
/*	font-size: 16px;*/
/*	background: url(../images/more_btn_bg.png) no-repeat;*/
/*	background-position: bottom;*/
/*}*/
.mmp, .nmp, .nbp {
    /*margin-left: 100px;*/
    opacity: 1;
}


/*main1*/
#main1 {
    width: 100%;
    height: 140px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #ccc;
}

.main1box {
    /*width: 1200px;*/
    width: 94%;
    height: 100%;
    /*margin:0 auto;*/
    overflow: hidden;
    margin-left: 3%;
}

.bd2 > ul > li {
    width: 300px;
}

.bd2 > ul > li img {
    width: 207px;
    height: 92px;
}

/*main2*/
#main2 {
    background: url(../images/lbg.jpg);
    overflow: hidden;
}

.main2box {
    /*display: flex;*/
    /*flex-flow: row wrap;*/
    /*justify-content: space-between;*/
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
}

.ind_caselist {
    position: relative;
    width: 390px;
    height: 301px;
    margin-top: 15px;
    border-radius: 50px;
    overflow: hidden;
    transition: all .5s;
}

.ind_caselist:hover {
    transition: all .5s;
    border-radius: 0;
}

.main2box .ind_caselist:nth-child(1) {
    animation: mymove1 15s infinite;
    /* Safari and Chrome */
    -webkit-animation: mymove1 15s infinite;
}

.main2box:hover .ind_caselist {
    animation-play-state: paused !important;
    -webkit-animation-play-state: paused;
}

/*@keyframes mymove1{
	0%	{
			top:0px; left:0px;
	}
	17%	{
			top:316px; left:0px;
	}
	33%	{
			top:316px; left:405px;
	}
	48%	{
			top:316px; left:810px;
	}
	64%{
			top:0px; left:810px;
	}
	81%{
			top:0px; left:405px;
	}
	100%{
			top:0px; left:0px;
	}
}

@-webkit-keyframes mymove1 {
	0%	{
			top:0px; left:0px;
	}
	17%	{
			top:316px; left:0px;
	}
	33%	{
			top:316px; left:405px;
	}
	48%	{
			top:316px; left:810px;
	}
	64%{
			top:0px; left:810px;
	}
	81%{
			top:0px; left:405px;
	}
	100%{
			top:0px; left:0px;
	}
}
.main2box .ind_caselist:nth-child(2){
	animation:mymove2 15s infinite;
	-webkit-animation:mymove2 15s infinite;
}
@keyframes mymove2{
	0%	{
			top:0px; left:0px;
	}
	17%	{
			top:0px; left:-405px;
	}
	33%	{
			top:316px; left:-405px;
	}
	48%	{
			top:316px; left:0px;
	}
	64%{
			top:316px; left:405px;
	}
	81%{
			top:0px; left:405px;
	}
	100%{
			top:0px; left:0px;
	}
}

@-webkit-keyframes mymove2 {
	0%	{
			top:0px; left:0px;
	}
	17%	{
			top:0px; left:-405px;
	}
	33%	{
			top:316px; left:-405px;
	}
	48%	{
			top:316px; left:0px;
	}
	64%{
			top:316px; left:405px;
	}
	81%{
			top:0px; left:405px;
	}
	100%{
			top:0px; left:0px;
	}
}
.main2box .ind_caselist:nth-child(3){
	animation:mymove3 15s infinite;

	-webkit-animation:mymove3 15s infinite;
}
@keyframes mymove3{
	0%	{
			top:0px; left:0px;
	}
	17%	{
			top:0px; left:-405px;
	}
	33%	{
			top:0px; left:-810px;
	}
	48%	{
			top:316px; left:-810px;
	}
	64%{
			top:316px; left:-405px;
	}
	81%{
			top:316px; left:0px;
	}
	100%{
			top:0px; left:0px;
	}
}


@-webkit-keyframes mymove3 {
	0%	{
			top:0px; left:0px;
	}
	17%	{
			top:0px; left:-405px;
	}
	33%	{
			top:0px; left:-810px;
	}
	48%	{
			top:316px; left:-810px;
	}
	64%{
			top:316px; left:-405px;
	}
	81%{
			top:316px; left:0px;
	}
	100%{
			top:0px; left:0px;
	}
}
.main2box .ind_caselist:nth-child(4){
	animation:mymove4 15s infinite;

	-webkit-animation:mymove4 15s infinite;
}
@keyframes mymove4{
	0%	{
			top:0px; left:0px;
	}
	17%	{
			top:0px; left:405px;
	}
	33%	{
			top:0px; left:810px;
	}
	48%	{
			top:-316px; left:810px;
	}
	64%{
			top:-316px; left:405px;
	}
	81%{
			top:-316px; left:0px;
	}
	100%{
			top:0px; left:0px;
	}
}


@-webkit-keyframes mymove4 {
	0%	{
			top:0px; left:0px;
	}
	17%	{
			top:0px; left:405px;
	}
	33%	{
			top:0px; left:810px;
	}
	48%	{
			top:-316px; left:810px;
	}
	64%{
			top:-316px; left:405px;
	}
	81%{
			top:-316px; left:0px;
	}
	100%{
			top:0px; left:0px;
	}
}
.main2box .ind_caselist:nth-child(5){
	animation:mymove5 15s infinite;
	-webkit-animation:mymove5 15s infinite;
}
@keyframes mymove5{
	0%	{
			top:0px; left:0px;
	}
	17%	{
			top:0px; left:405px;
	}
	33%	{
			top:-316px; left:405px;
	}
	48%	{
			top:-316px; left:0px;
	}
	64%{
			top:-316px; left:-405px;
	}
	81%{
			top:0px; left:-405px;
	}
	100%{
			top:0px; left:0px;
	}
}


@-webkit-keyframes mymove5 {
	0%	{
			top:0px; left:0px;
	}
	17%	{
			top:0px; left:405px;
	}
	33%	{
			top:-316px; left:405px;
	}
	48%	{
			top:-316px; left:0px;
	}
	64%{
			top:-316px; left:-405px;
	}
	81%{
			top:0px; left:-405px;
	}
	100%{
			top:0px; left:0px;
	}
}
.main2box .ind_caselist:nth-child(6){
	animation:mymove6 15s infinite;

	-webkit-animation:mymove6 15s infinite;
}
@keyframes mymove6{
	0%	{
			top:0px; left:0px;
	}
	17%	{
			top:-316px; left:0px;
	}
	33%	{
			top:-316px; left:-405px;
	}
	48%	{
			top:-316px; left:-810px;
	}
	64%{
			top:0px; left:-810px;
	}
	81%{
			top:0px; left:-405px;
	}
	100%{
			top:0px; left:0px;
	}
}


@-webkit-keyframes mymove6 {
	0%	{
			top:0px; left:0px;
	}
	17%	{
			top:-316px; left:0px;
	}
	33%	{
			top:-316px; left:-405px;
	}
	48%	{
			top:-316px; left:-810px;
	}
	64%{
			top:0px; left:-810px;
	}
	81%{
			top:0px; left:-405px;
	}
	100%{
			top:0px; left:0px;
	}
}*/
.ind_caselist img {
    border-radius: 50px;
    transition: all .5s;
}

.ind_caselist:hover .ind_line {
    left: 135px;
    width: 120px;
}

.ind_caselist:hover img {
    transition: all .5s;
    border-radius: 0px;
}

.ind_caselist:hover .buler {
    transition: all .5s;
    background-color: #22b7b3;
}

.buler {
    position: absolute;
    transition: all .5s;
    z-index: 9;
    opacity: 0.65;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2581c4;
}

.loind {
    transition: all .5s ease-in-out;
    position: absolute;
    z-index: 99;
    top: 48px;
    left: 105px;
}

.ind_caselist:hover .loind {
    transform: rotate(360deg);
}

.ind_casemore {
    position: relative;
    transition: all .5s;
    margin: 0 auto;
    border: 1px solid #999;
    width: 200px;
    border-radius: 3px;
    top: 957px;
    text-align: center;
}

.ind_casemore:hover {
    transition: all .5s;
    background-color: #1C6CA9;
    border-color: #1c6ca9;
}

.ind_casemore a {
    transition: all .5s;
    width: 100%;
    display: block;
    padding: 15px 0;
    font-size: 18px;
    color: #999;
}

.ind_casemore a:hover {
    transition: all .5s;
    color: #fff;
    background-color: #1C6CA9;
    text-decoration: none;
}

.ind_line {
    z-index: 999;
    position: absolute;
    bottom: 58px;
    left: 150px;
    width: 90px;
    height: 1px;
    background-color: #fff;
    transition: all .5s;
}

.ind_caselist p {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 75px;
    color: #fff;
    z-index: 99;
    font-size: 24px;
    font-weight: bold;
}

/*main3*/
#main3 {
    padding: 15px 0 52px;
    width: 100%;
    background-color: #fff;
}


.main3box {
    /*width: 2000px;*/
    width: 94%;
    /*margin: 0 auto;*/
    overflow: hidden;
    margin-left: 3%;
}

.tempWrap {
    width: 100% !important;
}

.main3box > p {
    text-align: center;
    font-size: 30px;
    line-height: 37px;
    margin: 45px;
    color: #999;
    font-weight: normal;
    background: url(../images/main_business_tit_bg.jpg) no-repeat;
    background-size: 100% 100%;
}

.picList22 {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
}

.picList22 li {
    position: relative;
    box-sizing: border-box;
    transition: all .2s;
    overflow: hidden;
    width: 268px;
    height: 520px;
}

.prod_none {
    position: absolute;
    transition: all .5s;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;

}

.picList22 li:hover .prod_none {
    opacity: 0.3;
    transition: all .5s;
}

.picList22 li:hover img.prodxx {
    transform: scale(1.18);
}

.picList22 li img.prodxx {
    transition: all .6s;
    width: 100%;
    height: 100%;
}

.picList22 li:hover .indprod_title {
    border: 8px solid #0867B2;
}

.indprod_title {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    transition: all .3s;
}

.indprod_text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    height: 100%;
    width: 100%;
}

.picList22 li:hover img.prodmm {
    opacity: 1;
    transform: rotateZ(0deg);
}

.indprod_text img {
    width: 40px !important;
    height: 40px !important;
    transition: all .3s;
    opacity: 0;
    transform: rotateZ(-30deg);
    margin-top: 71%;
}

.indprod_text h6 {
    height: 50px;
    line-height: 50px;
    text-align: left;
    font-size: 18px;
    padding-left: 15px;
    color: #666;
}

/*main4*/
#main4 {
    width: 100%;
    height: 650px;
    background: url(../images/ind_newsbg.jpg);
    overflow: hidden;
}

.main4box {
    width: 1300px;
    margin: 0 auto;
}

.ind_newsfa {
    overflow: hidden;
}

.ind_newslist {
    float: left;
    width: 380px;
    margin: 0 20px;
    background-color: #fff;
}

.ind_newsimg {
    height: 200px;
    margin: 10px;
    overflow: hidden;
}

.ind_newsimg img {
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.ind_newslist:hover img {
    transform: scale(1.23);
}

.ind_newslist p:nth-child(2) {
    text-align: left;
    padding: 20px 0 25px 18px;
    font-size: 15px;
    color: #999;
}

.ind_newslist h3 {
    font-size: 22px;
    text-align: left;
    padding-left: 18px;
    padding: 20px;
}

.ind_newslist:hover h3 {
    color: #2F79B0;
}

.ind_newslist p:nth-child(4) {
    text-align: left;
    padding: 0px 18px 20px;
    font-size: 14px;
    color: #888;
}

.ind_change {
    transition: all .5s;
    width: 40px;
    height: 3px;
    background-color: #c1c1c1;
    margin-left: 18px;
    margin-bottom: 20px;
}

.ind_newslist:hover .ind_change {
    width: 80px;
    transition: all .5s;
    background-color: #2F79B0;
}

.ind_newsh2 {
    padding: 50px 0 60px;
}

.ind_newsh2 p:nth-child(1) {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.ind_newsh2 p:nth-child(2) {
    font-size: 15px;
    color: #97BCD8;
    padding-top: 15px;
}

.ind_newsmore {
    width: 200px;
    margin: 50px auto;
    border: 1px solid #fff;
    border-radius: 3px;
}

.ind_newsmore a {
    display: block;
    transition: all .5s;
    padding: 15px 50px;
    color: #fff;
    font-size: 18px;
}

.ind_newsmore:hover {
    transition: all .5s;
    background-color: #fff;
}

.ind_newsmore:hover a {
    transition: all .5s;
    color: #1A6AA9;
    text-decoration: none;
}

.newsshow_tex {
    padding: 0 15px 30px;
    font-size: 15px;
}

.newsshow_tex ul.text li {
    text-align: left;
}

/*main5*/
#main5 {
    width: 100%;
    overflow: hidden;
    height: 410px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.main5_left {
    /*float: left;*/
    width: 50vw;
    height: 410px;
    /*padding-bottom: 30px;*/
    background-color: #232A34;
}

.main5_right {
    /*float: left;*/
    width: 50vw;
    height: 410px;
    background-color: #eee;
    padding: 50px;
    overflow: hidden;
}

.nmgb {
    width: 688px;
}

.nmgb li {
    overflow: hidden;
    padding: 15px 50px;
}

.nmgb li a:hover h4 {
    color: #0060a1;
}

.nmgb h4 {
    font-size: 15px;
    float: left;
}

.nmgb span {
    font-size: 14px;
    float: right;
}

.main5_left h1 {
    height: 60px;
    background: url(../images/footer1.png) no-repeat;
    background-position: 212px;
    background-size: 7%;
    margin: 50px 0;
    font-size: 30px;
    text-align: left;
    padding-left: 298px;
    line-height: 66px;
    color: #fff;
}

.main5_left img {
    width: 100%;
    height: 100%;
}

.main5_right h1 {
    height: 60px;
    background: url(../images/footer2.png) no-repeat;
    background-position: 53px;
    background-size: 5%;
    margin: 50px 0;
    font-size: 30px;
    text-align: left;
    padding-left: 108px;
    line-height: 66px;
    color: #666;
}

.main5_left p {
    font-size: 15px;
    text-align: left;
    line-height: 34px;
    padding: 0 20px 0 220px;
    color: #fff;
}

.main5_left > p > span > a {
    color: #fff;
}

.msgmp {
    overflow: hidden;
    margin-top: 50px;
    padding: 0 238px;
    text-align: left;
}

.msgmp > img {
    float: left;
}

.msgmp .msgmp-tex {
    float: right;
}

.msgmp-tex p:nth-child(1) {
    font-size: 23px;
    margin-top: 72px;
    line-height: 50px;
}

.msgmp-tex p:nth-child(2) {
    font-size: 16px;
    color: #666;
    line-height: 35px;
}

.msgmp-tex p:nth-child(3) {
    border: 1px solid #ccc;
    margin: 20px 0 10px;
    text-align: center;
    font-size: 17px;
    padding: 10px 0;
}

.msgmp-tex p:nth-child(4) {
    border: 1px solid #ccc;
    text-align: center;
    font-size: 17px;
    padding: 10px 0;
}


/*par*/
.parpicList {
    width: 100%;
    overflow: hidden;
}

.parpicList li {
    float: left;
    padding: 25px;
}

.parpicList li img {
    width: 100%;
}


/*footer*/
#footer {
    width: 100%;
    background-color: #1A1A1A;
    overflow: hidden;
}

.footerbox {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.footerbox p {
    text-align: right;
    color: #888;
    line-height: 22px;
}

.footerbox p a {
    color: #888;
}

.footerbox p a:hover {
    text-decoration: none;
}

.footer_lef {
    float: left;
    padding: 10px 0;
}

.footer_rig {
    float: right;
    overflow: hidden;
    padding: 15px 0;
}

/*ny 通用*/
#ny_banner {
    position: relative;
    width: 100%;
    height: 500px;
    background: url(../images/ny_banner.jpg) #000 no-repeat center;
    background-size: 100% 100%;
    /*animation-name: likes;*/
    /*animation-direction: alternate;*/
    /*animation-timing-function: linear;*/
    /*animation-delay: 0s;*/
    /*animation-iteration-count: infinite;*/
    /*animation-duration: 20s;*/
    /*overflow: hidden;*/
}

@keyframes likes {
    0%{
        transform: scale(1);
    }
    25%{
        transform: scale(1.1);
    }
    50%{
        transform: scale(1.2);
    }
    75%{
        transform: scale(1.1);
    }
    100%{
        transform: scale(1);
    }
}

#ny_banner .h2 {
    padding-top: 328px;
    margin: 0 auto;
    width: 1200px;
    height: 100px;
    color: #fff;
}

.h2 a:nth-child(1) {
    float: left;
    margin-left: 285px;
}

.h2 a:nth-child(2) {
    float: right;
    margin-right: 285px;
}

.h2 h2 {
    font-size: 33px;
    padding-bottom: 14px;
}

.h2 p {
    font-size: 19px;
}

.opacit {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 43px;
    /*background-color: #000;*/
    opacity: 0.5;
    /*border-top: 1px solid #999;*/
}

.opacit2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 43px;
    border-top: 1px solid #f7f7f70d;
    background: rgba(0, 0, 0, 0.24);
}

.opacit2 a {
    display: block;
    width: 148px;
    height: 43px;
    line-height: 43px;
    color: #fff;
    font-size: 16px;
}

.opacit2 a:nth-child(1) {
    float: left;
    margin-left: 150px;
    background-color: #6B5D54;
}

.opacit2 a:nth-child(2) {
    float: left;
    margin-left: 5px;
    background-color: #969696;
}

.opacit2 a:nth-child(3) {
    float: right;
    margin-right: 150px;
    background-color: #00A19E;
}

.opacit2 a:nth-child(4) {
    float: right;
    margin-right: 5px;
    background-color: #0060A1;
}

.nymian_nav {
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #dadada;
    border-bottom: 1px solid #cfcfcf;
}

.nav_liner {
    position: absolute;
    top: 0;
    right: 0;
    width: 65%;
    height: 50px;
    z-index: 100;
    line-height: 50px;
    background-color: #f0f0f0;
}

.nav_liner ul {
    width: 100%;
    height: 100%;
    font-size: 15px;
    text-align: left;
}

.nav_liner ul li {
    position: relative;
    display: inline-block;
    text-align: center;
}

.ic1 {
    padding: 0 30px 0 10px;
    background: url(../images/location_bg1.jpg) no-repeat;
    background-position: right;
    background-color: #dadada;
}

.ic2 {
    background: url(../images/location_bg2.jpg) no-repeat right;
    width: 228px;
    cursor: pointer;
}

.ic3 {
    background: url(../images/location_bg2.jpg) no-repeat right;
    width: 228px;
    cursor: pointer;
}

.ic2 img, .ic3 img {
    float: right;
    margin-right: 32px;
    margin-top: 22px;
}

.ny_nonenav {
    display: none;
    position: absolute;
    top: 50px;
    left: -22px;
    width: 230px;
    text-align: left;
    border: 1px solid #cfcfcf;
    background-color: #fff;
}

.nav_liner ul li:hover .ny_nonenav {
    display: block;
}

.ny_nonenav > div {
    border-bottom: 1px solid #cfcfcf;
    padding-left: 37px;
}

.ny_nonenav > div a {
    height: 51px;
    display: block;
}

.ny_nonenav > div:hover {
    background-color: #EAEAEA;
}

.ny_nonenav > div i {
    float: right;
    margin-right: 30px;
    padding-top: 17px;
}

.ny_nonenav > div:nth-last-child(1) {
    border: 0;
}

#ny_main {
    /*min-height: 550px;*/
    min-height: 150px;
    width: 100%;
    overflow: hidden;
    /*margin-bottom: 60px;*/
    /*//background: url(../images/rbg.jpg) #f5f5f5 repeat-y center top;*/
}

.ny_mainbox {
    width: 1200px;
    margin: 0 auto;
}

.ny_mainlef {
    float: left;
    /*width: 200px;*/
    margin-top: 50px;
}

.ny_mainlef > h1 {
    width: 200px;
    text-align: left;
    color: #a2a1a1;
    padding: 15px 0 2px;
    border-right: 1px solid #efefef;
    font-size: 24px;
}

.ny_mainlef > h1 > span {
    font-size: 16px;
}

.ny_navul {
    padding: 7px 0;
    background-color: #fff;
    border-right: 1px solid #efefef;
}

.ny_navul li a {
    display: block;
    padding: 13px 10px;
    font-size: 16px;
    text-align: left;
}

.ny_navul li a i {
    float: right;
}

.ny_navul li a:hover {
    color: #2077BE;
    text-decoration: none;
}

.maintop2 {
    margin-top: 50px;
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.maintop2 a:nth-child(1) {
    float: left;
    width: 13px;
    height: 72px;
    border-bottom: 1px solid #0060A1
}

.maintop2 a:nth-child(3) {
    float: right;
    width: 13px;
    height: 72px;
    border-bottom: 1px solid #0060A1
}

.maintop2 a img {
    padding-top: 20px;
}

.maintop2 h3 {
    height: 40px;
    line-height: 60px;
    width: 876px;
    font-size: 28px;
    /*margin-left: 440px;*/
    padding-bottom: 31px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -438px;
    text-align: center;
}

.maintop2 h3:after {
    content: "";
    border-bottom: 2px solid #0060A1;
    width: 120px;
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin-left: -60px;
}

.nymain2 {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 15px;
    line-height: 25px;
}


.ny_mainrig {
    float: right;
    width: 960px;
}

.ny_mainrig_pro {
    float: right;
    width: 960px;
}

.nytit_h1 {
    z-index: 99;
    float: right;
    width: 930px;
    font-size: 24px;
    height: auto;
    text-align: left;
    padding: 18px 15px;
    color: #076CBA;
    border-bottom: 1px solid #ddd;
    margin: 0;
    background-color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.ny_tex {
    min-height: 450px;
}

p.ny_maintex {
    font-size: 16px;
    text-align: left;
    line-height: 36px;
    color: #666;
    padding: 0 15px;
}

.main_imgul {
    overflow: hidden;
}

.main_imgul li {
    float: left;
    width: 380px;
    margin: 10px 10px 20px;
    overflow: hidden;
}

.main_imgul li a {
    display: block;
    overflow: hidden;
}

.main_imgul li a {
    position: relative;
}

.main_imgul li a img {
    transition: all .3s ease;
}

.main_imgul li:hover a img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.play {
    background: url(../images/play.png) no-repeat;
    background-size: cover;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 50%;
    margin-left: -30px;
    z-index: 2;
}

.bg {
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    z-index: 1
}

.videostyle {
    position: fixed;
    width: 1000px;
    height: 560px;
    background: #000;
    left: 50%;
    top: 50%;
    margin-top: -280px;
    margin-left: -500px;
    z-index: 1001;
    display: none;
}

.videostyle video {
    width: 1000px;
    height: 560px;
}

.videobg {
    background: rgba(0, 0, 0, 0.85);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    display: none;
}

.videostyle .videobtn {
    position: absolute;
    width: 40px;
    height: 40px;
    border: 1px solid #efefef;
    /*background: #191919;*/
    border-radius: 24px;
    right: -48px;
    top: -48px;
}

.videostyle .videobtn i {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
}

.main_imgul img {
    width: 100%;
    height: 259px;
}

.main_imgul > li > p {
    font-size: 15px;
    padding-top: 10px;
}

/*dlurl*/
.dlist li {
    border-bottom: 1px solid #efefef;
    text-align: left;
    line-height: 45px;
    height: 45px;
    width: 100%;
}

.dlist li h4 {
    float: left;
    font-size: 16px;
}

.dlist li h4 span {
    color: #666
}

.dlist li a {
    float: right;
    display: inline-block;
    background: #0060a1;
    border-radius: 5px;
    line-height: 30px;
    padding: 0 15px;
    color: #fff;
    margin-top: 10px;
}

/*ny_footer*/
#ny_contant {
    width: 100%;
    background: url(/images/bbg.jpg);
    overflow: hidden;
    border-bottom: 1px dotted #333;
}

.ny_contantbox {
    overflow: hidden;
    width: 1200px;
    min-width: 1200px;
    /*width: 100%;*/
    margin: 0 auto;
    /*display: flex;*/
    /*flex-direction: row;*/
    /*justify-content: space-between;*/
}

.ny_contantlef {
    float: left;
    overflow: hidden;
    text-align: left;
    /*width: 50vw;*/
    /*min-width: 600px;*/
    padding: 0 15px;
    box-sizing: border-box;
}

.ny_contantlef .scar {
    float: left;
    font-size: 28px;
    height: 140px;
    line-height: 140px;
    color: #bfbfbf;
}

.ny_contantlef .scar h1 {
    font-size: 24px;
}

.ny_contantrig {
    /*float: right;*/
    /*width: 50vw;*/
    margin-top: 16px;
    /*padding-left: 51px;*/
    /*width: 555px;*/
    /*min-width: 600px;*/
    box-sizing: border-box;
    /*border-left: 1px solid rgba(221, 221, 221, 0.4);*/
}

.ny_contantlef > h1 {
    padding: 25px 0 15px;
    line-height: 30px;
    font-size: 28px;
    color: #bfbfbf;
}

.nyfoot_contant {
    float: right;
    margin-left: 30px;
    margin-top: 19px;
}

.nyfoot_contant_list {
    overflow: hidden;
    padding: 3px 0;
}

.nyfoot_contant_list p {
    float: left;
    font-size: 15px;
    color: #bfbfbf;
}

.nyfoot_contant_list p:nth-child(1) {
    width: 148px;
}

.nyfoot_code {
    float: left;
    overflow: hidden;
}

.nyfoot_code img {
    float: right;
}

.ny_contantrig img {
    float: right;
}

.nyfoot_code p {
    text-align: left;
}

.nyfoot_code p:nth-child(2) {
    font-size: 16px;
    color: #bfbfbf;
    padding: 0px 60px 0;
}

.nyfoot_code p:nth-child(3) {
    font-size: 36px;
    color: #bfbfbf;
    padding: 10px 60px 0;
}

.nyfoot_code i {
    float: left;
    font-size: 57px;
    color: #fff;
}

.nyfoot_code div {
    float: left;
    width: 388px;
    padding: 27px 0;
}

.kar98k {
    width: 100%;
    background-color: #000;
}


/*ny  newslist*/
.ny_newslist {
    overflow: hidden;
    height: 110px;
    padding-top: 40px;
    background-color: #fff;
    margin-bottom: 20px;
}

.ny_newslist:hover {
    box-shadow: 0 0 6px #ccc;
}

.ny_newslist:hover h1 {
    color: #076CBA;
}

.ny_newslist:hover p {
    color: #666;
}

.nynews_tex1 {
    float: left;
    box-sizing: border-box;
    width: 150px;
    height: 100%;
    text-align: right;
    padding: 0 15px;
}

.nynews_tex1 span {
    display: block;
}

.nynews_tex1 span:nth-child(1) {
    font-size: 40px;
    line-height: 34px;
    color: #666;
}

.nynews_tex1 span:nth-child(2) {
    color: #999;
}

.nynews_tex2 {
    float: left;
    width: 750px;
    text-align: left;
    padding: 0 10px;
    box-sizing: border-box;
}

.nynews_tex2 h1 {
    font-size: 22px;
    color: #666;
    padding-bottom: 10px;
}

.nynews_tex2 p {
    color: #888;
}

.pro_type_list {

}


/*产品*/
.product_listul {
    display: none;
    padding-left: 15px;
}

.i_fir {
    float: right;
    display: none;
    border-radius: 50%;
    height: 17px;
    width: 17px;
    text-align: center;
    font-size: 17px;
    color: #fff;
    background-color: #2077BE;
}

.pro_type_list:hover a i.i_fir {
    display: block;
}

/*.productbox {*/
/*    overflow: hidden;*/
/*    text-align: left;*/
/*    padding: 2px 0 10px;*/
/*}*/
.productbox {
    overflow: hidden;
    display: grid; /*网格布局*/
    grid-template-columns: repeat(3,  1fr);
    grid-template-rows: repeat(2,  1fr);
    grid-gap: 2%;
    grid-auto-flow: column;
    padding-left: 4%;
}

.productbox li {
    /*float: left;*/
    width: 295px;
    /*margin: 0 6px 35px;*/
    padding: 10px;
    /*padding-bottom: 80px;*/
    box-sizing: border-box;
    border-bottom: 1px dotted #ccc;
}

.productbox li:hover {
    box-shadow: 0 0 10px #ccc;
}

.productbox li:hover img {
    transform: scale(1.17);
}

.productbox li img {
    width: 100%;
    height: 520px;
    transition: all .5s;
}

.pro_listimgbox {
    overflow: hidden;
    /*width: 268px;*/
    height: 520px;
}

.productbox li h2 a {
    display: block;
    font-size: 22px;
    color: #076CBA;
    padding-top: 15px;
}

.productbox li p {
    font-size: 13px;
    color: #999;
    margin: 10px 0 10px;
    height: 40px;
}

.pro_listmore {
    font-size: 16px;
    color: #076CBA;
    display: block;
    padding-bottom: 10px;
}

.pro_listmore:hover {
    text-decoration: underline;
}


/*产品内页*/
/*ny   productshow */
.fl h2 {
    font-weight: 400;
    font-size: 24px;
    padding-bottom: 20px;
}

.goodsConts {
    color: #666;
}

.goodsConts h1.title {
    font-size: 16px;
    text-align: left;
    line-height: 40px;
    color: #000;
}

.goodsConts .cloud-zoom {
    float: right;
    display: block;
    margin: 0 auto;
    width: 402px;
}

.goodsConts .cloud-zoom img {
    width: 400px;
    height: 776px;
    border: 1px solid #ccc;
}

.goodsConts .zoomlist li {
    float: left;
    margin: 4px;
    border: 1px solid #ccc;
    height: 50px;
}

.goodsConts .zoomlist li img {
    width: 40px;
    height: 50px;
}

.goodsConts .cloud-zoom-lens {
    background: #fff;
    cursor: move;
}

.goodsConts .cloud-zoom-title {
    font-family: Arial;
    position: absolute !important;
    bakground: #000;
    color: #fff;
    pcadding: 3px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    top: 0px;
}

.goodsConts .cloud-zoom-big {
    overflow: hidden;
}

.goodsConts .cloud-zoom-loading {
    color: white;
    background: #222;
    padding: 3px;
    border: 1px solid #000;
}

.goodsConts .tb-meta {
    width: 400px;
    color: #999;
}

.goodsConts .tb-meta li {
    padding-left: 10px;
    line-height: 30px;
}

.goodsConts .tb-meta li span {
    display: inline-block;
    width: 60px;
}

.goodsConts .tb-meta li strong.price {
    font-size: 24px;
    margin-right: 5px;
    font-family: Verdana;
    color: #c00;
}

.goodsConts .tb-meta li strong.lt {
    text-decoration: line-through;
    margin-right: 5px;
    font-family: Verdana;
    color: #333;
}

.goodsConts .tb-skin {
    width: 360px;
    background: #fcfaf9;
    border: 1px solid #f7f5f3;
    border-right: none;
    border-left: none;
    margin-top: 10px;
    padding: 20px;
}

.goodsConts .tb-skin .tb-note-title {
    height: 22px;
    margin-bottom: 8px;
}

.goodsConts .tb-skin .tb-note-title span {
    float: left;
}

.goodsConts .tb-skin .tb-note-title a {
    float: right;
    font-weight: bold;
    color: #333;
}

.goodsConts .tb-action {
    margin-top: 20px;
}

.goodsConts .tb-action a {
    background-image: url(../images/buybtn.png);
    overflow: hidden;
    text-indent: -9999px;
    float: left;
}

.goodsConts .tb-action a#buynow {
    width: 131px;
    height: 37px;
    display: block;
    background-position: left 0;
    margin-right: 10px;
}

.goodsConts .tb-action a#addcart {
    width: 156px;
    height: 37px;
    display: block;
    background-position: -132px 0;
}

.goodsConts .tb-prop dt {
    float: left;
    margin-bottom: 8px;
}

.goodsConts .tb-prop dd {
    margin-bottom: 8px;
}

.goodsConts .tb-prop dd a {
    border: 1px solid #eae5e3;
    padding: 2px 5px;
    background: #f0edec;
    color: #816957;
    margin-right: 5px;
}

.goodsConts .tb-prop dd a:hover {
    text-decoration: none;
    color: #000;
}

.goodsConts .tb-prop dd a.selected {
    border: 1px solid #816957;
}

.goodsConts .tb-note-title {
    color: #816957;
}

.goodsConts .tabs {
    border-bottom: 1px solid #ccc;
    height: 28px;
    margin: 35px 0 15px;
    font-size: 22px;
    text-align: left;
    color: #076CBA;
}

.goodsConts .tabs li {
    float: left;
    margin-right: 5px;
}

.goodsConts .tabs li a {
    width: 83px;
    height: 29px;
    display: block;
    text-align: center;
    line-height: 29px;
    font-size: 12px;
    font-weight: bold;
}

.goodsConts .tabs li a:hover {
    text-decoration: none;
}

.goodsConts .tabs li.active a {
    background: url(../images/soft_tabs_on.png) no-repeat;
}

.goodsConts .tabs li.normal a {
    background: url(../images/soft_tabs.png) no-repeat;
}

.goodsConts .buynum {
    width: 50px;
    height: 20px;
    background: url(../images/input_gray_bg.png) repeat-x;
    border: 1px solid #ccc;
    text-align: center;
}

.goodsConts li {
    list-style: none;
}

#tabs_content0 p {
    text-indent: 35px;
    line-height: 35px;
    font-size: 14px;
}

#tabs_content0 {
    padding-bottom: 30px;
}

.tb-meta li {
    margin-bottom: 15px;
}

#wrap {
    overflow: hidden;
    float: right;
    margin-right: 15px;
}

.zoomlist {
    width: 400px;
    float: right;
    padding-top: 10px;
    margin-right: 15px;
}

.productshow_abo {
    float: left;
    height: 323px;
    width: 460px;
    text-align: left;
    font-size: 15px;
    padding-left: 15px;
}

.productshow_abo p {
    line-height: 30px;
}

.productshow_abo p:nth-child(2) {
    padding-bottom: 30px;
}

.productshow_abo p:nth-child(4) {
    padding: 10px 0;
}


/*case-show*/
.caseshow .title {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    display: block;
    margin-bottom: 30px;
}

.bbtn {
    background: #21538f;
    color: #fff;
    padding: 10px 20px;
}


/*job_list*/
.joblist_0 {
    list-style: disc;
    font-size: 15px;
    text-align: left;
    margin: 15px;
    padding: 10px;
    border-bottom: 1px dotted #ccc;
    /*border: 1px solid #ccc;*/
}

.joblist_0:hover {
    box-shadow: 0 0 10px #ccc;
}

.job_listnone {
    display: none;
    padding-top: 10px;
}

.joblist_0 > a > p i.job_list_i1 {
    float: right;
}

.joblist_0 > a > p i.job_list_i2 {
    float: right;
    display: none;
    color: #076CBA;
}

.job_listnone p {
    line-height: 30px;
}


/*message  */
/*留言栏*******************/
.msgtitle {
    display: inline-block;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
}

.message_block {
    color: #666;
}

.message_block p {
    padding: 12px;
}

.msg_input {
    display: inline-block;
    width: 85%;
    border: 1px solid #e0e0e0;
    padding: 8px 9px;
    background: #fff;
    font-size: 13px;
    color: #888;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
    border-radius: 2px;
}

.msg_input_on {
    width: 85%;
    border: 1px solid #8cd1ff;
    background: #f1f9ff;
    padding: 8px 9px;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
    border-radius: 2px;
    font-size: 13px;
    color: #888;
}

.message_labes {
    font-size: 14px;
}

.message_title {
    height: 34px;
    line-height: 34px;
    background: #f6f9fb;
    padding: 0 12px;
}

.message_title h2 {
    color: #376b88;
    font-size: 14px;
    float: left;
}

.message_title span {
    float: right;
    font-weight: bold;
    color: #999;
}

.message_info {
    color: #8ea6b6;
    text-align: right;
}

.message_replay {
    background: #f5f5f5;
    padding: 0 12px;
}

.msg_btn_area {
    margin: 16px 0;
    text-align: left;
}

.msg_btn_area a {
    display: inline-block;
    padding: 5px 15px;
    background: #09F;
    color: #fff;
    text-align: center;;
    font-size: 14px;
    overflow: hidden;
    cursor: pointer;
    font-weight: bold;
}

.msg_btn_area a:hover {
    text-decoration: none;
    background: #F60
}

.hr_10 {
    width: 100%;
    height: 10px;
    font-size: 0px;
}

#form {
    padding: 0 15px;
    text-align: left;
}

#form a {
    text-decoration: none;
}

.bt-x {
    color: red;
}

.message-ti {
    margin-top: 10px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 13px;
    padding-top: 15px;
}

.msg_btn_area {
    width: 72px;
    margin: 0 auto;
}

#form #content {
    width: 996px;
    height: 200px;
}


/*index2*/
#ind2_main2 {
    width: 100%;
    height: 1056px;
    background: url(../images/ind_bg227.jpg) no-repeat top center;
    /*background: url(../images/ind_bg227.jpg) 20% 50% no-repeat, linear-gradient(135deg, #f5f5f9, #e2e3e8) 50% no-repeat;*/
    background-size: 100% 100%;
}

.ind2_main2box {
    position: relative;
    width: 1200px;
    /*width: 100%;*/
    height: 100%;
    margin: 0 auto;
}

.slicked {
    position: absolute;
    width: 291px;
    height: 291px;
}

.slick1 {
    top: 75px;
    left: 270px;
    background: url(../images/top_right.png);
}

.slick2 {
    top: 75px;
    right: 270px;
    background: url(../images/top_right.png);
}

.slick3 {
    top: 325px;
    right: 0;
    background: url(../images/top_right.png);
}

.slick4 {
    top: 325px;
    left: 0;
    background: url(../images/bot_left.png);
}

.slick5 {
    top: 575px;
    left: 270px;
    background: url(../images/bot_left.png);
}

.slick6 {
    top: 575px;
    right: 270px;
    background: url(../images/bot_left.png);
}

/* Safari and Chrome */

.slicked {
    animation-name: myfirst;
    animation-duration: 840s;
    animation-iteration-count: 10;

    -webkit-animation-name: myfirst;
    -webkit-animation-duration: 600s;
    animation-iteration-count: 10;
}

@keyframes myfirst {
    0% {
        transform: rotate(720deg);
    }
    20% {
        transform: rotate(1440deg);
    }
    40% {
        transform: rotate(2160deg);
    }
    60% {
        transform: rotate(2880deg);
    }
    80% {
        transform: rotate(3600deg);
    }
}

/* Safari and Chrome */
@-webkit-keyframes myfirst {
    0% {
        transform: rotate(720deg);
    }
    20% {
        transform: rotate(1440deg);
    }
    40% {
        transform: rotate(2160deg);
    }
    60% {
        transform: rotate(2880deg);
    }
    80% {
        transform: rotate(3600deg);
    }
}

.slickmin {
    position: absolute;
    width: 255px;
    height: 255px;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    z-index: 6;
}

.slickmin2 {
    top: 93px;
    left: 288px;
    background: url(../images/j2.jpg);
}

.slickmin3 {
    top: 93px;
    right: 288px;
    background: url(../images/j3.jpg);
}

.slickmin6 {
    top: 343px;
    right: 18px;
    background: url(../images/j6.jpg);
}

.slickmin1 {
    top: 343px;
    left: 18px;
    background: url(../images/j1.jpg);
}

.slickmin4 {
    top: 593px;
    left: 288px;
    background: url(../images/j4.jpg);
}

.slickmin5 {
    top: 593px;
    right: 288px;
    background: url(../images/j5.jpg);
}

.slickmin p {
    font-size: 26px;
    color: #fff;
}

.loind2 {
    transition: all .5s;
    margin-top: 35px;
    margin-bottom: 15px;
}

.linerbg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6;
    width: 100%;
    height: 100%;
    transition: all .5s;
    background-color: #2CAFB2;
    opacity: 0;
}

.slickmin:hover .linerbg {
    opacity: 0.6;
}

.linerblue {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    transition: all .3s;
    background-color: #0A5FA2;
    opacity: 0.6;
}

.liner_img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
}

.slickmin:hover .loind2 {
    transform: rotate(360deg);
}

.page_info {
    text-align: center;
    margin-top: 10px;
    color: #666;
}

.page_info span {
    padding: 0 2px;
    font-weight: bold;
}

.page_list {
    height: 37px;
    line-height: 37px;
    text-align: center;
    letter-spacing: 0;
    font-size: 14px;
    margin-top: 20px;
}

.page_list a {
    display: inline-block;
    color: #898989;
    border: 1px solid #e8e8e8;
    background: #fff;
    text-align: center;
    padding: 0 15px;
    margin: 0 5px;
    -moz-border-radius: 5px; /* Gecko browsers */
    -webkit-border-radius: 5px; /* Webkit browsers */
    border-radius: 5px; /* W3C syntax */
}

.page_list a:hover {
    color: #fff;
    border: 1px solid #0060A1;
    background: #0060A1;
}

.page_list a.on {
    color: #fff;
    border: 1px solid #0060A1;
    background: #0060A1;
}

#cert {
    width: 100%;
    height: 410px;
    position: relative;
    transform-style: preserve-3d;
    perspective: 800px;
    padding-top: 20px;
}

#cert img {
    width: 150px;
    height: 200px;
    position: absolute;
    -webkit-box-reflect: below 0 -webkit-linear-gradient(top, rgba(0, 0, 0, .1), rgba(0, 0, 0, .5));
    transition: .5s;
    cursor: pointer;
}

#cert img.left {
    transform: rotateY(45deg) translateZ(-100px);
}

#cert img.middle {
    transform: translateZ(100px);
}

#cert img.right {
    transform: rotateY(-45deg) translateZ(-100px);
}

.lanuage {
    display: flex;
    justify-content: space-around;
    font-size: 16px;
}

/*.lanuage a{*/
/*	color: #fff;*/
/*}*/

.lanuage p {
    color: #f2f2f2;
}

.chinese {
    color: orangered;
}

.english {
    color: #fff;
}

.product-swiper-container {
    width: 92%;
    height: 100%;
    margin-left: 4%;
    overflow: hidden;
    position: relative;
}

.swiper-button-prev {
    left: -20px;
}

.picMarquee-product {
    position: relative;
}

.picMarquee-product .swiper-button-prev {
    top: 50%;
    /*background-image: url(../images/p-prev.png);*/
    /*background-repeat:no-repeat;*/
    /*background-size: cover;*/
    /*background: #0a628f;*/
    /*background-size: 12px auto;*/
    left: 15px;
    right: auto;
    width: 50px;
    height: 50px;
    color: rgba(255,255,255,0);
}

.picMarquee-product .swiper-button-next {
    top: 50%;
    /*background-image: url(../images/p-next.png);*/
    /*background: #0b6fa2;*/
    /*background-size: 12px auto;*/
    left: auto;
    right: -5px;
    width: 50px;
    height: 50px;
    color: rgba(255,255,255,0);
}

.product-swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
}

.product-swiper-slide-active, .product-swiper-slide-duplicate-active {
    transform: scale(1);
}

.pro-bd > ul > li {
    width: 300px;
}

.pro-bd > ul > li img {
    width: 207px;
    height: 92px;
}

.productItem {
    width: 100%;
    overflow: hidden;
}

.productItem li {
    float: left;
    padding: 25px;
}

.productItem li img {
    width: 100%;
}

.video1 {
    padding: 2px;
    text-align: center;
    font-size: 10px;
    color: #fff;
    background: #0e3650;
    border-radius: 0;
}

.video2 {
    margin: 0 10px;
    padding: 2px;
    text-align: center;
    font-size: 8px;
    color: #fff;
    background: #0e3650;
    border-radius: 0;
}

.video3 {
    padding: 2px;
    text-align: center;
    font-size: 8px;
    color: #fff;
    background: #0e3650;
    border-radius: 0;
}

.back {
    margin-left: 10px;
    padding: 2px;
    text-align: center;
    font-size: 8px;
    color: #000;
    background: #fff;
    border-radius: 0;
}

.relevant {
    margin-left: 10px;
    padding: 2px;
    text-align: center;
    font-size: 8px;
    color: #000;
    /*background: #fff;*/
    border-radius: 0;
}

.vjs-poster {
    background-repeat: no-repeat;
    background-size: 100%;
}

.gradient-border {
    --borderWidth: 3px;
    background: #1D1F20;
    position: relative;
    border-radius: var(--borderWidth);
}

.gradient-border:after {
    content: '';
    position: absolute;
    top: calc(-1 * var(--borderWidth));
    left: calc(-1 * var(--borderWidth));
    height: calc(100% + var(--borderWidth) * 2);
    width: calc(100% + var(--borderWidth) * 2);
    background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
    border-radius: calc(2 * var(--borderWidth));
    z-index: -1;
    animation: animatedgradient 3s ease alternate infinite;
    background-size: 300% 300%;
}


@keyframes animatedgradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}


/* reset */
/*ul.menu, ul.submenu { padding: 0px; margin: 0;}*/
/*ul.menu li,ul.submenu li {list-style-type: none;padding: 0;margin:0;}*/
/*ul.menu a, ul.submenu a {text-decoration: none;display:block;}*/
/*!*导航*!*/
/*!*ul.menu>li {display:inline-block;}*!*/
/*!* 关键 *!*/
/*ul.menu li,ul.submenu li {position:relative;}*/
/*ul.submenu {display:none; position: absolute; }*/
/*li:hover>ul.submenu {display: block; }*/
/*!* 一级菜单*!*/
/*ul.menu>li ul.submenu {top: 100%; left: 0; }*/
/*!*二级菜单*!*/
/*ul.submenu li ul.submenu {top: 0px; left: 100%; }*/

/*!*==  修改样式 ===*!*/
/*ul.menu {*/
/*    padding-left: 30px;*/
/*}*/
/*ul.menu>li>a {color: white;width:100px;}*/
/*ul.menu>li>a:hover {color:black;}*/
/*ul.menu li a {padding: 10px 15px;}*/
/*ul.submenu {border:solid 1px #CCC;}*/
/*ul.submenu li a{border-bottom: dotted 1px #CCC; width: 120px; }*/
/*ul.submenu li:hover{background: #EEE; }*/
.pro_type_one{
    position: relative;
}
/*.pro_type_1 a:hover + .pro_type_11{*/
/*    display: block;*/
/*}*/
.pro_type_two{
    display: none;
    position: absolute;
    left: 130px;
    top: 0;
    width: 100%;
    /*height: 108px;*/
    background: rgb(0,96,161);
}

.pro_type_two a{
    width: 100%;
}

.pro_type_three{
    display: none;
    position: absolute;
    left: 130px;
    top: 0;
    width: 100%;
    /*height: 108px;*/
    background: rgb(0,96,161);
}

.pro_type_three a{
    width: 100%;
}


.nav2{
    padding: 0;
}

.nav3{
    padding: 0;
}


.nav1{
    /*margin: 100px 0 0 100px;*/
    /*padding: 0;*/
}

/*设置a标签的属性  区块，宽高，下划线删除，改变默认颜色*/
.nav1 a{
    display: block;
    width: 100%;
    height: 12px;
    line-height: 12px;
    text-decoration: none;
    color: #fff;
    text-align: center;
}

.nav1 a:hover{
    background: rgb(0,96,161);
    color: #fff;
    transition: all 1s;
}


.nav1 li{
    position: relative;
}

.nav1{
    width: 100%;
}

.nav1 a{
    width: 130px;
    text-align: center;
}
/*悬浮不同的nav中的li 设置不同颜色*/
.li1:hover{
    background: rgb(0,96,161);
}

.li2:hover{
    background: rgb(0,96,161);
}

.li3:hover{
    background: rgb(0,96,161);
}
/*	设置绝对定位 从nav1的ul开始，相对定位是nav中的li，也就是ul的父级元素
	因为nav1的宽度是110px;所以想让nav1下的ul紧贴nav1，设置left110-px,最好是 110px;
	并且设置子元素隐藏
*/

.nav1 ul{
    position: absolute;
    left: 130px;
    top:0;
    display: none;
}
.nav2 ul{
    position: absolute;
    left: 110px;
    top:0;
    display: none;
}

/*就是当鼠标悬浮在li1 上面的时候，让他子元素中的 nav2 显示可见  当鼠标悬浮在nv2中的li2 上面的时候，则让他子元素中的 nav3 显示可见*/
.li1:hover .nav2{
    background: rgb(0,96,161);
    display: block;
}

.li2:hover .nav3{
    background: rgb(0,96,161);
    display: block;
}

/*单独设置每个nav 下的a 的宽度，以及nav 的绝对定位，*/
.haizei .li2>a{
    width:110px;
}

.haizei .li3>a{
    width:120px;
}

.quanyecha .li2>a{
    width: 130px;
}

.quanyecha .nav3{
    left: 130px;
}

.quanyecha .li3>a{
    width: 140px;
}

.huoying .li2>a{
    width: 140px;
}

.huoying .li3>a{
    width: 150px;
}

.huoying .nav3{
    left: 140px;
}


.shumabaobei .li2>a{
    width: 150px;
}

.shumabaobei .nav3{
    left: 150px;
}

.shumabaobei .li3>a{
    width: 160px;
}

.sishen .li2>a{
    width: 120px;
}

.sishen .nav3{
    left: 120px;
}

.sishen .li3>a{
    width: 120px;
}

.product_down_view{
    background: aliceblue;
    display: none;
    position: absolute;
    left: -35vw;
    width: 100vw;
    height: 610px;
    justify-content: center;
}
.w1200{width:1200px;margin:0 auto;position:relative;}
.nav .menu ul li{float:left;}
.product_down_view .sub_menu{width:1200px;
    /*position:absolute;*/
    z-index:999;left:0;top:77px;overflow:hidden;}
.product_down_view .sub_menu .sub_menu_list{float:left;position:relative;}
.product_down_view .sub_menu>.w1200 h3{padding-bottom:30px;padding-top:30px;font-size:16px;color:#666;font-weight:normal;}
.product_down_view .sub_menu .sub_menu_list .category{float:left;width:257px;height:220px;border-right:1px solid #f2f2f2;}
.product_down_view .sub_menu .sub_menu_list .category li{float:left;width:257px;height:40px;line-height:40px;text-indent:20px;margin-bottom:12px;cursor:pointer;font-size:14px;color:#303030;background:url(../images/sj.png) no-repeat 230px center;}
.product_down_view .sub_menu .sub_menu_list .content{float:left;width:942px;}
.product_down_view .sub_menu .sub_menu_list .content .cont_list{float:left;width:942px;height:220px;display:none;}
.product_down_view .sub_menu .sub_menu_list .content .cont_list a{float:left;width:274px;height:72px;padding:18px 0 0 20px;margin:0 0 20px 20px;}
.product_down_view .sub_menu .sub_menu_list .content .cont_list a:hover{background:#f2f2f2;}
.product_down_view .sub_menu .sub_menu_list .content .cont_list a .icon{float:left;width:30px;height:70px;padding-top:5px;}
.product_down_view .sub_menu .sub_menu_list .content .cont_list a .info{float:left;width:220px;height:70px;}
.product_down_view .sub_menu .sub_menu_list .content .cont_list a .info h3{font-weight:normal;color:#303030;font-size:14px;}
.product_down_view .sub_menu .sub_menu_list .content .cont_list a .info p{color:#989898;padding-top:5px;font-size:12px;}
.product_down_view .sub_menu .sub_menu_list .category li.active {
    background-color: rgb(242, 242, 242);
}