/**************************************/
/*************[公用start]**************/
/**************************************/
@font-face{
	font-family:"MSL";
	src:url("../fonts/Montserrat-Light.ttf");
}
@font-face{
	font-family:"MSR";
	src:url("../fonts/Montserrat-Regular.ttf");
}



.xifu2-md,.yewu-maod{
	height: 0;
	position: relative;
	top: -110px;
}




/*主站变灰*/
/*html {
-webkit-filter:grayscale(100%);
-moz-filter:grayscale(100%);
-ms-filter:grayscale(100%);
-o-filter:grayscale(100%);
filter:grayscale(100%);
filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)
}
* {
-moz-filter: grayscale(100%); 
-ms-filter: grayscale(100%); 
-o-filter: grayscale(100%); 
filter: gray;
}*/
/*主站变灰*/

/*淘宝变灰*/
/* body, html {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    }*/

/*淘宝变灰*/

/*百度百科變灰*/


/*body.memorial>* {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(1)
}
*/


/*百度百科變灰*/
div.clear{
	clear: both;
	height: 0;
	width: 0;
}

body{
	overflow-x: hidden;
}


a{
	text-decoration: none;
	color:inherit;
	cursor: pointer;
}

img{
	border:0;
	max-width: 100%;
}


div.wp{
	width: 1200px; /*主要内容区尺寸大小，每次制作前更新！！！ */
	margin:0 auto;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

.tran{
	transition: all .3s ease-out 0s;
}
.tver{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}



/*图片中心放大代码区域*/

.img-box{/*图片盒子类名*/

	overflow: hidden;
}

.img-box img{
	transition: .3s;
	width: 100%;
	max-width: 100%;
}

.img-box:hover img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


/*图片中心放大代码区域*/


.imgbox_a{
	position:relative;
	padding-bottom: 100%;
	overflow:hidden;
	display: block;
}

.imgbox_a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%!important;
	height: 100%!important;
}
.imgbox_hover>img{
	/* ueco 时间曲线*/
	/*transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;

}
.imgbox_hover:hover>img{
	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

body{
	overflow-x: hidden;
}






/**************************************/
/************[公用over]****************/
/**************************************/




/*header-start*/
/**************************************************************/

#header{
	position: fixed;
	width: 100vw;
	left: 0;
	top: 0;
	z-index: 999;
	height: 110px;
	padding-left: 100px;
	padding-right: 38px;
  transition: .6s ease;
}

#header.cur{
	background: rgba(245,245,245,0.8);
  backdrop-filter: blur(5px);
}


#header.cur .gjia1{color: #333;}
#header.cur .gjia2{color: #333;}
#header.cur .en{color: #333;}
#header.cur .menu{color: #333;}

#header.on .en{color: #fff!important;}
#header.on .menu{color: #fff!important;}




#header::after{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 1px;
	content:"";
	background-color: #fff;
	opacity: 0.1;
	z-index: 50;
}

#header .container-fluid{
	padding-left: 0;
	padding-right: 0;
	position: relative;
	z-index: 100;
}


.logo{
	width: 208px;
	margin-top: 29px;
	position: relative;
}

.logo a{
	display: block;
	width: 100%;
}
.logo img{
	display: block;
	width: 100%;
	transition:opacity .3s;
	opacity: 1;
}


.logo img.imgCur{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	opacity: 0;
}
#header.cur .logo img{opacity: 0}
#header.cur .logo img.imgCur{opacity: 1}

#header.cur .show span{background-color: #222;}
.gjia{
	text-align: center;
	margin-left: 50px;
	margin-top: 30px;
}
.gjia1{
	font-size: 18px;
	color: #fff;
	transition: color .3s;
}

.gjia2{
	font-size: 20px;
	color: #fff;
	line-height: 1;
	margin-top: 3px;
	transition: color .3s;
}

.gjia3{
	font-size: 20px;
	color: #fff;
	line-height: 1;
	margin-top: 3px;
	transition: color .3s;
}


.gjia3.gjiazhang{color: #E60012;}
.gjia3.gjiadie{color: green;}

.menu{
	width: 96px;
	margin-top: 39px;
/*	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/menu.png);*/
	text-align: right;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	position: relative;
	transition: color .3s;
}


.menu .show {
  width: 45px;
  height: 20px;
  transition: .3s ease;
  transition-delay: .6s;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}
@keyframes Line {
    100% {
        transform: scaleX(1)
    }
}
.show span {
	display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  animation: Line 1s linear infinite alternate;
  transform: scaleX(0);
  transform-origin: left;
}
.show span+span{
	margin-top: 7px;
}
.show span:nth-child(2) {
  animation-delay: .3s
}

.show span:nth-child(3) {
  animation-delay: .6s
}

.menus-open{
	width: 96px;
	height: 25px;
	margin-top: 39px;
	padding-top: 5px;
	display: none;
}
.menus-open-cur{
	width: 14px;
	margin:0 auto;
	cursor: pointer;
}
.menus-open-cur img{
	display: block;
	width: 100%;
}
.en{
	white-space: nowrap;
	font-size: 15px;
	color: #fff;
	margin-right: 50px;
	margin-top: 44px;
	position: relative;
	transition: color .3s;
}
.en img{
	margin-top: -3px;
	margin-right: 15px;
	transition: opacity .3s;
}
.en img.imgCur{
	position: absolute;
	left: 0;
	top: 4px;
	opacity: 0;
}
#header.cur .en img{
	opacity: 0;
}
#header.cur .en img.imgCur{
	opacity: 1;
}

#header.on .en img{
	opacity: 1!important;
}
#header.on .en img.imgCur{
	opacity: 0!important;
}



.search{
	width: 15px;
	margin-right: 50px;
	margin-top: 48px;
	cursor: pointer;
	position: relative;
}

.search a{
	display: block;
	width: 100%;
}
.search img{
	display: block;
	width: 100%;
	transition: opacity .3s;

}

.search img.imgCur{
	position: absolute;
	left: 0;
	top: 0px;
	opacity: 0;
}

#header.cur .search img{
	opacity: 0;
}
#header.cur .search img.imgCur{
	opacity: 1;
}

#header.on .search img{
	opacity: 1!important;
}
#header.on .search img.imgCur{
	opacity: 0!important;
}






.menus{
	position: absolute;
	right: -550px;
	top: 0;
	height: 100vh;
	background-color: #061E4E;
	width: 550px;
	z-index: 15;
	transition: right .5s;
}
.menus.cur{
	right: 0;
}
.menus-div-wp{
	position: absolute;
	width: 100%;
	left: 0;
	top: 110px;
	bottom: 0;
}

.menus-div{
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	padding: 0 39px;
}

.menus1-ul{
	width: 260px;
	position: relative;
	z-index: 5;
}
.menus1-ul::after{
	right: -1px;
	top: 0;
	bottom: 0;
	position: absolute;
	width: 1px;
	background-color: #fff;
	content:"";
	opacity: 0.1;
}
.menus1-ul ul{
	margin:0;
}

.menus1-ul li>a{
	font-size: 30px;
	color: rgba(255,255,255,0.5);
	line-height: 1;
	position: relative;
	transition: color .3s;
}
.menus1-ul li+li{
	margin-top: 30px;
}
.menus1-ul li.cur>a{
	color: #fff;
}

.menus1-ul li.cur>a::after{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 1px;
	background-color: #fff;
	content:"";
}


.menus1-dl-wp{
	overflow: hidden;
	z-index: 15;
	position: relative;
}
.menus1-dl{
	display: none;
}
.menus1-dl dl{
	margin:0;
}
.menus1-dl dd+dd{
	margin-top: 13px;
}
.menus1-dl dd>a{
	font-size: 14px;
	color: rgba(221,226,237,0.5);
	position: relative;
	line-height: 20px;
}
.menus1-dl dd>a:hover{
	color: #fff;
}
.menus1-dl dd>a::before{
	position: absolute;
	left: -39px;
	top: 0;
	bottom: 0;
	width: 1px;
	background-color: #fff;
	content:"";
	opacity: 0;
}
.menus1-dl dd>a:hover::before{
	opacity: 1;
}
.menus1-dl dd{
	padding-left: 39px;
}


.menus1{
	position: relative;
	opacity: 0;
	top: 30px;
	
}





.menus2{
	margin-top: 100px;
	position: relative;
	opacity: 0;
	top: 30px;
	
}

.menus.cur .menus1{
	top: 0;
	opacity: 1;
	transition: top .8s,opacity .8s;
	transition-delay:.5s; 
}

.menus.cur .menus2{
	top: 0;
	opacity: 1;
	transition: top .8s,opacity .8s;
	transition-delay:.8s; 
}




.menus2-1{
	margin-bottom: 30px;
}
.menus2-1 h1{
	margin:0;
	font-size: 14px;
	color: #fff;
	opacity: 0.4;
}

.menus2-1 h2{
	margin:0;
	font-size: 14px;
	color: #fff;
	opacity: 0.7;
	margin-top: 12px;
}
.menus2-1 h3{
	margin:0;
	font-size: 14px;
	color: #fff;
	opacity: 0.7;
	margin-top: 5px;
}

.menus2-2 .foo3-a{
	margin-top: 0;
}

/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}

.banner-bg{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}


.banner-div{
	position: relative;
	height: 100vh;
	padding-top: 20%;
}

.banner-title h1{
	margin:0;
	font-size: 64px;
	color: #fff;
	font-weight: 100;
}

.banner-title h2{
	margin:0;
	font-size: 14px;
	color: #fff;
	margin-top:  20px;
}


.banner-a{
	position: absolute;
	
	left: 0;
	bottom: 10%;
	z-index: 15;
}
.banner-a a{
	display: block;
	width: 200px;
	height: 54px;
	line-height: 52px;
	border:1px solid #fff;
	border-radius: 999em;
	text-align: center;
	color: #fff;
	transition: .3s;
}

.banner-a a img{
	display: inline-block!important;
	width: 12px!important;
	margin-left: 20px;
	margin-top: -3px;
}
.banner-a a:hover{
	background-color: #011B6A;
	border-color:#011B6A;

}

.banner-div{
	position: relative;
	height: 100vh;
}

.banner-div video{
	border:0;
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    min-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: cover;
    background-position: center;
}

.banner-div video:focus{
	outline: none;
}



