.container {
    padding-left: 0px;
    padding-right: 0px;
}

.bg-primary-color {
    background: #009fe8;
}

.header .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .header-logo {
    width: 20%;
}

.header .header-list {
    width: 60%;
}

.header .header-phone {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: end;
}


.header-top-area {
    font-size: 14px;
    color: #fff;
    padding: 10px 0;
}

.header-top-area .header-top-right-part .language {
    display: inline-block;
    margin-left: 25px;
    position: relative;
}

.header-top-area .header-top-right-part .language .language-dropdown {
    text-align: center;
    position: absolute;
    z-index: 10;
    top: 36px;
    right: -13px;
    width: 120px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: .5s;
    transition: .5s;
}

.header-top-area {
    font-size: 14px;
    color: #fff;
    padding: 10px 0;
}

.header-top-area a {
    color: #fff;
    font-size: 14px;
    display: block;
    font-weight: 400;
}

.header-top-area a:hover {
    color: #000;
}

.swiper-button-prev,
.swiper-button-next {
    color: #009fe8;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    position: absolute;
    text-align: center;
    width: 50px;
    background: #009fe8;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    font-size: 22px;
    color: #fff;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    font-size: 22px;
    color: #fff;
}

.choose {
    position: relative;
    top: -70px;
}

.about-us-wrapper h2 {
    font-size: 36px;
}

.content-border-left {
    font-size: 18px;
}

.header-top-area i {
    margin: 0px;
    font-size: 14px;
    font-weight: 400;
}

.header-top-area .header-top-left-part .address {
    padding-right: 20px;
    position: relative;
}

.header-top-area .header-top-left-part .address:after {
    background: #fff;
    content: "";
    position: absolute;
    height: 90%;
    width: 1px;
    right: 0;
    top: 2px;
}

.header-top-area .header-top-left-part .phone {
    padding-left: 20px;
}

.header-top-area .header-top-left-part i {
    color: #fff;
    margin-right: 5px;
    vertical-align: middle;
}

.header-top-area .header-top-left-part i:before {
    font-size: 16px;
}

.header-top-area .header-top-right-part .social-links {
    position: relative;
    display: inline-block;
}

.header-top-area .header-top-right-part .social-links::after {
    position: absolute;
    content: "";
    right: 0px;
    top: 7px;
    height: 60%;
    width: 1px;
    background: #fff;
}

.header-top-area .header-top-right-part .social-links li {
    display: inline-block;
    margin-right: 15px;
}

.header-top-area .header-top-right-part .social-links li a {
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

.header-top-area .header-top-right-part .social-links li a:hover {
    color: #03324d;
}

.header-top-area .header-top-right-part .social-links li:last-child {
    margin-right: 25px;
}

.header-top-area .header-top-right-part .language {
    display: inline-block;
    margin-left: 25px;
    position: relative;
}

img {
    max-width: 100%;
}

.header.sticky .main-menu ul {
    /* padding: 44px 0; */
}

.header.sticky .main-menu ul .submenu ul {
    padding: 0px;
}

.commonweb {
    margin: 0px auto;
    max-width: 1400px;
    padding: 0;
}

.center {
    text-align: center;
}

.index-color {
    background-color: #f3f3f3;
    margin-top: 34px;
}

.item-yyts .item-img {
    overflow: hidden;
    position: relative;
}

.item-yyts .item-img img {
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.7s;
}

.item-yyts .item-img:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    transform: scale(1.03, 1.03);
}

.head-item {
    display: flex;
    justify-content: flex-end;
    /* padding-top: 44px; */
}

/* .header.sticky .head-item {
    padding-top: 44px;
} */


.head-item img {
    height: 100%;
}

.head-item span {
    margin-left: 6px;
}

.head-item span p {
    font-size: 17px;
    /* padding-top: 10px; */
    margin-bottom: 0;
}

/*banner开始*/

.swiper-item-title {
    color: #fff;
    font-size: 30px;
    letter-spacing: 2px;
    /* position: relative; */
    position: absolute;
    left: 16%;
    display: block;
    z-index: 5;
    width: 100%;
    width: 24%;
    top: 150px;
}

.swiper-item-title h2 {
    position: relative;
    display: block;
    color: #fff;
    font-size: 42px;
    line-height: 92px;
    font-weight: 900;
    margin-bottom: 30px;
    opacity: 0;
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -moz-transition: all 1000ms ease;
    -webkit-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.swiper-item-title#banner-word h2 {
    font-size: 32px;
    line-height: 54px;
}

