﻿/*通用类*/
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	font-size: 14px;
	font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
	background: #fff;
	text-align: justify;
	color: #010000;
	position: relative;
}

h1,
h2,
h3 {
	font-weight: 500;
}

img {
	border: none;
}

a {
	cursor: pointer;
	color: #333;
	text-decoration: none !important;
	outline: none;
}

a:hover {
	color: #006bb7;
}

ul {
	list-style-type: none;
}

em {
	font-style: normal;
}

.lt {
	float: left;
}

.rt {
	float: right;
}

input.sub,
label {
	border: none;
	cursor: pointer;
}

input,
textarea {
	font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
	outline: none;
}

table {
	border-collapse: collapse;
}

table td,
table th {
	padding: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #ccc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ccc;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #ccc;
}

div.clear {
	font: 0px Arial;
	line-height: 0;
	height: 0;
	overflow: hidden;
	clear: both;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

/*header 开始*/
.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	padding: 0;
	height: 100px;
	background: #fff;
	box-shadow: 0px 1px 14.56px 1.44px rgba(153, 153, 153, 0.2);
}

.header .logo {
	float: left;
	margin-top: 25px;
}

.header .nav {
	float: left;
	margin-left: 30px;
	z-index: 99;
}

.header .nav>li {
    float: left;
    width: 85px;
    text-align: center;
    position: relative;
    line-height: 1.2;
    height: 100px;
    padding: 0 5px;
    box-sizing: border-box;
    text-align: center;
	 display: flex; 
		 display: -webkit-flex;
	  align-items:center;
	     justify-content:center;
}

.header .nav>li:hover,
.header .nav>li.hover {
	background: #315ccf;
}

.header .nav>li:hover>a,
.header .nav>li.hover>a {
	color: #fff;
}

.header .nav>li a {
	padding: 0;
	font-size: 12px;
	background: none;
	text-transform: uppercase;
}

.header .contact {
	float: right;
	padding-left: 30px;
	font-size: 20px;
	color: #d61419;
	line-height: 100px;
}

.header .nav .sec {
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	background: #2962a9;
	padding: 10px 0;
	display: none;
}

.header .nav>li:hover .sec {
	display: block;
}

.header .nav .sec>li {
	height: 37px;
	line-height: 37px;
	position: relative;
}

.header .nav .sec>li:hover,
.header .nav .sec>li.hover {
	background: #315ccf;
}

.header .nav .sec>li a {
	color: #fff;
	font-size: 14px;
}

.header .nav .sec .level {
	width: 160px;
	padding: 10px 20px;
	position: absolute;
	left: 100px;
	top: 0;
	background: #315ccf;
	display: none;
}

.header .nav .sec>li:hover .level {
	display: block;
}

.header .nav .sec .level>li {
	height: 37px;
	line-height: 37px;
	text-align: left;
}

.header .nav .sec .level li:hover {
	background: #2962a9;
}

.m_line {
	width: 25px;
	height: 16px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	right: 3%;
	display: none;
}

.m_line span {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #000000;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	-moz-transition: all ease .3s;
	transition: all ease .3s;
}

.m_line span:nth-child(2) {
	margin: 6px 0;
}

.logo img {
	height: 40px;
	margin-top: 10px;
}

.banner img {
	display: block;
	width: 100%;
	height: 500px;
	object-fit: cover;
}

.banner {
	margin-top: 100px;
}

.banner .swiper-pagination-bullet {
	width: 30px;
	height: 10px;
	display: inline-block;
	border-radius: 10px;
	background: #ffffff;
	opacity: 1;
}

.banner .swiper-pagination-white .swiper-pagination-bullet-active {
	background: #315ccf;
}

.titledy {
	text-align: center;
	padding: 66px 0;
}

.titledy h3 {
	font-size: 24px;
	color: #315ccf;
	font-weight: bold;
}

.titledy h3 span {
	font-size: 24px;
	color: #000000;
	display: inline-block;
	margin-left: 10px;
	font-weight: normal;
}

.fp_box_1 ul li {
	width: 20%;
	float: left;
	text-align: center;
}

.fp_box_1 ul li .pic {
	height: 100px;
	margin-bottom: 20px;
}

.fp_box_1 ul li img {
	display: block;
	margin: 0 auto;
}

.fp_box_1 ul li p {
	text-align: center;
	padding: 12px;
	box-sizing: border-box;
	font-size: 13px;
}

.title {
	padding: 40px 0 10px 0;
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 30px;
}

.title .zuo {
	width: 40%;
	float: left;
}

