

/*nav style begin*/
.layui-nav-child dd .htl{position: absolute;right: 0;top: 4px;color: #CD0507;width: 26px;height: 16px;font-size: 10px;text-align: center;background: #fff;border-radius: 8px;display: block;line-height: 16px}

nav{

	height: 90px;
	padding-top: 54px;
	width: 100%;
	position: relative;
	z-index: 9999999;
	display: block;
	left: 0;
	/*background: url("../images/nav_bg.jpg") no-repeat center top;*/
	top: 0;
	background: #fbf9f9;
	box-shadow:0 0 20px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 20px rgba(0,0,0,0.1);
	-moz-box-shadow:0 0 20px rgba(0,0,0,0.1);
	-webkit-transform: translateZ(0);/*解决fixed滑动时抖动问题*/
}
.navleft{
	position: absolute;
	left: 180px;
	top: 47px;
}
.navleft .logo{
	display: block;
	height: 44px;
	float: left;
}


.navrig{
	position: absolute;
	right: 180px;
	top: 39px;
	height: 60px;
	background: url(../images/tel_icon_bg.png) no-repeat left 8px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-left: 60px;
	padding-top:8px
}

.navrig span{
	font-size: 22px;
	line-height:26px;
	font-weight: bold;
	display: block;
}
.navrig span:nth-child(2){
	font-size: 13px;
	font-weight: lighter;
}
.layui-nav{
	display: table;
	text-align: center;
	margin: 0 auto;
	height: 32px;
	line-height: 32px;
	background: none;
	position: static;
}
.layui-nav .layui-nav-item{
	line-height: 32px;
	margin: 0 6px;
}
.layui-nav-item {
	width: 100px;
}
.layui-nav-item a{
	color: #000 !important;
	font-size: 18px;
	/*border-radius: 4px;*/
	position: relative;
}
.layui-nav-item a.layui-this{
	background: #00561f;
	color: #fff !important;
}
.layui-nav-item .layui-this:after{
	display: none;
}
.layui-nav .layui-this:after{
	display: none;
}
.layui-nav-bar{
	left:0;
	top:-2px;
	height: 3px;
	background-color: #00561f !important;
}
.layui-nav .layui-nav-item a{
	padding: 0 !important;
	position: relative;
}
.layui-nav-tree .layui-nav-itemed:after{
	width: 40px;
	height: 2px;
}
.layui-nav-child{
	top:40px;
	/*height: 114px;*/
	padding: 2px;
	border: none;
	border-radius: 0;
	line-height: 32px;
	background: rgba(0,86,31,0.8);
	animation-duration: 600ms !important;
}
.layui-nav .layui-nav-item.free a::before {
    content: '免费';
    position: absolute;
    top: 4px;
    right: 4px;
    font-size: 12px;
    line-height: 0;
    color: #fff;
    background-color: #e60012;
    padding: 8px 4px 9px;
    border-radius: 8px;
    border-bottom-left-radius: 0;
}

/*.layui-nav-child dd{*/
	/*display: block;*/
	/*width: 240px;*/
/*}*/

.layui-nav-child dd a{
	font-size: 14px;
	line-height: 3.6em;
	border-radius: unset;
	color: #fff !important;
}
.layui-nav-child dd:not(:first-child){
	border-top: 1px solid rgba(255, 255, 255, .3);
}
.layui-nav-child dd a:hover{
	color: #e4a34d !important;
	background: none !important;
	opacity: 1 !important;
}
/*nav style end*/
.base_banner img{
	width: 100%;
}
/*base style begin*/
.mnavt{
	width: 100%;
	margin-top: 80px;
}
.content{
	width: 100%;
	padding: 70px 0 40px 0;
}
.contents{
	padding: 100px 0;
	width: 100%;
	background: white;
}
.content .title{
	text-align: center;
	font-size: 28px;
	width: 100%;
	margin-bottom: 50px;
}
.content .title h4{
	font-weight: bold;
}
.content .title h4 img{
	margin: 0 auto;
}
.content .title span{
	display: block;
	width: 100%;
	color: #666;
	font-size: 14px;
	margin-top: 14px;
}
.content .title.white h4,.content .title.white span{
	color: white;
}

.content .cite{
	display: table;
	text-align: center;
	margin: 36px auto 0 auto; 
	font-size: 16px;
	color: #ccc;
}
.content .cite a{
	margin: 0 20px;	
}
#page{
	text-align: center;
	margin: 0 0 60px 0;
}
.pagination {
	padding: 50px 0;
	text-align: center
}

