﻿@charset "utf-8";
/*css 初始化*/
*{ margin:0px; padding:0px;}
body{ font-size:12px; font-family:"Microsoft YaHei",SimSun,Arial,Helvetica,sans-serif; color:#333; background:#FFF;_margin-top:97px; }
ul li{ margin:0px; padding:0px; list-style-type:none;}
form,ul,li,table,td,p,span,h1,h2,h3,h4,h5,img,dl,dt,dd{ margin:0px; padding:0px;}
img{ border:none;}
a{ color:#333; text-decoration:none;}
a:hover,a:active{ color:#000000; text-decoration:none;}
.show{ display:block;}
.hide{ display:none;}
.fl{ float:left}
.fr{ float:right}
.clear{clear:both;}
.pointer{ cursor:pointer;}
.f12{ font-size:12px;}
.f14{font-size: 14px;}
.black{ color:#000;}
.en{ font-family:Arial;}
.word_break{ word-break:break-all; overflow:hidden; TABLE-LAYOUT:fixed; WORD-WRAP:break-word;}
.fixed{ position:fixed; left:0; top:0; z-index:100;}
.ellipse {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.container{width: 1200px;min-width: 1200px;margin: 0 auto;}
.not-animated{opacity:0;}
/*清除苹果手机按钮样式*/
input[type=button], input[type=submit], input[type=file], button { cursor: pointer; -webkit-appearance: none; } 
/*图片灰度*/
.gray {
	-webkit-filter: grayscale(100%);
 	-moz-filter: grayscale(100%); 
 	-ms-filter: grayscale(100%); 
	o-filter: grayscale(100%);
 	filter: grayscale(100%);
 	filter: gray; 
 	transition: all 0.3 linear;
}
@font-face {
    /*font-family: 'HYQiHei';
    src: url('font/HYQiHei.eot');
    src: url('font/HYQiHei.eot?#iefix') format('embedded-opentype'),
         url('font/HYQiHei.woff') format('woff'),
         url('font/HYQiHei.ttf') format('truetype'),
         url('font/HYQiHei.svg#webfont34M5alKg') format('svg');
    font-weight: normal;
    font-style: normal;*/
}

@font-face {
    font-family: 'SlimJoe';
    src: url('font/SlimJoe.eot');
    src: url('font/SlimJoe.eot?#iefix') format('embedded-opentype'),
         url('font/SlimJoe.woff') format('woff'),
         url('font/SlimJoe.ttf') format('truetype'),
         url('font/SlimJoe.svg#webfont34M5alKg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@keyframes ripple {
	0% {
	 
			-webkit-transform: scale(1);
			-moz-transform: scale(1);
			-ms-transform: scale(1);
			-o-transform: scale(1);
			transform: scale(1);
	}
	100% {
	 
		transform: scale(1.2, 1.2) rotate(10deg);
			-webkit-transform: scale(1.2, 1.2);
			-moz-transform: scale(1.2, 1.2);
			-o-transform: scale(1.2, 1.2);
			-ms-transform: scale(1.2, 1.2);
	}
}


body{}

.pub_top1{width: 100%;min-width: 1200px; height:15px; background-color:#007b78;position: fixed;top: 0px;z-index: 99999;box-shadow: 0px 0px 10px rgba(0,0,0,0.3);transition: top 0.6s ease-in-out;} 
.top_hide{top:-15px;}



.pub_top1 .container{min-height: 97px;}
.pub_top1 .logo img{height: 97px;display: block;float: left;}

.pub_top1 .nav{float: left;height: 97px;margin-left: 50px;}

.pub_top1 .nav>ul>li{float: left;height: 97px;line-height: 97px;width: 90px;text-align: center;transition: all 0.3s linear;position: relative;}

.pub_top1 .nav>ul>li>a{width: 100%;height: 97px;display: block;color: #fff500;font-size: 15px;transition: all 0.3s linear;}

.pub_top1 .nav>ul>li.index{width: 100px;}
.pub_top1 .nav>ul>li.index>a{background: url(../images/index_icon.png) center center no-repeat;}

.pub_top1 .nav>ul>li.on{background: url(../images/nav_bg_on.png) repeat;}
.pub_top1 .nav>ul>li:hover{background: url(../images/nav_bg_on.png) repeat;}
.pub_top1 .nav>ul>li.on>a,.pub_top .nav>ul>li:hover>a{color:#FFFFFF;}

.pub_top1 .nav>ul>li:hover .drop{z-index:999;opacity:1;top:97px;visibility:visible;box-shadow: 0px 10px 15px #C0C0C0;box-shadow: 0px 10px 15px rgba(0,0,0,0.3);}
.pub_top1 .nav>ul>li .drop{width:141px;overflow:hidden;background:url(../images/nav_bg.png) repeat;z-index:-1;opacity:0;position:absolute;top:117px;transition: all 0.3s linear;visibility:hidden;}
.pub_top1 .nav>ul>li .drop>li{width:100%;height:35px;line-height:35px;position: relative;}
.pub_top1 .nav>ul>li .drop>li:first-child{margin-top: 20px;}
.pub_top1 .nav>ul>li .drop>li:last-child{margin-bottom: 20px;}
.pub_top1 .nav>ul>li .drop>li a{display:block;width:100%;height:100%;font-size:15px;color: #ffffff;transition: all 0.3s linear;}
.pub_top1 .nav>ul>li .drop>li a:hover{color: #ffffff;font-weight: bold;text-indent: 10px;}

.pub_top1 .nav>ul>li .drop>li:hover::after{
		content: " ";
		width: 3px;
		height: 15px;
		background: #ffffff;
		left: 0px;
		top:10px;
		z-index: 1;
		position: absolute;
}


.pub_top1 .right_box{
	height: 97px;
}

.pub_top1 .right_box .search_btn{
	width: 31px;
	height: 97px;
	background: url(../images/search_icon.png) center center no-repeat;
	cursor: pointer;
}
.pub_top1 .right_box .lang_btn{
	width: 72px;
	height: 97px;
	background: url(../images/lang_icon.png) center center no-repeat;
	cursor: pointer;
	margin-left: 20px;
}







/*头部*/
.pub_top{width: 100%;min-width: 1200px; height:90px; background-color:#FFFFFF;position: fixed;top: 15px;z-index: 99999;box-shadow: 0px 0px 10px rgba(0,0,0,0.3);transition: top 0.6s ease-in-out;} 
.top_hide{top:-105px;}

.pub_top .container{min-height: 90px;}
.pub_top .logo img{height: 90px;display: block;float: left;}

.pub_top .nav{float: left;height: 90px;margin-left: 30px;}

.pub_top .nav>ul>li{float: left;height: 90px;line-height: 90px;width: 100px;text-align: center;transition: all 0.3s linear;position: relative;}

.pub_top .nav>ul>li>a{width: 100%;height: 90px;display: block;color: #0a0a0a;font-size: 15px;transition: all 0.3s linear;}

.pub_top .nav>ul>li.index{width: 100px;}
.pub_top .nav>ul>li.index>a{background: url(../images/index_icon.png) center center no-repeat;}

.pub_top .nav>ul>li.on{background: url(../images/nav_bg.png) repeat;}
.pub_top .nav>ul>li:hover{background: url(../images/nav_bg.png) repeat;}
.pub_top .nav>ul>li.on>a,.pub_top .nav>ul>li:hover>a{color:#fff;}

.pub_top .nav>ul>li:hover .drop{z-index:999;opacity:1;top:90px;visibility:visible;box-shadow: 0px 10px 15px #007b78;box-shadow: 0px 10px 15px rgba(0,0,0,0.3);}
.pub_top .nav>ul>li .drop{width:100px;overflow:hidden;background:url(../images/nav_bg.png) repeat;z-index:-1;opacity:0;position:absolute;top:107px;transition: all 0.3s linear;visibility:hidden;}
.pub_top .nav>ul>li .drop>li{width:100%;height:35px;line-height:35px;position: relative;}
.pub_top .nav>ul>li .drop>li:first-child{margin-top: 20px;}
.pub_top .nav>ul>li .drop>li:last-child{margin-bottom: 20px;}
.pub_top .nav>ul>li .drop>li a{display:block;width:100%;height:100%;font-size:15px;color: #ffffff;transition: all 0.3s linear;}
.pub_top .nav>ul>li .drop>li a:hover{color: #ffffff;font-weight: bold;text-indent: 10px;}

.pub_top .nav>ul>li .drop>li:hover::after{
		content: " ";
		width: 3px;
		height: 15px;
		background: #ffffff;
		left: 0px;
		top:10px;
		z-index: 1;
		position: absolute;
}


.pub_top .right_box{
	height: 90px;
}

.pub_top .right_box .search_btn{
	width: 31px;
	height: 90px;
	background: url(../images/wx.png) center center no-repeat;
	cursor: pointer;
}

.weixin{ width:30px; height:30px; margin:1px auto;position:relative; font-size:12px; text-align:center;}
.weixin a{width:30px; height:30px; display:block; position:absolute; left:0; top:0;background:url(images/wx.png) no-repeat center top; }
.weixin .weixin_nr{width:100px; height:120px; padding:10px; background:#fff; text-align:center; position:absolute; left:-45px; top:70px; display:none;}
.weixin .weixin_nr img{ margin-bottom:5px;}
.weixin .weixin_nr .arrow{ width:0; height:0; border-bottom:10px solid #fff;border-left:10px solid transparent;border-right:10px solid transparent; position:absolute; left:50px; top:-10px;}
.weixin.on .weixin_nr{ display:block;}
.weixin.on a{ background:url(images/wx.png) no-repeat left bottom;}




.pub_top .right_box .lang_btn{
	width: 180px;
	height: 90px;
	background: url(../images/dh.png) center center no-repeat;
	cursor: pointer;
	margin-left: 20px;
}


/*搜索*/
.search_bg {width:100%; height:100%; overflow:hidden; position:fixed; top:0px; left:0px; background-color: rgba(0,0,0,0.88) !important; background-color: #000; filter: alpha(opacity=88); z-index:2222222223; display:none;}
.search_bg ul { width:670px; margin:25% auto auto auto;}
.search_bg ul li { float:left;}
.search_bg input[type='text'] { width:515px; height:58px; line-height:58px; border:1px solid #CCC; padding:5px 0px 5px 30px; font-size:17px;}
.search_bg input::-webkit-input-placeholder { /* WebKit browsers */
    color:#c6c6c6;
}
.search_bg input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#c6c6c6;
   opacity:1;
}
.search_bg input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#c6c6c6;
   opacity:1;
}
.search_bg input:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:#c6c6c6;
}
.search_bg input[type='submit'] { width:123px; height:70px; border:0px; background-color:#014080; cursor:pointer; font-size:17px; color:#fff;}


/* 首页焦点开始 */
.carousel-btn{text-align:center;margin:10px 0;display: none;}
.carousel-btn a{display:inline-block;width:14px;height:14px;border-radius:8px;margin:0 5px;background:#fff500;vertical-align:middle;}
.carousel-btn .selected{background:#007b78;cursor:default;}
.carousel-btn a span{display:none;}
.carousel-btn-fixed{width:100%;position:absolute;bottom:20px;left:0;margin:0;z-index:100;}
.carousel{position:relative;padding:0px;min-width:1200px;overflow:hidden;}
.carousel-item{position:relative;float:left;display:block;}
.carousel-item .carousel-img{display:block;}
.carousel-item .carousel-img a[href="javascript:;"]{cursor:default;}
.carousel-item .carousel-img img{display:block;}
.responsive-carousel{overflow:hidden;}
.responsive-carousel .carousel-item img{width:100%;height:auto !important;}
.responsive-carousel .carousel-direction{display:none;}
.responsive-carousel:hover .carousel-direction{display:block;}
.responsive-carousel-set .carousel-info-inner h3{font-weight:normal;}
/* 首页焦点结束 */


/*首页3大栏目*/
.ctg_box{width: 100%;height: auto;min-width: 900px; margin:20px 0 10px 0;}
.ctg_box .ctg_list{overflow: hidden;border-top:1px solid #fff;}
.ctg_box .ctg_list .item{width: 16%;float: left;min-width: 218px;border-left:1px solid #fff;box-sizing: border-box;position: relative;transition: all 0.3s  linear;}
.ctg_box .ctg_list .item .ctg_img{width: 100%;height: auto;display: block;}
.ctg_box .ctg_list .item .zz{z-index: 1; width: 100%;height: 100%;position: absolute;top: 0px;left: 0px; background: url(../images/zz.png) center center no-repeat;background-size:100% 100%;opacity: 0;filter:Alpha(opacity=0);transition: all 0.3s  linear;}
.ctg_box .ctg_list .item .title{position: absolute; left:0px; bottom: 10%; width: 100%;height: auto;z-index: 2;transition: all 0.3s  linear;}
.ctg_box .ctg_list .item .title>div{padding-left: 0px;}
.ctg_box .ctg_list .item .title .cn{font-size: 22px;font-weight: bold;color: #007b78; text-align:center;}
.ctg_box .ctg_list .item .title .en{font-size: 16px;font-family: SlimJoe; color: #6a6a66;line-height: 35px;text-align:center;}
.ctg_box .ctg_list .item .title .dn{padding-left: 30px;padding-right: 30px;font-size: 13px;font-family: SlimJoe; color: #6a6a66;line-height: 25px;}
.ctg_box .ctg_list .item .arrow{width: 42px;height: 42px;position:absolute;left: 60px;bottom: 0px; background: url(../images/ctg_arr.png) center center no-repeat;opacity: 0;filter:Alpha(opacity=0);transition: all 0.3s  linear;z-index: 2;}

.ctg_box .ctg_list .item:hover .zz{opacity: 1;filter:Alpha(opacity=100);}
.ctg_box .ctg_list .item:hover .title{bottom: 35%;transition: all 0.3s  linear;}

.ctg_box .ctg_list .item:hover .arrow{bottom: 18%;opacity: 1;filter:Alpha(opacity=100);transition: all 0.3s  linear;}






.ctg_boxr{width: 298px;height: auto;min-width: 300px; margin:20px 0 10px 0; float:right; margin-top:-380px}
.ctg_boxr .ctg_list{overflow: hidden;border-top:1px solid #fff;}
.ctg_boxr .ctg_list .item{width: 25%;float: left;min-width: 298px;border-left:1px solid #fff;box-sizing: border-box;position: relative;transition: all 0.3s  linear;}
.ctg_boxr .ctg_list .item .ctg_img{width: 100%;height: auto;display: block;}
.ctg_boxr.ctg_list .item .zz{z-index: 1; width: 100%;height: 100%;position: absolute;top: 0px;left: 0px; background: url(../images/zz.png) center center no-repeat;background-size:100% 100%;opacity: 0;filter:Alpha(opacity=0);transition: all 0.3s  linear;}
.ctg_boxr .ctg_list .item .title{position: absolute; left:10px;bottom: 10%; width: 100%;height: auto;z-index: 2;transition: all 0.3s  linear;}
.ctg_boxr .ctg_list .item .title>div{padding-left: 100px;}
.ctg_boxr .ctg_list .item .title .cn{font-size: 18px;font-weight: bold;color: #007b78;}
.ctg_boxr .ctg_list .item .title .en{font-size: 16px;font-family: SlimJoe; color: #6a6a66;line-height: 20px;}

.ctg_boxr .ctg_list .item .arrow{width: 42px;height: 42px;position:absolute;left: 243px;bottom: 0px; background: url(../images/ctgarr.png) center center no-repeat;opacity: 0;filter:Alpha(opacity=0);transition: all 0.3s  linear;z-index: 2;}

.ctg_boxr .ctg_list .item:hover .zz{opacity: 1;filter:Alpha(opacity=100);}
.ctg_boxr .ctg_list .item:hover .title{bottom: 10%;transition: all 0.3s  linear;}

.ctg_boxr .ctg_list .item:hover .arrow{bottom: 10%;opacity: 1;filter:Alpha(opacity=100);transition: all 0.3s  linear;}






.index_pro{width: 100%;min-width: 1200px;background: #fff;margin-bottom: 20px;}

.index_pro .top{width: 73%;text-align: center;background: url(../images/bg004.png) top center no-repeat;}

.index_pro .top .cn{margin-top: 30px;font-size: 24px;color: #000;font-weight: bold; font-family:"Microsoft YaHei";}
.index_pro .top .cn font{color: #007b78;}
.index_pro .top .en{font-size: 16px;color: #d4d4d4;line-height: 30px;font-family: SlimJoe;margin-top:5px;}

.index_pro .top .line{font-size: 16px;color: #838280;line-height: 1px;font-family: SlimJoe;margin-top:5px;}



.index_pro .top2{width: 25%;text-align: center; float:right;margin-top:-100px;background: url(../images/bg005.png) top center no-repeat;}

.index_pro .top2 .cn{margin-top: 30px;font-size: 24px;color: #000;font-weight: bold; font-family:"Microsoft YaHei";}
.index_pro .top2 .cn font{color: #007b78;}
.index_pro .top2 .en{font-size: 16px;color: #d4d4d4;line-height: 30px;font-family: SlimJoe;margin-top:5px;}

.index_pro .top2 .line{font-size: 16px;color: #838280;line-height: 1px;font-family: SlimJoe;margin-top:5px;}








.index_pro .pro_box{
	overflow: hidden;
	margin-bottom: 50px;
	min-height: auto;
}

.index_pro .pro_box li{
	width: 400px;
	height: 310px;
	margin-bottom: 10px;
	float: left;
}

.index_pro .pro_box li .pro_con{
	margin: 10px 10px;
	height: 300px;
	background: #f3f3f3;
	transition: all 0.3s linear;
}

.index_pro .pro_box li .pro_con .pro_img{width: 100%;height: 240px;}
.index_pro .pro_box li .pro_con .pro_img img{width: 100%;height: 100%;display: block;}
.index_pro .pro_box li .pro_con .title{width: 100%;height: 25px;color: #0b0b0b;font-size: 18px;text-indent:25px ; position: relative;margin-top: 15px;}

.index_pro .pro_box li .pro_con .title::after{content: ""; position: absolute;left: 0px;top: 0px;width: 5px;height: 25px;background: #cecece;transition: all 0.3s linear;}
.index_pro .pro_box li .pro_con:hover .title::after{content: ""; background: #007b78;}

.index_pro .pro_box li .pro_con:hover  .title{font-weight: bold;color: #007b78;}
.index_pro .pro_box li .pro_con:hover {background: #ffffff;box-shadow: 0px 0px 20px #c0c0c0;}


.index_pro .slide_box{width: 1200px; overflow:hidden; margin-top: 50px;position: relative;}
.index_pro .slide_box .btn_wrap{text-align: center;margin-top: 45px; _visibility: hidden;}
.index_pro .slide_box .btn_wrap .bd{display: inline-block;height: 30px;overflow: hidden;margin: 0px 10px;text-align: center;}
.index_pro .slide_box .btn_wrap .bd li{width: 14px;height: 14px;margin: 8px;background: #8f8f8f;border-radius: 7px;transition: all linear 0.3s;cursor:pointer;display: inline-block;}
.index_pro .slide_box .btn_wrap .bd li.on{width: 14px;height: 14px;margin: 8px;border-radius: 7px; background: #007b78;}















/*应用领域*/

.index_ap{width: 100%;min-width: 1200px;height: 45px;}
.index_ap .top{width: 100%;text-align: center;background: url(../images/bg003.png) top center no-repeat;}

.index_ap .top .cn{font-size: 24px;color: #232323;font-weight: bold;font-family:"Microsoft YaHei",SimSun,Arial,Helvetica,sans-serif;}
.index_ap .top .cn font{color: #007b78;}
.index_ap .top .en{font-size: 18px;color: #d4d4d4;line-height: 18px;font-family: SlimJoe;margin-top:3px;}


.index_app{width: 100%;min-width: 1200px;height: 240px;background: url(../images/bg04.jpg) top center no-repeat;}

.index_app .top{width: 100%;text-align: center;padding-top: 1px;}



.con4{ height:250px; }
.con4 .hd{ }
.con4 .hd ul{  width:1200px; margin:0 auto;}
.con4 .hd li { display:inline-block; color:#000; font-size:18px; font-weight:bold; padding:0 10px; padding-bottom:10px; cursor:pointer;}
.con4 .hd li a{color:#000;}
.con4 .hd li.on{ border-bottom:4px solid #047875;}
.con4 .bd{ margin-top:10px;}
.con4 .bd ul { width:1240px;}
.con4 .bd li { width:280px; float:left; margin-right:20px;}
.con4 .bd li a{ display:block; width:100%; height:100%;}
.con4 .bd li .pic{ width:280px; height:155px; overflow:hidden;}
.con4 .bd li h4{ font-weight:normal; color:#000; font-size:16px; margin-top:20px; margin-bottom:12px;}
.con4 .bd li .p1{ color:#666666; padding-left:20px; background:url(../images/c1.jpg) left center no-repeat; margin-bottom:14px;}
.con4 .bd li .p2{ color:#666666; font-size:14px;}
.con4 .bd li:hover img{ transition:all 1s ease; transform:scale(1.2); -webkit-transition:all 1s ease;-webkit-transform:scale(1.2);}
.con4 .bd li:hover h4{ color:#047875;}




.index_news{width: 100%;min-width: 1200px;height: 250px;background: url(../images/b4.jpg) top center no-repeat;}

.index_news .top{width: 100%;text-align: center; padding-top:20px;background: url(../images/bg002.png) top center no-repeat;}

.index_news .top .cn{ margin-top:10px;font-size: 24px;color: #232323;font-weight: bold;}
.index_news .top .cn font{color: #007b78;}
.index_news .top .en{font-size: 18px;color: #d4d4d4;line-height: 20px;font-family: SlimJoe;margin-top:5px;}
.index_news .top .line{width: 37px;height: 1px;background: #fff;margin:25px auto ;margin-bottom: 10px;}

.index_news .con_box{width: 100%;height: 400px;overflow: hidden;}

.index_news .con_box .img_box{float: left;width: 580px;height: 400px;background: #000000;}


.slideBox{ width:580px; height:400px; overflow:hidden; position:relative;}
.slideBox .hd{overflow:hidden; position:absolute; right:10px; bottom:25px; z-index:99; }
.slideBox .hd ul{ width: 100%; overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{transition: all 0.3s linear; display: inline-block; margin-right:5px;  width:10px; height:10px; line-height:10px; text-align:center; color:#FFFFFF; cursor:pointer; background: #FFFFFF;border-radius: 5px;}
.slideBox .hd ul li.on{ background:#d52019;width: 20px;}
.slideBox .hd ul li a{color: #FFFFFF;}
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle;position: relative; }
.slideBox .bd li img{
	width: 100%;
	height: 400px;
	display: block;
}
.slideBox .bd li .con{
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 1;
	height: 70px;
	line-height: 70px;
	background: url(../images/zz.png) left top no-repeat;
}
 .slideBox .bd li .con h1{
 	width: 460px;
 	text-indent: 40px;
	line-height: 70px;
	height: 70px;
	color: #ffffff;
	font-size: 24px;
	font-weight: normal;
}




.index_news .con_box .indexnews_box {float: right;width: 590px;height: 400px;}

.index_news .con_box .indexnews_box ul li{width: 100%;height: 120px;margin-bottom: 20px;background: url(../images/news_bg_01.jpg) left top repeat-y ;transition: all 0.4s linear; }
.index_news .con_box .indexnews_box ul li .time{width: 130px;height: 100%;float: left;text-align: center;}
.index_news .con_box .indexnews_box ul li .time .mmdd{
	color: #373737;
	font-size:40px;
	font-family: SlimJoe;
	margin-top: 30px;
}
.index_news .con_box .indexnews_box ul li .time .yyyy{
	color: #000000;
	font-size:16px;
	font-family: SlimJoe;
}

.index_news .con_box .indexnews_box ul li .news{width: 420px;margin-left: 10px;float: left;padding-top: 28px;}

.index_news .con_box .indexnews_box ul li .news .title{font-size: 18px;color: #131313;line-height: 30px;}
.index_news .con_box .indexnews_box ul li .news .desc{font-size: 12px;color:#727272;line-height: 20px;}

.index_news .con_box .indexnews_box ul li:hover{
	background: #007b78;
}

.index_news .con_box .indexnews_box ul li:hover .time .mmdd{ color: #fff;}

.index_news .con_box .indexnews_box ul li:hover .time .yyyy{ color: #fff;}
.index_news .con_box .indexnews_box ul li:hover  .news .title{ color: #fff;font-weight: bold;}
.index_news .con_box .indexnews_box ul li:hover  .news .desc{ color: #fff;}


/*合作伙伴*/

.indexfive{
	width: 100%;padding: 0px 0;background: url(../images/) no-repeat center center;
}
.ggwid{
	width: 1200px;margin: 0 auto;
}
.yanc2s{
	animation-duration:1.4s !important;
}
.part_pic{ width:100%;}
.gd_01{ position:relative;width:100%;}
.gd_01 #simgs01{ width:1200px;margin:0 auto;}
.gd_01 #simgs02{ width:1200px;margin:0 auto;}
.gd_01 li{float: left; width: 190px; margin:0 8px; text-align:center;}
.gd_01 li .pic_tp{
	width: 100%;
}
.part_pic ul li img{ width:auto; height:100px;max-width: 100%;}


/*foot*/
.foot_link_bg { width:100%; min-width:1200px; background:#007b78; overflow:hidden;}
.foot_link_bg>ul {width: 1200px;  min-width:1200px; padding:2px 20px; overflow:hidden; margin:0 auto; margin-top:20px;} 
.foot_link_bg>ul>li { width:32%; float:left; line-height:30px; position:relative;}
.foot_link_bg>ul>li>.border { width:0px; height:28px; overflow:hidden; background-color:#fff500; position:absolute; left:0px; top:20px; z-index:1000;}
.foot_link_bg>ul>li a { font-size:14px; color:#fff; }
.foot_link_bg>ul>li a:link,.foot_link_bg>ul>li a:visited { color:#fff;}
.foot_link_bg>ul>li a:hover { color:#fff;}
.foot_link_bg>ul>li>ul>li{ border-left:0px solid #25292c; line-height:17px; padding-left:14px; padding-top:6px; padding-bottom:4px;}
.foot_link_bg>ul>li>ul>li.tit a{ font-size:17px; font-weight:bold; color:#fff;line-height:20px; }
.foot_link_bg>ul>li>ul>li.tit a:link,.foot_link_bg>ul>li>ul>li.tit a:visited {color:#fff;}
.foot_link_bg>ul>li>ul>li.tit a:hover {color:#fff;}

.foot_link_bg>ul>li.wx_code{width: 25%;text-align: center;}
.foot_link_bg>ul>li.wx_code img{display: block;margin: 0px auto;}
.foot_link_bg>ul>li.wx_code .tips{font-size: 16px;color: #fff; float:right;}


.foot_link_bg>ul>li.dz_code{width: 35%;}
.foot_link_bg>ul>li.dz_code img{display: block;margin: 0px auto;}
.foot_link_bg>ul>li.dz_code .tips{font-size: 14px;color: #bababa;}




.foot{width: 100%;height: 50px;background: #2c2e2f;border-top: 1px solid #464748;}
.foot .info{width: 1150px;float: left;height: 50px;font-size: 14px;color: #868688;line-height:50px;}
.foot .info a{color:#868688;margin:0px 5px;display:inline-block;}
.foot .gotop{width: 38px;height: 37px;background: url(../images/gotop.jpg) center center no-repeat;float: right;margin-top: 7px;}


/*about*/
.about_00{width: 100%;min-width: 1200px;height: 480px;background:#FFFFFF;}
.about_00 .top{margin-top: 60px;}
.about_00 .top .cn{font-size: 24px;color: #232323;font-weight: bold; text-align: center;}
.about_00 .top .en{font-size: 21px;color: #ced1d3;font-family: SlimJoe;margin: 16px 0px;text-align: center;}
.about_00 .top .line{width: 37px;height: 4px;background: #007b78;margin: 0px auto; }

.about_00 .con_box{width: 100%;overflow: hidden;margin:20px 0px;}


.about_00 .con_box .imgs{width: 40%;}
.about_00 .con_box .imgs img{max-width: 100%;display: block;}

.about_00 .con_box .con_wrap{width: 60%;}
.about_00 .con_box .con_wrap .con{padding: 0px 35px;}
.about_00 .con_box .con_wrap .con .title{margin-top: 30px;font-size:18px;color: #171717;font-weight: bold;}
.about_00 .con_box .con_wrap .con .title h1{font-size:18px;color:#333;font-weight: bold; background: url(../images/ab_tit_line.png) repeat-x bottom;padding-bottom:15px;}


.about_00 .con_box .con_wrap .con p{font-size: 14px;color: #383838;line-height: 24px;margin-top: 10px;}





.section-focus-pic{margin:20px auto 0 auto;height:300px;width:470px;overflow:hidden;position:relative;}
.section-focus-pic ul li{position:absolute;top:0;left:470px;width:570px;height:300px;}
.section-focus-pic ul li h3{position:absolute;bottom:11px;left:0;width: 400px;font-weight:normal;color:#FFF;margin-left: 20px;z-index: 111;font-size: 18px; font-family:"微软雅黑";}
.section-focus-pic ul li div{position:absolute;bottom:0;left:0;height:50px;background-color:#000;width:470px;opacity: 0.6;filter: alpha(opacity=60);}
.section-focus-pic .pages{width:470px;height:300px;}
.section-focus-pic .controler{position:absolute;bottom:20px;right:20px;}
.section-focus-pic .controler b{cursor:pointer;width:20px;height:10px;display:block;overflow:hidden;text-indent:20px;background:url(../images/dianh.png) no-repeat -136px 3px; float:left;margin:0 0 0 5px;}
.section-focus-pic .controler b.down{background-position:-161px 1px;}
.section-focus-pic .controler2 a{display:block; width:40px;position:absolute;top:120px;height:40px;}
.section-focus-pic .controler2 a i{cursor:pointer;display:block;width:22px;height:34px; background:url(../images/star.png) no-repeat;}
.section-focus-pic .controler2 .prev{left:5px;}
.section-focus-pic .controler2 .prev i{background-position:-34px -68px;_background:none;_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/star_05.png');margin-left:5px;}
.section-focus-pic .controler2 .prev:hover i{left:10px;background-position:-34px -24px;_background:none;_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/star_03.png');}
.section-focus-pic .controler2 .next{right:10px;}
.section-focus-pic .controler2 .next i{background-position:-62px -68px;_background:none;_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/star_06.png');margin-left:10px;}
.section-focus-pic .controler2 .next:hover i{right:10px;background-position:-62px -24px;_background:none;_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/star_04.png');}





 .ab_btn{margin-top:20px;}
 .ab_btn a{display:inline-block;*display:inline;zoom:1;width:126px;height:32px;line-height:32px;color:#fff;font-size:14px;font-weight:bold;border-top-left-radius: 30px;border-bottom-right-radius: 30px; background: #0652ee; text-align: center;margin-left:10px;}
 .ab_btn a:hover{ background: #8e8e8e}








.about_01{width: 100%;min-width: 1200px;height: 700px;background: url(../images/about_01.jpg) center top no-repeat;}

.about_01 .con_box{padding: 180px 80px 80px 80px;padding-bottom: 10px;}

.about_01 .con_box .top .cn{font-size: 24px;color: #232323;font-weight: bold;}
.about_01 .con_box .top .en{font-size: 21px;color: #ced1d3;font-family: SlimJoe;margin: 20px 0px;}
.about_01 .con_box .top .line{width: 37px;height: 4px;background: #007b78;margin-bottom: 10px;}

.about_01 .con_box .con{line-height: 30px;color: #0f0f0f;font-size: 14px;height: 350px;overflow-y: auto;}



.about_02{width: 100%;min-width: 1200px;height: 700px;background:#FFFFFF;}
.about_02 .top{margin-top: 60px;}
.about_02 .top .cn{font-size: 24px;color: #232323;font-weight: bold; text-align: center;}
.about_02 .top .en{font-size: 21px;color: #ced1d3;font-family: SlimJoe;margin: 16px 0px;text-align: center;}
.about_02 .top .line{width: 37px;height: 4px;background: #007b78;margin: 0px auto; }

.about_02 .con_box{width: 100%;overflow: hidden;margin:70px 0px;}


.about_02 .con_box .imgs{width: 50%;}
.about_02 .con_box .imgs img{max-width: 100%;display: block;}

.about_02 .con_box .con_wrap{width: 50%;}
.about_02 .con_box .con_wrap .con{padding: 0px 35px;}
.about_02 .con_box .con_wrap .con .title{margin-top: 30px;font-size:18px;color: #171717;font-weight: bold;}

.about_02 .con_box .con_wrap .con p{font-size: 14px;color: #383838;line-height: 24px;}

.about_03{width: 100%;min-width: 1200px;height: 500px;background:url(../images/about_03.jpg) center top no-repeat;}
.about_03 .top{padding-top: 60px;}
.about_03 .top .cn{font-size: 24px;color: #232323;font-weight: bold; text-align: center;}
.about_03 .top .en{font-size: 21px;color: #d3c8bf;font-family: SlimJoe;margin: 16px 0px;text-align: center;}
.about_03 .top .line{width: 37px;height: 4px;background: #007b78;margin: 0px auto; }


.about_03 .slide_box{width: 1200px;height: 500px; overflow:hidden; margin-top: 50px;position: relative;}

.about_03 .slide_box .btn_wrap{text-align: center;margin-top: 45px; _visibility: hidden;}
.about_03 .slide_box .btn_wrap .bd{display: inline-block;height: 30px;overflow: hidden;margin: 0px 10px;text-align: center;}
.about_03 .slide_box .btn_wrap .bd li{width: 14px;height: 14px;margin: 8px;background: #8f8f8f;border-radius: 7px;transition: all linear 0.3s;cursor:pointer;display: inline-block;}
.about_03 .slide_box .btn_wrap .bd li.on{width: 14px;height: 14px;margin: 8px;border-radius: 7px; background: #007b78;}
.about_03 .slide_box ul li{float: left;transition: all linear 0.3s;position: relative; }
.about_03 .slide_box ul li a{display: block;width:96%;height: 100%;position: relative;}
.about_03 .slide_box ul li .wrap{width: 300px;height: auto;}
.about_03 .slide_box ul li .wrap>img{width: 96%;height: 100%;display: block;margin: 0px auto;}


.about_04{width: 100%;min-width: 1200px;_height: 5px;background:#fff;}
.about_04 .top{padding-top: 60px;}
.about_04 .top .cn{font-size: 24px;color: #232323;font-weight: bold; text-align: center;}
.about_04 .top .en{font-size: 21px;color: #d4d4d4;font-family: SlimJoe;margin: 16px 0px;text-align: center;}
.about_04 .top .line{width: 37px;height: 4px;background: #007b78;margin: 0px auto; }


.ab_fzlc{ width:644px;height: 244px; margin:0 auto; margin-top: 53px; _overflow:hidden;background: url(../images/about_04.jpg) center center no-repeat; position: relative; }

.ab_fzlc .btn{ display:block; width:15px; height:30px;  position:absolute; top:110px; z-index:10; transition:all 0.2s ease;}
.ab_fzlc .prev{ left:-50px;background: url(../images/about_arr_l.png) center center no-repeat;  transition:all 0.2s ease;}
.ab_fzlc .next{ right:-50px;background: url(../images/about_arr_r.png) center center no-repeat;  transition:all 0.2s ease;}

.ab_fzlc .prev:hover{ background: url(../images/about_arr_l_on.png) center center no-repeat;  transition:all 0.2s ease;}
.ab_fzlc .next:hover{background: url(../images/about_arr_r_on.png) center center no-repeat;  transition:all 0.2s ease;}

.ab_fzlc dl{ display:none;}
.ab_fzlc .cur{ display:block;}
.ab_fzlc .p_1{ text-align:center; color:#ffffff; font-weight:bold;  font-size:30px;padding-top: 50px;margin-bottom: 20px; }
.ab_fzlc .info{  padding:0px 120px; font-size:13px;color:#ffffff; line-height:24px; height: 100px;overflow: hidden; }
.fzlc{ clear:both; position:relative; margin-top:25px; padding-bottom:10px; }


.fzlc .hx{ width:1100px; height:2px; background:#c2c2c2; position:absolute; left:30px; top:50px;}
.fzlc .cont{ width:1200px; margin:0 auto; position:relative;} 
.fzlc .cont .btn{ display:block; width:28px; height:28px; border:2px solid #A6A6A6; border-radius:50%; background:#FFF; position:absolute; top:34px; z-index:10; transition:all 0.2s ease;}
.fzlc .cont .prev{ left:0;}
.fzlc .cont .next{ right:0;}
.fzlc .cont .btn em{ display:block; width:10px; height:10px; margin:8px 0 0 10px; border-top:2px solid #A6A6A6; border-right:2px solid #A6A6A6; transform:rotate(-135deg); transition:all 0.2s ease;}
.fzlc .cont .next em{ transform:rotate(45deg); margin-left:6px;}
.fzlc .cont .btn:hover{ border-color:#DA251C;}
.fzlc .cont .btn:hover em{ border-color:#DA251C;}
.fzlc .cont .box{ width:1200px; height:120px; margin:0 auto; overflow:hidden;}
.fzlc .cont ul{ padding:0 0 0 0px;}
.fzlc .cont li{ float:left; width:75px; height:120px; margin-right:80px; position:relative; transition:all 0.3s ease;}
.fzlc .cont li .p_1{width: 100%; color:#a5a5a5; font-size:15px; position:absolute; left:0; bottom:0; font-weight: bold;text-align: center;line-height: 50px;}
.fzlc .cont li .span_1{ display:block; width:16px; height:16px; border:4px solid #ffffff; border-radius:50%; background:#007b78; margin:40px 0 0 23px;transition:all 0.3s linear;}
.fzlc .cont li:hover .span_1,.fzlc .cont li.cur .span_1{ border:4px solid #007b78; transition:all 0.3s linear;}
.fzlc .cont li:hover .p_1,.fzlc .cont li:cur .p_1{font-size: 20px;color: #007b78;}



.about_05{width: 100%;min-width: 1200px;height: 550px;background:#FFFFFF;}
.about_05 .top{padding-top: 60px;}
.about_05 .top .cn{font-size: 24px;color: #232323;font-weight: bold; text-align: center;}
.about_05 .top .en{font-size: 21px;color: #d4d4d4;font-family: SlimJoe;margin: 16px 0px;text-align: center;}
.about_05 .top .line{width: 37px;height: 4px;background: #007b78;margin: 0px auto; }


.about_05 .slide_box{width: 1200px;height: auto; overflow:hidden; margin-top: 50px;position: relative;}

.about_05 .slide_box .btn_wrap{text-align: center;margin-top: 45px; _visibility: hidden;}
.about_05 .slide_box .btn_wrap .bd{display: inline-block;height: 30px;overflow: hidden;margin: 0px 10px;text-align: center;}
.about_05 .slide_box .btn_wrap .bd li{width: 14px;height: 14px;margin: 8px;background: #8f8f8f;border-radius: 7px;transition: all linear 0.3s;cursor:pointer;display: inline-block;}
.about_05 .slide_box .btn_wrap .bd li.on{width: 14px;height: 14px;margin: 8px;border-radius: 7px; background: #007b78;}
.about_05 .slide_box ul li{float: left;transition: all linear 0.3s;position: relative; }
.about_05 .slide_box ul li a{display: block;width:96%;height: 100%;position: relative;}
.about_05 .slide_box ul li .wrap{width: 300px;height: auto;}
.about_05 .slide_box ul li .wrap>img{width: 96%;height: 100%;display: block;margin: 0px auto;}


.ctg_banner{
	width: 100%;min-width: 1200px;
}
.ctg_banner img{width: 100%;height: auto;display: block;}



/* 位置 */

.position{width: 100%;height: 84px;line-height: 84px;min-width: 1200px;background: #f3f3f3;}
.position .container{
	height: 84px;
	position:relative;
}
.position .container .ny_nav{
	height:70px;
	position:absolute;
	top:-70px;
	
	left:0px;
}
.position .container .ny_nav .ny_nav_list{
	width:200px;
	height:70px;
	text-align:center;
	position:relative;
	float:left;
	margin-right:10px;
}

.position .container .ny_nav .ny_nav_list .ny_nav_item{
	width:100%;
	height:50px;
	line-height:50px;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	transition:all 0.3s linear;
	position:absolute;
	bottom:0px;
	left:0px;
	background:url(../images/nav_bg.png) repeat;
}

.position .container .ny_nav .ny_nav_list .ny_nav_drop{
	position: absolute;
	top:70px;
	left: 0px;
	z-index: -1;
	opacity: 0;
	filter:alpha(opacity=0);
	transition: all 0.3s linear;
}

.position .container .ny_nav .ny_nav_list:hover .ny_nav_drop{
	z-index: 9999;
	
	opacity: 1;
	filter:alpha(opacity=100);
	
}

.position .container .ny_nav .ny_nav_list .ny_nav_drop ul{
	min-width: 200px;
	background: url(../images/nav_bg.png) repeat;
	float: left;
	box-sizing: border-box;
	border-left:1px solid #3c3e3e; 
}
.position .container .ny_nav .ny_nav_list .ny_nav_drop li{
	margin:10px 0px;
	padding: 0px 25px;
	line-height: 21px;
	text-align: left;
	position: relative;
}

.position .container .ny_nav .ny_nav_list .ny_nav_drop li a{
	font-size: 14px;
	color: #000;
}
.position .container .ny_nav .ny_nav_list .ny_nav_drop li:hover a{
	font-weight: bold;
}
.position .container .ny_nav .ny_nav_list .ny_nav_drop li::after{
	content: " ";
	width: 3px;
	height: 21px;
	background: #ffffff;
	position: absolute;
	top: 0px;
	left: -1px;
	visibility: hidden;
}
.position .container .ny_nav .ny_nav_list .ny_nav_drop li:hover::after{
	width: 3px;
	visibility: visible;
}



.position .container .ny_nav .ny_nav_list .ny_nav_drop li:first-child{
	margin-top:15px;
}
.position .container .ny_nav .ny_nav_list .ny_nav_drop li:last-child{
	margin-bottom:15px;
}
.position .container .ny_nav .ny_nav_list .ny_nav_drop li a{
	color: #fff;
}

.position .container .ny_nav .ny_nav_list:hover .ny_nav_item,.position .container .ny_nav .ny_nav_list.on .ny_nav_item{
	height:70px;
	line-height:70px;
}

.position .container .nav2{
	overflow:hidden;
	float:left;
	height:30px;
	margin:27px 0px;
}

.position .container .nav2 li{
	padding:0px 15px;
	height:30px;
	line-height:30px;
	border-radius:15px;
	float:left;
	transition:all 0.3s linear;
	margin-right:10px;
}
.position .container .nav2 li a{
	width:100%;
	height:100%;
	font-size:15px;
	color:#8e8e8e;
	display:block;
	transition:all 0.3s linear;
}

.position .container .nav2 li.on,.position .container .nav2 li:hover{
	background:#007b78;
}
.position .container .nav2 li.on a,.position .container .nav2 li:hover a{
	color:#FFF;
}

.posi_box{
    height: 84px;
    line-height: 84px;
    font-size: 12px;
    color: #8e8e8e;
    display: inline-block;
}
.posi_box a{
	color: #8e8e8e;
}
.posi_box font{
	font-family: simsun;
	margin: 0px 5px;
}
.posi_box .img{
	vertical-align: middle;
	display: inline-block;
	margin-top: -5px;
	margin-right: 5px;
}

.posi_img .img{
	margin-top: 14px;
	display: block;
}



/* 产品 */
.pro_box{
	width: 100%;
	min-width: 1200px;
	min-height: 500px;
	background: #ffffff;
	margin-top: 40px;
}


.pro_box .pro_list{
	overflow: hidden;
	margin-bottom: 50px;
	text-align: center;
}

.pro_box .pro_list li{
	width: 33.333333%;
	height: 310px;
	margin-bottom: 30px;
	float: left;
	transition: all 0.3s linear;
}
.pro_box .pro_list li .pro_con{
	margin: 10px 10px;
	height: 300px;
	background: #f3f3f3;
	transition: all 0.3s linear;
}

.pro_box .pro_list li .pro_con .pro_img{width: 100%;height: 240px;margin-bottom: 20px;}
.pro_box .pro_list li .pro_con .pro_img img{width: 100%;height: 100%;display: block;}
.pro_box .pro_list li .pro_con .title{width: 100%;height: 25px;color: #0b0b0b;font-size: 18px;text-indent:25px ; position: relative;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.pro_box .pro_list li .pro_con .title::after{content: ""; position: absolute;left: 0px;top: 0px;width: 5px;height: 25px;background: #cecece;transition: all 0.3s linear;}
.pro_box .pro_list li .pro_con:hover .title::after{content: ""; background: #007b78;}

.pro_box .pro_list li .pro_con:hover  .title{font-weight: bold;color: #007b78;}
.pro_box .pro_list li .pro_con:hover {background: #ffffff;box-shadow: 0px 0px 20px #c0c0c0;}



.ban{ width:560px; height:460px; position:relative; overflow:hidden;margin:0px auto 0 auto;}
.ban2{ width:560px; height:360px; position:relative; overflow:hidden;}
.ban2 ul{ position:absolute; left:0; top:0;}
.ban2 ul li{ width:560px; height:360px;}
.prev{ float:left; cursor:pointer;}
.num{ height:90px;overflow:hidden; width:560px; position:relative;float:left;}
.min_pic{ padding-top:10px;height: 90px; width:560px;position: relative;}
.num ul{ position:absolute; left:0; top:0;}
.num ul li{ width:134px; height:87px; margin-right:8px; }
.num ul li img{width: 100%;height: 100%;display: block;}
.num ul li.on{ border:2px solid red; box-sizing: border-box;}
.prev_btn1{ width:16px; text-align:center; height:18px;  cursor:pointer; position: absolute;top: 48px;left: 0px;z-index: 9;}
.next_btn1{  width:16px; text-align:center; height:18px; cursor:pointer;position: absolute;top: 48px;right: 0px;z-index: 9;}
.prev1{ position:absolute; top:155px; left:10px; width:28px; height:51px;z-index:9;cursor:pointer;}
.next1{ position:absolute; top:155px; right:10px; width:28px; height:51px;z-index:9;cursor:pointer;}



/* 成功案例 */

.case_box{
	width: 100%;
	min-width: 1200px;
	min-height: 500px;
	background: #ffffff;
	margin-top: 40px;
}


.case_box .case_list{
	overflow: hidden;
	margin-bottom: 50px;
	text-align: center;
}

.case_box .case_list li{
	width: 33.333333%;
	height: 310px;
	margin-bottom: 30px;
	float: left;
	transition: all 0.3s linear;
}
.case_box .case_list li .case_con{
	margin: 10px 10px;
	height: 300px;
	background: #f3f3f3;
	transition: all 0.3s linear;
}

.case_box .case_list li .case_con .case_img{width: 100%;height: 240px;margin-bottom: 15px;}
.case_box .case_list li .case_con .case_img img{width: 100%;height: 100%;display: block;}
.case_box .case_list li .case_con .title{width: 100%;height: 25px;color: #0b0b0b;font-size: 18px; position: relative;}

.case_box .case_list li .case_con:hover  .title{font-weight: bold;color: #007b78;}
.case_box .case_list li .case_con:hover {background: #ffffff;box-shadow: 0px 0px 20px #c0c0c0;}


/* 新闻页 */

.news_box{
	width: 100%;
	min-width: 1200px;
	min-height: 500px;
	background: #ffffff;
	margin-top: 40px;
}
.news_box .news_list{
	margin-bottom: 50px;
  text-align: center;
}

.news_box .news_list li{
	width: 1200px;
	margin: 0px auto;
	height: 160px;
	margin-bottom: 20px;
	background: #f5f5f5;
	transition: all 0.3s linear;
}


.news_box .news_list li:hover{
	background: #ffffff;
	box-shadow: 0px 0px 30px #c0c0c0;
	transition: all 0.3s linear;
}


.news_box .news_list li .img{
	width: 160px;
	height: 120px;
	margin: 20px;
	overflow: hidden;
	float: left;
}

.news_box .news_list li .img img{
	width: 100%;height: 100%;
	display:block;
	
	transition: all 0.3s linear;
}

.news_box .news_list li:hover .img img{
	transform: scale(1.2);-webkit-transform: scale(1.2);-moz-transform: scale(1.2);
}

.news_box .news_list li .con{width: 850px;height: 100%;float: left;}
.news_box .news_list li .con .title{
	margin-top: 35px;
	font-size: 20px;
	color:#3f3f3f;
	text-align: left;
}
.news_box .news_list li .con p{
	font-size: 13px;
	color: #666666;
	line-height: 2em;
	margin-top: 10px;
	text-align: left;

}
.news_box .news_list li:hover .con .title{
	color: #007b78;
}


.news_box .news_list li .time{
	float: left;
	width: 150px;
}
.news_box .news_list li .time .md{
	font-size: 40px;
	color: #2a2a2a;
	font-family: SlimJoe;
	text-align: center;
	margin-top: 40px;
}

.news_box .news_list li .time .yyyy{
	color: #969696;
	font-size: 18px;
	font-family: SlimJoe;
	text-align: center;
}




.pro_box .tab_imgs{ height:580px;
	width: 610px;
}

.pro_box .tab_imgs .bimg_box{
	width: 100%;
	height: 360px;
	margin-bottom: 1px;
}

.pro_box .tab_imgs .bimg_box img{
	width: 100%;height: 100%;display: block;
}

.pro_box .tab_imgs .smlist{
	width: 100%;
	_overflow-x:scroll;
	overflow: hidden;
	
}
.pro_box .tab_imgs .smlist ul{
	width: 1000px;
	
}
.pro_box .tab_imgs .smlist li{
	width: 134px;
	height: 87px;
	float: left;
	margin-right: 8px;
}

.pro_box .tab_imgs .smlist li img{
	width: 100%;
	height: 100%;
	display: block;
}

.pro_box .tab_imgs .smlist li.cur {
	border: 2px solid #ac1315;
	box-sizing: border-box;
}

.pro_box .con_box{
	width: 550px;
	min-height: 500px;
	position: relative;
}

.pro_box .con_box .title{
	color: #2a2a2a;
	font-size: 28px;
	margin-top: 15px;
	padding-right: 150px;
}

.pro_box .con_box .view{
	background: url(../images/pro_view.png) left center no-repeat;
	height: 30px;
	line-height: 30px;
	padding-left: 30px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size:14px;
	color: #acacac;
}

.pro_box .con_box .pro_zhenhsu{
	width: 100%;
	height: auto;
	display: block;
}

.pro_box .con_box .ctg_link{
	width: 120px;
	height: 30px;
	line-height: 30px;
	background: url(../images/pro_arrow.png) right center no-repeat #497db0;
	border-radius: 15px; 
	position: absolute;
	right: 0px;
	top: 30px;
}
.pro_box .con_box .ctg_link a{
	padding-left: 25px;
	font-size:14px;
	color:#fff;
	display: block;
}

.pro_box .con_box .inquiry_box{
	overflow: hidden;
	margin-top: 33px;
	margin-bottom: 20px;
}
.pro_box .con_box .inquiry{
	width: 200px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background: #f6ab00;
	color: #ffffff;
	font-size: 19px;
	border-radius: 6px;
	float: left;
}
.pro_box .con_box .inquiry a{
	color: #FFFFFF;
	font-size: 19px;
}

.pro_box .con_box .contact{
	float: left;
	margin-left: 40px;
}
.pro_box .con_box .contact .tel_icon{

	line-height:40px;
	padding-left: 27px;
	font-size: 14px;
	color: #6d6d6d;
	background: url(../images/pro_ico2.jpg) left center no-repeat;

}

.pro_box .con_box .contact .tel_num{
	font-size: 28px;
	color: #f6ab00;
}
.pro_box .pro_tab_box{
		width: 100%;
		margin-top: 30px;
		border:1px solid #eaeaea;
		overflow: hidden;
		margin-bottom: 50px;
		
}
.pro_box .pro_tab_box .tit{ background:#f8f8f8; height:49px; line-height:49px; border-bottom:1px solid #eaeaea;overflow: hidden;}
.pro_box .pro_tab_box .tit li{ float:left; width:180px; text-align:center; border-right:1px solid #eaeaea; font-size:18px; cursor:pointer; color: #6d6d6d;}

.pro_box .pro_tab_box .tit li.cur{ border-top:3px solid #125699; color:#6d6d6d;line-height: 47px; background:#FFF; height:47px;font-weight: bold;}

.pro_box .pro_tab_box .tab_box{
	min-height: 300px;
	padding: 30px;
	font-size: 14px;
	line-height: 2em;
	
}
.tab_box img,.tab_box video,.tab_box iframe,.tab_box table {
	max-width: 100%;
}


#allmap{
	width: 100%;
	min-width: 1200px;
	height: 890px;
}
.map_info{width: 100%;min-width: 1200px;}

.map_info .container{
	position: relative;
}

.map_info .info_box{
	width: 528px;
	height: 400px;
	position: absolute;
	background: #fafafa;
	top: -680px;
	left: 25px;
	z-index: 1;
	box-shadow: 0px 0px 20px #C0C0C0;
	overflow: hidden;
}

.map_info .info_box .con_wrap{
	padding: 40px;
	height: 320px;
}

.map_info .info_box .con_wrap  .cn{
	
	font-size: 27px;
	color: #007b78;
	font-weight: bold;
	width: 448px;
}
.map_info .info_box .con_wrap  .en{
	font-size: 13px;
	color: #e2e2e2;
	width: 448px;
}

.map_info .info_box .con_wrap  .line{
	width: 33px;
	height: 1px;
	background: #c76263;
	margin-top: 18px;
	margin-bottom: 10px;
}
.map_info .info_box .con_wrap .line_wrap{
	line-height: 50px;
	padding-left:40px;
	font-size: 17px;
	width: 448px;
	color: #484848;
}
.map_info .info_box .con_wrap .line_wrap.mark{
	background: url(../images/map_mark2.png) left center no-repeat;
}
.map_info .info_box .con_wrap .line_wrap.tel{
	background: url(../images/map_tel.png) left center no-repeat;
}
.map_info .info_box .con_wrap .line_wrap.fax{
	background: url(../images/map_fax.png) left center no-repeat;
}
.map_info .info_box .con_wrap .line_wrap.mail{
	background: url(../images/map_mail.png) left center no-repeat;
}
.map_info .info_box .con_wrap .line_wrap.web{
	background: url(../images/map_web.png) left center no-repeat;
}

.info_close{
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #007b78;
	font-size: 13px;
	color: #ffffff;
	position: absolute;
	left: 553px;
  top: -680px;
	z-index: 9999;
}

.info_open{
	width: 0px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #007b78;
	font-size: 13px;
	color: #FFFFFF;
	position: absolute;
	top: -680px;
	left: 25px;
	z-index: 2;
}



/*xinwenneiye*/

.news_box .news_detail .title{
	font-size: 38px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-top: 60px;
}

.news_box .news_detail .ny_news_share { width:100%; padding-top:30px; padding-bottom:20px; overflow:hidden; border-bottom:1px solid #ebebeb; }
.news_box .news_detail .ny_news_share ul { width:440px; margin:0 auto;}
.news_box .news_detail .ny_news_share ul li { float:left; padding:0px 5px;}
.news_box .news_detail .ny_news_share ul li img { margin-top:8px;}
.news_box .news_detail .ny_news_share ul li span { font-size:13px; color:#242424; line-height:35px; font-style:italic;}
.news_box .news_detail .ny_news_share ul li .share2 { margin-left:170px;}

#share2 a{ width:34px; height:26px; overflow:hidden;  padding:0px; margin:3px; display:block; float:left;}
#share2 a.bds_tsina { width:34px; height:26px; overflow:hidden; float:left; display:block; background:url(../images/weibo.png) no-repeat;}
#share2 a.bds_qzone { width:34px; height:26px; overflow:hidden; float:left; display:block; background:url(../images/qzone.png) no-repeat;}
#share2 a.bds_weixin { width:34px; height:26px; overflow:hidden; float:left; display:block; background:url(../images/weixin.png) no-repeat;}

.news_con{
	min-height: 300px;
	padding: 40px;
	line-height: 2em;
	font-size: 15px;
}
.news_con img,.news_con video,.news_con iframe,.news_con table{
	max-width: 100%;
}

.page-updown { min-width:1160px; max-width:1400px; margin:0 auto; height:auto; overflow:hidden; color:#666; line-height:25px; margin-top:50px; padding-bottom:50px;}
.page-updown a,.page-updown a:link,.page-updown a:visited,.page-updown a:hover { color:#666;}


/*css flickr style pagination*/
div.flickr {
	padding:20px 0px 20px 0px;margin:0px; text-align:center; font-family:arial; font-size:14px;
}
div.flickr a {
	border: 1px solid #cbcbcb ; width:50px;height: 40px;line-height:40px;border-radius: 5px; color: #666666; margin-right: 5px; text-decoration: none;display:inline-block;transition: all 0.3s linear;
}
div.flickr a:hover {
	border: #2c2e2f 1px solid;  background: #2c2e2f; color: #fff; 
}
div.meneame a:active {
	border: #2c2e2f 1px solid; background: #2c2e2f; color: #fff; 
}
div.flickr span.current {
	width:40px;height: 40px;border-radius: 5px;line-height:40px; background: #2c2e2f;border: 1px solid #2c2e2f ; color: #fff;  margin-right: 5px; display:inline-block;
}
div.flickr span.disabled {
	border: 1px solid #cbcbcb ;width:40px;height: 40px;line-height:40px;border-radius: 5px; color: #666666; margin-right: 5px; display:inline-block;
}

.about_box{
	width: 100%;
	min-width: 1200px;
	padding:50px 0px;
}
.about_box .about_con{
	padding: 0px 40px;
	line-height: 1.5em;
	font-size: 14px;
	min-height: 250px;
}


.about_box .about_con img,.about_box .about_con video,.about_box .about_con iframe,.about_box .about_con table{
	max-width: 100%;
}



.jobs_box{
	width: 100%;
	min-width: 1200px;
	height: auto;
}
.jobs_box .joblist{width: 100%;margin-bottom: 90px;margin-top: 60px;}
.jobs_box .joblist th,.jobs_box .joblist td{width: calc(100%/6);width: -moz-calc(100%/6);width: -webkit-calc(100%6);text-align: center;font-size: 15px;color: #333333;}
.jobs_box .joblist th{height: 64px;line-height: 64px;background: #f0f0f0;}
.jobs_box .joblist td{height: 64px;line-height: 64px;border-bottom: 1px solid #a6a6a6;}
.jobs_box .joblist td a{width: 131px;height: 35px;line-height: 35px;background: #2c2e2f;text-align: center;display: block;color: #FFFFFF;margin: 0 auto;}
.jobs_box .joblist td a:hover{background: #ef8000;}


/*jobjoin*/
.jbs_tb_1{ margin-left: 250px; margin-bottom: 60px;margin-top: 60px;}
.jbs_tb_1 th{ text-align:right; font-weight:bold; padding-right:10px; font-size:14px; font-weight:bold;}
.jbs_txt{ width:300px; height:40px; border:1px solid #CCCCCC; font-size:15px; line-height:40px; padding:0 5px;background: #FFFFFF;margin: 10px 0px;}
.jbs_txt:focus{ border:1px solid #007b78;}
.jbs_txtarea{ width:500px; height:150px; border:1px solid #CCCCCC; font-size:15px; padding:5px;background: #FFFFFF;}
.jbs_txtarea:focus{ border:1px solid #007b78;}
.jbs_age{ width:80px;}
.jbs_tel{ width:150px;}
.jbs_hong{ color:#f00;}
.jbs_submit{width: 120px; height:40px; text-align:center; margin: 10px 0px; line-height:40px; color:#333333; font-size:15px; font-weight:bold; border:0px; cursor:pointer; background:#cbcccc;}
.jbs_submit:hover{ background:#007b78; color:#FFF;transition: all .4s linear 0s;}


/*询盘，在线留言*/
/*feedback*/
.jn_main{ padding:60px 0 0 0;}
.jn_box{ clear:both; padding-bottom:20px; overflow:hidden; width:580px; margin:0px auto;}
.jn_box .lt{ float:left; width:100px; padding:0 5px 0 0; line-height:30px; text-align:right; font-size:14px; font-weight:bold;}
.jn_box .rt{ float:left; width:420px;}
.jn_box .txt{ width:325px; height:28px; line-height:28px; border:1px solid #DBDBDB; color:#444; padding:0 10px; font-size:13px; border-radius:3px; outline:none;}
.jn_box input:focus{ border:1px solid #1756B3;}
.jn_box textarea:focus{ border:1px solid #1756B3;}
.jn_box .cod{ width:70px; height:28px; line-height:28px; border:1px solid #DBDBDB; color:#444; padding:0 15px; font-size:13px; border-radius:3px; outline:none;}
.jn_box .txtarea{width:325px; height:120px; padding:10px; font-size:13px; border:1px solid #DBDBDB; border-radius:3px; outline:none;}
.jn_box .btn{ width:95px; height:32px; text-align:center; line-height:30px; border:0px; background:#666; color:#FFF; font-size:15px; font-weight:bold; border-radius:3px; cursor:pointer;}
.jn_box .btn:hover{ background:#1756B3}
.cl_red{ color:#f00;}
.fd_pro_tb{ width:100%; margin:0 auto; border-left:1px solid #E8E8E8; border-top:1px solid #E8E8E8; margin-bottom:20px;}
.fd_pro_tb th, .fd_pro_tb td{ border-right:1px solid #E8E8E8; border-bottom:1px solid #E8E8E8;}
.fd_pro_tb th{ background:#F5F5F5; height:40px; line-height:40px; font-weight:normal;}
.fd_pro_tb td{ text-align:center; padding:10px 0;}
.fd_pro_tb td input{ border:1px solid #E8E8E8; width:80px; padding:0 10px; height:22px; line-height:22px; text-align:right;}
.fd_pro_tb .del{ color:#F00; cursor:pointer;}







/*gbbook*/
.wrap {
	WIDTH: 1100px; MARGIN-LEFT: auto; MARGIN-RIGHT: auto; 
}
.sub_rt {
	PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; WIDTH: 1100px; FLOAT: left;  PADDING-TOP: 0px
}
.subrt_con {
	PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 20px
}
.right-body h1{line-height:40px;font-size: 20px; text-align:center;}
.right-body p{line-height:35px;font-size: 16px;}


#gbooklist {
	width: 98%;
	text-align:center;
}
#gbooklist .faq  ,
#gbooklist .reply
{
	text-align:left;
	width: 98%;
	word-wrap: break-word; 
	word-break: break-all;
}
#gbooklist .faq{
	margin-bottom:15px;
}
#gbooklist .faqtit,
#gbooklist .faqcon
{
padding-left:5px;
}

#gbooklist .faqtit{
background:#A8DFFA;
color:#0B3779;
font-size:14px;
}

#gbooklist .reply{
	border: 1px dashed #007b78;
	width:95%;
	margin-bottom:10px;
	margin-left:5px;
	padding:3px;
}
.pageNavi{border:none;}
#faqbox {border:solid #666 5px; padding:30px;}
#faqbox .bookimg{float:right;margin-top:-370px;}
#faqbox .faqline{ line-height:2em; height:45px; text-align:left}
#faqbox .faqline .faqtit{  width:80px; display:block; float:left; clear:both; text-align:right}
#faqbox .Content{ line-height:2em; height:120px; text-align:left}
#faqbox .Content  .faqtit{  width:80px; display:block; float:left; clear:both; text-align:right}
#faqbox .Content textarea { height:100px;}

#xm, #dh, #nr {
	font-size:12px;
	height: 36px;
	width: 320px;
	background-color: #ededee;
	color: #666;
	border-width: 0px;
	margin-bottom: 25px;
	vertical-align: middle;
	padding-right: 10px;
	padding-left: 10px;
	border-radius:0px;
}







.message {
	width:590px;
	float:right;
	overflow:hidden
}
.meslist1 {
	height:240px;
	border:solid #ff720d 10px; padding:10px;
	
}
.meslist1 span{ float:left; font-size:16px;font-family:"微软雅黑"; line-height:28px;}
.input1,.input2{
	width:257px;
	height:28px;
	line-height:28px;
	border:1px solid #999;
	
	color:#919191;
	border-radius:3px;
	font-family:"微软雅黑";
	padding-left:8px;
	float:left;
	margin-top:4px;
}
.input2 {
	float:left
}

.input3{
	width:257px;
	height:60px;
	line-height:32px;
	border:1px solid #999;
	
	color:#919191;
	border-radius:3px;
	font-family:"微软雅黑";
	padding-left:8px;
	float:left;
	margin-top:5px;
}
.input3 {
	float:left
}


 .down_link{padding:10px 0; text-align:center;}
 .down_link a{display:inline-block;width:205px;height:55px;line-height:55px;font-size:18px;color:#fff;background:#007b78;border-radius:6px;margin:0 10px;}
 .down_link a span{font-size:18px;padding-left:45px;line-height:55px;display:inline-block;}
 .down_link a.down span{background:url(../images/down.png) no-repeat left center;}
 .down_link a.send span{background:url(../images/send.png) no-repeat left center;}
 .down_link .send_mx{display:inline-block;width:205px;height:55px; position:relative;margin:0 10px;}
 .down_link .send_mx .send_mail{ position:absolute;top:-38px;left:-60px;right:-60px;height:38px;display:none;}
 .down_link .send_mx .send_mail p{line-height:30px;font-size:14px;border:1px solid #ccc; box-shadow:0px 0px 2px #999;border-radius:6px;background:#fff;color:#333;}
 .down_link .send_mx a{margin:0;}
 .down_link a:hover{background:#01afab}

