*{
	margin:0;
	padding:0;
}
body{
	font-family: "微软雅黑";
}
a:hover{text-decoration: none;}
.container-fluid{padding:0;}
.section2,.section3,.section4,.section5,.section6{
	padding-top: 100px;
}

.section2-header,.section3-header,.section4-header,.section5-header{
	text-align: center;
	margin:0 auto;
}
.section2-header h2,.section3-header h2,.section4-header h2,.section5-header h2{
	letter-spacing: 12px;
	padding-left: 8px;
}

/*Navbar*/

.navbar-default,.navbar-brand,.navbar-nav{
	height: 80px;
	opacity: 0.9;
}
.navbar-default .navbar-nav>li>a{
	color:#7B7373;
}
.navbar-nav li, .navbar-nav li a{
	height: 100%;
	line-height: 1.6;
}
#menu  .active>a,#menu  .active>a:hover{
	border-bottom:5px solid #349ef5;
	color:#349ef5;
}

.navbar-default{
	font-size: 20px;
}
#menu{
	width: 36%;
	margin-left: 20%;
}

#menu li{
	margin-right:50px;
}

.navbar-text{
	background:url("../img/phone_icon.png") no-repeat left  center;
	background-size:15%;
	font-weight: bold;
	color: #349ef5 !important;
	font-size: 30px;
	margin-right: 3%;
	padding-left: 60px;
}


.carousel-indicators{
	bottom: 6%;
}
.carousel-indicators li{
	width: 40px;
	height: 5px;
	background:rgb(102,99,99);
	border-color:rgb(102,99,99);
	border-radius: 0;
	margin-right: 10px;
	
}
.carousel-indicators .active{
	background: #078af8;
	width: 40px;
	height: 5px;
	border: none;
	margin-right: 10px;
}
.section1 .btn_next{
	position: absolute;
	bottom: 3%;
	left: 49%;
	background: url("../img/down_icon.png") no-repeat;
	background-size: 100%;
	display: block;
	width: 30px;
	height:30px; 
}
.section1 .btn_next:hover{
	background: url("../img/down_icon_hover.png") no-repeat;
	background-size: 100%;
}
#content-body .carousel-caption{
	left: 40%;
}
#content-body .carousel-caption a{
	display: block;
	border-radius:30px;
	background: #42ace9;
	text-align: center;
	color: white;
	font-weight: normal;

}
.section2{
	background:url("../img/case_bg.png") no-repeat center;
	background-size: cover;
	position: relative;
}
.section2_content{
	margin-top: 40px;
}
.section2_content div[class*="col-"]{
	padding:0;
}
.section2_content img{
	float: left;
}
.section2_content .line{
	width: 1px;
	border: 1px solid #349ef5;
}
.section2_content .line_content{
	padding-top: 5% !important;
	padding-left: 1% !important;
}
.section2_content h3{
	clear:both;
}

.section2_content .more,.section5 .more{
	display:inline-block;
	border: 1px solid #000;
	border-radius: 5px;
	color: black;
	text-align: center;
	margin-left: -1.5%;
	margin-top:1%;
}
.section2_content .more:hover,.section5 .more:hover{
	background:#3189f6;
	border:1px solid #3189f6;
	color: white;
	text-decoration: none;
}
.section2_content_hover{
	position: absolute;

}
.section2_content_hover_header{
	background:#000 url("../img/success_case_hover_icon.png") no-repeat center ;
	opacity: 0.5;
	position: absolute;
}
.section2_content_hover_footer{
	background: #000;
	border-top:3px solid #3189f6 ;
	font-weight: normal;
	color: white;
	padding:10px 0 0 10px;
	position: absolute;
	text-align: center;
}


.section3{
	background: url("../img/lexin_bg.png") no-repeat center;
	background-size: cover;
}
.section3_content{
	margin: 30px auto 0;
	width: 63%;
}
.section3_content_left,.section3_content_right{
	float: left;
}
.section3_content_right{
	margin: 12% 0 0 5%;
}
.section3_content_right h2{
	font-weight: normal;
	color: #074497;
}
.section3_content_right p{
	text-align: center;
	color: white;;
}
.section3_content_right .one{
	background: #0ed177;
}
.section3_content_right .two{
	background: #00a2ff;
}
.section3_content_scale{
	position: relative;
}
.section3_content_scale img{
	position: absolute;
}



.section4{
	background: url("../img/client_bg.png") no-repeat center;
	background-size: cover;
}
.section4_content{
	width: 80%;
	margin: 6% auto 0;
}
.section4_content div[class*='col-']{
	padding:0;
	text-align: center;
}

.section5{
	background: url("../img/about_bg.png") no-repeat center;
	background-size: cover;
}
.section5_content{
	width: 55%;
	margin: 6% auto 0;
}


.section6{
	background: #454545;
	color: #b5b5b5;
}
.section6 h2,.section6 h3{margin: 0;padding:0;}
.section6_content{
	margin: 0 auto;
	position: relative;
}
.section6_content input{
	background: #d2d2d2;
	border: none;
	color: #000;
}
.section6_content .require{
	background: #d2d2d2;
	color: #000;
}
.section6_content .submit{
	color: #d2d2d2;
	background: none;
	border: 1px solid #d2d2d2;
	text-align: center;
}
.section6_content .submit:hover{
	color: white;
}
.section6_content_right{
	position: absolute;
	top:0;
	right: 0;
}
.section6_content_right ul{
	list-style: none;
}
.section6_content_right .two{
	color: #078af8;
}
.section6_content_right p{
	position: absolute;
}
.section6_content .footer_line hr{
	border-color: #656565;

}
.section6_content_footer{
	text-align: center;
	color: #8b8b8b;
}

/*右侧菜单*/
.rigth_menu{
	position: fixed;
	top: 30%;
	right: 0;
}
.rigth_menu .rigth_menu_hover1,.rigth_menu .rigth_menu_hover2,.rigth_menu .rigth_menu_hover3{
	background:#545454;
	width: 190px;
	height: 190px;
	border-radius: 10px;
	opacity: 0.8;
	filter:alpha(opacity=80);
	position: absolute;
	top:25%;
	/*right:50px;*/
	right: -190px;
	z-index: 10;
}
.rigth_menu_hover_content1,.rigth_menu_hover_content2,.rigth_menu_hover_content3{
	color:white;
	padding: 20px 0 0 20px;
}
.rigth_menu_hover_content1 p,.rigth_menu_hover_content2 p{
	line-height: 30px;
	font-size: 16px;

}
.rigth_menu_hover_content1 a{
	color: #4b95f7;
	display: block;
	width: 104px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 5px;
	font-size: 12px;
	margin-top: 30px;
	border: 1px solid #4b95f7;
}
.rigth_menu_hover_content1 a:hover{
	color: white;
	background:#4b95f7;
}






.rigth_menu_container{
	background: url("../img/suspension_window/suspension_window.png") no-repeat right center;
	background-size:51px 253px;
	width: 94px;
	height: 380px;
	position: relative;
	z-index: 99;
}
.rigth_menu_container .up_icon{
	background:url("../img/suspension_window/to_top.png") no-repeat right center;
	background-size: 100%;
	width: 23px;
	height: 15px;
	position: absolute;
	top:75px;
	right:12px;
}
.rigth_menu_container .up_icon:hover{
	background:url("../img/suspension_window/to_top_hover.png") no-repeat right center;
	background-size: 100%;
	width: 23px;
	height: 15px;
}


.rigth_menu_container .message_icon{
	background:url("../img/suspension_window/leave_message.png") no-repeat right center;
	background-size: 100%;
	width: 27px;
	height: 28px;
	position: absolute;
	top:115px;
	right: 10px;
}
.rigth_menu_container .message_icon:hover{
	background:url("../img/suspension_window/leave_message_hover.png") no-repeat right center;
	background-size: 100%;
	width: 27px;
	height: 28px;
}

