﻿@charset "utf-8";
@import url("../css/common/grid.css");/*网格*/
@import url("../css/common/layout.css");/*整体框架*/
@import url("../css/common/icon.css");/*图标*/
@import url("../css/navi/navi_02.css");/*02导航*/
@import url("../css/banner.css");/*幻灯片*/
@import url("../css/navi/classify_01.css");/*侧栏样式*/
@import url("../css/adorner/01/A_style.css");/*01装饰器*/
@import url("../css/adorner/02/A_style.css");/*02装饰器*/
@import url("../css/links.css");/*友情链接*/
@import url("../css/kefu.css");/*在线客服*/
@import url("../css/common/doc.css");/*自定义文档*/

html{
	overflow-x:hidden;
	}


/*浏览器滚动条*/
::-webkit-scrollbar/*整体部分*/
{
width: 10px;
height:10px;
}
::-webkit-scrollbar-track/*滑动轨道*/
{
-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
border-radius: 0px;
background: rgba(0,0,0,0.1);
}
::-webkit-scrollbar-thumb/*滑块*/
{
border-radius: 5px;
-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
background: rgba(0,0,0,0.2);
}
::-webkit-scrollbar-thumb:hover/*滑块效果*/
{
border-radius: 5px;
-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
background: rgba(0,0,0,0.4);
}


/*网页文字复选中制效果*/
::selection {
background:#e62129;
color:#fff;
}
::-moz-selection{
background:#e62129;
color:#fff;
	}
/*网页文字复选中制效果*/


/*顶部css*/
.top_other{
	float:right;
	margin-top:32px;
	}
.top_other .cn_en{
	float:left;
	}
.top_other .cn_en a{
	/*border-radius: 50%;*/
	display: inline-block;
	/*height: 35px;*/
	/*width: 35px;*/
	font-family: "微软雅黑", "黑体";
	font-size: 14px;
	/*line-height: 35px;*/
	color: #000;
	text-align:center;
	/*margin-left:3px;*/
	margin-right:3px;
	height:20px;
	/*background-color: #aaa;*/

	}
.top_other .cn_en a:hover{
	/*background-color: #e62129;*/
	}
	
	
.top_other .cn{ padding:10px 0px 0px 30px; background:url(../img/ch.jpg) no-repeat 10px 14px; width:20px; height:13px;}	
.top_other .en{ padding:11px 0px 0px 35px; background:url(../img/en.jpg) no-repeat 10px 14px; width:20px; height:13px;}		
	

/*底部css*/
.footer {
	position: fixed;
	width: 100%;
	bottom: 0px;
	background-color: #7190bf;
	z-index: 99999;
	}
.footer_jz{
	max-width: 1440px;
    min-width: 1200px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
	}
.footer_banquan{
	float:left;
	color:#eee;
	}
.footer_banquan p{
	color:#eee;
	font-size:14px;
	}
.footer_banquan a{
	color:#eee;
	filter:alpha(opacity=80); 
    -moz-opacity:0.8; 
    opacity:0.8;
	font-size:14px;
	}
.footer_banquan a:hover{
	color: #fff;
	filter:alpha(opacity=100); 
    -moz-opacity:1; 
    opacity:1;
	text-decoration: underline;
	}
.footer_nav{
	float:right;
	}
.footer_nav li{
	float:left;
	line-height:55px;
	color:#eee;
	font-size:12px;
	}
.footer_nav li a{
	color:#eee;
	filter:alpha(opacity=80); 
    -moz-opacity:0.8; 
    opacity:0.8;
	font-size:14px;
	margin-left:15px;
	margin-right:15px;
	}
.footer_nav li a:hover{
	color: #fff;
	filter:alpha(opacity=100); 
    -moz-opacity:1; 
    opacity:1;
	text-decoration: underline;
	}
	
/*首页向下按钮*/
@-webkit-keyframes dow_ui {
	0% {-webkit-transform: translateY( -5px );}
	50% {-webkit-transform: translateY( 5px );}
	100% {-webkit-transform: translateY( -5px );}
}

@-moz-keyframes dow_ui{
	0% {-moz-transform: translateY( -5px );}
	50% {-moz-transform: translateY( 5px );}
	100% {-moz-transform: translateY( -5px );}
}

@keyframes dow_ui{
	0% {transform: translateY( -5px );}
	50% {transform: translateY( 5px );}
	100% {transform: translateY( -5px );}
}
@-ms-keyframes dow_ui{
	0% {-ms-transform: translateY( -5px );}
	50% {-ms-transform: translateY( 5px );}
	100% {-ms-transform: translateY( -5px );}
}

@-webkit-keyframes top_ui {
	0% {-webkit-transform: translateY( -5px );}
	50% {-webkit-transform: translateY( 5px );}
	100% {-webkit-transform: translateY( -5px );}
}

@-moz-keyframes top_ui{
	0% {-moz-transform: translateY( -5px );}
	50% {-moz-transform: translateY( 5px );}
	100% {-moz-transform: translateY( -5px );}
}

@keyframes top_ui{
	0% {transform: translateY( -5px );}
	50% {transform: translateY( 5px );}
	100% {transform: translateY( -5px );}
}
@-ms-keyframes top_ui{
	0% {-ms-transform: translateY( -5px );}
	50% {-ms-transform: translateY( 5px );}
	100% {-ms-transform: translateY( -5px );}
}
.index_quanpingdow{
	bottom: 55px;
	position:absolute;
	z-index: 999999999999999999;
	height: 45px;
	width: 36px;
	left: 50%;
	margin-left: -18px;
	}
.dow_ui{
	height: 45px;
	display: block;
	-webkit-animation: dow_ui 1s infinite ease-in-out;
	-moz-animation: dow_ui 1s infinite ease-in-out;
	-ms-animation: dow_ui 1s infinite ease-in-out;
	animation: dow_ui 1s infinite ease-in-out;
	background-image: url(../img/index_dow.png);
	background-repeat: no-repeat;
	background-position: center center;
	}

.top_ui {
    height: 45px;
    display: block;
    -webkit-animation: dow_ui 1s infinite ease-in-out;
    -moz-animation: dow_ui 1s infinite ease-in-out;
    -ms-animation: dow_ui 1s infinite ease-in-out;
    animation: dow_ui 1s infinite ease-in-out;
    background-image: url(../img/index_top.png);
    background-repeat: no-repeat;
    background-position: center center;
}

