input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

p {
    margin: 0;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5
}

.wd1200 {
    width: 1200px;
    margin: 0 auto;
}


/*滚动*/

#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800%
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}

.com-img {
    display: block;
    overflow: hidden;
}

.com-img img {
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.com-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}


/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.font.im/s/oswald/v36/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUZiYCSShiA.ttf) format('truetype');
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #f7f7f7;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
    background: #b72024;
}

@keyframes wSkewIn {
    from {
        transform: skew(0deg, 10deg) translateY(50px);
        opacity: 0;
    }
    to {
        transform: skew(0deg, 0deg) translateY(0px);
        opacity: 1;
    }
}

@keyframes wSkewOut {
    from {
        transform: skew(0deg, 0deg) translateY(0px);
        opacity: 1;
    }
    to {
        transform: skew(0deg, 10deg) translateY(50px);
        opacity: 0;
    }
}


/*头部样式*/

.top_head {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 90px;
    background: #fff;
    box-shadow: 0px 0px 8px 0 rgb(0 0 0 / 10%);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 999;
    padding: 0 4%;
}

.top_head .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px;
}

.logo {
    position: relative;
    width: 21%;
}

.logo a {
    display: block;
}

.logo a img {
    max-width: 100%;
}

.top_phone {
    color: #0382ab;
    font-family: 'Oswald', impact, sans-serif;
    font-size: 20px;
    margin-right: 2rem;
}

.top_phone .iconfont {
    border: 1px solid #0382ab;
    line-height: 30px;
    height: 30px;
    width: 30px;
    text-align: center;
    margin-right: 5px;
    border-radius: 50%;
    display: inline-block;
}

.top_phone .iconfont:before {
    content: 'e628';
    color: #0382ab;
    font-size: 18px;
    text-align: center;
}


/*banner*/

.Banner-container {
    height: 100vh;
    min-height: 600px;
    max-height: 1600px;
    width: 100%;
}

.banner-background {
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.banner-slide {
    display: flex;
    flex-flow: column;
    justify-content: center;
    overflow: hidden;
}

.banner-text {
    margin: 0 auto;
    width: 90%;
    max-width: 1200px;
    transform: translate3d(0, 0, 0);
    will-change: transform;
}

.banner-text h3 {
    font-weight: bold;
    font-size: 46px;
    margin-bottom: 30px;
    color: #fff;
}

.banner-text h2 {
    margin-top: 1rem;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    font-family: arial;
}

.banner-bg-ss {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.1);
}

.banner-text {
    z-index: 10;
}

.banner-text:before {
    content: "";
    position: absolute;
    width: 300px;
    height: 400px;
    display: block;
    border: 10px solid rgba(255, 255, 255, 0.2);
    top: 4.5rem;
    margin-top: -200px;
    left: -6rem;
}

.small-title {
    color: #fff;
    margin-bottom: 1rem;
    font-size: 40px;
    font-family: 'Oswald', sans-serif;
}

.banner-switch {
    position: absolute;
    z-index: 30;
    left: auto;
    top: 50%;
    height: 80px;
    right: 1.5rem;
    color: #fff;
    display: grid;
    margin-top: -25px;
 
    width: auto;
    align-content: center;
    align-items: center;
    text-transform: uppercase;
}

.banner-switch>div>* {
    display: inline-block;
    vertical-align: middle;
}

.sL_icon {
    background-size: contain;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-switch>div>span {
    margin: 0 0.5rem;
    font-size: 0.7rem;
}

.banner-switch>div {
    margin: 0.3rem 0;
}

.banner-switch>div {
    cursor: pointer;
    transition: 0.5s;
}

.swiper-button-disabled {
    opacity: 0.4;
}

.Scroll-tip {
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100px;
    color: #fff;
    text-align: center;
}

.Tipss {
    text-transform: uppercase;
    font-size: 0.75rem;
}

.tip_anim {
    display: inline-block;
    margin: 0.75rem 0;
    height: 30px;
}

.Tipss span {
    display: block;
}

.tip_anim span {
    display: inline-block;
    width: 1px;
    height: 100%;
    background: #fff;
    animation-name: scrollTip;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.82, 0.24, 0.25, 1);
}

