*{
	padding: 0;
	margin: 0;
	text-decoration: none;
}
.bg-one{
	position: absolute;
	top: 168px;
	right: 0;
	width: 307px;
	height: 735px;
	background: url(../img/bg2.png) top no-repeat;
	background-size: 100%;
}
.bg-two{
	position: absolute;
	top: 802px;
	left: 0;
	width: 544px;
	height: 735px;
	background: url(../img/bg1.png) top no-repeat;
	background-size: 100%;
}
 html,body{
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}
.wrapper{
	width: 100%;
	overflow: hidden;
	position: relative;
	background-color: #F5F5F5;
}
#page{
  width: 100%;
  height: 30px;
  margin: 20px 0;
}
#page2{
  width: 100%;
  height: 30px;
  margin: 10px 0;
}

#page.page .custom-pagination{
	margin-left: -333px;
}
#page2.page .custom-pagination{
	margin-left: -333px;
}
#page.page .custom-pagination ul li:hover{
	background-color:#FFA100;
}
#page.page .custom-pagination ul li.current-page{
	background-color:#FFA100;
}
#page2.page .custom-pagination ul li:hover{
	background-color:#FFA100;
}
#page2.page .custom-pagination ul li.current-page{
	background-color:#FFA100;
}
/* 头部开始 */
.header-box{
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	height: 100px;
}
.header-box .header{
	width: 1200px;
	height: 100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
.header-box .header img{
	width: 174px;
	height: 68px;
	margin-top: 16px;
}
.header-center{
	height: 100px;
	line-height: 100px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #262626;
}
.chinese{
	background: url(../img/icon_china.png) left center no-repeat;
	background-size: 26px 17px;
	padding-left: 35px;
	padding-right: 20px;
}
.english{
	background: url(../img/icon_usa.png) left center no-repeat;
	background-size: 26px 17px;
	padding-left: 35px;
	margin-left: 20px;
}
.header-right{
	width: 350px;
	height: 44px;
	line-height: 40px;
	position: relative;
	margin-top: 28px;
}
.header-right .search-btn{
	position: absolute;
	right: 0;
	top: 0;
	background: url(../img/searchicon.png) center no-repeat #FFA100;
	width: 72px;
	height: 40px;
}
.header-right .layui-input{
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: solid 2px #FFA100;
}
/* 头部结束 */
/* 水平导航开始 */
.content{
	width: 100%;
	overflow: hidden;
	background-color: #F5F5F5;
}
.nav-box{
	width: 100%;
	background-color: #4895F2;
}
.nav-box ul{
	width: 1200px;
	margin: 0 auto;
}
.nav-box ul .layui-nav-item{
	width: 12.5%;
	text-align: center;
}
.nav-box ul .layui-nav-item.layui-this{
	background-color: #2A72C9;
	
}
.layui-nav .layui-this:after{
	display: none;
}
span.layui-nav-bar{
	display: none;
}
.content>h3{
	width: 100%;
	height: 160px;
	background: url(../img/contractus.png) center no-repeat;
	background-size: cover;
	margin-bottom: 18px;
}

.tab-wrap{
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;	position: relative;
	z-index: 2;
}
.tab-title{
	width: 280px;
	overflow: hidden;
	float: left;
}
.tab-title p{
	width: 100%;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background-color: #E6E6E6;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #262626;
	margin-bottom: 20px;
	cursor: pointer;
}
.tab-title p.tabs{
	color: 	#fff;
	background: url(../img/san.png) 236px center no-repeat #4895F2;
	background-size: 23%;
}
.tab-content{
	width: 886px;
	min-height: 648px;
	
	float: right;
	display: none;
}
.tab-content h5{
	background: url(../img/positons.png) left 4px no-repeat;
	height: 32px;
	line-height: 20px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	padding-left: 25px;
	box-sizing: border-box;
}
.tab-content.active{
	display: block;
}
.tab-content .address-info{
	width: 100%;
	min-height: 444px;
	padding: 9px 8px 10px 9px;
	box-sizing: border-box;
	border: solid 1px #B4B4B4;
	background-color: #F5F5F5;
}

.bgwhite{width: 100%;height: 100%; overflow: hidden; background-color: #fff;}
.tab-content h4{
	height: 33px;
	padding-top: 10px;
	background: url(../img/linestitle.png) 16px 10px no-repeat;
	background-size: 5px 23px;
	text-indent: 30px;
	line-height: 23px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #4895F5;
	box-sizing: border-box;
	margin-bottom: 10px;
}

/* 公司动态 */
.text-list{
	width: 100%;
	padding: 0 18px;
	box-sizing: border-box;
	overflow: hidden;
}
.text-list .list-item{
	display: block;
	width: 100%;
	height: 47px;
	box-sizing: border-box;
	border-bottom: solid 1px #f8f8fa;
	display: flex;
	justify-content: space-between;
}
.text-list .list-item p{
	width: 80%;
	height: 46px;
	line-height: 46px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #383848;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.text-list .list-item span{
	font-size: 12px;
	color: #888;
	height: 46px;
	line-height: 46px;
}


/* 底栏 */
.footer{
	width: 100%;
	overflow: hidden;
	background-color: #4895F5;
}
.chain-box{
	width: 100%;
	height: 50px;
	background-color: #E6E7E9;
	overflow: hidden;
}
.outer-chain{
	width: 1200px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 7px;
}
.outer-chain span{
	width: 8.3333333%;
	display: inline-block;
	line-height: 50px;
	/*padding: 0 5px;*/
}
.outer-chain a{
	width: 8.3333333%;
	display: inline-block;
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #262626;
	/*padding: 0 5px;*/
}
.footer .blank{
	width: 100%;
	height: 7px;
	background-color: #f5f5f5;
}
.bottom{
	width: 1200px;
	height: 232px;
	
	margin: 0 auto;
}
.bottom-top{
	height: 232px;
	width: 100%;
	overflow: hidden;
}
.bottom-top .left-content{
	float: left;
	width: 271px;
	overflow: hidden;
}

.bottom-top .left-content .left-content-one{
	width: 100%;
	overflow: hidden;
	margin-bottom: 33px;
}
.bottom-top .left-content .left-content-one img{
	width: 130px;
	height: 50px;
	float: left;
}
.bottom-top .left-content .left-content-one .layui-btn{
	float: right;
	margin-top: 20px;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #FFA100;
	color: #fff;
	border-radius: 5px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
}
.left-content-two{
	width: 100%;
	height: 110px;
	overflow: hidden;
}
.left-content-two span{
	display: inline-block;
	border: solid 1px #1B4F91;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #114485;
	text-align: center;
	line-height: 30px;
	height: 32px;
	box-sizing: border-box;
	float: left;
	margin-bottom: 7px;
	margin-right: 7px;
}
.left-content-two span.btn1{
	width: 101px;

}
.left-content-two span.btn2{
	width: 91px;

}
.left-content-two span.btn3{
	width: 63px;
	margin-right: 0;
}
.left-content-two span.btn4{
	width: 46px;

}
.left-content-two span.btn5{
	width: 104px;
	margin-right: 0;
}
.left-content-two span.btn6{
	width: 106px;
	margin-bottom: 0;
}
.left-content-two span.btn7{
	width: 155px;
	margin-bottom: 0;
	margin-right: 0;
}
.left-content-two span.tabs{
	width: 101px;
	color: #fff;
	border-color: #fff;
	margin-right: 10px;
}
.bottom-top .right-content{
	padding-left: 50px;
	overflow: hidden;
	padding-top: 34px;
	box-sizing: border-box;
}
.bottom-top .right-content a{
	display: block;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin-bottom: 12px;
	text-indent: .5rem;
}
.bottom-top .right-content a.title-bottom{
	margin-bottom: 22px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}
.bottom-bottom{
	width: 100%;
	height: 50px;
	overflow: hidden;
	background-color: #247EEE;
}
.bottom-bottom p{
	width: 1200px;
	height: 50px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	line-height: 50px;
}