.rigth_menu_container .phone_icon{
	background:url("../img/suspension_window/phone.png") no-repeat right center;
	background-size: 100%;
	width: 27px;
	height: 28px;
	position: absolute;
	top:180px;
	right: 10px;
}
.rigth_menu_container .phone_icon:hover{
	background:url("../img/suspension_window/phone_hover.png") no-repeat right center;
	background-size: 100%;
	width: 27px;
	height: 28px;
}

.rigth_menu_container .weixin_icon{
	background:url("../img/suspension_window/wx_public.png") no-repeat right center;
	background-size: 100%;
	width: 27px;
	height: 28px;
	position: absolute;
	top:240px;
	right: 10px;
}
.rigth_menu_container .weixin_icon:hover{
	background:url("../img/suspension_window/wx_public_hover.png") no-repeat right center;
	background-size: 100%;
	width: 27px;
	height: 28px;
}
.rigth_menu_container .down_icon{
	background:url("../img/suspension_window/to_bottom.png") no-repeat right center;
	background-size: 100%;
	width: 23px;
	height: 15px;
	position: absolute;
	top:290px;
	right:12px;
}
.rigth_menu_container .down_icon:hover{
	background:url("../img/suspension_window/to_bottom_hover.png") no-repeat right center;
	background-size: 100%;
	width: 23px;
	height: 15px;
}

.hidden_menu{
	background: url("../img/suspension_window/close.png") no-repeat;
	background-size: 100%;
	width: 28px;
	height: 28px;
	position: fixed;
	right: 0.6%;
	top: 65%;
	cursor: pointer;
}




/*分辨率调整*/
@media (max-width:767px){
	
	
	

	#hidde_menu{
		margin: 0;
		background: #eee;
	}
	.navbar-text{
		background-size:42px;
	}
	.navbar-default,.navbar-brand,.navbar-nav{
		height: 50px;
	}
	
	#content-body .carousel-caption {
		bottom: 22%;
	}
	#content-body .carousel-caption a{
		width: 100px;
		height:25px;
		font-size: 16px;
		line-height: 25px;
	}

	.section2{
		padding-top: 60px;
	}
	.section2-header{
		width: 150px;
		text-align: center;
		margin: 0 auto;
	}
	.section2-header h2{
		margin-top:10px;
		font-size: 14px;
	}
	.section2_content{
		margin-top: 40px;
	}
	.section2_content img{
		float: left;
		width: 130px;
	}
	.section2_content .one{
		margin-left: 10%;
	}
	.section2_content .two,.section2_content .four{
		margin-left: 10%;
	}
	.section2_content .line{
		height: 150px;
	}
	.section2_content h3{
		font-size: 14px;
	}
	.section2_content h3.first{
		margin-left: 40%;
		margin-top: 65%;
	}
	.section2_content h3.second{
		margin-left: 35%;
		margin-top: 79%;
	}
	.section2_content .more{
		width: 60px;
		height: 35px;
		line-height: 35px;
		margin:1% 0 0 46%;
		font-size: 14px;
	}

	.section2_content_hover{
		top:25.5%;
		left: 3.7%;
		width: 130px;
		height: 232px;
	}
	.section2_content_hover_header{
		width: 130px;
		height: 163px;
		top:-62.5%;
		left: 0;
		opacity: 0;
	}
	.section2_content_hover_footer{
		width: 130px;
		height: 69px;
		font-size: 16px;
		top:110%;
		left: 0;
		opacity: 0;
	}
	.section3{
		padding-top: 60px;
	}
	.section3-header{
		width: 250px;
	}
	.section3-header h2{
		margin-top:10px;
		font-size: 20px;
	}
	
	.section3_content{
		width: 90%;
		margin-top: 20px;
	}
	.section3_content_left img{
		width: 280px;
	}
	.section3_content_right{
		width: 280px;
		margin-top: 5%;
		margin-left: 5%;
		
	}
	.section3_content_right h2{
		font-size: 30px;
		line-height: 40px;
	}
	.section3_content_right h3{
		font-size: 14px;
	}
	.section3_content_right p{
		width: 140px;
		height: 50px;
		padding-top: 5px;
		line-height: 20px;
		font-size: 12px;
	}
	.section3_content_scale{
		width: 300px;
		margin-top: 50px;
	}
	.section3_content_scale img{
		top:0;
		right: 0;
		width: 45%;
	}
	.section4{
		padding-top: 60px;
	}
	.section4-header{
		width: 321px;
	}
	.section4-header h2{
		font-size: 22px;
	}
	.section4_content h3{
		font-size: 18px;
		
	}
	.section4_content{
		margin-top: 12%;
	}
	.section4_content img{
		width: 50%;
		height: 50%;
	}
	.section5{
		padding-top: 60px;
	}
	.section5-header{
		width: 200px;
	}
	.section5-header h2{
		font-size: 20px;
		margin-top: 10px;
	}
	.section5_content{
		width: 50%;
		margin-top: 3%;
	}
	.section5_content li{
		font-size: 4px;
		list-style-image: url('../img/about_list_bg.png');
		line-height: 20px;
		margin-bottom: 5px;
	}
	.section5_content li strong{
		font-size: 16px;
	}
	.section5 .more{
		width: 60px;
		height: 35px;
		line-height: 35px;
		font-size: 14px;
		margin-left: 45%;
		margin-top:12%;
	}


	.section6{
		padding-top: 60px;
	}
	.section6_content{
		width: 90%;
	}
	.section6_content h2{
		font-size: 20px;
		margin-bottom: 5px;
		margin-left: 5%;
	}
	.section6_content form{
		width: 330px;
		margin-left: 5%;
	}
	.section6_content h3{
		font-size: 13px;
		margin: 5px 0;

	}
	.section6_content input{
		width: 250px;
		height: 20px;
	}
	.section6_content .require{
		width: 250px;
		height: 50px;
		margin-bottom: 10px;
	}
	.section6_content .submit{
		width: 80px;
		height: 30px;
		border-radius: 5px;
		line-height: 28px;
	}
	.section6_content_right{
		width: 389px;
		margin-top: 40px;
	}
	.section6_content_right .one{
		font-size: 20px;
		line-height: 30px;
	}
	.section6_content_right .two{
		font-size: 30px;
		line-height: 40px;
	}
	.section6_content_right  li{
		font-size: 12px;
		line-height: 20px;
	}
	.section6_content_right p{
		top:90px;
		right: 30px;
	}
	.section6_content_right p span{
		font-size: 18px;
		letter-spacing: 12px;
	}
	.section6_content .tip_img{
		margin-left: 15%;
		margin-top: 9.5%;
	}
	.section6_content .footer_line{
		margin-top: 10px;
	}
	.section6_content .footer_line hr{
		margin: 2px 0 0 0 ;

	}
	.section6_content_footer{
		font-size: 12px;
		margin-top:10px;
	}
	.section6_content_footer .footer_p1{
		line-height: 18px;
	}


}
@media (min-width:768px){
	
	.navbar-text{
		background-size:15%;
		font-size: 30px;
		margin-right: 3%;
		padding-left: 60px;
	}
	
	#content-body .carousel-caption {
		bottom: 22%;
	}
	#content-body .carousel-caption a{
		width: 100px;
		height:25px;
		font-size: 16px;
		line-height: 25px;
	}

	.navbar-default,.navbar-brand,.navbar-nav{
		height: 60px;
	}
	.section2-header{
		width: 170px;
		text-align: center;
		margin: 0 auto;
	}
	.section2-header h2{
		margin-top:10px;
		font-size: 16px;
	}
	.section2_content{
		margin-top: 40px;
	}
	.section2_content img{
		width: 160px;
	}
	.section2_content .one{
		margin-left: 10%;
	}
	.section2_content .two,.section2_content .four{
		margin-left: 10%;
	}
	.section2_content .line{
		height: 200px;
	}
	.section2_content h3{
		font-size: 21px;
	}
	.section2_content h3.first{
		margin-left: 40%;
		margin-top: 60%;
	}
	.section2_content h3.second{
		margin-left: 30%;
		margin-top: 74%;
	}
	.section2_content .more{
		width: 80px;
		height: 45px;
		line-height: 45px;
		font-size: 16px;
		margin:1% 0 0 46%;
	}

	.section2_content_hover{
		top:25.5%;
		left: 3.7%;
		width: 160px;
		height: 286px;
	}
	.section2_content_hover_header{
		width: 160px;
		height: 201px;
		top:-62.5%;
		left: 0;
		opacity: 0;
	}
	.section2_content_hover_footer{
		width: 160px;
		height: 85px;
		font-size: 18px;
		top:110%;
		left: 0;
		opacity: 0;
	}
	.section3{
		padding-top: 80px;
	}
	.section3-header{
		width: 250px;
	}
	.section3-header h2{
		margin-top:10px;
		font-size: 20px;
	}
	
	.section3_content{
		width: 80%;
		margin-top: 20px;
	}
	.section3_content_left img{
		width: 300px;
	}
	.section3_content_right{
		width: 280px;
		margin-top: 5%;
		margin-left: 5%;
		
	}
	.section3_content_right h2{
		font-size: 34px;
		line-height: 50px;
	}
	.section3_content_right h3{
		font-size: 14px;
	}
	.section3_content_right p{
		width: 140px;
		height: 50px;
		padding-top: 5px;
		line-height: 20px;
		font-size: 12px;
	}
	.section3_content_scale{
		width: 300px;
		margin-top: 60px;
	}
	.section3_content_scale img{
		top:0;
		right: 0;
		width: 45%;
	}
	.section4{
		padding-top: 70px;
	}
	.section4-header{
		width: 321px;
	}
	.section4-header h2{
		font-size: 25px;
	}
	.section4_content h3{
		font-size: 20px;
	}

	.section5{
			padding-top: 70px;
	}
	.section5-header{
		width: 300px;
	}
	.section5-header h2{
		font-size: 26px;
		margin-top: 10px;
	}
	.section5_content{
		width: 60%;
		margin-top: 1%;
	}
	.section5_content li{
		font-size: 18px;
		list-style-image: url('../img/about_list_bg.png');
		line-height: 30px;
		margin-bottom: 5px;
	}
	.section5_content li strong{
		font-size: 20px;
	}
	.section5 .more{
		width: 80px;
		height: 45px;
		line-height: 45px;
		font-size: 16px;
		margin-left: 45%;
		margin-top:8%;
	}

	.section6{
		padding-top: 70px;
	}
	.section6_content{
		width: 90%;
	}
	.section6_content h2{
		font-size: 20px;
		margin-bottom: 5px;
		margin-left: 5%;
	}
	.section6_content form{
		width: 380px;
		margin-left: 5%;
	}
	.section6_content h3{
		font-size: 13px;
		margin: 5px 0;

	}
	.section6_content input{
		width: 300px;
		height: 30px;
	}
	.section6_content .require{
		width: 300px;
		height: 100px;
		margin-bottom: 10px;
	}
	.section6_content .submit{
		width: 80px;
		height: 30px;
		border-radius: 5px;
		line-height: 28px;
	}
	.section6_content_right{
		width: 389px;
		margin-top: 40px;
	}
	.section6_content_right .one{
		font-size: 20px;
		line-height: 30px;
	}
	.section6_content_right .two{
		font-size: 30px;
		line-height: 40px;
	}
	.section6_content_right  li{
		font-size: 12px;
		line-height: 20px;
	}
	.section6_content_right p{
		top:100px;
		right: 30px;
	}
	.section6_content_right p span{
		font-size: 18px;
		letter-spacing: 12px;
	}
	.section6_content .tip_img{
		margin-left: 22%;
		margin-top: 3%;
	}
	.section6_content .footer_line{
		margin-top: 10px;
	}
	.section6_content .footer_line hr{
		margin: 2px 0 0 0 ;

	}
	.section6_content_footer{
		font-size: 12px;
		margin-top:10px;
	}
	.section6_content_footer .footer_p1{
		line-height: 18px;
	}


}

