@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: 58px;
  font-weight: bold;
  line-height: 58px;
  color: #333;
}
.bk-title span {
  font-size: 32px;
  font-weight: normal;
  line-height: 32px;
  color: #333;
  display: block;
  margin-top: 36px;
}

.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: #252525;
}
.guide .guide-t h3 span {
  font-size: 24px;
  font-weight: normal;
  line-height: 18px;
  color: #d6d6d6;
  margin-top: 14px;
  margin-left: 15px;
}
.guide .guide-t h3::after {
  content: "";
  display: block;
  width: 52px;
  height: 5px;
  background: #e70012;
  margin-top: 30px;
}

.guide .guide-t::after {
  line-height: 0;
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.guide .guide-d {
  width: 100%;
}
.guide .guide-d img{
  width: 100%;
}
.guide .guide-c {
  width: 500px;
  float: right;
  display: block;
  line-height: 0;
  overflow: hidden;
}
.guide .guide-c img {
  width: 100%;
  display: block;
}
.guide .guide-b {
  width: 620px;
  margin-top: 45px;
  float: left;
}
.guide-b h3 {
  font-size: 32px;
  font-weight: normal;
  line-height: 200%;
}
.guide-b p {
  font-size: 20px;
  font-weight: normal;
  line-height: 38px;
  color: #474747;
  text-align: justify;
  margin-bottom: 35px;
  text-indent: 2em;
}

.guide .guide-b ul{
  background-image: url("../images/abo1.jpg");
}

.guide .guide-b ul li {
  width: 33.333%;
  height: 180px;
  text-align: center;
  float: left;
}

.guide .guide-b ul li:hover {
  background-color: #214488;
}

.guide .guide-b ul li b {
  font-size: 52px;
  font-weight: normal;
  color: #fff;
  line-height: 60px;
  font-family: "Bahnschrift";
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto auto;
  display: block;
  padding-top: 10px;
}
.guide .guide-b ul li b em {
  display: inline-block;
  vertical-align: bottom;
  padding-top: 15px;
  color: #e91a29;
}
.guide .guide-b ul li b span {
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  color: #fff;
  display: inline-block;
}
.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::after {
  line-height: 0;
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.youshi {
  background-image: url("../images/yybg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
  box-sizing: border-box;
  padding-top: 80px;
  position: relative;
  padding-bottom: 80px;
}

.youshi .youshi-b {
  height: 415px;
  margin-top: 34px;
}
.youshi .youshi-b ul li {
  float: left;
  position: relative;
  padding: 60px 20px 0;
  width: 19.5%;
  box-sizing: border-box;
  margin-right: 0.625%;
}
.youshi .youshi-b ul li .pic {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px;
  overflow: hidden;
}
.youshi .youshi-b ul li .pic img{
  width: 100%;
  border-radius: 10px;
  transition: 1s;
}
.youshi .youshi-b ul li>img{
  height: 40px;
  position: relative;
  margin-bottom: 25px;
}
.youshi .youshi-b ul li>img.jia{
  height: 25px;
  position: relative;
  margin: 30px 0 50px;
  transition: 1s;
}
.youshi .youshi-b ul li h3 {
  margin-bottom: 34px;
  position: relative;
  z-index: 1;
}
.youshi .youshi-b ul li h3 b {
  font-size: 26px;
  font-weight: normal;
  line-height: 26px;
  color: #fff;
  display: block;
  height: 26px;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto auto;
}
.youshi .youshi-b ul li h3 span {
  font-size: 12px;
  font-weight: lighter;
  line-height: 85%;
  color: #fff;
  display: block;
  text-transform: uppercase;
  margin-top: 15px;
  font-family: Arial, Helvetica, sans-serif;
}
.youshi .youshi-b ul li p {

  position: relative;
  z-index: 1;
}
.youshi .youshi-b ul li p a {
  width: 120px;
  height: 36px;
  line-height: 36px;
  border:#fff 1px solid;
  border-radius: 10px;
  color: #fff;
  display: block;
  text-align: center;
  transition: 1s;
}
.youshi .youshi-b ul li p a:last-of-type {
  margin-bottom: 0;
}
.youshi .youshi-b ul li p a:hover {
  text-decoration: none;
}
.youshi .youshi-b ul li.cur .pic {
  display: block;
}
.youshi .youshi-b ul li.cur .pic img{
  transform: scale(1.05);
}
.youshi .youshi-b ul li.cur>img.jia{
  transform:rotate(360deg);
  -webkit-transform:rotate(360deg);
  -moz-transform:rotate(360deg);
  -o-transform:rotate(360deg);
  -ms-transform:rotate(360deg);
}
.youshi .youshi-b ul li.cur h3 b {
  color: #fff;

  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto auto;
}
.youshi .youshi-b ul li.cur h3 span {
  color: #fff;
}
.youshi .youshi-b ul li.cur p a {
  color: #333;
  background: #fff;
}
.youshi .youshi-b ul li:nth-child(5) {
  margin-right: 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: #6c7175;
  opacity: 0.8;
  position: absolute;
  top: 280px;
}
.product .product-t ul {
  font-size: 0;
  margin: 89px 0 0;
}
.product .product-t ul li {
  text-align: center;
  width: 20%;
  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: #e91a29;
  position: absolute;
  left: 50%;
  margin-left: -4.5px;
  bottom: 60px;
  border-radius: 50%;
}
.product .product-t ul li a {
  font-size: 24px;
  font-weight: normal;
  line-height: 24px;
  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: #333;
  font-weight: bold;
}
.product .product-t ul li:hover a span,
.product .product-t ul li.cur a span {
  color: #333;
  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 {
  width: 32%;
  float: left;
  margin-right: 2%;
  position: relative;
  margin-bottom: 18px;
  overflow: hidden;
}
.product .product-c ul li:nth-child(1) {
  width: 49%;
  margin-right: 2%;
}
.product .product-c ul li:nth-child(2) {
  width: 49%;
  margin-right: 0;
}
.product .product-c ul li:nth-child(5) {
  margin-right: 0;
}
.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: 100%;
  height: auto;
  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: 258px;
}
.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: 100px 0 95px;
  background-image: url("../images/youshi.jpg");
}
.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: 24%;
  background: #eee;
  margin-right: 1%;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.case .case-b dl dt{
  display: block;
  width: 100%;
  height: 303px;
  overflow: hidden;
  position: relative;
  
}
.case .case-b dl dt h4 {
  width: 80%;
  height: 46px;
  line-height: 46px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  background:rgba(0, 0, 0, 0.6);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  left: 10%;
  z-index: 999;
}
.case .case-b dl dt img {
  display: block;
  width: 100%;
  transition: 1s;

}
.case .case-b dl dd {
  height: 160px;
  padding: 18px;
  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 p {
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #151515;
  display: block;
  white-space: nowrap;
  margin-top: 10px;
}

.case .case-b dl:nth-of-type(5n) {
  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: #e91a29;
  transition: 0.35s;
  position: relative;
  top: 0;
}
.xban .xban-c .zx a:hover {
  top: 10px;
}
.news {
  padding: 100px 0 80px;
}
.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;
}
.newslist li {
  width: 48%;
  float: left;
  margin-right: 4%;
  margin-bottom: 40px;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 40px; }
  .newslist li:nth-child(2n) {
    margin-right: 0;
  }
    
.newslist li:hover .name {
  color: #e91a29; }
.newslist li .data {
  float: left;
  font-family: thyFont3;
  width: 90px;
  margin-right: 2%; }
.newslist li .data .day {
  font-size: 62px;
  font-weight: bold;
  line-height: 62px;
  color: #9e9c9a;
  display: block;
  text-align: center; }
.newslist li .data .month {
  font-size: 18px;
  color: #9e9c9a;
  display: block;
  text-align: center; }
.newslist li .name {
  height: 32px;
  line-height: 32px;
  padding-bottom: 10px;
  font-size: 22px;
  color:#000;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  /* Firefox 4 */
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  /* Opera */
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  font-weight: bolder; }
  .newslist li .desc {
    font-family: "microsoft yahei", "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", SimHei, sans-serif;
    font-size: 15px;
    color:#4b4b4b;
    line-height: 24px;
    transition-delay: 0.1s;
    position: relative;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical; }
.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: #fff;
  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;
}


.header .header-t {
  height: 115px;
  background: #fff;
}
i,em{ font-style:normal;}
.content{ width:1200px;margin:0 auto;}
.header .header-t .logo {
  float: left;
  display: table;
  margin-right: 27px;
}
.header .header-t .logo a {
  height: 115px;
  display: table-cell;
  vertical-align: middle;
  padding-right: 34px;
  background-image: url("../images/h-line.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto auto;
}
.header .header-t .logo a img {
  height: 108px;
}
.header .header-t .slogan {
  float: left;
  margin-top: 32px;
}
.header .header-t .slogan span {
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  color: #333;
  display: block;
}
.header .header-t .slogan b {
  font-size: 22px;
  font-weight: bold;
  line-height: 22px;
  color: #333;
  display: block;
  margin-top: 10px;
}
.header .header-t .tel {
  float: right;
  font-size: 26px;
  font-weight: lighter;
  line-height: 85%;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 30px;
  background-image: url("../images/h-tel.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto auto;
  height: 47px;
  padding-left: 62px;
}
.header .header-t .tel i {
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  color: #333;
  display: block;
  margin-bottom: 8px;
}
.header .header-t::after {
  line-height: 0;
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.header .header-b {
  background: #263C92;
  height: 58px;
}
.header .header-b ul li {
  float: left;
  position: relative;
}
.header .header-b ul li a {
  font-size: 16px;
  font-weight: normal;
  line-height: 58px;
  color: #fff;
  display: block;
  padding: 0 23px;
}
.header .header-b ul li::before {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  right: 1px;
  top: 20px;
}
.header .header-b ul li::after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  right: 0;
  top: 20px;
}
.header .header-b ul li.cur,
.header .header-b ul li:hover {
  background: #e91a29;
}
.header .header-b ul li.cur::before,
.header .header-b ul li:hover::before,
.header .header-b ul li.cur::after,
.header .header-b ul li:hover::after {
  display: none;
}
.header .header-b ul li:last-of-type::before,
.header .header-b ul li:last-of-type::after {
  display: none;
}
.header .header-b ul::after {
  line-height: 0;
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}


    .foot {
  background-image: url("../images/f-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto auto;
  background-repeat: repeat;
}
.foot .foot-t {
  height: 360px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.foot .foot-t ul li {
  float: left;
  width: 50%;
  position: relative;
}
.foot .foot-t ul li:nth-child(2)::before {
  content: "";
  display: block;
  width: 1px;
  height: 360px;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.2);
}
.foot .foot-t ul li p {
  margin-top: 100px;
}
.foot .foot-t ul li p span {
  font-size: 22px;
  font-weight: normal;
  line-height: 22px;
  color: #fff;
  display: block;
  margin-bottom: 35px;
}

.foot .foot-t ul li p > a {
  float: left;
  width: 50%;
  font-size: 22px;
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  color: #FFF;
  margin-bottom: 35px;
}
.foot .foot-t ul li p > a img{
  vertical-align: middle;
  margin-right: 10px;
}
.foot .foot-t ul li p > a:hover {
  text-decoration: none;
}
.foot .foot-t .code {
  background: #fff;
  float: right;
  padding: 15px;
  margin-top: 88px;
}
.foot .foot-t .code img {
  display: block;
  width: 112px;
  height: 112px;
  margin: 0 auto;
}
.foot .foot-t .code span {
  display: block;
  font-size: 15px;
  font-weight: normal;
  line-height: 16px;
  color: #666;
  text-align: center;
  margin-top: 12px;
}
.foot .foot-b {
  font-size: 15px;
  font-weight: normal;
  line-height: 54px;
  color: #fff;
}
.foot .foot-b em {
  
}
.foot .foot-b a {
  color: #fff;
}
.foot .foot-b a:hover {
  text-decoration: none;
}


.client-2 {
    position: fixed;
    right: -170px;
    top: 50%;
    z-index: 900;
}

.client-2 li a {
    text-decoration: none;
}
.client-2 li {
    margin-top: 1px;
    clear: both;
    height: 62px;
    position: relative;
}

.client-2 li i {
    background: url("../images/fx.png") no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0px auto;
    text-align: center;
}

.client-2 li p {
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.client-2 .my-kefu-qq i {
    background-position: 4px 5px;
}

.client-2 .my-kefu-tel i {
    background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan i {
    background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
    background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
    background-position: -30px -22px;
}

.client-2 .my-kefu-ftop {
    display: none;
}

.client-2 .my-kefu-ftop i {
        width: 33px;
height: 31px;
background-position: -23px -47px;
background-size: 52px 82px;
}
.client-2 .my-kefu-ftop .my-kefu-main{
    padding-top: 6px;
}

.client-2 .my-kefu-left {
    float: left;
    width: 62px;
    height: 47px;
    position: relative;
}

.client-2 .my-kefu-tel-right {
    font-size: 16px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px;
}

.client-2 .my-kefu-right {
    width: 20px;
}

.client-2 .my-kefu-tel-main {
    background: #263c92;
    color: #fff;
    height: 53px;
    width: 230px;
    padding:9px 0 0;
    float: left;
}

.client-2 .my-kefu-main {
    background: #263c92;
    width: 97px;
    height: 53px;
    position: relative;
    padding:9px 0 0;
    float: left;
}

.client-2 .my-kefu-weixin-pic {
    position: absolute;
    left: -130px;
    top: -24px;
    display: none;
    z-index: 333;
}

.my-kefu-weixin-pic img {
    width: 115px;
    height: 115px;
}
    

@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);
  }
}
