@charset "utf-8";
html { }
html,body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p { padding:0; margin:0; -webkit-tap-highlight-color:rgba(0,0,0,0);}
body { font-size:12px;background:#FFF; color:#666; font-family:"微软雅黑","思源黑体","黑体"; line-height:1.5;min-width:1200px;}

a{
	color: #000000;
	text-decoration: none;
}
a:hover{
	color: #CC0000;
}
ul,li{
	margin: auto;
	padding: 0px;
	list-style-type: none;
}
img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none; 
}
.clear{ clear:both;_overflow:hidden;*height:0px;}
img{ border:0px;}

div, img, span, a, p{ margin:0px; padding:0px;}

/* 圆细滚动条样式 */
::-webkit-scrollbar{width:4px;height:6px}
::-webkit-scrollbar-button:vertical{display:none;}
::-webkit-scrollbar-track:vertical{background-color:black}
::-webkit-scrollbar-track-piece{background:#FFF}
::-webkit-scrollbar-thumb:vertical{background-color:#05599d;}
::-webkit-scrollbar-thumb:vertical:hover{background-color:#05599d}
::-webkit-scrollbar-corner:vertical{background-color:#535353}
::-webkit-scrollbar-resizer:vertical{background-color:#da251e}




#cms img,#cms1 img,#header img{
	border: none; max-width:100%;
}
img[align="left"]{ margin-right:10px;}
img[align="right"]{ margin-left:10px;}
p,dl,dt{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div,span{text-overflow: ellipsis;}
div,span,a{text-overflow: ellipsis;}
.clear{ clear:both}
.fl{ float:left}
.fr{ float:right}

ul,li { list-style: none; }
img { border:0; }
input:focus,textarea:focus{ outline:none; }
input,select{font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif}
.input_noline{ background-color:transparent;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px;}



a { text-decoration: none; outline:none;}
a:hover { text-decoration: none; }

.clearfix { clear: both; zoom: 1; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; transition:0.5s ease-in-out; text-transform:uppercase; }
.fl { float: left; }
.fr { float: right; }


.box{ width:1400px; margin:0 auto; padding:0;}

.i_header{ width:100%;min-width:1200px;box-shadow: 0 10px 15px rgba(0,0,0,0.05); height: 88px; background: rgba(255,255,255,0.95); margin:0 auto; padding:0; position:fixed; left: 0; right: 0; top: 0; z-index: 99999;}

.i_header .logo{ height:65px; float:left; padding:12px 55px 0 0; width:302px;}
.i_header .logo img{ max-width:100%;}
.i_header .app_logo{ float:left; height:43px; display: none;}
.i_header .app_logo img{ max-width:100%;}

.i_nav{ width:780px; float:left; margin-top: 10px;}
.i_nav ul{ margin:0 auto; padding:0; text-align: center;}
.i_nav ul li{ width:100px; line-height: 75px; height: 75px; margin: 0 12px; float: left; position: relative;}
.i_nav ul li a{ color:#333; font-size: 16px; display: block;}

.i_nav ul li .line{ width:0; position:absolute; left:0; bottom:-2px; background:#da251e; height:4px;}
.i_nav ul li:hover .line,.i_nav ul li.selected .line{ width:100%; transition:0.5s;}
/*.i_nav ul li:hover a{color: #006abb;}*/

.i_nav ul li:hover ul li .line,.i_nav ul li ul li li:hover .line{ display:none}
.i_nav ul li ul{visibility:hidden;box-shadow:1px 0px 25px rgba(0,0,0,0.05); margin:0; padding:0; position:absolute; top:80px; left:-20px;/* overflow:hidden;*/ text-align:left; width:180px; background:rgba(255,255,255,0.90); z-index:99999;opacity:1;}

.i_nav ul li:hover>ul{ opacity:1; transition:0.5s;visibility:visible; /*overflow:hidden;*/ top:78px;border-radius:8px;}

.i_nav ul li ul ul{ top:0px; left:80%; width:110%;border-radius:8px;}
.i_nav ul li ul li:hover>ul{opacity:1;top:0px; left:100%;border-radius:8px;}
/*.i_nav ul li ul li:hover{overflow:visible;}*/
.i_nav ul li ul li{ float:none;line-height: 45px; height: 45px; margin:0; width:100%; /*overflow:hidden;*/ border-bottom:1px solid rgba(0,0,0,0.1);border-radius:8px;}
.i_nav ul li ul li a{
	padding:0 25px;
	display:block;
	font-size:14px;
	color: #666;
	overflow:hidden;
	white-space: nowrap;border-radius:8px;
}
.i_nav ul li ul li:hover{ background:#7ec1f5; transition:0.5s;border-radius:8px; }
.i_nav ul li ul li:hover> a{color:#FFF;}

.i_nav ul li ul li:last-child{ border-bottom:none;}



.search{ width: 205px;height:42px; margin: 25px 0 0 0; float: left; background: #f0f0f0;border-radius:4px;}

.search .s_lt{ width: 153px; float: left; height:40px; line-height:40px;}
.search .s_lt input{ padding:0 4px 0 12px; color: #999; font-size: 10px;}
.search .s_rt{ width:25px; height:40px; padding-right: 10px; float: right; background: url(../images/s_rt.png) no-repeat right center}

.lan{ background: #da251e; width:50px; height: 40px; line-height: 40px; margin-top:25px; float:right;border-radius:4px;}
.lan a{ display: block; text-transform: uppercase; color:#fff; padding:0 0 0 10px; font-size:14px; background:url(../images/lan_li.png) no-repeat 34px center;}


.banner_box{ width:100%; /*height:100%;*/ overflow:hidden; position:relative; }
.banner_box .hd{ height:20px; overflow:hidden; position:absolute; right:0; left:0; bottom:25px; z-index:1; width:100%;}
.banner_box .hd ul{ overflow:hidden; margin:0 auto; height:30px; text-align:center; list-style:none;}
.banner_box .hd ul li{ display:inline-block; margin:0 6px; width:8px; height:8px; border-radius:100%; background: rgba(255,255,255,0.8); cursor: pointer;transition: 0.5s;}
.banner_box .hd ul li.on{background: rgba(218,37,30,1); transition: 0.5s;}


.banner_box .bd{ position:relative; height:100%; z-index:0;   }
.banner_box .bd li{ zoom:1; vertical-align:middle; }
.banner_box .bd img{ width:100%; height:100%; display:block; }

/* 下面是前/后按钮代码，如果不需要删除即可 */
.banner_box .prev,
.banner_box .next{ position:absolute; left:2%; top:56%; margin-top:-25px; display:block; width:56px; height:56px; background:url(../images/slider-arrow.png) -100px 8px no-repeat; filter:alpha(opacity=50);opacity:0.5; background-color: rgba(0,0,0,0.4); border-radius:100%;transition: 0.5s;}
.banner_box .next{ left:auto; right:2%; background-position:20px 8px;}
.banner_box .prev:hover,
.banner_box .next:hover{ filter:alpha(opacity=100);opacity:1; background-color: rgba(0,0,0,0.4);transition: 0.5s;}
.banner_box .prevStop{ display:none; }
.banner_box .nextStop{ display:none; }




.app_banner_box{ position:relative; margin:0 auto; width:100%; overflow:hidden;display: none; }
.app_banner_box .hd { position: absolute; bottom:12px; width: 100%; height: 10px; }
.app_banner_box .hd ul { width: 100%; text-align: center; }
.app_banner_box .hd ul li { width:5px; height:5px; border-radius:100%; margin:0 4px; border:2px solid rgba(255,255,255,0.8); display:inline-block; text-indent: 9999px; cursor:pointer;}
.app_banner_box .hd ul li.on { background:rgba(255,255,255,1); opacity:1; border:2px solid rgba(255,255,255,1); }
.app_banner_box .bd{ position:relative; z-index:0; }
.app_banner_box .bd li{ position:relative; text-align:center;  }
.app_banner_box .bd li img{ vertical-align:top; width:100%; }
.app_banner_box .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0); }



/**手机端**/
@media (max-width:769px){
.i_header{min-width:0px;}
body{min-width:0px;}
.box{ width:96%; padding:0 2%;}

/**头部**/
.i_h_box{ width:96%; padding:0 2%;}
.i_header{ overflow:hidden; padding:8px 0 8px; height:auto; position: static;}	


.lan{ background: #006abb; width:36px; height: 32px; line-height: 32px; margin:5px 1px 0 0; float:right;}
.lan a{padding:0 0 0 5px; background:url(../images/lan_li.png) no-repeat 23px center;}

	
.i_header .morenav{ float:right; display:block; background:#cb152d url(../images/app_nav_line.png) no-repeat center;width:34px; height:32px; margin-top:5px;border-radius:6px;}
.i_header .navon{height:72px;}

.mm-pagedim-black #mm-blocker { opacity: 0; }
.mm-pagedim-black.mm-opening #mm-blocker { background: #000; opacity: .3; transition: opacity .4s ease .4s; }
.mm-listview li span{width:6px;height:2px; background:#606060; margin-right:10px;display:block; margin:10px 18px 0 0;float:left;}

	
/**大图**/
.banner_box,.search,.i_nav,.i_header .logo{ display:none;}
.app_banner_box,.i_header .app_logo{ display:block;}
}





.zl_title{ height: auto; overflow: hidden; text-align: center; padding-bottom: 30px; background: url(../images/t_icon.png) center 60px no-repeat; }
.zl_title b{ display:block; color: #006abb; font-size: 30px; line-height: 40px;font-weight:bold;}
.zl_title i{ display: block; font-style: normal; color: #c1c1c1; font-size: 10px; font-family: Arial; text-transform: uppercase; letter-spacing:5px;}

.zl_box{ height:auto; overflow: hidden; padding: 40px 0;}
.zl_box .banner_box{ margin:auto; overflow:hidden;}
.zl_box .banner_box .bd  ul{ margin:30px auto 0; padding: 0;}
.zl_box .banner_box .bd   ul li{
	width: 33.3333%;
	height:100%;
	float: left;
	margin: 0;
	position: relative;
	padding: 0px; overflow:hidden;
}
.zl_box .banner_box .bd ul li>div{ float:left; width:90%;margin-left:5%; margin-right:5%; overflow:hidden;}
.zl_box .banner_box .bd ul li a{ color:#fff; font-size:16px; display: block; transition: 0.5s;}
.zl_box .banner_box .bd ul li a .pic{width:100%; overflow: hidden; position: relative; z-index:9; transition: 0.5s; float:left;border-radius:4px;}
.zl_box .banner_box .bd ul li a .pic img{ max-width: 100%;height:100%; background: #006abb; transform:0.5s;}

.zl_box .banner_box .bd ul li a .desc{
	width:22%;
	height:55px;
	line-height: 55px;
	position: absolute;
	z-index:99;
	background-color:rgba(0,106,187,0.5);
	background-repeat:no-repeat;
	background-position: 45px center;
	padding-left: 90px;
	font-size: 16px;
	left: 5%;
	top: 0px; transition: 0.5s;
	border-radius:4px; border-bottom-left-radius: 0;
}
.zl_box .banner_box .bd   ul li:hover a .pic img{opacity: 0.6; transition: 0.5s;}
.zl_box .banner_box .bd   ul li:hover a .desc{background-color:rgba(0,106,187,1);transition: 0.5s;}
.zl_box .econtent{ display:none}
.zl_box .banner_box .bd   ul li:hover a .desc{	background-color:rgba(218,37,30,0.9);}


.zl_box .econtent ul li>div{ float:left; width:90%;  margin-left:5%; margin-right:5%; overflow:hidden; position:relative}
.zl_box .econtent ul li a{ color:#fde9b7; font-size:16px; display: block; transition: 0.5s;}
.zl_box .econtent ul li a .pic{width:100%; overflow: hidden; z-index:9; transition: 0.5s; float:left;}
.zl_box .econtent ul li a .pic img{ max-width: 100%;height:auto; background: #006abb;}

.zl_box .econtent ul li a .desc{
	width:100%;
	line-height: 55px;
	background-color:rgba(0,106,187,0.8);
	background-repeat:no-repeat;
	background-position: 45px center;
	font-size: 16px; text-align:center;
    position: absolute;
	left: 0px;
	top: 50%; margin-top:-22.5px;	
}

.zl_box .econtent ul li:hover a .pic img{opacity: 0.6; transition: 0.5s;}
.zl_box .econtent ul li:hover a .desc{background-color:rgba(0,106,187,1);}



.zl_box .econtent   ul li:hover a .pic img{opacity: 0.6; transition: 0.5s;}
.zl_box .econtent   ul li:hover a .desc{background-color:rgba(0,106,187,1);}



@media (max-width:769px){
.zl_title{ padding-bottom: 0px; }
.i_com_title a{ top:0px;}
.app_jk_box .prev,
.app_jk_box .next,.app_n_box .prev,
.app_n_box .next{ display:none}
.zl_box{ padding: 0px 0; padding-top:15px;}
.zl_box .econtent{ display:block}
.zl_box .banner_box{ margin:auto; overflow:hidden;}

.zl_box .econtent ul{ margin:30px auto 0; padding: 0; margin-top:0px;}
.zl_box .econtent ul li{
	width: 100%;
	float: none;overflow:hidden; margin-top:15px;}
	.zl_box .econtent ul li a .pic{width:100%; height: auto; overflow: hidden; margin: 0 auto;text-align: center; float:none;}
	
.zl_box .econtent ul li a .desc{
	width:100%;
	line-height: 55px; height: 55px;
	background-color:rgba(0,106,187,0.8);
	background-repeat:no-repeat;
	background-position: 45px center;
	font-size: 16px; text-align:center;
    position: absolute;
	left: 0px; right: 0px;
	top: 0;
}
	
.zl_title{ width: 100%; text-align: center; float: none; background: url(../images/t_icon.png) center bottom no-repeat; padding-bottom: 10px;}
.zl_title b{ font-size:20px; line-height: 26px;}
.zl_title i{ font-size: 10px;}
}
	

@media (max-width:370px){
	.i_h_box{ width:98%; padding:0 1%;}
	.lan{margin-left:2px}
}





.team_box{ height: auto; overflow: hidden; background:#fbfbfb; padding:50px 0;}

.t_title{ height:auto; overflow: hidden;}
.tm_title{ width: 200px; float: left; height: auto; overflow: hidden; padding-bottom: 10px; background: url(../images/t_icon.png) 135px 20px no-repeat;}
.tm_title b{ display:block; color: #006abb; font-size: 30px; line-height: 40px;}
.tm_title i{ display: block; font-style: normal; color: #c1c1c1; font-size: 10px; font-family: Arial; text-transform: uppercase; letter-spacing:5px;  padding-left: 5px;}
.tm_more{ float:right; margin-top: 14px; width: 40px; height: 30px;transition: 0.5s;overflow: hidden; background-position: center top; background-repeat: no-repeat;}
.tm_more:hover{ background-position: center bottom; transition: 0.5s;}
.t_title a{ display: block;}

.team_img{ height:auto; overflow: hidden; margin:6px 0 0;}
.team_img ul{ margin:0 auto; padding: 0;}
.team_img ul li{width: 290px; height: auto;overflow: hidden;float: left; margin-left:12px;}
.team_img ul li:first-child{ margin-left: 0;}
.team_img ul li a{ font-size: 16px; color: #666; display: block;}
.team_img ul li a .t_img{width:290px; height: 197px;overflow: hidden;}
.team_img ul li a .t_img img{width:100%; transition: 0.5s; height:197px;border-radius:4px;}
.team_img ul li a font{ display: block;line-height: 30px; height: 30px;padding: 12px 0 0; text-align:center;
	/*background: url(../images/tm_icon.png) no-repeat 130px 22px;*/}

.team_img ul li a:hover{color: #006abb;}
.team_img ul li a:hover .t_img img{ transform: scale(1.1,1.1); transition: 0.5s;}



@media (max-width:769px){
.team_box{padding:4% 0;}
.tm_title{ width: 100%; text-align: center; float: none; background: url(../images/t_icon.png) center bottom no-repeat;}
.tm_title b{ font-size:20px; line-height: 26px;}
.tm_title i{ font-size: 10px;}
.tm_more{ float:none; margin: 2% auto 0; width: 40px; height: 30px;}
.tm_more:hover{ background-position: center bottom; transition: 0.5s;}
.t_title a{ display: block;}
	
.team_img{ height:auto; overflow: hidden; margin:4% 0 0;}
.team_img ul{ margin:0 auto; padding: 0;}
.team_img ul li{width:48%; height: auto;overflow: hidden;float: left; margin:0 1% 2%;}
.team_img ul li:first-child{ margin-left:1%;}
.team_img ul li a{ font-size: 14px; color: #666; display: block;}
.team_img ul li a .t_img{width:100%; height: 100%;overflow: hidden;}
.team_img ul li a .t_img img{width:100%; transition: 0.5s; height:auto;}
.team_img ul li a font{ display: block;line-height: 30px; height:30px;padding: 0 0 0 18px;text-align:center;
	/*background: url(../images/tm_icon.png) no-repeat 0 10px;*/}

.team_img ul li a:hover{color: #006abb;}
.team_img ul li a:hover .t_img img{ transform: scale(1.1,1.1); transition: 0.5s;}
	
	
}

.news_box{ height: auto; overflow: hidden; padding:50px 0 70px;}
.news_box .news_blt{ width:48%; overflow: hidden; height: auto;float:left;}

.news_box .news_brt{ width:48%; overflow: hidden; height: auto;float:right;}


.n_econtent{ margin-bottom: 28px; transition: 0.5s; margin-top:10px; padding-left:5px;}
.n_econtent ul{ float:left; width:100%;}
.n_econtent ul li{
	float: left;
	width: 99%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #dddddd;
	line-height: 44px;
	position: relative;
}
.n_econtent ul li:after{
	background-color: #da251e;
	float: left;
	height: 3px;
	width: 3px;
	left: 0px;
	top: 20px;
	position: absolute;content:'';
}

.n_econtent ul li a{
	float:left;
	width:70%;font-size: 14px;
	white-space: nowrap;
	overflow: hidden; margin-left:15px; color:#666666
}
.n_econtent ul li a:hover{color: #da251e;}
.n_econtent ul li span{ float:right; width:75px;font-size: 14px; color:#999;}

.pic_box{ height: auto; overflow: hidden; padding: 0 0 70px;}

.pic_box .pic_blt{ width: 48%; float:left;}
.pic_box .pic_brt{ width: 48%; float:right;}

.pic_box .pic_img{ width: 100%; height: auto; overflow: hidden; margin-top:25px; cursor: pointer;}
/*
.pic_box .pic_img img{ max-width: 100%; transition: 0.5s;}
.pic_box .pic_img:hover img{ transform: scale(1.2); transition: 0.5s;}

*/

.pic_blt_img,.pic_brt_img{ width:100%; height:100%; overflow:hidden; position:relative;}

.pic_blt_img .bd,.pic_brt_img .bd{ position:relative; height:100%; z-index:0; }
.pic_blt_img .bd li,.pic_brt_img .bd li{ zoom:1; vertical-align:middle;position:relative;}
.pic_blt_img .bd li a,.pic_brt_img .bd li a{ color:#fff;}
.pic_blt_img .bd img,.pic_brt_img .bd img{ max-width:100%; max-height:100%; display:block; transition: 0.5s; width:595px; height:450px;}
.pic_blt_img .bd li font,.pic_brt_img .bd li font{ padding:0 5%; width:90%; position:absolute; 
	background:url(../images/jk_img_bg.png) bottom repeat-x; left:0; z-index: 9999; bottom:0; display:block; height:118px; line-height:165px; font-size: 18px;}
.pic_blt_img .bd:hover img,.pic_brt_img .bd:hover img{ opacity: 0.8; transition: 0.5s;}
.pic_blt_img .prev,
.pic_blt_img .next,.pic_brt_img .prev,
.pic_brt_img .next{ transition: 0.5s; position:absolute; overflow: hidden; right:30px; bottom:25px; display:block; width:30px; height:30px; background:url(../images/jk_icon.png) right top no-repeat;}
.pic_blt_img .next,.pic_brt_img .next{right:70px; background-position:left top; }
.pic_blt_img .prev:hover,.pic_brt_img .prev:hover{ background-position:right bottom; transition: 0.5s;}
.pic_blt_img .next:hover,.pic_brt_img .next:hover{ background-position:left bottom; transition: 0.5s;}

.app_pic_blt_box,.app_pic_brt_box{ position:relative; margin:10px auto 15px; display: none;}
.app_pic_blt_box .bd,.app_pic_brt_box .bd{ overflow:hidden; width:auto; margin:0 auto;position:relative; z-index:0;}
.app_pic_blt_box .bd ul,.app_pic_brt_box .bd ul{ overflow:hidden; zoom:1; text-align:center; }
.app_pic_blt_box .bd ul li,.app_pic_brt_box .bd ul li{ float:none; width:500px; display:inline-block; overflow:hidden; }
.app_pic_blt_box .bd ul li a,.app_pic_brt_box .bd ul li a{ color:#666; font-size:14px;}
.app_pic_blt_box .bd ul li .pic,.app_pic_brt_box .bd ul li .pic{ text-align:center; width:500px; height:100%; margin:0 auto; overflow:hidden;}
.app_pic_blt_box .bd ul li .pic img,.app_pic_brt_box .bd ul li .pic img{ height:auto; display:block; width:100%;  transition:0.5s;}

.app_pic_blt_box .bd ul li .pic a:hover img,.app_pic_brt_box .bd ul li .pic a:hover img{ border-color:#999;  }
.app_pic_blt_box .bd ul li .title,.app_pic_brt_box .bd ul li .title{ line-height:30px; height:30px; width:100%; padding: 10px 0 0; font-size: 18px;}

.app_pic_blt_box .hd,.app_pic_brt_box .hd {position: absolute;bottom: 55px;width: 100%;height: 10px;}
.app_pic_blt_box .hd ul,.app_pic_brt_box .hd ul {width: 100%;text-align: center;}
.app_pic_blt_box .hd ul li,.app_pic_brt_box .hd ul li {width: 8px;height: 8px; border-radius:100%;margin:0 5px; background: #fff;display: inline-block; text-indent: 9999px; cursor: pointer;}
.app_pic_blt_box .hd ul li.on,.app_pic_brt_box .hd ul li.on {background:#da251e;opacity: 1;}


@media (max-width:769px){
	.news_box{ padding:20px 0;}
	.news_box .news_blt{ width: 100%; float:none;}
    .news_box .news_brt{ width: 100%; float:none; margin-top: 20px;}
	.pic_box{ padding: 0 0 20px;}
	.pic_box .pic_blt{ width: 100%; float:none;}
    .pic_box .pic_brt{ width: 100%; float:none; margin-top: 20px;}
	.pic_box .pic_img{ height: auto; overflow: hidden; margin-top:0;}
	.pic_blt_img,.pic_brt_img{ display: none;}
	.app_pic_blt_box,.app_pic_brt_box{ display: block;}
	

	
	
	}

	@media (max-width:550px){
		.app_pic_blt_box .bd ul li,.app_pic_brt_box .bd ul li{  width:450px;}
	    .app_pic_blt_box .bd ul li .pic,.app_pic_brt_box .bd ul li .pic{width:450px;}
	}


	@media (max-width:500px){
		.app_pic_blt_box .bd ul li,.app_pic_brt_box .bd ul li{  width:350px;}
	    .app_pic_blt_box .bd ul li .pic,.app_pic_brt_box .bd ul li .pic{width:350px;}
	}

	@media (max-width:400px){
		.n_econtent ul li a{width:60%;}
		.app_pic_blt_box .bd ul li,.app_pic_brt_box .bd ul li{  width:300px;}
	    .app_pic_blt_box .bd ul li .pic,.app_pic_brt_box .bd ul li .pic{width:300px;}
	}
.i_com_title{
	height: auto;
	overflow: hidden;
	padding-bottom: 0;
	background: url(../images/t_icon.png)  135px 20px no-repeat;
	position: relative;
}
.i_com_title a{
	position: absolute;
	top: -10px;
	right: 0px;
}
.i_com_title b{ display:block; color: #006abb; font-size: 30px; line-height: 40px;}
.i_com_title i{ display: block; font-style: normal; color: #c1c1c1; font-size: 10px; font-family: Arial; text-transform: uppercase; letter-spacing:5px;padding-left: 1px;}

.i_com_more{ margin-top: 20px; width: 40px; height: 30px;transition: 0.5s;overflow: hidden; background-position: center top; background-repeat: no-repeat; margin-left: 5px;}
.i_com_more:hover{ background-position: center bottom; transition: 0.5s;}

.i_com_font{overflow: hidden; height: auto; margin-top: 30px;}
.i_com_font ul{ margin: 0 auto;padding: 0;}

.i_com_font ul li{ width:515px; padding:20px 25px 24px;border: 1px solid #e1e1e1; margin-bottom: 20px; transition: 0.5s;}
.i_com_font ul li a{ color: #666; font-size: 14px; line-height: 24px; display: block;}
.i_com_font ul li a .title{line-height: 35px; height: 35px;font-size: 15px; color: #333;padding-bottom:2px;}
.i_com_font ul li a .title font{font-size: 12px; color: #999; padding-right: 5px;}

.i_com_font ul li:hover{ background: #f5f5f5; transition: 0.5s;}

.footer{ height: auto;overflow: hidden; background: #006abb;padding: 40px 0 25px;}
.footer .f_font{ width:100px;float: left;margin-right: 75px; color: #fff;}
.footer .f_font font{ display: block; font-size: 16px; padding-bottom: 10px; background: url(../images/f_t_icon.png) 80px 10px no-repeat;}
.footer .f_font ul{ margin: 0 auto; padding: 0;}
.footer .f_font ul li{ height: 24px; line-height: 24px;}
.footer .f_font ul li a{ display: block; font-size: 12px;color:rgba(255,255,255,0.7);}
.footer .f_font ul li:hover a{color:rgba(255,255,255,1); text-decoration:underline;}

.footer .f_contact{ width:280px;float: left;margin-right: 40px; color: #fff;}
.footer .f_contact font{ display: block; font-size: 16px; padding-bottom: 15px; background: url(../images/f_t_icon.png) 80px 8px no-repeat;}
.footer .f_contact ul{ margin: 0 auto; padding: 0;}
.footer .f_contact ul li{ height: auto;  overflow: hidden; line-height: 18px;padding:5px 0;}
.footer .f_contact ul li a{ display: block; font-size: 12px;color: #fff;}


.footer .f_gz{ width:145px;float: right; color: #fff;}
.footer .f_gz font{ display: block; font-size: 16px; padding-bottom: 15px; /*background: url(../images/f_t_icon.png) 80px 8px no-repeat;*/}
.footer .f_gz .img{ width: 160px;height: 160px; overflow: hidden;}
.footer .f_gz .img img{ max-width:100%;border-radius:8px;}

.f_bottom{ font-size: 14px; height:40px;line-height: 40px; border-top: 1px solid RGBA(255,255,255,0.2);color: #fff;background: #006abb;padding:10px 0; clear:both}
.f_bottom a{color:#fff;}


.app_botm{ overflow:hidden; background:#da251e; position:fixed; bottom:0; left:0; right:0; height:45px; z-index:999999; display: none;}
.app_botm ul{ margin:0; padding:8px 0 0; text-align:center;}
.app_botm ul li{ width:30%; display:inline-block;}
.app_botm ul li .pic{}
.app_botm ul li a{ color:#FFF;}



/*固定的悬浮窗*/
.yb_conct{position:fixed;z-index:9999999;bottom:60px;right:-127px;cursor:pointer;transition:all .3s ease; display:none!important;}
.yb_bar ul li{width:180px;height:55px;font-size: 12px; line-height: 56px; color:#fff;text-indent:54px;margin-bottom:1px;transition:all .5s ease;overflow:hidden;}
.yb_bar .yb_pic1{background:#da251e url(../images/ce_icon1.jpg) no-repeat 0 0;border-radius:8px;}
.yb_bar .yb_pic2{background:#da251e url(../images/ce_icon2.jpg) no-repeat 0 0;border-radius:8px;}
.yb_bar .yb_top{background:#065ca2 url(../images/ce_icon4.jpg) no-repeat 0 0;border-radius:8px;}
.hd_qr{padding:0 29px 25px 29px;}
.yb_QQ a{display:block;text-indent:54px;width:100%;height:100%;color:#fff;}
.yb_QQ a:hover{display:block;text-indent:54px;width:100%;height:100%;color:#fff;}
.yb_bar ul li:hover a{ color:#fff }


.clear{ clear:both}
@media (max-width:769px){

	.econtent ul li span{ display:none}
	.econtent ul li a{ width:100%;}
	.jk_box{ height: auto; overflow: hidden; padding:4% 0;}
	.jk_box .jk_box_img{ width:100%;float: none;}
	/*.app_jk_box{ display:block;}*/
	.jk_box .jk_img{display: none;}
	
	.news_box{ height: auto; overflow: hidden; padding:4% 0;}

	.news_box .news_box_img{ width:100%; float:none;}

	.news_box .news_img{display: none;}
	/*.app_n_box{ display: block;}*/
	
	.i_com_title{ text-align: center; padding-bottom: 10px; background: url(../images/t_icon.png) center bottom no-repeat;}
	.i_com_title b{font-size:20px; line-height:26px;}
	.i_com_title i{}
	.i_com_more{ margin: 2% auto 0; }

	.jk_box .jk_box_font{ width:100%;float: none;padding: 6% 0 4%; background: #fffbf1;}
	.i_com_font{overflow: hidden; height: auto; margin-top: 3%;}
	.i_com_font ul{ margin: 0 auto;padding: 0;}

	.i_com_font ul li{ width:86%; padding:4% ;border: 1px solid #e1e1e1; margin: 0 auto 2%; background: #FFF;}
	.i_com_font ul li a{ color: #666; font-size: 14px; line-height: 24px;}
	.i_com_font ul li a .title{line-height: 30px; height: auto;font-size: 16px; color: #333;padding-bottom:2px;}
	.i_com_font ul li a .title font{font-size: 12px; color: #999; padding-right: 5px;}
	
	
	.news_box .news_box_font{ width:100%; float: none;}
	.footer{ display: none;}
	.f_bottom{ text-align: center; line-height: 24px; height: auto;padding: 15px 0; margin-bottom:45px;}
	.f_bottom a{ display: block;}
	
	.app_botm{ display: block;}
	
	.yb_conct{display: none;}
}



/**内页**/


.com_ban{ overflow:hidden; height:260px; background-repeat:no-repeat; background-position:center top;margin-top: 100px;background-size: 1440px auto;}

.common{ overflow:hidden; margin:40px auto; padding:0; background:#FFF; width:1440px;}


.com_left{ width:300px; float:left;}
.com_left .c_lt_title{ height:65px;font-weight:bold; line-height: 65px; background:#006abb url(../images/lan_li.png) 135px 26px no-repeat;color:#FFF; font-size:25px; padding:0 0 0 20px;border-radius:2px;}
.com_left .c_lt_title1{ height:45px; font-weight:bold; line-height: 45px; background:#da251e url(../images/lan_li.png) 106px 16px no-repeat;color:#FFF; font-size:16px; padding:0 0 0 20px;}

.com_left .com_list{ overflow:hidden;}
.com_left .com_list ul{
	margin:0;
	padding:0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #ededed;
	border-right-color: #ededed;
	border-bottom-color: #ededed;
	border-left-color: #ededed;
}
.com_left .com_list ul ul{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none; display:none
}
.com_left .com_list ul li{}
.com_left .com_list ul li a{
	line-height:24px;
	border-bottom:1px solid #ededed;
	color:#666;
	font-size: 16px;
	display:block;
	padding:18px 25px; transition: 0.5s;
	background-repeat: no-repeat;
	background-position: 25px center;	/*font-weight: bold;*/
}

.com_left .com_list ul li ul li a{
	line-height:24px;
	color:#006abb;
	transition:0.5s;
	font-size: 12px;
	display:block;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 46px;
	background-image: url(../images/11.png);
	background-repeat: no-repeat;
	background-position: 30px center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #dddddd;
	font-weight: lighter;
}

/*.com_left .com_list ul li:last-child{ border-bottom:none;}*/
.com_left .com_list ul li a:hover,.com_left .com_list ul li a.select{ background-color:#ededed;transition:0.5s; }
.com_left .com_list ul li ul li a:hover,.com_left .com_list ul li ul li a.select{ background-color:#ffffff;color:#da251e;	background-image: url(../images/12.png);}
.com_left .c_lt_pic{width:240px; height: 180px;overflow: hidden; margin-top: 20px;}
.com_left .c_lt_pic img{max-width: 100%; transition: 0.5s; }
.com_left .c_lt_pic:hover img{ transition: 0.5s;transform: scale(1.1,1.1);}

.com_left .com_contact{ overflow:hidden; margin-top:20px;}
.com_left .com_contact .c_c_desc{  overflow:hidden; border:1px solid #ededed; border-top:none;padding:14px 20px;}
.com_left .com_contact .c_c_desc ul{ margin:0; padding:0;}
.com_left .com_contact .c_c_desc ul li{ line-height:20px; padding:2px 0;}
.com_left .com_contact .c_c_desc ul li a{ color:#666; font-size: 14px;}


.com_right{ width:1110px; float:right;}

.com_nav{
	overflow:hidden;
	border-bottom:1px solid #F2F2F2;
	margin-bottom:10px;

	font-size:14px;
	color:#888;
	background-image: url(../images/jiantou.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 40px; line-height:30px;
}
.com_nav  a{ color:#888;  font-size:16px;padding: 0 5px;}
.com_nav span:last-child a,.com_nav span:last-child{ color:#333; font-weight:bold; font-size:16px;  padding-left: 5px;}

/*.com_nav ul{ padding:0; margin:0; text-align:center;}
.com_nav ul li{ float:left; height:32px; line-height:32px;}
.com_nav ul li a{ padding:0 2px; color:#888; font-size:14px;}
.com_nav ul li:first-child{ background:url(../images/jiantou.png) no-repeat; padding-left:40px;}
.com_nav ul li:last-child a{ color:#333; font-weight:bold; font-size:16px;}*/

.com_desc{ overflow:hidden; padding:10px 0; line-height:30px; font-size: 13px;}


/**内页产品**/
.com_product{ overflow:hidden; height:auto; }

.com_product ul{ margin:0 auto; padding: 0;}
.com_product ul li{width: 290px; height: auto;overflow: hidden;float: left; margin:15px 8px 5px;}
.com_product ul li a{ font-size: 16px; color: #666; display: block;}
.com_product ul li a .t_img{width:290px; height: 197px;overflow: hidden; text-align:center;}
.com_product ul li a .t_img img{width:100%; transition: 0.5s;height: 197px;}
.com_product ul li a font{ display: block;line-height: 30px; height: 30px;padding: 12px 0 0;text-align:center;
	/*background: url(../images/tm_icon.png) no-repeat 130px 22px;*/}

.com_product ul li a:hover{color: #006abb;}
.com_product ul li a:hover .t_img img{ transform: scale(1.1,1.1); transition: 0.5s;}
.photo  ul li a .t_img img{width:auto; transition: 0.5s;height:auto;}
.photo ul li a font{
	display: block;
	line-height: 30px;
	height: 30px;
	padding: 12px 0 0;
	background: none;
	text-align:center;
	white-space: nowrap;
	overflow: hidden;
}
.photo ul li a .t_img{width:284px;
	border: 3px solid #006abb;
}

@media (max-width:769px){

/**内页**/
.com_ban{ height: 100px;margin-top:0px; background-size: cover;}



.com_nav{ line-height:20px;}
.com_nav ul{ padding:0; margin:0; text-align:center;}
.com_nav ul li{ float:left; height:32px; line-height:32px;}
.com_nav ul li a{ padding:0 2px; color:#888; font-size:14px;}
.com_nav ul li:first-child{ background:url(../images/jiantou.png) no-repeat; padding-left:40px;}
.com_nav ul li:last-child a{ color:#333; font-weight:bold; font-size:16px;}


.common{ width:96%; height: auto; overflow:hidden; margin:20px auto; padding:0 2%; background:none;box-shadow:none;}

/**内页简介**/
.com_left{ display:none;}
.com_right{ width:100%; float:none; }
.com_desc{ overflow:hidden; padding:4% 0; line-height:28px;}

.com_product ul{ margin:0 auto; padding: 0;}
.com_product ul li{width:48%; height: auto;overflow: hidden;float: left; margin:2% 1% 1%;}
.com_product ul li:nth-child(2n+1),.team_img ul li:nth-child(2n+1){ clear:both}
.com_product ul li a{ font-size: 14px; color: #666; display: block;}
.com_product ul li a .t_img{width:100%; height: 100%;overflow: hidden;}
.com_product ul li a .t_img img{max-width:100%; transition: 0.5s; height:100px;}
.com_product ul li a font{ display: block;line-height: 30px; height:30px;padding: 0 0 0 18px;text-align:center;
	/*background: url(../images/tm_icon.png) no-repeat 0 10px;*/}

.com_product ul li a:hover{color: #006abb;}
.com_product ul li a:hover .t_img img{ transform: scale(1.1,1.1); transition: 0.5s;}
.photo  ul li a .t_img img{width:auto;height:auto;}
.photo ul li a font{

	background: none;
	
}
.photo ul li a .t_img{
box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */
}
}


.ny_news_content{
	width:100%;
	height:auto;
	overflow:hidden;
	float:right;

}
.ny_news_content,.com_desc{	font-family: "宋体";
	font-size: 14px;
	line-height: 2;}
.ny_news_content ul{ width:100%; height:auto; overflow:hidden; margin:20px auto 0px;}
.ny_news_content ul li{ width:100%; height:auto; overflow:hidden; border-bottom:1px dashed #dcdcdc;padding: 25px 0;}
.ny_news_content ul li .img{ width:218px; height:146px; float:left;}
.ny_news_content ul li .img img{ width:214px; height:142px;}
.ny_news_content ul li .news_txt2{ width:860px; height:auto; float:right;}
.ny_news_content ul li .news_txt2 a{ color:#065fa5; font-size:16px; margin:0 0 5px; float:left; font-weight:bold;}
.ny_news_content ul li .news_txt2 i{ width:72px; height:20px; float:left; text-align:center; line-height:20px;  background: #EF1C22;
    color: #FFF;font-style:normal;}
.ny_news_content ul li .news_txt2 p{
	width:100%;
	color:#666666;
	float:left;
	line-height:25px;
	margin-top:10px;
	height:50px;
	overflow:hidden;

}
.ny_news_content ul li:hover{ background:#f8f8f8;}
.clear {
	margin: 0px auto;
	width: 100%;
	height: 1px;
	font-size: 1px;
	clear: both;
	background: none;
	overflow: hidden;
}
.jobli{ line-height:1.5;}
.jobli .jobdp{
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 16px; clear:both;
}
.jobli table{ background-color:#dddddd; width:100%;
}
.jobli .table,.jobli .table *,.jobli .table2{	box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */}
.jobli .table{
	width:100%;
	float:left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #dddddd;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	border-left-color: #dddddd;
}
.jobli .table .item{
	width:20%;
	float:left;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	line-height:32px;
	margin-left:-1px;
	padding-left:5px;
	padding-right:5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #dddddd;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	border-left-color: #dddddd;
}
.jobli .table2{
	width:100%;
	float:left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #dddddd;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	border-left-color: #dddddd; line-height:32px;
}
.jobli .table2 .item{
	width:31.333333333333333333%;
	margin-left: -1.5px;
	float: left;
	padding-left:1%;
	padding-right:1%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #dddddd;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	border-left-color: #dddddd; margin-bottom:-1px;
}
.jobli .table2 .item span{
	text-align:right;
	display:block;
	float:left;
	width:75px;
	font-weight: bold;
}
.jobli .table2 .item div{ margin-left:75px;}
.jobli .table .item2,.jobli .table .item4,.jobli .table .item5{ width:10%; text-align:center}
.jobli .table .item1,.jobli .table .item3{ width:35%;}
.jobli .table .tr .item{ text-align:center}
.jobli .table .td .item span{ display:none}
.jobli .table .td:hover{ background-color:#f5f5f5;}
.jobli table td{
	background-color:#FFFFFF;
	text-align: center; height:28px;
}
.jobli .table .tr ,.jobli .table .td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd; float:left; width:100%;
}
.jobli table td a,.jobli .table .item a{color:#da251e;}
.jobli table tr:hover td{ background-color:#f5f5f5;}
.jobli h3.h3{
	color: #006abb;
	margin-top: 15px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd; line-height:2; clear:both;font-size: 16px;
}
.jobli .hc{ line-height:2;}
.jobtel{
	line-height: 2;
	font-size: 18px;color: #006abb;
}
.jobtel span{
	font-family: Georgia, "Times New Roman", Times, serif;color:#da251e; margin-left:10px;
}
.jtitle{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd; clear:both; padding-top:15px; margin-bottom:15px;line-height:2; 
}
.jtitle span{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006abb;
	margin-bottom: -1px;
	padding-right: 15px;

	font-size: 16px;
	display:inline-block;
	color: #006abb;
	font-weight: bold;
}
.jobli form{ clear:both; float:left; width:100%;}
.jobli form .item{
	width:50%;
	float:left;
	padding-top: 5px;
	padding-bottom: 5px; line-height:35px; font-size:14px;
}
.jobli form .item span{ float:left; width:100px; text-align:right}

.jobli form .item span i{	font-style: normal;
	color: #DA251E;}
.jobli form .item div{ margin-left:120px;}
.jobli form .item div input[type='text']{border-radius:3px; height:32px; width:80%;
	border: 1px solid #cccccc;
	box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */
padding-left:5px; padding-right:5px; line-height:34px;
}
.jobli form .tijiao{ clear:both; padding-top:10px; text-align:center;}
.jobli form .tijiao button{
	border-radius:3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none; height:45px; width:120px;
}
.jobli form .tijiao button[type="submit"]{ background-color:#006abb; color:#FFFFFF}
.jobli form .tijiao button[type="reset"]{ background-color:#999999; color:#FFFFFF; margin-left:15px;}


@media (max-width:769px){
.com_nav,.com_nav a,.com_nav *,.com_nav span,.com_nav span a,.com_nav span:last-child a,.com_nav span:last-child{ font-size:12px;}


.ny_news_content ul li .img img{ height:auto}
.ny_news_content ul li .news_txt2{height:auto}
.ny_news_content ul li .news_txt2 p{height:auto}
.lan a{ background:none; padding:0px; padding-left:6px; padding-right:6px; text-align:center}


.jobli .table2 .item{ width:100%;}
.jobli .table .tr{ display:none}
.jobli .table .td .item span{
	display:block;
	float:left;
	width:60px;
	font-weight: bold;
	color:#006abb;
	text-align: right;
}
.jobli .table .td .item div{ margin-left:75px;}
.jobli .table .td .item{
	width: 100%; text-align:left
}

.ny_news_content ul li .img{ width:100%; height:auto;box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */}
.ny_news_content ul li .img img{ width:100%; height:auto;}
.ny_news_content ul li .news_txt2{ float:left; width:100%;}
.jobli form .item { width:100%;}
.jobli form .item span{width:100%; text-align:left}
.jobli form .item div{ margin-left:0px; clear:both}
}
.pages{ clear:both; text-align:center; float:left; width:100%; padding-top:15px; padding-bottom:15px; line-height:25px; margin-top: 20px;}
.pages a{
	border: 1px solid #dddddd; display:inline-block; padding-left:8px; padding-right:8px; margin-bottom:5px;
}
.pages a:hover,.pages a.select{
	background-color: #006abb;
	color: #FFFFFF;
	border: 1px solid #006abb;
}
.com_desc h2.h2{
	text-align: center; color:#da251e;
}
.info{
	font-size: 12px;
	color: #999999;
	text-align: center;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	margin-top:10px; padding-bottom:10px;
	
}
.info a{color: #006abb;}
.com_desc .hc{ padding-bottom:15px; clear:both}
.com_right *{ max-width:100%;}
.sortname{ clear:both; padding-top:10px; font-size:14px; line-height:38px;}
.sortname a{	
	display:inline-block;
	background-color:#f5f5f5;
	padding-left:38px;
	padding-right:38px;
	color:#666666;
	border-radius:8px;
	
}
.sortname a:hover,.sortname a.select{ background-color:#006abb; color:#FFFFFF}

.team_list{
	width:25%;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}
.team_list .img{ float:left; width:100%; text-align:center}
.team_list .img img{ width:160px; height:213px;}
.team_list .right{float:left; width:100%; text-align:center}
.team_list .right .title{
	white-space: nowrap;
	overflow: hidden;color: #DA251E;
}
.team_list .right .title a{
	color: #055ca3;
	font-weight: bold;
}
.team_list .right .dp{
	font-family: "宋体";
	color: #666666; font-size:12px;white-space: nowrap;
	overflow: hidden;
}
.sortname a{ margin-bottom:5px; margin-top:5px;}

.proshow{
	float: left;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-top: 20px; clear:both;
}
.proshow .img{ float:left; width:199px; height:252px; overflow:hidden; text-align:center}
.proshow .img img{width:199px; height:252px;}
.proshow .right{ margin-left:210px;}
.proshow .right .item span{
	color: #0066CC;
	font-weight: bold;
}
.proshow .right .item1 {
	color: #055ca3;
	font-weight: bold;
}
.jobform {
	clear:both;
	float: left;
	width: 100%;

	padding-top: 20px;

	padding-bottom: 20px;
}
.jobform .title{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd; line-height:3; float:left; width:100%; margin-bottom:20px;
}
.jobform form{ margin:auto; width:90%;}
.jobform .item{
	float:left;
	width:40%;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	margin-right: 5%;
	margin-left: 5%;
}
.jobform .item:nth-child(2n+1){ clear:both}
.jobform .item span{
	display:block;
	text-align: left;
	margin:auto;
	text-indent: 0px; float:left; width:100%; padding:0px; line-height:30px;
}
.jobform .item span i{
	color: #DA251E;
	font-style: normal; margin-left:5px;
}
.jobform .item input{
	width:96%;
	height: 32px;
	border: 1px solid #dddddd;
	padding-right: 2%;
	padding-left: 2%; clear:both;border-radius:3px;
}
.jobform .item select{clear:both}
.jobform .tijiao{ text-align:center;clear:both; padding-top:20px;}
.jobform .tijiao button{
	color: #FFFFFF;
	background-color: #0066CC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 35px;
	width: 120px;
	font-size: 16px;
}


.jobform form .tijiao button[type="submit"]{ background-color:#006abb; color:#FFFFFF}
.jobform form .tijiao button[type="reset"]{ background-color:#999999; color:#FFFFFF; margin-left:15px;}
.newlis{
	clear:both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	padding-top: 5px;
	padding-bottom: 5px;
	float:left;
	width:100%;
	position: relative;
}
.newlis:after{
	position: absolute;
	height: 4px;
	width: 4px;
	left:5px;
	top: 50%; float:left; margin-top:-2px; background-color:#999999;content:'';
}

.newlis .ntitle{
	float:left;
	width:70%;
	white-space: nowrap;
	overflow: hidden;
	margin-left: 20px;
}
.newlis .ntitle .date{ float:right; width:100px; text-align:right}
.newlis .ntitle a{ color:#666666}
.newlis:hover:after{background-color:#0066CC;}
.newlis:hover a{color:#0066CC;}
.news_box_font>a,.team_box .box>a{ display:none}
.links{ /*text-align:center;*/ clear:both;background: #006abb; float:left; width:100%; padding-bottom:20px;}
.links,.links a{ color:#FFFFFF}
.links a{
	white-space: nowrap;
}
@media (max-width:769px){
.jk_box .news_box_font{width:100%; float:left; margin:auto;}

.links{ padding-bottom:0px; padding-top:20px; text-align:center;}.f_bottom{ border:none}
.news_box_font>a,.team_box .box>a{ /*display:block;*/ width:45px; float:right; text-align:right}

.i_com_title a,.team_box .t_title>a{ display:none}
.newlis .ntitle{ width:90%; margin-left:10%;}
.newlis:after{ left:5%; margin-left:-2px;}
.newlis .date{ display:none}
.jobform .item{ width:90%;}
.proshow .img{ float:left; width:100%; height:auto; }
.proshow .img img{width:199px; height:252px;}
.proshow .right{ margin-left:0px; clear:both}

.team_list{ width:50%}
.sortname{ text-align:center;width:300px;} 


.zl_box .econtent   ul li img{ float:none; width:100%; height: auto;}
.zl_box .econtent   ul li a .desc{
	width:120px;
	line-height: 55px;
	background-color:rgba(0,106,187,0.8);
	background-repeat:no-repeat;
	background-position: 10px center;
	font-size: 16px;
	position: absolute;
	left: 0;

	right: 0px;
	bottom: 0px!important; margin: 0 auto;
	float: none; padding-left:35px;
}

	}
	
	
	
	
	<!--news2024-->
.h-act{
	position: relative;
}
.act-img{
	width: 520px;height: 520px;overflow: hidden;
}
.act-img img{
	width: 100%; height: 100%; object-fit: cover; object-position: center;transition: all .4s;
}
.htitle{
	border-left: 5px solid;padding-left: 20px;margin-bottom: 35px;
}
.htitle1,.htitle{
	margin-top: 0;margin-bottom: 0;font-family: "AlibabaPuHuiTi-Bold";color: #1aa777;font-size: 48px;
}
.htitle1{
	margin-bottom: 45px;position: relative;
}
.htitle1::after{
	content:" ";width: 43px;height: 6px;background-color: #1aa777;position: absolute;left: 0;right: 0;text-align: center;top: -25px;margin-left: auto;margin-right: auto;
}
.act-box{
	position: relative;overflow: hidden;
}
.act-box::after{
	content: "";width: 100%;height: 100%;left: 0;right: 0;top: 0;bottom: 0;background:rgba(0,0,0,0.6);position: absolute;transition: all .4s;
}
.act-box:hover::after{
	background:rgba(26,167,119,0.8);transition: all .4s;
}
.act-box:hover img{
	transition: all .4s;transform: scale(1.05);
}
.act-text{
	position: absolute;left: 0;right: 0;top: 0;bottom: 0;z-index: 5;padding: 70px 55px;
}
.act-text h3{
	font-size: 30px;line-height: 44px;color: #fffffe;margin-top: 0;margin-bottom: 0;
}
.act-text p{
	font-size: 16px;line-height: 28px;color: #fffffe;opacity: 0.7;margin-bottom: 30px;margin-top: 30px;
}
.act-text span{
	width: 50px;height: 2px;background-color: #ffffff;display: block;
}
.act-video{
	position: absolute;z-index: 5;bottom: 35px;right: 40px;
}
.act-video i{
	font-size: 50px;color: #fff;
}
.act-btn{
	text-align: center;margin-top: 45px;
}
.act-btn a{
	margin-left: auto;margin-right: auto;
}
	
	
	