body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,
form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0;}
caption, tbody, tfoot, thead, tr, th,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{display: block;margin: 0;padding: 0;}
body,button,input,select,textarea{font:12px/1.5 Microsoft YaHei;font-family: "Microsoft YaHei","微软雅黑",Arial,sans-serif;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight: 100;font-family: "Microsoft YaHei","微软雅黑",Arial,sans-serif;}
address,cite,dfn,em,var{font-style:normal;}
code,kbd,pre,samp{font-family:courier,courier,monospace;}
li{list-style:none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent;
}
a,a:hover,a:link,a:visited,a:active{text-decoration:none;
-webkit-tap-highlight-color: transparent;
}
a,button,h3{
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
	font-weight: 500
}

img{border:0;}
button,input,select,textarea{font-size:100%;outline: none;
-webkit-appearance : none ;  
border-radius: 0; 
}
/* table{border-collapse:collapse;border-spacing:0;} */
div{box-sizing: border-box;}
@font-face {
  font-family: 'Black';
  src: url('font/Aileron-Black.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Mona';
  src: url('font/MonaBella.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SemiBold';
  src: url('font/Aileron-SemiBold.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('font/Montserrat-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SC';
  src: url('font/SC.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SCm';
  src: url('font/SCm.ttf');
  font-weight: normal;
  font-style: normal;
}
body{
    font-family:"Microsoft YaHei","微软雅黑",Arial,sans-serif;    padding-top: 75px;
}
*,*::before,*::after{box-sizing:border-box;}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a,span{
outline:none;
   -webkit-tap-highlight- color :  transparent ;
   -webkit-touch-callout:  none ;
   -webkit-user-select:  none ;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    border: 0 none;
    max-width: 100%;
}
select {border: 1px solid #000;
appearance:none;-moz-appearance:none;-webkit-appearance:none;}
select::-ms-expand { display: none; }
.fn-clear:after {visibility:hidden; display:block; font-size:0;	content:" "; clear:both; height:0;}
.fn-clear {zoom:1;}.clear:after{display: table; line-height: 0; content: ""; height:0; clear: both;}
.float-tl {float:  left;}
.float-tr {float: right;}
.font-15{font-size: 15px;line-height: 28px;}
.font-16{font-size: 16px;}
.font-18{font-size: 18px;}
.font-20{font-size: 20px;}
.font-25{font-size: 25px;}
.font-30{font-size: 30px;}
.font-35{font-size: 35px;}
.one-text{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.two-text{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.three-text{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.four-text{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
body{
    background:#ffffff;
	overflow-x: hidden;
}
a{font-family: "Microsoft YaHei","微软雅黑",Arial,sans-serif;}
p{text-align: justify;font-family: "Microsoft YaHei","微软雅黑",Arial,sans-serif;}
/*header*/
.headertop{
	position: fixed;
	z-index: 999;
	top: 0px;
	left: 0;
	right: 0;
	height: 50px;
	background: #195492;
	transition: all 0.5s;
}
header {
	position: fixed;
	z-index: 999;
	top: 0px;
	left: 0;
	right: 0;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.03);
	height: 75px;
	background: none;
	transition: all 0.5s;
}
header.navcom{
	top: 0px;
}
header.no-fixed {
  transform: translateY(-100%);
}
header .headerin {
  position: relative;
  height: 100%;
}
header .logo,
header .logo2 {
  position: absolute;
  top: 13px;
  z-index: 33;
  opacity: 0;
}
header .logo2 img,
header .logo img{
	max-height: 100%;
}
header .logo2 p{
	font-size: 16px;
	color: #004186;
	text-align: center;
}
header:hover,
header.fixed {
    background: #fff;
  }
header:hover .logo,
header.fixed .logo {
    opacity: 0;
}
header:hover .logo2,
header.fixed .logo2 {
    opacity: 1;
}
header .logo {
    display: block;
    opacity: 1;
}
header:hover nav a,
header.fixed nav a {
    color: #333;
  }
header:after {
    position: absolute;
    background: rgba(255, 255, 255, 1);
    opacity: 0.1;
    content: "";
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
  }
header .logo2 {
	opacity: 0;
}
.navbar-toggle {
	display: block;
	cursor: pointer;
	height: 36px;
}
.navbar-toggle {
	position: absolute;
	z-index: 102;
	top: 53%;
	margin-top: -15px;
	transition: .3s all;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-o-transition: .3s all;
	-ms-transition: .3s all;
	height: 30px;
	bottom: auto;
	right: 4%;
}
.navbar-toggle span {
	position: relative;
	font-size: 0;
	width: 22px;
	height: 2px;
	background-color: #333;
	display: inline-block;
	transition: all 250ms ease-out;
	-webkit-transition: all 250ms ease-out;
}
.navbar-toggle span:after, .navbar-toggle span:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #333;
	left: 0;
	transition: all 250ms ease-out;
	-webkit-transition: all 250ms ease-out;
}
.navbar-toggle span:before {
	top: -7px;
}
.navbar-toggle span:after {
	top: 7px;
}
.visible_nav.navbar-toggle span{background-color:transparent}
.visible_nav.navbar-toggle span:before{left:0;top:0;transform:rotateZ(45deg);-webkit-transform:rotateZ(45deg);-ms-transform:rotateZ(45deg)}
.visible_nav.navbar-toggle span:after{top:0;left:0;transform:rotateZ(-45deg);-webkit-transform:rotateZ(-45deg);-ms-transform:rotateZ(-45deg)}

.headerin,.headertopin,.commondiv,.ss{
	max-width: 1520px;
	margin-right: auto;
	margin-left: auto;
}
.navigation-down .nav-down-menu {
    width: 100%;
    margin: 0;
    background: #fff;
    position: absolute;
    top: 0px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.ssmain{
    width:100%;
    display: none;
    position: fixed;
   top: 75px;
   left: 0;
    /*opacity:0; */
    /*visibility:hidden; */
    /*-webkit-transform: translate(0, 20px);*/
    /*  -moz-transform: translate(0, 20px);*/
    /*  -ms-transform: translate(0, 20px);*/
    /*  -o-transform: translate(0, 20px);*/
    /*  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);*/
    /*  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);*/
    /*  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);*/
    /*  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);*/
    /*  z-index: 2222;*/
    /*  position: fixed;*/
    /*  top: 75px;*/
    /*  left: 0;*/
}
.sousou{
cursor: pointer;
}
.sousou:hover .ssmain{
/*opacity:1;*/
/*    visibility:visible;*/
/*    -webkit-transform: translate(0, 0px);*/
/*  -moz-transform: translate(0, 0px);*/
/*  -ms-transform: translate(0, 0px);*/
/*  -o-transform: translate(0, 0px);*/
}
.ss{ padding:50px 0;}
.souan{ border:0;  width:33px; height:33px; font-family:; cursor:hand; background: url(../images/jt.png) no-repeat center 10px;cursor: pointer;}
.soubd{border:0px; background:#fff; padding:2px 10px; width:1140px; height:45px; line-height:45px; font-size:16px; color:#666;width:calc(100% - 63px);}
.ssjgmain a{
    font-size: 14px;
    line-height: 25px;
    color: #333;
    display: block;
}
.ssjgmain a:hover{
    color: #004186;
}
.commondiv{
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.zp1{
	max-width: 1350px;
	height: 500px;
	margin-right: auto;
	margin-left: auto;
}
.headertopin{
	display: flex;
	justify-content: space-between;
	line-height: 50px;font-size: 15px;letter-spacing: 1px;
	color: #ffffff;
}
.headertopDiv{
	position: relative;
	z-index: 9;
}
.headertopDiv p{
	position: relative;
	z-index: 9;
}
.headertopDiv:after{
	position: absolute;
	top: 0;
	left: -24px;
	content: '';
	background-color: #004186;
	height: 50px;
	width: calc(100% + 300px);
	z-index: 8;
}
.headertopin div{
	vertical-align: middle;
}
.headertopin div img{
	vertical-align: middle;margin-right: 5px;
}
nav.active {
  height: auto;
}
.navbar-toggle {
	display: none;
}
nav {
    position: absolute;
    right: 0;
    top: 0;
	bottom: 0;
	height: auto;
	left: auto;
	background: none;
	box-shadow: none;
	height:75px;
	opacity: 1;
	overflow: inherit;
}
nav > ul {
	width: auto;    font-size: 0;
}
nav > ul > li {
	display: inline-block;
	position: relative;
	border: none;
	
}
nav > ul > li > a {
	display: block;
	height: 75px;
	line-height: 75px;
	padding: 0 29px;
	color: #fff;
	font-size: 16px;
}
nav ul li:last-of-type{
	padding-right: 0;
	position: relative;
}
nav ul li:last-of-type img{
	padding-top: 20px;
	/* padding-right: 0;position: absolute;top: 34px;right: 0;width: 20px!important;height: 20px; */
}
nav > ul > .nav > a:hover,
nav > ul > li.active a{
	background-color: #004186;
	color: #fff;
}

/* nav > ul > li > a:after {
	transition: all ease-in-out 0.4s;
	content: "";
	position: absolute;
	bottom: 0;
	height: 2px;
}
nav > ul > li.active > a:after,
nav > ul > li:hover > a:after {
	content: "";
	background: #fff;
	left: 0;
	right: 0;
	display: block;
}
nav > ul > li:hover > a:after,
header.fixed nav > ul > li.active > a:after {
	background: #004186;
	bottom: 8px;
	width: 3em;
	left: 50%;
	transform: translateX(-50%);
} */
nav > ul > li:last-of-type:hover > a:after,
header.fixed nav > ul > li:last-of-type.active > a:after {
	left: 65%;
}
.in-banner{
	width: 100%;
	position: relative;
}
.in-banner .swiper-slide {
    position: relative;
    overflow: hidden;
}
.in-banner .imgbg {
    background-color: #000;
    padding-bottom: 55%;
}
.bg_cover,.common-top{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.in-banner .swiper-slide-active .imgbg {
    transform: scale(1);

}
.in-banner .vv {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    object-fit: cover;
}
.in-banner .video_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
}
.in-banner .video_new {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
    text-align: center;
}
.in-banner .video_play {
    width: 70px;
    cursor: pointer;
    display: inline-block;
}
.phone_show {
    display: none;
}
.swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 50%;
	opacity: 0.26;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin:0 4px;
}
.in-banner .swiper-container-horizontal>.swiper-pagination-bullets, .index-lunbo .swiper-pagination-custom, .index-lunbo .swiper-pagination-fraction{
	bottom: 4%;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: rgba(255,255,255,1);
	    width: 32px;
	    height: 10px;
	    background-color: #ffffff;
	    border-radius: 5px;opacity: 1;
}
.swiper-slide img{
    width: 100%;
}
.main-common{
	width: 100%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}
.common-title{
	text-align: center;
	padding: 60px 0 40px 0;
}
.common-title h1{
	font-family: "Black";
	font-size: 58px;
	color: #1758a2;
	opacity: 0.2;
	line-height: 60px;
}
.common-title p{
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #1758a2;
	position: relative;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
}
.common-title p:before,.common-title p:after{
	content: "";
	position: absolute;
	width: 10px;
	height: 2px;
	background-color: #1758a2;
	top:20px
}
.common-title p:before{
	left:-10px ;
}
.common-title p:after{
	right:-10px ;
}
.common-p{
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
}
.common-p1{
	    font-size: 15px;
	    font-weight: normal;
	    font-stretch: normal;
	    line-height: 30px;
	    letter-spacing: 0px;
	    color: #8b8b8b;
	    margin-bottom: 8px;
		text-align: justify;
}
.index-tt{
	text-align: center;
	margin-bottom: 60px;
}
.index-tt p{
	font-size: 30px;
	color: #a7a7a7;text-align: center;
}
.index-tt span{
	color: #004186;
}
.index-tt h1{
	width: 320px;
	height: 1px;
	background-color: #c0c0c0;
	margin: 20px auto;
	position: relative;
}
.index-tt h1 span{
	width: 80px;
	height: 2px;
	background-color: #004186;
	position: absolute;
	top: -1px;
	left: 50%;
	margin-left: -40px;
}
.mb {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: none;
}

.mb .video-main {
    width: 800px;
    margin: 100px auto;
    position: relative;
}
.contact-form{
	width: 550px;
	height: 580px;
	background-color: #ffffff;margin: 100px auto;position: relative;
	padding: 80px 50px 0 50px;
}
.contact-form .contact-form-head{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background-color: #f1f6f8;
	text-align: center;
	padding-top: 25px;
}
.contact-form h1{
	font-size: 18px;
	line-height: 100px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
}
.contact-form form p {
    width: 100%;
    height: 50px;
    border: solid 1px #cacaca;
    padding: 7px 2%;
    margin-bottom: 20px;
    background-color: #ffffff;
    border-radius: 2px;
}
.contact-form form p input {
    border: none;
    width: 90%;
    font-size: 16px;
    color: #555;
    line-height: 36px;
}
form .messagebtn {
    width: 100%;
    height: 50px;
    background-color: #004186;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    font-size: 16px;
    line-height: 50px;
    letter-spacing: 0px;
    text-align: center;
    display: block;
    border-radius: 2px;
    margin-top: 30px;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.mb-close {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 52px;
    height: 52px;
    z-index: 1002;
	cursor: pointer;
}

.mb-close:before, .mb-close:after {
    position: absolute;
    left: 25px;
    top: 9px;
    content: ' ';
    height: 30px;
    width: 2px;
    background-color: #999999;
}

.mb-close:before {
    transform: rotate(45deg);
}

.mb-close:after {
    transform: rotate(-45deg);
}

.mb video {
    width: 800px;
    height: auto;
    display: block;
    outline: none;
}

.index1{width: 100%;
		
	margin-top: 75px;color: #FFFFFF;padding-bottom: 80px;
}
.index1l{
	width: 28%;
}
.index1l h2{
	margin: 135px 0 35px 0;
	
}
.index1in a{
	border-bottom: 1px solid #e1e1e1;
	font-size: 20px;color: #292929;
	position: relative;
}
.index1in a p{
	height: 110px;
	line-height: 110px;
}
.iconlogo{
	width: 70px;
	height: 70px;
	border: 1px solid #004186;
	border-radius: 50%;
	position: relative;
}
.iconlogo::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #004186;
  border-right: 2px solid #004186;
  margin-left: -5px;
  margin-top: -5px;
}
 
.iconlogo::before {
  content: "";
  position: absolute;
    left: 34%;
    top: 52%;
       width: 18px;
       height: 2px;
       background-color: #004186;
       transform: rotate(135deg);
}
.iconlogo:hover::after{
	border-color: #FFFFFF;
}
.iconlogo:hover::before{
	background-color: #FFFFFF;
}
.iconlogo:hover{
	background-color: #004186;
}
.index1in a .iconlogo{
	position: absolute;
	bottom: 20px;
	right: 0;
}
.index1in a:hover{
	color: #004186;
}
a.more{
	display: block;
	width: 160px;
	height: 45px;
	border-radius: 23px;
	border: solid 1px #fff;
	margin-top: 120px;
}
a.more.more1{
	border: solid 1px #004186;
}
a.more span{
	display: inline-block;
	font-size: 14px;
	width: 71%;
	height: 43px;
	line-height: 43px;
	text-align: center;
	border-right: 1px solid #FFFFFF;color: #FFFFFF;
}
a.more.more1 span{
	border-right: 1px solid #004186;color: #004186;
}
a.more b{
	width: 29%;
	text-align: center;
	vertical-align: middle;
	margin-left: 10px;
}
.index1r{
	width: 68%;
	margin-top: 180px;
}
.index1r div{
	float: left;
	margin-left: 2%;
	width: 48%;
	height: 620px;
	position: relative;
}
.index1r div p{
	position: absolute;
	left:40px;bottom: 70px;
}
.index1r div p::before{
	width: 20px;
	height: 2px;
	background-color: #ffffff;
	content: '';
	position: absolute;
	left:0px;bottom: 50px;
}
.index2{
	padding-top: 60px;
	background-color: #f1f6f8;
}
.index21 .float-tl{
	padding-top: 80px;
	color: #000000;
}
.index21 .float-tl p{
	margin: 40px 0;
}
.index22 .index221{
	width: 33%;
	height: 340px;
}
.index22 .index222{
	width: 100%;
}
.index22 .index222 a{
	float: left;
	width: 48%;
	margin-right: 4%;
	height: 180px;
	background-color: #f1f6f8;
	border: solid 15px #ffffff;
	
	margin-bottom: 30px;
	box-shadow: 0px 0px 4px 0px 
			rgba(179, 179, 179, 0.3);
}
.index22 .index222 a:nth-of-type(2n){
	margin-right: 0;
}
.index22 .index222 a .aborder{
	border: solid 1px #e9eef2;
	width: 100%;
	height: 150px;
	padding: 25px;
}
.index22 .index222 a .float-tl{
	width: 100px;
	height: 100px;
	background-color: #ffffff;
	text-align: center;
	color: #004186;
	
}
.index22 .index222 a .float-tl h2{
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 50px;
	font-family: 'SC';
	padding-top: 10px;
}
.index22 .index222 a .float-tl p{
	font-size: 15px;
		letter-spacing: 1px;font-family: 'SCm';color: #8b8b8b;text-align: center;
}
.index22 .index222 a .float-tr{
	width: calc(100% - 120px);
	height: 100px;
	display: flex;
	align-items: center;
}
.index22 .index222 a .float-tr h3{
	color: #292929;
	margin-bottom: 8px;
}

.index22 .index222 a:hover{
	/* border: solid 2px #004186; */
}
.index22 .index222 a:hover h3{
	color: #004186;
}
.index3{
	height: 725px;
	margin-top: 50px;
}
.index3in a{
	width: 500px;
}
.index3in a h1{
	color: #292929;
	margin: 20px 0;
}
.index3in a p{
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #8b8b8b;
	margin-bottom: 40px;
}
.index41{
	color: #FFFFFF;
	padding: 200px 0;
}
.index41 p{
	margin: 36px 0 110px 0;
}
footer{
	padding: 30px 0 20px 0;color: #8b8b8b;font-size: 14px;
}
.footer div.float-tl{
	width: 40%;
}
.footer p.font-18{
	line-height: 25px;
	letter-spacing: 1px;
	color: #232323;
	position: relative;
	border-bottom: 1px solid #c0c0c0;
	width: 76px;
	padding-bottom: 17px;
	margin-bottom: 30px;
}
.footer p.font-18::after{
	position: absolute;
	content: "";
	width: 30px;
	height: 2px;
	background-color: #004186;
	bottom: -1px;
	left: 0;
	z-index: 9;
}
.footera{
	width: 240px;
}
.footera a,footer p{
	line-height: 35px;
	letter-spacing: 1px;
	color: #333;
	margin-right: 55px;
}
.footera a:hover{
	color: #004186;
}
.footer .float-tl p span{
	width: 45px;
	display: inline-block;
}
.footer .float-tr a{
	margin-left: 6px;
}
.footer .float-tr img{
	width: 95px;
	height: 95px;
	background-color: #ffffff;
	border: solid 1px #c0c0c0;
	padding: 3px;
}
.footer .float-tr a:first-of-type{
	margin-left: 0;
}
.footer .float-tr a p{
	margin-right:0px;
}
.footer2{
	border-top: 1px solid #e1e1e1;
	padding: 10px 0;
}
.footer2 p.font-14{
	text-align: center;
	color: #c0c0c0;
	font-size: 13px;
	padding: 5px 0;
}
.footer2 p a{
	color: #c0c0c0;
}
.topcom{
	height: 250px;
	/*margin-top: 75px;*/
}
.topcom div.commondiv{
	padding-top: 150px;
	
}
.topcom div.commondiv div{
	border-left: 4px solid #f1f5f8;
	height: 100px;padding-left: 28px;
	position: relative;
}
.newslisttop{
	text-align: center;
	padding-top: 160px;
}
.topcom h2{
	font-size: 35px;
	font-weight: 100;
	line-height: 35px;
	padding-top: 15px;
	letter-spacing: 0px;
	color: #ffffff;
}
.topcom h1{
	font-size: 30px;
	color: #4483ba;
	letter-spacing: 0px;
	font-family: 'SC';
	font-weight: 100;
} 
.topcom div.commondiv div::after{
	position: absolute;
	content: '';
	width: 4px;
		height: 40px;
		background-color: #284ca0;
		bottom: -40px;
		left: -4px;
		z-index: 99;
}
.topcom div.cp2tt span{
	font-size: 35px;
	line-height: 65px;
	letter-spacing: 0px;
	color: #f1f5f8;
	border-bottom: 1px solid #f1f5f8;
	padding-bottom: 20px;
}

.cpreset{
	width: 40px;
	height: 40px;
	cursor: pointer;
	border: solid 1px #004186;position: relative;overflow: hidden;
}
.cpreset::before {
  content: '×';
  color: black;
  font-size: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.idown {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-top: 2px solid #333333;
    border-right: 2px solid #333333;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865474, M12=-0.7071067811865477, M21=0.7071067811865477, M22=0.7071067811865474, SizingMethod='auto expand')";
    vertical-align: middle;
    margin-top: -5px;
    margin-left: 7px;
	position: absolute;
	right: 20px;
	top: 13px;
}
.cpss .cpssin{
	width: 49%;
	position: relative;margin-bottom: 60px;
}
.cpss .item label{
	width: 90%;
	display: block;
	height: 41px;
	border: solid 1px #004186;
	position: relative;
	padding: 8px 0 0 20px;
	cursor: pointer;
}
.cpss .item label span{
	font-size: 15px;
	color: #292929;
}
.cpss .item ul{
	display: none;
	width: 90%;
	padding: 15px 20px;
	position: absolute;
	top: 41px;
	left: 0px;
	right: 0px;
	background-color: #fff;
	-webkit-animation: topFadeIn .3s ease-out;
	-moz-animation: topFadeIn .3s ease-out;
	animation: topFadeIn .3s ease-out;
	box-shadow: 0px 0px 13px 1px 
			rgba(143, 143, 143, 0.38);
	z-index: 15;
	padding: 20px;cursor: pointer;
}
.cpss .item ul li a{
	font-size: 15px;	
	line-height: 33px;
	color: #292929;
}
.cpss .item ul li a:hover{
	color: #004186;
}
.select-jg {
	background-color: #f1f6f8;
	border-bottom:2px solid #004186
}

.select-jg a,.select-jg-list li a{
	float: left;
	padding-left: 40px;font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #292929;
}
.select-jg a{
	font-size: 15px;
	line-height: 45px;
	letter-spacing: 0px;
	color: #004186;
	font-weight: bold;
	
}
a.cpdown1{
	width: 30%;
	
}
a.cpdown1:hover,a.cpdown3:hover{
    color:#004186;
}
.cpdown2{
	width: 50%;
	float: left;
	min-height: 20px;
}
a.cpdown3{
	width: 20%;display: flex;
	justify-content: center;
	align-items: center;
}
a.cpdown3 img{
	
}
.select-jg-list li{
	padding: 20px 0;
	border-bottom: 1px solid #004186;
}
.cp1in{
	padding: 90px 0;
}
.cp2in1,.cp3in1{
	min-height: 180px;
		background-color: #f1f6f8;
}
.cp2in11{
    background-color: #f1f6f8;
}
.cp2in1 .commondiv a{
	width: 20%;
	float: left;
	display: block;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
		color: #292929;
}
.cp2in1 .commondiv a:hover,.cp2in3  a:hover{
	color: #fff;
	background-color: #004186;
}
.cp2in2{
	padding: 50px 0;
}
.cp2in2 .float-tr{
	width: calc(100% - 640px);
}
.cp2in2 .float-tr h1{
	font-size: 30px;
	letter-spacing: 2px;
	color: #292929;
	border-bottom: 1px solid #e9eef2;
	padding: 5px 0 15px 0;
	margin-bottom: 20px;
}
.cp2in3 h1,.cp3in2 h1{
	text-align: center;
	font-size: 30px;
	line-height: 80px;
	letter-spacing: 2px;
	color: #292929;
	margin-bottom: 20px;
}
.cp3in2 div a{
    font-size: 16px;
    color: #292929;
}
.cp2in3  a{
	width: 25%;
	float: left;
	display: block;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
		color: #292929;
		background-color: #f1f6f8;
}
a.cpactive,.cp2in1 .commondiv a.cpactive{
	color: #ffffff;
	background-color: #004186;
}
.cp2in3{
	margin-bottom: 70px;
}
.cp3in2 h2{
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	letter-spacing: 0px;
	color: #004186;
	border-bottom: solid 1px #e1e1e1;
	margin: 30px 0;
	padding-bottom: 6px;
}
.cp3in2 h2 span{
	
	position: relative;
}
.cp3in2 h2 span:after{
	content: '';
	width: 100%;
	bottom: -15px;
	left: 0;
	position: absolute;
	border-bottom: 3px solid #013d7d;
}
.cpafh a{
        font-size: 16px;
    color: #292929;
    line-height: 60px;
}
.cpafh a:hover{
    color: #004186;
}
.rytop h1{
	font-size: 30px;
		line-height: 30px;
		color: #292929;
		margin: 110px 0 20px 0;
}
.rymain{
	margin: 50px 0;
}
.rymain li,.rymain a{
	width: 23%;
	float: left;
	margin-right: 2.6666667%;
	background-color: #fff;
	padding: 15px;
	height: 300px;
	margin-bottom: 30px;
}
.rymain li:nth-of-type(4n),
.rymain a:nth-of-type(4n){
	margin-right: 0;
}
.rymain li div,.rymain a div{
	width: 100%;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f1f5f8;
}
.rymain li div img,
.rymain a div img{
        max-height: 200px;
}

.rymain li p,.rymain a p{
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #333333;
	padding: 0 5px;
	margin-top: 20px;
}
.zp1 .commondiv{
	padding: 160px 0 0 0px;
	margin-top: 50px;
}
.zp1 .commondiv h1{
	font-size: 30px;
	color: #ffffff;
	margin-bottom: 10px;
}
.zp2{
	margin-top: -135px;
	background-color: #f1f6f8;
	padding: 30px 50px;
}
.zpa{
	width: 100%;
	height: 76px;
		background-color: #ffffff;
		border: solid 1px #e9eef2;
		margin-bottom: 60px;
}
.zpa a{
	padding: 25px 48px;
	font-size: 16px;
	color: #292929;
	display: block;
	float: left;
	cursor: pointer;border-top: 3px solid #ffffff;
}
.zpa a.zpa-active{
	border-top: 3px solid #004186;
	background-color: #f1f6f8;
}
.zp2 li{
	display: none;
}
.zp2 li.zpshow{
	display: block;
}
.zp2 li p{
	text-align: left;
	font-size: 15px;
	line-height: 30px;
	color: #8b8b8b;
}
.zp2 li  h4{
	font-size: 18px;
	line-height: 30px;
	color: #8b8b8b;
	margin-top: 30px;
}

.newslist{
	background-color: #FFFFFF;
	margin: 90px 0;
}
.newslist a{
	padding: 30px 60px 30px 35px;
	background-color: #f1f6f8;
	margin-bottom: 20px;
		border: solid 1px #e9eef2;
		display: block
}
.newslist a .float-tl{
	width: 150px;
		height: 100px;
		background-color: #ffffff;
		padding: 15px 0 0 30px;
		margin-right: 60px;
}
.newslist a .float-tl p{
	font-size: 30px;
	letter-spacing: 0px;
	color: #004186;font-family: SCm;
}
.newslist a .float-tl h2{
	font-size: 16px;
	letter-spacing: 0px;
	color: #8b8b8b;font-family: SC;
}
.newslist a .float-tr{
	width: calc(100% - 210px);
}
.newslist a .float-tr h3{
	margin-bottom: 15px;
		color: #292929;font-weight: bold;
}
.newslist a .float-tr p{
	color: #585858;
}
/*分页*/
.page {
    margin:30px 0 50px 0;
    padding:8px;
    text-align:center;
}
.page a {
    display:inline-block;
    margin:0 4px;
    background-color: #cccccc;
    vertical-align:top;
	font-family: KaiTi;
	width: 50px;
	line-height: 38px;
	background-color: #ffffff;
	border: solid 1px #e1e1e1;
	color: #171e4e;
	font-size: 17px;
}
.page a.hover {font-weight:bold;color:#C00;}
.page .current {
    background-color: #004186;
    width: 40px;
    line-height: 38px;
	border: solid 1px #e1e1e1;
    display:inline-block;
    color: #fff;
	font-family: KaiTi;
	font-size: 17px;
}
.newsxqlist{
	width: 25%;
}
.newsxq{
	width: 75%;background-color: #ffffff;padding: 40px 60px;
}
.newsxqbg{
	background-color: #f1f6f8;margin: 80px auto;
}
.newsxqlist h1{
	padding: 15px 20px 15px 25px;
	font-size: 18px;
	color: #284ca0;font-weight: bold;background-color: #e4edf1;
}
.newsxqlist div{
	padding: 20px 25px;
}
.newsxqlist a{
	border-bottom: 1px solid #e1e1e1;padding:12px 0;display: block;
}
.newsxqlist a:last-of-type{
	border-bottom: none;
}
.newsxqlist a p{
	font-size: 15px;	
		line-height: 25px;
		color: #585858;
}
.newsxqlist a:hover p{
	color: #004186;
}
.newsxq h1{
	font-size: 20px;
		line-height: 50px;
		color: #000000;
}
.newsxq h2{
	font-size: 15px;
		line-height: 30px;
		color: #004186;
}
.newsxq h3{
	font-size: 15px;
		line-height: 30px;
		color: #8b8b8b;margin-bottom: 20px;
}
.newsxqin{
	border-top: 1px solid #e9eef2;
}
.newsxqin p{
	font-size: 15px;
		line-height: 35px;
		color: #575757;
		opacity: 0.8;
		margin: 8px 0;
		
}
/* .tzhdzxtab{
	font-size: 0;
	width: 100%;
	height: 80px;
}
.tzhdzxtab a{
	font-size: 26px;
	font-weight: bold;
	font-stretch: normal;
	padding: 23px 0;
	letter-spacing: 1px;
	color: #004186;
	width: 50%;
	display: inline-block;
	text-align: center;
}
.tzhdzxtab a.tabactive,.tzhdzxtab a:hover{
	background-color: #004186;
	color: #FFFFFF;
}
.gujiahangqing{
	border: solid 1px #e1e1e1;
	margin: 60px 0;
}
.gjcontent{
	padding: 30px 10%;
	border: solid 1px #e1e1e1;
	margin-bottom: 80px;
}
.gjcontent p{
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0px;
	color: #292929;
}
.gjcontent p span{
	font-weight: bold;
} */
.zp,.contact,.ryxq,.bgzx,.cpzx{
	margin: 80px auto 20px;
}
.zp1 .float-tl{
	width: 52%;
	height: 550px;
}
.zp1 .float-tr{
	width: 48%;
	height: 550px;
	background-color: #f1f6f8;
	padding: 40px 3%;
}
.zp1 .float-tr h1{
	letter-spacing: 2px;
		color: #000000;
}
.zp1 .float-tr h2{
	line-height: 40px;
		letter-spacing: 0px;
		color: #004186;
		font-family: 'Montserrat';
		margin-bottom: 30px;
}
.zp1 .float-tr p{
	font-size: 15px;
		line-height: 35px;
		color: #6e6e6e;
}
.zp2 h1{
	text-align: center;
	margin: 50px 0;
}
.zp2 li h2{
	height: 90px;
	position: relative;
	padding: 34px 0 0 40px;
	font-size: 18px;
	color: #000000;
	border-bottom: 1px solid #e1e1e1;
	cursor: pointer;
}
.zp2 li.show h2,.zp2 li h2:hover{
	background-color: #004186;
	color: #ffffff;
}
.zp2 li  .zpxq{
	padding: 30px 5%;
	display: none;
}
.zp2 li  .zpxq1{
	margin-bottom: 20px;
}
.zp2 li h2 span{
	position: absolute;
	width: 26px;
	height: 26px;
	border: solid 2px #000000;
	right: 5%;
	top: 30px;
	border-radius: 50%;
}
.zp2 li h2 span::before{
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  margin-left: -8px;
  margin-top: -1px;
  border-top: 2px solid;
}
.zp2 li h2 span::after{
  content: '';
   position: absolute;
   left: 50%;
   top: 50%;
   height: 16px;
   margin-left: -1px;
   margin-top: -8px;
   border-left: 2px solid;
}
.zp2 li h2:hover span,.zp2 li.show h2 span{
	border-color: #FFFFFF;
}
.zp2 li h2:hover span::after,.zp2 li.show h2 span::after{
	border-color: transparent;
}
.zp2 li h2:hover span::before,.zp2 li.show h2 span::before{
	border-color: #FFFFFF;
}
.contact{
	background-color: #f1f6f8;
	padding: 30px 50px;
}
.contact-1{
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 20px;
}
.contact-1 li{
	float: left;
	margin-right: 60px;
	font-size: 16px;
	color: #8b8b8b;
	line-height: 40px;
	padding-bottom: 10px;
	cursor: pointer;
}
.contact-1 li.liactive{
	color: #004186;
}
.contact-2 li{
	display: none;
}
.contact-2 li.lishow{
	display: block;
}
#map{
	height: 538px;
}
.about2{
	height: 440px;background-color: #f1f6f8;padding: 40px 0;margin: 30px 0;
}
.about2 .index3in a{
	width: calc(100% - 580px);
}
.about2 .index3in a img{
	margin-top: 20px;
}
iframe{
    height: 1000px;
}
.ryxq1 p{
	color: #333333;
	margin: 40px 0 70px 0;
}
.rylistxq div{
	float: left;
	width: 24%;
	margin-right: 1.33333%;
	margin-bottom: 30px;
	background-color: #FFFFFF;
	color: #333333;
	font-size: 0;
}
.rylistxq div:nth-of-type(4n){
	margin-right: 0;
}
.rylistxq div img{
	background-color: #f1f5f8;
	width: 100%;
}
.rylistxq div p{
	font-size: 16px;
	text-align: center;
	height: 50px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	line-height: 20px;
}
.rylistxq div:hover p{
	background-color: #004186;
	color: #FFFFFF;
}
.about3{
	width: 100%;
	background-color: #FFFFFF;
	position: relative;
	padding: 60px;
	/*height: 550px;*/
}
.about3 .commondiv{
	position: relative;
	
}
.about3 .commondiv:after{
	content: '';
	width: calc(100% - 100px);
	top: 350px;
	left: 50px;
	height: 2px;
	position: absolute;
	background-color: #cacaca;
}
.about3 h2{
	font-size: 30px;
		color: #292929;
		text-align: center;
		margin-bottom: 40px;
}
.about3-lunbo{
	padding: 0 5px;
	max-width: 1120px;
	margin: 0 auto;overflow: hidden;
}
.about3-lunbo .swiper-container{
	overflow: inherit;
}
.about3-lunbo .swiper-slide {
	position: relative;
	float: left;padding-top: 0;
}
.about3-lunbo .swiper-slide .swipdiv1{
	padding:0 65px;
	
	position: relative;
}

.about3-lunbo .swiper-slide .swipdiv1 img{
	height: 160px;
	width: 100%;
	object-fit: cover;
	position: relative;
}
.about3-lunbo .swiper-slide .swipdiv1:before{
	width: 11px;
	height: 11px;
	content: '';
	/*background-color: #004186;*/
	border-radius: 50%;
	position: absolute;
	top: 305px;
	left: 65px;
	z-index: 2;
	
}
.about3-lunbo .swiper-slide .swipdiv2 h1{
	font-family: "宋体";
	font-size: 24px;
	margin-top: 60px;
		color: #004186;
		font-weight: bold;
}
.about3-lunbo .swiper-slide .swipdiv2 p{
	font-size: 15px;
		line-height: 25px;
		letter-spacing: 0px;
		color: #8b8b8b;
}


.about3-lunbo .swiper-slide .swipdiv1{
	padding-left: 35px;
	border-left: #cacaca 1px solid;
	
	position: relative;
}
.about3-lunbo .swiper-slide .swipdiv1:after{
	content: '';
	height: 44px;
	border-left: #cacaca 1px solid;
	position: absolute;
	top: 100%;
	left: -1px;
}
.about3-lunbo .swiper-slide .swipdiv1 img{
	height: 220px;
	width: 100%;
	object-fit: cover;
	position: relative;
}
.about3-lunbo .swiper-slide .swipdiv1:before{
	width: 11px;
	height: 11px;
	content: '';
	/*background-color: #004186;*/
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: -6px;
	z-index: 2;
	
}
.about3-lunbo .swiper-slide .swipdiv2{
	position: absolute;	
	left: 100%;
	padding:0 40px;
	top: 0;
	width: 100%;
}
.about3-lunbo .swiper-slide h1{
	font-size: 40px;
	font-family: 'Mona';
	color: #292929;
	margin: 20px 0 16px 0;
}
.about3-lunbo .swiper-slide:nth-child(2n) {
	padding-top: 311px;
}
.about3-lunbo .swiper-slide:nth-child(2n) .swipdiv1:before{
	top: calc(100% - 11px);
}
.about3-lunbo .swiper-slide:nth-child(2n) .swipdiv1:after{
	top: -44px;
}
.swiperbt div{
	width: 50px;
	text-align: center;
	background-color: #fff;
	background-image:none;
	top: 349px;
}
.swiperbt .swiper-button-next{
	
	right: 0;height: 50px;
	margin-left: 0;
	left: auto;
}
.swiperbt .swiper-button-prev{
	left: 0;
	height: 50px;
	margin-left: 0;
}
.swiperbt div:last-of-type{
	border-left: none;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
	border-top-right-radius:23px;
	border-bottom-right-radius:23px;
}
.about4{
	background-color: #004186;
	width: 100%;
	height: 350px;
	margin-top: 300px;
}
.about4 .iconlogo {
    width: 70px;
    height: 70px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
}
.about4 .iconlogo::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  margin-left: -5px;
  margin-top: -5px;
}
 
.about4 .iconlogo::before {
  content: "";
  position: absolute;
    left: 34%;
    top: 52%;
       width: 18px;
       height: 2px;
       background-color: #fff;
       transform: rotate(135deg);
}
.about4 .iconlogo:hover::after{
	border-color: #004186;
}
.about4 .iconlogo:hover::before{
	background-color: #004186;
}
.about4 .iconlogo:hover{
	background-color: #fff;
}
.about4 .commondiv{
	position: relative;
}
.about4 .commondiv .index31{
	position: absolute;
	height: 500px;
	text-align: center;
	padding-top:150px;
	width: 100%;
	top: -300px;
	left: 0;
}
.about4 .commondiv a{
	font-size: 18px;
	display: block;
	letter-spacing: 2px;
	color: #ffffff;
	margin: 20px 0;
	font-family: "microsoft yahei";
	
}