.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	padding: 0 5%;
	color: #fff;
	background-color: transparent;
	z-index: 99999;
	border-bottom: 1px solid rgba(255, 255, 255, .4);
	box-shadow: 0 0 5px rgba(0, 0, 0, .15);
}

.header::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .2);
	z-index: -1;
}

.header-hover {
	background-color: #fff;
	color: #777;
	border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.header-hover::before {
	display: none !important;
}

.header-hover .logo img:nth-child(2) {
	display: block;
}

.header-hover .logo img:first-child {
	display: none;
}
.header-search button{
	outline: none;
	background-color: transparent;
	color: inherit;
	border: none;
}
.header-search input{
	background-color: transparent;
	outline: none;
	border: none;
	border-bottom: 1px solid rgba(255,255,255,.8);
	color: inherit;
	 -webkit-text-fill-color: inherit;/*输入文字、placeholder颜色*/
}
.header-hover .header-search input{
	border-bottom: 1px solid rgba(0,0,0,.3);
}

.logo {
	flex: 1;
	height: 5rem;
	position: relative;
}

.logo img {
	padding-top: 0.5rem;
	height: 4rem;
}

.logo img:nth-child(2) {
	display: none;
}

.nav {
	flex: 2;
	height: 5rem;
}

.nav>ul>li {
	display: flex;
	padding: 0 1.9rem;
	height: 100%;
}

.nav>ul>li>a {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
}

.nav li a:hover {
	color: #15499a;
}

.header-icon {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 5rem;
	flex: 1;
}

.header-icon .iconfont {
	font-size: 2rem;
	font-weight: normal;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 0 1rem;
}

.header-icon .iconfont:hover {
	color: #3071BF;
}

.nav li:hover .drop-menu {
	display: block;
}

.drop-menu {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: auto;
	background-color: #fff;
	color: #777;
	z-index: 9999;
	padding: 2.4rem 0;
	border-top: 1px solid rgba(0, 0, 0, .1);
}

.drop-container {
	width: 90rem;
	padding: 0 1rem;
	margin: 0 auto;
}

.drop-image {
	max-width: 100%;
	width: 24rem;
	padding-top:1rem;
	height: 19rem;
	overflow: hidden;
	
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.drop-image img {
	height: 100%;
}

.drop-label {
	max-width: 100%;
	width: 38rem;
}

.drop-label li {
	padding-left: 1rem;
	padding-right: 1rem;
	width: 50%;
}

.drop-label li>a {
	display: block;
	padding: .5rem 0;
	border-bottom: 1px solid #ddd;
	font-size: 0.875rem;
}

.drop-label li>a .iconfont {
	font-size: 1rem;
	padding-right: .75rem;
}
.drop-label li>a span{
	padding-left:1.8rem;
	color:#000;
	font-weight: 900;
    white-space: nowrap;
	}

.drop-description {
	flex: 1;
	margin-left: 1rem;
	padding-left: 1rem;
	border-left: 1px solid #ddd;
}

.drop-description p {
	font-size: 1rem;
	line-height: 2;
	margin-bottom: 1rem;
}

.drop-description a {
	font-size: .875rem;
	color: #15499A
}

/*主页*/
.gray-bg {
	background-color: #F5F5F5;
}

.gray-bg2 {
	background-color: #f7f8fa;
}

.index-title {
	padding: 3.5rem 0 2.5rem;
	text-align: center;
}

.index-title .title {
	font-size: 2.25rem;
	line-height: 1.6;
	color: #15499A;
	font-weight: 900;
	letter-spacing: 3px;
}

.index-title .subtitle {
	font-size: 0.875rem;
	font-family: arial;
	line-height: 2rem;
	color: #000;
}

.index-title .subtitle em {
	display: inline-block;
	margin: 0 .5rem;
	height: 1px;
	width: 3.5rem;
	background-color: #777;
	vertical-align: middle;
}

.index-title .description {
	font-size: 1rem;
	line-height: 2;
	color: #666;
}

.indexpro-item {
	position: relative;
	display: block;
	background-color: #fff;
	margin-bottom: 2rem;
	border-radius: 0.625rem;
	box-shadow: 4px 6px 8px rgba(0, 0, 0, .2);
}

.indexpro-item img {
	padding: 0 1rem;
	transform: scale(.92);
	transition: all .35s ease-in-out;
}

.indexpro-item:hover img {
	transform: scale(1);
}

.indexpro-item:hover .title,
.indexpro-item:hover .subtitle {
	color: #15499A;
}

.indexpro-hover {
	width: 100%;
	text-align: center;
	padding: 1rem;
}

.indexpro-hover .title {
	font-size: 1.125rem;
	line-height: 1.5rem;
	color: #000;
}

.indexpro-hover .subtitle {
	font-size: 0.75rem;
	line-height: 2;
	color: #777;
	font-family: arial;
}

.indexpro-more {
	padding: 2rem 0;
	text-align: center;
}

.indexpro-more a {
	display: inline-block;
	font-size: 1.5rem;
	color: #fff;
	line-height: 2;
	padding: 0 2rem;
	border-radius: 1.875rem;
	background-color: #15499a;
	letter-spacing: 2px;
}

.index-about {
	max-width: 100%;
	width: 65rem;
	padding: 3rem 1.5rem 1.5rem;
	margin: 0 auto 5.5rem;
	position: relative;
}

.index-about>.title {
	font-size: 2.375rem;
	color: #15499A;
	line-height: 1.5;
	font-weight: 900;
	letter-spacing: 3px;
	text-align: center;
}

.index-about>.description p {
	font-size: 1rem;
	line-height: 2;
	text-align: center;
}

.index-about .line {
	display: block;
	text-align: center;
	margin-bottom: 1rem;
}

.index-about .line::before {
	content: '';
	display: inline-block;
	width: 3.125rem;
	background-color: #15499A;
	height: 5px;
}

.index-about .line::after {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: #15499A;
	margin-left: 3px;
}

.index-about-hover {
	position: absolute;
	left: 0;
	bottom: -14rem;
	display: block;
	width: 100%;
	padding: 3.125rem 1rem;
	z-index: 9;
	box-shadow: 2px -2px 8px rgba(0, 0, 0, .1);
	background-color: #fff;
}

.index-about-hover li {
	text-align: center;
}

.index-about-hover .title {
	font-size: 2.25rem;
	color: #15499A;
	font-weight: 900;
	line-height: 2;
}

.index-about-hover .description {
	font-size: 1rem;
	line-height: 2;
}

.indexNews-title {
	padding: 3.125rem 0;
	text-align: center;
}

.indexNews-title .title {
	font-size: 2rem;
	line-height: 1.5;
	color: #15499A;
	font-weight: 900;
}

.indexNews-title .subtitle strong {
	font-family: helvetica;
	font-size: 2.25rem;
	color: #000;
	line-height: 1;
	letter-spacing: 2px;
}

.indexNews-title .subtitle em {
	display: inline-block;
	border: 3px solid #15499A;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #fff;
	margin: 0 .75rem;
}

.indexNews-title .subtitle span {
	font-size: 1.125rem;
	letter-spacing: 2px;
}

.indexNews-list {
	padding: 2rem;
	background-color: #fff;
	transform: translate(-5rem, 3rem);
}

.indexNews-list li {
	display: block;
	border-bottom: 1px dashed #ccc;
	padding-bottom: .5rem;
	margin-bottom: .5rem;
}

.indexNews-list li .title {
	font-size: 1.125rem;
	line-height: 1.5;
	color: #333;
	letter-spacing: 1px;
}
.indexNews-list li:hover .title{
	color: #003677;
}
.indexNews-list li .date {
	font-size: 0.875rem;
	line-height: 1.5;
	color: #969696;
}

.indexNews-list li .description {
	font-size: .875rem;
	line-height: 1.5;
}

.swiper-partner {
	padding: 0 5rem;
}
.swiper-Main-next,.swiper-Main-prev{
	position: absolute;
	top: 45%;
	color: #fff;
	z-index: 99;
	font-size: 4rem;
	font-weight: 900;
	cursor: pointer;
}
.swiper-Main-next{
	right: 1%;
}
.swiper-Main-prev{
	left: 1%;
}
.swiper-partner-next,
.swiper-partner-prev{
	position: absolute;
	background-color: #fff;
	top: 0;
	display: inline-flex;
	font-size: 4.5rem;
	width: 5rem;
	height: 100%;
	align-items: center;
	justify-content: center;
	color: #999;
	cursor: pointer;
	z-index: 99999;
}

.swiper-partner-next{
	right: 0;
}

.swiper-partner-prev {
	left: 0;
}

.swiper-partner .swiper-slide {
	padding: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 192px;
	border: 1px solid #eee;
}
.swiper-partner .swiper-slide a{
	width: 100%;
}
.swiper-partner .swiper-slide img {
	max-width: 100%;
	width: 100%;
	max-height: 100%;
}
.miaodian{
	position: relative;
	top: -10.3125rem;
}
.links-item{
	padding: 1rem;
}
.links-item>span{
	height: 8rem;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 1rem;
	box-shadow: 0 4px 5px rgba(0,0,0,.05);
	cursor: pointer;
	overflow: hidden;
}
.links-item img{
	max-height: 100%;
	max-width: 100%;
}


/*foot*/
.footer {
	background: url(../image/foot-bg.jpg) no-repeat center center;
	position: relative;
	z-index: 9;
	padding: 4% 0 0;
}

.footer::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7);
	z-index: -1;
}

