.con {
  padding-top: 46px;
}
.con .page1 {
  display: flex;
}
.con .page1 .list {
  flex: 1;
  padding: 110px 20px 102px 20px;
  text-align: center;
  transition: all 0.4s linear;
  position: relative;
}
.con .page1 .list::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-bottom: 84px solid transparent;
  border-right: 84px solid #fff;
}
.con .page1 .list .image {
  height: 130px;
}
.con .page1 .list .image img {
  height: 100%;
  transition: all 0.2s linear;
}
.con .page1 .list .mes {
  margin-top: 24px;
  transition: all 0.2s linear;
}
.con .page1 .list .mes .tit {
  font-weight:600;
  font-weight: normal;
  text-align: center;
  color: #333333;
  transition: all 0.2s linear;
}
.con .page1 .list .mes .subTit {
  color: #333;
  font-weight: 300;
  margin-top: 12px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s linear;
}
.con .page1 .list:hover {
  background-color: #FF441A;
}
.con .page1 .list:hover img {
  filter: brightness(0) invert(1);
  opacity: 1;
}
.con .page1 .list:hover .mes {
  transform: translateY(10px);
}
.con .page1 .list:hover .mes .tit {
  color: #fff;
}
.con .page1 .list:hover .mes .subTit {
  
  opacity: 1;
  visibility: visible;
}
.con .page1 .list:hover .mes .subTit a {
      color: #fff ;
}
.con .page1 .list .mes .subTit a:hover{
  
        text-decoration: underline;
    
}
.con .page2 {
  margin-top: 104px;
  background: url(/static/en/img/contactUs_bg.jpg) no-repeat;
  background-size: cover;
  padding: 94px 0 120px 0;
}
.con .page2 .tit {
  font-weight:600;
  font-weight: normal;
  text-align: center;
  color: #ffffff;
  line-height: 1;
}
.con .page2 .contact {
  display: flex;
  margin-top: 94px;
}
.con .page2 .contact .list {
  flex: 1;
  padding: 50px 0 10px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
}
.con .page2 .contact .list:last-child {
  border-right: none;
}
.con .page2 .contact .list img {
  height: 50px;
}
.con .page2 .contact .list p {
  font-weight:600;
  font-weight: normal;
  text-align: center;
  color: #ffffff;
  margin-top: 56px;
}
.con .page2 .contact .list a {
  display: block;
  text-align: center;
  font-family: TTNorms-Medium;
  font-weight: 500;
  color: #ffffff;
  margin-top: 20px;
}
.con .page2 .contact .list a:hover{
        text-decoration: underline;
}
.con .page3 {
  padding-top: 118px;
}
.con .page3 .tit {
  font-weight:600;
  font-weight: normal;
  text-align: center;
  color: #333333;
  line-height: 1;
}
.con .page3 .map_con {
  margin-top: 54px;
  position: relative;
}
.con .page3 .map_con .image {
  width: 100%;
}
.con .page3 .map_con .image img {
  width: 100%;
}
.con .page3 .map_con .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.con .page3 .map_con .info .list {
  width: 12px;
  height: 12px;
  background: #ff441a;
  border: 6px solid rgba(255, 68, 26, 0.1);
  border-radius: 100%;
  position: absolute;
  cursor: pointer;
}
.con .page3 .map_con .info .list::after {
  content: "";
  border-radius: 100%;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  animation: myfirst 2s linear 0s infinite;
  background: rgba(255, 68, 26, 0.6);
  z-index: 2;
}
.con .page3 .map_con .info .list > .list_tit {
  position: absolute;
  top: 10px;
  left: 100%;
  width: max-content;
  font-family: TTNorms-Regular;
  font-weight: 400;
  text-align: left;
  color: #333333;
}
.con .page3 .map_con .info .list:nth-child(2) > .list_tit{
    left: auto;
    right: 100%;
    
}
.con .page3 .map_con .info .list .list_mes {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 410px;
  padding: 40px;
  box-shadow: 0.17px 0.98px 30px 1px rgba(7, 28, 42, 0.21);
  background-color: #fff;
  border-radius: 8px;
  
  display: none;
}
.con .page3 .map_con .info .list .list_mes .list_tit {
  font-family: TTNorms-Bold;
  font-weight: 700;
  text-align: left;
  color: #333333;
  border-left: 3px solid #FF441A;
  padding-left: 8px;
}
.con .page3 .map_con .info .list .list_mes hr {
  width: 100%;
  height: 1px;
  background-color: #333;
  opacity: 0.1;
  margin: 20px 0;
  padding: 0;
}
.con .page3 .map_con .info .list .list_mes .address {
  font-family: TTNorms-Regular;
  font-weight: 400;
  text-align: left;
  color: #333333;
  display: flex;
  align-items: flex-start;
}
.con .page3 .map_con .info .list .list_mes .address svg {
  flex: 0 0 20px;
  opacity: 0.3;
  margin-right: 10px;
}
.con .page3 .map_con .info .list .list_mes .phone {
  margin-top: 14px;
}
.con .page3 .map_con .info .list.on > .list_tit {

  font-weight: 700;
  color: #ff441a;
}
.con .page4 {
  margin-top: 130px;
}
.con .page4 .tit {
  font-weight:600;
  font-weight: normal;
  text-align: center;
  color: #333333;
  line-height: 1;
}
.con .page4 .subTit {
  font-family: TTNorms-Medium;
  font-weight: 500;
  text-align: center;
  color: #666666;
  line-height: 1.5;
  margin-top: 24px;
}
.con .page4 form {
  margin-top: 62px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 120px;
}
.con .page4 form .layui-form-item {
  margin-right: 28px;
  flex: 0 0 calc((100% - 28px)/2);
  margin-bottom: 28px;
}
.con .page4 form .layui-form-item:nth-child(2n) {
  margin-right: 0;
}
.con .page4 form .layui-form-text {
  flex: 0 0 100%;
  margin-right: 0;
  margin-bottom: 20px;
}
.con .page4 form .layui-form-label {
  float: none;
  width: auto;
  font-family: TTNorms-Medium;
  font-weight: 500;
  text-align: left;
  padding: 0;
  color: #333333;
}
.con .page4 form .layui-form-label span {
  color: #ff441a;
}
.con .page4 form .layui-input-block {
  margin-left: 0;
  margin-top: 24px;
}
.con .page4 form .layui-input-block .layui-textarea,
.con .page4 form .layui-input-block input {
  height: 62px;
  border: 1px solid #dcdcdc;
  padding: 22px 44px;
}
.con .page4 form .layui-input-block .layui-textarea::placeholder,
.con .page4 form .layui-input-block input::placeholder {
  color: #333;
  opacity: 0.2;
}
.con .page4 form .layui-input-block .layui-textarea {
  height: 200px;
}
.con .page4 form .checkbox {
  display: flex;
  font-family: TTNorms-Medium;
  font-weight: 500;
  text-align: left;
  line-height: 1;
}
.con .page4 form .checkbox span {
  opacity: 0.2;
  color: #333333;
}
.con .page4 form .checkbox span.on {
  color: #FF441A;
  opacity: 1;
  cursor: pointer;
}
.con .page4 form .checkbox .layui-form-checkbox[lay-skin=primary]:hover i {
  border-color: #FF441A;
}
.con .page4 form .checkbox .layui-form-checked[lay-skin=primary] i {
  background-color: #fff;
  border-color: #FF441A !important;
}
.con .page4 form .checkbox .layui-form-checked[lay-skin=primary] i:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #ff441a;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.con .page4 form .sub {
  width: 100%;
  text-align: center;
  margin-top: 60px;
}
.con .page4 form .sub button {
  width: 132px;
  height: 44px;
  line-height: 44px;
  background: #ff441a;
  color: #fff;
  border: 1px solid #ff441a;
}
.popUp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
.popUp .w1440 {
  max-width: 1000px;
  padding: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: #fff;
}
.popUp .close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  transition: all 0.4s linear;
}
.popUp .close:hover {
  transform: rotate(180deg);
}
.popUp .mes {
  width: 100%;
  height: 50vh;
  overflow-y: auto;
  padding-right: 10px;
  line-height: 1.5;
}
@keyframes myfirst {
  0% {
    transform: translateX(-50%) translateY(-50%) scale(1);
    opacity: 0;
  }
  50% {
    transform: translateX(-50%) translateY(-50%) scale(1.5);
    opacity: 0.4;
  }
  90% {
    transform: translateX(-50%) translateY(-50%) scale(2);
    opacity: 0.2;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) scale(2.1);
    opacity: 0;
  }
}
.dis_none{
    display: none !important;
}
@media only screen and (max-width: 1920px){
    .con {
    padding-top: 2.39vw;
}
.con .page1 .list {
    padding: 5.72vw 20px 5.31vw 20px;
}
.con .page2 {
    margin-top: 5.41vw;
    padding: 4.89vw 0 6.25vw 0;
}
.con .page2 .contact{margin-top:4.89vw;}
    .con .page2 .contact .list{padding-top:2.6vw;}
    .con .page2 .contact .list p{margin-top:2.91vw;}
    .con .page3{padding-top:6.14vw;}
    .con .page3 .map_con{margin-top:2.8vw;}
    .con .page4{margin-top:6.77vw;}
    .con .page4 form{margin:3.22vw 0 6.25vw 0;}
    .con .page4 form .sub{margin-top:3.125vw;}
    .con .page3 .map_con .info .list .list_mes{padding:2vw;}
}

