﻿/* reset */
*{-webkit-tap-highlight-color:rgba(0,0,0,0);}
html { height: 100% ;-webkit-tap-highlight-color: rgba(0,0,0,0);  -webkit-tap-highlight-color: transparent;}
body { min-height: 100% }
body { _height: 100% }
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, input, select, textarea, button, p, blockquote, th, td, figure { margin: 0; padding: 0 }
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, p, blockquote, figure, header, footer, nav, article, section, aside, address, figcaption { *zoom: 1 }
li { list-style-type: none }
h1, h2, h3, h4, h5, h6 { font-size: 100%;font-weight:normal; }
iframe, frame, fieldset, img { border: 0 none }
img { vertical-align: top }
input[type=button], input[type=submit], input[type=reset] { cursor: pointer }
button { cursor: pointer }
input, textarea, button { -webkit-border-radius: 0; -webkit-appearance: none }
input[type=radio] { -webkit-border-radius: 100%; -webkit-appearance: radio }
input[type=checkbox] { -webkit-appearance: checkbox }
input[type=search] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box; -o-box-sizing: content-box; box-sizing: content-box }
textarea { overflow: auto; resize: none }
blockquote, q { quotes: none }
blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none }
table { border-collapse: collapse; border-spacing: 0 }
caption, th { text-align: left }
th { font-weight: normal }
em, cite, address,i { font-style: normal }
sup { vertical-align: text-top }
sub { vertical-align: text-bottom }
body, input, select, button, textarea { font-size: 14px; font-family: "PingFang SC","Microsoft Yahei";  }
body { line-height: 1.5 }
a { text-decoration: none;-webkit-tap-highlight-color:transparent }
a { blr:expression(this.onFocus=this.blur()) }
a * { *cursor: pointer }
:focus { outline: none }
.edit_con_original{ line-height:2; padding:0 0; color:#333;}
.edit_con_original ul{ margin:inherit; padding:inherit; padding-left:2em;}
.edit_con_original ul li { list-style-type:disc; margin:auto; }
.edit_con_original ol{ margin:inherit; padding:inherit}
.edit_con_original ol li { list-style-type:decimal; margin:auto; }
.edit_con_original h1 { font-size: 2em; font-weight:bold }
.edit_con_original h2 { font-size: 1.5em; font-weight:bold }
.edit_con_original h3 { font-size: 1.17em; font-weight:bold }
.edit_con_original h4 { font-size: 1em; font-weight:bold }
.edit_con_original h5 { font-size: 0.83em; font-weight:bold }
.edit_con_original h6 { font-size: 0.67em; font-weight:bold }
.edit_con_original em { font-style: italic }
.edit_con_original cite{ font-style: italic }
.edit_con_original address{ font-style: italic }
.edit_con_original i { font-style: italic }
.edit_con_original table{ border-collapse: separate; border-spacing: 2px }
.edit_con_original img{ max-width:100%; height:auto;}
.edit_con_original video{ max-width:100%;display: block;margin:auto;}
 
 
/*所有后台编辑器区域都要引用 edit_con_original 类名*/
 
/* clear 页头，页脚，内容区都不用再加清除样式 */
.fixed:before, .clearfix:before, .cf:before, body:before, .header:before, .main:before, .footer:before { content: ''; display: table }
.fixed:after, .clearfix:after, .cf:after, after, .header:after, .main:after, .footer:after { content: ''; display: table; clear: both }
.fixed, .clearfix, .cf, .header, .main, .footer { *zoom: 1 }
 
 
.clear, .cl { display: block!important; float: none!important; clear: both; width: auto!important; max-width: none!important; min-width: 0!important; max-height: none!important; min-height: 0!important; overflow: hidden; margin: 0!important; padding: 0!important; border: 0 none!important; font-size: 0!important; line-height: 0!important }
               
       
.err_position{ width:100%; height:auto; background:url(../images/errors.png) center no-repeat;}


/*隐藏视频下载按钮*/
video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); 
}

/* 阿里图标 */
[class*='icon']{
    font-family: 'iconfont';
}



/*图片经过*/
.tran_scale{ overflow:hidden; display:block;}
/*img{transition: All 0.7s ease-in-out;}*/
.tran_scale img{width: 100%; -webkit-transition: opacity .4s ease-in,-webkit-transform .6s linear;transition: opacity .4s ease-in,transform .6s linear;}


