﻿body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, hr, pre, form, fieldset, input, textarea, p, blockquote, th, td, small {
    margin: 0;
    padding: 0;
    font-family:微软雅黑;
}
ul,li{
    list-style: none;
}
a{
    text-decoration: none;
    color: black;
}
/* img{width:100%;} */
/*公共部分*/
.width{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.width2{
	width: 1024px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
/*头部*/
.top{
    height: 80px;
    background: url("../images/logo.png") no-repeat center left;
	overflow: visible;
}
.top .logo{
    float: left;
    margin-left: 55px;
    font-size: 26px;
    color: #0a54a5;
	line-height: 80px;
}
.top .first_ul{
	position:absolute;
    left:390px;
	height:100px;
	z-index:2;
}
.top .first_ul li{
    float: left;
    width: auto;
}
.top .first_ul li .first_title{
	height:40px;
	margin-top:20px;
	padding: 0 12px;
	line-height: 40px;
}
.top .first_ul li a{
    font-size: 16px;
    color: #999999;
}
.top .first_ul li ul{
	position:absolute;
	display:none;
	height:auto;
	background-color:#F7F7F7;
	z-index:999;
	border-radius:5px;
}
.top .first_ul li:hover .first_title{
	border-radius:5px;
	background-color:#0A54A5;
}
.top .first_ul li:hover .first_title a{
	color:white;
}
@media screen and (min-width: 800px){
	.top .first_ul li:hover ul{
		display:block;
	}
}
.top .first_ul li ul li{
	float:none;
	height:40px;
	line-height: 40px;
	text-align:center;
	padding:0 12px;
	border-radius:5px;
}
.top .first_ul li ul li:hover{background-color:#0A54A5;}
.top .first_ul li ul li:hover a{color:white;}
.top li a:hover{
    color: #1056a6;
}
.top .first_ul li ul li a{
	color: black;
}
.top .search{
    float: right;
    width: 140px;
    height: 30px;
    margin-top: 25px;
    border: 1px solid #b7b7b7;
    border-radius: 2px;
    padding: 0;
}
.top .search input{
    float: left;
    width: 108px;
    height: 26px;
    border: none;
    outline: none;
    margin: 2px 2px 0 10px;
}
.top .search img{
    float: left;
    cursor: pointer;
	width:15px;
}
/*轮播图*/
#banner{
    width: 100%;
    height: 540px;
    position: relative;
    overflow: hidden;
}
#banner ul{
    width: 100%;
    height: 100%;
    position: relative;
}
#banner ul li{
    width: 100%;
    height: 100%;
    position: absolute;
	background-size:contain!important;
}
#banner .chose{
    display: none;
    position: absolute;
    cursor: pointer;
    height: 60px;
    background-color: #f0f0f0;
	z-index:999;
}
#banner:hover .chose{
    display: block;
}
/*底部列表*/
#list{
    width: 100%;
    height: 320px;
    background-color: #009fde;
}
#list .width .listL{
    float: left;
}
#list .width .listR{
    float: right;
    width: 865px;
    height: 252px;
    margin-top: 48px;
    overflow: hidden;
}
#list .width .listR .listBox{
    float: left;
    margin-left: 55px;
}
#list .width .listR .listBox img{
    margin-bottom: 4px;
}
#list .width .listR .listBox .listHead{
    font-size: 18px;
    line-height: 36px;
    color: white;
    margin-bottom: -10px;
}
#list .width .listR .listBox .listContent{
    font-size: 14px;
    line-height: 30px;
    color: white;
}
#list .width .listR .listBox .listContent:hover{
    color: #DADADA;
}
/*网页底部*/
#foot{
    box-sizing: border-box;
    width: 100%;
    height: 100px;
    padding-top: 26px;
    background-color: #333333;
}
#foot .text{
    text-align: center;
    color: white;
    font-size: 14px;
    line-height: 24px;
}
#foot .phone_foot{
	display:none;
}
/*悬浮窗口*/
#tips{
	position:fixed;
	right:0;
	bottom:2%;
	width:60px;
	height:auto;
}
#tips .tips_box{
	width:30px;
	height:40px;
	position:relative;
	padding:7px 10px 13px;
	text-align:center;
	font-size:12px;
	background-color:white;
	border-radius:10px;
	margin-bottom:10px;
	box-shadow:0 0 10px 0;
}
#tips .tips_box a:hover{color:#0B57A3;}
#tips .tips_box .tips_logo img{
	width:30px;
	height:30px;
}
#weixin .weixin{
	display:none;
	position:absolute;
	width:200px;
	height:200px;
	top:0;
	left:0;
	margin-left:-210px;
	background-color:white;
}
#weixin:hover .weixin{
	display:block;
}
#weixin .weixin img{
	width:100%;
	height:100%;
	border-radius:10px;
	box-shadow:0 0 10px 0;
}
#tel .tel{
	box-sizing:border-box;
	display:none;
	width:200px;
	height:50px;
	position:absolute;
	top:5px;
	left:0;
	margin-left:-210px;
	text-align:center;
	font-size:16px;
	font-weight:700;
	border-radius:10px;
	line-height:50px;
	background-color:white;
	box-shadow:0 0 10px 0;
	padding-left:20px;
}
#tel .tel img{
	position:absolute;
	left:32px;
	top:17px;
}
#tel:hover .tel{display:block;}

/*END悬浮窗口*/
/*联系我们*/
.callus{
	box-sizing:border-box;
	width:215px;
	height:auto;
	margin-top:30px;
}
.callus .callus_h{
	width:100%;
	height:45px;
	line-height:45px;
	text-align:center;
	font-size:20px;
	font-weight:700;
	color:white;
	background-color:#0A52A4;
}
.callus table{
	width:96%;
	margin:10px auto;
}
.callus table tr td{
	font-size:14px;
	padding:3px;
	color:#515151;
}
.callus table tr td img{
	width:20px;
	height:20px;
}
/*END联系我们*/
/*活动需求*/
.need{
	width:100%;
	margin-top:50px;
}
.need .need_h{
	text-align:center;
	font-size:22px;
	line-height:35px;
	font-weight:700;
}
.need form{margin-top:30px;text-align:center;}
.need form input{
	font-size:14px;
	color:#666666;
	padding:0 10px;
	border:1px solid #E0DED9;
	border-radius:5px;
	margin:10px auto;
	}
.need form textarea{
	width:90%;
	border:1px solid #E0DED9;
	border-radius:5px;
	margin:10px auto;
	padding:10px 10px;
	font-size:14px;
	color:#666666;
}
.need form .need_c{
	width:90%;
	height:40px;
}
.need form .need_b{
	width:10%;
	height:30px;
	margin-right:10px;
	cursor:pointer;
	background-color:#009FDE;
	color:white;
	font-size:16px;
	line-height:0;
}
/*END活动需求*/
