@charset "utf-8";
/*CSS Document*/

/*通用样式*/
.banner_box {
	width: 100%;
}
.yw_cont,
.xw_box {
	width: 1200px;
	margin: 0 auto;
}

/*banner*/
.banner_box {
	margin-bottom: 60px;
	position: relative;
}
.banner_cont {
	width: 100%;
	height: auto;
}
.banner_cont .swiper-slide{
	position:relative;
}
.explore{
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	bottom: 0;
}
.exp1400{
	width: 80%;
	margin: 0 auto;
}
.exp1400 h3{
	color: white;
	font-size: 58px;
	letter-spacing: 6px;
	font-weight: bold;
}
.banner_next,.banner_prev{
	opacity: 0.2;
	transition-duration: .3s;
}
.banner_cont:hover .banner_next,.banner_cont:hover .banner_prev{
	opacity: 1;
}
.banner_text{
	width: 1200px;
	height: 180px;
	margin: 0 auto;
	padding-top: 140px;
	animation-name:fadeInRight;
	animation-duration:1s;
	animation-timing-function:ease-in-out;
	animation-delay:0;
	animation-iteration-count:1;
}
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(150px);
		transform: translateX(150px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}
@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(150px);
		-ms-transform: translateX(150px);
		transform: translateX(150px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

/*业务*/
.yw {
	width: 100%;
	height: 140px;
	background: rgba(34, 35, 36, .5);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.yw_cont {
	margin-top: 16px;
}
.yw_li {
	float: left;
	width: 19.5%;
	margin-right: 0.5%;
	height: 124px;
	overflow: hidden;
	transition-duration: .3s;
	cursor: pointer;
}
.yw_li:last-child {
	margin-right: 0;
}
.yw_li:hover {
	transition: .3s;
	height: 200px;
	margin-top: -76px;
}
.ysjs {
	background: url(../images/ysjs.png) no-repeat 150px 45px, #1cb0b0;
}
.xjdz {
	background: url(../images/xjdz.png) no-repeat 150px 45px, #9fc769;
}
.xny {
	background: url(../images/xny.png) no-repeat 150px 45px, #6aaaa3;
}
.tzjg {
	background: url(../images/tzjg.png) no-repeat 150px 45px, #f2b44f;
}
.jsyj {
	background: url(../images/jsyj.png) no-repeat 150px 45px, #437db3;
}
.ysjs:hover {
	background: url(../images/ysjs.png) no-repeat 150px 105px, #1cb0b0;
}
.xjdz:hover {
	background: url(../images/xjdz.png) no-repeat 150px 105px, #9fc769;
}
.xny:hover {
	background: url(../images/xny.png) no-repeat 150px 105px, #6aaaa3;
}
.tzjg:hover {
	background: url(../images/tzjg.png) no-repeat 150px 105px, #f2b44f;
}
.jsyj:hover {
	background: url(../images/jsyj.png) no-repeat 150px 105px, #437db3;
}
.yw_text {
	padding: 35px 0 0 23px;
	line-height: 24px;
	font-size: 16px;
	color: #fff;
	position: relative;
	margin-bottom: 20px;
}
.yw_text:after {
	content: " ";
	display: block;
	width: 30px;
	height: 2px;
	background: rgba(255, 255, 255, .4);
	position: absolute;
	top: 25px;
}
.yw_more {
	height: 108px;
	line-height: 100px;
	background: url(../images/jt.png) no-repeat 50px center;
}
.yw_more a {
	display: inline-block;
	padding-left: 23px;
	font-size: 14px;
	color: #fff;
	opacity: .6;
}
/*新闻*/
.xw_box{
	margin-bottom: 60px;
}
.tabxw_box{
	width: 540px;
}
.tabxw_tit{
	width: 100%;
	margin-bottom: 5px;
}
.tt_box{
	width: 100%;
	border-bottom: 2px solid #e5e6e9;
	position: relative;
}
.tt_box h2{
	float: left;
	width: 80px;
	height: 52px;
	line-height: 52px;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	cursor: pointer;
}
.tt_box h2:hover{
	color: #2e4da6;
}
.tt_box  .active{
	color: #2e4da6;
}
.tt_box .line{
	display: block;
	width: 65px;
	height: 2px;
	background: #2e4da6;
	position: absolute;
	left: 0;
	bottom: -2px;
}
.tabxw_cont{
	width: 100%;
}
.tabxw_cont .DnnModule-GTModulesCMS{
	display: none;
	width: 100%;
}
.tabxw_cont .DnnModule-GTModulesCMS:first-child{
	display: block;
}
.same_box{
	width: 100%;
	position: relative;
}
.more{
	display: block;
	width: 20px;
	width: 20px;
	position: absolute;
	right: 0;
	top: -40px;
}
.same_ul{
	width: 100%;
}
.samep_li{
	width: 100%;
	margin-bottom: 5px;
}
.samep_li h3{
	line-height: 46px;
}
.samep_li h3 a{
	font-size: 20px;
	color: #333;
}
.samep_li h3:hover a{
	color: #2e4da6;
}
.samep_li p{
	line-height: 22px;
	font-size: 14px;
	color: #888;
}
.same_li{
	width: 100%;
	line-height: 32px;
	font-size: 16px;
}
.same_li h3{
	width: auto;
	float: left;
}
.same_li h3 a{
	color: #666;
}
.same_li h3:hover a{
	color: #2e4da6;
}

.same_box .same_ul li:nth-child(1) h3 a {
}
.same_box .same_ul li:nth-child(1) span {
    
}
.same_li span{
	display: block;
	width: auto;
	float: right;
	color: #666;
}

/*轮播新闻*/
.lb_xw{
	width: 390px;
	margin-right: 5px;
}
.lb_box{
	width: 390px;
	height: 222px;
}
.lb_cont{
	width: 100%;
	height: 100%;
}
.lb_cont .swiper-slide{
	width: 100%;
	height: 100%;
	position: relative;
}
.lb_cont .swiper-slide img{
display:block;
	width: 100%;
	height: 100%;
}
.lb_cont .swiper-slide .lb_text{
	width: 100%;
	height: 56px;
	line-height: 56px;
	font-size: 16px;
	text-indent: 15px;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 0;
	bottom: 0;
}
.lb_cont .swiper-slide .lb_text a{
	color: rgba(255,255,255,.88);
}
.lb_cont .swiper-slide .dater{
	display: inline-block;
	margin-left: 30px;
	font-size: 14px;
	color: rgba(255,255,255,.54);
}
.lb_pagination{
	    width: 20%!important;
    text-align: center!important;
    position: absolute!important;
    left: auto!important;
    right: 0;
    bottom: 6%!important;
}
.lb_pagination .swiper-pagination-bullet{
	width: 17px;
	height: 2px;
	background: rgba(255,255,255,.4);
	border-radius: 0;
	opacity: 1;
}
.lb_pagination .swiper-pagination-bullet-active{
	background: #fff;
}

/*企业荣誉*/
.qyry{
	width: 236px;
	height: 274px;
}
.qyry_img{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.qyry_text{
	position: absolute;
	left: 26px;
	top: 31px;
}
.qyry_text p{
	line-height: 20px;
	font-family: arial;
	font-size: 20px;
	color: rgba(229,248,255,.66);
}
.qyry_text h2{
	line-height: 40px;
	font-size: 24px;
	color: #4799b9;
}
.qyry_img img{
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.8s;
}
.qyry_img img:hover {
    transform: scale(1.1);
    transition: all 0.8s;
}
.mob_kjly {
display:none;
}
.imgnew_btn div {
    float: left;
    width: 80px;
    height: 52px;
    line-height: 52px;
    font-size: 16px;
    font-weight: bold;
    color: #666;
    cursor: pointer;
transition:.4s;
}
.imgnew_btn div.active {
color:#2e4da6;
}
.lb_btn_cont {
height:222px;
position:relative;
}
.lb_btn_cont > div {
position:absolute;
top:0;
opacity:0;
z-index:1;
}
.lb_btn_cont > div.active {
opacity:1;
z-index:3;
}
.video_box {
width:390px;
height:222px;
position:relative;
}
.video_box a {
position:absolute;
right:0;
top:-52px;
display:block;
color:#2e4da6;
font-size:16px;
line-height:52px;
}
.video_box img {
width:100%;
height:222px;
}
.video_box {
position:relative;
}
.video_name {
width:100%;
position:absolute;
bottom:0;
left:0;
background:rgba(0,0,0,.5);
color:#fff;
font-size:16px;
text-indent:1em;
line-height:50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.video_prev {
left:0 !important;
background-size:15px !important;
background-color:rgba(0,0,0,.3);
}
.video_next {
right:0 !important;
background-size:15px !important;
background-color:rgba(0,0,0,.3);
}
@media screen and (max-width:1023px) {
.banner_next, .banner_prev {
display:none;
}

.mob_kjly {
display:block;
}
.yw_li {
margin-right:0;
margin-bottom:0.13rem;
width:100%;
background-size: 1.4rem;
height:1.8rem;
background-position:90% center !important;
position:relative;
}
.yw_text {
	font-size: 0.45rem;
	padding: 0 0 0 0.306666rem;
line-height: 1.2em;
position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.yw_text:after {
display:none;
}

.yw_li:hover {
height:1.8rem;
margin-top:0;
background-size: 1.4rem;
background-position:90% center !important;
}
.samep_li h3 {
line-height:.8rem;
}
.lb_cont .swiper-slide .dater {
display:none;
}
.tabxw_tit {
margin-bottom:0.2rem;
}

}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled{opacity:1}