.a_hover:hover{text-decoration: underline;color:red;}
.a_hover_color:hover{color:red;}
.page{line-height: 1.5}
.page a,.page span{display: inline-block;padding: 5px 10px;border:1px solid #999;margin:2px;color:#999;margin-top:10px;}
.page .prev,.page .next{padding:5px;margin:0px;}
.page .current{background: #999;color:#fff;}

.header_top{
	background-color: #f1f1f1;
	color: #7a7a7a;
}
.header_top .tel{
	display: inline-block;
	color: #dd0800;
	font-size: 16px;
	padding-left: 23px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/tel.png);
	margin-left: 15px;
}
.nav{
	height: 107px;
	line-height: 107px;
}
.nav .item{
	float: left;
	text-align: center;
	font-size: 17px;
	border-bottom: 4px transparent solid;
	width: 120px;
	transition: all 0.4s;
}
.nav .item a{
	display: block;
	color: #000;
	transition: all 0.4s;
}
.nav .item:hover,
.nav .hover{
	background-color: #2f86d8;
	border-color: #1d509f;
}
.nav .item:hover a,
.nav .hover a{
	color: #fff;
}
.index_zc .wrapper{
	margin-right: -50px;
}
.index_zc .item{
	border-radius: 20px;
	background-image: -moz-linear-gradient( 90deg, rgb(242,242,242) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(242,242,242) 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(242,242,242) 0%, rgb(255,255,255) 100%);
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.48);
	width: 365px;
	height: 253px;
	float: left;
	margin-right: 24px;
}
.index_zc .item .titles{
  border-radius: 20px 20px 0 0;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.16);
  height: 95px;
}
.index_zc .item .titles:after{
	 content: '';
	width: 0;
	height: 0;
	border-top: 12px solid #fff;
	border-right: 12px solid #fff;
	border-bottom: 12px solid transparent;
	border-left: 12px solid transparent;
	position: absolute;
	bottom: -11px;
	left: 170px;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	box-shadow: 2px -2px 2px 0px rgba(0, 0, 0, 0.16); 
}
.index_zc .item .titles .img{
	width: 68px;
	height: 68px;
	border-style: solid;
	border-width: 3px;
	border-color: rgb(47, 134, 216);
	border-radius: 50%;
	margin-left: 25px;
	margin-top: 15px;
	background-repeat: no-repeat;
	background-position: center ;
}
.index_zc .item1 .titles .img{
	background-image: url(../images/ik1.png);
}
.index_zc .item2 .titles .img{
	background-image: url(../images/ik2.png);
}
.index_zc .item3 .titles .img{
	background-image: url(../images/ik3.png);
}
.index_zc .item .titles .en{
	color: #b1b1b1;
}
.index_zc .item .titles .ch{
	color: #1d509f;
}
.index_zc .item .desc{
	color: #666666;
}
.index_zc .more{
  	border-style: solid;
  	border-width: 2px;
  	border-color: rgb(204, 204, 204);
	background-image: -moz-linear-gradient( 90deg, rgb(242,242,242) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(242,242,242) 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(242,242,242) 0%, rgb(255,255,255) 100%);
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.58);
	width: 211px;
	height: 38px;
	border-radius: 19px;
	font-size: 17px;
	line-height: 34px;
	position: absolute;
	bottom: -19px;
	left: 50%;
	margin-left: -107px;
}
.index_zc .more a{
	display: block;
	padding-left: 38px;
	color: #4b4b4b;
	background-image: url(../images/zoom.png);
	background-repeat: no-repeat;
	background-position: 160px center;
}
.index_zs{
	background-color: #efefef;
}
.index_zs .titles{
	font-size: 22px;
	color: #214d98;
	line-height: 22px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dddddd;
}
.index_zs .titles .en{
	font-size: 16px;
}
.index_zs .titles .tit{
	padding-left: 24px;
}
.index_zs .titles .tit:before{
	content:'';
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #1e77ce;
	top: 50%;
	margin-top: -5px;
	left: 0;
}
.index_zs .titles .more{
	font-size: 13px;
	margin-top: 5px;
}
.index_zs .titles .more a{
	color: #ff0018;
}
.index_zs .item{
	float: left;
	width: 274px;
	border: 1px solid #cecece;
	padding: 5px;
	margin-right: 16px;
}
.footer{
	background-color: #2070bb;
	color: #e3f1ff;
}
.footer .titles{
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	padding-bottom: 16px;
	border-bottom: 1px solid #8ec2f3;
}
.footer .titles .en{
	font-size: 15px;
}
.footer .titles .more a{
	font-size: 12px;
	color: #8ec2f3;
}
.footer .wrapper .item{
	border: 1px solid #8ec2f3;
	padding: 5px;
	float: left;
	width: 160px;
	margin-right: 10px;
}
.footer .t{
	background-repeat: no-repeat;
	background-position: right 28px;
	background-image: url(../images/ewm.png);
}
.footerb{
	color: #9ecdf9;
	background-color: #0e5597;
}
.breadcrumb{
	background-color: #ededed;
}
.breadcrumb .fl{
	font-size: 0;
}
.breadcrumb .fl .item{
	display: inline-block;
	font-size: 16px;
	width: 120px;
	height: 29px;
	line-height: 29px;
	border-radius: 2px;
	background-color: rgb(47, 134, 216);
	text-align: center;
	margin-top: 10px;
	margin-right: 12px;
	transition: all 0.4s;
}
.breadcrumb .fl .item a{
	display: block;
	color: #fff;
}
.breadcrumb .fl .item:hover,
.breadcrumb .fl .hover{
	background-color: #df0005;
}
.index_case .wrapper{width: 1022px;margin: 0 auto;}

