@charset "utf-8";
html,body{
	width:100%;
	height:100%;
	overflow: auto;
	}
* {
  box-sizing: border-box;
}
.over{
		overflow:hidden;
	}
.header-box {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
  background: #fff;
}
.header{
	width: 1100px;
	margin:0 auto ;
	padding: 25px 0;
	overflow: hidden;
}	

.logo{
	display: inline-block;
	float: left;
}

.logo img{
	display:block;
}

.nav{
	margin-left: 50px;
	display: inline-block;
	float: left;
}

.nav a{
	width: 130px;
	float: left;
	font-size: 18px;
	margin-top: 25px;
	text-align: center;
	line-height:35px;
	letter-spacing: 0px;
	color: #181818;
	text-decoration: none;
	cursor: pointer;
}
.nav a:hover,.nav a.on{
		color: #2d94eb;
}
.probation{
	/* width: 152px; */
	padding:0 16px;
	box-sizing: border-box;
	height: 39px;
	margin-top: 20px;
	font-size: 18px;
	text-align: center;
	line-height: 39px;
	letter-spacing: 0px;
	color: #ffffff;
	background-image: linear-gradient(90deg, #2d94eb 0%, #2da7df 22%, #2de9b6 100%), linear-gradient(#2de9b6, #2de9b6);
	background-blend-mode: normal, normal;
	border-radius: 20px;
	display: block;
	float: right;
	transition: border-color .45s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: border-color .45s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition: border-color .45s cubic-bezier(.4, 0, .2, 1);
    position: relative;
    overflow: hidden;
}


.probation i {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none \9;
   background: #4360f5 ;
      border-radius: 20px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.4, 0, .2, 1) 75ms;
    transition: transform .5s cubic-bezier(.4, 0, .2, 1) 75ms;
    -moz-transition: transform .5s cubic-bezier(.4, 0, .2, 1) 75ms;
    -o-transition: transform .5s cubic-bezier(.4, 0, .2, 1) 75ms;
 
}

.probation span {
    display: inline-block;
    color: #FFFFFF;
    transition: transform .45s cubic-bezier(.4, 0, .2, 1), color .45s cubic-bezier(.4, 0, .2, 1) 75ms;
    -webkit-transition: -webkit-transform .45s cubic-bezier(.4, 0, .2, 1), color .45s cubic-bezier(.4, 0, .2, 1) 75ms;
    -moz-transition: -moz-transform .45s cubic-bezier(.4, 0, .2, 1), color .45s cubic-bezier(.4, 0, .2, 1) 75ms;
}


