@charset "UTF-8";
/* CSS Document */
/*transition: all 0.1s linear;
-moz-transition: all 0.1s linear;
-webkit-transition: all 0.1s linear;
-o-transition: all 0.1s linear;*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, b {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
html {
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;

} /*始终让 Firefox 显示滚动条*/
* {
	word-wrap: break-word;
	margin: 0;
	padding: 0;

}/*文字强制换行word-break:keep-all;(Ff)*/
table {
	border-collapse: collapse;
}/*细线表格*/
fieldset, img {
	border: none;
}/*清除描边,块显示*/
ul, li {
	list-style-type: none;
}/*无列表项目标记*/
a {
	text-decoration: none;
}/* 链接无下划线,有为underline;链接去框 */

a:hover {
	color: #00a1e9;
}/* 鼠标在链接上 */
body {
	font-family:"Microsoft YaHei";
	font-size: 12px;
	color: #666;
	background: #fff;
}
select, input {
	vertical-align: middle;
	outline: none;
}
em, i {
	font-style: normal;
}
input[type=button], input[type=reset], input[type=submit], input[type=radio], input[type=checkbox] {
	cursor: pointer;
	outline: none;
	border: none;
}
textarea{outline: none;}
input {
	outline: none;
	border: none;
}

.clear {
	clear: both;
	overflow:hidden;
}
.h5{
	clear: both;
	height: 5px;
	overflow:hidden;
}
.h6{
	clear: both;
	height: 6px;
	overflow:hidden;
}
.h10 {
	clear: both;
	height: 10px;
	overflow:hidden;
}
.h15 {
	clear: both;
	height: 15px;
	overflow:hidden;
}
.h20 {
	clear: both;
	height: 20px;
}
.h25 {
	clear: both;
	height: 25px;
	overflow:hidden;
}
.h30 {
	clear: both;
	overflow:hidden;
	height: 30px;
}
.h35{
	clear: both;
	overflow:hidden;
	height: 35px;
}
.h40 {
	clear: both;
	height: 40px;
	overflow:hidden;
}
.h45{
	clear: both;
	height: 45px;
	overflow:hidden;
}
.h50 {
	clear: both;
	height: 50px;
	overflow:hidden;
}
.h55{
	clear: both;
	height: 55px;
	overflow:hidden;
}
.h60 {
	clear: both;
	height: 60px;
	overflow:hidden;
}
.h70 {
	clear: both;
	height: 70px;
	overflow:hidden;
}
.h80 {
	clear: both;
	height: 80px;
	overflow:hidden;
}
.h90 {
	clear: both;
	height: 90px;
	overflow:hidden;
}
.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}
img {
	border: none;
}
/*公共部分结束*/

/*
* 框架
*/

.cont{
	overflow: hidden;
}

.contBox{
	width: 100%;
	overflow: hidden;
}

.wrap{
	width: 1200px;
	margin:0px auto;
}

.bc_fff{
	background: #fff;
}
.subCont{
	overflow: hidden;
}
.min_h400{
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

/*
* fallPuge css begin
*/
#superContainer {
    height: 100%;
    position: relative;
}
.section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.slide {
    float: left;
}
.slide, .slidesContainer {
    height: 100%;
    display: block;
}
.slides {
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.section.fp-table, .slide.fp-table {
    display: table;
    width: 100%;
}
.fp-tableCell{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.slidesContainer {
    float: left;
    position: relative;
}  
.fp-nav{ 
	overflow: hidden;
	position: fixed; 
	right: 45px; 
	top: 50%; 
	list-style-type: none; 
	z-index: 8;
	margin-top: -83px;
}
.fp-nav li{
	overflow: hidden;
	padding: 2px;
	margin: 15px 0px;
}
.fp-nav a{
	display: block;
	height: 20px;
	padding-right: 25px;
	line-height: 20px;
	overflow: hidden;
	color: #333; 
	text-decoration: none;
	position: relative;
}
.fp-nav a span{
	display: none;
	font-size: 14px;
	color:#00a3e7;
}
.fp-nav a em{
	display: block;
	width: 20px;
	height: 20px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	top:0px;
	background: url(../images/sectionIcon.png) no-repeat center center;
}
.fp-nav li.active em{
	background: url(../images/sectionIcon_h.png) no-repeat center center;
}
.fp-nav li.active a span{ 
	display: block;
}
.fp-controlArrow {
    position: absolute;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.scrollable {
    overflow: scroll;
}
.easing {
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}
#fullPage-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
}
#fullPage-nav.right {
    right: 17px;
}
#fullPage-nav.left {
    left: 17px;
}
.fullPage-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}
.fullPage-slidesNav.bottom {
    bottom: 17px;
}
.fullPage-slidesNav.top {
    top: 17px;
}
/*顶部开始*/
#section-header{
	position: relative;
	z-index: 9;
}
.fixTop{
	position: fixed;
	width: 100%;
	top:0px;
	left: 0px;
	z-index: 999;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}
