@charset "utf-8";/* CSS Document */
html {font-size: 62.5%;  height: 100%; scroll-behavior: smooth;}

body {margin: 0 auto;font-family:"微软雅黑";font-size: 16px; font-size: 1.6rem; height: 100%;background:#fff;width:100%;max-width:1920px; overflow-x:hidden;}


img {border: none;}
ul li {list-style-type: none;}
ul, form, p, a, img, table, tr, td, li, dd, dt, dl, span,em {margin: 0;padding: 0;list-style: none;color: #1E1E1E;}
img{display:block; transition: 0.5s;}
a {text-decoration: none;color: #1E1E1E;outline: none;transition: 0.5s;-moz-transition: 0.5s;-o-transition: 0.5s;-webkit-transition: 0.5s;}
h1,h2 {margin: 0;padding: 0;font-weight: normal;color: #1E1E1E;}
.clear {clear: both;}
.maln {margin-left: auto !important}
input, textarea, select {font-family:"微软雅黑";font-size: 12px;font-size: 1.2rem;color:#999999;border: none;outline: none;}
.fl {float:left;}
.fr {float:right;}
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}

input[type= "button"],input[ type="submit" ],input[type="reset"] {-webkit-appearance: none;}
button{border-radius : 0px; -webkit-border-radius:0px;}

::selection { color: #fff; background: #51368F;}

* { margin: 0px; padding: 0px; -moz-box-sizing: border-box; box-sizing: border-box;}
::-webkit-scrollbar {
    width:4px; height: 4px;
}
::-webkit-scrollbar-track {
    background: #e5e5e5
}
::-webkit-scrollbar-thumb {
    background:#51368F;
}


.fons0{ font-size:0px; font-size:0rem;}

::-webkit-input-placeholder {/* WebKit browsers */
    color:#333;opacity:0.6}
:-o-placeholder {/* Mozilla Firefox 4 to 18 */
    color:#333;opacity:0.6 }
::-moz-placeholder {/* Mozilla Firefox 19+ */
    color:#333;opacity:0.6 }
:-ms-input-placeholder {/* Internet Explorer 10+ */
    color:#333;opacity:0.6 }

@media screen and (min-width:1000px){
    .zong {width: calc(100% - 160px); max-width: 1400px; margin: auto;}
    .zong1 {width: 95%; max-width: 1660px; margin: auto;}
}
@media screen and (max-width:999px) {
    .zong,.zong1 {width: 95%;margin: auto;}
}

a:hover img{transform: scale(1.1,1.1)}
img{max-width: 100%;}
a:hover{ color: #51368F;}

.mp{ font-size: 16px; font-size: 1.6rem; line-height: 28px; color: #666;}
.mp p,.mp a{color: #666; display: block;}
.mp a:hover{color: #51368F;}

.mp1{ font-size: 18px; font-size: 1.8rem; line-height: 28px; color: #666;}
.mp1 p,.mp1 a{color: #666; display: block;}
.mp1 a:hover{color: #51368F;}

@media screen and (max-width:1559px) {
    .mp1{ font-size: 16px; font-size: 1.6rem; line-height: 28px !important;}
}
@media screen and (max-width:1359px) {
    .mp,.mp1{ font-size: 14px; font-size: 1.4rem; line-height: 26px !important;}
    body{ font-size: 14px; font-size: 1.4rem; }
}
@media screen and (max-width:767px) {
    .mp,.mp1{ font-size: 12px; font-size: 1.2rem; line-height: 22px !important;}
    body{ font-size: 12px; font-size: 1.2rem; }
}

.img1{ display: block; position: relative; overflow: hidden;}
.img1 img{ width: 100%; position: relative; z-index: 1}
.img1:before{content: ''; position: absolute; width: 0px; height: 100%; background: #000; opacity: 0.5;  left: 50%; transform: translateX(-50%); top: 0px; transition: 1s; z-index: 2}
.img1:after{content: ''; position: absolute; width: 100%; height: 0px; background: #000; opacity: 0.5;  top: 50%; transform: translateY(-50%); left: 0px; transition: 1s; z-index: 2}
.img1:hover:before{width: 100%; opacity: 0}
.img1:hover:after{height: 100%; opacity: 0}

@keyframes m1tu
{
    0% { opacity:0; left:0px;}
    50% { opacity:1; left:50%;}
    100% { opacity:0; left:100%}
}

.img2{display: block; width: 300px; margin: auto; position:relative; overflow:hidden; z-index:1}
.img2 img{width: 100%;}
.img2:after{ content:""; height:100%; position:absolute; top:0px; transition:0.5s; background:#fff;  width:40px; filter: blur(30px); opacity:0; z-index:3}
.img2:hover:after{ -webkit-animation-name:m1tu; animation-name:m1tu; -webkit-animation-duration:0.3s; animation-duration:0.3s; -webkit-animation-timing-function:linear; animation-timing-function:linear;  -webkit-animation-iteration-count:1; animation-iteration-count:1}

.niu1 { position: relative; display: inline-block; vertical-align: middle; overflow: hidden; }
.niu1 span { position: relative; z-index: 2;}
.niu1:before { position: absolute; content: ''; top: 0px; bottom: 0px; left: 0px; right: -50px; border-bottom: 50px solid #51368F; border-right: 30px solid transparent; -webkit-transition: all 600ms ease; -o-transition: all 600ms ease; -moz-transition: all 600ms ease; transition: all 600ms ease; -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); }
.niu1:after { position: absolute; content: ''; top: 0px; right: 0px; bottom: 0px; left: -50px; border-left: 30px solid transparent; border-bottom: 50px solid #51368F; -webkit-transition: all 600ms ease; -o-transition: all 600ms ease; -moz-transition: all 600ms ease; transition: all 600ms ease; -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); }
.niu1:hover:before { -webkit-transform: translateX(-40%); -moz-transform: translateX(-40%); -ms-transform: translateX(-40%); -o-transform: translateX(-40%); transform: translateX(-40%); }
.niu1:hover:after { -webkit-transform: translateX(40%); -moz-transform: translateX(40%); -ms-transform: translateX(40%); -o-transform: translateX(40%); transform: translateX(40%); }

.niu2 { overflow: hidden; position: relative; }
.niu2 span { position: relative; display: block; z-index: 2; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); }
.niu2 span:before { position: absolute; left: 0; top: 0; z-index: -1; height: 100%; width: 100%; content: ""; background-color: #51368F; -webkit-transform: scale(0, 1); -moz-transform: scale(0, 1); -ms-transform: scale(0, 1); -o-transform: scale(0, 1); transform: scale(0, 1); -webkit-transform-origin: top right; -moz-transform-origin: top right; -ms-transform-origin: top right; -o-transform-origin: top right; transform-origin: top right; transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1); transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);}
.niu2:hover span:before { -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); -webkit-transform-origin: bottom left; -moz-transform-origin: bottom left; -ms-transform-origin: bottom left; -o-transform-origin: bottom left; transform-origin: bottom left; }

.niu3 { position: relative; z-index: 1; overflow: hidden; -webkit-transition: background 0.4s linear, color 0.3s linear; -o-transition: background 0.4s linear, color 0.3s linear; -moz-transition: background 0.4s linear, color 0.3s linear; transition: background 0.4s linear, color 0.3s linear; }
.niu3:after { position: absolute; top: 50%; left: 50%; width: 120%; height: 50%; opacity: 0; z-index: -1; content: ''; background: #51368F; -webkit-transition: all 0.4s linear 0s; -o-transition: all 0.4s linear 0s; -moz-transition: all 0.4s linear 0s; transition: all 0.4s linear 0s; -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg); -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg); -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg); -o-transform: translateX(-50%) translateY(-50%) rotate(45deg); transform: translateX(-50%) translateY(-50%) rotate(45deg); }
.niu3:hover { color: #fff; }
.niu3:hover:after { height: 500%; opacity: 1; }


.at-resp-share-element .at4-share-count-container {text-decoration: none;float: right; padding-right: 15px;line-height: 25px !important;}
.at-resp-share-element .at-icon{width: 24px!important;height: 24px!important;}
.at-style-responsive .at-share-btn{padding: 0!important; border-radius: 2px!important;}
.at-resp-share-element .at-share-btn .at-icon-wrapper{width: 24px!important;height: 24px!important;}
.at-resp-share-element .at-share-btn{margin-bottom: 0!important;margin-right: 3px!important;}
.at-resp-share-element .at-icon{width: 24px!important;height: 24px!important;}
.at-style-responsive .at-share-btn{padding: 0!important; border-radius: 2px!important;}
.at-resp-share-element .at-share-btn .at-icon-wrapper{width: 24px!important;height: 24px!important;}
.at-resp-share-element .at-share-btn{margin-bottom: 0!important;margin-right: 3px!important;}


/*  head  */
.head{ background:#fff; position:fixed; width:100%; left:0px; top:0px; border-bottom: 1px solid #edd; z-index:99999}
.het{ background: #F3F3F3; border-bottom: 1px solid #ddd; transition: 0.5s; line-height: 30px; padding: 5px 0; position: absolute; width: 100%; left: 0px; top: 0px; transition: 0.5s;}
.het .zong:after{ content:""; clear:both; display:block;}
.het a:hover{ text-decoration:underline;}

.hep{ color: #666; float: left;}

.yvn{ float:right; position:relative; z-index:99999; padding-left:30px; position: relative;}
.yvn:before{content: ""; position: absolute; width: 2px; height: 20px; background: #999; opacity: 0.6; left: 0px; top: 50%; transform: translateY(-50%);}
.yvzhonga{ display:block; padding-right: 15px; text-align:center; color:#1E1E1E; cursor:pointer; position: relative; z-index:999999}
.yvzhonga svg{ width:100%; max-width:34px; max-height:20px; display:inline-block; vertical-align: middle; margin-right: 10px;}
.yvzhonga span{ display: inline-block; vertical-align: middle;}

.yvzhonga i{ display:inline-block; vertical-align:middle; position: absolute; right: 0px; top: 50%; transform: translateY(-50%); font-size:10px;}
.yvul{ width:100%; min-width:110px; position:absolute; top:40px; left:-15px; background:#7D45AE ; border: 1px solid #7D45AE ; border-radius: 5px; display:none;}
.yvul a{ display:block; padding:5px 10px; font-size:14px; font-size:1.4rem; line-height:24px; color:#fff; border-radius: 5px;}
.yvul a:hover{ background:#fff; color:#7D45AE ; text-decoration: none !important;}

.hetnav{ float: right;}
.hetnav li{ display: inline-block; vertical-align: middle; margin-right: 44px;}

.heb{ transition: 0.5s; margin-top: 40px;}
.heb>.zong1{ padding-top: 6px; transition:0.5s;}
.heb>.zong1:after{content: ""; clear: both; display: block;}
.logo{display:block;float:left;width:89px;}
.logo span{ display:block;}
.logo img{display:block;margin:auto}

.het .zong1{ z-index:999}

.daohang{ float:right; margin-top:17px; margin-right: 115px;}
.daohang>li{ float:left; margin-right:80px; padding-bottom: 6px; position: relative; transition: 0.5s;}
.daohang>li>a{display:block;font-size:18px;font-size:1.8rem;line-height:52px; padding-bottom: 11px; color:#333; font-family: Roboto-Medium, Arial, "Arial Black", "sans-serif", Verdana; position:relative;}
.daohang>li>a:before{ content: ""; transition: 0.5s; position: absolute; width: 32px; height: 17px; bottom: -10px; left: 50%; transform: translateX(-50%); background: url("../images/nav.png") no-repeat bottom center; opacity: 0;}
.daohang>li:hover>a{ color: #7D45AE ;}
.daohang>li:hover>a:before{ opacity: 1; bottom: 0px;}
.dangqiandao>a{ color: #51368F !important;}
.dangqiandao>a:before{ opacity: 1 !important; bottom: 0px !important;}

.yijiw{ background:rgba(255,255,255,0);position:absolute;width:164px;top:-9999px;left:50%; transform:translateX(-50%);}
.yiji{background:rgba(255,255,255,1); padding:13px 0px; box-shadow: 2px 2px 40px 0px rgba(0, 0, 0, 0.06);}
.yiji li{position:relative;transition:0.5s; text-align: center;}
.yiji li a{display:block;font-size:16px;font-size:1.6rem;line-height:0px;padding:7px 10px;}
.yiji li:hover>a{color: #7D45AE ;}
.erji{position:absolute;width:178px;background:rgba(255,255,255,0.96);top:-9999px;left:100%; box-shadow: 2px 2px 40px 0px rgba(0, 0, 0, 0.06); padding:13px 0px;}
.sanji{position:absolute;width:178px;background:rgba(255,255,255,0.96);top:-9999px;left:100%; box-shadow: 2px 2px 40px 0px rgba(0, 0, 0, 0.06); padding:13px 0px;}
.daohang>li:hover .yijiw{top:100%;}
.daohang>li:hover .yiji>li>a{line-height:30px;}
.yiji>li:hover .erji{top:-13px;}
.yiji>li:hover .erji>li>a{line-height:30px;}
.erji>li:hover .sanji{top:-13px;}
.erji>li:hover .sanji>li>a{line-height:30px;}
.matn{margin-top:auto !important;}

/*  sousuo  */
.sou::-webkit-input-placeholder {/* WebKit browsers */
    color:#fff;opacity:1}
.sou:-o-placeholder {/* Mozilla Firefox 4 to 18 */
    color:#fff;opacity:1 }
.sou::-moz-placeholder {/* Mozilla Firefox 19+ */
    color:#fff;opacity:1 }
.sou:-ms-input-placeholder {/* Internet Explorer 10+ */
    color:#fff;opacity:1 }

.sousuo{ float:right; height:52px; margin-top:20px; margin-right: 50px; z-index:9999; border-radius:50%; position:relative; transition: 0.5s;}
.sousuo form{ width: 340px; background: #7D45AE ; border-radius: 4px; height:0px; overflow:hidden; position:absolute; right:-10px; top:57px; transition:0.5s; z-index:99999}
.sou{ width: 100%;height:52px;line-height:52px; border-radius:4px; border: solid 1px rgba(255,255,255,0.5); padding-left:13px; padding-right:40px; font-size:14px; font-size:1.4rem; color:#ffffff; background: none;}
.suo{width:52px;height:52px; position:absolute; right:6px; top:6px; z-index:9999999; color:#c70a27; border-radius:0px; background: none; cursor:pointer;}

.sou1{ width:52px; height:52px; text-align:center; line-height:52px; position:absolute; right:6px; top:6px; font-size:18px !important; color:#fff; cursor:pointer; z-index:99990}
.sou2{ display: block; color:#333; line-height: 44px; font-family: Roboto-Medium, Arial, "Arial Black", "sans-serif", Verdana; z-index:1; cursor: pointer; transition: 0.5s;}
.sou2 i{ display: inline-block; vertical-align: middle; font-size:24px !important; margin-right: 6px;}
.sou2:hover{ color: #7D45AE ;}
.sousuof form{ height:64px; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); padding:6px;}

.mor{ padding: 0 32px; display: inline-block; height: 52px; line-height: 52px; color: #fff; font-size: 18px; font-size: 1.8rem; border-radius: 30px; position: relative; overflow: hidden; background: #7D45AE;}
.mor span{ transition: 0.5s; color: #fff; position: relative; z-index: 2}
.mor:before{content: ""; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; transition: 0.5s; border-radius: 30px; background: linear-gradient(270deg, #7D45AE 0%, #301646 100%); z-index: 1}
.mor:hover:before{ width: 0px;}

.hea{ display: block; float: right; margin-top: 15px;}

.xnav{display:none}
.daohang2,sousuo2{display:none}

.headh{}
.headh .het{ top: -44px;}
.headh .heb{ margin-top: 0px;}
.headh .heb>.zong{padding-top:10px;}
.headh .daohang>li{ padding-bottom: 10px;}

@media screen and (max-width:1659px) {
    .logo{ width: 70px; margin-top: 6px;}

    .daohang{ margin-right: 10px; margin-top: 10px;}
    .daohang>li{ margin-right:50px; padding-bottom: 5px;}
    .daohang>li>a{ font-size:16px;font-size:1.6rem; padding-bottom: 10px; font-family: Roboto-Regular, Arial, "Arial Black", "sans-serif", Verdana;}

    .hetnav li{font-size: 14px; font-size: 1.4rem; margin-right: 20px;}

    .hea{ margin-top: 10px;}
    .sousuo{ margin-top: 15px; margin-right: 20px;}
    .sou{ font-size:12px; font-size:1.2rem;}
    .sou2 i{ font-size:18px !important; margin-right: 4px;}

    .yvn{ padding: 0 10px;}
    .yijiw,.erji,.sanji{ width: 200px;}
    .yiji li a{font-size:14px;font-size:1.4rem;line-height:0px;padding:5px 10px;}
}
@media screen and (max-width:1359px) {
    .logo{ width: 60px;}
    .sousuo{ margin-top: 10px;}
    .sou2{ font-size: 0px;}
    .daohang{ margin-right: 0px; margin-top: 15px;}
    .daohang>li{ margin-right: 40px;}
    .daohang>li>a{ font-size:14px;font-size:1.4rem;}
    .daohang>li>a{ line-height: 30px;}
    .daohang>li>a:before{ width: 16px; height: 9px; background-size: cover;}
    .hep{ display: none;}
    .mor{ height: 40px; line-height: 40px; font-size: 16px; font-size: 1.6rem; padding: 0 26px;}
}
@media screen and (min-width:1000px) {.carousel,.nav,.clear3{display: none}}
@media screen and (max-width:999px) {
    .het,.daohang,.sousuo{display: none;}
    .het .zong{ z-index:3; padding: 0px; position:relative;}
    .logo{ width: 50px; margin-top: 0px;}

    .heb{ margin-top: 0px;}
    .heb .zong1{ padding: 5px 0 !important;}
    .hea1{ display: none;}
    .hea{ float: none; background: #fff; color: #7D45AE ; width: calc(100% - 40px); margin: auto; padding: 0px;}

    .yvn{ margin-right: 45px; margin-top: 10px; padding: 0px; border: none;}
    .yvul{ min-width:100px; top:35px;}
    .yvul a{ padding:5px; font-size:12px; font-size:1.2rem;}

    .mor{ font-size: 14px; font-size: 1.4rem; padding: 0 22px;}

    .xnav{ display:block}
    .nav { position:fixed;width: 35px;height: 24px;background: #7D45AE ;right: 2.5%;top: 15px;cursor: pointer; border-radius:5px;z-index: 9999999999}
    .xnav2 .nav{background: #ffc700;}
    .nav span {display: block;width: 20px;height: 2px;background: #ffffff;position: absolute;left: 50%;margin-left: -10px;top: 50%;transition: 0.5s;z-index: 9999999991}
    .nav .nav1 {margin-top: -1px;}
    .nav .nav2 {margin-top: -8px;}
    .nav .nav3 {margin-top: 6px;}
    .nav:hover .nav1 {width: 25px;}
    .navh .nav1 {transform: rotate(45deg)}
    .navh .nav2 {transform: rotate(-45deg);width: 10px;margin-left: -1px;margin-top: -5px;}
    .navh .nav3 {transform: rotate(-45deg);width: 9px;margin-top: 3px;margin-left: -8px;}
    .navh:hover .nav2 {margin-top: -8px;margin-left: 7px;}
    .navh:hover .nav3 {margin-top: 5px;margin-left: -12px;}
    .smdaohang {position: fixed;width: 280px;height: 100%;overflow: auto;top: 0px;right: -100%;background:#000; background:#7D45AE ; z-index: 9999999;transition: 0.5s;text-align: center;}
    .smdaohangh {right: 0px;}
    .topnav {margin: auto;margin-top: 30px;padding: 20px;}

    ul.topnav li {text-align: left; position:relative;}
    ul.topnav li a {padding:15px 5px;padding-left: 0px;color: #fff;display: block; font-size: 16px;font-size: 1.6rem;line-height: 24px; padding-right:50px; border-bottom: 1px dashed #fff; font-family: Lato-Regular, Arial, Helvetica, sans-serif;}
    ul.topnav ul {display: none;}
    ul.topnav ul li {clear: both;}
    ul.topnav ul li a {padding: 10px 5px; padding-left: 20px;font-size: 14px;font-size: 1.4rem;font-weight: normal;outline: 0; border: none;}
    ul.topnav ul li a:hover {}
    ul.topnav ul ul li a {padding-left: 40px; font-size: 12px; font-size: 1.2rem;}
    ul.topnav ul ul{ border-top: 1px dashed rgba(255,255,255,0.5); border-bottom: 1px dashed rgba(255,255,255,0.5);}
    ul.topnav ul ul ul li a {padding-left: 60px;}
    ul.topnav span { display:block; position:absolute; right:0px; top:15px; width:20px; height:20px; background:#fff; background:rgba(255,255,255,0.6); cursor:pointer; border-radius:50%; transition:0.5s;}
    ul.topnav span:before{ content:""; width:6px; height:2px; background:#333; position:absolute; left:50%; margin-left:-3px; top:50%; margin-top:0px; transform:rotate(45deg); transform-origin:right center}
    ul.topnav span:after{ content:""; width:6px; height:2px; background:#333; position:absolute; left:50%; margin-left:-3px; top:50%; margin-top:-1px; transform:rotate(-45deg); transform-origin:right center; transition:0.5s;}
    ul.topnav span.yizi{ transform:rotate(90deg)}

    .smdaohang form { margin-top:15px; margin-bottom:15px; width: 240px;height: 26px;border: 1px solid #fff;position: relative;background: #fff; border-radius:13px;}
    .smdaohang form .iptc {-moz-box-sizing: border-box;box-sizing: border-box;padding-left: 15px;background-color: #fff;width: 80%;height: 24px;line-height: 24px;display: block;float: left; border-radius:10px;}
    .smdaohang form .ipsc {width: 20%;height: 24px;line-height: 24px;display: block;float: right;background: transparent;position: relative;z-index: 99;}
    .smdaohang form i {position: absolute;right: 10px;top: 2px;}

    .clear3{clear:both;}
}
@media screen and (max-width: 767px) {
    .mor{ font-size: 12px; font-size: 1.2rem; padding: 0 22px;}
}

/*  banner  */
.banner1 img { max-width: 100%; border: 0px solid #ccc; transform: scale(1) !important}
.banner1 { position: relative; z-index: 2; line-height: 0;font-size: 0;}
.banner1 .slick-arrow { position: absolute; z-index: 99; display: none !important; top: 50%; transform: translateY(-50%); width: 57px; height: 57px; background-repeat: no-repeat; background-position: center; -webkit-background-size: 100% 100%; background-size: 100% 100%;}
.banner1 .slick-prev { left: 80px; cursor: pointer;}
.banner1 .slick-next { right: 80px; cursor: pointer;}

.banner1 .slick-dots { position: absolute; z-index: 999999; right: 60px; top: 50%; transform: translateY(-50%); font-size: 0; letter-spacing: 0;}
.banner1 .slick-dots li { margin: 20px 0;}
.banner1 .slick-dots li.slick-active a { background: #51368F; border: 2px solid #fff; width: 14px; height: 14px; margin-left: 0px; opacity: 1}
.banner1 .slick-dots a { display: block; width: 10px; height: 10px; margin-left: 2px; background: #fff; opacity: 0.6; border-radius: 7px; cursor: pointer;}
.banner.hide {display: none;}

@media screen and (max-width: 999px) {
    .banner1 .slick-dots { right: 2.5%;}
    .banner1 .slick-dots li { margin: 4px 0;}
    .banner1 .slick-dots li.slick-active a { width: 8px; height: 8px; border-width: 1px;}
    .banner1 .slick-dots li a { width: 6px; height: 6px; margin-left: 1px;}
}

.slick-list,.slick-slider,.slick-track { position: relative; display: block}
.slick-loading .slick-slide,.slick-loading .slick-track {visibility: hidden}
.slick-slider { box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent}
.slick-list { overflow: hidden; margin: 0; padding: 0}
.slick-list:focus { outline: 0}
.slick-list.dragging { cursor: pointer; cursor: hand}
.slick-slider .slick-list,.slick-slider .slick-track { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0)}
.slick-track { top: 0; left: 0}
.slick-track:after,.slick-track:before { display: table; content: ''}
.slick-track:after { clear: both}
.slick-slide { display: none; float: left; height: 100%; min-height: 1px}
[dir=rtl] .slick-slide { float: right}
.slick-slide img { display: block}
.slick-slide.slick-loading img { display: none}
.slick-slide.dragging img { pointer-events: none}
.slick-initialized .slick-slide { display: block}
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent}
.slick-arrow.slick-hidden { display: none}
.slick-dots .slide-count {display: none;}
.slick-slide { position: relative;}
.slick-slide iframe { position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.slick-slide video { position: absolute; display: block; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); min-width: 101%; min-height: 100%; max-width: none; -o-object-fit: cover; object-fit: cover; -o-object-position: 50% 50%; object-position: 50% 50%; display: none \9; display: block \9\0;}

@media screen and (max-width: 999px) {
    .slick-slide video {object-position: inherit; object-fit: inherit; width: 100%;  height: 100%; transform: translate(0, 0); left: 0; top: 0;}
}

.mbab{ padding: 32px 0; background: #3b84f8;}
.mbab .zong{ position: relative; padding-right: 188px;}
.mbab p{ font-size: 22px; font-size: 2.2rem; color: #fff; line-height: 30px; padding: 17px 0;}
.mbamor{ display: block; padding: 0 42px; height: 64px; line-height: 62px; font-size: 24px; font-size: 2.4rem; color: #3b84f8; font-weight: bold; background: #ffffff; border: 1px solid #fff; border-radius: 32px; position: absolute; right: 0px; top: 50%; transform: translateY(-50%);}
.mbamor:hover{ background: #3b84f8; color: #fff;}

@media screen and (max-width: 1359px) {
    .mbab p{ font-size: 18px; font-size: 1.8rem; padding: 10px 0;}
    .mbamor{ padding: 0 30px; height: 50px; line-height: 48px; font-size: 18px; font-size: 1.8rem;}
}
@media screen and (max-width: 999px) {
    .mbab .zong{ padding-right: 130px;}
    .mbab{ padding: 10px 0;}
    .mbab p{ font-size: 14px; font-size: 1.4rem; line-height: 26px; padding: 10px 0;}
    .mbamor{ padding: 0 30px; height: 50px; line-height: 48px; font-size: 14px; font-size: 1.4rem;}
}
@media screen and (max-width: 767px) {
    .mbab .zong{ padding-right: 0px; text-align: center;}
    .mbab p{ padding: 0px;}
    .mbamor{ position: relative; right: auto; top: auto; transform: translate(0); margin-top: 10px; display: inline-block;}
}

/*  main1  */
.main1{ padding-top: 90px; padding-bottom: 70px; background: url("../images/m1bei.png") no-repeat center; background-size: cover;}
.biaot{ display: block; text-align: center; font-size: 42px; font-size: 4.2rem; line-height: 50px; font-weight: 290;}

#outer { margin-top:30px; position: relative;}
#tab {zoom: 1; position: relative; display: flex; justify-content: space-between;}
#tab li{ transition:0.5s; cursor:pointer; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; width: 100%; position:relative; margin: 0 12px; padding: 10px; background: #fff; border: 1px solid #fff; border-radius: 8px; z-index: 1}
#tab li:first-child{ margin-left: 0px;}
#tab li:last-child{ margin-right: 0px;}

#tab li em{ display: block; color: #c2c2c2; width: 60px; height: 60px; position: relative;}
#tab li em img{ position: absolute; max-width: 100%; max-height: 100%; left: 50%; top: 50%; transform: translate(-50%,-50%);}
#tab li span{ display: block; width: calc(100% - 76px); line-height: 30px; transition: 0.5s;}

#tab li.current{ border: 1px solid #7D45AE;box-shadow: 0px 4px 10px 0px rgba(116, 64, 162, 0.12);}
#tab li.current span{color: #51368F;}

#content { display: block;}
#content .tabul {display: none; vertical-align:middle; padding-top: 50px;}

.m1n{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.m1zi{ width: 370px;}
.m1tu{ width: calc(100% - 450px); display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.m1tu a{ display: block; overflow: hidden;}
.m1tu1{ width: 50%;}
.m1tu2{width: 40%;}

.m1a{ display: block; font-size: 30px; font-size: 3rem; line-height: 40px;}
.m1p{ margin-top: 30px;}
.m1p a{ display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 3;  overflow: hidden;}
.m1mor{ margin-top: 85px;}

@media screen and (max-width: 1359px) {
    .main1{ padding: 60px 0;}
    .biaot{ font-size: 34px; font-size: 3.4rem; line-height: 40px;}
    #tab li{margin: 0 5px; padding: 5px;}
    #tab li em{ width: 40px;}
    #tab li span{ width: calc(100% - 50px)}

    #content .tabul{ padding-top: 30px;}
    .m1mor{ margin-top: 20px;}
    .m1p{ margin-top: 15px;}
    .m1a{ font-size: 24px; font-size: 2.4rem;}
}
@media screen and (max-width: 999px) {
    .biaot{ font-size: 28px; font-size: 2.8rem; line-height: 40px;}
    .m1zi{ width: 260px;}
    .m1tu{ width: calc(100% - 320px);}
    .m1tu1{ width: 55%;}
    .m1tu2{width: 40%;}
}
@media screen and (max-width: 767px) {
    .main1{ padding: 30px 0;}
    .biaot{ font-size: 24px; font-size: 2.4rem; line-height: 40px;}
    #tab li{ padding: 0px;}
    #tab li em{ margin: auto; width: 100%; max-width: 40px;}
    #tab li span{ display: none}
    .m1zi{ width: 100%;}
    .m1tu{ width: 100%;}
    .m1tu1{ width: 100%; max-width: 300px; margin: auto;}
    .m1tu2{ display: none !important;}
    .m1a{ font-size: 20px; font-size: 2rem;}
}

/*  main2  */
.main2{ padding-top: 90px; padding-bottom: 90px; width: 95%; max-width: 1544px; margin: auto; text-align: center;}
.m2mor{ display: block; color: #51368F;}

.m2n{ display: flex; flex-flow: wrap; justify-content: space-between; margin-top: 40px;}
.m2lie{ width: calc((100% - 20px) / 6); position: relative;}
.m2tu{ display: block; overflow: hidden;}
.m2zi{ position: absolute; width: 100%; height: 50%; left: 0px; bottom: 0px;background: linear-gradient(180deg, rgba(14, 12, 34, 0.00) 0%, #0E0C22 100%);}
.m2zi span{ position: absolute; width: 100%; left: 0px; bottom: 38px; color: #fff; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden; display: block; transition: 0.5s;}
.m2lie:hover .m2zi span{ color: #7D45AE;}
.m2lie:hover .m2tu img{ transform: scale(1.1)}

@media screen and (max-width: 1359px) {
    .main2{ padding: 60px 0;}
}
@media screen and (max-width: 999px) {
    .m2zi span{ bottom: 10px;}
}
@media screen and (max-width: 767px) {
    .main2{ padding: 30px 0;}
    .m2n{ margin-top: 20px;}
    .m2lie{ width: calc((100% - 8px) / 3); margin-top: 4px;}
}

/*  main3  */
.main3{ padding-top: 100px; padding-bottom: 100px; background: url("../images/m3bei.png") no-repeat center; background-size: cover; background-attachment: fixed; position: relative; text-align: center;}
.main3:before{content: ""; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; background: url("../images/m3bei.png") no-repeat center; background-size: cover; z-index: -1}

.m3biao{ color: #fff;}
.m3p{ margin-top: 20px;
    opacity: 0.6;}
.m3p p{color: #fff;}

.m3mor{ margin-top: 40px;}
.m3mor:before{ background: #fff;}
.m3mor span{ color: #51368F;}
.m3mor:hover span{ color: #ffF;}

@media screen and (max-width: 1359px) {
    .main3{ padding: 60px 0;}
}
@media screen and (max-width: 999px) {
    .m3p{ margin-top: 10px;}
    .m3mor{ margin-top: 20px;}
}
@media screen and (max-width: 767px) {
    .main3{ padding: 30px 0;}
}

/*  main4  */
.main4{ padding-top: 80px; padding-bottom: 100px; background: url("../images/m4bei.png") no-repeat center; background-size: cover;}

.m4t{ display: flex; flex-flow: wrap; justify-content: space-between;}
.m4biao{ text-align: left;}
.m4ta{ color: #51368F; line-height: 30px;}
.m4mor{ font-size: 20px; font-size: 2rem; line-height: 30px; color: #51368F;}

.m4b{ display: flex; flex-flow: wrap; justify-content: space-between; flex-direction: row-reverse; margin-top: 55px;}
.m4l{ width: 50%; position: relative;}
.m4r{ width: 50%; background: #fff; padding: 0 36px;}

.m4tu{ display: none; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; overflow: hidden;}
.m4tu img{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 100%; min-width: 100%; min-height: 100%; object-fit: cover;}
.m4tuh{ display: block;}

.m4lie{ border-bottom: 1px solid #eed; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; padding: 24px 0; position: relative;}
.m4lie:before{content: ""; position: absolute; width:0px; height: 100%; left: -36px; top: 0px;opacity: 0.2; transition: 0.5s;
    background: linear-gradient(90deg, #51368F 0%, rgba(81, 54, 143, 0.00) 100%); z-index: 1}
.m4zi{ width: calc(100% - 95px); position: relative; z-index: 2}
.m4a{ display: block; font-size: 20px; font-size: 2rem; line-height: 30px; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.m4p{ margin-top: 6px;}
.m4p a{ white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.m4xtu{ display: block; position: relative; z-index: 2; width: 50px; height: 50px;}
.m4xtu img{ position: absolute;max-width: 100%; max-height: 100%; left: 50%; top: 50%; transform: translate(-50%,-50%)}

.m4lieh:before{ width:calc(100% + 72px)}
.m4lieh .m4a{ color: #51368F;}

.m4l:hover img,.m4lie:hover .m4xtu img{ transform: translate(-50%,-50%) scale(1.1)}

@media screen and (max-width: 1359px) {
    .main4{ padding:60px 0;}
    .m4a,.m4mor{ font-size: 16px; font-size: 1.6rem;}
    .m4xtu{ width: 30px; height: 30px;}

    .m4b{ margin-top: 20px;}
    .m4r{ padding: 0 15px;}
    .m4lie:before{ left: -15px;}
    .m4lieh:before{ width:calc(100% + 30px)}
}
@media screen and (max-width: 999px) {
    .m4l{ display: none;}
    .m4r{ width: 100%;}
    .m4lie{ padding: 10px 0;}
    .m4p{ margin-top: 4px;}
    .m4a,.m4mor{ font-size: 14px; font-size: 1.4rem;}
}
@media screen and (max-width: 767px) {
    .main4{ padding: 30px 0;}
    .m4mor{ display: none;}
    .m4zi{ width: calc(100% - 45px);}
    .m4xtu{ width: 20px; height: 20px;}
    .m4r{ padding: 0 10px;}
}

/*  pr14tu  */
.main5{ padding-top: 82px; padding-bottom: 100px;}

.m5b{ display: flex; flex-flow: wrap; justify-content: space-between; margin-top: 58px;}
.m5lie{ width: 49.428%; border-bottom: 1px solid #eed; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; padding: 19px 0; position: relative;}
.m5lie:before{ content: "";  position: absolute; width: 0px; height: 100%; left: 0px; top: 0px; background: linear-gradient(270deg, #7D45AE 0%, #301646 100%); transition: 0.5s; z-index: 1}
.m5riqi{ width: 72px; padding: 7px 0; background: #F3F3F3; text-align: center; position: relative; transition: 0.5s; z-index: 2}
.m5riqi p{ font-size: 24px; font-size: 2.4rem; line-height: 30px; font-weight: bold; transition: 0.5s;}
.m5riqi span{ display: block; font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-top: 7px; color: #999; transition: 0.5s;}

.m5zi{ width: calc(100% - 102px); position: relative; z-index: 2}
.m5a{ display: block; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden; color: #1E1E1E;}
.m5p a{ display: block; font-size: 14px; font-size: 1.4rem; line-height: 26px; color: #666; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}

.m5lie:nth-child(1),.m5lie:nth-child(2){ border-top: 1px solid #eed;}

.m5lie:hover:before{ width: 100%;}
.m5lie:hover .m5riqi{ background: rgba(255,255,255,0.2)}
.m5lie:hover .m5riqi p,.m5lie:hover .m5riqi span,.m5lie:hover a{ color: #fff;}

@media screen and (max-width: 1359px) {
    .main5{ padding: 60px 0;}
}
@media screen and (max-width: 999px) {
    .m5b{ margin-top: 20px;}
    .m5lie{ padding: 10px 0;}
    .m5riqi{ width: 54px;}
    .m5riqi p{ font-size: 20px; font-size: 2rem;}
    .m5riqi span{ font-size: 12px; font-size: 1.2rem; line-height: 20px; margin-top: 5px;}
    .m5zi{ width: calc(100% - 65px);}
    .m5p a{ font-size: 12px; font-size: 1.2rem;}
}
@media screen and (max-width: 768px) {
    .main5{ padding: 30px 0;}
    .m5lie{ width: 100%;}
}

/*  foot  */
.foxin input::-webkit-input-placeholder {/* WebKit browsers */
    color:#fff;opacity:1}
.foxin input:-o-placeholder {/* Mozilla Firefox 4 to 18 */
    color:#fff;opacity:1 }
.foxin input::-moz-placeholder {/* Mozilla Firefox 19+ */
    color:#fff;opacity:1 }
.foxin input:-ms-input-placeholder {/* Internet Explorer 10+ */
    color:#fff;opacity:1 }

.foxin textarea::-webkit-input-placeholder {/* WebKit browsers */
    color:#fff;opacity:1}
.foxin textarea:-o-placeholder {/* Mozilla Firefox 4 to 18 */
    color:#fff;opacity:1 }
.foxin textarea::-moz-placeholder {/* Mozilla Firefox 19+ */
    color:#fff;opacity:1 }
.foxin textarea:-ms-input-placeholder {/* Internet Explorer 10+ */
    color:#fff;opacity:1 }

.foot{ background: #190F21;}
.fot{ background: linear-gradient(270deg, #7D45AE 0%, #301646 100%);}
.fot .zong{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; padding: 14px 0;}
.fologo{ width: 50%; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.flotu{ width: 98px; display: block;}
.floa{ display: block; width: calc(100% - 128px); font-size: 24px; font-size: 2.4rem; line-height: 30px; color: #fff; font-weight: 290;}

.shejiao{ display: flex; flex-flow: wrap;}
.shejiao a{ display: inline-block; vertical-align: middle; width: 44px; height: 44px; line-height: 44px; color: #fff; margin-left: 7px; background: rgba(255,255,255,0.1); border-radius: 5px; text-align: center;}
.shejiao a i{ font-size: 24px;}
.shejiao a:hover{ color: #301646 !important; text-decoration: none !important; background: #fff;}

.foc{ display: flex; flex-flow: wrap; padding-top: 47px; padding-bottom: 73px;}

.folie{ margin-top: 30px;}
.fo1{ width: 10.5%;}
.fo2{ width: 11%; margin-left: 2%;}
.fo3{ width: 12.5%; margin-left: 2%;}
.fo4{ width: 26%; margin-left: 2%;}
.fo5{ width: 32%; margin-left: 2%;}

.fobiao{ display: block; font-size: 16px; font-size: 1.6rem; line-height: 30px; color: #fff; position: relative;}

.fonav{ margin-top: 28px; font-size: 14px; font-size: 1.4rem; line-height: 22px;}
.fonav a,.fonav li{color: #fff; opacity: 0.6; display: block; margin-top: 10px;}
.fonav li a{ opacity: 1; display: inline-block; margin-top: 0px;}

.foot a:hover{text-decoration: underline; color: #fff;}

.foxin{ display: flex; flex-flow: wrap; justify-content: space-between;}
.foxin .int1{ width: 49%; margin-top: 8px;}
.foxin .int2{ width: 100%; margin-top: 8px;}
.foxin .int3{ width: calc(100% - 150px); margin-top: 8px; position: relative;}
.foxin .int4{ width: 142px; margin-top: 8px;}

.foxin input{ width: 100%; height: 48px; line-height: 48px; font-size: 14px; font-size: 1.4rem; padding: 0 10px; padding-left: 22px; color: #fff; background: #322A38;}
.foxin textarea{ width: 100%; height: 136px; line-height: 28px; font-size: 14px; font-size: 1.4rem; padding: 10px; padding-left: 22px; color: #fff; background: #322A38;}
.foxin .int3 input{ padding-right: 85px;}
.foxin .verify_img{ width: 71px; height: 32px; position: absolute; right: 10px; top: 8px; cursor: pointer;}
.foxin .int4 input{ padding: 0px; background: linear-gradient(270deg, #7D45AE 0%, #301646 100%); font-size: 14px; font-size: 1.4rem; color: #fff; cursor: pointer;}
.foxin .int4 input:hover{ background: #fff; color: #7D45AE;}

.foxin .xing input,.foxin .xing textarea{ background:#322A38 url("../images/xing.png") no-repeat 10px 18px;}

.fob{ border-top: 1px solid rgba(153,153,153,0.3); padding: 22px 0;}
.fop{ text-align: center; font-size: 14px; font-size: 1.4rem; line-height: 30px; color: #fff; opacity: 0.6;}
.fop a{ color: #fff;}


@media screen and (max-width:1359px) {
    .flotu{ width: 70px;}
    .floa{ font-size: 16px; font-size: 1.6rem; line-height: 30px; width: calc(100% - 80px);}
    .fonav{ margin-top: 10px;}
    .fob{ padding: 15px 0;}
    .foc{ padding-top: 30px; padding-bottom: 30px;}
    .fonav,.foul,.fop{ font-size: 12px; font-size: 1.2rem; line-height: 24px; margin-top: 20px;}
    .fop{ margin-top: 0px;}

    .foxin .int3{ width: calc(100% - 65px);}
    .foxin .int4{ width: 60px;}
}
@media screen and (max-width:999px) {
    .foot{padding-bottom: 0px;}
    .fot{}
    .fologo{ display: none;}
    .foc{ padding-top: 10px;}

    .fologo{ width: 250px; float: none; margin: auto;}
    .youlian{ display: none;}
    .shejiao{ float: none; margin: auto;}
    .shejiao a{ width: 34px; height: 34px; line-height: 34px;}
    .shejiao a i{ font-size: 18px;}

    .folie{ width: 100%; margin-left: 0px; margin-top: 0px; padding-top: 0px; background-size: 60px;}
    .fobiao{ display: block; font-size: 14px; font-size: 1.4rem; border-bottom: 1px solid #ddd; line-height: 30px; padding: 10px 0; padding-right: 20px; margin-top: 10px; position: relative;}
    .fobiao:before{ display: none;}
    .fobiao:after{content: ""; position: absolute; right: 5px; top: 50%; transform: translateY(-50%); width: 0; border: 4px solid #51368F; border-bottom-color:transparent ; border-left-color: transparent; border-right-color: transparent;}
    .fonav{ padding-top: 10px; margin-top: 0px; display: none; margin-bottom: 0px;}
    .foxinz{ display: none; padding-top: 20px;}
    .foxin input,.foxin textarea{ font-size: 12px; font-size: 1.2rem;}
}



/****************************  product  ***************************/
.fenbanner{ position: relative; background: linear-gradient(270deg, #7D45AE 0%, #301646 100%); padding: 87px 0; text-align: center;}
.fenbiao{ color: #fff;}

.mianbao{ line-height: 30px; color: #fff; opacity: 0.8; margin-top: 8px;}
.mianbao a{ color: #fff;}
.mianbao a:hover,.comian{ text-decoration: underline; font-weight: normal;}

@media screen and (max-width: 767px) {
    .fenbanner{ padding: 30px 0;}
    .mianbao{ display: none;}
}

.pr1main1{ background: #F4F5F7; padding-top: 70px; padding-bottom: 85px;}
.pr11t{ display: flex; flex-flow: wrap; justify-content: space-between; flex-direction: row-reverse; align-items: center;}
.pr11tl{ width: calc(100% - 260px);}
.pryiji{ display: flex; flex-flow: wrap;}
.pryiji>li{ position: relative; margin-right: 24px; margin-top: 10px;}
.pryiji>li>a{ display: block; width: 192px; height: 56px; line-height: 56px; border-radius: 30px; padding: 0 10px; text-align: center; background: linear-gradient(270deg, #7D45AE 0%, #301646 100%); position: relative; overflow: hidden;}
.pryiji>li>a:before{content: ""; position: absolute; width:calc(100% - 2px); height: calc(100% - 2px); border-radius: 30px; background: #fff; border: 1px solid #666; left: 0px; top: 0px; transition: 0.5s; z-index: 1}
.pryiji>li>a>span{ position: relative; z-index: 2; display: inline-block; vertical-align: middle; line-height: 20px; transition: 0.5s;}
.pryiji>li:hover>a span,.dangpr>a span{color: #fff !important;}
.pryiji>li:hover>a:before,.dangpr>a:before{ width: 0px !important;}

.prerji{ position: absolute; top: -999999px; left: 50%; transform: translateX(-50%); width: 164px; background: #fff; text-align: center; padding: 10px 0; box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08); z-index: 3;}
.prerji>li>a{ display: block; padding: 0px 10px; opacity: 0;}

.pryiji>li:hover .prerji{ top: 100%;}
.pryiji>li:hover .prerji a{ padding: 7px 10px; opacity: 1;}


.prsou::-webkit-input-placeholder {/* WebKit browsers */
    color:#666;opacity:1}
.prsou:-o-placeholder {/* Mozilla Firefox 4 to 18 */
    color:#666;opacity:1 }
.prsou::-moz-placeholder {/* Mozilla Firefox 19+ */
    color:#666;opacity:1 }
.prsou:-ms-input-placeholder {/* Internet Explorer 10+ */
    color:#666;opacity:1 }

.prsousuo{ width: 253px; height: 56px; background: #fff; border: 1px solid #BFBFBF; border-radius: 30px; position: relative; margin-top: 10px;}
.prsou{ width: 100%; height: 54px; line-height: 54px; border-radius: 30px; padding-left: 30px; padding-right: 60px; font-size: 16px; font-size: 1.6rem; color: #666; }
.prsuo{ width: 40px; height: 54px; border-radius: 50%; position: absolute; right: 0px; top: 0px; z-index: 3; background: none; cursor: pointer;}
.prsousuo i{ width: 40px; height: 54px; line-height: 54px; font-size: 20px; border-radius: 50%; color: #666; position: absolute; right: 0px; top: 0px; z-index: 2; }

.j-nextshow { position: relative; display: none;}
.proslide_menubtn { display: none; width: 23px; height: 18px; position: absolute; top: 50%; margin-top:-9px; right: 20px; cursor: pointer; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; z-index: 9999; }
.proslide_menubtn span { display: block; width: 100%; height: 3px; margin-bottom: 3px; background-color: #FFFFFF; }

.prbiao{ color: #fff !important; background: linear-gradient(270deg, #7D45AE 0%, #301646 100%); padding: 18px 20px; text-align: left; border-radius: 10px; font-size: 18px; font-size: 1.8rem; display: block;}

@media screen and (max-width: 1359px) {
    .pr1main1{ padding: 60px 0;}
    .prsou{ padding-left: 15px; font-size: 14px; font-size: 1.4rem;}
    .pryiji>li{ margin-right: 10px;}
    .pryiji>li>a{ width: 120px;}
}
@media screen and (max-width: 999px) {
    .pr11tl{ width: 100%;}
    .prsousuo{ margin-bottom: 10px; width: 100%; border-radius: 0px;}
    .j-nextshow,.proslide_menubtn { display: block;}

    .pryiji{ display: none;}
    .pryiji>li{ width: 100%; margin-right: 0px; margin-top: 2px;}
    .pryiji>li>a{ width: 100%; text-align: left; line-height: 40px; height: 40px; border-radius: 0px;}
    .pryiji>li>a:before{ border-radius: 0px;}
    .prerji{ position: relative; top: auto !important; left: auto; transform: translate(0px); width: 100%;}
    .prerji>li>a{ opacity: 1; padding: 7px 10px; text-align: left;}
}
@media screen and (max-width: 767px) {
    .pr1main1{ padding: 30px 0;}
    .prbiao{}
}

.pr11n{ display: flex; flex-flow: wrap;}
.pr11n .prlie .prp .prpn{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.prlie{ width: 23.7%; margin-left: 1.66%; margin-top: 50px;}
.prlie:nth-child(4n-3){margin-left: 0px;}

.prtu{ display: block; background: #fff; border-radius: 15px; overflow: hidden;}
.pra{ display: block; font-size: 20px; font-size: 2rem; line-height: 30px; margin-top: 18px; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.prp{ margin-top: 15px; position: relative;}
.prpn{ position: absolute; width: 100%; left: 0px; top: 0px; opacity: 1; transition: 0.5s;}
.prpn a{ display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}

.prin{ width: 160px; height: 56px; line-height: 56px; text-align: center; display: flex; flex-flow: wrap; justify-content: center; align-items: center; text-align: center; background: linear-gradient(270deg, #7D45AE 0%, #301646 100%); border-radius: 30px; opacity: 0; transition: 0.5s;}
.prin input{ display: inline-block; vertical-align: middle; cursor: pointer; margin-right: 4px;}
.prmor{ color: #fff !important; display: inline-block; vertical-align: middle;}

.prlie:hover .prpn{ opacity: 0}
.prlie:hover .prin{ opacity: 1}
.prlie:hover .pra{ color: #7D45AE;}
.prlie:hover .prtu img{ transform: translate(-50%,-50%) scale(1.1) !important}

@media screen and (max-width: 1359px) {
    .pr11n{ padding-top: 10px;}
    .prlie{ margin-top: 20px;}
    .pra{ font-size: 18px; font-size: 1.8rem;}
    .prp{ margin-top: 10px;}
}
@media screen and (max-width: 999px) {
    .prpn{ position: relative; opacity: 1 !important;}
    .prin{ opacity: 1; width: 120px; height: 40px; line-height: 40px; margin-top: 10px;}
    .pra{ font-size: 16px; font-size: 1.6rem; line-height: 24px; margin-top: 8px;}
    .prp{ margin-top: 6px;}
}
@media screen and (max-width: 767px) {
    .prlie{ width: 49%; margin-left: 2%;}
    .prlie:nth-child(2n-1){margin-left: 0px;}
    .pra{ font-size: 14px; font-size: 1.4rem;}
}

.fenye{ margin-top: 70px; text-align: center; font-size: 0px;}
.fenyen{ display: inline-block; vertical-align: middle; margin-right: 10px;}
.fenyen .sc{width: 200px;}
.fenyen a,.fenyen span,.fenyen p{ display: inline-block; width: 36px; height: 36px; line-height: 34px; text-align: center; border: 1px solid #E1E2E4; background: #FFF; color: #666; font-size: 14px; margin: 5px 10px;}
.fenyen i{ font-size: 12px;}
.fenyen .sx{ background: #51368F; border-color: #51368F; color: #fff;}
.fenyen a:hover,.dangfen{ border-color: #51368F !important; background: rgba(68, 120, 180, 0.10) !important;}

.fuxuan{ display: inline-block; vertical-align: middle; background: url("../images/fuxuan.png") no-repeat right center; padding-right: 22px;}
.fuxuan input{ font-size: 14px; font-size: 1.4rem; line-height: 28px; color: #51368F; background: none;}

@media screen and (max-width: 1359px) {
    .fenye{ margin-top: 50px;}
    .fenyen a,.fenyen span,.fenyen p{ width: 30px; height: 30px; line-height: 28px; font-size: 12px; margin: 2px;}
}
@media screen and (max-width: 767px) {
    .fenye{ margin-top: 30px;}
}

.pr1main3{ background: #F3F3F3;}
.pr1main3 .zong{ display: flex; flex-flow: wrap; justify-content: space-between; padding: 80px 0;}
.pr13n{ width: 48.9%; background: #fff;}
.pr13l{ padding:50px;}
.pr13r{ padding: 30px; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}

.pr13a{ color: #1E1E1E; display: block;}
.pr13ul{ margin-top: 16px; font-size: 14px; font-size: 1.4rem; line-height: 26px;}
.pr13ul li,.pr13ul a{ color: #666;}
.pr13ul a:hover{ color: #7D45AE ;}

.pr13tu{ width: 119px; display: block; overflow: hidden;}
.pr13zi{ width: calc(100% - 149px);}
.pr13mor{ margin-top: 25px; font-size: 16px; font-size: 1.6rem;}

@media screen and (max-width: 1359px) {
    .pr1main3 .zong{ padding: 30px 0;}
}
@media screen and (max-width: 999px) {
    .pr13l{ padding:20px 10px;}
    .pr13r{ padding: 10px;}
    .pr13tu{ width: 100px;}
    .pr13zi{ width: calc(100% - 115px);}
    .pr13mor{ margin-top: 10px; font-size: 14px; font-size: 1.4rem;}
    .pr13ul{ font-size: 12px; font-size: 1.2rem; margin-top: 5px;}
}
@media screen and (max-width: 767px) {
    .pr13a{ font-weight: bold;}
    .pr13n{ width: 100%;}
    .pr13l{ padding: 10px;}
    .pr13mor{ font-size: 12px; font-size: 1.2rem;}
}

.prtan{ position: fixed; width: 100%; height: 100%; left: 0px; top: 0px; background: rgba(0,0,0,0.4); display: none; z-index: 999999999999}
.guanbi{ width: 100%; height: 100%; left: 0px; top: 0px; position: absolute; z-index: 1}
.prtank{ width: 95%; max-width: 800px; max-height: 85%; overflow: auto; background: #fff; border-radius: 16px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); padding: 50px; padding-top: 30px; z-index: 3}
.tanbiao{ text-align: center; font-size: 30px; font-size: 3rem; line-height: 40px;}
.tanp{ text-align: center; margin-top: 5px;}

.prxin{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 15px;}
.prxin .int1{ width: 48.857%; margin-top: 17px;}
.prxin .int2{ width: 100%; margin-top: 17px;}
.prxin .int3{ width: 48.857%; margin-top: 17px; position: relative}
.prxin .int4{ width: 48.857%; margin-top: 17px;}

.prxin input{ width: 100%; height: 56px; line-height: 56px; background: #F3F3F3; padding-left: 29px; padding-right: 10px; font-size: 16px; font-size: 1.6rem; color: #333;}
.prxin textarea{ width: 100%; height: 174px; line-height: 26px; background: #F3F3F3; padding: 15px 0; padding-left: 29px; padding-right: 10px; font-size: 16px; font-size: 1.6rem; color: #333;}
.prxin .verify_img{ width: 95px; height: 32px; position: absolute; right: 14px; top: 12px; cursor: pointer;}
.prxin .int3 input{ padding-right: 120px;}
.prxin .xing input,.prxin .xing textarea{ background:#F3F3F3 url("../images/xing.png") no-repeat 13px 23px;}
.prxin .int4 input{ padding: 0px; background: #51368F; color: #fff; cursor: pointer; transition: 0.5s;}
.prxin .int4 input:hover{ background: #301646;}

@media screen and (max-width: 1359px) {
    .tanbiao{ font-size: 22px; font-size: 2.2rem; line-height: 26px;}
}
@media screen and (max-width: 999px) {
    .prtank{ padding:30px 20px;}
    .tanbiao{ font-size: 20px; font-size: 2rem; line-height: 26px;}
    .prxin input,.prxin textarea{ font-size: 14px; font-size: 1.4rem; padding-left: 18px;}
    .prxin .xing input,.prxin .xing textarea{ background:#F3F3F3 url("../images/xing.png") no-repeat 5px 23px;}
    .prxin .int1,.prxin .int2,.prxin .int3,.prxin .int4{ margin-top: 10px;}
}
@media screen and (max-width: 499px) {
    .prtank{ padding:20px 10px;}
    .prxin .int1,.prxin .int2,.prxin .int3,.prxin .int4{ width: 100%; margin-top: 10px;}
    .prxin textarea{ height: 120px;}
}

.pr1main4{}
.pr14lie{ padding: 80px 0;}
.pr14lie .zong{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}

.pr14tu{ width: 660px}
.pr14zi{ width: calc(100% - 740px);}

.pr14lie:nth-child(2n){ background: #F4F5F7;}
.pr14lie:nth-child(2n) .zong{ flex-direction: row-reverse;}

.pr14tu .row{}
.pr14tu .owl-carousel{display: none;position: relative;width: 100%;-ms-touch-action: pan-y;}
.pr14tu .owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.pr14tu .owl-carousel .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%;}
.pr14tu .owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition: height 500ms ease-in-out;-moz-transition: height 500ms ease-in-out;-ms-transition: height 500ms ease-in-out;-o-transition: height 500ms ease-in-out;transition: height 500ms ease-in-out;}

.pr14tu .owl-carousel .owl-item{float: left;}
.pr14tu .owl-controls .owl-page,.owl-controls .owl-buttons div{cursor: pointer;}
.pr14tu .owl-controls {-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.pr14tu .owl-theme .owl-controls{ position: absolute; left: 0px; right: 0px; bottom: 30px; text-align: center;}
.pr14tu .owl-theme .owl-controls .owl-page{display: inline-block; vertical-align: middle; zoom: 1;*display: inline;}
.pr14tu .owl-theme .owl-controls .owl-page span{display: block;width: 10px;height: 10px; background: rgba(255,255,255,0.5); border: 2px solid rgba(255,255,255,0); margin: 0 10px; margin-top: 2px; border-radius: 50%; font-size: 0px; transition: 0.5s;}
.pr14tu .owl-theme .owl-controls .owl-page.active span{width: 14px;height: 14px; background:#51368F; border-color:#fff; margin-top: 0px; opacity:1;}

.pr14tu .owl-theme .owl-buttons{ width: 89px; height: 42px; position: relative; margin: auto; display: none !important}
.pr14tu .owl-theme .owl-buttons div{ width: 42px; height: 42px; background: #fff; position: absolute; line-height: 42px; font-size: 24px; transition: 0.5s;}
.pr14tu .owl-theme .owl-prev{ left: 0px;}
.pr14tu .owl-theme .owl-next{ right: 0px;}
.pr14tu .owl-theme .owl-buttons div:hover{ background: #3080f9; color: #fff;}

.pr14tu1{ position: relative; border-radius: 32px; overflow: hidden;}
.pr14tu2{ border-radius: 32px; overflow: hidden;}
.pr14tu2 img{ width: 100%;}

.pr14tu1 iframe,.shipin1 video {  position: absolute; top:0; left: 0; width: 100%; height: 100%; border:none;}
.pr14tu1 iframe body{ margin:0px !important;}

.pr14a{ text-align: left;}
.pr14p{ margin-top: 30px;}

@media screen and (max-width: 1359px) {
    .pr14lie{ padding: 50px 0;}
    .pr14tu{ width: 500px}
    .pr14zi{ width: calc(100% - 530px);}
}
@media screen and (max-width: 999px) {
    .pr14lie{ padding: 30px 0;}
    .pr14tu{ width: 400px}
    .pr14zi{ width: calc(100% - 420px);}
    .pr14p{ margin-top: 15px;}

    .pr14tu .owl-theme .owl-controls{ bottom: 10px;}
    .pr14tu .owl-theme .owl-controls .owl-page span{width: 6px;height: 6px; margin: 0 3px; margin-top: 2px;}
    .pr14tu .owl-theme .owl-controls .owl-page.active span{width: 10px;height: 10px;}
}
@media screen and (max-width: 767px) {
    .pr14tu{ width: 300px}
    .pr14zi{ width: calc(100% - 320px);}
}
@media screen and (max-width: 599px) {
    .pr14tu{ width: 100%; max-width: 300px; margin: auto;}
    .pr14zi{ width: 100%; margin-top: 15px; text-align: center;}
    .pr14a{ text-align: center;}
}

/****************************  product2  ***************************/
.pr2main1{ padding-top: 80px; padding-bottom: 90px; background: #F4F5F7;}
.pr2main1 .zong{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}

.zoomPad{position:relative; float:left; z-index:99; cursor:crosshair; }
.zoomPreload{-moz-opacity:0.8; opacity: 0.8; filter: alpha(opacity = 80); color: #333; font-size: 12px; font-family: Tahoma; text-decoration: none; border: 1px solid #CCC; background-color: white; padding: 8px; text-align:center; background-image: url(../images/zoomloader.gif); background-repeat: no-repeat; background-position: 43px 30px; z-index:110; width:90px; height:43px; position:absolute; top:0px; left:0px; * width:100px; * height:49px; }
.zoomPup{overflow:hidden; background-color: #FFF; -moz-opacity:0.6; opacity: 0.6; filter: alpha(opacity = 60); z-index:120; position:absolute; border:1px solid #CCC; z-index:101; cursor:crosshair; }
.zoomOverlay{position:absolute; left:0px; top:0px; background:#FFF;	z-index:5000; width:100%; height:100%; display:none; z-index:101; }
.zoomWindow{position:absolute; left:110%; top:40px; background:#FFF; z-index:6000; height:auto; z-index:10000; z-index:110; }
.zoomWrapper{position:relative; border:1px solid #999; z-index:110; }
.zoomWrapperTitle{display:block; background:#999; color:#FFF; height:18px; line-height:18px; width:100%; overflow:hidden; text-align:center; font-size:10px; position:absolute; top:0px; left:0px; z-index:120; -moz-opacity:0.6; opacity: 0.6; filter: alpha(opacity = 60); }
.zoomWrapperImage{display:block; position:relative; overflow:hidden; z-index:110; }
.zoomWrapperImage img{border:0px; display:block; position:absolute; z-index:101; }
.zoomIframe{z-index: -1; filter:alpha(opacity=0); -moz-opacity: 0.80; opacity: 0.80; position:absolute; display:block; }

.m-propic { width:48.93%;}
.m-propic .pic-big { position: relative; float: left; width: 82%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.m-propic .big-img { display: block; line-height: 0; font-size: 0; background: #fff; border-radius: 16px;}
.m-propic .big-img img{ transform: scale(1,1) !important; border: solid 2px #f1f1f1; transition: 0s;}
.m-propic .big-img .zoomPad { float: none; z-index: 8; }
.m-propic .zoomWrapperImage img { max-width: 1200px; }
.m-propic .pic-small { position: relative; float: right; width: 16%; overflow: hidden; }
.m-propic .pic-btn { position: absolute; margin: 0 auto; left: 0; right: 0; display: block; width:100%; height:40px; line-height:40px; border-radius:4px; text-align:center; font-size:12px; font-size:1.4rem; cursor: pointer; color:#666; z-index:1}
.m-propic .pic-btn.prev { top: -3px;}
.m-propic .pic-btn.next { bottom: -3px;}
.m-propic .pic-btn.prev:hover,.m-propic .pic-btn.next:hover { color:#51368F;}
.m-propic .pic-list { position: relative; height: 0px; padding-bottom:440%; margin-top: 39px; margin-bottom: 39px;  overflow: hidden;}
.m-propic .pic-list ul { height: 2000px; position: absolute; top: 0px; left: 0px;}
.m-propic .list-item { margin-bottom:13%;}
.m-propic .item-pic,.m-propic .pic-list .item-video { display: block; overflow:hidden; border: solid 1px #eeeeee; background: #fff;border-radius: 8px; opacity: 0.7}
.m-propic .item-pic img,.m-propic .pic-list .item-video img { width: 100%;display: block; transition:0.3s;-webkit-transition:0.3s;-moz-transition:0.3s;-o-transition:0.3s; }
.m-propic .item-pic:hover { border-color: #51368F; opacity: 1}
.m-propic .item-pic:hover img {-webkit-transform: scale(1.1,1.1); -moz-transform: scale(1.1,1.1); -ms-transform: scale(1.1,1.1); -o-transform: scale(1.1,1.1); transform: scale(1.1,1.1);}
.m-propic .item-pic.zoomThumbActive { border-color: #51368F; opacity: 1}
.m-propic:hover .pic-btn{opacity: 1}

.m-propic2 { display: none; }
.m-propic .provideo-box { width: 100%; overflow: hidden; position: absolute; top: 0; left: 0; z-index: 9; }
.m-propic .provideo-box .provideo { position: relative; overflow: hidden; padding-bottom: 100%; height: 0; }
.m-propic .provideo-box .provideo iframe, .pro2-box .m-propic .provideo-box .provideo video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }
.m-propic .provideo-box .provideo iframe body { margin: 0px !important; }

.m-propic .item-pic:hover, .m-propic .item-pic.active,
.m-propic .item-video:hover, .m-propic .item-video.active{ border-color: #51368F !important;  opacity: 1}

.item-pic{ position:relative;}
.item-pic video,.item-pic iframe{ position:absolute; width:100%; height:100%; left:0px; top:0px;}

.jianjie{ width:45.2%; position: relative;}
.jianjie h1{ font-size:30px; font-size:3rem; line-height:40px; position: relative;}
.jianpz{ color: #51368F; margin-top: 10px;}

.jianp{color: #666666; margin-top: 28px;text-align: justify;}
.jianp p{color: #666666;}
.jianp strong{ color: #666; display: block; padding-left: 22px; font-weight: normal; position: relative;}
.jianp strong:before{ content: ""; width: 4px; height: 4px; background: #666; border-radius: 50%; position: absolute; left: 8px; top: 13px;}
.jianp em{ color: #51368F; display: block; padding-left: 32px; font-size: 20px; font-size: 2rem; font-style: normal; font-weight: normal; position: relative;}
.jianp em:before{ content: ""; width: 6px; height: 6px; background: #51368F; border-radius: 50%; position: absolute; left: 10px; top: 13px;}

.pr21b{ display: flex; flex-flow: wrap; padding-top: 15px;}
.pr21b a{ display: flex; flex-flow: wrap; align-items: center; margin-left: 10px; margin-right: 14px; margin-top: 10px;}
.pr21b a i{ width: 30px; margin-right: 10px;}
.pr21b a span{ color: #51368F;}

.inno{ display: flex; flex-flow: wrap; padding-top: 14px;}
.inno a{ font-size: 16px; font-size: 1.6rem; padding: 0 50px; margin-right: 10px; margin-top: 10px; background: #D3CFE2;}
.inno a span{ color: #51368F;}
.inno a:before{width: 0px;}
.inno a:hover:before{ width: 100%;}
.inno a:hover span{ color: #fff;}

@media screen and (max-width: 1559px) {
    .jianjie h1{ font-size:20px; font-size:2rem;}
    .jianp{ margin-top: 15px;}
    .jianpz{ margin-top: 2px;}
}
@media screen and (max-width: 1359px) {
    .pr2main1{ padding: 60px 0;}

    .jianjie h1{ font-size:18px; font-size:1.8rem; line-height: 26px;}
    .jianp em{ font-size: 18px; font-size: 1.8rem;}
    .inno a{ padding: 0 20px; font-size: 14px; font-size: 1.4rem; }

    .m-propic .list-item { margin-bottom:5%;}
    .m-propic .pic-btn { height:22px; line-height:22px; font-size:14px; font-size:1.4rem; background: rgba(0, 0, 0,0.4); border-radius: 8px; color: #fff;}
    .m-propic .pic-list { padding-bottom:510%; margin-top: 0px; margin-bottom: 0px;  overflow: hidden;}
    .m-propic .pic-btn.prev { top: 0px;}
    .m-propic .pic-btn.next { bottom: 0px;}
    .m-propic .pic-btn.prev:hover,.m-propic .pic-btn.next:hover { color:#fff;}
}
@media screen and (max-width:999px){
    .m-propic { width: 100%; max-width: 500px; float: left;}
    .zoomPad { cursor: default !important; }
    .zoomPup { display: none !important; }
    .zoomWindow { display: none !important; }
    .zoomPreload { display: none !important; }
    .m-propic { float: none; margin: auto;}

    .jianjie{ width:100%; float:none; margin-top:20px;}
    .jianjie h1{ font-size:16px; font-size:1.6rem;}
    .jianp em{ font-size: 16px; font-size: 1.6rem;}
}
@media only screen and (max-width:767px ) {
    .pr2main1{ padding: 30px 0;}
    .inno a{ font-size: 12px; font-size: 1.2rem; margin-right: 5px;}
    .jianp em:before{ top: 10px;}
    .jianp strong:before{ top: 10px;}

    .m-propic .pic-big { width: 76%;}
    .m-propic .pic-small { width: 22%;}
    .m-propic .pic-list { padding-bottom:343%; margin-top: 0px; margin-bottom: 0px;  overflow: hidden;}
}
@media only screen and (max-width:500px ) {
    .m-propic2 .list-item { float: left; margin-left: .1%; margin-right: .1%; margin-bottom: 0; width:4.8%; }
}
@media only screen and (max-width:350px ) {
    .m-propic2 .list-item { float: left; margin-left: .1%; margin-right: .1%; margin-bottom: 0; width:9.8%; }
}

.pr2tan{ position: fixed; width: 100%; height: 100%; left: 0px; top: 0px; background: rgba(0,0,0,0.5); display: none; z-index: 99999999999}
.pr2tank{ width: 95%; max-width: 1000px; height: 80%; background: #fff; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.pr2tank iframe,.pr2tank video {  position: absolute; top:0; left: 0; width: 100%; height: 100%; border:none;}
.pr2tank iframe body{ margin:0px !important;}

.head{ transition: 0.5s;}
.headh2{ top: -100px;}

.pr2main2{ position: relative; padding-top: 16px;}
.prmao{ background: #fff; position: sticky; width: 100%; left: 0px; top: 0px; z-index: 99999;}
.prmao .zong{ display: flex; flex-flow: wrap; border-bottom: 1px solid #edd;}
.prmao a{ display: block; line-height: 96px; margin-right: 66px; position: relative; transition: 0.5s; text-align: center;}
.prmao a:before{ content: ""; position: absolute; left: 0px; bottom: -1px; width: 0px; height: 2px; background: linear-gradient(270deg, #7D45AE 0%, #301646 100%); transition: 0.5s;}
.prmao span{ font-size: 18px; font-size: 1.8rem; line-height: 30px; text-align: center; display: inline-block; vertical-align: middle;}
.prmao a:hover:before{ width: 100% !important;}
.prmao a:hover span{ color: #51368F;}
.prmaoah:before{ width: 100% !important;}
.prmaoah span{ color: #51368F !important;}

@media screen and (max-width:1359px) {
    .prmao a{ line-height: 71px;}
    .prmao span{ font-size: 16px; font-size: 1.6rem; line-height: 26px;}
}
@media screen and (max-width:999px) {
    .prmao{ line-height: 26px;}
    .prmao .zong{ justify-content: flex-start;}
    .prmao a{ margin-right: 15px;}
    .prmao span{ font-size: 14px; font-size: 1.4rem; line-height: 26px;}
}
@media screen and (max-width:767px) {
    .pr2main2{ padding-top: 5px;}
    .prmao .zong{ display: flex; flex-flow: wrap; justify-content: space-between;}
    .prmao a{ line-height: 54px; margin: 0 2px;}
    .prmao span{ font-size: 12px; font-size: 1.2rem; line-height: 22px;}
}

.bianji{ padding: 10px 0 30px 0;}
.bianji2{ padding-top: 80px;}

.pr14lie1{ padding: 25px 0; background: none !important;}
.mao1{ padding-top: 85px; margin-top: -60px;}
.chanxbiao{text-align: left;}
.pr22p{ margin-top: 7px;}

.pr23n{ display: flex; flex-flow: wrap; padding-top: 10px;}
.pr23lie{ width: 23.7%; margin-left: 1.25%; margin-top: 20px; padding: 28px; background: #F4F5F7; position: relative; transition: 0.5s;}
.pr23lie:nth-child(4n-3){margin-left: 0px;}
.pr23lie:before{content: ""; position: absolute; left: 0px; bottom: 0px; width: 0px; height: 3px; background: linear-gradient(270deg, #7D45AE 0%, #301646 100%); transition: 0.5s;}
.pr23lie:hover{background: #F0EDF5;}
.pr23lie:hover:before{ width: 100%;}
.pr23tu{ width: 60px; height: 60px; position: relative;}
.pr23tu img{ position: absolute; max-width: 100%; max-height: 100%; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.pr23a{ color: #1E1E1E; margin-top: 14px;}
.pr23p{ margin-top: 28px;}

@media screen and (max-width: 1359px) {
    .pr23lie{ padding: 20px 10px;}
    .pr23tu{ width: 40px; height: 40px;}
    .pr23p{ margin-top: 10px;}
    .bianji2{ padding-top: 50px;}
}
@media screen and (max-width: 767px) {
    .pr23lie{ width: 49%; margin-left: 2%; margin-top: 10px;}
    .pr23lie:nth-child(2n-1){margin-left: 0px;}
    .pr23tu{ width: 30px; height: 30px;}
    .bianji2{ padding-top: 30px;}
}

.mao2{ padding-top: 110px; margin-top: -60px;}
.mao3{ padding-top: 110px; margin-top: -60px;}
.mao4{ padding-top: 110px; margin-top: -60px;}

.chanxiang{ margin-top: 20px;}
.chanxiang p,.chanxiang em,.chanxiang strong{ color: #666;}
.chanxiang img,.chanxiang a{ display: inline-block;}
.chanxiang a{color: #51368F !important;}
.chanxiang strong,.zsst{ font-size: 20px; font-size: 2rem; line-height: 30px; font-weight: normal; color: #fff;}
.chanxiang em{ display:block; padding-left: 24px; font-style: normal; position: relative;}
.chanxiang em:before{content: ""; position: absolute; width: 4px; height: 4px; background: #666; border-radius: 50%; position: absolute; left: 10px; top: 12px;}

.table{ width:100%; overflow:auto;}
.table table{ width:100%; border-collapse:collapse; line-height:28px;}
.table table tr{}
.table table tr td{ padding:20px 5px; color: #666; border:1px solid #E1E2E4; background: #fff; text-align: center;}
.table table tr:first-child{ background: linear-gradient(270deg, #7D45AE 0%, #301646 100%);}
.table table tr:first-child td{ background: none; color: #fff !important; font-size: 18px; font-size: 1.8rem;}

@media screen and (max-width: 999px) {
    .mao2,.mao3,.mao4{ padding-top: 85px;}
    .table table tr:first-child td{ font-size: 16px; font-size: 1.6rem;}
    .table table tr td{ padding:10px 5px;}
    .chanxiang strong,.zsst{ font-size: 18px; font-size: 1.8rem; line-height: 26px;}
}
@media screen and (max-width: 767px) {
    .table table tr:first-child td{ font-size: 14px; font-size: 1.4rem;}
    .chanxiang strong,.zsst{ font-size: 16px; font-size: 1.6rem; line-height: 26px;}
    .chanxiang em:before{ top: 9px;}
}

.pr25t{ display: flex; flex-flow: wrap; justify-content: space-between;}
.pr25t .chanxbiao{ margin-right: 10px; margin-bottom: 10px;}

.img-scroll {position: relative; margin-top:50px;}
.img-scroll .prev, .img-scroll .next {position: absolute; text-align:center; display: block; width: 40px; height: 40px; line-height: 38px; font-size: 30px; color: #666; top: 50%; transform: translateY(-50%); transition: 0.5s; z-index: 999}
.img-scroll .prev { left: -75px; cursor: pointer;}
.img-scroll .next { right:-75px; cursor: pointer;}
.img-scroll .prev:hover,.img-scroll .next:hover { color: #51368F;}
.img-list {position: relative;overflow: hidden;}
.img-list ul {width: 10000%;}
.img-list li {float: left; width:0.32%; margin-right: 0.02%; position:relative;}

.pr25tu{ overflow: hidden;}
.pr25tu img{ width: 100%;}
.pr25a{ color: #1E1E1E; margin-top: 14px;}

@media screen and (max-width: 1359px) {
    .img-scroll .prev, .img-scroll .next { font-size: 20px;}
    .img-scroll .prev { left: -45px; cursor: pointer;}
    .img-scroll .next { right:-45px; cursor: pointer;}
    .pr25a{ margin-top: 5px;}
}
@media screen and (max-width: 999px) {
    .img-scroll { padding-bottom: 50px; margin-top: 25px;}
    .img-scroll .prev, .img-scroll .next { top: auto; transform: translate(0); bottom: 0px;}
    .img-scroll .prev { left: 50%; margin-left: -45px;}
    .img-scroll .next { right: 50%; margin-right: -45px;}
}
@media screen and (max-width: 499px) {
    .img-list li { width:0.49%; margin-right: 0.02%;}
}

.mao4{ padding-bottom: 45px;}
.pr26tu{ position: relative; overflow: hidden; max-width: 1100px; margin: auto; margin-top: 31px;}
.pr26tun img{ width: 100%;}

.pr26tu iframe,.pr26tu video {  position: absolute; top:0; left: 0; width: 100%; height: 100%; border:none;}
.pr26tu iframe body{ margin:0px !important;}

@media screen and (max-width: 499px) {
    .mao4{ padding-bottom: 20px;}
    .pr26tu{ margin-top: 20px;}
}

.mao5{ background: #F4F5F7; padding-top: 80px; padding-bottom: 90px;}

.img-scroll2 {position: relative; margin-top:35px;}
.img-scroll2 .prev, .img-scroll2 .next {position: absolute; text-align:center; display: block; width: 48px; height: 48px; line-height: 46px; text-align: center; border-radius: 50%; background: #ffffff; border: solid 1px #666; top: -84px; transition: 0.5s; padding: 0px; z-index: 999}
.img-scroll2 .prev span, .img-scroll2 .next span{ color: #fff; font-size: 12px;}
.img-scroll2 .prev { right: 56px; cursor: pointer;}
.img-scroll2 .next { right: 0px; cursor: pointer;}
.img-scroll2 .prev:hover span,.img-scroll2 .next:hover span{ color: #666;}
.img-list2 {position: relative;overflow: hidden;}
.img-list2 ul {width: 10000%;}
.img-list2 li {float: left; width:0.237%; margin-right: 0.01666%; position:relative;}

.img-list2 li .prlie{ width: 100%; margin: 0px;}
.hop{ position: relative; opacity: 1; margin-top: 18px;    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;}
.homor{ margin-top: 20px; background: #D3CFE2; font-size: 16px; font-size: 1.6rem;}
.homor:before{ width: 0px;}
.homor span{ color: #51368F;}
.homor:hover:before{ width: 100%;}
.homor:hover span{ color: #fff;}

@media screen and (max-width: 1359px) {
    .mao5{ padding: 60px 0;}
}
@media screen and (max-width: 999px) {
    .img-scroll2 .prev, .img-scroll2 .next { width: 38px; height: 38px; line-height: 36px; top: -66px;}
    .img-scroll2 { margin-top:25px;}
    .img-list2 li { width:0.32333%; margin-right: 0.015%;}
    .img-scroll2 .prev { right: 50px;}
    .hop{ margin-top: 10px;}
    .homor{ margin-top: 10px; font-size: 14px; font-size: 1.4rem;}
}
@media screen and (max-width: 767px) {
    .mao5{ padding: 30px 0;}
    .img-list2 li { width:0.49%; margin-right: 0.02%;}
}


/****************************  product3  ***************************/
.pr3main1{ background: #F4F5F7; padding: 30px 0;}
.pr3main1 .zong{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; flex-direction: row-reverse;}
.pr31tu{ width: 38%;}

@media screen and (max-width: 999px) {
    .pr31tu{ width: 100%; max-width: 400px;}
}

.pr3main3{ padding: 80px 0;}

.pr3main3 .row{ margin-left: -15px; margin-right: -15px; margin-top: 23px;}
.pr3main3 .owl-carousel{display: none;position: relative;width: 100%;-ms-touch-action: pan-y;}
.pr3main3 .owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.pr3main3 .owl-carousel .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%;}
.pr3main3 .owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition: height 500ms ease-in-out;-moz-transition: height 500ms ease-in-out;-ms-transition: height 500ms ease-in-out;-o-transition: height 500ms ease-in-out;transition: height 500ms ease-in-out;}

.pr3main3 .owl-carousel .owl-item{float: left; padding: 15px;}
.pr3main3 .owl-controls .owl-page,.owl-controls .owl-buttons div{cursor: pointer;}
.pr3main3 .owl-controls {-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.pr3main3 .owl-theme .owl-controls{ text-align: center; margin-top: 16px; font-size: 0px;}
.pr3main3 .owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;}
.pr3main3 .owl-theme .owl-controls .owl-page span{display: block;width: 14px;height: 14px; background: #1E1E1E; margin: 0 10px; border-radius: 50%; opacity: 0.3; border: 2px solid #fff; font-size: 0px;}
.pr3main3 .owl-theme .owl-controls .owl-page.active span,.pr3main3 .owl-theme .owl-controls.clickable .owl-page:hover span{ background:#51368F; border-color: #51368F; opacity:1;}

.pr3main3 .owl-theme .owl-buttons{ width: 89px; height: 42px; position: relative; margin: auto; display: none !important}
.pr3main3 .owl-theme .owl-buttons div{ width: 42px; height: 42px; background: #fff; position: absolute; line-height: 42px; font-size: 24px; transition: 0.5s;}
.pr3main3 .owl-theme .owl-prev{ left: 0px;}
.pr3main3 .owl-theme .owl-next{ right: 0px;}
.pr3main3 .owl-theme .owl-buttons div:hover{ background: #3080f9; color: #fff;}

.pr33n{ box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.10); background: #fff; border-radius: 20px;}
.pr33tu{ display: block; border-radius: 20px; overflow: hidden;}
.pr33zi{ padding: 30px;}
.pr33a{ color: #51368F; line-height: 28px; display: block; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.pr33p{ color: #1E1E1E; margin-top: 10px; min-height: 56px; max-height: 56px; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}

@media screen and (max-width: 1359px) {
    .pr3main3{ padding: 60px 0;}
    .pr3main3 .row{ margin-left: -10px; margin-right: -10px; margin-top: 15px;}
    .pr3main3 .owl-carousel .owl-item{ padding: 10px;}
    .pr33zi{ padding: 10px;}
    .pr33p{ margin-top: 5px;}
}
@media screen and (max-width: 999px) {
    .pr3main3 .owl-theme .owl-controls .owl-page span{width: 10px;height: 10px; margin: 0 3px;}
}
@media screen and (max-width: 767px) {
    .pr3main3{ padding: 30px 0;}
    .pr3main3 .owl-carousel .owl-item{ padding: 5px;}
    .pr33zi{ padding: 5px; padding-bottom: 15px;}
    .pr33n{ border-radius: 10px;}
    .pr33tu{ border-radius: 10px;}
    .pr33p{ min-height: 44px; max-height: 44px;}
}

/****************************  solution  ***************************/
.somain1{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 54px; padding-bottom: 75px;}
.so1l{ width: 280px;}
.so1r{ width: calc(100% - 320px);}

.sobiao{ display: block; margin-top: 26px;}
.soyiji{ padding: 12px;}
.soyiji li{ border-bottom: 1px solid #edd; padding: 15px 8px; position: relative;}
.soyiji li a{ padding-right: 25px;}
.soyiji li i{ position: absolute; right: 0px; color: #51368F; top: 50%; transform: translateY(-50%); font-size: 12px; opacity: 0; transition: 0.5s;}
.soyiji li:hover a,.dangso a{ color: #51368F !important;}
.soyiji li:hover i,.dangso i{ opacity: 1 !important; right: 8px !important;}

.son{ display: flex; flex-flow: wrap;}
.solie{ width: 32%; margin-left: 2%; margin-top: 26px; position: relative;}
.solie:nth-child(3n-2){margin-left: 0px;}
.solie:before{content: ""; position: absolute; width: 100%; height: 50%; left: 0px; bottom: 0px; background: linear-gradient(180deg, rgba(14, 12, 34, 0.00) 0%, #0E0C22 100%); z-index: 1}

.sotu{ display: block; overflow: hidden;}
.sotu img{ width: 100%;}
.sozi{ position: absolute; width: 100%; left: 0px; bottom: 0px; padding: 20px; z-index: 2}
.soa{ display: block; font-size: 18px; font-size: 1.8rem; line-height: 28px; color: #fff; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.sop{ font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-top: 7px; max-height: 0px; overflow: hidden; transition: .5s;}
.sop a{ display: block; color: #fff; opacity: 0.6; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}
.solie:hover .sop{ max-height: 60px;}
.soa:hover{ color: #fff;}

.somain3 .pr14lie:nth-child(2n){ background: linear-gradient(180deg, #F4F5F7 0%, rgba(244, 245, 247, 0.00) 100%);}

@media screen and (max-width: 1359px) {
    .so1l{ width: 230px;}
    .so1r{ width: calc(100% - 260px);}
    .sozi{ padding: 10px;}
    .soa{ font-size: 16px; font-size: 1.6rem; line-height: 25px;}
}
@media screen and (max-width: 999px) {
    .somain1{ padding: 40px 0;}
    .so1l{ width: 100%;}
    .so1r{ width: 100%;}

    .sobiao{ margin-top: 0px;}
    .soyiji{ display: none;}

    .soa{ font-size: 14px; font-size: 1.4rem; line-height: 25px;}
    .sop{ font-size: 12px; font-size: 1.2rem; line-height: 22px; max-height: 60px;}
    .solie{ margin-top: 10px;}
}
@media screen and (max-width: 767px) {
    .solie{ margin-top: 10px; width: 49%; margin-left: 2%;}
    .solie:nth-child(3n-2){margin-left: 2%;}
    .solie:nth-child(2n-1){margin-left: 0px;}
}

/****************************  solution2   ***************************/
.so2main1{ padding: 80px 0;}
.so1tu{ width: 376px;}
.so1tu img{ width: 100%;}

@media screen and (max-width: 999px) {
    .so2main1{ padding: 50px 0;}
    .so1tu{ width: 100%; max-width: 300px; margin: auto;}
}
@media screen and (max-width: 767px) {
    .so2main1{ padding: 30px 0;}
}

.so2main4{ padding-bottom: 70px; padding-top: 20px;}
.so24n{ display: flex; flex-flow: wrap; justify-content: space-between;}
.so24lie{ width: 48%; margin-top: 30px; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.so24tu{ width: 330px; box-shadow: 0 0 10px rgba(0,0,0,0.1); border-radius: 10px; overflow: hidden;}
.so24zi{ width: calc(100% - 366px);}
.so24a{ font-size: 20px; font-size: 2rem; line-height: 30px; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.so24p{ margin-top: 15px;}
.so24p a{ display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 3;  overflow: hidden;}

.so2main5{ background: #F3F3F3; padding-top: 70px; padding-bottom: 80px; margin-top: 0px;}

@media screen and (max-width: 1359px) {
    .so2main4{ padding-bottom: 50px; padding-top: 20px;}
    .so24tu{ width: 220px;}
    .so24zi{ width: calc(100% - 236px);}
    .so24a{ font-size: 18px; font-size: 1.8rem; line-height: 26px;}
    .so2main5{ padding: 60px 0;}
}
@media screen and (max-width: 999px) {
    .so24tu{ width: 180px;}
    .so24zi{ width: calc(100% - 196px);}
    .so24a{ font-size: 16px; font-size: 1.6rem; line-height: 26px;}
    .so24p{ margin-top: 10px;}
}
@media screen and (max-width: 767px) {
    .so2main4{ padding-bottom: 30px; padding-top: 10px;}
    .so2main5{ padding: 30px 0;}
    .so24lie{ width: 100%; margin-top: 20px; margin-left: 0px;}
    .so24tu{ width: 150px;}
    .so24zi{ width: calc(100% - 166px);}
    .so24zi .inno{ padding-top: 0px;}
}

/****************************  4-1  ***************************/
.jsmain2{ background: #F3F3F3; padding: 80px 0;}
.js2p1{ margin-top: 18px;}
.js2n{ display: flex; flex-flow: wrap; justify-content: space-between;}
.js2lie{ width: 48.3%; background: #fff; padding: 30px 40px; margin-top: 38px; position: relative; transition: .5s;}
.js2lie:before{content: ""; position: absolute; left: 0px; bottom: 0px; transition: .5s; width: 0px; height: 3px; background: linear-gradient(270deg, #7D45AE 0%, #301646 100%)}

.js2tu{ width: 60px; height: 60px; position: relative;}
.js2tu img{ position: absolute; max-width: 80%; max-height: 80%; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.js2a{ color: #1E1E1E; margin-top: 13px;}
.js2p{ margin-top: 10px;}

.js2lie:hover{ background: #e9e8ee;}
.js2lie:hover p{ color: #51368F;}
.js2lie:hover:before{ width: 100%;}

@media screen and (max-width: 1359px) {
    .jsmain2{ padding: 60px 0;}
    .js2lie{ padding: 20px; width: 49%;}
}
@media screen and (max-width: 999px) {
    .js2tu{ width: 40px; height: 40px;}
}
@media screen and (max-width: 767px) {
    .jsmain2{ padding: 30px 0;}
    .js2p1{ margin-top: 10px;}
    .js2lie{ padding: 10px; width: 49%; margin-top: 20px;}
}
@media screen and (max-width: 399px) {
    .js2lie{ width: 100%; margin-top: 10px;}
}

.js1main7{ background: #F3F3F3; padding-top: 80px; padding-bottom: 90px;}

.img-scroll3 {position: relative; margin-top:35px;}
.img-scroll3 .prev, .img-scroll3 .next {position: absolute; text-align:center; display: block; width: 48px; height: 48px; line-height: 46px; text-align: center; border-radius: 50%; background: #F3F3F3; border: solid 1px #666; top: 50%; transform: translateY(-50%); transition: 0.5s; padding: 0px; z-index: 999}
.img-scroll3 .prev span, .img-scroll3 .next span{ color: #fff;}
.img-scroll3 .prev { left: -108px; cursor: pointer;}
.img-scroll3 .next { right: -108px; cursor: pointer;}
.img-scroll3 .prev:hover span,.img-scroll3 .next:hover span{ color: #666;}
.img-list3 {position: relative;overflow: hidden; padding: 10px;}
.img-list3 ul {width: 10000%; display: flex;}
.img-list3 li { width:0.319%; margin-right: 0.0215%; background: #fff; box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.10); border-radius: 20px; position:relative;}
.js17tu{ position: relative; border-radius: 20px; overflow: hidden;}
.js17tu iframe,.js17tu video {  position: absolute; top:0; left: 0; width: 100%; height: 100%; border:none;}
.js17tu iframe body{ margin:0px !important;}
.js17a{ padding:40px 30px; padding-bottom: 70px; color: #1E1E1E;}


@media screen and (max-width: 1659px) {
    .img-scroll3 .prev { left: -10px; cursor: pointer;}
    .img-scroll3 .next { right: -10px; cursor: pointer;}
}
@media screen and (max-width: 1359px) {
    .js1main7{ padding: 60px 0;}
    .js17a{ padding:20px 10px;}
}
@media screen and (max-width: 999px) {
    .img-scroll3 .prev, .img-scroll3 .next { width: 38px; height: 38px; line-height: 36px; bottom:0px; top: auto; transform: translate(0);}
    .img-scroll3 { margin-top:25px; padding-bottom: 50px;}
    .img-list3 li { width:0.32333%; margin-right: 0.015%; box-shadow: none; border: 1px solid #edd}
    .img-scroll3 .prev { left: 50%; margin-left: -43px;}
    .img-scroll3 .next { right: 50%; margin-right: -43px;}
    .img-list3 { padding: 0px;}
}
@media screen and (max-width: 767px) {
    .js1main7{ padding: 30px 0;}
    .img-list3 li { width:0.49%; margin-right: 0.02%;}
    .js17a{ padding: 10px;}
}
@media screen and (max-width: 399px) {
    .img-list3 li { width:1%; margin-right: 0.02%;}
}

.js1main8{ padding: 90px 0;}
.js18xin{ box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.06); padding: 50px 40px; padding-top: 30px; margin-top: 30px;}
.js18xin .int4 input{ background: linear-gradient(270deg, #7D45AE 0%, #301646 100%); transition: 0s;}

@media screen and (max-width: 1359px) {
    .js1main8{ padding: 60px 0;}
    .js18xin{ padding: 20px 10px; padding-top: 10px; margin-top: 20px;}
}
@media screen and (max-width: 767px) {
    .js1main8{ padding: 30px 0;}
}

/****************************  4-2  ***************************/
.domain{ padding-top: 60px;}
.don{ display: flex; flex-flow: wrap; justify-content: space-between;}
.dolie{ width: 49%; margin-top: 20px; background: #F3F3F3; padding: 16px; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.dozi{ width: calc(100% - 80px);}
.doa{ color: #1E1E1E; display: block;}
.dop{ margin-top: 5px;}

.domor{ width: 66px; height: 72px; line-height: 72px; padding: 0px; text-align: center; border-radius: 0px; border:1px solid #51368F; background: #e9e8ee;}
.domor:before{ border-radius: 0px; width: 0px;}
.domor i{ font-size: 34px;}
.domor span{color: #51368F;}
.dolie:hover .domor:before{ width: 100%;}
.dolie:hover .domor span{ color: #fff;}

@media screen and (max-width: 767px) {
    .domain{ padding-top: 30px;}
    .dolie{ width: 100%; margin-top: 10px; padding: 10px;}
}

/****************************  5-1  ***************************/
.zsn{ display: flex; flex-flow: wrap;}
.zslie{ width: 31.9%; margin-left: 2.15%; margin-top: 36px;}
.zslie:nth-child(3n-2){margin-left: 0px;}

@media screen and (max-width: 999px) {
    .zslie{ margin-top: 15px;}
}
@media screen and (max-width: 499px) {
    .zslie{ width: 49%; margin-left: 2%; margin-top: 10px;}
    .zslie:nth-child(3n-2){margin-left: 2%;}
    .zslie:nth-child(2n-1){margin-left: 0px;}
}

/****************************  5-2  ***************************/
.zs2main1{ padding-top: 80px;}
.zst{ border-bottom: 1px solid #D9D9D9; display: flex; flex-flow: wrap; align-items: center; margin-top: 17px; padding-bottom: 11px;}
.zsta{ color: #51368F; margin-right: 30px;}
.zsriqi{ margin-right: 30px;}
.share{}
.share1{ color: #666666; font-size: 16px; font-size: 1.6rem; line-height: 30px; display: inline-block; vertical-align: middle;}
.share2{display: inline-block; vertical-align: middle;}

.zs21n{ padding-top: 40px;}
.zs21n2{ display: flex; flex-flow: wrap; padding-top: 10px;}
.zs21lie{ width: 31.9%; margin-left: 2.15%; padding: 30px 40px; min-height: 296px; margin-top: 20px; background: #F4F5F7; position: relative; transition: .5s;}
.zs21lie:nth-child(3n-2){margin-left: 0px;}
.zs21lie:before{content: ""; position: absolute; width: 0px; height: 3px; background: linear-gradient(270deg, #7D45AE 0%, #301646 100%); left: 0px; bottom: 0px; transition: .5s;}

.zs21a{ color: #1E1E1E;}
.zs21p{ margin-top: 30px;}
.zs21lie:hover{ background: #F0EDF5;}
.zs21lie:hover:before{ width: 100%;}

@media screen and (max-width: 1359px) {
    .zs2main1{ padding-top: 60px;}
}
@media screen and (max-width: 999px) {
    .zs21n{ padding-top: 20px;}
    .zs21n2{ padding: 0px;}
    .zs21lie{ padding: 20px 10px; min-height: 200px;}
    .zs21p{ margin-top: 10px;}
}
@media screen and (max-width: 767px) {
    .zs2main1{ padding-top: 30px;}
    .zs21lie{ width: 100%; margin-left: 0px; min-height: 0px; margin-top: 10px;}
}

.zs2main2{ background: #F0EDF5; border-radius: 10px; padding: 28px 30px; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.zs22p{ width: calc(100% - 160px); color: #1E1E1E;}
.zs22mor{ padding: 0 40px; font-size: 16px; font-size: 1.6rem;}

.fanpianz{ border-top: 1px solid #E0E0E0; padding-top: 20px; padding-bottom: 80px; margin-top: 56px;}
.fanpian{ display: flex; flex-flow: wrap; justify-content: space-between;}
.fanpian li{ display: inline-block; margin-top: 10px;}
.fanpian li p,.fanpian li a{ display: inline-block; padding: 0 43px; height: 60px; line-height: 60px; background: #F3F3F3; border-radius: 30px; color: #666;}
.fanpian li p i,.fanpian li a i{ font-size: 30px; display: inline-block; vertical-align: middle;}
.fanpian li:nth-child(1) i{ margin-right: 15px;}
.fanpian li:nth-child(2) i{ margin-left: 15px;}
.fanpian li:hover a{ background: #F0EDF5; color: #51368F;}

@media screen and (max-width: 999px) {
    .zs2main2{ padding: 10px;}
    .zs22mor{ padding: 0 20px; font-size: 14px; font-size: 1.4rem;}
    .fanpianz{ margin-top: 20px; padding-top: 10px; padding-bottom: 50px;}
    .fanpianz li p,.fanpianz li a{height: 40px; line-height: 40px; padding: 0 20px;}
    .fanpian li p i,.fanpian li a i{ font-size: 16px;}
    .fanpian li:nth-child(1) i{ margin-right: 5px;}
    .fanpian li:nth-child(2) i{ margin-left: 5px;}
}
@media screen and (max-width: 767px) {
    .zs2main2{ text-align: center;}
    .zs22p{ width: 100%; color: #1E1E1E;}
    .zs22mor{ margin: auto; margin-top: 10px;}
    .fanpianz{ padding-bottom: 30px;}
}

/****************************  news  ***************************/
.nemain{ padding-top: 50px; padding-bottom: 85px;}
.nelie{ border-bottom: 1px solid #D9D9D9; padding: 30px 0; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.netu{ width: 384px; position: relative;}
.nezi{ width: calc(100% - 434px);}

.netun{ display:block; overflow: hidden;}
.neriqi{ position: absolute;left: 0px; top: 0px; background: #fff;}
.neriqi:before{content: ""; position: absolute; width: 100%; height: 2px; left: 0px; top: 0px; background: linear-gradient(270deg, #7D45AE 0%, #301646 100%);}

.nea{ display: block; color: #1E1E1E; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.nep{ margin-top: 18px;}
.nep a{ display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}
.nemor{ display: block; color: #51368F; margin-top: 80px;}
.nemor:hover{ color: #333;}

@media screen and (max-width: 1359px) {
    .netu{ width: 300px;}
    .nezi{ width: calc(100% - 320px);}
    .nemor{ margin-top: 20px;}
}
@media screen and (max-width: 999px) {
    .nemain{ padding-top: 30px; padding-bottom: 60px;}
    .nelie{ padding: 15px 0;}
    .netu{ width: 200px;}
    .nezi{ width: calc(100% - 220px);}
}
@media screen and (max-width: 767px) {
    .nemain{ padding-top: 20px; padding-bottom: 30px;}
    .neriqi{ padding: 5px 0;}
    .neriqi p{ line-height: 18px;}
    .neriqi span{ line-height: 16px;}
    .netu{ width: 130px; height: 130px; position: relative;}
    .netu img{position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%) !important; width: 100%; min-width: 100%; min-height: 100%; object-fit: cover;}
    .nezi{ width: calc(100% - 140px);}
}

/****************************  news  ***************************/
.nexiang{}
.nexiang strong{ color: #51368F; font-size: 30px; font-size: 3rem;}

@media screen and (max-width: 1359px) {
    .nexiang strong{ font-size: 22px; font-size: 2.2rem;}
}
@media screen and (max-width: 767px) {
    .nexiang strong{ font-size: 18px; font-size: 1.8rem;}
}

/****************************  about1  ***************************/
.ab1main1{ background: url("../images/ab11bei.png") no-repeat right center; padding-top: 80px; padding-bottom: 100px;}
.ab1main1 .zong{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.ab11zi{ width: 42%;}
.ab11tu{ width: 50%; border-radius: 32px; overflow: hidden;}

.ab11biao{text-align: left;}
.ab11biao strong{ font-weight: 290; color: #51368F;}
.ab11p{ margin-top: 35px; text-align: justify;}

@media screen and (max-width: 1359px) {
    .ab1main1{ padding: 60px 0;}
    .ab11zi{ width: 45%;}
}
@media screen and (max-width: 999px) {
    .ab11p{ margin-top: 10px;}
}
@media screen and (max-width: 767px) {
    .ab1main1{ padding: 30px 0;}
    .ab11tu{ width: 100%; max-width: 500px; margin: auto; margin-top: 20px;}
    .ab11zi{ width: 100%;}
}

.ab1main2{ background: url("../images/ab2bei.png") no-repeat center; background-size: cover; padding: 88px 0;}
.ab1main2 .zong{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.ab12lie{ width: 33.333%; text-align: center; position: relative;}
.ab12lie:before{content: ""; position: absolute; width: 1px; height: 100px; background: #FFF; left: 0px; top: 50%; transform: translateY(-50%); opacity: .6;}
.ab12lie:nth-child(3n-2):before{ display: none;}
.ab12shu{ font-size: 50px; font-size: 5rem; line-height: 60px; color: #fff;}
.ab12shu span{ color: #fff;}
.ab12a{ color: #fff; margin-top: 12px;}

@media screen and (max-width: 999px) {
    .ab1main2{ padding: 40px 0;}
    .ab12shu{ font-size: 40px; font-size: 4rem; line-height: 50px;}
}
@media screen and (max-width: 767px) {
    .ab12shu{ font-size: 30px; font-size: 3rem; line-height: 40px;}
}

.ab1main3{ background: #F3F3F3; padding: 80px 0;}
.ab13n{ display: flex; flex-flow: wrap; padding-top: 50px;}
.ab13lie{ margin-top: 10px; width: 33.333%; padding:15px 30px; position: relative;}
.ab13lie:before{content: ""; position: absolute; width: 1px; height: 100%; background: #999; opacity: 0.6; left: 0px; top: 0px;z-index: 1}
.ab13lie:after{content: ""; position: absolute; width: 0px; height: 100%; left: 0px; top: 0px; background: linear-gradient(270deg, #7D45AE 0%, #301646 100%); transition: 0.5s; z-index: 2}
.ab13lie:nth-child(3n-2):before{ display: none;}

.ab13tu{ width: 60px; height: 60px; position: relative; z-index: 3}
.ab13tu img{ position: absolute; max-width: 100%; max-height: 100%; left: 50%; top: 50%; transform: translate(-50%,-50%); transition: .5s;}
.imtu1{ opacity: 1;}
.imtu2{ opacity: 0;}
.ab13a{ color: #1E1E1E; margin-top: 14px; position: relative; transition: .5s; z-index: 3}
.ab13p{ margin-top: 30px; position: relative; transition: .5s; z-index: 3}

.ab13lie:hover:after{ width: 100%;}
.ab13lie:hover .imtu1{ opacity: 0}
.ab13lie:hover .imtu2{ opacity: 1}
.ab13lie:hover p{ color: #fff;}

@media screen and (max-width: 1359px) {
    .ab1main3{ padding: 60px 0;}
    .ab13n{ padding-top: 20px;}
    .ab13lie{ padding: 10px;}
    .ab13tu{ width: 50px; height: 50px;}
    .ab13a{ margin-top: 10px;}
    .ab13p{ margin-top: 10px;}
}
@media screen and (max-width: 767px) {
    .ab1main3{ padding: 30px 0;}
    .ab13n{ padding-top: 10px;}
    .ab13lie{ width: 100%;}
    .ab13lie:before{ display: none;}
}

.ab1main4{ padding-top: 90px; padding-bottom: 85px;}
.ab14n{ overflow:hidden; width: 100%; margin: auto; margin-top: 20px;}
.ab14n1{ margin-top: 60px;}
.ab14n ul li ,.ab14n ul li div{ float:left;line-height:25px;overflow:hidden;}
.ab14n ul li div{ float:left; overflow:hidden; margin-right: 20px !important;}
.ab14n ul li{}
.ab14n ul li div p{ display: block; width: 257px; height: 0px; padding-bottom: 36.2%; background: #F3F3F3; overflow: hidden; position: relative;}

.ab14n ul li div p img{ max-width: 90%; max-height: 90%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); transition: 0.5s; transition:0.5s;}

@media screen and (max-width:1359px) {
    .ab1main4{ padding: 50px 0;}
    .ab14n{ margin: 10px 0;}
    .ab14n ul li div{ width: 200px; margin-right: 20px !important;}
    .ab14n ul li div p{ width: 100%;}
    .ab14n1{ margin-top: 26px;}
}
@media screen and (max-width:1359px) {
    .ab14n ul li div{ width: 150px; margin-right: 10px !important;}
}
@media screen and (max-width:767px) {
    .ab1main4{ padding:30px 0;}
    .ab14n ul li div{ width: 100px; padding: 0px; margin-right: 5px !important;}
}

.ab1main5{ background: #F3F3F3; padding: 85px 0;}
.img-scroll4 {position: relative; margin-top:35px;}
.img-scroll4 .prev, .img-scroll4 .next {position: absolute; text-align:center; display: block; width: 48px; height: 48px; line-height: 46px; text-align: center; border-radius: 50%; background: #F3F3F3; border: solid 1px #666; top: 50%; transform: translateY(-50%); transition: 0.5s; padding: 0px; z-index: 999}
.img-scroll4 .prev span, .img-scroll4 .next span{ color: #fff; font-size: 12px;}
.img-scroll4 .prev { left: -108px; cursor: pointer;}
.img-scroll4 .next { right: -108px; cursor: pointer;}
.img-scroll4 .prev:hover span,.img-scroll4 .next:hover span{ color: #666;}
.img-list4 {position: relative;overflow: hidden;}
.img-list4 ul {width: 10000%; display: flex;}
.img-list4 li { width:0.319%; margin-right: 0.0215%; background: #fff; border-radius: 24px; position:relative; overflow: hidden;}

.ab15tu{ border-radius: 24px;}
.ab15a{ position: absolute; width: 100%; left: 0px; bottom: 0px; padding: 20px; padding-top: 50px; opacity: 0; transition: .5s; background: linear-gradient(180deg, rgba(14, 12, 34, 0.00) 0%, #0E0C22 100%); color: #fff;}
.img-list4 li:hover .ab15a{ opacity: 1;}

@media screen and (max-width: 1659px) {
    .img-scroll4 .prev { left: -10px; cursor: pointer;}
    .img-scroll4 .next { right: -10px; cursor: pointer;}
}
@media screen and (max-width: 1359px) {
    .ab1main5{ padding: 60px 0;}
}
@media screen and (max-width: 999px) {
    .img-scroll4 .prev, .img-scroll4 .next { width: 38px; height: 38px; line-height: 36px; bottom:0px; top: auto; transform: translate(0);}
    .img-scroll4 { margin-top:25px; padding-bottom: 50px;}
    .img-list4 li { width:0.32333%; margin-right: 0.015%; box-shadow: none; border: 1px solid #edd}
    .img-scroll4 .prev { left: 50%; margin-left: -43px;}
    .img-scroll4 .next { right: 50%; margin-right: -43px;}
    .img-list4 { padding: 0px;}

    .ab15a{ opacity: 1}
}
@media screen and (max-width: 767px) {
    .ab1main5{ padding: 30px 0;}
    .img-list4 li { width:0.49%; margin-right: 0.02%;}
}
@media screen and (max-width: 399px) {
    .img-list4 li { width:1%; margin-right: 0.02%;}
}

.ab1main6{ padding: 90px 0; display: flex; flex-flow: wrap; justify-content: space-between;}
.ab16tu{ width: 50%; position: relative; border-radius: 32px; overflow: hidden;}
.ab16tu img{position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 100%; min-width: 100%; min-height: 100%; object-fit: cover;}

.ab16zi{ width: calc(50% - 50px);}

.ab16biao{ text-align: left;}
.ab16n{ padding-top: 10px;}
.ab16lie{ margin-top: 20px;}
.ab16a{ background: #F3F3F3; border-radius: 16px; padding: 22px; padding-right: 40px; font-size: 20px; font-size: 2rem; line-height: 28px; position: relative; transition: .5s; cursor: pointer;}
.ab16a:before{content: ""; position: absolute; width: 7px; height: 1px; background: #1E1E1E; right: 22px; top: 50%;}
.ab16a:after{content: ""; position: absolute; width: 7px; height: 1px; background: #1E1E1E; right: 22px; top: 50%; transform: rotate(90deg); transition: .5s;}
.ab16p{ padding: 20px; display: none;}
.ab16lieh .ab16a{ background: #F0EDF5; color: #51368F;}
.ab16lieh .ab16a:after{ transform: rotate(0);}
.ab16lieh .ab16p{ display: block;}

@media screen and (max-width: 1359px) {
    .ab1main6{ padding: 60px 0;}
    .ab16zi{ width: calc(50% - 20px);}
    .ab16lie{ margin-top: 10px;}
    .ab16a{ padding: 10px; padding-right: 25px; font-size: 16px; font-size: 1.6rem;}
    .ab16a:before,.ab16a:after{ right: 10px;}
    .ab16p{ padding: 10px;}
}
@media screen and (max-width: 999px) {
    .ab16tu{ display: none;}
    .ab16zi{ width: 100%;}
}
@media screen and (max-width: 767px) {
    .ab1main6{ padding: 30px 0;}
    .ab16a{ font-size: 14px; font-size: 1.4rem;}
}

/*  main7  */
.abmain7{ background: #F3F3F3; padding-top: 80px; padding-bottom: 125px;}
.ab17n{}
.ab17t{ display: flex; justify-content: space-between; margin: 0 -10px; margin-top: 30px;}
.ab17t p{ width: 100%; margin: 0 10px; padding: 0 10px; background: #FFF; text-align: center; height: 56px; line-height: 56px; border-radius: 30px; cursor: pointer; transition: .5s;}
.ab17t p:before{ width: 0px;}
.ab17t p span{ display: inline-block; vertical-align: middle; transition: .5s; color: #666;}
.ab17t .abph{}
.ab17t .abph:before{ width: 100%;}
.ab17t .abph span{ color: #fff;}

.ab17b{ position: relative; margin-top: 74px;}
.ab17bn{ display: none; opacity: 0}
.ab17bnh{ display: block; opacity: 1}
.ab17bz{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.ab17zi{ width: 46%;}
.ab17tu{ width: 44.86%; border-radius: 32px; overflow: hidden;}
.ab17tu img{ width: 100%;}

.ab17a{ text-align: left;}
.ab17p{ margin-top: 34px;}

.abmain7 .prev, .abmain7 .next {position: absolute; text-align:center; display: block; width: 48px; height: 48px; line-height: 46px; text-align: center; border-radius: 50%; background: #F3F3F3; border: solid 1px rgba(102,102,102,0.8); top: 50%; transform: translateY(-50%); transition: 0.5s; padding: 0px; z-index: 999}
.abmain7 .prev span, .abmain7 .next span{ color: #fff; font-size: 12px;}
.abmain7 .prev { left: -98px; cursor: pointer;}
.abmain7 .next { right: -98px; cursor: pointer;}
.abmain7 .prev:hover span,.abmain7 .next:hover span{ color: rgba(102,102,102,0.8);}

@media screen and (max-width: 1659px) {
    .abmain7 .prev { left: -60px;}
    .abmain7 .next { right: -60px;}
}
@media screen and (max-width: 1359px) {
    .abmain7{ padding: 60px 0;}
    .ab17zi{ width: 48%;}
    .ab17tu{ width: 48%;}
    .ab17b{ margin-top: 30px;}
    .ab17p{ margin-top: 10px;}
}
@media screen and (max-width: 999px) {
    .ab17t{ display: none;}
    .ab17b{ padding-bottom: 60px;}
    .abmain7 .prev, .abmain7 .next { width: 38px; height: 38px; line-height: 36px; top: auto; transform: translate(0); bottom: 0px;}
    .abmain7 .prev { left: 50%; margin-left: -45px;}
    .abmain7 .next { right: 50%; margin-right: -45px;}
}
@media screen and (max-width: 767px) {
    .abmain7{ padding: 30px 0;}
    .ab17zi{ width: 100%;}
    .ab17tu{ width: 100%; max-width: 500px; margin: auto; margin-top: 20px;}
}

.ab1main9{ background: #000 url("../images/ab9bei.png") no-repeat center; background-size: cover; background-attachment: fixed;}
.ab1main9:before{ background: url("../images/ab9bei.png") no-repeat center; background-size: cover;}

/****************************  about2  ***************************/
.ab2main1{ padding: 80px 0;}
.ab21biao{ text-align: left;}

.ab2main2{ background: #eeebf4; padding: 90px 0;}
.ab2main2 .zong{ display: flex; flex-flow: wrap; justify-content: space-between; align-items:center;}
.ab22zi{ width: 49.2%;}
.ab22tu{ width: 45%;}

.ab22a{font-weight: 290; display: block;}
.ab22p{ margin-top: 60px;}
.ab22p strong{ font-weight: normal; font-size: 24px; font-size: 2.4rem; color: #51368F; font-weight: 290;}

@media screen and (max-width: 1359px) {
    .ab2main2,.ab2main1{ padding: 60px 0;}
    .ab22p{ margin-top: 20px;}
    .ab22p strong{ font-size: 20px; font-size: 2rem;}
}
@media screen and (max-width: 999px) {
    .ab22p strong{ font-size: 16px; font-size: 1.6rem;}
    .ab22zi{ width: 100%;}
    .ab22tu{ width: 100%; max-width: 400px; margin: auto; margin-top: 20px;}
}
@media screen and (max-width: 767px) {
    .ab2main2,.ab2main1{ padding: 30px 0;}
}

.ab2main3{ padding-top: 80px;}
.ab23n{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 30px;}
.ab23lie{ width: 49%; padding: 30px 0; margin-top: 8px; border-bottom: 1px solid #999; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.ab23zi{ width: calc(100% - 160px);}
.ab23mor{ margin-top: auto;}
.ab23a{ font-size: 20px; font-size: 2rem; line-height: 30px;}
.ab23p{ margin-top: 15px;}
.ab23p a{ display: block; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}

@media screen and (max-width: 999px) {
    .ab2main3{ padding-top: 50px;}
    .ab23n{ padding-top: 10px;}
    .ab23lie{ padding: 20px 0; margin-top: 0px;}
    .ab23a{ font-size: 16px; font-size: 1.6rem; line-height: 24px;}
    .ab23p{ margin-top: 5px;}
    .ab23zi{ width: calc(100% - 120px);}
}
@media screen and (max-width: 767px) {
    .ab2main3{ padding-top: 30px;}
    .ab23lie{ width: 100%;}
    .ab23a{ font-size: 14px; font-size: 1.4rem;}
}

/****************************  about3  ***************************/
.ab3main1{ padding-top: 80px;}
.ab31t{ padding-bottom: 16px; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; border-bottom: 1px solid #D9D9D9;}
.ab31tl{ width: calc(100% - 200px)}
.ab31tl h1{ text-align: left;}
.ab31tp{ color: #51368F; margin-top: 10px;}
.ab31tmor{ font-size: 16px; font-size: 1.6rem; padding: 0 40px; height: 48px; line-height: 48px;}

.ab31xiang{ margin-top: 32px;}
.ab31xiang p{ color: #666;}
.ab31xiang strong{ color: #1E1E1E; font-weight: normal;}
.ab31xiang em{ display: block; font-style: normal; padding-left: 25px; position: relative;}
.ab31xiang em:before{ content: ""; position: absolute; width: 4px; height: 4px; border-radius: 50%; background: #1E1E1E; left: 9px; top: 14px;}

.ab31p1{ font-size: 20px; font-size: 2rem; line-height: 30px; margin-top: 32px; color: #51368F; padding-left: 25px; position: relative;}
.ab31p1:before{ content: ""; position: absolute; width: 4px; height: 4px; border-radius: 50%; background: #1E1E1E; left: 9px; top: 14px;}

.ab31p2{ color: #51368F;font-weight: 290; margin-top: 40px; text-align: left;}

.ab3main2{ padding-bottom: 40px;}
.share3{ margin-top: 20px;display: flex;}
.ab3ul{ margin-top: 41px; line-height: 30px;}
.ab3ul li span{ color: #666;}


@media screen and (max-width: 1359px) {
    .ab3main1{ padding-top: 60px;}
}
@media screen and (max-width: 999px) {
    .ab31p1{ font-size: 18px; font-size: 1.8rem;}
    .ab31p1,.ab31p2,.ab31xiang{ margin-top: 20px;}
    .ab31xiang em:before{ top: 12px;}
    .ab31tl{ width: calc(100% - 100px)}
    .ab31tmor{ font-size: 12px; font-size: 1.2rem; padding: 0 15px; height: 48px; line-height: 48px;}
}
@media screen and (max-width: 767px) {
    .ab3main1{ padding-top: 30px;}
    .ab31p1{ font-size: 16px; font-size: 1.6rem;}
    .ab31xiang em:before{ top: 10px;}

    .ab3ul{ margin-top: 21px;}
    .ab3main2{ padding-bottom: 30px;}
}

/****************************  contact  ***************************/
.comain{ background: #F4F5F7 url("../images/co2bei.png") no-repeat left bottom; padding-top: 80px; padding-bottom: 50px;}

.con{ text-align: right;}

.comain .row{ display: inline-block; width: 62%; margin: 0 -10px;}
.comain .owl-carousel{display: none;position: relative;width: 100%;-ms-touch-action: pan-y;}
.comain .owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.comain .owl-carousel .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%;}
.comain .owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition: height 500ms ease-in-out;-moz-transition: height 500ms ease-in-out;-ms-transition: height 500ms ease-in-out;-o-transition: height 500ms ease-in-out;transition: height 500ms ease-in-out;}

.comain .owl-carousel .owl-item{float: left; padding: 0 10px;}
.comain .owl-controls .owl-page,.owl-controls .owl-buttons div{cursor: pointer;}
.comain .owl-controls {-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.comain .owl-theme .owl-controls{ text-align: center; font-size: 0px; margin-top: 30px;}
.comain .owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;}
.comain .owl-theme .owl-controls .owl-page span{display: block;width: 14px;height: 14px; border: 2px solid #F4F5F7; background: #1E1E1E; margin:0 10px; border-radius: 50%; opacity: 0.3; font-size: 0px;}
.comain .owl-theme .owl-controls .owl-page.active span,.comain .owl-theme .owl-controls.clickable .owl-page:hover span{ background:#51368F; border-color: #51368F; opacity:1;}

.comain .owl-theme .owl-buttons{ width: 89px; height: 42px; position: relative; margin: auto; display: none !important}
.comain .owl-theme .owl-buttons div{ width: 42px; height: 42px; background: #fff; position: absolute; line-height: 42px; font-size: 24px; transition: 0.5s;}
.comain .owl-theme .owl-prev{ left: 0px;}
.comain .owl-theme .owl-next{ right: 0px;}
.comain .owl-theme .owl-buttons div:hover{ background: #3080f9; color: #fff;}

.colie{ background: #FFF; padding: 30px 24px; text-align: left; margin-top: 20px; border-radius: 20px; position: relative; overflow: hidden;}
.colie:before{content: ""; position: absolute; transition: 0.5s; width: 0px; height: 100%; left: 0px; top: 0px; background: linear-gradient(270deg, #7D45AE 0%, #301646 100%); z-index: 1}

.coa{ font-size: 20px; font-size: 2rem; line-height: 30px; position: relative; transition: 0.5s; z-index: 2}
.cop{ font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-top: 9px; position: relative; z-index: 2}
.cop p{color: #666; transition: 0.5s;}
.cop p a{color: #666;}

.colie:hover:before{ width: 100%;}
.colie:hover p,.colie:hover a{ color: #fff;}

@media screen and (max-width: 1359px) {
    .comain{ padding-top: 50px; padding-bottom: 50px;}
    .comain .row{ width: 80%;}
    .colie{ padding:20px 10px; margin-top: 10px;}
    .coa{ font-size: 18px; font-size: 1.8rem;}
}
@media screen and (max-width: 767px) {
    .comain{ padding: 30px 0;}
    .comain .row{ width: 100%; margin: 0px;}
    .comain .owl-carousel .owl-item{ padding: 0 2px;}
    .colie{ padding:20px 10px; margin-top: 10px;}
    .coa{ font-size: 16px; font-size: 1.6rem;}
}





















@media screen and (max-width: 1559px) {

}
@media screen and (max-width: 1359px) {

}
@media screen and (max-width: 999px) {

}
@media screen and (max-width: 767px) {

}























#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;  background-color:#222;background-color:rgba(0,0,0,.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease;z-index:99999999999999999999999999999999999999;}
#baguetteBox-overlay.visible{opacity:1}
#baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center;}
#baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}
#baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);-moz-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6);}

#baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);font-family:Verdana, Geneva, sans-serif;}
#baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}
#baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-moz-transform .4s ease;transition:left .4s ease,transform .4s ease}
#baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}
#baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}
.baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}
.baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:15%;
    border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease;}
.baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}
.baguetteBox-button#next-button{right:2%}
.baguetteBox-button#previous-button{left:2%}
.baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}
.baguetteBox-button svg{position:absolute;left:0;top:0}

.spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}
.double-bounce1,.double-bounce2{width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}
.double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}
@-webkit-keyframes bounceFromRight{0%{margin-left:0}50%{margin-left:-30px}100%{margin-left:0}}
@keyframes bounceFromRight{0%{margin-left:0}50%{margin-left:-30px}100%{margin-left:0}}
@-webkit-keyframes bounceFromLeft{0%{margin-left:0}50%{margin-left:30px}100%{margin-left:0}}
@keyframes bounceFromLeft{0%{margin-left:0}50%{margin-left:30px}100%{margin-left:0}}
@-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}
@keyframes bounce{0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}

.tankaunga{ position:fixed; width:100%; height:100%; left:0px; top:0px; background:#000; background:rgba(0,0,0,0.5); display:none; z-index:9999999999}
.tankaunga:before{ content:"X"; position:absolute; width:30px; height:30px; line-height:30px; text-align:center; top:10px; right:10px; background:#fff; border-radius:50%; font-size:18px;}
.tankaungn2{position:fixed; left:5%; top:5%; right:5%; bottom:5%;}

.tankaungn2 iframe,.tankaungn2 video {  position: absolute; top:0; left: 0; width: 100%; height: 100%; border:none;}
.tankaungn2 iframe body{ margin:0px !important;}

@media screen and (max-width:767px) {
    .tankaungn2{position:fixed; left:5%; top:10%; right:5%; bottom:10%;}
}



@font-face {
    font-family: "iconfont"; /* Project id 4929671 */
    font-display: swap;
    src: url('../fonts/iconfont.woff2?t=1752820596934') format('woff2'),
    url('../fonts/iconfont.woff?t=1752820596934') format('woff'),
    url('../fonts/iconfont.ttf?t=1752820596934') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-a-30Byoushuangjiantou:before {
    content: "\e68f";
}

.icon-right2:before {
    content: "\e638";
}

.icon-left2:before {
    content: "\e603";
}

.icon-yunxiazai_o:before {
    content: "\ebb4";
}

.icon-xinlangweibo:before {
    content: "\e601";
}

.icon-kongjian:before {
    content: "\e618";
}

.icon-mobanxiazai:before {
    content: "\e693";
}

.icon-dianhua:before {
    content: "\e635";
}

.icon-dianhuazixun1:before {
    content: "\e67c";
}

.icon-kefufill:before {
    content: "\e740";
}

.icon-huidaodingbu:before {
    content: "\e609";
}

.icon-home:before {
    content: "\e624";
}

.icon-edit:before {
    content: "\e611";
}

.icon-facebook:before {
    content: "\e620";
}

.icon-pinterest:before {
    content: "\e8ab";
}

.icon-linkedin:before {
    content: "\e648";
}

.icon-youtube:before {
    content: "\e6d6";
}

.icon-twitter:before {
    content: "\e607";
}

.icon-bigger:before {
    content: "\e647";
}

.icon-left:before {
    content: "\e72c";
}

.icon-right:before {
    content: "\e72d";
}

.icon-up1:before {
    content: "\e72e";
}

.icon-bottom1:before {
    content: "\e72f";
}

.icon-left1:before {
    content: "\e730";
}

.icon-right1:before {
    content: "\e731";
}

.icon-up:before {
    content: "\e73e";
}

.icon-bottom:before {
    content: "\e73f";
}

.icon-instagram:before {
    content: "\e79d";
}

.icon-tumblr:before {
    content: "\e79e";
}

.icon-download:before {
    content: "\e7a0";
}

.icon-download1:before {
    content: "\e7a7";
}

.icon-search4:before {
    content: "\e7b2";
}

.icon-address:before {
    content: "\e7bc";
}

.icon-email:before {
    content: "\e7bd";
}

.icon-contact:before {
    content: "\e7be";
}

.icon-whatsapp:before {
    content: "\e7bf";
}

.icon-fax:before {
    content: "\e7c2";
}

.icon-mobile:before {
    content: "\e7c6";
}

.icon-phone:before {
    content: "\e7c8";
}

.icon-tel:before {
    content: "\e7c7";
}

.icon-phone1:before {
    content: "\e7cb";
}

.icon-skype:before {
    content: "\e7cc";
}

.icon-whatsapp1:before {
    content: "\e7c1";
}

.icon-address1:before {
    content: "\e7c3";
}

.icon-contact1:before {
    content: "\e7c4";
}

.icon-email1:before {
    content: "\e7c5";
}

.icon-skype1:before {
    content: "\e7c9";
}

.icon-fax1:before {
    content: "\e7ca";
}

.icon-qq:before {
    content: "\e7ce";
}

.icon-tel1:before {
    content: "\e7cd";
}

.icon-wechat:before {
    content: "\e7cf";
}

.icon-phone2:before {
    content: "\e7d0";
}

.icon-message:before {
    content: "\e7da";
}

.icon-calendar:before {
    content: "\e7e1";
}

.icon-calendar1:before {
    content: "\e7e3";
}

.icon-top:before {
    content: "\e7ed";
}

.icon-youbian:before {
    content: "\e60f";
}

.icon-jian2:before {
    content: "\e600";
}

.icon-jia2:before {
    content: "\e608";
}

.icon-vk:before {
    content: "\e735";
}

.icon-instagram1:before {
    content: "\e640";
}

.icon-up7:before {
    content: "\e722";
}

.icon-bottom7:before {
    content: "\e723";
}

.icon-left7:before {
    content: "\e724";
}

.icon-right7:before {
    content: "\e725";
}

.icon-sousuo4:before {
    content: "\e610";
}

.icon-sousuo:before {
    content: "\e616";
}

.icon-sousuo1:before {
    content: "\e65b";
}

.icon-shangchuan:before {
    content: "\e602";
}

.icon-top2:before {
    content: "\e637";
}

.icon-biaoqian:before {
    content: "\e649";
}

.icon-twitter3:before {
    content: "\e7fd";
}

.icon-twitter4:before {
    content: "\e7fe";
}

.icon-twitter-new2:before {
    content: "\e800";
}

.icon-twitter-new:before {
    content: "\e7ff";
}

.icon-tiktok:before {
    content: "\e8db";
}

.icon-delete:before {
    content: "\e69d";
}

.icon-chahao:before {
    content: "\e617";
}

.icon-earth:before {
    content: "\e6d5";
}

.icon-earth1:before {
    content: "\e781";
}

.icon-chahao1:before {
    content: "\e60e";
}

.icon-xiazai:before {
    content: "\e65c";
}

.icon-youtube1:before {
    content: "\f274";
}

.icon-dh:before {
    content: "\e612";
}



/**
 * Swiper 11.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}

.arBox{
    position: relative;
    margin-top: 50px;
}
.arSwiper{
    width: 100%;
    overflow: hidden;
}
.arQie{
    position: absolute;
    text-align: center;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 30px;
    color: #666;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s;
    z-index: 999;
    cursor: pointer;
}
.arPrev{
    left: -75px;
}
.arNext{
    right: -75px;
}
.relaSwiper{
    overflow: hidden;
    width: 100%;
}
.relaSwiper .prlie{
    width: 100%;
}
.relaSwiper .prlie .prp .prpn{
        display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.relaSwiper .swiper-slide{
    position: relative;
    padding-bottom: 70px;
    height: unset;
}
.relaSwiper .homor{
    position: absolute;
    bottom: 0;
    left: 0;
    margin-top: 0;
    opacity: 0;
}

@media(max-width: 1280px){
    .arQie{
        font-size: 20px;
    }
    .arPrev{
        left: -45px;
    }
    .arNext{
        right: -45px;
    }
}
@media(max-width: 1000px){
    .arQie{
        top: unset;
        transform: none;
        bottom: 0;
    }
    .arPrev{
        left: 50%;
        margin-left: -45px;
    }
    .arNext{
        right: 50%;
        margin-right: -45px;
    }
    .arBox{
        margin-top: 30px;
        padding-bottom: 50px;
    }
}


.het{ z-index: 99999}
.hetnav li{ position: relative; z-index: 9999}
.hetnav .yijiw{ text-align: center;}
.hetnav .yijiw li{ display: block; margin: 0px;}
.hetnav>li:hover .yijiw{top:100%;}
.hetnav>li:hover .yiji>li>a{line-height:30px;}

.xiala{ width: 677px; position: absolute; left: 50%; transform: translateX(-50%); top: 100%; background: rgba(255,255,255,0.96); box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); display: flex; flex-flow: wrap; justify-content: space-between; display: none;}
.xll{ width: 300px; padding: 25px 30px; background: rgba(255,255,255,0.96); box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);}
.xlr{ width: calc(100% - 300px); padding: 20px 60px; display: flex; flex-flow: wrap; justify-content: space-between;}

.xla{ font-size: 24px; font-size: 2.4rem; line-height: 30px;font-weight: 290;}
.xlp{ font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-top: 18px; color: #666;}
.xlp a{ color: #666; display: block;}
.xlr a{ width: 49%; padding: 8px 0;}
.daohang>li:hover .xiala{ display: flex;}

.prin{ position: relative; z-index: 3}
.prpn{ z-index: 1}

@media screen and (max-width: 1659px) {
    .xiala{ width: 450px;}
    .xll{ width: 200px; padding: 25px 10px;}
    .xlr{ width: calc(100% - 200px); padding: 20px 10px;}
    .xla{ font-size: 20px; font-size: 2rem;}
    .xlp{ margin-top: 10px;}
}


.uploadBox{
    width: 100%;
    margin-top: 13px;
}
.uploadBox .int1{
    width: 100%;
    margin-top: 0;
}
.fileItem{
    /* padding: 10px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #F3F3F3;
    width: 100%;
}
.fileName{
    font-size: 16px;
    color: #333333;
    display: none;
}
.fileClose{
    font-size: 16px;
    color: #333333;
    display: none;
    cursor: pointer;
}
.fileBox{
    width: 100%;
    position: relative;
}
.fileItem .uploadInput{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.uploacAct{
    padding: 10px;
    margin-top: 10px;
}
.uploacAct .fileName{
    display: block;
}
.uploacAct .fileClose{
    display: block;
}


.bg1{ display: block}
.bg2{ display: none}
.bg2 img{ width: 100%}

.item{ position: relative;}
.bazi{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 999}

.bazi1{ text-align: center; top: 19.8%; transform: translateX(-50%);}
.baa{ display: block; font-size: 2.2vw; line-height: 3vw; color: #fff; font-weight: 290; position: relative;}
.baa:before{content: ""; position: absolute; width: 103px; height: 2px; background: url("../images/baxian.png") no-repeat center; background-size: 100% 100%;}

.bap{ font-size: 1vw; line-height: 1.3vw; color: #fff; margin-top: 1vw;font-weight: 290;}
.bap a{ color: #fff;}
.bamor{ display: inline-block; padding: 0 1.9vw; line-height: 2.7vw; border-radius: 25px; font-size: 0.9vw; margin-top: 2.1vw; color: #51368F; background: #fff;}
.bamor:hover{ background: #51368F; color: #fff;}


.bazi2{ top: 45%;}
.bazi3{ top: 41%;}
.bazi4{ top: 41%;}
.bazi5{ top: 44%;}

.bazi1 .baa{ padding-top: 20px;}
.bazi1 .baa:before{ left: 50%; transform: translateX(-50%); top: 0px;}
.bazi2 .baa{ padding-bottom: 30px;}
.bazi2 .baa:before{ left: 0px; bottom: 0px;}
.bazi2 .bamor{ margin-top: 4.5vw;}
.bazi3 .baa{ padding-bottom: 30px;}
.bazi3 .baa:before{ left: 0px; bottom: 0px;}
.bazi3 .bamor{ margin-top: 4.5vw;}

.bazi4 .baa{ padding-bottom: 20px;}
.bazi4 .baa:before{ height: 1px; width: 23.8%; background: #fff; left: 0px; bottom: 0px;}
.bazi4 .bap{ font-size: 1.35vw; line-height: 1.6vw; color: #fff; margin-top: 1.1vw;}
.bazi4 .bamor{ margin-top: 2.5vw;}

.bazi5 .baa{ font-size: 2.6vw; line-height: 3.5vw;}
.bazi5 .baa:before{ display: none;}
.bazi5 .bap{ font-size: 1.35vw; line-height: 1.6vw; color: #fff; margin-top: 1.1vw;}
.bazi5 .bamor{ margin-top: 2.5vw;}

.prlie{ position: relative;}
.hotsp{ position: absolute; right: 11px; top: 10px; z-index: 99; height: 36px; line-height: 32px; padding: 0 20px;}
.hotsp i{ display: inline-block; vertical-align: middle; margin-right: 5px;}
.hotsp em{ display: inline-block; vertical-align: middle; font-size: 14px; font-size: 1rem; color: #fff; font-style: normal;}

@media screen and (max-width: 767px) {
.bg1{ display: none}
.bg2{ display: block}
    
    .bazi1{ top: 16%;}
.baa{ font-size: 4.7vw; line-height: 5vw;}

.bap{ font-size: 2.6vw; line-height: 3vw; margin-top: 1.8vw;}
.bamor{ padding: 0 4.7vw; line-height: 6.8vw; font-size: 2.34vw; margin-top: 4.4vw;}

.bazi2{ top: 12%; transform: translateX(-50%);}
.bazi2 .baa{ padding: 0px;}
.bazi2 .baa:before{ display: none;}
.bazi2 .bap{ font-size: 2.08vw; line-height: 3vw; margin-top: 3.5vw;}

.bazi3{ top: 12%; transform: translateX(-50%); text-align: center;}
.bazi3 .baa{ padding: 0px; padding-top: 20px;}
.bazi3 .baa:before{ top: 0px; bottom: auto; left: 50%; transform: translateX(-50%);}
.bazi3 .bap{ font-size: 2.6vw; line-height: 3vw; margin-top: 2.2vw;}

.bazi4{ top: 12%; transform: translateX(-50%); text-align: center;}
.bazi4 .baa{ padding: 0px; padding-top: 20px;}
.bazi4 .baa:before{ top: 0px; bottom: auto; left: 50%; transform: translateX(-50%); width: 103px; height: 2px; background: url("../images/baxian.png") no-repeat center; background-size: 100% 100%;}
.bazi4 .bap{ font-size: 2.6vw; line-height: 3vw; margin-top: 2.2vw;}

.bazi5{ top: 12%; transform: translateX(-50%); text-align: center;}
.bazi5 .baa{ padding: 0px; padding-top: 20px; font-size: 4.7vw; line-height: 5vw;}
.bazi5 .baa:before{ display: block; top: 0px; bottom: auto; left: 50%; transform: translateX(-50%); width: 103px; height: 2px; background: url("../images/baxian.png") no-repeat center; background-size: 100% 100%;}
.bazi5 .bap{ font-size: 2.6vw; line-height: 3vw; margin-top: 2.2vw;}
}