@charset "utf-8";

body {
	background: #fff;
	margin: 0px auto;
	padding: 0px;
	font-size: 14px;
	line-height: 24px;
	color: #333;
	font-family: Microsoft YaHei;
	overflow-x: hidden;
}

* {
	margin: 0px;
	padding: 0px;
}

span,
p {
	margin: 0px;
	padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	padding: 0px;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup,
i {
	font-style: inherit;
	font-weight: inherit;
}

* {
	box-sizing: border-box;
	padding: 0;
	margin: 0
}

html,
body {}

body {
	font: 16px/1.5 "Microsoft YaHei";
	font-size: 16px;
	color: #1b2229;
	min-width: 1200px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

ul,
ol,
li {
	list-style: none;
}

dl,
dt,
dd,
ol,
ul,
li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

img {
	border: none;
	vertical-align: middle;
}

a {
	text-decoration: none;
	color: #111;
}

a:hover {
	color: #034aa4;
}

b {
	font-weight: normal;
}

input,
textarea {
	outline: none;
	border: none;
}

textarea {
	resize: none;
	overflow: auto;
}

.fl {
	float: left
}

.fr {
	float: right
}

.clear {
	clear: both;
}

.db,
.lb,
.dd {
	font-size: 0;
}

.db>div,
.lb>li,
.dd>dl {
	display: inline-block;
	vertical-align: top;
}

em,
i {
	text-transform: uppercase;
	font-family: arial;
	vertical-align: top;
	/* display: block; */
}


/*统一宽度*/
.w1600 {
	width: 1600px;
	margin: 0 auto;
}

.box {
	width: 1400px;
	margin: 0 auto;
	overflow: hidden;
}


/*距离*/
.top10 {
	margin-top: 10px;
}

.top20 {
	margin-top: 20px;
}

.top30 {
	margin-top: 30px;
}

.top40 {
	margin-top: 40px;
}

.top50 {
	margin-top: 50px;
}

.top60 {
	margin-top: 60px;
}

.top70 {
	margin-top: 70px;
}

.top80 {
	margin-top: 80px;
}

.top90 {
	margin-top: 90px;
}

.top100 {
	margin-top: 100px;
}



/*t*/

.t {
	font-size: 42px;
	font-weight: bold;
	text-align: center;
	color: #333;
}

.t b {
	color: #034aa4;
	font-weight: bold;
}

.t p {
	font-size: 17px;
	color: #999;
	font-weight: normal;
}

.t em {
	font-size: 0;
	display: inline-block;
	height: 8px;
}

.t em i {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #cedae8;
	animation: bounce_fountainG 1.2s linear infinite;
}

.t em i+i {
	margin-left: 16px;
}

.t em i:nth-child(1) {
	animation-delay: .4s;
}

.t em i:nth-child(2) {
	background: #034aa4;
	animation-delay: .6s;
}

.t em i:nth-child(3) {
	animation-delay: .8s;
}


.t1 {
	font-size: 42px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

.t1 p {
	font-size: 16px;
	color: #fff;
	font-weight: normal;
}

.t1 em {
	font-size: 0;
	display: inline-block;
	height: 8px;
}

.t1 em i {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #cedae8;
	animation: bounce_fountainG 1.2s linear infinite;
}

.t1 em i+i {
	margin-left: 16px;
}

.t1 em i:nth-child(1) {
	animation-delay: .4s;
}

.t1 em i:nth-child(2) {
	background: #034aa4;
	animation-delay: .6s;
}

.t1 em i:nth-child(3) {
	animation-delay: .8s;
}


@keyframes bounce_fountainG {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(.5);
	}
}


@keyframes tptd {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(5px);
	}

	100% {
		transform: translateY(0);
	}
}

.dfss {
	display: flex;
	align-items: end;
	justify-content: space-between;
}



/*head*/
.head_bg {
	width: 100%;
	margin: 0 auto;
	height: 46px;
	/* overflow: hidden; */
	line-height: 46px;
	color: #fff;
	background: #034aa4;
}

.head_w {
	width: 96%;
	max-width: 1600px;
	height: auto;
	/* overflow: hidden; */
	position: relative;
	margin: 0 auto;
	font-size: 14px;
}

.head_w a {
	color: #fff;
}

.head_bg ul li {
	float: left;
	position: relative;
	height: 100%;
	cursor: pointer;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}

.head_bg ul li p,
.head_bg ul li a {
	font-weight: lighter;
	color: #fff;
	padding-left: 5px;
	display: block;
	margin-right: 10px;
	font-size: 14px;
}

.head_bg ul li b {
	font-weight: lighter;
	color: #fff font-size:15px;
	line-height: 44px;
}

.head_bg ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

.head_bg ul li i {
	padding-right: 5px;
	color: #fff;
	font-size: 22px;
	float: left;
	font-weight: normal;
	opacity: 0.5;
}

.head_bg ul li+li {
	margin-left: 10px;
}

.head_bg ul li p,
.head_bg ul li a:hover {
	text-decoration: none !important;
}

.head_bg ul li:nth-child(3):after {
	display: none;
}

.head_bg ul li .dropcode {
	position: absolute;
	top: 46px;
	right: 5px;
	width: 110px;
	height: 0px;
	overflow: hidden;
	z-index: 999999;
	transition: all 0.5s ease;
}

.head_bg ul li .dropcode img {
	width: 100%;
	height: 100%;
}

.head_bg ul li:hover .dropcode {
	height: 100px;
}


/*抬头*/
.head {
	width: 96%;
	max-width: 1600px;
	height: 120px;
	position: relative;
	margin: 0 auto;
}

.head_logo {
	position: absolute;
}

.head_logo .img {
	position: relative;
	float: left;
	margin-top: 20px;
	padding-right: 20px;
	margin-right: 20px;
}

/* .head_logo .img::before {
	position: absolute;
	content: "";
	background: #ddd;
	height: 100%;
	width: 1px;
	right: 0;
} */

.head_logo .wz {
	float: left;
	padding-top: 25px;
	font-size: 28px;
	line-height: 40px;
	color: #034aa4;
	font-weight: bold;
}

.head_logo .wz p {
	font-size: 14px;
	line-height: 32px;
	color: #666;
	font-weight: lighter;
	letter-spacing: 0px;
}

.head_fr {
	position: absolute;
	position: relative;
	float: right;
	width: 60%;
}

/*导航*/
.nav {
	width: 100%;
}

.nav,
.nav ul li {
	position: relative;
	float: left;
}

.nav li {
	width: calc(100% / 8);
	height: auto;
	text-align: center;
}

.nav ul li a {
	display: block;
	padding-top: 44px;
	font-size: 16px;
	line-height: 16px;
	text-decoration: none;
	color: #333;
}

.nav>ul>li>a:after {
	content: "";
	display: block;
	margin-top: 58px;
	width: 0;
	height: 2px;
	overflow: hidden;
	background: #034aa4;
	transition: width 0.8s;
}

.nav>ul>li:hover>a,
.nav>ul>li.navcurrent>a {
	color: #034aa4;
	font-weight: bold;
}

.nav>ul>li:hover>a:after,
.nav>ul>li.navcurrent>a:after {
	width: 100%;
}

/*下拉*/
.nav>ul>li>em {
	position: absolute;
	left: 0;
	top: 120px;
	z-index: 99;
	display: none;
	width: 150px;
}

.nav>ul>li>em a {
	padding-top: 0;
	display: block;
	text-align: center;
	background: #fff;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 45px;
	color: #333;
	text-decoration: none;
	transition: 0.8s;
}

.nav>ul>li>em a:hover {
	background: #034aa4;
	color: #fff;
}

.nav>ul>li>em a+a {
	border-top: 1px solid #eee;
}



/*搜索*/
.searchbg {
	width: 100%;
	height: 100px;
}

.search {
	width: 1400px;
	margin: 0 auto;
}

.search_l {
	float: left;
	font-size: 16px;
	line-height: 100px;
	font-weight: bold;
	color: #333;
}

.search_l a {
	font-weight: normal;
	font-size: 16px;
	color: #555;
}

.search_l a:hover {
	color: #1051b5;
}

.search_r {
	float: right;
	margin-top: 26px;
}

#infoname {
	border: none;
	outline: none;
	background: none;
	float: left;
	width: 200px;
	height: 46px;
	padding-left: 30px;
	color: #999;
	background: #fff;
	border-bottom-left-radius: 23px;
	border-top-left-radius: 23px;
	border: 1px solid #eee;
}

