﻿
/* 下拉菜单 */
a:hover {
    color: #fe0000;
}
.mainmenu {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background:rgba(0, 0, 0, 0.7);
    width: 100%;
    z-index: 999999;
    overflow: hidden;
}

.menu-box {
    width: 100%;
    height: 100%;
    max-width: 300px;
    padding-right: 30px;
    margin-left:auto;
    overflow-y: overlay;
    background: #202020;
    position: relative;
    margin-right: -30px;
}

.mlogo{
    margin:30px;
}
.mlogo img{
    height:60px;
}

.mobile-nav-off {
    position: absolute;
    right: 40px;
    top: 10px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}



.menu-list {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.menu-list > li {
    position: relative;
    padding: 10px 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    cursor: pointer;
    font-size: 12px;
    text-transform: capitalize;
}


.menu-list li a {
    font-weight: 400;
    color: #FFF;
    display: block;
}

.menu-list>li {
    
}

.menu-list>li h2 {
    font-size: 16px;
    line-height: 2;
}

.menu-list>li h2::after {
    position: absolute;
    top: 50%;
    right: 0;
    content: "\e61f";
    font-family:"iconfont";
    font-size: 12px;
    width:24px;
    height:24px;
    text-align: center;
    line-height: 24px;
    margin-top:-12px;
    color: #FFF;
    background: rgba(255, 255, 255, 0.10);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transform: rotate(180deg);
}

.menu-list>li h2.down::after{
    transform: rotate(0deg);
    background: #FFF;
    color: #202020;
}

.menu-list .sub li {
    font-size: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.menu-list .sub li h3 {
    line-height: 3;
    font-size: inherit;
    padding:0 20px;
}

.menu-list .sub li h4 {
    font-size: 12px;
}

.menu-list .sub {
    display: none;
    margin-top: 10px;
}

.menu-list .sub li:last-child {
    padding-bottom: 0;
}

@media only screen and (max-width: 1024px) {
    .menu-list li.navitem:first-child ul.sub li:nth-child(2) {
        display:none;
    }
}
.auto-container {
    position: static;
    max-width: 1170px;
    padding: 0px 15px;
    margin: 0 auto;
}

.small-container {
    max-width: 680px;
    margin: 0 auto;
}

.boxed_wrapper {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    min-width: 300px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin: 0px;
}

.roc {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.rob {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tc {
    text-align: center;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.cici {
    overflow: hidden;
}

.cici img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}


.cl1 {
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.cl2 {
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.cl3 {
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.cl4 {
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.cl5 {
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.ts5 {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}


.container {
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}

.view-md {
    display: none;
}

a {
    text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

a:hover {
    text-decoration: none;
    outline: none;
}

input,
button,
select,
textarea {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #555;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

input {
    transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
    transition: all 500ms ease;
}

p {
    position: relative;
    line-height: 1.5;
    font-family: 'Microsoft Yahei', 'Open Sans', sans-serif;
    /*font-weight: 300;*/
    color: #555555;
    margin: 0px;
    transition: all 500ms ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-size: 16px;
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    color: #222222;
    margin: 0px;
    transition: all 500ms ease;
}

/* Preloader */

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.png);
}

.preloader-close {
    position: fixed;
    z-index: 999999;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    right: 0;
    bottom: 0;
    font-weight: 600;
}

.preloader.style-two .preloader-close {}

.loader-wrap {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

.loader-wrap .layer-one {
    position: absolute;
    left: 0%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer-two {
    position: absolute;
    left: 33.3333%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer-three {
    position: absolute;
    left: 66.6666%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #222;
}


.centred {
    text-align: center;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}


figure {
    margin: 0px;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
    transition-property: all;
}

/** button **/

.theme-btn-one {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Cabin', sans-serif;
    font-weight: 600;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 2px;
    padding: 11.5px 28px;
    z-index: 1;
}

.theme-btn-one:hover {}

.theme-btn-one i {
    position: relative;
    font-size: 16px;
}

.theme-btn-one:hover:after {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.theme-btn-one:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.theme-btn-one:hover:after {
    opacity: 1;
}

.theme-btn-two {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Cabin', sans-serif;
    font-weight: 600;
    color: #fff !important;
    text-align: center;
    border-radius: 2px;
    padding: 14.5px 36px;
    z-index: 1;
}

.theme-btn-two i {
    position: relative;
    margin-left: 10px;
    font-size: 16px;
}

.theme-btn-two:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.theme-btn-two:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #162e40;
    border-radius: 2px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.theme-btn-two:hover:after {
    opacity: 1;
}



.pagination {
    position: relative;
    display: block;
}

.pagination li {
    display: inline-block;
    margin: 0px 3px;
}

.pagination li a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border: 1px solid #e4e4e4;
    text-align: center;
    color: #555555;
    background: transparent;
    z-index: 1;
    transition: all 500ms ease;
}

.pagination li a:hover,
.pagination li a.active {
    color: #fff;
    background: #2d5883;
    border-color: #2d5883;
}

.sec-pad {
    padding: 120px 0px !important;
}

.sec-pad-2 {
    padding: 110px 0px !important;
}

.scroll-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    bottom: 105%;
    right: 15px;
    font-size: 24px;
    z-index: 99;
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    z-index: 1;
    transition: 1s ease;
}

.scroll-top:hover {
    background: #0c2136 !important;
}

.scroll-top.open {
    bottom: 50px;
}

.sec-title {
    position: relative;
    display: block;
    margin-bottom: 27px;
    padding-bottom: 24px;
}

.sec-title.centred {
    text-align: center;
    padding-bottom: 34px;
}

.sec-title:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 3px;
    left: 0px;
    bottom: 0px;
}

.sec-title.centred:before {
    left: 50%;
    transform: translateX(-50%);
    margin-left: -8px;
}

.sec-title .dotted-box .dotted {
    position: absolute;
    left: 43px;
    width: 3px;
    height: 3px;
    bottom: 0px;
}

.sec-title .dotted-box .dotted:nth-child(2) {
    left: 49px;
}

.sec-title .dotted-box .dotted:last-child {
    left: 55px;
}

.sec-title.centred .dotted-box .dotted {
    left: 50%;
    margin-left: 15px;
}

.sec-title.centred .dotted-box .dotted:nth-child(2) {
    left: 50%;
    margin-left: 21px;
}

.sec-title.centred .dotted-box .dotted:last-child {
    left: 50%;
    margin-left: 27px;
}

.sec-title p {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 20px;
    color: #777777;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 57px;
    font-weight: 700;
}

.sec-title.light p,
.sec-title.light h2 {
    color: #fff
}




/*** 

====================================================================
                        Home-Page-One
====================================================================

***/


/** main-header **/

.main-header {
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
    position: sticky;
    background-color:#FFF;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    left: 0px;
    top: 0px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    width: 100%;
    z-index: 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/** header-top **/

.main-header .header-top {
    position: relative;
    display: block;
    background: #162e40;
    padding: 15.5px 100px;
}

.main-header .header-top .top-left ul li {
    position: relative;
    display: inline-block;
    color: #fff;
    margin-right: 40px;
}

.main-header .header-top .top-left ul li:last-child {
    margin-right: 0px;
}

.main-header .header-top .top-left ul li a {
    color: #fff;
}

.main-header .header-top .top-left ul li a:hover {}

.main-header .header-top .top-left ul li i {
    margin-right: 10px;
    font-size: 18px;
}

.main-header .header-top .top-left ul li:before {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.2);
    width: 1px;
    height: 20px;
    top: 6px;
    right: -20px;
}

.main-header .header-top .top-left ul li:last-child:before {
    display: none;
}

.main-header .header-top .top-right .social-links li {
    position: relative;
    display: inline-block;
    margin-right: 25px;
}

.main-header .header-top .top-right .social-links li:last-child {
    margin-right: 0px;
}

.main-header .header-top .top-right .social-links li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #fff;
}

.main-header .header-top .top-right .social-links li a:hover {}


/** header-upper **/

.main-header .header-upper {
    position: relative;
    display: block;
    width: 100%;
}

.main-header.style-one .header-upper .outer-container {
    background: #fff;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.main-header.style-one .header-upper .logo-box {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 75px;
}

.main-header.style-one .header-upper .upper-left {
    position: relative;
    padding: 14px 0px;
}

.main-header.style-one .header-upper .upper-left .btn-box {
    position: relative;
    display: inline-block;
    float: left;
    padding: 1px 0px;
}

.main-header.style-one .header-upper .menu-right-content .support-box {
    position: relative;
    display: inline-block;
    float: left;
    padding: 21px 55px 25px 105px;
}

.main-header.style-one .header-upper .menu-right-content .support-box i {
    position: absolute;
    left: 35px;
    top: 25px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}

.main-header.style-one .header-upper .menu-right-content .support-box p {
    color: #fff;
    font-weight: 400;
    margin-bottom: 0px;
}

.main-header.style-one .header-upper .menu-right-content .support-box h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    margin: 0px;
}

.main-header.style-one .header-upper .menu-right-content .support-box h3 a {
    display: inline-block;
    color: #fff;
}

.main-header.style-one .header-upper .menu-right-content .support-box h3 a:hover {
    text-decoration: underline;
}




/** main-menu **/

.main-menu {
    float: left;
    margin-right: 30px;
}

.main-menu .navbar-collapse {
    padding: 0px;
    display: block !important;
}

.main-menu .navigation {
    margin: 0px;
}

.main-menu .navigation>li {
    position: inherit;
    float: left;
    z-index: 2;
    padding: 42px 0px 36px 0px;
    margin: 0px 18px;
    /*-webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;*/
}

.main-menu .navigation>li:last-child {
    margin-right: 0px !important;
}

.main-menu .navigation>li:first-child {
    margin-left: 0px !important;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    opacity: 1;
    font-family: 'Cabin', sans-serif;
    color: #000;
    z-index: 1;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu .navigation>li.dropdown>a:after {
    position: absolute;
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 15px;
    color: #9393a1;
    top: 0px;
    right: 0px;
    display: none;
    transition: all 500ms ease;
}

.main-menu .navigation>li.dropdown.current>a:after,
.main-menu .navigation>li.dropdown:hover>a:after {}

.main-menu .navigation>li.current>a,
.main-menu .navigation>li:hover>a {}

.main-menu .navigation>li>ul,
.main-menu .navigation>li>.megamenu {
    position: absolute;
    left: inherit;
    top: 100%;
    width: 250px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0px;
    background-color: #FBFBFB;
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    padding: 0px 30px;
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none;
}

/*.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > .megamenu li > a{
  position:relative;
  display:block;
  padding:14px 0px;
  line-height:24px;
  font-weight:400;
  font-family: 'Cabin', sans-serif;
  font-size:16px;
  text-transform:capitalize;
  color:#222;
  border-bottom: 1px solid #e3e3e3;
  text-align: left;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}


.main-menu .navigation > li > ul > li.dropdown > a:after{
  font-family: 'Font Awesome 5 Free';
  content: "\f105";
  position:absolute;
  right:20px;
  top:14px;
  display:block;
  line-height:24px;
  font-size:16px;
  font-weight:800;
  text-align:center;
  z-index:5;  
}*/

.main-menu .navigation>li.dropdown:hover>ul,
.main-menu .navigation>li.dropdown:hover>.megamenu {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: -32px;
    top: 66px;
    width: 34px;
    height: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    color: #3b3b3b;
    cursor: pointer;
    display: none;
    z-index: 5;
    transition: all 500ms ease;
}

.main-menu .navigation li.current.dropdown .dropdown-btn,
.main-menu .navigation li:hover .dropdown-btn {}

.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn {
    display: none;
}

.menu-area .mobile-nav-on {
    position: absolute;
    font-size: 30px;
    line-height: 50px;
    cursor: pointer;
    color: #4a4a4a;
    display: none;
    right: 20px;
    top: 50%;
    margin-top: -25px;
}

.menu-area .mobile-nav-on .icon-bar {
    position: relative;
    height: 2px;
    width: 30px;
    display: block;
    margin-bottom: 5px;
    background-color: #3b3b3b;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.menu-area .mobile-nav-on .icon-bar:last-child {
    margin-bottom: 0px;
}



/** megamenu-style **/

.main-menu .navigation>li.dropdown>.megamenu {
    position: absolute;
    width: 100%;
    padding: 30px 50px;
    left: 0px;
}

.main-menu .navigation li.dropdown .megamenu li h4 {
    font-weight: 500;
    padding: 3px 0px;
}


/** mobile-menu **/

.nav-outer .mobile-nav-on {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #3786ff;
    display: none;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu .navbar-collapse {
    display: block !important;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left;
}

.mobile-menu .nav-logo img {
    height: 60px;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #000;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.70;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #202020;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 25px;
    top: 10px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li ul li>a {
    font-size: 16px;
    margin-left: 20px;
    text-transform: capitalize;
}

.mobile-menu .navigation li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    border-left: 5px solid #fff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.current>a:before {
    height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.10);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    background: #fff;
    color: #3b3b3b;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul,
.mobile-menu .navigation>li.dropdown>.megamenu {
    display: none;
}

.mobile-menu .social-links {
    position: relative;
    padding: 30px 25px;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 10px 10px;
}

.mobile-menu .social-links li a {
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .social-links li a:hover {}

/*涓嬫媺鑿滃崟*/
.megamenu .container {
    align-items: center;
}

.menu-left h2 {
    font-size: 30px;
    margin-bottom: 15px;
}

.menu-left h3 {
    font-size: 18px;
}

.menu-left p {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
}

.megamenu .container {
    padding: 0 10%;
}

.menu-left,
.menu-right {
    width: 50%;
}

.menu-left ul {
    margin-top: 15px;
}

.menu-left ul.row li {
    width: 140px;
    height: 37px;
    line-height: 37px;
    font-size: 14px;
    margin-right: 30px;
    background: #DADADA;
    color: #000;
    text-align: center;
    transition: all 0.5s ease;
    margin-bottom: 10px;
}

.menu-left ul.row li a {
    color: #000;
    transition: all 0.5s ease;
}

    .menu-left ul.row li:hover {
        background: #fe0000;
    }

.menu-left ul.row li:hover a {
    color: #fff;
}


div#mCSB_1_container {
    top: 0px !important;
}

.mobile-menu .contact-info {
    position: relative;
    padding: 80px 30px 20px 30px;
}

.mobile-menu .contact-info h4 {
    position: relative;
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
    position: relative;
    display: block;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.80);
    margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a {
    color: rgba(255, 255, 255, 0.80);
}

.mobile-menu .contact-info ul li a:hover {}

.mobile-menu .contact-info ul li:last-child {
    margin-bottom: 0px;
}


/** search pop-up style **/

.main-header.style-one .search-box-outer {
    position: relative;
    float: left;
    padding: 37.5px 0px 0 0;
}

.main-header.style-one .search-box-outer .search-toggler {
    position: relative;
    font-size: 22px;
    color: #000;
    padding: 5px 10px;
    font-weight: 400;
    background: transparent;
    cursor: pointer;
    display: inline-block;
    transition: all 500ms ease;
}

.main-header .search-box-outer .search-toggler:hover {
    color: #439FF8
}

.search-popup {
    position: fixed;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    background: rgba(0, 0, 0, 0.9);
    -webkit-transform: translateY(101%);
    -ms-transform: translateY(101%);
    transform: translateY(101%);
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
}

.search-popup.popup-visible {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible;
    opacity: 1;
}

.search-popup .overlay-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
}

.search-popup .close-search {
    position: absolute;
    right: 25px;
    top: 25px;
    font-size: 22px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    transition: all 500ms ease;
}

.search-popup .search-form {
    position: relative;
    padding: 0px 15px 0px;
    max-width: 1024px;
    margin: 0 auto;
    margin-top: 25%;
    margin-bottom: 100px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.search-popup .search-form fieldset {
    position: relative;
    border-radius: 12px;
}

.search-popup .search-form fieldset input[type="search"] {
    position: relative;
    height: 70px;
    padding: 20px 250px 20px 30px;
    background: #ffffff;
    line-height: 30px;
    font-size: 24px;
    color: #233145;
    border-radius: 7px;
}

.search-popup .search-form fieldset input[type="submit"] {
    position: absolute;
    display: block;
    right: 0px;
    top: 0px;
    text-align: center;
    width: 220px;
    height: 70px;
    padding: 20px 10px 20px 10px;
    color: #ffffff !important;
    line-height: 30px;
    font-size: 20px;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 0px 7px 7px 0px;
    background: #439FF8;
}

.search-popup .search-form fieldset input[type="submit"]:hover {
    transform: translateY(0px);
}

.search-popup h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-align: center;
}

.search-popup .recent-searches {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}

.search-popup .recent-searches li {
    display: inline-block;
    margin: 0px 10px 10px 0px;
}

.search-popup .recent-searches li a {
    display: block;
    line-height: 24px;
    border: 1px solid #ffffff;
    padding: 7px 15px;
    color: #ffffff;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.search-popup .recent-searches li a:hover {}

.sticky-header .main-menu .navigation>li {
    padding: 0px !important;
    margin: 0px !important;
}

.sticky-header .main-menu .navigation>li>a {
    padding: 20px 20px;
    /*color: #fff !important;*/
}

.sticky-header .main-menu .navigation>li.current>a,
.sticky-header .main-menu .navigation>li:hover>a {}

.sticky-header .logo-box .logo {
    position: relative;
    padding: 5px 0px 5px 0 !important;
}

.sticky-header .logo-box .logo img {
    max-height: 60px;
}

.banner .swiper-container .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #2D9AFF;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
    /*background: none;*/
    margin-top: 0;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);

    -webkit-transform: translateY(-50%);
    opacity: 1 !important;
    font-size: 20px;
}


/*video*/
.video1 {
    margin: 60px auto 0;
}

.i_w1_right {
    display: inline-block;
    width: 62%;
    box-sizing: border-box;
    vertical-align: top;
    cursor: pointer;
}

.i_w1_right .i_video {
    position: relative;
    height: 100%;
}

.i_video img,
.i_video video {
    width: 100%;
}

.i_video img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    z-index: 2;
}

.i_video h6 {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    background: url(../images/play.png)no-repeat center;
    -webkit-transform: translateX(-50%) translateY(-50%);
    text-align: center;
    z-index: 6;
}

.i_video.ac div {
    opacity: 0;
}

.i_video h6 span {
    display: inline-block;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);

    -webkit-transform: translateX(-50%) translateY(-50%);
    color: #e50001;
    line-height: 54px;

}

.i_video h6 span:before {
    width: 12px;
    display: inline-block
}

#playVideo,
#videoiFrame {
    width: 100%;
    height: 100%;
}

/*shares*/
.shares {
    width: 35.75%;
    box-sizing: border-box;
    border-top: none;
    height: 100%;
}

.shares-title {
    height: 100px;
    background: #00AACA;
}

.shares-title h3 {
    font-size: 30px;
    line-height: 100px;
    font-weight: bolder;
    color: #fff;
    padding-left: 30px;
}

.shares-title .tr {
    padding: 30px 15px 0 0;
}

.shares-title .tr p {
    color: #fff;
    font-size: 30px;
}

.shares-title .tr p:last-child {
    font-size: 14px;
}

.hq_con {
    width: 100%;
    border: 1px solid #DADADA;
    padding: 30px 0;
}

.hq_img {
    margin: 15px 0;
}

.hq_img img {
    width: 100%;
}

.hq_txt {
    margin-top: 25px;
}

.hq_txt a {
    background: #d5e7f6;
    font-size: 14px;
    padding: 5px 0;
    width: 23%;
    box-sizing: border-box;
    border-right: 1px solid #fff;
    text-align: center;
    color: #666666;
    text-decoration: none;
}

.hq_txt a.cur {
    font-size: 14px;
    background-color: #00AACA;
    color: #FFF;
    /*margin-left: 15px;*/
}

/*鏁板瓧鍔ㄧ敾*/
.product-number-info {
    background: url(../images/num.png)no-repeat center;
    position: relative;
    padding: 50px 0 60px 0;
}

.product-number-info ul {
    overflow: hidden;
}

.product-number-info h3 {
    color: #fff;
    margin-bottom: 40px;
    font-size: 30px;
}

.q {
    zoom: 1;
}

.product-number-info li {
    float: left;
    width: 16.5%;
    /*height: 74px;*/
    color: #fff;
    padding-top: 1px;
    box-sizing: border-box;
}

.product-number-info li:first-child {
    border: none;
}

.product-number-info li b {
    width: 100%;
    font-size: 30px;
    line-height: 1;
    display: inline-block;
    position: relative;
    font-weight: bold;
    text-align: center;
}

.product-number-info li p {
    font-size: 14px;
    text-align: center;
    font-size: 16px;
    margin-top: 5px;
    font-weight: lighter;
    color: #fff;
    padding: 0 10px;
    line-height: 20px;
}

.product-number-info li b i {
    font-weight: lighter;
    font-style: normal;
    color: #fff;
    font-size: 55px;
    font-family: 'Impact';
}

.product-number-info li b sup {
    position: absolute;
    font-size: 10px;
    right: -6px;
    top: 2px;
}


.product-number-info li b em {
    font-style: normal;
    font-size: 18px;
    font-weight: normal;
    /*padding-left: 2px;*/
    position: relative;
    top: -4px;
    left: -5px;
}


/*indexnews*/
.index_wrap4 {
    padding: 60px 0;
}

.index_wrap4 .index_tit {
    margin-bottom: 35px
}


.index_wrap7 .jdgclist li {
    background: #e5e5e5
}

.i_w4_left {
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    padding-right: 0;
    position: relative;
    padding-left: 1%;
}

.i_w4_left a {
    display: block;
    font-size: 0
}

.i_w4_left .mtimg {
    display: inline-block;
    width: 48.8%;
    vertical-align: middle;
    overflow: hidden;
    text-align: center;
}

.i_w4_left a:hover h2 {
    color: #44A0F8
}

/*淇敼鐗堟柊闂�*/
.i_w4_left .swiper-button-next,
.i_w4_left .swiper-button-prev {
    content: '';
    width: 31px;
    height: 42px;
}

.i_w4_left .swiper-button-next {
    background: url(../images/nr.jpg) no-repeat center;
    right: -40px;
}

.i_w4_left .swiper-button-prev {
    background: url(../images/nl.jpg) no-repeat center;
}

.mtimg img {
    width: 100%;
    max-height: 200px;
}

/*.i_w4_left:hover img {
    transform: scale(1.125);
    -ms-transform: scale(1.125);

    -webkit-transform: scale(1.125);
}*/

.logolist .swiper-slide:hover {
    border-color: #d50110;
}

.i_mtinner {
    display: inline-block;
    width: 50.2%;
    box-sizing: border-box;
    padding-left: 30px;
    vertical-align: middle;
    padding-right: 20px;
}

.i_mtinner h2 {
    color: #333333;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 26px;
}

.i_mtinner p {
    color: #898989;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    font-family: 'Microsoft Yahei'
}

.i_w4_right {
    display: inline-block;
    width: 42%;
    box-sizing: border-box;
    padding-left: 0;
    vertical-align: top
}

.i_w4_right span {
    display: inline-block;
    width: 10%;
    line-height: 39px;
    font-size: 16px;
    color: rgba(102, 102, 102, .8);
    vertical-align: middle
}

.i_w4_right p {
    display: inline-block;
    width: 80%;
    line-height: 39px;
    color: #333333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle
}

.i_w4_right p p {
    width: 80%;
}

.i_w4_right a {
    display: block;
    font-size: 0
}

.i_w4_right li {
    /* border-bottom: 1px dashed #b5b5b5; */
    box-sizing: border-box;
    /*padding: 0 0px 0 80px;*/
    /* opacity: 0;
    transform: translateX(-100%);
    -ms-transform: translateX(-100%);

    -webkit-transform: translateX(-100%); */
}

.i_w4_right li p {
    font-weight: normal;
}

.active .i_w4_right li {
    opacity: 1;
    transform: translateX(0);
    -ms-transform: translateX(0);

    -webkit-transform: translateX(0);
}

.i_w4_right li:hover p {
    color: #44A0F8
}

.i_w4_right li:first-child {
    /* border-top: 1px dashed #b5b5b5; */
    line-height: 45px
}

.tabPanel .panes .pane {
    display: none;
    min-height: 200px;
}

.index_tit ul {
    float: right;
}

.index_tit ul li {
    display: inline-block;
    width: 135px;
    height: 40px;
    background: #D9D9D9;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    border-radius: 30px;
    cursor: pointer;
}

.index_tit ul li.hit {
    background: #44A0F8;
}

.index_tit ul li:hover {
    background: #44A0F8;
}

.index_tit ul li a {
    color: #fff;
}

.newsmore {
    width: 200px;
    height: 50px;
    position: relative;
    border: 1px solid #ccc;
    margin: 30px auto 0 auto;
    text-align: center;
    line-height: 50px;
}

.newsmore img {
    position: absolute;
    top: 10px;
    right: 15px;
}

.i_w4_btn>div {
    font-size: 0;
    margin-top: 0;
    height: 0;
    overflow: hidden;

}

.i_w4_btn>div:nth-child(3) .swiper-container {
    /* width: 1720px; */
    margin: 0 auto
}

.i_w4_btn>div .jdgclist {
    margin-top: 0
}

.i_w4_btn>div.ac {
    height: auto;
    margin-top: 105px
}

.i_w4_btn>div>a {
    display: block;
    width: 170px;
    height: 38px;
    border-radius: 38px;
    border: 1px solid rgba(141, 141, 141, .3);
    text-align: center;
    line-height: 38px;
    color: #282828;
    margin-top: 65px;
    overflow: hidden;
    position: relative;
    margin: 30px auto 0
}



.i_w4_btn p {
    position: relative;
    z-index: 2;
    line-height: 38px;
    color: #000;
    font-weight: normal;
    font-family: 'Microsoft Yahei';
}

.i_w4_btn>div>a img {
    position: absolute;
    top: 50%;
    left: 87%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);

    -webkit-transform: translateY(-50%);
    z-index: 2;
}

.i_w4_btn>div>a:hover {
    background: #439FF8;
    border: 1px solid #439FF8;
}

.i_w4_btn>div>a:hover p {
    color: #fff;
}

.i_w4_btn>div>a img:nth-child(3) {
    opacity: 0;
}

.i_w4_btn>div>a:hover img:nth-child(2) {
    opacity: 0;
}

.i_w4_btn>div>a:hover img:nth-child(3) {
    opacity: 1;
}
.maptitle {
    width: 50%;
    left: 10%;
    position: absolute;
    top: 65px;
}

.maptitle h2 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
    width: 100%;
}

.maptitle h3 {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    width: 100%;
}

.map {
    position: relative;
    width: 100%;
    height: 916px;
    background: url(../images/fclb.png)no-repeat center;
}

.map ul li.active {
    z-index: 999;
}

.map ul li.active .mapinfo {
    display: block;
}

.mapinfo {
    display: none;
    width: 370px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    left: 40px;
    top: -200px;
    z-index: 100;
}

.mapinfo img {
    margin: 30px auto;
    width: 308px;
    height: 176px;
}

.mapinfo .mapinfo-de {
    background: #00AAC9;
    color: #fff;
    line-height: 24px;
    font-size: 14px;
    padding: 10px 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.mapinfo .mapinfo-de p {
    color: #fff;
    text-align: center;
    line-height: 24px;
}

.map ul li {
    position: absolute;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 10;
}

.map ul li .outor {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 60%;
    top: 40%;
    cursor: pointer;
    animation-name: bubble;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    opacity: 1;
    border-radius: 50%;
    background-color: #D92727;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.map ul li:nth-child(1) {
    left: 60.5%;
    top: 35%;
}

.map ul li:nth-child(2) {
    left: 63%;
    top: 36%;
}

.map ul li:nth-child(3) {
    left: 58.8%;
    top: 56.8%;
}

.map ul li:nth-child(4) {
    left: 40.5%;
    top: 57.8%;
}

.map ul li:nth-child(5) {
    left: 53%;
    top: 79%;
}

.map ul li:nth-child(6) {
    left: 51.2%;
    top: 58%;
}

.map ul li:nth-child(7) {
    left: 65.4%;
    top: 31.5%;
}


.map ul li:nth-child(4) .mapinfo {
    left: -392px;
    top: -224px;
    z-index: 100;
}

.map ul li:nth-child(5) .mapinfo {
    top: -315px;
}

.map ul li:nth-child(7) .mapinfo {
    top: 40px;
    left: 0px;
}


@keyframes bubble {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: .2
    }

    25% {
        opacity: .4;
        transform: translate(-50%, -50%) scale(1.8)
    }

    100%,
    50% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(2)
    }
}

/*partener*/
.partener {
    padding: 60px 0;
}

.logolist {
    margin-top: 45px;
}

.logolist .swiper-slide {
    box-sizing: border-box;
    border: 1px solid #cdcdcd;
    text-align: center;
}

.logolist .swiper-slide:hover {
    border-color: #439FF7;
}

.logolist .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.logobtn {
    text-align: center;
    font-size: 0;
    /* margin-top: 20px; */
    margin-top: 40px
}

.common-inner .swiper-button-next,
.common-inner .swiper-button-prev {
    background: none;
}

.logobtn>div {
    position: static;
    display: inline-block;
    width: 36px;
    height: 36px;
    border: 1px solid #cdcdcd;
    transform: translateY(0);
    -ms-transform: translateY(0);

    -webkit-transform: translateY(0);
    margin: 0 10px
}

.logobtn>div h6 {
    line-height: 36px;
    transition: all 0.3s ease;
}

.logobtn>div:hover {
    background: #439FF7;
    color: #fff;
}

.logobtn>div:hover h6 {
    color: #fff;
}

/*搴曢儴 footer*/
.footer {
    background: url(../images/foot.jpg) repeat;
    position: relative;
    z-index: 4;
}

.footer_top {
    padding: 60px 0 30px;
}

.footer_top dl {
    float: left;
    width: 10%;
}

.footer_top dl.right {
    float: right;
    width: 18%;
}

.footer_top dl dt {
    font-size: 17px;
    color: #fff;
    margin-bottom: 30px;
}

.footer_top dl dt a {
    color: #fff;
}

.footer_top dl dt a:hover {
    font-weight: bold;
}

.footer_top dl dd {
    font-size: 14px;
    color: #B8B8B8;
    line-height: 30px;
}

.footer_top dl dd a {
    color: #B8B8B8
}

.footer_top dl dd a:hover {
    color: #fff
}

.footer_top dl.dl07 {
    text-align: center;
}

.footer_top dl.dl07 dt {
    cursor: pointer;
}

.footer_top dl.dl07 dt span {
    display: inline-block;
    vertical-align: 0;
}

.footer_top dl.dl07 dt i {
    display: inline-block;
    vertical-align: 0;
}

.footer_top dl.dl07 dd {
    margin-bottom: 15px;
}

.footer_top .share_box .share_tit {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-bottom: 15px;
}

.footer_top .share_box p {
    color: #B8B8B8;
    margin-top: 10px;
}

.footer_top .ser_tit {
    font-size: 14px;
    color: #666;
}

.footer_top .ser_tel {
    font-size: 24px;
    color: #00a1e9;
}

.footer_top select {
    width: 80%;
    height: 36px;
    line-height: 36px;
    margin-bottom: 20px;
    text-indent: 10px;
}

#hide-foot {
    display: none;
}

#hide-foot {
    width: 100%;
    background: none;
    color: #fff;
    padding: 0px;
}

