html {
	width: 100%;
}

body {
	font-size: 16px;
	background: #fff;
	font-family: futura, "Microsoft Yahei", "Arial", Verdana, Arial, sans-serif;
	line-height: 28px;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

ol,
ul,
li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
	transition: all .3s ease;
	cursor: pointer;
}

em,
i {
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
	font-weight: normal;
}

strong {
	font-weight: 800;
}

img {
	border: 0;
	height: auto;
	vertical-align: middle;
	/*display: block;*/
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,
textarea,
select,
button {
	border: 0;
	background: none;
	outline: 0;
	font-family: "Microsoft Yahei";
}

input[type="button"],
input[type="text"],
input[type="submit"] {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

input,
input:focus,
input:active {
	user-select: text;
}

button:focus {
	outline: 0;
}

textarea {
	resize: none;
}

video {
	outline: none;
	display: block;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.clearfix:after {
	content: "";
	*zoom: 1;
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
	overflow: hidden;
}

.relative {
	position: relative;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.container {
	position: relative;
	width: 1600px;
	margin: 0 auto;
}

.pd50 {
	padding: 0 50px;
}

/*********************** header start ********************************/
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	transition: .3s;
}

.header .h_logo {
	float: left;
	margin-top: 22px;
}

.header .h_nav {
	float: right;
}

.header .h_nav ul>li {
	float: left;
	margin: 0 30px;
	position: relative;
}

.header .h_nav ul>li>a {
	line-height: 100px;
	font-size: 19px;
	font-family: Verdana;
	font-weight: 400;
	color: #FFFFFF;
	text-transform: uppercase;
}

.header .h_nav ul>li:hover>a,
.header .h_nav ul>li.active>a {
	color: #0051A7;
}

.subnav {
	width: 200px;
	background: #ffffff;
	font-size: 14px;
	text-align: left;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
	box-shadow: 0 0 16px -4px rgba(0, 0, 0, .3);
	margin-top: 20px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	z-index: 44;
}

/* .subnav ol {padding:5px 0;} */
.subnav ol li {
	width: 100%;
	margin: 0 !important;
}

.subnav a {
	transition: .3s;
	padding: 12px 10px;
	box-sizing: border-box;
	width: 100%;
	display: block;
	line-height: 18px;
	color: #333;
	font-size: 14px;
	text-align: center;
}

.subnav a:hover {
	background: linear-gradient(90deg, #003C90, #008FEE);
	color: #fff !important;
}

.h_nav ul>li:hover .subnav {
	height: auto;
	opacity: 1;
	visibility: visible;
	margin-top: 0;
}


.header.active,
.header:hover {
	background: #fff;
	border-bottom: 1px solid #ccc;
}

.header.active .h_nav ul>li>a,
.header:hover .h_nav ul>li>a {
	color: #333;
}

.header.active .h_nav ul>li>a {
	line-height: 70px;
}

.header.active .h_logo {
	margin-top: 2px;
}

.header.active .h_more .lan_box {
	margin-top: 16px;
}

.header .h_more {
	float: right;
}

.header .h_more .lan_box {
	width: 125px;
	text-align: center;
	margin-top: 31px;
	height: 36px;
	line-height: 36px;
	border-radius: 6px;
	background: linear-gradient(90deg, #003C90, #008FEE);
	position: relative;
	cursor: pointer;
	transition: .3s;
}

.header .h_more .lan_box i {
	padding-right: 10px;
	position: relative;
	top: -1px;
}

.header .h_more .lan_box span {
	font-size: 15px;
	color: #FFFFFF;
}

.lang_subnav {
	width: 100%;
	background: #ffffff;
	font-size: 14px;
	text-align: left;
	position: absolute;
	left: 0;
	top: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
	box-shadow: 0 0 16px -4px rgba(0, 0, 0, .3);
	margin-top: 20px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	z-index: 44;
	border-radius: 6px;
}

.lang_subnav ol {}

.lang_subnav ol li {
	width: 100%;
	margin: 0 !important;
}

.lang_subnav a {
	transition: .3s;
	padding: 0 10px;
	box-sizing: border-box;
	width: 100%;
	display: block;
	height: 40px;
	line-height: 40px;
	color: #333;
	font-size: 14px;
	text-align: center;
}

.lang_subnav a:hover {
	background: linear-gradient(90deg, #003C90, #008FEE);
	color: #fff !important;
}

.header .h_more .lan_box:hover .lang_subnav {
	height: auto;
	opacity: 1;
	visibility: visible;
	margin-top: 0;
}


.wap_header {
	width: 100%;
	height: 60px;
	padding: 0 12px;
	display: none;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	position: fixed;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	z-index: 999999;
	box-sizing: border-box;
	border-bottom: 1px solid #ddd;
}

.wap_header .toggle {
	display: block;
	width: 25px;
	height: 24px;
	position: relative;
	z-index: 6;
}

.wap_header .toggle i {
	display: block;
	width: 25px;
	height: 2px;
	background: #000;
	position: absolute;
	left: 0;
	transition: all ease .35s;
}

.wap_header .toggle i:nth-of-type(1) {
	top: 0;
}

.wap_header .toggle i:nth-of-type(2) {
	top: 8px;
}

.wap_header .toggle i:nth-of-type(3) {
	top: 16px;
}

.wap_header .toggle.on i {
	background: #000;
}

.wap_header .toggle.on i:nth-of-type(1) {
	top: 8px;
	transform: rotate(45deg);
}

.wap_header .toggle.on i:nth-of-type(2) {
	width: 0;
}

.wap_header .toggle.on i:nth-of-type(3) {
	top: 8px;
	transform: rotate(-45deg);
}

.wap_header #h60 {
	height: 60px;
}

.wap_header .maskbg {
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, .5);
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 3;
}

.wap_header .maskbg.on {
	display: block;
}

.wap_header .nav {
	width: 240px;
	background: #fff;
	height: 100vh;
	padding: 56px 0 20px 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 5;
	transform: translateX(100%);
	opacity: 0;
	transition: transform .4s, opacity .4s;
}

.wap_header .nav.open {
	transform: translateX(0);
	opacity: 1;
}

.wap_header .nav>ul {
	height: calc(100vh - 100px);
	margin: 0 auto;
	position: relative;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.wap_header .nav>ul>li {
	border-top: 1px solid #ddd;
	margin: 0 20px;
	line-height: 40px;
	font-size: 14px;
	position: relative;
}

.wap_header .nav>ul>li:first-child {
	border-top: 0 none;
}

.wap_header .nav>ul>li>a {
	height: 60px;
	line-height: 60px;
	display: block;
	padding-right: 30px;
	font-size: 14px;
	color: #333;
}

.wap_header .nav>ul>li>a:active {
	color: #dd0518 !important;
}

.wap_header .nav ul li ul {
	display: none;
}

.wap_header .nav ul li i {
	width: 30px;
	height: 60px;
	font-size: 16px;
	color: #9c9c9c;
	position: absolute;
	right: 0;
	top: 0;
	transition: transform .5s;
}

.wap_header .nav ul li i.down {
	color: #dd0518;
	transform: rotate(90deg);
}

.wap_header .nav ul li .icon {
	background: url(../images/yjt.png)no-repeat;
	background-size: 20px !important;
	background-position: center !important;
}

.wap_header .nav ul li ul li {
	margin-right: 0;
	border-top: 1px solid #eee;
	padding-left: 20px;
}

.wap_header .nav ul li ul li a {
	color: #666;
	line-height: 20px;
	font-size: 14px;
	display: block;
	padding: 10px 0;
}

.wap_header .nav ul li ul li i {
	top: -10px;
}

.wap_header .logo {
	float: left;
	margin-top: 10px;
	position: relative;
	height: 40px;
}

.wap_header .logo img {
	height: 100%;
}

.wap_header .toggle {
	float: right;
	margin-top: 21px;
}

.wap_header .dropdown {
	float: right;
	margin-top: 18px;
	margin-right: 20px;
	position: relative;
}

.wap_header #dLabel {
	border: 1px solid #9C9C9C;
	background: none;
	color: #9C9C9C;
	padding: 2px 5px;
	font-size: 12px;
	position: relative;
}

.wap_header .dropdown-menu {
	background: #222;
	min-width: auto !important;
	text-align: center;
}

.wap_header .dropdown-menu li a {
	color: #9C9C9C !important;
	transition: .3s;
	font-size: 14px !important;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
	box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
	width: 100%;
}

.open>.dropdown-menu {
	display: block;
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}


/*********************** header end ********************************/





/*********************** banner start ********************************/
.banner {
	position: relative;
	z-index: 1;
}

.banner_video {
	height: 100vh;
	position: relative;
}

.banner_video video {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}

.banner_video .bg {
	display: none;
	height: 100%;
	width: 100%;
	background-position: center !important;
	background-size: cover !important;
	background-attachment: scroll !important;
}

.banner_video .desc {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
}

.banner_video .desc .video-open {
	display: block;
	height: 72px;
	width: 72px;
	margin: 0 auto 60px;
	cursor: pointer;
}

.banner_video .desc p {
	font-size: 52px;
	font-family: Arial;
	font-weight: bold;
	color: #FFFFFF;
}

.banner_mouse {
	position: absolute;
	left: 50%;
	bottom: 40px;
	z-index: 9999999;
	font-size: 40px;
	color: #fff !important;
	margin-left: -20px;
	text-align: center;
}

.banner_mouse img {
	animation: mouse1 1.3s infinite;
	position: relative;
}

.banner_mouse p {
	font-size: 13px;
	font-family: Arial;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 36px;
}

@keyframes mouse1 {
	0% {
		bottom: 0px;
	}

	30% {
		bottom: 10px;
	}

	100% {
		bottom: 0px;
	}
}

.layui-layer-video {
	max-width: 1000px;
}

.layui-layer-video video {
	display: block;
	width: 100%;
}

/*********************** banner end ********************************/


.ind_tit {
	text-align: center;
	padding: 90px 0 40px;
}

.ind_tit p {
	font-size: 40px;
	font-family: Arial;
	font-weight: bold;
	color: #222222;
	line-height: 40px;
}

.ind_tit p::after {
	content: "";
	display: inline-block;
	background: url(../images/e_tit.png) no-repeat;
	height: 33px;
	width: 33px;
	margin-left: 20px;
	position: relative;
	top: -15px;
}

.ind_tit span {
	font-size: 18px;
	font-family: Arial;
	font-weight: 400;
	color: #999999;
	line-height: 30px;
	max-width: 1150px;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
}


/*********************** sec1 start ********************************/
.sec1 {
	padding: 80px 0;
	background: url(../images/sec1_bg.jpg) center/cover;
}

.about_box {
	position: relative;
}

.about_box .ab_box {
	width: 52%;
	padding-right: 140px;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	display: flex;
}

.about_box .ab_box .mato {
	margin: auto 0;
}

.about_box .ab_box p {
	font-size: 40px;
	font-family: Arial;
	font-weight: 400;
	color: #222222;
	line-height: 40px;
	margin-bottom: 40px;
}

.about_box .ab_box p:after {
	content: "";
	display: inline-block;
	background: url(../images/e_tit.png) no-repeat;
	height: 33px;
	width: 33px;
	margin-left: 20px;
	position: relative;
	top: -15px;
}

.about_box .ab_box span {
	text-indent: 2rem;
	font-size: 17px;
	font-family: Verdana;
	font-weight: 400;
	color: #666666;
	line-height: 36px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	max-height: 180px;
	margin-bottom: 90px;
}

.about_box .ab_box a {
	width: 130px;
	display: block;
	text-align: center;
	height: 36px;
	line-height: 34px;
	border: 1px solid #AAAAAA;
	border-radius: 4px;
	font-size: 15px;
	font-family: Verdana;
	color: #222222;
}

.about_box .ab_box a:hover {
	background: #0056AA;
	color: #fff;
}

.about_box .out_box {
	width: 48%;
	float: right;
}

.about_box .out_box .img {
	overflow: hidden;
	border-radius: 50px 0 100px 0;
}

.about_box .out_box .img img {
	width: 100%;
}



/*********************** sec1 end ********************************/





/*********************** sec2 start ********************************/
.sec2 {
	padding-bottom: 90px;
}

.service_item {
	width: calc(20% - 56px);
	margin-right: 70px;
	float: left;
	background: #F3F4F8;
	border-radius: 15px;
	text-align: center;
	position: relative;
}

.service_item:nth-of-type(5) {
	margin-right: 0;
}

.service_item .icon {
	display: block;
	height: 68px;
	width: 68px;
	background: url(../images/sec2_icon1.png) no-repeat;
	margin: 60px auto 30px;
	transition: .3s;
}

.service_item .icon1 {
	background-position: 1px 0px !important;
}

.service_item .icon2 {
	background-position: -336px 0px !important;
}

.service_item .icon3 {
	background-position: -667px 0px !important;
}

.service_item .icon4 {
	background-position: -1002px 0px !important;
}

.service_item .icon5 {
	background-position: -1336px 0px !important;
}

.service_item p {
	font-size: 25px;
	font-family: Arial;
	font-weight: bold;
	color: #0056AA;
	line-height: 32px;
	height: 64px;
	margin-bottom: 50px;
}

.service_item .num {
	position: absolute;
	top: 10px;
	left: 10px;
}

.service_item .num span {
	position: relative;
	font-size: 23px;
	font-family: Arial;
	font-weight: 400;
	color: #F26501;
	padding: 0 5px 8px;
	display: block;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	margin-top: 10px;
}

.service_item .num span::after {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	background: #F26501;
	position: absolute;
	bottom: 0px;
	left: 0;
}

.service_item:hover .num span {
	opacity: 1;
	bottom: 0;
	visibility: visible;
	margin-top: 0;
}

.service_item:hover .icon {
	background: url(../images/sec2_icon2.png) no-repeat;
}

.service_item:hover p {
	color: #F26501;
}

/*********************** sec2 end ********************************/





/*********************** sec3 start ********************************/
.sec3 {
	background: url(../images/sec3_bg.jpg) center/cover fixed;
	padding: 170px 0 230px;
	background-attachment: scroll !important;
}

.sec3 h2 {
	font-size: 42px;
	font-family: Arial;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 56px;
}

.sec3 h3 {
	font-size: 46px;
	font-family: Arial;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 56px;
	background: linear-gradient(0deg, #FF1200 0%, #FFC000 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 5px 0 50px;
}

.sec3 h4 {
	font-size: 17px;
	font-family: Arial;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 31px;
	display: block;
	max-height: 93px;
	max-width: 760px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin-bottom: 75px;
}

.sec3 a {
	width: 130px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 4px;
	display: block;
	font-size: 16px;
	font-family: Arial;
	color: #000000;
}

.sec3 a:hover {
	background: linear-gradient(0deg, #FF1200 0%, #FFC000 100%);
	color: #fff;
}


/*********************** sec3 end ********************************/





/*********************** sec4 start ********************************/
.sec4 {
	background: #F9F9F9;
	padding-bottom: 120px;
}

.process_item {
	width: calc(20% - 24px);
	margin-right: 30px;
	float: left;
	text-align: center;
	border: 3px solid #DCDCDC;
	border-radius: 5px;
	padding: 75px 5px 26px;
	height: 300px;
}

.process_item:nth-of-type(5) {
	margin-right: 0;
}

.process_item .icon {
	display: block;
	height: 104px;
	width: 104px;
	background: url(../images/sec4_icon1.png) no-repeat;
	margin: 0 auto 20px;
	transition: .3s;
}

.process_item .icon1 {
	background-position: 8px 0px !important;
}

.process_item .icon2 {
	background-position: -308px 0px !important;
}

.process_item .icon3 {
	background-position: -620px 0px !important;
}

.process_item .icon4 {
	background-position: -924px 0px !important;
}

.process_item .icon5 {
	background-position: -1247px 0px !important;
}

.process_item p {
	font-size: 24px;
	font-family: Arial;
	color: #444444;
	line-height: 34px;
	transition: .3s;
}

.process_item:hover {
	background: #0056AA;
	border-color: #0056AA;
}

.process_item:hover .icon {
	background: url(../images/sec4_icon2.png) no-repeat;
}

.process_item:hover p {
	color: #fff;
}

/*********************** sec4 end ********************************/





/*********************** sec5 start ********************************/
.core_item {
	width: calc(33.333% - 52px);
	margin-right: 78px;
	margin-bottom: 78px;
	float: left;
	position: relative;
}

.core_item:nth-of-type(3n) {
	margin-right: 0;
}

.core_item .img {
	overflow: hidden;
}

.core_item .img img {
	width: 100%;
}

.core_item .desc {
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	width: 100%;
	transition: .6s;
	background: #144185;
	line-height: 64px;
	height: 64px;
}

.core_item .desc .mato {
	margin: auto;
}

.core_item .desc .more1 {
	display: block;
	margin: 0 auto;
	width: 70px;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
	height: 0;
	line-height: 70px;
}

.core_item .desc p {
	display: block;
	text-align: center;
	font-size: 23px;
	font-family: Arial;
	color: #FEFFFF;
	transition: .3s;
}

.core_item .desc .more2 {
	display: block;
	margin: 0 auto;
	width: 24px;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
	height: 0;
	line-height: 8px;
}

.core_item:hover .desc {
	background: linear-gradient(rgba(247, 189, 16, .9), rgba(214, 94, 39, .9));
	height: 100%;
}

.core_item:hover .desc .more1 {
	opacity: 1;
	visibility: visible;
	height: 70px;
}

.core_item:hover .desc .more2 {
	opacity: 1;
	visibility: visible;
	height: 8px;
}


/*********************** sec5 end ********************************/





/*********************** sec6 start ********************************/
.sec6 {
	background: url(../images/sec6_bg.jpg) center/cover;
	padding-bottom: 150px;
}

.honor_list {
	max-width: 1400px;
	margin: 20px auto 0;
}

.honor_item {
	width: calc(20% - 64px);
	margin-right: 80px;
	float: left;
	border: 1px solid #DCDCDC;
	overflow: hidden;
}

.honor_item:nth-of-type(5) {
	margin-right: 0;
}

.honor_item img {
	width: 100%;
	transition: .3s;
}

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

/*********************** sec6 end ********************************/



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

.xw_item {
	width: calc(33.333% - 40px);
	float: left;
	margin-right: 60px;
	transition: .3s;
}

.xw_item:nth-of-type(3) {
	margin-right: 0;
}

.xw_item .img {
	overflow: hidden;
}

.xw_item .img img {
	width: 100%;
	transition: .5s;
}

.xw_item .desc {
	padding: 10px 20px 20px;
}

.xw_item .desc h2 {
	font-size: 15px;
	font-family: Microsoft YaHei;
	color: #999999;
	line-height: 40px;
}

.xw_item .desc h3 {
	font-size: 23px;
	font-family: Arial;
	font-weight: bold;
	color: #222222;
	line-height: 32px;
	margin-bottom: 10px;
	display: block;
	height: 64px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.xw_item .desc h4 {
	font-size: 15px;
	color: #666666;
	line-height: 26px;
	display: block;
	height: 78px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.xw_item .desc i {
	display: block;
	background: url(../images/right2.png);
	height: 30px;
	width: 30px;
	transition: .3s;
	margin-top: 25px;
}

.xw_item:hover {
	box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.16);
}

.xw_item:hover .img img {
	transform: scale(1.05);
}

.xw_item:hover .desc h3 {
	color: #0056AA;
}

.xw_item:hover .desc i {
	background: url(../images/right3.png);
}

/*********************** sec7 end ********************************/




/*********************** footer start ********************************/
.footer {
	background: #004EA2;
}

.foot1 {
	padding: 55px 0 75px;
}

.footer .f_more {
	float: left;
	width: 400px;
}

.footer .f_logo {
	margin-bottom: 20px;
}

.footer .f_lab {
	margin-bottom: 18px;
}

.footer .f_lab p {
	padding-bottom: 3px;
}

.footer .f_lab img {}

.footer .f_lab i {
	padding-left: 10px;
	font-size: 15px;
	font-family: Verdana;
	font-weight: 400;
	color: #79ABE2;
	position: relative;
	top: 2px;
}

.footer .f_lab span {
	font-size: 17px;
	font-family: Verdana;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 34px;
	display: block;
}


.footer .f_nav {
	float: left;
	width: calc(100% - 400px);
}

.footer .f_nav dl {
	float: left;
	width: 16.666%;
	padding-right: 15px;
}

.footer .f_nav dl dt {
	font-size: 21px;
	font-family: Verdana;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 36px;
	margin-bottom: 15px;
}

.footer .f_nav dl dd a {
	font-size: 15px;
	font-family: Verdana;
	font-weight: 400;
	color: #79ABE2;
	line-height: 20px;
	padding: 8px 0;
	display: block;
}

.foot2 {
	border-top: 1px solid rgba(121, 171, 226, .4);
	padding: 30px 0;
}

.foot2 a,
.foot2 span {
	font-size: 15px;
	font-family: Verdana;
	font-weight: 400;
	color: #338BE9;
	line-height: 36px;
}

.footer a:hover {
	color: #fff !important;
}


/*********************** footer end ********************************/


@media screen and (max-width:1680px) {
	.container {
		width: 1400px;
	}

	.header .h_nav ul>li {
		margin: 0 15px;
	}

	.banner_video .desc p {
		font-size: 38px;
	}

	.about_box .ab_box {
		padding-right: 100px;
	}

	.service_item p {
		font-size: 18px;
	}

	.process_item p {
		font-size: 18px;
	}

	.core_item .desc p {
		font-size: 18px;
	}
}

@media screen and (max-width:1480px) {
	.container {
		width: 1200px;
	}

	.service_item {
		width: calc(20% - 32px);
		margin-right: 40px;
	}

	.core_item {
		width: calc(33.333% - 32px);
		margin-right: 40px;
		margin-bottom: 40px;
	}

	.sec4,
	.sec6 {
		padding-bottom: 100px;
	}

	.honor_item {
		width: calc(20% - 32px);
		margin-right: 40px;
	}

	.xw_item {
		width: calc(33.333% - 28px);
		margin-right: 40px;
	}

	.footer .f_more {
		width: 300px;
	}

	.footer .f_nav {
		width: calc(100% - 300px);
	}


}

@media screen and (max-width:1380px) {
	.header .pd50 {
		padding: 0 20px;
	}

	.header .h_nav ul>li>a {
		font-size: 16px;
	}

	.about_box .ab_box {
		padding-right: 60px;
	}

	.foot1 {
		padding: 40px 0 50px;
	}

	.foot2 {
		padding: 15px 0;
	}
}



.pc_class {
	display: block;
}

.wap_class {
	display: none;
}

.wap_header {
	display: none;
}

@media screen and (max-width:1199px) {
	.pc_class {
		display: none;
	}

	.wap_class {
		display: block;
	}

	.wap_header {
		display: block;
	}

	.header {
		display: none;
	}

	.banner {
		padding-top: 60px;
	}

	.banner_video {
		height: 50vh;
	}

	.banner_video .bg {
		display: block;
	}

	.banner_mouse {
		display: none;
	}

	.container {
		width: 100%;
		padding: 0 20px;
	}

	.banner_video .desc .video-open {
		margin: 0 auto 20px;
		height: 40px;
		width: 40px;
	}

	.banner_video .desc .video-open img {
		width: 100%;
	}

	.banner_video .desc p {
		font-size: 22px;
	}

	.about_box .ab_box {
		padding-right: 30px;
	}

	.about_box .ab_box p {
		font-size: 28px;
		line-height: 30px;
		margin-bottom: 30px;
	}

	.about_box .ab_box span {
		font-size: 14px;
		line-height: 24px;
		max-height: 120px;
		margin-bottom: 40px;
	}

	.ind_tit {
		padding: 60px 0 30px;
	}

	.ind_tit p {
		font-size: 28px;
		line-height: 30px;
	}

	.ind_tit p::after {
		zoom: .8;
		margin-left: 0;
	}

	.ind_tit span {
		font-size: 14px;
		line-height: 20px;
	}

	.service_item {
		width: calc(20% - 16px);
		margin-right: 20px;
	}

	.sec3 {
		padding: 150px 0 160px;
	}

	.sec3 h2 {
		font-size: 28px;
		line-height: 40px;
	}

	.sec3 h3 {
		font-size: 36px;
		margin: 5px 0 30px;
	}

	.sec3 h4 {
		font-size: 14px;
		line-height: 20px;
		max-height: 60px;
		margin-bottom: 20px;
	}

	.process_item {
		width: calc(20% - 12px);
		margin-right: 15px;
		padding: 50px 5px 26px;
		height: 250px;
	}

	.process_item p {
		font-size: 15px;
	}

	.process_item .icon {
		zoom: .8;
	}

	.core_item .desc {
		height: 50px;
		line-height: 50px;
	}

	.core_item .desc p {
		font-size: 15px;
	}

	.core_item:hover .desc .more1 {
		zoom: .8;
	}

	.core_item {
		width: calc(33.333% - 10px);
		margin-right: 15px;
		margin-bottom: 15px;
	}

	.sec5 {
		padding-bottom: 50px;
	}

	.honor_item {
		width: calc(20% - 12px);
		margin-right: 15px;
	}

	.sec4,
	.sec6 {
		padding-bottom: 80px;
	}

	.xw_item {
		width: calc(33.333% - 12px);
		margin-right: 15px;
		box-shadow: 0px 2px 15px 0px rgb(0 0 0 / 16%);
	}

	.footer .f_nav {
		display: none;
	}

	.footer .f_more {
		float: none;
		text-align: center;
		width: auto;
	}

	.foot2 {
		padding: 10px 0;
	}

	.foot2 a,
	.foot2 span {
		font-size: 12px;
	}

	.foot1 {
		padding: 30px 0 10px;
	}

}

@media screen and (max-width:980px) {
	.container {
		padding: 0 15px;
	}

	.about_box .ab_box {
		width: 100%;
		position: relative;
		margin-bottom: 30px;
		padding-right: 0;
	}

	.about_box .out_box {
		width: 100%;
		float: none;
	}

	.about_box .ab_box span {
		margin-bottom: 20px;
	}

	.service_item {
		width: calc(33.333% - 7px);
		margin-right: 10px;
	}

	.service_item:nth-of-type(1),
	.service_item:nth-of-type(2) {
		width: calc(50% - 5px);
		margin-bottom: 10px;
	}

	.service_item:nth-of-type(2) {
		margin-right: 0;
	}

	.sec3 h2 {
		font-size: 22px;
		line-height: 30px;
	}

	.sec3 h3 {
		font-size: 28px;
		line-height: 30px;
	}

	.process_item {
		width: calc(33.333% - 7px);
		margin-right: 10px;
		padding: 40px 5px 25px;
	}

	.process_item .icon {
		margin-bottom: 0;
	}

	.process_item:nth-of-type(1),
	.process_item:nth-of-type(2) {
		width: calc(50% - 5px);
		margin-bottom: 10px;
	}

	.process_item:nth-of-type(2) {
		margin-right: 0;
	}

	.process_item p {
		font-size: 14px;
		line-height: 20px;
		height: 40px;
		display: block;
	}

	.core_item {
		width: calc(50% - 5px);
		margin-right: 10px;
	}

	.core_item:nth-of-type(2n) {
		margin-right: 0;
	}

	.core_item:nth-of-type(3) {
		margin-right: 10px;
	}

	.core_item .desc {
		background: #144185 !important;
		height: 50px !important;
	}

	.core_item .more1,
	.core_item .more2 {
		display: none !important;
	}

	.honor_item {
		width: calc(50% - 5px);
		margin-right: 10px;
	}

	.honor_item:nth-of-type(2n) {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.honor_item:nth-of-type(5) {
		display: none;
	}

	.service_item p {
		line-height: 22px;
		height: 88px;
		padding-bottom: 0;
		margin-bottom: 20px;
	}

	.xw_item .desc {
		padding: 10px 15px;
	}

	.xw_item .desc h2 {
		font-size: 14px;
		line-height: 30px;
	}

	.xw_item .desc h3 {
		font-size: 18px;
		line-height: 24px;
		height: 48px;
	}

	.xw_item .desc h4 {
		font-size: 14px;
		line-height: 22px;
		height: 66px;
	}

	.xw_item .desc i {
		margin-top: 10px;
	}

	.about_box .ab_box p {
		font-size: 22px;
		line-height: 24px;
		margin-bottom: 10px;
	}

	.ind_tit p {
		font-size: 20px;
		line-height: 24px;
	}

	.foot1 {
		padding: 20px 0 10px;
	}

	.ind_tit {
		padding: 50px 0 30px;
	}

	.sec1 {
		padding: 50px 0;
	}

	.sec2,
	.sec4,
	.sec6,
	.sec7 {
		padding-bottom: 50px;
	}

	.xw_item {
		width: 100%;
		margin-bottom: 10px;
	}

	.footer .f_lab span {
		font-size: 14px;
		line-height: 24px;
	}

	.footer .f_lab p {
		padding-bottom: 0;
		font-size: 14px;
	}

	.footer .f_lab {
		margin-bottom: 10px;
	}

	.footer .f_logo {
		margin-bottom: 10px;
	}

	.foot2 {
		text-align: center;
		line-height: 20px;
	}

	.foot2 a,
	.foot2 span {
		display: inline-block;
		line-height: 20px;
	}

	.process_item {
		height: 200px;
	}

}

@media screen and (max-width:510px) {
	.core_item {
		width: 100%;
	}
}

.client-2 {
	width: 45px;
	position: fixed;
	right: 10px;
	top: 40%;
	z-index: 999;
	color: #fff;
}

.client-2 li a {
	text-decoration: none;
	color: #fff;
}

.client-2 li {
	margin-bottom: 5px;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
	background-size: 25px !important;
	background-position: center !important;
}

.client-2 li .cont {
	background-size: 25px !important;
}

.client-2 li.my-kefu-shouye a {
	width: 45px;
	height: 45px;
	display: block;
}

.client-2 li p {
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	color: #fff;
}

.client-2 .my-kefu-ftop {
	display: none;
}

.client-2 .my-kefu-ftop .my-kefu-main {
	padding-top: 6px;
}

.client-2 li.my-kefu-weixin .cont {
	margin: 0;
	width: 115px;
	padding: 5px;
	border: solid 1px #ccc;
	position: absolute;
	left: -150px;
	top: -44px;
	background-color: #fff;
}

.client-2 li.my-kefu-weixin .cont span {
	display: block;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	color: #1a1a1a;
}

.client-2 li.my-kefu-weixin .cont img {
	width: 115px;
	height: 115px;
}

.client-2 li.my-kefu-weixin1 .cont {
	margin: 0;
	width: 115px;
	padding: 5px;
	border: solid 1px #ccc;
	position: absolute;
	left: -150px;
	top: -44px;
	background-color: #fff;
}

.client-2 li.my-kefu-weixin1 .cont span {
	display: block;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	color: #1a1a1a;
}

.client-2 li.my-kefu-weixin1 .cont img {
	width: 115px;
	height: 115px;
}

.client-2 li:hover .cont {
	display: block !important;
}

.client-2 li.my-kefu-qq .cont {
	margin: 0;
	background: #004EA2 url(../images/right_icon1.png) 15px center no-repeat;
	border-radius: 50px;
	padding-left: 45px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	font-size: 16px;
	width: 200px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
}

.client-2 li.my-kefu-tel .cont {
	margin: 0;
	background: #2655CB url(../images/right_icon2.png) 15px center no-repeat;
	border-radius: 50px;
	padding-left: 45px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	font-size: 18px;
	width: 240px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
}

.client-2 li.my-kefu-back .cont {
	margin: 0;
	background: #2655CB url(../images/ydoaye.png) 15px center no-repeat;
	border-radius: 50px;
	padding-left: 45px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	font-size: 16px;
	width: 130px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
}

.client-2 li.my-kefu-qq {
	background: #2655CB url(../images/right_icon1.png) center no-repeat;
}

.client-2 li.my-kefu-tel {
	background: #2655CB url(../images/right_icon2.png) center no-repeat;
}

.client-2 li.my-kefu-weixin {
	background: #2655CB url(../images/right_icon3.png) center no-repeat;
}

.client-2 li.my-kefu-weixin1 {
	background: #2655CB url(../images/right_icon6.png) center no-repeat;
}

.client-2 li.my-kefu-shouye {
	background: #2655CB url(../images/right_icon4.png) center no-repeat;
	background-size: 26px;
}

.client-2 li.my-kefu-ftop {
	background: #2655CB url(../images/right_icon5.png) center no-repeat;
}

.client-2 li.my-kefu-back {
	background: #2655CB url(../images/ydoaye.png) center no-repeat;
	background-size: 26px;
}

@media screen and (max-width:1000px) {
	.client-2 {
		display: none;
	}
}

.capttt {
	font-size: 22px;
	margin-bottom: 20px;
}

.jycap p {
	line-height: 1.5em;
	font-size: 16px;
}

.jycap p+p {
	margin-top: 10px;
}

.jycap .mold_list {
	margin-bottom: 30px;
}

.captli ul li {
	list-style: disc;
	margin-left: 2em;
	line-height: 2em;
}

.jy_fwly .fwtitle_l {
	font-size: 24px;
	font-weight: bold;
	color: #036AC0;
	margin-bottom: 15px;
}

.jy_fwly .fwtitle_l:not(:first-child) {
	margin-top: 30px;
}

.jy_fwly p {
	font-size: 16px;
	line-height: 1.8;
}

.jy_fwly p+p {
	margin-top: 10px;
}

.jy_fwly ul li {
	font-size: 16px;
	line-height: 1.8;
	list-style: disc !important;
	margin-left: 2em;
}

.open_images {
	max-width: 500px;
}

.mold_item .desc::-webkit-scrollbar {
	width: 5px;
	height: 3px;
}

.mold_item .desc::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #0051a7;
}

.mold_item .desc::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background: #eee;
}

.mold_item .desc ol {
	padding: 10px 0;
}

.mold_item .desc ol li {
	list-style: none;
	margin-left: 2em;
	font-size: 16px;
	color: #666;
	position: relative;
	line-height: 1.8;
}

.mold_item .desc ol li::before {
	content: "";
	display: block;
	/* background: url('../images/ny_jt.png') no-repeat; */
	background: url('../images/jy_pic.jpg') no-repeat;
	background-size: 15px 10px;
	height: 10px;
	width: 15px;
	position: absolute;
	left: -1.5em;
	top: 50%;
	transform: translateY(-50%);
}

.mold_item .desc ol li.li_a::before {
	background: url('../images/li_a.png') no-repeat;
	height: 20px;
	width: 20px;
}

.newskobmkwbox {
	margin-top: 70px;
}

.newskobmkwbox .news_bigtitle {
	font-size: 28px;
	color: #004EA2;
	font-weight: bold;
}


.newskobmkwbox .jynewsbox_k {
	margin: 30px 0;
	background: #f2f2f2;
	border-radius: 0 20px 0 20px;
	padding: 20px;
	color: #575757;
}

.newskobmkwbox .jynewsbox_k .jynewsboxtitle {
	font-size: 20px;
	font-weight: bold;
}

.newskobmkwbox .jynewsbox_k p:first-child {
	margin-top: 10px;
}

.newskobmkwbox .jynewsbox_k p {
	font-size: 16px;
	line-height: 28px;
}

.newskobmkwbox .jynewsbox_k p+p {
	margin-top: 8px;
}

.jy_fwly_flex {
	display: flex;
	align-items: center;
	/* justify-content: center; */
	/* flex-wrap: nowrap; */
}

.jy_fwly_flex .flex_box_b {
	min-width: 40%;
	text-align: center;
}