@charset "utf-8";
/* CSS Document */

body,ol,ul,li,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select,div,span,a,aside,article,section,header,nav,footer,label,img{margin:0;padding:0;box-sizing:border-box;}
fieldset,img{border:0;}
img{vertical-align:middle;/* max-width:100%; */}
ol,ul,li{list-style-type:none;}
table{border-collapse:collapse;border-spacing:0;}
button,input,select,textarea{font-size:.875rem;font-family:inherit;margin:0;outline:none;resize:none;border:none;background:none;}
.clearfix:after{clear:both;content:".";display:block;height:0;overflow:hidden;visibility:hidden;}
.clearfix{zoom:1;}
html{verflow:-Scroll;overflow-x:hidden;zoom:1;overflow-y:scroll;overflow:-moz-scrollbars-vertical;}
h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:100%;}
body{color:#666;line-height:1.5;font-family:'Microsoft YaHei',Arial,'simsun',Zitino;min-width:320px;}
a{color:#666;text-decoration:none;transition:all ease 0.3s;}
a:hover{color:#2853bc;}


/* css */
.fl{float:left;}
.fr{float:right;}
.ce{text-align:center;}
.hide{overflow:hidden;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.container{position:relative;min-width:320px;width:100%;max-width:1600px;margin:0 auto;}
.pImg{position:relative;padding-top:100%;display:block;overflow:hidden;}
.pImg img{position:absolute;top:0;left:0;width:100%;height:100%;transition:all 0.5s;}
.bgImg{background-position:center;background-size:cover;position:relative;transition:all 0.5s;display:block;width:100%;height:100%;}
.pd60{padding:70px 0;font-size:.875em;overflow:hidden;}
.mb40{margin-bottom:40px;}
.font14{font-size:.875em;}
.gray{background:#efefef;}
.center {text-align: center;}
/* css */

/* flex */
.flex{display:flex;justify-content:space-between;flex-wrap:wrap;}
.flex-left{display:flex;flex-wrap:wrap}
.flex-center{display:flex;flex-wrap:wrap;justify-content: center;}
.flex-right{display:flex;flex-wrap:wrap;justify-content: flex-end;}
.flex-v-center{display:-webkit-flex;display:flex;flex-direction:column;justify-content:center}
.flex-v{display:-webkit-flex;display:flex;flex-direction:column;justify-content:space-between;}
.flex-v-bottom{display: -webkit-flex;display: flex;align-items: flex-end;flex-wrap: wrap;justify-content: left;}
/* flex */

/* title */
.listTie{font-size:37px;text-align:center;color:#191919;position:relative;padding-bottom:15px;margin-bottom:40px;line-height:1.2;font-weight: bold;}
.listTiel{font-size:37px;text-align:left;color:#191919;position:relative;padding-bottom:15px;margin-bottom:40px;line-height:1.2;font-weight: bold;}
.listTie strong{font-weight:400;}
.listTiel strong{font-weight:400;}
.listTie span{display: block;font-size:14px;margin-top:8px;}
.listTie::after{content:"";position: absolute;left:50%;bottom:0;width:20px;height:1px;background: #e4690d;margin-left:-10px;}
.hTitlew,.hTitlew span{color:#fff;}
/* title */

/* pagination */
.pagination{padding:25px 0 15px;text-align:center;overflow:hidden;}
.pagination a{font-size:12px;line-height:30px;display:inline-block;height:30px;padding:0 12px;text-align:center;color:#333;border: 1px solid #e3e3e3;background:#fff;margin-left:2px;}
.pagination a.a1{line-height:30px;height:30px;margin-top:0;padding:0 12px;}
.pagination a:hover{text-decoration:none;color:#000;background:#f1f1f1;}
.pagination span{line-height:30px;display:inline-block;height:30px;padding:0 12px;text-align:center;color:#fff;margin-left:2px;background:#003b82;color:#fff;border:1px solid #003b82;}
/* pagination */

/* header */
.header{position: relative;width:100%;z-index:99;left:0;top:0;height:90px;line-height:90px;background:#fff;}
.header .logo{position:absolute;top:0;} 
.nav {padding:0 260px 0 20%;height:90px;display:flex;justify-content: space-between;}
.nav .m{float:left;text-align:center;position:relative;}
.nav .m>a{color:#1a1a1a;display:block;position:relative;z-index:2;font-size: 18px;}
.nav .m>a::after{content:"";position: absolute;left:0;bottom:0;width:100%;height:4px;background: #e4690d;transform: scale(0,1);transform-origin:right;transition:transform .5s;}
.nav .cur>a,.nav .m>a:hover{color: #e4690d;}
.nav .cur>a::after,.nav .m>a:hover::after{transform: scale(1);transform-origin:left;}
.nav .navSub{position:absolute;left:0;top:120%;background:#eee;line-height:35px;width:180px;color:#333;font-size:.875rem;transform: scale(0) ;transition:top .5s,opacity 0.4s;opacity:0;left:50%;margin-left:-90px;}
.nav .navSub li{border-bottom:1px solid #ddd;line-height: 55px;}
.nav .navSub a{color:#333;display:block;font-size: 16px;}
.nav .navSub a:hover{background:#2853bc;color:#fff;}
.nav .m:hover .navSub{transform:scale(1);opacity:1;top:100%;}
.headFix{box-shadow:1px 1px 5px #ddd;position: fixed;}
/* headR */
.headR{position:absolute;top:30px;line-height:30px;right: 0;}
.headR .tel{float:left;font-size:14px;padding-left:50px;color: #e4690d;font-size:22px;font-weight:700;font-family:Arial;position: relative;}
.headR .tel:before {
  content: " ";
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  background-image: url(../images/icon-tel.png);
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-animation-name: swing;
  animation-name: swing;
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
}
.headR .tel i {
  display: inline-block;
  vertical-align: top;
  -webkit-animation-name: fontSizeUp1;
  animation-name: fontSizeUp1;
  -webkit-animation-duration: 5.5s;
  animation-duration: 5.5s;
  -webkit-animation-timing-function: steps(1, end);
  animation-timing-function: steps(1, end);
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 75%;
  transform-origin: 50% 75%;
  font-family: Zitino, Arial, sans-serif;
  font-weight: bold;
  font-size: 24px;
  font-style: normal;
}
.headR .tel i:nth-of-type( 1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.headR .tel i:nth-of-type( 2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.headR .tel i:nth-of-type( 3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.headR .tel i:nth-of-type( 4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.headR .tel i:nth-of-type( 5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.headR .tel i:nth-of-type( 6) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.headR .tel i:nth-of-type( 7) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.headR .tel i:nth-of-type( 8) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.headR .tel i:nth-of-type( 9) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.headR .tel i:nth-of-type( 10) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.headR .tel i:nth-of-type( 11) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
@-webkit-keyframes fontSizeUp1 {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  7%,
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fontSizeUp1 {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  7%,
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.wapTel{font-family:"iconfont";position: absolute;color:#2853bc;right:60px;font-size:1.5rem;line-height:1;top:20px;display:none;}
.header .sIcon{float:left;font-family:"iconfont";color:#666;position:relative;font-size: 20px;}
.header .sIcon::after{content:"";position: absolute;height:20px;width:1px;border-right:1px dotted #ccc;right:-20px;top:38px;}
/* header */

/* PC端搜索 */
.search{position: absolute;padding:20px;background:#333; background: rgba(0,0,0,.5);left:0;top:100%;display:none;width:100%;padding-top:0;border-top: 1px solid #333;}
.search form{width:40%;margin:0 auto;margin-top:15px;background:#fff;height:50px;line-height:50px;padding:0 50px 0 20px;}
.search .txt{width:100%;height:50px; line-height:40px;color:#666;float:left;}
.search .btn{float:left;width:50px;height:50px; cursor:pointer;transition:all 0.3s;background:#333 url('../images/sIcon.png') no-repeat center;border-left:1px solid #666;margin-right:-50px;}
.search .btn:hover{background-color:#000;}

/* navTrigger */
.navTrigger{position:absolute;top:22px;right:15px;width:28px;overflow:hidden;white-space:nowrap;color:transparent;z-index:20;cursor:pointer;display:none;}
.navTrigger span{display:block;height:2px;background:#2853bc;margin-bottom:6px;transition:all 0.3s;  -webkit-transform-origin: 0% 50%;-moz-transform-origin: 0% 50%; -ms-transform-origin: 0% 50%;-o-transform-origin: 0% 50%;transform-origin: 0% 50%;}
.navTrigger span:nth-child(3){margin-bottom:0;}
.navTrigger-on span:nth-child(1){transform: translateX(4px) translateY(0px) rotate(45deg);}
.navTrigger-on span:nth-child(2){opacity:0;}
.navTrigger-on span:nth-child(3){transform:translateX(2px) translateY(2px) rotate(-45deg);}
.wapTel{font-family:"iconfont";position: absolute;color:#2853bc;right:60px;font-size:1.5rem;line-height:1;top:20px;display:none;}
.wapLang{position: absolute;right:96px;top:12px;display:none;}
/* navTrigger */

/* banner */
.banner{position:relative;overflow:hidden;}
.banner img{width:100%;}
.banner .small{display:none;}
.swiper-wrapper{transition-timing-function: ease-in-out;}
.banner .swiper-pagination-bullet{background:none;opacity:1;cursor:pointer;width:14px;height:14px;border:1px solid #fff;position: relative;}
.banner .swiper-pagination-bullet:after{content:"";position:absolute;width:6px;height:6px;background:#fff;top:3px;left:3px;border-radius:100%;opacity:0;}
.banner .swiper-pagination-bullet-active{border-color: #fff;}
.banner .swiper-pagination-bullet-active::after{background:#fff;opacity:1;}
/* banner */

/* yh-notice */
.yh-notice{max-width: 1600px; margin: 0 auto; padding-bottom: 70px;}
.zbgg_title{text-align: center; padding: 75px 0 45px;}
.zbgg_title h2{font-weight: bold; font-size: 32px; color: #333333; margin-bottom: 15px;}
.zbgg_title img{margin: 0 auto;}
.zbgg_title p{font-size: 16px; color: #999;padding-top: 15px;}
.zbgg_nr{overflow: hidden; padding-bottom: 70px;}
.zbgg_left{float: left;width: 525px;}
.zbgg_left ul{overflow: hidden; margin-left: -10px;}
.zbgg_left li{float: left;width: 50%; padding: 0 0 10px 10px;}
.zbgg_left a{display: block;height: 178px;background: #e4690d;text-align: center;border-radius: 6px;padding-top: 25px;}
.zbgg_left img{height: 85px; margin: 0 auto;}
.zbgg_left p{font-size: 18px; color: #fff; margin-top: 10px;}
.zbgg_left ul li:nth-child(2) a{background: #72bb36;}
.zbgg_left ul li:nth-child(3) a{background: #10d0e4;}
.zbgg_left ul li:nth-child(4) a{background: #007980;}
.zbgg_right{float: right;width: calc(100% - 560px);}
.zbtt_lb ul{overflow: hidden;border-bottom: 1px solid #ddd;}
.zbtt_lb li{float: left; width:20%;}
.zbtt_lb span{display: block; text-align: center; line-height: 50px; cursor: pointer;font-weight: bold; font-size: 18px; color: #333;}
.zbtt_lb li.cur span{background: #e4690d;color: #fff;}
.zbtt_box{padding:20px 0 0 0 ;animation:fadeIn .25s, 100ms;}
.zbtt_box li{overflow: hidden;line-height: 38px;}
.zbtt_box ul li a{float: left;width: calc(100% - 100px);overflow: hidden;text-overflow:ellipsis;white-space: nowrap;font-size: 16px;color: #191919;}
.more{display: block; text-align: center; width: 160px; line-height: 45px;background: #e4690d; color: #fff; font-size: 14px; margin: 0 auto;}
.zbtt_box {animation:fadeIn .25s, 100ms;}
/* yh-notice */

/* yh-services */
.yh-services{background:url(../images/zjtj_img8.jpg) no-repeat center;background-size:cover;padding:70px 0 80px}
.yh-services .title h3{opacity:.2}
.yh-services .title h2{color:#fff}
.yh-services .box{/* margin-top:-30px; *//* padding:0 80px */}
.yh-services .box ul{overflow:hidden}
.yh-services .box ul li{width: 31.6%;/* padding:0 22px; */margin-bottom:40px;float:left;margin-right: 40px;}
.yh-services .box ul li ol{height:250px;background:#fff;text-align:center;padding:45px 50px;border-radius:10px}
.yh-services .box ul li ol i{width:50px;height:50px;line-height:50px;display:block;margin:0 auto 10px}
.yh-services .box ul li:nth-child(3n){margin-right: 0;}
.yh-services .box ul li ol h3{font-size:30px;color:#000;line-height:1;margin-bottom:10px}
/* yh-services */

/* yh-brief */
.yh-brief{padding: 51px 0 77px;background: #f3f5f8;display: block;overflow: hidden;}
.brief-box{width: 51%; margin-top: 49px}
.brief-box .title-en{margin-bottom: 46px}
.brief-box p{display: block; font-size: 15px; line-height: 32px; color: #666666; margin-bottom: 45px}
.brief-box .index-more a{margin: 0}
.about-pic{width: 43.9%}
.about-pic img{display: block; width: 100%}
/* yh-brief */

/* yh-info */
.yh-info{padding: 63px 0 71px}
.info-box .container{position: relative;}
.info-box .list{overflow: hidden;}
.info-box .list ul li{float: left;width: 31.6%;margin-right: 40px;}
.info-box .list ul li:nth-child(3n) {margin-right: 0;}
.info-box .list ul li .pic img{display: block; width: 100%; border-top-left-radius: 10px; border-top-right-radius: 10px;}
.info-box .list ul li .text{background: #f5f5f5; padding: 22px 5%; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px;}
.info-box .list ul li .text strong{display: block;  font-size: 16px; color: #333; margin-bottom: 9px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.info-box .list ul li .text p{font-size: 15px; line-height: 30px; color: #666666; margin-bottom: 33px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.info-box .list ul li .text em{display: block;font-size: 15px;line-height: 46px;color: #777777;background: url(../images/jian.png) no-repeat center right;font-style: normal;}
.info-box .list ul li:hover .info strong{color: #e4690d}
.yh-info .index-more a{margin: 46px auto 0}
.index-more a{display: block; width: 180px; font-size: 16px; line-height: 50px; color: #fff; text-align: center; background: #e4690d; border-radius: 25px; margin: 0 auto}
.index-more a:hover{background: #000; transition:0.6s;}
/* yh-info */

/* footer */
.footer{background: #272933;color: #ababad;font-size: 14px}
.footer a{color: #ababad;}
.footer a:hover{color: #fff;}
.footer .fta{padding: 45px 0}
.footer .fta .aleft{width: 80%}
.footer .fta .aleft dl dt{font-size: 18px;color: #fff;}
.footer .fta .aleft dl dt:after{display: block;width: 20px;height: 3px;background: #ababad;content: '';margin-top: 15px;margin-bottom: 10px}
.footer .fta .aleft dl dd ul li{padding: 6px 0}
.footer .fta .aleft dl dd p{padding: 6px 0}
.footer .fta .aleft dl dd p.spt{font-size: 32px;color: #fff}
.footer .fta .aright p{margin-top: 15px;text-align: center;}
.footer .fta .aright img{max-width: 110px}
.footer .ftb{padding: 16px 0 25px;border-top: 1px solid #30323d}
.footer .ftb .aleft{max-width: 40%}
/* footer */

/* foot */
.foot{ display:none;}
.foot .box {width: 100%;float: left;position: fixed;left: 0;bottom: 0;height: 45px;background: #1d25b7;z-index: 66;box-shadow: 0 -4px 7px rgba(0, 0, 0, 0.15);z-index: 9999999;}
.foot .box li {box-sizing: border-box;width: 50%;float: left;text-align: center;border-right: 1px solid rgba(255, 255, 255, 0.2);}
.foot .box li .ico7 {width: 100%;float: left;}
.foot .box li .name {font-weight: bold;width: 100%;float: left;font-size: 1rem;color: #fff;line-height: 45px;width: 100%;height: 100%;}
.foot .box li .name img{width:22px;margin-right: 10px;display: inline-block;vertical-align: middle;}
.foot #wxnr {width: 100%;height: 100%;max-width: 640px;min-width: 320px;position: fixed;top: 0;z-index: 1000;display: none;background: rgba(0,0,0,.6);}
.foot #wxnr .nrdf {margin: auto;position: absolute;top: 50%;left: 0;right: 0;width: 22rem;padding: 4rem 0 3rem;margin-top: -11rem;text-align: center;background-color: rgba(255, 255, 255, 0.8);box-shadow: 0px 2px 6px #777;-webkit-box-shadow: 0px 2px 6px #777;-moz-box-shadow: 0px 2px 6px #777;border-radius: 10px;}
.foot #wxnr img {display: block;margin: 0 auto 0.8rem;}
.foot #wxnr p {display: block;font-size: 1.4rem;text-align: center;color: #666;}
.foot #wxnr i {display: block;position: absolute;top: 1rem;right: 1rem;width: 1.5rem;height: 1.5rem;font-size: 1rem;line-height: 1.5rem;text-align: center;color: #fff;font-weight: bold;font-style: normal;background: #333;border-radius: 1rem;cursor: pointer;}
.foot #wxnr #btn {display: inline-block;padding:  0.1rem 0.2rem;background-color: #f19903;color: #fff;border-radius: 0.2rem;cursor: pointer;}
/* foot */

/* list-banner */
.list-banner{position: relative; overflow: hidden; height: 450px;}
.list-banner .picture{overflow: hidden;}
.list-banner .picture img{position: absolute;width: 100%;height: 100%;left: 0;top: 0;position: relative;max-width: none;}
.list-banner{height: auto;}
.banner-box{position: absolute;width:100%;height:100%;background-color: rgba(0,0,0,0.2);left:0;top:0; z-index:-100;}
.list-banner .text{position: absolute; top: 37%; left: 50%; z-index: 2; margin-left: -700px;}
.list-banner .text.center{left: 0; margin-left: 0; width: 100%;}
.list-banner .text .cn{font-size: 36px; line-height: 1; color: #ececec;}
.list-banner .text.black .cn{color: #ececec;}
.list-banner .text .des{margin-top: 25px; font-size: 18px; line-height: 1; color: #fff;}
/* list-banner */

/* yh-menu */
.yh-menu{background:#f7f7f7;height:60px;line-height:60px;position:relative;font-size:14px;}
.yh-menu::after{content:"";position: absolute;left:-50%;top:0;width:200%;background:#f7f7f7;height:100%;z-index:-1;}
.yh-menu p span::after{line-height:1;top:2px;}
.yh-menu .list{font-size:1.143rem;}
.yh-menu .list a{display:inline-block;position:relative;color:#191919;margin-left:50px;}
.yh-menu .list a:hover,.yh-menu .list .cur{color:#2853bc;}
.yh-menu .list a::after{content:"";position: absolute;left:0;bottom:0;background:#2853bc;width:0;height:2px;transition:all .5s;}
.yh-menu .list .cur::after,.yh-menu .list a:hover::after{width:100%;}
/* yh-menu */

/* yh-four */
.yh-four{ padding-top:70px;}
.yh-four ul{overflow: hidden; margin-left: -10px;}
.yh-four li{float: left;width: 25%; padding: 0 0 10px 10px;}
.yh-four a{display: block;height: 200px;background: #e4690d;text-align: center;border-radius: 6px;padding-top: 25px;}
.yh-four img{height: 85px; margin: 0 auto;}
.yh-four p{font-size: 18px; color: #fff; margin-top: 10px;}
.yh-four ul li:nth-child(2) a{background: #72bb36;}
.yh-four ul li:nth-child(3) a{background: #10d0e4;}
.yh-four ul li:nth-child(4) a{background: #007980;}
/* yh-four */

/* yh-bidding */ 
.news1{background: #fff;overflow:hidden; padding-top:30px; padding-bottom:70px; margin-bottom:40px;}
.tieTop{overflow:hidden;margin-bottom: 10px;border-bottom: 1px solid #f0f0f0;}
.tieTop .hTitle{margin-bottom:0;}
.news1 .tieTop .hTitle span{ font-size: 28px;font-weight: normal;padding-bottom: 10px;color: #e4690d;}
.hTitle span {display: block;font-size: 32px;color: #191919;font-weight: bold;}
.hTitle2 span{display: inline-block;margin-right:15px;}
.newsR{width:100%;}
.newsR .hTitle{margin-bottom:40px;}
.newsR li {height: 47px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;background: url(/images/ttggjt.png) no-repeat left center;padding-left: 12px;line-height: 47px;border-bottom: #ccd7e8 1px dotted;}
.newsR li span{float:right;color:#999;margin-left:20px;font-family:Arial;font-size: 14px;}
.newsR li a{ color:#333;}
/* yh-bidding */ 

/* yh-about */
.yh-about .tie{font-size:2.571em;color:#2853bc;margin-bottom:30px;line-height:1;}
.yh-about .left{width:50%;line-height:1.8;padding-top:20px;position: relative;height:470px;}
.yh-about .font{overflow-y:auto;height:380px;}
.yh-about .right{width:46%;height:470px;overflow:hidden;display:block;}
.yh-about .tel{padding-left:40px;position: absolute;left:0;bottom:0;font-size:1.571em;font-family:Arial;color:#333;}
.yh-about .tel::after{content:"\e603";position: absolute;font-family:"iconfont";left:0;font-size:1.6rem;top:-4px}
.yh-about .tel span{font-weight:bold;margin-left:30px;font-size:1.182em;}
/* yh-about */

/* yh-promise */
.yh-promise{background:#f5f5f5;}
.yh-promise .txt{background:#fff;padding:20px 3%;margin:0 auto;box-shadow: 0 3px 6px #ddd;line-height:2;margin-bottom:40px;text-align:center;font-size:1.125em;}
.yh-promise .main{width:50%;background:#fff;padding:3%;line-height:1.8;height:520px;}
.yh-promise .main p{padding-bottom: 7px;}
.yh-promise .bgImg{width:50%;height:520px;}
/* yh-promise */

/* yh-promise */
.yh-environment .title{color:#333333;font-size:40px;text-align:center;margin: 10px 0;width: 100%;}
.yh-environment .title hr{ display:table; border:none;margin:10px auto;width:30px;height:2px; background:#0e6eb8;}
.yh-environment .title span{display:block;color:#666;font-size:14px;}
.yh-environment .title.pg{margin:60px 0 10px 0}
.yh-environment .title.tm50{margin-bottom:50px;}
.yh-environment .title.tm60{margin-bottom:30px;}
.yh-environment ul{position:relative;margin-right:-10px;overflow:hidden;}
.yh-environment li{float:left;width:25%;padding-right:10px;margin-bottom:5px;}
.yh-environment li:nth-child(2){width:50%;}
.yh-environment li:last-child{position:absolute;left:0;bottom:0;}
.yh-environment li .pImg{padding-top:64%;;}
.yh-environment li p{background: rgba(0, 0, 0, .6);padding: 0 5%;position: absolute;left:0;bottom: -50px;color: #fff;width: 100%;height: 50px;line-height: 50px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;transition:all .4s;}
.yh-environment li:hover img{transform: scale(1.1);}
.yh-environment li:hover p,.settingSlide li p{bottom:0;}
/* yh-promise */

/*.business-box */
.business-box{ padding:70px 0; background:#f2f3f8; margin-bottom:1px; overflow:hidden;}
.business-box dl{ width:48%; height:400px; margin-bottom:60px; background:#fff;}
.business-box dt{ position:relative; height:auto;}
.business-box dt span{ display:block; width:100%; height:auto; overflow:hidden;}
.business-box dt span img{display:block; width:100%; height:auto;-webkit-transition:1s;-moz-transition: 1s;transition:1s;}
.business-box dt em{ display:block; width:125px; height:125px; position:absolute; top:120px; right:30px;}
.business-box dt em img{display:block; width:125px; height:125px;-webkit-transition: -webkit-transform 0.4s ease-out; -moz-transition: -moz-transform 0.4s ease-out; transition: transform 0.4s ease-out;}
.business-box dd{ padding:35px 40px 0 40px;}
.business-box dd h3 a{ display:block; font-size:24px; font-weight:bold; color:#0068b7; line-height:30px; height:30px; overflow:hidden; color:#0068b7;}
.business-box dd p{ font-size:16px; line-height:30px; height:90px; color:#333; margin-top:12px;}
.business-box dl:nth-child(2n-1){ float:left;}
.business-box dl:nth-child(2n){ float:right;}
.business-box dl:nth-child(5),.business-box dl:nth-child(6){ margin-bottom:0;}
.business-box dl:hover{ box-shadow:0.1rem 0.1rem 0.5rem 0.1rem #999;}
.business-box dl:hover span img{-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-transform:scale(1.1,1.1);}
.business-box dl:hover dt em img{transform: rotate(360deg);
-ms-transform: rotate(360deg); /* IE 9 */
-moz-transform: rotate(360deg); /* Firefox */
-webkit-transform: rotate(360deg); /* Safari and Chrome */
-o-transform: rotate(360deg); /* Opera */}
/*.business-box */

/* yh-news */
.yh-news{padding:70px 0;overflow:hidden;font-size:.813rem;}
.yh-news ul{margin-right:-25px;}
.yh-news li{float:left;padding-right:25px;width: 33%;margin-bottom:25px;}
.yh-news li a{background: #f1f1f1;padding:6%;display:block;color:#777;}
.yh-news li .pImg{padding-top:78%;margin-bottom:15px;}
.yh-news li h3{font-size: 18px;color:#333;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;font-weight: bold;}
.yh-news li p{height: 100px;margin-bottom:15px;margin-top:15px;border-bottom: 1px solid #ddd;padding-bottom:10px;font-size: 15px;line-height: 30px;color: #666;}
.yh-news li .date{color:#999;margin-bottom:10px;}
.yh-news li .c{ overflow:hidden;}
.yh-news li .time{background-image: url(../images/icos-time.png); background-size: auto; background-position: 0 50%; background-repeat: no-repeat;padding-left: 20px;}
.yh-news li .author{background-image: url(../images/icos-author.png); background-size: auto; background-position: 0 50%; background-repeat: no-repeat;padding-left: 20px;}
.yh-news li a:hover{box-shadow:0 0 10px #ccc;}
.yh-news li a:hover img{transform:scale(1.1);}
/* yh-news */

/* newsShow */
.newsShow .left{width:100%}
.newsShow .right{width:29%;}
.newsShow .business-box{ background:#fff; padding:0;}
.newsShow .business-box dl {width: 48%;height: 400px;margin-bottom: 60px;background: #f5f5f5;}
.newsShow .left { margin: auto; width: 100%; background: #fff; border: 1px #eceaea solid;}
.newsShow .left h3.tag{line-height: 32px;border-top:1px dashed #e0e1dc;padding-top: 10px;color:#999;font-weight:normal;padding-left: 20px;padding-bottom: 5px;}
.newsShow .left h3.tag a{color:#017cc2;}
.newsShow .left h3.tag a:hover{color:#e87518;}
.newsShow .left .title { padding: 40px 20px; padding-bottom: 20px; text-align: center; line-height: 1.5; }
.newsShow .left .title .tit { padding-bottom: 10px;color: #191919;font-weight: bold;font-size: 28px;}
.newsShow .left .title p { padding-bottom: 25px;line-height: 24px;font-size: 16px;text-align: center;border-bottom: 1px dotted #DDD;color: #666;}
.newsShow .left .title p span {margin: 0 10px;}
.newsShow .left .title p a { color: #a3afb7; }
.newsShow .left .content { overflow: hidden; margin: 40px 20px 20px; margin-top: 0; min-height: 600px; color: #666; font-size: 14px; line-height: 1.75; }
.newsShow .left .content p { margin-bottom: 10px;color: #1d1b1b;font-size: 15px;line-height: 30px;text-indent: 2em;}
.newsShow .left .content img { max-width: 100% !important; height: auto !important; width: auto !important; }
.newsShow .left .other { padding: 20px 15px; border-top: 1px #eceaea solid; }
.newsShow .left .other p { display: block; padding-left: 3px; height: 40px; line-height: 40px; }
.newsShow .left .other p a { color: #333; font-size: 14px; }
.newsShow .left .other p a:hover { color: #017cc2; }
.newsShow .left .back { margin-top: 20px; width: 125px; height: 40px; background-color: #e4690d; color: #fff !important; text-align: center; font-size: 14px; line-height: 40px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; float: right; }
.newsShow .left .back:hover { opacity: 0.8; filter: alpha(opacity=80); }
/* newsShow */

/* yh-job */
.job-box{margin-bottom:40px;overflow:hidden;font-size:1.143em;line-height:1.8;}
.job-box .bgImg{width:54%;height:395px;}
.job-box .font{width:45%;padding-left:3%;}
.job-box .font p{padding-top:30px;}
.job-box .font p strong{font-size:1.429em;color: #e4690d;font-weight:bold;display: block;margin-bottom:10px;}
/*--*/
.jobList .tie2{text-align:center;margin-bottom:40px;color:#e60016;font-size:1.1286em;margin-top:5px;}
.jobList li{overflow:hidden;padding:0 40px;margin-bottom:15px;background:#f5f5f5;position: relative;z-index:2;}
.jobList .top{padding:20px 0;overflow:hidden;padding-right:150px;line-height:34px;cursor:pointer;}
.jobList .top span{float:left; width:20%;font-size: 15px;}
.jobList .top a{float:right;display:inline-block;width:130px;height:34px;line-height:34px;background: #e57018;color:#fff;text-align:center;font-size:12px;z-index:5;margin-right:-150px;}
.jobList .top .tie{font-weight:700;color:#333;font-size:1.286em;}
.jobList .top a:hover{background:#003b82;}
.jobList .font{border-top: 1px solid #cfcfcf; overflow:hidden;padding-top:30px;font-size:12px;display:none;padding-bottom:40px;}
.jobList .font .txt{float:left;width:48%;line-height: 36px;font-size: 14px;color: #666;}
.jobList .font .txt .tie{color:#333;/* margin-bottom:20px; */display:block;font-size: 16px;}
.jobList .font .txt:nth-child(2n){float:right;}
.jobList li.on{border-top: 1px solid #e60016;}
.jobList li:nth-child(1) .font{display:block;}
.job .more{height:60px;line-height:60px;text-align:center;padding:0;}
.job .more a{display:block;color:#e60016;}
.job .more a:hover{background:#e60016;color:#fff;}
/* yh-job */

/* yh-content */
.yh-content .contact1 ul{ width:100%; float:left; margin-top:132px;}
.yh-content .contact1 ul li{width: 23.5%;float:left;/* padding:0 16px; */margin-right: 30px;}
.yh-content .contact1 ul li:nth-child(4) {margin-right: 0;}
.yh-content .contact1 ul li .zbox{ width:100%; float:left; background:#f0f0f6; text-align:center; padding:0 50px 10px 50px; height:234px;
-moz-border-radius:6px; 
-webkit-border-radius:6px; 
-khtml-border-radius:6px;
border-radius:6px;}
.yh-content .contact1 ul li .zbox .ico{display:inline-block;vertical-align:top;width: 80px;height: 80px;background: #e4690d;margin-top: -43px;-moz-border-radius:50%;-webkit-border-radius:50%;-khtml-border-radius:50%;border-radius:50%;}
.yh-content .contact1 ul li .zbox .ico img{ width:100%; float:left;}
.yh-content .contact1 ul li .zbox h5{width:100%;margin-top:27px;line-height:23px;font-size:18px;color:#333;letter-spacing:2px;font-weight: bold;}
.yh-content .contact1 ul li .zbox h6{ width:100%; line-height:18px; font-size:12px; color:#888787; letter-spacing:1px; font-family:Arial; text-transform:uppercase;}
.yh-content .contact1 ul li .zbox .jj{width:100%;margin-top:19px;line-height:26px;font-size: 16px;color: #333;letter-spacing:1px;}
.yh-content .contact1 ul li .zbox .btn{ width:100%; height:88px; line-height:88px; position:relative; margin-top:10px;}
.yh-content .contact1 ul li .zbox .btn .ewm{ width:88px; height:88px; position:absolute; left:50%; top:0; margin-left:-44px; padding:5px; background:white; overflow:hidden; opacity:0;
-moz-border-radius:6px; 
-webkit-border-radius:6px; 
-khtml-border-radius:6px;
border-radius:6px;
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;}
.yh-content .contact1 ul li .zbox .btn .ewm img{ width:100%; float:left;}
.yh-content .contact1 ul li .zbox .btn:hover .ewm{ opacity:1;}
.yh-content .contact2{ width:100%; float:left; margin:30px 0 80px 0; position:relative; background:url(../images/map.jpg) no-repeat center;height: 500px;}
/* yh-content */

/* yh-feedback */
.yh-feedback {padding-top: 60px;padding-bottom: 60px;background: url(../images/feedback-bg.jpg) no-repeat center;background-size: cover;margin-top: 60px;}
.yh-feedback .form-one { margin-top: 56px; }
.form-one input { width: 24.2%; height: 68px; background-color: #ffffff; font-size: 14px; color: #383635; padding: 0 25px; }
.form-one textarea { width: 100%; height: 120px; background-color: #ffffff; margin-top: 20px; padding: 20px 25px; }
.form-one .sub {width: 200px;height: 52px;background-image: linear-gradient(165deg, #028ad5 0%, #003b82 100%);box-shadow: 0px 10px 20px 0px 
rgba(19, 91, 171, 0.09);border-radius: 26px;line-height: 52px;font-size: 16px;color: #ffffff;margin: 48px auto 0;display: block;cursor: pointer;-webkit-transition: .4s;-o-transition: .4s;transition: .4s;}
.form-one .sub:hover { width: 220px; }
/* yh-feedback */