.swiper-slide-active .swiper-item-title h2 {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.swiper-item-title h3 {
    position: relative;
    display: block;
    color: #fff;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 36px;
    opacity: 0;
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -moz-transition: all 1300ms ease;
    -webkit-transition: all 1300ms ease;
    -ms-transition: all 1300ms ease;
    -o-transition: all 1300ms ease;
    transition: all 1300ms ease;
}

.swiper-slide-active .swiper-item-title h3 {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    -ms-transition-delay: 1300ms;
    -o-transition-delay: 1300ms;
    transition-delay: 1300ms;
}

.swiper-item-title .btn-box {
    position: relative;
    opacity: 0;
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -moz-transition: all 1600ms ease;
    -webkit-transition: all 1600ms ease;
    -ms-transition: all 1600ms ease;
    -o-transition: all 1600ms ease;
    transition: all 1600ms ease;
}

.swiper-slide-active .swiper-item-title .btn-box {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1600ms;
    -moz-transition-delay: 1600ms;
    -ms-transition-delay: 1600ms;
    -o-transition-delay: 1600ms;
    transition-delay: 1600ms;
}

.cs-btn-one {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    background-color: #009fe8;
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    padding: 14px 42px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 5px;
    cursor: pointer;
}

.swiper-container .hide {
    opacity: 0;
}

.swiper-button-next,
.swiper-button-prev {
    transition: opacity 0.5s;
}

/*banne结束*/


/*首页公司简介开始*/

.intro {
    padding-top: 34px;
}

.intro .intro-item {
    max-width: 1400px;

}

.intro .intro-item .item-wrap {
    text-align: center;
}

.intro .intro-item .item-wrap.news {
    padding-bottom: 30px;
}

.intro .item-wrap .item-title h2 {
    /*font-family: 思源黑体;*/
    font-size: 24px;
    padding-bottom: 10px;
    color: #333;
    line-height: 10px;
    letter-spacing: 2px;
    font-family: 'SourceHanSansCN';
    font-weight: 600;
}

.item-title.text-white h2 {
    color: #fff;
}

.item-title.text-white h6 {
    border-bottom-color: #fff;
}

.intro .item-wrap .item-title h6 {
    border-bottom: solid 2px #009fe8;
    text-align: center;
    width: 46px;
    display: inline-block;
}

.intro .item-wrap .item-title p {
    font-size: 16px;
    color: #afafaf;
}

.intro .intro-content {
    margin-top: 20px;
}

.intro .intro-content .intro-top {
    padding: 20px 100px 0px 15px;
}

.intro .intro-content .item-img img {
    border-radius: 8px;
}

.intro .intro-content .intro-top .item-title {
    font-size: 20px;
    font-family: 'SourceHanSansCN';
    font-family: 'SourceHanSansCN';
    font-weight: 600;
}

.intro .intro-content .intro-top .item-title h2 {
    font-size: 20px;
    font-family: 'SourceHanSansCN';
    font-family: 'SourceHanSansCN';
    font-weight: 600;
    letter-spacing: 2px;
}

.intro .intro-content .intro-top .item-title p {
    padding: 10px 0px 10px 0px;
    font-size: 16px;
    color: #c3c7ca;
}

.intro .intro-content .intro-top .item-content {
    padding: 14px 0px 12px 0px;
    font-size: 14px;
}

.intro .intro-content .intro-top .item-content p {
    line-height: 30px;
    letter-spacing: 2px;
    text-align: justify;
}

.intro .intro-content .intro-top .item-href {
    font-size: 16px;
    text-align: left;
}

.intro .intro-content .intro-top .item-href a {
    padding: 12px 18px 12px 18px;
    /* background-color: #95c6f9; */
    letter-spacing: 2px;
    border: solid 1px black;
    border-radius: 8px;
    color: #000;
}

.intro .intro-content .intro-top .item-href a:hover {
    background-color: #009fe8;
    color: #fff;
    border: solid 1px #009fe8;
}



/*首页公司简介结束*/

/*.tiothumb.item-img::before{*/
/*    background: #03324d;*/
/*    border-radius: 8px 8px 0 0;*/
/*    position: absolute;*/
/*    height: 0;*/
/*    width: 100%;*/
/*    left: 0;*/
/*    top: 0;*/
/*    -moz-transition: all 400ms ease-out 0s;*/
/*    -webkit-transition: all 400ms ease-out 0s;*/
/*    -ms-transition: all 400ms ease-out 0s;*/
/*    -o-transition: all 400ms ease-out 0s;*/
/*    transition: all 400ms ease-out 0s;*/
/*    content: "";*/
/*}*/

/*.intro .news-list a:hover .tiothumb.item-img::before{*/
/*    height: 100%;*/
/*    opacity: 0.4;*/
/*}*/

/*业务范围开始*/

.index-color .inxprod-list .ywfw-item {
    width: 20%;
    float: left;
    padding: 0 15px;
}

.index-color .inxprod-list a{
    display: block;
}

.index-color .inxprod-list .ywfw-item a {
    overflow: hidden;
    display: block;
}

.index-color .inxprod-list .ywfw-item img {
    border-radius: 8px 8px 0 0;
}

.ywfw-item img {
    -webkit-transition: all ease 0.7s;
    -moz-transition: all ease 0.7s;
    -o-transition: all ease 0.7s;
    transition: all ease 0.7s;
}

.ywfw-item:hover img {
    -webkit-transform: scale(1.03, 1.03);
    -moz-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    -o-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
}

/*业务范围结束*/


/*为什么选择我们开始*/

.about-feature-box-icon {
    padding-bottom: 15px;
}

.about-feature-box-icon img {
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
    color: #fff;
}

.intro .xzwm .item-title {
    text-align: center;
}

.item-title h2 {
    font-size: 24px;
    color: #333;
    line-height: 10px;
    letter-spacing: 2px;
    font-family: 'SourceHanSansCN';
    font-weight: 600;
}

/*为什么选择我们结束*/

/*产品区域开始*/

.index-color .padtb ul li p {
    font-size: 16px;
    text-align: center;
    padding: 10px;
    background-color: #009fe8;
    color: #fff;
    border-radius: 0 0 8px 8px;
}

.item-title h6 {
    border-bottom: solid 2px #02428c;
    text-align: center;
    width: 46px;
    display: inline-block;
}

.item-title p {
    font-size: 16px;
    color: #afafaf;
}

.cpqy {
    padding-top: 0px;
}

.index-color.intro {
    padding-bottom: 34px;
}

.cpqy .intro-content .intro-top .item-content p {
    text-indent: 1.5em;
}

.intro .cpqy-list li:nth-child(1) {
    background-color: #7374d0;
    text-align: center;
    height: 600px;
    background-image: url(/skin/images/cyqy-back-1.png);
    background-size: cover;
    position: relative;
}

.intro .cpqy-list li:nth-child(1):before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.intro .cpqy-list li:nth-child(1):hover:before {
    background-color: rgb(117 117 117 / 60%);
}

.intro .cpqy-list li:nth-child(2) {
    background-color: #11b4f0;
    text-align: center;
    height: 600px;
    background-image: url(/skin/images/cyqy-back-2.png);
    background-size: cover;
    position: relative;
}

.intro .cpqy-list li:nth-child(2):before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.intro .cpqy-list li:nth-child(2):hover:before {
    background-color: rgb(117 117 117 / 60%);
}

.intro .cpqy-list li:nth-child(3) {
    background-color: #df6165;
    text-align: center;
    height: 600px;
    background-image: url(/skin/images/cyqy-back-3.png);
    background-size: cover;
    position: relative;
}

.intro .cpqy-list li:nth-child(3):before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.intro .cpqy-list li:nth-child(3):hover:before {
    background-color: rgb(117 117 117 / 60%);
}

.intro .cpqy-list li:nth-child(4) {
    background-color: #94ce5a;
    text-align: center;
    height: 600px;
    background-image: url(/skin/images/cyqy-back-4.png);
    background-size: cover;
    position: relative;
}

.intro .cpqy-list li:nth-child(4):before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.intro .cpqy-list li:nth-child(4):hover:before {
    background-color: rgb(117 117 117 / 60%);
}

.intro .cpqy-list li .cpqy-item {
    position: absolute;
    text-align: center;
    transition: all .2s;
    position: relative;
    z-index: 10;
}

.intro .cpqy-list .cpqy-item .item-img {
    padding-top: 30%;
}

.intro .cpqy-list .cpqy-item h2 {
    padding-top: 30px;
    color: #fff;
}

.intro .cpqy-list .cpqy-item h6 {
    padding-top: 10px;
    color: #fff;
}

.intro .cpqy-list .cpqy-item span {
    border-bottom: solid 2px #fff;
    text-align: center;
    width: 46px;
    display: inline-block;
}

.intro .cpqy-list .cpqy-item .item-content {
    padding-top: 20px;
}

.intro .cpqy-list .cpqy-item .item-content p {
    padding: 10px 0px 10px 0px;
    color: #fff;
    font-size: 16px;
}

.intro .service-item-btn {
    display: block;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 12px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 4px;
    position: absolute;
    /*top: 360px;*/
    margin-top: 46px;
    left: 40px;
    transition: width .2s;
}

.intro .cpqy-list li.active .service-item-btn {
    width: 150px;
    background-color: #02428c;
    text-align: center;
    border: 0;
    overflow: hidden;
    font-size: 0;
}

.intro .cpqy-list li.active .service-item-btn:hover {
    background-color: #fa7704;
}

.intro .service-item-btn i {
    font-size: 16px;
}

.intro .cpqy-list li.active .fa-angle-right {
    display: none;
}

.fa-angle-right:before {
    content: "\f105";
}

.intro .cpqy-list li.active .service-item-btn:after {
    content: '查看更多';
    display: block;
    font-size: 14px;
}

.intro .inxprod-list.yyts h2 {
    font-size: 16px;
    padding: 10px;
    text-align: center;
}


.cpny-intro {
    max-width: 1400px;
    margin: auto;
    padding-top: 16px;
    font-size: 14px;
    color: 666666;
    color: #999999;
}

.newscenter-list.cpny-content {
    padding-top: 35px;
}

.row.justify-content-center {
    /*margin-top: -110px;*/
}

.cp-list {
    margin-top: -110px;
}

.news {
    padding: 10px;
}

.news .item-time {
    display: inline-block;
    padding-top: 40px;
}

.cpny-item {
    text-align: center;
    align-items: stretch;
    display: flex;
    flex-direction: column;
    height: 100px;
}

.zhyq-content .cpny-item {
    height: auto;
}

.cpny-item h3 {
    font-size: 22px;
}

.cpny-item p {
    padding-top: 10px;
    letter-spacing: 2px;
    line-height: 18px;
}

.cpny-ny img {
    max-width: 100%;
    width: 100%;
}

.cpny-ny p {}

/*产品区域结束*/

/*贸易百科开始*/

.item-yyts .mybk a {
    display: block;
    /*border: 1px solid #e3e3eb;*/
}

.mybk .tioinfor {
    font-size: 16px;
    padding: 24px 30px 34px;
    background-color: #efefef;
    border-radius: 0 0 8px 8px;
}

.intro .intro-item .index-more.center {
    margin: 40px;
}

.intro .intro-item .index-more.center a {
    padding: 15px 38px;
    border: solid 1px #2f2f2f;
    margin: 20px;
    border-radius: 10px;
    color: #2f2f2f;
}

.intro .intro-item .index-more.center a:hover {
    background-color: #009fe8;
    border: solid #009fe8 1px;
    color: #fff;
}

.mybk .tioinfor .text {
    color: #2f2f2f;
}

.mybk .tioinfor .date {
    color: #949494;
}

.service-item-box:hover .tioinfor .text {
    color: #009fe8;
}

.service-item-box:hover .tioinfor .date {
    color: #009fe8;
}

/*贸易百科结束*/


/*产品内页开始*/

.mrb-30 {
    margin-bottom: 30px;
}

.service-item-box .service-item-thumb:before {
    background: #03324d;
    border-radius: 8px 8px 0 0;
    position: absolute;
    height: 0;
    width: 100%;
    left: 0;
    top: 0;
    -moz-transition: all 400ms ease-out 0s;
    -webkit-transition: all 400ms ease-out 0s;
    -ms-transition: all 400ms ease-out 0s;
    -o-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
    content: "";
}

.service-item-box .service-item-thumb {
    position: relative;
}

.service-item-box .service-item-thumb .service-item-icon {
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    position: absolute;
    right: 20px;
    background: #009fe8;
    color: #fff;
    padding: 16px 20px;
    bottom: 0;
    border-radius: 5px;
    z-index: 1;
    -moz-transition: all 400ms ease-out 0s;
    -webkit-transition: all 400ms ease-out 0s;
    -ms-transition: all 400ms ease-out 0s;
    -o-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
}

.service-item-box .service-item-thumb .service-item-icon i {
    -moz-transition: 0.6s linear;
    -webkit-transition: 0.6s linear;
    -ms-transition: 0.6s linear;
    -o-transition: 0.6s linear;
    transition: 0.6s linear;
}

.service-item-box .service-item-thumb .service-item-icon i:before {
    font-size: 34px;
    line-height: 42px;
}

.service-item-box .service-item-content .service-item-link a:hover {
    padding-left: 35px;
}

.service-item-box .service-item-content .service-item-link a:after {
    background: #009fe8;
    position: absolute;
    content: "";
    height: 2px;
    width: 0;
    left: 0;
    top: 15px;
    -moz-transition: all 400ms ease-out 0s;
    -webkit-transition: all 400ms ease-out 0s;
    -ms-transition: all 400ms ease-out 0s;
    -o-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
}

.intro .list-item .mrb-15 {
    color: #009fe8;
}

.intro .list-item .text-uppercase.text-primary-color {
    font-size: 16px;
}

a:hover {
    color: #009fe8;
}

/*产品内页结束*/

/*评价*/
.intro {
    padding-top: 57px;
}

.Evaluation {
    padding: 40px 30px;
    background-image: url(/skin/images/2.png);
}

.Evaluation .item-title {
    text-align: center;
    margin: auto;
    padding: 0px 0px 40px 0;
}

.testimonial-item {
    background: #fff;
    padding: 35px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
}

.testimonial-item .testimonial-thumb {
    display: inline-block;
    padding: 3px;
    border-radius: 50%;
    margin-bottom: 20px;
    background: #c1cad5;
}

.testimonial-item .client-designation {
    font-size: 16px;
    color: #a6a4a4;
    letter-spacing: 0px;
    font-weight: 400;
    margin-bottom: 20px;
}

.testimonial-content .comments {
    margin: 0 0 20px;
    line-height: 1.8em;
    color: #a6a4a4;
    font-size: 14px;
    letter-spacing: 2px;
}

/*评价结束*/



/*产品内页开始*/
.intro .list-list li a {
    display: block;
    background: #faf9f1;
    color: #40436a;
    padding: 18px 40px;
    font-size: 16px;
    font-weight: normal;
    font-weight: 600;
    -moz-transition: all 300ms ease-out 0s;
    -webkit-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #eae8db;
}

.intro .list-list li.active a {
    color: #ffffff;
    padding-left: 50px;
    background: #009fe8;
}

.intro .list-list li a i {
    margin-right: 10px;
    font-size: 13px;
}

.intro .list-list .list-left-one {
    padding-bottom: 30px;
}

.intro .list-list li a:hover {
    background: #009fe8;
    color: #fff;
    padding-left: 50px;
}

.intro .list-list li.active a i {
    margin-right: 12px;
}

.sidebar-widget {
    padding: 30px;
    margin-bottom: 30px;
    background: #fff;
    border: 5px solid rgba(255, 72, 0, 0.1);
}

.mrb-40 {
    margin-bottom: 40px;
}

.widget-title {
    position: relative;
}

.widget-title:after {
    position: absolute;
    content: "";
    height: 4px;
    width: 58px;
    left: 0;
    bottom: -15px;
    background: #009fe8;
    border-radius: 6px;
}

.bg-primary-color {
    background: #009fe8;
}

/*产品内页结束*/



.lang .lang-list {
    display: flex;
}

.lang .lang-list .lang-item {
    padding-right: 10px;
}

.chromeframe {
    background: #ddd;
    color: #000;
    padding: 0.2em;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 9999;
    width: 100%;
}

.chromeframe a {
    color: #ed1c24;
}

/*-------- 1.1 Typography --------*/
body {
    background: #fff;
    font-size: 13px;
    line-height: 18px;
    font-family: "Open Sans", 'Roboto', Arial, "Microsoft YaHei", sans-serif;
    color: #565a5c;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-font-smoothing: antialiased;
    color: #333;
}

h3 {
    font-size: 22px;
}

/*General links color*/
a {
    color: #009fe8;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    outline: none;
}

a:hover,
a:focus {
    color: #111;
    text-decoration: none;
    outline: none;
}

a.link_normal {
    position: relative;
    font-weight: 500;
}

a.link_normal:after {
    font-style: normal;
    font-weight: normal;
    font-family: 'ElegantIcons';
    content: "\24";
    top: 3px;
    position: relative;
    margin-left: 3px;
}

p {
    margin: 0 0 25px 0;
}

.main_title {
    background-color: rgba(0, 0, 0, 0.3);
    display: inline-block;
    padding: 15px 15px 0 15px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px dotted #ddd;
}

/*-------- 1.2 Buttons --------*/
a.button_intro,
.button_intro {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: #fff !important;
    background: #663366;
    cursor: pointer;
    padding: 10px 35px;
    display: inline-block;
    outline: none;
    font-size: 12px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-transition: none;
    transition: none;
}

a.button_intro:hover,
.button_intro:hover {
    background: #333;
}

a.btn_1,
.btn_1 {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: #fff;
    background: #83c99f;
    cursor: pointer;
    padding: 7px 20px;
    display: inline-block;
    outline: none;
    font-size: 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
}

a.btn_1.white,
.btn_1.white {
    background: #fff;
    color: #009fe8;
}

a.btn_1.white:hover,
.btn_1.white a:hover {
    background: #333;
    color: #fff;
}

a.btn_1.outline,
.btn_1.outiline,
input .btn_1.outiline {
    color: #555;
    background: none;
    border: 2px solid #555;
    padding: 5px 18px;
}

a.btn_1.outline:hover,
.btn_1.outiline:hover,
input .btn_1.outiline:hover {
    color: #fff;
    background: #e04f67;
    border: 2px solid #e04f67;
}

a.btn_1.medium,
.btn_1.medium {
    padding: 10px 25px;
    font-size: 14px;
}

a.btn_1:hover,
.btn_1:hover {
    background: #333;
}

a.btn_quote {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: #fff;
    background: none;
    cursor: pointer;
    padding: 7px 30px;
    display: inline-block;
    outline: none;
    font-size: 14px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    border: 2px solid #fff;
    float: right;
    white-space: nowrap;
    text-shadow: none;
}

a.btn_quote:hover {
    color: #009fe8;
    background: #fff;
}

a.btn_full,
.btn_full {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: #fff;
    width: 100%;
    background: #85c99d;
    cursor: pointer;
    padding: 12px 20px;
    display: inline-block;
    outline: none;
    font-size: 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

/*-------- 1.3 Structure --------*/
/* Header */
#tag_line {
    font-size: 13px;
    color: #999;
}

#logo {
    /*margin-top: 7px;*/
}

