@media (min-width: 992px) and (max-width: 1024px) {
    .shapely-dropdown {
        right: -10px !important;
        top: -18px !important;
    }
}

.dropdown:after {
    top: -20px;
}

@media (max-width: 991px) {
    .shapely-dropdown {
        border: none;
    }
}

.f-f{display: -webkit-box;display: -webkit-flex;}
  .f-vc{-webkit-box-align:center;-webkit-align-items:center;}/*垂直居中*/
  .f-hc{-webkit-box-pack:center;-webkit-justify-content:center;}/*水平居中*/
  .f-hr{-webkit-box-pack:end;-webkit-justify-content:flex-end;}/*向右靠拢*/
  .f-hl{-webkit-box-pack:start;-webkit-justify-content:flex-start;}/*向左靠拢*/

a {
    color: #000;
    outline: none!important;
}

.outOfSight {
    background: #03514A;
}

#site-navigation li.menu-item:hover,
#site-navigation li.active {
    /* border-bottom: 3px solid #296b62; */
}

.main-navigation .menu li:hover>a {
    color: unset;
}

.contentrow {
    margin: auto;
}

.container-fluid {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
}


/* splash mouse * --------------------------------------- */

.mouse-scroll {
    display: block;
    overflow: hidden;
    /* position: fixed; */
    left: 50%;
    bottom: 50px;
    width: 30px;
    height: 74px;
    z-index: 50;
    animation-name: fadeInDown;
    animation-iteration-count: infinite;
    animation-duration: 1.4s;
    background-image: url("/static/img/scrollmouse.png");
    background-size: contain;
}

.dropdown-menu {
    left: -50% !important;
    text-align: center !important;
    border-radius: 0 !important;
}

ul.dropdown-menu li a:hover,
ul.dropdown-menu li:hover>a,
ul.dropdown-menu li:hover>a,
ul.dropdown-menu li:focus>a {
    background: none;
    color: #23F5E1!important;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #23F5E1;
    text-decoration: none;
    background-color: unset;
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: none;
}


/*下箭头*/

.mouse-scroll .down-arrow {
    width: 40px;
    height: 30px;
    position: relative;
    left: 19px;
    z-index: 2;
    animation-name: fadeInDown;
}

.down-arrow::after {
    display: block;
    content: " ";
    border-width: 0 2px 2px 0;
    border-color: #fff;
    border-style: solid;
    transform: rotate(45deg);
    transform-origin: center;
    position: absolute;
    top: 50%;
    /* margin-top: -10px; */
}


/* Style for our header texts
* --------------------------------------- */

h1 {
    color: #010101;
    padding: 40px 0 0 0;
    margin-bottom: 35px;
    font-weight: 600;
}

.intro p {
    color: #010101;
    padding: 40px 0 0 0;
}


/* section background is white sidemenu  */

#fp-nav.menugray {
    background-color: rgba(0, 0, 0, 0.5);
}

#fp-nav.menugray>ul>li>a>span:nth-child(2) {
    color: #fff;
}

#fp-nav.menugray ul li .fp-tooltip.fp-left {
    color: #fff;
}

#fp-nav.menugray ul li a.active {
    border-bottom: 1px solid #fff;
}

#vtext {
    /*color: #010101;*/
    position: relative;
    display: block;
    /*height: 60px;*/
    /*width: 200px;*/
    /*transform: rotate(-90deg);*/
    /*transform-origin: left top;*/
    /*margin-top: 240px;*/
    /*margin-left: -5px;*/
    height: 298px;
    width: 12px;
    background: url(/static/img/fpnavlineblack.png) no-repeat;
    background-size: contain;
}

#fp-nav.menugray #vtext {
    color: #fff;
    background: url(/static/img/fpnavline.png) no-repeat;
}

#fp-nav.menugray #vtext:before,
#fp-nav.menugray #vtext:after {
    /*background-color: #fff;*/
}


/* #vtext:before {
    left: -50%;
} */
/*#vtext:after {*/
/*    right: -15%;*/
/*}*/
/*#vtext:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 40%;*/
/*    height: 1px;*/
/*    top: 8px;*/
/*    background: #010101;*/
/*}*/

/* Centered texts in each section
* --------------------------------------- */

.section {
    text-align: center;
}

#section0 {
    background: url(../img/home1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    text-align: left;
}


.step {
    /* visibility: hidden; */
    /* display: none; */
}

.container.intro {
    margin: 12% 0 auto;
}

.intro p,
.intro h1 {
    max-height: 200px;
    overflow: hidden;
    transition: max-height .25s;
    font-weight: 600;
}

.news a {}

.news a img {
    width: 90%;
    margin: auto;
    height: 240px;
}

.news p {
    padding: 5% 10%;
    margin-bottom: 0;
    text-align: left;
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
}


