/* 
author : youlicai 
copyright by VTHINK: https://www.vthinks.net

内页banner */
.hpbaner {
	margin-top: 114px;
	height: 380px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.hpbanerp {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.hpbanerp a, .hpbanerp em {
	display: inline-block;
	vertical-align: top;
	line-height: 50px;
	height: 50px;
	color: #555;
}
.hpbanernb {
	background: url(../images/morea1.png) center no-repeat;
	width: 32px;
	height: 32px;
}
.hpbanerp a:hover {
	color: #1074c8;
}
.hpbanerp em {
	padding: 0 5px;
}
.hpbaner {
	display: flex;
	align-items: center;
	justify-content: center;
}
.banTxts {
	text-align: center;
}
.banTxts p {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 1px;
	color: #fff;/* text-transform: uppercase; */
}
.banTxts h3 {
	font-size: 44px;
	line-height: 50px;
	letter-spacing: 4px;
	color: #fff;
	margin-bottom: 20px;
}
.banTxts h3 img {
	max-width: 100%;
}
.phone-ban {
	display: none;
}
/* 手机端产品筛选侧边 */
.screen_shai {
	display: none;
	padding: 15px 20px;
	background: #f6f9fa;
}
.screen_shai .shai_theme span, .popslide_screen .shai_theme span {
	font-size: 16px;
	color: #333;
	padding-left: 10px;
	vertical-align: middle;
	font-weight: 600;
}
.screen_shai .shai_icon_list span {
	font-size: 14px;
	color: #666;
	padding-left: 6px;
	vertical-align: top;
}
.aside_proIcon {
	width: 100%;
	height: 100vh;
	position: fixed;
	right: -100%;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 99;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.aside_proIcon.shows {
	right: 0;
}
.aside_InBox h4 {
	font-size: 18px;
	color: #004798;
	font-weight: 600;
	padding: 26px 0 8px;
	text-align: center;
}
.aside_proIcon .aside_InBox {
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 50px;
	background: #fff;
}
.aside_proIcon .aside_InBox ul {
	padding: 10px 0 20px;
}
.aside_proIcon ul li {
	padding: 2px 20px;
}
.aside_proIcon ul li a {
	display: flex;
	align-items: center;
	overflow: hidden;
	border-bottom: 1px #ececec solid;
	height: 42px;
	line-height: 42px;
	padding: 0 10px;
	font-size: 14px;
	color: #555;
	position: relative;
}
.aside_proIcon ul li a p, .aside_proIcon ul li a span {
	display: inline-block;
	vertical-align: bottom;
	float: left;
	margin-right: 20px;
}
.aside_proIcon ul li a p img {
	width: 30px;
	vertical-align: middle;
}
.aside_proIcon ul li a::before, .aside_proIcon ul li a::after {
	content: '';
	position: absolute;
	right: 6px;
	top: 10px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
}
.aside_proIcon ul li a::before {
	border: 1px #b3b3b3 solid;
}
.aside_proIcon ul li a.on {
	color: #004798;
	font-weight: 600;
}
.aside_proIcon ul li a.on::before {
	background-color: #004798;
	border: 1px #004798 solid;
}
.aside_proIcon ul li a.on::after {
	content: "\2713";
	color: #FFF;
	position: absolute;
	top: 0;
	right: 2px;
}
.aside_close {
	width: 100%;
	height: 52px;
	line-height: 52px;
	text-align: center;
	color: #fff;
	background-color: #004798;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 16px;
	letter-spacing: 2px;
}
.pageTheme {
	font-size: 20px;
	color: #004798;
	background: #f6f9fa;
	padding: 10px 20px;
}
/* 手机副导航下拉 */
.popslide_screen {
	display: none;
	position: relative;
}
.popslide_screen .shai_theme span {
	padding-left: 0;
}
.popslide_screen .shai_theme {
	padding: 15px 20px;
	background: #f6f9fa url(../images/phone-down.svg) no-repeat 94% center;
	background-size: 16px;
}
.popslide_screen .popUls {
	display: none;
	background: #f6f9fa;
	padding: 10px 20px;
	position: absolute;
	top: 50px;
	width: calc(100% - 40px);
	left: 0;
	z-index: 90;
	border-radius: 3px;
	border-top: 1px #e2e2e2 solid;
}
.popslide_screen .popUls li a {
	padding: 10px 20px;
	font-size: 14px;
	color: #333;
	display: block;
	border-bottom: 1px #ececec solid;
}
.popslide_screen .popUls li a.on {
	color: #004798;
	font-weight: 600;
}
/* pc-language */
.lanChange {
	border: 1px #e2e2e25e solid;
	position: absolute;
	top: 40px;
	left: 17px;
	width: 90px;
	z-index: 99;
	background: #fff;
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .13);
	box-shadow: 0 0 7px rgba(0, 0, 0, .13);
	padding: 0 0 5px;
	visibility: hidden;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
}
.lanChange::before {
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom-color: #fff;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
}
.lanChange li {
	text-align: center;
}
.lanChange li a {
	padding: 3px 10px;
	display: block;
	text-align: center;
	color: #004798 !important;
}
.lanChange li a:hover {
	text-decoration: underline;
}
.gloEn {
	position: relative;
	padding-right: 0;
}
.gloEn li:hover .lanChange {
	visibility: visible;
	top: 49px;
}
/* 手机端切换语言 */
.lanChange_phone {
	top: 62px;
	left: 40px;
	visibility: visible;
	display: none;
}
/* 三大战略banner */
.IncidP {
	font-size: 18px !important;
}
.Incidental {
	width: 100%;
	height: 60vh;
	overflow: hidden;
	margin-top: 113px;
	position: relative;
}
.Incidental .video-Bans {
	width: 100%;
	height: 100%;
}
.Incidental .video-Bans video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banTxts {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.Incidental .banTxts h3 {
	font-size: 44px;
	line-height: 70px;
	color: #ffffff;
	text-shadow: 10px 1px 10px #417fbf;
	font-weight: bold;
	letter-spacing: 12px;
}
.Incidental .banTxts p {
	font-size: 33px;
	line-height: 30px;
	color: #ffffff;
	text-shadow: 0 0 3px #417fbf;
	margin: 20px auto 60px;
}
.stra-staute ul {
	display: flex;
	align-items: center;
	justify-content: center;
}
.stra-staute ul li {
	width: 33%;
	height: auto;
	margin: 0 -20px;
	cursor: pointer;
	position: relative;
	text-align: center;
	padding: 20px 0 !important;
}
.stra-staute ul li::after {
	content: '';
	width: 100%;
	height: 100%;
	background: url(../images/stra1.png) no-repeat center center;
	background-size: 100%;
	opacity: 0.5 !important;
	position: absolute;
	top: 0;
	left: 0;
}
.stra-staute ul li a {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #003da2;
	display: block;
	position: relative;
	z-index: 6;
}
.stra-staute ul li span {
	font-size: 13px;
	font-style: italic;
	color: #162b42;
	opacity: 0.67;
	display: block;
	margin: auto;
	position: relative;
	z-index: 6;
}
.stra-staute ul li.pageOn::after {
	opacity: 1 !important;
}
.innerBoxBan {
	width: 100%;
	height: 456px;
	margin-top: 114px;
	overflow: hidden;
}
.innerBoxBan .banswitch {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
/* 产品详情 */
.innerBoxBan-detail {
	height: 333px !important;
}
/* 侧边浮框*/
.float-right-box {
	width: auto;
	position: fixed;
	right: 0;
	top: 80%;
	margin-top: -127px;
	z-index: 8;
	transition: width 0.3s ease 0s;
	overflow: hidden;
}
.float-right-box .top-list li {
	width: 255px;
	position: relative;
	height: 60px;
	right: -77%;
	transition: all 0.3s ease;
	background-color: #e5e5e5;
}
.float-right-box .top-list a {
	display: block;
	width: 100%;
	height: 60px;
	vertical-align: top;
}
.float-right-box .top-list .ico {
	display: inline-block;
	width: 60px;
	height: 60px;
	position: absolute;
	right: 0;
	top: 0;
	transition: background 0.3s ease 0s;
	z-index: -1;
}
.stt {
	display: inline-block;
	line-height: 60px;
	color: #333;
	transition: color 0.3s ease 0s;
	-webkit-transition: color 0.3s ease 0s;
	-moz-transition: color 0.3s ease 0s;
	position: absolute;
	top: 0;
	left: 430px;
	z-index: 1;
	width: 110px;
	text-align: right;
}
.float-right-box .iconfont {
	width: 60px;
	height: 100%;
	font-size: 26px;
	color: #333;
	display: inline-block;
	float: left;
	text-align: center;
}
.stt1, .stt2 {
	text-align: left;
	width: 300px;
	left: 0px;
}
.float-right-box .top-list li:hover .stt {
	z-index: 10;
}
.float-right-box .top-list li.stt .iconfont {
	display: none;
}
.float-right-box .top-list li:hover .iconfont {
	color: #FFFFFF
}
.float-right-box .top-list li:hover .iconfont {
	background-color: #065ea2;
}
.vam {
	transition: all .5s ease;
	padding-left: 15px;
}
.float-right-box .top-list li:hover .vam {
	padding-left: 35px;
}
.float-right-box .top-list li:hover .stt1, .float-right-box .top-list li:hover .stt2 {
	left: 0px;
}
.float-right-box .top-list li:hover {
	right: 0;
	background-color: #dee7ec;
}
.float-right-box .top-list .return-webtop .stt {
	font-weight: bold;
}
.float-right-box .bot-share {
	position: relative;
	height: 60px;
}
.float-right-box .bot-share a {
	display: inline-block;
	width: 60px;
	height: 60px;
	float: left;
	transition: background 0.3s ease 0s;
	-webkit-transition: background 0.3s ease 0s;
	-moz-transition: background 0.3s ease 0s;
	margin: 0;
	padding: 0;
}
.float-right-box .bot-share .share {
	width: 240px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
/* head */
.heade-nav {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
}
.heade-nav.onscrol {
	top: -59px;
	animation: slideInDown 1s ease-in-out;
	-webkit-animation: slideInDown 1s ease-in-out;
	-moz-animation: slideInDown 1s ease-in-out;
	-o-animation: slideInDown 1s ease-in-out;
}
.heade-nav.onscrol .headNav-ul2 li a {
	font-size: 14px;
}
.heade-nav.onscrol .head-bots {
	transition-delay: 0.12s;
	padding: 0 5%;
}
.heade-nav .head-tops {
	background-color: #0093dd;
}
.heade-nav .head-tops.change {
	background: url(../images/topbg.jpg) no-repeat center center;
	background-size: cover;
}
.heade-nav .head-bots {
	background: #fff;
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .1);
}
.topnav-ul1 li {
	float: left;
	position: relative;
}
.topnav-ul1 li .user-quit {
	position: absolute;
	top: 60px;
	left: 0;
	width: 93px;
	line-height: 30px;
	background-color: #236498;
	color: #f6f9fa;
	text-align: center;
	font-size: 12px;
	display: block;
	transition: all .5s;
	-webkit-transition: all .5s;
	cursor: pointer;
	opacity: 0;
	z-index: -1;
}
.topnav-ul1 li:hover .user-quit {
	opacity: 1;
	z-index: 999;
}
.topnav-ul1 li {
	color: #fff;
	opacity: 0.8;
	display: block;
	padding: 8px 30px 8px 0;
	line-height: 25px;
	font-size: 14px;
}
.topnav-ul1 li a:hover {
	opacity: 1;
}
.gloEn li {
	margin-top: 9px;
	list-style: none;
	float: left;
	padding-left: 15px
}
.gloEn li img {
	margin-right: 2px;
	margin-top: 2px
}
.gloEn li a {
	color: #fff;
}
.loginA-s {
	background: url(../images/language_icon_2.gif) no-repeat left 14px;
	background-size: 24px;
	padding: 14px 0px 12px 36px !important;
	font-weight: bold;
}
.loginA-s i {
	background: url(../images/totopbai.png) no-repeat center center;
	background-size: 10px;
	width: 18px;
	height: 18px;
	display: inline-block;
	margin-left: 6px;
}
/* .shopA-s {
	background: url(../images/shopcar.png) no-repeat left 13px;
	background-size: 28px;
	padding: 17px 20px 17px 36px !important;
}

.loginA-s::after,
.shopA-s::after {
	content: '';
	width: 18px;
	height: 18px;
	background: url(../images/totop.png) no-repeat center center;
	background-size: 22px;
	transform: rotate(180deg);
	display: inline-block;
	margin-left: 5px;
} */

/* .topnav-ul1 li a>img {
	display: block;
	max-width: 90%;
} */

.topNav-right {
	position: relative;
	transform: translateX(0);
	transition: all .6s ease-in;
	-webkit-transition: all .6s ease-in;
	-moz-transition: all .6s ease-in;
}
.sear-bteen {
	display: inline-block;
	padding: 25px 0 22px 10px;
	position: inherit;
	z-index: 10;
	cursor: pointer;
}
.sear-slide-box {
	width: 0;
	position: absolute;
	top: 9px;
	right: 36px;
	z-index: 5;
}
.sear-slide-box>p {
	width: 90%;
	float: left;
	height: 40px;
	border-bottom: 1px #eee solid;
}
.sear-slide-box p input {
	width: 100%;
	height: 100%;
	text-indent: 2em;
	color: #FFFFFF;
	font-size: 14px;
}
 .sear-slide-box p input:-ms-input-placeholder {
 color: #FFF;
 font-size: 14px;
}
.sear-slide-box i {
	cursor: pointer;
}
.sear-bteen span {
	display: block;
	cursor: pointer;
	padding: 6px 8px;
}
.sear-bteen span img {
	width: 23px;
	height: 24px;
	margin-top: 2px;
}
.headNav-ul2 li {
	float: left;
}
.headNav-ul2 li a {
	font-size: 16px;
	padding: 24px 26px 24px 26px;
	display: block;
	position: relative;
	color: #333;
	text-transform: capitalize;
}
.headNav-ul2 .strate_item-slidedonw a {
	font-size: 16px;
	padding: 24px 60px 24px 0;
	display: block;
	position: relative;
	color: #333;
}
.headNav-ul2 .strate_item-slidedonw a:hover {
	color: #004798 !important;
	background: none
}
.headNav-ul2 li a:hover {
	background-color: #0093dd;
	color: #fff
}
.page_title_on {
	color: #004798 !important;
}
.headNav-logo span {
	display: block;
	padding-top: 15px;
}
.headNav-logo span img {
	float: right;
}
.hsbg {
	background: #000;
	opacity: 0;
	-webkit-opacity: 0;
	visibility: hidden;
	position: fixed;
	left: 0;
	top: 60px;
	bottom: 0;
	height: 100vh;
	width: 100%;
	z-index: 0;
	transition: all 0.5s ease-in;
}
.h_searchtxt {
	transition-delay: 0.3s;
}
.h_searchdesc {
	padding: 18px 10px;
	background: #fff;
	margin-top: 18px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.h_searchdesc li.n1 {
	transition-delay: 0.3s;
}
.h_searchdesc li.n2 {
	transition-delay: 0.4s;
}
.h_searchdesc li.n3 {
	transition-delay: 0.5s;
}
.h_searchdesc li.n4 {
	transition-delay: 0.6s;
}
.h_search {
	visibility: hidden;
}
.h_searchon {
	visibility: visible;
	opacity: 1;
}
.nav {
	padding: 43px 0;
	position: relative;
	top: -61px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	transition: all 0.5s ease-in;
	z-index: -1;
}
.nav {
	padding-top: 0;
	padding-bottom: 0;
}
.navon {
	background: rgba(45, 45, 45, 0.98);
	height: 83px;
}
.hsbgon {
	opacity: 0.7;
	-webkit-opacity: 0.7;
	visibility: visible;
}
/* head-menu */
.flyouts {
	width: 100%;
	position: absolute;
	left: 0;
	top: 112px;
	z-index: 10;
	right: 0;
	background: #fff;
	border: 1px #e9e9e9 solid;
	display: none;
}
body::after {
	content: '';
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 120px;
	left: 0;
	z-index: 700;
	background: rgba(0, 0, 0, 0.6);
	display: none;
}
body.body-cli {
	overflow: hidden;
}
.body-cli::after {
	content: '';
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 120px;
	left: 0;
	z-index: 700;
	background: rgba(0, 0, 0, 0.6);
	display: none;
}
body.body-cli::after {
	display: none;
}
.xialazz {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.3;
	display: none;
	z-index: 30;
}
.description-area {
	width: 31%;
	float: left;
}
.description-area {
	padding: 55px 45px;
	background: #fff;
	box-shadow: 4px 0 12px 0 rgba(0, 0, 0, .3);
	min-height: 260px;
}
.description-area .title b {
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
	color: #1d62af;
	display: block;
	margin-bottom: 30px;
}
.description-area>p {
	font-size: 14px;
	line-height: 26px;
	color: #4a7faa;
}
.description-link {
	font-size: 14px;
	line-height: 26px;
	color: #4a7faa;
	text-align: right;
	margin-top: 30px;
	background: -webkit-linear-gradient(45deg, #005192 0, #008bc5 100%);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}
.description-link::after {
	content: '';
	width: 20px;
	height: 26px;
	display: inline-block;
	vertical-align: bottom;
	margin-left: 6px;
	background: url(../images/right-lan.png) no-repeat right center;
	background-size: 14px;
}
.sub-nav-1 {
	border-right: 1px solid rgba(0, 81, 146, .5);
	max-height: calc(100vh - 140px);
}
.sub-nav-1 li {
	float: none;
}
.sub-nav {
	text-align: center;
	background: #F3F4F6;
}
.sub-nav>li {
	display: inline-block;
	float: none;
	margin: 8px 16px;
}
.sub-nav>li>a span:nth-child(2) {
	font-size: 14px;
	color: #333;
	margin-top: 6px;
}
.sub-nav>li>a {
	padding: 10px;
	text-align: center;
}
.sub-nav>li>a span {
	display: block;
}
.sub-nav>li>a.menus span, .sub-nav>li>a:hover span {
	color: #004798;
}
.sub-nav li.has-sub-nav>a::after {
	content: '';
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/nav-right.png) no-repeat right center;
	background-size: 15px;
}
.sub-nav-2 {
	height: calc(100% - 30px);
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	top: 0;
	right: 0;
	transition: -webkit-transform .4s ease-out, opacity .3s ease-out;
	transition: transform .4s ease-out, opacity .3s ease-out;
	padding-top: 18px;
}

/* 定义滚动条 */
.has-sub-nav ::-webkit-scrollbar, .sub-nav-1.sub-nav::-webkit-scrollbar {
 height: 30px;
 width: 4px;
}

/*定义了滚动条滑块的样式*/
.has-sub-nav ::-webkit-scrollbar-thumb, .sub-nav-1.sub-nav ::-webkit-scrollbar-thumb {
 background: #008BC5;
}

/*定义了轨道的样式*/
.has-sub-nav ::-webkit-scrollbar-track, .sub-nav-1.sub-nav ::-webkit-scrollbar-track {
 border-radius: 10px;
 background: #008BC5;
}
 .has-sub-nav ::-webkit-scrollbar-thumb:hover, .sub-nav-1.sub-nav ::-webkit-scrollbar-thumb:hover {
 background: #008BC5;
}
.sub-nav-2 li a {
	font-size: 14px;
	color: #ffffff;
	height: 20px;
	background-size: 14px;
}
.sub-nav-3 li a {
	height: 20px;
	font-size: 13px;
	min-height: 28px;
	line-height: 20px !important;
}
.sub-nav-1>li>a:hover, .sub-nav-2>li>a:hover, .menu-acted, .menuacted.hasShow {
	background-color: #1d62af;
}
.sub-nav-3, .sub-nav-4, .sub-nav-5 {
	margin: 0;
	padding: 0 0 0 14px;
	display: none;
}
.sub-nav-4>li>a {
	font-size: 13px;
	opacity: 0.85;
}
.sub-nav-5>li>a {
	font-size: 12px;
	opacity: 0.7;
}
.hasChild {
	background: url(../images/nav-jia.png) no-repeat 93% center;
}
.hasShow {
	background: url(../images/nav-jian.png) no-repeat 93% center;
}
.sub-nav-2.ChildUl {
	display: none;
}
a.comsub {
	display: block;
	font-size: 14px;
	color: #ffffff;
	width: 180px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background-color: #1d62af;
	border: 1px transparent solid;
	border-radius: 5px;
	margin: auto;
	letter-spacing: 1px;
}
a.comsub:hover {
	background: #FFFFFF;
	border: 1px #1d62af solid;
	color: #1d62af;
}
 #keyword::-webkit-input-placeholder, #searchBox1::-webkit-input-placeholder, #searchBox2::-webkit-input-placeholder, #keyword1::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #fff;
}
 #keyword:-moz-placeholder, #searchBox1:-moz-placeholder, #searchBox2:-moz-placeholder, #keyword1:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #fff;
}
 #keyword::-moz-placeholder, #searchBox1::-moz-placeholder, #searchBox2::-moz-placeholder, #keyword1::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff;
}
 #keyword:-ms-input-placeholder, #searchBox1:-ms-input-placeholder, #searchBox2:-ms-input-placeholder, #keyword1:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #fff;
}
/* 三大战略下拉 */
.strate_slideD {
	padding-top: 14px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.strate_item-slidedonw {
	margin: 0 10px;
	width: 300px;
	overflow: hidden;
}
.flyouts_about .strate_item-slidedonw {
	width: 220px;
}
.strate_item-slidedonw div.clearfix span {
	display: block;
	padding: 20px;
	width: 100%;
	color: #004798;
}
.strate_item-slidedonw div.clearfix span::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background: url(../images/list-right.svg) no-repeat right center;
	background-size: 12px;
	width: 14px;
	height: 14px;
	float: right;
	padding-top: 10px;
}
/* 解决方案下拉 */
.cliAct {
	width: 170px;
	font-size: 16px;
	line-height: 22px;
	color: #004798;
	float: left;
	text-align: left;
	position: relative;
	margin-right: 20px;
}
.flyouts_solution_innerBox {
	width: 956px;
}
.flyouts_solution_innerBox .mid_box {
	margin-bottom: 15px;
}
.flyouts_solution .mid_box ul::after {
	display: none
}
.flyouts_solution .mid_box ul li {
	width: auto;
	margin-right: 33px;
}
.flyouts_solution .mid_box ul::before {
	height: 30px;
	top: 9px;
}
.flyouts_solution .mid_box ul li a {
	padding: 0;
}
.solut_Ul_menu li a {
	padding: 0;
}
/* 导航下拉 */
.menu_tain_downs {
	width: 100%;
	position: absolute;
	top: 93px;
	left: 0;
	right: 0;
	z-index: 20;
	background: #fff;
	border-bottom: 1px #e5e5e5 solid;
	display: none;
	box-sizing: border-box;
	overflow: hidden;
}
.menu__downs {
	max-width: 1300px;
	padding: 25px 0;
	height: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	background: #fff;
	display: flex;
	justify-content: center;
}
.menu_all_show {
	margin-bottom: 15px;
}
.menu_all_show:last-child {
	margin-bottom: 0;
}
.left_box {
	width: 280px;
	padding: 0 35px 0 0;
	box-sizing: border-box;
	position: relative;
}
.left_box p {
	font-size: 16px;
	height: 34px;
	line-height: 34px;
	margin-top: 24px;
	text-indent: 2em;
	text-align: left;
	cursor: pointer;
}
.left_box p:nth-child(1) {
	margin-top: 0;
}
.mid_box {
	width: 70%;
	width: 956px;
}
.mid_box ul {
	width: 760px;
	float: left;
	position: relative;
}
.nav_nums li a {
	padding: 2px 0 !important;
}
.mid_box ul li {
	text-align: left;
	margin-right: 36px;
}
.mid_box ul li a {
	color: #333;
	font-size: 14px;
	padding: 14px 0 0 0;
}
.mid_box ul li a::after {
	display: none;
}
.solt_pBoxs {
	position: relative;
	min-width: 150px;
}
.cliAct::after {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background: #E5E5E5;
	position: absolute;
	top: 0;
	right: 0;
}
.right_box {
	width: 230px;
	margin: 10px 0 0 30px;
}
.down_menu_swiper {
	height: auto !important;
}
.down_menu_swiper, .down_menu_swiper .swiper-slide, .down_menu_swiper .swiper-slide dl {
	width: 100%;
	height: 100%;
}
.down_menu_swiper .swiper-slide dl dt {
	width: 100%;
	height: 96px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
}
.down_menu_swiper .swiper-slide dl dt img {
	display: block;
	width: 100%;
}
.down_menu_swiper .swiper-slide dl dd {
	text-align: left;
	padding: 10px;
	font-size: 14px;
	color: #333;
	background: url(../images/right.png) no-repeat left center;
}
.down_menu_swiper .swiper-pagination-bullet {
	background: #999 !important;
	border-radius: 50% !important;
}
.down_menu_swiper .swiper-pagination-bullet-active {
	background: #004798 !important;
}
.down_menu_swiper.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 0;
	left: auto;
	width: auto;
	right: 0;
}
.down_menu_swiper.swiper-container {
	padding-bottom: 10px;
}
/* head结束 */



/* 查看更多  */
.more-item3 {
	width: 200px;
	height: 46px;
	border: solid 1px #ff7500;
	font-size: 16px;
	line-height: 46px;
	color: #414141;
	text-align: center;
	display: inline-block;
	transition: all .5s;
}
.more-item3:hover {
	background-color: #ec6c2c;
	box-shadow: 0 0 20px rgba(104, 104, 104, 0.3);
	color: #fff;
}
.more-item5 {
	width: 205px;
	height: 45px;
	border: solid 1px #ffffff;
	display: inline-block;
	line-height: 45px;
	color: #fff;
	transition: all .4s;
	box-sizing: border-box;
	position: relative;
}
.more-item5 span {
	transition: all .5s;
	display: inline-block;
	font-size: 14px;
}
.more-item5 i {
	margin-left: 30px;
	font-size: 12px;
	transition: all .5s;
	display: inline-block;
}
.more-item5:hover {
	border: solid 1px #ec6c2c;
	background-color: #ec6c2c;
}
.more-item5:hover i {
	margin-left: 20px;
}
.more_item1 span {
	display: block;
	vertical-align: middle;
	position: relative;
	float: left;
	margin-right: 10px;/* margin-left: 37px; */
}
.more_item1 s {
	display: block;
	width: 0;
	height: 1px;
	background-color: rgb(216, 215, 215);
	transition: all .5s;
	float: left;
	margin-top: 12px;
}
.more_item1 i {
	margin-left: 10px;
	text-align: center;
	line-height: 26px;
	font-size: 12px;
	width: 26px;
	height: 26px;
	display: block;
	vertical-align: middle;
	border: 1px solid #ffff;
	border-radius: 20px;
	float: left;
	transition: all .5s;
	position: relative;
}
.more_item1 i::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #ec6c2c;
	border-radius: 20px;
	border: 1px solid #ec6c2c;
	transform: scale(0);
	transition: all .5s;
	z-index: -1;
}
.main-home-item:hover s, .swiper-slide:hover s {
	float: left;
	width: 30px;
}
.main-home-item:hover i, .sc6-swiper .swiper-slide:hover i {
	border: 1px solid #ec6c2c;
	color: #fff;
}
.main-home-item:hover i::after, .swiper-slide:hover i::after {
	transform: scale(1);
}
/* 首页公共title */