.Banner-A1 {
    z-index: 1;
    overflow: hidden;
}

@keyframes scrollTip {
    0% {
        transform: scale(1, 0);
        transform-origin: top;
    }
    49% {
        transform: scale(1, 1);
        transform-origin: top;
    }
    51% {
        transform: scale(1, 1);
        transform-origin: bottom;
    }
    100% {
        transform: scale(1, 0);
        transform-origin: bottom;
    }
}

.banner-background {
    transition: 1s 2.5s;
    transform: perspective(1000px) translate3d(0, 0, 100px);
}

.banner-background a{width:100%;float:left; height:100%;}
.swiper-slide.banner-slide.swiper-slide-active .banner-background {
    transition: 5s 0s;
    transform: perspective(1000px) translate3d(0, 0, 0px);
}


.banner-text:before {
    transition-delay: 2s;
    transition-duration: 2s;
    transform: translate3d(-80px, 0, 0);
    opacity: 0;
}

.swiper-slide.banner-slide.swiper-slide-active .banner-text:before {
    transition-delay: 1.3s;
    transform: translate3d(0px, 0, 0);
    opacity: 1;
}

.swiper-slide.banner-slide.swiper-slide-active .banner-text *:nth-child(1) {
    transition-delay: 0.5s;
}

.swiper-slide.banner-slide.swiper-slide-active .banner-text *:nth-child(2) {
    transition-delay: 0.7s;
}

.swiper-slide.banner-slide.swiper-slide-active .banner-text *:nth-child(3) {
    transition-delay: 0.9s;
}

.banner-text * {
    transition-delay: transform 2s, opacity 0s;
    transition-duration: 2s;
    transform: translate3d(0, 80px, 0);
    opacity: 0;
}

.swiper-slide.banner-slide.swiper-slide-active .banner-text * {
    transform: translate3d(0, 0px, 0);
    opacity: 1;
}

@media screen and (max-width: 1600px) {
    .banner-text {
        max-width: 1000px;
        width: 80%;
    }
}

@media screen and (max-width: 1200px) {
    .banner-text:before {
        content: "";
        position: absolute;
        width: 300px;
        height: 400px;
        display: block;
        border: 10px solid rgba(255, 255, 255, 0.2);
        top: 4.5rem;
        margin-top: -200px;
        left: 50%;
        margin-left: -150px;
    }
    .banner-text {
        text-align: center;
    }
    .banner-text h2 {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 769px) {
    .banner-switch {
        top: auto;
        bottom: 1rem;
        left: 5%;
        right: 5%;
        justify-content: center;
        align-items: center;
     
    }
    .banner-text h3 {
        font-size: 26px;
        line-height: 1.2;
    }
    .banner-text h2 {
        font-size: 14px;
        line-height: 1.4;
    }
    .small-title {
        font-size: 1.75rem;
    }
    .banner-text:before {
        opacity: 0;
    }
}

.max1800 {
    max-width: 1796px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}


/* c1_index */

.c1_index {
    position: relative;
    margin-top: 3rem;
    margin-bottom: 3rem;
    overflow: hidden;
}

.ttt1 {
    text-align: center;
}

.ttt1 h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.8rem;
    letter-spacing: 1px;
    line-height: 1.6;
}

.ttt1 h3 span {
    color: #0382ab;
}

.ttt1 p {
    font-size: 1.3rem;
    font-family: 'Oswald', sans-serif;
    line-height: 1.6;
}

.cp_cate {
    position: relative;
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.cp_cate li {
    width: 32.33%;
    position: relative;
    margin: 0 .5% 15px .5%;
}

.cp_cate li:nth-child(n+4) {
    width: 49%;
}

.cp_cate li .saa {
    position: relative;
}

.cp_cate li .saa img {
    width: 100%;
}

.cp_cate li .saa::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0%;
    background: rgba(5, 130, 170, .8);
    left: 0px;
    bottom: 0px;
    z-index: 0;
    transition: all .5s ease;
}

.cp_cate li:hover .saa::before {
    height: 100%;
}

.cp_cate li .saafu {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.cp_cate li .mask {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -40%);
    z-index: 999;
    text-align: center;
}

