@import url(./indexbanner.css);
/* ==========================================================================
   Global
   ========================================================================== */

html {
    font-size: 62.5%;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #F5F5F5;
}



body::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #F5F5F5;
}



body::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #bdb9b9;
}

div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    background-color: #F5F5F5;
}



div::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #F5F5F5;
}



div::-webkit-scrollbar-thumb {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    background-color: #bdb9b9;
}

a {
    color: #333;
    transition: all 0.3s;
}

a:hover {
    color: #1A97CF;
}

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

body {
    color: #333;
    font: 14px/1.7 microsoft yahei, Arial, Helvetica, sans-serif;
}


@media only screen and (max-width: 768px) {
    body {
        font-size: 12px;
    }

}

.wrapper {
    max-width: 1540px;
    /*min-width: 980px; */
    _width: 1540px;
    padding: 0;
    /*padding: 0 10px;*/
    margin-left: auto;
    margin-right: auto;
}

.wrapper img {
    max-width: 100%;
}

.wrapper:after,
.row:after {
    content: "";
    display: table;
    clear: both;
}

@media only screen and (max-width:1540px) {
    .wrapper {
        max-width: 1440px;
    }
}

@media only screen and (max-width:1440px) {
    .wrapper {
        max-width: 1340px;
    }
}

@media only screen and (max-width:1340px) {
    .wrapper {
        max-width: 1240px;
    }
}

@media only screen and (max-width:1240px) {
    .wrapper {
        max-width: 1140px;
    }
}

@media only screen and (max-width:768px) {
    .wrapper {
        max-width: 728px;
        padding: 0px 20px;
}
    }
}




/* ==========================================================================
Header
========================================================================== */
header .wrapper {
    position: relative;
    z-index: 99;
}

.topbar {
    height: 90px;
    background: #fff;
    float: right;
}

.topbar .wrapper {
    position: relative;
}

.logo {
    position: absolute;
    left: 10px;
    width: 280px;
    height: 100px;
    overflow: hidden;
    line-height: 100px;
    background: url(../images/logo.png) no-repeat left center;
}

.logo img {
    max-width: 100%;
    display: none;
}

#globalnav.mini_top .logo {
    background: url(../images/logo-color.png) no-repeat left center;
}



.serchinco {
    position: absolute;
    background-color: #fff;
    transform: rotate(-45deg);
    width: 50px;
    height: 50px;
    right: 10px;
    top: 30px;
    line-height: 50px;
    cursor: pointer;
    z-index: 999;
    text-align: center;
    color: #666;
}

.serchinco i {
    transform: rotate(45deg);
    font-size: 22px;
}

.globalsearch {
    display: none;
}

.globalsearch {
    position: absolute;
    top: 100px;
    right: 0;
    width: 280px;
    padding: 15px;
    z-index: 99;
    background: #1A97CF;
}

.globalsearch .warp {
    background: #fff;
}

.globalsearch #q {
    float: left;
    border: 0 none;
}

.globalsearch .search-btn {
    float: right;
    border: 0 none;
}

.globalsearch #q {
    width: calc(100% - 70px);
    height: 18px;
    padding: 10px;
    line-height: 18px;
    background: #fff;
    border: 1px solid #fff;
    font: 300 12px/18px microsoft yahei;
}

.globalsearch .search-btn {
    width: 40px;
    padding: 0;
    margin: 0;
    height: 40px;
    cursor: pointer;
    background: url(../images/search.png) no-repeat center;
}

#globalnav.mini_top .serchinco {
    color: #fff;
    background-color: rgba(26, 151, 207, 1);
}


@media only screen and (max-width: 1280px) {
    .serchinco {
        right: 30px;
    }
}

@media only screen and (max-width:920px) {
    .serchinco {
        right: 48px;
        top: 0;
        transform: rotate(0deg);
    }

    .serchinco i {
        transform: rotate(0deg);
        font-size: 18px;
    }

    .globalsearch {
        top: 48px;
    }

    .logo,
    .toptel,
    .langbox,
    .envelope {
        display: none;
    }

    .topbar {
        height: 0;
    }

    .wxinco {
        display: none;
    }

    .serchinco {
        width: 48px;
        height: 48px;
        line-height: 48px;
        border: 0;
        font-size: 16px;
    }
}

