/**************************************/
/*************[公用start]**************/
/**************************************/
/*主站变灰*/
/*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;
}
body.baguetteBox-open{
	overflow: 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);
}
/**************************************/
/************[公用over]****************/
/**************************************/
/*header-start*/
/**************************************************************/
#header{
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999;
}
#header .container{
	position: relative;
	z-index: 500;
}
#header::before{
	position: absolute;
	width: 100%;
	height:200px;
	left: 0;
	top: 0;
	z-index: 10;
	content:"";
	background-image: url(../images/lanyin1.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	z-index: 100;
	opacity: 0.7;
	transition: opacity .5s;
}
#header:hover::before{
	opacity: 1;
}
.logo{
	width: 72px;
	margin-left: 46px;
	margin-top: 28px;
}
.logo a,.logo img{
	display: block;
	width: 100%;
}
.header-a{
	margin-top: 51px;
}
.header-a a{
	float: left;
	width: 24px;
	position: relative;
	padding-bottom: 6px;
	cursor: default
}
.header-a-div{
	position: absolute;
	width:200px;
	height: 50px;
	line-height: 50px;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.15);
	text-align: center;
	font-size: 14px;
	color: #333;
	left: 50%;
	margin-left: -100px;
	top: 30px;
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s;
}
.header-a a:hover .header-a-div{
	opacity: 1;
	visibility: visible;
}


.header-a-er{
	position: absolute;
	width:130px;
	text-align: center;
	left: 50%;
	margin-left: -65px;
	top: 30px;
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s;
}
.header-a-er img{
	display: block;
	width: 100%;
}
.header-a a:hover .header-a-er{
	opacity: 1;
	visibility: visible;
}



.header-a a+a{
	margin-left: 45px;
}
.header-a a>img{
	display: block;
	width: 100%;
}
.nav{
	margin-top: 38px;
	margin-right: 30px;
}
.nav ul{
	margin:0;
}
.nav>ul>li{
	float: left;
	position: relative;
}
.nav>ul>li+li{
	margin-left: 55px;
}
.nav>ul>li>a{
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
	padding: 0 15px;
}
.nav>ul>li:hover>a,
.nav>ul>li.cur>a{
	font-weight: bold;
}
.nav>ul>li>ul{
	position: absolute;
	left: 50%;
	margin-left: -60px;
	width: 120px;
	top:100%;
	z-index: 600;
	display: none;
	background-color:#fff;
	box-shadow: 0 0 12px 1px rgba(0,0,0,0.15);
}
.nav>ul>li>ul>li>a{
	display: block;
	padding: 10px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 15px;
	color:#333;
	text-align: center;
}
.nav>ul>li>ul>li>a:hover{
	background-color: #053d97;
	color: #fff;
}
/**************************************************************/
/*header-over*/
/*main-start*/
/**************************************************************/
#main{
}

.banner-height{
	height: 180vh;
	position: relative;
	z-index: 15;
}

