* {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

h2,
h3,
i,
em {
    font-style: normal;
}

html,
body {
    font-family: "Arial";
}

input,
img,
a {
    outline: none;
    border: 0;
}

.clear {
    clear: both;
}

.px1300 {
    max-width: 1300px;
    margin: 0 auto;
}

#header {
    position: relative;
}

.header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding-top: 35px;
    background-color: rgba(12, 82, 157, .9);
    z-index: 999;
}

.link-top {
    position: absolute;
    right: 35px;
    top: 15px;
}

.link-top a {
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
}

.link-top span {
    font-size: 16px;
    color: #fff;
    padding: 0 5px;
    vertical-align: middle;
}

.link-top a:hover {
    color: rgba(255, 255, 255, .8);
}

.logo a {
    display: block;
}

.logo a img {
    display: block;
    margin: 0 auto;
}

.search {
    position: relative;
    margin-top: 25px;
    width: 60%;
    height: 55px;
    line-height: 55px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
    border: 1px solid #c4d5e7;
    box-sizing: border-box;
    padding-left: 60px;
    padding-right: 100px;
    font-size: 0;
}

.search input[type="text"] {
    width: 100%;
    height: 55px;
    line-height: 55px;
    background-color: transparent;
    color: #fff;
    font-size: 16px;
}

.search input::placeholder {
    font-size: 15px;
    color: rgba(255, 255, 255, .5);
}

.search input[type="image"] {
    position: absolute;
    left: 35px;
    top: 50%;
    transform: translateY(-50%);
}

.nav {}

.nav>ul {
    padding-left: 25px;
    padding-right: 25px;
}

.nav>ul>li {
    position: relative;
    float: left;
    padding-bottom: 35px;
    margin: 0 40px;
    text-align: center;
}

.nav>ul>li>a {
    font-size: 20px;
    color: #fff;
    text-transform: capitalize;
}

.nav>ul>li>ul {
    position: absolute;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    background: #fff;
    text-align: center;
    top: 43px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 0 5px #999;
    display: none;
}

.nav>ul>li>ul>li {
    line-height: 30px;
}

.nav>ul>li>ul>li>a {
    font-size: 14px;
    color: #333;
}

.nav>ul>li>ul>li:hover {
    background-color: #20579d;
}

.nav>ul>li>ul>li:hover a {
    color: #fff;
}

.nav>ul>li>a:before {
    content: "";
    left: 50%;
    right: 50%;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 15px;
    transition: all 0.3s;
}

.nav>ul>li.on>a::before {
    left: 0;
    right: 0;
}

.banner a {
    position: relative;
    display: block;
}

.banner a img {
    display: block;
    width: 100%;
}

.banner a .text {
    position: absolute;
    left: 0;
    right: 0;
    top: 70%;
}

.banner a .text p {
    line-height: 70px;
    font-size: 70px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Microsoft Uighur";
}

.banner .slick-dots {
    bottom: 40px;
}

.banner .slick-dots li {
    width: 57px;
    height: 2px;
    background-color: #fff;
    margin: 0 11px;
}

.banner .slick-dots li.slick-active {
    height: 4px;
    background-color: #da251d;
}

.footer {
    background: url(../images/footer-bg.png) no-repeat center top;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 40px;
}

.foot {
    overflow: hidden;
}

.foot-l {
    float: left;
    width: 490px;
    margin-top: 15px;
}

.foot-l a {
    display: block;
}

.foot-l img {
    display: block;
}

.foot-r {
    overflow: hidden;
    padding-left: 150px;
}

.foot-m {
    float: left;
}

.foot-m p {
    font-size: 14px;
    color: #e2ecf6;
    margin-top: 12px;
}

.ewm {
    float: right;
}

.top {
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    right: 10px;
    top: 18px;
    width: 25px;
    height: 25px;
    z-index: 9999;
}

.wap {
    display: none;
}

.top>img {
    display: block;
    width: 100%;
}

.wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}

.wap-menu img {
    height: 25px;
}

.m-head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px;
    z-index: 999;
}

@media screen and (max-width:1300px) {
    .px1300 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .nav>ul>li {
        margin: 0 40px;
        padding-bottom: 15px;
    }
    .nav>ul>li>a {
        font-size: 15px;
    }
    .search {
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .nav>ul>li>a:before {
        bottom: 1px;
    }
    .nav>ul>li>ul {
        top: 32px;
    }
}

@media screen and (max-width:1024px) {
    body {
        padding-top: 60px;
    }
    .link-top {
        display: none;
    }
    .header {
        display: none;
    }
    .wap {
        display: block;
    }
    .m-logo {
        font-size: 0;
    }
    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        padding: 10px;
        z-index: 999;
        box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
        background: #0e529b;
    }
    .m-logo {
        font-size: 0;
    }
    .m-logo a {
        font-size: 0;
        line-height: 40px;
    }
    .m-logo img {
        max-height: 40px;
        max-width: 80%;
        vertical-align: middle;
    }
    .m-tlink {
        padding: 10px 15px 0 15px;
    }
    .m-tlink a {
        font-size: 14px;
        margin-right: 15px;
        margin: 5px 0;
        color: #fff;
        display: inline-block;
        font-size: 14px;
        line-height: 24px;
        background: #fff;
        color: #004980;
        line-height: 30px;
        padding: 0 15px;
        border-radius: 5px;
    }
    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        margin-top: 15px;
        border: 1px solid #fff;
    }
    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 25px;
        background: none;
        color: #fff;
    }
    .m-search input[type="text"]::placeholder {
        color: #fff;
    }
    .m-search input[type="image"] {
        position: absolute;
        right: 10px;
        top: 10px;
        height: 15px;
    }
    .m-nav {
        position: fixed;
        top: 60px;
        left: 100%;
        right: 0;
        bottom: 0;
        z-index: 999;
        background: #29588b;
        overflow-y: scroll;
    }
    .m-nav ul {
        padding: 0 15px;
    }
    .m-nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
    }
    .m-nav ul li>span.on {
        transform: rotateZ(90deg);
    }
    .m-nav ul li ul {
        display: none;
    }
    .m-nav ul li ul li {
        border: none;
    }
    .m-nav>ul>li a {
        display: block;
        font-size: 14px;
        line-height: 20px;
        padding: 15px 0;
        position: relative;
        color: #fff;
    }
    .m-nav>ul>li ul li a {
        padding: 10px 0;
    }
    .m-nav>ul>li>span {
        position: absolute;
        width: 20px;
        height: 20px;
        background: url(../images/m-nav_down.png) no-repeat;
        background-size: 14px 14px;
        background-position: center center;
        right: 0;
        top: 15px;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }
    .foot-l {
        width: 400px;
    }
    .foot-l img {
        width: 100%;
    }
    .foot-r {
        padding-left: 50px;
    }
}

@media screen and (max-width:1000px) {
    .foot-l {
        float: none;
        width: auto;
    }
    .foot-l img {
        max-width: 490px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .foot-r {
        padding-left: 0;
        margin-top: 20px;
    }
    .banner a .text p {
        font-size: 60px;
    }
    .banner a .text {
        top: 40%;
    }
   .px1300 {
    padding:0px;
}
.section3{padding:0px 10px;}
.footer{padding:20px 10px;}
}

@media screen and (max-width:760px) {
    .banner a .text p {
        line-height: 24px;
        font-size: 24px;
    }
}

@media screen and (max-width:600px) {
    .foot-m {
        float: none;
    }
    .ewm {
        float: none;
    }
    .ewm img {
        padding-top: 20px;
        display: block;
        margin: 0 auto;
    }
}