
/* CSS Document */



body {
	font-size: 100%;
	line-height: 1.1;
	width: 100%;
	min-width: 1280px;
	position: relative;
	font-family: PingFang SC, PingFang SC-Regular, "苹方", "微软雅黑", sans-serif;
	font-weight: 400;
	overflow-x: hidden;
	background: #fff;
	text-transform: capitalize;
}
* {
	padding: 0;
	margin: 0;
}
img {
	max-width: 100%;
}
#bdshare_weixin_qrcode_dialog *, #bdshare_weixin_qrcode_dialog {
	box-sizing: content-box;
}
.j_tab {
	display: table;
	width: 100%;
	height: 100%;
}
.j_tab_cel {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;

}
* {
	margin: 0;
	padding: 0;
	outline: none;
	box-sizing: border-box;
}
a {
	color: inherit;
}
a:focus {
	outline: none !important;
}
h4, .h4, h5, .h5, h6, .h6, h1, .h1, h2, .h2, h3, .h3, p {
	margin: 0;
}
h5 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
h5 a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
img {
	max-width: 100%;
	max-height: 100%;
}
.img img {
	width: 100%;
	height: 300px;
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
}
li:hover .img img {
	transform: scale(1.05) rotate(.1deg);
	-webkit-transform: scale(1.05) rotate(.1deg);
	-moz-transform: scale(1.05) rotate(.1deg);
	-ms-transform: scale(1.05) rotate(.1deg);
	-o-transform: scale(1.05) rotate(.1deg);
}
svg {
	max-width: 100%;
	max-height: 100%;
}
table {
	table-layout: fixed;
}
.ovh {
	overflow: hidden;
	width: 100%;
}
.m {
	max-width: 1360px;
	height: 100%;
	margin: 0 auto;
	display: block;
	position: relative;
}
.pad_top {
	
}
.pad_bot {
	padding-bottom: 95px;
}
.pad_aside {
	padding-left: 45px;
	padding-right: 45px;
}
.draw_h {
	width: 67px !important;
	height: 67px !important;
	line-height: 65px !important;
	display: block;
	border-radius: 50%;
	text-align: center;
	position: relative;
}
.draw_h:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border: 2px solid rgba(100%,100%,100%,.5);
	border-radius: 50%;
}
svg.drawcircle {
	position: absolute;
	top: 0;
	left: 0;
	overflow: inherit;
	display: block;
	pointer-events: none;
}
svg.drawcircle circle {
	fill: none;
	box-sizing: border-box;
	stroke-width: 2;
	stroke: none;
	stroke-dasharray: 0, 188.49;
	stroke-dashoffset: 188.49;
	transition: all .3s linear 0s;
}
.draw_h:hover svg.drawcircle circle {
	stroke: #fff;
	stroke-dasharray: 188.49, 0;
	stroke-dashoffset: 188.49;
	-webkit-transition: all .7s cubic-bezier(0.11, 0.57, 0.58, 1);
	transition: all .7s cubic-bezier(0.11, 0.57, 0.58, 1);
}
.draw_h .icon {
	fill: #626262;
	vertical-align: middle;
	transition: .3s;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.draw_h:hover .icon {
	fill: #0081cc;
}
/*===========================header=============================*/



@font-face {
	font-family: FRADMCN;
	src: url(../font/FRADMCN.TTF);
}
svg {
	display: inline-block;
	vertical-align: middle;
}
#header, #nav ul li h3, .top_menu {
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}
#header {
	background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    padding-top: 0;
	
	z-index: 999;

	width: 100%;
	position: fixed;
	top: 0;
	z-index: 998;

	min-width: 1280px;
}
#header .m {
	height: 100%;
	max-width: inherit;
	padding: 0 4rem;
	display: flex;
	justify-content: space-between;
}
#logo {
	float: left;
	height: 90px;
}
#logo img {
	width: 180px;
}

#header .fr {
	display: flex;
	flex-grow: 1;
	max-width: 1250px;
}
#nav {
	float: left;
	margin-right: 30px;
	flex-grow: 1;
	max-width: 960px;
}
#nav ul {
	display: flex;
}
#nav ul li {
	float: left;
	position: relative;
	z-index: 0;
	flex-grow: 1;
	text-align: center;
	height: 90px;
}
#nav ul li a {
	display: block;
	text-transform: uppercase;
}
#nav ul li h3 {
	font-size: 1rem;
	color: #333;
	line-height: 90px;
	overflow: hidden;
	text-align: center;
	position: relative;
	display: inline-block;
}
#nav ul li.on h3 {
	color: #122a89;
}
#nav ul li h3:before {
	content: "";
	display: block;
	width: 0;
	position: absolute;
	z-index: -1;
	left: 0;
	bottom: 0;
	height: 3px;
	background: #122a89;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}
#nav ul li.on h3:before, #nav ul li:hover h3:before {
	width: 100%;
}
#nav ul li .sub {
	position: absolute;
	top: 100%;
	background: #fff;
	width: 230px;
	left: 50%;
	margin-left: -115px;
	top: 100%;
	z-index: 10000;
	transform: translateY(-20px);
	visibility: hidden;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
#nav ul li .sub .box {
	padding: 10px 15px;
	background: #fff;
	text-align: center;
}
#nav ul li .sub a {
	padding: 0;
	line-height: 2;
	transition: .3s;
font-size:.875rem;
}
#nav ul li .sub a:hover {
	color: #122a89;
}
#nav ul li:hover .sub {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.sy #nav ul li.on h3 {
	color: #fff;
}
.sy #nav ul li h3:before {
	bottom: 15px;
}
.sy #nav ul li .sub {
	top: calc(100% - 17px);
}
.top_menu {
	float: left;
	height: 90px;
}
.top_menu .ico {
	float: left;
	margin-left: 1.5rem;
}
/*语言切换*/



.top_menu #yuyanBtn {
	position: relative;
	height: 100%;
}
.top_menu #yuyanBtn .dt {
	height: 100%;
}
.top_menu #yuyanBtn .dt .icon {
	margin-right: 18px;
}
.top_menu #yuyanBtn i {
	display: inline-block;
	width: 9px;
	height: 6px;
	background-size: contain;
	vertical-align: middle;
	margin-left: 8px;
}
.top_menu #yuyanBtn i svg {
	display: block;
}
.top_menu #yuyanBtn .dd {
	position: absolute;
	top: 100%;
	background: #fff;
	width: 130px;
	left: 50%;
	margin-left: -65px;
	border: 1px solid #bbb;
	border-bottom: 5px solid #122a89;
	z-index: 10000;
	transform: translateY(-20px);
	visibility: hidden;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transition: .5s;
}
.top_menu #yuyanBtn:hover .dd {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.top_menu #yuyanBtn .dd .box {
	padding: 10px 20px;
	background: #fff;
}
.top_menu #yuyanBtn .dd:before {
	content: "";
	position: absolute;
	top: -3px;
	right: 50%;
	margin-right: -20px;
	height: 40px;
	width: 40px;
	background-color: #FFFFFF;
	border: 1px solid #bbb;
	z-index: -1;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
}
.top_menu #yuyanBtn .dt a {
	display: block;
	text-align: center;
	line-height: 35px;
	height: 35px;
	padding: 0 16px;
	color: #fff;
	background: #122a89;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
.top_menu #yuyanBtn .dd a {
	display: block;
	text-align: center;
	line-height: 35px;
	height: 35px;
	padding: 0 16px;
	color: #333;
}
/*搜索*/



#searchBtn {
	height: 100%;
}
#searchBtn a {
	display: block;
	width: 42px;
	height: 42px;
	line-height: 39px;
	border-radius: 50%;
	text-align: center;
	transition: .3s;
	overflow: hidden;
}
#searchBtn svg {
	vertical-align: middle;
	display: inline-block;
	fill: #fff;
}
.top_menu .ico a {
	font-size: 14px;
	color: #fff;
	font-family: arial;
	text-transform: capitalize;
	display: block;
	width: 100%;
	height: 40px;
	line-height: 38px;
}
.top_menu .icon {
	fill: #626262;
	vertical-align: middle;
}
#header.xg {
	background: #fff;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	padding-top: 0;
}
#header.xg #logo .img01 {
	display: none;
}
#header.xg #logo .img02 {
	display: block;
}
#header.xg #nav ul li h3 {
	color: #333;
}
#header.xg #nav ul li h3:before {
	bottom: 0;
	background: #122a89;
}
#header.xg #nav ul li h3 svg path {
	stroke: #777;
}
#header.xg #nav ul li .sub {
	top: 100%;
}
#header.xg #searchBtn .icon path {
	fill: #494949;
}
body.ny {
	padding-top: 90px;
}
.ny #header {
	background: #fff;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	padding-top: 0;
}
.ny #header #logo .img01 {
	display: none;
}
.ny #header #logo .img02 {
	display: block;
}
.ny #header #nav ul li h3 {
	color: #333;
}
.ny #header #nav ul li h3:before {
	bottom: 0;
	background: #122a89;
}
.ny #header #nav ul li h3 svg path {
	stroke: #777;
}
.ny #header #nav ul li .sub {
	top: 100%;
}
.ny #header #searchBtn .icon path {
	fill: #494949;
}
.tc {
	transition: all ease 300ms;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999999999;
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
	transition: .5s;
}
.tc[name=tc_search] {
	opacity: 1;
}
.tc.act {
	display: block;
	pointer-events: auto;
	visibility: visible;
	opacity: 1;
}
.tc-box {
	box-sizing: border-box;
	z-index: 999;
	display: block;
	position: relative;
}
.tc_bg {
	height: 100%;
	background: rgba(0,0,0,.85);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transition: .5s;
}
.tc.act .tc_bg {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	transition: .5s;
}
#tc_search {
	width: 100%;
	padding: 3rem;
	background: #0c2340;
	position: relative;
	transform: translateY(-100%);
	transition: .5s .5s ease-out;
	z-index: 1;
	overflow: hidden;
}
.act #tc_search {
	transform: translateY(0);
	transition: .5s ease-in;
}
/*弹窗内容样式*/



#tc_search form {
	height: 5rem;
	position: relative;
	width: 900px;
	max-width: 90%;
	margin: 0 auto;
}
#tc_search form:after {
	content: "";
	width: 0;
	height: 1px;
	background: #fff;
	transition: .5s;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}
.act #tc_search form:after {
	width: 100%;
	transition: ease-in-out .5s .5s;
}
#tc_search #keyword {
	width: 90%;
	height: 5rem;
	font-size: 2rem;
	color: #fff;
	box-shadow: none;
	-webkit-appearance: none;
	float: left;
	border-right: 0;
	background: none;
}
#tc_search .btn_blue {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 5rem;
	border: 0;
	line-height: 4.25rem;
	background: url(../image/seach_white.svg) center center no-repeat;
	background-size: 1.8rem;
	font-size: 1.125rem;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
}
#tc_search .btn_blue.fr {
	background: #e9edef;
	color: #4e4f53;
}
 #tc_search input::-webkit-input-placeholder {
color:#fff;
color: rgba(255,255,255,.7);
}
 #tc_search input::-moz-placeholder {   /* Mozilla Firefox 19+ */
color:#fff;
color: rgba(255,255,255,.7);
}
 #tc_search input:-moz-placeholder {    /* Mozilla Firefox 4 to 18 */
c color:#fff;
color: rgba(255,255,255,.7);
}
 #tc_search input:-ms-input-placeholder {  /* Internet Explorer 10-11 */
color:#fff;
color: rgba(255,255,255,.7);
}/* WebKit browsers */
 #tc_search input:focus::-webkit-input-placeholder {
