﻿/*通用类*/
* {
	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: 110px;
	background: #fff;
	/* box-shadow: 0px 1px 14.56px 1.44px rgba(153, 153, 153, 0.2); */
	padding: 0 5%;
}

.header .logo {
	float: left;
	margin-top: 10px;
}

.header .nav {
	float: right;
	margin-left: 30px;
	z-index: 99;
}

.header .nav>li {
	float: left;
	width: 110px;
	text-align: center;
	position: relative;
	line-height: 110px;
}

/* .header .nav>li:hover, .header .nav>li.hover {
	background: #033a89;
} */
.header .nav>li:hover>a,
.header .nav>li.hover>a {
	color: #d61419;
}

.header .nav>li a {
	padding: 0;
	font-size: 16px;
	background: none;
}

.header .contact {
	float: right;
	background: url(../images/di1.png) no-repeat left;
	background-size: auto 25px;
	padding-left: 30px;
	font-size: 30px;
	color: #d61419;
	line-height: 110px;
	font-weight: bold;
	margin-left: 70px;
}

.header .nav .sec {
	position: absolute;
	top: 110px;
	left: 0;
	width: 120%;
	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: #033a89;
}

.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: #033a89;
	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;
}

/*  */
.banner {
	margin-top: 110px;
}

.banner .swiper-pagination-bullet {

	display: inline-block;
	border-radius: 100%;
	background: none;
	opacity: 1;
	padding: 11px;
	border: 1px solid #fff;
	position: relative;
}

.banner .swiper-pagination-bullet::after {
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 10px;
	margin-left: -5px;
	margin-top: -5px;
}

.banner .swiper-pagination-white .swiper-pagination-bullet-active {
	border: 1px solid #e5322b;
}

.banner .swiper-pagination-white .swiper-pagination-bullet-active::after {
	background: #e5322b;
}

.fp_box_1 {
	padding: 80px 0;
}

.fp_box_1 .left,
.fp_box_1 .rii {
	width: 50%;
	float: left;
}

.fp_box_1 .left {
	padding-right: 110px;
}

.fp_box_1 .left h3 {
	margin: 0;
	margin-top: 50px;
	font-size: 38px;
	color: #343434;
}

.fp_box_1 .left p {
	font-size: 16px;
	color: #343434;
	margin-top: 30px;
	line-height: 2;
}

.fp_box_1 .left a {
	display: inline-block;
	width: 165px;
	height: 55px;
	background: #3d8bc2;
	border-radius: 10px;
	text-align: center;
	line-height: 55px;
	color: #fff;
	font-size: 18px;
	margin-top: 40px;
	margin-right: 20px;
}

.fp_box_1 .left a.more3 {
	background: #e5322b;
}

.fp_box_1 .rii img {
	width: 100%;
}

.fp_box_1 ul li {
	width: 20%;
	float: left;
	margin-top: 70px;
}

.fp_box_1 ul li h3 {
	font-size: 50px;
	color: #3d8bc2;
	position: relative;
}

.fp_box_1 ul li p {
	color: #949494;
}

.fp_box_1 ul li h3 strong {
	color: #fff;
	font-weight: normal;
	background: #e5322b;
	font-size: 14px;
	padding: 5px;
	border-radius: 100%;
	display: inline-block;
	margin-left: 10px;
	position: absolute;
	top: 20px;
	left: auto;
}

.fp_box_2 {
	background: #f4f4f6;
	padding-bottom: 70px;
}

.title {
	padding: 10px 0;
	text-align: center;
	padding-bottom:10px;
}

.title h3 {
	font-size: 38px;
	color: #333;
	font-weight: bold;
	margin-bottom: 20px;
}

.title h3 strong {
	color: #e5322b;
	display: inline-block;
	margin: 0 10px;
}

.title span {
	font-size: 18px;
	color: #333333;
	display: block;
	margin-bottom: 10px;
}

.title i {
	display: inline-block;
	width: 140px;
	height: 2px;
	background: #3d8bc2;
}

.fp_box_2 .left {
	width: 22%;
	float: left;
}