.footer .container {
	padding: 0 5% 2%;
}

.foot-ewm {
	width: 10rem;
	margin: 0 1rem 1rem;

}

.foot-ewm img {
	width: 100%;
	padding: .75rem;
	border-radius: 8px;
	background-color: rgba(255, 255, 255, .2);
	border: 1px solid rgba(255, 255, 255, .2);
	margin-bottom: .5rem;
}

.foot-ewm p {
	font-size: .875rem;
	letter-spacing: 2px;
	color: #fff;
	text-align: center;
	line-height: 1.5rem;
}

.foot-coming {
	max-width: 100%;
	padding: 0 3rem;
}

.foot-coming>a {
	display: block;
	color: #fff;
	font-size: 1.125rem;
	line-height: 3rem;
	border: 1px inset #ddd;
	width: 16.875rem;
	text-align: center;
	max-width: 100%;
	margin-top: 1.25rem;
	background-color: transparent;
	transition: all .35s ease-in-out;
}

.foot-coming>a:hover {
	border-style: outset;
	background-color: rgba(255, 255, 255, .2);
}

.foot-contact .title {
	font-size: 1.625rem;
	line-height: 2;
	border-bottom: 1px solid #ddd;
	color: #fff;
	margin-bottom: 1rem;
}

.foot-contact span {
	margin-left: 10px;
	font-size: 1.5rem;
	font-family: helvetica;
}