@media only screen and (max-width: 480px) {
    .globalsearch {
        width: calc(100% - 30px);
    }
}

/* ==========================================================================
Nav
========================================================================== */

.globalnav {
    position: absolute;
    z-index: 999;
    right: 0;
    top: 16px;
}

.globalnav li {
    float: left;
}

.globalnav li a {
    display: block;
    color: #444;
    padding: 0 20px;
    font-size: 14px;
    line-height: 42px;
    font-family: microsoft yahei;
}


.globalnav .active a,
.globalnav li .active1 {
    color: #00b2d6;
}

.dropdown {
    position: absolute;
    z-index: 999;
    background: #fff;
    background: rgba(255, 255, 255, .9);
    display: none;
    padding: 15px 20px;
    border-bottom: 3px solid #00b2d6;
    top: 100%;
    min-width: 110px;
}

.dropdown:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 0 dashed transparent;
    overflow: hidden;
    border-top-style: solid;
    border-width: 5px 5px 0;
    border-top-color: #00b2d6;
    left: 50%;
    margin-left: -5px;
    top: -5px;
}

.dropdown a {
    white-space: nowrap;
    line-height: 30px;
    font-size: 14px;
    float: left;
    padding: 0;
    color: #000;
    background: none;
    border-bottom: 0 none;
    width: 100%;
    display: block;
    text-align: center;
}

@media (max-width:920px) {
    .dropdown a {
        white-space: nowrap;
        font-size: 14px;
        width: 100%;
        text-align: left;
    }

    .dropdown {
        min-width: calc(100% - 40px);
        padding-top: 0;
    }
}

.dropdown a .fa {
    font-size: 12px;
    line-height: 30px;
    color: #ccc;
    padding-right: 5px;
}

.dropdown a:hover,
.dropdown a:hover .fa {
    color: #00b2d6;
}

/* + */
.toggle-btn {
    display: none;
}

@media only screen and (max-width: 920px) {
    .toggle-btn {
        display: block;
        position: absolute;
        right: 20px;
        top: 10px;
        transition: all 0.5s;
    }

    .inner-cont>p img {
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }

    .gn-item:hover .toggle-btn {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}













/* ==========================================================================
   dytpart01
========================================================================== */
.dytpart01 .wrapper {
    padding: 52px 0;
    display: flex;
}

.part01_left {
    width: 38%;
}

.part01_right {
    width: 62%;
}

.partname {
    font-size: 46px;
    font-family: "Noto Sans S Chinese";
    color: rgb(51, 51, 51);
    font-weight: bold;
    /*line-height: 2;*/
    line-height: 1;

}

.partname img {
    margin-left: 30px;
}

.part01_left .desc {
    font-size: 18px;
    font-family: "Noto Sans S Chinese";
    color: rgb(85, 85, 85);
    line-height: 2;
    width: 407px;
    margin-top: 20px;
}

.part01_left .ourpro {
    margin-left: 40px;
    display: flex;
    flex-direction: column;
    width: 262px;
}

.part01_left .ourpro .pro_title {
    display: inline-block;
    font-size: 24px;
    font-family: "Noto Sans S Chinese";
    color: #1A97CF;
    line-height: 1.542;
    margin: 25px 0;
}

.part01_left .ourpro .pro_kind {
    display: block;
    background-color: rgb(26, 151, 207);
    /*width: 262px;*/
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Noto Sans S Chinese";
    color: rgb(255, 255, 255);
    border-radius: 25px;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding-left: 30px;
    position: relative;
}

.part01_left .ourpro .pro_kind:before {
    content: '';
    display: block;
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%);
    background-size: 210% 100%;
    background-position: right bottom;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 50px;
    transition: all .8s;
    -webkit-transition: all .8s;
}

.part01_left .ourpro .pro_kind:hover:before {
    background-position: left bottom;
}

.cpsx {
    font-size: 31.576px;
    font-family: "Noto Sans S Chinese";
    color: rgb(26, 151, 207);
    line-height: 2.961;
    display: flex;
    align-items: center;
}

.cpsx img {
    margin-right: 25px;
}

.part01_left .line {
    max-width: 459px;
    border-bottom: 1px solid #1A97CF;
    padding-left: 40px;
    padding-top: 20px;
}


.part01_right .application {
    display: flex;
    margin-left: -1px;
    margin-top: 28px;
}