.header {
    width: 100%;
    /*padding: 10px 0 0 0;*/
    background-color: #fff;
    z-index: 99999;
    position: relative;
}

header.sticky #top_line {
    height: 0;
    overflow: hidden;
    padding: 0;
    opacity: 0;
    visibility: visible;
}

header.sticky {
    -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
    background-color: #fff;
    padding-bottom: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}

header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    -khtml-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    -moz-transition: all 600ms ease-out 0s;
    -webkit-transition: all 600ms ease-out 0s;
    -ms-transition: all 600ms ease-out 0s;
    -o-transition: all 600ms ease-out 0s;
    transition: all 600ms ease-out 0s;
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}


.nav {
    /*margin-top: 20px*/
}

.sticky #logo {
    margin-top: 0;
    margin-bottom: 10px;
}

#top_line {
    height: 28px;
    font-size: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    visibility: visible;
    opacity: 1;
    margin-bottom: 5px;
}

ul#top_links {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
    font-weight: 600;
}

ul#top_links li {
    display: inline-block;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    margin-right: 5px;
    padding-left: 8px;
}

ul#top_links li:first-child {
    border-left: none;
    padding-left: 0;
}

ul#top_links li #phone_header {
    color: #636;
}

#sub_header {
    height: 150px;
    background: #009fe8 url(../img/sub_header.jpg) no-repeat center center;
    color: #fff;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    padding-top: 76px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

