﻿@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: 586px;
}
.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: 236px;
	margin-right: 5px;
	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 145px 45px, #1cb0b0;
}
.xjdz {
	background: url(../images/xjdz.png) no-repeat 145px 45px, #9fc769;
}
.xny {
	background: url(../images/xny.png) no-repeat 145px 45px, #6aaaa3;
}
.tzjg {
	background: url(../images/tzjg.png) no-repeat 145px 45px, #f2b44f;
}
.xcl {
	background: url(../images/xclyy.png) no-repeat 145px 45px, #437db3;
}
.ysjs:hover {
	background: url(../images/ysjs.png) no-repeat 145px 105px, #1cb0b0;
}
.xjdz:hover {
	background: url(../images/xjdz.png) no-repeat 145px 105px, #9fc769;
}
.xny:hover {
	background: url(../images/xny.png) no-repeat 145px 105px, #6aaaa3;
}
.tzjg:hover {
	background: url(../images/tzjg.png) no-repeat 145px 105px, #f2b44f;
}
.xcl:hover {
	background: url(../images/xclyy.png) no-repeat 145px 105px, #437db3;
}
.yw_text {
	padding: 45px 0 0 23px;
	line-height: 29px;
	font-size: 22px;
	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: 74px;
	line-height: 74px;
	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: 440px;
}
.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_li span{
	display: block;
	width: auto;
	float: right;
	color: #666;
}

/*轮播新闻*/
.lb_xw{
	width: 477px;
	margin-right: 5px;
}
.lb_box{
	width: 100%;
	height: 274px;
}
.lb_cont{
	width: 100%;
	height: 100%;
}
.lb_cont .swiper-slide{
	width: 100%;
	height: 100%;
	position: relative;
}
.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: 25px!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;
}
.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%;
}










