@charset "UTF-8";
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
a,
img {
  margin: 0;
  padding: 0;
  border: none;
}
body {
  background: #fff;
  font-family: "Arial", arial;
  font-size: 14px;
  color: #333333;
  font-weight: normal;
}
textarea,
input {
  font-family: "Arial", arial;
  color: #333333;
  font-size: 14px;
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-appearance: none;
  display: block;
}
input[type="checkbox"],
input[type="radio"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select,
input:focus,
textarea:focus {
  outline: none;
}
select::-ms-expand {
  display: none;
}
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
ol,
ul,
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  color: #333333;
  font-weight: normal;
}
a,
a:link,
a:visited,
a:focus,
a:active,
a:hover {
  font-family: "Arial", arial;
  color: #333333;
  font-size: 14px;
  text-decoration: none;
  outline: none;
}
a {
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
a:hover {
  color: #c40016;
}
a {
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.wrap:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.lzpic2 {
  display: none;
}
.col:after,
.row:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.col12,
.col {
  width: 100%;
  float: left;
}
.col1 {
  width: 8.33333333%;
}
.col2 {
  width: 16.66666667%;
}
.col3 {
  width: 25%;
}
.col4 {
  width: 33.33333333%;
}
.col5 {
  width: 41.66666667%;
}
.col6 {
  width: 50%;
}
.col7 {
  width: 58.33333333%;
}
.col8 {
  width: 66.66666667%;
}
.col9 {
  width: 75%;
}
.col10 {
  width: 83.33333333%;
}
.col11 {
  width: 91.66666667%;
}
.l {
  float: left;
}
.r {
  float: right;
}
.hide {
  display: none;
}
.rbtn {
  position: relative;
  display: block;
  text-align: center;
}
.rbtn:hover::after {
  width: 100%;
}
.rbtn input,
.rbtn span {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
  display: block;
  background: none;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.rbtn::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 0;
  height: 100%;
  background: #f51730;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.rbtn.w::after {
  background: #fff;
}
.article {
  line-height: 24px;
  font-size: 16px;
  color: #555555;
  text-align: justify;
}
.article video,
.article iframe,
.article img {
  max-width: 100%;
}
.main-filter {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  display: none;
  background: url(../images/mainFilter.png);
}
.wrapper {
  width: 100%;
  min-height: 100%;
  position: relative;
  overflow: hidden;
}
.header {
  width: 100%;
  height: 50px;
  z-index: 90;
  background: #eee;
}
.header .logo {
  float: left;
  overflow: hidden;
  height: 38px;
  line-height: 38px;
  margin-top: 6px;
}
.header .logo img {
  height: 100%;
  display: inline-block;
  margin-top: -2px;
}
.header .logo span {
  display: inline-block;
  margin-left: 8px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.header .language {
  float: right;
  position: relative;
  margin-top: 11px;
}
.header .language .tit {
  height: 30px;
  line-height: 30px;
  padding: 0 13px;
  cursor: pointer;
  font-size: 16px;
  color: #777777;
  position: relative;
}
.header .language .tit::after {
  right: 0;
  top: 50%;
  margin-top: -2px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #777777;
  border-width: 3px;
  margin-left: -3px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.header .language .tit.on::after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  margin-top: -4px;
}
.header .language .list {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  z-index: 91;
  width: 100px;
  padding-top: 10px;
  text-align: center;
  display: none;
}
.header .language ul {
  background: #f51730;
  border-radius: 4px;
  padding: 4px 0;
  position: relative;
}
.header .language ul::after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #f51730;
  border-width: 4px;
  margin-left: -4px;
}
.header .language li a {
  height: 30px;
  line-height: 30px;
  display: block;
  font-size: 14px;
  color: #fff;
}
.header .language li a:hover {
  background: #c40016;
}
.header .search-box {
  float: right;
  margin: 5px 0 0 0;
  position: relative;
}
.header .search-box .search-btn {
  width: 40px;
  height: 40px;
  background: url(../images/search.png) no-repeat center;
  cursor: pointer;
}
.header .search-box .search-bar {
  width: 800px;
  height: 50px;
  position: absolute;
  right: 0;
  top: -5px;
  z-index: 95;
  background: #eee;
  padding: 0;
  display: none;
}
.header .search-box .search-bar .close {
  width: 50px;
  height: 50px;
  float: right;
  background: url(../images/close.png) no-repeat center;
  background-size: 14px auto;
  cursor: pointer;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.header .search-box .search-bar .close:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.header .search-box .search-bar .btn {
  width: 50px;
  height: 50px;
  float: left;
  background: url(../images/search.png) no-repeat center;
}
.header .search-box .search-bar .btn input {
  width: 100%;
  height: 100%;
  background: none;
  cursor: pointer;
}
.header .search-box .search-bar .inpu {
  width: 100%;
  padding: 0 50px;
}
.header .search-box .search-bar .inpu input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  font-size: 16px;
  color: #666;
  margin-top: 5px;
  background: #eee;
  border-bottom: solid 1px #999;
}
.header .search-box .search-bar .inpu input::-webkit-input-placeholder {
  color: #cccccc;
}
.header .search-box .search-bar .inpu input:-moz-placeholder {
  color: #cccccc;
}
.header .search-box .search-bar .inpu input::-moz-placeholder {
  color: #cccccc;
}
.header .search-box .search-bar .inpu input:-ms-input-placeholder {
  color: #cccccc;
}
.header .menu-btn {
  display: none;
}
.header .login {
  width: 36px;
  height: 50px;
  float: right;
  background: url(../images/login2.png) no-repeat center;
}
.header .tracking {
  line-height: 50px;
  float: right;
  font-size: 16px;
  color: #494949;
  padding-left: 28px;
  background: url(../images/tracking.png) no-repeat 0 center;
  margin-right: 16px;
}
.header .tracking:hover {
  color: #f51730;
}
.nav {
  background: #fff;
  width: 100%;
  z-index: 80;
}
.nav.fixed {
  position: fixed;
  top: 0;
  right: 0;
  border-bottom: solid 1px #ddd;
}
.nav .tracking,
.nav .tit {
  display: none;
}
.nav > ul {
  max-width: 1200px;
  margin: 0 auto;
}
.nav > ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.nav > ul > li {
  float: left;
  position: relative;
  margin-right: 60px;
}
.nav > ul > li.on > a,
.nav > ul > li > a:hover {
  color: #f51730;
}
.nav > ul > li > a {
  height: 50px;
  line-height: 50px;
  display: block;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
}
.nav .sub {
  min-width: 120px;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  z-index: 90;
  text-align: center;
  display: none;
  padding-top: 10px;
}
.nav .sub ul {
  border-radius: 4px;
  padding: 4px 0;
  background: #f51730;
  position: relative;
}
.nav .sub ul::after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #f51730;
  border-width: 4px;
  margin-left: -4px;
}
.nav .sub li a {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  white-space: nowrap;
  background: #f51730;
  padding: 0 14px;
}
.nav .sub li a:hover {
  background: #c40016;
}
.navbrace {
  display: block;
  height: 0;
}
.footer {
  background: url(../images/footer_bg.jpg) no-repeat center #00060d;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  padding-top: 110px;
}
.footer .contact {
  min-width: 462px;
  float: left;
  position: relative;
  padding-right: 20px;
}
.footer .contact::after {
  content: " ";
  width: 1px;
  height: 250px;
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 5;
  background: rgba(255, 255, 255, 0.1);
}
.footer .contact .title {
  font-size: 28px;
  color: #f51730;
  margin-bottom: 46px;
}
.footer .contact p {
  min-height: 26px;
  line-height: 26px;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 16px;
  background: no-repeat 0 1px;
  padding-left: 38px;
}
.footer .link-list {
  float: right;
}
.footer .link-list .list {
  float: left;
  margin-left: 110px;
}
.footer .link-list .list:first-child {
  margin-left: 0;
}
.footer .link-list .tit {
  font-size: 20px;
  color: #fff;
}
.footer .link-list ul {
  margin-top: 46px;
}
.footer .link-list li {
  line-height: 20px;
  font-size: 16px;
  color: #787878;
  margin-bottom: 18px;
}
.footer .link-list li a {
  font-size: 16px;
  color: #787878;
}
.footer .link-list li a:hover {
  color: #f51730;
}
.footer .line {
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}
.footer .copy {
  line-height: 24px;
  padding: 50px 0;
  font-size: 14px;
  color: #787878;
}
.footer .copy a {
  font-size: 14px;
  color: #787878;
}
.footer .copy a:hover {
  color: #f51730;
}
.footer .copy .support {
  padding-left: 12px;
  margin-left: 12px;
  position: relative;
}
.footer .copy .support::after {
  content: " ";
  width: 1px;
  height: 10px;
  background: #505050;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  z-index: 2;
}
.banner img {
  width: 100%;
  display: block;
}
.banner .swiper-slide {
  position: relative;
  text-align: center;
}
.banner .content {
  max-width: 1200px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 4;
}
.banner .txt {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
}
.banner .btn {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  padding: 0 28px 0 66px;
  background: url(../images/banner_btn.png) no-repeat 28px center #f51730;
  border-radius: 4px;
  height: 54px;
  line-height: 54px;
  margin-top: 34px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.banner .btn:hover {
  background-color: #c40016;
}
.banner .swiper-pagination {
  bottom: 20px;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: solid 1px #fff;
  background: none;
  opacity: 1;
  margin: 0 4px;
  border-radius: 10px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  width: 24px;
}
.swiper-button-prev,
.swiper-button-next {
  outline: none;
}
.layui-layer-iframe {
  overflow: visible !important;
}
@media screen and (max-width: 1100px) {
  .layui-layer-iframe {
    overflow: visible;
  }
}
.main .pctitle {
  text-align: center;
}
.main .pctitle .tit {
  font-size: 30px;
  color: #333;
  font-weight: bold;
}
.main .pctitle .txt {
  font-size: 16px;
  color: #999999;
  margin-top: 4px;
}
.main .pctitle.white .txt,
.main .pctitle.white .tit {
  color: #fff;
}
.main .pcbtn {
  height: 48px;
  line-height: 46px;
  border: solid 1px #f51730;
  font-size: 14px;
  color: #f51730;
  display: inline-block;
  margin-top: 20px;
}
.main .pcbtn span {
  padding: 0 40px 0 18px;
  background: url(../images/arrow1.png) no-repeat right 20px center;
}
.main .pcbtn:hover span {
  color: #fff;
  background: url(../images/arrow2.png) no-repeat right 10px center;
}
.main .about {
  padding: 56px 0 66px 0;
}
.main .about .pctitle {
  margin-bottom: 66px;
}
.main .about .content {
  width: 48%;
  float: left;
  padding-top: 36px;
}
.main .about .content .title {
  font-size: 28px;
  color: #f51730;
}
.main .about .content .text {
  line-height: 26px;
  font-size: 16px;
  color: #555555;
  margin: 24px 0 36px 0;
}
.main .about .content .why {
  font-size: 14px;
  color: #777777;
}
.main .about .content .why:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .about .content .why li {
  width: 50%;
  min-height: 20px;
  line-height: 20px;
  margin-bottom: 20px;
  padding: 0 40px 0 38px;
  background: no-repeat 0 0;
  float: left;
}
.main .about .content .why li:nth-child(2n+1) {
  clear: left;
}
.main .about .videobox {
  width: 48%;
  float: right;
  position: relative;
}
.main .about .videobox img {
  width: 100%;
  display: block;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.main .about .videobox .rbox {
  width: 154px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.main .about .videobox .video {
  padding: 32px 60px 0 0;
  position: relative;
  z-index: 5;
  cursor: pointer;
}
.main .about .videobox .video:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.main .about .videobox .video .pic {
  overflow: hidden;
}
.main .about .videobox .video .icon {
  padding: 0 34px 0 76px;
  height: 68px;
  line-height: 68px;
  font-size: 18px;
  color: #fff;
  background: url(../images/video_icon.png) no-repeat 35px center #f51730;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 6;
}
.main .service {
  padding: 70px 0;
  background: #f8f8f8;
}
.main .service .content {
  margin-top: 38px;
}
.main .service .content .row {
  background: #fff;
  position: relative;
  min-height: 487px;
  margin-bottom: 24px;
}
.main .service .content .row:nth-child(even) .pic {
  left: auto;
  right: 0;
}
.main .service .content .row:nth-child(even) .cont {
  float: left;
}
.main .service .content .pic {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.main .service .content .pic img {
  display: none;
}
.main .service .content .cont {
  width: 50%;
  float: right;
  padding: 46px 70px;
}
.main .service .content .tit {
  line-height: 44px;
  font-size: 30px;
  color: #333;
}
.main .service .content .tit img {
  margin: -2px 12px 0 0;
  display: inline-block;
  max-height: 100%;
}
.main .service .content .txt {
  line-height: 24px;
  font-size: 16px;
  color: #555;
  margin: 28px 0 20px 0;
}
.main .service .content .txt b {
  color: #333;
}
.main .service .swiper-button-prev,
.main .service .swiper-button-next {
  width: 30px;
  height: 50px;
  margin: 0;
  top: 122px;
  background: no-repeat center rgba(255, 255, 255, 0.5);
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .service .swiper-button-prev:hover,
.main .service .swiper-button-next:hover {
  background-color: #f51730;
}
.main .service .swiper-button-prev {
  left: -58px;
  background-image: url(../images/arrow3.png);
}
.main .service .swiper-button-next {
  right: -58px;
  background-image: url(../images/arrow2.png);
}
.main .service .swiper-slide {
  text-align: center;
}
.main .service .swiper-slide a {
  display: block;
  padding-top: 66px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .service .swiper-slide a:hover {
  padding-top: 0;
}
.main .service .swiper-slide a:hover .icon {
  background: #f51730;
}
.main .service .swiper-slide a:hover .txt {
  height: 72px;
}
.main .service .swiper-slide a:hover .arrow {
  margin-top: 36px;
}
.main .service .swiper-slide .icon {
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 50%;
  margin: 0 auto;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .service .swiper-slide .icon img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  margin-top: -2px;
}
.main .service .swiper-slide .tit {
  font-size: 22px;
  color: #fff;
  margin: 14px 0 26px 0;
}
.main .service .swiper-slide .txt {
  height: 0;
  line-height: 24px;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .service .swiper-slide .arrow {
  width: 5px;
  height: 10px;
  background: url(../images/arrow2.png) no-repeat;
  margin: 10px auto 0 auto;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.container .banner {
  height: 300px;
  background: no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.careers-page {
  padding: 100px 0 130px 0;
}
.careers-page .title {
  text-align: center;
  font-size: 30px;
  color: #333;
}
.careers-page .article {
  margin-top: 40px;
  text-align: center;
  padding: 0 18px;
}
.careers-page .article a {
  color: #f51730;
}
.careers-page .article a:hover {
  color: #c40016;
}
.about-page .overview {
  padding: 74px 0;
}
.about-page .overview .videobox {
  width: 48%;
  float: left;
  position: relative;
}
.about-page .overview .videobox img {
  width: 100%;
  display: block;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.about-page .overview .videobox .rbox {
  width: 66%;
}
.about-page .overview .videobox .video {
  position: absolute;
  left: 0;
  bottom: 30px;
  z-index: 5;
  width: 100%;
  cursor: pointer;
  padding-left: 45px;
}
.about-page .overview .videobox .video:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.about-page .overview .videobox .video .pic {
  overflow: hidden;
  position: relative;
}
.about-page .overview .videobox .video .icon {
  padding: 0 34px 0 76px;
  height: 68px;
  line-height: 68px;
  font-size: 18px;
  color: #fff;
  background: url(../images/video_icon.png) no-repeat 35px center #f51730;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 6;
}
.about-page .overview .content {
  width: 44.7%;
  float: right;
  margin-top: 44px;
}
.about-page .overview .content .title {
  font-size: 30px;
  color: #333;
}
.about-page .overview .content .txt {
  line-height: 24px;
  font-size: 16px;
  color: #555;
  margin-top: 40px;
}
.about-page .why {
  background: #f8f8f8;
  padding: 76px 0;
}
.about-page .why .title {
  text-align: center;
  font-size: 30px;
  color: #333;
  margin-bottom: 36px;
}
.about-page .why .row {
  margin: 0 -17px;
}
.about-page .why .col {
  padding: 0 17px;
  margin-bottom: 34px;
}
.about-page .why .box {
  background: #fff;
  padding: 46px 40px;
  text-align: center;
}
.about-page .why .box:nth-child(2n+1) {
  clear: left;
}
.about-page .why .icon {
  height: 62px;
}
.about-page .why .icon img {
  display: inline-block;
  max-height: 100%;
}
.about-page .why .tit {
  font-size: 24px;
  color: #333333;
  margin: 26px 0;
}
.about-page .why .txt {
  line-height: 24px;
  font-size: 16px;
  color: #555555;
}
.about-page .certifications {
  padding: 80px 0;
}
.about-page .certifications .title {
  text-align: center;
  font-size: 30px;
  color: #333333;
}
.about-page .certifications ul {
  margin: 68px -20px 0 -20px;
}
.about-page .certifications ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.about-page .certifications ul li {
  width: 33.333%;
  float: left;
  margin-bottom: 42px;
  padding: 0 20px;
}
.about-page .certifications ul li:nth-child(3n+1) {
  clear: left;
}
.about-page .certifications ul li img {
  width: 100%;
  display: block;
}
.about-page .certifications ul li a {
  display: block;
  overflow: hidden;
}
.about-page .anchor {
  display: block;
  position: relative;
  top: -80px;
}
.service-list .anchor {
  display: block;
  position: relative;
  top: -80px;
}
.service-list .row {
  padding: 80px 0;
}
.service-list .row:nth-child(even) {
  background: #f8f8f8;
}
.service-list .row:nth-child(even) .pic {
  float: right;
}
.service-list .row:nth-child(even) .cont {
  float: left;
}
.service-list .row:nth-child(even) .cont .num::after {
  background-image: url(../images/service-list-num2.png);
}
.service-list .row:nth-child(1) .cont {
  margin-top: 0;
}
.service-list .row:nth-child(1) .pic {
  margin-top: 100px;
}
.service-list .pic {
  width: 41%;
  float: left;
  position: relative;
}
.service-list .pic img {
  width: 100%;
  display: block;
}
.service-list .pic .img1 {
  padding: 0 60px 50px 0;
  position: relative;
  z-index: 5;
}
.service-list .pic .img2 {
  width: 294px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.service-list .cont {
  width: 50%;
  float: right;
  margin-top: 44px;
}
.service-list .cont .top:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.service-list .cont .num {
  line-height: 60px;
  font-size: 50px;
  color: #f51730;
  position: relative;
  opacity: .2;
  float: left;
}
.service-list .cont .num::after {
  content: " ";
  width: 32px;
  height: 40px;
  position: absolute;
  right: -10px;
  bottom: 8px;
  z-index: 2;
  background: url(../images/service-list-num.png) no-repeat;
  background-size: 100% 100%;
}
.service-list .cont .icon {
  height: 60px;
  float: left;
  margin-left: 28px;
}
.service-list .cont .icon img {
  max-height: 100%;
}
.service-list .cont .tit {
  font-size: 30px;
  color: #333;
  margin: 6px 0 50px 0;
}
.service-list .cont .txt {
  line-height: 24px;
  font-size: 16px;
  color: #555;
}
.service-page .advisory {
  background: url(../images/advisory_bg.jpg) no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  text-align: center;
  padding: 100px 10px;
}
.service-page .advisory .p1 {
  line-height: 36px;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}
.service-page .advisory .p2 {
  line-height: 24px;
  font-size: 16px;
  color: #fff;
  margin-top: 8px;
}
.service-page .advisory .btn {
  min-width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 20px;
  border-radius: 4px;
  background: #f51730;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  margin-top: 32px;
}
.service-page .advisory .btn::after {
  background: #c40016;
}
.contact-page .title {
  text-align: center;
  font-size: 30px;
  color: #333333;
}
.contact-page .contact {
  padding: 100px 0;
}
.contact-page .contact ul {
  margin-top: 70px;
}
.contact-page .contact li {
  width: 25%;
  float: left;
  padding: 0 0 0 22px;
  margin-bottom: 30px;
  border-left: solid 2px #f51730;
}
.contact-page .contact li:nth-child(4n+1) {
  clear: left;
}
.contact-page .contact li .tit {
  min-height: 26px;
  line-height: 26px;
  font-size: 16px;
  color: #f51730;
  padding-left: 36px;
  background: no-repeat 0 center;
}
.contact-page .contact li .txt {
  line-height: 24px;
  font-size: 16px;
  color: #555;
  margin-top: 20px;
}
.contact-page .contact li .txt a {
  font-size: 16px;
  color: #555;
}
.contact-page .map {
  height: 518px;
  overflow: hidden;
  background: #eee;
}
.contact-page .map #allmap,
.contact-page .map iframe {
  width: 100%;
  height: 100%;
  display: block;
}
