@charset "utf-8";

/* 样式初始化
--------------------------------------------------*/
html {
	height: 100%;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	background: none;
	-webkit-text-size-adjust: 100%; /*解决Iphone下橱窗字体变大问题*/
	background: #fff;
	max-width: 640px;
	margin: 0 auto;
	position: relative;
}

* {
	padding: 0;
	margin: 0;
	border: 0;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); /*禁止链接高亮*/
	-webkit-touch-callout: none; /*禁止链接长按弹出选项菜单*/
}

nav,footer,section,header,article {
	display: block;
	
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}

a:link {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); /*禁止链接高亮*/
	-webkit-touch-callout: none; /*禁止链接长按弹出选项菜单*/
}



input,textarea {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.clear {
	clear: both
}

/* 主体部分
--------------------------------------------------*/
.bot{
	width: 100%;
	position: fixed;
	bottom:0;
	height: auto;
	max-width: 640px;
}
.bot ul li{
	width: 25%;
	float: left;
	height: auto;
}
.bot ul li a{
	display: block;
	width: 100%;
	height: auto;
}
.bot ul li a img{
	width: 100%;
	height: auto;
}
.logo{
	width: 100%;
	background: url(images/logo_bg.png) repeat-x;
	height: 70px;
}
.logo_left{
	width: 80%;
	float: left;
	height: 70px;
}
.danye-conn{
	width: 20%;
	float: right;
	height: 70px;
}
#tubiao{
	width: 100%;
	height: 70px;
}
.logo_left p{
	width: 30%;
	float: left;
	height: 70px;
	text-align: center;
	overflow: hidden;
}
.logo_left p img{
	height: 70px;
}
.logo_left a{
	display: block;
	width: 85%;
	height: 70px;
	overflow: hidden;
	float: left;
	text-align: center;
}
.logo_left a img{
	height: 70px;
}

#Banner {
	overflow: hidden;
	position: relative;
	background: #f5f5f2;
}
#Banner ul {
	min-height: 230px;
	overflow: hidden;
	position: relative;
}
#Banner ul li {
	float: left;
	min-height: 200px;
}
#Banner ul li img {
	max-width: 100%;
	min-height: 200px;
}
.touchslider-prev {
	left: 0px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -39px;
}
.touchslider-next {
	right: 0px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -39px;
}
.touchslider-nav-item {
	background-color: #333;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: block;
	opacity: 0.7;
}
.touchslider-nav-item-current {
	background-color: #fff;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: block;
	opacity: 0.7;
}
.sonpic{
	position: absolute;
	bottom:0;
	text-align: auto;
	left: 40%;
}
.sonpic a{
	float: left;
	margin-left:10px;
	margin-bottom: 10px;
}
.h10{
	width: 100%;
	height: 10px;
}
.index{
	width: 95%;
	margin: 0 auto;
}
.index ul li{
	width: 25%;
	float: left;
}
.index ul li a{
	width: 90%;
	display: block;
	margin: 0 auto;
	position: relative;
}
.index ul li a img{
	width: 100%;
}
.index ul li a span{
	display: block;
	width: 100%;
	height: 30px;
	text-align: center;
	line-height: 30px;
	position: absolute;
	left:0;
	bottom:0;
	font-family: 微软雅黑;
	font-size: 12px;
	color:#fff;
}
.index_news{
	width: 90%;
	margin: 0 auto;
}
.index_1{
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-family: 微软雅黑;
	font-size: 16px;
	color:#0c0c0c;
	text-align: center;
}
.index_1 span{
	color: #fc5803;
}
.index_news ul li{
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-family: 微软雅黑;
	font-size: 16px;
}
.index_news ul li span{
	display: block;
	width: 15%;
	text-align: center;
	height: 30px;
	float: left;
	color:#444;
}
.index_news ul li a{
	display: block;
	width: 80%;
	height: 30px;
	float: left;
	color:#444;
}
.h70{
	width: 100%;
	height: 70px;
}
.index_pro{
	width: 95%;
	margin: 0 auto;
}
.stu_list{
	width: 100%;
}
.stu_list ul li{
	width: 33.3%;
	height: 250px;
	float: left;
}
.stu_div{
	width: 90%;
	height:250px;
	margin: 0 auto;
	background: #ebebeb;
	border:1px solid #d8d8d8;
	box-sizing: border-box;
	position: relative;
}
.stu_img{
	width: 80%;
	display: block;
	margin: 0 auto;
}
.stu_img img{
	width: 100%; height: 110px;
}
.stu_title{
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-family: 微软雅黑;
	color:#0c0c0c;
	font-size: 13px;
}
.stu_con{
	width: 90%;
	margin: 0 auto;
	line-height:23px;
	font-family: 微软雅黑;
	color:#444;
	font-size: 12px;
}
.more4{
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #d81320;
	font-family: 微软雅黑;
	color:#fff;
	font-size: 13px;
	display: block;
	position: absolute;
	bottom:0px;
}
.more4 span{
	float: right;
	font-size: 13px;
}
.h20{
	width: 100%;
	height: 20px;
}
.index_pro2{
	width: 100%;
	height: 300px;
	background: url(images/bbg.png) no-repeat rgba(0,0,0,0.9);
	background-size:100%;
}
.index_2{
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-family: 微软雅黑;
	font-size: 16px;
	color:#ffffff;
	text-align: center;
}
.index_2 span{
	color: #fc5803;
}


