@charset "utf-8";

html {overflow-y:scroll;} 
body {margin:0; padding:29px00; font-size: 12px;font-family: "微软雅黑"!important;background:#ffffff;} 
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p{padding:0; margin:0;} 
table,td,tr,th{font-size:12px;} 
li{list-style-type:none;} 
img{vertical-align:top;border:0;} 
ol,ul {list-style:none;} 
h1,h2,h3,h4,h5,h6{font-size:12px; font-weight:normal;} 
address,cite,code,em,th {font-weight:normal; font-style:normal;}

/** 头部 && 轮播 **/

.navbar-default {
	margin: 25px 0 0 0!important;
	border: 0;
	border-radius: 0;
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
	box-shadow: none!important;
}

.navbar-default .navbar-toggle {
	border: 0;
	background: url(../img/navA.png) center no-repeat;
	background-size: 25px;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0px;
	right: 5px;
	margin-top: 0;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: transparent;
}

.navbar-brand {
	padding: 0;
	height: 80px;
	padding: 5px 15px;
}

.navbar-brand img {
	max-height: 100%;
}

.navbar-default .navbar-nav {
	margin: 30px 0 0 30px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #00dfb9!important;
	background: transparent;
	box-shadow: none!important;
	border: 1px solid #00dfb9;
}

.navbar-default .navbar-nav>li>a {
	display: block;
	overflow: hidden;
	font-size: 16px;
	color: #fff;
	height: 27px;
	line-height: 27px;
	padding: 0 18px;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	transition: All .5s ease;
	-webkit-transition: All .5s ease;
	-moz-transition: All .5s ease;
	-o-transition: All .5s ease;
	margin-left: 5px;
}

.navbar-default .ul_nav li a:focus,
.navbar-default .ul_nav li a:hover {
	color: #00dfb9!important;
	background: transparent;
	box-shadow: none!important;
	border: 1px solid #00dfb9;
}

.navbar-default .navbar-collapse > .navbar-right li a {
	font-size: 20px;
	padding: 0;
}

.navbar-default > .container > div.navbar-collapse > ul.navbar-right > li > a:hover{
	color: #fff!important;
	background: transparent;
	box-shadow: none!important;
	border: 1 solid transparent!important;
}

.navbar .collapse .navbar-right li a i {
	margin-right: 5px;
	font-size: 22px;
}

.banner {
	position: relative;
	height: 700px;
}

.banner>ul li {
	position: absolute;
	top: 0;
	left: 0;
	height: 700px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: 0 center;
	background-size: cover;
	display: none;
}

.banner>ul li .box {
	color: #FFF;
	text-transform: uppercase;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 925px;
	height: 395px;
	margin-left: -462px;
	margin-top: -160px;
}

.banner>ul li .box h2 {
	font-size: 56px;
	font-weight: 700;
	opacity: 0;
	filter: alpha(opacity=0);
	position: relative;
	top: -50px;
	margin: 0;
	transition: All 1s ease .5s;
	-webkit-transition: All 1s ease .5s;
	-moz-transition: All 1s ease .5s;
	-o-transition: All 1s ease .5s;
}

.banner>ul li .box h2 span {
	color: #00dfb9;
	margin-right: 8px;
}

.banner>ul li .box .box-name {
	font-size: 41px;
	opacity: 0;
	filter: alpha(opacity=0);
	position: relative;
	top: 50px;
	transition: All 1s ease .5s;
	-webkit-transition: All 1s ease .5s;
	-moz-transition: All 1s ease .5s;
	-o-transition: All 1s ease .5s;
}

.banner>ul li .box .box-name h3 {
	font-size: 51px;
	margin: 0;
}

.banner>ul li .box .line {
	height: 30px;
	width: 0;
	position: relative;
	top: 15px;
	border-top: #FFF solid 1px;
	transition: All 1s ease;
	-webkit-transition: All 1s ease;
	-moz-transition: All 1s ease;
	-o-transition: All 1s ease;
}

.banner>ul li .box .box-txt {
	line-height: 28px;
	padding-top: 15px;
	font-size: 12px;
	opacity: 0;
	filter: alpha(opacity=0);
	position: relative;
	top: 50px;
	transition: All 1s ease 1s;
	-webkit-transition: All 1s ease 1s;
	-moz-transition: All 1s ease 1s;
	-o-transition: All 1s ease 1s;
}

.banner>ul li .box .box-btn {
	position: absolute;
	right: 0;
	bottom: -50px;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: All 1s ease 1.2s;
	-webkit-transition: All 1s ease 1.2s;
	-moz-transition: All 1s ease 1.2s;
	-o-transition: All 1s ease 1.2s;
}

.banner>ul li .box .box-btn a {
	display: block;
	float: left;
	text-decoration: none;
	color: #FFF;
	font-size: 16px;
	margin-left: 40px;
	width: 145px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border: #FFF solid 2px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	transition: All .5s ease;
	-webkit-transition: All .5s ease;
	-moz-transition: All .5s ease;
	-o-transition: All .5s ease;
}

.banner>ul li .box .box-btn a:hover{
	background: #00dfb9;
	border-color: #00DFB9;
}

.banner>ul li.liNow h2, .banner>ul li.liNow .box-name, .banner>ul li.liNow .box-txt{
	top: 0;
	opacity: 1;
	filter: alpha(opacity=100);
}

.banner>ul li.liNow .line{
	width: 100%;
}

.banner>ul li.liNow .box-btn{
	opacity: 1;
    filter: alpha(opacity=100);
    bottom: 0;
}


.banner .banner-btn {
	position: absolute;
	text-align: right;
	height: 40px;
	line-height: 40px;
	bottom: 0;
	right: 0;
	width: 100%;
	padding-right: 30px;
}

.banner .banner-btn a {
	height: 4px;
	width: 30px;
	display: inline-block;
	background: #ccc;
	margin-left: 5px;
}

.banner .banner-btn a.active {
	background: #00dfb9;
}

.banner .banner-news {
	position: absolute;
	left: 30px;
	bottom: 10px;
	line-height: 20px;
	height: 20px;
	width: 330px;
	overflow: hidden;
}

.banner .banner-news span {
	font-weight: bold;
	font-size: 16px;
	color: #00dfb9;
	margin-right: 10px;
}

.banner .banner-news ul li {
	height: 20px;
}

.banner .banner-news .banner-news-txt {
	font-size: 16px;
	color: #ddd;
}

.banner .banner-news .banner-more {
	color: #00dfb9;
	font-size: 16px;
	text-decoration: none;
	border-bottom: 1px dotted #00dfb9;
	display: inline;
	line-height: 19px;
}

.navbar-default .navbar-right {
	margin-left: 0;
}

@media (min-width: 768px) {
	.navbar-nav>li>a {
		padding-top: 33px;
		padding-bottom: 25px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 640px) {
	.navbar-default .navbar-collapse, .navbar-default .navbar-form{
		background: #778a96;
	}
	.banner,.banner ul li{
		height: 500px;
	}
	.banner .box {
	    width: 300px!important;
	    height: auto;
	    margin-left: -150px!important;
	    margin-top: -160px!important;
	    text-align: center;
	}
	.banner>ul li .box h2{
		font-size: 40px;
	}
	.banner>ul li .box .box-name h3,.banner>ul li .box .box-name p{
		font-size: 20px;
	}
	.banner>ul li .box .box-txt{
		display: none;
	}
	.banner>ul li .box .box-btn{
		position: relative;
	    padding-top: 50px;
	    width: 145px;
	    margin: 0 auto;
	}
	.banner>ul li .box .box-btn a{
		float: none;
	    margin-left: 0;
	    margin-bottom: 10px;
	}
	.navbar-brand {
		height: 50px;
	}
	.navbar-default .navbar-nav {
		margin-left: 0;
	}
	.navbar-collapse {
		padding-left: 0;
	}
	.banner .banner-btn {
		text-align: center;
		padding: 0;
	}
	.banner .banner-news {
		bottom: 40px;
	}
}



/**脚部**/

footer {
	background: #252525;
	padding: 30px 0 20px;
}

footer h3 {
	font-size: 14px;
	color: #999;
	margin-bottom: 10px;
	line-height: 26px;
}

footer b {
	font-size: 16px;
	color: #fff;
	margin: 10px 0;
	display: block;
}

footer p,
footer span {
	font-size: 14px;
	color: #999;
	margin-bottom: 6px;
	display: block;
	line-height: 26px;
}

footer span a {
	color: #999;
	display: inline-block;
	width: 100px;
}

footer p i {
	margin-right: 8px;
	width: 14px;
	text-align: center;
}

footer ul {
	margin-top: 20px;
}

footer ul li {
	float: left;
	margin-right: 12px;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
}

footer ul li a {
	font-size: 24px;
}

footer ul li a i {
	color: #fff;
}

footer h4 {
	font-size: 14px;
	color: #fff;
	margin-bottom: 10px;
}

footer input {
	width: 70%;
	margin-bottom: 10px;
	line-height: 26px;
	padding-left: 10px;
}

footer textarea {
	width: 100%;
	height: 60px;
	resize: none;
}

footer .bq p {
	margin: 36px 0 0;
}

footer .sbm-a {
	font-size: 16px;
	text-decoration: none;
	display: inline-block;
	padding: 6px 30px;
	margin: 15px 0;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 24px;
	transition: All .5s ease;
	-webkit-transition: All .5s ease;
	-moz-transition: All .5s ease;
	-o-transition: All .5s ease;
}

footer .sbm-a:hover {
	background: #00DFB9;
	border-color: #13b79c;
}


/*默认样式，主要是position:fixed实现屏幕绝对定位*/

#gotoTop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	cursor: pointer;
	height: 50px;
	width: 50px;
	text-align: center;
}

#gotoTop i {
	font-size: 50px;
	color: #999;
}


