/*reset*/
html, body {
	position:relative;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0 auto;
	top: 0;
	left: 0;
    -webkit-overflow-scrolling:  touch;
	font-family: "Microsoft yahei";

}
div,img,  a,a:focus{
	position:relative;
	outline:none; 
	border: 0;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0); 
}
img{
	border: 0;
}
ul,li {
	margin: 0;
	padding: 0;
}
.parentClear:after{
	content: "";
	display: block;
	clear: both;
}
.nav .container{
	text-align: center;
}
.container{
	width: 1200px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}



/*手机端 菜单*/

#container.mobile-menu-open, #footer.mobile-menu-open, .share_nullbox.mobile-menu-open {
    left: -100% !important;
    position: fixed;
}
#container, #tab_main_nav_mobile_container, #tab_main_nav_mobile_next_container {
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
#container {
    position: relative;
    left: 0px;
    width: 100%;
    top: 0;
}

#container, #tab_main_nav_mobile_container, #tab_main_nav_mobile_next_container {
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
#tab_main_nav_mobile_next_container, #tab_main_nav_mobile_container {
    position: fixed;
    z-index: 888;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: auto;
}

#tab_main_nav_mobile_container.mobile-menu-open, #tab_main_nav_mobile_next_container.mobile-menu-open {
    right: 0 !important;
    box-shadow: -5px 0px 10px rgba(0, 0, 0, .2);
}
#tab_main_nav_mobile_next_container ul li, #tab_main_nav_mobile_container ul li {
    border-bottom: 1px solid #ededed;
    font-size: 16px;
    color: #585858;
	text-align: center;
	
}
 #tab_main_nav_mobile_container ul li a{
	display: block;
	height: 100%;
	padding: 10px 0;
}
.mobile-area a{
	color: #585858;
}
 a:link, a:visited, a:hover, a:active{
	color: #666666;
	text-decoration: none;
}
.changeT .hover{
	margin-top: 20px;
	display: inline;
	
}
.pull-right {
	margin-right: 10%;
	
}

/*header*/
#container{
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
}
#header{
	position: relative;
	overflow: hidden;
}
.top-bar{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0 auto;
}
.logo{
	padding: 14.5px 0;
	width: 34%;
}
.changeT{
	float: right;
	right: 0;
	line-height: 60px;
	width: 9% !important;
}
.parentClear{
	width: 91% !important;
}
.parentClear .col-lg-9{
	width: 74%;
}
.changeWord{
	font-size: 16px;
	color: #333333;
}
.top-logo{
	width: 25% !important;
}
#return{
	width: 82%;
	margin-top: 23%;
}
/*nav*/

.nav{
	position: relative;
    z-index: 22;
    line-height: 60px;
}
.bar-center{
	position: relative;
	margin: 0 auto;
}
.bar-center div{
	padding: 0;
}
.nav a{
	color: #333333;
	font-size: 15px;
	margin-right: 30px;
}
.nav a.lastA{
	margin-right: 0;
}
.nav .select{
	color: #006ebb;
}
.changeT a,
.changeT_span{
	color: #333333;
}
.changeT a{
	font-size: 15px;
}


/*banner
 */
/*.banner .carousel-inner{
	padding-bottom: 10px;
}*/
.banner,
.bannerImg
{
	position: relative;
	width: 100%;
}

#banner-Carousel .carousel-indicators .active{
	background-color: #39bac9;
}
#banner-Carousel .carousel-indicators li{
	border: 1px solid #39bac9;
}
.banner-regist{
	position: relative;
	display: block;
	width:auto;
	/*top: 59%;
	left: 13.2%;*/
	z-index: 99;
	margin-top:6%;
	overflow: hidden;
}
.banner-registImg{
	width: 100%;
}
#banner-Carousel .item img.bannerImg{
	position: relative;
}
.bannerWord{
	position: absolute;
	top: 15%;
	left: 13%;
}
.mainBanTitle{
	position: relative;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 58px;
	line-height: 80px;
}
.mainBanTitle>span{
	letter-spacing: 7px;
	margin-left: 6px;
}
.mainBanTime{
	font-size: 20px;
	color: #ffffff;
	margin-top: 3%;
}
/*footer*/
.footer{
	background-color: #1e1e1e;
	color: #FFFFFF;	
}
.footCon{
	overflow: hidden;
	padding: 50px 0 30px;
}
.footer a{
	color: #FFFFFF;
	line-height: 25px;
}
.f-title{
	font-size: 16px;
}
.fSmallT{
	font-size: 14px;
}
.tel,
.tel:hover{
	text-decoration: none;
}
.scan{
	display: block;
	width: 64%;
	margin: 0 auto;
}

.copy{
	background-color: #2c2c2c;
	width: 100%;
	text-align: center;
	padding: 8px 0;
}
.footDetail{
	text-align: center;
	font-size: 15px;
	margin-top: 10px;
}
.noneM{
	margin-right: 0 !important;
}