.title .zuo h3 {
	display: inline-block;
	font-size: 24px;
	color: #000000;
	position: relative;
	margin: 0;
}

.title .zuo h3::after {
	display: block;
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: -13px;
	left: 0;
	background-color: #315ccf;
}

.title .you {
	float: right;
}

.title .you .left {
	float: left;
}

.title .you .rii {
	float: right;
}

.title .zuo span {
	font-size: 14px;
	color: #315ccf;
	display: inline-block;
	margin-left: 10px;
}

.title .you .left a {
    margin: 0 10px;
    display: inline-block;
    padding: 5px 0px;
    font-size: 12px;
}

.title .you .left a:hover {
	background-color: #006bb7;
	color: #fff;
}

.title .you .left a.hover {
	background-color: #006bb7;
	color: #fff;
}

.title .you .rii a {
	padding-top: 5px;
	display: inline-block;
	margin-left: 20px;
}

.fp_box_2 .left_dy {
	width: 50%;
	float: left;
	padding-right: 30px;
	box-sizing: border-box;
	margin-top: 30px;
}

.fp_box_2 .left_dy p {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}

.fp_box_2 .left_dy a {
	border: 1px solid #666;
	display: inline-block;
	padding: 10px 40px;
	margin-top: 60px;
}

.fp_box_2 .left_dy a:hover {
	background: #006bb7;
	color: #fff;
	border: 1px solid #006bb7;
}

.fp_box_2 {
	padding-bottom: 80px;
}

.fp_box_2 .rii_dy {
	width: 50%;
	float: left;
	box-sizing: border-box;

}

.fp_box_2 .rii_dy img {
	width: 100%;
	height: 390px;
	object-fit: cover;
}

.fp_box_2 .swiper-pagination {
	position: absolute;
	text-align: left;
	padding-left: 2%;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.fp_box_2 .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #ffffff;
	opacity: 1;
}

.fp_box_2 .swiper-pagination-white .swiper-pagination-bullet-active {
	background: #315ccf;
}

.fp_box_2_two {
	background-color: #f7f7f7;
}

.fp_box_2_two .title {
	border-bottom: 1px solid #ccc;
}

.fp_box_2_two ul {
	margin-left: -10px;
	margin-right: -10px;
}

.fp_box_2_two ul li {
	width: 25%;
	float: left;
	padding: 0 10px;
	box-sizing: border-box;
	margin-top: 30px;
}

.fp_box_2_two ul li>div {
	box-shadow: 0px 1px 14.56px 1.44px rgba(153, 153, 153, 0.2)
}

.fp_box_2_two ul li .pic {
	padding: 20px 10px;
	background-color: #f9f9f9;
	overflow: hidden;
	border: 1px solid #ebebeb;
	height: 160px;
}

.fp_box_2_two ul li .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.fp_box_2_two ul li:hover .pic img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	/*兼容-webkit-引擎浏览器*/
	-moz-transform: scale(1.1);
}

.fp_box_2_two ul li .text {
	background-color: #fff;
	padding: 20px 10px;
	position: relative;
}

.fp_box_2_two ul li .text h3 {
    display: block;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	min-height: 42px;
    font-size: 14px;
	line-height: 1.5;
    color: #333333;
    text-align: left;
}

.fp_box_2_two ul li .text span {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	top: 35px;
	right: 10px;
	text-align: center;
	line-height: 30px;
	border-radius: 30px;
}

.fp_box_2_two ul li:hover .text span {
	background-color: #315ccf;
	color: #fff;
}

.fp_box_3 .left_dy {
	width: 40%;
	float: left;
	background-color: #f7f7f7;
	padding: 45px;
}

.fp_box_3 .left_dy span {
	font-size: 24px;
	color: #777777;
	display: block;
	margin-bottom: 15px;
}

.fp_box_3 .left_dy h4 {
	font-size: 18px;
	color: #333333;
}

