﻿.banner{overflow:hidden; position:relative;}
.banner .hd{ height:15px; overflow:hidden; position:absolute; right:50%; bottom:5px; z-index:1; }
.banner .hd ul{ overflow:hidden; zoom:1; float:left;  }
.banner .hd ul li{ float:left; margin-right:2px;  width:6px; height:6px; line-height:14px; text-align:center; background: rgba(0,0,0,0.4); cursor:pointer;border: 2px solid #ddd; border-radius: 50% }
.banner .hd ul li.on{ background:#fff; }
.banner .bd{ position:relative; height:100%; z-index:0;   }
.banner .bd li{ zoom:1; vertical-align:middle; }
.banner .bd img{ width:100%; display:block; }
/* 下面是前/后按钮代码，如果不需要删除即可 */
.banner .prev,
.banner .next{ position:absolute; left:0; top:50%; margin-top:-25px; display:block; width:41px; height:69px; background:url(../images/icon-slides.png)  no-repeat -85px 50%;  }
.banner .next{ left:auto; right:0; background-position:-125px 5px; }
.banner .prev:hover{background-position:0px 50%;}
.banner .next:hover{ background-position:-42px 50%; }
.banner .prevStop{ display:none;  }
.banner .nextStop{ display:none;  }
/**广告位 end**/

@font-face {
  font-family: 'iconfont';  /* project id："181632" */
  src: url('http://at.alicdn.com/t/font_s520fiz3gwg66r.eot');
  src: url('http://at.alicdn.com/t/font_s520fiz3gwg66r.eot?#iefix') format('embedded-opentype'),
  url('http://at.alicdn.com/t/font_s520fiz3gwg66r.woff') format('woff'),
  url('http://at.alicdn.com/t/font_s520fiz3gwg66r.ttf') format('truetype'),
  url('http://at.alicdn.com/t/font_s520fiz3gwg66r.svg#iconfont') format('svg');
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.container{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.news-list {
	margin: 30px 0;
}
.news-list li{
    float: left;
    width: 370px;
    margin:15px;
    overflow: hidden;
}
.news-list li .imgbox{
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;
	width: 370px;
	height:300px;
	text-align: center;
	display: table-cell;
vertical-align: middle;
}
.news-list li .imgbox img{
    max-width: 100%;
	max-height: 100%;
}
.news-list li h3{
	font-size: 16px;
	color: #000;
	font-weight: 700;
	margin-bottom: 20px;
}
.news-list li .info_desc{
	font-size: 14px;
	color: #000;
	margin-bottom: 20px;
}
.news-list li i{
	margin-right: 10px;
	font-size: 14px;
}
.news-list li a{
	color: #000;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.news-list li:hover a{
	color: #dc0000;
}
.news-list  li .imgbox > b {
    display: block;
    width: 50px;
    height: 50px;
    background: url(../images/play-bj.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    transition: all ease-out 250ms;
    -webkit-transition: all ease-out 250ms;
    -moz-transition: all ease-out 250ms;
}
.news-list li:hover .imgbox b {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.footer{
	background: #343434;
	padding: 20px 0px
}
.footer-links{
	margin: 0px 15px;
}
.footer .col-links {
    float: left;
    width: 292px;
    margin: 0;
}
.footer .col-links dt {
    margin:15px 0;
    font-size: 18px;
    line-height: 1.25;
    color: #fff;
}
.footer .col-links dd{
	color: #ddd;
	font-size: 12px;
	line-height: 160%;
}
.footer .col-links dd a{
	color: #ddd;
}
.footer .col-links dd a:hover {
    text-decoration: underline;
}
.copyright{
	background: #232323;
	line-height: 100px;
	height: 100px;
	color: #666;
}



.cms_content{
	margin: 40px 0
}
.cms_side{
	width: 300px;
	float: left;
}
.cms_side .cms_side-title{
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	color: #000;
	font-weight: 700
}
.cms_title {
    border-bottom: 1px #dadada solid;
    font-weight: 700;
    font-size: 40px;
}
.cms_main {
    float: right;
    margin-left: 20px;
    width: 800px;
}
.sideMenu h3 { 
	height:40px; 
	line-height:40px; 
	padding-left:10px;  
	border-top:1px solid #d7d7d7; 
	cursor:pointer;
	font:normal 12px/32px "Microsoft YaHei";
	color: #000;
}

.sideMenu h3 a{ 

	color: #000;
}
.sideMenu h3 em{ 
	float:right; 
	display:block; 
	width:40px; 
	height:32px;   
	background:url(../images/icoAdd.png) 16px 12px no-repeat; 
	cursor:pointer; 
}
.sideMenu h3.on em{
	background-position:16px -57px; 
}
.sideMenu ul{ 
	padding:8px 25px; 
	color:#999; 
	display:none;
}
.sideMenu ul li{
	height: 30px; 
	line-height: 30px
}
.sideMenu ul li a{
	color: #999999
}



.cms_new-list li{
	height: 50px;
	line-height: 50px;
	border-bottom: 1px #dadada solid;
}
.cms_new-list li i{
	color: #ff3439
}
.cms_new-list li span{
	color: #ddd;
	margin: 0px 10px
}
.cms_new-list li a{
	color: #000;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.cms_new-list li:hover{
	color: #000;
	background: #e5e5e5;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    float: right;
}
.pagination li {
    display: inline;
}
.pagination li a {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #898989;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination li a.on{
	color: #fff;
    background-color: #dc0000;
    border-color: #dc0000;
}
.pagination li a:focus, .pagination li a:hover, .pagination li span:focus, .pagination li span:hover {
    z-index: 2;
    color: #fff;
    background-color: #dc0000;
    border-color: #dc0000;
}
.cms_main-content{
	padding: 20px 0;
}
.cms_main-content img{
	max-width: 100%;
	margin-bottom: 30px;
}
.line-28{
	line-height: 28px
}
.font-16{
	font-size: 16px
}
.cms_main-content b{
	font-size: 50px;
	font-weight: 700
}
.product-box{
	border-bottom: 1px solid #e0e0e0;
	text-align: center;
}
.product-box .product-hd{
	text-align: center;
	font-size: 40px;
	color: #000;
	margin: 20px 0px
}
.product-box b{
	width: 100px;
	height: 1px;
	display: inline-block;
	background: #000;
	margin-bottom: 50px
}
.product-box .nav-list li{
   display: inline;
   margin: 20px;
   height: 40px;
   line-height: 40px;
}
.product-box .nav-list li a{
	color: #000;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.product-box .nav-list li a.on{
	color: #dc0000
}
.product-box .nav-list li:hover a{
	color: #dc0000
}

.product-list li{
	border: 1px solid #e0e0e0;
	margin: 40px 0px;
	padding:20px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.product-list li:hover{
	box-shadow: 0 2px 6px #ccc;
}
.product-list li .product-img{
	border-right: 1px solid #e0e0e0;
	width: 300px;
	height: 200px;
	float: left;
	overflow: hidden;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.product-list li .product-img img{
	max-width: 100%;
	max-height: 100%;
}
.product-info{
	float: left;
	padding-left: 57px;
	width: 800px;
}

.product-info .product-info-title{
	font-size: 24px;
	color: #000;
	margin-bottom: 20px;
}
.product-info .product-info-title span{
	color: #666;
	font-size: 16px;
	margin: 0px 20px;
}
.product-info .product-info-summary{
	font-size: 16px;
	color: #000;
	margin: 20px 0px;
}
.product-info a{
	color: #000;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.product-info i{
	margin-right: 10px;
}
.product-list li:hover .product-info a{
	color: #dc0000
}
.product-detail-box{
	padding: 50px 0px
}
.product-detail-box .product-detail-title{
	height: 70px;
	line-height: 70px;
	font-size: 36px;
	color: #000;
}
.product-detail-box .product-detail-info{
	line-height: 28px;
	font-size: 16px;
	color: #000;
}
.text-center{
	text-align: center;
}

.picScroll-left{   
	overflow:hidden; 
	position:relative;  
	border-top:1px solid #ccc; 
	border-bottom:1px solid #ccc; 
	padding: 20px 0px;
	margin: 40px 0px 
}
.picScroll-left .hd{ 
	overflow:hidden;  
}
.picScroll-left .hd .prev{ 
	display:block;  
	overflow:hidden;
	cursor:pointer; 
	float: left;
}
.picScroll-left .hd .next{ 
	display:block;  
	overflow:hidden;
	cursor:pointer; 
	float: right;
}
.picScroll-left .hd .prev i,.picScroll-left .hd .next i{
    font-size: 30px;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.picScroll-left .hd .prev i:hover,.picScroll-left .hd .next i:hover{
	color: #dc0000;
}
.picScroll-left .hd .prevStop{ 
	background-position:-60px 0; 
}
.picScroll-left .hd .nextStop{ 
	background-position:-60px -50px; 
}
.picScroll-left .hd ul{ 
	float:right; 
	overflow:hidden; 
	zoom:1; 
	margin-top:10px; 
	zoom:1; 
}
.picScroll-left .hd ul li{ 
	float:left;  
	width:9px; 
	height:9px; 
	overflow:hidden; 
	margin-right:5px; 
	text-indent:-999px; 
	cursor:pointer; 
	background:url("images/icoCircle.gif") 0 -9px no-repeat; 
}
.picScroll-left .hd ul li.on{ 
	background-position:0 0; 
}
.picScroll-left .bd ul{ 
	overflow:hidden; 
	zoom:1; 
}
.picScroll-left .bd ul li{ 
	margin:0 8px; 
	float:left; 
	_display:inline; 
	overflow:hidden; 
	text-align:center;  
}
.picScroll-left .bd ul li .pic{ 
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	width:580px; 
	height:300px; 
	padding:2px;
}
.picScroll-left .bd ul li .pic img{ 
	max-width: 100%;
	max-height: 100%;
}
.picScroll-left .bd ul li .pic a:hover img{ 
	border-color:#999;  
}
.picScroll-left .bd ul li .title{ 
	line-height:24px;   
}
.video-module{
	margin: 40px 0px
}
.panel{
	background: #e5e5e5;
	padding: 50px;
	font-size: 14px;
	color: #000;
	line-height: 28px;
	margin: 40px 0px
}










.head-v3{position:relative;z-index:100;}
.head-v3 .navigation-inner{margin:0 auto;position:relative}
.navigation-up{height:85px;background:#343434}
.navigation-up .navigation-v3{min-width: 500px;margin: 0px auto;}
.navigation-up .navigation-v3 ul{}
.navigation-up .navigation-v3 li{float:left;font-size: 16px;font-weight: normal;color:#fff;line-height: 85px;width: 14%;text-align: center;}
.navigation-up .navigation-v3 .nav-up-selected{background:#232323}
.navigation-up .navigation-v3 .nav-up-selected-inpage{background:#202833}
.navigation-up .navigation-v3 li h2{font-weight:normal;padding:0;margin:0}
.navigation-up .navigation-v3 li h2 a{color:#fff;display:inline-block;height:85px;text-align: center;}
.navigation-down{position:absolute;top:85px;left:0px;width:100%}
.navigation-down .nav-down-menu{width:100%;margin:0;background: rgba(255,255,255,.85) none repeat scroll 0 0;position:absolute;top:0px}
.navigation-down .nav-down-menu .navigation-down-inner{margin:50px auto ;width:1200px;position:relative}
.navigation-down .nav-down-menu {
	display: none;
}
.navigation-down .nav-down-menu .col-1{
	padding-right: 40px;
	width: 300px;
	float: left;
	height: 250px;
	overflow: hidden;
}
.navigation-down .nav-down-menu .col-1 a{
	color: #000;
	display: block;
	position: relative;
	min-width: 215px;
	padding: .9em 0 1em;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.navigation-down .nav-down-menu .col-1 a i{
	float: right;
}
.navigation-down .nav-down-menu .col-1 li a:hover {
    background-color: #e5e5e5;
    color: #dc0000
}
.navigation-down .nav-down-menu .col-3{
	float: left;
}
.navigation-down .nav-down-menu .col-3 li{
	width: 246px;
	text-align: center;
	color: #000;
	float: left;
	margin: 0px 20px;
}
.navigation-down .nav-down-menu .col-3 .figure-thumb{
	width: 246px;
	height: 160px;
	margin: 0 auto 16px;
	text-align: center;
	text-align: center;
	display: table-cell;
vertical-align: middle;
}
.navigation-down .nav-down-menu .col-3 .figure-thumb img{
	max-width: 100%;
	max-height: 100%;
}
.navigation-down .nav-down-menu .col-3 li .title a{
	color: #000;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.navigation-down .nav-down-menu .col-3 li:hover .title a{
	text-decoration: underline;
    color: #dc0000;
}

.index-logo{
	width: 350px;
	float: left;
	height: 85px;
}
.index-logo img{
	display: inline-block;
	margin-top: 25px;
	margin-left: 50px;
}
.language{
	float: right;
	margin-top: 25px;
	margin-right: 50px;
}
.language li{
	float: left;
}
.language li a{
	width: 40px;
	height:30px;
	display:block;
	color: #fff;
	background: #000;
	text-align: center;
	line-height: 30px;
}
.language li a.on{
	background: #999;
}
.pagecode {color: #ccc;padding: 15px 20px;text-align: right;}
.pagecode a {border: 1px solid #ddd;border-radius: 4px;color: #428bca;display: inline-block;height: 25px;line-height: 25px;margin: 0 2px;padding: 0 10px;vertical-align: middle;}
.pagecode a:hover {border: 1px solid #428bca;text-decoration: none;}
.pagecode span.current {background-color: #428bca;border: 1px solid #428bca;border-radius: 4px;color: #fff;display: inline-block;height: 25px;line-height: 25px;margin: 0 2px;padding: 0 10px;vertical-align: middle;}
.pagecode span.disabled {background: #f2f2f2 none repeat scroll 0 0;border: 1px solid #bfbfbf;border-radius: 4px;color: #bfbfbf;display: inline-block;height: 25px;line-height: 25px;margin: 0 2px;padding: 0 10px;vertical-align: middle;}


.feedback{ padding:20px 0px;}
.item{margin-bottom:10px; position:relative;padding-left:100px;line-height:30px; }/*登录注册等表单的行*/
.item h3{
	width:100px; 
	text-align:right;
	position:absolute;left:0px;top:0px;
	}
.item span{
	margin-left:5px;
	color:#969696;
	}
.item strong{float:left; padding-left:5px;}	
.item input,.item .birth{
	margin-left:15px;
	margin-right:2px;
	}
.item .birth{height:35px;line-height:35px;}
.item label{padding-top:10px;}
.item select{border:1px #dadada solid;border-radius:3px;height:20px; line-height:20px;}
.item span a{ color:#f00;}
input.text{
	height:28px;
	line-height:28px; 
	padding-left:3px;
	border:1px #dadada solid;
	border-radius:3px;
	font-family:"微软雅黑";
	font-size:12px;
	}
.w1{width:250px;}
.w2{width:100px;}
.wnum{width:50px;}
.wtxt{width:150px;}
.check-code{height:35px; line-height:35px;}
.check-code img{display:block;height:30px; float:left;}
.check-code span{ float:left;}
.check-code a{color:#F00; float:left;}
.check-code a:hover{ text-decoration:underline; cursor:pointer;}
.btn-sure{
	width:100px; 
	height:34px; 
	background:#09F; 
	color:#fff; 
	font-family:"微软雅黑"; 
	margin-left:100px;
	border:1px #09F solid;
	border-radius:3px;
	letter-spacing:5px;
	}
.btn-sure:hover,.btn-sure:active{ 
    background:#06F;
	border:1px #06F solid;
	border-radius:3px; 
	color:#fff; 
	cursor:pointer;
	}
.txtarea{
	width:400px;
	min-height:100px;
	padding:5px;
	border:1px #dadada solid;
	border-radius:3px;
	font-family:"微软雅黑";
	font-size:12px;
	 margin-left:15px;
	}
