@charset "UTF-8";
body { margin: 0; padding: 0; font-size: 14px;  font-family:"Microsoft YaHei"; overflow-x: hidden;background: #fff;}
ul, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, form, input, hr, img, div, label, span, p, table, tr, td { margin: 0; padding: 0; list-style: none; border: 0;}
ol,ul{ margin-bottom: 0 !important }
.h1, .h2, .h3,.h5, h1, h2, h3,h5{ margin-top: 0; margin-bottom: 0 }
.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
}
a { -webkit-transition: all 0.3s ease; transition: all 0.3s ease; text-decoration: none;outline: none !important;}
.trs{ -webkit-transition: all 0.3s ease; transition: all 0.3s ease;}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
img{vertical-align: middle;}
a:focus, a:hover {
    text-decoration: none !important;
}
i,em{  display: block; font-style: normal; }
.fl{ float: left; }
.fr{ float: right; }
.clearfix{ clear: both; }
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.mt80{margin-top: 80px;}
.wrapper,.wrapper2,.container{width:100%;max-width: 1300px;margin-left: auto;margin-right: auto;}
.wrapper2{max-width: 1200px;}
.container{max-width: 1760px;}
.hidden-xs{display: none;}
button,input, select {
    outline: none; border:0; background:none;
}

:focus{
    outline: 0;
}
input[type=text] {
    -webkit-appearance: none;
}

@-moz-keyframes imageAnimation {
  from {
      transform: scale(1);
  }
  to {
      transform: scale(1.1);
  }
}@-o-keyframes imageAnimation {
  from {
      transform: scale(1);
  }
  to {
      transform: scale(1.1);
  }
}@-ms-keyframes imageAnimation {
  from {
      transform: scale(1);
  }
  to {
      transform: scale(1.1);
  }
}@keyframes imageAnimation {
  from {
      transform: scale(1);
  }
  to {
      transform: scale(1.1);
  }
}