.part01_right .application .area {
    width: 33.33%;
    /* flex-shrink: 0; */
    margin-left: 1px;
}


.area .pic {
    overflow: hidden;
    position: relative;
    height: auto;
    cursor: pointer;
}

.area .pic::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(59deg, rgb(0, 16, 36) 0%, rgba(0, 122, 173, 0) 100%);
    background-image: -webkit-linear-gradient(59deg, rgb(0, 16, 36) 0%, rgba(0, 122, 173, 0) 100%);
    background-image: -ms-linear-gradient(59deg, rgb(0, 16, 36) 0%, rgba(0, 122, 173, 0) 100%);
    bottom: 0;
    z-index: 1;
}

.area .bgimg {
    width: 100%;
}

.area .upimg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .8s;
}

.area .cover {
    position: absolute;
    font-size: 26px;
    font-family: "Noto Sans S Chinese";
    color: rgb(255, 255, 255);
    bottom: 20px;
    left: 40px;
    z-index: 2;
    font-weight: 400;
}


.area2 .pic {
    margin-bottom: 1px;
}

.area .pic:hover .upimg {
    transform: scale(1.06);
}











/* ==========================================================================
   dytpart02
   ========================================================================== */
.dytpart02 .szgd {
    display: flex;
    /*margin-left: 20px;*/
    justify-content: space-between;
}

.dytpart02 .szgd li {
    width: 24%;
    /* margin-left: 20px; */
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.3s;
    border: 1px solid #fff;

   
}

.dytpart02 .szgd li:hover {
    border: 1px solid #d2d2d2;
}

.dytpart02 .szgd li:last-child:hover{
    border: none;
}

.dytpart02 .szgd li:last-child{
    display: inline-block;
    border: none;
}

.szgd_name {
    font-size: 24px;
    font-family: "Noto Sans S Chinese";
    color: rgb(119, 119, 119);
    font-weight: 400;
}

.szgd_date .timer {
    font-size: 72px;
    font-family: "Noto Sans S Chinese";
    color: rgb(26, 151, 207);
    font-weight: bold;
}

.szgd_date .jia {
    font-size: 46px;
    font-family: "Noto Sans S Chinese";
    color: rgb(26, 151, 207);
    font-weight: 400;
}

.szgd_date .unit {
    font-size: 36px;
    font-family: "Noto Sans S Chinese";
    color: rgb(26, 151, 207);
    font-weight: 400;
}

.szgd_name2 {
    font-size: 28px;
    font-family: "Noto Sans S Chinese";
    color: rgb(0, 0, 0);
    font-weight: 400;
}

.szgdbox2 {
    background: url(../images/champion.png) no-repeat right;
    height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.szgdh4 {
    font-size: 24px;
    font-family: "Noto Sans S Chinese";
    color: rgb(255, 255, 255);
    font-weight: 400;
    margin-bottom: 60px;
}

.szgdh2 {
    font-size: 44px;
    font-family: "Noto Sans S Chinese";
    color: rgb(255, 255, 255);
    font-weight: 400;
}

.szgdh3 {
    font-size: 30px;
    font-family: "Noto Sans S Chinese";
    color: rgb(255, 255, 255);
    font-weight: 400;
}














/* ==========================================================================
   dytpart03
   ========================================================================== */
.dytpart03 .wrapper {
    padding: 52px 0;
}

.newsbox {
    border: 1px solid #e3e3ec;
}

.newsbox .pic {
    overflow: hidden;
    position: relative;
    height: auto;
    cursor: pointer;
}

.newsbox .bgimg {
    width: 100%;
}

.newsbox .upimg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .8s;
}

.newsbox .pic:hover .upimg {
    transform: scale(1.06);
}

.dytpart03 .wrapper .newslist {
    display: flex;
    margin-left: -30px;
    margin-top: 28px;
}

.dytpart03 .wrapper .newslist .news_module {
    width: 33.33%;
    margin-left: 30px;
}

.newsbox .txtarea {
    padding: 20px 30px;
}

.newslist .txtarea .news_title {
    font-size: 16px;
    color: rgb(85, 85, 85);
    font-weight: 400;
    margin-bottom: 10px;
}

.newsbox .txtarea .news_title .news_line {
    position: relative;
    margin-right: 30px;
}

.newsbox .txtarea .news_title .news_line::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: rgb(25, 145, 201);
}

