﻿@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_top{width: 100%;min-width: 1200px; height:97px;background: url(../images/nav_bg.png) repeat;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:-97px;}

.pub_top .container{min-height: 97px;}
.pub_top .logo img{height: 97px;display: block;float: left;}

.pub_top .nav{float: left;height: 97px;margin-left: 50px;}

.pub_top .nav>ul>li{float: left;height: 97px;line-height: 97px;width: 100px;text-align: center;transition: all 0.3s linear;position: relative;}
.pub_top .nav>ul>li.index{width: 100px;}
.pub_top .nav>ul>li>a{width: 100%;height: 97px;display: block;color: #adaeae;font-size: 15px;transition: all 0.3s linear;}
.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_on.png) repeat;}
.pub_top .nav>ul>li:hover{background: url(../images/nav_bg_on.png) repeat;}
.pub_top .nav>ul>li.on>a,.pub_top .nav>ul>li:hover>a{color:#FFFFFF;}

.pub_top .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_top .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_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: 97px;
}
.pub_top .right_box .search_btn{
	width: 31px;
	height: 97px;
	background: url(../images/search_icon.png) center center no-repeat;
	cursor: pointer;
}
.pub_top .right_box .lang_btn{
	width: 72px;
	height: 97px;
	background: url(../images/lang_icon.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:#c0c0c0;vertical-align:middle;}
.carousel-btn .selected{background:#0a5095;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: 1200px;}
.ctg_box .ctg_list{overflow: hidden;border-top:1px solid #fff;}
.ctg_box .ctg_list .item{width: 33.33333%;float: left;min-width: 400px;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: 60px;}
.ctg_box .ctg_list .item .title .cn{font-size: 22px;font-weight: bold;color: #ffffff;}
.ctg_box .ctg_list .item .title .en{font-size: 22px;font-family: SlimJoe; color: #d0d1d0;line-height: 40px;}

.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;}


.index_pro{width: 100%;min-width: 1200px;background: #fff;margin-bottom: 30px;}

.index_pro .top{width: 100%;text-align: center;}

.index_pro .top .cn{margin-top: 60px;font-size: 24px;color: #000;font-weight: bold;}

.index_pro .top .en{font-size: 35px;color: #d4d4d4;line-height: 42px;font-family: SlimJoe;margin-top:10px;}
.index_pro .top .line{width: 37px;height: 4px;background: #0a5095;margin:15px auto ;margin-bottom: 50px;}


.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: #0a5095;}

.index_pro .pro_box li .pro_con:hover  .title{font-weight: bold;color: #0a5095;}
.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: #0a5095;}


/*应用领域*/
.index_app{width: 100%;min-width: 1200px;height: 850px;background: url(../images/index_bg_02.jpg) top center no-repeat;}

.index_app .top{width: 100%;text-align: center;padding-top: 110px;}

.index_app .top .cn{font-size: 24px;color: #fff;font-weight: bold;}

.index_app .top .en{font-size: 35px;color: #6b96c8;line-height: 45px;font-family: SlimJoe;margin-top:10px;}

.index_app #box{ width:100%; height:574px; overflow:hidden; position:relative;margin-top: 60px;}
.index_app #list{ width:1224px; height:574px; position:absolute; top:0px; left:50%; display:inline; margin-left:-612px;}
.index_app #list ul {margin:0px;padding:0px; float:left;}
.index_app #list li{width:917px;position:absolute;list-style-type:none;overflow:hidden;}
.index_app #list li img{width:100%;height:100%;vertical-align:top;}
.index_app #list li .mbdiv{ width:100%; height:100px; line-height:100px; background:#0a5095; color:#FFF; font-size:28px; display:none; position:absolute; z-index:1; bottom:0px; left:0px;}
.index_app #list li .mbdiv .span_1{ display:block; float:left; font-size:39px; margin-left:36px; font-family:'BEBAS';}
.index_app #list li .mbdiv .span_2{ display:block; float:left; width:1px; height:40px; background:#FFF; margin:58px 15px 0 15px; transform:rotate(15deg);}
.index_app #list li .mbdiv em{ display:block; float:left; font-style:normal; font-size:28px;margin-left:60px ;}
.index_app #list li.hove .mbdiv{ display:block;}
.index_app #list li .yy{ width:100%; height:100%; background:#000; opacity:0.5; position:absolute; z-index:1; top:0px; left:0px;}
.index_app #list li.hove .yy{ opacity:0;}
.index_app #list li .nt{ position:absolute; bottom:49px; right:49px; z-index:2; cursor:pointer; background:url(../images/index_28.jpg) no-repeat; width:65px; height:51px; display:none;}
.index_app #list li.hove .nt{ display:block;}

/*#list li a{ display:none; width:344px; height:313px; position:absolute; top:0px; left:0px; z-index:11;}
#list li.hove a{ display:block; }*/

.index_app #btn{ width:100%; position:relative; margin-top:45px;}
.index_app #btn a{width: 82px;height: 82px;position:absolute; z-index:1000; top:-395px; font-size:17px; font-family:'BEBAS';transition: all 0.3s linear;}
.index_app #btn .prev{ left:100px;background: url(../images/app_arrow_l.png) center center no-repeat; }
.index_app #btn .next{ right:100px;background: url(../images/app_arrow_r.png) center center no-repeat; }
.index_app #btn .prev:hover{ background: url(../images/app_arrow_l_on.png) center center no-repeat; }
.index_app #btn .next:hover{ background: url(../images/app_arrow_r_on.png) center center no-repeat; }


.index_app #img_tit{ color:#070707; font-size:18px; font-weight:bold; text-align:center; padding-top:25px; display:none}
.index_app #img_tit a{ color:#333}
.index_app #img_tit a:hover,#img_tit a:active{ color:#000;}


.index_news{width: 100%;min-width: 1200px;height: 655px;background: url(../images/index_bg_03.jpg) top center no-repeat;}

.index_news .top{width: 100%;text-align: center;padding-top: 50px;}

.index_news .top .cn{font-size: 24px;color: #232323;font-weight: bold;}
.index_news .top .cn font{color: #0a5095;}
.index_news .top .en{font-size: 35px;color: #d4d4d4;line-height: 45px;font-family: SlimJoe;margin-top:10px;}
.index_news .top .line{width: 37px;height: 4px;background: #0a5095;margin:15px auto ;margin-bottom: 40px;}

.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: #0a5095;
}

.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;}


.index_partner{
	width: 100%;
	min-width: 1200px;
	height: 305px;
	background: url(../images/index_bg_04.jpg) center top no-repeat;
}

.index_partner .con_box{
	width: 520px;
	float: left;
	padding-top:50px ;
	float: left;
	position: relative;
}

.index_partner .con_box .top .cn{
	font-size: 24px;
	color: #363636;
	font-weight: bold;
}

.index_partner .con_box .top .cn font{
	color: #0a5095;
}
.index_partner .con_box .top .en{
	color: a3a3a3;
	font-size: 35px;
	font-family: SlimJoe;
	line-height: 45px;
}
.index_partner .con_box .con{
	margin-top: 30px;
}
.index_partner .con_box .con p{
	color: #000000;
	font-size: 14px;
	line-height: 26px;
}


.index_partner .list_box{
	width: 648px;
	height: 224px;
	margin-top: 45px;
	float: right;
	overflow: hidden;
	position: relative;
}
.index_partner .list_box ul li{
	width: 160px;
	height: 110px;
	float: left;
	background: #fff;
	margin-right: 2px;
	margin-bottom: 2px;
	transition: all 0.4s linear;
}
.index_partner .list_box ul li img{width: 100%;height: 100%;display: block;opacity:1;filter:alpha(opacity=100);transition: all 0.4s linear;}

.index_partner .list_box ul li:hover{
	
	box-shadow: 0px 0px 15px #c6c6c6 inset;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.3) inset;
}
.index_partner .list_box ul li:hover img{opacity:0.7;filter:alpha(opacity=70);}

	



.index_partner .con_box .partner_btn{
	width: 105px;
	height: 46px;
	position: absolute;
	
	z-index: 9999;
	top: 70px;
	right: 20px;
}

.index_partner .con_box .partner_btn .pre{width: 46px;height: 46px;float:left; background: url(../images/part_arrow_l.png) center center no-repeat;transition: all 0.3s linear;cursor: pointer;}
.index_partner .con_box .partner_btn .next{width: 46px;height: 46px;float:right;background: url(../images/part_arrow_r.png) center center no-repeat;transition: all 0.3s linear;cursor: pointer;}

.index_partner .con_box .partner_btn .pre:hover{background: url(../images/part_arrow_l_on.png) center center no-repeat;transition: all 0.3s linear;}
.index_partner .con_box .partner_btn .next:hover{background: url(../images/part_arrow_r_on.png) center center no-repeat;transition: all 0.3s linear;}


/*foot*/
.foot_link_bg { width:100%; min-width:1200px; background:#2c2e2f; overflow:hidden;}
.foot_link_bg>ul {width: 1200px;  min-width:1200px; padding:50px 20px; overflow:hidden; margin:0 auto;} 
.foot_link_bg>ul>li { width:12%; float:left; line-height:30px; position:relative;}
.foot_link_bg>ul>li>.border { width:1px; height:28px; overflow:hidden; background-color:#686868; position:absolute; left:0px; top:0px; z-index:1000;}
.foot_link_bg>ul>li a { font-size:12px; color:#898b8e;}
.foot_link_bg>ul>li a:link,.foot_link_bg>ul>li a:visited { color:#898b8e;}
.foot_link_bg>ul>li a:hover { color:#fff;}
.foot_link_bg>ul>li>ul>li{ border-left:1px solid #25292c; line-height:16px; padding-left:14px; padding-top:6px; padding-bottom:6px;}
.foot_link_bg>ul>li>ul>li.tit a{ font-size:17px; font-weight:bold; color:#bababa;}
.foot_link_bg>ul>li>ul>li.tit a:link,.foot_link_bg>ul>li>ul>li.tit a:visited {color:#bababa;}
.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: 12px;color: #bababa;}

.foot{width: 100%;height: 80px;background: #2c2e2f;border-top: 1px solid #464748;}
.foot .info{width: 1150px;float: left;height: 80px;font-size: 12px;color: #868688;}
.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: 20px;}


/*about*/

.about_01{width: 100%;min-width: 1200px;height: 809px;background: url(../images/about_01.jpg) center top no-repeat;}

.about_01 .con_box{padding: 210px 80px;padding-bottom: 110px;}

.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: #0a5095;margin-bottom: 30px;}

.about_01 .con_box .con{line-height: 30px;color: #0f0f0f;font-size: 14px;height: 370px;overflow-y: auto;}



.about_02{width: 100%;min-width: 1200px;height: 703px;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: #0a5095;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: 737px;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: #0a5095;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: #0a5095;}
.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: 590px;background:#FFFFFF;}
.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: #0a5095;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:50px; }


.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:#0a5095; 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 #0a5095; transition:all 0.3s linear;}
.fzlc .cont li:hover .p_1,.fzlc .cont li:cur .p_1{font-size: 20px;color: #0a5095;}



.about_05{width: 100%;min-width: 1200px;height: 650px;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: #0a5095;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: #0a5095;}
.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: 235px;
	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:#0a5095;
}
.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: #0a5095;}

.pro_box .pro_list li .pro_con:hover  .title{font-weight: bold;color: #0a5095;}
.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: #0a5095;}
.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: #d30e0e;
}


.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{
	width: 560px;
}

.pro_box .tab_imgs .bimg_box{
	width: 100%;
	height: 360px;
	margin-bottom: 10px;
}

.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: 600px;
	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: 278px;
	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_tel.png) 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: #0a5095;
	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: #d30e0e;
	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: #d30e0e;
	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:50px; 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:70px;}

#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: 1.5em;
	font-size: 14px;
}
.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:40px 0px 80px 0px;margin:0px; text-align:center; font-family:arial; font-size:14px;
}
div.flickr a {
	border: 1px solid #cbcbcb ; width:40px;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 #0A5095;}
.jbs_txtarea{ width:500px; height:150px; border:1px solid #CCCCCC; font-size:15px; padding:5px;background: #FFFFFF;}
.jbs_txtarea:focus{ border:1px solid #0A5095;}
.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:#0A5095; 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;}