.probation:hover i {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    animation-duration:3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.probation:hover span {
    color: #fff;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.main{
	width: 100%;
	/* height: 100%; */
	overflow-y: auto;
	margin-top: 120px;
}
.first-main{
	/* background-color: #1e1b38; */
	background: #fff;
}
.first-slideBox{ 
	width:100%; 
	/* height: 734px; */
	overflow:hidden; 
	position:relative; 
}
.first-slideBox .hd{ 
	}
.first-slideBox .hd ul{ 
	overflow:hidden; 
	zoom:1; 
	float:left;  
}
.first-slideBox .hd ul li{ 
	float:left; 
	margin-right:2px;  
	width:0px; 
	height:0px; 
	text-align:center; 
	background:#fff; 
	cursor:pointer; 
}
.first-slideBox .hd ul li.on{ 
	color:#fff; 
}
.first-slideBox .prev {
	width: 51px;
	height: 50px;
	position:absolute; 
	left:10px; 
	top:50%;
	margin-top: -25px;
	background: url(../images/prev.png) no-repeat center;
	opacity: 0.4;
	
}
.first-slideBox .next{ 
	width: 51px;
	height: 50px;
	position:absolute; 
	right:10px; 
	top:50%;
	margin-top: -25px;
	background: url(../images/next.png) no-repeat center;
	opacity: 0.4;
	
 }
.first-slideBox .prev:hover,
.first-slideBox .next:hover
{ 
	cursor: pointer;
	opacity: 1;
}
.first-slideBox .bd{ 
	position:relative; 
	width: 100%;
	/* height:734px; */
	z-index:0;   
}

.first-slideBox-first{
	width: 100%;
	height: 100%;
	/* background: url(../images/fristh-bg.jpg) no-repeat top center; */
}
.first-slideBox-second{
	width: 100%;
	height: 100%;
	/* background: url(../images/second-bg.jpg) no-repeat top center; */
}

.first-slideBox-first-content{
	width: 1100px;
	margin:0 auto ;
	position: relative;
}

.lf-txt{
	margin-top: 165px;
	display: inline-block;
	float: left;
}

.lf-txt div{
	font-size: 44px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 72px;
	letter-spacing: 0px;
	color: #ffffff;
}
.word-name,.word-img{
	display: inline-block;
	float: left;
}

.word-img{
	position: relative;
}

.word-img img{
	margin-top: 40px;
	display: inline-block;
	float: left;
}

.word-img span{
	margin-top: 70px;
	display: inline-block;
	float: left;
}
	
.lf-txt p{
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 51px;
	letter-spacing: 1px;
	color: #ffffff;	
}
.lf-txt p span{
	font-size: 18px;
}	
.putin{
	width: 152px;
	height: 38px;
	margin-top: 40px;
	border-radius: 19px;
	border: solid 1px #2de9b6;
	font-size: 18px;
	text-align: center;
	line-height: 36px;
	letter-spacing: 0px;
	color: #2de9b6;
	display: block;
	transition: 0.3s;
}
	
.putin:hover{
	text-decoration: none;
	color: #FFFFFF;
	border: solid 1px #FFFFFF;
}	
.popup-container{
	width: 585px;
	height: 335px;
	overflow: hidden;
	position: absolute;
	top: 180px;
	right: -50px;
}
.img-flex{
	position: absolute;
}
.img-flex ul{
	font-size: 0;
}
.img-flex ul li{
	display: block;
	background-repeat: no-repeat;
	float: left;
	position: relative;
}	
.first-img-box{
	width: 670px;
	height: 608px;
	position: absolute;
	top: 120px;
	right: -60px;
	overflow: hidden;
}

.banner-txt{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.banner-txt div{
	width: 160px;
	height:70px ;
	padding: 0 20px;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 70px;
	background: url(../images/txtbg.png) no-repeat left center;
	position: absolute;
}	
.txt-sty1{
	top: 72px;
	left: 50px;
}
.txt-sty2{
	top:72px;
	left: 430px;
}
.txt-sty3{
	top: 330px;
	left: 0px;
}
.txt-sty4{
	 top: 320px;
    left: 530px;
}
.txt-sty5{
	top: 450px;
	left: 320px;
}
.second-main{
	width: 100%;
	height: 970px;
	background-color: #f9faff;
	z-index: 2;
	position: relative;
}
.second-main-content{
	width: 1100px;
	margin: 0 auto;
}
	
.main-list-tit{
	padding: 40px 0;
}

.main-list-tit p{
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	letter-spacing: 6px;
	color: #1e1e1e;
	text-align: center;
	letter-spacing: 2px;
}
.main-list-tit span{
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	color: #2d94eb;
	display: block;
}	
.service-show{
	width: 340px;
	height: 400px;
	padding: 0 30px;
	background-color: #ffffff;
	box-shadow: 0px 1px 20px 0px rgba(217, 219, 234, 0.46);
	border-radius: 5px;
	transition: all .3s ease;
	float: left;
}

.service-show .ico{
	width: 169px;
	height: 169px;
	display: block;
	margin: 0 auto;
	margin-top:30px ;
}
.service-show1{
	width: 1100px;
	height: 400px;
	padding: 0 30px;
	background-color: #ffffff;
	box-shadow: 0px 1px 20px 0px rgba(217, 219, 234, 0.46);
	border-radius: 5px;
	transition: all .3s ease;
	float: left;
}

.service-show1 .ico{
	width: 169px;
	height: 169px;
	display: block;
	margin: 0 auto;
	margin-top:30px ;
}
.ico-1{
	background: url(../images/icon1.png) no-repeat top center;
}
.ico-2{
	background: url(../images/icon2.png) no-repeat top center;
}
.ico-3{
	background: url(../images/shuizhi.png) no-repeat top center;
}
.ico-4{
	background: url(../images/icon3.png) no-repeat top center;
}
.ico-5{
	background: url(../images/baozi.png) no-repeat top center;
}
.ico-6{
	background: url(../images/icon4.png) no-repeat top center;
}
.ico-7{
	background: url(../images/icon5.png) no-repeat top center;
}
.ico-8{
	background: url(../images/icon6.png) no-repeat top center;
}
.ico-9{
	background: url(../images/xuqin.png) no-repeat top center;
}

.service-show:hover .ico{
	transform: scale(0.8);
}

.service-show p{
	padding-top: 15px;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0px;
	color: #1e1e1e;
}

.service-link{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #96a6c8;
}
.service-link a,.service-link span{
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #FFFFFF;
	display: inline;
}

.service-show:hover{
	box-shadow: 0px 1px 20px 0px #384ca3;
	transform: translate3d(0,-10px,0);
	cursor: pointer;
}
.service-show:hover p,.service-show:hover .service-link,.service-show:hover span{
	/*color: #FFFFFF;*/
}

.third-main1{
	width: 100%;
	height: 1080px;
	background-color: #f9faff;
	position: relative;
	margin-top: 0px; 
}
.third-main{
	width: 100%;
	height: 1080px;
	background: url(../images/three-bg.jpg) no-repeat top center #384ca3;
	 z-index:-1111;
}
.third-main-content{
	width: 1150px;
	margin: 0 auto;
}
.third-cont-tit{
	padding: 80px 0 40px;
}
.third-cont-tit p{
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	letter-spacing: 6px;
	color: #ffffff;
	text-align: center;
	letter-spacing: 2px;
}
.third-cont-tit span{
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
	display: block;
}	
.slogan{
	padding-top: 30px;
	font-size: 14px;
	text-align: center;
	letter-spacing: 0px;
	color: #ffffff;
}
.third-cont-tit .slogan span{
	font-size: 18px;
	font-weight:bold;
	letter-spacing: 0px;
	color: #2de9b6;
	display: inline;
}
.thirdTxtBox{
	 width:100% ; 
	 height: 640px ;
	 position: relative; 
	 overflow: hidden;
}
.thirdTxtBox .hd{ 
	width: 205px;
	position:absolute; 
	left: 0;
	top: 0;
}
.thirdTxtBox .hd ul{ 
}
.thirdTxtBox .hd ul li{ 
	width: 100%;
	padding: 0 10px;
	margin-bottom: 15px;
	height: 51px;
	font-size: 22px;
	text-align: left;
	line-height: 51px;
	letter-spacing: 0px;
	color: #06bbd6;
	cursor:pointer;  
}
.thirdTxtBox .hd ul li.on{ 
	color: #FFFFFF;
	background-color:#06bbd6;
 }
.thirdTxtBox .bd{ 
	margin-left: 205px;
}
.inBox{ 
}
.inBox .inHd{ 
	height: 51px;
	
	padding:0 10px;   
}
.inBox .inHd ul{ 
	overflow:hidden; 
	zoom:1; 
}
.inBox .inHd ul li{ 
	margin: 0 20px;
	height: 51px;
	line-height: 51px;
	 font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 51px;
	letter-spacing: 0px;
	color: #06bbd6;
	 text-align:center; 
	 float:left; 
	 cursor:pointer;  
	}
.inBox .inHd ul li.on{
	 color:#fff;  
	}
.inBox .inBd { 
}
.inBd-content{
	padding: 50px;
	border: solid 1px #6070b5;
}
.inBd-detail-tit{
	overflow: hidden;
}
.inBd-detail-tit h5{
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	display: inline-block;
	float: left;
}
.inBd-detail-tit div {
	margin-top: 7px;
	display: inline-block;
	float: right;
}
.inBd-detail-tit div span{
	padding:0 5px;
	margin-right: 10px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	background-color: #6070b5;
	border-radius: 5px;
	display: inline-block;
	float: left;
}
.inBd-detail-text{
	margin-bottom: 40px;
}
.inBd-detail-text h6{
	margin: 10px 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 51px;
	letter-spacing: 0px;
	color: #ffffff;
}
.inBd-detail-text p{
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 0px;
	color: #ffffff;
}
.client-case{
	position: relative;
}
.client-case h6{
	padding-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
	line-height: 51px;
	letter-spacing: 0px;
	color: #ffffff;
}
.client-case div a{
	font-size: 14px;
	line-height: 40px;
	letter-spacing: 0px;
	color: #ffffff;
	display: block;
}
.client-case div a:hover{
	text-decoration: none;
	color: #06bbd6;
}
.client-case>div>div{
	font-size: 14px;
	line-height: 40px;
	letter-spacing: 0px;
	color: #ffffff;
	display: block;
}
.case-img-box{
	width: 564px;
	height: 175px;
	border: solid 1px #6070b5;
	position: absolute;
	right: 0px;
	top: 100px;
}
.case-img-box img{
	margin-left: 30px;
	margin-top: -67px;
	
}


.fourth-main{
	width: 100%;
	height: 1010px;
	background-color: #1e1b38;
}

.fourth-main-content{
	width: 1100px;
	margin: 0 auto;
}


.apply-probation{
	width: 157px;
	height: 39px;
	margin: 0 auto;
	font-size: 18px;
	text-align: center;
	line-height: 39px;
	letter-spacing: 0px;
	color: #ffffff;
	background-color: #2de9b6;
	border-radius: 20px;
	display: block;
	transition: border-color .45s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: border-color .45s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition: border-color .45s cubic-bezier(.4, 0, .2, 1);
    position: relative;
    overflow: hidden;
}


.apply-probation i {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none \9;
   background: #4360f5 ;
      border-radius: 20px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.4, 0, .2, 1) 75ms;
    transition: transform .5s cubic-bezier(.4, 0, .2, 1) 75ms;
    -moz-transition: transform .5s cubic-bezier(.4, 0, .2, 1) 75ms;
    -o-transition: transform .5s cubic-bezier(.4, 0, .2, 1) 75ms;
 
}

.apply-probation span {
    display: inline-block;
    color: #FFFFFF;
    transition: transform .45s cubic-bezier(.4, 0, .2, 1), color .45s cubic-bezier(.4, 0, .2, 1) 75ms;
    -webkit-transition: -webkit-transform .45s cubic-bezier(.4, 0, .2, 1), color .45s cubic-bezier(.4, 0, .2, 1) 75ms;
    -moz-transition: -moz-transform .45s cubic-bezier(.4, 0, .2, 1), color .45s cubic-bezier(.4, 0, .2, 1) 75ms;
}


.apply-probation:hover i {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    animation-duration:3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.apply-probation:hover span {
    color: #fff;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.fourth-slideBox{ 
	width:100%; 
	height: 700px;
	overflow:hidden; 
	position:relative; 
}
.fourth-slideBox .hd{ 
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 30px;
	}
.fourth-slideBox .hd ul{
	width:130px ; 
	margin: 0 auto;
	overflow:hidden; 
	zoom:1; 
	display: flex;
	justify-content: space-around;
}
.fourth-slideBox .hd ul li{ 
	float:left; 
	margin-right:2px;  
	width: 16px;
	height: 16px;
	margin: 0 5px;
	background-color: #2f2a59;
	text-align:center; 
	background:#fff; 
	cursor:pointer; 
	border-radius: 50%;
}
.fourth-slideBox .hd ul li.on{ 
	background-color: #2eedb9;
}
.fourth-slideBox .bd{ 
	position:relative; 
	width: 100%;
	height:626px; 
	z-index:0;   
}

.fourth-img-box{
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.img-wid1{
	width: 535px;
	height: 300px;
}
.img-wid2{
	width: 100%;
	height: 297px;
}
.img-shade{
	width: 100%;
	height: 0;
	background-color: rgba(62,88,185,0.7);
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  z-index: 10;
} 
.img-shade h3{ 
	margin-top: 120px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 51px;
	letter-spacing: 0px;
	color: #ffffff;
}
.img-shade p{
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	line-height: 51px;
	letter-spacing: 0px;
	color: #ffffff;
}
.footer{
	height: 223px; 
	/* padding-top: 30px; margin-top: 40px; */
	background-color: #262245;
}
.bottom{
	width: 1100px;
	margin: 0 auto;
	padding-top: 50px;
	position: relative;
}
.rolltop{
	width: 36px;
	height: 36px;
	background: url(../images/sel.png) no-repeat center;
	background-color: #fee818;
	position: absolute;
	top: -18px;
	left: 50%;
	margin-left: -18px;
	z-index: 10;
	cursor: pointer;
	border-radius: 50%;
}
.rolltop:hover{
	background-color: #445bf5;
}
.bt-logo{
	/* margin-left: 70px; */
	float: left;
	display: inline-block; 
}
.bottom-address{
	padding-top: 10px;
	margin-left: 30px;
	float: left;
	display: inline-block; 
}

.bottom-address div span{
	padding: 0 20px;
	font-size: 14px;
	line-height: 15px;
	letter-spacing: 0px;
	color: #9996b1;
	float: left;
	display: inline-block; 
}
.bottom-address .contact-us{
	height: 15px;
	line-height: 15px;
	color: #FFFFFF;
	border-right: solid 1px #FFFFFF;
}
.company-name{
	padding: 0 20px;
	padding-top: 10px;
	font-size: 14px;
	letter-spacing: 0px;
	color: #9996b1;
	float: left;
	display: inline-block; 
}
.copyright{
	padding-top: 40px;
	font-size: 14px;
	text-align: center;
	letter-spacing: 0px;
	color: #ffffff;
}
.video-bg{
	width: 600px;
	height: 500px;
	position: absolute;
	top: 0;
	left: 20px;
	z-index: -1;
	background: url(../images/video-bg.png) no-repeat bottom right
}
.video-2{
	width: 583px;
	height: 485px;
	margin-left: -10px;
}
.video-img{
	width: 583px;
	height: 485px;
	position: absolute;
	top: 10px;
	left: 20px;
	z-index: -1;
	background: url(../images/img2.png) no-repeat center;
}
.dot-white{
	width: 5px;
	height: 5px;
	margin-top: 18px;
	margin-right: 5px;
	background-color: #FFFFFF;
	border-radius: 3px;
	display: block;
	float: left;
}
/*弹层样式*/
.layer_bg .layui-layer-title {
    padding: 0 80px 0 20px;
    height: 72px;
    line-height: 72px;
    font-size: 28px;
    color: #FFFFFF;
    text-align: left;
    overflow: hidden;
    background-color: #042060;
    border-radius: 2px 2px 0 0;
    border-bottom: solid 1px #1e62a5;
}

.layer_bg .layui-layer-setwin {
    position: absolute;
    right: 0px;
    *right: 0;
    top: 0px;
    font-size: 0;
    line-height: initial;
}
.layer_bg .layui-layer-setwin .layui-layer-close1 {
    background-position: 0 0;
    cursor: pointer;
}
.layer_bg .layui-layer-setwin .layui-layer-close2 {
    position: absolute;
    right: -15px;
    top: -15px;
    width: 35px;
    height: 35px;
    margin-left: 0;
    _display: none;
}
.layer_bg .layui-layer-setwin a {
    position: relative;
    width: 35px;
	height: 35px;
    font-size: 12px;
    background: url(../images/close.png) no-repeat center;
    background-color: #2d94eb;
    border-radius: 50%;
    _overflow: hidden;
}
.layer_bg .layui-layer-setwin a:hover{
	 background: url(../images/close.png) no-repeat center;
	background-color: #2d94eb;
	display: block;
}
.layer_bg .layui-layer-ico {
    border-radius: 0px;
    background: url(../img/close.png) no-repeat center;
    background-color: #033377;
}


/*弹层样式end*/


.case_title1{ font-size: 26px; color: #fff; margin-bottom: 20px; margin-top:20px;}
.case_dl1 dt{ float: left; width: 700px;}
.case_dl1 dt img{ margin-right: 20px; width: 680px;}
.case_dl1 dd{ font-size: 14px; color:#fff; line-height: 30px; margin-left: 15px; padding-top: 0px;}
.case_dl1 dd span{ color: #fffc00; font-size: 18px;}


.gallery>div {
  position: absolute;
  display: none;
  left: 50%;
  top: 50%;
  margin-left:-575px;
  margin-top:-160px;
  animation: bounceInOn 1s ;
}
 @keyframes bounceInLeft {
	 0% {
	   transform: translateX(-300px);;
	   opacity: 0;
	 }
	 100% {
	   transform: translateX(0);
	   opacity: 1;
	}
  }
  
  @keyframes bounceInOn {
  	 0% {
  	   transform: translateY(30px);;
  	   opacity: 0;
  	 }
  	 100% {
  	   transform: translateX(0);
  	   opacity: 1;
  	}
   }
.gallery>div.isactive {
  display: inline-block !important;
}

.left-arrow{
	width: 51px;
	height: 50px;
	position:absolute; 
	z-index: 999;
	left:10px; 
	top:500px;
	margin-top: -25px;
	background: url(../images/prev.png) no-repeat center;
	opacity: 0.4; z-index: 100;
}
.right-arrow{ 
	width: 51px;
	height: 50px;
	position:absolute; 
	z-index: 999;
	right:10px; 
	top:500px;
	margin-top: -25px;
	background: url(../images/next.png) no-repeat center;
	opacity: 0.4; z-index: 100;
	
 }
 
 .third-main .left-arrow:hover,
 .third-main .right-arrow:hover
 { 
 	cursor: pointer;
 	opacity: 1;
 }
 
 .index1_lcgk{
		 min-height: 100%;
		 background: url(../images/BG.png) no-repeat; 
		 background-position: top left ;
		 background-size: 100% 100%;
		 width: 1100px;  
		 box-sizing: border-box;
		 /* padding: 0 50px; */
	}

.index1_lcgktitsp{ color: #fff; line-height: 38px;}

.dl1 dt{ float: left;}
.dl1 dd{ float: right; width: 550px;}

.five-main{
	width: 100%;
	height: 970px;
	background-color: #f9faff;
	z-index: 2;
	position: relative;
}
.five-main-content{
	width: 1100px;
	margin: 0 auto;
}

.news_left{ width: 650px; float:left;}
.news_left ul li{ margin-bottom: 20px; height: 125px; overflow: hidden;}
.news_left ul li dl dt a:hoevr{ background: #ff0000; border:1px solid #ff0000;}
.news_left ul li dl dt{ background: #fff; padding: 20px;}
.news_left ul li dl dt h2{ font-size: 18px; margin-bottom: 15px;}
.news_left ul li dl dt h3{ font-size: 14px; line-height: 24px;}
.news_right{ float: right; width: 430px; background: #fff; padding:20px; height: 415px; overflow:hidden;}
.news_right dl dt img{ width: 390px; height:230px;}
.news_right dl dd h2{ font-size: 18px; margin-bottom: 10px; margin-top: 10px; line-height: 30px;}
.news_right dl dd h3{ font-size: 14px; line-height: 24px;}

.service-show2{
	width: 1100px;
	padding: 30px;
	background-color: #ffffff;
	box-shadow: 0px 1px 20px 0px rgba(217, 219, 234, 0.46);
	border-radius: 5px;
	transition: all .3s ease;
	float: left;
}
.news_title1{ font-size: 20px; text-align: center; line-height: 50px; margin: 0px 0 20px;}
.news_pro1{ line-height: 40px; font-size:16px;}