.cp_cate li .mask h3 a {
    display: block;
    font-size: 1.3rem;
    color: #fff;
    margin-bottom: 10px;
    font-weight: normal;
}

.cp_cate li .mask span {
    display: block;
    font-size: .7rem;
    line-height: 1.6;
    color: #fff;
    width: 80%;
    margin: auto;
}

.cp_cate li:nth-child(n+4) .mask span {
    width: 60%;
}


/* c2_index */

.c2_index {
    position: relative;
    background: url(../images/d23a6ff01dc5150b7ded95e54635faae7e9d04f0.jpg) no-repeat;
    background-size: cover;
}

.c2_index .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.c2left {
    position: relative;
    width: 39.77%;
   padding: 9vw 10vw 0 4vw;
}

.c2left .line_aa {
    font-family: "Microsoft Yahei";
    font-size: 1.8rem;
    line-height: 1.5;
    color: #fff;
}

.c2left .line_bb {
    color: #2083a1;
    font-size: 2rem;
    line-height: 1.5;
    font-weight: bold;
    text-transform: uppercase;
}

.c2left .line_cc {
    font-family: "Microsoft Yahei";
    line-height: 1.8;
    font-size: 14px;
    color: #D3D3D3;
    max-width: 90%;
    margin-top: 1rem;
}

.w_fline {
    margin-top: 1rem;   
    background: #2083a1;
    height: 2px;
    max-width: 15%;
}

.c2right {
    position: relative;
    background: url(../images/635a7f6205b09b0ae3763cefddd5304d53825326.jpg) no-repeat;
    background-size: cover;
    width: 60.23%;
}

.service_list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 3rem 5%;
    padding-left: 10%;
    justify-content: space-between;
}

