/**************************************/
/*************[公用start]**************/
/**************************************/
@font-face{
	font-family:"SSH";
	src:url("../fonts/SOURCEHANSERIFCN-HEAVY.OTF");
}


/*主站变灰*/
/*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;
}




a{
	text-decoration: none;
	color:inherit;
	cursor: pointer;
}
a:focus{
	outline: none;
}

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_bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.imgbox_hover:hover> .imgbox_a_bg{
	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.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;
	/*padding-top: 39px;*/
}


#header::before{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 294px;
	background-repeat: repeat-x;
	background-position: 0 0;
	content:"";
	background-image: url(../images/before.png);
	z-index: 10;
}


#header.cur::before{display: none;}

#header.cur .header{
	background-color: #fff;
}


#header.cur .nav>ul>li>a{
	color: #333;
}
#header.cur .phone{
	color: #333;
}
#header.cur .search img{opacity: 0;}
#header.cur .search img.imgCur{opacity: 1;}

#header.cur .logo img{opacity: 0;}
#header.cur .logo img.imgCur{opacity: 1;}

#header.cur .header::after{
	opacity: 1;
	background-color: #ddd;
}

.header{
	position: relative;
	z-index: 50;
	padding: 0 70px 0 90px;
	transition: background-color .3s;
}
.header::after{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 1px;
	background-color: #fff;
	opacity: 0.4;
	content:"";
	z-index: 5;
	transition: .3s;
}
#header .container-fluid{
	padding-left: 0;
	padding-right: 0;
	position: relative;
	z-index: 15;
	
}
.logo{
	width: 297px;
	margin-top: 40px;
}

.logo a{
	display: block;
	width: 100%;
	position: relative;
}

.logo img{
	display: block;
	width: 100%;
	opacity: 1;
	transition: opacity .3s;
}
.logo img.imgCur{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0;
}

.phone{
	height: 44px;
	line-height: 44px;
	padding-left: 60px;
	background-repeat: no-repeat;
	background-position: 0 center;
	background-image: url(../images/phone.png);
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	margin-top: 40px;
	transition: color .3s;
}

.search{
	width:46px;
	margin-right: 30px;
	margin-left: 50px;
	margin-top: 40px;
}
.search a{
	position: relative;
	display: block;
	width: 100%;
}
.search img{
	display: block;
	width: 100%;
	opacity: 1;
	transition: opacity .3s;
}
.search img.imgCur{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0;
}
.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	height: 120px;
	line-height: 120px;
	/*position: relative;*/
}

.nav>ul>li+li{
	margin-left:30px;
}
.nav>ul>li>a{
	font-size: 24px;
	color: #fff;
	transition: color .3s;
}


.xiala{
	position: absolute;
	width: 100%;
	left: 0;
	top: 100%;
	background-color: #fff;
	padding: 50px 0;
	display: none;
	box-shadow: 0px 10px 38px 0px rgba(6, 9, 17, 0.06);
}

.xiala-dl{
	width: 450px;
	margin-right: 80px;
}

.xiala-dl dl{
	margin:0;
	font-size: 0;
	line-height: normal;
	margin-left: -3%;
}

.xiala-dl dd{
	vertical-align: top;
	display: inline-block;
	width: 47%;
	margin-left: 3%;
	padding-top: 20px;
	font-size: 18px;
	color: #333;
}

.xiala-dl dd a:hover{
	color: #042d7f;
}

.xiala-div{
	overflow: hidden;
}

.xiala-pic{
	width: 390px;
	margin-right: 50px;
}

.xiala-pic .imgbox_a{
	padding-bottom: 59.77%;
}

.xiala-con{
	overflow: hidden;
	padding-top: 30px;
}

.xiala-con-p{
	font-size: 16px;
	color: #666;
	line-height: 2;
}
.xiala-a{
	margin-top: 30px;
}
.xiala-a a{
	display: block;
	width: 150px;
	height: 44px;
	line-height: 42px;
	border:1px solid #999;
	text-align: center;
}

.xiala-a a:hover{
	background-color: #042d7f;
	color:#fff;
	border-color:#042d7f;
}




/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}

.banner{
	position: relative;
}


.fafa .flex-direction-nav a{
	width: 32px;
	height: 64px;
	margin-top: -32px;
}


.fafa .flex-direction-nav .flex-prev{
	left: 3.5%;
}

.fafa .flex-direction-nav .flex-next{
	right: 3.5%;
}

.banner-hua{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 25px;
	z-index: 10;
	font-size: 18px;
	color: #fff;
	line-height: 1;
	text-align: center;
}
.banner-hua img{
	display: block;
	margin:18px auto 0;
}

.title-11-1{
	font-size: 24px;
	color: #666;
	line-height: 1;
	text-align: center;
}
.title-11-2{
	font-size:50px;
	color: #042d7f;
	line-height: 1;
	text-align: center;
	font-family:"SSH";
	margin-top: 10px;
}

