body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, hr, pre, form, fieldset, input, textarea, p, blockquote, th, small {
    margin: 0;
    padding: 0;
    font-family: Cambria;
    font-size: 16px;
    color: #000;
    line-height: 2;
}
a:hover, a:visited, a:link, a:active {
    color:black;
    text-decoration: none;
}
ul,li{
    list-style: none;
}
#width{
    width: 100%;
    position: relative;
}
/*ÃƒÂ¥Ã‚Â¯Ã‚Â¼ÃƒÂ¨Ã‹â€ Ã‚ÂªÃƒÂ¦Ã‚Â Ã‚Â*/
#nav{
    width: 1240px;
    position: relative;
    margin: 0 auto;
}
.nav_logo{
    width: 100%;
    text-align: center;
}
.nav_logo img{
    max-width: 100%;
}
.nav_list ul{
    width:100%;
    height:50px;
    background-color: #fde3c9;
    display: flex;
}
#nav .first{
    float: left;
    width: auto;
    height:100%;
    position: relative;
    background-color: #00449b;
}
#nav .first>a{
    box-sizing: border-box;
    display:block;
    width:100%;
    height:100%;
    font-size: 16px;
    line-height: 50px;
    color: #b11e23;
    text-align: center;
    border-right: 1px solid #5885be;
    font-weight: 600;
}
#nav .first:last-child>a{border:none;}
#nav .first .list{
    display: none;
    position: absolute;
    z-index: 999;
    top:50px;
}
#nav .first .list li{
    width:100%;
    height: auto;
    border-bottom: 1px solid #999999;

}
#nav .first .list li:last-child{border: none;}
#nav .first .list li a{
    display: block;
    width:100%;
    height:auto;
    font-size: 18px;
    line-height: 30px;
    padding:8px 0;
    text-align: center;
    background-color: #fde3c9;
    color: #b11e23;
    font-weight: 600;
}
#nav .first .list li a:hover{
    color: white;
    background-color: #b11e23;
}

/*ENDÃƒÂ¥Ã‚Â¯Ã‚Â¼ÃƒÂ¨Ã‹â€ Ã‚ÂªÃƒÂ¦Ã‚Â Ã‚Â*/

/*ÃƒÂ¦Ã¢â‚¬Â°Ã¢â‚¬Â¹ÃƒÂ¦Ã…â€œÃ‚ÂºÃƒÂ¥Ã‚Â¯Ã‚Â¼ÃƒÂ¨Ã‹â€ Ã‚ÂªÃƒÂ¦Ã‚Â Ã‚Â*/
.nav_button{ /*ÃƒÂ¦Ã¢â‚¬Â°Ã¢â‚¬Â¹ÃƒÂ¦Ã…â€œÃ‚ÂºÃƒÂ¥Ã‚Â¯Ã‚Â¼ÃƒÂ¨Ã‹â€ Ã‚ÂªÃƒÂ¦Ã‚Â Ã‚ÂÃƒÂ¦Ã…â€™Ã¢â‚¬Â°ÃƒÂ©Ã¢â‚¬â„¢Ã‚Â®*/
    display:none;
    width:30px;
    height:30px;
    position: absolute;
    top:8%;
    left:15px;
    cursor: pointer;
}
.nav_phoneTop{
    width: 100%;
    height:50px;
}
.nav_button span{
    display: block;
    width: 100%;
    height:4px;
    margin-bottom: 6px;
    background-color: #00449b;
    border-radius: 10px;
}
.nav_button span:last-child{margin-bottom: 0;}
.nav_phone{
    width: 590px;
    position: absolute;
    top:0;
    left: -600px;
    box-shadow: 0 0 10px #333;
    background-color: #F9F9F9;
}
/*.nav_phone .first{position: relative;}*/
.nav_phone .first>a{
    display: block;
    width: 110px;
    line-height: 1.2;
    padding: 18px 15px;
    background-color: #F9F9F9;
    font-size: 16px;
    color: #4f4f4f;
    font-weight: bold;
}
.nav_phone .first .list{
    display: none;
    position:absolute;
    top:50px;
    left:140px;
    width:210px;
    background:#fff;
    border-left:1px solid #efefef;
}
.nav_phone .nav_checked>a{
    background-color:#08479c;
    color: white;
}
.nav_phone .nav_checked .list{display: block;}
.nav_phone .first .list a{
    display: block;
    padding:15px;
    font-size:16px;
    color:#08479c;
    border-bottom:1px solid #08479c;
}
/*ENDÃƒÂ¦Ã¢â‚¬Â°Ã¢â‚¬Â¹ÃƒÂ¦Ã…â€œÃ‚ÂºÃƒÂ¥Ã‚Â¯Ã‚Â¼ÃƒÂ¨Ã‹â€ Ã‚ÂªÃƒÂ¦Ã‚Â Ã‚Â*/

/*bannerÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾*/
.nav_banner{max-height: 380px;}
.nav_banner img{width: 100%;}
/*END bannerÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾*/

/*ÃƒÂ¥Ã‚ÂºÃ¢â‚¬Â¢ÃƒÂ©Ã†â€™Ã‚Â¨*/
.foot{
    width: 100%;
    background-color: #dddddd;
    padding: 40px 0 30px;
}
.foot_box{
    width: 1240px;
    margin: 0 auto;
}
.foot_head{
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
}
.foot_content{
    color: #666666;
    font-size: 13px;
    line-height: 25px;
}
#toTop{
	display:none;
	width: 70px;
	height:70px;
	bottom:20px;
	right:3%;
	position:fixed;
	cursor:pointer;
	z-index:999999;
}

.nav_button span {
    background-color: #c01f24;
}

#nav .first {
    flex: 1;
    background-color: #fde3c9;
}
#nav .first:nth-child(5) {
    flex: 1.5;
}

#nav .first>a {
    border-right: 1px solid #ae4e37;
    padding: 0 2rem;
}
#nav .first .list li a:hover {
    /* background-color: #a02924; */
}