body{
	min-width: 1000px;
}
.box{
	width:100%;
	height:100%;
	/*border: 1px solid crimson;*/
		}
.top{
	width: 1200px;
	height: 86px;
	background-color:white;
	margin: 0 auto;
}
.top_left{
	width: 288px;
	height: 86px;
	/*background-color: goldenrod;*/
	float: left;
}
.top_left{
	margin-top: 20px;
}
.top_right{
	width: 870px;
	height: 86px;
	/*background-color: darkcyan;*/
	float: right;
}
.top_lan{
				display: inline-block;
				width: calc(100%/5 - 100px);
				line-height: 50px;
				text-align: center;
				margin-top: 15px;


				/*border-bottom: 1px dashed whitesmoke;*/
			}
.top_right>div:nth-child(5){
			/*background-color:rgba(255,255,255,0.5);*/
				border-bottom: 3px solid #2587e9;
				color: #2587e9;
			   
			}
.top_right>div:nth-child(n+2){
				margin-left: 6%;
			}
.top_right>div:hover{
				border-bottom: 3px solid #2587e9;
				color: #2587e9;
				cursor: pointer;
			}
	/*下拉框*/		
.dropdown {
    position: relative;
    display: inline-block;
    height: 35px;
    /*background-color: red;*/
   /*position:absolute;*/
}
/*下拉框内容*/
.dropdown-content {
    display: none;
    position: absolute;
    background-color:#2587e9 ;
    border: 2px solid white;
    min-width: 170px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
   margin-top:16px;
  border-radius:4px ;
   z-index:9999;
  
}

.dropdown-content a {
    color:white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color:#5ba3eb}

.dropdown:hover .dropdown-content {
    display: block;
}

.banner{
	width: 100%;
	height:270px;
}

/*main主体区域*/
.main{
	height:800px;
}
.main_top{
	width:1200px;
	height:80px;
    position:relative;  
    display:table-cell;  
    text-align:center;  
    padding-top:33px;
	/*padding-bottom:33px;*/

}
.main_top p{
	width:400px;
	margin: auto;
}
p{
	width:387px;
	height:37px;
	font-family:"微软雅黑";
	font-size: 36px;
	color:#323232;
}
.ip,iframe{
	width:1200px;
	height:487px;
	/*background-color: red;*/
	/*margin-top: 42px;*/
}
.main-down{
	margin-top: 30px;
	display:flex;
}

.main_down_left{
	margin-left: 35px;
	flex:5;
}
.address,.code,.phone{
	width:460px;
	height:18px;
	font-family:"微软雅黑";
	font-size:18px;
	color:#323232;
	margin-top: 25px;
}
.main_down_right{
	margin-left:200px;
	flex:5;
}
.email,.websit{
	width:460px;
	height:18px;
	font-family:"微软雅黑";
	font-size:18px;
	color:#323232;
	margin-top: 25px;
}

/*底部栏*/
.bot{
   width: 100%;
   height:120px;
   background-color:#313131;
   /*margin-bottom: 10px;*/
}
.bot_up{
	width:724px;
	height:60px;
	/*background-color: deepskyblue;*/
	/*border: 1px solid orangered;*/
	margin: 0px auto;
}
.bot_up_left{
	width: 462px;
	height: 60px;
	/*background-color: teal;*/
	float: left;
	
}
.bot_up_left span{
	display: block;
	width:calc(100%/5 - 4px);
	/*background-color: royalblue;*/
	/*border: 1px solid salmon;*/
	float: left;
	text-align: center;
	color: #969696;
	font-size: 12px;
margin-top: 23px;
}
.bot_up_left a{
	color: #969696;
	text-decoration: none;
}
.bot_up_left>span:nth-child(1),.bot_up_left>span:nth-child(2),.bot_up_left>span:nth-child(3),.bot_up_left>span:nth-child(4){
	border-right: 1px solid #969696;
}
.bot_up_right{
	width:262px;
	height: 60px;
	/*background-color:green;*/
	float: right;
text-align: center;
font-size: 12px;
color: #969696;
line-height: 60px;
}
.bot_down{
	width: 724px;
	height: 20px;
	background-image: url(../img/bot_down.png);
	margin: 0px auto;
	background-repeat: no-repeat;
}