div.top{
	background:#f3f3f3;
	line-height: 34px;
}
div.top > .w1260{
	background:#f3f3f3;
}
div.top a{
	color: #666;
	font-size: 12px;
}
div.top >.w1260 >.fr >a{
	display:inline-block;
	padding:0 10px;
	position:relative;
}

div.top >.w1260 >.fr >a::before{
	display:block;
	content:'';
	width: 1px;
	height: 8px;
	background:#c2c2c2;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:0;
}

div.top >.w1260 >.fr >a:first-child::before{
	display:none;
}
div.top >.w1260 >.fr >a:first-child::after{
	display:block;
	content:'';
	width: 14px;
	height: 14px;
	background-image:url('../images/bg_icon.png');
	background-position:0 -660px;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:-8px;
}

div.top >.w1260 >.fr >a img{
	display:none;
	position:absolute;
	left:50%;
	transform:translateX(-60%);
	top:34px;
	width: 128px;
	height: 128px;
}

div.top >.w1260 >.fr >a:hover img{
	display:block;
}

header.header{
	padding:30px 0;
}

header.header a.logo{
	display:block;
	height: 57px;
}
header.header a.logo>img{
	height: 100%;
}
header.header a.tel{
	display:block;
	background:url('../images/tel.png') no-repeat center left;
	padding-left: 60px;
	height: 50px;
	margin-right: 46px;
}
header.header a.tel span{
	display:block;
}
header.header a.tel span.num{
	font-size: 28px;
	color: #009944;
	font-family:'Impact';
	font-weight:600;
}


nav.nav{
	background:#009944;
}
nav.nav > .w1260{
	background:#009944;
}
nav.nav ul{
	position:relative;
}
nav.nav ul li{
	float:left;
	position:relative;
}

nav.nav ul li >a{
	display:block;
	color: #fff;
	padding:0 10px;
	width:137px;
	text-align: center;
	line-height: 50px;
	height:50px;
	/*position:relative;*/
	font-size: 15px;
	white-space:nowrap;
	overflow:hidden;
}
nav.nav ul li >a::before{
	display: block;
    content: '';
    position: absolute;
    width: 1px;
    height: 9px;
    border-left:1px dotted rgba(255, 255, 255, 0.5);
    top:50%;
    transform:translateY(-50%);
    left:0;
}
nav.nav ul li >a i{
	display: block;
    width: 25px;
    height: 17px;
    background: url(../images/nav_hot.gif) no-repeat;
    position: absolute;
    z-index: 1;
    top: -4px;
    right: 40px;
}



nav.nav ul li:first-child >a::before{
	display:none;
}
nav.nav ul li.m:hover::after{
	display: block;
    content: '';
    position: absolute;
    left:50%;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-bottom-color: #fff;
    z-index: 10;
    margin-left: -12px;
    z-index:2;
}


