@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

h2,
h3,
i,
em {
	font-style: normal;
}

html,
body {
	font-family: 微软雅黑;
}

input,
img,
a {
	outline: none;
	border: 0;
}

.px1400 {
	max-width: 1400px;
	margin: 0 auto;
}
.header{
	background-color: #18489c;
}
.head{
	overflow: hidden;
}
.head>div{
	float: right;
	height: 40px;
}
.dh>ul{
	overflow: hidden;
	margin-top: 13px;
}
.dh>ul>li{
	float: left;
	line-height: 14px;
}
.dh>ul>li>a{
	font-size: 14px;
	color: #ffffff;
	padding: 0 10px;
}
.dh>ul>li:nth-child(1){
	border-right: 2px solid #bbc3db;
}
.dh{
	float: left;
}
.seach{
	float: right;
	position: relative;
	margin-left: 15px;
}
.seach input[type="text"]{
	width: 169px;
	height: 25px;
	background-color: rgba(24, 72, 156, 0.18);
	border: solid 1px #4269ae;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 30px;
	margin-top: 7px;
}
.seach input[type="image"]{
	/* position: absolute; */
	/* top: 60%; */
	/* transform: translateY(-50%); */
	/* right: 10px; */
	/* margin: 0 auto; */
	padding:0 5px;
}
input{
	color: #ffffff;
}
input:-moz-placeholder{   
    color: #8798c2;   
}   
  
input:-ms-input-placeholder{   
    color: #8798c2;   
}   
  
input::-webkit-input-placeholder{   
    color: #8798c2;   
}  
#nav::after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.logo{
	float: left;
	max-width: 356px;
	margin-top: 30px;
}
.logo>a>img{
	display: block;
	width: 100%;
}
.nav{
	float: right;
}
.nav>ul::after {
		content: "";
		display: block;
		height: 0;
		clear: both;
}
.nav>ul>li{
	float: left;
	text-align: center;
	margin-left: 20px;
	position: relative;
}
.nav>ul>li>a{
	display: block;
	font-size: 18px;
	line-height: 117px;
	color: #222222;
}
.nav>ul>li>ul>li:hover {
	background-color: #2d6edf;
}
.nav>ul>li>ul {
	position: absolute;
	left: -30%;
	right: 0;
	display: none;
	z-index: 9999;
	width: 130px;
	background-color: #18489c;top:100px;
}

.nav>ul>li>ul>li {
	text-align: center;
	line-height: 40px;
text-align: center;
    line-height: 20px;
    padding: 10px 5px;
}

.nav>ul>li>ul>li>a {
	font-size: 16px;
	color: #fff;

}




.section-index6{padding:0px 0 6px;background-repeat:no-repeat;background-position:center center;-webkit-background-size:cover;background-size:cover;overflow:hidden}
.section-index6 .d-hd1{margin-bottom:47px}
.d-themeLs1{margin:0 -20px 20px;display:-webkit-flex;display:flex;flex-wrap:wrap}
.d-themeLs1 li{padding:0 20px;margin-bottom:40px;width:25%;flex-shrink:0;height:60px;background:#c9d2f3}
.d-themeLs1 .con{display:block;padding-top:48.65%;position:relative;border-radius:5px;overflow:hidden}
.d-themeLs1 .con img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}
.d-themeLs1 .con:hover img{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05)}
.d-themeIconLs1{display:-webkit-flex;display:flex;justify-content:space-between}