#sub_header h1 {
    color: #fff;
    margin: 0;
    font-size: 24px;
    font-weight: 700;
}

#sub_header h1:before {
    content: '//';
    margin-right: 5px;
}

#sub_header .main_title p {
    margin-bottom: 15px;
    font-size: 14px;
}

/* Footer  */
.footer {
    background: #f3f3f3;
    color: #fff;
    padding: 30px 0 10px 0;

}

.footer h3 {
    font-size: 16px;
    font-weight: 400;
    color: #85868f;
}

.footer a {
    padding-top: 0;
    color: #abacb7;
    line-height: 2.5;
}

.footer a:hover {
    color: #009fe8;
}

.footer-sec .foot-nav.item-lis {
    text-align: center;
}

.footer ul {
    margin: 0;
    padding: 0 0 20px 0;
    list-style: none;
}

#social_footer {
    text-align: center;
    border-top: 1px dotted rgba(255, 255, 255, 0.2);
    /*padding-top: 30px;*/
    margin-top: 10px;
}

#social_footer p {
    font-size: 12px;
    color: #8c8c8c;
}

#social_footer ul {
    margin: 0;
    padding: 0 0 10px 0;
    text-align: center;
}

#social_footer ul li {
    display: inline-block;
    margin: 0 5px 10px 5px;
}