.common-title {
	text-align: center;
}
.common-title h2 {
	font-size: 30px;
	color: #ec6c2c;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	line-height: 107px;
	padding-top: 25px;
	font-weight: 700;
	margin-bottom: 35px;
}
.common-title h2::after {
	position: absolute;
	content: '';
	display: block;
	width: 115px;
	height: 1px;
	background-color: #ec6c2c;
	bottom: -1px;
	left: 50%;
	transform: translate(-50%, -50%);
}
.bw-title p {
	line-height: 26px;
	padding-top: 45px;
	padding-bottom: 40px;
	font-size: 16px;
}
.bw-title a {
	margin-bottom: 50px;
}
/* 放大效果 */

.bx_boxImg {
	width: 100%;
	height: 260px;
	overflow: hidden;
	position: relative;
	z-index: 20;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.industry-item1 {
	width: 31.33%;
	float: left;
	margin-right: 2%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.industry-item1:last-child {
	margin-right: 0;
}
.industry-item1 img, .industry-introduce, .product-item img, .product-item span, .product-item i {
	transition: all .35s;
	-webkit-transition: all .35s;
	/*兼容苹果-谷歌*/
	-o-transition: all .35s;
	/*兼容欧朋*/
	-ms-transition: all .35s;
	/*兼容IE*/
	-moz-transition: all .35s;/*兼容火狐*/
}
.industry-item1 .btxt {
	padding: 22px 30px 10px;
	min-height: 65px;
}
.industry-item1 .btxt p {
	font-size: 12px;
	line-height: 18px;
	color: #0f1e31;
	height: 65px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
}
.industry-item1:hover img, .product-item:hover img {
	transform: scale(1.05)
}
.industry-item1:hover {
	box-shadow: 0px 1px 33px 0px rgba(232, 232, 232, 0.75);
}
.industry-item1:hover .industry-introduce::after {
	border-color: transparent transparent #ec6c2c transparent;
}
.overlay {
	position: relative;
	left: 0;
	box-sizing: border-box;
	padding: 0 40px;
	z-index: 30;
}
.name {
	width: 135px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 20px;
	border: solid 1px #ffffff;
	font-size: 12px;
	color: #ffffff;
	min-width: 75px;
	display: inline-block;
	transition: all 0.2s ease-in-out 0s;
}
.name:hover {
	background-color: #fff;
	color: #004798;
}
.viewsM a {
	width: 190px;
	height: 42px;
	border-radius: 20px;
	text-align: center;
	line-height: 42px;
	display: block;
	font-size: 14px;
	letter-spacing: 1px;
	margin: 60px auto 0;
	border: 1px #fff solid;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	box-sizing: border-box;
	background: #f33408;
	color: #fff;
	border: #f33408 solid 1px;
}
.viewsPs a {
	width: 190px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	border-radius: 30px;
	display: block;
	font-size: 14px;
	letter-spacing: 2px;
	color: #ffffff;
	margin-top: 40px;
	border: 1px #fff solid;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.viewsPs2 a {
	margin: 50px auto 0;
}
.viewsPs a:hover, .viewsM a:hover {
	background: #f33408;
	color: #fff;
	border: #f33408 solid 1px;
}
.submit_form a {
	color: #004798;
	border: 1px #004798 solid;
	margin: 20px 0 0;
	float: right;
}
.model__tain .submit_form a {
	float: none;
	margin: 44px auto 0;
}
.trigger {
	width: 78px;
	height: 43px;
	clear: both;
	float: left;
	background: #fff;
	position: relative;
	bottom: 0;
	left: 0;
	transition: all 0.2s ease-in-out 0s;
	background: #FFFFFF url(../images/jia.png) no-repeat center;
}
.industry-item1:hover .trigger, .product-item:hover .trigger {
	background: #fc6f23 url(../images/jia-fan.png) no-repeat center;
}
.industry-item1:hover .name, .product-item:hover .name {
	top: 0.25em;
	left: -0.25em;
}
.industry-item1:hover .trigger, .product-item:hover .trigger {
	left: 0.25em;
	bottom: 0.25em;
}
.industry-item1 .bx_boxImg {
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
}
.industry-item1:hover .bx_boxImg {
	transform: translateY(-6px);
	-webkit-transform: translateY(-6px);
	-moz-transform: translateY(-6px)
}
.industry-item1 .bx_boxImg .svg-cicle {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	display: none;
}
 @keyframes opacScra {
 0% {
 transform: scale(0.6);
 -webkit-transform: scale(0.6);
 -moz-transform: scale(0.6);
}
 100% {
 transform: scale(1.1);
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
}
}
.industry-item1 .bx_boxImg .svg-cicle::before, .industry-item1 .bx_boxImg .svg-cicle::after {
	content: '';
	width: 700px;
	height: 700px;
	background: rgb(0, 93, 185, 0.5);
	position: absolute;
	border-radius: 50%;
	transition: all .8s ease-in-out;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
}
.industry-item1 .bx_boxImg .svg-cicle::before {
	top: -122%;
	left: -44%;
	z-index: 11;
}
.industry-item1 .bx_boxImg .svg-cicle::after {
	top: -43%;
	left: -52%;
	z-index: 12;
}
.industry-item1.aos-animate .svg-cicle::before, .industry-item1.aos-animate .svg-cicle::after {
	animation: opacScra 3s alternate forwards;
	-moz-animation: opacScra 3s alternate forwards;
	-webkit-animation: opacScra 3s alternate forwards;
	-o-animation: opacScra 3s alternate forwards;
}
.industry-item1.aos-animate .svg-cicle::after {
	transition-delay: 2s;
	-webkit-transition-delay: 2s;
	-moz-transition-delay: 2s;
}
/* 页面banner上的视频 */
.video-shaow {
	width: 100%;
	height: 100%;
}
.video-shaow video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* index.news */
.news_Boxs {
	width: 100%;
	padding: 60px 0;
}
.news_Boxs .new_listBox {
	width: 1400px;
	margin: auto;
}
.news_Boxs .new_listBox .new_items {
	width: 32%;
	box-sizing: border-box;
}
.news_Boxs .new_listBox .new_items>a {
	display: block;
}
.imgBox img, .news_Boxs .new_listBox .new_items>a, .toLearnMore a {
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.news_Boxs .new_listBox .new_items:nth-of-type(-n+2) {
	margin-right: 2%;
}
.imgBox {
	width: 100%;
	max-height: 280px;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.imgBox img {
	display: block;
	width: 100%; height:298px;
}
.descBox {
	width: 100%;
	box-sizing: border-box;
	margin: -0px auto 0;
	padding: 20px 25px 30px;
	z-index: 5;
	position: relative;
	background: #fff;
	transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	margin-top: 0;
}
.descBox::after {
	content: '';
	background: #004798;
	width: 100%;
	height: 4px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
}
.descBox .new_tis {
	font-size: 12px;
	line-height: 26px;
	color: #999;
	margin-bottom: 8px;
}
.descBox h4 {
	font-size: 16px;
	line-height: 24px;
	color: #333;
	margin-bottom: 20px;
	height: 47px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.descBox .new_des {
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 30px;
}
.descBox .new_time {
	font-size: 12px;
	color: #666;
}
.shareBoxs {
	text-align: right;
}
.share-A-slide img {
	max-width: 100%;
	display: inline-block;
	filter: grayscale(1);
}
.descBox .new_time i {
	display: inline-block;
	float: right;
	font-size: 12px;
	opacity: 1 !important;
}
.new_items2 {
	box-shadow: none !important;
	background-color: transparent !important;
}
.new_items2 .topA, .new_items2 .botB {
	height: 193px;
	box-shadow: 0px 0 20px 0px rgba(7, 70, 146, 0.11);
}
.new_items2 .topA {
	margin-bottom: 26px;
	background-color: #004798;
}
.new_items2 .topA .new_tis, .new_items2 .topA h4, .new_items2 .topA .new_des, .new_items2 .topA .new_time {
	color: #FFFFFF;
}
.new_items2 .topA .new_des, .new_items2 .topA .new_time {
	opacity: 0.5;
}
.new_items2 .descBox {
	padding: 17px 25px;
}
.news_Boxs .new_listBox .new_items>a:hover .imgBox img {
	transform: scale(1.05);
}
.news_Boxs .new_listBox .new_items>a:hover .descBox h4 {
	color: #004798;
}
.news_Boxs .new_listBox .new_items>a:hover .descBox {
	box-shadow: 0px 1px 16px 0px rgba(173, 173, 173, 0.75);
}
.news_Boxs .new_listBox .new_items>a:hover .share-A-slide img {
	filter: grayscale(0);
}
.news_Boxs .new_listBox .new_items1>a:hover .new_time i, .news_Boxs .new_listBox .new_items2 .topA:hover .new_time i, .news_Boxs .new_listBox .new_items2 .botB:hover .new_time i {
	transform: translateX(-20px);
}
.news_Boxs .new_listBox .new_items2 .botB:hover {
	background-color: #004798;
}
.news_Boxs .new_listBox .new_items2 .botB:hover .new_tis, .news_Boxs .new_listBox .new_items2 .botB:hover h4, .news_Boxs .new_listBox .new_items2 .botB:hover .new_des, .news_Boxs .new_listBox .new_items2 .botB:hover .new_time {
	color: #FFFFFF;
}
/* 了解更多按钮 */
.toLearnMore {
	width: 100%;
	text-align: center;
	padding: 40px 0;
}
.toLearnMore a {
	display: block;
	width: 150px;
	height: 42px;
	line-height: 42px;
	border: 1px transparent solid;
	background: #004798;
	text-align: center;
	margin: auto;
	border-radius: 20px;
	color: #FFFFFF;
	font-size: 14px;
}
.toLearnMore a:hover {
	background-color: #FFFFFF;
	color: #333;
	border: 1px #004798 solid;
}
/* 底部上面 */
.footops {
	width: 100%;
	padding: 60px 0;
	background-color: #f6f9fa;
}
.bom_wr {
	max-width: 1400px;
	height: 175px;
	margin: auto;
	padding: 0;
	overflow: hidden;
	position: static;
}
.bom_wr .box {
	padding: 30px 0;
	width: 350px;
	height: 175px;
	overflow: hidden;
	position: absolute;
	box-sizing: border-box;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	padding-left: 80px;/* background-size: cover !important; */
}
.bom_wrp1 {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	opacity: 0.5;
}
.bom_wrp2 {
	position: relative;
	padding-top: 40px;
	line-height: 20px;
	color: #fff;
	font-size: 18px;
	text-transform: capitalize;
}
.bom_wr .box1 {
	left: 0;
	background: url("../images/i_bom_box1.jpg") no-repeat left center;
}
.bom_wr .box2 {
	left: 700px;
	background: url("../images/i_bom_box2.jpg") no-repeat left center;
}
.bom_wr .box3 {
	left: 350px;
	background: url("../images/i_bom_box3.jpg") no-repeat left center;
}
.bom_wr .box4 {
	right: 0;
	background: url("../images/i_bom_box4.jpg") no-repeat right center;
}
.bom_wr .box1:hover {
	width: 500px;
	z-index: 5;
}
.bom_wr .box2:hover {
	width: 500px;
	z-index: 4;
}
.bom_wr .box3:hover {
	width: 500px;
	z-index: 3;
}
.bom_wr .box4:hover {
	width: 500px;
}
 @-webkit-keyframes goRightIn {
 0% {
 opacity: 0;
 -webkit-transform: translate(-50px, 0);
 -moz-transform: translate(-50px, 0);
 -ms-transform: translate(-50px, 0);
 -o-transform: translate(-50px, 0);
 transform: translate(-50px, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: translate(0, 0);
 -moz-transform: translate(0, 0);
 -ms-transform: translate(0, 0);
 -o-transform: translate(0, 0);
 transform: translate(0, 0);
}
}
 @keyframes goRightIn {
 0% {
 opacity: 0;
 -webkit-transform: translate(-50px, 0);
 -moz-transform: translate(-50px, 0);
 -ms-transform: translate(-50px, 0);
 -o-transform: translate(-50px, 0);
 transform: translate(-50px, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: translate(0, 0);
 -moz-transform: translate(0, 0);
 -ms-transform: translate(0, 0);
 -o-transform: translate(0, 0);
 transform: translate(0, 0);
}
}
 @-webkit-keyframes warn {
 0% {
 -webkit-transform: scale(0);
 transform: scale(0);
 opacity: 1
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
 opacity: 0
}
}
 @-moz-keyframes warn {
 0% {
 -moz-transform: scale(0);
 transform: scale(0);
 opacity: 1
}
 100% {
 -moz-transform: scale(1);
 transform: scale(1);
 opacity: 0
}
}
 @-o-keyframes warn {
 0% {
 -o-transform: scale(0);
 transform: scale(0);
 opacity: 1
}
 100% {
 -o-transform: scale(1);
 transform: scale(1);
 opacity: 0
}
}
 @keyframes warn {
 0% {
 -webkit-transform: scale(0);
 -moz-transform: scale(0);
 -o-transform: scale(0);
 transform: scale(0);
 opacity: 1
}
 100% {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -o-transform: scale(1);
 transform: scale(1);
 opacity: 0
}
}
/* 公共联系方式 */
.contact-per {
	width: 100%;
	background: #DAE6EB;
	padding: 60px 0;
}
.contact-per .contact-per-flexbox {
	width: 500px;
	margin: auto;
	text-align: center;
}
.personal div img {
	width: 125px;
	border-radius: 50%;
}
.text-black {
	margin: 15px 0 10px;
}
.text-black p {
	font-size: 18px;
	color: #222;
}
.text-black p span {
	color: #824040;
	font-size: 16px;
}
.jq-circle-bg {
	text-align: center;
	position: relative;
	margin-top: -28px;
	bottom: -37px;
	width: 100%;
	height: 60px;
}
.jq-circle {
	background: #C8D5D9;
	display: inline-block;
	border-radius: 50%;
}
.jq-circle-symbol {
	height: 44px;
	width: 44px;
	background-image: url(../images/xplus.svg);
	background-position: center center;
	background-size: 18px;
	background-repeat: no-repeat;
	transition: all .2s ease-in-out;
	cursor: pointer;
	margin: auto;
}
.jq-circle-hidden {
	background: #C8D5D9;
	padding: 30px;
	width: 70%;
	margin: auto;
	display: none;
}
.jq-circle-hidden .pt2x span, .jq-circle-hidden .pt2x a {
	font-size: 16px;
	color: #333;
	line-height: 30px;
}
.jq-circle-hidden .pt2x span:hover, .jq-circle-hidden .pt2x a:hover {
	color: red;
}
.mailicon {
	background: rgba(0, 0, 0, 0) url(../fonts/schlag_gross.svg) no-repeat 0px 0px;
	background-size: 30px auto;
	background-position: 0 center;
	padding-left: 30px;
}
.jq-circle-symbol.clicks {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
/* 底部动态地图 */
.mapBoxs {
	position: relative;
	margin-top: 50px;
}
.mapBoxs img {
	margin-left: 25px
}
.mppiont {
	box-sizing: content-box;
	position: absolute;
	width: 12px;
	height: 12px;
	cursor: pointer;
}
.mppiont1 {
	left: 243px;
	top: 92px;
}
.mppiont2 {
	left: 400px;
	top: 111px;
}
.mppiont3 {
	left: 89px;
	top: 85px;
}
.mppiont4 {
	left: 372px;
	top: 160px;
}
.mppiont5 {
	left: 382px;
	top: 113px;
}
.mppiont6 {
	left: 403px;
	top: 98px;
}
.mppiont7 {
	left: 385px;
	top: 126px;
}
.mppiont8 {
	left: 119px;
	top: 97px;
}
.mppiont9 {
	left: 424px;
	top: 102px;
}
 @-webkit-keyframes warn {
 0% {
 -webkit-transform: scale(0);
 transform: scale(0);
 opacity: 1
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
 opacity: 0
}
}
 @-moz-keyframes warn {
 0% {
 -moz-transform: scale(0);
 transform: scale(0);
 opacity: 1
}
 100% {
 -moz-transform: scale(1);
 transform: scale(1);
 opacity: 0
}
}
 @-o-keyframes warn {
 0% {
 -o-transform: scale(0);
 transform: scale(0);
 opacity: 1
}
 100% {
 -o-transform: scale(1);
 transform: scale(1);
 opacity: 0
}
}
 @keyframes warn {
 0% {
 -webkit-transform: scale(0);
 -moz-transform: scale(0);
 -o-transform: scale(0);
 transform: scale(0);
 opacity: 1
}
 100% {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -o-transform: scale(1);
 transform: scale(1);
 opacity: 0
}
}
.area-box .dot {
	position: absolute;
	left: 0;
	top: 0;
	width: 6px;
	height: 6px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #a2a9b4;
	opacity: 1;
	filter: alpha(opacity=100)
}
.mppiont62 .area-box .dot {
	width: 12px;
	height: 12px;
}
.area-box .pulse {
	position: absolute;
	top: -28px;
	left: -28px;
	height: 66px;
	width: 66px;
	border: 2px solid #b7b7b7;
	-webkit-border-radius: 48px;
	-moz-border-radius: 48px;
	border-radius: 48px;
	-webkit-box-shadow: 0 0 4px #82878f, 0 0 10px #82878f inset;
	-moz-box-shadow: 0 0 4px #82878f, 0 0 10px #82878f inset;
	box-shadow: 0 0 4px #82878f, 0 0 10px #82878f inset;
	opacity: .12;
	filter: alpha(opacity=0);
	-webkit-animation: warn 2s ease-out both;
	-moz-animation: warn 2s ease-out both;
	-o-animation: warn 2s ease-out both;
	animation: warn 2s ease-out both;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	background: 0 0
}
.area-box .delay-01 {
	-webkit-animation-delay: 0;
	-moz-animation-delay: 0;
	-o-animation-delay: 0;
	animation-delay: 0
}
.area-box .delay-02 {
	-webkit-animation-delay: .4s;
	-moz-animation-delay: .4s;
	-o-animation-delay: .4s;
	animation-delay: .4s
}
.area-box .delay-03 {
	-webkit-animation-delay: .8s;
	-moz-animation-delay: .8s;
	-o-animation-delay: .8s;
	animation-delay: .8s
}
.area-box .delay-04 {
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	-o-animation-delay: 1.2s;
	animation-delay: 1.2s
}
.area-box .delay-05 {
	-webkit-animation-delay: 1.6s;
	-moz-animation-delay: 1.6s;
	-o-animation-delay: 1.6s;
	animation-delay: 1.6s
}
.area-box .delay-06 {
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-o-animation-delay: 2s;
	animation-delay: 2s
}
.area-box.on .dot {
	background: #fff
}
.area-box.on .pulse {
	border-color: #F88D02;
	top: -19px;
	left: -19px;
	height: 40px;
	width: 40px;
	box-shadow: 0 0 12px #F88D02, 0 0 20px #F88D02 inset
}
.area-box.waite .area-box .dot {
	background: #F88D02
}
.area-box.waite .area-box .pulse {
	border-color: #F88D02
}
.wzns {
	overflow: hidden;
	text-indent: -999px;
	display: none;
}
.second_item1 p {
	margin-bottom: 15px;
}
/* 页内表单 */
.proe {
	padding: 100px 0;
	background: #e8e8e8;
	text-align: center;
	font-size: 18px;
	border-bottom: 5px solid #004798;
	margin-top: 90px;
}
.proep1 {
	font-size: 26px;
	padding-bottom: 5px;
}
.proep2 {
	font-size: 16px;
	color: #666666;
}
.proep3 {
	background: #004798;
	color: #fff
}
.proep3 {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 60px 80px;
	text-align: left;
}
.proep3i {
	display: inline-block;
	width: 60px;
	height: 60px;
	cursor: pointer;
}
.proep3msglp1 {
	font-size: 18px;
}
.proep3msglp2 {
	overflow: hidden;
	margin-top: 15px;
}
.proep_textarea .label_p {
	display: block;
}
.proep_textarea .label_p, .proe_city p {
	width: 100% !important;
}
.proep3msglp2>p {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.proep3msglp2 label {
	font-size: 14px;
	width: 45px;
	display: inline-block;
	box-sizing: border-box;
}
.proep3msglp2 .label_p input {
	width: calc(100% - 45px);
	box-sizing: border-box;
	border: 1px solid rgba(255, 255, 255, 0.8);
}
.proep3msglp2 .label_p input, .proep3msglp2 textarea {
	color: #fff;
	padding: 0 15px;
	box-sizing: border-box;
	border: 1px solid rgba(255, 255, 255, 0.8);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	height: 46px;
	line-height: 46px;
	font-size: 14px;
}
.proep3msglp2 .label_p2 {
	float: right !important;
}
.proep3msglp2 .label_p, .proep3msglp2 textarea {
	width: 48%;
	resize: none;
	float: left;
	text-align: left;
}
.proep3msglp2 textarea {
	width: calc(100% - 45px);
	float: right;
	line-height: 24px;
	height: 92px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.proep3msgl {
	width: 575px;
}
.proep3msgr {
	text-transform: uppercase;
	padding-top: 196px;
	font-size: 14px;
}
.proep3msgrp2 a {
	display: block;
	color: #fff;
	font-size: 14px;
}
.proep3msglp22 {
	margin-top: 30px;
}
.proep3msglp2 {
	text-align: right;
}
.proep3msglp2 a {
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	vertical-align: middle;
	margin: 12px 50px 0 0;
	border-bottom: 1px #fff solid;
}
.proep3msglp2 a img {
	width: 20px;
	max-width: 100%;
	vertical-align: middle;
	display: inline-block;
	margin-left: 5px;
}
.proep3msglp2 span {
	background: #fff;
	font-size: 16px;
	color: #333;
	text-align: center;
	width: 220px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
}
/* radio */
.chekbox_box {
	padding: 10px 45px 0;
}
.chekbox_box .checkP {
	display: inline-block;
	float: left;
}
.checkP1 {
	margin-right: 40px;
}
.chekbox_box .checkP label {
	font-size: 14px;
	vertical-align: middle;
}
.chekbox_box .checkP input {
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin-right: 6px;
}
.chekbox_box .checkP input[name=cheNa], .chekbox_aslide input[name=cheNa1] {
	display: none;
}
.chekbox_box .checkP input[type="radio"]+label::before {
	content: "\a0";
	display: inline-block;
	vertical-align: .1em;
	width: 14px;
	height: 14px;
	border: solid 1px #fff;
	margin-right: .2em;
	text-indent: .05em;
	line-height: .9em;
}
.chekbox_box .checkP input[type="radio"]:checked+label::before {
	content: "\2713";
	color: #004798;
	background-color: #fff;
}
.chekbox_aslide {
	padding: 10px 5px 0 30px;
}
.chekbox_aslide .checkP input[type="radio"]:checked+label::before {
	color: #fff;
	background-color: #004798;
}
.chekbox_aslide .checkP {
	margin: 0 5px
}
.chekbox_aslide .checkP input[type="radio"]+label::before {
	border: 1px #999 solid;
}
.proe .w12 {
	width: 80%;
	min-width: 1200px;
}
.paboutdmdesc {
	line-height: 28px;
}
.proep6 {
	text-align: center;
	margin-top: 35px;
	position: relative;
	z-index: 4;
}
.proep6 i {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	background: url(../images/jia.png) center no-repeat #004798;
	background-size: 28px auto;
	width: 55px;
	height: 55px;
	cursor: pointer;
	transition: all 0.3s ease;
}
.proep3 {
	top: -26px;
	display: nones;
	position: relative;
}
.proep6 .on {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.proep6 i {
	transition: all 0.3s ease;
}
.proep6 i:hover {
	opacity: 0.8;
}
.proep6 i.on {
	opacity: 1;
}
 .proep3 input::-webkit-input-placeholder, .proep3 textarea::-webkit-input-placeholder {
 color: #D8D8D8;
}
.navFixon {
	position: fixed;
	top: 72px;
	left: 0;
	right: 0;
	z-index: 50;
}
/* 副标题 */
.pro-subtitle {
	border-bottom: 1px #E1E1E1 solid;
	background-color: #fff;
}
.pro-subtitle .subtitle-ul1 li, .subtitle-ul-righ li {
	float: left;
	position: relative;
}
.subtitle-ul1 li a {
	margin-right: 0 !important;
}
.pro-subtitle .subtitle-ul1 li a, .subtitle-ul-righ li a {
	font-size: 14px;
	padding: 20px 0;
	line-height: 24px;
	display: block;
	letter-spacing: 1px;
	color: #666;
	margin-right: 20px;
	vertical-align: middle;
}
.pro-subtitle .subtitle-ul1 li a::after {
	content: '';
	width: 12px;
	height: 14px;
	background: url(../images/list-right.svg) no-repeat center center;
	background-size: 14px;
	display: inline-block;
	vertical-align: text-bottom;
	padding-left: 10px;
	vertical-align: middle;
}
.pro-subtitle .subtitle-ul1 li:last-child a::after {
	background: none;
}
.subtitle-ul-righ li a, .ti-menu .ti a {
	font-size: 14px;
	letter-spacing: 1px;
	color: #666;
	position: relative;
	margin: 0 16px;
}
.sub-nav li a {
	position: relative;
}
.sub-nav li a::after {
	bottom: -8px !important;
}
.sub-nav li a::after, .subtitle-ul-righ li a::after, .ti-menu .ti a::after {
	content: '';
	width: 70px;
	height: 2px;
	background-color: #0650a6;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -35px;
	transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
 transform: translateY(-.5rem) scaleX(.9);
	opacity: 0;
}
.subtitle-ul-righ li a:hover, .subtitle-ul-righ li .on, .ti-menu .ti a:hover, .ti-menu .ti .on {
	color: #004798 !important;
}
.sub-nav li a:hover::after, .sub-nav li a.menus::after, .subtitle-ul-righ li a:hover::after, .subtitle-ul-righ li .on::after, .ti-menu .ti a:hover::after, .ti-menu .ti .on::after {
	opacity: 1;
	transform: translateY(0) scaleX(1);
}
.solut_onediv_box {
	text-align: center;
}
.solut_onediv_box p {
	font-size: 16px;
	color: #666;
	margin-bottom: 30px;
}
.solut_onediv_box h3.both3 {
	margin: 0 auto 10px;
}
h3.both3 {
	font-size: 28px;
	line-height: 38px;
	color: #004798;
	text-align: center;
	margin: 0 auto 30px;
}
.global-Maps h3.both3 {
	color: #fff;
}
/* about and join */
.Corporate-subcom {
	width: 100%;
	padding: 50px 0;
	background: #f6f9fa;
}
.cor-subCom_box {
	padding: 0 0 30px;
}
.cor-subCom {
	width: 49%;
	min-height: 165px;
	margin-right: 2%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	overflow: hidden;
	margin-top: 20px;
	background: #fff;
	padding: 30px 40px;
	cursor: pointer;
	transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
}
.cor-subCom:nth-child(-n+2) {
	margin-top: 0;
}
.cor-subCom:nth-child(2n) {
	margin-right: 0;
}
.cor-subCom__left {
	width: 75%;
}
.cor-subCom__left h4 {
	font-size: 20px;
	line-height: 51px;
	color: #004798;
}
.cor-subCom__left h4 number {
	font-size: 30px;
	margin: 0 3px;
}
.cor-subCom__left p {
	font-size: 14px;
	line-height: 24px;
	color: #333;
}
.cor-subCom__icon img {
	display: block;
	max-width: 100%;
	max-width: 56px;
}
.cor-subCom:hover {
	background: #004798;
	box-shadow: 0 0 16px #dadada;
	-webkit-box-shadow: 0 0 16px #dadada;
	-moz-box-shadow: 0 0 16px #dadada;
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	-moz-transform: translateY(-3px);
}
.cor-subCom:hover .cor-subCom__left h4, .cor-subCom:hover .cor-subCom__left p {
	color: #fff;
}
.cor-subCom:hover .cor-subCom__icon img {
	filter: invert(1);
}
/* 搜索结果页的搜索框 */
.se-head {
	height: 165px;
	width: 100%;
	margin-top: 200px;
	background-color: #fff;
}
.se-border {
	width: 40%;
	height: 60px;
	border-radius: 30px;
	border: 1px solid #dbdbdb;
	display: flex;
	margin: 0 auto;
	margin-top: 40px;
}
.se-border input[type="submit"] {
	background: url(../images/search.png) no-repeat center/20px auto;
	width: 65px;
	height: 100%;
}
.se-border input[type="text"] {
	width: 84%;
	font-size: 16px;
	color: #565656;
}
 .se-border input.tet::-webkit-input-placeholder {
 color: #b2b2b2;
 font-size: 16px;
}
 .se-border input.tet:-moz-placeholder {
 color: #b2b2b2;
 font-size: 16px;
}
 .se-border input.tet::-moz-placeholder {
 color: #b2b2b2;
 font-size: 16px;
}
 .se-border input.tet:-ms-input-placeholder {
 color: #b2b2b2;
 font-size: 16px;
}
.se-border span {
	align-items: center;
	padding-right: 20px;
	cursor: pointer;
	display: none;
}
/*  */
.se-tips {
	width: 40%;
	margin: 0 auto;
	padding-left: 30px;
	color: #777;
	font-size: 14px;
	padding-top: 25px;
}
.se-tips a {
	color: #666;
	margin-right: 26px;
}
/*  */
.ti-menu {
	width: 100%;
	height: 72px;
	border-bottom: 1px solid #e5e5e5;
}
.ti-menu .ti {
	width: 40%;
	height: 70px;
	line-height: 70px;
	margin: 0 auto;
}
.ti-menu .ti a {
	display: inline-block;
}
/*  */
.ilist {
	width: 1100px;
	margin: auto;
	padding: 0 0 60px;
}
.ilist .hprmlistul {
	width: 100%;
	margin: auto;
	float: none;
}
.proe {
	margin-top: 0;
	border-bottom: none;
}
/*  */
.lists {
	max-width: 100%;
	padding-top: 20px;
}
.lists ul {
	width: 100%;
	overflow: hidden;
}
.lists ul li {
	float: left;
	width: 45%;
	line-height: 45px;
	border-bottom: 1px #BABABA solid;
	padding: 0 15px;
}
.lists ul li:nth-of-type(2n-1) {
	margin-right: 3%;
}
.lists ul li a {
	position: relative;
	color: #333333;
	display: block;
	padding: 0 23px;
	font-size: 14px;
	width: 90%;
	overflow: hidden;
	height: 66px;
	line-height: 66px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.lists ul li a:after {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #828282;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 43%;
}
.lists ul li a:hover {
	color: #004798;
}
.seatch_list_box {
	display: none;
}
.headNav-ul2>li:nth-child(4) .one_Li:nth-child(1) .nav_nums li {
	width: 50%;
	margin-right: 0;
}
 @media screen and (min-width:1921px) {
body,  .solutionTain {
	background-size: 100% auto !important;
}
}
 @media screen and (min-width:2000px) {
.menu-level-1 {
	width: 926px;
}
}
 @media screen and (max-width:1500px) {
.heade-nav .w12 {
	width: 1200px !important;
}
.w12,  .w13,  .w14 {
	width: 1100px !important;
}
}
.tica-menuMain, .phone-header {
	display: none;
}
 @media screen and (max-width:968px) {
.screen_shai,  .popslide_screen {
	display: block;
}
/* 手机端menu */
.overall-wrapper {
	position: relative;
	width: 100%;
	min-height: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.lanChange {
	padding: 2px 0;
}
.lanChange li a {
	font-size: 14px;
}
.hpbaner {
	height: 220px;
}
.banTxts {
	width: 90%;
}
.banTxts h3 {
	font-size: 26px;
	line-height: 40px;
	margin-bottom: 0;
}
h3.both3 {
	font-size: 22px;
	line-height: 24px;
	margin: 10px auto;
}
.offcanvas-wrapper {
	position: relative;
	overflow: visible;
	left: 0;
	transition: left .5s;
}
.overall-wrapper.muneShow1 {
	height: 100vh;
}
.offcanvas-wrapper.muneShow {
	left: 75vw;
	height: 100vh;
}
.inSearbtn {
	margin-bottom: 20px;
}
.pcs-ban,  .pro-subtitle {
	display: none;
}
.tica-menuMain,  .phone-header,  .phone-ban {
	display: block;
}
.phone-ban {
	margin-top: 0;
}
.tica-menuMain {
	width: 75vw;
	height: 100%;
	background: #DCE6EB;
	position: absolute;
	top: 0;
	left: -75vw;
	z-index: 50;
}
.menuBox {
	margin: 20px 0;
	height: 100vh;
	position: relative;
	overflow: hidden;
	overflow-y: scroll;
}
.preBox>ul {
	padding: 0 15px;
}
.tica-menuMain .preBox .list.proList,  .subtwo {
	padding-left: 1em;
}
.tica-menuMain .preBox .list.proList li a {
	font-size: 12px;
	height: 36px;
	line-height: 36px;
}
.tica-menuMain .preBox ul>li {
	position: relative;
}
.tica-menuMain .preBox ul>li:last-child a {
	border-bottom: none;
}
.tica-menuMain .preBox ul>li>a {
	height: 48px;
	line-height: 48px;
	color: #333;
	font-size: 14px;
	display: block;
}
.tica-menuMain .preBox ul li>span {
	width: 25px;
	height: 49px;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/jia.svg) no-repeat center;
	background-size: 19px;
}
.proList li>span {
	height: 35px !important;
}
.tica-menuMain .preBox ul li.on>span {
	background-image: url(../fonts/jian.svg);
	background-size: 19px;
}
.Into-tain-desc .swiper-slide p {
	text-align: justify;
}
.proList,  .subtwo {
	display: none;
}
.menuBox li a {
	border-bottom: 1px solid #d2d7d9;
}
.phone-menu-search {
	background: #E4ECF0;
	padding: 20px;
}
.phone-menu-search h4 {
	font-size: 20px;
	font-style: normal;
	color: #333;
	font-weight: 600;
}
.phone-menu-search .inBox label {
	font-size: 14px;
	color: #666;
}
.phone-menu-search .inBox p input {
	border: 1px #999 solid;
	width: 100%;
	height: 32px;
	line-height: 32px;
	margin: 16px 0;
	text-indent: 1em;
}
.phone-menu-search .submitS {
	display: inline-block;
	padding: 5px 10px;
	margin-right: 10px;
	font-size: 14px;
	color: #fff;
	border-radius: 5px;
	font-weight: 600;
	border: none;
	cursor: pointer
}
.phone-menu-search .inSearbtn .submitS {
	background-color: #0466c1;
}
.phone-menu-search .inSearbtn a.submitC {
	background-color: #999998;
}
.Corporate-subcom {
	padding: 30px 0;
}
.cor-subCom {
	padding: 20px 30px;
}
.cor-subCom_box {
	padding: 0;
}
.cor-subCom {
	width: 100%;
	margin-right: 0;
}
.cor-subCom:nth-child(-n+2),  .cor-subCom {
	margin-top: 16px;
}
.cor-subCom:nth-child(1) {
	margin-top: 0;
}
.cor-subCom__left h4 {
	font-size: 18px;
	line-height: initial;
	margin-bottom: 8px;
}
.cor-subCom__left h4 number {
	font-size: 22px;
}
.industry-item1:hover .bx_boxImg {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0)
}
.proep3msglp2 textarea,  .proep3msglp2 .label_p {
	width: 100%;
}
.proep3msglp2 {
	margin-top: 0;
}
.proep3msglp2 textarea {
	width: calc(100% - 50px);
	margin: 15px 0;
}
.proep3msglp2 span {
	float: right;
	width: 120px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}
.proep3msglp2 p {
	margin-top: 15px;
}
.se-border {
	width: 80%;
	margin-top: 30px;
	height: 40px;
}
.se-tips {
	width: 80%;
	padding-top: 15px;
}
.se-head {
	margin-top: 0;
	height: auto;
}
.ti-menu {
	height: 40px;
	margin-top: 15px;
}
.ti-menu .ti {
	width: 90%;
	height: 40px;
	line-height: 40px;
}
.ilist {
	width: 90%;
	padding: 0;
}
.lists ul li a {
	height: 40px;
	line-height: 40px;
}
.lists ul li {
	width: 90%;
	margin-right: 0 !important;
}
.proep6 i {
	width: 40px;
	height: 40px;
}
.proep3msglp2 label {
	width: 50px;
}
.proep3msglp2 .label_p input {
	width: calc(100% - 50px);
}
.cor-subCom__left p {
	text-align: justify;
}
.cor-subCom__left p br {
	display: none;
}
.solut_onediv_box p {
	font-size: 14px;
	margin-bottom: 0;
}
.navFixon {
	position: static;
}
.solut_onediv_box {
	width: 90%;
	margin: auto;
}
.IncidP,  .hsoloampp5 {
	font-size: 14px !important;
}
.proep3msglp1 {
	font-size: 16px;
}
.model__tain .submit_form a {
	float: none;
	margin: 24px auto 0;
}
.mid_box ul {
	padding: 15px 36px;
	overflow: hidden;
}
/* 手机端一键置顶 */
.phone_totop {
	width: 45px;
	height: 45px;
	background: #004798;
	text-align: center;
	position: fixed;
	bottom: 50px;
	right: -50px;
	z-index: 666;
	border-radius: 50%;
	background-image: url(../images/totop.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	transition: all 0.5s ease;
}
.showMan {
	right: 10px;
	transform: scale(1) rotate(-360deg) translate(0px);
	-webkit-transform: scale(1) rotate(-360deg) translate(0px);
	-moz-transform: scale(1) rotate(-360deg) translate(0px);
	-o-transform: scale(1) rotate(-360deg) translate(0px);
}
.news_Boxs .new_listBox .new_items>a:hover .descBox h4 {
	color: #fff;
}
.news_Boxs .new_listBox .new_items>a:hover .imgBox img {
	transform: scale(1);
}
.cor-subCom__icon img {
	max-width: 36px;
}
 input::-webkit-input-placeholder,  textarea::-webkit-input-placeholder {
 font-size: 12px !important;
}
.proep3msglp22.clearfix {
	text-align: right;
}
.proep3msglp2 span {
	float: none;
}
.proep3msglp2 a {
	float: none;
	display: block;
	margin: 12px 0 0;
	border-bottom: none;
}
}
 @media screen and (max-width:640px) {
.imgBox img {
	display: block;
	width: 100%; height:240px
}
.solut_onediv_box p {
	letter-spacing: 1px;
}
}
