﻿@charset "utf-8";
/* CSS Document */

*{
	padding:0px;
	margin:0px;
}

.bot_wrap{
	height:100%;
	width:100%;
	min-width: 1200px;
}

/* 立即咨询 */
.bot_wrap .bot_login{
	height:280px;
	background-color:#303362;
}

.bot_wrap .bot_login .bot_login_nav{
	width:1200px;
	height:280px;
	margin:0 auto;
}

.bot_wrap .bot_login .bot_login_nav .bot_login_nav_nav{
	height:145px;
	width:800px;
	margin:0 auto;
	position: relative;
	top: 50%; 
	transform: translateY(-50%);
}

.bot_wrap .bot_login .bot_login_nav .bot_login_nav_nav .bot_text{
	height:30px;
	width:700px;
	margin:0 auto;
}

.bot_wrap .bot_login .bot_login_nav .bot_login_nav_nav .bot_text p{
	font-size:24px;
	color:#FFF;
}

.bot_wrap .bot_login .bot_login_nav .bot_login_nav_nav .bot_btn{
	height:46px;
	width:146px;
	position: relative;
	top: 50%; 
	transform: translateY(-50%);
	margin:0 auto;
}

.bot_wrap .bot_login .bot_login_nav .bot_login_nav_nav .bot_call{
	height:30px;
	width:210px;
	margin:0 auto;
	color:#FFF;
	font-size:16px;
	margin-top:60px;
}

/* 合作伙伴 */
.bot_wrap .bot_nav{
	height:650px;
	background-color:#373d44;
}

.bot_wrap .bot_nav .bot_nav_nav{
	height:550px;
	width:1200px;
	margin:0 auto;
}

.bot_wrap .bot_nav .bot_nav_nav .bot_nav_tab{
	height:450px;
	width:1200px;
	position: relative;
	top: 50%; 
	transform: translateY(-50%);
}

.bot_wrap .bot_nav .bot_nav_nav .bot_nav_tab .bot_tab{
	margin-top: 50px;
}

.bot_wrap .bot_nav .bot_nav_nav .bot_nav_tab .bot_tab table{
	height:167px;
	width:1200px;
}

.bot_wrap .bot_nav .bot_nav_nav .bot_nav_tab .bot_tab table tr th{
	color:#FFF;
	font-size:20px;
	text-align:left;
}
/* 横线 */
#line{
	padding-top:50px;
}

/* 连续我们 关于我们等 */
.bot_about{
	height:284px;
	width:1200px;
}

.bot_about table{
	height:284px;
	width:1200px;
	color:#FFF;
}

#bot_tabl_title{
	font-size:20px;
}

.bot_about table tr td{
	font-size:16px;
}

#bot_about_tr{
	height:50px;
}

.bot_about table tr td a{
	color:rgb(149,153,154);
	text-decoration:none;
}

/* 营业执照 */
.bot_chartered{
	width:705px;
	color:rgb(149,153,154);
	padding-top:20px;
	font-size: 14px;
}
.bot_chartered a{
	font-size: 14px;
	color:rgb(149,153,154);
}