html,
body {
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #333;
	width: 100%;
	height: 100%;
	background: #fff;
}

.wrap {
	max-width: 1200px;
	margin: 0 auto;
}

.wrap2 {
	width: 90%;
	margin: 0 auto;
}

.showDiv {
	display: none;
}

.clearfixed {
	clear: both;
}

a {
	color: #000;
}

ul,
li {
	padding: 0;
	margin: 0;
	list-style: none
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.arrow-bottom {
	font-size: 0;
	line-height: 0;
	border-width: 10px;
	border-color: red;
	border-bottom-width: 0;
	border-style: dashed;
	border-top-style: solid;
	border-left-color: transparent;
	border-right-color: transparent;
}

/* 向右的箭头 */

.arrow-right {
	font-size: 0;
	line-height: 0;
	border-width: 10px;
	border-color: #f7f7f7;
	border-right-width: 0;
	border-style: dashed;
	border-left-style: solid;
	border-top-color: transparent;
	border-bottom-color: transparent;
}

a,
a:active,
a:visited,
a:link,
a:focus {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	background: none;
	text-decoration: none;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

img {
	max-width: 100%;

}

.imgDiv {
	overflow: hidden;
}

.imgDiv img {
	width: 100%;
	transition: all 0.5s;
}


input:focus,
button:focus,
textarea:focus {
	outline: none;
}

.ovh {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ovh2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.ovh3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.ovh4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

/**导航菜单**/
header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: #FFFFFF;
	height: 90px;
	transition: all 0.5s;
	/* box-shadow: 0 2px 10px #acacac; */
	/*overflow: hidden;*/
}

div.w1800 {
	width: 1800px;
	max-width: 1800px;
}

header.header2 {
	background: none;
	border-bottom: 1px #666 solid;
	box-shadow: none;
}

header .logo a {
	/* height: 54px; */
	position: relative;
	z-index: 999;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 15px;

}

header .logo img {
	max-height: 100%;
}

header.on-fixed {
	position: fixed;
	top: 0;
	left: 0;
	background: #FFFFFF;
	box-shadow: 0 0 10px #ccc;
}


header.on-fixed .rightDiv .menu>ul>li>a {
	color: #000;
}

header .rightDiv {
	float: right;
}

header .rightDiv .menu {
	text-align: right;
	position: relative;
	height: 90px;
}

header .rightDiv .menu>ul {
	display: inline-block !important;
	/*overflow: hidden;*/
}

header .rightDiv .menu>ul>li {
	height: 90px;
	display: flex;
	align-items: center;
	float: left;
	position: relative;
	padding: 0 20px;
	/*width: 126px;*/
}

.headerTel {
	height: 90px;
	display: flex;
	align-items: center;
	float: left;
	font-size: 24px;
	font-weight: 800;
	color: #3157AF;
	margin-left: 90px;
}

header .rightDiv .menu>ul>li:last-child {
	padding-right: 0;
}

header .rightDiv .menu>ul>li>a {
	height: 90px;
	display: block;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #495057;
	position: relative;
	font-size: 16px;
	line-height: 90px;
	padding-bottom: 5px;

}

header .rightDiv .menu>ul>li:last-child {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #999;
}

/* header .rightDiv .menu>ul>li:last-child img {
	margin-right: 10px;
}

header .rightDiv .menu>ul>li:last-child>a {
	color: #999;
}
 */
header .rightDiv .menu>ul>li:last-child>a.now {
	color: #fff;
	font-weight: bold;
}

header .rightDiv .menu>ul>li:last-child>a::after {
	display: none;
}

header .rightDiv .menu>ul>li>a::after {
	content: "";
	width: 0;
	height: 3px;
	background: #f05a59;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	transition: .5s;
}


header .rightDiv .menu>ul>li.now {
	color: #3157af;
}

header .rightDiv .menu>ul>li.now>a {
	border-bottom: 4px solid #3157af;
	color: #3157af;
}

/* 
header .rightDiv .menu>ul>li:hover a span,
header .rightDiv .menu>ul>li:focus a span,
header .rightDiv .menu>ul>li.on a span,
header .rightDiv .menu>ul>li.active a span {
	display: block;
	width: 20px;
	height: 2px;
	background: #009a44;
	margin: 0 auto;
	margin-top: 1rem;

	/* background: #3fba9e;
	border-bottom: 2px #3fba9e solid; */
}

header .rightDiv .menu>ul>li:focus>a,
header .rightDiv .menu>ul>li.on>a,
header .rightDiv .menu>ul>li.active>a {
	color: #f05a59;
}

header .rightDiv .menu ul li div.down_list {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 0.625rem;
	margin-top: -0.65rem;
	display: none;
}

header .rightDiv .menu ul li div.down_list ul li a {
	text-align: center;
	display: block;
}

header .mbtn {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(/template/eyou/mobile/img/menu1.svg) no-repeat center center;
	background-size: 70%;
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	z-index: 9999;
}


header .mbtn:active {
	opacity: .8;
}

header.header2 .rightDiv .menu>ul>li>a {
	color: #FFFFFF;
	margin: 0 2px;
	position: relative;
	text-transform: capitalize;
}

/* header.header2 .rightDiv .menu>ul>li:hover>a {
	border-bottom: 2px #FFFFFF solid;
}
 */
/* header.header2 .rightDiv .menu>ul>li>a.now {
	border-bottom: 2px #FFFFFF solid;
} */

/* header.header2 .rightDiv .menu>ul>li>ul>li:hover a {
	border-bottom: none;
} */

/* header .rightDiv .menu>ul>li:last-child>a {
	padding: 0;
	margin: 0;
	margin-top: 2.5rem;
	margin-left: 1rem;
}
 */
body.on-menu header .mbtn {
	background: url(/template/eyou/mobile/img/menu-hide1.svg) no-repeat center center;
	background-size: 40%;
	z-index: 9999;
}

.menu,
.menu ul li,
.menu ul li a,
.menu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	display: block;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}


.menu #menu-button {
	display: none
}

.menu {
	width: auto;
}

#menu-line {
	position: absolute;
	top: 0;
	left: 0;
	height: 3px;
	background: #b3c9e2;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out
}

.menu>ul>li {
	float: left;
}

/* header .rightDiv .menu>ul>li:last-child {
	background: #f05a59;
	border-radius: 4px;
	width: 170px;
	height: 36px;
	line-height: 36px;
	color: #FFFFFF !important;
	font-size: 16px;
	text-align: center;
	padding: 0;
	margin-top: 25px;
	margin-left: 30px;
} */

header .rightDiv .menu>ul>li:last-child img {
	margin-right: 10px;
}


/*.menu.align-center>ul{font-size:0;text-align:center}
.menu.align-center>ul>li{display:inline-block;float:none}
.menu.align-center ul ul{text-align:left}
.menu.align-right>ul>li{float:right}
.menu.align-right ul ul{text-align:right}*/
.menu>ul>li>a {
	padding: 0;
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
	color: #333;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease
}

.menu>ul>li:hover>a,
.menu>ul>li.active>a {
	color: #3157af;
}

/* .menu>ul>li.has-sub>a {
	padding-right: 20px;
} */

/*.menu>ul>li.has-sub>a::after{position:absolute;top:50%;margin-top:-6px;right:-15px;width:8px;height:8px;border-bottom:1px solid #000;border-right:1px solid #000;content:"";-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:border-color .2s ease;-moz-transition:border-color .2s ease;-ms-transition:border-color .2s ease;-o-transition:border-color .2s ease;transition:border-color .2s ease}*/
/* .menu>ul>li.has-sub>a::after {
	position: absolute;
	top: 50%;
	margin-top: -3px;
	right: 0;
	width: 10px;
	height: 6px;
	content: "";
	 background: url(/template/eyou/mobile/img/xia.png) no-repeat; */
/*} */
.menu ul li {
	/* overflow: hidden; */
}

.menu ul li:hover {
	/* overflow: visible; */
}

/*.menu>ul>li.has-sub:hover>a::after,.menu>ul>li.has-sub.on>a::after{border-color:#fff}*/
.menu ul ul {}

.menu ul li:hover>ul {
	top: 90px;
	opacity: 1;
	visibility: visible;

}

/*.menu.align-right li:hover>ul{right:0}*/
.menu ul ul ul {
	right: 100%;
	top: 0;
	width: 100%;
}

.menu ul ul li:hover>ul {
	margin-left: 0;
}

.menu ul ul li:hover {
	/* background: #d7e5f6; */
}

/*.menu.align-right ul ul ul{margin-left:0;margin-right:100%}*/
.menu ul ul {

	width: 100%;
	/* margin-left: -8px; */
	text-align: left;
	top: 120px;
	position: absolute;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
	left: 0;
	box-shadow: 0 0 5px #ccc;
}

.menu ul ul {
	min-width: 100%;
	width: auto;
	white-space: nowrap;
	/* margin-left: -8px; */
	text-align: left;
	top: 120px;
	position: absolute;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
	left: 0;
	box-shadow: 0 0 5px #ccc;
}

.menu ul ul .ul {
	background: rgba(255, 255, 255, 1);
	/* border-radius: 6px; */
	box-shadow: 0px 5px 5px rgba(0, 0, 0, .1);
	padding: 10px 0;
}

.menu ul ul li {
	padding: 0 20px;
	-webkit-transition: height .2s ease;
	-moz-transition: height .2s ease;
	-ms-transition: height .2s ease;
	-o-transition: height .2s ease;
	transition: height .2s ease;
	/* text-align: center; */
}

/*.menu ul ul li:first-child{border-radius: 6px 6px 0 0;}*/

/*.menu ul ul li a{padding:10px;width: width: 100%;;font-size:15px;text-decoration:none;color:#666666;-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-ms-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease}
.menu ul ul li:hover>a,.menu ul ul li a:hover{color:#81D8D0;background: #F9F9F9;}*/
.menu ul ul li>a {
	display: flex;
	align-items: center;
	color: #333;
	/* border-bottom: 1px solid #e5e5e5; */
	text-decoration: none;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	padding: 10px 0;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
}

.menu ul ul li>a span {
	font-size: 40px;
	padding-top: 1px;
	margin-right: 5px;
}

.menu ul ul li>a:hover,
.menu ul ul li a:hover {
	color: #3157af;
	border: 0;
}

.menu ul ul li:last-child>a {
	border: 0;
}

.bannerIndex .swiper-pagination-bullet {
	width: 35px;
	height: 10px;
	opacity: 0.8;
	border-radius: 0;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 5px;
}

.bannerIndex .swiper-pagination-bullet-active {
	background: #ffffff;
	opacity: 1;
}

.bannerIndex {
	position: relative;
	margin-top: 90px;
}

.banner2 div {
	width: 1200px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%);
	font-weight: 500;
	color: #FFFFFF;
	line-height: 48px;
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
}

.banner2 div p {
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
}

.banner2 div a {
	color: #fff;
}

.bannerSwiperC {
	position: absolute;
	width: 1200px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.bannerSwiperC1 {
	display: flex;
	justify-content: space-between;
	width: 82.9%;
	padding-bottom: 40px;
	border-bottom: 1px solid #c3c3c3;
}

.bannerSwiperC1 li {
	color: #fca200;
}

.bannerSwiperC1 p {
	width: 630px;
	color: #333;
	line-height: 24px;
}

.bannerSwiperC2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 82.9%;
	padding-right: 50px;
}

.bannerSwiperC2 div {
	width: 30%;
	color: #333;
	white-space: nowrap;
}