.fp_box_2 .left .top {
	background: linear-gradient(top, #3a87bd, #226899);
	background: -ms-linear-gradient(top, #3a87bd, #226899);
	background: -webkit-linear-gradient(top, #3a87bd, #226899);
	padding: 20px 30px;
}

.fp_box_2 .left .top h3 {
	margin: 0;
	text-transform: uppercase;
	color: #fff;
	font-size: 24px;
}

.fp_box_2 .left .top span {
	color: #fff;
	font-size: 27px;
}

.fp_box_2 .left ul li {
	border-bottom: 1px solid #ebebeb;
	background: #fff;
}

.fp_box_2 .left ul li h3 {
	height: 65px;
	margin: 0;
	border-bottom: 1px solid #ebebeb;
	line-height: 65px;
	padding: 0 25px;
	background: url(../images/fp_box_2bg.png) no-repeat right;
	background-position-x: 90%;
}

.fp_box_2 .left ul li {
	padding-bottom: 18px;
}

.fp_box_2 .left ul li a {
	display: block;
	margin-top: 18px;
	padding-left: 50px;
	color: #8d8d8d;
	position: relative;
}

.fp_box_2 .left ul li a::after {
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	border: 1px solid #8d8d8d;
	position: absolute;
	top: 5px;
	left: 30px;
	border-radius: 10px;
}

.fp_box_2 .left ul li a:hover {
	color: #e5322b;
}

.fp_box_2 .left ul li a:hover::after {
	border: 1px solid #e5322b;
}

.fp_box_2 .rii {
	width: 76%;
	float: right;
}

.fp_box_2 .rii .top .zuo {
	width: 50%;
	height: 400px;
	text-align: center;
	float: left;
	background: #fff;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}

.fp_box_2 .rii .top .zuo img {
	max-width: 88.2%;
}

.fp_box_2 .rii .top .you {
	width: 50%;
	float: right;
	padding: 30px 30px 30px 50px;
	background: #f8f8fa;
	height: 400px;
}

.fp_box_2 .rii .top .you h3 {
	margin: 0;
	font-size: 30px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 20px;
}

.fp_box_2 .rii .top .you p {
	color: #89898a;
	font-size: 16px;
	line-height: 2;
}

.fp_box_2 .rii .top .you a {
	display: block;
	width: 165px;
	height: 45px;
	background: #e5322b;
	text-align: center;
	color: #fff;
	line-height: 45px;
	border-radius: 10px;
	margin-top: 20px;
}

.fp_box_2 .rii ul {
	margin-left: -13px;
	margin-right: -13px;
}

.fp_box_2 .rii ul li {
	width: 33.33%;
	float: left;
	padding: 0 13px;
	margin-top: 33px;
}

.fp_box_2 .rii ul li .pic {
	width: 100%;
	height: 292px;
	overflow: hidden;
	border-bottom: 2px solid #cccccc;
	position: relative;
}

.fp_box_2 .rii ul li .pic i {
	background: #e5322b;
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	padding: 5px 20px;
	font-style: normal;
}

.fp_box_2 .rii ul li .pic img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.fp_box_2 .rii ul li:hover .pic img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	/*兼容-webkit-引擎浏览器*/
	-moz-transform: scale(1.1);
}

.fp_box_2 .rii ul li p {
	height: 70px;
	line-height: 70px;
	text-align: center;
	background: #fff;
	font-size: 20px;
}

.content {
	width: 1200px;
	margin: 0 auto;
	font-family: "Microsoft Yahei";
}

.super {
	clear: both;
	font-family: "Microsoft Yahei";
	line-height: 26px;
	font-size: 16px;
	position: relative;
	z-index: 2;
	color: #666;
	padding: 0 0;
	overflow: hidden;
}

.supert {
 height: 205px;
 overflow: hidden;
 z-index: 9;
 line-height: 46px;
 font-size: 24px;
 text-align: center;
 margin-bottom: 50px;
 opacity: 0;
 height: 0;
}

.supert h3 {
	width: 174px;
	float: left;
	margin-right: 168px;
	height: 174px;
	padding-top: 42px;
	font: 26px "Microsoft Yahei";
	color: #333;
	text-align: center;
	border: solid 1px #898989;
	box-sizing: border-box;
	border-radius: 100%;
	position: relative;
	z-index: 1;
}

.supert h3:before {
	content: "";
	position: absolute;
	width: 168px;
	z-index: -1;
	height: 11px;
	background: url(../images/super_ico5.png) no-repeat 0;
	left: 174px;
	top: 82px;
}

.supert h3:last-child {
	margin-right: 0;
}

.supert h3:last-child:before {
	width: 0;
	height: 0;
}

.supert h3 span img {
	vertical-align: middle;
	padding-right: 8px;
}

.supert h3 span em {
	display: block;
	font: 9px "Microsoft Yahei";
	text-transform: uppercase;
	line-height: 20px;
}

.supert h3 b {
	display: block;
	width: 46px;
	height: 46px;
	margin: 0 auto;
	overflow: hidden;
}

.supert h3 b img {
	display: block;
}

.supert h3.cur {
	background: #3d8bc2;
	border-color: #3d8bc2;
	color: #fff;
}

.supert h3.cur:after {
	content: "";
	position: absolute;
	width: 158px;
	z-index: -1;
	height: 158px;
	border: solid 1px rgba(255, 255, 255, 0.22);
	left: 7px;
	top: 7px;
	border-radius: 100%;
}

.supert h3.cur b img {
	margin-top: -85px;
}

.super_c .tempWrap {
	overflow: inherit !important;
}

.super_c dl {
	position: relative !important;
	display: block;
	float: left;
	margin-right: 18px;
	width: 1200px;
	opacity: 0.5;
}

.super_c dt img {
	opacity: 0.6;
}

.super_c dt,
.super_c dt img {
	width: 100%;
	display: block;
	overflow: hidden;
	background: #000;
}

.super_c dd {
	height: 200px;
	padding: 10px;
	opacity: 1;
	background: #f8f8f8;
	padding: 10px 20px;
}

.super_c dd h4 {
	font-size: 24px;
	padding: 10px 0;
	color: #666;
	font-weight: normal;
}

.super_c dd h4 b {
	color: #666;
	font-weight: bold;
}

.super_c dd .super_w {
	width: 774px;
}

.super_c dd .super_w p {
	padding-left: 0px;
	color: #666;
	line-height: 2;
}

.super_c dd .super_n li {
	float: left;
	position: relative;
	padding: 44px 38px 0 0;
	font-size: 16px;
	line-height: 16px;
	display: none;
}

.super_c dd .super_n li:last-child {
	padding-right: 0;
	border: 0;
	margin-right: 0;
}

.super_c dd .super_n li span {
	display: block;
	height: 52px;
	font-size: 20px;
}

.super_c dd .super_n li span b {
	font-size: 46px;
	color: #cf000e;
	line-height: 52px;
	font-weight: normal;
}

.super_c dl.cur dt img {
	opacity: 1;
}

.super_c dl.cur dd {
	opacity: 1;
	background: #4e95c8;
}

.fp_box_3 {
	padding-bottom: 100px;
}

.super_c dl.cur {
	opacity: 1;
}

.super_c dl.cur dd h4 {
	color: #fff;
}

.super_c dl.cur dd h4 b {
	color: #fff;
}

.super_c dl.cur dd p {
	color: #fff;
}

/*  */
.fp_box_4 {
	background: #fafafa;
	padding-bottom: 100px;
}

.fp_box_4 .swiper-slide {
	background: #fff;
	box-shadow: 0px 1px 14.56px 1.44px rgba(153, 153, 153, 0.2);
}

.fp_box_4 .swiper-slide .pic {
	width: 100%;
	height: 280px;
}

.fp_box_4 .swiper-slide .pic img {
	width: 100%;
	height: 100%;
}

.fp_box_4 .swiper-slide .text {
	text-align: center;
	background: #fff;
	padding: 20px;
}

.fp_box_4 .swiper-slide .text h3 {
	font-size: 24px;
	color: #000000;
	margin: 0;
	font-weight: bold;
	margin-bottom: 15px;
}

.fp_box_4 .swiper-slide .text p {
	font-size: 16px;
	color: #a3a3a3;
	line-height: 1.6;
	text-align: left;
}

.fp_box_4 .swiper-slide .text a {
	width: 170px;
	height: 45px;
	background: #3d8bc2;
	display: inline-block;
	line-height: 45px;
	color: #fff;
	font-size: 18px;
	border-radius: 30px;
	margin: 10px auto;
}

.fp_box_4 .swiper-container {
	padding: 20px;
}

.fp_box_4 .container .lunbo {
	position: relative;
}

.fp_box_4 .swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background: url(../images/youjian.png) no-repeat center;
	right: -50px;
	width: 50px;
	height: 50px;
	background-size: 50px 50px;
}

.fp_box_4 .swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background: url(../images/zuojian.png) no-repeat center;
	left: -50px;
	width: 50px;
	height: 50px;
	background-size: 50px 50px;
}

.fp_box_4 .swiper-slide .text a:hover {
	background: #cf000e;
}

.news {
	padding-bottom: 100px;
}

.news .top {
	border-bottom: 1px solid #d2d2d2;
}

.news .top .left {
	width: 50%;
	float: left;
}

.news .top .left a {
	border-bottom: 2px solid #fff;
	display: inline-block;
	padding: 10px 0;
	margin-right: 30px;
	padding-left: 30px;
	font-size: 16px;
	background: url(../images/icod_1.png) no-repeat left;
	background-size: 20px auto;
}

.news .top .left a:nth-child(2) {
	background: url(../images/icod_2.png) no-repeat left;
	background-size: 20px auto;
}

.news .top .left a.hover,
.news .top .left a:hover {
	border-bottom: 2px solid #cf000e;
	color: #cf000e;
	background: url(../images/icod_11.png) no-repeat left;
	background-size: 20px auto;
}

.news .top .left a.hover:nth-child(2),
.news .top .left a:hover:nth-child(2) {
	border-bottom: 2px solid #cf000e;
	color: #cf000e;
	background: url(../images/icod_22.png) no-repeat left;
	background-size: 20px auto;
}

.news .top .rii {
	float: right;
	line-height: 40px;
}

.news .top .rii a {
	font-size: 16px;
}

.news .top .rii a:hover {
	color: #cf000e;
}

.newsdis {
	margin-top: 30px;
	margin-left: -5px;
	margin-right: -5px;
	display: none;
}

.newsdis .left {
	width: 50%;
	float: left;
}

.newsdis .left .pictext {
	width: 50%;
	float: left;
	padding: 0 5px;

}

.newsdis .left .pictext img {
	width: 100%;
}

.newsdis .left .pictext .text {
	background: #3d8bc2;
	padding: 15px;
}

.newsdis .left .pictext .text h3 {
	margin: 0;
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.newsdis .left .pictext .text p {
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #fff;
}

.newsdis .left .pictext .text a {
	color: #fff;
}

.newsdis .rii {
	width: 50%;
	float: right;
	padding-left: 50px;
}

.newsdis .rii ul li h3 {
	margin: 0;
	font-size: 18px;
	color: #000000;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.newsdis .rii ul li {
	padding: 15px 0;
	border-bottom: 1px solid #cccccc;
}

.newsdis .rii ul li .zuo {
	width: 80%;
	float: left;
	padding-right: 30px;
}

.newsdis .rii ul li .you {
	width: 20%;
	float: right;
}

.newsdis .rii ul li p {
	font-size: 14px;
	color: #b0b0b0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.top3 a {
	display: block;
	width: 50%;
	float: left;
	font-size: 16px;
	color: #000000;
	padding-left: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	padding-right: 20px;
}

.top3 a::after {
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	border: 1px solid #333;
	position: absolute;
	top: 6px;
	left: 0;
	border-radius: 100%;
}

.top3 a:hover {
	color: #cf000e;
}

.top3 a:hover::after {
	border: 1px solid #cf000e;
}

footer {
	background: #333333;
}

footer .top {
	padding: 15px 0;
	color: #fff;
	text-align: center;
	font-size: 16px;
	border-bottom: 1px solid #ccc;
}

footer .top a {
	color: #fff;
	display: inline-block;
	margin: 0 20px;
	font-size: 16px;
}

footer .top a:hover {
	color: #cf000e;
}

footer .top {
	margin-bottom: 30px;
}

footer .left {
	width: 30%;
	float: left;
}

footer .left img {
	margin-bottom: 30px;
}

footer .zhong {
	width: 48%;
	float: left;
}

footer p {
	font-size: 15px;
	color: #ffffff;
	line-height: 1.6;
}

footer h3 {
	color: #fff;
	margin: 0;
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 30px;
}

footer .zhong .zuo,
footer .zhong .you {
	width: 50%;
	float: left;
	margin-top: 20px;
	padding-right: 20px;
}

.erweima {
	float: right;
	width: 15%;
}

.erweima img {
	margin-top: 10px;
	width: 120px;
	height: 120px;
}

footer {
	padding-bottom: 20px;
	    margin-bottom: revert-layer;
}

.footer {
	border-top: 1px solid #373739;
	padding: 15px 0;
	color: #fbfbfb;
	background: #333333;

}

.footer .left {
	float: left;
	width: 50%;
}

.footer .rii {
	float: left;
	width: 50%;
	text-align: right;
}

.footer .rii a {
	color: #fbfbfb;
}

.footer .rii a:hover {
	color: #cf000e;
}

.fp_box_2 .rii ul li .pic img {
	object-fit: cover;
}

.lunboshou {
	display: none;
}

/* 新加css */
.new_swiper {
	padding: 20px 0;
	margin-bottom: 50px;
}
.new_swiper img{
	width: 100%;
	display: block;
	border-radius: 0px;
}
.new_swiper .swiper-slide{
	position: relative;
	
}
.new_swiper .swiper-slide::after{
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	z-index: 99;
}
.new_swiper .swiper-slide.swiper-slide-active::after{
	display: none;
}
.new_swiper .text{
	background: #006bb7;
	padding: 20px;
	min-height: 190px;
}
.new_swiper .text h3{
	margin: 0;
	font-size: 26px;
	color: #fff;
	margin-bottom: 15px;
}
.new_swiper .text p{
	font-size: 16px;
	color: #fff;
	line-height: 1.6;
}














@media only screen and (max-width:1920px) {
	.logo img {
		height: 60px;
		margin-top: 15px;
	}

	.header .contact {
		font-size: 24px;
		margin-left: 30px;
	}

	.header .nav>li {
		width: 100px;
	}
}

@media only screen and (max-width:1620px) {
	.header .contact {
		float: right;
		background: url(../images/di1.png) no-repeat left;
		background-size: auto 16px;
		padding-left: 23px;
		font-size: 18px;
		color: #d61419;
		line-height: 110px;
		font-weight: bold;
		margin-left: 70px;
	}

	.header .nav>li {
		width: 88px;
	}

	.fp_box_1 ul li h3 {
		font-size: 40px;
		color: #3d8bc2;
		position: relative;
	}

	.fp_box_1 ul li h3 strong {
		color: #fff;
		font-weight: normal;
		background: #e5322b;
		font-size: 12px;
		padding: 5px;
		border-radius: 100%;
		display: inline-block;
		margin-left: 5px;
		position: absolute;
		top: 15px;
		left: auto;
	}

	.content {
		width: 1200px;
		margin: 0 auto;
		font-family: "Microsoft Yahei";
	}

	.fp_box_4 .swiper-slide .pic img {
		object-fit: cover;
	}

	.fp_box_4 .swiper-slide .pic {
		width: 100%;
		height: 266px;
	}

	.newsdis .rii ul li {
		padding: 10px 0;
		border-bottom: 1px solid #cccccc;
	}
	.new_swiper .text{
		min-height: 160px;
	}
	.new_swiper .text h3 {
	    font-size: 20px;
	}
	.new_swiper .text p {
	    font-size: 14px;
	}
}

@media only screen and (max-width:1400px) {
	.fp_box_4 .swiper-slide .pic {
		width: 100%;
		height: 220px;
	}

	.fp_box_4 .swiper-slide .text h3 {
		font-size: 16px;
		color: #000000;
		margin: 0;
		font-weight: bold;
		margin-bottom: 15px;
	}

	.fp_box_4 .swiper-slide .text p {
		font-size: 14px;
		color: #a3a3a3;
		line-height: 1.6;
		text-align: left;
	}

	.fp_box_4 .swiper-slide .text a {
		width: 130px;
		height: 40px;
		background: #3d8bc2;
		display: inline-block;
		line-height: 40px;
		color: #fff;
		font-size: 14px;
		border-radius: 30px;
		margin: 10px auto;
	}

	.newsdis .rii ul li .you img {
		width: 100%;
	}

	footer p {
		font-size: 12px;
		color: #ffffff;
		line-height: 1.6;
	}

	footer h3 {
		color: #fff;
		margin: 0;
		font-size: 16px;
		margin-bottom: 10px;
		margin-top: 22px;
	}

	.footer {
		font-size: 12px;
	}

	.fp_box_1 .left h3 {
		margin: 0;
		margin-top: 5px;
		font-size: 31px;
		color: #343434;
	}

	.fp_box_1 .left p {
		font-size: 14px;
		color: #343434;
		margin-top: 20px;
		line-height: 2;
	}

	.fp_box_1 .left a {
		display: inline-block;
		width: 140px;
		height: 45px;
		background: #3d8bc2;
		border-radius: 10px;
		text-align: center;
		line-height: 45px;
		color: #fff;
		font-size: 16px;
		margin-top: 30px;
		margin-right: 20px;
	}

	.fp_box_2 .rii ul li .pic {
		width: 100%;
		height: 175px;
		overflow: hidden;
		border-bottom: 2px solid #cccccc;
		position: relative;
	}

	.fp_box_2 .rii .top .you p {
		color: #89898a;
		font-size: 14px;
		line-height: 2;
	}

	.fp_box_2 .rii .top .you a {
		display: block;
		width: 120px;
		height: 35px;
		background: #e5322b;
		text-align: center;
		color: #fff;
		line-height: 35px;
		border-radius: 5px;
		margin-top: 15px;
	}

	.fp_box_2 .left .top h3 {
		margin: 0;
		text-transform: uppercase;
		color: #fff;
		font-size: 16px;
	}

	.fp_box_2 .left ul li h3 {
		height: 55px;
		margin: 0;
		border-bottom: 1px solid #ebebeb;
		line-height: 55px;
		padding: 0 25px;
		background: url(../images/fp_box_2bg.png) no-repeat right;
		background-position-x: 90%;
	}

	.fp_box_2 .left ul li a {
		display: block;
		margin-top: 15px;
		padding-left: 50px;
		color: #8d8d8d;
		position: relative;
		font-size: 14px;
	}

	.logo img {
		height: 45px;
		margin-top: 22px;
	}

	.header .contact {
		margin-left: 10px;
	}
	/* 新加 */
	.new_swiper .text{
		min-height: 170px;
	}
	.new_swiper .text h3 {
	    margin: 0;
	    font-size: 16px;
	    color: #fff;
	    margin-bottom: 15px;
	}
	.new_swiper .text p {
	    font-size: 14px;
	    color: #fff;
	    line-height: 1.5;
	}
}


@media only screen and (max-width:1200px) {
	.header .container {
		width: 100%;
	}

	.header .logo {
		width: 260px;
		margin-top: 35px;
	}

	.header .logo img {
		width: 100%;
	}

	.header .contact {
		font-size: 18px;
	}

	.header .logo {
		width: 260px;
		margin-top: 0;
	}

	.logo img {
		height: auto;
		margin-top: 34px;
	}

	.header .nav>li {
		width: 70px;
	}

	.header .nav>li a {
		padding: 0;
		font-size: 13px;
		background: none;
	}

	.fp_box_1 {
		padding: 30px 0;
	}

	.fp_box_1 .left h3 {
		margin: 0;
		margin-top: 0px;
		font-size: 22px;
		color: #343434;
	}

	.fp_box_1 .left {
		padding-right: 20px;
	}

	.fp_box_1 .left p {
		font-size: 14px;
		color: #343434;
		margin-top: 20px;
		line-height: 1.8;
	}

	.fp_box_1 .left a {
		display: inline-block;
		width: 120px;
		height: 35px;
		background: #3d8bc2;
		border-radius: 5px;
		text-align: center;
		line-height: 35px;
		color: #fff;
		font-size: 16px;
		margin-top: 15px;
		margin-right: 15px;
	}

	.fp_box_2 .left .top h3 {
		margin: 0;
		text-transform: uppercase;
		color: #fff;
		font-size: 12px;
	}

	.fp_box_2 .left ul li h3 {
		height: 40px;
		margin: 0;
		border-bottom: 1px solid #ebebeb;
		line-height: 40px;
		padding: 0 25px;
		background: url(../images/fp_box_2bg.png) no-repeat right;
		background-size: 15px auto;
		background-position-x: 90%;
		font-size: 14px;
	}

	.fp_box_2 .left ul li a {
		display: block;
		margin-top: 15px;
		padding-left: 30px;
		color: #8d8d8d;
		position: relative;
		font-size: 12px;
	}

	.fp_box_2 .left ul li a::after {
		display: block;
		content: "";
		width: 10px;
		height: 10px;
		border: 1px solid #8d8d8d;
		position: absolute;
		top: 3px;
		left: 12px;
		border-radius: 10px;
	}

	.fp_box_2 .rii .top .zuo {
		width: 50%;
		height: 350px;
		text-align: center;
		float: left;
		background: #fff;
		display: flex;
		display: -webkit-flex;
		align-items: center;
		justify-content: center;
	}

	.fp_box_2 .rii .top .you {
		width: 50%;
		float: right;
		padding: 20px;
		background: #f8f8fa;
		height: 350px;
	}

	.fp_box_2 .rii .top .you h3 {
		margin: 0;
		font-size: 18px;
		color: #000000;
		font-weight: bold;
		margin-bottom: 8px;
	}

	.fp_box_2 .rii .top .you p {
		color: #89898a;
		font-size: 12px;
		line-height: 2;
	}

	.fp_box_2 .rii ul li .pic {
		width: 100%;
		height: 140px;
		overflow: hidden;
		border-bottom: 2px solid #cccccc;
		position: relative;
	}

	.fp_box_2 .rii ul li p {
		height: 50px;
		line-height: 50px;
		text-align: center;
		background: #fff;
		font-size: 12px;
	}

	.fp_box_2 .rii ul li .pic i {
		background: #e5322b;
		position: absolute;
		top: 0;
		right: 0;
		color: #fff;
		padding: 5px 10px;
		font-style: normal;
		font-size: 12px;
	}

	.title {
		padding: 20px 0;
		text-align: center;
	}

	.title h3 {
		font-size: 24px;
		color: #333;
		font-weight: bold;
		margin-bottom: 10px;
	}

	.title span {
		font-size: 12px;
		color: #333333;
		display: block;
		margin-bottom: 0px;
	}

	.fp_box_4 .swiper-slide .pic {
		width: 100%;
		height: 245px;
	}

	.fp_box_4 .swiper-slide .text h3 {
		font-size: 14px;
		color: #000000;
		margin: 0;
		font-weight: bold;
		margin-bottom: 15px;
	}

	.fp_box_4 .swiper-slide .text p {
		font-size: 12px;
		color: #a3a3a3;
		line-height: 1.6;
		text-align: left;
	}

	.newsdis .rii ul li h3 {
		margin: 0;
		font-size: 14px;
		color: #000000;
		margin-bottom: 5px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}

	.newsdis .rii ul li p {
		font-size: 12px;
		color: #b0b0b0;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.top3 a {
		display: block;
		width: 50%;
		float: left;
		font-size: 12px;
		color: #000000;
		padding-left: 20px;
		margin-top: 5px;
		margin-bottom: 5px;
		position: relative;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		padding-right: 20px;
	}

	footer .top a {
		color: #fff;
		display: inline-block;
		margin: 0 10px;
		font-size: 14px;
	}

	footer .zhong {
		width: 53%;
		float: left;
		padding-left: 20px;
	}

	footer .left {
		width: 32%;
		float: left;
	}

	/*   .content {
	        width: 800px;
	        margin: 0 auto;
	        font-family: "Microsoft Yahei";
	    } */
}

@media only screen and (max-width: 1000px) {
	.header .contact {
		margin-right: 60px;
	}

	.header .nav {
		position: fixed;
		left: 0;
		top: 100px;
		width: 100%;
		height: 100%;
		background: #3d8bc2;
		padding: 20px 0;
		margin: 0;
		display: none;

	}

	.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);
	}

	.header .nav>li {
		width: 100%;
		line-height: 50px;
	}

	.header .nav>li a {
		padding: 0;
		font-size: 16px;
		background: none;
		width: 30%;
		text-align: left;
		padding-left: 40px;
	}

	.header .nav>li:hover>a {
		color: #fff;
	}
	.header .nav .sec>li a{
		padding-left: 0;
	}
}