.index_case .owl-nav{
    position: absolute;
    top: 0;
    right: -64px;
    left: -64px;
    bottom: 0;
    visibility: hidden;
}
.index_case .owl-nav .owl-prev,
.index_case .owl-nav .owl-next{
    position: absolute;
    width: 50px;
    height: 60px;
    top: 50%;
    margin-top: -30px;
    font-size: 0;
    visibility: visible;
    background-repeat: no-repeat;
    background-position: center ;
}
.index_case .owl-nav .owl-prev{
    background-image: url(../images/al.png);
}
.index_case .owl-nav .owl-next{
    right: 0;
    background-image: url(../images/ar.png);
}
.index_case .owl-carousel .owl-stage-outer{
    padding-bottom: 1px;
}
.index_case .owl-nav .owl-prev:hover,
.index_case .owl-nav .owl-next:hover{
    opacity: 0.8;
}
.message .w{
    background-image: url(../images/mbg.png);
    background-repeat: no-repeat;
    background-position: 40px bottom;
    border: 1px solid #d5d5d5;
    font-size: 13px;
}
.message form{
    padding-left: 40px;
    line-height: 35px;
    margin-top: 90px;
}
.message form span{
    vertical-align: top;
    display: inline-block;
    width: 85px;
}
.message input{
    height: 35px;
    width: 360px;
    border: 1px solid #dddddd;
}
.message textarea{
    width: 360px;
    height: 80px;
    border: 1px solid #dddddd;
}
.message form div{
    margin-bottom: 12px;

}
#btn{
    width: 186px;
    height: 40px;
    border-radius: 20px;
    border: none;
    text-align: center;
    line-height: 40px;
    font-size: 19px;
    position: absolute;
    right: 193px;
    bottom: 67px;
    color: #fff;
    background: none;
    outline: none;
    cursor: pointer
}
.img_list .wrapper{
	margin-right: -50px;
}
.img_list .wrapper .item{
	float: left;
	width: 274px;
	background-color: #ededed;
	margin-right: 17px;
	transition: all 0.4s;
	margin-bottom: 20px;
}
.img_list .wrapper .item .img-wrapper{
	padding: 5px;
	padding-bottom: 0;
}
.img_list .wrapper .item:hover{
	background-color: #187cd9;
	color: #fff;
}
.news_list .item{
    background-color: #f6f6f6;
    margin-bottom: 20px;
    transition: all 0.4s;
}
.news_list .title{
    /*color: #000;*/
    transition: all 0.4s;
}
.news_list .desc{
	color: #666666;
	font-family: '宋体';
	font-size: 12px;	
}
.news_content .title{
    font-weight: 500;
    font-size: 26px;
    line-height: 1;
}
.news_content .info{
    color: #666666;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
}