color: transparent;/* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */
}/* Mozilla Firefox 4 to 18 */
 #tc_search input:focus:-moz-placeholder {
color: transparent;
}/* Mozilla Firefox 19+ */
 #tc_search input:focus::-moz-placeholder {
color: transparent;
}/* Internet Explorer 10+ */
 #tc_search input:focus:-ms-input-placeholder {
color: transparent;
}/* 点击搜索框获取焦点 placeholder消失-结束 */
#tc_search .draw_h:before {
	border: 1px solid rgba(255,255,255,.3);
}
#tc_search .draw_h:hover svg.drawcircle circle {
	stroke: #fff;
}
#tc_search .draw_h img {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: 50%;
	margin-left: -8px;
	transition: .3s;
	width: 16px;
}
/***********************/







/*手机导航开始*/



#m_header {
	display: none;
	height: 4.5rem;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	transition: 0s 1.5s;
	background: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
#m_header .m {
	position: relative;
	height: 100%;
}
.m_user {
	height: 4.5rem;
	line-height: 4.5rem;
	margin-right: 4rem;
	color: #999;
}
.m_user a {
	display: inline-block;
margin: 0 .625rem;
	color: #666;
}
.m_user a svg {
	width: 16px;
}
.m_user a:hover {
	color: #ff0000;
}
.m_user a:hover svg path {
	fill: #ff0000;
}
#m_logo {
	transition: 0s 1.5s;
	height: 100%;
	visibility: visible;
	float: left;
}
#m_logo img {
	display: block;
	max-height: 60%;
}
/*导航按钮开始*/



#nav_btn_box {
	height: 100%;
	z-index: 999999999;
	margin-left: 20px;
	position: fixed;
	height: 4.5rem;
	right: 0;
	top: 0;
	display: none;
}
#nav_btn_box.on {
	background: none;
}
#nav_btn {
}
#nav_btn .point.on .navbtn::after, #nav_btn .point.on .navbtn::before {
	background: #fff;
}
#nav_btn {
	cursor: pointer;
	text-align: center;
	z-index: 99999;
	padding-bottom: 4px;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	outline: none;
	box-shadow: none;
}
#nav_btn .point {
	display: inline-block;
	width: 1.375rem;
	height: 22px;
	position: relative;
	outline: none;
}
#nav_btn .point:hover .navbtn,  #nav_btn .point:hover .navbtn::after,  #nav_btn .point:hover .navbtn::before {
	width: 1.375rem;
}
#nav_btn .navbtn {
	position: absolute;
	top: 12px;
	left: 0;
	display: inline-block;
	width: 1.375rem;
	height: 1px;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;/* background: #333; */
}
#nav_btn .navbtn::after,  #nav_btn .navbtn::before {
	position: absolute;
	left: 0;
	display: inline-block;
	width: 1.375rem;
	height: 3px;
	content: '';
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	background: #939393;
}
#nav_btn .navbtn::after {
	top: -5px;
}
#nav_btn .navbtn::before {
	top: 5px;
}
#nav_btn .point.on .navbtn {
	background: transparent;
}
#nav_btn .point.on .navbtn::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0px;
}
#nav_btn .point.on .navbtn::before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 0px;
}
/*导航按钮结束*/



.m_nav_list {
	flex-direction: column;
	justify-content: flex-start;
	width: 100%;
	overflow: auto;
}
 .m_nav_list::-webkit-scrollbar {
display:none
}
#m_nav {
	z-index: 99999;
	position: fixed;
	background: #00316b;
	width: 20rem;
	height: 100vh;
	right: -400px;
	top: 0;
	display: none;
	padding: 50px 0;
	overflow: hidden;
	pointer-events: none;
	transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-moz-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-o-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
	-ms-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
	display: block;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
#m_nav.act {
	pointer-events: auto;
	right: 0;
}
#m_nav>ul>li {
	width: 100%;
	overflow: hidden;
	padding: 0 2.3rem;
}
#m_nav>ul>li+li {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#m_nav li .a {
}
#m_nav li .a h3 {
	line-height: 4.5rem;
	height: 4.5rem;
	color: #fff;
	padding: 0;
	font-size: 1.125rem;
	float: left;
}
#m_nav li .a span {
	display: block;
	position: absolute;
	top: 0;
	right: 10px;
	width: 20px;
	height: 50px;
	text-align: center;
}
#m_nav li .a span i {
	font-size: 0;
}
#m_nav .title .a i {
	opacity: 1;
	filter: alpha(opacity=100);
	display: inline-block;
	width: 10px;
	height: 4.5rem;
	float: right;
	display: inline-block;
	background: url(../image/arrow_down.svg) center no-repeat;
	background-size: contain;
}
#m_nav li.on.title .a i {
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
}
#m_nav .on.title .a i {
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
}
#m_nav li {
	display: block;
	width: 100%;
}
.slide_nav {
	position: absolute;
	left: 0;
	height: 70px;
	z-index: 998;
	padding: 15px;
	top: 0;
	width: 100%;
}
#m_nav .title .list {
	display: none;
	position: relative;
	width: 100%;
	z-index: 9;
	left: 0;
	margin-left: 0;
	background: none;
	border: 0;
	clear: both;
	padding-bottom: 10px;
}
#m_nav .title .list span {
	background: none;
}
#m_nav .title .list span a:hover {
	color: #014085;
}
#m_nav .title .list a {
	display: block;
	font-size: 1rem;
	color: #fff;
	text-align: left;
	line-height: 35px;
	height: 35px;
	border: 0;
	font-weight: 300;
}
/*三级导航 开始*/



#m_nav .title .list .void>a {
	background-size: 10px;
	position: relative;
}
#m_nav .title .list .void>a:before {
	content: "·";
	position: absolute;
	left: -1em;
	font-size: 12px;
	font-weight: bold;
}
#m_nav .title .list span {
	position: relative;
	display: block;
}
#m_nav .title .list span .sub {
	position: static;
	width: 100%;
	display: block !important;
	overflow: hidden;
}
#m_nav .title .sub a {
	background: none;
font-size:.875rem;
	opacity: .8;
	min-width: 50%;
	float: left;
	display: inline-block;
	color: #999;
}
.nav_mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-color: rgba(0,0,0,0.4);
	display: none;
}
/*顶部搜索*/



.wap_search {
	font-size: 16px;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	font-family: arial;
	letter-spacing: 2px;
	line-height: 40px;
	transition: height .4s ease-in-out;
	-webkit-transition: height .4s ease-in-out;
	overflow: hidden;
	width: 100%;
}
.wap_search form {
	height: 40px;
	border-radius: 20px;
	background: rgba(255,255,255,.15);
	position: relative;
	width: 18rem;
	margin: 20px auto;
}
.wap_search .input {
font-size:.875rem;
	color: #fff;
	height: 40px;
	line-height: 40px;
	padding-left: 1.5rem;
	box-shadow: none;
	-webkit-appearance: none;
	float: left;
	border-right: 0;
	background: none;
}
.wap_search .btn_blue {
	position: absolute;
	cursor: pointer;
	top: 0;
	right: 0;
	width: 50px;
	height: 40px;
	line-height: 40px;
	border: 0;
	background: url(../image/seach_white.svg) center no-repeat;
	background-size: 1.5rem;
}
.wap_search .btn_blue.fr {
	background: #e9edef;
	color: #4e4f53;
}
 .wap_search input::-webkit-input-placeholder {
color:#fff;
color: rgba(255,255,255,.9);
}
 .wap_search input::-moz-placeholder {   /* Mozilla Firefox 19+ */
color:#fff;
color: rgba(255,255,255,.9);
}
 .wap_search input:-moz-placeholder {    /* Mozilla Firefox 4 to 18 */
color:#fff;
color: rgba(255,255,255,.9);
}
 .wap_search input:-ms-input-placeholder {  /* Internet Explorer 10-11 */
color:#fff;
color: rgba(255,255,255,.9);
}/* WebKit browsers */
 .wap_search input:focus::-webkit-input-placeholder {
color: transparent;/* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */
}/* Mozilla Firefox 4 to 18 */
 .wap_search input:focus:-moz-placeholder {
color: transparent;
}/* Mozilla Firefox 19+ */
 .wap_search input:focus::-moz-placeholder {
color: transparent;
}/* Internet Explorer 10+ */
 .wap_search input:focus:-ms-input-placeholder {
color: transparent;
}/* 点击搜索框获取焦点 placeholder消失-结束 */
/*首页banner*/







/*首页banner*/



#banner {
	width: 100%;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	background: #fff;
}
#banner .banner_slider {
	margin: 0;
}
#banner li {
	position: relative;
}
#banner li .img {
	width: 100%;
	height: 100vh;
	background-size: cover !important;
	z-index: 8;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
}
 @-webkit-keyframes bgscale {
 from {
-webkit-transform: scale(1.2);
transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
}
to {
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}
}
 @keyframes bgscale {
 from {
-webkit-transform: scale(1.2);
transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
}
to {
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}
}
#banner .slick-active .img {
	animation: bgscale 6s linear forwards;
	-webkit-animation: bgscale 6s linear forwards;
}
#banner .m {
	height: 100%;
}
#banner li.slick-current {
	z-index: 999;
}
#banner .con {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
}
#banner .pic {
	margin: 0 auto;
	color: #fff;
	text-align: left;
	margin-top: 0rem;
	opacity: 0;
	transform: translateY(-100px);
	transition: .8s;
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-ms-transition: .8s;
	-o-transition: .8s;
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	-o-transform: translateY(-100px);
}
#banner .pic img {
	display: inline-block;
}
#banner li.slick-current {
	z-index: 999;
}
#banner .slick-current .pic {
	opacity: 1;
	animation: enter 1.3s ease forwards;
	-webkit-animation: enter 1.3s ease forwards;
}
#banner .slickdotbox {
}
#banner .slick-dots {
	bottom: 40px;
}
#banner .slick-dots li {
	margin: 0 2.5px;
	display: inline-block;
	width: auto;
}
#banner .slick-dots li button {
	width: auto;
	padding-left: 0;
	padding-right: 0;
}
#banner .slick-dots li button:before {
	content: "";
	position: relative;
	display: inline-block;
	width: 20px;
	height: 4px;
	border-radius: 2px;
	border: 0;
	background: rgba(255,255,255,.6);
	box-sizing: border-box;
	opacity: 1;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}