#social_footer ul li a {
    color: #4e4e4e;
    text-align: center;
    line-height: 34px;
    display: block;
    font-size: 16px;
    width: 35px;
    height: 35px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#social_footer ul li a:hover {
    border: 1px solid #fff;
    background: #fff;
    color: #111;
}

#contact_bg {
    background: url(../img/map_footer.png) no-repeat bottom center;
}

ul#contact_details_footer {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}

ul#contact_details_footer li {
    margin-bottom: 20px;
}

ul#contact_details_footer li#address_footer,
ul#contact_details_footer li#phone_footer,
ul#contact_details_footer li#email_footer {
    position: relative;
    padding-left: 30px;
}

#address_footer:before,
#phone_footer:before,
#email_footer:before {
    font-style: normal;
    font-weight: normal;
    font-family: 'ElegantIcons';
    position: absolute;
    font-size: 20px;
    left: 0;
    top: 0;
}

#address_footer:before {
    content: "\e009";
}

#phone_footer:before {
    content: "\e00b";
}

#email_footer:before {
    content: "\e010";
    top: -3px
}

#copy {
    background-color: #009fe8;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

/*============================================================================================*/
/* 2.  CONTENT  */
/*============================================================================================*/
/*-------- 2.1 Home --------*/
#get_quote {
    background: #663366 url(../img/pattern_green.png) repeat;
    padding: 30px 0;
    color: #fff;
}

#get_quote.green {
    background: #009fe8 url(../img/pattern_green.png) repeat;
    padding: 30px 0;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

#get_quote h3 {
    color: #fff;
    margin: 5px 0 0 0;
    font-family: 'Gochi Hand', cursive, "Microsoft YaHei";
    font-size: 28px;
}

.box_style_1.home {
    padding: 20px;
    padding-bottom: 5px;
}

.box_style_1.home ul.feat li {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 15px;
}

.box_style_1.home ul.feat li p {
    margin-bottom: 15px;
}

.box_style_1.home ul.feat li:last-child {
    border-bottom: 0;
}

.box_style_1.home ul.feat li:last-child p {
    margin-bottom: 0;
}

.box_style_1.home h3 {
    background-color: #333;
    text-align: center;
    color: #fff;
    padding: 15px 10px;
    text-transform: uppercase;
    font-size: 18px;
    margin: -20px -20px 20px -20px;
    border-bottom: 2px solid #fff;
}

#how_to {
    background: #009fe8 url(../img/pattern_green.png) repeat;
    padding: 60px 0 30px 0;
    color: #fff;
    font-size: 14px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    font-weight: 500;
}

#how_to h3 {
    font-family: 'Gochi Hand', cursive, "Microsoft YaHei";
    color: #fff;
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 0;
}

#how_to h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color: #FFC;
}

#how_to h4:before,
#how_to h4:after {
    display: inline-block;
    width: 20px;
    height: 1px;
    content: '';
    vertical-align: middle;
    background: rgba(255, 255, 255, 0.5);
}

#how_to h4:before {
    margin-right: 10px;
}

#how_to h4:after {
    margin-left: 10px;
}

/* Home 2 */
#feat_home {
    background-color: #663466;
    color: #fff;
}

.box_feat_2 {
    text-align: center;
    padding: 30px 30px 0 30px;
}

.box_feat_2 h3 {
    color: #009fe8;
}

.box_feat {
    background-color: #603160;
    color: #fff;
    text-align: center;
    padding: 20px 20px 10px 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 15px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.box_feat h3 {
    color: #FFC;
}

.box_feat h3:before,
.box_feat h3:after {
    content: '/';
    color: #fff;
}

.box_feat h3:before {
    margin-right: 10px;
}

.box_feat h3:after {
    margin-left: 10px;
}

#feat_home h2 {
    font-family: 'Gochi Hand', cursive, "Microsoft YaHei";
    color: #FFC;
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 0;
}

.intro_title {
    display: table-cell;
    vertical-align: middle;
}

.intro_title h1 {
    font-size: 45px;
    margin-bottom: 5px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

/*-------- 2.2 About us --------*/
#intro {
    text-align: center;
}

#intro h2 {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0;
}

#intro p {
    font-size: 20px;
    line-height: 24px;
}

ul.feat#about {
    list-style: none;
    margin: 20px 0 20px 0;
    padding: 0;
}

ul.feat#about li {
    margin-bottom: 20px;
    padding: 10px 20px 0 90px;
    border: 1px solid #d3eddc;
    background-color: #edf8f1;
}

ul.feat#about li h4 {
    color: #009fe8;
}

ul.feat#about li p {
    margin-bottom: 20px;
}

ul.feat#about li img {
    position: absolute;
    left: 20px;
    top: 20px;
}

#testimonials {
    background: #fafafa;
    padding: 30px 0;
    margin-bottom: 20px;
}

/* carousel */
#quote-carousel {
    padding: 0 10px 40px 10px;
}

#quote-carousel small {
    color: #999;
}

/* Previous button  */
#quote-carousel .carousel-control.left {
    left: -12px;
}

/* Next button  */
#quote-carousel .carousel-control.right {
    right: -12px !important;
}

#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}

#quote-carousel .carousel-indicators li {
    background: #ccc;
    border: none;
}

#quote-carousel .carousel-indicators .active {
    background: #1c1c1c;
}

#quote-carousel img {
    width: 100px;
    height: 100px;
    border: 3px solid #fff;
}

.item blockquote {
    border-left: none;
    margin: 0;
    text-align: center;
    font-family: 'Gochi Hand', cursive, "Microsoft YaHei";
    font-size: 24px;
    line-height: 28px;
}

.item blockquote img {
    margin-bottom: 20px;
}

/*-------- 2.3 Removals--------*/
.box_style_1 {
    padding: 10px;
    position: relative;
    background: #f9f9f9;
    margin-bottom: 20px;
}

.box_style_3 {
    background: #619979 url(../img/pattern_green.png) repeat;
    padding: 30px 20px 10px 20px;
    color: #fff;
}

.box_style_3 h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}

.box_style_3 h4:before,
.box_style_3 h4:after {
    display: inline-block;
    width: 20px;
    height: 1px;
    content: '';
    vertical-align: middle;
    background: rgba(255, 255, 255, 0.5);
}

.box_style_3 h4:before {
    margin-right: 10px;
}

.box_style_3 h4:after {
    margin-left: 10px;
}

ul#cat_nav {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0;
    font-weight: 500;
}

ul#cat_nav li a {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    padding: 10px;
    display: block;
    margin-bottom: 7px;
    position: relative;
}