.pagination .clear {
	display: inline-block;
	vertical-align: top
}

.pagination a {
	float: left;
	height: 40px;
	min-width: 40px;
	margin-right: 10px;
	padding: 0 15px;
	line-height: 38px;
	background-color: #fff;
	transition-duration: 300ms
}

.pagination a:not(:first-child) {
	border-left: none
}

.pagination a:first-child {
	border-radius: 2px 0 0 2px
}

.pagination a:last-child {
	border-radius: 0 2px 2px 0
}

.pagination a.on {
	background-color: #A9A9A9;
	border-color: #A9A9A9;
	color: #fff
}

.pagination a:hover {
	color: #A9A9A9;
}

.layui-carousel>[carousel-item]>*{
	text-align: center;
}
.bg-white{
	background: #fff;
}
.article{

}
.article .title{
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	margin-top: 30px;
}
.article .description{
	border: 1px solid #ccc;
	margin: 30px auto;
	padding: 15px;
	color: #999;
	line-height: 2rem;
}
.article .article_detail img{
	max-width: 100% !important;
}
/*base style end*/


/*server start*/
.content.server{
	background: url("../images/form_bg.jpg") no-repeat center top;
	padding: 60px 0;
}
.content.server .server_box{
	margin: 0 auto;
	width: 1500px;
}

.content.server .server_box_cont{
	width: 875px;
	height: 185px;
}

.content.server .server_box_cont dt{
	width: 50%;
	float: left;
	height: 185px;
	margin-bottom: 22px;
	text-align: center;
	background: #23372c;
}
.content.server .server_box_cont dt:first-child{
	width: 380px;
}
.content.server .server_box_cont dt b{
	display: block;
	margin-top: 54px;
	font-size: 32px;
	font-weight: bold;
	color: white;
	transition-duration: 300ms;
}

.content.server .server_box_cont dt p{
	font-size: 18px;
	color: #ccc;
	line-height: 2em;
	transition-duration: 300ms;
}

.content.server .server_box_cont dt:hover b, .content.server .server_box_cont dt:hover p{
	transform: scale(1.1);
}


.content.server .server_box form{
	width: 50%;
	position: relative;
	padding:30px 23px 0;
}
.content.server .server_box form .bg{
	position: absolute;
	left: 0;
	top: 0;
}
.content.server .quote{
	position: relative;
}
.content.server .server_box .input{
	margin-bottom: 15px;
	position: relative;
	float: left;
}
.content.server .server_box .input img{
	position: absolute;
	left: 20px;
	top: 14px;
	z-index: 2;
}
.content.server .server_box .input,.content.server .server_box .input input{
	width:310px;
	height: 56px;
	background: #fff;
	border-radius: 4px;
	margin-right: 20px;
}
.content.server .server_box .input input{
	padding-left: 80px;
	font-size: 18px;
}
.content.server .server_box .input:nth-child(2n){
	margin-right: 0;
}
.content.server .server_box .btn{
	background: #00561f;
	width:310px;
	height: 56px;
	border-radius: 4px;
	font-size: 24px;
	color: white;
}
.content.server .server_box .btn:hover{
	opacity: 1;
}
.content.server .server_box .tips{
	color: white;
	opacity: 0.25;
	position: absolute;
	left: 0;
	bottom: -24px;
	font-size: 12px;
}
/*server end*/