@media (min-width:992px){
	
	.section3{
		padding-top: 70px;
	}
	.navbar-default{
		font-size: 16px;
	}
	#menu{
		width: 55%;
		margin-left: 3%;
	}

	#menu li{
		margin-right:10px;
	}
	.navbar-text{
		background-size:15%;
		font-size: 26px;
		margin-right: 2%;
		padding-left: 60px;
	}
	#content-body .carousel-caption a{
		width: 120px;
		height:35px;
		font-size: 20px;
		line-height: 35px;
	}
	.section2_content h3.first{
		margin-top: 52%;
	}
	.section2_content h3.second{
		margin-top: 62%;
	}
	.section2_content_hover{
		top:25.5%;
		left: 3.7%;
		width: 160px;
		height: 286px;
	}
	.section2_content_hover_header{
		width: 160px;
		height: 201px;
		top:-62.5%;
		left: 0;
		opacity: 0;
	}
	.section2_content_hover_footer{
		width: 160px;
		height: 85px;
		font-size: 18px;
		top:110%;
		left: 0;
		opacity: 0;
	}

	.section3-header{
		width: 300px;
		
	}
	.section3-header h2{
		margin-top:10px;
		font-size: 24px;
	}
	
	.section3_content{
		width: 75%;
		margin-top: 20px;
	}
	.section3_content_left img{
		width: 300px;
	}
	.section3_content_right{
		width: 280px;
		margin-top: 5%;
		margin-left: 5%;
		
	}
	.section3_content_right h2{
		font-size: 34px;
		line-height: 50px;
	}
	.section3_content_right h3{
		font-size: 14px;
	}
	.section3_content_right p{
		width: 140px;
		height: 50px;
		padding-top: 5px;
		line-height: 20px;
		font-size: 12px;
	}
	.section3_content_scale{
		width: 300px;
		margin-top: 60px;
	}
	.section3_content_scale img{
		top:0;
		right: 0;
		width: 45%;
	}

	.section4{
		padding-top: 70px;
	}
	.section4-header{
		width: 421px;
	}
	.section4-header h2{
		font-size: 30px;
	}
	.section4_content h3{
		font-size: 20px;
	}
	.section5{
			padding-top: 70px;
	}
	.section5-header{
		width: 342px;
	}
	.section5-header h2{
		font-size: 26px;
		margin-top: 10px;
	}
	.section5_content{
		width: 60%;
		margin-top: 3%;
	}
	.section5_content li{
		font-size: 18px;
		list-style-image: url('../img/about_list_bg.png');
		line-height: 30px;
		margin-bottom: 5px;
	}
	.section5_content li strong{
		font-size: 20px;
	}
	.section5 .more{
		width: 100px;
		height: 50px;
		line-height: 50px;
		font-size: 24px;
		margin-left: 45%;
		margin-top:10%;
	}
	

	.section6{
		padding-top: 70px;
	}
	.section6_content{
		width: 90%;
	}
	.section6_content h2{
		font-size: 30px;
		margin-bottom: 10px;
		margin-left: 12%;
	}
	.section6_content form{
		width: 400px;
		margin-left: 12%;
	}
	.section6_content h3{
		font-size: 17px;
		margin: 10px 0;

	}
	.section6_content input{
		width: 300px;
		height: 30px;
	}
	.section6_content .require{
		width: 300px;
		height: 100px;
		margin-bottom: 10px;
	}
	.section6_content .submit{
		width: 100px;
		height: 36px;
		border-radius: 5px;
		line-height: 36px;
	}
	.section6_content_right{
		width: 389px;
		margin-top: 60px;
		margin-right: 12%;
	}
	.section6_content_right .one{
		font-size: 30px;
		line-height: 30px;
	}
	.section6_content_right .two{
		font-size: 34px;
		line-height: 50px;
	}
	.section6_content_right  li{
		font-size: 14px;
		line-height: 26px;
	}
	.section6_content_right p{
		top:120px;
		right: 0;
	}
	.section6_content_right p span{
		font-size: 22px;
		letter-spacing: 8px;
	}
	.section6_content .tip_img{
		margin-left: 32%;
		margin-top: 3%;
	}
	.section6_content .footer_line{
		margin-top: 10px;
	}
	.section6_content .footer_line hr{
		margin: 2px 0 0 0 ;

	}
	.section6_content_footer{
		font-size: 12px;
		margin-top:10px;
	}
	.section6_content_footer .footer_p1{
		line-height: 35px;
		font-size:15px;
	}
}
@media (min-width:1200px){

	
	.navbar-default{
		font-size: 20px;
	}
	#menu{
		width: 57%;
		margin-left: 8%;
	}

	#menu li{
		margin-right:25px;
	}
	.navbar-text{
		font-size: 26px;
		margin-right: 3%;
		padding-left: 40px;
	}
	
	#content-body .carousel-caption {
		bottom: 27%;
	}
	#content-body .carousel-caption a{
		width: 170px;
		height:40px;
		font-size: 25px;
		line-height: 40px;
	}
	.section2,.section3{
		padding-top: 70px;
	}
	.section2-header{
		width: 200px;
		text-align: center;
		margin: 0 auto;
	}
	.section2-header h2{
		margin-top:10px;
		font-size: 24px;
	}
	.section2_content{
		margin-top: 40px;
	}
	.section2_content img{
		width: 180px;
	}
	.section2_content .one{
		margin-left: 24%;
	}
	.section2_content .two,.section2_content .four{
		margin-left: 15%;
	}
	.section2_content h3.first{
		margin-left: 52%;
		margin-top: 47%;
	}
	.section2_content h3.second{
		margin-left: 32%;
		margin-top: 57%;
	}
	.section2_content .more{
		width: 90px;
		height: 45px;
		line-height: 45px;
		font-size: 18px;
		margin:1% 0 0 48%;
	}

	.section2_content_hover{
		top:25.5%;
		left: 11.3%;
		width: 180px;
		height: 321px;
	}
	.section2_content_hover_header{
		width: 180px;
		height: 225px;
		top:-62.5%;
		left: 0;
		opacity: 0;
	}
	.section2_content_hover_footer{
		width: 180px;
		height: 96px;
		font-size: 20px;
		top:108%;
		left: 0;
		opacity: 0;
	}

	.section3-header{
		width: 396px;
		
	}
	.section3-header h2{
		margin-top:10px;
		font-size: 24px;
	}
	
	.section3_content{
		width: 65%;
	}
	.section3_content_left img{
		width: 330px;
	}
	.section3_content_right{
		width: 340px;
		margin-top: 8%;
		margin-left:10%;
	}
	.section3_content_right h2{
		font-size: 38px;
		line-height: 50px;
	}
	.section3_content_right h3{
		font-size: 16px;
	}
	.section3_content_right p{
		width: 160px;
		height: 50px;
		padding-top: 5px;
		line-height: 20px;
		font-size: 12px;
	}
	.section3_content_scale{
		width: 350px;
		margin-top: 60px;
	}
	.section3_content_scale img{
		top:-22px;
		right: 0;
		width: 45%;
	}
	.section4{
		padding-top: 90px;
	}
	.section4-header{
		width: 521px;
	}
	.section4-header h2{
		font-size: 40px;
	}

	.section4_content{
		margin-top: 10%;
	}
	.section4_content h3{
		font-size: 30px;
	}

	.section5{
		padding-top: 70px;
	}
	.section5-header{
		width: 342px;
	}
	.section5-header h2{
		font-size: 30px;
	}
	.section5_content{
		margin-top: 2%;
		width: 50%;
	}
	.section5_content li{
		font-size: 20px;
		list-style-image: url('../img/about_list_bg.png');
		line-height: 35px;
		margin-bottom: 5px;
	}
	.section5_content li strong{
		font-size: 24px;
	}
	.section5 .more{
		width: 90px;
		height: 45px;
		line-height: 45px;
		font-size: 18px;
		margin-left: 45%;
		margin-top:8.5%;
	}
	.section6{
		padding-top: 80px;
	}
	.section6_content .tip_img{
		margin-top: 6%;
	}
	
	
}
@media (min-width:1600px){
	

	.navbar-default{
		font-size: 20px;
	}
	#menu{
		width: 55%;
		margin-left: 8%;
	}

	#menu li{
		margin-right:30px;
	}
	.navbar-default,.navbar-brand,.navbar-nav{
		height: 80px;
	}
	.navbar-text{
		background-size:15%;
		font-size: 30px;
		margin-right: 6%;
		padding-left: 60px;
	}
	.section2,.section3{
		padding-top: 90px;
	}
	.section2-header{
		width: 240px;
	}
	.section2-header h2,.section3-header h2{
		font-size: 28px;
	}
	.section2_content img{
		width: 220px;
	}
	.section2_content .one{
		margin-left: 24%;
	}
	.section2_content .two,.section2_content .four{
		margin-left: 15%;
	}
	.section2_content h3{
		font-size: 25px;
	}
	.section2_content h3.first{
		margin-left: 52%;
		margin-top: 50%;
	}
	.section2_content h3.second{
		margin-left: 32%;
		margin-top: 60%;
	}
	.section2_content .more{
		width: 100px;
		height: 50px;
		line-height: 50px;
		font-size: 22px;
		margin:1% 0 0 48%;
	}
	.section2_content_hover{
		top:25.5%;
		left: 11.3%;
		width: 220px;
		height: 393px;
	}
	.section2_content_hover_header{
		width: 220px;
		height: 277px;
		top:-64.5%;
		left: 0;
	}
	.section2_content_hover_footer{
		width: 220px;
		height: 116px;
		font-size: 24px;
		top:106%;
		left: 0;
	}
	
	.section3_content_left img{
		width: 430px;
	}
	.section3_content_right{
		width: 380px;
		margin-top: 12%;
	}
	.section3_content_right h2{
		font-size: 44px;
		line-height: 67px;
	}
	.section3_content_right h3{
		font-size: 18px;
	}
	.section3_content_right p{
		width: 180px;
		height: 60px;
		padding-top: 5px;
		line-height: 25px;
		font-size: 14px;
	}
	.section3_content_scale{
		width: 390px;
		margin-top: 70px;
	}
	.section3_content_scale img{
		top:-30px;
		right: 0;
	}

	.section4-header{
		width: 621px;
	}
	.section5{
		padding-top: 90px;
	}
	.section5-header{
		width: 442px;
	}
	.section5_content{
		margin-top: 2%;
		width: 50%;
	}
	.section5_content li{
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 20px;
	}
	.section5_content li strong{
		font-size: 28px;
	}
	.section5 .more{
		margin-top:9%;
		width: 100px;
		height: 50px;
		line-height: 50px;
		font-size: 22px;
	}


	.section6{
		padding-top: 120px;
	}
	.section6_content{
		width: 90%;
	}
	.section6_content h2{
		font-size: 40px;
		margin-bottom: 30px;
		margin-left: 16%;
	}
	.section6_content form{
		width: 400px;
		margin-left: 16%;
	}
	.section6_content h3{
		font-size: 17px;
		margin: 10px 0;

	}
	.section6_content input{
		width: 350px;
		height: 40px;
	}
	.section6_content .require{
		width: 350px;
		height: 117px;
		margin-bottom: 15px;
	}
	.section6_content .submit{
		width: 100px;
		height: 36px;
		border-radius: 5px;
		line-height: 36px;
	}
	.section6_content_right{
		width: 389px;
		margin-top: 80px;
		margin-right: 14%;
	}
	.section6_content_right .one{
		font-size: 33px;
		line-height: 40px;
	}
	.section6_content_right .two{
		font-size: 44px;
		line-height: 60px;
	}
	.section6_content_right  li{
		font-size: 14px;
		line-height: 30px;
	}
	.section6_content_right p{
		top:180px;
		right: 0;
	}
	.section6_content_right p span{
		font-size: 26px;
		letter-spacing: 3px;
	}
	.section6_content .tip_img{
		margin-left: 35%;
		margin-top: 6%;
	}
	.section6_content .footer_line{
		margin-top: 10px;
	}
	.section6_content .footer_line hr{
		margin: 2px 0 0 0 ;

	}
	.section6_content_footer{
		font-size: 12px;
		margin-top:20px;
	}
	.section6_content_footer .footer_p1{
		line-height: 24px;
	}
}
@media (min-width:1920px){

	

	#menu{
		width: 45%;
		margin-left: 20%;
	}

	#menu li{
		margin-right:50px;
	}
	.navbar-text{
		background-size:15%;
		font-size: 30px;
		margin-right: 6%;
		padding-left: 60px;
	}
	#content-body .carousel-caption{
		left: 40%;
		bottom: 25%;
	}
	#content-body .carousel-caption a{
		display: block;
		width: 220px;
		height:50px;
		font-size: 28px;
		line-height:50px;

	}
	.section2-header{
		width: 276px;
	}
	.section2-header h2{
		font-size: 40px;
	}
	.section2_content img{
		width: 284px;
	}
	.section2_content .one{
		margin-left: 20%;
	}
	.section2_content .two,.section2_content .four{
		margin-left: 10%;
	}
	.section2_content .line{
		height: 300px;
	}
	.section2_content h3{
		font-size: 35px;
	}
	.section2_content h3.first{
		margin-left: 46%;
		margin-top: 55%;
	}
	.section2_content h3.second{
		margin-left: 30%;
		margin-top: 65%;
	}
	.section2_content .more{
		width: 120px;
		height: 55px;
		line-height: 55px;
		font-size: 30px;
		margin-left: -1.5%;
		margin-top:1%;
	}
	.section2_content_hover{
		top:25.5%;
		left: 9.4%;
		width: 284px;
		height: 500px;
	}
	.section2_content_hover_header{
		width: 284px;
		height: 357px;
		top:-71.5%;
		left: 0;
	}
	.section2_content_hover_footer{
		width: 284px;
		height: 147px;
		font-size: 26px;
		top:100%;
		left: 0;
	}

	.section3-header{
		width: 496px;
	}
	.section3-header h2{
		font-size: 40px;
	}

	.section3_content_left img{
		width: 516px;
	}
	.section3_content_right{
		width: 420px;
	}
	.section3_content_right h2{
		font-size: 52px;
		line-height: 67px;
	}
	.section3_content_right h3{
		font-size: 20px;
	}
	.section3_content_right p{
		width: 204px;
		height: 66px;
		padding-top: 8px;
		line-height: 25px;
		font-size: 16px;
	}
	.section3_content_scale{
		width: 436px;
		margin-top: 90px;
	}
	.section3_content_scale img{
		top:-16px;
		right: 0;
	}

	.section4-header{
		width: 621px;
	}

	.section5-header{
		width: 442px;
	}

	.section5_content{
		width: 44%;
	}
	.section5_content li{
		font-size: 28px;
		list-style-image: url('../img/about_list_bg.png');
		line-height: 40px;
		margin-bottom: 30px;
	}
	.section5_content li strong{
		font-size: 34px;
	}
	.section5 .more{
		width: 120px;
		height: 55px;
		line-height: 55px;
		font-size: 30px;
		margin-left: 45%;
		margin-top:11%;
	}
	


	.section6{
		padding-top: 150px;
	}
	.section6_content{
		width: 90%;
	}
	.section6_content h2{
		font-size: 42px;
		margin-bottom: 30px;
		margin-left: 20%;
	}
	.section6_content form{
		width: 400px;
		margin-left: 20%;
	}
	.section6_content h3{
		font-size: 17px;
		margin: 14px 0;

	}
	.section6_content input{
		width: 400px;
		height: 40px;
	}
	.section6_content .require{
		width: 400px;
		height: 117px;
		margin-bottom: 24px;
	}
	.section6_content .submit{
		width: 100px;
		height: 36px;
		border-radius: 5px;
		line-height: 36px;
	}
	.section6_content_right{
		width: 389px;
		margin-top: 80px;
		margin-right: 18%;
	}
	.section6_content_right .one{
		font-size: 33px;
		line-height: 40px;
	}
	.section6_content_right .two{
		font-size: 44px;
		line-height: 60px;
	}
	.section6_content_right  li{
		font-size: 14px;
		line-height: 30px;
	}
	.section6_content_right p{
		top:180px;
		right: 0;
	}
	.section6_content_right p span{
		font-size: 26px;
		letter-spacing: 3px;
	}
	.section6_content .tip_img{
		margin-left: 35%;
		margin-top: 10%;
	}
	.section6_content .footer_line{
		margin-top: 10px;
	}
	.section6_content .footer_line hr{
		margin: 2px 0 0 0 ;

	}
	.section6_content_footer{
		font-size: 12px;
		margin-top:30px;
	}
	.section6_content_footer .footer_p1{
		line-height: 24px;
	}

}

