@charset "utf-8";
@font-face {
    font-family: 'PingFangSC';
    src: url('../fonts/PingFangSC-Medium.ttf');
}
@font-face {
    font-family: 'AlimamaShuHeiTi';
    src: url('../fonts/AlimamaShuHeiTi.ttf');
}
* {
    box-sizing: border-box;
}
input:focus {
    outline: none;
}
select:focus {
    outline: none;
}
textarea:focus {
    outline: none;
}
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;
}
body {
    font-size: 12px;
    font-family: "PingFangSC" ! important;
    color: #262626;
    background: #fff;
    margin: 0 auto;
    padding: 0px;
}
a {
    text-decoration: none;
    color: #174DF7;
    outline: none;
}
a:active {
    star: expression(this.onFocus=this.blur());
}
img {
    border: 0px;
    vertical-align: middle;
}
li {
    list-style: none;
}
.pt10 {
    padding-top: 10px;
}
.pl10 {
    padding-left: 10px;
}
.pr10 {
    padding-right: 10px;
}
.pb10 {
    padding-bottom: 10px;
}
.pn5 {
    padding: 5px;
}
.pt5 {
    padding-top: 5px;
}
.pl5 {
    padding-left: 5px;
}
.pr5 {
    padding-right: 5px;
}
.pb5 {
    padding-bottom: 5px;
}
.mt10 {
    margin-top: 10px;
}
.mt30 {
    margin-top: 30px;
}
.ml10 {
    margin-left: 10px;
}
.mr10 {
    margin-right: 10px;
}
.mb10 {
    margin-bottom: 10px;
}
.mn5 {
    margin: 5px;
}
.mt5 {
    margin-top: 5px;
}
.ml5 {
    margin-left: 5px;
}
.mr5 {
    margin-right: 5px;
}
.mb5 {
    margin-bottom: 5px;
}
.wrap {
    width: 81.25%;
    margin: 0 auto;
}
.posr {
    position: relative;
}
.posa {
    position: absolute;
}
.header {
    width: 100%;
    height: 120px;
    position: absolute;
    z-index: 1;
    top: 0;
    padding: 32px 0;
}
.header .logo {
    width: 114px;
    height: 55px;
    float: left;
    background: url(../images/logo.png) no-repeat center center;
}
.header:hover .logo {
    background: url(../images/logo-b.png) no-repeat center center;
}
.header .logo a {
    width: 114px;
    height: 55px;
    float: left;
}
.header:hover {
    background: rgba(255, 255, 255, 1);
}
.header .nav {
    height: 36px;
    float: right;
    margin-top: 16px;
}
.header .nav ul {
    float: left;
}
.header .nav ul li {
    float: left;
    position: relative;
    margin-left: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.header .nav ul li h3 {
    float: left;
}
.header .nav ul li h3 a {
    height: 34px;
    font-weight: 500;
    font-size: 18px;
    color: #ffffff;
    line-height: 25px;
    padding: 0 20px;
    float: left;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.header .nav ul li:hover h3 a {
    color: #174DF7;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.header .nav ul li.on h3 a {
    color: #174DF7;
}
.header:hover .nav ul li h3 a {
    color: #021738;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.header:hover .nav ul li:hover h3 a {
    color: #174DF7;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.header:hover .nav ul li.on h3 a {
    color: #174DF7;
}
.header .nav ul li:hover h3 a:before {
    content: "";
    width: 21px;
    height: 1px;
    background: #174DF7;
    bottom: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.header .nav ul li.on h3 a:before {
    content: "";
    width: 21px;
    height: 1px;
    background: #174DF7;
    bottom: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.header .nav ul li dl {
    width: 100%;
    height: auto;
    float: left;
    position: absolute;
    overflow: hidden;
    z-index: 2;
    top: 34px;
    display: none;
    padding: 10px 10px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.header .nav ul li:hover dl {
    display: block;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.header .nav ul li dl dd {
    width: 100%;
    height: 31px;
    line-height: 30px;
    float: left;
}
.header .nav ul li dl:nth-child(2) {
    width: 240px;
    left: 50%;
    transform: translateX(-50%);
}
.header .nav ul li dl dd a {
    width: 100%;
    height: 30px;
    text-align: center;
    float: left;
    font-weight: 400;
    font-size: 12px;
    color: #021738;
    line-height: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.header .nav ul li dl dd a:hover {
    color: #174DF7;
    border-bottom: 1px solid #174DF7;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.section {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.banner {
    width: 100%;
    height: 800px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.ss1 {
    background: url(../images/ss1bg.jpg) no-repeat center center;
}
.fp-controlArrow {
    width: 50px;
    height: 100px;
}
.fp-controlArrow.fp-prev {
    border: 0;
    width: 50px;
    height: 100px;
}
.fp-controlArrow.fp-next {
    border: 0;
    width: 50px;
    height: 100px;
}
.fp-controlArrow.fp-prev:after {
    content: "‹";
    color: #fff;
    font-size: 80px;
    position: absolute;
    font-weight: normal;
    left: 50%;
    top: 50%;
    cursor: pointer;
    transform: translate(-50%, -50%);
}
.fp-controlArrow.fp-next:after {
    content: "›";
    color: #ffff;
    font-size: 80px;
    position: absolute;
    font-weight: normal;
    left: 50%;
    top: 50%;
    cursor: pointer;
    transform: translate(-50%, -50%);
}
.ss1 .swiper {
    width: 100%;
    height: 100%;
}
.ss1 .slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.ss1 .slide img {
    display: block;
    width: 100%;
    height: 100%;
}
.ss1 .ss1bg1 {
    background: url(../images/ss1bg.png) no-repeat center center / 100% 100%;
}
.ss1 .ss1bg2 {
    background: url(../images/ss2bg.png) no-repeat center center / 100% 100%;
}
.ss1 .ss1bg3 {
    background: url(../images/ss2bg.png) no-repeat center center / 100% 100%;
}
.ss1 .slide .text {
    width: 1280px;
    height: auto;
    position: absolute;
    top: 50%;
    left: -100%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    text-align: left;
}
.ss1 .slide .text .yanlong {
    width: 466px;
    height: 62px;
    background: url(../images/yanlong.png) no-repeat 0 0;
    float: left;
}
.ss1 .slide .text span {
    margin-top: -15px;
    float: left;
    font-size: 19px;
    color: #FFFFFF;
    line-height: 26px;
}
.ss1 .slide .text h3 {
    float: left;
    font-family: AlimamaShuHeiTi;
    font-weight: bold;
    font-size: 90px;
    color: #FFFFFF;
    line-height: 108px;
    margin-top: 64px;
    margin-bottom: 64px;
}
.ss1 .slide .text a {
    height: 50px;
    line-height: 50px;
    float: left;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 1);
    text-underline-offset: 5px;
}
.ss1 .slide .text a:after {
    content: "";
    width: 50px;
    height: 50px;
    margin-right: 10px;
    background: url(../images/iplay.png) no-repeat center center;
    float: left;
}
.ss1 .fp-slidesNav {
    bottom: 20px;
    height: 31px;
    padding-top: 16px;
    width: 1280px;
    border-top: 1px solid rgba(255, 255, 255, 0.65);
    left: 50%;
    text-align: left;
}
.fp-slidesNav ul li a span {
    width: 14px;
    height: 14px;
    display: block;
    border: 1px solid #FFFFFF;
    position: relative;
    background: none;
    opacity: 1;
}
.fp-slidesNav ul {
    position: relative;
}
.fp-slidesNav ul li {
    margin: 0 7px;
}
.fp-slidesNav ul li a.active span {
    background: none;
}
.fp-slidesNav ul li a.active span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    width: 5px;
    height: 5px;
    background: #FFFFFF;
}
.fp-slidesNav ul:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: 25px;
    float: left;
    background: url(../images/ixsb.png) no-repeat center center;
}
.w100p {
    width: 100%;
}
.fl {
    float: left;
}
.fr {
    float: right;
}

.ss2 {
    background: url(../images/ss2bg.jpg) no-repeat center center;
    position: relative;
}
.ss2 .wrap {}
.ss2 .jieshao {
    width: 1280px;
    height: auto;
    float: left;
    position: absolute;
    top: 50%;
    left: -100%;
    transform: translate(-50%, -50%);
}
.ss2 .jieshao .entit {
    width: 100%;
    height: auto;
    float: left;
    font-family: PingFangSC;
    font-weight: 500;
    font-size: 16px;
    color: #021738;
    line-height: 22px;
    text-transform: capitalize
}
.ss2 .jieshao .entit:after {
    content: "";
    width: 48px;
    height: 1px;
    margin-left: 6px;
    background: #021738;
    display: inline-block;
    vertical-align: middle;
}
.ss2 .jieshao h2 {
    width: 100%;
    height: auto;
    float: left;
    font-family: PingFangSC;
    font-size: 54px;
    color: #021738;
    line-height: 75px;
    margin-top: 22px;
    margin-bottom: 16px;
}
.ss2 .jieshao p {
    width: 100%;
    max-width: 507px;
    height: auto;
    float: left;
    font-family: PingFangSC;
    font-weight: 400;
    font-size: 15px;
    color: #021738;
    line-height: 21px;
    margin-bottom: 36px;
}
.ss2 .jieshao a.lianxi {
    width: 180px;
    height: 60px;
    background: #174DF7;
    border-radius: 10px;
    float: left;
    text-align: center;
    line-height: 60px;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
}
.ss2 .jieshao a.lianxi:after {
    content: "";
    width: 26px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 31px;
    background: url(../images/ijieshao.png) no-repeat center center;
}
.ss2 .jieshao a.video {
    height: 60px;
    line-height: 60px;
    float: left;
    font-weight: 500;
    font-size: 16px;
    color: #021738;
    text-decoration: underline;
    text-decoration-color: #021738;
    text-underline-offset: 5px;
    margin-left: 24px;
}
.ss2 .jieshao a.video:after {
    content: "";
    width: 60px;
    height: 60px;
    background: url(../images/iplay2.png) no-repeat center center;
    float: left;
}
.ss2 .s2lou {
    float: left;
    position: absolute;
    bottom: -100%;
    right: 95px;
}
.ss2 .s2lou img {
    max-width: 100%;
    height: auto;
    float: left;
}
/*num-figure*/
.num-figure {
    width: 638px;
    height: auto;
    text-align: left;
    float: left;
    margin-top: 30px;
}
.num-figure li {
    list-style: none;
}
.OEM-ico {
    width: 33.33%;
    float: left;
    margin: 10px 0;
}
.num-change {
    padding: 0;
}
.num-change li:first-child {
    font-weight: 400;
    font-size: 40px;
    color: #021738;
    line-height: 48px;
    margin-bottom: 6px;
}
.num-figure li .timer {
    font-weight: bold;
}
.OEM-ico a {
    text-decoration: none;
}
.num-change li:nth-child(2) {
    font-weight: 400;
    font-size: 18px;
    color: #676F7A;
    line-height: 25px;
}
.ss3 {
    position: relative;
    background: url(../images/ss3bg.jpg) no-repeat center center;
}
.ss3 .h2titw {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    margin-bottom: 30px;
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.ss3 .h2titw span {
    width: 100%;
    height: auto;
    float: left;
    font-family: PingFangSC;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    line-height: 22px;
}
.ss3 .h2titw span:after {
    content: "";
    width: 48px;
    height: 1px;
    margin-left: 6px;
    background: #ffffff;
    display: inline-block;
    vertical-align: middle;
}
.ss3 .h2titw h2 {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 600;
    font-size: 52px;
    color: #ffffff;
    line-height: 73px;
    margin-top: 0px;
}
.ss3 .h2titw a.more {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
}
.ss3 .h2titw a.more:after {
    content: "";
    width: 62px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 10px;
    background: url(../images/h2titbmore.png) no-repeat center center / 100% 100%;
}
.ss3 .panels {
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -100%;
}
.ss3 .panel {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: white;
    text-align: center;
    align-items: center;
    //transition: font-size 0.5s ease-out, flex 0.5s ease-out, background 0.2s;
    font-size: 20px;
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.ss3 .panel:before,
.ss3 .panel:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    background-size: cover;
    background-position: center;
    transition: all 0.2s ease;
}
.ss3 .panel:before {
    background: rgba(0, 0, 0, 0.1);
}
.ss3 .panel:after {
    z-index: -1;
    filter: grayscale(100%);
}
.ss3 .panel.active {
    flex: 2;
}
.ss3 .panel i {
    width: 96px;
    height: 96px;
    display: inline-block;
    margin-bottom: 30px;
    display: none;
}
.ss3 .panel i.ipanels1 {
    background: url(../images/ipanels1.png) no-repeat center center / 100% 100%;
}
.ss3 .panel i.ipanels2 {
    background: url(../images/ipanels1.png) no-repeat center center / 100% 100%;
}
.ss3 .panel i.ipanels3 {
    background: url(../images/ipanels1.png) no-repeat center center / 100% 100%;
}
.ss3 .panel i.ipanels4 {
    background: url(../images/ipanels1.png) no-repeat center center / 100% 100%;
}
.ss3 .panel i.ipanels5 {
    background: url(../images/ipanels1.png) no-repeat center center / 100% 100%;
}
.ss3 .panel i.ipanels6 {
    background: url(../images/ipanels1.png) no-repeat center center / 100% 100%;
}
.ss3 .panel i.ipanels7 {
    background: url(../images/ipanels1.png) no-repeat center center / 100% 100%;
}
.ss3 .panel i.ipanels8 {
    background: url(../images/ipanels1.png) no-repeat center center / 100% 100%;
}
.ss3 .panel h3 {
    font-weight: 500;
    height: 332px;
    font-size: 36px;
    color: #FFFFFF;
    writing-mode: vertical-rl;
    text-align: left;
    letter-spacing: 4px;
}
.ss3 .panel i.line {
    width: 56px;
    height: 1px;
    background: #FFFFFF;
    margin: 40px 0;
    flex: initial;
    display: block;
}
.ss3 .panel p {
    display: none;
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 21px
}
.ss3 .panel em {
    font-weight: 400;
    height: 120px;
    font-size: 80px;
    color: #FFFFFF;
    line-height: 120px;
    font-style: normal;
    font-weight: bold;
}
.ss3 .panel.active {
    font-size: 40px;
}
.ss3 .panel.active:before {
    background: rgba(23, 77, 247, 0.78);
    z-index: -1;
}
.ss3 .panel.active i {
    display: inline-block;
}
.ss3 .panel.active h3 {
    writing-mode: unset;
    height: 42px;
}
.ss3 .panel.active p {
    display: block;
    height: 230px;
    padding: 0 97px;
}
.ss3 .panel.active em {
    color: #174DF7;
    font-size: 120px;
}
.ss4 {
    background: url(../images/ss4bg.jpg) no-repeat center center;
    position: relative;
}
.ss4 .h2titb {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    margin-bottom: 30px;
}
.ss4 .h2titb span {
    width: 100%;
    height: auto;
    float: left;
    font-family: PingFangSC;
    font-weight: 500;
    font-size: 16px;
    color: #021738;
    line-height: 22px;
}
.ss4 .h2titb span:after {
    content: "";
    width: 48px;
    height: 1px;
    margin-left: 6px;
    background: #021738;
    display: inline-block;
    vertical-align: middle;
}
.ss4 .h2titb h2 {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 600;
    font-size: 52px;
    color: #021738;
    line-height: 73px;
    margin-top: 10px;
}
.ss4 .ssbottombg {
    width: 1920px;
    height: 349px;
    background: #174DF7;
    position: absolute;
    bottom: 0;
}
.iproqh {
    width: 1600px;
    height: auto;
    float: right;
    overflow: hidden;
    position: relative;
    left: 100%;
}
.iproqh .swiper {
    width: 100%;
    height: 100%;
}
.iproqh .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 86px;
}
.iproqh .swiper-slide .picbox {
    width: 100%;
    height: 0;
    padding-bottom: 150.12%;
    float: right;
    position: relative;
    overflow: hidden;
}
.iproqh .swiper-slide .picbox img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.iproqh .swiper-slide:hover .picbox img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.iproqh .swiper-pagination2 {
    width: 1120px;
    height: 1px;
    float: left;
    bottom: 18px;
    top: auto;
    border-radius: 4px;
    background: #fff;
    left: 158px;
}
.iproqh .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    height: 3px;
    float: left;
    top: -1px;
    background: #fff;
}
.iproqh .swiper-button-next,
.iproqh .swiper-button-prev {
    width: 38px;
    height: 38px;
}
.iproqh .swiper-button-next {
    top: auto;
    bottom: 0;
    right: auto;
    left: 68px;
}
.iproqh .swiper-button-prev {
    top: auto;
    bottom: 0;
    left: 0;
}
.iproqh .swiper-button-next:after {
    width: 38px;
    height: 38px;
    background: url(../images/jtright.png) no-repeat center center;
    content: "";
}
.iproqh .swiper-button-prev:after {
    width: 38px;
    height: 38px;
    background: url(../images/jtleft.png) no-repeat center center;
    content: "";
}

.ss5 {
    background: rgb(236, 240, 243);
}
.ss5 .wrap {
    padding: 0 146px;
}
.ss5 .news_tit {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 30px;
}
.ss5 .news_tit span {
    width: 100%;
    height: auto;
    float: left;
    font-family: PingFangSC;
    font-weight: 500;
    font-size: 16px;
    color: #021738;
    line-height: 22px;
}
.ss5 .news_tit span:after {
    content: "";
    width: 48px;
    height: 1px;
    margin-left: 6px;
    background: #021738;
    display: inline-block;
    vertical-align: middle;
}
.ss5 .news_tit h2 {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 600;
    font-size: 52px;
    color: #021738;
    line-height: 73px;
    margin-top: 10px;
}
.ss5 .news_list {
    width: 100%;
    position: relative;
    left: 150%;
    height: auto;
    float: left;
    padding-top: 30px;
    border-top: 1px solid rgba(103, 111, 122, 0.2);
}
.ss5 .news_list ul {
    width: 100%;
    height: auto;
    float: left;
}
.ss5 .news_list ul li {
    width: 23.77%;
    height: auto;
    float: left;
    margin-left: 1.665%;
    margin-bottom: 19px;
}
.ss5 .news_list ul li:nth-child(1) {
    width: 49.13%;
    margin-left: 0;
}
.ss5 .news_list ul li .picbox {
    width: 100%;
    height: 0;
    padding-bottom: 59.42%;
    float: right;
    position: relative;
    overflow: hidden;
}
.ss5 .news_list ul li .picbox img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.ss5 .news_list ul li:hover .picbox img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.ss5 .news_list ul li .info {
    width: 100%;
    height: auto;
    float: left;
    padding: 12px 16px;
    background: #FFFFFF;
}
.ss5 .news_list ul li .info .title {
    width: 100%;
    height: auto;
    float: left;
}
.ss5 .news_list ul li .info .title a {
    width: 100%;
    height: 40px;
    float: left;
    font-weight: 500;
    font-size: 14px;
    color: #021738;
    line-height: 20px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.ss5 .news_list ul li .info .title a:hover {
    color: #174DF7;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.ss5 .news_list ul li.first .info {
    width: 100%;
    height: auto;
    float: left;
    padding: 12px 16px;
    background: #FFFFFF;
}
.ss5 .news_list ul li.first .info .date {
    width: 50px;
    height: auto;
    text-align: center;
    float: left;
}
.ss5 .news_list ul li.first .info .date em {
    width: 100%;
    height: auto;
    float: left;
    font-size: 32px;
    color: #021738;
    line-height: 44px;
    font-style: normal;
}
.ss5 .news_list ul li.first .info .date .year {
    width: 100%;
    height: auto;
    float: left;
    font-size: 12px;
    color: #676F7A;
    line-height: 17px;
}
.ss5 .news_list ul li.first .info .title {
    width: calc(100% - 70px);
    padding-left: 20px;
    margin-left: 20px;
    height: auto;
    border-left: 1px solid #676F7A;
    float: left;
    margin-top: 4px;
    margin-bottom: 8px;
}
.ss5 .news_list ul li.first .info .title a {
    width: 100%;
    float: left;
    font-weight: 500;
    font-size: 18px;
    color: #021738;
    line-height: 25px;
}
.ss5 .news_list ul li.first .info .title span {
    width: 58px;
    height: 23px;
    background: #174DF7;
    border-radius: 2px;
    line-height: 23px;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    float: left;
}
.ss5 .news_list ul li.first .info .desc {
    width: 100%;
    height: auto;
    float: left;
    margin: 8px 0;
}
.ss5 .news_list ul li.first .info .desc p {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 400;
    font-size: 14px;
    color: #676F7A;
    line-height: 20px;
}
.ss5 .news_list ul li.first .info .desc a.more {
    font-weight: 400;
    font-size: 12px;
    color: #174DF7;
    float: right;
}
.center {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
}
.center .more {
    width: 180px;
    height: 60px;
    background: #174DF7;
    border-radius: 10px;
    line-height: 60px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    display: inline-block;
}
.center .more:after {
    content: "";
    width: 26px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 23px;
    background: url(../images/icmore.png) no-repeat center center;
}
.nbanner {
    width: 100%;
    overflow: hidden;
}
.nbanner img {
    width: 100%;
    height: auto;
    float: left;
}
.nbanner .text {
    width: 1560px;
    height: auto;
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    text-align: left;
}
.nbanner .text span {
    width: 100%;
    height: auto;
    float: left;
    font-family: PingFangSC;
    font-weight: 500;
    font-size: 16px;
    color: #021738;
    line-height: 22px;
}
.nbanner .text span:after {
    content: "";
    width: 48px;
    height: 1px;
    margin-left: 6px;
    background: #021738;
    display: inline-block;
    vertical-align: middle;
}
.nbanner .text .category {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 600;
    font-size: 52px;
    color: #021738;
    line-height: 73px;
    margin-top: 10px;
    margin-bottom: 350px;
}
.nbanner .text .more {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
}
.nbanner .text .more:after {
    content: "";
    width: 62px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 10px;
    background: url(../images/h2titbmore.png) no-repeat center center / 100% 100%;
}
.main {
    width: 100%;
    overflow: hidden;
}
.aboutbg {
    background: rgb(244, 248, 251) url(../images/aboutbg.jpg) no-repeat center center / 100% 100%;
}
.posf {
    position: fixed;
}
.position {
    float: left;
    height: 33px;
    line-height: 33px;
    font-weight: 400;
    font-size: 18px;
    color: #676F7A;
}
.position a {
    font-weight: 400;
    font-size: 18px;
    color: #676F7A;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
    margin-left: 10px;
}
.position a:last-child {
    color: #021738;
}
.position a:first-child {
    margin-left: 0;
}
.aboutqh {
    width: 100%;
    float: left;
    margin-top: 37px;
}
.aboutqh .pageState {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    margin-right: 25px;
    text-align: right;
    border-top: 1px solid rgb(223, 226, 230);
    font-weight: 400;
    font-size: 16px;
    color: #676F7A;
    line-height: 22px;
    padding-top: 10px;
}
.aboutqh .tab-hd {
    width: 100%;
    height: 51px;
    float: left;
    border-bottom: 1px solid #676F7A;
    margin-bottom: 54px;
}
.aboutqh .tab-hd ul {
    float: right;
}
.aboutqh .tab-hd ul li {
    margin-left: 80px;
    padding: 0 15px;
    height: 33px;
    line-height: 33px;
    font-weight: 400;
    font-size: 14px;
    color: #676F7A;
    cursor: pointer;
    border-radius: 4px;
    float: left;
    position: relative;
}
.aboutqh .tab-hd ul li.on {
    color: #FFFFFF;
    background: #174DF7;
    font-size: 16px;
}
.aboutqh .tab-hd ul li:after {
    content: "";
    width: 8px;
    height: 8px;
    background: #676F7A;
    position: absolute;
    bottom: -21px;
    transform: translateX(-50%);
    left: 50%;
    border-radius: 8px;
}
.aboutqh .tab-hd ul li.on:after {
    content: "";
    width: 14px;
    height: 14px;
    background: #174DF7;
    position: absolute;
    bottom: -24px;
    transform: translateX(-50%);
    left: 50%;
    border-radius: 8px;
}
.aboutqh .tab-bd {
    width: 100%;
    height: auto;
    float: left;
}
.gywm {
    width: 100%;
    height: auto;
    float: left;
}
.aboutqh .jieshao {
    width: 650px;
    height: auto;
    float: left;
}
.aboutqh .jieshao .yanlong {
    width: 466px;
    height: 62px;
    background: url(../images/yanlong2.png) no-repeat 0 0;
    float: left;
    margin-top: 12px;
}
.aboutqh .jieshao .entit {
    width: 100%;
    height: auto;
    float: left;
    font-family: PingFangSC;
    font-weight: 500;
    font-size: 16px;
    color: #021738;
    line-height: 22px;
    margin-top: -15px;
    text-transform: capitalize
}
.aboutqh .jieshao .entit:after {
    content: "";
    width: 48px;
    height: 1px;
    margin-left: 6px;
    background: #021738;
    display: inline-block;
    vertical-align: middle;
}
.aboutqh .jieshao h2 {
    width: 100%;
    height: auto;
    float: left;
    font-family: PingFangSC;
    font-size: 54px;
    color: #021738;
    line-height: 75px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.aboutqh .jieshao p {
    width: 100%;
    height: auto;
    float: left;
    font-family: PingFangSC;
    font-weight: 400;
    font-size: 16px;
    color: #021738;
    line-height: 22px;
    margin-bottom: 12px;
}
.gywm .numlist {
    width: 614px;
    height: 112px;
    background: #FFFFFF;
    box-shadow: 0px 9px 30px 0px rgba(0, 0, 0, 0.09);
    border-radius: 12px;
    float: left;
    margin-top: 30px;
}
.gywm .numlist ul {
    width: 100%;
    padding: 18px 32px 0;
    height: auto;
    float: left;
    display: flex;
    justify-content: space-between;
}
.gywm .numlist ul li {
    float: left;
}
.gywm .numlist ul li .num {
    font-weight: 400;
    font-size: 36px;
    color: #174DF7;
    margin-bottom: 6px;
    line-height: 49px;
}
.gywm .numlist ul li .num .timer {
    font-weight: bold;
}
.gywm .numlist ul li .text {
    font-weight: 400;
    font-size: 18px;
    color: #676F7A;
    line-height: 25px;
    float: left;
}
.gywm .picbox {
    width: 717px;
    height: auto;
    float: right;
    position: relative;
}
.gywm .picbox img {
    width: 100%;
    height: auto;
    float: left;
}
.gywm .picbox a {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 471px;
    left: 422px;
    background: url(../images/iplay3.png) no-repeat 0 center;
}
.dszzc .picbox {
    width: 726px;
    height: auto;
    float: right;
    position: relative;
    margin-top: 37px;
    margin-bottom: 50px;
}
.dszzc .picbox img {
    width: 100%;
    height: auto;
    float: left;
}
.tdjs {
    width: 100%;
    height: auto;
    float: left;
}
.tdjsqh {
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    padding-top: 120px;
    margin-top: -120px;
    position: relative;
}
.tdjsqh .swiper-slide {
    width: 100%;
    height: 100%;
    float: left;
}
.tdjsqh .swiper-slide .picbox {
    width: 100%;
    height: 0;
    padding-bottom: 133.33%;
    float: right;
    position: relative;
    overflow: hidden;
}
.tdjsqh .swiper-slide .picbox img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.tdjsqh .swiper-slide:hover .picbox img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.tdjsqh .swiper-slide .info {
    width: 100%;
    height: auto;
    float: left;
    padding: 14px 0px;
}
.tdjsqh .swiper-slide .info h3 {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 600;
    font-size: 22px;
    color: #676F7A;
    line-height: 33px;
    text-align: center;
    font-weight: normal;
}
.tdjsqh .swiper-slide .info h3 b {
    font-weight: 600;
    font-size: 24px;
    color: #021738;
    line-height: 33px;
}
.tdjsqh .swiper-slide .picbox .zzinfo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(23, 77, 247, 0.85);
    right: -100%;
    padding: 0 40px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.tdjsqh .swiper-slide .picbox a:hover .zzinfo {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    right: 0;
}
.tdjsqh .swiper-slide .picbox .zzinfo h3 {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 210px;
    font-weight: 500;
    font-size: 26px;
    color: #FFFFFF;
    margin-bottom: 2px;
    line-height: 37px;
}
.tdjsqh .swiper-slide .picbox .zzinfo p {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    margin-top: 14px;
}
.tdjsqh .swiper-button-next,
.tdjsqh .swiper-button-prev {
    width: 62px;
    height: 62px;
    border: 2px solid #676F7A;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.tdjsqh .swiper-button-next {
    top: 24px;
}
.tdjsqh .swiper-button-prev {
    top: 24px;
    left: auto;
    right: 103px;
}
.tdjsqh .swiper-button-next:after {
    content: "\2192";
    color: #676F7A;
    font-size: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    cursor: pointer;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.tdjsqh .swiper-button-prev:after {
    content: "\2190";
    color: #676F7A;
    font-size: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    cursor: pointer;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.tdjsqh .swiper-button-next:hover,
.tdjsqh .swiper-button-prev:hover {
    background: #174DF7;
    border: 2px solid #Fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.tdjsqh .swiper-button-next:hover:after {
    color: #ffffff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.tdjsqh .swiper-button-prev:hover:after {
    color: #ffffff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.ryzz .jieshao {
    width: 100%;
    height: auto;
    float: left;
}
.ryzz .jieshao .entit {
    width: 100%;
    height: auto;
    float: left;
    font-family: PingFangSC;
    font-weight: 500;
    font-size: 16px;
    color: #021738;
    line-height: 22px;
    margin-top: -15px;
    text-transform: capitalize;
    text-align: center;
}
.ryzz .jieshao .entit:after {
    content: "";
    width: 48px;
    height: 1px;
    margin-left: 6px;
    background: #021738;
    display: inline-block;
    vertical-align: middle;
}
.ryzz .jieshao h2 {
    width: 100%;
    height: auto;
    float: left;
    font-family: PingFangSC;
    font-size: 54px;
    color: #021738;
    line-height: 75px;
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
}
.ryzz .jieshao p {
    width: 100%;
    height: auto;
    float: left;
    font-family: PingFangSC;
    font-weight: 400;
    font-size: 16px;
    color: #021738;
    line-height: 22px;
    margin-bottom: 12px;
}
.nzizhilist {
    width: 100%;
    height: auto;
    float: left;
}
.nzizhilist ul {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.nzizhilist ul:last-child {
    margin-bottom: 90px;
}
.nzizhilist ul:nth-child(1) {
    background: url(../images/nzizhibg1.png) no-repeat center bottom;
    padding-top: 180px;
    margin-top: -100px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.nzizhilist ul:nth-child(2) {
    background: url(../images/nzizhibg2.png) no-repeat center bottom;
}
.nzizhilist ul li {
    width: 293px;
    height: auto;
    float: left;
    margin: 0 18px;
}
.nzizhilist ul li .picbox {
    width: 293px;
    height: 197px;
    float: left;
}
.nzizhilist ul li .picbox img {
    width: 293px;
    height: 197px;
    float: left;
}
.nzizhilist ul li span {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 14px;
    font-weight: 400;
    font-size: 16px;
    color: #CAA95D;
    line-height: 22px;
    margin-bottom: 23px;
}
.zlzsqhw {
    width: 100%;
    height: auto;
    float: left;
    padding: 0 77px;
    margin-bottom: 41px;
    background: url(../images/zzbottom.png) no-repeat center bottom / 100% auto;
}
.zlzsqh {
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    padding-top: 120px;
    margin-top: -120px;
    position: relative;
    margin-bottom: 60px;
}
.zlzsqh .swiper-slide {
    width: 100%;
    height: 100%;
    float: left;
}
.zlzsqh .swiper-slide .picbox {
    width: 100%;
    height: 0;
    padding-bottom: 140.51%;
    float: right;
    position: relative;
    overflow: hidden;
}
.zlzsqh .swiper-slide .picbox img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.zlzsqh .swiper-slide:hover .picbox img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.zlzsqh .swiper-slide .info {
    width: 100%;
    height: auto;
    float: left;
    padding: 14px 0px;
}
.zlzsqh .swiper-slide .info h3 {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 600;
    font-size: 22px;
    color: #676F7A;
    line-height: 33px;
    text-align: center;
    font-weight: normal;
}
.zlzsqh .swiper-slide .info h3 b {
    font-weight: 600;
    font-size: 24px;
    color: #021738;
    line-height: 33px;
}
.zlzsqh .swiper-slide .picbox .zzinfo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(23, 77, 247, 0.85);
    right: -100%;
    padding: 0 40px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.zlzsqh .swiper-slide .picbox a:hover .zzinfo {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    right: 0;
}
.zlzsqh .swiper-slide .picbox .zzinfo h3 {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 210px;
    font-weight: 500;
    font-size: 26px;
    color: #FFFFFF;
    margin-bottom: 2px;
    line-height: 37px;
}
.zlzsqh .swiper-slide .picbox .zzinfo p {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    margin-top: 14px;
}
.zlzsqh .swiper-button-next,
.zlzsqh .swiper-button-prev {
    width: 62px;
    height: 62px;
    border: 2px solid #676F7A;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.zlzsqh .swiper-button-next {
    top: 24px;
}
.zlzsqh .swiper-button-prev {
    top: 24px;
    left: auto;
    right: 103px;
}
.zlzsqh .swiper-button-next:hover,
.zlzsqh .swiper-button-prev:hover {
    background: #174DF7;
    border: 2px solid #Fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.zlzsqh .swiper-button-next:hover:after {
    color: #ffffff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.zlzsqh .swiper-button-prev:hover:after {
    color: #ffffff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.zlzsqh .swiper-button-next:after {
    content: "\2192";
    color: #676F7A;
    font-size: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    cursor: pointer;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.zlzsqh .swiper-button-prev:after {
    content: "\2190";
    color: #676F7A;
    font-size: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    cursor: pointer;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
//业务板块
.ywbkbg {
    background: rgb(248, 247, 247) url(../images/ywbkbg.png) no-repeat center center;
}
.ywpos {
    width: 100%;
    margin-top: 41px;
}
.ywbkqh {
    width: 100%;
    float: left;
    margin-top: 37px;
}
.ywbkqh .pageState {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    margin-right: 25px;
    text-align: right;
    border-top: 1px solid rgb(223, 226, 230);
    font-weight: 400;
    font-size: 16px;
    color: #676F7A;
    line-height: 22px;
    padding-top: 10px;
}
.ywbkqh .tab-hd {
    width: 100%;
    height: 51px;
    float: left;
    border-bottom: 1px solid #676F7A;
    margin-bottom: 54px;
}
.ywbkqh .tab-hd ul {
    float: right;
}
.ywbkqh .tab-hd ul li {
    margin-left: 40px;
    padding: 0 15px;
    height: 33px;
    line-height: 33px;
    font-weight: 400;
    font-size: 14px;
    color: #676F7A;
    cursor: pointer;
    border-radius: 4px;
    float: left;
    position: relative;
}
.ywbkqh .tab-hd ul li.on {
    color: #FFFFFF;
    background: #174DF7;
    font-size: 16px;
}
.ywbkqh .tab-hd ul li:after {
    content: "";
    width: 8px;
    height: 8px;
    background: #676F7A;
    position: absolute;
    bottom: -21px;
    transform: translateX(-50%);
    left: 50%;
    border-radius: 8px;
}
.ywbkqh .tab-hd ul li.on:after {
    content: "";
    width: 14px;
    height: 14px;
    background: #174DF7;
    position: absolute;
    bottom: -24px;
    transform: translateX(-50%);
    left: 50%;
    border-radius: 8px;
}
.ywbkqh .tab-bd {
    width: 100%;
    height: auto;
    float: left;
}
.ywall {
    width: 100%;
    height: auto;
    float: left;
}
.ywbkqh .jieshao {
    width: 650px;
    height: auto;
    float: left;
}
.ywbkqh .jieshao .yanlong {
    width: 466px;
    height: 62px;
    background: url(../images/yanlong2.png) no-repeat 0 0;
    float: left;
    margin-top: 12px;
}
.ywbkqh .jieshao .entit {
    width: 100%;
    height: auto;
    float: left;
    font-family: PingFangSC;
    font-weight: 500;
    font-size: 16px;
    color: #021738;
    line-height: 22px;
    margin-top: -15px;
    text-transform: capitalize
}
.ywbkqh .jieshao .entit:after {
    content: "";
    width: 48px;
    height: 1px;
    margin-left: 6px;
    background: #021738;
    display: inline-block;
    vertical-align: middle;
}
.ywbkqh .jieshao h2 {
    width: 100%;
    height: auto;
    float: left;
    font-family: PingFangSC;
    font-size: 54px;
    color: #021738;
    line-height: 75px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.ywbkqh .jieshao p {
    width: 100%;
    max-width: 470px;
    height: auto;
    float: left;
    font-family: PingFangSC;
    font-weight: 400;
    font-size: 16px;
    color: #021738;
    line-height: 22px;
    margin-bottom: 12px;
}
.ywbkqh .jieshao a.video {
    width: 100%;
    height: 50px;
    line-height: 50px;
    float: left;
    font-weight: 500;
    font-size: 16px;
    color: #174DF7;
    text-decoration: underline;
    text-decoration-color: #174DF7;
    text-underline-offset: 5px;
    display: block;
    margin-top: 30px;
}
.ywbkqh .jieshao a.video:after {
    content: "";
    width: 50px;
    height: 50px;
    background: url(../images/iplay4.png) no-repeat center center;
    float: left;
    margin-right: 10px;
}
.ywbkqh .picbox {
    width: 776px;
    margin-top: 37px;
    height: auto;
    float: right;
    position: relative;
    margin-bottom: 120px;
}
.ywbkqh .picbox img {
    width: 100%;
    height: auto;
    float: left;
}
.ywbkqh .numlist {
    width: 614px;
    height: 112px;
    background: #FFFFFF;
    box-shadow: 0px 9px 30px 0px rgba(0, 0, 0, 0.09);
    border-radius: 12px;
    float: left;
    margin-top: 30px;
}
.ywbkqh .numlist ul {
    width: 100%;
    padding: 18px 32px 0;
    height: auto;
    float: left;
    display: flex;
    justify-content: space-between;
}
.ywbkqh .numlist ul li {
    float: left;
}
.ywbkqh .numlist ul li .num {
    font-weight: 400;
    font-size: 36px;
    color: #174DF7;
    margin-bottom: 6px;
    line-height: 49px;
}
.ywbkqh .numlist ul li .num .timer {
    font-weight: bold;
}
.ywbkqh .numlist ul li .text {
    font-weight: 400;
    font-size: 18px;
    color: #676F7A;
    line-height: 25px;
    float: left;
}
.message {
    width: 100%;
    overflow: hidden;
    background: url(../images/messagebg.jpg) no-repeat center center;
    padding: 104px 0;
    position: relative;
}
.mess_box {
    width: 743px;
    height: 531px;
    background: #FFFFFF;
    border-radius: 8px;
    position: relative;
    float: left;
    left: 50%;
    margin-left: -188px;
    padding: 16px 17px;
}
.mess_tit {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    align-items: center;
    margin-bottom: 26px;
}
.mess_tit i {
    width: 155px;
    height: 143px;
    float: left;
    background: url(../images/imessage.png) no-repeat center center;
}
.mess_tit h2 {
    float: left;
    font-weight: 500;
    font-size: 16px;
    color: #174DF7;
    line-height: 22px;
}
.mess_tit h2 b {
    font-weight: 600;
    font-size: 44px;
    color: #174DF7;
    margin-right: 9px;
    line-height: 62px;
}
.mess_tit h2 p {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 300;
    font-size: 18px;
    color: #AAAAA9;
    line-height: 27px;
}
.mb30 {
    margin-bottom: 30px;
}
.mess_form {
    width: 100%;
    height: auto;
    float: left;
    padding: 0 20px;
}
.mess_form .mess_item {
    width: 100%;
    height: auto;
    float: left;
}
.mess_form .text {
    width: 202px;
    height: 55px;
    background: #F2F6F9;
    border-radius: 4px;
    float: left;
    border: 0;
    font-weight: 400;
    font-size: 16px;
    color: #676F7A;
    line-height: 55px;
    padding: 0 16px;
    margin-right: 16px;
}
.mess_form .mr0 {
    margin-right: 0;
    width: 233px;
}
.mess_form textarea {
    width: 100%;
    height: 135px;
    background: #F2F6F9;
    border-radius: 4px;
    border: 0;
    font-weight: 400;
    font-size: 16px;
    color: #676F7A;
    line-height: 22px;
    padding: 11px;
}
.mess_form input.yzm {
    width: 150px;
    height: 56px;
    background: #F2F6F9;
    border-radius: 4px;
    float: left;
    border: 0;
    font-weight: 400;
    font-size: 16px;
    color: #676F7A;
    line-height: 55px;
    padding: 0 16px;
}
.mess_form img.yzm {
    width: 124px;
    height: 44px;
    float: left;
    margin-top: 6px;
    margin-left: 20px;
    cursor: pointer;
}
.mess_form .tjbtn {
    width: 302px;
    height: 56px;
    background: #174DF7;
    border-radius: 4px;
    float: right;
    text-align: center;
    border: 0 none;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
}
.ftform input::-webkit-input-placeholder {
    color: #676F7A;
}
.ftform input::-moz-placeholder {
    color: #676F7A;
}
.ftform input:-moz-placeholder {
    color: #676F7A;
}
.ftform input:-ms-input-placeholder {
    color: #676F7A;
}
.ftform textarea::-webkit-input-placeholder {
    color: #676F7A;
    font-family: "PingFangSC";
}
.ftform textarea::-moz-placeholder {
    color: #676F7A;
    font-family: "PingFangSC";
}
.ftform textarea:-moz-placeholder {
    color: #676F7A;
    font-family: "PingFangSC";
}
.ftform textarea:-ms-input-placeholder {
    color: #676F7A;
    font-family: "PingFangSC";
}
.footer {
    width: 100%;
    overflow: hidden;
    padding-top: 60px;
    background: #F2F6F9;
}
.ftleft {
    width: 298px;
    height: auto;
    float: left;
}
.ftleft p {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 400;
    font-size: 12px;
    color: #818384;
    line-height: 17px;
}
.ftlogo {
    width: 114px;
    height: auto;
    float: left;
    margin-bottom: 27px;
}
.ftlogo img {
    width: 114px;
    height: auto;
    float: left;
}
.ftnav {
    float: right;
    margin-bottom: 50px;
}
.ftnav dl {
    width: 85px;
    height: auto;
    float: left;
    margin-left: 65px;
}
.ftnav dl:last-child {
    width: 241px;
}
.ftnav dl dt {
    width: 100%;
    height: auto;
    float: left;
    font-weight: bold;
    font-size: 16px;
    color: #021738;
    line-height: 24px;
    margin-bottom: 15px;
}
.ftnav dl dt:after {
    content: "";
    width: 37px;
    float: left;
    margin-top: 10px;
    border-bottom: 1px solid #174DF7;
}
.ftnav dl dd {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 15px;
}
.ftnav dl dd a {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 400;
    font-size: 12px;
    color: #818384;
    line-height: 18px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.ftnav dl dd a:hover {
    color: #174DF7;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.ftnav dl dd i {
    width: 22px;
    height: 22px;
    margin-right: 6px;
    float: left;
}
.ftnav dl dd i.ftlx1 {
    background: url(../images/ftlx1.png) no-repeat center center;
}
.ftnav dl dd i.ftlx2 {
    background: url(../images/ftlx2.png) no-repeat center center;
}
.ftnav dl dd i.ftlx3 {
    background: url(../images/ftlx3.png) no-repeat center center;
}
.ftnav dl dd span {
    width: calc(100% - 28px);
    height: auto;
    float: left;
    color: #1D2C38;
    line-height: 20px;
    font-weight: bold;
}
.ftnav dl dd p {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 400;
    font-size: 12px;
    color: #818384;
    line-height: 18px;
}
.copyright {
    width: 100%;
    overflow: hidden;
    background: #FFFFFF;
    padding: 20px 0;
    text-align: center;
}
.copyright p {
    font-weight: 400;
    font-size: 12px;
    color: #818384;
    line-height: 18px;
}
.copyright a {
    font-weight: 400;
    font-size: 12px;
    color: #818384;
    line-height: 18px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.copyright a:hover {
    color: #174DF7;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.tg_pages {
    float: left;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 100px;
    text-align: center;
    width: 100%;
}
.tg_pages li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
}
.tg_pages li a {
    width: 52px;
    border: 1px solid #ECF0F3;
    color: #021738;
    text-align: center;
    font-size: 16px;
    height: 52px;
    line-height: 50px;
    border-radius: 52px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: block;
}
.tg_pages li a.itgl {
    background: url(../images/itgl.png) no-repeat center center;
}
.tg_pages li a.itgr {
    background: url(../images/itgr.png) no-repeat center center;
}
.tg_pages li a.itgl:hover {
    background: #174DF7 url(../images/itglon.png) no-repeat center center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.tg_pages li a.itgr:hover {
    background: #174DF7 url(../images/itgron.png) no-repeat center center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.tg_pages li.thisclass a {
    background: #174DF7 none repeat scroll 0 0;
    border: 1px solid #174DF7;
    color: #ffffff;
}
.tg_pages li a:hover {
    background: #174DF7 none repeat scroll 0 0;
    border: 1px solid #174DF7;
    color: #ffffff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.sidebar {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 28px;
}
.sidebar ul {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.sidebar ul li {
    float: left;
    margin: 9px 6px;
}
.sidebar ul li a {
    padding: 0 34px;
    height: 64px;
    line-height: 64px;
    font-weight: 400;
    font-size: 18px;
    color: #676F7A;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    float: left;
}
.sidebar ul li a:hover {
    color: #FFFFFF;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #174DF7;
}
.sidebar ul li.on a {
    color: #FFFFFF;
    background: #174DF7;
}
.product .pro_list {
    width: 100%;
    height: auto;
    float: left;
}
.product .pro_list ul {
    width: 100%;
    height: auto;
    float: left;
}
.product .pro_list ul li {
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
    position: relative;
    margin-bottom: 27px;
    overflow: hidden;
}
.product .pro_list ul li:nth-child(3n) {
    margin-right: 0
}
.product .pro_list ul li .picbox {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    float: right;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.product .pro_list ul li .picbox img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.product .pro_list ul li:hover .picbox img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.product .pro_list ul li .info {
    width: 85.4%;
    height: auto;
    float: left;
    padding: 20px;
    margin: 0 0;
    position: absolute;
    bottom: -100%;
    left: 50%;
    transform: translateX(-50%);
    background: #FFFFFF;
    box-shadow: 0px 9px 10px 0px rgba(0, 0, 0, 0.07);
    border-radius: 6px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.product .pro_list ul li:hover .info {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    bottom: 4px;
}
.product .pro_list ul li .info h3 {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 400;
    font-size: 18px;
    color: #174DF7;
    line-height: 25px;
    margin-bottom: 7px;
}
.product .pro_list ul li .info p {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 400;
    font-size: 18px;
    color: #021738;
    line-height: 25px;
}
.product .pro_list ul li .info:after {
    content: "";
    width: 56px;
    height: 49px;
    float: left;
    margin-right: 5px;
    background: url(../images/projb.png) no-repeat center center / 100% 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.product {
    width: 100%;
    height: auto;
    float: left;
}
.product h1 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 40px;
    color: #021738;
    line-height: 56px;
    margin-top: 30px;
    margin-bottom: 43px;
}
.product .proimg {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
}
.product .proimg img {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
}
.product h2 {
    width: 100%;
    height: auto;
    float: left;
    border-top: 1px solid rgba(103, 111, 122, 0.46);
    ;
    padding-top: 43px;
    margin-top: 40px;
    font-size: 41px;
    color: #021738;
    line-height: 57px;
    margin-bottom: 30px;
}
.product .content {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 500;
    font-size: 18px;
    color: #021738;
    line-height: 25px;
}
.product .content p {
    width: 100%;
    height: auto;
    float: left;
}
.product .content img {
    max-width: 100%;
}
.product .prene {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    justify-content: center;
    border-top: 1px solid rgba(103, 111, 122, 0.46);
    margin-top: 50px;
    padding-top: 40px;
    margin-bottom: 43px;
}
.product .prene a {
    width: 62px;
    height: 62px;
    border: 1px solid #676F7A;
    border-radius: 62px;
    margin: 0 9px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.product .prene .pre:after {
    content: "\2190";
    color: #676F7A;
    font-size: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    cursor: pointer;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.product .prene .next:after {
    content: "\2192";
    color: #676F7A;
    font-size: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    cursor: pointer;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.product .prene a:hover {
    border: 1px solid #174DF7;
    background: #174DF7;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.product .prene a:hover:after {
    color: #ffffff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.news {
    width: 100%;
    height: auto;
    float: left;
}
.news_sidebar {
    width: 100%;
    height: 51px;
    float: left;
    border-bottom: 1px solid #676F7A;
    margin-bottom: 54px;
    margin-top: 30px;
}
.news_sidebar ul {
    width: 100%;
    height: auto;
    float: left;
    text-align: right;
}
.news_sidebar ul li {
    margin-left: 80px;
    display: inline-block;
}
.news_sidebar ul li a {
    padding: 0 15px;
    height: 33px;
    line-height: 33px;
    font-weight: 400;
    font-size: 14px;
    color: #676F7A;
    cursor: pointer;
    border-radius: 4px;
    float: left;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.news_sidebar ul li.on a {
    color: #FFFFFF;
    background: #174DF7;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-size: 16px;
}
.news_sidebar ul li a:after {
    content: "";
    width: 8px;
    height: 8px;
    background: #676F7A;
    position: absolute;
    bottom: -21px;
    transform: translateX(-50%);
    left: 50%;
    border-radius: 8px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.news_sidebar ul li.on a:after {
    content: "";
    width: 14px;
    height: 14px;
    background: #174DF7;
    position: absolute;
    bottom: -24px;
    transform: translateX(-50%);
    left: 50%;
    border-radius: 8px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.news_sidebar ul li:hover a {
    color: #FFFFFF;
    background: #174DF7;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-size: 16px;
}
.news_sidebar ul li:hover a:after {
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 14px;
    height: 14px;
    background: #174DF7;
    position: absolute;
    bottom: -24px;
    transform: translateX(-50%);
    left: 50%;
    border-radius: 8px;
}
.news .news_list {
    width: 100%;
    height: auto;
    float: left;
}
.news .news_list ul {
    width: 100%;
    height: auto;
    float: left;
}
.news .news_list ul li {
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
}
.news .news_list ul li:nth-child(3n) {
    margin-right: 0;
}
.news .news_list ul li .picbox {
    width: 100%;
    height: 0;
    padding-bottom: 59.42%;
    float: right;
    position: relative;
    overflow: hidden;
}
.news .news_list ul li .picbox img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.news .news_list ul li:hover .picbox img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.news .news_list ul li .info .title a:hover {
    color: #174DF7;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.news .news_list ul li .info {
    width: 100%;
    height: auto;
    float: left;
    padding: 12px 16px;
    background: #FFFFFF;
}
.news .news_list ul li .info .date {
    width: 50px;
    height: auto;
    text-align: center;
    float: left;
}
.news .news_list ul li .info .date em {
    width: 100%;
    height: auto;
    float: left;
    font-size: 32px;
    color: #021738;
    line-height: 44px;
    font-style: normal;
}
.news .news_list ul li .info .date .year {
    width: 100%;
    height: auto;
    float: left;
    font-size: 12px;
    color: #676F7A;
    line-height: 17px;
}
.news .news_list ul li .info .title {
    width: calc(100% - 70px);
    padding-left: 20px;
    margin-left: 20px;
    height: auto;
    border-left: 1px solid #676F7A;
    float: left;
    margin-top: 4px;
    margin-bottom: 8px;
}
.news .news_list ul li .info .title a {
    width: 100%;
    float: left;
    font-weight: 500;
    font-size: 18px;
    color: #021738;
    line-height: 25px;
    margin-bottom: 11px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.news .news_list ul li .info .title span {
    width: 58px;
    height: 23px;
    background: #174DF7;
    border-radius: 2px;
    line-height: 23px;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    float: left;
}
.news .news_list ul li .info .desc {
    width: 100%;
    height: auto;
    float: left;
    margin: 8px 0;
}
.news .news_list ul li .info .desc p {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 400;
    font-size: 14px;
    color: #676F7A;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
.news .news_list ul li .info .desc a.more {
    font-weight: 400;
    font-size: 12px;
    color: #174DF7;
    float: right;
}
.article {
    width: 100%;
    height: auto;
    margin-top: 30px;
    float: left;
}
.article h1 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 40px;
    color: #021738;
    margin-bottom: 20px;
    line-height: 56px;
    text-align: center;
}
.article .info {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    color: rgba(103, 111, 122, 0.34);
    line-height: 25px;
}
.article .info span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    font-size: 18px;
    color: #676F7A;
    line-height: 25px;
    margin: 0 8px;
}
.article .info a {
    color: #676F7A;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.article .content {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 500;
    font-size: 16px;
    color: #021738;
    margin-top: 50px;
    line-height: 27px;
}
.article .content p {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 500;
    font-size: 16px;
    color: #021738;
    margin: 20px 0;
    line-height: 27px;
}
.article .content img {
    max-width: 100%;
}
.article .prene {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    justify-content: center;
    border-top: 1px solid rgba(103, 111, 122, 0.46);
    margin-top: 50px;
    padding-top: 40px;
    margin-bottom: 43px;
}
.article .prene a {
    width: 62px;
    height: 62px;
    border: 1px solid #676F7A;
    border-radius: 62px;
    margin: 0 9px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.article .prene .pre:after {
    content: "\2190";
    color: #676F7A;
    font-size: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    cursor: pointer;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.article .prene .next:after {
    content: "\2192";
    color: #676F7A;
    font-size: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    cursor: pointer;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.article .prene a:hover {
    border: 1px solid #174DF7;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #174DF7;
}
.article .prene a:hover:after {
    color: #ffffff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.nlxwmbg {
    background: url(../images/lxwmbg.png) no-repeat center center;
}
.nlxfs {
    width: 420px;
    height: auto;
    float: left;
    padding: 0 32px;
    background: #FFFFFF;
    margin-top: 89px;
    margin-bottom: 100px;
}
.nlxfs .title {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 38px;
    margin-bottom: 41px;
}
.nlxfs .title span {
    width: 100%;
    height: auto;
    float: left;
    font-family: PingFangSC;
    font-weight: 500;
    font-size: 16px;
    color: #021738;
    line-height: 22px;
}
.nlxfs .title span:after {
    content: "";
    width: 48px;
    height: 1px;
    margin-left: 6px;
    background: #021738;
    display: inline-block;
    vertical-align: middle;
}
.nlxfs .title h2 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 40px;
    color: #021738;
    line-height: 56px;
}
.nlxfs_box {
    width: 100%;
    height: auto;
    float: left;
}
.nlxfs_item {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 10px;
}
.nlxfs_item i {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 11px;
}
.nlxfs_item i.nlxfs1 {
    background: url(../images/nlxfs1.png) no-repeat center center / 100% auto;
}
.nlxfs_item i.nlxfs2 {
    background: url(../images/nlxfs2.png) no-repeat center center / 100% auto;
}
.nlxfs_item i.nlxfs3 {
    background: url(../images/nlxfs3.png) no-repeat center center / 100% auto;
}
.nlxfs_item p {
    font-weight: 400;
    font-size: 16px;
    color: #021738;
    line-height: 24px;
}
.nlxfs_item .ewm {
    width: 146px;
    margin: 0 auto 20px;
    overflow: hidden;
}
.nlxfs_item .ewm img {
    width: 146px;
    height: 146px;
    float: left;
}
.nlxfs_item .ewm span {
    width: 146px;
    height: auto;
    float: left;
    font-weight: 400;
    font-size: 16px;
    color: #021738;
    line-height: 24px;
    margin-top: 6px;
    text-align: center;
}
.nlxwm {
    width: 1074px;
    height: auto;
    float: right;
    margin-top: 89px;
}
.nlxwm .title {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 38px;
    margin-bottom: 41px;
}
.nlxwm .title span {
    width: 100%;
    height: auto;
    float: left;
    font-family: PingFangSC;
    font-weight: 500;
    font-size: 16px;
    color: #021738;
    line-height: 22px;
}
.nlxwm .title span:after {
    content: "";
    width: 48px;
    height: 1px;
    margin-left: 6px;
    background: #021738;
    display: inline-block;
    vertical-align: middle;
}
.nlxwm .title h2 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 40px;
    color: #021738;
    line-height: 56px;
}
.nlxwm_form {
    width: 100%;
    height: auto;
    float: left;
}
.nlxwm_form .nlxwm_form_item {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 35px;
}
.nlxwm_form .text {
    width: 32%;
    height: 55px;
    background: #FFFFFF;
    border-radius: 4px;
    float: left;
    border: 0;
    font-weight: 400;
    font-size: 16px;
    color: #676F7A;
    line-height: 55px;
    padding: 0 16px;
    margin-right: 2%;
}
.nlxwm_form .mr0 {
    margin-right: 0;
}
.nlxwm_form textarea {
    width: 100%;
    height: 341px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 0;
    font-weight: 400;
    font-size: 16px;
    color: #676F7A;
    line-height: 22px;
    padding: 11px;
}
.nlxwm_form .tjbtn {
    width: 274px;
    height: 60px;
    background: #174DF7;
    border-radius: 4px;
    float: left;
    text-align: center;
    border: 0 none;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
}
.map {
    width: 100%;
    height: auto;
    float: left;
}
.map img {
    width: 100%;
    height: auto;
    float: left;
}
.jt1 {
    background: url(../images/jt1bg.png) no-repeat center center / 100% 100%;
    position: relative;
}
.jt2 {
    background: url(../images/jt2bg.jpg) no-repeat center center / 100% 100%;
    position: relative;
}
.jt3 {
    background: url(../images/jt3bg.jpg) no-repeat center center / 100% 100%;
    position: relative;
}
.jt4 {
    background: url(../images/jt4bg.jpg) no-repeat center center / 100% 100%;
    position: relative;
}
.jt5 {
    background: url(../images/jt5bg.jpg) no-repeat center center / 100% 100%;
    position: relative;
}
.jt6 {
    background: url(../images/jt6bg.jpg) no-repeat center center / 100% 100%;
    position: relative;
}
.jt1 .text {
    width: 1560px;
    height: auto;
    position: absolute;
    top: 53%;
    left: -100%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    text-align: left;
}
.jt1 .text span {
    width: 100%;
    height: auto;
    float: left;
    font-family: PingFangSC;
    font-weight: 500;
    font-size: 16px;
    color: #021738;
    line-height: 22px;
}
.jt1 .text span:after {
    content: "";
    width: 48px;
    height: 1px;
    margin-left: 6px;
    background: #021738;
    display: inline-block;
    vertical-align: middle;
}
.jt1 .text .category {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 600;
    font-size: 52px;
    color: #021738;
    line-height: 73px;
    margin-top: 10px;
}
.jtgsqh {
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
}
.jtgsqh .swiper-slide {
    overflow: hidden;
}
.jtgsqh .jieshao {
    width: 1560px;
    height: auto;
    float: left;
    position: absolute;
    top: 50%;
    left: -100%;
    padding-right: 890px;
    transform: translate(-50%, -50%);
}
.jtgsqh .jieshao .yanlong {
    width: 100%;
    height: 62px;
    background: url(../images/yanlong2.png) no-repeat 0 0;
    float: left;
}
.jtgsqh .jieshao .entit {
    width: 100%;
    height: auto;
    float: left;
    font-family: PingFangSC;
    font-weight: 500;
    font-size: 16px;
    color: #021738;
    line-height: 22px;
    text-transform: capitalize;
    margin: 20px 0;
}
.jtgsqh .jieshao .entit:after {
    content: "";
    width: 48px;
    height: 1px;
    margin-left: 6px;
    background: #021738;
    display: inline-block;
    vertical-align: middle;
}
.jtgsqh .jieshao h2 {
    width: 100%;
    height: auto;
    float: left;
    font-family: PingFangSC;
    font-size: 44px;
    color: #021738;
    line-height: 62px;
    margin-bottom: 30px;
}
.jtgsqh .jieshao p {
    width: 100%;
    height: auto;
    float: left;
    font-family: PingFangSC;
    font-weight: 400;
    font-size: 16px;
    color: #021738;
    line-height: 22px;
    margin-bottom: 20px;
}
.jtgsqh .picbox {
    width: 776px;
    /* height: 495px; */
    float: right;
    position: relative;
    margin-top: 80px;
    margin-bottom: 30px;
    right: -100%;
    padding-bottom: 30px;
}
.jtgsqh .picbox img {
    width: 776px;
    height: auto;
    float: left;
}
.jtgsqh .swiper-pagination {
    float: left;
    width: 100%;
    text-align: right;
    border-top: 1px solid rgb(223, 226, 230);
    font-weight: 400;
    font-size: 16px;
    color: #676F7A;
    line-height: 22px;
    padding-top: 10px;
    bottom: 0;
}
.jtgsqh .swiper-button-next,
.jtgsqh .swiper-button-prev {
    width: 62px;
    height: 62px;
    border: 2px solid #676F7A;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.jtgsqh .swiper-button-next {
    top: 24px;
}
.jtgsqh .swiper-button-prev {
    top: 24px;
    left: auto;
    right: 103px;
}
.jtgsqh .swiper-button-next:after {
    content: "\2192";
    color: #676F7A;
    font-size: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    cursor: pointer;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.jtgsqh .swiper-button-prev:after {
    content: "\2190";
    color: #676F7A;
    font-size: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    cursor: pointer;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.jtgsqh .swiper-button-next:hover,
.jtgsqh .swiper-button-prev:hover {
    background: #174DF7;
    border: 2px solid #Fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.jtgsqh .swiper-button-next:hover:after {
    color: #ffffff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.jtgsqh .swiper-button-prev:hover:after {
    color: #ffffff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.jttext {
    width: 1560px;
    height: auto;
    position: absolute;
    top: 53%;
    left: -100%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    text-align: left;
}
.tar {
    text-align: right;
}
.jttext span {
    width: 100%;
    height: auto;
    float: left;
    font-family: PingFangSC;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    line-height: 22px;
}
.jttext span:after {
    content: "";
    width: 48px;
    height: 1px;
    margin-left: 6px;
    background: #FFFFFF;
    display: inline-block;
    vertical-align: middle;
}
.jttext h2 {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 600;
    font-size: 54px;
    color: #FFFFFF;
    line-height: 75px;
    margin-top: 10px;
}
.jttext h3 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 38px;
    color: #FFFFFF;
    line-height: 53px;
    margin-top: 10px;
    margin-bottom: 40px;
    font-weight: normal;
}
.jttext p {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 28px;
    margin-bottom: 12px;
}
.jttext .more {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 30px;
}
.jttext .more:after {
    content: "";
    width: 62px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 10px;
    background: url(../images/h2titbmore.png) no-repeat center center / 100% 100%;
}








.qywh {
width:100%;
height:auto;
float:left;
}
.qywh_list {
width:100%;
height:auto;
float:left;
}
.qywh_list ul {
width:100%;
height:auto;
float:left;
}
.qywh_list ul li {
width:32%;
height:auto;
float:left;
margin-right: 2%;
}
.qywh_list ul li:nth-child(3n) {margin-right: 0}
.qywh_list ul li .picbox {
width:100%;
height:0;
padding-bottom: 57.21%;
float:right;
position: relative;
overflow: hidden;
}

.qywh_list ul li .picbox img {
width:100%;
height:100%;
position: absolute;
top: 0;
left: 0;
-webkit-transition:all 0.3s ease 0s;
-moz-transition:all 0.3s ease 0s;
-o-transition:all 0.3s ease 0s;
-ms-transition:all 0.3s ease 0s;
transition:all 0.3s ease 0s;
}
.qywh_list ul li:hover .picbox img {
    -webkit-transform:scale(1.1, 1.1);
-moz-transform:scale(1.1, 1.1);
-o-transform:scale(1.1, 1.1);
-ms-transform:scale(1.1, 1.1);
transform:scale(1.1, 1.1);
-webkit-transition:all 0.3s ease 0s;
-moz-transition:all 0.3s ease 0s;
-o-transition:all 0.3s ease 0s;
-ms-transition:all 0.3s ease 0s;
transition:all 0.3s ease 0s;
}
.qywh_list ul li .info {
width:100%;
height:auto;
float:left;
padding: 0 40px;
display: flex;
flex-direction: column;
background: #FFFFFF;
justify-content: center ;
align-items: center;
text-align: center;
position: relative;
z-index: 1;
}
.qywh_list ul li .info i {
width:108px;
height:108px;
float:left;
margin-top: -54px;
}
.qywh_list ul li .info i.qhwhi1 {
    background: url(../images/qhwhi1.png) no-repeat center center / 100% 100%;
}
.qywh_list ul li .info i.qhwhi2 {
    background: url(../images/qhwhi2.png) no-repeat center center / 100% 100%;
}
.qywh_list ul li .info i.qhwhi3 {
    background: url(../images/qywhi3.png) no-repeat center center / 100% 100%;
}
.qywh_list ul li .info h3 {
width:100%;
height:auto;
float:left;
font-weight: 500;
font-size: 30px;
color: #021738;
line-height: 42px;
}
.qywh_list ul li .info span {
width:100%;
height:auto;
float:left;
font-weight: 500;
font-size: 14px;
color: #021738;
line-height: 20px;
margin-top: 15px;
margin-bottom: 21px;
}

.qywh_list ul li .info p {
width:100%;
height:auto;
float:left;
font-weight: 400;
font-size: 18px;
color: #555555;
line-height: 30px;
margin-top: 30px;
margin-bottom: 51px;
}







.bg22{
    background: url(../images/bg22.png) no-repeat center center / 100% 100%;
}
.ywbkqh .w352{
width: 352px;
float: left;
}

.ywitem .panels {
    min-height: 640px;
    overflow: hidden;
    display: flex;
    width: calc(100% - 352px);
float: right;
position: unset;
}
.ywitem .panel {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: white;
    text-align: center;
    align-items: center;
    //transition: font-size 0.5s ease-out, flex 0.5s ease-out, background 0.2s;
    font-size: 20px;
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.ywitem .panel:before,
.ywitem .panel:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    background-size: cover;
    background-position: center;
    transition: all 0.2s ease;
}
.ywitem .panel:before {
    background: rgba(0, 0, 0, 0);
}
.ywitem .panel:after {
    z-index: -1;
    filter: grayscale(100%);
}
.ywitem .panel.active {
    flex: 2;
}
.ywitem .panel i {
    width: 96px;
    height: 96px;
    display: inline-block;
    margin-bottom: 30px;
    display: none;
}
.ywitem .panel i.ipanels1 {
    background: url(../images/ipanels1.png) no-repeat center center / 100% 100%;
}
.ywitem .panel i.ipanels2 {
    background: url(../images/ipanels1.png) no-repeat center center / 100% 100%;
}
.ywitem .panel i.ipanels3 {
    background: url(../images/ipanels1.png) no-repeat center center / 100% 100%;
}
.ywitem .panel i.ipanels4 {
    background: url(../images/ipanels1.png) no-repeat center center / 100% 100%;
}
.ywitem .panel h3 {
    font-weight: 500;
    height: 362px;
    font-size: 36px;
color: #021738;
    writing-mode: vertical-rl;
    text-align: left;
    letter-spacing: 4px;
}
.ywitem .panel i.line {
    width: 56px;
    height: 1px;
    background: #676F7A;
    flex: initial;
    display: block;
    margin: 30px 0;
}
.ywitem .panel p {
    display: none;
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 21px;
    margin-bottom: 20px;
}
.ywitem .panel em {
    font-weight: 400;
    height: 120px;
    font-size: 80px;
    color: #021738;
    line-height: 120px;
    font-style: normal;
    margin-bottom: 30px;
    font-weight: bold;
}
.ywitem .panel.active {
    font-size: 40px;
}
.ywitem .panel.active:before {
    background: #021738;
    z-index: -1;
}
.ywitem .panel.active i {
    display: inline-block;
}
.ywitem .panel.active h3 {
    writing-mode: unset;
    height: 42px;
    color: #FFFFFF;
}
.ywitem .panel.active p {
    display: block;
    padding: 0 97px;
}
.ywitem .panel.active em {
color: #676F7A;
    font-size: 120px;
}