*,
html,
body {
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
    color: #333;
}

ul,
ol,
dl,
li,
dt,
dd {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    vertical-align: middle;
    border: 0;
}

a {
    text-decoration: none;
}

.w1200 {
    width: 80%;
    margin: 0 auto;
}

.main_padding {
    padding: 108px 0;
}

.null {
    width: 100%;
    height: 80px;
}


/* 首页 标题*/

.indTit {
    text-align: center;
}

.indTit .main_title {
    font-size: 45px;
    color: #333;
    line-height: 50px;
    padding-bottom: 10px;
    position: relative;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 0;
}

.indTit i {
    width: 51px;
    height: 3px;
    display: block;
    margin: 16px auto 28px;
    background: #bfbfbf;
}

.indTit.left {
    text-align: left;
}

.indTit.left i {
    margin-left: 0 !important;
}

.indTit.white .main_title {
    color: #fff;
}

.indTit.white i {
    background: #fff;
}


/* .main_title {
    display: inline-block;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 48px;
    font-weight: 500;
    line-height: 1.1;
}

.main_title span {
    display: block;
    background: #007cc2;
    color: #fff;
    padding: 2px;
    font-size: 10px;
    margin-top: 6px;
    text-transform: uppercase;
} */


/*内页标题*/

.th_title {
    text-align: center;
    padding: 66px 0 50px;
}

.th_title>span {
    display: block;
    font-size: 28px;
    color: #313131;
    line-height: 45px;
    font-weight: normal;
}

.th_title p {
    color: #007cc2;
    font-size: 20px;
    line-height: 25px;
    font-family: "宋体";
}


/*  内页banner  */

.main_banner {
    width: 100%;
}

.main_banner img {
    width: 100%;
    min-height: 289px;
    object-fit: cover
}


/*  页数  */

#page {
    clear: both;
    overflow: hidden;
    margin-bottom: 50px;
    /*margin: 80px auto;*/
    text-align: center;
    /*padding-top: 80px;*/
}

#page ul {}

#page ul a {
    display: inline-block;
    border: 1px solid #007cc2;
    padding: 3px 14px;
    line-height: 26px;
}

#page ul a {
    color: #de432f;
    font-size: 14px;
    font-weight: 600;
}

#page ul a:hover {
    background: #007cc2;
    cursor: pointer;
    color: #ffffff;
}

#page ul a.current {
    color: #ffffff;
    background: #007cc2;
}

/*====   common	 ===============================================================================================*/
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 48px;
}

.swiper-pagination-bullet {
    width: 68px;
    height: 4px;
    border-radius: 0;
    opacity: 1;
    transition: all 0.48s;
}

.swiper-pagination-bullet-active {
    background: #007cc2 !important;
}

.white .swiper-pagination-bullet {
    background: #fff;
}

/*====   main  common ===============================================================================================*/

.box-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .18);
}

.text-large {
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 3px;
    font-family: "trump_soft_proregular", Arial, Helvetica, sans-serif;
}

.title-large {
    font-size: 15px;
    line-height: 40px;
    color: #000;
    letter-spacing: 1px;
    display: block;
}

.separator-line-thick {
    height: 2px;
    width: 8%;
    background: #c6ba9a;
    margin: 0 auto;
}

/*  */
.indMore .more,
.highlight-button-black-border {
    position: relative;
    display: inline-block;
    width: 248px;
    height: 54px;
    line-height: 54px;
    border: 1px solid #666;
    color: #666;
    background: transparent;
    font-size: 15px;
    text-align: center;
    letter-spacing: 1px;
    -webkit-transition: all .5s;
    transition: all .5s;
    margin-top: 62px;
}

.highlight-button-black-border.s {
    font-size: 13px;
    height: 42px;
    line-height: 42px;
    width: 138px;
}

.indMore .more::before {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 100%;
    background: #007cc2;
    transition: all 0.48s;
    z-index: -1;
}

.indMore .more:hover {
    color: #fff;
    border-color: #fff;
}

