@charset "UTF-8";
/*ss*/
.section{overflow: hidden !important;}

.header{height: 80px;position: fixed;z-index:980; top: 0;left: 0;width: 100%;background: rgba(4,14,35,0.3);}
.header .c-logo{margin-left: 30px; display: block;float: left;width: 310px; height: 85px;position: relative;}
.header .c-logo img{display: block;position: absolute;top: 6px;}
.header .c-logo img.h-logo{display: none;}
.c-nav{float: left;margin-left: 150px;height: 78px;transition: all .5s;}
.c-nav.c-left{margin-left: 150px;}
.c-nav li{float: left;margin-right: 60px;}
.c-nav .cnav-a{color: white;display: block;line-height: 78px;position: relative;}
.c-nav .cnav-a.cnav-three{position: relative;}
.c-nav .cnav-a.cnav-three:before{position: absolute;content: 'Hot';width: 21px;height: 21px;background: #db1516;border-radius: 50%;color: white;font-size: 11px;font-family: arial;top: 21px;right: -18px;z-index: -1;line-height: 21px;text-align: center;}
.c-nav .cnav-a span{display: block;float: left;height: 1px; width: 0px;position: relative;top: 38px;transition: all .5s;}
.c-nav .cnav-a span:before{transition: all 1s; position: absolute;content: '';width: 0px;height: 1px;background: rgba(255,255,255,0.4);right: 5px;top: 50%;}
.c-nav .cnav-a:hover span:before,.c-nav .cnav-a:hover span,.c-nav .cnav-a.hover span:before,.c-nav .cnav-a.hover span{width: 20px;}
.header.scroll .c-nav .cnav-a:hover span:before,.header.scroll .c-nav .cnav-a:hover span,.header.scroll .c-nav .cnav-a.hover span:before,.header.scroll .c-nav .cnav-a.hover span{width: 20px;}
.header.scroll .c-nav .cnav-a:hover span:before, .header.scroll .c-nav .cnav-a.hover span:before{background:#db1516 ;}


.nav-left{padding: 63px 0 60px 0;height: 100%;width: 415px; margin-left: 205px;float: left;}
.second-nav .h1{font-size: 22px;color: #333333;margin-top: 25px;position: relative;}
.second-nav .h1:after{position: absolute;content: '';width: 5px;height: 5px;border-radius: 50%;background: #e36763;top: 0;left: 90px;}
.second-nav .h2{font-size: 42px;color: rgba(51,51,51,.12);}
.nav-mid{padding: 63px 0 60px 79px;width: 312px;height: 100%;border-left: solid 1px #e4e4e4;float: left;}
.nav-mid:nth-child(3){border-right: solid 1px #e4e4e4;}
.nav-mid:nth-child(4){border-left: none;}
.nav-mid li{height: 47px;line-height: 47px;margin-bottom: 20px;}
.nav-mid li:last-child{margin-bottom: 0px;}
.nav-mid li img{float: left;display: block;}
.nav-mid li .h3{color: #666;font-size: 16px;float: left;margin-left: 19px;line-height: 47px;}
.nav-mid li a{display: block;}
.nav-mid1{width: 430px;float: left;border-left: solid 1px #e4e4e4;padding: 51px 50px 105px 50px;}
.nav-mid1 .h3{font-size: 22px;color: #333;line-height: 22px;padding-bottom: 24px;border-bottom: solid 1px #dbdbdb;margin-bottom: 18px;}
.nav-mid1 a{display: block;font-size: 16px;color: #666;line-height: 30px;position: relative;padding-left: 18px;}
.nav-mid1 a:before{position: absolute;content: '';width: 8px;height: 1px;background: #777;left: 5px;top: 50%;}
.nav-right{float: left;padding: 51px 0px 96px 0px;}


.navbar .nav-item{
	float: left;
	padding-right: 40px;
}
.navbar .category{
	color: #fff;
	display: block;
	font-size: 15px;
	line-height:78px;
/*	padding:0 26px;*/
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.header .dropdown-menu {
    position: fixed;
    top:80px;
    z-index: 979;
    
    background-color: #fff;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    height:auto;
    display:none;
    overflow: hidden;
    width: 100%;
    left: 0;
    margin-top: 0;
    background: url(../images/nav-bg.png) no-repeat center;
    background-size: cover;
    -ms-box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
    -o-box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
            box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
}
.header .dropdown-menu.full-screen {
    position: absolute;
    top: 80px;
}
.nav-item:hover .dropdown-menu {
    display: block;
    visibility: visible;
}
.dropdown-container .container-middle{text-align: center;}

.nav-search {
	float: right;
    margin-right: 0;
    width:25px;
    height: 80px;
    background: url(../images/search.png) no-repeat center center;
    cursor: pointer;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: relative;
}
.search-box {
    position: absolute;
    right:0;
    top:22px;
    font-size: 0;
    width: 0px;
    height: 36px;
    z-index: 100;
    border-radius: 30px;
	border: solid 1px rgba(255,255,255,0.2);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 0;
    overflow: hidden;
}
.nav-search.hover .search-box {
    width: 240px;
     opacity: 1;
}
.search-box .search{
	width:196px;
	border: none;
	height:36px;
	float: left;
	font-size: 14px;
	color:#fff;
	height:38px;
	    margin-top: -2px;
    margin-left: -2px;
    background: none;
	padding:3px 20px;
}
.search-box .butt{
	width:23px;
	height:35px;
	background:url(../images/search.png) no-repeat center;
	float: right;
	outline: none;
	border: none;
	cursor: pointer;
	transition: all .3s;
}
.anniu{display: block;float: left;height: 100px;position: relative;margin-left: 65px;}
.anniu img{top: 46px;position: absolute;}
.anniu img.anniuH{display: none;}

.header.scroll{background: white;border-bottom: solid 1px #dbdbdb;}
.header.scroll .c-logo img.h-logo,.header.scroll .anniu img.anniuH{display: block;}
.header.scroll .cnav-a{color: #666666;}
.header.scroll .c-nav .cnav-a.hover,.header.scroll .c-nav .cnav-a:hover{border-bottom: none;color: #db1516;}
.header.scroll .c-nav .cnav-a.cnav-first:before{background: #db1516;}
.header.scroll .nav-search{background: url(../images/searchH.png) no-repeat left center;}
.nav-mid li:hover .h3,.nav-mid1 a:hover{color: #d31313;}
.header.scroll .search-box{border-color: #dbdbdb;}
.header.scroll .search-box .search{color: #666;}
.header.scroll .search-box .butt{background:url(../images/searchH.png) no-repeat -1px 7px;}



/*瀹㈡湇*/

body .index_banners
{
    height:0px; padding-bottom:41.7%; background:#1969c3; background-size:cover;
}
/*banner*/
.banner{height: auto;}
.banner .swiper-slide img{width: 100%;display: block;}
.banner .swiper-pagination-bullet{width: 10px;height: 5px;background: #a6cdec;border-radius: 2px;opacity: 1;}
.banner .swiper-pagination-bullet-active{width: 20px;background: #db1516;}
.banner .banner-posi{position: absolute;top: 0;/*35*/left: 13.5%;}
.banner .banner-posi .ii-btn{left: 0;transform: translateX(0);bottom: -100px;}
 .banner .banner-posi .ii-btn a{width: 207px;height: 52px;border: solid 1px #fff;border-radius: 30px;}
  .banner .banner-posi .ii-btn a:hover{height: 52px}
 .banner .banner-posi .ii-btn  a:hover {
	background: #3180e8;
	border:solid 1px #3180e8;
}
 .banner .banner-posi .ii-btn.in1_btn:after {
    background: #3180e8;
    }
.banner .swiper-slide-active .banner-posi .h1,.banner .swiper-slide-active .banner-posi .h2,.banner .swiper-slide-active .banner-posi .banner-btn{}
.banner-posi .h1{color: white;letter-spacing: 5px; font-size: 62px;font-weight: lighter; }
.banner-posi .h2{color: white;font-size: 36px;font-weight: lighter;}
.banner-posi .banner-btn{background: url(../images/bann-btn.png) no-repeat right 54px center;padding-right: 15px; width: 207px;height: 52px;border-radius: 30px;text-align: center;line-height: 52px;color: white;font-size: 18px;font-weight: lighter;display: block;margin-top: 80px;}
.banner .swiper-pagination2{bottom: 20px !important;}
.banner .swiper-button-next{right: 70px;background: url(../images/index-right2.png) no-repeat center;width: 15px;height: 26px;margin-top: -14px;top:50%;}
.banner .swiper-button-prev{opacity: 0.6;left: 70px;background: url(../images/index-left2.png) no-repeat center;width: 15px;height: 26px;margin-top: -14px;top: 50%;}
.banner .swiper-button-next:hover{background: url(../images/index-rightH.png) no-repeat center;}
.banner .swiper-button-prev:hover{background: url(../images/index-leftH.png) no-repeat center;}






/*鍏充簬鎴戜滑*/
.in-about{padding: 70px 48px 65px 48px;}
.ina-left{float: left;}
.ina-left img,.ina-right img{display: block;}
.ina-right{width: 740px;float: left;padding-top: 54px;margin-left: 140px;}
.ina-right .h1{color: #10150f;font-size: 30px;margin-top: 10px;position: relative;width: 180px;}
.ina-right .h1:after{position: absolute;content: '';width: 10px;height: 2px;background: #dc1c1d;right: -20px;top: 50%;margin-top: -1px;}
.ina-right p{font-size: 18px;color: #444;line-height: 30px;margin-top: 52px;}
.ina-right span{font-size: 24px;color: #db1516;}
.in-about li{margin-top: 60px;width: 315px; text-align: center;float: left;position: relative;transition: all 1s;}
.in-about li:after{position: absolute;content: '';width: 1px;height: 60px;background: #e8e8e8;right: 0;top: 0;}
.in-about li:nth-child(4n):after{display: none;}
.in-about li .count-title{display: inline-block; font-size: 70px;color: #444444;font-family: Brandon Text;line-height: 50px;margin-bottom: 18px;}
.in-about li span{ display: inline-block;font-size: 70px;color: #444444;font-family: Brandon Text;margin-left: 5px;line-height: 50px;}
.in-about li .h2{font-size: 16px;color: #777;}
.ina-btn{display: block;background: url(../images/ina-num.png) no-repeat center;height: 145px;margin-top: -20px;padding-top: 40px;}
.ina-btn:hover .h3,.ina-btn:hover .h4{color: #d31313;}
.ina-btn .h3{font-size: 70px;line-height: 50px;color: #444;text-align: center;font-family: Vani;}
.ina-btn .h4{color: #777777;font-size: 16px;}
.in-about li:hover .count-title,.in-about li:hover span{color: #db1516;}
.in-about li:hover{transform: translateY(-10px);}

.index{padding-top: 70px;}
.index .h1{color: #333; float: left;font-size: 36px;line-height: 36px;position: relative;line-height: 36px;}
.index .h1:after{position: absolute;content: '';width: 10px;height: 2px;background: #dc1c1d;right: -20px;top: 50%;margin-top: -1px;}
.index .h2{font-size: 16px;color:#666666;line-height: 16px;margin-top: 19px;}
.index a.more-btn{display: block;float: right;padding-left: 31px;background: url(../images/read-btn.png) no-repeat left top;font-size: 14px;color: #666;font-family: 'Open Sans';line-height: 22px;position: relative;}
.index a.more-btn:after{transition: all 1s; position: absolute;content: '';width: 36px;height: 1px;background: #bebebe;left: 30px;bottom: 0;}
.index a.more-btn:hover{color: #cc0a0a;background: url(../images/read-btnH.png) no-repeat left top;}
.index a.more-btn:hover:after{width: 76px;background: #cc0a0a;}

.index.white .h1{color: #fafafa;}
.index.white .h2,.index.white a.more-btn{color: rgba(250,250,250,0.8);}

.int-bot .block_index
{
    display:block;
}
/*涓氬姟鑼冨洿*/
.in-yewu{background:#fafafa url(../images/in-ywbg.png) no-repeat left top ;padding-bottom: 50px;}
.in-yewu .wrap{overflow: hidden;}
.swiper1.swiper-container{margin-top: 81px;height: 440px;}
.swiper1 .swiper-slide{transition: all 1s; padding-top: 62px; width: 332px;border: solid 1px #dcdcdc;height: 382px;border-radius: 5px;background: white;}
.swiper1 .swiper-slide:hover{box-shadow: 0 5px 20px rgba(0,0,0,0.2);transform: translateY(-10px);}
.swiper1 .swiper-slide a{display: block;}
.slide-icon{height: 103px;width: 100%;background-repeat: no-repeat;background-position: center;}
.swiper1 .swiper-slide .h3{font-family: 'Open Sans semibold';color: #777;font-size: 16px;text-align: center;margin-top: 39px;line-height: 16px;}
.slide-font{border-radius: 0px 0px 5px 5px; text-align: center;padding-top: 47px;line-height: 20px;margin-top: 65px; color: #666;font-size: 20px;background: url(../images/inywbg.png) no-repeat center;height: 95px;transition: all 1s;}
.slide-icon1{background-image: url(../images/in-yw1.png);}
.slide-icon2{background-image: url(../images/in-yw2.png);}
.slide-icon3{background-image: url(../images/in-yw3.png);}
.slide-icon4{background-image: url(../images/in-yw4.png);}
.slide-icon5{background-image: url(../images/in-yw5.png);}
.slide-icon6{background-image: url(../images/in-yw6.png);    background-size: 82px 100px;}
.slide-icon7{background-image: url(../images/in-yw7.png);}
.slide-icon8{background-image: url(../images/in-yw8.png);}
.swiper .swiper-slide:hover .slide-font{background: url(../images/inywbgH.png) repeat;color: white;}
.swiper .swiper-pagination-bullet{width: 12px;height: 12px;background: none;border-radius: 50%;opacity: 1;border: solid 2px #999999;}
.swiper .swiper-pagination-bullet-active{border-color: #dd2223;}
.swiper .swiper-pagination{bottom: 0px !important;}
.inyw-swiper{position: relative;}
.inyw-swiper .swiper-button-next{ right: -70px;background: url(../images/index-right3.png) no-repeat center;width: 15px;height: 26px;margin-top: -14px;top:50%;}
.inyw-swiper .swiper-button-prev{opacity: 0.6;left: -70px;background: url(../images/index-left3.png) no-repeat center;width: 15px;height: 26px;margin-top: -14px;top: 50%;}
.inyw-swiper .swiper-button-next:hover{background: url(../images/index-rightH.png) no-repeat center;}
.inyw-swiper .swiper-button-prev:hover{background: url(../images/index-leftH.png) no-repeat center;}

/*鍚堜綔妗堜緥*/
.index-two{padding-bottom: 40px;}
.int-big{margin-top: 32px;}
.int-box{display: none;}
.int-box a:hover .h3{color: #db1516;}
.int-top{font-size: 16px;color: #444;margin-bottom: 50px;}
.int-top a{font-size: 16px;color: #444;padding: 0 10px;}
.int-top a.active,.int-top a:hover{color: #dd2223;}
.int-list{width: 452px;float: left;margin-right: 22px;margin-bottom: 30px;display: block;}
.int-list:nth-child(3n){margin-right: 0;}
.int-list .int-pic{width: 452px;height: 316px;overflow: hidden;}
.int-list .int-pic img{width: 100%;height: 100%;display: block;transition: all 1s;}
.int-list .int-font{ height: 172px;border: solid 1px #dedede;margin-top: -1px;padding-top: 35px;}
.int-list .int-font .h3{margin: 0 40px;font-size: 18px;color: #444;line-height: 18px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;margin-bottom: 18px;}
.int-list .int-font p{margin: 0 40px;font-size: 14px;color: #999;line-height: 14px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;padding-bottom: 38px;border-bottom: solid 1px #dedede;}
.int-list .int-font .h4{padding: 0 40px;transition: all 1s; position: relative; height: 47px;line-height: 47px;color: #777;font-size: 14px;background: url(../images/int-font.png) no-repeat right 40px center;}
.int-list .int-font .h4:before{position: absolute;content: '';width: 0%;height: 1px;background: #dc1416;transition: all 1s;top: -1px;}
.int-list:hover .int-font .h4:before{width: 370px;}
.int-list:hover img{transform: scale(1.1);}
.int-list:hover .h3{color: #dd2223;}
.int-list:hover .int-font .h4{background: url(../images/int-fontH.png) no-repeat right 30px center;}

/*璧勮涓績*/
.index-three{background: #f5f5f5;padding-bottom: 77px;}
.int-left{display: block;width: 400px;height: 560px;background: white;float: left;box-shadow: 0 5px 15px rgba(0,0,0,0.06);padding: 29px 25px 26px 25px;}
.int-left .h3{font-size: 18px;color: #666666;line-height: 26px;width: 300px;margin-bottom: 27px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.int-left .h4{font-size: 14px;color: #999;font-family: 'Open sans';margin-bottom: 27px;}
.ine-pic{width: 350px;height: 380px;overflow: hidden;}
.ine-pic img{width: 100%;height: 100%;display: block;transition: all 1s;}
.int-left:hover img{transform: scale(1.1);}
.int-mid{width: 400px;float: left;margin-left: 20px;height: 560px;overflow: hidden;}
.intm{display: block;height: 270px;background: white;padding: 0 32px;padding-top: 34px;}
.intm .h3{ font-size: 18px;color: #444;line-height: 18px;margin-bottom: 23px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.intm p{height: 44px; font-size: 14px;color: #999;line-height: 22px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.intm-bot{position: relative; height: 115px;border-top: solid 1px #e4e4e4;padding-top: 30px;margin-top: 37px;background: url(../images/intm.png) no-repeat right center;}
.intm-bot:before{position: absolute;content: '';width: 0%;height: 1px;background: #dc1416;transition: all 1s;top: -1px;}
.intm:hover .intm-bot:before{width: 100%;}
.intm:hover .intm-bot{background: url(../images/intmH.png) no-repeat right center;}
.intm-bot .h4{font-size: 50px;color: #444;font-family: 'sn';line-height: 50px;}
.intm-bot .h5{font-size: 14px;color: #777;font-family: 'Open sans';padding-left: 3px;}
.intm.ma20{margin-bottom: 20px;}
.int-right{width: 560px;float: left;margin-left: 20px;padding: 25px 30px 0 30px;background: white;height: 560px;overflow: hidden;}
.inr-list{height: 131px;border-bottom: solid 1px #e4e4e4;display: block;padding-top: 30px;}
.inr-list:last-child{border-bottom: none;}
.inr-l{width: 116px;float: left;padding-left: 20px;}
.inr-l .h4{font-size: 50px;color: #444;font-family: 'sn';line-height: 50px;}
.inr-l .h5{font-size: 14px;color: #777;font-family: 'Open sans';padding-left: 3px;}
.inr-r{float: left;width: 370px;}
.inr-r .h3{ font-size: 18px;color: #444;line-height: 18px;margin-bottom: 13px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.inr-r p{ height: 44px;font-size: 14px;color: #999;line-height: 22px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}

/*鎴戜滑鐨勬湇鍔�*/
.index-four{padding-bottom: 90px;}
.swiper2.swiper-container{margin-top: 59px;height: 412px;padding: 0 8px;}
.swiper2 .swiper-slide{ width: 332px;height: 350px;background: white;}
.swiper2 .swiper-slide:hover  .inff{transform: rotate(60deg);}
.inf-icon{width: 100%;height: 220px;background-repeat: no-repeat;background-position: center;}
.inff{width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;transition: all 1s;}
.swiper2 .swiper-slide .h3{text-align: center;font-size: 22px;color: #444;line-height: 22px;}
.swiper2 .swiper-slide .h4{text-align: center;font-size: 14px;color: #999;line-height: 14px;margin-top: 20px;}
.inf-font{box-shadow: 1px 5px 20px rgba(0,0,0,0.1);padding-top: 38px;height: 130px;}
.inf-icon1{background-image: url(../images/inf1-bg.png);}
.inff1{background-image: url(../images/inf1.png);}
.inf-icon2{background-image: url(../images/inf2-bg.png);}
.inff2{background-image: url(../images/inf2.png);}
.inf-icon3{background-image: url(../images/inf3-bg.png);}
.inff3{background-image: url(../images/inf3.png);}
.inf-icon4{background-image: url(../images/inf4-bg.png);}
.inff4{background-image: url(../images/inf4.png);}
.inf-icon5{background-image: url(../images/inf5-bg.png);}
.inff5{background-image: url(../images/inf5.png);}
.inf-icon6{background-image: url(../images/inf6-bg.png);}
.inff6{background-image: url(../images/inf6.png);}
.inf-icon7{background-image: url(../images/inf7-bg.png);}
.inff7{background-image: url(../images/inf7.png);}
.inf-icon8{background-image: url(../images/inf8-bg.png);}
.inff8{background-image: url(../images/inf8.png);}

/*搴曢儴*/
.c-foot{background: #222;padding-top: 63px;}
.foot-one{margin-bottom: 87px;}
.foot-one dl{float: left;}
.foot-one dt{margin-bottom: 22px;}
.foot-one dt a{font-size: 16px;color: rgba(255,255,255,0.8);padding-right: 86px;position: relative;line-height: 16px;margin-bottom: 23px;}
.foot-one dt a:before{position: absolute;content: '';width: 2px;height: 14px;background: #7f7f7f;left: -11px; top: 50%;margin-top: -7px;}
.foot-one dd a{font-size: 14px;color: rgba(255,255,255,0.4);line-height: 26px;}
.foot-one dl:last-child a{padding-right: 0;}
.foot-one dt a:hover,.foot-one dd a:hover{color: white;}
/*.foot-two{padding-bottom: 16px;border-bottom: solid 1px #393939;}*/
.foot-two p{float: left;font-weight: bold;font-size: 14px;color: #2c2c2d;}
.foot-two  a{font-size: 14px;color: #2c2c2d;font-weight: normal;padding: 0 5px;}
.foot-two  a:hover{color: white;}
.foot-two .foot-btn{display: block;float: right;width: 140px;height: 40px;text-align: center;line-height: 40px;background: none;color: rgba(255,255,255,0.8);border: solid 1px #666;}
.foot-two .foot-btn:hover{background: #9d1e1f;border-color: #9d1e1f;}
.foot-three{padding: 45px 0 50px 0;}
.foot-three .ewm{float: left;margin-left: 110px; margin-right: 270px;}
.foot-three .address{margin-top: 22px; font-size: 16px;color: rgba(255,255,255,0.6);line-height: 26px;width: 200px;float: left;position: relative;}
.foot-three .address:before{position: absolute;content: '';width:40px;left: -60px;top: 50%;margin-top: -19.5px; background: url(../images/address.png) no-repeat center;height: 39px;}
.foot-three .foot-tel{margin-left: 170px; margin-top: 22px; font-size: 16px;color: rgba(255,255,255,0.6);line-height: 26px;width: 150px;float: left;position: relative;}
.foot-three .foot-tel:before{position: absolute;content: '';width:40px;left: -60px;top: 50%;margin-top: -19.5px; background: url(../images/foot-tel.png) no-repeat center;height: 39px;}
.foot-three .share{float: right;margin-top: 32px;}
.foot-three .share a{float: left; width: 35px;height: 35px;display: block;padding: 0;margin: 0;margin-left: 13px;opacity: 0.3;}
.foot-three .share a.bds_weixin{background: url(../images/foot-wxH.png) no-repeat center;}
.foot-three .share a.bds_sqq{background: url(../images/foot-qqH.png) no-repeat center;}
.foot-three .share a.bds_tsina{background: url(../images/foot-wbH.png) no-repeat center;}
.foot-three .share a.bds_fbook{background: url(../images/foot-fcH.png) no-repeat center;}
.foot-three .share a:hover{opacity: 1;}

.c-footer{background: #111111;padding: 36px 0 31px 0;}
.footer-left{float: left;text-align: center;width: 100%;}
.footer-left .h1{
	font-size: 14px;
	color: #87898b;
	line-height: 28px;
	margin-bottom: 16px;
}
.footer-left a{color: rgba(255,255,255,0.5);}
.footer-left a:hover{color: white;}
.footer-left .h2{font-size: 14px;color: rgba(255,255,255,0.5);line-height: 14px;}
.footer-right{float: right;}
.footer-right a{float: left;margin-left: 11px; color: rgba(255,255,255,0.5);}
.footer-right a:hover{color: white;}


.ab-banner{height: 550px; background-repeat: no-repeat;background-size: cover;background-position: center;}
.content{padding-top: 80px;}
.content .h1{font-size: 36px;color: #333;line-height: 36px;text-align: center;font-weight: lighter;padding-bottom: 20px;position: relative;}
.content .h1:after{position: absolute;content: '';width: 10px;height: 2px;background: #dc1c1d;left: 50%;margin-left: -5px;bottom: 0;}
.ab-one .h1:before{position: absolute;content: '';background: url(../images/ab_03.png) no-repeat ;width: 56px;height: 56px;right: 595px;top: -22px;}
.ab-one p{text-align: center;margin-top: 32px; color: #444;font-size: 18px;line-height: 30px;}
.ab-one p span{color: #db1516;font-size: 24px;}
.ab-one .ul{margin-top: 70px;background: #fafafa;padding-bottom: 70px;}
.ab-one li{margin-top: 60px;width: 300px; text-align: center;float: left;position: relative;transition: all 1s;}
.ab-one li:after{position: absolute;content: '';width: 1px;height: 60px;background: #e8e8e8;right: 0;top: 0;}
.ab-one li:nth-child(4n):after,.ab-one li:last-child:after{display: none;}
.ab-one li:nth-child(5){margin-left: 113px;}
.ab-one li:nth-child(6){width: 356px;}
.ab-one li .count-title{display: inline-block; font-size: 70px;color: #444444;font-family: Brandon Text;line-height: 50px;margin-bottom: 18px;}
.ab-one li span{ display: inline-block;font-size: 70px;color: #444444;font-family: Brandon Text;margin-left: 5px;line-height: 50px;}
.ab-one li .h2{font-size: 16px;color: #777;}
.ab-one li:hover .count-title,.ab-one li:hover span{color: #db1516;}
.ab-one li:hover{transform: translateY(-10px);}

.dingwei p{text-align: left;margin-top: 32px; color: #444;font-size: 16px;line-height: 26px; padding: 15px;}


.ab-two{background: url(../images/ab-two.png) no-repeat center;background-size: cover;height: 400px;background-attachment: fixed;padding-top: 100px;}
.ab-two .h1{float: left;color: white;font-size: 36px;line-height: 36px;font-weight: lighter;padding-bottom: 20px; position: relative;padding-top: 50px;}
.ab-two .h1:after{position: absolute;content: '';width: 10px;height: 2px;background: #dc1c1d;left: 0;bottom: 0;}
.ab-two p{font-size: 16px;color: white;line-height: 30px;font-weight: lighter;float: right;width: 572px;}
.ab-three{padding-bottom: 80px;}
.ab-three ul{margin-top: 37px;}
.ab-three li{width: 300px;text-align: center;float: left;margin-top: 48px;}
.ab-three .abt-pic{width: 300px;height: 120px;display: table-cell; vertical-align:middle;text-align: center;}
.ab-three .abt-pic img{transition: all 1s;}
.ab-three li:hover .abt-pic img{transform: rotateY(180deg);}
.ab-three li .h2{font-size: 22px;color: #333;line-height: 22px;margin-top: 30px;margin-bottom: 20px;}
.ab-three li p{font-size: 16px;color: #666;line-height: 24px;text-align: center;width: 240px;margin: 0 auto;}

/*2019-5-6*/
.about-four-top{
	background:#fafafa;
	padding-bottom:130px;
	position: relative;
	z-index: 2;
}
.about-four-top::after{
	content: '';
	width: 300px;
	height: 450px;
	/*background: url(../images/20190506_01.png) right bottom -12px no-repeat;*/
	position: absolute;
	right: 0;
	bottom:-4px;
	z-index: -1;
}
.about-four .h2 {
    font-weight: 100;
    color: #666;
    font-size: 16px;
    text-align: center;
    margin: 20px 0 90px;
}
.about-four-list li{
	float: left;
	width: 25%;
	text-align: center;
}
.about-four-list .m-icon{
	height: 100px;
}
.about-four-list .m-icon_bt{
width: 64px;
height: 64px;
vertical-align: middle;
	padding-top: 15px;
border-radius: 50%;
margin: 0 auto;
margin-bottom: 10px;
background:#0f89d6;
	text-align: center;}
.about-four-list .m-icon_bt img{
	width: 32px;
	height: 32px;
	}

.about-four-list .m-tit{
	font-size: 22px;
	margin: 15px 0 20px;
}
.about-four-list p{
	font-size: 16px;
	font-weight: 100;
	color: #666;
	padding:0 10px 0 10px;
}
.about-four-bottom{
	position: relative;
	background: #fff;
	width: 100%;
	overflow: hidden;
	z-index: 1;
	padding-top: 4px;
	overflow: hidden;
}
.about-four-bottom::before{
	content: '';
	width: 50%;
	height: 100%;
	background: #051f65;
	position: absolute;
	left: 0;
	top:4px;
	z-index: -1;
	margin-left: -2px;
}
.about-four-bottom::after{
	content: '';
	width: 50%;
	height: 100%;
	background: #333;
	position: absolute;
	right: 0;
	top:4px;
	z-index: -1;
	margin-right: -2px;
}
.about-four-item{
	color: #fff;
	float: left;
	width: 50%;
	padding: 85px 0 52px;
	transition: all .6s;
}
.about-four-item.mit1{
	padding-right: 145px;
}
.about-four-item.mit1:hover{
	transform: translateX(20px);
}
.about-four-item.mit2{
	padding-left: 145px;
}
.about-four-item.mit2:hover{
	transform: translateX(-20px);
}
.about-four-item .m-pic{
	float: left;
	width:160px;
}
.about-four-item .m-pic img{
	max-width: 100%;
}
.about-four-item .m-cont{
	margin-left: 160px;
}
.about-four-item .m-tit{
	font-size: 30px;
	font-weight: 100;
}
.about-four-item .m-hr{
	width: 10px;
	height: 2px;
	background: #dc1c1d;
	margin: 12px 0 20px;
}
.about-four-item .m-des{
	font-size: 16px;
	font-weight: 100;
	line-height: 1.5;
}
@-webkit-keyframes doudong {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); 
  }
  20% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); 
  }
  40% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); 
  }
  60% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px); 
  }
  80% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px); 
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes doudong {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); 
  }
  20% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); 
  }
  40% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); 
  }
  60% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px); 
  }
  80% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px); 
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.about-four-list li:hover .m-icon{
	-webkit-animation: doudong 1s ease;
    animation: doudong 1s ease;
}


.abv-swiper.swiper-container{margin-top: 64px;padding-bottom: 45px !important;}
.ab-five .abv-pic{transition: all 1s; height: 68px;width: 200px;float: left; vertical-align: middle;text-align: center;}
.ab-five .abv-pic .qsb{display: table-cell;width: 200px;height: 68px;vertical-align: middle;}
.ab-five .abv-pic:hover{transform: translateY(-10px);}

.ab-five{padding-bottom: 90px;}
.abe-swiper .swiper-slide .abv-pic:hover{transform: translateY(-10px);}
.abv-swiper .swiper-slide{margin-bottom: 36px;}
.abv-swiper .swiper-slide:nth-child(11),.abv-swiper .swiper-slide:nth-child(12){margin-right: 0 !important;}
.abv-swiper .swiper-pagination-bullet{width: 12px;height: 12px;margin: 0 10px !important;background: none;border-radius: 50%;opacity: 1;border: solid 2px #999999;}
.abv-swiper .swiper-pagination-bullet-active{border-color: #dd2223;}
.abv-pic img{

  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 1s;
  filter: gray;
  }
.abv-pic:hover img{
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: gray;
}
.abv-swiper.abx-swiper .swiper-slide{transition: all 1s;background: white;display: table-cell;vertical-align: middle;border: solid 1px #eee;}
.ab-six{padding-bottom: 60px;border-top: solid 1px #f3f3f3;background: #f8f8f8;}
.ab-six .h2{font-weight: lighter;color: #666;font-size: 16px;line-height: 16px;text-align: center;margin-top: 22px;margin-bottom: 48px;}
.abx-left{float: left;width: 502px;height: 122px;padding-top: 50px;background: #fff; border: solid 1px #ececec;line-height: 120px;padding-left: 100px;color: #666;font-weight: lighter;font-size: 16px;margin-left: 54px;position: relative;}
.abx-pic{position: absolute;top: 7px;left: -54px;width: 116px;height: 116px;border-radius: 50%;}
.abx-pic img{width: 100%;height: 100%;display: block;}
.ab-six p{line-height: 22px;}
.abx-right{padding-top: 35px;float: right;}
/*.abx-top{margin-bottom: 76px;}*/
.abx-swiper .swiper-slide:hover{transform: translateY(-10px);}
.abx-swiper .swiper-slide:nth-child(11){margin-right: 20px !important;}
.abv-swiper.abx-swiper .swiper-slide .abv-pic{display: table-cell;vertical-align: middle;height: 68px;text-align: center;width: 180px;}
.abv-swiper.abx-swiper .swiper-slide:nth-child(11), .abv-swiper.abx-swiper .swiper-slide:nth-child(12){margin-right: 20px !important;}
.abv-swiper.abx-swiper .swiper-slide:hover .abv-pic{transform: translateY(0px);}
.abv-swiper.abx-swiper.swiper-container{margin: 0;padding-top: 78px;}

.abs-swiper.swiper-container{margin-top: 66px;}
.abs-swiper .swiper-slide{background: #f0f0f0;height: 349px;cursor: pointer;}
.abs-pic{width: 280px;
	/*height: 350px;*/
	display: table-cell;vertical-align: middle;text-align: center;}
.ab-eight{padding-bottom: 84px;}
.abt-swiper .swiper-slide{overflow: hidden;}
.abt-swiper .swiper-slide img{display: block;transition: all 1s;}
.abt-swiper .swiper-slide:hover img{transform: scale(1.1);}
.abt-swiper.swiper-container{margin-top: 66px;padding-bottom: 70px;}
.abt-swiper .swiper-pagination-bullet{width: 12px;height: 12px;margin: 0 10px !important;background: none;border-radius: 50%;opacity: 1;border: solid 2px #999999;}
.abt-swiper .swiper-pagination-bullet-active{border-color: #dd2223;}


/*鍥剧墖鏀惧ぇ*/
#darkbox {
  position: fixed;
  z-index: 9999;
  background: rgba(0,0,0,0.8) no-repeat none 50%;
  background-size: 400px 560px !important;
  -webkit-box-shadow: 0 0 0 3000px rgba(0,0,0,0.8);
          box-shadow: 0 0 0 3000px rgba(0,0,0,0.8);
  opacity: 0;
  visibility: hidden;
}
#darkbox.on {
  opacity: 1;
  visibility: visible;
  height: 90% !important;
  width: 90% !important;
  left: 5% !important;
  top: 5% !important;
}
#darkbox_prev, #darkbox_next {
  cursor: pointer;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  height: 50px;
  width: 50px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
#darkbox_prev {
  left: -2px;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#darkbox_next {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: -2px;
}
#darkbox_prev:hover,#darkbox_next:hover{border-color: #fca61f;}
#darkbox-description {
  position: absolute;
  width: 100%;
  color: #fff;
  font-size: 18px;
  bottom: 25px;
  text-align: center;
  text-shadow: 0 1px 1px #000;
}
#darkbox:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 24px;
  content: "";
  color: #fff;
  cursor: pointer;
  background: url(../images/close.png) no-repeat center transparent;
}

.nei_anchor {
  text-align: center;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  font-size:0;
  width: 100%;
  z-index: 900;
  background: #fff;
  box-shadow: 0px 0px 8px 0px #d6d6d6;
}
.nei_anchor span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.nei_anchor span a {
    font-size: 16px;
    color: #666;
    line-height: 60px;
    padding: 0 40px;
    display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: relative;
}
.nei_anchor span a:after{
    content: '';
    width: 1px;
    height: 17px;
    background: #dadada;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.nei_anchor span.on a:after,.nei_anchor span a:hover:after{
    display: none;
}
.nei_anchor span:hover a,
.nei_anchor span.on a {
    color: #fff;
    background: #db1516;
}
.footer-left .h2 a:nth-child(2),.footer-left .h2 a:nth-child(3)
{
    padding-left: 20px;
}
.none_index
{
   display:none;
}

/*妗堜緥涓績*/
.ny-banner{position: relative;background-repeat: no-repeat;background-size: cover;padding-top: 210px;background-position: center;height: 437px}
.ny-banner .h1{font-size: 16px;color: #c1c1c1;font-weight: lighter;text-align: center;margin-bottom: 12px;}
.ny-banner .h2{color: white;font-size: 30px;text-align: center;font-weight: lighter;margin-bottom: 35px;}
.ny-banner .h3{color: #c2c2c2;font-size: 22px;text-align: center;font-weight: lighter;margin-bottom: 11px;}
.ny-banner hr{width: 25px;height: 2px;background: white;border: none;text-align: center;position: relative;left: 50%;margin-top: 27px; margin-left: -12.5px;}
.ny-banner .h4{ text-align: center;font-size: 30px;color: white;font-weight: lighter;margin-top: 18px;}
.ny-banner .h4 span{position: relative;padding-left: 108px;}

.ny-banner .h4 span:before{position: absolute;content: '';background: url(../images/story1.png) no-repeat center;width: 105px;height: 28px;left: 0;top: 50%;margin-top: -12px;}


.qy a{width: 575px;}

/*鏁呬簨*/
.story_f4{position: relative;padding-bottom: 143px;}
.story_f4_tit span{color: #333;font-size: 30px;font-weight: lighter;position: relative;padding-left: 135px;}
.story_f4_tit span:before{position: absolute;content: '';background: url(../images/story2.png) no-repeat center;width: 133px;height: 29px;left: 0;top: 50%;margin-top: -14px;}

.story_f5{position: relative;padding-bottom: 173px;}
.story_f5_tit span{color: #333;font-size: 30px;font-weight: lighter;position: relative;padding-left: 154px;}
.story_f5_tit span:before{position: absolute;content: '';background: url(../images/story3.png) no-repeat center;width: 152px;height: 29px;left: 0;top: 50%;margin-top: -14px;}

.story_f6{position: relative;padding-bottom:80px;}
.story_f5_tit span{color: #333;font-size: 30px;font-weight: lighter;position: relative;padding-left: 144px;}
.story_f5_tit span:before{position: absolute;content: '';background: url(../images/story4.png) no-repeat center;width: 142px;height: 29px;left: 0;top: 50%;margin-top: -14px;}


/*涓撻椤�*/
.brand_f1{position: relative;padding-bottom: 186px;}
.brand_f1 .brand1{margin-bottom: 0;}
.in1_btn.ss-btn{bottom: 80px;}
.in1_btn.ss-btn a{color: #333;}
.brand_f2{height: 670px;position: relative;}
.brand_f3{position: relative;padding-bottom: 185px;}
.brand_f3 .brand3{padding-bottom: 0;}

/*鍝佺墝钀ラ攢*/
.p-se-index{height: 550px;background-image: url(../images/ppyx-bg.png);background-size: cover;background-position: center;background-repeat: no-repeat;margin-top: 80px;}
.p-se-index .c-main{position: relative;}
.p-se-index .h1{font-size: 42px;color: white;font-weight: lighter;letter-spacing: 4px;margin-top: 166px;margin-left: 90px;}
.p-se-index .h2{font-size: 22px;color: white;font-weight: lighter;margin-left: 90px;margin-top: 12px;margin-bottom: 60px;}
.p-se-index .in1_btn {bottom: -115px; left: 90px;transform: translateX(0);}
.p-se-index .in1_btn a{border-color: white;}
.p-se-seo{padding-bottom: 173px;position: relative;}
.p-se-solu{position: relative;padding-bottom: 195px;}
.p-se-mark{position: relative;padding-bottom: 180px;}
.p-se-advan{position: relative;padding-bottom: 200px;}
.p-se-advantage{position: relative;}
.p-advan-name hr {border: none;width: 36px;height: 2px;background: #888;margin-top: 20px;margin-bottom: 20px;position: relative;left: 50%;margin-left: -18px;}
.in1_btn.pp-btn{bottom: 100px;}
.in1_btn.pp-btn a{color: #333;}

/*鎺ㄥ箍鏄�*/
.ext_f1{margin-top: 100px;height: 550px;}
.ext_f{width: 380px;position: relative;padding-left: 15px;line-height: 46px;margin-top: 0;padding-bottom: 0;}
.ext_f:before{position: absolute;content: '';width: 5px;height: 5px;border-radius: 50%;background: white;left: 0;top: 50%;margin-top: -2.5px;}
.ext_f1 .ben .h1{font-size: 30px;color: white;margin-bottom: 10px;}
.ext_f1 .ben{position: relative;margin-top: 120px;}
.in1_btn.tg-btn{bottom: -110px;left: 0;transform: translateX(0);}
.ext_f2{height: 776px;position: relative;}
.ext_f3{height: 970px;position: relative;}
.ext_f4{padding-bottom: 103px;position: relative;}
.ext_f5{height: 675px;position: relative;}
.ext_f6{padding-bottom: 200px;position: relative;}
.ext_f1 {
    margin-top: 80px;
    background: url(../images/tgy_02.jpg) no-repeat center #0E0E0E;
}
/*寰俊灏忕▼搴�*/
.app1{height: 550px;background-position: center; margin-top: 80px;padding-top: 145px;}
.app1 .con{position: relative;}
.app1_wrap{padding-bottom: 42px;}
.in1_btn.xx-btn{bottom: -42px;left: 0;transform: translateX(0);}
.in1_btn.xx-btn a{border-color: #fff;}
.opacity_0{opacity: 1;}
.app3_ul .hd ul li{background: none;border: solid 1px #5b5b5b;}
.app3_ul .hd ul li.on{border-color: #e10616;}
.app3_ul .bd ul li .con span{background: url(../images/app-jt.png) no-repeat right 6px;}
.app3_ul .bd ul li:hover .con span{background: url(../images/app-jth.png) no-repeat right 6px;}
.app4_ul li{position: relative;}
.app4_ul li:after{position: absolute;content: '';width: 1px;height: 310px;background: #e7e7e7;right: -140px;top: 0;}
.app4{position: relative;}
.app6{position: relative;padding-bottom: 130px;}
.app7_ul li:hover,.app7_ul li:hover .left{border-color: #c5272c;}
.app2{height: 900px;position: relative;}
.app3{height: 1000px;}
.app3_ul .hd{margin-top: 50px;}
.app5{position: relative;padding-bottom: 200px;}
.app3_ul{position: relative;}
.app3_ul .hd .prev,.app3_ul .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
			 cursor:pointer; background:url("../images/arrow.png") 0 0 no-repeat;}
.app3_ul .hd .next{display: block;    right: -80px;
    background: url(../images/hon1_29.png) no-repeat center;
    background-size: 16px 28px;
    width: 16px;
    height: 28px;
    margin-top: -24px;
    top: 50%;position: absolute; }
.app3_ul .hd .next:hover{ background: url(../images/hon_29.png) no-repeat center;background-size: 16px 28px;}
.app3_ul .hd .prev{display: block;    left: -80px;
    background: url(../images/hon_27.png) no-repeat center;
    background-size: 16px 28px;
    width: 16px;
    height: 28px;
    margin-top: -24px;
    top: 50%;position: absolute; }
.app3_ul .hd .prev:hover{background: url(../images/hon1_27.png) no-repeat center;
    background-size: 16px 28px;}



/*绉诲姩绔畾鍒�*/
.ter_f1 .ter,.ter_f3 .ter,.ter_f4 .ter,.ter_f5 .index_main{position: relative;}
.in1_btn.dd-btn{border-color: white;bottom: -80px;left: 0;transform: translateX(0);}
.ter .in1_btn a{margin-top: 0;background: none;color: #333;}
.ter_f3 .ter{height: 475px;}
.ter_f5 .index_main{padding-bottom: 240px;}
.ter_f5 .in1_btn.dd-btn{bottom: 88px;    left: 50%;transform: translateX(-50%);}
.ter_f5 .in1_btn.dd-btn a{margin: 0;background: none;}
.ter_weixin:hover{background: url(../images/s-weixinH.png) no-repeat center;}
.ter_weibo:hover{background: url(../images/s-weiboH.png) no-repeat center;}
.ter_qq:hover{background: url(../images/s-qqH.png) no-repeat center;}
.ter_xinxi:hover{background: url(../images/s-dxH.png) no-repeat center;}
.ter_youj:hover{background: url(../images/s-emailH.png) no-repeat center;}
.ter_f6_bottom b:hover{border:solid 1px #d31313;}
.ter_f6{position: relative;padding-bottom: 100px;}
.ter7,.ter7_wrap{height: 946px;}
.ter7_tit{padding-bottom: 150px;}
.ter_f8{padding-bottom: 210px;position: relative;}
.ter_f8 .in1_btn.head-btn a{margin: 0;background: none;}
.ter_f1 {
    background: url(../images/ydd-bg.png) no-repeat center  #1A1A1A;
    height: 550px;
    margin-top: 80px;
    overflow: hidden;
}
.ter_f1-main{padding-top: 70px;}
.ter_f1 .ter{padding-top: 93px;}
.ter_f1-img {
    width: 530px;
    height: 426px;
    float: left;
}
.ter_f1-img img {
    display: block;
    width: 530px;
    height: 426px;
}

/*鏂伴椈璇︽儏*/
.newsinfo{margin-top: 40px;}
.newsinfo .new_left{background: white;width: 840px;margin-left: 0;padding:45px 40px;border: solid 1px #e6e6e6;}
.newsinfo .new_left .h1{font-size: 30px;color: #333;}
.newsinfo .wzcc{text-align: left;margin-top: 20px;}
.new_zx>a{margin-left: 0;}
.alzs_right{margin-bottom: 30px;}
.alzs_right a{color: #999999;font-size: 14px;line-height: 40px;margin: 6px 2px 6px 0 !important;}
.alzsbox{width: 260px !important;}
/*.new_left p{margin-top: 70px;}*/
.news-pl{height: 43px;line-height: 43px;border-bottom: solid 1px #eeeeee;}
.news-pl span{font-size: 14px;color: #999;line-height: 42px;float: left;}
.news-pl a{float: right;font-size: 14px;color: #999;line-height: 42px;margin-left: 20px;}
.new_right{width: 330px;border: solid 1px #e6e6e6;float: right;background: white;padding-left:18px;margin-bottom: 20px}
.about_new li a{font-size: 16px;position: relative;}
.about_new li a:before{position: absolute;content: '';width: 5px;height: 5px;border-radius: 50%;background: #979797;left: -10px;top: 50%;margin-top: -2.5px;}
.yca a{position: relative;}
.yca a:before{position: absolute;content: '';width: 4px;height: 4px;background: #00407b;left: -10px;top: 50%;margin-top: -2px;}
.baidu{display: block;text-align: right;width: 100%;margin-bottom: 50px;margin-top: 5px;}

.n_p5{overflow: hidden;position: relative;padding-bottom: 60px;}


/*鍝佺墝宸ュ叿*/
.n_banner{height: 550px;}
.zhanwh{height: 80px;}
.n_banner_cont{height: 550px;padding-top: 150px;}
.n_bantxt{font-size: 22px;width: 270px;}
.ppgj1{background: #f3f3f3;padding: 80px 0 0 0;}
.n2_cont .n_tit_con{padding-top: 0;}
.ppgj1 .n2_cont{padding-bottom: 175px;}
.ppgj1 ul{margin-top: 60px;}
.ppgj1 li{padding-top: 403px;margin-right: 21px;transition: all 1s; height: 516px;float: left;width: 386px;background-repeat: no-repeat;background-position: center;background-size: cover;}
.ppgj1 li .h4{font-size: 22px;color: #333;margin-bottom: 13px;}
.ppgj1 li .h5{font-size: 16px;color: #666;}
.ppgj1 li:last-child{margin-right: 0;}
.ppgj1 li .h5 a{padding: 0 20px;border-right: solid 1px #d1d1d1;line-height: 16px;}
.ppgj1 li .h5 a:last-child{border: none;}
.ppgj1 li:hover{transform: translateY(-10px);}
.n_p3_cont{padding-bottom: 173px;position: relative;}
.n_p4cont{padding-bottom: 190px;position: relative;}
.ppgj5-left{width: 530px;float: left;position: relative;}
.ppgj5-left:after{position: absolute;content: '';background: url(../images/ppgj5-btn.png) no-repeat center;width: 21px;height: 16px;top: 50%;margin-top: -8px;right: -136px;}
.ppgj5-left li{width: 260px;float: left; height: 215px;border: solid 1px #686868;border-radius: 5px;margin-right: 10px;margin-bottom: 10px;}
.ppgj5-left li:nth-child(2n){margin-right: 0;}
.ppgj5-left li:nth-child(1){padding-top: 73px;background: #dc1416;border-color: #dc1416; text-align: center;color: white;font-size: 22px;position: relative;}
.ppgj5-left li hr{width: 18px;height: 2px;border: none; background: white;position: absolute;left: 50%;margin-left:-9px;margin-top: 12px;}
.ppgj5-left li img{margin-top: 30px;}
.ppgj5-left li .h5{font-size: 16px;color: white;text-align: center;margin-top: 13px;}
.ppgj5-left li:hover{background: white;}
.ppgj5-left li:hover .h5{color: #333;}
.ppgj5-left li:nth-child(1):hover{background: #dc1416;}
.ppgj5-left li:nth-child(1):hover .h5{color: #fff;}
.n_p5right{width: 441px;}
.n_p5rgbox{margin-top: 0;}
.n_p6b{background: none;}
.n_p6ul{width: 580px;height: 371px;padding-top: 95px;position: relative;}
.n_p6ul .h1{width: 220px;text-align: right;color: white;font-size: 18px;}
.n_p6ul .h2{width: 220px;text-align: right;color: white;font-size: 22px;margin-bottom: 60px;}
.n_p6ul hr{width: 24px;height: 2px;background: white;border: none;position: absolute;left: 194px;top: 180px;}
.n_p6r{float: right;}
.n_p6t{background:url(../images/ppgj6-bg.png) no-repeat center;height: 371px;}
.np6_btit{color: #333;}
.n_p6bul{position: relative; width: 100%;padding-left: 0;background-position: 45px center;background:;}
.n_p6bul li:nth-child(2){position: absolute;left: 200px ;top: 130px;padding-top: 0;}
.n_p6bul li:nth-child(3){position: absolute;left: 395px ;top: 0px;padding-top: 0;}
.n_p6bul li:nth-child(4){position: absolute;left: 600px ;top: 130px;padding-top: 0;}
.n_p6bul li:nth-child(5){position: absolute;left: 755px ;top: 0px;padding-top: 0;}
.n_p6b{position: relative;}
.n_p6b_r {position: absolute;right: 0;}
.n_p6bf1{color: #333333;font-size: 22px;}
.n_p6bf2{color: #dc1416;font-size: 22px;font-weight: bold;}
.sol7_ul a.three{width: 380px;height: 478px;padding: 0;position: inherit;background: none; padding-top: 15px;}
.sol7_ul a.three img{position: inherit;}
.sol7_ul a.three span{line-height: 30px;height: 30px;}
.sol7_ul a .con i{line-height: 22px;}
.sol7_ul a .con{background-position: right 116px;}
.sol7{padding-bottom: 215px;position: relative;}
.sol7 .head-btn.in1_btn{bottom: 110px;}
.n_p6{position: relative;padding-bottom: 110px;}

.brand_bg {
    height: 550px;
    margin-top: 80px;
    background: url(../images/zty-banner.png) no-repeat center;
}

.line a:nth-child(2) b {
    background: url(../images/story-1.png) no-repeat center;
}
.line a:nth-child(2):hover b {
    background: #e10413 url(../images/story1H.png) no-repeat center;
}
.in1_btn.gj-btn a{border-color: white;}
.in1_btn.gj-btn a:hover{border-color: transparent;}




.in1_btn.sf6-1.head-btn{left: 314px;transform: translateX(0);bottom: 0;}
.in1_btn.sf6-2.head-btn{left: 605px;transform: translateX(0);bottom: 0;}
.story-a{width: 100%;height: 53px;position: relative;margin-top: 60px;}
.in1_btn {
    position: absolute;
    bottom:202px;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    height: 53px;
    border-radius: 6px;
    z-index: 900;
}
.in1_btn.head-btn{bottom: 90px;}
.in1_btn.head-btn a{color: #333333;}
.in1_btn a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    border: 2px solid #888;
    width: 281px;
    height: 53px;
    line-height: 49px;
    border-radius: 6px;
    text-align: center;
        overflow: hidden;
    box-sizing: border-box;
}
.in1_btn a:hover {
    position: relative;
    color: #fff;
    overflow: hidden;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    border-color: #cc0a0a;
}

.in1_btn:after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    -webkit-transition: all 0.75s ease 0s;
    -moz-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}
.in1_btn:after {
    background: #cc0a0a;
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    transform: translateX(-50%) translateY(-50%) rotate(-25deg);
}
.in1_btn:hover:after {
    height: 450%;
}


@media all and (max-width: 1680px) {
	.banner .banner-posi{left: 12%;}
	.banner-posi .h1{font-size: 55px;}
	.banner-posi .h2{font-size: 32px;}
}
@media all and (max-width: 1560px) {
	.banner .banner-posi{left: 12%;}
	.banner-posi .h1{font-size: 50px;}
	.banner-posi .h2{font-size: 30px;}
	.c-nav{margin-left: 150px;}
	.nav-left{width: 358px;}
	.nav-mid{padding-left: 60px;width: 295px;}
	.c-main{width: 1200px;margin: 0 auto;}
	/*.header .c-logo{margin-left: 40px;}*/
	.nav-search{margin-right: 0;}
	.c-nav.c-left{margin-left: 90px;}	
}
@media all and (max-width: 1560px) {	
	.c-main{width: 1300px;margin: 0 auto;}
	.in-about{padding: 70px 20px 65px 20px;}
	.ina-right{margin-left: 74px;}
	.in-about li{width: 315px;}   
	 .int-list:hover .int-font .h4:before{width:338px;}
	.int-list{width: 420px;margin-right: 20px;}
	.int-list .int-pic{width: 420px;height: 293px;}
	.int-list .int-font{height: 147px;padding-top: 30px;}
	.int-list .int-font p{padding-bottom: 23px;}
	.int-list .int-font .h4{height: 42px;line-height: 42px;}
	.int-left{width: 370px;height:517px;}
	.ine-pic{width: 320px;height: 346px;}
	.int-left .h3{margin-bottom: 20px;}
	.int-left .h4{margin-bottom: 24px;}
	.int-mid{width: 370px;height:517px;}
	.intm{height: 248px;padding-top: 25px;}
	.intm .h3{margin-bottom: 20px;}
	.intm-bot{height: 106px;padding-top: 20px;margin-top: 35px;}
	.int-right{width: 517px;height:517px;padding-top: 20px;}
	.inr-list{height: 121px;padding-top: 27px;}
	.inr-r{width: 300px;}
	.foot-one dt a{padding-right: 65px;}
	.abf-left{width: 384px;}
	.abf-right{width: 816px;}
}

@media all and (max-width: 1440px) {
	.c-main{width: 1200px;margin: 0 auto;}
	.banner .banner-posi{left: 12%;}
	.banner-posi .h1{font-size: 40px;}
	.banner-posi .h2{font-size: 24px;}
	.nav-left{margin-left: 151px;}
	.c-nav{margin-left: 146px;}
	.c-nav.c-left{margin-left: 90px;}
	.c-nav.c-left  .nav-item{padding-right: 40px;}
	.nav-mid{padding-left: 50px;width: 274px;}
	.in-about{padding: 70px 20px 65px 20px;}
	.ina-right{margin-left: 74px;}
	.in-about li{width: 290px;}   
	.int-list{width: 387px;margin-right: 18px;}
	.int-list .int-pic{width: 387px;height: 270px;}
	.int-list .int-font{height: 147px;padding-top: 30px;}
	.int-list .int-font p{padding-bottom: 23px;}
	.int-list .int-font .h4{height: 42px;line-height: 42px;}
	.int-left{width: 342px;height:478px;padding: 29px 21px 26px 20px;}
	.ine-pic{width: 300px;height: 325px;}
	.int-left .h3{margin-bottom: 10px;}
	.int-left .h4{margin-bottom: 17px;}
	.int-mid{width: 342px;height:478px;    margin-left: 17px;}
	.intm{height: 230px;padding-top: 25px;}
	.intm .h3{margin-bottom: 15px;}
	.intm-bot{height: 98px;padding-top: 15px;margin-top: 31px;}
	.int-right{width: 480px;margin-left: 17px;height:480px;padding-top: 20px;}
	.inr-list{height: 112px;padding-top: 25px;}
	.inr-r{width: 300px;}
	.foot-one dt a{padding-right: 61px;}
	.abf-left{width: 384px;}
	.abf-right{width: 816px;}
}

@media all and (max-width: 1340px) {
	.c-nav{margin-left: 80px;}
	.anniu{margin-left: 20px;}
	.nav-left {margin-left: 87px;    width: 350px;}
	.nav-mid1 {width: 362px;}
	.nav-mid{padding-left: 27px;width: 251px;}
	.navbar .nav-item{padding-right: 40px;}
	.nei_anchor span a{padding: 0 30px;}
	.nav-search.hover .search-box{width: 200px;}
	.search-box .search{width: 156px;}
	.c-nav.c-left{margin-left: 30px;}
	.c-nav.c-left  .nav-item{padding-right: 35px;}
}
@media (max-width: 1580px){
.inyw-swiper .swiper-button-next{right: -50px;}
	.inyw-swiper .swiper-button-prev{left: -50px;}
}
@media all and (max-width: 1380px){
	.app3_ul .hd .next{right: 0;}
	.app3_ul .hd .prev{left: 0;}
	.inyw-swiper .swiper-button-next{right: 10px;}
	.inyw-swiper .swiper-button-prev{left: 10px;} 
}
@media (min-width: 1180px){
.index_main {
    width: 1200px;
}
}
@media (max-width: 1280px){
.inyw-swiper .swiper-button-next.abv-next,.inyw-swiper .swiper-button-prev.abv-prev {display: none;}
}
/*鍔犺浇*/
.loader {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-mos-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align:center;
/* disable selection and cursor changes */
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor:default;
    opacity: 0;
}
#loader.show {
  -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
  transition: opacity .4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 0;
}

/* Text align it the center of screen and connect the looped animation for 2 seconds */
.text{
	position: absolute;
	left: -1.3em;
	top: -1.7em;
	-webkit-animation: text 2s infinite;
	-moz-animation: text 2s infinite;
	-moz-animation: text 2s infinite;
	-ms-animation: text 2s infinite;
	-o-animation: text 2s infinite;
	animation: text 2s infinite;
}

/* Set for the first layer vertical position */
.vertical{
	position:absolute;
	top: -1.84em;
	left: -0.4em;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

/* Set for the second layer horizontal position */
.horizontal{
	position:absolute;
	top:0em;
	left:0em;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

/* The next two classes do mirror for animation */
.circlesup{
	position:absolute;
	top: -4.7em;
	right: 12.1em;
}

.circlesdwn{
	position:absolute;
	top:2.5em;
	right:-13.5em;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

/* Create a container for our circles, rotate it 45 degrees and set animation*/
.circle {
	position: absolute;
	width: 15em;
	height: 15em;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-animation: orbit 2s infinite;
	-moz-animation: orbit 2s infinite;
	-moz-animation: orbit 2s infinite;
	-ms-animation: orbit 2s infinite;
	-o-animation: orbit 2s infinite;
	animation: orbit 2s infinite;
	z-index:5;
} 

/* Style's of our circles */
.circle:after {
	content: '';
	position: absolute;
	width: 2em;
	height: 2em;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	background: #db1516; /* Pick a color 1*/
}

.circle:nth-child(2) {
	-webkit-animation-delay: 100ms; 
	-moz-animation-delay: 100ms; 
	-ms-animation-delay: 100ms; 
	-o-animation-delay: 100ms; 
	animation-delay: 100ms;
	z-index:4;
}

.circle:nth-child(2):after  {
	background: rgba(219,21,22,0.8); /* Pick a color 2*/
	-webkit-transform: scale(0.8,0.8);
	-moz-transform: scale(0.8,0.8);
	-ms-transform: scale(0.8,0.8);
	-o-transform: scale(0.8,0.8);
	transform: scale(0.8,0.8);
}

.circle:nth-child(3) {
	-webkit-animation-delay: 225ms; 
	-moz-animation-delay: 225ms; 
	-ms-animation-delay: 225ms; 
	-o-animation-delay: 225ms; 
	animation-delay: 225ms; 
	z-index:3;
}

.circle:nth-child(3):after  {
	background: rgba(219,21,22,0.6); /* Pick a color 3*/
	-webkit-transform: scale(0.6,0.6);
	-moz-transform: scale(0.6,0.6);
	-ms-transform: scale(0.6,0.6);
	-o-transform: scale(0.6,0.6);
	transform: scale(0.6,0.6);
}

.circle:nth-child(4) {
	-webkit-animation-delay: 350ms; 
	-moz-animation-delay: 350ms; 
	-ms-animation-delay: 350ms; 
	-o-animation-delay: 350ms; 
	animation-delay: 350ms; 
	z-index:2;
}

.circle:nth-child(4):after  {
	background: rgba(219,21,22,0.4); /* Pick a color 4*/
	-webkit-transform: scale(0.4,0.4);
	-moz-transform: scale(0.4,0.4);
	-ms-transform: scale(0.4,0.4);
	-o-transform: scale(0.4,0.4);
	transform: scale(0.4,0.4);
}


.circle:nth-child(5) {
	-webkit-animation-delay: 475ms; 
	-moz-animation-delay: 475ms; 
	-ms-animation-delay: 475ms; 
	-o-animation-delay: 475ms; 
	animation-delay: 475ms; 
	z-index:1;
}

.circle:nth-child(5):after  {
	background: rgba(219,21,22,0.2); /* Pick a color 5*/
	-webkit-transform: scale(0.2,0.2);
	-moz-transform: scale(0.2,0.2);
	-ms-transform: scale(0.2,0.2);
	-o-transform: scale(0.2,0.2);
	transform: scale(0.2,0.2);
}

/* Animation keys */
@-webkit-keyframes orbit {
	0%		{ -webkit-transform:rotate(45deg); } 

	5%		{ -webkit-transform:rotate(45deg);
			  -webkit-animation-timing-function: ease-out; } 

	70%		{ -webkit-transform:rotate(405deg); 
			  -webkit-animation-timing-function: ease-in; }

	100%	{ -webkit-transform:rotate(405deg); } 
}

@-moz-keyframes orbit {
	0%		{ -moz-transform:rotate(45deg); } 

	5%		{ -moz-transform:rotate(45deg);
			  -moz-animation-timing-function: ease-out; } 

	70%		{ -moz-transform:rotate(405deg); 
			  -moz-animation-timing-function: ease-in; }

	100%	{ -moz-transform:rotate(405deg); } 
}
@-ms-keyframes orbit {
	0%		{ -ms-transform:rotate(45deg); } 

	5%		{ -ms-transform:rotate(45deg);
			  -ms-animation-timing-function: ease-out; } 

	70%		{ -ms-transform:rotate(405deg); 
			  -ms-animation-timing-function: ease-in; }

	100%	{ -ms-transform:rotate(405deg); } 
}

@-o-keyframes orbit {
	0%		{ -o-transform:rotate(45deg); } 

	5%		{ -o-transform:rotate(45deg);
			  -o-animation-timing-function: ease-out; } 

	70%		{ -o-transform:rotate(405deg); 
			  -o-animation-timing-function: ease-in; }

	100%	{ -o-transform:rotate(405deg); } 
}

@keyframes orbit { 
	0%		{ transform:rotate(45deg); } 
	
	5%		{ transform:rotate(45deg);
			  animation-timing-function: ease-out; } 

	70% 	{ transform:rotate(405deg); 
			  animation-timing-function: ease-in; }

	100%	{ transform:rotate(405deg); } 
}


@-webkit-keyframes text {
	0%		{-webkit-transform:scale(0.2,0.2);
			 -webkit-animation-timing-function: ease-out; } 

	40%,60%{ -webkit-transform:scale(1,1); 
			  -webkit-animation-timing-function: ease-out;  }

	70%,100%{ -webkit-transform:scale(0.2,0.2);  } 
}

@-moz-keyframes text {
	0%		{-moz-transform:scale(0.2,0.2);
			 -moz-animation-timing-function: ease-out; } 

	50%		{ -moz-transform:scale(1,1); 
			  -moz-animation-timing-function: ease-out;  }

	60%		{ -moz-transform:scale(1,1); 
			-moz-animation-timing-function: ease-out;  }

	100%	{ -moz-transform:scale(0.2,0.2);  } 	
}

@-mos-keyframes text {
	0%		{-mos-transform:scale(0.2,0.2);
			 -mos-animation-timing-function: ease-out; } 

	50%		{ -mos-transform:scale(1,1); 
			  -mos-animation-timing-function: ease-out;  }

	60%		{ -mos-transform:scale(1,1); 
			  -mos-animation-timing-function: ease-out;  }

	100%	{ -mos-transform:scale(0.2,0.2);  } 
}

@-o-keyframes text {
	0%		{ -o-transform:scale(0.2,0.2);
			  -o-animation-timing-function: ease-out; } 

	50%		{ -o-transform:scale(1,1); 
			  -o-animation-timing-function: ease-out;  }

	60%		{ -o-transform:scale(1,1); 
			  -o-animation-timing-function: ease-out;  }

	100%	{ -o-transform:scale(0.2,0.2);  } 
}

@keyframes text {
	0%		{ transform:scale(0.2,0.2);
			  animation-timing-function: ease-out; } 

	50%		{ transform:scale(1,1); 
			  animation-timing-function: ease-out;  }

	60%		{ transform:scale(1,1); 
			  animation-timing-function: ease-out;  }

	100%	{ transform:scale(0.2,0.2);  } 
}

/*************************************************************/
.slides li{position: relative;float: left;}
.slides img{width: 100%;display: block;}
.banner{position: relative;}
.banner .flex-next{position: absolute; right: 70px;background: url(../images/index-right2.png) no-repeat center;width: 15px;height: 26px;margin-top: -14px;top:50%;    font-size: 0;}
.banner .flex-prev{position: absolute;left: 70px;background: url(../images/index-left2.png) no-repeat center;width: 15px;height: 26px;margin-top: -14px;top: 50%;    font-size: 0;}
.banner .flex-next:hover{background: url(../images/index-rightH.png) no-repeat center;}
.banner .flex-prev:hover{background: url(../images/index-leftH.png) no-repeat center;}
.banner .flex-control-nav{height: 5px;position: absolute;bottom: 30px;width: 100%;text-align: center;}
.banner .flex-control-nav li{display: inline-block;height: 5px;margin: 0 8px;}
.banner .flex-control-nav a{    font-size: 0;display: block; transition: all 1s; width: 10px;height: 5px;background: #a6cdec;border-radius: 2px;opacity: 1;}
.banner .flex-control-nav a.flex-active{width: 20px;background: #db1516;}
.swiper1 .bd{margin-top: 81px;height: 440px;overflow: hidden;}
.swiper1 .bd li{transition: all 1s; padding-top: 62px; width: 330px !important;margin-right: 26.5px; border: solid 1px #dcdcdc;height: 382px;border-radius: 5px;background: white;}
.swiper1 .bd li:hover{box-shadow: 0 5px 20px rgba(0,0,0,0.2);transform: translateY(-10px);}
.swiper1 .bd li a{display: block;}
.swiper1 .bd li .h3{font-family: 'Open Sans semibold';color: #777;font-size: 16px;text-align: center;margin-top: 39px;line-height: 16px;}
.swiper1 .slides li:hover .slide-font{background: url(../images/inywbgH.png) repeat;color: white;}
.swiper{position: relative;}
.swiper .hd .next{position: absolute;z-index: 8; right: -70px;background: url(../images/index-right3.png) no-repeat center;width: 15px;height: 26px;margin-top: -42px;top:50%;}
.swiper .hd .prev{position: absolute;z-index: 8;left: -70px;background: url(../images/index-left3.png) no-repeat center;width: 15px;height: 26px;margin-top: -42px;top: 50%;}
.swiper .hd .next:hover{background: url(../images/index-rightH.png) no-repeat center;}
.swiper .hd .prev:hover{background: url(../images/index-leftH.png) no-repeat center;}
.swiper  .hd ul{position: absolute;bottom: 0;left: 50%;transform: translateX(-50%); overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
.swiper  .hd ul li{text-indent: -9999px; padding-top: 0;margin: 0 8px; float:left;  width:12px; height:12px;cursor:pointer;border-radius: 50%;opacity: 1;border: solid 2px #999999; }
.swiper  .hd ul li.on{border-color: #dd2223; }
.swiper2 .bd{margin-top: 59px;height: 412px;overflow: hidden;}
.swiper2  .hd ul li{margin-bottom: 0;}
.swiper2 .bd li{margin-right: 26.5px; padding: 0; width: 330px !important;height: 350px;background: white;margin-bottom: 30px;}
.swiper2 .bd li:hover  .inff{transform: rotate(60deg);}
.swiper2 .bd li .h3{text-align: center;font-size: 22px;color: #444;line-height: 22px;}
.swiper2 .bd li .h4{text-align: center;font-size: 14px;color: #999;line-height: 14px;margin-top: 20px;}
.wrap{overflow: hidden;}
@media (max-width: 1560px){
	.swiper1 .bd li,.swiper2 .bd li{width: 305px !important;}	
}
@media (max-width: 1440px){
	.swiper1 .bd li,.swiper2 .bd li{width: 280px !important;}	
}
@media (max-width: 1350px){
	.swiper1 .bd li,.swiper2 .bd li{width: 280px !important;}
	.swiper .hd .next{right: 5px;}
	.swiper .hd .prev{left: 5px;}
}

.abv-pic img{width: auto;display: inline-block;}
.abe-swiper{ margin-top: 64px;
    padding-bottom: 45px !important;}
.ab-six .abv-pic{width: 183px;margin:0 8.5px; background: white;border: solid 1px #dcdcdc;height: 70px; float:left;}
.abs-swiper{margin-top: 66px;padding-bottom: 60px;}
.abs-swiper li{
	/*height: 349px;*/
	cursor: pointer;}
.abs-pic{background: #f0f0f0;width: 280px;margin:0 10px;
	/*height: 350px;*/
	float: left;}
.abs-pic .qssb{display: table-cell;vertical-align: middle;text-align: center;width: 280px;
	/*height: 350px;*/
}
.abt-swiper li{overflow: hidden;width: 378px;height: 287px;margin-right: 33px;}
.abt-swiper li img{display: block;transition: all 1s;}
.abt-swiper li:hover img{transform: scale(1.1);}
.abt-swiper{margin-top: 66px;padding-bottom: 70px;}
.abt-swiper .tempWrap{width: 1200px !important;}



/* v_2019/1/22 banner update */
.banner .banner-posi.home-banner{
	max-width: 1200px;
	max-height: 480px;
	padding-top:9%;
}
.home-banner-left{
	float: left;
	margin-left: 40px;
	/*padding-top: 80px;*/
	width: 640px;
}
.home-banner-right{
	float: left;
	width: 500px;
	padding: 0 0 0 50px;
}
.banner .banner-fir{
	/*width: 150px;*/
	font-weight: revert;
	font-size: 36px;
	color: #fff;
}
.banner .banner-fir span{
	font-size: 36px;
	line-height: 94px;
}
.banner .banner-sec{
	width: 550px;
	font-weight: lighter;
	letter-spacing: 5px;
	font-size: 16px;
	line-height: 50px;
	color: #fff;
}
.banner .banner-sec span{
	color: #ffffff;
	font-size: 13px;
	white-space: pre;
	letter-spacing: 3px;
}
.banner-desc{
	margin: 30px 0 0 0px;
	font-size: 22px;
	color: #ffffff;
}
.banner .banner-thr{
	font-weight: lighter;
	font-size: 28px;
	color:rgba(255,255,255,.8);
}
.home-banner-btn{
	width: 237px;
	height: 52px;
	border-radius: 15px;
	text-align: center;
	line-height: 52px;
	color: white;
	font-size: 18px;
	font-weight: lighter;
	display: block;
	margin: 50px 0 50px 100px;
	background-image: linear-gradient(45deg,#ffa527,#f6551f);
}
.home-banner-btn a{
	display: inline-block;
	width: 237px;
	height: 52px;
	border-radius: 15px;
	color: #fff;
	font-size: 20px;
	letter-spacing: 2px;
	font-weight: bolder;

}
@media (max-width: 1680px){
	.banner .banner-sec{font-size: 18px;}
}
@media (max-width: 1560px){
	.banner .banner-sec{font-size:18px;}
}
@media (max-width: 1440px){
	.banner .banner-sec{font-size:18px}
}
/* v_2019/1/22 end */



/* v_2019/2/19 banner update */
.dis-table{display: table;width: 100%;height: 100%;}
.dis-cell{display: table-cell;vertical-align: middle;}
.banner-cont{
    width: 76%;
    height: 100%;
    position: absolute;
    top:0;
    left: 12%;
    z-index: 2;
}
.banner2 .b-tit{
    font-size: 50px;
    line-height: 1.24;
    color:#fff;
    font-weight: 300;
}
.banner2 .b-hr{
    width: 24px;
    height: 2px;
    
    margin: 23px 0;
}
.banner2 .b-des{
   font-size: 30px;
    line-height: 1.333333333333333;
    color: #fff;
    font-weight: 300;
}
.btn-bannzx{
    display: inline-block;
    background: url(../images/bann-btn.png) no-repeat right 54px center;
    width: 207px;
    height: 52px;
    border: solid 1px #fff;
    border-radius: 30px;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
    margin-top: 50px;
    position: relative;
}
.btn-bannzx::after {
    content: '';
    background: #3080e8;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    -webkit-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}
.btn-bannzx:hover::after {
    height: 600%;
}
.btn-bannzx:hover {
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    border-color: #3080e8;
}
@media (max-width: 1440px){
    .banner2 .b-tit{font-size: 40px;}
    .banner2 .b-des{font-size: 24px;}
}
.icons{
	width: 1200px;
	margin: 44px auto 25px;
}
.icons-title{
	text-align: center;
}
.icons-title h3{
	font-size: 38px;
	/*letter-spacing: 5px;*/
}
.icons-title span {
	font-size: 13px;
	line-height: 74px;
	letter-spacing: 3px;
}
.icons-center{
	zoom: 1;
	overflow: auto;
}
.icons-center-item{
	width: 70px;
	float: left;
	text-align: center;
}
.icons-center-item .item-name{
	margin: 5px 0;
}
.Its-products{
	background: #f3f6f9;
}
.Its-products-center{
	width: 1200px;
	margin: auto;
}
.products-title{
	text-align: center;
	padding-top: 30px;
}
.products-title h3{
	font-size: 38px;
	letter-spacing: 5px;
}
.products-title span {
	font-size: 19px;
	line-height: 38px;
	letter-spacing: 3px;
}
.products-content{
	zoom: 1;
	overflow: auto;
	padding-bottom: 44px;
	margin-top: 40px;
}
.products-content-l{
	background-image: url(/skin/newsimg/2.png);
	float: left;
	width: 580px;
	height: 230px;
	margin-top: 10px;

}
.products-content-r{
	background-image: url(/skin/newsimg/3.png);
	float: right;
	width: 580px;
	height: 230px;
	margin-top: 10px;
}
.products-desc{
	margin: 24px 0 0 36px;
}
.products-desc h3{
	font-size: 28px;
	letter-spacing: 2px;
}
.products-desc span{
	font-size: 18px;
	color: #888888;
	line-height: 40px;
}
.products-btn{
	margin: 8px 0 0 46px;
}
.products-btn a{
	width: 133px;
	height: 44px;
	display: block;
	border: 1px #949494 solid;
	text-align: center;
	line-height: 44px;
	border-radius: 45px;
}
.six-function-center{
	width: 1200px;
	margin: auto;
}
.function-title{
	text-align: center;
	padding-top: 30px;
}
.function-title h3{
	font-size: 38px;
	letter-spacing: 5px;
}
.function-title span {
	font-size: 19px;
	line-height: 38px;
	letter-spacing: 3px;
}
.function-content{
	margin: 55px 0 38px 0;;
}
.function-content-top{
	zoom: 1;
	overflow: auto;
	margin-bottom: 40px;
}
.function-content-bottom{
	zoom: 1;
	overflow: auto;
}
.function-content .item{
	float: left;
	width: 320px;
	min-height: 180px;
	background: #f3f8fe;
	border-radius: 10px;
}
.function-content .z{
	margin: 0 120px 0 120px;
}
.function-content .item .item-title{
	zoom: 1;
	overflow: auto;
	margin: 18px 0 0 18px;
}
.function-content .item .item-title img{
	float: left;
}
.function-content .item .item-title div{
	text-align: center;
}
.function-content .item .item-title div h3{
	font-size: 19px;
	font-weight: bold;
	line-height: 60px;
}
.function-content .item .item-desc{
	margin: 28px 18px 0 18px;
}

.Solution-center{
	width: 1200px;
	margin: auto;
}
.Solution-title{
	text-align: center;
	padding-top: 30px;
}
.Solution-title h3{
	font-size: 38px;
	letter-spacing: 5px;
}
.Solution-title span {
	font-size: 19px;
	line-height: 38px;
	letter-spacing: 3px;
}
.Solution-content{
	margin: 55px 0 50px 0;;
}
.Solution-content-top{
	zoom: 1;
	overflow: auto;
	margin-bottom: 40px;
}
.Solution-content-bottom{
	zoom: 1;
	overflow: auto;
}
.Solution-content .item{
	float: left;
	width: 320px;
	height: 280px;
	background: #fafcff;
	border-radius: 10px;
}
.Solution-content .item .item-son{
	float: left;
	width: 310px;
	height: 270px;
	background: #ffffff;
	border-radius: 10px;
	margin: 5px;
}
.Solution-content .z{
	margin: 0 120px 0 120px;
}
.Solution-content .item .item-title{
	zoom: 1;
	overflow: auto;
	margin: 30px 0 0 0;
	text-align: center;
}

.Solution-content .item .item-title div{
	text-align: center;
}
.Solution-content .item .item-title div h3{
	font-size: 19px;
	font-weight: bold;
	line-height: 60px;
}
.Solution-content .item .item-desc{
	margin: 28px 18px 0 18px;
}
.course{
	background-image: url(/skin/newsimg/bz.jpg);
	height: 330px;
}
.course-center{
	width: 1200px;
	margin: auto;
	zoom: 1;
	overflow: auto;
}
.course-center-item{
	width: 300px;
	float: left;
}
.course-center-item-img{
	padding: 75px 0 20px 0;
	text-align: center;
}
.course-center-item-text{
	text-align: center;
}
.course-center-item-text h4{
	font-size: 17px;
	font-weight: 600;
	color: #fff;
}
.course-center-item-text span{
	font-size: 15px;
	color: #fff;
}
.form{
	background: #138cff;
	height: 120px;
}
.form-center{
	width: 1200px;
	height: 120px;
	margin: auto;
}
.form-center-text{
	float: left;
	margin-top: 24px;
	text-align: center;
	margin-right: 30px;
}
.form-center-text h3{
	font-size: 17px;
	font-weight: 500;
	color: #fff;
}
.form-center-text span{
	font-size: 15px;
	color: #fff;
}
.form-center input{
	margin-top: 34px;
	height: 42px;
	border-radius: 7px;
	border: 1px solid #fff;
	width: 210px;
	margin-right: 10px;
	padding-left: 10px;
	background: transparent;
}
.form-center #btn{
	background: #fff;
	color: #138cff;
	font-size: 21px;
}
input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #81bef9;
}
input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #81bef9;
}
input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #81bef9;
}
input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #81bef9;
}
.footer{
	background: #2c2c2c;
	padding-top: 56px;
}
.footer-main{
	width: 1200px;
	margin: 0 auto;
}
.footer-one{
	text-align: center;
}
.footer-one h2{
	font-size: 30px;
	letter-spacing: 3px;
	color: #fff;
}
.footer-one a{
	display:block;
	width:140px;
	height:47px;
	background-repeat: no-repeat;
	background-position:50% 50%;
	background-image: url(/skin/newsimg/xiazai.png);
	margin: 34px auto 46px;
}
.footer-two{
	height: 100px;
	border-bottom: 1px solid #404141;
	border-top: 1px solid #404141;
	zoom: 1;
	overflow: auto;
}
.footer-two-item{
	width: 300px;
	height: 98px;
	float: left;
	/*background: red;*/
	position: relative;
}
.footer-two-item img{
	position: absolute;
	width: 35px;
	top: 32px;;
	left: 10px;
}
.footer-two-item > span{
	position: absolute;
	top: 39px;
	left: 74px;
	font-size: 15px;
	letter-spacing: 2px;
	color: #fff;
}
.foot-nav{
	height: 50px;
	line-height: 50px;
	font-family: "Microsoft YaHei",SimSun,SimHei;
	margin: auto;
}
.foot-nav ul{
	width: 1002px;
	height: 50px;
	margin: 0px auto;
	padding-top: 15px;
}
.foot-nav ul li{
	float: left;
	padding: 0px 24px;
	font-size: 14px;
	color: #fff;
	height: 25px;
	line-height: 25px;
}
.foot-nav ul li a{
	color: #fff;
}
.footer-bottom{
	background: #0c0c0c;
}
.flink {
	width: 100%;
	text-align: center;
}
.center {
	width: 1200px;
	margin: 0 auto;
}
.flink .flink_list {
	width: 100%;
	padding-top: 10px;
	margin: 0 auto 10px;
	overflow: hidden;
	position: relative;
}
.flink .flink_hide {
	width: 100%;
	height: 30px;
	padding-top: 10px;
	margin: 0 auto 10px;
	overflow: hidden;
}
.flink .flink_list ul{
	width: 1030px;
	zoom: 1;
	overflow: auto;
	text-align: center;
	display: inline-table;
}
.flink .flink_list ul li {
	float: left;
	margin-right: 28px;
	margin-bottom: 8px;
}
.flink .flink_list ul li a {
	font-size: 12px;
	color: #5a5a5a;
}
.flink_btn{
	position: absolute;
	top: 9px;
	right: 80px;
}
.flink_btn img{
	width: 13px;
}
.flink_btn input{
	font-size: 12px;
	color: #5a5a5a;
	background: #0c0c0c;
	border: 0;
}
.header-center{
	width: 1200px;
	height: 80px;
	margin: auto;
}
.buy-banner{
	background-image: url(/skin/newsimg/banner1.jpg);
	height: 560px;
	/*padding-top: 80px;*/
}
.buy-banner-center{
	width: 1200px;
	height: 560px;
	margin: auto;
}
.buy-banner-center .center-title{
	padding: 140px 0 0 0;
	text-align: center;
}
.buy-banner-center .center-title h2{
	font-size: 47px;
	font-weight: 400;
	color: #fff;
}
.buy-banner-center .center-title span{
	font-size: 18px;
	color: #fff;
}
.buy-banner-center .center-team{
	margin: 76px auto 0 auto;
	width: 384px;
	height: 66px;
	/*border: 2px solid #2b76ed;*/
	/*border-radius: 40px;*/
}
.center-team .team{
	width: 50%;
	height: 100%;
	float: left;
	color: #fff;
	font-size: 30px;
	text-align: center;
	border: 2px solid #2b76ed;
}
.center-team .team-l{
	border-radius: 40px 0 0 40px;
}
.center-team .team-r{
	border-radius: 0 40px 40px 0;
}
.center-team .team span{
	line-height: 60px;
}
.pattern-team{
	background: #f6f6f6;
}
.pattern-gr{
	background: #f6f6f6;
}
.pattern-center{
	width: 1200px;
	margin: 0 auto;
	padding: 20px;
}
.pattern-top{
	zoom: 1;
	overflow: auto;
}
.pattern-vertical{
	width: 40px;
	float: left;
}
.vertical-item-top{
	width: 40px;
	height: 80px;
	background: #eeeef7;
	border-radius: 10px 0 0 0;
}
.vertical-item{
	width: 40px;
	height: 110px;
	border-bottom: 2px solid #eeeef7;
	background: #fff;
}
.vertical-item-bottom{
	width: 40px;
	height: 175px;
	border-radius: 0 0 0 10px;
	background: #fff;
}
.pattern-table{
	/*float: left;*/
	/*margin-left: 50px;*/
	margin: auto;
	border:solid #ededed;
	border-width:2px 0px 0px 2px;
}
.pattern-table th{
	width: 270px;
	height: 80px;
	background: #eeeef7;
	border:solid #ededed;
	border-width:0px 2px 2px 0px;
	font-size: 20px;
}
.pattern-table th img{
	width: 28px;
}
.pattern-table p{
	display: inline;
	font-size: 14px;
}
.pattern-table td{
	border:solid #ededed;
	border-width:0px 2px 2px 0px;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #495777;
}
.td-title{
	font-size: 20px!important;
}
.pattern-table span{
	font-size: 36px;
	font-weight: 400;
}
.pattern-table .pattern-table-z td{
	width: 270px;
	height: 110px;
	background: #fff;
}
.pattern-table .pattern-table-bottom td {
	width: 270px;
	height: 175px;
	background: #fff;
}
.pattern-table-bottom input{
	width: 160px;
	height: 44px;
	background: #ffcd00;
	border-radius: 25px;
	border: 0;
}
.btn_box{
	position: relative;
}
.btn-jian{
	left: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.jian1{
	width: 28px;
	height: 28px;
	background-image: url(/skin/newsimg/jian1.png);
	background-size:28px 28px;
	border: 0;
	background-color: transparent;
}
.jian2{
	background-image: url(/skin/newsimg/jian2.png);
}
.btn-jia{
	right: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.jia1{
	width: 28px;
	height: 28px;
	background-image: url(/skin/newsimg/jia2.png);
	background-size:28px 28px;
	border: 0;
	background-color: transparent;
}
.jia2{
	background-image: url(/skin/newsimg/jia1.png);
}
.block{
	display: none;
}
.team-hover{
	background: #2b76ed;
}
.pattern-table-top2 th{
	width: 270px;
	height: 80px;
	background: #eeeef7;
	border: solid #ededed;
	border-width: 0;
	font-size: 20px;
}
.last{
	border-width: 0px 2px 2px 0px!important;
}
.th-img{
	position: relative;
}
.th-img img{
	display: inline-block;
	width: 40px!important;
	height: 40px;
	position: absolute;
	left: 33px;
	top: -8px;
}
.ab-eight{
	zoom: 1;
	overflow: auto;
}
.content-l{
	width: 50%;
	float: left;
	margin-top: 10px;
	/*border: 1px solid ;*/
	/*border-width: 1px 0px 1px 1px;*/
}
.content-r{
	width: 50%;
	height: 100%;
	float: left;
	margin-top: 10px;
	/*border: 1px solid ;*/
}
.content-r h3{
	font-size: 22px;
	color: #333;
	line-height: 22px;
	margin-top: 30px;
	margin-bottom: 80px;
	margin-left: 40px;
}
.content-r p{
	font-size: 16px;
	color: #666;
	line-height: 24px;
	text-align: left;
	width: 400px;
	margin-bottom: 20px;
	margin-left: 40px;
}
.pop{
	margin-left: 0!important;
	margin-top: 0!important;
}
.manual-main{
	background: #fafafd;
}
.main-content{
	width: 1200px;
	margin: 0 auto;
	zoom: 1;
	overflow: hidden;
	padding-top: 30px;
}
.main-content-left{
	width: 850px;
	float: left;
}
.main-content-left .left-item{
	height: 220px;
	width: 810px;
	zoom: 1;
	border-bottom: 1px solid #ececec;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	margin-left: 10px;
}
.main-content-left .left-item:hover{
	background: #ffffff;
	-webkit-box-shadow: 0 0 30px rgb(0 0 0 / 10%);
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
	-webkit-transform: translate3d(0,0,-2px);
	transform: translate3d(0,1px,-2px);
}
.left-item-text{
	width: 540px;
	height: 220px;
	float: right;
	position: relative;
	padding-right: 30px;
}
.left-item-text h2{
	font-size: 21px;
	font-weight: 400;
	margin-top: 40px;
}
.left-item-text p{
	font-size: 14px;
	line-height: 30px;
	color: #808080;
}
.item-text-bottom{
	position: absolute;
	bottom: 34px;
	right: 36px;
}
.item-text-bottom span{
	font-size: 15px;
	color: #969da3;
	margin-left: 6px;
}
.item-text-bottom img{
	width: 18px;
}

.main-content-left .left-item .item-img{
	width: 250px;
	height: 152px;
	margin: 34px 0;
}
.main-content-right{
	width: 330px;
	float: right;
	background: #ffffff;
	padding-left: 18px;
	border: solid 1px #e6e6e6;
}
.right-item{
	margin-top: 30px;
}
.right-item>span{
	font-size: 18px;
	border-bottom: 1px solid #dfe0e1;
	display: block;
	height: 30px;
	width: 292px;
	color: #777;
}
.right-item_new{
	margin-left: 15px;
	margin-top: 10px;
	font-size: 2px;
	list-style: disc;
	color: #979797;
}
.right-item_new li {
	margin-top: 20px;
}
.right-item_new li a{
	font-size: 16px;
	position: relative;
	line-height: 28px;
	color: #979797
}
.right-item_new li a:before {
	position: absolute;
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #979797;
	left: -10px;
	top: 50%;
	margin-top: -2.5px;
}
.fy {
	text-align: center;
	width: 100% !important;
	margin: 30px auto 70px !important;
}
.new_left_center{
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	height: 30px;
}
.sous-center{
	width: 1200px;
	overflow: hidden;
	margin: auto;
}
.banner-img{
	position: relative;
}
.banner-img .home-banner {
	max-width: 1200px;
	max-height: 480px;
	padding-top: 9%;
	position: absolute;
	top: 0;
	left: 12%;
}
.banner-img .banner-fir{
	font-weight: revert;
	font-size: 44px;
	color: #fff;
	text-align: center;
	margin-top: 72px;
}
.banner-img .banner-sec {
	width: 550px;
	font-weight: lighter;
	letter-spacing: 5px;
	font-size: 28px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	margin-top: 60px;
}
.banner-img .home-banner-btn {
	width: 207px;
	height: 52px;
	border-radius: 15px;
	text-align: center;
	line-height: 52px;
	color: white;
	font-size: 18px;
	font-weight: lighter;
	display: block;
	margin: 50px 0 0 160px;
	background-image: linear-gradient(45deg,#ffa527,#f6551f);
}
.product-two-center{
	width: 1200px;
	margin: 0 auto;
}
.product-two-top h1{
	font-size: 40px;
	color: #333333;
	text-align: center;
	margin-top: 35px;
}
.product-two-bottom{
	zoom: 1;
	overflow: auto;
}
.two-bottom-l{
	float: left;
}
.two-bottom-l img{
	width: 575px;
}
.two-bottom-r{
	float: right;
	margin-top: 42px;
}
.two-bottom-r .bottom-r-title{
	margin-right: 97px;
	margin-bottom: 34px;
}
.two-bottom-r .bottom-r-title span{
	width: 101px;
	height: 34px;
	color: #333;
	background: #f2f2f3;
	font-size: 18px;
	border-radius: 5px;
	margin: 0 11px;
	padding: 0 6px;
}
.two-bottom-r .bottom-r-content span{
	font-size: 14px;
	font-weight: 600;
	letter-spacing:2px;
	line-height: 24px;
}
.two-bottom-r .bottom-r-content p{
	margin: 0;
	font-size: 13px;
	letter-spacing:2px;
	line-height: 24px;
}
.agent{
	background: #f3f6f9;
}
.agent-center{
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 60px;
}
.agent-center-title{
	text-align: center;
	padding-top: 49px;
	margin-bottom: 54px;
}
.agent-center-title h3{
	font-size: 38px;
	letter-spacing: 5px;
}
.agent-center-title span{
	font-size: 19px;
	line-height: 38px;
	letter-spacing: 3px;
}
.agent-center-item{
	margin: 0 auto 40px;
	width: 700px;
	height: 90px;
	background: #fff;
	border-radius: 10px;
}
.agent-center-item img{
	float: left;
	width: 70px;
	margin-left: 45px;
	margin-top: 13px;
}
.agent-item-text{
	float: left;
	margin-left: 25px;
	margin-top: 14px;
}
.agent-item-text span{
	font-size: 20px;
	font-weight: 400;
	line-height: 40px;
}
.agent-item-text p{
	font-size: 13px;
}
.link-list{
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}
.link-hide{
	height: 24px;
}
.link-list span{
	font-weight: bold;
	font-size: 14px;
	color: #2c2c2d;
	position: absolute;
	top: 0;
	left: 0;
}
.link-list ul{
	width: 1030px;
	zoom: 1;
	overflow: auto;
	text-align: center;
	display: inline-table;
	margin-left: 70px;
}
.link-list ul li{
	float: left;
	margin-bottom: 7px;
}
.link-list ul li a{
	font-size: 14px;
	color: rgb(44, 44, 45);
	font-weight: normal;
	padding: 0px 5px;
}
.link-list ul li a:hover{
	color: white;
}
.link-btn{
	position: absolute;
	top: 0;
	right: 50px;
}
.link-btn-block{
	display: none;
}
.link-btn img{
	width: 13px;
}
.link-btn input{
	font-size: 12px;
	color: #5a5a5a;
	background: #0c0c0c;
	border: 0;
}
.map-main{
	width: 1200px;
	margin: auto;
	background: #f3f6f9;
	padding-bottom: 40px;
}
.map-main-item {
	padding: 50px 30px 0;
}
.map-main-item .item-title img{
	width: 28px;
	float: left;
	margin-top: 15px;
}
.map-main-item .item-title h3{
	font-size: 24px;
	letter-spacing: 5px;
	margin-left: 51px;
}
.map-main-item .item-center{
	padding-top: 10px;
}
.map-main-item .item-center ul{
	zoom: 1;
	overflow: auto;
	margin-left: 40px;
}
.map-main-item .item-center ul li{
	float: left;
	font-size: 15px;
	padding: 10px 10px;
}
.bq h2{
	font-size: 18px;
	border-bottom: 1px solid #dfe0e1;
	display: block;
	height: 30px;
	color: #777;
}
.bq ul{
	display: table;
	margin-top: 10px;
}
.bq ul li{
	background: #e5e2e2;
	padding: 2px 5px;
	border-radius: 11px;
	margin: 5px 5px;
	float: left;
}
.title-alt a:hover{
	color: #a20b66;
}
.zm{
	text-align: center;
	display: table;
	margin: 20px auto 20px;
}
.zm a{
	margin: 0 4px;
	width: 20px;
	height: 20px;
	display: block;
	float: left;
}
.show-banner {
	background-image: url(/skin/newsimg/banner1.jpg);
	height: 380px;
	/* padding-top: 80px; */
}
.show-banner-center {
	width: 1200px;
	height: 560px;
	margin: auto;
}
.show-banner-center .center-title {
	padding: 170px 0 0 0;
	text-align: center;
}
.show-banner-center .center-title h2 {
	font-size: 40px;
	font-weight: 400;
	color: #fff;
}
.show-banner-center .center-title span {
	font-size: 24px;
	color: #fff;
}
.error-404{
	text-align: center;
	font-size: 24px;
	padding-top: 100px;
}
.error-404 h1{
	font-size: 60px;
}
.error-404 a{
	color:#ff3838;
}
.prev-span{
	float: left;
	line-height: 34px;
}
.next-span{
	float: right;
	line-height: 40px;
}
.consult{
	background: #f3f6f9;
}
.consult-center{
	width: 1200px;
	margin: auto;
}
.consult-title{
	text-align: center;
	padding-top: 30px;
}
.consult-title h3 {
	font-size: 38px;
	letter-spacing: 5px;
}
.consult-title span {
	font-size: 19px;
	line-height: 38px;
	letter-spacing: 3px;
}
.consult-content ul{
	display: table;
	padding: 10px 0;
}
.consult-content ul li{
	float: left;
	width: 400px;
	text-align: center;
	margin: 15px auto;
	font-size: 15px;
}
/* v_2019/2/19 end */