nav.nav ul li.m div.sub{
	display:none;
	position:absolute;
	top:50px;
	width: 1255px;
	left:-473px;
	/*transform:translateX(-50%);*/
	z-index:2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
nav.nav ul li.m div.sub .wrapper{
	margin-top: 20px;
	padding:40px;
	background:#fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
nav.nav ul li.m:hover div.sub{
	display:block;
}

nav.nav ul li.m div.sub .left{
	width: 410px;
}
nav.nav ul li.m div.sub .left a,nav.nav ul li.m div.sub .left a span{
	display:block;
}
nav.nav ul li.m div.sub .left a span.tit{
	font-size: 26px;
	color: #009944;
	margin-top: 30px;
}
nav.nav ul li.m div.sub .left a span.con{
	line-height: 24px;
	height: 48px;
	overflow:hidden;
	margin-top: 20px;
}
nav.nav ul li.m div.sub .left a span.detail{
	color: #009944;
	margin-top: 30px;
}
nav.nav ul li.m div.sub .menu{
	padding:0 80px;
	border-left:1px solid #e8e8e8;
	width: 380px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
nav.nav ul li.m div.sub .menu dl{
	line-height: 26px;
	margin-bottom: 20px;
}
nav.nav ul li.m div.sub .menu dl dt a{
	display:block;
	color: #009944;
}
nav.nav ul li.m div.sub .menu dl dd{
	display:block;
}

nav.nav ul li.m div.sub .menu dl.dy dd{
	float:left;
	width: 106px;
}


footer.footer{
	padding:50px 0 30px;
	background-color:#22272a;
	color: #fff;
	overflow:hidden;
}

footer.footer .w1260 >.left{
	width: 580px;
}

footer.footer .w1260 >.left >.nav-wrapper >a{
	padding:8px;
	color: #fff;
}

footer.footer .w1260 >.left>a.logo{
	display:block;
	margin:40px 20px 20px;
	width: 300px;
	height:57px;
}
footer.footer .w1260 >.left>a.logo img{
	width: 100%;
	height: 100%;
}

footer.footer .w1260 >.left> p{
	line-height: 28px;
	color: #cccccc;
	opacity: 0.7;
}
footer.footer .w1260 >.left> p a{
	color: inherit;
}

footer.footer .w1260 >.right{
	width: 580px;
	margin-top: 50px;
}

footer.footer .w1260 >.right >.service{
	width: 300px;
}
footer.footer .w1260 >.right >.service a{
	display:block;
	padding-left: 74px;
	background:url('../images/problem.png') no-repeat left center;
	background-position:0 -220px;
	height:62px;
	line-height: 30px;
}

footer.footer .w1260 >.right >.service a span{
	display:block;
	color: #a0a0a0;
	font-size: 12px;
}

footer.footer .w1260 >.right >.service a span.yellow{
	color: #f08519;
	font-size: 14px;
}

footer.footer .w1260 >.right >.service a.kf{
	margin-top: 30px;
}

footer.footer .w1260 >.right >.service a.kf span.white{
	color: #ccc;
	font-size: 14px;
}

footer.footer .w1260 >.right .tel .ewm{
	width: 94px;
	height:94px;
	font-size: 0;
	margin-left: 30px;
}

footer.footer .w1260 >.right .tel p{
	text-align: right;
}
footer.footer .w1260 >.right .tel p.say{
	margin-top: 20px;
	font-size: 14px;
	color: #ccc;
}
footer.footer .w1260 >.right .tel p.num{
	font-size: 26px;
	font-family: "Impact";
	font-style: normal;
}


section.keyword{
	padding:24px 0 20px;
}
section.keyword >.w1260 >.fl{
	color: #666;
	width: 880px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

section.keyword >.w1260 >.fl a{
	display:inline-block;
	padding:0 6px;
	color: #999;
	line-height: 30px;
}

section.keyword >.w1260 >.fr{
	width: 350px;
	line-height: 30px;
	position:relative;
}
section.keyword >.w1260 >.fr input{
	outline:none;
	border:none;
	background-color:inherit;
	width:100%;
	height:30px;
	line-height: 30px;
	padding: 0 20px 0 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom:1px solid #b6b6b6;
}
section.keyword >.w1260 >.fr input:focus,
section.keyword >.w1260 >.fr input:hover{
	border-color:#009944;
}

section.keyword >.w1260 >.fr a.btn{
	display:block;
	width: 16px;
	height: 16px;
	position:absolute;
	right: 0;
	top:50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background:url('../images/bg_icon.png') no-repeat center right;
	background-position:-180px 0;
}



div.pages {
    height: auto;
    overflow: hidden;
    text-align: center;
    margin: 20px auto 20px;
    font-size: 0;
}

div.pages li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: #fff;
    font-size: 14px;
    margin: 0 4px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #dddddd;
    border-radius: 0;
    overflow: hidden;
}

div.pages li a, div.pages li span {
    display: block;
    padding: 0 14px;
    height: 100%;
    color: #888;
    font-size: 12px;
}

div.pages li.active, div.pages li:not(.disabled):hover {
    background: #009944;
    border-color: #009944;
}

div.pages li.active a, div.pages li.active span, div.pages li:not(.disabled):hover a {
    color: #fff;
}

div.pages li.disabled a {
    color: #969696;
}


/*sidebar*/
div.sidebar{
	position:fixed;
	top:50%;
	right:0;
	z-index:999;
	width: 97px;
	margin-top: -220px;
}
div.sidebar ul{
	background-color:#fff;
}
div.sidebar ul li{
	padding:0 10px;
	position:relative;
}
div.sidebar ul li a.item{
	display:block;
	padding:20px 0 10px;
	border-bottom:1px solid #bebebe;
	text-align: center;
	font-size: 12px;
	color: #212121;
}

div.sidebar ul li a.item .thumb{
	display:block;
	width:30px;
	height: 30px;
	background:url('../images/qq.png') no-repeat center;
	margin:0 auto;
}
div.sidebar ul li a.item .online{
	font-size: 12px;
	color: #212121;
	font-style:italic;
}

div.sidebar li .focus{
	display:none;
	position:absolute;
	right:97px;
	top:0;
	margin-top: -10px;
	width:110px;
	height:110px;
	background: #fff;
}
div.sidebar li:hover .focus{
	display:block;
	margin-right: 20px;
}
div.sidebar li:hover .focus img{
	width: 100% !important;
	height: 100% !important;
	display:block;
}
div.sidebar li .focus:before{
	display:block;
	position:absolute;
	right:-5px;
	top:50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid rgba(255, 255, 255,1);
}


div.sidebar ul li:first-child{
	background-color:#009944;
}
div.sidebar ul li:first-child a{
	color: #fff;
	border-bottom:none;
	padding:20px 0;
}
div.sidebar ul li:first-child a .online{
	letter-spacing:2px;
	font-style:normal;
	color: #fff;
}
div.sidebar ul li:first-child a .thumb{
	width:36px;
	height:38px;
}
div.sidebar ul li:last-child{
	background-color:#f08519;
}
div.sidebar ul li a.item.totop{
	padding:4px 0;
	font-size: 12px;
}
div.sidebar ul li a.item.totop .thumb{
	width:12px;
	height:7px;
	background-image:url('../images/top.png');
}
div.sidebar ul li:last-child a .online,div.sidebar ul li a.item.totop .online{
	color: #fff;
}

div.sidebar ul li.hot{
	padding: 30px 0 14px;
}
div.sidebar ul li.hot span{
	display:block;
	font-size: 12px;
	color: #000;
	font-style:initial;
	text-align: center;
	font-weight:bold;
}
div.sidebar ul li.hot >span.tit{
	color: #212121;
	position:relative;
}

div.sidebar ul li.hot >span.tit::after{
	display:block;
	content:'';
	width:27px;
	height: 2px;
	background-color:#000;
	margin: 6px auto;
}


.layui-btn, .layui-input, .layui-select, .layui-textarea, .layui-upload-button {
    outline: 0;
    -webkit-appearance: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-sizing: border-box;
}
.layui-input, .layui-select, .layui-textarea {
    height: 38px;
    line-height: 1.3;
    line-height: 38px\9;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-color: #e6e6e6;
    outline: none;
}

.layui-input, .layui-textarea {
    display: block;
    width: 100%;
    padding-left: 10px;
}

.layui-input:hover, .layui-textarea:hover {
    border-color: #D2D2D2!important;
}

.layui-textarea {
    min-height: 100px;
    height: auto;
    line-height: 20px;
    padding: 6px 10px;
    resize: vertical;
}

.layui-btn {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background-color: #009688;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}

.layui-btn:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    color: #fff;
}

div.noitem{
	padding:100px 0;
	text-align:center;
	font-size: 24px;
}