#banner .slick-dots li.slick-active button:before {
	background: rgba(255,255,255,1);
	width: 40px;
}
#banner .slick-arrow {
	z-index: 99;
	position: absolute;
	top: 50%;
	margin-top: -24px;
	transform: translate(0, 0);
	opacity: 1;
	display: block;
	width: 48px;
	height: 48px;
	background-size: contain !important;
}
#banner .slick-prev {
	left: 55px;
	background: url(../image/banner_left.png) left center no-repeat;
	transition: 300ms;
	-webkit-transition: 300ms;
}
#banner .slick-next {
	right: 55px;
	background: url(../image/banner_right.png) right center no-repeat;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.slick-prev:before, .slick-next:before {
	display: none;
}
 @-webkit-keyframes enter {
 0% {
opacity: 0;
transform:translateY(100px);
-webkit-transform:translateY(100px);
-moz-transform:translateY(100px);
-ms-transform:translateY(100px);
-o-transform:translateY(100px);
}
 20% {
opacity: 0;
transform:translateY(100px);
-webkit-transform:translateY(100px);
-moz-transform:translateY(100px);
-ms-transform:translateY(100px);
-o-transform:translateY(100px);
}
 100% {
opacity: 1;
transform: translateY(0px);
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);
}
}
 @keyframes enter {
 0% {
opacity: 0;
transform:translateY(100px);
-webkit-transform:translateY(100px);
-moz-transform:translateY(100px);
-ms-transform:translateY(100px);
-o-transform:translateY(100px);
}
 20% {
opacity: 0;
transform:translateY(100px);
-webkit-transform:translateY(100px);
-moz-transform:translateY(100px);
-ms-transform:translateY(100px);
-o-transform:translateY(100px);
}
 100% {
opacity: 1;
transform: translateY(0px);
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);
}
}
 @-webkit-keyframes anim-out-pseudo {
 0% {
background: rgba(0, 0, 0, 0.25);
}
 100% {
background: transparent;
}
}
 @-moz-keyframes anim-out-pseudo {
 0% {
background: rgba(0, 0, 0, 0.25);
}
 100% {
background: transparent;
}
}
 @-ms-keyframes anim-out-pseudo {
 0% {
background: rgba(0, 0, 0, 0.25);
}
 100% {
background: transparent;
}
}
 @keyframes anim-out-pseudo {
 0% {
background: rgba(0, 0, 0, 0.25);
}
 100% {
background: transparent;
}
}
 @-webkit-keyframes anim-out {
 0% {
width: 0%;
}
 100% {
width: 100%;
}
}
 @-moz-keyframes anim-out {
 0% {
width: 0%;
}
 100% {
width: 100%;
}
}
 @-ms-keyframes anim-out {
 0% {
width: 0%;
}
 100% {
width: 100%;
}
}
 @keyframes anim-out {
 0% {
width: 0%;
}
 100% {
width: 100%;
}
}
.btn_ts {
	display: block;
	color: #fff;
	overflow: visible;
	margin-top: 4rem;
}
.btn_bg {
	position: absolute;
	overflow: hidden;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #ff602a;
	z-index: -1;
	transform: skewX(-15deg);
	-webkit-transform: skewX(-15deg);
	-moz-transform: skewX(-15deg);
	-ms-transform: skewX(-15deg);
	-o-transform: skewX(-15deg);
}
.btn_bg:before {
	content: '';
	width: 0;
	height: 0;
	-webkit-transform: rotate(360deg);
	border-style: solid;
	border-width: 0 0 0 0;
	border-color: transparent transparent transparent #0066b2;
	position: absolute;
	bottom: 0;
	left: 0;
}
.btn_bg:after {
	content: '';
	width: 0;
	height: 0;
	-webkit-transform: rotate(360deg);
	border-style: solid;
	border-width: 0 0 0 0;
	border-color: transparent #0066b2 transparent transparent;
	position: absolute;
	top: 0;
	right: 0;
}
.btn_ts:hover .btn_bg:before {
	border-width: 165px 0 0 165px;
}
.btn_ts:hover .btn_bg:after {
	border-width: 0 165px 165px 0;
}
.tc1 .tc {
	pointer-events: none;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 99999;
}
.tc1 .tc.act {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	pointer-events: auto;
}
.tc1 .close:hover {
	transform: rotate(180deg);
}
.tc1 .close, .tc {
	transition: all ease 400ms;
	-moz-transition: all ease 400ms;
	-ms-transition: all ease 400ms;
	-o-transition: all ease 400ms;
	-webkit-transition: all ease 400ms;
}
.tc1 .tc-box {
	position: absolute;
	background: #d9d9d9;
	border-radius: 2px;
	overflow: hidden;
	top: 50%;
	z-index: 9999;
	width: 11rem;
	left: 50%;
	margin-left: -5.5rem;
	margin-top: -5.5rem;
	padding: 1rem;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
}
.tc1 .tc.act .tc-box {
	transform: scale(1);
}
.tc1 .tc.act {
	display: block;
}
.tc1 .close {
	position: absolute;
	cursor: pointer;
	font-size: 20px;
	right: 30px;
	top: 30px;
}
.tc1 .tc_bg {
	height: 100%;
	background: rgba(0,0,0,.7);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0;
}
.tc1 .tc-box h3 img {
	width: 100%;
	margin: 0 auto;
	display: block;
}
.tc1 .tc-box h5 {
	padding-top: 1rem;
font-size: .875rem;
	color: #6c6c6c;
	text-align: center;
}
.s_tt {
	text-align: center;
	margin-bottom: 85px;
}
.s_tt i {
	display: block;
	width: 30px;
	height: 3px;
	background: #122a89;
	margin: 0 auto;
}
.s_tt h3 {
	font-size: 30px;
	margin-top: 25px;
	margin-bottom: 20px;
	color: #2c2c2e;

}
.s_tt h4 {
	font-size: 16px;
	color: #626366;
}
#s_yewu {
	width: 100%;
	overflow: hidden;
}
#s_yewu ul {
	margin: -20px;
}
#s_yewu ul li {
	width: 50%;
	float: left;
	padding: 20px;
}
#s_yewu ul li a {
	display: block;
	position: relative;
}
#s_yewu ul li .img {
}
#s_yewu ul li .img img {
	display: block;
}
#s_yewu ul li .txt {
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	color: #fff;
	padding-top: 60px;
	padding-bottom: 100px;/* background: linear-gradient(top, rgba(0, 0, 0, 0.5),transparent);



    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5),transparent);



    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5),transparent);



    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5),transparent);



    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5),transparent);



    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0.5)), to(transparent));



    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#111, endColorStr=transparent);  */



}
#s_yewu ul li .txt h4 {
	font-size: 30px;
}
#s_yewu ul li .txt p {
	opacity: 0.8;
	font-size: 14px;
	margin-top: 14px;
	margin-bottom: 18px;
	font-size: 16px;
}
#s_yewu ul li .txt .s_btn_more {
	font-size: 14px;
	color: #fff;
	line-height: 18px;
	height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#s_yewu ul li .txt .s_btn_more i {
	margin-left: 8px;
	display: inline-block;
}
.s_btn_more i {
	display: block;
	width: 18px;
	height: 18px;
	position: relative;
	overflow: hidden;
}
.s_btn_more i:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url(../image/btn_more.svg) center no-repeat;
	background-size: contain;
	position: absolute;
	left: -100%;
	top: 0;
	transition: .5s;
	opacity: 0;
	visibility: hidden;
}
.s_btn_more i:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url(../image/btn_more.svg) center no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
	transition: .5s;
}
li:hover .s_btn_more i:before {
	left: 0;
	opacity: 1;
	visibility: visible;
}
li:hover .s_btn_more i:after {
	left: 100%;
	opacity: 0;
	visibility: hidden;
}
#s_about {
	width: 100%;
	overflow: hidden;
	padding-bottom: 174px;
	background: #f2f4f7;
}
#s_about .m {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#s_about .txt {
	float: left;
	width: calc(100% - 630px);
	max-width: 657px;
}
#s_about .txt i {
	display: block;
	width: 30px;
	height: 3px;
	background: #122a89;
}
#s_about .txt h3 {
	font-size: 30px;
	margin-top: 25px;
	margin-bottom: 20px;
	color: #2c2c2e;
	line-height: 24px;
}
#s_about .txt p {
	height: 104px;
	opacity: 0.9;
	font-size: 14px;
	color: #272727;
	line-height: 30px;
}
.s_video {
	width: 590px;
	float: right;
	height: 320px;
	position: relative;
}
.s_video .mask {
	height: 320px;
	line-height: 320px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.btn_play {
	height: 54px;
	width: 54px;
	line-height: 54px;
	vertical-align: middle;
	display: inline-block;
	cursor: pointer;
}
#s_rukou {
	width: 100%;
	position: relative;
	margin-top: -87px;
}
#s_rukou ul {
	margin: 0 -20px;
}
#s_rukou ul li {
	float: left;
	width: 16.66%;
	float: left;
}
#s_rukou ul li a {
	text-align: center;
	padding-top: 42px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	display: block;
	width: 174px;
	height: 174px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
#s_rukou ul li svg {
	margin-bottom: 18px;
}
#s_rukou ul li svg path {
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}
#s_rukou ul li h4 {
	height: 44px;
	transition: .5s;
	font-size: 16px;
	color: #000000;
	line-height: 22px;
	margin: 0 30px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}
#s_rukou ul li a:before {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #ffffff;
	border: 1px solid #f2f4f7;
	display: block;
	position: absolute;
	z-index: -1;
	left: 0px;
	top: 0px;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