/*首页全屏滚动全局css*/
.section{
	background-position: center 100px !important;
	position: relative;
	background-repeat: no-repeat;
	}
#menu {
	margin: 0;
	position: fixed;
	top: 35%;
	list-style-type: none;
	z-index: 999990;
	right: 5%;
	width: 75px;
	background-image: url(../img/xiantiao.jpg);
	background-repeat: repeat-y;
	background-position: 65px center;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
}
#menu li {
	float: left;
	font-size: 14px;
	margin-bottom: 5px;
	width:75px;
}
#menu a {
	float: left;
	text-decoration: none;
	font-size: 0px;
	color: #e62129;
	background-image: url(../img/index_yuandian.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 24px;
	width: 75px;
	line-height: 24px;
}
#menu .active{
	height: 24px;
	width: 75px;
	}
#menu .active a {
	color: #e62129;
	background-image: url(../img/index_yuandian_hover.png);
	font-family: "微软雅黑", "黑体";
	font-size: 12px;
}
#menu a span{
	display:block;
	width:50px;
	text-align:right;
	}


/*第一屏*/
.index_01{
	position:relative;
	}
.index_01_a{
	text-align:center;
	}
.index_01_a h1{
	font-family: Impact, Arial;
	font-size: 72px;
	color: #7190bf;
	line-height: 70px;
	text-transform: uppercase;
	margin-bottom:15px;
	padding-top:3%;
	}
.index_01_a h3{
	font-family: "微软雅黑", "黑体";
	font-size: 36px;
	line-height: 45px;
	color: #111;
	margin-bottom: 30px;
	letter-spacing: 2px;
	}
.index_01_a a{
	font-size: 14px;
	line-height: 45px;
	color: #fff;
	background-color: #e62129;
	text-align: center;
	display: block;
	height: 45px;
	width: 200px;
	margin:0 auto;
    -moz-background-clip: padding;     /* Firefox 3.6 */  
    -webkit-background-clip: padding;  /* Safari 4? Chrome 6? */  
    background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */   
	border: 5px solid rgba(255,255,255,0.6);
	}
.index_01_a a:hover{
	background-color:#bf1e29;
	border: 5px solid rgba(255,255,255,1);
	}

.index_01_b{
	width:1200px;
	margin: 0 auto;
	position:relative;
	}
.index_01_b li a{
	position: absolute;
	display: block;
	width: 100px;
	line-height: 100px;
	text-align: center;
	height: 100px;
	border-radius: 50%;
	border: 10px solid rgba(255,255,255,0.6);
	font-family: "微软雅黑", "黑体";
	font-size: 24px;
	color: #fff;
	filter:alpha(opacity=90); 
    -moz-opacity:0.9; 
    opacity:0.9;
    -moz-background-clip: padding;     /* Firefox 3.6 */  
    -webkit-background-clip: padding;  /* Safari 4? Chrome 6? */  
    background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */     
	}
.index_01_b li a:hover{
	filter:alpha(opacity=100); 
    -moz-opacity:1; 
    opacity:1;
	border: 10px solid rgba(255,255,255,1);
	}

.index_01_b li a.con_1{
	background-color: #029042;
	top:-420px;
	left:130px;
	}
.index_01_b li a.con_2{
	background-color: #e6cf09;
	top:-400px;
	right:40px;
	}
.index_01_b li a.con_3{
	background-color: #08aee6;
	top:-100px;
	left:40px;
	}
.index_01_b li a.con_4{
	background-color: #e62129;
	top:-120px;
	right:150px;
	}


/*第二屏*/
.index_bt{
	position:relative;
	top:0%;
	text-align:center;
	margin-bottom:40px;
	}
.index_bt h2{
	font-family: Impact, Arial;
	font-size: 60px;
	line-height: 65px;
	text-transform: uppercase;
	color: #e62129;
	filter:alpha(opacity=15); 
    -moz-opacity:0.15; 
    opacity:0.15;
	}