.fafa .flex-control-nav{
	right: 0;
	bottom: 0;
	top: 0;
	width: 150px;
	border-left: 1px solid rgba(255,255,255,0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}


.fafa .flex-control-nav li{
	display: flex;
	justify-content: center;
	align-items: center;
	margin:0;
	width: 60px;
	height: 60px;
}
.fafa .flex-control-nav li+li{
	margin-top: 30px;
}
.fafa .flex-control-paging li a{
	width: 6px;
	height: 6px;
	background-color: rgba(255,255,255,0.2);
	background-image: none!important;
	border-radius: 50%;
	position: relative;
}


.fafa .flex-control-paging li a.flex-active{
	background-color: #E6002D;
}

.fafa .flex-control-paging li a::before{
	position: absolute;
	width: 0px;
	height: 0px;
	left: 50%;
	top: 50%;
	border-radius: 50%;
	transform: translate(-50%,-50%);
	content:"";
	transition: .3s;
}
.fafa .flex-control-paging li a.flex-active::before{
	width: 60px;
	height: 60px;
	border:1px solid #E6002D;

}

.main1{
	padding: 170px 0 200px;
	position: relative;
	background-image: url(../images/xifu1-bg.jpg);

}

.main1-div{
	margin-top: 90px;
}




.xifu1-pic .imgbox_a:hover .main1-con{
	opacity: 1;
	visibility: visible;
}

.main1-con{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 50;
	background-color:rgba(1,27,106,0.9);
	padding: 40px 50px;
	font-size: 14px;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s;
}
.main1-con::before{
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 20px;
	top: 20px;
	border:1px solid rgba(255,255,255,0.2);
	content:"";
}
.main1-con dl{
	margin:0;
	position: relative;
	z-index: 100;
	padding-bottom: 5px;
}
.main1-con dd{
	font-size: 14px;
	color: #fff;
}
.main1-con dd+dd{
	margin-top: 13px;
}

.main1-con dd>a{
	color:rgba(255,255,255,0.4);
}
.main1-con dd>a:hover{
	color: #fff;
}


.main2{
	padding: 200px 0 46px;
	position: relative;
	overflow: hidden;
}
.main2-logo{
	position: absolute;
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
	z-index: 70;
}



.main2-logo img{
	position: absolute;
	width: 100%;
	height: 100%;
/*	top: 50%;
	left: 0;
	transform: translateY(-50%);*/
	left: 0;
}

.main2-ddiv{
	position: relative;
	z-index: 50;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 15;
}

/*.cur.main2-ddiv{
	top: 50%;
	transform: translateY(-50%);
}*/


.main2-video .imgbox_a{
	padding-bottom: 43.65%;
	border-radius: 10px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.main2-bo{
	position: absolute;
	width: 60px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 15;
	cursor: pointer;
}
.main2-bo img{
	display: block;
	width: 100%;
}

.main2-h1{
	font-size: 16px;
	color:#011B6A;
	text-align: center;
	margin-top: 50px;
	display: none!important;
}
.main2 .about1-1-dl{
	margin-top:0px;
}

.main2 .about1-1-dl dl{
	margin-left: -3%;
}
.main2 .about1-1-dl dd{
	float: left;
	width: 30.33333%;
	margin-left: 3%;
}

.main2 .about1-1-dd-t{
	width: auto;
	margin-right: 20px;
	font-size: 18px;
}

.main2 .about1-1-dd-c span{
	font-size: 60px;
}

.more100{
	position: absolute;
	right: 0;
	top: 0;
	width: 196px;
	
}
.more100.hidden-lg{
	position: relative;
	margin:50px auto 0;
}

.more100 a{
	display: block;
	height: 64px;
	background-color: #fff;
	border-radius: 999em;
	line-height: 64px;
	font-size: 16px;
	color: #0E5DA8;
	text-align: center;
	transition: background-color .3s,color .3s;
}
.more100 a::after{
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 50%;
	margin-left: 12px;
	content:"";
	vertical-align: middle;
	background-color: #0E5DA8;
	margin-top: -3px;
	transition: background-color .3s;
}
.more100 a:hover{
	background-color: #0E5DA8!important;
	color: #fff;
}
.more100 a:hover::after{
	background-color: #fff;
}


.main3{
	padding: 50px 0 10px;
	position: relative;
}

.main3 .container{
	position: relative;
	z-index: 100;
}

.main3::before{
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top,rgba(255,255,255,0) 0%, #EDF3FA 100%);
	border-radius: 0px 350px 0px 0px;
	content:"";
	left: 0;
	top: 0;
	z-index: 10;
}

.more101{
	margin-top: 55px;
	text-align: center;
}

.more101 a{
	font-size: 16px;
	color: #999;
}
.more101 a img{
	display: block;
	width: 36px;
	margin:16px auto 0;
}
.more101 a:hover{
	color: #0E5DA8;
	/*font-weight: bold;*/
}

.main3-1{
	width: 598px;
}

.main3-2{
	overflow: hidden;
}

.main3-2 .about6-title{
	position: relative;
}

.main3-2-p{
	font-size: 16px;
	color: #333;
	line-height: 1.6;
	margin-top: 50px;
}

.main3-bottom{
	margin-top: -65px;
}

.main3-bottom svg image {
    width: 40px;
    transform: rotate(158deg) translate(28px, 0) !important
}

/*.main3-bottom img{
	display: block;
	margin:0 auto;
}*/


.main4{
	/*background-color: rgb(245,245,245);*/
	overflow: hidden;
	position: relative;
}

.main4 video.bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -1;
}

.main4 .container{
	position: relative;
	height: 920px;
	z-index: 15;
}
.main4-1{
	width: 406px;
	margin-top: 97px;
}

.main4-1-p{
	margin-top: 98px;
	font-size: 17px;
	color: #666;
	line-height: 1.8;
}

.main4-1-p b{
	color: #0F347F;
}

.main4-1 .banner-a{
	position: relative;
	bottom: 0;
	margin-top: 30px;
}

.main4-1 .banner-a a{
	color: #333;
	border-color:#333;
}

.main4-1 .banner-a a:hover {
    background-color: #011B6A;
    border-color: #011B6A;
    color:#fff;
}




.main4-2{
	position: absolute;
	width: 1030px;
	right: 0;
	height: 1200px;
	top: 50%;
	margin-top: -600px;
	z-index: 15;
}

.main4-2-pic{
	width: 454px;
	margin-right: 60px;
	opacity: 0.4;
  transform: scale(0.8);
  transition: .3s;
}
.main4-2-pic .imgbox_a{
	padding-bottom: 66.08%;
	border-radius: 10px;
}

.main4-2-con{
	overflow: hidden;
	padding-top: 50px;
	opacity: 0;
	visibility: hidden;
  transition: .3s;
}

.main4-2-con h1{
	margin:0;
	font-size: 22px;
	color: #333;
	line-height: 1.5;
	max-height: 3em;
	overflow: hidden;
}
.main4-2-con h1:hover{
	color: #0F347F;
}
.main4-2-con h2{
	margin:0;
	display: inline-block;
	font-size: 12px;
	color: #999;
	border-radius: 999em;
	border:1px solid #e2e2e2;
	padding: 4px 10px;
	margin:18px 0 30px;
}
.main4-2-con p{
	margin:0;
	font-size: 14px;
	color: #636568;
	line-height: 1.5;
	height: 4.5em;
	overflow: hidden;
}
.mySwiper3.swiper{
	height: 100%;
	overflow: visible;
}


.mySwiper3 .swiper-pagination-bullet:focus{
	outline: none;
}
.mySwiper3 .swiper-pagination-bullet{
	width: 6px;
	height: 6px;
	background-color: #aeb2b5;
	opacity: 1;
	margin:0 auto!important;
	display: block;
}
.mySwiper3 .swiper-pagination-bullet+.swiper-pagination-bullet{
	margin-top: 25px!important;
}
.mySwiper3 .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #E6002D;
	background-color: #fff;
	width: 16px;
	height: 16px;
	position: relative;
}
.mySwiper3 .swiper-pagination-bullet.swiper-pagination-bullet-active::after{
	position: absolute;
	width: 100%;
	height: 100%;
	border:3px solid #0F347F;
	content:"";
	left: 0;
	top: 0;
	border-radius: 50%;
}



.swiper-slide-active .main4-2-pic{
	opacity: 1;
  transform: scale(1);
}
.swiper-slide-active .main4-2-con{
	opacity: 1;
	visibility: visible;
}

.main4-2 .swiper-slide{
	padding-right:100px;
}

.main4-2-arrow .swiper-pagination{
	left: auto!important;
	right: 0px!important;
	position: relative;
	top: 0%;
  transform: translate3d(0px,0%,0);
}

.main4-2-arrow{
	position: absolute;
	width: 16px;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	z-index: 50;
}

.mySwiper3-prev{
	position: absolute;
	width: 12px;
	height: 16px;
	top: -35px;
	background-image: url(../images/jt6-1.png);
	left: 2px;
	cursor: pointer;
	transition: background-image .3s;
}
.mySwiper3-prev:hover{
	background-image: url(../images/jt6-1h.png);
}
.mySwiper3-next{
	position: absolute;
	width: 12px;
	height: 16px;
	bottom: -35px;
	background-image: url(../images/jt6-2.png);
	left: 2px;
	cursor: pointer;
	transition: background-image .3s;
}
.mySwiper3-next:hover{
	background-image: url(../images/jt6-2h.png);
}

.mySwiper3-next:focus,
.mySwiper3-prev:focus{
	outline: none;
}









.main5{
	padding: 97px 0 82px;
}

.main5-div{
	margin-top: 83px;
}

.main5-1{
	width: 1042px;
	border-bottom: 1px solid #ddd;
}

.main5-1-1{
	width:510px;
	padding-right: 50px;
	border-bottom: 1px solid #ddd;
}

.main5-h1{
	font-size: 28px;
	color: #011B6A;
}

.main5-list1{
	padding: 60px 0 63px;
	height: 381px;
}
.main5-list1 dl{
	margin:0;
}
.main5-list1 dd+dd{
	margin-top: 54px;
}

.main5-list1 dd h1{
	margin:0;
	font-size: 22px;
	color: #1D2B3B;
}
.main5-list1 dd h2{
	margin:0;
	font-size: 15px;
	color: #666;
	margin-top: 10px;
}

.main5-list1 dd h2 a:hover{
	color: #011B6A;
}



.main5-1-2{
	overflow: hidden;
	padding-left: 50px;
}
.main5-2{
	width: 255px;
}

