* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

body {
    font-family: "微软雅黑";
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

.clear {
    clear: both;
    overflow: hidden;
}

.head {
    width: 100%;
    overflow: hidden;
    background: #fff;
    height: 116px;
    line-height: 116px;
}

.heads {
    max-width: 1670px;
    margin: auto;
}

.logo {
    float: left;
    width: 20.4%;
    padding: 5px 0;
}

.logo img {
    width: 100%;
}

.nav {
    width: 58%;
}

.nav ul li {
    float: left;
    padding: 0 1.8%;
}

.nav ul li a {
    display: block;
    font-size: 16px;
    color: #464646;
}

.language,
.search,
.nav {
    float: right;
}

.language {
    width: 90px;
    text-align: center;
    background: #019be9;
}

.search {
    padding-right: 2.3%;
    cursor: pointer;
}

#search {
    margin-left: 35px;
    cursor: pointer;
}

.search-box {
    width: 400px;
    position: fixed;
    right: 5%;
    top: 116px;
    display: none;
    z-index: 10;
    background: #019be9;
    padding: 18px 2%;
}

.search-box .close {
    float: right;
    width: 35px;
    height: 35px;
    background: url(../images/wel26.png) no-repeat center;
    background-size: 100%;
    margin-top: 2px;
    opacity: 1;
}

.search-box form {
    width: 76%;
    height: 40px;
    line-height: 40px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, .2);
}

.search-box form .text {
    font-size: 12px;
    color: #333;
    border: none;
    background: none;
    padding: 0 28px 0 18px;
    width: 100%;
    height: 40px;
    color: #333;
    line-height: 40px;
    outline: none;
}

.search-box form .submit {
    width: 20px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -15px;
    background: url(..images/searchbox.png) no-repeat center;
    border: none;
    outline: 0;
}

.search-box form .text::-webkit-input-placeholder {
    color: #ddd;
}

.search-box form .text:-moz-placeholder {
    color: #333;
}

.search-box form .text::-moz-placeholder {
    color: #333;
}

.search-box form .text:-ms-input-placeholder {
    color: #333;
}

.menuBox {
    position: fixed;
    width: 62%;
    top: 0;
    left: -62%;
    height: 100%;
    z-index: 999999999;
    background: #019be9;
    color: #fff;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.menuBox.active {
    left: 0;
}

.menuAll {
    position: relative;
    height: 100%;
    top: 0;
    padding-top: 43px;
}

.menuTitle {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 32px;
    border-bottom: solid 1px #fff;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.menuTitle i.fa {
    font-size: 20px;
    line-height: 32px;
    float: left;
    margin-right: 15px;
}

.menuBody {
    height: 100%;
    overflow: auto;
}

.menuBody ul {
    padding: 0;
    margin: 0;
}

.menuBody li.ua {
    padding: 0;
    border-bottom: solid 1px #fff;
}

.menuBody li a.ua_a {
    line-height: 38px;
}

.menuBody li a {
    color: #fff;
    line-height: 36px;
    padding: 0 15px;
    font-size: 12px;
}

.menuBody li a .fa {
    float: right;
    line-height: 36px;
    font-size: 18px;
    margin-right: 15px;
}

.menuBody ul.ul2_0 {
    background: #019be9;
    display: none;
}

.menuBody ul {
    padding: 0;
    margin: 0;
}

.menuBody ul.ul2_0 li {
    border-top: solid 1px #fff;
    padding-left: 20px;
}

.header_phone {
    overflow: auto;
    background: #fff;
    width: 100%;
}

.banner img {
    width: 100%;
}

.banner .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #019be9;
}

.banner .swiper-pagination-bullet-active {
    background: #fff;
}

.title {
    width: 100%;
    text-align: center;
    padding-top: 60px;
}

.titleline {
    width: 43px;
    border-top: 2px solid #019be9;
    margin: auto;
}

.etitle {
    font-size: 24px;
    color: #4a4a4a;
    font-family: "Arial";
    margin-top: 5px;
}

.ctitle {
    font-size: 20px;
    color: #464646;
}

.product {
    width: 100%;
    overflow: hidden;
    margin-top: 65px;
    position: relative;
}

.swiper-container.proswiper {
    max-width: 1670px;
    margin: auto;
    padding: 0 1px;
}

.product .swiper-button-prev {
    width: 35px;
    height: 35px;
    background: url(../images/proicon_03.jpg) center no-repeat;
    top: 50%;
    left: 40px;
}

.product .swiper-button-next {
    width: 35px;
    height: 35px;
    background: url(../images/proicon_05.jpg) center no-repeat;
    top: 50%;
    right: 40px;
}

.protitle {
    text-align: center;
    font-size: 18px;
    color: #464646;
    padding-top: 30px;
}

.propic {
    text-align: center;
}

.propic img {
    width: 100%;
}

.pro {
    border: 1px solid #dfdfdf;
    border-right: none;
}

.promore {
    height: 56px;
    line-height: 56px;
    background: #f1f1f1;
    padding-left: 15px;
    padding-right: 20px;
    overflow: hidden;
}

.promore span {
    float: left;
    font-size: 14px;
    color: #646464;
}

.promore img {
    float: right;
    margin-top: 27px;
}

.pro:hover {
    border: 1px solid #019be9;
}

.pro:hover .promore span {
    color: #fff;
}

.pro:hover .promore {
    background: #019be9;
}