.indMore .more:hover::before {
    width: 100%;
}

/* header 
===============================================================================================*/

header {
    position: fixed;
    width: 100%;
    padding: 10px 0;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: all 0.48s;
}

header .w1200 {
    max-width: 90%;
    width: 90%;
}

.headImg {
    height: 60px;
}

.headImg2 {
    display: none;
}

header ul {
    float: right;
}

header li {
    display: inline-block;
    margin: 0 32px;
    line-height: 60px;
}

header li a {

    font-size: 17px;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
}

header.bg {
    background: #fff;
}

header.bg .headImg1 {
    display: none;
}

header.bg .headImg2 {
    display: inline-block;
}

header.bg ul li a {
    color: #333;
}

/*  */
.headMenu {
    position: relative;
    width: 22px;
    height: 20px;
    display: none;
    cursor: pointer;
    margin-top: 3px;
    transform: scale(1.2);
}

.headMenu span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #1d1d1d;
    position: absolute;
    left: 0;
    transition: width 0.3s ease 0s;
}

.headMenu .headMenu_span1 {
    width: 12px;
    top: 0;
}

.headMenu .headMenu_span2 {
    width: 20px;
    top: 6px;
}

.headMenu .headMenu_span3 {
    width: 16px;
    top: 13px;
}

.headMenu.click .headMenu_span1 {
    width: 20px;
    transform: rotate(-45deg) translateY(9px);
}

.headMenu.click .headMenu_span2 {
    opacity: 0;
}

.headMenu.click .headMenu_span3 {
    width: 20px;
    transform: rotate(45deg) translateY(-9px);
}

/*  */
.headBox {
    background: right 0 no-repeat #fff;
    height: 100%;
    left: 0;
    opacity: 0 !important;
    overflow: hidden;
    position: fixed;
    top: 0;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    visibility: hidden !important;
    width: 100%;
    z-index: 3000;
    padding: 5%;
}

.headBox ul {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 48%;
    left: 0;
    width: 100%;
    text-align: center;
}

.headBox li a {
    display: block;
    font-size: 17px;
    padding-bottom: 20px;
    outline: none;
    letter-spacing: 1px;
}

.headBox li {
    margin-bottom: 15px;
}