.main5-2-1{
	border:1px solid #DADADA;
	padding: 20px 20px 30px;
}
.main5-2-1-dl{
	border-top: 1px solid #DADADA;
	margin-top: 30px;
}
.main5-2-1-dl dl{
	margin:0;
}

.main5-2-1-dl dd{
	margin-top: 30px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left center;
}

.main5-2-1-dl dd h1{
	margin:0;
	font-size: 17px;
	color: #000;
}
.main5-2-1-dl dd h1+h2{
	margin-top: 5px;
}
.main5-2-1-dl dd h2+h1{
	margin-top: 5px;
}
.main5-2-1-dl dd h2{
	margin:0;
	font-size: 12px;
	color: #999;
	line-height: 17px;
}

.main5-2-1-dl dd h3{
	margin:0;
	font-size: 17px;
	color: #000;
	line-height: 17px;
}

.main5-2-1-a{
	margin-top: 38px;
}
.main5-2-1-a a{
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #fff;
	border-radius: 4px;
	background-color: #E60012;
	text-align: center;
}
.main5-2-1-a a img{
	margin-left: 10px;
	margin-top: -3px;
}
.main5-2-1-a a:hover{
	font-weight: bold;
}

.main5 .more100{
	position: relative;
	margin-top: 30px;
}

.main5 .more100 a{
	background-color: #F2F5F8;
}



.fxfx .flex-control-paging li a{
	background-image: none!important;
	background-color: #fff;
	border-radius: 50%;
}

.fxfx .flex-control-paging li a.flex-active{
	background-color: #E60012;
}






/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	background-color: #061E4E;
	padding: 45px 0 53px;
}

.foo-logo{
	width: 208px;
}

.foo-logo a,.logo img{
	display: block;
	width: 100%;
}

.footer-2{
	border-top: 1px solid rgba(255,255,255,0.1);
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding-bottom: 30px;
	margin-top: 38px;
}

.footer-2 ul{
	margin:0;
	display: flex;
	align-items: stretch;
}

.footer-2 li{
	width: 15%;
	padding: 20px 15px 15px;
}
.footer-2 li:first-child{
	width: 25%;
}
.footer-2 li+li{
	border-left: 1px solid rgba(255,255,255,0.1);

}

.foo2-h1{
	font-size: 18px;
	color: #fff;
}
.foo2-h1 a:hover{
	font-weight: bold;
}

.footer-2 dl{
	margin:0;
	padding-top: 10px;
	font-size: 0
}

.footer-2 dd{
	margin-top: 10px;
}
.footer-2 li:first-child dd{
	display: inline-block;
	vertical-align: top;
	width: 50%;
}
.footer-2 dd>a{
	font-size: 14px;
	color: #DDE2ED;
}

.footer-2 dd>a:hover{
	color: #E6002D;
}

.footer-3 ul{
	margin:0;
	display: flex;
	align-items: stretch;
}
.footer-3 li{
	width: 30%;
	padding: 20px 15px 15px;
}
.footer-3 li:first-child{
	width: 10%;
}


.footer-3 li+li{
	border-left: 1px solid rgba(255,255,255,0.1);

}

.foo3-aa{
	font-size: 0;
  padding-top: 8px;
}
.foo3-aa a{
	font-size: 14px;
	color: #DDE2ED;
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	margin-top: 6px;
}

.foo3-aa a:hover{
	color: #E6002D;
}


.foo3-h1{
	font-size: 18px;
	color: #fff;
}

.foo3-a{
	margin-top: 20px;
}

.foo3-a a{
	display: block;
	width: 36px;
	height: 36px;
	border:1px solid rgba(255,255,255,0.1);
	position: relative;
}

.foo3-a a+a{
	margin-left: 10px;
}

.foo3-a a::before{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 15;
	opacity: 0.2;
	content:"";
	background-repeat: no-repeat;
	background-position: center;
}
.foo3-a a.fl::before{background-image: url(../images/wico1.png);}
.foo3-a a.fl:first-child+.fl::before{background-image: url(../images/wico1.png);}
.foo3-a a.fl+.fl::before{background-image: url(../images/wico2.png);}


.menus2-2 .erxer{
    top:auto;
    bottom:50px;
}




.foo3-a a:hover::before{
	opacity: 1;
}

.erxer{
	position: absolute;
	width: 100px;
	left: 50%;
	margin-left: -50px;
	top: 50px;
	display: none;
	
}
.erxer img{
	display: block;
	width: 100%;
}
.foo3-a a:hover .erxer{
	display: block;
}

.erxer-con{
	background-color: #fff;
	height: 24px;
	line-height: 18px;
	font-size: 12px;
	color: #333;
	text-align: center;
}

.foo3-p{
	font-size: 16px;
	color: #fff;
	margin-top: 13px;
	line-height: 1.5;
}
.foo3-p p{
	margin:0;
}
.foo3-2{
	margin-top: 13px;
}
.foo3-2 h1{
	margin:0;
	font-size: 14px;
	color: #fff;
	opacity: 0.5;
}
.foo3-2 h2{
	margin:0;
	font-size: 17px;
	color: #fff;
	margin-top: 5px;
}
.foo3-2 h2+h1{
	margin-top: 12px;
}


.foo3-3{
	font-size: 14px;
  color: #DDE2ED;
	line-height: 1.8;
	margin-top: 10px;
}

.foo3-3 p{
	margin:0;
}




.footer-4{
	margin-top: 25px;
	position: relative;
	z-index: 100;
}

.yq{
	width: 140px;
	height: 42px;
	line-height: 40px;
	border:1px solid rgba(255,255,255,0.1);
	font-size: 14px;
	color: #fff;
	text-align: center;
	float: left;
	margin-right: 34px;
	position: relative;
	cursor: pointer;
}

.yq-dl{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 100%;
	border:1px solid rgba(255,255,255,0.1);

	max-height: 158px;
	overflow-y: auto;
	background-color: #061E4E;
	display: none;
}
.yq-dl::-webkit-scrollbar {
    width: 3px;
}
.yq-dl::-webkit-scrollbar-thumb {
    width: 3px;
    height: 36px;
    border-radius: 3px;
    background-color: #fff;
}
.yq-dl::-webkit-scrollbar-track {
    width: 3px;
    border-radius:3px;
}

.yq:hover .yq-dl{
	display: block;
}





.yq-dl dl{
	margin:0;
}
.yq-dl dd>a{
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 1.5;
	padding: 5px;
}
.yq-dl dd>a:hover{
	background-color: #E6002D;

}
.footer-4 .fl{
	line-height: 40px;
	font-size: 14px;
	color: rgba(255,255,255,0.5);
}
.footer-4 .fr{
	line-height: 40px;
	font-size: 14px;
	color: rgba(255,255,255,0.5);
}
.footer-4 .fr a:hover{
	color: #fff;
}

/**************************************************************/
/*footer-over*/





/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/

#header-2{
	display: none;
	height: 75px;
	/*border-bottom:0px solid #035cac;*/
	box-shadow: 0 4px 8px -3px #000;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 1001;
	background-color: #fff;

}
.nav-2{
	display: none;
	background-color: #fff;
	position: relative;
	z-index:900;

}

.nav-2>ul>li{

	border-top: 1px dotted #ccc;
	position: relative;
}

.jiaspan{
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(../images/jia2.png);
	background-repeat: no-repeat;
	background-position: center ;
	top: 5px;

	right: 14px;
}
.jiaspan.cur{
	background-image: url(../images/jia2h.png);

}
.nav-2>ul{
	margin:0;
	max-height: calc(100vh - 129px);
	overflow-y: auto;
}
.nav-2>ul>li:first-child{
	/*border-top: 0;*/
}
.nav-2>ul>li>a{

	padding:8px 10px;
	display: block;
	font-size: 16px;
	width: 100%;
	color:#333;
	font-family: "anb";
	text-transform: uppercase;

}
.nav-2>ul>li>ul{
	padding-bottom: 10px;
	display: none;
}
.nav-2>ul>li>ul>li>a{
	padding: 6px 10px;
	display: block;
	font-size: 14px;
	padding-left: 25px;
	width: 100%;
	color:#666;
}
.nav-2>ul>li>ul>li>ul{
	padding: 5px 0;
}
.nav-2>ul>li>ul>li>ul>li{
	font-size: 14px;
	padding-left: 50px;
	width: 100%;
	color:#666;
}
.nav-2>ul>li>ul>li>ul>li+li{
	margin-top: 7px;
}

.nav-2>ul>li>ul>li>ul>li>ul{
	padding: 10px 0 5px;
}
.nav-2>ul>li>ul>li>ul>li>ul>li{
	font-size: 14px;
	padding-left: 30px;
	width: 100%;
	color:#666;
}
.nav-2>ul>li>ul>li>ul>li>ul>li+li{
	margin-top: 7px;
}
/*.downla-2 {
	padding: 5px 0 10px;
	display: none;
}
.downla-2 dd{
	padding-left: 30px;
}
.downla-2 dd a{
	font-size: 14px;
	display: inline-block;
	padding: 3px 0;
	width: auto;
}*/
/*.nav-2 li a:hover{
	color:#1a0d07;
}*/

.nav-2-form{
	padding: 10px;
	position: relative;
}
.nav-2-form input[type="image"]{
	position: absolute;
	right: 19px;
    top: 18px;
    width: 18px;

}

.nav-2-form .form-control{padding-right: 50px;}
.logo-2 {
   font-size: 0;
   width: 220px;
   margin-left: 15px;
   margin-top:12px;
}
.logo-2 a{
	display: block;
	width: 100%;
}
.logo img{
	display: block;
	width: 100%;
}

.logo-2 img{
	display: block;
	width: 100%;
}


.menu2{

	margin-right: 15px;
	height: 75px;
	font-size: 0;

}
.menu2 li{
	cursor:pointer ;
	margin-left: 15px;
	float: right;
	margin-top: 29px;
}
.menu2 li+li{
	margin-top: 21px;
}
.menu2 li img{
	/*vertical-align: middle;*/


}

.chenggao{
		display: none;
		height: 75px;
	}


#nav-2-heidi{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 800;
	/*background-image: url(../images/heidi.png);*/
	background-color: #000;
	opacity: 0.5;
	display: none;

}




/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/


.banner-2{
	height: 100vh;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}

