@charset "utf-8";

/* 样式初始化
--------------------------------------------------*/
html {
	height: 100%;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	background: none;
	-webkit-text-size-adjust: 100%; /*解决Iphone下橱窗字体变大问题*/
}

* {
	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; /*禁止链接长按弹出选项菜单*/
}

a:link,a:visited,a:hover,a:active {
	color: #000;
}

input,textarea {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.clear {
	clear: both
}
ul,li{list-style-type: none;}

/* 主体部分
--------------------------------------------------*/
.box_mainBody {
	width: 100%;
	min-width: 320px;
	background: #fff;
	overflow: hidden;
	/*position: absolute;*/
	z-index: 1;
	top: 0;
	bottom: 45px;
	left: 0;
	text-align: center;
}

.box_main {
	min-width: 320px;
	max-width: 640px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	min-height: 320px;
	transition: -webkit-transform 0ms;
	-webkit-transition: -webkit-transform 0ms;
	-webkit-transform-origin: 0px 0px;
	-webkit-transform: translate3d(0px, 0px, 0);
	background:url(images/img2.png);
	background-size:100%;
}

.header {
	width: 100%;

	background:url(images/img3.png) no-repeat;
	background-size:100% 100%;
	/*display: -webkit-box;
	-webkit-box-orient: horizontal;
	display: -moz-box;
	-moz-box-orient: horizontal;
	display: -o-box;
	-o-box-orient: horizontal;
	display: -ms-box;
	-ms-box-orient: horizontal;
	display: box;
	box-orient: horizontal;*/
	font-size:0;
}

#logo {
	
	text-align:center;
	line-height:50px;
}

#logo img {
	margin:0 auto;
	font-size:0;
	width:50%;
	
}

.logo {
	
	width:100%;
		text-align:center;
}
.logo img {
	width:96%;font-size:0;
}


.tele {
	float: right;
	width: 50%;
	padding-right: 3%;
	padding-top: 2%;
	text-align: right
}

.tele img {
	width: 80%;
}

.tool {
	width: 15%;
	float:right;
}

.tool span {
	float: left;
	
}

.tool .back {
	width: 25px;
}

.tool .back a {
	width: 25px;
	height: 87px;
	display: block;
	background: url(img/back.png) no-repeat center center;
	background-size: auto;
	/*background-position: 0px 15px;*/
}

.tool .reload {
	width: 25px;
}

.tool .reload a {
	width: 16px;
	height: 87px;
	display: block;
	background: url(img/fresh.png) no-repeat center center;
	background-size: auto;
	/*background-position: -35px 15px;*/
}

.tool .type {
	width: 35px;
}

.tool .type a {
	width: 35px;
	height:24px;
	display: block;
	background: url(images/img15.png) no-repeat center center;
	
	/*background-position: -69px 15px;*/
}

/*Nav*/
#nav {
	width: 100%;
	background:#002b66;
}

#nav li {
	width: 20%;
	height: 43px;
	float: left;
	text-align: center;
	line-height: 43px;
}


#nav li a {
	color: #FFF;
	display: block;
	text-align: center;
	/*text-shadow: 1px 1px 1px #43060B;
	border-bottom: 1px solid #11417c;
	border-left: 1px solid #2f6fc3;
	border-right: 1px solid #11417c;
	border-top: 1px solid #2f6fc3;*/
	/*font-weight:bold;*/
	font-family:"微软雅黑";
	font-size:15px;
}

#nav li a:hover {
	color: #fff
}

.index_lanmu{width:100%;margin:0 auto;background:url(images/img4.png);}
.index_lanmu ul li{width:25%;text-align:center;float:left;line-height:250%; background:url(images/img8.png) no-repeat right center;}

