/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

body,
html {
  width: 100%;
}
* {
  margin: 0;
  padding: 0;
}
div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cn {
  /* background: url('../img/orbg.png') no-repeat; */
  /* background-size: 100% 100%; */
  width: 100%;
  background: #000e37;
}

.cn-section h3 {
  margin-top: 40px;
  color: white;
}
.cn-section p {
  margin-top: 10px;
  color: white;
}

.r-bg {
  width: 358px;
  height: 210px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.r-bg p {
  color: white;
}
.bg1 {
  background: url("../img/contact1.png");
  background-size: 100% 100%;
}
.bg2 {
  background: url("../img/contact2.png");
  background-size: 100% 100%;
}
.cn-introduce {
  width: 100%;
  margin-top: 20px;
  text-align: center;
  /* padding: 20px 56px 56px 56px; */
}
.white{
	color: white;;
}
.cn-introduce p {
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 600;
}
.cn-introduce span {
  font-size: 14px;
  display: inline-block;
  text-align: left;
  letter-spacing: 1px;
}
.pt56 {
  padding-top: 56px;
}
.cn-introduce-right p {
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: 600;
  color: #fff;
  margin-top: 25px;
}
.cn-introduce-right span {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #fff;
  margin-top: 25px;
  display: inline-block;
}
.cn-introduce-right i {
  color: #fff;
}
.traffic-table {
  border: 1px solid #fff;
}

.traffic-table li {
  text-align: center;
  padding: 5px 0;
  border-bottom: 1px solid #fff;
  color: #fff;
}

.traffic-table li:last-child {
  border-bottom: 0;
}

.traffic-table li.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.traffic-table .flex .flex-item {
  width: 50%;
  font-size: 12px;
  border-right: 1px solid #fff;
}

.traffic-table .flex .flex-item:last-child {
  border-right: 0;
}

.traffic-table .flex-item p {
  border-bottom: 1px solid #fff;
  height: 40px;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.traffic-table .flex-item p:last-child {
  border-bottom: 0;
}
.title {
   font-size: 30px;
   font-weight: 600;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
   margin-bottom: 21px;
   color: #fff;
   margin-top: 21px;
 }
 
 .title .line {
   width: 149px;
   height: 1px;
   background-color: #fff;
 }
 
 .title .text {
   margin: 0 25px;
 }

 .desc-traffic {
    color: #fff;
    text-align: left;
 }

 .desc-traffic .traffic-line-title {
    background-color: #0642C8;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
 }

 .desc-traffic .traffic-line-content {
   height: 550px;
   overflow: auto;
   padding: 20px;
 }

 .traffic-line-content .traffic-item {
   display: flex;
   align-items: center;
   justify-content: space-between;
   border-bottom: 1px solid #999;
   margin-bottom: 20px;
 }

 .traffic-line-content .train {
   font-size: 16px;
   padding-bottom: 10px;
 }

 .traffic-line-content .btn-circle {
   border: 1px solid #999;
   font-size: 12px;
   border-radius: 20px;
   padding: 5px 15px;
   margin-bottom: 10px;
   cursor: pointer;
 }


 .traffic-line-content .result * {
   text-align: left;
   color: #333;
 }

 .result h1 {
   font-size: 18px;
 }