@charset "utf-8";


/* header */
.header {
	background: #242424;
	padding:20px 0;
}

.header h1 {
	float: left;
	max-width: 25%;
	width: 100%;
	height: 80px;
	display: inline-block;
	background: url(../images/logo.png) no-repeat left center;
	background-size: auto 80px;
}

.header h1 a {
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px;
}

.header .head_box {
	float: right;
	max-width: 75%;
	height: 80px;
	width: 100%;
}

.header .head_box .nav {
	text-align: right;
	margin-top:20px;
}
.header .head_box .nav ul{
	display: inline-block;
}
.header .head_box .nav ul li{
	float: left;
	display: block;
	line-height:20px;
	color: #b1b1b1;
	font-size: 16px;
	text-align: right;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.header .head_box .nav ul li a {
	display: block;
	padding-left:68px;
}


.header .nav ul li:hover,
.header .nav ul li.on {
	color: #fff;
}



.header .cont_btn {
	float: right;
	width: 120px;
	height: 36px;
	line-height: 36px;
	margin-right: 5px;
	border: 1px solid #626262;
	padding-left: 70px;
	background: url(../images/phone.png) no-repeat 15px center;
	color: #b1b1b1;
	font-size: 17px;
	font-family: "微软雅黑";
}




.header .search_btn {
	float: right;
	width: 50px;
	height: 36px;
	line-height: 36px;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #626262;
	background: url(../images/s_btn.jpg) no-repeat 0 0;
	background-size: 100% auto;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor: pointer;
}

.header .search_btn:hover {
	background-position: 0 -36px
}



.header .search_form {
	display: none;
	position: absolute;
	top: 96px;
	right: 0;
	z-index: 200;
	margin: 0 auto;
	width: 100%;
	padding: 97px 0;
	background: #fff;
}

.header .search_form .search_box {
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header .search_form form {
	max-width: 729px;
	width: 80%;
	float: left;
	display: inline-block;
}

.header .search_form input.text {
	float: left;
	width: 83%;
	margin-right: 1%;
	height: 50px;
	text-indent: 10px;
	border: 1px solid #ddd;
	font-family: "微软雅黑";
	background: #fff;
	font-size: 14px;
	color: #595959;
	display: inline-block;
}

.header .search_form input.submit {
	float: left;
	width: 15%;
	height: 50px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background: #434343 url(../images/s_b1.png) no-repeat center center;
	display: inline-block;
	font-family: "微软雅黑";
	cursor: pointer;
}

.header .search_form .close {
	max-width: 110px;
	width: 12%;
	height: 50px;
	line-height: 50px;
	float: right;
	display: inline-block;
	cursor: pointer;
	background: #e7e7e7 url(../images/close.png)no-repeat center center;
}





.header .menu{
	float: right;
	width: 50px;
	height: 36px;
	line-height: 36px;
	margin-left:5px;
	display: block;
	margin-top:22px;
	cursor: pointer;
    background:url(../images/menu.png) no-repeat center center;
}



.menu_nav{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-color: #fff;
    display: none;
}
.menu_nav .menu_box {
    border-bottom: 1px solid #ddd;
    background: #fff;
}
.menu_nav .menu_btn {
    float: right;
    width: 80px;
    height:80px;
    line-height: 80px;
    border-left: 1px solid #ddd;
    float: right;
    display: inline-block;
    cursor: pointer;
    background: url(../images/close.png)no-repeat center center;
}

 
.type_btn{
	padding: 40px 50px 60px 50px;
	height:460px;
	overflow-y:auto;
	background:#fff;
}
.type_btn::-webkit-scrollbar {/*滚动条整体样式*/
	width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
	height: 4px;
}
.type_btn::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: rgba(0,0,0,0.2);
}
.type_btn::-webkit-scrollbar-track {/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 0;
	background: rgba(0,0,0,0.1);
}
.type_btn>ul>li>a{
	color:#888;
	font-size:15px;
	line-height:36px;
	padding:20px 0;
	display: block;
	border-bottom:1px solid #ddd;
	background-color:#fff;
}
.type_btn>ul>li>a.hd{
	background:url(../images/type_bg.png) no-repeat right center;
	background-size:15px auto;
}
.type_btn ul>li .bd{
	display: none;
}

.type_btn>ul>li>ul>li>a{
	color:#aaa;
	font-size:15px;
	line-height:45px;
	padding: 0 0 0 15px;
	background-color:#fff;
}

.type_btn>ul>li a.on{
	color:#000;
}








/*当页面大于1300px时，大屏幕主要是PC端*/
@media (max-width:1300px) {
.main {
	max-width: 98%;
	margin: 0 auto;
}

.header h1 {
	background-size: 100% auto;
}
.header .head_box .nav ul li a{
	padding-left:40px;
}


}

/*在992和1199像素之间的屏幕里，中等屏幕，分辨率低的PC*/
@media (max-width:990px){
.header .head_box .nav ul li a{
	padding-left:17px;
}	
	
}

/*md*/
/*在768和991像素之间的屏幕里，小屏幕，主要是PAD*/
@media (max-width:768px) {
.main {
	max-width: 96%;
}
.header{
	padding:0;
} 
.header .search_btn{
	margin-top:22px;
	border:none;
}
.header .search_form{
	top:80px;
}
}


/*sm*/
/*在480和767像素之间的屏幕里，超小屏幕，主要是手机*/
@media (max-width:480px) {

.header h1 {
	max-width: 30%;
}

.header .head_box {
	max-width: 60%;
}


}

/*xs*/
/*在小于370像素的屏幕，微小屏幕，更低分辨率的手机*/
@media (max-width:370px) {
	
}














/* banner */
.banner {
	position: relative;
}

.banner .swiper-slide a {
	display: block;
}


.banner img {
	width: 100%;
}

.banner .swiper-pagination {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 11;
	width: 100%;
	padding: 18px 0;
	text-align: center;
}

.banner .swiper-pagination .swiper-pagination-bullet {
	width: 40px;
	height: 3px;
	display: inline-block;
	border-radius: 0;
	background: #a0a0a0;
	margin: 0 10px;
	cursor: pointer;
	text-indent: -9999px;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
	background: #313131;
}

.banner .banner_prev,
.banner .banner_next {
	border-radius: 100%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	position: absolute;
	top: calc(50% - 25px);
	z-index: 11;
	cursor: pointer;
	opacity: 0;
}

.banner .banner_prev {
	left: 2%;
	background: rgba(255, 255, 255, .5) url(../images/banner_l.png) no-repeat center center;
}

.banner .banner_next {
	right: 2%;
	background: rgba(255, 255, 255, .5) url(../images/banner_r.png) no-repeat center center;
}

.banner:hover .banner_prev,
.banner:hover .banner_next {
	opacity: 4;
}




/* bannero */
.bannero {
	width: 100%;
	margin: 0 auto;
}

.bannero img {
	width: 100%;
}


.bannero {
	position: relative;
}

.bannero .swiper-slide a {
	display: block;
}


.bannero img {
	width: 100%;
}

.bannero .swiper-pagination {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 11;
	width: 100%;
	padding: 18px 0;
	text-align: center;
}

.bannero .swiper-pagination .swiper-pagination-bullet {
	width: 40px;
	height: 3px;
	display: inline-block;
	border-radius: 0;
	background: #a0a0a0;
	margin: 0 10px;
	cursor: pointer;
	text-indent: -9999px;
}

.bannero .swiper-pagination .swiper-pagination-bullet-active {
	background: #313131;
}

.bannero .bannero_prev,
.bannero .bannero_next {
	border-radius: 5px;
	opacity: .4;
	width: 46px;
	height: 96px;
	color: #fff;
	line-height: 96px;
	display: inline-block;
	position: absolute;
	top: 45%;
	cursor: pointer;
	background: rgba(0, 0, 0, .4);
	font-size: 38px;
	font-family: '宋体';
	font-weight: bold;
	text-align: center;
}

.bannero .bannero_prev {
	left: 120px;
}

.bannero .bannero_next {
	right: 120px;
}

.bannero .bannero_prev:hover,
.bannero .bannero_next:hover {
	opacity: 1;
}











/* htit */
.htit{
	position: relative;
}
.htit p{
	color:#333;
	font-size:40px;
	font-family:Arial;
	text-transform:uppercase;
}
.htit h2{
	color:#333;
	font-size:30px;
	font-family:"微软雅黑";
}
.htit .more{
	position: absolute;
	right:0;
	top:20px;
	z-index: 11;
	color:#a1a1a1;
	font-size:15px;
	width:150px;
	height:38px;
	line-height:38px;
	border-radius:19px;
	text-align:center;
	border:2px solid #bfbfbf;
	font-family:Arial;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.htit .more:hover{
	color:#fff;
	background:#535353;
	border:2px solid #535353;
}
.htit .more a{
	display: block;
}





.join_htit{
	text-align:center;
	padding-bottom:47px;
	background:url(../images/join_bg.png) no-repeat center bottom;
}
.join_htit p{
	color:#d9d9d9;
	font-size:32px;
	line-height:40px;
	font-family:Arial;
	text-transform:uppercase;
}
.join_htit h2{
	color:#444;
	font-size:40px;
	line-height:60px;
	font-family:"微软雅黑";
	font-weight:bold;
	text-align:center;
}

/* htit2 */
.htit2 h2{
	color:#333;
	font-size:30px;
	line-height:40px;
	font-family:"微软雅黑";
	text-align:center;
	position: relative;
}
.htit2 h2:before,
.htit2 h2:after{
	content:"";
	position: absolute;
	top:20px;
	z-index: 11;
	width:42%;
	height:1px;
	background:#bfbfbf;
}
.htit2 h2:before{
	right:0;
}
.htit2 h2:after{
	left:0;
}




.htit3 p{
	color:#cecece;
	font-size:26px;
	line-height:30px;
	font-family:Arial;
	text-transform:uppercase;
}
.htit3 h2{
	color:#444;
	font-size:26px;
	line-height:46px;
	padding-bottom:15px;
	border-bottom:1px solid #dcdcdc;
	font-family:"微软雅黑";
	position: relative;
}
.htit3 h2:after{
	content:"";
	position: absolute;
	left:0;
	bottom:-1px;
	z-index: 11;
	width:14%;
	height:1px;
	background:#525252;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}






.htit4{
	text-align:center;
}
.htit4 p{
	color:#444;
	font-size:46px;
	line-height:56px;
	font-family:Arial;
	text-transform:uppercase;
}
.htit4 h2{
	color:#444;
	font-size:32px;
	line-height:56px;
	font-family: "微软雅黑";
	background:url(../images/h_bg.png) no-repeat center center;
}


.htit5 p{
	color:#d3d3d3;
	font-size:30px;
	line-height:40px;
	font-family:Arial;
	text-transform:uppercase;
}
.htit5 h2{
	color:#444;
	font-size:30px;
	line-height:46px;
	font-family: "微软雅黑";
}

.ab_htit {
	text-align:center;
}
.ab_htit h2{
	color:#333;
	font-size:30px;
	line-height:40px;
	font-family: "微软雅黑";
}

.ab_htit p{
	color:#a6a6a6;
	font-size:16px;
	line-height:40px;
	height:40px;
	font-family:Arial;
	text-transform:uppercase;
}


/*当页面大于1300px时，大屏幕主要是PC端*/
@media (max-width:1300px) {
	.htit p{
	font-size:35px;
	}
	.htit h2{
	font-size:25px;
	}
	.htit .more{
	width:135px;
	}


	.htit4 p{
	font-size:35px;
	line-height:45px;
	}
	.htit4 h2{
	font-size:25px;
	line-height:45px;
	}
	

}

/*在992和1199像素之间的屏幕里，中等屏幕，分辨率低的PC*/
@media (max-width:990px) {
	.htit p{
		font-size:30px;
	}
	.htit h2{
		font-size:20px;
	}
	.htit4 p{
	font-size:30px;
	line-height:45px;
	}
	.htit4 h2{
	font-size:20px;
	line-height:45px;
	}
	.join_htit p{
		font-size:20px;
		line-height:20px;
	}
	.join_htit h2{
		font-size:30px;
		line-height:50px;
	}
	.htit2 h2{
		font-size:24px;
	}
	.htit3 p{
		font-size:20px;
		line-height:30px;
	}
	.htit3 h2{
		font-size:20px;
		line-height:30px;
	}
	.htit5 p{
	font-size:25px;
	line-height:30px;
	}
	.htit5 h2{
	font-size:25px;
	line-height:30px;
	}
}

/*md*/
/*在768和991像素之间的屏幕里，小屏幕，主要是PAD*/
@media (max-width:768px) {
	.htit p{
		font-size:20px;
	}
	.htit h2{
		font-size:16px;
	}
	
	.htit .more{
		top:2px;
		width:135px;
		height:30px;
		line-height:30px;
		border-radius:15px;
	}
	.join_htit p{
		font-size:16px;
		line-height:20px;
	}
	.join_htit h2{
		font-size:24px;
		line-height:30px;
	}
	.htit2 h2{
		font-size:20px;
	}
	.htit3 p{
		font-size:16px;
		line-height:24px;
	}
	.htit3 h2{
		font-size:20px;
		line-height:28px;
	}
	.htit4 h2{
		background-size:40% 2px;
	}
	.ab_htit h2{
		font-size:20px;
	}
	.ab_htit p{
		line-height:16px;
	}
	.htit2 h2:before, .htit2 h2:after{
		width:38%;
	}
	.htit5 p{
	font-size:20px;
	line-height:30px;
	}
	.htit5 h2{
	font-size:20px;
	line-height:30px;
	}
}


/*sm*/
/*在480和767像素之间的屏幕里，超小屏幕，主要是手机*/
@media (max-width:480px) {
	.htit2 h2:before, .htit2 h2:after{
		width:36%;
	}
	.htit p{
		font-size:18px;
	}
	.htit h2{
		font-size:15px;
	}
	.join_htit p{
		font-size:15px;
		line-height:20px;
	}
	.join_htit h2{
		font-size:24px;
		line-height:30px;
	}
	.htit2 h2{
		font-size:18px;
	}
	.htit3 p{
		font-size:15px;
		line-height:24px;
	}
	.htit3 h2{
		font-size:18px;
		line-height:28px;
	}
	.htit4 h2{
		background-size:40% 2px;
	}
	.ab_htit h2{
		font-size:18px;
	}
	.ab_htit p{
		line-height:15px;
	}
	.htit2 h2:before, .htit2 h2:after{
		width:38%;
	}
	.htit5 p{
	font-size:18px;
	line-height:30px;
	}
	.htit5 h2{
	font-size:18px;
	line-height:30px;
	}
	
	
	
	
	
}

/*xs*/
/*在小于370像素的屏幕，微小屏幕，更低分辨率的手机*/
@media (max-width:370px) {}






/* index_pro */
.index_pro {
	display: block;
	background:#fff;
}
.index_pro .main{
	padding:66px 0;
}
.index_pro .htit{
	margin:0 0 50px 0;
}
.index_pro .main {
	position: relative;
}

.index_pro .ipro_list {
	position: absolute;
	top: -110px;
	left: 0;
	z-index: 111;
	width: 100%;
	height: 110px;
	background: rgba(255, 255, 255, .9);
}

.index_pro .ipro_list .list {
	width: 25%;
	float: left;
}

.index_pro .ipro_list .list a {
	display: block;
}

.index_pro .ipro_list .list .text {
	padding-left: 42%;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.index_pro .ipro_list .list:hover .text{
	margin-top:10px;
}
.index_pro .ipro_list .list .t1 {
	background: url(../images/t1_bg.png)no-repeat 19% center;
	background-size: 20% auto;
}

.index_pro .ipro_list .list .t2 {
	background: url(../images/t2_bg.png)no-repeat 19% center;
	background-size: 20% auto;
}

.index_pro .ipro_list .list .t3 {
	background: url(../images/t3_bg.png)no-repeat 19% center;
	background-size: 20% auto;
}

.index_pro .ipro_list .list .t4 {
	background: url(../images/t4_bg.png)no-repeat 19% center;
	background-size: 20% auto;
}

.index_pro .ipro_list .list h3 {
	color: #666;
	font-size: 18px;
	line-height: 30px;
	font-family: "微软雅黑";
}

.index_pro .ipro_list .list p {
	color: #888;
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
	font-family: Arial;
}



.index_pro .ipro_box{
	position: relative;
	width:100%;
	height:0;
	padding-top:39.8%;
}
.index_pro .ipro_box .ipro_l{
	position: absolute;
	left:0;
	top:0;
	z-index: 11;
	width:49.8%;
	height:99.8%;
	background:#f0f0f0;
}
.index_pro .ipro_box .ipro_l a{
	display: block;
}
.index_pro .ipro_box .ipro_l .img_box{
	width:100%;
	height:0px;
	line-height:0px;
	padding-top:59%;
	overflow: hidden;
}
.index_pro .ipro_box .ipro_l .img_box img{
	-webkit-transition:all 0.6s;
	-moz-transition:all 0.6s;
	-ms-transition:all 0.6s;
	-o-transition:all 0.6s;
	transition:all 0.6s;
}
.index_pro .ipro_box .ipro_l:hover .img_box img{
	-webkit-transform: translate(-50%,-50%)  scale(1.05);
	-moz-transform: translate(-50%,-50%)  scale(1.05);
	-ms-transform: translate(-50%,-50%)  scale(1.05);
	-o-transform: translate(-50%,-50%)  scale(1.05);
	transform: translate(-50%,-50%)  scale(1.05);
}


.index_pro .ipro_box .ipro_l .text_box{
	position: relative;
	padding:7% 6% 7% 6%;
}
.index_pro .ipro_box .ipro_l .text_box span{
	position: absolute;
	right:40px;
	top:calc(50% - 20px);
	z-index: 11;
	width:40px;
	height:40px;
	border:2px solid #cbcbcb;
	border-radius:100%;
	background:url(../images/s_bg.png) no-repeat center center;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.index_pro .ipro_box .ipro_l:hover .text_box span{
	border:1px solid #535353;
	background:#535353 url(../images/s_bg2.png) no-repeat center center;
}
.index_pro .ipro_box .ipro_l .text_box .text{
	float:left;
	color:#666;
	font-size:15px;
	line-height:24px;
	font-family:"微软雅黑";
	position: relative;
}
.index_pro .ipro_box .ipro_l .text_box .text:after{
	content:"";
	position: absolute;
	top:2px;
	left:-15px;
	z-index: 11;
	width:1px;
	height:90%;
	background:#aaa;
	display: block;
}
.index_pro .ipro_box .ipro_l .text_box .ipro_tit{
	float:left;
	padding-right:12%;
}
.index_pro .ipro_box .ipro_l .text_box .ipro_tit h3{
	color:#444;
	font-size:20px;
	line-height:24px;
	font-family:"微软雅黑";
}
.index_pro .ipro_box .ipro_l .text_box .ipro_tit p{
	color:#888;
	font-size:16px;
	line-height:24px;
	font-family:Arial;
}




.index_pro .ipro_box .ipro_r{
	position: absolute;
	right:0;
	top:0;
	z-index: 11;
	width:49.8%;
	height:99.8%;
}
.index_pro .ipro_box .ipro_r .box{
	display: block;
	background:#f0f0f0;
	height:49.5%;
	margin-bottom:.8%;
}
.index_pro .ipro_box .ipro_r .box a{
	display: block;
}
.index_pro .ipro_box .ipro_r .box:last-child{
	margin-bottom:0px;
}
.index_pro .ipro_box .ipro_r .box:last-child .img_box{
	float:left;
}
.index_pro .ipro_box .ipro_r .box:last-child .text_box{
	float:right;
}
.index_pro .ipro_box .ipro_r .box .img_box{
	float:right;
	width:58.5%;
	height:0px;
	line-height:0px;
	padding-top:39.4%;
	overflow: hidden;
}
.index_pro .ipro_box .ipro_r .box .img_box img{
	-webkit-transition:all 0.6s;
	-moz-transition:all 0.6s;
	-ms-transition:all 0.6s;
	-o-transition:all 0.6s;
	transition:all 0.6s;
}
.index_pro .ipro_box .ipro_r .box:hover .img_box img{
	-webkit-transform: translate(-50%,-50%)  scale(1.05);
	-moz-transform: translate(-50%,-50%)  scale(1.05);
	-ms-transform: translate(-50%,-50%)  scale(1.05);
	-o-transform: translate(-50%,-50%)  scale(1.05);
	transform: translate(-50%,-50%)  scale(1.05);
}
.index_pro .ipro_box .ipro_r .box .text_box{
	float:left;
	height:0px;
	line-height:0px;
	width:41%;
	padding-top:40%;
	display: block;
	position: relative;
}
.index_pro .ipro_box .ipro_r .box .text_box span{
	position: absolute;
	left:14%;
	bottom:13%;
	z-index: 11;
	width:40px;
	height:40px;
	border:2px solid #cbcbcb;
	border-radius:100%;
	background:url(../images/s_bg.png) no-repeat center center;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.index_pro .ipro_box .ipro_r .box:hover .text_box span{
	border:1px solid #535353;
	background:#535353 url(../images/s_bg2.png) no-repeat center center;
}
.index_pro .ipro_box .ipro_r .box .text_box .ipro_tit{
	position: absolute;
	top:13%;
	left:14%;
	z-index: 11;
	overflow: hidden;
} 
.index_pro .ipro_box .ipro_r .box .text_box .ipro_tit h3{
	color:#444;
	font-size:20px;
	line-height:24px;
	font-family:"微软雅黑";
}
.index_pro .ipro_box .ipro_r .box .text_box .ipro_tit p{
	color:#888;
	font-size:16px;
	line-height:24px;
	font-family:Arial;
}

.index_pro .ipro_box .ipro_l .img_box img,
.index_pro .ipro_box .ipro_r .box .img_box img{
	max-width:100%;
}







/*当页面大于1300px时，大屏幕主要是PC端*/
@media (max-width:1300px) {

.index_pro .ipro_box .ipro_l .text_box{
	padding: 6% 6% 6% 6%;
}
	
}

/*在992和1199像素之间的屏幕里，中等屏幕，分辨率低的PC*/
@media (max-width:990px) {
.index_pro .ipro_box{
   padding-top:0;
   height:auto;
}	
.index_pro .ipro_box .ipro_l{
    position: static;
    z-index: 11;
	width:100%;
    background: #f0f0f0;
	margin-bottom:.8%;
}
.index_pro .ipro_box .ipro_r{
    position: static;
	width:100%;
    z-index: 11;
}	
	
	
	
	
	
.index_pro .ipro_list .list .text{
	padding-left:39%;
}


.index_pro .ipro_list .list .t1 {
	background: url(../images/t1_bg.png)no-repeat 16% center;
	background-size: 22% auto;
}

.index_pro .ipro_list .list .t2 {
	background: url(../images/t2_bg.png)no-repeat 16% center;
	background-size: 22% auto;
}

.index_pro .ipro_list .list .t3 {
	background: url(../images/t3_bg.png)no-repeat 16% center;
	background-size: 22% auto;
}

.index_pro .ipro_list .list .t4 {
	background: url(../images/t4_bg.png)no-repeat 16% center;
	background-size: 22% auto;
}




}

/*md*/
/*在768和991像素之间的屏幕里，小屏幕，主要是PAD*/
@media (max-width:768px) {
	.index_pro .ipro_box .ipro_l .text_box .ipro_tit h3{
		font-size:16px;
	}
	.index_pro .ipro_box .ipro_l .text_box .ipro_tit p{
		font-size:15px;
	}
	.index_pro .ipro_box .ipro_r .box .text_box .ipro_tit h3{
		font-size:16px;
	}
	.index_pro .ipro_box .ipro_r .box .text_box .ipro_tit p{
		font-size:15px;
	}
}


/*sm*/
/*在480和767像素之间的屏幕里，超小屏幕，主要是手机*/
@media (max-width:480px) {
.index_pro .ipro_box .ipro_l .text_box .text{
	display: none;
}



}

/*xs*/
/*在小于370像素的屏幕，微小屏幕，更低分辨率的手机*/
@media (max-width:370px) {
.index_pro .ipro_box .ipro_l .text_box span,
.index_pro .ipro_box .ipro_r .box .text_box span{
	display: none;
}
	
	
}




/* .index_about */
.index_about{
	background:url(../images/iab_bg.jpg) no-repeat center top;
	padding:70px 0;
}
.index_about .htit{
	margin-bottom:50px;
	display: block;
}
.index_about .iab_box{
	width:100%;
	height:0;
	padding-top:35.2%;
	position: relative;
} 
.index_about .iab_box .iab_l{
	position: absolute;
	left:0;
	top:0;
	z-index: 11;
	width:50%;
	height:100%;
	background-attachment:fixed;
	background:#3d3d3d url(../images/iab_bg2.png) no-repeat 80% 80%;
}
.index_about .iab_box .iab_l .text{
	color: #dfdfdf;
    font-size: 15px;
    line-height: 30px;
	padding:20% 7% 0 7%;
    font-family: "微软雅黑";
}
.index_about .iab_box .iab_r{
	position: absolute;
	right:0;
	top:0;
	z-index: 11;
	width:50%;
	height:100%;
}
.index_about .iab_box .iab_r .img_box{
	width:100%;
	height:0;
	padding-top:70%;
}
.index_about .iab_box .iab_r .img_box img{
	max-width:100%;
}







/*当页面大于1300px时，大屏幕主要是PC端*/
@media (max-width:1300px) {


}
/*在992和1199像素之间的屏幕里，中等屏幕，分辨率低的PC*/
@media (max-width:1110px) {
	.index_about .iab_box .iab_l .text{
		padding:10% 7% 0 7%;
	}
}
/*在992和1199像素之间的屏幕里，中等屏幕，分辨率低的PC*/
@media (max-width:990px) {
.index_about .iab_box {
	height:auto;
	padding-top:0;
}	
.index_about .iab_box .iab_l{
	position: static;
	width:100%;
    background: #3d3d3d url(../images/iab_bg2.png) no-repeat 80% 86%;
}
.index_about .iab_box .iab_r{
	position: static;
	width:100%;
}
.index_about .iab_box .iab_l .text{
	padding:10% 7% 120px 7%;
}	
	
	
}

/*md*/
/*在768和991像素之间的屏幕里，小屏幕，主要是PAD*/
@media (max-width:768px) {}


/*sm*/
/*在480和767像素之间的屏幕里，超小屏幕，主要是手机*/
@media (max-width:480px) {}

/*xs*/
/*在小于370像素的屏幕，微小屏幕，更低分辨率的手机*/
@media (max-width:370px) {
.index_about .iab_box .iab_l .text{
	font-size:13px;
}
}







/* index_news */
.index_news{
	background:#fff;
	padding-bottom:70px;
}
.index_news .htit{
	margin-bottom:50px;
}

.index_news .inews_box{
	display: block;
}
.index_news .inews_box .list{
	float:left;
	width:31.6%;
	margin-right:2.6%;
}
.index_news .inews_box .list a{
	display: block;
}
.index_news .inews_box .list .img_box{
	width:100%;
	height:0;
	padding-top:61.6%;
	overflow: hidden;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.index_news .inews_box .list .img_box img{
	max-width:100%;
}
.index_news .inews_box .list:nth-child(3n){
	margin-right:0;
}
.index_news .inews_box .list .text_box{
	padding:20px 0 0 0;
}
.index_news .inews_box .list .text_box h3{
	color:#444;
	font-size:16px;
	line-height:30px;
    font-family: "微软雅黑";
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #dcdcdc;
	position: relative;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.index_news .inews_box .list .text_box h3:after{
	content:"";
	position: absolute;
	left:0;
	bottom:0;
	z-index: 11;
	width:15%;
	height:1px;
	display: block;
	background:#626262;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.index_news .inews_box .list:hover .text_box h3:after{
	width:100%;
}
.index_news .inews_box .list .text_box .text{
	color:#888;
	font-size:15px;
	line-height:30px;
	font-family: "微软雅黑";
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.index_news .inews_box .list .text_box span{
	color:#888;
	font-size:15px;
	line-height:30px;
	font-family: "微软雅黑";
	display: block;
	margin-top:20px;
}


/*当页面大于1300px时，大屏幕主要是PC端*/
@media (max-width:1300px) {}

/*在992和1199像素之间的屏幕里，中等屏幕，分辨率低的PC*/
@media (max-width:990px) {}

/*md*/
/*在768和991像素之间的屏幕里，小屏幕，主要是PAD*/
@media (max-width:768px) {
	.index_news .inews_box .list{
		float:none;
		width:100%;
		margin-bottom:30px;
	}
	.index_news .inews_box .list:nth-child(3n){
		margin-bottom:0;
	}
}


/*sm*/
/*在480和767像素之间的屏幕里，超小屏幕，主要是手机*/
@media (max-width:480px) {}

/*xs*/
/*在小于370像素的屏幕，微小屏幕，更低分辨率的手机*/
@media (max-width:370px) {}







/* index_join */
.index_join{
	background: url(../images/ijoin_bg.jpg) no-repeat center top;
	background-size:cover;
    padding: 70px 0;
}
.index_join .ijoin_l{
	float:left;
	width:46%;
}
.index_join .ijoin_l .htit{
	margin-bottom:50px;
}
.index_join .ijoin_l .text_box h3{
	color:#fff;
	font-size:16px;
	line-height:24px;
	padding:10px 15px;
	border-radius:5px;
	background:#434343;
	font-family:"微软雅黑";
	display: inline-block;
	margin-bottom:16px;
}
.index_join .ijoin_l .text_box .text{
	color:#666;
	font-size:15px;
	line-height:30px;
	font-family:"微软雅黑";
}
.index_join .ijoin_l .ijoin_nav{
	margin-top:40px;
}
.index_join .ijoin_l .ijoin_nav ul li{
	float:left;
	padding:0 2%;
	margin-right:7%;
}
.index_join .ijoin_l .ijoin_nav ul li .n_bg{
	width:76px;
	height:76px;
	border-radius:100%;
	border:1px dashed #c4c4c4;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.index_join .ijoin_l .ijoin_nav ul li .n_bg.btn1{
	background:#fff url(../images/btn1.png) no-repeat center center;
}
.index_join .ijoin_l .ijoin_nav ul li .n_bg.btn2{
	background:#fff url(../images/btn2.png) no-repeat center center;
}
.index_join .ijoin_l .ijoin_nav ul li .n_bg.btn3{
	background:#fff url(../images/btn3.png) no-repeat center center;
}


.index_join .ijoin_l .ijoin_nav ul li:hover .n_bg.btn1{
	background:#434343 url(../images/btn1s.png) no-repeat center center;
	border:1px solid #434343;
}
.index_join .ijoin_l .ijoin_nav ul li:hover .n_bg.btn2{
	background:#434343 url(../images/btn2s.png) no-repeat center center;
	border:1px solid #434343;
}
.index_join .ijoin_l .ijoin_nav ul li:hover .n_bg.btn3{
	background:#434343 url(../images/btn3s.png) no-repeat center center;
	border:1px solid #434343;
}


.index_join .ijoin_l .ijoin_nav ul li p{
	color:#444;
	font-size:15px;
	line-height:30px;
	padding-top:5px;
	font-family:"微软雅黑";
	text-align:center;
}
.index_join .ijoin_l .ijoin_nav ul li:nth-child(3n){
	margin-right:0;
}
.index_join .ijoin_l .ijoin_nav ul li a{
	display: block;
}


.index_join .ijoin_r{
	float:right;
	width:50%;
}
.index_join .ijoin_r .img_box img{
	max-width:100%;
	max-height:100%;
}
.index_join .ijoin_r .img_box{
	width:99%;
	height:0;
	padding-top:69%;
	overflow: hidden;
	box-shadow: #c9ae7a 10px 10px 0;
}









/*当页面大于1300px时，大屏幕主要是PC端*/
@media (max-width:1300px) {}

/*在992和1199像素之间的屏幕里，中等屏幕，分辨率低的PC*/
@media (max-width:990px) {
	.index_join .ijoin_l{
		float:none;
		width:100%;
		margin-bottom:50px;
	}
	.index_join .ijoin_r{
		float:none;
		width:100%;
	}
}

/*md*/
/*在768和991像素之间的屏幕里，小屏幕，主要是PAD*/
@media (max-width:768px) {}


/*sm*/
/*在480和767像素之间的屏幕里，超小屏幕，主要是手机*/
@media (max-width:480px) {}

/*xs*/
/*在小于370像素的屏幕，微小屏幕，更低分辨率的手机*/
@media (max-width:370px) {}







/* .index_nav */
.index_nav{
	padding:70px 0;
	background:#eeeeee;
}
.index_nav dl{
	float:left;
	width:16.6%;
}
.index_nav dl dt h4{
	font-weight:bold;
	color:#444;
	font-size:16px;
	padding-bottom:15px;
	margin-bottom:20px;
	font-family:Arial;
	text-transform:uppercase;
	background:url(../images/i_bg.jpg) no-repeat left bottom;
}
.index_nav dl dd a{
	color:#888;
	font-size:15px;
	line-height:30px;
	font-family:"微软雅黑";
}
.index_nav dl dd a:hover{
	color:#444;
}
/*当页面大于1300px时，大屏幕主要是PC端*/
@media (max-width:1300px) {}

/*在992和1199像素之间的屏幕里，中等屏幕，分辨率低的PC*/
@media (max-width:990px) {}

/*md*/
/*在768和991像素之间的屏幕里，小屏幕，主要是PAD*/
@media (max-width:768px) {
	.index_nav{
		padding-bottom:40px;
	}
	.index_nav dl{
		float:left;
		width:33.3%;
		margin-bottom:20px;
	}
}


/*sm*/
/*在480和767像素之间的屏幕里，超小屏幕，主要是手机*/
@media (max-width:480px) {}

/*xs*/
/*在小于370像素的屏幕，微小屏幕，更低分辨率的手机*/
@media (max-width:370px) {
	.index_nav dl dt h4{
		font-size:15px;
	}
}







/* .footer */
.footer{
	padding:70px 0;
	background:#282828;
	color:#ddd;
}
.footer .foot_cont{
	float:left;
	width:30%;
	color:#a2a2a2;
	font-size:15px;
	line-height:36px;
}
.footer .foot_cont span{
	color:#fff;
	font-size:30px;
	font-family:Arial;
}
.footer .foot{
	float:left;
	width:28%;
	padding-left:2%;
	padding-right:2%;
	color:#a2a2a2;
	font-size:15px;
	line-height:36px;
	font-family:"微软雅黑";
	position: relative;
}
.footer .foot:after{
	content:"";
	position: absolute;
	left:0;
	top:0;
	z-index: 11;
	width:1px;
	height:100%;
	background:#535353;
}
.footer .foot img.qr{
	width:108px;
	height:108px;
	margin-left:30px;
}



.fix{
	position: fixed;
	right:40px;
	bottom:40px;
	z-index: 999;
	width:56px;
	height:56px;
	display: block;
}
#pageTop{
	padding:0;
	display: block;
	width:56px;
	height:56px;
	background:#434343 url(../images/pagetop.png) no-repeat center center;
	cursor: pointer;
}





/*当页面大于1300px时，大屏幕主要是PC端*/
@media (max-width:1300px) {}

/*在992和1199像素之间的屏幕里，中等屏幕，分辨率低的PC*/
@media (max-width:990px) {
	.footer .foot_cont{
		float:none;
		width:100%;
		margin-bottom:20px;
	}
	.footer .foot{
		width:46%;
	}
	.footer .foot img.qr{
		margin-left:0;
		margin-top:15px;
	}
}

/*md*/
/*在768和991像素之间的屏幕里，小屏幕，主要是PAD*/
@media (max-width:768px) {
	
	.footer .foot{
		float:none;
		width:96%;
	}
}


/*sm*/
/*在480和767像素之间的屏幕里，超小屏幕，主要是手机*/
@media (max-width:480px) {}

/*xs*/
/*在小于370像素的屏幕，微小屏幕，更低分辨率的手机*/
@media (max-width:370px) {}







/* .design */
.design{
	padding:60px 0 0 0; 
	background:url(../images/design_bg.jpg) no-repeat center top;
}
.design .pic_box{
	float:right;
	width:55%;
	display: block;
	text-align:center;
}
.design .left{
	float:left;
	width:45%;
}
.design .left .form_box{
	max-width:352px;
	margin:0 auto;
}
.design .left .form_box span{
	display: block;
	margin-bottom:10px;
}
.design .left .form_box span img{
	width:100%;
}
.design .left .form_box form input.t1{
	padding:10px 3%;
	width:94%;
	display: block;
	border:1px solid #dcdcdc;
	margin-bottom:10px;
	border-radius:5px;
	line-height:20px;
	color:#888;
	font-size:15px;
	font-family:"微软雅黑";
}
.design .left .form_box form input.submit{
	width:100%;
	text-align:center;
	background:#9f9073;
	color:#fff;
	font-size:18px;
	line-height:50px;
	height:50px;
	border-radius:5px;
	font-family:"微软雅黑";
	outline:none;
	cursor: pointer;
}
.design .left .form_box form input.submit:hover{
	background:#9F9063;
}
.design .left .form_box form select.t2{
	padding:10px 3%;
	width:100%;
	display: block;
	border:1px solid #dcdcdc;
	margin-bottom:10px;
	border-radius:5px;
	line-height:20px;
	height:44px;
	color:#888;
	font-size:15px;
	font-family:"微软雅黑";
	outline:none;
}
.design .left .form_box form input.t4{
	padding:10px 3%;
	width:42%;
	display: block;
	border:1px solid #dcdcdc;
	margin-bottom:10px;
	border-radius:5px;
	line-height:20px;
	color:#888;
	font-size:15px;
	font-family:"微软雅黑";
	float:left;
	margin-right:2%;
}
.design .left .form_box form .pic{
	float:left;
	height:42px;
	width:49%;
	background:#eee;
	cursor: pointer;
}
.design .left .form_box form select.t3{
	float:left;
	padding:10px 3%;
	width:49%;
	margin-right:2%;
	display: block;
	border:1px solid #dcdcdc;
	margin-bottom:10px;
	border-radius:5px;
	line-height:20px;
	height:44px;
	color:#888;
	font-size:15px;
	font-family:"微软雅黑";
	outline:none;
}
.design .left .form_box form select:nth-child(3){
	margin-right:0;
}




.design2{
	padding: 40px 0;
	background:#fff;
}
.design2 .list_box .list{
	float:left;
	width:25%;
}
.design2 .list_box .list a{
	display: block;
}
.design2 .list_box .list .pic_box{
	width:100%;
	height:120px;
	line-height:120px;
	display: block;
}
.design2 .list_box .list .text{
	width:100%;
}
.design2 .list_box .list .text h3{
	line-height:33px;
	text-align:center;
    color: #444;
    font-size: 16px;
	font-weight:bold;
    font-family: "微软雅黑";
}
.design2 .list_box .list .text p{
	color: #666;
	font-size: 15px;
	line-height:25px;
	text-align:center;
	font-family: Arial;
}




/*当页面大于1300px时，大屏幕主要是PC端*/
@media (max-width:1300px) {}

/*在992和1199像素之间的屏幕里，中等屏幕，分辨率低的PC*/
@media (max-width:990px) {
	.design{
		padding:60px 0; 
	}
}

/*md*/
/*在768和991像素之间的屏幕里，小屏幕，主要是PAD*/
@media (max-width:768px) {
	.design .pic_box{
		display: none;
	}
	.design .left .form_box{
		max-width:100%;
	}
	.design .left{
		float:none;
		width:100%;
	}
	.design2 .list_box .list{
		float:left;
		width:50%;
		min-height:210px;
	}
}


/*sm*/
/*在480和767像素之间的屏幕里，超小屏幕，主要是手机*/
@media (max-width:480px) {}

/*xs*/
/*在小于370像素的屏幕，微小屏幕，更低分辨率的手机*/
@media (max-width:370px) {}










/* join */
.join{
	background:#f4f4f4;
	padding:40px 0 0 0;
}
.join .join_htit{
	margin-bottom:30px;
}
.join .pic_box{
	width:100%;
	text-align:center;
	display: block;
	border-bottom:14px solid #d4d4d4;
}




/* join2 */
.join2{
	padding:70px 0 0 0;
}
.join2_swiper{
	padding:40px 0 100px 0;
	position: relative;
}
.join2_swiper .swiper-container .swiper-slide{
	display: block;
}
.join2_swiper .swiper-container .swiper-slide .list{
	display: block;
	width:100%;
	margin-bottom:90px;
	position: relative;
	cursor: pointer;
}
.join2_swiper .swiper-container .swiper-slide .list h5{
	position: absolute;
	left:20px;
	bottom:-20px;
	z-index: 11;
	background:#313131;
	padding:10px 35px;
	color:#fff;
	font-size:16px;
	line-height:20px;
}

.join2_swiper .swiper-container .swiper-slide .list .img_box{
	width:100%;
	padding-top:70%;
}
.join2_swiper .swiper-container .swiper-slide .list .img_box img{
	max-width:100%;
}
.join2_swiper .sprev,
.join2_swiper .snext{
	position: absolute;
	bottom:70px;
	z-index: 11;
	width:46px;
	height:46px;
	border-radius:100%;
	border:1px solid #919191;
	cursor: pointer;
}
.join2_swiper .sprev{
	left:45%;
	background:#fff url(../images/l_bg.png) no-repeat center center;
}
.join2_swiper .snext{
	right:45%;
	background:#fff url(../images/r_bg.png) no-repeat center center;
}
.join2_swiper .sprev:hover{
	border:1px solid #c0a062;
	background:#c0a062 url(../images/l_bg2.png) no-repeat center center;
}
.join2_swiper .snext:hover{
	border:1px solid #c0a062;
	background:#c0a062 url(../images/r_bg2.png) no-repeat center center;
}
.join2_swiper:after,
.join2_swiper:before{
	content:"";
	position: absolute;
	bottom:93px;
	z-index: 11;
	width:44%;
	height:1px;
	display: block;
	background:#dcdcdc;
}
.join2_swiper:after{
	left:0;
}
.join2_swiper:before{
	right:0;
}








/* .join3 */
.join3{
	padding:70px 0;
	background:url(../images/join3_bg.jpg) no-repeat center center;
	background-size:cover;
}
.join3 .join_htit{
	margin-bottom:40px;
    background: url(../images/join_bg2.png) no-repeat center bottom;
}
.join3 .join_htit p{
	color:#888;
}
.join3 .join_htit h2{
	color:#fff;
}
.join3 .join3_text{
	max-width:640px;
	display: block;
	margin:0 auto 60px auto;
	color:#fff;
	font-size:16px;
	line-height:26px;
	text-align:center;
	font-family:"微软雅黑";
}



.join3 .list_box{
	display: block;
	margin-bottom:20px;
}

.join3 .list_box .list{
	float:left;
	width:14%;
}
.join3 .list_box .list .pic_box{
	width:80px;
	height:80px;
	line-height:80px;
	margin:0 auto;
	display: block;
	text-align:center;
	border-radius:100%;
	background:#acacac;
	border:5px solid rgba(0,0,0,.3);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.join3 .list_box .list:hover .pic_box{
	background:#c0a062;
}
.join3 .list_box .list p{
	color:#fff;
	font-size:15px;
	height:50px;
	line-height:25px;
	margin-top:15px;
	text-align:center;
}




.join3_more{
	display: block;
	text-align:center;
}
.join3_more a{
	display: inline-block;
	padding:15px 40px;
	color:#fff;
	font-size:16px;
	line-height:20px;
	background:#c0a062;
}


/*当页面大于1300px时，大屏幕主要是PC端*/
@media (max-width:1300px) {}

/*在992和1199像素之间的屏幕里，中等屏幕，分辨率低的PC*/
@media (max-width:990px) {
	.join2_swiper .sprev {
		left: 42%;
	}
	.join2_swiper .snext{
		right:42%;
	}
	.join2_swiper:after,
	.join2_swiper:before{
		width:40%;
	}
	.join3 .list_box .list{
		width:25%;
	}
	
}

/*md*/
/*在768和991像素之间的屏幕里，小屏幕，主要是PAD*/
@media (max-width:768px) {
	.join2_swiper .sprev {
		left: 40%;
	}
	.join2_swiper .snext{
		right:40%;
	}
	.join2_swiper:after,
	.join2_swiper:before{
		width:36%;
	}
	.join3 .list_box .list{
		width:33%;
	}
}


/*sm*/
/*在480和767像素之间的屏幕里，超小屏幕，主要是手机*/
@media (max-width:480px) {
	.join2_swiper .sprev {
		left: 37%;
	}
	.join2_swiper .snext{
		right:37%;
	}
	.join2_swiper:after,
	.join2_swiper:before{
		width:33%;
	}
	.join3 .list_box .list{
		width:50%;
	}
}

/*xs*/
/*在小于370像素的屏幕，微小屏幕，更低分辨率的手机*/
@media (max-width:370px) {
	.join2_swiper .sprev {
		left: 34%;
	}
	.join2_swiper .snext{
		right:34%;
	}
	.join2_swiper:after,
	.join2_swiper:before{
		width:29%;
	}
}





/* join4 */
.join4{
    padding: 70px 0;
    background: url(../images/join4_bg.jpg) no-repeat center center;
    background-size: cover;
}
.join4 .join_htit{
	margin-bottom:50px;
}
.join4_swiper{
	display: block;
}
.join4_swiper .j4_box{
	width:290px;
	display: block;
	margin:20px auto 0 auto;
}
.join4_swiper .j4_box .j4_prev,
.join4_swiper .j4_box .j4_next{
	width:40px;
	height:40px;
	cursor: pointer;
}
.join4_swiper .j4_box .j4_prev{
	float:left;
	background:url(../images/l_bg3.png) no-repeat center center;
}
.join4_swiper .j4_box .j4_next{
	float:right;
	background:url(../images/r_bg3.png) no-repeat center center;
}
.join4_swiper .swiper-pagination{
	float:left;
	width:206px;
	position:static;
	line-height:40px;
}
.join4_swiper .swiper-pagination .swiper-pagination-bullet{
	margin:0 5px;
	width:10px;
	height:10px;
	background:#bfbfbf;
	opacity: 1;
}
.join4_swiper .swiper-pagination .swiper-pagination-bullet-active{
	background:#c0a062;
}

.join4_swiper .swiper-container .swiper-slide{
	background:#fff;
	margin-bottom:10px;
}
.join4_swiper .swiper-container .swiper-slide:hover{
    -webkit-box-shadow: 2px 2px 10px 2px #ccc;
    -moz-box-shadow: 2px 2px 10px 2px #ccc;
    box-shadow: 2px 2px 10px 2px #ccc;
}
.join4_swiper .swiper-container .swiper-slide .list{
	padding:95px 10% 30px 10%;
	position: relative;
}
.join4_swiper .swiper-container .swiper-slide .list span{
	position: absolute;
	left:10%;
	top:0;
	z-index: 11;
	width:66px;
	height:95px;
	line-height:90px;
	color:#fff;
	font-size:42px;
	display: block;
	font-style: italic;
	text-indent:3px;
	background:url(../images/j4_bg.png) no-repeat center center;
	background-size:100% 100%;
}
.join4_swiper .swiper-container .swiper-slide .list h3{
	color:#444;
	font-size:26px;
	line-height:30px;
	padding:30px 0 20px 0;
	margin-bottom:20px;
	position: relative;
}
.join4_swiper .swiper-container .swiper-slide .list h3:after{
	content:"";
	position: absolute;
	left:0;
	bottom:0;
	z-index: 11;
	width:30px;
	height:2px;
	background:#c3c3c3;
}
.join4_swiper .swiper-container .swiper-slide .list .text{
	color:#666;
	font-size:15px;
	line-height:30px;
	min-height:120px;
}



.join5{
	padding:70px 0;
}
.join5 .join_htit{
	display: block;
	margin-bottom:50px;
}
.join5 .pic_box{
	width:100%;
	text-align:center;
	display: block;
}



/* join6 */
.join6{
    padding: 60px 0 80px 0;
    background: url(../images/join6_bg.jpg) no-repeat center center;
    background-size: cover;
}
.join6 .join_htit{
	background:none;
}
.join6 .join_htit h2{
	color:#fff;
}


.join6 .join6_box{
	background:rgba(255,255,255,.9);
	padding:60px 4%;
}
.join6 .join6_box .text_box{
	float:left;
	width:42%;
}
.join6 .join6_box .text_box span{
	display: block;
	color:#444;
	font-size:16px;
	line-height:30px;
	font-family:"微软雅黑";
}
.join6 .join6_box .text_box h3{
	color:#444;
	font-size:30px;
	line-height:30px;
	font-family:"微软雅黑";
	margin:15px 0 40px 0;
}
.join6 .join6_box .text_box .text{
	color:#888;
	font-size:16px;
	line-height:30px;
	font-family:"微软雅黑";
}
.join6 .join6_box .form_box{
	float:right;
	width:58%;
}


.join6 .join6_box .form_box form input.t1{
	float:left;
	padding:15px 3%;
	width:42.5%;
	display: block;
	border:1px solid #dcdcdc;
	margin-right:1%;
	margin-bottom:10px;
	border-radius:5px;
	line-height:20px;
	color:#888;
	font-size:15px;
	font-family:"微软雅黑";
}
.join6 .join6_box .form_box form input:nth-child(2n){
	margin-right:0;
}
.join6 .join6_box .form_box form  input.submit{
	float:right;
	width:20%;
	text-align:center;
	background:#313131;
	color:#fff;
	font-size:15px;
	line-height:50px;
	height:50px;
	border-radius:25px;
	font-family:"微软雅黑";
	outline:none;
	cursor: pointer;
}
.join6 .join6_box .form_box form  input.submit:hover{
	background:#000;
}
.join6 .join6_box .form_box form select.t2{
	float:left;
	padding:15px 3%;
	width:49%;
	margin-right:1%;
	margin-bottom:25px;
	display: block;
	border:1px solid #dcdcdc;
	border-radius:5px;
	line-height:20px;
	height:54px;
	color:#888;
	font-size:15px;
	font-family:"微软雅黑";
	outline:none;
}
.join6 .join6_box .form_box form input.t3{
	float:left;
	padding:15px 3%;
	width:25%;
	margin-right:2%;
	display: block;
	border:1px solid #dcdcdc;
	border-radius:5px;
	line-height:20px;
	color:#888;
	font-size:15px;
	font-family:"微软雅黑";
	outline:none;
}
.join6 .join6_box .form_box form .pic{
	float:left;
	height:52px;
	width:25%;
	background:#ddd;
	cursor: pointer;
}












/*当页面大于1300px时，大屏幕主要是PC端*/
@media (max-width:1300px) {}

/*在992和1199像素之间的屏幕里，中等屏幕，分辨率低的PC*/
@media (max-width:990px) {

	.join4_swiper .swiper-container .swiper-slide .list span{
		width:60px;
		height: 80px;
		line-height: 80px;
		color: #fff;
		font-size: 37px;
	}
	
	.join6 .join6_box .text_box{
		float:none;
		width:100%;
		margin-bottom:30px;
	}
	
	.join6 .join6_box .form_box{
		float:none;
		width:100%;
	}
	.join6 .join6_box .text_box span{
		font-size:15px;
	}
	.join6 .join6_box .text_box h3{
		font-size:18px;
		margin: 0px 0px 40px 0px;
	}
	.join6 .join6_box .text_box .text{
		font-size:15px;
	}
	
	
	

}

/*md*/
/*在768和991像素之间的屏幕里，小屏幕，主要是PAD*/
@media (max-width:768px) {
	.join4_swiper .swiper-container .swiper-slide .list{
		padding: 75px 10% 30px 10%;
	}
	.join4_swiper .swiper-container .swiper-slide .list span{
		width:50px;
		height: 70px;
		line-height: 70px;
		color: #fff;
		font-size: 32px;
	}
	.join4_swiper .swiper-container .swiper-slide .list h3{
		font-size:18px;
	}
	.join6 .join6_box .form_box form  input.submit,
	.join6 .join6_box .form_box form input.t3{

		width:30%;
	}
}


/*sm*/
/*在480和767像素之间的屏幕里，超小屏幕，主要是手机*/
@media (max-width:480px) {
	.join6 .join6_box .form_box form input.t1{
		float:none;
		width:93%;
	}
	.join6 .join6_box .form_box form select.t2{
		float:none;
		width:100%;
	}
	.join4_swiper .swiper-container .swiper-slide .list h3{
		font-size:16px;
	}
}

/*xs*/
/*在小于370像素的屏幕，微小屏幕，更低分辨率的手机*/
@media (max-width:370px) {}






/* .pro */
.pro{
	background:#fff;
	padding:80px 0 50px 0;
}
.pro .main{
	position: relative;
}
.pro .text_box{
	max-width:50%;
	display: inline-block;
}
.pro .text_box h3{
	color:#444;
	font-size:26px;
	line-height:40px;
	padding-left:14px;
	font-family:"微软雅黑";
	position: relative;
}
.pro .text_box h3:after{
	content:"";
	position: absolute;
	left:0;
	top:9px;
	z-index: 11;
	width:2px;
	height:24px;
	display: block;
	background:#444;
}
.pro .text_box .text{
	color:#666;
	font-size:15px;
	line-height:30px;
	font-family:"微软雅黑";
	margin:20px 0 0 0;
}
.pro .pro_form{
	position: absolute;
	right:0;
	bottom:0;
	z-index: 12;
	width:320px;
}
.pro .pro_form form{
	width:100%;
}
.pro .pro_form form .t1{
    float: left;
    width: 83%;
    height: 46px;
    text-indent: 10px;
    border: 1px solid #ddd;
    font-family: "微软雅黑";
    background: #fff;
    font-size: 14px;
    color: #595959;
    display: inline-block;
}


.pro .pro_form form .submit{
	float: left;
    width: 16%;
    height: 46px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background: #434343 url(../images/s_b3.png) no-repeat center center;
    display: inline-block;
    font-family: "微软雅黑";
    cursor: pointer;
}




/* pro2 */
.pro2{
	background:#eee;
	padding:80px 0 50px 0;
}
.pro2_box {
	display: block;
	margin:0 0 60px 0;
	position: relative;
}






.pro2_box .img_box{
	position: absolute;
	left:0;
	bottom:0;
	z-index: 11;
	width:58%;
	padding-top:38%;
	overflow: hidden;
}
.pro2_box .img_box img{
	max-width:100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.pro2_box:hover .img_box img{
	-webkit-transform: translate(-50%,-50%)  scale(1.05);
	-moz-transform: translate(-50%,-50%)  scale(1.05);
	-ms-transform: translate(-50%,-50%)  scale(1.05);
	-o-transform: translate(-50%,-50%)  scale(1.05);
	transform: translate(-50%,-50%)  scale(1.05);
}
.pro2_box .list{
	display: block;
	margin:0 0 0 auto;
	padding:8% 0 7% 5%;
	width:62%;
	background:#fff;
}

.pro2_box .list .text,
.pro2_box .list .more,
.pro2_box .list .pro_htit{
	padding-left: 40%;
}
.pro2_box .list .pro_htit{
	margin-bottom:30px;
}
.pro2_box .list .pro_htit p{
	color: #969696;
	font-size: 20px;
	text-transform:uppercase;
	font-family: "微软雅黑";
}
.pro2_box .list .pro_htit h2{
	color: #444;
	font-size: 32px;
	font-family: "微软雅黑";
}
.pro2_box .list .text{
	color: #666;
	font-size: 15px;
	line-height:30px;
	font-family: "微软雅黑";
	max-width:378px;
	margin-bottom:80px;
}
.pro2_box .list .more a{
	float:left;
	max-width:125px;
	width:28%;
	height:40px;
	line-height:40px;
	text-align:center;
	border:2px solid #dcdcdc;
	border-radius:20px;
	color: #666;
	font-size: 16px;
	font-family: "微软雅黑";
	margin-right:10px;
}
.pro2_box .list .more a:hover{
	color:#fff;
	background:#595959;
}
.pro2_box .list .more a:nth-child(3){
	margin-right:0;
}




.pro2_box:nth-child(2n) .list{
	margin:0 auto 0 0;
}
.pro2_box:nth-child(2n) .img_box{
	position: absolute;
	left:42%;
	bottom:0;
	z-index: 11;
}
.pro2_box:nth-child(2n) .list .text,
.pro2_box:nth-child(2n) .list .more,
.pro2_box:nth-child(2n) .list .pro_htit{
	padding-left:0;
	padding-right:40%;
}







/*当页面大于1300px时，大屏幕主要是PC端*/
@media (max-width:1300px) {}

@media (max-width:1200px) {
	.pro2_box .list .text{
		margin-bottom:45px;
		max-width:50%;
	}
}

/*在992和1199像素之间的屏幕里，中等屏幕，分辨率低的PC*/
@media (max-width:990px) {
	.pro2_box{
		position: static;
	}
	.pro2_box .img_box{
		width:100%;
		padding-top:66%;
		display: block;
		position: relative;
	}
	.pro2_box .list{
		width:88%;
		padding:8% 6%;
	}
	.pro2_box .list .text,
	.pro2_box .list .more,
	.pro2_box .list .pro_htit{
		padding-left: 0%;
	}
	.pro2_box:nth-child(2n) .img_box{
		width:100%;
		left:0;
		padding-top:66%;
		display: block;
		position: relative;
	}
	.pro2_box:nth-child(2n) .list{
		width:88%;
		padding:8% 6%;
	}
	.pro2_box:nth-child(2n) .list .text,
	.pro2_box:nth-child(2n) .list .more,
	.pro2_box:nth-child(2n) .list .pro_htit{
		padding-left:0;
		padding-right:0;
	}
	.pro2_box .list .text{
		margin-bottom:45px;
		max-width:100%;
	}
}

/*md*/
/*在768和991像素之间的屏幕里，小屏幕，主要是PAD*/
@media (max-width:768px) {
	.pro{
		padding:40px 0;
	}
	.pro .pro_form{
		display: none;
	}
	.pro .text_box{
		max-width:100%;
	}
	.pro .pro_form{
		position: static;
		width:100%;
		margin:30px 0 0 0;
	}
	.pro .text_box h3{
		font-size:20px;
	}
	.pro .text_box h3:after{
		top:11px;
		height:20px;
	}
	.pro2_box .list .pro_htit h2{
		font-size:18px;
	}
	.pro2_box .list .pro_htit p{
		font-size:15px;
	}
	.pro2_box .list .more a{
		height:30px;
		line-height:30px;
		font-size:15px;
	}
	.pro2{
		padding:60px 0 1px 0;
	}
}


/*sm*/
/*在480和767像素之间的屏幕里，超小屏幕，主要是手机*/
@media (max-width:480px) {
	.pro2_box .list .text{
		display: none;
	}
	.pro .text_box h3{
		font-size:18px;
	}
}

/*xs*/
/*在小于370像素的屏幕，微小屏幕，更低分辨率的手机*/
@media (max-width:370px) {}







/* .pro_two */


.pro_two{
	padding:30px 0 40px 0;
	background:#fff;
}

.pro_two .text_box{
	margin-bottom:80px;
	text-align:right;
}
.pro_two .text_box .text{
	display: inline-block;
	color:#888;
	font-size:15px;
	line-height:25px;
	font-family:"微软雅黑";
}
.pro_two .text_box .text a:hover{
	color:#000;
}
.pro_two .list_box h3{
	color:#444;
	font-size:26px;
	line-height:40px;
	padding-left:14px;
	font-family:"微软雅黑";
	display:block;
	position: relative;
	float:left;
	width:38%;
}
.pro_two .list_box h3:after{
	content:"";
	position: absolute;
	left:0;
	top:9px;
	z-index: 11;
	width:2px;
	height:24px;
	display: block;
	background:#444;
}

.pro_two .list_box .page_tags{
	float:right;
	width:60%;
	text-align:right;
}
.pro_two .list_box .page_tags .mt{
	display: none;
}
.pro_two .list_box .page_tags .nt{
	display: inline-block;
}
.pro_two .list_box .page_tags ul li{
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}
.pro_two .list_box .page_tags ul li:last-child{
	margin-right:0;
}
.pro_two .list_box .page_tags ul li a{
	display: inline-block;
	color:#fff;
	font-size:16px;
	line-height:20px;
	padding:10px 40px;
	background:#a0a0a0;
}
.pro_two .list_box .page_tags ul li:hover a,
.pro_two .list_box .page_tags ul li.on a{
	background:#595959;
}




.pro_two2{
	background:#f4f4f4;
	padding:50px 0 70px 0;
}
.pro_two2 .list_box .list{
	float:left;
	width:32%;
	margin-right:2%;
	margin-bottom:10px;
	position: relative;
}
.pro_two2 .list_box .list:nth-child(3n){
	margin-right:0;
}
.pro_two2 .list_box .list a{
	display: block;
}
.pro_two2 .list_box .list .img_box{
	width:100%;
	display: block;
	padding-top:66%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.pro_two2 .list_box .list .mask{
	position: absolute;
	left:0;
	top:0;
	z-index: 11;
	width:100%;
	display: none;
	padding-top:66%;
	background:rgba(0,0,0,.3) url(../images/pro_btn1.png) no-repeat center center;
	-webkit-transition: all .6s ease-in;
	-moz-transition: all .6s ease-in;
	-ms-transition: all .6s ease-in;
	-o-transition: all .6s ease-in;
	transition: all .6s ease-in;
}
.pro_two2 .list_box .list:hover .mask{
	display: block;
}
.pro_two2 .list_box .list .img_box img{
	max-width:100%;
}
.pro_two2 .list_box .list .text{
	padding-left:17px;
	padding-top:18px;
	min-height:50px;
	line-height:25px;
	color:#444;
	font-size:16px;
	background: url(../images/pro_btn2.png) no-repeat left 24px;
}








/*当页面大于1300px时，大屏幕主要是PC端*/
@media (max-width:1300px) {}
@media (max-width:1200px) {
	.pro_two .list_box h3{
		font-size:25px;
	}
}

/*在992和1199像素之间的屏幕里，中等屏幕，分辨率低的PC*/
@media (max-width:990px) {
	
	.pro_two .list_box h3{
		font-size:21px;
	}
	
	
}

/*md*/
/*在768和991像素之间的屏幕里，小屏幕，主要是PAD*/
@media (max-width:768px) {
	
	.pro_two2 .list_box .list{
		width:49%;
	}
	.pro_two2 .list_box .list:nth-child(3n){
		margin-right:2%;
	}
	.pro_two2 .list_box .list:nth-child(2n){
		margin-right:0;
	}
	.pro_two .list_box h3{
		font-size:20px;
		width:50%;
	}
	.pro_two .list_box .page_tags{
		position: relative;
		width:40%;
	}
	.pro_two .list_box .page_tags .mt{
		display: inline-block;
		color:#fff;
		font-size:15px;
		line-height:40px;
		width:100%;
		text-align:center;
		background:#a0a0a0;
	}
	.pro_two .list_box .page_tags .nt{
		position: absolute;
		top:40px;
		right:0;
		z-index: 11;
		display: none;
		width:100%;
	}
	.pro_two .list_box .page_tags .nt li{
		float:none;
		margin-right:0;
		margin-bottom:0;
		width:100%;
		line-height:40px;
		text-align:center;
	}
	.pro_two .list_box .page_tags ul li a{
		width:100%;
		padding:0;
		line-height:40px;
		font-size:15px;
		display: block;
	}
}


/*sm*/
/*在480和767像素之间的屏幕里，超小屏幕，主要是手机*/
@media (max-width:480px) {
	.pro_two2 .list_box .list{
		width:100%;
	}
	.pro_two2 .list_box .list:nth-child(3n){
		margin-right:0;
	}
	.pro_two .list_box h3{
		font-size:18px;
	}
}

/*xs*/
/*在小于370像素的屏幕，微小屏幕，更低分辨率的手机*/
@media (max-width:370px) {
	
}






/* .prov */
.prov{
	background:#f3f3f3;
	padding:80px 0;
}
.prov_swiper{
	float:left;
	width:54%;
	position: relative;
	display: block;
}
.prov_swiper .p_prev,
.prov_swiper .p_next{
	position: absolute;
	bottom:0;
	z-index: 11;
	width:54px;
	height:54px;
	cursor: pointer;
}
.prov_swiper .p_prev{
	right:60px;
	background:#fff url(../images/l_bg4.png) no-repeat center center;
}
.prov_swiper .p_next{
	right:0;
	background:#fff url(../images/r_bg4.png) no-repeat center center;
}


.prov_swiper .p_prev:hover{
	background:#333 url(../images/l_bg4s.png) no-repeat center center;
}
.prov_swiper .p_next:hover{
	background:#333 url(../images/r_bg4s.png) no-repeat center center;
}

.prov_swiper .swiper-container .swiper-slide{
	cursor: pointer;
}
.prov_swiper .swiper-container .swiper-slide .img_box{
	width:100%;
	padding-top:65%;
	background-color:#fff;
	display: block;
}
.prov_swiper .swiper-container .swiper-slide .img_box img{
	max-width:100%;
}



.prov_list{
	float:right;
	width:42%;
	position: relative;
}
.prov_list h3{
	color:#444;
	font-size:24px;
	line-height:30px;
	font-family:"微软雅黑";
	padding:20px 0;
}
.prov_list .t1{
	display: block;
}
.prov_list .t1 p{
	margin-bottom:5px;
}
.prov_list .t1 i{
	float:left;
	color:#fff;
	padding:0 2%;
	font-size:15px;
	line-height:34px;
	font-family:"微软雅黑";
	display: block;
	background:#333;
	max-width:19%;
}
.prov_list .t1 span{
	float:left;
	color:#444;
	font-size:15px;
	line-height:34px;
	font-family:"微软雅黑";
	max-width:75%;
	padding-left:2%;
}
.prov_list .t2{
	color:#444;
	font-size:15px;
	line-height:30px;
	font-family:"微软雅黑";
	margin-top:7%;
}
.prov_list .t3{
	color:#666;
	font-size:15px;
	line-height:30px;
	font-family:"微软雅黑";
	margin-top:6%;
}
.prov_list .t3 a{
	display: inline-block;
	padding-right:10px;
	margin-right:10px;
	position: relative;
}
.prov_list .t3 a:after{
	content:"";
	position: absolute;
	right:0;
	top:calc(50% - 6px);
	z-index: 11;
	width:1px;
	height:12px;
	background:#bfbfbf;
}

.prov_list .t3 a:last-child:after{
	position: static;
}



/*当页面大于1300px时，大屏幕主要是PC端*/
@media (max-width:1300px) {
	.prov_list .t2{
		margin-top:5%;
		display: block;
	}
	.prov_list .t3{
		margin-top:5%;
	}
}
@media (max-width:1200px) {
	.prov_list .t2{
		display: none;
	}
}
/*在992和1199像素之间的屏幕里，中等屏幕，分辨率低的PC*/
@media (max-width:990px) {
	.prov_swiper{
		float:none;
		width:100%;
	}
	.prov_list{
		float:none;
		width:100%;
		padding-top:3%;
	}
	.prov_list .t2{
		margin-top:5%;
		display: block;
	}
	.prov_list .t3{
		margin-top:5%;
	}
}

/*md*/
/*在768和991像素之间的屏幕里，小屏幕，主要是PAD*/
@media (max-width:768px) {
	.prov_list h3{
		font-size:20px;
	}
}


/*sm*/
/*在480和767像素之间的屏幕里，超小屏幕，主要是手机*/
@media (max-width:480px) {
	.prov_list h3{
		font-size:18px;
	}
}

/*xs*/
/*在小于370像素的屏幕，微小屏幕，更低分辨率的手机*/
@media (max-width:370px) {
	.prov_list .t1 i{
		max-width:20%;
	}
	.prov_list .t1 span{
		max-width:74%;
	}
}





/* .prov2 */
.prov2{
	padding:50px 0 0 0;
	background:#fff;
}
.prov2 .htit2{
	display: block;
	margin-bottom:30px;
}
.prov2 .list_box .list{
	display: block;
	margin-bottom:10px;
}
.prov2 .list_box .list:hover .htit3 h2:after{
	width:100%;
}
.prov2 .list_box .list .img_box{
	float:left;
	width:50%;
	padding-top:33%;
	display: block;
	overflow: hidden;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	background: #f2f2f2;
}
.prov2 .list_box .list .img_box img{
	max-width:100%;
}
.prov2 .list_box .list .text_box{
	float:right;
	width:50%;
	padding-top:33%;
	background:#f2f2f2;
	position: relative;
}
.prov2 .list_box .list:nth-child(2n) .img_box{
	float:right;
}
.prov2 .list_box .list:nth-child(2n) .text_box{
	float:left;
}

.prov2 .list_box .list .text_box .htit3{
	position: absolute;
	left:7%;
	top:17%;
	z-index: 11;
	max-width:85%;
	width:100%;
	margin:0 auto;
}
.prov2 .list_box .list .text_box .text{
	position: absolute;
	left:7%;
	bottom:17%;
	z-index: 11;
	max-width:85%;
	margin:0 auto;
	width:100%;
	color:#666;
	font-size:15px;
	line-height:30px;
	font-family:"微软雅黑";
	padding-bottom:80px;
	background:url(../images/prov2_bg.png) no-repeat left bottom;
	
}
.prov2 .list_box .list .text_box .text p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}








/*当页面大于1300px时，大屏幕主要是PC端*/
@media (max-width:1300px){
	
}
@media (max-width:1200px) {
	.prov2 .list_box .list .text_box .htit3{
		top:12%;
	}
	.prov2 .list_box .list .text_box .text{
		bottom:12%;
	}
}

/*在992和1199像素之间的屏幕里，中等屏幕，分辨率低的PC*/
@media (max-width:990px) {
	.prov2 .list_box .list .text_box .text{
		padding-bottom:66px;
		bottom:10%;
		line-height:28px;
	}
}

/*md*/
/*在768和991像素之间的屏幕里，小屏幕，主要是PAD*/
@media (max-width:768px) {
	.prov2 .list_box .list .img_box{
		float:none;
		width:100%;
		padding-top:66%;
	}
	.prov2 .list_box .list .text_box{
		float:none;
		width:100%;
		position: static;
		padding:5% 0;
	}
	.prov2 .list_box .list .text_box .htit3{
		position: static;
	}
	.prov2 .list_box .list .text_box .text{
		position: static;
		margin-top:10px;
	}
}


/*sm*/
/*在480和767像素之间的屏幕里，超小屏幕，主要是手机*/
@media (max-width:480px) {}

/*xs*/
/*在小于370像素的屏幕，微小屏幕，更低分辨率的手机*/
@media (max-width:370px) {}





.prov3{
	padding:50px 0 50px 0;
}
.prov3 .htit2{
	display: block;
	margin-bottom:30px;
}


.prov3 .list_box .list{
	float:left;
	width:32%;
	margin-right:2%;
	margin-bottom:10px;
	position: relative;
}
.prov3 .list_box .list:nth-child(3n){
	margin-right:0;
}
.prov3 .list_box .list a{
	display: block;
}
.prov3 .list_box .list .img_box{
	width:100%;
	display: block;
	padding-top:66%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.prov3 .list_box .list .mask{
	position: absolute;
	left:0;
	top:0;
	z-index: 11;
	width:100%;
	display: none;
	padding-top:66%;
	background:rgba(0,0,0,.3) url(../images/pro_btn1.png) no-repeat center center;
	-webkit-transition: all .6s ease-in;
	-moz-transition: all .6s ease-in;
	-ms-transition: all .6s ease-in;
	-o-transition: all .6s ease-in;
	transition: all .6s ease-in;
}
.prov3 .list_box .list:hover .mask{
	display: block;
}
.prov3 .list_box .list .img_box img{
	max-width:100%;
}
.prov3 .list_box .list .text{
	padding-left:17px;
	padding-top:18px;
	min-height:50px;
	line-height:25px;
	color:#444;
	font-size:16px;
	background: url(../images/pro_btn2.png) no-repeat left 24px;
}







/*当页面大于1300px时，大屏幕主要是PC端*/
@media (max-width:1300px) {}

/*在992和1199像素之间的屏幕里，中等屏幕，分辨率低的PC*/
@media (max-width:990px) {
	
}

/*md*/
/*在768和991像素之间的屏幕里，小屏幕，主要是PAD*/
@media (max-width:768px) {
	.prov3 .list_box .list{
		width:49%;
	}
	.prov3 .list_box .list:nth-child(3n){
		margin-right:2%;
	}
	.prov3 .list_box .list:nth-child(2n){
		margin-right:0;
	}
	
}


/*sm*/
/*在480和767像素之间的屏幕里，超小屏幕，主要是手机*/
@media (max-width:480px) {}

/*xs*/
/*在小于370像素的屏幕，微小屏幕，更低分辨率的手机*/
@media (max-width:370px) {
	
	.prov3 .list_box .list{
		width:100%;
	}
	.prov3 .list_box .list:nth-child(3n){
		margin-right:0;
	}
}








/* prov_two */
.prov_two{
	background: #f3f3f3;
    padding: 80px 0;
}
.prov_two .prov_list .t2{
	margin-top:5%;
	line-height:30px;
}
.prov_two .prov_list .t3{
	margin-top:5%;
}










/* Evaluation */
.Evaluation{
	background:#f4f4f4;
	padding:50px 0 70px 0;
}
.Evaluation .list_box .list{
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 40px;
}
.Evaluation .list_box .list:hover{
	-webkit-box-shadow: 2px 2px 10px 2px #ddd;
	-moz-box-shadow:  2px 2px 10px 2px #ddd;
	box-shadow: 2px 2px 10px 2px #ddd;
}
.Evaluation .list_box .list a{
	display: block;
}
.Evaluation .list_box .list:nth-child(3n){
	margin-right:0;
}
.Evaluation .list_box .list .img_box{
	width:100%;
	padding-top:65%;
	display: block;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.Evaluation .list_box .list .img_box img{
	max-width:100%;
}
.Evaluation .list_box .list .text_box{
	background:#fff;
	padding:15px 0;
}
.Evaluation .list_box .list .text_box h3{
	padding:0 6%;
	color: #444;
    font-size: 18px;
	line-height: 25px;
	margin-bottom:10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: -webkit-box;
}
.Evaluation .list_box .list .text_box .text{
	padding:0 6%;
    color: #888;
    font-size: 15px;
	line-height: 25px;
	height:50px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}





/*当页面大于1300px时，大屏幕主要是PC端*/
@media (max-width:1300px) {}

/*在992和1199像素之间的屏幕里，中等屏幕，分辨率低的PC*/
@media (max-width:990px) {
	
}

/*md*/
/*在768和991像素之间的屏幕里，小屏幕，主要是PAD*/
@media (max-width:768px) {
	.Evaluation .list_box .list{
		width:49%;
	}
	.Evaluation .list_box .list:nth-child(3n){
		margin-right:2%;
	}
	.Evaluation .list_box .list:nth-child(2n){
		margin-right:0;
	}
}


/*sm*/
/*在480和767像素之间的屏幕里，超小屏幕，主要是手机*/
@media (max-width:480px) {
	.Evaluation .list_box .list{
		width:100%;
	}
	.Evaluation .list_box .list:nth-child(3n){
		margin-right:0;
	}
}

/*xs*/
/*在小于370像素的屏幕，微小屏幕，更低分辨率的手机*/
@media (max-width:370px) {
	
}

















/*.pages*/
.pages{
    text-align:center;
}

.pages a{
    float:left;
    color:#666;
    font-size:15px;
    line-height:34px;
	padding:0 13px;
    display: inline-block;
    border:1px solid #ddd;
	border-radius:5px;
    background: #fff;
    margin:0 5px;
    font-family: "微软雅黑";
}
.pages span{
	float:left;
	color:#666;
	font-size:16px;
	line-height:34px;
	padding:0 13px;
	display: inline-block;
	border-radius:5px;
	margin:0 5px;
    font-family: "微软雅黑";
}

.pages a:hover,
.pages a.on{
    color:#fff;
    border:1px solid #535353;
    background: #535353;
}


.pages .pages_form{
	float:left;
	display: inline-block;
    font-family: "微软雅黑";
}

.pages .pages_form .t1{
	float:left;
	color:#666;
	font-size:16px;
	line-height:36px;
	padding:0 13px;
	width:50px;
	display: inline-block;
    border:1px solid #ddd;
	border-radius:5px;
	margin:0 5px;
}
.pages .pages_form .submit{
	float:left;
	color:#666;
	font-size:15px;
	line-height:34px;
	padding:0 13px;
	display: inline-block;
	border:1px solid #ddd;
	border-radius:5px;
	background: #fff;
	margin:0 5px;
	font-family: "微软雅黑";
}
.pages div{
    display: inline-block;
    *zoom: 1;
}
.pages div:before,.page div:after{
    content:'';
    display: block;
    height:0;
    clear: both;
}




/*当页面大于1300px时，大屏幕主要是PC端*/
@media (max-width:1300px) {}

/*在992和1199像素之间的屏幕里，中等屏幕，分辨率低的PC*/
@media (max-width:990px) {
	
}

/*md*/
/*在768和991像素之间的屏幕里，小屏幕，主要是PAD*/
@media (max-width:768px) {
	.pages span,
	.pages .pages_form{
		display: none;
	}
	
}


/*sm*/
/*在480和767像素之间的屏幕里，超小屏幕，主要是手机*/
@media (max-width:480px) {
	.pages a{
		margin:0 2px;
		padding:0 10px;
		font-size:14px;
		line-height:30px;
	}
}

/*xs*/
/*在小于370像素的屏幕，微小屏幕，更低分辨率的手机*/
@media (max-width:370px) {}











/* .Raiders */
.Raiders{
	padding:0px 0 70px 0;
	background:#f4f4f4;
}
.Raiders .list_box .list{
	padding:40px 0;
	border-bottom:1px solid #ddd;
	position: relative;
	-webkit-transition: all .6s ease-in;
	-moz-transition: all .6s ease-in;
	-ms-transition: all .6s ease-in;
	-o-transition: all .6s ease-in;
	transition: all .6s ease-in;
}
.Raiders .list_box .list .mask{
	position: absolute;
    left: 0;
    top: 40px;
    z-index: 11;
    width:30%;
    padding-top:20%;
    opacity: 0;
    background: rgba(0,0,0,.3) url(../images/pro_btn1.png) no-repeat center center;
	-webkit-transition: all .6s ease-in;
	-moz-transition: all .6s ease-in;
	-ms-transition: all .6s ease-in;
	-o-transition: all .6s ease-in;
	transition: all .6s ease-in;
}
.Raiders .list_box .list:hover .mask{
	opacity: 1;
}
.Raiders .list_box .list .img_box{
	float:left;
	width:30%;
	padding-top:20%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.Raiders .list_box .list .img_box img{
	max-width:100%;
}
.Raiders .list_box .list .text_box{
	float:right;
	width:70%;
	padding-top:20%;
	position: relative;
	-webkit-transition: all .6s ease-in;
	-moz-transition: all .6s ease-in;
	-ms-transition: all .6s ease-in;
	-o-transition: all .6s ease-in;
	transition: all .6s ease-in;
}
.Raiders .list_box .list:hover .text_box{
	background:#fff;
}
.Raiders .list_box .list .text_box:after{
	content:"";
	position: absolute;
	right:20%;
	top:10%;
	width:1px;
	height:80%;
	background:#dcdcdc;
}
.Raiders .list_box .list .text_box h3{
	position: absolute;
	left:5%;
	top:18%;
	z-index: 11;
	max-width:70%;
	margin:0 auto;
	white-space: nowrap;
	overflow: hidden; 
	text-overflow:ellipsis;
	color: #444;
    font-size: 18px;
    line-height: 30px;
}

.Raiders .list_box .list .text_box .text{
	position: absolute;
	left:5%;
	top:40%;
	z-index: 11;
	max-width:70%;
	margin:0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	color: #888;
	font-size: 15px;
	line-height: 30px;
}
.Raiders .list_box .list .text_box .day{
	position: absolute;
	right:4%;
	top:18%;
	z-index: 11;
	max-width:20%;
	margin:0 auto;
}
.Raiders .list_box .list .text_box .day i{
	display: block;
	color: #444;
	font-size: 30px;
	line-height: 30px;
}
.Raiders .list_box .list .text_box .day span{
	display: block;
	color: #888;
	font-size: 15px;
	line-height: 30px;
}

.Raiders .pages{
	margin-top:40px;
}


/*当页面大于1300px时，大屏幕主要是PC端*/
@media (max-width:1300px) {}

/*在992和1199像素之间的屏幕里，中等屏幕，分辨率低的PC*/
@media (max-width:990px) {
	.Raiders .list_box .list .text_box .text{
		top:42%;
		-webkit-line-clamp: 2;
		line-height:26px;
	}
	.Raiders .list_box .list .text_box:after{
		right:21%;
	}
}

/*md*/
/*在768和991像素之间的屏幕里，小屏幕，主要是PAD*/
@media (max-width:768px) {
	.Raiders .list_box .list .img_box{
		float:none;
		width:100%;
		padding-top:64%;
	}
	.Raiders .list_box .list .mask{
		width:100%;
		padding-top:64%;
	}
	.Raiders .list_box .list .text_box{
		float:none;
		width:100%;
		padding-top:36%;
		background:#fff;
	}
	.Raiders .list_box .list .text_box h3{
		max-width:68%;
		font-size:16px;
	}
	.Raiders .list_box .list .text_box .text{
		max-width:68%;
	}
	.Raiders .list_box .list .text_box .day i{
		font-size:22px;
	}
	
	
}


/*sm*/
/*在480和767像素之间的屏幕里，超小屏幕，主要是手机*/
@media (max-width:480px) {
	.Raiders .list_box .list .text_box{
		float:none;
		width:100%;
		padding-top:42%;
	}
	.Raiders .list_box .list .text_box:after{
		right:23%;
	}
	.Raiders .list_box .list .text_box .day i{
		font-size:22px;
	}
	
}

/*xs*/
/*在小于370像素的屏幕，微小屏幕，更低分辨率的手机*/
@media (max-width:370px) {
	.Raiders .list_box .list .text_box .day i{
		font-size:18px;
	}
}










/* case */
.case{
    background: #f4f4f4;
    padding: 50px 0 70px 0;
}
.case .list_box .list {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 40px;
}
.case .list_box .list a{
	display: block;
}
.case .list_box .list:hover{
	-webkit-box-shadow: 2px 2px 10px 2px #ddd;
	-moz-box-shadow:  2px 2px 10px 2px #ddd;
	box-shadow: 2px 2px 10px 2px #ddd;
}
.case .list_box .list:nth-child(3n){
	margin-right:0;
}
.case .list_box .list .img_box{
	width:100%;
	padding-top:68%;
	overflow: hidden;
	display: block;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.case .list_box .list .img_box img{
	max-width:100%;
}
.case .list_box .list h3{
	background:#fff;
	padding:10px 6%;
	color: #444;
    font-size: 16px;
	line-height: 38px;
}








/*当页面大于1300px时，大屏幕主要是PC端*/
@media (max-width:1300px) {}

/*在992和1199像素之间的屏幕里，中等屏幕，分辨率低的PC*/
@media (max-width:990px) {
	
}

/*md*/
/*在768和991像素之间的屏幕里，小屏幕，主要是PAD*/
@media (max-width:768px) {
	.case .list_box .list{
		width:49%;
	}
	.case .list_box .list:nth-child(3n){
		margin-right:2%;
	}
	.case .list_box .list:nth-child(2n){
		margin-right:0;
	}
	.case .list_box .list h3{
		font-size:15px;
	}
}


/*sm*/
/*在480和767像素之间的屏幕里，超小屏幕，主要是手机*/
@media (max-width:480px) {
	.case .list_box .list{
		width:100%;
	}
	.case .list_box .list:nth-child(3n){
		margin-right:0;
	}
}

/*xs*/
/*在小于370像素的屏幕，微小屏幕，更低分辨率的手机*/
@media (max-width:370px) {}







/* Partner */
.Partner{
    background: #f4f4f4;
    padding: 50px 0 70px 0;
}
.Partner .list_box .list {
    float: left;
    width: 18%;
    margin-right: 2%;
    margin-bottom: 40px;
}
.Partner .list_box .list a{
	display: block;
}

.Partner .list_box .list:nth-child(5n){
	margin-right:0;
}
.Partner .list_box .list .img_box{
	width:100%;
	padding-top:44%;
	overflow: hidden;
	display: block;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.Partner .list_box .list:hover .img_box{
	-webkit-box-shadow: 2px 2px 10px 2px #ddd;
	-moz-box-shadow:  2px 2px 10px 2px #ddd;
	box-shadow: 2px 2px 10px 2px #ddd;
}
.Partner .list_box .list .img_box img{
	max-width:100%;
}
.Partner .list_box .list p{
	padding:0 6%;
	color: #444;
    font-size: 15px;
	line-height: 38px;
	text-align:center;
}






/*当页面大于1300px时，大屏幕主要是PC端*/
@media (max-width:1300px) {}

/*在992和1199像素之间的屏幕里，中等屏幕，分辨率低的PC*/
@media (max-width:990px) {
	.Partner .list_box .list {
		width:32%;
	}
	.Partner .list_box .list:nth-child(5n){
		margin-right:2%;
	}
	.Partner .list_box .list:nth-child(3n){
		margin-right:0;
	}
}

/*md*/
/*在768和991像素之间的屏幕里，小屏幕，主要是PAD*/
@media (max-width:768px) {
	
}


/*sm*/
/*在480和767像素之间的屏幕里，超小屏幕，主要是手机*/
@media (max-width:480px) {
	.Partner .list_box .list{
		margin-bottom:20px;
	}
}

/*xs*/
/*在小于370像素的屏幕，微小屏幕，更低分辨率的手机*/
@media (max-width:370px) {
	.Partner .list_box .list p{
		font-size:14px;
	}
}








/* case_view */
.case_view{
	padding:70px 0;
	background:#f3f3f3;
}
.case_view .main{
	padding:80px 0;
	background:#fff;
}
.case_view_swiper{
	background:#fff;
	max-width:1006px;
	padding:0 11%;
	margin:0 auto;
	position: relative;
}
.case_view_swiper .c_prev,
.case_view_swiper .c_next{
	position: absolute;
	top:calc(50% - 25px);
	width:50px;
	height:50px;
	border:2px solid #333;
	z-index: 11;
	cursor: pointer;
}
.case_view_swiper .c_prev{
	left:3%;
	background:#fff url(../images/l_bg5.png) no-repeat center center;
}
.case_view_swiper .c_next{
	right:3%;
	background:#fff url(../images/r_bg5.png) no-repeat center center;
}


.case_view_swiper .c_prev:hover{
	background:#333 url(../images/l_bg5s.png) no-repeat center center;
}
.case_view_swiper .c_next:hover{
	background:#333 url(../images/r_bg5s.png) no-repeat center center;
}






.case_view_swiper .swiper-container .swiper-slide .img_box{
	width:100%;
	padding-top:62%;
	display: block;
}
.case_view_swiper .swiper-container .swiper-slide .img_box img{
	max-width:100%;
}



/*当页面大于1300px时，大屏幕主要是PC端*/
@media (max-width:1300px) {}

/*在992和1199像素之间的屏幕里，中等屏幕，分辨率低的PC*/
@media (max-width:990px) {
	
}

/*md*/
/*在768和991像素之间的屏幕里，小屏幕，主要是PAD*/
@media (max-width:768px) {
	.case_view .main{
		padding:0 0;
	}
	.case_view_swiper{
		padding:0;
	}
	.case_view_swiper .c_prev,
	.case_view_swiper .c_next{
		top:calc(50% - 10px);
		width:40px;
		height:40px;
		opacity: .6;
	}
	.case_view_swiper .c_prev{
		left:0;
	}
	.case_view_swiper .c_next{
		right:0;
	}
}


/*sm*/
/*在480和767像素之间的屏幕里，超小屏幕，主要是手机*/
@media (max-width:480px) {}

/*xs*/
/*在小于370像素的屏幕，微小屏幕，更低分辨率的手机*/
@media (max-width:370px) {}









.J_video{
	padding:40px 0 80px 0;
	background:#f4f4f4;
}
.J_video .list_box .list{
	float:left;
	width:31.5%;
	margin-right:2.5%;
	margin-bottom:40px;
	position: relative;
}
.J_video .list_box .list:nth-child(3n){
	margin-right:0;
}
.J_video .list_box .list .mask{
	position: absolute;
	left:0;
	top:0;
	z-index: 11;
	width:100%;
	padding-top:65%;
	background:rgba(0,0,0,.3) url(../images/m_bg.png) no-repeat center center;
	display: none;
	-webkit-transition: all .6s ease-in;
	-moz-transition: all .6s ease-in;
	-ms-transition: all .6s ease-in;
	-o-transition: all .6s ease-in;
	transition: all .6s ease-in;
}
.J_video .list_box .list:hover .mask{
	display: block;
}
.J_video .list_box .list .img_box{
	width:100%;
	padding-top:65%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.J_video .list_box .list .img_box img{
	max-width:100%;
}
.J_video .list_box .list .text_box{
	background:#fff;
	padding:25px 7%;
}
.J_video .list_box .list .text_box h3{
	color:#444;
	font-size:18px;
	line-height:30px;
	white-space: nowrap; 
	overflow: hidden;
	text-overflow:ellipsis;

}
.J_video .list_box .list .text_box .text{
	color:#888;
	font-size:15px;
	line-height:30px;
	white-space: nowrap; 
	overflow: hidden;
	text-overflow:ellipsis;
}
.J_video .list_box .list .text_box .text p{
	white-space: nowrap; 
	overflow: hidden;
	text-overflow:ellipsis;
}
.J_video .pages{
	margin-top:20px;
}

/*当页面大于1300px时，大屏幕主要是PC端*/
@media (max-width:1300px) {}

/*在992和1199像素之间的屏幕里，中等屏幕，分辨率低的PC*/
@media (max-width:990px) {
	
}

/*md*/
/*在768和991像素之间的屏幕里，小屏幕，主要是PAD*/
@media (max-width:768px) {
	.J_video .list_box .list{
		width:49%;
		margin-right:2%;
	}
	.J_video .list_box .list:nth-child(3n){
		margin-right:2%;
	}
	.J_video .list_box .list:nth-child(2n){
		margin-right:0;
	}
}


/*sm*/
/*在480和767像素之间的屏幕里，超小屏幕，主要是手机*/
@media (max-width:480px) {
	.J_video .list_box .list{
		width:100%;
		float:none;
	}
}

/*xs*/
/*在小于370像素的屏幕，微小屏幕，更低分辨率的手机*/
@media (max-width:370px) {
	
}







.public_box{
	background:#fff;
	padding:60px 0 40px 0;
}
.public_box .pub_nav{
	text-align:center;
	margin-top:30px;
}
.public_box .pub_nav ul{
	display: inline-block;
}
.public_box .pub_nav ul li{
	float:left;
	color:#888;
	font-size:16px;
	line-height:30px;
	padding:0 10px;
	display: block;
	text-align:center;
	font-family:"微软雅黑";
	position: relative;
}
.public_box .pub_nav ul li:after{
	content:"";
	position: absolute;
	right:-2px;
	top:15px;
	z-index: 11;
	width:4px;
	height:1px;
	background:#888;
}
.public_box .pub_nav ul li:last-child:after{
	position: static;
}
.public_box .pub_nav ul li.on{
	color:#444;
}
.public_box .pub_nav ul li a{
	display: block;
	padding: 0 5px;
}


/*当页面大于1300px时，大屏幕主要是PC端*/
@media (max-width:1300px) {}

/*在992和1199像素之间的屏幕里，中等屏幕，分辨率低的PC*/
@media (max-width:990px) {
	
}

/*md*/
/*在768和991像素之间的屏幕里，小屏幕，主要是PAD*/
@media (max-width:768px) {
	
}


/*sm*/
/*在480和767像素之间的屏幕里，超小屏幕，主要是手机*/
@media (max-width:480px) {
	.public_box .pub_nav ul li{
		padding:0 12px;
	}
}

/*xs*/
/*在小于370像素的屏幕，微小屏幕，更低分辨率的手机*/
@media (max-width:370px) {
	.public_box .pub_nav ul li{
		padding:0 8px;
	}
}



.about{
	background:#fff;
	padding:20px 0 40px 0;
}
.about .text_box{
	float:left;
	width:47%;
}
.about .htit5{
	margin-bottom:20px;
}
.about .text_box .text{
	color:#666;
	font-size:15px;
	line-height:28px;
	font-family:"微软雅黑";
}

.ab_swiper{
	float:right;
	width:50%;
	position: relative;
	display: block;
}
.ab_swiper .ab_sprev,
.ab_swiper .ab_snext{
	position: absolute;
	bottom:0;
	z-index: 11;
	width:50px;
	height:54px;
	cursor: pointer;
}
.ab_swiper .ab_sprev{
	left:0px;
	background:#e7e7e7 url(../images/l_bg4.png) no-repeat center center;
}
.ab_swiper .ab_snext{
	left:50px;
	background:#e7e7e7 url(../images/r_bg4.png) no-repeat center center;
}


.ab_swiper .ab_sprev:hover{
	background:#333 url(../images/l_bg4s.png) no-repeat center center;
}
.ab_swiper .ab_snext:hover{
	background:#333 url(../images/r_bg4s.png) no-repeat center center;
}

.ab_swiper .swiper-container .swiper-slide{
	cursor: pointer;
}
.ab_swiper .swiper-container .swiper-slide .img_box{
	width:100%;
	padding-top:68%;
	display: block;
}
.ab_swiper .swiper-container .swiper-slide .img_box img{
	max-width:100%;
}









/*当页面大于1300px时，大屏幕主要是PC端*/
@media (max-width:1300px){
	
}
@media (max-width:1200px) {
	.about .text_box .text p{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
}

/*在992和1199像素之间的屏幕里，中等屏幕，分辨率低的PC*/
@media (max-width:990px) {
	.about .text_box{
		width:100%;
		float:none;
		margin-bottom:40px;
	}
	.about .text_box .text p{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 20;
		-webkit-box-orient: vertical;
	}
	.ab_swiper{
		width:100%;
		float:none;
	}
}

/*md*/
/*在768和991像素之间的屏幕里，小屏幕，主要是PAD*/
@media (max-width:768px) {
	
}


/*sm*/
/*在480和767像素之间的屏幕里，超小屏幕，主要是手机*/
@media (max-width:480px) {}

/*xs*/
/*在小于370像素的屏幕，微小屏幕，更低分辨率的手机*/
@media (max-width:370px) {}












.about2{
	padding:0 0 40px 0;
	background:#fff;
}
.about2 .img_box{
	float:left;
	width:50%;
	padding-top:34%;
	overflow: hidden;
}
.about2 .img_box img{
	max-width:100%;
}
.about2 .list_box{
	float:right;
	width:46%;
	padding-top:5%;
}
.about2 .list_box .text{
	margin-bottom:20px;
	padding-left:80px;
	position: relative;
}
.about2 .list_box .text:after{
	content:"";
	position: absolute;
	left:60px;
	top:10%;
	z-index: 11;
	width:1px;
	height:80%;
	background:#dcdcdc;
}
.about2 .list_box .text:nth-child(1){
	background:url(../images/ab_btn1.png) no-repeat left center;
}
.about2 .list_box .text:nth-child(2){
	background:url(../images/ab_btn2.png) no-repeat left center;
}
.about2 .list_box .text:nth-child(3){
	background:url(../images/ab_btn3.png) no-repeat left center;
}
.about2 .list_box .text:nth-child(4){
	background:url(../images/ab_btn4.png) no-repeat left center;
}
.about2 .list_box .text h4{
	color:#444;
	font-size:16px;
	line-height:30px;
	font-weight:bold;
}
.about2 .list_box .text p{
	color:#666;
	font-size:15px;
	line-height:30px;
}




/*当页面大于1300px时，大屏幕主要是PC端*/
@media (max-width:1300px) {}
@media (max-width:1200px){
	.about2 .list_box{
		padding-top:3%;
	}
}
/*在992和1199像素之间的屏幕里，中等屏幕，分辨率低的PC*/
@media (max-width:990px) {
	.about2 .img_box{
		float:none;
		width:100%;
		padding-top:68%;
	}
	.about2 .list_box{
		float:none;
		width:100%;
		padding: 0 0 20px 0;
	}
}

/*md*/
/*在768和991像素之间的屏幕里，小屏幕，主要是PAD*/
@media (max-width:768px) {
	
}


/*sm*/
/*在480和767像素之间的屏幕里，超小屏幕，主要是手机*/
@media (max-width:480px) {}

/*xs*/
/*在小于370像素的屏幕，微小屏幕，更低分辨率的手机*/
@media (max-width:370px) {}









/* about3 */
.about3{
	background:url(../images/ab_bg.jpg) no-repeat center center;
	background-size:cover;
	padding:80px 0 380px 0;
	position: relative;
}
.about3 .ab_htit:after{
	content:"";
	position: absolute;
	left:0;
	right:0;
	top:250px;
	z-index:0;
	width:100%;
	height:1px;
	display: block;
	background:#bfbfbf;
}
.about3 .ab_htit{
	margin-bottom:20px;
}
.about3_swiper{
	position: relative;
	padding-bottom:70px;
}
.about3_swiper .swiper-container .swiper-slide .list h4{
	text-align:center;
	color:#444;
	font-size:32px;
	line-height:60px;
	padding-bottom:20px;
	position: relative;
}
.about3_swiper .swiper-container .swiper-slide .list .text{
	color:#444;
	font-size:15px;
	line-height:30px;
	min-height:120px;
	text-align:center;
	display: block;
	margin:20px 0 0 0;
}
.about3_swiper .swiper-container .swiper-slide .list h4:after{
	content:"";
	position: absolute;
	left:calc(50% - 5px);
	bottom:0;
	z-index: 20;
	width:10px;
	height:10px;
	background:#fff;
	border-radius:100%;
	border:4px solid #a1a1a1;
}
.about3_swiper .swiper-container .swiper-slide:hover .list h4:after{
	border:4px solid #545454;
}


.about3_swiper .sprev,
.about3_swiper .snext{
	position: absolute;
	bottom:0;
	z-index: 11;
	width:46px;
	height:46px;
	border-radius:100%;
	border:1px solid #919191;
	cursor: pointer;
}
.about3_swiper .sprev{
	left:45%;
	background: url(../images/l_bg.png) no-repeat center center;
}
.about3_swiper .snext{
	right:45%;
	background: url(../images/r_bg.png) no-repeat center center;
}
.about3_swiper .sprev:hover{
	border:1px solid #c0a062;
	background:#c0a062 url(../images/l_bg2.png) no-repeat center center;
}
.about3_swiper .snext:hover{
	border:1px solid #c0a062;
	background:#c0a062 url(../images/r_bg2.png) no-repeat center center;
}
.about3_swiper:after,
.about3_swiper:before{
	content:"";
	position: absolute;
	bottom:23px;
	z-index: 11;
	width:44%;
	height:1px;
	display: block;
	background:#bfbfbf;
}
.about3_swiper:after{
	left:0;
}
.about3_swiper:before{
	right:0;
}







/*当页面大于1300px时，大屏幕主要是PC端*/
@media (max-width:1300px) {}

/*在992和1199像素之间的屏幕里，中等屏幕，分辨率低的PC*/
@media (max-width:990px) {
	.about3_swiper .sprev{
		left:42%;
	}
	.about3_swiper .snext{
		right: 42%;
	}
	.about3_swiper:after,
	.about3_swiper:before{
		width:40%;
	}
}

/*md*/
/*在768和991像素之间的屏幕里，小屏幕，主要是PAD*/
@media (max-width:768px) {
	.about3{
		padding:80px 0;
	}
	.about3_swiper .sprev{
		left:38%;
	}
	.about3_swiper .snext{
		right: 38%;
	}
	.about3_swiper .swiper-container .swiper-slide .list h4{
		font-size:24px;
	}
	.about3_swiper:after,
	.about3_swiper:before{
		width:35%;
	}
}


/*sm*/
/*在480和767像素之间的屏幕里，超小屏幕，主要是手机*/
@media (max-width:480px) {
	.about3_swiper:after,
	.about3_swiper:before{
		width:33%;
	}
	.about3_swiper .sprev{
		left:37%;
	}
	.about3_swiper .snext{
		right: 37%;
	}
}

/*xs*/
/*在小于370像素的屏幕，微小屏幕，更低分辨率的手机*/
@media (max-width:370px) {
	.about3_swiper:after,
	.about3_swiper:before{
		width:30%;
	}
	.about3_swiper .sprev{
		left:34%;
	}
	.about3_swiper .snext{
		right: 34%;
	}
}




/* about4 */
.about4{
	background:#fff;
	padding:40px 0;
}
.about4 .main{
	position: relative;
	min-height:100px;
}
.about4 .list_box{
	position: absolute;
	bottom:0;
	left:0;
	z-index: 11;
	background:#fff;
	width:94%;
	padding:40px 3%;
	display: block;
}
.about4 .list_box .list{
	float:left;
	width:49%;
	margin-right:2%;
	position: relative;
}
.about4 .list_box .list:nth-child(2n){
	margin-right:0;
}
.about4 .list_box .list .mask{
	position: absolute;
	left:0;
	top:0;
	z-index: 12;
	width:100%;
	padding-top:60%;
	-webkit-transition: all .6s ease-in;
	-moz-transition: all .6s ease-in;
	-ms-transition: all .6s ease-in;
	-o-transition: all .6s ease-in;
	transition: all .6s ease-in;
}
.about4 .list_box .list .mask p{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
	color:#fff;
	font-size:22px;
	line-height:42px;
	padding:10px 0 10px 70px;
	background:url(../images/m_bg.png) no-repeat center left;
}
.about4 .list_box .list .img_box{
	width:100%;
	padding-top:60%;
	display: block;
	overflow: hidden;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.about4 .list_box .list .img_box img{
	max-width:100%;
}





/*当页面大于1300px时，大屏幕主要是PC端*/
@media (max-width:1300px) {}

/*在992和1199像素之间的屏幕里，中等屏幕，分辨率低的PC*/
@media (max-width:990px) {
	.about4 .list_box .list .mask p{
		font-size:17px;
	}
}

/*md*/
/*在768和991像素之间的屏幕里，小屏幕，主要是PAD*/
@media (max-width:768px) {
	.about4 .list_box{
		position: static;
		padding:0;
		width:100%;
	}
	.about4 .list_box .list{
		float:none;
		width:100%;
		margin-bottom:40px;
	}
}


/*sm*/
/*在480和767像素之间的屏幕里，超小屏幕，主要是手机*/
@media (max-width:480px) {}

/*xs*/
/*在小于370像素的屏幕，微小屏幕，更低分辨率的手机*/
@media (max-width:370px) {
	
	.about4 .list_box .list .mask p{
		font-size:15px;
	}
}




/* net */
.net{
	padding:60px 0 80px 0;
	background:url(../images/net_bg.jpg) no-repeat center center;
}
.net .left{
	float:left;
	width:30%;
}
.net .left .net_htit{
	background:#6f6f6f;
	border-radius:6px;
	padding:30px 20px;
}
.net_htit h2{
	float:left;
	min-width:120px;
	color:#fff;
	font-size:26px;
	line-height:30px;
	text-indent:40px;
	background:url(../images/h_bg2.png) no-repeat left center;
}
.net_htit .form_box{
	float:right;
	max-width:60%;
}
.net_htit .form_box .t1{
	float:right;
	color:#fff;
	width:130px;
	background:#6f6f6f;
	outline:none;
	border-left:none;
	border-right:none;
	height:30px;
	line-height:30px;
}
.net_htit .form_box option{
	color:#fff;
	font-size:15px;
	line-height:30px;
	height:30px;
	background:#6f6f6f;
}

.net .net_list_box{
	background:#fff;
	height:540px;
	padding:20px 0;
	border-radius:6px;
}
.net .list{
	max-width:360px;
	margin:0 auto;
	height:540px;
	overflow-y: auto;
}
.net .list::-webkit-scrollbar {/*滚动条整体样式*/
	width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
	height: 4px;
}
.net .list::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: rgba(0,0,0,0.2);
}
.net .list::-webkit-scrollbar-track {/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 0;
	background: rgba(0,0,0,0.1);
}







.net .list .text_box{
	display: block;
	margin:0 20px;
	padding:20px 0;
	border-bottom:1px solid #dedede;
}
.net .list .text_box h4{
	color:#444;
	font-size:16px;
	line-height:40px;
	font-weight:bold;
}
.net .list .text_box .text{
	color:#666;
	font-size:15px;
	line-height:25px;
}



.net .map_box{
	float:right;
	width: 845px;
}
.net_box{
	width: 720px;
	height:590px;
	margin:0 auto;
	display: block;
    background: url(../images/map.png) no-repeat center;
	position: relative;
}
.net .gettext{
    max-width:430px;
    height:40px;
    display:block;
    margin:0 auto 30px auto;
    display:none;
}
.net .gettext span{
    height:40px;
    line-height:40px;
    font-size:14px;
    display:inline-block;
    float:left;
    padding:0 5px;
}
.net .gettext input.text{
    width:160px;
    height:40px;
    border:1px solid #eee;
    background:#fff;
    float:left;
    border-radius:5px;
    text-indent:15px;
}

.net_box .entli{
    min-width:60px;
    height:20px;
    display:inline-block;
    background:url(../images/fi2.png) no-repeat top center;
    position:absolute;
    left:0;top:0;
    text-align:center;
    padding-top:25px;
    cursor:pointer;
    display:none;
    color:red;
}
.net_box .net_content{
    min-width:60px;
    line-height:30px;
	padding:10px 0;
    display:inline-block;
    position:absolute;
    text-align:center;
    cursor:pointer;
}
.net_box .net_content:hover p{
	opacity: 0;
	font-size:15px;
}
.net_box .net_content:hover .list_box{
    display:block;
}
.net_box .net_content .list_box{
	
	line-height:30px;
    background:#e51120;
    border-radius:100%;
	color:#fff;
	font-size:15px;
	padding:10px;
    position:absolute;
    bottom:35px;
    right:0;
    display:none;
}
.net_box .net_content .list_box:after{
	content:"";
	position: absolute;
	bottom:-6px;
	right:calc(50% - 5px);
	z-index: 11;
	width:10px;
	height:7px;
	background:url(../images/net_bg2.png) no-repeat center center;
}















/*当页面大于1300px时，大屏幕主要是PC端*/
@media (max-width:1300px) {
	.net .map_box{
		display: none;
	}
	.net .left{
		float:none;
		max-width:390px;
		width:100%;
		margin:0 auto;
	}
}

/*在992和1199像素之间的屏幕里，中等屏幕，分辨率低的PC*/
@media (max-width:990px) {
	
}

/*md*/
/*在768和991像素之间的屏幕里，小屏幕，主要是PAD*/
@media (max-width:768px) {
	
}


/*sm*/
/*在480和767像素之间的屏幕里，超小屏幕，主要是手机*/
@media (max-width:480px) {}

/*xs*/
/*在小于370像素的屏幕，微小屏幕，更低分辨率的手机*/
@media (max-width:370px) {}






/* .news_v */
.news_v{
	padding:70px 0;
}
.news_t1{
	text-align:right;
}
.news_t1 .t1{
	display: inline-block;
	color:#888;
	font-size:15px;
	line-height:25px;
	font-family:"微软雅黑";
}
.news_t1 .t1 a:hover{
	color:#000;
}


.news_v .news_htit{
	text-align:center;
	margin-bottom:30px;
}
.news_v .news_htit h2{
	color:#444;
	font-size:24px;
	line-height:40px;
}
.news_v .news_htit p{
	display: block;
	color:#888;
	font-size:15px;
	line-height:38px;
}
.news_v .text_box{
	color:#666;
	font-size:15px;
	line-height:38px;
}


.news_v .pages2{
	padding-top:50px;
	margin-top:50px;
	border-top:1px solid #ddd;
	position: relative;
}

.news_v .pages2 a{
	display: block;
	padding-left:20px;
	color:#666;
	font-size:15px;
	line-height:50px;
	font-family:"微软雅黑";
}
.news_v .pages2 a.news_btn{
	position: absolute;
	right:0;
	top:0;
	z-index: 11;
}





/*当页面大于1300px时，大屏幕主要是PC端*/
@media (max-width:1300px) {}

/*在992和1199像素之间的屏幕里，中等屏幕，分辨率低的PC*/
@media (max-width:990px) {
	
}

/*md*/
/*在768和991像素之间的屏幕里，小屏幕，主要是PAD*/
@media (max-width:768px) {
	
}


/*sm*/
/*在480和767像素之间的屏幕里，超小屏幕，主要是手机*/
@media (max-width:480px) {}

/*xs*/
/*在小于370像素的屏幕，微小屏幕，更低分辨率的手机*/
@media (max-width:370px) {}








.video_view{
	background:#f4f4f4;
	padding:40px 0 70px 0;
}
.video_view .vid_text{
	max-width:1100px;
	display: block;
	margin:0 auto 40px auto;
	position: relative;
}
.video_view .vid_text .bdsharebuttonbox{
	position: absolute;
	right:0;
	top:0;
	z-index: 11;
}


.bdsharebuttonbox.bdshare-button-style0-16 .bds_weixin{
	width:30px;
	height:30px;
	padding:0;
	background-image: url(../images/icon_wx.png);
	background-size:100%;
	background-position: center center; 
}

.bdsharebuttonbox.bdshare-button-style0-16 .bds_tsina{
	width:30px;
	height:30px;
	padding:0;
	background-image: url(../images/icon_sina.png);
	background-size:100%;
	background-position: center center; 
}


.bdsharebuttonbox.bdshare-button-style0-16 .bds_sqq{
	width:30px;
	height:30px;
	padding:0;
	background-image: url(../images/icon_qq.png);
	background-size:100%;
	background-position: center center; 
}





.video_view .vid_text h3{
	color:#444;
	font-size:20px;
	line-height:30px;
	padding-left:40px;
	background:url(../images/v_bg.png) no-repeat left center;
}
.video_view .vid_text h3 i{
	font-size:15px;
	color:#666;
	padding-left:10px;
}
.video_view .video_box{
	max-width:1100px;
	display: block;
	margin:0 auto 40px auto;
	background:#ddd;
}
.video_view .video_box img{
	width:100%;
}
.video_view .video_box iframe{
	width:100%;
	height:620px;
}



/*当页面大于1300px时，大屏幕主要是PC端*/
@media (max-width:1300px) {
	.video_view .video_box iframe{
		width:100%;
		height:550px;
	}
}

/*在992和1199像素之间的屏幕里，中等屏幕，分辨率低的PC*/
@media (max-width:990px) {
	.video_view .video_box iframe{
		width:100%;
		height:450px;
	}
}

/*md*/
/*在768和991像素之间的屏幕里，小屏幕，主要是PAD*/
@media (max-width:768px) {
	.video_view .video_box iframe{
		width:100%;
		height:340px;
	}
	.video_view .vid_text .bdsharebuttonbox{
		display: none;
	}
}


/*sm*/
/*在480和767像素之间的屏幕里，超小屏幕，主要是手机*/
@media (max-width:480px) {
	.video_view .video_box iframe{
		width:100%;
		height:260px;
	}
	.video_view .vid_text h3{
		font-size: 18px;
	}
}

/*xs*/
/*在小于370像素的屏幕，微小屏幕，更低分辨率的手机*/
@media (max-width:370px) {}
