@charset "utf-8";
/* CSS Document */
/*banenr*/
.banner{
	width: 100%;
	min-width: 1200px;
	height: 731px;
	overflow: hidden;
	background-color: #ffffff;
	position: relative;
	z-index: 2;
	margin-top: 130px;
}
 .banner img:hover {
    cursor:pointer;
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05); 
	-o-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transform:scale(1.05);
	-webkit-transition: all .6s; 
	-moz-transition: all .6s; 
	transition: all .6s;  
}
.banner2{ 
	width: 200%; 
	height: 731px; 
	left: -50%; 
	top: 0; 
	position: absolute; 
}
.slideBox{ 
	width:1920px; 
	height:731px; 
	overflow:hidden; 
	position:relative; 
	margin: 0 auto;
}
.slideBox .hd{
	width: 100%;
	height: 20px; 
	overflow:hidden; 
	position:absolute; 
	left:0; 
	bottom:23px; 
	z-index:1; 
}
.slideBox .hd ul{
	cursor:pointer;
	width: 1200px;
	overflow:hidden; 
	margin: 0 auto;
	zoom:1; 
	text-align: center;
}
.slideBox .hd ul li{ 
	display: inline-block;
	width: 12px;
	height: 12px;
	overflow: hidden;
	margin: 0 5px;
	background-color: #ffffff;
	border-radius: 6px;
}
.slideBox .hd ul li.on{ 
	width: 38px;
	background-color: #4eaf46; 
}
.slideBox .bd{ 
	position:relative; 
	height:100%; 
	z-index:0;   
}
.slideBox .bd li{ 
	zoom:1; 
	vertical-align:middle;
	width:1920px; 
	height:731px; 
}
.slideBox .bd img{ 
	display:block;
	width:1920px; 
	height:731px;
	transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear; 
	-moz-transition:all 0.5s linear; 
}
.tit{
	width: 100%;
	height: 90px;
	overflow: hidden;
	margin-top: 30px;
	position: relative;
	margin-bottom: 40px;
}
.tit p{
	width: 300px;
	height: 55px;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	font-size: 32px;
	color: #333333;
	line-height: 60px;
	margin-top: 7px;
	font-weight: bold;
}
.tit span{
	display:block;
	width: 300px;
	font-size: 15px;
	margin:0 auto;
	text-align: center;
    color: #c2c2c2;
	margin-bottom: 7px;
    text-transform: uppercase;
}

