
@charset "utf-8";


*{ margin: 0; padding: 0;  }
html,body{ min-height:100% ; width: 100%; margin: 0 auto; color: #666;   }
body{ position: relative; background: #fff ; font-size: 14px; margin: auto; font-family: "微软雅黑"  ; overflow-x: hidden;  -webkit-font-smoothing: antialiased;}
html.on{ overflow: hidden; }

a{ color: #666; text-decoration: none;}
	
a:hover,
a:focus{ text-decoration: none;}
i,em{font-style: normal; }
ul{ margin: 0; padding: 0;}
li{ list-style: none;}
img{ max-width: 100%; border: none;}
/*body{ -moz-user-select:none; -webkit-user-select:none; -ms-user-select:none;  -khtml-user-select:none; user-select:none;}
html{-webkit-user-select:none;  -moz-user-select:none;  -ms-user-select:none;  user-select:none; -khtml-user-select:none;  }*/
input,select,textarea{ outline: none;}


input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* WebKit browsers */ color:#ccc;}
input::-moz-placeholder , textarea:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */ color:#ccc;}
input::-ms-placeholder ,textarea::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#ccc; }
input::-o-placeholder { /* Mozilla Firefox 19+ */ color:#ccc; }
input::-ms-input-placeholder, textarea:-ms-input-placeholder  { /* Internet Explorer 10+ */ color:#ccc;}
input[type='submit'],input[type='reset'],input[type='button'],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}




/* fonts特殊字体 */
@font-face {
    font-family: 'dincond-regular-webfont';
    src: url('../fonts/dincond-regular-webfont.eot');
    src: url('../fonts/dincond-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/dincond-regular-webfont.woff2') format('woff2'),
    url('../fonts/dincond-regular-webfont.woff') format('woff'),
    url('../fonts/dincond-regular-webfont.ttf') format('truetype'),
    url('../fonts/dincond-regular-webfont.svg#dincond-regular-webfont') format('svg');
}

@font-face {
    font-family: 'dincond-medium-webfont';
    src: url('../fonts/dincond-medium-webfont.eot');
	src: url('../fonts/dincond-medium-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/dincond-medium-webfont.woff2') format('woff2'),
	url('../fonts/dincond-medium-webfont.woff') format('woff'),
	url('../fonts/dincond-medium-webfont.ttf') format('truetype'),
	url('../fonts/dincond-medium-webfont.svg#dincond-medium-webfont') format('svg');
}


@font-face {
    font-family: 'dincond-bold-webfont';
    src: url('../fonts/dincond-bold-webfont.eot');
	src: url('../fonts/dincond-bold-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/dincond-bold-webfont.woff2') format('woff2'),
	url('../fonts/dincond-bold-webfont.woff') format('woff'),
	url('../fonts/dincond-bold-webfont.ttf') format('truetype'),
	url('../fonts/dincond-bold-webfont.svg#dincond-bold-webfont') format('svg');
}


@font-face {
    font-family: 'din-bold-webfont';
    src: url('../fonts/din-bold-webfont.eot');
	src: url('../fonts/din-bold-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/din-bold-webfont.woff2') format('woff2'),
	url('../fonts/din-bold-webfont.woff') format('woff'),
	url('../fonts/din-bold-webfont.ttf') format('truetype'),
	url('../fonts/din-bold-webfont.svg#din-bold-webfont') format('svg');
}

@font-face {
    font-family: 'din-light-webfont';
    src: url('../fonts/din-light-webfont.eot');
	src: url('../fonts/din-light-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/din-light-webfont.woff2') format('woff2'),
	url('../fonts/din-light-webfont.woff') format('woff'),
	url('../fonts/din-light-webfont.ttf') format('truetype'),
	url('../fonts/din-light-webfont.svg#din-light-webfont') format('svg');
}

@font-face {
    font-family: 'din-medium-webfont';
    src: url('../fonts/din-medium-webfont.eot');
	src: url('../fonts/din-medium-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/din-medium-webfont.woff2') format('woff2'),
	url('../fonts/din-medium-webfont.woff') format('woff'),
	url('../fonts/din-medium-webfont.ttf') format('truetype'),
	url('../fonts/din-medium-webfont.svg#din-medium-webfont') format('svg');
}







.fl{ float: left;}
.fr{ float: right;}
.clear{ clear: both;}
.clearfix:after{ content: ''; display: block; clear: both; width: 0px; height: 0px; overflow: hidden;}
a,button,input{-webkit-tap-highlight-color:rgba(255,0,0,0); background:none; outline: none;}
img{vertical-align: middle;  max-width:100%; border:none;-webkit-tap-highlight-color:rgba(255,0,0,0); blr:expression(this.onFocus=this.blur());}

.wrapper{  width: 1200px; margin: auto;}


.bgwhite{ background: #fff;}



.img img{ width: 100%; height: 100%; object-fit: cover;}
.scale img{ width: 100%; height: 100%; transition: 1s;}
.scale:hover img{ transform: scale(1.03);}
.fushu{ position: relative; transition: all .2s linear; }
.fushu:hover{  transform: translate3d(0, -2px, 0);   /*box-shadow: 0px 0px 10px rgba(209,169,62,0.4);*/ }


/*    hover 效果         */
.self{ position: relative;  transition: all 0.5s; cursor: pointer;}
.self:hover:before{
    content: "";
    width: 220px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -185px;
    overflow: hidden;
    background: -webkit-gradient(linear,left top,right top,color-stop(0,hsla(0,0%,100%,.05)),color-stop(50%,hsla(0,0%,100%,.15)),color-stop(100%,hsla(0,0%,100%,.05)));
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
	z-index: 55;
}
.self:before{  
	-webkit-animation: shine-left 1.2s infinite;
    -moz-animation: shine-left 1.2s infinite;
    -o-animation: shine-left 1.2s infinite;
    animation: shine-left 1.2s infinite;
 }
@-webkit-keyframes shine-left {
	0% {
		left: -180px
	}
	to {
		left: 150%
	}
}
@-moz-keyframes shine-left {
	0% {
		left: -180px
	}
	to {
		left: 150%
	}
}
@-o-keyframes shine-left {
	0% {
		left: -180px
	}
	to {
		left: 150%
	}
}
@keyframes shine-left {
	0% {
		left: -180px
	}
	to {
		left: 150%
	}
}





.over1{ white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.over2,
.over3,
.over4,
.over5,
.over6,
.over7,
.over9{ display: -webkit-box;-webkit-box-orient: vertical; overflow: hidden; }
.over2{ -webkit-line-clamp: 2;}
.over3{ -webkit-line-clamp: 3;}
.over4{ -webkit-line-clamp: 4;}
.over5{ -webkit-line-clamp: 5;}
.over6{ -webkit-line-clamp: 6;}
.over7{ -webkit-line-clamp: 7;}
.over9{ -webkit-line-clamp: 9;}





/******header*********/


.top{ position: relative; width: 100%; height: 80px; z-index: 5;  z-index: 55;}
.tbg{ position: absolute; left: 0; top: 80px; width: 100%; height: 50px; background: rgba(1,0,2,0.56); z-index: 5;  display: none;}
.logo{ line-height: 80px; }
.logo img{ width: 131px;}
.nav{ padding: 20px 0 0;}
.nav li{ position: relative; float: left; margin-top: 14px; padding-bottom: 33px; font-weight: bold}
.nav li>a{ display: block;  color: #808080; padding: 0 30px; height: 13px; line-height: 13px;   transition: 0.3s;}
.nav li:last-child>a{ border: 0;}
.nav li .donw{ position: absolute; left: 0; width: 800px; top: 0; top: 46px; z-index: 6;  display: none; }
.nav li .donw a{ display: inline-block; color: #fff; line-height: 50px; margin: 0 20px;  transition: 0.3s; font-weight:100;}
.nav li.li3 .donw{ left: -160px;}
.nav li.li6 .donw{ right: -150px; left: auto; text-align: right;}
.nav li:last-child .donw{ left:-150px ;}
.nav li a:hover{ color: #ff6a00;}








.phone{ padding-left: 17px;  margin-left: 22px;}
.phone div{ display: inline-block; vertical-align: top; width: 40px; height: 40px; text-align: center; line-height: 38px; border-radius: 50%;  }
.phone .menu{ cursor: pointer; margin-left: 12px;}


.banner{ position: relative;  overflow: hidden; height: 789px; min-width:1200px; }
.banner .wrapper{ position: relative; }
.banner .swiper-slide{ position: relative; z-index: 2; height: 789px;}

/*.ulll{ position: absolute; right: -28px; top: 100px; width: 441px; height: 100%; }
.imgbg1{ position: relative; background: url(../images/banimgbg.png) no-repeat center; text-align: center;  height: 253px;  color: #fff; padding:30px; box-sizing: border-box; z-index: 1;}

.imgbg1 .imgname{ font-size: 20px; color: #61bbed; margin: 30px 0 15px;}
.imgbg1 .imgtxt{ font-size: 16px;  margin-bottom: 20px; }
.imgbg1 p i{ font-size: 44px;  margin-right: 10px; font-family: arial;}
.imgbg1 p em{font-size: 44px;font-family: arial;}
.tober,
.toberno{ display: inline-block;}*/
.ulll{ position: absolute; right: -28px; top: 100px; width: 441px; height: 100%; }
.imgbg1{ position: relative; text-align: center;  height: 253px;  color: #fff; padding:30px; box-sizing: border-box; z-index: 1; 
background: url(../images/banimgbg.png) no-repeat center;}

.imgbg1 .imgname{ font-size: 20px; color: #61bbed; margin: 30px 0 15px;}
.imgbg1 .imgtxt{ font-size: 16px;  margin-bottom: 10px; }
.imgbg1 p i{ font-size: 44px;  margin-right: 10px; font-family: arial;}
.imgbg1 p em{font-size: 44px;font-family: arial;}
.tober,
.toberno{ display: inline-block;}
.bgbg1{ margin-top: 40px;}

/* .imgbg1:after{ content: ''; position: absolute; left: 23px;  top: 30px;  margin: auto; width: 390px; height: 208px; background:#052a53 ;  z-index: -1; border-radius: 8px;}
.bgbg2:after{ left: 24px; top: 20px;} */

.imgbg1.on{ display: block;}



.banner .wrapper:after{ content: ''; position: absolute; left: 620px; bottom: 28px; width: 138px; height: 166px;  background: url(../images/banm.png) no-repeat center;  }



.bust{ position: absolute; left: 0; bottom: 0; right: 0; margin:  auto; width: 1200px; height: 130px; z-index: 55; text-transform: uppercase;}
.bule{ padding-top: 25px; }
.bule p{font-family: 'din-bold-webfont'; font-size: 30px;  color: #fff; margin-top: 10px; }
.bule .p1{ color: #ff6a00; padding-left: 62px;}
.bust li{ float: left; width: 238px; height: 130px; background-position: center; background-size: cover; background-repeat: no-repeat;  margin-left: 2px; 
 transform: translateY(20px);  transition: 0.3s;}
.bust li a{ display: block; width: 100%; height: 100%; box-sizing: border-box; padding: 21px 30px 0;}
.bust li p{  font-size: 20px; font-family: 'din-medium-webfont'; color: rgba(255,255,255,0.5); height: 50px; }
.bust li span{ display: block; font-size: 16px; color: #fff; transition: 0.3s;}
.bust li.li1{ background-image: url(../images/li1.jpg) ;}
.bust li.li2{ background-image: url(../images/li2.jpg) ;}
.bust li.li3{ background-image: url(../images/li3.jpg) ;}
.bust li.li4{ background-image: url(../images/li4.jpg) ;}
.bust li:hover{ transform: translateY(0); }
.bust li:hover p{ height: 0; overflow: hidden;}
.bust li:hover span{ font-size: 24px; font-weight: bold; margin-top: 20px; }



.about{  background:#ffffff; width:1200px; margin:auto; margin-top:90px; height:450px;}
.about .wrapper{ position: relative;}
.quslist{ position: absolute; left:0; top: 0;  }
.quslist div{ width: 315px; height: 150px; background: url(../images/yzjlk.jpg) no-repeat center;   cursor: pointer;}
.quslist div:nth-child(1){  background: url(../images/yzjlk_1.jpg) no-repeat center;}
.quslist div:nth-child(2){  background: url(../images/yzjlk_1.jpg) no-repeat center;}
.quslist  i{ display: block; height: 100%; background-position: center; background-repeat: no-repeat; }
.quslist .div1 i{ background-image: url(../images/ling1.png) ;}
.quslist .div2 i{ background-image: url(../images/ling2.png) ;}
.quslist .div3 i{ background-image: url(../images/ling3.png) ;}
.quslist .div4 i{ background-image: url(../images/abl4.png) ;}
.quslist div.active{ background-image: url(../images/yzjlk2.jpg);}
.quslist .div1.active i{ background-image: url(../images/ling1.png) ;}
.quslist .div2.active i{ background-image: url(../images/ling2.png) ;}
.quslist .div3.active i{ background-image: url(../images/ling3.png) ;}
.quslist .div4.active i{ background-image: url(../images/abl04.png) ;}


.abbox{ display: none;}
.ableft{  height: 411px;  }
.tmore{ position: relative; color: #333; transition: 0.2s;}
.tmore:hover,
.abtitle em:hover,
.inlist .mm:hover{ color: #FF6A00;}
.tmore:after{ position: absolute; right: -100px; top: 0; content: ''; width: 30px; height: 2px; background: #666;}
.abname{ font-size: 24px; color: #333; font-weight: bold; margin: 85px 0 20px; }
.abtook{ line-height: 24px; color: #666; text-transform:uppercase;}
.abyy{ margin-top: 48px; line-height: 40px; color: #FF6A00;}
.abyy div{ margin-bottom: 10px; text-transform: uppercase;}
.abyy span{ display: inline-block; height: 42px; border: 1px solid #ff6a00; padding: 0 20px; margin-right: 20px; }
.abrigt{ height: 411px; overflow: hidden;}




.usleft{ width: 601px;}
.usmore{ width: 220px; height: 328px; background: url(../images/abmr.jpg) no-repeat left top; box-sizing: border-box; padding: 75px 0 0 40px; transition: 0.3s; }
.usmore img{ width: 36px; height: 26px;}
.usmore p{ color: #f1f1f1; font-size: 20px; font-family:  "arial black"; margin-top: 18px;}
.usmore em{ display: block; color: #fff; }
.usmore:hover{ padding-left: 45px;}


.guanyu{ width: 535px; height: 328px; overflow: hidden;}
.guanyu .abtitle{ position: relative; font-size: 24px; font-weight: bold; color: #333; margin-top: 47px;}
.guanyu .abtitle em{ position: absolute; right: 0; bottom: 0; font-size: 14px; font-weight: normal; }

.guanyu .took{ line-height: 24px; margin: 30px 0 20px;}
.guanyu p{ padding-left: 27px; background: url(../images/iadd.png) no-repeat left center; line-height: 18px; margin-bottom: 10px; height: 19px; }



/* s新闻 */
.inew{ margin: 30px 0 50px; }
.iiiiiip{ font-weight: bold; font-size: 24px; color: #333;}
.inlist{ width: 600px;}
.innav{ position: relative; color: #FF6A00; margin: 18px 0 21px;}
.innav i{ margin: 0 5px;}
.innav em{ display: inline-block; font-size: 16px;  color: #666; cursor: pointer;}
.innav em.active{ color: #FF6A00; font-weight: bold; }


.inlist .mm,
.inlist li em{ position: absolute; right: 0; color: #333; transition: 0.2s;}
.inul{ display: none;}
.inlist li{ position: relative; padding-left: 16px; border-bottom: 1px dashed #e5e5e5; line-height: 54px; background: url(../images/inli.png) no-repeat left center; }
.inlist li p{ width: 490px; transition: 0.2s; }
.inlist li em{ font-size: 12px; top: 0; color: #999; font-family: arial;}
.inlist li:hover p,
.inlist li:hover em{ color: #FF6A00;}


.inimg{ width: 533px;  }
.inimg .img{ width: 540px; height: 335px; overflow: hidden;}
.albb{ width: 221px;}
.topimg,
.albox{ border: 1px solid #e3e3e3;}
.topimg{ height: 64px; line-height: 64px;}
.topimg img{ max-height: 56px;}
.albox{ padding: 25px 19px; height: 219px; background: url(../images/albbbg.jpg) no-repeat center / cover;  margin: 3px 0; box-sizing: border-box;}
.albox dt{ color: #333; font-weight: bold; font-size: 16px;}
.albox dd{ font-size: 12px; color: #ccc;}
.albox .over{ line-height: 24px;}
.id{ color: #fff; background: #FF6A00; line-height: 44px; display: block; text-align: center;}



.hzhb{ position: relative; background: #f5f5f5; padding: 60px 0; text-align: center; width:1200px; margin:auto;}
/*.hzhb:after,
.hzhb:before{position: absolute;content: '';right: -8px;top: 0;width: 17.8vw;height: 100%; background: url(../images/swibg.png) no-repeat center;z-index: 2;opacity: 0.95;}*/
.hzhb:after{ left: 0; width: 19vw; background-size: cover;}
.hzhb .iiiiiip{ margin: 0 0 35px 0;}
.hzhb li{ position: relative; height: 115px; background: #fff; text-align: center;  border: 1px solid #e8e8e8; display: flex; justify-content: center; align-items: center;}
.hzhb li img{ max-height: 90%;}
.adl{ position: absolute; left: 0; top: 5px; padding: 20px; background: rgba(0,0,0,0.9); opacity: 0; transition: 0.3s; box-sizing: border-box; width: 100%; height: 100%;}
.adl dt{ color: #FF6A00; font-weight: bold; font-size: 16px; margin-bottom: 8px;}
.adl dd{ line-height: 20px; color: #ddd; }
.hzhb li:hover dl{ opacity: 1; top: 0;}



/* foot */
.footer{ height: 262px; background: url(../images/footbg.jpg) no-repeat top center;}

.shre{ padding-top: 30px; }
.shre a{ position: relative; display: inline-block; width: 28px; height: 28px; background: url(../images/wx.png) no-repeat center; margin: 0 20px; transition: 0.3s;}
.shre a.wb{ background-image: url(../images/wb.png) ; }
.shre a.dy{ background-image: url(../images/dy.png) ; }

.shre a.wx:hover{ background-image: url(../images/wx1.png) ; }
.shre a.wb:hover{ background-image: url(../images/wb1.png) ; }
.shre a.dy:hover{ background-image: url(../images/dy1.png) ; }

.erwei{ position: absolute; left: -28px; top: -85px; width: 75px; height: 78px; background: url(../images/webg.png) no-repeat left top; z-index: -668; opacity: 0; transition: 0.3s;}
.erwei img{ height: 67px; width: 67px; margin: 4px 0 0 4px; }
.shre a.wx:hover .erwei{ top: -88px; opacity: 1; z-index: 668;}

.addtel{ color: #cbcbcb; font-size: 12px; margin-top: 55px;}
.addtel i{ font-size: 30px; font-family: impact;}



.fotnav{}
.fotnav li{ float: left; margin-right: 40px; margin-top: 35px;}
.fotnav li:nth-child(1),
.fotnav li:nth-child(2){ width: 82px;}
.fotnav a{ display: block; color: #ccc; font-family: 'din-bold-webfont';  transition: 0.3s; white-space: nowrap;}
.fotnav dd a{ font-size: 12px; color: #6e6e6e; font-family: 'din-light-webfont'; margin-top: 8px;}
.fotnav dd a:hover{ color: #FF6A00;}


.fbg{ position: absolute; bottom: 0; line-height: 48px; border-top: 1px solid #333; width: 100%; text-align: center; font-size: 12px;}





/* s关于我们   */
.subnav{ line-height: 49px; border-bottom: 1px solid #ffe1cc;}
.sule{ position: relative;  font-size: 12px; color: #999; padding-left: 58px;}
.sule em{ position: absolute; left: 0; top: -15px; width: 40px; height: 40px;}
.sule i{  color: #FF6A00; }
.sule a{ color: #999; margin: 0 5px;}

.sbht a{ margin-left: 30px; }
.sbht .active{ color: #FF6A00;  font-weight: bold;}


.nabTop{ margin-top: 57px;}
.nabTop .img{ width: 500px; height: 600px; overflow: hidden; }
.nabhtr{ background: url(../images/en.jpg) no-repeat right top; height: 600px; overflow: hidden;  width: 620px;}
.nabhtr dt{ font-weight: bold; font-size: 24px; color: #1a1a1a;  margin-top: 36px;}
.nabhtr dd{ color: #ccc; margin-bottom: 50px;}
.nabopx{ line-height: 26px; height: 263px; overflow: hidden;}
.nabhtr p{ margin-top: 10px; }
.ivimg{ margin-top: 52px; height: 149px; overflow: hidden;}


.rybg{ height: 600px; background: url(../images/rybg.jpg) no-repeat bottom center; margin-top: 60px; overflow: hidden; padding-top: 30px;}
.aab{ text-align: center; margin-top: 40px;}
.dl{ text-align: center; margin-top: 56px; margin-bottom: 35px;}
.dl.ff dd{ color: #FF6A00; font-weight: normal;}
.dl dd{ font-size: 24px; color: #0e050b; font-weight: bold; margin-top: 3px;}
.dl dd em{ display: inline-block; vertical-align: middle; width: 12px; height: 2px; background: #FF6A00;  margin:0 18px;}

.rybg .swiper-slide { height: 320px; display: flex;  justify-content: center;  align-items: center; transition: 300ms;  transform: scale(0.75); }
.rybg .swiper-slide img{ border: 3px solid #422d08;}
.rybg .swiper-slide-active,
.rybg .swiper-slide-duplicate-active{  transform: scale(1);}
.rybg .ttt{ width: 300px; height: 200px; margin-top: -100px; opacity: 0;}



/* chanpin */
.cplist{ margin-top: 40px; }
.listi{ margin-bottom: 40px;}
.lisbox{ position: relative; line-height: 34px; font-size: 18px; background: url(../images/listtbg.png) no-repeat bottom center;  padding-bottom: 95px; padding-top: 70px; 
text-indent: 2em;}
.lisbox:after,
.lisbox:before{ position: absolute; left: 0; top: 0; width: 47px; height: 37px; background: url(../images/lis2.png) no-repeat center;  content: ''; z-index: 2;}
.lisbox:before{ left: auto; right: 0; top: auto; bottom: 65px; background-image: url(../images/lis1.png);}
.lisbox b { color: #FF6A00;}


.lisTit{ margin: 25px 0 30px; border-left: 4px solid #FF6A00; height: 24px; font-weight: bold; color: #0e050b; font-size: 24px; line-height: 22px; padding-left: 20px;}
.lisTit i{ color: #FF6A00; font-size: 20px; font-family:impact ; text-transform: uppercase; margin-left: 10px; font-weight: normal; }
.lisTit.white{ color: #fff;}

.listar{ margin-bottom: 60px;}
.ncpleft{ width: 605px; padding-top: 15px;}
.ncpleft p{ line-height: 24px; background: url(../images/pp.png) no-repeat left top 8px;  padding-left: 28px; font-size: 16px; margin-top: 10px;}

.ncpright{ width: 550px; height: 421px;}


.cplist.list3 .lisTit{ margin: 20px 0;}



.bgno4{ height: 873px; background: url(../images/lis3bg.jpg) no-repeat top center;  overflow: hidden; margin-bottom: 55px;}
.bgno4 .wrapper{ position: relative; padding-top: 32px; height: 100%;}
.bgno4 .pasd{ position: absolute; left: 0; top: 0; }
.bgno4 .Yuan{ animation: rotleft 60s linear infinite; top: -163.5px; }
.bgno4 .Yuan1{ animation: rotright 30s linear infinite;}

.bgno4 .li{ position: absolute; width: 142px; top: 160px; cursor: pointer; }
.bgno4 .li span{ font-size: 30px; color: rgba(255,255,255,0.8); font-family: 'din-bold-webfont';}
.bgno4 .li p{ font-size: 18px; line-height: 24px; color: #fff; margin-top: 5px; font-weight: bold; 
 background-image: -webkit-linear-gradient(left, #ff6a00, #fff 25%, #ff6a00 50%, #fff 75%, #ff6a00);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-background-size: 200% 100%;
    -webkit-animation: masked-animation 4s infinite linear;}
.bgno4 .li4,
.bgno4 .li3{ left: 40px; background: url(../images/yuanbg.png) no-repeat right bottom 15px; padding-right: 40px; }
.bgno4 .li2,
.bgno4 .li1{ right: 35px; background: url(../images/yuanbg.png) no-repeat left bottom 15px; padding-left: 50px; }
.bgno4 .li3,
.bgno4 .li2 { bottom: 190px ; top: auto;}

.bgno4 .li:hover{ background-image: url(../images/yuanbg1.png); }


@-webkit-keyframes masked-animation {
    0% {   background-position: 0 0;}
  100% {   background-position: -200%  0; }
}



@keyframes rotleft{
	from{  transform: rotate(0); }
	to{ transform: rotate(360deg); }
}
@keyframes rotright{
	from{  transform: rotate(0); }
	to{ transform: rotate(-360deg); }
}

.open{ position: fixed; left: 0; top: 0; width: 100%; height: 100%; display: none;  background: rgba(0,0,0,0.6); justify-content: center; align-items: center;}
.open.acd{ display: flex !important}
.open .imgbox{ width: 1200px; margin: auto; }


.swlist{ margin-bottom: 10px;}
.swlist ul{ width: 1211px;}
.swlist li{ float: left; width: 232px; height: 78px; line-height: 78px; background: #272421; margin-right: 10px; text-align: center; color: #fff; font-size: 16px; 
transition: 0.3s; cursor: pointer;}
.swlist li span{ position: relative; width: 68px; display: inline-block; z-index: 1; text-align: left;}
.swlist li i{ display: inline-block; left: 16px; top: 20px; width: 42px; height: 42px; background: #35322e; border-radius: 50%; position: absolute;  z-index: -1; transition: 0.2s;}

.swlist li.active,
.swlist li:hover{ background: #FF6A00; }
.swlist li.active i,
.swlist li:hover i{ background: #ff9143;}


.bg5swip{padding: 20px 0; height: 520px;  border: 1px solid #e9e9e9; }
.bg5swip{ position: relative;}
.bgboxfi{ display: block;}
.bgboxfi .swiper-container{ width: 880px; margin: auto; }
.swiper-button-next:after, .swiper-button-prev:after{ display: none;}
.aal,
.aah{ width: 72px; height: 72px; background: #cccacb url(../images/bnle.png) no-repeat center; border-radius: 50%; left: 36px; }
.aah{ background-image: url(../images/bnht.png); right: 36px; left: auto;}
.aah:focus,
.aal:focus{ display: none;}
.aah:hover,
.aal:hover{ background-color: #FF6A00}



.bg6img{ position: relative;  margin-top: 75px; background: url(../images/bg6.png) no-repeat right top 170px; z-index: 1;}
.bg6img:after{ position: absolute; content: ''; width: 100%; height: 100%;  background: url(../images/bg7.png) no-repeat left bottom; z-index: -1; left: 0; bottom: 0;}

.bg8img{ margin-top: 50px;}
.bg8img p{ margin: 30px 0; font-size: 16px; color: #333;}

.swiper9li{ position: relative; margin: 54px 0 80px; }
.swiper9li .swiper-container{ margin: 0 80px;}
.swiper9li li{ text-align: center;}
.swiper9li li .adl{ padding-top: 12px;}
.swiper9li li p{ color: #fff;}
.swiper9li li span{ color: #FF6A00;  font-size: 12px;}
.swiper9li li dd{ font-size: 12px; color: #c7c7c7;}
.swiper9li .aal{ left: 0;}
.swiper9li .aah{ right: 0;}
.swiper9li li:hover .adl{ opacity: 1; top: 0;}





/* 专题2*/
.cplist.list2{}
.cplist.list2{}
.cplist.list2 .quslist{ left: 638px;}
.cplist.list2 .tmore:after{ left: -105px; background: #FF6A00;}


.funct{ margin: 70px 0; padding-bottom: 70px; border-bottom: 1px solid #e5e5e5;}
.fleft{ width: 216px;}
.fleft.swlist ul{ width: 100%;}
.fleft.swlist li{ float: none; width: 216px; background-position: right 10px center; background-repeat: no-repeat; text-align: left; padding-left: 37px; box-sizing: border-box; margin-bottom: 2px;}
.fleft.swlist li.active{ background-image: url(../images/ztr.png) ;  background-position: right 20px center;  padding-left: 26px;}

.fright{  width: 920px; height: 630px; overflow: hidden;}
.frilibox{ display: none }
.friimg{ border: 1px solid #e5e5e5;  line-height: 470px;  height: 478px; text-align: center; padding: 0 20px; box-sizing: border-box;}
.frtook{ line-height: 26px; margin-top: 20px; height: 132px;  overflow-y: auto; padding-right: 10px;}

.frtook::-webkit-scrollbar { width: 2px;  height: 1px;}
.frtook::-webkit-scrollbar-thumb {   background: #cdad75; }
.frtook::-webkit-scrollbar-track {  background: #efefef;}




.mainad{ margin-bottom: 70px;}
.mainul{  }
.mainul ul{ width: 1276px;}
.mainul li{ position: relative; float: left; width: 348px; border: 1px solid rgba(255,10,0,0.2); margin: 70px 75px 0 0; box-sizing: border-box; padding: 60px 25px 35px; text-align: center; transition: .3s;}
.mainul li .ii{ position: absolute; top: -38px; left: 0; right: 0; width: 100px; height: 100px; background: #fff; margin: auto;}
.mainul li i{ display: block; width: 75px; height: 75px; border-radius: 50%; border: 1px solid rgba(255,10,0,0.2); text-align: center; line-height: 75px; margin: auto;
background: url(../images/main1.png) no-repeat center;transition: .3s;}
.mainul li.li2 i{ background-image: url(../images/main2.png);}
.mainul li.li3 i{ background-image: url(../images/main3.png);}

.mainul li p{ font-size: 18px; color: #333;}
.mainul li span{ display: block; color: #999; line-height: 22px; margin-top: 15px;}

.mainul li:hover{ border-color: #FF6A00;}
.mainul li:hover i{ background-color: #FF6A00;}
.mainul .li1:hover i{ background-image: url(../images/main01.png);}
.mainul .li2:hover i{ background-image: url(../images/main02.png);}
.mainul .li3:hover i{ background-image: url(../images/main03.png);}


.someca{ margin-bottom: 60px;}
.cases ul{ width: 1205px;}
.cases li{ float: left; width: 168px;line-height: 68px;  margin-right: 4px; text-align: center;}
.cases li dt{ background: #fff;  background: #333; color: #fff; font-size: 16px; font-weight: bold;}
.cases li span{ display: block; border: 1px solid #e5e5e5; box-sizing: border-box;  padding: 0 2px; line-height: 62px; margin-top: 4px;}


/*3*/
.list3 .bg6img{ margin-top: 0;}
.imgpx1{ margin-top: 55px;}


.advanta{ margin-top: 80px; border-top: 1px solid #e5e5e5; padding-top: 20px; margin-bottom: 60px;}
.advanta ul{ width: 1276px; margin-top: 60px;}
.advanta li{float: left; width: 350px; height: 377px; box-sizing: border-box; border: 1px solid #e5e5e5;  text-align: center; padding: 0 25px; margin-right: 75px;}
.advanta li span{ display: block; width: 89px; height: 89px; border-radius: 50% ; border: 1px solid rgba(255,106,0,0.2); margin: 50px auto 28px;
 background: url(../images/adv1.png) no-repeat center; transition: 0.3s;}
.advanta li div{ font-size: 18px;color: #333; margin-bottom: 19px; font-weight: bold;}
.advanta li p{ line-height: 22px; color: #999;}
.advanta .li2 span{ background-image: url(../images/adv2.png);}
.advanta .li3 span{ background-image: url(../images/adv3.png);}
.advanta li:hover div{ color: #FF6A00;}
.advanta li:hover span{ background-color: #FF6A00; border-color: #FF6A00;}
.advanta .li1:hover span{ background-image: url(../images/adv01.png);}
.advanta .li2:hover span{ background-image: url(../images/adv02.png);}
.advanta .li3:hover span{ background-image: url(../images/adv03.png);}


.advt{ text-align: center; font-weight: bold; color: #333; font-size: 24px; margin: 50px 0 30px;}

.adcswip{ position: relative; }
.adcswip .swiper-container{ width: 920px; margin: auto; height: 443px; padding: 20px; border: 1px solid #e5e5e5;}
.adcswip .aal{ left: 0;}
.adcswip .aah{ right: 0;}



/*案例介绍 */
.annlist{ }
.annlist ul{ width: 1236px;}
.annlist li { float: left; width: 30%; margin: 35px 35px 0 0; text-align: center;/** border-bottom: 1px solid #ccc; **/padding-bottom: 19px;}
.annlist li .img{ height: 260px;}
.annlist li span{ display: block; margin: 15px 0 10px;}
.annlist li span img{ height: 35px;}
.annlist li p{ font-size: 16px;}
.annlist li:hover p{ color: #FF6A00;}



/* xinwen */
.news{ padding-top: 50px; }
.news li{ margin-bottom: 30px;}
.news .time{ width: 100px; overflow: hidden;  text-align: center;  color: #333; padding-top: 28px; }
.news .time .date{ font-size: 50px;height: 50px; line-height: 50px; font-weight: bold;}
.news .date i{ color: #FF6A00; font-size: 16px; text-transform: uppercase; font-weight: normal;}
.news .year{ font-size: 24px; letter-spacing: 13px; border-bottom: 1px solid #e4e4e4; margin-bottom: 20px;padding-bottom: 15px;} 
.news .time span{ display: block; line-height: 38px; color: #999; font-size: 12px; background: #f6f6f6; transition: 0.3s;}

.news .img{ position: relative; width: 275px; height: 210px; overflow: hidden; margin-left: 75px;}
.news .img em{ position: absolute; left: 0; top: -10px; width: 100%; height: 100%; background: url(../images/newbg.png) no-repeat center top; transition: 0.3s; opacity: 0;}

.news .liright{ width: 675px; padding-bottom: 28px; border-bottom: 1px solid #e5e5e5;}
.news .liright .lirname{ position: relative; font-weight: bold; color: #333; font-size: 20px;  margin-top: 35px;}
.news .liright span{ width: 520px;  display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: 0.3s;}
.news .liright em{ position: absolute; right: 0; bottom: 0; font-size: 16px; color: #999; font-weight: normal;}
.news .liright p{line-height: 24px; margin-top: 25px; }

.news li:hover .time span{ background: #FF6A00; color: #fff;}
.news li:hover .liright span{ color: #FF6A00;}
.news li:hover .img em{ top: 0; opacity: 1;}



.m-page{ text-align: center; margin-top: 30px; margin-bottom: 60px; }
.m-page a{ width: 38px; text-align: center; height: 38px; line-height: 38px;  border: 1px solid #d2d2d2;  display: inline-block; margin: 0 3px; border-radius: 2px; vertical-align: middle; font-family: arial;color: #999; background: #fff;}
.m-page a:hover,
.m-page a.z-crt{ background: #333; color: #fff; border-color: #333;}
.m-page a.first,
.m-page a.last{ width: 98px;  }




/*4*/
.khukuun{ padding: 55px 0;}
.topswiper{ position: relative;  padding: 0 105px;  margin: 0 0 50px;}
.gallery-thumbs .swiper-slide{ border: 1px solid #e5e5e5; height: 76px; padding: 1px; box-sizing: border-box; text-align: center; line-height: 70px; cursor: pointer;}
.gallery-thumbs .swiper-slide-thumb-active{ border: 2px solid #FF6A00; padding: 0;}

.topswiper .aah,
.topswiper .aal{ margin-top: 0; top: 0;}
.topswiper .aah{ right: 0;}
.topswiper .aal{ left: 0;}


.okhre{ position: relative;}
.okhre p{ font-weight: bold; font-size: 24px; color: #333;}
.okhre span{ color: #ccc;}
.okhre a{ position: absolute; right: 0; top: 3px; display: block; line-height: 44px; background: #333; color: #fff; text-align: center; width: 94px}

.okbjk{ line-height: 26px; margin-top: 20px;}




/* 5-1*/
.qdhzcon{ padding: 30px 0 200px;}
.qdname{ font-size: 20px; margin-bottom: 18px; }
.qdhzcon ul{ width: 1212px;}
.qdhzcon li{ float: left; width: 292px; margin: 0 10px 30px 0;}
.qdhzcon li .img{ height: 184px; overflow: hidden;}
.qdhzcon li p{ font-size: 16px; color: #333; margin-top: 10px;}
.qdhzcon li span{ color: #b0b0b0;}

.qdbg{ background: url(../images/qdbg.jpg) no-repeat top center; height: 572px; padding-top: 25px; margin-top: 20px; margin-bottom: 50px;}

.comple{ }
.comple li{ float: left; width: 400px;margin: 0;}
.comple li .img{ position: relative; float: left; width: 50%; height: 207px; overflow: hidden; }
/*.comple li .img:after{ content: ''; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; width: 10px; height: 20px;
 background: url(../images/see.png) no-repeat center; }*/
.comple li .txt{ position: relative; z-index: 555; float: right; width: 50%; height: 207px; box-sizing: border-box; padding: 45px 30px 0;}
.comple li .txt:after{ content: ''; position: absolute; right: 0; top: 0; bottom: 0; margin: auto;  background: url(../images/see1.png) no-repeat center;
width: 211px; height: 100%; z-index: -2;}
.comple li span{ display: block; font-size: 22px; color: #333; font-weight: bold; margin-bottom: 20px;}
.comple li p{ line-height: 24px; font-size: 14px; color: #666;}
.comple .li4 .txt,
.comple .li5 .txt,
.comple .li5 .txt{ float: left;} 
.comple .li4 .img,
.comple .li5 .img,
.comple .li6 .img{ float: right;} 
.comple .li4 .txt:after,
.comple .li5 .txt:after,
.comple .li6 .txt:after{ left: 0; right: auto; background-image: url(../images/see2.png);}




/*   5-2   */
.shzp{ margin-top: 50px;}
.shzp .shetop{}
.shzp .shetop ul { width: 1204px;}
.shzp .shetop ul li { float: left; width: 237.5px; text-align: center; line-height: 74px; color: #fff; font-size: 20px;  background: #272421; margin-right: 3px;}
.shzp .shetop ul li span{ display: inline-block; width: 40px; height: 40px; text-align: center;}

.dtlist dl{ margin-top: 5px; border: 1px solid #eee;  margin-top: 3px; }
.dtlist dl li{ float: left; width: 20%; padding: 0 2%; box-sizing: border-box; overflow: hidden; line-height: 54px; font-size: 16px;text-align: center; color: #333;}	
.dtlist dl dd{ padding: 0 40px;  line-height: 54px; border-top: 1px dashed #eee; color: #999; }	

.dtlist dl:hover dt ul li:nth-child(1){ font-weight: bold; color: #FF6A00;}	



/* 5-3 */
.conyy{ margin: 50px 0;}
.appoimg{ width: 413px; overflow: hidden; height: 411px;}

.acfrom{ width: 750px;}
.acfrom ul{ width: 786px; }
.acfrom li{ float: left; width: 355px; margin: 0 38px 20px 0;}
.acfrom input,
.acfrom select,
.acfrom textarea{ height: 52px; border: 1px solid #eee; padding: 0 28px; box-sizing: border-box; width: 100%; color: #666;}
.acfrom select{ background: url(../images/bbb.png) no-repeat right 20px center;}
.acfrom .li7 { margin-bottom: 18px;}
.acfrom .li7 textarea{ height: 120px; font-family: "微软雅黑"; padding: 15px 28px; resize: none; line-height: 20px;}
.acfrom  .cionbtn input{ width: 350px;}
.acfrom  .cionbtn .fr{ width: 135px; height: 53px; border: none; color: #fff; background: #FF6A00;}



/* 5-4 */
.contus{ margin-bottom: 30px;}
.cl{ text-align: center; text-transform: uppercase; margin: 85px 0 35px;}
.cl dt{ font-weight: bold; font-size: 40px; color: #333;}
.cl dd em{ display: block; width: 30px; height: 2px; background: #FF6A00; margin: 16px auto 0;}

.map{ width: 736px;}
.mapi{ border: 2px solid #eee; margin-bottom: 32px;}

.cadd{ width: 410px; padding-bottom: 198px; background: url(../images/contbg.jpg) no-repeat bottom center;}
.add-add{ margin-bottom: 30px; font-size: 18px; padding-bottom: 12px; border-bottom: 1px solid #e5e5e5;}
.add-add span{ display: block; font-weight: bold;  color: #1a1a1a; margin-bottom: 15px;}
.add-add span img{ margin-right: 5px; }
.add-add p{ color: #999; margin-bottom: 10px; font-family: 'din-light-webfont';}
.add-add p i{ font-weight: bold; color: #333;}





.navmenu{ position: fixed; top: 0; right: -100%; width: 325px; height: 100%; padding: 35px 35px 0 35px; background: rgba(0,0,0,0.9);  z-index: 555; opacity: 0; transition: all .4s;;}
.navmenu.on{ right: 0; opacity: 1;}
.navmenu .close{ width: 28px; margin-bottom: 30px; cursor: pointer;}
.navmenu li{ float: left;  margin-bottom: 45px; margin-right: 45px;}
.navmenu li a{ color: #f5f5f5; display: block; font-size: 14px}
.navmenu li dd a{ color: #c3c3c3; font-size: 12px; margin-top: 10px; white-space: nowrap;}
.navmenu li:nth-child(1),
.navmenu li:nth-child(2),
.navmenu li:nth-child(4),
.navmenu li:nth-child(5),
.navmenu li:nth-child(6){ width: 85px;}

.navmenu li:nth-child(3){ margin-right: 0;}

.navmenu li dd a:hover{ color: #FF6A00;}








.asdsad{ background: url(../images/bansp.png) no-repeat center / cover; display: block; font-size: 16px; width: 135px ; line-height: 54px; text-align: center;}
.asdsad i{ font-weight: bold; color: #FF6A00 ;}



.rightsa{ display: none; position: fixed; right: -95px; bottom: 220px; width: 158px; z-index: 9;  transition: 0.3s;}
.rightsa div{  color: #fff; text-transform: uppercase; font-size: 16px; border-top-left-radius: 30px; border-bottom-left-radius: 30px; background-color: #272421;
padding: 15px 0; padding-left: 65px; background-repeat: no-repeat; background-position:  left 22px center; margin-bottom: 3px; transition: 0.3s; cursor: pointer;}
.rightsa p{ line-height: 14px; height: 15px; margin-bottom: 2px;}
.rightsa span{ font-size: 12px; display: block;}


.rightsa:hover{  right: 0;}
.rightsa div:hover{ background-color: #FF6A00;}
.rightsa .ip1{ background-image: url(../images/tt1.png) ;}
.rightsa .ip2{ background-image: url(../images/tt3.png) ;}
.rightsa .ip3{ background-image: url(../images/tt2.png) ;}
.rightsa .ip1:hover{ background-image: url(../images/tt01.png) ;}
.rightsa .ip2:hover{ background-image: url(../images/tt03.png) ;}
.rightsa .ip3:hover{ background-image: url(../images/tt02.png) ;}
 
 



/*.hzhb .swiper-slide{ opacity: 0.7;}*/
.hzhb .swiper-slide:hover{ opacity: 1;}
/*.hzhb .swiper-slide-active,
.hzhb .swiper-slide-next,
.hzhb .swiper-slide-prev{ opacity: 1;  }*/

.yzj_top{ width:100%; margin:auto; height:50px; border-bottom:1px solid #e6e6e6; line-height:50px;}
.yzj_top_m{ width:1200px; margin:auto; height:50px;}
.yzj_top_m1{ float:left; font-size:14px; color:#808080; text-transform:uppercase;}
.yzj_top_m2{ float:right; width:344px; font-size:14px; color:#808080; height:50px; background: url(../images/dh.jpg) no-repeat left center; text-indent:35px;}

.yzj_footer{ width:100%; margin:auto; background:#1a1a1a; padding-top:70px; padding-bottom:30px;min-width:1200px;}
.yzj_footer_m{ width:1200px; margin:auto;}
.yzj_footer1{ float:left; width:276px;}
.yzj_footer1_2{ margin-top:36px; font-size:14px; color:#808080; background: url(../images/fdh.png) no-repeat left center; padding-left:35px;}
.yzj_footer1_3{ margin-top:36px; font-size:14px; color:#808080;background: url(../images/fdz.png) no-repeat left top; padding-left:35px;}
.yzj_footer2{ float:left; margin-left:40px; width:120px; padding-top:80px;}
.yzj_footer3a{ float:left; margin-left:120px; text-transform:uppercase;}
.yzj_footer3{ float:left; margin-left:70px; text-transform:uppercase;}
.yzj_footer3_1{ font-size:16px; color:#ffffff;}
.yzj_footer3_2{ padding-top:28px;}
.yzj_footer3_2 li{ height:30px; line-height:30px;}
.yzj_footer3_2 li a{ color:#808080;}
.yzj_footer3_2 li a:hover{ color:#ff6a00;}
.footer_b{ width:100%; margin:auto; background:#1a1a1a; border-top:1px solid #262626; padding-top:20px; padding-bottom:20px;}
.footer_b_m{ width:1200px; margin:auto; font-size:14px; color:#808080;}
.footer_b_m a{color:#808080;}
.footer_b_m1{ float:left;}
.footer_b_m2{ float:right; text-align:right;}

.yzj_xm{ width:100%; margin:auto; background:#f5f5f5; padding-top:90px; padding-bottom:60px;min-width:1200px;}
.yzj_xm_m{ width:1200px; margin:auto;}
.yzj_xm_top1{ text-align:center; font-size:36px; font-weight:bold; color:#000000; text-transform:uppercase;}
.yzj_xm_top2{ text-align:center; font-size:24px; color:#000; padding-top:17px;}
.yzj_xm_top3{ width:20px; height:2px; background:#ff6a00; margin:auto; margin-top:20px;}
.yzj_xm_top4{ text-align:center; font-size:14px; color:#808080; padding-top:19px;text-transform:uppercase; line-height:26px;}
.yzj_xmbox{ padding-top:70px; margin:auto;}


.col-sm-4{float:left;position:relative;width:25%;}

/*重置swiper*/

.swiper-container-horizontal>.swiper-pagination-bullets.solution-pagination{bottom:1px}
.solution-pagination .swiper-pagination-bullet{width:24px;height:4px;border-radius:100px;overflow:hidden;background:#dfe1f1;border:none;cursor:pointer;content:'';display:inline-block;box-sizing:border-box;opacity:1;vertical-align:middle}
.solution-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#ff6a00;box-sizing:border-box}
.swiper-container-solution .swiper-button-prev2{left:50px;width:34px;height:17px;margin-top:-40px; background:url(../images/jiantou1.png) no-repeat;background-size:cover;transition:background-image .15s; outline:none; }
.swiper-container-solution .swiper-button-next2{right:50px;width:34px;height:17px;margin-top:-40px; background:url(../images/jiantou2.png) no-repeat;background-size:cover;transition:background-image .15s;outline:none;}

.yzj_xm1{ width:240px; height:460px; background:#ffffff; padding-top:20px; padding-left:20px; padding-right:20px; margin-left:10px;}
.yzj_xm1:hover{ background:#ff6a00; color:#fff; }
.yzj_xm1_1{ width:240px; height:180px;  margin:auto;text-align:center; line-height:180px; vertical-align:middle; display:table-cell; }

.yzj_xm1_2{ font-size:16px; font-weight:bold; color:#000; text-align:center; text-transform:uppercase; padding-top:28px;}
.yzj_xm1_3{ font-size:14px; text-align:left; color:#808080; padding-top:28px;text-transform:uppercase; line-height:26px;}
.yzj_xm1_4{ text-align:center; margin-top:40px;}
.yzj_xm1_4 a{ padding:7px 30px; border:1px solid #e5e5e5; font-size:12px; border-radius:20px;text-decoration:none; color:#808080;}
.yzj_xm1:hover .yzj_xm1_2 { color:#FFF;}
.yzj_xm1:hover .yzj_xm1_3 { color:#FFF;}
.yzj_xm1:hover .yzj_xm1_4 a { color:#FFF;}

.yzj_lqk{ width:100%; height:770px; padding-top:90px; padding-bottom:40px;background:url(../images/bg2.jpg) no-repeat top center;min-width:1200px;}
.yzj_lqk2{ width:100%; height:770px; padding-top:90px; padding-bottom:40px;min-width:1200px;}

.yzj_lqk_top{ width:1200px; margin:auto;}

.ling_a1{ float:left;}
.ling_a1 a{ padding:5px 20px; border:1px solid #e6e6e6; color:#808080; border-radius:20px;}
.ling_a1 a:hover{border:1px solid #ff6a00; color:#fff; background:#ff6a00;}
.ling_a2{ float:left; margin-left:12px;}
.ling_a2 a{ padding:5px 20px; border:1px solid #e6e6e6; color:#808080; border-radius:20px;}
.ling_a2 a:hover{border:1px solid #ff6a00; color:#fff; background:#ff6a00;}

.yzj_about{ width:1200px; margin:auto;  padding-bottom:40px;}
.yzj_about_m{ padding-top:60px;}
.yzj_about_left{ float:left; width:600px; height:445px;background:url(../images/aboutimg.jpg) no-repeat top center;}
.yzj_about_right{ float:right; width:560px;}
.yzj_about_right1{ font-size:18px; font-weight:bold; color:#000000; padding-top:39px;}
.yzj_about_right2{ font-size:14px; color:#808080; padding-top:20px; line-height:26px; text-transform:uppercase;}
.yzj_about_right3{ margin-top:37px;}
.yzj_about_right3 a{ padding:5px 20px; border:1px solid #e6e6e6; color:#808080; border-radius:20px;}
.yzj_about_right3 a:hover{border:1px solid #ff6a00; color:#fff; background:#ff6a00;}
.yzj_about_shuju{ width:560px; margin-top:37px; border-top:1px solid #e6e6e6; padding-top:38px;}
.yzj_about_shuju1{ float:left; width:74px; text-align:center;}
.yzj_about_shuju1_1{ font-size:14px; color:#ff6a00;}
.yzj_about_shuju1_2{ font-size:14px;color:#000000; padding-top:12px;}
.yzj_about_shuju2{ float:left; width:64px; text-align:center; margin-left:62px;}
.yzj_about_shuju3{ float:left; width:133px; margin-left:62px; text-align:center;}

.yzj_hz{ width:100%; margin:auto; min-width:1200px; background:#f5f5f5; padding-top:70px; padding-bottom:30px;}

.yzj_about_mm{width:100%;  background:url(../images/aboutm.jpg) no-repeat top center;min-width:1200px; padding-top:70px;}

.yzjxm1{ width:1200px; margin:auto; padding-top:80px; padding-bottom:80px;}
.yzjxm3{ width:1200px; margin:auto; padding-top:80px; }

.wrap{margin:auto;width:1200px;height:550px;position:relative;overflow:hidden; }
.pic{width:800px;height:550px;cursor:pointer;}

.pic1{background:#ff6a00;position:absolute;top:0;left:0;z-index:1;}

.pic2{background:#ff6a00;position:absolute;top:0;left:609px;z-index:3;}

.pic3{background:#ff6a00;position:absolute;top:0;left:800px;z-index:5;}


.qh_tit1{ display:block;  float:left; width:220px;  color:#FFF; font-size:24px; text-align:center;}
.qh_cont1{ float:left; width:500px; padding-top:110px; font-size:14px; color:#fff; margin-left:20px; text-align:justify; line-height:26px;}
.qh_cont_t1{ font-size:24px;}
.qh_cont_t2{ margin-top:20px; width:50px; height:2px; background:#FFF; margin-bottom:20px;}

.yzj_mom{ width:100%;  padding-top:90px; padding-bottom:90px;background:url(../images/mombg.jpg) no-repeat top center;min-width:1200px;}
.mom_m{ width:1200px; margin:auto; padding-top:50px;}

#tabCon{
clear: both; width:100%; margin:auto; padding-top:10px;
}
#tabCon_1{
display: none;
}
#tabCon_2{
display: none;
}
#tabCon_3{
display: none;
}
#tab{ width:1200px; height:60px; margin:auto;line-height:60px; text-align:center;}
#tab ul{ float:right; width:550px;}
#tab li{ float:left; width:134px; height:50px; line-height:50px; text-align:center; font-size:21px; color:#333333; cursor:pointer;}
#tab a { margin-left:20px; margin-right:20px; }
.ctx_abq{ background:#f7aa00; font-size: 18px;padding:10px 30px;

font-weight: 400;
color: #000000;}


.ctsb a{ font-size: 18px;border: 1px solid #fff;padding:9px 29px;

font-weight: 400;
color: #000000; background:#FFF; border-radius:20px;}

.ctsb a.hover{ background:#ff6a00; font-size: 18px;padding:10px 30px;font-weight: 400;color: #fff; border:none;border-radius:20px;}
.mom_txt{ width:1200px; background:#FFF; height:400px; margin-top:50px;}
.mom_txt_m{ padding-top:60px; padding-left:50px; padding-right:20px;}
.mom_txt_m1{ color:#000; font-size:30px; font-weight:bold; text-transform:uppercase;}
.mom_txt_m2{ padding-top:20px; color:#000; line-height:26px; font-size:14px;text-transform:uppercase;}

.wmsm{ width:1200px; margin:auto; height:480px;  }
.wmsm_left{ float:left; width:500px; height:480px;}
.wmsm_right{ float:right; width:698px; height:478px; border:1px solid #e6e6e6;}
.wmsm_rightm{ padding-top:50px; padding-left:50px; padding-right:20px;}

#divcss5{ margin:0 auto;  overflow:hidden;}
ul,li{ list-style:none}
.dis{ display:block; line-height:26px; color:#808080;}
.undis{ display:none; line-height:26px;color:#808080;}
#n{margin:10px auto; width:920px; border:1px solid #CCC;font-size:12px; line-height:30px;}
#n a{ padding:0 4px; color:#333}

.navy{ width:100%; margin:0 auto; height:26px; padding-top:4px;}
.navy li{ float:left;  height:26px; padding-right:5px}
.navy li a{float:left;  height:26px; text-align:center; line-height:26px}
.navy li.nav_current a{color:#ffffff; background:#ff6a00; padding:5px 15px; cursor:pointer;}
.navy li.nav_link a{ color:#ffffff;background:#808080; padding:5px 15px;cursor:pointer;}
.nav-down{  text-align:left}
.emsbox{ width:1200px; margin:auto;}


.main{ margin-left:15px;overflow:hidden;float:left; }
.news2{z-index:4;width:240px; float:left;}
.news2 ul{list-style:none;padding:0;margin:0;}
.news2 ul li{ height:100px;width:240px;margin-bottom:0px;padding-top:5px;text-align:center;cursor:pointer;;vertical-align:middle; background-color:#f5f5f5;border-bottom:#dbdcd7 solid 1px; font-size:20px; color:#000000; text-align:center; line-height:100px;}
.news2 ul li.on{background-color:#ff6a00; border:#ff6a00 0px; color:#FFF;}
.news2 span{display:block; margin-top:9px !important; margin-top:20px;}






