#s_rukou ul li a:after {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #0c2340;
	display: block;
	position: absolute;
	z-index: -1;
	left: 0px;
	top: 0px;
	transform: scale(0.6);
	-webkit-transform: scale(0.6);
	opacity: 0;
	-moz-transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
	-o-transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
	-ms-transition: all .6s cubic-bezier(0.445, 1.045, 0.355, 1);
	transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
	visibility: hidden;
}
#s_rukou ul li a:hover:before {
	opacity: 0;
	transform: scale(1.3);
	-webkit-transform: scale(1.3);
}
#s_rukou ul li a:hover:after {
	transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 1;
	visibility: visible;
}
#s_rukou ul li a:hover svg path {
	fill: #fff;
}
#s_rukou ul li a:hover h4 {
	color: #fff;
}
#s_news {
	width: 100%;
	overflow: hidden;
}
#s_news .hd {
	overflow: hidden;
	margin-bottom: 32px;
}
#s_news .hd .tt {
	float: left;
}
#s_news .hd .tt i {
	width: 30px;
	display: block;
	margin-bottom: 25px;
	height: 3px;
	background: #122a89;
}
#s_news .hd .tt h3 {
	font-size: 30px;
	color: #2c2c2e;
}
#s_news .hd .btn_ts {
	width: 145px;
	float: right;
	margin-top: 0;
	height: 50px;
	line-height: 50px;
	background: #122a89;
	border-radius: 25px;
	font-size: 15px;
	text-align: center;
	color: #ffffff;
}
#s_news .bd {
}
#s_news .bd ul {
}
#s_news .bd ul li {
	width: 30%;
	float: left;
	padding: 0 6px;
}
#s_news .bd ul li a {
	display: block;
	position: relative;
	z-index: 1;
}
#s_news .bd ul li .img {
	height: 260px;
}
#s_news .bd ul li .img img {
	object-fit: cover;
}
#s_news .bd ul li .mask {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #fff;
	padding: 0 34px;
	padding-top: 137px;
	padding-bottom: 32px;
	background: linear-gradient(top, transparent, rgba(0, 0, 0, 0.75));
	background: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.75));
	background: -ms-linear-gradient(top, transparent, rgba(0, 0, 0, 0.75));
	background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.75));
	background: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.75));
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(rgba(0, 0, 0, 0.75)));
 FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=transparent, endColorStr=#111);
}
#s_news .bd ul li .mask h5 {
	font-size: 20px;
	margin-bottom: 14px;
	color: #ffffff;
}
#s_news .bd ul li .mask span {
	font-size: 15px;
	font-family: PingFang SC, PingFang SC-Regular;
	font-weight: 400;
	text-align: left;
	color: #ffffff;
}
#s_news .bd ul li .txt {
	height: 190px;
	padding: 36px 56px;
	background: #f2f4f7;
}
#s_news .bd ul li .txt h5 {
	font-size: 19px;
	color: #000000;
}
#s_news .bd ul li .txt p {
	font-size: 13px;
	color: #646464;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin-top: 16px;
	margin-bottom: 20px;
}
#s_news .bd ul li .txt span {
	font-size: 15px;
	color: #676767;
}
#s_news .bd ul li:first-child {
	width: 40%;
}
#s_news .bd ul li:first-child .img {
	height: 450px;
}
#s_news .slick-arrow {
	z-index: 99;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	transform: translate(0, 0);
	opacity: 1;
	display: block;
	width: 50px;
	height: 50px;
	background-size: contain !important;
}
#s_news .slick-prev {
	left: -119px;
	background: url(../image/news_left.png) center no-repeat;
	transition: 300ms;
	-webkit-transition: 300ms;
}
#s_news .slick-next {
	right: -119px;
	background: url(../image/news_right.png) center no-repeat;
	transition: 300ms;
	-webkit-transition: 300ms;
}
#s_news .slick-prev:hover {
	background: url(../image/news_left_on.png) center no-repeat;
}
#s_news .slick-next:hover {
	background: url(../image/news_right_on.png) center no-repeat;
}
#foot {
	width: 100%;
	background: #e9ebee;
}
#foot>.m {
	padding-top: 60px;
	overflow: hidden;
	
}
.foot_r {
	float: right;
	width: 400px;
	line-height: 30px;
}
.foot_nav {
	float: left;
}
.foot_nav dl {
	float: left;
	margin-right: 45px;
}
.foot_nav dl dt {
	font-size: 16px;
	margin-bottom: 20px;
	font-family: PingFang SC, PingFang SC-Regular;
	font-weight: 400;
	text-align: left;
	color: #000000;
	line-height: 30px;
}
.foot_nav dl dd {
	font-size: 14px;
	color: #818187;
	line-height: 40px;
}
.foot_nav dl dt:hover {
	color: #122a89;
}
.foot_nav dl dd:hover {
	color: #122a89;
}
.foot_tel {
}
.foot_tel h3 {
	font-size: 16px;
	margin-bottom: 15px;
	color: #000000;
}
.foot_tel h4 {
	font-size: 40px;
	font-family: impact;
	color: #122a89;
}
.foot_tel p {
	font-size: 14px;
	color: #5c5c5c;
}
.foot_tel p span {
}
.foot_ewm {
	margin-top: 27px;
	display: flex;
	align-items: center;
}
.foot_ewm img {
	width: 120px;
	height: 120px;
	float: left;
	margin-right: 19px;
}
.foot_ewm p {
	font-size: 14px;
	float: left;
	color: #989898;
	line-height: 22px;
}
.copyright {
	background: #102d4a;
	color: #989898;
	font-size: 14px;
	padding: 30px 0;
	line-height: 40px;
	margin-top: 40px;
}
.copyright .tt {
	font-size: 16px;
	position: relative;
	height: 30px;
	line-height: 40px;
	float: left;
	position: relative;
	padding-right: 32px;
	text-align: left;
	color: #ffffff;
	margin-right: 40px;
}
.copyright .tt:before {
	content: "";
	display: block;
	width: 80px;
	position: absolute;
	left: 0;
	top: -30px;
	height: 3px;
	background: #2fabff;
}
.copyright .tt:after {
	content: "";
	display: block;
	width: 2px;
	position: absolute;
	right: -2px;
	top: 12.5px;
	height: 15px;
	background: #fff;
}
.copyright a:hover {
	color: #2fabff;
}
.s_foot_link {
	height: 40px;
	width: 303px;
	cursor: pointer;
	overflow: visible;
	position: relative;
	text-align: left;
	float: left;
}
.s_foot_link .tanchu {
	overflow: auto;
	box-sizing: border-box;
	position: absolute;
	bottom: 50px;
	border-bottom: 0;
	display: none;
	left: 0;
	right: -1px;
}
.s_foot_link .tanchu>div {
	max-height: 200px;
	background: #f3f3f3;
	display: block;
	border: 1px solid #f2f2f2;
	padding: 10px 13px;
	overflow: auto;
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
}
 .s_foot_link .tanchu>div::-webkit-scrollbar {
display:none
}
.s_foot_link .tanchu a {
	color: #2d2e32;
	line-height: 27px;
	display: block;
	font-size: 13px;
}
.s_foot_link .tanchu a:hover {
	color: #000;
}
.s_foot_link #bnt_link1.a {
	color: #989898;
	font-size: 14px;
	text-align: left;
	line-height: 40px;
	width: 100%;
	height: 30px;
	box-sizing: border-box;
	text-decoration: none;
	position: absolute;
	z-index: 1;
}
.s_foot_link .a span {
	display: inline-block;
	float: right;
}
 @media (max-width: 1440px) {
.top_menu .ico {
	margin-left: 0;
}
#nav {
	margin-right: 0;
	margin-left: 20px;
}
.m {
	padding: 0 50px;
}
#header .m {
	padding: 0 50px
}
}
.tc {
	transition: all ease 300ms;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999999999;
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
	transition: .5s;
}
.tc .j_tab {
	table-layout: fixed;
}
.tc[name=tc_search] {
	opacity: 1;
}
.tc.act {
	display: block;
	pointer-events: auto;
	visibility: visible;
	opacity: 1;
}
.tc-box {
	box-sizing: border-box;
	z-index: 999;
	display: block;
	position: relative;
	transform: translateY(-3rem);
	transition: all 0.5s ease-out;
	opacity: 0;
	-webkit-transform: translateY(-3rem);
	-moz-transform: translateY(-3rem);
	-ms-transform: translateY(-3rem);
	-o-transform: translateY(-3rem);
}
.tc.act .tc-box {
	transform: translateY(0);
	opacity: 1;
}
.tc_close {
	position: absolute;
	cursor: pointer;
	color: #e13a39;
	font-size: 30px;
	right: 15px;
	top: 15px;
}
.tc_bg {
	height: 100%;
	background: rgba(0,0,0,.7);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0;
}
.tc.act .tc_bg {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	transition: .5s;
}
.tc_shipin {
	width: 70%;
	margin: 0 auto;
	background: none;
	position: relative;
	height: 0;
	padding-top: 34%;
}
.tc_shipin #my-video {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.tc_shipin .tc_close {
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	position: absolute;
	top: -2rem;
	right: -3rem;
	border-radius: 50%;
}
.tc_shipin .tc_close img {
	display: block;
	position: absolute;
	width: 1rem;
	height: 1rem;
	left: 50%;
	top: 50%;
margin-top:-.5rem;
margin-left:-.5rem;
}
.video-js {
	width: 100% !important;
	height: 100% !important;
}
.video-js .vjs-big-play-button {
	left: 50% !important;
	top: 50% !important;
	margin-left: calc(-1.6rem - 5px);
	margin-top: calc(-1.6rem - 5px);
	background-color: rgba(0, 0, 0, 0) !important;
}
video {
	object-fit: cover;
}
.vjs-poster {
	background-size: cover !important;
}
#n_banner {
	height: 31.25rem;
	background: url(../image/n_banner.jpg) center no-repeat;
	background-size: cover !important;
	color: #fff;
	text-align: left;
}
#n_banner .m {
	max-width: 1600px;
	height: 100%;
}
#n_banner h2 {
	font-size: 3rem;
	margin-bottom: 0;
	overflow: visible;
	text-align: center;
	font-weight: 100;
}
#n_banner h3 {
	font-size: 2rem;
	text-transform: uppercase;
	overflow: visible;
	font-weight: bold;
	text-align: center;
}
.splitlist {
	line-height: 1.2;
	overflow: hidden;
	white-space: pre-wrap;
}
.splitlist.flag span {
	-webkit-animation: fadeInRight 1.5s forwards;
	animation: fadeInRight 1.5s forwards;
}
.splitlist span {
	font-family: inherit;
	width: auto;
	font-size: 50px;
	color: inherit;
	font-weight: inherit;
	text-transform: inherit;
	opacity: 0;
	display: inline-block;
}
.splitlist span.letters {
	color: #0054A3;
}
.photoActives {
	position: relative;
	overflow: hidden;
}
.photoActives .photoActive {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 3;
}
.photoActives.reset_photoActive .photoActive {
	bottom: -100%;
	-webkit-transition: 1.6s;
	transition: 1.6s;
	-webkit-transition-timing-function: var(--ease-in-out-b);
	transition-timing-function: var(--ease-in-out-b);
}
.n_title {
	padding: 0;
	position: relative;
}
.n_title .m {
	position: relative;
	border-bottom: #e8e9ed 2px solid;
}
.n_title .m {
	position: relative;
	height: 75px;
}
.n_nav {
	position: relative;
}
.n_nav a {
	display: inline-block;
	height: 75px;
	font-size: 16px;
	font-weight: normal;
	float: left;
	line-height: 75px;
	color: #2c2c2e;
	text-align: center;
	box-sizing: border-box;
	position: relative;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-left: 2.875rem;
}
.n_nav a strong {
	display: block;
	position: relative;
	z-index: 4;
	height: 75px;
	line-height: 75px;
	font-weight: normal;
}
.n_nav a:before {
	content: "";
	width: 0;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #122a89;
	transition: 0.3s ease-in-out;
	opacity: 0;
}
.n_nav .on:before, .n_nav a:hover:before {
	width: 100%;
	opacity: 1;
}
.n_nav .on strong, .n_nav a:hover strong {
	height: 75px;
	line-height: 75px;
	color: #122a89;
	font-weight: bold;
}
.layui-col-md4 {
	height: 75px
}
.position {
	line-height: 75px;
	left: 0;
	bottom: 0;
font-size: .9375rem;
	color: #747679;
}
.position img {
	vertical-align: middle;
	margin-bottom: 3px;
	margin-right: 5px;
}
.position span, .position a, .position i {
font-size: .875rem;
	color: #626568;
	-moz-transition: all 0.36s ease-in-out;
	-webkit-transition: all 0.36s ease-in-out;
	-o-transition: all 0.36s ease-in-out;
	-ms-transition: all 0.36s ease-in-out;
	transition: all 0.36s ease-in-out;
}
.position i {
	margin: 0px 4px;
	font-style: normal;
}
.position i img {
	vertical-align: middle;
	margin-top: -2px;
}
.position em {
	color: #0c2340;
	font-style: normal;
}
.position a:hover {
	color: #0c2340;
}
.n_main_box .main_box {
	width: 1200px;
	height: 80px;
	position: relative;
	margin: 0 auto;
}
/*====移动端导航====*/