.index_lanmu ul li a{color:#fff;font-family:"微软雅黑";font-size:18px;}
/*.shouye{width:95.78125%;margin:0 auto;background:url(img/img5.png) no-repeat; background-size:100% 100%;}*/
.cp_list{width:92.968%; margin:0 auto;background:url(images/img7.png);-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius: 5px;}
.span_more{float:left;width:23%;line-height:200%;font-size:14px;background:url(images/img5.png);-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius: 5px;text-align:center;font-family:'微软雅黑';color:#fff;}
.a_more{float:right;text-align:center;font-family:'微软雅黑';color:#fff;line-height:200%;padding-right:10px;}
.new_list{width:92.968%; margin:0 auto;background:url(images/img7.png);-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius: 2px;font-family:'微软雅黑';}
.new_list ul li{line-height:200%;}
#Banner {
	overflow: hidden;
	position: relative;

}

#Banner ul {
	min-height: 175.5px;
	overflow: hidden;
	position: relative;
}

#Banner ul li {
	float: left;
	min-height: 175.5px;
}

#Banner ul li img {
	max-width: 100%;
	min-height: 175.5px;
}

.touchslider-viewport {
	/*border-radius:10px;*/
	
}

.touchslider-nav {
	position:relative;
	width:100%;
	
}

.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:url(img/img1.png) no-repeat center center;
	width: 20px;
	height: 20px;
	display: block;
	opacity: 0.7;
}

.touchslider-nav-item-current {
background:url(img/img2.png) no-repeat center center;
	width: 20px;
	height: 20px;
	display: block;
	opacity: 0.7;
}

.lanmu{width:96.718%;margin:0 auto; }
.lanmulist ul li{width:33%;float:left;height:50%; text-align:center;}