/*用CSS表达式(expression)来实现ie6下position:fixed效果*/

#gotoTop {
	_position: absolute;
	_top: expression(documentElement.scrollTop + documentElement.clientHeight * 3/4 + "px")
}


/*鼠标进入的反馈效果*/


/*#gotoTop.hover{background:#5CB542;color:#fff;text-decoration:none;}*/


/**侧边栏**/

.contact {
	position: fixed;
	right: 0;
	top: 300px;
	width: 50px;
}

.contact ul{
	margin-bottom: 0;
}

.contact ul li {
	width: 50px;
	height: 63px;
	background: #000000;
	background: rgba(0, 0, 0, .6);
	text-align: center;
	margin-bottom: 1px;
	position: relative;
	right: 0;
	padding: 11px 0;
}

.contact ul li:hover {
	background: #000;
}

.contact ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
}

.contact ul li i {
	font-size: 24px;
	display: block;
	width: 24px;
	height: 24px;
	margin: auto;
}

.contact .phones {
	width: 162px;
	position: relative;
	right: 162px;
	height: 63px;
	top: -128px;
	padding: 10px;
	background: #ddd;
	display: none;
}

.contact .phones span {
	display: block;
	line-height: 22.5px;
	font-size: 13px;
	color: #333;
}

.contact .phones span b {
	color: #333;
}