.submit {
	border: none;
	outline: none;
	float: left;
	width: 60px;
	height: 46px;
	cursor: pointer;
	background: url(../images/sosuo.png) 16px center no-repeat #034aa4;
	border-bottom-right-radius: 23px;
	border-top-right-radius: 23px;
}


/*case*/
.case {
	background: #fafafa;
	padding: 70px 0;
}

.case_t {
	margin-top: 70px;
}

.case_t li {
	position: relative;
	float: left;
	width: calc((100% - 90px) / 5);
	position: relative;
	padding: 20px;
	box-sizing: border-box;
	height: auto;
	overflow: hidden;
	transition: .35s;
	margin-right: 20px;
	background: #ddd;
	border-radius: 10px;
	min-height: 280px;
}

.case_t li em {
	display: block;
	height: auto;
	overflow: hidden;
	color: #034aa4;
	font-size: 60px;
	text-align: center;
}

.case_t li b {
	font-size: 24px;
	font-weight: bold;
	color: #222;
	display: block;
	height: auto;
	overflow: hidden;
	text-align: center;
}

.case_t li i {
	font-size: 16px;
	font-weight: normal;
	line-height: 26px;
	color: #222;
	opacity: 0.4;
	display: block;
	margin-top: 20px;
}

.case_t li span {
	position: absolute;
	left: 20px;
	bottom: 20px;
	display: block;
	margin-top: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #222;
}

.case_t li strong {
	font-size: 130px;
	font-weight: normal;
	line-height: 80%;
	color: #ffffff;
	font-family: impact;
	opacity: 0.1;
	position: absolute;
	right: 30px;
	top: 270px;
}

.case_t li:last-of-type {
	margin-right: 0;
}

/* .case_t li.cur,
.case_t li:hover {
	background: #074bc7;
	border-radius: 15px;
	overflow: hidden;
	padding-top: 65px;
	height: 410px;
} */



/*pro*/
.pro_list {
	width: 1400px;
	margin: 0 auto;
	height: 70px;
}

.pro_list ul {
	position: relative;
}

.pro_list li {
	float: left;
	height: 70px;
	width: calc((100% - 8px) / 7);
	background: #f3f4f5;
}

.pro_list li a {
	width: 100%;
	display: block;
	height: 70px;
	color: #333;
	font-size: 17px;
	float: left;
	text-align: center;
	line-height: 70px;
}

.pro_list li.on a {
	background: #034aa4;
	color: #fff;
}

.pro_list li+li {
	margin-left: 1px;
}

.pro_list .pro_more {
	width: 175px;
	line-height: 70px;
	text-align: center;
	font-size: 18px;
	background: #f3f4f5;
	margin-left: 1px;
	display: block;
	float: left;
}

.pro_list .pro_more a {
	font-size: 18px;
}

.pro_list .pro_more:hover a {
	color: #fff;
}

.pro_list .pro_more:hover {
	background: #034aa4;
	color: #fff;
}

