/* ========== 公共样式 start ========== */
:root{

}
.container{
  width: 1326px;
  margin: 0 auto;
}
.header{
  height: 84px;
  border-bottom: 2px solid #e87527;
  padding-top: 20px;
  background: white;
}
.top-nav {
  width: 1440px;
  display: flex;
  /*align-items: center;*/
  justify-content: space-between;
  margin: 0 auto;
}
.logo {
  padding-top: 24px;
}
.logo img{
  width: 217px;
  height: auto;
}

.menu-wrapper {
  position: relative;
  display: flex;
  /*align-items: center;*/
  padding-top: 28px;
}

.menu {
  display: flex;
}

.menu li {
  position: relative;
  cursor: pointer;
  height: 56px;
  transition: transform 0.15s ease;
}

.menu a {
  display: inline-block;
  padding: 0 14px;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
  color: #000;
  transition: color 0.25s ease, background 0.2s ease;
  white-space: nowrap;
  /*letter-spacing: -0.2px;*/

}
.menu li:first-child a{
  padding: 0 20px;
}
.menu li:hover a {
  color: #e87527;
}

.menu li.active a {
  /*color: #e87527;*/

}

.magic-line {
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 3px;
  background:#e87527;
  transition: left 0.38s cubic-bezier(0.22, 0.8, 0.35, 1.1), width 0.38s cubic-bezier(0.22, 0.8, 0.35, 1.1);
  pointer-events: none;/*实现点击穿透效果*/
  z-index: 1;
  will-change: left, width;
}

.language{
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
  color: #000;
  transition: color 0.25s ease, background 0.2s ease;
  white-space: nowrap;
  letter-spacing: -0.2px;
  position: relative;

}

.language span{
  padding-left: 14px;
  display: inline-block;
  height: 18px;
  border-left: 1px solid #0C0C0C;
  vertical-align: top;
  position: relative;
  margin-right: 22px;

}
.language span::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  /*top: 6px;*/
  top: 50%;
  transform: translateY(-50%);
  right: -17px;
  border-left: 7px solid transparent; 
  border-right: 7px solid transparent;
  border-top: 7px solid black; /* 上侧边框颜色 */
}

.language ul{
  /* 默认隐藏 — 透明且不可交互 */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.45s cubic-bezier(0.2, 0.9, 0.3, 1.1),
  visibility 0.45s ease;
  background: white;
  width:133px ;
  left: 50%;
  transform: translateX(-66px);
  position: absolute;
  top: 30px;
  z-index: 9;
  box-shadow: 2px 4px 2px rgba(0,0,0,0.05);


}
.language ul li{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 14px;
  margin: 14px 0;
}
.language a{
  line-height: 18px;
  color: #000;
}
.language  a:hover{
  color: #e87527;
}
.language i{
  margin-right: 10px;
}

.language-cn{
  background-position:-110px -48px ;
  width:25px;
  height: 17px;
}
.language-en{
  background-position:-110px -79px ;
  width:25px;
  height: 17px;
}
.language-jp{
  background-position:-109px -109px ;
  width:27px;
  height: 19px;
}
.language:hover ul{
  opacity: 1;
  visibility: visible;
}