.headBtn {
    font-size: 22px;
    letter-spacing: 2px;
    height: 80px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    background: #423f43;
    text-align: center;
    line-height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headBtn a {

    flex: 1;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.headBtn a:last-of-type {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.headBtn svg {
    width: 32px;
    height: 32px;
}

.headBox.open {
    opacity: 1 !important;
    visibility: visible !important;
}

.headBox.open .headBtn {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.headBox.open .headIco {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.headBox.open li:nth-child(1) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.headBox.open li:nth-child(2) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.headBox.open li:nth-child(3) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.headBox.open li:nth-child(4) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.headBox.open li:nth-child(5) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.headBox.open li:nth-child(6) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.headBox.open li:nth-child(7) {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.headBox.open li:nth-child(8) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.headBox.open li:nth-child(9) {
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

.headBox.open li:nth-child(10) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.headBox.open li {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

/* banner 
===============================================================================================*/
.banner {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.68), transparent);
    background: linear-gradient(rgba(0, 0, 0, 0.68), transparent);
    z-index: 3;
}

.banner .swiper-container {
    height: 100%;
}

.banner .swiper-slide {
    display: block;
}

.banner .slide-img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
    animation: zoomUp 10s linear 0s 1 normal both;
}

@keyframes zoomUp {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

/* index 
===============================================================================================*/

.main_about {
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/abBg.png)
}

.main_about_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.main_about_con {
    width: 46%;
    padding-right: 9%;
}

.main_about_con p {
    line-height: 32px;
    font-size: 14px;
    color: #666;
}

.main_about_img {
    width: 54%;
    overflow: hidden;
}

.main_about_img img {
    width: 100%;
    transition: all 0.48s;
}

.main_about_img:hover img {
    transform: scale(1.1);
}

/* main_pro */
.main_pro {
    clear: both;
    overflow: hidden;
}

.main_pro_box {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 68px 28px;
}

.main_pro_items {
    cursor: pointer;
    width: 50%;
    position: relative;
    text-align: center;
    padding: 28px;
}

.main_pro_img {
    position: relative;
    padding-top: 50%;
    width: 100%;
    overflow: hidden;
}

.main_pro_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.48s;
}

.main_pro_title {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    background: -webkit-linear-gradient(rgba(0, 187, 255, 0), rgba(0, 0, 0, 0.68));
    background: linear-gradient(rgba(0, 187, 255, 0), rgba(0, 0, 0, 0.68));
}


.main_pro_title>div {
    width: 100%;
    padding: 48px;
    text-align: left;
}

.main_pro_title span {
    color: #eee;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 6px;
}

.main_pro_title p {
    color: #fff;
    font-size: 23px;
    line-height: 2;
    font-weight: 500;
    letter-spacing: 1px;
}

@media(min-width:1025px) {
    .main_pro_items:hover .main_pro_img img {
        transform: scale(1.1);
    }

}

/* main_news */
.main_news {
    position: relative;
    background: #f8f8f8;
    overflow: hidden;
    text-align: center;
}

.main_news_box {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.main_news_items {
    width: 31%;
}

.main_news_items>p {
    font-size: 12px;
    text-indent: 2em;
    color: #999;
    text-align: justify;
    line-height: 24px;
    width: 86%;
    margin: 20px 0 0;
}

.main_news_img {
    position: relative;
    width: 100%;
    padding-top: 62%;
    transition: all 0.48s;
}

.main_news_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_news_txt {

    background: #fff;
    padding: 42px;
    text-align: left;
}

.main_news_txt .span {
    min-height: 64px;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.6;
    margin-top: 6px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main_news_txt .time {
    font-size: 14px;
    text-transform: capitalize;
    color: #999;
}

.main_news_txt p {
    line-height: 1.8;
    margin-top: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #666;
    letter-spacing: 1px;
}


/*====   about  ===============================================================================================*/
.abCom {
    position: relative;
    padding: 108px 0;
    overflow: hidden;
}

.abCom_box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.abCom_box>div {
    width: 50%;
}

.abCom_img img {
    width: 100%;
}

.abCom_txt {
    padding-left: 5%;
}

.abP::-webkit-scrollbar {
    width: 3px;
    height: 100%;
}

.abP::-webkit-scrollbar-track {
    background: #f4f4f4;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.abP::-webkit-scrollbar-thumb {
    background: #e0e0e0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.abP {
    height: 374px;
    overflow: auto;
    background: #fff;
    position: relative;
    z-index: 11;
    padding-right: 24px;
}

.abP p {
    color: #666;
    font-size: 14.5px;
    line-height: 2.1;
    letter-spacing: 1px;
    margin: 0 auto 18px;
}


/*过渡*/
.abGd {
    width: 100%;
    height: 54vh;
    min-height: 489px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed
}

/* hor */
.abHor {
    padding: 82px 0;
}

.abHor_box {
    margin-top: 48px;
}

.abHor_img {
    position: relative;
    padding-top: 134%;
    border: 1px solid #eee
}

.abHor_img img {
    width: 90%;
    position: absolute;
    top: 0;
    left: 5%;
    height: 100%;
    object-fit: contain;
}

.abHor .swiper-pagination {
    position: relative !important;
    bottom: 0 !important;
    margin-top: 18px;
}

.abHor .swiper-pagination-bullet {
    opacity: 0.28;
}


.abHor .swiper-pagination-bullet-active {
    opacity: 1;
}

/*====   product  ===============================================================================================*/
.product {
    text-align: center;
    padding: 82px 0;
    margin: 0 auto;
}

.proBox {
    overflow: hidden;
}

.proA {
    display: block;
    overflow: hidden;
    float: left;
    width: 50%;
    position: relative;
    padding: 25px;
}

.proImg {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    padding-top: 54%;
}

.proImg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .48s;
}

.proTxt {
    display: block;
    position: relative;
    padding: 28px;
    border: 0;
    background: #fff;
    transition: all 0.48s;
    top: 0;
}


.proTxt::before {
    content: "";
    position: absolute;
    bottom: auto;
    top: -10px;
    width: 20px;
    left: calc(50% - 10px);
    height: 20px;
    background: #fff;
    transform: rotate(45deg);
    z-index: 10;
}

.proA:hover .proTxt {
    top: -14px;
}

.proTxt h3,
.proTxt p,
.proTxt .proMore {
    position: relative;
    z-index: 11;
}

.proTxt h3 {
    margin: 0;
    cursor: pointer;
    width: auto;
    color: #333;
    font-weight: 500;
    font-size: 22px;
    position: relative;
    padding-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.proTxt p {
    color: #666666;
    font-size: 12px;
}

.proMore {
    cursor: pointer;
    display: inline-block;
    width: auto;
    font-family: "walsheim-regular";
    color: #333;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: .04em;
    position: relative;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.proMore:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #333;
    bottom: auto;
    top: 100%;
    -webkit-transform: scaleY(0.5);
    -moz-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    -o-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.proA:hover .proImg img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.proA .proMore:hover:after {
    left: 10%;
    width: 80%;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

/*====   proDet  ===============================================================================================*/
.proDet {
    padding: 82px 0;
}

.proDet_box {
    position: relative;
}

.proDet_img {
    display: block;
    position: relative;
    padding-top: 60%;
    opacity: 0.5;
    transition: all .48s;
}

.proDet_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.proDet .swiper-pagination {
    display: none;
    position: relative !important;
    bottom: 0 !important;
}

.proDet .swiper-pagination-bullet {
    opacity: 0.28;
}

.proDet .swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-slide-active .proDet_img {
    opacity: 1;
}

.proDet .swiper-button-prev,
.proDet .swiper-button-next {
    z-index: 99;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: 0;
}

.proDet .swiper-button-prev {
    left: 22.5%;
}

.proDet .swiper-button-next {
    right: 22.5%;
}

.proDet .swiper-button-prev:after,
.proDet .swiper-button-next:after {
    content: none;
}

.proDet_btm {

    margin-top: 68px;
}

.proAdv {
    position: relative;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap
}

.proAdv_a {
    position: relative;
    display: block;
    width: 31.33%;
    margin-right: 2%;
    overflow: hidden;
}

.proAdv_a:nth-child(3n) {
    margin-right: 0;
}

.proAdv_img {
    position: relative;
    padding-top: 68%;
    overflow: hidden;
}

.proAdv_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.proAdv_txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    display: flex;
    align-items: flex-end;
    background: rgba(0, 124, 194, .68);
    transition: all .48s;
}

.proAdv_txt span {
    display: block;
    padding: 24px;
    font-size: 22px;
    color: #fff;
    letter-spacing: 1px;
    position: relative;
    top: 48px;
    transition: all .48s;
}

.proAdv_a:hover .proAdv_txt {
    height: 100%;
}


.proAdv_a:hover .proAdv_txt span {
    top: 0;
    transition-delay: .48s
}

/*====   cases  ===============================================================================================*/

.cases {
    text-align: center;
    padding: 82px 0;
}


/*====   news  ===============================================================================================*/

.news {
    position: relative;
    background: #f8f8f8;
}

.news .main_news_box {
    justify-content: inherit;
}

.news .main_news_items {
    margin-bottom: 50px;
    margin-right: 2%;
}

.news .main_news_items:nth-child(3n) {
    margin-right: 0
}

.news .post-title {
    margin: 0;
}


/*====   newDet  ===============================================================================================*/

.newDet {
    padding: 82px 0;
    max-width: 1180px;
    margin: 0 auto;
}

.newDet_top {
    text-align: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 28px;
    margin-bottom: 28px;
}

.newDet_top h2 {
    font-size: 24px;
    line-height: 1.6;
    width: 80%;
    margin: 0 auto 18px;
}

.newDet_top span {
    display: inline-block;
    color: #888888;
    font-size: 13px;
    margin: 0 10px;
}

.newDet_body {
    border-bottom: 1px solid #c9c9c9;
}

.newDet_body div {
    text-align: left !important
}

.newDet_body span,
.newDet_body p {
    font-weight: inherit;
    line-height: 1.8;
    font-size: 14px;
    color: #666;
    text-align: left !important;
}


.newDet_body img {
    max-width: 100%;
    margin: 20px 0 !important;
}


.newDet_btn {
    text-align: center;
}

.newDet_btn a {
    display: inline-block;
    margin: 20px;
    font-size: 13px;
    height: 42px;
    line-height: 42px;
    width: 138px;
    border: 1px solid #eee;
    color: #999;
}


/*====   inline  ===============================================================================================*/

.inline {
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.inline::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 124, 194, 0.28);
}

.inline_tit span {
    font-size: 30px;
    color: #fff;
    line-height: 1;
    display: block;
}

.inline_tit p {
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    padding: 16px 0px 12px;
    font-size: 17px;
    line-height: 1.6;
    letter-spacing: 0.5px;
    margin-bottom: 48px;
    color: #fff;
}

.inline_box {
    position: relative;
    padding: 86px 0;
    overflow: hidden;
    max-width: 1180px;
}

.inlineFlex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.inlineForm {
    width: calc(100% - 308px);
    border: 1px solid transparent;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.1);
}

.inlineIco {
    width: 289px;
}

.inlineForm form {
    position: relative;
    margin: 10px;
    background: rgba(255, 255, 255, 0.48);
    padding: 34px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap
}

.inlineForm div {
    display: inline-block;
    width: 48%;
    position: relative;
}

.inlineForm .inlineForm_wid {
    width: 100%;
}

.inlineForm .inlineForm_err {
    position: absolute;
    right: 10px;
    top: 49%;
    color: red;
}

.inlineForm span {
    font-size: 14px;
    color: #333;
}



.inlineForm input,
.inlineForm textarea,
.inlineForm select {
    background: #fff;
    width: 100%;
    line-height: 1.8;
    font-size: 14px;
    margin: 8px 0 15px;
    padding: 10px 12px;
    color: #787878;
    outline: none;
}

.inlineForm select {
    color: #787878;
}

.inlineForm textarea {
    height: 128px;
}


.inlineForm .inlineForm_btn {
    text-align: center;
    display: flex;
    align-items: stretch;
    justify-content: space-between
}

.inlineForm_btn a {
    margin-top: 13px;
    border: 0;
    width: 49%;
    float: left;
    text-align: center;
    display: block;
    height: 48px;
    line-height: 48px;
    background-color: #5f94d0;
    font-size: 15px;
    color: #fff;
}

.inlineIco>div {
    position: relative;
    padding: 86px 0px;
    margin-bottom: 14px;
    text-align: center;
    background-color: #89b1de;
    box-sizing: content-box;
}

.inlineIco>div:last-of-type {
    background-color: #5f94d0;
}

.inlineIco h3 {
    margin-bottom: 24px;
    color: #eee;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 1px;
}

.inlineIco h3 span {
    display: block;
    font-size: 12px;
    color: #eee;
    letter-spacing: 0;
}

.inlineIco img {

    width: 60px;
}

.inlineIco p {
    letter-spacing: 0.5px;
    text-align: center;
    color: #fff;
    line-height: 1.8;
    font-size: 13px;
}

.inline_tab a {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

/*====   contact  ===============================================================================================*/
.conMess {
    position: relative;
    padding: 82px 0;
}

.conBox {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 1px #999 dotted;
    border-bottom: 1px #999 dotted;
}

.conBox>div {
    width: 50%;
}

.conLeft {
    padding: 38px 60px;
    border-left: 1px #999 dotted;
}

.conLeft .conTxt {
    width: 100%
}

.conLeft .conTxt span {
    display: block;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 24px;
}

.conLeft .conTxt p {
    font-size: 14px;
}

.conRight {
    border-right: 1px #999 dotted;
    border-left: 1px #999 dotted;
    padding: 0 15px;
}

.conItem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 38px 28px;
    overflow: hidden;
}

.conItem:first-child {
    border-bottom: 1px #999 dotted;
}

.conTxt {
    width: calc(100% - 134px)
}

.conRight span {
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.conTxt p {
    margin-bottom: 10px;
    font-size: 13px;
}

.conTxt p:first-child {
    font-size: 16px;
    font-weight: bold;
}

.conIco {
    width: 128px;
    margin-top: 10px;
}

.conImg {
    width: 134px;
    height: 134px;
    border-radius: 50%;
    overflow: hidden;
}

.conImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*map*/
.iw_poi_title {
    color: #007cc2;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}

.pop .bottom,
.pop .center {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


.contant_map {
    margin: 0 auto 82px;
}

#dituContent {
    width: 100%;
    height: 468px;
    border: #ccc solid 1px;
}


/*====   footer  ===============================================================================================*/

footer {
    background: #171717;
}

.footNav {
    padding: 68px 0 108px;
}

.footNav_box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footNav_mlb {
    display: none;
    margin-top: 28px;
}

.footNav_mlb li {
    margin-top: 10px;
}

.footNav_mlb img {
    display: inline-block;
    width: 16px;
    margin-right: 10px;
}


.footNav_l .footNav_mlb a {
    display: inline-block;
    color: #fff;
}

.footNav_l {
    width: 268px;
}

.footNav_l a {
    display: block;
}

.footNav_l a img {
    width: 128px;
}

.footNav_ewm {
    width: 100px;
    margin-top: 32px;
}

.footNav_ewm img {
    width: 100%;
}

.footNav_r {
    padding-left: 5%;
    width: calc(100% - 268px);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 24px;
}

.footNav_r .h4 {
    color: #eeeeee;
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 28px;
    font-weight: 500;
    line-height: 2;
    display: block;
}

.footNav_r li a {
    font-size: 15px;
    line-height: 1.6;
    color: #eeeeee;
    font-weight: 100;
    opacity: 0.38;
    letter-spacing: 1px;
    margin-bottom: 14px;
    display: inline-block;
}

.footNav_r li a:hover {
    color: #007cc2;
}

.footNav_r li img {

    opacity: 0.5;
    height: 16px;
    margin-right: 10px;
    position: relative;
    top: 5px;
}

footer .footer-top {
    display: none;
    border-bottom: 1px solid #5a5a5a;
    padding-bottom: 10px;
    overflow: hidden;
}

footer .footer-top .footer-top_ul,
footer .footer-top .footer-top_icon {
    float: left;
}

footer .footer-top .footer-top_ul {
    width: 78%;
    padding: 20px 0;
}

footer .footer-top .footer-top_ul li {
    display: inline-block;
    padding: 0 34px;
}

footer .footer-top .footer-top_ul li:first-child {
    padding-left: 0;
}

footer .footer-top .footer-top_ul li a {
    font-size: 15px;
    color: #eeeeee;
}

footer .footer-top .footer-top_ul li a:hover {
    color: #007cc2;
}

footer .footer-top .footer-top_icon {
    text-align: right;
    width: 22%;
    padding: 20px 10px;
}

footer .footer-top .footer-top_icon a {
    margin-left: 18px;
}

footer .footer-top .footer-top_icon img {
    margin: 0 5px;
    height: 20px;
}


.footCopy {
    overflow: hidden;
    background: #000000;
    padding: 28px 0;

}

.footCopy_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footCopy_div a,
.footCopy_div {
    color: #bbbbbb;
    font-size: 12px;
    text-transform: uppercase;
}