@media only screen and (max-width: 1600px){
    .con .page1 .list .image{height:100px;}
    .con .page2 .contact .list img{height:46px;}
}

@media only screen and (max-width: 1440px){
      .con .page1 .list .image{height:80px;}
          .con .page2 .contact .list img {
        height: 40px;
    }
    .con .page4 form .layui-input-block .layui-textarea{
           padding: 20px 2.29vw;
    }
    .con .page4 form .layui-input-block input{
            height: 46px;
            line-height: 46px;
    border: 1px solid #dcdcdc;
    padding: 0 2.29vw;
        
    }
    .con .page1 .list::after {

    border-bottom: 60px solid transparent;
    border-right: 60px solid #fff;
    }
}

@media only screen and (max-width: 1200px){
     .con .page1 .list .image{height:60px;}
          .con .page2 .contact .list img {
        height: 32px;
    }
    
}

@media only screen and (max-width: 768px){
     .con .page1 .list .image{height:46px;}
          .con .page2 .contact .list img {
        height: 32px;
    }
        .con {
        padding-top: 40px;
    }
    .con .page1 .list{flex:0 0 100%;}
    .con .page1{flex-wrap:wrap;}
     .con .page1 .list::after {

    border-bottom: 40px solid transparent;
    border-right: 40px solid #fff;
    }
    .con .page1 .list .mes{margin-top:10px;}
    .con .page1 .list .mes .subTit{opacity:1;visibility:visible;}
    .con .page2 {
        margin-top: 40px;
        padding: 40px 0;
    }
    .con .page2 .contact{margin-top:20px;}
        .con .page2 .contact .list img {
        height: 24px;
    }
    .con .page2 .contact{flex-wrap:wrap;}
    .con .page2 .contact .list{flex:0 0 100%;}
        .con .page3 {
        padding-top: 40px;
    }
        .con .page3 .map_con {
        margin-top: 20px;
    }
    .con .page3 .map_con .info .list {
    width:8px;
    height: 8px;
    border: 2px solid rgba(255, 68, 26, 0.1);
    }
    .con .page3 .map_con .info .list > .list_tit {
   left:auto;
    right: 100%;
    }
    .con .page3 .map_con .info .list .list_mes {
        padding: 20px;
    }
    .con .page3 .map_con .info .list .list_mes{
        width:90vw;
    }
        .con .page4 {
        margin-top: 40px;
    }
    .con .page4 .subTit{margin-top:10px;}
    .con .page4 form{margin:20px 0 40px 0}
    .con .page4 form .layui-form-item {
    margin-right: 0;
    flex: 0 0 100%;
    margin-bottom: 20px;
}

.con .page4 form .layui-input-block{margin-top:10px;}
.con .page4 form .layui-input-block .layui-textarea{
           padding:  20px;
    }
    .con .page4 form .layui-input-block input{
           padding: 10px 20px;
        
    }
.con .page4 form .sub{margin-top:20px;}
.con .page4 form .sub button {
    width: 100px;
    height: 40px;
    line-height: 40px;
}
.con .page3 .map_con .info .list .list_mes {
    position: fixed;
    top: 20vw;
}
.con .page3 .map_con .info .list .list_mes hr{margin:10px 0;}
.con .page3 .map_con .info .list .list_mes .phone {
    margin-top: 10px;
}

}