footer{
  background: #282828;
  padding: 45px 0 60px;
  color: #fff;
  margin-top: 70px;

}
footer .container{
 /* display: flex;
  justify-content: space-between;*/
   position: relative;
}
footer .foot-l{
  /*width: 570px;*/
  /*font-size: 24px;*/
  font-size: 18px;
  /*font-weight: 500;*/
}
footer .foot-l p{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
footer .foot-l p span{
  margin-left: 15px;
  
}

footer .foot-r{
  width: 938px;
  font-size: 18px;
  color: white;
  position: absolute;
  top: 0;
  right: 0;
}

footer .f-nav{
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #656565;
}
footer .f-nav a{
  line-height: 18px;
  display: inline-block;
  color: white;
}
footer .f-nav a:hover{
  color: #e87527;
}
footer .copyright{
  margin-top: 15px;
  text-align: right;
}
footer .copyright a{
  color: white;
}
footer .copyright a:hover{
  color: #e87527;
}


.icos{
  background-image: url(../images/ico.png);
  display: inline-block;
}
.i-tel{
  width: 26px;
  height: 26px;
  background-position: 0 0;
}
.i-email{
  width: 26px;
  height: 26px;
  background-position: 0 -47px;
}
.i-address{
  width: 28px;
  height: 24px;
  background-position: 0 -95px;
}
.i-ser1{
  width: 27px;
  height: 27px;
  background-position: -49px 0px;
}
.i-ser2{
  width: 27px;
  height: 27px;
  background-position: -93px 0px;
}
.i-close{
  width: 27px;
  height: 28px;
  background-position: -51px -46px;
}

.i-abt1{
  width: 15px;
  height: 20px;
  background-position: -148px 0px;
}
.i-abt2{
  width: 23px;
  height: 23px;
  background-position: -181px 0px;
}
.i-abt3{
  width: 23px;
  height: 23px;
  background-position: -218px 0px;
}
.i-abt4{
  width: 21px;
  height: 23px;
  background-position: -256px 0px;
}

.kefu {
  position: fixed;
  z-index: 2;
  right: 100px;
  top: 200px;
  width: 60px;

}
@media screen and (max-width:1760px){
  .kefu{ right:50px}
}
@media screen and (max-width:1600px){
  .kefu{ right:0}
}
.kefu ul{

}
.kefu li{
  position: relative;
  width: 60px;
  height: 60px;
  margin-bottom: 5px;
}
.kefu li a{
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url(../images/kefu.png) no-repeat;
  margin-bottom: 5px;
}
.kefu li.wx a{background-position:0 0 ;}
.kefu li.tel a{background-position:0 -65px ;}
.kefu li.chat a{background-position:0 -130px ;}
.kefu li.msg a{background-position:0 -194px ;}
.kefu li.wx a:hover{background-position:-68px 0 ;}
.kefu li.tel a:hover{background-position:-68px -65px ;}
.kefu li.chat a:hover{background-position:-68px -130px ;}
.kefu li.msg a:hover{background-position:-68px -194px ;}
.kefu .r-box{
  position: absolute;
  padding: 0 20px;
  min-width: 160px;
  white-space: nowrap;
  height: 60px;
  background: red;
  right: 50px;
  bottom: 0;
  background: #e87527;
  transition: all .2s ease;
  opacity: 0;
  visibility: hidden;
}
.kefu .wx .r-box{
  height: auto;
  background: white;
  border-bottom: 2px solid #e87527;
}
.kefu .wx .r-box img{
  display: block;
  width: 126px;
  height: auto;
  margin: 17px auto;
}
.kefu .tel,.kefu .msg,.kefu .chat{
  line-height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: white;
  text-align: center;
}
.kefu .msg .r-box{
  /*width: 230px;*/
}
.kefu li:hover .r-box{
  opacity: 1;
  visibility: visible;
  transform: translateX(-20px) translateY(0);
}
.kefu{}
.kefu{}
.kefu{}


.banner{
  height: 425px;
  width: 100%;
  display: flex;
  background-position: center top;
  background-repeat: no-repeat;
}


.banner .container{
  position: relative;
}
.banner .current{
  display: inline-block;
  font-size: 14px;
  position: absolute;
  left: 6px;
  bottom: 20px;
  min-width: 150px;
  height: 24px;
  line-height: 24px;
  color: white;
  padding: 0 14px;
  background: linear-gradient(to right, rgba(232, 117, 39, 1) 0%, rgba(232, 117, 39, 1) 30%, rgba(232, 117, 39, 0) 100%);
}


/* ========== 公共样式 end ========== */


/* 首页 */
.advantage{
  padding: 135px 0;
}
.advantage ul{
  display: flex;
  align-items: flex-start;/*子元素居中对齐*/
  justify-content: space-around;
  /*padding: 0 38px;*/
}
.advantage ul li{
  width: 290px;
  word-break: normal;      /* 默认值，不在单词内部断开 */
  overflow-wrap: normal;   /* 默认值，长单词会溢出容器而不换行 */
}
.advantage .adv-ico{
  display: flex;
  justify-content: center;
  align-items: center; /* 所有子项底部对齐 */
  width: 91px;
  height: 91px; /* 需固定高度 */
  margin: 0 auto;
  border-radius: 10px;
  background: #f5f5f5;
  text-align: center;
}
.advantage .adv-ico img{
  max-width: 54px;
  height: auto;
}
.adv-txt{
  text-align: center;
  font-size: 20px;
  color: #000;
  margin-top: 38px;
  line-height: 20px;

}
.adv-cont{
  color: #686868;
  font-size: 14px;
  line-height: 1.8em;
  margin-top: 22px;
  text-align: center;

}


/*===首页我们的服务模块===*/
.idx_services{
  background: #f5f5f5;
  padding: 50px 0px;
}

.idx_services ul{
  margin-top: 50px;
  /*height: 590px;*/
  display: flex;
  flex-wrap:wrap;
  align-content:space-between;/*多根轴线（横向，纵向）的对齐方式*/
  justify-content: space-between;/*横向轴对齐方式*/
  row-gap: 27px;
}
.idx_services ul li{
  width: 649px;
  height: 278px;
  background: white;
  border-radius: 4px;
  display: flex;
  justify-content: flex-start;

  box-shadow: 0 0 10px rgba(0,0,0,0.02), /* 顶部 */
             10px 0 10px rgba(0,0,0,0.02), /* 右侧 */
             0 10px 10px rgba(0,0,0,0.02), /* 底部 */
             -10px 0 10px rgba(0,0,0,0.02); /* 左侧 */

}
.idx_services .img{
  width: 266px;
  height: 278px;
  overflow: hidden;

}
.idx_services .img img{
  width: 266px;
  height: 278px;
  transition: transform 0.2s ease;
}
.idx_services .img img:hover{
  transform: scale(1.05);
}

.idx_services .desc{
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: space-between;
  padding: 0 38px;
  width: 270px;
}
.idx_services .desc h3{
  color: #133340;
  font-size: 29px;
  line-height: 29px;
  position: relative;
  text-transform: capitalize;
}
.idx_services .desc h3::after{
  content: ".";
  width: 53px;
  height: 0px;
  font-size: 0;
  border-top: 3px solid #e87527;
  position: absolute;
  left: 0;
  top: 40px;
}
.idx_services .desc p{
  color: #133340;
  font-size: 14px;
  line-height: 18px;
  margin-top: 35px;
  min-height: 70px;
}
.idx_services .desc a{
  color: #e87527;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  margin-top: 30px;

}
.idx_services .desc a:after{
  background: url(../images/ico-right.png);
  display: inline-block;
  width: 10px;
  height: 9px;
  content: "";
  margin-left: 8px;
}


/*.idx_services .desc a{
  width: 124px;
  height: 32px;
  line-height: 32px;
  color: #ffffff;
  padding-left: 18px;
  background: url(../images/idx-btn-2.png);
  margin-top: 30px;
}
.idx_services .desc a:hover{
  background-position: 0 -41px;
}*/



/*===首页 我们的网络===*/
.idx-network{
  padding: 70px 0;
}
.idx-network .cont{
  margin-top: 45px;
}
.idx-network .cont img{
  max-width: 100%;
  height: auto;
}


/*-------------首页服务行业-----------*/

.idx-case{
  width: 1326px;
  margin:0 auto;
  border-top: 4px solid #e87527;

  padding-top: 50px;
  padding-bottom: 30px;
  background: url(../images/idx-case.gif) center top no-repeat;
}

.industry{

}
.industry ul{
  margin: 50px 100px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.industry ul li{
  width: 202px;
  height: 220px;
  background: url(../images/idx-industry-bg.png) no-repeat;
  margin: 20px 30px;
  transition: all 0.2s ease;
  cursor: pointer;
}
.industry ul li:hover{
  /*transform: scale(1.1);*/
  transform: translateY(-10px);

}
.industry ul li:hover .name{
  color: #e87527;
}

.industry .ico{
  display: flex;
  margin-top: 26px;
  height: 95px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center; /* 所有子项底部对齐 */ 
}
.industry .ico img{


}
.industry .name {
  font-size: 16px;
  color: #272a53;
  text-align: center;
  margin-top: 20px;
  text-transform: capitalize;
}
.case-list{
  margin-top: 50px;
}
.case-list ul{
  /*width: 140px;*/
  margin-top: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

}
.case-list li{
  margin: 7px;
}
.case-list li:nth-child(6n){
  margin-right: 0;
}
.case-list li img{
  width: 194px;
  height: 81px;
  display: block;
  transition: all 0.2s ease;
}
.case-list li img:hover{
  transform: scale(1.05);
  opacity: .9;
}



/*首页标题*/
.idx-tit{
  text-align: center;

}
.idx-tit h3{
  color: #143440;
  font-size: 38px;
  font-weight:bold;
}
.idx-tit span{
  color: #272a53;
  font-size: 22px;
  letter-spacing: 1px;
  display: inline-block;
  margin-top: 10px;
}




/* ------------- 关于我们 ----------------  */

.abt-position{
  padding: 45px 0;
}
.abt-position .container{
  display: flex;
  justify-content: space-between;
}
.abt-position-l{
  width: 422px;
  padding:23px 74px 0 0;
  border-right: 1px solid #a0a0a0;
  height: 591px;
  margin-left: 15px;
}
.abt-position-l .img{
  width: 349px;
  height: 367px;
  overflow: hidden;
}
.abt-position-l img{
  width: 349px;
  height: 367px;
  transition: all .5s ease;
}
.abt-position-l img:hover{
  transform: scale(1.05);
}
.abt-position-l .tit{
  margin-top: 35px;
  height: 48px;
  border-left: 10px solid #e87527;
  padding-left: 20px;
}
.abt-position-l h3{
  font-size: 42px;
  font-weight: normal;
  height: 48px;
  line-height: 48px;
  color:#000;
  letter-spacing: -1px;
}
.abt-position-l .text{
  font-size: 16px;
  color: #5f5e5e;
  line-height: 1.5em;
  margin-top: 35px;
   text-align: justify;

}
.abt-position-r{
  width: 790px;
  margin-right: 35px;
}
.abt-position-r .tit{
  font-size: 20px;
  margin-top: 28px;
  font-weight: bold;
}
.abt-position-r .text{
  font-size: 16px;
  line-height: 30px;
  color: #5f5e5e;
  height: 112px;
  margin-top: 40px;
  text-align: justify;
}
.abt-position-r ul{
  margin: 33px 10px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.abt-position-r ul li{
  display: flex;
  width: 375px;
  margin: 31px 0;
}
.abt-position-r  .num{
  font-size: 36px;
  padding-top: 15px;

}
.abt-position-r .desc{
  margin-left: 30px;
}
.abt-position-r .desc .t{
  font-size: 20px;
 
}
.abt-position-r .desc p{
  font-size: 16px;
  color: #5f5e5e;
  line-height: 1.8em;
  margin-top: 15px;
}

.culture{
  background: #f5f5f5;
  padding: 50px 0 70px 0;
}
.culture{}
.culture{}
.culture{}
.culture{}
.about-title{
  text-align: center;
  font-size: 16px;
  color: #5f5e5e;
}
.about-title h3{
  font-weight: normal;
  font-size: 48px;
  line-height: 48px;
  margin-bottom:10px ;
}
.about-title p{
  display: block;
}

.culture ul{
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.culture ul li{
  width: 342px;
  margin: 0 35px;
}

.culture ul li .img{
  width: 231px;
  height: 231px;
  margin: 0 auto;
  background: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px rgba(0,0,0,0.02), /* 顶部 */
              10px 0 10px rgba(0,0,0,0.02), /* 右侧 */
              0 10px 10px rgba(0,0,0,0.02), /* 底部 */
              -10px 0 10px rgba(0,0,0,0.02); /* 左侧 */
  transition: all .5s ease;

}

.culture ul li .img:hover{
  box-shadow: 0 0 10px rgba(0,0,0,0.1), /* 顶部 */
              10px 0 10px rgba(0,0,0,0.1), /* 右侧 */
              0 10px 10px rgba(0,0,0,0.1), /* 底部 */
              -10px 0 10px rgba(0,0,0,0.1); /* 左侧 */
}
.culture ul li .img:hover img{
  transform: scale(1.1);
}

.culture ul li img{
  transition: all .2s ease;
  max-width: 380px;
  height: auto;
}

.culture .text{
  text-align: center;
  font-size: 16px;
  color: #5f5e5e;
  margin-top: 30px;
  line-height: 1.6em;
}
.culture .text span{
  display: block;
  font-size: 30px;
  color: #000;
  margin-bottom: 20px;
}

.abt-advantage{padding: 50px 0 50px 0;}
.abt-advantage .cont{ 
  margin-top:25px;
  padding: 0 45px;
  background: url(../images/abt-advantage-line.gif) center center no-repeat;
  /*border: 1px solid red;*/
}
.abt-advantage .floor{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 50px 0;
}
.abt-advantage  .item{
  width: 545px;
}
.abt-advantage  .item .t{
  display: flex;
  font-size: 20px;
  line-height: 20px;
}
.abt-advantage  .item .t span{
  padding-left: 7px;
}
.abt-advantage  .item .txt{
  color: #5f5e5e;
  font-size: 16px;
  line-height: 1.8em;
  margin-top: 16px;
}






.abt-team{ background:#f5f5f5; padding:80px 0;}
.abt-team .container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.abt-team .item-l{
  width: 640px;
  padding-left: 15px;

}
.abt-team  h3{ 
  font-size:48px;
  line-height: 48px;
  padding-left: 16px; 
  border-left: 11px solid #e87527;
  font-weight:200;
}
.abt-team .text{
  font-size: 16px;
  color: #5f5e5e;
  line-height: 1.8em;
  margin-top: 30px;
}
.promise{
  padding: 60px 0 80px;
}

.promise .cont{
  margin-top: 55px;
  padding: 60px 80px;
  box-shadow: 0 -5px 10px rgba(0,0,0,0.05), /* 顶部 */
             5px 0 10px rgba(0,0,0,0.05), /* 右侧 */
             0 5px 10px rgba(0,0,0,0.05), /* 底部 */
             -5px 0 10px rgba(0,0,0,0.05); /* 左侧 */
  font-size: 16px;
  color: #5f5e5e;
  line-height:1.8em;
  transition: all .5s ease;
  
}
.promise .cont:hover{
  box-shadow: 0 -5px 10px rgba(0,0,0,0.1), /* 顶部 */
             5px 0 10px rgba(0,0,0,0.1), /* 右侧 */
             0 5px 10px rgba(0,0,0,0.1), /* 底部 */
             -5px 0 10px rgba(0,0,0,0.1); /* 左侧 */

}



/* -------- 检测服务 ------- */
.services{
  padding: 75px 0;
}
.services .container{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.services-l{
  width: 260px;
}
.services dl{
  width: 100%;
}
.services dt{
  /*line-height: 56px;*/
  background: #f5f5f5;
  border-left: 6px solid #e87527;
  padding-left: 14px;
  font-size: 23px;
  line-height: 24px;
  font-weight: bold;
  padding-top: 16px;
  padding-bottom: 16px;
}
.services dd{
  display:block;
  width: 100%;
  /*margin-top: 2px;*/
  border-top: 2px solid white;
}
.services dd a{
  display: block;
  line-height: 18px;
  background: #f5f5f5;
  /*padding-left: 26px;*/
  font-size: 18px;
  color: #000000;
  transition: none;
  padding: 19px 15px 19px 20px;
  text-transform: capitalize;

}
.services dd a:hover,.services dd.active a{
  background: #e87527;
  color: white;
  text-align: center;
}
.services-r{width: 1031px}
.services-r .item1{
  background: #f5f5f5;
  padding: 50px 38px;
}
.services-r .tit{
  display: flex;
  align-items: center;
}
.services-r .tit span{
  font-size: 22px;
  line-height: 22px;
  margin-left: 12px;
}
.services-r .cont{
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.8em;
   font-weight: 300;
}
.services-r .cont *{
  font-size: 18px !important;
}
.services-r .item2{
  background: #fdf3ec;
  padding: 50px 38px;
}
.services-r  img{
  max-width: 100%;
  height: auto;
}


.question{ padding:75px 0 100px }
.question-item{
  margin-bottom: 15px;
}
.question-item .tit{
  height: 67px;
  line-height: 67px;
  background: #f0f1ee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor:help ;
}
.question-item .tit p{
  font-size: 18px;
  letter-spacing: 1px;
  padding-left: 95px;
  background: url(../images/question-ico1.gif) left center no-repeat;
}
.question-item .tit i{
  margin-right:24px;
}

.question-item .cont{
  padding: 40px 90px;
  background: #eff0ef;
  font-size: 18px;
  line-height: 1.8em;
  display: none;
  transition: all .2s ease;
}

.question-item.active .tit{
  background: #e06e1b;
  color: white;
  cursor: default;
}

.question-item.active i.i-close{
  background-position:-51px -95px;
}
.question-item.active .cont{
  display: block;
}


/* -----  联系我们 ----------- */
.contact-from{
  padding: 50px 0;
  background: #f4f4f4;

}
.contact-from input,.contact-from textarea{
  font-size: 14px;
}
.contact-from .cont{
  background: #ffffff url(../images/contact-form-bg.gif) center bottom no-repeat;
  padding: 30px 0;
  box-shadow: 0 0 10px rgba(0,0,0,0.02), /* 顶部 */
             10px 0 10px rgba(0,0,0,0.02), /* 右侧 */
             0 10px 10px rgba(0,0,0,0.02), /* 底部 */
             -10px 0 10px rgba(0,0,0,0.02); /* 左侧 */
}
.contact-from form{
  width: 1249px;
  margin: 0 auto;
}
.field-group{
  width: 401px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 23px;
}
.field-group:nth-child(3n){
  margin-right: 0;
}
.form-item-l{
  display: inline-block;
  width: 139px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #e87527;
  color: white;
  font-size: 14px;

}
.custom-input{
  height: 40px;
  width: 261px;
  border-bottom: 1px solid #e87527;
  background:#e6e6e6 ;
  padding-left: 15px;

}

 /* 全局placeholder样式 - 红色 */
        input::placeholder,textarea::placeholder {
            color: #b1b1b1;
            opacity: 1; /* Firefox默认会降低透明度 */
             font-family: "Microsoft YaHei",'微软雅黑',"Arial", sans-serif;
        }
        input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
            color: #b1b1b1;
             font-family: "Microsoft YaHei",'微软雅黑',"Arial", sans-serif;
        }
        input::-moz-placeholder,textarea::-moz-placeholder {
            color: #b1b1b1;
            opacity: 1;
            font-family: "Microsoft YaHei",'微软雅黑',"Arial", sans-serif;
        }
        input:-ms-input-placeholder,textarea:-ms-input-placeholder {
            color: #b1b1b1;
             font-family: "Microsoft YaHei",'微软雅黑',"Arial", sans-serif;
        }


.contact-from .floor{
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;

}
.custom-select{
  width: 261px;
  border-bottom: 1px solid #e87527;
  position: relative;
  font-size: 14px;
}
.custom-select .txt{
  background:#e6e6e6 ;
  padding-left: 15px;
  line-height: 39px;
  color: #b1b1b1;
}
.custom-select .txt.cur{
  color: #000;
}
.custom-select::after { /* 三角标 */
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent; /* 左边框透明 */
  border-right: 5px solid transparent; /* 右边框透明 */
  border-top: 8px solid #e87527; /* 上边框为三角形底部 */
  position: absolute;
  right: 15px;
  top: 15px;
  pointer-events: none;/* 解决伪类挡住部份，父元素事件无法响应*/
}


.custom-select .list{
  width: 100%;
  position: absolute;
  left: 0;
  top: 40px;
  background: white;
  border: 1px solid #e87527;
  display: none;
}
.custom-select .list.show{
  display: block;
}
.custom-select .list li{
  padding-left: 15px;
  line-height: 2em;
}
.custom-select .list li:hover,.custom-select .list li.selected{
  background: #e87527;
  color: white;
}

.custom-textarea{
  display: block;
  width: 100%;
  height: 175px;
  padding: 15px;
  background: #e6e6e6;
  border-bottom: 1px solid #e87527;
  margin-top: 15px;
}

.custom-btn{
  display: block;
  width: 180px; 
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: white;
  font-size: 16px !important;
  background:#e87527 ;
  border-radius: 21px;
  margin: 0 auto;
}


.contact-info{ 
  padding: 50px 0;

}
.contact-info .item{
  height: 292px;
  background: url(../images/contact-form-bg2.gif) center bottom no-repeat;
  display: flex;
  justify-content: flex-start;
  align-items: center;
 
}
.contact-info .item-l{
  width: 630px;
  margin-left: 105px;
  border-right: 2px solid #b5b5b5;
}
.contact-info .item-l img{
  width: 314px;
  height: auto;
}

.contact-info .item-l p{
  display: block;
  margin-top: 12px;
  padding-right: 70px;
  font-size: 18px;
}
.contact-info .item-l p span{
  display: block;
  font-size: 15px; 
  margin-top: 12px;
}
.contact-info .item-r{
  padding-left: 70px;
  font-size: 24px;
}
.contact-info .item-r p{
  display: flex;
  align-items: center;
  /*margin-top: 24px;*/
  padding: 15px 0;
}
.contact-info .item-r p span{
  margin-left: 17px;
}

.i-email2{
  width: 36px;
  height: 36px;
  background-position: 0 -189px;
  
}
.i-tel2{
  width: 36px;
  height: 36px;
  background-position: 0 -140px;
}
