.wow{
    opacity: 0;
}
.mobile {width:100%;}
.mobile-inner {margin-right:auto;margin-left:auto;background-color:;position:relative;}
.mobile-inner img {}
.mobile-inner p {color:#676767;line-height:25px;font-size:16px;padding-bottom:30px;padding-right:30px;padding-left:30px;margin:0px;}
.mobile-inner-header {background-color:rgb(255,255,255);width:100%;height:50px;position:relative;top:0px;z-index:33;left:0px;}
.mobile-inner-header-icon {color:#ffffff;height:50px;font-size:25px;text-align:center;float:right;width:50px;position:relative;-webkit-transition:background 0.5s;-moz-transition:background 0.5s;-o-transition:background 0.5s;transition:background 0.5s;}
.mobile-inner-header-icon:hover {background-color:rgba(255,255,255,0.2);cursor:pointer;}
.mobile-inner-header-icon span {position:absolute;left:calc((100% - 25px) / 2);top:calc((100% - 1px) / 2);width:25px;height:1px;background-color:rgb(199,34,27);}
.mobile-inner-header-icon span:nth-child(1) {transform:translateY(4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(2) {transform:translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon-click span:nth-child(1) {animation-duration:0.5s;animation-fill-mode:both;animation-name:clickfirst;}
.mobile-inner-header-icon-click span:nth-child(2) {animation-duration:0.5s;animation-fill-mode:both;animation-name:clicksecond;}
@keyframes clickfirst {0% {transform:translateY(4px) rotate(0deg);}
100% {transform:translateY(0) rotate(45deg);}
}
@keyframes clicksecond {0% {transform:translateY(-4px) rotate(0deg);}
100% {transform:translateY(0) rotate(-45deg);}
}
.mobile-inner-header-icon-out span:nth-child(1) {animation-duration:0.5s;animation-fill-mode:both;animation-name:outfirst;}
.mobile-inner-header-icon-out span:nth-child(2) {animation-duration:0.5s;animation-fill-mode:both;animation-name:outsecond;}
@keyframes outfirst {0% {transform:translateY(0) rotate(-45deg);}
100% {transform:translateY(-4px) rotate(0deg);}
}
@keyframes outsecond {0% {transform:translateY(0) rotate(45deg);}
100% {transform:translateY(4px) rotate(0deg);}
}
.mobile-inner-nav{
    overflow: auto;
    max-height: calc(100vh - 50px);
}
.mobile-inner-nav {background-color:hsla(224,27%,35%,.6);width:100%;position:absolute;top:50px;padding-bottom:0%;display:none;z-index:444;}
.mobile-inner-nav  a {border-bottom:solid 1px rgba(255,255,255,0.3);-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;color:#fff;transition:all 0.5s;}
.mobile-inner-nav  dl {display:none;}
.mobile-inner-nav  dl dd {line-height:33px;text-decoration:none;text-indent:3em;font-size:16px;color:#FFFFFF;border-bottom:solid 1px rgba(255,255,255,0.3);-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;font-weight:300;font-size:14px;}
.mobile-inner-nav  li {border-bottom:solid 1px rgba(255,255,255,0.3);-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;line-height:53px;text-indent:20px;}
.mobile-inner-nav h2.h2tit {line-height:50px;text-decoration:none;text-indent:2em;font-size:16px;color:#FFFFFF;/* border-bottom:solid 1px rgba(255,255,255,0.3); */-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;font-weight:300;}
.mobile-inner-nav h2.h2tit a {color:#FFFFFF;}
.mobile-inner-nav a {border-bottom:none;}
.mobile-inner-nav li {-webkit-animation-duration:0.5s;animation-duration:0.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:returnToNormal;animation-name:returnToNormal;}
@-webkit-keyframes resize {from,60%,75%,90%,to {-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);}
0% {opacity:0;-webkit-transform:scale(5,5);transform:scale(5,5);}
100% {opacity:1;-webkit-transform:scale(1,1);transform:scale(1,1);}
}
@keyframes resize {from,60%,75%,90%,to {-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);}
0% {opacity:0;-webkit-transform:scale(5,5);transform:scale(5,5);}
100% {opacity:1;-webkit-transform:scale(1,1);transform:scale(1,1);}
}
@-webkit-keyframes returnToNormal {from {opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);}
to {opacity:1;-webkit-transform:none;transform:none;}
}
@keyframes returnToNormal {from {opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);}
to {opacity:1;-webkit-transform:none;transform:none;}
}
.mobile-inner-nav li:last-child h2.h2tit {border-bottom:none;}
.mobile-inner-nav li .h3tit {height:50px;position: absolute;background: url(../images/search-line.png) no-repeat center center;background-size:17px;width: 50px;border: none;right: 0;top: 0px;}
.mobile-inner-nav li  .words {display:block;width:100%;height:100%;border:none;background:none;text-indent:60px;font-size:15px;color: #fff;background: url(../images/search.png) no-repeat 30px center;background-size:20px;text-indent: 10px;height: 50px;}
.mobile-inner-nav li:last-child {border-bottom:none;}
.mobile-inner-nav li  form {display:block;/* width:100%; */padding: 20px;height:100%;position: relative;margin: 20px;padding: 0px;background: #868686;}
@charset "utf-8";@charset "UTF-8";
.animated {animation-duration:1s;animation-fill-mode:both;}
.animated.infinite {animation-iteration-count:infinite;}
.animated.hinge {animation-duration:2s;}
.fadeInUp {animation-duration:1.76s;animation-name:fadeInUp;}
@keyframes fadeInUp {from {opacity:0;transform:translate3d(0,40px,0);}
to {opacity:1;transform:none;}
}
*{font-family: PingFang SC;}
body, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, th, td, p, blockquote, pre, form, fieldset, legend, input, button, textarea, hr, span {
    margin: 0;
    padding: 0;
}
html {font-size: 62.5%;}
body {font-size: 1.4rem;}
html,body{
    -moz-user-select: none; -khtml-user-select: none; user-select: none;
}
body {
    font-family: "Microsoft YaHei" ! important;
    color: #000000;
    background: #fff;
    margin: 0 auto;
    padding: 0px;
}
body{ -webkit-tap-highlight-color:rgba(0,0,0,0); }
}
input[type="button"], input[type="submit"], input[type="reset"], input[type="text"] {
-webkit-appearance: none;
}
input[type="button"], input[type="submit"], input[type="reset"] {
cursor: pointer;
}
input{
    -webkit-appearance: none;
}
input {-webkit-appearance:none!important; border-radius:0; }
button{
    cursor: pointer;
}
textarea { -webkit-appearance: none;} 
a {
    text-decoration: none;
    color: #235aa7;
    outline: none;
}
a:active {
star:expression(this.onFocus=this.blur());
}
img {
    border: 0px;
    vertical-align: middle;
}

li {
    list-style: none;
}

*{
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a:link{text-decoration:none; } 

a:visited{text-decoration:none; }

a:hover{text-decoration:none;}

a:active{text-decoration:none;}


.loading {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999;
}
.loadingfa {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 29px;
    color: #1f8adf;
    position: absolute;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    top: 50%;
}

html {
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: none;
}

html {
    -webkit-tap-highlight-color: transparent;
}

body {
    -webkit-overflow-scrolling: touch;
    padding-top: 90px;
}

* {
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    user-select: none;
}

@keyframes rotate{
from{-webkit-transform:rotate(0deg)}
to{-webkit-transform:rotate(360deg)}
}
@-webkit-keyframes rotate{
from{-webkit-transform:rotate(0deg)}
to{-webkit-transform:rotate(360deg)}
}
@-moz-keyframes rotate{
from{-moz-transform:rotate(0deg)}
to{-moz-transform:rotate(360deg)}
}
@-ms-keyframes rotate{
from{-ms-transform:rotate(0deg)}
to{-ms-transform:rotate(360deg)}
}
@-o-keyframes rotate{
from{-o-transform:rotate(0deg)}
to{-o-transform:rotate(360deg)}
}
.xuanzhuan {
    animation: 2s linear 0s normal forwards infinite rotate;
    -webkit-animation: 2s linear 0s normal forwards infinite rotate;
    -moz-animation: 2s linear 0s normal forwards infinite rotate;
    -o-animation: 2s linear 0s normal forwards infinite rotate;
}
.xuanzhuan img{
display: block;
width: 100%;
}

.pc{
    display: block;
}
.wap{
    display: none;
}
.clearflex:after{
    content: "";
    display: table;
    clear: both;
}



.head {

background: #35498E;

height: 90px;

width: 100%;

left: 0;

top: 0px;

z-index: 555;

position: fixed;
}
.head .logo {
  width: calc(400/1920*100vw);
  /* height: 100px; */
  position: relative;
  float: left;
}
.head .logo img {/* float: left; */position: relative;z-index: 4;width: 100%;height: 100px;object-fit: contain;}
.head .logo:after{
  content:"";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 49px 0 0;
  border-color: #fff transparent transparent transparent;
  position:absolute;
  top: 0;
  right: -49px;
}
.head .logo a {display: block;/* height: 100%; */position: relative;background: #fff;}

.head .nav {

text-align: center;

position: absolute;

top: 50%;

left: 50%;

-o-transform: translate(-50%, -50%);

-webkit-transform: translate(-50%, -50%);

-moz-transform: translate(-50%, -50%);

-ms-transform: translate(-50%, -50%);

transform: translate(-50%, -50%);
}

.head .nav ul {white-space: nowrap;font-size: 0;}

.head .nav ul li {

display: inline-block;

font-size: 10px;

padding: 0px calc(30/1920*100vw);

position: relative;
}
    .head .nav ul li:hover .h2tit a:after,
    .head .nav ul li.current .h2tit a:after{
        width:100%;
    }
    .head .nav ul li:hover .h2tit a,
    .head .nav ul li.current .h2tit a{
        color: #FFF;
    }
.head .nav ul li .h2tit a:after{
    content:"";
    position:absolute;
    bottom: 0px;
    left: 50%;
    -o-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    width: 100%;
    height: 4px;
    background: #BD484F;
    -webkit-transition: all 0.4s;
    -o-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -ms-transition:all 0.4s;
    transition:all 0.4s;
    width: 0;
}
.head .nav ul li .h2tit a {

color: rgba(255, 255, 255, 0.70);

text-align: center;

font-family: PingFang SC;

font-size: calc(20/1920*100vw);

font-style: normal;

font-weight: 400;

line-height: 90px;

display: block;

position: relative;

padding: 0px 5px;
}
.head .nav ul li:hover .slide{
    
    visibility:visible;
    opacity:1;
    z-index:5;
    top:90px;
}
.head .nav ul li .slide {

position: absolute;

width: 100%;

left: 0;

top: 90px;

background: #35498E;
    
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    top:100px;
}
.head .nav ul li .slide dd a:hover{
    background: #4d64b1;
}
.head .nav ul li .slide dl {

}

.head .nav ul li .slide dd {

}

.head .nav ul li .slide dd a {

display: block;

line-height: 60px;

color: #fff;

font-size: 16px;
}

.head .right {

position: relative;

z-index: 3;

float: right;

padding-top: 25px;

padding-right: calc(20/1920*100vw);
}

.head .right .search {

border-radius: 20px;

border: 1px solid rgba(255, 255, 255, 0.50);

background: rgba(255, 255, 255, 0.10);

display: inline-flex;

/* padding: 9px 10px 9px 15px; */

width: calc(200/1920*100vw);

position: relative;

height: 40px;

overflow: hidden;

float: left;
}

.head .right .search form {

height: 100%;

width: 100%;
}

.head .right .search .words {

height: 100%;

border: none;

background: none;

font-size: calc(16/1920*100vw);

padding-left: 15px;

color: #fff;

width: 100%;
}

.head .right .search .send {

position: absolute;

right: 0;

top: 0px;

height: 100%;

width: 41px;

border: none;

background: none;

background: url(../images/search-line.png) no-repeat center center;
}

.head .right .lang {

float: left;

line-height: 40px;

position: relative;

margin-left: calc(28/1920*100vw);
}

.head .right .lang .h2tit {

cursor: pointer;
}

.head .right .lang .h2tit img {

width: calc(32/1920*100vw);
}

.head .right .lang .h2tit span {

color: #FFF;

text-align: center;

font-family: PingFang SC;

font-size: calc(16/1920*100vw);

font-style: normal;

font-weight: 400;

padding-left: 4px;
}
.head .right .lang:hover .slide{
    
    visibility:visible;
    opacity:1;
    z-index:5;
    top:40px;
}
.head .right .lang .slide {

position: absolute;

width: 100%;

top: 40px;

background: #35498E;

padding: 5px 0px;

visibility: hidden;

opacity: 0;

z-index: -1;

top: 50px;
}

.head .right .lang .slide a {

display: block;

text-align: center;

color: #fff;

font-size: 15px;
}
.head ,.head *{
    
-webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;

}

.banner {

}

.banner .swiper-container {

}

.banner .swiper-wrapper {

}

.banner .swiper-slide {

height: calc(100vh - 90px);

overflow: hidden;
}


.banner .swiper-slide-active .imgbox{
-webkit-transform: none;
-o-transform: none;
-moz-transform: none;
-ms-transform: none;
transform: none; 

}
.banner .imgbox {

height: 100%;
transform:  scale(1.45,1.45);
transition:all 2s;
/*position: relative;*/

}

.banner .content {

position: absolute;

width: calc(650/1920*100vw);

bottom: calc(200/1920*100vw);

left: calc(200/1920*100vw);
}

.banner .title1 {

color: #FFF;

font-variant-numeric: lining-nums proportional-nums;

font-family: Alimama ShuHeiTi;

font-size: calc(48/1920*100vw);

font-style: normal;

font-weight: 700;

line-height: 126%; /* 45.36px */
margin-bottom: 30px;
}

.banner .title2 {

color: #FFF;

font-variant-numeric: lining-nums proportional-nums;

font-family: Alimama ShuHeiTi;

font-size: calc(55/1920*100vw);

font-style: normal;

font-weight: 700;

line-height: 126%; /* 69.3px */

padding-top: calc(8/1920*100vw);

padding-bottom: calc(32/1920*100vw);
}

.banner .dec {

color: #FFF;

font-variant-numeric: lining-nums proportional-nums;

font-family: Alibaba PuHuiTi 2.0;

font-size: calc(20/1920*100vw);

font-style: normal;

font-weight: 400;

line-height: 170%; /* 30.6px */

margin-bottom: calc(32/1920*100vw);
}

.banner .more {

width: 144px;

display: block;

text-align: center;

line-height: 40px;

color: #FCFDFE;

text-align: center;

font-family: Alibaba PuHuiTi;

font-size: 14px;

font-style: normal;

font-weight: 500;

/* line-height: normal; */

letter-spacing: 1.96px;

border-radius: 5px;

background: #BD484F;

display: block;
}
.banner .swiper-pagination *.swiper-pagination-bullet-active{
    background:#fff
}
.banner .swiper-pagination {
    bottom:40px;
}
.banner .swiper-pagination * {

width: 20px;

height: 6px;

border-radius: 300px;

margin: 0px 5px !important;

border-radius: 4px;

background: rgba(255, 255, 255, 0.20);

opacity: 1;
}


.index{
  line-height:1;
}

.section1 {
  /* CSS styles for the .section1 element */
  zoom: 1;
  overflow: hidden;
  position: relative;
}

.section1 .left {
  /* CSS styles for the .left element inside .section1 */
  width: 50%;
  background: url(../images/first_left.png) no-repeat center center;
  background-size: cover;
  padding-bottom: 280px;
  position: relative;
  padding-top: 103px;
  padding-right: calc(61/1920*100vw);
  padding-left: calc(160/1920*100vw);
}
.section1 .title b{
  color: #BD484F;
}
.section1 .title {
  /* CSS styles for the .title element inside .section1 */
  color: #222;
  font-family: PingFang SC;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
}
.section1 .dec p{
padding-bottom:30px;}
.section1 .dec {
  /* CSS styles for the .dec element inside .section1 */
  color: #555;
  font-family: PingFang SC;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px; /* 160% */
  padding-top: 75px;
}

.section1 .decs {
  /* CSS styles for the .decs element inside .section1 */
  position: absolute;
  left: 0;
  right: calc(72/1920*100vw);
  bottom: calc(75/1920*100vw);
  border-radius: 0px 10px 10px 0px;
  background: rgba(175, 29, 38, 0.80);
  backdrop-filter: blur(5px);
  padding: calc(30/1920*100vw);
  padding-left: calc(160/1920*100vw);
}

.section1 .decs ul {
  /* CSS styles for the unordered list inside .decs */
  float: left;
  width: 97%;
  display: flex;
}

.section1 .decs ul li {
  /* CSS styles for list items inside .decs */
  float: left;
  width: 33.333%;
  flex: 1;
}
  .section1 .decs ul li .val b{
    font-size: calc(60/1920*100vw);
  }

.section1 .decs ul li .val {
  /* CSS styles for elements with class .val inside list items */
  color: #FFF;
  font-family: PingFang SC;
  font-size: calc(20/1920*100vw);
  font-style: normal;
  line-height: 70px;
  white-space: nowrap;
}

.section1 .decs ul li .tit {
  /* CSS styles for elements with class .tit inside list items */
  color: #FFF;
  font-family: PingFang SC;
  font-size: calc(20/1920*100vw);
  font-style: normal;
  font-weight: 400;
  white-space: nowrap;
}

.section1 .decs a.more {
  /* CSS styles for the anchor with class .more inside .decs */
  background: url(../images/right.png) no-repeat center center;
  width: 44px;
  height: 100%;
  position: absolute;
  right: calc(59/1920*100vw);
  top: 0;
}

.section1 .imgbox {
  /* CSS styles for the .imgbox element inside .section1 */
  position: absolute;
  width: 50%;
  height: 100%;
  overflow: hidden;
  right: 0;
  top: 0;
}

.section1 .img {
  /* CSS styles for the .img element inside .section1 .imgbox */
  height: 100%;
}

/* CSS for section2 */
.section2 {
  /* CSS styles for the .section2 element */
  background: url(../images/second.jpg) no-repeat center center;
  background-size: cover;
}

.section2 .titleBig {
  /* CSS styles for the .titleBig element inside .section2 */
  color: rgba(255, 255, 255, 0.10);
  font-family: Alimama ShuHeiTi;
  font-size: calc(298/1920*100vw);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  line-height: 1;
}
.section2 .tab:after{
  content:"";
  display:table;
  clear:both;
}
.section2 .tab {
  /* CSS styles for the .tab element inside .section2 */
  position: relative;
  z-index: 4;
  margin-top: -93px;
}

.section2 .tab .hd {
  /* CSS styles for the .hd element inside .section2 .tab */
  width: calc(357/1920*100vw);
  text-align: right;
  float: left;
  padding-top: calc(90/1920*100vw);
}
.section2 .tab .hd a.current .cn:after{
  right:-30px;
  opacity: 1;
}
.section2 .tab .hd a .cn:after{
  content:"";
  position:absolute;
  width: 17px;
height: 17px;
  background:url(../images/ris.png) no-repeat center center;
  top:0px;
  height:100%;
  right:-20px;
-webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;
  opacity:0
}
.section2 .tab .hd a .cn{
  color: #FFF;
  font-family: PingFang SC;
  font-size: calc(32/1920*100vw);
  font-style: normal;
  font-weight: 600;
  display: block;
  line-height: calc(45/1920*100vw);
  position: relative;
}
.section2 .tab .hd a .en{
  color: rgba(255, 255, 255, 0.80);
  font-family: PingFang SC;
  font-size: calc(24/1920*100vw);
  font-style: normal;
  font-weight: 400;
  display: block;
  line-height: 34px;
}
  .section2 .tab .hd a:last-child{
margin:0px;}
.section2 .tab .hd a.current:before{
  left:0px;
}
.section2 .tab .hd a:before{
    content:'';
  position:absolute;
  right:0px;
  bottom:0px;
  background:#fff;
  left:0px;
  height:1px;
  
-webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;
  left:100%;
}
.section2 .tab .hd a.current:after{
  width:3px;
  height:3px;
}
.section2 .tab .hd a:after{
  content:'';
  position:absolute;
  right:0px;
  bottom:-1px;
  width:3px;
  height:3px;
  border-radius:10px;
  background:#fff;
  
-webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;
  width:0px;
  height:0px;
}
.section2 .tab .hd a {
  /* CSS styles for anchors inside .section2 .tab .hd */
  display: block;
  position: relative;
  padding-bottom: 27px;
  margin-bottom: 53px;
}

.section2 .tab .bd {
  /* CSS styles for the .bd element inside .section2 .tab */
  float: left;
  width: calc(100% - calc(357/1920*100vw));
  padding-left: calc(110/1920*100vw);
  padding-bottom: 99px;
}

.section2 .model {
  /* CSS styles for the .model element inside .section2 */
  position: relative;
  padding-right: calc(62/1920*100vw);
}

.section2 .swiper-container {
  /* CSS styles for the .swiper-container element inside .section2 .model */
}

.section2 .swiper-wrapper {
  /* CSS styles for the .swiper-wrapper element inside .section2 .model */
}

.section2 .swiper-slide {
  /* CSS styles for the .swiper-slide element inside .section2 .model */
  padding-bottom: calc(146/1920*100vw);
}
.section2 .model a *{
  display: block;
  position: relative;
  z-index: 4;
}
  .section2 .model .swiper-slide a:after{
    content:"";
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(7px);
    position: absolute;
    left: 26px;
    right: 26px;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.4s;
    -o-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -ms-transition:all 0.4s;
    transition:all 0.4s;
  }
.section2 .model .swiper-slide a {
  /* CSS styles for anchors inside .section2 .model */
  display: block;
  position: relative;
  padding-top: 15px;
  /* padding-bottom: 19px; */
}
.section2 .model .swiper-slide .imgbox img{
  width:100%;
  /* border-radius: 20px; */
}
.section2 .model .swiper-slide .imgbox {
  /* CSS styles for elements with class .imgbox inside .section2 .model */
  border-radius: 20px;
  overflow: hidden;
}
.section2 .model .swiper-slide .dec{
    padding-bottom: 20px;
    display: block;
    display: none;
}
.section2 .model .swiper-slide .dec .txt{
    /* display: block; */
    color: #000;
    padding: 0px 41px;
    line-height: 1.7;
    font-size: 15px;
    /* padding-bottom: 20px; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.section2 .model .swiper-slide .title {
  /* CSS styles for elements with class .title inside .section2 .model */
  color: #F4F4F3;
  font-family: PingFang SC;
  font-size: calc(24/1920*100vw);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 20px 0px;
  padding-left: 41px;
  padding-right: 41px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.section2 .swiper-button-next {
  /* CSS styles for the next button inside .section2 .model */
  background: url(../images/right.png) no-repeat center center;
  background-size: 100%;
  width: 44px;
  height: 44px;
  right: 185px;
  margin: 0;
  top: auto;
  bottom: 0;
}

.section2 .swiper-button-prev {
  /* CSS styles for the previous button inside .section2 .model */
  background: url(../images/left.png) no-repeat center center;
  background-size: 100%;
  width: 44px;
  height: 44px;
  right: 250px;
  margin: 0;
  top: auto;
  bottom: 0;
  left: auto;
}

.section2 a.more {
  /* CSS styles for the "more" anchor inside .section2 */
  color: #FFF;
  font-family: PingFang SC;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  display: block;
  float: right;
  margin-top: -41px;
  position: relative;
  z-index: 4;
  background: url(../images/iconMore.png) no-repeat right bottom;
  padding-bottom: 11px;
}

/* CSS for section3 */
.section3 {
  /* CSS styles for the .section3 element */
  padding-bottom: 28px;
  padding-top: 63px;
}
.wrap:after{
  content:"";
  display:table;
  clear:both
}
.wrap {
  /* CSS styles for the .wrap element inside .section3 */
  padding: 0px calc(160/1920*100vw);
}
.hdtitle:after{
  content:"";
  width:100%;
  border-top:1px dashed #D9D9D9;
  position: absolute;
  top: 50%;
  left: 50%;
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
 .hdtitle {
  /* CSS styles for the .hdtitle element inside .section3 */
  zoom: 1;
  overflow: hidden;
  position: relative;
  padding: 20px 0px;
  line-height: 32px;
}
.hdtitle .hd:after {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    left: 0;
    top: 10px;
    background: #fff;
}
.hdtitle .hd{
  float: right;
  color: #666;
  font-family: PingFang SC;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  background: #fff;
  position: relative;
  z-index: 4;
  padding-left: 25px;
}
.hdtitle .title:after{
    content:"";
    position:absolute;
    width:11px;
    height:11px;
    border:1px solid #D9D9D9;
    border-radius:10px;
    right: 0;
    top: 10px;
    background: #fff;
  }
 .hdtitle .title {
  /* CSS styles for the .title element inside .section3 */
  color: #333;
  font-family: PingFang SC;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  float: left;
  background: #fff;
  position: relative;
  z-index: 4;
  padding-right: 25px;
}

.hdtitle .hd a {
  /* CSS styles for anchors inside .section3 .hd */
  color: #666;
  font-family: PingFang SC;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
.hdtitle .hd a.current{
    color: #35498E;
}
.section3 .bd {
  /* CSS styles for the .bd element inside .section3 */
  padding-top: 28px;
  zoom: 1;
  overflow: hidden;
}

.section3 .model {
  /* CSS styles for the .model element inside .section3 */
}

.section3 .model ul {
  /* CSS styles for the unordered list inside .section3 .model */
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.section3 .model ul li:nth-child(2n){
  float:right;
  margin-right: 0;
}
.section3 .model ul li {
  /* CSS styles for list items inside .section3 .model */
  float: left;
  width: 48%;
  position: relative;
  padding-right: 17%;
  margin-bottom: 60px;
  margin-right: 4%;
}

.section3 .model .imgbox {
  /* CSS styles for elements with class .imgbox inside .section3 .model */
  position: absolute;
  width: 30%;
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
  right: 0;
  top: 0px;
}

.section3 .model .imgbox a {
  /* CSS styles for anchors inside .section3 .model .imgbox */
}

.section3 .model .imgbox img {
  /* CSS styles for images inside .section3 .model .imgbox */
  width: 100%;
  height: 100%;
}

.section3 .model .con {
  /* CSS styles for the .con element inside .section3 .model */
}

.section3 .model .con a.title {
  /* CSS styles for anchors with class .title inside .section3 .model .con */
  color: #444;
  font-family: PingFang SC;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.section3 .model .con .line {
  /* CSS styles for the .line element inside .section3 .model .con */
  margin: 12px 0px;
  width: 40px;
  height: 2px;
  background: #35498E;
  border-radius: 10px;
}

.section3 .model .con .time {
  /* CSS styles for the .time element inside .section3 .model .con */
  color: #666;
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  padding-left: 20px;
  background: url(../images/frame.png) no-repeat left center;
  background-size: 14px;
}

.section3 .model .con .dec {
  /* CSS styles for the .dec element inside .section3 .model .con */
  overflow: hidden;
  color: #666;
  text-overflow: ellipsis;
  whitespace: nowrap;
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  margin-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* CSS for section4 */
.section4 {
  /* CSS styles for the .section4 element */
  background: #F4F4F4;
  padding-top: 44px;
  padding-bottom: 104px;
}

.section4 .wrap {
  /* CSS styles for the .wrap element inside .section4 */
}

.section4 .hdtitle .hd {
  /* CSS styles for the .hdtitle element inside .section4 */
  background: #F4F4F4;
}

.section4 .hdtitle .title {
  /* CSS styles for the .title element inside .section4 */
  background: #F4F4F4;
}

.section4 .hd a {
  /* CSS styles for anchors inside .section4 .hd */
}

.section4 .list {
  /* CSS styles for the .list element inside .section4 */
  margin-top: 40px;
  padding-left: calc(160/1920*100vw);
}

.section4 .swiper-container {
  /* CSS styles for the .swiper-container element inside .section4 */
}

.section4 .swiper-wrapper {
  /* CSS styles for the .swiper-wrapper element inside .section4 */
}

.section4 .swiper-slide {

}
.section4 .imgbox img{
  width:100%;
}
.section4 .imgbox {

border-radius: calc(10/1920*100vw);

overflow: hidden;
}

.section4 .con {border-radius: 15px;background: #FFF;padding: 20px;margin: 0px 40px;margin-top: -76px;z-index: 4;position: relative;}
.section4 .con a.title:after{
    content: "";
    position: absolute;
    width: 6px;
    height: 100%;
    border-radius: 3px;
    background: #BD484F;
    left: -11px;
    top: 0;
}
.section4 .con a.title {color: #222;font-family: PingFang SC;font-size: 24px;font-style: normal;font-weight: 600;display: block;position: relative;}

.section4 .con .dec {

overflow: hidden;

color: #555;

text-overflow: ellipsis;

whitespace: nowrap;

font-family: PingFang SC;

font-size: 16px;

font-style: normal;

font-weight: 400;

line-height: 24px; /* 150% */

display: block;

margin-top: 12px;

margin-bottom: 12px;

overflow: hidden;

text-overflow: ellipsis;

display: -webkit-box;

-webkit-line-clamp: 2;

-webkit-box-orient: vertical;
}

.section4 .con .tags {

zoom: 1;

overflow: hidden;
}

.section4 .tags span {

border-radius: 2px;

border: 1px solid #C6C9D3;

float: left;

color: #707585;

font-family: PingFang SC;

font-size: 14px;

font-style: normal;

font-weight: 400;

margin-right: 10px;

padding: 0px 8px;

line-height: 28px;
}

.footer {
    background: url(../images/footer.png) no-repeat center center;
    background-size: cover;
    padding-top: 73px;
    /* padding-bottom: 56px; */
}
.footer .left {
    float: left;
    width: calc(517/1920*100vw);
}
.footer .left .title {
    color: #FFF;
    font-family: PingFang SC;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
}
.footer .left .en {
    color: rgba(255, 255, 255, 0.90);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: PingFang SC;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 184.615% */
}
.footer .left .dec {
    color: rgba(255, 255, 255, 0.80);
    font-family: PingFang SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    margin: 32px 0px;
}
.footer .left .dec2 {
    color: #FFF;
    font-family: PingFang SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; /* 143.75% */
}
.footer .left .dec2 p {
    position: relative;
    padding-left: 32px;
    margin-bottom: 15px;
}
.footer .left .dec2 img {
    position: absolute;
    left: 0;
    top: 2px;
}
.footer .left .dec2 span {}
.footer .right {
    float: right;
    width: calc(983/1920*100vw);
}
.footer .right .navs {
    zoom: 1;
    overflow: hidden;
    display: flex;
}
.footer .right .navs .item:after{
  content:"";
  position: absolute;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.20);
  left: 0;
  top: 52px;
}
.footer .right .navs .item {
    float: left;
    position: relative;
    text-align: center;
    flex: 1;
}
.footer .right .navs .item h2 {
    color: #FFF;
    font-family: PingFang SC;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}
.footer .right .navs .item dl {
    padding-top: 56px;
}
.footer .right .navs .item dd a {
    color: rgba(255, 255, 255, 0.80);
    font-family: PingFang SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    display: block;
    margin-bottom: 16px;
}
.footer .right .btns{

text-align: right;

position: relative;

margin-top: -17px;

font-size: 0;
}
.footer .right .btns .ite{

/* float: left; */

position: relative;

display: inline-block;

margin-left: 30px;

vertical-align: middle;
}
.footer .right .btns .ite a{

width: 44px;

height: 44px;

padding: 11px;

justify-content: center;

align-items: center;

display: block;

border-radius: 30px;

border: 1px solid rgba(255, 255, 255, 0.40);
position: relative;
}
.footer .right .btns .ite.third:hover a{
    background: #fff;
}
.footer .right .btns .ite.third a img{

position: absolute;

top: 50%;

left: 50%;

-o-transform: translate(-50%, -50%);

-webkit-transform: translate(-50%, -50%);

-moz-transform: translate(-50%, -50%);

-ms-transform: translate(-50%, -50%);

transform: translate(-50%, -50%);
}
.footer .right .btns .ite a img.default{

}
.footer .right .btns .ite a:hover img.default{
    opacity: 0;
}
.footer .right .btns .ite a:hover img.current{
    opacity: 1;
}
.footer .right .btns .ite a img.current{

opacity: 0;
}
.footer .right .btns .ite a img{

}
 .footer .right .btns .ite:hover .slide{
   bottom:58px;
   
    visibility:visible;
    opacity:1;
    z-index:5;
 } 
.footer .right .btns .slide{

position: absolute;

position: absolute;

left: 50%;

-o-transform: translate(-50%, 0%);

-webkit-transform: translate(-50%, 0%);

-moz-transform: translate(-50%, 0%);

-ms-transform: translate(-50%, 0%);

transform: translate(-50%, 0%);

bottom: 58px;

width: 160px;

visibility: hidden;

opacity: 0;

z-index: -1;

bottom: 40px;
}
.footer .right .btns .slide img{

width: 100%;
}


.copy {
    color: rgba(255, 255, 255, 0.60);
    text-align: center;
    font-family: Source Han Sans SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    text-align: center;
    background: rgba(0, 0, 0, 0.10);
    margin-top: 56px;
    line-height: 60px;
}


.footer *{
    -webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;

}


input::-webkit-input-placeholder{
color: rgba(255, 255, 255, 0.40);
        }
        input::-moz-placeholder{   /* Mozilla Firefox 19+ */
color: rgba(255, 255, 255, 0.40);
        }
        input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
color: rgba(255, 255, 255, 0.40);
        }
        input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
color: rgba(255, 255, 255, 0.40);
        }


.section2 .titleBig, .section2 .tab .hd a *, .section2 .model .swiper-slide a *:not(.dec), .section3 .model ul *, .hdtitle *, .section4 .swiper-slide *, .section1 *{

-webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;

}

.section2 .model .swiper-slide .imgbox img:hover,
.section3 .model .imgbox img:hover,
.section4 .imgbox img:hover,
.section1 .img:hover{

-webkit-transform: scale(1.05,1.05);
-o-transform: scale(1.05,1.05);
-moz-transform: scale(1.05,1.05);
-ms-transform: scale(1.05,1.05);
transform: scale(1.05,1.05);
}


.section4 .hd a:hover,
.hdtitle .hd a:hover,
.section4 .con a.title:hover,
.section3 .model .con a.title:hover{
    color: #35498E;
}
.section2 .model .swiper-slide .height{
    height: ;
}
.section2 .model .swiper-slide .title:hover,
.footer .right .navs .item dd a:hover{
    color: #fff;
}
.section2 .model .swiper-slide a:hover .title{
    color: #333;
}

.section2 .model .swiper-slide a:hover:after{
    background: #f4f4f4;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}