锘縝ody {
    color: #666;
    font-size: 16px;
    font-family: "Arial", "pingfang", "Microsoft YaHei", "瀹嬩綋";
    -webkit-tap-highlight-color: transparent;
}

* {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

html {
    overflow-y: scroll;
}

html.noscroll {
    overflow: hidden;
}

form, div, body, img, p, img, dl, dt, dd, h2, h1, h3 {
    margin: 0px;
    padding: 0px;
    border: 0;
}

a:link {
    text-decoration: none;
    behavior: url(../../../../scripts/blur.html);
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus {
    -moz-outline-style: none;
}

a:active {
    outline: none;
    text-decoration: none;
}

em, i {
    font-style: normal;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

input, textarea, select {
    color: #333;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: Arial;
    vertical-align: middle;
}

input:focus, textarea:focus {
    outline: none;
}

/*鍒犻櫎鐏嫄涓嬫寜閽粯璁ゆ牱寮?/
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
}

/*娴姩*/
.clearboth:after {
    display: block;
    clear: both;
    content: "";
    overflow: hidden;
    height: 0;
}

.clearboth {
    margin: 0 10px 10px;
}

.float_l {
    float: left;
}

.float_r {
    float: right;
}


/*瀛椾綋*/
.Arial {
    font-family: Arial;
}

.YaHei {
    font-family: "microsoft yahei", "瀹嬩綋";
}

/*涓婁笅闂磋窛*/
.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb18 {
    margin-bottom: 18px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb35 {
    margin-bottom: 35px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb45 {
    margin-bottom: 45px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb100 {
    margin-bottom: 100px;
}

.pt10 {
    padding-top: 10px;
}

/*鍏敤*/
.div100 {
    width: 100%;
}

.B {
    font-weight: bold;
}

.Text_l {
    text-align: left;
}

.Text_r {
    text-align: right;
}

.Text_c {
    text-align: center;
}

.animate {
    transition: all ease 0.3s;
}

.flexsbox {
    display: flex;
    flex-wrap: wrap;
}

.container {
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    background: #f3f5f7;
}

.all {
    width: 1600px;
    margin: 0 auto;
}

.mainMore {
    display: inline-block;
    width: 150px;
    height: 45px;
    line-height: 45px;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 50px;
    padding-right: 30px;
    text-align: center;
    position: relative;
    color: #fff;
    transition: all 0.3s ease;
}

.mainMore::before {
    content: '';
    position: absolute;
    right: 34px;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    background: #fff;
    transform: rotate(-45deg);
}

.mainMore::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    background: #fff;
    transform: rotate(-45deg);
    opacity: .5;
}

.mainMore:hover {
    background: rgba(255, 255, 255, .35);
}

.mainMore.blue {
    background: #009de0;
}

.mainMore.blue:hover {
    background: #0183bb;
}

.mainMore.green {
    background: #00ac41;
}

.mainMore.green:hover {
    background: #008532;
}

.mainTitle h3 {
    font-size: 40px;
    color: #000;
    font-weight: 100;
}

.tit img {
    max-width: 75%;
}

.mainHead {
    position: fixed;
    width: 100%;
    height: 110px;
    z-index: 100010;
    transition: all 0.3s ease;
}

.mainHead.active, .mainHead.active2 {
    box-shadow: 0 5px 10px rgba(80, 80, 80, .3);
    background: #165095;
    height: 90px;
}

.mainHead.active3 {
    box-shadow: 0 5px 10px rgba(80, 80, 80, .3);
    background: #165095;
}

.mainHead .all {
    position: relative;
    height: 100%;
}

.mainHead .mainLogo {
    position: absolute;
    left: 0;
    top: 0;
    width: 500px;
    height: 80%;
    padding: 9px 0;
}

.mainHead .mainLogo a {
    display: block;
    height: 100%;
    background: url(../images/mainLogo.png) no-repeat center;
    background-size: 90%;
}

.mainHead .mainMenu {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    color: #fff;
    z-index: 2;
    display: flex;
    align-items: center;
}

.mainHead .mainMenu .li {
    position: relative;
    margin-right: 50px;
}

.mainHead .mainMenu .li .slide, .mainHead .mainMenu .li > a {
    display: block;
    position: relative;
    font-size: 18px;
    color: #fff;;
    padding: 0 20px;
    line-height: 110px;
    transition: all 0.3s ease;
}

.mainHead.active .mainMenu .li .slide, .mainHead.active2 .mainMenu .li .slide {
    line-height: 90px;
}

.mainHead.active .mainMenu .language a, .mainHead.active .mainMenu, .mainHead.active2 .mainMenu .language a, .mainHead.active2 .mainMenu {
    color: #fff;
}

.mainHead .mainMenu .li:hover .slide, .mainHead .mainMenu .li .slide.active, .mainHead .mainMenu .language a.active {
    color: #009de0;
}

.mainHead .mainMenu .li:hover .slide {
    background: #fff;
}

.mainHead .mainMenu .language {
    margin-top: -4px;
    font-weight: bold;
}

.mainHead .mainMenu .language a {
    color: #fff;
}

.mainHead .mainMenu .search {
}

.mainHead .mainBtn {
    position: absolute;
    right: 0;
    top: 30px;
    width: 24px;
    height: 18px;
    z-index: 2;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
}

.mainHead .mainBtn span {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
}

.mainHead .mainBtn .sp1 {
    top: 0;
    transform: translateX(0);
}

.mainHead .mainBtn .sp2 {
    top: 8px;
    background: none;
    transform: rotateY(0);
}

.mainHead .mainBtn .sp2 em {
    display: block;
    background: #fff;
    height: 2px;
}

.mainHead .mainBtn .sp3 {
    bottom: 0;
    transform: translateX(0);
}

.mainHead .mainBtn:hover .sp2 em {
    animation: btnmove .5s linear 0s normal forwards 1;
}

.mainHead.cur .mainBtn .sp1 {
    transform: translateX(-100%);
    transition: all ease 0.3s;
    opacity: 0;
}

.mainHead.cur .mainBtn .sp2 {
    transition: all 0.3s ease 0.1s;
    transform: rotateY(90deg);
}

.mainHead.cur .mainBtn .sp3 {
    transform: translateX(100%);
    transition: all ease 0.3s;
    opacity: 0;
}

.mainHead .mainClose {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 1;
    width: 26px;
    right: 0;
    top: 30px;
    height: 18px;
    cursor: pointer;
    transform: rotate(0);
}

.mainHead.cur .mainClose {
    z-index: 3;
    opacity: 1;
    transition: all 0.4s ease 0.5s;
}

.mainHead .mainClose span {
    display: block;
    height: 2px;
    top: 50%;
    margin-top: -1px;
    background: #165095;
    position: absolute;
    width: 100%;
    transform: rotate(0);
}

.mainHead.active .mainClose span {
    background: #fff
}

.mainHead.cur .mainClose span.sp1 {
    transform: rotate(45deg);
    transition: all 0.3s ease 1s;
}

.mainHead.cur .mainClose span.sp2 {
    transform: rotate(-45deg);
    transition: all 0.3s ease 1s;
}

.slideMenu {
    position: fixed;
    width: 100%;
    z-index: 1;
    left: 0;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 5px 10px rgb(31 67 144 / 30%);
    top: 110px;
    transition: all 0.3s ease;
    opacity: 0;
    transition: all 0.3s ease;
    visibility: hidden;
    transform: translateY(20px);
    text-align: center;
}

.mainHead .mainMenu .li:hover .slideMenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.slideMenu.active {
    top: 90px;
}

.slideMenu a {
    display: inline-block;
    margin-right: 60px;
    color: #666;
    line-height: 100px;
}

.slideMenu a:hover, .slideMenu a.active {
    color: #165095;
}

.ziMenu {
    position: fixed;
    width: 40%;
    height: 100%;
    padding-top: 80px;
    box-sizing: border-box;
    z-index: 1002;
    top: 0;
    right: -40%;
    transition: all 0.4s ease 0.2s;
    display: none;
    background: #fff;
}

.ziMenu.cur {
    transition: all 0.4s ease 0.3s;
    right: -1px;
}

.ziMenu .bg {
    position: absolute;
    top: 120px;
    bottom: 40px;
    width: 100%;
    overflow-y: auto;
}

.ziMenu ul {
    margin-bottom: 10px;
    line-height: 40px;
    padding-left: 20px;
}

.ziMenu li {
    font-size: 16px;
    padding-left: 20px;
}

.ziMenu li .btn {
    color: #000;
    transition: all 0.3s ease;
    font-size: 18px;
}

.ziMenu li dl {
    padding: 5px 0 10px 15px;
    display: none;
}

.ziMenu li dl dd a {
    font-size: 14px;
    color: #333;
    line-height: 30px;
}

.ziMenu .language {
    color: #000;
    padding: 30px 0 0 20px;
    font-size: 16px;
}

.ziMenu .language a {
    margin: 0 20px;
    color: #333;
    vertical-align: middle;
}

.ziMenu .language a.active {
    color: #2e69b3;
}

.mainMask {
    width: 100%;
    height: 100%;
    z-index: 1001;
    background: rgba(0, 0, 0, .3);
    visibility: hidden;
    opacity: 0;
    left: 0;
    top: 0;
    position: fixed;
    display: none;
}

.mainFoot {
    background: #142637;
    padding: 30px 0 10px;
}

.mainFoot .all > .flexsbox {
    justify-content: space-between;
    align-items: center;
}

.mainFoot .right dl {
    margin-right: 110px;
}

/*.mainFoot .right dl:first-child {
    margin-right: 140px;
}*/

.mainFoot .right dl:last-child {
    margin-right: 0
}

.mainFoot .right dt {
    color: #fff;
    margin-bottom: 25px;
}

.mainFoot .right dd {
    font-size: 14px;
    color: #999;
    margin-bottom: 15px;
}

.mainFoot .right dd a {
    color: #999;
}

.mainFoot .right dd a:hover {
    color: #009de0;
}

.mainFoot .right .flexsbox {
    justify-content: space-between;
}

.mainFoot .right .code {
    text-align: center;
    font-size: 14px;
}

.mainFoot .right .code img {
    margin-bottom: 20px;
    width: 150px;
    height: auto;
}

.mainCopy {
    line-height: 100px;
    background: #142637;
    color: #666;
    font-size: 14px
}

.mainCopy .all {
    border-top: 1px solid #313131;
}

.mainCopy .flexsbox {
    justify-content: space-between;
}

.mainCopy .flexsbox div:first-child {
    color: #999;
    font-size: 16px;
}

.mainPage {
    text-align: center;
}

.mainPage a, .mainPage span {
    margin: 0 8px;
    font-size: 16px;
    position: relative;
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 50px;
    background: #fff;
    box-shadow: 0 5px 10px rgba(80, 80, 80, .2);
    display: inline-block;
    color: #000;
    text-align: center;
}

.mainPage a.active, .mainPage a:hover {
    color: #fff;
    background: #009de0;
}

.scrollTop {
    position: fixed;
    bottom: 100px;
    right: 15px;
    width: 45px;
    height: 45px;
    background: #fff;
    color: #009de0;
    font-size: 14px;
    border-radius: 50px;
    padding-top: 20px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    font-family: Arial;
    transition: all 0.3s ease;
    z-index: 100;
    display: none;
    box-shadow: 0 5px 10px rgba(204, 204, 204, .5);
}

.scrollTop:hover {
    opacity: 0.8;
}

.scrollTop::after {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    transform: rotate(-90deg);
    top: 5px;
    left: 50%;
    margin-left: -6px;
    background: url(../images/index/more2.png) no-repeat center;
}

.scrollTop::before {
    content: '';
    position: absolute;
    width: 59px;
    height: 59px;
    left: -7px;
    top: -7px;
    background: #fff;
    opacity: 0.19;
    border-radius: 60px;
}

.messageFix {
    position: fixed;
    width: 68%;
    left: 15%;
    top: 50%;
    margin-top: -325px;
    height: 650px;
    background: #fff url(../images/fiximg.jpg) no-repeat left center;
    background-size: auto 100%;
    border-radius: 20px;
    overflow: hidden;
    z-index: 100012;
    display: none;
}

.messageFix .formbox {
    margin-left: 37%;
    padding: 50px 10%;
    background: #fff;
    height: 100%;
    box-sizing: border-box;
}

.messageFix .formbox .close {
    position: absolute;
    right: 30px;
    top: 30px;
    height: 30px;
    width: 30px;
    background: url(../images/close.png) no-repeat center;
    cursor: pointer;
}

.messageFix .formbox .close:hover {
    transform: rotate(180deg);
    transition: all 0.3s ease;
}

.messageFix .formbox .title {
    color: #000;
    font-size: 30px;
    margin-bottom: 25px;
}

.messageFix .formbox .formlist .list {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.messageFix .formbox .formlist input {
    height: 65px;
    background: #f3f5f7;
    font-size: 16px;
    border: none;
    padding: 0 20px;
    border-radius: 10px;
}

.messageFix .formbox .formlist .two input {
    width: 48%;
}

.messageFix .formbox .formlist .code input {
    width: 100%;
    padding-right: 150px;
}

.messageFix .formbox .formlist #code {
    width: 130px;
    position: absolute;
    right: 0;
    top: 0;
    height: 65px;
    cursor: pointer;
}

.messageFix .formbox .formlist textarea {
    resize: none;
    padding: 20px;
    height: 110px;
    background: #f3f5f7;
    border-radius: 10px;
    width: 100%;
    border: none;
    font-size: 16px;
}

.messageFix .formbox .formlist .submit {
    width: 100%;
    margin-top: 40px;
    background: #009de0;
    border-radius: 65px;
    height: 65px;
    color: #fff;
    font-size: 30px;
    border: none;
    cursor: pointer;
}

.messageMask {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 100011;
    background: rgba(0, 0, 0, 0.4);
}

.fixIcon {
    position: fixed;
    right: 0;
    bottom: 180px;
    z-index: 10
}

.fixIcon .li {
    margin-bottom: 5px;
    background: #009de0;
    border-radius: 10px;
    width: 56px;
    height: 56px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.fixIcon .li:hover {
    background: #0296d5;
}

.fixIcon .li a {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    color: #fff;
    width: 100%;
    height: 100%;
}

.fixIcon .li .icon {
    width: 24px;
    height: 24px;
    margin-bottom: 5px;
    background-size: 100% !important;
    transition: all 0.3s ease;
}

.fixIcon .li1 .icon {
    background: url(../images/fixicon1.png) no-repeat center;
}

.fixIcon .li2 .icon {
    background: url(../images/fixicon2.png) no-repeat center;
}

.fixIcon .li3 .icon {
    background: url(../images/fixicon3.png) no-repeat center;
}

.fixIcon .li4 .icon {
    background: url(../images/fixicon4.png) no-repeat center;
}

.fixIcon .li p {
    width: 100%;
    font-size: 12px;
}

.fixIcon:hover .li {
    width: 80px;
    height: 80px;
}

.fixIcon:hover .li p {
    font-size: 16px;
}

.fixIcon:hover .li .icon {
    width: 30px;
    height: 30px;
}

@media only screen and (max-width: 1700px) {
    .all {
        width: 1500px;
    }

    .mainHead .mainMenu .li {
        position: relative;
        margin-right: 50px;
    }
}

@media only screen and (max-width: 1580px) {
    .all {
        width: 1200px;
    }

    .mainHead > .all {
        width: 96%;
    }

    .slideMenu .btnbox a {
        font-size: 18px;
    }

    .slideMenu .title {
        width: 140px;
    }

    .slideMenu .title h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .slideMenu .title .en {
        font-size: 28px;
    }

    .mainFoot .all > .flexsbox img {
        width: 100px;
    }

    /*.mainFoot .right dl:first-child {
        margin-right: 110px;
    }*/

    .mainFoot .right dl {
        margin-right: 50px;
    }
}

@media only screen and (max-width: 1440px) {
    .messageFix {
        height: 620px;
    }

    .mainHead .mainMenu .li {
        position: relative;
        margin-right: 20px;
    }
}

@media only screen and (max-width: 1370px) {
    .mainHead .mainMenu .li {
        position: relative;
        margin-right: 10px;
    }

    .messageFix .formbox .formlist input {
        height: 55px;
    }

    .messageFix .formbox .formlist #code {
        height: 55px;
    }

    .messageFix .formbox .formlist .submit {
        height: 55px;
        margin-top: 20px
    }

    .messageFix {
        height: 555px;
        margin-top: -277px;
    }

    .messageFix .formbox .formlist .submit {
        font-size: 22px;
    }
}

@media only screen and (max-width: 1260px) {
    .mainHead .mainMenu .li {
        position: relative;
        margin-right: 10px;
    }

    .all {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .mainHead .mainMenu .li {
        margin-right: 5px;
    }

    .mainFoot .right dl:first-child {
        margin-right: 20px;
    }

    .mainFoot .right dl {
        margin-right: 20px;
        max-width: 26%;
    }

    .mainHead .mainMenu .li .slide, .mainHead .mainMenu .li > a {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1050px) {
    .scrollTop {
        display: none !important;
    }

    .mainHead, .mainHead.active, .mainHead.active > .all, .mainHead.active2, .mainHead.active2 > .all {
        height: 80px;
    }

    .mainHead .mainMenu, .slideMenu {
        display: none;
    }

    .mainHead .mainBtn {
        opacity: 1;
        visibility: visible;
    }

    .mainMask {
        visibility: visible;
        opacity: 1;
    }

    .mainHead .mainClose {
        visibility: visible;
    }

    .ziMenu {
        display: block;
    }

    .mainHead .mainLogo {
        width: 223px;
    }

    .mainHead.active .mainLogo a, .mainHead.active2 .mainLogo a {
        background-size: 100% auto;
    }

    .mainMore {
        height: 35px;
        line-height: 35px;
        font-size: 14px;
        width: 130px;
    }

    .mainTitle h3 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 820px) {
    .mainCopy .flexsbox .menu span {
        margin: 0 20px
    }

    .mainFoot .right .dl {
        display: none;
    }

    .mainFoot .right dl {
        max-width: inherit;
    }

    .messageFix .formbox {
        margin: 0
    }
}

@media only screen and (max-width: 510px) {
    .ziMenu {
        width: 60%;
        right: -60%;
    }

    .mainFoot .all > .flexsbox {
        justify-content: center;
    }

    .mainFoot .all > .flexsbox img {
        margin-bottom: 20px;
    }

    .mainFoot {
        padding: 40px 0;
    }

    .mainCopy {
        line-height: 24px;
        padding: 20px 0 90px;
    }

    .mainCopy .all {
        border: none;
    }

    .mainPage a:first-child, .mainPage a:last-child {
        display: inline-block;
    }

    .mainHead > .all {
        width: 100%;
    }

    .mainHead .mainLogo {
        left: 20px;
    }

    .mainHead .mainBtn, .mainHead.cur .mainClose {
        right: 20px;
    }

    .messageFix {
        width: 90%;
        left: 5%;
    }

    .messageFix .formbox .formlist .two input {
        width: 100%;
        margin-bottom: 10px;
    }

    .messageFix .formbox .formlist .list {
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .messageFix .formbox .formlist .code {
        margin-bottom: 10px;
    }

    .messageFix {
        height: auto;
        margin-top: 0;
        top: 10%;
    }

    .messageFix .formbox {
        padding: 30px 20px;
    }

    .messageFix .formbox .title {
        font-size: 24px;
    }

    .messageFix .formbox .formlist input {
        height: 50px;
    }

    .messageFix .formbox .formlist .submit {
        height: 50px;
    }

    .messageFix .formbox .formlist #code {
        height: 50px;
    }

    .messageFix .formbox .formlist .code {
        margin-top: 10px;
    }

    .fixIcon .li, .fixIcon:hover .li {
        width: 24%;
        height: 70px;
    }

    .fixIcon .li p {
        font-size: 14px;
    }

    .fixIcon .li .icon {
        width: 30px;
        height: 30px;
    }

    .fixIcon {
        bottom: 0;
        left: 10px;
        right: 10px;
        display: flex;
        justify-content: space-between;
    }

    .mainTitle h3 {
        font-size: 24px;
    }
}