/*xinzeng*/
li{list-style:none;}
#link:hover{
	color:#000000;
}
#ull{
	 padding:0; 
	 margin:0;
	 height:120px;
     min-width:50px !important;
	 position:absolute;
	 top:55px; 
	 left:-13px; 
	 background:#B6ADA4;
	 background-color:#f8f8f8;
	 color:white;
	 text-align: center;
	 border: none;
}
#lis a:hover,#lis a:active,#lis a:visited{
	background: #f8f8f8;
}
#ull li {
	border-bottom: 1px solid rgb(231, 234, 242);
	height:40px;
	margin-right:0px;
}
#ull li a{
	text-decoration:none;
	color:#777272;
	font-size: 16px;
}
#ull li a:hover{
	color:#000000;
}
}

/*产品页*/

.pdetail-whole{
	width:100%;
	height:100%;
	background:#EEEEEE;
	list-style:none;
	
}
/*乐信*/
.lx,.db,.zy,.hb{
	height:700px;
	width:100%;
	clear:both;
}
.lxtop{
	text-align:center;
	width:100%;
	height:10%;
	color:#666666;
}
.lxtop h1{
	font-size:30px;
}
.lxcontent{
	width:100%;
	height:90%;
	background-color:#F1F1F1;
	margin-top: 100px;
	/*border:1px solid;*/
}
 .lxcleft,.lxcright{
	width: 40%;
	height:100%;
	padding-top:40px;
	/*border:1px solid;*/
}
.lxcleft{
	float:left;
	padding-left:15%;
}
.lxcright{
	float:right;
	padding-left: 10%;
	/*border:1px solid #00A2FF;*/
	
}
.lxcdecrible{
	font-size:18px;
	font-family:"微软雅黑","黑体","宋体";
	line-height:30px;
}
.lxcdecrible li img{
	height:15px;
	width:5px;
	margin-right:10px;
	margin-top:-3px;
	
}
.lxcp1,.lxcp2{
	width:50%;
	height:100%;
	float:left;
	/*border:1px solid;*/
	
}
.lxcp2{
	float:right;
}
.lxcp1 img,.lxcp2 img{
	width:70%;
	height:95%;
	box-shadow:5px 5px 1px rgb(175,175,190);
}
.huabao{
	padding-left:10px;
}
.lxdl{
	width:100%;
	text-align:center;

	color:#666666;
}
.lxdl h1{
	text-align: center;
	font-size:30px;
}
.lxpic6,.lxinfo{
	width:50%;
	float:left;
	height:100%;
	padding-top:20px;
	/*border:1px solid;*/
}
.lxpic6{
	width: 40%;
    padding-right: 3%;
}
.lxinfo{
	padding-left: 0;
	text-align:left;
	font-size:18px;
	padding-left:15px;
}
.footer-content{
	background:#F1F1F1;
	height:250px;
	width:100%;
}
.lxfdown{
	width: 85%;
	margin: auto;
}
.lxpic6 img{
	
	width:150px;
	height:150px;
	float: right;
}

