#header {
	padding-top: 10px;
	padding-bottom: 10px;
}
.logo {
	float: left;
}
.head-info {
	float: right;
}
.top-info {
	padding-top: 30px;
}
.hot-telphone {
	line-height: 1.5;
	float: right;
	margin-right: 15px;
	font-size: 16px;
}
.quick-handel {
	float: right;
}
.quick-handel a {
	display: inline-block;
	background-color: #DAB96A;
	padding: 3px 10px;
	margin: 0 5px;
	color: #FFF;
}
.social-marketing {
	float: right;
	margin-left: 15px;
}
.social-marketing {}
.social-weixin {
	position: relative;
	float: left;
	z-index: 999;
}
.social-weixin img.weixingongzhonghao {
	position: absolute;
	width: 100px;
	height: auto;
	top: 20px;
	right: 0;
	display: none;
}
.social-weixin:hover img.weixingongzhonghao {
	display: block;
}
.social-weixin img.icon {
	width: 20px;
}
.social-weibo {
	float: left;
	margin-left: 5px;
}
.social-weibo img {
	width: 20px;
}
#nav {
	margin-top: 20px;
}
#nav ul li {
	float: left;
	margin: 0 15px;
	position: relative;
	height: 35px;
	line-height: 30px;
}
#nav ul li a {
	font-size: 16px;
}
.level-one {
	display: none;
	position: absolute;
	top: 35px;
	left: -10%;
    width: 260%;
    z-index: 999;
}
.level-one-item {
	position: relative;
    border-bottom: 1px solid #626262;
}
#nav ul li .level-one-item a {
	display: block;
    line-height: 32px;
    background: #0f0f0f;
    text-indent: 2em;
    color: #fffefe;
    font-size: 14px;
    font-weight: normal;
}
#nav ul li .level-one a:hover {
	background:#F0F0F0;
	color: #000;
}
#nav ul li .level-one a:hover a::before {
	color: #333;
}
#nav ul li .level-one-item a::before{
	content: '';
    position: absolute;
    display: block;
    top: 13px;
    left: 15px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 8px solid #fff;
    border-bottom: 4px solid transparent;
}
.level-two {
	display: none;
	position: absolute;
    left: 100%;
    top: 0px;
    width: 100%;
    border-left: 1px solid #626262;
    transition: max-height 0.4s;
}
#nav ul li .level-one-item .level-two a {
	text-indent: 1em;
}
#nav ul li .level-one-item .level-two a::before {
	display: none;
}
.search-icon {
	width: 20px;
	height: 20px;
	background: url(../images/search.png) no-repeat;
	background-size: 100%;
	float: right;
	margin-left: 10px;
}
#index-banner img {
	width: 100%;
}
#content {
	padding-top: 15px;
}
.index-small li {
	float: left;
	padding: 1%;
	width: 15%;
}
.index-small li:first-child {
	padding-left: 0;
}
.index-small li:last-child {
	padding-right: 0;
}
.index-small-text {
	text-align: center;
}
.index-small-text li {
	display: inline-block;
	color: #FFF;
	line-height: 152px;
	font-size: 16px;
}
.index-small-text li a {
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
}
.index-small-text li:last-child:after {
	content: "";
}
.index-small-text li:after {
	content: "|";
	margin-left: 15px;
	margin-right: 10px;
}
.index-small li img {
	width: 100%;
}
.index-marking {
	overflow: hidden;
}
.index-marking-list span,
.index-marking-list a {
	display: inline-block;
	padding: 2%;
	border:1px solid #CCC;
}
.index-marking-list img {
	width: 100%;
}
.title-one {
	margin: 35px 0 45px 0;
	text-align: center;
	font-size: 30px;
}
.title-one span {
	display: inline-block;
	padding: 0 20px;
}
.title-two {
	margin: 40px 0;
	text-align: center;
	font-size: 30px;
}
.list-one li a {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: block;
}
.list-one li img {
	width: 100%;
	-webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}