#m_n_nav {
	background: #0c2340;
	display: none;
	line-height: 50px;
	position: relative;
	z-index: 9;
	float: left;
	width: 100%;
}
#bnt_back {
	position: absolute;
	left: 1rem;
	top: 0;
}
#bnt_back svg {
	fill: #fff;
	height: 30px;
	vertical-align: middle;
	width: 26px;
}
#m_n_nav i {
}
#m_n_nav h1 {
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin: 0;
	line-height: 50px;
}
#bnt_sub_nav {
	position: absolute;
	right: 1rem;
	top: 0;
	cursor: pointer;
	color: #fff;
	font-size: 18px;
}
#bnt_sub_nav svg {
	fill: #fff;
	height: 1.25rem;
	vertical-align: middle;
	width: 1.25rem;
}
#bnt_sub_nav img {
	display: block;
	height: 15px;
}
#bnt_sub_nav.on img {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
#sub_nav_content {
	background: #f0f3f5;
	display: none;
	box-shadow: 0 2px 2px rgba(0,0,0,.1);
	z-index: 9;
}
#sub_nav_content ul {
	padding: 10px;
}
#sub_nav_content ul li {
	display: block;
	line-height: 28px;
	margin: 1rem 0;
}
#sub_nav_content ul li a {
	display: block;
	border-left: 2px solid #0c2340;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	padding-left: 10px;
	color: #535455;
}
#sub_nav_content ul li.on a {
	color: #0c2340;
}
#sub_nav_content dl {
	font-size: 0;
	overflow: hidden;
	background: #fff;
	padding: 10px 0;
	margin-bottom: 0;
}
#sub_nav_content dt {
	position: relative;
	background: #fff;
	z-index: 999;
	width: 33.333333%;
	display: inline-block;
	margin-bottom: 0;
	float: left;
	text-align: center;
}
#sub_nav_content dt a {
	margin: 0 3px;
	display: block;
	color: #5b5349;
	line-height: 30px;
	font-size: 14px;
	font-weight: 400;
	vertical-align: top;
}
#sub_nav_content dt a i {
	position: absolute;
	right: 15px;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	display: none;
}
#sub_nav_content dt a {
}
#sub_nav_content dt.title {
	background: #fafafb;
}
#sub_nav_content dt.title i {
	opacity: 1;
	filter: alpha(opacity=100);
}
#sub_nav_content dt.title_on {
	background: #fafafb;
}
#sub_nav_content dt.title_on a {
	color: #0c2340;
	border-top: 1px solid #fff;
}
#sub_nav_content dt.title_on a i {
	color: #0c2340;
}
#sub_nav_content dt.last a {
	border-top: 1px solid #f8f8f8;
}
#sub_nav_content dt.on a, #sub_nav_content dt.title_on a {
	color: #0c2340;
}
#sub_nav_content dd {
	display: none;
}
#sub_nav_content dd .box {
	padding: 0px 0px 0px 0px;
}
#sub_nav_content dd a {
	padding: 0 25px;
	line-height: 30px;
	border-top: 1px solid #e7e7e7;
	font-size: 12px;
	color: #5b5349;
	display: block;
	height: 30px;
}
#sub_nav_content dd a.on {
	color: #0c2340;
}
.n_con {
	padding: 30px 0;
}
.n_chengyuan {
	width: 100%;
	overflow: hidden;
}
.n_chengyuan ul {
	margin: 0 -10px;
	margin-top: -20px;
}
.n_chengyuan ul li {
	width: 33.33%;
	float: left;
	padding: 0 10px;
	margin-top: 20px;
}
.n_chengyuan ul li a {
	display: block;
}
.n_chengyuan ul li .txt {
	padding: 24px 15px;
}
.n_chengyuan ul li h5 {
	font-size: 22px;
	color: #0C2340;
	margin-bottom: 15px;
}
.n_chengyuan ul li .p {
	font-size: 15px;
	line-height: 24px;
	color: #272727;
	height: 72px;
	overflow: hidden;
}
.n_chengyuan ul li .imgbox {
	position: relative;
}
.n_chengyuan ul li .img img {
}
.n_chengyuan ul li .ico_arr {
	position: absolute;
	width: 60px;
	height: 60px;
	z-index: 9;
	right: 30px;
	bottom: -40px;
	background: url(../image/ico_arr.png) center no-repeat;
	opacity: 0;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}
.n_chengyuan ul li:hover .ico_arr {
	opacity: 1;
	bottom: -30px;
}
/*翻页*/



