/*内页banner图*/
.ban{ width: 100%; height: 469px; position: relative; overflow: hidden}
.ban-con{width: 1200px; margin-right:auto; margin-left:auto;}
.ban-con h5{ font-size: 26px; font-weight: normal; color: #fff; margin-top: 188px }
.ban-con h4{ font-size: 40px; color: #fff; margin-top: 0 }
.ban-con .mouse{width: 22px; height: 36px; background: url(/uploads/image/tdimages/mouse-icon.png); cursor:pointer; margin-top: 30px;}
.ban-con .mouse .ball {
    position: relative;
    width: 2px;
    height: 9px;
    margin-left: 10px;
    top: 6px;
    display: block;
    background: url(/uploads/image/tdimages/mouse-icon2.png);
    -webkit-animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
    animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite; 
    transition: 300ms;
    -webkit-transition: 300ms; 
}
@keyframes mouse-dot {
    from {
        opacity: 0;
    }

    33% {
        opacity: 1;
    }

    to {
        top: 20px;
        opacity: 0;
    }
}
/*面包屑*/
.bdshare_popup_box{display:none !important;}
.position{ width: 100%; height: 40px; background: #f3f3f3; }
.position span{ font-size: 0.875rem; color: #535353; float:left; background: url(/uploads/image/tdimages/position-icon1.png) 0 14px no-repeat; line-height: 40px}
.position span a{ font-size: 0.875rem; color: #535353;  padding-left: 20px; padding-right: 22px}
.position span a:hover{ color: #535353; }
.position-right{ float: left; margin-left: 22px; }
.position-right .posi-icon{width: 900px;  height: 40px; background: url(/uploads/image/tdimages/position-icon2.png) 0 14px no-repeat; display: inline-block;  float: left; }
.position-right ul{ float: left; margin-left: 30px; display: none; }
.position-right ul li{ float: left ; margin-right: 20px}
.position-right ul li a{ color:#7e7e7e; font-size: 14px; line-height: 40px; }
.position-right ul li a:hover{ color: #535353; }
.position-right .posi-icon:hover ul{ display: block }
/*主体内容title和高亮导航*/
.title{ text-align: center; }
.title h2{ font-size: 1.75rem; color: #5f5f5f; font-weight: normal;}
.title i{width: 223px; margin: auto; font-size: 0.75rem; color: #999999; line-height: 2.0625em; position: relative;}
.title i:before,.title i:after{ content: ""; position: absolute; top: 12px;  width: 57px; height: 1px; background: #c9c9c9;}
.title i:before{left: 0;}
.title i:after{right: 0;}
.section-nav{ width: 58em; margin:3.4375em auto 0; }
.section-nav li{ width: 6.75em; height: 2em; line-height: 2em; border: 1px solid #c9c9c9; text-align: center; margin-right: 0.3125em; float: left;}
.section-nav li a{ color: #5f5f5f; font-size: 0.875rem; display: block;}
.section-nav li.lion{ background: #535353;}
.section-nav li.lion a{ color: #fff;}
/*.section-nav li:hover{
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transform: translatey(-5px);
    -webkit-transform: translatey(-5px);
    -moz-transform: translatey(-5px);
    -ms-transform: translatey(-5px);
}
.section-nav li{
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transform: translatey(0px);
    -webkit-transform: translatey(0px);
    -moz-transform: translatey(0px);
    -ms-transform: translatey(0px);
}*/
.section-nav li:hover a{ color: #fff; background:#5f5f5f;}
/*工程业绩*/
.project{ width: 100%; margin-top: 5.3125em; overflow: hidden; padding-bottom: 80px; }


.project-con{ position: relative; width: 97.4%; margin:55px auto 0; }
.project-con .project-con-warp{display: none; text-align: center }
.project-con .project-con-warp:first-child{ display: block }
.project-con li{ width: 24.38%; display: inline-block; border-bottom: 1px solid #c9c9c9; padding-bottom: 5px; margin-right: 15px; margin-bottom: 60px}
.project-con1{width: 100%; height: 100%; overflow: hidden; margin: 0;}
.project-con1 .widget-header .mask{position:absolute;width:100%;height:100%;-webkit-transition:all .5s ease-out;transition:all .5s ease-out;z-index:2; }
.project-con1 .widget-header:hover .mask{background:rgba(0,0,0,0.5);-webkit-transition:all .5s ease-out;transition:all .5s ease-out; overflow: hidden;}
.project-con1 .widget-header:hover a:after{top:42%;opacity:1}
.project-con li img{ width: 100%; height: auto;}
.project-con1 .widget-header a{display:block; position:relative; font-size: 0;}
/*.project-con1 .widget-header a:after{content:'';width:41px;height:42px; background:url(/uploads/image/tdimages/more.png) no-repeat;margin:0 auto;margin-left:-20px;margin-top:0;
display:inline-block;position:absolute;top:0;left:50%;z-index:10;
-webkit-transition:all .6s cubic-bezier(.17, .84, .44, 1) 0s;
transition:all .6s cubic-bezier(.17, .84, .44, 1) 0s;
opacity:0;}*/
.project-con1 h4{ font-size: 14px;  font-weight: normal; margin-top: 15px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis; text-align: left }
.project-con1 h4 a{color: #5f5f5f;margin: 0 2px;}
.project-con1 h4 a:hover,.project-con li:hover .project-con1 h4 a{ color: #3667dc;}
.project-con1 p{ color: #999999; font-size: 12px; line-height: 33px; text-align: left; margin: 0 2px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.service_border{position: absolute;margin: 2%;top:0;left:0; width: 96%; height: 94%;}
.service_border div{background: #fff;position: absolute;}
.service_border .border_left{left:0;top:0;height: 0;width:1px;}
.service_border .border_right{right:0;bottom:0;height:0;width:1px;}
.service_border .border_top{top:0;right:0;height: 1px;width:0;}
.service_border .border_bot{left:0;width: 0;height:1px;bottom:0;}
.project-con li a:hover .border_left{height: 100%;}
.project-con li a:hover .border_right{height: 100%;}
.project-con li a:hover .border_top{width: 100%;}
.project-con li a:hover .border_bot{width: 100%;}    

.service_border div{
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    -moz-transition: all .5s linear;
}

/*分页*/
.pages{width:100%;padding:8px;text-align: center; border-radius: 5px; float: left;color: #999999; }
.pages  a,.pages span,.pages input.go_input,.pages input.go_submit{font-size:16px;padding: 7px 12px;border: 1px solid #e6e6e6;color: #999999;margin-right: 5px; border-radius: 3px;}
.pages a:hover,.pages span,.pages a.thisclass{color: #fff;border: 1px solid #535353; border-radius: 3px; background: #535353;}
.pages a.active{color: #fff;border: 1px solid #535353; border-radius: 3px; background: #535353;}
.pages a.suma{display: none;}

/*工程业绩详情*/
.article-body{ margin: 0 50px; width: 1200px; }
.article-top{ overflow: hidden; }
.article-top h2{ font-size: 19px; color: #5f5f5f; height: 19px; font-weight: normal; margin-top: 15px; background: url(/uploads/image/tdimages/yuandian.png) 0 10px no-repeat; float: left; padding-left: 20px; }
.article-top span{ width: 205px; height: 55px; background: #f8f8f8; float: right;display: block;cursor: pointer }
.article-top span:hover{ background:#3667dc;}
.article-top span a{width:87px; color: #5f5f5f; font-size: 16px; height: 55px; position: relative; line-height: 55px; margin: auto; display: block;background: url(/uploads/image/tdimages/sifangge.png) 0 22px no-repeat;  }

.article-top span:hover a{width:87px; height: 55px; color:#fff;background: url(/uploads/image/tdimages/sifangge1.png) 0 22px no-repeat; }
.article-top span i{ padding-left: 20px; display: inline-block; }
.article-body1{ margin-top: 30px; overflow: hidden }
.article-body1 h1{ font-size: 30px; color:#5f5f5f; text-align: center; border-bottom: 1px solid #e3e3e3; padding-bottom: 20px; font-weight: normal}
.article-body1 span{ color: #666666; font-size: 0.875rem; display: block; text-align: center }
.article-body1 dl{ width:470px;text-align: center; margin: 20px auto 0; overflow: hidden}
.article-body1 dl dd{ width: auto; float: left; margin-right: 20px; color: #666666; font-size: 0.875rem; }
/*百度分享*/
.share{ width: 252px; margin:15px auto 0; height: 38px; }
.share .bdsharebuttonbox .bds_qzone{ width: 37px !important; height: 37px !important; margin-top:10px !important;float: left; background: url(/uploads/image/tdimages/fenxiang.jpg)  0 no-repeat;}
.share .bdsharebuttonbox .bds_tsina{ width: 37px !important; height: 37px !important; margin-top:10px !important;float: left; background: url(/uploads/image/tdimages/fenxiang.jpg) -53px 0 no-repeat;}
.share .bdsharebuttonbox .fenxiang{width: 37px !important; height: 37px !important; margin-top:10px !important;float: left; background: url(/uploads/image/tdimages/fenxiang.jpg) -105px 0 no-repeat;}
.share .bdsharebuttonbox .bds_weixin{ width: 37px !important; height: 37px !important; margin-top:10px !important;float: left; background: url(/uploads/image/tdimages/fenxiang.jpg) -158px 0 no-repeat;}
.share .bdsharebuttonbox .bds_tqq{ width: 37px !important; height: 37px !important; margin-top:10px !important;float: left; background: url(/uploads/image/tdimages/fenxiang.jpg) -212px 0 no-repeat;    margin-right: 0;
    padding-left: 0 !important;}
.sr-bdimgshare .bdimgshare-bg{ display: none !important;}
.sr-bdimgshare{ display: none !important;}
.bds_more{ display: none !important;}
.bds_more1{ display: block !important;}
.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more{ padding-left: 10px  !important; }
.article-body2{width: 1110px;  margin: 40px auto 0; }


.bdshare-button-style0-16 .bds_more1 {
    float: left;
    font-size: 12px;
    padding-left: 17px;
    line-height: 23px;
    height: 39px !important;
    background-image: ;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 0px 6px 6px 22px !important;
}

.article-body2-p p{ font-size: 15px; line-height: 27px; color: #666666; }
.article-body2-img{ margin-top: 50px; position: relative; }
.v_show{width: 1000px; height: 540px; margin: auto; position: relative; overflow: hidden;}
.v_cont{width: 10000px;    position: absolute; left: 0; top: 0;}
.v_cont ul{float:left;text-align:center;}
.v_cont ul li{width:1000px;height:540px;float:left; position: relative;}
.v_cont ul li img{width: 100%; height: 540px;}
.v_out_p{position: relative;overflow:visible}
.circle{width: 766px; margin: 27px auto 0; overflow: hidden; height: 66px;}
.circle li{width:95px;height:60px;float:left; margin-right:8px;border: solid 3px #e9e9e9; position: relative;}
.circle li img{width: 100%; height: 100%;}
.v_out_p .prev,.v_out_p .next{ width: 31px; height: 56px; position: absolute; top: 236px;}
.v_out_p .prev a,.v_out_p .next a{ width: 31px; height: 56px;display: block;}
.v_out_p .prev{left: -100px; background: url(/uploads/image/tdimages/show-arrow-left.png) 0 0 no-repeat;}
.v_out_p .prev:hover{ background: url(/uploads/image/tdimages/show-arrow-left-hover.png) 0 0 no-repeat;  }
.v_out_p .next{right:-100px; background: url(/uploads/image/tdimages/show-arrow-right.png) 0 0 no-repeat;}
.v_out_p .next:hover{ background: url(/uploads/image/tdimages/show-arrow-right-hover.png) 0 0 no-repeat;  }
.circle li a { transition: opacity .5s; opacity: 1; display: block; }
.circle li a:hover { opacity: 0.65; }
.circle .circle-cur{ border-color: #f08f03; }
.circle li>em{ width: 28px; height: 28px; cursor: pointer; background:  center no-repeat; background-size: 100% 100%; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto;}
.getpn{ width: 100%; margin-top: 80px; overflow: hidden;}
.getpn dd{width: 468px; float: left; line-height: 86px; color: #666666;  border:1px solid #d1d1d1; cursor: pointer;padding:0 60px;font-size: 22px;}
.getpn dd a{ display: inline-block; color: #666666; }
.getpn dd a:hover{ color: #0a509f;}
.getpn dd:first-child{ margin-right: 20px;}
.getpn dd:first-child a{ padding-left: 45px;}
.getpn dd:last-child{text-align: right;}
.getpn dd:last-child a{ padding-right: 45px; }
.getpn dd:hover{ background: #535353; border-color: #535353; color: #fff}
.getpn dd:hover a{ color: #fff; }
/*发展历程*/
.about{ margin-top: 80px; }
.about-title i{ width: 290px !important; }
.rect-55{padding-bottom: 55%;}
.rect-65{padding-bottom: 65%;}
.history .tab_t_h{height: 88px;overflow: hidden;}
.history .tab_h{width: 100%;left: 0;top:0;background: #fff;height: 88px;z-index: 45;;}
.history .tab_h li{width: 25%;font-size: 24px;color: #8c8c8c;text-align: center;border-bottom: 2px solid #bababa;float: left;cursor: pointer;height: 86px;line-height: 86px;}
.history .tab_h li.cur{border-bottom: 2px solid #5f5f5f; color: #535353;}
.history .tab_h li:hover{color: #535353;}
.history .tab_c{overflow: hidden;}
.history .tab_c .ul_box .li_t{float: left;width: 50%;position: relative;}
.history .tab_c .ul_box .li_c{float: right;width: 50%;border-left: 1px solid #e6e6e6\0;position: relative;box-sizing: border-box;width: 49.9%\0;}
.history .tab_c .ul_box .li_c .tab_linear{position: absolute;left: -1px;top: 0;height: 0;background: #ea5613;width: 1px;transition: heigth .5s ease;-webkit-transition: height .5s ease;}
.history .tab_c .ul_box .ul_data{padding-left: 13%;padding-right: 34%; padding-top:3%;} 
.history .tab_c .ul_box .ul_data li{padding-top: 70px;position: relative;}
.history .tab_c .ul_box .ul_data li:after{content: '';position: absolute;left: -80px;height: 100%;width: 1px;background: #e5e5e5;top: -80%;}
.history .tab_c .ul_box .ul_data li .h4{font-size: 24px;color: #333333;font-family: 'arial';line-height: 1;position: relative;line-height: 1;margin-bottom: 3%;}
.history .tab_c .ul_box .ul_data li .p{font-size: 14px;color: #808080;padding-bottom: 7%;}
.history .tab_c .ul_box .ul_data li .h4:after,
.history .tab_c .ul_box .ul_data li .h4:before{content: '';position: absolute;left: -69px;top: 50%;height: 1px;width: 50px;background: #e5e5e5;z-index: 3;}
.history .tab_c .ul_box .ul_data li .h4:before{left: -69px;width: 0px;background: #696969;transition: width .5s ease .5s forwards;-webkit-transition: width .5s ease .5s forwards;z-index: 4;}
.history .tab_c .ul_box .ul_data li .h4 .circle{width: 20px;height: 20px;  overflow: initial !important; border-radius: 50%;position: absolute;top: 50%;left: -90px;margin-top: -10px;z-index: 5;}
.history .tab_c .ul_box .ul_data li .h4 .circle:before{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;transform: scale(0);border: 1px solid #696969;transition: transform .5s ease;border-radius: 50%;}
.history .tab_c .ul_box .ul_data li .h4 .circle:after{content: '';width: 2px;height: 2px;position: absolute;top: 50%;left: 50%;margin-top: -1px;border-radius: 50%;background: #333;}.history .tab_c .ul_box .ul_data li.cur .h4 .circle:before{transform: scale(1);background: #fff;}
.history .tab_c .ul_box .ul_data li.cur .h4 .circle:after{background: #696969;}
.history .tab_c .ul_box .ul_data li.cur .h4:before{width: 50px;}
.history .tab_c .ul_box .li_t .tit_right li{display: none;}
.history .tab_c .ul_box .li_t .tit_right li.normal:first-child{ display: block }
.history .tab_c .ul_box .li_t .tit_right li.normal,
.history .tab_c .ul_box .li_t .tit_right li.fixed{display: none;width: 375px;right: 50%;margin-right: 100px;padding-left: 125px;text-align: right;;padding-top: 90px;}
.history .tab_c .ul_box .li_t .tit_right li.fixed{display: block;position: fixed; top: 157px !important;}
.history .tab_c .ul_box .li_t .tit_right li .tit,
.history .tab_c .ul_box .ul_data .mobile_show .tit{font-size: 30px;font-weight: bold;color: #333333;line-height: 1;padding-bottom: 15px;}
.history .tab_c .ul_box .li_t .tit_right li .p,
.history .tab_c .ul_box .ul_data .mobile_show .p{font-size: 14px;color: #333;padding-bottom: 20px;}
.history .tab_c .ul_box .ul_data .mobile_show{display: none}
.history .tab_c .ul_box .li_c .tab_linear {position: absolute; left: 4px;  top: 0; height: 0; background: #696969;  width: 1px;  transition: heigth .5s ease;  -webkit-transition: height .5s ease;}
.history .li_c .rect-65 { padding-bottom: 56%;}
.imgzoom { overflow: hidden;   -webkit-transform: rotate(0);   transform: rotate(0);}
.imgzoom img {   max-width: 100%;  height: auto;   vertical-align: top;   -ms-interpolation-mode: bicubic;   border: 0;}
.imgzoom img, .imgy180 img {  -moz-transition: all .8s ease 0s;  -ms-transition: all .8s ease 0s;    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;    transition: all .8s ease 0s;}
.history .tab_c .ul_box .ul_data li:after {height: 130%;}
.history .tab_c .ul_box .ul_data li:after {content: '';    position: absolute;  left: -80px;   height: 100%;   width: 1px;   background: #e5e5e5;   top: -80%;}
*[class*="rect-"] {
  position: relative;
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
}
*[class*="rect-"] ._full {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.about-fzlc{ margin-bottom: 80px;}
/*荣誉资质*/
.honor{ width: 1100px; margin:50px auto; }
.honor  ul{ overflow: hidden; clear: both }
.honor li{ width: 516px; float: left; margin-bottom: 20px;}
.honor li .big_img{ width: 516px; height: 376px; overflow:hidden; display: block;  text-align: center}
.honor li .big_img img{ width: auto; height: auto;     margin: auto; display: block   -webkit-transition: all 0.4s ease-in-out;    -moz-transition: all 0.4s ease-in-out;    transition: all 0.4s ease-in-out; }
.honor li .big_img:hover img{transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.honor li p a{ display: block; text-align: center; font-size: 18px; color: #666; line-height: 24px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; margin-top: 10px; }
.honor li:hover p a{ color: #f08f03; }
.honor li a{cursor: default; }
.showmore{width: 38px; height: 41px; background:url(/uploads/image/tdimages/honor_down.png) no-repeat; line-height: 40px; font-size: 0; margin:30px auto 0; cursor: pointer;}
/*公司简介*/
.about-company{ width: 1200px; margin: 40px 50px 0;}
.about-company1{overflow: hidden;}
.about-company1-left{ width:435px; height: 420px; padding: 0 65px 0 50px; float: left; background:#fafafa; }
.about-company1-left h5{ font-size: 30px; color: #535353; font-weight: normal; padding-bottom: 10px; margin-top: 110px; }
.about-company1-left i{ width: 40px; height: 2px; background:#d4d4d4; } 
.about-company1-left p{ font-size: 15px; color: #5f5f5f; line-height: 32px; margin-top: 15px; }
.about-company1-right{width: 650px; float: right; }
.about-company1-right li{ width: 50%; float: left; }
.about-company1-right li .big_img{ width: 325px; height: 210px; display: block; overflow: hidden; position: relative;}
.about-company1-right li .big_img img{width: 100%; height: 100%;  transform: scale(1);  transition: all 0.5s ease 0s;}
.about-company1-right li .big_img:hover img{transform:scale(1.1); transition: all 0.5s ease 0s;}
.about-company2{ margin-top: 90px; overflow: hidden }
.about-company2-tit{ text-align: center; }
.about-company2-tit h4{ font-size: 78px; color: #f6f6f6; }
.about-company2-tit h5{ font-size: 36px; color: #535353; font-weight: normal; margin-top: -50px }
.about-company2-p{ margin-top: 30px; }
.about-company2-p p{ font-size: 15px; line-height: 34px; color: #666666; text-align: center }
.about-company3{ overflow: hidden;margin-top: 90px; }
.about-company3-p{ margin-top: 30px; }
.about-company3-p p{ font-size: 15px; line-height: 34px; color: #666666; text-align: center }
.about-gsjj-bottom{ width: 100%; height: 542px; margin-top: 40px; overflow: hidden; background: url(/uploads/image/tdimages/gsjj-bot-bg.jpg) center no-repeat; }
.about-gsjj-bottom-ul{ width: 100%; height: 320px; overflow: hidden; margin-top: 110px; }
.about-gsjj-bottom-ul li{ width: 324px; height:320px; float: left; border-right: 1px solid #b0b3b7; }
.about-gsjj-bottom-ul li:last-child{ border-right: 0 }
.about-gsjj-bottom-ul li a{ padding: 100px 20px 0 70px; display: block; color: #fff; }
.about-gsjj-bottom-ul li h5{ font-size: 18px; font-weight: normal;position: relative; padding-bottom: 5px; margin-top: 20px;  }
.about-gsjj-bottom-ul li h5:before{ content: ""; position: absolute; width: 37px; height: 1px; background:#fff;bottom: 0 }
.about-gsjj-bottom-ul li p{ font-size: 16px; margin-top: 10px }

.about-gsjj-bottom-ul li a .about-gsjj-bottom-ul-i1{ width: 28px; height: 35px; background:url(/uploads/image/tdimages/gsjj-icon1.png) no-repeat; }
.about-gsjj-bottom-ul li a .about-gsjj-bottom-ul-i2{ width: 34px; height: 34px; background:url(/uploads/image/tdimages/gsjj-icon2.png) no-repeat; }
.about-gsjj-bottom-ul li a .about-gsjj-bottom-ul-i3{ width: 26px; height: 34px; background:url(/uploads/image/tdimages/gsjj-icon3.png) no-repeat; }
.about-gsjj-bottom-ul li a .about-gsjj-bottom-ul-i4{ width: 31px; height: 29px; background:url(/uploads/image/tdimages/gsjj-icon4.png) no-repeat; }
/*.about-gsjj-bottom-ul li:hover{ background:rgba(0,0,0,0.5);}*/
.about-gsjj-bottom-ul li{ display: block; -webkit-transition: color .5s ease-in-out;transition: color .5s ease-in-out; position: relative;}
.about-gsjj-bottom-ul li:before{ position: absolute; bottom: 0; content: ""; width: 0; height: 100%; background:rgba(0,0,0,0.5);-webkit-transition: width .5s ease-in-out;transition: width .5s ease-in-out;  }
.about-gsjj-bottom-ul li:hover:before{ width: 100%; }
/*企业责任*/
.about-qyzr{ width: 1300px; margin:120px auto 108px; overflow: hidden; height: 428px;}
.about-qyzr-left{ width: 655px; float: left;padding-left: 45px;position: relative; }
.about-qyzr-left h4{ font-size: 28px; color: #e5e5e5; font-weight: normal }
.about-qyzr-left h5{ font-size: 28px; color: #5f5f5f; position: relative; padding-bottom: 15px;}
.about-qyzr-left h5:before{ content: ""; position: absolute; width: 37px; height: 3px; background:#f3f3f3;bottom: 0; }
.about-qyzr-left-p{height: 216px; overflow-y: scroll; margin-top: 20px}
.about-qyzr-left-p p{ font-size: 15px; color: #666666; line-height: 36px; text-indent: 2em; padding-right: 30px}
.about-qyzr-left-p::-webkit-scrollbar {
            width: 1px;    
            height: 216px;
}
.about-qyzr-left-p::-webkit-scrollbar-thumb {
        	width: 4px;     
            height: 4px;
            border-radius: 5px;
            -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
            background: rgba(0,0,0,0.2);
 }
        .about-qyzr-left-p::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
            border-radius: 0;
            background: rgba(0,0,0,0.1);
        }
 
.about-qyzr-left-bot{ width: 476px; height: 185px; background:url(/uploads/image/tdimages/qyzr-left-bot.png) no-repeat; position: absolute; left: 0; bottom: -40px }

.about-qyzr-right{ width: 550px; float: right; position: relative; }
.about-qyzr-right i{width: 525px; height: 404px; background:#e8e8e8; position: absolute; top: 20px; left: 20px}
.about-qyzr-right .big_img{ width: 525px; height: 404px; display: block; overflow: hidden; position: relative;}
.about-qyzr-right .big_img img{width: 100%; height: 100%;  transform: scale(1);  transition: all 0.5s ease 0s;}
.about-qyzr-right .big_img:hover img{transform:scale(1.1); transition: all 0.5s ease 0s;}

/*员工天地*/
.about-ygtd{ margin: 80px 0 120px 0; }
.about-ygtd-slider{ width: 100%; position: relative; }
.about-ygtd-slider .bd{ width: 100%; position: relative; }
.about-ygtd-slider .bd .big_img{ width: 959px; height: 456px; display: block; overflow: hidden;  float: left;}
.about-ygtd-slider .bd .big_img img{width: 100%; height: 100%;  transform: scale(1);  transition: all 0.5s ease 0s;}
.about-ygtd-slider .bd .big_img:hover img{transform:scale(1.1); transition: all 0.5s ease 0s;}
.about-ygtd-slider .prev,.about-ygtd-slider .next{ width: 55px; height: 50px; display: block; position: absolute; bottom: 0;    z-index: 97;}
.about-ygtd-slider .prev{ background: url(/uploads/image/tdimages/ygtd-arrow-left.jpg) 0 0 no-repeat; left: 720px;}
.about-ygtd-slider .next{ background: url(/uploads/image/tdimages/ygtd-arrow-right.jpg) 0 0  no-repeat; right: 470px;}
.about-ygtd-slider .prev:hover{ background: url(/uploads/image/tdimages/ygtd-arrow-left-hover.jpg) 0 0 no-repeat;}
.about-ygtd-slider .next:hover{ background: url(/uploads/image/tdimages/ygtd-arrow-right-hover.jpg) 0 0  no-repeat; }
.bd-arc{ width: 395px; float: right; padding: 85px 65px; background:#f6f6f6; position: absolute; right: 0; top: 120px; z-index: 98;}
.bd-arc h5{ color: #5f5f5f; font-size: 26px; font-weight: normal; position: relative; padding-bottom: 10px; }
.bd-arc h5:before{ content: ""; position: absolute; width: 37px; height: 1px; background:#7e7e7e; bottom: 0 }
.bd-arc p{ font-size: 15px; color: #666666; line-height: 30px; margin-top: 20px}

.about-ygtd-slider .bd li{position: relative;padding-bottom: 40px;}
.about-ygtd-slider .prev, .about-ygtd-slider .next{bottom: 40px;    z-index: 98;}
/*联系方式*/
.contact{ margin-top: 65px;}
.contact h5{ font-size: 26px; color: #5f5f5f; font-weight: normal }
.contact1{ overflow: hidden }
.contact .contact1-body{  margin-top: 30px}
.contact .contact1-body dl{ width: 895px; float: left }
.contact .contact1-body dl dd{ width: 359px; margin-right: 87px; color: #5f5f5f; font-size: 15px; float: left; margin-bottom: 40px}
.contact .contact1-body dl dd:nth-child(2n){ margin-right: 0 }
.contact .contact1-body dl dd i{ border-bottom: 1px solid #dadee1; padding-bottom: 10px }
.contact .contact1-body dl dd em{ margin-top: 10px }
.contact1-body-dd1{ background: url(/uploads/image/tdimages/contact-icon1.png) 0 10px no-repeat; padding-left: 45px; }
.contact1-body-dd2{ background: url(/uploads/image/tdimages/contact-icon3.png) 0 10px no-repeat; padding-left: 45px; }
.contact1-body-dd3{ background: url(/uploads/image/tdimages/contact-icon2.png) 0 10px no-repeat; padding-left: 45px; }
.contact1-body-dd4{ background: url(/uploads/image/tdimages/contact-icon4.png) 0 10px no-repeat; padding-left: 45px; }
.contact .contact1-body ul{ overflow: hidden; float: right; width: 278px;  }
.contact .contact1-body ul li{ width: 124px; float: left; margin-right: 30px;  }
.contact .contact1-body ul li:last-child{ margin-right: 0 }
.contact .contact1-body ul li img{ width: 124px; height: 124px; }
.contact .contact1-body ul li p{ text-align: center ;color: #5f5f5f; font-size: 13px; }
.map{ width: 100%; height: 450px; border: 1px solid #e6e6e6; margin-top: 55px; overflow: hidden;}
.bmaplabel{display: none !important;}
.map img{width: auto !important; margin: 0 0;  }
.contact2{ overflow: hidden; margin-top: 90px; margin-bottom: 70px }
.contact2 h5{ font-size: 28px; color: #5f5f5f; text-align: center; position: relative; }
.contact2 h5:before,.contact2 h5:after{ content: ""; position: absolute; width: 518px; height: 1px; background: #e1e1e1; top: 20px }
.contact2 h5:before{ left: 0 }
.contact2 h5:after{ right: 0 }
.contact2 ul{ margin-top: 54px;}
.contact2 li{ width:524px; border:1px solid #dfdfdf; height: 180px; padding: 40px 50px; float: left; margin-right: 30px; background: #f8f8f8;margin-bottom: 30px;}
.contact2 li:last-child{margin-bottom: 0px;}
.contact2 li p{ font-size: 15px; color: #666666; line-height: 34px; }
.contact2 li h4 a{display: block; color: #333333; font-size: 18px; margin-top: 10px; margin-bottom: 30px; padding-bottom: 10px; position: relative; font-weight: normal; overflow: hidden;text-overflow:ellipsis;white-space: nowrap; border-bottom: 1px solid #e5e5e5; }
.contact2 li h4 a:before{ content: ""; position: absolute; bottom: 0; width: 40px; height: 3px; background:#5f5f5f; -webkit-transition: width .5s ease-in-out;transition: width .5s ease-in-out;}
.contact2 li h4 a:hover:before{ width: 100%; }
.contact2 li .contact2-bot-l{ width: 345px; float: left  }
.contact2 li img{ width: 80px; height: 80px; float: right }
/*留言反馈*/
.liuyan{ width: 100%; height: 819px !important; background: url(/uploads/image/tdimages/liuyan-bg.jpg) no-repeat;  margin-top: 0;}
.liuyan .title{ overflow: hidden; padding-top: 60px; }
.form{ width: 1300px; margin-top: 60px; }
.form-all{ width: 100%; overflow: hidden; }
.form-left1{ width: 626px; float: left;  }
.form-left1 input,.form-right1 input{color: #999999;font-size: 14px;}
.form input{ width: 624px; height: 50px; float: left; border:1px solid #dddddd; margin-bottom: 20px;padding-left:20px; }
.form-right1 input{max-width:604px;}
.username{ margin-right: 25px; }
.company{ margin-right: 25px; position: relative; left: 0}
.tel{ margin-right: 25px; }
.form-right1{ width: 626px; float: right }
.textarea{width: 645px; height: 264px; border:1px solid #dddddd;}
.form-right1 .textarea{max-width: 624px;}
.tijiao{ width: 365px; margin: 85px auto 0; overflow: hidden; }
.tijiao span{ width: 160px; height: 40px; background: #a6a6a5;  float: left; margin-right: 40px; line-height: 40px; text-align: center; display: block}
.tijiao span input,.tijiao span a{ color: #fff; text-align: center }
.tijiao span:hover{background: #535353;}

/*荣誉资质*/
.div1{ margin-top:60px;}
.div1 .lf{ width:439px; padding-left:50px; padding-top:148px; float: left}
.div1 .lf ul{ width:439px; height:322px; overflow:hidden;}
.div1 .lf ul li{ width:439px; height:322px; overflow:hidden;}
.div1 .rg{ width:500px; margin-right:100px; background:url(/uploads/image/tdimages/2_39.jpg) 120px top repeat-y; height:auto; padding-bottom:100px;float: right;}
.div1 .rg ul{ padding-top:30px;}
.div1 .rg ul li{ margin-bottom:30px; border-bottom:1px solid #f3f3f3; padding-bottom:30px;}
.div1 .rg .p1{ color:#2d2c30; font-size:24px; line-height:26px; padding-left:32px;}
.div1 .rg .p2 a{ margin-top:30px; display:inline-block; background:url(/uploads/image/tdimages/2_41.jpg) 115px 10px no-repeat; color:#a3a3a3; font-size:18px; width: 100%}
.div1 .rg .p2 a .pp1{ float:left; padding-left:47px;}
.div1 .rg .p2 a .pp2{ float:right; width:344px;}
.div1 .rg .p2 a:hover,.div_hon .div1 .rg .p2 .current{ color:#333; background:url(/uploads/image/tdimages/2_42.jpg) 115px 10px no-repeat;}
/*新闻列表*/
.news{ width: 100%; margin-top: 5.3125em;  overflow: hidden;  padding-bottom: 80px; }
.news .title i{ width: 250px !important }
.news-con{ width: 100%; }
.news .section-nav{ width: 350px; margin:50px auto 0;}
.news-con{ border-top: 1px solid #ededed; margin-top: 60px;}
.news-con ul{ padding-bottom: 120px; overflow: hidden}
.news-con li{ width: 403px; height: auto; border-right: 1px solid #ededed; padding-top: 30px; padding-right: 20px; float: left }
.news-con li:nth-child(3n){ border-right: 0; }
.news-con li li{ margin-left: 20px; }
.news-con li li li{ margin-left: 20px; padding-right: 0 }
.news-con li li li li{ margin-left: 0; padding-right: 20px; }
.news-con li li li li li{margin-left: 20px; }
.news-con li li li li li li{margin-left: 20px; padding-right: 0 }

.news-con li .big_img{ width: 403px; height: 216px; display: block; overflow: hidden; position: relative;}
.news-con li .big_img img{width: 100%; height: 100%;  transform: scale(1);  transition: all 0.5s ease 0s;}
.news-con li .big_img:hover img{transform:scale(1.1); transition: all 0.5s ease 0s;}
.news-con li h4 a{ display: block; color: #333333; font-size: 18px; margin-top: 30px; font-weight: normal; overflow: hidden;text-overflow:ellipsis;white-space: nowrap; }
.news-con li p{ font-size: 14px; line-height: 24px; color: #999999; margin-top: 5px; }
.news-con1 span{  width: 110px; height: 2em; margin-top: 26px; border:1px solid #c9c9c9; display: block;position: relative;-webkit-transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s;}
.news-con1 span a{ color: #999; font-size: 0.875rem; line-height: 34px; display: block; padding-left: 28px; }
.news-con1 span i{ display: inline-block; width: 50px; height: 33px; background:url(/uploads/image/tdimages/jiantou3-hover.png) 0 0 no-repeat;    position: absolute; top: 13px;    right: -25px;}
.news-con li:hover .news-con1 span i{background:url(/uploads/image/tdimages/news-hover.png) 0 0 no-repeat; }
.news-con li:hover .news-con1 span a{ color: #535353; }
.news-con li:hover .news-con1 span{ border-color: #535353; }
/*.news-con li:hover .news-con1 span{
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transform: translatey(-10px);
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -ms-transform: translatey(-10px);
}

.news-con1 span{
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transform: translatey(0px);
    -webkit-transform: translatey(0px);
    -moz-transform: translatey(0px);
    -ms-transform: translatey(0px);
}*/
/*新闻公告列表*/
.gonggao-con{ width: 100%;overflow: hidden}
.gonggao-con ul{ overflow: hidden; margin-top: 40px;padding-bottom: 60px }
.gonggao-con li{ width: 404px; float: left; margin-right: 44px; margin-top: 20px; margin-bottom: 70px; }
.gonggao-con li span{ display: block; font-size: 18px; color: #666666; font-family: aril; }
.gonggao-con li h4 a{display: block; color: #333333; font-size: 18px; margin-top: 10px; padding-bottom: 10px; position: relative; font-weight: normal; overflow: hidden;text-overflow:ellipsis;white-space: nowrap; border-bottom: 1px solid #e5e5e5; }
.gonggao-con li h4 a:before{ content: ""; position: absolute; bottom: 0; width: 20px; height: 1px; background:#535353; -webkit-transition: width .5s ease-in-out;transition: width .5s ease-in-out;}
.gonggao-con li h4 a:hover:before{ width: 100%; }
.gonggao-con li p{ color: #999; font-size: 14px; line-height: 24px; margin-top: 20px}

/*新闻详情*/
.article-body-left{ width: 790px;  }
.article-body-left h1{ font-size: 30px; font-weight: normal; color: #5f5f5f; }
.article-body-left dl{ overflow: hidden; margin-top: 10px; border-bottom: 1px solid #e3e3e3; padding-bottom: 10px }
.article-body-left dl dd{ margin-right: 15px; float: left; color: #7e7e7e; font-size: 14px; line-height: 17px; padding-left: 25px; }
.article-body-left dl dd.fabu-time{ background:url(/uploads/image/tdimages/time-icon.jpg) no-repeat; }
.article-body-left dl dd.liulan{ background:url(/uploads/image/tdimages/liulan-icon.jpg) 0 3px no-repeat; }
.article-body-left-con{ width: 100%; margin-top: 20px; }
.article-body-left-con p{ font-size: 15px; color: #666666; line-height: 27px; text-indent: 2em; }
.article-body-left-con img{ text-align: center; display: block;margin:30px auto; }

.article-body-right{ width: 330px; }
.article-body-right-t{ padding-left: 75px; overflow: hidden; height: 36px; }
.article-body-right-t span a{width: 73px; display: block ; float: left; padding-left: 25px; line-height: 24px; font-size: 18px; color: #5f5f5f; line-height: 24px; background: url(/uploads/image/tdimages/fanhui-icon.jpg) 0 5px no-repeat; } 
.article-body-right-t span a:hover{color:#3667dc}

.article-body-right-t ul{ margin-left: 50px; height: 25px; border-left: 1px solid #cccccc; float: left}
.article-body-right-t ul li{ width: 36px; float: left }
.article-body-right-t ul li a{width: 46px; height: 36px; float: left; display: block}
.article-body-right-t ul li .dayin{  display: block; background:url(/uploads/image/tdimages/dayin-icon.jpg) no-repeat; margin-left:12px;}
.article-body-right-t ul li .fenxiang{  display: block; background:url(/uploads/image/tdimages/fenxiang-icon.jpg) no-repeat; margin-left: 24px;}

.arc-pn{border: 10px solid #f3f3f3; padding: 45px 20px; margin-top: 40px; }
.arc-pn span{ display: block; border-bottom: 1px solid #ececec; color: #5f5f5f; font-size: 15px; padding-bottom: 25px; }
.arc-pn span a{ color: #333333;line-height: 24px; margin-top: 10px;display: inline-block; }
.arc-pn span a.active{ color: #5f5f5f; }

.arc-pn span:last-child{ border-bottom: 0; margin-top: 35px; padding-bottom: 0; }
/*人才招聘*/
.zhaopin-tit{ margin-top: 60px;}
.zhaopin-tit-left{ width: 473px; float: left;padding-left: 45px;position: relative; margin-top: 60px }
.zhaopin-tit-left h4{ font-size: 28px; color: #e5e5e5; font-weight: normal }
.zhaopin-tit-left h5{ font-size: 28px; color: #5f5f5f; position: relative; padding-bottom: 15px;}
.zhaopin-tit-left h5:before{ content: ""; position: absolute; width: 37px; height: 3px; background:#f3f3f3;bottom: 0; }
.zhaopin-tit-left-p{height: auto;  margin-top: 30px; margin-bottom: 80px}
.zhaopin-tit-left-p p{ font-size: 15px; color: #666666; line-height: 36px; text-indent: 2em; padding-right: 30px}
.zhaopin-tit-left-bot{ width: 476px; height: 185px; background:url(/uploads/image/tdimages/qyzr-left-bot.png) no-repeat; position: absolute; left: 0; bottom: 0px }
.zhaopin-tit-right{ width: 584px; float: right; position: relative; }
.zhaopin-tit-right i{width: 584px; height: 380px; background:#e8e8e8; position: absolute; top: -60px; left: 60px}
.zhaopin-tit-right .big_img{ width: 584px; height: 380px; display: block; overflow: hidden; position: relative;}
.zhaopin-tit-right .big_img img{width: 100%; height: 100%;  transform: scale(1);  transition: all 0.5s ease 0s;}
.zhaopin-tit-right .big_img:hover img{transform:scale(1.1); transition: all 0.5s ease 0s;}


.scaleimg{overflow: hidden;position: relative;}
.scaleimg img{ width: 100%;transition:0.5s;-webkit-transition: 0.5s;}
.scaleimg img:hover{transform: scale(1.1);-webkit-transform: scale(1.1); z-index: 999; position: relative;}
.imgapst { position: absolute; left: -70px; top: 70px; }


.zhaopin-info{ margin-top: 100px; margin-bottom: 65px; overflow: hidden}
.zhaopin-search{ width: 1090px; border:10px solid #ededed; padding:0 110px 0 80px; overflow: hidden; margin-top: 60px}
.zhaopin-search-l{ width: 390px; float: left; margin: 35px 0; }
.zhaopin-search-l span{ display: inline-block; color: #5a5a5a; float:left; font-size: 14px; line-height: 30px }
.zhaopin-search-l select{ border: none; outline: none;width: 255px; height: 30px;line-height: 30px;appearance: none; color: #a9a9a9; -webkit-appearance: none; -moz-appearance: none; padding-left: 15px; }
.zhaopin-search-l div{ width: 270px;height: 30px; float:left;box-shadow: 0 0 5px #ccc; position: relative; float: left}
.zhaopin-search-l div:after{content: "";width: 33px;height: 30px;  background: url(/uploads/image/tdimages/xiala.jpg) no-repeat center;position: absolute; right: 0;top: 0;pointer-events: none;}
.zhaopin-search-c{ width: 370px; float: left;margin: 35px 0 35px 60px; }
.zhaopin-search-c span{ display: inline-block; color: #5a5a5a; float:left; font-size: 14px; line-height: 30px }
.zhaopin-search-c input{width: 277px; height: 30px; line-height: 30px; font-size: 14px; color: #a9a9a9;box-shadow: 0 0 5px #ccc; padding-left: 15px; border:1px solid #ccc; }
.zhaopin-search .submit{ width: 230px; height: 30px; color: #fff; text-align: center; line-height: 20px; font-size: 14px; float: right; margin: 35px 0; background: #5f5f5f; cursor: pointer }



.zhaopin_list{ margin-top: 30px;}
.zhaopin_list_zw{width: 100%; overflow: hidden;}
.zhaopin_list_zw_top{height: 45px; background: #8c8c8c;}
.zhaopin_list_zw_top span{ display: block; width: 20%; float: left; text-align: center; line-height: 45px; color: #fff; font-size: 16px;}
.zhaopin_list_zw_con { width: 100%; color: #666; background-color: white; padding-bottom: 90px;}
.zhaopin_list_zw_con li{ width: 1298px; border: 1px solid #e6e6e6; border-top: 0}
.zhaopin_list_zw_con .hide { display: none;}
.zhaopin_list_zw_con dt {width: 100%; height: 45px; font-size: 19px; color: #fff;cursor: pointer;}
.zhaopin_list_zw_con dt > span{display: block; width: 20%; float: left; text-align: center; line-height: 45px; font-weight: normal; color: #5f5f5f; font-size: 16px; }
.zhaopin_list_zw_con_s1{ background:  138px 20px no-repeat ;}
.zhaopin_list_zw_con dd { width: auto;  position: relative;  display: none; color: #666666;  background:#f7f7f7;font-size: 16px; padding: 45px 110px; }
.zhaopin_list_zw_con dd h5{text-align: left;  margin: 40px 0  40px 35.66%;}
.zhaopin_list_zw_con dd p{ text-align: left; margin-left:0; line-height: 33px; font-size: 14px;}
.zhaopin_list_zw_con dd p strong{ font-weight: normal; font-weight: bold}
.jianli{ margin-top: 40px; overflow: hidden;}
.jianli span{ width: 160px; height: 40px; line-height: 40px; text-align: center; display: block;margin-right: 10px; float: left; border:1px solid #d6d6d6;}
.jianli span a{ color: #555; display: block; font-size: 16px; }
.jianli span:hover{ background: #535353; }
.jianli span:hover a{ color: #fff; }
.zhaopin_list_zw_con li:hover{
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transform: translatey(0);
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -ms-transform: translatey(0);
    box-shadow: 0px 0 0 0px rgba(28, 41, 47, 0.16);
    -webkit-box-shadow: 0px 0 0 0px rgba(28, 41, 47, 0.16);
    -moz-box-shadow: 0px 0 0 0px rgba(28, 41, 47, 0.16);
    -ms-box-shadow: 0px 0 0 0px rgba(28, 41, 47, 0.16);
}
.zhaopin_list_zw_con li{
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transform: translatey(0);
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -ms-transform: translatey(0);
    box-shadow: 0px 0 0 0px rgba(28, 41, 47, 0.16);
    -webkit-box-shadow: 0px 0 0 0px rgba(28, 41, 47, 0.16);
    -moz-box-shadow: 0px 0 0 0px rgba(28, 41, 47, 0.16);
    -ms-box-shadow: 0px 0 0 0px rgba(28, 41, 47, 0.16);
}

.zhaopin-mask{  width: 100%; height: 100%; background: rgba(0,0,0,0.6); position: fixed; z-index: 99999;top: 0; display: none; }
.zhaopin-biaodan{ width: 1274px; height: 770px; position: absolute; top: 0; right: 0; left: 0; bottom: 0; margin: auto; background: url(/uploads/image/tdimages/zhaopin-biaodan-bg.png) no-repeat; }
.zhaopin-biaodan-tit{ width: 388px; margin: 85px auto 0; text-align: center;position: relative; }
.zhaopin-biaodan-tit h5{ font-size: 28px; color: #333333; font-weight: normal; position: relative; }
.zhaopin-biaodan-tit h5:before,.zhaopin-biaodan-tit h5:after{ content: ""; position: absolute; top: 10px; width: 115px; height: 13px; }
.zhaopin-biaodan-tit h5:before{ left: 0; background:  no-repeat; }
.zhaopin-biaodan-tit h5:after{ right: 0; background:  no-repeat; }
.zhaopin-biaodan .close{ width: 41px; height: 41px; background: url(/uploads/image/tdimages/close_btn.png) no-repeat; position: absolute; right: 0; top:5px}

.form-left{ width: 548px; float: left }
.form-left input{ width: 531px; float: left; height: 50px; line-height:50px; border:1px solid #dddddd; color: #999999; font-size: 14px; background: #fff; margin-bottom: 20px;padding-left: 15px; }

.form-left select{ border: none; outline: none;width: 531px; height: 50px;line-height: 50px;appearance: none; color: #a9a9a9; -webkit-appearance: none; -moz-appearance: none; padding-left: 15px; }
.form-left div{ width: 546px;height: 50px; float:left; margin-bottom:20px;box-shadow: 0 0 5px #ccc; position: relative; float: left}
.form-left div:after{content: "";width: 50px;height: 50px;  background: url(/uploads/image/tdimages/xiala2.jpg) no-repeat center;position: absolute; right: 0;top: 0;pointer-events: none;}
.form-right{ width: 548px; float: right }
.form-right input{ width: 531px; float: left; height: 50px; line-height:50px; border:1px solid #dddddd; color: #999999; font-size: 14px; background: #fff; margin-bottom: 20px;padding-left: 15px; }
.form-right .textarea-zhaopin{ width: 531px; height: 110px; border:1px solid #dddddd; margin-bottom: 20px; color: #999999; padding-left: 15px; padding-top: 10px;}
.form-right-code{ position: relative; }
.form-right-code .code{ position: absolute; top: 10px; left: 200px; }
.form-right-code span{ display: block; position: absolute; /* top: 18px; left: 340px;    */ top: 12px;left: 298px;}
.form-right-code span i{ display: inline-block; color: #f43030; }

.zhaopin-tj{ width: 1150px;margin:70px auto 0;}
.zhaopin-tj .tijiao{ margin: 65px auto 0 }
.tijiao span input{ width: 160px; height: 40px; background: #a6a6a5; }
@media only screen and (min-width: 1201px) and (max-width: 1440px) {
/*工程业绩*/
.project-con{ position: relative; width: 1310px; margin:25px auto 0; }
.project-con li{ width: 320px; float: left; border-bottom: 1px solid #c9c9c9; padding-bottom: 5px; margin-right: 10px;}
  
.bdshare_popup_box{left:1100px !important;}

}
@media only screen and (min-width: 1441px) and (max-width: 1680px) {
/*工程业绩*/
.project-con{ position: relative; width: 1390px; margin:35px auto 0; text-decoration: center; }
.project-con li{ width: 340px; display: inline-block; border-bottom: 1px solid #c9c9c9; padding-bottom: 5px; margin-right: 10px;}
    

}

.tab_c1{display:none}
.ban-m{display:none}
.about-ygtd-m{display:none;}
@media only screen and (min-width: 240px) and (max-width: 1200px) {
.honor{ width: 96%; margin:0 auto; }
.honor  ul{ overflow: hidden; clear: both }
.honor li{ width: 100%; float: left; margin-bottom: 20px; cursor: default; }
.honor li .big_img{ width: 100%; height: auto; overflow:hidden; display: block;}
.honor li .big_img img{ width: 100%; height: auto;    -webkit-transition: all 0.4s ease-in-out;    -moz-transition: all 0.4s ease-in-out;    transition: all 0.4s ease-in-out; }
.honor li .big_img:hover img{transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.honor li p a{ display: block; text-align: center; font-size: 18px; color: #666; line-height: 24px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; margin-top: 10px; }
.honor li:hover p a{ color: #f08f03; }
.showmore{ margin-top: 0; margin-bottom: 20px; }


.ban{display:none}
/*关于我们*/
.ban-m{display:block;margin-bottom: 66px;}
.ban-con {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}	
.ban-con h5 {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    margin-top: -116px;
    text-align: center;
}
.ban-con h4 {
    font-size: 18px;
    color: #fff;
    margin-top: 0;    text-align: center;
}	
.mouse{display:none;}	
.ban-m img{width:100%; margin-top: 60px;}	
.about {
    margin-top: 0;
}
.title{padding:10px 0;}
.title h2 {
    font-size: 1rem;
    color: #5f5f5f;
    font-weight: 600;
}
.about-company {
    width: 100%;
    margin: 0;
}
.about-company1-left {
    width: auto;
    height: auto;
    padding: 5px;
    float: left;
    background: #fafafa;
}
.about-company1-left h5 {
    font-size: 15px;
    color: #535353;
    font-weight: normal;
    padding-bottom: 10px;
    margin-top: 10px;
}
.about-company1-left p {
    font-size: 14px;
    color: #5f5f5f;
    line-height: 26px;
    margin-top: 5px;
}
.position-right {
    float: left;
    margin-left: 0;
}
.position-right .posi-icon {
    width: 100%;
    height: 40px;
    background: url(/uploads/image/tdimages/position-icon2.png) 0 14px no-repeat;
    display: inline-block;
    float: left;
}
.position-right ul {
    float: none;
    margin-left: 0;
    /* display: none; */
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.posi-icon{display:none;}
.about-company1-right {
    width: 100%;
    float: right;
}
.about-company1-right li .big_img {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    position: relative;
}
.about-company1-right li .big_img:hover img {
    transform: scale(1);
    transition: all 0.5s ease 0s;
}
.about-company1-right li {
    width: 49%;    margin-bottom: 4px;
    float: left;
    margin-right: 2%;
}
.about-company1-right li:nth-child(2n){
    margin-right: 0%;
}
.about-company2 {
    margin-top: 0;
    overflow: hidden;
}
.about-company2-tit h4 {
    font-size: 28px;
    color: #f3f3f3;
}
.about-company2-tit h5 {
    font-size: 16px;
    color: #535353;
    font-weight: 600;
    margin-top: -20px;
}
.about-company2-tit {
    text-align: center;
    padding: 10px 0;
}	
.about-company2-p {
    margin-top: 0;
}
.about-company2-p p {
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    text-align: center;
}
.about-company3 {
    overflow: hidden;
    margin-top: 0;
}	
.about-title i {
    width: 248px !important;
}
.about-company3-p {
    margin-top: 0;
}
.about-company3-p p {
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    text-align: center;
}
.about-gsjj-bottom {
    width: 100%;
    height: 490px;
    margin-top: 10px;
    overflow: hidden;
    background: url(/uploads/image/tdimages/gsjj-bot-bg.jpg) center no-repeat;
    background-size: cover;
}	
.about-gsjj-bottom-ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}	
.about-gsjj-bottom-ul li {
    width: 100%;
    height: auto;
    float: left;
    border-bottom: 1px solid #b0b3b7;
	border-right:none;
}
.about-gsjj-bottom-ul li a {
    padding: 0;
    display: block;
    color: #fff;
}
.about-gsjj-bottom-ul li {
    padding: 10px 0px;
}
.about-gsjj-bottom-ul li h5 {
    font-size: 16px;
    font-weight: normal;
    position: relative;
    padding-bottom: 5px;
    margin-top: 5px;
}
.about-gsjj-bottom-ul li p {
    font-size: 15px;
    margin-top: 7px;
}
.about-ygtd {
    margin: 0;
}
.bd-arc {
    width: auto;
    float: right;
    padding: 10px 15px;
    background: #f6f6f6;
    position: inherit;
    right: 0;
    z-index: 999;
}

.about-ygtd-m{display:block;}
.about-ygtd{display:none;}
.bd-arc h5 {
    color: #5f5f5f;
    font-size: 15px;
    font-weight: normal;
    position: relative;
    padding-bottom: 8px;
}
.bd-arc p {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    margin-top: 10px;
}
.big_img img{width:100%;}

.about-ygtd-slider-m li{width:100%; float:left; margin-bottom:15px;}

.div1 .lf {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
    float: left;
}
.div1 {
    margin-top: 0;
}
.tab_h,.li_t,.tab_t_h,.mobile_show{display:none;}
.history .tab_c .ul_box .ul_data li .h4 .circle:after {
   display:none;
}
.history .tab_c .ul_box .ul_data li .h4 .circle {
    display: none;
}
.history .tab_c .ul_box .ul_data li .h4:after, .history .tab_c .ul_box .ul_data li .h4:before {
     display: none;
}
.history .tab_c .ul_box .ul_data li:after {
   display: none;
}
.history .tab_c .ul_box .li_c .tab_linear {
    display: none;
}
.history .tab_c .ul_box .li_c {
    float: right;
    width: 100%;
}
.history .tab_c .ul_box .ul_data {
    padding-left: 0;
    padding-right: 0;
}
.history .tab_c .ul_box .ul_data li {
   padding-top: 10px;
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px #dddddd solid;
    overflow: hidden;
}
.history .tab_c .ul_box .ul_data {
    display: block;
}
.history .tab_c .ul_box .ul_data li .h4 {
    font-size: 22px;
    color: #333333;
    font-family: 'arial';
    line-height: 1;
    position: relative;
    line-height: 1;
    margin-bottom: 2%;
}
.history .tab_c .ul_box .ul_data li .p {
    font-size: 14px;
    color: #808080;
    padding-bottom: 2%;
}
.about-qyzr {
    width: 100%;
    margin: 0;
    overflow: hidden;
    height: auto;
}
.about-qyzr-left {
    width: 100%;
    float: left;
    padding-left: 0;
    position: inherit;
}
.about-qyzr-left h4 {
    font-size:16px;
    color: #e5e5e5;
    font-weight: normal;
}
.about-qyzr-left h5 {
    font-size: 16px;
    color: #5f5f5f;
    position: relative;
    padding-bottom: 9px;
}
.about-qyzr-left-p {
    height: auto;
    overflow-y: inherit;
    margin-top: 0;
}
.about-qyzr-left-p p {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    text-indent: 0;
    padding-right: 0;
}
.about-qyzr-left-bot{display:none;}
.about-qyzr-right .big_img {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    position: relative;
}
.tab_c1{display:block;}
.div1{display:none}
.tab_c1 .cur{    padding: 10px;
    border-bottom: 1px #ddd solid;
    color: #555;
    font-size: 15px;}

.tab_c1 .cur .p{    padding: 0 0 10px 0;}
.project {
    width: auto;
    margin-top: 0;
    overflow: hidden;
    padding-bottom: 10px;
}
.section-nav {
    width: 100%;
    margin: 0;
    text-align: center;
}
.section-nav li {
    width: 31.6%;
	margin-bottom:5px;
    height: 2em;
    line-height: 2em;
    border: 1px solid #c9c9c9;
    text-align: center;
    margin-right: 1.6%;
    float: left;
}
.section-nav li:nth-child(3n){
    margin-right: 0%;
}
.project{padding:0 0.7em}
.project-con {
    position: relative;
        overflow: hidden;
    padding-bottom: 20px;
    width: 100%;
    margin: 5px auto 0;
}
.project-con li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 5px;
    margin-right: 0;
    margin-bottom: 10px;
}
.project-con1 h4 {
    font-size: 15px;
    font-weight: normal;
    margin-top: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.project-con1 p {
    color: #999999;
    font-size: 13px;
    line-height: 27px;
}
.section-nav li:hover {
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transform: translatey(0px);
    -webkit-transform: translatey(0px);
    -moz-transform: translatey(0px);
    -ms-transform: translatey(0px);
}
.no-search-result{display:none}
/**新闻**/
.news {
    width: auto;
    margin-top: 0;
    overflow: hidden;
    padding-bottom: 10px;
}
.news .section-nav {
    margin: 0;
}
.news-con {
    border-top: 1px solid #ededed;
    margin-top: 10px;
}
.news  .section-nav{width: auto; padding:0 0.7em;}
.news-con li {
    width: 100%;
    height: auto;
    border-right: 1px solid #ededed;
    padding-top: 10px;
    padding-right: 0;
    float: left;
}
.news-con li .big_img {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    position: relative;
}
.news-con li h4 a {
    font-size: 15px;
    margin-top: 10px;
}
.news-con li p {
    font-size: 13px;
}
.news-con1 span,.news-con1 span a{display:none;}
.news-con li li {
    margin-left: 0;
}
.news-con li li li {
    margin-left: 0;
    padding-right: 0;
}
.news-con li li li li li {
    margin-left: 0;
}
.news-con li li li li li li {
    margin-left: 0;
    padding-right: 0;
}
.news-con ul {
    padding-bottom: 10px;
    overflow: hidden;
}
.article-body {
    margin:10px 0;
    width: 100%;
}
.article-body-left {
    width: 100%;
}
.article-body-left h1 {
    font-size: 16px;
    font-weight: normal;
    color: #5f5f5f;
    text-align: center;
}
.article-body-left dl dd {
    margin-right: 0;
    float: inherit;
    color: #7e7e7e;
    font-size: 13px;
    line-height: 17px;
    padding-left: 0;
    text-align: center;
}
.article-body-left dl{display:none}
.article-body-left-con {
    width: 100%;
    margin-top: 10px;
    border-top: 1px #ddd solid;
}
.article-body-left-con p {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    text-indent: 2em;
}
.article-body-left-con img {
    text-align: center;
    display: block;
    margin: 10px auto;
    max-width: 100%;
}
.article-body-right-t{display:none;}
.article-body-right {
    width: 100%;
}
.arc-pn {
    border: none;
    padding: 0;
    margin-top: 12px;
}
.arc-pn span {
    display: block;
    border-bottom: 1px solid #ececec;
    color: #5f5f5f;
    font-size: 14px;
    padding-bottom: 10px;
}
.arc-pn span:last-child {
    border-bottom: 0;
    margin-top: 15px;
    padding-bottom: 0;
}
/**招聘***/
.zhaopin-tit {
    margin-top: 0;
}
.zhaopin-tit-left {
    width: 100%;
    float: left;
    padding-left: 0;
    position: relative;
    margin-top: 0;
}
.zhaopin-tit-left h4 {
    font-size: 16px;
    color: #e5e5e5;
    font-weight: normal;
}
.zhaopin-tit-left h5 {
    font-size: 16px;
    color: #5f5f5f;
    position: relative;
    padding-bottom: 7px;
}
.zhaopin-tit-left-p {
    height: auto;
    margin-top: 4px;
    margin-bottom: 0;
}
.zhaopin-tit-left-p p {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    text-indent: 2em;
    padding-right: 0;
}
.zhaopin-tit-left-bot {
    background: none;
}
.zhaopin-tit-right {
    width: 100%;
    float: right;
    position: inherit;
}
.scaleimg {
    overflow: hidden;
    position: relative;
    max-width: 100%;
	margin-bottom:5px;
}
.imgapst {
    position: inherit;
    left: 0;
}
.zhaopin-info {
    margin-top: 0;
    margin-bottom: 10px;
    overflow: hidden;
}
.zhaopin-search {
    width: 94%;
    border: 10px solid #ededed;
    padding: 0 0px 0 0px;
    overflow: hidden;
    margin-top: 0px;
}
.zhaopin-search{display:none;}
.zhaopin_list {
    margin-top: 0;
}
.zhaopin_list_zw_con li {
    width: 99.6%;
    border: 1px solid #e6e6e6;
    border-top: 0;
}
.zhaopin_list_zw_con dt > span {
    display: block;
    width: 20%;
    float: left;
    text-align: center;
    line-height: 35px;
    font-weight: normal;
    color: #5f5f5f;
    font-size: 12px;
}
.zhaopin_list_zw_top span {
    display: block;
    width: 20%;
    float: left;
    text-align: center;
    line-height: 43px;
    color: #fff;
    font-size: 14px;
}
.zhaopin_list_zw_con dt {
    width: 100%;
    height: 35px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}
.zhaopin_list_zw_con dd {
    width: auto;
    position: relative;
    display: none;
    color: #666666;
    background: #f7f7f7;
    font-size: 16px;
    padding: 10px 3px;
}
.zhaopin_list_zw_con dd p {
    text-align: left;
    margin-left: 0;
    line-height: 26px;
    font-size: 13px;
}
.jianli span a {
    color: #555;
    display: block;
    font-size: 12px;
}
.jianli {
    margin-top: 6px;
    overflow: hidden;
}
.jianli span {
    width: 48.4%;margin-bottom: 5px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    margin-right: 2%;
    float: left;
    border: 1px solid #d6d6d6;
}
.jianli span:nth-child(2n){
    margin-right: 0%;
}
.zhaopin-biaodan {
    width:auto;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background: url(/uploads/image/tdimages/zhaopin-biaodan-bg.png) no-repeat center;
    background-size: cover;    padding: 0 0.7em;
}
.zhaopin-biaodan-tit h5 {
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    position: relative;
}
.zhaopin-biaodan-tit {
    width: 100%;
    margin: 25px auto 0;
    text-align: center;
    position: relative;
}
.zhaopin-tj {
    width: 100%;
    margin: 10px auto 0;
}
.form-left {
    width: 100%;
    float: left;
}
.form-left input {
    width: 97%;
    float: left;
    height: 33px;
    line-height: 33px;
    border: 1px solid #dddddd;
    color: #999999;
    font-size: 14px;
    background: #fff;
    margin-bottom: 15px;
    padding-left: 8px;
}
.form-right {
    width: 100%;
    float: right;
}
.form-right input {
    width: 96.5%;
    float: left;
    height: 33px;
    line-height: 33px;
    border: 1px solid #dddddd;
    color: #999999;
    font-size: 14px;
    background: #fff;
    margin-bottom: 10px;
    padding-left: 10px;
}
.form-right .textarea-zhaopin {
    width: 97%;
    height: 58px;
    border: 1px solid #dddddd;
    margin-bottom: 10px;
    color: #999999;
    padding-left: 8px;
    padding-top: 9px;
}
.zhaopin-tj .tijiao {
    margin: 15px auto 0;
}
.tijiao {
    width: 100%;
    margin: 25px auto 0;
    overflow: hidden;
}
.form-right-code input {
    width: 39.5% !important;
    float: left;
    height: 33px;
    line-height: 33px;
    border: 1px solid #dddddd;
    color: #999999;
    font-size: 14px;
    background: #fff;
    margin-bottom: 10px;
    padding-left: 10px;
}
.form-right-code .code {
    position: absolute;
    top: 3px;
    left: 44%;
}
.form-right-code span {
    display: block;
    position: absolute;
    top: 8px;
    left: 71%;
    font-size: 15px;
}

.tijiao span input {
   
    height: 35px;
    background: #a6a6a5;
    margin-right: 2%;
}
.tijiao span:nth-child(2n){
    margin-right: 0%;
}
.tijiao span {
     width: 49%;
    height: 35px;
    background: #a6a6a5;
    float: left;
    margin-right: 2%;
    line-height: 35px;
    text-align: center;
    display: block;
}
.form-left select {
    border: none;
    outline: none;
    width: 97%;
    height: 33px;
    line-height: 33px;
    appearance: none;
    color: #a9a9a9;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: 10px;
}
.form-left div {
    width: 99.5%;
    height: 33px;
    float: left;
    margin-bottom: 10px;
    box-shadow: 0 0 5px #ccc;
    position: relative;
    float: left;
}
.form-left div:after {
    content: "";
    width: 29px;
    height: 33px;
    background: url(/uploads/image/tdimages/xiala2.jpg) no-repeat center;
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
}
/**联系我们***/
.contact {
    margin-top: 0;
}
.contact h5 {
    font-size: 16px;
    color: #5f5f5f;
    font-weight: normal;
}
.contact .contact1-body dl dd {
    width: 100%;
    margin-right: 0;
    color: #5f5f5f;
    font-size: 14px;
    float: left;
    margin-bottom: 0;
}
.contact .contact1-body {
    margin-top: 10px;
}
.contact .contact1-body dl {
    width: 100%;
    float: left;
}
.contact1-body-dd1 {
    padding-left: 0;
}
.contact1-body-dd2 {
    padding-left: 0;
}

.contact1-body-dd3 {
    padding-left: 0;
}
.contact1-body-dd4 {
    padding-left: 0;
}
.contact .contact1-body ul {
    overflow: hidden;
    float: right;
    width: 100%;
}
.contact .contact1-body ul li {
    width: 49%;
    float: left;
    margin-right: 2%;
}
.contact .contact1-body ul li:nth-child(2n){
    margin-right: 0%;
}
.contact .contact1-body ul li img {
    width: 124px;
    height: 124px;
    text-align: center;
    display: block;
    margin: auto;
}
.map {
    width: 100%;
    height: 200px;
    border: 1px solid #e6e6e6;
    margin-top: 15px;
    overflow: hidden;
}
.contact2 {
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 10px;
}
.contact2 ul {
    margin-top: 15px;
}
.contact2 h5:before, .contact2 h5:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #e1e1e1;
    top: 27px;
}
.contact2 li {
    width: 100%;
    border: 1px solid #dfdfdf;
    height: auto;
    padding: 10px 0px;
    float: left;
    margin-right: 0;
    background: #f8f8f8;
	margin-bottom:10px;
}
.contact2 li h4 a {
    display: block;
    color: #333333;
    font-size: 15px;
    margin-top: 2px;
    margin-bottom: 14px;
    padding-bottom: 9px;
    position: relative;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #e5e5e5;
}
.contact2 li .contact2-bot-l {
    width: 68%;
    float: left;
}
.contact2 li img {
    width: 80px;
    height: 80px;
    float: right;
    margin-right: 5px;
}
/**留言反馈***/
.liuyan .title {
    overflow: hidden;
    padding-top: 10px;
}
.form {
    width: 100%;
    margin-top: 0px;
}
.form-left1 {
    width: 100%;
    float: left;
}
.form input {
    width: 96.5%;
    height: 35px;
    float: left;
    border: 1px solid #dddddd;
    margin-bottom: 10px;
    padding-left: 10px;
}
.form-right1 {
    width: 100%;
    float: right;
}
.form-right1 .textarea {
    max-width: 100%;
}
.textarea {
    width: 99.2%;
    height: 87px;
    border: 1px solid #dddddd;
}
.liuyan {
    width: 100%;
    height: 527px !important;
    background: url(/uploads/image/tdimages/liuyan-bg.jpg) no-repeat;
    margin-top: 0;
}

.gonggao-con ul {
    overflow: hidden;
    margin-top: 0;
    padding-bottom: 10px;
}
.gonggao-con li h4 a {
    display: block;
    color: #333333;
    font-size: 16px;
    margin-top: 10px;
    padding-bottom: 10px;
    position: relative;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #e5e5e5;
}

.gonggao-con li {
    width: 100%;
    float: left;
    margin-right: 0;
    margin-top: 8px;
    margin-bottom: 10px;
}


.article-top{display:none;}
.article-body1 h1 {
    font-size: 16px;
    color: #5f5f5f;
    text-align: center;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
    font-weight: normal;
}
.share{display:none;}
.article-body2 {
    width: 100%;
    margin: 10px auto 0;
}
.article-body2-img {
    margin-top: 10px;
    position: relative;
}

.v_show {
    width: 100%;
    height: 202px;
    margin: auto;
    position: relative;
    overflow: hidden;
}
.v_cont ul li {
    width: 104%;
    height: auto;
    float: left;
    position: relative;
}

.v_cont ul li img {
    width: 100%;
    height: auto;
}

.circle {
    width: 100%;
    margin: 15px auto 0;
    overflow: hidden;
    height: 66px;
}
.v_out_p .prev {
    left: -19px;
    background: url(/uploads/image/tdimages/show-arrow-left-hover.png) 0 0 no-repeat;
    background-size: 50% !important;
}
.v_out_p .next {
    right: -30px;
    background: url(/uploads/image/tdimages/show-arrow-right-hover.png) 0 0 no-repeat;background-size: 50%;
}	
.v_out_p .next:hover {
    background: url(/uploads/image/tdimages/show-arrow-right-hover.png) 0 0 no-repeat;background-size: 50% !important;
}	
	
.v_out_p .prevt:hover {
    background: url(/uploads/image/tdimages/show-arrow-left-hover.png) 0 0 no-repeat;background-size: 50% !important;
}	
.v_cont ul {
    float: left;
    text-align: center;
}

.getpn {
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
}
.getpn{display:none}


.contact .contact1-body dl dd em {
    margin-top: 10px;
    margin-bottom: 6px;
}






	
	
}









@media only screen and (max-width: 415px) and (min-width: 376px){
.v_cont ul li {
    width: 369px;
    height: auto;
    float: left;
    position: relative;
}


}


@media only screen and (max-width: 375px) and (min-width: 321px){
.v_cont ul li {
    width: 332px;
    height: auto;
    float: left;
    position: relative;
}


}



@media only screen and (max-width: 320px) and (min-width: 240px){
.v_cont ul li {
    width: 277px;
    height: auto;
    float: left;
    position: relative;
}

}

/*#imgrolling{clear:both;    position: relative;}
    #imgrolling .imagebg{height:540px;width:1000px;margin:0 auto;overflow:hidden;position:relative;}
    #imgrolling .imagebg li{height:540px;overflow:hidden;width:1000px;margin:0 auto;display:block;text-align:center;}
    #imgrolling .scrollbg{height:125px;}
    #imgrolling .scroll{width:1080px;height:125px;position:relative;margin:0 auto;}
    #imgrolling .pre, .next{display:block;position:absolute;width:32px;height:56px;}
    #imgrolling a.pre{background:url(/uploads/image/tdimages/show-arrow-left.png);top: 236px;;left:-100px;}
    #imgrolling a.pre:hover{background: url(/uploads/image/tdimages/show-arrow-left-hover.png) 0 0 no-repeat;}
    #imgrolling a.next{background:url(/uploads/image/tdimages/show-arrow-right.png);top: 236px;;right:-100px;}
    #imgrolling a.next:hover{ background: url(/uploads/image/tdimages/show-arrow-right-hover.png) 0 0 no-repeat;}
    #imgrolling .outscroll_pic{ width:952px;height:125px;overflow:hidden;margin-left:70px;position:relative;top:2px;}
    #imgrolling .outscroll_pic .scroll_img{position:absolute}
    #imgrolling .scroll_img{margin:0 auto;width:40000px;height:125px;}
    #imgrolling .scroll_img li{float:left;height:125px;width:171px;margin:60px 9px;_margin:5px 14px 5px 4px;cursor:pointer;}
    #imgrolling .scroll .present{width:170px;height:105px;border:2px #fff solid;background: 50% -4px no-repeat;z-index:10;position:absolute;top:60px;left:0;}

*/

#imgrolling{clear:both; position: relative;}
#imgrolling .imagebg{height:auto;/*overflow:hidden;position:relative;*/}
#imgrolling .imagebg li{height:auto;overflow:hidden;width:1080px;margin:70px auto 0;display:block;text-align:center;}
#imgrolling .imagebg li img{ width: 949px; height: 559px;}
#imgrolling .scrollbg{height:125px; }
#imgrolling .scroll{width:1080px;height:125px;  position:relative;margin:0 auto;}
#imgrolling a.pre,#imgrolling  a.next{display:block;position:absolute; text-align: center;width:32px;height:56px;}
#imgrolling a.pre{background:url(/uploads/image/tdimages/show-arrow-left.png) no-repeat;top:256px;left:0;}
#imgrolling a.pre:hover{background:url(/uploads/image/tdimages/show-arrow-left-hover.png) no-repeat;}
#imgrolling a.next{background:url(/uploads/image/tdimages/show-arrow-right.png)  no-repeat;top:256px;right:0;}
#imgrolling a.next:hover{background:url(/uploads/image/tdimages/show-arrow-right-hover.png) no-repeat;}
#imgrolling .outscroll_pic{ width:952px;height:125px;overflow:hidden;margin-left:70px;position:relative;top:2px;}
#imgrolling .outscroll_pic .scroll_img{position:absolute}
#imgrolling .scroll_img{margin:0 auto;width:40000px;height:125px;}
#imgrolling .scroll_img li{float:left;height:105px;width:171px;margin:10px 9px;_margin:5px 14px 5px 4px;cursor:pointer; /*border: solid 3px #e9e9e9;*/}
#imgrolling .scroll_img li img{ width: 100%; height: 100%;}
#imgrolling .scroll .present{width:170px;height:105px;border:solid 2px #f08f03;z-index:10;position:absolute;top:10px;left:0;}
@media only screen and (max-width: 1200px) and (min-width: 240px){

#imgrolling .imagebg li{ width: 100%; margin-top: 20px; }
#imgrolling .imagebg li img{ width: 100%; height: auto }
#imgrolling .scrollbg{ display: none; }
#imgrolling a.pre,#imgrolling a.next{ top: 50%; margin-top: -28px; }

}