.foot-contact p {
	font-size: 1rem;
	line-height: 2;
	color: #fff;
}

.foot-contact ul {
	margin-top: 1.5rem;
}

.foot-contact li {
	color: #fff;
	margin-right: 15px;
	color: #ddd;
}

.foot-contact li:hover {
	color: #fff;
}

.copyright {
	border-top: 3px solid #15499c;
	background-color: #000;
	color: #fff;
	text-align: center;
	padding: 1rem 0;
}

.copyright h1 {
	font-size: 1.625rem;
	line-height: 1.5;
}

.copyright p {
	font-size: .875rem;
	color: #eee;
}

/*fixed*/
.fixed-box {
	position: fixed;
	right: 2px;
	top: 60%;
	z-index: 9999999;
}

.fixed-box li {
	position: relative;
	margin-bottom: 3px;
	padding-left: 5px;
}

.fixed-box li .iconfont {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 44px;
	height: 44px;
	background-color: #15499A;
	font-size: 26px;
	color: #fff;
	cursor: pointer;
}

.fixed-box li.goTop .iconfont {
	background-color: #444;
}

.fixed-phone {
	position: absolute;
	right: 100%;
	top: 0;
	background-color: #fff;
	width: 15rem;
	color: #777;
	padding: 1rem 1.5rem;
	border-radius: 3px;
	border: 1px solid #E0E1E5;
	box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);
	transform: scale(0);
}

.fixed-box li:hover .fixed-phone {
	transition: all .35s ease-in-out;
	transform: scale(1);
}

.fixed-phone p {
	white-space: nowrap;
	text-align: left;
}

.fixed-phone .iconfont {
	float: left;
	display: inline-flex;
	width: 3.75rem;
	height: 3.75rem;
	background-color: #aaa !important;
	border-radius: 50%;
	color: #fff !important;
	justify-content: center;
	align-items: center;
	margin-right: 0.75rem;
	margin-top: .5rem;
}

.fixed-phone .title {
	font-size: 1.125rem;
	color: #000;
	line-height: 2;
}

.fixed-phone .number {
	font-size: .875rem;
	color: #003677;
	line-height: 2;
}

.fixed-phone .time {
	border-top: 1px solid #eee;
	padding-top: .5rem;
	font-size: 12px;
	color: #999;
	line-height: 2rem;
	text-align: center;
}

/*about*/
.page-bigImg {
	position: relative;
	width: 100%;
}