/*乐信详情*/
.lx-header,.lx-content,.lx-footer{
	width: 100%;
	overflow-x: hidden;
}
.lx-header .header1{
	background-color: #f7f7f7;
	padding-bottom: 90px;
}
.lx-header .header1 a{
	display: block;
	margin-left: 2%;
}
.lx-header .navbar-text{
	margin-right: 10%;
	font-size: 30px;
}
.lx-header .header2{
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color:#4da0e5 ;
	padding-right: 10%;
}
.lx-header .header2 .container{
	padding-left: 20%;
}
.lx-header .header2 img{
	margin-top: -15px;
}
.lx-header .header2 span{
	color: white;
	display: inline-block;
}
.lx-header .header2 span:first-child{
	font-size: 60px;
	margin-right: 38px;
}

.lx-header .header2 span:last-child{
	font-size: 48px;
	margin-left: 38px;
}

.lx-content .section1{
	background-color: #f8f8f8;
	padding-left: 10%;
	padding-top: 82px;
}
.lx-content .section1 ul{
	font-size: 26px;
	line-height: 2em;
	margin-top: 120px;
	margin-left: -8%;
	letter-spacing: 3px;
}
.lx-content .section1 ul img{
	margin-right: 20px;
}
.lx-content .section1 ul li:first-child{
	font-size: 32px;
	margin-bottom: 20px;
}
.lx-content .section2{
	padding-left: 10%;
	padding-right: 0;
	padding-top: 62px;
	background: none;
	background-color: #FFFFFF;
}
.lx-content .section2 .pic2{
	margin-left: 20%;
}
.lx-content .section2 ul{
	font-size: 26px;
	line-height: 2em;
	margin-top: 120px;
	letter-spacing: 3px;
	text-indent: 0;
	
}
.lx-content .section2 ul img{
	margin-right: 20px;
}
.lx-content .section2 ul li:first-child{
	font-size: 32px;
	margin-bottom: 20px;
}
.lx-content .section3{
	background: none;
	background-color: #f8f8f8;
	padding-top: 0;
}
.lx-content .section3 .part1{
	padding-left: 25%;
	padding-top: 55px;
}
.lx-content .section3 .section1 ul li:first-child,.lx-content .section3 .section2 ul li:first-child{
	font-size: 26px;
	margin-bottom: 0;
}
.lx-content .section3 .part1 .title{
	font-size: 32px;
	margin-bottom: 83px;
}
.lx-content .section3 .part1 .title img{
	margin-right: 14px;
}
.lx-content .section3 .part1 div{
	margin-left: 3%;
	font-size: 26px;
}
.lx-content .section3 .part1 div p{
	margin-left: 11%;
}
.lx-content .section3 .section1 ul{
	margin-top: 100px;
}
.lx-content .second{
	padding-bottom: 183px;
}
.lx-content .lastSection1{
	padding-bottom: 85px;
	background-color: white;
	border-bottom: 1px solid #666666;
}
.lx-footer .footer1{
	padding-left: 20%;
	padding-top: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #666666;
	font-size: 20px;
}
.lx-footer .footer1 img{
	float: left;
	margin-right: 70px;
}
.lx-footer .footer1 .description{
	margin-left: -24%;
}
.lx-footer .footer1 .title{
	font-size: 32px;
	margin-left: 26%;
}
.lx-footer .footer1 .subTitle{
	font-size: 22px;
	margin-left: 18%;
	margin-bottom: 42px;
}
.lx-footer .footer1 .description ul li{
	display: inline-block;
	letter-spacing: 3px;
	margin-right: 5%;
}

