@charset "utf-8";
*{margin:0; padding:0;}
body {
	margin:0;
	font-family:microsoft yahei,simsun; 
	font-size:14px;
	/*color:#888888;*/
	color:#333333;
	min-width:1200px;
	padding:0;
}
ul,li{
	list-style-type:none; 
}
img{ 
	border:none;
	padding:0;
	margin:0;
}
.center{
	width:1200px;
	margin:0 auto 0 auto;
	overflow:hidden;
}
.centerBig{
	height: 100%;
	width:100%;
	max-width:1920px;
	margin:0 auto 0 auto;
}
.no_display{
	display:none !important;
}
.visible{
	overflow:visible;
}
.relative{
	position:relative;
}
a{
	cursor:pointer;
	text-decoration: none;
}
/* header */
.header{
	width:1200px;
	margin:0 auto;
	height:125px;
	padding-bottom: 5px;
}
.header .title{
	height:40px;
	line-height:40px;
}
.header .title div{
	float:left;
}
.header .title .r_title{
	float:right;
	cursor:pointer;
}
.header .title .l_title{
	margin-left:30px;
}
.header .search{
	border: 1px solid #CDCDCD;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    background-color: #FFFFFF;
    padding: 5px 8px 0 8px;
	float:right !important;
    margin-top: 5px;
    height: 24px;
    margin-right: 22px;
}
.header .search{
	line-height:0;
}
.header .search input{
	border:0;
	padding:1px 0;
	outline:none;
}
.header .search img{
	padding:2px 3px 2px 7px;
	vertical-align:bottom;
	cursor:pointer;
}
.header .logo{
	float:left;
	padding:8px 0 0 30px;
}
.header .category{
	float:right;
	height:80px;
}
.header .category a{
	float:left;
	max-width:85px;
	width:85px;
	height:85px;
	line-height:85px;
	text-align:center;
	font-size:15px;
	color:#333333;
	cursor:pointer;
}
.header .category a:hover,
.header .choose{
	color:#fff !important;
	background:#fdd300;
}
/*
.header .category a:hover,
.header .choose{
	color:#82c039 !important;
	border-bottom:3px solid #82c039;
}
*/
/* banner */
.top_banner{
	width:100%;
	max-height:680px;
	overflow:hidden;
	position:relative;
}
.top_banner .banner{
	max-height:680px;
	width:99999px;
	position:relative;
	margin-left:-360px;
	z-index:1;
	top:0;
}
.top_banner .banner img{
	float:left;
}
.top_banner .banner_right,
.top_banner .banner_left{
	position:absolute;
	z-index:9;
	display:block;/*块级元素*/
	cursor:pointer;/*变鼠标手*/
	top:50%;
}
.top_banner .banner_left{
	left:0;
}
.top_banner .banner_right{
	right:0;
}
.top_banner .dotPo{
	position:inherit;
	z-index:10;
	display:block;
	bottom:30px;
	width:100%;
}
.top_banner .dotCenter{
	width:100px;
	margin-left:auto;
	margin-right:auto;
}
.top_banner .dot{
	bottom:10px;
	display:block;/*块级元素*/
	cursor:pointer;/*变鼠标手*/
	width: 10px;
    height: 10px;
    border:1px solid #DDDDDD ; 
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	float:left;
	margin:0 3px 0 3px;
}
.top_banner .dot2{
	bottom:10px;
	display:block;/*块级元素*/
	cursor:pointer;/*变鼠标手*/
	width: 10px;
    height: 10px;
    border:1px solid #DDDDDD ; 
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	background-color:#fdd300;
	float:left;
	margin:0 3px 0 3px;;
}
/* footer */
.footer{
	width:100%;
	margin-top:50px;
	background:#3d444a;
	color:#FFFFFF;
}
.footer hr{
	padding:0;
	margin:0;
}
.footer .top{
	height:200px;
}
.footer .top .info{
	height:100%;
}
.footer .top .info_right,
.footer .top .info_left{
	height:100%;
	float:left;
}
.footer .top .info_left{
	width:930px;
}
.footer .top .info_right{
	width:270px;
}
.footer .top .info_right img{
	margin-top:30px;
	width:155px;
	height:155px;
}
.footer .details{
	padding-top:20px;
	margin-left:80px;
	height:120px;
}
.footer .details span{
	line-height:35px;
	font-weight:bold;
	font-size:14px;
	padding:0 30px;
}
.footer .ccie{
	margin-left:110px;
}
.footer .ccie img{
	margin-right:10px;
	width:110px;
	height:40px;
}
.footer .bottom{
	height:85px;
	line-height:85px;
	text-align:center;
}
.footer .bottom span{
	padding-right:60px;
}


.banner_p_t{
	width:1200px;
	margin:auto;
}
.banner_p_t .banner_p {
	border-top:1px solid #dddee0;
	padding-top:20px;
	display:-webkit-box;
	position: relative;
	overflow: hidden;
}

.banner_p_t .item{
	float:left;
}
.banner_p_t .item_i{
	width:220px;
	height:220px;
	margin: 0 10px;
}
.banner_p_t .banner_t{
	position: relative;
	width:99999px;
	z-index: 1;
}
.banner_p_t .item img{
	width:100%;
	border: 1px solid #fdd300;
}
.banner_p_t .item p{
	float:left;
	width: 100%;
	text-align: center;
	font-size: 18px;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.banner_p_t .dot_p{
	text-align: center;
	position: relative;
}
.banner_p_t .dot_p div{
	border-radius: 3px;
	width: 50%;
	height: 6px;
	margin-right: 2px;
	display: inline-block;
	border: 1px solid #414141;
}
.banner_p_t .dot_p span{
	width:0%;
	display:block;
	background: #494949;
	height: 6px;
}
.banner_p_t .move{
	height:100%;
	position: absolute;
	z-index: 2;
	width: 100%;
	background-color: rgba(0, 0, 0, 0);
}
.title_a{
	width:100%;
	height:30px;
	line-height:30px;
	background:#FFFFFF;
}
.title_a b{
	font-size:16px;
	padding-left:10px;
	font-weight:normal;
}
.title_a a{
	float:right;
}
.title_a span{
	padding:2px 10px 3px 16px;
	font-size:14px;
	background:#fdd300;
	color:#FFFFFF;
}