.top{
	height: 100px;
	position: relative;
	background: #fff;
	z-index: 9;
	padding: 0px 30px;
}
.logo{
	display: block;
	overflow: hidden;
	margin: 12px 0px;
}
.logo img{
	display: block;
	height: 76px;
}
.search{
	position: relative;
	padding: 40px 0px;
}
.searchCont{
	overflow: hidden;
	position: absolute;
	right: 0px;
	top:100px;
	display: none;
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
	box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
}
.searchBody{
	height: 25px;
	overflow: hidden;
	padding: 5px 15px 5px 5px;
	background: #fff;
	width: 192px;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-ms-border-radius: 0px 0px 5px 5px;
	-o-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	position: relative;
}
.searchBody input{
	display: block;
	width: 140px;
	height: 23px;
	overflow: hidden;
	border:1px solid #ddd;
	-webkit-border-radius: 3px 0px 0px 3px;
	-moz-border-radius: 3px 0px 0px 3px;
	-ms-border-radius: 3px 0px 0px 3px;
	-o-border-radius: 3px 0px 0px 3px;
	border-radius: 3px 0px 0px 3px;
	font-size: 12px;
	color:#666;
	line-height: 23px;
	padding: 0px 5px;
	float: left;
}
.topSearBt{
	display: block;
	width: 40px;
	height: 25px;
	overflow: hidden;
	background: #ddd;
	-webkit-border-radius: 0px 3px 3px 0px;
	-moz-border-radius: 0px 3px 3px 0px;
	-ms-border-radius: 0px 3px 3px 0px;
	-o-border-radius: 0px 3px 3px 0px;
	border-radius: 0px 3px 3px 0px;
	font-size: 12px;
	color:#000 !important;
	line-height: 25px;
	text-align: center;
	float: left;
} 
.topCloseBt{
	display: block;
	overflow: hidden;
	font-size: 12px;
	color:#666 !important;
	position: absolute;
	right: 5px;
	top:-5px;
	line-height: 12px;
}
.topBt{
	display: block;
	width: 24px;
	height: 20px;
	overflow: hidden;
	background: url(../images/topSearch.png) no-repeat center center;
}
/*顶部结束*/