.bannerSwiperC2 div:nth-child(3n) {
	width: 315px;
}

.bannerSwiperC2 div img {
	margin-right: 15px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 40px;
}

ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}



ul.pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	margin-bottom: 80px;
	flex-wrap: wrap;
}

ul.pagination li {
	border-radius: 2px;
	box-shadow: none;
	margin: 0 3px;
	font-size: 13px;
	color: #333;
}

ul.pagination li a {
	color: #333;
	background: #fff;
	display: block;
	padding: 0px 10px;
	border: 1px solid #EEEEEE;
}


.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	z-index: 3;
	cursor: default;
	background: #3157af;
	border-color: #3157af;
	color: #fff;
}

ul.pagination li:hover a,
ul.pagination li.active a {
	color: #fff;
	background: #3157af;
	border-color: #3157af;
}





/* anli */
.anliListW {
	padding: 30px 0 1px;
}

/* fnagan */
.fanganNavW {
	width: 100%;
	height: 70px;
	background: #f8f8f8;
	display: flex;
	align-items: center;
}

.fanganNav {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	height: 100%;
}

.fanganNav a {
	display: flex;
	align-items: center;
	position: relative;
	height: 100%;
	margin: 0 20px;
	font-size: 16px;
	font-weight: 400;
	color: #495057;
	line-height: 24px;
	text-align: center;
}
.fanganNav a:hover,
.fanganNav a.fanganNavActive {
	font-weight: bold;
	color: #3157AF;
	line-height: 24px;
}

.fanganNav a.fanganNavActive::after {
	content: '';
	position: absolute;
	width: 50%;
	height: 4px;
	background: #3157af;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
}

.fanganNav a:first-child {
	margin-left: 0;
}

.fanganNav span {
	display: block;
	width: 4px;
	height: 15px;
	background: #e1e1e1;
}

.lxwmT {
	display: flex;
	justify-content: space-between;
	padding: 30px 40px;
	width: 100%;
	height: 500px;
	background: #FFFFFF;
	box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.08);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 60px auto;
}

.lxwmTTitle {
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	position: relative;
	padding-left: 10px;
	margin-bottom: 25px;
}

.lxwmTTitle::after {
	content: '';
	width: 4px;
	height: 16px;
	background: #3157AF;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.lxwmTL {
	width: 510px;
	border-right: 1px solid #eeeeee;
}

.lxwmTLList {
	margin-bottom: 30px;
}

.lxwmTLList,
.lxwmTLList p {
	display: flex;
	align-items: flex-start;
}

.lxwmTLList p span {
	margin-right: 20px;
	white-space: nowrap;
}

.lxwmTLList>img {
	margin-right: 10px;
}

.lxwmTR {
	width: 570px;
}

.lxwmTLListEWM {
	margin-right: 35px;
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	color: #999999;
}

.lxwmTLListEWM p {
	justify-content: center;
}

.lxwmTLListEWM img {
	width: 106px;
	height: 106px;
}

.lxwmdt {
	width: 100%;
	height: auto;
	margin-bottom: 75px;
}