.service_list li {
    width: auto;
    max-width: 45%;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.service_list li:nth-child(3) {
    margin-top: 2rem;
    margin-bottom: 0;
}
.service_list li:nth-child(4) {
    margin-top: 2rem;
    margin-bottom: 0;
}

.service_list li a {
    display: block;
}

.service_list li .qimg {
    height: inherit;
    overflow: hidden;
    font-size: 0;
}

.service_list li .qimg img {
    max-width: 100%;
}

.service_list li h3 {
    color: #333;
    font-size: 16px;
    font-family: "Microsoft Yahei";
    padding: 10px 0;
}

.service_list li .u_fline {
    margin: 10px 0 10px;
    background: #2083a1;
    height: 2px;
    max-width: 5%;
}

.service_list li span {
    max-width: 90%;
    display: block;
    font-size: 14px;
    line-height: 1.8;
    color: #666;
    font-family: "Microsoft Yahei";
    min-height: 52px;
}

.c2right .c2_bom {
    position: relative;
    background-color: #2083a1;
    padding-bottom: 2rem;
    padding-top: 2rem;
    padding-left: 10%;
}

.c2_bom .swap {
    max-width: 100%;
    
}

.c2_bom .swap span {
    display: block;
    line-height: 2;
    color: #fff;
    font-size: .8rem;
}

.c2_bom .swap .line_st {
    font-size: 1.4rem;
    line-height: 2;
    color: #fff;
}


/* c3_index */

.c3_index {
    position: relative;
    background: url(../images/bj.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden;
}

.abb_wap {
    margin: 5rem 0;
    width: 90%;
    margin-left: 4%;
    margin-right: 5%;
}

.abb_cont {
    width: 100%;
    max-width: 800px;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 3rem 2rem;
}

.abb_cont .abb_tit {
    position: relative;
}

.abb_cont .abb_tit b {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    font-size: 36px;
    line-height: 1.6;
    color: #fff;
}

.abb_cont .abb_tit span {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    color: #fff;
    padding-bottom: 10px;
}

.abb_cont .abb_tit .ab_fline {
    max-width: 70px;
    margin: 14px 0;
    background: #2083a1;
    height: 2px;
}

.abb_cont .abb_txt {
    padding-top: 10px;
    font-size: .8rem;
    line-height: 2;
    color: #FFFFFF;
}


/* c4_index */

.c4_index {
    position: relative;
    background: rgba(242, 242, 242, 1);
    padding: 2rem 0;
}

.news_list11 {
    position: relative;
}

.news_list11 li {
    position: relative;
    background: #fff;
    border-bottom: 20px solid #f2f2f2;
    transition: all 600ms ease;
}

.news_list11 li a.imss {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news_list11 li a.imss>div {
    width: 50%;
}

.news_list11 li:nth-child(2) a.imss {
    flex-direction: row-reverse;
}

.news_list11 li .img img {
    width: 100%;
    height: 100%;
}

.news_list11 li .nright {
    position: relative;
    width: 50%;
    padding: 4vw;
    overflow: hidden;
}

.news_list11 li .nright .xwdt {
    color: #222;
    font-size: 1.2rem;
    position: relative;
    margin-bottom: 20px;
}

.news_list11 li .nright .xwdt em {
    font-family: Arial;
    text-transform: uppercase;
    color: #e6e5e5;
    font-weight: bold;
    font-size: 1.15rem;
    display: block;
    font-style: inherit;
}

.news_list11 li .nright h3 {
    color: #222;
    font-weight: normal;
    margin-bottom: 15px;
    font-size: 1.2rem;
    text-align: justify;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news_list11 li .listsumray {
    line-height: 1.8;
    font-size: .75rem;
    color: #999;
    text-align: justify;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    position: relative;
}

.news_list11 li .newTool {
    padding: 1vw 0;
    color: #999999;
    margin-top: 1vw;
}

.news_list11 li .newTool .ntime {
    position: relative;
    font-size: 12px;
}

.news_list11 li .line_yell {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 5px;
    background: #0382ab;
    transition: all 600ms ease;
}

.news_list11 li:hover .line_yell {
    width: 100%;
}

.news_list11 li:hover .nright h3 {
    color: #0382ab;
}


/*  */

.c5_index {
    position: relative;
    background: rgba(250, 250, 250, 1);
    padding-top: 2rem;
}

.ttt2 {
    text-align: center;
}

.ttt2 h3 {
    font-size: 1.8rem;
    line-height: 1.6;
}

.ttt2 h3 span {
    color: #0382ab;
}

.ttt2 p {
    font-size: 1.3rem;
    line-height: 1.6;
}

.c5_wap {
    max-width: 1240px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 80px;
}


/*  */

.cp_container {
    position: relative;
    width: 100%;
    height: 100%;
}

.cp_container .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #fff;
}

.aaleft {
    position: relative;
    width: 50%;
}

.aaleft img {
    width: 100%;
}

.aaleft .cfu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2.5rem;
    width: 80%;
    background: rgba(255, 255, 255, .8);
    height: 75px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2rem;
}

.aaleft .cfu h4 {
    font-size: 0.9rem;
    font-weight: normal;
    color: #000;
}


/*  */

.aaright {
    position: relative;
    text-align: center;
    padding: 2.5rem;
    width: 50%;
}

.aaright b {
    display: block;
    color: #000000;
    font-weight: normal;
    font-family: georgia, serif;
    font-size: 1.7rem;
    margin-bottom: 1rem;
    line-height: 1;
}

.aaright h3 {
    font-size: .9rem;
    color: #000;
    font-weight: normal;
}

.aaright .spp {
    display: block;
    margin-top: 1rem;
    font-size: .7rem;
    color: #595959;
    line-height: 2;
}

.cp_container .swiper-button-prev,
.cp_container .swiper-button-next {
    position: absolute;
    margin-top: 0;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    bottom: 0px;
    width: 38px;
    height: 38px;
    transition: 0.3s;
    z-index: 999;
}

.cp_container .swiper-button-prev {
    left: calc(50% - 38px);
    background: url(../images/60712fe7b14ec9b5e30239bd0b57ee1912293e00.png) no-repeat center #0382ab;;
    background-size: 20%;
}

.cp_container .swiper-button-next {
    background: url(../images/c4fabc23cc08e947476348cd93658213aa8a2910.png) no-repeat center #0382ab;;
    right: calc(50% - 38px);
    background-size: 20%;
}

.cp_container .swiper-button-prev:hover {
    background: url(../images/60712fe7b14ec9b5e30239bd0b57ee1912293e00.png) no-repeat center #a0aab7;;
    background-size: 20%;
}

.cp_container .swiper-button-next:hover {
    background: url(../images/c4fabc23cc08e947476348cd93658213aa8a2910.png) no-repeat center #a0aab7;
    background-size: 20%;
}

.cp_container .swiper-pagination-custom {
    display: inline-block!important;
    position: relative!important;
    bottom: 0px!important;
    width: auto!important;
    left: auto!important;
    right: 0px!important;
    color: #000000;
    font-size: 1.4rem;
    letter-spacing: -2px;
    font-family: georgia, serif;
}

.cp_container .swiper-pagination-custom span {
    color: #000;
}


/* link */

.link {
    padding: 15px 0;
    line-height: 1.7;
    font-size: 12px;
    color: #333;
}

.link a {
    color: #333;
    margin-right: 10px;
}


/*  */

.max1200 {
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}


/* foot_wap */

.foot_wap {
    position: relative;
    background-color: rgba(39, 39, 39, 1);
    padding-top: 50px;
    padding-bottom: 30px;
}

.foot_wap .flex {
    display: flex;
    flex-wrap: wrap;
}

.foot_wap .flex>div {
    width: 25%;
    position: relative;
}

.ft_aa h3 {
    font-size: 22px;
    color: #FFFFFF;
    line-height: 1.4;
    font-weight: normal;
}

.ft_aa .ft_name {
    line-height: 1.8;
    color: #aaa;
    font-size: 14px;
    margin-top: 20px;
}

.ft_aa .gduo a {
    display: inline-block;
    line-height: 36px;
    margin-top: 10px;
    font-size: 14px;
    color: #2083a1;
}

.ft_bb {
    position: relative;
    padding-left: 4rem;
}

.ft_bb dl {
    position: relative;
}

.ft_bb dl dt {
    font-size: 16px;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 1.43em;
}

.ft_bb dd a {
    display: block;
    font-size: 14px;
    color: #aeaeae;
    line-height: 2.3;
}

.ft_bb dd a span {
    color: #aeaeae;
}

.ft_cc {
    position: relative;
}

.ft_cc dl {
    position: relative;
}

.ft_cc dl dt {
    font-size: 16px;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 1.43em;
}

.ft_cc dd {
    display: block;
    font-size: 14px;
    color: #A9A9A9;
    line-height: 2.2;
}.ft_cc dd a{    color: #A9A9A9;}

.ft_cc dd p:nth-child(1)::before {
    content: '';
    width: 14px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/fdeb25d5c3be1584b90905226553c3d42b74b360.png) no-repeat;
}

.ft_cc dd p:nth-child(2)::before {
    content: '';
    width: 17px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/4b57d78eae8a4d5a67a792892229359132ac3141.png) no-repeat;
}

.ft_cc dd p:nth-child(3)::before {
    content: '';
    width: 14px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/f1669eba10be7dd7fecf0bf36891c38388a67f23.png) no-repeat;
}