.banner{
	height: 100vh;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/banner-1-bg.jpg);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 30;
	overflow: hidden;
}
.banner::before {
  position: absolute;
  width: 100%;
  height: 338px;
  left: 0;
  top: 0;
  z-index: 10;
  content: "";
  background-image: url(../images/lanyin1.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  display: none;
}
.banner .container{
	position: relative;
	height: 100%;
	z-index: 15;
}
.banner-wen{
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}
.banner-h1{
	font-size: 100px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.banner-h2{
	font-size: 24px;
	color: #fff;
	text-align: center;
	letter-spacing: 30px;
}
.banner-hline{
	width: 1px;
	margin:20px auto 30px;
	background-color: #fff;
	opacity: 0.3;
	height: 130px;
}
.lk{
	width: 200vw;
	height: 200vw;
	/*background-color: #053d97;*/
	background-color: transparent;
  border: 100vw solid #053d97;
	position: absolute;
	left: 50%;
	transform: translate(-50%,-50%);
	top: 100%;
	z-index: 10;
  border-radius: 50%;
  /*transition: border 1s;*/
}
.lk.cur{
  border: 0vw solid #053d97;
}
.main{
	position: relative;
	z-index: 50;
	background-color: #fff;
}
.main1{
	padding: 50px 0;
}
.main1 .container{
	position: relative;
	height: 894px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/main1-bg.jpg);
}
.main1-div{
	font-size: 0;
	position: absolute;
	width: 100%;
	left: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}
.main1-item{
	display: inline-block;
	vertical-align: top;
	width: 310px;
}
.main1-item+.main1-item{
	margin-left: 100px;
}
.main1-item .about1-dd-con{
	position: relative;
	top: 0;
  transform: translateY(0%);
}
.main1-item .about1-dd-con h1{color: #053d97;}
.main1-item .about1-dd-con h2{color: #333;}
.main2{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/main2-bg.jpg);
}
.main2-item{
	height: 100vh;
	float: left;
	width: 20%;
	background-color: rgba(5,61,151,0.8);
	position: relative;
	background-image: url(../images/main2-bg-kong.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: background-image .5s;
}
.main2-item::before{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 80;
	background-color: #000;
	opacity: 0;
	content:"";
	transition: opacity .5s;
}
.main2-item+.main2-item{
	border-left: 1px solid rgba(255,255,255,0.3);
}
.main2-item:nth-child(1):hover{background-image: url(../images/main2-item-bg01.jpg);}
.main2-item:nth-child(2):hover{background-image: url(../images/main2-item-bg02.jpg);}
.main2-item:nth-child(3):hover{background-image: url(../images/main2-item-bg03.jpg);}
.main2-item:nth-child(4):hover{background-image: url(../images/main2-item-bg04.jpg);}
.main2-item:nth-child(5):hover{background-image: url(../images/main2-item-bg05.jpg);}
.main2-item:hover::before{
	opacity: 0.3;
}
.main2-item:hover .main2-title{
	transform:translateY(-60px);
}
.main2-item:hover .main2-title1::after{transform: rotate(340deg);}
.main2-item:hover .main2-title2::after{transform: rotate(400deg);}
.main2-item:hover .main2-title3::after{transform: rotate(100deg);}
.main2-item:hover .main2-title4::after{transform: rotate(180deg);}
.main2-item:hover .main2-title5::after{transform: rotate(220deg);}
.main2-title{
	position: absolute;
	width: 100%;
	height: 116px;
	left: 0%;
	top: 50%;
	margin-top: -58px;
	z-index: 100;
	transition: transform .5s;
}
.main2-title-name{
	height: 116px;
	line-height: 116px;
	font-size: 45px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 50;
}
.main2-title::after{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content:"";
	background-image: url(../images/main2-yuan.png);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 10;
	transition: transform .5s;
}
.main2-title1::after{transform: rotate(240deg);}
.main2-title2::after{transform: rotate(300deg);}
.main2-title3::after{transform: rotate(0deg);}
.main2-title4::after{transform: rotate(80deg);}
.main2-title5::after{transform: rotate(120deg);}
.main2-title-con{
	position: absolute;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	left: 0;
	top: 160px;
	width: 100%;
	padding: 0 15px;
}
.main3{
	padding: 95px 0 60px;
	position: relative;
	overflow: hidden;
}
.main3 .main-zm{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 360px;
	color: #000;
	opacity: 0.03;
	z-index: 5;
	font-weight: bold;
	line-height: 0.9;
	text-align: right;
}
.main3 .container{
	position: relative;
	z-index: 15;
}
.main3-1{
	width: 620px;
	margin-right: 150px;
	position: relative;
}
.main3-1-div{
	position: absolute;
	width: 337px;
	height: 337px;
	background-color: #053d97;
	z-index: 30;
	bottom: 75px;
	right: -167px;
	border-bottom-right-radius: 30px;
	padding: 40px 45px 0
}
.main3-1-1{
	font-size: 20px;
	color: #fff;
	line-height: 2;
}
.main3-1-2{
	background-color: #fff;
	height: 80px;
	margin:15px 0 10px;
	opacity: 0.3;
	width: 1px;
}
.main3-1-3{
	font-size: 16px;
	color: #fff;
	line-height: 2.4;
}
.main3-1 img{
	display: block;
	width: 100%;
	border-top-left-radius: 70px;
}
.main3-2{
	overflow: hidden;
	padding-top: 110px;
}
.main3-2-1{
	padding-left: 65px;
	position: relative;
}
.main3-2-1::before{
	position: absolute;
	width: 15px;
	content:"";
	background-color: #053d97;
	left: 0;
	top: 15px;
	bottom: 0;
}
.main3-2-1-h1{
	font-size: 60px;
	font-weight: bold;
	color: #000;
	line-height: 1.4;
}
.main3-2-1-h2{
	font-size: 20px;
	font-weight: bold;
	color: #000;
	line-height: 1.2;
	margin-top: 30px;
}
.main3-2-2{
	padding-left: 180px;
	margin-top: 60px;
}
.main3-2-2-p{
	font-size: 16px;
	color: #666;
	line-height: 2.4;
}
.more111{
	margin-top: 25px;
	font-size: 16px;
	color: #053d97;
}
.more111 a:hover{
	font-weight: bold;
}
.main4{
	position: relative;
	overflow: hidden;
	height: 1000px;
	background-color: #053d97;
}
.main4-q-wp{
	position: absolute;
	width: 1920px;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -960px;
	z-index: 10;
}
.main4-q1{
	background-color: #5078b6;
	width: 1624px;
	height: 1624px;
	border-radius: 50%;
	z-index: 11;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%);
}
.main4-q2{
	background-color: #053d97;
	width: 930px;
	height: 930px;
	border-radius: 50%;
	z-index: 12;
	position: absolute;
	right: -304px;
	top: 50%;
	transform: translateY(-50%);
}
.main4-q2::before{
	position: absolute;
	width: 540px;
	height: 760px;
	content:"";
	background-image: url(../images/dai.png);
	left: 89px;
	top:86px;
}
.main4 .main-zm{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 360px;
	color: #fff;
	opacity: 0.03;
	z-index: 5;
	font-weight: bold;
	line-height: 0.9;
}
.main4 .container{
	position: relative;
	z-index: 15;
}
.main4-1{
	width: 485px;
	margin-top: 260px;
}
.main4-title{
	font-size: 40px;
	font-weight: bold;
	color: #fff;
}
.main4-con-wp{
	margin-top: 35px;
}
.main4-con-wp .main4-con{display: none;}
.main4-con-wp .main4-con:first-child{display: block;}
.main4-con-h1{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}
.main4-con-p{
	font-size: 16px;
	color: #fff;
	line-height: 2;
	height: 6em;
	overflow: hidden;
	margin:30px 0;
}
.main4-con-dl dl{
	margin:0;
	margin-left: -5%;
}
.main4-con-dl dd{
	float: left;
	width: 28.3333%;
	margin-left: 5%;
}
.main4-con-dl dd .imgbox_a{
	padding-bottom: 63.27%;
	border-radius: 5px;
}
.main4-1 .more111{color: #fff;margin-top: 50px;}
.main4-2{
	width: 556px;
	margin-top: 290px;
	margin-left: 50px;
	margin-right: 110px;
}
.main4-2 .imgbox_a{
	padding-bottom: 74.46%;
}
.main4-2-item{display: none;}
.main4-2-item:first-child{display: block;}
.main4-3{
	overflow: hidden;
	padding-top: 155px;
}
.main4-3 dl{
	margin:0;
}
.main4-3 dd{
	height: 46px;
	line-height: 46px;
	font-size: 0;
}
.main4-3 dd:nth-child(1){margin-left:180px; }
.main4-3 dd:nth-child(2){margin-left:45px;}
.main4-3 dd:nth-child(3){}
.main4-3 dd:nth-child(4){margin-left:45px;}
.main4-3 dd:nth-child(5){margin-left:180px;}
.main4-3 dd+dd{
	margin-top: 115px;
}
.main4-3-dd{
	font-size: 0;
	display: inline-block;
	padding-left: 73px;
	background-repeat: no-repeat;
	background-position: left center;
	transition: background-image .5s;
	cursor: pointer;
}
.main4-3 dd:nth-child(1) .main4-3-dd{background-image: url(../images/main4-ico1.png);}
.main4-3 dd:nth-child(2) .main4-3-dd{background-image: url(../images/main4-ico2.png);}
.main4-3 dd:nth-child(3) .main4-3-dd{background-image: url(../images/main4-ico3.png);}
.main4-3 dd:nth-child(4) .main4-3-dd{background-image: url(../images/main4-ico4.png);}
.main4-3 dd:nth-child(5) .main4-3-dd{background-image: url(../images/main4-ico5.png);}
.main4-3 dd span{
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	position: relative;
}
.main4-3 dd span i{
	font-style: normal;
	position: relative;
	z-index: 15;
	white-space: nowrap;
}
.main4-3 dd.cur:nth-child(1) .main4-3-dd{background-image: url(../images/main4-ico1h.png);}
.main4-3 dd.cur:nth-child(2) .main4-3-dd{background-image: url(../images/main4-ico2h.png);}
.main4-3 dd.cur:nth-child(3) .main4-3-dd{background-image: url(../images/main4-ico3h.png);}
.main4-3 dd.cur:nth-child(4) .main4-3-dd{background-image: url(../images/main4-ico4h.png);}
.main4-3 dd.cur:nth-child(5) .main4-3-dd{background-image: url(../images/main4-ico5h.png);}
.main4-3 dd span::after{
	position: absolute;
	height: 6px;
	content:"";
	background-color: #5078b6;
	left: 0;
	bottom: 10px;
	z-index: 5;
	width: 0%;
	transition: width .5s;
}
.main4-3 dd.cur span::after{
	width: 100%;
}
.main5{
	position: relative;
	overflow: hidden;
	background-image: url(../images/main5-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 150px 0 125px;
}
.main5 .main-zm{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 360px;
	color: #000;
	opacity: 0.03;
	z-index: 5;
	font-weight: bold;
	line-height: 0.9;
	text-align: right;
}
.main5 .container{
	position: relative;
	z-index: 15;
}
.main5-1{
	width: 718px;
}
.main5-1 img{
	display: block;
	width: 100%;
}
.main5-2{
	width: 780px;
	margin-top: 140px;
}
.main5-2-div{
	margin-top: 50px;
}
.main5-2 .main4-title{
	text-align: center;
	color: #333;
}
.main5-2-name{
	width: 182px;
	height: 78px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	background-image: url(../images/main5-name.png);
	background-repeat: no-repeat;
	background-position: center;
	line-height: 1.8;
	padding: 0 25px;
	margin:0 auto;
}
.main5-2-name a:hover{
	color: #053d97;
}



.main5-2-item-con{
	font-size: 16px;
	color: #333;
	line-height: 1.6;
	height: 1.6em;
	text-align: center;
	margin-top: 20px;
}
.main5-2-item+.main5-2-item{
	margin-top: 115px;
}
.main5-2-list .owl-dots {
    margin-top: 60px;
}
.main5-2-list .owl-dots .owl-dot{
    margin:0 15px;
}
.main5-2-list .owl-dot span{
    width: 15px;
    height: 15px;
}
.main6{
	position: relative;
	overflow: hidden;
	background-color: #053d97;
}
.main6 .main-zm{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 360px;
	color: #fff;
	opacity: 0.03;
	z-index: 5;
	font-weight: bold;
	line-height: 1;
	writing-mode: vertical-rl;
    writing-mode: tb-rl;
}
.main6 .container{
	position: relative;
	z-index: 15;
	padding-top: 100px;
	padding-bottom: 100px;
	background-image: url(../images/lazi.png);
	background-repeat: no-repeat;
	background-position: right 90%;
}
.main6-title{
	position: absolute;
	width: 1em;
	font-size: 40px;
	color: #fff;
	font-weight: bold;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	line-height: 1;
}
.main6-div{
	padding-left: 225px;
	height: 642px;
}
.main6-pic{
	width: 506px;
	margin-right: 115px;
	transition: .3s;
}
.main6-pic .imgbox_a{
	padding-bottom: 42.46%;
}
.main6-con{
	overflow: hidden;
	height: 214px;
	padding-top: 60px;
	padding-right: 150px;
}
.main6-con h1{
	margin:0;
	font-size: 18px;
	color: #fff;
	transition: color .5s;
}
.main6-con h2{
	margin:0;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	margin:20px 0;
	transition: color .5s;
}
.main6-con h3{
	margin:0;
	font-size: 14px;
	color: #fff;
	transition: color .5s;
}
.mySwiper3.swiper {
  height: 100%;
	overflow: visible;
}
.mySwiper3.swiper .swiper-slide{
	background-color: rgba(255,255,255,0);
	opacity: 0;
	transition: background-color .5s,opacity .5s;
	/*display: none;*/
}
.mySwiper3.swiper .swiper-slide.swiper-slide-prev,
.mySwiper3.swiper .swiper-slide.swiper-slide-next{
	/*display: block;*/
	opacity: 0.3;
}
.mySwiper3.swiper .swiper-slide.swiper-slide-active{
	background-color: rgba(255,255,255,1);
	opacity: 1;
	z-index: 15;
}
.mySwiper3.swiper .swiper-slide.swiper-slide::after{
	position: absolute;
	left: 100%;
	top: 0;
	bottom: 0;
	background-color: #fff;
	width: calc((100vw - 1600px) / 2);
	content:"";
	opacity: 0;
	transition: opacity .5s;
}
.mySwiper3.swiper .swiper-slide.swiper-slide-active::after{
	opacity: 1;
}
.swiper-slide-active .main6-pic{
	box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.5);
/*	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);*/
  transform: scale(1.2);
}
.swiper-slide-active .main6-con h1{color: #053d97;}
.swiper-slide-active .main6-con h2{color: #053d97;}
.swiper-slide-active .main6-con h3{color: #666;}
.main6-arrow{
	position: absolute;
	width: 50px;
	height: 116px;
	right: 10px;
	top: 50%;
	margin-top: -58px;
	z-index: 50;
}
.mySwiper3-prev{
	width: 50px;
	height: 50px;
	background-image: url(../images/up.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.mySwiper3-next{
	margin-top: 16px;
	width: 50px;
	height: 50px;
	background-image: url(../images/down.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.mySwiper3-prev:focus,
.mySwiper3-next:focus{
	outline: none;
}
/**************************************************************/
/*main-over*/
/*footer-start*/
/**************************************************************/
#footer{
	    position: relative;
    z-index: 100;
}
.footer-1{
	background-image: url(../images/footer-1-bg.jpg);
	padding: 70px 0 100px;
}
.foo1-1-logob{
	width: 370px;
}
.foo1-1-logob-pic{
	width: 72px;
	margin-right: 25px;
}
.foo1-1-logob-pic a,
.foo1-1-logob-pic img{
	display: block;
	width: 100%;
}
.foo1-1-logob-con{
	overflow: hidden;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	line-height: 1.7;
}
.foo1-1-con{
	font-size: 16px;
	    color: rgba(255,255,255,0.7);
	line-height: 1.8;
	margin-top: 70px;
}
.foo1-1-con p{
	margin:0;
}
.foo1-1-con p+p{
	margin-top: 10px;
}
.search-wp{
	width: 390px;
	margin-left: auto;
}
.search-title{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.search-form{
	position: relative;
	margin-top: 20px;
}
.search-form input:focus{
	outline: none;
}
.search-form input[type="text"]{
	display: block;
	width: 100%;
	height: 65px;
	background-color:#fff;
	border:0;
	font-size: 16px;
	color: #333;
	line-height: 1.428571;
	padding:  8px 15px;
	padding-right: 40px;
	padding-left: 25px;
	border-radius: 9px;
}
.search-form input[type="image"]{
	position: absolute;
  right: 14px;
  top: 24px;
  width: 16px;
}
.foo1-2-2{
	margin-top: 60px;
}
.er{
	width: 130px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.er img{
	display: block;
	width: 100%;
	margin-bottom: 18px;
}
.foo1-2-2-nav{
	overflow: hidden;
}
.foo1-2-2-nav ul{
	margin:0;
}
.foo1-2-2-nav li{
	float: left;
	text-align: center;
	margin-right: 90px;
}
.foo1-2-2-nav li h1{
	margin:0;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}
.foo1-2-2-nav dl{
	margin:0;
	padding-top: 7px;
}
.foo1-2-2-nav dd{
	margin-top: 15px;
}
.foo1-2-2-nav dd>a{
	font-size: 14px;
	color: rgba(255,255,255,0.7);
	transition: color .3s;
}
.foo1-2-2-nav dd>a:hover{
	color: #fff;
}
.footer-1-bottom{
	border-top: 1px solid #848484;
	font-size: 14px;
	color: rgba(255,255,255,0.7);
	line-height: 1.8;
	padding-top: 60px;
	margin-top: 185px;
}
.footer-1-bottom a:hover{
	color: #fff;
}
.footer-2{
	background-image: url(../images/footer-2-bg.jpg);
	height: 176px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
/**************************************************************/
/*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: #053d97;
}
.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: 50px;
   margin-left: 15px;
   margin-top:13px;
}
.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);
	display: none;
}
/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/
.banner-2{
	height: 100vh;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.banner-2::before{
	position: absolute;
	width: 100%;
	height: 338px;
	left: 0;
	top: 0;
	z-index: 10;
	content:"";
	background-image: url(../images/lanyin1.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: none;
}
.banner-2-h1-wp{
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 50;
}
.banner-2-h1{
	font-size: 80px;
	color: #fff;
	font-weight: bold;
}
.yong{
	position: absolute;
	width:108px;
	height: 25px;
	background-image: url(../images/yong.png);
	background-repeat: no-repeat;
	background-position: center;
	left: 50%;
	margin-left: -54px;
	bottom: 0;
	z-index: 25;
}
.yong-cur{
	position: absolute;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	overflow:hidden;
	background-image: url(../images/gif22.gif);
	background-repeat: no-repeat;
	background-position: center;
	left: 50%;
	margin-left: -13px;
	top: 8px;
	background-size: 140px;
}
.yong-cur img{
	display: none;
	width: 100%;
}
.erji{
	padding: 100px 0;
	background-color: #fff;
}
.erji-h1{
	font-size: 40px;
	font-weight: bold;
	color: #333;
	text-align: center;
}
.erji-menu{
	margin-top: 40px;
}
.erji-menu dl{
	margin:0;
	font-size: 0;
	text-align: center;
}
.erji-menu dd{
	display: inline-block;
	vertical-align: top;
}
.erji-menu dd+dd{
	margin-left: 18px;
}
.erji-menu dd>a{
	display: block;
	padding: 11px 20px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	background-color: #b4c4e0;
	transition: background-color .3s;
}
.erji-menu dd.cur>a,
.erji-menu dd>a:hover{
	background-color: #053d97;
}
.cp-list dl{
	margin:0;
	margin-left: -3%;
}
.cp-list dd{
	float: left;
	width: 30.3333%;
	margin-left: 3%;
	margin-top: 55px;
}
.cp-item{
	display: block;
	padding-bottom: 54px;
	position: relative;
}
.cp-title{
	position: absolute;
	left: 37px;
	right: 37px;
	bottom: 0;
	z-index: 50;
	background-color: #fff;
	font-size: 20px;
	color: #333;
	font-weight: bold;
	text-align: center;
	box-shadow: 3px 4px 30px 0px rgba(0, 0, 0, 0.2);
	height: 87px;
	line-height: 87px;
	padding: 0	15px;
	transition: background-color 1s,color 1s;
}
.cp-pic .imgbox_a{
	padding-bottom: 63.3%;
}
.cp-item:hover .cp-title{
	background-color: #053d97;
	color:#fff;
}






.fenye{
	text-align: center;
	margin-top: 100px;
}
.fenye ul{
	margin:0;
}
.liuyan{
	max-width: 1200px;
	margin:0 auto;
}
.liuyan-item{
	position: relative;
	min-height: 47px;
	/*padding-left: 145px;*/
	/*padding-right: 55px;*/
}
.liuyan-item+.liuyan-item{
	margin-top: 20px;
}
.liuyan-item input.form-control{
	height: 47px;
	font-size: 18px;
	padding: 8px 25px;
}
.liuyan-item textarea.form-control{
	height: 130px;
	font-size: 18px;
	padding: 8px 25px;
	line-height: 1.8;
	resize: none;
}
.liuyan-title{
    display: none;
	position: absolute;
	width: 145px;
	font-size: 18px;
	color: #333;
	height: 47px;
	line-height: 47px;
	padding-left: 35px;
	left: 0;
	top: 0;
}
.liuyan-item-bt .liuyan-title::after{
	content:"*";
	color: #f00;
	padding-left: 10px;
	vertical-align: middle;
}
.liuyan2-form{
	margin-top: 40px;
}
.liuyan-btn{
	margin-top: 40px;
	font-size: 0;
	position: relative;
}
.liuyan-btn input[type="reset"]:focus,
.liuyan-btn input[type="submit"]:focus{
	outline: none
}

.liuyan-btn .liuyan-item{
	position: absolute;
	padding: 0;
	left: 475px;
	top: 0;
}
.liuyan-btn input[type="reset"],
.liuyan-btn input[type="submit"]{
	display: inline-block;
	vertical-align: top;
	width: 200px;
	height: 47px;
	border:0;
	background-color: #d75152;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	border-radius: 3px;
	transition: background-color .3s;
}
.liuyan-btn input[type="reset"]{
	background-color: #333333;
	margin-left: 30px;
}
.liuyan-item .liuyan-input-yz .form-control{
	vertical-align: middle;
	display: inline-block;
	width: 138px;
	padding: 8px 20px;
}
.liuyan-input-yz img{
	margin-left: 15px;
}
.djgh{
	display: inline-block;
	font-size: 14px;
	color: #377bb5;
	cursor: pointer;
	margin-left: 10px;
}
.djgh:hover{
	color: #d75152;
}
.contact{
	/*padding: 0 50px;*/
}
.contact dl{
	margin:0;
	font-size: 0;
	margin-left: -3%;
}
.contact dd{
	display: inline-block;
	vertical-align: top;
	width: 47%;
	margin-left: 3%;
	margin-top: 70px;
}
.contact-ico{
	width: 54px;
	margin-right: 24px;
}
.contact-ico img{
	display: block;
	width: 100%;
}
.contact-con{
	overflow: hidden;
	font-size: 18px;
	color: #333;
	line-height: 1.8;
	padding-top: 11px;
}


.erji-contact{
	background-image: url(../images/dituu.jpg);
	background-repeat: no-repeat;
	background-position: 0 40px;
	min-height: 1000px;
}

.contact{
	padding-left: 730px;
}






.banner-3{
	height: 468px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	padding-top: 190px;
}
.banner-3::before{
	position: absolute;
	width: 100%;
	height: 338px;
	left: 0;
	top: 0;
	z-index: 10;
	content:"";
	background-image: url(../images/lanyin1.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: none;
}
.banner-3 .container{
	position: relative;
	z-index: 50;
}
.banner-3-h1{
	font-size: 40px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.banner-3 .search-form{
	width: 650px;
	margin:42px auto 0;
}
.sousuo-list dl{
	margin:0;
	border-top: 1px solid #e0e0e0;
}
.sousuo-list dd{
	position: relative;
	height: 70px;
	line-height: 69px;
	padding-left: 50px;
	background-repeat: no-repeat;
	background-position: 16px center;
	background-image: url(../images/dian1.png);
	border-bottom: 1px solid #e0e0e0;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-right: 425px;
}
.sousuo-list dd a:hover{
	color: #053d97;
}
.sousuo-list dd span.span_11{
	position: absolute;
	right: 30px;
	top: 0;
	font-size: 16px;
	color: #333;
	font-weight: normal;
}
.sousuo-list dd span.span_22{
	position: absolute;
	right: 335px;
	top: 0;
	font-size: 16px;
	color: #333;
	font-weight: normal;
}
.padd{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.about1{
	padding: 125px 0 60px;
}
.about1-p{
	margin-top: 45px;
	font-size: 18px;
	color: #333;
	line-height: 2.4;
}
.about1-dl{
	margin-top: 70px;
}
.about1-dl dl{
	margin:0;
}
.about1-dl dd{
	float: left;
	width: 25%;
}
.about1-dd{
	background-color: #053d97;
}
.about1-dd-con{
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.about1-dd-con h1{
	margin:0;
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	line-height: 1;
}
.about1-dd-con h1 i{
	font-size: 20px;
	vertical-align: bottom;
	font-style: normal;
	position: relative;
  left: -24px;
  top: -4px;
}
.about1-dd-con h1 span{
	font-size: 100px;
	vertical-align: top;
	padding-right: 15px;
}
.about1-dd-con h2{
	margin:0;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	margin-top: 22px;
}
.about2{
	background-image: url(../images/about2-bg.jpg);
	padding: 125px 0 0;
	padding-bottom: 0!important;
	overflow: hidden;
}
.about2-con{
	font-size: 18px;
	color: #333;
	text-align: center;
	max-width: 930px;
	line-height: 2;
	margin:30px auto 0;
}
.about2-img{
	width: 679px;
	margin:55px auto 0;
}
.about2-img img{
	display: block;
	width: 100%;
}
.about3{
	padding: 100px 0 85px;
}
.about3-ul ul{
	margin:0;
	margin-left: -3%;
}
.about3-ul li{
	float: left;
	width: 22%;
	margin-left: 3%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.about3-item{
	background-color: rgba(5,61,151,0.8);
	height: 640px;
	padding: 130px 15px 0;
	text-align: center;
	transition: background-color .3s;
}
.about3-item-h1{
	font-size: 35px;
	color: #fff;
	font-weight: bold;
	line-height: 1;
}
.about3-item-h1::after{
	display: block;
	width: 31px;
	height: 3px;
	content:"";
	background-color: #dadde1;
	opacity: 0.4;
	margin:35px auto 0;
}
.about3-item:hover{
	background-color: rgba(5,61,151,0.4);
}
.about3-item dl{
	margin:0;
	padding-top: 20px;
}
.about3-item dd{
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	margin-top: 18px;
}
.danpian-h1{
	font-size: 28px;
	line-height: 1.6;
	color:#333;
	text-align: center;
}
.danpian-h2{
	font-size: 14px;
	line-height: 1.6;
	color:#999;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding: 10px 0 15px;
}
.bsBox,.bsBox *,#bsPanelHolder,#bsPanelHolder *{
	-webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.danpian-con{
	font-size: 14px;
	line-height: 2;
	padding: 20px 0 20px;
}
.danpian-con *{
	font-size: 16px!important;
	line-height: 2!important;
}
.danpian-con img{
	display: block;
	margin:15px auto;
}
.danpian-con img[src*="fileTypeImages/icon"] {
    display: inline-block;
    margin: 0;
}
.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:#053d97;
}


.liuyan2{
	padding: 0 100px;
}

.liuyan2-title{
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/liuyan2-title-bg.png);
	position: relative;
}
.liuyan2-title::after{
	position: absolute;
	right: 0;
	top: 15px;
	width: 363px;
	height: 178px;
	content:"";
	background-image: url(../images/liuyan-bg2.png);
	background-size: 100%;
	z-index: 10;
}
.liuyan2-title-1{
	width:594px;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/liuyan-bg1.jpg);
	padding-left: 42px;
	padding-top: 19px;
	margin-right: 25px;
	position: relative;
	z-index: 30;
}

.liuyan2-title-1-ico{
	width: 162px;
	margin-right: 43px;
}

.liuyan2-title-1-ico img{
	display: block;
	width: 100%;
}

.liuyan2-title-1-name{
	overflow: hidden;
	padding-top: 50px;
}

.liuyan2-title-1-name h1{
	margin:0;
	font-size: 24px;
	color: #fff;
	opacity: 0.3;
	text-transform: uppercase;
	font-weight: bold;
}

.liuyan2-title-1-name h2{
	margin:0;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	margin-top: 15px;
}

.liuyan2-title-2{
	overflow:hidden; 
	padding-right:25px;
	padding-top: 55px;
	position: relative;
	z-index: 30;
}

.liuyan2-title-2 h1{
	margin:0;
	font-size: 18px;
	color: #333;
	font-weight: bold;
}

.liuyan2-title-2 h2{
	margin:0;
	font-size: 16px;
	color: #999;
	margin-top: 10px;
	line-height: 2;
}


.liuyan2-item{
	width: 48.5%;
	margin-top: 25px;
}

.liuyan2-item .liuyan-item{
	padding: 0
}

.liuyan2-item-100{
	width: 100%;
}


.fenye2{
	text-align: center;
	margin-top: 80px;
	font-size: 0;
}

.fenye2 a{
	display: inline-block;
	vertical-align: middle;
	width:48px ;
	height: 50px;
	line-height: 48px;
	border:1px solid #bbbbbb;
	border-radius: 3px;
	transition: background-color .3s,border-color .3s,color .3s;
	font-size: 14px;
	color: #333;
}
.fenye2 a+a{
	margin-left: 5px;
}
.fenye2 a.fenye2-a1:hover{
	background-color: #cccccc;
	border-color: #cccccc;
	color: #fff;
}

.fenye2 a.fenye2-a2:hover,
.fenye2 a.fenye2-a2.cur{
	background-color: #053d97;
	border-color: #053d97;
	color: #fff;
}

.fenye2 span{
	font-size: 14px;
	color: #333;
	display: inline-block;
	vertical-align: middle;
	padding: 0 22px;
}