/*#region global*/
body {color:#666}
[v-cloak]{display:none}
iframe {border-width: 0;}
a {color: #666;}
a:hover {text-decoration: none;}
img {
  aspect-ratio: attr(width) / attr(height);
}

.input-group .input-group-addon-img {background: #fff;padding: 3px 6px;cursor: pointer}
.input-group .input-group-addon-img img { max-width: none !important}
.fix-row{ margin-left:-8px;margin-right: -8px;}
.fix-row>[class*="col-"],.fix-row>.col-auto{padding-left: 8px;padding-right: 8px;}
@media(min-width:992px) {
    .navbar-nav .dropdown>.dropdown-menu,.dropdown-submenu>.dropdown-menu {  display: none;}
    .navbar-nav .dropdown:hover > .dropdown-menu, .dropdown-submenu:hover > .dropdown-menu {display: block;}
}
@media(max-width:991px) {
    .dropdown-submenu .dropdown-menu {position: static;float: none; width: auto;margin-top: 0;background-color: transparent;border: 0;box-shadow: none;}
}

/*#endregion*/
/*#region header*/
header{ background: linear-gradient(#E6E6E6, #F3F3F3);border-top:1px solid #71CFBD}
header .logo { padding: 15px 0;display: inline-block;vertical-align:middle}
header .company{display: inline-block; font-size: 24px;font-weight: 600;margin-left: 10px;letter-spacing: 3px;vertical-align: middle;}
.header-social{float:right;text-align: right;overflow: hidden;}
.header-social>div{background:#EDEDED;border-radius: 0 0 35px 35px;padding:8px 30px;}
.dropdown.lang {padding: 3px 14px;margin:0 10px 0 25px;cursor: pointer;background: #F3F3F3;border-radius: 18px;}
/*.dropdown.lang .fa {margin-left: 25px;}*/

/*#endregion*/
/*#region dropdownmenu & navbar*/
.dropdown-menu {background: rgba(255,255,255,.95);}
.dropdown-menu>li>a{}
.navbar {z-index: 2200;top:0;left: 0;right: 0;padding: 0;background: linear-gradient(#FBFBFB, #E8E6E9);border-bottom:2px solid #71CFBD}
.navbar-brand {height: auto;padding: 3px 15px;}
.navbar-nav>li{background:url(../image/line.jpg) no-repeat right center;}
.navbar-nav>li>a {padding: 15px 27px;text-align: center;transition: background .2s ease-out;text-transform: uppercase;font-weight: bold;}
.navbar-nav>li>a:hover {background: #FAFAFA;color: #1c79c0;box-shadow: 0px 0px 5px 2px #eee;}
.navbar-nav > li.active > a, .navbar-nav > li > a:focus {background: #FAFAFA;}
.navbar-nav>li.dropdown> a:after {float: right;font-family: fontawesome;content:"\f107";margin-left:5px;margin-right:-10px}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {border-color: transparent;box-shadow: 0 0px 0px rgba(0,0,0,.1);}
.navbar-toggle {padding: 9px 15px;margin-top: 15px;border:1px solid #61BFAD;color:#61BFAD;}
.navbar-collapse {}
.dropdown-wide {position:static !important;}
.dropdown-wide>.dropdown-menu {padding:20px 0;width:100%;}
@media(max-width:991px) {
    .header-social{float:none;}
    header .log{ padding: 10px 0;}
    .navbar{min-height: 0;background:rgba(255,255,255,0.95);border-bottom:1px solid #f2f2f2}
    .navbar>.container{max-width: 100%}
    .navbar-nav>li>a{padding:12px 15px;border-bottom:1px solid #f2f2f2;}
    .navbar-nav>li.dropdown> a:after{margin-right:0px;transform: rotate(-90deg);transition:all ease 0.2s;}
    .navbar-nav>li.open>a:after{transform: rotate(0deg)}
    .navbar-nav>li.dropdown> a:after{margin-right:0px}
    .dropdown-submenu > a::after {margin-top: 7px;}

    /*body{padding-top:60px;}*/
}
/*#endregion*/
/*#region breadcrumb*/
.breadcrumb { background: transparent;padding-left: 0;padding-right: 0;margin-bottom: 0}
.breadcrumb:before {content: "您当前的位置:";color: #777;margin-right: 5px;}
.breadcrumb > li + li:before{ color: #ccc;}
.breadcrumb .active { color:#61BFAD}
.bread{background:#F7F7F7;padding:20px 0;}

/*#endregion*/
/*#region banner*/
.banner {position: relative;color:#fff;background-size:cover;background-repeat: no-repeat;background-position: center center;}
.banner .breadcrumb:before{content:"" !important}
.banner .breadcrumb .active{color:#fff}
.banner .title{font-weight: 600;margin-bottom:5px;}
.banner .title:after{content:"";display:block;width:70px;height:3px;background:#FB7F1D;margin:4px auto 0;}
@media(max-width:768px) {
    .banner h1{font-size:1.75rem;}
}
.banner a{color:#fff}
.banner .container{position: relative;z-index:2;padding-top:6%;padding-bottom: 6%;text-align: center;}
.banner .overlay{position: absolute;width: 100%;height: 100% !important;left: 0;top: 0;background:rgba(0,0,0,0.6);z-index:1}
/*#endregion*/
/*#region container*/
.main-container {  position: relative;z-index: 2;margin-top: 0px;padding-top: 15px;padding-bottom: 20px;background: #fff;border-top:0px solid #6DCFB8}
@media(max-width:996px) {
    .main-container{ margin-top: 0px;}
}
.main{ padding-top: 0px;}
/*#endregion*/
/*#region nav row*/
.nav-row-container { margin-bottom: 25px;}
.nav-row {list-style: none;padding: 0;margin-bottom: 0;margin: auto;overflow: hidden;}
.nav-row > li { float: left; }
.nav-row>li>a { display: block;color: #333;font-size: 1rem;padding: 14px 35px;background:transparent;text-align: center;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.nav-row>li>a:before{ content: "●";margin-right: 5px;color:#6ABBB2}
.nav-row>li>a:hover{ color: #6ABBB2;}
.nav-row>li>a.active,.nav-row .dropdown.active>a { background: #fff;color:#007AAF}
@media(max-width:1170px) {
    .nav-row>li>a { padding: 14px 20px;}
}
@media(max-width:576px) {
    .nav-row>li { width: 50%;margin-right: 0;margin-top: -1px;}
    .nav-row>li>a{border: 1px solid #fff;}
    .nav-row>li:nth-of-type(even)>a{ margin-left: -1px;}
    .nav-row>li>a{font-size: 14px;padding:10px 10px}
    .nav-row>li>a.active { background: #f2f2f2}
}
/*#endregion*/
/*#nav-sub*/
.nav-sub>li{ padding: 0 8px;margin-bottom: 15px;}
.nav-sub>li>a{ display: block;padding: 8px 30px;background: #F4F4F4;border-radius: 15px;font-size: 1rem;}
.nav-sub>li>a.active{ background: #6FD0BD;color: #fff;}
@media(max-width:576px) {
    .nav-sub>li>a{ padding: 6px 20px;}
}
/*#endregion*/

/*#region heading*/
.heading {line-height: 1;margin: 0px auto 25px;overflow: hidden;text-align: center}
.heading h1,.heading h2,.heading h3,.heading h4 {margin-bottom:0;font-size: 26px;color: #333;}
.heading .breadcrumb{ float: right;margin-bottom: 10px;margin-top: 3px;}
@media(max-width:768px) {
    .heading h1,.heading h2,.heading h3,.heading h4 { font-size: 22px;}
    .heading h1,.heading h2,.heading h3,.heading h4,.heading .breadcrumb{ float: none;}
}
/*#endregion*/
/*#region sidebar*/
.sidebar .title{ margin-bottom: 3px;padding: 18px 15px;background: #56D9B9;color: #fff;}
.sidebar .title:before{ content: "";border-left: 5px solid #fff;padding-left: 18px;}
.menu-complex {list-style: none;margin: 0;padding: 0;}
.menu-complex>li>a {display: block;padding: 12px 15px;white-space:nowrap;background: #f2f2f2;border-bottom:1px solid #fff;outline-width: 0;}
.menu-complex a:hover{ background: #eee;}
.menu-complex a.active{color:#56D9B9}
.menu-complex .dropdown-submenu > a::after {margin-right:-5px;}
.menu-complex .dropdown-menu{background:#fafafa;}
.side-box{ background: #F2F2F2;padding: 5px;}
/*#endregion*/
/*#region list-row*/
.item-row {overflow: hidden;}
.item-row .thumb {display: block;overflow: hidden;}
.item-row .thumb .img-responsive{margin: auto;transition: all 0.2s ease-in;}
.item-row .thumb:hover .img-responsive {transform: scale(1.05);}
.item-row .title{margin:0;}
.item-row .title a{transition: all ease 0.3s;}
.item-row  time:before{font-family: fontawesome;content:"\f271";margin-right:5px;}

.item-row.article{padding:15px 15px;margin-bottom: 30px;box-shadow: 0 0 6px 6px #eee;}
.item-row.article .post-holder{}
.item-row.article .title{margin-bottom:12px;font-size: 18px;}
.item-row.article .title a{color:#333}
.item-row.article .title:hover a{color:#007aaf}
.item-row.article .summary{color:#777;margin-bottom:10px;line-height: 1.6}
.item-row.article time{display:block;font-size:0.75rem;color:#666;margin-bottom:10px}

.item-row.product{padding:15px 0;border-bottom:1px solid #eee;}
.item-row.product .post-holder{}
.item-row.product .title{margin-bottom:12px;font-size:18px;}
.item-row.product .title a{color:#333}
.item-row.product .title:hover a{color:#007aaf}
.item-row.product .summary{color:#777;margin-bottom:10px;line-height: 1.6}
/*#endregion*/
/*#region list-col*/
.item-col {position: relative;margin-bottom: 25px;background:#fff;overflow: hidden;}
.item-col .thumb,.item-col .magicthumb {display: block !important;margin: 0px;overflow: hidden;text-align: center;line-height: 1}
.item-col .thumb .img-responsive,.item-col .magicthumb .img-responsive {transition: all 0.3s ease 0.05s;margin: auto;}
.item-col .thumb:hover .img-responsive,.item-col .magicthumb:hover .img-responsive {transform: scale(1.1);opacity: 0.95;}
.item-col .title {text-overflow:ellipsis;white-space: nowrap;overflow: hidden;transition: all ease 0.3s}
.item-col .title-two{padding: 6px 6px;height: 50px;line-height: 1.43;overflow: hidden;}
@media(max-width:576px) {
    .item-col .title-two{ font-size: 12px;height: 44px;}
}

.item-col.article{border:1px solid #f2f2f2;transition: all 0.2s ease-in-out;;box-shadow: 0 10px 6px -6px #999;}
.item-col.article:hover{box-shadow: 0 16px 20px -9px #999;}
.item-col.article .post-holder{padding:8px;}
.item-col.article .title{padding:5px 0;font-weight: 600;font-size: 1rem;}
.item-col.article .title a{color:#333;}
.item-col.article .title:hover a{color:#007aaf}
.item-col.artcie .summary{color:#999}
.item-col.article time{font-size:0.75rem;}

.item-col.product{border:1px solid #eee}
.item-col.product .post-holder{padding:8px;}
.item-col.product .title{padding:8px 6px;text-align:center;background: #f2f2f2;}
.item-col.product .title a{color:#555;}
.item-col.product .title:hover a{color:#007aaf;}
.item-col.product .title a, .product .title-two a {color: #666}

.item-col.certificate {border:1px solid #f1f1f1;background: #F4F4F4;padding: 20px;}
.item-col.certificate .title{padding:8px 6px;text-align: center;}
.item-col.certificate .magicthumb{border:2px solid #75D1BA}

.item-col.img-item{border:1px solid #f2f2f2;}
.item-col.img-item .title{background:#fafafa;}
.item-col.img-item .title a{color:#666;}
/*#endregion*/
/*#region article list*/
.item-list {list-style-type: none;margin: 0;padding: 0;margin-bottom: 15px;}
.item-list li {border-bottom: 1px dashed #eee;padding:12px 0;}
.item-list>li>a {display: block;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.item-list>li>a:hover {color: #FE8301;}
.item-list li a:before{font-family:fontawesome;content:"\f105";margin-right:8px;margin-left: 4px;}
.item-list li time {float: right;padding-right: 5px;margin-left: 8px;color: #999;}
/*#endregion*/
/*#region content-head-container*/
.product-head { }
.product-head .title {font-size: 1.25rem;color: #777;text-align: center;margin-bottom: 15px;font-weight: bold;}
.product-head .magiczoom{ border: 1px solid #ddd;}
.product-head .dl-horizontal dt{ font-weight: normal;text-align: left}
.product-service{ text-align: center;padding: 20px 0;}
.product-service>a:first-child{ margin-right: 15px;}
.product-feedback{ display: inline-block;background: #F3912C;color: #fff;padding: 6px 16px;}
.product-down{ display: inline-block;background: #DD0804;color: #fff;padding: 6px 16px;}
/*#endregion*/
/*#region thumb-items*/
.thumb-selectors {overflow: hidden;clear: both;margin:0 0 10px 0;margin:5px -4px 5px;}
.thumb-selectors>span{display:block;width:20%;float:left;padding:0 4px;}
.thumb-selectors a{}
.thumb-selectors>img{max-height: 80px;margin:auto;}
/*#endregion*/
/*#region content-wrapper*/
.content-wrapper {line-height: 1.8;margin-bottom: 20px;overflow: hidden;clear:both;}
.content-wrapper.border{border:1px solid #DCDCDC}

/*.content-wrapper .table-responsve-md*/
.content-wrapper .header { border-bottom:1px solid #e5e5e5;margin-bottom: 0px;line-height: 1.5;background: #ECECEC}
.content-wrapper .header>span{display: inline-block;margin-top: -1px;background: #fff;padding: 8px 20px;border-top: 2px solid #e04942;}

.content-wrapper .title {text-align: center;font-size: 26px;padding-bottom: 10px;margin-bottom: 15px;}
.content-wrapper .summary {font-size: 0.75rem;text-align: center; color: #999;margin-bottom: 15px;padding:6px 10px;background: #F9F9F9;}
.content-wrapper .summary span+span { margin-left: 20px;}
.content-wrapper .summary .fa{ margin-right: 5px;}


.content-wrapper .content{ padding: 15px;background:#fff}
.content-wrapper p img {text-indent: 0;}
.content-wrapper img {max-width: 100% !important;height: auto !important;}
.content-wrapper table {width: 100%;max-width: 100%;margin-bottom: 1rem;background-color: transparent;}
.content-wrapper table p {margin-bottom: 0;}
/*#endregion*/
/*#region content table container*/
.table-wrapper table th,.table-wrapper table td {padding: 5px;vertical-align: middle;font-size: 14px;border: 1px solid #dee2e6;text-align: center;}
.table-wrapper table tbody tr:nth-of-type(odd) {background-color: rgba(0, 0, 0, 0.03);}
.table-wrapper table tbody tr:hover {background-color: #dee2e6;color: #555;}
@media (max-width: 575.98px) {
    .table-wrapper-sm table{display: block;width: 100%;overflow-x: auto;-webkit-overflow-scrolling: touch;-ms-overflow-style: -ms-autohiding-scrollbar;}
}
@media(max-width:768px) {
    .table-wrapper-md table {display: block;width: 100%;overflow-x: auto;-webkit-overflow-scrolling: touch;-ms-overflow-style: -ms-autohiding-scrollbar;}
}
@media (max-width: 991.98px) {
    .table-res-lg table{display: block;width: 100%;overflow-x: auto;-webkit-overflow-scrolling: touch;-ms-overflow-style: -ms-autohiding-scrollbar;}
}
@media (max-width: 1199.98px) {
    .table-wrapper-xl table{display: block;width: 100%;overflow-x: auto;-webkit-overflow-scrolling: touch;-ms-overflow-style: -ms-autohiding-scrollbar;}
}
/*#endregion*/
/*#region faq*/
.faq p:nth-of-type(odd){ background: #D7D7D7;padding: 8px 15px;border-radius: 10px;font-size: 1rem;font-weight: 300;}
.faq p:nth-of-type(even) { border-top: 1px solid #D7D7D7;border-bottom: 1px solid #D7D7D7;font-size: 1rem;padding: 20px 15px; }
/*#endregion*/
/*#region sub content*/
.sub-heading{position: relative;background: #6FD0BD;color: #fff;padding: 12px;font-size: 20px;margin-bottom: 20px;font-size: 1rem;}
/*region download*/
.down-item{ margin-bottom: 30px;}
.down-item h6 { font-size: 0.875rem;font-weight: 600}
.down-item span{ color: #666;}
.down-item .btn{ font-size: 0.75rem;padding: 3px 12px;}
/*#endregion*/
/*#region feedback*/
.form-feedback { padding: 0;margin-bottom: 20px;}
.form-feedback h4 {font-size: 28px;font-weight: 700;margin-bottom: 25px;color: #333;}
.form-feedback .form-control {border-radius: 0;border-color: #EBEBEB;font-size: 14px;height: 40px;padding: 8px 12px;}
.form-feedback textarea.form-control { height: auto;}
.form-feedback .btn {font-size: 14px;padding: 9px 20px;}
@media(max-width:768px) {
    .form-feedback .btn{ width: 100%;}
}
/*#endregion*/
/*#region contact*/
.contact-wrapper{ position: relative;z-index: 2;margin-top: 0px;padding-top: 15px;background: #fff;border-top:0px solid #6DCFB8}
.contact-wrapper .title{font:normal bold 22px "Roboto Condensed", Helvetica, Arial, Verdana, sans-serif;color:#333;margin-bottom:35px;}
.contact-wrapper .title:after{display:block;margin-top:8px;content:"";width:60px;height:3px;background:#E1474D}
@media(max-width:996px) {
    .contact-wrapper{ margin-top: 0;}
}
/*#endregion*/
/*#region footer*/
/*footer { background: #1A1C20;color:rgb(133, 134, 140);padding-top: 60px;}
footer .container> [class*="col-"]{margin-bottom:20px;}
footer h6{font-size:1rem;color:#fff;font-weight: 500;margin-bottom:15px;}
footer a{color:rgb(133, 134, 140)}
footer .color-primary{color:#fff}
footer .contact-info li{margin:10px 0 0;}
footer .footer-bottom{background:#222;padding-top:15px;padding-bottom:15px;}*/

.img-width{width: 100%;height: auto;}
.home-app{background: #6fd2be; padding: 45px 0 30px;}
.home-app h2{font-size: 28px;color: #fff;text-align: center;font-weight: bold;margin-bottom: 30px;}
.home-app .desc{font-size: 15px;color: #000000;text-align: center;margin-bottom: 60px;}
.home-app .app-box{border:2px solid #e1eff0; position: relative; margin-bottom: 30px; }
.home-app .app-box .img{position: relative;}
.home-app .app-box h4{padding: 0 10px; text-align: center;font-size: 18px;color: #333;  line-height: 46px;margin-bottom: 0;background: #e1eff0;height: 46px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.home-app .app-box .text{ position: absolute;top:0; opacity: 0;display:flex;justify-content: center;align-items: center; }
.home-app .app-box .text i{font-size: 80px;color: #fff;}
.home-app .app-box:hover .text{width: 100%;height: 100%;opacity: 1;background: rgba(0,0,0,0.5); transition: all 0.5s; }

.home-title.link{margin-top: 30px;}
.home-link{position: relative;max-width: 1350px;margin: auto;}
.home-link .link-list{position: relative;max-width: 1350px;margin: auto;}
.home-link .link-box{width: 100%;border-radius: 15px;overflow: hidden;border: 3px solid #6dd5ba;box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);}

.home-sou{padding: 20px 0 10px;}
.home-sou h2{font-size: 28px;color: #fff;text-align: center;font-weight: bold;margin-bottom: 30px;}
.home-sou .desc{font-size: 15px;color: #000000;text-align: center;margin-bottom: 60px;}
.home-sou .sou-box{border:2px solid #6fd2be; position: relative; margin-bottom: 30px; }
.home-sou .sou-box .img{position: relative;}
.home-sou .sou-box h4{padding: 0 10px; text-align: center;font-size: 18px;color: #fff;  line-height: 46px;margin-bottom: 0;background: #6fd2be;height: 46px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.search-group { display: flex; margin-bottom: 10px; }
.search-group .form-control{border-right-width: 0;border-radius: 12px 0  0 12px}
.search-group .btn {border: 1px solid #ced4da;border-left-width: 0;border-radius: 0 12px 12px 0;}
.search-group .btn i { color: #ff6b1a; font-size:1rem; }

.fltitle-bg{padding: 50px 20px;background: #6FD0BD;}
.fltitle-bg .fltitle{font-size: 32px;color: #fff;font-weight: bold;}
.menu-horizontal-about{border: 1px solid #e7e7e7;padding-left: 0;}
.menu-horizontal-about .nav-item-about {  display:block ; background: #fff; border-bottom: 1px solid #e7e7e7;}
.menu-horizontal-about .nav-item-about:last-child{border-bottom: 0px;}
.menu-horizontal-about .nav-link-about {width: 100%; padding: 12px 10px 12px 15px; cursor: pointer; color: #045026;display: flex;justify-content: space-between; align-items: center; font-size: 16px;  }
.menu-horizontal-about .nav-link-about:after { font-family: fontawesome;content: "\f104"; font-size: 0.8rem; margin-right: 5px; color: #666666; }
.menu-horizontal-about .nav-link-about.active,.menu-horizontal-about .nav-link-about:hover {color: #fff; background: #666666;  }
.menu-horizontal-about .nav-link-about.active:after,.menu-horizontal-about .nav-link-about:hover:after{color: #fff; }

.menu-horizontal-about .nav-item-about.active .nav-link-about,.menu-horizontal-about .nav-item-about:hover .nav-link-about {color: #fff; background: #666666;  }
.menu-horizontal-about .nav-item-about.active .nav-link-about:after,.menu-horizontal-about .nav-item-about:hover .nav-link-about:after{color: #fff; }

.menu-horizontal-child{border-top: 1px solid #e7e7e7;}
.menu-horizontal-about .nav-item-about.active .menu-horizontal-child{display: flex;}
.menu-horizontal-child { display: flex; flex-wrap: wrap; background: #fff; padding: 10px 14px;  }
.menu-horizontal-child .nav-item-child{display: flex;align-items: center;position: relative;width: 100%;}
.menu-horizontal-child .nav-link-child:before { content: ">"; font-size: 14px;color: #727272;margin-right: 7px;}
.menu-horizontal-child .nav-link-child { color: #727272;font-size: 14px;line-height: 31px; }
.menu-horizontal-child .nav-link-child.active { color: #ff8e03;  }
.menu-horizontal-child .nav-link-child.active:before { color: #ff8e03;}
.menu-horizontal-child .nav-link-child:hover{color: #ff8e03; }
.menu-horizontal-child .nav-link-child:hover:before { color: #ff8e03;}

.soultion-box{margin-bottom: 30px;border-bottom: 1px solid #ebebeb; padding-bottom: 20px;}
.soultion-box h4{font-size: 16px;color: #000;margin-bottom: 15px;}
.soultion-box .sou-table{}
.soultion-box .sou-table .sou-tr{display: flex;font-size: 14px;justify-content: space-between;margin-bottom: 4px;}
.soultion-box .sou-table .sou-tr .left{background: #6FD0BD;color: #fff;text-align: center;width: 30%; padding: 8px;}
.soultion-box .sou-table .sou-tr .right{background: #f4f4f4;color: #333;text-align: left;padding: 8px 35px; width: 70%;margin-left: 4px;}


footer { background: #e9e9e9;color:rgb(133, 134, 140);padding-top: 40px;font-size: 1rem;}
footer .container> [class*="col-"]{margin-bottom:20px;}
footer p{margin-bottom: 0px;}
footer h5{font-size:18px;color:#000;font-weight: 500;margin-bottom: 15px;}
footer a{color:rgb(133, 134, 140)}
footer .color-primary{color:#333}
footer .contact-info li{margin:10px 0 0;}
footer .list-unstyled>li{ padding: 3px 0;}
footer .list-unstyled>li>a{}
footer .list-unstyled>li>a:before{ font-family: fontawesome;content: "\f105";margin-right: 5px;}
footer .footer-bottom{background:#EB5E4D;color: #fff;padding-top:15px;padding-bottom:15px;}
footer .foot-box{display: flex;flex-wrap: wrap;}
footer .foot-box .left{width: 35%;}
footer .foot-box .right{width: 65%;}
footer .foot-box .right h5{font-size: 16px;}
footer .foot-row{display: flex;flex-wrap: wrap;justify-content: space-between;}


/*#endregion*/
/*#region homepage*/
.home-title{ position: relative;text-align: center;margin-bottom: 30px;text-transform: uppercase;font-weight: 600;}
.home-title:after{ display: block;content: "";width: 40px;height: 4px;background: #FE574F;margin: 10px auto 0;}
.home-title.text-left{text-align: left;}
.home-title.text-left:after{margin:3px 0 0 0;}
.home-container{ position: relative;max-width: 1350px;margin: auto;}
.home-product h4{ font-weight: 600;margin-bottom: 25px;color: #333;}
.home-product .list-inline>li>a{ display: block;background: #fff;font-size: 1rem;padding: 8px 25px;border-radius: 6px;min-width: 146px;}
.home-product .list-inline>li>a:hover{ background: #60BFAD;color: #fff;}
.home-product .more{ display: inline-block;border: 1px solid #ddd;border-radius: 15px;padding: 8px 65px;font-size: 1rem;}
.title-why{ text-align: center;padding-bottom: 50px;background:url(../image/why-bg.jpg) no-repeat bottom center;}
.title-why h3{font-weight: 600;}
.home-why .media{ border: 2px solid #77CEBE;border-radius: 35px;padding: 10px 15px;}
.home-why .media h6{ font-weight: 600;font-size: 1.25rem;}
.home-why .media p{ margin-bottom: 0;}
.home-product{background: linear-gradient(#E4E4E4, #fff);padding: 30px 0;text-align: center;}
.home-news{}
.home-news:first-child{ border-top: 1px solid #f1f1f1;}
.home-news{ padding-top: 10px;padding-bottom: 10px;border-bottom: 1px solid #F1F1F1;}
.home-news .media-left{ text-align: center;font-size: 1rem;}
.home-news .media-left span{ font-size: 1.25rem;border-bottom: 1px solid #ccc;padding: 5px 10px;display: block;margin-bottom: 5px;}
.hot{ background: #F7F7F7;padding: 5px;}
.hot .media-left{ text-align: center;}
.hot .media-left span{ font-size: 1.25rem;border-bottom: 1px solid #ccc;padding: 5px 10px;display: block;margin-bottom: 5px;}
.hot .media-body{ font-size: 0.75rem;}
.home-about{margin-top: 30px;background:url(../image/about-bg.jpg) repeat-x 0px 98px;padding-bottom: 30px;}
.home-about .more{ display: inline-block;padding: 5px 35px;background: #EB5E4D;color: #fff;;border-radius: 16px;}
.cert{padding-top:155px}
.cert h4{ color: #fff;margin-bottom: 20px;font-weight: 600;}
@media(max-width:768px) {
    .cert{ padding-top: 30px;}
    .cert h4{ color: #333;}
}
/*#endregion*/
/*#region other*/
.side-title{ background: #6FD0BD;color: #fff;padding: 8px 15px;font-size: 18px;margin-bottom: 25px;}
.main-row{ background: #F6F7F9;border-top: 2px solid #59BFA7;padding-top: 30px;}
.about-row{ background: #62BFAD;color: #fff;font-size: 1rem;}
.about-row .media{ border-bottom: 1px solid #555;}
.about-row h4{ font-size: 1.5rem;margin-bottom: 30px;}
.about-row h6{ font-size: 1.25rem;font-weight: 600;}
.about-row .media-left{ font-size: 3rem;font-weight: 600;}
/*#endregion*/
.nav-tabs>li.active>a{font-size: 16px;font-weight: 600;}


.nav-item:hover .dropdown-menu{display: block!important;}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0 0;
    margin: 0;
    font-size: .875rem;
    color: #444;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);}

@media(max-width:768px) {
    .nav-item:hover .dropdown-menu{display: none!important;}
}

/*手机端底部菜单*/
.mobile-nav{position: fixed;bottom: 0;left: 0;right: 0;height: 48px; background: #71CFBD;z-index: 999;display: flex;border-top: 2px solid #fff;}
.mobile-nav .item{width: 25%;border-left: 1px solid rgba(255,255,255,.2);}
.mobile-nav .item a{font-size: 12px;color: #fff;display: block; text-align: center;line-height: 20px;padding-top: 8px;}
.mobile-nav .item:first-child{border-left: 0px;}
.mobile-nav .item a:before{font-family: fontawesome; font-size: 14px; color: #fff;display: block; line-height: 16px;}
.mobile-nav .mobile-nav-home:before{content: "\f015";font-family: fontawesome; font-size: 14px;}
.mobile-nav .mobile-nav-pro:before{content: "\f07a";font-family: fontawesome; font-size: 14px;}
.mobile-nav .mobile-nav-tel:before{content: "";font-family: fontawesome; font-size: 14px;}
.mobile-nav .mobile-nav-feedback:before{content: "\f0e0";font-family: fontawesome; font-size: 14px;}

.reveal-modal-bg{position:fixed;height:100%;width:100%;z-index:1000;display:none;top:0;left:0;background:rgba(00,00,00,0.8);}
.reveal-modal{visibility:hidden;top:50px;left:50%;margin-left:-45%;width:90%;position:absolute;z-index:1001;padding:25px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-moz-box-shadow:0 0 10px rgba(0,0,0,.4);-webkit-box-shadow:0 0 10px rgba(0,0,0,.4);-box-shadow:0 0 10px rgba(0,0,0,.4);background-color:#FFF;}
.reveal-modal h2{font-size:20px;text-align:center;}
.reveal-modal .close-reveal-modal{font-size:30px;line-height:0.5;position:absolute;top:8px;right:11px;color:#333;text-shadow:0 -1px 1px rbga(0,0,0,.6);font-weight:bold;cursor:pointer;}
.reveal-modal-pro{visibility:hidden;top:0;left:0;width:100%;position:absolute;z-index:1001;background-color:#f7f7f7;height:100vh; overflow-y:auto;}
.reveal-modal-pro h2{width:100%;text-align:center;font-size:18px;text-transform:uppercase;line-height:45px;background:#fff;margin-bottom:0;}
.reveal-modal-pro h3{width:100%;font-size:16px;text-transform:uppercase;line-height:45px;font-weight:bold;background:#e4e4e4;padding-left:15px;margin-bottom:0;}
.reveal-modal-pro ul,.reveal-modal-pro ul li{list-style:none;padding:0;margin:0;}
.reveal-modal-pro .mb-pro-nav>li{border-top:1px solid #fff;border-bottom:1px solid #ddd;font-size:14px;line-height:1.2;text-transform:capitalize;position:relative;}
.reveal-modal-pro .mb-pro-nav>li>a{padding-left:20px;}
.reveal-modal-pro .mb-pro-nav>li a{display:block;padding-top:12px;padding-bottom:12px;padding-right:20px;}
.reveal-modal-pro .mb-pro-nav>li ul{display:none;}
.reveal-modal-pro .mb-pro-nav .hasul>a:after{content:'\f107';font-family:fontawesome;color:#999;font-size:18px;position:absolute;width:12px;height:18px;line-height:18px;text-align:center;right:10px;top:13px;font-weight:400;}
.reveal-modal-pro .mb-pro-nav>li.active>a{font-weight:bold;background:#eee;}
.reveal-modal-pro .mb-pro-nav>li.active{background:#eee;border-bottom:3px solid #dadada;}
.reveal-modal-pro .mb-pro-nav>li ul li{border-top:1px dotted #ccc;font-size:12px;}
.reveal-modal-pro .mb-pro-nav>li ul li a{padding-left:36px;}
.reveal-modal-pro .close-reveal-modal{font-size:30px;line-height:0.5;position:absolute;top:42px;padding: 15px; right:11px;color:#333;text-shadow:0 -1px 1px rbga(0,0,0,.6);font-weight:bold;cursor:pointer;}

@media(max-width:768px) {
    .totop{z-index: 99;bottom: 60px;}
    footer {margin-bottom: 48px; }
    .service-m{display: none;}
}

.side-share .totop{background: #EB5E4D;transition: background-color .3s ease;}
.side-share .totop:hover{background: #d72611;}
.totop-box{height:64px;}