div.lxwmTR form div {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

div.lxwmTR input[type="text"] {
	width: 275px;
	height: 40px;
	background: #FFFFFF;
	border: 1px solid #E6E6E6;
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.lxwmTR>form>textarea {
	width: 100%;
	height: 168px;
	background: #FFFFFF;
	border: 1px solid #E6E6E6;
	border-radius: 4px;
	padding: 15px;
	resize: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lxwmTRsubmit {
	width: 275px;
	height: 40px;
	background: #3157AF;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	border: none;
	cursor: pointer;
	margin-top: 20px;
}

.newW,
.newsW {
	display: flex;
	justify-content: space-between;
	margin: 50px auto;
}

.newWL {
	width: 850px;
}

.newWRW {
	width: 310px;
	margin-bottom: 40px;
}

.newWR {
	width: 100%;
	height: auto;
	background: #F8F8F8;
	margin-top: 40px;
}

.newWRTitle {
	width: 100%;
	height: 60px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #eeeeee;
	padding: 0 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.newWRTitle p {
	border-left: 4px solid #3157af;
	padding-left: 10px;
	height: 17px;
	line-height: 17px;
	font-size: 18px;
	font-weight: bold;
	color: #333C4E;
}

.listStyle14 {
	padding: 20px 23px 1px;
}

.newW1L,
.newsW1L {
	width: 850px;
}

.newW1LTitle {
	font-weight: bold;
	color: #0E0E0E;
	padding-bottom: 20px;
	border-bottom: 1px solid #eeeeee;
	font-size: 16px;

}

.newW1LTitle1 {
	font-size: 14px;
	font-weight: 400;
	color: #999999;
}

.newW1LC {
	padding: 1px 0 30px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 20px;
}
.newW1LC h3{font-size:1.2em;font-weight:600;}
.newW1LC p {
	margin-bottom: 5px;
	font-size:14px;
}

.newW1LC img {
	max-width: 100%;
}

.newW1LFy {
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #555555;
}

.newW1LFy:hover {
	color: #3157af;
}

.newWR1C {
	padding: 20px 23px 1px;
}

.newWR1C img {
	width: 100%;
}

.newWR1C li {
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px solid #e6e6e6;
	font-size: 15px;
	font-weight: 400;
	color: #495057;
}

.newWR1C>a {
	display: block;
	font-size: 14px;
	color: #495057;
	width: 100%;
	padding: 15px 0 15px 10px;
	border-bottom: 1px solid #e6e6e6;
	position: relative;
}

.newWR1C>a::after {
	content: '';
	position: absolute;
	top: 27px;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #495057;
}

.news0Title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;
	color: #868E96;
}

.news0Title div {
	display: flex;
	align-items: flex-end;
	font-size: 18px;
	color: #a1a7ac;
}

.news0Title div p span {
	font-size: 30px;
	font-weight: bold;
	color: #495057;
	margin-right: 5px;
}

.news0Title div img {
	margin-right: 10px;
}

.news0Title>a {
	font-size: 16px;
	font-weight: 400;
	color: #868E96;
}

.us_0 {
	padding-bottom: 80px;
}

.news0_0C {
	display: flex;
	justify-content: space-between;
}

.news0_0CL {
	position: relative;
	width: 500px;
	height: 365px;
}

.news0_0CL img {
	width: 100%;
	height: 100%;
}

.news0_0CL p {
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	width: 100%;
	height: 56px;
	background: rgba(49, 87, 175, 0.78);
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.news0_0CR {
	width: 656px;
}

.news0_0CRList {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #eeeeee;
	padding: 20px 0;
}

.news0_0CRListL {
	width: 545px;
}

.news0_0CRListL li {
	font-size: 18px;
	font-weight: bold;
	color: #495057;
	line-height: 36px;
}

.news0_0CRListL p {
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	line-height: 24px;
}

.news0_0CRListR div {
	font-size: 48px;
	font-weight: bold;
	color: #CCCCCC;
}

.news0_0CRListR p {
	font-size: 12px;
	font-weight: 400;
	color: #CCCCCC;
	line-height: 36px;
	text-align: center;
}

.news0_1 {
	padding: 80px 0 70px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.news0_1 .listStyle2 div {
	height: 425px;
}

.news0_1 .listStyle2 div img {
	width: 100%;
	height: 256px;
}

.news0_1 .listStyle2 ul li {
	margin: 10px 0;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

.news0_1 .listStyle2 ul a {
	font-size: 14px;
	font-weight: 400;
	color: #3157AF;
	line-height: 24px;
}

.news0_2 {
	padding-bottom: 50px;
}

.news0_2C {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

a.news0_2List {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 585px;
	height: 124px;
	background: #f8f8f8;
	padding: 20px 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.news0_2ListL {
	width: 66px;
	height: 60px;
	border: 1px solid #3157af;
}

.news0_2ListL li {
	width: 100%;
	height: 24px;
	background: #3157af;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.news0_2ListL p {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 34px;
}

.news0_2ListR {
	width: 455px;
}

.news0_2ListR li {
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.news0_2ListR p {
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.us_0_t {
	display: flex;
	justify-content: space-between;
}

.us_0_tl {
	width: 670px;
}

.us_0_tl>p {
	margin-bottom: 30px;
	font-size: 15px;
	font-weight: 400;
	color: #495057;
	line-height: 30px;
}

.us_0_t img {
	width: 475px;
	height: 306px;
	background: #310401;
}

.us_0_B {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 160px;
	background: #FFFFFF;
	box-shadow: 0px 0px 18px 0px rgba(225, 230, 240, 0.66);
	padding: 40px 0;
}

.us_0_B div {
	width:33%;
	padding-left: 35px;
	cursor: pointer;
}

.us_0_B div li {
	display: flex;
	align-items: flex-end;
	font-weight: bold;
	
}


.us_0_B div span:last-child {
	position: relative;
	top: 5px;
}

.us_0_B div span:first-child {
	font-size: 36px;
	margin-right: 10px;
}

.us_0_B div p {
	font-weight: 400;
	color: #868E96;
	margin-top: 15px;
}
.us_0_B div:hover p {
font-weight: 600;
}
.us_0_B>span {
	width: 1px;
	height: 48px;
	background: #495057;
	opacity: 0.2;
}

.us_1 {
	position: relative;
	height: 536px;
	padding: 1px;
	background: #3157af;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.us_1>img{
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}
.us_1 li,
.us_1 ul {
	width: 560px;
	margin-left: calc(50% + 60px);
}

.us_1 li {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 30px;
}

.us_1 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 15px;
	font-weight: 400;
	color: #FFFFFF;
}

.us_1 ul p {
	width: 49%;
	margin-bottom: 20px;
}

.us_1 ul p img {
	margin-right: 10px;
}

.us_2 {
	display: flex;
	justify-content: space-between;
	padding: 110px 0 100px;
}

.usTitle {
	font-size: 16px;
	font-weight: bold;
	color: #495057;
	line-height: 30px;
}

.us_2L {
	width: 630px;
}

.us_2L ul div {
	display: flex;
	align-items: center;
	width: 628px;
	height: 72px;
	background: #FCFCFC;
	border-radius: 4px;
	padding: 14px 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10px;
	font-size: 14px;
	
	font-weight: 400;
	color: #495057;
}
.us_2L ul a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 300px;
	height: 40px;
	background: rgba(255, 255, 255, 0);
	border: 1px solid #868E96;
	border-radius: 20px;
	font-size: 14px;
	font-weight: 400;
	color: #3157AF;
}
.us_2L ul div span {
	display: block;
	font-size: 12px;
	color: #b0b6bd;
}

.us_2L ul div img {
	margin-right: 10px;
}

.us_2R {
	width: 503px;
	height: 330px;
}

.usTitle span {
	color: #3157AF;
}

.us_3 {
	padding: 80px 0 70px;
}

.us_3T {
	text-align: center;
}

.us_3T li ,.us_3T h3  {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.us_3T p {
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	margin: 15px 0 45px;
}

.us_3 ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.us_3 ul div p {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	height: 65px;
	padding: 15px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 18px;
	
	font-weight: bold;
	color: #495057;
}

.us_3 ul div img {
	width: 100%;
	height: 260px;
}

.us_4 {
	padding: 50px 0 100px;
}

.us_4 ul,
.us_5 ul {
	display: flex;
	flex-wrap: wrap;
}

.us_4 ul div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 224px;
	height: 114px;
	background: #FFFFFF;
	border: 1px solid #E6E6E6;
	margin: 0 20px 20px 0;
}

.us_4 ul div:nth-child(5n),
.us_5 ul div:nth-child(4n) {
	margin-right: 0;
}

.us_4 ul div img,
.us_5 ul div img {
	max-width: 100%;
	max-height: 100%;
}

.us_5 {
	background: #f8f9fa;
	padding: 95px 0;
}

.us_5 ul div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 285px;
	height: 160px;
	background: #FFFFFF;
	border-radius: 4px;
	margin: 0 20px 20px 0;
}

.us2C {
	display: flex;
	flex-wrap: wrap;
}

.us2C li {
	display: block;
	width: 33%;
	height: auto;
	margin-bottom:10px;
	padding:5px;
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	color: #495057;
}

.us2C a:nth-child(4n) {
	margin-right: 0;
}

.us2C li img {
	width: 100%;
	height: auto;
}

.us2Title {
	display: flex;
	align-items: flex-end;
	padding: 50px 0;
}

.us2Title span , .us2Title h2 {
	font-weight: bold;
	color: #495057;
	margin-right: 20px;
}

.us2Title p {
	font-size: 16px;
	font-weight: 400;
	color: #c8cbce;
	position: relative;
	top: 5px;
}

.us3List2_W {
	padding: 95px 0;
}

.us3List {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 100px auto;
}

.us3List ul,
.us3List2_WC ul {
	width: 455px;
}

.us3List ul li,
.us3List2_WC ul li {
	font-size: 16px;
	font-weight: bold;
	color: #495057;
}

.us3List ul div,
.us3List2_WC ul div {
	font-size: 16px;
	font-weight: 400;
	color: #c8cbce;
	margin: 15px 0 40px;
}

.us3List ul p,
.us3List2_WC ul p {
	font-size: 15px;
	font-weight: 400;
	color: #495057;
	line-height: 30px;
}

.us3List2_WC ul li,
.us3List2_WC ul p {
	color: #FFFFFF;
}

.us3List2_WC ul div {
	color: #adb0b6;
}

.us3List2_WC {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.us3List2_WCL {
	width: 654px;
	height: 408px;
}

.us3List2_WCL .swiper-horizontal>.swiper-pagination-bullets,
.us3List2_WCL .swiper-pagination-bullets.swiper-pagination-horizontal,
.us3List2_WCL .swiper-pagination-custom,
.us3List2_WCL .swiper-pagination-fraction {
	bottom: 0;
	height: 40px;
	background: rgba(0, 0, 0, 0.6);
}

.us3List2_WCL .swiper-pagination-bullet-active {
	background: #fff;
}

.us3List2_WCL .swiper-pagination-bullet {
	background: rgba(255, 255, 255, 0.6);
	width: 10px;
	height: 10px;
}

.us4Title {
	margin-bottom: 35px;
}

.us4Title div {
	display: flex;
	align-items: center;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 15px;
}

.us4Title div span {
	color: #495057;
}

.us4Title div p {
	color: #3157AF;
}

.us4Title>p {
	font-size: 16px;
	font-weight: 400;
	color: #868E96;
}

.us4_1 ul {
	display: flex;
	flex-wrap: wrap;
}

.us4_1 ul a {
	margin-right: 10px;
	margin-bottom: 45px;
}

.us4_1 ul a:nth-child(4n) {
	margin-right: 0;
}

.us4_1 ul a li {
	height: 85px;
	position: relative;
	padding-top: 20px;
	font-size: 24px;
	font-weight: 300;
	color: #333333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.us4_1 ul a li::after {
	content: '';
	position: absolute;
	width: 30px;
	height: 1px;
	background: #000000;
	left: 0;
	bottom: 20px;
}

.us4_1 ul a p {
	font-size: 16px;
	font-weight: 300;
	color: #333333;
}

.us4_1 {
	margin: 75px auto;
}

.us4_2 {
	min-height: 578px;
	padding: 75px 0;
}

.us4_3 {
	margin: 90px auto;
}

.us4_3C {
	display: flex;
	flex-wrap: wrap;
}

.us4_3CList {
	width: 380px;
	background: #FFFFFF;
	border: 1px solid #E6E6E6;
	box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.08);
	text-align: center;
	margin: 0 30px 30px 0;
}

.us4_3CList:nth-child(3n) {
	margin-right: 0;
}

.us4_3CList img {
	width: 80px;
	height: 80px;
	margin: 50px auto 30px;
}

.us4_3CList li {
	font-size: 16px;
	font-weight: bold;
	color: #495057;
	margin-bottom: 13px;
}

.us4_3CList p {
	font-weight: 400;
	opacity: 0.7;
}

.us4_2T {
	text-align: center;
}

.us4_2T li {
	font-size: 30px;
	
	font-weight: bold;
	color: #FFFFFF;
}

.us4_2T div {
	width: 82.5%;
	font-size: 16px;
	
	font-weight: 400;
	color: #FFFFFF;
	margin: 40px auto;
}

.us5List {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
	border: 1px solid #EEEEEE;
	box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.08);
}

.us5List ul {
	width: 425px;
	padding: 0 35px;
}

.us5List ul li {
	font-size: 30px;
	
	font-weight: bold;
	color: #3157AF;
}

.us5List ul div {
	font-size: 18px;
	
	font-weight: bold;
	color: #495057;
	margin: 20px 0;
}

.us5List ul p {
	font-size: 14px;
	
	font-weight: 400;
	color: #868E96;
	line-height: 30px;
}

.us5List>img {
	width: 775px;
	height: 351px;
}

.us5 {
	margin-bottom: 70px;
}

.timew {
	width: 480px;
	padding-left: 50px;
}

.timeList {
	width: 40px;
	text-align: center;
	position: relative;
}

.timeList::after {
	content: '';
	width: 49px;
	height: 1px;
	position: absolute;
	background: #BDBEBE;
	right: -41px;
	top: 13px;
}

.swiper-slide:last-child .timeList::after {
	content: '';
	width: 0;
}

.timeList div {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #c6d3c4;
	width: 24px;
	height: 24px;
	border-radius: 100%;
	text-align: center;
	margin: 0 auto;
}

.timeList div span {
	display: block;
	width: 15px;
	height: 15px;
	background: #cad7c5;
	border-radius: 100%;
}

.timeList p {
	font-size: 16px;
	font-weight: normal;
	color: #CAD7C5;
	text-align: center;
}

.swiper-slide-thumb-active .timeList div {
	border: 1px solid #65c430;
	color: #65c430;
}

.swiper-slide-thumb-active .timeList div span {
	background: #65c430;
}

.swiper-slide-thumb-active .timeList p {
	color: #65c430;
}

.timeC {
	width: 685px;
	font-size: 24px;
	
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin: 70px auto;
}

.mySwiper2 {
	width: 862px;
}

.timeCW li {
	position: absolute;
	top: 40px;
	padding: 0 50px;
	font-size: 36px;
	font-weight: normal;
	color: #CCCCCC;
}

.timeCW li.timeCWR {
	right: 0;
}

.mySwiper2 .swiper-button-next,
.mySwiper2 .swiper-button-prev {
	top: 30px;
	width: 35px;
	height: 35px;
}

.mySwiper2 .swiper-button-next:after,
.mySwiper2 .swiper-button-prev:after,
.mySwiper3 .swiper-button-next:after,
.mySwiper3 .swiper-button-prev:after {
	width: 35px;
	height: 35px;
	border-radius: 100% 100%;
	background: rgba(0, 0, 0, 0.3);
	font-size: 15px;
	text-align: center;
	line-height: 35px;
}

.mySwiper3 .swiper-button-next:after,
.mySwiper3 .swiper-button-prev:after,
.mySwiper3 .swiper-button-next,
.mySwiper3 .swiper-button-prev {
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 25px;
}

.mySwiper3 .swiper-button-prev,
.mySwiper3 .swiper-rtl .swiper-button-next {
	left: 0;
}

.mySwiper3 .swiper-button-next,
.mySwiper3 .swiper-rtl .swiper-button-prev {
	right: 0;
}

.mySwiper3 {
	width: 1370px;
	height: 630px;
	padding-top: 70px;
	margin-top: -30px;
	margin-left: -90px;
}

.swiper.mySwiper3_1 {
	width: 814px;
	position: absolute;
	right: 40px;
	top: 0;
}

.sanlW {
	width: 1160px;
	height: 506px;
	background: #FFFFFF;
	box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.17);
	padding: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	/* margin: 0 auto; */
	margin-left: 90px;
	position: relative;
	display: flex;
	justify-content: space-between;
}

.sanlWL {
	width: 632px;
	height: 426px;
}

.sanlWR {
	width: 486px;
	height: 500px;
	background: #3157AF;
	position: absolute;
	right: -35px;
	top: 40px;
	padding: 30px 30px 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
}

.sanlWR_0 {
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
}

.sanlWR_1 {
	font-weight: bold;
	color: #FFFFFF;
}

.sanlWR_2 {
	font-size: 16px;
	
	font-weight: 400;
	color: #FFFFFF;
	margin: 15px 0 30px;
}

.sanlWR_3 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 140px;
	height: 40px;
	background: #3157AF;
	border: 1px solid #FFFFFF;
	border-radius: 20px;
	font-size: 14px;
	
	font-weight: 400;
	color: #FFFFFF;
}
.sanlWR_3:hover{
	background: #fff;
	color: #3157AF;
	border: 1px solid #3157AF;
}

.pro4_Title {
	text-align: center;
	margin: 40px auto 40px;
}

.pro4_Title ul {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:16px;
	font-weight: bold;
	color: #333333;
	line-height: 32px;
	margin-bottom: 10px;
}

.pro4_Title ul span {
	width: 40px;
	height: 4px;
	border-radius: 2px;
	margin: 0 10px;
}

.pro4_Title ul span:first-child {
	background: #d6ddef;
	/* 针对不支持渐变的浏览器 */
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.3), #d6ddef);
	/*  Safari 5.1 到 6.0 */
	background: -o-linear-gradient(right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.3), #d6ddef);
	/*  Opera 11.6 到 12.0 */
	background: -moz-linear-gradient(right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.3), #d6ddef);
	/*  Fx 3.6 到 15 */
	background: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.3), #d6ddef);
}

.pro4_Title ul span:last-child {
	background: #d6ddef;
	/* 针对不支持渐变的浏览器 */
	background: -webkit-linear-gradient(left, #d6ddef, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
	/*  Safari 5.1 到 6.0 */
	background: -o-linear-gradient(right, #d6ddef, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
	/*  Opera 11.6 到 12.0 */
	background: -moz-linear-gradient(right, #d6ddef, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
	/*  Fx 3.6 到 15 */
	background: linear-gradient(to right, #d6ddef, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
}

.pro4_Title>p {
	font-size: 14px;
	
	font-weight: 400;
	color: #B0B0B0;
	line-height: 32px;
}

.pro4_0C {
	font-size: 14px;
	
	font-weight: 400;
	color: #333333;
	line-height: 32px;
	padding-bottom: 50px;
}

.pro4_0C p {
	margin-bottom: 30px;
}

.pro4_1 {
	background: #f5f7fa;
	padding: 1px 0 60px;
}

.pro4_1CListW,
.pro4_2C {
	display: flex;
	flex-wrap: wrap;
}

.pro4_1CListW a {
	display: block;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	margin: 0 30px 30px 0;
}

.pro4_1CListW a:nth-child(3n) {
	margin-right: 0;
}

.pro4_1CListW a img {
	width: 100%;
	height: 251px;
}

.pro4_1CListW a p ,.pro4_1CListW a h3 {
	width: 100%;
	font-weight: 400;
	color: #333333;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align:center;
}

.pro4_2C a {
	display: block;
	width: 224px;
	height: 235px;
	margin: 0 20px 20px 0;
}

.pro4_2C a:nth-child(5n) {
	margin-right: 0;
}

.pro4_2C a img {
	width: 100%;
}

.pro4_2C a p {
	margin: 15px 0;
	font-size: 14px;
	
	font-weight: 400;
	color: #333333;
	line-height: 24px;
}

.pro2 {
	display: flex;
	justify-content: space-between;
	padding: 60px 0;
}

.pro2L {
	width: 230px;
	height: auto;
}

.pro2L a {
	display: flex;
	align-items: center;
	height: 52px;
	width: 100%;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	
	font-weight: 400;
	color: #333333;
	line-height: 36px;
}

.pro2L .pro2LTitle,
.pro1L .pro1LTitle {
	display: flex;
	align-items: center;
	width: 100%;
	height: 50px;
	background: #3157AF;
	padding-left: 15px;
	font-size: 16px;
	
	font-weight: bold;
	color: #FFFFFF;
}

.pro2L a p {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	border-bottom: 1px solid #eeeeee;
}

.pro2R {
	width: 940px;

}

.pro2RT {
	display: flex;
	justify-content: space-between;
}

.pro2RTR {
	width: 390px;
}

.pro2RTR0 {
	font-size: 12px;
	
	font-weight: 400;
	color: #666666;
	line-height: 30px;
}

.pro2RTR1 {
	font-size: 24px;
	
	font-weight: bold;
	color: #333333;
	line-height: 36px;
}

.pro2RTR2 {
	font-size: 14px;
	
	font-weight: 400;
	color: #666666;
	line-height: 30px;
}

.pro2RTR3 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.pro2RTR3 div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 186px;
	height: 40px;
	font-size: 14px;
	
	font-weight: bold;
}

.pro2RTR3 div:first-child {
	background: #F0495D;
	border: 1px solid #F0495D;
	color: #FFFFFF;
}

.pro2RTR3 div:last-child {
	background: #FFFFFF;
	border: 1px solid #3157AF;
	color: #3157AF;
}

.pro2RB {
	padding: 60px 0;
}

.pro2RBTitle {
	display: flex;
	align-items: center;
	width: 100%;
	height: 40px;
	background: #EEEEEE;
	border: 1px solid #E6E6E6;
}

.pro2RBTitle p {
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0 20px;
	background: #3157AF;
	font-size: 14px;
	
	font-weight: bold;
	color: #FFFFFF;
}

.pro2RBC p {
	font-size: 14px;
	
	font-weight: 400;
	color: #555555;
	line-height: 30px;
}

.pro1 {
	display: flex;
	justify-content: space-between;
	padding: 60px 0;
}

.pro1L {
	width: 230px;
}

.pro1LTitle {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.pro1LList {
	width: calc(100% - 15px);
	border-bottom: 1px solid #dddddd;
	margin-left: 15px;
}

.pro1LList li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	
	font-weight: 400;
	color: #333333;
	width: 100%;
	line-height: 36px;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.pro1LList li span {
	display: block;
	cursor: pointer;
	width: 10px;
	height: 10px;
	background: url(/template/eyou/mobile/img/jia.png) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	color: #99abb7;
}

.pro1LList li.pro1LListA.on {
	color: #3157AF;
}

.pro1LList li.pro1LListA.on span {
	background: url(/template/eyou/mobile/img/jian.png) no-repeat;
}

.pro1LList ul {
	display: none;
}

.pro1LList ul a {
	position: relative;
	display: block;
	font-size: 12px;
	
	font-weight: 400;
	color: #333333;
	line-height: 36px;
	padding-left: 10px;
}

.pro1LList ul a::after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 5px;
	height: 5px;
	background: #CCCCCC;
}
.pro1LList ul a:hover,
.pro1LList ul a.pro1LListCActive {
	color: #3157AF;
}
.pro1LList ul a.pro1LListCActive::after {
	background: #3157AF;
}

.pro1R {
	display: flex;
	flex-wrap: wrap;
	width: 945px;
}

.pro1R a {
	display: block;
	margin: 0 25px 25px 0;
}

.pro1R a:nth-child(3n) {
	margin-right: 0;
}

.pro1R a div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 296px;
	height: 248px;
	background: #FFFFFF;
	border: 1px solid #C6C6C5;
}

.pro1R a img {
	max-width: 100%;
	max-height: 100%;
}

.pro1R a p {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 36px;
	text-align: center;
	font-size: 14px;
	
	font-weight: 400;
	color: #333333;
	margin-top: 5px;
}

.pro_0 {
	padding: 20px 0;
}

.pro_0 li ,.pro_0 h2  {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	line-height: 36px;
	text-align: center;
	margin-bottom: 35px;
}

.pro_0 p {
	font-size: 14px;
	
	font-weight: 400;
	color: #666666;
	line-height: 24px;
	margin-bottom: 20px;
}

.pro_0TelW {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 45px 0 65px;
}

.pro_0TelW div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 186px;
	height: 40px;
	background: #3157AF;
	border: 1px solid #3157AF;
	margin: 0 20px;
	color: #fff;
}

.pro_0TelW div:last-child {
	background: #FFFFFF;
	color: #3157AF;
}

.pro_0_PicList {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.pro_1C {
	padding: 1px 0 60px;
}

.pro_1CPicW {
	display: flex;
	align-items: center;
}

.pro_1CPicW div {
	display: block;
	width: 48%;
	height: auto;
	background: #FFFFFF;
	margin-right: 1%;
	margin-left:1%;
	margin-bottom:10px;
}

.pro_1CPicW div:last-child {
	margin-right: 0;
}

.pro_1CPicW img {
}

.pro_1CPicW div li {
	font-weight: bold;
	color: #333333;
	line-height: 24px;
	text-align: center;
}

.pro_1CPicW div p {
	font-size: 12px;
	font-weight: 400;
	color: #333333;
	margin: 10px;
}

.pro_2C {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.pro_2C div {
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.pro_2C div:nth-child(5n) {
	margin-right: 0;
}

.pro_2C div img {
	margin: 15px;
}

.pro_2C {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
}

.pro_3 {
	padding: 1px 0 20px;
}

.pro_3CSwiper {
	width: 100%;
	padding-bottom: 50px;
}

.pro_3CSwiper .swiper-horizontal>.swiper-pagination-bullets,
.pro_3CSwiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.pro_3CSwiper .swiper-pagination-custom,
.pro_3CSwiper .swiper-pagination-fraction {
	bottom: 0px;
}

.pro_3CSwiper .swiper-pagination-bullet {
	background: #fff;
	width: 18px;
	height: 18px;
}
.pro_3_0_List{
	display: flex;
	justify-content: space-between;
	background: #fff;
	padding: 25px 35px 25px 15px;
}
.pro_3_0_List>img{
	width: 495px;
	height: 315px;
}
.pro_3_0_List ul{
	width: 631px;
	height: 254px;
	font-size: 15px;
	
	font-weight: 400;
	color: #333333;
	line-height: 24px;
	padding-top: 20px;
	margin-left: 25px;
}
.pro_3_0_List p{
	margin-bottom: 20px;
}
.pro_4C {
	display: flex;
	flex-wrap: wrap;
}

.pro_4C div {
	margin: 0 20px 20px 0;
	background: #FFFFFF;
	box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.06);
	border-radius: 6px;
	padding: 30px 20px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

.pro_4C div:nth-child(4n) {
	margin-right: 0;
}

.pro_4C div img {
	width: 60px;
	height: 60px;
}

.pro_4C div li {	
	font-weight: bold;
	color: #2F5FAB;
	margin: 15px 0;
}

.pro_4C div p {
	width: 241px;
	height: 109px;
	font-size: 12px;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
}
.pro_4C div.pro_4CActive {
	background: #3157AF;
	box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.06);
	border-radius: 6px;
}
.pro_4_active{
	display: none;
}
.pro_4C div.pro_4CActive li,
.pro_4C div.pro_4CActive p {
	color: #fff;
}

.pro_5 {
	padding: 1px 0;
}

.pro_5C {
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #FFFFFF;
	box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
}

.pro_5C table {
	width: 100%;
	text-align: center;
}

.pro_5C table th {
	height: 56px;
	background: #3157AF;
	font-size: 12px;
	
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

.pro_5C table tr {
	height: 48px;
}
.pro_5C table tr:hover td{
	color: #3157AF;
	cursor: pointer;
}
.pro_5C table td {
	font-size: 12px;
	
	font-weight: 400;
	color: #666666;
	border: 2px solid #fff;
}

.pro_5C table td:first-child {
	font-size: 14px;
	
	font-weight: bold;
	color: #333333;
}

.pro_5C table tr:nth-child(odd) {
	background: #f8f9fd;
}

.pro_5Csm {
	font-size: 12px;
	color: #666;
	margin: 30px 0;
}

.pro_6 {
	padding-bottom: 50px;
}

.pro_6List {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.06);
	padding: 20px;
	margin-bottom: 20px;
}

.pro_6List img {
	width: 335px;
	height: 219px;
}

.pro_6List div {
	width: 780px;
	padding: 10px;
}

.pro_6List div li {
	color: #3157AF;
	margin-bottom: 25px;
	font-weight: bold;
}

.pro_6List div p {
}

.pro_7,
.pro_9 {
}

.pro_8C,
.pro_9C {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.pro_9C {
	display: none;
}

.pro_9CActive {
	display: flex;
}
.pro_8{
	margin-bottom: 50px;
}
.pro_8C a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 49%;
	height: 193px;
	background: #FFFFFF;
	border: 1px solid #E6E6E6;
	margin-bottom: 20px;
}

.pro_8C a div {
	width: 266px;
	margin-right: 20px;
}

.pro_8C a li {
	position: relative;
	width: 240px;
	font-size: 16px;
	
	font-weight: bold;
	color: #333333;
	line-height: 30px;
	padding-bottom: 30px;
}

.pro_8C a li::after {
	content: '';
	position: absolute;
	width: 41px;
	height: 3px;
	background: #3157AF;
	bottom: 20px;
	left: 0;
}

.pro_8C a p {
	width: 266px;
	height: 38px;
	font-size: 14px;
	
	font-weight: 400;
	color: #666666;
	line-height: 24px;
}

.pro_9CL {
	width: 528px;
	height: 376px;
	position: relative;
}

.pro_9CL img {
	width: 100%;
	height: 100%;
}

.pro_9CL p ,.pro_9CL h3{
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	width: 100%;
	height: 50px;
	background: rgba(0, 0, 0, 0.4);
	font-size: 16px;
	
	font-weight: 400;
	color: #FFFFFF;
	padding: 0 20px;
}
.pro_9CL p:hover ,.pro_9CL h3:hover  {background:#3157af }

.pro_9CR {
	width: 654px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.pro_9CR a {
	width: 316px;
	height: 178px;
	background: #FFFFFF;
	margin-bottom: 20px;
	padding: 0 20px;
}

.pro_9Iconb {
	display: none;
}


.pro_9CR a:hover .pro_9Iconb {
	display: block;
}

.pro_9CR a:hover .pro_9Iconh {
	display: none;
}

.pro_9CR a>li ,.pro_9CR a>h3 {
	font-size: 16px;	
	font-weight: bold;
	color: #333333;
	margin-top: 15px;
}



.pro_9CR a>p {
	font-size: 14px;
	overflow:hidden;
	font-weight: 400;
	color: #666666;
}
.pro_9CR a:hover{background: #3157af;}

.pro_9CR a:hover>li,.pro_9CR a:hover>p {color: #fff;}

.pro_9CR a>div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 276px;
	border-top: 1px solid #EEEEEE;
}

.pro_9CR a>div li {
	font-size: 18px;
	
	font-weight: bold;
	color: #868E96;
	margin-top: 5px;
}

.pro_9CR a>div p {
	font-size: 12px;
	
	font-weight: 400;
	color: #868E96;
}

.pro_10 {
	padding: 1px 0 100px;
}

.pro_10C {
	width: 522px;
	height: 329px;
}

.pro_10C .swiper-pagination {
	text-align: right;
}

.pro_10C .swiper-slide p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 522px;
	height: 40px;
	background: rgba(0, 0, 0, 0.4);
	font-size: 14px;
	
	font-weight: 400;
	color: #FFFFFF;
	padding: 0 15px;
}

.pro_10C .swiper-pagination-bullet {
	opacity: 1;
	background: rgba(255, 255, 255, 0.4);
}

.pro_10C .swiper-pagination-bullet-active {
	background: #fff;
}

.pro_10CWR {
	width: 48%;
}

.pro_10CW,
.pro_10CWR a {
	display: flex;
	justify-content: space-between;
}

.pro_10CWR a {
	align-items: flex-start;
}

.pro_10CWR a p {
	width: 85%;
	font-size: 14px;
}

.pro_10CWR a p span {
	position: relative;
	top: 5px;
	font-size: 30px;
}

.pro_10CWR a>span {
	font-size: 14px;
	
	font-weight: 400;
	color: #999999;
	margin-top: 5px;
}

.pro_10C .swiper-button-prev:after,
.pro_10C .swiper-rtl .swiper-button-next:after,
.pro_10C .swiper-button-next:after,
.pro_10C .swiper-rtl .swiper-button-prev:after {
	color: #fff;
	font-size: 30px;
}

.pro_11 {
	padding: 1px 0 85px;
	background: #f5f7fa;
}

.pro_11C {
	display: flex;
	align-items: center;
	justify-content: space-between;

}

.pro_11C div {
	background: #FFFFFF;
	border-radius: 10px;
	text-align: center;
}

.pro_11C div img {
	width: 100px;
	height: 100px;
	border-radius: 100%;
}

.pro_11C div li {	
	font-weight: bold;
	color: #2F5FAB;
	margin: 20px 0;
}

.pro_11C div p {
	font-size: 14px;
	
	font-weight: 400;
	color: #666666;
	line-height: 27px;
	text-align: left;
}

.homeTitle {
	position: relative;
}

.homeTitle::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -70px;
	width: 48px;
	height: 4px;
	background: #53BE35;
}

.homeTitle li {
	font-weight: bold;
	color: #495057;
	margin-bottom: 20px;
}

.homeTitle p ,.homeTitle h2 {	
	font-weight: 400;
	color: #868E96;
}

.home1C {
}

.home1CT {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.home1CTL ul {
	width: 560px;
	font-size: 16px;
	
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	margin: 30px 0;
}

.home1CTL ul a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 117px;
	height: 40px;
	background: rgba(255, 255, 255, 0);
	border: 1px solid #868E96;
	border-radius: 20px;
	font-size: 14px;
	font-weight: 400;
	color: #868E96;
}

.home1CTL ul :hover a {
	border: 1px solid #3157af;
	background: #3157af;
	color:#ffffff ;
}

.home1CTR {}

.home1CTR ul {
	width: 170px;
	height: 240px;
}

.home1CTR ul img {}

.home1CTR ul p {}

.home3,.home6 {	background: #f5f5f5;}

.home3NavWrap,
.home5T {
	display: flex;
	justify-content: space-between;
}

.home3NavW {
	display: flex;
	align-items: center;
}

.home3NavW a,
.home3NavW p {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	height: 36px;
	background: rgba(249, 250, 251, 0);
	border: 1px solid #868E96;
	border-radius: 18px;
	margin: 0 10px;
	font-size: 14px;
	
	font-weight: 400;
	color: #868E96;
	margin-bottom: 5px;
	cursor: pointer;
}

.home3NavW a:hover,
.home3NavW p:hover,
.home3NavW p.home3NavActive {
	color: #fff;
	background: #3157AF;
}

.home5 {
}

.home5T {
	align-items: flex-end;
}

.home5T a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 36px;
	background: rgba(249, 250, 251, 0);
	border: 1px solid #868E96;
	color: #868E96;
	border-radius: 18px;
	font-size: 14px;
	
	font-weight: 400;
}

.home5C {
	display: flex;
	justify-content: space-between;
}

.home5CList img {
	width: 380px;
	height: 250px;
}

.home5CListT {}

.home5CListT div {
	padding-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;
}

.home5CListT div li ,.home5CListT div h3 {
	height:60px;
	font-weight: 400;
	color: #333333;
	margin-top: 10px;
}

.home5CListT div p {
	font-size: 12px;
	font-weight: 400;
	color: #999999;
}

.home5CListB a {
	display: block;
	font-size: 14px;
	
	font-weight: 400;
	color: #333333;
}

.home5CListB a span {
	font-size: 40px;
	margin-right: 5px;
	position: relative;
	top: 7px;
}

.home2 {
	padding: 70px 0 60px;
}

.home2T {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.home2T ul {
	display: none;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.home2T ul.home2TActive {
	display: flex;
	flex-wrap: wrap;
}

.home2TL {
	width: 420px;
}

.home2TL li ,.home2TL h3 {	
	font-weight: bold;
	color: #FFFFFF;
}

.home2TL p {
	font-size: 15px;
	
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
}

.home2TL a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 117px;
	height: 40px;
	background: rgba(255, 255, 255, 0);
	border: 1px solid #FFFFFF;
	border-radius: 20px;
	font-size: 14px;
	
	font-weight: 400;
	color: #FFFFFF;
}

.home2TL a:hover {
	background: #fff;
	color: #3157af;
	border: 1px solid #3157af;
}

.home2B {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.8);
}

.home2B>div {
	text-align: center;
	position: relative;
	cursor: pointer;
	width: 130px;
	white-space: nowrap;
}

.home2B div:hover {
	color: #fff;
}

.home2B>img {
	position: relative;
	top: 50px;

}

.home2_2B,
.home2B>div:hover .home2_2H,
.home2B>div:hover .home2_2_00,
.home2BActive .home2_2H,
.home2_2_1_W .home2_2_1_0,
.home2BActive .home2_2_1_W .home2_2_1_0,
.home2BActive .home2_2_1_W .home2_2_00 {
	display: none;
}

.home2BActive .home2_2B,
.home2B>div:hover .home2_2B,
.home2B>div:hover .home2_2_1_0,
.home2BActive .home2_2_1_W .home2_2_1_0 {
	display: block;
	margin: 0 auto;
}

.home2_2_1_W {
	position: absolute;
	top: 45px;
	right: -90px;
	display: flex;
	align-items: center;
}

.home6Title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.home6Title li ,.home6Title h3  {
	position: relative;
	padding-left: 10px;
}

.home6Title li::before ,.home6Title h3::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 4px;
	height: 16px;
	background: #3157AF;
	border-radius: 2px;
}

.home6Title a {
	font-size: 12px;
	
	font-weight: 400;
	color: #999999;
}

.home6C {
	display: flex;
	justify-content: space-between;
	padding: 35px;
	background: #fff;
}

.home6CL {
	width: 495px;
	padding-right: 50px;
	border-right: 1px solid #eeeeee;
	margin-right: 30px;
}

.home6CLT li {
	font-size: 16px;
	
	font-weight: bold;
	color: #495057;
	margin: 10px auto;
}

.home6CLT p {
	font-size: 14px;
	font-weight: 400;
	color: #868E96;
}

.home6CLT div {
	font-size: 12px;
	
	font-weight: 400;
	color: #999999;
	margin: 20px 0;
}

.home6CR {
	width: 590px;
}

.home6ListW {
	width: 100% !important;
	margin: 20px 0 30px;
	border-top: 1px solid #eeeeee;
}

.home4C {
	position: relative;
	padding: 100px 0 50px;
}

.mySwiperNav {
	font-size: 14px;
	
	font-weight: 400;
	color: #FFFFFF;
	text-align: right;
}

.home4CNav {
	display: flex;
	align-items: center;

}

.sanlNavList {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 5px;
	color: #fff;
	border: 1px solid #fff;
	font-size: 14px;
	border-radius: 35px;
	
	font-weight: 400;
	color: #FFFFFF;
	cursor: pointer;
}
.swiper-slide-thumb-active .sanlNavList,
.sanlNavList:hover{
	background: #fff;
	color: #333;
}
.home4C .homeTitle li,
.home4C .homeTitle p {
	color: #fff;
}

.home4C .homeTitle::after {
	background: #fff;
}

/*PHONE屏幕下的专用形状*/
@media screen and (max-width:767px) {

	.wrap,	.wrap2,	div.w1800 {
		width: 92%;
		margin: 0 auto;
		font-size: 14px;
	}

	.showDiv {
		display: block;
	}

	.menu {
		width: 100%
	}

	.menu ul {
		width: 100%;
		display: block;
	}

	.menu ul ul {
		top: 0;
		border: 0;
		box-shadow: none;
		border-top: 1px #eee solid;
	}

	.menu ul ul .ul {
		background: #fff;
		box-shadow: none !important;
		border-radius: 0;
	}

	.menu>ul>li>a {
		padding: 0 20px;
	}

	.menu.align-center>ul,
	.menu.align-right ul ul {
		text-align: left
	}

	.menu ul li,
	.menu ul ul li,
	.menu ul li:hover>ul>li {
		width: 100%;
		height: auto;
		border-top: 1px solid rgba(255, 255, 255, .3)
	}

	.menu ul li:hover>ul {
		top: 0;
		width: 100%;
	}

	.menu ul li a,
	.menu ul ul li a {
		width: 100%
	}

	.menu>ul>li,
	.menu.align-center>ul>li,
	.menu.align-right>ul>li {
		float: none;
		display: block
	}

	.menu ul ul li a {
		padding: 0 20px 0 30px;
		font-size: 12px;
		background: 0 0
	}

	/*.menu ul ul li:hover>a,.menu ul ul li a:hover{color:#fff}*/
	.menu ul ul ul li a {
		padding-left: 40px
	}

	.menu ul ul,
	.menu ul ul ul {
		position: relative;
		left: 0;
		right: auto;
		width: 100%;
		margin: 0
	}

	.menu>ul>li.has-sub>a::after,
	.menu ul ul li.has-sub>a::after {
		display: none
	}

	#menu-line {
		display: none
	}

	.menu #menu-button {
		display: block;
		padding: 20px;
		color: #000;
		cursor: pointer;
		font-size: 12px;
		text-transform: uppercase
	}

	.menu #menu-button::after {
		content: '';
		position: absolute;
		top: 20px;
		right: 20px;
		display: block;
		width: 15px;
		height: 2px;
		background: #fff
	}

	.menu #menu-button::before {
		content: '';
		position: absolute;
		top: 25px;
		right: 20px;
		display: block;
		width: 15px;
		height: 3px;
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff
	}

	.menu .submenu-button {
		position: absolute;
		z-index: 10;
		right: 0;
		top: 0;
		display: block;
		border-left: 1px solid #eee;
		height: 52px;
		width: 52px;
		cursor: pointer
	}

	.menu .submenu-button::after {
		content: '';
		position: absolute;
		top: 21px;
		left: 26px;
		display: block;
		width: 1px;
		height: 11px;
		background: #999;
		z-index: 99
	}

	.menu .submenu-button::before {
		content: '';
		position: absolute;
		left: 21px;
		top: 26px;
		display: block;
		width: 11px;
		height: 1px;
		background: #999;
		z-index: 99
	}

	.menu .submenu-button.submenu-opened:after {
		display: none
	}

	.menu ul ul {
		background: transparent;
		border-bottom: none;
		padding: 0;
		width: 100%;
	}

	.menu ul ul ul {
		top: 0;
	}

	.menu li:hover>ul {
		left: auto;
		margin-left: auto;
	}

	.menu ul ul li>a:last-child {
		border-bottom: 0;
	}

	header .rightDiv .menu ul li ul li {
		border-bottom: 1px #eee dashed;
		border-top: 0;
	}

	header .rightDiv .menu ul li ul li:last-child {
		border: 0;
	}

	header .logo {
		width: 40%;
		margin-left: 0;
	}

	header .logo a {
		/* height: 35px; */
		margin-top: 5px;

	}

	.menu ul ul {
		visibility: visible;
		opacity: 1;
	}

	header .wrap {
		display: block;
	}


	header.header2 .rightDiv .menu>ul>li>a {
		color: #333;
	}

	header {
		position: fixed;
		z-index: 999;
		top: 0;
		left: auto;
		right: 0;
		width: 100%;
		height: 50px;
		padding-top: 0;
		background: rgba(0, 0, 0, 0.6);
		/* box-shadow: 0 0 5px #EEEEEE; */
		/* background: #000; */
		/*background-color: transparent;*/
		transition: right 300ms !important;
	}

	header.header2 {
		background: #FFFFFF;
		border: 0;
		box-shadow: 0 0 5px #EEEEEE;
	}


	header .rightDiv .menu>ul>li>a:hover {
		color: #009A44;
	}

	.on-fixed header {
		box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
	}



	/*body.on-menu header {right: 45%;}*/
	header .mbtn {
		display: block;
	}

	body.on-menu header .mbtn {
		z-index: 9999;
	}

	header .rightDiv .menu {
		float: right;
		position: fixed;
		top: 50px;
		right: 0;
		width: 100%;
		height: 100%;
		padding-top: 0;
		/* background-color: rgba(0, 0, 0, 0.9); */
		background: #fff;
		border-bottom: 1px solid #f8f8f847;
		transition: right 300ms;
		right: -100%;
		padding: 0;
		z-index: 9999;
		overflow-y: auto;
		text-align: center;
		margin-top: 0;
		padding-bottom: 50px;
	}

	header .rightDiv .menu ul>li {
		display: block;
		padding: 0;
		margin: 0;
		border-bottom: 1px solid #eee;
		float: none;
		width: 100%;
		height: auto;
	}

	header .rightDiv .menu ul>li:first-child {
		border-top: 1px #eee solid;
	}

	header .rightDiv .menu ul li a {
		display: block;
		line-height: 50px;
		height: 50px;
		color: #333;
		/*padding: 0 15px;*/
		text-align: left;
		font-size: 16px;
		font-weight: normal;
		position: relative;
	}
	.menu ul ul li>a span{
		position: absolute;
		top: 48%;
		transform: translateY(-50%);
		left: 10px;
	}

	header .rightDiv .menu>ul>li>a.now::after,
	header .rightDiv .menu>ul>li:hover>a::after {
		display: none;
	}

	header .rightDiv .menu>ul>li>a.login {
		width: 100px;
		margin: 10px 0;
		margin-left: 20px;
		text-align: center;
	}

	header .rightDiv .menu>ul>li>a small {
		display: none;
	}

	header .rightDiv .menu>ul {
		display: block;
		/* padding-top: 60px; */
		width: 100%;
	}

	body.on-menu header .rightDiv .menu {
		right: 0;
	}

	body.on-menu .main {
		right: 0;
	}

	header .rightDiv .menu>ul>li>a {
		padding: 0 20px;
		background: none;
		margin: 0;
		width: 100%;
		color: #333;
	}

	header .rightDiv .menu ul li i {
		display: block;
	}

	header .twoMenu {
		position: relative;
		top: 0px;
		background: none;
		padding: 0;
		width: initial;
	}

	header .twoMenu dl {
		margin-bottom: 10px;
	}

	header .twoMenu dl dd {
		margin-top: 0;
	}

	header .rightDiv .menu ul li .twoMenu dl dt>a {
		color: #fff;
	}

	.on-fixed header .rightDiv .menu ul li .twoMenu dl dt>a {
		color: #000;
	}

	header .rightDiv .menu ul li .twoMenu {
		top: 10px;
		box-shadow: none;
	}

	header .rightDiv .menu ul li .twoMenu .liDiv>a {
		line-height: 32px;
		height: 32px;
		font-weight: normal;
	}

	header .twoMenu .liDiv>a:after {
		top: 0;
	}

	header .rightDiv .menu ul li.relativeLi .twoMenu .ulDiv {
		margin: 0 15px;
	}

	header .rightDiv .menu ul li>a:hover,
	header .rightDiv .menu ul li>a:focus,
	header .rightDiv .menu ul li>a.on {
		color: #a13e91;
	}

	header .rightDiv .menu ul li .twoMenu dl dt>a {
		line-height: 50px;
		height: initial;
	}

	header .rightDiv .menu>ul>li>a::before {
		display: none;
	}

	header .rightDiv .menu>ul>li:hover,
	header .rightDiv .menu>ul>li:focus,
	header .rightDiv .menu>ul>li.on {
		background: none;
	}

	header .rightDiv .menu>ul>li.on>a {
		color: #204e9e;
	}

	header .rightDiv .menu>ul>li>a:hover span,
	header .rightDiv .menu>ul>li>a.now span {
		display: none;


		/* background: #3fba9e;
		border-bottom: 2px #3fba9e solid; */
	}



	.hideDiv {
		display: none;
	}



	.banner_nei img {
		min-height: 160px;
		object-fit: cover;
	}

	.bannerIndex {
		margin-top: 0;
	}

	.bannerIndex img {
	}

	.bannerIndex .wrap {
		line-height: 22px;
		top: 30px;
		width: 95%;
	}

	.bannerIndex .wrap .font18 {
		font-size: 14px;
	}

	.bannerIndex .swiper-pagination-bullet {
		width: 15px;
		height: 5px;
	}

	.banner2 div {
		width: 90%;
		font-size: 30px;
		line-height: 30px;
		flex-wrap: wrap;
	}

	.banner2 div li {
		white-space: nowrap;
		font-size: 20px;
	}

	.banner2 div p {
		font-size: 12px;
	}

	.bannerSwiperC1 {
		display: block;
	}

	.bannerSwiperC1 p {
		width: 100%;
	}

	.bannerSwiperC {
		width: 80%;
		top: 20%;
		left: 20%;
		transform: none;
	}

	.swiper-container-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		bottom: 10px;
	}

	.home3.about {
		height: auto;
		margin-bottom: 20px;
	}

	.about p {
		margin: 10px 0;
	}

	.nav_mbx {
		height: 50px;
	}

	.nav_jyjy {
		margin: 0 auto 10px;
	}

	.nav_jyjy a {
		display: inline-block;
		margin-right: 5px;
		margin-bottom: 10px;
		font-size: 15px;
	}

	.nav_jyjy a.nav_jyjyA {
		font-size: 15px;
	}

	.xf {
		right: 10px;
	}

	.xf a {
		margin-bottom: 10px;
	}

	.xf img {
		width: 50px;
		height: 50px;
	}
	
	.homeTitle,.homeTitle li {
		margin: 20px auto;
		font-size: 20px;
		padding-bottom: 5px;
	}

	.home1,	.home3 {
		display: block;
		-webkit-background-size: 100% 100% !important;
		background-size: 100% 100% !important;
	}

	.home1,	.home2,	.home3,	#home4 {
		margin-bottom: 20px;
	}

	.home1R li {
		line-height: 26px;
	}

	.home2C,
	.home2C a,
	.home5C,
	.home5CL div,
	.home5CL,
	.home5CL input,
	.home5CL input.subBtn {
		display: block;
		width: 100%;
	}

	.home2C a {
		margin-bottom: 20px;
	}

	.home3 {
		height: auto;
		padding-bottom: 50px;
	}

	.home3C a {
		width: 120px;
		height: 54px;
		bottom: -20px;
		line-height: 54px;
	}

	#home4 .swiper-slide-active ul p {
		display: none;
	}

	.home5W {
		height: auto;
		background: rgba(32, 94, 63) !important;
		padding: 20px 0;
		margin-top: 20px;
		border-bottom: 1px solid #fff;
	}

	.home5CL {
		border: none;
		padding: 0;
	}

	.home5CL input {
		margin-bottom: 10px;
	}

	.home5CR {
		width: 100%;
	}

	.home5CR ul {
		margin: auto;
	}

	ul.pagination {
		margin-bottom: 40px;
	}

	.teachert {
		margin-bottom: 20px;
	}

	.footer3 {
		margin-top: 0 !important;
		height: auto;
		padding: 10px;
		background: #205e3f !important;
	}

	.footer3C,
	.footer3C div {
		display: block;
		width: 100%;
	}

	.fanganNav a {
		margin: 0 8px;
		font-size: 12px;
	}

	.lxwmT,
	div.lxwmTR form div,
	a.news0_2List,
	.us5List,
	.us5List>img {
		height: auto;
		flex-wrap: wrap;
	}

	.lxwmTL,
	.us5List>img {
		width: 100%;
		border: none;
	}

	.lxwmTLList>img {
		position: relative;
		top: 5px;
	}

	.newWL,
	.newWRW,
	.newWR,
	.news0_0CR,
	a.news0_2List,
	.pro4_1CListW a {
		width: 100%;
	}

	.news0_0CRListL {
		width: 80%;
	}

	.newWR,
	.pro4_1CListW a {
		float: none;
		margin: 0 auto 30px;
	}

	.newW,
	.news0_0C,
	a.news0_2List,
	.us3List,
	.us3List2_WC,
	.us_0_t {
		flex-wrap: wrap;
	}

	.news0_1 {
		padding-bottom: 20px;
	}

	.news0Title div,
	.news0Title>a {
		font-size: 10px;
	}

	.news0Title div p span {
		font-size: 18px;
	}

	.news0_2ListR,
	.us4_1 ul,
	.us4_1 ul a,
	.us4_1 img,
	.mySwiper2,
	.timew,
	.us4_3CList,
	.pro4_2C a {
		width: 100%;
	}

	.us2C a,
	.pro4_2C a,
	.us3List2_W,
	.us3List2_WCL {
		height: auto;
		margin: 0 auto 20px !important;
	}

	.us4_1,
	.us3List {
		margin: 30px auto;
	}

	.us4_1 ul a {
		margin-right: 0;
	}


	.timew {
		padding: 0 50px;
	}

	.timeC {
		width: 80%;
		font-size: 15px;
	}

	.timeCW li {
		padding: 0;
		top: 70px;
	}

	.us4_3CList {
		margin: 15px 0;
	}

	.us5List ul {
		padding: 30px;
	}

	.us4_3 {
		margin-bottom: 50px;
	}

	.pro4_1 {
		padding-bottom: 30px;
	}

	.us_0_B {
		width: 100%;
		height: auto;
		flex-wrap: wrap;
		justify-content: center;
	}

	.us_0_B div {
		width: 33%;
		border-bottom: 1px solid #eee;
		padding: 20px;
		text-align: center;
	}

	.us_0_B div li {
		justify-content: center;
	}

	.us_0_B>span {
		display: none;
	}

	.us_1 {
		width: 100%;
		height: auto;
	}