.fp_box_3 .left_dy p {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.fp_box_3 .left_dy img {
	width: 100%;
}

.fp_box_3 .you_dy {
	width: 55%;
	float: right;
}

.fp_box_3 .you_dy ul li h3 {
	margin: 0;
}

.fp_box_3 .you_dy ul li {
	padding: 0 10px;
	border-top: 1px solid #e6e6e6;
	padding-top: 45px;

}

.fp_box_3 .you_dy ul li .top h3 {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	padding-left: 20px;
	position: relative;
	display: inline-block;
	float: left;
	padding-top: 5px;
}

.fp_box_3 .you_dy ul li .top h3::after {
	display: block;
	content: "";
	width: 8px;
	height: 8px;
	background-color: #6c6c6c;
	position: absolute;
	top: 8px;
	left: 0;
	border-radius: 5px;
}

.fp_box_3 .you_dy ul li .top span {
	display: inline-block;
	float: right;
	font-size: 24px;
	color: #777777;
}

.fp_box_3 .you_dy ul li .zuo {
	float: left;
	width: 80%;
}

.fp_box_3 .you_dy ul li .zuo p {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	margin-top: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.fp_box_3 .you_dy ul li .you {
	width: 15%;
	float: right;
	height: 30px;
	border-left: 1px solid #ccc;
	padding-left: 20px;
	margin-top: 30px;
	padding-top: 5px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.fp_box_3 .you_dy ul li:hover {
	box-shadow: 0px 1px 14.56px 1.44px rgba(153, 153, 153, 0.2)
}

.fp_box_3 .you_dy ul li:hover .top h3 {
	color: #315ccf;
}

.fp_box_3 .you_dy ul li:hover {
	border-top: 1px solid #315ccf;
}

.fp_box_3 .you_dy ul li:hover .top h3::after {
	background-color: #315ccf;
}

.fp_box_3 .you_dy ul li:hover .you {
	padding-left: 30px;
}

.fp_box_4 ul li {
	width: 20%;
	float: left;
	text-align: center;
	margin-bottom: 60px;
}

.fp_box_4 ul li img {
	height: 50px;
	max-width: 100%;

}

footer {
	background-color: #394048;
	padding: 30px 0;
}

footer .left_dy {
	float: left;
	width: 20%;
}

footer .left_dy img {
	height: 50px;
}

footer .rii_dy {
	float: right;
	width: 80%;
}

footer .rii_dy ul li {
	width: 33.33%;
	float: left;
}

footer .rii_dy ul li p {
	font-size: 13px;
	color: #ffffff;
	line-height: 24px;
}

footer .rii_dy ul li h3 {
	margin: 0;
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 15px;
}

footer .rii_dy ul li a {
	display: inline-block;
	width: 50%;
	float: left;
	text-align: left;
	color: #fff;
	line-height: 24px;
	font-size: 12px;
	margin-bottom: 10px;
}

footer .rii_dy ul li:nth-child(3) {
	padding-left: 20px;
}

footer .rii_dy ul li a:hover {
	color: #006bb7;
}
footer .rii_dy ul li p span{
	font-size: 13px;
	    color: #ffffff !important;
		text-align: left;
}
.footer {
	background-color: #1b1b1b;
	padding: 20px 0;
	text-align: center;
	color: #fff;
}

.footer a {

	color: #fff;
}

.footer a:hover {
	color: #006bb7;
}




/* 2 */
.banner {
	position: relative;
}

.banner .text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}

.banner .text h3 {
	font-size: 48px;
	color: #fff;
}

.banner .text h3 span {
	font-size: 24px;
}

.nei_title {
	padding: 45px 0 35px 0;
	position: relative;
	border-bottom: 1px solid #ccc;
}

.nei_title::after {
	display: block;
	content: "";
	width: 82%;
	height: 1px;
	background-color: #ccc;
	position: absolute;
	top: 110px;
	right: 0;
	display: none;
}

.nei_title h3 {
	font-size: 36px;
	color: #ebebeb;
	opacity: 0;
}

.nei_title span {
	font-size: 28px;
	font-weight: bold;
	color: #333;
	position: absolute;
	top: 50px;
	left: 0px;
	display: inline-block;
}

.fp_box_5 ul {
	padding-bottom: 80px;
}

.fp_box_5 ul li {
	margin-top: 30px;
}

.fp_box_5 ul li img {
	width: 100%;
	height: 255px;
	object-fit: cover;
}

.fp_box_5 ul li:nth-child(1) {
	font-size: 16px;
	color: #999999;
	line-height: 30px;
	padding-top: 30px;

}

.fp_box_5 ul li:nth-child(1) span {
	color: #000;

}

.fp_box_2_two1 {
	background-color: #fff;
}

.fp_box_2_two .title.title_two {
	border: none;
}

.fp_box_2_two .title.title_two .you {
	float: none;
	width: 100%;
}

.fp_box_2_two .title.title_two .you .left {
	width: 100%;
	text-align: center;
}

.un_page {
	padding: 50px 0 0px;
	text-align: left;
}

.un_page a {
	display: inline-block;
	height: 38px;
	line-height: 38px;
	border: 1px solid #e5e5e5;
	padding: 0 15px;
	border-radius: 5px;
}

.un_page a:hover,
.un_page a.hover {
	color: #fff;
	background: #315ccf;
	border-color: #315ccf;
}

.un_page .num {
	width: 38px;
	height: 38px;
	text-align: center;
	font-size: 14px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
}

.fp_box_2_two1 ul li a {
	box-shadow: 0px 1px 14.56px 1.44px rgba(153, 153, 153, 0.2);
	display: block;
}


.fp_box_7 .swiper-container {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.fp_box_7 .swiper-slide {
	background-size: cover;
	background-position: center;
}

.fp_box_7 .gallery-top {

	width: 100%;
	margin-bottom: 20px;
}

.fp_box_7 .gallery-top img {
	width: 100%;
	object-fit: cover;
}

.fp_box_7 .gallery-thumbs {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}

.fp_box_7 .gallery-thumbs img {
	width: 100%;
	height: auto;
}

.fp_box_7 .gallery-thumbs .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
}

.fp_box_7 {
	padding: 60px 0;
}

.fp_box_7 .gallery-thumbs .swiper-slide-active {
	opacity: 1;
}

.fp_box_7 .left_dy {
	width: 50%;
	float: left;
	padding-top: 40px;
}

.fp_box_7 .rii_dy {
	width: 50%;
	float: right;
	padding-left: 40px;
	text-align: center;
}

.fp_box_7 .rii_dy h3 {
	font-size: 20px;
	color: #315ccf;
	padding: 10px 20px;
	border: 1px solid #315ccf;
	display: inline-block;
	margin-bottom: 20px;

}

.fp_box_7 .rii_dy .wenzi {
	text-align: left;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	line-height: 30px;

}


/*  */
.fp_box_8 ul {
	padding-bottom: 100px;
}

.fp_box_8 ul li {
	margin-top: 50px;
}

.fp_box_8 ul li .zuo {
	width: 43%;
	float: left;
}

.fp_box_8 ul li .zuo img {
	width: 100%;

}

.fp_box_8 ul li .you {
	width: 54%;
	float: right;
}

.fp_box_8 ul li:nth-child(2n) .zuo {
	float: right;
}

.fp_box_8 ul li:nth-child(2n) .you {
	float: left;
}

.fp_box_8 ul li .you h3 {
	display: inline-block;
	margin-left: 100px;
	font-size: 26px;
	color: #000000;
	font-weight: bold;
	padding-bottom: 10px;
	position: relative;
	border-bottom: 2px solid #006bb7;
}

.fp_box_8 ul li .you h3::after {
	display: block;
	content: "";
	width: 50%;
	height: 3px;
	background-color: #006bb7;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
}

.fp_box_8 ul li .you p {
	background-color: #004ba8 !important;
	padding: 50px 20px;
	color: #fff !important;
	line-height: 26px;
	margin-top: 30px;
}
.fp_box_8 ul li .you p span{
	color: #fff !important;
}
/*  */
.fp_box_9 .top {
	text-align: center;
	padding: 30px 0;
	font-size: 16px;
	color: #000000;
	line-height: 24px;
}

.fp_box_9 ul {
	margin-left: -5px;
	margin-right: -5px;
	padding-bottom: 100px;
}

.fp_box_9 ul li {
	width: 70%;
	float: left;
	padding: 5px;

}

.fp_box_9 ul li:nth-child(2) {
	width: 30%;
	float: left;
}

.fp_box_9 ul li:nth-child(3) {
	width: 30%;
	float: left;
}

.fp_box_9 ul li img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}

.fp_box_9 ul li>div {
	position: relative;
}

.fp_box_9 ul li>div p {
	position: absolute;
	bottom: 0;
	margin: 0;
	left: 0;
	width: 100%;
	color: #fff;
	font-size: 22px;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.4);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

/*  */
.fp_box_10 {
	padding-bottom: 100px;
}

.fp_box_10 ul li {
	margin-top: 30px;
}

.fp_box_10 .pic {
	float: left;
	width: 38%;
}

.fp_box_10 .pic img {
	width: 100%;
	height: 320px;
	object-fit: cover;
}

.fp_box_10 .text {
	float: right;
	width: 62%;

}

.fp_box_10 .text h3 {
	font-size: 28px;
	color: #000000;
	position: relative;
	padding-bottom: 10px;
	display: inline-block;
	border-bottom: 1px solid #004ba8;
	margin-left: 50px;
}

.fp_box_10 .text h3::after {
	display: block;
	content: "";
	width: 100%;
	height: 2px;
	background-color: #004ba8;
	position: absolute;
	bottom: 0;
	left: 50px;
	display: none;
}

.fp_box_10 .text .wenzi {
	background-color: #f9fafc;
	padding: 30px;
	margin-top: 30px;
	padding-left: 160px;
	position: relative;
}

.fp_box_10 .text .wenzi p {
	font-size: 14px;
	line-height: 30px;
}

.fp_box_10 .text .wenzi .img {
	width: 60px;
	height: 60px;
	background-color: #315ccf;
	position: absolute;
	top: 30%;
	left: 10%;
	padding: 10px;
	border-radius: 60px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}

.fp_box_10 .text .wenzi .img img {
	width: 100%;
}


.fp_box_10 ul li:nth-child(2n) .pic {
	float: right;
	width: 38%;
}

.fp_box_10 ul li:nth-child(2n) .text {
	float: left;
	width: 62%;
}

.fp_box_10 ul li .text .wenzi {
	background-color: #004ba8;
}


.fp_box_10 ul li .text .wenzi .img {
	width: 60px;
	height: 60px;
	background-color: #fff;
	position: absolute;
	top: 18%;
	left: 10%;
	padding: 10px;
	border-radius: 60px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}

.fp_box_10 ul li .text .wenzi p {
	font-size: 14px;
	line-height: 30px;
	color: #fff;
}

.fp_box_10 .top {
	text-align: center;
	padding: 20px 0;
	font-size: 16px;
	color: #000000;
}

.fp_box_11 .top {
	padding: 30px;
	text-align: center;
}

.shang {
	position: relative;
}

.shang>img {
	width: 100%;
}

.shang .powenzi {
    position: absolute;
    top: 14%;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    border-left: 5px solid #315ccf;
    padding: 20px;
}

.shang .powenzi p {
	font-size: 13px;
	color: #666666;
	line-height: 20px;
}

.fp_box_11 ul {
	margin-left: -15px;
	margin-right: -15px;
}

.fp_box_11 ul li {
	width: 25%;
	float: left;
	padding: 0 15px;
	margin: 30px 0;
}

.fp_box_11 ul li img {
	width: 100%;
}



/*  */
.fp_box_12 .top {
	text-align: center;
	padding: 30px 0;
	font-size: 25px;
}

.shangmian ul li {
	width: 48%;
	float: left;
	border-top: 5px solid #315ccf;
	background-color: #f9f9f9;
	margin-bottom: 30px;
}

.shangmian ul li:nth-child(2) {
	float: right;
}

.shangmian ul li .zuo {
	float: left;
	width: 50%;
	padding: 0 20px;
}

.shangmian ul li .you {
	float: left;
	width: 50%;
	padding: 0 20px;
}

.shangmian ul li h3 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 20px 0;
}