/*两端对齐*/
.justify { text-align:justify; text-justify:distribute-all-lines;}
/*上下居中*/
.v-m-c{ transform: translate(0,-50%); -webkit-transform: translate(0,-50%);-ms-transform: translate(0,-50%);-moz-transform: translate(0,-50%);-o-transform: translate(0,-50%); position:absolute; left:0; top:50%;}

/*左右居中*/
.l-m-c{ transform: translate(-50%,0); -webkit-transform: translate(-50%,0);-ms-transform: translate(-50%,0);-moz-transform: translate(-50%,0);-o-transform: translate(-50%,0); position:absolute; left:50%; top:0;}

/*绝对居中*/
.a-m-c{ transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%); position:absolute; left:50%; top:50%;}

.animate{ transition: 1.5s all cubic-bezier(0.19, 1, 0.22, 1);}
.animate_slowx { transition: 2.5s all cubic-bezier(0.19, 1, 0.22, 1); }
.animate_fast{ transition: 1s all cubic-bezier(0.19, 1, 0.22, 1);}
.animate_slow{ transition: 10s all cubic-bezier(0.19, 1, 0.22, 1);}
.animate_normal{ transition: 0.5s all linear;}


body{word-wrap: break-word;word-break: break-all;}
body,a{color: #333333;}
.blank_15{position: absolute;top:0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.15);}
.blank_16{position: absolute;top:0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.16);}
.blank_20{position: absolute;top:0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.2);}
.blank_51{position: absolute;top:0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.51);}

