* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    color: #050505;
    font-size: 16px;
    background-color: #fff;
    font-family: "helvetica","neue","Arial",sans-serif
}

a {
    color: #fff;
    text-decoration: none;
    transition: .15s ease-out
}

.hidden {
    overflow: hidden
}

.hidden1 {
    display: none;
}

.clearfix {
    zoom: 1
}

    .clearfix:after {
        display: block;
        clear: both;
        visibility: hidden;
        height: 0;
        overflow: hidden;
        content: "."
    }

.link {
    color: #4a4a4a
}

    .link:hover, .link.active {
        color: #1296db !important
    }

        .link:hover > i, .link.active > i {
            background-color: #1296db
        }

.img-box {
    font-size: 0;
    line-height: 0
}

    .img-box img {
        max-width: 100%
    }

.center {
    text-align: center !important
}

.left {
    float: left
}

.right {
    float: right
}

.disabled {
    cursor: not-allowed !important
}

.justify {
    font-size: 18px;
    line-height: 32px;
    text-align: justify;
    text-justify: inter-ideograph
}
.justify1 {
    font-size: 14px;
    line-height: 32px;
    text-align: justify;
    text-justify: inter-ideograph
}

    .justify + .justify {
        margin-top: 25px
    }

.en .justify {
    color: #424242;
    line-height: 33px
}

.container {
    position: relative;
    width: 1200px;
    margin: 0 auto
}

.banner {
    position: relative;
    margin-top: 60px;
    padding-top: 66px;
    height: 540px;
    min-width: 1200px;
    background-image: url("./img/banner.png");
    background-size: cover;
    background-position: center;
    text-align: center
}

    .banner .title {
        font-size: 0
    }

.nav {
    position: fixed;
    top: 0;
    min-width: 1200px;
    width: 100%;
    padding-top: 17px;
    height: 60px;
    font-size: 20px;
    text-align: center;
    background-color: #fff;
    z-index: 1001;
    box-shadow: 0px 2px 4px 0px rgba(14,57,86,.5)
}

    .nav a {
        color: #6d7278;
        line-height: 25px;
		font-weight:bold;
        text-transform: Uppercase
    }

        .nav a:hover {
            color: #0362B9
        }

    .nav span {
        margin: 0 30px;
        height: 25px;
        border-left: 1px solid #6d7278
    }

.fixed-nav {
    position: fixed;
    top: 300px;
    right: 50%;
    margin-right: -725px;
    width: 90px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    z-index: 1000
}

    .fixed-nav .fixed-item {
        margin-top: 20px;
        width: 90px;
        height: 90px;
        border-radius: 8px;
        background: #32c5ff linear-gradient(222deg, #02B6F2 0%, #0180E0 100%)
    }

        .fixed-nav .fixed-item .icon {
            display: block;
            height: 62px;
            background-repeat: no-repeat;
            background-position-x: center
        }

        .fixed-nav .fixed-item .icon-1 {
            background-position-y: 23px;
            background-image: url(./img/icon-2.png)
        }

        .fixed-nav .fixed-item .icon-2 {
            background-position-y: 20px;
            background-image: url(./img/icon-1.png)
        }

        .fixed-nav .fixed-item .icon-3 {
            background-position-y: 20px;
            background-image: url(./img/icon-3.png)
        }

@media(max-width: 1400px) {
    .fixed-nav {
        right: 0;
        margin-right: 0
    }
}

.en .fixed-nav {
    font-size: 12px
}

    .en .fixed-nav .fixed-item .icon-1 {
        height: 55px;
        background-position-y: 20px
    }

.main {
    min-width: 1200px;
    background-color: #fff
}

    .main .container {
        padding: 1px 0 30px;
        min-height: 400px;
        background-color: #fff
    }

