/*html5*/
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
h1{
    width: 100%;
    height: 24px;
    font-size: 16px;
    background: #ffffbd;
    font-weight: normal;
    line-height: 24px;
    text-align: center;
    cursor: default;
}

#mycontainer{
    width: 100%;
    height: 100%;
}

#mynav {
    width: 100%;
    height: 70px;
}

#mynav.bgcolor_black {
    background: rgba(0, 0, 0, 0.2);
}

#mynav.bgcolor_red {
    background: #b3261f;
}

#mynav .box {
    width: 1200px;
    height: 70px;
    margin: 0 auto;
}

#mynav img.logo {
    float: left;
    width: 112px;
    height: 32px;
    margin: 19px 0;
}

#mynav ul.menu {
    float: right;
}

#mynav ul.menu>li{
    float: left;
    height: 70px;
    line-height: 70px;
    width: 80px;
    text-align: center;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    color: #fff;
}
#mynav ul.menu>li>a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}
#mynav ul.menu>li:nth-child(2){
    width: 90px;
}
#mynav ul.menu>li:nth-child(10){
    width: 40px;
}
#mynav ul.menu>li:last-child{
    width: 100px;
}
#mynav ul.menu>li>span {
    display: block;
    width: 80px;
    height: 24px;
    line-height: 24px;
    border-radius: 2px;
    background: #cb2914;
    text-align: center;
    margin: 23px auto;
}

#mynav ul.menu>li>span>a {
    color: #fff;
}

#mynav ul.menu>li.father>ul.son {
    position: absolute;
    left: 0;
    z-index: 999;
    overflow: hidden;
    display: none;
}

#mynav ul.menu>li.father:nth-child(2)>ul.son>li{
    width: 90px;
}

#mynav ul.menu>li.father>ul.son>li {
    width: 80px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #424242;
    font-size: 16px;
}

#mynav ul.menu>li.father>ul.son>li>a {
    display: block;
    width: 90%;
    height: 90%;
    margin: 0 auto;
    color: #fff;
    border-bottom: 1px solid transparent;
}

#mynav ul.menu>li.newfather>ul.son>li {
    width: 100px;
}
.content_one{
    background: #f7f7f7;
    overflow: hidden;
}
.content_two{
    background: #fff;
    overflow: hidden;
}
#footer {
    width: 100%;
    background: #5c5c5c;
    height: 270px;
    overflow: hidden;
    color: #fff;
}

#footer a {
    color: #fff;
}

#footer .box {
    width: 1200px;
    height: 130px;
    margin: 40px auto;
}

#footer .box div:nth-child(even) {
    width: 1px;
    height: 100%;
    background: #fff;
    float: left;
}

#footer .box div:first-child {
    width: 399px;
    height: 100%;
    float: left;
}

#footer .box div:first-child ul {
    float: left;
    margin-right: 100px;
}

#footer .box div:first-child ul li:first-child {
    font-size: 16px;
    margin-bottom: 15px;
}

#footer .box div:first-child ul li:first-child~li {
    font-size: 14px;
}

#footer .box div:nth-child(3) {
    width: 399px;
    height: 100%;
    float: left;
}

#footer .box div:nth-child(3) p {
    text-align: center;
    font-size: 18px;
}

#footer .box div:nth-child(3) p:first-child~p {
    margin-top: 10px;
}

#footer .box div:nth-child(5) {
    float: left;
    width: 400px;
}

#footer .box div:nth-child(5) p {
    text-align: center;
    font-size: 16px;
}

#footer .address {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    background: rgba(0, 0, 0, 0.1);
}
#footer .record {
	background: rgba(0, 0, 0, 0.1);
	height:30px;
	line-height:30px;
	text-align:center;
}
#footer .record>img{
	vertical-align:middle;
}
#footer .record>span{
	font-size: 14px;
}

@media screen and (max-width:1366px) {
    #mynav {
        height: 50px;
    }
    #mynav img.logo {
        margin: 9px 0;
    }
    #mynav ul.menu>li {
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        width: 65px;
    }
    #mynav ul.menu>li:nth-child(7){
        width: 80px;
    }
    #mynav ul.menu>li:last-child{
        width: 110px;
    }
    #mynav ul.menu>li>span {
        margin: 13px auto;
    }
    #mynav ul.menu>li.father>ul.son>li{
        font-size: 14px;
        width: 65px;
    }
    
    #mynav ul.menu>li.newfather>ul.son>li{
        width: 80px;
    }
    #mynav .box {
        width: 960px;
        height: 50px;
    }
    #footer {
        height: 260px;
    }
    #footer .box {
        width: 960px;
        height: 120px;
    }
    #footer .box div:first-child {
        width: 348px;
    }
    #footer .box div:first-child ul {
        margin-right: 55px;
    }
    #footer .box div:first-child ul li:first-child {
        font-size: 14px;
    }
    #footer .box div:first-child ul li:first-child~li {
        font-size: 12px;
    }
    #footer .box div:nth-child(3) {
        width: 394px;
    }
    #footer .box div:nth-child(3) p {
        font-size: 16px;
    }
    #footer .box div:nth-child(5) {
        width: 216px;
    }
    #footer .box div:nth-child(5) p {
        font-size: 14px;
    }
    #footer .box div:nth-child(5) p>img {
        width: 96px;
        height: 96px;
    }
    #footer .address {
        font-size: 12px;
    }
	#footer .record>span{
		font-size: 12px;
	}
}