.popup {
	background: #000000;
	background: rgba(0, 0, 0, .6);
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	z-index: 999;
	filter: alpha(opacity=60);
}

.popup-content {
	width: 598px;
	height: auto;
	background: #fff;
	margin: auto;
}

.popup-content .popup-close {
	width: 100%;
	height: 50px;
	background: #3ec3da;
	padding-right: 15px;
}

.popup-content .popup-close i {
	font-size: 36px;
	color: #fff;
	display: inline-block;
	line-height: 50px;
	cursor: pointer;
}

.popup-content .popup-con {
	padding: 30px 25px 20px;
}

.popup-content .popup-con h3 {
	font-size: 24px;
	color: #333;
	font-weight: 500;
	margin-bottom: 10px;
}

.popup-content .popup-con p {
	font-size: 16px;
	color: #707277;
	margin: 10px 0;
}

.popup-content .popup-con h4 {
	font-size: 16px;
	color: #333;
	margin: 20px 0 10px;
}

.popup-content .popup-con input[type=text],
.popup-content .popup-con select,
.popup-content .popup-con textarea {
	padding: 5px 8px;
	width: 100%;
	height: 32px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: #fff;
	color: #222;
	vertical-align: middle;
	font-size: 13px;
}

.popup-content .popup-con select {
	margin-top: 20px;
}

.popup-content .popup-con textarea {
	resize: none;
	height: 112px;
}

.popup-content .popup-con input[type=submit] {
	width: 185px;
	height: 50px;
	text-align: center;
	border: 0;
	border-radius: 0;
	font-size: 24px;
	margin-top: 30px;
	float: right;
	background: transparent;
	border: 2px solid #ccc;
	border-radius: 25px;
	color: #ccc;
	transition: All .5s ease;
	-webkit-transition: All .5s ease;
	-moz-transition: All .5s ease;
	-o-transition: All .5s ease;
}

.popup-content .popup-con input[type=submit]:hover {
	background: #3ec3da;
	color: #fff;
	border-color: #3ec3da;
}

@media only screen and (min-width: 100px) and (max-width: 640px) {
	.popup-content{
		width: 90%;
	}
	
	.popup-content .popup-close{
		height: 36px;
	}
	
	.popup-content .popup-close i{
		line-height: 36px;
		font-size: 30px;
	}
	
	.popup-content .popup-con h3{
		margin: 0 0 10px;
		font-size: 20px;
		font-weight: bold;
	}
	
	.popup-content .popup-con input[type=submit]{
		width: 152px;height: 38px;line-height: 34px;font-size: 20px;
	}
	
	.popup-content .popup-con input[type=text], .popup-content .popup-con select {
		height: 28px;
	}
}

::-webkit-scrollbar {
	width: 16px;
}

::-webkit-scrollbar-thumb {
	background: #333;
	border-radius: 9px;
}

scrollbar {
	width: 16px;
}

scrollbar-thumb {
	background: #333;
	border-radius: 9px;
}

html {
	scrollbar-track-color: #fff;
	scrollbar-base-color: #333;
}