.pro_con {
	display: flex;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

.pro_call {
	width: 100%;
	overflow: hidden;
	transition: 0.5s;
	flex-shrink: 0;
	margin-top: 30px;
}

.pro_call li {
	position: relative;
	padding-left: 0 !important;
	display: block;
	float: left;
	margin-bottom: 20px;
	width: 24%;
	border: 1px solid #eee;
	margin-left: 1%;

	position: relative;
}

.pro_call li a {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.pro_call li a img {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pro_call li span {

	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	background: #eee;

	display: block;
	line-height: 50px;
	font-size: 16px;
	color: #333;
	z-index: 22;
	transition: all linear 0.7s;
	-moz-transition: all linear 0.5s;
	-ms-transition: all linear 0.5s;
	-webkit-transition: all linear 0.7s;
}

.pro_call li:nth-child(4),
.pro_call li:nth-child(8) {
	margin-right: 0%;
}

.pro_call li img {
	transition: all linear 0.7s;
	-moz-transition: all linear 0.5s;
	-ms-transition: all linear 0.5s;
	-webkit-transition: all linear 0.7s;
	width: 100%;
	height: 300px;
}

.pro_call li:hover img {
	-webkit-transform: scale(1.12, 1.12);
	transform: scale(1.12, 1.12);
}

.pro_call li:hover span {
	color: #fff;
	background: #034aa4;
}




/* 产品开始 */
.sy_prolist_main {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	padding: 10px;
}

.sy_prolist {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}

.sy_prolist a {
	display: block;
}

.sy_propic {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	padding-bottom: 75%;
}

.sy_propic img {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}

.sy_protil {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
}

.sy_protil {
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 55px;
	font-size: 16px;
	display: block;
	background: #eee;
}

.sy_prolist a:hover .sy_protil {
	color: #034aa4;
}

.sy_prolist a:before,
.sy_prolist a:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	z-index: 222;
	box-sizing: border-box;
	transition: height 0.5s linear 0s, width 0.5s linear 0.5s, opacity 0s linear 1s;
	opacity: 0;
}

.sy_prolist a:before {
	top: 0;
	left: 0;
	border-top: 1px solid #034aa4;
	border-right: 1px solid #034aa4;
	border-bottom: 1px solid transparent;
	border-left: 1px solid transparent;
}

.sy_prolist a:after {
	bottom: 0;
	right: 0;
	border-bottom: 1px solid #034aa4;
	border-left: 1px solid #034aa4;
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
}

.sy_prolist a:hover:before,
.sy_prolist a:hover:after {
	width: 100%;
	height: 100%;
	transition: width 0.5s linear 0s, height 0.5s linear 0.5s;
	opacity: 1;
}

.sy_prolist a:hover .ny_propic img {
	transform: scale(1.1);
}



/*gg*/
.gg {
	width: 100%;
	background: url(../images/lanyao.jpg) no-repeat center;
	height: auto;
	padding: 30px 0;
}

.gg_t {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 210px;
}

.gg_1 p {
	font-size: 32px;
	color: #034aa4;
	font-weight: bold;
}

.gg_1 d {
	font-size: 15px;
	color: rgba(0, 0, 0, 0.6);
	display: block;
	font-weight: 300;
}

.gg_1 span {
	color: #034aa4;
	font-size: 16px;
	font-weight: lighter;
	margin-right: 50px;
	margin-top: 25px;
	display: inline-block;
}

.gg_1 span:before {
	content: '';
	width: 21px;
	height: 21px;
	display: inline-block;
	margin-right: 5px;
	background: url(../images/kuang.png) no-repeat;
	position: relative;
	top: 6px;
}

.gg_r {
	width: 280px;
	padding-top: 30px;
}

.gg_r p {
	font-size: 16px;
	color: #034aa4;
}

.gg_r p i {
	float: left;
	font-size: 20px;
	color: #034aa4;
	padding-right: 10px;
}

.gg_r b {
	font-size: 30px;
	color: #034aa4;
	display: flex;
}

.gg_r span {
	font-size: 16px;
	color: #034aa4;
	border: 1px solid #034aa4;
	border-radius: 50px;
	line-height: 40px;
	display: block;
	width: 200px;
	text-align: center;
	margin-left: 15px;
	margin-top: 10px;
}

.gg_ewm img {
	width: 150px;
	font-size: large;
}

.gg_ewm {}

.gg_1 {}



/*mol*/
.mol {
	padding: 120px 0;
	overflow: hidden;
	width: 100%;
	background: url(../images/20230826142723_860408900.jpg)no-repeat center fixed;
	position: relative;
	z-index: 5;
}

.mol:before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.mol_box {
	max-width: 1400px;
	margin: 0 auto;
}

.mol_tit {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.mol_tit span {
	width: 100%;
	font-size: 42px;
	line-height: 42px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	letter-spacing: 2px;
	position: relative;
}


.mol_tit span b {
	color: #fff;
}

.mol_tit span i {
	color: #034aa4;
	font-size: 50px;
}

.mol_tit p {
	font-size: 18px;
	line-height: 20px;
	font-weight: lighter;
	padding-top: 30px;
	color: #fff;
}

.mol_con {
	overflow: hidden;
	margin-top: 80px;
}

.mol_con>ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.mol_con>ul>li {
	width: 35%;
	background: rgba(255, 255, 255, 0.9);
	border-right: 1px solid #ddd;
	transition: 0.5s;
	position: relative;
	overflow: hidden;
	padding: 10% 0;
}

.mol_con>ul>li:last-child {
	border-right: none;
}

.mol_txt {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 153px 0;
	width: 100%;
}

.mol_txt>i {
	font-size: 48px;
	line-height: 48px;
	font-family: din;
}

.mol_txt>p {
	font-size: 32px;
	line-height: 32px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 6%;
	font-weight: normal;
}

.mol_txt>p>span {
	font-size: 13px;
	text-transform: capitalize;
	line-height: 13px;
	padding-top: 10px;
	color: #999;
	font-weight: lighter;
	font-family: Arial;
	opacity: 0.5;
}

.mol_txt>em {
	font-size: 15px;
	font-weight: lighter;
	line-height: 16px;
	margin-top: 10%;
}

.mol_txt a {
	font-size: 14px;
	background: #ff0000;
	color: #fff;
	border-radius: 20px;
	padding: 2% 7%;
	font-weight: lighter;
	margin-top: 20%;
	line-height: 14px;
}

.mol_sub {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	opacity: 0;
	transition: 0.5s;
	width: 100%;
	background: #fff;
	padding: 12%;
	opacity: 1;
}

.mol_sub>p {
	font-size: 32px;
	font-weight: lighter;
	color: #666;
	line-height: 36px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ddd;
	padding-bottom: 18px;
	width: 100%;
	margin-bottom: 20px;
}

.mol_sub>p>span {
	font-size: 56px;
	font-family: Arial;
	color: #ccc;
	line-height: 56px;
	margin-right: 10px;
}

.mol_sub>em {
	font-size: 15px;
	line-height: 26px;
	color: #666;
	font-weight: lighter;
	padding: 8px 25px;
}

.mol_sub>i {
	/* position:  absolute; */
	bottom: 0;
	left: 0;
	margin: 5% 0 0;
	overflow: hidden;
}

.mol_sub>i img {
	height: auto;
	background: #fff;
	/* padding: 40px; */
	width: 100%;
	transition: 0.5s;
}

.mol_con li:hover img {
	transform: scale(1.1);
}


/*adva*/
.adva {
	padding: 75px 0;
	overflow: hidden;
}

.adva_box {
	max-width: 1400px;
	margin: 0 auto;
}

.adva_tit {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.adva_tit span {
	width: 100%;
	font-size: 43px;
	line-height: 42px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 2px;
}

.adva_tit span b {
	color: #034aa4;
	font-size: 43px;
	font-weight: bold;
}

.adva_tit p {
	font-size: 18px;
	line-height: 20px;
	font-weight: lighter;
	padding-top: 20px;
}

.adva_tab {
	margin-top: 60px;
	overflow: hidden;
}

.adva_nav {}

.adva_nav ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.adva_nav li {
	display: flex;
	align-items: center;
	background: #f4f4f4;
	transition: 0.5s;
	height: 140px;
	width: 25%;
	justify-content: center;
}

.adva_nav li+li {
	border-left: 1px solid #fcfcfc;
}

.adva_nav li.on {
	background: #034aa4;
}

.adva_nav li.on i,
.adva_nav li.on p,
.adva_nav li.on p span {
	color: #fff;
}

.adva_nav li i {
	font-size: 58px;
	line-height: 40px;
}

.adva_nav li:nth-child(1) i {
	font-size: 60px;
	line-height: 40px;
}

.adva_nav li p {
	font-size: 32px;
	line-height: 42px;
	display: flex;
	flex-direction: column;
	padding-left: 12px;
}

.adva_nav li p span {
	font-size: 14px;
	text-transform: capitalize;
	font-weight: lighter;
	font-family: Arial;
	line-height: 15px;
	color: #999;
}

.adva_con {
	display: flex;
	transition: 0.5s;
}

.adva_big {
	width: 100%;
	flex-shrink: 0;
	position: relative;
}

.adva_pic {
	width: 100%;
}

.adva_pic img {
	width: 100%;
}

.adva_txt {
	background: rgba(255, 255, 255, 0.9);
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 2.5% 4%;
	z-index: 5;
}

.adva_txt p {
	display: flex;
	flex-direction: column;
}

.adva_txt p span {
	font-size: 28px;
	font-weight: bold;
	line-height: 30px;
	padding-bottom: 12px;
}

.adva_txt p em {
	font-size: 15px;
	line-height: 30px;
	color: #666;
	font-weight: lighter;
}

.adva_tp {
	text-align: center;
}

.adva_tp p {
	font-size: 24px;
	margin-bottom: 30px;
	line-height: 30px;
}

.adva_tp a {
	font-size: 16px;
	font-weight: lighter;
	padding: 5% 25%;
	background: #034aa4;
	color: #fff;
	border-radius: 40px;
	transition: 0.5s;
}

.adva_tp a:hover {
	transform: scale(1.1);
}


/*com*/
.gy1 {
	display: flex;
	max-width: 1400px;
	margin: 0 auto;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: flex-end;
}

.com_bg {
	padding: 4% 0;
	overflow: hidden;
	background: url(../images/iabout.jpg) center top no-repeat;
	height: 780px;
	position: relative;
}

.com_bg:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	/*background: rgba(0,0,0,0.1*/
	);
}

.ab_f {
	position: relative;
	padding: 15px 0 20px;
}

.ab_f strong {
	font-size: 36px;
	color: #fff;
	font-weight: bold;
}

.ab_f .small {
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	text-transform: capitalize;
	display: block;
	opacity: 0.9;
}

.ab_f:after {
	content: '';
	display: block;
	width: 70px;
	height: 3px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}

.int_txt {
	display: flex;
	flex-direction: column;
	width: 60%;
	z-index: 999;
}

.int_txt em {
	padding: 4% 0 0;
	font-size: 16px;
	line-height: 32px;
	color: #fff;
	font-weight: lighter;
}

a.com_btn {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	margin: 40px 0 55px;
}

a.com_btn>span {
	font-size: 16px;
	color: #fff;
	display: inline-block;
	margin-left: 9px;
}

/*num*/
.num_c {
	position: relative;
	margin-bottom: 0px;
	margin-top: -8%;
}

.num_c ul {
	display: flex;
	border-radius: 10px;
	justify-content: space-between;
	align-items: center;
	padding: 8% 0%;
}

.num_c ul li {
	position: relative;
	display: flex;
	width: 25%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 1%;
	text-align: center;
}

.num_c li b {
	font-size: 60px;
	font-family: din;
	color: #fff;
	margin-right: 1%;
}

.num_c li span {
	color: #fff;
	font-size: 20px;
	position: absolute;
	right: 8%;
	top: 13%;
	line-height: 20px;
}

.num_c li:nth-child(1) span {
	right: 20%;
}

.num_c li:nth-child(3) span {
	right: 0%;
}

.num_c li:nth-child(2) span {
	right: 0%;
}

.num_c li i {
	color: rgba(255, 255, 255, 0.9);
	font-size: 15px;
	font-style: normal;
	font-family: "jcyt";
	line-height: 24px;
	padding-top: 5px;
}

.num_c li em {
	margin-top: 4px;
	color: #ccc;
	text-transform: uppercase;
	font-size: 10px;
	font-style: normal;
}

.num_c ul li:last-child:after {
	display: none;
}


/*news*/
.news_bg {
	padding: 70px 0 50px 0;
}

.news_box {
	margin: 0px auto;
}

.news_bt {
	width: 100%;
	float: left;
	padding-bottom: 40px;
}

.news_btl {
	width: 350px;
	float: left;
	font-weight: 400;
	font-size: 40px;
}

.news_btl span {
	font-size: 16px;
	display: block;
	color: #999;
	font-weight: 100;
}

.nb_tab {
	font-size: 0;
	text-align: center;
	float: right;
	margin-right: 10px;
}

.nb_tab a {
	width: 171px;
	height: 42px;
	display: inline-block;
	vertical-align: top;
	color: #333;
	border-radius: 30px;
	margin-top: 22px;
	border: 1px solid #eee;
}

.nb_tab a+a {
	margin-left: 20px;
}

.nb_tab a.cur {
	background: #034aa4;
	color: #fff;
}

.nb_tab a i,
.nb_tab a b {
	display: inline-block;
	vertical-align: top;
	line-height: 42px;
}

.nb_tab a b {
	font-size: 16px;
	font-weight: 100;
	letter-spacing: 1px;
}

.nb_con {}

.nbc_list+.nbc_list {
	display: none;
}

.nbcl_le {
	width: 800px;
}

.nbcl_le .news_div_item {
	width: 380px;
	display: inline-block;
	vertical-align: top;
	background: #f8f8f8;
	padding: 25px 20px;
}

.news_div_item_pic:hover img {
	transition: 0.5s;
	transform: scale(1);
}

.news_div_item_pic img {
	position: absolute;
	z-index: 1;
	/* width: 100%; */
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}

.news_div_item_pic {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	padding-bottom: 70%;
}

.nbcl_le .news_div_item+.news_div_item {
	margin-left: 26px;
}

.news_div_item_title {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.news_div_item_title a {
	font-size: 18px;
}

.nbcl_le .news_div_item_content {
	margin-top: 30px;
}

.nbcl_le .news_div_item_body {
	margin-top: 15px;
	line-height: 24px;
	color: #68686a;
	font-size: 14px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.nbcl_le .news_div_item_date,
.new_more {
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	margin-top: 25px;
	display: none;
}

.nbcl_le .news_div_item_date>div {
	display: inline-block;
	vertical-align: top;
	color: #68686a;
}

.new_more {
	width: 24px;
	height: 24px;
	border-radius: 24px;
	border: 1px solid #9a9899;
	background: url(../images/more.png) no-repeat right center;
	float: right;
	margin-top: 17px;
}

.nbcr_ri {
	width: calc(100% - 820px);
}

.nbcr_ri .news_div_item_pic {
	display: none;
}

.nbcr_ri .news_div_item {
	font-size: 0;
	border: 1px solid #f1f1f1;
	padding: 28px 0;
	position: relative;
	transition: 300ms;
}

.nbcr_ri .news_div_item:hover {
	box-shadow: 0 0 21px #d2d2d2;
	z-index: 1;
	transition: 300ms;
}

.nbcr_ri .news_div_item_date,
.nbcr_ri .news_div_item_content {
	display: inline-block;
	vertical-align: top;
}

.nbcr_ri .news_div_item_date {
	width: 115px;
	text-align: center;
	font-size: 0;
}

.nbcr_ri .news_div_item_content {
	width: calc(100% - 150px);
	padding-left: 20px;
	border-left: 1px solid #f3f3f3;
	font-weight: 100;
}

.nbcr_ri .news_div_item_date>div {
	font-family: Arial;
}

.nbcr_ri .news_div_item_year,
.nbcr_ri .news_div_item_month {
	display: inline-block;
	vertical-align: top;
	color: #565656;
	font-size: 14px;
}

.nbcr_ri .news_div_item_day {
	font-size: 47px;
	font-weight: bold;
	line-height: 55px;
}

.nbcr_ri .news_div_item_body {
	margin-top: 10px;
	line-height: 20px;
	color: #68686a;
	padding-right: 20px;
	font-size: 14px;
	font-weight: normal;

	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}

	50% {
		background-position: 100% 50%
	}

	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}

	50% {
		background-position: 100% 50%
	}

	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}

	50% {
		background-position: 100% 50%
	}

	100% {
		background-position: 0% 50%
	}
}





/*copy */
.copyright {
	background: #131513;
}

.crcon {
	padding: 70px 0;
	border-bottom: 1px solid #2b2b2b;
	display: none;
}

.copy_row1 {
	float: right;
}

.copy_item {
	float: left;
	padding-left: 124px;
}

.copy_item1 {
	float: right;
	padding-left: 60px;
	border-left: 1px solid #403f3f;
	height: 250px;
}

.copy_item ul proadvong {
	display: block;
	padding: 0 0 30px;
	position: relative;
}

.copy_item ul proadvong a {
	display: block;
	line-height: 40px;
	color: #fff;
	font-weight: normal;
	font-size: 18px;
}

.copy_item ul proadvong a .en {
	font-size: 12px;
	color: #666;
	font-weight: normal;
	text-transform: capitalize;
}

.copy_item ul li a {
	display: block;
	color: #fff;
	line-height: 34px;
	font-size: 15px;
	opacity: 0.7;
}

.copy_item ul li {
	display: block;
}

.copy_item ul li a:hover {
	color: #fff;
	opacity: 1;
}

.copy_item ul proadvong::after {
	position: absolute;
	content: "";
	top: 50px;
	width: 25px;
	height: 2px;
	background-color: rgba(255, 255, 255, 0.5);
	left: 0px;
}

.copy_item:hover proadvong::after {
	position: absolute;
	content: "";
	top: 50px;
	width: 77px;
	height: 2px;
	background-color: #ffffff;
	;
	left: 0px;
	transition: 0.5s;
}

.crconcat {
	width: 500px;
}

.social {
	padding-top: 0px;
	clear: both;
}

.social a {
	position: relative;
	font-size: 13px;
	color: #fff;
	display: inline-block;
	line-height: 25px;
	padding: 5px 9px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	transition: 0.3s all ease-in-out;
	float: left;
	display: block;
	margin-right: 14px;
	margin-top: 4%;
}

.social a i {
	opacity: 0.7;
}

.social a img {
	display: block
}

.social a:hover {
	background: #034aa4;
}

.social a:hover img {
	filter: contrast(0) brightness(2);
}

.social a:hover .ewm img {
	filter: grayscale(1%);
}

.social .ewm {
	position: absolute;
	width: 100px;
	bottom: 45px;
	right: -35px;
	z-index: 1;
	display: none;
	padding: 5px;
	background: #fff;
	border-radius: 5px;
}

.social .ewm:after {
	content: '';
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #fff;
	position: absolute;
	bottom: -5px;
	left: calc((100% - 10px) / 2);
}

.social .ewm img {
	display: block;
	width: 100%;
	height: auto;
}


.cr_tel b {
	float: left;
	padding-left: 10px;
	font-weight: normal;
	line-height: 40px;
	font-size: 18px;
}

.cr_tel img {
	float: left;
	display: block;
}

.cr_tel {
	padding-bottom: 15px;
	font-size: 16px;
	color: #fff;
}

.cr_tel em {
	display: block;
	font-size: 38px;
	color: #fff;
	font-weight: bold;
	padding-top: 10px;
}

.craddr {
	margin-top: 10px;
	font-size: 16px;
	color: #b0b0b0;
	line-height: 35px;
	color: #fff;
	opacity: 0.6;
}

.craddr p i {
	float: left;
	color: #fff;
	font-size: 18px;
	opacity: 0.6;
	padding-right: 8px;
	font-weight: lighter;
}

.end {
	text-align: center;
	height: 100px;
}

.end,
.end a {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.5);
	font-weight: lighter;
	line-height: 100px;
	width: 100%;
	margin: 0 auto;
}

