* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: '';
}

html {
    scroll-behavior: smooth;
}

img {
    vertical-align: top;
    outline-width: none;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.head {
    width: 100%;
    height: 105px;
    background-color: #fff;
}

.header {
    width: 1280px;
    height: 105px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav {
    height: 60px;
    display: flex;
    align-items: center;
    z-index: 99999;
}

.nav li {
    width: 100%;
    height: 60px;
}

    .nav li a {
        display: block;
        width: 100px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        color: #1e5bab;
        font-size: 14px;
        transition: all ease 0.5s;
    }

.nav li a:hover {
    background-color: #1e5bab;
    color: white !important;
}

.nav li a:hover .arr {
    color: white;
}

.arr {
    color: black;
    margin-left: 5px;
}

.drops {
    background-color: #eeeeee;
    display: none;
}

.drops a {
    border-bottom: 1px solid #cccccc;
}

.nav li:hover .drops {
    display: block;
}

.swiper-container {
    width: 100%;
}

.swiper-container img {
    width: 100%;
}

.title {
    margin: 70px auto;
    text-align: center;
}

    .title h2 {
        font-weight: bold;
        color: #1e5bab;
        font-size: 32px;
    }

.title span {
    color: #808080;
    font-size: 18px;
}

.wul {
    display: flex;
    width: 1200px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
}

.wul li {
    width: 32%;
    text-align: center;
    margin-bottom: 30px;
}

.wul li img {
    transition: all ease 0.7s;
    width: 45%;
}

.wul li img:hover {
    transform: scale(1.3);
}

.wul li p {
    font-size: 24px;
    color: #000000;
    text-align: center;
    margin-top: 30px;
}

.wul li span {
    display: block;
    padding: 10px 20px;
    text-align: center;
    font-size: 14px;
    color: #000000;
}

.zscq {
    width: 100%;
    height: 650px;
   /* background-image: url(../images/bg.jpg);*/
    background-size: 100% 100%;
    padding-top: 90px;
    position: relative;
}

.ip {
    margin: 0 auto;
    text-align: center;
    margin-top: 45px;
}

.ipt h2 {
    font-size: 30px;
    color: #1e5bab;
    margin-bottom: 5px;
}

.ipt span {
    font-size: 16px;
    color: #000000;
    font-weight: bold;
}

.ipt1 {
    position: absolute;
    left: 24%;
    top: 34%;
}

.ipt2 {
    position: absolute;
    right: 24%;
    top: 34%;
}

.ipt3 {
    position: absolute;
    left: 24%;
    bottom: 18%;
}

.ipt4 {
    position: absolute;
    right: 24%;
    bottom: 18%;
}

.ab {
    width: 1200px;
    margin: 0px auto;
    position: relative;
    margin-top: 40px;
    min-height: 600px;
}

.abpic {
    position: absolute;
    right: 0;
    bottom: 0;
}

.abt {
    padding: 60px 45px;
    min-height: 380px;
    background-color: #f7f7f5;
    width: 565px;
    z-index: 99999;
    position: absolute;
    bottom: 0;
    left: 0;
}

.abt h1 {
    margin-bottom: 20px;
}

    .abt p {
        margin-bottom: 30px;
        line-height: 2em;
    }

    .abt a {
        color: white;
        display: block;
        width: 110px;
        height: 110px;
        background-color: #1e5bab;
        position: absolute;
        bottom: 0;
        line-height: 110px;
        text-align: center;
        right: -10%;
    }

.gshd {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hzhb {
    width: 100%;
    height: 900px;
    background-image: url(../images/bg1.jpg);
    background-size: 100% 100%;
    margin-top: 50px;
    padding-top: 80px;
}

.kkul {
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 40px;
}

.kkul li {
    width: 24%;
    margin-bottom: 30px;
    text-align: center;
}

.kkul li img {
    width: 100%;
}

#scroll_left {
    overflow: hidden;
    width: 1200px;
    margin: 0px auto;
}

#scroll_left span {
    display: block;
    height: 28px;
    line-height: 28px;
    text-align: center;
}

#scroll_left .scroll_scale {
    height: 320px;
    width: 250px;
    background: #FFF;
    margin: 0 5px;
    border: 1px solid #e4e4e4;
}