.shangmian ul li p {
	text-align: left;
	font-size: 14px;
	text-align: center;
	line-height: 24px;
	color: #9fa0a5;
	min-height: 100px;
}

.shangmian ul li p.lan {
	color: #315ccf;
}

.yuelan {
	margin: 0 auto;
	width: 50%;
	text-align: center;
	border-top: 5px solid #315ccf;
	background-color: #f9f9f9;
	margin-bottom: 30px;
}

.yuelan h3 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 20px 0;
}

.yuelan p {
	text-align: left;
	font-size: 14px;
	text-align: center;
	line-height: 24px;
	color: #9fa0a5;
	min-height: 80px;
}

.ditu {
	margin-bottom: 30px;
}

.ditu .zuo {
	width: 49%;
	float: left;
}

.ditu .rii {
	width: 49%;
	float: right;
}

.ditu img {
	width: 100%;
}
.xin_box_1{
	text-align: center;
}
.xin_box_1 h3 {
	font-size: 20px;
	color: #315ccf;
	padding: 10px 20px;
	border: 1px solid #315ccf;
	display: inline-block;
	margin: 30px 0;
}
.xin_box_1 ul{
	margin-left: -15px;
	margin-right: -15px;
}
.xin_box_1 ul li{
	width: 16.6666%;
	float: left;
	padding: 0 15px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.xin_box_1 ul li img{
	width: 100%;
	height: auto;
	object-fit: cover;
}


.banner .swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
	width: 50px;
	height: 50px;
	background:#004ba8 url(../images/you11.png) no-repeat  center;
	background-size: 22px auto;
	border-radius: 50px;
}

