

/*
Author: Xpeedstudio
Author URI: http://xpeedstudio.com
*/

/*==========================================
 01.  PREDIFINEED (FROM 1 TO 780 )
 02.  PRELOADER - LINE NO 786
 03.  NAVIGATION - LINE NO 930
 04.  HOME - LINE NO 1150
 05.  THU FEATURE - LINE NO 1280
 06.  THU FLIDE - LINE NO 1355
 07.  THU SERVICE - LINE NO 1385
 08.  PORTFOLIO - LINE NO 1444
 09.  THU SOLUTION - LINE NO 1620
 10.  THU TEAM - LINE NO 1658
 11.  THU CLIENTS FEEDBACK - LINE NO 1730
 12. THU BLOG - LINE NO 1848
 13. THU SUBCRIBS - LINE NO 1935
 14. FOOTER - LINE NO 2020
==========================================*/


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html,
body {
    background-color: #fff;
    /* font-size: 14px; */
    font-size: 62.5% !important;
    color: #797979;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-weight: 400;
    width:100%;
    font-family: PingFangSC-Regular, PingFang SC, sans-serif;
    /* max-height:99999px;
    min-height:1px; */
    /* -webkit-text-size-adjust: 100%; */
    /* -webkit-text-size-adjust: 100% !important; */
    /* zoom: 0.89 */
}

/*------------------------------------------------------------------*/
/*   IE10 in Windows 8 and Windows Phone 8 Bug fix
/*-----------------------------------------------------------------*/

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

@media all and (orientation : portrait){

    .years-commemorate-page{
        background: url(../images/background/yearPage-background1.png) no-repeat top center !important;
        background-size: 100% 100% !important;
    }
    
}

/* @media all and (orientation : landscape){

    .container{ 
        width: 1170px !important
    }
    
} */

/* @media all and (min-width: 768px) { */
    
    /* html{
        font-size: 42% !important;
    } */
    /* .home_text h1{
        font-size: 2rem !important;
        line-height: 2.8rem !important;
    }
    .news-title-font{
        font-size: 0.8rem !important;
    }
    .news-content-font{
        font-size: 0.3rem !important;
        line-height: 0.9rem !important
    } */
    /* *{
            -webkit-text-size-adjust: none !important;
            max-height:99999px !important
    } */
/* } */

/*
    Page Content
------------------------------------------*/
/*
.page-content, 
section { overflow: hidden; }*/

/*
    On Scroll Animations 
------------------------------------------*/

/*.animated { visibility: hidden; }
.visible { visibility: visible; }*/

/*
    Spacing & Alignment 
------------------------------------------*/

.roomy-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.roomy-80 {
    padding-top: 100px;
    padding-bottom: 80px;
}

.roomy-70 {
    padding-top: 100px;
    padding-bottom: 70px;
}

.roomy-60 {
    padding-top: 100px;
    padding-bottom: 60px;
}

.roomy-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.roomy-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}


/*text color*/

.text-muted{}