#hide-foot .conta .inner-box {
    width: 100%;
}

#hide-foot .accordion-box .block .acc-btn {
    background: url(../images/foot.jpg) repeat;
    text-align: center;
    border-bottom: 1px solid #464646;
    padding: 10px 0
}

#hide-foot .accordion-box .block .acc-btn .icon-outer {
    color: #fff;
}

#hide-foot .accordion-box .block .acc-content {
    padding: 15px 20px;
}

#hide-foot .block {
    margin: 0px;
    background: none;
}

#hide-foot h5 {
    color: #fff;
    font-weight: normal;
}

#hide-foot ul li ul li {
    width: 49%;
    display: inline-block;
    padding: 5px 0;
    text-align: center;
}

#hide-foot ul li ul li a {
    color: #B8B8B8;
}

.icp {
    border-top: 1px solid #464646;
    padding: 20px 15px;
}

.icp p {
    color: #B8B8B8;
}

.icp a {
    color: #B8B8B8;
}

.icp a:hover {
    color: #fff;
}

/*鍐呴〉寮€濮�*/

/*鍐呴〉鍏敤banner*/
.pic {
    position: relative;
    height: 340px;
}

.pic .container {
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translateY(-50%) translateX(-50%);
    text-shadow: 1px 1px 1px #000;
}

