@charset "utf-8";
/* CSS Document */
html{background:#FFF;font-size:62.5%; /* 10÷16=62.5% */}
body{font-size:14px; /* 14÷10=1.4 */color: #333;font-family:'Microsoft YaHei',SimSun,SimHei ,"STHeiti Light",STHeiti,"Lucida Grande", Tahoma,Arial, Helvetica, sans-serif;}
html,body,address,blockquote,div,dl,form,h1,h2,h3,h4,h5,h6,ol,p,pre,table,ul,dd,dl,dt,li,tbody,td,tfoot,th,thead,tr,button,del,ins,map,object,a,abbr,acronym,b,bdo,big,br,cite,code,dfn,em,img,kbd,q,samp,small,span,sub,sup,tt,var,legend,fieldset{margin:0px;padding:0px;/*color: #282828;*/ -webkit-font-smoothing: subpixel-antialiased;}
strong,i{padding:0;margin:0; -webkit-font-smoothing: subpixel-antialiased;}
table{border-collapse:collapse;border-spacing:0;width:100%;}
fieldset,img{border:0;}
img,object{max-width:100%;/*height:auto;*/width:auto\9;/* for ie8 */-ms-interpolation-mode: bicubic;}
a{outline:none;blr:expression(this.onFocus=this.blur());text-decoration:none;color: #333;}
a:hover{color: #f10404;text-decoration: none;}
input[type='button']{outline:none;border:0 none;background-color:transparent;cursor:pointer;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:400;}
ul,ol,li{list-style:none outside none;}
.tc{text-align:center !important;}
.tl{text-align:left  !important;}
.tr{text-align:right  !important;}
.pa{position: absolute;}
.pr{position: relative;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';content:none;}
input,textarea,select{font-weight:inherit;}
input,select,textarea,button {vertical-align:middle}

/*低版本跳转样式*/
.ie_bg{width:100%;height:100%;position:fixed;top:0;left:0;background-color:#000;opacity:0.85;filter:alpha(opacity=85);z-index:99998;}
.ie9tips{width:400px;height:300px;position:fixed;top:50%;left:50%;margin:-150px 0 0 -200px;line-height: 1.8;color:#fff;z-index:99999;text-align:center;}
.ie9tips a{color:red;}  
.ie9tips img{display:block;margin:0 auto;opactiy:0.9;filter:alpha(opacity=90);} 
.ie9tips p{padding-top:10px;}

.imgResponsive{width: 100%;height: 0;padding-bottom:56.25%;overflow:hidden;display: block; }
a h3{transition:all 0.3s ease-in-out;}
a:hover h3{padding-left: 10px;}
.imgResponsive img{transition: all 0.3s ease-in-out;width: 100%;}
a:hover .imgResponsive img{transform: scale(1.1);opacity: 0.85;}
.clear{width: 100%;overflow:hidden;height: 0;}
.clearfix:after { content: " "; display: block; clear: both;  height: 0;   visibility: hidden;}
.clearfix { zoom: 1;}
.fpx16{font-size: 16px;}
.header{width: 1200px;margin:0 auto;}
.logo{font-size: 0;text-align: center;padding:4% 0 1.2%;/*padding:65px 0 40px;*/}
.logo a{display: inline-block;*display: inline;*zoom:1;vertical-align: middle;}
.logo_02,.logo_03{padding-left: 0px;}
.logo_04{text-align: center;padding-bottom: 74px;width: 80%;margin:0 auto;}

.top_link { color: #fff; position: absolute; top: 30px; right: 50%; margin: 0 -600px 0 0; }
.top_link a { color: #fff; margin: 0 5px; }



/*web导航*/
.navWrap{height: 60px;position: relative;z-index: 30;/*! border-top: 1px solid rgba(255,255,255,0.6); */background: #af0d00; 
  box-shadow: 0px 8px 10px rgba(0,0,0,.2);
 }
.gp-container { max-width: 1200px; margin: 0 auto; }
.mlogo { display: block; }
.mlogo img { display: block; margin: 0 auto; }
.nav > li{float: left;position: relative;width: 12.5%;text-align: center;}
.nav > li > a{display:block;height: 60px;line-height: 60px;font-size: 22px; transition: all 0.35s ease-in-out;position: relative;z-index: 50;color: #fff;}
.nav > li > a:hover{ background: #950c01; color: #fff;}
.second_nav1{background-color:#950c01;position: absolute;left: 0;top: 60px;width: 100%;display: none;text-align: center;}
.second_nav1 > dd {}
.second_nav1 > dd > a{display: block;border-bottom: 1px solid #rgba(255,255,255,0.2);padding:10px 15px;font-size: 14px;transition: all 0.3s ease-in-out;/*! color: #fff; */line-height: 1.2;color: #fff;}
.nav > li.on > a{}
.second_nav1 > dd > a:hover{ background: #af0d00; color: #fff; }
.nav > li.on .second_nav1{display: block;}
.fadeInUpSmall  {  -webkit-animation-name: fadeInUpSmall ;  animation-name: fadeInUpSmall ;  animation-duration: 0.4s;   -webkit-animation-duration: 0.4s;  animation-timing-function: ease-in-out;   -webkit-animation-timing-function: ease-in-out;     visibility: visible !important;  }
@-webkit-keyframes fadeInUpSmall {
  0% {   opacity: 0;    -webkit-transform: translate3d(0, 20px, 0);    transform: translate3d(0, 20px, 0);  }
  100% {    opacity: 1;    -webkit-transform: none;    transform: none;  }
}
@keyframes fadeInUpSmall {  
  0% {    opacity: 0;    -webkit-transform: translate3d(0, 20px, 0);    -ms-transform: translate3d(0, 20px, 0);    transform: translate3d(0, 20px, 0);  }
  100% {    opacity: 1;    -webkit-transform: none;    -ms-transform: none;    transform: none;  }
}
/*手机端导航默认*/
.mobile_bg{width: 100%;height: 100%;z-index: 90;position: fixed;top: 0;left: 0;background: rgba(0,0,0,0.6);display: none;}
.gp-menu{ width: 100%;z-index: 98;height: 100%;position: absolute;display: none;right: 0;top: 0;z-index: 400;}
.gp-menu-header{position: absolute;top: 0;right: 0;z-index: 996;width: 100%;height:40px; }
.gp-menu-link{float: left;line-height: 40px;height: 40px;padding-left: 15px;}
.gp-menu-link a{color:#fff;}
.gp-menu-header-icon{color: #fff; height: 40px; float:right;width: 30px;position: relative;  -webkit-transition: background 0.5s; -moz-transition: background 0.5s; -o-transition: background 0.5s; transition: background 0.5s;cursor: pointer;margin:0 10px 0 0}
.gp-menu-header-icon i{color: #fff;margin-top: 40px;display: block;font-style: normal;text-align: right;}
.gp-menu-header-icon span{  position: absolute; left: calc((100% - 30px) / 2);  top: calc((100% - 6px) / 2.3);  width: 30px;  height: 2px;  background-color: #fff;}
.gp-menu-header-icon-out span{width: 30px;height: 2px;background-color:#fff;display: block;border-radius: 4px;}
.gp-menu-header-icon-out span:nth-child(1){animation-duration: 0.5s;animation-fill-mode: both;animation-name: outfirst;}       
.gp-menu-header-icon-out span:nth-child(2){animation-duration: 0.5s;animation-fill-mode: both;animation-name: outsecond;}
.gp-menu-header-icon-out span:nth-child(3){animation-duration: 0.5s;animation-fill-mode: both;animation-name: outthird;}
.gp-menu-header-icon span:nth-child(1){transform: translateY(4px) rotate(0deg);}
.gp-menu-header-icon span:nth-child(2){transform: translateY(-4px) rotate(0deg);width:27px;}
.gp-menu-header-icon span:nth-child(3){transform: translateY(-4px) rotate(0deg);width:24px;}
@keyframes outfirst {
  0% {transform: translateY(0) rotate(-45deg);}
  100% {transform: translateY(-4px) rotate(0deg);}
}   
@keyframes outsecond {
  0% { transform: translateY(0) rotate(45deg);}
  100% {transform: translateY(4px) rotate(0deg);}
}
@keyframes outthird {
  0% {transform: translateY(0) rotate(90deg);}
  100% {transform: translateY(12px) rotate(0deg); }
}
.gp-menu-header-icon-click span{top: calc((100% - 2px) / 2.1);}
.gp-menu-header-icon-click span:nth-child(1){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickfirst;}     
.gp-menu-header-icon-click span:nth-child(2){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clicksecond;width:30px;margin-left: 0;}
.gp-menu-header-icon-click span:nth-child(3){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickthird;}
.gp-menu-header-icon-click i{display: none;}
@keyframes clickfirst {
  0% {transform: translateY(4px) rotate(0deg);}
  100% {transform: translateY(0) rotate(45deg);}
}   
@keyframes clicksecond {
  0% {transform: translateY(-4px) rotate(0deg);}
  100% {transform: translateY(0) rotate(-45deg);}
} 
@keyframes clickthird {
    0% {  opacity: 0}
  100% {opacity: 0}
}   
.gp-menu-nav{  width: 100%; position: fixed;top: 0;right: 0px;background:#af0d00;  display: none;padding-top: 30px;}
/*导航*/
.gp-menu-nav a{}
.gp-menu-nav > ul {padding: 0 30px ;}
.gp-menu-nav > ul > li{position: relative;box-sizing: border-box;transition: all 0.5s ease-in;transform: translateX(-40px);opacity: 0;}
.gp-menu-nav > ul > li{position: relative;border-bottom: 1px solid #950c01;}
.gp-menu-nav > ul > li > a{display: inline-block;padding:1.2rem 0 1.2rem 0;font-size: 1.6rem;width: 60%;line-height: 1.4;color: #fff;}
.m-second-nav {display: none;opacity: 0.7;padding-bottom: 1rem;}
.m-second-nav > li{}
.m-second-nav > li.on > span{transform: rotate(45deg);}
.m-second-nav > li > a{color: #fff; display: inline-block;padding:0.5rem 0 0.5rem 10px;font-size: 1.4rem;}
.m-second-nav > li > a:hover{color: #333;} 
.m-second-nav > li > span{top: 4px;color: #dad6ce;font-size: 1.8rem;}
.gp-menu-arrow {cursor: pointer;width: 30px;height: 45px;line-height: 45px;color:#e9e9e9;text-align: right;position: absolute;right: 0;top: 0;font-size: 2rem;transition: all 0.3s ease-in-out;}
.gp-menu-nav > ul > li.on > span{transform: rotate(90deg);}
.gp-menu-nav li ul {}

/*导航内标签效果*/
.open .gp-menu-link{display: none;}
.open .gp-menu-header{background: none;}
.open .logo,.open .header .divSelect{z-index: 90;}
.gp-menu-header-icon-click{}
.open .gp-menu-nav > ul > li{transform: none;opacity: 1;}

.gp-menu-nav.gp-menu-offcanvas2{position: fixed;display: block;transform: translate(150%,0);transition: all 1s ease-in-out;width: 85%;padding-bottom: 50px;}
.open .gp-menu-offcanvas2{transform: translate(0,0);position:absolute;}

.mobile-column1{width: 100%;left: -100%;position: absolute;top: 50%;transform: translateY(-50%);}
.m-link{margin:0 30px;padding:15px 0;}
.m-link a{display: inline-block;vertical-align: middle;line-height: 1.5;padding:4px 10px;}




/*头部样式*/
.header{width:100%;min-width: 300px; max-height:660px; z-index:990;position: relative;background-repeat: no-repeat !important;background-position: top center !important;background-size: cover !important;}
.top{width: 1100px;margin:0 auto;}
.logo{ width:auto;transition: all 0.3s ease;padding:42px 0 190px;overflow: hidden;}
.logo a{display: block;}
.logo img{width: auto;}
.logo_01{width: 264px;position: relative;z-index: 900;padding-left: 225px;}
.logo_02{margin:0 auto;text-align: center;padding-top: 75px;}
.logo:hover{opacity: 0.8;}

.goTop {position: fixed;bottom:20px;right:20px;z-index: 9991;color: #f00;text-align: center;font-size: 14px;transition: none;width: 58px;height: 18px;line-height: 18px;text-align: center;border-radius: 12px;border:1px solid #f00;}
.goTop:hover{color:#fff;background-color:#fa686d;}
/*footer*/
.wrap_footer{width: 100%;overflow:hidden;background-color:#b0221f;border-top: 5px solid #8b0402;}
.copyRight{width: 1100px;overflow:hidden;color:#fff;line-height: 40px;font-size: 16px;padding:35px 0;text-align: center;margin:0 auto;}



@media screen  and (max-width:1366px) {
.top_link { margin: 0 -500px 0 0; }
}


@media screen  and (max-width:1200px) {
  .top{width: auto;padding:0 20px;}
  .copyRight{padding:15px 20px;width: auto;}

  
}
@media screen  and (max-width:1100px) {
.top_link { right: 10px; margin: 0px; }
}
@media screen  and (max-width:998px) {
  .logo_02{padding-top: 30px;}
  .logo{padding-bottom: 60px;padding-top: 27px;}
  .logo_02{width: 400px;}
  .logo_01{padding-left: 0;width: 230px;margin: 0 auto;}
  .copyRight{font-size: 14px;line-height: 22px;}
.navWrap { display: none; }
.gp-menu { display: block; }
}
@media screen  and (max-width:768px) {
  .logo_02{width: 300px;padding-top: 20px;}
  .copyRight{padding:15px;}
  .logo_01{float: none;margin:0 auto;padding-left: 0;}

}
@media screen and (max-width:640px) {
  
  }
@media screen and (max-width:480px) {
   .logo_02{width: 230px;}
   .logo{padding-bottom: 30px;}
   .logo_01{width: 173px;}
}
@media screen and (max-width:320px) {
 
}
