.swiper-pagination-bullet-active {
	background: ##1e5aaf !important;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
	padding: 0 60px;
}

.banner .swiper-pagination-bullet-active {
	opacity: 1;
	background: #d7182a;
}

@media (max-width:768px) {
	.banner .swiper-button-next,
	.banner .swiper-button-prev {
		display: none;
	}
}


/*index*/

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

.liuone .type {
	overflow: hidden;
	margin: 40px 0;
}

.liuone .type .ptill {
	text-align: center;
	font-size: 1.6rem;
	margin-bottom: 30px;
	color: #3f7cf8;
}

.liuone .type ul {
	margin-right: -2%;
	padding: 20px;
	overflow: hidden;
}

.liuone .type ul li:before {
	position: absolute;
	content: "";
	width: 30px;
	height: 2px;
	background: #3f7cf8;
	top: 0;
	left: 50%;
	margin-left: -15px;
}

.liuone .type ul li {
	position: relative;
	overflow: hidden;
	width: 23%;
	float: left;
	margin-right: 2%;
	padding: 2% 1%;
	background: white;
	-webkit-box-shadow: 0 0 10px rgb(63 124 248 / 40%);
	-moz-box-shadow: 0 0 10px rgb(63 124 248 / 40%);
	box-shadow: 0 0 10px rgb(63 124 248 / 40%);
}

.liuone .type ul li img {
	display: block;
	margin: 30px auto;
}

.liuone .type ul li h3 {
	font-size: 1.8rem;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
	color: #101010;
}

.liuone .type ul li p {
	font-size: 14px;
	color: #5c5c5c;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
}

.big-title {
	padding-top: 43px;
	padding-bottom: 30px;
	font-size: 24px;
	text-align: center;
}

.big-title h3 {
	font-style: italic;
	text-transform: uppercase;
	font-size: 24px;
	color: #333;
}

.big-title span {
	display: block;
	width: 60px;
	height: 1px;
	background-color: #1e5aaf;
	margin: 5px auto;
}

.big-title p {
	font-size: 20px;
	color: #333;
}

.hy-bg {
	background-color: #eeeeee;
	overflow: hidden;
}

.proimg {
	display: block;
	margin: 20px auto;
	max-width: 447px;
	width: 100%;
}

.hy-bg .w1200 {
	background: white;
	overflow: hidden;
}

.tillp {
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
}

.hyApp li {
	float: left;
	width: 25%;
	padding: 10px;
	margin-bottom: 20px;
}

.hyApp li:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, .3);
}

.hyApp li .boxs {
	position: relative;
}

.hyApp li .boxs {
	position: relative;
	display: block;
	overflow: hidden;
}

.hyApp li .boxs>img {
	width: 100%;
	display: block;
}

.hyApp li .boxs h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, .6);
	color: #fff;
	font-size: 18px;
	padding: 13px;
	z-index: 2;
	transition: .3s;
}

.hyApp li .boxs .hy-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 50px 44px 50px 50px;
	background-color: #d93a49;
	text-align: center;
	color: #fff;
	opacity: 0;
	transform: translateY(30px);
	transition: .3s;
	z-index: 1;
}

.hyApp li .boxs .hy-mask p {
	padding-top: 0px;
	padding-bottom: 10px;
	text-align: left;
	font-size: 14px;
	line-height: 24px;
}

.hyApp li .boxs:hover h3 {
	transform: translateY(30px);
	opacity: 0;
}

.hyApp li .boxs:hover .hy-mask {
	transform: translateY(0);
	opacity: 0.8;
}

.ollpro2 .hyApp li {
	width: 48%;
}

.ollpro2 .hyApp li a {
	display: block;
	background: #111111;
	overflow: hidden;
}

.ollpro2 .hyApp li a:hover {
	background: #626262;
}

.ollpro2 .hyApp li .proinfo {
	float: left;
	width: 50%;
	background: none;
	text-align: left;
	height: 100%;
}

.ollpro2 .hyApp li .boxs {
	float: left;
	width: 50%;
}

.ollpro2 .hyApp li .proinfo h2 {
	color: #f5f5f5;
	font-size: 16px;
	padding: 0 20px;
}

.ollpro2 .hyApp li .proinfo p {
	color: #9a9a9a;
	font-size: 12px;
	padding: 0 20px;
}

.ollpro2 .hyApp li a:hover .proinfo p {
	color: #131313;
}