.pic h2 {
    font-weight: bold;
    color: #fff;
    font-size: 30px;
    line-height: 54px;
}

.pic h3 {
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    line-height: 28px
}

.pic img {
    width: 100%
}

.pic img:nth-child(2) {
    display: none
}

/*鍐呴〉鍏敤瀵艰埅鏍忔牱寮�*/
.sidebox {
    border-bottom: 1px solid #E9E9E9;
}

.comsider {
    font-size: 16px;
    color: #000;
}

.comsider ul li {
    display: inline-block;
    padding: 15px 20px;
    border-bottom: 2px solid #fff;
    transition: all 0.5s ease;
}

.comsider a {
    color: #000;
}

.crumbs {
    font-size: 14px;
    padding: 18px 0 0 0;
}

.comsider ul a:hover {
    color: #439FF8;
}

.comsider ul a:hover li {
    border-bottom: 2px solid #439FF8;
}

.comsider ul a.active li {
    color: #439FF8;
    border-bottom: 2px solid #439FF8;
}

/*璧拌繘濂ュ厠*/
.company-box {
    padding: 60px 0;
}

.company-box h3 {
    font-size: 30px;
    margin-bottom: 20px;
}

.company-box ul li {
    margin: 20px 0;
}

.company-box ul li .title strong {
    font-size: 24px;
    margin-right: 5px;
}

.company-box ul li .c {
    margin: 20px auto 0;
}

.common-inner .master {
    padding: 60px 0;
    background: #F8F8F8;
}

