@charset "utf-8";
.neibanner{
	position: relative;
	width: 100%;
	padding-top: 425px;
	overflow: hidden;
}
.neibanner img{
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 2000px;
	height: 425px;
	left: 50%;
	margin-left: -1000px;
}

@media only screen and (max-width:960px ) {
	.neibanner{
		padding-top: 220px;
	}
	.neibanner img{
		width: auto;
		height: 100%;
		margin-left: 0;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
}
@media only screen and (max-width:768px){
	.neibanner{
		padding-top: 180px;
	}
}
.neiContent{
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
	min-height: 1000px;
	padding-left: 290px;
}
.neiContent .left{
	width: 270px;
	position: absolute;
	left: 0;
	top: 30px;
}
.neiContent .left .box1{
	padding: 16px;
	background: #f0f0f0;
}
.neiContent .left .box1 .form{
	width: 100%;
	height: 40px;
	border: 1px solid #b7b5b5;
	background: #fff;
	padding: 0 10px;
	position: relative;
	padding-right: 22px;
}
.neiContent .left .box1 .form input[type=text]{
	height: 38px;
	border: 0;
	font-size: 12px;
	color: #999999;
	width: 80%;
	padding-right: 10px;
}
.neiContent .left .box1 .form .btn{
	width:12px;
	height: 38px;
	right: 10px;
	position: absolute;
	background: url(../images/i3.png) no-repeat center;
	top: 0;
	border: 0;
}
.neiContent .left .box2 dl{
	background: #fafafa;
	border-bottom: 1px solid #eee;
}
.neiContent .left .box2 dl dt{
	padding: 0 20px;
	line-height: 40px;
	height: 40px;
	color: #fff;
	font-size: 18px;
	background: #04B4EB;
}
.neiContent .left .box2 dl dd{
	padding:0 20px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}
.neiContent .left .box2 dl dd a{
	display: block;
	font-size: 14px;
	color: #636363;
	line-height: 20px;
	padding:20px 0 20px;
	position: relative;
	border-bottom: 1px solid #eee;
}
.neiContent .left .box2 dl dd:last-child a{border: 0;}
.neiContent .left .box2 dl dd a span{
	position: absolute;
	padding: 0 5px;
	text-align: center;
	right: 0;
	top:20px;
	background: #d5d5d5;
	font-size: 12px;
}
.neiContent .left .box2 dl dd.on a{
	color: #FF8B02;
}
.neiContent .left .box2 dl dd.on a span{background: #FF8B02;color: #fff;}
.neiContent .left .box3 h2{
	font-size: 18px;
	color: #363b3f;
	line-height: 2em;
	font-weight: normal;
	padding: 10px 0;
	border-bottom: 2px solid #04B4EB;
}
.neiContent .left .box3 li{
	font-size: 14px;
	color: #333333;
	line-height: 1.8em;
	padding: 10px 0;
}
.neiContent .left .box3 li:first-child{
	border-bottom: 1px solid #eee;
}
.neiContent .left .box3 li span{color: #FF8B02;}
.neiContent .left .box4 h2{
	text-align: center;
	font-size: 18px;
	color: #363b3f;
	font-weight: normal;
	margin: 10px 0;
}
.neiContent .left .box4 em{
	display: inline-block;
	width: 80px;
	height: 1px;
	vertical-align: middle;
	background: #eee;
}
.neiContent .left .box4 h2 span{padding: 0 15px;
}
.neiContent .left .box4 img{
	display: block;
	margin: 0 auto;
}
.neiContent .right{
	width: 100%;
	padding: 20px 0;
}

@media only screen and (max-width:1200px ) {
	.neiContent .left{
		width: 255px;
		left: 15px;
	}
}
@media only screen and (max-width:960px) {
	.neiContent{padding-top: 15px;}
	.neiContent .left .box1 .form{
		height: 35px;
	}
	.neiContent .left .box1 .form input[type=text],.neiContent .left .box1 .form .btn{height: 33px;}
	.neiContent .left .box4,.neiContent .left .box3{
		display: none;
	}
	.neiContent .left{
		position: initial;
		width: 100%;
	}
	.neiContent{
		padding-left: 15px;
	}
	.neiContent .left .box2 dd span{display: none;}
	.neiContent .left .box2 dl dd.on a{
		padding: 5px 0;
		border: 0;
	}
	.neiContent .left .box2 dl dd a{
		padding: 5px 0;
		border: 0;
	}
	.neiContent .left .box2 dl{
		width: 100%;
		white-space: nowrap;
		overflow-x: auto;
		padding: 5px 0;
	}
	.neiContent .left .box2 dl dt{
		display: none;
	}
	.neiContent .left .box2 dl dd{
		display: inline-block;
		padding:0 10px;
		border: 0;
	}
	.neiContent .right{
		padding: 15px 0;
	}
	.neiContent .left .box1{
		padding: 10px;
	}
}
.neiContent .right .index_two{
	padding: 0;
	background: #fff;
}
.neiContent .right .index_two .swiper-slide{
	width: 33.33%;
	margin-bottom: 10px;
}
.neiContent .right .index_two .proBox{padding: 0;}
@media only screen and (max-width:768px){
	.neiContent .right .index_two .swiper-slide{
		width: 50%;
	}
	.index_two .proBox .swiper-slide .word{
		padding: 5px;
	}
	.index_two .proBox .swiper-slide .word{
		font-size: 14px;
	}
}

.page{
	text-align: right;
	font-size: 0;
	margin: 40px 0 0;
}
.page a{
	display: inline-block;
	width: 35px;
	height: 35px;
	font-size: 14px;
	color: #666;
	text-align: center;
	border: 1px solid #eee;
	line-height: 33px;
	margin-left: 10px;
}
.page a.prev,.page a.next{
	width: 75px;
}
.page a.on,.page a:hover{background: #FF8B02;color: #fff;}
@media only screen and (max-width:768px){
	.page{margin: 20px 0 0;text-align: center;}
	.page a{margin-left: 5px;width: 30px;height: 30px;line-height: 30px;}
	.page a.prev,.page a.next{
		width: 65px;
	}
}
.proBox2 .proBox .swiper-slide .word p{
	height: 1.5em;
	overflow : hidden;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
	display: -webkit-box;/*将对象作为弹性伸缩盒子模型显示*/
	-webkit-line-clamp: 1;/*限制显示的文本行数*/
	-webkit-box-orient: vertical;/*设置或检索伸缩盒对象的子元素的排列方式 */
}
.proBox2 .proBox .swiper-slide .word{background: #fff;}
.xqBox .tit{
	padding: 0 3%;
	border-bottom: 1px solid #eee;
	text-align: center;
	padding-bottom: 20px;
}
.xqBox .tit h2{
	font-size: 20px;
	color: #333333;
	line-height: 2em;
	font-weight: normal;
}
.xqBox .tit p{
	font-size: 14px;
	color: #999999;
	line-height: 2em;
}
.xqWord{
	font-size: 14px;
	color: #666666;
	line-height: 2em;
	text-align: justify;
	padding: 20px 0;
}
.xqWord *{
	max-width: 100%;
	height: auto;
}
.xqWord img{
	display: block;
	margin: 0 auto;
}
.xqWord .stable{
	max-width: 700px;
	display: block;
	margin: 0 auto;
}
.xqWord .stable td{
	border: 1px solid #ddd;
	padding: 10px;
}
@media only screen and (max-width: 768px) {
	.xqBox .tit h2{
		font-size: 16px;
		line-height: 1.6em;
	}
	.xqBox .tit{
		padding-bottom: 10px;
	}
}
.newsBox .tit h2{
	font-size: 18px;
	color: #333333;
	font-weight: normal;
	line-height: 1em;
	border-left: 3px solid #ff8b02;
	padding-left: 10px;
}
.newsBox .tit p{
	font-size: 14px;
	color: #999999;
	display: inline-block;
	background: #fff;
	padding-right: 10px;
}
.newsBox .tit{
	background: url(../images/i4.png) no-repeat right 1.5em;
	margin-bottom: 20px;
}
.newsBox li{
	padding:10px;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	margin-bottom: 15px;
}
.newsBox li:first-child{border-top: 0;}
.newsBox .box{
	padding-left: 275px;
	height: 185px;
	position: relative;
}
.newsBox .box .img{
	position: absolute;
	width: 245px;
	height: 185px;
	top: 0;
	left: 0;
	overflow: hidden;
}
.newsBox .box .img img{
	width: 100%;
	height: 100%;
	display: block;
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
}
.newsBox .box .word h2{
	font-size: 18px;
	color: #333333;
	font-weight: normal;
	line-height: 2em;
	height: 2em;
	overflow: hidden;
	white-space:nowrap; 
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	margin-bottom: 15px;
}
.newsBox .box .word p{
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}
.newsBox .box .word .p1{
	line-height: 1.5em;
	height: 4.5em;
	overflow : hidden;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
	display: -webkit-box;/*将对象作为弹性伸缩盒子模型显示*/
	-webkit-line-clamp: 3;/*限制显示的文本行数*/
	-webkit-box-orient: vertical;/*设置或检索伸缩盒对象的子元素的排列方式 */
	margin-bottom: 20px;
}
.newsBox .box .word p span{
	float: right;
	width: 85px;
	height: 30px;
	color: #fff;
	background: #b6b6b6;
	text-align: center;
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
}
.newsBox .box:hover .word p span{
	background: #FF8B02;
}
.newsBox .box:hover .img img{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
}

@media only screen and (max-width:1200px) {
	.newsBox .box{
		padding-left: 225px;
		height: 145px;
		position: relative;
	}
	.newsBox .box .img{
		position: absolute;
		width: 200px;
		height: 145px;
	}
	.newsBox .box .word h2{
		margin-bottom: 5px;
	}
	.newsBox .box .word .p1{
		margin-bottom: 10px;
	}
	.newsBox .box .word p span{
		width: 70px;
	}
}

@media only screen and (max-width:960px ) {
	.newsBox .box .word h2{font-size: 16px;}
	.neiContent{height: auto;min-height: initial;}
	.newsBox .tit{margin-bottom: 10px;}
}

@media only screen and (max-width:768px) {
	.newsBox .box{
		padding-left: 110px;
		height: 76px;
		position: relative;
	}
	.newsBox .box .img{
		position: absolute;
		width: 100px;
		height: 76px;
	}
	.newsBox li{
		padding: 10px 0;
	}
	.newsBox .box .word h2{
		margin-bottom: 0;
	}
	.newsBox .box .word .p1{
		margin-bottom: 0;
		height: 1.5em;
		-webkit-line-clamp: 1;/*限制显示的文本行数*/
	}
	.newsBox .box .word p{
		height: 24px;
		line-height: 24px;
	}
	.newsBox .box .word p span{display: none;}
}


.cjwtlist li{
	border-top: 1px solid #ddd;
	margin-bottom:0 ;
	padding-bottom: 10px;
}
.cjwtlist li:first-child{
	padding-top: 0;
	border: 0;
}
.cjwtlist p{
	position: relative;
	padding-left: 1.5em;
	line-height: 1.5em;
	font-size: 14px;
	color: #666666;
	padding-left: 30px;
	margin-top: 10px;
}
.cjwtlist p:first-child{
	margin-bottom: 10px;
	padding-top: 0;
	font-size: 18px;
}
.cjwtlist  p span{
	width: 20px;
	height: 20px;
	position: absolute;
	text-align: center;
	color: #fff;
	line-height: 20px;
	background: #ff8b02;
	left: 0;
	top: 3px;
}
.cjwtlist  p:first-child span{
	background: #04b4eb;
}
@media only screen and (max-width:960px ) {
	.cjwtlist p:first-child{font-size: 16px;}
}

/*关于我们*/
.neiContent2{
	min-height: 600px;
}
.map{
	width: 100%;
	height: 220px;
	margin-bottom: 6%;
}
.lianxliList{
	background: url(../images/b20.png) no-repeat center 20px;
}
.lianxliList li{
	float: left;
	width: 30%;
	text-align: center;
	padding: 0 2%;
}
.lianxliList li.li2{
	width: 40%;
	padding-top: 40px;
}
.lianxliList li h2{
	color: #333;
	font-size: 18px;
	line-height: 2em;
	font-weight: normal;
}
.lianxliList li p{
	font-size: 14px;
	color: #666666;
	line-height: 1.5em;
}

@media only screen and (max-width:768px) {
	.lianxliList{background: none;}
	.lianxliList li{
		width: 100% !important;
		margin-bottom: 20px;
		padding: 0 10% !important;
	}
	.lianxliList li h2{font-size: 16px;}
	.lianxliList li img{
		width: 50px;
		height: 50px;
		border-radius: 2px;
	}
}

.aboutBox .top .tit{
	float: left;
	padding-top: 6%;
}
.aboutBox .top .tit img{
	vertical-align: middle;
	margin-right: 20px;
}
.aboutBox .top .tit h2{
	display: inline-block;
	vertical-align: middle;
	font-size: 36px;
	color: #333;
	font-weight: normal;
	line-height: 1em;
}
.aboutBox .top .tit p{
	font-size: 14px;
	color: #333333;
	line-height: 2.2em;
}
.aboutBox .top>img{
	width: 38.46%;
	float: right;
}
.aboutBox .line{
	padding: 5px 10px;
	background: #2b98dc;
	font-size: 14px;
	color: #ffff;
	font-weight: normal;
	text-align: center;
}
.aboutBox .word{
	font-size: 14px;
	line-height: 1.8em;
	color: #333;
	padding: 2% 0;
	text-align: justify;
}
.aboutBox .word *{
	max-width: 100%;
	height: auto;
}
@media only screen and (max-width:768px) {
	.aboutBox .top .tit img{
		height: 50px;
		width: auto;
		margin-right: 10px;
	}
	.aboutBox .top .tit{width: 100%;}
	.aboutBox .top .tit h2{font-size: 20px;}
	.aboutBox .top>img{
		float: none;
		display: block;
		margin: 10px auto 0;
	}
}
.zhaopinBox .topnav{
	width: 100%;
	height: 70px;
	border: 1px solid #eee;
	box-shadow:0 2px 5px rgba(0,0,0,0.2);
	padding: 15px 60px;
	position: relative;
}
.zhaopinBox .topnav i{
	background-position:0 0;
	display: inline-block;
	width: 40px;
	height: 40px;
	vertical-align: middle;
}
.zhaopinBox .topnav .swiper-container a.on i{background-position:0 -40px;}
.zhaopinBox .topnav .swiper-container a{
	padding: 0 20px 0 10px;
	height: 40px;
	line-height: 40px;
	display: block;
	font-size: 16px;
	color: #333;
}
.zhaopinBox .topnav .swiper-container a.on{border: 1px solid #eee;color: #479ceb;}
.zhaopinBox .swiper-container{text-align: center;}
.zhaopinBox .swiper-container .swiper-slide{
	display: inline-block;
	float: none;
	padding: 0 10px;
}
.zhaopinBox .swiper-container .swiper-wrapper{min-width: 100% !important;}
.zhaopinBox .topnav>a{
	position: absolute;
	width: 18px;
	height: 32px;
	top: 50%;
	margin-top: -16px;
}
.zhaopinBox .topnav>a.prev{
	background: url(../images/a16.jpg) no-repeat;
	left: 15px;
}
.zhaopinBox .topnav>a.next{
	background: url(../images/a17.jpg) no-repeat;
	right: 15px;
}
.zhaopinList{
	padding-top: 4%;
}
.zhaopinList li{
	width: 49%;
	padding: 10px;
	border: 1px dashed #ddd;
	margin-bottom: 2%;
	cursor: pointer;
}
.zhaopinList li.fl{
	float: left;
}
.zhaopinList li.fr{
	float: right;
}
.zhaopinList li h2{
	font-size: 16px;
	color: #333333;
	line-height: 2em;
	font-weight: normal;
}
.zhaopinList li p{
	color: #666;
	font-weight: normal;
}
.zhaopinList li p span{
	padding: 0 10px;
	display: inline-block;
	font-size: 14px;
	line-height: 1em;
	border-left: 1px solid #ddd;
}
.zhaopinList li p span:first-child{
	border: 0;
}
.color1{color: #FF8B02;}

@media only screen and (max-width:768px ) {
	.zhaopinList li{
		width: 100%;
		margin: 0 0 2%;
	}
}
.mask{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.2);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000,endcolorstr=#99000000);
	z-index: 11;
	display: none;
}
.fixBox{
	width: 750px;
	height: 550px;
	position: fixed;
	background: #fff;
	border-radius: 16px;
	z-index: 12;
	top: 50%;
	left: 50%;
	margin-top: -275px;
	margin-left: -375px;
	padding: 30px;
	display: none;
}
.fixBox .word{
	padding: 10px;
	font-size: 14px;
	color: #4c4c4c;
	line-height: 1.8em;
	max-height: 27em;
	overflow: auto;
}
.fixBox .close{
	font-style: normal;
	font-size: 40px;
	color: #999999;
	position: absolute;
	top: 5px;
	right: 15px;
	cursor: pointer;
}
.fixBox>h2{
	font-size: 18px;
	color: #4c4c4c;
	font-weight: normal;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	text-align: center;
	margin-bottom: 10px;
}
.scbtn{
	position: absolute;
	bottom: 30px;
	width: 8em;
	color: #fff;
	border-radius: 4px;
	background: #FF8B02;
	font-size: 16px;
	text-align: center;
	left: 50%;
	margin-left: -4em;
	height: 35px;
	line-height: 35px;
	border: 0;
}

@media only screen and (max-width:960px) {
	.fixBox{
		width: 90%;
		margin-left: -45%;
		padding: 15px;
	}
	.fixBox>h2{padding-bottom: 10px;}
	.fixBox{
		height: 400px;
		margin-top: -200px;
	}
	.fixBox .word{
		height: 20em;
	}
	.scbtn{
		bottom: 15px;
		width: 6em;
		height: 30px;
		line-height: 30px;
		margin-left: -3em;
	}
	.fixBox .close{font-size: 30px;}
}
.zhaopinList li:hover,.zhaopinList li.on{
	border: 1px dashed #04B4EB;
}
.zhaopinList li:hover h2,.zhaopinList li.on h2{color: #04B4EB;}
