@charset "utf-8";
@font-face {
font-family: Montserrat-Bold;
src: url('../fonts/Montserrat-Bold_0.ttf')
}
@font-face {
font-family: MontserratLight;
src: url('../fonts/Montserrat-Light_0.otf')
}
*{
	-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;

}
[class^="bi-"]::before, [class*=" bi-"]::before {
    vertical-align: middle;
}
body{ font-family:"MontserratLight", Arial, Helvetica, sans-serif; font-size:14px;overflow-x:hidden; color:#525252;}
.bold-tit{ font-weight:bold;}
a{ color:#333;}
a:hover{ color:#12a2ad; text-decoration:none;}
.text-danger{ color:#12a2ad !important;}
.top{ background:#16365e; color:#fff; font-size:13px; position:relative; z-index:10000;}
.top-tel i{ font-size:16px; margin-right:5px;}
.top a{color:#fff;}
.top a:hover{ color:#12a2ad; }
.top .dropdown-menu a{ color:#333; font-size:0.85rem;}
.site-header{ background:#fff; box-shadow:0 3px 2px rgba(0,0,0,0.1);}
.navbar-brand img{ max-height:60px; width:auto; max-width:200px}
.fixed-top{position: initial;}
.home-top { color:#12a2ad; /*position:fixed; top:0; left:0;*/ width:100%; z-index:1000; background: #fff;}
.home-top a { color:#252525;}
.home-top .navbar { padding-top:0; padding-bottom:0;}
.home-top .navbar-brand img{/*filter: brightness(1000%);*/}

.main_menu {padding:0; margin:0; width:auto; display:inline-block; float:right; font-weight:500; }
.main_menu li{ list-style:none; padding:0; margin:0;}

.main_menu > li{ float:left; font-size:16px; position:initial;}
.main_menu > li > a{ display:block;float:left; text-transform:capitalize; line-height:80px; padding:0 8px; }
/*.main_menu li span{ display:block; width:2px; height:38px; float:left;}*/
.main_menu > li > a span{padding: 10px 15px; font-size: 16px;}
.main_menu > li > a.on span,.main_menu > li > a:hover span{background: #12a2ad; color: #fff; border-radius: 4px; }
.main_menu > li.active > a,.main_menu > li > a.now{ color:#12a2ad;}
.main_menu > li > .nav-sub{ position:absolute; left:0; top:calc(100% + 15px); min-width:260px; background:#fff; margin:0; padding:20px 0 20px 0;  display:none !important; font-size:14px; z-index:10}
.main_menu li > ul { margin:0; padding:0; list-style:none;}
.main_menu li > ul  li{ margin-left:0; height:auto; float:none;  display:block; margin:0; padding:8px 0; position:relative;}
.main_menu > li > .nav-sub li span{ position:absolute; right:20px; top:9px; color:#12a2ad;}
.main_menu li > ul  li a{ padding:0 0 0 25px;float:none; display:block; white-space:nowrap; color:#555;border-left:3px solid #fff; line-height:1.2;}
.main_menu li > ul  li a:hover{ color:#12a2ad; border-left:3px solid #12a2ad;}
.main_menu > li:hover > .nav-sub{ display:block !important; box-shadow: 10px 11px 38px 0px rgba(0, 0, 0, 0.1); top:100%;}

.main_menu li > ul > li > ul{ position:absolute; top:-15px; left:100%;background:#fff; padding:15px 0; display:none;}
.main_menu li > ul > li > ul li a{ padding:0 25px 0 25px;}
.main_menu li > ul > li:hover > ul{  display:block;}

.main_menu > li > .nav-sub.nav-explore{width: 100%; display: flex; justify-content: center;}
.main_menu > li > .nav-sub.nav-explore li{width: 250px; text-align: center;}
.main_menu > li > .nav-sub.nav-explore li .img{width: 100%; margin-bottom: 10px;}
.main_menu > li > .nav-sub.nav-explore li .img img{width: 100%;}
.main_menu > li:hover > .nav-sub.nav-explore{display: flex!important;}
.main_menu li > ul.nav-explore  li a{border-left:none; padding: 0 10px;}
.main_menu li > ul.nav-explore  li a:hover{border-left:none;}

.top-right .dropdown-menu{ transform:translateX(-45%);min-width: 120px;}
.top-right .dropdown-menu:before{content:""; position:absolute; top:-12px; left:50%; margin-left:-5px; content:""; width:0; height:0; border-width:6px; border-style:solid; border-color:transparent transparent #e8e8e8 transparent; }
.top-right i {
  font-size: 18px;
}
#language{ margin:0; padding:0; text-align:center;}
#language li{ padding:5px 0; list-style:none;}
#language li a{ color:#666;}
#language li a:hover{color:#12a2ad;}

.navbar-nav .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
}
.navbar-toggler {
    display: none;
    color: #12a2ad;
    font-weight: bold;
    position: absolute;
    right: 5px;
	top:5px;
    font-size: 24px;
    background-color: transparent;
    border: 0;
}
.transparent-top{ border-bottom:1px solid #999; border-bottom-color:rgba(255,255,255,0.3)}

.searchtop{ cursor:pointer;  padding:0 10px; display:inline-flex;}
.searchtop i{ font-size:18px;}
.search-send{ padding:20px 0;  background-color:#f2f2f2; display:none; position:relative; top:100%;}
.search-send.on{ display:block;}
.search-send .close{ position:absolute; top:25px; right:2%; cursor:pointer; }
.search-send .close .fa{font-size:30px;}
.search-send .close:hover{ color:#12a2ad}

/********header hover*************/

.home-top:not(.fixed-top):hover{ background:#fff;color:#16365e;box-shadow:0 5px 20px rgba(0,0,0,0.1);}
.home-top:not(.fixed-top):hover  a{color:#16365e;}
.home-top:not(.fixed-top):hover  .navbar-brand img{filter:none;}
.home-top:not(.fixed-top):hover  .searchtop{color:#16365e;}

.home-top.fixed-top{ background:#fff;color:#232323;box-shadow:0 5px 20px rgba(0,0,0,0.1);}
.home-top.fixed-top  a{color:#232323;}
.home-top.fixed-top  .navbar-brand img{filter:none;}
.home-top.fixed-top  .searchtop{color:#232323;}

#index-slide{ position:relative;}
#index-slide .carousel-item{}
#index-slide .carousel-item img{ height:100% !important; width:100% !important;}
#index-slide .carousel-item .m-hide{display: none;}
/*#index-slide .carousel-item:after{ content:""; position:absolute; top:0; left:0; right:0; bottom:0; background:rgba(0,0,0,0.4); z-index:0;}*/
#index-slide .carousel-item{ background-color:#f7f7f7; background-size:cover; background-repeat:no-repeat;}
#index-slide  .carousel-item .container{ position:absolute;bottom:calc(10% + 150px); left:0; right: 0; margin: auto; z-index:2;}
#index-slide .carousel-item.bottom .container {
  bottom: calc(10% + 150px);
  top:auto;
}
#index-slide  .carousel-item .container.bottom{ top:auto; bottom:10%;}
#index-slide .tx-caption { font-size:16px; line-height:1.8; position:absolute; top:50%; width:100%;}
#index-slide .tx-caption p{text-align: center;}
#index-slide .tx-caption .btn-red{ background:#12a2ad;border-color:#12a2ad; color:#fff; padding:0.8rem 1.8rem; border-radius: 10px;}
#index-slide .tx-caption .btn-red:hover{ background:#ea610e; border-color:#ea610e}
#index-slide .tx-caption h2{ font-size:48px;  line-height:1.5;   margin-bottom:2rem;font-family: Montserrat-Bold; }
#index-slide .tx-caption .boldbit{ font-size:30px; text-transform:capitalize; color:#6c2324; line-height:1.6;  }

#index-slide .carousel-indicators{ bottom:3%  }
#index-slide .carousel-indicators li{ background: transparent;  float:none; text-align:center; text-indent:inherit; width: auto; height: auto; margin-left: 6px; margin-right: 6px;}
#index-slide .carousel-indicators li span.dot{ width:60px; height:12px;border-radius:30px;background:#9b9b9b; opacity:1; display:inline-block; }
#index-slide .carousel-indicators li.active span.dot{background: #18c8d5;}

#index-slide .maskdiv{/* position:absolute; top:0; right:0; bottom:0; left:0; background:rgba(0,0,0,0.2); z-index:1;*/}

.footer{ background: #000;  color:#fff; line-height:2; position:relative;}
.footer h5{ font-size:16px; color:#fff; font-weight:bold; margin-bottom:15px; position:relative; padding-bottom:15px;}
.footer h5:after{ content:""; position:absolute; bottom:0; left:0; width:40px; height:2px; background:#fff;}
.footer li{ padding:5px 0;}
.footer a{ color:#fff;}
.footer a:hover{ color:#12a2ad; }

.fshare{}
.fshare a{ font-size:18px; color:#fff; margin:0 6px; display:inline-block; width:40px; height:40px; line-height:34px; text-align:center; border:1px solid #fff; border-radius:50%}
.fshare a:hover{ background-color:#12a2ad;border:1px solid #12a2ad; color:#fff;}

.footerForm input{ font-size:12px;}

.foot-black{ background:#222;}

.contacticolist li{ position:relative; padding-left:30px;}
.contacticolist li span{ position:absolute; top:10px; left:0; border: 1px solid #fff; width: 24px; height: 24px; border-radius: 24px;}
.contacticolist li i{position:absolute; top:-3px; left:5px;color:#fff; font-size:12px;}

.btn-red {
    color: #fff;
    background-color: #12a2ad;
    border-color: #12a2ad;
	 padding:0.8rem 1.8rem;
}
.btn-red:hover {
    color: #fff;
    background-color: #eb7e21;
    border-color: #eb7e21;
}
.btn-border-white{ color: #fff; border:2px solid #fff; background-color:transparent; padding:0.8rem 1.8rem;}
.btn-border-white:hover{ background-color:#12a2ad; border-color:#12a2ad; color:#fff;}

.post-content{ line-height:1.8;}
.linehight2{ line-height:2}
.linehight4{ line-height:4}
.nowrap{ white-space:nowrap;}

.home-block-feature{ text-align:center; border:1px solid #999; border-right:0;}
.home-block-feature .col-6{ border-right:1px solid #999;}
.fitem{ position:relative; padding:2rem 0; padding-left:70px; margin:0 auto 0 20px; text-align:left;}
.fitem img{ position:absolute; top:50%; left:0; transform:translateY(-50%) ; border:1px solid #fff; border-radius:50%;  /*filter: grayscale(100%) brightness(300%);*/ width:55px;}
.fitem span{ display:inline-block;}
.fitem h4{ font-size:30px;font-family:"Montserrat-Bold";}
.fitem span.subject{ font-size:15px;display:block; }
.text-yellow{ color:#12a2ad !important;}

.jianbian-tab-nav{ font-size:20px; text-align:center; color:#5f5f5f;font-family:"Montserrat-Bold";}
.jianbian-tab-nav > div{ position:relative; background:rgba(0,0,0,0.1)}
.jianbian-tab-nav > div:nth-child(2){background:rgba(0,0,0,0.15)}
.jianbian-tab-nav > div:nth-child(3){background:rgba(0,0,0,0.2)}
.jianbian-tab-nav > div a{ display:block; padding:1rem 0;}
.jianbian-tab-nav .active a{color:#12a2ad;}

.head-double{ position:relative; padding:1rem 0;}
.head-double .textbg{font-size:140px;font-family:"Montserrat-Bold"; position:absolute; top:0; left:0; line-height:1; text-transform:uppercase; color:transparent;-webkit-text-stroke: 0.3px #f2f2f2; z-index:0}
.head-double h2{font-size:42px; text-transform:capitalize; color:#222; line-height:1.6; font-weight:bold; font-family: Arial, Helvetica, sans-serif;}
.head-double h2 span{ font-size:85%;}
.head-double .subtitle{ font-size:22px; text-transform:capitalize; color:#ea610e; line-height:1.2;  margin-bottom:0.3rem;display:inline-block; }
.head-double.reverse .subtitle{color:#222;}
.head-double.reverse h2{color:#12a2ad;}

.head-double.black .textbg{-webkit-text-stroke: 0.3px #888;}
.head-double.left{ padding:1rem 0 1rem;}
.head-double.center{ padding:1rem 2rem 1rem; text-align:center;}
.head-double.center .textbg{left:50%; transform:translateX(-50%) }

.left-line-ma{ position:relative; padding-left:5%; line-height:1 !important; margin-bottom:6%}
.left-line-ma:before{ content:""; position:absolute; top:0; left:0; width:2px; height:100%; background:#12a2ad;}
.index-num .item{padding-left: 2px; padding-right: 2px;}
.index-num .item .icon{background: url(../images/numico1.png) left center no-repeat; padding-left: 85px; line-height: 72px; font-size: 36px; color: #3e3a39; font-weight: bold; margin-left: 35px;}
.index-num .item:nth-child(2) .icon{background-image: url(../images/numico2.png); font-size: 32px;}
.index-num .item:nth-child(3) .icon{background-image: url(../images/numico3.png);}
.index-num .item:nth-child(4) .icon{background-image: url(../images/numico4.png);}
.index-num .item .tit{margin-top: 15px; background: #efefef; color: #3e3a39; font-size: 17px; text-align: center; padding: 3px 0;}
.about-index {}
.about-index .mask{ background:rgba(0,0,0,0.5)}
.about-index .abouttxt { font-size:15px; line-height:1.8;}
.about-index .abouttxt p{margin-bottom: 2px;}
.about-index .abouttxt ul{display: flex; flex-wrap: wrap;}
.about-index .abouttxt ul li{width: 50%; font-size: 15px; list-style: none;}
.about-index .abouttxt ul li i{margin-right: 10px; width: 24px; height: 24px; background: #ed6e00; line-height: 24px; display: inline-block; border-radius: 50px; text-align: center;}
.about-index .head-double{margin-bottom: 0;}
.about-index .head-double h2{
  background-image: linear-gradient(to right, #1b59a2 0%, #117aab 50%, #23dbe6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;display: inline-block; font-size: 38px;
}
.aboutimg video{max-width: 100%; margin-top: 10px;}
.bigredfont{ font-size:100px;color:#12a2ad; font-family:"Montserrat-Bold"; line-height:1;}
.borderfont{ font-size:48px;color:transparent;-webkit-text-stroke: 0.5px #fff; font-family:"Montserrat-Bold";line-height:1; }
	
.font16{ font-size:16px;}
.font18{ font-size:18px; line-height:1.6}

.btn-primary{
	background-color: #00a0e9;
  border-color: #00a0e9;
  color:#fff !important;
}
.btn-primary:hover{
	background-color: #f18001 !important;
  border-color: #f18001 !important;
}
.text-primary {
    color: #00a0e9 !important;
}
.btn-radius{ padding-left:40px; padding-right:40px; padding-top:10px; padding-bottom:10px; border-radius:25px;}

.section-tit{ font-size:36px; margin-bottom:1.5rem; }
.section-tit strong{ font-family:"Montserrat-Bold";}

.contactBar{
    background: #fff;
    box-shadow: 3px 9px 15px rgba(0,0,0,0.1);
}
.contactBar .contactimg{ position:relative; width:30%;}
.contactBar .contactimg img{ max-width:100%;}
.contactBar .contactimg .callico{ position:absolute; top:50%; right:0; background:#fff; border-radius:50%; text-align:center; padding:10px; transform:translate(50%,-50%)}
.contactBar .contactimg .callico a{ background:#12a2ad; display:block; border-radius:50%; width:50px; height:50px; color:#fff;}
.contactBar .contactimg .callico i{ font-size:24px;line-height:50px; vertical-align:middle;}
.contactBar .contacttxt{ width:69.9%; padding-left:80px; font-size:16px;}
.contactBar .contacttxt .bigbolttitle{ font-size:30px;  font-family:"Montserrat-Bold";}

.app-home{ overflow:hidden; position:relative; background:#000; margin-bottom:20px;}
.app-home h4{ position:absolute; left:5%; bottom:30px; font-size:24px;  font-family:"Montserrat-Bold"; color:#fff; max-width:300px; padding-top:20px;}
.app-home h4:before{ content:""; position:absolute; top:0; left:0; width:50px; height:2px; background:#12a2ad;}
.app-home img{ max-width:100%;}
.app-home a img{ opacity:0.75;}
.app-home a:hover img{ opacity:1;}

.brandlist .col-md-3,.brandlist .col-md-4{padding-left: 5px; padding-right: 5px;}
.brandlist .row{align-items:center}
.brand-home{overflow:hidden; position:relative; background:#edeeef; margin-bottom:10px; border-radius: 12px;}
.brand-home:hover{background: linear-gradient(90deg, #1b59a2 0%, #117aab 50%, #23dbe6 100%);}
.brand-home a{height: 270px;display: block;}
.brand-home a .img{height: 100%;display: flex;align-items: center; text-align: center;justify-content: center;}
.brand-home a .img img{max-width: 62%;}
.brand-home a .img .more{font-size: 36px; font-weight: bold; color: #9fa0a0;}
.brand-home:hover a .img .more{color: #fff;}

.featured {text-align: center;position: relative;margin-bottom: 20px;}
.featured::after{content: "▲"; position: absolute; left: 0; right: 0; margin: auto; color: #12a2ad;transform: rotate(180deg); top: 26px;}
.featured .ftitle{display: inline-block;  color: #12a2ad; font-size: 22px;}
.featured .ftitle::before{content: ""; position: absolute; left: 0; top: 15px; width: calc((100% - 230px) / 2); height: 3px; background: #12a2ad;}
.featured .ftitle::after{content: ""; position: absolute; right: 0; top: 15px; width: calc((100% - 230px) / 2); height: 3px; background: #12a2ad;}

.brandproduct-home{overflow:hidden; position:relative; background:#f3f3f3; margin-bottom:10px; border-radius: 12px;}
.brandproduct-home a{display: flex; align-items: center;}
.brandproduct-home a h4{font-size: 18px; text-align: center; width: 100%;}
.brandproduct-home a .img{padding: 20px; text-align:center}
.brandproduct-home a img{max-width: 100%; max-height: 100%;}
@media screen and (min-width:960px){
    .brandproduct-home a img{max-width:50%}
}
.ico-home img{ display:block; margin:15px auto;}
.ico-home h4{ font-size:18px; text-align:center;}
.ico-home a:hover img{ -webkit-filter: saturate(7); filter: saturate(7);}

.ico-home .xttb-ico{ display:block; margin:15px auto; width:120px; height:120px; background-position:0 0; background-repeat:no-repeat; background-size:cover;transition:none;}
.ico-home .xttb-ico.x1{ background-image:url(../images/xttb_03-dd.png);}
.ico-home .xttb-ico.x2{ background-image:url(../images/xttb_01-dd.png);}
.ico-home .xttb-ico.x3{ background-image:url(../images/xttb_00-dd.png);}
.ico-home .xttb-ico.x4{ background-image:url(../images/xttb_02-dd.png);}
.ico-home .xttb-ico.x5{ background-image:url(../images/xttb_04-dd.png);}
.ico-home:hover .xttb-ico{background-position:right 0;}
.ico-home:hover a{ color:#16365e}
/*.appfix{ position:absolute; left:50%; top:50%; transform:translate(-50%,-50%)}
.appfix .apptxtbg{font-size:5rem;font-family:"Montserrat-Bold"; line-height:1; color:transparent;-webkit-text-stroke: 0.3px #f2f2f2;}
.appfix .blackBox{ background:#262626; color:#fff;  max-width:400px; position:relative; padding:45px 30px 30px; overflow:hidden;}
.appfix .blackBox h3{font-size:28px; font-family:"Montserrat-Bold"; line-height:1.6; position:relative; z-index:2; padding-top:15px;}
.appfix .blackBox h3 a{ color:#fff;}
.appfix .blackBox h3:before{ content:""; position:absolute; top:0; left:0; width:60px; height:2px; background:#12a2ad}
.appfix .blackBox .icobg{ position:absolute; right:0; top:0; opacity:0.15; transform:translate(30%,-15%); z-index:1;}
*/
/* Styling Next and Prev buttons */
/* Styling Next and Prev buttons */
.owl-circle .owl-pagination{ text-align:center; padding:2em 0 2em;}
.owl-circle .owl-pagination .owl-page{ display:inline-block; margin:0 7px 0 0; padding:8px; border:1px solid rgba(0,0,0,0); border-radius:50%;}
.owl-circle .owl-pagination .owl-page span{ display:block; background:#999;  width:7px; height:7px; border-radius:50%; }
.owl-circle .owl-pagination .owl-page.active{ border:1px solid rgba(0,0,0,0.8) }
.owl-circle .owl-pagination .owl-page.active span{ background:#666; }


.home-power .row .col-6{ background:rgba(0,0,0,0.1)}
.home-power .row .col-6:nth-child(2){background:rgba(0,0,0,0.14)}
.home-power .row .col-6:nth-child(3){background:rgba(0,0,0,0.18)}
.home-power .row .col-6:nth-child(4){background:rgba(0,0,0,0.22)}
.home-power .poweritem{ padding:4rem 0 3rem 4rem; }
.home-power .poweritem .bi{ width: 1em; height: 1em; font-size:3em; margin-bottom:0.5em;}
.home-power .poweritem h4{font-family:"Montserrat-Bold"; font-size:18px; position:relative; color:#222; padding-bottom:1.5rem;}
.home-power .poweritem h4:after{ content:""; position:absolute; left:0; bottom:0; border-bottom:1px solid #999; width:150px;}

.wcus-index{ background:#f8f8f8}
	
.greenblock{background:#12a2ad url(../images/taico.png) no-repeat right top; color:#fff;}
.redblock{background:#6c2324 url(../images/huoico.png) no-repeat right top; color:#fff;}
.greenblock h3,.redblock h3{font-family:"Montserrat-Bold"; font-size:30px; position:relative; margin:45% 20% auto 12%; padding-top:1.5rem;}
.greenblock h3{ margin-top:20%}
.greenblock h3:after,.redblock h3:after{ content:""; position:absolute; left:0; top:0; width:80px; border-bottom:1px solid #eee;}
#cuolog .col-6:nth-child(1),#cuolog .col-6:nth-child(3){ transform:translateY(-10%)}

.numitem{ position:relative; overflow:hidden; margin:0 0 1px;}
.numitem .masktxt{ position:absolute; top:0; left:0; right:0; bottom:0; color:#fff; background:rgba(95,95,95,0.4); text-align:center;}
.numitem .masktxt .inner{ position:absolute; width:100%; bottom:15%; left:50%; transform:translate(-50%,0)}
.numitem:hover .masktxt{ background:rgba(237,164,26,0.4);}
.numitemSeeMore{ display:inline-block; margin:0 0 0 0.9em; transform:translateY(25%)}
.numitemSeeMore .bi{ font-size:0.8em; width:1em; height:1em; line-height:1; display:block;}
.numitemSeeMore .circle-border{display:inline-block; padding:0.5em; background:#12a2ad; color:#fff; border-radius:50%; position:relative;}
.numitemSeeMore a:hover .bi{ transform:rotate(180deg)}
.numitemSeeMore .circle-border:after{ content:""; position:absolute; width:200%; height:200%; top:-50%; left:-50%;border:1px solid #ddd; border-radius:50%;transition: 0.6s;transform:scale(0.3); opacity:0;}

.masktxt .bignumbg{font-size:12rem;font-family:"Montserrat-Bold";  line-height:1; color:transparent;-webkit-text-stroke: 0.5px #fff;}
.masktxt .mingchen{font-family:"Montserrat-Bold"; font-size:24px; margin-bottom:0.8em; margin-left:3%; margin-right:8%;}
.masktxt a{ color:#fff; display:inline-block; max-width:calc(86% - 80px)}
.numitem:hover .masktxt{ opacity:1; transform:translateY(0);}
.numitem:hover .numitemSeeMore .circle-border{background:#fff; color:#12a2ad; }
.numitem:hover .numitemSeeMore .circle-border:after{ transform:scale(1); opacity:1;}

/*.proitem{ position:relative; overflow:hidden; margin:0 0.5rem 3rem;}
.proitem .proitemDes{ position:absolute; top:0; left:0; right:0; bottom:0; color:#fff; background:rgba(95,95,95,0.4);}
.proitem:hover .proitemDes{ opacity:1}
.proitemSeeMore{ position:absolute; top:7em; right:7em; transform:translateY(-40px); opacity:0;}
.proitemSeeMore .bi{ font-size:1.6em; width:1em; height:1em;}
.proitemSeeMore .circle-border{display:inline-block; padding:1em; background:#12a2ad; color:#fff; border-radius:50%; position:relative;}
.proitemSeeMore a:hover .bi{ transform:rotate(180deg)}
.proitemSeeMore .circle-border:after{ content:""; position:absolute; width:300%; height:300%; top:-100%; left:-100%;border:1px solid #ddd; border-radius:50%;transition: 0.6s;transform:scale(0.3); opacity:0;}

.proitemDetail{ position:relative; opacity:0; transform:translateY(40px); margin-bottom:20px; }
.proitemDetail .leibie{font-size:16px; padding-left:20px; border-left:2px solid #fff; line-height:1; margin:0.6rem 0;}
.proitemDetail .mingchen{font-family:"Montserrat-Bold"; font-size:24px; margin-bottom:0.8em;}
.proitemDetail a{ color:#fff;}
.proitemDetail a:hover{ color:#aaa;}
.proitem:hover .proitemDetail{ opacity:1; transform:translateY(0);}
.proitem:hover .proitemSeeMore{ opacity:1; transform:translateY(0);}
.proitem:hover .proitemSeeMore .circle-border:after{ transform:scale(1); opacity:1;}*/

#owl-case .proitem{margin:0 0 3rem;}

.partner-full{ background:#1f242c;}
.parnter-item{ text-align:center; padding:5em 0;}
.parnter-item:hover{ background:#12a2ad;}

#owl-news{ margin-left:-0.9em; margin-right:-0.9em;}
.newsitem{ background:#fff;box-shadow: 3px 5px 15px rgba(0,0,0,0.1); margin:0 0 2rem; border-radius: 8px;}
.newsitem .newsimg{ padding: 20px; text-align: center;}
.newsitem .img-fluid{width: 100%;}
.newsitem .pic{ position:relative; overflow:hidden;}
.newsitem .pic .cat-tab{ position:absolute; top:0; left:5%; z-index:10}
.newsitem .pic .cat-tab a{ display:block; padding:4px 10px; background:#12a2ad; color:#fff; font-size:12px; text-transform:uppercase;}
.newsitem .pic .cat-tab a:hover{  background:#e18928; }
.newsitem .content{ padding:20px 15px 30px;}
.newsitem .content h3{ font-size:18px; margin-bottom:20px;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical;}
.newsitem .content .meta{  margin-bottom:15px; line-height:1.2}
.newsitem .content p{ font-size:16px; line-height:1.8;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical;}

.news-page .newsitem{ margin:0 0 3rem;}

/* pages */

.page-banner{padding-top:calc(55/192 * 100%); background-position:center center; background-repeat:no-repeat; background-size:cover; position:relative; color:#fff; background-color:#16365e}
.page-banner.heighter{padding-top:calc(45/192 * 100%);}
.page-banner .mask{ position:absolute; top:0; left:0; right:0; bottom:0; background:rgba(0,0,0,0.01); z-index:1;}
.page-banner .container{ position:absolute; z-index:2; text-align:center; top:50%; left:50%; transform:translate(-50%,-50%); height:100%}
.page-banner h2{ font-size:36px; font-family:"Montserrat-Bold"; text-transform:uppercase; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); line-height:1.5}
.page-banner .location{  color:#fff; position:absolute; bottom:10px; left:2px;}
.page-banner .location a,.page-banner .location span{ color:#fff; margin:0 8px;}
.page-banner .location a:hover{color:#12a2ad;}


.head-small h2{font-size:36px; text-transform:capitalize; color:#222; line-height:1.6; font-family:"Montserrat-Bold";}
.head-small .boldbit{ font-size:20px; text-transform:capitalize; color:#6c2324; line-height:1.6; font-family:"Montserrat-Bold"; margin-bottom:0.5rem; }

.pinpaijieshao{background:#fff;box-shadow: 3px 9px 15px rgba(0,0,0,0.1); margin:0 0 3rem; height:calc(100%;); border-radius:10px; height:calc(100%); transform:translateY(-50%)}

.post-head h1{ font-size:30px;font-family:"Montserrat-Bold";}
.post-meta{ text-align:center; margin:30px auto; color:#616161;}
.post-meta span{ margin:0 15px;}
.post-meta .bi{  color:#12a2ad; margin-right:7px;}
.postbody{ margin-bottom:40px; font-size:16px; line-height:1.8; color:#646464;}
.postbody p{ margin-bottom:20px;word-break: break-word;}
.postbody img{ max-width:100%; height:auto;}
.postbody table img, .about-page table img{max-width: 98%;}
.postbody table tr, .about-page table tr{display: flex; justify-content: space-between; align-items: center;}
.post-share .bi{ font-size:1.6em; width:1em; height:1em; line-height:1;}

.contact-form { background:#fff;box-shadow: 3px 9px 15px rgba(0,0,0,0.1);}
.contact-form.no-shadow{ box-shadow:none;}
.contact-form p{ margin-bottom:1.8em;}
.page-contact-info{ color:#666; font-size:16px; border-bottom:1px solid #ccc; padding-bottom:2%; position:relative; padding-left:60px;}
.page-contact-info h4{ font-size:20px; color:#222; margin-bottom:15px;}
.page-contact-info p{ min-height:30px; line-height:1.8; margin:5px 0 20px;}
.page-contact-info p i{ position:absolute; top:10px; left:0; display:inline-block; color:#12a2ad; border:1px solid #12a2ad; border-radius:50%; width:40px; height:40px; text-align:center; line-height:34px; }

.contact-left{ max-width:630px; margin-right:10px; margin-left:auto;}

.about-page{ /*background:url(../images/aboutpageimg.jpg) no-repeat right center;*/ font-size:16px;}
.about-page p,.about-page span{word-break: break-word;}
.suojin2 p{ text-indent:28px;}

/* faqs  */
.faq{ margin-bottom:20px; }
.faq-header button{ background:#12a2ad; color:#fff; border-radius:0; padding:0.9rem 3rem 0.8rem 2.5rem; position:relative; font-size:18px;}
.faq-header button.collapsed{background:#d2d2d2; color:#333;}
.faq-header button i{ position:absolute; top:8px; right:15px; font-size:20px;}
.faq-header button i.bi-plus{ display:none;}
.faq-header button i.bi-dash{ display:block;}
.faq-header button.collapsed i.bi-plus{ display:block;}
.faq-header button.collapsed i.bi-dash{ display:none;}
.faq-header button .pdfimg{ position:absolute; top:50%; transform:translateY(-50%); left:15px;}
.faq-header button:not(.collapsed) .pdfimg{filter: grayscale(100%) brightness(1000%);}
.faq-body{ box-shadow:0 3px 5px #ccc; padding:20px;}

.btn-yth{ font-weight:bold; display:inline-block; padding:10px 5%; background:#fbfcfc; border-radius:10px; box-shadow: 2px 3px 10px rgba(0,0,0,0.2); min-width:120px;}

.prolistItem{ background:#f7f7f7;margin:0 0 3rem;}
.prolistItem .pic{ position:relative; overflow:hidden; text-align:center; padding:1.5rem 3rem; min-height:300px;}
.prolistItem .pic img{ max-width:100%;}
.prolistItem .content{ padding:30px 20px 35px 40px; border-top:1px solid #ccc}
.prolistItem .content h3{font-family:"Montserrat-Bold"; font-size:20px; margin-bottom:20px; position:relative;}
.prolistItem .content h3:before{ content:""; position:absolute; top:0; left:-20px; border-left:2px solid #12a2ad; height:100%;}
.prolistItem .content .meta{  margin-bottom:15px; line-height:1.2}
.prolistItem .content p{ font-size:16px; line-height:1.8}

.cultureImg{ max-width:500px; position:relative; padding-bottom:20px;}
.cultureImg .blueCircle{ position:absolute; left:0; bottom:20px; width:55px; height:55px; background:#2e4b6e; overflow:hidden; border-radius:50%;}
.cultureImg .YellowCircle{ position:absolute; right:0; top:30px; width:175px; height:175px; background:rgba(237,164,26,0.9); overflow:hidden; border-radius:50%; font-size:20px; text-transform:uppercase; color:#fff; text-align:center;}
.ctitem{ display:inline-block; width:auto;  border-bottom:1px solid #ddd;}
.ctitem .pic{ position:relative; overflow:hidden; padding:2.5em 1em 1em;}
.ctitem .content{ padding:30px 0 20px;}
.ctitem .content h3{ font-weight:bold; font-size:30px; margin-bottom:20px;}
.ctitem .content p{ font-size:18px; line-height:1.8; color:#888;}


.picFocus *{
	-webkit-transition:none;
-moz-transition: none;
-o-transition: none;
transition: none;
}
.picFocus{ position: relative; overflow: hidden; padding: 0 8px 8px 0; max-width:750px; text-align:center; margin:0 auto;}
.picFocus .bigImg{position: relative; padding:0; margin:0; margin-bottom: 15px; }
.picFocus .bigImg li{position: relative; list-style:none;}
.picFocus .bigImg li img{ vertical-align:middle; max-width:100%; height:auto; margin: 0 auto; padding: 10px; display:block;}
.picFocus .smallScroll{ height:auto; margin-bottom: 6px; position:relative;}
.picFocus .sPrev,.picFocus .sNext{ position:absolute; top:50%; left:0; display: block; width: 24px; font-size:30px; color:#666; line-height:30px; margin-top:-25px;}
.picFocus .sPrev{margin-right: 5px;}
.picFocus .sNext{ left:auto; right:0;}
.picFocus .sPrev:hover,.picFocus .sNext:hover{ color:#12a2ad;}
.picFocus .smallImg{  margin: 0 auto; display:block; overflow: hidden; width:calc(100% - 50px);}
.picFocus .smallImg ul{ width: 9999px; overflow: hidden;  padding:0; margin:0;}
.picFocus .smallImg ul *{-moz-box-sizing: content-box; -webkit-box-sizing: content-box; -o-box-sizing: content-box; -ms-box-sizing: content-box; box-sizing: content-box;}
.picFocus .smallImg li{ float: left; cursor:pointer;  display: inline; list-style:none; margin: 10px 5px 10px 5px;}
.picFocus .smallImg img{ border: 1px solid #ddd; width:150px; margin: 0; padding: 5px; background:#fff;}
.picFocus .smallImg .on img{ border-color: #12a2ad; background:#fff; }

.oitem{ position:relative; padding-left:80px; margin-bottom:10%;}
.oitem .ico{ position:absolute; left:0; top:5px;}
.oitem h4{ margin-bottom:20px; white-space:nowrap;}
.oitem p{ line-height:2; color:#888;}

.bfbitem{ position:relative; padding-left:200px; margin-bottom:10%; }
.bfbitem .ico{ position:absolute; left:0; top:50%; transform:translateY(-50%)}
.bfbitem h4{ margin-bottom:20px; white-space:nowrap; color:#333;}
.bfbitem p{ line-height:2; color:#888;}

.text-red{color:#12a2ad;}

.featureRow .featureTxt{ text-align:left; }
.featureRow .featureTxt .inner{ padding:8% 0; }
.featureRow .featureTxt .inner .innerli{ max-width:450px; padding-top:120px;margin:0 0 0 auto;position:relative;}
.featureRow .featureTxt .bignum{
	font-size: 11em;
	font-family: "Montserrat-Bold";
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1;
	text-transform: uppercase;
	color: transparent;
	-webkit-text-stroke: 0.3px #888;
	z-index: 0;
}
.featureTxt.odd { text-align:right;}
.featureTxt.odd  .inner .innerli{ margin:0 0 0 auto;}
.odd .bignum{
	left: auto;
	right:0;
}

.featureRow .featureTxt h4{font-family: "Montserrat-Bold"; }

.tabTit{font-size:20px; font-weight:700; color:#6cb63a; padding-bottom:20px; position:relative; margin-bottom:3rem;}
.tabTit:after{ content:""; position:absolute; bottom:0; left:0; width:50px; height:3px; background:#6cb63a;}

.news-item{ margin:3.5% auto; padding-bottom:3.5%; border-bottom:1px solid #ddd;}
.news-item *{
	-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.news-item .txt h4{ margin-bottom:25px; font-size:21px;font-family:"Montserrat-Bold";  }
.news-item .txt p{ font-size:16px; margin-bottom:25px;}
.news-item .pic{ position:relative; overflow:hidden;}
.news-item .pic:hover img{ transform:scale(1.05,1.05)}
.contact-left .head-double h3{
  background-image: linear-gradient(to right, #1b59a2 0%, #117aab 50%, #23dbe6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;display: inline-block; font-size: 34px;
}
.page-link {
    color: #00a0e9;
}
.page-item.active .page-link {
    background-color: #00a0e9;
    border-color: #00a0e9
}
.page-title {
    text-align: center;
    margin: 4% auto 2%;
}
.page-title h2{font-size:21px; color:#000;  font-family:"Montserrat-Bold"; }
.page-title h3{font-size:18px; color:#000; }
.page-title p{}

.step-warp{ position:relative; padding-top:70px;}
.step-warp:after{ content:""; position:absolute; top:30px; left:calc(50% - 2px); height:calc(100% - 30px); border-left:5px solid #9d9fa2; z-index:0; z-index:0}
.step-warp .inner{ position:relative; z-index:2;}
.stepbox{ max-width:50%; position:relative; margin-top:-30px;}

.stepbox .inner{ width:calc(100% - 110px); padding:5%; line-height:2; background:#f3f5f5;}
.stepbox .num{ position:absolute; right:-65px; top:10%;  width:130px; height:130px; line-height:130px; text-align:center; font-size:20px;font-family:"Montserrat-Bold";}
.stepbox .num span{ position:absolute; top:0; left:0; width:100%; height:100%; border:4px solid #fff;background:#f3f5f5; border-radius:50%; z-index:2; box-shadow:0 0 15px rgba(0,0,0,0.2)}
.stepbox:hover .num span{ background:#12a2ad; color:#fff; box-shadow:0 0 15px rgba(237,164,26,0.35)}
.stepbox:hover .inner{background:#fbefd9;box-shadow:0 0 15px rgba(0,0,0,0.1)}
.stepbox:nth-child(2n){ margin-right:0; margin-left:auto;}
.stepbox:nth-child(2n) .num{ left:-65px; right:auto;}
.stepbox:nth-child(2n) .inner{ margin-right:0; margin-left:auto;}

#about-culture{ /*color:#fff; background:#fff url(../images/whitecirclebg.jpg) no-repeat center bottom; */}

.aditem{ position:relative; z-index:0;}
.aditem .pic { position:relative; z-index:1; background:#000;}
.aditem .pic img{ max-width:100%; opacity:0.8;}
.aditem .content{ background:#fff;box-shadow: 3px 5px 15px rgba(0,0,0,0.1); text-align:center;  margin:0 2em; padding:1.6em 2em; min-height:155px; font-size:18px; position:relative; transform:translateY(-40%); z-index:10;}
.aditem .content .icobt{ display:block; position:absolute; bottom:0; left:50%; background:#12a2ad; color:#fff; width:40px; height:40px; border-radius:50%; line-height:32px; transform:translate(-20px,20px)}
.aditem:hover .pic img{ opacity:1;}
.aditem:hover .content{ background:#262626; color:#fff;}

.graybg{ background:#f8f8f8;}
.graybg video{ max-width:800px;}

.blackbg{ background:#16365e; color:#fff;}
.couterAitem{ margin-bottom:5%; padding-right:10px; border-right:1px solid #697276}
.couterAitem.last{ border-right:0;}
.couterAitem .counter{ font-size:48px; color:#12a2ad; padding-right:20px;}
.couterAitem .name{ font-size:24px;}

.proColLine{ background:url(../images/line_03.gif) repeat-x 0 center; margin-bottom:50px; position:relative;}
.protttt{ background:#fff; padding:0 10px;}
.yellowRoundTit{  background:#ff7d1f; border-radius:15px; color:#fff; font-size:20px; padding:8px 25px;}
.proright{ background:#fff; padding:0 10px 0 30px; min-width:30%}
.proright:after{ content:""; position:absolute; right:0; top:0; width:50%; height:100%; background:#fff; z-index:0}
.proright.right1{ margin-right:25%}
.proright.right2{ min-width:56%; margin-right:12%}
.proright.right3{ min-width:70%; margin-right:5%;}
.proSingle{ border-radius:20px; box-shadow:2px 3px 10px rgba(0,0,0,0.2); text-align:center; width:200px; padding:5px 0; margin:0 20px; position:relative; z-index:2}
.proSingle img{ display:block; margin:10px auto; max-height:100px; max-width:100%}
.proSingle h4{ font-size:14px;}

/* Styling Pagination*/

.imgs-hovers {
 position:relative;
 overflow:hidden;
}
.imgs-hovers:hover img {
 -webkit-transform:scale(1.1);
 -moz-transform:scale(1.1);
 -ms-transform:scale(1.1);
 -o-transform:scale(1.1);
 transform:scale(1.1)
}
@media (min-width: 1440px){
.container{ width:1200px; max-width:1200px;}
}
@media (max-width: 1440px){.head-double .textbg{ font-size:130px;}}
@media (max-width: 1024px){
#index-slide .carousel-caption h2.whitetit {
    font-size: 48px;
}

}
@media screen and (max-width: 1024px){
	.navbar-nav{ display:flex;flex-direction: column;}
	.head-double .textbg {
    font-size: 80px;
}
.head-double h2 {
    font-size: 32px;
}
	.step-warp{ position:relative; padding-top:70px;}
.step-warp:after{ top:30px; left:40px; height:calc(100% - 30px); border-left-width:1px;}
.stepbox{ max-width:700px; position:relative; margin-top:20px;}

.stepbox .inner{ width:calc(100% - 110px); padding:5%; line-height:2; background:#f3f5f5; margin-left:auto; margin-right:0;}
.stepbox .num{ left:0; right:auto; top:10%;  width:80px; height:80px; line-height:80px; font-size:12px;}
.stepbox:nth-child(2n){ margin-right:0; margin-left:auto;}
.stepbox:nth-child(2n) .num{ left:0; right:auto;}


	}

	
	@media screen and (max-width: 768px){
	.navbar-brand img{ max-height:26px; width:auto; padding-top:2px; padding-bottom:2px;}
	.carousel-indicators {
    margin-right: 0;
    margin-left: 0;
		}
		
	.navbar-toggler {
    display: block;
	}

	.main_menu{ float:none; display:block; margin:0;}
	/*.main_menu > li{ float:none; }*/
.main_menu > li > a{ float:none;  line-height:45px; padding:0 0;}
.main_menu > li > a:hover{ text-decoration:none; }
.main_menu > li > .nav-sub{ z-index:1000; width:100%; opacity:0.93;}

.navbar-header,#navbar{ width:calc(100% - 105px);}

#navbar{ background:rgba(255,255,255,0.9); padding:1rem 1.5rem; margin-left:calc(-1rem - 15px); margin-right:calc(-1rem - 15px); width:calc(100% + 2rem + 30px) }
.main_menu > li > .nav-sub{ left:0;}

.top .btn-group img{ width:20px;}
.btn-group{  position:absolute; top:3px; right:50px;}
.searchtop{ margin-right:0; position:absolute; top:0; right:70px;}
.searchtop {
    line-height: 40px;
    padding: 0 6px;
}
.service-txt{ width:100%; transform:none;}
.page-banner img{ height:250px; width:auto;}
.owl-carousel-pro .owl-prev{left:0; }
.owl-carousel-pro .owl-next{right:0;}
.section-tit{ font-size:28px;}
.profile h3 {    font-size: 28px;	}

 .pro-category a{ padding:0.5rem 1rem; border-radius:20px; font-size:15px; min-width:150px;}
 .contactBar .contactimg{ position:relative; width:100%; }
.contactBar .contactimg .callico{ position:absolute; top:auto; bottom:0; left:50%; right:auto;  transform:translate(-50%,50%)}
.contactBar .contacttxt{ width:100%; padding:50px 20px 30px; font-size:16px;}
.featureRow .featureTxt .inner .innerli{ margin:0 5% !important;}
.featureRow .featureTxt{ border-bottom:1px solid #ddd;}
#index-slide .tx-caption h2{ font-size:30px;}
#index-slide .tx-caption .boldbit{ font-size:20px;}
.fitem {
padding: 1.5rem 0;
padding-left: 55px;   
}
.fitem h4{ font-size:20px;}
.fitem span.subject{  font-size:12px;}
.fitem img{ width:45px; left:-5px;}
.mb-5, .my-5 {
    margin-bottom: 2rem !important;
}
.pt-5, .py-5 {
    padding-top: 1rem !important;
}
.protttt{ margin-bottom:8%; text-align:center;}
.proright{width:100% !important; }
.proSingle{ min-width:220px; width:auto; margin-bottom:30px }
.proSingle img{  max-height:120px;}
.proright:after {
    content: none;
}
.font16{ font-size:16px;}
}
@media screen and (min-width: 769px){
.navbar-main {
    display:inline-block !important;
}
.jiegoutu{ padding:0 7%;}
}


.btn-blue[disabled] {
    border-color: #39a1f4;
    background: #39a1f4;
    color: #b2dbfb;
}

/* mobile nav  */
.nav-top{ background:#000;color:#aaa;}
.nav-top a{ color:#aaa;}
.nav-top a:hover{ color:#00a0e9;}

.pn-list{ background:#222;}
.mnav{ margin-bottom:25px;}
.mnav-header > h2{ font-size:18px; font-weight:bold;}
.mnav-header{position:relative;}
.mnav-header a{ color:#aaa; border-radius:0;   display:inline-block; cursor:pointer;}
.mnav .mnav{ margin-bottom:0;}
.mnav .mnav h2{font-size:16px; border-bottom:1px solid #444;line-height:2.2;}

.mnav-header a.collapsed{ color:#aaa;}
.mnav-header a i{ position:absolute; top:6px; right:10px; font-size:20px;}
.mnav-header a i.bi-plus{ display:none;}
.mnav-header a i.bi-dash{ display:block;}
.mnav-header a.collapsed i.bi-plus{ display:block;}
.mnav-header a.collapsed i.bi-dash{ display:none;}
.mnav-body{ padding:20px 15px; font-size:16px; line-height:2.2; color:#aaa; margin-bottom:0;}
.list-second{ list-style:none;}
.list-second li{ border-bottom:1px solid #444;}

.mnav .mnav .mnav-header a i {
    top: 0;
    right: 10px;
	line-height:1.5
}
.mnav .mnav .mnav-body{ padding:5px 15px; font-size:15px;}
.icotit{ min-width:110px;}
.faq-home{background: #efefef;}
.faqlist{padding-left: 0;}
.faqlist li{line-height:80px; background: #fff; margin-bottom: 10px; padding-left: 60px; font-size: 26px; cursor: pointer;}
.faqlist > li{list-style: none;}
.faqlist li > i{font-style: normal; width: 50px; line-height: 50px; text-align: center; border: 1px solid #c9caca; display: inline-block; margin-top: 15px; color: #9fa0a0; font-weight: bold; margin-right: 20px;}
.faqlist .faqcon{display:none; font-size: 18px; line-height: 40px; padding-right: 40px; padding-bottom: 30px;}

.tabli{background: #9fa0a0; color:#fff; border-radius: 50px;padding: 0 20px; line-height: 40px;display: inline-block;}
.tabli.active{ background: #ea610e;}
a.tabli:hover {color: #fff;}
.tabdiv{ display:none;}
.tabdiv.selected{ display:block;}

/*#carousel-do{ min-height:420px; height:calc(100% - 50px)}
#carousel-do .caption{ padding:10% 2% 5% 10%; position:relative;}
#carousel-do .carousel-control-prev,#carousel-do .carousel-control-next {
    position: absolute;
    top: auto;
    bottom: 0;
	left:auto;
	right:50px;
    width: 40px;
	height:36px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    text-shadow:none;
    background-color: #12a2ad;
    filter: alpha(opacity=100);
    opacity: 1;
}
#carousel-do .carousel-control-next{ right: 0;}

#carousel-do .carousel-control:hover{color: #fff;background-color: #28a7e1;}
.titleYellowLineBt{ font-size:36px; padding-bottom:20px; position:relative;}
.titleYellowLineBt:after{ content:""; position:absolute; bottom:0; left:0; width:50px; height:4px; background-color:#12a2ad}

.downpdf{ border:1px solid #ccc; padding:35px 30px; color:#12a2ad; font-size:20px;}	
.downpdf .bi{font-size: 1.2em;
width: 1em;
height: 1em; }*/
#carousel-do{ position:absolute; top:50%; left:0; width:100%; transform:translateY(-50%);}
#carousel-do .caption{ padding:10%; position:relative;}

.titleYellowLineBt{ font-size:30px; padding-bottom:20px; position:relative; text-transform:capitalize; color:#12a2ad}
.titleYellowLineBt:after{ content:""; position:absolute; bottom:0; left:0; width:50px; height:4px; background-color:#12a2ad}
.titleYellowLineBt.text-center:after{ left:50%; transform:translateX(-50%)}
.downpdf{ border:1px solid #ccc; color:#12a2ad; font-size:20px;}	
.downpdf .bi{font-size: 1.2em;
width: 1em;
height: 1em; }
.downpdf a{ display:block; padding:3.2% 2.5%; color:#12a2ad;}
.downpdf a:hover{ background:#12a2ad; color:#fff;}
.fixtxt{ position:absolute; top:0; left:15px; right:15px; bottom:0; background:rgba(0,0,0,0.1);text-align:center;}
.fixtxt .ftx { border-right:1px solid rgba(255,255,255,0.4); position:relative; color:#fff; font-size:20px;}
.fixtxt .ftx .inner{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%)}
.deco {
    display: block;
    width: 6rem;
    height: 6rem;
    opacity: 1;
    transition: .1s;
    transform: translateZ(0);
    margin: 0 auto;
}

.deco:before {

    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) scale(.75);
    transition: .4s;
    border: 1px solid hsla(0, 0%, 100%, .3);
    border-radius: 100%;
    height: 4rem;
    width: 4rem;
}

.deco i,
.deco em {
    background: hsla(0, 0%, 100%, .8);
    border: 1px solid #fff;
    border-radius: 100%;
    height: 2rem;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) scale(.5);
    transition: .4s;
    width: 2rem;
}

.deco:after {
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) scale(.75);
    transition: .4s;
    border: 1px solid hsla(0, 0%, 100%, .1);
    border-radius: 100%;
    height: 6rem;
    width: 6rem;
}
.ftx:hover{ font-weight:bold;background:rgba(255,170,48,0.6);}
.ftx:hover .deco:before {
    animation: scalepulse 1.3s linear .3s infinite both;
    transform: translate3d(-50%, -50%, 0) scale(1);
}

.ftx:hover .deco i,
.ftx:hover .deco em {
    background: #fff;
    animation: scalepulse 1.3s linear 0s infinite both;
    transform: translate3d(-50%, -50%, 0) scale(1);
}

.ftx:hover .deco:after {
    animation: scalepulse 1.3s linear .15s infinite both;
    transform: translate3d(-50%, -50%, 0) scale(1);
}
.cookie-page01 {
 padding:36px 24px 24px;
 background-color:#2b2b2b;
 position:fixed;
 left:0;
 bottom:0;
 z-index:106;
 width:100%;
 color:#eaeaea;
 transform:translateY(100%);
 opacity:0;
 transition:transform .3s,opacity .3s
}
.cookie-page01.show {
 transform:translateY(0);
 opacity:1
}
.cookie-page01 .container {
 text-align:center
}
.cookie-page01 .container a {
 color:#007bff
}
.cookie-page01 .container a:hover {
 color:#0056b3;
 text-decoration:underline
}
.cookie-page01 .accept {
 width:100px;
 line-height:32px;
 border-radius:16px;
 background-color:#d7000f;
 text-align:center;
 font-size:16px;
 font-weight:600;
 margin:16px auto 0;
 cursor:pointer;
 transition:background-color .3s
}
.cookie-page01 .accept:hover {
 background-color:#ff0012
}
@media screen and (max-width: 768px){
#carousel-do{ position:relative; top:0; left:0; width:100%; transform:none;}
.fixtxt .ftx {
    font-size: 16px;
}
h3, .h3 {
    font-size: 1.4rem;
}
.titleYellowLineBt{ font-size:20px;}
.downpdf {
    font-size: 18px;
}
h2, .h2 {
    font-size: 1.65rem;
}	
.couterAitem .counter{ font-size:24px; display:inline-block; width:70px;}
.couterAitem .name{ font-size:18px;}
.ctitem .content h3 {
    font-size: 18px;
}
.ctitem .content p {
    font-size: 15px;
}
.yellowRoundTit {
    font-size: 18px;
	width:160px;
	margin-left:auto;
	margin-right:auto;
}
.post-head h1 {
    font-size: 24px;
}
h1, .h1 {
    font-size: 2rem;
}
#index-slide{ height:auto;}
#index-slide .carousel-item{height:auto}
#index-slide  .carousel-item .container{top:calc(10% + 50px); }

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

.stepbox .inner h3 span{ display:block;}
.couterAitem{ border-right:0; padding-left:50px;}
.head-double h2 {
    font-size: 24px;
	font-weight:normal;
}
.newsitem .content h3{ font-size:18px;}
.newsitem .content p {   font-size: 14px;}
.card-body h5 {
    font-size: 16px;
}
.stepbox .h5{ font-size: 16px;}
.stepbox .inner {
    width: calc(100% - 100px);
	padding: 5% 3% 5% 5%;
}
h2, .h2 {
    font-size: 24px;
}
.app-home h4{ font-size:16px;}
.page-contact-info p i {
    width: 32px;
    height: 32px;
    line-height: 28px;
}
.page-contact-info{ padding-left:55px}
.page-contact-info h4 {
    font-size: 18px;
    margin-bottom: 12px;
}
.ico-home h4 {
    font-size: 16px;
}
.ico-home .xttb-ico{ width:90px; height:90px;}
#choosePara span{ display:block;}
.cultureImg .YellowCircle {
    width: 125px;
    height: 125px;
}
.cultureImg .YellowCircle{ font-size:18px;}
.proright {   padding: 0 0 0 0; text-align:center;}
.proright.right2 {
    margin: 0;
}
.proSingle{ min-width:135px; max-width:160px;margin: 0 7px; margin-bottom:30px; display:inline-block;}
.proSingle img{  max-height:65px;}
.proSingle h4 {
    font-size: 16px;
}
.mb-5, .my-5 {
    margin-bottom: 1.5rem !important;
}
.featureRow .featureTxt h4{ font-size:1rem;}
.tddes .font16{ font-size:14px;}
#tvc.font18{ font-size:14px;}
.contact-left h3{ font-size:1.2rem;}
.product-page .flex-fill img{ width:50px; height:auto;}
.product-page .flex-fill h6{ font-size:12px;}
.product-page .flex-fill p{ font-size:12px;}
.product-page .flex-fill.px-2 {
    padding-left: 0.3rem !important;
	padding-right: 0.3rem !important;
}

#index-slide .tx-caption h2{ font-size:18px;}
.w-75 {
  width: 98% !important;
}
.head-double .subtitle {
  font-size: 15px;
  }
 #index-slide .carousel-indicators{ bottom:0  }
#index-slide .carousel-indicators li.active{border:1px solid rgba(255,255,255,0);}
	}
	
.Suspension {

    position: fixed;

    bottom: calc(10% + 49px);

    right: 5px;

    width: 50px;

    height: auto;

    z-index: 9998;

	border-bottom:0;

}



.Suspension a,.sFrame{ display:block; width:48px; height:48px; line-height:42px; background:#16365e; text-align:center; font-size:24px; position:relative; margin-bottom:1px;  }

/*.Suspension a.color01{ background-color:#17cedd;}

.Suspension a.color02{ background-color:#f5b13c;}

.Suspension a.color03{ background-color:#3dbb2b;}

.Suspension a.color04{ background-color:#de1918;}*/

.sFrame div{ position:absolute; right:30px; top:0; overflow:hidden; z-index:-1;}

.f-skybox,.f-whatbox{position: absolute;

top: 0;

right: 100%;

padding:0 10px;

width:120px;

background:none;

height:auto;

border-bottom:0;

font-size:12px;

line-height:1.8;

display:none;

}

.f-skybox .inner,.f-whatbox .inner{ padding:10px; border:1px solid #ddd; background:#fff; position:relative; right:auto;}

.f-skype img,.f-whatbox img{ width:100%}

.f-skype:hover .f-skybox,.f-what:hover .f-whatbox{ display:block; color:#333;}



div.subFrame_03{width:0px; height:48px; background-color:#eda41a; font-size:16px; line-height:47px; color:#fff; border-radius:60px 0 0 60px; text-align:left;}

.sFrame:hover div.subFrame_03{width:220px; padding-left:20px;}



.Suspension a{ color:#fff; }

.Suspension a.f-email{ font-size:21px;}

.Suspension a i{line-height:45px !important;}

.Suspension a:hover{ color:#fff; background:#eda41a;}

.date{
display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;	
}
.news-home{background: url(../images/indexnewsbg.jpg) center no-repeat; background-size: cover;}
.indexform{background: #efefef;}
.indexform .row{display: flex; align-items: center;}
.indexform .formleft h3{font-size: 30px; color: #010203; text-transform: uppercase; font-weight: 700;}
.indexform .formleft p{font-size: 18px;}
.indexform form input{line-height: 40px; margin-bottom: 15px; padding-left: 10px; height: 42px;}
.indexform form button{margin-top: 15px; background: linear-gradient(90deg, #1b59a2 0%, #117aab 50%, #23dbe6 100%); color: #fff; font-weight: bold; font-size: 24px; border: none;}
.product-home .head-double h2{color: #12a2ad;}
.product-home .col-md-3{padding-left: 3px; padding-right: 3px;}
.product-home .procon{background: #efefef;}
.product-home .procon:hover{background: #ea610e;}
.product-home .procon h5{height: 80px; font-size: 24px; font-weight: bold;}
.product-home .procon:hover h5 a{color:#fff;}
.btn-more {text-align: center; margin-top: 30px;}
.btn-more a{border-radius: 50px;background: #464646; color: #fff; padding: 16px 100px; font-size: 30px; font-weight: bold; position: relative;}
.btn-more a:hover{border-radius: 50px;background: linear-gradient(90deg, #1b59a2 0%, #117aab 50%, #23dbe6 100%); color: #fff; padding: 16px 100px; font-size: 30px; font-weight: bold; position: relative;}
.btn-more a:after{content: ""; width: 58px; height: 58px; border-radius: 50%; background: #fff; position: absolute; right: 4px; top: 5px;}
.about-btn-more {text-align: center; margin-top: 30px;}
.about-btn-more a{border-radius: 10px;background: linear-gradient(90deg, #1b59a2 0%, #117aab 50%, #23dbe6 100%); color: #fff; padding: 12px 200px; font-size: 30px; font-weight: bold; position: relative;}

.brands-page .head-double h2,.product-page .head-double h2{
  background-image: linear-gradient(to right, #1b59a2 0%, #117aab 50%, #23dbe6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;display: inline-block;
}
.applist .col-md-4{padding-left: 3px; padding-right: 3px;}
.applist .col-md-4 .app-home{margin-bottom: 6px;}
.lx_three {
	width: 100%;
	height: 600px;
}
.faq_list{padding-left: 0;}
.faq_list li{padding:1rem 2rem;background:#fff;border-radius:3px;margin-bottom:1rem; list-style: none;}
@media (max-width:991px){.faq_list li{padding:4rem 6rem}
}
@media (max-width:767px){.faq_list li{padding:1rem;margin-bottom:1rem}
}
.faq_list .top{display:flex;align-items:center;color:#333;background:url(../images/bg_19.png) no-repeat right center;cursor:pointer; font-size: 26px;}
.faq_list .top .q{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;color:#cbcbcb;font-weight:700;font-style:normal;border:1px solid #cbcbcb;margin-right:2rem;flex-shrink:0; font-size: 30px;}
@media (max-width:991px){.faq_list .top .q{width:6rem;height:6rem}
}
@media (max-width:767px){.faq_list .top .q{width:26px;height:26px;margin-right:10px; font-size:17px}
}
.faq_list .top.sel{background:url(../images/bg_19-sel.png) no-repeat right center;}
.faq_list .top.sel .q{border:1px solid #333;color:#333}
.faq_list .bottom{margin-top:1rem;position:relative;display:none; transition: initial!important;}
@media (max-width:991px){.faq_list .bottom{margin-top:2rem}
}
@media (max-width:767px){.faq_list .bottom{margin-top:1rem}
}
.faq_list .bottom .a{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;color:#12a2ad;font-weight:700;font-style:normal;border:1px solid #12a2ad;margin-right:2rem;position:#12a2ad;top:0;left:0;position:absolute; font-size: 30px;}
@media (max-width:991px){.faq_list .bottom .a{width:6rem;height:6rem}
}
@media (max-width:767px){.faq_list .bottom .a{width:26px;height:26px; font-size:17px}
}
.faq_list .bottom .desc{padding-left:5rem;max-width:100%;color:#656565;line-height:1.8;font-size:16px}
@media (max-width:991px){.faq_list .bottom .desc{padding-left:.8rem}
}
@media (max-width:767px){.faq_list .bottom .desc{padding-left:36px}
}
.brandpic{box-shadow: 3px 5px 15px rgba(0,0,0,0.1);padding: 20px 0; text-align: center; margin-bottom: 30px;}
.brandpic .col-md-2{margin-bottom: 10px;}
.brandpic img{max-width:120px;max-height: 45px;}
.prolist{box-shadow: 3px 5px 15px rgba(0,0,0,0.1);padding: 20px 0;}
.prolist .col-4{margin-bottom: 10px; }
.lx_main{display:flex;justify-content:space-between;flex-wrap:wrap}
.lx_one{width:50%;height:calc(2.6rem + 138px);display:flex;flex-direction:column;}
.lx_bg{background: #ea610e}
.lx_bg .title{color: #fff; margin-bottom: .4rem}
.lx_bg .shu .btn{background: #fff;color: #ea610e}
.lx_bg .lx_one{width: 40%; display: initial;}
.lx_bg .lx_one p{color: #fff;}
@media (max-width:767px){.lx_one{width:100%;height:auto;padding-bottom:1rem}
  .lx_bg .lx_one{width: 100%}
}
.lx_one li{padding-bottom:.35rem}
@media (max-width:767px){.lx_one li{padding-bottom:1.2rem}
}
.lx_one h4{color:#111;font-family:Regular}
.lx_one li a{width:120px;height:46px;background:#ea610e;text-align:center;color:#fff;line-height:46px;display:inline-block;border-radius:5px}
@media (max-width:767px){.lx_one h4{padding-bottom:.2rem}
.lx_one li a{width:100px;height:40px;line-height:40px}
}
.lx_one p{color:#656565;padding-top:10px; font-size: 16px; margin-bottom: 0; line-height: 30px;}
.lx_one .a{width:120px;line-height:42px;display:inline-block;background:#ea610e;color:#fff;text-align:center;border-radius:5px}
.lx_two{width:48%}
.lx_two .title{margin-bottom:40px}
@media (max-width:767px){.lx_two{width:100%}
}
.lx_three{width:100%;height:6rem}
@media (max-width:991px){.lx_three{height:10rem}
}
@media (max-width:767px){.lx_three{height:16rem}
}
.shu{display:flex;justify-content:space-between;flex-wrap:wrap; padding: 0; list-style: none;}
.shu li{width:48.5%;margin-bottom:20px;position:relative}
@media (max-width:767px){.shu li{width:100%;margin-bottom:10px}
}
.shu li:hover .bt{color:#ea610e}
.shu li.li{width:100%}
.shu li .bt{position:absolute;top:0;left:20px;color:#999;line-height:44px;font-size:14px}
.shu .txt{width:100%;border:1px solid #f5f5f5;padding-left:135px;height:46px;line-height:44px;background:#fff;border-radius:5px;transition:.5s;color:#333}
.shu .txt:focus,.shu .txt:hover{border:1px solid #ea610e;-moz-box-shadow:0 0 25px rgba(234,97,14,.15);-webkit-box-shadow:0 0 25px rgba(234,97,14,.15);box-shadow:0 0 25px rgba(234,97,14,.15)}
.shu .txt.txt_desc{height:200px;padding:20px;line-height:1.7}
@media (max-width:767px){.shu .txt.txt_desc{height:150px;padding:10px 15px}
}
.shu .select{width:100%;border:1px solid #f5f5f5;padding-left:20px;height:46px;line-height:44px;background:url(../images/bg_23.png) no-repeat right center #fff;border-radius:5px;transition:.5s;color:#999;text-align:left}
.shu .select:focus,.shu .select:hover{border:1px solid #ea610e;-moz-box-shadow:0 0 25px rgba(234,97,14,.15);-webkit-box-shadow:0 0 25px rgba(234,97,14,.15);box-shadow:0 0 25px rgba(234,97,14,.15)}
.shu .title{line-height:3}
.shu .p_lb{display:flex;align-items:center;padding-bottom:.2rem}
@media (max-width:767px){.shu .p_lb{padding-bottom:1rem;flex-wrap:wrap}
}
.shu .p_lb label{color:#656565;cursor:pointer;margin-right:.4rem}
@media screen and (max-width:767px){.shu .p_lb label{display:flex;align-items:center;margin-bottom:.4rem}
}
.shu .p_lb label input{margin-right:6px;width:15px;height:15px;float:left;margin-top:2px}
.shu .p_lb .lb{color:#999;margin-right:0}
.shu .p_lb .a{color:#ea610e;margin-left:6px;border-bottom:1px solid #ea610e;font-size:14px}
.shu .btn{width:120px;height:46px;background:#ea610e;color:#fff;border-radius:5px;transition:.5s}
.shu .btn:hover{background:#ea610e}
.shu .btn_cz{background:#333;margin-left:.2rem}
.shu .btn_cz:hover{background:#484848}
.lx_three{width: 100%; height: 600px;}
@media (max-width:767px){
	#index-slide .tx-caption .btn-red{padding: 0.4rem .8rem; font-size: .6rem;}
	#index-slide .carousel-indicators{display: none;}
	.index-num .item .icon{font-size: 22px; background-size: 48px; padding-left: 60px; margin-left: 5px;}
	.index-num .item:nth-child(2) .icon{font-size: 20px;}
	.index-num .item .tit{font-size: 12px;}
	.about-index .head-double h2{font-size: 20px;}
	.about-index .abouttxt ul{padding: 0;}
	.btn-more a{font-size: 14px;}
	.btn-more a::after{width: 40px; height: 40px;}
	.btn-more a:hover{font-size: 14px;}
	.brand-home a{height: 170px;}
	.product-home .procon h5{font-size: 14px; height: 45px;}
	.faq_list .top{font-size: 15px;}
	.news-home .head-double .linehight2{margin-bottom: 0;}
	.tabli{margin-bottom: 10px;}
	.indexform .formleft h3{font-size: 20px;}
	.indexform .formleft p{font-size: 14px;}
	.indexform form input,.indexform form textarea,.indexform form button{font-size: 14px;}
	.main_menu > li > a{font-size: 14px;}
	.main_menu > li > a span{font-size: 14px; padding: 0;}
	.brandpic img{max-width: 90%;}
	.contact-left .head-double h3{font-size: 20px;}
	#index-slide .carousel-item .pc-hide{display: none;}
	#index-slide .carousel-item .m-hide{display: block;}
	#index-slide .carousel-item .container{top: initial; bottom: 10px;}
}