.common-inner .master h2,
.common-inner .master1 h2 {
    font-size: 27px;
    font-weight: bold;
    color: #3099FF;
    padding: 10px 0;
}

.common-inner .master .i {
    width: 18%;
}

.common-inner .master .p {
    width: 78%;
}

.common-inner .master1 {
    padding: 60px 0;
}

.common-inner .master1 .i {
    width: 18%;
}

.common-inner .master1 .p {
    width: 78%;
}

/*绠€浠嬬粨鏉�*/


/*鍙戝睍鍘嗙▼ 鏂�++ 寮€濮�*/
.history {
    padding: 70px 0;
}

.history h2 {
    font-size: 48px;
    color: #439FF8;
    font-family: 'Impact';
}

.history h3 {
    font-size: 24px;
}

.history em {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #449FF8;
    margin: 19px auto;
    position: relative;
    z-index: 1;
}

.history .inner {
    margin-bottom: 20px;
    cursor: pointer;
}

.history .inner p.title {
    color: #439FF8;
    transition: all 0.5s;
}

.history .inner p {
    font-weight: normal;
}

.history .timeline {
    width: 100%;
    position: absolute;
    height: 13px;
    background: url(../images/line.jpg)no-repeat center right;
    left: 0px;
    top: 110px;
    z-index: 0;
}

.history .swiper-slide {
    position: relative;
}

.history .inner .cimg {
    position: absolute;
    display: none;
    left: 0px;
    top: 0px;
    width: 100%;
    text-align: center;
    z-index: 1;
}

.history .swiper-slide .inner:hover .cimg {
    display: block;
}

.history .swiper-slide .inner:hover p.title {
    font-weight: bold;
}

/*蹇€熷彂灞�*/
.quick {
    padding: 70px 0;
    background: url(../images/fs.jpg)no-repeat center;
}

.quick h3 {
    font-size: 36px;
    color: #fff;
    line-height: 50px;
}

.quick .content {
    margin-top: 40px;
}

/*涓冨ぇ鐩爣*/
.trg.container {
    padding: 70px 0;
}

.trg.container h2 {
    font-size: 48px;
    font-weight: bold;
}

.trg.container h2 span {
    color: #FF0000;
}

.trg.container .box {
    margin-top: 40px;
}

.trg.container ul {
    width: 42%;
}

.trg.container ul li {
    width: 100%;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    box-sizing: border-box;
    margin-bottom: 2%;
    position: relative;
}

.trg.container ul li p {
    display: block;
    padding: 3% 10%;
    font-size: 24px;
    font-weight: bold;
}

.trg.container ul li p span {
    color: #FF0000;
}

.trg.container ul li:before {
    content: '';
    display: block;
    position: absolute;
    width: 60px;
    border-top: 1px solid #E5E5E5;
    left: -60px;
    top: 49%;
}

.trg.container ul li:nth-child(4):before {
    width: 120px;
    left: -120px;
}

.trg.container .xian {
    width: 0px;
    border-right: 1px solid #E5E5E5;
    margin: 20px 60px;
    box-sizing: border-box;
}

.trg.container .selogo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.trg.container .selogo img {
    display: inline;
    vertical-align: middle;
}


/*鏂颁娇鍛�*/
.duty {
    padding: 60px 0 150px;
    background: url(../images/duty.jpg)no-repeat center;
}

.duty h3 {
    font-size: 36px;
    font-weight: normal;
}

.duty em {
    display: block;
    width: 60px;
    border: 1px solid #439FF8;
    height: 0px;
    margin: 15px auto 30px;
}

.duty .content p {
    font-size: 30px;
    line-height: 50px;
}

.duty .content img {
    margin-top: 20px;
    max-width: 950px;
}

/*濂ュ厠鏂囧寲*/
.aoc {
    padding: 70px 0;
}

.aoc h3 {
    font-size: 36px;
    font-weight: normal;
}

.aoc em {
    display: block;
    width: 60px;
    border: 1px solid #439FF8;
    height: 0px;
    margin: 15px 0 30px;
}

.aoc .box {
    padding: 4% 0 3% 4%;
    background-image: linear-gradient(to right, #F4F4F4, #fff);
    position: relative;
}

.aoc .box ul {
    width: 65%;
}

.aoc .box ul li {
    width: 50%;
    margin-bottom: 4%;
}

.aoc .box ul li p:first-child {
    font-size: 18px;
}

.aoc .box ul li:first-child .content p {
    color: #EB0000;
}

.aoc .box ul li .content p {
    font-size: 24px;
    color: #439FF8;
    line-height: 40px;
}

.aoc .box .img {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.respp {
    padding: 60px 0;
}

.basic.core,
.basic {
    padding: 60px 0;
}

.basic.core ul li {
    width: 12%;
    border: 1px solid #ccc;
    padding: .5% 0;
    box-sizing: border-box;
    cursor: pointer;
    margin: 0 1%;
    transition: all 0.5s;
}

.basic.core ul li.hit {
    background: #439FF8;
    color: #fff;
    border: 1px solid #439FF8;
}

.basic.core ul li.hit p {
    color: #fff;
}

.basic.core .panes {
    margin-top: 40px;
    width: 100%;
}

.basic.core .panes p {
    width: 100%;
}

.organization {
    padding: 60px 0;
}

.orgimg {
    margin-top: 40px;
}

.honor {
    padding: 60px 0;
    background: #F6F6F6;
}

.honor .leftbox {
    width: 40%;
}

.honor .rightbox {
    width: 60%;
    padding: 3% 4%;
    box-sizing: border-box;
}

.honor .rightbox h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.honor .rightbox ul li {
    width: 50%;
    display: inline-block;
    padding: 6px 0;
    position: relative;
    padding-left: 15px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.honor .rightbox ul li:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #439FF8;
    border-radius: 50%;
    left: 0px;
    top: 45%;
}

.honor .rightbox ul li a {
    color: #000;
}

.honor .rightbox ul li a:hover {
    color: #439FF8;
}



.newsinside {
    padding: 60px 0 0 0;
}

.news-y {
    padding: 60px 0;
    background: #F5F5F5;
}

.newslist li {
    box-sizing: border-box;
}

.newsbox {
    /*border:1px solid #C1C1C1;*/
    padding: 26px 30px;
    background: #fff;
}

.newslist li a {
    color: #000;
}

.newslist li .time {
    font-size: 14px;
    color: #C0C0C0;
}

.newslist li h4 {
    font-size: 18px;
    line-height: 26px;
}

.newslist li .cici {
    margin: 15px 0;
}

.newslist li p {
    font-size: 14px;
    font-weight: normal;
    color: #7E7E7E;
    line-height: 24px;
}

.newslist li:hover img {
    transform: scale(1.1);
}

.newmore {
    padding: 5px 35px;
    display: inline-block;
    background: #C0C0C0;
    color: #fff;
    margin-top: 15px;
    border-radius: 5px;
    transition: all 0.5s ease;
}

.newslist li:hover .newmore {
    background: #439FF7;
}

.news-x {
    align-items: center;
    margin: 0 auto 70px auto;
}

.newstop,
.newsbot {
    width: 50%;
}

.newstop .swiper-container,
.newstop .swiper-container .swiper-slide {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.newstop .swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    max-height: 400px;
}

.newstop .swiper-container .swiper-slide p {
    position: absolute;
    width: 100%;
    height: 60px;
    line-height: 60px;
    left: 0px;
    bottom: 0px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 0 15%;
    font-weight: normal;
    background: rgba(0, 0, 0, .6);
}

.newstop .swiper-container .swiper-slide .cici {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.newstop .swiper-container .swiper-pagination {
    bottom: 3px;
    text-align: right;
    padding-right: 10px;
    color: #fff;
}

.newstop .swiper-container .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
}

.newsbot {
    padding-left: 4%;
    box-sizing: border-box;
}

.news-time {
    width: 20%;
    text-align: center;
}

.news-inner {
    width: 75%;
}

.newsbot li {
    margin-bottom: 50px;
}

.newsbot li:last-child {
    margin-bottom: 0px;
}

.news-inner h3 {
    font-size: 18px;
    margin-bottom: 10px;
    transition: all 0.5s ease;
}

.news-inner p {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    color: #777777;
}

.news-time b {
    font-size: 33px;
    border-bottom: 1px solid #000;
    line-height: 33px;
}

.news-time p {
    font-size: 20px;
    line-height: 48px;
    text-align: center;
}

.news-inner:hover h3 {
    color: #439FF8;
}

.news-detail-content {
    padding: 70px 10% 40px 10%;
}

.news-detail-title {
    text-align: center;
    margin-bottom: 15px;
}

.news-detail-title .h3 {
    font-size: 30px;
    line-height: 1.6;
}

.news-detail-title .b {
    font-size: 13px;
    color: #7e7e7e;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
}

.news-detail p {
    font-weight: normal;
}

.news-detail {
    margin: 50px 0;
}

.newsPage {
    background: #f6f6f6;
    margin-bottom: 30px;
}

.newsPage .left,
.newsPage .right {
    width: 46%;
    padding: 25px 40px;
    box-sizing: border-box;
    overflow: hidden;
}

.newsPage .right {
    text-align: right;
    border-left: 1px solid #ccc;
}

.newsPage .left {
    border-right: 1px solid #ccc;
}

.newsPage .page-a {
    overflow: hidden;
}

.newsPage a {
    color: #000;
}

.newsPage .cent {
    width: 8%;
    height: 78px;
    line-height: 78px;
    color: #000;
    text-align: center;
}

.newsPage .cent i {
    font-size: 24px;
    transition: all 0.5s ease;
    line-height: 78px;
    color: #ccc;
}

.newsPage .cent:hover i {
    color: #439FF7;
}

.inovation {
    padding: 60px 0;
}

.comsider.invo .crumbs {
    padding: 15px 0;
}

.inovation ul li {
    width: 19%;
    background: #F4F4F4;
    padding: 3% 0;
    box-sizing: border-box;
    cursor: pointer;
}

.inovation ul li .cici img {
    width: auto;
}

.inovation ul li .cici {
    margin: 0 auto;
}

.inovation ul li h2 {
    font-size: 24px;
    color: #439FF7;
    margin: 7% 0 10%;
}

.inovation ul li p {
    font-size: 16px;
    line-height: 34px;
}

.inovation ul li:hover img {
    transform: rotateY(180deg);
}

.dsz .index_tit h2 {
    color: #439FF8;
}

.dsz .index_tit h6 {
    color: #828282;
    text-transform: uppercase;
}

.dszimg {
    width: 20%;
    margin-left: 5%;
}

.dsz .rob {
    align-items: center;
    margin-top: 40px;
}

.dszimg img {
    padding: 10px;
    border: 1px solid #DADADA;
}

.dszinfo {
    width: 70%;
}

.dszinfo p {
    font-weight: normal;
}

.zbgd {
    padding: 60px 0 0px 0;
}

.histitle {
    font-size: 26px;
    border-left: 2px solid #439FF7;
    padding-left: 25px;
    margin-bottom: 25px;
    color: #439FF7;
}

.histitle p {
    color: #A4A4A4;
    text-transform: uppercase;
    line-height: 15px;
    padding-top: 5px;
}

.zbgd h2 {
    font-size: 26px;
    font-weight: bold;
}

.zbgd .box .xshd,
.zbgd .box .xxjl {
    width: 50%;
}

.zbgd .box .xshd {
    display: flex;
    align-items: center;
    justify-content: center;
}

.zbgd .box .xshd h2 {
    color: #fff;
}

.zbgd .box .xshd {
    background: #F7F8FC url(../images/tzgx.jpg) no-repeat center;
}

.zbgd .box .xxjl {
    background: #F7F8FC;
    padding: 3%;
}

.zbgd .box .xxjl ul {
    margin-top: 20px;
}

.zbgd .box .xxjl ul li {
    padding: 3px 0;
}

.zbgd .box .xxjl ul li .rob p {
    width: 80%;
}

.zbgd .box .xxjl ul a span {
    color: #000;
}

.zbgd .box .xxjl .repotmore {
    margin: 40px 0 0 0;
}

.zbgd .box .xshd p {
    font-size: 20px;
    margin: 20px 0;
    color: #fff;
    text-align: center;
}

.zbgd .box .xshd .repotmore {
    margin: 0px 0 0 0;
    color: #fff;
}

.repotmore {
    width: 150px;
    height: 40px;
    border: 1px solid #DADADA;
    line-height: 40px;
    border-radius: 30px;
    margin: 40px auto 20px auto;
    text-align: center;
    font-size: 14px;
    color: #000;
    transition: all 0.5s ease;
}

.repotmore:hover {
    background: #439FF7;
    color: #fff;
    border-color: #439FF7;
}

.repotmore1:hover {
    background: #439FF7;
    color: #fff;
    border-color: #439FF7;
}

.repotmore1 {
    width: 150px;
    height: 40px;
    border: 1px solid #DADADA;
    line-height: 40px;
    border-radius: 30px;
    margin: 40px auto 0px auto;
    text-align: center;
    font-size: 14px;
    color: #000;
    transition: all 0.5s ease;
}

.reportlist .reportli ul.row li {
    width: 160px;
    height: 40px;
    line-height: 40px;
    background: #E5E5E5;
    border-radius: 20px;
    text-align: center;
    margin-right: 10px;
    cursor: pointer;
}

.reportlist .reportli ul.row li.hit {
    background: #469EFA;
    color: #fff;
}

.reportlist .reportli .panes {
    min-height: 250px;
}

.reportlist .reportli .panes .pane {
    display: none;
}

.reportlist .reportli .panes .pane ul.list {
    margin-top: 20px;
    padding: 0 1.5%;
}

.reportlist .reportli .panes .pane ul.list li {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #eeeeee;
}

.reportlist .reportli .panes .pane ul.list li p {
    line-height: 50px;
    width: 85%;
}

.reportlist .reportli .panes .pane ul.list a {
    color: #555555;
}

.reportlist .reportli .panes .pane ul.list a:hover,
.reportlist .reportli .panes .pane ul.list a:hover p {
    color: #469EFA;
}


.shzr {
    padding: 60px 0 0 0;
}

.shzr .title {
    background: #439FF7;
    color: #fff;
    font-size: 20px;
    padding: 0 0 0 2%;
    line-height: 60px;
}

.shzr .list li {
    padding: 35px 0;
    border-bottom: 1px solid #eeeeee;
}

.shzr .list .year {
    width: 108px;
    height: 108px;
    background: #eeeeee;
    text-align: center;
    line-height: 108px;
    font-size: 30px;
}

.shzr .list .content {
    width: 89%;
    padding-top: 10px;
    box-sizing: border-box;
    position: relative;
}

.shzr .list .content .box {
    width: 90%;
}

.shzr .list .content .p1 {
    font-size: 24px;
}

.shzr .list .content .p2 {
    color: #6E6E6E;
    padding-top: 10px;
}

.shzr .list .content:after {
    content: '';
    position: absolute;
    width: 36px;
    height: 35px;
    background: url(../images/pdf.jpg)no-repeat center;
    right: 3%;
    top: 40%;
}

.gyxdbanner li.pdf {
    position: relative;
    padding-left: 50px;
}

.gyxdbanner li.pdf::before {
    content: '';
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    border-radius: 0px;
    left: 10px;
    top: 21px;
    background: url(../images/pdf.png) no-repeat center;
}

.bf .bflist {
    box-sizing: border-box;
}

.bf h4 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 20px 0 10px 0;
}

.bf .box p {
    font-size: 14px;
    color: #ABABAB;
    line-height: 24px;
    font-weight: normal;
}

.bf img {
    transition: all 0.5s ease;
}

.bf a:hover img {
    transform: scale(1.1);
}




.gsbg {
    padding: 60px 0;
}


.care {
    background: #439FF7;
    color: #fff;
}

.care .careleft {
    width: 20%;
    padding: 60px 50px;
    text-align: center;
    box-sizing: border-box;
}

.care .careleft h2 {
    font-size: 30px;
    color: #fff;
}

.care .careleft p {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}

.care .careright {
    width: 80%;
    padding: 50px 60px 0 10px;
    box-sizing: border-box;
}

.care .careright p {
    font-weight: normal;
    color: #fff;
    font-size: 18px;
}

.gyxdbanner {
    margin-top: 50px;
    position: relative;
}

.gyxdbanner ul li {
    padding: .7% 0% .7% 2%;
    box-sizing: border-box;
    border-bottom: 1px solid #EEEEEE;
    position: relative;
}

.gyxdbanner ul li:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #2A99FF;
    position: absolute;
    left: 1%;
    top: 45%;
}