.banner-2-gp::before{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	content:"";
	z-index: 5;
	background-image: url(../images/zz.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.banner-2-gp-div{
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content:"";
	z-index: 10;
}


.banner-touzi-item{
	width: 550px;
	margin-left: auto;
}
.banner-touzi-item+.banner-touzi-item{
	margin-top: 50px;
}
.banner-touzi-item .yi {
  line-height: 50px;
  font-size: 18px;
  color: #888;
}
.banner-touzi-item .yi .sp1 {
  color: #7b1120;
  font-size: 30px;
}
.banner-touzi-item .yi .sp2 {
  color: #7b1120;
  font-size: 16px;
}
.banner-touzi-item .yi .sp3 {
  color: #7b1120;
  font-size: 30px;
}
.banner-touzi-item .yi .sp4 {
	display: none;
  color: #298a59;
  font-size: 30px;
}

.banner-touzi-item.cur .yi .sp1 {
  color: #298a59;
  font-size: 30px;
}
.banner-touzi-item.cur .yi .sp2 {
  color: #298a59;
  font-size: 16px;
}

.banner-touzi-item.cur .yi .sp3{
	display: none;
}
.banner-touzi-item.cur .yi .sp4{
	display: block;
}















.banner-touzi-item .yi .zsp1 {
	color: #7b1120;
	font-size: 30px;
}
.banner-touzi-item .yi .zsp2 {
	color: #7b1120;
	font-size: 16px;
}
.banner-touzi-item .yi .zsp3 {
	color: #7b1120;
	font-size: 30px;
}
.banner-touzi-item .yi .zsp4 {
	display: none;
	color: #298a59;
	font-size: 30px;
}

.banner-touzi-item.cur .yi .zsp1 {
	color: #298a59;
	font-size: 30px;
}
.banner-touzi-item.cur .yi .zsp2 {
	color: #298a59;
	font-size: 16px;
}

.banner-touzi-item.cur .yi .zsp3{
	display: none;
}
.banner-touzi-item.cur .yi .zsp4{
	display: block;
}
















.banner-touzi-item .erul {
	margin:0;
    width: 440px;
    border-top: 1px solid #5b616b;
}
.banner-touzi-item .erul  .td1 {
    width: 80px;
    font-size: 16px;
    color: #888;
    line-height: 30px;
}
.banner-touzi-item .erul  .td2 {
    width: 140px;
    font-size: 16px;
    color: #888;
    line-height: 30px;
}

.banner-touzi-item .san {
    font-size: 12px;
    color: #888;
    padding: 15px 0;
    line-height: 30px;
}

.banner-touzi-item  .san a {
    color: #7b1120;
}






















.banner-2-h1-wp{
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 50;
}

.banner-2-h1{
	font-size: 64px;
	color: #fff;
	line-height: 1;
	font-weight: 100;
}

.banner-2-menu-wp{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 10%;
	z-index: 30;
}

.banner-2-menu dl{
	margin:0;
}

.banner-2-menu dd{
	float: left;
	position: relative;
}
.banner-2-menu dd+dd{
	margin-left: 70px;
}
.banner-2-menu dd+dd::before{
	position: absolute;
	width: 70px;
	right: 100%;
	top: 0;
	font-size: 18px;
	color: #fff;
	opacity: 0.5;
	content:"/";
	text-align: center;
}

.banner-2-menu dd>a{
	font-size: 18px;
	color: #fff;
	opacity: 0.5;
}

.banner-2-menu dd>a:hover{
	opacity: 1;
}
.banner-2-menu dd img{
	margin-top: -3px;
	margin-right: 25px;
	width: 23px;
	display: none;
}
.banner-2-menu dd.cur img{
	display: inline-block;
}
.banner-2-menu dd.cur>a{
	opacity: 1;
}

.erji{
	padding: 117px 0 80px;
	overflow: hidden;
}

.erji-title{
	position: relative;
}
.erji-title h1{
	margin:0;
	font-size: 66px;
	line-height: 1;
	color: #0E1626;
	font-weight: 100;
}

.erji-title h2{
	margin:0;
	font-size: 16px;
	opacity: 0.8;
	color: #0E1626;
	margin-top: 13px;
	font-family:"MSR";
}


.ziBai h1{
	color: #fff;
}

.ziBai h2{
	color: #fff;
}


.jiaoliu-tw{
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -29px;
	width: 194px;
	height: 58px;
	line-height: 56px;
	border-radius: 999em;
	border:2px solid rgba(0,35,140,0.5);
	font-size: 16px;
	color: #00238C;
	text-align: center;
	cursor: pointer;
}
.jiaoliu-tw:hover{
	background-color: #00238C;
	border-color: #00238C;
	color: #fff;
}






.erji-div{
	margin-top: 70px;
}

.baogao-list dl{
	margin:0;
}

.baogao-list dd{
	padding: 37px 220px 45px 105px;
	position: relative;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/pdf.png);
}
.baogao-list dd::after{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 1px;
	background-color: #E1E1E1;
	content:"";
	z-index: 1;
}
.baogao-list dd::before{
	position: absolute;
	width: 0%;
	left: 0;
	bottom: 0;
	height: 1px;
	background-color: #00238C;
	content:"";
	z-index: 10;
	transition: width .5s;
}
.baogao-list dd:hover::before{
	width: 100%;
}
.baogao-list dd h1{
	margin:0;
	font-size: 22px;
	color: #0E1626;
	font-weight: bold;
}

.baogao-list dd h2{
	margin:0;
	font-size: 16px;
	color: #797979;
	margin-top: 10px;
}

.baogao-a{
	position: absolute;
	width: 124px;
	height: 56px;
	border-radius: 56px;
	line-height: 52px;
	border:2px solid #00238C;
	right: 52px;
	top: 50%;
	margin-top: -28px;
	font-size: 16px;
	color: #00238C;
	text-align: center;
}

.baogao-a img{
	margin-top: -3px;
	margin-left: 9px;

}

.baogao-a img.imgCur{
	display: none;
}

.baogao-a:hover{
	background-color: #00238C;
	color: #fff;
}
.baogao-a:hover img{
	display: none;
}
.baogao-a:hover img.imgCur{
	display: inline-block;
}

.fenye{
	margin-top: 70px;
	text-align: center;
}

.fenye ul{
	margin:0;
}

.jiaoliu-list dl{
	margin:0;
}

.jiaoliu-list dd{
	padding: 40px 66px 40px 35px;
	border-bottom: 1px solid #DDE2ED;
	background-color: #fff;
	transition: box-shadow .3s;
	position: relative;
}

.jiaoliu-list dd.cur{
	box-shadow: 0px 4px 30px 0px rgba(0,0,0,0.08);
	z-index: 15;
}





.jiaoliu-item{
	position: relative;
	padding-right: 85px;
	padding-right: 0px!important;
}




.jiaoliu-q{
	font-size: 22px;
	color: #2C384F;
	line-height: 30px;
	padding-left: 45px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/ww.png);
}
.jiaoliu-a{
	margin-top: 28px;
	font-size: 20px;
	color: #0E1626;
	font-weight: bold;
	line-height: 30px;
	padding-left: 45px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/aa.png);
	/*display: none;*/
}

.jiaoliuCur{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -35px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border:2px solid #011B6A;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/close-z.png);
	cursor: pointer;
	display: none;
}

.jiaoliuCur.cur{
	background-image: url(../images/close.png);
	background-color: #011B6A;
	border-color: #011B6A;
}

.jiaoliu-form-wp{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3000;
	background-color: rgba(0,0,0,0.3);
	display: none;
}

.jiaoliu-form-flex{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 15;
}

.jiaoliu-form{
	position: absolute;
	width: 1000px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background-color: #fff;
	padding: 50px 120px 73px;
}

.jiaoliu-form .erji-title h1{
	font-size: 50px;
}

.jiaoliu-form-item{
	margin-top: 35px;
}

.jiaoliu-form-h1{
	font-size: 28px;
	color: #2A2E3C;
}

.jiaoliu-form-h1 b{
	font-weight: normal;
	color: #E6002D;
	font-size: 14px;
	vertical-align: top;
	padding-right: 5px;
}
.jiaoliu-form-input{
	margin-top: 15px;
}

.jiaoliu-form-input-yzm{
	position: relative;
	padding-right: 160px;
}
.jiaoliu-form-input-yzm .thumbnail{
	position: absolute;
	right: 0;
	top:0;
	width: 142px;
	margin:0;
}


.jiaoliu-form-input textarea.form-control{
	resize: none;
	height: 125px;
	padding: 15px;
}
.jiaoliu-form-input .form-control{
	border:0;
	box-shadow: none!important;
	background-color:#F6F8F1;
	height: 48px;
	font-size: 16px;
}

.jiaoliu-form-h2{
	font-size: 16px;
	color: #2A2E3C;
}

.jiaoliu-form-h2 b{
	font-weight: normal;
	color: #E6002D;
	font-size: 14px;
	vertical-align: top;
	padding-right: 5px;
}

.jiaoliu-form-item-dl dl{
	margin:0;
	margin-left: -5%;
}

.jiaoliu-form-item-dl dd{
	float: left;
	width: 45%;
	margin-left: 5%;
	margin-top: 20px;
}
.jiaoliu-form-btn{
	margin-top: 50px;
}
.jiaoliu-form-btn input:focus{
	outline: none;
}
.jiaoliu-form-btn input{
	display: block;
	margin:0 auto;
	width: 236px;
	height: 58px;
	border:0;
	border-radius: 999em;
	border:2px solid rgba(0,35,140,0.5);
	font-size: 16px;
	color: #00238C;
	text-align: center;
	cursor: pointer;
	background-color: #fff;
}


.jiaoliu-form-btn input:hover{
	background-color: #00238C;
	border-color: #00238C;
	color: #fff;
}


.jiaoliu-form-close{
	position: absolute;
	width: 43px;
	top: 0;
	right: -70px;
	cursor: pointer;
}

.jiaoliu-form-close img{
	display: block;
	width: 100%;
}

