@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%;max-width:1920px; overflow-x:hidden;}


img {border: none;}
ul li {list-style-type: none;}
ul, form, p, a, img, table, tr, td, li, dd, dt, dl, span,em {margin: 0;padding: 0;list-style: none;color: #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: #024089;}

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


.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: 1585px; 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: #024089;}

.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: #024089;}

.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: #024089;}

@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 #024089; 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 #024089; -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: #024089; -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: #024089; -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:#f6f6f6; border-top: 6px solid #024089; position:fixed; width:100%; left:0px; top:0px; transition: 0.5s; z-index:99999}

.head>.zong{ padding-top: 3px; transition:0.5s;}
.head>.zong:after{content: ""; clear: both; display: block;}
.logo{display:block;float:left;width:148px; margin-top: 20px;}
.logo span{ display:block;}
.logo img{display:block;margin:auto; transition: 0.5s;}

.het .zong1{ z-index:999}

.daohang{ float:right; margin-top:31px; margin-right: 20px;}
.daohang>li{ float:left; margin-right:32px; padding-bottom: 31px; position: relative; transition: 0.5s;}
.daohang>li>a{display:block;font-size:18px;font-size:1.8rem;line-height:34px; padding-bottom: 0px; color:#333333; position:relative; 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: #024089;}
.daohang>li:hover>a{ color: #024089;}
.daohang>li:hover>a:before{  width: 100% !important}
.dangqiandao>a{ color: #024089 !important;}
.dangqiandao>a:before{ width: 100% !important;}

.yijiw{ background:rgba(255,255,255,0);position:absolute;width:207px;top:-9999px;left:50%; transform:translateX(-50%);}
.yiji{background:rgba(255,255,255,1); box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.07);}
.yiji li{position:relative;transition:0.5s; padding: 0 20px;}
.yiji li a{display:block;font-size:16px;font-size:1.6rem;line-height:0px;padding:15px 0px;  border-bottom: 1px solid rgba(0,0,0,0.1); color: #666666;}
.yiji li:last-child a{ border: none;}
.yiji li:hover>a{color: #024089; text-decoration: underline;}
.erji{position:absolute;width:207px;background:rgba(255,255,255,1);top:-9999px;left:100%; box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.07);}
.sanji{position:absolute;width:207px;background:rgba(255,255,255,1);top:-9999px;left:100%; box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.07);}
.daohang>li:hover .yijiw{top:100%;}
.daohang>li:hover .yiji>li>a{line-height:25px;}
.yiji>li:hover .erji{top:0px;}
.yiji>li:hover .erji>li>a{line-height:25px;}
.erji>li:hover .sanji{top:0px;}
.erji>li:hover .sanji>li>a{line-height:25px;}
.matn{margin-top:auto !important;}

.daohang>li.hepr{ position: inherit;}
.xiala{ position: absolute; width: 100%; top: 100%; left: 50%; transform: translateX(-50%); padding:1px 8px; background: #fff; top: -99999px; max-height: calc(100vh - 120px); overflow: auto;}

.xiala .zong{ display: flex; flex-flow: wrap; justify-content: space-between; position: relative; height: 100%; z-index: 2}
.xlyiji{ width: 343px; padding-top: 30px; padding-bottom: 30px;}
.xlerji{ width: calc(100% - 445px);}

.xlyiji a{}

.ejn{ display: none; flex-flow: wrap; justify-content: space-between; /*height: 100%;*/}
.ejnh{ display: flex;}
.erjin{ width: 340px; padding-top: 30px; padding-bottom: 30px;}
.xlsanji{ width: 428px; padding-top: 48px; padding-bottom: 30px; background: #fff;}

.xlsn{ display: none;}
.xlsnh{ display: block;}
.xlstu{ display: block; box-shadow: 0px 1px 32px 0px rgba(3, 0, 0, 0.08); border: solid 1px #d1d1d1; overflow: hidden;}
.xlstu img{ width: 100%;}

.xlyiji a,.erjin a{ display: block; position: relative; padding: 13px 0; padding-right: 15px;  font-size: 18px; font-size: 1.8rem; line-height: 22px;}
.xlyiji a span,.erjin a span{ position: relative;}
.xlyiji a i,.erjin a i{ position: absolute; right: 0px; top: 13px; font-size: 12px;}
.erjin a{ font-size: 16px; font-size: 1.6rem;}

.xlyiji a:hover span:before,.erjin a:hover span:before,.danyi span:before,.daner span:before{ width: 100% !important}
.xlyiji a:hover span,.erjin a:hover span,.danyi span,.daner span{ color: #024089 !important}
.erjin a:hover{ text-decoration: underline;}
.erjin .daner span{ text-decoration: underline;}

.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:28px; z-index:9999; border-radius:50%; position:relative; transition: 0.5s;}
.sousuo form{ width: 340px; background: #024089; 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:#fff; 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:#333333; 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: #024089;}
.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: 38px; margin-right: 22px;}
.yvzhonga{ display:block; line-height:25px; padding-right: 20px; font-size:16px; font-size: 1.6rem; text-align:center; color:#333333; 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: 6px solid #828a9d; 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:#024089; border: 1px solid #024089; 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:#024089; text-decoration: none !important;}

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

@media screen and (max-width:1559px) {
    .logo{ width: 70px; margin-top: 10px;}
    .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:20px; 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-top: 0px;}
.sou{ font-size:12px; font-size:1.2rem;}
.sou2 i{ font-size:18px !important; margin-right: 4px;}

    .yvn{ margin-top: 10px; 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;}

.xlyiji{ width: 250px;}
.xlerji{ width: calc(100% - 280px);}

.erjin{ width: 250px;}
.xlsanji{ width: calc(100% - 270px); max-width: 350px;}
    
    .xlyiji a{ font-size: 16px; font-size: 1.6rem;}
    .erjin a{ font-size: 14px; font-size: 1.4rem;}
}
@media screen and (max-width:1359px) {
    .head{ border-top-width: 2px;}
    .sou2{ font-size: 0px;}
.daohang{ margin-right: 0px; margin-top: 5px;}
.daohang>li{ margin-right:17px;}
    .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; padding-left: 0px;}
    .yvzhonga{ font-size: 12px; font-size: 1.2rem; padding-right: 13px;}
    .yvzhonga:before{ border-width: 4px;}
    .yvzhonga i{ display: none;}
}
@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: 5px;}
    
.head .zong{ padding: 5px 0 !important;}
    .hea1{ display: none;}
    .hea{ float: none; background: #fff; color: #024089; width: calc(100% - 40px); margin: auto; padding: 0px;}

    .yvn{ margin-right: 45px; margin-top: 3px; 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: #024089;right: 2.5%;top: 8px;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:#024089; 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: 66px; height: 66px; background-repeat: no-repeat; background-position: center;  background-size: 100% 100% !important;}
.banner1 .slick-prev { left: 80px; background-image: url("../images/baleft.png"); cursor: pointer;}
.banner1 .slick-next { right: 80px; background-image: url("../images/baright.png"); cursor: pointer;}

.banner1 .slick-dots { position: absolute; z-index: 999999; left: 0; right: 0; bottom: 30px; text-align: center; font-size: 0; letter-spacing: 0; text-align: center;}
.banner1 .slick-dots li { margin: 0 3px; display: inline-block; *display: inline; *zoom: 1;}
.banner1 .slick-dots li.slick-active a { background: #333; cursor: pointer;}
.banner1 .slick-dots a { display: block; width: 13px; height: 13px; background:#ffffff; 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}
.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{ padding-top: 91px; padding-bottom: 147px;}
.m1biao{ display: block; text-align: center; font-size: 46px; font-size: 4.6rem; line-height: 60px; font-family: Poppins,Arial, "Arial Black", "sans-serif", Verdana; padding-bottom: 30px; background: url("../images/m1biao.png") no-repeat bottom center;}
.main1 .m1biao,.main2 .m1biao{ font-size: 50px; font-size: 5rem;}

.m1n{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 30px;}
.m1l{ width: 370px; background: #024089; margin-top: 9px;}
.m1r{ width: calc(100% - 370px); display: flex; flex-flow: wrap; align-items:flex-start;}

.m1rn{ width: calc((100% / 7) - 9px); margin-left: 9px; margin-top: 9px; border: solid 1px #c9c9c9; font-size: 0px; position: relative;}
.m1rtu{ display: block; overflow: hidden;}
.m1ra{ display: block; background: #024089; padding: 0 10px; font-size: 8px; font-size: 0.8rem; line-height: 16px; color: #fff; position: absolute; width: 100%; left: 0px; bottom: 0px; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}

.m1lie{ display: none; padding: 10px; background: #024089; border: 1px solid #024089; height: 100%; transition: 0.5s;}
.m1lieh{ display: block;}

.m1tu{ display: block; overflow: hidden; border: solid 1px #ffffff;}
.m1zi{ padding-top: 29px;}
.m1a{ display: block; font-size: 20px; font-size: 2rem; line-height: 30px; font-family: Poppins,Arial, "Arial Black", "sans-serif", Verdana; color: #fff; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.m1p{ margin-top: 12px;}
.m1p a{ color: #fff; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}
.m1mor{ display: block; width: 106px; height: 37px; line-height: 35px; margin-top: 42px; text-align: center; color: #ffffff; border: solid 1px #ffffff;}

.m1lie:hover{ background: #fff;}
.m1lie:hover a{ color: #024089; border-color: #024089;}
.m1ra:hover{ background: #fff;}

@media screen and (max-width: 1559px) {
.main1{ padding: 60px 0;}
.m1biao{ font-size: 40px !important; font-size: 4rem !important; line-height: 50px; padding-bottom: 15px; background-size: 10px;}

    .m1zi{ padding-top: 15px;}
    .m1a{ font-size: 18px; font-size: 1.8rem; line-height: 24px;}
.m1mor{ width: 90px; height: 30px; line-height: 28px; margin-top: 10px;}

.m1l{ width: 320px;}
.m1r{ width: calc(100% - 320px);}
}
@media screen and (max-width: 1359px) {
.m1biao{ font-size: 30px !important; font-size: 3rem !important; line-height: 40px; padding-bottom: 10px;}
.m1l{ width: 240px;}
.m1r{ width: calc(100% - 240px);}
}
@media screen and (max-width: 999px) {
.m1biao{ font-size: 26px !important; font-size: 2.6rem !important; line-height: 34px; padding-bottom: 10px;}
    .m1n{ padding-top: 20px;}
    .m1lie{ padding: 5px;}
    .m1a{ font-size: 16px; font-size: 1.6rem; line-height: 24px;}
.m1p{ margin-top: 5px;}
    .m1l{ margin-top: 3px;}
    .m1rn{ width: calc((100% / 6) - 3px); margin-left: 3px; margin-top: 3px;}
    .m1ra{ padding: 0 5px;}
}
@media screen and (max-width: 767px) {
.main1{ padding: 30px 0;}
.m1biao{ font-size: 24px !important; font-size: 2.4rem !important; line-height: 30px; padding-bottom: 10px; background-size: 6px;}
    .m1a{ font-size: 14px; font-size: 1.4rem; line-height: 22px;}
    .m1mor{ display: none;}

.m1l{ width: 200px;}
.m1r{ width: calc(100% - 200px); max-height: 250px; padding-bottom: 2px; overflow: auto;}
    .m1ra{ display: none;}
}
@media screen and (max-width: 599px) {
    .m1rn{ width: calc((100% / 5) - 3px);}
}
@media screen and (max-width: 499px) {
    .m1rn{ width: calc((100% / 4) - 3px);}
}
@media screen and (max-width: 399px) {
.m1l{ width: 180px;}
.m1r{ width: calc(100% - 180px);}
    .m1rn{ width: calc((100% / 3) - 3px);}
}

/*  main2  */
.main2{ background: url("../images/m2bei.jpg") no-repeat top center; background-size: cover; background-attachment: fixed; position: relative; padding-top: 63px; padding-bottom: 126px;}
.main2:before{content: ""; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; background: url("../images/m2bei.jpg") no-repeat top center; background-size: cover; z-index: -1}
.m2biao{ background-position: top center; padding-bottom: 0px; padding-top: 38px;}

.m2n{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; padding-top: 73px;}
.m2tu{ width: 49.3%; display: block; overflow: hidden;}
.m2zi{ width: calc(50.7% - 50px);}

.m2p{ line-height: 28px;}
.mor{ display: block; width: 179px; height: 49px; line-height: 47px; text-align: center; color: #fff; background: #024089; border: 1px solid #024089;}
.mor:hover{ background: #fff; color: #024089;}

.m2mor{ margin-top: 49px;}

@media screen and (max-width: 1359px) {
.main2{ padding-top: 60px; padding-bottom: 60px;}
.m2biao{ padding-top: 20px;}
.m2zi{ width: calc(50.7% - 30px);}
.mor{ width: 150px; height: 40px; line-height: 38px;}
.m2mor{ margin-top: 15px;}
    
.m2n{ padding-top: 30px;}
.m2p{ display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 8;  overflow: hidden;}
}
@media screen and (max-width: 767px) {
.main2{ padding: 30px 0;}
.m2n{ padding-top: 20px;}
    .m2tu{ width: 100%; max-width: 650px; margin: auto;}
    .m2zi{ width: 100%; margin-top: 20px;}
.mor{ width: 130px; height: 40px; line-height: 38px;}
}

/*  main3  */
.main3{ position: relative;}
.m3tu{ position: relative; cursor: pointer;}
.m3tun{}
.m3mor{ position: absolute; bottom: 57px; left: 50%; transform: translateX(-50%);}

.viplay { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); display: inline-block; vertical-align: middle; width: 92px; height: 92px; -moz-box-sizing: border-box; box-sizing: border-box; border-radius: 50%; background-color: #ffffff;}
.viplay:before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 0; height: 0; margin: auto; display: block; border-width: 17px 0 17px 20px; border-style: solid; border-color: transparent transparent transparent #024089; }
.viplay .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: #fff; 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; }
.viplay .an-btn6_animation.circle_2 { -webkit-animation-delay: 1.3s; -moz-animation-delay: 1.3s; animation-delay: 1.3s; }
.viplay .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.2); opacity: 1; }
  100% {transform: scale(2.2); opacity: 0; } 
}

@media screen and (max-width: 1359px) {
.viplay { width: 50px; height: 50px;;}
.viplay:before { border-width: 6px 0 6px 10px;}
    .m3mor{ bottom: 20px;}
}
@media screen and (max-width: 767px) {
.viplay { width: 30px; height: 30px;;}
.viplay:before { border-width: 3px 0 3px 5px;}
.m3mor{ position: relative; bottom: auto; left: auto; transform: translate(0); margin: auto; margin-top: 10px;}
}

.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%; min-width: 100%; min-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%;}
}

/*  main4  */
.main4{ padding-top: 83px; padding-bottom: 88px;}
.m4pz{ text-align: center;}

#outer { margin-top:50px; font-size:0px; position: relative;}
#tab {zoom: 1; font-size:0px; text-align: center; position: relative; border: solid 1px #ececec;}
#tab li{ transition:0.5s; cursor:pointer; display: inline-block; vertical-align: middle; position:relative; text-align: center; width: 25%; padding: 0px 5px; line-height: 89px; text-align: center; z-index: 1; border-left: solid 1px #ececec; background: #fff;}
#tab li:nth-child(4n-3){border: none;}
#tab li i{ display: inline-block; vertical-align: middle; width: 42px; height: 42px; margin-right: 15px; position: relative;}
#tab li i img{ position: absolute; max-width: 100%; max-height: 100%; left: 50%; top: 50%; transform: translate(-50%,-50%);}
#tab li span{ display: inline-block; vertical-align: middle; color: #333333; font-size: 20px; font-size: 2rem; line-height: 30px; font-family: Poppins,Arial, "Arial Black", "sans-serif", Verdana; transition: 0.5s;}

#tab li.current:before{ width: 100%;}
#tab li.current span{color: #024089;}

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

@media screen and (max-width: 1359px) {
.main4{ padding: 60px 0;}
#outer { margin-top:30px;}
#tab li{ line-height: 60px;}
#tab li i{ width: 30px; height: 30px; margin-right: 10px;}
#tab li span{ font-size: 14px; font-size: 1.4rem; line-height: 26px;}
}
@media screen and (max-width: 999px) {
#tab li{ line-height: 40px;}
    #tab li span{ font-size: 0px;}
    #tab li.current{ background: #eee}
}
@media screen and (max-width: 767px) {
.main4{ padding: 30px 0;}
}

.img-scroll {position: relative; margin-top:28px;}
.img-scroll .prev, .img-scroll .next {position: absolute; text-align:center; display: block; width: 66px; height: 66px; line-height: 64px; text-align: center; border-radius: 50%; border: solid 1px #dcdcdc; top: 50%; transform: translateY(-50%); transition: 0.5s; z-index: 999}
.img-scroll .prev { left: -127px; cursor: pointer;}
.img-scroll .next { right:-127px; cursor: pointer;}
.img-scroll .prev:hover,.img-scroll .next:hover { color: #fff; background: #024089;}
.img-list {position: relative;overflow: hidden;}
.img-list ul {width: 10000%;}
.img-list li {float: left; width:0.238%; margin-right: 0.016%; position:relative; background: #024089;}

.m4tu{ display: block; opacity: 0.7; overflow: hidden;}
.m4tu img{ width: 100%;}
.m4a{ display: block; width: 100%; position: absolute; left: 0px; top: 0px; padding: 0 15px; padding-top: 35px; font-size: 22px; font-size: 2.2rem; line-height: 26px; font-family: Poppins,Arial, "Arial Black", "sans-serif", Verdana; color: #fff;}

.m4mor{ margin: auto; margin-top: 42px;}
.img-list li:hover .m4tu{ opacity: 1}
.img-list li:hover .m4a{ color: #fff; text-decoration: underline;}

@media screen and (max-width: 1699px) {
.img-scroll .prev, .img-scroll .next { width: 40px; height: 40px; line-height: 38px; background: #fff;}
.img-scroll .prev { left: -20px;}
.img-scroll .next { right:-20px;}
    
    .m4a{ padding: 0 10px; padding-top: 20px; font-size: 18px; font-size: 1.8rem;}
}
@media screen and (max-width: 999px) {
    .m4a{ font-size: 14px; font-size: 1.4rem; line-height: 24px;}
}
@media screen and (max-width: 767px) {
    .img-scroll { padding-bottom: 50px;}
.img-list li { width:0.3233%; margin-right: 0.015%;}
.m4mor{ margin-top: 20px;}
.img-scroll .prev, .img-scroll .next { width: 35px; height: 35px; line-height: 33px; top: auto; transform: translate(0); bottom: 0px;}
.img-scroll .prev { left: 50%; margin-left: -38px;}
.img-scroll .next { right: 50%; margin-right: -38px;}
    
    .m4a{ font-size: 12px; font-size: 1.2rem; line-height: 22px; padding: 5px;}
}
@media screen and (max-width: 499px) {
.img-list li { width:0.49%; margin-right: 0.02%;}
}

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

.m5biao{ color: #fff; background: none; padding: 0px;}
.m5p{ text-align: center; line-height: 28px; max-width: 1150px; margin: auto; margin-top: 20px;}
.m5p p{color: #ffffff;}

.m5xin{ max-width: 740px; margin: auto; margin-top: 32px; position: relative;}
.m5xin .int1{ width: calc(100% - 384px);}
.m5xin .int2{ width: 240px; position: absolute; right: 136px; bottom: 0px;}
.m5xin .int3{ width: 130px; height: 61px; line-height: 57px; font-size: 20px; font-size: 2rem; color: #fefefe; text-align: center; border: solid 2px #ffffff; font-family: Poppins,Arial, "Arial Black", "sans-serif", Verdana; background: none; position: absolute; right: 0px; bottom: 0px; cursor: pointer; transition: 0.5s;}

.m5xin input{ width: 100%; height: 61px; line-height: 61px; padding: 0 15px; color: #333; font-size: 16px; font-size: 1.6rem;}
.m5xin .yanzheng{ width: 83px; height: 40px; position: absolute; right: 8px; top: 11px; cursor: pointer;}
.m5xin .int2 input{ padding-right: 100px; background:#fff url("../images/xing2.jpg") no-repeat 3px center;}

.m5xin .int3:hover{ background: #fff; color: #024089;}

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

@media screen and (max-width: 767px) {
    .main5{ padding: 30px 0;}
    .m5xin{ padding-bottom: 50px; margin-top: 20px;}
    .m5xin .int1{ width: 100%;}
    .m5xin .int2{ width: calc(100% - 90px); right: auto; left: 0px; margin-top: 10px;}
    .m5xin .int3{ width: 80px; margin-top: 10px; height: 40px; line-height: 40px; font-size: 12px; font-size: 1.2rem;}
    
.m5xin input{ height: 40px; line-height: 40px; padding: 0 10px; font-size: 12px; font-size: 1.2rem;}
.m5xin .yanzheng{ right: 0px; top: 0px;}
}

/*  main6  */
.main6{ padding-top: 78px; padding-bottom: 104px;}

.img-scroll1 {position: relative; margin-top:47px;}
.img-scroll1 .prev, .img-scroll1 .next {position: absolute; text-align:center; display: block; width: 66px; height: 66px; line-height: 64px; text-align: center; border-radius: 50%;	background: #ffffff; border: solid 1px #dcdcdc; top: 50%; transform: translateY(-50%); transition: 0.5s; z-index: 999}
.img-scroll1 .prev { left: -127px; cursor: pointer;}
.img-scroll1 .next { right:-127px; cursor: pointer;}
.img-scroll1 .prev:hover,.img-scroll1 .next:hover { color: #fff; background: #024089;}
.img-list1 {position: relative;overflow: hidden;}
.img-list1 ul {width: 10000%;}
.img-list1 li {float: left; width:0.4664%; margin-right: 0.0672%; position:relative; background: #024089; transition: 0.5s;}

.m6tu{ display: block; opacity: 0.7; overflow: hidden;}
.m6tu img{ width: 100%;}

.m6zi{ position: absolute; width: 100%; left: 0px; top: 50%; transform: translateY(-50%); padding: 0 80px; text-align: center;}
.m6a{ display: block; font-size: 26px; font-size: 2.6rem; line-height: 30px; color: #ffffff; font-family: Poppins,Arial, "Arial Black", "sans-serif", Verdana; color: #fff; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.m6p{ line-height: 28px; margin-top: 25px;}
.m6p a{ color: #fff; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 3;  overflow: hidden;}

.img-list1 li:hover{ background: #000;}
/*.img-list1 li:hover .m6tu{ opacity: 1}*/
.img-list1 li:hover .m6tu img{ transform: scale(1.1)}
.img-list1 li:hover a{ color: #fff; text-decoration: underline;}

@media screen and (max-width: 1699px) {
.main6{ padding-top: 50px; padding-bottom: 50px;}
.img-scroll1 .prev, .img-scroll1 .next { width: 40px; height: 40px; line-height: 38px;}
.img-scroll1 .prev { left: -20px;}
.img-scroll1 .next { right:-20px;}
    
    .m6zi{ padding: 0 10px;}
.m6a{ font-size: 18px; font-size: 1.8rem;}
}
@media screen and (max-width: 1359px) {
.img-scroll1 { margin-top:20px;}
.img-list1 li { width:0.49%; margin-right: 0.02%;}
}
@media screen and (max-width: 999px) {
.m6a{ font-size: 14px; font-size: 1.4rem; line-height: 24px;}
    .m6p{ margin-top: 10px;}
}
@media screen and (max-width: 767px) {
.main6{ padding-top: 30px; padding-bottom: 30px;}
.img-scroll1 { padding-bottom: 50px;}

.img-scroll1 .prev, .img-scroll1 .next { width: 35px; height: 35px; line-height: 33px; top: auto; transform: translate(0); bottom: 0px;}
.img-scroll1 .prev { left: 50%; margin-left: -38px;}
.img-scroll1 .next { right: 50%; margin-right: -38px;}
    
.m6a{ font-size: 12px; font-size: 1.2rem; line-height: 22px;}
}
@media screen and (max-width: 499px) {
.img-list1 li { width:1%; margin-right: 0.02%;}
}

/*  main7  */
.main7{ background: #efefef; padding-top: 60px; padding-bottom: 128px; border-bottom: 9px solid #024089;}
.m7n{ padding-top: 32px;}
.m7lie{ background: #ffffff; margin-top: 36px; position: relative; padding-left: 180px; transition: 0.5s;}
.m7riqi{ width: 180px; position: absolute; left: 0px; top: 50%; transform: translateY(-50%); text-align: center;}
.m7riqi p{ color: #024089; font-size: 30px; font-size: 3rem; line-height: 40px; font-family: Poppins,Arial, "Arial Black", "sans-serif", Verdana; transition: 0.5s;}
.m7riqi span{ display: block; font-size: 20px; font-size: 2rem; line-height: 30px; margin-top: 10px; color: #666666; transition: 0.5s;}

.m7lien{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; padding: 20px 0;}
.m7tu{ display: block; width: 280px; overflow: hidden;}
.m7zi{ width: calc(100% - 357px); padding-right: 20px;}

.m7a{ display: block; font-size: 22px; font-size: 2.2rem; line-height: 30px; font-family: Poppins,Arial, "Arial Black", "sans-serif", Verdana; color: #333; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.m7p{ line-height: 28px; margin-top: 18px;}
.m7p a{ display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden; color: #666;}
.m7mor{ border-color: #024089; color: #024089; margin-top: 25px;}

.m7lie:hover{ background: #024089;}
.m7lie:hover a,.m7lie:hover p,.m7lie:hover span{ color: #fff;}
.m7lie:hover .m7mor{ color: #fff; border-color: #fff;}
.m7lie:hover .m7tu img{ transform: scale(1.1)}

@media screen and (max-width: 1359px) {
    .main7{ padding: 60px 0;}
    
.m7n{ padding-top: 20px;}
.m7lie{ margin-top: 20px; padding-left: 80px;}
.m7riqi{ width: 80px;}
.m7riqi p{ font-size: 20px; font-size: 2rem; line-height: 30px;}
.m7riqi span{ font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-top: 5px;}

    .m7lien{ padding: 15px 0;}
.m7tu{ width: 200px;}
.m7zi{ width: calc(100% - 220px); padding-right: 20px;}

.m7a{ font-size: 18px; font-size: 1.8rem; line-height: 26px;}
.m7p{ margin-top: 10px;}
.m7mor{ margin-top: 10px;}
}
@media screen and (max-width: 999px) {
.m7a{ font-size: 16px; font-size: 1.6rem; line-height: 26px;}
}
@media screen and (max-width: 767px) {
.main7{ padding: 30px 0; border-width: 2px;}
    
.m7n{ padding-top: 15px;}
.m7lie{ margin-top: 10px; padding-left: 0px;}
.m7riqi{ width: 70px; top: 60px;}
.m7riqi p{ font-size: 16px; font-size: 1.6rem; line-height: 24px;}
.m7riqi span{ font-size: 12px; font-size: 1.2rem; line-height: 22px; margin-top: 5px;}
.m7tu{ width: 150px; margin-left: 70px;}
.m7zi{ width: 100%; padding: 10px; padding-bottom: 0px; margin-top: 5px;}

.m7a{ font-size: 14px; font-size: 1.4rem; line-height: 24px;}
}

/*  main8  */
.main8{ padding-top: 94px; padding-bottom: 90px; display: flex; flex-flow: wrap; justify-content: space-between;}
.m8l{ width: 370px;}
.m8r{ width: calc(100% - 537px);}

.m8biao{ text-align: left; padding: 0px; background: none;}
.m8mor{ display: block; width: 265px; height: 49px; line-height: 47px; margin-top: 20px; text-align: center; color: #ffffff; background: #024089; border: 1px solid #024089;}
.m8mor:hover{ background: #fff; color: #024089;}

@media screen and (max-width: 1359px) {
.m8l{ width: 300px;}
.m8r{ width: calc(100% - 320px);}
    .main8{ padding: 60px 0;}
}
@media screen and (max-width: 999px) {
.m8l{ width: 100%;}
.m8r{ width: 100%; margin-top: 20px;}
}
@media screen and (max-width: 767px) {
    .main8{ padding: 30px 0;}
    .m8mor{ width: 220px;}
}

/*  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: #e7e7e7;}
.fot{ padding-bottom: 30px; padding-top: 75px;}
.fot .zong{ display: flex; flex-flow: wrap;}
.fo1{ width: 500px; background: url("../images/dianhua.png") no-repeat left top;}
.fo2{ width: 280px; margin-left: 28px;}
.fo3{ width: 320px; margin-left: 26px;}
.folie{ padding-top: 26px;}

.fo1p{ font-size: 24px; font-size: 2.4rem; line-height: 30px; color: #024089; font-family: Poppins,Arial, "Arial Black", "sans-serif", Verdana;}
.fotl{ font-size: 33px; font-size: 3.3rem; line-height: 45px; margin-top: 22px; color: #024089; font-family: Poppins,Arial, "Arial Black", "sans-serif", Verdana;}
.fotl p{ color: #024089;}

.fobiao{ display: block; font-size: 24px; font-size: 2.4rem; line-height: 30px; color: #333333; font-family: Poppins,Arial, "Arial Black", "sans-serif", Verdana; position: relative;}

.fonav,.foul{ font-size: 24px; font-size: 2.4rem; line-height: 32px; margin-top: 26px;}
.fonav a,.fonav p,.foul li{color: #024089; display: block;}
.foul li a{color: #024089;}

.fob{ padding: 29px 0; margin-top: 7px; background: #c4c4c4;}
.fob .zong{ display: flex; flex-flow: wrap; justify-content: space-between;}

.shejiao{ font-size: 0px; width: 158px; display: flex; flex-flow: wrap; justify-content: space-between;}
.shejiao a{ height: 30px; line-height: 30px; color: #a1aab8;}
.shejiao a i{ font-size: 20px;}
.shejiao a:hover{ color: #fff !important;}

.fop{ color: #666; font-size: 14px; font-size: 1.4rem; line-height: 30px;}
.fop a{ display: inline-block; vertical-align: middle; color: #666;}
.fop a img{ display: inline-block; vertical-align: middle;}

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

@media screen and (max-width:1459px) {
.fo1{ width: 41%;}
.fo2{ width: 26%; margin-left: 3.5%;}
.fo3{ width: 26%; margin-left: 3.5%;}

.fo1p,.fobiao{ font-size: 20px; font-size: 2rem; line-height: 30px;}
.fotl{ font-size: 20px; font-size: 2rem; line-height: 35px; margin-top: 22px;}
    
.fonav,.foul{ font-size: 14px; font-size: 1.4rem; line-height: 30px; margin-top: 30px;}
}
@media screen and (max-width:1359px) {
    .fot{ padding-top: 20px;}
    .fob{ padding: 15px 0;}
.fonav,.foul{ font-size: 12px; font-size: 1.2rem; line-height: 24px; margin-top: 20px;}
    .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;}
    .fob{ padding-bottom: 50px;}
    .folie{ width: 100%; margin-left: 0px; margin-top: 20px; padding-top: 0px; background-size: 60px;}
.fotl{ font-size: 14px; font-size: 1.4rem; line-height: 25px; margin-top: 10px;}

    .fobiao{ font-size: 14px; font-size: 1.4rem;}
.fonav,.foul{ font-size: 12px; font-size: 1.2rem; line-height: 24px; margin-top: 2px;}
}
@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:71px; right:0px; top:50%; transform:translateY(-50%); z-index:999999}
.lianxi div a{ display:block; width:71px; height: 71px; line-height: 71px; text-align:center; color:#333; background: #efefef; border-radius: 10px; margin-top: 3px; cursor: pointer;}
.lianxi div a i{ font-size: 30px; line-height: 71px; 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:#024089; color: #fff !important; 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  ***************************/
.fenbanner{ background-size: cover !important; padding-top: 172px; padding-bottom: 172px;}
.fenbiao{ text-align: center; font-size: 56px; font-size: 5.6rem; line-height: 65px; font-family: Poppins,Arial, "Arial Black", "sans-serif", Verdana; color: #ffffff;}

.mianbao{ color: #fff; text-align: center; margin-top: 10px;}
.mianbao a{ display: inline; color: #fff;}
.mianbao strong,.comian{ font-weight: normal; display: inline; text-decoration: underline !important;}
.mianbao em{ color: #fff; display: inline-block; vertical-align: middle; margin-right: 5px;}
.mianbao a:hover{ text-decoration: underline; color: #fff;}

@media screen and (max-width:1359px) {
.fenbanner{padding: 100px 0;}
    .fenbiao{ font-size: 40px; font-size: 4rem;}
}
@media screen and (max-width:999px) {
    .fenbiao{ font-size: 36px; font-size: 3.6rem;}
}
@media screen and (max-width:767px) {
.fenbanner{padding: 60px 0;}
    .fenbiao{ font-size: 30px; font-size: 3rem;}
.mianbao{ display: none;}
}

.pr1t{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; padding-top: 91px;}
.biaol{ width: 420px; font-size: 46px; font-size: 4.6rem; line-height: 54px; color: #024089; font-family: Poppins,Arial, "Arial Black", "sans-serif", Verdana;}
.biaor{ width: calc(100% - 492px);}
.biaor p{color: #333;}

@media screen and (max-width: 1359px) {
.pr1t{ padding-top: 50px;}
.biaol{ width: 320px; font-size: 36px; font-size: 3.6rem; line-height: 44px;}
.biaor{ width: calc(100% - 392px);}
}
@media screen and (max-width: 999px) {
.biaol{ width: 100% !important; font-size: 26px; font-size: 2.6rem; line-height: 34px;}
.biaor{ width: 100% !important; margin-top: 10px;}
}
@media screen and (max-width: 767px) {
.pr1t{ padding-top: 30px;}
    .biaol{ font-size: 22px; font-size: 2.2rem; line-height: 30px;}
}

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

.prl{ width:411px;}
.prr{ width:calc(100% - 492px);}

.j-nextshow { position: relative;}
.proslide_menubtn { display: none; width: 19px; height: 21px; position: absolute; top: 16px; right: 10px; 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: #024089; }
.prbiao{ display:block; padding: 15px 22px; position:relative; background: #f5f5f5; color: #333;}
.xbiao{ font-size:24px; font-size:2.4rem; line-height:30px; font-family: Poppins,Arial, "Arial Black", "sans-serif", Verdana;}
a.prbiao:hover{ color:#fff; background: #024089;}

.prlt{border: solid 1px #e1e1e1;}
.pryiji{ margin-top: 8px;}
.pryiji>li{ position: relative; border-bottom: 1px solid #f5f5f5;}
.pryiji>li:last-child{ border: none;}
.pryiji>li>a{ display:block; line-height:22px; padding:14px 22px; padding-right: 65px; font-size: 18px; font-size: 1.8rem; color: #333333; position:relative;}
.pryiji>li>a i{ position: absolute; right: 17px; top: 50%; transform: translateY(-50%); font-size: 14px; font-size: 1.4rem;}

.prerji{ padding:10px 0px; padding-left: 22px;}
.prerji li a{ display:block; line-height:20px; padding: 10px 0; position: relative;}
.prsanji{ padding-left:22px; font-size: 14px; font-size: 1.4rem; line-height: 20px;}

.pryiji>li:hover>a{color: #fff; background: #024089;}

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

.dangpryi>a{ color: #fff !important; background: #024089 !important;}
.dangpryi>a>i{ transform: translateY(-50%) rotate(90deg) !important;}

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

@media screen and (max-width:1359px) {
    .xbiao{ font-size: 20px; font-size: 2rem;}
.prl{ width: 320px;}
.prr{ width: calc(100% - 340px);}

.pryiji>li>a{ font-size: 16px; font-size: 1.6rem; position:relative;}
.prerji li a{ font-size:14px; font-size:1.4rem;}
}
@media screen and (max-width:999px) {
.prmain{ padding-top:10px; padding-bottom:38px;}
.prl{ width:240px;}
.prr{ width:calc(100% - 260px);}

    .prbiao{ padding: 10px;}
    .xbiao{ font-size: 18px; font-size: 1.8rem; line-height: 26px;}
.pryiji>li>a{ line-height: 24px; padding: 10px; font-size: 14px; font-size: 1.4rem;}
    .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-bottom:30px;}
.prl{ width:100%; margin-top:40px; max-height: none; top: auto; position: relative;}
.prr{ width:100%;}
.proslide_menubtn{ display:block;}
.pryiji{display: none}
    .prbiao{ font-size: 20px; font-size: 2rem;}
    a.prbiao:hover{ background: #f5f5f5; color: #333;}
}

.prlb{ margin-top: 60px; border: solid 1px #e1e1e1;}
.prlbbiao{ padding: 15px 22px; background: #024089; color: #fff;}
.prlbn{}
.prlbn a{ border-bottom: 1px solid #f5f5f5; padding: 13px 22px; font-size: 18px; font-size: 1.8rem; line-height: 30px; display: block;}
.prlbn a:last-child{ border:none;}

@media screen and (max-width:1359px) {
    .prlbn a{ font-size: 16px; font-size: 1.6rem; line-height: 26px;}
    .prlb{ margin-top: 30px;}
}
@media screen and (max-width:999px) {
    .prlbbiao{ padding: 10px;}
    .prlbn a{ font-size: 16px; font-size: 1.6rem; line-height: 26px; padding: 10px;}
}
@media screen and (max-width:767px) {
    .prlbn a{ font-size: 14px; font-size: 1.4rem;}
    .prlb{ margin-top: 20px;}
}


.prn{display: flex; flex-flow: wrap;}
.prlie{ width: 32.15%; margin-left: 1.775%; margin-bottom: 19px; padding: 9px; padding-bottom: 30px; background: #f7f7f7; transition: 0.5s; position: relative; display: inline-block; vertical-align: top;}
.prlie:nth-child(3n-2){margin-left: 0px;}
.prtu{ display: block; overflow: hidden;}
.przi{ padding-top: 10px;}
.pra{ line-height: 24px; color: #000; font-family: Poppins-SemiBold,Arial, "Arial Black", "sans-serif", Verdana;  display: block; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.prp{ line-height: 24px; margin-top: 14px;}
.prp a{ display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;}
.prin{ margin-top: 28px;}
.prin input{ display: inline-block; vertical-align: middle; cursor: pointer;}
.prmor{ display: inline-block; vertical-align: middle; width: 70px; height: 26px; line-height: 24px; margin-left: 6px; text-align: center; border: solid 1px #999999; color: #999999;}
.przi p:hover a{color: #fff;}
.prlie:hover{ background: #024089;}
.prlie:hover .pra{ color: #fff;}
.prlie:hover .prp a{ color: #333;}
.prlie:hover .prmor{ color: #024089; background: #f7f7f7;}
.prlie:hover p{ color: #fff;}
.prlie:hover p a{ color: #fff;}

.fenye{ padding-top:37px; text-align:center;}
.fenyen{  display:inline-block;  font-size: 0px;}
.fenyen a{ display:inline-block;  padding: 0 13px; height:30px; text-align:center; background: #fff; line-height:28px; margin: 3px; color: #666666; font-size: 14px; font-size: 1.4rem;  border: solid 1px #999999;}
.fenyen a:hover{ color:#fff; background:#024089;}
.fenyen .sx{}
.dangqianfen{ color:#fff !important; background:#024089 !important; border-color: #024089 !important;}

.fuxuan{ margin-left: 6px; display:inline-block; *float:right; background: url("../images/fuxuan.png") no-repeat right center; padding-right: 22px;}
.fuxuan input{ padding: 0 14px; height:30px; line-height: 28px; color: #fff; background: #024089; border: 1px solid #024089; cursor:pointer; transition:0.5s; font-size:16px; font-size:1.6rem;}
.fuxuan input:hover{ color: #024089; background: #fff;}

@media screen and (max-width:1359px) {
.prin{ margin-top: 10px;}
.fenye{ padding-top:40px;}
.fenyen a{ padding: 0 10px;}
}
@media screen and (max-width:999px) {
    .fenye{ padding-top:20px;}
    .fenyen a{ font-size: 14px; font-size: 1.4rem;}
.zhankai{ font-size: 14px; font-size: 1.4rem; margin-top: 20px;}
.prlie{ width: 49%; margin-left: 2%; margin-bottom: 15px; padding: 5px; padding-bottom: 10px;}
.prlie:nth-child(3n-2){margin-left: 2%;}
.prlie:nth-child(2n-1){margin-left: 0px;}
}
@media screen and (max-width:767px) {
.prn{ padding-top: 15px;}
    .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;}
}

.prso{ background: #f7f7f7;}
.prsobiao{ width: 100%; text-align: center; color: #333; display: block;}


/****************************  product2  ***************************/
.pr2main1{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; padding-top: 80px;}
.pr2l{ width: 50%; border: solid 1px #e5e5e5;}
.pr2r{ width: calc(50% - 80px);}

.pr2main1 .row{}
.pr2main1 .owl-carousel{display: none;position: relative;width: 100%;-ms-touch-action: pan-y;}
.pr2main1 .owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.pr2main1 .owl-carousel .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%;}
.pr2main1 .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;}
	
.pr2main1 .owl-carousel .owl-item{float: left;}
.pr2main1 .owl-controls .owl-page,.owl-controls .owl-buttons div{cursor: pointer;}
.pr2main1 .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);}
.pr2main1 .owl-theme .owl-controls{}
.pr2main1 .owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline; display: none !important;}
.pr2main1 .owl-theme .owl-controls .owl-page span{display: block;width: 14px;height: 14px; background: #ffffff; margin-right: 9px; border-radius: 50%; background: #ffffff; font-size: 0px;}
.pr2main1 .owl-theme .owl-controls .owl-page.active span,.pr2main1 .owl-theme .owl-controls.clickable .owl-page:hover span{ background:#23aa86; opacity:1;}

.pr2main1 .owl-theme .owl-buttons{}
.pr2main1 .owl-theme .owl-buttons div{ height: 40px; position: absolute; line-height: 40px; font-size: 28px; color: #333333; opacity: 0.5; top: 50%; transform: translateY(-50%); transition: 0.5s;}
.pr2main1 .owl-theme .owl-prev{ left: 15px;}
.pr2main1 .owl-theme .owl-next{ right: 15px;}
.pr2main1 .owl-theme .owl-buttons div:hover{ opacity: 1}


.pr2r h1{ font-size: 26px; font-size: 2.6rem; line-height: 34px; font-family: Poppins,Arial, "Arial Black", "sans-serif", Verdana;}
.jianjie{ margin-top: 22px;}
.jianjie p{ background: url("../images/prxing.png") no-repeat left 8px; padding-left: 32px;}

.share{ margin-top: 53px;}
.share1{ color: #666666; line-height: 30px; display: inline-block; vertical-align: middle;}
.share2{display: inline-block; vertical-align: middle;  margin-left: 5px;}

.inno{ max-width: 338px; display: flex; flex-flow: wrap; justify-content: space-between;}
.inno a{ display: block; width: 47.337%; height: 44px; line-height: 42px; margin-top: 8px; color: #666666; text-align: center; background: #ffffff; border-radius: 6px; border: solid 1px #999999;}
.inno a:hover{ background: #024089; border-color: #024089; color: #fff;}

@media screen and (max-width: 1359px) {
.pr2main1{ padding-top: 50px;}
.pr2r{ width: calc(50% - 30px);}
.pr2r h1{ font-size: 22px; font-size: 2.2rem; line-height: 30px;}
.jianjie{ margin-top: 12px;}
.jianjie p{ background: url("../images/prxing.png") no-repeat left 6px; padding-left: 26px;}
.share{ margin-top: 20px;}
}
@media screen and (max-width: 999px) {
.pr2main1{ padding-top: 30px;}
    .pr2l{ width: 100%; max-width: 700px; margin: auto;}
    .pr2r{ width: 100%; margin-top: 20px;}
.pr2r h1{ font-size: 18px; font-size: 1.8rem; line-height: 26px;}
}
@media screen and (max-width: 767px) {
.pr2main1 .owl-theme .owl-buttons div{ font-size: 20px;}
.pr2main1 .owl-theme .owl-prev{ left: 5px;}
.pr2main1 .owl-theme .owl-next{ right: 5px;}
}

.pr2main2{ padding-top: 76px; padding-bottom: 100px;}
.pr22biao{ border-bottom: 1px solid #e5e5e5; font-size: 40px; font-size:4rem; line-height: 50px; padding-bottom: 18px;}
.pr22t{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 44px;}
.pr22l{ width: calc(100% - 500px); line-height: 36px;}
.pr22r{ width: 440px;}

.pr22l p{ padding-left: 22px; position: relative;}
.pr22l p em:before{content: ""; position: absolute; width: 10px; height: 10px; background: #024089; border-radius: 50%; left: 0px; top: 12px;font-style: normal}

.chanxiang{ margin-top: 30px;}
.chanxiang p,.chanxiang strong{color: #464646;}
.pr22l p em{font-style: normal}
.chanxiang img{ display: inline-block;}
.chanxiang a{ display: inline-block; color: #024089;}

.chanxiang .table table{ width:100%; border-collapse:collapse;}
.chanxiang .table table tr{}
.chanxiang .table table tr td{ padding:14px; border:1px solid #e1e1e1; background: #fff;}
.chanxiang .table table tr:nth-child(2n) td{ background: #fafafa;}
.chanxiang .table table tr td:first-child{ font-family: Poppins-Regular,Arial, "Arial Black", "sans-serif", Verdana;}

@media screen and (max-width:1359px) {
.pr22biao{ font-size: 30px; font-size:3rem; line-height: 40px; padding-bottom: 10px;}
.pr22l p{ padding-left: 20px;}
.pr22l p:before{ width: 7px; height: 7px; top: 9px;}
.pr22l{ width: calc(100% - 340px);}
.pr22r{ width: 300px;}
}
@media screen and (max-width:999px) {
.pr2main2{ padding: 60px 0;}
.pr22biao{ font-size: 24px; font-size: 2.4rem; line-height: 30px;}
    .pr22t{ padding-top: 30px;}
.chanxiang{ margin-top: 20px;}
}
@media screen and (max-width:768px) {
.pr2main2{ padding: 30px 0;}
    .pr22biao{ font-size: 20px; font-size: 2rem;}
    .chanxiang .table table tr td{ padding:6px;}

    .pr22t{ padding-top: 25px;}
.pr22l{ width: 100%;}
.pr22r{ width: 100%; max-width: 500px; margin: auto; margin-top: 10px;}
}

.homain{ background: #f7f7f7; padding: 100px 0;}
.hobiao{ background: none; padding: 0px;}

.hon{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 4px;}
.holie{ border: solid 1px #c9c9c9; width: 24%; margin-left: 1.333%; margin-top: 30px; position: relative;}
.holie:nth-child(4n-3){ margin-left: 0px;}

.hotu{ display: block; overflow: hidden;}
.hotu img{ width: 100%;}
.hoa{ display: block; line-height: 30px; padding: 1px 20px; color: #fff; background: #024089; border: 1px solid #024089; position: absolute; width: 100%; left: 0px; bottom: 0px; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.holie:hover .hoa{ background: #fff; color: #024089;}
.holie:hover .hotu img{ transform: scale(1.1)}

@media screen and (max-width: 1359px) {
.homain{ padding: 50px 0;}
    .holie{ margin-top: 15px;}
    .hoa{ padding: 1px 5px;}
}
@media screen and (max-width: 999px) {
.homain{ padding: 30px 0;}
    .hoa{ line-height: 22px;}
}
@media screen and (max-width: 767px) {
.holie{ width: 49%; margin-left: 2%; margin-top: 10px;}
.holie:nth-child(2n-1){ margin-left: 0px;}
}

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

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


.csmain1{ padding-top: 70px; padding-bottom: 100px;}
.cs1p{ margin-top: 17px; text-align: center;}
.cs1p p{color: #333333;}
.cs1p strong{ display: block; color: #024089; font-weight: normal;}

.csxin{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 6px;}
.csxin .int1{ width: 49.3%; margin-top: 20px;}
.csxin .int2{ width: 100%; margin-top: 20px;}
.csxin .int3{ width: 49.3%; margin-top: 20px; position: relative;}
.csxin .int4{ width: 49.3%; margin-top: 20px;}

.csxin input{ width: 100%; height: 50px; line-height: 50px; padding: 0 10px; padding-left: 29px; font-size: 16px; font-size: 1.6rem; color: #333; background: #f7f7f7; border-radius: 4px;}
.csxin textarea{ width: 100%; height: 210px; line-height: 30px; padding: 10px; padding-left: 29px; font-size: 16px; font-size: 1.6rem; color: #333; background: #f7f7f7; border-radius: 4px;}
.csxin .yanzheng{ width: 80px; height: 100%; position: absolute; right: 0px; bottom: 0px; cursor: pointer;}
.csxin .int3 input{padding-right: 90px;}
.csxin .int4 input{ padding: 0px; background: #024089; border: 1px solid #024089; color: #ffffff; font-family: Poppins,Arial, "Arial Black", "sans-serif", Verdana; font-size: 24px; font-size: 2.4rem; transition: 0.5s; cursor: pointer;}

.csxin .xing input,.csxin .xing textarea{ background: #f7f7f7 url("../images/xing.png") no-repeat 13px 21px;}
.csxin .int4 input:hover{ background: #f7f7f7; color: #024089;}

@media screen and (max-width: 1359px) {
.csmain1{ padding:60px 0;}
.csxin input,.csxin textarea{ font-size: 14px !important; font-size: 1.4rem !important;}    
}
@media screen and (max-width: 767px) {
.csmain1{ padding:30px 0;}
.csxin input,.csxin textarea{ font-size: 12px !important; font-size: 1.2rem !important; padding-left: 15px;}    
.csxin .xing input,.csxin .xing textarea{ background: #f7f7f7 url("../images/xing.png") no-repeat 5px 21px;}
.csxin .int1,.csxin .int2,.csxin .int3,.csxin .int4{ width: 100%; margin-top: 10px;}
    
.csxin textarea{ height: 140px;}
}

.csmain2{ background: #f7f7f7; padding-top: 92px; padding-bottom: 100px;}
.cs2n{ position: relative; height: 502px; margin-top: 50px;}
.cs2n:before{content: ""; position: absolute; width: 100%; height: 1px; background: #e4e4e4; left: 0px; top: 236px;}

.cs2lie{ width: 31.43%; position: absolute;}
.cs2lie:nth-child(2n-1){ top: 219px; padding-top: 53px;}
.cs2lie:nth-child(2n){ bottom: 247px; padding-bottom: 53px;}

.cs2shu{ display: block; width: 36px; height: 36px; line-height: 36px; text-align: center; background: #ececec; border-radius: 50%; color: #024089; position: absolute; left: 50%; transform: translateX(-50%); transition: 0.5s;}
.cs2zi{ background: #ffffff; padding: 16px 15px; padding-bottom: 25px;}
.cs2a{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.cs2a em{ display: 46px; box-shadow: 0px 1px 6px 0px rgba(3, 0, 0, 0.67); border-radius: 50%;}
.cs2a strong{ width: calc(100% - 60px); font-size: 20px; font-size: 2rem; line-height: 22px; color: #024089; font-family: Poppins,Arial, "Arial Black", "sans-serif", Verdana; font-weight: normal;}
.cs2p{ margin-top: 20px;}

.cs2lie:nth-child(2n-1) .cs2shu{top: 0px;}
.cs2lie:nth-child(2n) .cs2shu{ bottom: 0px;}

.cs2lie:nth-child(2n-1) .cs2p{ height: 120px; overflow: auto;}
.cs2lie:nth-child(2n) .cs2p{ height: 90px; overflow: auto;}

.cs2lie:nth-child(1){ left: 0px;}
.cs2lie:nth-child(2){ left: 17%;}
.cs2lie:nth-child(3){ left: 34.64%;}
.cs2lie:nth-child(4){ left: 51.64%;}
.cs2lie:nth-child(5){ right: 0px;}

.cs2lie:hover .cs2shu{ background: #024089; color: #fff;}

@media screen and (max-width: 1359px) {
    .csmain2{ padding: 60px 0;}
    .cs2n{ margin-top: 30px;}
}
@media screen and (max-width: 999px) {
    .csmain2{ padding: 30px 0;}
    .cs2n{ height: auto; display: flex; flex-flow: wrap; justify-content: space-between; margin-top: 20px;}
    .cs2n:before{ display: none;}
    .cs2lie{ position: relative; margin-top: 15px; width: 49%; padding: 0px !important; top: auto !important; bottom: auto !important; left: auto !important; transform: translate(0) !important; background: #fff;}
    .cs2shu{ display: none;}
.cs2a strong{ font-size: 16px; font-size: 1.6rem;}
    .cs2p{ height: auto !important;}
}
@media screen and (max-width: 499px) {
    .cs2lie{ width: 100%; margin-top: 10px;}
}

.csmain3{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; padding: 100px 0;}
.cs3zi{ width: 48%;}
.cs3tu{ width: 45%;}

.cs3biao{ text-align: left;}
.cs3p{ margin-top: 42px;}
.cs3mor{ margin-top: 40px;}

@media screen and (max-width: 1359px) {
    .csmain3{ padding: 60px 0;}
.cs3p,.cs3mor{ margin-top: 20px;}
}
@media screen and (max-width: 999px) {
.cs3zi{ width: 100%;}
.cs3tu{ width: 100%; max-width: 600px; margin: auto; margin-top: 20px;}
}
@media screen and (max-width: 767px) {
    .csmain3{ padding: 30px 0;}
}

/****************************  about  ***************************/
.abmain1{ background: url("../images/ab1bei.jpg") no-repeat center;}
.ab1pz{ font-size: 20px; font-size: 2rem; line-height: 30px; margin-top:20px; font-family: Poppins,Arial, "Arial Black", "sans-serif", Verdana; text-align: center; color: #024089;}
.ab1pz p{ color: #024089;}

.ab1n{ display: flex; flex-flow: wrap;}
.ab1lie{ width: 22%; margin-left: 4%; margin-top: 40px; padding-bottom: 10px; background: #ffffff; border-radius: 10px; border: solid 1px #e6e6e6;}
.ab1lie:nth-child(4n-3){margin-left: 0px;}

.ab1tu{ display: block; border-radius: 10px; overflow: hidden;}
.ab1tu img{ width: 100%; border-radius: 10px;}
.ab1a{ text-align: center; line-height: 60px; padding:0 5px;}
.ab1a span{ display: inline-block; vertical-align: middle; line-height: 20px; color: #333;}

@media screen and (max-width: 1359px) {
    .ab1pz{ font-size: 18px; font-size: 1.8rem; margin-top: 10px;}
.ab1lie{ width: 24%; margin-left: 1.333%; margin-top: 20px;}
}
@media screen and (max-width: 767px) {
    .ab1pz{ font-size: 14px; font-size: 1.4rem;}
.ab1lie{ width: 49%; margin-left: 2%; margin-top: 10px; padding-bottom: 5px;}
.ab1lie:nth-child(2n-1){margin-left: 0px;}
}

.abmain2{ background: url("../images/ab2bei.jpg") no-repeat center; background-size: cover; padding: 110px 0;}
.ab2n{ width: 70%; max-width: 750px;}
.ab2biao{ color: #fff; text-align: left;}
.ab2p{ margin-top: 20px;}
.ab2p p{ color: #fff;}
.ab2mor{ display: block; width: 146px; height: 49px; line-height: 49px; margin-top: 56px; text-align: center; color: #024089; background: #ffffff;}
.ab2mor:hover{ background: #024089; color: #fff;}

@media screen and (max-width: 1359px) {
    .abmain2{ padding: 60px 0;}
    .ab2mor{ margin-top: 20px;}
}
@media screen and (max-width: 767px) {
    .abmain2{ padding: 30px 0;}
    .ab2mor{ width: 120px; height: 40px; line-height: 40px;}
    .ab2n{ width: 100%;}
}

.abmain3{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; padding-top: 100px; padding-bottom: 95px;}
.ab3tu{ width: 42.5%; box-shadow: 0px 1px 6px 0px rgba(3, 0, 0, 0.33);}
.ab3zi{ width: 52.9%;}

@media screen and (max-width: 1359px) {
    .abmain3{ padding: 60px 0;}
}
@media screen and (max-width: 999px) {
.ab3tu{ width: 100%; max-width: 550px; margin: auto;}
.ab3zi{ width: 100%; margin-top: 20px;}
}
@media screen and (max-width: 767px) {
    .abmain3{ padding: 30px 0;}
}

.abmain4{ padding-bottom: 85px;}

.img-scroll2 {position: relative; margin-top:77px;}
.img-scroll2:before{ content: ""; width: 100%; height: 1px; background: #e6e6e6; position: absolute; left: 0px; top:7px;}
.img-scroll2 .prev, .img-scroll2 .next {position: absolute; text-align:center; display: block; width: 66px; height: 66px; line-height: 64px; text-align: center; border-radius: 50%; background: #ffffff; border: solid 1px #dcdcdc; top: -137px; transition: 0.5s; z-index: 999}
.img-scroll2 .prev { right: 86px; cursor: pointer;}
.img-scroll2 .next { right: 0px; cursor: pointer;}
.img-scroll2 .prev:hover,.img-scroll2 .next:hover { color: #fff; background: #024089;}
.img-list2 {position: relative;overflow: hidden;}
.img-list2 ul {width: 10000%;}
.img-list2 li {float: left; width:0.23%; margin-right: 0.115%; padding-top: 15px; position:relative;}

.img-list2 li:nth-child(2){ width: 0.31%; padding-top: 26px;}
.img-list2 li:before{ content: ""; position: absolute; width: 12px; height: 12px; background: #cccccc; border-radius: 50%; top: 0px; left: 50%; transform: translateX(-50%);}

.ab4a{ text-align: center; color: #666666; font-size: 18px; font-size: 1.8rem; line-height: 30px;}
.ab4p{ line-height: 24px; margin-top: 1px;  height: 110px; overflow: auto;}

.img-list2 li:nth-child(2):before{ width: 16px; height: 16px; background: #024089;}
.img-list2 li:nth-child(2) .ab4a{ font-size: 24px; font-size: 2.4rem; color: #024089; font-family: Poppins,Arial, "Arial Black", "sans-serif", Verdana;}
.img-list2 li:nth-child(2) .ab4p{ font-size: 22px; font-size: 2.2rem; line-height: 36px;}


@media screen and (max-width: 1399px) {
    .abmain4{ padding-bottom: 50px;}
.img-scroll2 .prev, .img-scroll2 .next { width: 40px; height: 40px; line-height: 38px; top: -120px;}
.img-scroll2 .prev { right: 50px;}
.img-scroll2 .next { right:0px;}
    
.img-list2 li:nth-child(2):before{ width: 12px; height: 12px; background: #024089;}
.img-list2 li:nth-child(2) .ab4a{ font-size: 20px; font-size: 2rem; color: #024089; font-family: Poppins,Arial, "Arial Black", "sans-serif", Verdana;}
.img-list2 li:nth-child(2) .ab4p{ font-size: 18px; font-size: 1.8rem;}

.img-list2 li { width:0.30%; margin-right: 0.02%;}
.img-list2 li:nth-child(2){ width: 0.36%;}
}
@media screen and (max-width: 999px) {
.img-scroll2 .prev, .img-scroll2 .next { top: -70px;}
.img-scroll2 { margin-top:30px;}
.img-list2 li { padding-top: 15px !important; width: 0.32333% !important; margin-right: 0.015% !important;}
.ab4a{ font-size: 16px !important; font-size: 1.6rem !important; line-height: 30px;}
.img-list2 li:nth-child(2) .ab4p{ font-size: 18px; font-size: 1.8rem;}
    .ab4p{ font-size: 14px !important; height: auto !important}
}
@media screen and (max-width: 767px) {
    .abmain4{ padding-bottom: 30px;}
.img-scroll2 { padding-bottom: 50px;}
.img-list2 li { width:1% !important; margin-right: 0.02% !important;}
.img-scroll2 .prev, .img-scroll2 .next { width: 35px; height: 35px; line-height: 33px; top: auto; transform: translate(0); bottom: 0px;}
.img-scroll2 .prev { left: 50%; margin-left: -38px;}
.img-scroll2 .next { right: 50%; margin-right: -38px;}
}

.abmain5{background: #f5f5f5; padding-top: 90px; padding-bottom: 90px;}
.ab5pz{ text-align: center; margin-top: 22px;}

.img-scroll3 {position: relative; margin-top:24px;}
.img-scroll3 .prev, .img-scroll3 .next {position: absolute; text-align:center; display: block; width: 66px; height: 66px; line-height: 64px; text-align: center; border-radius: 50%; border: solid 1px #dcdcdc; top: 50%; transform: translateY(-50%); transition: 0.5s; z-index: 999}
.img-scroll3 .prev { left: -127px; cursor: pointer;}
.img-scroll3 .next { right: -127px; cursor: pointer;}
.img-scroll3 .prev:hover,.img-scroll3 .next:hover { color: #fff; background: #024089;}
.img-list3 {position: relative;overflow: hidden;}
.img-list3 ul {width: 10000%;}
.img-list3 li {float: left; width:0.32%; margin-right: 0.02%; position:relative;}

.ab5tu{ padding: 10px 0;}

@media screen and (max-width: 1699px) {
    .abmain5{ padding: 50px 0;}
.img-scroll3 .prev, .img-scroll3 .next { width: 40px; height: 40px; line-height: 38px; background: #fff;}
.img-scroll3 .prev { left: -20px;}
.img-scroll3 .next { right: -20px;}
}
@media screen and (max-width: 999px) {
.img-scroll3 { margin-top:10px;}
.img-list3 li { padding-top: 15px !important; width: 0.32333% !important; margin-right: 0.015% !important;}
.ab5tu{ padding: 5px 0;}
}
@media screen and (max-width: 767px) {
    .abmain5{ padding: 30px 0;}
.img-scroll3 { padding-bottom: 50px;}
.img-list3 li { width:0.49% !important; margin-right: 0.02% !important;}
.img-scroll3 .prev, .img-scroll3 .next { width: 35px; height: 35px; line-height: 33px; top: auto; transform: translate(0); bottom: 0px;}
.img-scroll3 .prev { left: 50%; margin-left: -38px;}
.img-scroll3 .next { right: 50%; margin-right: -38px;}
}

.abmain6{ background: url("../images/ab6bei.jpg") no-repeat center; background-size: auto; background-attachment: fixed; position: relative; padding-top: 156px; padding-bottom: 162px;}
.abmain6:before{content: ""; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; background: url("../images/ab6bei.jpg") no-repeat center; background-size: auto; z-index: -1}
.ab6n{ width: 80%; max-width: 800px;}
.ab6biao{ color: #fff; padding-bottom: 35px; position: relative; text-align: left;}
.ab6biao:before{content: ""; position: absolute; width: 50px; height: 6px; left: 0px; bottom: 0px; background: #ffffff;}

.ab6p{ margin-top: 24px;}
.ab6p p{color: #fff;}

.ab6xin{ margin-left: 0px; margin-top: 45px;}
.ab6xin .int3{ background: #024089; border: none;}

@media screen and (max-width: 1359px) {
    .abmain6{ padding: 60px 0;}
.ab6biao{ padding-bottom: 20px;}
.ab6biao:before{ width: 40px; height: 3px;}
.ab6xin{ margin-top: 25px;}
}
@media screen and (max-width: 767px) {
    .abmain6{ padding: 30px 0;}
.ab6n{ width: 100%; max-width: 800px;}
}

.abmain7{ padding-top: 94px; padding-bottom: 126px; background: #f7f7f7;}
.ab7n{ display: flex; flex-flow: wrap; padding-top: 10px;}
.ab7n a{ display: block; width: 17.86%; margin-left: 2.675%; margin-top: 46px;}
.ab7n a:nth-child(5n-4){margin-left: 0px;}
.ab7n a img{ transform: scale(1) !important; width: 100%;}

@media screen and (max-width: 1359px) {
    .abmain7{ padding: 60px 0;}
    .ab7n a{ margin-top: 20px;}
}
@media screen and (max-width: 767px) {
    .abmain7{ padding: 30px 0;}
    .ab7n a{ margin-top: 15px; width: 32.33%; margin-left: 1.5%;}
    .ab7n a:nth-child(5n-4){margin-left: 1.5%;}
    .ab7n a:nth-child(3n-2){margin-left: 0px;}
}

.abmain8{ padding-bottom: 100px; border-top: 9px solid #024089;}
.ab8mor{ color: #fff !important; width: 265px; margin-top: 20px;}
.ab8mor:hover{ color: #024089 !important;}
.abmain8 .biaol{ color: #333;}

.abmain8 .row{ margin-left: -15px; margin-right: -15px; margin-top: 75px;}
.abmain8 .owl-carousel{display: none;position: relative;width: 100%;-ms-touch-action: pan-y;}
.abmain8 .owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.abmain8 .owl-carousel .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%;}
.abmain8 .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;}
	
.abmain8 .owl-carousel .owl-item{float: left; padding: 15px;}
.abmain8 .owl-controls .owl-page,.owl-controls .owl-buttons div{cursor: pointer;}
.abmain8 .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);}
.abmain8 .owl-theme .owl-controls{ text-align: center; margin-top: 40px; font-size: 0px;}
.abmain8 .owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;}
.abmain8 .owl-theme .owl-controls .owl-page span{display: block;width: 16px;height: 16px; border: 2px solid #fff; background: #999999; margin: 2px 8px; border-radius: 50%; font-size: 0px;}
.abmain8 .owl-theme .owl-controls .owl-page.active span,.abmain8 .owl-theme .owl-controls.clickable .owl-page:hover span{ border-color:#024089; background: #024089; opacity:1;}

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

.ab8tu{ height: 122px; background: #ffffff; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); border-radius: 10px; position: relative;}
.ab8tu img{ position: absolute; max-width: 90%; max-height: 90%; left: 50%; top: 50%; transform: translate(-50%,-50%);}

@media screen and (max-width: 1359px) {
.abmain8{ padding-bottom: 60px;}
.abmain8 .row{ margin-top: 20px;}
.abmain8 .owl-theme .owl-controls{ margin-top: 10px;}
}
@media screen and (max-width: 999px) {
.abmain8 .row{ margin-left: -5px; margin-right: -5px;}
    .abmain8 .owl-theme .owl-controls .owl-page span{ width: 12px; height: 12px; margin: 2px 3px;}
    .abmain8 .owl-carousel .owl-item{ padding: 5px;}
.ab8tu{ height: 90px; box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);}
}
@media screen and (max-width: 767px) {
.abmain8{ padding-bottom: 30px;}
    .ab8mor{ width: 220px;}
}

/****************************  news  ***************************/
.nemt{}
.nemt .biaol{ width: 200px; color: #333}
.nemt .biaor{ width: calc(100% - 222px);}

.nemain{ padding-top: 24px; padding-bottom: 95px;}
.nen{ padding-bottom: 20px;}
.nemain .m7lie{ background: #f5f5f5; margin-top: 30px;}
.nemain .m7lie:hover{ background: #024089;}

@media screen and (max-width: 767px) {
.nemain{ padding-top: 10px; padding-bottom: 30px;}
.nen{ padding-bottom: 0px;}
.nemain .m7lie{ margin-top: 20px;}
}

.nemain2{ padding-top: 74px; padding-bottom: 70px;}
.nemain2 h1{ font-size: 30px; font-size: 3rem; line-height: 40px; font-family: Poppins,Arial, "Arial Black", "sans-serif", Verdana; color: #333;}
.net{ border-bottom: 1px solid #e5e5e5; margin-top: 18px; padding-bottom: 26px;}
.net .share{ margin-top: 0px;}

.nexiang{ margin-top: 21px;}
.nexiang p,.nexiang em,.nexiang strong{ color: #666;}
.nexiang img,.nexiang a{ display: inline-block; vertical-align: middle; color: #024089;}

.fanpian{ border-top: 1px solid #e5e5e5; display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 30px; margin-top: 40px;}
.fanpian li{ max-width: 49%; position: relative;}
.fanpian li em{ display: block; width: 40px; height: 40px; line-height: 40px; text-align: center; font-size: 12px; color: #999999; background: #ffffff; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); position: absolute; top: 50%; transform: translateY(-50%); border-radius: 50%;}
.fanpian li p{ line-height: 22px; color: #333;}
.fanpian li p a{ display: block; color: #333;}
.fanpian li:nth-child(1){ padding-left: 54px;}
.fanpian li:nth-child(2){ padding-right: 54px; text-align: right;}
.fanpian li:nth-child(1) em{ left: 0px;}
.fanpian li:nth-child(2) em{ right: 0px;}

.fanpian li p a:hover{ color: #024089;}

@media screen and (max-width: 1359px) {
.nemain2{ padding: 50px 0;}
.nemain2 h1{ font-size: 24px; font-size: 2.4rem; line-height: 30px;}
}
@media screen and (max-width: 999px) {
.net{ margin-top: 10px; padding-bottom: 10px;}
    .fanpian{ display: block;}
.nemain2 h1{ font-size: 20px; font-size: 2rem; line-height: 30px;}
    .fanpian{ padding-top: 10px; margin-top: 26px;}
.fanpian li{ width: 100% !important; max-width: none; text-align: left !important; padding-right: 0px !important; padding-left: 50px !important; margin-top: 10px;}
.fanpian li:nth-child(2) em{ right: auto; left: 0px;}
}
@media screen and (max-width: 767px) {
.nemain2{ padding: 30px 0;}
.nemain2 h1{ font-size: 18px; font-size: 1.8rem; line-height: 26px;}
}

.ne2main3{ background: url("../images/ne3bei.jpg") no-repeat center; background-size: cover; background-attachment: fixed; position: relative; padding-top: 53px; padding-bottom: 63px;}
.ne2main3:before{content: ""; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; background: url("../images/ne3bei.jpg") no-repeat center; background-size: cover; z-index: -1;}
.ne2main3 .zong{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
.ne3l{ width: 46.4%;}
.ne3r{ width: 47.57%;}

.ne3biao{ color: #fff; text-align: left;}
.ne3p{ margin-top: 30px;}
.ne3p p{ color: #fff;}

.ne3xin{ display: flex; flex-flow: wrap; justify-content: space-between;}
.ne3xin .int1{ width: 49%; margin-top: 10px;}
.ne3xin .int2{ width: 100%; margin-top: 10px;}
.ne3xin .int3{ width: 49%; margin-top: 10px; position: relative;}
.ne3xin .int4{ width: 49%; margin-top: 10px;}

.ne3xin input{ width: 100%; height: 49px; line-height: 49px; background: rgba(255,255,255,0.3); padding: 0 9px; color: #fff; font-size: 16px; font-size: 1.6rem;}
.ne3xin textarea{ width: 100%; height: 122px; line-height: 30px; background: rgba(255,255,255,0.3); padding: 10px 9px; color: #fff; font-size: 16px; font-size: 1.6rem;}
.ne3xin .yanzheng{ width: 86px; height: 36px; position: absolute; right: 3px; top: 7px; cursor: pointer;}
.ne3xin .int3 input{ padding-right: 80px;}
.ne3xin .int4 input{ padding: 0px; background: #024089; font-size: 18px; font-size: 1.8rem; font-family: Poppins,Arial, "Arial Black", "sans-serif", Verdana; color: #fff; cursor: pointer; transition: 0.5s;}
.ne3xin .int4 input:hover{ background: #fff; color: #024089;}

@media screen and (max-width: 1359px) {
    .ne3xin input,.ne3xin textarea{ font-size: 14px !important;}
}
@media screen and (max-width: 999px) {
.ne3l{ width: 100%;}
.ne3r{ width: 100%; padding-top: 10px;}
.ne3p{ margin-top: 10px;}

.ne3xin input,.ne3xin textarea{ font-size: 12px !important;}
}
@media screen and (max-width: 439px) {
.ne3xin .int1,.ne3xin .int2,.ne3xin .int3,.ne3xin .int4{ width: 100%; margin-top: 10px;}
}

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

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

/****************************  solution  ***************************/
.somt .biaol{ width: 280px;}
.somt .biaor{ width: calc(100% - 305px);}

.somain1{ padding-top: 55px; padding-bottom: 95px;}

.son{ display: flex; flex-flow: wrap; padding-top: 30px; padding-bottom: 30px;}
.solie{ width: 31.86%; margin-left: 2.21%; position: relative; margin-top: 30px; background: #024089; transition: 0.5s;}
.solie:nth-child(3n-2){margin-left: 0px;}
.sotu{ display: block; overflow: hidden; opacity: 0.7;}
.sotu img{ width: 100%;}
.soa{ display: block; position: absolute; left: 20px; right: 20px; top: 30px; font-size: 22px; font-size: 2.2rem; line-height: 30px; padding-top: 20px; font-family: Poppins,Arial, "Arial Black", "sans-serif", Verdana; color: #fff; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden;}
.soa:before{content: ""; position: absolute; width: 26px; height: 3px; left: 0px; top: 0px; background: #ffffff;}
.solie:hover{ background: #000;}
.solie:hover img{ transform: scale(1.1)}
.solie:hover .soa{ color: #fff;}

@media screen and (max-width: 1359px) {
.somain1{ padding-top: 55px; padding-bottom: 60px;}
   .soa{ left: 10px; right: 10px; top: 20px; font-size: 18px; font-size: 1.8rem; padding-top: 15px;}
}
@media screen and (max-width: 999px) {
    .son{ padding-bottom: 0px; padding-top: 10px;}
    .soa{ font-size: 16px; font-size: 1.6rem; padding-top: 10px;}
}
@media screen and (max-width: 767px) {
.somain1{ padding: 30px 0;}
.solie{ width: 49%; margin-left: 2%; margin-top: 20px;}
.solie:nth-child(3n-2){margin-left: 2%;}
.solie:nth-child(2n-1){margin-left: 0px;}
    .soa{ font-size: 12px; font-size: 1.2rem; padding-top: 10px;}
}

/****************************  case  ***************************/
.camt .biaol{ width: 180px;}
.camt .biaor{ width: calc(100% - 200px);}

.camain{ padding-top: 14px; padding-bottom: 95px;}
.can{ display: flex; flex-flow: wrap; justify-content: space-between; padding-bottom: 20px;}
.calie{ width: 48.57%; background: #024089; margin-top: 30px; position: relative;}
.calie .m6tu{ opacity: 1}
.calie .m6zi{ opacity: 0; transition: 0.5s;}

.calie:hover .m6tu{ opacity: 0.7}
.calie:hover .m6tu img{ transform: scale(1.1)}
.calie:hover .m6zi{ opacity: 1}
.calie .m6zi a:hover{ color: #fff; text-decoration: underline;}

@media screen and (max-width: 1359px) {
.camain{ padding-top: 14px; padding-bottom: 60px;}
    .calie{ margin-top: 15px;}
}
@media screen and (max-width: 999px) {
.calie .m6zi{ position: relative; opacity: 1; left: auto; top: auto; transform: translate(0); padding:15px 10px; transition: 0.5s;}
    .can{ padding-bottom: 0px;}
}
@media screen and (max-width: 767px) {
.camain{ padding-top: 14px; padding-bottom: 30px;}
}

/****************************  faq  ***************************/
.famt .biaol{ width: 150px; color: #333;}
.famt .biaor{ width: calc(100% - 172px);}

.famain{ margin-top: 75px; padding-bottom: 95px; border-top: 1px solid #e5e5e5;}

.falie{ border-bottom: 1px solid #e5e5e5; padding: 14px 0;}
.faa{ position: relative; padding: 10px 0; padding-right: 20px; font-size: 18px; font-size: 1.8rem; line-height: 30px; font-family: Poppins,Arial, "Arial Black", "sans-serif", Verdana; cursor: pointer;}
.faa i{ position: absolute; right: 0px; top: 50%; transform: translateY(-50%); line-height: 20px; display: block; transition: 0.5s;}

.fap{ padding-bottom: 10px; display: none;}

.falieh .fap{ display: block;}
.falieh .faa i{ transform:translateY(-50%) rotate(90deg)}

@media screen and (max-width: 1359px) {
    .famain{ margin-top: 50px; padding-bottom: 60px;}
    .faa{ font-size: 16px; font-size: 1.6rem; line-height: 26px;}
}
@media screen and (max-width: 999px) {
.falie{ padding: 10px 0;}
    .faa{ font-size: 14px; font-size: 1.4rem; line-height: 26px;}
}
@media screen and (max-width: 767px) {
    .famain{ margin-top: 30px; padding-bottom: 30px;}
    .falie{ padding: 5px 0;}
    .faa{ font-size: 12px; font-size: 1.2rem; line-height: 22px;}
}

/****************************  download  ***************************/
.domt .biaol{ width: 330px; color: #333;}
.domt .biaor{ width: calc(100% - 354px);}

.domain{ padding-top: 34px; padding-bottom: 95px;}
.don{}
.dolie{ min-height: 70px; position: relative; padding-left: 95px; padding-right: 290px; margin-top: 20px; background: #f5f5f5; border-radius: 10px; transition: 0.5s;}
.doa{ display: block; width: 70px; height: 70px; border-radius: 50%; position: absolute; left: 17px; top: 50%; transform: translateY(-50%); background: #f5f5f5;}
.doa img{ max-width: 70%; max-height: 70%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%) !important;}
.domor{ display: block; position: absolute; right: 30px; top: 50%; transform: translateY(-50%); font-size: 18px; font-size: 1.8rem; color: #024089; line-height: 30px; font-family: Poppins,Arial, "Arial Black", "sans-serif", Verdana;}
.domor i{ display: inline-block; font-size: 26px; margin-right: 10px;}
.domor span{ display: inline-block; text-decoration: underline; color: #024089; transition: 0.5s;}

.dop{ padding: 20px 0;}
.dop a{ color: #333333;}

.dolie:hover{ background: #024089;}
.dolie:hover a,.dolie:hover span{ color: #fff;}
.dolie:hover .doa{ background: #fff;}

@media screen and (max-width: 1359px) {
.domain{ padding-top: 34px; padding-bottom: 50px;}
    .dolie{ padding-right: 150px; padding-left: 80px;}
    .domor{ right: 10px; font-size: 14px; font-size: 1.4rem;}
    .domor i{ font-size: 20px;}
    .doa{ width: 50px; height: 50px; left: 10px;}
}
@media screen and (max-width: 999px) {
.domain{ padding-top: 10px;}
}
@media screen and (max-width: 767px) {
    .doa{ top: 10px; transform: translate(0)}
    .domor{ right: auto; left: 70px; top: 17px; transform: translate(0);}
    .dolie{ padding: 10px;}
.dop{ padding: 0px; padding-top: 60px;}
}

/****************************  video  ***************************/
.vimain{ padding-top: 18px; padding-bottom: 95px;}
.vin{ display: flex; flex-flow: wrap; padding-bottom: 15px;}
.vilie{ width: 32.14%; margin-left: 1.79%; margin-top: 35px;}
.vilie:nth-child(3n-2){margin-left: 0px;}

.vitu{ position: relative; background: #000000; cursor: pointer;}
.vitu>img{ opacity: 0.5;}
.vitu span{ display: block; width: 35px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.via{ white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden; margin-top: 13px;}

@media screen and (max-width: 1359px) {
.vimain{ padding-top: 18px; padding-bottom: 60px;}
.vilie{ margin-top: 20px;}
}
@media screen and (max-width: 999px) {

}
@media screen and (max-width: 767px) {
.vimain{ padding-top: 18px; padding-bottom: 30px;}
    .vin{ padding-bottom: 0px;}
.vilie{ width: 49%; margin-left: 2%; margin-top: 15px;}
.vilie:nth-child(3n-2){margin-left: 2%;}
.vilie:nth-child(2n-1){margin-left: 0px;}
    .via{ margin-top: 5px;}
}

/****************************  contact  ***************************/
.comain1{ position: relative;}
.comain1:before{content: ""; position: absolute; width: 46.5%; height: 100%; left: 0px; top: 0px; background: #024089 url("../images/cobei.jpg") no-repeat left bottom; z-index: 1}
.comain1 .zong{ position: relative; z-index: 2; display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 72px; padding-bottom: 56px;}

.col{ width: 45.2%; padding-right: 80px;}
.cor{ width: 54.8%; padding-left: 80px;}

.cobiao{ text-align: left; color: #fff;}
.copz{ margin-top: 18px;}
.copz p{ color: #fff;}
.coul{ padding-top: 40px;}
.coul p{color: #ffffff; position: relative; padding-left: 47px; margin-top: 30px;}
.coul p em{ position: absolute; left: 0px; top: 0px; color: #fff; font-size: 26px;}
.coul p a{ display: inline; color: #fff;}
.coul p a:hover{ color: #fff; text-decoration: underline;}

.coxin{ display: flex; flex-flow: wrap; justify-content: space-between; padding-top: 20px;}
.coxin .int1{ width: 49%; margin-top: 20px;}
.coxin .int2{ width: 100%; margin-top: 20px;}
.coxin .int3{ width: 49%; margin-top: 20px; position: relative;}
.coxin .int4{ width: 49%; margin-top: 20px;}

.coxin input{ width: 100%; height: 54px; line-height: 54px; padding: 0 10px; font-size: 16px; font-size: 1.6rem; color: #333; background: #f5f5f5;}
.coxin textarea{ width: 100%; height: 158px; line-height: 30px; padding: 12px 10px; font-size: 16px; font-size: 1.6rem; color: #333; background: #f5f5f5;}
.coxin .yanzheng{ width: 105px;
  height: 38px;
  position: absolute;
  right: 10px;
  top: 8px;
  cursor: pointer;}
.coxin .int3 input{ padding-right: 80px;}
.coxin .int4 input{ background: #024089; border: 1px solid #024089; padding: 0px; font-size: 18px; font-size: 1.8rem; color: #fff; font-family: Poppins,Arial, "Arial Black", "sans-serif", Verdana; cursor: pointer; transition: 0.5s;}
.coxin .int4 input:hover{ background: #fff; color: #024089;}

@media screen and (max-width: 1359px) {
.col{ width: 45.2%; padding-right: 30px;}
.cor{ width: 54.8%; padding-left: 30px;}
.coul{ padding-top: 10px;}
.coul p{ margin-top: 20px;}
}
@media screen and (max-width: 999px) {
.comain1 .zong{ padding-top: 40px; padding-bottom: 50px;}
    .coxin input,.coxin textarea{ font-size: 14px !important; font-size: 1.4rem !important;}
}
@media screen and (max-width: 767px) {
.comain1 .zong{ padding-top: 0px; padding-bottom: 30px;}
.col{ width: 100%; padding-right: 0px; padding-top: 30px; padding-bottom: 30px; position: relative;}
.cor{ width: 100%; padding-left: 0px;}

.comain1:before{ display: none;}
.col:before{content: ""; position: absolute; width: 105%; height: 100%; left: -2.5%; top: 0px; background: #024089 url("../images/cobei.jpg") no-repeat left bottom; z-index: -1}

.coul p{ padding-left: 30px; margin-top: 10px;}
.coul p em{ font-size: 18px;}
.coxin input,.coxin textarea{ font-size: 12px !important; font-size: 1.2rem !important;}

.coxin .int1,.coxin .int2,.coxin .int3,.coxin .int4{ width: 100%; margin-top: 10px;}
    .coxin textarea{ height: 120px;}
}








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

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

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

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

}
























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

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

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

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

}






















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

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

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

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

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




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

@font-face {
  font-family: "iconfont"; /* Project id 4929671 */
  font-display: swap;
  src: url('../fonts/iconfont.woff2?t=1747965580586') format('woff2'),
       url('../fonts/iconfont.woff?t=1747965580586') format('woff'),
       url('../fonts/iconfont.ttf?t=1747965580586') 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";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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
