.gyxdbanner ul a {
    color: #000;
}

.gyxdbanner ul a .cl1 {
    width: 80%;
    line-height: 50px;
}

.gyxdbanner ul a:hover,
.gyxdbanner ul a:hover p {
    color: #2A99FF;
}

.gyxdbanner ul a span {
    line-height: 50px;
}

.gyxdbanner.yg .repotmore1 {
    margin-bottom: 60px;
}


.contactlist li {
    width: 50%;
    padding: 0 15px 0 0;
    /*align-items: center;*/
    font-weight: normal;
    margin-bottom: 40px;
    box-sizing: border-box;
}

.contactlist li img {
    max-width: 100%;
    display: block;
}

.contactlist li h5 {
    font-size: 18px;
    color: #439FF8;
    margin-bottom: 10px;
}

.contactlist li .cont-box p {
    font-weight: normal;
    font-size: 16px;
}

.contactlist .lefttact {
    width: 35%;
}

.contactlist .righttact {
    width: 60%;
}

.proback {
    padding: 60px 0;
}

.proback ul li {
    width: 32%;
    margin-right: 2%;
}

.proback ul li:nth-child(3n) {
    margin-right: 0px;
}

.proback ul li .box {
    padding: 7%;
    box-sizing: border-box;
}

.proback ul li h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

.proback ul li .box p {
    margin-bottom: 5px;
}

.proback ul li .box a {
    color: #000;
}

.proback ul li .box a:hover {
    color: #439FF8;
}

.proback .leftlist {
    width: 78%;
}

.proback .leftlist.gd {
    width: 100% !important;
}

.proback .rightsider {
    width: 20%;
    background: #F6F6F6;
}

.proback .fiv {
    width: 49%;
    background: #F6F6F6;
    padding: 2%;
    box-sizing: border-box;
    margin-right: 2%;
    margin-bottom: 2%;
}

.proback .fiv:nth-child(2n) {
    margin-right: 0px;
}

.proback .fiv .info {
    padding: 2% 2% 0 8%;
    box-sizing: border-box;
    min-width: 50%;
}

.proback .fiv .info img {
    border-radius: 10px;
    margin-right: 12px;
    max-width: 172px;
}

.proback .fiv .info p {
    color: #000;
    font-weight: normal;
}

.proback .fiv .info p a {
    color: #000;
}

.proback .fiv .info p:first-child {
    font-weight: bolder;
    font-size: 16px;
}

.proback .fiv .info .ok {
    margin-bottom: 7px;
}

.proback .fiv .info .ok p {
    line-height: 24px;
    font-weight: normal;
    font-size: 14px;
}

.proback .fiv .info span {
    padding: 6px 10px;
    color: #fff;
    background: #626262;
    font-size: 14px;
    border-radius: 5px;
    margin-top: 5px;
    transition: all 0.5s ease;
}

.proback .fiv .info:hover span {
    background: #439FF8;
}

.proback .leftlist h1 {
    font-size: 24px;
    margin-bottom: 20px;
    width: 100%;
}

.proback .leftlist ul {
    width: 100%;
}

.proback .leftlist .detail {
    background: #F6F6F6;
    padding: 3% 2%;
    margin-bottom: 2%;
    width: 100%;
    box-sizing: border-box;
}

.proback .leftlist .detail .img {
    width: 18%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    text-align: center;
    justify-content: center;
}

.proback .leftlist .detail .info {
    width: 80%;
}

.proback .leftlist .detail .info .title {
    margin-bottom: 15px;
}

.proback .leftlist .detail .info .title .lt {
    font-size: 30px;
    line-height: 40px;
    max-width: 60%;
}

.proback .leftlist .detail .info .title .lt span {
    font-size: 14px;
    color: #EB0000;
    font-weight: bold;
    line-height: 14px;
    margin-left: 10px;
}

.proback .leftlist .detail .info .title .rt .msds {
    width: 150px;
    height: 40px;
    background: #fff;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    box-shadow: 2px 3px 3px #eee;
    margin: 0 5px;
}

.proback .leftlist .detail .info .title .rt a {
    color: #000;
}

.proback .leftlist .detail .info .title .rt a:hover .msds {
    background: #439FF8;
    color: #fff;
}

.rightsider .probar {
    padding: 10% 10%;
}

.rightsider .probar ul h2 {
    font-size: 24px;
    margin-bottom: 3%;
}

.rightsider .probar ul {
    margin-bottom: 7%;
}

.rightsider .probar ul li {
    width: 100%;
    line-height: 30px;
    margin-right: 0px;
    padding-left: 10px;
}

.rightsider .probar.parbar ul li {
    margin-bottom: 5px;
}

.rightsider .probar.parbar ul li a.active {
    color: #439FF8;
}

.rightsider .probar ul li ul {
    padding-left: 10px;
    margin-top: 5px;
}

.rightsider .probar ul li a {
    color: #000;
}

.rightsider .probar ul li a:hover,
.rightsider .probar ul li a.active {
    color: #439FF8;
}

.rightsider .probar ul li:hover {
    padding-left: 15px;
}

.rightsider .probar.parbar ul li:hover {
    padding-left: 10px;
}

.greenok table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    background: #fff;
    border: 1px solid #cbcbcb;
    width: 100%;
}

.greenok table .firstRow {
    background: #eee;
}

.greenok table caption {
    color: #000;
    font: italic 85%/1 arial, sans-serif;
    padding: 1em 0;
    text-align: center;
}

.greenok table td,
.greenok table th {
    border-left: 1px solid #cbcbcb;
    border-width: 0 0 0 1px;
    font-size: inherit;
    margin: 0;
    overflow: visible;
    padding: .5em 1em;
}

.greenok table thead {
    background-color: #e0e0e0;
    color: #000;
    text-align: left;
    vertical-align: bottom;
}

.greenok table td {
    background-color: transparent;
}

.greenok table td {
    border-bottom: 1px solid #cbcbcb;
}

.greenok table tbody>tr:last-child>td {
    border-bottom-width: 0;
}


.support {}

.support .cd .cus {
    width: 49%;
}

.support .cd .cus {
    box-sizing: border-box;
    background: url(../images/cus_2.jpg)no-repeat center;
}

.support .cd .cus .content {
    max-width: 780px;
    width: 100%;
    padding: 7% 6% 7% 1.5%;
    float: right;
}

.support .cd .cus .content .histitle,
.support .cd .message .content .histitle {
    border-color: #fff;
}

.support .cd .cus .content .histitle,
.support .cd .cus .content .histitle p,
.support .cd .message .content .histitle,
.support .cd .message .content .histitle p {
    color: #fff;
}

