.w1200{
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .w1200{
    width: 100%;
  }
}

.index-top{
  position: relative;
  padding: 16px 0 11px 0;
  z-index: 1;
}
.index-top .w1200{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index-top .logo img{
  height: 50px;
}
.index-top .it-langs{
  padding-top: 4px;
  align-items: flex-start;
}
.index-top .it-langs a{
  margin-left: 22px;
}
.index-top .it-langs a img{
  width: 27px;
  height: 17px;
}
.index-top .it-langs a p{
  margin-left: 7px;
  font-size: 14px;
  color: #0F0F0F;
}
.index-top .it-navs{
  margin-top: 26px;
  width: 100%;
}
.index-top .it-navs ul li{
  padding: 0 36px;
  border-right: 1px solid #252525;
}
.index-top .it-navs ul li:last-child{
  border-right: 0;
}
.index-top .it-navs ul li a{
  font-size: 16px;
  color: #252525;
}
.index-top .it-navs ul li.on a{
  color: #4AB3E4;
}
.index-top .it-search{
  position: absolute;
  bottom: 0;
  right: 0;
}
.index-top .it-search input[type=text]{
  padding-left: 17px;
  width: 207px;
  height: 40px;
  border: 1px solid #DCDCDC;
  font-size: 14px;
}
.index-top .it-search button{
  height: 40px;
  border: 1px solid #33A9E0;
  width: 74px;
  font-size: 20px;
  color: #fff;
  background-color: #007AB3;
}
.index-top .memu-bar{
  display: none;
}
@media (max-width: 1200px) {
  .index-top .w1200{
    padding: 0 10px;
  }
  .index-top .it-search{
    right: 10px;
  }
}
@media (max-width: 992px) {
  .index-top .it-search{
    margin-top: 16px;
    position: relative;
    right: initial;
    bottom: initial;
  }
  .index-top .memu-bar{
    display: block;
    position: absolute;
    left: 10px;
    bottom: 6px;
    font-size: 24px;
    color: #181818;
  }
  .index-top .it-navs{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 11px;
    background-color: #fff;
    display: none;
  }
  .index-top .it-navs ul{
    display: block;
    padding: 0 10px;
  }
  .index-top .it-navs ul li{
    border-right: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #E7E7E7;
  }
}
@media (max-width: 768px){
  .index-top a.logo{
    width: 50%;
  }
  .index-top a.logo img{
    height: initial;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .index-top .w1200{
    justify-content: space-around;
  }
  .index-top a.logo{
    width: initial;
    max-width: 90%;
  }
  .index-top .it-langs{
    justify-content: space-around;
    margin-top: 10px;
    width: 100%;
  }
  .index-top .it-langs a:first-child{
    margin-left: 0;
  }
}
@media (max-width: 380px) {
  .index-top .it-search{
    width: 75%;
  }
  .index-top .it-search input[type=text]{
    width: initial;
    flex: 1;
  }
}
.index-swiper{
  position: relative;
  z-index: 0;
}
.index-swiper .swiper-slide a{
  display: block;
}
.index-swiper .swiper-slide a img{
  width: 100%;
}
.index-pros{
  padding: 98px 0 80px 0;
}
.index-pros .ip-tit{
  text-align: center;
}
.index-pros .ip-tit p.t{
  font-size: 18px;
  color: #A7A7A7;
}
.index-pros .ip-tit p.flex-center{
  margin-top: 5px;
}
.index-pros .ip-tit p.flex-center span{
  position: relative;
  font-size: 22px;
  color: #222;
  font-weight: 600;
}
.index-pros .ip-tit p.flex-center span:before,
.index-pros .ip-tit p.flex-center span:after{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 36px;
  border-bottom: 1px solid #D2D2D2;
}
.index-pros .ip-tit p.flex-center span:before{
  left: -45px;
}
.index-pros .ip-tit p.flex-center span:after{
  right: -45px;
}
.index-pros .ip-list .list{
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
.index-pros .ip-list .list li{
  display: flex;
  margin-bottom: 68px;
  width: 33.3333333333%;
}
.index-pros .ip-list .list li .box{
  width: 384px;
}
.index-pros .ip-list .list li .img-box{
  border: 1px solid #E7E7E7;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 314px;
  overflow: hidden;
}
.index-pros .ip-list .list li .img-box img{
  max-width: 100%;
  max-height: 100%;
}
.index-pros .ip-list .list li:nth-child(3n + 2){
  justify-content: space-around;
}
.index-pros .ip-list .list li:nth-child(3n){
  justify-content: flex-end;
}
.index-pros .ip-list .list li p{
  margin-top: 18px;
  font-size: 18px;
  color: #222;
  text-align: center;
}
.index-pros .ip-list .ipl-more a.more{
  border: 1px solid #007AB3;
  padding: 0 30px;
  font-size: 14px;
  color: #007AB3;
  line-height: 46px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .index-pros .w1200{
    width: 992px;
  }
  .index-pros .ip-list .list li .box{
    width: 320px;
  }
  .index-pros .ip-list .list li .img-box{
    height: 262px;
  }
}
@media (min-width: 768px) and (max-width: 992px){
  .index-pros .w1200{
    width: 768px;
  }
  .index-pros .ip-list .list li .box{
    width: 248px;
  }
  .index-pros .ip-list .list li .img-box{
    height: 210px;
  }
}
@media (max-width: 768px) {
  .index-pros{
    padding: 40px 0 40px 0;
  }
  .index-pros .w1200{
    width: 100%;
    padding: 0 10px;
  }
  .index-pros .ip-list .list{
    margin-top: 24px;
    justify-content: space-between;
  }
  .index-pros .ip-list .list li{
    margin-bottom: 8vmin;
    width: 49%;
    justify-content: space-around !important;
  }
  .index-pros .ip-list .list li .box{
    max-width: 100%;
    width: 100%;
  }
  .index-pros .ip-list .list li .img-box{
    height: 37.5vmin;
  }
  .index-pros .ip-list .list li p{
    margin-top: 2.8125vmin;
    font-size: 2.8125vmin;
  }
}

.index-intro{
  background-image: url(../images/bg-intro.jpg);
}
.index-intro .w1200{
  height: 419px;
}
.index-intro .box{
  max-width: 965px;
  margin: 0 auto;
}
.index-intro .ii-tit{
  text-align: center;
}
.index-intro .ii-tit p.t{
  font-size: 29px;
  color: #fff;
  font-weight: 600;
}
.index-intro .ii-tit p.i{
  margin-top: 6px;
  font-size: 13px;
  color: #fff;
}
.index-intro .ii-content{
  padding: 24px 0;
  position: relative;
}
.index-intro .ii-content p{
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: center;
}
.index-intro .ii-more{
  margin-top: 50px;
}
.index-intro .ii-more a{
  border: 1px solid #fff;
  padding: 0 32px;
  font-family: 14px;
  color: #fff;
  line-height: 38px;
  background-color: #007AB3;
}
@media (max-width: 1200px) {
  .index-intro .w1200{
    min-height: 419px;
    height: initial;
    padding: 40px 10px;
  }
}
@media (max-width: 640px) {
  .index-intro .w1200{
    height: initial;
    min-height: initial;
    padding: 12.5vmin 10px;
  }
  .index-intro .ii-tit p.t{
    font-size: 4.375vmin;
  }
  .index-intro .ii-tit p.i{
    margin-top: 1vmin;
    font-size: 2.1875vmin;
  }
  .index-intro .ii-content{
    padding: 3.75vmin 0;
  }
  .index-intro .ii-content p{
    font-size: 12px;
    line-height: 16px;
  }
  .index-intro .ii-more{
    margin-top: 7.8125vmin;
  }
}

.index-bot{
  padding: 36px 0 0 0;
  background-color: #181818;
}
.index-bot .infos{
  font-size: 12px;
  color: #707070;
  line-height: 24px;
}
.index-bot .infos .fo{
  display: flex;
}
.index-bot .infos .fo span{
  margin-right: 44px;
}
.index-bot .infos .fo span:last-child{
  margin-right: 0;
}
.index-bot .infos .ep{
  display: flex;
}
.index-bot .infos .ep span.split{
  margin: 0 16px;
}
.index-bot .shares{
  position: absolute;
  right: 0;
  top: 56px;
  display: flex;
}
.index-bot .shares a{
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-left: 9px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 14px;
  color: #fff;
  background-color: #535353;
}
.index-bot hr{
  margin-top: 16px;
  margin-bottom: 0;
  border: none;
  border-top: 1px solid #2A2A2A;
}
.index-bot .copyright{
  display: flex;
  padding: 18px 0;
  font-size: 12px;
  color: #757575;
}
.index-bot .copyright p{
  margin-right: 10px;
}
@media (max-width: 1200px) {
  .index-bot .w1200{
    max-width: 100%;
    width: 100%;
    padding: 0 10px;
  }
  .index-bot .shares{
    right: 10px;
  }
}
@media (max-width: 768px) {
  .index-bot .infos .fo{
    flex-wrap: wrap;
  }
  .index-bot .infos .fo span{
    margin-right: 0;
    width: 48%;
  }
  .index-bot .infos .ep{
    flex-wrap: wrap;
  }
  .index-bot .shares{
    margin-top: 10px;
    position: relative;
    top: initial;
    right: initial;
  }
  .index-bot .copyright{
    flex-wrap: wrap;
    line-height: 20px;
  }
}


.top-banner{
  position: relative;
}
.top-banner img.banner{
  width: 100%;
}
.top-banner .words{
  text-align: center;
  color: #fff;
}
.top-banner .words .en{
  margin-bottom: 12px;
  font-size: 20px;
}
.top-banner .words .ch{
  font-size: 32px;
}
.top-banner .words .ch span{
  position: relative;
}
.top-banner .words .ch span:before,
.top-banner .words .ch span:after{
  position: absolute;
  top: 50%;
  transform: translateY(50%);
  width: 60px;
  border-top: 1px solid #fff;
  content: "";
}
.top-banner .words .ch span:before{
  left: -94px;
}
.top-banner .words .ch span:after{
  right: -94px;
}
@media (max-width: 768px) {
  .top-banner{
    height: 240px;
  }
  .top-banner .banner{
    display: none;
  }
  .top-banner .words .en{
    font-size: 16px;
  }
  .top-banner .words .ch{
    font-size: 24px;
  }
  .top-banner .words .ch span:before, .top-banner .words .ch span:after{
    width: 30px;
  }
  .top-banner .words .ch span:before{
    left: -45px;
  }
  .top-banner .words .ch span:after{
    right: -45px;
  }
}

.crumb-navs{
  background-color: #efefef;
}
.crumb-navs ul{
  padding: 18px 0;
}
.crumb-navs ul li{
  font-size: 14px;
  color: #3F3F3F;
}
.crumb-navs ul li.split{
  margin: 0 6px;
}
.crumb-navs ul li a{
  color: #3F3F3F;
}
@media (max-width: 1200px) {
  .crumb-navs .w1200{
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .crumb-navs ul{
    padding: 12px 0;
  }
  .crumb-navs ul li{
    font-size: 12px;
  }
  .crumb-navs ul li.split{
    margin: 0 3px;
  }
}

.pros-list{
  padding: 46px 0 62px 0;
}
.pros-list .w1200{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.pros-list .navs-left{
  width: 252px;
  background-color: #FBFBFB;
}
.pros-list .navs-left .nl-title{
  position: relative;
  height: 68px;
  font-size: 26px;
  color: #fff;
  font-weight: 600;
  background-color: #007AB3;
}
.pros-list .navs-left .nl-title a.close{
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #fff;
  justify-content: space-around;
  align-items: center;
}
.pros-list .navs-left .nl-list{
  
}
.pros-list .navs-left .nl-list ul li{
  border-bottom: 1px solid #E5E5E5;
}
.pros-list .navs-left .nl-list ul li a.primary{
  padding-left: 8px;
  height: 64px;
  font-size: 16px;
  color: #242424;
}
.pros-list .navs-left .nl-list ul li a.primary i.fa-caret-right{
  transition: all .4s;
}
.pros-list .navs-left .nl-list ul li.open a.primary i.fa-caret-right{
  transform: rotate(90deg);
}
.pros-list .navs-left .nl-list ul li.on a.primary{
  color: #007AB3;
}
.pros-list .navs-left .nl-list ul li.all a.primary{
  font-weight: 600;
}
.pros-list .navs-left .nl-list ul li a.primary p{
  margin-left: 9px;
}
.pros-list .navs-left .nl-list ul li a.primary .ic-box{
  width: 16px;
  height: 16px;
}
.pros-list .navs-left .nl-list ul li dl{
  display: none;
  padding-left: 36px;
  padding-bottom: 10px;
}
.pros-list .navs-left .nl-list ul li dl dd a{
  display: block;
  padding: 8px 0;
  font-size: 14px;
  color: #242424;
}
.pros-list .navs-left .nl-list ul li dl dd.on a{
  color: #007AFF;
}
.pros-list .pros-right{
  margin-left: 75px;
  padding-top: 16px;
  flex: 1;
}
.pros-list .pros-right .pr-search{
  
}
.pros-list .pros-right .pr-search label{
  margin-right: 18px;
  font-size: 16px;
  color: #161616;
  font-weight: 600;
}
.pros-list .pros-right .pr-search input.form-input{
  width: 330px;
  height: 54px;
  border: 1px solid #1078bc;
  /* border-top-left-radius: 27px; */
  /* border-bottom-left-radius: 27px; */
}
.pros-list .pros-right .pr-search button.btn-submit{
  width: 90px;
  height: 54px;
  border: 1px solid #1078bc;
  /* border-top-right-radius: 27px; */
  /* border-bottom-right-radius: 27px; */
  font-size: 30px;
  color: #fff;
  background-color: #1078bc;
}
.pros-list .pros-right .pr-list{
  padding-top: 32px;
}
.pros-list .pros-right .pr-list .list{
  display: flex;
  flex-wrap: wrap;
}
.pros-list .pros-right .pr-list .list li{
  display: flex;
  width: 33.333333333%;
  margin-bottom: 62px;
}
.pros-list .pros-right .pr-list .list li:nth-child(3n){
  justify-content: flex-end;
}
.pros-list .pros-right .pr-list .list li:nth-child(3n + 2){
  justify-content: space-around;
}
.pros-list .pros-right .pr-list .list li a{
  display: block;
  width: 270px;
}
.pros-list .pros-right .pr-list .list li a .img-box{
  height: 240px;
  border: 1px solid #E7E7E7;
}
.pros-list .pros-right .pr-list .list li a .img-box img{
  max-width: 100%;
  max-height: 100%;
}
.pros-list .pros-right .pr-list .list li a p{
  margin-top: 22px;
  font-size: 16px;
  color: #000;
  font-weight: 600;
  text-align: center;
}
.pros-list .btn-catalog{
  display: none;
}
.pagenation ul li{
  margin: 0 3px;
  font-size: 14px;
  color: #909090;
}
.pagenation ul li a{
  padding: 0 12px;
  /* min-width: 40px; */
  height: 40px;
  color: #909090;
  /* border: 1px solid #DCDCDC; */
}
.pagenation ul li a i.fa{
  font-size: 20px;
}
.pagenation ul li a i.fa.fa-angle-left{
  margin-right: 8px;
}
.pagenation ul li a i.fa.fa-angle-right{
  margin-left: 8px;
}
.pagenation ul li.on a,
.pagenation ul li span.cur{
  color: #007AFF;
}
.pagenation ul li.total{
  margin-left: 30px;
}
.pagenation ul li.jump{
  margin-left: 30px;
}
.pagenation ul li.jump input[type=text]{
  margin: 0 8px;
  height: 34px;
  border: 1px solid #DCDCDC;
  width: 60px;
  padding: 0 10px;
}
.pagenation ul li.jump .submit{
  margin-left: 8px;
  height: 34px;
  width: 72px;
  border: 1px solid #DCDCDC;
  font-size: 16px;
  color: #909090;
  background-color: transparent;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .pros-list .pros-right{
    margin-left: 2%;
    width: 75%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .pros-list .navs-left{
    zoom: 0.8;
  }
  .pros-list .pros-right .pr-search{
    zoom: 0.8;
  }
  
}
@media (max-width: 767px) {
  .pros-list .w1200{
    position: relative;
    padding: 0 10px;
  }
  .pros-list a.btn-catalog{
    display: block;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    padding: 6px 8px;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    background-color: #007AB3;
    z-index: 10;
  }
  .pros-list .navs-left{
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    overflow: hidden;
    transition: all .4s;
  }
  .pros-list .navs-left .nl-list,
  .pros-list .navs-left .nl-title{
    width: 252px;
  }
  .pros-list.open .navs-left{
    width: 252px;
  }
  .pros-list.close .navs-left{
  }
  .pros-list.open a.btn-catalog{
    display: none;
  }
  .pros-list .navs-left .nl-title a.close{
    display: flex;
  }
  .pros-list .pros-right{
    margin-left: 0;
  }
  .pros-list .pros-right .pr-list .list li a .img-box{
    height: 36vmin;
  }
}
@media (min-width: 840px) and (max-width: 1200px) {
  .pros-list .pros-right .pr-list .list li a{
    width: 95%;
  }
  .pagenation ul{
    flex-wrap: wrap;
  }
  .pagenation ul li{
    margin-bottom: 10px;
  }
}
@media (max-width: 840px) {
  .pros-list .pros-right .pr-list .list li{
    margin-bottom: 30px;
  }
  .pros-list .pros-right .pr-list .list li a{
    width: 95%;
  }
  .pros-list .pros-right .pr-list .list li a .img-box{
    height: 30vmin;
  }
  .pagenation{
    zoom: 0.7;
  }
  .pagenation ul{
    flex-wrap: wrap;
  }
  .pagenation ul li{
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .pros-list .pros-right .pr-list .list{
    justify-content: space-between;
  }
  .pros-list .pros-right .pr-list .list li{
    justify-content: flex-start !important;
    width: 49%;
  }
  .pros-list .pros-right .pr-list .list li a{
    width: 100%;
  }
  .pros-list .pros-right .pr-list .list li a .img-box{
    height: 40vmin;
  }
  .pros-list .pros-right .pr-list .list li a p{
    margin-top: 2vmin;
  }
  .pros-list .pros-right .pr-search label{
    font-size: 3.125vmin;
  }
  .pros-list .pros-right .pr-search input.form-input{
    width: 50vmin;
    height: 9.5vmin;
    /* border-top-left-radius: 4.75vmin;
    border-bottom-left-radius: 4.75vmin; */
  }
  .pros-list .pros-right .pr-search button.btn-submit{
    width: 15vmin;
    height: 9.5vmin;
    /* border-top-right-radius: 4.75vmin;
    border-bottom-right-radius: 4.75vmin; */
    font-size: 4.75vmin;
  }
  .pros-list .navs-left{
    zoom: 0.9;
  }
  .pagenation ul{
    flex-wrap: wrap;
  }
  .pagenation ul li{
    margin: 0 3px 10px 3px;
  }
}


.pro-detail{
  margin-top: -16px;
}
.pro-detail .pd-top{
  display: flex;
  justify-content: space-between;
}
.pro-detail .pd-top .ico-box{
  width: 415px;
  height: 304px;
  overflow: hidden;
}
.pro-detail .pd-top .ico-box img{
  max-width: 100%;
  max-height: 100%;
}
.pro-detail .pd-top .infos{
  width: 420px;
}
.pro-detail .pd-top .infos h1{
  padding: 20px 0;
  font-size: 20px;
  color: #007AB4;
}
.pro-detail .pd-top .infos table{
  width: 100%;
}
.pro-detail .pd-top .infos table tr th,
.pro-detail .pd-top .infos table tr td{
  border: 1px solid #DCDCDC;
  font-size: 16px;
  height: 48px;
  padding: 0 36px;
}
.pro-detail .pd-top .infos table tr th{
  text-align: justify;
  color: #262626;
  background-color: #ededed;
}
.pro-detail .pd-top .infos table tr td{
  color: #007AB4;
}
.pro-detail .pd-content{
  margin-top: 54px;
  position: relative;
}
.pro-detail .pd-content .pdc-tit{
  padding: 0 32px;
  height: 62px;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  background-color: #1078BC;
}
.pro-detail .pd-content .pdc-content{
  position: relative;
}
.pro-detail .pd-content .pdc-content img{
  max-width: 100% !important;
}
@media (min-width: 895px) and (max-width: 1200px) {
  .pro-detail {
    margin: 0 auto;
    /* width: 875px; */
  }
  .pro-detail .pd-top .ico-box{
    margin-right: 2%;
    flex: 1;
    width: initial;
  }
}
@media (min-width: 948px) and (max-width: 1120px){
  .pro-detail .pd-top .infos{
    zoom: 0.9;
  }
}
@media (min-width: 768px) and (max-width: 947px){
  .pro-detail .pd-top{
    align-items: center;
  }
  .pro-detail .pd-top .infos{
    zoom: 0.85;
  }
}
@media (min-width: 768px) and (max-width: 895px) {
  .pro-detail .pd-top{
    align-items: stretch;
  }
  .pro-detail .pd-top .ico-box{
    width: 45%;
    height: initial;
  }
  .pro-detail .pd-top .infos{
    width: 52%;
  }
  .pro-detail .pd-top .infos table tr th,
  .pro-detail .pd-top .infos table tr td{
    padding: 0 20px;
    font-size: 14px;
    height: 44px;
  }
}
@media (max-width: 767px) {
  .pro-detail .pd-top{
    flex-wrap: wrap;
  }
  .pro-detail .pd-top .ico-box{
    width: 100%;
    height: initial;
  }
  .pro-detail .pd-top .ico-box img{
    width: 100%;
  }
  .pro-detail .pd-top .infos{
    width: 100%;
  }
  .pro-detail .pd-top .infos table tr th{
    width: 36%;
    text-align: center;
    padding: 0;
  }
  .pro-detail .pd-top .infos table tr td{
    padding-right: 10px;
    padding-left: 30px;
  }
}


.about-us{
  min-height: 362px;
  background: url(../images/bg-about-us.jpg) bottom center no-repeat;
}
.about-us .w1200{
  padding: 45px 0;
}
@media (max-width: 1200px) {
  .about-us .w1200{
    padding: 30px 10px;
  }
}

.contact-us .w1200{
  padding: 95px 0 48px 0;
}
.contact-us .cu-map{
  margin-top: 40px;
  padding: 40px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 0px 24px 0px #D5D5D5;
}
.contact-us .cu-map .infos{
  padding-left: 35px;
}
.contact-us .cu-map .infos h3{
  font-size: 30px;
  color: #393939;
}
.contact-us .cu-map .infos p.en{
  margin-top: 10px;
  font-size: 12px;
  color: #8A8A8A;
}
.contact-us .cu-map .infos ul{
  padding-top: 22px;
}
.contact-us .cu-map .infos ul li{
  display: flex;
  align-items: center;
  margin-top: 24px;
}
.contact-us .cu-map .infos ul li .ic-box{
  width: 24px;
}
.contact-us .cu-map .infos ul li p{
  flex: 1;
  font-size: 16px;
  color: #919191;
}
.contact-us .cu-map .map{
  position: relative;
  width: 650px;
}
.contact-us .cu-map .map img{
  width: 100%;
}
@media (max-width: 1200px) {
  .contact-us .w1200{
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .contact-us .cu-map .infos h3{
    font-size: 20px;
  }
  .contact-us .cu-map .infos{
    padding-left: 16px;
  }
  .contact-us .cu-map .infos ul{
    padding-top: 10px;
  }
  .contact-us .cu-map .infos ul li{
    margin-top: 18px;
  }
  .contact-us .cu-map .infos ul li p{
    font-size: 14px;
  }
  .contact-us .cu-map .map{
    width: 64%;
  }
}
@media (max-width: 767px) {
  .contact-us .w1200{
    padding-top: 40px;
  }
  .contact-us .cu-map .infos{
    padding-left: 0;
  }
  .contact-us .cu-map .infos h3{
    font-size: 20px;
  }
  .contact-us .cu-map .infos ul{
    padding-top: 10px;
  }
  .contact-us .cu-map .infos ul li{
    margin-top: 18px;
  }
  .contact-us .cu-map .infos ul li p{
    font-size: 14px;
  }
  .contact-us .cu-map{
    flex-wrap: wrap;
  }
  .contact-us .cu-map .map{
    margin-top: 30px;
  }
}


.msg-form{
  background: url(../images/bg-customer-message.jpg) bottom center no-repeat;
}
.msg-form .w1200{
  padding: 133px 0 90px 0;
}
.msg-form .form{
  display: flex;
  padding: 0 40px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.msg-form .form .form-group{
  margin-top: 33px;
  align-items: flex-start;
}
.msg-form .form .form-group label{
  width: 100px;
  padding-right: 18px;
  font-size: 16px;
  text-align: right;
  color: #3F3F3F;
  line-height: 52px;
}
.msg-form .form .form-group label span{
  margin-right: 9px;
  color: #FF0000;
}
.msg-form .form .form-group .input-group{
  flex: 1;
}
.msg-form .form .form-group .input-group input.form-control{
  width: 100%;
  height: 52px;
  padding: 0 12px;
  border: 1px solid #DCDBDC;
  font-size: 16px;
}
.msg-form .form .form-group .input-group textarea.form-control{
  width: 100%;
  padding: 12px;
  border: 1px solid #DCDBDC;
  font-size: 16px;
}
.msg-form .form .form-group .submit{
  width: 100%;
  height: 58px;
  background-color: #1078BC;
  border: none;
  font-size: 24px;
  color: #fff;
  letter-spacing: 4px;
}
.half{
  width: 48%;
}
.whole{
  width: 100%;
}
@media (max-width: 640px) {
  .msg-form .w1200{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .half{
    width: 100%;
  }
}
@media (max-width: 420px){
  .msg-form .form{
    padding: 0 10px;
  }
  .msg-form .form .form-group{
    margin-top: 20px;
  }
  .msg-form .form .form-group label{
    width: 100px;
    font-size: 14px;
    line-height: 40px;
  }
  .msg-form .form .form-group .input-group input.form-control{
    height: 40px;
    font-size: 14px;
  }
  .msg-form .form .form-group .input-group textarea.form-control{
    font-size: 14px;
  }
  .msg-form .form .form-group .submit{
    height: 40px;
    font-size: 18px;
  }
}