.index_bt h3{
	width:350px;
	margin:0 auto;
	line-height: 36px;
	background-image: url(../img/xiantiao.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	}
.index_bt h3 p{
	font-size: 30px;
	color: #e62129;
	width:auto;
	line-height:36px;
	display:inline-block;
	background-color: #f7f7f7;
	padding-right: 15px;
	padding-left: 15px;
	}

.index_about{
	width:1200px;
	margin:0 auto;
	}

.index_about_left{
	float:left;
	width:540px;
	}
.index_about_left h3{
	font-size: 24px;
	line-height: 36px;
	color: #e62129;
	margin-bottom:15px;
	font-weight: normal;
	}
.index_about_left .text{
	font-family: "微软雅黑", "黑体";
	font-size: 14px;
	line-height: 24px;
	color: #555;
	height: 190px;
	overflow: hidden;
	margin-bottom:25px;
	}
.index_about_link a{
	display: inline-block;
	font-family: "微软雅黑", "黑体";
	font-size: 14px;
	line-height: 45px;
	color: #e62129;
	height: 45px;
	width: 160px;
	border: 2px solid #e62129;
	text-align: center;
	margin-right:5px;
	}
.index_about_link a:hover{
	color: #fff;
	background-color: #e62129;	
	}
	
.index_about_img{
	float:right;
	width:650px;
	}
.index_about_img img{
	width:650px;
	height:390px;
	}


/*第三屏*/
.index_yewu{
	position: relative;
	width: 1200px;
	min-height:450px;
	margin: 0 auto;
	background-image: url(../img/yewu_img.png);
	background-repeat: no-repeat;
	background-position: center center;
	}
.index_yewu_name{
	width:450px;
	margin:0 auto;
	position:relative;
	}

.index_yewu_name li a{
	display:block;
	width:170px;
	height:120px;
	text-align:center;
	}
.index_yewu_name li a h2{
	font-size: 24px;
	color: #fff;
	font-family: "微软雅黑", "黑体";
	font-weight: normal;
	}
.index_yewu_name li a h3{
	font-size: 18px;
	color: #fff;
	font-family: "微软雅黑", "黑体";
	}
.index_yewu_name li a p{
	height:2px;
	width:40px;
	display:block;
	background:#fff;
	margin:5px auto;
-webkit-transition: all 0.5s 0s ease-in-out;
-moz-transition: all 0.5s 0s ease-in-out;
-o-transition: all 0.5s 0s ease-in-out;
-ms-transition: all 0.5s 0s ease-in-out;
transition: all 0.5s 0s ease-in-out;
	}
.index_yewu_name li a:hover p{
-webkit-transition: all 0.5s 0s ease-in-out;
-moz-transition: all 0.5s 0s ease-in-out;
-o-transition: all 0.5s 0s ease-in-out;
-ms-transition: all 0.5s 0s ease-in-out;
transition: all 0.5s 0s ease-in-out;
	width:80px;
	}

.index_yewu_name li{
	position:absolute;
	}
.index_yewu_name li.con01{
	top:38px;
	left:138px;
	}
.index_yewu_name li.con04{
	top:180px;
	right:0px;
	}
.index_yewu_name li.con03{
	top:330px;
	left:138px;
	}
.index_yewu_name li.con02{
	top:180px;
	left:0px;
	}


.index_yewu_info{
	position:relative;
	}
.index_yewu_info li{
	position: absolute;
	width: 300px;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	}
.index_yewu_info li:hover{
	background:#fff;
	}
.index_yewu_info li h3 a{
	font-size: 18px;
	line-height: 36px;
	color: #333;
	}
.index_yewu_info li h3 a:hover{
	color: #e62129;
	text-decoration: underline;
	}
.index_yewu_info li span{
	font-size:13px;
	line-height:24px;
	color:#888;
	}

.index_yewu_info li.con01{
	top:40px;
	left:0px;
	}
.index_yewu_info li.con02{
	top:250px;
	left:0px;
	}
.index_yewu_info li.con03{
	top:265px;
	right:0px;
	}
.index_yewu_info li.con04{
	top:50px;
	right:0px;
	}

/*第四屏*/
.index_news{
	width:1200px;
	margin:0 auto;
	}
.picScroll-left{
	overflow: hidden;
	position: relative;
	width: 1200px;
}
.picScroll-left .hd{
	overflow: hidden;
	height: 30px;
	padding: 0 10px;
	text-align: center;
}
.picScroll-left .hd .prev,.picScroll-left .hd .next{
	display: none;
	width: 5px;
	height: 9px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url("../images/icoLeft.gif") no-repeat;
}
.picScroll-left .hd .next{ background:url("../images/icoRight.gif") no-repeat;  }
.picScroll-left .hd ul{
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
	text-align: center;
}
.picScroll-left .hd ul li{
	width: 15px;
	height: 15px;
	display:inline-block;
	overflow: hidden;
	margin-right: 5px;
	margin-left:5px;
	text-indent: -999px;
	cursor: pointer;
	border-radius: 50%;
	background-color: #aaa;
}
.picScroll-left .hd ul li.on{
	background-color: #e62129;
}
.picScroll-left .bd{ padding:10px;   }
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	width: 360px;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
	background-image: url(../img/index_news_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 25px;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
}
.picScroll-left .bd ul .index_news_img a{
	width:360px;
	height:210px;
	overflow:hidden;
	display:block;
	}
.picScroll-left .bd ul .index_news_img img{
	width:360px;
	height:210px;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	}
.picScroll-left .bd ul li:hover .index_news_img img{
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	overflow:hidden;
	}
.picScroll-left .bd ul li .title a{
	font-size: 18px;
	line-height: 24px;
	margin-bottom:5px;
	color: #333;
	display: block;
	overflow:hidden;
	text-align:left;
	height: 50px;
	font-family: "微软雅黑", "黑体";
	font-weight: bold;
    }
.picScroll-left .bd ul li .title a:hover{
	color: #e62129;
	text-decoration: underline;
	}
.picScroll-left .bd ul li .title {
	padding-left:10px;
	padding-right:10px;
	margin-top:10px;
	margin-bottom:5px;
	}
.picScroll-left .bd ul li .title p{
	text-align:left;
	color:#aaa;
	font-size:12px;
	}

.index_news_info{
	padding-left:10px;
	padding-right:10px;
	margin-bottom:25px;
	}
.index_news_info span{
	display:block;
	height:65px;
	font-size:14px;
	line-height:22px;
	color:#aaa;
	text-align:left;
	overflow:hidden;
	}

/*第五屏*/
.index_honor{
	width:1200px;
	margin: 0 auto;
	}
.picMarquee-left{ overflow:hidden; position:relative;}
.picMarquee-left .hd{
	overflow: hidden;
	height: 45px;
	padding: 0 10px;
	text-align: center;
}
.picMarquee-left .hd .prev,.picMarquee-left .hd .next{
	display: inline-block;
	width: 45px;
	height: 45px;
	overflow: hidden;
	cursor: pointer;
	background-image: url(../img/page.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	margin-right: 3px;
	margin-left: 3px;
}
.picMarquee-left .hd .prev:hover{
	background-position: left bottom;
	}
.picMarquee-left .hd .next{
	background-image: url(../img/page.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.picMarquee-left .hd .next:hover{
	background-position: right top;
	}
.picMarquee-left .bd{ padding:10px;   }
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	background-image: url(../img/index_honor_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
	padding-bottom: 30px;
	position: relative;
        width: 200px;
}
.picMarquee-left .bd ul li .title{
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../img/heise.png);
	background-repeat: repeat;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	}
.picMarquee-left .bd ul li .title a{
	width: 200px;
	height: 100px;
	padding-top: 150px;
	display: block;
	color: #fff;
	font-size: 14px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	background-image: url(../img/fangda_ui.png);
	background-repeat: no-repeat;
	background-position: center 70px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;
	}
.picMarquee-left .bd ul li .title a:hover{
	filter:alpha(opacity=100); 
    -moz-opacity:1; 
    opacity:1;
	}
.picMarquee-left .bd ul li .title:hover{
	filter:alpha(opacity=100); 
    -moz-opacity:1; 
    opacity:1;
	}
.index_honor_img img{
    width: auto;
    border: 3px solid #fff;
    height: 250px;
    max-width: 200px;
	}




/*内页css*/
.public_1col{
	background-attachment: fixed;
	background-image: url(../img/nye_bj.jpg);
	background-repeat: no-repeat;
	background-position: center 100px;
	margin-top: 100px;
	padding-bottom: 100px;
	}
.register {
    margin-top: 0px;
    width: 1200px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
	position:relative;
	z-index:99;
	padding-top:20px;
padding-bottom: 100px;
}

.register .alltitle{
	width: 220px;
	height: 220px;
	position: relative;
	display: inline-block;
	margin-left: -110px;
	margin-bottom:25px;
	left: 50%;
}
.register .alltitle .focus-big{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #e62129;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity:0.2;
	-webkit-animation: bigMove 1.8s ease-out infinite;
	-o-animation: bigMove 1.8s ease-out infinite;
	animation: bigMove 1.8s ease-out infinite;
}
.register .alltitle .focus-small{
	width: 165px;
	height: 165px;
	border-radius: 50%;
	color: #fff;
	background-color: #e62129;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
}
.register .focus-state{color:#55d4a6;padding-top:70px;}
.register .focus-state p.big{font-size: 0.3rem;}
.register .focus-state p.small{font-size: 0.16rem;}
.register .focus-small .text{
   width: 100%;
   position: absolute;
   text-align: center;
   top: 45%;
   -webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   -o-transform: translateY(-50%);
   transform: translateY(-50%);
   }
.register .focus-small p{
	font-family: Impact, Arial;
	font-size: 30px;
	line-height: 26px;
	text-transform: uppercase;
	color: #fff;
	filter:alpha(opacity=90); 
    -moz-opacity:0.9; 
    opacity:0.9;
}
.register .focus-small  h2{
	font-weight: bold;
	font-size: 24px;
	line-height:33px;
	color: #fff;
}

@-webkit-keyframes bigMove {
  0% {opacity: 1;
   -webkit-transform: scale(0.75,0.75);
      -moz-transform: scale(0.75,0.75);
       -ms-transform: scale(0.75,0.75);
        -o-transform: scale(0.75,0.75);
           transform: scale(0.75,0.75); }
  100% { opacity:0;
   -webkit-transform: scale(1,1);
      -moz-transform: scale(1,1);
       -ms-transform: scale(1,1);
        -o-transform: scale(1,1);
           transform: scale(1,1); }
}
@-moz-keyframes bigMove {
  0% {opacity: 1;
   -webkit-transform: scale(0.75,0.75);
      -moz-transform: scale(0.75,0.75);
       -ms-transform: scale(0.75,0.75);
        -o-transform: scale(0.75,0.75);
           transform: scale(0.75,0.75); }
  100% { opacity:0;
   -webkit-transform: scale(1,1);
      -moz-transform: scale(1,1);
       -ms-transform: scale(1,1);
        -o-transform: scale(1,1);
           transform: scale(1,1); }
}
@-ms-keyframes bigMove {
  0% {opacity: 1;
   -webkit-transform: scale(0.75,0.75);
      -moz-transform: scale(0.75,0.75);
       -ms-transform: scale(0.75,0.75);
        -o-transform: scale(0.75,0.75);
           transform: scale(0.75,0.75); }
  100% { opacity:0;
   -webkit-transform: scale(1,1);
      -moz-transform: scale(1,1);
       -ms-transform: scale(1,1);
        -o-transform: scale(1,1);
           transform: scale(1,1); }
}
@-o-keyframes bigMove {
  0% {opacity: 1;
   -webkit-transform: scale(0.75,0.75);
      -moz-transform: scale(0.75,0.75);
       -ms-transform: scale(0.75,0.75);
        -o-transform: scale(0.75,0.75);
           transform: scale(0.75,0.75); }
  100% { opacity:0;
   -webkit-transform: scale(1,1);
      -moz-transform: scale(1,1);
       -ms-transform: scale(1,1);
        -o-transform: scale(1,1);
           transform: scale(1,1); }
}
@keyframes bigMove {
  0% {opacity: 1;
   -webkit-transform: scale(0.75,0.75);
      -moz-transform: scale(0.75,0.75);
       -ms-transform: scale(0.75,0.75);
        -o-transform: scale(0.75,0.75);
           transform: scale(0.75,0.75); }
  100% { opacity:0;
   -webkit-transform: scale(1,1);
      -moz-transform: scale(1,1);
       -ms-transform: scale(1,1);
        -o-transform: scale(1,1);
           transform: scale(1,1); }
}


/*关于我们列表*/
.about_list{
	background-image: url(../img/about_list_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
.about_list li{
	width:400px;
	float:left;
	background:#f5f5f5;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	}
.about_list li.con02 .about_img{
	float:right;
	}
.about_list li .about_img{
	float:left;
	width:200px;
	}

.about_list li .about_img a{
	display:block;
	overflow:hidden;
	}
.about_list li .about_img img{
	width:200px;
	height:200px;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	}
.about_list li:hover .about_img a img{
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	overflow:hidden;
	}
	
.about_list li .about_text{
	float:left;
	width:170px;
	height:150px;
	}
.about_list li .about_text{
	padding-left:15px;
	padding-right:15px;
	padding-top:30px;
	padding-bottom:20px;
	position:relative;
	}
.about_list li .about_text h2{
	font-size: 18px;
	font-weight: bold;
	color: #333;
	}
.about_list li .about_text h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #aaa;
	line-height: 24px;
	}
.about_list li .about_text a{
	position: absolute;
	bottom: 30px;
	display: block;
	width: 85px;
	font-size:12px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #e62129;
	border: 2px solid #e62129;
	}
.about_list li .about_text a:hover{
	background: #fff;
	color: #e62129 !important;
	text-decoration: underline;
	}
.about_list li:hover .about_text a{
	border: 2px solid #fff;
	color: #fff;
	}
.about_list li:hover{
	background:#e62129;
	}
.about_list li:hover h2{
	color:#fff;
	}
.about_list li:hover h3{
	color:#fff;
	}

.nye_main{
	background: #fff;
	padding: 25px;
	border: 1px solid #eee;
    -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0px 15px rgba(0, 0, 0, .15);
    -o-box-shadow: 0 0px 15px rgba(0, 0, 0, .15);
    box-shadow: 0 0px 15px rgba(0, 0, 0, .15);
	}

.nye_nav{
	margin-bottom: 30px;
	padding-bottom: 10px;
	line-height:36px;
	height:36px;
	overflow:hidden;
	-moz-background-clip: padding;     /* Firefox 3.6 */
	-webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
	background-clip: padding-box;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(230,33,41,0.3);
	}
.nye_nav ul{
	float:left;
	}
.nye_nav ul li{
	float:left;
	margin-right:20px;
	}
.nye_nav ul li a{
	display: inline-block;
	background-image: url(../img/index_yuandian.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	font-size:16px;
	color:#888;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	}
.nye_nav ul li a.cur{
	background-image: url(../img/index_yuandian_hover.png);
	color: #e62129;
	}
.nye_nav ul li a:hover{
	background-image: url(../img/index_yuandian_hover.png);
	color: #e62129;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	}

.nye_nav .crumbs{
	width:380px;
	float:right;
	}
.nye_nav .crumbs p{
	line-height:45px;
	text-align:right;
	color:#888;
	font-size:12px;
	}


/*主营业务*/
.pro_nav_list{
	background-image: url(../img/about_list_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 50px;
	}
.pro_nav_list li{
	width:600px;
	float:left;
	background:#fff;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	}
.pro_nav_list li.con02 .pro_img{
	float:right;
	}
.pro_nav_list li .pro_img{
	float:left;
	width:300px;
	height:200px;
	}
.pro_nav_list li .pro_img a{
	overflow:hidden;
	display:block;
	width:300px;
	height:200px;
	}
.pro_nav_list li .pro_img img{
	width:300px;
	height:200px;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	}
.pro_nav_list li:hover .pro_img a img{
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	overflow:hidden;
	}
.pro_nav_list li .pro_text{
	width:250px;
	height:130px;
	padding-bottom:20px;
	padding-left:25px;
	padding-right:25px;
	padding-top:50px;
	float:left;
	}
.pro_nav_list li .pro_text h2 a{
	text-align:center;
	font-size:18px;
	border:none;
	color:#222;
	width:100%;
	line-height:24px;
	height:24px;
	}
.pro_nav_list li .pro_text p{
	display:block;
	margin:10px auto;
	width:50px;
	height:3px;
	background:#f00;
	margin-bottom:25px;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	}
.pro_nav_list li .pro_text span{
	display:none;
	height:100px;
	line-height:24px;
	overflow:hidden;
	margin-top:10px;
	margin-bottom:20px;
	font-size:14px;
	color:#888;
	}

.pro_nav_list li .pro_text a {
    display: block;
    width: 125px;
	margin:0 auto;
    font-size: 12px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    color: #e62129;
    border: 2px solid #e62129;
}
.pro_nav_list li .pro_text a:hover{
	background:#fff;
	color: #e62129 !important;
	text-decoration: underline;
	}
.pro_nav_list li .pro_text h2 a:hover{
	background: none;
	color: #fff !important;
	text-decoration: none;
	}

.pro_nav_list li:hover {
	background:#e62129;
	}
.pro_nav_list li:hover h2{
	color:#fff;
	}
.pro_nav_list li:hover span{
	color:#fff;
	}
.pro_nav_list li:hover p{
	background:#fff;
	width:100px;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	}
.pro_nav_list li:hover .pro_text a{
	color:#fff;
	border: 2px solid #fff;
	}
.pro_nav_list li:hover .pro_text h2 a{
	color:#fff;
	border: none;
	}

.pro_list li{
	float: left;
	width: 210px;
	margin-left: 9px;
	margin-right: 9px;
	margin-bottom: 20px;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	background-image: url(../img/index_honor_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 30px;
	}
.pro_list li p a{
	display:block;
	overflow:hidden;
	width:210px;
	height:210px;
	}
.pro_list li img{
	width:210px;
	height:210px;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	}
.pro_list li:hover a img{
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	overflow:hidden;
	}
.pro_list li h3 a{
	line-height: 45px;
	height: 45px;
	overflow: hidden;
	display: block;
	text-align: center;
	font-size: 14px;
	color: #333;
	font-family: "微软雅黑", "黑体";
	font-weight: normal;
	border: 1px solid #eee;
	}
.pro_list li:hover h3 a{
	color:#e62129;
	}

.pro_deta h2{
	color: #222;
	font-size: 22px;
	line-height: 36px;
	text-align: center;
	font-weight: normal;
	margin-bottom:25px;
	margin-top:35px;
	}


.return_list{
	text-align: center;
	margin-top: 55px;
	margin-bottom: 55px;
	background-image: url(../img/xiantiao.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	}
.return_list a{
	color: #fff;
	background-color: #e62129;
	font-family: "微软雅黑", "黑体";
	font-size: 14px;
	display: block;
	width: 130px;
	height: 35px;
	line-height: 35px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border:2px solid #e62129;
	}
.return_list a:hover{
	background-color: #fff;
	color:#e62129;
	border:2px solid #e62129;
	}


/*新闻列表*/
.news_list li{
	float: left;
	width: 350px;
	margin-bottom: 15px;
	background-image: url(../img/index_news_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 15px;
	}
.news_list li.first{
	width: 1118px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	background:none;
	height:320px;
	}
.news_list li.first .news_img{
	float:left;
	width:550px;
	}
.news_list li.first .news_img a{
	width:550px;
	height:320px;
	}
.news_list li.first .news_img img{
	width:550px;
	height:320px;
	}
.news_list li.first .news_text{
	float:right;
	width:520px;
	height:310px;
	}
.news_list li.first .news_text h2 a{
	max-height:50px;
	height:auto;
	}
.news_list li.first .news_text span{
	max-height:180px;
	height:auto;
	}

.news_list li .news_img a{
	display:block;
	overflow:hidden;
	width:350px;
	height:204px;
	}
.news_list li .news_img a img{
	width:350px;
	height:204px;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	}
.news_list li:hover .news_img a img{
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	overflow:hidden;
	}

.news_list li .news_text{
	padding-left:10px;
	padding-right:10px;
	padding-bottom:15px;
	height:220px;
	position:relative;
	}
	
.news_list li .news_text h2{
	margin-top:10px;
	margin-bottom:5px;
	}
.news_list li .news_text h2 a{
	font-size: 18px;
	line-height: 24px;
	color: #333;
	display: block;
	overflow: hidden;
	text-align: left;
	height: auto;
	max-height:50px;
	font-family: "微软雅黑", "黑体";
	}
.news_list li .news_text h2 a:hover{
	color: #e62129;
	text-decoration: underline;
	}
.news_list li .news_text p{
	color:#aaa;
	font-size:12px;
	}
.news_list li .news_text span{
	height:70px;
	margin-top:10px;
	margin-bottom:15px;
	display:block;
	font-size:14px;
	line-height:22px;
	color:#888;
	overflow:hidden;
	}
.news_list li .news_text p a{
	line-height: 30px;
	text-align: center;
	display: block;
	height: 30px;
	width: 100px;
	border: 2px solid #ddd;
	color:#888;
	position:absolute;
	bottom:25px;
	}
.news_list li .news_text p a:hover{
	color: #fff;
	background-color: #e62129;
	border: 2px solid #e62129;
	}

.news_detail .text_title{
	font-size: 24px;
	font-weight: normal;
	color: #222;
	}
.Paging{
	padding-top:25px;
	padding-bottom:25px;
	}
.Paging a:hover{
	text-decoration: underline;
	}



/*企业荣誉css*/
.honor_list li{
	position:relative;
	float: left;
	width: 200px;
	margin-left: 14px;
	margin-right: 15px;
	margin-bottom: 20px;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	background-image: url(../img/index_honor_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 30px;
	}

.honor_list li span{
	z-index:999;
	display:block;
	width:200px;
	height:250px;
	position: relative;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	background-image: url(../img/heise.png);
	background-repeat: repeat;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	}
.honor_list li span a{
	position:absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 250px;
	display: block;
	background-image: url(../img/fangda_ui.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;
	}	
.honor_list li span:hover{
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	}
	
.honor_list li img{
	width:auto;
	height:250px;
        max-width:200px;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	}
.honor_list li:hover a img{
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	overflow:hidden;
	}
.honor_list li p{
	position:absolute;
	top:0px;
	left:0px;
	width:200px;
	height:250px;
	z-index:99;
        text-align: center;
	}
.honor_list li h3{
	line-height: 45px;
	height: 45px;
	overflow: hidden;
	display: block;
	text-align: center;
	font-size: 14px;
	color: #333;
	font-family: "微软雅黑", "黑体";
	font-weight: normal;
	border: 1px solid #eee;
	}
.honor_list li:hover h3{
	color:#e62129;
	}


/*人才招聘*/
.hr .hr_info{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	}
.hr_list .adorn{
	padding-left:25px;
	padding-right:25px;
	padding-top:20px;
	padding-bottom:20px;
	margin-bottom:15px;
	background:#fff;
	height:165px;
	}
.hr_list .adorn h2{
	font-size:18px;
	}
.hr_list .adorn li{
	font-size:14px;
	color:#888;
	}
.hr_list .adorn li .text{
	color:#333;
	}
.hr_list .adorn a{
	line-height: 31px;
	background: #e62129;
	height: 31px;
	font-size: 12px;
	color: #fff;
	font-family: "微软雅黑", "黑体";
	width: 110px;
	border: 2px solid #e62129;
	}

.hr_list .adorn a:hover{
	background:#fff;
	color:#e62129;	
	}

.hr_detail .adorn{
	background: #fff;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border:none;
	}
.hr_detail .adorn h3{
	font-size: 18px;
	line-height:36px;
	padding-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ddd;
	}
.hr_detail .adorn ul li{
	font-size:14px;
	color:#888;
	}
.hr_detail .adorn li .text{
	color:#333;
	}

.hr_detail .adorn a{
	text-align:center;
	display:inline-block;
	margin-left:10px;
	line-height: 31px;
	background: #e62129;
	height: 31px;
	font-size: 12px;
	color: #fff;
	font-family: "微软雅黑", "黑体";
	width: 110px;
	border: 2px solid #e62129;
	}
.hr_detail .adorn a:hover{
	background:#fff;
	color:#e62129;	
	}
.hr_detail .adorn a.on{
	background:#fff;
	color:#e62129;	
	}
.hr_detail .adorn a.on:hover{
	background: #e62129;
	color: #fff;
	}
.hr_detail .adorn .textR div{
	float: right;
    width: auto;
    margin-top: 0;
	}

/*网站地图*/
.map ul li h3{
	font-size: 18px;
	line-height: 40px;
	font-weight: normal;
	margin-bottom:10px;
	}
.map ul li ul li a{
	line-height:30px;
	font-size:14px;
	color:#666;
	}
.map ul li ul li a:hover{
	color: #e62129;
	text-decoration: underline;
	}

/*联系我们*/
.contact_zw{
	margin-top: 20px;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #ddd;
	}
.contact_zw ul{
	float: left;
	padding: 18px;
	height: 180px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #ddd;
	}
.contact_zw_01{
	width:300px;
	}
.contact_zw_01 li{
	font-size:18px;
	line-height:26px;
	color:#666;
	}
.contact_zw_01 li img{
	margin-bottom:10px;
	}
.contact_zw_02{
	width: 430px;
	padding-right: 28px !important;
	padding-left: 28px !important;
	}
.contact_zw_02 li{
	font-size:14px;
	color:#333;	
	}
.contact_zw_02 li span{
	color:#222;
	}	
.contact_zw_03{
	width:280px;
	text-align:center;
	border:none !important;
	}
.contact_zw_03 li{
	display:inline-block;
	margin-left:5px;
	margin-right:5px;
	margin-top:20px;
	}
.contact_zw_03 li p{
	font-size:14px;
	}


/*留言反馈*/
.messages .messages_img{
	float:left;
	width:550px;
	}
.messages .messages_img img{
	width:550px;
	height:auto;
	}
.messages ul{
	width:530px;
	float:right;
	}
.messages ul li{
	margin-bottom:20px;
	}
.messages ul li span{
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	}
.messages ul li .code img{
	height:35px;
	width:150px;
	}
.messages ul li .button_1_b{
	float:left;
	}


/*下载中心*/
.download ul{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	}
.download ul h3{
	background-color: #e62129;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 45px;
	font-size: 18px;
	color: #fff;
	font-family: "微软雅黑", "黑体";
	margin-bottom:15px;
	}
.download ul li{
	line-height: 42px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ddd;
	font-family: "微软雅黑", "黑体";
	font-size: 14px;
	color: #666;
	padding-left: 35px;
	background-image: url(../img/download_ui.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	}
.download ul li a:hover{
	text-decoration: underline;
	color: #e62129;
	}

/*在线客服*/
.side{
	position: fixed;
	width: 54px;
	height: 275px;
	right: 0;
	z-index: 100000000;
	bottom: 75px;
}
.side ul li{width:54px;height:54px;float:left;position:relative;border-bottom:1px solid #444;}
.side ul li .sidebox{position:absolute;width:54px;height:54px;top:0;right:0;transition:all 0.3s;background:#000;opacity:0.8;filter:Alpha(opacity=80);color:#fff;font:14px/54px "微软雅黑";overflow:hidden;}
.side ul li .sidetop{width:54px;height:54px;line-height:54px;display:inline-block;background:#000;opacity:0.8;filter:Alpha(opacity=80);transition:all 0.3s;}
.side ul li .sidetop:hover{background:#e62129;opacity:1;filter:Alpha(opacity=100);}
.side ul li img{float:left;}


/*发展历程*/
.history {
	background-image: url(../img/history-line.jpg);
	background-repeat: repeat-y;
	background-position: 125px top;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	max-width:1200px;
	overflow:hidden;
}
.history .hlist {
	margin-left: 125px;
	position: relative;
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 30px;
	padding-bottom: 30px;
	list-style-type:none;
}
.history .hlist .hlist-c {
	padding-left: 40px;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	padding-right: 10px;
}
.history .hlist .hlist-c span{
	color: #666;
	}
.history .hlist .hlist-t {
	background-image: url(../img/history-icon.png);
	background-position: right center;
	line-height: 36px;
	background-repeat: no-repeat;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	width: 125px;
	left: -112px;
	top: 0px;
}
.history .hlist:hover .hlist-t {
	background-image: url(../img/history-icon_hover.png);
	}
.history .hlist:hover .hlist-c span{
	color: #016ac5;
	}
.history .hlist .hlist-c img{
	max-height:300px;
	width:auto;
	margin-left:5px;
	margin-right:5px;
	display:inline-block;
	}

.qiyewenhua {
	margin-bottom:20px;
	margin-top:15px;
	}
.qiyewenhua p{
	font-size:16px;
	line-height:24px;
	}

.history { position:relative;width:700px;margin:30px auto;padding-top:25px;overflow:hidden; background:url(../img/icon06.png) repeat-y center 0;}
.history-date { overflow:hidden;}
.history-date ul { /*display:none;*/ }
.history-date .show { display:block;}
.history-date ul li { background:url(../img/icon07.gif) no-repeat center 23px;zoom:1; }
.history-date ul li.dual { padding-left:362px;}
.history-date ul li.last { padding-bottom:0;}
.history-date ul li:after{ content:" "; display:block; height:0; clear:both; visibility:hidden;}
.history-date ul li .pic01 {  width:338px;}
.history-date ul li .pic01 p { display:block;width:250px;}
.history-date ul li .pic01 p img {/* padding-bottom:22px; */}
.history-date ul li .txt { width:338px;}
.history-date ul li .txt .fzlc { width:250px;padding:0 88px 15px 0;background:url(../img/icon08.gif) no-repeat right 32px;}
.history-date ul li .txt h3 { padding-top:9px;font:bold 24px/46px "微软雅黑";color:#e62129;}
.history-date ul li .txt p { font:16px/24px "微软雅黑";}
.history-date ul li.dual .pic01 p { padding:0 0 0 88px;}
.history-date ul li.dual .txt .fzlc { padding:0 0 15px 88px; background-position:left 32px;}


@media screen and (max-width: 1440px) {
.header{
	height:90px;
	}
.logo{
	margin-top:10px;
	}
.nav h3 a:link, .nav h3 a:visited{
	height:87px;
	line-height:87px;
	}
.nav .sub{
	top:90px;
	}
.top_other{
	margin-top:26px;
	}
.section{
	background-position: center 90px !important;
	}
				
.index_01_b li a.con_1{
	top:-350px;
	}
.index_01_b li a.con_2{
	right:100px;
	top:-330px;
	}
.index_01_b li a.con_3{
	top:-120px;
	left:115px;
	}
.index_01_b li a.con_4{
	right:135px;
	}	
	
.index_01_a h1{
	font-size: 60px;
	line-height: 58px;
	}
.index_01_a h3{
	font-size: 30px;
	line-height: 33px;
	}
	
.index_bt{
	margin-bottom:40px;
	}
.index_bt h2{
	font-size: 45px;
	line-height: 50px;
	}
.index_bt h3 p{
	font-size: 24px;
	line-height: 30px;
	}
.index_about_left{
	margin-left:20px;
	}	
.index_about_img{
	width:550px;
	margin-right:80px;
	}
.index_about_img img{
	width:550px;
	height:330px;
	}
.index_about_left .text{
	margin-bottom:5px;
	}

.index_yewu{
	min-height: 350px;
	background-size:contain;
	}
.index_yewu_name li.con01{
	top:30px;
	}
.index_yewu_name li.con02{
	top:145px;
	left:30px;
	}
.index_yewu_name li.con03{
	top:250px;
	}	
.index_yewu_name li.con04{
	top:145px;
	right:30px;
	}		
.index_yewu_info li.con01{
	top:40px;
	left:30px;
	}
.index_yewu_info li.con02{
	top:240px;
	left:25px;
	}
.index_yewu_info li.con03{
	top:240px;
	right:25px;
	}
.index_yewu_info li.con04{
	top:40px;
	right:30px;
	}
	
.picScroll-left .bd ul .index_news_img a{
	height:140px;
	}
.index_news_info span{
	height:45px;
	}
.picScroll-left .bd ul li .title a{
	height:25px;
	}
	
.index_honor{
	width:1100px;
	}

.footer{
	height:50px;
	}
.footer_banquan{
	line-height:50px;
	}
.footer_banquan p{
	line-height:50px;
	}
.footer_nav li{
	line-height:50px;
	}
.public_1col{
	background-position: center 90px;
	margin-top: 90px;
	}

	}

@media screen and (max-width: 1366px) {
.header{
	height:80px;
	}
.logo{
	margin-top:5px;
	}
.logo img{
	height:65px;
	}
.nav h3 a:link, .nav h3 a:visited{
	height:77px;
	line-height:77px;
	}
.nav .sub{
	top:80px;
	}
.top_other{
	margin-top:22px;
	}
.section{
	background-position: center 80px !important;
	}
				
.index_01_b li a.con_1{
	top:-350px;
	}
.index_01_b li a.con_2{
	right:100px;
	top:-330px;
	}
.index_01_b li a.con_3{
	top:-120px;
	left:115px;
	}
.index_01_b li a.con_4{
	right:135px;
	}	
	
.index_01_a h1{
	font-size: 60px;
	line-height: 58px;
	}
.index_01_a h3{
	font-size: 30px;
	line-height: 33px;
	}
	
.index_bt{
	margin-bottom:10px;
	}
.index_bt h2{
	font-size: 45px;
	line-height: 50px;
	}
.index_bt h3 p{
	font-size: 24px;
	line-height: 30px;
	}
.index_about_left{
	margin-left:20px;
	}	
.index_about_img{
	width:550px;
	margin-right:80px;
	}
.index_about_img img{
	width:550px;
	height:330px;
	}
.index_about_left .text{
	margin-bottom:5px;
	}

.index_yewu{
	min-height: 350px;
	background-size:contain;
	}
.index_yewu_name li.con01{
	top:30px;
	}
.index_yewu_name li.con02{
	top:145px;
	left:30px;
	}
.index_yewu_name li.con03{
	top:250px;
	}	
.index_yewu_name li.con04{
	top:145px;
	right:30px;
	}		
.index_yewu_info li.con01{
	top:40px;
	left:30px;
	}
.index_yewu_info li.con02{
	top:240px;
	left:25px;
	}
.index_yewu_info li.con03{
	top:240px;
	right:25px;
	}
.index_yewu_info li.con04{
	top:40px;
	right:30px;
	}
	
.picScroll-left .bd ul .index_news_img a{
	height:140px;
	}
.index_news_info span{
	height:45px;
	}
.picScroll-left .bd ul li .title a{
	height:25px;
	}
	
.index_honor{
	width:1100px;
	}

.footer{
	height:50px;
	}
.footer_banquan{
	line-height:50px;
	}
.footer_banquan p{
	line-height:50px;
	}
.footer_nav li{
	line-height:50px;
	}
.public_1col{
	background-position: center 80px;
	margin-top: 80px;
	}
		
	}







/*在线查询*/
.onliesearch {
	width: 100%;
	height: 100%;
}
.onliesearch .search {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
	background: #f2f2f2;
}
.onliesearch .bigtitle {
	width: 1030px;
	height: 80px;
	border-bottom: #ddd 1px solid;
	margin: 0 auto;
	font-size: 30px;
	color: #2b2b2b;
	padding-left: 20px;
	line-height: 80px;
}
.onliesearch .searhcon {
	width: 1030px;
	height: 100%;
	margin: 0 auto;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 60px;
}
.onliesearch  .searhcon .snur {
	width: 870px;
	height: 74px;
	background: #fff;
	border: 1px solid #ddd;
	margin: 0 auto;
}
.onliesearch  .searhcon .snur .nurbox {
	float: left;
	width: 670px;
	height: 74px;
}
.onliesearch .searhcon .snur .nurbox input {
	width: 670px;
}
.onliesearch  .searhcon .sbut {
	width: 200px;
	height: 74px;
	background: #e62129;
	float: right;
	text-align: center;
}
.onliesearch  .searhcon .sbut a {
	font-size: 20px;
	color: #fff;
	line-height: 72px;
}
.onliesearch .searhcon p {
	width: 510px;
	height: 90px;
	margin: 0 auto;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 230px;
	font-size: 20px;
	color: #707070;
	line-height: 1em;
}
.searhcon .query_title {
	font-size: 16px;
	margin-left: 85px;
	margin-top: 20px;
}
.searhcon .query_title .qifa {
	padding-left: 15%;
}
.searhcon .query_title .mudi {
	padding-left: 17%;
}
.searhcon .query_items {
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 78px;
}
.searhcon .query_items .shuxing {
	float: left;
	width: 268px;
	margin-left: 7px;
}
.searhcon .query_items li {
	width: 100%;
	padding-bottom: 10px;
	position: relative;
	margin-top: 20px;
	height: 22px;
	line-height: 25px;
}
.searhcon .query_items .diyi .type_1 {
	background: url(../../img/sericon_top.gif) no-repeat;
	width: 40px;
	height: 25px;
	position: absolute;
	left: 1%;
	margin-top: 3px;
}
.searhcon .query_items .type_1 {
	background: url(../../img/sericon.gif) no-repeat;
	width: 40px;
	height: 50px;
	position: absolute;
	left: 1%;
	margin-top: -22px;
}
.searhcon .query_items .text {
	margin-left: 50px;
 display:inline-block:
 margin-top:6px;
}
.searhcon .query_items .date {
	margin-left: 20px;
	color: #707070;
}
.searhcon .query_items .diyi .type_2 {
	background: url(../../img/sericon2_top.gif) no-repeat;
	width: 40px;
	height: 25px;
	position: absolute;
	left: 1%;
	margin-top: 5px;
}
.searhcon .query_items .type_2 {
	background: url(../../img/sericon2.gif) no-repeat;
	width: 40px;
	height: 50px;
	position: absolute;
	left: 1%;
	margin-top: -26px;
}
.searhcon .query_items .diyi .type_3 {
	background: url(../../img/sericon3_top.gif) no-repeat;
	width: 40px;
	height: 25px;
	position: absolute;
	left: 1%;
	margin-top: 3px;
}
.searhcon .query_items .type_3 {
	background: url(../../img/sericon3.gif) no-repeat;
	width: 40px;
	height: 50px;
	position: absolute;
	left: 1%;
	margin-top: -22px;
}
.searhcon .query_items .diyi .type_4 {
	background: url(../../img/sericon4_top.gif) no-repeat;
	width: 40px;
	height: 25px;
	position: absolute;
	left: 1%;
	margin-top: 6px;
}
.searhcon .query_items .type_4 {
	background: url(../../img/sericon4.gif) no-repeat;
	width: 40px;
	height: 50px;
	position: absolute;
	left: 1%;
	margin-top: -30px;
}
.searhcon .query_items .diyi .type_5 {
	background: url(../../img/sericon5_top.gif) no-repeat;
	width: 40px;
	height: 25px;
	position: absolute;
	left: 1%;
	margin-top: 3px;
}
.searhcon .query_items .type_5 {
	background: url(../../img/sericon5.gif) no-repeat;
	width: 40px;
	height: 50px;
	position: absolute;
	left: 1%;
	margin-top: -28px;
}










