@media only screen and (min-width: 1600px) and (max-width:1919px) {
	.lx-content .section3 .part1{
	padding-left: 19%;
	padding-top: 55px;
}
.lx-footer .footer1 .description{
	margin-left: -24%;
}
.lx-footer .footer1 .title{
	margin-left: 24%;
}
.lx-footer .footer1 .subTitle{
	margin-left: 16%;
}
}
@media only screen and (min-width: 1200px) and (max-width:1599px) {
.lx-header .header1{
	padding-bottom: 70px;
}

.lx-header .navbar-text{
	margin-right: 8%;
	font-size: 30px;
	padding-left: 50px;
}

.lx-header .header2 .container{
	padding-left: 26%;
}
.lx-header .header2{
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color:#4da0e5 ;
	padding-right: 10%;
}
.lx-header .header2 img{
	margin-top: -15px;
}

.lx-header .header2 span:first-child{
	font-size: 60px;
	margin-right: 38px;
}

.lx-header .header2 span:last-child{
	font-size: 48px;
	margin-left: 38px;
}

.lx-content .section1{
	padding-left: 13%;
	padding-top: 82px;
}
.lx-content .section1 ul{
	font-size: 26px;
	line-height: 2em;
	margin-top: 120px;
	margin-left: -14%;
	letter-spacing: 3px;
}
.lx-content .section1 ul img{
	margin-right: 20px;
}
.lx-content .section1 ul li:first-child{
	font-size: 32px;
	margin-bottom: 20px;
}
.lx-content .section2{
	padding-left: 13%;
	padding-right: 0;
	padding-top: 62px;
	background: none;
	background-color: #FFFFFF;
}
.lx-content .section2 .pic2{
	margin-left: 4%;
}
.lx-content .section2 ul{
	font-size: 26px;
	line-height: 2em;
	margin-top: 120px;
	letter-spacing: 3px;
	text-indent: 0;
	
}
.lx-content .section2 ul img{
	margin-right: 20px;
}
.lx-content .section2 ul li:first-child{
	font-size: 32px;
	margin-bottom: 20px;
}
.lx-content .section3{
	background: none;
	background-color: #f8f8f8;
	padding-top: 0;
}
.lx-content .section3 .part1{
	padding-left: 15%;
	padding-top: 55px;
}
.lx-content .section3 .section1 ul li:first-child,.lx-content .section3 .section2 ul li:first-child{
	font-size: 26px;
	margin-bottom: 0;
}
.lx-content .section3 .part1 .title{
	font-size: 32px;
	margin-bottom: 83px;
}
.lx-content .section3 .part1 div{
	margin-left: 3%;
	font-size: 26px;
}
.lx-content .section3 .part1 div p{
	margin-left: 15%;
}
.lx-content .second{
	padding-bottom: 183px;
}

.lx-footer .footer1{
	padding-left: 22%;
	padding-top: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #666666;
	font-size: 20px;
}
.lx-footer .footer1 .description{
	margin-left: -24%;
}
.lx-footer .footer1 .title{
	font-size: 32px;
	margin-left: 25%;
}
.lx-footer .footer1 .subTitle{
	font-size: 22px;
	margin-left: 15%;
	margin-bottom: 32px;
}
.lx-footer .footer1 .description ul li{
	display: inline-block;
	letter-spacing: 3px;
	margin-right: 5%;
}
	
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
	.lx-header .header1{
	padding-bottom: 70px;
}

.lx-header .navbar-text{
	margin-right: 8%;
	font-size: 22px;
	padding-left: 35px;
}

.lx-header .header2 .container{
	padding-left: 30%;
}
.lx-header .header2{
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color:#4da0e5 ;
	padding-right: 10%;
}
.lx-header .header2 img{
	margin-top: -15px;
	height: 50px;
}

.lx-header .header2 span:first-child{
	font-size: 40px;
	margin-right: 38px;
}

.lx-header .header2 span:last-child{
	font-size: 30px;
	margin-left: 38px;
}

.lx-content .section1{
	padding-left: 13%;
	padding-top: 60px;
}
.lx-content .section1 ul{
	font-size: 20px;
	line-height: 2em;
	margin-top: 80px;
	margin-left: 15%;
	letter-spacing: 3px;
}
.lx-content .section1 ul img{
	margin-right: 10px;
	height: 25px;
	width: 25px;
}
.lx-content .section1 ul li:first-child{
	font-size: 25px;
	margin-bottom: 10px;
}
.lx-content .section2{
	padding-left: 13%;
	padding-right: 0;
	padding-top: 55px;
	background: none;
	background-color: #FFFFFF;
}
.lx-content .section2 .pic2{
	margin-left: -90%;
}
.lx-content .section2 ul{
	font-size: 20px;
	line-height: 2em;
	margin-top: 80px;
	letter-spacing: 3px;
	text-indent: 0;
	padding-right: 0;
	
}
.lx-content .section2 ul img{
	margin-right: 10px;
	height: 25px;
	width: 25px;
	
}
.lx-content .section2 ul li:first-child{
	font-size: 25px;
	margin-bottom: 10px;
}
.lx-content .section3{
	background: none;
	background-color: #f8f8f8;
	padding-top: 0;
}
.lx-content .section3 .part1{
	padding-left: 15%;
	padding-top: 40px;
}
.lx-content .section3 .section1 ul li:first-child,.lx-content .section3 .section2 ul li:first-child{
	font-size: 20px;
	margin-bottom: 0;
}
.lx-content .section3 .part1 .title{
	font-size: 25px;
	margin-bottom: 60px;
}
.lx-content .section3 .part1 div{
	margin-left: 2%;
	font-size: 20px;
}
.lx-content .section3 .part1 div p{
	margin-left: 20%;
}
.lx-content .second{
	padding-bottom: 130px;
}

.lx-footer .footer1{
	padding-left: 24%;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #666666;
	font-size: 15px;
}

.lx-footer .footer1 .description{
	padding-left: 30%;
}
.lx-footer .footer1 .title{
	font-size: 25px;
	margin-left: 22%;
}
.lx-footer .footer1 .subTitle{
	font-size: 15px;
	margin-left: 18%;
	margin-bottom: 20px;
}
.lx-footer .footer1 .description ul li{
	display: inline-block;
	margin-right: 5%;
}
	
}