.list-one li img:hover {
	-webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    transform: scale(1.06);
}
.list-one .inner-box {
	position: relative;
	overflow: hidden;
}
.list-one .info {
	width: 96%;
	height: 50px;
	padding:5px 2%;
	background:url(../images/op-bg.png);
	position: absolute;
	left: 0;
	bottom:-28px;
}
.list-one li:hover .info {
	-webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    bottom: 0;
}
.list-one .info h3 {
	width: auto;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.list-one .info h3 a {
	color: #FFF;
}
.list-one li .info p {
	color: #FFF;
}
.title-three {
	font-size: 14px;
	color: #555;
	line-height: 2.5;
}
.list-one li p {
	color: #777;
}
.list-two {
	width: 100%;
	margin: 0 auto;
}
.list-two li {
	width: 10%;
	float: left;
}
.list-two li a,
.list-two li span {
	border:1px solid #CCC;
	display: block;
}
.list-two li img {
	width: 100%;
}
#footer {
	background-color: #000000;
	color: #FFF;
	padding:50px 20px;
	margin-top: 35px;
}
#footer a {
	color: #FFF;
}
.footer-weixin {
	text-align: center;
	line-height: 2;
}
.footer-weixin img {
	width: 120px;
}
.page-image {
	width: 100%;
	height: auto;
}
.page-image img {
	width: 100%;
}
.page-title {
	text-align: center;
	margin: 20px 0;
}
.page-content {
	margin-top: 20px;
	font-size: 14px;
	line-height: 1.5;
}
.page-content p {
	text-indent: 2em;
	margin: 5px 0;
	padding: 5px 0;
}
.page-breadcrumb {
	margin: 15px 0;
}
.page-breadcrumb li {
	float: left;
	padding-right:5px;
}
.page-list li {

}
.page-list .img img {
	width: 100%;
}
.page-list .tit {
	height: 50px;
	line-height: 20px;
	overflow: hidden;
	color: #000;
	padding: 5px 0;
}
.page-list .info {
	color: #888;
	line-height: 25px;
	border-bottom: 1px solid #000;
}
.dux-pages:before {
	    content: '';
    display: block;
    clear: both;
}
.dux-pages a,.dux-pages span{position:relative;display:inline-block;padding:.5em 1em;text-decoration:none;line-height:1.2;background-color:#fff;border:1px solid #ddd;border-radius:0;margin-bottom:5px;margin-right:5px}.dux-pages a.current,.dux-pages span.current{background-color:#222222;border-color:#222222;color:#fff}
.page-form {
	width: 60%;
	margin: 0 auto;
}
.page-info {
	margin: 10px 0;
	text-align: center;
}
.multipleColumn{ overflow:hidden; position:relative; width:100%;}
.multipleColumn .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
.multipleColumn .hd .prev,.multipleColumn .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
	 cursor:pointer; background:url("images/icoLeft.gif") no-repeat;}
.multipleColumn .hd .next{ background:url("images/icoRight.gif") no-repeat;  }
.multipleColumn .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
.multipleColumn .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("images/icoCircle.gif") 0 -9px no-repeat; }
.multipleColumn .hd ul li.on{ background-position:0 0; }

.multipleColumn .bd{ padding:10px; overflow:hidden;  }
.multipleColumn .bd ul{ overflow:hidden; zoom:1; width:33%;  float:left; _display:inline;  }
.multipleColumn .bd ul li{ margin:5px 2%; float:left; _display:inline; overflow:hidden; text-align:center; width: 46%;}
.multipleColumn .bd ul li { text-align:center; }

.multipleColumn .bd ul li span,.multipleColumn .bd ul li a {border:1px solid #ccc; padding: 2px; display:block;}
.multipleColumn .bd ul li img{ width:100%; height:auto; display:block;}
.multipleColumn .bd ul li .pic a:hover img{ border-color:#999;  }
.multipleColumn .bd ul li .title{ line-height:24px;   }
#index-banner-text {
	z-index: 10;
	position: relative;
}
.ibt-content {
	position: absolute;
	z-index: 12;
	width: 300px;
	right: 10px;
	color: #FFF;
	font-size: 16px;
	text-align: center;
}
.ibt-content-bg {
	position: absolute;
	background-color: #000;
	opacity: 0.2;
	z-index: 11;
	width: 300px;
	right: 10px;
	height: 340px;
}
.ibt-content .title-cn {
	font-weight: bold;
	padding: 15px;
}
.ibt-content .title-en {
	font-family: Arial;
	padding: 30px 15px 15px 15px;
	font-weight: bold;
}
.ibt-content .title-join {
	padding: 15px;
}
.ibt-content .title-join a {
	padding: 5px 10px;
	display: inline-block;
	color: #FFF;
	background-color: #000;
	border: 1px solid #FFF;
}
.ibt-content .title-join a.title-join-canzhan {
	margin-left: 20px;
}
.ibt-content .title-address {
	padding: 15px;
	font-weight: bold;
}
.ibt-content .title-time {
	font-weight: bold;
}
.index-small-area {
	width: 100%;
	height: 152px;
	background: url(../images/index-area-bg.jpg) no-repeat center;
}
.page-form .zhanshang .layui-form-label {width: 120px;}
.page-form .zhanshang .layui-input-block {margin-left: 150px;}
.page-form .guanzhong .layui-form-label {width: 120px;}
.page-form .guanzhong .layui-input-block {margin-left: 150px;}
.page-form .guanzhong .notes {padding-left: 150px;color: #999;}
#header .layui-row {position: relative;}
#daojishi {position: absolute; left:410px;top:4%;background:rgb(255, 65, 81);border-radius:20pc; padding:5px 20px; font-size: 16px; color: #FFF;}
#daojishi span {
	display: inline-block;
	background-color: 
}
#daojishi span s {
	text-decoration: none;
	margin-right: 5px;
}
@media screen and (min-width: 1440px){
	.layui-container {
	    width: 1370px;
	}
}
@media screen and (min-width: 1440px){
	.index-small-text li a {font-size: 20px;}
}