.end a:hover {
	color: #fff;
}



/*移动端导航*/
@media screen and (max-width: 1024px) and (min-width: 0px) {


	body {
		background: #fff;
		margin: 0px auto;
		padding: 0px;
		font-size: 14px;
		line-height: 24px;
		color: #333;
		font-family: Microsoft YaHei;
		overflow-x: hidden;
	}

	* {
		margin: 0px;
		padding: 0px;
	}

	span,
	p {
		margin: 0px;
		padding: 0px;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		margin: 0px;
		padding: 0px;
	}

	address,
	caption,
	cite,
	code,
	dfn,
	em,
	strong,
	th,
	var,
	optgroup,
	i {
		font-style: inherit;
		font-weight: inherit;
	}

	* {
		box-sizing: border-box;
		padding: 0;
		margin: 0
	}

	html,
	body {}

	body {
		font: 14px/1.5 "Microsoft YaHei";
		font-size: 14px;
		color: #1b2229;
		min-width: 100%;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-weight: normal;
	}

	ul,
	ol,
	li {
		list-style: none;
	}

	dl,
	dt,
	dd,
	ol,
	ul,
	li {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}

	img {
		border: none;
		vertical-align: middle;
	}

	a {
		text-decoration: none;
		color: #1b2229;
		transition: all 0.6s;
	}

	a:hover {
		transition: all 0.6s;
		color: #034aa4;
	}

	b {
		font-weight: normal;
	}

	input,
	textarea {
		outline: none;
		border: none;
	}

	textarea {
		resize: none;
		overflow: auto;
	}

	.fl {
		float: left
	}

	.fr {
		float: right
	}

	.clear {
		clear: both;
	}

	.db,
	.lb,
	.dd {
		font-size: 0;
	}

	.db>div,
	.lb>li,
	.dd>dl {
		display: inline-block;
		vertical-align: top;
	}

	em,
	i {
		text-transform: uppercase;
		font-family: arial;
		vertical-align: top;
		display: block;
	}


	/*统一宽度*/
	.w1600 {
		width: 100%;
		margin: 0 auto;
		max-width: 100%;
	}

	.box {
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
	}


	/*距离*/
	.top10 {
		margin-top: 10px;
	}

	.top20 {
		margin-top: 20px;
	}

	.top30 {
		margin-top: 30px;
	}

	.top40 {
		margin-top: 40px;
	}

	.top50 {
		margin-top: 50px;
	}

	.top60 {
		margin-top: 60px;
	}

	.top70 {
		margin-top: 30px;
	}

	.top80 {
		margin-top: 80px;
	}

	.top90 {
		margin-top: 90px;
	}

	.top100 {
		margin-top: 100px;
	}



	/*t*/

	.t {
		font-size: 24px;
		font-weight: bold;
		text-align: center;
		color: #333;
	}

	.t b {
		color: #034aa4;
		font-weight: bold;
	}

	.t p {
		font-size: 14px;
		color: #999;
		font-weight: normal;
	}

	.t em {
		font-size: 0;
		display: inline-block;
		height: 8px;
	}

	.t em i {
		display: inline-block;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background: #cedae8;
		animation: bounce_fountainG 1.2s linear infinite;
	}

	.t em i+i {
		margin-left: 16px;
	}

	.t em i:nth-child(1) {
		animation-delay: .4s;
	}

	.t em i:nth-child(2) {
		background: #034aa4;
		animation-delay: .6s;
	}

	.t em i:nth-child(3) {
		animation-delay: .8s;
	}


	.t1 {
		font-size: 42px;
		font-weight: bold;
		text-align: center;
		color: #fff;
	}

	.t1 p {
		font-size: 16px;
		color: #fff;
		font-weight: normal;
	}

	.t1 em {
		font-size: 0;
		display: inline-block;
		height: 8px;
	}

	.t1 em i {
		display: inline-block;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background: #cedae8;
		animation: bounce_fountainG 1.2s linear infinite;
	}

	.t1 em i+i {
		margin-left: 16px;
	}

	.t1 em i:nth-child(1) {
		animation-delay: .4s;
	}

	.t1 em i:nth-child(2) {
		background: #034aa4;
		animation-delay: .6s;
	}

	.t1 em i:nth-child(3) {
		animation-delay: .8s;
	}


	@keyframes bounce_fountainG {
		0% {
			transform: scale(1);
		}

		100% {
			transform: scale(.5);
		}
	}


	@keyframes tptd {
		0% {
			transform: translateY(0);
		}

		50% {
			transform: translateY(5px);
		}

		100% {
			transform: translateY(0);
		}
	}

	.dfss {
		display: flex;
		align-items: end;
		justify-content: space-between;
	}



	/*head*/
	.head_bg {
		display: none;
		width: 100%;
		margin: 0 auto;
		height: 46px;
		/* overflow: hidden; */
		line-height: 46px;
		color: #fff;
		background: #034aa4;
	}

	.head_w {
		width: 96%;
		width: 100%;
		height: auto;
		/* overflow: hidden; */
		position: relative;
		margin: 0 auto;
	}

	.head_w a {
		color: #fff;
	}

	.head_bg ul li {
		float: left;
		position: relative;
		height: 100%;
		cursor: pointer;
		font-size: 20px;
		color: #fff;
		font-weight: bold;
	}

	.head_bg ul li p,
	.head_bg ul li a {
		font-weight: lighter;
		color: #fff;
		padding-left: 5px;
		display: block;
		margin-right: 10px;
		font-size: 14px;
	}

	.head_bg ul li b {
		font-weight: lighter;
		color: #fff font-size:15px;
		line-height: 44px;
	}

	.head_bg ul li a:hover {
		color: #fff;
		text-decoration: underline;
	}

	.head_bg ul li i {
		padding-right: 5px;
		color: #fff;
		font-size: 22px;
		float: left;
		font-weight: normal;
		opacity: 0.5;
	}

	.head_bg ul li+li {
		margin-left: 10px;
	}

	.head_bg ul li p,
	.head_bg ul li a:hover {
		text-decoration: none !important;
	}

	.head_bg ul li:nth-child(3):after {
		display: none;
	}

	.head_bg ul li .dropcode {
		position: absolute;
		top: 46px;
		right: 5px;
		width: 110px;
		height: 0px;
		overflow: hidden;
		z-index: 999999;
		transition: all 0.5s ease;
	}

	.head_bg ul li .dropcode img {
		width: 100%;
		height: 100%;
	}

	.head_bg ul li:hover .dropcode {
		height: 100px;
	}


	/*抬头*/
	.head {
		width: 100%;
		height: 120px;
		position: relative;
		margin: 0 auto;
	}

	.head_logo {
		position: absolute;
	}

	.head_logo .img {
		position: relative;
		float: left;
		margin-top: 20px;
		padding-right: 20px;
		margin-right: 20px;
	}

	.head_logo .img::before {
		position: absolute;
		content: "";
		background: #ddd;
		height: 100%;
		width: 1px;
		right: 0;
	}

	.head_logo .wz {
		float: left;
		padding-top: 25px;
		font-size: 28px;
		line-height: 40px;
		color: #034aa4;
		font-weight: bold;
	}

	.head_logo .wz p {
		font-size: 14px;
		line-height: 32px;
		color: #666;
		font-weight: lighter;
		letter-spacing: 0px;
	}

	.head_fr {
		position: absolute;
		position: relative;
		float: right;
		width: 43%;
	}

	/*导航*/
	.nav {
		width: 100%;
	}

	.nav,
	.nav ul li {
		position: relative;
		float: left;
	}

	.nav li {
		width: calc(100% / 7);
		height: auto;
		text-align: center;
	}

	.nav ul li a {
		display: block;
		padding-top: 44px;
		font-size: 16px;
		line-height: 16px;
		text-decoration: none;
		color: #333;
	}

	.nav>ul>li>a:after {
		content: "";
		display: block;
		margin-top: 58px;
		width: 0;
		height: 2px;
		overflow: hidden;
		background: #034aa4;
		transition: width 0.8s;
	}

	.nav>ul>li:hover>a,
	.nav>ul>li.navcurrent>a {
		color: #034aa4;
		font-weight: bold;
	}

	.nav>ul>li:hover>a:after,
	.nav>ul>li.navcurrent>a:after {
		width: 100%;
	}

	/*下拉*/
	.nav>ul>li>em {
		position: absolute;
		left: 0;
		top: 120px;
		z-index: 99;
		display: none;
		width: 150px;
	}

	.nav>ul>li>em a {
		padding-top: 0;
		display: block;
		text-align: center;
		background: #fff;
		box-sizing: border-box;
		font-size: 16px;
		line-height: 60px;
		color: #333;
		text-decoration: none;
		transition: 0.8s;
	}

	.nav>ul>li>em a:hover {
		background: #034aa4;
		color: #fff;
	}

	.nav>ul>li>em a+a {
		border-top: 1px solid #eee;
	}



	/*搜索*/
	.searchbg {
		width: 100%;
		height: 100px;
	}

	.search {
		width: 100%;
		margin: 0 auto;
	}

	.search_l {
		float: left;
		font-size: 16px;
		line-height: 100px;
		font-weight: bold;
		color: #333;
	}

	.search_l a {
		font-weight: normal;
		font-size: 16px;
		color: #555;
	}

	.search_l a:hover {
		color: #1051b5;
	}

	.search_r {
		float: right;
		margin-top: 26px;
	}

	#infoname {
		border: none;
		outline: none;
		background: none;
		float: left;
		width: 200px;
		height: 46px;
		padding-left: 30px;
		color: #999;
		background: #fff;
		border-bottom-left-radius: 23px;
		border-top-left-radius: 23px;
		border: 1px solid #eee;
	}

	.submit {
		border: none;
		outline: none;
		float: left;
		width: 60px;
		height: 46px;
		cursor: pointer;
		background: url(../images/sosuo.png) 16px center no-repeat #034aa4;
		border-bottom-right-radius: 23px;
		border-top-right-radius: 23px;
	}


	/*case*/
	.case {
		background: #fafafa;
		padding: 30px 0;
	}

	.case_t {
		margin-top: 30px;
	}

	.case_t li {
		float: none;
		width: 97%;
		position: relative;
		padding: 5%;
		box-sizing: border-box;
		height: auto;
		overflow: hidden;
		transition: .35s;
		margin-right: 0;
		background: #fff;
		border-radius: 20px;
		min-height: auto;
		border-bottom: 1px solid #ddd;
		margin: 0px auto;
		margin-bottom: 0px;
		margin-bottom: 3%;
	}

	.case_t li em {
		display: block;
		height: auto;
		overflow: hidden;
		color: #034aa4;
		font-size: 50px;
		text-align: center;
	}

	.case_t li b {
		font-size: 20px;
		font-weight: bold;
		color: #222;
		display: block;
		height: auto;
		overflow: hidden;
		text-align: center;
	}

	.case_t li i {
		font-size: 14px;
		font-weight: normal;
		line-height: 24px;
		color: #222;
		opacity: 0.4;
		display: block;
		margin-top: 20px;
	}

	.case_t li span {
		display: none;
		margin-top: 30px;
		font-size: 16px;
		font-weight: bold;
		color: #222;
	}

	.case_t li strong {
		font-size: 130px;
		font-weight: normal;
		line-height: 80%;
		color: #ffffff;
		font-family: impact;
		opacity: 0.1;
		position: absolute;
		right: 30px;
		top: 270px;
	}

	.case_t li:last-of-type {
		margin-right: 0;
	}

	/* .case_t li.cur,
	.case_t li:hover {
		background: #074bc7;
		border-radius: 15px;
		overflow: hidden;
		padding-top: 65px;
		height: 410px;
	} */



	/*pro*/
	.pro_list {
		width: 100%;
		margin: 0 auto;
		height: 70px;
	}

	.pro_list ul {
		position: relative;
	}

	.pro_list li {
		float: left;
		height: 50px;
		width: calc((100% - 8px) / 3);
		background: #f3f4f5;
	}
	
	.pro_list li a {
		width: 100%;
		display: block;
		height: 50px;
		color: #333;
		font-size: 15px;
		float: left;
		text-align: center;
		line-height: 50px;
	}

	.pro_list li.on a {
		background: #034aa4;
		color: #fff;
	}

	.pro_list li+li {
		margin-left: 1px;
	}

	.pro_list .pro_more {
		width: 175px;
		line-height: 70px;
		text-align: center;
		font-size: 18px;
		background: #f3f4f5;
		margin-left: 1px;
		display: none;
		float: left;
	}

	.pro_list .pro_more a {
		font-size: 18px;
	}

	.pro_list .pro_more:hover a {
		color: #fff;
	}

	.pro_list .pro_more:hover {
		background: #034aa4;
		color: #fff;
	}

	.pro_con {
		display: flex;
		overflow: hidden;
		width: 100%;
		margin: 0 auto;
		height: auto;
	}

	.pro_call {
		width: 100%;
		overflow: hidden;
		transition: 0.5s;
		flex-shrink: 0;
		margin-top: 0px;
	}

	.pro_call li {
		margin-left: 1%;
		padding-left: 0 !important;
		display: block;
		float: left;
		margin-bottom: 1%;
		width: 48%;
		border: 1px solid #eee;
	}


	.pro_call li a {
		display: block;
		width: 100%;
		height: auto;
		overflow: hidden;
		position: relative;
		padding-bottom: 150%;
	}

	.pro_call li a img {
		position: absolute;
		z-index: 1;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.pro_call li span {

		position: absolute;
		width: 100%;
		height: auto;
		overflow: hidden;
		text-align: center;
		bottom: 0;
		background: #eee;

		display: block;
		line-height: 50px;
		font-size: 16px;
		color: #333;
		z-index: 22;
		transition: all linear 0.7s;
		-moz-transition: all linear 0.5s;
		-ms-transition: all linear 0.5s;
		-webkit-transition: all linear 0.7s;
	}

	.pro_call li:nth-child(4),
	.pro_call li:nth-child(8) {
		margin-right: 0%;
	}

	.pro_call li img {
		transition: all linear 0.7s;
		-moz-transition: all linear 0.5s;
		-ms-transition: all linear 0.5s;
		-webkit-transition: all linear 0.7s;
		width: 100%;
		height: auto;
	}

	.pro_call li:hover img {
		-webkit-transform: scale(1.12, 1.12);
		transform: scale(1.12, 1.12);
	}

	.pro_call li:hover span a {
		color: #fff;
		background: #034aa4;
	}



	/* 产品开始 */
	.sy_prolist_main {
		width: 100%;
		height: auto;
		overflow: hidden;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
		padding: 10px;
	}

	.sy_prolist {
		width: 100%;
		float: left;
		margin-bottom: 2%;
		position: relative;
		overflow: hidden;
	}

	.sy_prolist a {
		display: block;
	}

	.sy_propic {
		width: 100%;
		height: auto;
		overflow: hidden;
		position: relative;
		padding-bottom: 100%;
	}

	.sy_propic img {
		position: absolute;
		z-index: 1;
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: all 0.5s;
	}

	.sy_protil {
		width: 100%;
		height: auto;
		overflow: hidden;
		text-align: center;
	}

	.sy_protil {
		width: 100%;
		height: auto;
		overflow: hidden;
		line-height: 55px;
		font-size: 16px;
		display: block;
		background: #eee;
	}

	.sy_prolist a:hover .sy_protil {
		color: #034aa4;
	}

	.sy_prolist a:before,
	.sy_prolist a:after {
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		z-index: 222;
		box-sizing: border-box;
		transition: height 0.5s linear 0s, width 0.5s linear 0.5s, opacity 0s linear 1s;
		opacity: 0;
	}

	.sy_prolist a:before {
		top: 0;
		left: 0;
		border-top: 1px solid #034aa4;
		border-right: 1px solid #034aa4;
		border-bottom: 1px solid transparent;
		border-left: 1px solid transparent;
	}

	.sy_prolist a:after {
		bottom: 0;
		right: 0;
		border-bottom: 1px solid #034aa4;
		border-left: 1px solid #034aa4;
		border-top: 1px solid transparent;
		border-right: 1px solid transparent;
	}

	.sy_prolist a:hover:before,
	.sy_prolist a:hover:after {
		width: 100%;
		height: 100%;
		transition: width 0.5s linear 0s, height 0.5s linear 0.5s;
		opacity: 1;
	}

	.sy_prolist a:hover .ny_propic img {
		transform: scale(1.1);
	}



	/*gg*/
	.gg {
		width: 100%;
		background: url(../images/lanyao.jpg) no-repeat center;
		background-size: cover;
		height: auto;
		overflow: hidden;
		padding: 30px 0;
	}

	.gg_t {
		position: relative;
		display: block;
		align-items: center;
		justify-content: space-between;
		height: auto;
	}

	.gg_1 p {
		font-size: 18px;
		color: #034aa4;
		font-weight: bold;
		text-align: center;
	}

	.gg_1 d {
		font-size: 12px;
		color: rgba(0, 0, 0, 0.6);
		display: block;
		font-weight: 300;
		text-align: center;
	}

	.gg_1 span {
		color: #034aa4;
		font-size: 14px;
		font-weight: lighter;
		margin-right: 5px;
		margin-top: 15px;
		display: inline-block;
	}

	.gg_1 span:before {
		content: '';
		width: 21px;
		height: 21px;
		display: inline-block;
		margin-right: 5px;
		background: url(../images/kuang.png) no-repeat;
		position: relative;
		top: 6px;
	}

	.gg_r {
		width: 100%;
		padding-top: 30px;
	}

	.gg_r p {
		font-size: 16px;
		color: #034aa4;
	}

	.gg_r p i {
		float: left;
		font-size: 20px;
		color: #034aa4;
		padding-right: 10px;
	}

	.gg_r b {
		font-size: 26px;
		color: #034aa4;
		display: block;
		text-align: center;
		font-family: impact;
	}

	.gg_r span {
		font-size: 16px;
		color: #034aa4;
		border: 1px solid #034aa4;
		border-radius: 50px;
		line-height: 40px;
		display: block;
		width: 200px;
		text-align: center;

		margin: 10px auto;
	}


	.gg_ewm {
		width: 100%;
		margin: 0px auto;
	}

	.gg_ewm img {
		width: 150px;
		display: block;
		margin: 0px auto;
	}

	.gg_1 {
		text-align: center;
	}



	/*mol*/
	.mol {
		padding: 30px 0;
		overflow: hidden;
		width: 100%;
		background: url(../images/20230826142723_860408900.jpg)no-repeat center fixed;
		position: relative;
		z-index: 5;
	}

	.mol:before {
		content: '';
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.7);
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}

	.mol_box {
		width: 100%;
		margin: 0 auto;
	}

	.mol_tit {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.mol_tit span {
		width: 100%;
		font-size: 26px;
		line-height: 42px;
		text-align: center;
		font-weight: bold;
		color: #fff;
		letter-spacing: 2px;
		position: relative;
	}

	.mol_tit span b {
		color: #fff;
	}

	.mol_tit span i {
		color: #034aa4;
		font-size: 50px;
	}

	.mol_tit p {
		font-size: 12px;
		line-height: 20px;
		font-weight: lighter;
		padding-top: 30px;
		color: #fff;
		text-align: center;
	}

	.mol_con {
		overflow: hidden;
		margin-top: 50px;
	}

	.mol_con>ul {
		display: block;
		justify-content: space-between;
		align-items: center;
	}

	.mol_con>ul>li {
		width: 100%;
		background: rgba(255, 255, 255, 0.9);
		border-right: 1px solid #ddd;
		transition: 0.5s;
		position: relative;
		overflow: hidden;
		padding: 28%;
	}

	.mol_con>ul>li:last-child {
		border-right: none;
	}

	.mol_txt {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 153px 0;
		width: 100%;
	}

	.mol_txt>i {
		font-size: 48px;
		line-height: 48px;
		font-family: din;
	}

	.mol_txt>p {
		font-size: 32px;
		line-height: 32px;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-top: 6%;
		font-weight: normal;
	}

	.mol_txt>p>span {
		font-size: 13px;
		text-transform: capitalize;
		line-height: 13px;
		padding-top: 10px;
		color: #999;
		font-weight: lighter;
		font-family: Arial;
		opacity: 0.5;
	}

	.mol_txt>em {
		font-size: 15px;
		font-weight: lighter;
		line-height: 16px;
		margin-top: 10%;
	}

	.mol_txt a {
		font-size: 14px;
		background: #ff0000;
		color: #fff;
		border-radius: 20px;
		padding: 2% 7%;
		font-weight: lighter;
		margin-top: 20%;
		line-height: 14px;
	}

	.mol_sub {
		position: absolute;
		top: 0;
		left: 0;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		opacity: 0;
		transition: 0.5s;
		width: 100%;
		background: #fff;
		padding: 10px;
		opacity: 1;
	}

	.mol_sub>p {
		font-size: 20px;
		font-weight: lighter;
		color: #666;
		line-height: 36px;
		display: flex;
		align-items: center;
		border-bottom: 1px solid #ddd;
		padding-bottom: 10px;
		width: 100%;
		margin-bottom: 10px;
	}

	.mol_sub>p>span {
		font-size: 36px;
		font-family: Arial;
		color: #ccc;
		line-height: 46px;
		margin-right: 10px;
	}

	.mol_sub>em {
		font-size: 14px;
		line-height: 26px;
		color: #666;
		font-weight: lighter;
		padding: 5px;
	}

	.mol_sub>i {
		/* position:  absolute; */
		bottom: 0;
		left: 0;
		margin: 5% 0 0;
		overflow: hidden;
	}

	.mol_sub>i img {
		height: auto;
		background: #fff;
		/* padding: 40px; */
		width: 100%;
		transition: 0.5s;
	}

	.mol_con li:hover img {
		transform: scale(1.1);
	}


	/*adva*/
	.adva {
		padding: 75px 0;
		overflow: hidden;
	}

	.adva_box {
		width: 100%;
		margin: 0 auto;
	}

	.adva_tit {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.adva_tit span {
		width: 100%;
		font-size: 43px;
		line-height: 42px;
		text-align: center;
		font-weight: bold;
		letter-spacing: 2px;
	}

	.adva_tit span b {
		color: #034aa4;
		font-size: 43px;
		font-weight: bold;
	}

	.adva_tit p {
		font-size: 18px;
		line-height: 20px;
		font-weight: lighter;
		padding-top: 20px;
	}

	.adva_tab {
		margin-top: 60px;
		overflow: hidden;
	}

	.adva_nav {}

	.adva_nav ul {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.adva_nav li {
		display: flex;
		align-items: center;
		background: #f4f4f4;
		transition: 0.5s;
		height: 140px;
		width: 25%;
		justify-content: center;
	}

	.adva_nav li+li {
		border-left: 1px solid #fcfcfc;
	}

	.adva_nav li.on {
		background: #034aa4;
	}

	.adva_nav li.on i,
	.adva_nav li.on p,
	.adva_nav li.on p span {
		color: #fff;
	}

	.adva_nav li i {
		font-size: 58px;
		line-height: 40px;
	}

	.adva_nav li:nth-child(1) i {
		font-size: 60px;
		line-height: 40px;
	}

	.adva_nav li p {
		font-size: 32px;
		line-height: 42px;
		display: flex;
		flex-direction: column;
		padding-left: 12px;
	}

	.adva_nav li p span {
		font-size: 14px;
		text-transform: capitalize;
		font-weight: lighter;
		font-family: Arial;
		line-height: 15px;
		color: #999;
	}

	.adva_con {
		display: flex;
		transition: 0.5s;
	}

	.adva_big {
		width: 100%;
		flex-shrink: 0;
		position: relative;
	}

	.adva_pic {
		width: 100%;
	}

	.adva_pic img {
		width: 100%;
	}

	.adva_txt {
		background: rgba(255, 255, 255, 0.9);
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 2.5% 4%;
		z-index: 5;
	}

	.adva_txt p {
		display: flex;
		flex-direction: column;
	}

	.adva_txt p span {
		font-size: 28px;
		font-weight: bold;
		line-height: 30px;
		padding-bottom: 12px;
	}

	.adva_txt p em {
		font-size: 15px;
		line-height: 30px;
		color: #666;
		font-weight: lighter;
	}

	.adva_tp {
		text-align: center;
	}

	.adva_tp p {
		font-size: 24px;
		margin-bottom: 30px;
		line-height: 30px;
	}

	.adva_tp a {
		font-size: 16px;
		font-weight: lighter;
		padding: 5% 25%;
		background: #034aa4;
		color: #fff;
		border-radius: 40px;
		transition: 0.5s;
	}

	.adva_tp a:hover {
		transform: scale(1.1);
	}


	/*com*/
	.gy1 {
		display: flex;
		width: 100%;
		margin: 0 auto;
		flex-direction: column;
		flex-wrap: wrap;
		align-content: flex-end;
	}

	.com_bg {
		padding: 4% 0;
		overflow: hidden;
		background: url(../images/iabout.jpg) center top no-repeat;
		background-size: cover;
		height: auto;
		position: relative;
	}

	.com_bg:before {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		/*background: rgba(0,0,0,0.1*/
		);
	}

	.ab_f {
		position: relative;
		padding: 15px 0;
	}

	.ab_f strong {
		font-size: 26px;
		color: #fff;
		font-weight: bold;
	}

	.ab_f .small {
		font-size: 14px;
		color: #fff;
		line-height: 24px;
		text-transform: capitalize;
		display: block;
		opacity: 0.9;
	}

	.ab_f:after {
		content: '';
		display: block;
		width: 70px;
		height: 3px;
		background: #fff;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	.int_txt {
		display: flex;
		flex-direction: column;
		width: 100%;
		padding: 0 1%;
		z-index: 999;
	}

	.int_txt em {
		padding: 4% 0 0;
		font-size: 14px;
		line-height: 20px;
		color: #fff;
		font-weight: lighter;
	}

	a.com_btn {
		display: inline-block;
		font-size: 16px;
		color: #fff;
		margin: 30px 0;
	}

	a.com_btn>span {
		font-size: 16px;
		color: #fff;
		display: inline-block;
		margin-left: 9px;
	}

	/*num*/
	.num_c {
		position: relative;
		margin-bottom: 0px;
		margin-top: -8%;
	}

	.num_c ul {
		display: flex;
		border-radius: 10px;
		justify-content: space-between;
		align-items: center;
		padding: 8% 0%;
	}

	.num_c ul li {
		position: relative;
		display: flex;
		width: 25%;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 0 1%;
		text-align: center;
	}

	.num_c li b {
		font-size: 20px;
		font-family: din;
		color: #fff;
		margin-right: 1%;
	}

	.num_c li span {
		color: #fff;
		font-size: 14px;
		position: absolute;
		right: 8%;
		top: 0%;
		line-height: 24px;
	}

	.num_c li:nth-child(1) span {
		right: 10%;
	}

	.num_c li:nth-child(3) span {
		right: -5%;
	}

	.num_c li:nth-child(2) span {
		right: 0%;
	}

	.num_c li i {
		color: rgba(255, 255, 255, 0.9);
		font-size: 14px;
		font-style: normal;
		line-height: 24px;
		padding-top: 5px;
	}

	.num_c li em {
		margin-top: 4px;
		color: #ccc;
		text-transform: uppercase;
		font-size: 10px;
		font-style: normal;
	}

	.num_c ul li:last-child:after {
		display: none;
	}


	/*news*/
	.news_bg {
		padding: 30px 0 50px 0;
	}

	.news_box {
		margin: 0px auto;
	}

	.news_bt {
		width: 100%;
		float: left;
		padding-bottom: 40px;
	}

	.news_btl {
		width: 100%;
		float: left;
		font-weight: 400;
		font-size: 26px;
		text-align: center;
	}

	.news_btl span {
		font-size: 16px;
		display: block;
		color: #999;
		font-weight: 100;
	}

	.nb_tab {
		font-size: 0;
		text-align: center;
		float: left;
		margin-right: 10px;
		width: 100%;
	}

	.nb_tab a {
		width: 100px;
		height: auto;
		display: inline-block;
		vertical-align: top;
		color: #333;
		border-radius: 30px;
		margin-top: 22px;
		border: 1px solid #eee;
	}

	.nb_tab a+a {
		margin-left: 20px;
	}

	.nb_tab a.cur {
		background: #034aa4;
		color: #fff;
	}

	.nb_tab a i,
	.nb_tab a b {
		display: inline-block;
		vertical-align: top;
		line-height: 42px;
	}

	.nb_tab a b {
		font-size: 16px;
		font-weight: 100;
		letter-spacing: 1px;
	}

	.nb_con {}

	.nbc_list+.nbc_list {
		display: none;
	}

	.nbcl_le {
		width: 100%;
	}

	.nbcl_le .news_div_item {
		width: 100%;
		display: inline-block;
		vertical-align: top;
		background: #f8f8f8;
		padding: 1%;
	}

	.news_div_item_pic:hover img {
		transition: 0.5s;
		transform: scale(1);
	}

	.news_div_item_pic img {
		transition: 0.5s;
		width: 100%;
		height: auto;
	}

	.news_div_item_pic {
		overflow: hidden;
	}

	.nbcl_le .news_div_item+.news_div_item {
		margin-left: 0px;
	}

	.news_div_item_title a {
		font-size: 16px;
	}

	.nbcl_le .news_div_item_content {
		margin-top: 20px;
		padding-left: 10px;
	}

	.nbcl_le .news_div_item_body {
		margin-top: 15px;
		line-height: 24px;
		color: #68686a;
	}

	.nbcl_le .news_div_item_date,
	.new_more {
		display: inline-block;
		vertical-align: top;
		font-size: 0;
		margin-top: 25px;
	}

	.nbcl_le .news_div_item_date>div {
		display: inline-block;
		vertical-align: top;
		color: #68686a;
	}

	.new_more {
		width: 24px;
		height: 24px;
		border-radius: 24px;
		border: 1px solid #9a9899;
		background: url(../images/more.png) no-repeat right center;
		float: right;
		margin-top: 17px;
		display: none;
	}

	.nbcr_ri {
		width: 100%;
	}

	.nbcr_ri .news_div_item_pic {
		display: none;
	}

	.nbcr_ri .news_div_item {
		font-size: 0;
		border: 1px solid #f1f1f1;
		padding: 20px 0;
		position: relative;
		transition: 300ms;
	}

	.nbcr_ri .news_div_item:hover {
		box-shadow: 0 0 21px #d2d2d2;
		z-index: 1;
		transition: 300ms;
	}

	.nbcr_ri .news_div_item_date,
	.nbcr_ri .news_div_item_content {
		display: inline-block;
		vertical-align: top;
	}

	.nbcr_ri .news_div_item_date {
		width: 100%;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
		display: none;
	}

	.nbcr_ri .news_div_item_content {
		width: 100%;
		padding-left: 10px;
		border-left: 1px solid #f3f3f3;
		font-weight: 100;
	}

	.nbcr_ri .news_div_item_date>div {
		font-family: Arial;
	}

	.nbcr_ri .news_div_item_year,
	.nbcr_ri .news_div_item_month {
		display: inline-block;
		vertical-align: top;
		color: #565656;
		font-size: 14px;
	}

	.nbcr_ri .news_div_item_day {
		font-size: 28px;
		font-weight: bold;
		line-height: 55px;
		margin-right: 20px;
	}

	.nbcr_ri .news_div_item_body {
		margin-top: 10px;
		line-height: 20px;
		color: #68686a;
		padding-right: 20px;
		font-size: 14px;
		font-weight: normal;
	}

	@-webkit-keyframes Gradient {
		0% {
			background-position: 0% 50%
		}

		50% {
			background-position: 100% 50%
		}

		100% {
			background-position: 0% 50%
		}
	}

	@-moz-keyframes Gradient {
		0% {
			background-position: 0% 50%
		}

		50% {
			background-position: 100% 50%
		}

		100% {
			background-position: 0% 50%
		}
	}

	@keyframes Gradient {
		0% {
			background-position: 0% 50%
		}

		50% {
			background-position: 100% 50%
		}

		100% {
			background-position: 0% 50%
		}
	}





	/*copy */
	.copyright {
		background: #131513;
	}

	.crcon {
		padding: 30px 0;
		border-bottom: 1px solid #2b2b2b;
	}

	.copy_row1 {
		display: none;
	}

	.copy_item {
		float: left;
		padding-left: 124px;
	}

	.copy_item1 {
		float: right;
		padding-left: 60px;
		border-left: 1px solid #403f3f;
		height: 250px;
	}

	.copy_item ul proadvong {
		display: block;
		padding: 0 0 30px;
		position: relative;
	}

	.copy_item ul proadvong a {
		display: block;
		line-height: 40px;
		color: #fff;
		font-weight: normal;
		font-size: 18px;
	}

	.copy_item ul proadvong a .en {
		font-size: 12px;
		color: #666;
		font-weight: normal;
		text-transform: capitalize;
	}

	.copy_item ul li a {
		display: block;
		color: #fff;
		line-height: 34px;
		font-size: 15px;
		opacity: 0.7;
	}

	.copy_item ul li {
		display: block;
	}

	.copy_item ul li a:hover {
		color: #fff;
		opacity: 1;
	}

	.copy_item ul proadvong::after {
		position: absolute;
		content: "";
		top: 50px;
		width: 25px;
		height: 2px;
		background-color: rgba(255, 255, 255, 0.5);
		left: 0px;
	}

	.copy_item:hover proadvong::after {
		position: absolute;
		content: "";
		top: 50px;
		width: 77px;
		height: 2px;
		background-color: #ffffff;
		;
		left: 0px;
		transition: 0.5s;
	}

	.crconcat {
		width: 100%;
	}

	.social {
		padding-top: 0px;
		clear: both;
	}

	.social a {
		position: relative;
		font-size: 13px;
		color: #fff;
		display: inline-block;
		line-height: 25px;
		padding: 5px 9px;
		border: 1px solid rgba(255, 255, 255, 0.2);
		transition: 0.3s all ease-in-out;
		float: left;
		display: block;
		margin-right: 14px;
		margin-top: 4%;
	}

	.social a i {
		opacity: 0.7;
	}

	.social a img {
		display: block
	}

	.social a:hover {
		background: #034aa4;
	}

	.social a:hover img {
		filter: contrast(0) brightness(2);
	}

	.social a:hover .ewm img {
		filter: grayscale(1%);
	}

	.social .ewm {
		position: absolute;
		width: 100px;
		bottom: 45px;
		right: -35px;
		z-index: 1;
		display: none;
		padding: 5px;
		background: #fff;
		border-radius: 5px;
	}

	.social .ewm:after {
		content: '';
		width: 0;
		height: 0;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 5px solid #fff;
		position: absolute;
		bottom: -5px;
		left: calc((100% - 10px) / 2);
	}

	.social .ewm img {
		display: block;
		width: 100%;
		height: auto;
	}


	.cr_tel b {
		float: left;
		padding-left: 10px;
		font-weight: normal;
		line-height: 40px;
		font-size: 18px;
	}

	.cr_tel img {
		float: left;
		display: block;
	}

	.cr_tel {
		padding-bottom: 15px;
		font-size: 16px;
		color: #fff;
	}

	.cr_tel em {
		display: block;
		font-size: 38px;
		color: #fff;
		font-weight: bold;
		padding-top: 10px;
	}

	.craddr {
		padding-left: 10px;
		margin-top: 10px;
		font-size: 14px;
		line-height: 28px;
		color: #fff;
		opacity: 0.8;
	}

	.craddr p i {
		float: left;
		color: #fff;
		font-size: 18px;
		opacity: 0.6;
		padding-right: 8px;
		font-weight: lighter;
	}

	.end {
		text-align: center;
		height: 100px;
	}

	.end,
	.end a {
		display: none;
		font-size: 15px;
		color: rgba(255, 255, 255, 0.5);
		font-weight: lighter;
		line-height: 100px;
		width: 100%;
		margin: 0 auto;
	}

	.end a:hover {
		color: #fff;
	}
	
	.crcon {
		padding: 20px 0;
		border-bottom: 1px solid #2b2b2b;
		display: block;
	}
	
}