﻿@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: 50px; display: block;float: left;width: 160px; height: 80px;position: relative;}
.header .c-logo img{display: block;position: absolute;top: 17px;}
.header .c-logo img.h-logo{display: none;}
.c-nav{float: left;margin-left: 160px;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: 60px;
	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: 45px;
    width:42px;
    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:40px;
	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: 4%;/*35*/left: 13.5%; padding-top:14%;}
.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: rgba(255,255,255,0.6);line-height: 40px;}
.foot-two p a{font-size: 14px;color: rgba(255,255,255,0.6);font-weight: normal;padding: 0 5px;}
.foot-two p 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-right: 153px;}
.foot-three .address{margin-top: 22px; font-size: 16px;color: rgba(255,255,255,0.6);line-height: 26px;width: 220px;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: 140px; margin-top: 22px; font-size: 16px;color: rgba(255,255,255,0.6);line-height: 26px;width: 220px;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;}
.footer-left .h1{font-size: 14px;color: rgba(255,255,255,0.5);line-height: 14px;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;margin-top: 80px; 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);}

.ab-two{background: url(../images/ab-two.png) no-repeat center;background-size: cover;height: 400px;background-attachment: fixed;padding-top: 150px;}
.ab-two .h1{float: left;color: white;font-size: 36px;line-height: 36px;font-weight: lighter;padding-bottom: 20px; position: relative;}
.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-tit{
	font-size: 22px;
	margin: 15px 0 20px;
}
.about-four-list p{
	font-size: 16px;
	font-weight: 100;
	color: #666;
}
.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; height: 550px;background-repeat: no-repeat;background-size: cover;margin-top: 80px;padding-top: 187px;background-position: center;}
.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: 160px;}
.newsinfo .new_left{background: white;width: 880px;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: 280px;border: solid 1px #e6e6e6;float: right;background: white;padding: 0 18px;}
.about_new li a{font-size: 12px;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: 100px;}
	.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: 35px;}
	.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) {
	.navbar .nav-item {
  
padding-right: 45px;
padding-right: 25px;
}
	.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: 50px;}
	.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: 30px;}
	.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: 0 10px;}
	.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{padding-top:9%;}