ul#cat_nav li a#active {
    background-color: #009fe8;
    color: #fff;
}

ul#cat_nav li:last-child a {
    margin-bottom: 0;
}

ul#cat_nav li a:before {
    position: relative;
    font-style: normal;
    font-weight: normal;
    font-family: 'ElegantIcons';
    position: absolute;
    font-size: 20px;
    right: 5px;
    top: 9px;
    content: "\35";
}

img.img-responsive.border {
    border-bottom: 3px solid #9bd4af
}

ul.feat {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}

ul.feat li {
    padding-left: 70px;
    position: relative;
}

ul.feat li img {
    position: absolute;
    left: 0;
    top: 0;
}

.strip h4 {
    margin-top: 0;
}

.strip {
    padding: 40px 0 20px 0;
    border-top: 1px dashed #ddd;
}

/*-------- 2.4 Quotation --------*/
.form_title {
    position: relative;
    padding-left: 55px;
    margin-bottom: 10px;
}

.form_title h3 strong {
    background-color: #009fe8;
    text-align: center;
    width: 40px;
    height: 40px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}

.form_title h3 {
    margin: 0;
    padding: 0;
}

.form_title p {
    color: #999;
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 14px;
}

.step {
    border-left: 1px solid #ddd;
    padding: 20px 0 20px 31px;
    margin: 0 0 10px 20px;
}

.form_title p {
    color: #999;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 14px;
}

.form-group.options {
    border-bottom: 1px dotted #ddd;
    padding-bottom: 30px;
    margin-bottom: 15px;
}

.form-group.options strong {
    position: relative;
    top: 5px;
}

/* Error validate style */
label.error {
    font-size: 11px;
    position: absolute;
    top: -12px;
    right: 0;
    z-index: 99;
    height: 25px;
    line-height: 25px;
    background-color: #e34f4f;
    color: #fff;
    font-weight: normal;
    padding: 0 6px;
}

label.error:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 6px 6px 0;
    border-color: transparent #e34f4f;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -6px;
    left: 20%;
}

/*-------- 2.5 Quotation --------*/
.button-back {
    float: left;
}

.button-next {
    float: right;
}

a.button-back,
a.button-next {
    text-decoration: none;
    color: #fff;
}

.button-back,
.button-next {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: #fff;
    background: #83c99f;
    cursor: pointer;
    padding: 7px 20px;
    display: inline-block;
    outline: none;
    font-size: 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 20px;
}

.button-back:hover,
.button-next:hover {
    background: #333;
    text-decoration: none;
}

#custom .step {
    clear: left;
    background: #fafafa;
    padding: 30px;
    margin: 0;
    border: 0;
}

#custom .step label {
    display: block;
    margin-bottom: 3px;
    position: relative;
}

#custom .step legend {
    font-size: 11px
}

ul.stepy-titles {
    margin: 0;
    padding: 0;
}

.stepy-titles {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    margin-bottom: 0;
    height: 40px;
}

.stepy-titles li:first-child {
    margin-left: 0;
}

.stepy-titles li {
    cursor: pointer;
    float: left;
    padding: 7px 20px;
    background: #f0f0f0;
    font-weight: 600;
    margin-bottom: 2px;
    margin-left: 2px;
    position: relative;
    font-size: 16px;
}

.stepy-titles li span {
    font-size: 11px;
    display: block;
    font-weight: normal;
}

.stepy-titles .current-step {
    cursor: auto;
    background: #009fe8;
    padding: 7px 20px;
    color: #fff;
}

.form-control.error {
    background: #fdf5f5
}

.stepy-error {
    display: block;
}

.stepy-error label.error {
    background: #e34f4f url(../img/alert.png) no-repeat 5px center;
    color: #fff;
    display: block;
    display: inline-block;
    font-size: 12px;
    padding: 6px 10px 0px 25px;
    margin: 8px 5px 2px 0;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -opera-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: static;
    line-height: normal;
}

.stepy-error label.error:after {
    border-width: 0;
}

input[type="submit"].finish {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: #fff;
    background: #333;
    cursor: pointer;
    padding: 7px 20px;
    display: inline-block;
    outline: none;
    font-size: 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    float: right;
    margin-top: 20px;
}

input#website {
    display: none;
}

.modal-dialog {
    margin-top: 80px;
}

/*-------- 2.6 Tips/faq --------*/
.box_style_4 {
    background: #fafafa;
    padding: 15px;
    margin-bottom: 20px;
    border-top: 3px solid #009fe8;
}

.box_style_4 ul {
    padding: 0 0 0 25px;
    margin: 0 0 0 0;
}

.box_style_4 ul li {
    margin: 0 0 10px 0;
}

/*-------- 2.7 Contacts --------*/
#map {
    width: 100%;
    height: 350px;
    border: 3px solid #ededed;
}

.box_style_4 h3 {
    margin-top: 0;
}

.error_message {
    font-weight: bold;
    color: #e34f4f;
    margin-bottom: 5px
}

/*============================================================================================*/
/* 3.  COMMON  */
/*============================================================================================*/
.gray_bg {
    background-color: #fafafa;
}

.box_style_2 {
    padding: 10px 25px 0 25px;
    margin-bottom: 20px;
    border: 1px dashed #ddd;
}

.box_style_2 h4 {
    margin: 10px 0 20px;
}

.box_style_2 ul {
    padding-left: 20px;
    padding-bottom: 10px;
}

.box_style_2 ul li {
    margin-bottom: 10px;
}

.box_style_2 ul li:last-child {
    margin-bottom: 0;
}

.quote_banner a {
    background-color: #009fe8;
    color: #fff;
    display: block;
    padding: 17px 15px 15px 45px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.quote_banner {
    position: relative;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.quote_banner:before {
    font-style: normal;
    font-weight: normal;
    font-family: 'ElegantIcons';
    content: "\e0ee";
    top: 15px;
    font-size: 18px;
    margin-right: 5px;
    position: absolute;
    left: 15px;
    color: #fff;
}

.quote_banner a:hover {
    background-color: #333;
}

/* Input form style */
.form-control {
    font-size: 12px;
    color: #333;
    border-radius: 3px;
}

#booking .form-group {
    position: relative;
}

/* Scroll top button */
#toTop {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    padding: 10px;
    line-height: 20px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    display: none;
    color: #fff;
    font-size: 20px;
}

#toTop:before {
    font-style: normal;
    font-weight: normal;
    font-family: "fontello";
    content: "\e899";
}

/*Spacing*/
.nopadding {
    margin: 0 !important;
    padding: 0 !important;
}

.nomargin {
    margin: 0 !important
}

.add_bottom_15 {
    margin-bottom: 15px;
}