.wrap{width: 1366px;max-width:86%;margin: auto;}
.line22{line-height: 22px;
 display: -webkit-box;
  overflow: hidden;
  
  -webkit-box-orient: vertical;
}
.line24{line-height: 24px;
 display: -webkit-box;
  overflow: hidden;
  
  -webkit-box-orient: vertical;
}
.line26{line-height: 26px;
 display: -webkit-box;
  overflow: hidden;
  
  -webkit-box-orient: vertical;
}
.line30{line-height: 30px;
 display: -webkit-box;
  overflow: hidden;
  
  -webkit-box-orient: vertical;
}
.line32{line-height: 30px;
 display: -webkit-box;
  overflow: hidden;
  
  -webkit-box-orient: vertical;
}
.ellipsis_p{
   display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ratio-img,.ratio-img img{width: 100%;}
.bold{font-weight: bold;}
.ellipsis{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
@media only screen and (max-width:1024px) {
.wrap{max-width: 94%;}
.line26,.line30,.line32{line-height: 24px;}

}

/*font-size*/
.fnt_12 { font-size: 12px;}
.fnt_16 { font-size: 16px;}
.fnt_18 { font-size:18px;}
.fnt_20 { font-size:20px;}
.fnt_24 { font-size:24px;}
.fnt_28 { font-size:28px;}
.fnt_30 { font-size:30px;}
.fnt_36 { font-size:36px;}
.fnt_40 { font-size:40px;}
.fnt_42 { font-size:42px;}
.fnt_48 { font-size:48px;}
.fnt_60 { font-size:60px;}
.fnt_72 { font-size:72px;}
.fnt_80 { font-size:80px;}
.fnt_116{font-size: 116px;}
@media only screen and (max-width:1440px) {
.fnt_20 { font-size:18px;}
.fnt_24 { font-size:20px;}
.fnt_28 { font-size:26px;}
.fnt_30 { font-size:24px;}
.fnt_36 { font-size:30px;}
.fnt_40 { font-size:36px;}
.fnt_42 { font-size:34px;}
.fnt_48 { font-size:40px;}
.fnt_60 { font-size:52px;}
.fnt_72 { font-size:60px;}
    .fnt_80 { font-size:70px;}
    .fnt_116{font-size: 100px;}
}
@media only screen and (max-width:1366px) {
.fnt_28 { font-size:24px;}
.fnt_30 { font-size:22px;}
.fnt_36 { font-size:24px;}
.fnt_40 { font-size:32px;}
.fnt_42 { font-size:30px;}
.fnt_48 { font-size:36px;}
.fnt_60 { font-size:48px;}
.fnt_72 { font-size:36px;}
    .fnt_80 { font-size:50px;}
    .fnt_116{font-size: 80px;}
}
@media only screen and (max-width:1024px) {
.fnt_16 { font-size: 14px;}
.fnt_18 { font-size:16px;}
.fnt_20 { font-size:16px;}
.fnt_24 { font-size:18px;}
.fnt_28,.fnt_30 { font-size:20px;}
.fnt_36 { font-size:22px;}
.fnt_40 { font-size:24px;}
.fnt_42 { font-size:22px;}
.fnt_48 { font-size:28px;}
.fnt_60 { font-size:36px;}
.fnt_72 { font-size:30px;}
    .fnt_80 { font-size:40px;}
    .fnt_116{font-size: 60px;}
}
@media only screen and (max-width:767px) {
.fnt_16 { font-size: 14px;}
.fnt_18 { font-size:14px;}
.fnt_20 { font-size:14px;}
.fnt_24 { font-size:16px;}
.fnt_28 { font-size:18px;}
.fnt_30{ font-size:18px;}
.fnt_36 { font-size:18px;}
.fnt_40 { font-size:22px;}
.fnt_42 { font-size:20px;}
.fnt_48 { font-size:22px;}
.fnt_60 { font-size:22px;}
.fnt_72 { font-size:24px;}
    .fnt_80 { font-size:30px;}
    .fnt_116{font-size: 40px;}
}

.header_top{height: 32px;line-height: 32px;background:#1589bc url(../images/header_bg.jpg) no-repeat;background-size: cover;color: #fff;}
.header_top a{color: #fff;}

.header_login,.header_shop,.header_weixin,.cn{float: right; position: relative;}
/* .header_login ,*/

.header_login,.cn{
  transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;
}
.header_login a{padding: 0 12px;}
.tap{
  z-index: 100;
  display: none;
  padding-left: 10px;
  padding-right: 10px;
  background: #f5f5f5;
  position: absolute;
  bottom: -10px;
  left: -20px;
  width: 75px;
  height: 40px;
  line-height: 40px;
}
.header_shop{padding: 0 20px;}
.header_shop img{vertical-align: middle;width: 16px;margin-top: -2px;margin-right: 12px;}
.header_shop dd{position: absolute;top:100%;width: 100%;text-align: center; background:rgba(255,255,255,0.9); box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);z-index: 9;color: #333;font-size: 14px;    padding: 10px 0;display: none;}
.header_shop dd a{color: #333;}
.header_shop dt{cursor: pointer;font-size: 14px;}

.header_weixin span{font-size: 18px;display: block;}
.header_weixin{padding: 0 14px;border-left:1px solid rgb(78,159,202,0.6);position: relative;cursor: pointer;}
.header_weixin em{position: absolute;top:100%;left: 0;transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;transform:scale(0.5,0.5); -webkit-transform:scale(0.5,0.5);-moz-:scale(0.5,0.5);-o-transform:scale(0.5,0.5);-ms-transform:scale(0.5,0.5);visibility: hidden;opacity: 0;    z-index: 2;}
.header_weixin em img{width: 100px;height: 100px;}
.header_weixin:hover em{transform:scale(1,1); -webkit-transform:scale(1,1);-moz-:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);visibility: visible;opacity: 1;}



/*搜索*/
.header_search{float: right;}
.search_btn,.nav_phone_btn{height: 40px;line-height: 40px;}
.header_search{  position: relative;     margin-top: 36px;margin-left: 10px;}
.search_btn{cursor: pointer;position: relative;float: right;width: 40px;text-align: center;}
.search_btn.on{opacity:0.6;filter:alpha(opacity=60); -moz-opacity:0.6; -khtml-opacity:0.6;}
.search_btn:before{color: #000000;}
.search_btn:before,.search_box_btn:before{font-size: 24px;}

.search_box {
    background: #fff;width: 100px;right: 0px; position: absolute;top:100%;    margin-top: 0;z-index: 91;
    visibility: hidden;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    border: 1px solid #eee;
     height: 40px;
    overflow: hidden;
    box-sizing: border-box;
    line-height: 40px;
}
.search_box.on {width: 360px;visibility: visible;opacity: 1;filter: alpha(opacity=100);-moz-opacity: 1; -khtml-opacity: 1;}
.search_box_input {width: calc(100% - 60px); padding: 0 10px;float: left;border: 0;height: 40px;outline: none;line-height: 40px;background: #fff;}
.search_box_btn {
  height: 40px;width: 40px;background: none;border: 0;outline: none; float: right;
  position: relative;
}
.search_box_btn:before{content: "\e6e7";position: absolute;top:0;left: 0;width: 100%;height: 100%;    line-height: 40px;  }
/*搜索*/

.height_height,.header{background: #fff;}
.scrollHeader .header_bottom{box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);}
.header{position: fixed;top:0;left: 0;width: 100%;background: none; 
transition:all 0.6s;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;-ms-transition:all 0.6s;
    z-index: 9999;}
.header_in{padding: 0 30px 0 35px;height: 90px;line-height: 90px;}
.header h1{float: left;overflow: hidden;width: 300px;width: 142px;height: 38px;overflow: hidden; margin-top:36px;}
.header h1 a{display: block;}
.header h1 img{width: 100%;height: 100%;}
.header_box{float: right;}
.nav>ul>li{float: left;position: relative;
  transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;

}
.nav>ul>li>a{padding:0 40px;color: #605f64;display: block;}
.nav>ul>li.on>a{color: #04448d;}
/*xiala*/
.nav{float: left;}
.nav>ul>li{position: relative;}
.nav li>span,.return_a{display: none;cursor: pointer;}
.nav_list{position: absolute;width: 196px;left:50%;top:100%;margin-left: -98px;display: none; box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);}
.nav_list a{color: #333333;display: block;}
.nav_p{    background:rgba(255,255,255,0.9);text-align: center;}
.nav_p p{line-height: 50px;border-bottom: 1px solid rgba(2,30,66,0.13);}
.nav_p p:last-child{border:0;}
.nav_arrow{position: absolute;top:0;left: 50%;width: 0;height: 0;overflow: hidden;margin: 0 0 0 -7px;border: 7px dashed transparent;border-bottom: 7px solid rgba(0,160,233,0.7)}
.header_bottom{height: 110px;line-height: 110px;}
.scrollHeader  .header_bottom {
  height: 80px;
  line-height: 80px;
}
.scrollHeader   .header h1 {
  margin-top: 21px;
}
.scrollHeader .header_search {
  margin-top: 20px;
}
.scrollHeader .nav_list{}
.scrollHeader .header_bottom{background: #fff;}
.height_height{height: 110px;}
.height_height,.header,.header h1,.header_search{transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;
    -o-transition:all 0.3s;-ms-transition:all 0.3s;}
.scrollHeader .height_height{height: 80px;}
/*.indexBody .height_height{display: none;}*/
@media only screen and (max-width:1440px) {
.header_bottom,.height_height{height: 100px;line-height: 100px;}
.header_search{margin-top: 31px;}
.header h1{margin-top: 31px;}
.nav_list{}
}
@media only screen and (max-width:1366px) {
.nav>ul>li>a{padding: 0 30px;}


}
@media only screen and (max-width:1300px) {
.nav>ul>li>a{padding: 0 20px;}


}
@media only screen and (max-width:1200px) {
.nav>ul>li>a{padding: 0 15px;}
}



.nav_phone_btn{display:none;}
.nav li>span,.return_a{display: none;}

@media only screen and (max-width:1100px) {
.nav li>span,.return_a{display: block;}
.header,.height_height{height: 82px;line-height: 82px;}
.nav_list a{color: #fff;}
.nav>ul>li.on>a{color: #fff;}
.scrollHeader .nav_list{top:0;}



/*手机按钮*/
.nav_phone_btn{display:block;float: right;}
.nav_phone_btn span,.nav_phone_btn em{
  transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
.nav_phone_btn{float: right;position: relative;width: 60px;cursor: pointer;}
.nav_phone_btn span i{display:block;width: 32px;height: 2px;background: #2d2d2d;margin-top: 8px;}
.nav_phone_btn span i:first-child{margin-top: 0;}

.nav_phone_btn em{color: #fff;font-size: 30px;visibility: hidden;opacity: 0;}

.visible_nav span{visibility: hidden;opacity:0;}
.visible_nav em{visibility: visible;opacity: 1;}

.nav_phone_btn span i{width: 20px;}
.nav_phone_btn span i{margin-top: 6px;}
.nav_phone_btn{width: 40px;    margin-top:6px;    z-index: 9;color: #fff;}



.header_box{position: fixed;top:0;right:-100%;width:100%;background: #00715d;height: 100%;}
.nav,.nav>ul>li{float: none;    border-bottom: 1px solid rgba(255,255,255,0.1);}
.nav{border: 0;}
.nav>ul>li>a{height: 40px;line-height: 40px;font-weight: normal;font-size: 16px;padding: 0 20px;}
.header_box{transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
.navbody .header_box{right: 0;}

.nav>ul>li>a,.return_a,.nav_p{font-size: 14px;}
.nav>ul>li{position: static;}
.nav_list{transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
.nav li{float: none;display: table;width: 100%;position: static;line-height: 40px;}
.nav li a{padding: 0 20px;}
.nav li>a{line-height: 40px;width:calc(100% - 90px);float:left;}
.nav li>span,.return_a{display: block;color: #fff;}
.nav li>span{width: 50px;text-align: center;float: right;}
.nav_list{display: block;top:0;left: auto; margin: 0;width: 100%;height: 100%;    background: #00715d;padding: 0; box-shadow: 0 0 20px rgba(0, 0, 0, 0);}
.nav_arrow{display: none;}
.nav_p{background: none;text-align: left;}
.return_a{ background: #067b67;margin-top: 50px;}
.nav_p p{line-height: 40px;    border-bottom: 1px solid rgba(255,255,255,0.1);}

.nav_list{right: -100%;}
.navbody .nav{right: 0;margin: 0;}
.navbody .nav li.cur .nav_list{right: 0;}


.header_search{margin:0;width: 100%;padding:0 20px;box-sizing:border-box;margin-bottom: 10px;    margin-top: 50px;}
/*.header h1{margin-top: 6px;width: 220px;height: 39px;}*/
.header h1{margin-top: 8px;width: 124px;height: 33px;}
.header_re{float: none;}
.search_btn{display: none;}
.search_btn:before, .search_box_btn:before{font-size: 18px;}
.search_box{position: static; width: 100%;visibility: visible;opacity: 1;filter: alpha(opacity=100);-moz-opacity: 1; -khtml-opacity: 1;}
.nav>ul>li>a{color: #fff;}
.header_bottom{height: 50px;line-height: 50px;}
.header_login,.header_shop{padding: 0 5px;}
.navbody .nav_phone_btn{ margin-top: 6px;}

.header, .height_height{height: 50px;}
.scrollHeader .header_bottom{height: 50px;line-height: 50px;}
.scrollHeader .header_search{margin-top: 50px;}
.scrollHeader .header h1{margin-top: 8px;}

}


/*fooer*/
.footer {
  padding: 1.5% 0 0;
  background: url(../upload/20230303/footerbg_02.jpg);
}
.footer .footer_t {
  padding-bottom: 3%;
}
.footer .footer_t .footer_tl {
  width: 60%;
  float: left;
  color: #fff;
}
.footer .footer_t .footer_tl a {
  color: #fff;
}
.footer .footer_t .footer_tl dl {
  /*margin-right: 15%;*/
  color: #fff;
  float: left;
    width: 25%;
}
.footer .footer_t .footer_tl dl dd {
  margin-bottom: 20px;
}
.footer .footer_t .footer_tl dl dt li {
  margin-bottom: 10px;
}
.footer .footer_t .footer_tr {
  float: right;
  color: #fff;
    width: 40%;
}
.footer .footer_t .footer_tr a {
  color: #fff;
}
.footer .footer_t .footer_tr dd {
  margin-bottom: 20px;
}
.footer .footer_t .footer_tr dt li {
  margin-bottom: 10px;
}
.footer .footer_t .footer_tr dt li a {
  margin-right: 10px;
}
.footer .footer_t .footer_tr dt li.tel_phone a{color: #fff!important;cursor: inherit;}
.footer .footer_t .footer_tr div {
  margin-top: 50px;
}
.footer .footer_t .footer_tr div li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;

}
.footer .footer_t .footer_tr div li img{height: 27px;}
.footer .footer_t .footer_tr div li:last-child img{width: 82px;height: 82px;}
.footer .footer_t .footer_tr div li span {
  display: inline-block;
  margin: 0 20px;
}
.footer .footer_b {
  padding: 40px 0;
  border-top: 1px solid #575757;
}
.footer .footer_b li span {
  margin: 0 10px;
}
.footer .footer_b a {
  color: #fff;
}
.footer .footer_b .pull-right {
  color: #fff;
}

.index_title{text-align: center;margin-bottom: 40px;color: #2c2b2b;}
.index_title h1{margin-bottom: 30px;}
.index_more a{display: inline-block;width: 172px;height: 40px;line-height: 40px;text-align: center;background:#fff;border-radius: 20px;color: #515151;}
.index_more{text-align: center;padding-top: 40px;}
@media only screen and (max-width:1440px) {
.index_title h1{margin-bottom: 20px;}
}
@media only screen and (max-width:1399px) {

  .footer .footer_t .footer_tl {
    /*width: 55%;*/
}
.footer .footer_t .footer_tl dl {
  /*margin-right: 12%;*/
}
  }
  @media only screen and (max-width:1299px) {

    /*.footer .footer_t .footer_tl {*/
      /*width: 50%;*/
  }
  .footer .footer_t .footer_tl dl {
    /*margin-right: 10%;*/
  }
    }
    @media only screen and (max-width:1100px){
      .footer .footer_t .footer_tl{
        /*width: 45%;*/
      }
      .footer .footer_t .footer_tl dl {
        /*margin-right: 5%;*/
      }
    }
    @media only screen and (max-width:1466px){
      .footer .footer_t .footer_tl {
        /*width: 61%;*/
        float: left;
        color: #fff;
      }
    }
@media only screen and (max-width:1024px) {
.index_title h1{margin-bottom: 10px;}
.index_title{margin-bottom: 20px;}
.index_more a{width: 120px;height: 36px;left: 36px;}
.index_more{padding-top: 20px;}
    .footer{padding-top: 30px;}
    .footer .footer_t .footer_tr,.footer .footer_t .footer_tl{width: 100%;}
    .footer_b ul.pull-left,.footer_b .pull-right{width: 100%;}
}
@media only screen and (max-width:767px) {
    .footer .footer_t .footer_tr div ul{text-align: center;}
    .footer .footer_t .footer_tr div li span{margin: 0 10px;}
    .footer .footer_t .footer_tr div li:last-child{margin-top: 20px;}
}

.site_banner{position: relative;}
.site_text{width: 100%;color: #fff;z-index: 2;}
.site_text p{padding-top: 10px;}
.site_banner .blank_20{display: none;}
@media only screen and (max-width:767px) {
.site_banner>img{display: none;}
.site_banner{height: 200px;background-size: cover !important;}
.site_text p{padding-top:0;}
}



/*page*/
.pageout{text-align: center;padding-bottom: 5px; clear: both;}
.page{display:inline-block;*display:inline;*zoom:1;}
.page {vertical-align:middle;text-align:center;margin: 0 auto;padding-top: 40px; color:#333333; height:44px; line-height:44px; }
.page span{color:#333333; float: left;margin-left: 5px; }
.page span em{ }
.page i{ float: left; margin: 0 20px;}
.page a{float: left; width:44px;  color: #333333; margin: 0 2px; font-family: "Arial";}
.page a.on{color:#00715d; }
.page a.first {background:#fff url(../images/page_first.png) center center no-repeat; text-indent:-10000px; }
.page a.last {background:#fff url(../images/page_last.png) center center no-repeat; text-indent:-10000px;}
.page a.prev {background:#fff url(../images/page_prev.png) center center no-repeat; text-indent:-10000px; margin-right:13px;}
.page a.next {background:#fff url(../images/page_next.png) center center no-repeat; text-indent:-10000px; margin-left:13px;}

.page a.prev.no,.page a.next.no,.page a.first.no,.page a.last.no{opacity:0.5;filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity:0.5;}


.page a.go{margin-left:10px; width: 44px; background: #d40044; color: #fff; border:1px solid #d40044; height: 28px; line-height: 28px;}
.page a.go:hover{color: #fff !important;}
/*.page a.on:hover{color: #fff !important;}*/
.page .txtnum{margin-left: 0;}
.page .txtnum input{color:#b3b3b3; width:30px;height:26px; line-height:26px; padding: 0 5px; text-align:left;background:none;border: 1px solid #dddddd; margin: 0 6px;}
.page i,.page span,.page a.go{display: none;}
@media only screen and (max-width:1024px) {
.page{padding-top: 20px;}
}
@media only screen and (max-width:767px) {
.page{font-size: 14px;}
.page i,.page span,.page a.go{display:block; display:inline-block;}
.page a.prev{margin-right: 2px;}
.page a.next{margin-left: 2px;}
.page a.go{width: 36px;margin-top: 3px;margin-left: 5px;}
.page{ height: 36px; line-height: 36px;}
.page a{display:none; font-weight: normal;width:30px;}
.page a.prev,.page a.next{display:block; display:inline-block;}
.page i{margin:0 4px;display: none;}
.page a.on,.page a.first,.page a.last{display: inline-block;}
}

/*page*/


.cover{background-size: 100% ;background-position:top center;    background-repeat: no-repeat;}
.cover02{background-size:cover ;background-position:top center;    background-repeat: no-repeat;}

.padd80{padding: 80px 0 130px 0;}
.padd120{padding: 120px 0 55px 0;}
.padd_t80{padding-top: 80px;}
.padd_b30{padding-bottom: 30px;}
.padd_b50{padding-bottom: 50px;}
.margin_b80{margin-bottom: 80px;}


.gray_bg{background: #f9faf7}
/*.common_bg{background:#f9f9f7 url(../images/common_bg2.jpg) no-repeat;background-size:cover;}*/
.common_bg02{background:url(../images/brand_bg.jpg) no-repeat;background-size:cover;}
/*.common_bg03{background:url(../images/m_bg.jpg) no-repeat center 0 ;background-size: 100%}*/
.common_bg04{background:url(../images/m_bg.jpg) no-repeat center 0 ;background-size: 100%}
.common_bg_a{background-size: 100%}

@media only screen and (max-width:1440px) {
.padd80{padding: 60px 0 80px 0;}
.padd120{padding: 60px 0;}
.padd_t80{padding-top: 60px;}
.margin_b80{margin-bottom: 60px;}

}
@media only screen and (max-width:1024px) {
.padd80,.padd120{padding: 50px 0;}
.padd_t80{padding-top: 50px;}
.margin_b80{margin-bottom: 50px;}

}
@media only screen and (max-width:767px) {
.padd80,.padd120{padding: 20px 0;}
.padd_t80{padding-top: 20px;}
.margin_b80{margin-bottom: 20px;}
.padd_b50{padding-bottom: 20px;}
}

@media only screen and (min-width:1100px) {
/* a{transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;} */
a:hover{color: #00715d !important;}
.tran_scale:hover img{transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);-moz-:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);}
.header_login a:hover{opacity: 0.8;}

.header_top a:hover,.f_bottom a:hover{color: #fff !important;opacity: 0.8;}
 .tel_link:hover{opacity:1 !important;cursor: default;}
.index_more a:hover{opacity: 0.8;}
.header_shop dd a:hover{color: #00715d !important;}

.foot_ewm dt a:hover{opacity: 1;}



}
@media only screen and (max-width:767px) {
  .navbody .nav_phone_btn {
    margin-top: 0px;
  }
  .cn{
     color: #fff;
    padding-left: 20px;
  }
  .header_login{
    color: #fff;
    float: right !important;
    margin-right: 0;
  }
  .header_login a{
    color: #fff;
  }
  .header h1 a img{
    margin-top: 5%;
  }
  .header, .height_height {
    height: 50px;
    line-height: 50px;
}
.footer .footer_t .footer_tl {
  width: 100%;
}
.footer .footer_t .footer_tl dl {
  width: 100%;
  margin-right: 0;
}
.footer .footer_t .footer_tr dd, .footer .footer_t .footer_tl dl dd{
  margin-bottom: 10px;
}
.footer .footer_t .footer_tr dd a,.footer .footer_t .footer_tl dl dd a{
  font-size: 20px;
}
.footer .footer_t .footer_tl dl dt li{
  float: left;
  margin-right: 10px;
}
.footer .footer_t .footer_tr {
  width: 100%;

}
.footer .footer_t .footer_tr div {
  margin-top: 20px;
}
.footer .footer_b {
  padding: 20px 0;
  border-top: 1px solid #575757;
}
}



.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-size: 0;
}
.clearfix {
    *zoom: 1;
}

.title_P{margin-top: 20px;}
.title_P2{text-align: center;margin-bottom: 4%;font-size: 16px;}
.wrap.padd_t80 .title_P2{margin-top: -15px;}
@media only screen and (max-width:767px) {
    .pull-left a{color: #fff;}
    .wrap.padd_t80 .title_P2{margin-top: 0px;margin-bottom:20px;}
}