.item {
    padding-top: 80px
}

    .item .title {
        margin-bottom: 30px;
        color: #424242;
        font-size: 26px;
        font-weight: 600;

        text-align: center;
        text-transform: Uppercase
    }
    .item .title1 {
        margin-bottom: 20px;
        color: #424242;
        font-size: 26px;
        font-weight: 600;
        text-transform: Uppercase
    }

        .item .title .text {
            position: relative
        }

            .item .title .text span {
                position: relative;
                z-index: 1000
            }

            .item .title .text::before {
                position: absolute;
                content: " ";
                left: -1px;
                right: -1px;
                bottom: 0;
                height: 15px;
                z-index: 999;
                background-color: #9cdcff
            }

    .item .content {
        position: relative
    }

.part-1 .left {
    float: left;
    width: 630px
}

.part-1 .right {
    float: right;
    padding: 12px 30px;
    width: 500px;
    height: 710px;
    color: #fff;
    font-size: 14px;
    background: linear-gradient(222deg, #02B6F2 0%, #0180E0 100%)
}

.part-1 th {
    font-weight: lighter;
    border-right: 1px solid rgba(255,255,255,.3)
}

.part-1 th {
    width: 110px
}

.part-1 th, .part-1 td {
    padding: 27px 20px;
    border-bottom: 1px solid rgba(255,255,255,.3)
}

.part-1 tr:last-child th, .part-1 tr:last-child td {
    border-bottom: 0
}

.en .part-1 .right {
    height: 720px
}

    .en .part-1 .right td {
        padding: 18px 0
    }

.en .part-1 .label {
    margin-bottom: 13px
}
.part-2{ background-color: #F7FCFF; margin-top:10px;}
.part-2 img + img {
    margin-top: 30px
}

.en .intro-content p {
    line-height: 24px;
    margin-bottom: 20px
}

.news-list {
    border-top: 2px solid #d8d8d8
}

    .news-list .news-item {
        border-bottom: 2px solid #d8d8d8;
        padding: 15px 0
    }

        .news-list .news-item a {
            color: #4a4a4a;
            font-size: 18px;
            line-height: 30px
        }

            .news-list .news-item a:hover {
                color: #0362b9
            }

.views {
    position: relative
}

    .views button {
        position: absolute;
        width: 32px;
        height: 50px;
        top: 50%;
        margin-top: -25px;
        border: none;
        outline: none;
        background-color: rgba(0,0,0,0)
    }

    .views .left-btn {
        left: 25px;
        background-image: url("./common/left-o.png")
    }

        .views .left-btn.disabled {
            background-image: url("./common/left.png")
        }

    .views .right-btn {
        right: 25px;
        background-image: url("./common/right-o.png")
    }

        .views .right-btn.disabled {
            background-image: url("./common/right.png")
        }

    .views .views-box {
        margin: 0 auto;
        width: 960px;
        height: 365px;
        overflow: hidden
    }

    .views .view-item {
        float: left;
        margin: 0 20px;
        width: 200px;
        height: 365px;
        background-color: #fff
    }

        .views .view-item .img-box {
            height: 270px;
            background-color: #d8d8d8
        }

        .views .view-item h3 {
            margin-top: 10px;
            color: #000;
            font-size: 20px
        }

        .views .view-item p {
            margin-top: 8px;
            padding: 0 10px;
            font-size: 16px;
            height: 42px;
            color: #000
        }

        .views .view-item .line-2 h3 {
            margin-top: 5px
        }

        .views .view-item .line-2 p {
            margin-top: 4px;
            font-size: 15px
        }

.part-6 .clearfix {
    margin: 30px -15px 0
}

.part-6 .part6-item {
    margin: 0 15px 20px 15px;
    float: left;
    width: 380px;
    height: 214px
}

    .part-6 .part6-item img {
        width: 100%;
        height: 100%
    }

.en .views-box {
    height: 385px
}

.en .view-item {
    height: 385px
}

    .en .view-item h3 {
        font-size: 18px
    }

    .en .view-item p {
        font-size: 14px;
        line-height: 18px;
        height: 54px
    }

.en .line-3 p {
    margin-top: 5px;
    font-size: 12px;
    line-height: 16px
}

.en .line-4 p {
    font-size: 12px;
    line-height: 16px
}

.intro-list {
    margin: 30px 48px 0
}

    .intro-list .intro-item {
        float: left;
        width: 224px;
        margin: 0 13px
    }

        .intro-list .intro-item .img-box {
            height: 149px
        }

        .intro-list .intro-item .justify {
            margin-top: 10px;
            font-size: 16px;
            line-height: 25px
        }

.footer {
    height: 211px;
    min-width: 1250px;
    padding-top: 40px;
    background-color: #0063b1
}

    .footer .f-item {position: relative;
        float: left;
		width: 90px;
        margin-left: 21px;
        color: #fff;
        font-size: 12px;cursor:pointer;
        text-align: center
    }

        .footer .f-item p {
            margin-top: 5px
        }
.f-item .img-box{position:absolute;display:none;top:-174px;right:-43px;width:172px;height:172px;padding:10px;border:1px solid #128dc9;background-color:#fff;z-index:9999}.f-item:hover .img-box{display:block}
.Titem {position: relative;
        float: left;background-color:#fff;
		width: 620px;
		cursor:pointer;
    }
.dialog-mask {
    position: fixed;
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    z-index: 999;
    opacity: .5;
    background-color: #000
}

.dialog-box {
    position: fixed;
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    z-index: 1000
}

    .dialog-box .dialog {
        position: relative;
        margin: 100px auto 0;
        width: 960px;
        height: 540px;
        background-color: #000
    }

        .dialog-box .dialog video {
            width: 100%;
            height: 100%
        }

        .dialog-box .dialog .close-btn {
            position: absolute;
            top: -38px;
            right: 0;
            width: 30px;
            height: 30px;
            background-color: rgba(0,0,0,0);
            border: none;
            outline: none;
            cursor: pointer;
            background: url("./common/close-btn.png");
            background-size: cover
        }
        
.viewpoint .viewpoint-box {
  overflow: hidden;
  position: relative;
}
.viewpoint .viewpoint-box .button {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 18px;
  height:216px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 999;
}
.viewpoint .viewpoint-box .button .icons {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  border: 8px solid transparent;
}
.viewpoint .viewpoint-box .button.left {
  left: 0;
}
.viewpoint .viewpoint-box .button.left .icons {
  right: 5px;
  border-right-color: #fff;
}
.viewpoint .viewpoint-box .button.right {
  right: 0;
}
.viewpoint .viewpoint-box .button.right .icons {
  left: 5px;
  border-left-color: #fff;
}
.viewpoint .viewpoint-box .viewpoint-list {
  height: 100%;
}
.viewpoint .viewpoint-box .viewpoint-list .viewpoint-item {
  float: left;
  width: 380px;
  margin-right: 30px;
}
.viewpoint .viewpoint-box .viewpoint-list .viewpoint-item .name {
  margin-top: 3px;
  padding: 0 5px;
  font-size: 16px;
  line-height: 48px;
  color: #4a4a4a;
  text-align: center;
}
.viewpoint .viewpoint-box .viewpoint-list .viewpoint-item .name.line-2 {
  line-height: 24px;
}
.viewpoint .viewpoint-box .viewpoint-list .viewpoint-item .thumb {
  position: relative;
  font-size: 0;
  line-height: 0;
  height: 216px;
  background-color: #d8d8d8;
  border: 1px solid #ececec;
}
.viewpoint .viewpoint-box .viewpoint-list .viewpoint-item .thumb img {
  height: 100%;
  width: 100%;
}
.viewpoint .viewpoint-box .viewpoint-list .viewpoint-item:last-child {
  margin-right: 0;
}

.en .viewpoint .name {
  font-size: 14px !important;
  line-height: 20px !important;
}
.en .viewpoint .name.line-1 {
  line-height: 40px !important;
}

.btn {
    display: inline-block;
    width: 300px;
    height: 50px;
    font-size: 25px;
    line-height: 50px;
    border-radius: 10px;
    text-align: center;
    background-color: #00A3F2;
    box-shadow: 0px 0px 10px 0px #d8d8d8;
}
.item .thumb .icon {
    position: absolute;
    width: 45px;
    height: 45px;
    top: 50%;
    left: 50%;
    opacity:.6;
    background: url(img/play.png) no-repeat;
    transform: translate(-50%,-50%);
}