@media only screen and (max-width: 750px) {
	.header .contact {
		display: none;
	}

	.header {
		height: 60px;
		/* border-bottom: 1px solid #333; */
	}

	.header .logo {
		width: 240px;
		margin-top: 10px;
	}

	.header .nav {
		top: 60px;
	}

	.logo img {
		height: auto;
		margin-top: 0px;
	}

	.banner {
		margin-top: 60px;
	}

	.banner .swiper-pagination-bullet {
		display: inline-block;
		border-radius: 100%;
		background: none;
		opacity: 1;
		padding: 5px;
		border: 1px solid #fff;
		position: relative;
	}

	.banner .swiper-pagination-bullet::after {
		display: block;
		content: "";
		width: 4px;
		height: 4px;
		background: #fff;
		position: absolute;
		top: 50%;
		left: 50%;
		border-radius: 4px;
		margin-left: -2px;
		margin-top: -2px;
	}

	.banner .swiper-container-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		bottom: 0;
	}

	.fp_box_1 .left,
	.fp_box_1 .rii {
		width: 100%;
		float: none;
	}

	.fp_box_1 .left {
		margin-bottom: 20px;
	}

	.fp_box_1 .left p {
		font-size: 14px;
		color: #343434;
		margin-top: 10px;
		line-height: 1.8;
	}

	.fp_box_1 .left a {
		display: inline-block;
		width: 100px;
		height: 30px;
		background: #3d8bc2;
		border-radius: 5px;
		text-align: center;
		line-height: 30px;
		color: #fff;
		font-size: 12px;
		margin-top: 10px;
		margin-right: 15px;
	}

	.fp_box_1 ul li {
		width: 50%;
		float: left;
		margin-top: 0;
	}

	.fp_box_1 ul li h3 {
		font-size: 30px;
		color: #3d8bc2;
		position: relative;
	}

	.fp_box_1 ul {
		margin-top: 10px;
	}

	.fp_box_1 ul li h3 {
		font-size: 30px;
		color: #3d8bc2;
		position: relative;
		margin: 0;
	}

	.fp_box_1 ul li h3 strong {
		color: #fff;
		font-weight: normal;
		background: #e5322b;
		font-size: 8px;
		padding: 2px;
		border-radius: 100%;
		display: inline-block;
		margin-left: 1px;
		position: absolute;
		top: 12px;
		left: auto;
	}

	.fp_box_1 {
		padding-bottom: 0;
	}

	.fp_box_2 .left {
		display: none;
	}

	.fp_box_2 .rii {
		width: 100%;
	}

	.fp_box_2 .rii .top .zuo {
		width: 100%;
		height: auto;
		text-align: center;
		float: left;
		background: #fff;
		display: flex;
		display: -webkit-flex;
		align-items: center;
		justify-content: center;
	}

	.fp_box_2 .rii .top .you {
		width: 100%;
		float: right;
		padding: 10px;
		background: #f8f8fa;
		height: auto;
		padding-top: 15px;
	}

	.fp_box_2 .rii ul li {
		width: 50%;
		float: left;
		padding: 0 13px;
		margin-top: 15px;
	}

	.fp_box_2 .rii ul li .pic {
		width: 100%;
		height: 135px;
		overflow: hidden;
		border-bottom: 2px solid #cccccc;
		position: relative;
	}

	.fp_box_2 .rii ul li .pic i {
		background: #e5322b;
		position: absolute;
		top: 0;
		right: 0;
		color: #fff;
		padding: 3px 7px;
		font-style: normal;
		font-size: 10px;
	}

	.super {
		display: none;
	}

	.fp_box_4 .swiper-button-next.swiper-button-white,
	.swiper-container-rtl .swiper-button-prev.swiper-button-white {
		display: none;
	}

	.fp_box_4 .swiper-button-prev.swiper-button-white,
	.swiper-container-rtl .swiper-button-next.swiper-button-white {
		display: none;
	}

	.fp_box_4 {
		background: #fafafa;
		padding-bottom: 20px;
	}

	.news .top .left {
		width: 80%;
		float: left;
	}

	.newsdis .left {
		width: 100%;
		float: left;
	}

	.newsdis .left .pictext {
		width: 50%;
		float: left;
		padding: 0 5px;
		margin-bottom: 20px;
	}

	.newsdis .rii {
		width: 100%;
		float: right;
		padding: 0 5px;
	}

	.news {
		padding-bottom: 30px;
	}

	.newsdis .left .pictext .text {
		background: #3d8bc2;
		padding: 10px;
	}

	.newsdis .left .pictext .text h3 {
		margin: 0;
		font-size: 14px;
		color: #ffffff;
		margin-bottom: 10px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}

	.title {
		padding: 0;
		text-align: center;
		padding-bottom: 20px;
	}

	.fp_box_2 {
		background: #f4f4f6;
		padding-bottom: 30px;
	}

	footer .top {
		text-align: center;
	}

	footer .top em {
		display: none;
	}

	footer .top a {
		display: inline-block;
		width: 25%;
		float: left;
		margin: 0;

		margin-bottom: 10px;
	}

	footer .left {
		width: 100%;
		float: left;
		text-align: center;
	}

	footer .left img {
		height: 70px;
	}

	footer .zhong {
		width: 100%;
		float: left;
		padding-left: 20px;
		margin-bottom: 20px;
	}

	footer .zhong .zuo,
	footer .zhong .you {
		width: 100%;
		float: left;
		margin-top: 20px;
		padding-right: 20px;
	}

	.erweima {
		float: none;
		width: 100%;
		text-align: center;

	}

	footer p {
		font-size: 15px;
		color: #ffffff;
		line-height: 1.6;
	}

	.footer .left {
		float: left;
		width: 100%;
		font-size: 10px;
		text-align: center;
	}

	.footer .rii {
		float: left;
		width: 100%;
		font-size: 8px;
		margin-top: 10px;
		text-align: center;
	}

	/*  */
	.lunboshou {
		display: block;
		padding-bottom: 0px;
	}

	.lunboshou .swiper-slide {
		padding: 0 20px;
	}

	.lunboshou .swiper-slide img {
		width: 100%;
	}

	.lunboshou .swiper-slide .text {
		background: #006bb7;
		padding: 43px;
		height:205px;
	}

	.lunboshou .swiper-slide .text h3 {
		margin: 0;
		color: #fff;
		font-size: 16px;
		margin-bottom: 10px;
	}

	.lunboshou .swiper-slide .text p {
		color: #fff;
		font-size: 12px;
	}

	.fp_box_3 {
		padding-bottom: 30px;
	}
	/* 新加 */
	.new_swiper{
		display: none;
	}
}