.ft_cc dd p:nth-child(4)::before {
    content: '';
    width: 20px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/38c4ae18f96de87bb3c8eed76ad83968bb6e53a0.png) no-repeat;
    
}

.ft_cc dd p:nth-child(5)::before {
    content: '';
    width: 17px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/fax.png) no-repeat;
    
}

.ft_dd {
    position: relative;
}

.ft_dd h3 {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.4;
    font-weight: 600;
}

.x-message-wrap2 {
    margin-top: 15px;
    margin-left: 5px;
    margin-right: 5px;
}

.x-message-wrap2 .row {
    margin-left: -5px;
    font-size: 0;
    margin-right: -5px;
}

.x-message-wrap2 div[class^='col-'] {
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
}

.x-message-wrap2 input[type='text'],
.x-message-wrap2 textarea {
    width: 100%;
    height: 40px;
    border: 1px solid #aaa;
    padding: 0 10px;
    font-size: 14px;
    color: #7b7b7b;
    background: transparent;
    outline: none;
    margin-bottom: 20px;
}

.x-message-wrap2 input[type='text']::-webkit-input-placeholder,
.x-message-wrap2 textarea::-webkit-input-placeholder {
    color: #7b7b7b;
}

.x-message-wrap2 input[type='text']:-ms-input-placeholder,
.x-message-wrap2 textarea:-ms-input-placeholder {
    color: #7b7b7b;
}