/*footer style begin*/
footer {
	background: #474747;
	width: 100%;
	padding: 50px 0 0 0;
}
.bot_logo,.foot{
	width: 1500px;
	margin: 0 auto;
}
.bot_logo form{position: relative}
.bot_logo input{
	width: 340px;
	height: 50px;
	background: #fff;
	border-radius: 8px;
	padding: 0 2rem;
	line-height: 50px;
	border:none;
}
.bot_logo form img{
	position: absolute;
	right: 1rem;
	top: 0.8rem;
}
.ftline{
	height: 1px;
	background: #c8c8c8;
	margin-top:40px;
}
.foot{
	display: -webkit-flex;
	padding: 60px 0 80px;
}
.foot .left{
	width: 310px;
	color: #c6c6c6;
	border-right: 1px solid  rgba(255,255,255,0.5);
}
.foot .left span,.foot .mid p span{
	font-size:20px;
	margin-bottom: 30px;
	display: block;
}
.foot .left span a{
	width: 194px;
	background: #cabfb5;
	height: 38px;
	line-height: 38px;
	display: block;
	text-align: center;
	border-radius: 4px;
}
.foot .left p{
	font-size: 16px;
	font-weight: 100;
	color: #fcfdfc;
	opacity: 0.5;
	padding-bottom: 10px;
	line-height: 1.5;
}
.foot .mid{
	flex: 1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	display: -webkit-box;
}
.foot .mid p{
	display: block;
	flex: 1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	text-align: center;
	position: relative;
}
.foot .mid p:after{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: rgba(255,255,255,0.5);
	z-index: 1;
}
.foot .mid p span{
	color: #c6c6c6;
	line-height: 38px;
}
.foot .mid p a{
	display: block;
	font-size: 18px;
	opacity: 0.5;
	font-weight: 100;
	color: #fcfdfc;
	padding-bottom: 10px;
	line-height: 1.5;
}
.foot .mid p a:hover{
	text-decoration:underline !important; 
	color: #fff;
	opacity: 1;
}
.foot .mid p:last-child:after{
	display: none;
}
.foot .rig{
	width: 300px;
	text-align: center;
	font-weight: 100;
	padding-top: 45px;
	font-size: 18px;
}
.foot .rig img{
	margin: 0 auto;
}
.foot .rig span{
	color: white;
	opacity: 0.7;
	padding: 0.5rem 0;
	display: block;
}
 .flink{
	text-align: center;
	color: #fbfcfb;
	width: 1500px;
	margin: 20px auto;
}
 .flink a, .flink span{
	display: inline-block;
	color: #fbfcfb;
	margin-right: 30px;
}
.bot_footer{
	background: #2e2e2e;
	height: 65px;
	line-height: 65px;
}
.bot_footer p{
	font-size: 12px;
	color: white;
	opacity: 0.5;
	text-align: center;
}
.bot_footer p a{
	color: white;
}
/*footer style end*/



/*page*/
.layui-laypage{
	height: 40px;
}
.layui-laypage a, .layui-laypage span{
	height: 38px;
	line-height: 38px;
	font-size: 14px;
}
.layui-laypage a:hover{
	color: #393848;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
	background: #393848;
}
/*server fixed*/
.layui-fixbar .layui-icon{
	background: white !important;
	/*background: url(../images/server_icon.png) no-repeat !important;*/
	margin-bottom: 5px;
}
.layui-fixbar .layui-icon:first-child{
	background-position: 0 0;
}
.layui-fixbar .layui-icon:nth-child(3){
	background-position: 0 -65px !important;
}
.layui-fixbar .layui-fixbar-top{
	/*background: url(../images/server_icon.png) no-repeat left bottom !important;*/
	margin-top: 10px;
}
.layui-form-danger+.layui-form-select .layui-input, .layui-form-danger:focus {
    border-color: #393848 !important;
}
.clunum{
	width: 1230px;
	margin: 0 auto;
	position: relative;
}
/*适配导航栏*/
@media (max-width: 1800px) {
	.navleft{
		left: 30px;
	}
	.navrig{
		right: 30px;
	}
	nav .layui-nav-item{
		width: 100px;
	}
	.layui-nav-item .layui-this:after{
		margin: 0 30px;
	}
	.layui-nav .layui-this:after{
		margin: 0 30px;
	}
}

@media (max-width: 1500px){
nav .layui-nav-item{
		width: 90px;
	}

	.layui-nav-item .layui-this:after{
		margin: 0 20px;
	}
	.layui-nav .layui-this:after{
		margin: 0 20px;
	}
	.navleft .layui-nav .layui-nav-item{
		width: 80px;
	}
}
@media only screen and (min-width: 100px) and (max-width: 1400px) {
	nav .layui-nav-item{
		width: 80px;
	}
	nav .layui-nav-item a{
		font-size: 12px;
	}
	.layui-nav-item .layui-this:after{
		margin: 0 20px;
	}
	.layui-nav .layui-this:after{
		margin: 0 20px;
	}
}

