@import url("bootstrap.min.css");
@import url("swiper.min.css");
@import url("slick.css");
@import url("base.css");
@import url("../font/iconfont.css");
.wrap {
    width: 98%;
    max-width: 1200px;
    margin: 0 auto;
}

.guding {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: all .5s;
}


/* head */

.m-meau {
    display: none;
}

.mobile {
    display: none;
}

header {
    position: relative;
}

.head-top {
    height: 40px;
    line-height: 40px;
    background-color: #f5f5f5;
    font-size: 13px;
    color: #666;
}

.head-top span a {
    color: #666;
    display: inline-block;
}

.head-top span a i {
    margin-right: 7px;
    color: #999;
    position: relative;
    top: 2px;
}

.head-top span a:hover {
    color: #ff4000;
}

.head-top b {
    height: 15px;
    width: 1px;
    display: inline-block;
    background-color: #ccc;
    margin: 0 15px;
    position: relative;
    top: 3px;
}

.head-logo {
    height: 120px;
    width: 100%;
    display: block;
    overflow: hidden;
}

.head-logo .logo-left {
    float: left;
    padding-top: 20px;
}

.head-logo .logo-left a.weblogo {
    display: inline-block;
    width: 320px;
    float: left;
}

.head-logo .logo-left>div {
    display: block;
    float: left;
    margin-left: 20px;
}

.head-logo .logo-left h2 {
    font-size: 36px;
    color: #222;
}

.head-logo .logo-left h2 span {
    width: 250px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    position: relative;
    top: -5px;
    text-align: right;
    padding-right: 20px;
    /* margin-left: 10px; */
    background-color: #333;
}

.head-logo .logo-left span b {
    border-radius: 50px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 18px;
    font-weight: normal;
    background-image: linear-gradient(to right, #ff6d25, #ff4000);
}

.head-logo .logo-left p {
    font-size: 16px;
    color: #666;
    padding-top: 0px;
}

.head-logo .logo-left p span {
    width: 7px;
    height: 7px;
    display: inline-block;
    background-color: #ff4000;
    border-radius: 5px;
    margin: 0 8px;
    position: relative;
    top: -1px;
}

.head-logo .logo_right {
    float: right;
    margin-top: 23px;
}

.head-logo .logo_right i {
    font-size: 60px;
    color: #e0e0e0;
    float: left;
    line-height: 66px;
}

.head-logo .logo_right p span {
    color: #e1e1e1;
    margin: 0 5px;
    font-size: 24px;
    font-weight: normal;
    font-family: "arial, helvetica, sans-serif";
}

.head-logo .logo_right p {
    float: left;
    margin-left: 15px;
}

.head-logo .logo_right p a {
    font-size: 22px;
    color: #333;
    line-height: 32px;  
    font-weight: bold;
}

.head-logo .logo_right p a:first-of-type {
  
    color: #ff4000;
}

.head-logo .logo_right img {
    float: left;
    width: 100px;
    margin-left: 50px;
}

.head-nav {
    height: 55px;
    background-image: linear-gradient(to right, #ff6d25, #ff4000);
    color: #fff;
}

.navbar {
    padding: 0;
    z-index: 99;
}

.navbar .yiji {
    flex: 1;
    text-align: center;
    position: relative;
}

.navbar .yiji>a {
    height: 55px;
    line-height: 55px;
    color: #fff;
    font-size: 16px;
    display: block;
}

.navbar .yiji>a::after {
    content: '';
    width: 1px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.2);
    display: inline-block;
    position: absolute;
    right: 0;
    top: 18px;
}

.navbar>div:nth-last-of-type(1)>a::after {
    display: none;
}

.navbar .yiji.active>a {
    background-color: #333;
}

.navbar .yiji>a:hover {
    background-color: #333;
}

.navbar .erji {
    display: none;
    width: 100%;
    position: absolute;
    top: 55px;
    left: 0;
    background-color: rgba(0,0,0,.7);
}

.navbar .erji a {
    display: block;
    color: #fff;
    font-size: 14px;
    padding: 10px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar .erji a:last-of-type {
    border-bottom: none;
}

.navbar .erji a:hover {
    background-color: #ff4000;
}

.mlg {
    display: none;
}


/* footer */

footer {
    background-color: #272727;
    color: #fff;
    padding-top: 30px;
}

footer .foot01 {
    padding: 50px 0;
    overflow: hidden;
}

footer .foot01>div:first-child {
    float: left;
    /* width: 20%; */
}

footer .foot01>div:first-child p {
    color: #686868;
    text-transform: uppercase;
}

footer .foot01>div:first-child div {
    font-size: 18px;
    font-weight: bold;
}

footer .foot01>div:first-child i {
    color: #686868;
    font-size: 12px;
    margin-left: 35px;
}

footer .foot01>div:last-child {
    float: right;
}

footer .foot01>div:last-child a {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding: 10px 0;
}

footer .foot01>div:last-child a::after {
    content: '';
    height: 12px;
    width: 1px;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0 20px;
}

footer .foot01>div:last-child a:last-of-type::after {
    display: none;
}

footer .foot01>div:last-child a:hover {
    color: #ff4000;
}

footer hr {
    clear: both;
    display: block;
    border: none;
    background: unset;
    height: 1px;
    border-bottom: 1px solid #fff;
    opacity: .05;
    /* box-shadow: 0  2px 0 0 #000; */
}

footer .foot02 {
    padding: 40px 0 70px;
    overflow: hidden;
}

footer .foot02>div {
    float: left;
    width: 30%;
}

footer .foot02 .ff01 {
    width: 40%;
}

footer .foot02 .ff01 ul {
    float: left;
    width: 45%;
}

footer .foot02 .ff01 ul h3 a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
}

footer .foot02 .ff01 ul h3 i {
    display: none;
}

footer .foot02 .ff01 ul li a {
    display: block;
    line-height: 30px;
    color: #686868;
}

footer .foot02 .ff02 i {
    font-size: 60px;
    float: left;
    margin-right: 20px;
    color: #999;
    position: relative;
    top: -15px;
}

footer .foot02 .ff02 div div {
    float: left;
}

footer .foot02 .ff02 div span {
    font-size: 14px;
    color: #999;
    display: block;
    line-height: 1;
}

footer .foot02 .ff02 div a {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

footer .foot02 .ff02 p {
    clear: both;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #999;
    padding-left: 2px;
}

footer .foot02 .ff02 p a {
    color: #999;
    font-size: 14px;
    font-weight: normal;
}

footer .foot02 .ff03 {
    float: right;
}

footer .foot02 .ff03>div {
    width: 150px;
    height: 150px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    margin: 0 auto;
}

footer .foot02 .ff03>div img {
    width: 100%;
}

footer .foot02 .ff03 p {
    text-align: center;
    font-size: 14px;
    color: #686868;
    display: block;
    margin-top: 10px;
}

footer .foot03,
footer .foot03 a {
    overflow: hidden;
    background-color: #1d1d1d;
    color: #595959;
    line-height: 65px;
}

footer a:hover {
    color: #ff4000 !important;
}


/*  */

html {
    font-size: 1rem;
}

@media (max-width: 1600px) {
    html {
        font-size: 0.8rem;
    }
}

@media (max-width: 1200px) {
    html {
        font-size: 0.6rem;
    }
}

@media (max-width: 992px) {
    html {
        font-size: 0.8rem;
    }
}