.banner .swiper-pagination-bullet {
	background: white;
	opacity: 1;
}

.banner .swiper-pagination-bullet-active {
	background: #01b4ee;
	border: 2px solid white;
	width: 12px;
	height: 12px;
	vertical-align: middle;
}

.liusou {
	overflow: hidden;
	background: #eeeeee;
	padding: 20px 0;
}

.liusou .fl {
	float: left;
}

.liusou .fl p {
	font-size: 18px;
	color: #999999;
	line-height: 40px;
}

.liusou .fr {
	float: right;
}

.liusou .fr input {
	font-size: 18px;
	display: inline-block;
	line-height: 40px;
	background: #bfbfbf;
	color: #333333;
	padding: 0 20px;
	border: none;
	border-radius: 20px;
	outline: none;
	vertical-align: middle;
	padding-right: 60px;
}

.liusou .fr button {
	display: inline-block;
	vertical-align: middle;
	height: 40px;
	width: 60px;
	background: url(../image/b_sou.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border: none;
	outline: none;
	margin-left: -40px;
	cursor: pointer;
}

.chanpin {
	overflow: hidden;
	padding-top: 3%;
}

.chanpin .chanfl {
	background: #057ae8;
	width: 12%;
	float: left;
	height: 486px;
	max-height: 486px;
	padding: 2%;
	overflow: hidden;
}

.chanpin .chanfl h2 {
	float: right;
	width: 24px;
	line-height: 28px;
	font-size: 24px;
	color: white;
	/*height: 400px;*/
	margin-left: 20px;
	/* margin: 0 auto; */
	writing-mode: vertical-lr;
	/*从左向右 从右向左是 writing-mode: vertical-rl;*/
	writing-mode: tb-rl;
	/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
}

.chanpin .chanfl p {
	float: right;
	width: 20px;
	line-height: 24px;
	font-size: 20px;
	color: white;
	/*height: 400px;*/
	/* margin: 0 auto;*/
	writing-mode: vertical-lr;
	/*从左向右 从右向左是 writing-mode: vertical-rl;*/
	writing-mode: tb-rl;
	/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
}

.chanpin .chanimg {
	width: 60%;
	float: left;
}

.chanpin .chanimg img {
	width: 100%;
	display: block;
	max-height: 486px;
}

.chanfr2 {
	/* margin-top: -4%; */
	/* margin-left: -2%; */
	width: 100%;
	float: none;
	text-align: center;
	background: url(../image/bgchanfr.png) no-repeat;
	background-size: 100% 100%;
	padding-left: 2%;
	/* max-height: 534px; */
	/* height: 534px; */
	overflow: hidden;
	display: none;
}

.chanfr2 h3 {
	color: white;
	font-size: 20px;
	line-height: 70px;
	border-bottom: 1px solid white;
	margin-bottom: 20px;
	padding-top: 0px;
}

.chanfr2 ul li {
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 40px;
}

.chanfr2 ul li a {
	width: 170px;
	display: inline-block;
	background: #636363;
	border-radius: 10px;
	color: white;
}

.chanfr2 ul li a:hover {
	background: #ff0000;
}

.chanfr {
	margin-top: -4%;
	margin-left: -2%;
	width: 30%;
	float: left;
	text-align: center;
	background: url(../image/bgchanfr.png) no-repeat;
	background-size: 100% 100%;
	padding-left: 2%;
	max-height: 534px;
	height: 534px;
	overflow: hidden;
}

.chanfr h3 {
	color: white;
	font-size: 30px;
	line-height: 100px;
	border-bottom: 1px solid white;
	margin-bottom: 20px;
	padding-top: 20px;
}

.chanfr ul li {
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 40px;
}

.chanfr ul li a {
	width: 170px;
	display: inline-block;
	background: #636363;
	border-radius: 10px;
	color: white;
}

.chanfr ul li a:hover {
	background: #ff0000;
}

.listchan {
	overflow: hidden;
	margin: 20px 0;
}

.listchan ul {
	margin-right: -3%;
}

.listchan ul li {
	width: 22%;
	margin-right: 3%;
	float: left;
	cursor: pointer;
}

.listchan ul li img {
	width: 100%;
	display: block;
}

.tillp {
	overflow: hidden;
	text-align: center;
	margin: 20px 0;
}

.tillp h2 {
	font-size: 30px;
	position: relative;
	font-weight: bold;
}

.write h2 {
	color: white;
}

.blues h2 {
	color: #1047a1;
}

.tillp h2:before {
	content: "";
	display: block;
	width: 10%;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 25%;
	background: #eaeaea;
}

.tillp h2:after {
	content: "";
	display: block;
	width: 10%;
	height: 2px;
	position: absolute;
	top: 50%;
	right: 25%;
	background: #eaeaea;
}

.tillp .ying {
	text-transform: uppercase;
	color: #888888;
}

.tillp p {
	font-size: 18px;
	line-height: 34px;
}

.write p {
	color: white;
}

.write .ying {
	text-transform: uppercase;
	color: white;
}

.hid .swiper-button-prev.swiper-button-white {
	background-image: url(../image/fpver.png);
	width: 40px;
	height: 40px;
	background-size: 100% 100%;
}

.hid .swiper-button-next.swiper-button-white {
	background-image: url(../image/fnext.png);
	width: 40px;
	height: 40px;
	background-size: 100% 100%;
}

.fangan {
	background: url(../image/fanganbg.jpg) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}

.hid {
	position: relative;
}

.fangan .fbanner {
	padding-bottom: 50px;
}

.fangan .swiper-slide {
	position: relative;
	padding-top: 100px;
}

.fangan .fbanner img {
	position: absolute;
	top: 0%;
	width: 100%;
	max-width: 250px;
	left: 50%;
	transform: translate(-50%, 0%);
}

.fangan .fbanner .box {
	background: url(../image/swiperbg.png) no-repeat;
	background-size: 100% 100%;
	height: 100%;
	padding-top: 180px;
	padding-bottom: 100px;
	max-height: 273px;
	text-align: center;
}

.fangan .fbanner .box h3 {
	font-size: 22px;
	color: #000000
}

.fangan .fbanner .box p {
	font-size: 14px;
	color: #e60012
}

.gong .bgs {
	background: url(../image/gongbg.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 3% 0 8% 0;
}

.gong .wanlist {
	margin-top: -5%;
}

.gong .wanlist .news-con h3 {
	text-align: center;
}

.gong .newslist {
	margin-right: -2%;
}

.gong .newslist li {
	float: left;
	width: 31.33%;
	padding: 20px;
	margin-bottom: 20px;
	background: whitesmoke;
	margin-right: 2%;
}

.indexnew .quan .fl {
	width: 50%;
}

.indexnew .quan {
	overflow: hidden;
	display: none;
}

.indexnew .quan ul {
	display: block;
}

.indexnew .quan .fl .newslist li {
	/* float: left; */
	width: 100%;
	padding: 10px;
	margin-bottom: 20px;
}

.indexnew .quan .fr {
	float: right;
	width: 48%;
}

.indexnew .quan dl {
	overflow: hidden;
	margin-bottom: 20px;
}

.indexnew .quan dt {
	float: left;
	width: 16%;
}

.indexnew .quan dt span {
	display: block;
	text-align: center;
	font-size: 30px;
	line-height: 60px;
	margin-bottom: 10px;
	background: #057ae8;
	color: white;
}

.indexnew .quan dt p {
	text-align: center;
	font-size: 14px;
}

.indexnew .quan dd {
	float: right;
	width: 80%;
	margin: 0;
}

.indexnew .quan dd h3 {
	font-size: 18px;
	color: #494949;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

.indexnew .quan dd p {
	font-size: 14px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.indexnew .quan dd:hover h3 {
	color: #3356ac;
}

.mosenew {
	display: block;
	width: 140px;
	font-size: 18px;
	border: 1px Solid #E7E7E7;
	text-align: center;
	float: right;
	margin: 20px 0;
	line-height: 40px;
	border-radius: 20px;
}

.mosenew a {
	display: block;
}

.mosenew:hover a {
	color: #007AFF;
}

.yqing {
	overflow: hidden;
	margin: 50px 0 30px 0;
}

.yqing h3 {
	font-size: 18px;
	border-bottom: 1px Solid #dcdcdc;
	position: relative;
	line-height: 40px;
	margin-bottom: 10px;
}

.yqing h3:before {
	content: "";
	width: 80px;
	height: 6px;
	background: #1047a1;
	position: absolute;
	bottom: -3px;
	left: 0;
}

.yqing a {
	display: inline-block;
	font-size: 14px;
	color: #313131;
	margin: 0 10px;
}

.pros {
	padding-top: 30px;
	margin-bottom: 50px;
}

.pros h3 {
	font-size: 30px;
	font-weight: bold;
	margin: 20px 0;
}

.pros h3 a {
	margin-top: 10px;
	font-weight: 100;
	float: right;
	font-size: 20px;
	color: #7f7f7f;
}

.boxpro ul li {
	overflow: hidden;
	/*display: flex;*/
	padding: 20px 0;
}

.boxpro ul li:nth-child(odd) .img {
	float: right;
	width: 50%;
	overflow: hidden;
}

.boxpro ul li:nth-child(even) .img {
	float: left;
	width: 50%;
	/*border-radius: 10px;*/
	/*border-bottom-right-radius:10px ;
	border-top-right-radius: 10px;*/
	overflow: hidden;
}

.boxpro ul li .img img {
	width: 100%;
	display: block;
	-webkit-transition: -webkit-transform .2s cubic-bezier(0.4, 0, 0.2, 1);
	transition: -webkit-transform .2s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform .2s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform .2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.boxpro ul li .img:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.boxpro ul li:nth-child(odd) .wen {
	width: 50%;
	float: left;
	/*	background: url(../image/bgwen.png)no-repeat;*/
	background-size: 100% 100%;
	/*min-height: 434px;*/
	/*min-height:320px;*/
	/*height:516px;*/
	/*border-radius: 10px;*/
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
}

.boxpro ul li:nth-child(even) {
	background: url(../image/bgyou.jpg) no-repeat;
	background-size: 100% 100%;
}

.boxpro ul li:nth-child(even) .wen {
	width: 50%;
	float: right;
	/*background: url(../image/bgwenhui.png)no-repeat;*/
	background-size: 100% 100%;
	/*min-height:320px;*/
	/*height:516px;*/
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	/*border-radius: 10px;*/
	overflow: hidden;
}

.ben {
	width: 100%;
	padding: 2% 4%;
}


/*.boxpro ul li:nth-child(even) .ben {
	padding-left: 5%;
}*/


/*.boxpro ul li:nth-child(2) .wen .ben {
	float: left;
	text-align: left;
	
}

.boxpro ul li:nth-child(1) .wen .ben {
	float: right;
	text-align: right;
	
}*/

.boxpro ul li h3 {
	font-size: 80px;
	font-weight: bold;
	color: #eeeeee;
	text-transform: uppercase;
	margin-top: 0;
}

.boxpro ul li:nth-child(even) h3 {
	color: #ffffff;
}

.boxpro ul li h4 {
	font-size: 80px;
	font-weight: bold;
	color: #111111;
	font-family: "微软雅黑";
	margin-top: -80px;
	padding-left: 20px;
	height: 68px;
	overflow: hidden;
}

.boxpro ul li h4 span {
	font-size: 18px;
	display: inline-block;
	margin-top: -42px;
	vertical-align: middle;
	margin-left: -20px;
	width: 20px;
}

.boxpro ul li h5 {
	font-size: 20px;
	font-weight: bold;
	color: #057ae8;
	margin-top: 0px;
	position: relative;
	line-height: 50px;
	margin-bottom: 0px;
}

.boxpro ul li h5:after {
	content: "";
	display: block;
	clear: both;
}

.boxpro ul li h5 span {
	float: left;
	margin-right: 20px;
}

.boxpro ul li h5 img {
	width: 102px;
	float: left;
	display: inline-block;
	vertical-align: bottom;
	margin-top: -50px;
}

.boxpro ul li p {
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	color: #7a7a7a;
	padding-left: 20px;
	position: relative;
}

.boxpro ul li p:before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	background: red;
	left: 0;
}

.boxpro ul li a {
	display: inline-block;
	font-size: 20px;
	text-align: center;
	background: #057ae8;
	color: white;
	width: 140px;
	border-radius: 20px;
	line-height: 40px;
	margin: 20px 0;
	margin-right: 30px;
}

.boxpro ul li .xian {
	font-size: 20px;
	color: #057ae8;
	font-weight: bold;
}

.kao .quannav {
	display: none;
}

@media(max-width:768px) {
	.chanfr2 {
		display: block;
		width: 94%;
	}
	.repro .w1200 {
		margin-top: 0px;
	}
	.kao .quannav {
		display: block;
	}
	.liusou .fl p {
		font-size: 14px;
		line-height: 20px;
	}
	.liusou .fr {
		margin-top: 20px;
		float: right;
		width: 100%;
	}
	.liusou .fr input {
		float: left;
		font-size: 14px;
		width: 80%;
		padding-right: 20px;
		padding: 0 4%;
	}
	.liusou .fr button {
		display: inline-block;
		vertical-align: middle;
		height: 40px;
		width: 60px;
		margin-left: 0%;
		float: right;
		width: 20%;
		max-width: 58px;
	}
	.fangan .fbanner img {
    max-width: 120px;
    height: auto;
}
	.fangan .fbanner .box {
		padding-top: 70px;
		padding-bottom: 30px;
	}
	.fangan .fbanner .box h3 {
		font-size: 16px;
		color: #000000;
	}
	.tillp h2 {
		font-size: 18px;
	}
	.tillp p {
		font-size: 14px;
		line-height: 34px;
	}
	.fangan .swiper-slide {
		position: relative;
		padding-top: 70px;
	}
	.hid .swiper-button-prev.swiper-button-white {
		width: 30px;
		height: 30px;
	}
	.hid .swiper-button-next.swiper-button-white {
		width: 30px;
		height: 30px;
	}
	.fangan .fbanner .box p {
		font-size: 12px;
		color: #e60012;
	}
	.gong .newslist li {
		float: left;
		width: 47.33%;
		padding: 10px;
		margin-bottom: 20px;
		background: whitesmoke;
		margin-right: 2%;
	}
	.indexnew .quan .fl {
		width: 100%;
	}
	.indexnew .quan .fr {
		float: right;
		width: 100%;
	}
	.indexnew .quan dt {
		float: left;
		width: 22%;
	}
	.indexnew .quan dd {
		float: right;
		width: 72%;
		margin: 0;
	}
	.mosenew {
		display: block;
		float: none;
		margin: auto;
	}
	.boxpro ul li:nth-child(odd) .wen {
		width: 100%;
		float: left;
	}
	.boxpro ul li:nth-child(even) .wen {
		width: 100%;
		float: right;
	}
	.boxpro ul li:nth-child(odd) .img {
		float: right;
		width: 100%;
		overflow: hidden;
	}
	.boxpro ul li:nth-child(even) .img {
		float: left;
		width: 100%;
		/* border-radius: 10px; */
		overflow: hidden;
	}
	.pros {
		padding-top: 0px;
		margin-bottom: 0px;
	}
	.ben {
		width: 100%;
		padding: 0;
	}
	.boxpro ul li h3 {
		font-size: 20px;
		font-weight: bold;
		color: #eeeeee;
		text-transform: uppercase;
		margin-top: 0;
		margin-bottom: 0;
	}
	.boxpro ul li h4 {
		font-size: 20px;
		font-weight: bold;
		color: #111111;
		font-family: "微软雅黑";
		margin-top: 0;
		padding-left: 20px;
		height: auto;
		overflow: hidden;
	}
	.boxpro ul li h4 span {
		font-size: 14px;
		display: inline-block;
		margin-top: 0px;
		vertical-align: middle;
		margin-left: 0px;
		width: auto;
	}
	.boxpro ul li h5 {
		font-size: 14px;
		font-weight: bold;
		color: #057ae8;
		margin-top: 0px;
		position: relative;
		line-height: 50px;
		margin-bottom: 0px;
	}
	.boxpro ul li h5 span {
		float: left;
		margin-right: 20px;
	}
	.boxpro ul li h5 img {
		width: 50px;
		float: left;
		display: inline-block;
		vertical-align: bottom;
		margin-top: -12px;
	}
	.boxpro ul li p {
		font-size: 14px;
		line-height: 26px;
		font-weight: bold;
		color: #7a7a7a;
		padding-left: 20px;
		position: relative;
	}
	.boxpro ul li a {
		display: inline-block;
		font-size: 14px;
		text-align: center;
		background: #057ae8;
		color: white;
		width: 90px;
		border-radius: 20px;
		line-height: 30px;
		margin: 20px 0;
		margin-right: 30px;
	}
	.boxpro ul li {
		overflow: hidden;
		/* display: flex; */
		padding: 20px 0;
	}
	.chanpin .chanfl {
		background: #057ae8;
		width: 100%;
		float: left;
		height: auto;
		max-height: initial;
		padding: 2%;
		overflow: hidden;
	}
	.chanpin .chanfl h2 {
		float: none;
		width: auto;
		line-height: 28px;
		font-size: 18px;
		color: white;
		/* height: 400px; */
		margin-left: 0px;
		/* margin: 0 auto; */
		/* writing-mode: vertical-lr; */
		writing-mode: initial;
	}
	.chanpin .chanfl p {
		float: none;
		width: auto;
		line-height: 24px;
		font-size: 14px;
		color: white;
		/* height: 400px; */
		/* margin: 0 auto; */
		writing-mode: vertical-lr;
		writing-mode: initial;
	}
	.chanpin .chanimg {
		width: 100%;
		float: left;
		margin: 20px 0;
	}
	.chanfr {
		display: none;
	}
	.swiper-slide img {
		display: block;
		width: auto;
		/* max-width: 100%; */
		position: relative;
		left: 50%;
		height: 200px;
		transform: translate(-50%, 0%);
		/*transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);*/
	}
	.swiper-slide {
		overflow: hidden;
	}
}