.page-bigImg::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 5.0625rem;
	background-color: rgba(0, 0, 0, .35);
}

.page-hover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	color: #fff;
}

.page-hover .container {
	display: flex;
	height: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.page-hover h1 {
	font-size: 2.5rem;
	font-weight: 900;
	letter-spacing: 5px;
}

.page-hover h6 {
	font-size: 1.5rem;
	font-family: helvetica;
	line-height: 2;
	text-transform: uppercase;
}

.about-text{
	position: absolute;
	top: 15%;
	left: 15rem;
	max-width: 100%;
	width: 45rem;
}

.about-text .title {
	font-size: 2.375rem;
	color: #000;
	font-weight: 900;
	line-height: 2;
}

.about-text .description p {
	font-size: .875rem;
	letter-spacing: 2px;
	text-indent: 2em;
	line-height: 1.8;
	color: #444;
}

.about-title {
	position: relative;
	text-align: center;
	padding-top: 3.75rem;
	margin-bottom: 2.5rem;
}

.about-title .title {
	position: relative;
	font-size: 2.375rem;
	line-height: 2;
	color: #134a9a;
	font-weight: 900;
	z-index: 9;
	letter-spacing: 2px;
}

.about-title .subtitle {
	position: absolute;
	letter-spacing: 2px;
	left: 50%;
	font-weight: 900;
	top: 2.75rem;
	font-size: 2.25rem;
	line-height: 2;
	color: #ecedef;
	transform: translateX(-50%);
	z-index: 1;
	font-family: 'Times New Roman', Times, serif;
}

.about-title .description {
	font-size: 1.125rem;
	line-height: 2;
	color: #666;
	letter-spacing: 1px;
}

.qywh-item {
	position: relative;
}

.qywh-hover {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding: 5%;
	color: #fff;
}

.qywh-hover .subtitle {
	font-size: 1.5rem;
	line-height: 2;
	font-family: helvetica;
	letter-spacing: 1px;
}

.qywh-hover .title {
	font-size: 2.25rem;
	line-height: 2;
	letter-spacing: 2px;
}

.qywh-hover .description {
	font-size: 1.125rem;
	line-height: 2;
}

.qywh-hover .main {
	margin-top: 1.5rem;
	display: inline-block;
	font-size: 1.25rem;
	line-height: 2.5rem;
	padding: 0 1.5rem;
	border: 1px solid #fff;
	letter-spacing: 1px;
	font-weight: 900;
}

.swiper-env {
	padding: 0 5rem;
}

.swiper-env .swiper-partner-next,
.swiper-env .swiper-partner-prev
{
	padding-bottom: 2.5rem;
}
.honor_type{
	text-align: center;
}
.honor_type span{
	display: inline-block;
	border: 1px solid #ddd;
	font-size: 1.5rem;
	font-family: helvetica;
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 4rem;
	padding: 0 2rem;
	margin: 1rem;
	margin-top: 0;
	cursor: pointer;
	transition: all .35s ease-in-out;
}
.honor_type span:hover{
	background-color: #000066;
	color: #fff;
}
.honor-item{
	padding: 1rem;
	background-color: #fff;
	border: 1px solid #ddd;
	overflow: hidden;
}
.honor-list img{
	max-width: 100%;
}
.honor-list .swiper-slide{
	display: flex;
	flex-wrap: wrap;
	padding: 1.5rem;
}
.honor-list .swiper-honor{
	display: none;
}
.honor-list .swiper-honor:first-child{
	display: block;
}
/*pro*/
.pro-box ul {
	display: flex;
	flex-wrap: wrap;
}

.pro-box li {
	padding: 1%;
	margin: 2%;
	background-color: #F7F8F8;
	width: 46%;
	text-align: center;
}
.pro-box li:hover{
	transition: all .35s ease-in-out;
	background-color: #d5ecfd;
}
.pro-box li>a{
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.pro-box li .title {
	font-size: 1.125rem;
	color: #666;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 1rem;
}
.pro-box li .subtitle {
	font-size: 1.75rem;
	line-height: 1.5;
	color: #000;
	text-align: center;
	max-width: 100%;
	letter-spacing: 1px;
}

.pro-box li img {
	max-width: 100%;
	max-height: 100%;
}

.pro-box li .pic {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	margin-bottom: 1.5rem;
}

.pro-box li .more {
	text-align: center;
}

.pro-box li .more span {
	font-size: 1.25rem;
	color: #888;
}

.pro-box li:hover .more span {
	color: #15499A;
	text-decoration: underline !important;
}

.pro-label li>a {
	display: block;
	position: relative;
	background-color: #F7F8FA;
	line-height: 3.125rem;
	margin-bottom: 1rem;
	padding: 0 1.5rem;
	font-size: 1rem;
	color: #777;
}

.pro-label li.active>a::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 10px;
	height: 100%;
	background-color: #003677;
}

.pro-label li>a:hover {
	color: #003677;
}

.pro-list li {
	padding: .5rem;
}

.pro-list li>a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #F7F8FA;
	padding: .5rem 2rem 3.75rem;
	height: 100%;
	transition: all .35s ease-in-out;
}