.cam_list{
	width:90%;
	margin:0 auto;
}
.cam_list ul{
	width:100%;
	float: left;
}
.cam_list ul li{
	width:50%;
	height: 95px;
	float: left;
}
.cam_div{
	width: 90%;
	height:85px;
	margin: 0 auto;position: relative;
}
.yin{
	display: block;
	width: 100%;
	height:80px;
}
.cam_div img{
	width: 100%;
	height: 80px;
}
.yinyi{
	display: block;
	width: 100%;
	height: 80px;
	position: absolute;
	top:0;
	left: 0;
	background:rgba(0,0,0,0.4);
	display: none;
}
.yinyi img{
	width: 100%;
	height: 80px;
	position: absolute;
	top:0;
	left: 0;
}
.yinyi p{
	position: absolute;
	top:65%;
	width: 100%;
	height: 25px;
	display: block;
	text-align: center;
	font-family: 微软雅黑;
	color:#fff;
	font-size: 14px;
}
.more{
	display: block;
	width: 100%;
	height: 30px;
	border:1px solid #fff;
	border-radius: 5px;
	text-align: center;
	line-height: 30px;
	font-family: 微软雅黑;
	color:#fff;
	font-size: 14px;
}
.two{
	width: 100%;
	height: 50px;
	overflow: hidden;
	background: url(images/type.png) no-repeat;
}
.two p{
	width: 30%;
	float: left;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-family: 微软雅黑;
	color:#fff;
	font-size: 16px;
}
.two a{
	display: block;
	width:35%;
	float: right;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-family: 微软雅黑;
	color:#fff;
	font-size: 16px;
}
.two a img{
	float: left;
	height: 50px;
}
.about_1{
	width: 90%;
	margin:0 auto;
	line-height: 30px;
	font-family: 微软雅黑;
	color:#444;
	font-size: 14px;
}
.about_1 img{
	width: 90%;
	margin: 0 auto;
	display: block;
}
.about_2{
	width: 90%;
	margin:0 auto;
	line-height: 30px;
	font-family: 微软雅黑;
	color:#444;
	font-size: 14px; background: #f0f0f0;
}

.newsa_1{
	width: 90%;
	margin: 0 auto;
}
.news_1{
	width: 90%;
	margin: 0 auto;
}
.news_1 ul li{
	width: 100%;
	height:35px;
	line-height: 35px;
	font-family: 微软雅黑;
	font-size: 14px;
	background: url(images/dian.png) no-repeat;
	background-size:10px 35px;
	text-indent: 15px;
}
.news_1 ul li a{
	color:#333333;
}
.news_1 ul li span{
	display: block;
	float: right;
	color:#333333;
}
.news_show{
	width: 100%;
	font-family: 微软雅黑;
	font-size: 15px;
	color:#333333;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
}
.news_show2{
	width: 100%;
	font-family: 微软雅黑;
	font-size: 13px;
	color:#999999;
	text-align: center;
	line-height: 20px;
}
.show_con{
	line-height: 30px;
	font-family: 微软雅黑;
	font-size: 13px;
	color:#444;
	/*text-indent: 20px;*/
}
.page{
	width: 100%;
	margin: 0 auto;
}
.page div{
	width: 50%;
	float: left;
}
.page div a{
	display: block;
	text-align: center;
	width: 80%;
	margin: 0 auto;
	height: 40px;
	border-radius: 5px;
	font-family: 微软雅黑;
	font-size: 15px;
	color:#fff;
	line-height: 40px;
}
.produ_1{
	width: 90%;
	margin: 0 auto;
}
.produ_1 ul li{
	/*width: 50%;*/width: 100%;
	float: left;
	/*height: 100px;*/
}
.produ_1 ul li div{
	width: 80%;margin: 0 auto;
	/*height: 100px;*/
}
.list_img{
	width: 100%;
	/*height: 120px;*/
	display: block;
}
.list_img img{
	width: 100%;
	vertical-align: middle;
}
.list_img2{
	display: block;width: 100%;
	font-family: 微软雅黑;
	font-size: 15px;
	color:#333;
	text-align: center;
	height: 30px;
	line-height: 30px;
}
#gengduo_button{
	width: 100px;
	width: 100%;
	height: 40px;
	margin: 0 auto;
	background: #bfbfbf;
	text-align: center;
	line-height: 40px;
	font-family: 微软雅黑;
	font-size: 15px;
	color:#fff;
	border-radius: 5px;
	cursor: pointer;
}

