/*头部的css*/
header{
    height: 90px;
    position:fixed;
    top:0;
    left:0;
    width: 100%;
    background: #fff;
    z-index: 2;
}
.header ul li{
    float: left;
    width: 10%;
    font-size: 15px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    position: relative;
}
.header ul li:first-child{
    width: 5%;
}
.header ul li:last-child{
    width: 15%;
}
.header ul li.act-1 a{
    color: #FE0000;
}
header ul li span{
    color: #4D7AF8;
}
.cont{
    position:relative;
    /*padding:0px 0 0px 24px;*/
}
.now{
    color:#F00;
    background:#fff;
}
.box{
    /*border: 1px solid;*/
    z-index: 1000;
    position: absolute;
    left: 0;
    top: 86px;
    width: 100%;
    background: rgba(255,255,255,0.8);
    overflow: hidden;
    height: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    border-bottom: 2px solid #074c52;
}
#navlist ul li a{
    display: inline-flex;
    width: 100%;
    height: 100%;
}
#navbox ul li{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
}
#navbox ul li a:hover{
    color: #007aff;
}
#navbox ul li a{
    color: #000;
}
#navbox .cont ul{
	padding-top: 10px;
    position:relative;
    /*left: -450px;*/
    width: 15%;
}
#navbox .cont:nth-child(2) ul{
    left: 15%;
}
#navbox .cont:nth-child(3) ul{
    left: 24%;
}
#navbox .cont:nth-child(4) ul{
    left: 32%;
}
#navbox .cont:nth-child(5) ul{
    left: 40%;
}
#navbox .cont:nth-child(6) ul{
    left: 48.5%;
}
#navbox .cont:nth-child(7) ul{
    left: 57%;
}
#navbox .cont:nth-child(8) ul{
    left: 65.5%;
}

.inner{
    width: 1200px;
    margin:0 auto;
}
.clear:after{
    content:"";
    display: block;
    clear: both;
}
.daoft{
    width:15%;
    float: left;
}
.daomd{
    width:85%;
    float: right;
}