/* side menu */

#fp-nav {
    top:80px;
    background: rgba(0, 0, 0, 0.0);
    width: 140px;
    height: 100%;
    left: 0 !important;
    display: block;
    padding-left: 19px;
    padding-top: 30px;
}

#fp-nav ul,
.fp-slidesNav ul {
    width: 100%;
}

#fp-nav ul li,
.fp-slidesNav ul li {
    height: 33px;
    width: 100%;
    margin: 7px 0;
}

#fp-nav ul li a {
    width: auto;
    height: auto;
    padding: 5px 0;
    margin: 5px 0;
    line-height: normal;
}

#fp-nav ul li a.active {
    border-bottom: 1px solid #010101;
}

#fp-nav ul li .fp-tooltip {
    position: relative;
    opacity: 1;
    overflow: initial;
    width: auto;
    left: 0 !important;
    font-size: 1.1rem;
}

#fp-nav ul li a .fp-tooltip {
    display: none;
}


/* side menu current page */

#fp-nav ul li a.active .fp-tooltip {
    display: inline-block;
    color: #010101;
	font-weight: 600;
}

#fp-nav>ul>li>a>span:nth-child(2) {
    display: inline-block;
    width: auto;
    height: auto;
    left: inherit;
    top: inherit;
    background: none;
    color: #010101;
    font-size: 1.1rem;
}

#fp-nav>ul>li>a.active>span:nth-child(2) {
    display: none;
}


/* side munu on hover */

#fp-nav ul li:hover a:not(.active) .fp-tooltip {
    display: inline-block;
    color: #4cb9aa;
    opacity: 1;
    animation: fadeInLeft 0.3s ease-in-out;
}

#fp-nav ul li a:after {
    content: "";
    background-color: #4cb9aa;
    left: 1px;
    width: 0%;
    height: 1px;
    bottom: -2px;
    position: absolute;
}

#fp-nav ul li:hover a:not(.active):after {
    width: 100%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}


/* #fp-nav ul li:hover a:not(.active) {
    border-bottom: 2px solid #4cb9aa;
} */

#fp-nav ul li:hover a:not(.active)>span:nth-child(2) {
    display: none;
}





.split {
    height: 73px;
}



#section0 h1,
#section0 h4,
#section0 h5,
#section0 p {
    color: #fff;
}

#leftline {
    position: relative;
    /* display: block; */
    height: 60px;
    width: 400px;
    color: #fff;
    margin-left: 160px;
}

#leftline:before {
    content: '';
    position: absolute;
    width: 35%;
    height: 1px;
    background: #fff;
    left: -40%;
    top: 20%;
}

.indexbutton {
    background-color: #438F81;
    height: 88px;
    width: 416px;
    padding: 25px 40px;
    border-radius: 0;
    color: #fff;
    margin-top: 20px;
    border: none;
    font-size: 18px;
}

.ani-auto {
    display: none;
    visibility: hidden;
}

#section3 .col-md-6 .row .col-md-6 {
    margin: 20px 0;
}

#section3 .col-md-6 .row img {
    margin-right: 15px;
}

#section5 h1 {
    border: 1px solid #000;
}

.bgimg {
    width: 100%;
    height: 100%;
}

#bgmenu {
    height: 80px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: #008175;
    z-index: 9;
}

#bgmenu ul {
    display: -moz-box;
    display: -webkit-box;
    display: flex;
    height: 100%;
    margin-left: 140px;
}

#bgmenu ul li {
    background: #fff;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    -ms-flex-align: center;
    box-flex: 1;
    display: flex;
    list-style: none;
    color: #333;
    border-right: 1px solid #333;
    width: 100%;
    cursor: pointer;
}

#bgmenu ul li.active {
    background: none;
    color: #fff;
}

#bgmenu ul li.active>div>a {
    color: #fff;
}

#bgmenu ul li.active div {
    margin-left: 10%;
}

#bgmenu ul li div {
    margin: auto;
}

.fp-controlArrow {
    height: 60px;
    width: 110px !important;
	background-color: rgba(0, 0, 0, 0.5);
    background-repeat: no-repeat;
    background-size: inherit;
	background-position: center;
    bottom: 15%;
    top: auto;
    border-style: none;
}

.fp-controlArrow.fp-prev {
    right: 125px !important;
    left: auto;
    background-image: url(../img/arrowL.png);
    border-right-color:#ccc;
    border-right-style:solid;
    border-right-width: 1px;
}

.fp-controlArrow.fp-next {
    right: 15px;
    left: auto;
    background-image: url('../img/arrowR.png');
}


a.logo-wrap {
    width: 16rem;
    height: 4rem;
    position: relative;
}

