body{
	width: 100%;
	min-width: 1250px;
	height: auto;
	background: #FFFFFF;
}
.header{
	width: 100%;
	min-width: 1250px;
	height: 80px;
	background: #FAFAFA;
	/*background: greenyellow;*/
	position: fixed;
	left: 0;
	top: 0;
	font-size: 0;
	z-index: 99999;
	/*border-bottom: 1px solid #EEEEEE;*/
}
.header_logo{
	width: 180px;
	height: auto;
	position: absolute;
	left: 60px;
	top: 20px;
}
.header_logo img{
	width: 100%;
	cursor: pointer;
}
ul{
	width: 750px;
	height: auto;
	margin-left: 40%;
	/*background: pink;*/
}
li{
	display: inline-block;
	width: 88px;
	height: 75px;
	border-bottom: 5px solid #FAFAFA;
	font-size: 16px;
	margin-left: 20px;
	line-height: 80px;
	text-align: center;
	cursor: pointer;
}

.li1{
	border-bottom: 5px solid #2170d1;
}
.nav{
	font-size: 16px;
	color: #333333;
	white-space: nowrap;
}
.li1 .nav{
	color: #2170d1;
}
li:hover{
	background: #EEEEEE;
	color: #2170d1;
	border-bottom: 5px solid #2170d1;
}
.header_ma{
	width: 170px;
	height: 80px;
	position: absolute;
	top: 0;
	right: 0;
	line-height: 80px;
	text-align: center;
	cursor: pointer;
}
.ma_1{
	width: 60px;
	height: 60px;
}
.ma_2{
	width: 150px;
	height: 150px;
	position: absolute;
	left: 0;
	bottom: -145px;
	display: none;
	/*z-index: 100;*/
}
.top{
	width: 100%;
	height: 80px;
}
.swiper-container {
	width: 100%;
	z-index: 99;
	overflow: hidden;
}
.swip_i {
	width: 100%;
	cursor: pointer;
}
.content{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	margin-top: 50px;
	/*background: #EEEEEE;*/
	font-size: 0;
}

.send{
	font-size: 0;
	width: 1217px;
	height: auto;
	margin: 0 auto;
	margin-top: 80px;
}
.send_t{
	width: 100%;
	height: 108px;
	position: relative;
	/*background: pink;*/
	border-bottom: 1px solid #BDBDBD;
}
.send_t_i{
	width: 208px;
}
.send_t_r{
	display: block;
	font-size: 12px;
	color: #676767;
	position: absolute;
	bottom: 5px;
	right: 5px;
}
.send_b{
	width: 100%;
	height: 669px;
	margin-top: 75px;
	margin-bottom: 100px;
	background: url(../img/lianxi/bg.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: relative;
}
.send_b_logo{
	position: absolute;
	left: 58px;
	top: 58px;
}
.send_b_dt{
	position: absolute;
	left: 58px;
	top: 160px;
}

.list{
	position: absolute;
	left: 58px;
	bottom: 60px;
	width: 550px;
	height: auto;
}
.li{
	width: 100%;
	height: 40px;
}
.li_l{
	width: 40px;
	height: 40px;
	text-align: center;
	vertical-align:middle;
	display:table-cell;
}
.li span{
	font-size: 14px;
	white-space: nowrap;
	color: #FFFFFF;
	line-height: 40px;
	display:table-cell;
}
.li_i1{
	width: 19px;
}
.li_i2{
	width: 22px;
}
.li_i3{
	width: 20px;
}
.li_i4{
	width: 21px;
}
input:focus {
	outline: none; 
}
input{  
	background:none;  
	outline:none;  
	border:0px;
}
textarea{
	outline:none;
	resize:none;
	border: none;
	resize:none;
	background:transparent;
}
.send_r{
	width: 555px;
	height: 568px;
	background: #FFFFFF;
	border-radius: 10px;
	overflow: hidden;
	position: absolute;
	top: 50px;
	right: 55px;
}
.name,.tel{
	width: 487px;
	height: 65px;
	border-radius: 8px;
	background: #e8e6e6;
	overflow: hidden;
	margin: 0 auto;
}
.name{
	margin-top: 35px;
}
.tel{
	margin-top: 30px;
}
.name_c,.tel_c{
	width: 437px;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #333333;
	margin-left: 25px;
	margin-top: 15px;
}
.say{
	width: 487px;
	height: 225px;
	border-radius: 8px;
	background: #e8e6e6;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 30px;
}
.say_c{
	width: 437px;
	height: 190px;
	line-height: 22px;
	font-size: 14px;
	color: #333333;
	margin-left: 25px;
	margin-top: 15px;
}
.send_btn{
	width: 487px;
	height: 65px;
	border-radius: 8px;
	background: #011329;
	margin: 0 auto;
	margin-top: 30px;
	text-align: center;
	line-height: 65px;
	font-size: 16px;
	color: #FFFFFF;
	cursor: pointer;
}








.footer{
	font-size: 0;
	width: 100%;
	height: 450px;
	overflow: hidden;
	position: relative;
}
.footer_i{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.bot{
	width: 100%;
	height: 220px;
	background: url(../img/index/bj.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 100;
	overflow: hidden;
}
.bot_c{
	width: 1200px;
	height: 100%;
	position: relative;
	margin: 0 auto;
}
.bot_l{
	width: 130px;
	height: 130px;
	position: absolute;
	left: 0;
	top: 35px;
	cursor: pointer;
}
.bot_i1{
	width: 100%;
}
.bot_i2{
	width: 200px;
	height: 200px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -100px;
	margin-top: -100px;
	display: none;
}
.bot_m{
	width: 600px;
	height: auto;
	position: absolute;
	left: 200px;
	top: 66px;
}
.bot_p1,.bot_p2{
	width: 100%;
	font-size: 14px;
	line-height: 26px;
	color: #d5d5d5;
}
.bot_m1{
	width: 450px;
	height: auto;
	position: absolute;
	left: 720px;
	top: 66px;
}
.bot_m1_p{
	font-size: 15px;
	color: #d5d5d5;
	margin-bottom: 10px;
}
.bot_m1_line{
	display: inline-block;
	width: 1px;
	height: 12px;
	background: #999999;
	margin: 0 10px;
}
.bot_m1_a{
	display: inline-block;
	font-size: 12px;
	color: #d5d5d5;
	/*color: blue;*/
	margin: 4px 0;
	/*margin-right: 15px;*/
	/*text-decoration: underline;*/
}
.bot_r{
	width: 95px;
	height: auto;
	position: absolute;
	top: 67px;
	right: 40px;
}
.qq{
	width: 40px;
	float: left;
	cursor: pointer;
}
.weibo{
	width: 40px;
	float: right;
	cursor: pointer;
}
