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: å¾®è½¯é›…é»‘;
    font-size: 14px;
    color: #333;
}
ul,li{
    list-style: none;
}
a{
    text-decoration: none;
}
.width{
    width: 1000px;
    height: auto;
    margin: 0 auto;
}
/*å¯¼èˆªæ */
#header{
    min-width: 1000px;
    width: 100%;
    height: 40px;
    background-color: #1b6aac;
}
.first_ul{
    width: 100%;
    height: 40px;
}
.first_li{
    float: left;
    width: auto;
    height: 100%;
    position: relative;
}
.first_li>a{
    display: block;
    width: auto;
    height: 100%;
    line-height: 40px;
    color: white;
    font-size: 16px;
    padding: 0 34px 0 34px;
    border-right: 1px solid #6097c5;
}
.first_li:first-child a{
    width: 100px;
    border-left: 1px solid #6097c5;
    padding: 0;
    text-align: center;
}
.first_li>a img{margin-left: 6px;}
.second_ul{
    display: none;
    width: auto;
    position: absolute;
    top:40px;
    z-index: 9;
	width: -ms-max-content;
}
#header .first_li:hover>a{background-color: #34af3b;}
#header .first_li:hover .second_ul{display: block;}
.second_li{
	float:left;
	clear:both;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #6097c5;
}
.second_li a{
	box-sizing:border-box;
	display: block;
	width: 100%;
	height: auto;
	line-height: 35px;
	color: white;
	font-size: 14px;
	padding: 0 28px;
	background-color: #1b6aac;
}
#header .second_li a:hover{background-color: #34af3b;}
.phone_nav{display: none;}
/*ENDå¯¼èˆªæ */

/*åŒ»é™¢logo+å››ä¸ªæŒ‰é’®*/
.top{
    min-width: 1000px;
    width: 100%;
    height: 100px;
    background-color: #1aa1de;
}
.top .width{overflow: hidden;height: 100%;}
.top_logo{
    float: left;
}
.top_logo img{margin-top: 15px;}
.top_btn{
    float: right;
    overflow: hidden;
}
.top_btn li{
    float: left;
}
.top_btn li a{
    display: block;
    width: 80px;
    height: 100px;
    color: white;
    line-height: 160px;
    text-align: center;
}
.top_btn li:nth-child(1) a{background: url("../images/top_btn1.png") no-repeat center 22px;}
.top_btn li:nth-child(2) a{background: url("../images/top_btn2.png") no-repeat center 19px;}
.top_btn li:nth-child(3) a{background: url("../images/top_btn3.png") no-repeat center 32px;}
.top_btn li:nth-child(4) a{background: url("../images/top_btn4.png") no-repeat center 18px;}
.top_btn li a:hover{opacity: 0.7;}
/*ENDåŒ»é™¢logo+å››ä¸ªæŒ‰é’®*/

/*åº•éƒ¨*/
.share{
    width: 100%;
    height: 200px;
    margin-top: 20px;
    background-color: #eeeeee;
}
.share_box1{
    float: left;
    box-sizing: border-box;
    width: 350px;
    height: 200px;
    padding-top: 25px;
}
.share_box1 img{margin-bottom: 10px;}
.share_box1 p{
    line-height: 24px;
}
.share_box2{
    float: left;
    box-sizing: border-box;
    width: 305px;
    height: 100%;
    padding-top: 50px;
}
.share_box2:nth-child(2){width:345px;}
.share_p{line-height: 26px;}
.share_p1{
    font-size: 16px;
    color: #1aa1de;
}
.share_p2{
    font-size: 24px;
    color: #1aa1de;
}
.foot{
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #1b6aac;
    font-size: 12px;
    color: white;
}