.us_1>img{
	width: 100%;
	position: static;
}
	.us_1 li,
	.us_1 ul {
		width: 92%;
		margin: 0 auto;
	}

	.us_1 ul p {
		width: 100%;
	}

	.us_2 {
		padding: 20px 0;
		height: auto;
		flex-wrap: wrap;
	}

	.us_2L {
		width: 100%;
	}

	.us_2L ul div {
		width: 100%;
		height: auto;
	}

	.us_3 ul div {
		margin-bottom: 20px;
		width: 30%;
	}
	.us_3 ul div img{
		height: 76px;
	}
	.us_3 ul div p{
		font-size: 13px;
		padding: 0 5px;
		text-align: center;
		height: 50px;
		line-height: 16px;
	}
	.us_4 ul {
		justify-content: space-between;
	}

	.us_4 ul div,.pro_4C div, {
		width: 45%;
		margin-right: 0;
		padding: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.us_4,
	.us_5,
	.pro2 {
		padding: 30px 0;
	}
.us_5 ul {
	justify-content: space-between;
}
	.us_5 ul div,.us2C a,.pro_2C div,.pro_11C div{
		margin-right: 0;
		width: 48%;
	}
	.us2C a img{
		width: 100%;
		height: 240px;
	}
	.pro_2C div{
		font-size: 12px;
	}
	.pro2,
	.pro2R,
	.pro2RT,
	.pro1,
	.pro_0_PicList,
	.pro_1CPicW,
	.pro_2C,
	.pro_6List,
	.pro_8C a,
	.pro_10CW,
	.pro_10CWR,
	.pro_11C,
	.home1CT,
	.home2T,
	.home2B,
	.home3NavWrap,
	.home5T,
	.home3NavW,
	.home4CNav,
	.home6C,
	.pro_3_0_List,
	.newsW{
		flex-wrap: wrap;
	}
	.pro_3_0_List{
		overflow: auto;
	}
	.pro2L,
	.pro2R,
	#gallery,
	.pro1L,
	.pro1R,
	.pro_6List div,
	.swiperFdW,
	.pro2RTR,
	.home1CTL ul,
	.home6CL {
		width: 100%;
	}

	#gallery,.news0_1 .listStyle2 div {
		height: auto;
	}

	.cpxqCtswiper-button-prev,
	.cpxqCtswiper-button-next {}



	.pro1R a,
	.pro1R a div {
		width: 100%;
		margin-right: 0;
	}

	.pro_0_PicList img,
	.pro_1CPicW a,
	.pro_8C a,
	.pro_11C div,
	.home5CList{
		margin-bottom: 20px;
	}

	.pro_1CPicW a,
	.pro_1CPicW a img,
	.pro_6List,
	.pro_8C a,
	.pro_8C a div,
	.pro_8C a p,
	.pro_8C a img,
	.pro_9CR a,
	.pro_10CWR,
	.pro_11C,
	.home2,
	.home6CR,
	.home2TL,
	.sanlW,
	.mySwiper3,
	.pro_4C div p,
	.pro_9CL{
		width: 100%;
		height: auto;
		margin-right: 0;
	}
	.pro_2C div,
	.pro_4C div,
	.pro_8C a {
		padding-bottom: 20px;
	}

	.pro_5C{
		width: 100%;
		overflow: auto;
	}
	.pro_5C table tr{
		white-space: nowrap;
	}
	.pro_8C a div,
	.pro_11C div {
		padding: 20px;
	}

	.home2 {
		-webkit-background-size: 100% 100% !important;
		background-size: 100% 100% !important;
	}

	.home2_2_1_W {
		display: none;
	}

	.home6CL {
		padding-right: 0;
		border: none;
	}

	.home2T ul.home2TActive {
		display: block;
	}

	.home2B>div {
		width: 55px;
		white-space: normal;
	}
	.sanlW,
	.sanlWR{
		width: 100%;
		display: block;
		position: relative;
		top: 0;
		right: 0;
	}
	.swiper.mySwiper3_1{
		display: none;
	}
	.home1C{
		padding-bottom: 40px;
	}
	.mySwiper3,
	.sanlW,
	.sanlWL{
		width: 100%;
		margin-left: 0;
	}
	.sanlWL{
		height: auto;
	}
	.sanlWR_0{
		font-size: 14px;
	}
	.sanlWR_1{
		font-size: 16px;
		line-height: 30px;
	}
	.sanlWR_2{
		font-size: 12px;
	}
	.sanlWR{
		height: auto;
		padding: 30px;
	}
	.home4C,
	.home5,
	.home6{
		padding: 50px 0;
	}
	.pro_9CL p,.pro_9CL h3{
		line-height: 20px;
	}
	.pro_0TelW div{
		white-space: nowrap;
		margin: 0;
	}
	.pro4_2C a{
		width: 45%;
	}
	.newW1L{
		margin: 30px 0;
	}
}