.about {
    width: 100%;
    overflow: hidden;
    margin-top: 80px;
    height: 662px;
    background: url(../images/abbg_02.jpg) center no-repeat;
    text-align: center;
    padding-top: 125px;
    position: relative;
}

.about::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/about_bg.png) center no-repeat;
    left: 0;
    top: 55px;
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 40s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 40s;
    -webkit-animation: rotate 40s linear infinite;
    -moz-animation: rotate 40s linear infinite;
    -o-animation: rotate 40s linear infinite;
    animation: rotate 40s linear infinite;
}

}
@-webkit-keyframes rotate{from{-webkit-transform: rotate(0deg)}
    to{-webkit-transform: rotate(360deg)}
}
@-moz-keyframes rotate{from{-moz-transform: rotate(0deg)}
    to{-moz-transform: rotate(359deg)}
}
@-o-keyframes rotate{from{-o-transform: rotate(0deg)}
    to{-o-transform: rotate(359deg)}
}
@keyframes rotate{from{transform: rotate(0deg)}
    to{transform: rotate(359deg)}
}

.abouts {
    max-width: 1200px;
    margin: auto;
}

.abtitle {
    font-size: 17px;
    color: #252525;
}

.abetitle {
    font-family: "Arial";
    font-weight: bold;
    font-size: 36px;
    color: #252525;
}

.abctitle {
    color: #464646;
    font-size: 24px;
}

.abcon {
    font-size: 14px;
    color: #464646;
    line-height: 30px;
    margin-top: 25px;
}

.abmore {
    display: block;
    width: 138px;
    height: 37px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #dfdfdf;
    font-size: 14px;
    color: #646464;
    margin: auto;
    margin-top: 30px;
}

.abbottom {
    text-align: center;
    margin-top: 180px;
}

.abbot {
    color: #fff;
    font-size: 16px;
    margin-top: 8px;
}

.swiper-button-prev.ab-button-prev {
    width: 7px;
    height: 10px;
    background: url(../images/prevab.png) center no-repeat;
    top: auto;
    bottom: 4px;
    left: 43.75%;
}

.swiper-button-next.ab-button-next {
    width: 7px;
    height: 10px;
    background: url(../images/nextab.png) center no-repeat;
    top: auto;
    bottom: 4px;
    right: 43.75%;
}