@media only screen and (max-width:991px){
	.lx-header .header1{
	padding-bottom: 70px;
}

.lx-header .navbar-text{
	margin-right: 8%;
	font-size: 18px;
	padding-left: 30px;
}

.lx-header .header2 .container{
	padding-left: 30%;
}
.lx-header .header2{
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color:#4da0e5 ;
	padding-right: 10%;
}
.lx-header .header2 img{
	margin-top: -15px;
	height: 40px;
}

.lx-header .header2 span:first-child{
	font-size: 30px;
	margin-right: 20px;
}

.lx-header .header2 span:last-child{
	font-size: 24px;
	margin-left: 20px;
}

.lx-content .section1{
	padding-left: 11%;
	padding-top: 50px;
}
.lx-content .section1 ul{
	font-size: 15px;
	line-height: 2em;
	margin-top: 60px;
	margin-left: 15%;
	letter-spacing: 3px;
}
.lx-content .section1 ul img{
	margin-right: 10px;
	height: 18px;
	width: 18px;
}
.lx-content .section1 ul li:first-child{
	font-size: 18px;
	margin-bottom: 10px;
}
.lx-content .section2{
	padding-left: 11%;
	padding-right: 0;
	padding-top: 45px;
	background: none;
	background-color: #FFFFFF;
}
.lx-content .section2 .pic2{
	margin-left: -90%;
}
.lx-content .section2 ul{
	font-size: 15px;
	line-height: 2em;
	margin-top: 60px;
	letter-spacing: 3px;
	text-indent: 0;
	padding-right: 0;
	
}
.lx-content .section2 ul img{
	margin-right: 10px;
	height: 18px;
	width: 18px;
	
}
.lx-content .section2 ul li:first-child{
	font-size: 18px;
	margin-bottom: 10px;
}
.lx-content .section3{
	background: none;
	background-color: #f8f8f8;
	padding-top: 0;
}
.lx-content .section3 .part1{
	padding-left: 12%;
	padding-top: 40px;
}
.lx-content .section3 .section1 ul li:first-child,.lx-content .section3 .section2 ul li:first-child{
	font-size: 15px;
	margin-bottom: 0;
}
.lx-content .section3 .part1 .title{
	font-size: 18px;
	margin-bottom: 60px;
}
.lx-content .section3 .part1 .title img{
	height: 20px;
	margin-right: 8px;
}
.lx-content .section3 .part1 div{
	font-size: 15px;
	margin-left: 1%;
}
.lx-content .section3 .part1 div p{
	margin-left: 24%;
}
.lx-content .section3 .section1 ul{
	margin-left: 5%;
	margin-top: 30px;
}
.lx-content .second{
	padding-bottom: 130px;
}
.lx-content .lastSection1{
	padding-bottom: 50px;
}
.lx-footer .footer1{
	padding-left: 20%;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #666666;
	font-size: 12px;
}

.lx-footer .footer1 .description{
	padding-left: 30%;
}
.lx-footer .footer1 .title{
	font-size: 18px;
	margin-left: 22%;
}
.lx-footer .footer1 .subTitle{
	font-size: 12px;
	margin-left: 18%;
	margin-bottom: 10px;
}
.lx-footer .footer1 .description ul li{
	display: inline-block;
	margin-right: 5%;
}
.lx-footer .footer2 p{
	font-size: 8px;
}	
}

