

body,p{
	margin: 0;
	font-family: "微软雅黑";
}
ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
ol{
	margin: 0;
	padding: 0;
	/*list-style-position: inside;*/
}
a{
	outline: 0;
	text-decoration: none;
	transition: all 0.3s ease-in-out !important;
	-webkit-transition: all 0.3s ease-in-out !important;
}
img{
	border: 0;
	outline: 0;
	max-width: 100%;
	height: auto;
	display: block;
}
input,button{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: "微软雅黑";
	background-color: transparent;
}
input[type=submit],button{
	cursor: pointer;
}
.fl{
	float: left;
	display: block;
}
.fr{
	float: right;
	display: block;
}
.cl:after{
	content: '';
	clear: both;
	height: 0 !important;
	overflow: hidden;
	display: block;
}
ul.cl > li{
	float: left;
}
.center-block{
	width: 1000px;
	margin: 0 auto;
}

/*头部开始*/
.head_top{
	height: 32px;
	line-height: 32px;
	font-family: "宋体";
	font-size: 12px;
	color: #FFFFFF;
	overflow: hidden;
	background-color: #242424;
}
.head_top a{
	color: #c9c9c9;
	padding: 0 5px;
}
.head_top a:hover{
	color: #156fb7;
}
.icon1:after{
	content: url(../image/1.png);
	margin-left: 5px;
	vertical-align: -2px;
}
.icon2:after{
	content: url(../image/2.png);
	margin-left: 5px;
	vertical-align: -4px;
}
.head_center{
	box-shadow: 0 1px 2px #999;
	position: relative;
	z-index: 999;
}
.logo{
	padding: 20px 0;
}
.logo a{
	display: block;
}
#button{
	width: 40px;
	height: 30px;
	border-radius: 3px;
	margin-right: 10px;
	background-color: #000;
	display: none;
}
#button span{
	display: block;
	width: 20px;
	height: 2px;
	margin: 4px auto;
	border-radius: 1px;
	background-color: #fff;
}
.nav > ul > li > a{
	font-size: 14px;
	color: #2f2f2f;
	display: block;
	padding: 35px 20px;
}
.nav > ul > li.cur_page > a{
	color: #1689e5;
}
.nav > ul > li > a:hover{
	color: #fff;
	background-color: #318dd7;
}
.nav_dropdown{
	position: relative;
}
.nav_dropdown_list{
	position: absolute;
	top: 90px;
	left: 0;
	width: 100%;
	display: none;
	overflow: hidden;
	background-color: #fff;
}
.nav_dropdown_list > li > a{
	font-size: 14px;
	color: #5b5b5b;
	text-align: center;
	white-space: nowrap;
	display: block;
	border-top: 1px dashed #d3d3d3;
	margin-top: -1px;
	overflow: hidden;
	padding: 12px 0;
}
.nav_dropdown_list > li > a:hover{
	color: #fff;
	border-color: #c6c6c6;
	background-color: #c6c6c6;
}
.banner{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.banner_list{
	position: relative;
}
.banner_list a{
	display: block;
}
.banner_list a img{
	width: 100%;
	height: auto;
}
.banner_nav{
	position: absolute;
	bottom: 4%;
	left: 50%;
	margin-left: -105px;
}
.banner_nav li{
	width: 32px;
	height: 4px;
	background-color: #fff;
	margin: 0 5px;
	cursor: pointer;
}
.banner_nav li.on{
	background-color: #318dd7;
}
.banner .prev,
.banner .next{
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -30px;
}
.banner .prev{
	left: 50px;
}
.banner .next{
	right: 50px;
}
/*头部结束*/

/*底部开始*/
.footer{
	padding: 30px 0 45px 0;
	border-bottom: 5px solid #FFFFFF;
	background-color: #242424;
}
.footer .foot{
	height: 110px;
	padding: 0 25px 0 45px;
}
.footer_logo{
	width: 121px;
	padding-top: 9px;
}
.footer_line{
	width: 1px;
	height: 100%;
	margin: 0 50px;
	background-color: #6a6a6a;
}
.footer_info{
	margin-top: -10px;
}
.footer_info a{
	padding-right: 10px;
	font-family: "宋体";
	font-size: 12px;
	color: #a8a8a8;
	border-right: 1px solid #444;
}
.footer_info a:hover{
	color: #156fb7;
	text-decoration: underline;
}
.footer_info p{
	font-family: "宋体";
	font-size: 12px;
	color: #a8a8a8;
	margin-top: 10px;
}
/*底部结束*/

/*index.html主体开始*/
.about{
	height: 95px;
	overflow: hidden;
	background-color: #f4f4f4;
}
.about .left{
	width: 200px;
	height: 65px;
	position: relative;
	z-index: 1;
	background-color: #d9d9d9;
	padding: 15px 45px 15px 10px;
}
.about .right{
	width: 620px;
	height: 95px;
	position: relative;
	padding-left: 35px;
	padding-right: 90px;
}
.about .left .p1{
	font-size: 20px;
	color: #434343;
}
.about .left .p2,
.about .left .p3{
	font-size: 12px;
	color: #434343;
}
.about .left .p3{
	padding-bottom: 3px;
	border-bottom: 1px solid #156fb7;
}
.about .left .bg{
	width: 24px;
	height: 26px;
	position: absolute;
	right: -20px;
	top: 50%;
	margin-top: -13px;
}
.about .right .p1{
	padding: 15px 0 5px;
}
.about .right .p1 a{
	color: #535353;
}
.about .right .p2{
	font-family: "宋体";
	font-size: 12px;
	color: #808080;
	line-height: 20px;
}
.about .right > a{
	position: absolute;
	right: 0;
	top: 21px;
}
.main_block{
	padding: 30px 0;
}
.bigTitle{
	margin-bottom: 20px;
	text-align: center;
	position: relative;
}
.bigTitle .div{
	width: 366px;
	max-width: 100%;
	display: inline-block;
	text-align: center;
	background: url(../image/5.png) no-repeat center top;
}
.bigTitle .div > span{
	display: inline-block;
	padding-top: 5px;
}
.bigTitle .div > span > span{
	display: table-cell;
	vertical-align: middle;
	width: 80px;
	height: 48px;
	font-size: 18px;
	color: #414141;
}
.bigTitle p{
	font-size: 12px;
	color: #4da17a;
}
.bigTitle .more{
	font-family: "宋体";
	font-size: 14px;
	color: #8b8b8b;
	position: absolute;
	right: 0;
	top: 10px;
}
.bigTitle .more:hover{
	color: #509cda;
}
.main_block1 ul li{
	margin: 0 8px;
}
.main_block1 ul li a{
	display: block;
	text-align: center;
	width: 230px;
	overflow: hidden;
	border: 2px solid #fff;
	background-color: #f1f1f1;
	color: #5c5c5c;
}
.main_block1 ul li a .img{
	overflow: hidden;
}
.main_block1 ul li a img{
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.main_block1 ul li a span{
	display: block;
	height: 40px;
	line-height: 40px;
}
.main_block1 ul li a:hover{
	border-color: #459ee5;
	background-color: #459ee5;
	color: #fff;
	border-radius: 3px;
}
.main_block1 ul li a:hover img{
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.main_block2{
	background-color: #f4f4f4;
}
.main_block2 .left,
.main_block2 .left a{
	display: block;
	width: 395px;
}
.main_block2 .right ul{
	overflow: hidden;
	margin: -12px 0;
}
.main_block2 .right li{
	height: 74px;
	padding: 12px 0;
	overflow: hidden;
	margin-top: -1px;
	border-top: 1px solid #d3d3d3;
}
.main_block2 .right li .pic{
	width: 98px;
	margin-right: 5px;
}
.main_block2 .right li .text{
	width: 460px;
	height: 74px;
	padding: 0 5px;
	background-color: transparent;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.main_block2 .right li .text .p1{
	padding: 5px 0;
}
.main_block2 .right li .text .p1 a{
	font-size: 14px;
	color: #3a3a3a;
}
.main_block2 .right li .text .p2{
	font-family: "宋体";
	font-size: 12px;
	color: #777;
	line-height: 20px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.main_block2 .right li:hover .text{
	background-color: #4a9ada;
}
.main_block2 .right li:hover .text .p2,
.main_block2 .right li:hover .text .p1 a{
	color: #fff;
}
.main_block3{
	overflow: hidden;
}
.main_block3 ul{
	margin: 0 -4px;
}
.main_block3 ul li{
	margin: 0 4px;
}
.main_block3 ul li a{
	display: block;
	width: 193px;
}
.main_block3 ul li a .img{
	overflow: hidden;
}
.main_block3 ul li a .img img{
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.main_block3 ul li a .bot{
	height: 30px;
	overflow: hidden;
	background-color: #eaeaea;
}
.main_block3 ul li a .bot .text{
	padding: 5px 0 5px 10px;
	width: 153px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #565656;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.main_block3 ul li a .bot .arrow{
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #5d5d5d;
	font-family: "黑体";
	font-size: 20px;
	background-color: #d8d8d8;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.main_block3 ul li a:hover img{
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.main_block3 ul li a:hover .bot .arrow{
	color: #fff;
	background-color: #4ea2e5;
}
/*index.html主体结束*/

/*product.list.html主体开始*/
.location{
	height: 44px;
	border-bottom: 1px solid #d3d3d3;
}
.location .left{
	line-height: 44px;
}
.location .left,
.location .left a{
	font-size: 14px;
	color: #828282;
}
.location .left a,
.location .left span{
	padding: 0 3px;
}
.location .left span{
	color: #318dd7;
}
.search{
	width: 318px;
	height: 28px;
	margin-top: 7px;
	border-radius: 3px;
	overflow: hidden;
	border: 1px solid #318dd7;
}
.search input[type=text]{
	width: 260px;
	height: 16px;
	line-height: 16px;
	padding: 6px 10px;
	font-family: "宋体";
	font-size: 12px;
	color: #bcbcbc;
}
.search input[type=submit]{
	width: 38px;
	height: 28px;
	background: #318dd7 url(../image/6.png) no-repeat center;
}
.product,.contact{
	margin-top: 25px;
}
.product > .left,
.contact > .left{
	width: 220px;
	padding-bottom: 18px;
	overflow: hidden;
	background: url(../image/7.png) no-repeat center bottom;
	-webkit-background-size: 100% !important;
	background-size: 100% !important;
}
.product > .left li,
.contact > .left li{
	height: 52px;
	padding: 6px 15px 0 8px;
	border-top: 1px solid #d3d3d3;
	margin-top: -1px;
	position: relative;
	background-color: #f9f9f9;
}
.product > .left li.title,
.contact > .left li.title{
	background-color: #318dd7;
}
.product > .left li:after,
.contact > .left li:after{
	content:">";
	font-family: "黑体";
	font-size: 14px;
	color: #c7c7c7;
	position: absolute;
	right: 16px;
	top: 15px;
}
.product > .left li.title:after,
.contact > .left li.title:after{
	right: 18px;
	color: #fff;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.product > .left li.title .p1,
.contact > .left li.title .p1{
	font-size: 14px;
	color: #fff;
}
.product > .left li.title .p2,
.contact > .left li.title .p2{
	font-size: 18px;
	color: #fff;
}
.product > .left li a,
.product > .left li a .span1,
.product > .left li a .span2,
.contact > .left li a,
.contact > .left li a .span1,
.contact > .left li a .span2{
	display: block;
}
.product > .left li a .span1,
.contact > .left li a .span1{
	font-size: 12px;
	color: #e0dfdf;
}
.product > .left li a .span2,
.contact > .left li a .span2{
	font-size: 14px;
	color: #333;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.product > .left li a:hover .span2,
.contact > .left li a:hover .span2{
	color: #318dd7;
}
.product > .right,
.contact > .right{
	width: 748px;
}
.product > .right .product_name{
	font-size: 24px;
	color: #1e1e1e;
	text-align: center;
}
.product > .right .product_pic{
	width: 100%;
	margin: 10px 0;
}
.product > .right .product_title{
	font-size: 24px;
	color: #318dd7;
	font-weight: 600;
	padding: 6px 0;
}
.product > .right ol{
	padding-left: 35px;
	font-size: 14px;
	color: #4f4f4f;
	line-height: 24px;
}
.product_turn{
	padding: 40px 0 30px;
	text-align: center;
}
.product_turn a{
	display: inline-block;
	width: 48px;
	height: 22px;
	line-height: 22px;
	font-family: "宋体";
	font-size: 12px;
	color: #999;
	border: 1px solid #999;
	margin: 0 10px;
}
/*product.list.html主体结束*/

/*contact.html主体开始*/
.contact_info .title{
	font-size: 24px;
	color: #919191;
	padding: 8px 0;
}
.contact_info p{
	font-size: 14px;
	color: #898989;
	line-height: 30px;
}
.contact_info .left{
	margin-right: 110px;
}
.contact_info .ewm{
	display: table-cell;
	padding: 30px 10px 0;
	text-align: center;
}
.contact_info .ewm img{
	margin: 0 auto;
}
.map_block{
	height: 278px;
	padding: 10px;
	margin: 50px 0 95px;
	border: 1px solid #d3d3d3;
}
#map{
	height: 278px;
}
/*contact.html主体结束*/

/*news.html主体开始*/
.select_query{
	border-bottom: 1px solid #eee;
	background-color: #f7f7f7;
	position: relative;
}
.select_query .menu{
	overflow: hidden;
}
.select_query .menu li{
	position: relative;
	left: -3px;
	padding: 20px 0 17px;
	border-bottom: 3px solid #f7f7f7;
}
.select_query .menu li a{
	font-size: 16px;
	color: #505050;
	padding: 0 15px;
	vertical-align: middle;
}
.select_query .menu li:before{
	content:'|';
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #d3d3d3;
}
.select_query .menu li.cur{
	border-color: #02c072;
}
.select_query .menu li.cur a{
	color: #318dd7;
}
.select_query .menu li.cur:after{
	content: url(../image/8.png);
	position: absolute;
	left: 50%;
	bottom: -4px;
	margin-left: -5px;
}
.select_query .search{
	margin-top: 20px;
}
.news_list{
	width: 670px;
	overflow: hidden;
}
.sidebar{
	width: 320px;
	padding-left: 10px;
}
.news_list ul{
	padding-right: 8px;
	border-right: 2px solid #eee;
}
.news_list .news_title{
	font-size: 20px;
	color: #484747;
	margin-bottom: 20px;
	display: block;
}
.news_list .news_title:hover{
	color: #318dd7;
}
.news_list li{
	padding: 20px 0;
	margin-top: -1px;
	border-top: 1px solid #d3d3d3;
}
.news_list .style1 .left{
	width: 380px;
	height: 155px;
	overflow: hidden;
	position: relative;
}
.news_list .style1 .right{
	width: 255px;
}
.news_list .style2 .left{
	width: 450px;
	height: 258px;
	overflow: hidden;
	position: relative;
}
.news_list .style2 .right{
	width: 180px;
}
.news_list .left p{
	font-size: 14px;
	color: #767676;
	line-height: 24px;
}
.news_list .left .keywords{
	position: absolute;
	left: 0;
	bottom: 0;
	color: #646464;
	font-size: 14px;
	background-color: #fff;
}
.news_list .left .keywords a{
	color: #646464;
}
.news_list .left .keywords a:hover{
	text-decoration: underline;
	color: #318dd7;
}
.news_list .more{
	padding: 20px 0;
	text-align: center;
}
.news_list .more a{
	font-family: "黑体";
	font-size: 24px;
	color: #747474;
}
.news_list .more a:before{
	content: url(../image/9.png);
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.one_title{
	padding: 20px 0;
}
.sidebar .title{
	padding: 20px 0;
	border-top: 3px solid #3c9ae5;
}
.sidebar .title_name span{
	color: #2691e7;
}
.sidebar .title_name{
	font-size: 20px;
	color: #565656;
	line-height: 30px;
	font-weight: bold;
	position: relative;
	padding-left: 10px;
}
.sidebar .title .title_name:before{
	content: url(../image/10.png);
	position: absolute;
	left: 50%;
	top: -35px;
	margin-left: -4px;
}
.sidebar .title .more{
	line-height: 30px;
}
.sidebar .title .more a{
	font-family: "宋体";
	font-size: 14px;
	color: #8a8a8a;
}

.sidebar_slide2{
	padding: 10px;
	margin-bottom: 20px;
	background-color: #f3f3f3;
}
.sidebar_slide2 > div{
	width: 300px;
	height: 200px;
	overflow: hidden;
	position: relative;
}


.sidebar_slide{
	padding: 10px;
	margin-bottom: 20px;
	background-color: #f3f3f3;
}
.sidebar_slide > div{
	width: 300px;
	height: 200px;
	overflow: hidden;
	position: relative;
}
.slide_pic{
	position: relative;
}
.slide_pic li a{
	display: block;
	width: 300px;
}
.slide_info{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 300px;
	height: 30px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.5) !important;
	overflow: hidden;
}
.slide_info ul{
	position: relative;
}
.slide_info ul li{
	width: 220px;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	font-family: "宋体";
	font-size: 12px;
	color: #fff;
	padding-left: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.slide_info .control{
	height: 30px;
	line-height: 30px;
	margin-right: 10px;
	font-family: "宋体";
	font-size: 12px;
}
.slide_info .control a{
	padding: 0 5px;
}
.slide_info .control a:hover,
.slide_info .control .cur{
	color: #008dfe;
}
.slide_info .control,
.slide_info .control a{
	color: #fff;
}
.sidebar .ktyx{
	margin-bottom: 20px;
}
.sidebar .ktyx li{
	height: 24px;
	line-height: 24px;
	padding-left: 10px;
	padding-bottom: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sidebar .ktyx li span{
	width: 25px;
	height: 24px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color: #747474;
	margin-right: 5px;
	background-color: #e8e8e8;
}
.sidebar .ktyx li.s span{
	color: #fff;
	background-color: #01c071;
}
.sidebar .ktyx li a{
	font-size: 14px;
	color: #565656;
	vertical-align: middle;
}
.xglj{
	overflow: hidden;
	padding-left: 10px;
	margin-top: -20px;
}
.xglj .thumbnail{
	width: 135px;
	height: 93px;
}
.xglj .info{
	width: 160px;
	height: 93px;
}
.xglj .info a{
	display: block;
	font-size: 14px;
	color: #555;
	line-height: 18px;
}
.xglj .info a:hover{
	color: #3c9ae5;
}
.xglj .info p{
	margin-top: 12px;
	font-family: "宋体";
	font-size: 12px;
	color: #868686;
}
.xglj li{
	padding: 15px 0;
	margin-top: -1px;
	border-top: 1px solid #d3d3d3;
}
/*news.html主体结束*/

/*news.detail.html主体开始*/
.news_detail{
	width: 660px;
	padding-right: 8px;
	border-right: 2px solid #eee;
}
.news_detail_title{
	font-size: 20px;
	color: #3c9ae5;
	padding: 20px 0;
}
.pictures_show img{
	display: inline-block;
	margin-left: 45px;
}
.pictures_show{
	margin-bottom: 20px;
}
.news_detail p{
	font-size: 14px;
	color: #767676;
	text-indent: 28px;
	line-height: 24px;
	margin-bottom: 10px;
}
.page_turn{
	margin-top: 75px;
	text-align: right;
	padding-right: 20px;
}
.page_turn span{
	display: inline-block;
	width: 110px;
}
.page_turn a{
	font-size: 14px;
	color: #767676;
}
.page_turn a:hover{
	color: #348ed7;
}
/*news.detail.html主体结束*/


/* pages */
.listpage {width:98%;margin:8px auto;padding:5px 0;height:30px;clear:both;border-top:solid 2px #eee;}
.listpagel {padding:3px;margin:0 3px;text-align:center;float:left;}
.listpagel a {border:#6d5644 1px solid;padding:2px 5px;margin:0 2px;color:#aaa; text-tecoration:none;}
.listpagel a:hover,.listpagel a:active {border:#a0a0a0 1px solid;color:#000;}
.listpagel span.current {border:#222 1px solid;margin:0 2px;color:#fff;padding:2px 5px;font-weight:bold;background:#222;}
.listpagel span.disabled {border:#ddd 1px solid;margin:0 2px;color:#666;padding:2px 5px;}

.listpager {float:right;display:inline;margin:6px 8px 0 0;font-size:14px;}
.listpager span {color:#f00;font-weight:bold;}

.contact_cgame {line-height:22px;clear:both;padding:15px 10px 10px 0;color:#888;font-size:14px;}