#scroll_left .scroll_scale table tr td {
    height: 320px;
    width: 250px;
    text-align: center;
}

#scroll_left .scroll_scale img {
    height: 320px;
    width: 250px;
}

.foot {
    width: 100%;
    background-color: #282828;
}

.footer {
    width: 1200px;
    margin: 0 auto;
    padding-top: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #373737;
    padding-bottom: 50px;
}

.linkp {
    color: white;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer1 a {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    color: #d3d3d3;
}

.footer2 {
    width: 20%;
}

.footer2 .linkp {
    text-align: center;
}

.footul {
    display: flex;
    justify-content: space-between;
}

.footul li p {
    text-align: center;
    color: white;
    padding: 5px 0;
}

.bottomcopy {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    color: #a9a9a9;
}

.totop {
    width: 54px;
    height: 54px;
    display: block;
    position: fixed;
    right: 50px;
    bottom: 150px;
    z-index: 9999;
    display: none;
}

.bread {
    width: 1200px;
    margin: 40px auto;
}

.bread a {
    font-size: 15px;
    color: #666666;
}

.toptit {
    text-align: center;
}

.toptit span {
    font-size: 40px;
    font-weight: bold;
}

.jjcon {
    width: 1200px;
    margin: 40px auto;
    display: flex;
    flex-wrap: wrap;
}

.jjcon p {
    font-weight: bold;
    color: #000000;
    font-size: 20px;
    margin-bottom: 20px;
}

.jjcon span {
    font-size: 16px;
    display: block;
    line-height: 25px;
}

.jjcon li {
    width: 50%;
    padding: 20px;
}

.cont {
    width: 100%;
    height: 420px;
    background-image: url(../images/bg2.jpg);
    background-size: 100% 100%;
    margin-top: 50px;
    padding-top: 120px;
    text-align: center;
}

.cont p {
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}

.hq {
    width: 180px;
    height: 40px;
    display: block;
    background-color: #fff;
    margin: 0 auto;
    margin-top: 30px;
    color: black;
    line-height: 40px;
    text-align: center;
}

.hq:hover {
    background-color: #ffd700;
    color: white !important;
}

.whpic {
    width: 1200px;
    margin: 40px auto;
}

.whpic img {
    width: 100%;
}

.ygpic {
    display: flex;
    width: 1200px;
    margin: 40px auto;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ygpic li p {
    padding: 10px;
    text-align: center;
    font-size: 14px;
    color: #4c4c4c;
    font-weight: bold;
}

.ygpic li {
    width: 370px;
    height: 300px;
    margin-bottom: 30px;
}

.ygpic li .outc {
    display: block;
    width: 370px;
    height: 250%;
    position: relative;
}

.ygpic li img {
    width: 370px;
    height: 250px;
}

.sidebar {
    width: 110px;
    position: fixed;
    left: 0;
    bottom: 50%;
}

.sidebar li {
    width: 110px;
    height: 35px;
    background-color: #eef2f6;
}

.sidebar li a {
    display: block;
    width: 110px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #606060;
    font-size: 14px;
}

.sel {
    background-color: #ffd700;
    color: black !important;
}

.sq {
    display: block;
    width: 155px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #1e5bab;
    color: white;
    margin: 40px auto;
}

.tdys {
    width: 1200px;
    height: 1036px;
    background-image: url(../images/tys02.jpg);
    background-size: 100% 100%;
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
}

.ysleft {
    width: 340px;
    position: relative;
}

.ysright {
    width: 800px;
}

.num {
    position: absolute;
    left: 50px;
    top: 200px;
}

.ysright li {
    display: flex;
    margin-bottom: 30px;
}

.ysright li p {
    margin-left: 40px;
    color: black;
    font-size: 24px;
    display: block;
}

.zcul {
    width: 1200px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 20px auto;
}

.zcul li {
    width: 360px;
    text-align: center;
    padding: 40px 0;
    margin-bottom: 20px;
    background-color: #fff;
}

.zcul li p {
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    margin-top: 20px;
    padding: 0 5px;
}

.tjul {
    width: 1200px;
    margin: 30px auto;
}

.tjul li {
    font-size: 18px;
    color: #393939;
    font-weight: bold;
    text-align: left;
    margin-bottom: 80px;
}

.zlul {
    display: flex;
    width: 1200px;
    justify-content: space-between;
    margin: 30px auto;
}

.zlul li {
    width: 360px;
    padding: 60px;
    text-align: center;
    background-color: #fff;
    transition: all ease 0.5s;
}

.zlul li:hover {
    transform: translateY(-40px);
}

.zlul li p {
    font-size: 22px;
    color: black;
}

.line {
    width: 40px;
    height: 2px;
    background-color: black;
    margin: 20px auto;
}

.zlul li span {
    font-size: 14px;
    color: black;
}

.sy {
    width: 1200px;
    height: 375px;
    margin: 30px auto;
    background-image: url(../images/v002.jpg);
    background-size: 100% 100%;
    position: relative;
}

.sycon {
    position: absolute;
    right: 15px;
    width: 500px;
    height: 182px;
    padding: 50px 35px;
    background-color: #fff;
    color: black;
    top: 115px;
}

.tit2 {
    text-align: center;
    margin: 30px auto;
}

.tabul {
    width: 1200px;
    margin: 30px auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.tabul a {
    display: block;
    width: 150px;
    height: 40px;
    text-align: center;
    font-size: 14px;
    color: black;
    border-radius: 20px;
    border: 1px solid #eaeaea;
    line-height: 40px;
    margin-left: 20px;
}

.parul {
    width: 1300px;
    margin: 40px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.parul li {
    width: 310px;
    position: relative;
    border: 1px solid #dadada;
    padding: 10px;
    height: 200px;
    text-align: center;
    margin-bottom: 30px;
    transition: all ease 0.5s;
}

.parul li:hover {
    box-shadow: 0px 5px 15px #999;
}

.parul li img {
    width: 280px;
}

.parul li p {
    position: absolute;
}

.team {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin: 40px auto;
    flex-wrap: wrap;
}

.team li {
    width: 280px;
    margin-bottom: 30px;
}

.team li img {
    width: 100%;
}

.team li p {
    text-align: center;
    padding: 5px;
}

.newul {
    width: 1200px;
    margin: 40px auto;
}

.newul li a {
    color: black;
    font-size: 16px;
}

.newul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
}

.newul li span {
    color: #666666;
    font-size: 12px;
}

.newtit {
    font-size: 22px;
    color: #1e1e1e;
    text-align: center;
    padding: 20px 0;
}

.detcon {
    padding: 20px;
    width: 1200px;
    margin: 30px auto;
}

.detcon p {
    font-size: 16px;
    color: #656565;
}

.tact {
    width: 1200px;
    margin: 40px auto;
}

.contact {
    width: 1200px;
    display: flex;
    margin-bottom: 30px;
    justify-content: space-between;
    background-color: #f6f6f6;
}

.contactleft {
    width: 50%;
    padding: 85px 20px;
}

.contactright {
    width: 50%;
}

.contactright img {
    width: 100%;
}

.contactleft h1 {
    font-size: 22px;
    color: black;
    margin-bottom: 30px;
}

.mes {
    width: 100%;
    height: 750px;
    background-image: url(../images/lx.jpg);
    background-size: 100% 100%;
    background-attachment: fixed;
    padding-top: 100px;
}

.formout {
    width: 400px;
    margin: 0 auto;
}

.form {
    margin-bottom: 20px;
}

.form input {
    width: 350px;
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
    border: none;
    background-color: #fff;
    color: gray;
}

.form span {
    font-size: 14px;
    color: #666666;
}

.sub {
    display: block;
    width: 90px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #1e5bab;
    font-size: 18px;
    color: white;
    margin-top: 30px;
}