.x-message-wrap2 input[type='text']::-ms-input-placeholder,
.x-message-wrap2 textarea::-ms-input-placeholder {
    color: #7b7b7b;
}

.x-message-wrap2 input[type='text']::placeholder,
.x-message-wrap2 textarea::placeholder {
    color: #7b7b7b;
}

.x-message-wrap2 textarea {
    padding-top: 10px;
    height: 40px;
    resize: none;
}

.x-message-wrap2 #checkcode {
    float: left;
    width: 60%;
    margin-bottom: 0;
}

.x-message-wrap2 .checkCodeImg {
    float: left;
    display: block;
    text-align: center;
    width: 40%;
    height: 40px;
    font-size: 0;
    background: #e7e4e4;
    padding: 0px;
}

.x-message-wrap2 .checkCodeImg img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.x-message-wrap2 .checkCodeImg:after {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.x-message-wrap2 .checkCodeImg img {
    cursor: pointer;
}

.x-message-wrap2 .x-submit {
    margin-top: 15px;
    width: 100%;
    height: 40px;
    background: #0483a3;
    color: #fff;
    font-size: 14px;
    border: none;
    outline: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-message-wrap2 .x-submit:hover {
    background: #0483a3;
}

.x-message-wrap2 .n-default .x-textarea .msg-wrap {
    top: 7px;
}


/* 媒体查询 */

@media (max-width:992px) {
    .link{display:none;}
    .service_list li span {
        max-width: 100%;
        font-size: 12px;
    }
    .abb_cont .abb_txt {
        font-size: 14px;
    }
    .aaleft .cfu {
        height: 55px;
    }
    .c5_wap {
        margin-top: 20px;
        margin-bottom: 40px;
    }
    /*  */
    .foot_wap .flex>div {
        width: 50%;
    }
    .foot_wap .flex>div:nth-child(n+3) {
        margin-top: 15px;
    }
    .service_list {
        padding: 20px 3%;
    }
    .service_list li{
        max-width: 48%;
        margin: 0;
        
    }
}

@media (max-width:768px) {
    .c1_index {
        margin: 25px 0;
    }
    .cp_cate li {
        width: 100%;
    }
    .cp_cate li:nth-child(n+4) {
        width: 100%;
    }
    .c2left {
        width: 100%;
    }
    .c2right {
        width: 100%;
    }
 
    .c2right .c2_bom {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .c2_bom .swap {
        margin: 5px 15px;
    }
    .abb_cont .abb_tit b {
        font-size: 26px;
    }
    .abb_cont .abb_tit span {
        font-size: 20px;
    }
    .abb_cont .abb_tit .ab_fline {
        margin: 8px 0;
    }
    .abb_cont .abb_txt {
        font-size: 12px;
    }
    .news_list11 li a.imss>div {
        width: 100%;
    }
    /*  */
    .cp_container .swiper-slide {
        flex-wrap: wrap;
    }
    .aaleft {
        width: 100%;
    }
    .aaright {
        width: 100%;
        padding-bottom: 60px;
    }
    .cp_container .swiper-button-prev,
    .cp_container .swiper-button-next {
        top: auto;
        transform: translateX(0);
    }
    /*  */
    .foot_wap {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .foot_wap .flex>div {
        width: 100%;
    }
    .foot_wap .flex>div:nth-child(n+2) {
        margin-top: 15px;
    }
    .ft_bb {
        padding-left: 5px;
    }
}

@media (max-width:480px) {
    .ttt1 h3 {
        font-size: 22px;
    }
    .ttt1 p {
        font-size: 15px;
    }
    .ttt2 h3 {
        font-size: 22px;
    }
    .ttt2 p {
        font-size: 15px;
    }
    .cp_cate li .mask h3 a {
        font-size: 18px;
    }
    .cp_cate li .mask span {
        font-size: 12px;
    }
    .cp_cate li:nth-child(n+4) .mask span {
        width: 80%;
    }
    .c2left {
        padding: 30px 15px 30px;
    }
    .c2left .line_aa {
        font-size: 26px;
    }
    .c2left .line_bb {
        font-size: 18px;
    }
    .service_list li {
        max-width: 49%;
    }
    .service_list li .u_fline {
        max-width: 30px;
    }
    .c2_bom .swap span {
        font-size: 13px;
    }
    .c2_bom .swap .line_st {
        font-size: 16px;
    }
    .news_list11 li .nright .xwdt {
        font-size: 16px;
    }
    .news_list11 li .nright .xwdt em {
        font-size: 14px;
    }
    .news_list11 li .nright h3 {
        font-size: 16px;
    }
    .news_list11 li .listsumray {
        font-size: 12px;
    }
    .aaleft .cfu {
        width: 92%;
    }
    .aaleft .cfu h4 {
        font-size: 12px;
    }
    .cp_container .swiper-pagination-custom {
        font-size: 18px;
    }
    .aaright b {
        font-size: 20px;
    }
    .aaright h3 {
        font-size: 16px;
    }
    .aaright .spp {
        font-size: 12px;
    }
}


/* 手机页脚 */

.footer3 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #222;
}

.footer3 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer3 ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    font-size: 0;
}

.footer3 ul li a {
    display: block;
    color: #ffffff;
}

.footer3 ul li .iconfont {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.footer3 ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #ffffff;
}


@media(min-width:992px){
    .page-wrap-left{         
        display: none;}
   .xypg-left-nav{
       display: flex;
       flex-wrap: wrap;
   }
   .xypg-left-nav>li{
       width: 17%;
       border: none;
       text-align: center;
       background: #2083a1;
       margin: 1%;
       height: 50px;
       border-radius: 10px;
   }
   .xypg-left-title{
       display: none;
   }
   .xypg-left-con{
       border: none;
   }
   .xypg-left-nav>li .first-nav-btn{
       display: none;
   }
   .xypg-left-nav>li>a{
    color: #fff;
   }
   .xypg-left-nav>li:hover{
       background: #707070;
       border-radius: 20px;
   }
   .xypg-left-nav>li:hover a{
       color: #ffff;
   }

}

.page-wrap-right{
    width: 100%;
}

@media(max-width:992px){
    .page-wrap-right>.xypg-left-box{
        display: none;
    }
}



.page-banner{
    position: relative;
}
.bnnwz{
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    z-index: 1;
    top: 0
}

.lan{ font-size:18px;}


@media(max-width:1550px){
   .logo{ width:16%;}
   .x-menu{ width:63.75%;}
}
@media(max-width:1350px){
   .logo{ width:12%;}
   .x-menu{ width:67.75%;}
   .top_phone{ margin-right:0;}
}
@media(max-width:1400px){
.Banner-container{height: auto;
min-height: auto;
max-height: auto;}
.banner-background{height:500px; position:inherit;}

}
@media(max-width:1000px){
.xymob-head .lan{float: right;
position: fixed;
right: 10%;
top: 2%;}	
	}

@media(max-width:800px){
	.banner-background{height:280px; position:inherit;}}

.foot-po {
    width: 100%;
    display: none;
}

@media screen and (max-width: 640px) {
	.banner-background{height:220px; position:inherit;}
    /* 手机导航全局 */
    .foot-po {
        width: 100%;
        display: block;
        position: fixed;
        bottom: 0px;
        line-height: 35px;
        float: left;
        z-index: 99999;
    }

        .foot-po ul {
            display: flex;
        }

            .foot-po ul li {
                width: 25%;
                float: left;
                text-align: center;
                background-color: #0483a3;
                border-right: solid 1px #fff;
            }

                .foot-po ul li.etel { /*background-color:#000;*/
                }

                .foot-po ul li.enal {
                }

                .foot-po ul li:nth-child(4n) {
                    border-right: none;
                }

                .foot-po ul li a {
                    color: #fff;
                    font-size: 1em;
                }

                .foot-po ul li span {
                    float: left;
                    width: 100%;
                    text-align: center;
                    height: 25px;
                    margin-top: 2px;
                }

                    .foot-po ul li span img {
                        max-width: 100%;
                        vertical-align: top;
                    }

                .foot-po ul li p {
                    float: left;
                    width: 100%;
                    text-align: center;
                    height: 25px;
                    line-height: 25px; /*text-align:center; background-image:url(../img/t.png); background-repeat:no-repeat; background-position:0 5px;*/
                }
}

