html { font-size: 100%; }
html, button, input, select, textarea { font-family: sans-serif; }
body { font: 14px/1.5 "Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif; color: rgb(51, 51, 51); background-color: rgb(255, 255, 255); min-width: 1226px; }
body { margin: 0px; }
a:active, a:hover { outline: 0px none; }
h2 { font-size: 1.5em; margin: 0.83em 0px; }
h3 { font-size: 1.17em; margin: 1em 0px; }
p, pre { margin: 1em 0px; }
dl, menu, ol, ul { margin: 1em 0px; }
dd { margin: 0px 0px 0px 40px; }
menu, ol, ul { padding: 0px 0px 0px 40px; }
img { border: 0px none; }
b{color:#FF0000; font-weight:normal;}
form { margin: 0px; }
.btn {
	display: inline-block;
	width: 158px;
	height: 38px;
	padding: 0px;
	margin: 0px;
	border: 1px solid #00CC99;
	font-size: 16px;
	line-height: 38px;
	text-align: center;
	color:#ffffff;
	cursor: pointer;
	transition: all 0.4s ease 0s;
	background: #00CC99;
	border-radius: 4px;
	font-family: "Microsoft Yahei";
}
.btn:hover { text-decoration: none; color: #ffffff; border: 1px solid #04BB8D;background: #04BB8D;}
.btn:focus { outline: 0px none; }
.btn:active { box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18) inset; }
.btn-small { width: 118px; height: 28px; font-size: 12px; line-height: 28px; }
input.btn, button.btn { width: 160px; height: 40px; }
input[type=checkbox]:after  {
	content: "";
	display:block;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 14px;
	font-size: 16px;
	color: #fff;
	border: 2px solid #ddd;
	background-color: #fff;
	box-sizing:border-box;
}

input[type=checkbox]:checked:after  {
	content: '\2714';
	background-color: #5774FF;
}
input[type=radio]:after  {
    content: "";
    display:block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 14px;
    font-size: 16px;
    color: #fff;
    border: 2px solid #ddd;
    background-color: #fff;
    box-sizing:border-box;
    position: relative;
    left: -2px;
}

input[type=radio]:checked:after  {
    content: "";
    transform:matrix(-0.766044,-0.642788,-0.642788,0.766044,0,0);
    -webkit-transform:matrix(-0.766044,-0.642788,-0.642788,0.766044,0,0);
    border: 10px solid #04BB8D;
}
a { color: rgb(117, 117, 117); text-decoration: none; }
a:hover { color: rgb(255, 103, 0); text-decoration: none; }
.clearfix{clear: both;}
.page-container {
	background-attachment: scroll;
	background-color: #FFF;
	background-image: none;
	background-repeat: repeat;
}

.header{
	height: 160px;
	width: 100%;
	background-color: #000;
}
.main{
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.top {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.top .t_l{
	float: left;
	width: 200px;
	margin-top: 40px;
	text-align: right;
}
.top .t_r{	float: right;
	margin-top: 40px;
	width: 580px;
	text-align: left;
}
.top h1{
	font-size: 30px;
	line-height: 1.5;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
}
.top h4{
	font-size: 14px;
	line-height: 2;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
}
.welcome{
	width: 1000px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	display: block;
	height: 50px;
	margin-top: 50px;
	margin-left: 20px;
}
.img{	
	width:200px;
}
.img-gather{margin-top:8px; height:auto;}
.img-gather a{width:100%;}
.img-gather a img{width: 95%; margin-top:5px;}
.img-gather a p{color: #333;font-size: 16px;}
#thumbs{
	margin: 0 auto;
	width:980px;
	/*margin:8px*/ 
	/*auto 35px*/;
	text-align:center;
}

#thumbs a{
	border-radius:4px;
	margin-bottom:15px;
	background-position:center center;
	background-repeat: no-repeat;
	
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
}
.welcome h3{
	font-size: 18px;
	line-height: 1.5;
	font-weight: normal;
	color: #999999;
}
.sbox{
	width: 1000px;
	margin-right: 0px;
	margin-bottom: 100px;
	display: block;
	margin-top: 30px;
	margin-left: 20px;
	clear: both;
}

.sbox .s_l{
	float: left;
	width: 550px;
}
.tu{
	margin-bottom: 20px;
}
.tu .demo{
	height: 82px;
	width: 359px;
	margin: 0px;	
}
.connect{
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	line-height: 2;
}
.sbox .s_r{
	float: right;
	width: 350px;
}
.input-text {
	width: 400px;
	height: 30px;
	border: 1px solid #D1D1D1;
	font-size: 16px;
	line-height: 18px;
	transition: border-color 0.2s linear 0s;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 16px;
	background-color: rgb(255, 255, 255);
	border-radius: 4px;

}
.input-text:hover {
	border-top-color: #74B9EF;
	border-right-color: #74B9EF;
	border-bottom-color: #74B9EF;
	border-left-color: #74B9EF;
}

.input-text:focus {
	outline: 0px none;
	border-top-color: #57A957;
	border-right-color: #57A957;
	border-bottom-color: #57A957;
	border-left-color: #57A957;
}
.input-yzm {
	width: 120px;
	height: 25px;
	border: 1px solid #D1D1D1;
	font-size: 16px;
	line-height: 18px;
	transition: border-color 0.2s linear 0s;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 16px;
	background-color: rgb(255, 255, 255);
	border-radius: 4px;
	float: left;
}
.input-yzm:hover { 	border-top-color: #74B9EF;
	border-right-color: #74B9EF;
	border-bottom-color: #74B9EF;
	border-left-color: #74B9EF;
}
.input-yzm:focus {
	outline: 0px none;
	border-top-color: #57A957;
	border-right-color: #57A957;
	border-bottom-color: #57A957;
	border-left-color: #57A957;
}
.showinfo {
	padding-top:25px;
	line-height: 20px;
	color: #6d6d6d;
	display:block; 
	text-align:left;
}
.showinfo a {
	line-height: 20px;
	color: #6d6d6d;
	text-decoration: underline;
}
.form-section {
	position: relative;
	padding: 0px;
	border: 0px none;
	text-align: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.form-section .input-text::-moz-placeholder { color: rgb(255, 255, 255); }

#footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 50px;
	z-index: 9999;
	background-color: rgba(39, 39, 39, 1);
	border: 0;
	text-shadow: none; /*{a-page-shadow-x}; */
	text-align:center;
}
#footer {
    background-color:#000; /*rgba(9, 89, 80, 0.88);*/
    height: auto;
	margin-top:1500px;
}
#footer p {
    margin-top: 20px;
    padding-bottom: 5px;
	padding-left: 4px;color:#fff;
	font-size:12px;
}

/*以下为查询结果显示时的相关CSS样式 */

.fw_ts{
	font-size: 25px;
	font-weight: bold;
	color: #666666;
	line-height: 2;
}
.fw_ts2{
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	line-height: 1.5;
}

.fw_btn {
	display: inline-block;
	width: 158px;
	height: 38px;
	padding: 0px;
	margin: 0px;
	border: 1px solid #EB7077;
	font-size: 16px;
	line-height: 38px;
	text-align: center;
	color:#ffffff;
	cursor: pointer;
	transition: all 0.4s ease 0s;
	background: #EB7077;
	border-radius: 4px;
	font-family: "Microsoft Yahei";
}
.red{
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
	color: #FF3300;
}
.fw_h1{
	font-size: 14px;
	color: #666666;
	line-height: 2;
	font-weight: bold;
}
.fw_h2{	font-size: 14px;
	color: #999999;
	line-height: 2;
	font-weight: bold;
}
.fw_text{
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	line-height: 1.5;
}
.sbox .tupian{
	width: 100%;
}
.line{
	height: 10px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	margin-top: 30px;
	margin-bottom: 30px;
}
.fw_btn:hover { text-decoration: none; color: #ffffff; border: 1px solid #E24153 ;background: #E24153 ;}
.fw_btn:focus { outline: 0px none; }
.fw_btn:active { box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18) inset; }
.fw_btn-small { width: 118px; height: 28px; font-size: 12px; line-height: 28px; }

.ew80link{
	margin-top: 40px;
	margin-bottom: 40px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	color: #FFFFFF;
	height: 45px;
}
.btn2 {
	display: inline-block;
	width: 45%;
	height: 35px;
	padding: 0px;
	margin: 0px;
	border: 1px solid #6BCC6E;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
	color: #77D67A;
	cursor: pointer;
	transition: all 0.4s ease 0s;
	border-radius: 4px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
}
.btn2:hover {
	text-decoration: none;
	color: #77D67A;
	border: 1px solid #77D67A;
}


#frame {/*----------图片轮播相框容器----------*/
	position: absolute; /*--绝对定位，方便子元素的定位*/
	width: 800px;
	height: 260px;
	overflow: hidden;/*--相框作用，只显示一个图片---*/
	border-radius:10px;
	margin-top: -130px;
	clear: both;
}
#dis {/*--绝对定位方便li图片简介的自动分布定位---*/
	position: absolute;
	left: -50px;
	top: -10px;
	opacity: 0.5;
}
.code{height:45px;}
.yzm{ padding-left:5px;}
#dis li {
	display: inline-block;
	width: 200px;
	height: 20px;
	margin: 0 50px;
	float: left;
	text-align: center;
	color: #fff;
	border-radius: 10px;
	background: #000;
}
#photos img {
	float: left;
	width:800px;
}
#photos {/*---设置总的图片宽度--通过位移来达到轮播效果----*/
	position: absolute;z-index:9px;
	width: calc(800px * 4);/*---修改图片数量的话需要修改下面的动画参数*/
}
.play{
	animation: ma 20s ease-out infinite alternate;/**/
}
@keyframes ma {/*---每图片切换有两个阶段：位移切换和静置。中间的效果可以任意定制----*/
0%,25% {		margin-left: 0px;		}
30%,50% {		margin-left: -800px;	}
55%,75% {		margin-left: -1600px;	}
80%,100% {		margin-left: -2400px;	}
}
.num{
position:absolute;z-index:10;
	display:inline-block;
	right:10px;top:220px;
	border-radius:100%;
	background:#f00;
	width:25px;height:25px;
	line-height:25px;
	cursor:pointer;
	color:#fff;
	text-align:center;
	opacity:0.8;
}
.num:hover{background:#00f;}
.num:hover,#photos:hover{animation-play-state:paused;}
.num:nth-child(2){margin-right:30px}
.num:nth-child(3){margin-right:60px}
.num:nth-child(4){margin-right:90px}
#a1:hover ~ #photos{animation: ma1 .5s ease-out forwards;}
#a2:hover ~ #photos{animation: ma2 .5s ease-out forwards;}
#a3:hover ~ #photos{animation: ma3 .5s ease-out forwards;}
#a4:hover ~ #photos{animation: ma4 .5s ease-out forwards;}
@keyframes ma1 {0%{margin-left:-1200px;}100%{margin-left:-0px;}	}
@keyframes ma2 {0%{margin-left:-1200px;}100%{margin-left:-800px;}	}
@keyframes ma3 {100%{margin-left:-1600px;}	}
@keyframes ma4 {100%{margin-left:-2400px;}	}