.newslist .txtarea .desc a {
    font-size: 24px;
    color: #000;
    line-height: 1.6;
    /* height: 80px; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newslist .txtarea .desc a:hover {
    color: #1A97CF
}

.newslist2 .txtarea .desc a {
    -webkit-line-clamp: 1;
}

.newslist2 .news_title .news_line {
    margin-right: 25px;
}

.newslist2 li {
    padding: 20px;
    border-bottom: 1px solid #e3e3ec;
}

.gdxw {
    padding: 20px;
}

.gdxw a {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 500;
    font-family: "Noto Sans S Chinese";
    color: rgb(0, 0, 0);
}

.gdxw_img {
    margin-right: 20px;
}












/* ==========================================================================
   Footer
   ========================================================================== */
footer {
    font-size: 14px;
    padding: 28px 0 0 0;
    color: #fff;
    position: relative;
    background: #1A97CF;
}

footer .wrapper {
    max-width: 1440px;
}

footer a {
    color: #cfcfd2;
}

footer a:hover {
    text-decoration: underline;
    color: #fff;
}

.footer-nav {
    text-align: justify;
    margin-bottom: 21px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fn-col {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    *padding-right: 100px;
}

.footer-nav:before {
   content: none;
}
.footer-nav:after {
   /* content: "";
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;*/
}

.fn-col h3 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 2;
    color: #fff;
    font-weight: normal;
}

.fn-col h3 a {
    color: #fff;
}

.fn-col h3 a:hover {
    text-decoration: underline;
    color: #fff;
}

.fn-col li {
    line-height: 2;
    font-size: 14px;
    color: #a6cfee;
}

.fn-col li a {
    color: #fff;
}

.fn-col li a:hover {
    text-decoration: underline;
    color: #fff !important;
}

.fn-contact {
    width: 500px;
    overflow: hidden;
    color: #fff;
    line-height: 2em;
    padding-right: 50px;
}

.fn-contact .img {
    display: flex;
    align-items: center;
}

.fn-contact .img .footer_title {
    font-family: Noto Sans S Chinese;
    font-size: 25.9px;
    font-weight: 500;
    line-height: 42px;
    margin-left: 45px;
}



.fn-contact div.img {
    margin-bottom: 21px;
}


.fn-ewm {
    padding-left: 30px;
    width: 150px;
}

.fn-ewm .txt01 {
    font-size: 16px;
    text-align: center;
}

.fn-ewm img {
    margin-bottom: 10px;
    max-width: 100%;
}

.foothd {
    padding: 15px;
    text-transform: Uppercase;
    /*margin-top: 20px;*/
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    background: #1A97CF;
}

.foothd a {
    color: #fff;
}

.foothd a:hover {
    text-decoration: underline;
}

.foothd .space {
    display: inline-block;
    width: 68px;
}

.foothd .left {
    float: left;
}

.foothd .right {
    float: right;
}


@media only screen and (max-width: 1440px) {
    footer {
        padding-top: 30px;
    }

    .foothd {
        padding: 10px 0;
        font-size: 12px;
    }
}

@media only screen and (max-width: 1200px) {
    .foothd span {
        margin: 0 10px;
    }
}

@media only screen and (max-width: 920px) {
    .fn-col li {
        font-size: 12px;
    }

    .fn-col h3 {
        font-size: 14px;
    }

    .foothd span.ewm {
        display: none;
    }

    /* .fn-contact, */
    .fn-ewm {
        display: none;
    }

    .fn-contact .img .footer_title {
        font-size: 20px;
    }

    .fn-contact {
        padding: 0;
        width: 430px;
    }
}

@media only screen and (max-width: 768px) {
    footer {
        padding: 0;
    }

    .footer-nav {
        display: none;
    }

    .foothd {
        margin-top: 0;
    }

}

















/* ==========================================================================
   鍝嶅簲寮
   ========================================================================== */

@media only screen and (max-width: 1680px) {}

@media only screen and (max-width: 1440px) {
    .partname {
        font-size: 40px;
    }

    .part01_left .ourpro .pro_title {
        margin: 15px 0;
    }

    .szgd_date .timer {
        font-size: 66px;
    }

    .szgdh2 {
        font-size: 40px;
    }

    .szgdh3 {
        font-size: 28px;
    }

    .newslist .txtarea .desc a {
        font-size: 22px;
    }
}

@media only screen and (max-width: 1366px) {}

@media only screen and (max-width: 1280px) {
    .newslist .txtarea .desc a {
        font-size: 18px;
    }
    .gdxw a {
        font-size: 20px;
    }
    .szgd_date .timer {
        font-size: 56px;
    }
    .szgd_name2 {
        font-size: 21px;
    }
    .szgd_name2 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 1080px) {
    .part01_left .desc {
        width: 300px;
    }

    .part01_left .ourpro .pro_kind {
        /*width: 240px;*/
    }

    .partname {
        font-size: 36px;
    }

    .szgd_date .timer {
        font-size: 56px;
    }

    .szgd_name2 {
        font-size: 26px;
    }

    .szgd_name {
        font-size: 22px;
    }

    .area .cover {
        font-size: 24px;
    }

    .newslist .txtarea .desc a {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 920px) {
    .partname {
        font-size: 30px;
        margin-top: 30px;
    }

    .part01_left .desc {
        font-size: 16px;
    }

    .area .cover {
        font-size: 20px;
    }

    .part01_left .ourpro {
        margin-left: 0px;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;

    }
    .part01_left .ourpro dd{
        width: 49%;
    }
    .part01_left .ourpro dt{
        width: 100%;
    }

    .part01_left .line {
        padding-left: 20px;
        padding-top: 0px;
    max-width: 100%;
    }

    .dytpart02 .szgd {
        margin-left: 20px;
    }

    .part01_left .ourpro .pro_title {
        font-size: 20px;
    }

     .dytpart02 .szgd li {

    border: 1px solid #d2d2d2;
    }


    .szgdbox2 {
        height: 180px;
    }

    .szgd_date .timer {
        font-size: 46px;
    }

    .szgdh4 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .szgdh2 {
        font-size: 28px;
    }

    .szgdh3 {
        font-size: 22px;
    }

    .szgd_name2 {
        font-size: 22px;
    }

    .szgd_name {
        font-size: 18px;
    }

    .szgd_date .jia {
        font-size: 32px;
    }

    .szgd_date .unit {
        font-size: 26px;
    }

    .newslist .txtarea .desc a {
        font-size: 16px;
    }

    .gdxw a {

        font-size: 20px;
    }

    .cpsx {
        font-size: 24.576px;
    }

    .newsbox .txtarea {
        padding: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .dytpart01 .wrapper {
        flex-direction: column;
        padding: 0px 20px;
    }

    .part01_left {
        width: 100%;
    }

    .part01_right {
        width: 100%;
    }

    .part01_left .desc {
        width: 100%;
    }

    .dytpart02 .szgd {
        margin-left: 0px;
        margin-top: 20px;
    }

    .szgd_name2 {
        font-size: 18px;
    }

    .szgd_name {
        font-size: 14px;
    }

    .szgd_date .timer {
        font-size: 36px;
    }

    .szgd_date .jia {
        font-size: 24px;
    }

    .szgd_date .unit {
        font-size: 22px;
    }

    .szgdh4 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .szgdh2 {
        font-size: 24px;
    }

    .szgdh3 {
        font-size: 18px;
    }

    .dytpart03 .wrapper {
        padding: 0px 20px;
    }

    .dytpart03 .wrapper .newslist {
        display: flex;
        flex-wrap: wrap;
        margin-left: 0;
        justify-content: space-between;
    }

    .dytpart03 .wrapper .newslist .news_module {
        width: 49%;
        margin-left: 0;
    }

    .dytpart03 .wrapper .newslist .news_module2 {
        width: 100%;
    }

}

@media only screen and (max-width: 500px) {
    .partname {
        font-size: 24px;
        margin-top: 30px;
    }

    .part01_left .desc {
        font-size: 14px;
        margin-top: 10px;
    }

    .part01_left .ourpro .pro_kind {
        /*width: 210px;*/
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .area .cover {
        font-size: 14px;
        bottom: 0px;
        left: 5px;
    }

    .dytpart02 .szgd {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .dytpart02 .szgd li {
        /*width: 50%;*/
        width: 48%;
    /* padding: 30px 0; */
    min-height: 180px;
    margin: 10px 0;
    border: 1px solid #d2d2d2;
    }

    .szgdbox2 {
        height: 180px;
    }

    .foothd .space {
        width: 0px;
    }


}