* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-family: "PINGFANG MEDIUM", "Microsoft Yahei", "simsun", "arial", "tahoma";
}

a {
  color: #333;
  text-decoration: none;
}

.nav_wrap {
  height: 120px;
  font-size: 16px;
  margin: auto;
  z-index: 9999;
  line-height: 120px;
  background-color: #fff;
}
.nav_wrap .container {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}
.nav_wrap .container .nucarf_active {
  position: absolute;
  display: block;
  top: 60px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 4px;
  z-index: 9999;
  line-height: 0;
  transition: 0.3s all linear;
}
.nav_wrap .container .logo {
  width: 430px;
  font-size: 0;
}
.nav_wrap .container .logo a {
  display: inline-block;
}
.nav_wrap .container .logo a img {
  height: 80px;
  vertical-align: middle;
}
.nav_wrap .container ul.right_ul {
  display: flex;
}
.nav_wrap .container ul.right_ul li {
  position: relative;
}
.nav_wrap .container ul.right_ul li a {
  position: relative;
  display: inline-block;
  width: 130px;
  text-align: center;
  font-weight: 700;
}
.nav_wrap .container ul.right_ul li a:hover .nucarf_active {
  background-color: #bf0000;
}
.nav_wrap .container ul.right_ul li .more {
  position: absolute;
  display: none;
  top: 100px;
  line-height: 60px;
  background-color: #fff;
  transition: 0.3s all ease-in;
}
.nav_wrap .container ul.right_ul li .more li:hover {
  background-color: #f5ecec;
}
.nav_wrap .container ul.right_ul li:hover .more {
  display: block;
}
.nav_wrap .container .platform_enter {
  display: flex;
  align-items: center;
}
.nav_wrap .container .platform_enter i {
  display: block;
  background-color: #999;
  width: 1px;
  height: 16px;
}
.nav_wrap .container .platform_enter span {
  display: block;
  width: 130px;
  height: 46px;
  line-height: 46px;
  margin: 0 35px;
  background-color: black;
  text-align: center;
}
.nav_wrap .container .platform_enter span a {
  color: #fff;
}
.nav_wrap .container .platform_enter .en {
  color: #444;
  padding-left: 35px;
}

.container {
  /*  width: 1200px;*/
  margin: 0 auto;
}

.lc {
  text-align: center;
  margin-top: 50px;
  padding: 40px;
  background: #fff;
}
.lc h4 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #333;
  margin-bottom: 80px;
}
.lc ul {
  display: flex;
  justify-content: center;
}
.lc ul li {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.lc ul li img {
  width: 88px;
  height: 88px;
  margin: 0 62px;
}
.lc ul li span {
  padding-top: 20px;
  font-size: 16px;
  color: #333;
}
.lc ul li.arrow:after {
  content: "";
  position: absolute;
  top: 20px;
  right: -25px;
  display: block;
  width: 50px;
  height: 50px;
  background: url("../image/after.png") no-repeat 50%;
  background-size: 50%;
}/*# sourceMappingURL=driver.css.map */

/*新增*/
.complainSuggestion,.exit{display: flex;justify-content: center;}
.leftNav,.rightNav{min-width: 160px;margin-top: 100px;}
.leftNav li {height: 46px;line-height: 46px;margin-bottom: 30px;border:2px solid #333;text-align: center;margin-right: 20px;cursor: pointer;}
.center .con{display: none;}
.center .confirst{display: block}
.center .con2{text-align: center;}
.center .con2,.center .con3{font-size: 20px;line-height: 50px;padding-left: 40px;}
.center .con2 .title{font-size: 40px;margin-bottom: 50px;font-weight: bold;}
.center{width: 1200px;}
.leftNav li.now{border:2px solid #12afaf;color: #12afaf;}
.exit .center .con2{text-align: left;}
.exit .center .con{font-size: 14px;padding-left: 40px;}
/*新增*/
.guiZe{line-height: 32px;text-align: justify;margin-top: 50px;}
.guiZe .title{font-weight: bold;}
/*.exit{width: 1200px}*/
/*新增*/
.evaluationSystem{margin-bottom: 30px;width: 1000px}
.evaluationSystem .title{font-size: 30px;color: #003b90;text-align: center;margin-top: 10px;font-weight: bold;}
.evaluationSystem .sub3{font-weight: bold;color: #003b90;}
.evaluationSystem .b{font-weight: bold;}
.evaluationSystem{line-height: 32px;}
.evaluationSystem .subTitle{font-size: 20px;color: #003b90;font-weight: bold;margin:20px 0 10px 0;}
.evaluationSystem .sub2{font-size: 18px;color: #333;font-weight: bold;margin:20px 0 10px 0;}
.evaluationSystem img{width: 100%}
/*exit*/
.exit .title{font-size: 20px !important;text-align: center;}
.exit .sub{font-size: 16px;font-weight: bold;margin: 5px 0;}
.exit .leftNav{margin-top: 50px}