.relative{position: relative;}
.bgf5f5f5{background: #f5f5f5;}
.ellipsis{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.scale-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    display: block;
}
.scale-img img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .8s ease 0s;
    -moz-transition: all .8s ease 0s;
   transition: all .8s ease 0s;
}
.scale-img:hover img{transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.visible-xs,.visible-sm{display:none;}

.header{margin:0 auto;position: relative;height: 90px;}
.header .logo{width:275px;height: 43px;position: absolute;top: 50%;margin-top: -21.5px;left: 0px;}
.header .logo img{width: 100%; }
.top_right{width: 335px;position: absolute;right: 0px;top: 29px;font-size: 13px;color: #2f2725;}
.t_right_sec1{border: solid 1px #ec6c00;width: 167px;text-align: center;position: relative;height: 30px;}
.t_right_sec1 i{display: block;position: absolute;width: 92.8%;left:3.6%;height: 2px;top: -1px;background: #fff;}
.t_right_sec1 .em1,.t_right_sec1 .em2{position: absolute;width: 92.8%;left:3.6%;text-align: center;top: -7px;background: #fff;}
.t_right_sec1 .em2{top: 10px;}
.t_right_sec2{position: absolute;right: 0px;padding-left: 39px;top:-8px;}
.t_right_sec2 i{width: 30px;height: 30px;background:#ec6c00 url(../images/tel.png) no-repeat center;display: block;position: absolute;border-radius: 5px;left: 0px;top: 7px;}
.t_right_sec2 span{display: block;}
.t_right_sec2 .s1{letter-spacing: 6px;margin-top: 5px;}
.t_right_sec2 .s2{font-size: 16px;font-family: Arial,Microsoft YaHei;font-weight: bolder;}
nav{height: 90px;position: absolute;right: 0px;top:0px;left: 360px;}
nav li{ margin-right:45px; float: left; position: relative;height: 100%;line-height: 90px; }
nav li:last-child{ margin-right: 0;}
nav li a{  position: relative; color: #2e2a2b; font-size: 18px;text-align: center; }
nav li a:hover,nav li.active a,.nav li a:hover, nav li a.active{ color:#ec6c00; }

nav li.navmenu5{margin-right: 0px;}
nav li.last{padding-left: 70px;}

nav li dl{
    top: 32px;
    position: absolute;
    left: -33px;
    width: 120px;
    z-index: 1;
    background-color: rgba(255,255,255,1);
    display: none;
    background-repeat: no-repeat;
    padding: 5px 0;
    z-index: 10000;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
     box-shadow:0px 2px 11px rgba(0,0,0,.16);
}
nav li:hover dl,nav li dl:hover{display: block;}
nav li dl:before, .nav li dl:after {
    display: block;
    content: "";
    position: absolute;
    top: 0px;
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    width: 0px;
    height: 7px;
    top: -21px;
    left: 52px;
}

nav li dl dd a{
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 24px;
  text-align: center;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  padding: 5px 5px !important;
  font-weight: normal;
}
nav li dl dd a:hover{color:#d90d19}
.index_footer{background: #2f2725;overflow: hidden;}
.index_footer {
  padding: 0px 3.52% 0px;
}
.index_footer .index_footer_l {
  width:62.1%;
  float: left;
}
.index_footer .index_footer_l ul li {
  width: 25%;
  float: left;
}
.index_footer .index_footer_l ul li h4,.index_footer_c h4 {
  padding-top: 3px;
  
}
.index_footer .index_footer_l ul li h4{width: 116px;  float: left;}
.index_footer .index_footer_l ul li h4 a,.index_footer_c h4 a {
  color: #ffffff;
  font-size: 22px;
  line-height: 24px;
  transition: 0.2s;
}
.index_footer .index_footer_l ul li h4 a:hover {
  color: #ec6c00;
  transition: 0.2s;
}
.index_footer_c{float: left;}
.index_footer_c strong{font-weight: bold;font-size: 30px;color: #ec6c00;margin-top: 3px;display: block;}
.index_footer .index_footer_l ul li .index_footer_l_r {
  margin-left: 116px;
}
.index_footer .index_footer_l ul li .index_footer_l_r p {
  padding: 3px 0px;
}
.index_footer .index_footer_l ul li .index_footer_l_r p a {
  color:#808080;
  font-size: 16px;
  line-height: 24px;
  transition: 0.2s;
}
.index_footer .index_footer_l ul li .index_footer_l_r p a:hover {
  color: #ec6c00;
  transition: 0.2s;
}
.index_footer .index_footer_r {
  float: right;
}
.index_footer .index_footer_r .index_footer_r_l {
  float: left;
}
.index_footer .index_footer_r .index_footer_r_l img {
  max-width: 100px;
}
.index_footer .index_footer_r .index_footer_r_r {
  float: left;
  margin-left: 20px;
}
.index_footer .index_footer_r .index_footer_r_r p {
  font-size: 16px;
  line-height: 30px;
  color: #808080;
}
.f_wrap{border-bottom:1px solid #544d4c;overflow: hidden;padding-bottom: 73px;padding-top: 65px;}
.index_baquan {
  padding:20px 0px;
  background: #2f2725;
  text-align: center;
  color: #666666;font-size: 14px;line-height: 30px;
    overflow: hidden;
    clear: both;
    margin-bottom: 80px;
}
.linkss{padding: 0px 3.52% 0px;background-color: #2f2725;overflow: hidden;color: #ffffff;}
.linkss a{color: #666666;}
.index_baquan a{color: #666666;}
.bottom-fixed{background: #2f2725;height:100px;    position: fixed;
    width: 100%;
    bottom: 0px;z-index: 9999;}
.bottom-fixed .container{position: relative;}
.bottom-fixed .bottom-logo{margin-top:4px;display: block;float: left;}
.bottom-fixed .hotline{margin-left: 42px;float: left;margin-top: 25px;color: #f9ba00;}
.bottom-fixed .hotline .hot_l{height: 44px;width: 45px;display: block;float: left;}
.bottom-fixed .hotline .hot_r{float: left;margin-left: 8px;}
.bottom-fixed .hotline p{font-size: 16px;margin-top: -8px;}
.bottom-fixed .hotline strong{font-size:30px;font-weight: normal;}
.bottom-fixed .leaveform{width: 954px;float: left;margin-top: 27px;margin-left: 119px;}
.bottom-fixed .leaveform li{width: 252px;background: #fff;margin-right: 18px;float: left;height: 46px;display: block;line-height: 46px;border-radius: 3px;}
.bottom-fixed .leaveform li input{line-height: 46px;text-indent: 2em;}
.bottom-fixed .submit_leave{background: #f9ba00;color: #2f2725;font-size: 16px;display: block;width: 140px;height: 46px;line-height: 46px;}
.bottom-fixed .botClose {
    width:19px;
    height: 19px;
    background: url(../images/botClose.png) no-repeat;
    background-size: cover;
    float: right;
    margin-top: 40px;
    z-index: 10000;
}
.close-bottom-fixed{ width: 25px; height: 100px; position: fixed; background:#000; z-index: 10000; left: 0; bottom: 0;cursor: pointer;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);}
.close-bottom-fixed:before{
  content: "";
  position: absolute;
  width: 10px;
  height: 18px;
  background:url(../images/float-arrow1.png) no-repeat;
  left: 7.5px;
  top: 41px;
}
.close-bottom-fixed.active:before{
  background:url(../images/float-arrow2.png) no-repeat;
}

.inquirym {
    display: inline-block;
    position: absolute;
    right: 129px;
    top: 168px;
    z-index: 999;
}

.inquirym i {
    display: inline-block;
    background-image: url(../images/inquiry.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100px;
    height: 100px
}
.social_info{margin-top: 18px;}
.social_info a{display: block;width: 30px;height: 30px;float: left;margin-right: 20px;position: relative;}
.social_info a img{display: none;position: absolute;top: 37px;left: -18px;transform: all 0.3s;}
.social_info a:hover img{display: block;}
.social_info a.social_ico_wx{background: url(../images/social_ico_02.png) no-repeat center top;}
.social_info a.social_ico_wb{background: url(../images/social_ico_01.png) no-repeat center top;}
.social_info a.social_ico_dy{background: url(../images/social_ico_03.png) no-repeat center top;margin-right: 0px;}

/*圆圈按钮部分*/
.center_btn{width: 60px;height: 60px;border-radius: 50%;border:solid 1px #ec6c00;background: #fff;position: absolute;left:37.6%;z-index: 999;}
.center_prev{background:#fff url(../images/center_prev.png) no-repeat center;top: 286px;}
.center_prev.hover,.center_prev:hover{background:#ec6c00 url(../images/center_prevh.png) no-repeat center;}
.center_next{background:#fff url(../images/center_next.png) no-repeat center;top: 363px;}
.center_next.hover,.center_next:hover{background:#ec6c00 url(../images/center_nexth.png) no-repeat center;}

/*公用内页banner*/
.bannernav{position: relative;height: 598px;}
.bannernav > img{width: 100%;}
.bannernav .ban-con,.bannernav .ban-con i{width: 300px;height: 300px;border-radius: 50%;}
.bannernav .ban-con{top: 50%;margin-top: -150px;position: absolute;right: 125px;color: #fff;text-align: center;}
.bannernav .ban-con i{opacity: 0.5;background: #ec6c00;}
.bannernav .ban-con-sm{width: 90px;height: 90px;border-radius: 50%;background: #ec6c00;opacity: 0.5;top: 168px;right: 109px;position: absolute;}
.bannernav .ban-con > h5,.bannernav .ban-con > em{position: absolute;width: 100%;}
.bannernav .ban-con > h5{font-size: 38px;top: 107px;}
.bannernav .ban-con > em{font-size: 28px;bottom: 107px;font-style: italic;}
.bannernav .ban-con > h5.h5_tl, .bannernav .ban-con > em.h5_tl{width: 156px;left:50%;margin-left: -78px;text-align: left;}

/*公用查看更多*/
.viewmore{margin-top: 147px;display: block;
    border-top: 3px solid #ec6c00;
    border-bottom: 3px solid #ec6c00;
    line-height: 54px;
    width: 180px;
    color: #ec6c00;
    font-size: 18px;
    position: relative;
    transition: 0.2s;


}

.viewmore span {
    right: 8px;
    top: 50%;
    width: 7px;
    height: 13px;
    margin-top: -6px;
    position: absolute;
    background: url(../images/more.png);
    background-size: 100% 100%;
    transition: 0.2s;

}

.viewmore:hover{
    color: #2f2725;
    border-color: #2f2725;
    transition: 0.2s;
        margin-left: 5px;
}
.viewmore:hover span{    background: url(../images/moreh.png);}


/* 公用覆盖部分 */
.cover{position:absolute; left:0; bottom:35px; width:100%;z-index: 999;}
.cover li{width:33%; float:left; text-align:center; color:#fff;}
.cover li .num{font-size:55px;font-family:Impact; line-height:1; margin-bottom:5px;color: #f9ba00;}
.cover li .txt{font-size:18px; font-weight:lighter;color: #2f2725;}




/*移动导航*/

@media screen and (max-width:1750px) {

.container{max-width: 1200px;}
.t_right_sec1{}
nav li{margin-right: 17px;}
nav li a{font-size: 16px;}
nav{left: 297px;}
.bannernav{height: 408px;}
.bannernav .ban-con, .bannernav .ban-con i{width: 210px;height: 210px;}
.bannernav .ban-con > h5{font-size: 28px;top: 75px;}
.bannernav .ban-con > em{font-size: 18px;bottom: 75px;}
.bannernav .ban-con > h5.h5_tl, .bannernav .ban-con > em.h5_tl{width: 114px;margin-left: -57px;}
.mt80{margin-top: 50px;}
.viewmore{width: 130px!important; line-height: 42px;}
.center_btn{width: 45px;height: 45px;left: 38.6%;}
.center_next{top:254px;}
.center_prev{top:200px;}
.cover{bottom: 28px;width: 96%;}
.cover li .num{font-size: 40px;}
.cover li .txt{font-size: 16px;}
.index_footer .index_footer_l ul li h4{float: none;margin-bottom: 10px;}
.index_footer .index_footer_l ul li .index_footer_l_r{margin-left: 12px;}
.index_footer .index_footer_l{width: 54%;}
.index_footer .index_footer_l ul li h4 a, .index_footer_c h4 a{font-size: 20px;line-height: 20px;}
.index_footer .index_footer_l ul li .index_footer_l_r p a,.index_footer .index_footer_r .index_footer_r_r p{font-size: 15px;}
.index_footer_c strong{font-size: 26px;margin-top: 8px;}
.bottom-fixed .leaveform{width: 667px;margin-left: 84px;margin-top: 33px;}
.bottom-fixed .leaveform li{width: 170px;height: 37px;line-height: 37px;}
.bottom-fixed .leaveform li input{line-height: 37px;}
.bottom-fixed .submit_leave{width: 98px;    height: 37px;line-height: 37px;}
.bottom-fixed .hotline strong{font-size: 22px;}
.bottom-fixed .hotline p{font-size: 14px;margin-top: -2px;}
.bottom-fixed .bottom-logo img{width: 56px;}
.bottom-fixed .bottom-logo{margin-top: 17px;}
.bottom-fixed .hotline{margin-left: 29px;}
.bottom-fixed .hotline .hot_l{width: 36px;height: 35px;    margin-top: 6px;}

}




@media screen and (max-width:720px) {
 .bottom-fixed,.close-bottom-fixed,.inquirym,.social_info{display: none;}
.headermob{height: 65px;position: relative;}
.mobi-logo img{max-height: 40px;position: absolute;top: 50%;margin-top: -22px;}
#hamburger {
  cursor: pointer;
  float: right;
  margin-top: 16px;
  margin-right:0px;
/*   background: url(../images/menubtn_mob.png) no-repeat center; */
}

#hamburger span{
position: relative;
  display: block;
  width: 30px;
  height: 2.5px;
  background-color:#3a3a3a;
  margin: 8px 0;
  transition: 0.3s;
  text-indent: -999em;
}

.mobi_navBar.current #hamburger .span1 {
  transform: translate(0, 10px) rotate(-45deg);
}

.mobi_navBar.current #hamburger .span2 {
  opacity: 0;
}

.mobi_navBar.current #hamburger .span3 {
  transform: translate(0, -10px) rotate(45deg);
}

.wrapper.hamburger .span3 {
  display: block;
  height: 0;
  clear: left;
}

#hamburger .span3::after,#hamburger .span2::after,#hamburger .span1::after{
  content: "";
  display: block;
  box-shadow: 1px 0px 2px 0px #c0c4cc;
  width: 6px;height: 6px;background: #fff;border:solid 1px #8f8f8f;border-radius: 50%;position: absolute;
    animation: scale 3s linear 1s infinite;
    animation-direction: alternate;
}

@keyframes scale {
  0% {
  transform: scale(1);
}
50%{
  transform: scale(1.2);
}
100% {
 transform: scale(1);
}
} 

#hamburger .span3::after{right: 0px;top: -3px;}  
#hamburger .span2::after{left: 50%;margin-left: -3px;top: -3px;background: #e1633c;border:solid 1px #e26a43;box-shadow: 1px 0px 2px 0px #e1633c;}  
#hamburger .span1::after{left:0px;top: -3px;}  
.fix_btn_tel{background: url(../images/fixbtntel.png) no-repeat center;background-size: cover;width:30px;height:30px;display: block;
position: absolute;right: 50px;top: 20px;
}
.mm-list > .last_jm:not(.mm-subtitle):not(.mm-label):not(.mm-noresults)::after{border-bottom: 0px;}
.last_jm{padding-top: 40px;    padding-top: 40px !important;background: url(../images/jm_logo_fix.png) no-repeat right 36px;background-size: 80px;}
.last_jm strong{font-weight: normal;font-size:16px;color: #e4e4e4;margin-left: 20px;display: block;margin-bottom:15px;}
.last_jm .hot_label{margin-left: 20px;height:25px;display: block;position: relative;line-height: 25px;padding-left: 35px;color: #ef6d00;font-weight: bold;font-size: 18px;}
.last_jm .hot_label:after{content: "";display: block;width:25px;height: 25px;position: absolute;left: 0px;top: 0px;background: url(../images/jm_tel.png) no-repeat center;background-size: cover;}
.number_beianmob{margin-top: 150px;}
.number_beianmob span{display: block;width: 100%;text-align: center;color: #e4e4e4;font-size:16px;line-height: 24px;}


.header,.bannernav,.breadcrumbs{display: none;}
 .container{width: 96%;margin-left: 2%;margin-right: 2%;max-width: 96%;}
.headermob{width: 100%;}
.index_footer_c h4{float: left;font-size: 15px;}
.index_footer_c strong{font-size: 24px;float: left;margin-top: -3px;}
.index_footer_c{margin-bottom: 23px;overflow:hidden;}
.index_footer_c h4:after{content:":";color: #ffffff;padding-left:5px;padding-right: 10px;}
.index_footer .index_footer_r{float: left;}
.index_footer .index_footer_l{display: none;}
.index_baquan p:nth-child(1){display: none;}
.index_baquan p{padding-left: 33px;padding-right: 33px;}
.f_wrap{padding-bottom: 28px;padding-top: 28px;background: url(../images/footlogo.png) no-repeat right 95px;background-size: 79px;}
.index_footer_r_r p,.index_baquan p,.index_footer .index_footer_r .index_footer_r_r p{font-size: 13px;}
.index_footer .index_footer_r .index_footer_r_r{margin-left: 13px;}
.index_baquan{margin-bottom: 50px!important;}
}