.page {
	text-align: center;
	margin-top: 60px;
	font-size: 0;
}
.page li {
	display: inline-block;
	list-style: none;
}
.page a {
	padding: 0 10px;
	min-width: 35px;
	line-height: 33px;
	height: 35px;
	display: inline-block;
	background: #fff;
	border: 1px solid #dadadd;
	border-radius: 2px;
	margin: 0 4px;
	color: #66635F;
	text-transform: capitalize;
	font-size: 14px;
	-moz-transition: all 0.36s ease-in-out;
	-webkit-transition: all 0.36s ease-in-out;
	-o-transition: all 0.36s ease-in-out;
	-ms-transition: all 0.36s ease-in-out;
	transition: all 0.36s ease-in-out;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
}
.page .on {
	background: #122a89;
	color: #fff;
	border: 1px solid #122a89;
}
.page a:hover {
	background: #122a89;
	color: #fff;
	text-decoration: none;
	border: 1px solid #122a89;
}
.page span {
margin:0 .625rem;
}
.btn_more {
	width: 110px;
	position: relative;
	display: block;
	margin-top: 24px;
	overflow: hidden;
	height: 35px;
	line-height: 33px;
	transition: all .3s ease;
	text-transform: uppercase;
	color: #74787b;
	text-align: center;
	border: 1px solid #848588;
	padding-left: 4px;
	border-radius: 25px;
	font-size: 14px;
	font-family: arial;
	background: linear-gradient(to left, transparent 50%, #091f3b 50%);
	background-position: right bottom;
	background-size: 200% 100%;
}
.btn_more:hover {
	background-position: left bottom;
	border: 1px solid #091f3b;
	color: #fff;
}
.n_news {
}
.n_news ul {
	margin-top: -19px;
}
.n_news ul li {
	margin-top: 19px;
}
.n_news ul li a {
	display: block;
	padding: 58px;
	background: #f6f6f6;
	overflow: hidden;
	border-radius: 25px;
}
.n_news ul li a .img {
	width: 310px;
	height: 200px;
	float: left;
	margin-right: 46px;
	border-radius: 10px;
}
.n_news ul li a .img img {
}
.n_news ul li a .txt {
	padding-top: 22px;
}
.n_news ul li a .txt span {
	font-size: 16px;
	font-family: Arial, Arial-Bold;
	font-weight: 700;
	text-align: left;
	color: #122a89;
	line-height: 22px;
}
.n_news ul li a .txt h5 {
	font-size: 22px;
	margin-top: 11px;
	margin-bottom: 10px;
	font-family: PingFang SC, PingFang SC-Bold;
	font-weight: 700;
	text-align: left;
	color: #091f3b;
	line-height: 30px;
}
.n_news ul li a .txt .p {
	font-size: 14px;
	text-align: left;
	color: #7b7b7b;
	line-height: 40px;
	height: 80px;
	overflow: hidden;
}
.n_news ul li:hover .btn_more {
	background-position: left bottom;
	border: 1px solid #091f3b;
	color: #fff;
}
.n_case {
	width: 100%;
	overflow: hidden;
}
.n_case ul {
	margin: 0 -10px;
	margin-top: -50px;
}
.n_case ul li {
	width: 33.33%;
	float: left;
	padding: 0 10px;
	margin-top: 50px;
}
.n_case ul li a {
	display: block;
}
.n_case ul li h5 {
	font-size: 16px;
	margin-top: 24px;
	text-align: center;
	color: #383838;
}
.n_case ul li .img img {
	display: block;
}
.n_team {
}
.n_team ul {
	margin: 0 -13px;
	margin-top: -58px;
}
.n_team ul li {
	width: 25%;
	float: left;
	padding: 0 13px;
	margin-top: 58px;
}
.n_team ul li a {
	display: block;
	position: relative;
	background: #ffffff;
	border: 1px solid #e7e9ee;
	padding-top: 50px;
	overflow: hidden;
	border-radius: 26px;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	-ms-border-radius: 26px;
	-o-border-radius: 26px;
}
.n_team ul li a::before {
	z-index: 99;
	content: "";
	display: block;
	position: absolute;
	right: 19px;
	top: 19px;
	width: 8px;
	height: 8px;
	background: #122a89;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.n_team ul li .img {
	width: 200px;
	height: 200px;
	margin: 0 auto;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.n_team ul li .txt {
	text-align: center;
	background: #e7e9ee;
	height: 154px;
	padding: 40px 20px;
	margin-top: 50px;
}
.n_team ul li .txt h5 {
	font-size: 20px;
	font-family: PingFang SC, PingFang SC-Bold;
	font-weight: 700;
	text-align: center;
	color: #424141;
}
.n_team ul li .txt i {
	display: block;
	margin: 0 auto;
	width: 12px;
	margin-top: 18px;
	margin-bottom: 15px;
	height: 1px;
	background: #183060;
	border: 1px solid #898989;
}
.n_team ul li .txt span {
}
.n_team ul li .mask {
	position: absolute;
	left: 0;
	bottom: 10%;
	width: 100%;
	height: 100%;
	padding: 60px 30px;
	background: #0c2340;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}
.n_team ul li .mask .tt {
	color: #ffffff;
	text-align: center;
}
.n_team ul li .mask .tt b {
	font-size: 20px;
	font-family: PingFang SC, PingFang SC-Bold;
	font-weight: 700;
	text-align: center;
}
.n_team ul li .mask .tt span {
	opacity: 0.7;
	font-size: 20px;
}
.n_team ul li .mask .con {
	height: 280px;
	margin-top: 33px;
	overflow: auto;
	margin-right: -5px;
	padding-right: 5px;
	opacity: 0.7;
	font-size: 13px;
	font-family: PingFang SC, PingFang SC-Regular;
	font-weight: 400;
	text-align: left;
	color: #ffffff;
	line-height: 25px;
}
.n_team ul li:hover .mask {
	opacity: 1;
	visibility: visible;
	bottom: 0;
}
 .n_team ul li .mask .con::-webkit-scrollbar {
width: 2px;
height: 8px;
background-color: #152f4f;
}
 .n_team ul li .mask .con::-webkit-scrollbar-track {
border-radius: 10px;
background-color: #152f4f;
}
 .n_team ul li .mask .con::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: none;
background-color: #122a89;
}
.n_about {
}
.n_about .tt {
	background: url(../image/about_tt_bg.png) right bottom no-repeat;
	height: 121px;
	margin-bottom: 50px;
	padding-top: 30px;
}
.n_about .tt h3 {
	font-size: 30px;
	margin-bottom: 5px;
	text-align: left;
	color: #0c2340;
}
.n_about .tt span {
	opacity: 0.5;
	text-transform: uppercase;
	font-size: 24px;
	text-align: left;
	color: #0c2340;
}
.ar_article {
	opacity: 0.9;
font-size: .95rem;
	color: #272727;
	line-height: 2.2rem;
}
.ar_article p+p {
	margin-top: 30px;
}
.n_play {
	position: relative;
	margin: 0 auto;
	z-index: 1;
	width: 120px;
	height: 120px;
	text-align: center;
	line-height: 120px;
	display: block;
}
.n_play .bg {
	background: url(../image/n_play_bg.png) center no-repeat;
	animation: round 6s infinite linear;
	-webkit-animation: round 6s infinite linear;
}
 @keyframes round {
 0% {
transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
}
 100% {
transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
}
}
.n_play img {
	vertical-align: middle;
}
.n_video {
	height: 470px;
	background: url(../image/n_video.jpg) center no-repeat;
	padding-top: 96px;
	margin-top: 75px;
}
.bg {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	left: 0;
	top: 0;
}
.n_shuzi {
	margin-top: 70px;
}
.n_shuzi ul {
}
.n_shuzi ul li {
	width: 25%;
	float: left;
	color: #fff;
	text-align: center;
}
.n_shuzi ul li div {
	font-size: 52px;
	font-family: PingFang SC, PingFang SC-Light;
	margin-bottom: 15px;
	font-weight: 300;
	text-align: center;
	color: #fff;
}
.n_shuzi ul li div span {
	font-size: 52px;
	font-family: PingFang SC, PingFang SC-Light;
	font-weight: 300;
	text-align: center;
	color: #fff;
}
.n_shuzi ul li div i {
	font-size: 18px;
	position: relative;
	top: -28px;
	margin-left: 8px;
	font-family: PingFang SC, PingFang SC-Light;
	font-weight: 300;
	text-align: center;
	color: #fff;
}
.n_shuzi ul li p {
	font-size: 14px;
	font-family: PingFang SC, PingFang SC-Light;
	font-weight: 300;
	text-align: center;
	color: #fff;
}
.n_yewu {
}
.n_yewu ul {
	margin-top: -30px;
}
.n_yewu ul li {
	width: 33.333%;
	float: left;
	padding: 0 7px;
	margin-top: 30px;
}
.n_yewu ul li a {
	display: block;
}
.n_yewu ul li .img {
}
.n_yewu ul li .img img {
	display: block;
}
.n_yewu ul li .txt {
	margin: 0 32px;
	padding: 20px 30px;
	margin-top: -40px;
	position: relative;
	z-index: 99;

	background: #eff1f4;
}
.n_yewu ul li .txt:before {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	background: #091f3b;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}
.n_yewu ul li .txt h5 {
	font-size: 22px;
	transition: .5s;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	text-align: center;
	color: #0c2340;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}
.n_yewu ul li .txt p {
	font-size: 14px;
	margin-top: 22px;
	transition: .5s;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	text-align: left;
	color: #85898e;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}
.n_yewu ul li .txt svg {
	display: block;
	margin: 0 auto;
	margin-top: 20px;
}
.n_yewu ul li .txt svg path {
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}
.n_yewu ul li:hover .txt:before {
	height: 100%;
}
.n_yewu ul li:hover .txt h5 {
	color: #fff;
}
.n_yewu ul li:hover .txt p {
	color: #fff;
}
.n_yewu ul li:hover .txt svg path {
	fill: #fff;
}
.n_yewu_xq .tt {
	font-size: 34px;
	color: #0c2340;
	margin-bottom: 20px;
}
.n_yewu_xq .ar_article {
}
.n_nav2 {
		margin-top: 29px;
	margin-bottom: 29px;
}
.n_nav2 ul {
	text-align: center;
	font-size: 0;
}
.n_nav2 ul li {
	display: inline-block;
	width: 220px;
	position: relative;
	margin: 0 4px;
	overflow: hidden;
	height: 50px;
	line-height: 48px;
	transition: all .3s ease;
	text-transform: uppercase;
	color: #0c2340;
	text-align: center;
	border: 1px solid #b6bdc5;
	padding-left: 4px;
	border-radius: 25px;
	font-size: 16px;
	background: linear-gradient(to left, transparent 50%, #122a89 50%);
	background-position: right bottom;
	background-size: 200% 100%;
}
.n_nav2 ul li a {
	display: block;
}
.n_nav2 ul li:hover, .n_nav2 ul li.on {
	background-position: left bottom;
	border: 1px solid #091f3b;
	color: #fff;
}
.n_qiye_xq {
}
.n_qiye_xq .tt {
	padding-bottom: 26px;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 50px;
}
.n_qiye_xq .tt h3 {
	font-size: 30px;
	margin-bottom: 5px;
	text-align: left;
	color: #0c2340;
}
.n_qiye_xq .tt h4 {
	opacity: 0.5;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-size: 24px;
	text-align: left;
	color: #0c2340;
}
.n_qiye_xq .tt div {
}
.n_qiye_xq .tt div span {
	font-size: 16px;
	line-height: 36px;
	color: #333639;
}
.n_qiye_xq .tt div span+span {
	margin-left: 55px;
}
.qiye_slide {
	margin-bottom: 85px;
}
.qiye_slide ul {
	margin: 0 5rem;
}
.qiye_slide ul li {
}
.qiye_slide ul li img {
	margin: 0 auto;
	height: 570px;
	width: 930px;
	object-fit: cover;
}
.qiye_slide .slick-arrow {
	z-index: 99;
	position: absolute;
	top: 50%;
	margin-top: -24px;
	transform: translate(0, 0);
	opacity: 1;
	display: block;
	width: 48px;
	height: 48px;
	background-size: contain !important;
}
.qiye_slide .slick-prev {
	left: -5rem;
	background: url(../image/qiye_left.png) left center no-repeat;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.qiye_slide .slick-next {
	right: -5rem;
	background: url(../image/qiye_right.png) right center no-repeat;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.slick-prev:before, .slick-next:before {
	display: none;
}
.n_news_xq .left {
	width: calc(100% - 385px);
	padding: 0 3.625rem 0 0;
	float: left;
}
.n_news_xq .right {
	width: 385px;
	float: right;
	background: #f6f7fa;
	position: sticky;
	top: 100px;
	padding: 55px 36px 20px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}
.n_news_xq .right .tt {
	font-size: 22px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 20px;
}
.n_news_xq .ar_title {

	display: flex;
	justify-content: space-between;
	border-bottom: #e7ecec 1px solid;
	align-items: center;
	position: relative;
}
.n_news_xq .ar_title h3 {
	font-size: 1.875rem;
	color: #333333;
	line-height: 1.5;
margin-bottom: .375rem;
	font-weight: bold;
}
.n_news_xq .ar_title h6 {
	margin-bottom: 1rem
}
.n_news_xq .ar_title h6 span {
	position: relative;
font-size: .875rem;
	color: #9a9a9a;
	display: inline-block;
	line-height: 2.5rem;
	font-weight: normal;
	margin-right: 30px;
	vertical-align: top;
}
.n_news_xq .ar_title h6 span img {
	margin: -3px 0.45rem 0 0
}
.shart_box {
	display: inline-block;
	cursor: pointer
}
#share-21.social-share {
	margin-top: 20px;
}
#share-21.social-share .social-share-icon {
	display: inline-block;
	border: #dbdcdf 1px solid;
	color: #a0a0a0 !important;
	width: 40px;
	height: 40px;
	line-height: 40px;
}
#share-21.social-share .social-share-icon:hover {
	border: #122a89 1px solid !important;
	background: #122a89 !important;
	color: #fff !important;
}
#share-21.social-share .icon-wechat .wechat-qrcode .qrcode {
	height: 105px;
}
.right_search {
	margin-bottom: 34px;
}
.relative {
	position: relative;
}
.right_search .input {
	height: 54px;
	border: 1px solid #e0e1e8;
	width: 100%;
	background: none;
	padding: 0 20px;
	padding-right: 50px;
	font-size: 14px;
	color: #8a8a8c;
}
.right_search .btn_submit {
	position: absolute;
	border: 0 !important;
	outline: 0 !important;
	cursor: pointer;
	width: 40px;
	height: 100%;
	top: 0;
	right: 0;
	background: none;
	text-align: left;
}
.right_search .btn_submit:hover svg path {
	fill: #122a89;
}
.right_news {
}
.right_news ul {
	margin-top: -18px;
}
.right_news ul li {
	padding: 18px 0;
}
.right_news ul li+li {
	border-top: 1px solid #e3e5eb;
}
.right_news ul li a {
	display: block;
	overflow: hidden;
}
.right_news ul li .img {
	width: 155px;
	height: 100px;
	float: left;
	margin-right: 9px;
}
.right_news ul li .img img {
}
.right_news ul li .txt {
	padding-top: 15px;
}
.right_news ul li .txt .time {
	font-size: 14px;
	color: #808182;
	font-family: arial;
	margin-bottom: 12px;
}
.right_news ul li .txt p {
	font-size: 16px;
	line-height: 22px;
	color: #333333;
	height: 44px;
	overflow: hidden;
}
.n_lianxi {
	overflow: hidden;
}
.n_lianxi .left {
	float: left;
	margin-right: 100px;
	width: 755px;
}
.n_lianxi .right {
	float: left;
}
.n_lianxi .right .tt {
	margin-bottom: 25px;
}
.n_lianxi .right .tt h3 {
	font-size: 26px;
	color: #091f3b;
	font-weight: bold;
}
.n_lianxi .right .tt i {
	width: 25px;
	height: 5px;
	background: #122a89;
	display: block;
	margin-top: 27px;
}
.n_lianxi .right .con {
	opacity: 0.8;
	margin-bottom: 30px;
	font-size: 16px;
	text-align: left;
	color: #333333;
	line-height: 36px;
}
.n_lianxi .right h4 {
	font-size: 20px;
	margin-bottom: 13px;
	font-family: PingFang SC, PingFang SC-Bold;
	font-weight: 700;
	color: #333333;
	line-height: 24px;
}
.n_lianxi .right .ewm {
	display: flex;
	align-items: center;
}
.n_lianxi .right .ewm img {
	width: 120px;
	height: 120px;
	border: 1px solid #e5e5e5;
	padding: 5px;
	float: left;
	margin-right: 23px;
}
.n_lianxi .right .ewm .txt {
	display: flex;
	align-items: center;
}
.n_lianxi .right .ewm .txt h4 {
	font-size: 18px;
	margin-bottom: 2px;
	font-weight: normal;
	text-align: left;
	color: #122a89;
}
.n_lianxi .right .ewm .txt p {
	opacity: 0.6;
	font-size: 12px;
	color: #333333;
}
.n_wenhua {
	width: 100%;
	overflow: hidden;
	background: url(../image/wenhua_bg.jpg) center no-repeat;
	background-size: cover;
	padding: 80px 0;
}
.n_wenhua ul {
}
.n_wenhua ul li {
	padding: 5px;
}
.n_wenhua ul li .box {
	background: rgba(217, 219, 230, 0.4);
	height: 100%;
	padding: 55px 50px;
	position: relative;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}
.n_wenhua ul li .box:before {
	content: "";
	display: block;
	width: 0;
	height: 3px;
	background: #122a89;
	position: absolute;
	left: 0;
	top: 0;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}
.n_wenhua .ul_1 {
	width: calc(100% - 840px);
	float: left;
}
.n_wenhua .ul_1 li .box {
	height: 595px;
}
.n_wenhua .ul_2 {
	width: 830px;
	float: left;
}
.n_wenhua .ul_2 li {
	width: 50%;
	float: left;
}
.n_wenhua .ul_2 li .box {
	height: 280px;
}
.n_wenhua .ul_2 li:nth-child(3) {
	width: 100%;
}
.n_wenhua .ul_2 li:nth-child(3) .box {
	height: 305px;
}
.n_wenhua ul li .tt {
	margin-bottom: 23px;
}
.n_wenhua ul li .tt span {
	font-size: 36px;
	display: block;
	margin-bottom: 30px;
	font-family: Poppins, Poppins-Bold;
	font-weight: 700;
	text-align: left;
	color: #122a89;
	line-height: 30px;
}
.n_wenhua ul li .tt h4 {
	font-size: 26px;
	font-family: PingFang SC, PingFang SC-Bold;
	font-weight: 700;
	text-align: left;
	color: #333333;
	line-height: 30px;
}
.n_wenhua ul li .tt h4 img {
	margin-right: 16px;
	vertical-align: middle;
}
.n_wenhua .con {
	font-size: 15px;
	font-family: PingFang SC, PingFang SC-Regular;
	font-weight: 400;
	text-align: left;
	color: #333333;
	line-height: 24px;
}
.n_wenhua ul li:hover .box {
	background: #fff;
	box-shadow: 16.41px 38.66px 45.9px 6.3px rgba(125,130,136,0.19);
}
.n_wenhua ul li:hover .box:before {
	width: 100%;
}
.n_zizhi02 {
	overflow: hidden;
}
.n_zizhi02 ul {
	margin: 0 -3rem;
	margin-top: -38px;
}
.n_zizhi02 ul li {
	width: 25%;
	float: left;
	padding: 0 16px;
	padding-top: 38px !important;
	text-align: center;
}
.n_zizhi02 ul li a {
	display: block;
	position: relative;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}
.n_zizhi02 ul li .imgbox {
	position: relative;
	display: inline-block;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}
.n_zizhi02 ul li .imgbox:after {
	content: "";
	display: block;
	width: 100%;
	height: 42px;
	position: absolute;
	left: 0;
	bottom: -42px;
	background: url(../image/daoyin.jpg) center top no-repeat;
}
.n_zizhi02 ul li .pic {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 18px 18px;
}
.n_zizhi02 ul li .pic img {
	width: 100%;
	height: 100%;
}
.n_zizhi02 ul li h2 {
	font-size: 16px;
	width: 100%;
	color: #000000;
	position: relative;
	z-index: 9;
	text-align: center;
	margin-top: 1.125rem;
	height: 20px;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}
.n_zizhi02 ul li a:hover {
}
.n_zizhi02 ul li a:hover h2 {
}
.fancybox-button:hover {
	background-color: #122a89 !important;
}
.n_zizhi01 {
	background: url(../image/n_zizhi_bg.jpg) center no-repeat;
}
.n_zizhi01 a {
	display: block;
	position: relative;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}
.n_zizhi01 .imgbox {
	position: relative;
	box-shadow: 0 8px 8px rgba(0, 0, 0, 0.15);
	display: block;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}
.n_zizhi01 .pic {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 17px 17px;
}
.n_zizhi01 .pic img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.n_zizhi01 p {
	font-size: 1.25rem;
	color: #000000;
	text-align: center;
	padding-top: 32px;
	opacity: 0;
	visibility: hidden;
}
.n_zizhi01 .swiper-slide-active p {
	opacity: 1;
	visibility: visible;
}
#certify {
	position: relative;
}
#certify .swiper-container {
}
#certify .swiper-slide {
	width: 635px;
}
#certify .swiper-slide img {
	display: block;
	object-fit: fill;
}
#certify .swiper-pagination {
	width: 100%;
}
#certify .swiper-button-prev {
	left: -60px;
	top: 50%;
	bottom: auto;
	margin-top: -90px !important;
	width: 65px;
	height: 65px;
	background: url(../image/zizhi_left.png) no-repeat;
	background-size: 100%;
}
#certify .swiper-button-prev:hover {
	background-size: 100%
}
#certify .swiper-button-next {
	right: -60px;
	top: 50%;
	bottom: auto;
	margin-top: -90px !important;
	width: 65px;
	height: 65px;
	background: url(../image/zizhi_right.png) no-repeat;
	background-size: 100%;
}
.n_licheng {
	background: url(../image/licheng_bg.jpg) center bottom no-repeat;
	background-size: cover;
	overflow: hidden;
	height: 840px;
	padding-top: 158px;
}
.licheng_slide {
}
.licheng_slide ul {
}
.licheng_slide ul li {
	width: 16.666%;
	float: left;
	height: 494px;
	padding: 0 5px;
	padding-left: 27px;
}
.licheng_slide ul li .box {
	width: 180px;
	height: 100%;
	position: relative;
}
.licheng_slide ul li .box:before {
	content: "";
	display: block;
	width: 2px;
	position: absolute;
	left: -22px;
	top: 36px;
	bottom: 0;
	background: #abaaae;
	margin-left: -1px;
}
.licheng_slide ul li .box:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	left: -27px;
	bottom: 0;
	background: #5e5e61;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.licheng_slide ul li .box .tt {
	font-size: 14px;
	color: #293339;
	font-weight: bold;
	border-bottom: 1px solid #8d9aaf;
	padding-bottom: 11px;
	margin-bottom: 11px;
}
.licheng_slide ul li .box .tt span {
	font-size: 25px;
	color: #1e2930;
}
.licheng_slide ul li .box .con {
	font-size: 1rem;
	color: #29292b;
	line-height: 24px;
}
.licheng_slide ul li:nth-child(1) {
	padding-top: 170px;
	padding-bottom: 105px;
}
.licheng_slide ul li:nth-child(2) {
	padding-top: 80px;
}
.licheng_slide ul li:nth-child(3) {
	padding-top: 263px;
	padding-bottom: 15px;
}
.licheng_slide ul li:nth-child(4) {
	padding-top: 180px;
	padding-bottom: 23px;
}
.licheng_slide ul li:nth-child(5) {
	padding-top: 87px;
	padding-bottom: 40px;
}
.licheng_slide ul li:nth-child(6) {
	padding-bottom: 122px;
}
.licheng_slide ul li[data-slick-index='1'] {
	padding-top: 170px;
	padding-bottom: 105px;
}
.licheng_slide ul li[data-slick-index='2'] {
	padding-top: 80px;
}
.licheng_slide ul li[data-slick-index='3'] {
	padding-top: 263px;
	padding-bottom: 15px;
}
.licheng_slide ul li[data-slick-index='4'] {
	padding-top: 180px;
	padding-bottom: 23px;
}
.licheng_slide ul li[data-slick-index='5'] {
	padding-top: 87px;
	padding-bottom: 40px;
}
.licheng_slide ul li[data-slick-index='6'] {
	padding-bottom: 122px;
}
.licheng_slide ul li[data-slick-index='7'] {
	padding-top: 170px;
	padding-bottom: 105px;
}
.licheng_slide ul li[data-slick-index='8'] {
	padding-top: 80px;
}
.licheng_slide ul li[data-slick-index='9'] {
	padding-top: 263px;
	padding-bottom: 15px;
}
.licheng_slide ul li[data-slick-index='10'] {
	padding-top: 180px;
	padding-bottom: 23px;
}
.licheng_slide ul li[data-slick-index='11'] {
	padding-top: 87px;
	padding-bottom: 40px;
}
.licheng_slide ul li[data-slick-index='12'] {
	padding-bottom: 122px;
}
.licheng_slide ul li[data-slick-index='13'] {
	padding-top: 170px;
	padding-bottom: 105px;
}
.licheng_slide ul li[data-slick-index='14'] {
	padding-top: 80px;
}
.licheng_slide ul li[data-slick-index='15'] {
	padding-top: 263px;
	padding-bottom: 15px;
}
.licheng_slide ul li[data-slick-index='16'] {
	padding-top: 180px;
	padding-bottom: 23px;
}
.licheng_slide ul li[data-slick-index='17'] {
	padding-top: 87px;
	padding-bottom: 40px;
}
.licheng_slide ul li[data-slick-index='18'] {
	padding-bottom: 122px;
}
.licheng_slide ul li[data-slick-index='19'] {
	padding-top: 170px;
	padding-bottom: 105px;
}
.licheng_slide ul li[data-slick-index='20'] {
	padding-top: 80px;
}
.licheng_slide ul li[data-slick-index='21'] {
	padding-top: 263px;
	padding-bottom: 15px;
}
.licheng_slide ul li[data-slick-index='22'] {
	padding-top: 180px;
	padding-bottom: 23px;
}
.licheng_slide ul li[data-slick-index='23'] {
	padding-top: 87px;
	padding-bottom: 40px;
}
.licheng_slide ul li[data-slick-index='24'] {
	padding-bottom: 122px;
}
.licheng_slide ul li .box:hover {
}
.licheng_slide ul li .box:hover:before {
	background: #81abd4;
}
.licheng_slide ul li .box:hover:after {
	background: #122a89;
}
.licheng_slide ul li .box:hover .tt {
	color: #122a89;
}
.licheng_slide ul li .box:hover .tt span {
	color: #122a89;
}
.licheng_slide ul li .box:hover .con {
	color: #122a89;
}
.licheng_slide .slick-arrow {
	z-index: 99;
	position: absolute;
	top: 0;
	margin-top: -70px;
	transform: translate(0, 0);
	opacity: 1;
	display: block;
	width: 70px;
	height: 70px;
	background-size: contain !important;
}
.licheng_slide .slick-prev {
	left: 50%;
	margin-left: -85px;
	background: url(../image/licheng_left.png) left center no-repeat;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.licheng_slide .slick-next {
	right: 50%;
	margin-right: -85px;
	background: url(../image/licheng_right.png) right center no-repeat;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.licheng_slide .slick-prev:hover {
	background: url(../image/licheng_left_on.png) left center no-repeat;
}
.licheng_slide .slick-next:hover {
	background: url(../image/licheng_right_on.png) left center no-repeat;
}
.licheng_slide .slick-prev.slick-disabled {
	background: url(../image/licheng_left.png) left center no-repeat;
	opacity: .2;
	cursor: auto;
}
.licheng_slide .slick-next.slick-disabled {
	background: url(../image/licheng_right.png) left center no-repeat;
	opacity: .2;
	cursor: auto;
}
.join_list {
	margin-top: -10px;
}
.join_list li {
	margin-top: 10px;
}
.join_list li .dt {
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr 1.2fr 24px;
	cursor: pointer;
	line-height: 40px;
	padding: 30px 70px;
	background: #f1f3f7;
	border-radius: 10px;
	transition: .3s;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.join_list li .dt span {
	float: left;
	font-size: 16px;
	color: #7e7f81;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}
.join_list li .dt h3 {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}
.join_list li .dt svg path {
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}
.join_list li:hover .dt {
	background: #091f3b;
}
.join_list li:hover .dt span {
	color: #fff;
	color: rgba(255,255,255,.7);
}
.join_list li:hover .dt h3 {
	color: #fff;
}
.join_list li:hover .dt svg path {
	fill: #fff;
}
.tc_join {
	background: #fff;
	width: 670px;
	padding: 64px 55px;
	border-radius: 6px;
	max-width: 90%;
	margin: 0 auto;
	min-height: 200px;
	position: relative;
	z-index: 9999;
}
.tc_close {
	position: absolute;
	right: 10px;
	top: 10px;
	color: #bababa;
	cursor: pointer;
	padding: 10px;
	transition: .5s;
	font-size: 20px;
}
.tc_toudi * {
	box-sizing: border-box;
}
.tc_join .tt {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.tc_join .tt h3 {
	font-size: 36px;
	color: #091f3b;
	margin-bottom: 16px;
}
.tc_join .tt h4 {
	font-size: 14px;
	color: #787878;
	line-height: 26px;
}
.tc_join .tt h4 span {
	display: inline-block;
}
.tc_join .tt h4 span {
	margin-right: 35px;
}
.tc_join .con {
	font-size: 16px;
	color: #747880;
	line-height: 34px;
}
.btn_send {
	width: 330px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	display: block;
	margin: 0 auto;
	margin-top: 55px;
	background: #122a89;
	color: #fff;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}
.btn_flashcenter {
	display: block;
	position: relative;
	overflow: hidden;
	transition: 0.52s;
}
.btn_flashcenter:hover {
	box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.225);
}
.btn_flashcenter .anim {
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	position: absolute;
	top: 50%;
	left: 50%;
}
.btn_flashcenter .anim:before {
	position: relative;
	content: '';
	display: block;
	margin-top: 100%;
}
.btn_flashcenter .anim:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 50%;
}
.btn_flashcenter:hover .anim {
	-moz-animation: anim-out 0.75s;
	-webkit-animation: anim-out 0.75s;
	animation: anim-out 0.75s;
}
.btn_flashcenter:hover .anim:after {
	-moz-animation: anim-out-pseudo 0.75s;
	-webkit-animation: anim-out-pseudo 0.75s;
	animation: anim-out-pseudo 0.75s;
}
 @-webkit-keyframes anim-out-pseudo {
 0% {
background: rgba(0, 0, 0, 0.25);
}
 100% {
background: transparent;
}
}
 @-moz-keyframes anim-out-pseudo {
 0% {
background: rgba(0, 0, 0, 0.25);
}
 100% {
background: transparent;
}
}
 @-ms-keyframes anim-out-pseudo {
 0% {
background: rgba(0, 0, 0, 0.25);
}
 100% {
background: transparent;
}
}
 @keyframes anim-out-pseudo {
 0% {
background: rgba(0, 0, 0, 0.25);
}
 100% {
background: transparent;
}
}
 @-webkit-keyframes anim-out {
 0% {
width: 0%;
}
 100% {
width: 100%;
}
}
 @-moz-keyframes anim-out {
 0% {
width: 0%;
}
 100% {
width: 100%;
}
}
 @-ms-keyframes anim-out {
 0% {
width: 0%;
}
 100% {
width: 100%;
}
}
 @keyframes anim-out {
 0% {
width: 0%;
}
 100% {
width: 100%;
}
}
.filter {
	border-bottom: 1px solid #f0efef;
	border-bottom: 1px solid #f0efef;
	margin-bottom: 80px;
}
.filter dl {
	float: left;
	position: relative;
	width: 217px;
	text-align: center;
}
.filter dt {
	height: 85px;
	line-height: 85px;
	cursor: pointer;
}
.filter dd {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background: #f5f5f5;
	display: none;
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}
.filter dd a {
	display: block;
	line-height: 40px;
	text-align: center;
}
.filter dd a.on, .filter dd a:hover {
	color: #122a89;
	font-weight: bold;
}
.filter .search {
	float: right;
}
.filter .search .input {
	height: 85px;
	font-size: 16px;
	color: #c4c4c4;
	font-family: PingFang SC, PingFang SC-Regular, "苹方", "微软雅黑", sans-serif;
}
.filter .search .btn_submit {
	font-family: PingFang SC, PingFang SC-Regular, "苹方", "微软雅黑", sans-serif;
	cursor: pointer;
	width: 150px;
	height: 85px;
	background: none;
	border: 0;
	outline: 0;
	background: #091f3b;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.filter .search .btn_submit svg {
	margin-left: 10px;
}
.filter .search .btn_submit svg path {
	fill: #fff;
}
.buzhou {
	margin-bottom: 66px;
	overflow: hidden;
}
.buzhou ul {
}
.buzhou ul li {
	width: 33.333%;
	float: left;
	text-align: center;
	font-size: 24px;
	color: #747474;
	position: relative;
	z-index: 1;
}
.buzhou ul li:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 60px;
	background: #cccccc;
	z-index: -2;
}
.buzhou ul li:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 60px;
	background: #122a89;
	z-index: -1;
	width: 0;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}
.buzhou ul li.on:after {
	width: 100%;
}
.buzhou ul li p {
	margin-bottom: 20px;
	color: #747474;
	font-size: 1.25rem;
}
.buzhou ul li .ico {
	width: 120px;
	height: 120px;
	margin: 0 auto;
	line-height: 120px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #dcdcdc;
	margin-bottom: 40px;
}
.buzhou ul li .ico img {
	vertical-align: middle;
}
.buzhou ul li .ico .ico01 {
}
.buzhou ul li .ico .ico02 {
	display: none;
}
.buzhou ul li.on .ico01 {
	display: none;
}
.buzhou ul li.on .ico02 {
	display: inline-block;
}
.buzhou ul li.on p {
	color: #122a89;
}
.buzhou ul li.on span {
	color: #122a89;
}
.n_tijiao .input {
	padding: 0 20px;
}
.step01 {
	text-align: center;
}
.step01 .groupbox {
	display: inline-block;
}
.step01 .span {
	font-size: 1.25rem;
	color: #010101;
	display: block;
	margin-bottom: 20px;
	text-align: left;
}
.step01 .input {
	width: 770px;
	height: 75px;
	border-radius: 5px;
	border: 1px solid #e5e5e5;
	margin-bottom: 30px;
	font-size: 18px;
}
.btn_box {
	margin-top: 30px;
	text-align: center;
	cursor: pointer;
}
.btn_prev {
	width: 254px;
	height: 60px;
	cursor: pointer;
	transition: .5s;
	margin: 0 8px;
	font-size: 18px;
	color: #010101;
	border-radius: 5px;
	border: 1px solid #e5e5e5;
	background: #fff;
	display: inline-block;
}
.btn_prev:hover {
	border: 1px solid #122a89;
	color: #122a89;
}
.btn_tijiao {
	width: 254px;
	height: 60px;
	margin: 0 8px;
	font-size: 18px;
	border-radius: 5px;
	background: #091f3b;
	color: #fff;
	border: 0;
	cursor: pointer;
	transition: .5s;
}
.btn_tijiao:hover {
	background: #00316b;
}
.step02 {
	background: #f1f2f5;
	padding: 0 80px;
	padding-top: 55px;
	padding-bottom: 65px;
}
.step02 .span {
	font-size: 20px;
	color: #010101;
	display: block;
	margin-bottom: 13px;
}
.step02 .span i {
	color: #ff0000;
}
.step02 .input {
	height: 60px;
	border-radius: 5px;
	border: 1px solid #e5e5e5;
}
.groupbox {
	margin-bottom: 30px;
}
.groupbox.col02 {
	width: 510px;
}
.groupbox.col02 .input {
	width: 100%;
}
.step02 .tt {
	text-align: center;
	font-size: 24px;
	color: #091f3b;
	font-weight: bold;
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
}
.step02 .tt span {
	display: inline-block;
	padding: 0 35px;
	background: #f1f2f5;
}
.step02 .tt:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 13px;
	background: #d8dadf;
	z-index: -1;
}
.step02 .ul {
	margin: 0 -13px;
}
.step02 .ul .groupbox {
	width: 25%;
	padding: 0 13px;
	float: left;
}
.step02 .ul .groupbox .input {
	width: 100%;
}
.groupbox.col01 .input {
	width: 575px;
}
.step03 {
	text-align: center;
	margin-top: 20px;
}
.step03 p {
	font-size: 24px;
	color: #010101;
	margin-top: 30px;
}
.step01, .step02, .step03 {
	display: none;
}
#share-21.social-share {
	white-space: nowrap;
}
 @media (max-width: 1500px) {
#header .fr {
	max-width: 1066px;
}
#searchBtn {
	margin-right: 20px;
}
#n_banner {
	height: 26rem;
}
.buzhou {
	margin: 0 50px;
	margin-bottom: 60px;
}
.buzhou ul li {
	font-size: 20px;
}
.buzhou ul li .ico {
	width: 112px;
	height: 112px;
	margin: 0 auto;
	line-height: 110px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #dcdcdc;
	margin-bottom: 27px;
}
.buzhou ul li p {
	margin-bottom: 13px;
	color: #747474;
}
.step01 .input {
	width: 770px;
	height: 70px;
	margin-bottom: 0;
}
.pad_top {
	padding-top: 70px;
}
.copyright {
	padding: 15px 0;
}
.copyright .tt:before {
	top: -15px;
}
.n_zizhi02 ul li {
	padding: 0 30px;
}
.n_zizhi02 ul {
	margin-left: -30px;
	margin-right: -30px;
}
.n_licheng {
	padding-top: 158px !important;
}
#certify {
	margin: 0 4rem;
}
#certify .swiper-slide {
	width: 620px;
}
}







