@charset "utf-8";
body{margin: 0;padding: 0;}
.owl-theme .owl-controls{margin-top:10px;text-align:center}
.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter:Alpha(Opacity=100);opacity:1;text-decoration:none}
.owl-theme .owl-controls .owl-page{display:inline-block;zoom:1}
.owl-theme .owl-controls .owl-page span{display:block;height:25px;margin:5px 7px;filter:Alpha(Opacity=50);opacity:1;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;overflow:hidden}
.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{filter:Alpha(Opacity=100);opacity:1}
.owl-theme .owl-controls .owl-page span.owl-numbers{height:auto;width:auto;color:#FFF;padding:2px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}
.owl-pagination{position:absolute;bottom:10px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);text-align:center;-webkit-tap-highlight-color:transparent}
.owl-pagination .owl-page{display:inline-block;zoom:1}
.owl-pagination .owl-page span{position:relative;transition:.36s ease}
.owl-pagination .owl-page span{background-color:transparent;width:auto;height:auto}
.owl-pagination .owl-page{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-pagination{position:absolute;bottom:10px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}
.owl-pagination .owl-page:nth-of-type(1) span:after{content:"01"}
.owl-pagination .owl-page:nth-of-type(2) span:after{content:"02"}
.owl-pagination .owl-page:nth-of-type(3) span:after{content:"03"}
.owl-pagination .owl-page span{border:0}
.owl-pagination .owl-page:nth-of-type(1) span:after{font-size:16px;font-family:CYJXY;color:#6b6969}
.owl-pagination .owl-page:nth-of-type(2) span:after{font-size:16px;font-family:CYJXY;color:#6b6969}
.owl-pagination .owl-page:nth-of-type(3) span:after{font-size:16px;font-family:CYJXY;color:#6b6969}
.owl-pagination{bottom:40px}
.owl-pagination .owl-page span{background-color:transparent;width:auto;height:auto;}
.owl-pagination .owl-page span{position:relative;transition:.36s ease}
.owl-pagination .owl-page.active span:after{color:#fff}
.owl-pagination .owl-page.active span{padding-right:146px;background:0 0;}
.owl-pagination .owl-page.active span:before{width:146px}
.owl-pagination .owl-page span:before{content:"";position:absolute;top:10px;left:31px;background-color:#fff;width:0;height:1px;transition:.36s ease}
.owl-pagination .owl-page:last-of-type span:before{left:auto;right:31px}
.owl-pagination .owl-page:last-of-type.active span{padding-left:146px;padding-right:0}
.owl-pagination .owl-page:last-of-type.active span:before{left:auto;right:31px}
.owl-pagination .owl-page{margin-right:8px}
.owl-item .item img{display:block;width:100%!important;}
.zysearch.sea_search.jxen2 {
    display: none;
}
/*banner nav prev next buttons*/
.owl-buttons {
    height: 0;
    top: 50%;
    -webkit-transform: translateY(calc(-50%));
    -ms-transform: translateY(calc(-50%));
    transform: translateY(calc(-50%));
    position: absolute;
    width: 100%;
    margin: 0;
}
.owl-buttons {
  display: none;
  text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-buttons .owl-prev,.owl-buttons .owl-next {
    width: 36px;
    height: 120px;
    margin-left: 16px;
    margin-right: 16px;
    border-radius: 2px 0 0 2px;
}
.owl-buttons .owl-prev, .owl-buttons .owl-next {
    height: 80px;
}
.owl-buttons .owl-prev {
    position: absolute;
    left: 0;
    background: rgba(0,0,0,.2);
    padding: 0;
    border-radius: 0;
    cursor: pointer;
    background-image: url(../images/left.png);
    background-repeat: no-repeat;
    background-position: 7px 30px;
}
.owl-carousel .owl-prev:hover,.owl-carousel .owl-next:hover {
  background-color: #0b74c3;
  font-weight: bold;
}
.owl-buttons .owl-prev, .owl-buttons .owl-next {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.owl-buttons .owl-next {
  position: absolute;
    right: 0;
    background: rgba(0,0,0,.2);
    padding: 0;
    border-radius: 0;
    cursor: pointer;
    background-image: url(../images/right.png);
    background-repeat: no-repeat;
    background-position: 7px 30px;
}
/*progress bar*/
#bar {
  position: relative;
  bottom: 60%;
    width: 0%;
    max-width: 60%;
    height: 2px;
    background: #fff;
    overflow: hidden;
    bottom: 55px;
}
#progressBar {
    /*width: 100%;*/
    background: #100E0E;
    text-align: center;
    margin-left: 20%;
    margin-bottom: 50%;
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel{
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
    
.owl-carousel .owl-item{
    float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


.mbxnav .nav_bar_box {
  overflow: hidden;
}
.mbxnav .nav_bar_box .breadcrumb {
  display: inline-block;
  width: 100%;
  margin-bottom: 0px;
}
.mbxnav .nav_bar_box .breadcrumb a {
  color: #666;
}
.mbxnav .bar_qy_hy {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 20px 0;
}
.mbxnav .bar_qy_hy span {
  display: inline-block;
  padding: 10px 10px;
  cursor: pointer;
  color: #999;
}
.mbxnav .bar_qy_hy .active a {
  color: #6d0fc5;
  font-size: 20px;
  font-weight: bold;
}
.fbxj{
  width: 100%;
  overflow: hidden;
}
.right_input {
  overflow: hidden;
  height: auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);

}
.right_input .red{

}
.right_input h4 {
  text-align: center;
  color: #690599;
}
.right_input li {
  text-align: left;
  display: block;
  overflow: hidden;
  padding: 15px 0;
}
.lix_name{
  font-size: 16px;
}
 .right_input li input {
  height: 60px;
}
.right_input li input,
.right_input li textarea {
    font-size: 12px;
    border: 0;
    padding: 10px;
    border-bottom: 1px solid #eee;
    background-color: #fff;
    width: 100%;
    outline: none;
}
 .right_input li .red {
  display: inline-block;
  color: red;
}
 .right_input .fbxj_sub {
  text-align: center;
  padding: 20px 0;
}
 .right_input .fbxj_sub span {
    display: inline-block;
    width: 172px;
    border: 0;
    background: #333;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    height: 46px;
    line-height: 45px;
    cursor: pointer;
}
.owl-pagination {
    position: absolute;
    left: 50%!important;
        bottom: 116px!important;
    width: 100%;
    height: 22px;
    text-align: center;
}
/*div#bar {
  margin-bottom: 50!important;
}*/

.yingwen{
    /*font-family: "SF UI Text";*/
    font-weight:300;
  }
.connect{
  border-bottom:1px solid #ccc;
  /*font-family: "Ping Fang SC";*/
}
html body{
  font-family: "SF-UI-Text","PingFang SC","Helvetica Neue", Helvetica, Arial,"Microsoft YaHei","SimHei", sans-serif;
}

ul,li,p{
  list-style: none;
  padding: 0;
  margin: 0;
}
.connect .cur_po{
  cursor: pointer;
  }

.connect .pic_blod{
  
  /*font-family: 'PingFangSC Medium';*/
  font-weight:500;
}
.connect input{
  height:40px;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #ccc;
    letter-spacing: 1px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ccc;
    letter-spacing: 1px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ccc;
    letter-spacing: 1px;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #ccc;
    letter-spacing: 1px;
}
.connect .mes_title{
  margin-top:30px;
}
.connect .mes_px,.pic_show>.container>.connect_our{
  font-family:'cormorant_scsemibold';
}
.contact-info-section .row {
    max-width: 92.25rem!important;
    margin-bottom: 3rem;
}

@media (max-width:1800px){
 .hero-slider {
    margin-top: -2rem;
} 
}
@media (max-width:1680px){
 .hero-slider {
    margin-top: -4rem;
} 
}
@media (max-width:1600px){
 .hero-slider {
    margin-top: -7rem;
} 
}
@media (max-width:1500px){
 .hero-slider {
    margin-top: -13rem;
} 
}
@media (min-width:992px){
  .connect .pic_show .container>p{
    font-size: 72px;
        font-family: -webkit-pictograph;
  }
/*  .hero-slider {
    margin-top: -12rem;
}*/
  .connect .con_title{
    background: url("../../assets/image/1233.png") no-repeat center center;
    background-size:cover;
    position: relative;
    z-index:1;
    height:214px;
    width:100%;
  }
  .connect .warp_black{
    background: rgba(0,0,0,.6);
    z-index:2;
    height:214px;
    width:100%;
  }
  .connect .con_title_box{
    z-index: 3;
    position: absolute;
    top:83%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding:0 15px 0 15px;

  }
  .connect .con_title_box>li{
    float:left;
    width:33%;
    text-align: center;
    height:100%;
    color:white;
  }
  .connect .con_title_box>li>h2,.connect .con_solid>h2{
    font-size:24px;
    font-weight: 400;
  }
  .connect .con_title_box>li>p,.con_solid>p{
    font-size:14px;
    padding-top:10px;
  }
  .connect .con_solid{
    width:100%;
    border-left:1px solid #fff;
    border-right:1px solid #fff;
  }

  .connect .con_message_test{
    text-align: center;
    margin-top:25px;
  }
  .connect .mes_px,.pic_show>.container>.connect_our,.connect_en .lianxi_tou{
    font-size: 72px;
        font-family: -webkit-pictograph;
    line-height: 100px;
    margin:0;
  }
  .connect .mes_p1,.mes_p2,.mes_p3{
    font-size: 18px;
    line-height: 30px;
  }
  .connect .con_message_form{
    height:610px;
  }
  .connect .pic_show{
    margin-top:10px;
    text-align: center;
    margin-bottom: 20rem;
    position: relative;
  }
  .connect .pic_address{
  /*  padding:48px 170px 60px 170px;*/
  }
  .connect .pic_address>ul>li{
    width: 100%;
    height:500px;
  }
  .connect .pic_address>ul>li{
    position: relative;
  }
  .connect .pic_address>ul>.pic_one,.connect .pic_three,.pic_five{
    float:left;
  }
  .connect .pic_address>ul>li>img{
    width:100%;
    height: 100%;
  }
  .connect .pic_address>ul>.pic_two,.connect .pic_four{
    float:right;
  }
  .connect .pic_three,.connect .pic_four,.connect .pic_five{
    margin-top:60px;
  }
  .connect .pic_black{
    width:100%;
    height:220px;
    vertical-align: middle;
  }
  .connect .pic_black>p{
    color:white;
    margin-top:140px;
    font-size: 40px;
    font-weight:500;
  }
  .connect .pic_address>ul>li>.pic_black{
    background: rgba(0,0,0,.4);
    position: absolute;
    top:0;
    height: 600px!important;
  }
  .connect .pic_text{
    background: #fff;
    position: absolute;
    top: 520px;
    width: 800px;
    text-align: left;
    padding: 30px 0 36px 48px;
    height: 250px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 43px 105px -20px #eee;
  }
  .connect .pic_text p{
    font-size: 14px;
    line-height:32px;
  }
  
  .connect .pic_blod{
    font-weight:600;
    line-height:25px;
  }
  .connect .pic_text>.pic_blod{/*鑾峰彇璺嚎*/
    color:#00AFF5;
  }
  .connect .con_last{
    background: #000;
    height:310px;
    color:#fff;
    text-align: center;
    padding-top:80px;
  }
  .connect .con_last_p1{
    font-size: 36px;
    line-height: 50px;
  }
  .connect .con_last_p3{
    font-size: 14px;
    line-height: 20px;
    color:#00AFF5;
    margin-top:30px;
  }
  .cont-ewm{
    float: right;
    position: relative;
    top: -175px;
    right: 36px;
  }
  .connect .con_message_form{
    padding:0px 30px 0px 30px;
  }
  .connect .mes_title{
    font-size:14px;
  }
  .connect table{
    width:100%;
  }
  .connect tr{
    width:100%;
  }
  
  .connect .jianju{
    width:40px;
  }
  .connect .doPost{
    width: 160px;
    height: 40px;
    border:none;
    background:none;
    border:1px solid #000;
    font-size: 18px;
    font-weight:600;
    cursor: pointer;
  }
  .connect .doPost:hover{
    background: #eee;
  }
  .connect .con_mes_tab{
    
    height: 100%;
  }


  /*form*/
  .connect .dian{
    color:#D0021B;
  }
  .connect .yincang{
    display: none;
  }
  .connect .xianshi{
    display: block;
  }
  .connect .con_mes_tab>tr>td{
    position: relative;
  }
  .connect .tishi{
    position: absolute;
    height:20px;
    color:#D0021B;
    font-size:12px;
    padding-top:3px;
  }
  .connect .zishu{
    /*width:100px;*/
    float:right;
  }
}
.connect_en .pic_text .xiahua:hover{
  color:#00aff5;
  border-bottom:1px solid #00aff5;
}
.connect .tishi{
  letter-spacing: 0.5px;
}
@media (min-width: 1200px){
  .connect .con_title{
    background: url("../../assets/image/1233.png") no-repeat center center;
    background-size:cover;
    position: relative;
    z-index:1;
    height:675px;
    width:100%;
    /*border:2px solid red;*/
  }
  .connect .warp_black{
    background: rgba(0,0,0,.6);
    z-index:2;
    height:675px;
    width:100%;
  }
}
@media (min-width: 768px) and (max-width: 992px){
  .connect .con_title{
    background: url("../../assets/image/1233.png") no-repeat center center;
    background-size:cover;
    position: relative;
    z-index:1;
    height:166px;
    width:100%;
  }
  .connect .con_solid{
    border:0;
  }
  .connect .warp_black{
    background: rgba(0,0,0,.6);
    z-index:2;
    height:166px;
    width:100%;
  }
  .connect .con_title_box{
    z-index: 3;
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    /*height:50%;*/
    padding:0 15px 0 15px;
  }
  .connect .con_title_box>li{
    float:left;
    width:33%;
    text-align: center;
    /*height:100%;*/
    color:white;
  }
  .connect .con_title_box>li>h2,.connect .con_solid>h2{
    font-size:20px;
    font-weight: 400;
  }
  .connect .con_title_box>li>p,.connect .con_solid>p{
    font-size:12px;
  }
  .connect .con_solid{
    width:100%;
  }


  .connect .con_message_test{
    text-align: center;
  }
  .connect .mes_px,.pic_show>.container>.connect_our{
    font-size: 50px;
    line-height: 82.6px;
    margin:0;
  }
  .connect .mes_p1,.connect .mes_p2,.connect .mes_p3{
    font-size: 16px;
    line-height: 25px;
  }
  .connect .con_message_form{
    margin-top:50px;
    height:500px;
  }
  .connect .pic_show{
    text-align: center;
  }
  .connect .pic_address{
    padding:48px 170px 60px 170px;
  }

  .connect .pic_address>ul>li{
    width: 100%;
  }
  .connect .pic_address>ul>li{
      position: relative;
  }
  .connect .pic_address>ul>.pic_one,.connect .pic_three,.connect .pic_five{
    float:left;
  }
  .connect .pic_address>ul>li>img{
    width:100%;
  }
  .connect .pic_address>ul>.pic_two,.connect .pic_four{
    float:right;
  }
  .connect .pic_three,.connect .pic_four,.connect .pic_five{
    margin-top:60px;
  }
  .connect .pic_black{
    width:380px;
    height:220px;
    vertical-align: middle;
  }
  .connect .pic_black>p{
    color:white;
    margin-top:96px;
    font-size: 20px;
    font-weight:500;
  }
  .connect .pic_address>ul>li>.pic_black{
    background: rgba(0,0,0,.4);
    position: absolute;
    top:0;
  }
  .connect .pic_text{
    background: #fff;
    position: absolute;
    top: 174%;
    width: 470px;
    text-align: left;
    padding: 30px 0 0 20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .cont-ewm {
    position: absolute;
    top: 32%;
    left: 51%;
}
  .cont-ewm img {
    width: 81px!important;
    margin: 0 25px!important;
  }
  .mbxnav.router {
    margin-bottom: 5rem;
}
  .connect .pic_text p{
    font-size: 14px;
    font-weight:500;
    line-height:25px;
  }
  .connect .pic_blod{
    font-weight:600;
    line-height:25px;
  }
  .connect .pic_text>.pic_blod{/*鑾峰彇璺嚎*/
    color:#00AFF5;
  }
  .connect .con_last{
    background: #000;
    height:310px;
    color:#fff;
    text-align: center;
    padding-top:80px;
  }
  .connect .con_last_p1{
    font-size: 30px;
    line-height: 42px;
  }
  .connect .con_last_p3{
    font-size: 14px;
    line-height: 20px;
    color:#00AFF5;
    margin-top:30px;
  }
  .connect .con_message_form{
    padding:0px 30px 0px 30px;
  }
  .connect .mes_title{
    font-size:14px;
  }
  .connect table{
    width:100%;
    height:400;
  }
  .connect tr{
    width:100%;
  }
  
  .connect .jianju{
    width:30px;
  }
  .connect .doPost{
    width: 130px;
    height: 35px;
    border:none;
    background:none;
    border:1px solid #000;
    font-size: 16px;
    font-weight:600;
    cursor: pointer;
  }
  .connect .doPost:hover{
    background: #eee;
  }
  .connect .con_mes_tab{
    
    height: 100%;
  }
  /*form*/
  .connect .dian{
    color:#D0021B;
  }
  .connect .yincang{
    display: none;
  }
  .connect .xianshi{
    display: block;
  }
  .connect .con_mes_tab>tr>td{
    position: relative;
    margin-bottom:15px;
  }
  .connect .tishi{
    position: absolute;
    height:20px;
    color:#D0021B;
    font-size:12px;
    padding-top:3px;
  }
  .connect .zishu{
    width:100px;
    float:right;
  }
}
@media (max-width: 768px){
  .connect_en .lianxi_tou{
    font-size:36px;
    line-height: 43px;
    font-family: "cormorant_scregular";
  }

  .connect .con_title{
    background: url("../../assets/image/1233.png") no-repeat center center;
    background-size:cover;
    position: relative;
    z-index:1;
    margin-top:60px;
    height:322px;
    width:100%;
  }
  .connect .warp_black{
    background: rgba(0,0,0,.6);
    z-index:2;
    height:322px;
    width:100%;
  }
  .connect .con_title_box{
    z-index: 3;
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    padding:0 15px 0 15px;
  }
  .connect .con_title_box>li{
    width:100%;
    text-align: center;
    color:white;
  }
  .connect .con_title_box>li>h2,.con_solid>h2{

    font-size:20px;
    line-height: 28px;
  }
  .connect .con_title_box>li>h2,.connect .con_solid>h2{
    margin-top:20px;
    margin-bottom: 10px
  }
  .connect .con_title_box>li>p,.connect .con_solid>p{
    font-size:14px;
    line-height: 16px;
  }
  .connect .solid_black{
    position: relative;
  }
    ul.nav.new-tabs.new-tabs2 {
    width: 92%!important;

}
  .connect .img_center_solid{
    border:1px solid #9a9a9a;
    width:2px;
    height:60px;
    position: absolute;
    z-index: 10;
    top:-30px;
    left: 50%;
  }
  .connect .con_message_test{
    text-align: center;
    margin-top:60px;
  }
  .connect .mes_px,.connect .pic_show .container>.connect_our{
    font-size: 26px;
    line-height: 43px;
    margin:0;
  }
  .connect .mes_p1,.connect .mes_p2,.connect .mes_p3{
    font-size: 14px;
    line-height: 25px;
    margin-top:10px;
  }
  .connect .con_message_form{
    margin-top:60px;
    height:500px;
  }
  .connect .pic_show{
    padding-top:160px;
    text-align: center;
  }
  .connect .pic_address{
    padding:30px 0px 120px 0px;
    overflow: hidden;
  }
  .connect .pic_address>ul>li{
    width: 100%;  
  }
  .connect .pic_address>ul>li{
    position: relative;
  }
  .connect .pic_two,.connect .pic_three,.connect .pic_four,.connect .pic_five{
    margin-top:200px;
  }
  .connect .pic_address>ul>li>img{
    width:100%;
  }
  .connect .pic_black{
    width:100%;
  }
  .connect .pic_black>p{
    color:white;
    position: relative;
    top:16%;
    font-size: 20px;
    font-weight:500;
    z-index: 10;
  }
  .connect .pic_address>ul>li>.pic_black{
    background: rgba(0,0,0,.4);
    position: absolute;
    top:0;
    height: 200px;
  }
  .cont-ewm {
    top: 36px;
    left: 70%;
  }
  .connect .pic_text{
    background: #fff;
    position: absolute;
    top: 158%;
    width: 74%;
    text-align: left;
    padding: 7px;
    left: 50%;
    font-size: 12px;
    transform: translateX(-50%);
  }
  .cont-ewm img {
        width: 70px!important;
    margin: 0 10px!important;
  }
  .connect .pic_text p{
    font-weight:500;
    line-height:20px;
  }
  .connect .pic_blod{
    font-weight:600;
    line-height:25px;
  }
  .connect .pic_blod:hover{
    cursor:pointer;
  }
  .connect .pic_text>.pic_blod{/*鑾峰彇璺嚎*/
    color:#00AFF5;
  }
  .connect .con_last{
    z-index:100;
    background: #000;
    height:226px;
    color:#fff;
    text-align: center;
    padding-top:80px;
  }
  .connect .con_last_p1{
    font-weight: 100;
    font-size: 24px;
    line-height: 33px;
  }
  .connect .con_last_p3{
    font-size: 14px;
    line-height: 16px;
    color:#00AFF5;
    margin-top:20px;
    cursor: pointer;
  }
  .connect .con_message_form{
    /*padding:0px 30px 0px 30px;*/
  }
  .connect .mes_title{
    font-size:14px;
  }
  .connect table{
    width:100%;
  }
  .connect tr{
    width:100%;
  }
  .connect .doPost{
    width: 120px;
    height: 30px;
    border:none;
    background:none;
    border:1px solid #000;
    font-size: 14px;
    font-weight:600;
    margin-top: 15px;
    cursor: pointer;
  }
  .connect .doPost:hover{
    background: #eee;
  }
  .connect .con_mes_tab{
    
    height: 100%;
  }
  /*form*/
  .connect .dian{
    color:#D0021B;
  }
  .connect .yincang{
    display: none;
  }
  .connect .xianshi{
    display: block;
  }
  .connect .toRed{
    border:1px solid #d0021b;
  }
  .connect .con_mes_tab>tr>td{
    position: relative;
    float:left;
  }
  .connect .tishi{
    position: absolute;
    height:20px;
    color:#D0021B;
    font-size:12px;
    padding-top:3px;
  }
  .connect .zishu{
    /*width:100;*/
    float:right;
  }
  .connect .pic_show .container>p{
    font-size: 36px;
    font-family: 'cormorant_scregular';
  }
}
.connect .input_sty>input{
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.connect .input_sty>input{
  border:none;
  
  outline: none;
  width:100%;
}
.connect .input_sty{
  border-bottom:1px solid #e2e3e4;
  box-sizing: border-box;
}
.connect .xiaoping{
  display: none;
}

/*.connect .pic_text .xiahua,.connect .cur_po{*/
  /*visibility: hidden;*/
/*}*/
input[class="submit"]{
  
}


.connect_en{
  /*font-family:"SF UI Text";*/
}
.connect_en .lianxious h1,.connect_en .lianxious h2,.connect_en .lianxious p{
  color:#fff;
}

.connect_en .pic_blod{
  font-family: "SF UI Text";
}
.connect_en .pic_text a.xiahua{
  text-decoration: none;
  color:#000;
}
.connect_en .con_title>.con_title_box>li>h2,.con_solid>h2{
  /*font-family:"SF UI Display";*/

}
@media (min-width:768px){
  .connect_en .con_last_p1{
    font-size: 24px;
    line-height: 32px;
  }
  .connect_en .con_last_p3{
    font-size: 14px;
    line-height: 16px;
  }
  .connect_en .con_last{
    height: 270px;
  }
}
@media (max-width:768px){
  .connect_en .con_last_p1,.connect_en .con_last_p3{
    font-size: 14px;
    line-height: 16px;
  }
  .connect_en .con_last{
    height: 128px;
    padding-top:35px; 
  }
  .connect_en .con_message_test>.mes_p3{
    margin-top:0;
  }
}
.connect_en .con_last_p1{
  color:#fff;
}

/*2/6涓婁紶鍏煎pad鏂偣淇敼*/
.connect .doPost{
  outline: none;
}
.connect .con_title_box>li>p, .connect .con_solid>p{
  letter-spacing: 1px;
}
@media (min-width: 992px) and (max-width: 1200px){
  .connect .pic_address{
    padding:35px 70px 45px 70px;
  }
  .connect .pic_show .container>p{
    font-size: 60px;

  }
  .connect .pic_show{
    margin-top:50px;
  }
  .connect .zishu{
    width: 50px;
  }
  .connect input{
    height:30px;
  }
  .connect .mes_p2,.connect .mes_p3,.connect .mes_p1{
    font-size: 16px;
    line-height: 25px;
  }
  .connect .mes_px{
    font-size: 60px;
  }
  .connect .con_message_form{
    margin-top:50px;
  }
  .connect .con_message_test{
  }
  .connect .mes_title{
    margin-top:10px;
  }
  .connect .con_last_p1{
    font-size: 34px;
  }
  .connect .con_message_form tr{
    height:80px;
    padding: 0;
  }

}
@media (min-width: 768px) and (max-width: 992px){
  .connect .pic_address{
    padding:30px 100px 45px 100px;
  } 
  .connect .pic_show .container>p{
    font-size: 48px;
    font-family: 'cormorant_scregular';
  }
  .connect .pic_show{
    margin-top:40px;
  }
  .connect .zishu{
    width: 50px;
  }
  .connect input{
    height:25px;
  }
  .connect .mes_p2,.connect .mes_p3,.connect .mes_p1{
    font-size: 15px;
    line-height: 25px;
  }
  .connect .mes_px{
    font-size: 48px;
  }
  .connect .con_message_form{
    margin-top:40px;
  }
  .connect .con_message_test{
    margin-top:60px;
  }
  .connect .mes_title{
    margin-top:0px;
  }
  .connect .pic_address ul li{
    width: 100%;
  }
  .connect .pic_black{
    width: 100%;
  }
  .connect .pic_two,.connect .pic_three, .connect .pic_four, .connect .pic_five{
    margin-top:60px;
  }
  .connect .con_last_p1{
    font-size: 32px;
  }
  .connect .pic_black>p{
    top:10%;
    font-size:26px;
  }

}

@media (max-width: 768px){
  .connect .mes_title{
    margin-top:15px;
  }
  .connect input{
    height:22px;
  }
  .connect .pic_show{
    padding-top:60px;
        margin-bottom: 10rem;
  }
  .connect .con_last_p1{
    font-size: 24px;
    line-height: 28px;
  }
  .connect_en .con_last{
    height: 160px;
  }
}

.connect .pic_text{
  padding-right: 20px;
}
@media (min-width:768px) and (max-width: 992px){
  .connect a.doPost{
    width: 140px!important;
  }
}
@media (min-width: 767px){
  .connect a.doPost{
    display: inline-block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    color:#000;
  }
}
@media (max-width: 767px){
  .connect a.doPost{
    display: inline-block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    color:#000;
  }
}
.connect_en .pic_text p{
  letter-spacing: 0.5px;
}
.connect_en .con_last p{
  letter-spacing: 0.8px;
}
.connect .con_last .con_last_p3 a{
  text-decoration-line: none;
  cursor: pointer;
  color:#00AFF5;
}
.connect .mes_title{
  letter-spacing: 0.8px;
}


/*a6*/
.a6{
  color:#fff;
  background-color:#1a1a1a;
}
.a6 .content{
  padding:60px 0px;
  text-align: left;
}
.en .a6 .content{
  padding:30px 0px;
}
.a6 .content p{
  margin:0;
  font-size:24px;
  line-height: 33px;
  font-weight:100;
}
.en .a6 .content p{
  font-size:14px;
  line-height:20px;
  font-weight: 600;
}
.a6 .content a{
  display: block;
  margin-top:20px;
  font-size:14px;
  line-height: 20px;
  color:#00aff5;
}
.en .a6 .content a{
  line-height: 16px;
  text-align: left;
}
.a6 .content .row [class^='col-']{
  display: block;
  margin-top:40px;
}
.a6 .content .row [class^='col-']:first-child{
  margin-top:0px;
}
@media(max-width:767px){
  .a6>.container{
    padding-left:20px;
    padding-right:20px;
  }
  .a6 .container .content .row  p,
  .a6 .container .content .row  a{
    text-align: center;
    /*border:1px solid red;*/
  }
}
@media (min-width:768px){
  .a6 .content{
    padding:60px 0px;
    text-align: left;
  }
  .en .a6 .content{
    padding:60px 0px;
  }
  .a6 .content p{
    font-size:24px;
    line-height: 1.388889;
    font-weight:100;
    text-align: left;
  }
  .en .a6 .content p{
    font-size:18px;
    line-height:1.5;
    text-align: left;
  }
  .a6 .content a{
    display: block;
    margin-top:14px;
    font-size:14px;
    text-align: left;
  }
  .a6 .content .row [class^='col-']{
    display: inline-block;
    margin-top:0px;
  }
}
@media (min-width:992px){
  .a6 .content{
    padding:70px 0px;
  }
  .en .a6 .content{
    padding:70px 0px;
  }
  .a6 .content p{
    font-size:30px;
  }
  .en .a6 .content p{
    font-size:20px;
  }
  .a6 .content a{
    display: block;
    margin-top:16px;
  }
}
@media (min-width:1200px){
  .a6 .content{
    padding:80px 0px;
  }
  .en .a6 .content{
    padding:80px 0px;
  }
  .a6 .content p{
    font-size:36px;
  }
  .en .a6 .content p{
    font-size:24px;
  }
  .a6 .content a{
    display: block;
    margin-top:30px;
  }
}
.connect_en .con_title>.con_title_box>li>h2, .con_solid>h2{
  letter-spacing: 0.8px;
}
.connect span.c_add{
  letter-spacing: 0.5px;
}
.connect span.c_address{
  letter-spacing: 0.5px;
}
.about-logo{
    width: 500px;
    display: block;
    margin: 120px auto;
}
/* 联系我们 */
.connect_title_box{
  position: relative;
  top: -100px;
  z-index: 9;
  clear: both;
  display: block;
  margin: 0 auto;
  max-width: 1200px;
}
.connect_title_box li{
  color: #fff;
  width: 33%;
  float: left;
  text-align: center;
}
.connect_title_box li p{
  line-height: 32px;
}
.connect_title_box li:nth-child(2){
  border-right: 1px solid;
  border-left: 1px solid;
}

@media (min-width: 768px){
  ul.nav.new-tabs.new-tabs2 {
    width: 84%;
}
}
@media (max-width: 980px){
.col-md-3.h_four {
    height: 295px!important;
}
.cont-ewm {
    text-align: center;
    float: left;
}
.lead {
    margin-bottom: 25px!important;
  }
}
ul.right_input.col-xs-12.col-sm-12.col-md-5.col-lg-5 {
    width: 100%;
}
@media (min-width:980px) and (max-width:1680px){
  .dazi {
     left: 4rem!important;
    margin-top: 151px!important;
    font-size: 13rem!important;
}
div#service {
    height: 700px;
}
}
@media (min-width:1480px) and (max-width:1698px){
  .dazi {
     left: 23rem!important;
}
div#service {
    height: 540px;
}
}
/*技术支持 开始*/
.hover_img_1 {
    position: relative;
}
.xx_img2 {
  opacity: 0;
      position: absolute;
    top: 0;
}
.col-lg-4.col-md-6.col-sm-12.xx_tab {
    border: 1px solid #ccc;
    padding: 0;
    margin-top: -1px;
    margin-right: -1px;
}
div#home {
    padding: 20px;
}
ul.nav.nav-tabs.new-tabs,
.hWra {
    margin-left: 0!important;
    margin-right: 0!important;
    }
.hover_area3 {
      transition: all 0.4s ease;
}
.hover_area3:hover {
    background-color: #f5f5f5;
    -webkit-box-shadow: 0 0 6px rgba(10, 10, 10, 0.2);
    box-shadow: 0 0 6px rgba(10, 10, 10, 0.2);
}
.hover_area3 h5 {
  padding: 1rem;
}
.connect_title_box li {
    color: #fff;
    width: 5%;
    float: left;
    padding-left: 1rem;
    text-align: left;
}
.cont-ewm {
    text-align: center;
}
/*技术支持 结束*/