@media only screen and (max-width: 767px) {
	.lx-header .header1{
	padding-bottom: 50px;
}

.lx-header .navbar-text{
	float: right;
	font-size: 18px;
	padding-left: 40px;
	background-size: 25px 25px;
}

.lx-header .header2 .container{
	padding-left: 30%;
}
.lx-header .header2{
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color:#4da0e5 ;
	padding-right: 10%;
}
.lx-header .header2 img{
	margin-top: -15px;
	height: 40px;
}

.lx-header .header2 span:first-child{
	font-size: 30px;
	margin-right: 20px;
}

.lx-header .header2 span:last-child{
	font-size: 24px;
	margin-left: 20px;
}

.lx-content .section1{
	padding-left: 11%;
	padding-top: 40px;
}
.lx-content .section1 ul{
	font-size: 15px;
	line-height: 2em;
	margin-top: 40px;
	margin-left: 15%;
	letter-spacing: 3px;
}
.lx-content .section1 ul img{
	margin-right: 10px;
	height: 18px;
	width: 18px;
}
.lx-content .section1 ul li:first-child{
	font-size: 18px;
	margin-bottom: 10px;
}
.lx-content .section2{
	padding-left: 11%;
	padding-right: 0;
	padding-top: 35px;
	background: none;
	background-color: #FFFFFF;
}
.lx-content .section2 .pic2{
	margin-left: -90%;
}
.lx-content .section2 ul{
	font-size: 15px;
	line-height: 2em;
	margin-top: 50px;
	letter-spacing: 3px;
	text-indent: 0;
	padding-right: 0;
	
}
.lx-content .section2 ul img{
	margin-right: 10px;
	height: 18px;
	width: 18px;
	
}
.lx-content .section2 ul li:first-child{
	font-size: 18px;
	margin-bottom: 10px;
}
.lx-content .section3{
	background: none;
	background-color: #f8f8f8;
	padding-top: 0;
}
.lx-content .section3 .part1{
	padding-left: 12%;
	padding-top: 30px;
}
.lx-content .section3 .section1 ul li:first-child,.lx-content .section3 .section2 ul li:first-child{
	font-size: 15px;
	margin-bottom: 0;
}
.lx-content .section3 .part1 .title{
	font-size: 18px;
	margin-bottom: 60px;
}
.lx-content .section3 .part1 .title img{
	height: 20px;
	margin-right: 8px;
}
.lx-content .section3 .part1 div{
	font-size: 15px;
	margin-left: 1%;
}
.lx-content .section3 .part1 div p{
	margin-left: 24%;
}
.lx-content .section3 .section1 ul{
	margin-left: 5%;
	margin-top: 30px;
}
.lx-content .second{
	padding-bottom: 130px;
}
.lx-content .lastSection1{
	padding-bottom: 30px;
}
.lx-footer .footer1{
	padding-left: 20%;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #666666;
	font-size: 12px;
}

.lx-footer .footer1 .description{
	padding-left: 30%;
	width: 90%;
}
.lx-footer .footer1 .title{
	font-size: 18px;
	margin-left: 22%;
}
.lx-footer .footer1 .subTitle{
	font-size: 12px;
	margin-left: 18%;
	margin-bottom: 10px;
}
.lx-footer .footer1 .description ul li{
	display: inline-block;
	margin-right: 5%;
}
.lx-footer .footer2 p{
	font-size: 8px;
}	
}
/*静态网站新网页*/
.newPage header .navbar-default .navbar-nav li a{
	font-size: 30px;
}
.newPage header .navbar-header img{
	width: 100px;
	height: 100px;
	margin-top: -10px;
}
.newPage .container-fluid{
	padding: 0;
}
.newPage #content-body img{
	width: 100%;
	height: 100%;
}
.newPage .section{
	margin-top: -10px;
}
.newPage #menu{
	margin-left: 30%;
}
.newPage header nav{
	background-color: white;
}
.newPage .section6{
	background-color: #fafafa;
	padding-top: 200px;
	color: black;
	line-height: 2em;
}

.newPage .section6_content_right{
	margin-top: -10px;
}
.newPage .section6_content h3,.newPage .section6_content_right li{
	font-size: 20px;
	line-height: 2em;
}
.newPage .section6_content_right .one{
	font-size: 40px;
}
.newPage .section6_content_right .two{
	margin-left: 20px;
	font-weight: normal;
	color: #558ed5;
	margin-bottom: 20px;
	font-size: 40px;
}
.newPage .section6_content_right p{
	top: 280px;
}
.newPage .section6_content_right p span{
	margin-left: 18px;
	margin-top: 20px;
}
.newPage .section6 input,.newPage .section6 textarea{
	background-color: white;
	border: 1px solid #a6a6a6;
	
}
.newPage .section6 input[type="submit"]{
	font-size: 20px;
	height: 40px;
	width: 140px;
	text-align: center;
	margin-left: 30%;
	margin-top: -20px;
}
.newPage .section6 textarea{
	resize: none;
	height: 150px;
}
.newPage .section6 .submit{
	border: 3px solid #a6a6a5;
	color: black;
	background-color: #d9d9d9;
	text-align: center;
	vertical-align: middle;
}
.newPage .section1 .section1-p1{
	margin-top: 88px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.newPage .section6{
	padding-top: 200px;
	color: black;
	line-height: 2em;
}
.newPage .section img{
	margin-top: ;
}
.newPage .section1 .section1-p1{
	margin-top: 70px;
}
.newPage .section1 .section2-p1{
	margin-top: 50px;
}
.newPage #menu{
	width: 75%;
	margin-left: 10%;
}
.newPage #menu li{
	margin-left: -30px;
}
.newPage header .navbar-header img{
	width: 80px;
	height: 80px;
	margin-top: -10px;
}
.newPage header .navbar-default .navbar-nav li a{
	font-size: 20px;
}
.newPage .section6_content h2{
	font-size: 40px;
	margin-bottom: 20px;
}
.newPage .section6_content h3,.newPage .section6_content_right li{
	font-size: 20px;
	line-height: 1.5em;
}
.newPage .section6_content_right{
	margin-top: -10px;
}
.newPage .section6_content_right p{
	top: 240px;
}
.newPage .section6_content_right .one{
	font-size: 40px;
}
.newPage .section6_content_right .two{
	margin-left: 20px;
	font-weight: normal;
	color: #558ed5;
	margin-bottom: 20px;
	font-size: 40px;
}
.newPage .section6 input,.newPage .section6 textarea{
	background-color: white;
	border: 1px solid #a6a6a6;
	
}
.newPage .section6 input[type="submit"]{
	font-size: 20px;
	height: 40px;
	width: 140px;
	text-align: center;
	margin-left: 20%;
	margin-top: -20px;
}
.newPage .section6 textarea{
	resize: none;
	height: 150px;
}
.newPage .section6 .submit{
	border: 3px solid #a6a6a5;
	color: black;
	background-color: #d9d9d9;
	text-align: center;
	vertical-align: middle;
}

}

@media only screen and (min-width: 992px) and (max-width: 1600px) {
	.newPage .section6{
	padding-top: 200px;
	color: black;
	line-height: 2em;
}
.newPage header .navbar-header img{
	width: 80px;
	height: 80px;
	margin-top: -10px;
}
.newPage header .navbar-default .navbar-nav li a{
	font-size: 22px;
}
.newPage .section1 .section1-p1{
	margin-top: 70px;
}
.newPage .section6_content h2{
	font-size: 40px;
	margin-bottom: 20px;
}
.newPage .section6_content h3,.newPage .section6_content_right li{
	font-size: 20px;
	line-height: 1.5em;
}
.newPage .section6_content_right{
	margin-top: -10px;
}
.newPage .section6_content_right p{
	top: 220px;
}
.newPage .section6_content_right .one{
	font-size: 40px;
}
.newPage .section6_content_right .two{
	margin-left: 20px;
	font-weight: normal;
	color: #558ed5;
	margin-bottom: 20px;
	font-size: 40px;
}
.newPage .section6 input,.newPage .section6 textarea{
	background-color: white;
	border: 1px solid #a6a6a6;
	
}
.newPage .section6 input[type="submit"]{
	font-size: 20px;
	height: 40px;
	width: 140px;
	text-align: center;
	margin-left: 20%;
	margin-top: -20px;
}
.newPage .section6 textarea{
	resize: none;
	height: 150px;
}
.newPage .section6 .submit{
	border: 3px solid #a6a6a5;
	color: black;
	background-color: #d9d9d9;
	text-align: center;
	vertical-align: middle;
}

}


/*优化*/
.carousel-inner{
	width:100%;
	height:100%;
}
.carousel-inner div{
	width:100%;
	height:100%;
}