.product-page.padding {
  padding: 78px 0 80px 0;
}
.product-page .introduction {
  padding: 56px 0;
  overflow: hidden;
}
.product-page .introduction .photo {
  width: 42.85714286%;
  float: left;
}
.product-page .introduction .photo img {
  width: 100%;
  display: block;
}
.product-page .introduction .gallery-thumbs .swiper-slide {
  opacity: .3;
  cursor: pointer;
}
.product-page .introduction .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.product-page .introduction .content {
  width: 52.57142857%;
  float: right;
}
.product-page .introduction .content .titl {
  font-size: 1.6rem;
  font-weight: bold;
  color: #b7b7b7;
}
.product-page .introduction .content .title {
  font-size: 40px;
  font-weight: bold;
  margin: 0px 0 30px 0;
}
.product-page .introduction .content .text {
  border-top: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  padding: 30px 0;
}
.product-page .introduction .content .tit {
  font-size: 16px;
  font-weight: bold;
}
.product-page .introduction .content .txt {
  line-height: 26px;
  font-size: 16px;
  color: #999999;
  margin-top: 26px;
}
.product-page .introduction .content .txt p {
  display: flex;
  margin-bottom: 10px;
}
.product-page .introduction .content .txt p:last-child {
  margin-bottom: 0;
}
.product-page .introduction .content .txt .t {
  min-width: 154px;
}
.product-page .introduction .content .txt .p {
  flex: 1;
}
.product-page .introduction .content .btn {
  display: inline-block;
  min-width: 226px;
  height: 64px;
  line-height: 64px;
  padding: 0 20px;
  font-size: 1.2rem;

  color: #fff;
  background: #0b70b6;
  margin-top: 30px;
	text-align: center;
}
.product-page .introduction .content .btn::after {
  background: #004d82;
}
.product-page .details {
  padding: 90px 0;
}
.product-page .details .wrap {
  background: #fff;
  padding: 20px 40px 60px 40px;
}
.product-page .details .tab {
  height: 96px;
  border-bottom: solid 1px #d9d9d9;
}
.product-page .details .tab span {
  float: left;
  font-size: 2.4rem;
  font-weight: bold;
  margin-right: 78px;
  height: 96px;
  line-height: 96px;
  cursor: pointer;
}
.product-page .details .tab span:last-child {
  margin-right: 0;
}
.product-page .details .tab span.on {
  color: #0b70b6;
  border-bottom: solid 2px #0b70b6;
}
.product-page .details .tabbox {
  margin-top: 40px;
}
.product-page .features,
.product-page .specifications,
.product-page .downloads {
  display: none;
}
.product-page .specifications {
  overflow: auto;
}
.product-page .specifications table {
  width: 100%;
  min-width: 400px;
  background: #fff;
  border-top: solid 1px #e5e5e5;
  border-left: solid 1px #e5e5e5;
}
.product-page .specifications th,
.product-page .specifications td {
  text-align: left;
  font-size: 1.6rem;
  border-bottom: solid 1px #e5e5e5;
  border-right: solid 1px #e5e5e5;
  line-height: 30px;
  padding: 10px 30px;
}
.product-page .specifications th {
  font-weight: bold;
}
.product-page .specifications td {
  color: #a9a9a9;
}
.product-page .downloads li {
  border-bottom: solid 1px #e5e5e5;
  padding: 20px 0;
  overflow: hidden;
}
.product-page .downloads li .down {
  float: right;
  width: 180px;
  height: 50px;
  line-height: 50px;
  background: #0b70b6;
  font-size: 1.6rem;
  color: #fff;
  text-transform: uppercase;
}
.product-page .downloads li .down::after {
  width: 100%;
  height: 0;
  background: #004d82;
}
.product-page .downloads li .down:hover::after {
  height: 100%;
}
.product-page .downloads li .tit {
  line-height: 30px;
  padding: 10px 180px 10px 0;
  font-size: 1.6rem;
}
.sidebar-right {
  width: 288px;
  float: right;
}
.sidebar-right .box {
  margin-bottom: 40px;
}
.sidebar-right .title {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 28px;
}
.sidebar-right .news li {
  margin-bottom: 30px;
}
.sidebar-right .news li a {
  display: block;
}
.sidebar-right .news li a:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.sidebar-right .news li a:hover .tit {
  color: #0b70b6;
}
.sidebar-right .news li .pic {
  overflow: hidden;
}
.sidebar-right .news li img {
  width: 100%;
  display: block;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.sidebar-right .news li .tit {
  line-height: 18px;
  color: #222;
  font-weight: bold;
  margin: 20px 0 12px 0;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.sidebar-right .news li .date {
  font-size: 1.5rem;
  color: #999;
}
.content-left {
  padding-right: 350px;
}
.prevnext {
  font-size: 1.6rem;
  color: #555555;
}
.prevnext a {
  font-size: 1.6rem;
  color: #555555;
}
.prevnext a:hover {
  color: #0b70b6;
}
.prevnext p {
  line-height: 30px;
  height: 30px;
  margin-bottom: 6px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}


.wrapp {
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
}