a.logo-wrap .logo-img {
    height: 100%;
    width: 100%;
    background-image: url("/static/img/logo.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#section0 .indexbutton {
    height: 72px;
    width: 272px;
}

@media all and (max-width: 991px) {
    .main-navigation .menu li a {
        font-size: 1rem;
        line-height: 1.2rem;
        padding: .5rem 0;
    }
    #site-navigation .module.left {
        margin-left: unset!important;
        padding: 0 1rem;
    }
    .container-fluid {
        display: block;
    }
    #fp-nav {
        display: none;
        top: 83px;
    }
    .container.intro {
        padding-left: 25px;
        margin: -40% 0 auto;
    }
    #bgmenu ul {
        margin-left: 0px !important;
    }
    .indexbutton {
        height: 40px;
        padding: 5px 20px;
        width: unset;
    }
    .container {
        padding-left: 0;
    }
    .news p {
        padding: 5% 10%;
        margin-bottom: 0;
        white-space: normal;
        overflow: auto;
        text-overflow: unset;
        font-size: unset;
    }
    .mobile-toggle_icon span {
        background-color: #fff;
    }
    #site-navigation .menu li {
        text-align: center;
        border-bottom: none !important;
    }
    #site-navigation .nav-open {
        background: #03514A;
    }
    #site-navigation.nav-bar {
        padding-left: unset;
    }
    #site-navigation .menu li a {
        color: #fff !important;
    }
    .intro p,
    .intro h1 {
        font-size: 26px !important;
    }
    .mouse-scroll {
        width: 15px;
        height: 37px;
        background-image: url("/static/img/m/mousescroll.png");
        background-repeat: no-repeat;
    }
    a.logo-wrap {
        width: 6rem;
        height: 3.2rem;
    }
    a.logo-wrap .logo-img {
        background-image: url("/static/img/m/logo.png");
    }
    #section0 {
        background: url(../img/m/home.png) no-repeat;
        background-size: cover;
        background-position: center center;
    }
    #section0 .indexbutton {
        width: unset;
        height: 34px;
        font-size: 11px;
    }
    .intro {
        padding-left: 20px;
    }
    #leftline {
        margin-left: 65px;
        font-size: 23px !important;
    }
    #leftline:before {
        width: 50px;
        left: -55px;
        top: 24%;
    }
    .module.right,
    .module-group.right {
        flex: unset !important;
    }
}

#site-navigation .module.left {
    flex:1;
}
#site-navigation .module.right,
#site-navigation .module-group.right {
    flex: 2;
}

@media (min-width: 768px) {

    .container {
        width: unset !important;
        padding-left: 140px;
    }
}

.footer span {
    margin-left: 20px;
    font-size: 12px;
}

.tab-content>.active {
    display: flex;
    flex-direction: column;
}

.form-group {
    padding: 0px;
    margin: 0 auto;
    width: 100%;
}

.form-control {
    border: none;
    height: 5rem;
    font-size: 24px;
}

.input-group {
    height: 5rem;
    display: block;
    color: #666666;
    outline: none !important;
    max-width: 100%;
    margin: auto;
}

#enterprise .input-group {
    width: unset;
}

.form-control:focus {
    box-shadow: none;
}

#section6 li.active {
    background: #1C2823;
}

.nav-pills>li>a {
    border-radius: 0;
    background: #E2E2E2;
    color: #1c2823;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #1c2823;
}

p {
    /*letter-spacing: 1px;*/
    padding-left: 5px;
    padding-right: 5px;
}

.textpanel {
    background-size: contain;
    height: 100%;
    width: 100%;
    display: flex;
}

.textpanel * {
    color: #fff;
}

.textpanel h1 {
    font-size: 4rem !important;
    border: none !important;
}

.textpanel span {
    font-size: 3rem;
    margin-left: 1rem;
}

.textpanel .border {
    padding: 3rem;
    border: 4px solid #fff;
    min-width: 310px;
    margin-top: 30%;
    /* flex: 1; */
    display: table;
}

.border h1 {
    font-weight: 900;
}

.leftpanel {
    justify-content: flex-end;
}

.leftpanel div {
    margin-right: 10%;
}

.centerpanel {
    justify-content: center;
}

.centerpanel div {}

.rightpanel {
    justify-content: flex-start;
}

.rightpanel div {
    margin: 33% auto auto;
    margin-left: 10%;
}

.sline {
    background: url("/static/img/line.png") no-repeat;
    height: 1px;
    height: 0.05rem;
    width: 20%;
    position: absolute;
    top: 50%;
    z-index: 5;
}

.leftline {
    left: -22%;
}

.rightline {
    right: -21%;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #333;
    font-size: 18px;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #333;
    font-size: 16px;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #333;
    font-size: 16px;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #333;
    font-size: 16px;
}