/*
* nav 导航 begin
*/
.nav{
	height: 100px;
}
.nav_dl dd{
	width: 110px;
	float: left;
	display: inline;
	padding: 0px 10px;
}
.nav_a{
	display: block;
	height: 100px;
	overflow: hidden;
	font-size: 16px;
	color:#666;
	text-align: center;
	line-height: 100px;
}
.nav_dl dd.hover .nav_a{
	background: #00a1e9;
	color:#fff;
}
.subNav{
	width: 100%;
	overflow: hidden;
	background: rgba(243,249,254,0.9);
	background: url(../images/topNavBg.png) repeat left top\9;
	position: absolute;
	left: 0px;
	top:100px;
	display: none;
}
.subNavCont{
	overflow: hidden;
	text-align: center;
	padding: 40px 0px;
}
.subNav_ul{
	overflow: hidden;
	display: inline-block;
}
.subNav_ul li{
	width: 300px;
	overflow: hidden;
	float: left;
	display: inline;
}
.subNav_a{
	display: block;
	overflow: hidden;
}
.subNav_ul li .subNav_a{
	padding: 0px 20px;
}
.subNavIcon{
	display: block;
	width: 90px;
	overflow: hidden;
	margin:0px auto;
}
.subNavIcon img{
	display: block;
	width: 90px;
	height: 90px;
}
.subNavTit{
	display: block;
	font-size: 14px;
	color:#565656;
	overflow: hidden;
	height: 25px;
	line-height: 25px;
}
.subNavTxt{
	overflow: hidden;
	font-size: 12px;
	color:#969696;
	height: 25px;
	line-height: 25px;
}
.subNav_a:hover .subNavTit{
	color:#00a1e9;
}
.navImgBoxL{
	width: 1020px;
	overflow: hidden;
}
.navImg_ul{
	width: 1095px;
	overflow: hidden;
}
.navImg_ul li{
	width: 290px;
	overflow: hidden;
	float: left;
	display: inline;
	margin-right: 75px;
}
.navImg_a{
	display: block;
	overflow: hidden;
}
.navImgDiv{
	overflow: hidden; 
}
.navImgDiv img{
	display: block;
	width: 290px;
	height: 215px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.navImgName{
	font-size: 16px;
	color:#383737;
	overflow: hidden;
	padding: 10px 0px 5px;
}
.navImgTxt{
	font-size: 12px;
	color:#7e7e7e;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
.navImg_a:hover .navImgName{
	color:#00a1e9;
}
.navImg_a:hover img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.navImgBoxR{
	width: 120px;
	height: 280px;
	overflow: hidden;
	border-left:1px solid #fff;
	padding: 10px 0px;
}

/*
* 滚动条
*/
.navImgBoxR .div_scroll{width: 100%; height: 280px; overflow: auto;}
.navImgBoxR .scroll_container{overflow: hidden; position: relative;}
.navImgBoxR .scroll_absolute{position: absolute;}
.navImgBoxR .scroll_vertical_bar{position: absolute; top: 0; right: 0; width: 5px; height: 100%; margin: 0; padding: 0;background: #ddd;}
.navImgBoxR .scroll_track{position: relative;}
.navImgBoxR .scroll_drag{position: relative; top: 0; left: 0; cursor: pointer; background-color: #fff;}
.navImgBoxR .scroll_arrow{text-indent: -20000px; display: none; cursor: pointer; background-color: #D6B74B;}
.navImgBoxR .scroll_vertical_bar .scroll_arrow{height: 0px;}
.navProductType{
	overflow: hidden;
	line-height: 32px;
}
.navProductType a{
	display: block;
	font-size: 14px;
	color:#383737;
	overflow: hidden;
}
.navProductType a:hover{
	color:#00a1e9;
}
.navCaseType{
	overflow: hidden;
	text-align: center;
}
.navCaseType_ul{
	overflow: hidden;
	display: inline-block;
}
.navCaseType_ul li{
	width: 150px;
	overflow: hidden;
	float: left;
	display: inline;
	text-align: center;
	padding-bottom: 10px;
}
.navCaseType_ul li a{
	display: table;
	width: 65px;
	height: 65px;
	overflow: hidden;
	border:1px solid #00a1e9;
	background: #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}
.navCaseType_ul li a:hover,
.navCaseType_ul li.hover a{
	background: #00a1e9;
	-webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.25);
	box-shadow: 0px 5px 5px rgba(0,0,0,0.25);
}
.navCaseType_ul li a span{
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	color:#383737;
}
.navCaseType_ul li a:hover span,
.navCaseType_ul li.hover a span{
	color:#fff;
}
.navCase{
	overflow: hidden;
}
.navCase_ul{
	width: 1260px;
	overflow: hidden;
}
.navCase_ul li{
	width: 150px;
	overflow: hidden;
	float: left;
	display: inline;
	margin-right: 60px;
	padding: 10px 0px;
}
.navCase_ul li a{
	display: block;
	overflow: hidden;
}
.navCase_ul li a img{
	display: block;
	width: 150px;
	height: 50px;
}

/*banner开始*/
.banner{
	overflow:hidden;
	position: relative;
	z-index: 1;
}

.banner .hd{
	overflow: hidden;
	position:absolute;
	z-index:1;
	right:45px;
	top:50%;
	text-align: center;
	display: none;
}
.banner .hd ul {
	overflow: hidden;
	position: relative;
	background: url(../images/banIcon1.jpg) repeat-y center top;
}
.banner .hd ul li {
	cursor:pointer;
	zoom:1;
	width: 20px;
	height: 20px;
	overflow:hidden;
	text-indent: 100em;
	margin:20px 0px;
	background: url(../images/banIcon2.png) no-repeat center center;
}
.banner .hd ul li.on {
	background: url(../images/banIcon3.png) no-repeat center center;
}
.banner .center{
	width: 1920px;
	position: relative;
	left: 50%;
	margin-left: -960px;
}
.banner .bd{ position:relative; z-index:0;overflow:hidden;}
.banner .bd dd{ overflow:hidden;zoom:1;width: 100%; vertical-align:middle;height: 100%;position: relative;}
.banner .bd dd .bigImg{ display:block; width:100%;height: 100%;position: absolute;left: 0px;top:0px;z-index: 1;}
.smallImg{
	display: block;
	position: absolute;
	left: 50%;
	top:50%;
	z-index: 2;
	overflow: hidden;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.smallImg img{
	display: block;
}
.smallImg.hover{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=1);
}
.banner .checkBox{
	height: 38px;
	overflow: hidden;
	width: 1200px;
	position: absolute;
	left: 50%;
	top:50%;
	margin-left: -600px;
	margin-top: -19px;
	z-index: 2;
}
.banner .bt{
	display: block;
	width: 20px;
	height: 37px;
	overflow: hidden;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
}

.banner:hover .bt{
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
}

.banner .prev{
	background: url(../images/bannerPrev.png) no-repeat center left;
	float: left;
	text-align: right;
}

.banner .prev:hover{
	background: url(../images/bannerPrev_h.png) no-repeat center left;
}

.banner .next{
	background: url(../images/bannerNext.png) no-repeat center right;
	float: right;
}
.banner .next:hover{
	background: url(../images/bannerNext_h.png) no-repeat center right;
}
.bannerCont{
	width: 700px;
	height: 130px;
	overflow: hidden;
	background: rgba(0,0,0,0.5);
	padding:15px 100px;
	position: relative;
	left: 50%;
	top:50%;
	margin: -80px 0px 0px -445px;
}
.bannerTit{
	font-size: 48px;
	color:#fff;
	font-family: "黑体";
	font-weight: bold;
}
.bannerTxt{
	height: 60px;
	overflow: hidden;
	font-size: 14px;
	color:#fff;
	font-family: "黑体";
	line-height: 30px;
	padding-top: 10px;
}
.bannerBd{
	display: block;
	width: 10px;
	height: 130px;
	overflow: hidden;
	background: #5bd28e;
	position: absolute;
	left: 50px;
	top:50%;
	margin-top: -65px;
}
.scrollBt{
	display: block;
	width: 30px;
	height: 45px;
	overflow: hidden;
	background: url(../images/scrollBt.png) no-repeat center center;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom:90px;
}
/*banner结束*/

/*subBanner begin*/
.subBanner{
	width: 1920px;
	overflow: hidden;
	position: relative;
	left: 50%;
	margin-left: -960px;
	z-index: 1;
}
.subBanner a{
	display: block;
	width: 100%;
	height: 300px;
	overflow: hidden;
}

/*
* subMenu begin
*/
.subMenu{
	overflow: hidden;
	padding: 20px 0px;
	border-bottom:1px solid #dedede;
}
.subMenu_dl{
	overflow: hidden;
}
.subMenu_dl dd{
	/*width: 80px;*/
	overflow: hidden;
	float: left;
	display: inline;
	margin-right: 10px;
}
.subMenu_dl dd a{
	height: 35px;
	line-height: 35px;
	display: block;
	font-size: 14px;
	color:#666;
	text-align: center;
	padding: 0px 10px;
}
.subMenu_dl dd.hover a,
.subMenu_dl dd a:hover{
	background: #00a1e9;
	color:#fff;
}
.subSearch{
	width: 200px;
	height: 35px;
	overflow: hidden;
	background: #f4f4f4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	padding: 0px 45px 0px 5px;
	position: relative;
}
.subSearch input{
	width: 100%;
	height: 35px;
	overflow: hidden;
	border:none;
	background: none;
	font-size: 14px;
	color:#a6a5a5;
	font-family: "宋体";
	line-height: 35px;
}
.subSearchBt{
	display: block;
	width: 40px;
	height: 35px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	top:0px;
	background: url(../images/subSearchBt.png) no-repeat left center;
}
/*
* location
*/
.location{
	overflow: hidden;
	border-bottom:1px solid #d4d4d4;
	padding: 15px 0px;
}
.locationMenu{
	height: 100px;
	overflow: hidden;
	line-height: 100px;
	font-size: 26px;
	color:#272727;
	font-weight: bold;
}
.locationMenu span{
	display: block;
	height: 100px;
	float: left;
}
.locationMenu i{
	display: block;
	height: 100px;
	font-size: 80px;
	color:#f9f9f9;
	font-family: "Arial";
	float: left;
	padding-left: 10px;
}
.locaCont{
	overflow: hidden;
	line-height: 30px;
	padding: 35px 0px;
	font-size: 14px;
	color:#999;
	padding-left: 25px;
	background: url(../images/location.png) no-repeat left center;
}
.locaCont a{
	font-size: 14px;
	color:#999;
}
.locaCont a:last-child{
	color:#5bd28e;
}
.locaCont a:hover{
	color:#5bd28e;
}
.locaCont i{
	padding: 0px 3px;
}
/*页码开始*/
.page {
	padding:5px 0px;
	overflow: hidden;
	text-align: center;
	clear: both;
}
.page code, .page a {
	padding:3px 10px;
	margin: 0px 3px;
	color:#666;
	font-size: 14px;
	background: #fff;
	border:1px solid #ddd;
	font-family: "microsoft yahei";
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.page a i{
	font-family: "宋体";
	font-size: 12px;
}
.page a:hover {
	background: #00a1e9;
	color: #fff;
	border-color:#00a1e9;
}
.page a.hover {
	background: #00a1e9;
	color: #fff;
	border-color:#00a1e9;
}
.page input {
	vertical-align: middle;
	height: 20px;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.page input.pageDetail {
	width: 30px;
	height:25px;
	line-height:25px;
	text-align: center;
}
.page input.page_bnt{
	border: none;
	width: 58px;
	height:27px;
	cursor:pointer;
	color:#fff;
	background:#00a1e9; 
}
.page em{
	padding: 0px 10px;
}
/*页码结束*/
.frendLink{
	overflow: hidden;
	border-bottom:1px solid #2c2c2c;
	line-height: 30px;
	padding: 20px 0px;
}
.frendLink span{
	font-size: 14px;
	color:#ccc;
	overflow: hidden;
}
.frendLink a{
	font-size: 14px;
	color:#7f7f7f;
}
.frendLink i{
	font-size: 14px;
	color:#7f7f7f;
	padding: 0px 10px;
}
.foot{
	overflow: hidden;
	padding: 10px 0px;
	line-height: 30px;
	background: #000;
}
.footL{
	font-size: 12px;
	color:#7f7f7f;
}
.footL a{
	font-size: 12px;
	color:#7f7f7f;
}
.footL a:hover,
.frendLink a:hover{
	color:#fff;
}
#footBody{
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
/*底部开始*/

/*底部结束*/

/************************************二级页面 begin*************************************/

/*
* 全图 begin
*/
.Img_dl{
	margin: 0px -15px;
}
.Img_dl dd{
	width: 33.33333333%;
	float: left;
	display: inline;
	margin-bottom: 30px;
}
.img_a{
	overflow: hidden;
	display: block;
	margin: 0px 15px;
	border-bottom:1px solid #dedede;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.imgBox{
	width: 100%;
	overflow: hidden;
	padding-top: 60.3448276%;
	position: relative;
}
.imgBox img{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top:0px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.imgDeta{
	line-height: 30px;
	overflow: hidden;
	padding: 10px;
}
.imgName{
	font-size: 16px;
	color:#333;
	overflow: hidden;
}
.imgIntr{
	height: 30px;
	overflow: hidden;
	font-size: 14px;
	color:#888;
	overflow: hidden;
}
.Img_dl dd .img_a:hover{
	-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
}
.img_a:hover img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.img_a:hover .imgName{
	color:#00a1e9;
}
/*全文列表*/
.listTab{
	border-bottom:1px solid #ddd;
	overflow: hidden;
}
.listTab_dl{
	overflow: hidden;
}
.listTab_dl dd{
	width: 110px;
	overflow: hidden;
	float: left;
	display: inline;
}
.listTab_dl dd a{
	display: block;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	font-size: 14px;
	color:#666;
	text-align: center;
	border:1px solid #fff;
	border-bottom:none;
}
.listTab_dl dd.hover a{
	background: #f3f3f3;
	border-color:#ddd;
}
.listTabCont{
	overflow: hidden;
}
.list_dl{
	overflow: hidden;
}
.listTabCont .list_dl{
	display: none;
}
.list_dl dd{
	padding: 20px 0px;
	overflow: hidden;
	border-bottom:1px solid #ddd;
}
.listName{
	overflow: hidden;
	display: block;
	font-size: 16px;
	color:#333;
}
.listTxt{
	height: 50px;
	overflow: hidden;
	line-height: 25px;
	font-size: 14px;
	color:#666;
}
.listMore{
	display: block;
	width: 120px;
	height: 38px;
	overflow: hidden;
	font-size: 14px;
	color:#666;
	line-height: 38px;
	text-align: center;
	border:1px solid #ddd;
}
.listMore i{
	padding-left: 20px;
	font-family: "宋体";
}
.listMore:hover{
	background: #86b30e;
	border-color:#86b30e;
	color:#fff;
}

/*
* 图文 begin
*/
.textImg_dl{
	overflow: hidden;
}
.textImg_dl dd{
	padding: 30px 0px;
	overflow: hidden;
	border-bottom:1px solid #eee;
}
.textImgDiv{
	overflow: hidden;
	position: relative;
	padding: 0px 240px 0px 160px;
}
.textImg_a{
	display: block;
	overflow: hidden;
	position: absolute;
	right: 0px;
	top: 0px;
}
.textImg_a img{
	display: block;
	width: 220px;
	height: 130px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.textImgTime{
	overflow: hidden;
	font-size: 30px;
	color:#c9c9c9;
	padding-bottom: 45px;
	background: url(../images/textImgTime.png) no-repeat left bottom;
	width: 95px;
	position: absolute;
	left: 0px;
	top:0px;
}
.sbDesign{
	display: block;
	width: 45px;
	height: 1px;
	overflow: hidden;
	background: #c9c9c9;
	position: absolute;
	left: 95px;
	top:20px;
}
.textImgDeta{
	height: 125px;
	overflow: hidden;
	padding-top: 5px;
}
.textImgName{
	overflow: hidden;
	font-size: 20px;
	color:#6a6a6a;
}
.textImgIntr{
	height: 100px;
	overflow: hidden;
	font-size: 14px;
	color:#9b9b9b;
	line-height: 30px;
	padding-top: 7px;
}
.textImg_dl dd.hover .textImg_a img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.textImg_dl dd.hover .sbDesign{
	background: #00a1e9;
}
.textImg_dl dd.hover .textImgName{
	color:#00a1e9;
}
.textImg_dl dd.hover .textImgTime{
	background: url(../images/textImgTime_h.png) no-repeat left bottom;
}
/*^
 * 新闻阅读页
 */	
.articleBox {
	line-height:25px;
	padding:15px;
	color: #666;
	font-size:14px;
}
.articleBox img{
	max-width:100%;
	}
.articleFoot{
	border-top:1px solid #e4e4ee;
	overflow: hidden;
	padding: 15px 0px;
}
.articleBack{
	display: block;
	width: 90px;
	height: 35px;
	overflow: hidden;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	color:#848484;
	background: #eee;
}
.articleMov{
	width:890px;
	overflow:hidden;
	margin:0 auto;
	}
.mapBox{
	clear:both;
	width:1200px;
	height:500px;
	overflow:hidden;
}
.articleHead{
	overflow: hidden;
	padding: 5px 0px;
	border-bottom:1px dashed #f1f1f1;
}
.articleTitle{
	clear: both;
	text-align: center;
	padding:0 10px;
	line-height: 30px;
	font-size:18px;
	color:#2e2e2e;
	font-family:"microsoft yahei";
}
.articleTime {
	display: block;
	clear: both;
	text-align: center;
	color: #999;
	font-size:12px;
	line-height:30px;
}
.articleTime span{cursor: pointer;}
.articleTime span.hover{color: #ff0303}
.articleTime span:hover{color: #ff0303}
.pageUp{
	height:40px;
	display:block;
	padding-top:10px;
	border-top:1px dashed #f1f1f1;
	}
.pageUp_left{
	float:left;
	display:inline;
	line-height:30px;
	}
.pageUp_left span{
	display:block;
	clear:both;
	height:30px;
	font-size:14px;
	line-height:30px;
	}
.pageUp_left span em{
	text-align:center;
	color:#555555;
	}
.pageUp_left span a{
	height:30px;
	overflow:hidden;
	}
.pageUp_left span:hover a{color:#00a1e9;}
.pageUp_bt{
	display:block;
	width:84px;
	height:32px;
	color:#a4a4a4;
	line-height:32px;
	text-align:center;
	background:#f4f4f4;
	margin:10px 0 0 0;
	}
.pageUp_right{
	float:right;
	display:inline;
	padding:15px 0 0 0;
 	}
.share{
	display:block;
	clear:both;
	padding:10px 0;
	}
.pageUp{
	clear:both;
	height:30px;
	text-align:center;
	font-family:Arial;
	line-height: 30px;
	font-size: 14px;
	color:#999;
	}
.pageUp a{
	font-size: 14px;
	color:#666;
}
.pageUp p{
	clear: both;
}
.pageUp a:hover{
	color:#00a1e9;
	}
.pageUp a.hover{
	color:#86b30e;
}
.articleMore{
	overflow: hidden;
}
.articleMore .jiathis_style{
	margin-top: 4px;
}
.good{
	display: block;
	height: 25px;
	overflow: hidden;
	padding: 0px 10px 0px 30px;
	text-align: center;
	font-size: 12px;
	color:#999;
	line-height: 25px;
	border:1px solid #dadada;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background: url(../images/good.png) no-repeat 7px 3px;
}
/**
 * 文章阅读页-内容上部大图
 */
#play{
	width:1100px;
	height:600px;
	position:relative;
	overflow: hidden;
	background:#fff;
	border:1px solid #e9e9e9;
	padding:5px;
	margin:20px auto 0 auto;
}
#play .change_a {
	width:40%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	cursor: pointer;
	display: block;
	overflow: hidden;
	background:url(about:blank);
}
#play .prev_a {left: 0;}
#play .next_a {right: 0}
#play .change_a span {
	width: 24px;
	height: 43px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	display: none
}
#play .prev_a span {background: url(../images/article_icon.png) no-repeat 0px -50px;left: 0;}
#play .next_a span {background: url(../images/article_icon.png) no-repeat -30px -50px;right: 0;}
#play .img_ul {
	position: relative;
	z-index: 1;
	width:1100px;
	height:600px;
}
#play .img_ul li{
	position: relative;
	z-index: 1;
	width:1100px;
	height:600px;
	background:#fff;
	margin:0 0 5px 0;
}
#play .img_ul li img{position:absolute;}
.imgMove{width:810px;clear:both;margin:20px auto 0px;position:relative;}
.img_hd {
	margin:0 auto;
	overflow: hidden;
	height:100px;
	position:relative;
}
.img_hd ul {
	position: absolute;
	z-index: 1
}
.img_hd ul li {
	float: left;
	height:70px;
	width:120px;
	padding:1px;
	margin:0 7px;
	cursor: pointer;
	background:#fff;
	border:1px solid #d4d4d4;
	position:relative;
}
.img_hd ul li p{
	height:70px;
	width:120px;
	display:block;
	background:#fff;
	position:relative;
	}
.img_hd ul li i{
	display:block;
	clear:both;
	line-height:20px;
	padding:0 5px;
	background:#000;
	color:#fff;
	position:absolute;
	right:3px;
	bottom:3px;
	z-index:99999999999999;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	}
.img_hd ul li img {position:absolute;height:70px;width:120px;}
.img_hd ul li.on {border:1px solid #b91719;background:#b91719;}
.imgMove .bottom_a {
	width:25px;
	height:25px;
	display: block;
	cursor: pointer;
	z-index: 10;
	float:left;
	top:25px;
	position:absolute;
	z-index:9999999999999;
	background:url(../images/article_icon.png) no-repeat;
}
.imgMove .prev_a {background-position:left top;left:0;}
.imgMove .next_a {background-position:right top;right:0;}

/********************************此处首页样式开始*********************************/
/*
* 第一通栏 begin
*/
.indTitBox{
	overflow: hidden;
	position: relative;
	text-align: center;
}
.section .indTitBox{
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.indTitCh{
	font-size: 26px;
	color:#00a1e9;
	overflow: hidden;
}
.indTitEn{
	overflow: hidden;
	font-size: 12px;
	color:#6e6e6e;
}
.ind1stIntr{
	font-size: 14px;
	color:#616161;
	line-height: 34px;
	text-align: center;
	overflow: hidden;
	position: relative;
	padding-top: 20px;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.ind1stIcon{
	display: block;
	width: 45px;
	height: 1px;
	overflow: hidden;
	background: #6e6e6e;
	position: absolute;
	top:0px;
	left: 50%;
	margin-left: -22px;
}
.nextPage{
	width: 65px;
	height: 35px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom:10px;
	margin-left: -32px;
	z-index: 999;
	cursor: pointer;
	background: url(../images/nextPage.png) no-repeat center center;
}
.nextPage .fp-nav{
	position: relative;
	overflow: hidden;
	top:0px;
	margin-top: 0px;
    right: 0px;
    list-style-type: none;
}
.nextPage .fp-nav li{
	overflow: hidden;
	margin:0px;
	padding: 0px;
}
.nextPage .fp-nav li a{
	display: block;
    width: 65px;
	height: 35px;
    overflow: hidden;
    padding-right: 0px;
    background: url(../images/nextPage.png) no-repeat center center;
}

.switcher-wrap{
	overflow: hidden;
	position: relative;
}
#img-slider{
	height:340px; 
	width:690px; 
	margin:0 auto; 
	position:relative;
	z-index: 1;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
#img-slider .slide{width:100%;background:#fff;position:absolute;}
#img-slider .slide .img{margin:10px auto;border:none;}
#img-slider .img{border:1px solid #cbcbcb;background-color:#fff;width:690px;height:340px;position:relative;}
#img-slider .img img{display:block;width:100%; height:100%;}
#img-slider .img em{
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top:0px;
	z-index: 1;
	background: rgba(0,0,0,0.5) url(../images/videoIcon.png) no-repeat center center;
	cursor: pointer;
}
.indVideo{
	width: 620px;
	height: 305px;
	overflow: hidden;
	position: absolute;
	left: 287px;
	top:16px;
	z-index: 9;
	display: none;
}

/*
* 第三通栏 
*/
.ind3rdMenu{
	overflow: hidden;
	text-align: center;
}
.ind3rd_dl{
	overflow: hidden;
	display: inline-block;
}
.section .ind3rd_dl{
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.ind3rd_dl dd{
	overflow: hidden;
	float: left;
	display: inline;
	height: 27px;
	line-height: 27px;
}
.ind3rd_dl dd a{
	font-size: 14px;
	color:#838383;
	padding: 4px 10px;
	overflow: hidden;
}
.ind3rd_dl dd i{
	font-size: 14px;
	color:#838383;
	padding: 0px 5px;
}
.ind3rd_dl dd.hover a{
	background: #00a1e9;
	color:#fff;
}
.ind3rd{
	overflow: hidden;
	padding-top: 30px;
}
.ind3rdBox{
	overflow: hidden;
	position: relative;
}
.ind3rd_a{
	display: block;
	overflow: hidden;
	position: relative;
}
.ind3rd_a img{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top:0px;
	z-index: 1;
}
.ind3rdTxt{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	bottom:-100%;
	z-index: 2;
	background: rgba(0,0,0,0.5);
	text-align: center;
	display: table;
}
.vis_m{
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
}
.ind3rdName{
	font-size: 30px;
	color:#fff;
	overflow: hidden;
}
.ind3rdIntr{
	padding-top: 10px;
	font-size: 14px;
	color:#fff;
	overflow: hidden;
}
.style1 .ind3rd_a{
	width: 590px;
	height: 445px;
}
.ind3rd .style2{
	margin-left: 15px;
}
.ind3rd .style3{
	margin:15px 0px 0px 15px;
}
.style2 .ind3rd_a{
	width: 290px;
	height: 215px;
}
.style3 .ind3rd_a{
	width: 595px;
	height: 215px;
}
.style1{
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.style2{
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.style3{
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
/*
* 第四通栏
*/
.ind4th{
	overflow: hidden;
	padding-top: 30px;
}
.ind4th_dl{
	margin:0px -7px;
	overflow: hidden;
}
.ind4th_dl dd{
	width: 25%;
	overflow: hidden;
	float: left;
	display: inline;
	margin-bottom: 14px;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.ind4th_a{
	display: block;
	overflow: hidden;
	position: relative;
	padding: 0px 7px;
}
.listImg{
	width: 100%;
	overflow: hidden;
	padding-top: 60.3448276%;
	position: relative;
}
.listImg img{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top:0px;
	z-index: 1;
}
.listImg img.hide{
	z-index: 2;
	top:-100%;
}
.listImgName{
	height: 40px;
	overflow: hidden;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color:#444;
	background: #e4e4e4;
}
.ind4th_dl dd.hover .listImgName{
	color:#fff;
	background: #00a1e9;
}

/*
* 第五通栏
*/
.ind5th{
	padding-top: 80px;
}
.ind5th_dl{
	margin: 0px -10px;
}
.ind5th_dl dd{
	width: 33.3333333333%;
	float: left;
	display: inline;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.ind5th_a{
	display: block;
	overflow: hidden;
	padding: 15px;
	margin:0px 10px;
	background: #fff;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.ind5thTime{
	overflow: hidden;
}
.ind5thTime span{
	display: block;
	font-size: 24px;
	color:#888;
	overflow: hidden;
}
.ind5thTime i{
	display: block;
	font-size: 14px;
	color:#888;
	overflow: hidden;
}
.ind5thName{
	font-size: 18px;
	color:#555;
	overflow: hidden;
	padding: 10px 0px;
	border-top:1px solid #ececec;
}
.ind5thImg{
	width: 100%;
	overflow: hidden;
	padding-top: 42.8571429%;
	position: relative;
}
.ind5thImg img{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top:0px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.ind5thTxt{
	height: 50px;
	overflow: hidden;
	font-size: 14px;
	color:#989898;
	line-height: 25px;
}
.ind5thMore{
	overflow: hidden;
	padding-left: 35px;
	height: 10px;
	overflow: hidden;
	background: url(../images/moreIcon.png) no-repeat left center;
}
.ind5th_a:hover{
	-webkit-box-shadow: 0px 3px 8px rgba(0,0,0,0.35);
	box-shadow: 0px 3px 8px rgba(0,0,0,0.35);
}
.ind5th_a:hover .ind5thName{
	color:#00a1e9;
}
.ind5th_a:hover .ind5thMore{
	background: url(../images/moreIcon_h.png) no-repeat left center;
}
.ind5th_a:hover img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

/*
* 第六通栏
*/
.ind6th{
	overflow: hidden;
	padding-top: 80px;
}
.ind6thL{
	width: 570px;
	height: 320px;
	overflow: hidden;
	font-size: 16px;
	color:#6e6e6e;
	line-height: 40px;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.ind6thR{
	width: 565px;
	height: 320px;
	overflow: hidden;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.ind6th_dl{
	width: 585px;
	overflow: hidden;
}
.ind6th_dl dd{
	width: 175px;
	height: 40px;
	float: left;
	display: inline;
	position: relative;
	margin-right: 20px;
	margin-bottom: 20px;
}
.ind6thDiv{
	height: 39px;
	overflow: hidden;
	line-height: 39px;
	border-bottom:1px solid #c1c1c1;
	position: relative;
	padding-left: 40px;
}
.ind6thDiv span{
	display: block;
	overflow: hidden;
	font-size: 16px;
	color:#6e6e6e;
}
.ind6th_dl dd .ind6thDiv span{
	position: absolute;
	left: 0px;
	bottom:0px;
}
.ind6thDiv input{
	height: 39px;
	overflow: hidden;
	border:none;
	width: 100%;
	font-size: 16px;
	color:#6e6e6e;
	font-family: "Microsoft yahei";
	background: none;
}
.ind6th_dl dt{
	clear: both;
	overflow: hidden;
	margin-right: 20px;
	margin-bottom: 20px;
}
.ind6thDiv textarea{
	height: 50px;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	font-size: 14px;
	color:#6e6e6e;
	line-height: 25px;
	border:none;
	outline: none;
	background: none;
}
.ind6th_dl dt .ind6thDiv{
	height: 90px;
	padding-left: 0px;
}
.ind6th_dl dd.w_565{
	width: 565px;
}
.ind6th_dl dd.w_565 .ind6thDiv{
	margin-right: 120px;
	padding-left: 60px;
}
.indCodeImg{
	display: block;
	overflow: hidden;
	position: absolute;
	right: 0px;
	bottom:0px;
}
.indCodeImg img{
	display: block;
	width: 100px;
	height: 40px;
}
.ind6thBt{
	display: block;
	height: 70px;
	overflow: hidden;
	font-size: 20px;
	color:#fff !important;
	line-height: 70px;
	background: #00a1e9;
	text-align: center;
}

/*
* 荣誉资质
*/
.Img_dl2{
	overflow: hidden;
	margin: 0px -10px;
}
.Img_dl2 dd{
	width: 25%;
	overflow: hidden;
	float: left;
	display: inline;
	margin-bottom: 20px;
}
.Img_dl2 dd .img_a{
	margin: 0px 10px;
}
.Img_dl2 dd .imgBox{
	padding-top: 145.614035%;
}

/*
* 联系我们
*/
.contactL{
	width: 590px;
	overflow: hidden;
}
.contactTit{
	display: block;
	overflow: hidden;
	font-size: 20px;
	color:#494949;
}
.contact_dl{
	width: 620px;
	overflow: hidden;
}
.contact_dl dd{
	width: 280px;
	overflow: hidden;
	float: left;
	display: inline;
	margin-right: 30px;
	padding: 13px 0px;
}
.contact_dl dt div,
.contact_dl dd div{
	overflow: hidden;
	border:1px solid #d5d5d5;
	padding: 0px 7px;
}
.contact_dl dd div input{
	width: 100%;
	height: 33px;
	overflow: hidden;
	border:none;
	outline: none;
	font-size: 14px;
	color:#cbcbcb;
	line-height: 33px;
	font-family: "microsoft yahei";
}
.contact_dl dt{
	clear: both;
	overflow: hidden;
	margin-right: 30px;
	padding: 13px 0px;
}
.contact_dl dt div textarea{
	width: 100%;
	height: 125px;
	overflow-x: hidden;
	overflow-y: auto;
	border:none;
	outline: none;
	font-size: 14px;
	color:#cbcbcb;
	line-height: 25px;
	font-family: "microsoft yahei";
}
.contact_dl dd.w_400{
	width: 380px;
}
.contact_dl dd.w_400 div{
	width: 264px;
}
.contUsCode{
	height: 35px;
	display: block;
	overflow: hidden;
}
.contactBt{
	display: block;
	width: 210px;
	height: 38px;
	overflow: hidden;
	font-size: 16px;
	color:#fff !important;
	line-height: 38px;
	background: #00a1e9;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.contactR{
	/*width: 535px;*/
	overflow: hidden;
	width: 100%;
}
.contactDiv{
	overflow: hidden;
	min-height: 30px;
	height: auto !important;
	height: 30px;
	font-size: 16px;
	color:#6e6e6e;
	line-height: 30px;
	padding: 10px 0px 10px 50px;
}
.contIcon1{
	background: url(../images/contIcon1.png) no-repeat 8px 10px;
}
.contIcon2{
	background: url(../images/contIcon2.png) no-repeat 6px 13px;
}
.contIcon3{
	background: url(../images/contIcon3.png) no-repeat 13px 10px;
}
.contIcon4{
	background: url(../images/contIcon4.png) no-repeat 4px 11px;
}
.contIcon5{
	background: url(../images/contIcon5.png) no-repeat 8px 16px;
}

/*
* 视频列表
*/
.video_dl{
	overflow: hidden;
	margin: 0px -10px;
}
.video_dl dd{
	width: 33.333333333%;
	overflow: hidden;
	float: left;
	display: inline;
	margin-bottom: 15px;
}
.video_a{
	display: block;
	overflow: hidden;
	position: relative;
	padding:0px 10px;
}
.videoImg{
	width: 100%;
	overflow: hidden;
	padding-top: 55.8441558%;
	position: relative;
}
.videoImg img{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top:0px;
	z-index: 1;
}
.videoIcon{
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top:0px;
	z-index: 2;
	background: rgba(0,0,0,0.5) url(../images/videoIcon.png) no-repeat center center;
}
.videoName{
	overflow: hidden;
	font-size: 14px;
	color:#666;
	padding-top: 15px;
}
.video_a:hover .videoName{
	color:#00a1e9;
}
.video_dl dd.hover .videoIcon{
	display: block;
	background: url(../images/videoIcon_h.png) no-repeat center center;
}

/*
* 留言列表
*/

/*留言内容*/
.messageShowList {
	display: block;
	overflow: hidden;
	padding: 0px 10px;
	border-top:1px solid #abadb3;
	border-bottom:1px solid #abadb3;
}
.messageShowList dd {
	display: block;
	padding: 10px;
	border-bottom: 1px dotted #cacaca;
}

.messageShowList dd div{
	min-height: 25px;
	height: auto !important;
	height: 25px;
	overflow: hidden;
	font-size: 12px;
	color:#555555;
	line-height: 25px;
	position: relative;
	font-family: "宋体";
}

.messageShowList dd div.msgDeta{
	padding-left: 70px;
}

.messageShowList dd div.msgUser{
	color:#e60a14;
	/*border-bottom:1px dashed #e5e5e5;
	padding-bottom: 5px;
	margin-bottom: 5px;*/
}

.messageShowList dd:last-child{
	border:none;
}

.messageShowList dd div span{
	display: block;
	width: 70px;
	height: 25px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top:0px;
	color:#e60a14;
}


@media screen and (max-width: 1600px){

}

@media screen and (max-width: 1366px){
	/*
	* 顶部 导航
	*/
	.top{
		height: 70px;
	}
	.logo{
		margin:10px 0px;
	}
	.logo img{
		height: 50px;
	}
	.search{
		padding: 25px 0px;
	}
	.searchCont{
		top:70px;
	}
	.nav_dl dd{width: 90px;}
	.nav{
		height: 70px;
	}
	.nav_a{
		height: 70px;
		line-height: 70px;
	}
	.subNav{
		top:70px;
	}
	/*
	* 第二通栏
	*/
	.section .h50{
		height: 20px;
	}
	.ind2nd .h20{
		height: 10px;
	}
	.ind1stIntr{
		height: 50px;
		line-height: 25px;
		padding-top: 10px;
	}
	#img-slider{
		height: 300px;
		width: 610px;
	}
	#img-slider .img{width:610px;height:300px;}
	.indVideo{
		width: 550px;
		height: 270px;
		left: 323px;
	}

	/*
	* 第三通栏
	*/
	.ind3rd{
		padding-top: 10px;
	}
	.style2 .ind3rd_a{
		width: 200px;
		height: 150px;
	}
	.ind3rdName{
		font-size: 18px;
	}
	.style1 .ind3rd_a{
		width: 415px;
		height: 315px;
	}
	.style3 .ind3rd_a{
		width: 415px;
		height: 150px;
	}
	.ind3rd{
		width: 875px;
	}

	/*
	* 第四通栏
	*/
	.ind4th{
		width: 900px;
		padding-top:10px;
	}

	/*
	* 第五通栏
	*/
	.ind5th{
		width: 1000px;
		padding-top: 30px;
	}
	/*
	* 第六通栏
	*/
	.ind6th{
		padding-top: 30px;
	}
}