.support .cd .cus .content .pane,
.support .cd .message .content .pane {
    background: #fff;
    padding: 4%;
}

.support .cd .cus ul li,
.support .cd .message ul li {
    margin-bottom: 5px;
}

.support .cd .cus ul li a,
.support .cd .message ul li a {
    color: #000;
}

.support .cd .cus ul li a:hover,
.support .cd .message ul li a:hover {
    color: #439FF8;
}

.support .cd .cus .repotmore,
.support .cd .message .repotmore {
    margin: 25px 0 0;
}

.support .cd .message {
    width: 50%;
    background: url(../images/cus_1.jpg)no-repeat center;
}

.support .cd .message .content {
    max-width: 780px;
    width: 100%;
    padding: 7% 1.5% 7% 6%;
    /*float: right;*/
}

.support .cd .message dl dt {
    font-weight: normal;
    font-size: 14px;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border-radius: 20px;
    margin-left: 5px;
}

.support .cd .message dl dt a {
    color: #000;
}

.support .cd .message dl dt:hover a {
    color: #fff;
}

.support .cd .message dl dt:hover {
    background: #439FF8;
}

/**/
.support .north {
    margin-top: 1%;
}

.support .north .znz {
    width: 49%;
    background: url(../images/znz.jpg) no-repeat right;
}

.support .north .cpdz {
    width: 50%;
    background: url(../images/cpdz.jpg) no-repeat left;
}

.support .north .znz .content {
    max-width: 780px;
    width: 100%;
    padding: 7% 6% 7% 1.5%;
    float: right;
}

.support .north .cpdz .content {
    max-width: 780px;
    width: 100%;
    padding: 7% 0 7% 6%;
    float: left;
}

.support .north .znz .content .histitle {
    color: #fff;
    border-color: #fff;
    width: 100%;
}

.support .north .znz .content .histitle p {
    color: #fff;
}

.support .north .znz .content ul li {
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    width: 140px;
    height: 40px;
    line-height: 40px;
    background: #E5E5E5;
    border-radius: 20px;
    margin-left: 5px;
    margin-right: 0px;
    color: #000;
    cursor: pointer;
}

.support .north .znz .content ul li.hit {
    background: #439FF8;
    color: #fff;
}

.support .north .znz .content .pane {
    display: none;
    background: #fff;
    padding: 4%;
}

.support .north .znz .content .pane p {
    margin-bottom: 5px;
}

.support .north .cpdz .content h2 {
    color: #003D89;
    font-size: 28px;
    line-height: 35px;
}

.support .north .cpdz .content .box {
    margin: 5% 0 5%;
}

.support .north .cpdz .content .more {
    padding: 6px 20px;
    display: inline-block;
    border-radius: 20px;
    background: #449FF8;
    font-size: 14px;
    color: #fff;
}

.party.leftlist ul li {
    width: 100%;
    border: 1px solid #ccc;
    padding: 2%;
    margin-bottom: 2%;
}

.party.leftlist ul li .img {
    width: 25%;
}

.party.leftlist ul li .content {
    width: 70%;
}

.party.leftlist ul li .content h2 {
    font-size: 24px;
    margin: 20px 0 8px;
}

.party.leftlist ul li .content h2 a {
    color: #000;
}

.party.leftlist ul li .content h2:hover a {
    color: #439FF7;
}

.party.leftlist ul li .content .repotmore {
    margin: 15px 0 0;
}

.party.leftlist ul li:hover img {
    transform: scale(1.1);
}

.party.leftlist .ptitle {
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
}

.party.leftlist dl {
    margin-top: 40px;
}

.party.leftlist dl dt {
    width: 31%;
    margin-right: 3%;
}

.party.leftlist dl dt:last-child {
    margin-right: 0px;
}

.party.leftlist dl dt h2 {
    font-size: 24px;
    margin: 25px 0 10px;
}

.party.leftlist dl dt .content {
    font-weight: normal;
    padding: 0 2%;
    box-sizing: border-box;
}

.party.leftlist dl dt:hover img {
    transform: scale(1.1);
}


.de-page-mian {
    overflow: hidden;
    text-align: center;
    font-size: 0;
    margin: 30px 0 0px;
}

.de-page-mian .page-inner {
    display: inline-block;
    overflow: hidden;
}

.de-page-mian .page-inner a {
    display: block;
    float: left;
    min-width: 26px;
    padding: 0 13px;
    height: 36px;
    border: 1px solid #dddddd;
    background: #fff;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #333;
    margin-right: -1px;
    overflow: hidden;
}

.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
    color: #fff;
    border-color: #439FF7;
    background: #439FF7;
}

.de-page-mian .page-inner a.prev {
    margin-right: 10px;
    background: #fff url(../images/prev.jpg) no-repeat center;
}

.de-page-mian .page-inner a.prev.on {
    background: #fff url(../images/prev-hover.jpg) no-repeat center;
}

.de-page-mian .page-inner a.prev:hover {
    background-color: #fff;
    border-color: #dddddd;
}

.de-page-mian .page-inner a.next {
    margin-left: 10px;
    margin-right: 15px;
    background: #fff url(../images/next.jpg) no-repeat center;
}

.de-page-mian .page-inner a.next.on {
    background: #fff url(../images/next-hover.jpg) no-repeat center;
}

.de-page-mian .page-inner a.next:hover {
    background-color: #fff;
    border-color: #dddddd;
}

.de-page-mian .page-inner a.page-btn {
    font-size: 12px;
    margin-right: 0;
    width: 63px;
    margin-left: 10px;
}

.de-page-mian .page-inner span {
    display: block;
    font-size: 12px;
    color: #333;
    float: left;
    line-height: 38px;
}

.de-page-mian .page-inner input {
    display: block;
    float: left;
    height: 36px;
    width: 36px;
    border: 1px solid #dddddd;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #333;
    margin: 0 5px;
}


.feature-block-one {
    position: relative;
    z-index: 1;
}

.feature-block-one .inner-box {
    position: relative;
    display: block;
    background: #fff;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.feature-block-one .inner-box .text {
    position: relative;
    padding: 31px 15px;
}

.feature-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.feature-block-one .inner-box .image-box img {
    width: 100%;
    transition: all 500ms ease;
}

.feature-block-one .inner-box:hover .image-box img {
    transform: scale(1.03);
}

.feature-block-one .inner-box .image-box::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(22, 46, 64, .2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.feature-block-one .inner-box:hover .image-box::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    transition: all 500ms ease;
}

h3 a {
    display: inline-block;
    color: #222;
}

h3 a:hover {}

.bg-color-1 {
    background: #2d5883;
}


/** cta-section **/

.cta-section {
    position: relative;
    padding: 185px 0px 100px 0px;
    margin-top: -94px;
}

.cta-section .inner-box h2 {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 55px;
    color: #fff;
    margin-bottom: 10px;
}

.cta-section .inner-box .text {
    position: relative;
    display: inline-block;
    padding: 0px 85px;
}

.cta-section .inner-box .text:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 3px;
    left: 22px;
    bottom: 12px;
}

.cta-section .inner-box .text:after {
    position: absolute;
    content: '';
    width: 40px;
    height: 3px;
    right: 22px;
    bottom: 12px;
}

.cta-section .inner-box .text .dotted-box .dotted {
    position: absolute;
    width: 3px;
    height: 3px;
}

.cta-section .inner-box .text .dotted-box .dotted:first-child {
    left: 16px;
    bottom: 12px;
}

.cta-section .inner-box .text .dotted-box .dotted:nth-child(2) {
    left: 10px;
    bottom: 12px;
}

.cta-section .inner-box .text .dotted-box .dotted:nth-child(3) {
    left: 4px;
    bottom: 12px;
}

.cta-section .inner-box .text .dotted-box .dotted:nth-child(4) {
    right: 16px;
    bottom: 12px;
}

.cta-section .inner-box .text .dotted-box .dotted:nth-child(5) {
    right: 10px;
    bottom: 12px;
}

.cta-section .inner-box .text .dotted-box .dotted:last-child {
    right: 4px;
    bottom: 12px;
}

.cta-section .inner-box p {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
}


/** service-section **/

.service-section {
    position: relative;
    padding: 105px 0px 100px 0px;
}

.service-section:before {
    position: absolute;
    content: '';
    background: #eff2f5;
    width: 100%;
    height: 660px;
    left: 0px;
    top: 510px;
    right: 0px;
}

.service-section .top-inner {
    position: relative;
    margin-bottom: 13px;
}

.service-section .top-inner .text {
    position: relative;
    display: block;
    margin-top: 42px;
    padding-left: 40px;
}

.service-section .top-inner .text p {
    font-size: 19px;
    line-height: 30px;
}

.service-block-one .inner-box {
    position: relative;
    display: block;
    background: #fff;
    text-align: center;
    padding: 48px 15px 42px 15px;
    margin-bottom: 60px;
    margin-top: 30px;
    border-bottom: 1px solid #2d5883;
    transition: all 500ms ease;
}

.service-block-one .inner-box:hover {
    padding-bottom: 72px;
    margin-bottom: -30px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.service-block-one .inner-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    left: 0px;
    bottom: -1px;
    right: 0px;
    transform: scale(0, 0);
    transition: all 500ms ease;
}

.service-block-one .inner-box:hover:before {
    transform: scale(1, 1);
}

.service-block-one .inner-box .icon-box {
    position: relative;
    display: block;
    font-size: 90px;
    line-height: 90px;
    color: #2d5883;
    margin-bottom: 25px;
    transition: all 500ms ease;
}

.service-block-one .inner-box:hover .icon-box {}

.service-block-one .inner-box span {
    position: relative;
    display: block;
    font-size: 14px;
    color: #888888;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.service-block-one .inner-box h3 {
    margin-bottom: 14px;
}

.service-block-one .inner-box .link {
    position: absolute;
    display: block;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    bottom: 26px;
    text-align: center;
    transform: scale(1.0);
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: all;
    transition-property: all;
}

.service-block-one .inner-box:hover .link {
    visibility: visible;
    opacity: 1;
}

.service-block-one .inner-box .link a {
    position: relative;
    display: inline-block;
    font-size: 16px;
}

.service-section .owl-dots {
    position: relative;
    display: block;
    text-align: center;
}

.service-section .owl-theme .owl-dots .owl-dot span {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 8px;
    background: #cccccc;
    border-radius: 5px;
    margin: 0px 6px;
    cursor: pointer;
    transition: all 500ms ease;
}

.service-section .owl-theme .owl-dots .owl-dot.active span,
.service-section .owl-theme .owl-dots .owl-dot span:hover {
    width: 18px;
    background: #2d5883;
}


/** apply-section **/

.apply-section {
    position: relative;
}

.apply-section .inner-box {
    position: relative;
    padding-left: 380px;
    z-index: 1;
}

.apply-section .inner-box .image-box {
    position: absolute;
    display: block;
    overflow: hidden;
    left: 0px;
    top: 0px;
}

.apply-section .inner-box .image-box img {
    width: 100%;
}