.banner .swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    width: 50px;
    height: 50px;
    background:#004ba8 url(../images/zuo11.png) no-repeat  center;
    background-size: 22px auto;
	border-radius: 50px;
}













@media only screen and (max-width:1200px) {
	.header .container {
		width: 100%;
	}

	.header .logo {
		width: 130px;
		margin-top: 25px;
	}

	.header .logo img {
		width: 100%;
		object-fit: contain;
	}

	.header .contact {
		font-size: 18px;
	}

	.fp_box_1 ul li .pic {
		height: 70px;
		margin-bottom: 20px;
	}

	.fp_box_1 ul li img {
		display: block;
		margin: 0 auto;
		height: 70px;
	}

	footer .left_dy {
		float: left;
		width: 100%;
	}

	footer .rii_dy {
		float: right;
		width: 100%;
		margin-top: 30px;
	}

	.fp_box_5 ul li:nth-child(1) {
		font-size: 14px;
		color: #999999;
		line-height: 30px;
		padding-top: 0px;

	}
}

@media only screen and (max-width: 1000px) {
	.header .contact {
		margin-right: 60px;
	}

	.header .nav {
		position: fixed;
		left: 0;
		top: 100px;
		width: 100%;
		background: #315ccf;
		padding: 20px 0;
		margin: 0;
		display: none;
		height: 100%;
	}

	.header .nav>li {
		width: 100%;
		line-height: 80px;
	}

	.header .nav>li a {
		color: #fff;
	}

	.header .nav .sec {
		position: static;
	}

	.header .nav .sec>li {
		height: auto;
	}

	.header .nav .sec .level {
		position: static;
		width: 100%;
		padding: 10px 0;
	}

	.header .nav .sec .level li {
		text-align: center;
	}

	.m_line {
		display: block;
		width: 25px;
		height: 16px;
		margin-top: -8px;
		position: absolute;
		top: 50%;
		right: 3%;
	}

	.m_line span {
		display: block;
		width: 100%;
		height: 2px;
		background-color: #000000;
		-webkit-transition: all ease .3s;
		-o-transition: all ease .3s;
		-moz-transition: all ease .3s;
		transition: all ease .3s;
	}

	.m_line span:nth-child(2) {
		margin: 6px 0;
	}

	.header .ac .line1 {
		transform: rotate(45deg) translate(3px, 5px);
	}

	.header .ac .line2 {
		opacity: 0;
	}

	.header .ac .line3 {
		transform: rotate(-45deg) translate(6px, -8px);
	}

	.fp_box_7 .left_dy {
		width: 100%;
		float: none;
		padding-top: 20px;
	}

	.fp_box_7 .rii_dy {
		width: 100%;
		float: right;
		padding-left: 0px;
		margin-top: 30px;
		text-align: center;
	}

	.fp_box_7 .swiper-container {
		width: 100%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (max-width: 750px) {
	.header .contact {
		line-height: 60px;
		padding-top: 5px;
	}

	.header {
		height: 60px;
	}

	.header .logo {
		width: 110px;
		margin-top: 5px;
	}

	.header .nav {
		top: 60px;
	}

	.banner {
		margin-top: 60px;
	}

	.banner .swiper-pagination-bullet {
		width: 15px;
		height: 5px;
		display: inline-block;
		border-radius: 10px;
		background: #ffffff;
		opacity: 1;
	}

	.titledy {
		text-align: center;
		padding: 20px 0;
	}

	.titledy h3 {
		font-size: 22px;
		color: #315ccf;
		font-weight: bold;

	}

	.titledy h3 span {
		font-size: 12px;
		color: #000000;
		display: block;
		margin-left: 0px;
		font-weight: normal;
		margin-top: 10px;
	}

	.fp_box_1 ul li {
		width: 50%;
		float: left;
		text-align: center;
	}

	.fp_box_1 ul li img {
		display: block;
		margin: 0 auto;
		height: auto;
		height: 70px;
	}

	.fp_box_1 ul li .pic {
		height: auto;
		margin-bottom: 20px;
	}

	.title .zuo {
		width: 70%;
		float: left;
	}

	.fp_box_2 .left_dy {
		width: 100%;
		float: left;
		padding-right: 0px;
		box-sizing: border-box;
		margin-top: 0px;
		margin-bottom: 30px;
	}

	.fp_box_2 .left_dy p {
		font-size: 12px;
		color: #666666;
		line-height: 20px;
	}

	.fp_box_2 .left_dy a {
		border: 1px solid #666;
		display: inline-block;
		padding: 5px 20px;
		margin-top: 20px;
	}

	.fp_box_2 .rii_dy {
		width: 100%;
		float: left;
		box-sizing: border-box;
	}

	.fp_box_2_two .title .zuo {
		width: 100%;
		float: left;
	}

	.fp_box_2_two .title .you {
		width: 100%;
		float: right;
		margin-top: 30px;
	}

	.fp_box_2_two .title .you .left a {
		margin: 0 4px;
		display: inline-block;
		padding: 5px 8px;
		font-size: 10px;
	}

	.fp_box_2_two .title .you .rii a {
		padding-top: 5px;
		display: inline-block;
		margin-left: 20px;
		font-size: 10px;
	}

	.fp_box_2_two ul li {
		width: 50%;
		float: left;
		padding: 0 10px;
		box-sizing: border-box;
		margin-top: 10px;
	}

	.title {
		margin-bottom: 15px;
	}

	.fp_box_2_two ul li .pic {
		padding: 20px 10px;
		background-color: #f9f9f9;
		overflow: hidden;
		border: 1px solid #ebebeb;
		height: 135px;
	}

	.fp_box_2_two ul li .text {
		background-color: #fff;
		padding: 8px 10px;
		position: relative;
	}

	.fp_box_2_two ul li .text h3 {
		display: block;
		width: 80%;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		font-size: 14px;
		color: #333333;
		margin-top: 10px;
	}

	.fp_box_2_two ul li .text span {
		width: 30px;
		height: 30px;
		display: block;
		position: absolute;
		top: 10px;
		right: 10px;
		text-align: center;
		line-height: 30px;
		border-radius: 30px;
	}

	.fp_box_3 .left_dy {
		width: 100%;
		float: left;
		background-color: #f7f7f7;
		padding: 25px;
		margin-bottom: 30px;
	}

	.fp_box_3 .you_dy {
		width: 100%;
		float: right;
	}

	.fp_box_4 ul li {
		padding: 0 10px;
		margin-bottom: 20px;
	}

	.fp_box_4 ul li img {
		height: 50px;
		max-width: 100%;
		object-fit: contain;
	}

	footer .rii_dy ul li {
		width: 100%;
		float: left;
		margin-bottom: 10px;
		padding-bottom: 15px;
		border-bottom: 1px solid #ebebeb;
	}

	.footer {
		font-size: 12px;
		line-height: 22px;
	}

	footer .left_dy {
		text-align: center;
	}

	footer .left_dy img {
		width: 140px;
		object-fit: contain;
	}

	footer {
		padding: 15px 0;
	}

	.banner_two img {
		height: 150px;
		object-fit: cover;
	}

	.banner .text h3 {
		font-size: 24px;
		color: #fff;
	}

	.banner .text h3 span {
		font-size: 14px;
	}

	.nei_title {
		padding: 15px 0 15px 0;
		position: relative;
	}

	.nei_title h3 {
		font-size: 22px;
		color: #ebebeb;
	}

	.nei_title span {
		font-size: 18px;
		font-weight: bold;
		color: #333;
		position: absolute;
		top: 20px;
		left: 0px;
		display: inline-block;
	}

	.nei_title::after {
		display: block;
		content: "";
		width: 50%;
		height: 1px;
		background-color: #ccc;
		position: absolute;
		top: 55px;
		right: 0;
	}

	.fp_box_5 ul {
		padding-bottom: 30px;
	}

	.fp_box_5 ul li img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}

	.fp_box_2_two .title.title_two {
		padding: 0;
	}

	.un_page {
		padding: 30px 0 0px;
		text-align: left;
	}

	.fp_box_2 {
		padding-bottom: 40px;
	}

	.fp_box_2_two .title.title_two .you {
		margin-top: 10px;
	}

	.fp_box_7 {
		padding: 20px 0;
	}

	.fp_box_7 .rii_dy .wenzi {
		font-size: 15px;
		line-height: 22px;
		font-weight: normal;
	}

	.fp_box_8 ul li .zuo {
		width: 100%;
		float: none;
	}

	.fp_box_8 ul li .you {
		width: 100%;
		float: none;
	}

	.fp_box_8 ul li .you h3 {
		display: inline-block;
		margin-left: 0;
		font-size: 24px;
		color: #000000;
		font-weight: bold;
		padding-bottom: 10px;
		position: relative;
	}

	.fp_box_8 ul li .you p {
		background-color: #004ba8;
		padding: 20px 20px;
		color: #fff;
		line-height: 24px;
		margin-top: 10px;
	}

	.fp_box_8 ul {
		padding-bottom: 30px;
	}

	.fp_box_8 ul li {
		margin-top: 30px;
	}

	.fp_box_9 ul li {
		width: 100%;
		float: left;
		padding: 5px;
	}

	.fp_box_9 ul li img {
		height: auto;
	}

	.fp_box_9 ul li:nth-child(2) {
		width: 100%;
	}

	.fp_box_9 ul li:nth-child(3) {
		width: 100%;
	}

	.fp_box_9 ul {
		margin-left: -5px;
		margin-right: -5px;
		padding-bottom: 30px;
	}

	.fp_box_10 .pic {
		float: left;
		width: 100%;
		text-align: center;
	}

	.fp_box_10 .pic img {
		width: 80%;
		height: auto;
	}

	.fp_box_10 .text {
		float: right;
		width: 100%;
	}

	.fp_box_10 .text h3 {
		font-size: 18px;
		color: #000000;
		position: relative;
		padding-bottom: 10px;
		padding-left: 10px;
	}

	.fp_box_10 .text h3::after {
		display: block;
		content: "";
		width: 60px;
		height: 2px;
		background-color: #004ba8;
		position: absolute;
		bottom: 0;
		left: 10px;
		opacity: 0;
	}

	.fp_box_10 .text .wenzi {
		background-color: #f9fafc;
		padding: 30px;
		margin-top: 30px;
		padding-left: 30px;
		position: relative;
		padding-top: 70px;
	}

	.fp_box_10 .text .wenzi .img {
		width: 60px;
		height: 60px;
		background-color: #315ccf;
		position: absolute;
		top: 3%;
		left: 50%;
		padding: 10px;
		border-radius: 60px;
		display: flex;
		display: -webkit-flex;
		align-items: center;
		justify-content: center;
		margin-left: -30px;
	}

	.fp_box_10 .text .wenzi p {
		font-size: 14px;
		line-height: 30px;
		margin-top: 20px;
	}

	.fp_box_10 ul li:nth-child(2n) .pic {
		float: right;
		width: 100%;
	}

	.fp_box_10 ul li:nth-child(2n) .text {
		float: left;
		width: 100%;
	}

	.fp_box_10 ul li:nth-child(2n) .text .wenzi .img {
		width: 60px;
		height: 60px;
		background-color: #fff;
		position: absolute;
		top: 3%;
		left: 50%;
		padding: 10px;
		border-radius: 60px;
		display: flex;
		display: -webkit-flex;
		align-items: center;
		justify-content: center;
		margin-left: -30px;
	}

	.fp_box_10 {
		padding-bottom: 30px;
	}

	.shang .powenzi {
		position: static;
		top: 0%;
		left: 0;
		width: 100%;
		background: rgba(255, 255, 255, 0.8);
		border-left: 0px solid #315ccf;
		padding: 10px 0;
	}

	.fp_box_11 ul li {
		width: 100%;
		float: left;
		padding: 0 15px;
		margin: 30px 0;
	}

	.fp_box_12 .top {
		text-align: center;
		padding: 15px 0;
		font-size: 18px;
	}

	.shangmian ul li {
		width: 100%;
		float: left;
		border-top: 3px solid #315ccf;
		background-color: #f9f9f9;
		margin-bottom: 30px;
	}

	.shangmian ul li .zuo {
		float: left;
		width: 100%;
		padding: 0 20px;
	}

	.shangmian ul li .you {
		float: left;
		width: 100%;
		padding: 0 20px;
	}

	.shangmian ul li p {
		text-align: left;
		font-size: 12px;
		text-align: left;
		line-height: 24px;
		color: #9fa0a5;
		min-height: auto;
	}

	.yuelan {
		margin: 0 auto;
		width: 100%;
		text-align: center;
		border-top: 5px solid #315ccf;
		background-color: #f9f9f9;
		margin-bottom: 30px;
	}

	.ditu .zuo {
		width: 100%;
		float: left;
		margin-bottom: 10px;
	}

	.ditu .rii {
		width: 100%;
		float: left;
	}
	
	.xin_box_1 ul li{
		width: 50%;
		float: left;
		padding: 0 15px;
		box-sizing: border-box;
		margin-bottom: 20px;
	}
	.xin_box_1 ul li img{
		width: 100%;
		height: auto;
		object-fit: cover;
	}
	.banner img {
	    display: block;
	    width: 100%;
	    height: 250px;
	    object-fit: cover;
	}
	.header .nav>li{
		height: 50px;
	}
	.fp_box_10 ul li .text .wenzi .img {
	    width: 60px;
	    height: 60px;
	    background-color: #fff;
	    position: absolute;
	    top: 11%;
	    left: 50%;
	    padding: 10px;
	    border-radius: 60px;
	    display: flex;
	    display: -webkit-flex;
	    align-items: center;
	    justify-content: center;
	}
}

.nei_title::after{
	opacity: 0;
}