/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  
}
body {
  /*  visibility: hidden;*/
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family:"微软雅黑", tahoma;
  background: #fff;
  color:#3e3a39;
  text-align: center;
  line-height: 1.8;
  font-size: 14px;
  min-width: 320px;
  position: relative;
  right: 0;
  -webkit-transition: all .3s ease .2s;
  -moz-transition: all .3s ease .2s;
  transition: all .3s ease .2s;
  text-transform : uppercase;
}
::selection {
  color: #fff;
  background: #000;
}
::-moz-selection {
  color: #fff;
  background: #000;
}
/*span,*/
h1,
h2,
h3,
h4,
h5 {
  font-family:"微软雅黑",tahoma;
  font-weight: normal;
  line-height: 1;
  font-style: normal;
  margin: 0;
  cursor: default;
  /*  position: relative;*/
}
h1 {
  font-size: 42px;
}
h2 {
  font-size: 32px;
}
 h2.fonts{font-family:'Aller_Lt';font-size:60px;}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
p {
  font-size: 14px;
  line-height:20px;
  cursor: default;
}
a {
  font-family:"微软雅黑", tahoma;
  text-decoration: none;
  color: #333;
  outline: none;
}
a:focus {
  outline: none;
}
a,
a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}
.no-active {
  cursor: default;
  pointer-events: none;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
/*-----------列表文本-----------*/

.list-text li {
  list-style: disc;
  margin-left: 15px;
}
/*----------------------------*/

img {
  border: none;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
*,
*:before,
*:after {
   -moz-box-sizing: border-box;  /*Firefox3.5+*/
     -webkit-box-sizing: border-box; /*Safari3.2+*/
     -o-box-sizing: border-box; /*Opera9.6*/
     -ms-box-sizing: border-box; /*IE8*/
     box-sizing: border-box; /*W3C标准(IE9+，Safari5.1+,Chrome10.0+,Opera10.6+都符合box-sizing的w3c标准语法)*/
}
@font-face {
    font-family: 'Aller_Lt';
    src: url('../fonts/Aller_Lt.eot');
    src: url('../fonts/Aller_Lt.eot') format('embedded-opentype'),
         url('../fonts/Aller_Lt.woff2') format('woff2'),
         url('../fonts/Aller_Lt.woff') format('woff'),
         url('../fonts/Aller_Lt.ttf') format('truetype'),
         url('../fonts/Aller_Lt.svg#Aller_Lt') format('svg');
}

/*--------------------------------------------*/

main {
  position: relative;
  /* z-index: 10; */
}
section {
  position: relative;
  padding: 3.2em 10%;
  /* overflow: hidden; */
  zoom: 1
}
.wrap {
  position: relative;
  max-width: 1440px;
  margin: auto;
  zoom: 1
}
@media screen and (min-width:479px) {
  .wrap {
    padding:1.4em 0;
  }
}
@media screen and (min-width: 768px) {
  .wrap {
    padding: 1.6em 0;
  }
}
@media screen and (min-width: 1280px) {
  .wrap {
    padding: 3.2em 0;
  }
}

/*-------------垂直对齐-------------*/

.vertical-obj {
  display: table;
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.vertical-obj .vertical-obj-cont {
  display: table-cell;
  vertical-align: middle;
}
/*---------- 不滚动背景图片 ----------*/

.noscroll-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.tablet .noscroll-bg,
.mobile .noscroll-bg {
  background-attachment: scroll;
}
/*--------------------副标题--------------------*/

.sub_title {
  margin-bottom: 0.7em;
  padding:2px 1em;font-size:16px;border:2px solid #e92c00;border-radius:2px;display:inline-block;margin:20px 0 30px 0;
}
.seeMore a {
  margin-bottom: 0.7em;
  padding:2px 1em;font-size:16px;border-radius:2px;display:inline-block;color:#ff0012;
}
/*--------------css animation--------------*/

.trans {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
/*--------------------------------------*/

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-color: #000;
  border: 0;
  height: 1px;
  margin: 0;
}
.hidden {
  display: none;
  visibility: hidden;
}
/*---------- 清除浮云 ----------*/

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}


/* 返回顶部按钮 */
.top_back .backtop_btn {
  display:block;
  margin:auto;
  width:60px;
  height:49px;
  cursor: pointer;
  background:url(../images/top.png) center center no-repeat;
  background-size:60px auto;
}



.header {position: fixed;top: 0;width: 100%; height: 100px;text-align: center;z-index: 9998;transition: 0.4s;background:#fff;}
.header_small{height: 60px !important;transition: 0.4s;}
.logo{position: absolute;max-width:280px;height:70px;line-height:70px;left:10%;transition: 0.4s;z-index: 99;top:14px;}
.logo img{vertical-align: top;}
.logo_small{position: absolute;left:10%;line-height:50px;width:auto;height:48px;z-index: 1999;top:5px;}
.nav{position: relative;padding:0 10%;text-align: right;}
.nav ul{position: relative; top: 32px;z-index: 999;transition: 0.4s;}
.nav li{position: relative; display:inline-block;*display:inline;  margin-left: 24px;}
.nav .on a{color: #e93c49;}
.nav .on a:after{content: "";position: absolute;top:28px;left: 0;height:1px;width: 100%;background-color: #e93c49;}
.nav li > a{display: inline-block;padding: 5px 0 16px 0 ;font-size: 16px;letter-spacing:1px;
transition: 0.4s;opacity:1;filter:alpha(opacity=100);}
.nav li > a:hover {opacity: 0.6; filter: alpha(opacity=80);}
.side_close{display: none;position: absolute;right: 0;top: 0;width: 150px;height: 50px;background-image: url(../images/btn_side-close.png);background-repeat: no-repeat;background-size:  auto 80%;background-position: 90px;
background-color: #000;z-index: 99;}
.nav_icon{display: none;position: absolute;right: 10px;top: 0;width: 50px;height: 50px;background-image: url(../images/nav-icon.png);background-repeat: no-repeat;background-size:  100%;z-index: 99;}
@media screen and (max-width: 1440px) {
	.nav li a{font-size: 15px;}
}
@media screen and (max-width: 1279px) {
	.nav li a{font-size: 14px;}
}

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

	/*------------------头部相关---------------*/
	.header{height:60px !important;}
	.logo{
		width:auto;
		height:48px;
		top:3px;
	}
	.side_close,.nav_icon{display: block;}
	.nav ul{
		position: absolute; 
		top: 0;
		right: -150px;
		background-color: rgba(22,22,22,.8);
		width: 150px;height:999px;
		padding: 24px;
		padding-top: 60px;
		transition: 0.5s;
		box-sizing: border-box;
	}
	.nav li a{font-size: 12px;font-weight: 100;padding: 4px 0;margin-bottom: 8px;color:#fff;}
}


.tb15{margin:1em 0;}
.hr{width:5%;height:4px;background:#eb3341;margin:1.5em auto;}

@media screen and (max-width: 1024px) {
	h2 {
    font-size: 24px;
	}
	h2.fonts{font-family:'Aller_Lt';font-size:45px;}
	h2.det{font-size:24px;}
	h3 {
		font-size:20px;
	}
	h4{ font-size: 16px;}
    h5{font-size: 14px;}
  p {
    font-size: 14px;
	line-height:20px;
  }
  .sub_title{
  padding:2px 1em;font-size:14px;
  }
 }
@media screen and (max-width: 767px) {
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 18px;
  }
  h2.fonts{font-family:'Aller_Lt';font-size:35px;}
  h2.det{font-size:18px;}
  h3 {
    font-size: 16px;
  }
  h4{font-size: 12px;}
  h5,
  body {
    font-size: 12px;
  }
  p {
    font-size: 12px;
    margin: 0 0 10px 0;
  }
  .sub_title{
  padding:1px 1em;font-size:12px;margin:10px 0 15px 0;
  }
 }


footer{padding:1.4em 10%;background:#d63646;}
.sub_navs{width:50%;border-right:1px solid #fff;overflow:hidden;float:left;}
.contacts{width:49%;overflow:hidden;float:left;}
.nav_b{padding:10px 15% 10px 15%;}
.nav_b ul li{margin:0 10px;float:left;}
.nav_b ul li a{color:#fff;display:block;border-bottom:1px solid #d63646;font-size:15px;}
.nav_b ul li a:hover,.nav_b ul li a.on{border-bottom:1px solid #fff;}

.nav_about{padding:10px 15% 5px 15%;}
.nav_about ul li{margin:0 10px;float:left;}
.nav_about ul li a{color:#fff;display:block;border-bottom:1px solid #d63646;font-size:15px;}
.nav_about ul li a:hover{border-bottom:1px solid #fff;}

.links{font-size:15px;padding:0 15% 5px 15%;text-align:left;margin:0;}
.links p{color:#fff;word-wrap:break-word; padding-left:10px;line-height:1.5em;}
.links p a{margin-right:10px;font-size:15px;color:#fff;}
.links p a:hover{border-bottom:1px solid #fff;}
.contacts span{margin:10px 15% 0 15%;color:#fff;font-size:15px;margin-bottom:15px; text-align:left;display:block;}
.shares{margin:20px 15% 0 15%;}
.shares ul li{float:left;margin:0 15px 15px 0;}
.shares ul li a{width:46px;height:45px;display:block;background:url(../images/icon.png) 0 0 no-repeat;}
.shares ul li a.qq{background-position:right 0;}

.footer_bot{padding:30px;text-align:center;font-size:16px;background:#fff;}
.footer_bot a{font-size:16px;}
.footer_bot a:hover{text-decoration:underline;}
.erweima{width:113px;text-align:center;position:absolute;right:0;top:-85px;}
.erweima img{width:100%;height:auto;display:block;}
.erweima p{color:#fff;font-size:13px; line-height:50%;}
  
@media screen and (max-width: 767px) {
 .nav_b,.nav_about{padding:10px 10% 5px 10%;}
 .nav_b ul li a,.nav_about ul li a{font-size:12px;}
 .links{padding:0 10% 0 10%;}
 .sub_navs p{font-size:12px;}
 .sub_navs p a{font-size:12px;}
 .contacts span{margin:10px 10% 0 10%;font-size:12px;}
 .footer_bot{padding:15px;}
 .footer_bot,.footer_bot a{font-size:12px;}
 .erweima{display:none;}
 .shares{margin:20px 10% 0 10%;}
 }
 @media screen and (max-width:479px) {
 .sub_navs{width:100%;border-right:0;border-bottom:1px solid #fff; padding-bottom:10px;}
 .contacts{width:100%;}
 .nav_b,.nav_about{padding:10px 5% 5px 5%;}
 .nav_b ul li a,.nav_about ul li a{font-size:12px;}
 .links{padding:0 5% 0 5%;}
 .links p{font-size:12px;}
 .links p a{font-size:12px;}
 .contacts span{font-size:12px;}
 .footer_bot{padding:10px;}
 .footer_bot,.footer_bot a{font-size:12px;}
 .erweima{display:none;}
 .shares{margin:15px 5% 0 5%;}
 } 

  
.iocn{position:absolute;left:50%;margin-left:-20px;bottom:-19px;width:0px;height:0px;border-left:20px solid transparent;
border-right:20px solid transparent;border-top:20px solid #fff;font-size:0px;line-height:0px;z-index:999;}
@media screen and (max-width:768px) {
	  .iocn{
	  margin-left:-20px;bottom:-9px;width:0px;height:0px;border-left:10px solid transparent;
border-right:10px solid transparent;border-top:10px solid #fff;
	  } 
  }
  
  