.add_bottom_30 {
    margin-bottom: 30px;
}

.add_bottom_45 {
    margin-bottom: 45px;
}

.add_bottom_60 {
    margin-bottom: 60px;
}

/*List*/
ul.list_ok {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 22px;
}

ul.list_ok li {
    position: relative;
    padding-left: 25px;
}

ul.list_ok li:before {
    font-style: normal;
    font-style: normal;
    font-family: 'ElegantIcons';
    font-size: 14px;
    content: "\4e";
    color: #009fe8;
    position: absolute;
    left: 0;
    top: 0;
}

ul.list_order {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
}

ul.list_order li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px;
}

ul.list_order li span {
    background-color: #e04f67;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    font-size: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

ul.list_2 {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}

ul.list_2 li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
}

ul.list_2 li:before {
    font-style: normal;
    font-style: normal;
    font-family: 'ElegantIcons';
    font-size: 14px;
    content: "\5c";
    color: #009fe8;
    position: absolute;
    left: 0;
    top: 0;
}

/* Margin tools */
.margin_60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.margin_30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

/* Bg Content */
.bg_content {
    display: table;
    width: 100%;
    height: 470px;
    background: url(../img/bg_parallax.jpg) no-repeat center center;
    background-size: cover;
}

.bg_content>div {
    display: table-cell;
    padding: 0 10%;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.bg_content div h3 {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}

.bg_content div h3 {
    margin-bottom: 0;
}

.bg_content div h3:before,
.bg_content div h3:after {
    display: inline-block;
    width: 50px;
    height: 1px;
    content: '';
    vertical-align: middle;
    background: rgba(255, 255, 255, 0.5);
}

.bg_content div h3:before {
    margin-right: 10px;
}

.bg_content div h3:after {
    margin-left: 10px;
}

.bg_content div a i {
    color: #fff;
    opacity: 0.5;
    font-size: 72px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.bg_content div a:hover i {
    opacity: 1;
}

#position {
    color: #fff;
    font-size: 13px;
    margin-top: 42px;
}

#position ul li:first-child {
    padding-left: 20px;
}

#position ul li:first-child:before {
    content: '\eaf4';
    font-style: normal;
    font-weight: normal;
    font-family: "fontello";
    position: absolute;
    left: 0;
    top: 1px;
    color: #fff;
}

#position ul {
    margin: 0;
    padding: 0;
    float: right;
}

#position ul li a {
    color: #fff;
    opacity: 0.7;
}

#position ul li a:hover {
    color: #fff;
    opacity: 1;
}

#position ul li {
    display: inline-block;
    padding-right: 8px;
    margin-right: 3px;
    position: relative;
}

#position ul li:after {
    content: '\e9ee';
    font-style: normal;
    font-weight: normal;
    font-family: "fontello";
    position: absolute;
    right: 0;
    top: 1px;
}

#position ul li:last-child:after {
    content: '';
}

/*Banners*/
.banner {
    position: relative;
    background: #fff url(../img/bg_banner.jpg) no-repeat right bottom;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 25px;
    margin-bottom: 30px;
}

.banner:after,
.banner:before {
    position: absolute;
    content: "";
    z-index: 1;
    height: 18px;
    width: 50%;
    top: 100%;
}

.banner:after {
    left: 0;
    background: url(../img/shadow-bg.png) no-repeat top left;
}

.banner:before {
    right: 0;
    background: url(../img/shadow-bg.png) no-repeat top right;
}

.banner a {
    position: absolute;
    top: 35%;
    right: 30px;
    text-shadow: none;
}

.banner h4 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 32px;
    margin: 0;
    padding: 0;
    color: #333;
    font-family: 'Gochi Hand', cursive, "Microsoft YaHei";
}

.banner h4 span {
    text-transform: none;
    color: #ee632c;
}

.banner p {
    margin: 0;
    padding: 0 200px 0 0;
    font-weight: 500;
    color: #333;
}

