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

body {margin: 0 auto;font-family:Poppins-Regular,Arial, Helvetica, sans-serif;font-size: 16px; font-size: 1.6rem; height: 100%;background:#fff;width:100%; 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: #333;}
img{display:block; transition: 0.5s;}
a {text-decoration: none;color: #333;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: #333;}
.clear {clear: both;}
.maln {margin-left: auto !important}
input, textarea, select {font-family:Poppins-Regular,Arial, Helvetica, sans-serif;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: #0b3380;}

* { 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:#0b3380;
}


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

::-webkit-input-placeholder {/* WebKit browsers */
 color:#999999;opacity:1}
:-o-placeholder {/* Mozilla Firefox 4 to 18 */
 color:#999999;opacity:1 }
::-moz-placeholder {/* Mozilla Firefox 19+ */
 color:#999999;opacity:1 }
:-ms-input-placeholder {/* Internet Explorer 10+ */
 color:#999999;opacity:1 }
 
@media screen and (min-width:1000px){
    .zong {width: calc(100% - 160px); max-width: 1400px; margin: auto;}
    .zong1 {width: 95%; max-width: 1590px; 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: #0b3380;}

.mp{ font-size: 16px; font-size: 1.6rem; line-height: 30px; color: #464646;}
.mp p,.mp a{color: #464646; display: block;}
.mp a:hover{color: #0b3380;}

.mp1{ font-size: 18px; font-size: 1.8rem; line-height: 30px; color: #464646;}
.mp1 p,.mp1 a{color: #464646; display: block;}
.mp1 a:hover{color: #0b3380;}

@media screen and (max-width:1559px) {
.mp1{ font-size: 16px; font-size: 1.6rem; line-height: 30px !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: #fff; 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: #fff; 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 #0b3380; 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 #0b3380; -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: #0b3380; -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: #0b3380; -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:rgba(0,0,0,0.2); position:fixed; width:100%; left:0px; top:0px; transition: 0.5s; z-index:99999}

.head .zong1{ padding-top: 3px; transition:0.5s;}
.head .zong1:after{content: ""; clear: both; display: block;}
.logo{display:block;float:left;width:117px; margin-top: 14px;}
.logo span{ display:block;}
.logo img{display:block;margin:auto; transition: 0.5s;}
.logo1{ opacity: 1}
.logo2{ opacity: 0}

.het .zong1{ z-index:999}

.daohang{ float:right; margin-top:31px; margin-right: 20px;}
.daohang>li{ float:left; margin-right:48px; padding-bottom: 6px; position: relative; transition: 0.5s;}
.daohang>li>a{display:block;font-size:18px;font-size:1.8rem;line-height:42px; padding-bottom: 28px; color:#fff; position:relative; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; text-transform: uppercase;}
.daohang>li>a:before{ content: ""; transition: 0.5s; position: absolute; bottom: 0px; left: 50%; transform: translateX(-50%); width: 0; height: 2px; background: #fff;}
.daohang>li:hover>a{ color: #fff;}
.daohang>li:hover>a:before{  width: 100% !important}
.dangqiandao>a{ color: #fff !important;}
.dangqiandao>a:before{ width: 100% !important;}

.yijiw{ background:rgba(255,255,255,0);position:absolute;width:250px;top:-9999px;left:50%; transform:translateX(-50%);}
.yiji{background:rgba(255,255,255,1); padding:15px 0px; box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.07);}
.yiji li{position:relative;transition:0.5s;}
.yiji li a{display:block;font-size:16px;font-size:1.6rem;line-height:0px;padding:2px 15px;}
.yiji li:hover>a{color: #0b3380;}
.erji{position:absolute;width:232px;background:rgba(255,255,255,1);top:-9999px;left:100%; box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.07); padding:15px 0px;}
.sanji{position:absolute;width:232px;background:rgba(255,255,255,1);top:-9999px;left:100%; box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.07); padding:15px 0px;}
.daohang>li:hover .yijiw{top:100%;}
.daohang>li:hover .yiji>li>a{line-height:26px;}
.yiji>li:hover .erji{top:-15px;}
.yiji>li:hover .erji>li>a{line-height:26px;}
.erji>li:hover .sanji{top:-15px;}
.erji>li:hover .sanji>li>a{line-height:26px;}
.matn{margin-top:auto !important;}

.daohang>li.hepr{ position: inherit;}
.xiala{ position: absolute; top: 100%; left: 50%; transform: translateX(-50%); padding:1px 8px; padding-bottom: 32px; background: #fff; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; display: flex; flex-flow: wrap; top: -9999px; max-height: calc(100vh - 120px); overflow: auto;}
.xiala p{ line-height: 26px; width: calc((100% / 4) - 16px); margin: 8px; border-bottom: 1px solid #dddddd; transition: 0.5s;}
.xiala p a{ display: inline-block; vertical-align: middle; font-size: 16px; font-size: 1.6rem; line-height: 24px;}

.daohang>li:hover .xiala{top:100%;}
.daohang>li:hover .xiala p{ line-height: 66px;}


/*  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:44px; margin-top:30px; margin-right: 46px; z-index:9999; border-radius:50%; position:relative; transition: 0.5s;}
.sousuo form{ width: 340px; background: #0b3380; border-radius: 4px; height:0px; overflow:hidden; position:absolute; right:-10px; top:57px; transition:0.5s; z-index:99999}
.sou{ width: 100%;height:42px;line-height:42px; 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:42px;height:42px; position:absolute; right:6px; top:6px; z-index:9999999; color:#c70a27; border-radius:0px; background: none; cursor:pointer;}

.sou1{ width:42px; height:42px; text-align:center; line-height:42px; position:absolute; right:6px; top:6px; font-size:18px !important; color:#fff; cursor:pointer; z-index:99990}
.sou2{ display: block; color:#fff; 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:18px !important; margin-right: 6px;}
.sou2:hover{ color: #0b3380;}
.sousuof form{ height:54px; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); padding:6px;}

.yvn{ float:right; position:relative; z-index:99999; margin-top: 42px;}
.yvzhonga{ display:block; line-height:25px; padding-right: 12px; font-size:16px; font-size: 1.6rem; text-transform: uppercase; text-align:center; color:#fff; cursor:pointer; position: relative; z-index:999999}
.yvzhonga i{ margin-right: 4px; font-size: 20px; display: inline-block; vertical-align: middle;}
.yvzhonga:before{content: ""; position: absolute; right: 0px; top: 50%; transform: translateY(-50%); width: 0; border: 4px solid #fff; border-bottom-color:transparent ; border-left-color: transparent; border-right-color: transparent;
}

.yvul{ width:100%; min-width:110px; position:absolute; top:40px; left:-15px; background:#0b3380; border: 1px solid #0b3380; 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:#0b3380; text-decoration: none !important;}

.headh{ background: #ffffff; box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.07);}
.headh .yvzhonga{ color: #333;}
.headh .yvzhonga:before{ border-top-color: #333;}
.headh .sou2{ color: #333;}
.headh .daohang>li>a{ color: #333;}
.headh .daohang>li>a:before{ background: #0b3380;}
.headh .daohang>li:hover>a{ color: #0b3380;}
.headh .dangqiandao>a{ color: #0b3380 !important;}
.headh .logo1{ opacity: 0}
.headh .logo2{ opacity: 1}


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

@media screen and (max-width:1559px) {
    .logo{ width: 70px; margin-top: 5px;}
    .hea{ padding: 0 20px; margin-top: 5px; font-size: 14px; font-size: 1.4rem; height: 50px; line-height: 48px;}
    
.daohang{ margin-right: 10px; margin-top: 7px;}
.daohang>li{ margin-right:35px; padding-bottom: 10px;}
.daohang>li>a{ font-size:16px;font-size:1.6rem; padding-bottom: 0px; font-family: Roboto-Regular, Arial, "Arial Black", "sans-serif", Verdana;}

    .xiala p a{ font-size: 14px; font-size: 1.4rem;}
    
    .hexin li{font-size: 14px; font-size: 1.4rem; margin-left: 20px;}

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

    .yvn{ margin-top: 15px; padding: 0 10px; margin-right: 10px;}
    .yvzhonga{ font-size: 14px; font-size: 1.4rem;}
    .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) {
    .sou2{ font-size: 0px;}
.daohang{ margin-right: 0px;}
.daohang>li{ margin-right:20px;}
    .daohang>li>a{ font-size:14px;font-size:1.4rem; text-transform: none;}
    .xiala p a{ font-size: 12px; font-size: 1.2rem;}
    .yvn{ margin-right: 5px;}
    .hea{ padding: 0 12px; font-size: 12px; font-size: 1.2rem;}
}
@media screen and (min-width:1000px) {.carousel,.nav,.clear3{display: none}}
@media screen and (max-width:999px) {
.daohang,.sousuo{display: none;}
.logo{ width: 55px; margin-top: 0px;}
    
.head .zong1{ padding: 5px 0 !important;}
    .hea1{ display: none;}
    .hea{ float: none; background: #fff; color: #0b3380; width: calc(100% - 40px); margin: auto; padding: 0px;}

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

.xnav{ display:block}
.nav { position:fixed;width: 35px;height: 24px;background: #0b3380;right: 2.5%;top: 12px;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:#0b3380; 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;}
  }

/*  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: block !important; top: 50%; margin-top: -31px; width: 46px; height: 46px; background-repeat: no-repeat; background-position: center;  background-size: 100% 100% !important;}
.banner1 .slick-prev { left: 50px; background-image: url("../images/baleft.png"); cursor: pointer;}
.banner1 .slick-next { right: 50px; background-image: url("../images/baright.png"); cursor: pointer;}
.banner1 .slick-prev:hover { background-image: url("../images/balefth.png");}
.banner1 .slick-next:hover { background-image: url("../images/barighth.png");}

.banner1 .slick-dots { position: absolute; z-index: 999999; left: 0; right: 0; bottom: 90px; text-align: center; font-size: 0; letter-spacing: 0; text-align: center;}
.banner1 .slick-dots li { margin: 0 4.5px; display: inline-block; *display: inline; *zoom: 1;}
.banner1 .slick-dots li.slick-active a { background: #000000; cursor: pointer;}
.banner1 .slick-dots a { display: block; width: 10px; height: 10px; background:#fff; cursor: pointer; border-radius: 50%;}
.banner.hide {display: none;}

@media screen and (max-width: 1359px) {
    .banner1 .slick-dots { bottom: 20px;}
}
@media screen and (max-width: 999px) {
    .banner1 {display: block;}
    .banner1.hide {display: block;}
    .banner1 .slick-arrow { display: none !important;}
    .banner1 .slick-dots { bottom: 10px; }
    .banner1 .slick-dots li { margin: 0 3px;}
    .banner1 .slick-dots a { width: 8px; height: 8px;}
    .banner2 { display: none;}
}

.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;width:100%;}
.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: 991px) {
    .slick-slide video {object-position: inherit; object-fit: inherit; width: 100%;  height: 100%; transform: translate(0, 0); left: 0; top: 0;}
}

/*  main1  */
.main1{ display: flex; flex-flow: wrap; padding-top: 70px; padding-bottom: 50px;}
.m1lie{ width: 19.3%; margin-left: 0.875%; margin-top: 20px; border-radius: 10px; border: solid 1px #dddddd; background: #fff; padding: 20px 16px; padding-bottom: 35px; transition: 0.5s;}
.m1lie:nth-child(5n-4){margin-left: 0px;}

.m1tu{ position: relative; width: 50px; height: 50px; display: block;}
.m1tu img{ position: absolute; width: 100%; left: 0px; top: 0px; max-width: 100%; max-height: 100%; transition: 0.5s;}
.tupian1{ opacity: 1}
.tupian2{ opacity: 0}
.m1a{ display: block; color: #000; line-height: 26px; min-height: 52px; margin-top: 10px; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana;}
.m1p{ font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-top: 7px; color: #000;}
.m1p p,.m1p p a{ color: #000;}
.m1lie:hover{ background: #000000;}
.m1lie:hover p,.m1lie:hover a{ color: #fff;}
.hutu:hover .tupian1{ opacity: 0}
.hutu:hover .tupian2{ opacity: 1}

@media screen and (max-width:1359px) {
    .main1{ padding: 50px 0;}
.m1lie{ padding: 20px 10px;}
.m1tu{ width: 30px; height: 30px;}
}
@media screen and (max-width:999px) {
.m1lie{ width: 32.33%; margin-left: 1.5%;}
.m1lie:nth-child(5n-4){margin-left: 1.5%;}
.m1lie:nth-child(3n-2){margin-left: 0px;}
    .m1a{ min-height: 0px;}
.m1p{ font-size: 12px; font-size: 1.2rem; line-height: 22px;}
}
@media screen and (max-width:767px) {
    .main1{ padding: 30px 0;}
.m1lie{ width: 49.5%; margin-left: 1%; margin-top: 10px;}
.m1lie:nth-child(5n-4){margin-left: 1%;}
.m1lie:nth-child(3n-2){margin-left: 1%;}
.m1lie:nth-child(2n-1){margin-left: 0px;}
}

/*  main2  */
.main2{ padding-top: 20px;}
.m2biao{ display: block; text-align: center; font-size: 36px; font-size: 3.6rem; line-height: 50px; font-family: Oswald-Bold,Arial, "Arial Black", "sans-serif", Verdana; color: #000; max-width: 1140px; margin: auto;}
.m2pz{ color: #464646; max-width: 1220px; margin: auto; margin-top: 22px; text-align: center;}
.m2pz a{ color: #464646;}

.img-scroll {position: relative; margin-top:35px; margin-left: -10px; margin-right: -10px;}
.img-scroll .prev, .img-scroll .next {position: absolute; text-align:center; display: block; width: 40px; height: 40px; line-height: 38px; text-align: center; border-radius: 50%;  background: #ffffff; border: solid 1px #000000; top: 50%; transform: translateY(-50%); transition: 0.5s; z-index: 999}
.img-scroll .prev { left: -68px; cursor: pointer;}
.img-scroll .next { right:-68px; cursor: pointer;}
.img-scroll .prev:hover,.img-scroll .next:hover { color: #fff; background: #000000;}
.img-list {position: relative;overflow: hidden;}
.img-list ul {width: 10000%;}
.img-list li {float: left; width:0.25%; padding: 10px; position:relative;}

.m2tu{ display: block; border-radius: 10px; overflow: hidden;}
.m2zi{ padding-top: 30px; text-align: center;}
.m2a{ display: block; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; color: #000; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.m2p{ line-height: 24px;}
.m2p a{ display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden; color: #464646; margin-top: 6px;}

.img-list li:hover .m2tu{ box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.13);}
.img-list li:hover .m2tu img{ transform: scale(1.1)}

@media screen and (max-width:1599px) {
.img-scroll .prev { left: -10px;}
.img-scroll .next { right:-10px;}
}
@media screen and (max-width:1359px) {
.m2biao{ font-size: 30px; font-size: 3rem; line-height: 40px;}
}
@media screen and (max-width:999px) {
.main2{ padding-top: 0px;}
    .img-scroll { padding-bottom: 50px; margin-top: 20px;}
.img-scroll .prev, .img-scroll .next { width: 30px; height: 30px; line-height: 28px; font-size: 14px; top: auto; transform: translate(0); bottom: 0px;}
.img-scroll .prev { left: 50%; margin-left: -35px;}
.img-scroll .next { right: 50%; margin-right: -35px;}
    .m2zi{ padding-top: 15px;}
}
@media screen and (max-width:767px) {
.m2biao{ font-size: 22px; font-size: 2.2rem; line-height: 30px;}
    .img-scroll { margin-left: -5px; margin-right: -5px;}
.img-list li { width:0.333%; padding: 5px;}
.img-list li .m2tu{ box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.13);}
}
@media screen and (max-width:539px) {
.img-list li { width:0.5%;}
}

/*  main3  */
.main3{ background: #f4f5f7;}
.m3biao{ background: #fff; padding-top: 110px; padding-bottom: 35px;}
.m3biao .m2biao{ padding: 0 280px; max-width: none;}

.m3n{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: flex-end; padding-top: 70px;}
.m3l{ width: 47.6%; position: relative; padding-bottom: 35px; z-index: 2}
.m3r{ width: 60.2%; margin-left: -7.8%; position: relative; z-index: 1}

.m3tu1{ display: block; border-radius: 50%; overflow: hidden; width: 250px; position: absolute; left: 18px; top: -180px;}
.m3tu1 img{ width: 100%; border-radius: 50%;}
.m3zi{ background: #0b3380; border-radius: 20px; padding: 35px 47px; padding-top: 90px;}
.m3a{ display: block; font-size: 32px; font-size: 3.2rem; line-height: 40px; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; color: #fff;}
.m3p2{ color: #fff; margin-top: 12px;}
.m3p2 p,.m3p2 p a{color: #fff;}
.m3p2 strong{ font-size: 24px; font-size: 2.4rem; font-weight: normal;}

.m3r a{ display: block; overflow: hidden; border-radius: 20px;}
.m3zi a:hover{ color: #fff; text-decoration: underline;}
.m3b{ padding-top: 26px;}

@media screen and (max-width:1359px) {
.m3biao{ padding-top: 60px; padding-bottom: 35px;}
.m3biao .m2biao{ padding: 0 180px;}
    
    .m3n{ padding-top: 30px;}
.m3tu1{ width: 150px; left: 10px; top: -90px;}
.m3zi{ padding: 20px 15px; padding-top: 80px;}

.m3a{ font-size: 26px; font-size: 2.6rem; line-height: 34px;}
.m3p2 strong{ font-size: 18px; font-size: 1.8rem;}
}
@media screen and (max-width:999px) {
.m3a{ font-size: 22px; font-size: 2.2rem; line-height: 30px;}
.m3p2 strong{ font-size: 16px; font-size: 1.6rem;}
.m3l{ width: 60%;}
.m3r{ width: 60%; margin-left: -20%;}
}
@media screen and (max-width:767px) {
.m3biao{ padding-top: 30px; padding-bottom: 30px;}
.m3biao .m2biao{ padding: 0px;}
.m3l{ width: 100%; padding-bottom: 10px;}
.m3r{ width: 100%; margin-left: 0%;}
.m3b{ padding-top: 10px;}
.m3tu1{ width: 100px; left: 10px; top: -40px;}

.m3a{ font-size: 18px; font-size: 1.8rem; line-height: 26px;}
.m3p2 strong{ font-size: 14px; font-size: 1.4rem;}
}

/*  main4  */
.main4{ background: #f4f5f7; padding-top: 75px;}
.m4pz{ font-size: 30px; font-size: 3rem; line-height: 40px; color: #000000; text-align: center; margin-top: 20px;}
.m4pz a{ color: #000;}

.m4tuz{ display: block; border-radius: 20px; overflow: hidden; margin-top: 36px;}
.m4b{ background: #ffffff; border-radius: 20px; width: calc(100% - 110px); margin: auto; margin-top: -236px; padding: 45px 0; position: relative; z-index: 2}
.m4n{ display: flex; flex-flow: wrap; justify-content: space-between;}
.m4lie{ width: 33.333%; padding: 0 45px;}
.m4xtu{ display: block; width: 57px;}
.m4xtu img{ width: 100%;}
.m4a{ display: block; font-size: 20px; font-size: 2rem; line-height: 30px; margin-top: 17px; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; color: #000; min-height: 60px;}
.m4p{ line-height: 26px; margin-top: 6px;}
.m4p p,.m4p a{color: #464646;}
.m4mor{ text-align: center; margin-top: 49px;}
.m4mor a{ display: inline-block; line-height: 68px; padding: 0 32px; font-size: 16px; font-size: 1.6rem; color: #ffffff; background: #0b3380; border: 1px solid #0b3380; border-radius: 35px;}
.m4mor a:hover{ background: #fff; color: #0b3380;}

@media screen and (max-width:1359px) {
.main4{ padding-top: 50px;}
.m4pz{ font-size: 20px; font-size: 2rem; line-height: 30px; margin-top: 10px;}
    .m4b{ width: calc(100% - 60px); padding: 20px 0;}
.m4lie{ padding: 0 20px;}
    .m4a{ font-size: 18px; font-size: 1.8rem; line-height: 26px;}
    .m4xtu{ width: 40px;}
    
.m4mor{ margin-top: 20px;}
.m4mor a{ line-height: 28px; padding: 10px 15px; font-size: 14px; font-size: 1.4rem;}
}
@media screen and (max-width:999px) {
.main4{ padding-top: 30px;}
.m4pz{ font-size: 16px; font-size: 1.6rem;}
    .m4tuz{ margin-top: 20px;}
.m4b{ margin-top: -100px;}
.m4lie{ padding: 0 10px;}
.m4a{ font-size: 16px; font-size: 1.6rem; line-height: 26px; margin-top: 10px;}
}
@media screen and (max-width:767px) {
.m4pz{ font-size: 14px; font-size: 1.4rem; line-height: 24px;}
.m4b{ margin-top: 20px; width: 100%;}
.m4a{ font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-top: 10px; min-height: 0px;}
}
@media screen and (max-width:599px) {
.m4lie{ width: 100%; padding: 10px;}
}

/*  main5  */
.main5{ background: #f4f5f7; padding-top: 80px; padding-bottom: 95px;}
.main5 .zong{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.m5l{ width: 50%; border-radius: 10px; position: relative; cursor: pointer;}
.m5r{ width: calc(50% - 40px);}

.an-btn6 { width: 70px; height: 70px;  box-sizing: border-box; border-radius: 50%; border: solid 2px #ffffff; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.an-btn6:before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 0; height: 0; margin: auto; display: block; border-width: 12px 0 12px 20px; border-style: solid; border-color: transparent transparent transparent #fff; }

.an-btn6 .an-btn6_animation { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 50%; z-index: 1; border-width: .5px; border-style: solid; border-color: #e0e0e0; opacity: 0; -webkit-animation: circles 3.9s linear 0s infinite; -moz-animation: circles 3.9s linear 0s infinite; animation: circles 3.9s linear 0s infinite; -webkit-animation-play-state: running; -moz-animation-play-state: running; animation-play-state: running; }
.an-btn6 .an-btn6_animation.circle_2 { -webkit-animation-delay: 1.3s; -moz-animation-delay: 1.3s; animation-delay: 1.3s; }
.an-btn6 .an-btn6_animation.circle_3 { -webkit-animation-delay: 2.6s; -moz-animation-delay: 2.6s; animation-delay: 2.6s; }

@keyframes circles { 
    0% {transform: scale(1); opacity: 0;}
    20% {transform: scale(1.44); opacity: .5;}
    100% {transform: scale(3.2); opacity: 0;} 
}

.main5 .m2biao{ text-align: left;}
.m5pz{ margin-top: 18px; line-height: 26px; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; color: #000;}
.m5pz a{color: #000;}
.m5p{ margin-top: 20px;}
.m5mor{ display: block; width: 200px; height: 50px; line-height: 48px; font-size: 16px; font-size: 1.6rem; margin-top: 18px; color: #fff; text-align: center; background: #0b3380; border: 1px solid #0b3380; border-radius: 10px;}
.m5mor:hover{ background: #fff;}

@media screen and (max-width:1359px) {
    .main5{ padding: 60px 0;}
.m5l{ width: 100%; max-width: 600px; margin: auto;}
.m5r{ width: 100%; margin-top: 20px;}
.m5mor{ width: 130px; height: 50px; line-height: 48px; font-size: 14px; font-size: 1.4rem; margin-top: 18px;}
}
@media screen and (max-width:767px) {
    .main5{ padding: 30px 0;}
.an-btn6 { width: 40px; height: 40px;}
.an-btn6:before { border-width: 6px 0 6px 10px; border-style: solid; border-color: transparent transparent transparent #fff; }
}

/*  main6  */
.main6{ padding-top: 52px;}
.m6n{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; padding-top: 55px;}
.m6l{ width: 690px;}
.m6r{ width: calc(100% - 710px);}

.m6l a{ display: block; border-radius: 20px; overflow: hidden;}
.m6l a img{ width: 100%;}

.m6lie{ background: #ededed; border-radius: 20px; margin: 7px 0; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.m6lie:nth-child(2){ flex-direction: row-reverse;}
.m6tu{ width: 340px; display: block; overflow: hidden; border-radius: 20px;}
.m6zi{ width: calc(100% - 340px); padding: 10px 20px;}

.m6a{ display: block; font-size: 22px; font-size: 2.2rem; line-height: 30px; color: #000; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}
.m6p{ line-height: 26px; margin-top: 10px;}
.m6p a{ display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 4;  overflow: hidden;;}

@media screen and (max-width:1559px) {
.m6n{ padding-top: 40px;}
.m6l{ width: 500px;}
.m6r{ width: calc(100% - 510px);}

.m6tu{ width: 250px;}
.m6zi{ width: calc(100% - 250px); padding: 10px;}
.m6a{ font-size: 20px; font-size: 2rem; -webkit-line-clamp: 1;}
}
@media screen and (max-width:1359px) {
.m6l{ width: 400px;}
.m6r{ width: calc(100% - 410px);}

.m6tu{ width: 200px;}
.m6zi{ width: calc(100% - 200px); padding: 10px;}
.m6a{ font-size: 18px; font-size: 1.8rem; line-height: 26px; -webkit-line-clamp: 1;}
.m6p a{ -webkit-line-clamp: 3;}
}
@media screen and (max-width:999px) {
.m6l{ display: none}
.m6r{ width: 100%;}
}
@media screen and (max-width:767px) {
.main6{ padding-top: 30px;}
.m6n{ padding-top: 20px;}
.m6a{ font-size: 14px; font-size: 1.4rem; line-height: 26px; -webkit-line-clamp: 1;}
.m6tu{ width: 35%;}
.m6tu img{max-width: none; width: 140%; margin-left: -20%;}
.m6zi{ width:65%; padding: 10px;}
.m6p{ margin-top: 5px;}
.m6p a{ -webkit-line-clamp: 2;}
}

/*  main7  */
.main7{ padding-top: 63px; padding-bottom: 103px;}
.m7p{ margin-top: 30px; text-align: center; line-height: 30px;}
.m7tu{ display: block; margin-top: 50px;}
.m7tu img{ transform: scale(1) !important}

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

/*  main8  */
.main8{ background: #f7f7f7; padding-top: 67px; padding-bottom: 90px;}
.m8pz{ font-size: 20px; font-size: 2rem; line-height: 30px; margin-top: 14px; color: #464646; text-align: center;}
.m8pz a{ color: #464646;}

.main8 .row{ margin-top: 38px; margin-left: -8px; margin-right: -8px;}
.main8 .owl-carousel{display: none;position: relative;width: 100%;-ms-touch-action: pan-y; padding-bottom: 64px;}
.main8 .owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.main8 .owl-carousel .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%;}
.main8 .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;}
    
.main8 .owl-carousel .owl-item{float: left;}
.main8 .owl-controls .owl-page,.owl-controls .owl-buttons div{cursor: pointer;}
.main8 .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);}
.main8 .owl-theme .owl-controls{ position: absolute; width: 100%; text-align: center; bottom: 0px;}
.main8 .owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;}
.main8 .owl-theme .owl-controls .owl-page span{display: block;width: 12px;height: 12px; background: #d5d5d5; margin:0 5px; border-radius: 50%; font-size: 0px;}
.main8 .owl-theme .owl-controls .owl-page.active span,.main8 .owl-theme .owl-controls.clickable .owl-page:hover span{ background:#0b3380; opacity:1;}

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

.m8tu{ display: block; padding:0 8px;}
.m8tu img{ transform: scale(1) !important}

@media screen and (max-width:1359px) {
.main8{ padding: 60px 0;}
.main8 .owl-carousel{ padding-bottom: 40px;}
.m8pz{ font-size: 16px; font-size: 1.6rem; line-height: 26px; margin-top: 10px;}
}
@media screen and (max-width:999px) {
.m8pz{ font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-top: 10px;}
.main8 .row{ margin-top: 20px;}
.main8 .owl-carousel{ padding-bottom: 30px;}
.main8 .owl-theme .owl-controls .owl-page span{width: 10px; height: 10px; margin:0 3px;}
}
@media screen and (max-width:767px) {
.main8{ padding: 30px 0;}
}

/*  main9  */
.main9{ padding-top: 74px; padding-bottom: 68px;}
.m9n{ display: flex; flex-flow: wrap; padding-top: 30px;}
.m9lie{ width: 31.4%; margin-left: 2.9%; margin-top: 20px; background: #f5f5f5;}
.m9lie:nth-child(3n-2){margin-left: 0px;}

.m9tu{ display: block; overflow: hidden;}
.m9zi{ padding: 25px 20px; padding-bottom: 32px;}
.m9riqi{ display: block; font-size: 14px; font-size: 1.4rem; line-height: 24px; color: #999999;}
.m9a{ display: block; font-size: 20px; font-size: 2rem; line-height: 28px; margin-top: 8px; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; color: #333; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}
.m9p{ line-height: 28px; margin-top: 9px;}
.m9p a{ display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden; color: #333333;}
.m9p a:hover{ color: #0b3380;}

@media screen and (max-width:1359px) {
.main9{ padding-top: 60px;}
.m9a{ font-size: 16px; font-size: 1.6rem; line-height: 24px; margin-top: 5px;}
}
@media screen and (max-width:999px) {
.m9n{ padding-top: 10px;}
.m9lie{ width: 32.33%; margin-left: 1.5%;}
.m9zi{ padding: 20px 10px;}
}
@media screen and (max-width:767px) {
.main9{ padding-top: 30px; padding-bottom: 30px;}
.m9riqi{ font-size: 12px; font-size: 1.2rem; line-height: 20px;}
.m9a{ font-size: 14px; font-size: 1.4rem;}
    .m9p{ line-height: 22px;}
}
@media screen and (max-width:599px) {
.m9lie{ width: 49%; margin-left: 2%;}
.m9lie:nth-child(3n-2){margin-left: 2%;}
.m9lie:nth-child(2n-1){margin-left: 0px;}
.m9lie:nth-child(3){ display: none;}
.m9a{ font-size: 12px; font-size: 1.2rem; line-height: 20px;}
}

/*  main10  */
.main10{ background: #f6f9ff; padding-top: 60px; padding-bottom: 159px;}

.main10 .row{ margin-left: -20px; margin-right: -20px; margin-top: 50px;}
.main10 .owl-carousel{display: none;position: relative;width: 100%;-ms-touch-action: pan-y; padding-bottom: 34px;}
.main10 .owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.main10 .owl-carousel .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%;}
.main10 .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;}
    
.main10 .owl-carousel .owl-item{float: left; padding: 20px; padding-bottom: 30px;}
.main10 .owl-controls .owl-page,.owl-controls .owl-buttons div{cursor: pointer;}
.main10 .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);}
.main10 .owl-theme .owl-controls{ position: absolute; width: 100%; text-align: center; bottom: 0px;}
.main10 .owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;}
.main10 .owl-theme .owl-controls .owl-page span{display: block;width: 12px;height: 12px; background: #d5d5d5; margin:0 5px; border-radius: 50%; font-size: 0px;}
.main10 .owl-theme .owl-controls .owl-page.active span,.main10 .owl-theme .owl-controls.clickable .owl-page:hover span{ background:#0b3380; opacity:1;}

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

.m10n{ background: #ffffff url("../images/m10yin.jpg") no-repeat right bottom; box-shadow: 0px 11px 20px 0px rgba(0, 0, 0, 0.1); border-radius: 10px; padding:55px 20px; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.m10l{ width: 150px; text-align: center;}
.m10r{ width: calc(100% - 156px); font-size: 14px; font-size: 1.4rem; line-height: 26px; color: #464646;}

.m10tu{ display: block; width: 90%; max-width: 112px; border-radius: 50%; overflow: hidden; margin: auto;}
.m10a1{ font-size: 20px; font-size: 2rem; line-height: 30px; margin-top: 18px; color: #333; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana;}
.m10a2{ color: #666; line-height: 24px;}
.m10xing{ width: 100%; max-width: 86px; margin: auto; margin-top: 10px;}

.m10r p,.m10r p a{color: #464646;}
.m10r p a{ display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 7;  overflow: hidden;}
.m10r p a:hover{ color: #0b3380;}

@media screen and (max-width:1359px) {
.main10 .row{ margin-top: 20px;}
}
@media screen and (max-width:999px) {
.main10{ padding: 60px 0;}
.main10 .row{ margin-left: -10px; margin-right: -10px;}
.main10 .owl-carousel{ padding-bottom: 20px;}
.main10 .owl-carousel .owl-item{ padding: 10px; padding-bottom: 20px;}
.main10 .owl-theme .owl-controls .owl-page span{width: 10px;height: 10px; margin:0 2px;}

.m10n{ box-shadow:none; border: 1px solid #ddd; padding:20px 10px;}

.m10l{ width: 100px;}
.m10r{ width: calc(100% - 106px);}
.m10a1{ font-size: 18px; font-size: 1.8rem; margin-top: 10px;}
.m10a2{ line-height: 20px;}
}
@media screen and (max-width:767px) {
.main10{ padding: 30px 0;}
    .m10r{ font-size: 12px; font-size: 1.2rem; line-height: 22px;}
.m10a1{ font-size: 14px; font-size: 1.4rem; line-height: 20px; margin-top: 5px;}
    .m10xing{ margin-top: 5px;}
}

/*  main11  */
.main11{ margin-top: -95px; position: relative;}
.main11:before{content: ""; position: absolute; width: 100%; height: calc(100% - 95px); background: #000000; left: 0px; bottom: 0px; z-index: 1}
.main11 .zong{ position: relative; z-index: 2; background: #0b3380; padding:67px 60px; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.m11p{ font-size: 40px; font-size: 4rem; line-height: 50px; width: calc(100% - 280px); font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; color: #fff;}
.m11mor{ display: block; width: 263px; height: 59px; line-height: 57px; text-align: center; background: #ffffff; border: 1px solid #ffffff; position: relative;}
.m11mor:before{content: ""; position: absolute; width: 100%; height: 100%; left: 8px; top: 8px; border: 1px solid #fff; transition: 0.5s;}
.m11mor:hover:before{ top: 0px; left: 0px;}

@media screen and (max-width:1359px) {
.main11 .zong{ padding:67px 30px;}
    .m11p{ font-size: 30px; font-size: 3rem; line-height: 40px; width: calc(100% - 200px);}
    .m11mor{ width: 180px;}
}
@media screen and (max-width:999px) {
    .main11{ margin: 20px 0;}
    .main11:before{ display: none;}
.main11 .zong{ padding:30px 10px;}
    .m11p{ font-size: 30px; font-size: 3rem; line-height: 40px; width: 100%; text-align: center;}
    .m11mor{ width: 180px; margin: auto; margin-top: 20px;}
}
@media screen and (max-width:767px) {
    .m11p{ font-size: 22px; font-size: 2.2rem; line-height: 30px;}
    .m11mor{ width: 150px; height: 50px; line-height: 48px;}
    .m11mor:before{ left: 5px; top: 5px;}
}

/*  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: #000000;}
.fot{ border-bottom: 1px solid rgba(255,255,255,0.2); padding-bottom: 30px; padding-top: 75px;}
.fot .zong{ display: flex; flex-flow: wrap;}
.fo1{ width: 25%;}
.fo2{ width: 16%; margin-left: 2.8%;}
.fo3{ width: 24%; margin-left: 3%;}
.fo4{ width: 26.4%; margin-left: 2.8%;}

.fobiao{ display: block; font-size: 24px; font-size: 2.4rem; line-height: 30px; padding-bottom: 15px; color: #fff; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; position: relative;}
.fobiao:before{content: ""; position: absolute; width: 56px; height: 3px; background: #ffffff; left: 0px; bottom: 0px;}

.fonav,.foul{ font-size: 16px; font-size: 1.6rem; line-height: 36px; margin-top: 44px;}
.fonav a,.fonav p,.foul li{color: #ffffff; display: block;}
.fo1mor{ cursor: pointer; text-decoration: underline;}
.foul li a{color: #fff;}
.foul li strong{font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; font-weight: normal;}

.fo4 .fobiao{ margin-left: 16px;}

.foxin{ padding-top: 54px;}
.foxin div{ padding-left: 16px;}
.foxin .int1{ width: 100%; margin-bottom: 10px;}
.foxin .int2{ width: 100%; margin-bottom: 10px; position: relative; padding-right: 226px;}

.foxin input{ width: 100%; height: 40px; line-height: 40px; background: rgba(237, 237, 237,0.1); border-radius: 10px; padding-left: 13px; padding-right: 10px; color: #fff; font-size: 16px; font-size: 1.6rem;}
.foxin textarea{ width: 100%; height: 83px; line-height: 30px; background: rgba(237, 237, 237,0.1); border-radius: 10px; padding: 5px 0; padding-left: 13px; padding-right: 10px; color: #fff; font-size: 16px; font-size: 1.6rem;}
.foxin .xing{ background: url("../images/xing.png") no-repeat left 18px;}
.foxin .yanzheng{ position: absolute; width: 104px; height: 40px; border-radius: 10px; right: 112px; bottom: 0px; cursor: pointer;}
.foxin .int2 .int3{ width: 102px; height: 40px; line-height: 38px; background: #0b3380; border: 1px solid #0b3380; padding: 0px; color: #ffffff; position: absolute; right: 0px; bottom: 0px; cursor: pointer; transition: 0.5s;}
.foxin .int2 .int3:hover{ background: #fff; color: #0b3380;}

.shejiao{ font-size: 0px; padding-top: 18px; max-width: 305px; display: flex; flex-flow: wrap; justify-content: space-between;}
.shejiao a{ height: 40px; line-height: 40px; color: #fff; opacity: 0.55;}
.shejiao a i{ font-size: 20px;}
.shejiao a:hover{ opacity: 1; color: #fff !important;}

.fob{ padding-top: 21px; padding-bottom: 55px; margin-top: 10px;}
.fop{ margin: auto; color: #ffffff;}
.fop a{ display: inline-block; vertical-align: middle; color: #ffffff;}
.fop a img{ display: inline-block; vertical-align: middle;}

.youlian{ margin-top: 12px;}
.youlian p,.youlian a{ display: inline-block; vertical-align: middle; color: #ffffff;}
.youlian a{ margin: 0 5px;}

.foot a:hover{ color: #024fe4;}

@media screen and (max-width:1459px) {
.fo1{ width: 20%;}
.fo2{ width: 16%; margin-left: 2%;}
.fo3{ width: 27%; margin-left: 3%;}
.fo4{ width: 30%; margin-left: 2%;}

.fonav,.foul{ font-size: 14px; font-size: 1.4rem; line-height: 30px; margin-top: 30px;}
.foxin{ padding-top: 35px;}
    .foxin input,.foxin textarea{ font-size: 14px; font-size: 1.4rem;}
}
@media screen and (max-width:1359px) {
.fo1{ width: 20%;}
.fo2{ width: 16%; margin-left: 2%;}
.fo3{ width: 28%; margin-left: 2%;}
.fo4{ width: 30%; margin-left: 2%;}

.fobiao{ font-size: 20px; font-size: 2rem;}
.fobiao:before{ width: 40px; height: 2px;}

.fonav,.foul{ font-size: 12px; font-size: 1.2rem; line-height: 24px; margin-top: 20px;}
.foxin{ padding-top: 25px;}
    .foxin input,.foxin textarea{ font-size: 12px; font-size: 1.2rem;}
    .shejiao a i{ font-size: 16px; font-size: 1.6rem;}
}
@media screen and (max-width:999px) {
    .fot{ padding-top: 20px; border: none; padding-bottom: 0px;}
    .folie{ width: 100%; margin-left: 0px; margin-top: 20px;}

    .fonav,.fo3n,.foxin{ display: none;}
    .fobiao{ font-size: 14px; font-size: 1.4rem; position: relative; padding: 10px 0; margin-left: 0px !important;}
    .fobiao:before{ width: 100%; height: 1px;}
    .fobiao:after{content: ""; position: absolute; right: 0px; top: 50%; width: 0; border: 5px solid #fff; border-bottom-color:transparent ; border-top-color: transparent; border-right-color: transparent; transition: 0.5s;}
    .fobiaoh:after{ transform: rotate(90deg);}
    .youlian{ margin-top: 5px;}
}
@media screen and (max-width:767px) {
    .foxin .int2{ padding-right: 160px}
.foxin .yanzheng{ width: 70px; right: 80px;}
.foxin .int2 .int3{ width: 70px;}
    .youlian{ display: none;}
}


/*  foot  */
.lianxi{ position:fixed; width:51px; right:0px; top:50%; transform:translateY(-50%); z-index:999999}
.lianxi div a{ display:block; width:51px; height: 51px; line-height: 51px; text-align:center; color:#fff; background: #dfdfdf; border-radius: 4px; margin-top: 2px; cursor: pointer;}
.lianxi div a i{font-size: 26px;line-height: 51px;display: block;}
.lianxi div a em{ font-style: normal; color: #fff; font-size: 12px; font-size: 1.2rem; line-height: 22px;}
.lianxi .top a em{ font-size: 18px; font-size: 1.8rem; line-height: 30px;}

.weixin{ position:relative; cursor:pointer;}
.weixin .spimg{ position:absolute; top:50%; right:100%; transform: translateY(-50%); display:none; background: #fff; padding: 13px; font-size: 16px; font-size: 1.6rem; line-height: 30px; box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.24);}
.weixin:hover .spimg{ display:block;}
.weixin img{ position:absolute; width:149px; height:150px; max-width: none; top:0px; left:-149px; display:none;}
.weixin:hover img{ display:block;}
.weixin2,.tankuang{ display:none}
.lianxi div a:hover{ background:#0b3380; color: #fff; text-decoration: none;}
.clear2{ display:none}

@media screen and (max-width:999px) {
.lianxi{ width:100%; right:auto; top:auto; margin:auto; left:0px; bottom:0px; border-top:1px solid #fff; transform:translateY(0);}
.lianxi div{ width:25%; float:left; margin-top: 0px;}
.lianxi div a{ margin:auto; width:100%; background:#222; color:#fff !important; border-radius:0px; height:40px;line-height:40px; font-size: 20px; padding: 0px;}
    .lianxi div a i{ line-height: 40px; font-size: 20px;}
    .lianxi div a em{ display: none !important;}
.weixin2{ display:block}
.weixin1{ display:none}

.tankuang{ position:absolute; width: auto !important; min-width: 100%; bottom:50px; left: 50%; transform: translateX(-50%); text-align: center;}
.tankuang .spimg{ display:block; position:relative; left:auto; top: auto !important; transform: translate(0); right: auto; text-align: center; margin:auto;}
    .weixin img{ display: block; position: relative; left: 50%; transform: translateX(-50%)}
}

/****************************  product  ***************************/
.mianbao{ color: #333; padding-top: 30px;}
.mianbao a{ display: inline; color: #333;}
.mianbao strong,.comian{ font-weight: normal; display: inline; color: #0b3380 !important;}
.mianbao em{ color: #fff; display: inline-block; vertical-align: middle; margin-right: 5px;}

@media screen and (max-width:999px) {
.mianbao{ padding-top: 20px;}
}
@media screen and (max-width:767px) {
.mianbao{ display: none;}
}

.prmain{ padding-top:75px; padding-bottom:158px; position: relative; display: flex; flex-flow: wrap; justify-content: space-between; flex-direction: row-reverse;}

.prl{ width:320px;}
.prr{ width:calc(100% - 372px);}

.j-nextshow { position: relative;}
.proslide_menubtn { display: none; width: 19px; height: 21px; position: absolute; top: 5px; right: 0px; 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; border-radius:2px; margin-bottom: 4px; background-color: #0b3380; }
.prbiao{ display:block; font-size:24px; font-size:2.4rem; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; line-height:30px; position:relative; padding-bottom: 20px; border-bottom: 1px solid #dddddd; color: #000;}
a.prbiao:hover{ color:#0b3380;}

.pryiji{ margin-top: 18px;}
.pryiji>li{ position: relative; border-bottom: 1px solid #dddddd;}
.pryiji>li>a{ display:block; line-height:28px; padding:11px 0px; padding-left: 39px; color: #464646; position:relative;}
.pryiji>li>a i{ position: absolute; left: 17px; top: 10px; font-size: 12px; font-size: 1.2rem;}

.prerji{ padding:10px 0px; padding-left: 39px; border-top: 1px solid #dddddd;}
.prerji li a{ display:block; line-height:26px; padding: 10px 0; position: relative;}
.prsanji{ padding-left:30px; font-size: 14px; font-size: 1.4rem;}

.pryiji>li:hover>a{color: #0b3380;}

.prerji li:hover>a{ color:#0b3380;}
.prerji>li:hover>a{ color:#0b3380;}

.dangpryi>a{ color:#0b3380 !important;}

.dangprer>a{ color:#0b3380 !important;}
.prerji>.dangprer>a{ color:#0b3380 !important;}
.prerji>.dangprer>a:before{ opacity: 1 !important;}
.dangprer>a>i{ background:#0b3380 !important;}

@media screen and (max-width:1359px) {
.prl{ width:260px;}
.prr{ width:calc(100% - 280px);}

.pryiji>li>a{ padding: 10px 0; padding-left: 20px; position:relative;}
    .pryiji>li>a i{ left: 0px;}
.prerji li a{ font-size:14px; font-size:1.4rem;}
.prerji{ padding-left: 20px;}
}
@media screen and (max-width:999px) {
.prmain{ padding-top:30px; padding-bottom:38px;}
.prl{ width:200px; top: 60px;}
.prr{ width:calc(100% - 220px);}

.pryiji>li>a{ line-height: 24px; padding-left: 0px;}
    .pryiji>li>a i{ display: none;}
    .prerji li a{ padding: 5px 0;}
.prerji li a{ font-size:14px; font-size:1.4rem;}
}
@media screen and (max-width:767px) {
.prmain{ padding-top:20px; padding-bottom:30px;}
.prl{ width:100%; margin-top:20px; max-height: none; top: auto; position: relative;}
.prr{ width:100%;}
.proslide_menubtn{ display:block;}
.pryiji{display: none}
    .prbiao{ font-size: 20px; font-size: 2rem;}
}


.prrt{margin-top:80px;}
.prrbiao{ font-size: 30px; font-size: 3rem; line-height: 40px; padding-bottom: 15px; color: #000; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; border-bottom: 1px solid #dddddd;}
.prrtn{ padding-top: 7px;}
.prrlie{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; margin-top: 28px;}
.prrlie:nth-child(2n){ flex-direction: row-reverse;}
.prrtu{ width: 50.6%; display: block; overflow: hidden;}
.prrzi{ width:calc(49.4% - 30px); line-height: 26px;}
.prrzi strong{ display: block; font-size: 30px; font-size: 3rem; line-height: 40px; margin: 10px 0; color: #000000; font-weight: normal; font-family: Oswald-Bold,Arial, "Arial Black", "sans-serif", Verdana;}

.prrpz{line-height: 26px; margin-top: 22px;}

@media screen and (max-width:1559px) {
    .prrbiao{ font-size: 24px; font-size: 2.4rem; line-height: 30px;}
.prrzi strong{ font-size: 20px; font-size: 2rem; line-height: 30px;}
}
@media screen and (max-width:1359px) {
.prrzi{ width:calc(49.4% - 15px); line-height: 22px;}
}
@media screen and (max-width:999px) {
.prrtu{ width: 100%; max-width: 520px; margin: auto;}
.prrzi{ width:100%; padding-top: 5px;}
}
@media screen and (max-width:767px) {
    .prrlie{ margin-top: 15px;}
    .prrbiao{ font-size: 20px; font-size: 2rem; line-height: 30px;}
.prrzi strong{ font-size: 18px; font-size: 1.8rem; line-height: 26px;}
}

.prn{display: flex; flex-flow: wrap; padding-top: 26px;}
.prlie{ width: 32%; margin-left: 2%; margin-top: 54px; transition: 0.5s; position: relative; display: inline-block; vertical-align: top;}
.prlie:nth-child(3n-2){margin-left: 0px;}
.prtu{ display: block; background: #fff; border: solid 1px #dddddd; overflow: hidden;}
.przi{ padding-top: 30px;}
.pra{ line-height: 24px; color: #000; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana;  display: block; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 4;  overflow: hidden;}
.prp{ line-height: 24px; margin-top: 10px;}
.prp a{ display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}
.prin{ margin-top: 35px;}
.prin input{ display: inline-block; vertical-align: middle; cursor: pointer;}
.prmor{ display: inline-block; vertical-align: middle; width: 136px; height: 42px; line-height: 40px; margin-left: 15px; text-align: center; border: solid 1px #0b3380; background: #fff; border-radius: 10px; color: #0b3380;}
.prmor:hover{ background: #0b3380; color: #fff;}
.prtu:hover{ box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.13);}

.fenye{ padding-top:82px; text-align:center;}
.fenyen{  display:inline-block; *float:left; font-size: 0px;}
.fenyen a{ display:inline-block; *float:left; padding: 0 14px; min-width: 40px; height:40px; text-align:center; background: #fff; line-height:38px; margin: 5px; color: #666666; font-size: 16px; font-size: 1.6rem; border-radius: 4px; border: solid 1px #999999;}
.fenyen a:hover{ color:#fff; background:#0b3380;}
.fenyen .sx{}
.dangqianfen{ color:#fff !important; background:#0b3380 !important; border-color: #0b3380 !important;}
.fenyen .no:hover{
    color: #666666;
    background-color: #fff;
    border: solid 1px #999999;
}
.fuxuan{ margin-left: 10px; display:inline-block; *float:right; background: url("../images/fuxuan.png") no-repeat right center; padding-right: 36px;}
.fuxuan input{ padding: 0 19px; height:40px; line-height: 38px; color: #fff; background: #0b3380; border: 1px solid #0b3380; cursor:pointer; transition:0.5s; font-size:16px; font-size:1.6rem; border-radius: 4px;}
.fuxuan input:hover{ color: #0b3380; background: #fff;}

@media screen and (max-width:1359px) {
    .prlie{ margin-top: 30px;}
.prin{ margin-top: 10px;}
.fenye{ padding-top:40px;}
.fenyen a{ padding: 0 10px; min-width: 30px; height:30px; line-height:28px; margin: 4px; font-size:14px; font-size:1.4rem;}
}
@media screen and (max-width:999px) {
    .fenye{ padding-top:30px;}
    .fenyen a{ font-size: 14px; font-size: 1.4rem;}
.zhankai{ font-size: 14px; font-size: 1.4rem; margin-top: 20px;}
}
@media screen and (max-width:767px) {
.prmain{ padding-top: 30px; padding-bottom: 30px;}
.prtbiao,.pr3biao{ font-size:20px; font-size:2rem;}

.prn{ padding-top: 15px;}
.prlie{ width: 49%; margin-left: 2%; margin-top: 15px;}
.prlie:nth-child(3n-2){margin-left: 2%;}
.prlie:nth-child(2n-1){margin-left: 0px;}
    .przi{ padding-top: 10px;}
    .pra{ line-height: 20px;}
    .prmor{ width: 100px; margin-left: 5px;}

.fenye{ padding-top:30px;}
.fenyen a,.fuxuan input{ font-size:12px; font-size:1.2rem; padding: 0 10px; height: 26px; line-height: 24px;}
}

.prb{ padding-top: 80px; padding-bottom: 30px;}
.prbn{ display: flex; flex-flow: wrap; padding-top: 30px;}
.prbn a{ min-width: 33.333%; padding-right: 15px; margin-top: 10px;}

@media screen and (max-width:999px) {
.prb{ padding-top: 50px; padding-bottom: 80px;}
}
@media screen and (max-width:767px) {
.prb{ padding: 30px 0;}
    .prbn{ padding-top: 20px;}
}

/****************************  product2  ***************************/

.prr h1{ font-size: 24px; font-size: 2.4rem; line-height: 40px; padding-bottom: 15px; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; color: #000; border-bottom: 1px solid #dddddd;}

.pr2t{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 46px;}

.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; /*opacity:0.5; */
    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 #ccc; 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-prob{ width:41%;}
.prob-pic {}
.prob-pic .prob-pic-big { position: relative;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.prob-pic .prob-pic-big-img { display: block; line-height: 0; font-size: 0;}
.prob-pic .prob-pic-big-img img{transition: 0s; transform: scale(1); border: solid 1px #dddddd;}
.prob-pic .prob-pic-big-img .zoomPad { float: none; z-index: 8;}
.prob-pic .zoomWrapperImage img { max-width: 1920px;}
.prob-pic .prob-pic-big-img:hover img{ transform: scale(1)}
.prob-pic .prob-pic-small { position: relative; margin-top: 13px; overflow: hidden;}
.prob-pic .prob-pic-btn { position: absolute; top: 50%; margin-top: -15px; display: block; height: 30px; line-height:30px; text-align:center; color:#013281; font-size:16px; z-index:9999}
.prob-pic .prob-pic-btn.prev { left:0px;}
.prob-pic .prob-pic-btn.next { right:0px;}
.prob-pic .prob-pic-btn:hover{ color: #333333;}
.prob-pic .prob-pic-list { overflow: hidden; margin-left: 32px; margin-right: 32px;}
.prob-pic .prob-pic-list ul { width: 1000%; overflow: hidden;}
.prob-pic .prob-pic-list ul li { position: relative; float: left; margin-right: 0.2666%; width: 2.3%; overflow:hidden;}
.prob-pic .prob-pic-item .item-pic,.prob-pic .prob-pic-item .item-video  { display:block; overflow: inherit;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; overflow:hidden; border: solid 1px #dddddd;}
.prob-pic .prob-pic-item .item-pic img,.prob-pic .prob-pic-item .item-video img{display: block; width:100%;transition: 0.3s;-moz-transition: 0.3s;-o-transition: 0.3s;-webkit-transition: 0.3s; border-radius: 20px;}
.prob-pic .prob-pic-item .item-pic:hover,.prob-pic .prob-pic-item .item-video:hover{ border-color: #20469b;}
.prob-pic .prob-pic-item .item-pic.active,.prob-pic .prob-pic-item .item-video.active{ border-color:#20469b}

.prob-video { position: absolute; left: 0; top: 0; width: 100%; height: 100%; line-height: 0; font-size: 0; overflow: hidden; z-index: 8; display: none; }
.prob-video iframe { position: absolute; left: 0; top: 0; width: 100%; height: 100%; border: solid 1px #dddddd;}
.prob-video.show { display: block; }

.jianjie{ width:55%; position: relative;}
.jiann{ color: #464646;}
.jiann p,.jiann em,.jiann strong{color: #464646;}
.jiann img{ max-width:100%; display:inline;}
.prdo{ display: inline-block !important; height: 27px; line-height: 27px; color: #fff !important; background: #0b3380; border-radius: 5px; padding: 0 9px;}
.prdo em{ color: #fff !important;}
.prdo:hover{ background: #000;}

.table{ width:100%; overflow:auto;}
.jiann .table table{ width:100%; border-collapse:collapse; line-height:22px;}
.jiann .table table tr{}
.jiann .table table tr td{ padding:10px 0px; background: #fff;}
.jiann .table table{    table-layout: fixed;}
.jiann .table table tr td:first-child{
    width: 180px;
}
.inno2{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.inno2 a{ display: inline-block; vertical-align: middle; width: 160px; height: 45px; line-height: 43px; font-size: 16px; font-size: 1.6rem; margin-top: 10px; margin-right: 5px; text-align: center; border-radius: 10px; color: #ffffff; background: #013281; border: 1px solid #013281;}
.inno2 a:hover{ background: #fff; color: #0b3380;}

.share{ display: inline-block; vertical-align: middle; margin-top: 10px;}
.share1{ display:inline-block; vertical-align:middle; font-size:16px; font-size:1.6rem; color:#555555;}
.share2{ display:inline-block; vertical-align:middle;}

@media screen and (max-width: 1559px) {
.prr h1{ font-size:20px; font-size:2rem; line-height:30px; margin-top: 0px;}
.jiann{ margin-top:12px;}
}
@media screen and (max-width: 1359px) {
.prr h1{ font-size:18px; font-size:1.8rem; line-height:26px;}
.jiann{ line-height:26px; margin-top:15px;}
.share{ margin-top:10px;}
.share1{font-size: 14px; font-size: 1.4rem;}
.inno2 a{ height: 40px; line-height: 38px; font-size: 14px; font-size: 1.4rem; width: 130px;}

.prob-pic .prob-pic-btn { width: 20px; font-size:18px;}
.prob-pic .prob-pic-list { margin-left: 30px; margin-right: 30px;}
.prob-pic .prob-pic-small { margin-top: 10px;}
}
@media screen and (max-width: 999px) {
    .zoomPad { cursor: default !important; }
    .zoomPup { display: none !important; }
    .zoomWindow { display: none !important; }
    .zoomPreload { display: none !important; }

.m-prob { float:none; margin:auto; margin-top: 0px; width: 100%; max-width: 400px;}
    .jianjie{ width: 100%;}
.inno2{ max-width: 500px; margin: auto; margin-top:10px;}
}
@media screen and (max-width: 767px) {
    .prr h1{ font-size: 16px; font-size: 1.6rem;}
.jiann{ font-size:12px; font-size:1.2rem; line-height:22px; margin-top:12px; color: #333;}
.share1{font-size: 12px; font-size: 1.2rem;}
.prob-pic .prob-pic-list { margin-left: 20px; margin-right: 20px;}
}

.pr2main1{ padding-top: 42px;}
.pr2biao{ font-size: 30px; font-size: 3rem; line-height: 40px; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; color: #000;}
.chanxiang{ margin-top: 8px;}
.chanxiang p,.chanxiang em,.chanxiang strong{color: #464646;}
.chanxiang img{ display: inline-block;}
.chanxiang a{ display: inline-block; color: #0b3380;}

.chanxiang .table table{ width:100%; border-collapse:collapse; line-height:22px;}
.chanxiang .table table tr{}
.chanxiang .table table tr td{ padding:12px; border:1px solid #dddddd; background: #fff;}

@media screen and (max-width:999px) {
    .pr2biao{ font-size: 24px; font-size: 2.4rem; line-height: 30px;}
.chanxiang{ margin-top: 20px;}
}
@media screen and (max-width:768px) {
    .pr2biao{ font-size: 20px; font-size: 2rem;}
    .chanxiang .table table tr td{ padding:6px;}
}

.pr2b{ padding-top: 48px;}
.pr2lie{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; margin-top: 32px;}
.pr2lie:nth-child(2n-1){ flex-direction: row-reverse;}
.pr2tu{ width: 52%; display: block; overflow: hidden;}
.pr2zi{ width: calc(48% - 35px);}

.pr2a{ display: block; position: relative; font-size: 30px; font-size: 3rem; line-height: 40px; padding-top: 12px; font-family: Oswald-Bold,Arial, "Arial Black", "sans-serif", Verdana; color: #000;}
.pr2a:before{content: ""; position: absolute; width: 64px; height: 4px; background: #0b3380; left: 0px; top: 0px;}
.pr2p{ line-height: 26px; margin-top: 13px;}
.pr2p strong{ font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; font-weight: normal;color: #000000; display: block; margin-bottom: 7px;}
.pr2mor{ display: block; width: 129px; height: 40px; line-height: 38px; margin-top: 17px; background: #0b3380; border: 1px solid #0b3380; text-align: center; color: #ffffff; border-radius: 10px;}
.pr2mor:hover{ background: #fff;}

@media screen and (max-width:1359px) {
.pr2b{ padding-top: 10px;}
.pr2a{ font-size: 24px; font-size: 2.4rem; line-height: 30px; padding-top: 6px;}
.pr2p{ display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 7;  overflow: hidden;}
}
@media screen and (max-width:999px) {
.pr2lie{ display: block;}
.pr2tu{ width: 100%; max-width: 500px;}
.pr2zi{ width: 100%; margin-top: 20px;}
}
@media screen and (max-width:767px) {
.pr2a{ font-size: 20px; font-size: 2rem;}
}

.homain{ padding-bottom: 50px; padding-top: 28px;}
.img-scroll1 {position: relative; margin-top:40px; padding-bottom: 90px;}
.img-scroll1 .prev, .img-scroll1 .next {position: absolute; text-align:center; display: block; width: 40px; height: 40px; line-height: 38px; text-align: center; border-radius: 50%; background: #ffffff; border: solid 1px #000000; bottom: 0px; transition: 0.5s; z-index: 999}
.img-scroll1 .prev { left: 50%; margin-left: -48px; cursor: pointer;}
.img-scroll1 .next { right: 50%; margin-right: -48px; cursor: pointer;}
.img-scroll1 .prev:hover,.img-scroll1 .next:hover { color: #fff; background: #000000;}
.img-list1 {position: relative;overflow: hidden;}
.img-list1 ul {width: 10000%;}
.img-list1 li {float: left; width:0.32%; margin-right: 0.02%; position:relative;}

.hotu{ display: block; border: solid 1px #dddddd; overflow: hidden;}
.hoa{ display: block; padding:0 11px; padding-top: 30px; line-height: 24px; color: #000000; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 4;  overflow: hidden;}

@media screen and (max-width:1359px) {
.homain{ padding-top: 0px;}
.hoa{ padding: 0px; padding-top: 10px;}
}
@media screen and (max-width:999px) {
.img-scroll1 { padding-bottom: 50px; margin-top: 20px;}
.img-scroll1 .prev, .img-scroll1 .next { width: 30px; height: 30px; line-height: 28px; font-size: 14px; top: auto; transform: translate(0); bottom: 0px;}
.img-scroll1 .prev { left: 50%; margin-left: -35px;}
.img-scroll1 .next { right: 50%; margin-right: -35px;}
    .homain{ padding-bottom: 100px;}
}
@media screen and (max-width:767px) {
    .homain{ padding-bottom: 30px;}
}
@media screen and (max-width:539px) {
.img-list1 li { width:0.5%;}
}

/****************************  2-1  ***************************/
.ct1banner{ background: #e1e1e1;}
.ct1banner .zong{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.ct1bzi{ width: calc(100% - 680px); padding: 20px 0;}
.ct1btu{ width: 504px;}

.ct1ba{ font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; font-size: 40px; font-size: 4rem; line-height: 40px; color: #000;}
.ct1bp{ line-height: 26px; margin-top: 24px;}
.ct1bp p{}

@media screen and (max-width:1359px) {
.ct1btu{ width: 450px;}
.ct1bzi{ width: calc(100% - 480px);}
.ct1ba{ font-size: 30px; font-size: 3rem; line-height: 34px;}
.ct1bp{ margin-top: 15px;}
}
@media screen and (max-width:999px) {
.ct1btu{ width: 350px;}
.ct1bzi{ width: calc(100% - 380px);}

.ct1ba{ font-size: 24px; font-size: 2.4rem; line-height: 30px;}
}
@media screen and (max-width:767px) {
.ct1banner{ padding-bottom: 20px;}
.ct1btu{ width: 100%; max-width: 260px; margin: auto;}
.ct1bzi{ width: 100%;}

.ct1ba{ font-size: 20px; font-size: 2rem;}
.ct1bp{ margin-top: 10px;}
}

.ct1main1{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; padding-top: 58px;}
.ct11tu{ width: 48%; border-radius: 20px;}
.ct11zi{ width: calc(52% - 27px);}

.ct11tu img{ border-radius: 20px; width: 100%;}
.ct1main1 .m2biao{ text-align: left;}
.ct11p{ line-height: 26px; padding-top: 8px;}
.ct11p p{ padding-left: 26px; position: relative; margin-top: 14px;}
.ct11p p em{ position: absolute; left: 0px; top: 0px;}

@media screen and (max-width:1359px) {
.ct11p p{ margin-top: 0px;}
}
@media screen and (max-width:999px) {
.ct1main1{ padding-top: 30px;}
}
@media screen and (max-width:767px) {
.ct11tu{ width: 100%; border-radius: 20px;}
.ct11zi{ width: 100%; margin-top: 20px;}
}

.ct1main2{ padding-top: 50px; padding-bottom: 72px;}

#outer { margin-top:37px; font-size:0px; position: relative;}
#tab {zoom: 1; font-size:0px; text-align: center; position: relative;}
#tab li{ transition:0.5s; cursor:pointer; display: inline-block; vertical-align: middle; position:relative; text-align: center; padding: 0px 45px; height: 44px; line-height: 44px; margin: 9px 22px; background: #f2f6fa; border-radius: 5px; z-index: 1}
#tab li span{ display: block; text-align: center; color: #000000; font-size: 16px; font-size: 1.6rem; transition: 0.5s;}

#tab li.current{ background: #0b3380;}
#tab li.current span{color: #fff;}

#content { display: block;}
#content .tabul {display: none; font-size:0px; vertical-align:middle;}

.ct12n{ display: flex; flex-flow: wrap;}
.ct12lie{ width: 23.57%; margin-left: 1.9%; margin-top: 20px;}
.ct12lie:nth-child(4n-3){margin-left: 0px;}
.ct12tu{ border: 1px solid #f2f6fa; background: #f2f6fa; display: block; overflow: hidden;}
.ct12a{ line-height: 24px; text-align: center; display: block; margin-top: 26px; color: #454545 !important; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 4;  overflow: hidden;}
.ct12a:hover{ color: #0b3380 !important;}

@media screen and (max-width:1359px) {
#tab li{ padding: 0px 20px; margin: 5px;}
#tab li span{ font-size: 14px; font-size: 1.4rem;}
}
@media screen and (max-width:999px) {
.ct1main2{ padding-top: 30px;}
#outer { margin-top:20px;}

#tab li{ padding: 0px 15px; margin: 2px; height: 40px; line-height: 40px;}
#tab li span{ font-size: 12px; font-size: 1.2rem;}
}
@media screen and (max-width:767px) {
.ct1main2{ padding-top: 30px; padding-bottom: 30px;}
#tab li{ padding: 0px 10px; margin: 2px; height: 40px; line-height: 40px;}
.ct12lie{ width: 49%; margin-left: 2%; margin-top: 15px;}
.ct12lie:nth-child(2n-1){margin-left: 0px;}
}

.ct1main3{ background: #f0f4fa; padding-top: 22px; padding-bottom: 63px;}
.ct13lie{ margin-top: 37px; background: #fff; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.ct13tu{ width: 50%;}
.ct13zi{ width: 50%; padding: 30px;}

.ct13lie:nth-child(2n){ flex-direction: row-reverse;}

.ct13shu{ display: block; width: 49px; height: 49px; line-height: 49px; text-align: center; background: #000000; border-radius: 50%; color: #fefefe; font-size: 30px; font-size: 3rem;}
.ct13p{ margin-top: 22px;}

.ct13b{ background: #ffffff; text-align: center; padding:45px 100px; position:relative; margin-top: 69px; line-height: 26px;}
.ct13bp{ font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana;}
.ct13b .ct13mor{ display: block; width: 136px; height: 42px; line-height: 40px; font-size: 16px; font-size: 1.6rem; text-align: center; color: #ffffff; background: #0b3380; border: 1px solid #0b3380; border-radius: 10px; position: absolute; left: 50%; top: 100%; transform: translate(-50%,-50%);}

@media screen and (max-width:1359px) {
.ct13zi{ padding: 20px;}
.ct13shu{ width: 30px; height: 30px; line-height: 30px; font-size: 20px; font-size: 2rem;}
.ct13p{ margin-top: 10px;}
}
@media screen and (max-width:999px) {
.ct13b{ padding: 40px 20px;}
    .ct13b{ margin-top: 30px;}
}
@media screen and (max-width:767px) {
.ct1main3{ padding-top: 22px; padding-bottom: 50px;}
.ct13lie{ margin-top: 20px;}
.ct13tu{ width: 100%;}
    .ct13tu img{ width: 100%;}
.ct13zi{ width: 100%; padding:15px 10px;}
.ct13shu{ width: 24px; height: 24px; line-height: 24px; font-size: 14px; font-size: 1.4rem;}
}

.ct1main4{ padding-top: 40px; padding-bottom: 40px;}
.ct15p{ text-align: center; max-width: 1200px; margin: auto; line-height: 26px; margin-top: 28px;}
.ct14n{ display: flex; flex-flow: wrap; padding-top: 52px;}
.ct14lie{ width: 20%; text-align: center; padding: 0 10px; margin-top: 20px;}
.ct14tu{ width: 66px; height: 66px; display: block; margin: auto; position: relative;}
.ct14tu img{ max-width: 100%; max-height: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.ct14a{ text-align: center; margin-top: 20px;}

@media screen and (max-width:1359px) {
.ct14n{ padding-top: 10px;}
.ct14a{ margin-top: 10px;}
}
@media screen and (max-width:767px) {
.ct1main4{ padding-top: 30px; padding-bottom: 30px;}
.ct14lie{ width: 33.333%;}
.ct14tu{ width: 40px; height: 40px;}
}

.ct1main5{ background: #f0f4fa; padding-top: 25px; padding-bottom: 60px;}
.ct15n{ display: flex; flex-flow: wrap;}
.ct15tu{ display: block; width: 23.57%; margin-left: 1.9%; margin-top: 22px;}
.ct15tu:nth-child(4n-3){margin-left: 0px;}

@media screen and (max-width:767px) {
.ct15tu{ width: 49%; margin-left: 2%; margin-top: 15px;}
.ct15tu:nth-child(2n-1){margin-left: 0px;}
}

.ct1main6{ padding-top: 42px;}
.ct1main7{ padding-top: 34px; padding-bottom: 43px;}
.ct16n{ display: flex; flex-flow: wrap; justify-content:center; padding-top: 17px;}
.ct16lie{ width: 24.3%; margin-left: 0.93%; margin-top: 19px;}
.ct16lie:nth-child(4n-3){margin-left: 0px;}
.ct16tu{ border-radius: 5px;}
.ct16a{ text-align: center; margin-top: 9px; color: #000000;}

@media screen and (max-width:767px) {
.ct1main6{ padding-top: 30px;}
.ct1main7{ padding-top: 30px; padding-bottom: 30px;}
.ct16lie{ width: 49%; margin-left: 2%; margin-top: 10px;}
.ct16lie:nth-child(2n-1){margin-left: 0px;}
}

.ct1main8{ padding-top: 32px; padding-bottom: 49px; background: #f0f4fa;}
.ct1main9{ padding-top: 35px; padding-bottom: 52px; background: none;}

@media screen and (max-width:767px) {
.ct1main8{ padding-top: 30px; padding-bottom: 30px;}
.ct1main9{ padding-top: 30px; padding-bottom: 30px;}
}

.ct1main10{ background: #f0f4fa; padding-top: 27px; padding-bottom: 68px;}
.ct110n{ display: flex; flex-flow: wrap; justify-content: space-between;}
.ct110lie{ width: calc((100% - 200px) / 3); margin-left:100px; margin-top: 15px; text-align: center; position: relative;}
.ct110lie:nth-child(3n-2){margin-left: 0px;}
.ct110tu{ position: relative; max-width: 400px; margin: auto;}
.ct110tu .num{
position: absolute;
    left: 5px;
    top: 5px;
    min-width: 20px;
    line-height: 20px;
    border-radius: 50%;
    background-color: #0b3380;
    font-size: 12px;
    color: #fff;
    text-align: center;
    font-style: normal;
}
.ct110a{ font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; color: #000; line-height: 30px; margin-top: 8px;}

.ct110lie:before{ content: ""; position: absolute; width: 30px; height: 22px; right: 100%; top: 50%; margin-right: 50px; margin-top: -19px; transform: translate(50%,-50%); background: url("../images/ct1jian.png") no-repeat center; background-size: cover !important;}
.ct110lie:nth-child(3n-2):before{ display: none;}

@media screen and (max-width:999px) {
.ct110lie{ width: calc((100% - 40px) / 3); margin-left:20px; margin-top: 15px;}
.ct110lie:nth-child(3n-2){margin-left: 0px;}

.ct110lie:before{ width: 15px; height: 11px; right: 100%; top: 50%; margin-right: 10px;}
}
@media screen and (max-width:767px) {
.ct1main10{ padding-top: 27px; padding-bottom: 30px;}
}
@media screen and (max-width:599px) {
    .ct110n{ padding-top: 10px;}
.ct110lie{ width: calc((100% - 20px) / 2); margin-top: 10px;}
.ct110lie:nth-child(3n-2){margin-left: 0px;}
.ct110lie:nth-child(3n-2):before{ display: block;}
.ct110lie:nth-child(2n-1){margin-left: 0px;}
.ct110lie:nth-child(2n-1):before{ display: none;}
}

/****************************  2-2  ***************************/
.ct2banner{padding: 120px 0; background-size: cover !important;}
.ct2baa{ width: 95%; margin: auto; text-align: center; font-size: 50px; font-size: 5rem; line-height: 60px; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; color: #fff;}

@media screen and (max-width:1359px) {
.ct2baa{ font-size: 40px; font-size: 4rem; line-height: 50px;}
}
@media screen and (max-width:999px) {
.ct2baa{ font-size: 30px; font-size: 3rem; line-height: 40px;}
}
@media screen and (max-width:767px) {
.ct2baa{ font-size: 24px; font-size: 2.4rem; line-height: 34px;}
}

.ct2main1{ padding-top: 24px;}
.ct21t{ padding-bottom: 36px;}
.ct21a{ text-align: center; color: #0b3380; line-height: 30px; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; position: relative;}
.ct21biao{ position: relative; padding-bottom: 18px;}
.ct21biao:before{content:""; position: absolute; width: 40px; height: 2px; bottom: 0px; left: 50%; transform: translateX(-50%); background: #000000;}

.ct21b{ background: #f8f8f8; padding-top: 28px; padding-bottom: 70px;}
.ct21biao2{ text-align: left; max-width: none;}
.ct21biao2:before{ left: 0px; transform: translateX(-0px);}

.ct21n{ display: flex; flex-flow: wrap; justify-content: space-between;}
.ct21n1{ padding-top: 10px;}
.ct21lie{ position: relative; padding: 20px; padding-top: 60px; margin-top: 60px;}
.ct21n1 .ct21lie{ width: 48.57%;}
.ct21n2 .ct21lie{ width: 32.86%;}
/*.ct21n1 .ct21lie:nth-child(2n-1),.ct21n2 .ct21lie:nth-child(3n-2){margin-left: 0px;}*/

.ct21tu{ width: 68px; height: 68px; background: #ffffff; border-radius: 50%; position: relative; position: absolute; left: 17px; top: 0px; transform: translateY(-50%); transition: 0.5s;}
.ct21tu img{  max-width: 80px; max-height: 80%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}

.ct2a{ font-size: 24px; font-size: 2.4rem; line-height: 30px; padding-bottom: 10px; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; color: #000; border-bottom: 1px solid #000000;}
.ct2p{ line-height: 26px; margin-top: 18px;}
.ct2p p{ padding-left: 19px; background: url("../images/duigou.png") no-repeat left 5px;}

.ct21lie:hover{ background: #fff; box-shadow: 2px 2px 13px 0px 
        rgba(0, 0, 0, 0.1);}
.ct21lie:hover .ct21tu{ background: #000000;}

@media screen and (max-width:1359px) {
.ct2a{ font-size: 20px; font-size: 2rem; line-height: 30px;}
}
@media screen and (max-width:999px) {
    .ct21lie{ background: none !important; padding: 0px; padding-top: 45px;}
.ct2a{ font-size: 18px; font-size: 1.8rem; line-height: 26px;}
}
@media screen and (max-width:767px) {
.ct21b{ padding-bottom: 30px;}
.ct21lie{ width: 100% !important;}
}

.ct2main2{ padding-top: 46px; padding-bottom: 79px;}
.ct22t{ display: flex; flex-flow: wrap; justify-content: space-between;}
.ct22l{ width: 47.7%;}

.ct22b{ display: flex; flex-flow: wrap; padding-top: 23px;}
.ct22lie{ width: 25%; padding: 20px; margin-top: 20px; text-align: center; position: relative; transition: 0.5s;}
.ct22lie:before{content: ""; position: absolute; width: 100%; height: 2px; background: url("../images/ct22xian.jpg") repeat-x; left: 0px; top: 122px; z-index: 1}

.ct22tu{ width: 80px; height: 80px; border-radius: 50%; position: relative; margin: auto;}
.ct22tu img{ max-width: 80%; max-height: 80%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.ct22sp{ background: url("../images/ct22dian.png") no-repeat top center; color: #000000; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; padding-top: 26px; margin-top: 16px; position: relative; z-index: 2}
.ct22a{ display: block; font-size: 24px; font-size: 2.4rem; line-height: 30px; margin-top: 10px; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; color: #000; text-align: center;}
.ct22p{ line-height: 26px; margin-top: 10px;}

.ct33n .ct22lie{ width: 20%;}
.ct33n .ct22a{ font-size: 22px; font-size: 2.2rem;}

.ct22lie:hover{ box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05); background: #fff;}

@media screen and (max-width:1359px) {
    .ct22a{ font-size: 20px; font-size: 2rem;}
.ct33n .ct22a{ font-size: 18px; font-size:1.8rem;}
}
@media screen and (max-width:999px) {
.ct2main2{ padding-top: 10px; padding-bottom: 30px;}
.ct22l{ width: 100%; margin-top: 20px;}
    .ct22lie{ width: 50% !important; margin-top: 10px; padding: 10px;}
    .ct22lie:before{ top: 82px;}
    .ct22tu{ width: 50px; height: 50px;}
    .ct22a{ font-size: 16px; font-size: 1.6rem; line-height: 24px;}
.ct33n .ct22a{ font-size: 14px; font-size:1.4rem;}
}
@media screen and (max-width:767px) {
    .ct22a{ font-size: 14px; font-size: 1.4rem; line-height: 24px;}
    .ct33n .ct22a{ font-size: 12px; font-size:1.2rem;}
}
@media screen and (max-width:469px) {
    .ct22lie{ width: 100% !important;}
}

.ct2main3{ background: #f8f8f8; padding-top: 50px; padding-bottom: 45px;}
.ct2main3 .zong{ display: flex; flex-flow: wrap; justify-content: space-between;}
.ct23n{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; padding-top: 35px;}

.ct23p{ line-height: 26px;}
.ct23p strong{ font-size: 24px; font-size: 2.4rem; line-height: 36px; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; color: #000; font-weight: normal;}
.ct23r{ position: relative;}
.ct23zi{ width: calc(100% - 46px); background: #333333; padding: 25px 19px; position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%);}
.ct23rp{}
.ct23rp p{color: #ffffff;}
.ct23mor{ display: block; width: 134px; height: 33px; line-height: 33px; text-align: center; background: #ffffff; font-size: 14px; font-size: 1.4rem; color: #010101; margin-top: 10px;}

@media screen and (max-width:1359px) {
.ct23p strong{ font-size: 20px; font-size: 2rem; line-height: 30px;}
}
@media screen and (max-width:999px) {
.ct23r{ max-width: 660px; margin: auto; margin-top: 30px;}
.ct23p strong{ font-size: 18px; font-size: 1.8rem; line-height: 30px;}
    .ct23n{ padding-top: 10px;}
}
@media screen and (max-width:767px) {
    .ct2main3{ padding-top: 10px; padding-bottom: 30px;}
    .ct23p strong{ font-size: 16px; font-size: 1.6rem; line-height: 24px;}
}

.ct2main4{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 30px; padding-bottom: 80px;}

@media screen and (max-width:767px) {
    .ct2main4{ padding-top: 10px; padding-bottom: 30px;}
}

.ct2main5{ background: #f8f8f8; padding-top: 60px; padding-bottom: 104px;}
.ct25n{ display: flex; flex-flow: wrap;}
.ct25lie{ width: 20%; margin-top: 20px; padding: 10px; padding-bottom: 32px; text-align: center; position: relative;}
.ct25lie:before{content: ""; position: absolute; width: 100%; height: calc(100% - 95px); background: #fff; left: 0px; bottom: 0px; z-index: 1; transition: 0.5s; opacity: 0;}
.ct25lie:after{content: ""; position: absolute; width: 100%; height: 2px; background: url("../images/ct22xian.jpg") repeat-x; left: 0px; top: 93px; z-index: 1}
.ct15sp{ background: none; padding: 0px; margin: 0px;}
.ct25tu{ width: 80px; height: 80px; background: #fff; border: solid 1px #000000; position: relative; margin: auto; margin-top: 14px; margin-bottom: 18px; border-radius: 50%; transition: 0.5s; z-index: 2}
.ct25tu img{ max-width: 60%; max-height: 60%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.ct25zi{ position: relative; z-index: 2;}
.ct25lie:hover:before{ opacity: 1;}
.ct25lie:hover .ct25tu{ background: #000000;}

@media screen and (max-width:999px) {
.ct2main5{ padding-top: 60px; padding-bottom: 64px;}
    .ct25lie{ width: 33.333%; padding-bottom: 20px;}
}
@media screen and (max-width:767px) {
.ct2main5{ padding-top: 30px; padding-bottom: 30px;}
    .ct25lie{ width: 50%; padding-bottom: 20px;}
}
@media screen and (max-width:399px) {
    .ct25lie{ width: 100%; padding-bottom: 20px;}
}

.ct2main6{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 50px; padding-bottom: 170px;}
.ct26n{ margin-top: 42px; width: 100%;}
.ct26lie{ margin-top: 5px;}
.ct26a{ background: #f2f2f2; padding: 25px 30px; padding-right: 60px; line-height: 31px; cursor: pointer; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; color: #000; position: relative;}
.ct26a p{color: #000;}
.ct26a:before{content: ""; position: absolute; width: 20px; height: 4px; background: #000000; right: 30px; top: 50%; transform: translateY(-50%);}
.ct26a:after{content: ""; position: absolute; width: 20px; height: 4px; background: #000000; right: 30px; top: 50%; transform: translateY(-50%) rotate(90deg); transition: 0.5s;}
.ct26p{ background: #f9f9f9; padding: 10px 30px; display: none;}

.ct26lieh .ct26p{ display: block;}
.ct26lieh .ct26a:after{ transform: translateY(-50%);}

@media screen and (max-width:1359px) {
    .ct2main6{ padding-bottom: 60px;}
}
@media screen and (max-width:999px) {
.ct26n{ margin-top: 22px;}
.ct26a{ padding: 10px; padding-right: 60px; line-height: 31px;}
.ct26a:before,.ct26a:after{ right: 10px; width: 12px; height: 2px;}
.ct26p{ padding: 10px;}
}
@media screen and (max-width:767px) {
    .ct2main6{ padding-bottom: 30px; padding-top: 10px;}
}

.ct2main7{ background: url("../images/ct27bei.jpg") no-repeat center; background-size: cover; background-attachment: fixed; position: relative; padding-top: 65px;}
.ct2main7:before{content: ""; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; background: url("../images/ct27bei.jpg") no-repeat center; background-size: cover; z-index: -1}

.ct27biao{ color: #fff;}
.ct27biao:before{ background: #fff; width: 54px; height: 5px;}
.ct27p p{color: #fff;}

.ct2xin{ background: #ffffff; padding:42px 111px; padding-bottom: 66px; margin-top: 30px;}
.ct27a{ font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; color: #000; line-height: 30px; margin-top: 13px; margin-bottom: 10px;}

.ct2xin .int1{ width: 100%; padding-left: 10px;}
.ct2xin .int2{ width: 100%; padding-left: 10px;}
.ct2xin .int3{ width: 100%; padding-left: 10px; max-width: 686px; position: relative; padding-right: 180px;}

.ct2xin input{ width: 100%; height: 50px; line-height: 49px; padding: 0 10px; font-size: 16px; font-size: 1.6rem; color: #333; background: #f8f8f8; border-radius: 10px; border: solid 1px #dddddd;}
.ct2xin .int3 .int4{ width: 159px; height: 50px; line-height: 48px; padding: 0px !important; color: #ffffff; transition: 0.5s; cursor: pointer;background: #0b3380; border-radius: 10px; border: solid 1px #0b3380; position: absolute; right: 0px; bottom: 0px;}
.ct2xin .int3 .int4:hover{ background: #fff; color: #0b3380;}
.ct2xin .yanzheng{ width: 90px; height: 48px; position: absolute; right: 181px; top: 1px; cursor: pointer; border-radius: 10px; cursor: pointer;}
.ct2xin .int3 input{ padding-right: 100px;}

.ct2xin .int4{}
.ct2xin .int4 label{ display: inline-block; margin-right: 22px; margin-top: 6px; cursor: pointer;}
.ct2xin .int4 input{ width: auto; height: auto; padding: 0px;}
.ct2xin .int4 span{ color: #464646; display: inline-block; vertical-align: middle; line-height: 30px;}

.ct2xin .la1{ display: inline-block; text-align: center;
    background-color: #0b3380;
    border-radius: 10px;
    border: solid 1px #dddddd; cursor: pointer; position: relative;}
.int2n{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; padding: 0 20px; line-height: 50px;}
.ct2xin .la1 input{ visibility:hidden; width:0px; height:0px; padding: 0px; font-size: 0px; display:inline-block; vertical-align: middle; position: absolute; left: 0px; top: 0px;}
.ct2xin .la1 i{ display:inline-block; vertical-align: middle; color:#fff; font-size:26px; width: 26px;}
.ct2xin .la1 span{ display:inline-block; vertical-align: middle; color: #fff; width: calc(100% - 36px); margin-left: 10px; line-height: 20px; word-break: break-all; text-align: left;}

@media screen and (max-width:1359px) {
.ct2xin{ padding:30px 20px; margin-top: 20px;}
}
@media screen and (max-width:999px) {
    .ct2xin input{ font-size: 14px; font-size: 1.4rem;}
}
@media screen and (max-width:767px) {
.ct2main7{ padding-top: 30px;}
    .ct2xin input{ font-size: 12px; font-size: 1.2rem;}
.ct2xin{ padding: 10px; padding-bottom: 30px; margin-top: 20px;}
.ct27a{ margin-top: 5px; margin-bottom: 5px;}
    .ct2xin .int3{ padding-right: 0px; padding-bottom: 60px;}
    .ct2xin .int3 .int4{ width: 100%;}
    .ct2xin .yanzheng{ right: 1px;}
}

/****************************  2-3  ***************************/
.ct31lie{ padding-top: 24px;}
.ct31lie .ct21tu{ position: relative; top: auto; left: auto; transform: translate(0px);}
.ct31lie .ct2a{ border: none; margin-top: 14px;}
.ct31lie .ct2p p{ background: none; padding-left: 0px;}

@media screen and (max-width:999px) {
.ct31lie{ padding-top: 0px; margin-top: 20px;}
}

.ct3main2{padding-top: 60px; padding-bottom: 45px;}
.ct32n{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 39px;}
.ct32lie{ width: 46.43%; margin-top: 20px; background: #fff;}
.ct32tu{}
.ct32tu img{ width: 100%;}
.ct32zi{ padding:0 20px; padding-top: 25px;}
.ct32a{ font-size: 20px; font-size: 2rem; line-height: 30px; color: #000; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana;}
.ct32p{ line-height: 24px; margin-top: 16px;}
.ct32p p{ padding-left: 25px; background: url("../images/ct3dui.png") no-repeat left 5px;}

.ct3main3{ background: #f8f8f8;}

@media screen and (max-width:999px) {
.ct32n{ padding-top: 20px;}
.ct32lie{ width: 49%;}
.ct32zi{ padding:0px; padding-top: 15px;}
.ct32a{ font-size: 16px; font-size: 1.6rem; line-height: 26px;}
}
@media screen and (max-width:767px) {
.ct3main2{ padding: 30px 0;}
.ct32n{ padding-top: 10px;}
}
@media screen and (max-width:499px) {
.ct32lie{ width: 100%;}
}

.ct3main4{ position: relative;}
.ct3main4:before{content: ''; position: absolute; width: 100%; height: calc(100% - 130px); background: #f8f8f8; left: 0px; top: 0px; z-index: 1}
.ct3main4 .zong{ background: url("../images/ct34bei.jpg") no-repeat center right; padding:70px 50px; position: relative; z-index: 2}

.ct34p{ line-height: 26px; max-width: 750px;}
.ct34p p{color: #ffffff;}
.ct34mor{ display: block; width: 222px; height: 55px; line-height: 53px; margin-top: 48px; text-align: center; color: #ffffff; background: #000000; border: solid 1px #ffffff;}
.ct34mor:hover{ background: #fff;}

@media screen and (max-width:999px) {
.ct3main4 .zong{ padding:40px 20px;}
    .ct34mor{ margin-top: 20px; width: 160px; height: 40px; line-height: 38px;}
}

.ct3main5{ padding-top: 80px; padding-bottom: 50px;}
.ct35n{ display: flex; flex-flow: wrap; justify-content: space-between; align-items:flex-end; padding-top: 18px;}
.ct35l{ width: 32.86%; position: relative;}
.ct35r{ width: 66.43%; display: flex; flex-flow: wrap; justify-content: space-between;}

.ct35tu{}
.ct35tu img{ width: 100%;}
.ct35zi{ position: absolute; width: calc(100% - 32px); left: 50%; transform: translateX(-50%); bottom: 0px; background: #000000; padding: 20px; max-height: calc(100% - 10px); overflow-y: auto; transition: all 350ms; opacity: 0;    visibility: hidden;}
.ct35a{ font-size: 20px; font-size: 2rem; line-height: 30px; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; color: #fff;}
.ct35p{ line-height: 24px;}
.ct35p p{color: #ffffff;}

.ct35lie{ width: 49.5%; position: relative; margin-top: 1.2%;}
.ct35p2{ position: absolute; width: 100%; left: 0px; bottom: 0px; background-image: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); text-align: center; font-size: 20px; font-size: 2rem; line-height: 30px; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; color: #fff; padding: 15px; padding-top: 60px;}
.ct35l:hover .ct35p2, .ct35lie:hover .ct35p2{
    display: none;
}
.ct35l:hover .ct35zi, .ct35lie:hover .ct35zi{
    opacity: 1;visibility: visible;
}
@media screen and (max-width:1359px) {
.ct35zi{ width: calc(100% - 10px); padding: 10px; background: rgba(0,0,0,0.6)}
.ct35a{ font-size: 16px; font-size: 1.6rem; line-height: 24px;}
.ct35p2{ font-size: 16px; font-size: 1.6rem; line-height: 24px; padding: 10px; padding-top: 40px;}
}
@media screen and (max-width:999px) {
.ct3main5{ padding-top: 40px;}

.ct35l{ width: 100%; max-width: 400px; margin: auto;}
.ct35r{ width: 100%;}
}
@media screen and (max-width:767px) {
.ct3main5{ padding: 30px 0;}
.ct35a{ font-size: 12px; font-size: 1.2rem; line-height: 20px;}
.ct35p2{ font-size: 12px; font-size: 1.2rem; line-height: 20px; padding: 5px;  background: #000;}
    .ct35lie{ background: #000;}
    
}
@media screen and (max-width:480px){
    .ct35lie{
        width: 100%;
    }
}

.ct3main6{ background: #f8f8f8; padding-top: 60px; padding-bottom: 86px;}
.ct36n{ display: flex; flex-flow: wrap; justify-content:center; padding-top: 30px;}
.ct36tu{ width: 19.3%; margin-left: 0.875%; margin-top: 1%; background: #fff;}
.ct36tu:nth-child(5n-4){margin-left: 0px;}
.ct36tu span{ display: block; position: relative; padding-bottom: 66.66%;}
.ct36tu img{ position: absolute; width: 90%; max-height: 90%; left: 50%; top: 50%; transform: translate(-50%,-50%);}

@media screen and (max-width:767px) {
.ct3main6{ padding-top: 30px; padding-bottom: 30px;}
.ct36n{ padding-top: 10px;}
.ct36tu{ width: 24%; margin-left: 1.33%;}
}

.ct3main7{ padding-top: 60px; padding-bottom: 76px;}
.ct37n{ display: flex; flex-flow: wrap; justify-content: space-between;}
.ct37lie{ width: 33.33%; padding: 15px; padding-bottom: 43px; background: url("../images/yinhao.jpg") no-repeat left bottom; overflow: hidden; transition: 0.5s; position: relative; z-index: 1}
.ct37a{ font-size: 24px; font-size: 2.4rem; line-height: 30px; margin-top: 27px; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; color: #000;}
.ct37p{ line-height: 26px; margin-top: 7px;}

.ct37lie:hover{ box-shadow: 2px 2px 13px 0px rgba(0, 0, 0, 0.1); z-index: 2;}

.ct3main8{ background: #f8f8f8;}
.ct3main8 .ct26a{ background: #ffffff;}
.ct3main8 .ct2main6{ padding-bottom: 66px;}

@media screen and (max-width:1359px) {
    .ct37lie{ padding: 10px;}
    .ct37a{ font-size: 18px; font-size: 1.8rem; line-height: 30px; margin-top: 17px;}
}
@media screen and (max-width:767px) {
.ct3main7{ padding-top: 30px; padding-bottom: 30px;}
    .ct37lie{ width: 50%; margin-top: 5px;}
    .ct37a{ font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-top: 10px;}
.ct3main8 .ct2main6{ padding-bottom: 30px;}
}
@media screen and (max-width:399px) {
    .ct37lie{ width: 100%; margin-top: 5px;}
}

/****************************  3-1  ***************************/
.se1main1{ padding-top: 60px; padding-bottom: 63px;}
.se11n{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 10px;}
.se11lie{ width: 31.78%; margin-left: 2.33%; margin-top: 67px; background: #f8f8f8; padding:55px 25px; position: relative; transition: 0.5s;}
.se11lie:nth-child(3n-2){margin-left: 0px;}

.se11sp{ width: 72px; height: 72px; position: absolute; left: 25px; top: 0px; transform: translateY(-50%); border-radius: 50%; text-align: center; background: #ffffff; border: solid 1px #000000; transition: 0.5s;}
.se11sp em{ display: block; font-size: 30px; font-size: 3rem; line-height: 30px; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; color: #000; font-style: normal; margin-top: 8px; transition: 0.5s;}
.se11sp span{ display: block; font-size: 16px; font-size: 1.6rem; line-height: 24px; color: #000; transition: 0.5s;}

.se11a{ font-size: 24px; font-size: 2.4rem; line-height: 24px; margin-top: 9px; margin-bottom: 38px; color: #000; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana;}
.se11p{ line-height: 24px; margin-top: 14px;}

.se11lie:hover{ background-color: #ffffff; box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);}
.se11lie:hover .se11sp em,.se11lie:hover .se11sp span{ color: #fff;}
.se11lie:hover .se11sp{ background: #000000;}

@media screen and (max-width:1359px) {
.se11lie{ padding:20px 10px; padding-top: 50px;}
.se11sp{ left: 10px;}
    
.se11a{ font-size: 18px; font-size: 1.8rem; margin-top: 9px; margin-bottom: 10px;}
}
@media screen and (max-width:999px) {
.se11lie{ padding:15px 10px; padding-top: 30px; margin-top: 40px;}
.se11sp{ width: 50px; height: 50px;}
    .se11sp em{ font-size: 14px; font-size: 1.4rem; line-height: 20px; margin-top: 3px;}
    .se11sp span{ font-size: 12px; font-size: 1.2rem; line-height: 20px;}
}
@media screen and (max-width:767px) {
.se1main1{ padding: 30px 0;}
.se11lie{ width: 49%; margin-left: 2%;}
.se11lie:nth-child(3n-2){margin-left: 2%;}
.se11lie:nth-child(2n-1){margin-left: 0px;}

.se11a{ font-size: 14px; font-size: 1.4rem; line-height: 24px;}
}
@media screen and (max-width:399px) {
.se11lie{ width: 100%; margin-left: 0% !important;}
}

.se1main2{ background: url("../images/se12bei.jpg") no-repeat center; background-size: cover; padding: 80px 50px; margin-bottom: 63px; text-align: center;}
.se12p{ margin: 0 auto; font-size: 36px; font-size: 3.6rem; line-height: 50px; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; color: #fff; max-width: 970px;}
.se12mor{ margin: 0 auto; display: block; width: 223px; height: 55px; line-height: 55px; margin-top: 47px; text-align: center; color: #010101; background: #ffffff; border-radius: 10px;}
.se12mor:hover{ background: #0b3380; color: #fff;}

@media screen and (max-width:1359px) {
.se12p{ font-size: 26px; font-size: 2.6rem; line-height: 40px;}
}
@media screen and (max-width:999px) {
.se1main2{ padding: 30px 10px; margin-bottom: 30px;}
.se12mor{ width: 160px; height: 45px; line-height: 45px; margin-top: 20px;}
.se12p{ font-size: 20px; font-size: 2rem; line-height: 30px;}
}
@media screen and (max-width:767px) {
.se12p{ font-size: 16px; font-size: 1.6rem; line-height: 26px;}
}

.se1main3{ background: #f8f8f8; padding-top: 44px; padding-bottom: 77px;}
.se13t{ line-height: 30px; padding-top: 40px;}
.se13t strong{ font-size: 20px; font-size: 2rem; line-height: 30px; display: block; margin-bottom: 10px; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; font-weight: normal; color: #000000;}

.se13n{ display: flex; flex-flow: wrap; justify-content: space-between;}
.se13lie{ width: 32%; margin-left: 2%; margin-top: 27px; position: relative; padding-bottom: 66px;}
.se13lie:nth-child(3n-2){margin-left: 0px;}
.se13tu{ display: block; overflow: hidden;}
.se13tu img{ width: 100%;}
.se13zi{ position: absolute; left: 18px; right: 18px; bottom: 0px; padding: 10px 12px; background: #ffffff; transition: 0.5s;}
.se13a{ display: block; text-align: center; font-size: 24px; font-size: 2.4rem; line-height: 30px; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.se13p{ margin-top: 5px;}
.se13p p{ line-height: 30px; padding: 5px 0; padding-right: 80px; border-bottom: 1px solid #dddddd; position: relative; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.se13p p:last-child{ border: none;}
.se13p strong{ position: absolute; right: 0px; bottom: 5px;}

.se13lie:hover .se13zi{ background: #000000;}
.se13lie:hover p{ color: #fff}

@media screen and (max-width:1359px) {
    .se13a{ font-size: 18px; font-size: 1.8rem; line-height: 26px;}
}
@media screen and (max-width:999px) {
    .se13lie{ padding-bottom: 0px;}
    .se13zi{ position: relative; left: auto; right: auto;}
}
@media screen and (max-width:767px) {
    .se1main3{ padding: 30px 0;}
    .se13lie{ width: 49.5%; margin-left: 1%; margin-top: 15px;}
.se13lie:nth-child(3n-2){margin-left: 1%;}
.se13lie:nth-child(2n-1){margin-left: 0px;}

.se13zi{ padding: 10px 5px;}
    .se13p p{ padding-right: 60px;}
    .se13a{ font-size: 14px; font-size: 1.4rem; line-height: 24px;}
}

.se1main4{ padding-top: 26px; padding-bottom: 62px;}
.se14n{ display: flex; flex-flow: wrap; justify-content: space-between;}
.se14lie{ padding: 0px; width: 24.3%; margin-left: 0.9333%}
.se14lie:nth-child(4n-3){margin-left: 0px;}
.se14lie .se13zi{ position: relative; background: #f8f8f8; left: auto; right: auto;}
.se14lie .se13p p:last-child{ border-bottom: 1px solid #dddddd;}

.se14p{ color: #000000; line-height: 30px; margin-top: 42px;}
.se14p a{ color: #0b3380;}

@media screen and (max-width:767px) {
.se1main4{ padding-top: 2px; padding-bottom: 30px;}
    .se14p{ margin-top: 20px;}
.se14lie{ width: 49%; margin-left: 0.2%}
.se14lie:nth-child(2n-1){margin-left: 0px;}
}

.se1main5{ background: #f8f8f8; padding-top: 60px; padding-bottom: 74px;}
.se15n{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 10px;}
.se15lie{ width: 24%; margin-left: 1.333%; margin-top: 20px; padding: 20px; transition: 0.5s;}
.se15lie:nth-child(4n-3){margin-left: 0px;}
.se15tu{ width: 60px; height: 60px; position: relative;}
.se15tu img{ position: absolute; max-width: 100%; max-height: 100%; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.se15a{ font-size: 20px; font-size: 2rem; line-height: 24px; margin-top: 16px; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; color: #000;}
.se15p{ line-height: 24px; margin-top: 10px;}

.se15lie:hover{ background: #fff; box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);}

@media screen and (max-width:1359px) {
.se15lie{ padding: 10px;}
    .se15a{ font-size: 16px; font-size: 1.6rem;}
}
@media screen and (max-width:999px) {
.se15lie{ width: 49%; margin-left: 2%;}
    .se15lie:nth-child(2n-1){margin-left: 0px;}
}
@media screen and (max-width:767px) {
.se1main5{ padding: 30px 0;}
.se15tu{ width: 50px; height: 50px;}
}
@media screen and (max-width:399px) {
.se15lie{ width: 100%; margin-left: 0%;}
}

.se1main6{ padding-top: 50px; padding-bottom: 60px;}
.se16n{ display: flex; flex-flow: wrap; justify-content: space-between; margin-top: 54px;}
.se16l{ background: #ebe7e0; width: 62%;}
.se16r{ width: 37%; background: url("../images/se16bei.jpg"); padding: 84px 60px;}

.se16lie:first-child{ border-bottom: 18px solid #fff;}
.se16lie{ padding:60px 38px; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.se16tu{ width: 60px; height: 60px; position: relative;}
.se16tu img{ max-width: 100%; max-height: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.se16zi{ width: calc(100% - 84px);}

.se16a{ font-size: 20px; font-size: 2rem; line-height: 30px; color: #000; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana;}
.se16p{ margin-top: 10px;}

.se16ra{ font-size: 24px; font-size: 2.4rem; line-height: 30px; text-align: center; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; color: #000;}
.se16rp{ padding:65px 25px; border-radius: 10px; margin-top: 34px; background: #000 url("../images/VIP.png") no-repeat bottom center; line-height: 24px;}
.se16rp p{ color: #fff; padding-left: 29px; background: url("../images/se1dui.png") no-repeat left 6px;}

@media screen and (max-width:1359px) {
.se16lie{ padding:20px;}
    .se16r{ padding: 20px;}
    .se16rp{ margin-top: 10px; padding: 40px 10px;}
.se16lie:first-child{ border-bottom: 8px solid #fff;}
}
@media screen and (max-width:767px) {
.se1main6{ padding: 30px 0;}
    .se16n{ margin-top: 30px;}
.se16l{ width: 100%;}
.se16r{ width: 100%; padding: 20px 10px; margin-top: 10px;}

.se16tu{ width: 40px; height: 40px;}
.se16zi{ width: calc(100% - 55px);}
    .se16a{ font-size: 16px; font-size: 1.6rem; line-height: 24px;}
    .se16ra{ font-size: 20px; font-size: 2rem; line-height: 28px;}
}

.se1main7{ background: #f8f8f8;}
.se1main7 .zong{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; padding: 68px 0;}
.se17l{ width: 47.857%}
.se17r{ width: 47.857%;}

.se17p{ margin-top: 30px;}

@media screen and (max-width:999px) {
.se17l{ width: 100%}
.se17r{ width: 100%; max-width: 500px; margin: auto; margin-top: 20px;}
}
@media screen and (max-width:767px) {
    .se1main7 .zong{ padding: 30px 0;}
.se17p{ margin-top: 20px;}
}

.se1main8{ background: #cac6b6 url("../images/se18bei.jpg") no-repeat left bottom;}
.se1main8 .zong{  text-align: right; padding-top: 56px;}
.se18p{ margin-top: 26px;}

.se18n{ display: inline-block; background: #fff; width: 100%; max-width: 800px; text-align: left; padding:40px 50px;}
.se18n .ct2xin{ padding: 0px;}
.se18n .ct2xin input{ background: #fff;}

@media screen and (max-width:767px) {
    .se18n{ padding: 30px 15px;}
}

.se2main3{ background: url("../images/se23bei.jpg") no-repeat center; background-size: cover; padding-top: 50px; padding-bottom: 120px;}
.se23n{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 20px;}
.se23lie{ width: 45.36%; background: #fff; margin-top: 30px;}
.se23tu{}
.se23tu img{ width: 100%;}
.se23zi{ position: relative; margin: 20px; margin-top: 0px; padding-top: 43px;}
.se23xtu{ width: 58px; height: 58px; line-height: 58px; text-align: center; background: #000000; position: absolute; left: 0px; top: 0px; transform: translateY(-50%);}
.se23xtu img{ max-width: 80%; max-height: 80%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}

.se23a{ font-size: 20px; font-size: 2rem; line-height: 30px; color: #000; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana;}
.se23p{ margin-top: 12px; line-height: 24px;}

@media screen and (max-width:1359px) {
.se2main3{ padding-top: 50px; padding-bottom: 50px;}
.se23lie{ width: 49%; margin-top: 20px;}
}
@media screen and (max-width:999px) {
.se23zi{ margin: 10px; margin-top: 0px; padding-top: 43px;}
.se23a{ font-size: 16px; font-size: 1.6rem; line-height: 26px;}
}
@media screen and (max-width:767px) {
.se2main3{padding: 30px 0;}
    .se23n{ padding-top: 5px;}
    .se23xtu{ width: 40px; height: 40px;}
    .se23zi{ padding-top: 30px;}
}
@media screen and (max-width:599px) {
.se23lie{ width: 100%; margin-top: 20px;}
}

/****************************  3-3  ***************************/
.se31n{ display: flex; flex-flow: wrap; padding-top: 30px;}
.se31lie{ width: 24.4%; margin-left: 0.8%; background: #f8f8f8; position: relative; padding:30px 20px; padding-top: 99px; margin-top: 100px;}
.se31lie:nth-child(4n-3){margin-left: 0px;}

.se31tu{ width: 55%; max-width: 172px; position: absolute; left: 50%; top: 0px; transform: translate(-50%,-50%); border-radius: 50%;}
.se31tu img{ border-radius: 50%;}
.se31a{ text-align: center; font-size: 24px; font-size: 2.4rem; line-height: 30px; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana;}
.se31p{ margin-top: 20px; line-height: 24px;}

@media screen and (max-width:1359px) {
.se31lie{ padding:20px 10px; padding-top: 90px; margin-top: 80px;}
    .se31a{ font-size: 18px; font-size: 1.8rem; line-height: 26px;}
    .se31p{ margin-top: 10px;}
}
@media screen and (max-width:999px) {
.se31lie{ width: 49%; margin-left: 2%; padding:20px 10px; padding-top: 95px; margin-top: 100px;}
    .se31lie:nth-child(2n-1){margin-left: 0px;}
}
@media screen and (max-width:767px) {
    .se31n{ padding-top: 10px;}
.se31lie{ padding: 10px; padding-top: 65px; margin-top: 70px;}
    .se31tu{ width: 100px;}
    .se31a{ font-size: 16px; font-size: 1.6rem; line-height: 24px;}
}

.se3main2{ background: #f8f8f8; padding:40px 30px; margin-top: 16px; display: flex; flex-flow: wrap; justify-content: space-between;}
.se32l{ width: 320px; line-height: 24px; margin-top: 35px;}
.se32r{ width: calc(100% - 385px); display: flex; flex-flow: wrap; justify-content: space-between;}

.se32lie{ background: #ffffff; width: 24%; padding:14px 5px; text-align: center; transition: 0.5s;}
.se32tu{ width: 40px; height: 40px; margin: auto; position: relative;}
.se32tu img{ max-width: 100%; max-height: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.se32a{ border-bottom: 1px solid #000000; font-size: 20px; font-size: 2rem; line-height: 30px; margin-top: 12px; padding-bottom: 14px; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana;}
.se32p{ margin-top: 10px;}
.se32p p{ margin-top: 7px;}

.se32lie:hover{ box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);}

@media screen and (max-width:1359px) {
.se3main2{ padding: 20px;}
.se32l{ width: 200px; margin-top: 35px;}
.se32r{ width: calc(100% - 220px);}
    .se32a{ font-size: 16px; font-size: 1.6rem; padding-bottom: 5px;}
}
@media screen and (max-width:999px) {
.se32l{ width: 100%; margin-top: 0px;}
.se32r{ width: 100%; margin-top: 20px;}
}
@media screen and (max-width:767px) {
.se3main2{ padding: 20px 10px;}
    .se32lie{ width: 49.5%; margin-top: 10px;}
    .se32tu{ width: 30px; height: 30px;}
    .se32a{ font-size: 14px; font-size: 1.4rem; padding-bottom: 5px;}
}

.se3main3{ background: #f8f8f8; padding: 70px 0;}
.se3main3 .zong{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.se33l{ width: 48.6%;}
.se33r{ width: 48.6%;}

.se33n{ margin-top: 30px;}

@media screen and (max-width:999px) {
.se3main3{ padding: 50px 0;}
.se33l{ width: 100%;}
.se33r{ width: 100%; max-width: 680px; margin: auto; margin-top: 20px;}
}
@media screen and (max-width:767px) {
.se3main3{ padding: 30px 0;}
.se33n{ margin-top: 20px;}
}

.se3main4{ padding-top: 70px;}
.se34lie{ padding: 60px 0;}
.se34lie .zong{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.se34l{ width: 470px;}
.se34r{ width: calc(100% - 498px);}

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

.se34a1{ font-size: 26px; font-size: 2.6rem; line-height: 30px; padding-bottom: 13px; color: #000; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; position: relative;}
.se34a1:before{content: ""; position: absolute; width: 35px; height: 1px; background: #000000; left: 0px; bottom: 0px;}
.se34a2{ font-size: 24px; font-size: 2.4rem; line-height: 30px; margin-top: 30px; color: #000; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; position: relative;}

.se34p{ margin-top: 20px;}

.se34p .table table{ width:100%; border-collapse:collapse; line-height:22px;}
.se34p .table table tr{}
.se34p .table table tr td{ padding:15px 5px; text-align: center; border-bottom:1px solid #000000; color: #464646;}
.se34p .table table tr:first-child td{ background: #e5e5e5; border: none; color: #000; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana;}

@media screen and (max-width:1359px) {
.se34a1{ font-size: 20px; font-size: 2rem; line-height: 30px; padding-bottom: 10px;}
.se34a2{ font-size: 18px; font-size: 1.8rem; line-height: 26px; margin-top: 20px;}
.se34l{ width: 400px;}
.se34r{ width: calc(100% - 420px);}
}
@media screen and (max-width:767px) {
.se34lie{ padding: 30px 0;}
.se34l{ width: 100%; max-width: 300px; margin: auto;}
.se34r{ width: 100%; margin-top: 20px;}
}

.se3main5{ padding: 60px 0;}
.se35n{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 22px;}
.se35lie{ width: 32.14%; padding: 15px 20px; padding-bottom: 30px; transition: 0.5s;}
.se35tu{ width: 76px; height: 60px;}
.se35tu img{ max-width: 100%; max-height: 100%;}
.se35a{ font-size: 20px; font-size: 2rem; line-height: 30px; margin-top: 8px; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; color: #000;}
.se35p{ line-height: 24px; margin-top: 12px;}
.se35lie:hover{ box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);}

@media screen and (max-width:1359px) {
.se35a{ font-size: 16px; font-size: 1.6rem; line-height: 26px;}
}
@media screen and (max-width:999px) {
.se35lie{ padding: 10px; padding-bottom: 20px;}
.se35tu{ width: 50px; height: 40px;}
}
@media screen and (max-width:767px) {
.se3main5{ padding: 30px 0;}
    .se35n{ padding-top: 10px;}
    .se35lie{ width: 100%; margin-top: 10px;}
}

.se3main6{ background: #f8f8f8; padding: 25px 0;}
.se36lie{ display: flex; flex-flow: wrap; justify-content: space-between; padding: 40px 0;}
.se36lie:nth-child(2n){ flex-direction: row-reverse;}
.se36tu{ width: 48.57%;}
.se36zi{ width: 48.57%;}

.se36p{ padding-top: 55px;}
.se36p p{ position: relative;}
.se36p strong{ display: block; font-weight: normal; padding-left: 52px;}
.se36p p em{ position: absolute; left: 0px; top: 0px; width: 22px;}

@media screen and (max-width:1359px) {
.se36p{ padding-top: 30px;}
}
@media screen and (max-width:999px) {
.se36p p em{ width:16px;}
.se36p strong{ padding-left: 30px;}

    .se36lie{ padding: 10px 0;}
.se36tu{ width: 100%; max-width: 600px; margin: auto; margin-top: 20px;}
.se36zi{ width: 100%;}
}

.se3main7{ padding-top: 70px; padding-bottom: 50px;}
.se3main7 .m2biao{ width: 47%; margin-left: 0px;}
.se37n{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 24px;}
.se37l{ width: 47%; margin-top: 20px;}

.se37nav{ max-width: 520px; padding-top: 36px; display: flex; flex-flow: wrap; justify-content: space-between;}
.se37nav a{ width: 47%; height: 60px; line-height: 58px; margin-top: 10px; text-align: center; color: #000000; background: #ffffff; border: solid 1px #000000;}
.se37nav a:hover{ background: #000000; color: #fff;}

@media screen and (max-width:999px) {
    .se37n{ padding-top: 5px;}
.se3main7 .m2biao{ width: 100%;}
.se37l{ width: 100%;}
    .se37nav{ padding-top: 10px;}
}
@media screen and (max-width:767px) {
.se3main7{ padding:30px 0;}
    .se37nav{ max-width: 400px;}
.se37nav a{ width: 49%; height: 50px; line-height: 48px;}
}

.se3main9{ padding-top: 86px; padding-bottom: 76px;}
.se3main9 .m2biao{ max-width: none;}

.se39n{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 60px; }
.se39lie{ width: 46.43%; margin-top: 15px;}

.se39lie .se23xtu{ border-radius: 50%;}
.se39lie .se23xtu img{ max-width: 50%; max-height: 50%;}

@media screen and (max-width:999px) {
.se3main9{ padding-top: 60px; padding-bottom: 60px;}
.se39n{ padding-top: 20px; }
.se39lie{ width: 49%;}
}
@media screen and (max-width:767px) {
.se3main9{ padding-top: 30px; padding-bottom: 30px;}
}
@media screen and (max-width:499px) {
.se39lie{ width: 100%;}
}

/****************************  about1  ***************************/
.ab1main1{ padding-top: 65px; padding-bottom: 68px;}
.ab11n{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 6px;}
.ab11l{ width: 55%;}
.ab11r{ width: 40.7%;}

.ab11b{ padding-top: 27px;}
.ab11lie{ margin-top: 24px; padding-left: 49px; background: url("../images/ab11xtu.png") no-repeat left 0px;}
.ab11lie strong{ display: block; font-size: 20px; font-size: 2rem; line-height: 30px; margin-bottom: 7px; color: #000; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; font-weight: normal;}

@media screen and (max-width:1359px) {
.ab11b{ padding-top: 10px;}
.ab11lie{ margin-top: 10px;}
}
@media screen and (max-width:999px) {
.ab11l{ width: 100%;}
.ab11r{ width: 100%; max-width: 400px; margin: auto; margin-top: 20px;}
    .ab11lie strong{ font-size: 16px; font-size: 1.6rem;}
}
@media screen and (max-width:767px) {
.ab1main1{ padding-top: 30px; padding-bottom: 30px;}
}

.ab1main2{ background: url("../images/ab12bei.jpg") no-repeat center; background-size: cover !important; padding: 100px 0;}
.ab12sp{ text-align: center; color: #fff; line-height: 30px; padding-bottom: 2px; position: relative;}
.ab12sp:before{content: ""; position: absolute; width: 21px; height: 2px; background: #ffffff; bottom: 0px; left: 50%; transform: translateX(-50%);}
.ab12p{ text-align: center; font-size: 40px; font-size: 4rem; line-height: 46px; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; color: #fff; max-width: 1000px; margin: auto; margin-top: 40px;}

@media screen and (max-width:1359px) {
    .ab12p{ font-size: 30px; font-size: 3rem; line-height: 40px;}
}
@media screen and (max-width:767px) {
.ab1main2{ padding: 70px 0;}
    .ab12p{ font-size: 24px; font-size: 2.4rem; line-height: 30px;}
}

.ab1main3{ padding-top: 60px;}
.ab13n{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 25px;}
.ab13lie{ width: 25%; padding: 22px 50px; margin-top: 20px; border-left: 1px solid #000000;}
.ab13lie:nth-child(4n-3){ border: none; padding-left: 0px;}

.ab13a{ font-size: 60px; font-size: 6rem; line-height: 60px; color: #000000;}
.ab13p{}

@media screen and (max-width:1359px) {
.ab13lie{ padding: 22px 20px;}
.ab13a{ font-size: 40px; font-size: 4rem; line-height: 40px;}
}
@media screen and (max-width:999px) {
.ab13a{ font-size: 30px; font-size: 3rem; line-height: 30px;}

}
@media screen and (max-width:767px) {
.ab1main3{ padding: 30px 0;}
.ab13lie{ width: 50%; padding: 10px;}
.ab13a{ font-size: 20px; font-size: 2rem; line-height: 30px;}
.ab13lie:nth-child(2n-1){ border: none; padding-left: 0px;}
    .ab13n{ padding-top: 10px;}
}

.ab1main4{ background: #f8f8f8; padding-top: 55px; padding-bottom: 58px;}
.ab14n{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 24px;}
.ab14lie{ width: 24.3%; margin-left: 0.933%; padding:40px 20px; padding-top: 50px; margin-top: 50px; transition: 0.5s; position: relative;}
.ab14lie:nth-child(4n-3){margin-left: 0px;}
.ab14a{ font-size: 20px; font-size: 2rem; line-height: 24px; color: #000; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana;}
.ab14p{ line-height: 24px; margin-top: 10px;}
.ab14lie:hover{ background: #ffffff; box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);}
.ab14lie:hover .ct21tu{ background: #000000;}

@media screen and (max-width:999px) {
.ab14a{ font-size: 16px; font-size: 1.6rem;}
.ab14lie{ width: 49%; margin-left: 2%; padding:20px 10px; padding-top: 50px;}
.ab14lie:nth-child(2n-1){margin-left: 0px;}
}
@media screen and (max-width:499px) {
.ab14lie{ width: 100%; margin-left: 0%;}
}

.ab1main5{ padding-top: 60px; padding-bottom: 70px;}
.ab15t{ display: flex; flex-flow: wrap; justify-content: space-between;}
.ab15l{ width: 400px;}
.ab15r{ width: calc(100% - 480px);}

.ab15n{ display: flex; flex-flow: wrap; padding-top: 22px;}
.ab15lie{ width: 24%; margin-left: 1.33%; margin-top: 20px;}
.ab15lie:nth-child(4n-3){margin-left: 0px;}
.ab15tu img{ width: 100%;}
.ab15zi{ padding: 10px; padding-top: 20px;}
.ab15a{ font-size: 26px; font-size: 2.6rem; line-height: 30px; color: #000; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana;}
.ab15p{ line-height: 24px; margin-top: 17px;}

@media screen and (max-width:1359px) {
.ab15l{ width: 300px;}
.ab15r{ width: calc(100% - 320px);}

.ab15zi{ padding: 0px; padding-top: 10px;}
    .ab15a{ font-size: 20px; font-size: 2rem; line-height: 30px;}
.ab15p{ margin-top: 10px;}
}
@media screen and (max-width:999px) {
.ab1main5{ padding-top: 30px; padding-top: 30px;}
.ab15l{ width: 100%;}
.ab15r{ width: 100%;}

    .ab15n{ padding-top: 10px;}
.ab15lie{ width: 49%; margin-left: 2%; margin-top: 20px;}
.ab15lie:nth-child(2n-1){margin-left: 0px;}
    .ab15a{ font-size: 16px; font-size: 1.6rem; line-height: 26px;}
}

.ab1main6{ background: #f8f8f8;}
.ab1main7{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 50px; padding-bottom: 79px;}
.ab17l{ width: 47.5%; margin-top: 10px;}
.ab17p{ margin-top: 22px;}

.ab17lie{ padding-left: 33px; background: url("../images/duigou.png") no-repeat left 5px; margin-top: 30px;}
.ab17lie strong{ font-weight: normal; font-size: 18px; font-size: 1.8rem; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; color: #000;}

@media screen and (max-width:767px) {
.ab1main7{ padding: 30px 0;}
.ab17l{ width: 100%;}
    .ab17lie{ margin-top: 20px;}
    .ab17lie strong{ font-size: 16px; font-size: 1.6rem;}
}

/****************************  about2  ***************************/
.ab2main1{ padding-top: 60px;}
.ab21p{ text-align: center; padding-top: 36px;}

.ab2main2{ padding-top: 4px;}
.ab22lie{ margin-top: 63px; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.ab22lie:nth-child(2n){ flex-direction: row-reverse;}
.ab22tu{ width: 42.86%;}
.ab22zi{ width: 52.857%;}

.ab22a{ font-size: 30px; font-size: 3rem; line-height: 40px; color: #000; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana;}
.ab22p{ margin-top: 15px;}

@media screen and (max-width:1359px) {
    .ab22a{ font-size: 20px; font-size: 2rem; line-height: 30px;}
.ab22p{ margin-top: 5px;}
}
@media screen and (max-width:999px) {
.ab21p{ padding-top: 20px;}
    .ab22lie{ margin-top: 30px;}
}
@media screen and (max-width:767px) {
.ab2main1{ padding-top: 30px;}
.ab22tu{ width: 100%; max-width: 500px; margin: auto;}
.ab22zi{ width: 100%; margin-top: 10px;}
    .ab22a{ font-size: 18px; font-size: 1.8rem; line-height: 26px;}
}

.ab2main3{ padding-top: 75px; padding-bottom: 103px;}
.ab23pz{ margin-top: 38px;}
.ab23n{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 35px;}
.ab23l{ width: 444px; background: #0b3380; padding: 25px;}
.ab23r{ width: calc(100% - 455px); display: flex; flex-flow: wrap; justify-content: space-between;}
.ab23tu{ width: 32.4%;}
.ab23tu img{ width: 100%;}

.ab23a{ font-size: 30px; font-size: 3rem; line-height: 40px; color: #fff; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana;}
.ab23p{ margin-top: 20px;}
.ab23p p{ color: #fff;}
.ab23mor{ display: block; width: 207px; height: 50px; line-height: 48px; margin-top: 21px; background: #ffffff; border: 1px solid #fff; text-align: center; color: #000000;}
.ab23mor:hover{ background:#0b3380; color: #fff;}

@media screen and (max-width:1359px) {
.ab23l{ width: 300px; padding: 10px;}
.ab23r{ width: calc(100% - 310px);}
    .ab23a{ font-size: 20px; font-size: 2rem; line-height: 30px;}
.ab23p{ margin-top: 10px;}
.ab23mor{ width: 150px; height: 40px; line-height: 38px; margin-top: 10px;}
}
@media screen and (max-width:999px) {
.ab2main3{ padding-top: 60px; padding-bottom: 60px;}
.ab23l{ width: 100%; padding: 10px;}
.ab23r{ width: 100%; margin-top: 10px;}
}
@media screen and (max-width:767px) {
.ab2main3{ padding-top: 30px; padding-bottom: 30px;}
.ab23pz{ margin-top: 20px;}
    .ab23n{ padding-top: 20px;}
    .ab23a{ font-size: 18px; font-size: 1.8rem; line-height: 26px;}
}

/****************************  4-3  ***************************/
.ab3main2{ padding-top: 40px; padding-bottom: 45px;}
.ab32biao{ text-align: center; font-size: 20px; font-size: 2rem; line-height: 30px; color: #000; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana;}

.ab3main2 .row{ margin-top: 20px; margin-left: -12px; margin-right: -12px;}
.ab3main2 .owl-carousel{display: none;position: relative;width: 100%;-ms-touch-action: pan-y;}
.ab3main2 .owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.ab3main2 .owl-carousel .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%;}
.ab3main2 .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;}
    
.ab3main2 .owl-carousel .owl-item{float: left; padding: 0 12px;}
.ab3main2 .owl-controls .owl-page,.owl-controls .owl-buttons div{cursor: pointer;}
.ab3main2 .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);}
.ab3main2 .owl-theme .owl-controls{ text-align: center; margin-top: 33px; font-size: 0px;}
.ab3main2 .owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;}
.ab3main2 .owl-theme .owl-controls .owl-page span{display: block;width: 12px;height: 12px; background: #d5d5d5; margin: 2px 5px; border-radius: 50%; transition: 0.5s;}
.ab3main2 .owl-theme .owl-controls .owl-page.active span,.ab3main2 .owl-theme .owl-controls.clickable .owl-page:hover span{ background:#0b3380; opacity:1;}

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

.ab3main3{ background: #f0f4fa; padding-top: 68px; padding-bottom: 58px;}
.ab3main3 .ct110lie{ margin-top: 37px;}

@media screen and (max-width:999px) {
.ab3main2,.ab3main3{ padding-top: 30px; padding-bottom: 30px;}
.ab3main2 .row{ margin-top: 20px; margin-left: -5px; margin-right: -5px;}
.ab3main2 .owl-carousel .owl-item{padding: 0 5px;}
.ab3main2 .owl-theme .owl-controls{ margin-top: 15px;}
.ab3main2 .owl-theme .owl-controls .owl-page span{width: 8px;height: 8px; margin: 2px;}
    .ab3main3 .ct110lie{ margin-top: 20px;}
}
@media screen and (max-width:767px) {
    .ab32biao{ font-size: 16px; font-size: 1.6rem;}
    .ct110lie .ab32biao{ font-size: 12px; font-size: 1.2rem;}
    .ab3main3 .ct110lie{ margin-top: 10px;}
}

/****************************  5-1  ***************************/
.csmain{ padding-top: 35px;}
.cslie{ background: #f5f5f5; display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; margin-top: 34px;}
.cslie:nth-child(2n){ flex-direction: row-reverse;}
.cstu{ display: block; width: 500px; overflow: hidden;}
.cstu img{ width: 100%;}
.cszi{ width: calc(100% - 500px); padding: 20px 37px;}

.csa{ display: block; font-size: 22px; font-size: 2.2rem; line-height: 30px; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.csp{ line-height: 28px; margin-top: 17px;}
.csp a{ display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 5;  overflow: hidden;}
.csmor{ display: block; width: 200px; height: 50px; line-height: 48px; margin-top: 36px; text-align: center; color: #0b3380; background: #f5f5f5; border-radius: 10px; border: solid 1px #0b3380;}
.csmor:hover{ background: #0b3380; color: #fff;}

@media screen and (max-width:1359px) {
.cstu{ width: 400px;}
.cszi{ width: calc(100% - 400px); padding: 10px 20px;}

    .csa{ font-size: 18px; font-size: 1.8rem; line-height: 26px;}
    .csp{ margin-top: 10px;}
    .csmor{ width: 150px; height: 40px; line-height: 38px; margin-top: 20px;}
}
@media screen and (max-width:999px) {
.csmain{ padding-top: 10px;}
    .cslie{ margin-top: 20px;}
}
@media screen and (max-width:767px) {
.cstu{ width: 200px;}
.cszi{ width: calc(100% - 200px); padding: 10px;}

    .csa{ font-size: 14px; font-size: 1.4rem; line-height: 22px;}
    .csp{margin-top: 5px;}
    .csp a{ -webkit-line-clamp: 2;}
    .csmor{ width: 120px; height: 34px; line-height: 32px; margin-top: 10px;}
}
@media screen and (max-width:449px) {
.cstu{ width: 100%;}
.cszi{ width: 100%; padding: 10px;}
}

.csmain2{ margin-top: 10px; padding-bottom: 103px;}
.csmain2 .img-list1 li { width:0.235%; margin-right: 0.02%;}
.csmain2 .hoa{ white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden; display: block; text-align: center;}
.hop{ text-align: center; line-height: 24px; margin-top: 8px;}
.hop a{ display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}

@media screen and (max-width:999px) {
.csmain2{ padding-top: 20px; padding-bottom: 50px;}
}
@media screen and (max-width:767px) {
.csmain2{ padding-top: 20px; padding-bottom: 30px;}
.csmain2 .img-list1 li { width:0.3233%; margin-right: 0.015%;}
}
@media screen and (max-width:499px) {
.csmain2 .img-list1 li { width:0.49%; margin-right: 0.02%;}
}

/****************************  5-2  ***************************/
.cs2main1{ padding-top: 75px; padding-bottom: 52px;}
.cs2main1 h1{ text-align: center; font-size: 36px; font-size: 3.6rem; line-height: 45px; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana;}
.net{ text-align: center;}
.net .share{ display: inline-block;}
.net .share1{ font-size: 14px; font-size: 1.4rem; color: #999999;}

.csxiang{ margin-top: 28px; line-height: 28px;}
.csxiang p,.csxiang em,.csxiang strong{ color: #333;}
.csxiang img{ display: inline-block;}
.csxiang a{display: inline-block; color: #0b3380;}

.fanpian{ border-top: 1px solid #dddddd; line-height: 28px; padding-top: 22px; margin-top: 68px;}
.fanpian li{ color: #333333;}
.fanpian li a{color: #333333; display: inline;}

.cs2main2{ padding-bottom: 100px; margin-bottom: 70px;}
.remain1{ padding-bottom: 30px;}

@media screen and (max-width:1359px) {
.cs2main1 h1{ font-size: 30px; font-size: 3rem; line-height: 40px;}
    .fanpian{ margin-top: 30px;}
    .cs2main2{ padding-bottom: 50px; margin-bottom: 30px;}
}
@media screen and (max-width:999px) {
.cs2main1{ padding-top: 50px; padding-bottom: 52px;}
.cs2main1 h1{ font-size: 24px; font-size: 2.4rem; line-height: 30px;}
}
@media screen and (max-width:767px) {
.cs2main1{ padding-top: 30px; padding-bottom: 30px;}
.cs2main1 h1{ font-size: 18px; font-size: 1.8rem; line-height: 26px;}
.fanpian{ margin-top: 20px; padding-top: 10px;}
    .cs2main2{ padding-bottom: 30px; margin-bottom: 0px;}
.remain1{ padding-bottom: 0px;}
}

/****************************  news  ***************************/
.nemain{ padding-top: 26px; padding-bottom: 80px;}
.nemain .m9lie{ margin-bottom: 8px;}

@media screen and (max-width:767px) {
.nemain{ padding-top: 1px; padding-bottom: 30px;}
.nemain .m9lie{ margin-bottom: 0px;}
}
@media screen and (max-width:599px) {
.nemain .m9lie:nth-child(3){ display: block;}
}

/****************************  news2  ***************************/
.nemain2 h1{ text-align: left;}
.nemain2 .net1{ text-align: left;}
.nemain2 .neriqi{ display: inline-block; font-size: 14px; font-size: 1.4rem; color: #999999; margin-right: 20px; vertical-align: middle; margin-top: 12px;}

@media screen and (max-width:767px) {
.nemain2 .neriqi{ font-size: 12px; font-size: 1.2rem; margin-right: 10px; margin-top: 10px;}
.net .share1{ font-size: 12px; font-size: 1.2rem;}
}

/****************************  download  ***************************/
.domain{ padding-top: 30px; padding-bottom: 56px;}
.don{ display: flex; flex-flow: wrap; justify-content: space-between;}
.dolie{ width: 47.7%; margin-top: 47px; box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1); display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.dotu{ width: 310px; display: block; overflow: hidden;}
.dozi{ width: calc(100% - 310px); padding: 10px 30px;}

.doa{ display: block; font-size: 30px; font-size: 3rem; line-height: 40px; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; color: #000; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.dop{ line-height: 28px; margin-top: 10px;}
.dop a{ display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 5;  overflow: hidden;}
.domor{ display: inline-block; padding: 0 36px; height: 50px; line-height: 48px; margin-top: 45px; background: #ffffff; border-radius: 10px; color: #0b3380; border: solid 1px #0b3380;}
.domor i{ display: inline-block; vertical-align: middle; margin-left: 30px; font-size: 20px;}
.domor:hover{ background: #0b3380; color: #fff;}

@media screen and (max-width:1559px) {
.dotu{ width: 250px;}
.dozi{ width: calc(100% - 250px); padding: 10px 20px;}

.doa{ font-size: 20px; font-size: 2rem; line-height: 30px;}
.domor{ padding: 0 20px; height: 40px; line-height: 38px; margin-top: 10px;}
.domor i{ margin-left: 10px; font-size: 16px;}
}
@media screen and (max-width:1359px) {
.dotu{ width: 200px;}
.dozi{ width: calc(100% - 200px); padding: 10px;}

.dop a{ -webkit-line-clamp: 4;}
.doa{ font-size: 18px; font-size: 1.8rem; line-height: 30px;}
}
@media screen and (max-width:999px) {
.dotu{ width: 150px;}
.dozi{ width: calc(100% - 150px); padding: 10px;}

.dop a{ -webkit-line-clamp: 3;}
.doa{ font-size: 16px; font-size: 1.6rem; line-height: 20px;}
}
@media screen and (max-width:767px) {
.domain{ padding-top: 30px; padding-bottom: 10px;}
    .dolie{ width: 100%; margin-top: 20px;}
.doa{ font-size: 14px; font-size: 1.4rem; line-height: 20px;}
}

/****************************  video  ***************************/
.vimain{ padding-top: 70px; padding-bottom: 60px;}
.vipz{ margin-top: 15px;}

.vin{ display: flex; flex-flow: wrap; justify-content: space-between;}
.vilie{ width: 23.6%; margin-left: 1.866%; margin-top: 22px;}
.vilie:nth-child(4n-3){margin-left: 0px;}

.vitu{ position: relative;}
.vitu>img{ width: 100%;}
.vifu{ position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; background: rgba(0,0,0,0.2);}
.vifu img{ position: absolute; width: 40px; height: 40px; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.vizi{ padding: 10px; padding-top: 18px;}
.via{ display: block; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; color: #000; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.vip{ margin-top: 8px; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 3;  overflow: hidden;}

@media screen and (max-width:999px) {
.vimain{ padding-top: 40px; padding-bottom: 40px;}
.vizi{ padding: 0px; padding-top: 10px;}
}
@media screen and (max-width:767px) {
.vimain{ padding-top: 30px; padding-bottom: 10px;}
.vilie{ width: 49%; margin-left: 2%; margin-top: 22px;}
.vilie:nth-child(2n-1){margin-left: 0px;}
}

/****************************  contact  ***************************/
.comain{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 73px; padding-bottom: 100px;}
.col{ width: 48.93%;}
.cor{ width: 45%;}

.col .ct2xin{ padding: 0px;}
.col .ct2xin input{ background: #fff;}
.col .ct2xin .la1{ width: 100%;}

.cobiao{ font-size: 22px; font-size: 2.2rem; line-height: 30px; color: #000; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; margin-top: 46px;}
.corp{ font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana; color: #0b3380; line-height: 30px; margin-top: 16px;}

.coul{ margin-top: 5px;}
.coul li,.coul li a{ color: #464646;}
.coul li a:hover{ color: #0b3380;}

.coshe{ margin-top: 40px;}
.coshe a{ color: #000000 !important; opacity: 0.5;}
.coshe a:hover{ opacity: 1; color: #000000 !important;}

@media screen and (max-width:1359px) {
    .comain{ padding: 60px 0;}
}
@media screen and (max-width:999px) {
.col{ width: 100%;}
.cor{ width: 100%; margin-top: 30px;}
.coshe{ margin-top: 0px;}
    .cobiao{ font-size: 18px; font-size: 1.8rem; line-height: 22px; margin-top: 20px;}
}
@media screen and (max-width:767px) {
    .comain{ padding: 30px 0;}
}




























#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: Oswald-Bold;
  font-display: swap;
  src: url("../fonts/Oswald-Bold.woff2") format("woff2"),
       url("../fonts/Oswald-Bold.woff") format("woff"),
       url("../fonts/Oswald-Bold.ttf") format("truetype"),
       url("../fonts/Oswald-Bold.eot") format("embedded-opentype"),
       url("../fonts/Oswald-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Poppins-Regular;
  font-display: swap;
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"),
       url("../fonts/Poppins-Regular.woff") format("woff"),
       url("../fonts/Poppins-Regular.ttf") format("truetype"),
       url("../fonts/Poppins-Regular.eot") format("embedded-opentype"),
       url("../fonts/Poppins-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Poppins-SemiBold;
  font-display: swap;
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2"),
       url("../fonts/Poppins-SemiBold.woff") format("woff"),
       url("../fonts/Poppins-SemiBold.ttf") format("truetype"),
       url("../fonts/Poppins-SemiBold.eot") format("embedded-opentype"),
       url("../fonts/Poppins-SemiBold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

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

.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";
  font-size: 26px;
}

.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-youtube1:before {
  content: "\e850";
}

.icon-shangchuan1:before {
  content: "\e688";
}

.icon-xuanzhong:before {
  content: "\e63a";
}

.icon-download2:before {
  content: "\e67a";
}



.listcart{margin-top: 90px;}
.listcart a.l{float: left;}
.listcart a.r{float: right;}
.listcart a{ background:#0b3380;display:inline-block;height: 34px; width:200px; line-height: 34px;cursor: pointer;border: none;overflow: hidden;color: #fff;cursor: pointer;  border:1px solid #0b3380; padding-left:10px; padding-right:10px; text-align:center; margin-left:10px;}
.listcart a:hover{  border:#0b3380 solid 1px;background: #0b3380; color:#fff!important;}
@media screen and (max-width:999px){
.listcart a{margin-left:2.5%; margin-right:2.5%; padding-left:0px; padding-right:0px ;float: none;}
.listcart{ width:100%; margin-top:50px; }
}
@media screen and (max-width:472px){
.listcart a{ width:95% !important ; float:none; overflow:hidden; margin-bottom:1rem; margin-top:1rem}
}
@media screen and (min-width:1000px) {
    .prmain{
        align-items: flex-start;
    }

    .prl {
        position: sticky;
        top: 130px;
    }
}


.prtu{ padding-bottom:100%; position: relative;height: 0; display: block;}
.prtu>img{ position: absolute; left: 0;top: 0; width: 100%;height: 100%;} 
.prp{height:48px; overflow: hidden; } 
.pra{ height:96px; overflow: hidden;}
@media screen and (max-width: 1359px) {
    .pra{ height:104px; overflow: hidden;}
    .prp{height:52px; overflow: hidden; } 
}
@media screen and (max-width: 767px) {
     .pra{ height:88px;overflow: hidden; }
    .prp{height:44px; overflow: hidden; } 
}



