﻿@charset "utf-8";/* CSS Document*/
*{margin:0px;padding:0px;}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img{border:medium none;margin: 0;padding: 0;}
body,button, input, select, textarea{font: 14px/1.5 'Microsoft Yahei',tahoma, Srial, helvetica, sans-serif!important;}
.page{width:100%;margin:0 auto;}
/*通用样式*/
a{text-decoration:none;color:#181818;cursor: pointer;}
a:hover{color:#f60;text-decoration:none;}
h1, h2, h3, h4, h5, h6{font-weight:normal;}
.font{font-size:13px;line-height:22px;padding:6px;}
.w1200{width: 1200px; margin:0 auto;}
.fl{float: left;}
.fr{float: right;}
img{border:0px;outline-width:0px;vertical-align:top;}
em{font-style:normal;}
ul, ol ,li{list-style: none;}
.clear{clear: both;}
.clear_10{height:10px;clear: both;}
.clear_20{height:10px;clear: both;}
.clear_30{height:10px;clear: both;}
.clear_40{height:10px;clear: both;}
.clear_50{height:10px;clear: both;}
.icon{background: url(../images/icon.png) no-repeat;}

/*翻页*/
.list_page{vertical-align: bottom;display:inline-block;*display:inline;*zoom:1;*margin-left:5px;font-size:14px;line-height:30px;text-align:center;padding-top: 20px;}
.list_page li{float:left;list-style-type:none;}
.list_page li a{display:inline-block;padding: 0px 10px;border: 1px solid #424d5b;background: #424d5b;margin: 0 2px;color: #fff}
.list_page li a:hover{background:#0056A9;border:1px solid #0056A9;}
.list_page li.active a{background:#0056A9;border:1px solid #0056A9;}

/*轮播效果*/
#owl-demo{position:relative;width:400px;height:350px;}
#owl-demo .item{ position:relative;display:block;}
#owl-demo img{display:block;width:400px;height:350px;}
#owl-demo b{position:absolute;left:0;bottom:0;width:100%;height:78px;background-color:#000;opacity:.5;filter:alpha(opacity=50);}
#owl-demo span{position:absolute;left:0;bottom:37px;width:100%;font:18px/32px "微软雅黑","黑体";color:#fff;text-align:center;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.owl-pagination{position:absolute;left:0;bottom:10px;width:100%;height:22px;text-align:center;}
.owl-page{display:inline-block;width:10px;height:10px;margin:0 5px;background-image:url(../img/bg15.png);*display:inline;*zoom:1;}
.owl-pagination .active{width:25px;background-image:url(../img/bg16.png);}
.owl-buttons{display:none;}
.owl-buttons div{position:absolute;top:50%;width:40px;height:80px;margin-top:-40px;text-indent:-9999px;}
.owl-prev{left:0;background-image:url(../img/bg17.png);}
.owl-next{right:0;background-image:url(../img/bg18.png);}
.owl-prev:hover{background-image:url(../img/bg19.png);}
.owl-next:hover{background-image:url(../img/bg20.png);}

/*头部 第一*/
/*顶部*/
.top {
	width: 100%;
	height: 40px;
	background: #fff;
	line-height: 40px;
	font-size: 12px;
	/*! color: #fff; */
	border-bottom: 1px solid #E5E5E5;
}
.top a{}
.top .top_r a{margin: 0 10px;}

/*头部*/
.head .logo{height: 100px;}
.head .h_info{float:left;height:60px;margin:15px 0 0px 30px;font-size:16px;border-left: 1px solid #ccc;padding: 5px 0 5px 30px;}
.head .h_info h3{font-weight:700;font-size:22px;padding:0px 0 5px 0;}
.head .h_info h3 span{color:#018AE2;}
.head .h_info p{color:#797979;}
.head .h_tel{padding-right:65px;background:url(../images/h_tel.png) no-repeat right center;margin-top:20px;text-align:right}
.head .h_tel p{font-size:15px;color:#033D86;height: 25px;}
.head .h_tel h3{font-size:26px;color:#ff9900;font-weight:normal;font-family:impact;}

/*导航*/
.nav{width: 100%;height: 60px;background: #0163b7;/*! border-top: 2px solid #ffbf00; */overflow: hidden;}
.nav .nav_con{}
.nav ul li{line-height: 60px;text-align: center;font-size: 14px;/*! font-weight:bold;*/float: left;border-right:1px solid #004f93;width: 130px;/*! border-top: 2px solid #fff;*/}
.nav ul li a{display: block;color: #fff;/*! padding: 0 14.2px;*/border-right: 1px solid #1b7ed3;}
.nav ul li a:hover,
.nav ul li.hover a{background: #3BA86F;}

.menu li .subnav{margin: -0px 0 0 -0px;/*! padding:0;*/position:absolute;z-index:999;display:none;opacity: .9;width: 180px;background:#fff;/*! padding: 10px 0 20px;*/opacity:.7;}
.menu li .subnav dt{display: block;width: 180px;height: 35px;line-height: 35px;text-indent: 30px;text-align: left;font-size: 15px;font-weight: normal;margin-bottom:0;/*! padding: 10px 0 0 46px;*/}
.menu li .subnav dt a{color: #000;display: block;width: 100%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;background:none;border-right: 0;}
.menu li .subnav dt a:hover{color: #fff;background: #0C4788;border-left: 0px;}
.menu li .subnav dt:nth-of-type(1){margin-top:5px;}
.menu li .subnav dt:last-of-type{margin-bottom:5px;}
/*背景白 不透明
.menu li .subnav{margin: -10px 0 0 -0px;position:absolute;z-index:999;display:none;width: 180px;background:#fff;-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);}
.menu li .subnav dt{display: block;width: 180px;height: 35px;line-height: 35px;text-indent: 30px;text-align: left;font-size: 15px;font-weight: normal;margin-bottom:0;border-bottom: solid 1px #ddd;! padding: 10px 0 0 46px;}
.menu li .subnav dt a{color: #000;display: block;width: 100%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;background:none;border: 0;}
.menu li .subnav dt a:hover{color: #fff;background: #00ABA7;border-left: 0px;}
.menu li .subnav dt:nth-of-type(1){border-top: solid 1px #ddd;}
.menu li .subnav dt:last-of-type{margin-bottom:0px;}*/
/*头部 第一 end*/

/*头部 第二
/*导航
.nav{width: 100%;height: 117px;overflow: hidden;}
.nav .nav_con{}
.nav ul li{line-height: 117px;text-align: center;font-size: 15px;float: left;width: 100px;}
.nav ul li a{display: block;color: #373737;}
.nav ul li a:hover,
.nav ul li.hover a{background:#CCE1F6 url(../images/nav_hover.png);color: #0064D8;}
.menu li .subnav{margin: -0px 0 0 -0px;position:absolute;z-index:999;display:none;opacity: .9;width: 150px;background:#fff;opacity:.7;}
.menu li .subnav dt{display: block;width: 150px;height: 35px;line-height: 35px;text-indent: 30px;text-align: left;font-size: 15px;font-weight: normal;margin-bottom:0;}
.menu li .subnav dt a{color: #000;display: block;width: 100%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;background:none;border-right: 0;}
.menu li .subnav dt a:hover{color: #fff;background: #0366CC;border-left: 0px;}
.menu li .subnav dt:nth-of-type(1){margin-top:5px;}
.menu li .subnav dt:last-of-type{margin-bottom:5px;}
/*头部 第二 end*/

/*焦点图*/
.banner {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
#controller {
	width: 100px;
	height:13px;
	text-align: center;
	position:absolute;
	bottom:15px;
	left:50%;
}
#controller li {
	display: inline;
	float:left;
	margin:0 5px;
	width: 13px;
	height: 13px;
	text-indent:-99999px;
	cursor:pointer;
	background:url(../addver/icon_page.png) no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true",src='icon_page.png', sizingMethod='crop');
}
#controller li.active {
	background:url(../addver/icon_page_active.png) no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true",src='icon_page_active.png', sizingMethod='crop');
}
.tbui_slideshow_container {
	width: 100%;
	height: 500px;
	overflow:hidden;
	position:relative;
}
#next,#prev {
	width:65px;
	height:65px;
	overflow:hidden;
	display:block;
	position:absolute;
	top:200px;
	text-indent:-9999px;
	cursor:pointer;
	filter: Alpha(Opacity=55);
	opacity: 0.5;
}
#prev {
	left:200px;
	background: url(../addver/btn_pre.png) no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true",src='btn_pre.png', sizingMethod='crop');
	/*! filter: Alpha(Opacity=55); */
	/*! opacity: 0.5; */
}
#next {
	right:200px;
	background: url(../addver/btn_next.png) no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true",src='btn_next.png', sizingMethod='crop');
	/*! filter: Alpha(Opacity=55); */
	/*! opacity: 0.5; */
}
.tbui_slideshow_container .tbui_slideshow_slide {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	display : none;
	webkitBackfaceVisibility: hidden;
}
.tab_list {
	display:none;
}
.tbui_slideshow_list img {
	width:100%;
	height:500px;
	overflow:hidden;
}
.tbui_slideshow_list a {
	width:100%;
	height:500px;
	display:block;
}
.slide_bg {
	width:100%;
	height:50px;
	position:absolute;
	bottom:0;
	left:0;
	background:#000;
	filter:Alpha(Opacity=55);
	opacity: 0.05;
}
/*焦点图 end*/

/*搜索样式*/
.search {
	width: 100%;
	height: 50px;
	/*! background: #2E2E2E; */
	line-height: 50px;
	border-bottom: 1px solid #E5E5E5;
}
.search .search_con {
}
.search .search_l{width: 600px;/*! height: 70px; *//*! color: #fff; */font-size: 12px;}
.search .search_r{height: 70px;text-align: left;width: 250px;/*! background: url(../images/search.png) no-repeat left center; */border: #efefef solid 1px;height: 28px;margin: 10px 0 0 0;line-height: 28px;}
.search .text{width: 220px; height: 26px; line-height: 26px;text-indent:10px;background: none;line-height: 26px;float: left;}
.search .submit{background-color: #3BA86F; width: 30px; height: 28px; text-align: center; /*! color: #fff; */ border: 0;cursor:pointer; background-position: -152px 5px;float: left;}

/*首页样式*/
/*标题*/
.in_top {
	text-align: center;
	width: 100%;
	padding-bottom: 40px;
	/*! background: url(../images/in_top.png) no-repeat center bottom; */
}
.in_top h3 {
	font-size:48px; color:#2264BB; height:48px; text-align:center; text-transform:uppercase;	font-weight: bold;
}
.in_top span {
	font-size:48px; color:#3AA675; /*! height:48px; */ /*! text-align:center; */	/*! text-transform: uppercase; */
	/*! display: block; */	
	/*! font-weight: bold; */
	margin: 0 0 0 20px;
}
.in_top p {
    width: 100%;
    line-height: 35px;
    /*! background-color: #2264BB; */
    /*! margin: 10px auto; */
    text-align: center;
    font-size: 16px;
    color: #333527;
    margin-top: 18px;
}

.in_top_d {
	text-align: center;
	width: 100%;
	/*! padding-bottom: 50px; */
	/*! background: url(../images/in_top.png) no-repeat center bottom; */
}
.in_top_d h3 {
	font-size:38px; color:#000; line-height:45px; text-align:center; text-transform:uppercase;	font-weight: bold;
	line-height: 46px;
	height: 46px;
	margin-bottom: 0px;
	font-weight: bold;
	margin-top: -45px;
}
.in_top_d em {
	line-height:45px; text-align:center;
	display: block;	
	display: block;
	font-size: 75px;
	margin-bottom: 20px;
	color: #EAEAEA;
	font-family: Tahoma;
}
.in_top_d h3 span {
	color:#0A62C3;
}
.in_top_d .more_d {
	color:#fff;
	background: #0067D0;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	position: absolute;
	right: 40px;
	top: 25px;
}
.in_top_d P {
	border-top: 1px solid #CDCDCD;
	height: 40px;
	width: 100%;
	margin-top: 40px;
	background: url(../images/news_to.jpg) no-repeat center 0px;
}

/*更多*/
.in_more {
	width: 160px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 5px;
	font-size: 16px;
	color: #fff;
	display: block;
/* 	*display:inline;
	*zoom:1; */
	margin: 40px auto 0;
	background: #3ba86f;
	text-transform: uppercase;
/* 	border: 1px solid #2264BB; */
	transition: all 0.3s ease-out 0s;
	box-shadow: 0 3px 10px rgb(222, 222, 222);
}
.in_more:hover {
	background-color: #005FAF;
	color: #fff;
}

/*分类*/
.in_class {
	/*! margin: 0 auto; */
	width: 830px;
}
.in_class ul {
	margin: 0 auto;
	text-align: center;
}
.in_class li {
	line-height: 50px;
	text-align: center;
	/*! display: inline-block; */
	/*! +display:inline; */
	float: left;
	/*! white-space: nowrap; */
	/*! word-break: break-all; */
	background: #2264BB;
	font-size: 16px;
	margin-bottom: 10px;
	/*! border-left: 2px solid #fff; */
	width: 150px;
	height: 50px;
	margin-right: 15px;
	border-radius: 5px;
}
.in_class li a {
	display: block;
	/*! border: 1px solid #ccc; */
	/*! padding: 0 35px; */
	color: #fff;
}
.in_class li:nth-of-type(1) {
	/*! border: 1px solid #fe0101; */
	background: #D7040D;
	color: #fff;
}

/*-cmtitle--------------------------------------*/
.CMtitle {
	height: 48px;
	line-height: 48px;
	font-weight: normal;
	background: url(../images/cmbd.png) no-repeat left bottom;
}
.CMtitle * {
	display: inline-block;
	float: left;
}
.CMtitle .tt {
	font-size: 18px;
	color: #202020;
}
.CMtitle span {
	font-size: 13px;
	color: #9f9f9f;
	margin-left: 16px;
}
.CMtitle .smore {
	float: right;
	font-size: 15px;
	color: #575353;
}
/*---------------------------cmtitle_end--------------------------------------*/

/*服务体系*/
.ser_box{/*! padding: 50px 0; */background: url(../images/add__v.jpg) no-repeat center top;width: 100%;height: 900px;}

/*产品列表*/
.product {
	/*! background: #EDEDED; */
	padding: 30px 0 60px 0;
}
.product_c1 {
	position: relative;
	background: url(../images/t1_03.jpg) top center no-repeat;
	width: 250px;
	height: 807px;
	float: left;
}
.product_c1 h3 {
	height: 85px;
	width: 250px;
	text-align: center;
	font-size: 30px;
	color: #fff;
	line-height: 74px;
	padding: 5px 0;
}
.product_c1 ul {
	display: inline-block;
	width: 230px;
	margin-left: 10px;
}
.product_c1 ul li {
	display: block;
	width: 230px;
	/*! height: 40px; */
	margin-top: 10px;
}
.product_c1 ul li a {
	display: block;
	width: 228px;
	height: 35px;
	border: #4e88b9 solid 1px;
	text-align: center;
	line-height: 35px;
	font-size: 16px;
	color: #fff;
}
.product_c1 ul li a:hover {
	border: #3ba86f solid 1px;
	background-color: #45bd7f;
}
.product_c1 dl {
	position: absolute;
	bottom: 0;
	width: 230px;
	margin-left: 10px;
	margin-top: 34px;
	text-align: center;
}
.product_c1 dl dt {
	background: url(../images/t2_03.png) center center no-repeat;
	width: 230px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	font-size: 16px;
	color: #fff;
}
.product_c1 dl dd {
	font-family: "Arial";
	font-size: 24px;
	color: #fff;
	line-height: 24px;
	font-weight: bold;
	padding-top: 12px;
	padding-bottom: 24px;
}

.product .pr_list {
	overflow: hidden;
	/*! clear: both; */
	width: 920px;
}
.product .pr_list ul {
	/*! padding-top: 30px; */
	width: 108%;
}
.product .pr_list li {
	width: 280px;
	height: 275px;
	display: block;
	float: left;
	margin-right: 25px;
	/*! margin-bottom: 20px; */
	/*! border-bottom: 1px solid #D1D1D1; */
	transition: all 0.3s ease-out 0s;
	/*! background: #ccc; */
}
.product .pr_list li a {
	display: block;
}
.product .pr_list .pr_img {
	/*! width: 280px; */
	/*! height: 220px; */
	overflow: hidden;
	border: 1px solid #D1D1D1;
	padding: 4px;
	width: 270px;
	height: 210px;
}
.product .pr_list li img {
	width: 270px;
	height: 210px;
	display: block;
	transition: all 0.3s ease-out 0s;
}
.product .pr_list li:hover img {
	transform: scale(1.2, 1.2);
}
.product .pr_list li h3 {
	font-size: 16px;
	/*! text-align: center; */
	font-weight: normal;
	line-height: 40px;
	/*! border-bottom: 1px solid #D1D1D1; */
	background: url(../images/pro_dot.jpg) no-repeat right center;
	/*! text-indent: 15px; */
}
.product .pr_list li p {
	color: #999;
	padding: 0 46px;
	line-height: 24px;
	display: none;
}
.product .pr_list li:hover {
	transform: translate3d(0px, -16px, 0px);
/* 	box-shadow: 0 3px 10px rgb(222, 222, 222); */
}

dl.in_pro_list_2{width:240px;height:350px;float:left;text-align:center;margin:0px 40px 30px 0px;/*! display:inline; */background: #fff;padding: 15px;}
dl.in_pro_list_2:hover dd{color: #fff;}
dl.in_pro_list_2 dt{width:240px;height:300px;overflow: hidden;}
dl.in_pro_list_2 dt img{width:240px;height:300px;/*! padding:1px; */ /*! border:1px solid #CCC; */transition: all 1s ease-out 0s;}
dl.in_pro_list_2 dt:hover img {
	transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;
	-webkit-transform:scale(1.12);
	-moz-transform:scale(1.12);
	-o-transform:scale(1.12);
	-m-transform:scale(1.12);
	transform:scale(1.12);
}
dl.in_pro_list_2 dd{line-height:50px;/*! height:50px; */white-space: nowrap;text-overflow: ellipsis; overflow: hidden;font-size: 15px;color:#fff;}
dl.in_pro_list_2:nth-of-type(4n+0){margin-right:0;}

/*案例展示*/
.customer {
	overflow: hidden;
	/*! width: 100%; */
	background: #fff;
	/*padding-bottom: 35px*/
	padding: 10px 0 0 0;
}
.customer .customerBox {
	/*! overflow: hidden; */
	width: 1200px;
	margin: 0 auto;
	margin-top: 0;
	position: relative
}
.customer .customerBox em {
	display: block;
	width: 20px;
	height: 30px;
	position: absolute;
	top: 120px;
}
.customer .customerBox em.sclt {
	left: -50px;
	background-position: -50px -240px;
}
.customer .customerBox em.scrt {
	right: -50px;
	background-position: -70px -240px;
}
.customer .customerBox em:hover {
	cursor: pointer
}
.customer .scCon {
	overflow: hidden;
	width: 1200px;
	height: 310px;
	margin: 0 auto;
	position: relative;
	/*! margin-bottom: 40px; */
}
.customer ul {
	position: absolute;
	top: 0;
	left: 0
}
.customer ul li {
	width: 280px;
	float: left;
	/*! text-align: left; */
	margin-right: 40px;	
	height: 250px;
	margin-right: 24px;
	/*! border-bottom: 1px solid #D0D0D0; */
	background: #fff;
	transition: all ease 600ms;
	/*! padding: 5px; */
	position: relative;
	/*! opacity: .8; */
}
.customer ul li a {
	text-decoration: none
}
.scCon_img {
	width: 280px;
	height: 250px;
	overflow: hidden;
	/*! border: 1px solid #D0D0D0; */
	/*! padding: 5px; */
}
.customer ul li img {
	/*! display: block; */
	/*! margin: 0 auto; */
	width: 280px;
	height: 250px;
	/*! overflow: hidden; */
	transition: all 0.3s ease-out 0s;
}
.customer ul li:hover img {
	transform: scale(1.2, 1.2);
}
.customer ul li h3 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 280px;
	height: 36px;
	background: #000;
	font-size: 14px;
	color: #fff;
	line-height: 36px;
	text-align: center;
	opacity: 0.6;
}
.customer ul li h3 a {
	color: #333;
}
.customer ul li h3 span {
	width: 10px;
	height: 10px;
	font-size: 24px;
	/*! line-height: 30px; */
	text-align: center;
	color: #B3B3B3;
	float: right;
	/*! position: absolute; */
	display: none;
}

/*广告位*/
.xbanner {
	background: url(../images/ixbannerbg1.jpg) center center no-repeat;
	width: 100%;
	height: 200px;
}
.xbanner1 {
	background: url(../images/ixbannerbg2.jpg) center center no-repeat;
}
.xbanner .slip_tit {
	width: 800px;
}
.xbanner .slip_tit .tit1 {
	padding-top: 55px;
	font: bold 32px "microsoft yahei";
	color: #fff;
}
.xbanner .slip_tit .tit2 {
	margin-top: 14px;
	font-size: 24px;
	color: #fff;
}
.xbanner .slip_btn {
	width: 300px;
	text-align: center;
}
.xbanner .slip_btn span {
	display: block;
	font-size: 15px;
	color: #fff;
	line-height: 18px;
	padding-top: 40px;
	padding-bottom: 5px;
}
.xbanner .slip_btn span i {
	width: 16px;
	height: 16px;
	background-position: -0px -141px;
	margin-right: 7px;
	vertical-align: bottom;
}
.xbanner .slip_btn p {
	font-weight: bold;
	font-size: 34px;
	color: #fff;
	font-family: "Arial";
	line-height: 36px;
}
.xbanner .slip_btn a {
	display: block;
	width: 300px;
	height: 46px;
	background-position: 0px -464px;
	margin-top: 16px;
	font-size: 18px;
	color: #fff;
	line-height: 46px;
	position: relative;
	-webkit-transition: all .0s ease-in-out 0s;
	-moz-transition: all .0s ease-in-out 0s;
	transition: all .0s ease-in-out 0s;
}
.xbanner .slip_btn a:hover {
	background-position: 0px -518px;
}
.xbanner .slip_btn a img {
	width: 150px;
	height: 0;
	transition: all .36s ease;
	position: absolute;
	left: -155px;
	top: -90px;
}
.xbanner .slip_btn a:hover img {
	height: 150px;
}

.g-ys{/* height: 1565px; */}
.g-ys{padding: 50px 0;}
.g-ys dl{width:1200px;height: 300px;position:relative;z-index:1;}
.g-ys dl dt{float:left;width:600px;height: 300px;}
.g-ys dl dt img{display:block;width:100%;height: 100%;}
.g-ys dl dd{float: left;width: 500px;height: 300px;margin-left: 50px;}
.g-ys dl dd h3{display:block;height:77px;padding-top: 40px;}
.g-ys dl dd h3 i{display:block; float:left; width:77px; height:77px; background:url(../images/t8_03.jpg) center center no-repeat;}
.g-ys dl dd h3 span{display:block;float:left;margin-left:18px;width:400px;font-size:30px;color: #333;line-height:38px;}
.g-ys dl dd h3 b{display:block;float:left;margin-left:18px;width:400px;font-size:30px;color: #3ba86f;line-height:38px;}
.g-ys dl dd p{display:block;font-size:16px;color: #666;line-height:30px;margin-top:22px;height: 90px;}
.g-ys dl dd a{display:block; position:relative; width:198px; height:44px; border:#e5e5e5 solid 1px; border-radius:6px; text-align:center; line-height:44px; font-size:16px; color:#434343; z-index:10}
.g-ys dl dd a:hover{background-color:#3ba86f; border:#3ba86f solid 1px; color:#fff; position:relative;}
.g-ys dl.dl2 dd,.g-ys dl.dl4 dd{float:left;}
.g-ys dl.dl2 dt,.g-ys dl.dl4 dt{float:right;}
.g-ys dl.dl2 dd h3 i{display:block; float:left; width:77px; height:77px; background:url(../images/t8_07.jpg) center center no-repeat;}
.g-ys dl.dl3 dd h3 i{display:block; float:left; width:77px; height:77px; background:url(../images/t8_10.jpg) center center no-repeat;}
.g-ys dl.dl4 dd h3 i{display:block; float:left; width:77px; height:77px; background:url(../images/t8_12.jpg) center center no-repeat;}


/*新闻列表*/
.news {
	overflow: hidden;
	width: 100%;
	padding: 40px 0;
}
.xwc{width: 100%;}
.xwcy{width: 550px;background-color: #f7f7f7;padding: 44px 46px 25px 50px;height: 330px;}
.xwcya{width: 100%;border-bottom: 1px dashed #d8d8d8;padding: 7px 0;height: 40px;}
.xwcyb{width: 95%;margin-left: -2.175%;border-radius: 20px;background-color: transparent;padding: 0 26px 0 20px;transition: all ease 0.3s;display: inline-block;}
.xwcyb h6{float: left;width: 133px;font-size: 14px;color: #86827f;font-family: pf2;line-height: 42px;}
.xwcyb p{float: left;font-size: 14px;color: #2c2c2c;line-height: 42px;width: 55%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.xwcyb h5{float: right;font-size: 22px;color: #86827f;font-family: pf1;line-height: 42px;transition: all ease 0.3s;}
.xwcya:hover .xwcyb{background: #fff;box-shadow: 0 4px 16px -2px #D0E8FF;}
.xwcya:hover .xwcyb h5{transform: translateX(-6px);}
.xwcyc{width: 150px;height: 36px;line-height: 36px;text-align: center;border-radius: 20px;border: 1px solid #0764bc;background-color: transparent;transition: all ease 0.3s;margin-top: 20px;}
.xwcyc a{font-size: 12px;color: #0764bc;transition: all ease 0.3s;}
.xwcyc:hover{background: #0764bc;border-color: #0764bc;transform: translateY(-6px);}
.xwcyc:hover a{color: #fff;}
.xwcz{width: 550px;position: relative;}
.xwczt{width: 100%;/*! border-bottom-left-radius: 35px; */overflow: hidden;}
.xwczt img{width: 100%;transition: all ease 0.3s;height: 400px;}
.xwczw{position: absolute;bottom: 0;background: #000;padding: 20px 50px 20px 44px;opacity: .7;}
.xwczw h5{font-size: 16px;color: #fff;font-weight: bold;line-height: 24px;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.xwczw p{font-size: 13px;color: #cfcfcf;line-height: 23px;height: 46px;overflow: hidden;margin-top: 6px;}
.xwczw h6{font-size: 16px;color: #fff;line-height: 26px;font-family: pf2;margin-top: 17px;}
.xwczw span{text-align: right;font-size: 30px;font-family: pf1;line-height: 30px;color: #fffefe;display: block;margin-top: -30px;transition: all ease 0.3s;}
.xwcz:hover .xwczt img{transform: scale(1.1);}
.xwcz:hover .xwczw span{transform: translateX(-6px);}

.floor_5_1{width:1200px;height:452px;padding-top:50px;}
.floor_5_1 .floor_5_z{float:left;width: 380px;height:452px;position:relative;}
.floor_5_1 .floor_5_z a{display:block;}
.floor_5_1 .floor_5_z .dk{height:213px;width: 100%;border-top:none;}
.floor_5_1 .floor_5_z b{width: 380px;height: 285px;overflow:hidden;display:block;}
.floor_5_1 .floor_5_z img{width: 100%;height: 100%;display:block;transition: all .36s ease;}
.floor_5_1 .floor_5_z h3{font-size: 18px;color: #333;line-height: 18px;width: 100%;display:block;padding-top: 20px;}
.floor_5_1 .floor_5_z p{font-size: 14px;color: #666;line-height: 24px;width: 100%;margin-top: 10px;height: 87px;}
.floor_5_1 .floor_5_z i{display: block;font-size: 14px;color: #434343;margin: 0;padding: 0;width: 120px;height: 30px;line-height: 30px;text-align:center;border:#e5e5e5 solid 1px;border-radius:6px;-webkit-transition: all .3s ease-in-out 0s;-moz-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s;}
.floor_5_1 .floor_5_z em{display:block; width:100px; height:100px; background-color:#3ba86f; text-align:center; font-size:16px; color:#fff; font-family:"Arial"; position:absolute; left:0; top:0;}
.floor_5_1 .floor_5_z em span{display:block; font-size:60px; color:#fff; line-height:50px; padding-top:14px;}
.floor_5_1 .floor_5_z:hover h3{color:#3ba86f;}
.floor_5_1 .floor_5_z:hover p,.floor_5_1 .floor_5_z:hover i span{color:#333;}
.floor_5_1 .floor_5_z i:hover{background-color:#3ba86f; color:#fff; border:#3ba86f solid 1px;}
.floor_5_1 .floor_5_z a:hover b img{-webkit-transform: scale(1.08); -ms-transform: scale(1.08);transform: scale(1.08);}
.floor_5_1 .floor_5_y{float:right;width: 800px;height:452px;}
.floor_5_1 .floor_5_y ul{display:block;width: 100%;height:452px;margin:0 auto;}
.floor_5_1 .floor_5_y ul li{height:103px;width: 100%;margin:0 auto;margin-bottom:28px;position:relative;border-bottom:#b9b9b9 dashed 1px;padding-bottom:28px;}
.floor_5_1 .floor_5_y ul li em{display:block;float:left;display:block;width:98px;height:98px;border:#e5e5e5 solid 1px;text-align:center;font-size:16px;color:#333;font-family:"Arial";position:absolute;left:0;top:0;-webkit-transition: all .3s ease-in-out 0s;-moz-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s;}
.floor_5_1 .floor_5_y ul li em span{display:block;font-size:60px;color:#333;line-height:50px;padding-top:14px;-webkit-transition: all .3s ease-in-out 0s;-moz-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s;}
.floor_5_1 .floor_5_y ul li a{display:block;width: 100%;height:100px;}
.floor_5_1 .floor_5_y ul li h3{width: 660px;float:right;height:100px;}
.floor_5_1 .floor_5_y ul li p{font-size:18px;color:#333;width: 100%;line-height:18px;-webkit-transition: all .3s ease-in-out 0s;-moz-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s;}
.floor_5_1 .floor_5_y ul li p span{display:block;font-size:14px;color: #666;line-height: 22px;padding-top:18px;font-weight:normal;}
.floor_5_1 .floor_5_y ul li:hover i,.floor_5_1 .floor_5_y ul li:hover i span{color:#2e63bc;}
.floor_5_1 .floor_5_y ul li:hover p{color:#3ba86f;}
.floor_5_1 .floor_5_y ul li:hover em,.floor_5_1 .floor_5_y ul li:hover em span{color:#3ba86f;}


/*公司简介 */
.about {
	overflow: hidden;
	width: 100%;
	/*! background: #E0E0E0; */
	padding: 50px 0;
}
.about_wen {
	background: url(../images/t12_03.jpg) center center no-repeat;
	width: 1200px;
	height: 470px;
	position: relative;
}
.about_wen .about_tu {
	padding-left: 10px;
	padding-top: 10px;
}
.about_wen .about_tu b {
	width: 730px;
	height: 440px;
	border: #fff solid 1px;
	opacity: 0.4;
	filter: Alpha(opacity=40);
	position: absolute;
	left: 14px;
	top: 14px;
}
.about_wen .about_tu img {
	width: 740px;
	height: 450px;
	background-size: 100%;
	float: left;
}
.about_wen .about_tu .about_info {
	float: left;
	width: 350px;
	/*! margin-left: 49px; */
	margin-top: 50px;
	background: #015198;
	height: 300px;
	padding: 30px 50px;
}
.about_wen .about_tu .about_info h3 {
	font-size: 24px;
	color: #fff;
	line-height: 24px;
}
.about_wen .about_tu .about_info p {
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	margin-top: 24px;
	height: 220px;
	text-align: justify;
	overflow: hidden;
}
.about_wen .about_tu .about_info a {
	display: block;
	float: right;
	width: 198px;
	height: 44px;
	border: #739bbe solid 1px;
	border-radius: 6px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 44px;
}
.about_wen .about_tu .about_info a:hover {
	background-color: #739bbe;
}

/*合作伙伴*/
.partner{
	width:100%;
	padding:50px 0 0 0;
	overflow: hidden;
}
.partner_con {
	/*! height: 270px; */
	padding-top: 0;
}
.partner_con .ptn_list {
	width: 100%;
}
.partner_con .ptn_list li {
	margin: 10px 10px 15px;
	/*! padding: 0 10px; */
	width: 160px;
	height: 80px;
	float: left;
	position:relative;
	border: 1px solid #E6E6E6;
	overflow: hidden;
}
.partner_con .ptn_list li img {
	display: block;
	width: 100%;
	height: 80px;
	/*! position:relative; */
	overflow: hidden;
	transition: all 0.3s ease-out 0s;
}
.partner_con .ptn_list li:hover img {
	transform: scale(1.2, 1.2);
}
.partner_con .ptn_list li:hover .caption {
	position:absolute; 
	bottom:0px; 
	left:0px;
	width:200px; 
	background:#000;
	color:white;
	opacity:0.7;
	transition: all 0.5s ease-out 0s;
}
.partner_con .ptn_list li:hover .caption p {
	padding:8px;
}
/*.partners{
	overflow: hidden;
}
.partners .partnersimg {
	float: left;
	border: 1px solid #EEEDED;
	width: 129px;
	height: 54px;
	margin: 20px 6px;
}
.partners .partnersimg img {
	width: 129px;
	height: 54px;
}*/



dl.in_figure_list {
	width:278px;
	height:250px;
	float:left;
	text-align:center;
	margin:0px 30px 0 0px;
	display:inline;
}
dl.in_figure_list dt {
	width:278px;
	height:195px;
}
dl.in_figure_list dt img {
	/*! width:140px; */
	/*! height:170px; */
	width: 258px;
	height: 174px;
	padding: 9px;
	border: 1px solid #fff;
}
dl.in_figure_list dd {
	width: 100%;
	height:35px;
	line-height:40px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 14px;
}
dl.in_figure_list span {
	width: 100%;
	height:55px;
	line-height:18px;
	font-size: 12px;
	color: #666;
	display: block;
	overflow: hidden;
	display: none;
}
/*图片滚动*/
/* marqueeleft */
.marqueeleft{width:1200px;height:240px;overflow:hidden;margin:0px auto;/*! padding-top: 20px; */}
.marqueeleft ul{float:left;}

/*links*/
.links {
	height: 60px;
	width: 100%;
	line-height: 60px;
	background-color: #3ba86f;
}
.links .tit {
	float: left;
	width: 80px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.links ul {
	display: inline-block;
	float: right;
	width: 1120px;
	height: 60px;
	line-height: 60px;
}
.links ul li {
	float: left;
	height: 60px;
	line-height: 60px;
	padding-right: 10px;
}
.links ul li a {
	display: block;
	font-size: 14px;
	color: #fff;
}
.links ul li a:hover {
	color: #f1f1f1;
}

/*footer*/
.footer {
	position: relative;
	width: 100%;
	height: 368px;
	background-color: #343d44;
	overflow: hidden;
}
.foot_c1 {
	width: 350px;
	float: left;
	margin-top: 50px;
	border-right: #495157 solid 1px;
	height: 277px;
}
.foot_c1 h3 {
	font-size: 18px;
	color: #fff;
}
.foot_c1 h3 i {
	display: block;
	width: 40px;
	height: 1px;
	background-color: #fff;
	margin-top: 16px;
}
.foot_c1 p {
	display: block;
	margin-top: 24px;
	font-size: 16px;
	color: #fff;
}
.foot_c1 ul {
	display: inline-block;
	padding-top: 14px;
	width: 350px;
}
.foot_c1 ul li {
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	padding-top: 10px;
}
.foot_c2 {
	width: 550px;
	float: left;
	margin-top: 50px;
	margin-left: 48px;
	border-right: #495157 solid 1px;
}
.foot_c2 h3 {
	font-size: 18px;
	color: #fff;
	padding-bottom: 20px;
}
.foot_c2 h3 i {
	display: block;
	width: 40px;
	height: 1px;
	background-color: #fff;
	margin-top: 16px;
}
.foot_c2 .item {
	float: left;
	margin-top: 10px;
}
.foot_c2 .item.item4 {
	margin-left: 20px;
}
.foot_c2 .item.item1 {
	clear: left;
}
.foot_c2 .item .txt {
	width: 232px;
	height: 44px;
	font-size: 14px;
	line-height: 43px;
	text-indent: 8px;
	color: #aeb0b2;
	padding-left: 6px;
	*text-indent: 0px;
	border: #71787c solid 1px;
	background-color: transparent;
}
.foot_c2 .item .area {
	width: 496px;
	height: 74px;
	font-size: 14px;
	text-indent: 8px;
	resize: none;
	-webkit-appearance: none;
	color: #aeb0b2;
	line-height: 28px;
	padding: 5px;
	border: #71787c solid 1px;
	background-color: transparent;
	font-family: "microsoft yahei";
}
.foot_c2 .submit {
	display: block;
	clear: left;
}
.foot_c2 .submit .tijiao {
	width: 150px;
	height: 46px;
	margin-top: 20px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	border: none;
	border: 0;
	background-color: #3ba86f;
	display: inline-block;
	float: right;
	margin-right: 44px;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.foot_c2 .submit .tijiao:hover {
	background-color: #fff;
	color: #333;
}
.foot_c3 {
	float: right;
	width: 200px;
	text-align: center;
	margin-top: 50px;
}
.foot_c3 b {
	display: block;
	width: 198px;
	height: 198px;
	border: #71787c solid 1px;
	text-align: center;
}
.foot_c3 b img {
	width: 180px;
	height: 180px;
	display: inline-block;
	background-size: 100%;
	margin-top: 10px;
}
.foot_c3 p {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	padding-top: 20px;
}
.foot_c3 span {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	padding-top: 5px;
}
.foot_c3 .item .txt.tel {
	margin-left: 5px;
}
.copyright {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #2a3137;
}
.copyright p {
	font-size: 12px;
	color: #fff;
	float: left;
}
.copyright a {
	font-size: 12px;
	color: #fff;
}
.copyright span {
	margin: 0 6px;
}
.copyright a:hover {
	color: #e2e2e2;
}
.copyright i {
	display: block;
	color: #fff;
	font-size: 12px;
	float: right;
}


/*内页产品列表*/
dl.pro_list{width:280px;height:400px;float:left;/*! text-align:center; */margin: 20px 20px 10px 0px;display:inline;position: relative;border: 1px solid #eaeaea;}
dl.pro_list:hover {box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.2);}
dl.pro_list dt{width:100%;/*! height:220px; *//*! border-bottom: 1px solid #eee; */overflow: hidden;}
dl.pro_list dt img{width: 100%;height: 280px;transition: all 1s ease-out 0s;}
dl.pro_list dt:hover img{
	transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;
	-webkit-transform:scale(1.12);
	-moz-transform:scale(1.12);
	-o-transform:scale(1.12);
	-m-transform:scale(1.12);
	transform:scale(1.12);
}
dl.pro_list dt a{display:block;/*! width: 200px; *//*! height: 200px; */}
/* dl.pro_list p{position: absolute;top: 0;left: 0;width: 200px;height: 200px;display: block;z-index:10;}
dl.pro_list p:hover{background: url(../images/hover-link.png) no-repeat center center;} */
/*dl.pro_list dd{line-height:50px;height:50px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;font-size: 16px;}*/
dl.pro_list dd{/*! line-height:50px; *//*! height:50px; *//*! white-space: nowrap; *//*! text-overflow: ellipsis; *//*! overflow: hidden; */font-size: 14px;padding: 0 20px;}
dl.pro_list dd .p1{
   font-size: 14px;
   color: #333;
   margin: 15px 0 5px;
}
dl.pro_list a:hover .p1{
   color: #269ef2;
}
dl.pro_list dd .p2{
   font-size: 12px;
   padding-bottom: 10px;
   border-bottom: 1px solid #eee;
   color: #939393;
}
dl.pro_list dd .p3{
   margin-top: 10px;
   background: url(../images/service_dot.png) no-repeat right center ;
   line-height: 30px;
   color: #666;
}


/*列表样式*/
dl.photo_list{width:270px;/*! height:210px; */float:left;text-align:center;margin: 20px 10px 0px 15px;display:inline;}
dl.photo_list dt{border: 1px solid #e4e4e4;overflow: hidden;}
dl.photo_list dt img{width:100%;height:220px;transition: all 1s ease-out 0s;}
dl.photo_list dt:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
	transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;
	-webkit-transform:scale(1.12);
	-moz-transform:scale(1.12);
	-o-transform:scale(1.12);
	-m-transform:scale(1.12);
	transform:scale(1.12);
}
dl.photo_list dd{height:50px;line-height:50px;font-size: 16px;}

/*左侧*/
/*分类栏目*/
.left_class {
	width: 280px;
	height: auto;
	float:left;
	background: #fff;
}
.left_class_title {
	/*! width: 250px; */
	height: 60px;
	font-size: 20px;
	/*! background-color: #4499F0; */
	line-height: 60px;
	color: #fff;
	/*! text-indent: 30px; */
	background: #037EE8;
	/*! padding: 18px 0; */
	/*! padding-left: 20px; */
	text-align: l;
	text-align: center;
}
.left_class_title span {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	margin-left: 5px;
}
.left_class_list {
	width: 278px;
	height: auto;
	padding: 0px 0 0px 0;
	margin: 0 auto;
	border: 1px solid #DDDDDD;
	border-top: 0;
	border-bottom: 0;
}
.left_class_list ul li {
	width: 278px;
	height: 45px;
	line-height: 45px;
	text-indent: 30px;
	/*! background: #0E9AE7 url(../images/left_list_on.jpg) no-repeat 40px center; */
	/*! margin-bottom: 10px; */
	font-size: 15px;
	text-align: left;
	/*! float: initial; */
	/*! clear: both; */
	/*! display: inline; */
	border-bottom: 1px solid #DDDDDD;
	position: relative;
}
.left_class_list ul li em{/*! width: 20px; *//*! height: 20px; */}
.left_class_list ul li em i{position: absolute;right: 15px;top: 15px;}
.left_class_list ul li a {
	display:block;
	/*! color:#fff; */
}
.left_class_list ul li.on {
	background: #F0F0F0;
}
.left_class_list ul li.on a {
	color:#467EFF;
}

.leftTitle {
	/*! width: 250px; */
	height: 60px;
	color: #fff;
	font-size: 20px;
	line-height: 60px;
	/*! background: #C31515; */
	/*! text-indent: 30px; */
	background: #037EE8;
	text-align: center;
	/*! padding-left: 20px; */
}
.leftTitle span {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	margin-left: 5px;
}
.leftContact {
	width: 258px;
	padding: 10px 10px;
	line-height: 24px;
	text-align:left;
	border: 1px solid #DDDDDD;
	border-top:0;
}


/*产品分类样式 二级*/
.class_box h3{
	width: 278px;
	height: 50px;
	line-height: 50px;
	text-indent: 40px;
	background: #167CD5;
	font-size: 18px;
	text-align: left;
	position: relative;
	margin-top: 5px;
  font-weight: normal;
}
.class_box h3 a{
	display:block;
	color:#fff;
}
.class_box h3 a:hover{text-decoration:none;}
.class_box h3 em{width: 7px;height: 7px;float: left;background: #D7171E;position: absolute;left: 10px;top: 42%;display: none;}
.class_box h3 i{position: absolute;right: 20px;top: 30%;color: #fff;}

.class_box ul{/*! width: 190px; */margin: 0 auto;padding: 5px 0;background: #F0F0F1;}
.class_box ul li{/* width: 80%; */height: 100%;height: 35px;line-height: 35px;text-indent: 55px; background: url(../images/jiantou.gif) no-repeat 40px center;overflow: hidden;text-align: left;font-size: 14px;overflow: hidden;display: inline-block;}
.class_box ul li a{/*! height: 30px; */ display: block; color: #333;}
.class_box ul li:hover {background:none;}
.class_box ul li:hover a{color:#d7171e; }

/*热门资讯*/
.toplist{width:280px;margin-top:10px;padding:0;list-style:none;background:#fff url(../images/dotnum.gif) no-repeat 5px top;max-height:310px;overflow:hidden}
.toplist li{line-height:30px;height:30px;padding-left:40px;border-bottom:1px solid #F0F0F0;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;text-align:left}
.toplist li span{float:right;color:#999}

/*当前位置*/
.position{width: 100%;margin: 0 auto;font-size: 30px;/*! font-weight: bold; */border-bottom: 1px solid #e0e0e0;line-height: 60px;height: 60px;text-indent: 15px;margin-bottom: 10px;text-align: left;color: #333;}
.position span{float: right;background:url(../images/li-home.png) no-repeat 20px 50%;font-size: 12px;overflow:hidden;text-indent: 45px;text-align: right;font-weight: normal;padding-right: 15px;}
.position span img{margin:0 5px;vertical-align:middle;}
.position a{color:#333;}
/*end 当前位置*/

/*内页*/
.main{width: 1200px; overflow: hidden;margin:0 auto; /*! background: #fff; */}
.main_l{width:280px;}
.main_r{width:890px; overflow:hidden;background: #fff;border-top-right-radius: 10px;border-top-left-radius: 10px;}
.main_r .p10{width:100%;min-height:500px;}
.main .p10{background: #fff;border-top-right-radius: 10px;border-top-left-radius: 10px;}
.main .title{width: 100%;margin: 0 auto;font-size: 20px;font-weight: bold;border-bottom: 1px solid #e0e0e0;line-height: 60px;height: 60px;text-indent: 15px;margin-bottom: 10px;text-align: left;}

/*固定 分类栏目*/
.fdh_class {
	height: 60px;
	overflow: hidden;
	/*! border-bottom: 1px solid #dbdbdb; */
	/*! width: 100%; */
	float: right;
}        
.fdh_class li {
	float: left;box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;display: inline-block;height: 60px;	line-height: 60px;}        
.fdh_class li a {
	color: #666;
	padding: 0px 30px;
	font-size: 14px;
	position: relative;
	display: block;
	transition: 0.3s ease 0s;
}            
.fdh_class li a:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    display: block;
    background: #ccc;
    top: 50%;
    margin-top: -7px;
    right: 0px;
}
.fdh_class li a:hover,
.fdh_class li a.hover {color: #1076B3;}
.fdh_class li a:hover::before,
.fdh_class li a.hover::before {
    position: absolute;
    content: '';
    left: 10%;
    bottom: 0px;
    width: 80%;
    height: 3px;
    background: #1076B3;
    transition: all .3s;
}

/*新闻列表*/
.news_page_list {
    background: #fff;
    width: 100%;
    height: 200px;
    margin: 0 0 30px 0;
}
.news_page_list:hover {
    box-shadow: 0 3px 5px rgb(222, 222, 222); 
	transition: all 200ms ease;
}
.news_page_list .new_pic {
    width: 25%;
    overflow: hidden;
    float: left;
}
.news_page_list .new_pic img {
    width: 100%; 
    height: 200px; 
    transition: all 600ms ease; 
}
.news_page_list:hover .new_pic img{
	transform: scale(1.2, 1.2);
}
.listContent {
    width: 70%;
    float: right;
    padding: 30px;
	  position: relative;
    height: 140px;
}
.listContent h3 {
    font-size: 18px;
    font-weight: bold;
}
.news_page_list:hover h3 {
    color: #1076B3;
}
.news_page_list .newTime {
    padding: 15px 0;
    color: #999999;
}
.news_page_list .listSumray {
    line-height: 1.8;
    font-size: 15px;
    color: #999;
    text-align: justify;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.news_page_list .lineRed{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 3px;
    background: #1076B3;
    transition: all 500ms ease;
}
.news_page_list:hover .lineRed{ width:100%; }

/*新闻列表 图片*/
.news_pic_list {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #e6e6e6;
	/*! padding: 30px 0; */
}
.news_pic_list li {
	width: 280px;
	min-height:280px;
	/*! height: 290px; */
	overflow: hidden;
	margin-right: 25px;
	float: left;
	margin-bottom: 30px;
	position: relative;
}
.news_pic_list li:nth-child(4n+4) {
	margin-right: 0;
}
.news_pic_list li .img_box {
	width: 278px;
	height: 230px;
	border: 1px solid #e6e6e6;
  overflow: hidden;
	/*! position: relative; */
}
.news_pic_list li .img_box img {
	width: 100%;
	height: 230px;
	transition: all 1s ease-out 0s;
}
.news_pic_list li .img_box:hover img{
	transition:all 0.5s linear;
	transform:scale(1.12);
}
.news_pic_list li p {
	line-height: 30px;
	font-size: 16px;
	color: #666;
	margin-top: 10px;
}
.news_pic_list li:hover p {
	color: #0273cf;
}
.news_pic_list li span {
    width: 75px;
    height: 75px;
    background-position: -380px -60px;
    position: absolute;
    left: 38%;
    top: 28%;
    display: block;
    transition: all 0.3s ease-out 0s;
}

/*新闻内容*/
.maincont{width: 100%;height: auto;padding: 15px 0px 12px 0px;margin: 0 auto;min-height: 450px;text-align: left;}
.maincont h1{font-size:25px;line-height:35px;padding:10px 0 10px;text-align:center;font-weight:normal}
.maincont .subhead{margin:0 0 12px;font-size:14px;text-align:center;}
.maincont #longtitle{margin:0 0 12px;font-size:14px;text-align:center;}
.maincont .explain{padding:8px 0 6px;line-height:30px;font-family:"宋体";font-size:14px;color:#898989;text-align:center;}
.maincont .explain em{font-family:'Lucida Sans Unicode', Tahoma, Helvetica, Arial, sans-serif;color:#666666;}

.maincont .font_s {text-align: right;line-height: 30px;}
.maincont .font_s a {color: #0273cf;font-size: 14px}
.maincont .font_s img {margin-top: 8px;margin-right: 5px;}

.Big, .Middle, .Small, .Print, .Close, .Favorite{cursor:pointer;}
.maincont .Zoom{border-top:1px solid #E0E0E0;padding:20px 25px;margin:10px auto; *padding-bottom:15px;line-height:35px;font-size:15px;overflow-x:auto;overflow-y:hidden;}
.maincont .Zoom p{margin:15px 0 0;}
.maincont .Zoom img{margin:5px 10px;height:auto;max-width:100%;}
.maincont .Zoom p.player{margin:0 0 10px;text-align:center;}
.maincont .Zoom a {color: #f00;text-decoration: none;font-weight: bold;}
.maincont .Zoom a:hover{color:#f60;text-decoration:none;}
.maincont .editor{margin:10px 15px;font-weight:bold;font-size:14px;text-align:right;}

/*表格样式*/
.maincont .Zoom table{width:100%;max-width:95%;border-collapse:collapse;border-spacing:0;border-right:1px solid #ddd;border-bottom:1px solid #ddd; margin: 0 auto}
.maincont .Zoom table th{border-bottom:2px solid #ddd;vertical-align:bottom;padding:5px;text-align:left;}
.maincont .Zoom table td{border-top:1px solid #ddd;border-left:1px solid #ddd;padding:5px;/*! vertical-align:center; *//*! line-height: 30px; */}
.maincont .Zoom table tr:nth-child(odd){background: #E6E7E8;}

/*组图内容*/
.group_picture {
    width: 400px;
}
.group_info {
    width: 400px;
    line-height: 2;
}
.group_info h1 {
    border-bottom: 1px dashed #ddd;
    font-size: 18px;
    color:#004097;
    padding: 0 0 10px 0;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 12px;
    line-height: 1.5;
}
.group_info strong {
    color: #ea3516;
    font-size: 24px
}
.group_info .but {
    background: -webkit-linear-gradient(bottom, #ea3516, #f0592d);
    background: -moz-linear-gradient(bottom, #ea3516, #f0592d);
    background: -o-linear-gradient(bottom, #ea3516, #f0592d);
    background: linear-gradient(bottom, #ea3516, #f0592d);
    box-shadow: 0 0 1px #ff0;
    border-radius: 3px;
    color: #fff;
    display: block;
    overflow: hidden;
    width: 120px;
    line-height: 40px;
    text-align: center
}
.group_info .but:hover {
    background: -webkit-linear-gradient(right, #ea3516, #f0592d);
    background: -moz-linear-gradient(right, #ea3516, #f0592d);
    background: -o-linear-gradient(right, #ea3516, #f0592d);
    background: linear-gradient(right, #ea3516, #f0592d)
}
.Zoom_tit {
    border-bottom: 1px solid #eee;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 15px;
}
.Zoom_tit h3 {
    font-size: 20px;
    color: #333;
}
.Zoom_tit s {
    width: 80px;
    height: 3px;
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    background: #004097;
}
.maincont .Zoom_part{border-top: 0;}

/*标签*/
.maincont .label{line-height:30px;font-size:15px;padding-left: 40px;}
.maincont .label a{color:#333;}
.maincont .label a:hover{color:#f60;}

/*上一篇*/
.maincont .previous{line-height:30px;font-size:15px;padding-left: 40px;}
.maincont .previous a{color:#333;}
.maincont .previous a:hover{color:#f60;}

/*自定义表单*/
.if_message {
	width: 456px;
	float: left;
	margin-left: 50px
}
.if_message_input {
	border: none;
	border-bottom: #E4E4E4 1px solid;
	height: 50px;
	line-height: 50px;
	background-color: #F0EFEF;
	width: 100%;
	text-indent: 20px;
	color: #030303;
	text-transform: uppercase;
}
.if_message_input:hover {
	background-color: #E3E3E3
}
.if_message_input2 {
	border: none;
	border-bottom: #E4E4E4 1px solid;
	height: 100px;
	line-height: 28px;
	background-color: #F0EFEF;
	width: 92%;
	/*! text-indent: 20px; */
	padding: 10px 20px;
}
.if_message_input2:hover {
	background-color: #E3E3E3
}
.if_message_select {
	border: none;
	border-bottom: #E4E4E4 1px solid;
	height: 50px;
	line-height: 50px;
	background-color: #F0EFEF;
	width: 100%;
	text-indent: 10px;
	color: #030303;
	text-transform: uppercase;
}
.button1 {
	height: 50px;
	background: #111C31;
	color: #FFF;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	border: none;
	width: 100%;
	font-weight: bold;
	letter-spacing: 5px;
}
 .if_message_input::-webkit-input-placeholder {
color: #dddddd;
-webkit-transition: color.5s;
}
.if_message_input:focus::-webkit-input-placeholder, input:hover::-webkit-input-placeholder {
color: #000;
-webkit-transition: color.5s;
}
.if_message_input2::-webkit-input-placeholder {
color: #dddddd;
-webkit-transition: color.5s;
}
.if_message_input2:focus::-webkit-input-placeholder, input:hover::-webkit-input-placeholder {
color: #000;
-webkit-transition: color.5s;
}

/*图片滚动定义*/
.rollBox{width:1000px;overflow:hidden;height:250px; margin:0 auto}
.rollBox .LeftBotton{height:150px;width:60px;overflow:hidden;float:left;display:inline;margin:80px 0 0 0;cursor:pointer;}
.rollBox .RightBotton{height:150px;width:50px;overflow:hidden;float:right;display:inline;margin:80px 0 0 0;cursor:pointer;text-align: right;}
.rollBox .Cont{width:880px;overflow:hidden;float:left;height:220px;}
.rollBox .ScrCont{width:10000000px;}
.rollBox .Cont a:link,.rollBox .Cont a:visited{color:#000000;text-decoration:none; font-size:12px;}
.rollBox .Cont a:hover{color:#f00;text-decoration:underline; font-size:12px;}
.rollBox #List1,.rollBox #List2{float:left;}
.rollBoxtop1{float:left;font-size: 12px;font-weight: bold;padding:10px 0px 0px 10px;}

/*相关产品*/
.rcrd_img{font-size:14px;background:#f6f6f6;width: 100%;padding: 20px 0px 10px 0px;text-align: left;margin: 0 auto;}
.rcrd_img b{display:block;line-height:30px;overflow:hidden;color:#004097;text-indent: 30px;}
.rcrd_img dl{width:180px;float:left;text-align:center;margin: 10px 10px 0px 10px;display:inline;position: relative;}
.rcrd_img dl dt{width:100%;height:160px;overflow: hidden;}
.rcrd_img dl dt img{width: 100%;height: auto;transition: all 1s ease-out 0s;}
.rcrd_img dl dt:hover img {
    transition:all 0.5s linear;
    -moz-transition:all 0.5s linear;
    -o-transition:all 0.5s linear;
    -webkit-transition:all 0.5s linear;
    -webkit-transform:scale(1.12);
    -moz-transform:scale(1.12);
    -o-transform:scale(1.12);
    -m-transform:scale(1.12);
    transform:scale(1.12);
}
.rcrd_img dl dt a{display:block;}
.rcrd_img dl dd{line-height:40px;height:40px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.group_img dl{width: 150px;margin:10px 12px 0px 15px;}
/*相关产品 end*/

/*相关新闻*/
.rcrd{font-size:14px;width:96%;padding:0px 10px;text-align:left;margin: 0 auto;}
.rcrd b{display:block;line-height:50px;height:50px;overflow:hidden;color:#004097;text-align:left;background:#f6f6f6;}
.rcrd ul{max-height: 210px;overflow: hidden;}
.rcrd li{border-bottom:1px #cacaca dashed;padding:0 0 0 20px;line-height:40px;height:40px;overflow:hidden;background:url(../images/jiantou.gif) 5px center no-repeat;text-align:left;float:left;width:46.3%;margin:0 30px 0 0px}
.rcrd li:nth-of-type(2n+0){margin-right:0;}   /*2 的倍数*/
.rcrd li a{color:#666}
.rcrd li span{float:right;color:#666}
.group_list li{width:96.3%;}
/*相关新闻 end*/

/*图片 特效 放大*/
/*产品*/
.da-thumbs li a img{
    overflow:hidden;
	transition:1s all;
    -webkit-transition:1s all;
}
.da-thumbs li a:hover img{
    transform:scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1);
    -o-transform:scale(1.1,1.1);
    -webkit-moz-:scale(1.1,1.1);
}

/*案例*/
dl.in_pro_list dt{
    overflow:hidden;
    display:block;
}
dl.in_pro_list dt img{
    transition:1s all;
    -webkit-transition:1s all;
}
dl.in_pro_list dt:hover img{
    transform:scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1);
    -o-transform:scale(1.1,1.1);
    -webkit-moz-:scale(1.1,1.1);
}

/*新闻*/
.news_l .news_con .news_list img{
    overflow:hidden;
	transition:1s all;
    -webkit-transition:1s all;
}
.news_l .news_con .news_list img:hover{
    transform:scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1);
    -o-transform:scale(1.1,1.1);
    -webkit-moz-:scale(1.1,1.1);
}
/*图片 特效 放大 end*/
