/*大体架构
 ----------*/
body,html {
	font-family:'Arial','Microsoft YaHei';
	width: 100%;
    font-size: 0;
}
body{
	position: relative;
}
a{ text-decoration:none;}
input{
    font-family:'Arial','Microsoft YaHei';
}


/*层级*/
.z-index{z-index: 9;}

/*清除浮动
 --------------*/
.clear {
	padding: 0;
	margin: 0;
	width: 0;
	height: 0;
	font-size: 0;
	overflow: hidden;
	clear: both;
	line-height: 0;
}
.clearfix {
  zoom: 1;
  _height: 1px
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}
/*左浮动和右浮动
 --------------*/
.float_l {
	float: left;
}
.float_r {
	float: right;
}
.float_r, .float_l {
	_display: inline;
}
.text-align-l{text-align: left;}
.text-align-r{text-align: right;}
.cover{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.61;
    filter: alpha(opacity=61);
    text-indent: -1000px;
    overflow: hidden;
}
.btn{
    color: #fff;
    font-size: 14px;
    text-align: center;
    background: #36b687;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.btn:hover{
    background: #2a9f74;
}
/**头部**/
.header{
    position: relative;
   width: 100%;
   /*height: 46px;*/
   padding: 7px 0;
   background: #292929;
}
.header .header_con{
    max-width: 1260px;
    padding: 0 10px;
    margin: 0 auto;
}
.header .header_con .logo{
    width: 125px;
    height: 35px;
}
.header .header_con .nav li{
    float: left;
    padding: 0 10px;
}
.header .header_con .nav a{
    color: #fff;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
}
.header .header_con .nav li a:hover,.header .header_con .nav li.active a{
    background: #40ca9f;
    color: #fff;
}
.header .header_con .nav li a:hover{background: #209f73;}
.header .header_con .nav li a{padding: 17px 15px;}
.header .header_con .nav .apply{
    display: block;
    padding: 0 12px;
    background: #40ca9f;
}
.header .header_con .nav .apply:hover{
    color: #fff;
}
.header .header_con .nav_btn{
    display: none;
    position: absolute;
    top: 50%;
    right: 10px;
    margin: -11px 0 0 0;
    cursor: pointer;
}
.header .header_con .nav_btn span{
    width: 28px;
    height: 2px;
    background: #35B5B6;
    border-radius: 1px;
    margin: 0 0 5px 0;
    display: block;
}
.header .header_con .mobile_nav{
    display: none;
    position: absolute;
    left: 0;
    top: 49px;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    padding: 10px 0;
    z-index: 999;
}
.header .header_con .mobile_nav a{
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
}
.header .header_con .mobile_nav a:hover{
    color: #2a9f74;
}
/*footer*/
.footer{
    color: #fff;
    width: 100%;
    padding: 45px 0 38px;
    background: #292929;
}
.footer .footer_con{
    max-width: 1092px;
    padding: 0 10px;
    margin: 0 auto;
}

.footer .mobile_footer_con{
    display: none;
    padding: 0 10px;
    overflow: hidden;
}
.footer .logo{
    width: 116px;
    padding-top: 10px;
}
.footer .info{
    font-size: 14px;
    padding-top: 8px;
    margin-left: 75px;
}
.footer .info p{
    line-height: 36px;
}
.footer .info p span{margin-right: 15px;}
.footer .mobile_box{
    position: relative;
    left: 50%;
    float: left;
    padding-top: 20px;
}
.footer .mobile_con{
    position: relative;
    left: -50%;
}
.footer .mobile_footer_con h3{
    padding-bottom: 15px;
}
.footer .code{
    text-align: center;
}
.footer .mobile_footer_con .info{
    padding: 0;
}
.footer .code img{
    display: inline;
    width: auto;
}
.footer .code span{
    display: block;
    font-size: 12px;
    padding-top: 8px;
}
.footer .copyright{
    display: none;
    font-size: 12px;
    padding-top: 20px;
    line-height: 20px;
    text-align: center;
}
.footer .copyright span{
    display: inline-block;
}
.footer .seriesWebsite{line-height:20px;}
.footer .seriesWebsite a{color: #fff; padding: 10px; text-decoration: none; font-size: 14px;}
.footer .seriesWebsite a:hover{color: #209f73; }
.text-align-c {text-align:center;}


/* Base
   ========================================================================== */
/* layout */
.webWidth1 { width:1200px; margin:0 auto;}
.webWidth2 { width:1220px; margin:0 auto;}

.rowIn { padding:60px 0;}


/* color */
.com_color { color:#1bb484;}
.lighter { color:#40ca9f;}
.darker { color:#0ba08d;} 
.green { color:#5fcd74;}
.yellow { color:#f3c301;}


/* background size */
.img_cover { background-position:center top; background-repeat:no-repeat; background-size:cover;}
.img_contain { background-position:0 0; background-repeat:no-repeat; background-size:contain;}


/* module */
.banIn { padding-top:70px;}
.banTit { margin-top:100px; font-size:42px; color:#fff;}
.banSub { padding-top:10px; line-height:22px; font-size:16px; color:#fff; opacity:.5; filter:alpha(opacity=50);}

.rowTit { text-align:center; font-weight:bold; font-size:24px; color:#444;}



/* Common
   ========================================================================== */
/**
 * Head
 * ----------------------------------------------------------------------------
 */
.head { position:fixed; top:0; left:0; right:0; z-index:999; background-color:#2e3037;}

/* head_main */
.headIn { position:relative; padding-bottom:10px;}
.head_logo { float:left; height:41px; margin-top:13px;}
.head_logo img { height:100%; width:auto;}

/* nav */
.nav { float:left; margin-left:10px; padding-top:10px;}
.nav_li { float:left;}
.nav_link { position:relative; display:block; height:45px; margin:0 18px; line-height:45px; font-size:15px; color:#b7b7b9;}
.nav_link span { display:none; position:absolute; bottom:0; left:0; width:20px; height:1px; background:#49a7ff;}
.nav_link:hover,
.nav_cur,
.nav_cur:hover { color:#fff;}
.nav_cur span,
.nav_cur:hover span { display:block;}

.nav_shut,
.nav_fold { display:none;}

/* btn */
.exp_headBtn,
.hollowBtn { float:right; display:inline-block; margin-top:10px; text-align:center; font-size:15px;}
.exp_headBtn { padding:0 20px; border-radius:23px; background:#49a7ff; line-height:40px; color:#fff;}
.exp_headBtn:hover { background:#3599f7; color:#fff;}
.hollowBtn { margin-right:10px; padding:0 16px; border-radius:23px; border:2px #49a7ff solid; line-height:36px; color:#49a7ff;}
.hollowBtn:hover { background:#49a7ff; color:#fff;}

/* head change */
.head_cha { background-color:#2e3037;}


/**
 * Foot
 * ----------------------------------------------------------------------------
 */
.foot,
.copyright { background:#2e3037;}
.footIn { padding:45px 0;}
.foot_li { float:left; width:20%;}

/* info */
.foot_info { padding-right:50px;}
.foot_infoTit { margin-bottom:15px;}
.foot_infoTit_txt { font-size:16px; color:#9ca3b3;}
.foot_infoTit_bar { display:block; width:20px; height:1px; margin-top:8px; background:#49a7ff;}
.foot_info_li { vertical-align:bottom;}
.foot_info_link { font-family:'Microsoft YaHei',Arial, Helvetica, sans-serif; line-height:33px; font-size:13px; color:#9ca3b3;}
.foot_info_link:hover { color:#fff;}

/* contact */
.contact_ico1,
.contact_ico2,
.contact_ico3 { display:inline-block; width:18px; height:18px; margin-right:6px; background-position:0 0; background-repeat:no-repeat; vertical-align:-4px;}
.contact_ico1 { background-image:url(../images/contact_phone.png);}
.contact_ico2 { background-image:url(../images/contact_email.png);}
.contact_ico3 { background-image:url(../images/contact_qq.png);}

/* QR */
.QR { width:130px; text-align:center;}
.QR_txt { padding-top:10px; white-space:nowrap; line-height:18px; font-size:12px; color:#9ca3b3;}

/* copyright */
.copyright { border-top:1px #4f535c solid;}
.copyright_txt { padding:30px 0; text-align:center; line-height:24px; font-size:12px; color:#9ca3b3;}
.cpr_emb { display:inline-block; width:18px; height:18px; margin-right:6px; vertical-align:2px;}