.pro-list-hover {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding-bottom: .5rem;
}

.pro-list li .pic-box {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.pro-list li .pic-box::after {
	content: '';
	display: block;
	padding-top: 100%;
}

.pro-list li .pic-box img {
	max-width: 100%;
	max-height: 100%;
	margin-bottom: 1rem;
	transform: scale(.96);
	transition: all .35s ease-in-out;
}

.pro-list .title {
	font-size: 1.5rem;
	line-height: 1.5;
	color: #000;
	text-align: center;
}
.col-20{
	width: 20%;
	padding:0 1rem;
}

.pro-list .subtitle {
	font-size: 1rem;
	line-height: 1.5;
	text-align: center;
	color: #15499A;
}

.pro-list .more {
	text-align: center;
	font-size: .875rem;
	margin-top: 1.5rem;
}

.pro-list li>a:hover {
	background-color: #d5ecfd;
}

.pro-list li>a:hover .more span {
	color: #15499A;
	text-decoration: underline;
}

.pro-list li>a:hover .pic-box img {
	transform: scale(1);
}

.page-position {
	background-color: #F7F8FA;
}

.page-position ul {
	padding: 1rem 0;
}

.page-position li {
	font-size: 0.875rem;
	line-height: 2rem;
}

.page-position li .iconfont {
	font-size: 1.25rem;
	vertical-align: middle;
}

.page-position li>a:hover {
	color: #3071BF;
}


.content-label {
	background-color: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.content-label ul {
	justify-content: center;
}

.content-label li {
	padding: 1.5625rem 0;
}

.content-label li>a {
	display: block;
	font-size: 1rem;
	padding: 0 2.5rem;
	text-align: center;
	border-right: 1px solid rgba(0, 0, 0, .1);
}

.content-label li:last-child>a {
	border-right: 0;
}

.content-label li h6 {
	font-size: 1rem;
	line-height: 1.5rem;
	color: #777;
}

.content-label li>a:hover h6 {
	color: #003677;
}

.content-label-fixed {
	position: fixed;
	width: 100%;
	left: 0;
	top: 5.0625rem;
	z-index: 99999;
	background-color: rgba(0, 54, 119, .8);
}
.content-label-fixed li>a{
	border-right: 1px solid rgba(255, 255, 255, .3);
}

.content-label-fixed li h6 {
	color: #fff !important;
}


.content-about .title {
	font-size: 2.75rem;
	line-height: 1.3;
	color: #003677;
	font-weight: 900;
}

.content-about .subtitle {
	font-size: 2rem;
	line-height: 1;
	padding-bottom: .5rem;
	color: #777;
}
.content-about .subname{
	font-size: 1.5rem;
	line-height: 1;
	color: #777;
	padding-bottom: 1.5rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.content-about .label-title {
	font-size: 1.5rem;
	line-height: 2;
	letter-spacing: 2px;
	color: #003677;
	background-color: #eaeaea;
	padding: 0 .25rem;
}

.content-about .label-title span {
	font-size: 1.25rem;
	margin-left: 1rem;
	font-family: arial;
}
.content-about .description{
	background-color: #fff;
	padding: 1rem;
	border-radius: 10px;
	margin: 1rem 0;
}
.content-about .description,.content-about .description p{
	font-size: 1.125rem;
	letter-spacing: 2px;
	line-height: 1.6;
	color: #555;
}
.content-bigImg {
	border: 1px solid #ddd;
	background-color: #fff;
	text-align: center;
	margin: 1rem 0;
}
.swiper-xq .swiper-slide{
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 20rem;
	height: auto;
}
.content-bigImg img {
	padding: 3% 5%;
	max-width: 100%;
	max-height: 30rem;
}
.swiper-xq-bars ul{
	display: flex;
	justify-content: center;
}
.swiper-xq-bars ul li{
	width: 14%;
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #ddd;
	background-color: #fff;
	margin-right: 0.625rem;
	overflow: hidden;
}
.swiper-xq-bars ul li::after{
	content: '';
	display: block;
	padding-top: 100%;
}
.swiper-xq-bars ul li.active{
	border: 1px solid #15499A;
}



.news-list {
	padding-top: 2%;
	padding-bottom: 2%;
}

.news-list li {
	padding: 5%;
	background-color: #fff;
	margin-bottom: 2%;
	transition: all .35s ease-in-out;
}

.news-list li .news-left {
	float: left;
	width: 60%;
}

.news-list li .news-left .date {
	font-size: 1.5rem;
	line-height: 2;
	color: #999;
	font-family: arial;
}

.news-list li .news-left .title {
	font-size: 1.875rem;
	line-height: 2;
	margin-bottom: 2%;
}

.news-list li .news-left .description {
	font-size: 1.125rem;
	color: #808080;
	letter-spacing: 2px;
	line-height: 2;
}

.news-list li .news-right {
	float: right;
	width: 35%;
}

.news-list li:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.news-list li:hover .news-left .title {
	color: #003677;
}

.solution-list li {
	padding: 1.5rem;
}

.solution-list li>a {
	display: block;
	overflow: hidden;
	border: 1px solid #ddd;
	box-shadow: -2px 2px 6px rgba(0, 0, 0, .2);
}

.sol-img {
	position: relative;
	width: 100%;
	height: 15rem;
	overflow: hidden;
}

.sol-img-hover {
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7);
	opacity: 0;
	transition: all .35s ease-in-out;
}

.solution-list li>a:hover .sol-img-hover {
	opacity: 1;
}

.sol-img-hover em {
	display: inline-block;
	width: 60%;
	height: 1px;
	background-color: #fff;
	transition: all .35s ease-in-out;
}

.sol-img-hover p {
	font-size: 1.25rem;
	color: #fff;
	line-height: 2;
}

.sol-img-hover:hover em {
	width: 10%;
}

.sol-text {
	padding: 1.25rem 1.25rem 0.625rem;
	background-color: #fff;
}

.sol-text .title {
	font-size: 1.25rem;
	line-height: 2;
	text-align: center;
	font-weight: 900;
	color: #15499A;
}

.sol-text .description {
	font-size: 1rem;
	color: #777;
	line-height: 2;
	margin-bottom: 1rem;
	padding-bottom: .5rem;
	border-bottom: 1px solid #ddd;
}

.sol-text .more {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sol-text .more .iconfont {
	font-size: 1.5rem;
	transform: translateX(0);
	transition: all .25s ease-in-out;
}

.solution-list li:hover .sol-text .more .iconfont {
	transform: translateX(-20px);
}

.page-label li {
	padding: 1.5rem 0;
}

.page-label li>a {
	display: inline-block;
	font-size: 1.125rem;
	padding: 0 1.5rem;
	line-height: 1.5rem;
	border-right: 1px solid rgba(0, 0, 0, .1);
	color: #777;
}

.page-label li>a:hover {
	color: #003677;
}


.job-item {
	padding: 1.5rem;
	margin-bottom: 1rem;
	text-align: center;
}

.job-item .title {
	display: inline-block;
	font-size: 1.25rem;
	color: #fff;
	background-color: #003677;
	line-height: 2.4;
	padding: 0 2.5rem;
	border-bottom-left-radius: 1.5625rem;
	border-top-right-radius: 1.5625rem;
	letter-spacing: 2px;
	margin-bottom: 2rem;
}

.job-item p {
	font-size: 1.125rem;
	color: #666;
	letter-spacing: 2px;
}

.hr-type {
	background-color: #003677;
	color: #fff;
}

.hr-type li,
.hr-item li {
	width: 15%;
	padding: 1.25rem;
}

.hr-item {
	border-bottom: 1px solid #ddd;
	cursor: pointer;
}

.hr-item:hover {
	background-color: #ddd;
}

.hr-submit {
	color: #003677;
	font-weight: 900;
}

.hr-submit:hover {
	color: #000;
}

.hr-submit .iconfont {
	font-size: 1.25rem;
}

.job-message {
	position: fixed;
	width: 0%;
	overflow: hidden;
	max-width: 100%;
	height: 100vh;
	background-color: #003677;
	color: #fff;
	top: 0;
	right: 0;
	z-index: 999999999;
	border-left: 1px solid #ddd;
	transition: all .5s ease-in-out;
}

.job-form {
	width: 100%;
	padding: 6% 8% 4%;
}

.job-form-title {
	font-size: 2rem;
	line-height: 2;
	margin-bottom: 1.5rem;
	letter-spacing: 2px;
}

.job-form-title .iconfont {
	font-size: 2.4rem;
}

.message-box {
	border: 1px solid #ddd;
	border-radius: 1rem;
	padding: 5%;
	background-color: #fff;
}

.message-title {
	margin-bottom: 3rem;
	text-align: center;
}

.message-title .title {
	font-size: 2rem;
	line-height: 2;
	color: #15499A;
}

.message-title .subtitle {
	font-size: 1.25rem;
	line-height: 2;
	font-family: helvetica;
	color: #ccc;
}

.message-title .description {
	font-size: .875rem;
	color: #000;
	line-height: 2;
	letter-spacing: 3px;
}

.message-group {
	display: flex;
	justify-content: center;
}

.message-group .message-item {
	flex: 1;
	padding: .5rem 5%;
}

.message-group .message-item label {
	display: block;
	font-size: 1.25rem;
	line-height: 2;
	color: #000;
}

.message-group .message-item label em {
	color: #FF0000;
	margin-right: 5px;
}

.message-group .message-item input,
.message-item textarea,
.message-submit {
	display: block;
	width: 100%;
	padding: 0 1rem;
	font-size: 1rem;
	line-height: 2rem;
	border: 1px solid #ccc;
	color: #999;
}

.message-submit {
	margin-top: 1.5rem;
	transition: all .35s ease-in-out;
	line-height: 3rem;
	font-size: 1.125rem;
}

.message-submit:hover {
	background-color: #15499A;
	color: #fff;
}

.message-group .message-item input:focus,
.message-item textarea:focus {
	outline: none;
	border-color: #15499A;
	background-color: rgba(21, 73, 154, .1);
}

.form-item {
	display: flex;
	margin-bottom: 2rem;
}

.form-item label {
	display: inline-block;
	background-color: rgba(0, 0, 0, .2);
	padding: 0 1.5rem;
	line-height: 3rem;
	margin: 0;
	margin-right: 1rem;
	white-space: nowrap;
}

.form-item input {
	line-height: 3rem;
	padding: 0 1.5rem;
	border: none;
	flex: 1;
	margin-right: 1rem;
	font-size: 1rem;
}

.form-item textarea {
	width: 100%;
	margin-right: 1rem;
	line-height: 3rem;
	padding: 0 1.5rem;
	font-size: 1rem;
}

.form-item-sub {
	padding: 0 1.5rem;
	font-size: 1rem;
	line-height: 2.2rem;
	letter-spacing: 1px;
	background-color: rgba(0, 0, 0, .9);
	color: #fff;
	border: none;
}

.job-close {
	position: absolute;
	left: 0;
	top: 0;
	width: 3.75rem;
	height: 3.75rem;
	background-color: #fff;
	cursor: pointer;
}

.job-close::before {
	content: '';
	position: absolute;
	left: 1.65rem;
	top: .35rem;
	width: 3px;
	height: 3rem;
	background-color: #666;
	transform: rotateZ(45deg);
}

.job-close::after {
	content: '';
	position: absolute;
	left: 1.65rem;
	top: .35rem;
	width: 3px;
	height: 3rem;
	background-color: #666;
	transform: rotateZ(135deg);
}

.good-label ul {
	display: flex;
	justify-content: center;
}

.good-label ul li {
	font-size: 2.25rem;
	line-height: 2;
	margin-bottom: 1.5rem;
}

.good-list li {
	margin-bottom: 1.5rem;
	cursor: pointer;
}

.good-list li .title {
	margin-top: .5rem;
	font-size: 1.125rem;
	line-height: 2;
	text-align: center;
}

.good-list li .pic {
	overflow: hidden;
}

.good-list li .pic img {
	transform: scale(1.2);
}

.good-list li:hover img {
	transition: all 3s ease-in-out;
	transform: scale(1);
}

.good-list li:hover .title {
	color: #003677;
}

.pic-swiper-box {
	position: fixed;
	left: 0;
	top: 100%;
	width: 100%;
	height: 100vh;
	z-index: 9999999999999;
}

.pic-swiper {
	width: 100%;
	height: 100vh;
	background-color: #000;
}

.pic-swiper .swiper-slide {
	padding: 5%;
	position: relative;
	text-align: center;
}

.pic-swiper .swiper-slide img {
	max-width: 100%;
	max-height: 100%;
}

.pic-swiper .swiper-slide p {
	font-size: 1.25rem;
	line-height: 2;
	color: #fff;
}

.pic-close {
	position: absolute;
	right: 1rem;
	top: 1rem;
	cursor: pointer;
	z-index: 99999;
	font-size: 2.25rem;
	color: #fff;
}

.pro-tabs {
	position: fixed;
	right: 0;
	top: 30%;
	width: 2.5rem;
	transition: all .45s ease-in-out;
	z-index: 999;
}

.pro-tabs li {
	width: 100%;
	height: 2.5rem;
	overflow: hidden;
	background-color: #eee;
	margin-bottom: 3px;
	line-height: 2.5rem;
	padding-right: 10px;
	font-size: .875rem;
	transition: all .35s ease-in-out;
}

.pro-tabs li span {
	display: inline-block;
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
	text-align: center;
	font-size: 0.9375rem;
	color: #fff;
	background-color: #003677;
	margin-right: 10px;
}

.pro-tabs li>a {
	display: inline-block;
	line-height: 2.5rem;
}

.pro-tabs li:hover {
	background-color: #000;
	color: #fff;
}

.pro-tabs:hover {
	width: 10.75rem;
}

/**/
.fz-left {
	position: relative;
}

.fz-left-hover {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding: 5%;
}

.fz-left-hover img {
	height: 4.375rem;
	margin-bottom: 1.5rem;
}

.fz-left-hover .title {
	font-size: 1.875rem;
	line-height: 2;
	color: #fff;
	letter-spacing: 2px;
	font-weight: 900;
}

.fz-left-hover .description {
	font-size: 1.375rem;
	color: #fff;
	line-height: 2;
	letter-spacing: 2px;
}

.fazhan-list {
	position: relative;
	height: 62.5rem;
	overflow-y: scroll;
	margin-bottom: 2.5rem;
}

.fazhan-list li {
	display: flex;
	padding-bottom: 2rem;
	cursor: pointer;
	position: relative;
}

.fazhan-list li::after {
	position: absolute;
	content: '';
	display: block;
	left: 20%;
	top: 0;
	width: 6px;
	height: 100%;
	background-color: #ccc;
}

.fazhan-list .fazhan-title {
	width: 20%;
	padding-right: 5%;
	position: relative;
	z-index: 999;
}

.fazhan-list .fazhan-title .circle {
	position: absolute;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	top: 45%;
	right: -.69rem;
	width: 1rem;
	height: 1rem;
	background-color: #fff;
	z-index: 999;
	border: 4px solid #ccc;
	border-radius: 50%;
	transform: scale(1);
	transition: all .35s ease-in-out;
}

.fazhan-list li i {
	display: inline-block;
	width: .5rem;
	height: .5rem;
	border-radius: 50%;
	background-color: #fff;
	transition: all .35s ease-in-out;
}

.fazhan-list li:hover .fazhan-title .circle {
	transform: scale(3);
	border-width: 1px;
}

.fazhan-list li:hover .fazhan-title .circle i {
	background-color: #003677;
}


.fazhan-list .fazhan-title h3 {
	font-size: 1.5rem;
	line-height: 2.4;
	color: #003677;
	font-weight: 900;
	text-align: right;
	white-space: nowrap;
}

.fazhan-list .fazhan-title p {
	font-size: 1.25rem;
	color: #666;
	line-height: 2;
	text-align: right;
}

.fazhan-list .fazhan-description {
	display: flex;
	flex: 1;
	padding-left: 5%;
	align-items: center;
	font-size: 1.125rem;
	letter-spacing: 1px;
	color: #666;
}

.fazhan-list li:hover .fazhan-description {
	color: #003677;
}


.fazhan-list::-webkit-scrollbar {
	width: 4px;
	/*对垂直流动条有效*/
	height: 4px;
	/*对水平流动条有效*/
}

/*定义滚动条的轨道颜色、内阴影及圆角*/
.fazhan-list::-webkit-scrollbar-track {
	background-color: #eee;
}

/*定义滑块颜色、内阴影及圆角*/
.fazhan-list::-webkit-scrollbar-thumb {
	background-color: #003677;
}

/*定义两端按钮的样式*/
.fazhan-list::-webkit-scrollbar-button {}

/*定义右下角汇合处的样式*/
.fazhan-list::-webkit-scrollbar-corner {}




.BMap_bubble_title h4{
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	color: #003677;
}
.BMap_bubble_title .input-item{
	font-size: 14px;
	color: #333;
	line-height: 1.5;
}