@charset "utf-8";
/* CSS Document */
html{background:#FFF;font-size:62.5%; /* 10÷16=62.5% */}
body{font-size:14px;font-size:1.4rem ; /* 14÷10=1.4 */color: #1e1e1e;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,i,img,kbd,q,samp,small,span,strong,sub,sup,tt,var,legend,fieldset{margin:0px;padding:0px; -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;transition: all 0.3s ease;}
a *{transition: all 0.3s ease;}
a:hover{color: #d40000;text-decoration: none;}
input[type='button']{outline:none;border:0 none;background-color:transparent;cursor:pointer;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:400;}
ul,ol,li{list-style:none outside none;}
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}
.clearFix{*zoom:1;clear:both;}
.clearFix:after{content: '';display: block;clear:both;}
.clear{width: 100%;overflow:hidden;}
.fs36{font-size: 36px;}
.fs24{font-size: 24px;}
.fs22{font-size: 22px;}
.fs20{font-size: 20px;}
.fs18{font-size: 18px;}
.fs16{font-size: 16px;}
.fs15{font-size: 15px;}
.fs14{font-size: 14px;}
.fs13{font-size: 13px;}
.fs12{font-size: 12px;}
@media screen  and (max-width:1024px){
	.fs36{font-size: 28px;}
	.fs24{font-size: 22px;}
	.fs22{font-size: 20px;}
	.fs20{font-size: 18px;}
	.fs18{font-size: 16px;}
}
@media screen  and (max-width:768px){
	.fs36{font-size: 24px;}
	.fs24{font-size: 20px;}
	.fs22{font-size: 18px;}
	.fs16{font-size: 15px;}
	.fs14,.fs15{font-size: 13px;}
}
@media screen  and (max-width:414px){
	.fs36{font-size: 20px;}
	.fs24{font-size: 18px;}
	.fs22,.fs20{font-size: 16px;}
	.fs18{font-size: 15px;}
	.fs16{font-size: 14px;}
	.fs14,.fs13,.fs15{font-size: 12px;}
}

.ul-inline{font-size: 0;}
.ul-inline li{display: inline-block;*display: inline;*zoom:1;font-size: 14px;vertical-align: top;}
.ul-inline li a{display: block;}
.title{display: block;overflow: hidden;text-overflow: ellipsis;}
.info{display: block;overflow: hidden;}
.img{display: block;overflow: hidden;width: 100%;height: 0;}
.imgCentered{display: block;overflow: hidden;width: 100%;height: 0;position: relative;}
.img img{width: 100%;display: block;}
.imgCentered img{position: absolute;top: 0;bottom: 0;left: 0;right: 0;max-height: 100%;width: auto;margin: auto;}
.img img:hover{transform: scale(1.05);-ms-transform: scale(1.05);-moz-transform: scale(1.05);-webkit-transform: scale(1.05);-o-transform: scale(1.05);transition: all ease-in 0.2s;-ms-transition: all ease-in 0.2s;-moz-transition: all ease-in 0.2s;-webkit-transition: all ease-in 0.2s;-o-transition: all ease-in 0.2s;}
.time{font-family: 'Arial';}
.clear{clear:both;}
.rightDate{float: right;}

/* 测试是否一致 */
/* body{opacity: 0.6;}html{background: url(../images/1.jpg) top center no-repeat !important;}::-webkit-scrollbar{width: 0;} */

/*头部样式*/
.header{width:100%;z-index:990;position: relative;background: #c30500;border-bottom: 5px solid #a30a05;}
.top{width: 1200px;margin:0 auto;height: 132px;}

.logo{float: left;width: 265px;margin: 30px 0 0;position: relative;z-index: 3;}
.logo2{width: 280px;float: left;margin: 50px 0 0 16px;}

.nav{height: 60px;float: right;margin: 36px -25px 0 0;}
.nav ul{}
.nav ul > li{float:left;height: 60px;position: relative;line-height: 60px;}
.nav ul > li:first-child{display: block;}
.nav ul li > a{font-size: 18px;color:#fff;display: block;text-align: center;padding: 0 25px;}
.nav ul li.on,.nav ul li.active,.nav ul li:hover{color: #fff;background-color:#ac0000;transition: all 0.3s ease;}
.nav ul li.on .subNav{display: block;}
.subNav{width:100%;background-color:#ac0000;padding:10px 0 10px;}
.subNav{position: absolute;left:0;top:60px;display: none;}
.subNav dd {}
.subNav a{color:#fff;padding:8px 15px;display: block;line-height: 19px;text-align: center;}
.subNav a:hover{background: #c30500}
.flipInY  { -webkit-animation-name: flipInY ;animation-name: flipInY ;animation-duration: 0.6s; -webkit-animation-duration: 0.6s;animation-timing-function: ease-in-out; -webkit-animation-timing-function: ease-in-out;visibility: visible !important; display: block;}
@keyframes flipInY  {
  from {-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);transform: perspective(400px) rotate3d(0, 1, 0, 90deg);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;   opacity: 0;}
  40% {-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);transform: perspective(400px) rotate3d(0, 1, 0, -20deg);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;}
  60% {-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg); transform: perspective(400px) rotate3d(0, 1, 0, 10deg);    opacity: 1;}
  80% {-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {-webkit-transform: perspective(400px);transform: perspective(400px);  }
}
.ser{width:100px; height:20px; line-height:20px; z-index:600;position: absolute;right:290px;top:38px;border-bottom: 1px solid #8b9db3}
.search input{position:absolute;  height: 20px;line-height:20px; color:#b9c3cc; border:none; background:none; top:0px; padding-left:0px; }
.search input.notxt{color:#999; padding:0 0 0 20px;width:80%;}   
.search input.notxt1 {position: absolute;width: 20px;height:20px;left:0;border: none;cursor:pointer; overflow: hidden;padding-right:0;color:#fff;border:none;}
.goTop {position: fixed;bottom: 40px;right: 20px;z-index: 9999999;color: #fff;text-align: center;font-size: 14px;transition: none;background-color:#000;width: 50px;height: 50px;line-height: 50px;text-align: center;}
.goTop:hover{color:#fff;background-color:#e46856;}
/*手机端导航*/
.mobile{width: 100%;position: absolute;height: 0;top: 0;display: none;bottom:0;right: 0;z-index: 99;}
.mobile-inner-header{
  width:100%;
  height: 0;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
  
   /* Safari 5.1 - 6.0 */
   /* Opera 11.1 - 12.0 */
   /* Firefox 3.6 - 15 */
   /* 标准的语法 */
  }
.mobile-inner-header-icon{color: #ffffff; height: 40px;font-size:25px;text-align: center;float:right;width: 40px;position: relative;-webkit-transition: background 0.5s;-moz-transition: background 0.5s;-o-transition: background 0.5s;transition: background 0.5s;}
.mobile-inner-header-icon:hover{opacity:0.8;cursor: pointer;}
.mobile-inner-header-icon span{ position: absolute; left: calc((100% - 25px) / 2);
  top: calc((100% - -6px) / 3);  width: 25px;  height: 2px;  background-color: #fff;}
.mobile-inner-header-icon span:nth-child(1){transform: translateY(4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(2){transform: translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon-click span:nth-child(1){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickfirst;}    
.mobile-inner-header-icon-click span:nth-child(2){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clicksecond;}
.mobile-inner-header-icon{background: url(../images/phoneMenu.png) center center no-repeat;
    color: #fff; height: 42px;text-align: left;float:right;width: 50px;position: relative; cursor: pointer;margin-right: 10px;font-weight: bold;text-align: right;} 
.mobile-inner-header-icon-out span{width: 22px;height: 2px;background-color:#fff;display: block;}
.mobile-inner-header-icon-out span:nth-child(1){animation-duration: 0.5s;animation-fill-mode: both;
    animation-name: outfirst;}       
.mobile-inner-header-icon-out span:nth-child(2){animation-duration: 0.5s;animation-fill-mode: both;
    animation-name: outsecond;}
.mobile-inner-header-icon-out span:nth-child(2){animation-duration: 0.5s;animation-fill-mode: both;
    animation-name: outthird;}
.mobile-inner-header-icon span:nth-child(1){transform: translateY(4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(2){transform: translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(3){transform: translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon-click span:nth-child(1){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickfirst;}      
.mobile-inner-header-icon-click span:nth-child(2){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clicksecond;}
.mobile-inner-header-icon-click span:nth-child(3){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickthird;}
.mobile-inner-header-icon.mobile-inner-header-icon-click span{top: calc((100% - -14px) / 3)}
@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}
}   
.mobile-inner-header-icon-out span:nth-child(1){animation-duration: 0.5s;animation-fill-mode: both;
    animation-name: outfirst;}       
.mobile-inner-header-icon-out span:nth-child(2){animation-duration: 0.5s;animation-fill-mode: both;
    animation-name: outsecond;}
.mobile-inner-header-icon-out span:nth-child(3){animation-duration: 0.5s;animation-fill-mode: both;
    animation-name: outthird;}
@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);}
}
.mobile-inner-nav{background-color:#ede9d7;width: 100%;position: absolute;top: 112px;left: 0px;padding-top: 10px;padding-bottom: 25px;display: none;}
.mobile-inner-nav a{display: inline-block;line-height: 45px;text-decoration: none;  width: 100%;font-size: 14px;border-bottom: solid 1px #d7cda2;-webkit-transition: all 0.5s;   -moz-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s; }
.mobile-inner-nav li{position: relative;padding: 0 20px;}
.mobile-inner-nav li a{text-indent: 15px;}
.mobile-inner-nav li strong{color:#aaa;position: absolute;right:20px;top:0;font-size: 25px;cursor: pointer;width: 40px;height: 45px;text-align: center;line-height: 40px;-webkit-transition: all 0.5s;   -moz-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s; }
.mobile-inner-nav a{-webkit-animation-duration: 0.5s;animation-duration: 0.5s;-webkit-animation-fill-mode: both;animation-fill-mode: both;-webkit-animation-name: returnToNormal;animation-name: returnToNormal;}
@-webkit-keyframes returnToNormal {
  from {opacity: 0;-webkit-transform: translate3d(0, 100%, 0);transform: translate3d(0, 100%, 0);}
  to {opacity: 1;-webkit-transform: none;transform: none;} 
}
@keyframes returnToNormal {
  from {opacity: 0;-webkit-transform: translate3d(0, 100%, 0);transform: translate3d(0, 100%, 0);}
  to {opacity: 1;-webkit-transform: none;transform: none;}
}
.mobile_subNav{display: none;padding-left:10px;}
.mobile-inner-nav dd a{height: 35px;line-height: 35px;border-bottom: dotted 1px rgba(0,0,0,0.2);font-size: 12px;}
.mobile_search{clear: both;position: relative;height: 36px;margin:10px 30px 0;border:1px solid #d3d3d3;border-radius: 30px;overflow: hidden;}
.mobile_search input.notxt{width: 90%;color:#333;margin-left:55px;border:none;height: 36px;line-height: 36px;}
.mobile_search input.notxt1{width: 55px;background-color:#fff;right:auto;left:0;background:url(../images/searchBtn.png) no-repeat center center;border:none;height: 36px;line-height: 36px;}
/*footer*/
.wrap_footer{width: 100%;overflow:hidden;background-color:#b0221f;}
.footer{max-width: 1200px;margin: 0 auto;padding: 32px 0;overflow: hidden;}
.footerLeft{float: left;padding: 0 250px 0 0;border-right: 1px solid #d6201a;}
.copyRight{color:#fff;line-height: 24px;text-align: right;font-size: 14px;margin: 13px 0 0 600px;}

@media screen  and (max-width:1386px){
	.top,.footer{width: 1000px;}
	.nav{margin: 36px 0 0 ;}
	.footerLeft{padding: 0 100px 0 0;}
	.copyRight{margin: 13px 0 0 370px;}
	
}
@media screen  and (max-width:1040px) {
	.top{width: auto;padding: 0 20px;}
	.footer{width: auto;padding: 16px 20px;}
	
	.copyRight{width: auto;padding:0 25px;}
	.nav ul li > a{padding:0 28px;}
	.nav ul{/* width: 992px; */}
	.header{background-size: cover !important;}

}
@media screen  and (max-width:998px) {
  .nav{display: none;}
  .header{background-size: cover !important;}
  .mobile{display: block;}
  .top{height: auto;}
  .logo{float: none;display: block;margin: 0;padding: 16px 0;}
  
  .logo_01{width: 300px;margin:0 auto;padding:0;}
  .logo_02{margin:20px auto 40px;}
}
@media screen  and (max-width:768px) {
	.logo{width: 180px;padding: 10px 0;}
	.mobile-inner-nav{top: 76px;}
	
	.footerLeft{float: none;padding: 0;border: 0;margin: 0 auto 10px;display: block;text-align: center;max-width: 60%;}
	
	.copyRight{margin: 0;text-align: center;}
}
@media screen and (max-width:640px) {
	.logo_01{width:200px; }
}
@media screen and (max-width:480px) {
   
}
@media screen and (max-width:320px) {
 
}