/*PAD屏幕下的专用形状*/
@media screen and (min-width: 768px) and (max-width:992px) {

	.wrap,
	.wrap2,
	div.w1800 {
		width: 92%;
		margin: 0 auto;
		font-size: 14px;
	}

	.showDiv {
		display: block;
	}

	.menu {
		width: 100%
	}

	.menu ul {
		width: 100%;
		display: block;
	}

	.menu ul ul {
		top: 0;
		border: 0;
		box-shadow: none;
		border-top: 1px #eee solid;
	}

	.menu ul ul .ul {
		background: #fff;
		box-shadow: none !important;
		border-radius: 0;
	}

	.menu>ul>li>a {
		padding: 0 20px;
	}

	.menu.align-center>ul,
	.menu.align-right ul ul {
		text-align: left
	}

	.menu ul li,
	.menu ul ul li,
	.menu ul li:hover>ul>li {
		width: 100%;
		height: auto;
		border-top: 1px solid rgba(255, 255, 255, .3)
	}

	.menu ul li:hover>ul {
		top: 0;
	}

	.menu ul li a,
	.menu ul ul li a {
		width: 100%
	}

	.menu>ul>li,
	.menu.align-center>ul>li,
	.menu.align-right>ul>li {
		float: none;
		display: block
	}

	.menu ul ul li a {
		padding: 0 20px 0 30px;
		font-size: 12px;
		background: 0 0
	}

	/*.menu ul ul li:hover>a,.menu ul ul li a:hover{color:#fff}*/
	.menu ul ul ul li a {
		padding-left: 40px
	}

	.menu ul ul,
	.menu ul ul ul {
		position: relative;
		left: 0;
		right: auto;
		width: 100%;
		margin: 0
	}

	.menu>ul>li.has-sub>a::after,
	.menu ul ul li.has-sub>a::after {
		display: none
	}

	#menu-line {
		display: none
	}

	.menu #menu-button {
		display: block;
		padding: 20px;
		color: #000;
		cursor: pointer;
		font-size: 12px;
		text-transform: uppercase
	}

	.menu #menu-button::after {
		content: '';
		position: absolute;
		top: 20px;
		right: 20px;
		display: block;
		width: 15px;
		height: 2px;
		background: #fff
	}

	.menu #menu-button::before {
		content: '';
		position: absolute;
		top: 25px;
		right: 20px;
		display: block;
		width: 15px;
		height: 3px;
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff
	}

	.menu .submenu-button {
		position: absolute;
		z-index: 10;
		right: 0;
		top: 0;
		display: block;
		border-left: 1px solid #eee;
		height: 52px;
		width: 52px;
		cursor: pointer
	}

	.menu .submenu-button::after {
		content: '';
		position: absolute;
		top: 21px;
		left: 26px;
		display: block;
		width: 1px;
		height: 11px;
		background: #999;
		z-index: 99
	}

	.menu .submenu-button::before {
		content: '';
		position: absolute;
		left: 21px;
		top: 26px;
		display: block;
		width: 11px;
		height: 1px;
		background: #999;
		z-index: 99
	}

	.menu .submenu-button.submenu-opened:after {
		display: none
	}

	.menu ul ul {
		background: transparent;
		border-bottom: none;
		padding: 0;
	}

	.menu ul ul ul {
		top: 0;
	}

	.menu li:hover>ul {
		left: auto;
		margin-left: auto;
	}

	.menu ul ul li>a:last-child {
		border-bottom: 0;
	}

	header .rightDiv .menu ul li ul li {
		border-bottom: 1px #eee dashed;
		border-top: 0;
	}

	header .rightDiv .menu ul li ul li:last-child {
		border: 0;
	}

	header .logo {
		width: 18%;
		margin-left: 0;
	}

	header .logo a {
		/* height: 35px; */
		margin-top: 5px;

	}

	.menu ul ul {
		visibility: visible;
		opacity: 1;
	}

	header .wrap {
		display: block;
	}


	header.header2 .rightDiv .menu>ul>li>a {
		color: #333;
	}

	header {
		position: fixed !important;
		z-index: 999;
		top: 0;
		left: auto;
		right: 0;
		width: 100%;
		height: 50px;
		padding-top: 0;
		background: rgba(0, 0, 0, 0);
		/* box-shadow: 0 0 5px #EEEEEE; */
		/* background: #000; */
		/*background-color: transparent;*/
		transition: right 300ms !important;
	}

	header.header2 {
		background: #FFFFFF;
		border: 0;
		box-shadow: 0 0 5px #EEEEEE;
	}


	header .rightDiv .menu>ul>li>a:hover {
		color: #009A44;
	}

	.on-fixed header {
		box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
	}



	/*body.on-menu header {right: 45%;}*/
	header .mbtn {
		display: block;
	}

	body.on-menu header .mbtn {
		z-index: 9999;
	}

	header .rightDiv .menu {
		float: right;
		position: fixed;
		top: 50px;
		right: 0;
		width: 100%;
		height: 100%;
		padding-top: 0;
		/* background-color: rgba(0, 0, 0, 0.9); */
		background: #fff;
		border-bottom: 1px solid #f8f8f847;
		transition: right 300ms;
		right: -100%;
		padding: 0;
		z-index: 9999;
		overflow-y: auto;
		text-align: center;
		margin-top: 0;
		padding-bottom: 50px;
	}

	header .rightDiv .menu ul>li {
		padding: 0;
		margin: 0;
		border-bottom: 1px solid #eee;
		float: none;
		width: 100%;
	}

	header .rightDiv .menu ul>li:first-child {
		border-top: 1px #eee solid;
	}

	header .rightDiv .menu ul li a {
		display: block;
		line-height: 50px;
		height: 50px;
		color: #333;
		/*padding: 0 15px;*/
		text-align: left;
		font-size: 16px;
		font-weight: normal;
	}

	header .rightDiv .menu>ul>li>a.now::after,
	header .rightDiv .menu>ul>li:hover>a::after {
		display: none;
	}

	header .rightDiv .menu>ul>li>a.login {
		width: 100px;
		margin: 10px 0;
		margin-left: 20px;
		text-align: center;
	}

	header .rightDiv .menu>ul>li>a small {
		display: none;
	}

	header .rightDiv .menu>ul {
		display: block;
		/* padding-top: 60px; */
		width: 100%;
	}

	body.on-menu header .rightDiv .menu {
		right: 0;
	}

	body.on-menu .main {
		right: 0;
	}

	header .rightDiv .menu>ul>li>a {
		padding: 0 20px;
		background: none;
		margin: 0;
		width: 100%;
		color: #333;
	}

	header .rightDiv .menu ul li i {
		display: block;
	}

	header .twoMenu {
		position: relative;
		top: 0px;
		background: none;
		padding: 0;
		width: initial;
	}

	header .twoMenu dl {
		margin-bottom: 10px;
	}

	header .twoMenu dl dd {
		margin-top: 0;
	}

	header .rightDiv .menu ul li .twoMenu dl dt>a {
		color: #fff;
	}

	.on-fixed header .rightDiv .menu ul li .twoMenu dl dt>a {
		color: #000;
	}

	header .rightDiv .menu ul li .twoMenu {
		top: 10px;
		box-shadow: none;
	}

	header .rightDiv .menu ul li .twoMenu .liDiv>a {
		line-height: 32px;
		height: 32px;
		font-weight: normal;
	}

	header .twoMenu .liDiv>a:after {
		top: 0;
	}

	header .rightDiv .menu ul li.relativeLi .twoMenu .ulDiv {
		margin: 0 15px;
	}

	header .rightDiv .menu ul li>a:hover,
	header .rightDiv .menu ul li>a:focus,
	header .rightDiv .menu ul li>a.on {
		color: #a13e91;
	}

	header .rightDiv .menu ul li .twoMenu dl dt>a {
		line-height: 50px;
		height: initial;
	}

	header .rightDiv .menu>ul>li>a::before {
		display: none;
	}

	header .rightDiv .menu>ul>li:hover,
	header .rightDiv .menu>ul>li:focus,
	header .rightDiv .menu>ul>li.on {
		background: none;
	}

	header .rightDiv .menu>ul>li.on>a {
		color: #204e9e;
	}

	header .rightDiv .menu>ul>li>a:hover span,
	header .rightDiv .menu>ul>li>a.now span {
		display: none;


		/* background: #3fba9e;
		border-bottom: 2px #3fba9e solid; */
	}



	.hideDiv {
		display: none;
	}



	.banner_nei img {
		min-height: 160px;
		object-fit: cover;
	}

	.bannerIndex {
		margin-top: 0;
	}

	.bannerIndex .wrap {
		line-height: 22px;
		top: 30px;
		width: 95%;
	}

	.bannerIndex .wrap .font18 {
		font-size: 14px;
	}

	.bannerIndex .swiper-pagination-bullet {
		width: 15px;
		height: 15px;
	}

	.indexDiv1 .content {
		width: 100%;
		line-height: 26px;
		margin-bottom: 30px;
	}

	.indexDiv1 .content .font18 {
		font-size: 14px;
	}

	.indexDiv2 .textDiv {
		margin-bottom: 30px;
	}

	.bggrey {
		padding: 50px 0;
	}

	.indexDiv3 ul {
		margin-left: 0;
	}

	.indexDiv3 ul li {
		width: 48%;
		margin-left: 4%;
		margin-bottom: 20px;
		padding: 0 10px;
		height: 220px;
		padding-top: 20px;
		line-height: 24px;
	}

	.indexDiv3 ul li:nth-child(odd) {
		margin-left: 0;
	}

	.indexDiv3 ul li img {
		width: 60px;
	}

	.title {
		margin-bottom: 30px;
	}

	.indexDiv4 .textDiv img {
		width: 60px;
	}

	.indexDiv4 .textDiv .wenzi {
		padding: 35px 20px 35px 20px;
		line-height: 24px;
	}

	.indexDiv4 .textDiv {
		margin-bottom: 20px;
	}

	.indexDiv5 .imgDiv,
	.indexDiv5 .textDiv {
		width: 100%;
		margin-bottom: 30px;
	}

	.indexDiv6 ul {
		margin-left: 0;
	}

	.indexDiv6 ul li {
		width: 48%;
		height: auto;
		margin-bottom: 20px;
		margin-left: 4%;
	}

	.indexDiv6 ul li:nth-child(odd) {
		margin-left: 0;
	}

	.indexDiv7 .textDiv .wenzi p span {
		width: 30%;
		margin-left: 3%;
	}

	.indexDiv8 .textDiv {
		width: 100%;
		margin-top: 30px;
		padding: 0 10px;
	}

	.indexDiv8 .textDiv ul li {
		width: 50%;
		float: left;
		font-size: 14px;
	}

	.indexDiv9 .content ul li {
		width: 30%;
		margin-left: 3%;
		height: auto;
	}

	.indexDiv10 .content ul.tab {
		width: 100%;
		justify-content: center;
	}

	.indexDiv10 .content ul.tab li.active {
		height: 200px;
	}

	.indexDiv10 #tabCon .textDiv {
		width: 100%;
	}

	.indexDiv10 {
		padding: 50px 0;
	}

	.contactLeft {
		width: 100%;
	}

	.contactLeft ul {
		margin-left: 0;
		margin: 0 auto;
	}

	.contactLeft ul li {
		text-align: left;
		margin-bottom: 30px;
	}

	.contactLeft ul li img {
		float: left;
		margin-left: 20px;
		width: 60px;

	}

	.contactLeft ul li p {
		float: left;
		width: 60%;
		margin-left: 5%;
		margin-top: 0;
	}

	.contactLeft ul li p.font18 {
		font-size: 16px;
	}

	.contactLeft {
		height: auto;
		padding: 50px 0;
	}

	.mapDiv {
		width: 100%;
		height: 300px;
	}

	.navLeft {
		width: 100%;
	}

	.navLeft li {
		width: 49%;
		float: left;
		margin-left: 2%;
		margin-bottom: 10px;
	}

	.navLeft li:nth-child(odd) {
		margin-left: 0;
	}

	.navLeft li a {
		padding: 10px 20px;
	}

	.rtDiv {
		width: 100%;
	}

	.nav_erji ul li {
		width: 50%;
		padding: 0 10px;
		text-align: center;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.nav_erji ul li a {
		padding-bottom: 0;
		min-height: 30px;
		border: 0;
		display: inline;
		padding-bottom: 10px;
	}

	.nav_erji ul li a.now {
		/* border: 0; */
		position: relative
	}

	.hezuoDiv1 .textDiv .fr {
		width: 65%;
	}

	.nav_erji ul li a.now::after {}

	.hezuoDiv1 .textDiv {
		margin-bottom: 20px;
	}

	.hezuoDiv1 .textDiv .font18 {
		font-size: 14px;
	}

	.hezuoDiv1 .textDiv img {
		width: 50px;
	}

	.form_fl {
		width: 100%;
	}

	.nav_bott {
		width: 50%;
		margin-left: 0;
		padding-right: 20px;
		margin-top: 20px;
	}

	.nav_bott.contact {
		width: 100%;
	}

	.ewm {
		float: left;
		margin-top: 20px;
		text-align: left;
	}

	.banquan {
		margin-top: 30px;
		font-size: 12px;
	}

	footer {
		padding-top: 50px;
	}

	.logo_bott {
		display: none;
	}

	.aboutDiv1 .content,
	.aboutDiv1 .content2 .textDiv {
		width: 100%;
		margin-top: 20px;
	}

	.aboutDiv1 .wenzi1 {
		display: block;
	}

	.aboutDiv1 .wenzi1 div {
		width: 100%;
		margin-bottom: 10px;
	}

	.aboutDiv1 .wenzi1 .fr {
		width: 70%;
	}

	.aboutDiv1 .wenzi1 div img {
		width: 40px;
		height: 40px;
	}

	.aboutDiv1 .wenzi1 div .f9 {
		width: 80%;
	}

	.aboutDiv1 .wenzi1 div .font18 {
		font-size: 16px;
	}

	.content .swiper-container {
		width: 80%;
	}

	.aboutDiv3 .swiper-button-next {
		right: -20px;
		width: 35px;
		height: 35px;
	}

	.aboutDiv3 .swiper-button-prev {
		left: -20px;
		width: 35px;
		height: 35px;
	}

	.aboutDiv2 {
		padding: 50px 0;
	}

	.aboutDiv3 .wenzi {
		width: 100%;
	}

	.aboutDiv1 img.fr {
		width: 48%;
	}

	.aboutDiv1 .content,
	.aboutDiv1 .content2 .textDiv {
		width: 49%;
	}

	.content2 img.fl {
		width: 48%;
	}

	.xiangqingDiv .content p.xq_title {
		font-size: 18px;
		line-height: 36px;
	}

	.mySwiper3 {
		width: 100%;
	}
	
	.pro2L,
	.pro2R,
	#gallery,
	.pro1L,
	.pro1R,
	.pro_6List div,
	.swiperFdW,
	.pro2RTR,
	.home1CT ,
	.home1CTL ul,
	.home6CL,
	.sanlW {
		width: 100%;
	}
	
.sanlWL {
	width: 60%;
	height: auto;
}

.sanlWR {
	width: 40%;
	height: 500px;
	background: #3157AF;
	right: -35px;
	top: 40px;
	padding: 30px 30px 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
}
.home5CListT {width: 33%;float:left;}
	
	
.home2 {
	padding: 30px 0 30px;
}
.us_0_B div span:first-child {
	font-size: 24px;
}
}

