@charset "utf-8";
body {
  color: #333;
  font-size: 14px;
  font-family: "Microsoft Yahei";
}
body,
ul,
ol,
li,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
img,
span,
input {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  color: #333;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
img {
  border: none;
}
.vam {
  vertical-align: middle;
}
.clear {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}
p {
  word-spacing: 0;
}
i,
em {
  font-style: normal;
}
.tr {
  text-align: right;
}
.tl {
  text-align: left;
}
.center {
  text-align: center;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.pa {
  position: absolute;
}
.pr {
  position: relative;
}
.clearfix:after {
  content: "";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}
.content {
  width: 1200px;
  margin: 0 auto;
}
.white,
.whites {
  position: relative;
  overflow: hidden;
}
.white:after,
.whites:after {
  content: '';
  cursor: pointer;
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  transform: skewx(-25deg);
}
.white:hover:after {
  left: 100%;
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}
.whites:hover:after {
  left: 100%;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body {
  min-width: 1200px;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow-x: hidden;
}
i,
em {
  font-style: normal;
}
.content {
  margin: 0 auto;
  width: 1200px;
}
input::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
  text-transform: capitalize;
}
input::-moz-placeholder {
  color: #999;
  font-size: 14px;
  text-transform: capitalize;
}
input:-moz-placeholder {
  color: #999;
  font-size: 14px;
  text-transform: capitalize;
}
input:-ms-input-placeholder {
  color: #999;
  font-size: 14px;
  text-transform: capitalize;
}
@keyframes myfirst {
  0% {
    background-position: 0 bottom;
  }
  100% {
    background-position: 100% bottom;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clear {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.bk-title {
  text-align: center;
}
.bk-title b {
  display: block;
  font-size: 42px;
  font-weight: bold;
  line-height: 42px;
  color: #333;
}
.bk-title span {
  font-size: 18px;
  font-weight: normal;
  line-height: 18px;
  color: #333;
  display: block;
  margin-top: 12px;
}

.banner {
  height: auto;
  max-width: 1920px;
  margin: 0 auto!important;
  position: relative;
  margin-top: -34px;
}
.banner .bd li {
  float: left;
  width: 100%;
  line-height: 0;
}
.banner .bd li img {
  width: 100%;
}
.banner .bd li a {
  display: block;
}
.banner .hd {
  z-index: 1;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 6%;
  cursor: pointer;
}
.banner .hd li {
  width: 13px;
  height: 13px;
  background: #fff;
  display: inline-block;
  margin: 0 10px;
  border-radius: 13px;
}
.banner .hd li.on {
  background: #E35F12;
  width: 39px;
}
.banner .prev {
  position: absolute;
  top: calc(45% - 35px);
  left: 0%;
  z-index: 10;
  cursor: pointer;
  opacity: 0;
  transition: all 0.5s linear;
}
.banner .next {
  position: absolute;
  top: calc(45% - 35px);
  right: 0%;
  z-index: 10;
  cursor: pointer;
  opacity: 0;
  transition: all 0.5s linear;
}
.banner:hover .prev {
  opacity: 1;
  left: 6%;
}
.banner:hover .next {
  opacity: 1;
  right: 6%;
}
.guide {
  padding-top: 85px;
  padding-bottom: 80px;
}
.guide .guide-t h3 {
  float: left;
  font-size: 42px;
  font-weight: bold;
  line-height: 42px;
  color: #333;
  display: block;
}
.guide .guide-t h3 span {
  font-size: 18px;
  font-weight: normal;
  line-height: 18px;
  color: #333;
  display: block;
  margin-top: 14px;
}
.guide .guide-t h3::after {
  content: "";
  display: block;
  width: 27px;
  height: 3px;
  background: #263C92;
  margin-top: 30px;
}
.guide .guide-t p {
  float: right;
  width: 645px;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  color: #666;
  text-align: justify;
  margin-bottom: 35px;
}
.guide .guide-t::after {
  line-height: 0;
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.guide .guide-c {
  display: block;
  line-height: 0;
  overflow: hidden;
}
.guide .guide-c img {
  display: block;
  width: 1200px;
  height: 394px;
}
.guide .guide-b {
  margin-top: 44px;
}
.guide .guide-b ul li {
  min-width: 158px;
  float: left;
  margin-right: 315px;
}
.guide .guide-b ul li b {
  font-size: 50px;
  font-weight: normal;
  line-height: 85%;
  color: #333;
  font-family: "Bahnschrift";
  background-image: url('../images/yz-line.png');
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto auto;
  padding-bottom: 15px;
  display: block;
}
.guide .guide-b ul li b em {
  display: inline-block;
  vertical-align: bottom;
}
.guide .guide-b ul li b span {
  font-size: 20px;
  font-weight: normal;
  line-height: 20px;
  color: #333;
  display: inline-block;
  margin-bottom: 4px;
  margin-left: 6px;
}
.guide .guide-b ul li p {
  font-size: 16px;
  font-weight: normal;
  line-height: 16px;
  color: #333;
  display: block;
  margin-top: 14px;
}
.guide .guide-b ul li:last-of-type {
  float: right;
  margin-right: 0;
}
.guide .guide-b ul::after {
  line-height: 0;
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.product {
  background-image: url('../images/pro-bg.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
  box-sizing: border-box;
  padding-top: 80px;
  position: relative;
  padding-bottom: 130px;
}
.product::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #BFBFBF;
  opacity: 0.8;
  position: absolute;
  top: 280px;
}
.product .product-t ul {
  font-size: 0;
  margin-top: 58px;
}
.product .product-t ul li {
  text-align: center;
  width: 16.66%;
  display: inline-block;
  margin-bottom: 48px;
  position: relative;
  vertical-align: top;
}
.product .product-t ul li::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: #263C92;
  position: absolute;
  left: 50%;
  margin-left: -4.5px;
  bottom: -30px;
  border-radius: 50%;
  display: none;
}
.product .product-t ul li a {
  font-size: 18px;
  font-weight: normal;
  line-height: 18px;
  color: #333;
  display: block;
}
.product .product-t ul li a span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 120%;
  color: #666;
  margin-top: 10px;
  opacity: 0.5;
  font-family: Arial, Helvetica, sans-serif;
}
.product .product-t ul li:nth-of-type(n+7)::after {
  bottom: auto;
  top: -27px;
}
.product .product-t ul li:hover a,
.product .product-t ul li.cur a {
  color: #263C92;
  font-weight: bold;
}
.product .product-t ul li:hover a span,
.product .product-t ul li.cur a span {
  color: #263C92;
  opacity: 1;
}
.product .product-t ul li:hover::after,
.product .product-t ul li.cur::after {
  display: block;
}
.product .product-t ul::after {
  line-height: 0;
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.product .product-c ul li {
  float: left;
  margin-right: 16px;
  position: relative;
  margin-bottom: 18px;
  overflow: hidden;
}
.product .product-c ul li em {
  display: block;
  line-height: 0;
  overflow: hidden;
  position: relative;
}
.product .product-c ul li em::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 3px solid #fff;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
}
.product .product-c ul li em img {
  display: block;
  width: 389px;
  height: 292px;
  transition: 1s;
}
.product .product-c ul li h4 {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 1;
  transition: 0.5s;
}
.product .product-c ul li h4::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #263C92;
  opacity: 0.8;
}
.product .product-c ul li h4::after {
  content: "";
  display: block;
  width: 90%;
  height: 84%;
  border: 1px solid #fff;
  box-sizing: border-box;
  position: absolute;
  left: 5%;
  top: 8%;
}
.product .product-c ul li h4 span {
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  color: #fff;
  background-image: url('../images/pro-more.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
  padding-top: 56px;
  position: relative;
  top: 158px;
}
.product .product-c ul li:nth-of-type(3n) {
  margin-right: 0;
}
.product .product-c ul li:hover em::before {
  display: none;
}
.product .product-c ul li:hover h4 {
  top: 0;
}
.product .product-c ul::after {
  line-height: 0;
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.product .product-b {
  height: 495px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.15);
  margin-top: 34px;
}
.product .product-b ul li {
  float: left;
  position: relative;
  padding: 60px 45px 0;
  width: 300px;
  box-sizing: border-box;
}
.product .product-b ul li .pic {
  position: absolute;
  display: none;
  left: 0;
  top: -12px;
}
.product .product-b ul li h3 {
  margin-bottom: 34px;
  position: relative;
  z-index: 1;
}
.product .product-b ul li h3 b {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #333;
  display: block;
  height: 35px;
  background-image: url('../images/pro-line.png');
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto auto;
}
.product .product-b ul li h3 span {
  font-size: 15px;
  font-weight: lighter;
  line-height: 85%;
  color: #333;
  display: block;
  text-transform: uppercase;
  margin-top: 16px;
  opacity: 0.5;
  font-family: Arial, Helvetica, sans-serif;
}
.product .product-b ul li p {
  position: relative;
  z-index: 1;
}
.product .product-b ul li p a {
  font-size: 15px;
  font-weight: normal;
  line-height: 16px;
  color: #666;
  display: block;
  background-image: url('../images/pro-sj.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto auto;
  padding-left: 18px;
  margin-bottom: 18px;
}
.product .product-b ul li p a:last-of-type {
  margin-bottom: 0;
}
.product .product-b ul li p a:hover {
  text-decoration: underline;
}
.product .product-b ul li.cur .pic {
  display: block;
}
.product .product-b ul li.cur h3 b {
  color: #fff;
  background-image: url('../images/pro-line2.png');
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto auto;
}
.product .product-b ul li.cur h3 span {
  color: #fff;
}
.product .product-b ul li.cur p a {
  color: #fff;
  background-image: url('../images/pro-sjh.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto auto;
}
.promise {
  height: 39rem;
  background-image: url('../images/cn-bg.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  position: relative;
}
.promise .promise-l {
  float: left;
  margin-left: 3.2%;
  padding-top: 5rem;
}
.promise .promise-l dl {
  height: 10.5rem;
  position: relative;
  z-index:20;
}
.promise .promise-l dl dt {
  margin-right: 1.5rem;
  width: 4.45rem;
  background-image: url('../images/cn-icbg.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
  background-size: 100% auto;
  float: left;
  transition: 0.5s;
  box-sizing: border-box;
}
.promise .promise-l dl dt img {
  display: block;
  width: 4.35rem;
  height: 5.6rem;
}
.promise .promise-l dl dd {
  width: 16.5rem;
  float: left;
}
.promise .promise-l dl dd h4 {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.5rem;
  color: #fff;
  margin-top: 1.3rem;
  position: relative;
}
.promise .promise-l dl dd h4 span {
  display: block;
  font-weight: bold;
}
.promise .promise-l dl dd .hov {
  position: relative;
  transition: 0.5s;
  display: none;
}
.promise .promise-l dl dd .hov b {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 100%;
  color: #fff;
  display: block;
}
.promise .promise-l dl dd .hov p {
  font-size: 0.8rem;
  font-weight: normal;
  line-height: 1.5rem;
  color: #fff;
  display: block;
  margin-top: 0.6rem;
}
.promise .promise-l dl.cur dt,
.promise .promise-l dl:hover dt {
  background-image: url('../images/cn-icbgh.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
  background-size: 100% auto;
}
.promise .promise-l dl.cur dd,
.promise .promise-l dl:hover dd {
  margin-top: -0.2rem;
}
.promise .promise-l dl.cur dd h4,
.promise .promise-l dl:hover dd h4 {
  display: none;
}
.promise .promise-l dl.cur dd .hov,
.promise .promise-l dl:hover dd .hov {
  display: block;
}
.promise .promise-l dl:nth-of-type(1) {
  left: 4rem;
}
.promise .promise-l dl:nth-of-type(3) {
  left: 2.6rem;
}
.promise .promise-c {
  padding-top: 12.3rem;
  position: absolute;
  left: 50%;
  margin-left: -600px;
  width: 1200px;
}
.promise .promise-c .title em {
  background-image: url('../images/cn-cbg2.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
  background-size: 100% 100%;
  width: 9.05rem;
  height: 4.8rem;
  margin: 0 auto;
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 4.4rem;
  color: #1B2A68;
  text-align: center;
}
.promise .promise-c .title h3 {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 2.5rem;
  color: #fff;
  display: block;
  text-align: center;
  margin-top: 1.3rem;
}
.promise .promise-c .title h3 span {
  display: block;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5rem;
  color: #fff;
  margin-top: 0.6rem;
}
.promise .promise-c .pic {
  text-align: center;
  margin-top: 1.3rem;
}
.promise .promise-c .pic img {
  display: inline-block;
  width: 37.9rem;
}
.promise .promise-r {
  float: right;
  margin-right: 3.2%;
  padding-top: 5rem;
}
.promise .promise-r dl {
  height: 10.5rem;
  position: relative;
  z-index: 20;
}
.promise .promise-r dl dt {
  margin-left: 1.5rem;
  width: 4.45rem;
  background-image: url('../images/cn-icbg.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
  background-size: 100% auto;
  box-sizing: border-box;
  transition: 0.5s;
  float: right;
}
.promise .promise-r dl dt img {
  display: block;
  width: 4.35rem;
  height: 5.6rem;
  margin: 0 auto;
}
.promise .promise-r dl dd {
  width: 16.5rem;
  display: inline-block;
  vertical-align: top;
  text-align: right;
}
.promise .promise-r dl dd h4 {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.5rem;
  color: #fff;
  margin-top: 1.3rem;
  position: relative;
}
.promise .promise-r dl dd h4 span {
  display: block;
  font-weight: bold;
}
.promise .promise-r dl dd .hov {
  position: relative;
  transition: 0.5s;
  display: none;
}
.promise .promise-r dl dd .hov b {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 100%;
  color: #fff;
  display: block;
}
.promise .promise-r dl dd .hov p {
  font-size: 0.8rem;
  font-weight: normal;
  line-height: 1.5rem;
  color: #fff;
  display: block;
  margin-top: 0.6rem;
}
.promise .promise-r dl::after {
  line-height: 0;
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.promise .promise-r dl.cur dt,
.promise .promise-r dl:hover dt {
  background-image: url('../images/cn-icbgh.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
  background-size: 100% auto;
}
.promise .promise-r dl.cur dd,
.promise .promise-r dl:hover dd {
  margin-top: -0.2rem;
}
.promise .promise-r dl.cur dd h4,
.promise .promise-r dl:hover dd h4 {
  display: none;
}
.promise .promise-r dl.cur dd .hov,
.promise .promise-r dl:hover dd .hov {
  display: block;
}
.promise .promise-r dl:nth-of-type(1) {
  right: 4rem;
}
.promise .promise-r dl:nth-of-type(3) {
  right: 2.6rem;
}
.promise::after {
  line-height: 0;
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.case {
  padding: 170px 0 95px;
}
.case .case-t {
  margin-top: 50px;
}
.case .case-t ul {
  font-size: 0;
  text-align: center;
}
.case .case-t ul li {
  display: inline-block;
  width: 145px;
  position: relative;
}
.case .case-t ul li::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #BFBFBF;
  opacity: 0.5;
}
.case .case-t ul li em {
  width: 47px;
  height: 47px;
  display: block;
  line-height: 0;
  overflow: hidden;
  margin: 0 auto 0;
}
.case .case-t ul li em img {
  display: block;
  width: 47px;
  height: 47px;
  position: relative;
  top: 0;
  transition: 0.5s;
}
.case .case-t ul li span {
  display: block;
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  color: #333;
  margin-top: 12px;
}
.case .case-t ul li:last-of-type::after {
  display: none;
}
.case .case-t ul li.cur em img,
.case .case-t ul li:hover em img {
  top: -47px;
}
.case .case-t ul li.cur span,
.case .case-t ul li:hover span {
  font-weight: bold;
  color: #263C92;
}
.case .case-b {
  margin-top: 45px;
}
.case .case-b dl {
  float: left;
  width: 387px;
  background: #eee;
  margin-right: 19px;
  margin-bottom: 30px;
  padding: 29px 27px 0 24px;
  box-sizing: border-box;
}
.case .case-b dl dt {
  display: block;
  line-height: 0;
  overflow: hidden;
}
.case .case-b dl dt img {
  display: block;
  width: 336px;
  height: 189px;
  transition: 1s;
}
.case .case-b dl dd {
  padding-top: 25px;
  padding-bottom: 32px;
  position: relative;
}
.case .case-b dl dd::after {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  background-image: url('../images/pro-more.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.5s;
}
.case .case-b dl dd h4 {
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case .case-b dl dd p {
  font-size: 15px;
  font-weight: normal;
  line-height: 16px;
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 16px;
}
.case .case-b dl:nth-of-type(3n) {
  margin-right: 0;
}
.case .case-b dl:hover {
  background: #263C92;
}
.case .case-b dl:hover dt img {
  transform: scale(1.05);
}
.case .case-b dl:hover dd::after {
  opacity: 1;
  bottom: 39px;
}
.case .case-b dl:hover dd h4,
.case .case-b dl:hover dd p {
  color: #fff;
}
.case .case-b::after {
  line-height: 0;
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.advantage {
  position: relative;
  height: 796px;
}
.advantage .bk-title {
  position: absolute;
  top: 97px;
  z-index: 1;
  width: 100%;
  left: 0;
}
.advantage .advantage-c dl {
  position: relative;
}
.advantage .advantage-c dl dt img {
  display: block;
  width: 1920px;
  height: 796px;
  margin-left: -360px;
}
.advantage .advantage-c dl dd {
  width: 598px;
  height: 637px;
  background-image: url('../images/ys-cbg.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
  position: absolute;
  bottom: -100px;
  z-index: 1;
  padding: 100px 92px 0 67px;
  box-sizing: border-box;
}
.advantage .advantage-c dl dd i {
  font-size: 80px;
  font-weight: normal;
  line-height: 85%;
  color: #fff;
  font-family: "Bahnschrift";
  display: block;
  height: 60px;
}
.advantage .advantage-c dl dd b {
  display: block;
  font-size: 34px;
  font-weight: bold;
  line-height: 46px;
  color: #fff;
  margin-top: 30px;
}
.advantage .advantage-c dl dd p {
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  color: #fff;
  display: block;
  margin-top: 75px;
}
.advantage .advantage-c dl dd::after {
  content: "";
  display: block;
  width: 159px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: -35px;
  top: 318px;
}
.advantage .advantage-t {
  font-size: 0;
  position: absolute;
  left: 50%;
  bottom: -40px;
  margin-left: -214px;
  z-index: 2;
}
.advantage .advantage-t i {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.advantage .advantage-t .pageState {
  display: inline-block;
  vertical-align: middle;
  margin: 0 14px;
}
.advantage .advantage-t .pageState span {
  font-size: 16px;
  font-weight: lighter;
  line-height: 85%;
  color: #fff;
  font-family: "Bahnschrift";
}
.advantage .advantage-t .pageState span:nth-of-type(1) {
  font-size: 30px;
}
.advantage .advantage-t .pageState span:nth-of-type(2) {
  font-size: 18px;
  margin: 0 10px;
}
.process {
  padding: 205px 0 76px;
}
.process .process-c {
  margin-top: 52px;
  position: relative;
}
.process .process-c ul li {
  float: left;
  width: 355px;
  position: relative;
  z-index: 1;
  text-align: center;
  margin-left: -55px;
}
.process .process-c ul li .pic {
  position: absolute;
  border-radius: 0 45px 45px 0;
  overflow: hidden;
  border-right: 5px solid #fff;
  display: none;
  width: 355px;
  height: 83px;
  display: block;
  z-index: -1;
  right: 0;
  background: #3d3d3d;
  box-sizing: border-box;
}
.process .process-c ul li .pic img {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
}
.process .process-c ul li em {
  display: block;
  line-height: 0;
  overflow: hidden;
  width: 42px;
  height: 83px;
  margin: 0 auto;
  margin-bottom: 54px;
  display: table;
  vertical-align: middle;
  padding-top: 22px;
}
.process .process-c ul li em img {
  width: 42px;
  height: 42px;
  display: block;
}
.process .process-c ul li b {
  font-size: 18px;
  font-weight: normal;
  line-height: 18px;
  color: #333;
  display: block;
  position: relative;
}
.process .process-c ul li b::before {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background: #C9C9C9;
  position: absolute;
  left: 50%;
  top: -42px;
}
.process .process-c ul li span {
  font-size: 14px;
  font-weight: normal;
  line-height: 120%;
  color: #999;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 4px;
}
.process .process-c ul li:nth-of-type(1) {
  z-index: 4;
  overflow: hidden;
  width: 300px;
  margin-left: 0;
}
.process .process-c ul li:nth-of-type(1) .pic {
  border-radius: 42px;
  width: 300px!important;
}
.process .process-c ul li:nth-of-type(2) {
  z-index: 3;
}
.process .process-c ul li:nth-of-type(3) {
  z-index: 2;
}
.process .process-c ul li:nth-of-type(4) {
  z-index: 1;
}
.process .process-c ul li:hover .pic img,
.process .process-c ul li.cur .pic img {
  display: block;
}
.process .process-c ul li:hover b,
.process .process-c ul li.cur b {
  color: #263C92;
}
.process .process-c ul::after {
  line-height: 0;
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.xban {
  background-image: url('../images/xban-bg.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
  height: 308px;
  box-sizing: border-box;
}
.xban .xban-c {
  padding-top: 47px;
}
.xban .xban-c h3 {
  font-size: 26px;
  font-weight: normal;
  line-height: 26px;
  color: #fff;
  background-image: url('../images/xban-line.png');
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto auto;
  padding-bottom: 26px;
}
.xban .xban-c h3 b {
  display: block;
  font-size: 36px;
  font-weight: bold;
  line-height: 36px;
  color: #fff;
  margin-top: 20px;
}
.xban .xban-c .tel {
  font-size: 30px;
  font-weight: normal;
  line-height: 24px;
  color: #fff;
  padding-left: 36px;
  background-image: url('../images/xban-tel.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto auto;
  height: 24px;
  margin-top: 21px;
  margin-bottom: 22px;
  font-family: Arial, Helvetica, sans-serif;
}
.xban .xban-c .zx a {
  display: block;
  width: 166px;
  height: 45px;
  text-align: center;
  font-size: 15px;
  font-weight: normal;
  line-height: 45px;
  color: #fff;
  border-radius: 23px;
  background: #E35F12;
  transition: 0.35s;
  position: relative;
  top: 0;
}
.xban .xban-c .zx a:hover {
  top: 10px;
}
.news {
  padding: 100px 0 140px;
}
.news .news-c {
  margin-top: 60px;
}
.news .news-c .title {
  position: relative;
  margin-bottom: 24px;
}
.news .news-c .title a {
  font-size: 24px;
  font-weight: normal;
  line-height: 24px;
  color: #333;
  display: block;
}
.news .news-c .title a b {
  font-weight: normal;
}
.news .news-c .title a b:hover {
  color: #263C92;
}
.news .news-c .title a em {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #333;
  text-transform: uppercase;
}
.news .news-c .title a em:hover {
  color: #263C92;
}
.news .news-c .news-cl {
  float: left;
  width: 648px;
}
.news .news-c .news-cl .tempWrap {
  margin-top: 23px!important;
}
.news .news-c .news-cl dl dt {
  float: left;
  display: block;
  line-height: 0;
  overflow: hidden;
  width: 281px;
  margin-right: 22px;
}
.news .news-c .news-cl dl dt img {
  display: block;
  width: 281px;
  height: 157px;
  transition: 0.5s;
}
.news .news-c .news-cl dl dd {
  float: left;
  width: 345px;
  padding-top: 15px;
}
.news .news-c .news-cl dl dd h4 {
  font-size: 18px;
  font-weight: normal;
  color: #333;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  height: auto;
}
.news .news-c .news-cl dl dd p {
  font-size: 15px;
  font-weight: normal;
  line-height: 28px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  height: auto;
  margin-top: 6px;
}
.news .news-c .news-cl dl:hover dt img {
  transform: scale(1.1);
}
.news .news-c .news-cl dl:hover dd h4 {
  color: #263C92;
}
.news .news-c .news-cl dl::after {
  line-height: 0;
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.news .news-c .news-cl ul li {
  border-bottom: 1px solid rgba(191, 191, 191, 0.4);
  height: 54px;
  box-sizing: border-box;
  padding-left: 24px;
  position: relative;
}
.news .news-c .news-cl ul li::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 2px solid #BFBFBF;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4.5px;
}
.news .news-c .news-cl ul li a {
  font-size: 16px;
  font-weight: normal;
  line-height: 54px;
  color: #666;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 80px;
  box-sizing: border-box;
}
.news .news-c .news-cl ul li a em {
  position: absolute;
  right: 0;
  font-size: 14px;
}
.news .news-c .news-cl ul li:hover::before {
  border-color: #E35F12;
}
.news .news-c .news-cl ul li:hover a {
  color: #333;
}
.news .news-c .news-cr {
  float: right;
  width: 432px;
}
.news .news-c .news-cr ul li {
  border-bottom: 1px solid rgba(191, 191, 191, 0.4);
  height: 66px;
  box-sizing: border-box;
  padding-left: 51px;
  position: relative;
}
.news .news-c .news-cr ul li::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 2px solid #BFBFBF;
  box-sizing: border-box;
  position: absolute;
  left: 27px;
  top: 50%;
  margin-top: -4.5px;
}
.news .news-c .news-cr ul li a {
  font-size: 16px;
  font-weight: normal;
  line-height: 66px;
  color: #666;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 80px;
  box-sizing: border-box;
}
.news .news-c .news-cr ul li a::after {
  content: ">";
  display: block;
  position: absolute;
  right: 27px;
  top: 0;
  font-size: 14px;
}
.news .news-c .news-cr ul li a em {
  position: absolute;
  right: 0;
  font-size: 14px;
}
.news .news-c .news-cr ul li:hover {
  background: #263C92;
  border-color: #263C92;
}
.news .news-c .news-cr ul li:hover::before {
  border-color: #fff;
}
.news .news-c .news-cr ul li:hover a {
  color: #fff;
}
.news .news-c .news-cr ul li:hover a::after {
  color: #fff;
}
.news .news-c::after {
  line-height: 0;
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.about {
  background-image: url('../images/abt-p1.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
  padding-top: 574px;
  padding-bottom: 122px;
}
.about .about-t {
  background: #fff;
  padding: 52px 64px 52px;
}
.about .about-t .bk-title::after {
  content: "";
  display: block;
  width: 33px;
  height: 1px;
  background: #263C92;
  margin: 14px auto 0;
}
.about .about-t .desc {
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  color: #666;
  display: block;
  margin-top: 8px;
}
.about .about-b {
  position: relative;
}
.about .about-b .prev {
  position: absolute;
  left: -55px;
  top: 50px;
  cursor: pointer;
}
.about .about-b .next {
  position: absolute;
  right: -55px;
  top: 50px;
  cursor: pointer;
}
.about .about-b ul li {
  float: left;
  width: 233px;
  margin-right: 8.5px;
}
.about .about-b ul li em {
  display: block;
  line-height: 0;
  overflow: hidden;
}
.about .about-b ul li em img {
  display: block;
  width: 233px;
  height: 131px;
  transition: 1s;
}
.about .about-b ul li span {
  font-size: 16px;
  font-weight: normal;
  line-height: 46px;
  color: #666;
  text-align: center;
  border-bottom: 1px solid rgba(125, 125, 125, 0.4);
  display: block;
}
.about .about-b ul li:last-of-type {
  margin-right: 0;
}
.about .about-b ul li:hover em img {
  transform: scale(1.05);
}
.about .about-b ul li:hover span {
  color: #263C92;
  border-color: #263C92;
}
.about .about-b ul::after {
  line-height: 0;
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.link {
  width: 600px;
  position: relative;
  left: 50%;
  margin-top: -54px;
  z-index: 1;
  margin-right: -600px;
  text-align: right;
  font-size: 0;
  height: 54px;
  overflow: hidden;
}
.link a {
  font-size: 15px;
  font-weight: normal;
  line-height: 54px;
  color: rgba(255, 255, 255, 0.4);
  margin-right: 30px;
  position: relative;
  display: inline-block;
}
.link a::after {
  content: "·";
  position: absolute;
  right: -16px;
  top: 0;
}
.link a:last-of-type {
  margin-right: 0;
}
.link a:last-of-type::after {
  display: none;
}
.link a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 1263px) {
  html {
    font-size: calc(1263px * 20 / 1903);
  }
}
@media screen and (min-width: 1349px) {
  html {
    font-size: calc(1349px * 20 / 1903);
  }
}
@media screen and (min-width: 1463px) {
  html {
    font-size: calc(1463px * 20 / 1903);
  }
}
@media screen and (min-width: 1543px) {
  html {
    font-size: calc(1543px * 20 / 1903);
  }
}
@media screen and (min-width: 1583px) {
  html {
    font-size: calc(1583px * 20 / 1903);
  }
}
@media screen and (min-width: 1643px) {
  html {
    font-size: calc(1643px * 20 / 1903);
  }
}
@media screen and (min-width: 1663px) {
  html {
    font-size: calc(1663px * 20 / 1903);
  }
}
@media screen and (min-width: 1903px) {
  html {
    font-size: calc(1903px * 20 / 1903);
  }
}