.bgwen {
	overflow: hidden;
	background: url(../image/bgwen.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 2% 0;
	margin: 2% 0;
}

.bgwen h3 {
	line-height: 80px;
	font-size: 2.2rem;
	font-weight: bold;
	color: white;
}

.bgwen p {
	line-height: 60px;
	font-size: 1.6rem;
	text-align: right;
	color: white;
}

.proinfo {
	text-align: center;
	padding: 20px 0;
	background: #eeeeee;
}

.proinfo span {
	font-size: 12px;
	color: #2436a6;
	border: 1px solid #2436A6;
	display: inline-block;
	border-radius: 20px;
	padding: 0 10px;
}

.proinfo h2 {
	font-size: 1.6rem;
	font-weight: bold;
	margin: 10px 0;
}

.proinfo i {
	font-size: 14px;
	font-style: normal;
}

.proinfo a {
	display: block;
	margin: 20px auto;
	width: 100px;
	text-align: center;
	background: black;
	font-size: 14px;
	color: white;
	line-height: 40px;
	border-radius: 20px;
}

.hy-bg h1 {
	position: relative;
	text-align: center;
	font-size: 1.6rem;
	margin: 30px 0;
}

.hy-bg h1:before {
	position: absolute;
	content: "";
	width: 30px;
	height: 2px;
	background: #007AFF;
	bottom: 0;
	left: 50%;
	margin-left: -15px;
}

.bimg {
	width: 100%;
	overflow: hidden;
	/*margin-top: 60px;*/
}

.bimg img {
	/*width: 100%;
	display: block;*/
	display: block;
	width: auto;
	max-width: none;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.bao {
	overflow: hidden;
	margin: 30px 0;
}

.bao .fl {
	float: left;
	width: 40%;
	padding: 1%;
	padding-right: 0;
}

.bao .fl img {
	width: 100%;
	display: block;
}

.bao .fl .text {
	text-align: center;
	background: #eeeeee;
	padding: 2%;
}

.bao .fl .text h2 {
	font-size: 16px;
}

.bao .fr {
	float: right;
	width: 60%;
	padding: 1%;
}

.bao .fr ul {
	margin-right: -2%;
}

.bao .fr ul li {
	width: 48%;
	float: left;
	margin-right: 2%;
	margin-bottom: 3%;
}

.bao .fr ul li:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.bao .fr ul li:hover h2 {
	color: #007AFF;
}

.bao .fr ul li img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 341px;
	max-height: 190px;
}

.bao .fr ul li:last-child {
	width: 98.5%;
	margin: 0;
}

.bao .fr ul li:last-child img {
	max-width: 698px;
}

.bao .fr ul li .text {
	text-align: center;
	background: #eeeeee;
	padding: 2%;
}

.bao .fr ul li .text h2 {
	font-size: 16px;
}

.bao2 .fr ul li {
	width: 31.3%;
}

.bao2 .fr ul li .text {
	text-align: center;
	background: #eeeeee;
	padding: 2.5% 2%;
}

.product .fr {
	width: 100%;
}

.product .fr ul li {
	width: 31.3%;
}

.product .fr ul li:last-child {
	width: 31.3%;
}

.jia {
	overflow: hidden;
	background: #707070;
	padding: 2% 0;
}

.jia .til {
	text-align: center;
	font-size: 20px;
	color: #ffffff;
	line-height: 34px;
	position: relative;
}

.jia .til:before {
	position: absolute;
	content: "";
	width: 10%;
	height: 2px;
	background: #a9a9a9;
	top: 15px;
	left: 25%;
}

.jia .til:after {
	position: absolute;
	content: "";
	width: 10%;
	height: 2px;
	background: #a9a9a9;
	top: 15px;
	right: 25%;
}

.jia p {
	text-align: center;
	font-size: 12px;
	color: #ffffff;
}

.jia ul {
	margin: 30px 0;
	overflow: hidden;
}

.jia ul li {
	width: 25%;
	float: left;
}

.jia ul li img {
	width: 100%;
	display: block;
	max-height: 312px;
}

.protill {
	padding: 20px 0;
	position: relative;
}

.protill h2 {
	font-size: 30px;
	color: black;
	font-weight: bold;
}

.protill h2 span {
	color: #999999;
	font-size: 18px;
	font-weight: 100;
}

.pronav {
	position: absolute;
	right: 0;
	top: 30px;
}

.pronav a {
	font-size: 16px;
	color: #333333;
	display: inline-block;
	padding: 0 14px;
	line-height: 30px;
	border-radius: 20px;
	margin-bottom: 20px;
	cursor: pointer;
}

.pronav a.on {
	color: white;
	background: #d7182a;
}

.topdao {
	background: #eeeeee;
}

.topdao .dao {
	overflow: hidden;
	padding: 20px;
	background: white;
}

.topdao span {
	color: #007AFF;
	font-size: 16px;
}

.topdao p {
	float: right;
	color: #707070;
}

.topdao p a {
	color: #707070;
}


/*.quannav {
	position: absolute;
	position: fixed;
	width: 160px;
	left: 5%;
	top: 1000px;
	z-index: 9;
	
}*/

.kao {
	overflow: hidden;
	background: #eeeeee;
}

.kao .w1200 {
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.kao .frs {
	float: right;
	width: 82%;
	background: white;
}

.quannav {
	width: 15%;
	float: left;
	margin-top: 60px;
}

.quannav .biao {
	padding: 20px;
	background: #274a9e;
	position: relative;
}

.quannav .biao span {
	font-size: 24px;
	color: white;
}

.quannav .biao p {
	font-size: 18px;
	color: white;
}

.quannav ul li {
	overflow: hidden;
	margin-bottom: 20px;
}

.quannav ul li dt {
	padding-left: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	line-height: 60px;
	border-bottom: 1px solid #dadada;
}

.quannav ul li dl {
	margin: 0;
	background: white;
}

.quannav ul li dd a {
	display: block;
}

.quannav ul li dd {
	margin: 0;
	padding-left: 20px;
	font-size: 14px;
	color: #111111;
	line-height: 60px;
	border-bottom: 1px solid #dadada;
}

.quannav ul li dd:hover {
	background: #313131;
}

.quannav ul li dd:hover a {
	color: white;
}

.quannav ul li dd.on {
	background: #313131;
}

.quannav ul li dd.on a {
	color: white;
}

.an {
	margin-top: 10px;
	text-align: center;
	font-size: 16px;
	color: white;
	line-height: 50px;
	background: #274a9e;
}

.an a {
	color: white;
	display: block;
}

.kao .hy-bg {
	background-color: white;
	overflow: hidden;
}

.daohang {
	display: none;
}

.prolist {
	overflow: hidden;
}

.prolist .info {
	overflow: hidden;
	padding: 20px 15px;
}


/*.prolist .info .fl img {
	width: 100%;
}*/

.prolist .info .fl {
	float: left;
	width: 40%;
	overflow: hidden;
}

.prolist .info .fr {
	float: right;
	width: 57%;
	overflow: hidden;
}

.prolist .info .fr h2 {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 10px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

.prolist .info .fr p {
	color: #4E4E4E;
	font-size: 14px;
	line-height: 24px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
}

.prolist ul {
	margin-right: -2%;
	padding: 2%;
}

.prolist ul li {
	width: 98%;
	margin-bottom: 20px;
	/*margin-right: 2%;
	margin-bottom: 2%;
	text-align: center;*/
}

.prolist ul li img {
	width: 100%;
	height: 100%;
	display: block;
	max-width: 374px;
	max-height: 220px;
}

.prolist ul li h4 {
	font-size: 1.2rem;
	color: #111111;
	line-height: 40px;
}

.prolist ul li p {
	font-size: 1rem;
	line-height: 36px;
	color: #a0a0a0;
}

.prolist ul li:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, .3);
}

.prolist ul li:hover h4 {
	color: #007AFF;
}

.aboutbox {
	padding-bottom: 40px;
	overflow: hidden;
}

.jian h3 {
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
}

.jian .ti {
	color: #969696;
	font-size: 14px;
	text-align: center;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.pading {
	padding-bottom: 30px;
}

.pading .show {
	display: none;
}

.aboutbox .wenben {
	float: left;
	width: 50%;
	padding: 2%;
}

.aboutbox .wenben p {
	text-indent: 2em;
	font-size: 14px;
	line-height: 24px;
	color: #3c3c3c;
}

.aboutbox .img {
	float: right;
	width: 48%;
}

.aboutbox .img img {
	width: 100%;
	display: block;
}

.wenhua {
	padding: 3% 2%;
	overflow: hidden;
}

.wenhua .bos {
	position: relative;
}

.wenhua .bos img {
	width: 254px;
	height: 254px;
	border-radius: 50%;
	position: absolute;
	top: 0;
}

.wenbg {
	background: #eeeeee;
	border-radius: 30px;
	width: 90%;
	float: right;
	height: 254px;
	padding: 4% 4% 2% 20%;
}

.wenbg p {
	font-size: 14px;
	line-height: 30px;
}

.zizhi {
	padding: 2%;
}

.zilist {
	background: url(../image/zizhibg_03.jpg) no-repeat;
	background-size: 100%;
	overflow: hidden;
	padding: 3%;
}

.zilist ul {
	margin-right: -2%;
}

.zilist ul li {
	width: 18%;
	margin: 2% 0;
	float: left;
	margin-right: 2%;
}

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

.lianxi {
	overflow: hidden;
	border: 1px solid #eeeeee;
	border-radius: 20px;
	padding: 2%;
	width: 96%;
	margin: 20px auto;
}

.lianxi .left {
	float: left;
	width: 70%;
}

.lianxi label i {
	color: red;
	display: inline-block;
	margin-right: 4px;
}

.lianxi label {
	display: block;
	width: 48%;
	float: left;
	font-size: 16px;
}

.lianxi label span {
	display: inline-block;
	vertical-align: middle;
	line-height: 40px;
	margin-right: 10px;
}

.lianxi label input {
	display: inline-block;
	vertical-align: middle;
	line-height: 40px;
	font-size: 16px;
	padding: 0 10px;
	border: 1px solid #DDDDDD;
	outline: none;
}

.lianxi .left h2 {
	font-size: 1.8rem;
	color: #274a9e;
	font-weight: bold;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}

.lianxi .left h2:after {
	content: "";
	position: absolute;
	bottom: -8px;
	width: 100px;
	height: 3px;
	left: 50%;
	margin-left: -50px;
	background: #274a9e;
}

.lianxi .right {
	float: right;
	width: 28%;
	background: #eeeeee;
	padding: 2%;
	border-radius: 20px;
}

.lianxi .right h5 {
	font-size: 16px;
	margin: 20px 0;
}

.lianxi .right p {
	font-size: 14px;
	color: #5a5a5a;
	line-height: 30px;
}

.lianxi .textarea {
	width: 100%;
	margin-top: 20px;
}

.lianxi .textarea textarea {
	width: 82.5%;
	padding: 10px;
	height: 100px;
	margin-left: 0px;
	border: 1px solid #eeeeee;
	outline: none;
}

.lianxi .both {
	clear: both;
	overflow: hidden;
}

.lianxi .both label {
	width: auto;
}

.lianxi label.textarea span {
	float: left;
}

.lianxi .quert {
	width: 84%;
	float: right;
}

.lianxi .both ul li {
	display: inline-block;
	margin: 10px;
	background: #eeeeee;
	line-height: 30px;
	font-size: 14px;
	padding: 0 20px;
}

.lianxi button {
	width: 300px;
	text-align: center;
	display: block;
	clear: both;
	margin: 20px auto;
	border: none;
	background: #274a9e;
	font-size: 18px;
	line-height: 40px;
	color: white;
	border-radius: 20px;
}

.case {
	overflow: hidden;
	padding: 2%;
}

.case .animg {
	width: 50%;
	float: left;
}

.case .animg img {
	width: 100%;
	display: block;
}

.case .right {
	float: right;
	width: 48%;
	padding: 2%;
}

.case .right h3 {
	font-size: 1.4rem;
	font-weight: bold;
	margin: 30px 0;
}

.case .right span {
	font-size: 1rem;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 10px;
	color: #535353;
}

.boxlist {
	overflow: hidden;
	clear: both;
}

.boxlist ul {
	position: relative;
}

.boxlist ul:before {
	position: absolute;
	content: "";
	width: 2px;
	background: #efefef;
	height: 100%;
	left: 14%;
	top: 20px;
}

.boxlist ul li {
	margin: 20px 0;
	margin-bottom: 60px;
}

.boxlist h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
}

.boxlist h3 i {
	width: 26px;
	height: 26px;
	display: inline-block;
	vertical-align: middle;
	background: #2258e8;
	border: 1px solid #eeeeee;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: 6px;
}

.boxlist .l {
	float: left;
	width: 17%;
}

.boxlist .r {
	float: right;
	width: 83%;
	line-height: 40px;
}

.btop {
	overflow: hidden;
}

.bt {
	clear: both;
	font-size: 16px;
	margin: 20px 0;
	overflow: hidden;
}

.boxlist span {
	width: 146px;
	text-align: center;
	display: inline-block;
	vertical-align: unset;
	position: relative;
	margin-right: 10px;
	line-height: 40px;
}

.boxlist p {
	font-size: 16px;
	margin: 10px 0;
}

.boxlist p b {
	font-weight: bold;
}

.boxlist .bt i {
	width: 26px;
	height: 26px;
	display: inline-block;
	vertical-align: middle;
	background: #ffffff;
	border: 1px solid #eeeeee;
	border-radius: 50%;
	margin: 0 0px;
	position: absolute;
	right: 0;
	top: 6px;
}

.boxlist p span {
	font-weight: bold;
	position: relative;
}

.boxlist .imglist {
	margin: 20px 0;
	margin-right: -2%;
}

.boxlist .imglist .li {
	float: left;
	width: 23%;
	margin-right: 2%;
}

.boxlist .imglist img {
	width: 100%;
	display: block;
}

.map {
	width: 100%;
	padding: 2%;
}

.zhuang {
	overflow: hidden;
	clear: both;
	padding: 2%;
}

.zhuang h2 {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #a0a0a0;
	padding-bottom: 10px;
}

.zhuang .listz ul li {
	width: 96px;
	display: inline-block;
	text-align: center;
	float: left;
	margin-bottom: 10px;
}

.zhuang .listz ul li img {
	display: block;
	width: 100%;
	margin: auto;
}

.dal {
	overflow: hidden;
	padding: 2%;
}

.dal .topdal img {
	width: 100%;
	display: block;
}

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

.dalnav ul li {
	display: inline-block;
	font-size: 16px;
	line-height: 40px;
	background: #eaeaea;
	padding: 0 20px;
	cursor: pointer;
}

.dalnav ul li.on {
	color: white;
	background: #27499d;
}

.listbos .can .tu {
	float: left;
	width: 48%;
}

.listbos .can {
	overflow: hidden;
	clear: both;
}

.listbos .can .tu img {
	width: 100%;
	display: block;
}

.listbos .text_right {
	float: right;
	width: 50%;
	padding: 2%;
}

.listbos .text_right p {
	font-size: 16px;
}

.allunbo img {
	width: 100%;
	display: block;
}

.allunbo p {
	line-height: 30px;
	font-size: 16px;
}

.xq {
	text-align: center;
	overflow: hidden;
	margin-top: 30px;
	border-top: 1px solid #d9d9da;
	border-bottom: 1px solid #d9d9da;
}

.xq span {
	font-size: 20px;
	display: inline-block;
	width: 100px;
	line-height: 60px;
	margin: 0 10px;
}

.xq span.on {
	border-bottom: 4px solid #274a9e;
}

.ltil span {
	font-size: 18px;
	background: #f9f9f9;
	color: #062137;
	padding: 0 20px;
	line-height: 40px;
	font-weight: bold;
	display: inline-block;
	border-bottom: 2px solid #ff0018;
}

.ltil {
	border-bottom: 1px solid #e7e7e7;
	margin: 20px 0;
}

.listbos .can .text_right h3 {
	font-size: 20px;
}

.listbos .can p {
	font-size: 14px;
	line-height: 28px;
	color: #666666;
}

.listbos .can .zixun {
	border-top: 1px solid #E4E5E8;
	margin-top: 20px;
	padding: 20px 0;
}

.listbos .can .zixun a {
	display: inline-block;
	border: 1px solid red;
	color: red;
	font-size: 16px;
	padding: 0 10px;
	line-height: 26px;
	margin-left: 10px;
}

.listbos .can img {
	max-width: 100%;
}

.fanye {
	padding-top: 20px;
	overflow: hidden;
	border-top: 1px solid #E3E3E3;
	margin: 40px 0;
}

.fanye div {
	float: left;
	width: 50%;
	font-size: 14px;
	margin-bottom: 10px;
}

.fanye div span {
	color: #777777;
	float: left;
	width: 20%;
}

.fanye div a {
	width: 80%;
	float: left;
	color: #101010;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

.fanye div a:hover {
	color: #007AFF;
}

.about {
	background: url(../image/aboutimg.jpg) no-repeat;
	overflow: hidden;
	background-size: 100% 100%;
	padding: 120px 0;
}

.about .kuang {
	display: flex;
}

.about .fl {
	width: 62%;
	float: left;
	background: rgb(255 255 255 / 64%);
	padding: 30px;
	padding-bottom: 60px;
	position: relative;
}

.about .fl h3 {
	font-size: 26px;
	margin: 4% 0 2% 0;
}

.about .fl p {
	font-size: 16px;
	line-height: 24px;
	color: #6f6f6f;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	line-clamp: 5;
	-webkit-box-orient: vertical;
}

.about .fl a {
	position: absolute;
	bottom: 20px;
	right: 50px;
	font-size: 16px;
	color: #333333;
	width: 80px;
	text-align: center;
	display: inline-block;
	border: 1px solid #bfbfbf;
	background: white;
	line-height: 30px;
}

.about .fr {
	width: 38%;
	float: right;
	position: relative;
	z-index: 2;
}

.about .fr:after {
	content: "";
	position: absolute;
	top: 20px;
	background: #d7182a;
	right: -20px;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.about .fr img {
	width: 100%;
	display: block;
}

@media (max-width:768px) {
	.hyApp li {
		width: 46%;
		padding: 0;
		padding-bottom: 15px;
		margin-right: 4%;
	}
	.ollpro2 .hyApp li {
		width: 96%;
	}
	.proinfo {
		padding-top: 0;
		overflow: hidden;
	}
	.proinfo h2 {
		font-size: 1rem;
		font-weight: bold;
		margin: 10px 0;
	}
	.ollpro ul {
		display: block;
		margin-right: -4%;
	}
	.hyApp li .boxs h3 {
		font-size: 16px;
	}
	.pronav {
		position: relative;
		right: 0;
		top: 6px;
	}
	.quannav .biao span {
		display: none;
	}
}


/*  */

.pronav li {
	float: left;
	width: 33.33%;
	padding: 2px;
}

.pronav li a {
	position: relative;
	display: block;
	overflow: hidden;
}

.pronav li a>img {
	width: 100%;
	transform: scale(0.8);
	transition: all .6s;
}

.pronav li a h3 {
	width: 100%;
	background-color: #F5F5F5;
	color: #666;
	text-align: center;
	font-size: 16px;
	padding: 20px 15px 19px;
	z-index: 2;
	transition: .3s;
}

.pronav li a:hover h3 {
	background-color: #1E5AAF;
	color: #fff;
}

.pronav li a:hover>img {
	transform: scale(0.9);
}

@media (max-width:768px) {
	.pronav li {
		width: 100%;
	}
}


/*  */

.about-img,
.about-con {
	float: left;
	width: 52.5%;
	padding: 15px;
}

.about-con {
	width: 47.5%;
}

.about-img img {
	max-width: 100%;
}

.about-con {
	padding-top: 45px;
	text-align: center;
}

.about-con p {
	font-size: 16px;
	line-height: 28px;
	text-indent: 32px;
	text-align: left;
	color: #666;
}

@media (max-width:768px) {
	.about-img,
	.about-con {
		width: 100%;
		padding: 15px;
	}
}


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

.liupage a {
	display: inline-block;
	line-height: 30px;
	padding: 6px;
}*/

.pages-tt {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.pages-tt a {
	padding: 5px 15px;
	font-size: 16px;
	color: #999999;
	display: inline-block;
	background-color: #eeeeee;
	margin: 0px 5px;
}

.pages-tt a.pages-active,
.pages-tt a:hover {
	background-color: #1971d8;
	color: white;
}

.pages-contentShow {
	line-height: 28px;
	color: #333;
	min-height: 300px;
	padding-top: 40px;
}

.pages-contentShow h4 {
	font-size: 20px;
	text-align: center;
	margin-bottom: 25px;
	/**border-bottom: 1px solid #ddd;**/
	padding-bottom: 10px;
}

.pages-contentShow h4 span {
	display: block;
	font-size: 12px;
	color: #777;
}


/*  */

.wanlist {
	padding: 0 2%;
}

.wanlist ul {
	display: none;
}

.newslist li {
	float: left;
	width: 33.33%;
	padding: 10px;
	margin-bottom: 20px;
}

.newslist li a {
	display: block;
	border: 1px solid #eee;
	transition: .3s;
}

.newslist .news-img {
	overflow: hidden;
}

.newslist .news-img img {
	width: 100%;
	transition: .3s;
}

.news-con {
	padding: 15px;
}

.news-con h3 {
	padding-top: 5px;
	color: #333;
	font-size: 16px;
	/*height: 55px;*/
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

.news-con span {
	display: block;
	font-size: 12px;
	color: #999;
}

.news-con p {
	padding-top: 15px;
	font-size: 14px;
	color: #666;
	/*height: 55px;*/
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.newslist li a:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, .3);
}

.newslist li a:hover .news-img img {
	transform: scale(1.1);
}

.newslist li a:hover h3 {
	color: #00abb9;
}

.newslist li span {
	color: #a9a9a9;
	font-size: 14px;
	display: inline-block;
	margin-top: 20px;
	position: relative;
}

.newslist li span:before {
	position: absolute;
	content: "";
	width: 12px;
	height: 10px;
	background: url(../image/mosew.png) no-repeat;
	background-size: 100% 100%;
	top: 5px;
	right: -30px;
}

.newslist li a:hover span {
	color: #00abb9;
}

.newslist li a:hover span:before {
	position: absolute;
	content: "";
	width: 12px;
	height: 10px;
	background: url(../image/moseb.png) no-repeat;
	background-size: 100% 100%;
	top: 5px;
	right: -30px;
}

@media (max-width:768px) {
	.newslist li {
		width: 100%;
	}
}

.adlist {
	background: url(../image/s-b1-bg.jpg);
	background-size: cover;
	padding-top: 45px;
	padding-bottom: 60px;
}

.adlist-title {
	color: #fff;
	text-align: center;
	padding-bottom: 40px;
}

.adlist-title h3 {
	font-size: 34px;
}

.adlist-title p {
	font-size: 16px;
}

.adlist ul {
	width: 100%;
	margin: 0 auto;
}

.adlist ul li img {
	max-width: 100%;
}

.adlist ul li {
	float: left;
	width: 25%;
	padding: 12px;
	text-align: center;
	color: #fff;
}

.adlist ul li h3 {
	padding-top: 15px;
	font-size: 16px;
	padding-bottom: 10px;
}

.adlist ul li p {
	font-size: 14px;
}

@media(max-width:768px) {
	.adlist ul {
		width: 100%;
	}
	.adlist ul li {
		width: 50%;
	}
}

.more {
	font-size: 12px;
	display: inline-block;
	border: 1px solid #1E5AAF;
	border-radius: 60px;
	color: #1E5AAF;
	padding: 2px 15px;
	font-style: italic;
}

.more:hover {
	background-color: #1E5AAF;
	color: #fff;
}

.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;
}

.indexnew {
	margin-bottom: 30px;
}

.indexnew .til {
	text-align: center;
	font-size: 2rem;
	color: #222222;
	line-height: 34px;
	font-weight: bold;
	position: relative;
}

.indexnew .til:before {
	position: absolute;
	content: "";
	width: 10%;
	height: 2px;
	background: #a9a9a9;
	top: 15px;
	left: 25%;
}

.indexnew .til:after {
	position: absolute;
	content: "";
	width: 10%;
	height: 2px;
	background: #a9a9a9;
	top: 15px;
	right: 25%;
}

.tilp {
	text-align: center;
	color: #999999;
	margin: 20px 0;
	font-size: 14px;
}

.newnav {
	text-align: center;
	margin: 20px 0;
}

.newnav li {
	display: inline-block;
	font-size: 18px;
	border-radius: 20px;
	line-height: 40px;
	padding: 0 20px;
	cursor: pointer;
}

.newnav li.on {
	background: #75bb36;
	color: white;
}

.xianshiqi ul li {
	float: left;
	width: 49%;
	position: relative;
	margin-bottom: 2%;
}

.xianshiqi ul li:nth-child(1) {
	margin-right: 2%;
}

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

.xianshiqi ul li .text {
	padding: 10px 40px 10px 30px;
	width: 60%;
	background: #d7182a;
	position: absolute;
	bottom: 0;
	right: 0;
	display: none;
}

.xianshiqi ul li:hover .text {
	display: block;
}

.xianshiqi ul li .text a {
	display: block;
}

.xianshiqi ul li .text p {
	font-size: 18px;
	color: white;
}

.xianshiqi ul li .text span {
	font-size: 18px;
	color: #a4bae5;
}

.xianshiqi ul li .text .quan {
	float: right;
	width: 30px;
	margin-top: -10px;
	margin-right: -20px;
}

@media(max-width:768px) {
	.liuone .type ul {
		padding: 1%;
		margin-right: -4%;
	}
	.liuone .type ul li {
		overflow: hidden;
		width: 21%;
		float: left;
		margin-right: 4%;
		padding: 2% 1%;
		-webkit-box-shadow: 0 0 10px rgb(63 124 248 / 40%);
		-moz-box-shadow: 0 0 10px rgb(63 124 248 / 40%);
		box-shadow: 0 0 10px rgb(63 124 248 / 40%);
		margin-bottom: 0px;
	}
	.bao .fl {
		width: 100%;
		padding: 0;
		margin-bottom: 2%;
	}
	.bao .fr {
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}
	.jia .til:before {
		position: absolute;
		content: "";
		width: 10%;
		height: 2px;
		background: #a9a9a9;
		top: 15px;
		left: 12%;
	}
	.jia .til:after {
		position: absolute;
		content: "";
		width: 10%;
		height: 2px;
		background: #a9a9a9;
		top: 15px;
		right: 12%;
	}
	.bgwen h3 {
		line-height: 40px;
		font-size: 1.2rem;
		font-weight: bold;
		color: white;
	}
	.bgwen p {
		line-height: 30px;
		font-size: 12px;
		text-align: right;
		color: white;
	}
	.indexnew .til {
		text-align: center;
		font-size: 1.4rem;
		color: #222222;
		line-height: 34px;
		font-weight: bold;
		position: relative;
	}
	.indexnew .til:before {
		position: absolute;
		content: "";
		width: 10%;
		height: 2px;
		background: #a9a9a9;
		top: 15px;
		left: 10%;
	}
	.indexnew .til:after {
		position: absolute;
		content: "";
		width: 10%;
		height: 2px;
		background: #a9a9a9;
		top: 15px;
		right: 10%;
	}
	.quannav .biao p {
		font-size: 18px;
		color: white;
		margin-top: 10px;
	}
	.quannav {
		width: 100%;
		/* float: left; */
		margin-top: 0px;
		position: absolute;
		z-index: 4;
		background: whitesmoke;
		/*display: none;*/
	}
	.kao .frs {
		width: 100%;
		padding: 2%;
		margin-top: 50px;
	}
	.kao .w1200 {
		padding: 0;
	}
	.quannav .biao {
		padding: 1% 2%;
		background: #274a9e;
		position: relative;
		overflow: hidden;
		min-height: 54px;
	}
	.daohang {
		display: block;
		position: absolute;
		right: 20px;
		top: 26%;
		width: 24px;
	}
	.kao .quannav ul {
		display: none;
		max-height: 300px;
		overflow-y: scroll;
	}
	.prolist ul {
		margin-right: -2%;
		padding: 0%;
	}
	.prolist .info .fl {
		float: none;
		width: 100%;
		overflow: hidden;
		margin-bottom: 10px;
	}
	.prolist .info .fr {
		float: none;
		width: 100%;
		overflow: hidden;
	}
	.prolist ul li h4 {
		font-size: 16px;
	}
	.prolist ul li p {
		font-size: 12px;
	}
	/*.prolist ul li {
		width: 48%;
	}*/
	.aboutbox .wenben {
		float: left;
		width: 100%;
		padding: 2%;
	}
	.aboutbox .img {
		float: right;
		width: 100%;
	}
	.lianxi .left {
		float: left;
		width: 100%;
	}
	form {
		margin-right: -2%;
	}
	.lianxi label {
		margin-right: 2%;
	}
	.lianxi label input {
		width: 100%;
	}
	.lianxi .right {
		width: 100%;
	}
	.case .animg {
		width: 100%;
		float: left;
	}
	.case .right {
		float: right;
		width: 100%;
		padding: 2%;
	}
	.dalnav ul li {
		display: inline-block;
		font-size: 12px;
		line-height: 30px;
		background: #eaeaea;
		padding: 0 2%;
		float: left;
		margin-right: 0%;
	}
	.listbos .can .tu {
		width: 100%;
	}
	.listbos .can .text_right {
		width: 100%;
	}
	.zhuang .listz ul li {
		width: 33.3%;
	}
	.boxlist h3 {
		font-size: 14px;
		font-weight: bold;
		line-height: 32px;
	}
	.boxlist .l {
		float: left;
		width: 22%;
	}
	.boxlist span {
		width: 100%;
		text-align: left;
		display: inline-block;
		vertical-align: unset;
		position: relative;
		margin-right: 10px;
		line-height: 30px;
	}
	.boxlist .r {
		float: right;
		width: 76%;
	}
	.btop .r {
		line-height: 30px;
	}
	.bt {
		clear: both;
		font-size: 14px;
		margin: 20px 0;
		overflow: hidden;
		line-height: 26px;
	}
	.bt .r {
		line-height: 26px;
	}
	.boxlist h3 i {
		top: 2px;
	}
	.boxlist ul:before {
		position: absolute;
		content: "";
		width: 2px;
		background: #efefef;
		height: 100%;
		left: 18%;
		top: 20px;
	}
	.xianshiqi ul li {
		float: none;
		width: 100%;
		position: relative;
		margin-bottom: 4%;
	}
	.xianshiqi ul li .text {
		padding: 10px 40px 10px 30p;
		width: 100%;
		background: #d7182a;
		position: relative;
		bottom: 0;
		right: 0;
		display: block;
	}
	.liuone .type .ptill {
		text-align: center;
		font-size: 14px;
		margin-bottom: 10px;
		color: #3f7cf8;
	}
	.liuone .type ul li h3 {
		font-size: 14px;
		margin-bottom: 0px;
		text-align: center;
		font-weight: bold;
		color: #101010;
	}
	.liuone .type ul li img {
		display: block;
		margin: 0px auto;
		max-width: 100%;
	}
	.liuone .type ul li p {
		display: none;
	}
	.tillp {
		text-align: center;
		font-size: 16px;
		margin-bottom: 20px;
	}
	.liuone {
		background: url(../image/bgtype.jpg);
		background-repeat: no-repeat;
		/* background-size: 100% 100%; */
		overflow: hidden;
		background-position: center;
	}
	.liuone .type {
		overflow: hidden;
		margin: 10px 0;
	}
	.hy-bg h1 {
		position: relative;
		text-align: center;
		font-size: 1.4rem;
		margin: 0px 0;
	}
	.bao2 .fr ul li {
		width: 48%;
	}
	.aboutbox h3 {
		text-align: center;
		font-size: 1.4rem;
		font-weight: bold;
	}
	.topdao p a {
		color: #707070;
		line-height: 22px;
	}
	
	.lianxi .left h2 {
		font-size: 1.4rem;
		color: #274a9e;
		font-weight: bold;
		text-align: center;
		position: relative;
		margin-bottom: 30px;
	}
	/*.swiper-container {
		margin-top: 60px!important;
	}*/
	.bimg {
		width: 100%;
		/*margin-top: 60px;*/
	}
	.jia ul {
		margin: 10px 0;
		overflow: hidden;
	}
	.wenhua .bos img {
		width: 254px;
		height: 254px;
		border-radius: 50%;
		position: relative;
		/* top: 0; */
		display: block;
		margin: auto;
	}
	.wenbg {
		background: #eeeeee;
		border-radius: 6px;
		width: 100%;
		float: right;
		height: auto;
		padding: 3%;
		margin: 20px 0;
	}
	.zilist ul li {
		width: 31.3%;
		margin: 2% 0;
		float: left;
		margin-right: 2%;
	}
	.zilist {
		background: url(../image/zizhibg_03.jpg) no-repeat;
		background-size: 100% 100%;
		overflow: hidden;
		padding: 3%;
	}
	.newnav li {
		display: inline-block;
		font-size: 14px;
		border-radius: 20px;
		line-height: 30px;
		padding: 0 14px;
		cursor: pointer;
	}
	.footer-tel div {
		float: left;
		width: 100%;
		margin-right: 3%;
		text-align: left;
		margin-bottom: 20px;
	}
	.footer-logo {
		width: 100%;
		padding: 0px 0;
		overflow: hidden;
	}
	.footer-tel {
		text-align: left;
		font-size: 20px;
		padding: 0;
		float: left;
		width: 80%;
		/* padding-top: 30px; */
		/* text-align: justify; */
	}
	.fanye div {
		display: inline-block;
		text-align: left;
		width: 100%;
		font-size: 14px;
		color: #777777;
	}
	.bimg img {
		max-height: 200px;
	}
}