.banner .banner-fir{
	font-weight: lighter;
    font-size: 24px;
    color:rgba(255,255,255,.6);
}
.banner .banner-sec{
	font-weight: lighter;
	letter-spacing: 5px;
	font-size:62px;
	line-height:75px;
	margin:80px 0 10px;
	color:#fff;
}
.banner .banner-sec span{color:#ffdc3b;}
.banner .banner-thr{
	font-weight: lighter;
	font-size: 28px;
	color:rgba(255,255,255,.8);
}
@media (max-width: 1680px){
	.banner .banner-sec{font-size: 55px;line-height: 1.21;margin:70px 0 8px;}
}
@media (max-width: 1560px){
	.banner .banner-sec{font-size:50px;margin:64px 0 8px;}
}
@media (max-width: 1440px){
	.banner .banner-sec{font-size:40px;margin:52px 0 6px;}
}
/* 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;
    background: #fff;
    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;}
}
/* v_2019/2/19 end */


/*==============品牌营销网站============================*/
@font-face {
    font-family: 'din';
    src: url('../font/DINMITTELSCHRIFTSTD.eot');
    src: local('☺'), url('../font/DINMITTELSCHRIFTSTD.woff') format('woff'),
     url('../font/DINMITTELSCHRIFTSTD.ttf') format('truetype'),
      url('../font/DINMITTELSCHRIFTSTD.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'akm';
    src: url('../font/AkzidenzGrotesk-Medium.eot');
    src: local('☺'), url('../font/AkzidenzGrotesk-Medium.woff') format('woff'),
     url('../font/AkzidenzGrotesk-Medium.ttf') format('truetype'),
      url('../font/AkzidenzGrotesk-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
.section{width: 100%;overflow: hidden;}
.brand-one{padding-top: 195px;position: relative; height: 800px;background: url(../images/brand-onebg.jpg) no-repeat center;background-size: cover;}
.bro-tit{font-size: 20px;color: rgba(255,255,255,0.8);line-height: 56px;}
.bro-tit1{margin: 15px 0 6px; font-size: 46px;color: rgba(255,255,255,1);line-height: 56px;}
.bro-tit2{margin-bottom: 4px; font-size: 26px;color: rgba(255,255,255,1);line-height: 56px;}
.bro-tit3{font-weight: lighter; font-size:22px;color: rgba(255,255,255,0.8);line-height: 30px;}
.brand-one .in1_btn.head-btn{bottom:-150px;}
.brand-one .in1_btn.head-btn a{border-color: rgba(255,255,255,0.8);color: white;}
.brand-one .in1_btn.head-btn a:hover{border-color: #3080e8;}

.brand-two{background: #f6f6fe;padding: 68px 0 71px;}
.brand-tit{font-size: 40px;color: #333;text-align: center;line-height: 56px;}
.brand-dec{font-size: 18px;color: #666;text-align: center;line-height: 42px;}

.brand-two ul{ padding: 0 178px 0 154px;}
.brand-two ul.brt-top{padding: 0;margin-left: -26px;margin-top: 63px;}
.brand-two li{position: relative;overflow: hidden; width: 330px;float: left;margin-left: 26px;margin-bottom: 25px; height: 240px;box-shadow: 0 0 30px rgba(4,0,0,0.05);background: white;border-radius: 5px;}
.brt-show{width: 100%;height: 100%;padding: 36px 0 28px;}
.brt-icon{width: 120px;height: 80px;margin: 0 auto;overflow: hidden;}
.brt-icon img{display: block;width: 100%;height: 100%;}
.brt-show h3{font-size: 24px;color: #333;text-align: center;line-height: 40px;margin: 10px 0 6px;}
.brt-num{font-family: 'din'; text-align: center;line-height: 40px;color: #e7e7e7;font-size: 40px;}
.brt-hide{transition: all .5s; position: absolute;padding: 36px 30px 36px 40px; width: 100%;height: 100%;top:0%;left:-100%; background: url(../images/brt-bg.jpg) no-repeat center;background-size: cover;}
.brt-ber{float: right;font-size: 70px;color: rgba(255,255,255,0.5);line-height: 54px;font-family: 'din';}
.brt-font{margin-right: 60px;}
.brt-font h4{font-size: 24px;line-height: 26px;color: white;margin-bottom: 15px;}
.brt-font p{font-size: 16px;color: #fff;line-height: 28px;margin: 0;}
.brand-two li:hover .brt-hide{left: 0;}
@-moz-keyframes openDownRight{
	0%{-moz-transform-origin:bottom right;-moz-transform:rotate(0deg);-moz-animation-timing-function:ease-out;}
	100%{-moz-transform-origin:bottom right;-moz-transform:rotate(110deg);-moz-animation-timing-function:ease-in-out;}
}
@-webkit-keyframes openDownRight{
	0%{-webkit-transform-origin:bottom right;-webkit-transform:rotate(0deg);-webkit-animation-timing-function:ease-out;}
	100%{-webkit-transform-origin:bottom right;-webkit-transform:rotate(110deg);-webkit-animation-timing-function:ease-in-out;}
}
@-o-keyframes openDownRight{
	0%{-o-transform-origin:bottom right;-o-transform:rotate(0deg);-o-animation-timing-function:ease-out;}
	100%{-o-transform-origin:bottom right;-o-transform:rotate(110deg);-o-animation-timing-function:ease-in-out;}
}
@-ms-keyframes openDownRight{
	0%{-ms-transform-origin:bottom right;-ms-transform:rotate(0deg);-ms-animation-timing-function:ease-out;}
	100%{-ms-transform-origin:bottom right;-ms-transform:rotate(110deg);-ms-animation-timing-function:ease-in-out;}
}
@keyframes openDownRight{
	0%{transform-origin:bottom right;transform:rotate(0deg);animation-timing-function:ease-out;}
	100%{transform-origin:bottom right;transform:rotate(110deg);animation-timing-function:ease-in-out;}
}

.brand-three{padding: 71px 0 83px;background: white;}
.bre-top{height: 180px;box-shadow: 0 10px 20px rgba(94,162,223,0.6); margin: 59px 0 53px;padding: 40px 0;background: url(../images/bre-bg.jpg) no-repeat center;background-size: cover;}
.bre-left{width: 300px;text-align: center;float: left;}
.bre-left h3{margin-top: 11px; font-size: 26px;color: white;line-height: 33px;}
.bre-right{margin-left: 300px;padding: 20px 87px 20px 57px;border-left: solid 1px rgba(255,255,255,0.3);}
.bre-right p{font-size: 16px;color: white;line-height: 30px;letter-spacing: 1px;}
.bre-slide{width: 300px;float: left;background: #f1f4ff;padding: 1px 45px 0;}
.bre-nav{cursor: pointer; line-height: 149px;font-size: 22px;color: #444444;text-align: center;border-bottom: dashed 1px #7f7f80;}
.bor-none{border-bottom: none;}
.bre-nav.on{color: #0a66c7;}
.bre-box{width: 900px; float: left;padding: 15px 103px 0 117px;}
.bre-tab{display: none;}
.bre-tab.on{display: block;}
.bre-tab p{font-size: 16px;color: #666;line-height: 30px;}
.bre-pic{width: 680px;height: 340px;margin-top: 35px; overflow: hidden;}
.bre-pic img{display: block;width: 100%;transition: all .5s;}
.bre-pic:hover img{transform: scale(1.05);}

.brand-four{padding: 67px 0 30px;background: url(../images/brf-bg.jpg) no-repeat left top;}
.brf-tit{font-size: 30px;line-height: 56px;color: white;text-align: center;margin-bottom: 13px;}
.brf-dec{font-size: 16px;line-height: 26px;color: rgba(255,255,255,0.8);text-align: center;}
.brf-swiper{margin: 60px -50px 0;}
.brf-swiper .swiper-slide{padding: 78px 50px 30px;}
.brf-box{background: white;padding-top: 82px; height: 510px;box-shadow: 0 0 50px rgba(0,0,0,0.08);position: relative;}
.brf-pic{width: 146px;height: 146px;position: absolute;top: -78px;left: 50%;margin-left: -73px; border-radius: 50%;border: solid 3px white;}
.brf-pic img{display: block;width: 100%;height: 100%;}
.brf-duc{line-height: 56px;text-align: center;font-size: 26px;color: #777;}
.brf-name{line-height: 27px;text-align: center;font-size: 22px;color: #222;}
.brf-p{height: 52px; font-size: 16px;color: #666;text-align: center;line-height: 26px;margin-top: 12px;}
.brf-box ul{height: 140px;margin: 49px 0 0;padding: 0 310px 0 290px;}
.brf-box li{width: 180px;height: 140px;overflow: hidden;float: left;margin-left: 20px;}
.brf-box li img{display: block;width: 100%;transition: all .5s;}
.brf-box li:hover img{transform: scale(1.05);}
.brf-swiper .swiper-button-next{transition: all .5s;background:url(../images/brf-right.png) no-repeat center, url(../images/swiper-bg.png) no-repeat center;width: 65px;height: 65px;border-radius: 50%;right: 120px;top: 330px;margin-top: 0;}
.brf-swiper .swiper-button-prev{transition: all .5s;background:url(../images/brf-left.png) no-repeat center, url(../images/swiper-bg.png) no-repeat center;width: 65px;height: 65px;border-radius: 50%;left: 120px;top: 330px;margin-top: 0;}
.brf-swiper .swiper-button-next:hover{background:url(../images/brf-rightH.png) no-repeat center, url(../images/swiper-bgH.png) no-repeat center;}
.brf-swiper .swiper-button-prev:hover{background:url(../images/brf-leftH.png) no-repeat center, url(../images/swiper-bgH.png) no-repeat center;}


.brand-four .brf-more{margin-top: -58px;}
.brf-more{overflow: hidden;box-shadow: 0 0 30px rgba(12,108,201,0.3);background: url(../images/brf-more.png) no-repeat center; position: relative;z-index: 3; display: block;width: 260px;height: 50px;line-height: 50px;text-align: center;color: white;font-size: 18px;border-radius: 30px;margin:0px auto 0;}
.brf-more span{position: relative;z-index: 3;transition: all .5s;overflow: hidden;display: block;width: 100%;height: 100%;}
.brf-more span i{position: relative;z-index: 4;font-style: normal;}
.brf-more span::after{ position: absolute;content: '';height: 0%;left: 50%;top: 50%;width: 150%; z-index: -1;background: #3080e8; -webkit-transition: all 0.75s ease 0s;-o-transition: all 0.75s ease 0s;transition: all 0.75s ease 0s;    transform: translateX(-50%) translateY(-50%) rotate(-25deg);}
.brf-more:hover span::after{height: 450%;}

.brand-five{padding: 94px 0 81px;}
.brv-list{height: 400px;margin-bottom: 53px;}
.brv-pic{width: 590px;height: 400px;float: left;overflow: hidden;}
.brv-pic img{display: block;width: 100%;transition: all .5s;}
.brv-right{width: 590px;height: 400px;float: right;padding: 42px 39px 0 66px;}
.brv-tit{height: 54px;margin-bottom: 20px;}
.brv-icon{width: 54px;height: 54px;float: left;}
.brv-icon img{display: block;width: 100%;transition: all .5s;}
.brv-tit h3{font-size: 30px;color: #333;line-height: 54px;float: left;margin-left: 15px;}
.brv-right p{font-size: 18px;color: #666;line-height: 30px;margin: 0;}
.brv-left{width: 590px;height: 400px;float: left;padding: 42px 122px 0 0;}
.brv-left p{font-size: 18px;color: #666;line-height: 30px;margin: 0;}
.brv-pic1{width: 590px;height: 400px;float: right;overflow: hidden;}
.brv-pic1 img{display: block;width: 100%;transition: all .5s;}
.brv-list:hover img{transform: scale(1.05);}
.brv-mar{margin-bottom: 71px;}

.brand-six{padding: 74px 0 75px; background: url(../images/brx-bg.jpg) no-repeat center;}
.brand-six .brand-tit{color: white;}
.brand-six .brand-dec{color: rgba(255,255,255,0.8);}
.brx-swiper{padding: 0px 48px 0;position: relative;margin: 70px 0;}
.brx-slide{padding: 53px 32px 63px;background: white;border-radius: 5px;}
.brx-com{transition: all .5s; width: 110px;height: 110px;border-radius: 50%;overflow: hidden;margin: 0 auto;border: solid 1px #cccccc;}
.brx-com img{width: 100%;}
.brx-tit{position: relative; font-size: 18px;color: #444;line-height: 26px;text-align: center;padding: 23px 30px;border-bottom: solid 1px #cccccc;}
.brx-tit::after{position: absolute;content: '';background: url(../images/brx-tit.png) no-repeat center;width: 36px;height: 2px;left: 50%;margin-left: -18px;bottom: -1px;}
.brx-dec{height: 60px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;font-size: 14px;color: #666;line-height: 20px;margin: 22px 0 49px;text-align: center;padding: 0 10px;}
.brx-more3{display: block;margin: 0 auto; overflow: hidden; position: relative;z-index: 3;width: 180px;height: 44px;line-height: 42px;text-align: center;color: #666;font-size: 16px;border-radius: 30px;}
.brx-more3 span{position: relative;z-index: 3;display: block;width: 100%;height: 100%;border: solid 1px #ccc;border-radius: 30px;}
.brx-more3 span i{font-style: normal;}
.brx-more3:hover{color: white;}
.brx-more3 span::after{content: ""; position: absolute;height: 0%; left: 50%;top: 50%;width: 150%; z-index: -1; background: #3080e8;-webkit-transition: all 0.75s ease 0s;-o-transition: all 0.75s ease 0s;transition: all 0.75s ease 0s;    transform: translateX(-50%) translateY(-50%) rotate(-25deg);}
.brx-more3:hover span::after{height: 450%;}
.brx-slide:hover .brx-com{transform: translateY(-10px);}
.brx-swiper .swiper-button-next{background: url(../images/brn-right.png) no-repeat center;width: 15px;height: 26px;right: 0;margin-top: -13px;}
.brx-swiper .swiper-button-next:hover{background-image: url(../images/brn-rightH.png);}
.brx-swiper .swiper-button-prev{background: url(../images/brn-left.png) no-repeat center;width: 15px;height: 26px;left: 0;margin-top: -13px;}
.brx-swiper .swiper-button-prev:hover{background-image: url(../images/brn-leftH.png);}

.brx-more{margin-top: 73px;text-align: center;height: 50px;}
.brx-more1{display: inline-block;overflow: hidden; margin: 0 8px;background: url(../images/brf-more.png) no-repeat center; overflow: hidden;box-shadow: 0 0 30px rgba(12,108,201,0.3); position: relative;z-index: 3;width: 260px;height: 50px;line-height: 50px;text-align: center;color: white;font-size: 18px;border-radius: 30px;}
.brx-more1 span{position: relative;z-index: 3;display: block;width: 100%;height: 100%;}
.brx-more1 span i{position: relative;z-index: 4;font-style: normal;}
.brx-more1 span::after{position: absolute;content: '';height: 0%;left: 50%; top: 50%;width: 150%;z-index: -1;background: #3080e8; -webkit-transition: all 0.75s ease 0s;-o-transition: all 0.75s ease 0s;transition: all 0.75s ease 0s;    transform: translateX(-50%) translateY(-50%) rotate(-25deg);}
.brx-more1:hover span::after{height: 450%;}
.brx-more2{display: inline-block;margin: 0 8px; overflow: hidden;box-shadow: 0 0 30px rgba(12,108,201,0.3); position: relative;z-index: 3;width: 260px;height: 50px;line-height: 46px;text-align: center;color: #fff;font-size: 18px;border-radius: 30px;}
.brx-more2 span{position: relative;z-index: 3;display: block;width: 100%;height: 100%;border: solid 2px rgba(255,255,255,0.9);border-radius: 30px;}
.brx-more2 span i{font-style: normal;}
.brx-more2:hover{color: white;}
.brx-more2 span::after{content: ""; position: absolute;height: 0%; left: 50%;top: 50%;width: 150%; z-index: -1; background: #3080e8;-webkit-transition: all 0.75s ease 0s;-o-transition: all 0.75s ease 0s;transition: all 0.75s ease 0s;    transform: translateX(-50%) translateY(-50%) rotate(-25deg);}
.brx-more2:hover span::after{height: 450%;}

.brand-seven{padding: 72px 0 116px;}
.brn-swiper{padding: 42px 48px 0;position: relative;}
.brn-pic{background: #f0f0f0;text-align: center;height: 390px;overflow: hidden;}
.brn-pic img{display: block;width: 100%;}
.brn-swiper .swiper-button-next{background: url(../images/brn-right.png) no-repeat center;width: 15px;height: 26px;right: 0;margin-top: -13px;}
.brn-swiper .swiper-button-next:hover{background-image: url(../images/brn-rightH.png);}
.brn-swiper .swiper-button-prev{background: url(../images/brn-left.png) no-repeat center;width: 15px;height: 26px;left: 0;margin-top: -13px;}
.brn-swiper .swiper-button-prev:hover{background-image: url(../images/brn-leftH.png);}

/*图片放大*/
#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;}

.brand-eight{padding: 71px 0 126px;background: url(../images/bri-bg.jpg) no-repeat center;}
.bri-tit{font-size: 40px;color: white;text-align: center;line-height: 56px;}
.bri-dec{font-family: 'akm';margin-top: -38px; font-size: 50px;color: rgba(255,255,255,0.05);text-align: center;line-height: 56px;text-transform: uppercase;}
.bri-line{width: 40px;height: 2px;background: rgba(255,255,255,0.6);margin: 21px auto 108px;}
.brand-eight ul{padding: 0 75px;margin-bottom: 79px;}
.brand-eight li{position: relative; width: 20%;float: left;}
.brand-eight li::after{position: absolute;content: '';width: 1px;height: 131px;background: rgba(255,255,255,0.15);right: 0;top: 8px;}
.brand-eight li:last-child::after{display: none;}
.bri-icon{width: 85px;height: 85px;margin: 0 auto;transition: all .5s;}
.bri-icon img{display: block;width: 100%;height: 100%;}
.brand-eight li p{font-size: 20px;color: white;text-align: center;line-height: 39px;margin-top: 23px;margin-bottom: 0;}
.brand-eight li:hover .bri-icon{transform: translateY(-10px);}
/*.bri-more{transition: all .5s; margin: 0 auto; display:block; overflow: hidden; position: relative;z-index: 3;width: 260px;height: 50px;line-height: 50px;text-align: center;color: white;font-size: 18px;border-radius: 30px;}
.bri-more span{position: relative;z-index: 3;}
.bri-more::after{transition: all .5s;  position: absolute;content: '';width: 100%;height:100%;left: 0;top: 0;border: solid 2px rgba(255,255,255,0.5);box-sizing: border-box;border-radius: 30px;}
.bri-more:hover::after{transform: rotate(180deg);background: url(../images/brf-more.png) no-repeat center;border: none;}*/
.brand-eight .in1_btn.head-btn{left: 50%;width: 260px;height: 50px;border-radius: 30px;margin-left: -130px;bottom: -130px;}
.brand-eight .in1_btn.head-btn a{color: white; width: 260px;height: 50px;line-height: 46px;border-radius: 30px;border-color: rgba(255,255,255,0.5);}
.brand-eight .in1_btn.head-btn a:hover{border-color: #3080e8;}
@media (max-width: 1440px) {
	.brand-two ul.brt-top{margin-left: -20px;}
	.brand-two li{margin-left: 20px;width: 285px;}
	.brand-two ul{padding: 0 154px 0 130px;}
	.brf-box ul{height: 121px;padding: 0 260px 0 240px;}
	.brf-box li{width: 155px;height: 121px;}
	.brx-tit{padding: 23px 15px;}
}


/* v_2019/11/30 update */
.brand-one{background:url(../images/brand-twobg_01.jpg) no-repeat center;padding-top: 212px;}
.bro-tit1{margin: 15px 0 36px;width: 37%;}
.bro-tit1 span{display: inline;color: #ffdc3b;}

.bro-tit3{width: 37%;}
.brand-four{background: url(../images/brf-bg2_10.jpg) no-repeat left top;}
.brand-five ul{margin: 0 -10px;}
.brand-five li{float: left;width: 50%;padding: 0 10px;margin-bottom: 60px;}
.brand-five li>div{width: 100%;background-size: cover;}
.brv-tit h3{color: #fff;font-weight: bold;}
.brv-right p{color: #fff;}
.brv-right{padding: 65px 120px 65px 90px;}
.brand-six{background: #f6f6fe;}
.brx-more2{color:#0f70cb ;box-shadow: none;}
.brx-more2 span{border: solid 2px #0f70cb;}
.brand-six .brand-tit{color: #333;}
.brand-six .brand-dec{color: #666;}
.brand-eight{ background: url(../images/bri-bgg_10.jpg) no-repeat center;}
 .brand-eight .bri-tit{position: relative;letter-spacing: 1.2px;}
  .bre-tit-bef{font-family: 'ag';font-size: 50px;color: rgba(255,255,255,0.08);position: absolute;width: 100%;text-align: center;top: 20px;letter-spacing: 2px;}
  .brand-eight .in1_btn.head-btn a{border-color: #fff;}
 .brand-seven .swiper-button-next,.brand-seven .swiper-button-prev{top: 55%;}
 .brand-five{padding: 0 0 70px;}
 .brx-swiper{margin: 62px 0 70px;}
 .brx-more{margin-top: 69px;}
 .brand-six{padding: 74px 0 82px;}
 .brand-seven{padding-bottom: 91px;}
 .brand-one .in1_btn.head-btn{bottom: -155px;}
 .brand-one .in1_btn.head-btn a{border-color: #fff;}
  .brand-two .brf-more{margin-top: 35px;}
   .brand-eight .brand-dec{color: #fff;}
      .brand-eight .bri-line{margin:21px auto 10px ;}
	  .brand-eight ul{margin-top: 50px;}
 @media (max-width: 1440px) {
	 .bro-tit1{width:44%;}
	 .bro-tit3{width: 37%;}
	 .brand-five li>div{padding: 60px 90px;}
 }
/*客服*/
/* .kf {z-index:600;position: fixed;bottom: 100px;right: 50px;width: 47px;	display: block;-webkit-transition:all .8s;-o-transition:all .8s;transition:all .8s;}
.kf span {background: #fff; z-index:602;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s;cursor: pointer;position: relative;display: block;width: 48px;height: auto;border: 1px solid #dddddd;border-radius: 5px;text-align: center;
box-shadow:0 0 10px #e0e0e0; 
}
.kf span a{display: block;width: 100%;font-size: 14px;line-height: 16px;color: #666; height: 100%;padding: 20px 10px;position: relative;transition: ease .5s;overflow: hidden;}
.kf span a  img{display: block;margin: 0 auto;}
.kf .back_top {text-align: center;height: 40px;margin-top: 4px;border-radius: 0 0 5px 5px;}
.kf span.zx{height: 136px;border-radius: 5px 5px 0 0;}
 .kf span.zx img{margin-bottom: 10px;}
  .kf span.zx img.kfimgr1{display: none;}
 .kf .back_top a{padding: 15px 13px;}*/
/* .kf span a::after{    position: absolute;
    content: '';
    height: 0%;
    left: 0%;
    top: 0%;
    width: 150%;
    z-index: -1;
    background: #3080e8;
    -webkit-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
	} */
  .kf span:hover {background: #3080e8;border-color: #3080e8;}
    .kf span:hover a{color: #fff;}
	  .kf span.zx:hover  .kfimgr{display: none;}
	    .kf span.zx:hover  .kfimgr1{display: block;}
		/* v_2019/11/30  end */
		
	/* v_2020/3/9 update */
	.exten-one{background:url(../images/exten.banner_01.jpg) no-repeat center;padding-top: 180px;position: relative; height: 550px;background-size: cover;}
	.exten-one .in1_btn.head-btn{bottom: -102px;}
	.exten-one .bro-tit3{width: 38%;}
	.exten-one .in1_btn.head-btn a{color: #fff;}
	.exten-two{background: url(../images/exten2-back_02.jpg)repeat center;padding: 80px 0;}
.exten-two ul{margin: 130px -13px 70px;}
.exten-two li{float: left;width: 25%;padding: 0 13px;}
.exten-two li>div{background: #fff;text-align: center;position: relative;padding: 60px 80px 35px;border-radius: 5px;}
.exten2-icon{width: 120px;height: 120px;border-radius: 50%;background: #fff;position: absolute;top: -60px;left: 33%;text-align: center;padding: 30px 0;box-shadow: 0 0 13px rgba(12,108,201,0.2);transition: ease .5s;}
.exten2-icon>div{position: relative;width: 60px;height: 60px;overflow: hidden;line-height: 120px;margin: 0 auto;}
.exten2-icon img{width: 100%;height: 100%; transition: ease .5s;display: block;position: absolute;transition: ease .5s;}
.exten2-icon1{left: 0;top: 0;}
.exten2-icon2{left: 0;top: -100%;}
.exten-two li:hover .exten2-icon1{top: 100%;}
.exten-two li:hover .exten2-icon2{top: 0;}
.exten-two li:hover .exten2-icon{background:  linear-gradient(to top right,#0e6dca,#30b4eb);}
.exten2-tit{font-size: 24px;color: #333;line-height: 40px;margin-top: 30px;}
.exten2-p{font-size: 16px;line-height: 26px;color: #888;margin-top: 10px;height: 52px;}
.exten-three{padding: 85px 0 80px;}
.exten-three ul{margin: 70px -13px;}
.exten-three li{float: left;width: 25%;padding: 0 13px;}
.exten-three li>div{text-align: center;}
.exten3-img{overflow: hidden;height: 280px;}
.exten3-img img{width: 100%;transition: ease .5s;}
.exten-three li:hover .exten3-img img{transform: scale(1.04);}
.exten3-tit{font-size: 24px;color: #333;line-height: 40px;margin-top: 20px;}
.exten3-p{font-size: 16px;line-height: 26px;color: #888;margin-top: 5px;}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}
.exten-four{background: url(../images/exten4-back_02.jpg)no-repeat center;background-size: cover;padding: 80px 0;}
.exten-four .brf-tit{color: #fff;}
.exten-four .brf-dec{color: rgba(255,255,255,0.8);}
.exten4-top{margin-top: 70px;}
.exten4-top ul{}
.exten4-top li{float: left;width: 25%; text-align: center;}
.exten4-icon{width: 60px;height: 60px;margin: 0 auto;}
.exten4-icon img{width: 100%;transition: ease .5s;}
.exten4-top li:hover .exten4-icon img{transform: translateY(-10px);}
.exten4-tit{font-size: 24px;line-height: 40px;color: #fff;margin-top: 15px;}
.exten4-hr{width: 36px;height: 2px;background: #fff;margin: 10px auto;}
.exten4-p{font-size: 16px;line-height: 26px;color: #fff;}

.exten4-bot{background: rgba(248,248,248,0.2);margin-top: 70px;padding: 50px 0;border-bottom: 2px solid #279afe;margin-bottom: 70px;}
.exten4-bot-tit{font-size: 24px;line-height: 40px;color: #fff;text-align: center;}
.exten4-bot ul{margin-top: 25px;}
.exten4-bot li{float: left;width: 16.66%;border-right: 1px solid rgba(255,255,255,0.3);transition: ease .5s; padding: 5px 35px;}
.exten4-bot li:hover{transform: translateY(-10px);}
.exten4-bot li:last-child{border-right: none;}
.exten4-bot li span{display: inline-block;float: left; font-family: 'din';font-size: 36px;color: #fff;line-height: 40px;width: 20%;}
.exten4-bot-p{font-size: 16px;line-height: 26px;color: #fff;float: right;width: 65%;}

.exten-five{padding-top: 80px;background: url(../images/exten6-topback_02.png)no-repeat center bottom;}
.exten5-cont{box-shadow: 0 0 13px rgba(0,0,0,0.1);background: #fff;padding: 80px 0;}
.exten-five ul{margin: 70px 0;}
.exten-five li{float: left;width: 33.3%;border-right: 1px dashed #d2d2d2;text-align: center;padding: 0 70px;margin-bottom: 50px;}
.exten-five li:last-child,.exten-five li:nth-child(3){border-right: none;}
.exten-five li:nth-child(4),.exten-five li:nth-child(5){transform: translateX(50%);}
.exten5-img{width: 60px;height: 60px;margin: 0 auto;-webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;}
.exten5-img img{width: 100%;transition: ease .5s;}
.exten-five li:hover .exten5-img {    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;}
.exten5-tit{font-size: 24px;line-height: 50px;color: #333;margin-top: 15px;}
.exten5-p{font-size: 16px;line-height: 26px;color: #666;height: 52px;}
.exten-six{position: relative;background: url(../images/exten6-back_02.jpg)no-repeat center;padding: 80px 0;background-size: cover;}
.exten-six .brand-tit{color: #fff;}
.exten-six .brand-dec{color: rgba(255,255,255,0.8);}
.ex6-swiper{margin-top: 70px;position: relative;padding: 0 50px;}
.ex6-swiper .swiper-button-next {background: url(../images/ex6-right.png) no-repeat center; width: 15px; height: 26px;right: 0; margin-top: -13px;}
.ex6-swiper .swiper-button-prev { background: url(../images/ex6-left.png) no-repeat center; width: 15px; height: 26px; left: 0; margin-top: -13px;}
.ex6-slide{background: #fff;border-radius: 5px;text-align: center;padding-bottom: 40px;}
.ex6-slide a{display: block;}
.ex6-img{padding: 10px;}
.ex6-img img{width: 100%;}
.ex6-hr{width: 335px;height: 1px;background: #ccc;position: relative;margin: 0 auto;}
.ex6-hr::before{position: absolute;content: "";width: 36px;height: 2px;background: linear-gradient(to right, #1264ab, #2299de);left: 45%;top: -1px;}
.ex6-tit{font-size: 18px;line-height: 26px;color: #444;transition: ease .5s; width: 35%;margin: 0 auto;margin-top: 25px;}
.ex6-slide:hover .ex6-tit{color: #0a67c7;}
@media (max-width: 1439px){
	.exten-two li>div{padding: 60px 60px 35px;}
	.exten2-icon{left: 28%;}
	.exten5-p{height: 72px;}
	.ex6-tit{width: 42%;}
}


/* ================2020.3.19design============== */

.design-one{    background: url(../images/design-banner1.jpg) no-repeat center; padding-top: 300px; position: relative; height: 964px; background-size: cover;}
.design-one .in1_btn.head-btn a{color: #fff;}
.design-one .in1_btn.head-btn{bottom: -113px;}
.design-one .in1_btn.head-btn:after{background: #fff;}

/* .design-one .in1_btn.head-btn:hover{border: 2px solid #fff;} */
.design-one .in1_btn.head-btn:hover a{color: #0087ff;border: none;}
.design-one .bro-tit1{font-size: 56px;width: 42%;margin: 0 0 27px;}
.design-one .bro-tit1 span{display: inline-block;font-weight: lighter;color: #fff;}
.design-one .bro-tit3{font-size: 20px;color: #fff;}
.design-tit{font-size: 40px; color: #333;text-align: center;line-height: 56px;}
.design-dec{font-size: 20px; color: #666; text-align: center; line-height: 42px;}

.design-two .design-tit,.design-two .design-dec,.design-three .design-tit,.design-three .design-dec{text-align: left;}
.design-two{position: relative;background: url(../images/design2-img1.png)no-repeat center left;background-size: 43.125% 100%;height: 765px;}
.design2-con{}
.design2-img{position: absolute;left: 0;top: 0;}
.design2-img img{width: 100%;}
.design2-right{float: right;width: 57.87%;padding-top: 50px;}
.design2-list{position: relative;margin-top: 80px;}
.design2-li{position: absolute;border-radius: 50%;text-align: center;transition: ease .5s;}
.design2-li:hover{transform: translateY(-10px);}
.design2-li>div{position: relative;width: 100%;height: 100%;padding: 0 10px;}
.design2-li>div::before{position: absolute;content: "";width: 100%;height: 1px;border-top: 1px dashed #daeeff;}
.design2-li h3{font-size: 18px;line-height: 28px;color: #fff;}
.design2-li4{width: 109px;height: 109px;background: #7fc3ff;position: static;margin-left: 497px;line-height: 109px;}
.design2-li1{position: static;width: 110px;height: 110px;background: #3a95e6;margin-top: 104px;margin-left: -24px;}
.design2-li2>div::before{position: absolute;content: "";width: 192px;height: 168px;left: -27px;top: -28px;}
.design2-li2{width: 137px;height: 137px;background: #7fc3ff;top: 30px;left: 78px;}
.design2-li2>div::before{position: absolute;content: "";width: 192px;height: 168px;border: none; background: url(../images/design2-aft.png)no-repeat center;left: -27px;top: -28px;}
.design2-li3{width: 137px;height: 137px;background: #ffc431;top: 153px;left: 298px;}
.design2-li5{width: 129px;height: 129px;background: #78d77c;top: 180px;right: 54px;}
.design2-li1>div::before{transform: rotate(130deg); right: -60px;  top: -37px;}
.design2-li3>div::before{transform: rotate(30deg);left: -102px;top: 8px; width: 82%;}
.design2-li4>div::before{transform: rotate(130deg);left: -88px;bottom: -34px;width: 115%;}
.design2-li5>div::before{transform: rotate(60deg);left: -60px; top: -40px; width: 85%;}
.design2-li img{width: 22px;height: 22px;}
.design2-span1{top: 47px;left: 369px;}
.design2-span2{left: 171px;top: 246px;}
.design-two .in1_btn.head-btn{bottom: -120px;left: 58%;}
.design-two .in1_btn.head-btn a{color: #0087ff;border-color: #339fff;}
.design-two .in1_btn.head-btn:hover a{color: #fff;}

.design-three{padding-top: 240px; background: url(../images/design3-img1_03.jpg)no-repeat center right;background-size: 54.32% 100%;height: 984px;}

.design3-con{float: left;width: 44.07%;}
.design3-txt{}
.design3-txt li{position: relative;padding-left: 35px;margin-top: 30px;}
.design3-txt li::before{position: absolute;content: "";width: 20px;height: 21px;background: url(../images/design3-bef.png)no-repeat center left;left: 0;top: 5px;}
.design3-txt li h3{font-size: 20px;line-height: 24px;color: #333;margin-bottom: 14px;}
.design3-txt li p{font-size: 16px;line-height: 26px;color: #888;}
.design-three .in1_btn.head-btn{bottom: -105px;}
.design-three .in1_btn.head-btn a{color: #0087ff;border-color: #339fff;}
.design-three .in1_btn.head-btn:hover a{color: #fff;}

.design-four{}
.design4-con{background: url(../images/design4-img1_02.jpg)no-repeat center left;background-size: 69.89% 100%;height: 714px;}
.design4-txt{float: right;width: 22.71%;position: relative;}
.design4-txt ul{}
.design4-txt li{margin-top: 50px;}
.design4-txt li h3{font-size: 50px;color: #0087ff;}
.design4-txt li h3 span{display: inline-block;font-size: 82px;line-height: 90px; font-family: 'arial';font-weight: bold;}
.design4-txt li p{font-size: 16px;color: #666;line-height: 24px;}
.design-four .in1_btn.head-btn{bottom: -102px;}
.design-four .in1_btn.head-btn a{color: #0087ff;border-color: #339fff;}
.design-four .in1_btn.head-btn:hover a{color: #fff;}

.design-fiv{background: url(../images/design5-img4_02.jpg)no-repeat center;padding: 80px 0;height: 666px;background-size: cover;}
.design5-swiper{margin-top: 50px;position: relative;}
.design5-slide{}
.design5-slide a{display: block;overflow: hidden;}
.design5-slide img{width: 100%;transition: ease .5s;}
.design5-slide:hover img{transform: scale(1.04);}
.design5-img{overflow: hidden;}
.design5-p{font-size: 18px;line-height: 30px;color: #666;text-align: center;margin-top: 10px;}
.design5-swiper .swiper-pagination{width: 100%;margin-top: 30px;}
.design5-swiper .swiper-pagination-bullet{background: #d0d5e4;margin: 0 5px;opacity: 1;width: 10px;height: 10px;}
.design5-swiper .swiper-pagination-bullet-active{background-color: #0087ff;}

@media (max-width: 1439px){
	.design-two{height: 672px;}
	.design-three{height: 778px;padding-top: 120px;}
	.design4-con{height: 535px;}
	.design2-li5{right: 0;}
	.design2-li5>div::before{left: -17px;top: -28px; width: 59%;}
}


/* ==================Trade Marketing===================== */



@font-face {
    font-family: 'robot-r';
    src: url('/skin/ctmon/2020zty03/font/ROBOTO-REGULAR.eot');
    src: local('☺'), url('/skin/ctmon/2020zty03/font/ROBOTO-REGULAR.woff') format('woff'),
     url('/skin/ctmon/2020zty03/font/ROBOTO-REGULAR.ttf') format('truetype'),
      url('/skin/ctmon/2020zty03/font/ROBOTO-REGULAR.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
.tradmark-one{background:url(/skin/ctmon/2020zty03/images/tradmark1-banner_01.jpg) no-repeat center;padding-top: 180px;position: relative; height: 550px;background-size: cover;}
.tradmark-one .in1_btn.head-btn a{color: #fff;}
.tradmark-one .in1_btn.head-btn{bottom: -105px;}
.tradmark-one .bro-tit1{margin: 0px 0 20px;}
.tradmark-one .bro-tit1 span{display: inline-block;margin-bottom: 5px;}
.tradmark-two{background: url(/skin/ctmon/2020zty03/images/tradmark2-ba_02.jpg)no-repeat center;background-size: cover;padding: 80px 0;}
.tradmark2-ul{margin: 50px 0 60px;}
.tradmark2-ul li{float: left; border-radius: 5px; width: 435px;height: 265px;background: #fff; margin-left: 47px;box-shadow: 0 0 13px rgba(43,171,231,0.1);position: relative;overflow: hidden;}
.tradmark2-ul li:first-child{margin-left: 0;}
.tradmark2-show{padding: 60px 35px 60px 60px;}
.tradmark2-hide{ position: absolute;width: 100%;height: 100%;left: -100%;top: 0;padding: 60px 35px 60px 60px; transition: ease .5s;background: url(/skin/ctmon/2020zty03/images/tradmark2-hide_03.jpg)no-repeat center;}
.tradmark2-icon{margin-bottom: 25px;}
.tradmark2-icon span{display: inline-block;}
.tradmark2-icon span:first-child{float: left;width: 39px;height: 39px;}
.tradmark2-icon span:last-child{float: right;width: 28px;height: 26px;}
.tradmark2-icon span.tradmark2-num{font-size: 52px;font-family: 'robot-r';color: rgba(255,255,255,0.49);width: auto;height: auto; line-height: 52px; margin-top: -13px;}
.tradmark2-ul li h3{font-size: 30px;line-height: 42px;margin-bottom: 20px;}
.tradmark2-ul li p{font-size: 18px;line-height: 28px;}
.tradmark2-show h3{color: #333;}
.tradmark2-show p{color: rgba(51,51,51,0.7);}
.tradmark2-hide h3,.tradmark2-hide p{color: #fff;}
.tradmark2-ul li:hover .tradmark2-hide{left: 0;}

.tradmark-three{background: url(/skin/ctmon/2020zty03/images/tradmark3-ba_02.jpg)no-repeat center;padding-top: 80px; background-size: cover;margin-bottom: -400px;}
.tradmark-three .brand-tit,.tradmark-three .brand-dec{color: #fff;}
.tradmark3-con{position: relative;margin-top: 50px;}
.tradmark3-con>div{background: #fff;box-shadow: 0 0 13px rgba(0,0,0,0.5);width: 85%;margin: 0 auto; border-radius: 10px;padding: 70px 125px;margin-bottom: -25px;}
.tradmark3-con ul{position: relative;}
.tradmark3-con::before{position: absolute;content: "";width: 0;height: 0;border-left: 10px solid transparent;border-right: 10px solid transparent;border-top: 10px solid rgba(79,79,92,1);top: 0px;left: 50%;}
.tradmark3-con ul::before{position: absolute;content: "";width: 100%;height: 1px;background: #bbbbbb;left: 0;top: 50%;}
.tradmark3-con li{position: relative;float: left;width: 50%;border-right: 1px solid #bbbbbb;margin-bottom: 80px;padding: 0 50px;}
.tradmark3-con li:nth-child(3),.tradmark3-con li:nth-child(4){margin-bottom: 0;margin-top: 80px;border-bottom: none;}
.tradmark3-con li:nth-child(even){border-right: none;}
.tradmark3-con li:nth-child(odd){}
.tradmark3-icon{width: 168px;height: 168px;border-radius: 50%;border: 1px solid #217bcf;transition: ease .5s;padding: 52px 0;float: left;}
.tradmark3-con li:hover .tradmark3-icon{border-color: transparent;background: linear-gradient(to right,#1173cd,#2aa9e6);}
.tradmark3-icon>div{width: 77px;height: 63px;position: relative;overflow: hidden;margin: 0 auto;}
.tradmark3-icon img{position: absolute;transition: ease .5s;}
.tradmark3-icon1{left: 0;top: 0;}
.tradmark3-icon2{left: 0;top: -100%;}
.tradmark3-con li:hover .tradmark3-icon2{top: 0;}
.tradmark3-con li:hover .tradmark3-icon1{top: 100%;}
.tradmark3-text{width: 60%;float: right;padding: 35px 0;}
/* .tradmark3-con li:nth-child(even) .tradmark3-text{width: 45%;} */
.tradmark3-text>div{position: relative;width: 100%;height: 100%;}
.tradmark3-text h3{font-size: 30px;line-height: 40px;color: #333;margin-bottom: 10px;}
.tradmark3-text p{font-size: 18px;line-height: 28px;color: rgba(51,51,51,0.7);height: 56px;}
.tradmark3-con li:hover .tradmark3-text h3{color: #0f70cb;}

.tradmark-four{padding-top: 480px; background: url(/skin/ctmon/2020zty03/images/tradmark4-ba_02.png)no-repeat center;background-size: cover;padding-bottom: 150px;}
.tradmark-four .brand-tit,.tradmark-four .brand-dec{color: #fff;}
.tradmark4-con{margin-top: 50px;}
.tradmark4-con ul{}
.tradmark4-con li{float: left;width: 29%;padding: 0 110px; border-right: 1px solid rgba(255,255,255,0.5);}
.tradmark4-con li:last-child{border: none;width: 20.71%;padding:0;padding-left: 100px ;}
.tradmark4-con li:first-child{padding: 0;width: 20.71%;}
.tradmark4-icon{margin-bottom: 20px;}
.tradmark4-icon img{display: inline-block;max-width: 100%;}
.tradmark4-tit{font-size: 30px;line-height: 56px;color: #fff;margin-bottom: 40px;}
.tradmark4-p{font-size: 18px;line-height: 28px;color: rgba(255,255,255,0.7);height: 56px;}

.tradmark-five{margin-top: -98px;padding-bottom: 80px;}
.tradmark5-con{}
.tradmark5-top{margin: 0 -40px;}
.tradmark5-top li{float: left;width: 50%;padding: 20px 40px 0;}
.tradmark5-top li>div{width: 100%;position: relative;box-shadow: 0 0 13px rgba(0,0,0,0.1);}
.tradmark5-img{position: relative;border-radius: 5px;}
.tradmark5-img img{width: 100%;}
.tradmark5-img span{display: block;width: 59px;height: 59px;position: absolute;top: -20px;left: -20px;}

.tradmark5-bot{margin: 50px -15px 0;}
.tradmark5-bot li{float: left;width: 20%;padding: 0 15px;position: relative;margin-top: 30px;}
.tradmark5-bot li::before{position: absolute;content: "";width: 24px;height: 1px;background: url(/skin/ctmon/2020zty03/images/tradmark5-bef_03.png)no-repeat center right;right: -12px;top: 50%;}
.tradmark5-bot li:last-child::before,.tradmark5-bot li:nth-child(5)::before{display: none;}
.tradmark5-bot li>div{background: #fff;box-shadow: 0 0 13px rgba(0,0,0,0.1);border-radius: 8px;padding: 15px;}
.tradmark5-bot li span{display: inline-block;width: 38px;height: 33px;float: left;margin-right: 30px;}
.tradmark5-bot li span img{width: 100%;}
.tradmark5-bot li h3{line-height: 30px;font-size: 18px;color: #333;float: left;}
.tradmark5-bot li:nth-child(6),.tradmark5-bot li:nth-child(7),.tradmark5-bot li:nth-child(8){transform: translateX(100%);}
.tradmark5-dec{font-size: 30px;line-height: 56px;color: #333;text-align: center;margin: 40px 0 55px;}
.tradmark5-dec span{display: inline-block;font-size: 36px;}

.tradmark-six{background: #f3f4fa;padding: 80px 0;}
.tradmark6-con{position: relative;margin-top: 10px;}
.tradmark6-con .tradmark6-ba{background: none;padding: 0;}
.tradmark6-ba img{width: 100%;}
/* .tradmark6-con::before{position: absolute;content: "";width: 100%;height: 214px;background: url(../images/tradmark6-ba1_03.png)no-repeat center;background-size: cover;background-position: center;top: 0;left: 0;} */
.tradmark6-con>div{background: #fff;padding: 35px 60px;}
.tradmark6-div{margin-top: -5px;}
.tradmark6-left{float: left;width: 52.35%;padding: 35px 0;}
.tradmark-ul{margin-bottom: 60px;position: relative;}
.tradmark-ul li{float: left; width: 25%;}
.tradmark-ul li a{ display: inline-block;font-size: 24px;line-height: 30px;color: rgba(51,51,51,0.7);padding-bottom: 70px;}
.tradmark-ul::before{position: absolute;content: "";width: 50px;height: 1px;background: linear-gradient(to right, #0f70cb,#29a7e5);bottom:0;left: 0;transition: ease .5s;}
.tradmark-ul li.on a{color: #333;}
.tradmark6-text{}
.tradmark6-text1{display: none;width: 74%;}
.tradmark6-text1 span{display: inline-block;float: left;}
.tradmark6-text1 span img{display: inline-block;max-width: 100%;}
.tradmark6-text1 h3{font-size: 18px;line-height: 28px;color: rgba(51,51,51,0.7);padding-left: 117px;}
.tradmark6-text1.on{display: block;}
.tradmark6-img{float: right;width: 42.5%;}
.tradmark6-img img{width: 100%;box-shadow: 0 0 13px rgba(0,0,0,0.1);}


.tradmark-seven{background: #fcfcfe url(/skin/ctmon/2020zty03/images/tradmark7-ba_02.jpg)no-repeat center;background-size: 100% 50%;background-position: top center;padding: 80px 0;}


.tradmark-seven .brand-tit{color: #fff;}
.tradmark-seven .brand-dec{color: rgba(255,255,255,0.8);}
.trad7-swiper{margin-top: 80px;}
.trad7-slide{box-shadow: 0 0 13px rgba(0,0,0,.1);background: #fff;border-radius: 5px;padding: 60px 48px 80px;}
/* .trad7-slide a{display: block;} */
.trad7-img{transition: all .5s; width: 110px; height: 110px; border-radius: 50%;  overflow: hidden; margin: 0 auto;}
.trad7-img img{width: 100%;}
.tradmark7-tit{font-size: 22px;line-height: 30px;color: #444;text-align: center;border-bottom: solid 1px #cccccc;padding: 25px 30px 40px;}
.trad7-hr{ background: linear-gradient(to right,#1264ab,#2299de); width: 36px; height: 2px;margin: 0 auto;margin-top: -2px;}
.trad7-tit{font-size: 18px;line-height: 28px;color: #666;text-align: center;margin: 20px 0 25px;}
.trad7-slide .brx-more3 span::after{background: linear-gradient(to right, #0f70cb, #2cace8);}
.trad7-swiper .swiper-button-prev{ background: url(/skin/ctmon/2020zty03/images/ex6-left.png) no-repeat center; width: 15px;  height: 26px;left: -60px;margin-top: -13px;}
.trad7-swiper .swiper-button-next{ background: url(/skin/ctmon/2020zty03/images/ex6-right.png) no-repeat center; width: 15px;height: 26px;right: -60px;margin-top: -13px;}
.trad7-swiper .swiper-button-prev,.trad7-swiper .swiper-button-next{top: 35%;opacity: .5;}
.trad7-swiper .swiper-button-prev:hover,.trad7-swiper .swiper-button-next:hover{top: 35%;opacity: 1;}
.tradmark-seven .brx-more{margin-top: 50px;}
.trad7-swiper .swiper-container{padding-bottom: 10px;}
@media (max-width: 1649px){
	.tradmark3-text h3{height: 80px;}
	.tradmark3-con li{padding: 0 30px;}
}
@media (max-width: 1579px){
	.trad7-swiper .swiper-button-next{right: -20px;}
	.trad7-swiper .swiper-button-prev{left: -20px;}
}
@media (max-width: 1439px){
	.tradmark4-con li{padding: 0 80px;}
	.tradmark4-con li:last-child{padding-left: 65px;}
	.trad7-swiper .swiper-button-next{right: -40px;}
	.trad7-swiper .swiper-button-prev{left: -40px;}
	.tradmark2-ul li{width: 368px;}
	.tradmark3-text{width: 50%;}
	.tradmark3-icon{width: 150px;height: 150px;padding: 43px 0;}
	.tradmark3-text{width: 55%;padding: 0;}
	.tradmark3-con>div{padding: 70px;}
	.tradmark-five{margin-top: -89px;}
}
@media (max-width: 1259px){
	.tradmark3-text h3{font-size: 28px;}
	.tradmark3-icon{width: 120px;height: 120px;padding: 28px 0;}
	.tradmark3-con li{margin-bottom: 40px;}
	.tradmark3-con li:nth-child(3), .tradmark3-con li:nth-child(4){margin-top: 40px;}
	
}


/* =================== 2020.5.30 新网站建设SEO =================== */
.website{}
.website .inner{position: static;}

@font-face {
    font-family: 'SourceHanSansCN-Regular';
    src: url('../font/SourceHanSansCN-Regular.eot');
    src: local('☺'), url('../font/SourceHanSansCN-Regular.woff') format('woff'),
					 url('../font/SourceHanSansCN-Regular.ttf') format('truetype'),
					 url('../font/SourceHanSansCN-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DIN-BOLD';
    src: url('../font/DIN-BOLD.eot');
    src: local('☺'), url('../font/DIN-BOLD.woff') format('woff'),
     url('../font/DIN-BOLD.ttf') format('truetype'),
      url('../font/DIN-BOLD.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'DIN1451';
  src: url('../font/DINMITTELSCHRIFTSTD.eot');
  src: local('☺'), url('../font/DINMITTELSCHRIFTSTD.woff') format('woff'), 
  url('../font/DINMITTELSCHRIFTSTD.ttf') format('truetype'), 
  url('../font/DINMITTELSCHRIFTSTD.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SourceHanSansCN-Medium';
  src: url('../font/SourceHanSansCN-Medium.eot');
  src: local('☺'), url('../font/SourceHanSansCN-Medium.woff') format('woff'), 
  url('../font/SourceHanSansCN-Medium.ttf') format('truetype'), 
  url('../font/SourceHanSansCN-Medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* =================第一屏 ================ */
.website-one{position: relative; background: url(../images/website-banner_01.jpg)no-repeat center;height: 600px;background-size: cover;}
.website1-cont{position: absolute;width: 100%;top: 50%;left: 0;transform: translateY(-50%);padding-top: 80px;}

.website1-font{text-align: center;}
.website1-font h3{font-size: 56px;line-height: 60px;color: #fff;font-weight: lighter;font-family: 'SourceHanSansCN-Regular';}
.website1-font span{display: inline;font-weight: bold;}
.website1-bod{display: inline;position: relative;}
.website1-bod::before{position: absolute;content: "";width: 100%;height: 12px;border-radius: 20px;background: rgba(255,116,54,.8);left: 0;bottom: 0;}
.website1-bod i{position: relative;font-style: normal;}
.website1-ul{font-size: 0;margin-top: 30px;}
.website1-ul li{display: inline-block;width: 190px;height: 190px;margin: 0 -5px; border-radius: 50%;text-align: center;}
.website1-ul li span{display: inline-block;font-size: 24px;line-height: 31px;color: #fff;font-weight: bold;background: url(../images/website1-icon.png)no-repeat center left;background-size: 31px 31px;padding-left: 40px;}
.website1-ul li p{font-size: 18px;line-height: 30px;color: #fff;font-family: 'SourceHanSansCN-Regular';}
.website1-ul li p i{display: inline;font-style: normal;font-size: 20px; font-family: 'DIN-BOLD';}
.website1-ul li:nth-child(1){background: rgba(254,214,107,.7);}
.website1-ul li:nth-child(2){background: rgba(225,111,64,.8);}
.website1-ul li:nth-child(3){background: rgba(69,85,99,.8);}
.website1-ul li:nth-child(4){background: rgba(86,68,86,.8);}
.website1-mo{position: relative;padding-top: 80px;margin-top: -30px;}
.website1-mo .inner{position: static;}
.website-p{font-size: 20px;line-height: 28px;color: #666;text-align: center;}
.website-p span{display: inline;font-size: 21px;color: #e00000;font-family: 'arial';font-weight: bold;}
.website .in1_btn.head-btn{height: 60px;box-shadow: 0 10px 10px rgba(224,0,0,.2);bottom: auto;top: 0; left: 50%;  transform: translateX(-50%);}
.website .in1_btn.head-btn:after{background: #e00000;height: 450%;}
/* .website .in1_btn.head-btn:hover:after{height: 0%;} */
.website .in1_btn.head-btn a{font-size: 28px; border-color: #e00000;color: #fff;width: 300px;height: 60px;line-height: 56px;}
/* .website .in1_btn.head-btn:hover a{color: #e00000;} */
/*  */
.website-tit{font-size: 46px;line-height: 60px;font-family: 'SourceHanSansCN-Regular';color: #222;text-align: center;}
.website-tit i{font-style: normal;display: inline;font-size: 56px;line-height: 60px;font-family: 'DIN-BOLD';}
.website-tit span{display: block;}
.website-dec{font-size: 18px;line-height: 28px;color: #666;text-align: center;margin-top: 10px;}
/*  */
/* ====================== 第二屏 ==================== */
.website-two{padding: 80px 0 0;position: relative;}
.website2-con{position: relative; background: url(../images/website2-ba_02.jpg)no-repeat center;background-size: cover;width: 100%;height: 764px;}
.website2-ul{}
.website2-ul ul{}
.website2-ul li{border: 2px solid #fed66b;background: #fff;display: inline-block;padding: 12px 21px;position: absolute;transition: ease .5s;}
.website2-ul li::before{position: absolute;content: "";width: 18px;height: 10px;background: url(../images/website2-bef2_03.png)no-repeat center;background-size: 100% 100%;bottom: -10px;left: 0;transition: ease .5s;}
.website2-ul li:nth-child(1){top: 234px;left: 13.2%;}
.website2-ul li.website2-org::before{ left: 151px;}
/* background-image: url(../images/website2-bef1_03.png); */
.website2-ul li:hover::before{background-image: url(../images/website2-bef2a_03.png);}
.website2-ul li:nth-child(2){top: 70px;left: 28.4%;}
.website2-ul li:nth-child(2)::before{left: 342px;}
.website2-ul li:nth-child(3){top: 266px;left: 52.1%;}
.website2-ul li:nth-child(3)::before{bottom: auto;top: -10px;left: 68px;transform: rotateX(180deg);}
.website2-ul li:nth-child(4){top: 136px;left: 64.4%;}
.website2-ul li:nth-child(4)::before{bottom: auto;top: -10px;left: 194px;transform: rotateX(180deg);}
.website2-ul li:hover{background-color: #ff9329;border-color: #ff9329;}
.website2-ul li:hover h3,.website2-ul li:hover h4,.website2-ul li:hover h4 span{color: #fff;}

.website2-ul li h3{position: relative; font-size: 20px;line-height: 30px;color: #333;font-weight: bold;}
.website2-ul li h4{font-size: 18px;line-height: 30px;color: #666;}
.website2-ul li h4 span{position: relative; display: inline;font-size: 20px;line-height: 30px;color: #333;font-weight: bold;}
.website2-mo .in1_btn.head-btn{top: auto;bottom: 100px;}
.website-two .website1-bod{display: inline-block;}
.website-two .website1-bod::before{height: 3px;background: rgba(255,116,54,.5);margin-top: -3px;bottom: 3px;}
.website2-ul li:hover .website1-bod::before{background: rgba(255,255,255,.5);}
/*  */
/* ======================= 第三屏 ====================== */
.website-three{background: #f8f8f8;padding: 80px 0;position: relative;}
.website3-con{margin-top: 50px;}
.website3-cont{}
.website3-img{margin-left: -150px;float: left;}
.website3-img img{}
.website3-txt{}
.website3-ul{}
.website3-ul li{margin: 25px 0;display: inline-block;}
.website3-ul li h3{position: relative;z-index: 5; font-size: 50px;line-height: 80px;background: linear-gradient(to right, #ff7834, #febd16); -webkit-background-clip: text; color: transparent;display: inline-block;}
/* text-shadow:4px -4px 1px #ffecce; */
.website3-ul li h3 span{font-family: 'DIN1451';font-size: 82px;}
.website3-ul li p{font-size: 16px;line-height: 24px;color: #666;}
.website3-mo p{font-size: 18px;line-height: 28px;color: #666;text-align: center;}
.website3-mo .in1_btn.head-btn{top: auto;bottom: 130px;}

.website3-h3{position: relative;}
.website3h3-shadow{position: absolute;top: 6px;left: 0;z-index: 3;}
.website3-ul li .website3h3-shadow h3{color: #ffecce;}

/* =================== 第四屏 ===================== */
.website-eight{padding: 80px 0 180px;position: relative;}
.website8-con{margin-top: 50px;}
.website8-cont{}
.website8-ul{margin: -30px -15px 0;}
.website8-ul li{float: left;width: 50%;padding: 0 15px;margin-top: 30px;}
.website8-ul li>div{position: relative;background: #f7f7f7;}
.website8-img{float: left;width: 49.6%;overflow: hidden;}
.website8-img img{display: block; width: 100%;transition: ease .5s;}
.website8-ul li:hover .website8-img img{transform: scale(1.05);}
.website8-txt{width: 50.4%;position: absolute;height: 100%;right: 0;top: 0;padding: 0 36px;}
.website8-txt>div{position: relative;width: 100%;height: 100%;}
.website8-txt h3{font-size: 24px;line-height: 30px;color: #000;font-family: 'SourceHanSansCN-Medium';font-weight: bold;margin-bottom: 10px;}
.website8-txt p{font-size: 18px;line-height: 30px;color: #666;}
.website8-txt p span{display: block;}
.website8-mo .in1_btn.head-btn{top: auto;bottom: 80px;}
/*  */
/* ==================== 第五屏 ================== */
.website-four{}
.website4-top{}
.website4-con{margin-top: 60px;}
.website4-img{float: right;width: 51.58%;overflow: hidden;}
.website4-img img{width: 100%;}
.website4-ul{float: left;width: 48.42%;}
.website4-ul ul{margin: 0px -20px -60px;}
.website4-ul li{float: left;width: 50%;padding: 0 20px;margin-bottom: 60px;}
.website4-ul li>span{display: inline-block; font-size: 20px;line-height: 30px;color: #fff;font-family: 'arial';background: url(../images/website4-bef.png)no-repeat center;background-size: 57px 46px; height: 46px; width: 57px; text-align: center; line-height: 46px; padding-right: 8px;float: left;}
.website4-txt{margin-left: 68px;}
.website4-txt h3{font-size: 20px;line-height: 30px;color: #333;margin-bottom: 10px; font-family: 'SourceHanSansCN-Medium';font-weight: bold;}
.website4-txt p{font-size: 16px;line-height: 26px;color: #666;}
.website4-txt p span{display: block;}

.website4-bot{position: relative;font-size: 0;text-align: center; margin-top: -45px;padding: 70px 0; background: url(../images/website4bot-ba_02.jpg)no-repeat center;background-size: cover;}
.website4-bot .website-p{color: #fff;display: inline-block;margin-left: 20px;font-size: 20px;}
/* .website4-bot .website-p span{color: #fff;} */
.website4-mo{display: inline-block; width: 300px;height: 60px;text-align: center;box-shadow: 0 0 13px rgba(0,0,0,.1); background-color: #fff;border-radius: 3px;transition: ease .5s;}
.website4-mo:hover{box-shadow: inset 0 0 10px rgba(254,183,25,1);}
.website4-btn{transition: ease .5s;}
.website4-btn a{display: block;font-size: 28px;line-height: 60px;color: #ff7834;}
/*  */
/* ================= 第六屏 =============== */
.website-five{background: #f6f6f6;padding: 80px 0;}
.website5-dec{font-size: 0;text-align: center;margin-top: 20px;}
.website5-dec span{display: inline-block;font-size: 18px;line-height: 30px;color: #666;margin: 0 25px;position: relative;padding-left: 18px;}
.website5-dec span::before{position: absolute;content: "";width: 9px;height: 9px;border-radius: 50%;background: #fd7336;left: 0;top: 12px;}
.website5-dec i{display: inline; font-style: normal;font-family: 'arial';}
.website5-con{margin-top: 50px;}
.website5-img1{float: left;overflow: hidden;width: 57.7%;}
.website5-img1 img{width: 100%;}
.website5-img2{float: right;overflow: hidden; width: 42.3%;}
.website5-img2 img{width: 100%;}
/*  */
/* ===================== 第七屏 ============== */
.website-six{padding: 80px 0 70px;}
.website6-dec{font-size: 18px;line-height: 30px;color: #666;text-align: center;margin-top: 20px;}
.website6-dec i{font-style: normal;display: inline;color: #e00000;font-size: 30px; font-family: 'DIN-BOLD';}
.website6-con{padding: 0 120px;margin-top: 60px;}
.website6-logo{}
.website6-swiper{overflow: hidden;margin: -12px 0;}
.website6-logo ul{}
.website6-logo li{float: left;width: 14.28%;padding: 12px 0px;text-align: center;margin: 0 20px;}
.website6-logo li img{max-width: 100%;display: inline-block;background: transparent;transition: ease .5s;}
.website6-logo li:hover img{transform: scale(1.04);background-color: #fff;box-shadow: 0 0 13px rgba(0,0,0,.1);}
.website6-img{width: 100%;margin-top: 0px;}
.website6-img img{max-width: 100%;display: inline-block;}
.sef-pic{width: 201px;}
/*  */
/* =================== 第八屏 ==================== */
.website-seven{position: relative;padding: 44px 0 23px; background: url(../images/website7-ba_13.jpg)no-repeat center;background-size: cover;text-align: center;}
.website7-le{display: inline-block;width: 468px;position: relative;padding: 57px 0;}
.website7ledot{}
.website7ledot h3{font-size: 30px;line-height: 40px;color: #fff;border-radius: 50%;text-align: center;font-family: 'SourceHanSansCN-Regular';width: 169px;height: 169px;padding: 44px 0;background: rgba(254,154,38,.5);margin: 0 auto;}
.website7ledot h3 span{display: block;}
.website7-ri{display: inline-block;position: relative;padding-top: 140px;margin-left: 70px;}
.website7-dot{position: absolute; width: 92px;height: 92px;text-align: center;color: #fff;font-size: 18px;line-height: 92px;border-radius: 50%;background: rgba(0,0,0,.4);}
.website7-dot::before{position: absolute;content: "";width: 50px;height: 1px;background: rgba(255,255,255,.4);}
.website7-dot1{top: 0;left: 49px;}
.website7-dot2{top: 96px;left: 0;}
.website7-dot3{top: 191px;left: 49px;}
.website7-dot4{top: 0;right: 49px;}
.website7-dot5{top: 96px;right: 0;}
.website7-dot6{top: 191px;right: 49px;}
.website7-dot2::before{left: 100%;top: 50%;}
.website7-dot5::before{right: 100%;top: 50%;}
.website7-dot1::before{left: 100%;top: 100%;transform: rotate(45deg);margin-left: -19px; width: 40px;}
.website7-dot4::before{right: 100%;top: 100%;transform: rotate(-45deg);margin-right: -19px; width: 40px;}
.website7-dot3::before{left: 100%;top: 0;transform: rotate(-45deg);margin-left: -19px; width: 40px;}
.website7-dot6::before{right: 100%;top: 0;transform: rotate(45deg);margin-right: -19px; width: 40px;}
.website7-ri h5{ font-size: 20px;line-height: 30px;color: rgba(255,255,255,.8);margin-bottom: 8px;}



.website7-ri .website-p{color: #e0e0e0;}
.website7-ri .in1_btn.head-btn{top: 55px;}
.website7-ri .in1_btn.head-btn a{width: 410px;}
.website-beian{position: absolute;right: 10px;bottom: 10px; font-size: 12px;line-height: 24px;color: rgba(255,236,206,.5);}
.website-beian span{display: inline;font-family: 'arial';}

.website-bot{background: linear-gradient(to right, #ff7834, #febd16);font-size: 0;padding: 28px 0 27px;position: fixed;bottom: 0;left: 0;width: 100%;z-index: 10001;}
.website-bot .inner{position: relative;}
.websitebot-h3{display: inline-block;  font-size: 30px;line-height: 40px;color: #fff;font-family: 'SourceHanSansCN-Regular';}
.websitebot-h3 i{font-style: normal;font-size: 40px;font-family: 'DIN-BOLD';line-height: 40px;}
.websitebot-mo{}
.websitebot-mo .in1_btn.head-btn{left: auto;right: 153px;transform: none;margin-top: -5px;}

@media (max-width: 1919px){
	.website2-con{background-size: 100%;}
	.website2-mo .in1_btn.head-btn{bottom: 65px;}
	.website3-img{margin-left: 0;max-width: 80%;}
	.website3-img img{width: 100%;}
	.website3-txt{float: right;max-width: 20%;}
	.website2-ul li{padding: 15px 12px;}
	.website2-ul li h3{font-size: 18px;}
	.website2-ul li h4{font-size: 16px;}
	.website2-ul li:nth-child(1){}
	.website2-ul li:nth-child(3){top: 306px;}
	.website2-ul li:nth-child(4){top: 180px;}
}
@media (max-width: 1459px){
	.websitebot-mo .in1_btn.head-btn{right: -15px;}
	.website4-ul { width: 52.42%;}
	.website4-img{width: 47.58%;}
	.website8-img{width: 45.6%;}
	.website8-txt{width: 54.4%;padding: 0 22px;}
	.website2-ul li:nth-child(4){top: 210px;}
	.website2-ul li:nth-child(3){top: 328px;}
}
@media (max-width: 1259px){
	.websitebot-mo .in1_btn.head-btn{right: 10px;}
	.websitebot-h3{font-size: 28px;}
}


/* =============== 2020.6.3新网站建设创意设计 ================== */
.newdesign{}
.newdesign-one{position: relative; background: url(../images/newdesign-banner_01.jpg)no-repeat center;height: 600px;background-size: cover;}
.newdesign1-cont{position: absolute;width: 100%;bottom: 0%;left: 0;padding-bottom: 64px;}
.newdesign1-font{padding-left: 300px;}
.newdesign1-font h3{font-size: 60px;line-height: 70px;color: #fff; font-family: 'SourceHanSansCN-Regular';font-weight: bold;display: inline-block;background: #3269f4;border: 2px solid #fff;padding: 5px 15px 3px;margin-top: -51px;margin-left: 104px;}
.newdesign1-font h4{font-size: 54px;line-height: 60px;color: #fff; font-family: 'SourceHanSansCN-Regular';background: url(../images/newdesign-h3ba_03.png)no-repeat center;background-size: 100%;width: 434px;height: 145px;padding: 22px;}

.newdesign1-ul{margin-top: 37px;margin-left: -30px;}
.newdesign1-ul ul{font-size: 0;}
.newdesign1-ul li{display: inline-block;background-size: 100%;}
.newdesign1-ul li span{display: block;font-size: 24px;line-height: 28px;color: #fff; font-family: 'SourceHanSansCN-Medium';}
.newdesign1-ul li p{font-size: 18px;line-height: 28px;color: #fff;}
.newdesign1-ul li p i{font-style: normal;font-family: 'arial';display: inline;}

.newdesign1-ul li:nth-child(1){width: 166px;height: 123px;padding: 0 21px;background: url(../images/newdesitop-1.png)no-repeat center;}
.newdesign1-ul li:nth-child(2){width: 206px;height: 144px;margin-left: 16px; padding: 0 30px;background: url(../images/newdesitop-2.png)no-repeat center;}
.newdesign1-ul li:nth-child(3){width: 171px;height: 122px;margin-left: 18px; padding: 0 30px;background: url(../images/newdesitop-3.png)no-repeat center;}
.newdesign1-ul li:nth-child(4){width: 175px;height: 122px;margin-left: 6px; padding: 0 32px;background: url(../images/newdesitop-4.png)no-repeat center;}


.website.newdesign .in1_btn.head-btn{height: 60px;box-shadow: 0 10px 10px rgba(1,124,255,.2);bottom: auto;top: 0; left: 50%;  transform: translateX(-50%);}
.website.newdesign .in1_btn.head-btn:after{background: #017cff;height: 450%;}
/* .website .in1_btn.head-btn:hover:after{height: 0%;} */
.website.newdesign .in1_btn.head-btn a{font-size: 28px; border-color: #017cff;color: #fff;width: 300px;height: 60px;line-height: 56px;}
.newdesign1-mo{position: relative;padding-top: 121px;}
.website.newdesign .newdesign1-mo .in1_btn.head-btn{margin-top: 40px;box-shadow: 0 10px 10px rgba(224,0,0,.2);}
.website.newdesign .newdesign1-mo .in1_btn.head-btn a{background-color: #ff3329;border-color: #ff3329;}

.newdesign-two{padding: 70px 0 40px;position: relative;}
.newdesign-two .website-dec{margin-top: 22px;}
.newdesign-two .website-tit{line-height: 54px;}
.newdesign2-top{}
.newdesign2-img{margin: 0 -50px;}
.newdesign2-img img{width: 100%;display: block;}
.newdesign2top-ul{padding: 0 220px;margin: 5px 0 9px;}
.newdesign2top-ul ul{font-size: 0;text-align: center;}
.newdesign2top-ul li{display: inline-block;width: 50%;margin-bottom: 50px;}
.newdesign2top-icon{width: 74px;height: 74px;margin: 0 0;overflow: hidden;float: left;}
.newdesign2top-icon img{width: 100%;}
.newdesign2top-txt{font-size: 20px;line-height: 32px;color: #666;text-align: left;margin-left: 94px;padding: 5px 0;}
.newdesign2top-txt i{display: inline;font-style: normal;position: relative;color: #333;font-size: 22px;font-weight: bold;}
.newdesign2top-txt span{display: block;}
.newdesign2top-txt .website1-bod::before{height: 4px;background: rgba(247,145,0,.5);}

.newdesign2-bot{background: linear-gradient(to right,#0078ff,#6db5ff);width: 100%;padding: 53px 0 52px;}

.newdesign2bot-ul{}
.newdesign2bot-ul li{float: left;width: 25%;}
.newdesign2bot-ul li h3{font-size: 50px;line-height: 60px;color: #fff;margin-bottom: 2px;}
.newdesign2bot-ul li h3 span{    font-family: 'DIN1451';  font-size: 82px;}
.newdesign2bot-ul li p{font-size: 16px;line-height: 24px;color: #fff;margin: 0;}
.newdesign2bot-ul li p i{font-style: normal;display: inline;font-family: 'arial';}

.newdesign2-mo{position: relative;padding-top: 114px;}
.newdesign2-mo p{font-size: 20px;}
.website.newdesign .newdesign2-mo .in1_btn.head-btn{margin-top: 40px;}


.newdesign-three{padding: 0 0 80px;}
.newdesign3-mo{position: relative;margin-top: 40px;}

.newdesign-four{padding-top: 48px;}
.newdesign-four .website4-ul li>span{background-image: url(../images/newdesign4-bef.png);}

.newdesign-four .website-p span{color: #fff;}
.newdesign4-bot{padding: 51px 0 35px; background-image: url(../images/newdesign4-bot_10.jpg);}
.newdesign4-bot .website4-btn a{color: #0b7eff;}
.newdesign4-bot .website4-mo:hover{box-shadow: inset 0 0 10px rgba(11,126,255,1);}
.newdesign4-bot .website4-mo{display: block;margin: 0 auto 25px;}

.newdesign5{padding: 70px 0 58px;}

.newdesign-five{padding: 74px 0 0;position: relative;}
.newdesign-five .website5-con{margin-top: 75px;}
.newdesign5-ul{}
.newdesign5-ul ul{font-size: 0;text-align: center;}
.newdesign5-ul li{display: inline-block;width: 492px;height: 105px;padding: 0 25px;margin: 10px; border: 2px solid #3269f4;transition: ease .5s;}
.newdesign5-txt{font-size: 18px;line-height: 30px;color: #666;text-align: left;}
.newdesign5-txt span{display: block;}
.newdesign5-txt i{display: inline; font-style: normal;font-weight: bold;font-size: 20px;color: #333;}
.newdesign5-txt .website1-bod::before{height: 3px;background: rgba(255,116,54,.5);}
.newdesign5-ul li:nth-child(1){border-radius: 30px 0 0 0;}
.newdesign5-ul li:nth-child(2){border-radius: 0px 30px 0 0;}
.newdesign5-ul li:nth-child(3){border-radius: 0px 0 0px 30px;}
.newdesign5-ul li:nth-child(4){border-radius: 0px 0px 30px 0;}
.newdesign5-ul li:hover .newdesign5-txt,.newdesign5-ul li:hover .newdesign5-txt i{color: #fff;}
.newdesign5-ul li:hover{background: #017cff;}
.newdesign5-ul li:hover .newdesign5-txt .website1-bod::before{background: rgba(255,255,255,.5);}

.newdesign5-img{position: relative;margin-top: 53px;}
.newdesign5-img1{float: left;margin-left: -107px;}
.newdesign5-img2{float: right;margin-top: -137px;margin-right: -190px;margin-bottom: -17px;}
.newdesign5-img img{display: inline-block;max-width: 100%;}
.newdesign5-mo{position: relative;}
.website.newdesign .newdesign5-mo .in1_btn.head-btn{top: auto;bottom: 145px;}

.newdesign-six{padding: 65px 0 55px;position: relative;}
.newdesign6-con{margin-top: 90px;}
.newdesign6-ul{}
.newdesign6-ul ul{margin: 0 -8px -16px;}
.newdesign6-ul li{float: left;width: 25%;padding: 0 8px;margin-bottom: 16px;}
.newdesign6-ul li a{overflow: hidden;display: block;}
.newdesign6-ul li img{width: 100%;transition: ease .5s;}
.newdesign6-ul li:hover img{transform: scale(1.05);}
.newdesign6-mo{position: relative;margin-top: 35px;padding-top: 60px;}


.newdesign-seven{padding: 0px 0 0px;}
.newdesign7-tit{font-size: 40px;line-height: 50px;color: #333;font-family: 'SourceHanSansCN-Regular';text-align: center;}
.newdesign7-top{position: relative;margin-top: 38px;}
.newdesign7-li{position: absolute; border-radius: 30px;padding: 7px 25px; border: 1px solid #0a7eff;display: inline-block;}
.newdesign7-li h4{font-size: 20px;line-height: 24px;color: #0a7eff;}
.newdesign7-li.on{background: #0a7eff;}
.newdesign7-li.on h4{color: #fff;}
.newdesign7-li:nth-child(1){top: 53px;left: 190px;}
.newdesign7-li:nth-child(2){top: 1px;left: 312px;}
.newdesign7-li:nth-child(3){top: 68px;left: 428px;}
.newdesign7-li:nth-child(4){top: 0;left: 514px;}
.newdesign7-li:nth-child(5){position: static;margin-top: 90px;margin-left: 625px;}
.newdesign7-li:nth-child(6){top: 22px;left: 767px;}
.newdesign7-li:nth-child(7){top: 74px;left: 872px;}
.newdesign7-li:nth-child(8){top: 2px;left: 955px;}
.newdesign7-bot{margin-top: 30px;}
.newdesign7-bot img{display: inline-block;max-width: 100%;}

.newdesign-eight{position: relative;padding-top: 38px;background: linear-gradient(to left,#6db5ff,#0178ff);/* padding-bottom: 90px; */}
.newdesign-eight .website-beian{color: #fff;}
.newdesign8-con{position: relative;}
.newdesign8-le{padding-left: 86px;float: left;}
.newdesign8-ri{float: left;margin-left: 55px;margin-top: 76px;}

.newdesifn8-ul{position: relative; background: url(../images/newdesign8-ba_07.png)no-repeat center;width: 643px;height: 312px;background-size: 100%;}
.newdesifn8-li{text-align: center;position: absolute;}
.newdesifn8-li:nth-child(1){bottom: 14px;left: 50%;transform: translateX(-50%);}
.newdesifn8-li:nth-child(2){bottom: 65px;left: 28px;}
.newdesifn8-li:nth-child(3){bottom: 170px;left: 108px;}
.newdesifn8-li:nth-child(4){bottom: 235px;left: 224px;}
.newdesifn8-li:nth-child(5){bottom: 240px;left: 356px;}
.newdesifn8-li:nth-child(6){bottom: 165px;left: 465px;}
.newdesifn8-li:nth-child(7){bottom: 70px;left: 557px;}
.newdesifn8-li h3{font-size: 40px;line-height: 50px;color: #fff;font-family: 'SourceHanSansCN-Regular';}
.newdesifn8-li h4{font-size: 20px;line-height: 30px;color: #fff;}
.newdesifn8-li span{display: block;}
.newdesign8-mo{position: relative;padding-top: 60px;}
.newdesign8-ri h5{font-size: 18px;line-height: 28px;color: rgba(255,255,255,.8);margin: 18px 0 7px;}
.newdesign8-ri .website-p{font-size: 16px;line-height: 28px;color: #fff;margin-bottom: 0;}
.newdesign8-ri .website-p span{color: #fff36c;}
.website.newdesign .newdesign8-mo .in1_btn.head-btn{left: 0;border-radius: 3px; transform: none;}
.website.newdesign .newdesign8-mo .in1_btn.head-btn a{border-radius: 3px; background-color: #fff;color: #0a7eff;border: none;transition: 0s;}
.website.newdesign .newdesign8-mo .in1_btn.head-btn:hover a{box-shadow: inset 0 0 10px rgba(11,126,255,1);}

.newdesign-bot{position: fixed;bottom: 0;left: 0;width: 100%;z-index: 10001;}
.newdesignbot-con{padding: 0 100px;}
.newdesignbot-con>div{background: #11102a;border-radius: 3px;height: 90px;position: relative;}
.newdesignbot-h3{font-size: 30px;line-height: 40px;color: #fff;font-family: 'SourceHanSansCN-Regular';padding: 15px 0; padding-left: 60px;}
.newdesignbot-h3 i{font-style: normal;display: inline;color: #fff36c; font-family: 'DIN-BOLD';font-size: 40px;line-height: 60px;}
.website.newdesign .newdesign-bot .in1_btn.head-btn a{width: 180px;}
.website.newdesign .newdesign-bot .in1_btn.head-btn{left: auto;right: 90px;top: 50%;margin-top: -30px;transform: none;}

@media (max-width: 1919px){
.newdesign-five{padding-bottom: 80px;}
.newdesign5-img1{margin-left: 0;}
.newdesign5-img2{margin-right: 0;}
.website.newdesign .newdesign5-mo .in1_btn.head-btn{bottom: 0;}
}
@media (max-width: 1459px){
	.newdesign1-font{padding-left: 120px;}
	.newdesign5-img1{max-width: 50%;}
	.newdesign5-img2{max-width: 50%; margin-top: -116px}
	.newdesign5-mo{margin-top: 30px;}
	.newdesign2top-ul{padding: 0 125px;}
	.newdesignbot-h3{font-size: 26px;padding-left: 30px;}
	.website.newdesign .newdesign-bot .in1_btn.head-btn{right: 30px;}
}
.newdesign5-ul{position: relative;z-index: 5;}