/*中等PC屏幕下的专用形状*/
@media screen and (min-width:993px) and (max-width:1024px) {

	.wrap,
	.wrap2,
	div.w1800 {
		width: 94%;
	}

	header .rightDiv .menu>ul>li {
		padding: 0 10px;
	}

	.logo {
		width: 180px;
	}

	.indexDiv1 .content {
		width: 48%;
	}

	.indexDiv1 .imgDiv {
		width: 50%;
	}

	.indexDiv3 ul li,
	.indexDiv6 ul li {
		width: 19%;
		margin-left: 1%;
	}

	.indexDiv5 .imgDiv {
		width: 49%;
	}

	.indexDiv5 .textDiv {
		width: 49%;
	}

	.indexDiv7 .textDiv .wenzi p span {
		margin-left: 3%;
	}

	.indexDiv8 .content img {
		width: 70%;
	}

	.indexDiv8 .textDiv {
		width: 28%;
	}

	.indexDiv10 .content ul.tab {
		width: 40%;
	}

	.indexDiv10 #tabCon {
		width: 55%;
	}

	.navLeft {
		width: 25%;
	}

	.rtDiv {
		width: 72%;
	}

	.aboutDiv1 .wenzi1 div .font18 {
		font-size: 16px;
	}

	.content .swiper-container {
		width: 80%;
	}

	.aboutDiv3 .swiper-button-next {
		right: -20px;
		width: 35px;
		height: 35px;
	}

	.aboutDiv3 .swiper-button-prev {
		left: -20px;
		width: 35px;
		height: 35px;
	}

	.aboutDiv2 {
		padding: 50px 0;
	}

	.aboutDiv3 .wenzi {
		width: 100%;
	}

	.aboutDiv1 img.fr {
		width: 48%;
	}

	.aboutDiv1 .content,
	.aboutDiv1 .content2 .textDiv {
		width: 49%;
	}

	.content2 img.fl {
		width: 48%;
	}

	.aboutDiv2 .textDiv img {
		width: 100%;
	}

	.aboutDiv2 .row {
		margin-top: 60px;
	}

}

@media screen and (min-width:993px)and (max-width:1600px) {

	.wrap,
	div.w1800 {
		width: 98%;
	}

	.logo {
		display: none;
	}

	header .rightDiv .menu>ul>li {
		padding: 0 15px;
	}



}

@media screen and (min-width:1600px)and (max-width:1800px) {

	.wrap,
	div.w1800 {
		width: 98%;
	}
}
<!--耗时1784894554.0904秒-->