.apply-section .inner-box .image-box:before {
    position: absolute;
    top: 0;
    left: -75%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(22, 46, 64, 0) 0%, rgba(22, 46, 64, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(22, 46, 64, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(22, 46, 64, 0) 0%, rgba(22, 46, 64, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.apply-section .inner-box:hover .image-box:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

.apply-section .inner-box .content-box {
    position: relative;
    overflow: hidden;
    padding: 53px 50px 60px 70px;
}

.apply-section .inner-box .content-box h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 6px;
}

.apply-section .inner-box .content-box h2 {
    display: block;
    font-size: 30px;
    line-height: 50px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 33px;
}

.apply-section .inner-box .content-box .theme-btn-one {
    border: 2px solid #fff;
    padding: 12.5px 30px;
}

.apply-section .inner-box .content-box .theme-btn-one i {
    color: #fff;
    margin-right: 10px;
    transition: all 500ms ease;
}

.apply-section .inner-box .content-box .theme-btn-one:hover i {}

.apply-section .inner-box .content-box .icon-box .icon {
    position: absolute;
    width: 255px;
    height: 255px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}

.apply-section .inner-box .content-box .icon-box .icon-1 {
    left: -70px;
    bottom: -75px;
}

.apply-section .inner-box .content-box .icon-box .icon-2 {
    top: -70px;
    right: -190px;
}


/** funfact-section **/

.funfact-section {
    position: relative;
}

.counter-block-one .inner-box {
    position: relative;
    display: block;
    border-right: 1px solid #e0e6ed;
    padding: 90px 70px 95px 70px;
}

.counter-block:first-child .counter-block-one .inner-box {
    border-left: 1px solid #e0e6ed;
}

.counter-block-one .inner-box .count-outer {
    position: relative;
    display: block;
    font-size: 70px;
    line-height: 70px;
    font-family: 'Open Sans', sans-serif;
    color: #2d5883;
    font-weight: 300;
    margin-bottom: 13px;
}

.counter-block-one .inner-box h3 {
    font-weight: 400;
    line-height: 29px;
}

.bg-color-2 {
    background: #0c2136;
}


/** training-section **/

.training-section {
    position: relative;
    padding: 105px 0px 110px 0px;
}

.training-section .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.training-section .top-inner {
    position: relative;
    margin-bottom: 43px;
}

.training-section .top-inner .text {
    position: relative;
    display: block;
    margin-top: 42px;
    padding-left: 40px;
}

.training-section .top-inner .text p {
    font-size: 19px;
    line-height: 30px;
    color: #fff;
}

.training-block-one .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.training-block-one .inner-box .content-box {
    position: relative;
    display: block;
}

.training-block-one .inner-box .content-box .image-box {
    position: relative;
    display: block;
}

.training-block-one .inner-box .content-box .image-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    box-shadow: inset 0px -130px 40px -70px rgba(0, 0, 0, 0.9);
    z-index: 1;
    transition: all 500ms ease;
}

.training-block-one .inner-box .content-box .image-box img {
    width: 100%;
}

.training-block-one .inner-box .content-box .text {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    text-align: center;
    padding: 15px 15px 22px 15px;
    z-index: 1;
    opacity: 1;
    transition: all 500ms ease;
}

.training-block-one .inner-box:hover .content-box .text {
    opacity: 0;
}

.training-block-one .inner-box .content-box .text h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
}

.training-block-one .inner-box .overlay-box {
    position: absolute;
    left: 0px;
    top: 30px;
    right: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 2;
    padding: 40px 15px;
    opacity: 0;
    transition: all 500ms ease;
}

.training-block-one .inner-box:hover .overlay-box {
    opacity: 1;
    top: 0px;
}

.training-block-one .inner-box .overlay-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    opacity: 0.9;
}

.training-block-one .inner-box .overlay-box .text {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    padding: 15px 15px;
    transform: translate(-50%, -50%);
}

.training-block-one .inner-box .overlay-box h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

.training-block-one .inner-box .overlay-box p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 12px;
    color: #fff;
}

.training-block-one .inner-box .overlay-box a {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.training-block-one .inner-box .overlay-box a span {
    display: inline-block;
    border-bottom: 1px solid #fff;
}

.training-block-one .inner-box .overlay-box a i {
    margin-left: 10px;
}

.training-section .owl-nav {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 70px;
}

.training-section .owl-nav .owl-prev,
.training-section .owl-nav .owl-next {
    position: relative;
    display: inline-block;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    width: 48px;
    height: 48px;
    line-height: 46px;
    border: 2px solid #717c87;
    background: transparent;
    border-radius: 50%;
    text-align: center;
    margin: 0px 6px;
    cursor: pointer;
    transition: all 500ms ease;
}

.training-section .owl-nav .owl-prev:hover,
.training-section .owl-nav .owl-next:hover {}


/** immigration-section **/

.immigration-section {
    position: relative;
    padding: 105px 0px 165px 0px;
}

.immigration-section .sec-title {
    margin-bottom: 70px;
}

.immigration-block-one .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
}

.immigration-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.immigration-block-one .inner-box .image-box:before {
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    opacity: 0.5;
    z-index: 1;
}

.immigration-block-one .inner-box .image-box img {
    width: 100%;
    transition: all 500ms ease;
}

.immigration-block-one .inner-box:hover .image-box img {
    transform: scale(1.05);
}

.immigration-block-one .inner-box .text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 30px 15px;
    z-index: 1;
}

.immigration-block-one .inner-box .text h3 a {
    color: #fff;
}

.immigration-block-one .inner-box .text h3 a:hover {
    text-decoration: underline;
}

.immigration-section .more-text {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 34px;
}

.immigration-section .more-text h3 {
    font-weight: 400;
}

.immigration-section .more-text h3 a span {
    display: inline-block;
    line-height: 24px;
    transition: all 500ms ease;
}

.immigration-section .more-text h3 a i {
    position: relative;
    font-size: 14px;
    color: #2d5883;
    margin-left: 10px;
    font-weight: 600;
    top: -2px;
}

.immigration-section .more-text h3 a:hover span {
    color: #2d5883 !important;
    border-color: #2d5883 !important;
}

.bg-color-3 {
    background: #eff2f5;
}


/** choose-section **/

.choose-section {
    position: relative;
    padding: 105px 0px;
}

.choose-section .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.choose-section .image-layer {
    position: absolute;
    top: -60px;
    right: 0px;
}

#content_block_2 .content-box {
    position: relative;
    display: block;
    max-width: 590px;
    width: 100%;
}

#content_block_2 .content-box .text {
    position: relative;
    margin-bottom: 37px;
}

#content_block_2 .content-box .inner-box .single-item {
    position: relative;
    padding-left: 110px;
    margin-bottom: 37px;
}

#content_block_2 .content-box .inner-box .single-item:last-child {
    margin-bottom: 0px;
}

#content_block_2 .content-box .inner-box .single-item .icon-box {
    position: absolute;
    left: 0px;
    top: 4px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 45px;
    color: #000;
    background: #fff;
    text-align: center;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
    transition: all 500ms ease;
}

#content_block_2 .content-box .inner-box .single-item:hover .icon-box {
    color: #fff;
}

#content_block_2 .content-box .inner-box .single-item h3 {
    margin-bottom: 10px;
}


/** testimonial-section **/

.testimonial-section {
    position: relative;
    padding: 105px 0px;
}

.testimonial-block-one {
    position: relative;
    display: block;
    border: 1px solid #e4e4e4;
    padding: 46px 30px 49px 50px;
    transition: all 500ms ease;
}

.testimonial-block-one:hover {
    border-color: #2d5883;
}

.testimonial-block-one .inner-box {
    position: relative;
    padding-left: 170px;
}

.testimonial-block-one .inner-box .author-inner {
    position: absolute;
    left: 0px;
    top: 11px;
    text-align: center;
}

.testimonial-block-one .inner-box .author-inner .image-box {
    position: relative;
    display: inline-block;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 7px;
}

.testimonial-block-one .inner-box .author-inner .image-box img {
    width: 100%;
    border-radius: 50%;
}

.testimonial-block-one .inner-box .author-inner h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 0px;
}

.testimonial-block-one .inner-box .author-inner .designation {
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 20px;
    color: #222;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    margin: 0px;
}

.testimonial-block-one .inner-box .content-inner .rating-box {
    position: relative;
    display: block;
    margin-bottom: 2px;
}

.testimonial-block-one .inner-box .content-inner .rating-box h6 {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    font-weight: 600;
    color: #2d5883;
    margin-right: 12px;
}

.testimonial-block-one .inner-box .content-inner .rating-box .rating {
    position: relative;
    display: inline-block;
}

.testimonial-block-one .inner-box .content-inner .rating-box .rating li {
    position: relative;
    display: inline-block;
    font-size: 10px;
    line-height: 26px;
    color: #ffce4a;
}

.testimonial-section .owl-dots {
    display: block;
    text-align: center;
    margin-top: 58px;
}

.testimonial-section .owl-theme .owl-dots .owl-dot.active span,
.testimonial-section .owl-theme .owl-dots .owl-dot span:hover {
    width: 18px;
}

.testimonial-section .owl-theme .owl-dots .owl-dot span {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 8px;
    background: #cccccc;
    border-radius: 5px;
    margin: 0px 6px;
    cursor: pointer;
    transition: all 500ms ease;
}

.testimonial-section .sec-title {
    margin-bottom: 70px;
}


/** inquiry-section **/

.inquiry-section {
    position: relative;
    padding: 105px 0px 110px 0px;
}

.inquiry-section .pattern-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    background-size: cover;
    background-repeat: no-repeat;
}

.inquiry-section .inner-box h4 {
    position: relative;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 8px;
}

.inquiry-section .inner-box h2 {
    position: relative;
    font-size: 30px;
    line-height: 48px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 33px;
}

.inquiry-section .inner-box .inquiry-form .form-group {
    position: relative;
    margin-bottom: 15px;
}

.inquiry-section .inner-box .inquiry-form .form-group:last-child {
    margin-bottom: 0px;
}

.inquiry-section .inner-box .inquiry-form .form-group input[type='text'],
.inquiry-section .inner-box .inquiry-form .form-group input[type='email'],
.inquiry-section .inner-box .inquiry-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 56px;
    background: #476c92;
    border: 1px solid #476c92;
    border-radius: 2px;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    padding: 10px 20px;
    transition: all 500ms ease;
}

.inquiry-section .inner-box .inquiry-form .form-group input::-webkit-input-placeholder {
    color: #fff;
}

.inquiry-section .inner-box .inquiry-form .form-group textarea::-webkit-input-placeholder {
    color: #fff;
}

.inquiry-section .inner-box .inquiry-form .form-group textarea {
    height: 132px;
    resize: none;
    margin-bottom: 25px;
}

.inquiry-section .inner-box .inquiry-form .form-group textarea:focus,
.inquiry-section .inner-box .inquiry-form .form-group input:focus {}

.inquiry-section .inner-box .inquiry-form .form-group .theme-btn-two {
    padding: 14.5px 33px;
}

.inquiry-section .inner-box .inquiry-form .form-group .theme-btn-two i {
    margin-left: 0px;
    margin-right: 10px;
}

.inquiry-section .content-box h3 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 38px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 30px;
}

.inquiry-section .content-box .rating {
    position: relative;
    display: block;
    margin-bottom: 19px;
}

.inquiry-section .content-box .rating li {
    position: relative;
    display: inline-block;
    font-size: 30px;
    line-height: 35px;
    color: #ffce4a;
    margin-right: 2px;
}

.inquiry-section .content-box h2 {
    position: relative;
    font-size: 60px;
    line-height: 68px;
    color: #fff;
    margin-bottom: 10px;
}

.inquiry-section .content-box span {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 51px;
}