.advantage_wrapper {
    position: relative;
    width: 100%;
    height: 822px;
    background-image: url(../images/advbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.adv_middle {
    position: relative;
    width: 1200px;
    height: 716px;
    margin: auto;
}

.adv_middle .num1,
.adv_middle .num2,
.adv_middle .num3,
.adv_middle .num4 {
    position: absolute;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.adv_middle .num1 {
    top: 110px;
    right: 660px;
}

.adv_middle .num2 {
    top: 110px;
    left: 660px;
}

.adv_middle .num3 {
    bottom: 110px;
    right: 660px;
}

.adv_middle .num4 {
    bottom: 110px;
    left: 660px;
}

.xian_top {
    position: absolute;
    top: 0;
    left: 50%;
    transform: rotateZ(180deg);
}

.xian_right {
    position: absolute;
    top: 50%;
    left: 0;
    transform: rotateZ(180deg);
}

.xian_bottom {
    position: absolute;
    bottom: 0;
    left: 50%;
}

.xian_left {
    position: absolute;
    top: 50%;
    right: 0;
}

.adv_four {
    flex-wrap: wrap;
}

.four_item {
    width: 402px;
    height: 358px;
    padding-top: 90px;
    text-align: center;
    color: #fff;
}

.four_item p {
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;
    padding: 10px 0;
}

.four_item span {
    font-size: 14px;
    color: #fff;
    line-height: 28px;
}

.adv_circle {
    flex-direction: column;
    position: absolute;
    width: 314px;
    height: 314px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    color: #fff;
    background-color: rgba(13, 154, 226, 1);
}

.adv_circle h4 {
    font-size: 30px;
}

.adv_circle p {
    padding: 10px 0 20px;
    line-height: 32px;
}

.adv_circle a {
    display: inline-block;
    width: 140px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    color: #019be9;
    background-color: #fff;
}

.adv_circle::before,
.adv_circle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    text-align: center;
    z-index: -1;
    transform: translate(-50%, -50%);
}

.adv_circle::before {
    width: 346px;
    height: 346px;
    background-color: rgba(13, 154, 226, 0.57);
    animation: middleZoom 2s infinite linear;
    -webkit-animation: middleZoom 2s infinite linear;
}

@-webkit-keyframes middleZoom {
    0% {
        width: 346px;
        height: 346px;
    }
    50% {
        width: 314px;
        height: 314px;
    }
    100% {
        width: 346px;
        height: 346px;
    }
}

.adv_circle::after {
    width: 400px;
    height: 400px;
    background-color: rgba(13, 154, 226, 0.24);
    animation: outerZoom 2s infinite linear;
    -webkit-animation: outerZoom 2s infinite linear;
}

@-webkit-keyframes outerZoom {
    0% {
        width: 400px;
        height: 400px;
    }
    50% {
        width: 346px;
        height: 346px;
    }
    100% {
        width: 400px;
        height: 400px;
    }
}

.items_center {
    align-items: center;
}

.justify_center {
    justify-content: center;
}

.box {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.justify_between {
    justify-content: space-between;
}

.application {
    width: 100%;
    overflow: hidden;
    margin-top: 55px;
}

.applications {
    width: 16.6%;
    float: left;
    position: relative;
}

.applications .app {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    padding-top: 185px;
    opacity: 0;
	background: rgba(0,0,0,0.6);
}

.applications .app .appname {
    font-size: 28px;
    color: #fff;
    margin-top: 20px;
}

.applications:hover .app {
    opacity: 1;
    transition: all 1s;
}

.applications img {
    width: 100%;
}

.applications .appimg img {
    width: auto;
}

.swiper-container.newswiper {
    margin-top: 50px;
    padding: 0 15.1875%;
}

.swiper-container.newswiper .swiper-button-prev {
    width: 38px;
    height: 76px;
    background: url(../images/prevnew.png) center no-repeat;
    left: 12%;
    top: 47%;
}

.swiper-container.newswiper .swiper-button-next {
    width: 38px;
    height: 76px;
    background: url(../images/nextnew.png) center no-repeat;
    right: 12%;
    top: 47%;
}

.news {
    overflow: hidden;
    border: 1px solid #dfdfdf;
}

.right_new {
    width: 50%;
    float: right;
}

.right_new img {
    width: 100%;
}

.left_new {
    width: 50%;
    float: left;
    padding: 0 40px;
    padding-top: 68px;
}

.newdate {
    font-size: 14px;
    color: #a8a8a8;
}

.newtitle {
    font-size: 18px;
    color: #313131;
    font-weight: bold;
    margin-top: 20px;
}

.newcon {
    font-size: 14px;
    color: #656565;
    line-height: 30px;
    margin-top: 10px;
}

.newmore a {
    display: block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #0d9ae2;
    margin-top: 35px;
}

.newswiper .swiper-slide {
    opacity: 0.7;
}

.swiper-slide-active {
    opacity: 1 !important;
}

.partner {
    width: 100%;
    overflow: hidden;
    background: #f7f9fa;
    margin-top: 85px;
    padding-bottom: 85px;
}

.partners {
    max-width: 1670px;
    margin: auto;
    overflow: hidden;
}

.homehononrs {
    float: left;
    margin-top: 45px;
}

.homehononr {
    display: flex;
    flex-wrap: wrap;
}

.homehononr a {
    display: block;
    width: 217px;
    height: 78px;
    text-align: center;
    margin-left: 25px;
}

.homehononr a>img {
    width: 217px;
    height: 78px;
}

.foot {
    width: 100%;
    overflow: hidden;
    background: #1e1b2e;
    padding-top: 60px;
    padding-bottom: 55px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.foots {
    max-width: 1670px;
    margin: auto;
}

.bottomlogo {
    margin-bottom: 15px;
    width: 80%;
}

.links a {
    display: block;
    float: left;
    margin-right: 10px;
}

.flogo {
    height: 237px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    width: 28%;
    float: left;
}

.fnavs {
    float: left;
    width: 25%;
}

.fntop a {
    font-size: 16px;
    color: #fff;
}

.fntop {
    margin-bottom: 20px;
}

.fnavs ul li a {
    font-size: 14px;
    color: #d1cfcf;
}

.fnavs ul {
    margin-bottom: 0;
}

.fnavs ul li {
    margin-bottom: 10px;
}

.fcheckmore a {
    text-decoration: underline;
}

.fnav {
    width: 45%;
    float: left;
    height: 237px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0 2.7%;
}

.fnav .fnavs:last-child {
    margin-right: 0;
}

.fcontact {
    float: right;
    width: 25%;
    padding-left: 2%;
}

.fcontitle {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
}

.ftel,
.tels {
    float: left;
}

.telnum {
    font-family: "Arial";
    font-size: 26.57px;
    color: #fff;
    font-weight: bold;
}

.adress {
    font-size: 14px;
    color: #ddd;
}

.tels {
    float: left;
    width: calc((100% - 56px));
    
}

.ftel {
    float: left;
    padding-top: 7px;
    width: 56px;
}

.fcon a {
    display: block;
    height: 34px;
    width: 113px;
    border-radius: 30px;
    background: #0d9ae2;
    color: #fff;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
}

.fcontacts {
    overflow: hidden;
}

.fcon {
    margin-top: 50px;
}

.copy {
    height: 78px;
    line-height: 78px;
    width: 100%;
    overflow: hidden;
    background: #1e1b2e;
    text-align: center;
    color:#FFF;
}

.copy a {
    font-size: 14px;
    color: #d1cfcf;
}

.home_a {
    background: url(../images/6.png)center 0 no-repeat;
    width: 100%;
    height: 1438px;
    overflow: hidden;
}

.home_aTop {
    text-align: center;
    overflow: hidden;
    margin-top: 10rem;
    margin-bottom: 6rem;
}

.home_aTop span {
    display: block;
    font-size: 95px;
    color: #e4e4e4;
    font-family: "Arial Bold";
    text-transform: uppercase;
    font-weight: 700;
    line-height: 100%;
}

.home_aTop div {
    font-size: 30px;
    color: #141414;
    font-weight: 700;
    line-height: 100%;
    margin-top: -59px;
}

.home_aTop img {
    display: block;
    margin: auto;
    margin-top: 4rem;
    margin-bottom: 2rem;
}

.home_aTop p {
    margin: 0;
    color: #464646;
}

.home_aswiper {
    max-width: 1400px;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.home_aswipercontainer {
    max-width: 1200px;
}

.home_aswipercontainer a {
    display: block;
    width: 100%;
    border: 1px solid #DBDBDB;
    overflow: hidden;
    background: #fff;
}

.home_aswipercontainer a .home_aswiper_a {
    border-bottom: 1px solid #DBDBDB;
    height: 62px;
    line-height: 62px;
    padding: 0 2rem;
}

.home_aswipercontainer a .home_aswiper_a img {
    float: left;
    margin-top: 1rem;
}

.home_aswipercontainer a .home_aswiper_a span {
    font-size: 18px;
    color: #464646;
    font-weight: 700;
    float: right;
}

.home_aswipercontainer a>img {
    width: 100%;
}

.home_aswipercontainer a>p {
    color: #c82c30;
    margin: 0;
    height: 69px;
    border-top: 1px solid #DBDBDB;
    line-height: 69px;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    background: url(../images/4_03.jpg)center 0 no-repeat;
    background-position: center;
}

.home_a>a {
    width: 429px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    background: #019be9;
    display: block;
    margin: auto;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    margin-top: 6rem;
}

.home_btop {
    text-align: center;
    margin-top: 8rem;
    margin-bottom: 4rem;
    overflow: hidden;
}

.home_btop div {
    font-size: 42px;
    color: #343434;
}

.home_btop div label {}

.home_btop p {
    margin: 0;
    font-size: 22px;
    color: #464646;
}

.home_b {
    background: url(../images/5_02.jpg)center 0 no-repeat;
    width: 100%;
    height: 601px;
    overflow: hidden;
}

.home_b>div {
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}

.home_bright {
    float: right;
    width: 50%;
    color: #fff;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    padding-top: 8rem;
}

.home_bright a {
    display: block;
    width: 59%;
    color: #fff;
    padding-left: 6rem;
    margin-bottom: 4rem;
}

.home_bright a div {
    height: 60px;
    line-height: 54px;
}

.home_bright a div img {}

.home_bright a label {
    font-size: 18px;
    margin-bottom: 7px;
}

.home_bright a span {
    display: block;
    width: 46px;
    height: 3px;
    background: #fff;
    margin-bottom: 1rem;
}

.home_bright p {
    margin: 0;
    line-height: 28px;
}

.home_bright a:nth-child(2n) {
    width: 41%;
    padding: 0;
}

.home_c {
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    margin-bottom: 9rem;
}

.home_c h5 {
    text-align: center;
    font-size: 36px;
    height: 38px;
    line-height: 36px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 5rem;
    margin-top: 8rem;
}

.home_c ul {
    overflow: hidden;
}

.home_c ul li {
    cursor: pointer;
    float: left;
    position: relative;
    width: 14.2%;
}

.home_c ul li i {
    font-style: normal;
    display: block;
    width: 54px;
    height: 50px;
    margin: 0 auto 23px;
    transition: all 0.5s ease-in-out;
}

.home_c ul li .dz1 {
    background: url(../images/lc1.png) no-repeat center;
}

.home_c ul li .dz2 {
    background: url(../images/lc2.png) no-repeat center;
}

.home_c ul li .dz3 {
    background: url(../images/lc3.png) no-repeat center;
}

.home_c ul li .dz4 {
    background: url(../images/lc4.png) no-repeat center;
}

.home_c ul li .dz5 {
    background: url(../images/lc5.png) no-repeat center;
}

.home_c ul li .dz6 {
    background: url(../images/lc6.png) no-repeat center;
}

.home_c ul li .dz7 {
    background: url(../images/lc7.png) no-repeat center;
}

.home_c ul li em {
    font-style: normal;
    display: block;
    font-size: 16px;
    color: #333333;
    line-height: 16px;
    text-align: center;
    margin-bottom: 9px;
}

.home_c ul li p {
    font-size: 10px;
    line-height: 10px;
    color: #AAAAAA;
    text-transform: uppercase;
    text-align: center;
}

.home_c ul li:before {
    width: 1px;
    height: 66px;
    background: #d2d2d2;
    content: "";
    position: absolute;
    top: 22px;
    right: -1px;
}

.home_c ul li.last:before {
    display: none;
}

.home_c ul li:hover .dz1 {
    background: url(../images/lc1_h.png) no-repeat center;
}

.home_c ul li:hover .dz2 {
    background: url(../images/lc2_h.png) no-repeat center;
}

.home_c ul li:hover .dz3 {
    background: url(../images/lc3_h.png) no-repeat center;
}

.home_c ul li:hover .dz4 {
    background: url(../images/lc4_h.png) no-repeat center;
}

.home_c ul li:hover .dz5 {
    background: url(../images/lc5_h.png) no-repeat center;
}

.home_c ul li:hover .dz6 {
    background: url(../images/lc6_h.png) no-repeat center;
}

.home_c ul li:hover .dz7 {
    background: url(../images/lc7_h.png) no-repeat center;
}

.home_c ul li:hover em {
    color: #019be9;
}

.home_c ul li:hover p {
    color: #019be9;
}

.home_c ul li:hover i {
    transform: rotate(360deg);
}

.home_d {
    width: 100%;
    background: #014262;
    overflow: hidden;
    color: #fff;
}

.home_d>div {
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}

.home_dleft {
    float: left;
    padding: 6rem 0;
}

.home_dleft label {
    font-size: 30px;
    border-bottom: 1px solid #005F8E;
    padding-bottom: 0.8rem;
    margin: 0;
}

.home_dleft div {
    border-bottom: 1px solid #005F8E;
    overflow: hidden;
}

.home_dleft div p {
    margin: 0;
    float: left;
    line-height: 24px;
    padding: 1rem 0;
}

.home_dleft div span {
    float: right;
    font-size: 18px;
    font-weight: 700;
    background: url(../images/12.png)center 13px no-repeat;
    display: block;
    height: 73px;
    padding-top: 3.8rem;
    border-left: 1px solid #005F8E;
    width: 174px;
    text-align: center;
}

.home_dright {
    position: relative;
    float: right;
    width: 54%;
    overflow: hidden;
    margin-top: 3rem;
}

.home_drightswiper {
    max-width: 500px;
}

.home_drightswiper a img {
    border: 2px solid #0077B2;
    width: 100%;
}

.home_dright .home_drightswipernext {
    width: 26px;
    height: 50px;
    background: url(../images/14.png)center 0 no-repeat;
    background-size: 26px 50px;
}

.home_dright .home_drightswiperprev {
    width: 26px;
    height: 50px;
    background: url(../images/15.png)center 0 no-repeat;
    background-size: 26px 50px;
}

.home_eswiper {
    width: 99%;
}

.home_eswiper a {
    display: block;
    width: 100%;
    padding: 4px;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 16px;
    color: #464646;
    transition: all 0.3s;
}

.home_eswiper a div {
    position: relative;
    width: 100%;
}

.home_eswiper a div>img {
    width: 100%;
}

.home_eswiper a div p {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    opacity: 0;
    transition: all 0.3s;
}

.home_eswiper a div p img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.home_eswiper a span {
    display: block;
    padding: 1rem 0;
}

.home_eswiper a:hover {
    background: #00b0ff;
    color: #fff;
}

.home_eswiper a:hover p {
    opacity: 1;
}

.home_ftop {
    text-align: center;
    font-size: 34px;
    color: #555555;
    font-weight: 700;
    border-top: 1px solid #ccc;
    margin-top: 8rem;
    padding: 4rem 0;
}

.home_fswiper {
    max-width: 1200px;
}

.home_fswiper img {
    width: 100%;
    border: 1px solid #ccc;
}

.home_g {
    width: 100%;
    height: 674px;
    background: url(../images/7_02.jpg)center 0 no-repeat;
    overflow: hidden;
    margin-top: 7rem;
}

.home_g>div {
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    background: #fff;
    margin-top: 10rem;
}

.home_g>div>img {
    float: left;
    width: 50%;
}

.home_gright {
    width: 50%;
    float: right;
    overflow: hidden;
    padding: 0 5rem;
    padding-top: 5rem;
}

.home_gright span {
    font-size: 34px;
    color: #014262;
}

.home_gright div {
    font-size: 24px;
    color: #014262;
}

.home_gright>img {}

.home_gright p {
    color: #464646;
    line-height: 27px;
    margin: 0;
    margin-top: 1rem;
}

.home_gright a {
    width: 143px;
    height: 40px;
    display: block;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 40px;
    border-radius: 30px;
    font-family: Arial Regular;
    color: #3f3f3f;
    margin-top: 3rem;
}

.home_gright a img {
    margin-right: 9px;
}

.home_h {
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}

.home_htop {
    width: 100%;
    overflow: hidden;
}

.home_htop a {
    display: block;
    overflow: hidden;
    background: #eeeeee;
}

.home_htop a>img {
    width: 40%;
    float: left;
}

.home_htop .home_htopright {
    float: right;
    width: 60%;
    overflow: hidden;
    padding: 0 3rem;
    padding-top: 4rem;
}

.home_htop .home_htopright label {
    color: #181818;
    margin-bottom: 11px;
    cursor: pointer;
}

.home_htop .home_htopright p {
    color: #464646;
    line-height: 26px;
    margin: 0 0 15px;
}

.home_htop .home_htopright div {
    color: #464646;
}

.home_htop .home_htopright div img {
    float: right;
}

.home_htop a label:hover {
    color: #019be9;
}

.home_hs {
    width: 100%;
    overflow: hidden;
    margin-bottom: 8rem;
}

.home_hs a {
    display: block;
    float: left;
    width: 48%;
    margin-top: 2rem;
    padding-bottom: 2rem;
}

.home_hs a:nth-child(1) {
    border-bottom: 1px solid #ccc;
}

.home_hs a:nth-child(2) {
    border-bottom: 1px solid #ccc;
}

.home_hs a:nth-child(2n) {
    float: right;
}

.home_hs a label {
    margin: 0;
    color: #464646;
}

.home_hs a div {
    color: #818181;
    line-height: 25px;
    margin: 0.5rem 0;
}

.home_hs a span {
    color: #787878;
}

.home_hs a label:hover {
    color: #019be9;
    cursor: pointer;
}

.bottom {
    width: 100%;
    background: #014262;
    overflow: hidden;
}

.bottomTop {
    height: 89px;
    line-height: 89px;
    overflow: hidden;
    border-bottom: 1px solid #00283B;
}

.bottomTop div {
    max-width: 1200px;
    display: flex;
    margin: auto;
}

.bottomTop div a {
    color: #fff;
    flex: 1;
    font-size: 16px;
    text-align: center;
}

.bottomcenter {
    width: 100%;
    border-top: 1px solid #00608F;
    overflow: hidden;
}

.bottomcenter>div {
    max-width: 1200px;
    margin: 2rem auto;
    overflow: hidden;
}

.bottomleft {
    height: 207px;
    width: 46%;
    line-height: 207px;
    text-align: center;
    border-right: 1px solid #00608F;
    float: left;
}

.bottomleft img {
    line-height: 207px;
}

.bottomright {
    color: #fff;
    height: 207px;
    width: 54%;
    float: right;
    border-left: 1px solid #00283B;
    line-height: 29px;
    padding-left: 5rem;
}

.allbottom {
    width: 100%;
    color: #fff;
    height: 69px;
    background: #002d45;
    line-height: 69px;
}

.allbottom div {
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}

.allbottom div span {
    float: left;
}

.allbottom div span a {
    color: #fff;
}

.allbottom div>a {
    float: right;
    color: #fff;
}


/**/

.listbanner {
    width: 100%;
}

.listbanner img {
    width: 100%;
}

.blk-main {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.blk {
    margin-bottom: 20px;
    width: 100%;
    float: left;
}

.p12-curmbs-1 {
    font-size: 14px;
    border-bottom: 1px dashed #dcdcdc;
    height: 50px;
    line-height: 50px;
}

.p12-curmbs-1 b {
    border-left: 10px solid #019be9;
    font-weight: normal;
    padding-left: 8px;
}

.p12-curmbs-1 span {
    font-family: '宋体';
    padding: 0 5px;
    height: 46px;
    line-height: 46px;
}

.p12-curmbs-1 i {
    font-style: normal;
}

.p12-curmbs-1 a {
    color: #666;
}

.blk-xs {
    width: 20%;
}

.fdh-01-tit {
    background: #019be9;
    height: 80px;
}

.fdh-01-tit h3 {
    height: 75px;
    font-size: 24px;
    font-weight: normal;
    line-height: 75px;
    color: #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
    margin-top: 0px;
    margin: 0;
}

.fdh-01-nav a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
}

.fdh-01-nav-one h3 {
    height: 50px;
    line-height: 50px;
    background: url(../images/p14-icon5.png) no-repeat right center #ececeb;
    margin-bottom: 2px;
    overflow: hidden;
    margin-top: 0px;
}

.fdh-01-nav-one h3 a {
    display: block;
    height: 50px;
    font-size: 18px;
    font-weight: normal;
    margin-right: 40px;
    margin-left: 38px;
    color: #666;
}

.fdh-01-nav dl {
    padding: 2px 0 4px;
    margin: 0;
}

.fdh-01-nav dt {
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    padding-left: 54px;
    padding-right: 40px;
    margin-bottom: 1px;
    background: #ececec;
    position: relative;
    overflow: hidden;
    font-weight: 400;
}

.fdh-01-nav-one h3.sidenavcur,
.fdh-01-nav-one h3:hover {
    background: url(../images/p14-icon2.png) no-repeat right center #019be9;
}

.fdh-01-nav-one h3.sidenavcur a,
.fdh-01-nav-one h3:hover a {
    color: #fff;
}

.fdh-01-nav dt:after {
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid #b8b8b8;
    border-style: solid solid none none;
    position: absolute;
    top: 50%;
    right: 32px;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fdh-01-nav dt.sidenavcur:after,
.fdh-01-nav dt:hover:after {
    border-color: #019be9;
}

.cbgg-01 {
    background: #019be9;
    text-align: center;
    color: #fff;
}

.cbgg-01-img img {
    width: 100%;
    display: block;
}

.cbgg-01 p {
    padding-top: 15px;
    margin: 0;
}

.cbgg-01 p img {
    vertical-align: middle;
    margin-right: 5px;
}

.cbgg-01 span {
    display: block;
    font-size: 28px;
    font-weight: bold;
    font-family: Arial;
    padding-bottom: 20px;
    padding-top: 10px;
}

.blk-sm {
    width: 78%;
}

.fr {
    float: right;
}

.b {
    clear: both;
}

.cplb-3n-ts-03-tit {
    height: 50px;
    font-size: 24px;
    font-weight: normal;
    line-height: 50px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 15px;
    margin-top: 0;
}

.cplb-3n-ts-03-tit span {
    display: inline-block;
    height: 50px;
    border-bottom: 1px solid #019be9;
}

.cplb-3n-ts-03-list {
    overflow: hidden;
}

.cplb-3n-ts-03-list dl {
    width: 32.1%;
    border: 1px solid #dedede;
    margin-bottom: 15px;
    background: #fff;
    float: left;
    margin-right: 1.2%;
    cursor: pointer;
}

.cplb-3n-ts-03-list dt img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.cplb-3n-ts-03-list dd {
    padding: 6px 20px 5px 20px;
}

.cplb-3n-ts-03-list dd h4 {
    height: 45px;
    font-weight: normal;
    font-size: 18px;
    color: #154c64;
    line-height: 45px;
    overflow: hidden;
    margin: 0;
}

.cplb-3n-ts-03-list h4 a {
    display: block;
    height: 45px;
    color: #727272;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cplb-3n-ts-03-list dl a {
    color: #727272;
}

.cplb-3n-ts-03-list-desc {
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    margin-bottom: 12px;
    overflow: hidden;
}

.cplb-3n-ts-03-list dl:hover {
    border-color: #019be9;
}

.cplb-3n-ts-03-list dl:hover a {
    color: #019be9;
}


/**/

.p14-infolist-1-list dl {
    border: 1px solid #dedede;
    margin-bottom: 15px;
    padding: 22px 50px 22px 22px;
    background: #fff;
    overflow: hidden;
}

.p14-infolist-1-list dt {
    width: 29.5%;
    float: left;
    margin-right: 5.8%;
}

.p14-infolist-1-list dt img {
    width: 100%;
    display: block;
}

.p14-infolist-1-list dd h4 {
    height: 40px;
    font-weight: normal;
    font-size: 18px;
    color: #154c64;
    line-height: 40px;
    margin-bottom: 5px;
    overflow: hidden;
}

.p14-infolist-1-list h4 a {
    display: block;
    height: 40px;
    color: #4b4a4a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.p14-infolist-1-list-desc {
    max-height: 72px;
    font-size: 14px;
    line-height: 24px;
    color: #797979;
    margin-bottom: 28px;
    overflow: hidden;
}

.p14-infolist-1-list-deta {
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    float: right;
    background: #b6b6b6;
    color: #fff;
}

.p14-infolist-1-list-deta a {
    color: #fff;
}
.p14-infolist-1-list-deta a img,
.cplb-3n-ts-03-list dl a img{
    margin-top: 0;
    margin-right: 3px;
}

.p14-infolist-1-list dl:hover {
    border: 1px solid #019be9;
}

.p14-infolist-1-list dl:hover .p14-infolist-1-list-deta a {
    color: #fff;
}

.p14-infolist-1-list dl:hover .p14-infolist-1-list-deta {
    background: #019be9;
    border-color: #019be9;
}


/**/

.swipershowleft {
    float: left;
    width: 40%;
    border: 1px solid #ccc;
}

.swipershowleft .swipershowleftnext {
    background: url(../images/p15-icon3.png)center 0 no-repeat;
    width: 12px;
    height: 23px;
    background-size: 12px 23px;
    margin-top: -11.5px;
}

.swipershowleft .swipershowleftprev {
    width: 12px;
    height: 23px;
    background-size: 12px 23px;
    margin-top: -11.5px;
    background: url(../images/p15-icon2.png)center 0 no-repeat;
}

.cpcc-ts-01-right {
    width: 46%;
    float: right;
    margin-right: 6%;
}

.cpcc-ts-01-right-tit {
    height: 48px;
    font-size: 24px;
    line-height: 48px;
    color: #4a4a4a;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cpcc-ts-01-right-con {
    line-height: 24px;
    overflow: hidden;
    color: #666;
}

.cpcc-ts-01-right-con strong {
    font-size: 16px;
}

.cpcc-ts-01-right-con p {}

.pc-cx-tel-1 {
    width: 100%;
    padding-top: 10px;
    overflow: hidden;
}

.pc-cx-tel-1-t1 {
    width: 114px;
    height: 44px;
    background: #019be9;
    font-size: 18px;
    line-height: 44px;
    text-align: center;
    float: right;
}

.pc-cx-tel-1-t1 a {
    display: block;
    color: #fff;
}

.pc-cx-tel-1-t2 {
    height: 56px;
    padding-left: 70px;
    background: url(../images/pc-xc-icon2.png) no-repeat 10px top;
    font-size: 18px;
    line-height: 18px;
    color: #454545;
}

.pc-cx-tel-1-t2 p {
    line-height: 24px;
    margin: 0;
}

.pc-cx-tel-1-t3 {
overflow: hidden;
    
}

.pc-cx-tel-1-t3 a{
    display:block;
    width:120px;
    font-size:14px;
    line-height:40px;
    text-align:center;
    color:#fff;
    background:#019be9;
    margin-bottom:40px;
    border-radius:60px;
    
}
.pc-cx-tel-1-t3 a:hover{
    background:#019be9;
}

.cpxq-01-nav {
       font-size: 18px;
    height: 56px;
    border-bottom: 1px solid #ebebeb;
    width: 100%;
    float: left;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}


.cpxq-01-nav span {
    float: left;
    height: 57px;
    line-height: 56px;
    padding: 0 30px;
    border-right: 1px solid #ebebeb;
    cursor: pointer;
    background: url(../images/p14-icon10.png) no-repeat center bottom #019be9;
    color: #fff;
}

.cpxqpro {
    width: 100%;
    float: left;
    overflow: hidden;
    line-height: 24px;
    margin-bottom: 3rem;
}

.blk-md {
    width: 100%;
    overflow: hidden;
}

.tl-fdh-02 li {
    width: 14.2857%;
    height: 55px;
    font-size: 18px;
    line-height: 55px;
    text-align: center;
    float: left;
    border-right: 1px solid #eee;
    background: #f4f4f4;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #FFF;
}

.tl-fdh-02 li a {
    display: block;
    height: 55px;
    color: #a8a8a8;
}

.tl-fdh-02 li.sidenavcur,
.tl-fdh-02 li:hover {
    background: url(../images/p16-icon6.png) no-repeat bottom center #019be9;
    border-color: #019be9;
}

.tl-fdh-02 li.sidenavcur a,
.tl-fdh-02 li:hover a {
    color: #fff;
}

.p12-aboutinfo-1 {
    display: inline-block;
    width: 100%;
    background: #fff;
    margin-bottom: 38px;
    overflow: hidden;
}

.tit {
    height: 160px;
    background: url(../images/d63899212b4c4e7d99ac9ed293b3ac9f_2.jpg)no-repeat center 91px;
    clear: both;
    text-align: center;
}

.tit span {
    display: block;
    font-size: 28px;
    color: #000;
    padding-top: 45px;
}

.tit em {
    font-style: normal;
    color: #999;
    text-transform: uppercase;
    font-family: "Times New Roman";
    padding-top: 18px;
    display: block;
}

.kfay {
    width: 100%;
    height: 260px;
    overflow: hidden;
    padding-top: 0px;
}

.kfay dt {
    width: 188px;
    float: left;
}

.kfay dd {
    width: 930px;
    float: right;
}

.kfay dd h4 {
    height: 59px;
    padding-top: 20px;
    font: 22px "Microsoft YaHei";
    color: #000;
    background: url(../images/836e2f7320ba461896830a024dc368af_4.jpg) no-repeat left bottom;
    margin: 0;
}

.kfay dd p {
    font: 14px "Microsoft YaHei";
    color: #333333;
    line-height: 30px;
    padding-top: 15px;
    margin: 15px 0;
}

.g-gywm {
    height: 530px;
    overflow: hidden;
    width: 100%;
}

.wm-l {
    width: 40%;
    float: left;
    color: #fff;
    height: 460px;
    overflow: hidden;
    background: #019be9;
    padding: 60px 0 0 40px;
}

.wm-l h4 {
    font: 20px "Microsoft YaHei";
    line-height: 60px;
    padding-bottom: 30px;
    margin: 0;
}

.wm-l li {
    font: 16px "Microsoft YaHei";
    color: #fff;
    line-height: 40px;
}

.wm-l li b {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}

.wm-r {
    float: left;
    width: 60%;
}

#map {
    width: 100%;
    height: 460px;
    border: 1px solid rgb(204, 204, 204);
    font-size: 12px;
}

.map-title {
    font-size: 16px;
    line-height: 24px;
}

.map-list {
    font-size: 14px;
    line-height: 22px;
    color: #333;
    margin-top: 6px;
}


/**/

.p4-order-form-1 {
    overflow: hidden;
}

.p4-order-form-1 .p4-titlel-1 {
    width: 145px;
    height: 46px;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    background: #019be9;
    margin: 0;
}

.p4-order-form-1-con {
    border: 1px solid #bbb;
    padding: 40px 15%;
    overflow: hidden;
}

.p4-order-form-1-con li {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 35px;
    color: #666;
    overflow: hidden;
}

.p4-order-form-1-con label {
    display: inline-block;
    width: 120px;
    color: #666;
    vertical-align: top;
    text-align: right;
    height: 33px;
    line-height: 33px;
    overflow: hidden;
}

.p4-order-form-1-con li b {
    color: #f00;
}

.p4-order-form-1-con li span {
    font-weight: bold;
    color: #666;
}

.p4-order-form-1-con li .row-hd {
    color: #666;
}

.p4-order-form-1-con .inputs,
.p4-order-form-1-con li select {
    width: 73%;
    margin-right: 10px;
    outline: none;
    padding-left: 10px;
    border: 1px solid #eee;
    height: 33px;
    line-height: 32px;
    color: #666;
    box-sizing: border-box;
    /* float: left; */
}

.p4-order-form-1-t1 textarea {
    width: 73%;
    height: 102px;
    line-height: 24px;
    border: 1px solid #eee;
    outline: none;
    resize: none;
    overflow: auto;
    margin-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
}

#code_gg {
    width: 80px;
    margin-right: 10px;
    outline: none;
    padding-left: 10px;
    border: 1px solid #eee;
    height: 33px;
    line-height: 32px;
    color: #666;
}

.code_gg_li img {
    vertical-align: middle;
    width: 100px;
    height: 32px;
}

.p4-order-form-1-con .p4-order-form-1-t3 input {
    width: 80px;
    height: 30px;
    border: 0;
    text-align: center;
    margin-right: 30px;
    color: #fff;
    padding-left: 0;
    cursor: pointer;
    line-height: 30px;
    outline: none;
    background: #019be9;
}

.p4-order-form-1-con .p4-order-form-1-t3 {
    padding-left: 120px;
}

.listabout {
    width: 100%;
    overflow: hidden;
    line-height: 24px;
    margin-bottom: 20px;
}

.cpxqpro ul li {
    width: 24%;
    float: left;
    background: #ddd;
    text-align: center;
    height: 270px;
    margin-right: 1.0013%;
    margin-bottom: 10px;
}

.cpxqpro ul li img {
    width: 90%;
    padding-top: 15px;
}

.fl {
    float: left;
}

.n_banner{height:355px;}
.n_banner .table{ }
.n_banner .mianbao{display:inline-block;padding: 0;margin-left: 0;}
.n_banner .mianbao h4{ font-size:24px; color:#fff;}
.n_banner .mianbao h3{font-size:24px;color: #ffffff;font-family:Futura Md BT;font-weight: bold;text-transform: uppercase;margin-top: 4px;}
.n_banner .mianbao h6{padding: 0;position:relative;}
.n_banner .mianbao h6:before{content:"";position:absolute;left:5px;top:7px;width:60px;height:1px;background:#9d9fa4;display: none;}
.n_banner .mianbao h6 a,.n_banner .mianbao h6 i,.n_banner .mianbao h6 span{font-size: 12px;color: rgba(255,255,255,0.7);margin:0 3px;font-style:normal;height:14px;line-height:14px;-moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
.n_banner .mianbao h6 a:hover{color: #f28e15;}
.table_cell {
    display: table-cell;
    vertical-align: middle;
}
.table {
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 100%;
    height: 100%;
}
.swipershowleft img{
	width:100%;
}

.news_title{margin:5px 0;padding:0;text-align:center;font-size:22px;}
.news_info{text-align:center;color:#999;border:1px solid #e1e1e1;border-left:0;border-right:0;margin:20px 0;padding:20px 0;}
#art_content{word-break:break-all;font-size:13px;padding:15px; line-height: 28px;}
#art_content img{max-width:920px;}

.Details_img{word-break:break-all;font-size:13px;padding:15px; line-height: 28px; text-align: center;}
.Details_img img{max-width:100%;}