.d-themeIconLs1 li{ width:auto;  padding: 3vw ;}
.d-themeIconLs1 .con{display:block}
.d-themeIconLs1 .icon{margin:0 auto 23px;width:110px;height:110px;line-height:108px;font-size:0;text-align:center;border-radius:50%;position:relative;z-index:1;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}
.d-themeIconLs1 .icon:before{content:'';position:absolute;left:0;top:0;width:100%;height:100%;border:1px dashed rgba(125,125,125,.3);border-radius:50%;z-index:-1}
.d-themeIconLs1 .icon img{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%}
.d-themeIconLs1 .tit{font-size:20px;color:#222;font-weight:400;text-align:center;font-family:SourceHanSansCN-Regular; padding: 20px 0;}
.d-themeIconLs1 .con:hover .icon{background-color:#fff}
.d-themeIconLs1 .con:hover .icon:before{border-color:#003e8f;animation:8s linear infinite alternate ani_scale1}



@media only screen and (max-width: 1799px){

.d-themeIconLs1 .tit {
    font-size: 1.15vw;
}
}

@media only screen and (max-width: 1199px){
.d-themeIconLs1 .tit {
    font-size: 1.27vw;
}
}

@media only screen and (max-width: 950px){
.d-themeIconLs1 {
    margin-bottom: -3vw;
    flex-wrap: wrap;
    justify-content: flex-start;
}


.d-themeIconLs1 li {
    margin: 3vw ;
    width: 25% ;
}
.d-themeIconLs1 .tit {
    font-size: 2.21vw ;
}

.section-index6{padding:8vw 0}
.d-themeLs1 li{width:50%}
.d-themeIconLs1{margin-bottom:-3vw;flex-wrap:wrap;justify-content:flex-start;}
.d-themeIconLs1 .icon{width:14vw;height:14vw;line-height:14vw}



}






@media screen and (max-width: 768px){
.d-themeIconLs1 .tit {
    font-size: 1.55vw ;
}
}

.nymain .leftNav ul li a {
	display: block;
	font-size: 18px;
	line-height: 25px;
	padding-left: 45px;
	color: #000;padding:20px;
}

.nymain .leftNav>ul>li>span {
    position: absolute;
    width: 25px;
    height: 25px;
    right: 1px;
    top: 20px;
    line-height: 50px;
    background: url(../image/sub_left_down.png) no-repeat center center;
    cursor: pointer;
    transition: all 0.3s;
}

.footer{
	padding: 40px 0;
	background-color: #003391;
}
.foot{
	overflow: hidden;
}
.foot-l{
	float: left;
	width: 47.14%
}
.foot-m{
	float: right;
	width: 35.71%;
}
.foot-r{
	float: right;display:none;
}
.foot-l>p{
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	margin-top: 15px;
}
.foot-l p a {
    color: white;
}
.foot-m>h2{
	font-size: 16px;
	line-height: 30px;
	color: #fefefe;
	margin-bottom: 15px;
}
.foot-m>p{
	font-size: 14px;
	line-height: 30px;
	color: #fefefe;
}
.foot-m>p>img{
	margin:0 10px;
}
.rwm{
	margin-top: 15px;
}
.dh>ul>li:hover a{
	color: #4884ee;
}




.footer .footer-11{padding:22px 0}
.footer .footer-nav{line-height:40px;font-family:SourceHanSansCN-Regular;display:-webkit-flex;display:flex;align-items:center}
.footer .footer-nav .tit{margin-right:8px;font-size:18px;color:#003e8f;flex-shrink:0}
.footer .footer-nav .cont{flex-grow:1}
.d-ftNav-swp1{padding-right:80px;position:relative;overflow:hidden}
.d-ftNav-swp1 .slider{margin:0 -20px;position:relative;overflow:hidden}
.d-ftNav-swp1 .swiper-slide{width:auto!important}
.d-ftNav-swp1 .swiper-slide:nth-child(1) .a1:before{display:none}
.d-ftNav-swp1 .a1{padding:0 20px;display:block;font-size:18px;color:#666;line-height:inherit;position:relative;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}
.d-ftNav-swp1 .a1:before{content:'';position:absolute;left:0;top:50%;width:7px;height:18px;background:url() center center no-repeat;-webkit-background-size:100% 100%;background-size:100% 100%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
.d-ftNav-swp1 .a1:hover{color:#003e8f}
.d-ftNav-swp1 .swiper-btns{position:absolute;right:-14px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);z-index:10;display:-webkit-flex;display:flex;align-items:center}
.d-ftNav-swp1 .swiper-btns .swiper-next,.d-ftNav-swp1 .swiper-btns .swiper-prev{width:40px;height:40px;background-repeat:no-repeat;background-position:center center;-webkit-background-size:11px auto;background-size:11px auto}
.d-ftNav-swp1 .swiper-btns .swiper-prev{background-image:url()}
.d-ftNav-swp1 .swiper-btns .swiper-next{background-image:url()}


/* 移动端头部 */
.top {
	max-width: 1920px;
	margin: 0 auto;
	position: fixed;
	right: 10px;
	top: 18px;
	width: 25px;
	height: 25px;
	z-index: 9999;
}

.wap {
	display: none;
}

.top>img {
	display: block;
	width: 100%;
}

.wap-menu {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99999;
	font-size: 0;
}

.close-menu {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
}

.wap-menu img {
	height: 25px;
}

.m-head {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 10px;
	z-index: 999;
}

.banner a {
	display: block;
}

.banner img {
	width: 100%;
}

/* 移动端头部 */
.top {
	max-width: 1920px;
	margin: 0 auto;
	position: fixed;
	right: 10px;
	top: 18px;
	width: 25px;
	height: 25px;
	z-index: 9999;
}

.wap {
	display: none;
}

.top>img {
	display: block;
	width: 100%;
}

.wap-menu {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99999;
	font-size: 0;
}

.close-menu {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
}

.wap-menu img {
	height: 25px;
}

.m-head {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 10px;
	z-index: 999;
}

.banner a {
	display: block;
}

.banner img {
	width: 100%;
}
@media screen and (max-width: 1273px){
	.nav>ul>li{
		margin-left: 8px;
	}
}

@media screen and (max-width: 1024px) {
	.px1400 {
		padding-left: 15px;
		padding-right: 15px;
	}

	body {
		padding-top: 60px;
	}

	.footer {
		padding: 20px 0;
	}

	.header {
		display: none;
	}

	#logo {
		display: none;
	}

	.wap {
		display: block;
	}

	.m-logo {
		font-size: 0;
	}

	.m-head {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background: #fff;
		padding: 10px;
		z-index: 999;
		box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
		background-color: #18489c;
	}

	.m-logo {
		font-size: 0;
	}

	.m-logo a {
		font-size: 0;
		line-height: 40px;
	}

	.m-logo img {
		max-height: 40px;
		max-width: 80%;
		vertical-align: middle;
	}

	.m-tlink {
		padding: 10px 15px 0 15px;
	}

	.m-tlink a {
		font-size: 14px;
		margin-right: 15px;
		margin: 5px 0;
		color: #fff;
		display: inline-block;
		font-size: 14px;
		line-height: 24px;
		background: #fff;
		color: #004980;
		line-height: 30px;
		padding: 0 15px;
		border-radius: 5px;
	}

	.m-search {
		margin: 0 15px;
		padding-right: 50px;
		padding-left: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
		position: relative;
		line-height: 35px;
		margin-top: 15px;

	}

	.m-search input[type="text"] {
		display: block;
		width: 100%;
		padding-left: 20px;
		line-height: 35px;
		background: none;
		color: #fff;
		border: 1px solid #ddd;
		border-radius: 20px;
		padding-right: 30px;
	}

	.m-search input[type="text"]::placeholder {
		color: #fff;
	}

	.m-search input[type="image"] {
		position: absolute;
		right: -1px;
		top: 6px;
		height: 15px;
		background: #1e2f89;
		padding: 10px;
		border-radius: 20px;
	}

	.m-nav {
		position: fixed;
		top: 60px;
		left: 100%;
		right: 0;
		bottom: 0;
		z-index: 999;
		background: #1e2f89;
		overflow-y: scroll;
	}

	.m-nav ul {
		padding: 0 15px;
	}

	.m-nav ul li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		position: relative;
	}

	.m-nav ul li>span.on {
		transform: rotateZ(90deg);
	}

	.m-nav ul li ul {
		display: none;
	}

	.m-nav ul li ul li {
		border: none;
	}

	.m-nav>ul>li a {
		display: block;
		font-size: 14px;
		line-height: 20px;
		padding: 15px 0;
		position: relative;
		color: #fff;
	}

	.m-nav>ul>li ul li a {
		padding: 10px 0;
	}

	.m-nav>ul>li>span {
		position: absolute;
		width: 20px;
		height: 20px;
		background: url("../image/m-nav_down.png") no-repeat;
		background-size: 14px 14px;
		background-position: center center;
		right: 0;
		top: 15px;
		cursor: pointer;
		display: block;
		color: #fff;
		transition: all 0.3s;
	}


}
@media screen and (max-width: 375px){

.ft-top a img{
    width:290px !important;
}
}
@media screen and (max-width: 768px){
	.foot-l{
		float: none;
		width: auto;
		text-align: center;
	}
	.foot-m{
		float: none;
		width: auto;
		text-align: center;
	}
	.foot-r{
		float: none;
		width: auto;
		text-align: center;
	}
}

.text-list table td b {
    overflow-wrap: anywhere;
}
.ser_img {
    background: #18489c;
    width: 22px;
    height: 25px;
    position: absolute;
    right: 1px;
    top: 8px;
}