.lanmu_span{position:absolute;bottom:0px;left:0px;width:100%;height:28.7%; background:url(images/img8.png);}
.lanmu_span1{position:absolute;bottom:5px;left:6px;color:#ffffff;font-size:14px;font-family:'微软雅黑';}
.News_list2{
	padding:15px;
	
	}
.News_list2 li{height:25px; line-height:25px;}
.News_list2 li div{ display:block;}
.News_list2 li div h3{
    -moz-box-orient: horizontal;
    color: #000;
    display: -moz-box;
    padding: 7px 0 0;
    vertical-align: middle;
	}
.News_list2 li div .con{
	text-align:left; color:#000; padding-top:10px;
    
	}
.News_list2 li div .time{
	text-align:right; color:#fff;
}

.sonpic {
	position: absolute;
	bottom: 20px;
	left: 40%;
	
}

.sonpic a {
	float: left;
	margin-right: 2px;
}

.index_title,.sub_title {
	width: 100%;
	height: 35px;
	line-height: 35px;
	padding: 0px;
	overflow: hidden;
	-moz-box-orient: horizontal;
	-webkit-box-orient: horizontal;
	box-orient: horizontal;
	cursor: pointer;
	background:#d6e5f5 url(img/tit_bg.jpg) no-repeat top left;
}



.index_title,.sub_title {
	height: 35px;
	line-height:35px;
	font-size: 16px;
	padding-left:15px;
	font-weight: bold;
	color: #fff;
	font-family:"微软雅黑";
	/*text-shadow: 1px 1px 1px #154166;*/
}
.index_title font{ color:#fff; font:14px "微软雅黑"; height:35px; line-height:35px;}

.index_jianjie_con,.danye_con {
 
	overflow: hidden;
	
	text-align: left;
	color: #3f3f3f;
	word-wrap: break-word;
	word-break: break-all;
	line-height: 150%;
	width:92.968%; margin:0 auto;background:url(images/img7.png);-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius: 2px;font-family:'微软雅黑';
padding:5px;
	padding-bottom:20px;
}

.index_jianjie_con img,.danye_con img {
	width:100%;
}

.h9 {
	font-size: 17px;
	line-height: 1.5em;
	font-weight: bold;
	padding: 15px 10px;
	text-align: center;
	word-wrap: break-word;
	word-break: break-all;
	color:#fff;

}
.h91{
	font-size: 17px;
	line-height: 1.5em;
	font-weight: bold;
	word-wrap: break-word;
	word-break: break-all;
	text-align:center;width:98%;padding-top:10px;color:#fff;font-family:'微软雅黑';}
.index_pro_con{width:99%; margin:0 auto; padding-left:1%;}
.index_pro_con li {
	padding:2% 1% 2% 1%;
	/*display: -webkit-box;
	-webkit-box-orient: horizontal;
	display: -moz-box;
	-moz-box-orient: horizontal;
	display: -o-box;
	-o-box-orient: horizontal;
	display: -ms-box;
	-ms-box-orient: horizontal;
	display: box;
	box-orient: horizontal;*/
	text-align: center;
	float:left;
	width:31%;
}

.index_Pro_left {
	width: 35%;
	height:143px;
	text-align: center;
	background: #f0f0f0 url(img/loading.gif) no-repeat 50% 50%;
	background-size: 20px;
	border:1px solid #a8a8a8;
	float:left;
	/*-webkit-border-radius:4px;
	-moz-border-radius:4px;*/
}

.index_Pro_left img {
	width: 98%;
	height: 97%;
	padding:1%;
	
}

.index_Pro_content {
	width: 55%;
	line-height: 150%;
	padding-top: 2%;
	padding-left: 4%;
	float:left;
}
.index_Pro_content .title {
	width: 80%;
	color:#156ec2; font-weight:bold;
	font-size:13px;
}
.index_Pro_content .content {
	width: 80%;
	font-size:12px;
}

.index_Pro_content p {
	font-family: "微软雅黑";
	font-size: 1em;
	padding: 10px 0;
}

.index_Pro_right {
	width: 23%;
	line-height: 35px;
	text-align: center;
	float: right;
	float: left;
	padding-top: 10%;
}

.index_Pro_right a {
	width: 100%;
	font-family: "微软雅黑";
	font-size: 1em;
	background: url(img/pro_input.jpg) no-repeat center center;
	display: block;
}

.yijian {
	width: 80%;
	padding: 0 0 15px 0;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	display: -moz-box;
	-moz-box-orient: horizontal;
	display: -o-box;
	-o-box-orient: horizontal;
	display: -ms-box;
	-ms-box-orient: horizontal;
	display: box;
	box-orient: horizontal;
	text-align: center;
}

.yijiancon {
	padding: 10px 0;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	display: -moz-box;
	-moz-box-orient: horizontal;
	display: -o-box;
	-o-box-orient: horizontal;
	display: -ms-box;
	-ms-box-orient: horizontal;
	display: box;
	box-orient: horizontal;
	text-align: center;
	background: #fff;
}


.yijian1,.yijian2,.yijian3,.yijian4 {
	width: 45%;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	margin-left: 3.5%;
}

.yijian1 {
	display:block; float:left; width:110px; text-align:center; height:30px; line-height:30px; color:#fff;text-shadow: 1px 1px 1px #000; background: none repeat scroll 0 0 #156EC2
}

.yijian2 {
	background: #c90101;
	width: 45%;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #fff
}

.yijian3 {
	background: #1d77f3;
}

.yijian4 {
	 background:none repeat scroll 0 0 #ECD518;display:block; float:right; margin-left:50px;  width:110px; text-align:center; height:30px; line-height:30px; color:#fff;text-shadow: 1px 1px 1px #000;
}

.yijian5 {
	width: 45%;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background: #ecd518;
	color: #fff
}

.yijian6 {




background:#156EC2;
	width:38%;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #fff;
	margin-left:5%;
	margin-right:5%;
	display:block;
	


}

.yijian7 {



	width:38%;
	height: 38px;
	line-height: 38px;
	text-align: center;
		background:#ECD518;
	color: #fff;margin-left:5%;
	margin-right:5%;
	display:block;

}

.yijian1 a,.yijian2 a,.yijian3 a,.yijian4 a,.yijian5 a,.yijian6 a,.yijian7 a {
	color: #fff; text-align:center;
}

footer {

	line-height:25px;
	padding: 10px 10px;
	color: fff;
	text-align:center;
	font-family: "微软雅黑";
	color:#000;
	

}

footer p {
	text-align: center;
	color: #000;
	line-height: 150%;
}

footer p a,footer p a:hover {
	color: #000;
}

.bot {
	height: 44px;
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: -o-box;
	-o-box-orient: horizontal;
	-o-box-pack: center;
	-o-box-align: center;
	display: -ms-box;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-ms-box-align: center;
	display: box;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
	background: #166bbc;
	position: fixed;
	left: 0;
	bottom: 0;
}

.bot div {
	width: 25%;
	text-align: center;
	color: #fff;
}

.bot div a {
	color: #fff;
}

.bq{background:url(images/img6.png) no-repeat; background-size:100% 100%;}
.bq ul{width:100%}
.bq ul li{width:20%; float:left;}
.bq ul li a{display:block; height:60px;}
.bq ul li img{width:100%; display:block;}

.gbookinput {
	width: 90%;
	height: 33px;
	padding: 0 10px;
	line-height: normal;
	background: #e3e1e1;
	/*border-top: 1px solid #858585;
	border-left: 1px solid #afafaf;
	border-right: 1px solid #afafaf;
	border-bottom: 1px solid #c9c9c9;
	-moz-box-shadow: 1px 2px 3px #b7b7b7 inset !important;
	-webkit-box-shadow: 1px 2px 3px #b7b7b7 inset !important;
	box-shadow: 1px 2px 3px #b7b7b7 inset !important;*/
	-webkit-appearance: none;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#e3e1e1),
		to(#e3e1e1) );
}

.gbooktext {
	width: 90%;
	height: 130px;
	padding: 10px;
	line-height: 20px;
	background: #e3e1e1;
	/*border-top: 1px solid #858585;
	border-left: 1px solid #afafaf;
	border-right: 1px solid #afafaf;
	border-bottom: 1px solid #c9c9c9;
	-moz-box-shadow: 1px 2px 3px #b7b7b7 inset !important;
	-webkit-box-shadow: 1px 2px 3px #b7b7b7 inset !important;
	box-shadow: 1px 2px 3px #b7b7b7 inset !important;*/
	-webkit-appearance: none;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#e3e1e1),
		to(#e3e1e1) );
	resize: none;
}

.fanhuitop {
	height: 44px;
	width: 100%;
	background:url(images/img4.png);
}

.list ul{padding: 10px 18px;}
.list ul li{width:100%; color:#3f3f3f; height:28px; line-height:28px; border-bottom:1px dashed #b0b0b0;}
.list ul li a{width:100%; color:#3f3f3f;}
.list ul li a span{float:right; color:#3f3f3f;}
.News_list {

	

	-webkit-box-orient: vertical;

	-moz-box-orient: vertical;

	-o-box-orient: vertical;

	-ms-box-orient: vertical;

	box-orient: vertical;
}

.News_list .list {
	border-bottom: 1px solid #d9d9d9;
	padding: 10px;
}

.News_list h3,.News_list h3 a {
	font-size: 17px;
	line-height: 1.5em;
	word-wrap: break-word;
	word-break: break-all;
	font-family:"微软雅黑";
	color: #ce111f;
}

.News_list .con,.News_list .con p {
	text-align: left;
	color: #000000;
	padding-top: 10px;
	word-wrap: break-word;
	word-break: break-all;
	line-height:22px;
	
}

.News_list .time {
	text-align: right;
	color: #595959;
}

.News_list .sub_more {
	text-align: center;
	padding: 10px;
	background:#fff;
}
.sub_more{  background:url(images/img7.png);
 width:92.968%; margin-left:auto; margin-right:auto;  overflow:hidden;;}
.sub_more div input{background:url(images/img9.png);   line-height:20px;font-size:16px;color:#fff; text-align:center;border:0px;-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius: 5px;padding:5px;}


.page {
	margin: auto;
	padding: 15px 0 15px 0;
}

.page li {
	width: 50%;
	float: left;
	text-align: center;

}

.page li div {
	width: 80%;
	height: 38px;
	line-height: 38px;
	text-align: center;


	margin: auto;
		background:#fff;
	color:#4c4c4c;
}

.page li div a {
	color: #595959
}

.type li {
	height: 49px;
	line-height: 49px;
	border-bottom: 1px solid #024596;
	text-align: left;
	text-indent: 24px;

	color: #fff;
}

.type li a {
	color: #fff;
}

.Products_list {
	width:92.968%; margin:0 auto;
	

	/*-moz-column-count: 2;
	-moz-column-width: 30%;
	-webkit-column-count: 2;
	-webkit-column-width: 30%;
	column-count: 2;
	column-width: 30%;*/
	text-align: center;
}
.pos_more{width:100%;line-height:200%;background:url(images/img4.png);display:block;font-size:14px;text-align:center;}
.Products_list ul li{
	width:50%;
	float:left;

	}
	.Products_list ul li a{
	display:block;

	}
.Products_list ul li img{
	width:100%;
	
	
	border:3px solid #fff;
	-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius: 5px;
	

	
	
	}
.Products_list article {
	text-align: center
}
.index_pro_con_kuai{}
.index_pro_con_tp{ width:100%; float:left; text-align:center;}
.index_pro_con_tp img{ width:100%; border:1px solid #d9d9d9; padding:1px;}
.index_pro_con_wz{ padding:7px 0px; color:#1d76c6; }
.index_pro_con_wz p{font-weight:bold;}
.index_pro_con_right{ width:60%; float:right; text-align:left}
.Products_list .img {
	width: 95%;
	margin: auto;
	text-align: center
}

.Products_list article div img {
	width: 100%;
}



.an1{display:block; float:left; width:110px; text-align:center; height:30px; line-height:30px; color:#fff;text-shadow: 1px 1px 1px #000; background: none repeat scroll 0 0 #156EC2}
.an2{ background:none repeat scroll 0 0 #ECD518;display:block; float:left; margin-left:10px; width:110px; text-align:center; height:30px; line-height:30px; color:#fff;text-shadow: 1px 1px 1px #000;}
.index_news_con li{ height:30px; line-height:30px; border-bottom:1px dashed #000;}
.index_news_con{ padding-bottom:5px;}


#content{width:100%;position:relative;}
#content .indent{width:92.968%; margin:0 auto;background:url(images/img7.png);-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius: 2px;font-family:'微软雅黑';}

#content .home{ background:#d2d4d3 ;color:#064a7a; font-size:22px;  text-align:center; padding:5px 10px;font-family:'微软雅黑';}
#content .home .back{ float:left;}
#content .more{}
#content .more a{ color:#5d1482; font-size:20px; background-color:#fff; text-align:center; display:block; width:100%; padding:8px 0px;border-radius: 50px; border:1px solid #5d1482;}
#content .location{ color:#fff; font-size:20px;background:url(img/img17.png) repeat-x left top ; height:58px;line-height:58px; color:#e60012;font-family:'微软雅黑';padding-left:10px;padding-bottom:10px;}
#content .location a{ color:#e60012;font-family:'微软雅黑';font-size:20px;}
#menu{width: 132px;visibility: hidden;position: absolute; top: 27px;right: 0px; z-index:10;}
#menu .menu_top{background-image: url(../images/menu_top.png); background-position: center top;background-repeat: no-repeat; height: 5px; border-bottom:1px solid #fff;}
#menu .menu_box{background-image: url(images/img5.png); padding-bottom:5px;}
#menu a{ color:#fff; font-size:16px; text-align:center; display:block; padding:3px 0px; border-bottom:1px solid  #145f93;}
#menu a:link{}
#menu a:visited{}
#menu a:hover{ }
#menu a:active{}
#menu1{width: 132px;visibility: hidden;position: absolute; top: 56px;right: 0px; z-index:10;}
#menu1 .menu_top{background-image: url(../images/menu_top.png); background-position: center top;background-repeat: no-repeat; height: 5px; border-bottom:1px solid #fff;}
#menu1 .menu_box{background-image: url(images/img13.png); padding-bottom:5px;}
#menu1 a{ color:#fff; font-size:16px; text-align:center; display:block; padding:3px 0px; border-bottom:1px solid  #145f93;}
#menu1 a:link{}
#menu1 a:visited{}
#menu1 a:hover{ }
#menu1 a:active{}
#page{text-align:center;}
#page a{font-family:"微软雅黑";color:#59554c;padding-left:5%;font-size:16px;}
#page .select{color:#000;}
.footer{
	width:100%;
	max-width:640px;
	overflow:hidden;
	position:fixed;
	bottom:-4px;
	z-index:999;
	}
.footer ul li{
	float:left;
	width:20%;
	}
.footer ul li img{
	width:100%;
	}