/*footer*/
.maxWidth{
	display: block;
	margin: 0 auto;
	max-width: 1200px;	
}
.footer *{
	position: relative;
}
.footer{
	display: block;
	color: #fff;
	font-size: 12px;
	background-color: #212121;
}
.contactDiv{
	display: block;
	border-bottom: 1px solid #383838;
	padding-bottom: 20px;
}
.footerP{
	font-size: 18px;
	text-align: center;
	padding: 60px 0 0;
}
.contact{
	display: block;
    width: 86%;
    margin: 0 auto;
}
.contact:after{
	content: "";
	display: block;
	clear: both;
}
.contact li{
	list-style: none;
	float: left;
	margin-right: 14%;
}
.contact li:last-child{
	margin-right: 0;
}
.contact li a{
	display: inline-block;
}
.contImg{
	display: inline-block;
	vertical-align: middle;
}
.contSpan{
	display: inline-block;
}
.par{
	cursor: pointer;
}


.joinDiv{
	margin-top: 20px;
	display: block;
	border-bottom: 1px solid #383838;
	padding-bottom: 20px;
}
.joinP{
	text-align: center;
	margin-top: 10px;
}
.joinDiv .footerP{
	margin-bottom: 0;
	padding-top: 10px;
}
.more{
	display: block;
	text-align: center;
	text-decoration: none;
	color: #fff;
	vertical-align: middle;
	padding: 3px 0;
	border: 1px solid #383838;
	background-color: transparent;
	margin: 0 auto;
	width: 10%;
}
.contactWay{
	position: relative;
	display: block;
	margin: 0px auto;
	padding: 30px 0;
	text-align: center;
}
.contactWay:after{
	content: "";
	display: block;
	clear: both;
}
.contactWay li {
	list-style: none;
	float: left;
	margin-right: 14%;
}
.contactWay li:last-child{
	margin-right: 0;
}

.wayImg{
	width: auto;
	display: inline;
	margin: 0 10px;
}
.copy{
	background-color: #161616;
	text-align: center;
	font-size: 11px;
	padding: 15px 0;
	color: #fff;
}
.scan{
	position: absolute;
	width: 10%;
	z-index: 33;
    left: 38%;
    bottom: 23%;
    z-index: 22;
    display: none;
}

.rightC{
	display: block;
	background-color: #161616;
	text-align: center;
	font-size: 12px;
	padding: 10px 0;
	margin: 0;
}


.appImg{
	position: absolute;
	width: auto;
    top: 50%;
    left: 37%;
    display: none;
}
.wxImg{
	position: absolute;
	width: auto;
    top: 50%;
    left: 43%;	
    display: none;
}
.footer .maxWidth{
	position: relative;
}

@media screen and (min-width:1px) and (max-width: 768px) {
	.changeT{
		line-height: 40px;
	}
	.banner-regist{
		width: 26%;
		/*top: 66%;
		left: 5%;*/
	}
	.bar-center div{
		padding: 0 15px !important;
	}

	.footCon .scan-nop{
		padding: 0;
	}
	.scan{
		margin-top: 20px;
	}
	.parentClear,
	.changeT{
		width: 50% !important;
	}
	.top-logo{
		width: 100% !important;
	}
	.appImg{
		top: 59%;
		left: 10%;
	}
	.wxImg{
		top: 59%;
		left: 30%;
	}

	.logo{
		width: 100%;
	}

	.maxWidth{
		width: 100%;
	}
    .contact li:last-child{
    	float: none;
    	margin: 0 auto;
    	line-height: 30px;
    }
    .contact{
    	width: 100%;
    }
    .contact li{
    	float: none;
    	width: 62%;
    	margin: 0 auto !important;
    	line-height: 30px;
    	text-align: center;
    }

    .more{
    	width: 35%;
    }
	.contactWay li{
		margin-right: 4%;
	}
	.contAddress{
		width: 80%;
	}
	.scan{
	    width: 29%;
	    left: 19%;
	    bottom: 17%;

	}
	.footerP{
		padding: 40px 0 0;
	}
	.mbFooter {
	    width: 74%;
	    margin: 0 auto;
	}
	.mbUl {
	    width: 100%;
	    padding: 35px 0;
	}
	.mbUl li {
	    list-style: none;
	    float: left;
	    width: 50%;
	    text-align: center;
	}
	.mbUl:after {
	    display: block;
	    content: "";
	    clear: both;
	}
	.mbUl li p {
	    text-align: center;
	    width: 94%;
	    margin: 10px auto 0;
	}
}

@media only screen and (device-width: 320px) {
	.scan{
	    bottom: 17%;
    	left: 16%;
	}
	.contact li{
		width: 74%;	
	}	
	.appImg{
		 top: 60%;
    	left: 0;
	}
	.wxImg{
		top: 60%;
    	left: 23%;
	}
}
@media only screen and (min-width: 361px ) and (max-width: 768px) {
	.scan{
	    left: 19%;
	    bottom: 17%;
	}
	.appImg{
		left: 12%;
	}
}