.inquiry-section .content-box .info-box li {
    position: relative;
    padding-left: 70px;
    padding-bottom: 35px;
    margin-bottom: 29px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.inquiry-section .content-box .info-box li:last-child {
    border-bottom: none;
    margin-bottom: 0px;
}

.inquiry-section .content-box .info-box li i {
    position: absolute;
    left: 0px;
    top: 7px;
    font-size: 45px;
    line-height: 45px;
    color: #fff;
}

.inquiry-section .content-box .info-box li p {
    color: #fff;
    font-weight: 400;
    margin-bottom: 0px;
}

.inquiry-section .content-box .info-box li h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #fff;
    margin: 0px;
}

.inquiry-section .content-box .info-box li h3 a {
    display: inline-block;
    color: #fff;
}

.inquiry-section .content-box .info-box li h3 a:hover {}

.inquiry-section .content-box {
    position: relative;
    display: block;
    max-width: 360px;
    width: 100%;
    margin-left: 80px;
}


/** news-section **/

.news-section {
    position: relative;
    padding: 105px 0px 110px 0px;
}

.news-section .top-inner {
    position: relative;
    margin-bottom: 40px;
}

.news-section .top-inner .text {
    position: relative;
    display: block;
    margin-top: 42px;
    padding-left: 40px;
}

.news-section .top-inner .text p {
    font-size: 19px;
    line-height: 30px;
}

.news-block-one .inner-box {
    position: relative;
    display: block;
    background: #eff2f5;
    transition: all 500ms ease;
}

.news-block-one .inner-box:hover {
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.news-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    background: #000;
}

.news-block-one .inner-box .image-box::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 0%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.news-block-one .inner-box:hover .image-box::before {
    -webkit-animation: circle .95s;
    animation: circle .95s;
}

.news-block-one .inner-box .image-box img {
    width: 100%;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: all;
    transition-property: all;
}

.news-block-one .inner-box:hover .image-box img {
    transform: scale(1.05);
    opacity: 0.2;
}

.news-block-one .inner-box .lower-content {
    position: relative;
    padding: 39px 30px 36px 35px;
}

.news-block-one .inner-box .lower-content .post-date {
    position: absolute;
    right: 30px;
    top: -58px;
    width: 78px;
    height: 78px;
    border-radius: 2px;
    text-align: center;
    padding: 12px 10px;
    z-index: 2;
}

.news-block-one .inner-box .lower-content .post-date h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    color: #fff;
    margin: 0px;
}

.news-block-one .inner-box .lower-content .post-date span {
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 16px;
    color: #fff;
    text-transform: uppercase;
    margin: 0px;
}

.news-block-one .inner-box .lower-content h3 {
    margin-bottom: 12px;
}

.news-block-one .inner-box .lower-content .post-info {
    position: relative;
    display: block;
    padding-bottom: 14px;
    margin-bottom: 28px;
}

.news-block-one .inner-box .lower-content .post-info:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 3px;
    left: 0px;
    bottom: 0px;
}

.news-block-one .inner-box .lower-content .post-info li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    color: #555;
    margin-right: 20px;
}

.news-block-one .inner-box .lower-content .post-info li:before {
    position: absolute;
    content: '';
    background: #8a8b8c;
    width: 1px;
    height: 17px;
    top: 6px;
    right: -13px;
}

.news-block-one .inner-box .lower-content .post-info li:last-child:before {
    display: none;
}

.news-block-one .inner-box .lower-content .post-info li:last-child {
    margin-right: 0px;
}

.news-block-one .inner-box .lower-content .post-info li a {
    display: inline-block;
    color: #555;
}

.news-block-one .inner-box .lower-content .post-info li a:hover {}

.news-block-one .inner-box .lower-content .link a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Cabin', sans-serif;
    font-weight: 600;
    color: #555555;
}

.news-block-one .inner-box .lower-content .link a i {
    position: relative;
    font-size: 16px;
    margin-left: 10px;
    color: #2d5883;
}

.news-block-one .inner-box .lower-content .link a:hover {}


/** clients-section **/

.clients-section {
    position: relative;
    padding-bottom: 110px;
}

.clients-section .logo-image img {
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.clients-section .logo-image:hover img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
}


/** main-footer **/

.main-footer {
    position: relative;
}

.main-footer .footer-top {
    position: relative;
    display: block;
    padding: 105px 0px 85px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-footer .footer-top .logo-widget {
    position: relative;
    margin-right: -35px;
    margin-top: 5px;
}

.main-footer .footer-top .logo-widget .footer-logo {
    position: relative;
    margin-bottom: 28px;
}

.main-footer .footer-top p {
    color: #7b8a9a;
    line-height: 26px;
    margin-bottom: 26px;
}

.main-footer .footer-top .logo-widget .social-links li {
    position: relative;
    display: inline-block;
    margin-right: 15px;
}

.main-footer .footer-top .logo-widget .social-links li:last-child {
    margin-right: 0px;
}

.main-footer .footer-top .logo-widget .social-links li a {
    display: inline-block;
    font-size: 15px;
    color: #7b8a9a;
}

.main-footer .footer-top .logo-widget .social-links li a:hover {}

.main-footer .footer-top .widget-title {
    position: relative;
    display: block;
    margin-bottom: 22px;
}

.main-footer .footer-top .widget-title h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    margin: 0px;
}

.main-footer .footer-top .footer-column:nth-child(2) .links-widget {
    margin-left: 60px;
}

.main-footer .footer-top .footer-column:nth-child(3) .links-widget {
    margin-left: 25px;
}

.main-footer .footer-top .links-widget .widget-content .list li {
    position: relative;
    display: block;
    margin-bottom: 8px;
}

.main-footer .footer-top .links-widget .widget-content .list li:last-child {
    margin-bottom: 0px;
}

.main-footer .footer-top .links-widget .widget-content .list li a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #7b8a9a;
    padding-left: 25px;
}

.main-footer .footer-top .links-widget .widget-content .list li a:before {
    position: absolute;
    content: "\f106";
    font-family: 'Flaticon';
    font-size: 14px;
    font-weight: 600;
    left: 0px;
    top: 1px;
    color: #7b8a9a;
    transition: all 500ms ease;
}

.main-footer .footer-top .links-widget .widget-content .list li a:hover {
    color: #fff;
}

.main-footer .footer-top .links-widget .widget-content .list li a:hover:before {
    color: #fff;
}

.main-footer .footer-top .newsletter-widget .newsletter-form .form-group {
    position: relative;
    margin: 0px;
}

.main-footer .footer-top .newsletter-widget .newsletter-form .form-group input[type='email'] {
    position: relative;
    width: 100%;
    height: 56px;
    background: #2a3c4e;
    border: 1px solid #2a3c4e;
    font-size: 15px;
    font-weight: 300;
    color: #abb0b5;
    border-radius: 2px;
    padding: 10px 70px 10px 20px;
    transition: all 500ms ease;
}

.main-footer .footer-top .newsletter-widget .newsletter-form .form-group input:focus {}

.main-footer .footer-top .newsletter-widget .newsletter-form .form-group input::-webkit-input-placeholder {
    color: #abb0b5;
}

.main-footer .footer-top .newsletter-widget .newsletter-form .form-group button {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 56px;
    height: 56px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    border-radius: 0px 2px 2px 0px;
    text-align: center;
}

.main-footer .footer-top .newsletter-widget p {
    margin-bottom: 22px;
}

.main-footer .footer-top .newsletter-widget {
    margin-left: -10px;
}

.main-footer .footer-bottom {
    position: relative;
    padding: 40px 0px;
}

.main-footer .footer-bottom .copyright p {
    color: #7b8a9a;
    line-height: 26px;
}

.main-footer .footer-bottom .copyright p a {
    display: inline-block;
    color: #7b8a9a;
    text-transform: uppercase;
}

.main-footer .footer-bottom .copyright p a:hover {}

.main-footer .footer-bottom .footer-nav li {
    position: relative;
    display: inline-block;
    margin-right: 20px;
}

.main-footer .footer-bottom .footer-nav li:before {
    position: absolute;
    content: '';
    background: #4c5b6c;
    width: 2px;
    height: 16px;
    top: 8px;
    right: -12px;
}

.main-footer .footer-bottom .footer-nav li:last-child:before {
    display: none;
}

.main-footer .footer-bottom .footer-nav li:last-child {
    margin-right: 0px;
}

.main-footer .footer-bottom .footer-nav li a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    font-weight: 300;
    color: #7b8a9a;
}

.main-footer .footer-bottom .footer-nav li a:hover {}

.mobile-menu .contact-info ul li a:hover {}

.mobile-menu .social-links li a:hover {}


/** header-style-two **/

.main-header.style-two {
    position: relative;
}

.main-header.style-two .outer-box {
    position: relative;
}

.main-header.style-two .header-top {
    padding: 15.5px 0px;
}

.main-header.style-two .header-top .top-right .search-box-outer {
    position: relative;
    display: inline-block;
    margin-right: 28px;
    padding-right: 26px;
}

.main-header.style-two .header-top .top-right .search-box-outer:before {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.2);
    width: 1px;
    height: 20px;
    top: 10px;
    right: 0px;
}

.main-header.style-two .header-top .top-right .social-links {
    position: relative;
    display: inline-block;
}

.main-header.style-two .header-top .top-right .search-box-outer .search-toggler {
    position: relative;
    font-size: 15px;
    color: #fff;
    padding: 5px 10px;
    font-weight: 600;
    background: transparent;
    cursor: pointer;
    display: inline-block;
    transition: all 500ms ease;
}

.wechatimg {
    position: absolute;
    padding: 5px;
    background: #e50011;
    line-height: 30px;
    font-size: initial;
    display: none;
    transform: translateX(-50%);
    left: 50%;
}

.main-header.style-two .main-menu .navigation>li>a {
    color: #222;
    font-weight: 500;
}

.main-menu .navigation li a.active {
    color: #fe0000;
}

.main-menu .navigation > li > a:hover {
    color: #fe0000;
}

.main-header.style-two .main-menu .navigation>li {
    padding: 43px 0px 41px 0px;
    margin: 0px 13px;
}

.main-header.style-two .logo-box .logo {
    position: relative;
    padding: 30px 0px;
}

.main-header.style-two .menu-right-content {
    margin: 31px 0px 0px 45px;
}

.main-header.style-two .menu-right-content .theme-btn-two {
    padding: 12.5px 30px;
}



/*
foot
 */

.footRed {
    width: 100%;
    height: 30px;
    background-color: #c62c22;
}

.footDiv {
    width: 100%;
    background-color: #042436;
    overflow: hidden;
}

.footLeft {
    padding-top: 5%;
    float: left;
}

.indexFriend {
    font-size: 18px;
    color: #000000;
    padding: 3px 5px;
}

.footWord {
    font-size: 18px;
    line-height: 2;
    color: #ffffff;
    margin-top: 3%;
}

.footEwmWord {
    font-size: 18px;
    color: #ffffff;
    margin-top: 5px;
}

.footRight {
    float: right;
    width: 25%;
    padding-top: 3%;
    text-align: center;
}

.footFlex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footHeng {
    width: 100%;
    margin: 3% 0 0;
    height: 1px;
    background-color: #46555e;
}

.footNav {
    font-size: 20px;
    line-height: 3;
}

.footNav>a {
    color: #a2a2a2;
}

.footEwm {
    width: 45%;
}

.footEwm>img {
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    .indexFriend{display: none;}
    .footWrap{display: flex;flex-flow: column-reverse wrap; justify-content: center; text-align: center;width:calc(100% - 40px);margin:0 auto;}
    .footWrap p {
        font-size: 14px;
    }
    .footLeft,
    .footRight{width:100%;float: none;padding-top:5%;}
    .footFlex {
        justify-content:space-around;
    }
    .footEwm{width:40%;}
}