.nav{
	width: 100%;
	height: 60px;
	background-color: #4176d9;
	line-height: 60px;
}
.nav img{
	margin-left: 30px;
	vertical-align: middle;
	max-height: 70%;
}
.nav span{
	font-size: 16px;
	font-weight: bold;
	line-height:60px;
	color: #ffffff;
	margin-right: 30px;
}
.box{
	width: 100%;
}
.box>.fl{
	width: 65%;
	height: 879px;
	background-color: #f1f1f1;
	position: relative;
}
.box>.fr{
	width: 35%;
	height: 879px;
	background-color: #e9e9e9;
}
.banner{
	width: 80%;
	margin: 20px auto;
}
.banner img{
	width: 100%;
}
.conten{
	width: 80%;
	margin: 0 auto;
	font-size: 0;
}
.conten li{
	margin: 15px 0;
	display: none;
}
.conten img{
	width: 50px;
	margin-right: 20px;
}
.conten div{
	padding: 10px;
	background: #fff;
	display: inline-block;
	max-width: 400px;
	border-radius: 5px;
	position: relative;
}
.conten div:before{
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	background: url(../imgs/jt.png)no-repeat center;
	background-size: contain;
	position: absolute;
	top:0;
	left: -30px;
}
.conten div p{
	font-size: 16px;
	color: #000000;
	line-height: 28px;
}
.conten div a{
	font-size: 16px;
	line-height: 28px;
	display: block;
	color: #4176d9;
}
.contac{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 120px;
	background: #fff;
}
.contac a{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	font-size: 16px;
	font-weight: normal;
	line-height: 37px;
	color: #999999;
	margin-top:20px;
	margin-left: 30px;
}
.contac button{
	width: 100px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background-color: #4176d9;
	border-radius: 5px;
	position: absolute;
	bottom: 30px;
	right: 40px;
	border: none;
}
.rightBanner{
	
}
.footer{
	height: 29px;
	background-color: #666666;
}
.rightBanner{
	width: 80%;
	margin: 0 auto;
}
.rightBanner img{
	width: 100%;
	margin: 10px auto;
	display: block;
}
.rightBanner>div{
	text-align: center;
}
.rightBanner>div>a{
	display: inline-block;
	width: 30%;
	height: 50px;
	background-color: #ee7317;
	border-radius: 5px;
	line-height: 50px;
	margin: 10px 20px;
	font-size: 15px;
	color: #fff;
}
.list{
	width: 85%;
	margin: 0px auto;
	border-top: 1px solid #ccc;
	padding-bottom: 10px;
}
.list h2{
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #333333;
	margin-top: 10px;
}

.list li{
	font-size: 0;
	margin: 1%;
}
.list li{
	width: 45%;
	height: 35px;
	background-color: #ffffff;
	border-radius: 5px;
	display: inline-block;
}
.list li a{
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 35px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
	display: inline-block;
	width: 100%;
}
.list li:last-child{
	width: 92%;
	height: 35px;
	background-color: #ffffff;
	border-radius: 5px;
	display: inline-block;
}
.footer p{
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 29px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
}

/*商务通*/
/*win-center*/
.win-center{
  width: 500px;
  height: 379px;
  background: url(../imgs/tc.png) no-repeat top;
  background-size: cover;
  position:fixed;
  top:20%;
  left:50%;
  margin-left:-250px;
  z-index: 999;
  display: none;
}
.tel-input{
  width: 450px;
  height: 56px;
  border: 1px solid #707070;
  border-radius: 25px;
  position: absolute;
  left: 25px;
  top:150px
}
.tel-input img{
  vertical-align: middle;
  width: 50px;
  margin-left: 20px;
  display: inline-block;
}
.tel-input input{
  outline: none;
  border: none;
  height: 55px;
  margin-left: 10px;
  font-size: 20px;
  width: 230px;
}
.tel-input button{
  outline: none;
  border: none;
  background: #ee7317;
  height: 56px;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  width: 140px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  font-size: 20px;
}
.win-center-left{
  width: 250px;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 25px;
  font-family: MicrosoftYaHei;
  line-height: 100px;
  cursor: pointer;
}
.win-center-left img{
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  width: 80px;
  margin-right: 10px;
}
.win-center-right{
  width: 250px;
  height: 95px;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  font-size: 25px;
  font-family: MicrosoftYaHei;
  line-height: 100px;
  cursor: pointer;
}
.win-center-right img{
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
  width: 80px;
  margin-right: 10px;
}
.close{
  position: absolute;
  top:5px;
  right: 5px;
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
  background: url(../imgs/close.png) no-repeat center;
  cursor: pointer;
}