.padd{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.dingqi1{
	background-color: #fff;
	padding: 117px 0  130px;
}

.mm50{
	margin-top: 50px;
}

.dingqi1-list ul{
	margin:0;
	margin-left: -3%;
}

.dingqi1-list li{
	float: left;
	width: 30.3333%;
	margin-left: 3%;
}

.dingqi1-pic .imgbox_a{
	padding-bottom: 61.78%;
}

.dingqi1-1{
	position: absolute;
	width: 100%;
	left: 0;
	top: 30px;
	padding: 0	30px;
	z-index: 15;
}

.dingqi1-1 .fl{
	font-size: 38px;
	color: #fff;
	line-height: 1;
}
.dingqi1-1 .fl h1{
	margin:0;
	font-size: 18px;
	color: #fff;
	line-height: 1;
	padding-left: 10px;
	padding-top: 3px;
}
.dingqi1-1 .fl h2{
	margin:0;
	font-size: 12px;
	color: #fff;
	line-height: 1;
	padding-left: 10px;
	opacity: 0.8;
	margin-top: 3px;
}

.dingqi1-2{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 30px;
	padding: 0	30px;
	z-index: 15;
	font-size: 16px;
	color: #fff;
}

.dingqi1-2 img{
	margin-left: 10px;
}



.dingqi1-list dl{
	margin:0;
	padding-top: 15px;
}

.dingqi1-list dd{
	height: 84px;
	line-height: 83px;
	border-bottom: 1px solid #ddd;
	font-size: 22px;
	color: #333;
}

.dingqi1-list dd a:hover{
	color: #00238C;
}

.dingqi2{
	background-color: #F7F7F7;
	padding: 140px 0  163px;
}
.dingqi2-item{
	width: 48%;
}

.dingqi2-bg .imgbox_a{
	padding-bottom: 53.9%;
}

.dingqi2-con{
	background-color: #fff;
	padding: 45px 40px 105px;
}

.dingqi2-con .fl{
	padding-left: 100px;
	background-repeat: no-repeat;
	background-position: left center;
}

.fl .dingqi2-con .fl{
	background-image: url(../images/dingqi2-ico1.png);

}
.fr .dingqi2-con .fl{
	background-image: url(../images/dingqi2-ico2.png);
}
.dingqi2-con .fl h1{
	margin:0;
	font-size: 38px;
	color: #333;
	font-weight: 100
}

.dingqi2-con .fl h2{
	margin:0;
	font-size: 14px;
	color: #777;
	margin-top: 14px;
}

.more11{
	width: 170px;
	margin-top: 8px;
}

.more11>a{
	display: block;
	height: 54px;
	line-height: 52px;
	border-radius: 999em;
	border:1px solid #011B6A;
	font-size: 14px;
	color: #011B6A;
	text-align: center;
}

.more11>a img{
	margin-left: 10px;
}
.more11>a img.imgCur{
	display: none;
}



.more11>a:hover{
	background-color: #011B6A;
	color: #fff;
}

.more11>a:hover img{display: none;}
.more11>a:hover img.imgCur{display: inline-block;}

.dingqi3{
	background-color: #fff;
	padding: 115px 0  130px;
}



.dingqi3-list dl{
	margin:0;
	margin-left: -3%;
}

.dingqi3-list dd{
	float: left;
	width: 30.3333%;
	margin-left: 3%;
}


.dingqi3-pic .imgbox_a{
	padding-bottom: 61.78%;
}

.dingqi3-h1{
	font-size: 22px;
	color: #333;
	text-align: center;
	margin-top: 20px;
}
.dingqi3-h1 a:hover{
	color: #011B6A;
}

.dingqi4 {
	background-image: url(../images/dingqi4-bg.jpg);
	padding: 150px 0 80px;
}

.dingqi4 .erji-title h1{
	font-size: 46px;
}


.dingqi4-1{
	margin-right: 200px;
}

.dingqi4-2{
	overflow: hidden;
}

.dingqi4-2 dl{
	margin:0;
	margin-left: -3%;
}

.dingqi4-2 dd{
	float: left;
	width: 30.3333%;
	margin-left: 3%;
	background-repeat: no-repeat;
	background-position: left 0;
	min-height: 46px;
	padding: 2px 0;
	padding-left: 60px;
	margin-bottom: 45px;
}

.dingqi4-2 dd:nth-child(5){
	width: 63.6666%;
}

.dingqi4-2 dd h1{
	margin:0;
	font-size: 12px;
	color: #fff;
	opacity: 0.5;
}
.dingqi4-2 dd h2{
	margin:0;
	font-size: 17px;
	color: #fff;
	line-height: 1.5;
	margin-top: 4px;
}

.contact1{
	padding: 60px 0 30px;
	border-top: 1px solid #E1E1E1;
}

.contact1 dl{
	margin:0;
}

.contact1 dd{
	float: left;
	width: 25%;
	height: 170px;
}
.contact1 dd+dd{
	border-left:  1px solid #E1E1E1;
}
.contact1-ico{
	width: 35px;
	margin-right: 30px;
	margin-left: 25px;
}

.contact1-ico img{
	display: block;
	width: 100%;
}

.contact1-con{
	overflow: hidden;
}

.contact1-con h1{
	margin:0;
	font-size: 24px;
	color: #070707;
}

.contact1-con h2{
	margin:0;
	font-size: 16px;
	color:#E60012;
	margin-top: 7px;
	line-height: 1.5;
}

.contact1-con h3{
	margin:0;
	font-size: 14px;
	color:#6F6F6F;
	margin-top: 8px;
}

.map-wp{
	height: 600px;
}

.map{
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.contact2{
	box-shadow: 0px 11px 20px 0px rgba(0,0,0,0.1);
	border-radius: 20px;
	overflow: hidden;
}
.contact2-div{
	background-color: #fff;
	padding: 0 30px;
}

.contact2-1{
	font-size: 24px;
	color: #070707;
	height: 122px;
	line-height: 122px;
	float: left;
}

.contact2-1 span{
	padding-left: 10px;
	font-size: 14px;
	color: #8D8989;
}

.contact2-2{
	font-size: 20px;
	color:#E60012;
	height: 122px;
	line-height: 122px;
	margin-left: 25px;
	float: left;
	font-weight: bold;
}


.contact2-3{
	width: 134px;
	margin-top: 37px;
	float: right;
}

.contact2-3>a{
	display: block;
	height: 47px;
	line-height: 43px;
	border-radius: 999em;
	border:2px solid #E60012;
	font-size: 15px;
	color: #E60012;
	text-align: center;
	font-weight: bold;
}

.contact2-3>a img{
	margin-left: 10px;
}
.contact2-3>a img.imgCur{
	display: none;
}

.contact2-3>a:hover{
	background-color: #E60012;
	color: #fff;
}

.contact2-3>a:hover img{display: none;}
.contact2-3>a:hover img.imgCur{display: inline-block;}

.contact3 dl{
	margin:0;
}

.contact3 dd{
	float: left;
	width: 33.3333%;
	padding: 60px 0;
	padding-right: 15px;
	border-bottom: 1px solid #E1E1E1;
	height: 268px;
}

.contact3-h1{
	font-size: 26px;
	color: #011B6A;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/dian1.png);
}
.contact3-p{
	font-size: 15px;
	color: #666;
	line-height: 2;
	padding-left: 30px;
	margin-top: 20px;
}
.contact3-p p{
	margin:0;
}

.contact3{
	padding:50px 0 120px;
}

.xinwen1-list dl{
	margin:0;
}

.xinwen1-list dd+dd{
	margin-top: 100px;
}

.xinwen1-item{
	position: relative;
	padding-left: 525px;
	
}

.xinwen1-date{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 15px;
	color: #666;
	font-family: "MSR";
}

.xinwen1-date span{
	font-size: 30px;
	color: #333;
	padding-right: 12px;
}

.xinwen1-pic{
	position: absolute;
	left: 180px;
	top: 0;
	width: 454px;
	z-index: 50;
}

.xinwen1-pic .imgbox_a{
	padding-bottom: 66.08%;
	border-radius: 10px;
}

.xinwen1-con{
	height: 300px;
	padding: 56px 140px 0 215px;
	position: relative;
}
.xinwen1-con::before{
	z-index: 5;
	position: absolute;
	top: -16px;
	bottom: -16px;
	right: 0;
	left: 0;
	background-color: #fff;
	content:"";
	border-radius: 10px;
	box-shadow:  0px 4px 55px 0px rgba(48,70,108,0.26);
	opacity: 0;
	transition: opacity .3s;
}
.xinwen1-con-div{
	position: relative;
	z-index: 15;
}

.xinwen1-con-div h1{
	margin:0;
	font-size: 20px;
	color: #333;
}
.xinwen1-con-div h1 a:hover{
	color: #011B6A;
	font-weight: bold;
}
.xinwen1-con-div p{
	margin:0;
	font-size: 15px;
	color: #666;
	line-height: 1.6;
	height: 4.8em;
	overflow: hidden;
	margin-top: 30px;
}

.xinwen1-a{
	margin-top: 48px;
	font-size: 17px;
	color: #333;
}

.xinwen1-a a:hover{
	font-weight: bold;
	color: #011B6A;
}

.xinwen1-item:hover .xinwen1-con::before{
	opacity: 1;
}

.xinwen2-list dl{
	margin:0;
	margin-left: -3%;
}

.xinwen2-list dd{
	float: left;
	width: 30.3333%;
	margin-left: 3%;
	margin-top: 3%;
}
.xinwen2-list dd:nth-child(1),
.xinwen2-list dd:nth-child(2),
.xinwen2-list dd:nth-child(3){
	margin-top: 0;
}


.xinwen2-item{
	border-radius: 12px;
	overflow: hidden;
	background: rgba(255,255,255,0.9);
	box-shadow: 0px 22px 55px 0px rgba(48,70,108,0.05);
}

.xinwen2-pic .imgbox_a{
	padding-bottom: 58.15%;
}

.xinwen2-con-wp{
	position: relative;
	overflow: hidden;
}

.xinwen2-con-wp::before{
	position: absolute;
	width: 100%;
	left: 0;
	top: -50px;
	z-index: 5;
	content:"";
	height: 144px;
	background: linear-gradient( 180deg, #D1DDFF 0%, rgba(255,255,255,0) 100%);
	z-index: 5;
}
.xinwen2-con{
	height: 261px;
	position: relative;
	z-index: 20;
	padding: 20px 42px 0;
}

.xinwen2-con h1{
	margin:0;
	display: inline-block;
	border:1px solid #E2E2E2;
	border-radius: 999em;
	padding: 7px 13px;
	font-size: 14px;
	color: #333;
}
.xinwen2-con h2{
	margin:0;
	font-size: 22px;
	color: #12202E;
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
	margin-top: 10px;
}
.xinwen2-con h2 a:hover{

	color: #011B6A;
}
.xinwen2-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
	margin-top: 10px;
}
.xinwen2-con .xinwen1-a{
	margin-top: 25px;
}

.xinwen-color{
	background-color: #F5F9FD;
}


.sanji-dl dl{
	margin:0;
}

.sanji-dl dd{
	float: left;
	margin-right: 30px;
	margin-bottom: 50px;
}

.sanji-dl dd>a{
	display: block;
	padding: 20px 40px;
	border-radius: 999em;
	font-size: 18px;
	line-height: 1;
	border: 2px solid rgba(1,27,106,0);
	color:#5D6271;
}
.sanji-dl dd>a:hover{
	color: #011B6A;
}
.sanji-dl dd.cur>a{
	color: #011B6A;
	background: rgba(255,255,255,0.5);
	box-shadow: 0px 4px 20px 0px rgba(48,70,108,0.1);
	border: 2px solid rgba(1,27,106,0.3);
}

.xinwen4-list dl{
	margin:0;
	margin-left: -3%;
}

.xinwen4-list dd{
	float: left;
	width: 47%;
	margin-top: 3%;
	margin-left: 3%;
}

.xinwen4-list dd:nth-child(1){margin-top: 0;}
.xinwen4-list dd:nth-child(2){margin-top: 0;}

.xinwen4-pic{
	width: 165px;
	margin-left: 25px;
}

.xinwen4-pic .imgbox_a{
	padding-bottom: 137.6%;
}

.xinwen4-item{
	background: rgba(255,255,255,0.9);
	box-shadow: 0px 22px 55px 0px rgba(48,70,108,0.05);
	border-radius: 12px 12px 12px 12px;
	padding: 32px 53px 32px 70px;
}

.xinwen4-con{
	overflow: hidden;
	padding-top: 30px;
}

.xinwen4-con h1{
	margin:0;
	font-size: 28px;
	color: #12202E;
}

.xinwen4-con h2{
	margin:0;
	font-size: 14px;
	color: #12202E;
	margin-top: 12px;
}
.xinwen4-a{
	margin-top: 70px;
}
.xinwen4-a a{
	display: block;
	width: 116px;
	height: 40px;
	line-height: 38px;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 999em;
	font-size: 14px;
	color: #12202E;
	text-align: center;
}

.xinwen4-a a:hover{
	color: #fff;
	background-color: #011B6A;
	border-color: #011B6A;
}

.xinwen5-item .imgbox_a{
	padding-bottom: 63.2653%;
	overflow: visible;
}
.xinwen5-item .imgbox_a>img{
	border-radius: 10px;
}
.xinwen5-item .imgbox_hover:hover>img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.xinwen5-item .imgbox_a h1{
	margin:0;
	position: absolute;
	width: 100%;
	font-size: 24px;
	color: #fff;
	text-align: center;
	left: 0;
	bottom: 25px;
	z-index: 50;
}

.xinwen5-item .imgbox_a::before{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	border-radius: 10px;
	content:"";
	left: 0;
	top: 0;
	z-index: 10;
  transition: .3s;
}

.xinwen5-item .imgbox_a::after{
	position: absolute;
	width: 60px;
	height: 60px;
	content:"";
	left: 50%;
	top: 50%;
	margin-left: -30px;
	margin-top: -30px;
	background-image: url(../images/bo.png);
	background-size: 100%;
	z-index: 5;
}

.xinwen5-item .imgbox_a:hover h1{
	display: none;
}

.xinwen5-item .imgbox_a:hover::before{
	opacity: 0;
	 -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.danpian{
	padding: 130px 0 105px;
}

.danpian-div{
	max-width: 1200px;
	margin:0 auto;
}

.mianbaoxie{
	font-size:16px;
	color: #B2B2B2;
	padding-left: 35px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/mianbaoxie.png);
}

.mianbaoxie a:hover,
.mianbaoxie span{
	color: #011B6A;
}
.danpian-title{
	padding: 50px 0;
	border-bottom:  2px solid #283A51;
}

.danpian-h1{
	font-size:45px;
	color: #333;
	line-height: 1.2;
}

.danpian-h2{
	font-size: 16px;
	color: #283A51;
	line-height: 1.6;
	margin-top: 50px;
}

.danpian-con{
	font-size: 16px;
	color: #333;
	line-height: 2;
	padding: 50px 0;
}

.danpian-con img{
	display: block;
	margin:0 auto 10px;
}


.toudia a{
	display: block;
	width:300px;
	height: 70px;
	line-height: 66px;
	border: 2px solid rgba(230,0,18,0.3);
	border-radius: 999em;
	font-size: 24px;
	color: #E60012;
	text-align: center;
	margin:0 auto;
}


.toudia a:hover{
	color: #fff;
	background-color: #E60012;
	border-color: #E60012;
}

.yewu-item{
	background-color: #F7F7F7;
}
.yewu-item+.yewu-item{
	margin-top: 60px;
}
.yewu-pic{
	width: 50%;
	position: relative;
}

.yewu-title{
	position: absolute;
	width: 405px;
	height: 76px;
	line-height: 76px;
	font-size: 36px;
	color: #fff;
	left:  -50px;
	top: 30px;
	background-image: url(../images/yewu-ico.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	z-index: 50;
	padding-left: 25px;
}
.yewu-title span{
	font-size: 14px;
	color: #fff;
	opacity: 0.8;
	padding-left: 5px;
}
.yewu-pic .imgbox_a{
	padding-bottom: 72.43%;
}

.yewu-con{
	overflow: hidden;
	padding: 40px 10px 0 40px;
}

.yewu-con1{
	font-size: 18px;
	color: #333;
}
.yewu-con2{
	font-size: 24px;
	color: #333;
	line-height: 1.6;
	margin-top: 15px;
}

.yewu-dl{
	padding-top: 15px;
}

.yewu-dl dl{
	margin:0;
}

.yewu-dl dd{
	font-size: 16px;
	color: #666;
	line-height: 1.8;
	margin-top: 7px;
}

.xifu1{
	background-image: url(../images/xifu1-bg.jpg);
	padding: 170px 0 200px;
}


.xifu1-bottom{
	margin-top: 90px;
}


.xifu1-pic .imgbox_a{
	padding-bottom: 63.7%;
}


.xifu1-con{
	margin-top: 25px;
}

.xifu1-con h1{
	margin:0;
	font-size: 26px;
	color: #0E1626;
}
.xifu1-con h2{
	margin:0;
	font-size: 14px;
	color: #5B667C;
	margin-top:8px;
}
.xifu1-list .item{
	width: 460px;
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
}
.xifu1-list .item:hover .xifu1-con h1{
	color: #0F347F;
}


.xifu2{
	background-image: url(../images/xifu2-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;

}

.xifu2-div{
	min-height: 1000px;
	position: relative;
	padding: 80px 0 106px;
}
.xifu2-div::before{
	position: absolute;
	width: 1px;
	background-color: #DCDFE9;
	top: 0;
	bottom: 0;
	content:"";
	left: 368px;
	z-index: 1;
}
.xifu2-menu{
	width: 368px;
	margin-right: 80px;
}

.xifu2-h1{
	font-size: 30px;
	color: #666;
	padding-bottom: 30px;
	border-bottom: 1px solid #DCDFE9;
}
.xifu2-menu-ul{
	margin-top: 50px;
}
.xifu2-menu-ul ul{
	margin:0;
}
.xifu2-menu-ul li+li{
	margin-top: 20px;
}
.xifu2-1{
	font-size: 20px;
	color: #2E2E2E;
	border-bottom: 1px solid #DCDFE9;
	padding: 10px 50px 10px 0;
	position: relative;
	transition: color .3s,border-color .3s;
}

.xifu2-kg{
	position: absolute;
	width: 11px;
	height: 11px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/zk.png);
	right: 30px;
	top: 50%;
	margin-top: -5px;
}

.xifu2-menu-ul li:hover .xifu2-1{
	border-bottom: 1px solid #0F347F;
	color: #0F347F;
}

.xifu2-1.cur{
	border-bottom: 1px solid #0F347F;
	color: #0F347F;
}
.xifu2-1.cur .xifu2-kg{
	background-image: url(../images/bh.png);
}
.xifu2-menu-ul dl{
	margin:0;
	display: none;
}

.xifu2-menu-ul dd{ 
	margin-top: 10px;
	font-size: 15px;
	color: #727786;
}

.xifu2-menu-ul dd.cur>a,.xifu2-menu-ul dd>a:hover{
	color: #0F347F;
}

.xifu2-content{
	overflow: hidden;
}

.xifu2-content-title{
	font-size: 40px;
	color: #0F347F;
}

.xifu2-content-1{
	margin-top: 30px;
	border:2px solid #B9C5EB;
	border-radius: 11px;
	box-shadow: 0px 4px 30px 0px rgba(0,0,0,0.05);
	padding: 20px;
}

.xifu2-content-1-1{
	font-size: 18px;
	color: #333;
}

.xifu2-content-1-2{
	font-size: 15px;
	color: #282A32;
	line-height: 1.6;
	margin-top: 10px;
}

.xifu2-content-2{
	font-size: 16px;
	color: #333;
	line-height: 2;
	padding: 30px 0;
}

.xifu2-content-2 img{
	margin: 0 auto 10px;
	display: block;
}

.xifu2-content-3{
	border-top: 1px solid #DCDFE9;
	padding-top: 30px;
}

.xifu2-content-3-1{
	font-size: 30px;
	color: #333;
	padding-bottom: 20px;
}

.xifu2-content-3-2 .fl+.fl{
    margin-left: 30px;
}

.xifu2-er{
	width: 106px;
	margin-right: 15px;
	float: left;
}

.xifu2-er img{
	display: block;
	width: 100%;
}

.xifu2-er-con{
	overflow: hidden;
	font-size: 12px;
	color: #3E4455;
	opacity: 0.8;
	padding-top: 42px;
}

.xifu2-phone{
	width: 150px;
	height: 44px;
	line-height: 44px;
	border-radius: 999em;
	background-color: #E6002D;
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
}

.xifu2-phone img{
	margin-right: 10px;
	margin-top: -2px;
}

.xifu2-phone-ts{
	color: #3E4455;
	font-size: 12px;
	text-align: center;
	margin-top: 10px;
}

.jicheng-pic .imgbox_a{
	padding-bottom: 54.67%;
}

.jicheng{
	padding: 246px 0 120px;
	position: relative;
}

.jicheng .swiper-slide{
	width: 825px;
	opacity: 0.5;
}

.jicheng .swiper-slide.swiper-slide-active{
	opacity: 1;
}
.swiper-slide-active .jicheng-con{
	display: block;
}
.jicheng-con{
	padding: 60px 50px 0;
	display: none;
	background-color: #F5F9FD;
}

.jicheng-con h1{
	margin:0;
	font-size: 34px;
	color: #333;
	text-align: center;
}
.jicheng-con h1 a:hover{
	color: #E6002D;
}
.jicheng-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	text-align: center;
	max-width:450px;
	margin:25px auto 45px;
	line-height: 1.6;
	height: 3.2em;
	overflow: hidden;
}


.jicheng-a{
	width: 194px;
	margin:0 auto;
}

.jicheng-a>a{
	display: block;
	height: 58px;
	line-height: 54px;
	border-radius: 999em;
	border:2px solid #E6002D;
	font-size: 16px;
	color: #E6002D;
	text-align: center;
}

.jicheng-a>a img{
	margin-left: 10px;
}
.jicheng-a>a img.imgCur{
	display: none;
}

.jicheng-a>a:hover{
	color: #fff;
	background-color: #E6002D;
}


.jicheng-content-wp{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 3000;
	display: none;
}

.jicheng-content{
	background-color: #fff;
	box-shadow: 0px 20px 30px 0px rgba(48,70,108,0.08);
	padding: 60px 80px;
	position: relative;
}

.jicheng-close{
	position: absolute;
	width: 64px;
	height: 116px;
	text-align: center;
	background-color: #E6002D;
	border-radius: 0px 0px 15px 0px;
	padding: 20px 20px 0;
	font-size: 17px;
	color: #fff;
	text-align: center;
	top: 0;
	left: 100%;
	cursor: pointer;
}

.jicheng-close img{
	display: block;
	width: 17px;
	margin:0 auto 10px;
}

.jicheng-content-title{
	font-size: 36px;
	color: #333;
	border-bottom: 1px solid #ECE1E1;
	padding-bottom: 28px;
}

.jicheng-content-div{
	height: 570px;
	overflow-y: auto;
	margin-top: 30px;
	padding-right: 15px;
}

.jicheng-content-div::-webkit-scrollbar {
    width: 4px;
}
.jicheng-content-div::-webkit-scrollbar-thumb {
    width: 4px;
    height: 36px;
    border-radius: 4px;
    background-color: #E6002D;
}
.jicheng-content-div::-webkit-scrollbar-track {
    width: 4px;
    border-radius:6px;
}

.jicheng-content-div .xifu2-content-2{
	padding: 0;
}


.jicheng > .container{
	position: relative;
}

.jicheng-left{
	position: absolute;
	font-size: 16px;
	color: #666;
	text-transform: uppercase;
	font-weight: bold;
	text-align: right;
	width: 75px;
	background-image: url(../images/zuo.png);
	background-repeat: no-repeat;
	background-position: left center;
	left: -80px;
	cursor: pointer;
	top: 235px;
	z-index: 50;
}
.jicheng-left:hover{
	background-image: url(../images/zuoh.png);
	color: #E6002D;
}
.jicheng-right{
	position: absolute;
	font-size: 16px;
	color: #666;
	text-transform: uppercase;
	font-weight: bold;
	width: 70px;
	background-image: url(../images/you.png);
	background-repeat: no-repeat;
	background-position: right center;
	right: -80px;
	cursor: pointer;
	top: 235px;
	z-index: 50;
}
.jicheng-right:hover{
	background-image: url(../images/youh.png);
	color: #E6002D;
}

.about1{
	padding: 117px 0 150px;
	background-image: url(../images/about1-bg.jpg);
	background-position: center 0;
}

.about1-1{
	width: 720px;
	margin-right: 75px;
}

.about1-2{
	overflow: hidden;
}

.about1-shipin .imgbox_a{
	padding-bottom: 63.89%;
	border-radius: 10px;
}

.about1-1-dl{
	margin-top:10px;
}

.about1-1-dl dl{
	margin:0;
}

.about1-1-dl dd{
	border-bottom: 1px solid #ddd;
	padding: 25px 0;
}

.about1-1-dd-t{
	width: 280px;
	font-size: 18px;
	color: #333;
	margin-top: 30px;
}

.about1-1-dd-c{
	overflow: hidden;
	font-size: 18px;
	color: #E6002D;
}

.about1-1-dd-c span{
	font-size: 60px;
	padding-right: 10px;
}

.about1-2{
	overflow: hidden;
	font-size: 16px;
	color: #333;
	line-height: 2;
}

.about2{
	padding: 115px 0 0;
	background-image: url(../images/about2-bg.jpg);
	height: 1080px;
	position: relative;
}

.fabout2.flexslider{
	position: static;
}


.fabout2 .flex-direction-nav{
	position: relative;
	height: 100px;
	width: 240px;
	margin:50px auto 0;
}

.fabout2 .flex-direction-nav .flex-prev{
	margin:0;
	position: absolute;
  left:0px;
  top: 0%;
  width: 100px;
  height: 100px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center ;
  background-image: url(../images/jt100-1.png);
  background-size: auto;
}
.fabout2 .flex-direction-nav .flex-prev:hover{

  background-image: url(../images/jt100-1h.png);
}
.fabout2 .flex-direction-nav .flex-next{
	margin:0;
	position: absolute;
  right:0px;
  top: 0%;
  width: 100px;
  height: 100px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center ;
  background-image: url(../images/jt100-2.png);
  background-size: auto;
}

.fabout2 .flex-direction-nav .flex-next:hover{
  background-image: url(../images/jt100-2h.png);
}















.about2-pic-wp{
	width: 720px;
	margin-right: 110px;
	margin-left: 70px;
	position: relative;
}
.about2-pic-wp .about2-pic{
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0;
	opacity: 0;
	transition: opacity .5s;
}
.about2-pic-wp .about2-pic.cur{
	position: relative;
	opacity: 1;
}
.about2-pic .imgbox_a{
	padding-bottom: 63.89%;
	border-radius: 15px;
}


.about2-con{
	overflow:hidden; 
	padding-right: 100px;
	font-size: 0;
	text-align: right;
	padding-top: 30px;
}

.about2-con1 h1{
	font-size: 18px;
	color: #011B6A;
	margin:0;
	font-family: "MSL";
}
.about2-con1 h2{
	font-size: 180px;
	color: #011B6A;
	margin:0;
	font-family: "MSL";
	line-height: 1;
	margin-top: 20px;
}

.about2-dl{
	display: inline-block;
	width: 310px;
	padding-top: 70px;
}
.about2-dl dl{
	margin:0;
}

.about2-dl dd{
	font-size: 20px;
	color: #1D1D1D;
	padding-left: 22px;
	position: relative;
	text-align:left;
	opacity: 0.2;
	transition: opacity .3s;
}
.about2-dl dd span{
	cursor: pointer;

}
.about2-dl dd.cur{
	opacity: 1;
}
.about2-dl dd::before{
	position: absolute;
	width: 8px;
	height: 8px;
	content:"";
	border-radius: 50%;
	left: 0;
	top: 10px;
	background-color: #011B6A;
}
.about2-dl dd+dd{
	margin-top: 27px;
}


.about3{
	padding: 105px 0 0;
	background-image: url(../images/about3-bg.jpg);
	background-position: center bottom;
	background-size: 100%;
	height: 1623px;
	overflow: hidden;
}

.about3-1{
	font-size: 0;
	text-align: center;
	padding: 30px 0 50px;
	border-bottom: 1px solid #ddd;
}

.about3-1-zi{
	width: 103px;
	margin-right: 25px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 90px;
}

.about3-1-zi img{
	/*background-color: #fff;*/
}


.about3-1-con{
	overflow: hidden;
	font-size: 20px;
	color: #333;
	line-height: 1.5;
	text-align: left;
	padding-top: 45px;
}


.about3-1-item{
	display: inline-block;
	vertical-align: top;
}

.about3-1-item+.about3-1-item{
	margin-left: 100px;
}

.about3-2{
	margin-top: 55px;
}

.about3-2-1{
	font-size: 24px;
	font-weight: bold;
	color: #333;
	text-align: center;
}


.about3-2 .jicheng-content-div{
	height: 255px;
}
.about3-3{
	margin-top: 100px;
}
.about3-3 .imgbox_a{
	padding-bottom: 62.093%;
	overflow: visible;
}
.about3-3 .imgbox_a>img{
	border-radius: 10px;
}
.about3-3 .imgbox_hover:hover>img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.about3-3-list.owl-carousel .owl-stage-outer{
	overflow: visible;
}

.about3-3-list .owl-nav{
	position: relative;
	width: 240px;
	height: 100px;
	margin:120px auto 0;
}

.about3-3-list .owl-nav::before{
	position: absolute;
	height: 1px;
	top: 50%;
	left: 280px;
	right: 0px;
	background-color: #fff;
	opacity: 0.4;
	content:"";
	display: none;
}

/*.about3-3-list .owl-nav::after{
	position: absolute;
	height: 1px;
	top: 50%;
	left: 100%;
	width: calc((100vw - 1434px) / 2);
	background-color: #fff;
	opacity: 0.4;
	content:"";
}
*/




.about3-3-list .owl-nav button.owl-prev{
    position: absolute;
    left:0px;
    top: 0%;
    width: 100px;
    height: 100px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
    background-image: url(../images/jt100-1.png);
}
.about3-3-list .owl-nav button.owl-prev:hover{
    background-image: url(../images/jt100-1h.png);
}
.about3-3-list .owl-nav button.owl-next{
    position: absolute;
    right:0;
    top: 0%;
    width: 100px;
    height: 100px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
    background-image: url(../images/jt100-2.png);
}

.about3-3-list .owl-nav button.owl-next:hover{
    background-image: url(../images/jt100-2h.png);
}











.about4{
	padding: 206px 0 120px;
	background-image: url(../images/about4-bg.jpg);
	background-position: left top;
	background-size: auto;
	min-height: 908px;
	background-color: #fff;
}


.about4 .erji-title{
	position: relative;
}


.honor-span{
	position: absolute;
	left: 315px;
	top: 50%;
	margin-top: -12px;
}
.honor-span span{
	display: inline-block;
	cursor: pointer;
	font-size: 20px;
	color: #333;
	height: 24px;
	line-height: 24px;
	padding-left: 20px;
	position: relative;
}
.honor-span span+span{
	margin-left: 30px;
}
.honor-span span:before{
	position: absolute;
	left: 0;
	top: 50%;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	content:"";
	background-color: #011B6A;
	border-radius: 50%;
}
.honor-span span.cur{
	color: #E60012;
}
.honor-span span.cur::before{
	background-color: #E60012;

}
.about4-item{
	background-color:rgba(255,255,255,0.7);
	padding: 20px 37px 22px;
	box-shadow: 0px 4px 30px 0px rgba(191,209,218,0.35);
}

.about4-con{display: none;}
.about4-con:first-child{
	display: block;
}
.about4-item:hover .about4-h1{
	color: #011B6A;
	font-weight: bold;
}

.about4-pic .imgbox_a{
	padding-bottom: 67.94%;
}

.about4-h1{
	font-size: 15px;
	color: #333;
	text-align: center;
	margin-top: 13px;
}

.about4-list{
	padding-top: 100px;
}

.about4-list dl{
	margin:0;
	margin-left: -3%;
}

.about4-list dd{
	float: left;
	width: 22%;
	margin-left: 3%;
	margin-top: 3%;
}
.about4-list dd:nth-child(1),
.about4-list dd:nth-child(2),
.about4-list dd:nth-child(3),
.about4-list dd:nth-child(4){
	margin-top: 0;
}

/*.about4-list dd.hideen{*/
/*	display: none;*/
/*}*/



.about4-a{
	text-align: center;
	margin-top: 68px;
	display: none!important;
}
.about4-a a{
	font-size: 14px;
	color: #898D93;
}
.about4-a a img{
	margin-top: -3px;
	margin-right: 15px;
}
.about4-a a:hover{
	color: #011B6A;
	font-weight: bold;
}
.about5{
	background-image: url(../images/about5-bg.png);
	background-position: center bottom;
	background-size: auto;
	background-color: #fff;
}
.about5 .container{
	position: relative;
}
.about5 .erji-title{
	position: absolute;
	left: 0;
	top: 120px;
	width: 100%;
}
.about5-div{
	display: flex;
	align-items: center;
}


.about5-1{
	width: 480px;
	margin-right: 100px;
}

.about5-1 .swiper{
	height: 700px;
}
.about5-1 .swiper-slide{
	/*margin-top: 100px;*/
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;

}

.about5-1 .swiper-slide-active .about5-1-num{
	display: block;
}
.about5-1 .swiper-slide-active{

	padding-left: 33px;
}
.about5-1 .swiper-slide-active .about5-1-h1{
	font-size: 48px;
	color: #011B6A;
}
.about5-1 .swiper-slide-active .about5-1-p{
	display: block;
}


.about5-1-num{
	font-size: 18px;
	color: #011B6A;
	opacity: 0.5;
	font-family: "MSL";
	padding-bottom: 15px;
	display: none;
}

.about5-1-h1{
	font-size: 24px;
	color: #DADBDD;
	font-weight: 100;
	line-height: 1;
}
.about5-1-p{
	font-size: 18px;
	color: #4E5155;
	line-height: 1.5;
	overflow: hidden;
	margin-top: 30px;
	display: none;
}


.about5-2{
	flex-grow: 1;
	padding-right: 100px;
}
.about5-2 .swiper{
	height: 1265px;
}

.about5-2 .swiper-slide{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	transition: justify-content
}
.about5-2 .swiper-slide-active{
	justify-content: flex-start;

}
.about5-2 .swiper-slide-active .about5-2-pic{
	width:639px;
}


.about5-2-pic{
	width: 160px;
}

.about5-2-pic .imgbox_a{
	border-radius: 50%;
}


.about5-arrow{
	position: absolute;
	left: 0;
	bottom: 100px;
	width: 237px;
	height: 100px;
}

.about5-left{
	position: absolute;
  left:0px;
  top: 0%;
  width: 100px;
  height: 100px;

  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center ;
  font-size: 0;
  z-index: 50;
  background-image: url(../images/jt100-1.png);
  background-size: 100%;
}

.about5-left:hover{

  background-image: url(../images/jt100-1h.png);
}

.about5-right{
	position: absolute;
  right:0px;
  top: 0%;
  width: 100px;
  height: 100px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center ;
  font-size: 0;
  z-index: 50;
  background-image: url(../images/jt100-2.png);
  background-size: 100%;
}
.about5-right:hover{
  background-image: url(../images/jt100-2h.png);
}


.about5-dx-pic {
	width: 300px;
	margin-left: 50px;
}

.about5-dx-pic  .imgbox_a{
	border-radius: 50%;
}

.about5-dx-con{
	overflow: hidden;
	padding-top: 30px;
}


.about5-dx-con .about5-1-num{
	display: block;
}

.about5-dx-con .about5-1-h1{
	font-size: 48px;
	color: #011B6A;
}
.about5-dx-con .about5-1-p{
	display: block;
}


.fabout5 .flex-direction-nav{
	position: relative;
	height: 100px;
	width: 237px;
	margin:30px auto 0;
}

.fabout5 .flex-direction-nav .flex-prev{
	margin:0;
	position: absolute;
  left:0px;
  top: 0%;
  width: 100px;
  height: 100px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center ;
  background-image: url(../images/jt100-1.png);
  background-size: auto;
  background-size: 100%;
}
.fabout5 .flex-direction-nav .flex-prev:hover{

  background-image: url(../images/jt100-1h.png);
}
.fabout5 .flex-direction-nav .flex-next{
	margin:0;
	position: absolute;
  right:0px;
  top:0;
  width: 100px;
  height: 100px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center ;
  background-image: url(../images/jt100-2.png);
  background-size: auto;
  background-size: 100%;
}

.fabout5 .flex-direction-nav .flex-next:hover{
  background-image: url(../images/jt100-2h.png);
}



.about6{
	padding: 144px 0 191px;
	/*background-image: url(../images/about5-bg.png);*/
	height: 900;
	/*background-color: #EDF3FA;*/
	position: relative;
}


.about6::before{
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top,rgba(255,255,255,0) 0%, #EDF3FA 100%);
	border-radius: 0px 350px 0px 0px;
	content:"";
	left: 0;
	top: 0;
	z-index: 10;
}


.about6 .container{
	position: relative;
	z-index: 60;
}
.about6 .canvas {
  width: 570px;
  height: 570px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  z-index: 50;
}
.about6 .canvas canvas:focus{
	outline: none;
}

.about6-box{
	position: relative;
}

.about6-title{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 48px;
	color: #011B6A;
	font-weight: 100;
}

.about6-title span{
	color: #E60012;
}

.about6-item{
	display: inline-block;
	vertical-align: top;
	width: 349px;
}

.about6-item .imgbox_a{
	padding-bottom: 57.02%;
}

.about6-list{
	margin-top: 170px;
	position: relative;
	z-index: 60;
}

.about7{
	padding: 138px 0 196px;
	background-image: url(../images/about7-bg.jpg);
}

.about7-list dl{
	margin:0;
	margin-left: -3%;
}

.about7-list dd{
	float: left;
	width: 22%;
	margin-left: 3%;
}

.about7-item{
	display: block;
	background-color: #fff;
	box-shadow: 0px 4px 30px 0px rgba(191,209,218,0.35);
	position: relative;
	top: 0;
	transition: background-color .3s,top .3s;
}
.about7-item:hover{
	background-color: #011B6A;
	top: -40px;
}
.about7-item:hover .about7-1 h1,
.about7-item:hover .about7-1 h2{
	color: #fff;
}
.about7-item:hover .about7-1::after{
	opacity: 0;
}
.about7-item:hover .about7-2-ico{
	opacity: 1;
}
.about7-1{

	height: 127px;
	padding: 35px 30px 0;
	position: relative;
}
.about7-1::after{
	position: absolute;
	width: 78px;
	height: 1px;
	content:"";
	left: 30px;
	bottom: 0;
	background-color: #011B6A;
	opacity: 1;
	transition: opacity .3s;
}
.about7-1 h1{
	margin:0;
	font-size: 22px;
	color: #011B6A;
	transition: color .3s;
}
.about7-1 h2{
	margin:0;
	font-size: 12px;
	color: #011B6A;
	margin-top: 12px;
	transition: color .3s;
}
.about7-2{
	background-color: #fff;
	height: 283px;
	border-top-left-radius: 45px;
	padding: 35px 30px 0;
}

.about7-2-1{
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

.about7-2-2{
	font-size: 14px;
	color: #000;
	line-height: 1.8;
	height: 9em;
	overflow: hidden;
	margin-top: 15px;
}

.about7-2-ico{
	width: 56px;
	margin-left: auto;
	margin-top: 15px;
	opacity: 0;
	transition: opacity .3s;
}

.about7-2-ico img{
	display: block;
	width: 100%;
}

.about7-list{
	margin-top: 150px;
}


.fenyex{
	font-size: 14px;
	color: #222;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 60px;
	text-align: center;
}

.fenyex a{
	border:1px solid #EEEEEE;
	width: 56px;
	height: 56px;
	line-height: 54px;
	border-radius: 999em;
	margin:0 10px;
}

.fenyex a:hover,.fenyex a.cur{
	border-color:#011B6A;
	color:#011B6A;
}

.fenyex a.pageaa{
	width: 132px;
}
.page-div{
	padding: 0 10px;
}
.page-div input{
	border:0;
	border:1px solid #EEEEEE;
	width: 56px;
	height: 56px;
	line-height: 54px;
	border-radius: 999em;
	background-color: #F5F9FD;
	text-align: center;
	margin: 0 10px;
}

.page-div input:focus{
	outline: none;
}

.video-wp{
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
	opacity: 0;
	visibility: hidden;
	z-index: 1800;
	padding: 0 60px;
	transition:  .3s;
	text-align: center;
	z-index: -1;
}
.video-wp.cur{
	opacity: 1;
	visibility: visible;
	z-index: 1800;
}
.video-box{
	position: relative;
	width: 100%;
}
.video-close{
	position: absolute;
	width: 36px;
	right: -18px;
	top: -18px;
	cursor: pointer;
	z-index: 25;
}
.video-close img{
	display: block;
	width: 100%;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.video-close:hover img{
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transition: transform .3s;
}
.video-box video {
    max-height: calc(100vh - 4em);
    width: 100%!important;
    vertical-align: middle;
    max-width: 100%;
}
.video-box video:focus{
	outline: none;
}

body.cur{
	overflow: hidden;
}


.dan-page{
	padding-top: 10px;
	border-top: 1px solid #eee;
}

.dan-a{
	margin-top: 12px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.dan-a a{
	font-size: 16px;
	color:#666;
}

.dan-a a:hover{
	color:#E60012;
}
.embed-icon{
    top: auto!important;  
    transform: translateY(0%)!important;
    bottom: 50px!important;
}