.sub_ii{
	width: 100%;
	margin: 0 auto;
}
.h30{
	width: 100%;
	height: 30px;
}
.produ_show{
	width: 100%;
}
.pro_sa{
	font-family: 微软雅黑;
	font-size: 15px;
	color:#333;line-height: 40px;
	text-align: center;
}
.ing_3{
	width: 85%;
	margin: 0 auto;
}
.ing_3 img{
	width: 100%;
}
.xiang{
	width: 100%;
	height: 35px;
	background: url(images/show.png) no-repeat;
	overflow: hidden;font-family: 微软雅黑;
	font-size: 15px;
	color:#fff;line-height: 35px;text-indent: 30px;
}
.show-eef{
	font-family: 微软雅黑;
	font-size: 13px;
	color:#333;line-height: 30px;
	min-height: 50px;
	width: 85%;
	margin: 0 auto;
	text-indent: 20px;
}
#sussu{
	position: relative;
}
#signin_menu{
	width:150px;
	height: 30px;
	position: absolute;
	top:70px;
	left: 0;
	border-radius: 5px;
	border:1px solid #fff;
	display: none;
}
#seach_key{
	width: 110px;
	float: left;
	height: 30px;
	text-indent: 5px;
	font-family: 微软雅黑;
	font-size: 13px;
	color: #958d89;
	background:#fff;
}
#tijiao_a{
	width: 40px;
	float: left;
	height: 30px;
	background:#ff8f23;
	font-family: 微软雅黑;
	font-size: 13px;
	color: #fff;
	cursor: pointer;
}

.gbook_3g{
	width: 100%;
	margin: 0 auto;
}
.gbook_3g li{
	width: 100%;
	height:30px;
	margin-bottom: 15px;
}
.gbook_3g li p{
	width: 33%;
	float: left;
	height: 30px;
	line-height: 30px;
	font-family: 宋体;
    font-size: 12px;
    color: #6a6a6a;
	text-align: right;
}
.gbook_3g li p span{
	color: #dc0000;
}
.gbook_3g li input{
	width: 65%;
	float: right;
	height: 30px;
	line-height: 30px;
	font-family: 宋体;
    font-size: 12px;
    color: #6a6a6a;
	border:1px solid #cacaca;
	background: #fff;
	text-indent: 9px;
}
.gbook_3g li textarea{
	width: 65%;
	float: right;
	height: 100px;
	line-height: 30px;
	font-family: 宋体;
    font-size: 12px;
    color: #6a6a6a;
	border:1px solid #cacaca;
	background: #fff;
	text-indent: 9px;
}

.jiao_3g {
    background: #dc0000 none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-family: 微软雅黑;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    text-align: center;
    width: 120px;
    cursor: pointer;
}

.flei{width:96%;margin:0 auto;background: #f3f3f3;}
/*.flei li{padding:5px;margin-left:2%; margin-top:2%;line-height: 25px;width:28%;float:left;background: #f3f3f3;text-align: center;}*/
.flei li{padding:5px;margin-left:2%; margin-top:2%;line-height: 25px;float:left;background: #f3f3f3;text-align: center; padding:1% 3%;}
.flei li a{color:#333333;}

.index_liebiao{
	width:100%;
	padding-top: 3%;
	padding-bottom:6%; 
}

.index_liebiao li{
	float: left;
	background: #aaa;
	padding:2% 3%;
	margin-bottom:2%;
	margin-left:3%; 
	border-radius:5px; 
}
.index_liebiao a{

	font-size: 100%;
	color:#fff;
}