@media (max-width: 1200px) {
    .inner{width: 1024px;}
    .daoft img{
    	max-width: 90%;
    	margin: 10px auto;
    }
    .header ul li:first-child{width: 100%;}
	.header ul li:last-child{width: 100%;}

    .openmenu2menu{display:block}
    .nav-small{display:block;float:right;width:35px;height:35px;margin-left:5px;margin-top:5px;margin-right:10px}
    .openmenu2{display:block;width:50px;position:absolute;top: 50%;right:1%;margin-top: -20px}
    .openmenu2botton{margin:0 10px 0 0;cursor:pointer}
    .openmenu2menu{display:none;width:100%;position: absolute;top: 100%;background:rgba(255,255,255,0.95);z-index: 10000}
    .openmenu2menu>ul{text-align:center;}
    .openmenu2menu>ul>li{border-bottom:1px solid #fff;line-height: 30px;clear: both;width: 100%;height: 40px;}
    .openmenu2menu>ul>li span{}
    .openmenu2menu>ul>li a{display:inline-block;width:100%;text-align:center;font:14px "微软雅黑";color:#000;text-decoration:none;line-height: 34px}
    .openmenu2menu>ul>li a:hover{background:#0081cc;transition:all ease-in 0.5s;color: #ffffff}
    .openmenu2menu>ul>li.checked a{background:#0081cc;color: #ffffff}
    .openmenu2menu>ul>li>ul{display: none}
    .openmenu2menu>ul>li>ul>li>a{color: #DAB198}
    .openmenu2menu>ul>li>a{font-size:18px;font-weight: 900}
}
@media (max-width: 1800px) {
    /*#navbox .cont:nth-child(2) ul{
        left: -17%;
    }
    #navbox .cont:nth-child(3) ul{
        left: -11%;
    }
    #navbox .cont:nth-child(4) ul{
        left: -5.5%;
    }
    #navbox .cont:nth-child(5) ul{
        left: 0;
    }
    #navbox .cont:nth-child(6) ul{
        left: 6%;
    }
    #navbox .cont:nth-child(7) ul{
        left: 11.5%;
    }
    #navbox .cont:nth-child(8) ul{
        left: 17.5%;
    }*/
    #navbox .cont:nth-child(2) ul{
    	left: 15%;
	}
	#navbox .cont:nth-child(3) ul{
	    left: 24%;
	}
	#navbox .cont:nth-child(4) ul{
	    left: 32%;
	}
	#navbox .cont:nth-child(5) ul{
	    left: 40%;
	}
	#navbox .cont:nth-child(6) ul{
	    left: 48.5%;
	}
	#navbox .cont:nth-child(7) ul{
	    left: 57%;
	}
	#navbox .cont:nth-child(8) ul{
	    left: 65.5%;
	}
}
@media (max-width: 1600px) {
    /*#navbox .cont:nth-child(2) ul{
        left: -19%;
    }
    #navbox .cont:nth-child(3) ul{
        left: -14%;
    }
    #navbox .cont:nth-child(4) ul{
        left: -9.5%;
    }
    #navbox .cont:nth-child(5) ul{
        left: -4%;
    }
    #navbox .cont:nth-child(6) ul{
        left: 0%;
    }
    #navbox .cont:nth-child(7) ul{
        left: 5.5%;
    }
    #navbox .cont:nth-child(8) ul{
        left: 10%;
    }*/
    #navbox .cont:nth-child(2) ul{
	    left: 15%;
	}
	#navbox .cont:nth-child(3) ul{
	    left: 24%;
	}
	#navbox .cont:nth-child(4) ul{
	    left: 32%;
	}
	#navbox .cont:nth-child(5) ul{
	    left: 40%;
	}
	#navbox .cont:nth-child(6) ul{
	    left: 48.5%;
	}
	#navbox .cont:nth-child(7) ul{
	    left: 57%;
	}
	#navbox .cont:nth-child(8) ul{
	    left: 65.5%;
	}
}
@media (max-width: 1400px) {
    .header ul li{
        font-size:13px;
    }
    /*#navbox .cont:nth-child(2) ul{
        left: -20%;
    }
    #navbox .cont:nth-child(3) ul{
        left: -15%;
    }
    #navbox .cont:nth-child(4) ul{
        left: -11.5%;
    }
    #navbox .cont:nth-child(5) ul{
        left: -7%;
    }
    #navbox .cont:nth-child(6) ul{
        left: -2%;
    }
    #navbox .cont:nth-child(7) ul{
        left: 2.5%;
    }
    #navbox .cont:nth-child(8) ul{
        left: 7%;
    }*/
    #navbox .cont:nth-child(2) ul{
	    left: 15%;
	}
	#navbox .cont:nth-child(3) ul{
	    left: 24%;
	}
	#navbox .cont:nth-child(4) ul{
	    left: 32%;
	}
	#navbox .cont:nth-child(5) ul{
	    left: 40%;
	}
	#navbox .cont:nth-child(6) ul{
	    left: 48.5%;
	}
	#navbox .cont:nth-child(7) ul{
	    left: 57%;
	}
	#navbox .cont:nth-child(8) ul{
	    left: 65.5%;
	}
}
@media (max-width: 1500px) {
    .header ul li{
        font-size:14px;
    }
}
@media (max-width: 1300px) {
    /*#navbox .cont:nth-child(2) ul{
        left: -21%;
    }
    #navbox .cont:nth-child(3) ul{
        left: -16%;
    }
    #navbox .cont:nth-child(4) ul{
        left: -12.5%;
    }
    #navbox .cont:nth-child(5) ul{
        left: -9%;
    }
    #navbox .cont:nth-child(6) ul{
        left: -4%;
    }
    #navbox .cont:nth-child(7) ul{
        left: -1%;
    }
    #navbox .cont:nth-child(8) ul{
        left: 3%;
    }*/
    #navbox .cont:nth-child(2) ul{
	    left: 15%;
	}
	#navbox .cont:nth-child(3) ul{
	    left: 24%;
	}
	#navbox .cont:nth-child(4) ul{
	    left: 32%;
	}
	#navbox .cont:nth-child(5) ul{
	    left: 40%;
	}
	#navbox .cont:nth-child(6) ul{
	    left: 48.5%;
	}
	#navbox .cont:nth-child(7) ul{
	    left: 57%;
	}
	#navbox .cont:nth-child(8) ul{
	    left: 65.5%;
	}
	#navbox ul li a{font-size: 12px;}
    .header ul li{
        font-size:12px;
    }
}

@media (max-width: 1023px){
    .header ul li:first-child {
        width: 100%;
    }
    .header ul li:last-child {
        width: 100%;
    }
    .inner{width: 100%;}
    .openmenu2 {
        right: 0;
    }
    .nav-small{margin-right: 10px;}
    .openmenu2botton{margin-right: 0;}
    .daoft img {
        max-width: 80%;
        display: block;
        margin: 10px auto;
    }
    header{height:70px;}
    nav {
        margin-top: 70px;
    }
}
@media (max-width: 767px){
    .daoft{width: 25%;}
    .daoft img {
        max-width: 100%;
        display: block;
        margin: 10px;
    }
}


/*尾部的css*/

footer{
    background: #171B25;
    width:100%;
    height:340px;
    display: flex;
}
.footer{
    margin-top: 37px;
}
footer ul{
    float: left;
    width:12%;
    font-size:14px ;
}
footer ul li a{
    color: #fff;
}
footer ul li{
    margin-top:15px ;
}
footer ul li:nth-child(1){
    font-size:18px ;
}
footer ul li:nth-child(2){
    margin-top: 5px;

}

footer ul:last-child li a{
    display: inline-block;
    width: 90%;
    text-align: center;
    margin-top: 20px;
}
footer ul li i{
    display: inline-block;
    width: 20px;
    border: 1px solid #fff;
}
footer ul li:nth-child(2):hover i{
    width: 50px;
    -webkit-transition-timing-function: width 0.5s;
    -moz-transition-timing-function: width 0.5s;
    -ms-transition-timing-function: width 0.5s;
    -o-transition-timing-function: width 0.5s;
    transition-timing-function: width 0.5s;
}
.bottom {
    width: 100%;
    font-size: 14px;
    margin:0;
    text-align: center;
    color:#fff;
    background:#0D0F14;
    overflow: hidden;
    line-height: 30px;
    padding:18px 0;
}