html,
body {
	padding: 0;
	margin: 0;
	font-size: 16px;
	color: #333;
	width: 100%;
	height: 100%;
	line-height: 30px;
	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:hover,
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;
}

p {
	padding: 0;
	margin: 0;
}


img {
	max-width: 100%;

}

.imgDiv {
	overflow: hidden;
}

.imgDiv img {
	width: 100%;
	transition: all 0.5s;
}

.mask:hover .imgDiv img {
	transform: scale(1.1);
}


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

.boxs:hover{
	box-shadow: 0 3px 5px #eee;
	cursor: pointer;
}
.boxsX:hover{
	box-shadow:0px 10px 31px 0px rgb(0 0 0 / 8%);
	cursor: pointer;
}
.hovert:hover{
	position: relative;
	top: -10px;
	cursor: pointer;
}
.hover_decoration:hover{
	cursor: pointer;
}
.hover_decorationF:hover{
	cursor: pointer;
}
.hover_decoration:hover li,.hover_decorationF:hover li{color:#3157af}

.hover_Btn:hover{
	background: #3157af !important;
	border: 1px solid #3157af !important;
	color: #fff !important;
	cursor: pointer;
}
.hover_.home1CTL ul a1:hover{
	background: #fff !important;
	border: 1px solid #3157af !important;
	color: #3157af !important;
	cursor: pointer;
}

/**导航菜单**/
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:hover,
header .rightDiv .menu>ul>li.now {
	color: #3157af;
}

header .rightDiv .menu>ul>li:hover>a,
header .rightDiv .menu>ul>li.now>a {
	border-bottom: 4px solid #3157af;
	color: #3157af;
}

header .rightDiv .menu>ul>li:last-child:hover {
	background: rgba(0, 0, 0, 0);
}

/* 
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:hover>a,
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(../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(../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(../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);
}

.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-size: 30px;
	font-weight: bold;
	color: #0E0E0E;
	padding-bottom: 20px;
	border-bottom: 1px solid #eeeeee;
	line-height: 50px;
}

.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:500;}
.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;
	font-weight: bold;
	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;
	width: 1200px;
	height: 160px;
	background: #FFFFFF;
	box-shadow: 0px 0px 18px 0px rgba(225, 230, 240, 0.66);
	padding: 40px 0;
}

.us_0_B div {
	width: 240px;
	padding-left: 35px;
	cursor: pointer;
}

.us_0_B div li {
	display: flex;
	align-items: flex-end;
	font-weight: bold;
	font-size: 16px;
	
}

.us_0_B div:hover li{
 color: #3157AF;
 font-size: 18px;
}

.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-size: 16px;
	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: 26px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 45px;
}

.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: 26px;
	font-weight: bold;
	color: #495057;
	line-height: 45px;
}

.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 {
	font-size: 30px;
	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: 14px;
	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: 25%;
	height: auto;
	margin-bottom:15px;
	padding:15px;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	color: #495057;
	line-height: 30px;
}

.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 {
	font-size: 30px;
	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: 30px;
	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,
.mySwiper4 .swiper-button-next:after,
.mySwiper4 .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,
.mySwiper4 .swiper-button-next:after,
.mySwiper4 .swiper-button-prev:after,
.mySwiper4 .swiper-button-next,
.mySwiper4 .swiper-button-prev{
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 25px;
}

.mySwiper3 .swiper-button-prev,
.mySwiper3 .swiper-rtl .swiper-button-next ,
.mySwiper4 .swiper-button-prev,
.mySwiper4 .swiper-rtl .swiper-button-next{
	left: 0;
}

.mySwiper3 .swiper-button-next,
.mySwiper3 .swiper-rtl .swiper-button-prev,
.mySwiper4 .swiper-button-next,
.mySwiper4 .swiper-rtl .swiper-button-prev{
	right: 0;
}

.mySwiper3,.mySwiper4{
	width: 1370px;
	height: 630px;
	padding-top: 70px;
	margin-top: -30px;
	margin-left: -90px;
}

.swiper.mySwiper3_1 {
	width: 65%;
	position: absolute;
	right: 4.5%;
	top: 0;
}

.sanlW {
	width: 84.6%;
	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: 6.5%;
	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-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 70px;
}

.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: 70px auto 40px;
}

.pro4_Title ul {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	
	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;
	width: 380px;
	height: 320px;
	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 {
	width: 100%;
	height: 70px;
	font-size: 18px;
	
	font-weight: 400;
	color: #333333;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.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%;
	height: 160px;
}

.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(../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(../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: 90px 0;
}

.pro_0 li {
	font-size: 36px;
	
	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: 285px;
	height: auto;
	background: #FFFFFF;
	margin-right: 20px;
}

.pro_1CPicW div:last-child {
	margin-right: 0;
}

.pro_1CPicW img {
	width: 285px;
	height: 168px;
}

.pro_1CPicW div li {
	font-size: 18px;
	
	font-weight: bold;
	color: #333333;
	line-height: 24px;
	margin: 13px 0 20px;
	text-align: center;
}

.pro_1CPicW div p {
	font-size: 14px;
	
	font-weight: 400;
	color: #333333;
	line-height: 24px;
	margin: 13px 20px 20px;
}

.pro_2C {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.pro_2C div {
	width: 224px;
	height: 250px;
	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: 35px;
}

.pro_2C {
	font-size: 16px;
	
	font-weight: 400;
	color: #333333;
	line-height: 30px;
}

.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;
	width: 285px;
	height: 340px;
	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 {
	height: 75px;
	font-size: 20px;
	
	font-weight: bold;
	color: #2F5FAB;
	line-height: 32px;
	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:hover,
.pro_4C div.pro_4CActive {
	background: #3157AF;
	box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.06);
	border-radius: 6px;
}
.pro_4C div:hover .pro_4_l,
.pro_4_active{
	display: none;
}
.pro_4C div:hover li,
.pro_4C div:hover p,
.pro_4C div.pro_4CActive li,
.pro_4C div.pro_4CActive p {
	color: #fff;
}
.pro_4C div:hover .pro_4_active{
	display: block;
	margin: 0 auto;
}
.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 {
	font-size: 24px;
	color: #3157AF;
	margin-bottom: 25px;
	font-weight: bold;
}

.pro_6List div p {
	font-size: 14px;
	
	font-weight: bold;
	color: #666666;
}

.pro_7,
.pro_9 {
	padding: 1px 0 60px;
}

.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 {
	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{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 {
	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 {
	width: 285px;
	height: 340px;
	background: #FFFFFF;
	border-radius: 10px;
	padding: 40px 20px 0;
	text-align: center;
}

.pro_11C div img {
	width: 100px;
	height: 100px;
	border-radius: 100%;
}

.pro_11C div li {
	font-size: 20px;
	
	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-size: 36px;
	
	font-weight: bold;
	color: #495057;
	margin-bottom: 20px;
}

.homeTitle p {
	font-size: 24px;
	
	font-weight: 400;
	color: #868E96;
}

.home1C {
	padding: 120px 0 100px;
}

.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 {
	padding: 130px 0 140px;
	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 {
	padding: 100px 0 80px;
}

.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 {
	font-size: 16px;
	width: 380px;
	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 100px;
}

.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 {
	font-size: 36px;
	
	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: 14px;
	
	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 {
	position: relative;
	padding-left: 10px;
}

.home6Title li::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: 545px;
}

.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屏幕下的专用样式*/



/*中等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;
	}
 .headerTel {
	margin-left: 10px;
}

}

@media screen and (min-width:993px)and (max-width:1600px) {

	.wrap,
	div.w1800 {
		width: 100%;
	}

	.logo {	}

	header .rightDiv .menu>ul>li {
		padding: 0 15px;
	}



}

@media screen and (min-width:1600px)and (max-width:1800px) {

	.wrap,
	div.w1800 {
		width: 100%;
	}
}