.banner.colored {
    background: #009fe8 url(../img/pattern_lines.png) repeat;
    color: #fff;
    padding-left: 110px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.banner.colored h4,
.banner.colored p {
    color: #fff;
}

.banner.colored h4 span {
    color: #FFC;
}

.banner.colored img {
    position: absolute;
    top: 20px;
    left: 15px;
}

/*Preloading*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}

.sk-spinner-wave.sk-spinner {
    margin: -15px 0 0 -25px;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 30px;
    text-align: center;
    font-size: 10px;
}

.ie8 .sk-spinner-wave.sk-spinner {
    display: none;
}

.sk-spinner-wave div {
    background-color: #ccc;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
    animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-spinner-wave .sk-rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-spinner-wave .sk-rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-spinner-wave .sk-rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-spinner-wave .sk-rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-waveStretchDelay {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes sk-waveStretchDelay {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

/** Collapse **/
.panel {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-title a {
    display: block;
    color: #009fe8;
}

.panel-default>.panel-heading {
    background-color: #f9f9f9;
}

.panel-heading {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-group .panel {
    border-radius: 0;
}

.loader {
    margin-left: 5px;
    position: absolute;
}

/** Blockquote **/
blockquote.styled {
    font-family: 'Gochi Hand', cursive, "Microsoft YaHei";
    line-height: 1.42834143;
}

/** tabs **/
.tab-content {
    padding: 30px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: none;
    margin-bottom: 25px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pages {
    float: left;
    width: 100%;
    margin: 30px 0 0 0;
    font-size: 14px;
    text-align: center;
}

.pages li {
    display: inline-block;
}

.pages a {
    display: block;
    line-height: 22px;
    font-size: 14px;
    color: #999;
    padding: 0 8px;
    border-radius: 11px;
    margin: 0 7px;
}

.pages a:hover {
    background: #ffa800;
    color: #fff;
}

.pages li.active a {
    background: #ffa800;
    color: #fff;
}

/*AB模版网新增翻页样式 各类模版第一站 www.adminbuy.cn*/
.pagess {
    clear: both;
    margin: 20px;
    overflow: hidden;
    margin-left: 0px;
    text-align: center;
    font-size: 12px
}

.pagess ul li {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 2px 9px;
    margin: 0 3px;
    line-height: 20px;
    background: #fff;
    color: #999
}

.pagess ul li:hover {
    background: #ccc;
    color: #fff;
    border: 1px solid #ccc
}

.pagess ul li:hover a {
    color: #fff;
}

.pagess ul li.thisclass {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 2px 9px;
    margin: 0 3px;
    background: #ccc;
    color: #fff;
}

.pagess ul li.thisclass a {
    color: #fff;
}

.pagess ul li a {
    display: block;
    color: #999
}

.pagess ul li a:hover {
    color: #fff;
}

#adminbuy_cn img {
    max-width: 100% !important;
    height: auto !important
}

@media (max-width:1900px) {
    #logo img {
        max-width: 104%;
    }

    .main-menu ul {
        /* padding: 40px 0; */
    }

    .head-item {
        padding-top: 33px;
    }

    .head-item span p {
        padding-top: 0px;
    }

    .main-menu>ul>li>a {
        padding: 12px 12px 12px 16px;
    }

    .swiper-item-title#banner-word h2 {
        font-size: 32px;
        line-height: 46px;
    }

    .intro .intro-item .item-wrap.news {
        padding-bottom: 30px;
    }
}

@media (max-width: 1400px) {
    .swiper-item-title h2 {
        line-height: 45px;
        font-size: 34px;
    }
}

@media (max-width: 1200px) {
    .swiper-item-title h2 {
        line-height: 35px;
        font-size: 30px;
    }

}

@media (max-width: 1080px) {
    .swiper-item-title h2 {
        line-height: 30px;
        font-size: 24px;
    }

    .head-item {
        display: none;
    }
}

@media (max-width: 768px) {
    .header .header-logo {
        width: 101%;
        padding: 0px 10px 0px 16px;
    }

    .header .header-list {
        width: 26%;
    }

    .cmn-toggle-switch {
        top: 20px;
    }

    #logo img {
        max-width: 100%;
    }

    .header-top-area .header-top-right-part .social-links,
    .header-top-area .header-top-left-part .phone {
        display: none;
    }

    .intro .intro-content .intro-top {
        padding: 15px;
    }

    .intro .item-wrap .item-title h2 {
        font-size: 20px !important;
        line-height: 20px !important;
    }

    .intro .item-wrap .item-title p {
        font-size: 12px;
    }

    .intro .intro-content .intro-top .item-title h2 {
        font-size: 18px !important;
        line-height: 8px !important;
    }

    .intro .intro-content .intro-top .item-title p {
        font-size: 12px;
    }

    .intro .intro-content .intro-top .item-content {
        padding: 0px;
    }

    .intro .intro-content .intro-top .item-content p {
        padding: 0px 15px 0px 15px;
    }

    .index-color .inxprod-list .ywfw-item {
        width: 49%;
        float: inherit;
        padding: 0px 10px 0px 20px;
    }

    .about-us-wrapper h2 {
        font-size: 22px !important;
        padding-left: 10px;
        line-height: 26px !important;
    }

    .content-border-left {
        font-size: 14px;
    }

    .pdb-100 {
        padding-bottom: 0px;
    }

    .mrt-60 {
        margin-top: 30px;
    }

    .text-center h5 {
        font-size: 12px;
        line-height: 0px;
    }

    .row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .choose {
        top: 0px;
    }

    .mrb-80 {
        margin-bottom: 40px;
    }

    .pdl-60 h2 {
        font-size: 22px !important;
        line-height: 26px !important;
    }

    .side-line-left.text-primary-color.mrb-15 {
        display: none;
    }

    .col-md-6.col-xl-6.pdl-60 {
        top: 40px;
        padding-left: 15px;
    }

    .mrb-sm-30 {
        margin-bottom: 0px;
    }

    .section-title {
        font-size: 14px;
    }

    .cp-list:nth-child(1) {
        margin-top: -20px;
    }

    .cp-list {
        margin-top: 0px;
    }

    .pdb-150 {
        padding-bottom: 1px;
    }

    #copy .container {
        max-width: 74%;
    }

    #position ul li:first-child {
        display: none;
    }

    .sidebar-widget {
        display: none;
    }

    .swiper-slide-active .swiper-item-title h2 {
        display: none;
    }

    h2.post-title {
        font-size: 17px !important;
    }

    .header-top-area .header-top-left-part .address {
        /*display: none;*/
    }

    .header-top-area .header-top-left-part .address:after {
        background: #009fe8;
    }

    .col-lg-5.header-top-right-part.text-right {
        text-align: center;
        padding-top: 10px;
    }

    .col-lg-4.header-top-right-part.text-right {
        text-align: center;
        padding-top: 10px;
    }

    .lang .lang-list .lang-item {
        background-color: #fff;
        margin-left: 10px;
    }

    .header-top-area a {
        color: #009fe8;
        font-size: 14px;
        width: 100px;
        height: 30px;
        line-height: 30px;
        display: block;
        font-weight: 400;
    }

    header.sticky {
        transform: initial;
    }
}

.header-search{
    display: block;
    position: relative;
    margin-right: 10px;
}

.header-search>i {
    padding: 12px;
    background-color: #f5f5f5;
    border-radius: 8px;
    font-size: 18px;
    color: #009fe8;
}

.header-search-form{
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

.header-search:hover .header-search-form{
    opacity: 1;
    visibility: visible;
}

.header-search-form form{
    display: flex;
    align-items: stretch;
}

.header-search-form input{
    display: block;
    padding: 12px 16px;
    width: 180px;
    font-size: 14px;
}

.header-search-form button{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    background-color: #009fe8;
    color: #fff;
}

.header-search-form button i{
    font-size: 14px;
}

.contact-bar {
    display: block;
    position: fixed;
    right: 10px;
    top: 50%;
    z-index: 50;
    transform: translateY(-50%);
}

.contact-bar>ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-bar>ul>li {
    display: block;
    margin-bottom: 15px;
}

.contact-bar>ul>li:last-child {
    margin-bottom: 0;
}

.contact-bar>ul>li>a{
    display: block;
    position: relative;
    padding: 10px 14px;
    background-color: #009fe8;
    border-radius: 10px;
}

.contact-bar>ul>li>a>img{
    display: block;
    margin: 0 auto;
    width: 30px;
}

.contact-bar>ul>li>a>i{
    display: block;
    font-size: 24px;
    color: #fff;
    text-align: center;
}

.contact-bar>ul>li>a>span{
    display: block;
    margin-top: 2px;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.contact-bar>ul>li>a>.hidebox{
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 10px;
    padding: 10px 15px;
    background-color: #ffffff;
    color: #333;
    line-height: 1.2;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.contact-bar>ul>li>a:hover>.hidebox{
    opacity: 1;
    visibility: visible;
}

.contact-bar>ul>li>a>.hidebox>p{
    font-size: 14px;
    margin: 0;
}

.contact-bar>ul>li>a>.hidebox>p.phone-number{
    font-size: 18px;
    font-weight: bold;
    color: #009fe8;
}

.contact-bar>ul>li>a>.hidebox>img{
    display: block;
    width: 150px;
    max-width: unset;
}

@media (max-width: 768px) {
    .header-search{
        display: none;
    }

    .contact-bar {
        display: none;
    }
}