.ziBai .title-11-1{color: #fff;}
.ziBai .title-11-2{color: #fff;}





.main1{
	padding: 65px 0 50px;
	background-color: #fff;
}


.main1-menu{
	margin-top: 55px;
}

.main1-menu-list{
	padding: 0 70px;
}
.main1-menu-list .item{
	padding: 20px;
	    padding-bottom: 26px;
}


.main1-menu-item{
	height: 120px;
	border-radius: 999em;
	border-bottom-right-radius: 0;
	background-color: #fff;
	box-shadow: 0px 8px 19.6px 0.4px rgba(0, 0, 0, 0.25);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	color: #333;
	cursor: pointer;
	padding: 0 25px;
}

.main1-menu-item.cur{
	color: #fff;
  background-image: linear-gradient(to right, #249aed, #28c3a2);
}

.main1-menu-list .owl-nav button.owl-prev{
    position: absolute;
    left:0px;
    top: 50%;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    background-image: url(../images/left.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
    background-size: 100%;
}

.main1-menu-list .owl-nav button.owl-next{
    position: absolute;
    right:0px;
    top: 50%;
   	margin-top: -30px;
    width: 60px;
    height: 60px;
    background-image: url(../images/right.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
    background-size: 100%;
}



.main1-list-div-wp{
	margin-top: 55px;
	position: relative;
}
.main1-list-div{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity .5s;
}
.main1-list-div.cur{
	position: relative;
	opacity: 1;
	visibility: visible;
}
.main1-list .item:hover .main1-h1{
	color: #042d7f;
}

.main1-pic .imgbox_a{
	padding-bottom: 80%;
	border-radius: 20px;
}

.main1-h1{
	font-size: 24px;
	color: #333;
	text-align: center;
	margin-top: 40px;
}


.main1-list .owl-dots {
  margin-top: 55px;
}
.main1-list .owl-dots .owl-dot{
  margin:0 11px;
}
.main1-list .owl-dot span{
  width: 17px;
  height: 17px;
}


.more1{
	margin-top: 45px;
}

.more1 a{
	display: block;
	margin:0 auto;
	width: 196px;
	height: 48px;
	line-height: 46px;
	border:1px solid #d5d5d5;
	border-radius: 999em;
	padding-left: 26px;
	font-size: 18px;
	color: #999;
	background-image: url(../images/more1.png);
	background-repeat: no-repeat;
	background-position: right center;
	transition: .3s;
}
.more1 a:hover{
	color: #fff;
	border-color: #042d7f;
	background-color: #042d7f;
}








.main2{
	padding: 70px 0 215px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/main2-bg.jpg);
}


.main2-div{
	margin-top: 55px;
}

.main2-p{
	font-size: 22px;
	color: #fff;
	line-height: 2;
}

.more2{
	margin-top: 50px;
}

.more2 a{
	display: block;
	width: 210px;
	height:65px;
	line-height: 65px;
	font-size: 22px;
	color: #fff;
	background-image: linear-gradient(to right, #249aed , #28c3a2);
	text-align: center;
	border-radius: 999em;
}
.more2 a img{
	margin-top: -3px;
	margin-left: 18px;
}

.more2 a:hover{
	font-weight: bold;
}


.main3-top{
	padding: 80px 0 55px;
}

.main3-bottom{
	position: relative;
}

.main3-bg-wp{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 10;
	background-color: #000;
}
.main3-bg{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	transition: opacity .8s;
}
.main3-bg.cur{
	opacity: 1;
	visibility: visible;
}
.main3-item-wp{
	position: relative;
	z-index: 30;
	background-color: rgba(0,0,0,0.4);

}


.main3-item{
	float: left;
	width: 16%;
	height: 766px;
	position: relative;
	transition: width .3s;
}
.main3-item+.main3-item{
	border-left: 1px solid #8a8c95;
}
.main3-item.cur{
	width: 36%;
}

.main3-item1{
	position: relative;
	z-index: 5;
	height: 100%;
	padding-top: 65px;
	opacity: 1;
	visibility: visible;
	transition:opacity .5s; 
}

.main3-item1-h1{
	width: 1em;
	font-size: 36px;
	color: #fff;
	margin:0 auto;
	line-height: 1.1;
}
.main3-item1-h2{
	position: absolute;
	left: 0;
	bottom: 80px;
	width: 100%;
	font-size: 56px;
	color: #fff;
	line-height: 1;
	font-family: "Impact";
	text-align: center;
}

.cur .main3-item1{
	opacity: 0;
	visibility: hidden;
}
.cur .main3-item2{
	display: block;
}

.main3-item2{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	padding: 0 14.5%;
	display: none;
}
.main3-item2::before{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	content:"";
	z-index: 1;
	background-image: linear-gradient(#249aec, #28c3a3);
	opacity: 0.58;
}

.main3-item2-con{
	position: relative;
	z-index: 15;
	padding-top: 100px;
}


.main3-item2-h1{
	font-size: 90px;
	color: #fff;
	line-height: 1;
	font-family: "Impact";
	text-align: center;
}


.main3-item2-h2{
	font-size: 40px;
	color: #fff;
	line-height: 1;
	font-family: "SSH";
	text-align: center;
	margin: 50px 0 30px;
}

.main3-item2-p{
	font-size: 20px;
	color: #fff;
	line-height: 2;
	height: 12em;
	overflow: hidden;
	text-align: justify;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
}

.more3{
	margin-top: 50px;
}


.more3 a{
	display: block;
	width: 200px;
	height:62px;
	line-height: 60px;
	font-size: 22px;
	color: #fff;
	text-align: center;
	border-radius: 999em;
	border:1px solid #fff;
}
.more3 a:hover{
	background-image: linear-gradient(to right, #249aed , #28c3a2);

}
.more3 a img{
	margin-top: -3px;
	margin-left: 15px;
	display: inline-block!important;
	width: 27px!important;
}

.more3 a:hover{
	font-weight: bold;
}
.main4{
	padding: 60px 0 75px;
	background-color: #fff;
}


.main4-div{
	margin-top: 60px;
}

.main4-1{
	width: 63%;
	margin-right: 50px;
}

.main4-1-item{
	width: 48%;
}
.main4-1-pic{
	margin-bottom: 30px;
}
.main4-1-pic .imgbox_a{
	padding-bottom: 55.72%;
	border-radius: 14px;
}

.main4-1-h1{
	font-size: 22px;
	color: #333;
	line-height: 1.7;
	height: 3.4em;
	overflow: hidden;
}
.main4-1-h1 a:hover{
	color: #042d7f;
}
.main4-1-h2{
	font-size: 20px;
	color: #042e81;
	margin-top: 20px;
}
.main4-2{
	overflow: hidden;
}
.main4-2 .main4-1-con+.main4-1-con{
	margin-top: 20px;
}
.main4-2 .main4-1-con{
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 20px;
}

/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/footer-bg.jpg);
	border-top: 5px solid #27bdae;
}

.footer-1{
	padding: 75px 0 20px;
	border-bottom: 1px solid rgba(255,255,255,0.21);
}

.foo1{
	width: 390px;
}

.foo-logo{
	width: 297px;
}

.foo-logo a,.foo-logo img{
	display: block;
	width: 100%;
}

.foo1-p{
	font-size: 18px;
	color: rgba(255,255,255,0.6);
	margin-top: 30px;
}

.foo1-p p{
	margin:0;
}
.foo1-p p span{
	font-size: 32px;
	color: #fff;
	font-weight: bold;
}
.foo1-p p+p{
	margin-top:15px;
}

.foo1-yq{
	margin-top: 25px;
}
.foo1-yq select:focus{
	outline: none;
}
.foo1-yq select{
	cursor: pointer;
	display: block;
	width: 100%;
	height: 50px;
	appearance:none;
	font-size: 18px;
	color: #fff;
	background-color: transparent;
	border:1px solid rgba(255,255,255,0.2);
	padding-left: 20px;
	background-image: url(../images/jt1.png);
	background-repeat: no-repeat;
	background-position: 96% center;
}

.foo1-yq select option{
	color: #333;
}

.foo1-ico{
	margin-top: 25px;
}

.foo1-ico-item{
	width: 53px;
	position: relative;
	cursor: pointer;
}
.foo1-ico-item+.foo1-ico-item{
	margin-left: 18px;
}
.foo1-ico-item > img{
	display: block;
	width: 100%;
}
.foo1-ico-item:hover .er{
	display: block;
}
.er{
	position: absolute;
	width: 120px;
	left: 50%;
	bottom: 65px;
	margin-left: -60px;
	display: none;
}

.er > img{
	display: block;
	width: 100%;
}


.foo2 ul{
	margin:0;
}

.foo2 li{
	float: left;
}

.foo2 li+li{
	margin-left: 85px;
}


.foo2-h1{
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}

.foo2 dl{
	margin:0;
	padding-top: 10px;
}

.foo2 dd{
	font-size: 18px;
	margin-top: 22px;
}
.foo2 dd a{
	color: #fff;
	opacity: 0.6;
	transition: opacity .3s;
}
.foo2 dd a:hover{
	opacity: 1;
}
.foo2 dd a img{
	margin-top: -3px;
	margin-left: 8px;
}
.footer-2{
	padding: 20px 0 20px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 1.8;
}


/**************************************************************/
/*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: #042d7f;

}
.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;
}
/*.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:20px;
}

.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{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 120px;
}

.banner-2-wen{
	height: 390px;
	padding-top: 110px;
}

.banner-2-wen1{
	font-size: 40px;
	color: #fff;
	font-family: "SSH";
}
.banner-2-wen2{
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 5px;
}

.mianbaoxie-wp{
	background-color: #fff;
	border-bottom: 1px solid #ddd;
}

.mianbaoxie{
	height: 80px;
	line-height: 80px;
	font-size: 16px;
	color: #6c757d;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: 0 center;
	background-image: url(../images/fang.png);
}

.mianbaoxie a:hover,.mianbaoxie span{
	color: #042d7f;
}


.erji-nav dl{
	margin:0;
}

.erji-nav dd{
	float: left;
}
.erji-nav dd+dd{
	margin-left: 40px;
}
.erji-nav dd>a{
	display: block;
	height: 80px;
	line-height: 80px;
	font-size: 16px;
	color: #6c757d;
	position: relative;
}
.erji-nav dd>a:hover{
	color: #042d7f;
}
.erji-nav dd.cur>a{
	color: #042d7f;
}
.erji-nav dd.cur>a::after{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 2px;
	background-color: #042d7f;
	content:"";
}




.erji{
	padding: 60px 0 80px;
}

.product-menu{
	width: 260px;
}


.product-menu-h1{
	background-color: #042d7f;
	color: #fff;
	font-size: 30px;
	padding: 20px 10px 20px 40px;
	border-top-left-radius:30px; 
}

.product-menu-list dl{
	margin:0;
}
.product-menu-list dd+dd>a{
	border-top: 1px solid #ddd;

}
.product-menu-list dd>a{
	display: block;
	font-size: 16px;
	color: #333;
	padding: 20px 15px;
	padding-left: 40px;
}

.product-menu-list dd.cur>a,
.product-menu-list dd>a:hover{
	color: #042d7f;
}

.product-content{
	width: 1250px;
}

.product-list dl{
	margin:0;
	margin-left: -2%;
}

.product-list dd{
	float: left;
	width: 23%;
	margin-left: 2%;
	margin-bottom: 2%;
}

.product-item{
	border:1px solid #ddd;
	box-shadow: 0 3px 5px 0 #eee;
	background-color: #fff;
}

.product-pic .imgbox_a{
	padding-bottom: 79.87%;
}

.product-pic-h1-wp{
	position: absolute;
	width: 100%;
	height: 100%;
	height: 0%;
	transition: height .5s;
	left: 0;
	top: 0;
	background-color: #000;
	opacity: 0.7;
	z-index: 10;
}

.product-pic-h1{
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 1.5;
}

.product-h1{
	font-size: 16px;
	color: #333;
	text-align: center;
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
}
.product-item:hover .product-pic-h1-wp{
	height: 100%;
}
.product-item:hover .product-h1{
	color: #042d7f;
}

.fenye{
	text-align: center;
	margin-top: 50px;
}
.fenye ul{
	margin:0;
}


.product-xx{
	background-color: #f1f1f1;
}

.baiK{
	background-color: #fff;
	padding: 30px;
}

.product-xx1-pic{
	width:500px;
	margin-right: 50px;
	border:1px solid #ddd;
}

.mm30{margin-top: 30px;}

.fproduct-xx1 .flex-control-paging li a{
	background-image: url(../images/arrow-b2.png);
}

.fproduct-xx1 .flex-control-paging li a.flex-active {
    background-image: url(../images/arrow-b-h.png);
}

.product-xx1-con{
	overflow: hidden;
}

.product-xx1-h1{
	font-size: 22px;
	color: #042d7f;
	padding: 8px 0;
	padding-left: 15px;
	border-left: 4px solid #042d7f;
}

.product-xx1-h2{
	font-size: 16px;
	color: #333;
	margin:20px 0;
}

.product-xx1-p{
	font-size: 16px;
	color: #666;
	padding:10px 0;
	line-height: 1.8;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.product-xx1-h3{
	font-size: 16px;
	color: #333;
	margin:10px 0 20px;
}

.product-xx1-h3 span{
	color: #042d7f;
	font-weight: bold;
	font-size: 24px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
}

.product-xx1-a a{
	font-size: 16px;
	color: #fff;
	background-color: #042d7f;
	padding: 8px 25px;
	margin-right: 25px;
	transition: background-color .3s;
}

.product-xx1-a a:hover{
	background-color: #042d7f;
}

.product-xx-title{
	margin-left: -30px;
	margin-right: -30px;
	position: relative;
	border-bottom: 1px solid #ddd;
	padding: 0 0px 20px;
	color: #042d7f;
	margin-top: -10px;
	
}

.product-xx-title-h1{
	font-size: 24px;
	border-left: 3px solid #042d7f;
	padding-left: 27px;
}

.product-xx-con{
	margin-top: 30px;
	font-size: 16px;
	color: #333;
	line-height: 2;
}

.product-xx-con table p{margin:0;}

.product-xx3-list .product-item{
	box-shadow: none;
}
.product-xx4-li input.form-control{
	height: 45px;
	font-size: 16px;
}
.product-xx4-li.fl,.product-xx4-li.fr{
	width: 49%;
	margin-bottom: 1%;
}
.product-xx4-li textarea.form-control{
	height:100px;
	resize: none;
	font-size: 16px;
}
.product-xx4-btn{
	padding-top: 30px;
}
.product-xx4-btn input:focus{
	outline: none;
}
.product-xx4-btn input{
	display: block;
	width: 200px;
	height: 45px;
	border:0;
	background-color: #042d7f;
	color: #fff;
	border-radius: 3px;
	margin:0 auto;
	transition: background-color .3s;
}
.product-xx4-btn input:hover{
	background-color: #042d7f;
}


.xiazai-list dl{
	margin:0;
}

.xiazai-list dd+dd{
	margin-top: 30px;
}

.xiazai-list dd>a{
	display: block;
  padding: 30px 150px 30px 85px;
  line-height: 36px;
  box-shadow: 0px 2px 11px rgba(0, 0, 0, .16);
  font-size: 18px;
  color: #333;
  background-repeat: no-repeat;
  background-position: 35px center;
  background-image: url(../images/xiazai-bg.png);
  position: relative;
}

.xiazai-ico{
	position: absolute;
	right: 35px;
	top: 29px;
	font-size: 16px;
	padding-right: 35px;
	background-repeat: no-repeat;
  background-position: right center;
  background-image: url(../images/xiazai-ico.png);
}

.xiazai-list dd>a:hover{
	color: #042d7f;
}

.news1-1{
	width: 469px;
	margin-right: 45px;
	margin-top: 30px;
}

.news-pic .imgbox_a{
	padding-bottom: 56.93%;
}
.news1-1:hover .news-con{
	border-bottom: 1px solid #042d7f;

}
.news-con{
	margin-top: 25px;
	position: relative;
	padding-bottom: 15px;
	border-bottom: 1px solid #fff;
	transition: border-bottom .3s;
}

.news-h1{
	font-size: 22px;
	color: #333;
	margin: 10px 0;
}

.news-h1 a:hover{
	color: #042d7f;
}

.news-h2{
	font-size: 14px;
	color: #9a9a9a;
}
.news-con .news-h1{
	margin: 0px;
}
.news-con .news-h2{
	margin-top: 10px;
}

.more01{
	font-size: 14px;
	color: #042d7f;
	margin-top: 20px;
}
.news-con .more01{
	position: absolute;
	right: 0;
	bottom: 15px;
	margin-top: 0;
}


.news-p{
	font-size: 14px;
	color: #999;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
}





.news1-2{
	overflow: hidden;
}
.news1-2-item{
	border-left: 1px solid #eee;
	padding: 20px 0;
	padding-left: 45px;
	transition: border-left .3s;
}
.news1-2-item+.news1-2-item{
	border-top: 1px solid #eee;
}

.news1-2-item:hover{
	border-left: 1px solid #042d7f;
}


.news2{
	margin-top: 80px;
}
.news2-list{
	overflow: hidden;

}
.news2-list dl{
	margin:0;
	margin-left: -2%;
	margin-top: -2%;
}

.news2-list dd{
	float: left;
	width: 31.3333%;
	margin-left: 2%;
	margin-top: 2%;
	border-radius: 15px;
	overflow: hidden;
}

.news2-con{
	background: #f2f4f7;
	padding: 30px 40px;
}


.news-xx{
	background-color: #f9f9f9;
}

.news-xx-left{
	width: 1150px;
}

.news-xx-h1{
	font-size: 14px;
	color: #042d7f;
}
.news-xx-h2{
	font-size: 24px;
	color: #333;
	margin-top: 10px;
  line-height: 1.6;
}

.news-xx-con{
	color: #666666;
  margin-top: 20px;
  padding-top: 30px;
  border-top: 1px solid #e5e5e5;
  line-height: 2;
  font-size: 16px;
}
.news-xx-con img{
	display: block;
	margin:0 auto 10px;
}

.news-page {
  margin-top: 50px;
  padding: 30px 0;
  border-top: 1px solid #e5e5e5;
  position: relative;
  padding-right: 200px;
}

.news-page-item{
	font-size: 15px;
	margin-top: 10px;
	color: #666;
}
.news-page-item a:hover{
	color: #042d7f;
}

.news-return{
	position: absolute;
	right: 0;
	top: 30px;
	width: 166px;
}
.news-return a {
  display: block;
  width: 100%;
  color: #666666;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 52px;
  line-height: 52px;
  border-radius: 40px;
  padding-left: 72px;
  background-color: #f0f0f0;
  position: relative;
}
.news-return a span{
	background: url(../images/jiaruxq_jt.png) no-repeat center center / cover #042d7f;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 52px;
	height: 52px;
  z-index: 10;
}

.news-return a i {
  color: #666666;
  font-size: 16px;
  font-style: normal;
  position: relative;
  z-index: 30;
  transition: color .5s;
}

.news-return a:before {
  position: absolute;
  content: "";
  left: 0;
  height: 100%;
  width: 0%;
  transition: all .5s;
  background: #042d7f;
}

.news-return a:hover:before {
    width: 100%;
}
.news-return a:hover i{color: #fff;}

.news-xx-right{
	width: 390px;
}
.news-xx-right1-dl dl{
	margin:0;
	padding-top: 15px;
}
.news-xx-right1-dl dd{
	margin-top: 20px;
}
.news-xx-right1-dl dd>a{
	display: block;
	font-size: 18px;
	color: #666;
	border-bottom: 1px solid rgba(26, 80, 46, 0.05);
	padding-bottom: 15px;
	background-repeat: no-repeat;
	background-position: right 7px;
	background-image: url(../images/newsxq_jt.png);
}

.news-xx-right1-dl dd>a:hover{
	color: #042d7f;
}



.news-xx-right2{
	margin:20px 0;
}

.news-xx-right2-dl dl{
	margin:0;
	padding-top: 15px;
}

.news-xx-right2-dl dd{
	padding: 15px 0;
	border-bottom: 1px solid rgba(26, 80, 46, 0.05);
	font-size: 16px;
	color: #666;
	padding-left: 15px;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.news-xx-right2-dl dd::before{
	position: absolute;
	width: 6px;
	height: 6px;
	top: 50%;
	margin-top: -3px;
	content:"";
	left: 0;
	left: 0;
	background-color: #042d7f;
	border-radius: 50%;
}
.news-xx-right2-dl dd a:hover{
	color: #042d7f;
}
/*.news-xx-right1-dl dd>a{
	display: block;
	
	padding-bottom: 15px;
	
}
*/

.news-xx-right3{
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/newsxq_img3.jpg);
	background-size: cover;
	padding: 35px 30px;
}




.news-xx-right-title{
	border-bottom: 1px solid #ddd;
	color: #333333;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  font-size: 24px;
}

.erer{
	width: 125px;
	margin-right: 25px;
}

.erer img{
	display: block;
	width: 100%;
}

.erer-con{
	overflow: hidden;
	font-size: 18px;
	color: #fff;
	line-height: 2;
	padding-top: 25px;
}


.hangye-item+.hangye-item{
	margin-top: 80px;
}
.hangye-item {
  display: flex;
  position: relative;
}


.hangye-item:nth-child(odd) {
    flex-direction: row
}

.hangye-item:nth-child(odd) .hangye-pic {
    transform: skewX(-5deg);
    border-radius: 29px 11px;
}

.hangye-item:nth-child(odd) .hangye-pic img {
    transform: skewX(5deg) scale(1.1)
}

.hangye-item:nth-child(odd) .hangye-con {
    right: 0;
    transform: skewX(-5deg) translateY(-50%);
    border-radius: 29px 11px;
    padding-left: 146px;
    padding-right: 120px
}

.hangye-item:nth-child(odd) .hangye-con>div {
    transform: skewX(5deg)
}

.hangye-item:nth-child(even) {
    flex-direction: row-reverse;
}

.hangye-item:nth-child(even) .hangye-pic {
    transform: skewX(5deg);
    border-radius: 11px 29px;
}

.hangye-item:nth-child(even) .hangye-pic img {
    transform: skewX(-5deg) scale(1.1)
}

.hangye-item:nth-child(even) .hangye-con {
  left: 0;
  transform: skewX(5deg) translateY(-50%);
  border-radius: 11px 29px;
  padding-left: 120px;
  padding-right: 146px;
}

.hangye-item:nth-child(even) .hangye-con>div {
    transform: skewX(-5deg)
}

.hangye{
	background-color: #f2f2f2;
}

.hangye-pic {
  width: 50%;
  height: 500px;
  transform: skewX(-5deg);
  overflow: hidden;
}
.hangye-pic img{
	display: block;
}
.hangye-con{
	background-color: #fff;
  border-radius: 29px 19px;
  position: absolute;
  width: 60%;
  top: 50%;
  height: 385px;
  padding-top: 60px;
}

.img-contain {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.hangye-con .news-return{
	position: relative;
	top: 0;
	margin-top:50px;
	margin-left: auto;
}

.hangye-item:nth-child(even) .hangye-con .news-return{
	margin-left: 0;
}

.hangye-h1{
	font-size: 30px;
	color: #333;
}

.hangye-p{
	font-size: 18px;
	color: #666;
	line-height: 2;
	height: 4em;
	overflow: hidden;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	margin-top: 30px;
}
.anli-list{
	overflow: hidden;
}
.anli-list dl{
	margin:0;
	margin-left: -3%;
	margin-top: -3%;
}

.anli-list dd{
	float: left;
	width: 30.3333%;
	margin-left: 3%;
	margin-top: 3%;
	position: relative;
	overflow: hidden;
}
.anli-pic{
	border:1px solid #ddd;
	padding: 10px 3px;
	border-radius: 4px;
	background-color: #fff;
}
.anli-pic .imgbox_a{
	padding-bottom: 62.43%;
}
.anli-list dd:hover .caseListhide {
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0;
}
.caseListhide {
  width: 0%;
  height: 0%;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transition: .8s;
  transition: .8s;
  background: rgba(255, 255, 255, .2) url(../images/See.png) no-repeat center;
  position: absolute;
  z-index: 1;
  -moz-transform: rotateX(90deg);
}

.anli-con{
	/*position: relative;*/
	padding: 25px 15px 20px;
	border-bottom: 1px solid #ddd;
}
.anli-h1{
	position: relative;
	z-index: 30;
}
.anli-p{
	position: relative;
	z-index: 30;
}

.button_text_container {
  width: 0%;
  height: 0%;
  position: absolute;
  top: 100%;
  left: 0;
  background: #042d7f;
  z-index: -1;
  -webkit-transition: 1.2s;
  transition: 1.2s;
  border-radius: 50%;
}

.anli-list dd:hover  .button_text_container {
  top: 0;
  left: -25%;
  width: 150%;
  height: 150%;
  /*background: #333;*/
}

.anli-h1{
	font-size: 18px;
	color: #333;
	transition: color .3s;
}

.anli-p{
	font-size: 14px;
	color: #999;
	line-height: 2;
	height: 4em;
	overflow: hidden;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;margin-top: 10px;
	transition: color .3s;
}

.anli-list dd:hover .anli-h1,
.anli-list dd:hover .anli-p{
	color: #fff;
}


.contact{
	padding: 100px 0;
}

.contact-pic{
	width: 750px;
	margin-left: 50px;
	position: relative;
}

.contact-pic-ico{
	position: absolute;
	width: 680px;
	left: -50px;
	top: -50px;
	z-index: 15;
}

.contact-pic img{
	display: block;
	width: 100%;
}

.contact-con{
	overflow: hidden;
	padding-top: 15px;
}

.contact-con1-h1{
	font-size: 38px;
	color: #333;
	text-transform: uppercase;
	line-height: 1;
	font-weight: bold;
}

.contact-con1-h2{
	font-size: 30px;
	color: #333;
	line-height: 1;
	margin-top: 8px;
}

.contact-con1-h3{
	font-size: 24px;
	color: #333;
	margin: 50px 0 30px;
}

.contact-con2 dl{
	margin:0;
}

.contact-con2 dd{
	padding: 12px 0;
	padding-left: 65px;
	font-size: 18px;
	color: #333;
	line-height: 1.5;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.contact-con2 dd a{
	margin-left: 15px;
	color: #042d7f;
}
.contact-con2 dd a:hover{
	font-weight: bold;
}
.contact-con2 dd+dd{
	margin-top: 30px;
}


.about1-con{
	overflow: hidden;
	padding-top: 50px;
}

.about-title1{
	font-size: 18px;
	color: #042d7f;
}

.about-title1 img{
	margin-top: -3px;
	margin-right: 15px;
}

.about-title2{
	font-size: 60px;
	color: #333;
	font-weight: 100;
	line-height: 1.2;
	margin-top: 15px;
}

.about1-con-h1{
	font-size: 38px;
	margin-top: 40px;
	color: #333;
}
.about1-con-p{
	font-size: 16px;
	margin-top: 30px;
	color: #333;
	line-height: 2;
	padding-right: 20px;
	height: 290px;
	overflow-y: auto;
}
.about1-con-p::-webkit-scrollbar {
    width: 6px;
}
.about1-con-p::-webkit-scrollbar-thumb {
    width: 6px;
    height: 36px;
    border-radius: 6px;
    background-color: #042d7f;
}
.about1-con-p::-webkit-scrollbar-track {
    width: 6px;
    border-radius:6px;
}

.about1,.about2,.about3,.about4{
	overflow: hidden;
}
.about1-pic{
	width: 50%;
	position: relative;
	height: 585px;
	margin-left: 70px;
}

.about1-pic-bg{
	position: absolute;
	height: 100%;
	left: 0;
	right: calc(-1 * (100vw - 1560px) / 2);
	
	border-bottom-left-radius: 220px;
	overflow: hidden;
}

.about1-pic:hover .about1-pic-bg-box{
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.about1-pic-bg-box{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: .5s;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}




body{
	overflow-x: hidden;
}

.about1-bottom{
	padding: 100px 0;
}

.about1-bottom dl{
	margin:0;
	margin-left: -3%;
}

.about1-bottom dd{
	float: left;
	width: 22%;
	margin-left: 3%;
	border-bottom: 1px solid #dedede;
	padding-bottom: 5px;
}

.about1-dd1{
	font-size: 24px;
	color: #042d7f;
	line-height: 1;
}

.about1-dd1 span{
	font-size: 3em;
	padding-right: 10px;
}

.about1-dd2{
	font-size: 19px;
	color: #333;
	margin-top: 8px;
}

.about2{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/about2-bg.jpg);
}


.about2-list dl{
	margin:0;
}

.about2-list dd{
	float: left;
	width: 25%;
	height: 790px;
	position: relative;
}
.about2-list dd::before{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 100%;
	top: 0;
	content:"";
	background-color: rgba(4, 45, 127, .9);
	transition: bottom .3s;
	z-index: 1;
}
.about2-list dd:hover::before{
	bottom: 0;
}
.about2-list dd+dd{
	border-left: 1px solid rgba(255, 255, 255, .2);
}

.about2-item{
	position: absolute;
	width: 100%;
	padding: 0 10%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 30;
	text-align: center;
}

.about2-ico{
	width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 1px dashed #fff;
  
  margin:0 auto;
  position: relative;
}
.about2-ico::before{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content:"";
	z-index: 15;
	background-repeat: no-repeat;
  background-position: center;
}
.about2-ico::after{
	position: absolute;
	right: 9px;
	left: 9px;
	top: 9px;
	bottom: 9px;
	content:"";
	z-index: 5;
	background-color: #fff;
	border-radius: 50%;
	opacity: 0;
}
.about2-h1{
  font-size: 24px;
  color: #fff;
  margin-top: 45px;
  margin-bottom: 5px;
}
.about2-line{
	width: 162px;
	height: 6px;
	margin:30px auto 0;
	position: relative;
}
.about2-line-dian{
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
  margin:0 auto;
}
.about2-line::before{
	position: absolute;
	width: 68px;
  height: 1px;
  opacity: .65;
  left: 0;
  top: 50%;
  content:"";
  background-color: #fff;
}
.about2-line::after{
	position: absolute;
	width: 68px;
  height: 1px;
  opacity: .65;
  right: 0;
  top: 50%;
  content:"";
  background-color: #fff;
}
.about2-p{
  font-size: 16px;
  color: #fff;
  margin-top: 25px;
  line-height: 1.6;
  display: none;
}
.about2-list dd:hover .about2-p{display: block;}
.about2-list dd:hover .about2-ico::after{
	opacity: 1;
}
.about2-list dd:nth-child(1) .about2-ico::before{background-image: url(../images/about2-ico1.png);}
.about2-list dd:nth-child(2) .about2-ico::before{background-image: url(../images/about2-ico2.png);}
.about2-list dd:nth-child(3) .about2-ico::before{background-image: url(../images/about2-ico3.png);}
.about2-list dd:nth-child(4) .about2-ico::before{background-image: url(../images/about2-ico4.png);}

.about2-list dd:nth-child(1):hover .about2-ico::before{background-image: url(../images/about2-ico1h.png);}
.about2-list dd:nth-child(2):hover .about2-ico::before{background-image: url(../images/about2-ico2h.png);}
.about2-list dd:nth-child(3):hover .about2-ico::before{background-image: url(../images/about2-ico3h.png);}
.about2-list dd:nth-child(4):hover .about2-ico::before{background-image: url(../images/about2-ico4h.png);}





.about3{
	padding:105px 0 80px;
	background-image: url(../images/about3-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}


.about3-1-left{
	width: 50%;
	padding-left: calc((100vw - 1560px) / 2);
}

.about3-1-p{
	font-size: 18px;
  line-height: 1.6;
  margin-top: 30px;
  color: #333;
}

.about3-arrow{
	font-size: 0;
	margin-top: 30px;
}

.about3-prev{
	display: inline-block;
	vertical-align: top;
	width: 50px;
	height: 50px;
	background-image: url(../images/left123h.png);
	background-size: 100%;
	cursor: pointer;

}

.about3-next{
	display: inline-block;
	vertical-align: top;
	width: 50px;
	height: 50px;
	background-image: url(../images/right123h.png);
	background-size: 100%;
	cursor: pointer;
	margin-left: 30px;
}








.about3-1-right{
	width: 45%;
}
.about3-1-right .swiper{
	padding: 0 40px 50px;
}



.about3-1-right .swiper::after {
  content: "";
  width: 100%;
  height: 80px;
  background: linear-gradient(to bottom, #d9d9d9, #fff);
  bottom: 0;
  left: 0;
  position: absolute;
}



.about3-2{
	width: 55%;
	margin-top: 100px;
}
.about3-2 .swiper{
	padding: 0 40px 50px;
}

.about3-2 .swiper .swiper-slide {
  display: flex;
  align-items: flex-end;
}

.about3-2 .swiper .swiper-slide img{
	display: block;
  max-width: 100%;
  height: auto;
  /*margin: auto;*/
}

.about3-2 .swiper::after {
  content: "";
  width: 100%;
  height: 80px;
  background: linear-gradient(to bottom, #d9d9d9, #fff);
  bottom: 0;
  left: 0;
  position: absolute;
}




.about4{
	padding:75px 0 60px;
	background-color: #fff;
}

.about4-top .about-title2{
	font-weight: normal;
}

.about4-bottom{
	margin-top: 50px;
}

.mySwiper .imgbox_a{
	padding-bottom: 57.6%;
  border-radius: 11px;
}
.mySwiper .imgbox_a:hover .about4-title-wp{
	opacity: 1;
	visibility: visible;
}
.about4-title-wp{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity .5s;
}

.about4-title{
	width: fit-content;
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 20px;
  line-height: 1;
  padding-top: 14px;
  padding-bottom: 14px;
  color: #fff;
}

.about4-arrow{
	font-size: 0;
	text-align: center;
	margin-top: 40px;
}

.about4-prev{
	display: inline-block;
	vertical-align: top;
	width: 50px;
	height: 50px;
	background-image: url(../images/left123.png);
	background-size: 100%;
	cursor: pointer;
	transition: background-image .3s;
}
.about4-prev:hover{
	background-image: url(../images/left123h.png);
}
.about4-next{
	display: inline-block;
	vertical-align: top;
	width: 50px;
	height: 50px;
	background-image: url(../images/right123.png);
	background-size: 100%;
	cursor: pointer;
	transition: background-image .3s;
	margin-left: 30px;
}

.about4-next:hover{
	background-image: url(../images/right123h.png);
}



.pagination > li > a,
.pagination > li > span {
  color: #042d7f;
}


.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #042d7f;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #042d7f;
  border-color: #042d7f;
}


.about4-sp{
	margin-top: 50px;
}

.about4-sp-box video:focus{
	outline: none;
}
.about4-sp-box video{
	display: block;
	width: 100%;
	border:0;
}

.about4-sp-h1{
	font-size: 24px;
	color: #333;
	margin-top: 25px;
}

.contact2{
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/contact2-bg.jpg);
	height: 803px;
	padding-top: 200px;
	position: relative;
}
@keyframes spins {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}
.contact2 .kfqiu {
    position: absolute;
    width: 172px;
    height: 172px;
    top: -2rem;
    left: 30%;
    animation: spins 25s linear infinite;
}
.contact2 .contact-con1-h1{
	color: #fff;
}
.contact2 .contact-con1-h2{
	color: #fff;
}
.contact2 .contact-con1-h3{
	color: #fff;
	font-size: 15px;
}

.contact2 .contact-con1-h3 p{
	font-size: 18px;
	font-weight: bold;
	margin:0;
	font-weight: bold;
	margin-top: 10px;
}


.contact2-1{
	width: 350px;
	margin-right: 80px;
}


.contact2-2{
	overflow: hidden;
}

.contact2-2-item.fl,.contact2-2-item.fr{
	width: 48.5%;
	margin-bottom: 40px;
}

.contact2-2-item{
	margin-bottom: 40px;
}
.contact2-2-h1{
	font-size: 16px;
	color: #fff;
}
.contact2-2-input {
	margin-top: 10px;
}
.contact2-2-input input:focus{
	outline: none;
}
.contact2-2-input input{
	display: block;
	width: 100%;
	height: 50px;
	border: 0;
  border-bottom: 1px solid #3d4759;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
}
.contact2-2-input textarea:focus{
	outline: none;
}

.contact2-2-input textarea{
	display: block;
	width: 100%;
	height:90px;
	border: 0;
  border-bottom: 1px solid #3d4759;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
}
.contact2-2-btn input:focus{
	outline: none;
}
.contact2-2-btn input{
	display: block;
	width: 180px;
	height: 60px;
	color: #fff;
	background-color: #013281;
	border: 0;
	font-size: 18px;
}
.contact2-2-btn input:hover{
	font-weight: bold;
}

.sanji-dl dl{
	margin:0;
	font-size: 0;
	text-align: center;
}

.sanji-dl dd{
	display: inline-block;
	width: 155px;
}
.sanji-dl dd+dd{
	margin-left: 10px;
}
.sanji-dl dd>a{
	display: block;
	height: 50px;
	line-height: 48px;
	border: 1px solid #d7d7d7;
	font-size: 16px;
	color: #333;
	border-radius: 999em;
	position: relative;
	overflow: hidden;
}
.sanji-dl dd>a span{
	position: relative;
	z-index: 15;
	transition: color .5s;
}

.sanji-dl dd>a::before{
	position: absolute;
	width: 0;
	left: 0;
	top: 0;
	bottom: 0;
	content:"";
	background-color: #042d7f;
	z-index: 5;
	transition: width .5s;
}

.sanji-dl dd>a:hover span{color: #fff;}
.sanji-dl dd>a:hover::before{width: 100%;}



.sanji-dl dd.cur>a span{color: #fff;}
.sanji-dl dd.cur>a::before{width: 100%;}


.mm80{
	margin-top: 80px;
}

.renli .contact-con .contact-con1-h2{margin-top: 0;}
.renli-h1{
	margin-top: 30px;
	font-size: 18px;
	color: #333;
	line-height: 1.8;
}

.renli-p{
	margin-top: 30px;
	font-size: 16px;
	color: #818181;
	line-height: 2;
	max-width: 600px;
}


.renli .contact-con{
	padding-top: 35px;
}

.renli2{
		background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/renli2-bg.png);
	height: 653px;
	padding-top: 250px;
	position: relative;
}
.renli2-p{
	font-size: 38px;
	font-weight: 300;
	color: #fff;
	text-align: center;
	line-height: 2;
}
.renli2-p p{margin:0;}

.zhaopin-title{
	text-align: center;
}




.zhaopin-div{
	border: 1px solid #e8eaef;
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
}

.zhaopin-item+.zhaopin-item{
	border-top: 1px solid #e8eaef;
}
.zhaopin-item1{
	padding: 0 50px;
	cursor: pointer;
	background-color: #fff;
	transition: background-color .5s;
}

.zhaopin-item1-zw{
	width: 40%;
	height: 85px;
	line-height: 85px;
	font-size: 18px;
	color: #333;
	transition: color .5s;
}

.zhaopin-item1-date{
	width: 40%;
	height: 85px;
	line-height: 85px;
	font-size: 18px;
	color: #333;
	transition: color .5s;
}

.zhaopin-item1-ico{
	width: 35px;
	height: 35px;
	border: 1px solid #c5c5c5;
	border-radius: 50%;
	position: relative;
	margin-top: 25px;
	transition: border-color .5s;

}

.zhaopin-item1-ico::before{
	position: absolute;
	width: 16px;
	height: 1px;
	background-color: #acacac;
	content:"";
	left: 50%;
	margin-left: -7px;
	top: 50%;
	transition: background-color .5s;
}

.zhaopin-item1-ico::after{
	position: absolute;
	width: 1px;
	height: 16px;
	background-color: #acacac;
	content:"";
	left: 50%;
	margin-top: -7px;
	top: 50%;
	opacity: 1;
	transition: opacity .5s;
}

.zhaopin-item1.cur{
	background-color: #042d7f;
}
.zhaopin-item1.cur .zhaopin-item1-zw{
	color: #fff;
}
.zhaopin-item1.cur .zhaopin-item1-date{
	color: #fff;
}
.zhaopin-item1.cur .zhaopin-item1-ico{
	border-color: #fff;
}

.zhaopin-item1.cur .zhaopin-item1-ico::before{
	background-color: #fff;
}
.zhaopin-item1.cur .zhaopin-item1-ico::after{
	opacity: 0;
}




.zhaopin-item:first-child .zhaopin-item2{display: block;}

.zhaopin-item2{
	padding: 50px;
	display: none;
}

.zhaopin-item2-left{
	width: 62%;
	padding-right: 30px;
}

.zhaopin-item2-right{
	overflow: hidden;
}

.zhaopin-item2-con{
	font-size: 15px;
	color: #333;
	line-height: 2;
	height: 456px;
	overflow-y: auto;
	padding-right: 30px;
}



.scrollbox::-webkit-scrollbar {
  width: 2px;
  height: 8px;
  background-color: #d9dce0;
}
.scrollbox::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #042d7f;
  box-shadow: 0;
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
}
.scrollbox::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #d9dce0;
}

.zhaopin-item2-sq-h1{
	font-size: 24px;
	color: #333;
}

.zhaopin-item2-sq-p{
	font-size: 15px;
	color: #333;
	line-height: 2.2;
	margin-top: 25px;
}

.zhaopin-item2-sq-p p{
	margin:0;
}
.zhaopin-item2-a{
	width: 340px;
	margin-top: 40px;

}
.zhaopin-item2-a a{
	display: block;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background-color: #042d7f;
}

.zhaopin-item2-a a:hover{
	/*font-weight: bold;*/
}

.shipin .news-pic .imgbox_a::after{
	position: absolute;
	width: 50px;
	height: 50px;
	left: 50%;
	top: 50%;
	margin-left: -25px;
	margin-top: -25px;
	z-index: 25;
	background-image: url(../images/bo.png);
	content:"";
}
.shipin .news-pic .imgbox_a::before{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 15;
	background-color: #000;
	opacity: 0.3;
	content:"";
}

.shipin .news2-list dd{
	border-radius: 0;
}

.about4-sp-h1{
	font-size: 20px;
	margin-top: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.shipinx-xq{
	max-width: 900px;
	margin:0 auto;
}
.about4-sp-item-wp{
	font-size: 0;
}
.about4-sp-item{
	width: 31%;
	display: inline-block;
	vertical-align: top;
}

.about4-sp-item+.about4-sp-item{
	margin-left: 3.5%;
}

.fenye ul > a{position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #042d7f;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;}
.fenye ul > a.page-num-current{background-color: #042d7f;
    border-color: #042d7f; color:#fff}
	
	.adminbuy_cn img{ max-width:100% !important; height:auto !important;display:inline-block;}
.adminbuy_cn p{text-wrap: inherit !important;}
.adminbuy_cn p span{text-wrap: inherit !important;}