.text-primary{color: #ee997b !important;;}
.text-finence{color:#13A0B2 !important;;}
.text-mega{color:#ee997b !important;;}
.text-white{color:#fff !important;;}
.text-black{color:#000 !important;}

.text-warning{}
.text-danger{}

.disabled{
    cursor: not-allowed;
}

.jumpVideo{
    width: 190px;
    height: 130px;
    position: fixed;
    bottom: 0px;
    right: 0px;
    /* zoom: 0.9 */
}

.col-sm-news-4{
    /* width : 0%; */
}

/*bacground color*/
.bg-light {
    background-color: #f3f3f3;
}
.bg-primary{background-color: #1E8BC3;}
.bg-finence{background-color:#13A0B2;}
.bg-mega{background-color:#e5e5e5;}
.bg-grey{background-color: #f5f5f5;}
.bg-black{background-color: #212121;}
.bg-white{background-color: #fff;}

img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -user-select: none;
    -webkit-user-drag: none;
    -user-drag: none;
}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}
a,
button,
a span {
    /* -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; */
}
a {
    /* -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; */
}

.btn:focus,
.btn:active {
    outline: inherit;
    background-color: transparent;
}
*,
*:before,
*:after {
    box-sizing: border-box;
}

p {
    margin: 0 0 15px;
}

.clear {
    clear: both;
}

#frontVideoProdue{
    display: none;
}

img {
    max-width: 100%;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    outline: none;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: transparent;
    background-image: none;
}

.form-control{
    border-radius: 0px;
    border:1px solid #ccc;
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    width: 100%;
    height: auto;
    font-family: PingFangSC-Regular, PingFang SC;
}

.form-control:focus {
    border-color: #bcefeb;
    outline: 0;
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075),0 0 0px rgba(102,175,233,.6);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    color:#1a1a1a;
    margin-bottom: 10px;
}


/* 以14px为基础的方案 */
h1 {
    font-size: 4.2rem;
    line-height: 56px;
}
h2 {
    font-size: 3.5rem;
    line-height: 42px;
}
h3 {
    font-size: 2.94rem;
    line-height: 35px;
}
h4 {
    font-size: 2.24rem;
    line-height: 30px;
}
h5 {
    font-size: 1.8rem;
    font-family: 'Crimson Text', serif;
    font-weight: 400;
}
h6 {
    font-size: 1.4rem;
}

.count-font{
    font-size: 3.8rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 900;
    color: #333333;
}
.count-unit{
    font-size: 1.8rem;
    font-family: Arial Black;
    font-weight: 500;
    color: #333333;
}
.count-explain{
    font-size: 2.0rem;
    font-family: PingFangSC-Semibold;
    font-weight: 500;
    color: #999;
    letter-spacing: 0.1rem;
}

.count-add{
    font-size: 2.6rem;
    /* font-family: Arial Black; */
    font-weight: 500;
    color: #333333;
}

.title-font{
    font-size: 2.6rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
}

.explain-font{
    width: 90%;
    height: 31px;
    font-size: 1.6rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 42px; 
    display: inline-block;
}

.video-view{
    display:none;
}

.video-view-business {
    width: 100%;
    margin-bottom: 30px;
}

.title-line{
    width: 88px;
    height: 0.1rem;
    margin: 0 auto;
    border: 0.1rem solid #999999;
}

.serve-pic{
    /* width:271px;
    height:271px; */
    position: relative;
    padding: 0px 5px 10px 5px;
    overflow: hidden;
}

.serve-title{
    width: 150px;
    height: 30px;
    font-size: 2.2rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 30px;
    text-align:center;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 50%;
    margin-left: -75px;
    top: 49px;
}

.serve4-title {
    width: 150px;
    height: 30px;
    /* font-size: 22px; */
    font-size: 2.2rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 30px;
    text-align:center;
    text-shadow: 0px 0.2rem 0.4rem rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 50%;
    margin-left: -75px;
    top: 100px;
}

.service-pre-content{
    width:100%;
    height:100%;
}

.service-hover-content{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 230px;
}

.service-content{
    width: 194px;
    height: 100px;
    font-size: 1.4rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 20px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    position:absolute;
    left: 50%;
    margin-left: -97px;
    top: 90px;
}

.service-btn{
    width: 70px;
    height: 16px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 50%);
    border-radius: 7px;
    font-size: 0.9rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #2A2A2A;
    line-height: 15px;
    text-shadow: 0px 2px 4px rgb(0 0 0 / 50%);
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: 60px;
    cursor: pointer;
}

/* h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
p span{
    color:#ee997b;
} */

p {
    line-height: 15px;
}
p:last-child {
    margin-bottom: 0px;
}
/*colors*/
.w100 {
    font-weight: 100;
}

.w200 {
    font-weight: 200;
}

.w300 {
    font-weight: 300;
}

.w400 {
    font-weight: 400;
}

.w500 {
    font-weight: 500;
}

.w600 {
    font-weight: 600;
}

.w700 {
    font-weight: 700;
}

.w800 {
    font-weight: 800;
}


/*
Section
*/

.parallax-section {
    max-width: 100%;
    color: #ffffff;
}

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

/*all overlay*/
.overlay{
    background-color: rgba(51,51,51,0.50);
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height: 100%;
}

.no-padding {
    padding: 0 !important;
    margin:0 !important;
}
.left-no-padding {
    padding-left: 0 !important;
}
.right-no-padding {
    padding-right: 0 !important;
}
.fluid-blocks-col {
    padding: 70px 40px 0 80px;
}
.fluid-blocks-col-right {
    padding: 70px 80px 0 40px;
}


/*
Separator
*/
.separator_left{
    width:85px;
    height:2px;
    margin:20px 0px;
    background: #000;
}
.separator_auto{
    width:85px;
    height:2px;
    margin:20px auto;
    background: #000;
}
.separator_small{
    width:30px;
    height:2px;
    margin:20px 0px;
    background: #000;
}

/*
Button
*/
.btn{
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    text-transform: uppercase;
    font-size:14px;
    font-weight: 600;
    border-radius: 0;
    /*border:1px solid;*/
}

.btn:hover{
    color:#fff;
    /*border:1px solid;*/
}

.btn-default{
    border: 2px solid;
    border-color:#000000;
    background-color: transparent;
    color:#000000;
    padding:0.8rem 2.5rem;
    border-radius: 30px;;
}
.btn-default:hover{
    border-color:#ee997b;
    background-color: #ee997b;
}

.btn-primary{
    color: #fff;
    background-color: #333;
    border:1px solid;
    border-color: #333;
    padding: 0.8rem 2.5rem;
    border-radius: 30px;
}
.btn-primary:hover{
    background-color: #ee997b;
    border-color: #ee997b;
    color:#fff;
}

.btn-success{}
.btn-info{}
.btn-warning{}
.btn-danger{}
.btn-link{}



/*
socail icon
--------------------------------*/
/*a i.share{
    color:#1E8BC3;
    -webkit-transition: all .6s;
    transition: all .6s;
}*/


/*
Extra height css
*/
.m-0{
    margin:0 !important;
}
.m-top-0{
    margin-top:0;
}
.m-r-0{
    margin-right: 0;
}
.m-l-0{
    margin-left: 0;
}
.m-l-30{
    margin-left: 30px;
}
.m-l-40{
    margin-left: 40px;
}
.m-b-0{
    margin-bottom: 0;
}

.m-r-15{
    margin-right: 15px;
}
.m-l-15{
    margin-left: 15px; 
}
.m-top-10 {
    margin-top: 10px;
}
.m-top-15 {
    margin-top: 15px;
}
.m-top-20 {
    margin-top: 20px;
}
.m-top-30 {
    margin-top: 30px;
}
.m-top-40 {
    margin-top: 40px;
}
.m-top-50 {
    margin-top: 50px;
}
.m-top-60 {
    margin-top: 60px;
}
.m-top-70 {
    margin-top: 70px;
}
.m-top-80 {
    margin-top: 80px;
}
.m-top-90 {
    margin-top: 90px;
}
.m-top-100 {
    margin-top: 100px;
}
.m-top-110 {
    margin-top: 110px;
}
.m-top-120 {
    margin-top: 120px;
}
.m-top-150 {
    margin-top: 150px;
}
.m-top-180 {
    margin-top: 180px;
}

.m-t-b-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}
.m-t-b-120 {
    margin-top: 120px;
    margin-bottom: 120px;
}

.m-bottom-10 {
    margin-bottom: 10px;
}

.m-bottom-20 {
    margin-bottom: 20px;
}
.m-bottom-30 {
    margin-bottom: 30px;
}

.m-bottom-40 {
    margin-bottom: 40px;
}

.m-bottom-60 {
    margin-bottom: 60px;
}

.m-bottom-70 {
    margin-bottom: 70px;
}

.m-bottom-80 {
    margin-bottom: 80px;
}

.m-bottom-90 {
    margin-bottom: 90px;
}

.m-bottom-100 {
    margin-bottom: 100px;
}

.m-bottom-110 {
    margin-bottom: 110px;
}

.m-bottom-120 {
    margin-bottom: 120px;
}

.m_t__b{
    margin: 19.6rem 0;
}
.p_t__b{
    padding: 8.4rem 0;
}

p-0{
    padding:0 !important;
}

.p-l-15{
    padding-left: 15px;
}

.p-r-15{
    padding-right: 15px;
}

.p-top-10 {
    padding-top: 10px;
}
.p-top-20 {
    padding-top: 20px;
}

.p-bottom-15 {
    padding-bottom: 15px;
}

.p-bottom-20 {
    padding-bottom: 20px;
}

.p-top-30 {
    padding-top: 30px;
}

.p-bottom-30 {
    padding-bottom: 30px;
}

.p-top-40 {
    padding-top: 40px;
}

.p-top-50 {
    padding-top: 50px;
}

.p-bottom-40 {
    padding-bottom: 40px;
}

.p-top-60 {
    padding-top: 60px;
}

.p-bottom-60 {
    padding-bottom: 60px;
}

.p-top-80 {
    padding-top: 80px;
}

.p-bottom-80 {
    padding-bottom: 80px;
}

.p-top-90 {
    padding-top: 90px;
}

.p-bottom-90 {
    padding-bottom: 90px;
}
.p-top-100 {
    padding-top: 100px;
}

.p-bottom-100 {
    padding-bottom: 100px;
}
.p-top-110 {
    padding-top: 110px;
}

.p-bottom-110 {
    padding-bottom: 110px;
}

.p-bottom-160 {
    padding-bottom: 160px;
}

.p-bottom-0 {
    padding-bottom: 0;
}

.p_l_r{
    padding-left: 112px;
    padding-right: 112px;
}

/*padding*/
.padding-twenty {
    padding: 10px 0;
}
.padding-fourty {
    padding: 20px 0;
}
.padding-sixty {
    padding: 30px 0;
}
.padding-eighty {
    padding: 40px 0;
}

/*border*/
.no-border-top{
    border-top:0rem solid transparent !important;
}
.no-border-rigth{
    border-right:0rem solid transparent !important;
}

/*for placeholder changes*/

input[type="email"].form-control::-webkit-input-placeholder {
    color: #fff;
    background-color: transparent;
}

input::-webkit-input-placeholder {
    color: #cdcdcd;
    font-style:italic;
}

input::-moz-placeholder {
    color: #cdcdcd;
    font-style:italic;
}

input:-ms-input-placeholder {
    color: #cdcdcd;
    font-style:italic;
}

input::placeholder {
    color: #cdcdcd;
    font-style:italic;
}
input::-webkit-input-placeholder {
    color: #cdcdcd;
    font-style:italic;
}
input::-moz-placeholder {
    color: #cdcdcd;
    font-style:italic;
}
input::-ms-input-placeholder {
    color: #cdcdcd;
    font-style:italic;
}
textarea::-webkit-input-placeholder{
    color: #cdcdcd;
    font-style:italic;
    padding: 5px;
}
textarea::-moz-input-placeholder{
    color: #cdcdcd;
    font-style:italic;
    padding: 5px;
}
textarea::-ms-input-placeholder{
    color: #cdcdcd;
    font-style:italic;
    padding: 5px;
}

/*for image bg*/
/*.img-bg{
  background: url(../images/home-msg.jpg) no-repeat center top fixed;
  background-size
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  overflow: hidden;
}*/


.transform_scal_rotate:hover img{ 
    -webkit-transform: scale(1.1) rotate(4deg); 
    transform: scale(1.1) rotate(4deg); 
}

.culmn{
    width:100%;
    overflow: hidden;
}
/*heading title all area*/
.head_title{
    /*padding-bottom: 7.143rem;*/
    overflow: hidden;
}
.head_title h2{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size:2.286rem;
    color:#1a1a1a;
}
.head_title p{
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size:1rem;
    color:#4a4a4a;
}

/*End off pridifain css*/


/*Preloader css*/
#loading{
    background-color: #ee997b;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
    z-index: 90;
}
#loading-center{
    width: 100%;
    height: 100%;
    position: relative;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 150px;
    margin-top: -25px;
    margin-left: -75px;
}
.object{
    width: 8px;
    height: 50px;
    margin-right:5px;
    background-color: #FFF;
    -webkit-animation: animate 1s infinite;
    animation: animate 1s infinite;
    float: left;
}

.object:last-child {
    margin-right: 0px;
}

.object:nth-child(10){
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;	
}
.object:nth-child(9){
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;	
}	
.object:nth-child(8){
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;	
}
.object:nth-child(7){
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;	
}
.object:nth-child(6){
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;	
}
.object:nth-child(5){
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.object:nth-child(4){
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;		
}
.object:nth-child(3){
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;	
}
.object:nth-child(2){
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}						

@-webkit-keyframes animate {

    50% {
        -ms-transform: translateX(-25px) scaleY(0.5); 
        -webkit-transform: translateX(-25px) scaleY(0.5);
        transform: translateX(-25px) scaleY(0.5);

    }

}

@keyframes animate {
    50% {
        -ms-transform: translateX(-25px) scaleY(0.5); 
        -webkit-transform: translateX(-25px) scaleY(0.5);
        transform: translateX(-25px) scaleY(0.5);
    }

}

/*End off Preloader*/


/*
Nav Menu style
==================*/

.navbar-brand {
    height: 80px;
    padding: 20px 15px;
}

.navbar-nav > li {
    margin-left: 80px
}

.navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 19px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500 !important;
    /* font-weight:bold; */
    color: #FFFFFF;
    /* line-height: 28px; */
}

.attr-nav > ul > li > a {
    padding: 30px 15px;
}

.cart-list li h6 a{
    color:#000;
}
.btn-cart{
    background-color: #ee997b;
    padding: 2px 10px;
    color:#fff !important;
    border:0px solid;
    display: inline-block;
}
.btn-cart:hover{
    border:0px solid;
    background-color: #ff7854 !important;
}

.nav-left-part {
    width: 30vw;
    height:100vh;
    position:absolute;
    top:0px;
    z-index:99999
}


/*All Banner style*/
.service-banner,
.model-banner,
.contact-banner,
.about-banner,
.blog-banner,
.home{
    background-size: 100% 100% !important;
    background-position: left bottom !important;
    position: relative;
}
.home{
    background: url(../images/background/homepage-background8.png) no-repeat top center;
}

.home1{
    background-size: 100% auto !important;
    background-position: left bottom !important;
    position: relative;
    background: url(../images/background/homepage-background1.png) no-repeat top center;
}

.home2{
    background-size: 100% auto !important;
    background-position: left bottom !important;
    position: relative;
    background: url(../images/background/homepage-background2.png) no-repeat top center;
}

.home3{
    background-size: 100% auto !important;
    background-position: left bottom !important;
    position: relative;
    background: url(../images/background/homepage-background3.png) no-repeat top center;
}

.home4{
    background-size: 100% auto !important;
    background-position: left bottom !important;
    position: relative;
    background: url(../images/background/homepage-background4.png) no-repeat top center;
}

.home5{
    background-size: 100% auto !important;
    background-position: left bottom !important;
    position: relative;
    background: url(../images/background/homepage-background5.png) no-repeat top center;
}

.home6{
    background-size: 100% auto !important;
    background-position: left bottom !important;
    position: relative;
    background: url(../images/background/homepage-background6.png) no-repeat top center;
}

.home7{
    background-size: 100% auto !important;
    background-position: left bottom !important;
    position: relative;
    background: url(../images/background/homepage-background7.png) no-repeat top center;
}

.home-video{
    width:100%;
    height:100%;
    position:relative;

}

/* video{  
    position: fixed;  
    right: 0px;  
    bottom: 0px;  
    min-width: 100%;  
    min-height: 100%;  
    height: auto;  
    width: auto;   
    z-index:-11
}  
source{  
    min-width: 100%;  
    min-height: 100%;  
    height: auto;  
    width: auto;  
}  */

.video-font{
    width:800px;
    height:100px;
    position:absolute;
    top:30%;
    left:50%;
    /* margin-top:-50px; */
    margin-left:-400px;
    z-index:4;
}

.video-background-Masking{
    width:100%;
    height:100%;
    position:absolute;
    top:0px;
    left:0px;
    background:#001e56;
    opacity: 0.7;
    
}

.home-logo-pic{
    margin-top: -5px;
}

.home-language{
    width: 40px;
    font-size: 1.9rem;
    color: #fff;
    line-height:80px;
    position:absolute;
    right: 60px;
    display:inline-block
}

.home-language-font1:hover {
    color: red;
}

.home-language-font1 {
    color: #fff;
    position: absolute;
    top: 0px;
    right: -20px;
}

.mobile-home-language{
    width: 40px;
    font-size: 2.1rem;
    color: #fff;
    position: absolute;
    top: 25px;
    right: 40px;
    display: inline-block;
}

.mobile-home-language-font {
    color: #333;
}

@-webkit-keyframes heart {
    from {
        transform: translate(0, -7px);
    }
    to {
        transform: translate(0, 1px);
    }
}

@-moz-keyframes heart {
    from {
        transform: translate(0, -7px);
    }
    to {
        transform: translate(0, 1px);
    }
}

@-o-keyframes heart {
    from {
        transform: translate(0, -7px);
    }
    to {
        transform: translate(0, 1px);
    }
}

@keyframes heart {
    from {
        transform: translate(0, -7px);
    }
    to {
        transform: translate(0, 1px);
    }
}

#honour-arrow{
    animation: heart 0.3s ease-in-out 0.3s infinite alternate 
}

.service-banner{
    background: url(../images/background/services-bg.jpg) no-repeat bottom center;
}
.model-banner{
    background: url(../images/background/model-bg.jpg) no-repeat bottom center;
}
.contact-banner{
    background: url(../images/background/contact-bg.jpg) no-repeat bottom center;
}
.about-banner{
    background: url(../images/background/about-bg.jpg) no-repeat bottom center;
}
.blog-banner{
    background: url(../images/background/blog-bg.jpg) no-repeat bottom center;
}

.years-commemorate-page{
    width: 100%;
    height: 105%;
    background: url(../images/background/yearPage-background.png) no-repeat top center;
    background-size: 105% 105%;
    position: fixed;
    top: -3px;
    left: 0px;
    z-index: 9999999;
    display:none
}

.years-commemorate-logo{
    margin: 0px;
    padding: 0px;
    width: 115px;
    height: 129px;
    background: url(../images/service/home/yearslogo.png) no-repeat bottom center;
    cursor: pointer;
    background-size: 60% 60%;
    position: fixed;
    top: -54px;
    right: 15%;
    z-index: 9999998;
}

.business-page{
    height:750px;
    background-size: cover !important;
    position: relative;
    background: url(../images/background/businessPage-background.png) no-repeat top center;
}

.business-page1{
    height:750px;
    background-size: cover;
    position: relative;
    background: url(../images/background/businessPage-background1.png) no-repeat top center;
}

.business-page2{
    height:750px;
    background-size: cover;
    position: relative;
    background: url(../images/background/businessPage-background2.png) no-repeat top center;
}

.business-page3{
    height:750px;
    background-size: cover;
    position: relative;
    background: url(../images/background/businessPage-background3.png) no-repeat top center;
}


.business-pic-big{
    /* width:1200px; */
    width:100%;
    height:300px;
    /* border:1px dashed #000; */
    position:relative;
}

.business3-pic{
    width:271px;
    height:271px;
    /* border:1px dashed #000; */
    position:relative;
    box-shadow: 0px 2px 20px 5px rgb(0 0 0 / 10%);
}

.business4-icon{
    width: 64px;
    height: 10px;
}


.join-pic {
    margin:10px;
    height: 383px;
    background: #FFFFFF;
    border-radius: 5px; 
    position:relative;
}

.join-us-address-pic{
    width: 97px;
    height: 285px;
    background: url(../images/service/joinus/join-us.png) no-repeat top center;
    background-size: 100% 100%;
    position: fixed;
    top: 55%;
    right: 0px;
    z-index: 2;
    margin-top: -48px;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
}

.srcoll-up-icon {
    width: 14px;
    height: 14px;
    /* border: 2px solid #FFFFFF; */
    /* display: inline-block; */
    border-top: 2px solid;
    border-right: 2px solid;
    margin:20px 0px 0px 19px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.business3-pic-text{
    width:104px;
    height:37px;
    line-height:37px;
    font-size: 26px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #999;
    position:absolute;
    left: 50%;
    margin-left: -52px;
    top: 49px;
}

.business-page-text h1{
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 700;
    font-size: 5.656rem;
    font-weight: 500;
    color: #FFFFFF;
    letter-spacing: 6px;
    line-height: 81.2px;
}

.business-title-font{
    width: 308px;
    height: 40px;
    font-size: 2.4rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 40px; 
    color: #FFFFFF;
    position:absolute;
    left: 50%;
    margin-left: -154px;
    bottom: 55%; 
}

.business-btn {
    width: 130px;
    height: 30px;
    background: #FFFFFF;
    border-radius: 31px;
    font-size: 1.6rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 600;
    color: #2A2A2A;
    line-height: 30px;
    text-align: center;
    position:absolute;
    left:50%;
    margin-left: -65px;
    bottom: 30%;
}

.business4-area {
    font-size: 1.6rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333;
    line-height: 46px;
    text-align:left;
    padding: 5px 60px 0px 0px;
}

.business-text{
    height: 62px;
    font-size: 2.38rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 33.6px;
}

.business-area{
    text-align: left;
    padding: 0px 60px;
    /* width: 358px; */
    /* height: 382px; */
    font-size: 1.6rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333;
    line-height: 34px;
}

.busition-produce-area{
    text-align: left;
    font-size: 1.6rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333;
    line-height: 32px;
}

.business3-font {
    text-align: left;
    font-size: 1.6rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
}

.footer-font{
    font-size: 1.6rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #ccc;
    line-height: 30px;
}

#copText{
    font-size: 1.4rem
}

.join-us{
    height:750px;
    background-size: cover !important;;
    position: relative;
    background: url(../images/background/joinpage-background.png) no-repeat top center;
}

.join-us-text h1{
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 700;
    font-size: 5.656rem;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 71.4px;
}

.join-text {
    font-size: 1.8rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 28px;
    text-align: center;
    padding-top: 10px;
}

.join-img-center {
    margin: 0 auto;
    display: flex;
}

.join-img-padding{
    padding:40px 20px 30px 20px
}

.join-us-line {
    width:2px;
    height: 70px;
    margin: auto 30px;
    background-color: #fff;
}

.join-us-produce-text{
    font-size: 1.6rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 46px;
}

.join-us-font{
    font-size: 2.4rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    text-align: center;
    color: #333333;
    line-height: 33px;
}

.join-us-font-produce{
    /* font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    text-align: center;
    color: #333333;
    line-height: 22px; */
    font-size: 1.4rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 500;
    text-align: left;
    color: #333333;
    line-height: 24px;
    padding: 20px 25px 0px 25px;
}

.addresss-joinus {
    width:100%;
    height: 114px;
    background: #9A1616;
    border-radius: 3px;
    opacity: 0.69;
    color:#fff;
    display:flex;
    justify-items: center;
    align-items: center;
}

.fix-footer{
    position:fixed;
    bottom:0px;
    left:0px;
}

.company-title{
    font-size: 2rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #ccc;
    line-height: 22px;
    /* line-height: 33px; */
}

.company-text {
    font-size: 1.6rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #aaa;
    line-height: 18px;
    letter-spacing: 2px;
}

.company-area{
    /* margin: 100px 40px 0px 300px; */
    padding-top: 100px;
    padding-left: 40px;
}

.addresss-joinus-font {
    color:#fff;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 33px;
}

.join-us-adress-font {
    font-size: 1.2rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 17px;
}

.join-us-content-pic{
    width:100%;
    height:90px;
    text-align:center;
    margin: 45px 0px 20px 0px;
}

.from-success-info{
    width: 160px;
    height: 160px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 8px;
    position: absolute;
    bottom: 0px;
    left: 30px;
    z-index: 10;
    color: #FFF;
    text-align: center;
    /* display:none; */
}

.from-success-font{
    font-size: 1.6rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #666;
    line-height: 1.6rem;
}

.form-success-info-font{
    width: 200px;
    height: 30px;
    position: absolute;
    bottom: -4px;
    left: -10px;
    z-index: 10;
    display:none;
}

.rules-on {
    color: red;
}

.rules-on-position{
    position: absolute;
    top: 15px;
    left: -15px;
}

.form-rules-name{
    position:absolute;
    top:42px;
    left:10px;
    display:none;
    z-index:2;
}

.form-rules-phone{
    position:absolute;
    top:42px;
    left:10px;
    display:none;
    z-index:2;

}

.form-rules-email{
    position:absolute;
    top:42px;
    left:10px;
    display:none;
    z-index:2;

}

.form-rules-font{
    font-size:1.4rem;
    color:red;
}

.join-us-adress-line{
    width: 69px;
    height: 1px;
    border-top: 1px dashed #aaa;
    margin: 0 auto;
}

.about-us{
    height:747px;
    background-size: cover !important;;
    position: relative;
    background: url(../images/background/aboutpage-background.png) no-repeat top center;
}

.about-us1{
    height:747px;
    background-size: cover;
    position: relative;
    background: url(../images/background/aboutpage-background1.png) no-repeat top center;
}

.about-us2{
    height:747px;
    background-size: cover;
    position: relative;
    background: url(../images/background/aboutpage-background2.png) no-repeat top center;
}

.about-us3{
    height:747px;
    background-size: cover;
    position: relative;
    background: url(../images/background/aboutpage-background3.png) no-repeat top center;
}

.about-us4{
    height:747px;
    background-size: cover;
    position: relative;
    background: url(../images/background/aboutpage-background4.png) no-repeat top center;
}

.about-us-text h1{
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 700;
    font-size: 5.656rem;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 71.4px;
}

.about-text{
    /* height: 82px; */
    font-size: 1.6rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 33.6px;
}

.about-area{
    font-size: 1.6rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 32px;
}

.about-us-charts-part{
    width:80%;
    height:95%;
    overflow: hidden;
    margin: 0 auto;
    /* position:relative; */
    margin-top: -50px;
    /* overflow: auto; */
}



.news-detail-content p{
    font-size: 1.4rem;
    line-height: 15px !important;
}

.news-detail-content span{
    /* font-size: 1.4rem; */
    line-height: 35px !important;
}

.business-title {
    /* width: 503px;
    height: 53px; */
    font-size: 2.8rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    /* line-height: 53px; */
}

.business-pic{
    /* width:585px; */
    height: 300px;
    /* border: 1px dashed #000; */
    position: relative;
    margin: 0 auto;
}

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

.produce-titile{
    /* width: 177px;
    height: 40px; */
    margin: 0px;
    padding:0px;
    font-size: 2.2rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 700;
    color: #333333;
    /* line-height: 40px; */
}

.produce-area{
    /* width: 576px;
    height: 221px; */
    font-size: 1.6rem;
    letter-spacing: 2px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    text-align:left;
    padding-right: 25px;
}

.join-us-development{
    height: 631px;
    background-size: cover !important;;
    position: relative;
    /* background:#333; */
    background: url(../images/background/joinuspage-background.png) no-repeat top center;
}

.about-pic{
    width: 82px;
    height: 82px;
    /* border:1px dashed #000; */
    position:relative;
    margin: 0 auto;
}

.about-us-development{
    height: 800px;
    background-size: cover !important;;
    position: relative;
    /* background:#333; */
    background: url(../images/service/development.png) no-repeat top center;
}

.about-us-servicepoint{
    height: 800px;
    background-size: cover;
    position: relative;
    background: url(../images/background/map_balck_whole_bg.jpg) top center;
}

.honour-more {
    width:34px;
    height: 32px;
    background-size: cover;
    background: url(../images/service/arrow-more.png) no-repeat top center;
    position: absolute;
    bottom:-30px;
    left:50%;
    margin-left:-17px;
    z-index: 122;
    cursor:pointer;
}

.line-charts{
    height: 85%;
    /* position:absolute;
    top:0px;
    right:0px */
}

.phone-line-charts{
    background: url(../images/service/develop-course.png) no-repeat top right;
    zoom: 0.8;
    height: 85%;
}

.chart-arrow-left{
    width: 40px;
    height: 80px;
    background-color: #222;
    background-size: 100% 100%;
    position: absolute;
    top: 45%;
    left: 50px;
    z-index: 3;
    cursor: pointer;
    opacity: 0.4;
}

.chart-arrow-left:hover{
    opacity: 0.7;
}

.chart-arrow-right{
    width: 40px;
    height: 80px;
    background-color: #222;
    background-size: 100% 100%;
    position: absolute;
    top: 45%;
    right: 50px;
    z-index: 3;
    cursor: pointer;
    opacity: 0.4;
}

.chart-arrow-right:hover{
    opacity: 0.7;
}

.chart-arrow-icon{
    cursor:pointer
}

.development-arrow-left{
    width: 20px;
    height: 38px;
    background: url(../images/service/arrow-left.png) no-repeat top center;
    background-size: 100% 100%;
    position: absolute;
    margin-top: 19px;
    margin-left: 10px;
    z-index: 3;
    cursor: pointer;
}

.development-arrow-right{
    width: 20px;
    height: 38px;
    background: url(../images/service/arrow-right.png) no-repeat top center;
    background-size: 100% 100%;
    position: absolute;
    margin-top: 19px;
    margin-left: 10px;
    z-index: 3;
    cursor: pointer;
}

.prev {
    width:20px;
    height:38px;
    background: url(../images/service/arrow-left.png) no-repeat top center;
    background-size:100% 100%;
    position: absolute;
    top:50%;
    margin-top: -10px;
    left:0px;
    cursor:pointer;
}
.next{
    width:20px;
    height:38px;
    background: url(../images/service/arrow-right.png) no-repeat top center;
    background-size:100% 100%;
    position: absolute;
    top:50%;
    margin-top: -10px;
    right:0px;
    cursor:pointer;
}

.phoneBackground{
    display:none;
}

.pcBackground{
    display:none;
}

.honour-more-up {
    width:34px;
    height: 32px;
    background-size: cover;
    background: url(../images/service/arrow.png) no-repeat top center;
    position: absolute;
    bottom:0px;
    left:50%;
    margin-left:-17px;
    cursor:pointer;
}

.honour-img-more {
    display: none;
}

.honour-img-height{
    height:300px;
}

.honour-pic-bg{
    
    height: 360px;
    background: url(../images/service/honour-more.png) no-repeat top center;
    background-size: 100% auto;
}

.map-service{
    position:relative;
    /* height:760px; */
}
.map-service-right{
    /* margin-left:40%; */
    padding-top:10px
}
.china-map{
    width:783px;
    height:618px;
    background:url(../images/background/map_black_bg.png) center no-repeat;
    position:relative;
    position:absolute;
    right:2px;
}


.our-server{
    /* height: 1368px; */
    /* background-size: cover !important;; */
    position: relative;
    background: url(../images/background/middle-bg.png) no-repeat top center;
}

.service-part-padding{
    /* padding: 0px 50px 0px 20px */
}

.newspage{
    height: 750px;
    background-size: cover !important;;
    /* background-position: left bottom !important; */
    position: relative;
    background: url(../images/background/newspage-background.png) no-repeat top center;
}

.news-info-pic {
    /* width: 248px; */
    height: 200px;
    position: relative;
    background: #efefef;
    /* background: url(../images/service/news/newspic.png) no-repeat top center; */
    background-size: 100% 100%;
    cursor: pointer;
}

.news-info-title{
    /* width: 246px; */
    height: 54px;
    font-size: 1.8rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 600;
    color: #555;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    cursor: pointer;
}

.news-info-date{
    /* width: 97px; */
    height: 22px;
    font-size: 1.6rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
}

.news-detail-title {
    height: 33px;
    font-size: 1.8rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 33px;
    overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
    text-align: center;
}

.news-detail-date{
    height: 22px;
    font-size: 1.6rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
    text-align: center;
}

.news-detail-contet{
    height: 311px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
}

.producepage{
    height: 750px;
    background-size: cover !important;;
    position: relative;
    background: url(../images/background/producepage-background.png) no-repeat top center;
}

.produce-content{
    width: 1189px;
    /* height: 1979px; */
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    padding-bottom: 40px;
}

.produce-li {
  float: none;
  width: 189px;
  background: #fff;
  color:#333;
  border: 1px solid #ECECEC;
  cursor:pointer
}

.produce-li-a {
    margin:0px !important;
    line-height: 1.42857143;
    border: 1px solid transparent !important;
    border: 0px !important;
    border-radius: 0px !important;
    cursor:pointer
}

.service-li {
    float: none;
    width: 189px;
    background: #fff;
    color:#333;
    border: 1px solid #ECECEC;
    cursor:pointer
  }
  
  .service-li-a {
      margin:0px !important;
      line-height: 1.42857143;
      border: 1px solid transparent !important;
      border: 0px !important;
      border-radius: 0px !important;
      cursor:pointer
  }

.produce-li-a:hover {
    background-color: #B42424 !important;
    color:#fff !important
}

.produce-li-a:active {
    background-color: #B42424 !important;
    color:#fff !important
}

.produce-li:hover{
    background-color: #B42424 !important;
    color:#fff !important
}

.news-bg{
    /* height:1590px; */
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}

.news-background{
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    margin-top:32px;
    margin-bottom:60px;
}

#newsContentMorePart{
    display:none
}

.news-more-content-part1{
    padding: 10px 55px 20px 40px;
}

.news-more-content-part{
    padding: 10px 40px 20px 40px;
}

.news-more-info-title{
    font-size: 1.8rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 33px;
    cursor:pointer;
}

.news-more-info-date{
    margin-right:15px;
    font-size: 1.4rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 28px;
}

.news-more-content{
    /* height:80px; */
    font-size: 1.6rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 36px;
    cursor: pointer;
    border-bottom: 1px #ececec solid;
    padding-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    cursor:pointer;
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
}

.news-item{
    position:relative;
    margin-left: 15px;
}

.news-content{
    position: absolute;
    top:40px;
    left:670px;
}

.news-content-right{
    position: absolute;
    top:40px;
    left:-470px;
}

.news-title-font{
    font-size: 2.4rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
}

.news-content-font{
    /* width: 326px;
    height: 44px; */
    /* font-size: 16px; */
    font-size: 1.6rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
    /* line-height: normal; */
    /* line-height: 2.6rem; */
    padding:0px 25px 0px 0px ;
}

.news-pic{
    /* width:333px; */
    height:321px;
    /* border:1px dashed #000; */
    position:relative
}

.news-bott-font{
    width: 100%;
    height: 40px;
    font-size: 2.2rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 40px;
    /* position: absolute;
    left: 50%;
    margin-left: -98px;
    top: 340px; */
}

.news-more-btn{
    width: 101px;
    height: 24px;
    border-radius: 13px;
    border: 1px solid #979797;
    line-height: 21px;
    text-align: center;
    font-size: 1.6rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 600;
    color: #2A2A2A;
    margin: 0 auto;
    /* margin-left: -15px; */
    margin-top: 10px;
    cursor:pointer
}

.online-message-part{
    /* width: 342px;
    height: 126px;
    position: absolute;
    top: 50%;
    margin-top:-171;
    left:30%; */
    /* width: 342px; */
    width:100%;
    height: 126px;
    /* position: absolute;
    top: 35%;
    margin-top: -171;
    left: 10%; */
}

.online-message-bg{
    height: 830px;
    /* background-size: cover !important; */
    position: relative;
    background: url(../images/background/online-message.jpg) no-repeat top center;
}

.online-text-font {
    /* width: 400px; */
    height: 126px;
    font-size: 2.6rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 62px; 
    padding-top: 280px;
    padding-left: 40px;
}

.online-message-form{
    width: 432px;
    height: 586px;
    border-radius: 10px;
    min-width:300px;
    /* position:absolute;
    top:100px;
    right:300px; */
    background-color: #fff;
}


.online-message-service-font{
    font-size:16px;
    color: #fff;
    font-weight: 400;
}

.online-message-phone{
    width: 342px;
    height: 126px;
    font-size: 28px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 62px;
}

.partener-bg{
    /* height: 890px;
    background-size: cover;
    position: relative;
    background: url(../images/background/partener-bg.png) no-repeat top center;  */

    width:80%;
    height:80%;
}

.form-title{
    width: 100%;
    height: 53px;
    font-size: 2.6rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    text-align: center;
    line-height: 53px;
}

.form-control-input {
    display: block;
    width: 100%;
    height:40px;
    padding: 0.375rem 0.75rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-size: 1.4rem;
    line-height: 21px;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.35rem;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  }

  .form-control-input-area {
    display: block;
    width: 100%;
    height:180px;
    padding: 5.25px 10.5px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-size: 1.4rem;
    line-height: 21px;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 3.5px;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    resize: none;
  }

  .form-input-font-color{
    font-size: 1.6rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 600;
    color: #888;
    line-height: 18px; 
  }

  .form-send-btn{
    width: 138px;
    height: 38px;
    line-height:34px;
    font-size: 1.6rem;
    color:#fff;
    background: #B42424;
    border-radius: 19px;
    margin-right:15px;
    box-shadow: none;
    box-sizing:none;
    border: 1px solid transparent;
    cursor:pointer
  }


/*
Home Section style
==================*/


.main_home{
    overflow: hidden;
    padding-top: 250px;
    padding-bottom: 230px;
    position: relative;
    z-index: 1;
}
.home_text h1{
    font-family: PingFangSC-Medium, PingFang SC;
    /* font-size:4.286rem; */
    font-size: 6rem;
    font-weight: 700;
    line-height: 91px;
}

.home_text h5{
    font-family: PingFangSC-Medium, PingFang SC;
    font-size: 1.5rem;
    font-weight: 400;
    width:70%;
    margin:0px auto;
    line-height: 25px;
    font-style: normal !important;
}



/*
About section style
====================*/
.main_feature{
    width:100%;
}
.feature_content{}
.feature_photo{
    position: relative;
}
.feature_img img{
    width:100%;
}
.photo_border{
    width:100%;
    height: 100%;
    position: absolute;
    left:5%;
    top:5%;
    border:10px solid #c9c9c9;

}

/* .service-part-padding{
    width:400px;
} */


.counter_item h2{
    font-family: 'Roboto Condensed', sans-serif;
    font-size:60px;
    font-style: italic;

}
.counter_item h5{}
.counter_item .separator_small{
    margin: 20px auto;
}


/*Work Section
=====================================*/

.main_work{}
.work_item{
    position: relative;
    top:-40px;
}
.work_item_img img{
    width:100%;
}
.work_item_details{
    position: relative;
}
.work_separator1:before{
    content: "";
    position: absolute;
    right: -40%;
    top: 43%;
    width: 180px;
    height: 1px;
    background-color: #ee997b;
    z-index: 1;
}
/* .work_separator2:before{
    content: "";
    position: absolute;
    left: -40%;
    top: 43%;
    width: 180px;
    height: 1px;
    background-color: #ee997b;
    z-index: 1;
} */


/*========================================================================
                gallery Section Style
==========================================================================*/
.gallery{
    overflow: hidden;
}

/* ---- button ---- */

.main-gallery .button {
    display: inline-block;
    margin: 0rem 0.25rem;
    margin-bottom: 10px;
    background: transparent;
    border: none;
    border-radius: 0px;
    color: #000;
    font-family: sans-serif;
    font-size: 14px;
    outline: none;
    border-bottom: 1px dotted #333;
    font-weight: 400;
}

.main-gallery .button:focus, 
.main-gallery .button:active:focus, 
.main-gallery .button.active:focus, 
.main-gallery .button.focus, 
.main-gallery .button:active.focus, 
.main-gallery .button.active.focus{
    outline: 0; 
    outline-offset:0; 
}

.main-gallery .button:hover {
    color: #ee997b;
}

.main-gallery .button:active,
.main-gallery .button.is-checked {
    color:#ee997b;
}

.main-gallery .button.is-checked {
    color: #ee997b;
    border-bottom: 1px dotted transparent;
}


/* ---- isotope ---- */

.main-gallery .grid {
    margin: 0;
    padding:0;
}

/* clear fix */

.main-gallery .grid:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- .grid-item ---- */

.main-gallery .grid-item {
    position: relative;
    margin: 5px;
    width:372px;
    overflow: hidden;
}

.main-gallery .grid-item img{
    width:100%;
    height: 100%;
    transition: all 0.6s;

}

.main-gallery .grid-item:hover img{
    transform: scale(1.1) ;
}

.main-gallery .grid-item:hover .grid_hover_area{
    opacity: 1;
}

.main-gallery .grid_hover_area {
    background-color: rgba(7,8,10,0.50);
    height: 100%;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0%;
    left: 0%;
    width: 100%;
    transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
}

.main-gallery .grid_hover_area .btn{
    padding:0.5rem 1rem;
}
.main-gallery .grid_hover_text a{
    display: block;
}




/*
service section style
========================*/

.service_items {
    margin: 40px 0;
}

.service_items .hexagon i,
.service_items .hexagon span{
    position: relative;
    width: 70px;
    height: 70px;
    background-color: #ee997b;
    margin:0;
    line-height: 70px;
    font-size:2rem;
    color:#fff;
    border-radius: 50%;
}

.service_items .about-content {
    width: 100%;
    position: absolute;
    z-index: 22;
    line-height: 3.2rem;
    text-align: center;
}
.service_items .about-content span.icon{
    font-size:1.5rem;
    color:#fff;
}
.service_right_text h4,
.service_left_text h4{
    font-weight: 400;
    font-size:16px;
}

.service_right_text p,
.service_left_text p{
    font-family: 'Roboto Condensed', sans-serif;
    font-size:14px;
    font-weight: 400;
}



/*
Testimonial Section style
=======================*/
.testimonial{
    position: relative;
}
.main_testimonial{
    position: relative;
    z-index: 1;
}

.main_testimonial .testimonial_item h6{
    font-size:16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
}

.main_testimonial .testimonial_item p{
    font-size:14px;
    width:80%;
    margin: 20px auto;
}

.main_testimonial .carousel-control{
    width:45px;
    height: 45px;
    line-height:  42px;
    text-align: center;
    color:#999;
    cursor: pointer;
    position: relative;
    background-image: none;
    display: inline-block;
    font-size:14px;
}
.main_testimonial .carousel-control.left,
.main_testimonial .carousel-control.right{
    box-shadow:0px 0px 0px;
    opacity: 1;
}
.main_testimonial .slash{
    font-size: 2rem;
    color: #ddd;
    height: 45px;
    bottom: -5px;
    display: inline-block;
    position: relative;
}

.test_authour img{
    margin: 0px auto;
}


/*
Brand Section style
=====================*/
.main_cbrand{
    overflow: hidden;
    width:100%;
}
.cbrand_item {
    height: 100px;
    overflow: hidden;
}
.cbrand_item img{
    width:50%;
    opacity: 0.7;
    transition: all 0.6s;
}
.cbrand_item img:hover{
    opacity: 1;
}
.cbrand_item img.img_apple{
    width:25%;
    padding: 10px;
}


/*
Models Section style
=====================*/

.main_models{}
.model_item{}
.model_img{
    position: relative;
    overflow: hidden;
}
.model_img:hover .model_caption{
    bottom:0;
}
.model_img img{
    width:100%;
    -webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
}
.model_img:hover img{
    width:100%;
    -webkit-filter: grayscale(0%); 
    filter: grayscale(0%);
}
.model_caption{
    background-color: #333;
    width:100%;
    position: absolute;
    left:0;
    bottom:-60px;
    transition: all 0.6s;
}
.model_caption h5{
    padding: 15px;
}

.meet_team{
    background-color: #fff;
    width:100%;
    height: 100%;
}

.meet_team a{
    padding:120px 0px;
    display: inline-block;
    font-weight: 400;
    font-size:14px;
    color:#000;
}





/*
Contact Section style
=====================*/

.main_contact{
    overflow: hidden;
}
.main_contact a.btn{
    /*width:100%;*/
}

.widget_socail{}
.widget_socail ul li a i{
    background-color: #434343;
    width:40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    color:#fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}
.widget_socail ul li a:hover i{
    background-color: #ee997b;
}


/*
Footer Section style
=====================*/

.main_footer{
    overflow: hidden;
}

.main_footer i {
    padding: 0px 5px;
    color: #ff0000;
}
.main_footer p a {
    padding: 5px;
}
.main_footer p a ,
.main_footer li a {
    color: #000;
}

.footer-bg{
    background:url(../images/background/footer-bg.png) no-repeat; 
    background-size: cover; 
    padding: 20px 0px 20px 0px; 

}

.footer-line{
    width:100%;
    height:1px;
    background:#717171;
    margin-top: 10px;
    /* position:absolute; */
}

.footer-pic{
    width:137px;
    height:177px;
    /* border:1px dashed #000; */
    position:relative
}

.footer-pic-font{
    width: 135px;
    height: 21px;
    font-size: 1.5rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #ccc;
    margin-top:10px;
    /* line-height: 21px; */
}

.footer-call-font{
    width: 299px;
    height: 30px;
    font-size: 2.2rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}

.form-group {
    margin: 20px 20px 25px 20px;
    position:relative;
  }



/* scrollup */

/* .scrollup{
    width: 30px;
    height: 30px;
    border-radius: 15px;
    opacity: .3;
    position: fixed;
    bottom: 20px;
    right: 25px;
    color: #fff;
    cursor: pointer;
    background-color: #000;
    z-index: 1000;
    transition: opacity .5s, background-color .5s;
    -moz-transition: opacity .5s, background-color .5s;
    -webkit-transition: opacity .5s, background-color .5s;
} */

.scrollup{
    width: 50px;
    height: 50px;
    border: 10px;
    opacity: .3;
    position: fixed;
    bottom: 20px;
    right: 25px;
    color: #fff;
    cursor: pointer;
    background-color: #000;
    z-index: 1000;
    display: none;
    transition: opacity .5s, background-color .5s;
    -moz-transition: opacity .5s, background-color .5s;
    -webkit-transition: opacity .5s, background-color .5s;
}


.scrollup:hover {
    background: #cf4949;
    opacity: 1;
}

.scrollup i {
    font-size: 13px;
    position: absolute;
    opacity: 1;
    color: #fff;
    left: 50%;
    top: 50%;
    margin-top: -7px;
    margin-left: -6px;
    text-decoration: none;

}




/*
==================================================
            About Us Page
==================================================
*/


/*About home
============================*/
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
}
.breadcrumb li a{
    font-size:16px;
    color:#fff;
}

/*About Feature section
===============================*/
.sv_feature_item img,
.ab_feature_item img{
    width:100%;
}


/*Teams Feature section
===============================*/

.main_teams{}
.team_item:hover .team_img img{
    transform: scale(1.1);
}
.team_img{
    position: relative;
    overflow: hidden;
}
.team_img img{
    width:100%;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;

}
.team_caption{
    width:80%;
    position: absolute;
    left:0;
    bottom:0;
    background-color: rgba(255,255,255,0.55);
    padding:1rem;
}
.team_caption h4{
    font-size:16px;

}
.team_caption h4,
.team_caption h5{
    margin-bottom: 5px;
    line-height: 1.5rem;
}





/*
==================================================
            Service Page
==================================================
*/


.main_service{}
.sv_service_item{}
.sv_service_item h4 i{
    margin-right:20px;
}



/*Pricing Table*/
.pricing_item{
    border:1px solid #ddd;
    padding: 30px;
}
.pricing_item h3 span{
    font-size:50px;
    font-weight: 700;
    color:#000;
}
.pricing_item h3 sup{
    font-size:45px;
    font-weight: 700;
}
.pricing_head p{
    letter-spacing: 4px;
    font-weight: 700;
    color:#000;
}

.pricing_item li,
.pricing_item p{
    font-size:14px;
}

.pricing_item li{
    font-size:14px;
    line-height: 2rem;
}


/*
==================================================
           Contact Us Page
==================================================
*/

.action_item{}
.action_item i{
    width:70px;
    height: 70px;
    line-height: 70px;
    background-color: #f3f3f3;
    color:#000;
    font-size:2rem;
    border:1px solid #ddd;
    border-radius: 50%;
}


/*our Maps*/
.ourmap{
    height: 550px;
    width:100%;
}



/*
==================================================
           Our Model Page
==================================================
*/


.main-model .model-item{
    width:270px;
    margin: 10px;
	position:relative;
}
.main-model .model-item .btn-default{
	position:absolute;
	left:50%;
	top: 35%;
    margin-left: -80px;
	color:#fff;
	border-color:#fff;
	opacity:0;
}
.main-model .model-item:hover .btn-default{
	opacity:1;
}

/*
==================================================
          Model Details Page
==================================================
*/

/* Skill bar*/

.teamskillbar {
    position:relative;
    display:block;
    margin-bottom:15px;
    width:100%;
    background: #e1e1e1;
    height:4px;
    -webkit-transition:0.4s linear;
    transition:0.4s linear;
    -webkit-transition-property:width, background-color;
    transition-property:width, background-color;
}
.teamskillbar h6{
    position: absolute;
    top:-25px;
    left:0;
    width:100%;
}
.teamskillbar h6.one{
    width:63%;
}
.teamskillbar h6.two{
    width:75%;
}
.teamskillbar h6.three{
    width:88%;
}
.teamskillbar h6.foure{
    width:76%;
}
.teamskillbar-bar {
    height:2px;
    width:0px;
    background:#000000;
    position: absolute;
    left:1px;
    top:1px;
}






/*========================================================
        Blog Page
==========================================================*/ 

.main_blog_fashion{

}
.blog_fashion_left{}
.blog_fashion_img img{
    width:100%;
}
.blog_fashion_content{
    padding: 10px 0px;
    background-color: #fff;
    width:90%;
    position: relative;
    top:-80px;
}
.blog_item .breadcrumb,
.blog_fashion_content .breadcrumb {
    padding: 8px 0px;
    margin-bottom: 0px;
}


.blog_fashion_right{}
.fashion_test{
    background-color: #f3f3f3;
    padding:40px 20px 55px 20px;
}
.fashion_test img.img-circle{
    width:125px;
    height: 125px;
    margin: 0px auto;
}

.fashion_praspect{
    -webkit-perspective: 12500px;
    perspective:1200px;
}

.fashion_praspect_inner{
    padding:30px 40px 50px 20px;
    transition: .3s; 
    transform: rotateY(25deg);
}




/*Blog section*/
.blog_area{
    width:100%;
}

.blog_item .breadcrumb li a{
    font-size:14px;
    color:#666666;
}
.blog_item h5{
    font-size:18px;
    font-weight: 700;
    color:#000000;
}




/*
======================================================
Blog Details Page
======================================================
*/
.blog_details_content{}
.blog_details_head{}
.blog_details_head .blog_date{
    float: left;
    width:50px;
    margin-right: 20px;
}
.blog_details_head .blog_date span{
    background-color: #ee997b;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 35px;
    display: inline-block;
    margin-top: 1px;
    padding: 7px;
}
.blog_details_head .head_text{
    display: inline-block;
}

.socail_share{}
.socail_share ul li a{
    width:30px;
    height: 30px;
    border:1px solid #ddd;
    line-height: 30px;
    text-align: center;
    color:#000;
    display: inline-block;
}
.socail_share ul li a:hover{
    color:#fff;
    background-color: #ee997b;
}



/*command*/

.blog_comments_img img{
    width:80px;
    height: 80px;
}
.comments_top_tex h5{
    font-size:16px;
    font-weight: 700;
}
.comments_top_tex a{
    color:#999;
}
.comments_top_tex a i{
    color:#000;
    margin-right: 5px;
}




/*Live chate*/


.live_chate textarea.form-control{
    height: auto;
}





/*Said Baarea*/

.said_ctg{}

.said_socail h6,
.said_arc h6,
.said_post h6,
.said_ctg h6{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size:16px;
}

.said_arc ul li,
.said_ctg ul li{
    line-height: 2rem;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.said_arc ul li a,
.said_ctg ul li a{
    color:#999;
    font-family: 'Roboto Condensed', sans-serif;
    font-size:12px;
}
.said_post{}
.said_post .post_item{
    width:100%;
    display: block;
    overflow: hidden;
    margin-top:20px;
    border-bottom:1px solid #ddd;
    padding-bottom:20px;
}

.said_post .post_item .item_img{
    width:20%;
    float: left;
    margin-right: 5%;
    display: inline-block;

}
.said_post .post_item .item_text{
    display: inline-block;
    width:70%;
}

.socail_item{
    float: left;
    width: 30.5%;
    margin: 5px;
}
.socail_item img{
    width:100%;
}

.language-icon{
    background: url(../images/nav/languageIcon.png) no-repeat top center;
    background-size:100% 100%;
    width:25px;
    height:25px;
    margin-top:28px;
    cursor: pointer;
}

.language-icon:hover{
    background: url(../images/nav/languageIconOn.png) no-repeat top center;
    background-size:100% 100%;
    width:25px;
    height:25px;
    margin-top:28px;
    cursor: pointer;
}

.language-select{
    position:fixed;
    top:80px;
    right:0px;
    width:200px;
    height:110px;
    background: rgba(0,0,0,0.4);
    display:none;
}

.language-select-nav li {
    height:60px;
    margin:-10px 0px 0px 0px;
    padding: 0px 0px 0px 20px;
}

.language-select-nav-content{
    color: #fff;
    margin:10px 0px 0px 0px;
    padding:0px
}

.language-select-nav-content:hover{
    color: #f00;
}

.language-select-nav-content-on {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: red;
    margin-left: 5px;
    display: inline-block;
}

.language-background{
    background: url(../images/nav/languageIconHui.png) no-repeat top center;
    background-size:100% 100%;
    width:25px;
    height:25px;
    margin-top:28px;
    cursor: pointer;
}

.mobile-language-icon{
    background: url(../images/nav/languageIconHui.png) no-repeat top center;
    background-size:100% 100%;
    width: 50px;
    height: 50px;
    margin-top: -7px;
    cursor: pointer;
}

.mobile-language-select{
    position:fixed;
    top:80px;
    right:0px;
    width:25%;
    height:180px;
    background: #fff;
    display:none;
}

.mobile-language-select-nav li {
    height:60px;
    margin:0px 0px 0px 0px;
    padding: 0px 0px 0px 20px;
    line-height: 6rem;
}

.mobile-language-select-nav-content{
    color: #777;
    margin:10px 0px 0px 0px;
    padding:0px;
    font-size: 2.4rem;
}

.mobile-language-select-nav-content-on {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: red;
    margin-left: 5px;
    display: inline-block;
}