.intr{
	width: 100%;
	overflow: hidden;
	margin: 0px auto 40px;
}
.intr>p{
	font-size: 16px;
	line-height: 30px;
	color: #555555;
	padding-bottom: 3px;
	text-align: left;
}
.intr ul{
	overflow: hidden;
	padding: 30px 0;
	margin-bottom: 20px;
}
.intr li{
	width: 250px;
	height: 100px;
	overflow: hidden;
	text-align: center;
	float: left;
	box-sizing: border-box;
}
.intr li:first-child{
	width: 354px;
	border-right: 1px #dedede solid;
	text-align: right;
	padding-right: 30px;
}
.intr li:last-child{
	width: 354px;
	border-left: 1px #dedede solid;
	text-align: left;
	padding-left: 30px;
}
.intr li p{
	font-size: 48px;
	color: #333333;
	font-weight: bold;
}
.intr li span{
	font-size: 16px;
	color: #555555;
}
a.more{
	width: 170px;
	height: 40px;
	overflow: hidden;
	display: block;
	border: 1px #4eaf46 solid;
	text-align: center;
	line-height: 40px;
	background-color: #ffffff;
	font-size: 14px;
	color: #4eaf46;
	margin: 0 auto;
	margin-bottom: 40px;
}
a.more:hover{
	width: 174px;
	height: 41px;
	overflow: hidden;
	display: block;
	border: 1px #4eaf46 solid;
	text-align: center;
	line-height: 41px;
	background-color: #fff;
	font-size: 21px;
	font-weight:800;
	color: #4eaf46;
	margin: 0 auto;
	margin-bottom: 40px;
}
/*关于我们*/
.i_aboutc {
	margin:15px auto 0px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.i_aboutc_l {
	width:45.8%;
	height: 349px;
	position: relative;
	background: #0068b7;
}
.i_aboutc_l img{ 
	position: absolute;
	left:15px;
	top:-15px;
	width:100%;
	z-index: 100;
	
}

.i_aboutc_r {
	width:48.2%;
	color:#333333;
	font-size:16px;
	line-height: 2;
}

.i_title {
	position: relative;
	padding-left:12px;
	margin-left:2px;
	margin-top:10px;
	margin-bottom:50px;
}
.i_title:before {
	content:'';
	display:block;
	width:5px;
	height:40px;
	background:#059148;
	position:absolute;
	left:0;
	top:0px;
}
.i_title h2{
	font-size:20px;
	line-height: 40px;
}
.i_aboutc_r p:last-child{margin-top: 40px;}
.about5{display: flex;flex-wrap: wrap;justify-content: space-between; margin-top: 90px;}
.about5 dl{width: 31.6%;box-shadow: 0 0 2px #e9e9e9;box-sizing: border-box;padding:2.5% 3.5%;transition: all 0.6s; -moz-transition: all 0.6s; -webkit-transition: all 0.6s; background: #f2f2f2;}
.about5 dl dt{width: 89px;height: 89px;margin: auto;border-radius: 50%;}
.about5 dl:nth-child(1) dt{background: url(../images/icon1.png)no-repeat center;background-size: cover;}
.about5 dl:nth-child(2) dt{background: url(../images/icon2.png)no-repeat center;background-size: cover;}
.about5 dl:nth-child(3) dt{background: url(../images/icon3.png)no-repeat center;background-size: cover;}
.about5 dl dd .title{font-size: 20px; font-weight: bold; text-align: center;color: #333;padding-top: 14px;padding-bottom: 25px;}
.about5 dl dd .des{font-size: 16px;line-height: 2;text-align: center;color: #595959;}
.about5 dl:hover{margin-top: -10px;}

/*搜索*/
.searchIpt {
	width: 240px;
	height: 30px;
	position: absolute;
	right: 0;
	top:45px;
	display: none;
	z-index: 10;
}
.searchIpt .search_txt {
	width: 172px;
	padding: 0 0 0 10px;
	line-height: 30px;
	background: #f2f2f2;
	color: #333;
	border: 0;
	height: 30px;
	float: left;
}
.searchIpt .search_btn {
	width: 58px;
	background: #0068b7;
	border: 0;
	float: right;
	color: #fff;
	height: 30px;
	cursor: pointer;
}

/*产品*/
.pro{
	width: 100%;
	height: 712px;
	overflow: hidden;
	min-width: 1200px;
	background: url(../images/pro_bg.jpg) repeat;
	/*background-size:cover;*/
}
.pro .wraper{	
	width: 1400px;
	height: 582px;
	background-color: rgba(255,255,255,0.8);
	border-radius: 20px;
	margin:0 auto;
	margin-top: 75px;
}
.picScroll-left{ 
	width:1220px;
	height: auto;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 70px;
}
.picScroll-left .bd{
	height: 300px;
	overflow: hidden;
}
.picScroll-left .bd ul{
	width: 1260px;
	height: auto;
	overflow:hidden; 
	zoom:1; 
}
.picScroll-left .bd ul li{
	width: 390px;
	height: 300px;
	float:left;
	_display:inline; 
	overflow:hidden; 
	text-align:center;
	margin-right: 20px; 

}
.picScroll-left .bd li .bot{
	padding: 0;
	height: 260px;
	overflow: hidden;
	background-color: #ffffff;
	border-radius: 15px;
	border: 1px #4eaf46 solid;
}
.title{height:40px; font-size: 18px; line-height: 40px; text-align: center;color:#333;}
.picScroll-left .bd li p,.picScroll-left .bd li p img{
	width: 390px;
	height: 260px;
	overflow:hidden; 
	transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear; 
	-moz-transition:all 0.5s linear; 
}
.picScroll-left .bd li p,.picScroll-left .bd li p img:hover{
	cursor:pointer;
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05); 
	-o-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transform:scale(1.05);
	-webkit-transition: all .6s; 
	-moz-transition: all .6s; 
	transition: all .6s; 
}
.picScroll-left .hd{
	width: 1260px;
    overflow: hidden;
    height: auto;
}
.picScroll-left .hd .prev,.picScroll-left .hd .next{
    display: block;
    position: absolute;
    overflow: hidden;
    width: 54px;
    height: 54px;
    margin-top: 95px;
    cursor: pointer;
}
.picScroll-left .hd .next{
	margin-left: -84px;
}
.picScroll-left .hd .prev{
	margin-left: 1250px;
}
.picScroll-left .hd ul{
	width: 1200px;
	height: 15px;
    overflow: hidden;
    zoom: 1;
    zoom: 1; 
    margin-top: 320px;
    position: absolute;
    z-index: 99;
    text-align: center;
}
.picScroll-left .hd ul li{
	display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    border-radius: 50%;
    cursor: pointer;
    text-indent: -999px;
    overflow: hidden;
    background-color: #ccc;
}
.picScroll-left .hd ul li.on{
	background-color: #46b034;
}


/*新闻资讯*/
.news_left{
	width: 607px;
	height: 337px;
	overflow: hidden;
	position: relative;
	float: left;
	margin-bottom: 60px;
}
.news_left .hd{
    position: absolute;
    z-index: 1;
    right: 15px;
    bottom: 18px;
    overflow: hidden;
    height: 14px;
    text-align: center;
}
.news_left .hd ul{
    overflow: hidden;
    zoom: 1;
}
.news_left .hd ul li{
	display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 0px;
    cursor: pointer; 
    font-size: 0;
    text-indent: 200px;
    background: #ffffff;
}
.news_left .hd ul li.on{
    background: #4fae46;
}
.news_left .bd{
    position: relative;
    z-index: 0;  
    width: 607px;
	height: 337px;
    overflow: hidden;
}
.news_left .bd li{
	width: 607px;
	height: 337px;
	overflow: hidden;
	position: relative;
    zoom: 1;
    vertical-align: middle;
}
.news_left .bd .pho{
    width: 607px;
	height: 337px;
    overflow: hidden;
    margin-bottom: 5px;
}
.news_left .bd img{
    display: block;  
    width: 607px;
	height: 337px;
	transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear; 
	-moz-transition:all 0.5s linear; 
}
.news_left .bd img:hover{
    cursor:pointer;
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05); 
	-o-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transform:scale(1.05);
	-webkit-transition: all .6s; 
	-moz-transition: all .6s; 
	transition: all .6s; 
}
.news_left .bd .txt{
    width: 607px;
	height: 50px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    box-sizing: border-box;
    padding: 0 100px 0 15px;
    line-height: 50px;
}
.news_left .bd .txt a{
    font-size: 16px;
    color: #ffffff;
}
.news_left .bd .txt a:hover{
    color: #4fae46;
}
.news_ul{
	width: 640px;
	height: auto;
	overflow: hidden;
	margin-bottom: 60px;
}
.news_ul li{
	height: auto;
	overflow: hidden;
	margin-bottom: 15px;
	position: relative;
	padding-left: 15px;
}
.news_ul li:before{
	display: block;
	content: "";
	width: 4px;
	height: 4px;
	background-color: #c3c3c3;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 13px;
}
.news_ul li.headline{
	padding-left: 0px;
}
.news_ul li.headline h2{
	padding-left: 90px;
	overflow: hidden;
	margin-bottom: 10px;
	font-weight: bold;
}
.news_ul li.headline:before{
	display: block;
	content: "头条";
	width: 67px;
	height: 32px;
	background: url(../images/headline_bg.png) no-repeat;
	position: absolute;
	border-radius: 0%;
	line-height: 32px;
	font-size: 16px;
	color: #ffffff;
	left: 0;
	text-indent: 15px;
	top: 0px;
}
.news_ul li i{
	display: inline-block;
	position: absolute;
	right: 0;
	font-size: 15px;
	line-height: 30px;
	color: #747474;
}
.news_ul li h2{
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
	position: relative;
	line-height: 30px;
	padding-right: 110px;
}
.news_ul li h2 a{
	font-size: 16px;
	color: #464646;
}
.news_ul li h2 a:hover{
	color:#0169b7;
}
.news_ul li span{
	display: block;
	overflow: hidden;
	line-height: 30px;
    text-indent: 2em;
    font-size: 16px;
    color: #747474;
}
/**/


/*item*/
.bar{
	width: 100%;
	min-height: 190px;
	overflow: hidden;
	position: relative;
	min-width: 1200px;
	margin-top: 105px;
}
.bar img{
	display: block;
	width: 1920px;
	height: 190px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
}
.con{
	padding: 20px 0;
	overflow: hidden;
}
.side_wrap{
	width: 230px;
	padding-bottom: 20px;
	overflow: hidden;
	float: left;
	background-color:#f5f5f5;
}
.side_wrap .col{
	height: 80px;
	/*overflow: hidden;*/
	background-color: #2362a7;
	margin-bottom: 20px;
	position: relative;
}
.side_wrap .col:after{
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	content: "";
	border-top: 20px #2362a7 solid;
	border-left: 20px transparent solid;
	border-right: 20px transparent solid;
	border-bottom: 20px transparent solid;
	top: 80px;
	z-index: 99;
	left: 50%;
	margin-left: -20px;
}
.side_wrap .col p{
    line-height: 80px;
    font-size: 22px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}
.side_wrap .col span{
    font-size: 16px;
    color: #ffffff;
    padding-left: 30px;
    font-weight: bold;
}
.side_nav{
	overflow: hidden;
	color: #bbcfff;
	margin: 0 20px;
	padding-top: 10px;
}
.side_nav li{
	overflow: hidden;
	color: #bbcfff;
	border-bottom: 1px #dedede solid;
	position: relative;
}
.side_nav li:before{
	display: block;
	width: 0;
	height: 0;
	content: "";
	border: 5px transparent solid;
	border-left-color: #cccccc;
	left: 5px;
	top: 16px;
	position: absolute;
}
.side_nav li>a{
	display: block;
	font-size: 16px;
	padding-left: 20px;
	overflow: hidden;
	color: #666666;
	line-height: 42px;
}
.side_nav li.parent:before{
	display: none;
}
.side_nav li.parent>a{
    background: none;
    background-color: #53ac46;
    color: #ffffff;
}
.side_nav li.parent p{
	overflow: hidden;
	padding: 10px 0;
}
.side_nav li.parent p a{
	display: block;
	padding-left: 40px;
	font-size: 14px;
	line-height: 36px;
	color: #111111;
}
.side_nav li.parent p a:hover{
	color: #53ac46;
}

.side_nav li.parent p a.on{
	color:#53ac46;
}

.side_nav li a:hover{
	color: #000;
}
.con_wrap{
	width: 1042px;
	overflow: hidden;
	float: right;
}
.con_wrap .loc{
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #333333；
}
.con_wrap .loc a{
	margin: 0 6px;
	font-size: 16px;
	color: #333333；
}
.cont{
	overflow: hidden;
	border: 1px #dedede solid;
	min-height: 660px;
}

.con_wrap .col{
	height: 40px;
	overflow: hidden;
	border-bottom: 1px #e7e7e7 solid;
	line-height: 40px;
	background-color: #e7e7e7;
}
.con_wrap .col>span{
	font-size: 16px;
	color: #000000;
	float: left;
	padding-left: 20px;

}

.content{
	padding: 20px 30px;
	font-size: 16px;
	color: #717171;
	line-height: 40px;
}
.content p{
	overflow: hidden;
}
/**/
.pro-list{
	margin-left: 16px;
}
.pro-list ul {

}
.pro-list ul li {
	margin-right: 28px;
	margin-bottom: 28px;
	width: 270px;
	border-bottom: #ccc solid 1px;
}
.pro-list ul li:nth-child(3n) {
	margin-right: 0;
}
.pro-list ul li:hover {
	border-bottom-color: #4eaf46;
}
.pro-list li a {
	display: block;
}
.pro-list li .img {
	position: relative;
	width: 260px;
	height: 170px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.pro-list li .img:after {
	content: "了解更多>>";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 16px;
	line-height: 170px;
	text-align: center;
	color: #fff;
	filter: alpha(opacity=0);
	opacity: 0;
	-ms-transition: .25s;
		transition: .25s;
}
.pro-list li:hover .img:after {
	background-color: rgba(78,175,70,.8);
	filter: alpha(opacity=50);
	opacity: 1;
}
.pro-list li .p {
	text-align: left;
	width: 100%;
	height: 46px;
	line-height: 46px;
	font-size: 14px;
}
.pro-list li p {
	float: left;
	width: 180px;
	color: #444;
}
.pro-list li span {
	margin-right:15px;
	float: right;
	color: #717171;
}
/**/
/*** s paging ***/
.pageClass {
	clear: both;
	width: 100%;
	padding: 30px 0 20px;
	font-size: 13px;
	line-height: 32px;
	text-align: center;
}
.pageClass a, .pageClass strong {
	display: inline-block;
	vertical-align: middle;
	margin: 0 3px;
	/* border: 1px solid #ed1c24; */
	color: #333;
	background-color: #eee;
}
.pageClass span {
	display: block;
	padding: 1px 6px;
	min-width: 36px;
	cursor: pointer;
}
.pageClass span:hover {
	text-decoration: underline;
}
.pageClass strong {
	background-color: #4eaf46;
	color: #fff;
}
.pageClass a:first-child, .pageClass a.prv, .pageClass a.next { padding:0 10px; }
/*** paging e ***/
.infoTitle {
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	color: #000000;
}
/**/
/*业务领域*/
.cont_bus_list{width:auto;height:auto;}
.cont_bus_list ul li{padding:20px 8px;border-bottom:1px dashed #d4d4d4;}
.cont_bus_list .bus_img{width:27%;height:150px;float:left;margin-right:20px;overflow:hidden;}
.cont_bus_list .bus_img a img{width:230px;height:150px;}
.cont_bus_list .bus_txt{width:70%;height:150px;float:right;position:relative;}
.cont_bus_list .bus_txt .bus_title{font-size:18px;color:#222;line-height:22px;margin-bottom:10px;display:block;}
.cont_bus_list .bus_txt .bus_desc{font-size:13px;color:#666;line-height:24px;}
.cont_bus_list .bus_txt .bus_more{font-size:12px;color:#ff6600;display:block;line-height:22px;margin-top:48px;position:absolute;right:0;bottom:0;}
.cont_bus_list ul li:hover{background-color:#f5f5f5;}
.cont_bus_list ul li:hover .bus_title{color:#015db2}

/*新闻列表*/
.cont_news_list{width:auto;height:auto;padding-bottom:30px;}
.cont_news_list .news_top{width:auto;height:auto;padding:5px;border:1px solid #ccc;}
/*新闻列表推荐部分*/
.txtScroll-left-news{ width:auto; height:auto; margin:auto;position:relative;   }
.txtScroll-left-news .bd{ width:auto; height:auto;  overflow:hidden;  position:relative;}		
.txtScroll-left-news .bd a:hover{color:#015db2;}
.txtScroll-left-news .bd ul{ overflow:hidden; zoom:1; }
.txtScroll-left-news .bd ul li{ padding:0;  text-align:left;height:auto;overflow:hidden;border-bottom:none;}
.txtScroll-left-news .news_img{width:309px;height:205px; overflow:hidden;float:left;}
.txtScroll-left-news .prev,.txtScroll-left-news .next{width:26px;height:26px;cursor:pointer;position:absolute;background:url(../images/news_02.png) no-repeat;z-index:666}
.txtScroll-left-news .prev{right:46px;bottom:10px;background-position:left top;}
.txtScroll-left-news div:hover.prev{background-position:left bottom;}
.txtScroll-left-news .next{right:10px;bottom:10px;background-position:right top;}
.txtScroll-left-news div:hover.next{background-position:right bottom;}
.imgtxt-news{width:63%;height:163px;padding:21px;z-index:2222;background:#f4f4f4;float:right;}
.imgtxt-news .news_titlea{font-size:20px;color:#222;line-height:30px;display:block;	}
.imgtxt-news .news_desca{font-size:13px;color:#444;line-height:26px;margin-top:10px;}

.cont_news_list ul li{padding:5px;border-bottom:1px dashed #d4d4d4;}
.cont_news_list .pubdate{width:auto;height:auto;float:left;}
.cont_news_list .pubdate .date{font-size:28px;color:#888;line-height:40px;width:57px;display:block;text-align:center;background:#f4f4f4;}
.cont_news_list .pubdate .y_month{font-size:12px;color:#888;line-height:20px;width:57px;display:block;text-align:center;margin-top:2px;background:#f4f4f4;}
.cont_news_list .newsmess{width:auto;height:auto;padding-top:6px;}
.cont_news_list .newsmess .news_title{font-size:16px;color:#222;line-height:32px;display:block;float:left;}
.cont_news_list ul li:hover .newsmess .news_title{color:#015db2;}
.cont_news_list ul li:hover{cursor:pointer;background-color:#f5f5f5;}
.cont_news_list .newsmess .news_desc{font-size:13px;color:#666;line-height:20px;}
.cont_news_list .newsmess span{float:right;color:#888;line-height:32px;}
h3{ margin:0 auto;font-size:22px; text-align:center; line-height:35px; margin-bottom:10px;}
.dttime{ color:#999; border-bottom:#ccc dashed 1px; font-size:14px; text-align:center; height:28px; line-height:28px; margin-bottom:20px;}
/**/
.fanhui{
	text-decoration:none;
	display: block;
	width: 125px;
	height: 36px;
	border-radius:30px;
	background-color: #53ac46;
	float: right;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: 20px;
	font-weight: bold;
	font-size:18px;
	line-height: 36px;
	text-align: center;
	color: #fff;
}
/*search*/
.psb_bd { background-color:#51af49; padding:3px 100px 3px 3px; position:relative; *zoom:1;height:34px}
.psb_bd .inputholder { width:80%; height:34px; line-height:34px; background-color:#fff; font-size:12px; color:#999; position:absolute; top:3px; right:97px; padding-left:15px;}
.psb_bd .focus { color:#333;}
.psb_bd .btn { width:94px; height:34px; color:#fff; position:absolute; right:3px; top:3px; font-size:18px; font-family:"Microsoft Yahei"; cursor:pointer;}
.psb_bd input {font-size:100%;border:0;background:none;vertical-align:middle;outline:none;margin:0;padding:0; font-family:Microsoft Yahei; }
.txd_pssele{ width:88px; height:34px; line-height:34px; border-right:1px solid #ddd;  background-color: #fff;/*background:#fff url(../img/ps_jt.gif) no-repeat right;*/ text-indent:20px; font-size:16px; }
.txd_pssele ._option { top:34px; font-size:14px; text-indent:0; text-align:center; line-height:30px; }
.txd_pssele ._option a:hover{ background:#ddd;}

.hot_words { height:30px; line-height:30px; position:relative; overflow:hidden; padding-right:42px;}
.hot_words a { margin-right:10px; display:inline-block; white-space:nowrap;}
.hot_words .more { display:block; width:41px; height:20px; background:url(../images/more_btn.png) no-repeat; position:absolute; right:0; top:5px; font:0/0 a; letter-spacing:-9px; margin:0; overflow:hidden;}




/*news2*/
.cont_bus_list{width:auto;height:auto;}
.cont_bus_list ul li{padding:20px 8px;border-bottom:1px dashed #d4d4d4;}
.cont_bus_list .bus_img{width:230px;height:150px;float:left;margin-right:20px;overflow:hidden;}
.cont_bus_list .bus_img a img{width:230px;height:150px;}
.cont_bus_list .bus_txt{width:699px;height:150px;float:right;position:relative;}
.cont_bus_list .bus_txt .bus_title{font-size:18px;color:#222;line-height:22px;margin-bottom:10px;display:block;}
.cont_bus_list .bus_txt .bus_desc{font-size:13px;color:#666;line-height:24px;}
.cont_bus_list .bus_txt .bus_more{font-size:12px;color:#ff6600;display:block;line-height:22px;margin-top:48px;position:absolute;right:0;bottom:0;}
.cont_bus_list ul li:hover{background-color:#f5f5f5;}
.cont_bus_list ul li:hover .bus_title{color:#015db2}

/**/
.contact{padding-top:1px;}
.contact iframe{display:block;}
.contact ul{margin-top:30px;}
.contact li{border:1px solid #e6e6e6;box-sizing:border-box;float:left;display:inline;text-align:center;width:25.2%;padding:44px 0 30px;}
.contact li:nth-child(2){margin:0 1%;}
.contact li img{height:33px;margin-bottom:6px;}
.contact li h3{font-size:15px;font-weight:bold;}
.contact li p{font-size:12px;color:#999;}

/*业务领域*/
.cont_bus_list{width:auto;height:auto;}
.cont_bus_list ul li{padding:20px 8px;border-bottom:1px dashed #d4d4d4;}
.cont_bus_list .bus_img{width:230px;height:150px;float:left;margin-right:20px;overflow:hidden;}
.cont_bus_list .bus_img a img{width:230px;height:150px;}
.cont_bus_list .bus_txt{width:699px;height:150px;float:right;position:relative;}
.cont_bus_list .bus_txt .bus_title{font-size:18px;color:#222;line-height:22px;margin-bottom:10px;display:block;}
.cont_bus_list .bus_txt .bus_desc{font-size:13px;color:#666;line-height:24px;}
.cont_bus_list .bus_txt .bus_more{font-size:12px;color:#ff6600;display:block;line-height:22px;margin-top:48px;position:absolute;right:0;bottom:0;}
.cont_bus_list ul li:hover{background-color:#f5f5f5;}
.cont_bus_list ul li:hover .bus_title{color:#015db2}
/*在线留言*/
.join4{position: relative;box-sizing: border-box; margin-top: 30px;}
.join4 .title{text-align: center;font-size: 24px;color: #413f3f; font-weight: bold;}
.join4 ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.join4 ul li{width: 31.6%;margin-top: 30px;}
.join4 ul li input{width: 100%;line-height: 45px;height: 45px; padding:0 10px;border: 1px solid #cfcfcf;border-radius: 10px;box-sizing: border-box;color: #a9a9a9;font-size: 16px;}
.join4 ul li select{width: 100%;line-height: 52px;height: 52px; padding:0 10px;border: 1px solid #cfcfcf;border-radius: 10px;box-sizing: border-box;color: #a9a9a9;font-size: 16px;appearance: none;-webkit-appearance: none;-moz-appearance: none;outline: none;background:url('../images/xia.png') no-repeat right 20px center #fff;}
.join4 ul li:last-child{width: 100%;}
.join4 ul li textarea{width: 100%;line-height: 26px;height: 196px; padding:10px;border: 1px solid #cfcfcf;border-radius: 10px;box-sizing: border-box;color: #a9a9a9;font-size: 16px;font-family: 微软雅黑;}
.join4 ul li input::-webkit-input-placeholder { color: #a9a9a9;font-size: 16px;}
.join4 ul li select::-webkit-input-placeholder { color: #a9a9a9;font-size: 16px;}
.join4 ul li textarea::-webkit-input-placeholder { color: #a9a9a9;font-size: 16px;font-family: 微软雅黑;}
.join4 .p1{font-size: 16px;color: #413f3f;padding-top: 40px;}
.join4 .p2{font-size: 16px;color: #6b6b6b;padding-top: 10px;padding-bottom: 30px;}
.join4 .button{display: flex;flex-wrap: wrap;justify-content: center;}
.join4 button{width: 15%;height: 45px;line-height: 45px;background: #004d81;border: 0;border-radius: 10px;font-size: 20px;color: #fff;padding: 0;margin: 0 25px;display: block;}
.join4 button.reset{background: #dbdbdb;color: #666;}
/*案例视频*/
.case_video{
	width:100%;
	height: 450px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.case_video .fl{ width:288px;}
.case_video .fl img{ width:100%;height: 385px;}
.case_video .fr{width:660px;height: 385px;}
.case_video .fr video{width:660px;height: 385px;}
.case_video p{line-height:1.2;}