
/* Grey Banner Star */
.grey-banner { overflow: hidden; box-sizing: border-box; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; height: 338px; background: #f5f5f5;}
    .grey-banner.security { background:url('../img/banner/securityBanner.jpg') center no-repeat;}
    .grey-banner.authorize { background:url('../img/banner/securityBanner.jpg') center no-repeat;}
    .grey-banner.about { background:url('../img/banner/securityBanner.jpg') center no-repeat;}
    .grey-banner .title { display: none;}
/* Grey Banner End */

/* Page Content Star */
#page-content { padding: 40px 72px; overflow: hidden;}
    .page-content { margin: 0;}
/* Page Content End */

/* Current Location Star */
#current-location { width: 100%; padding: 0 72px; height: 64px; line-height: 64px; background: rgba(248, 248, 248, 1); }
    #current-location .categorys { float: right;}
    #current-location .categorys a { float: left; display: block; color: #333; transition: color .3s; padding: 0 35px 0 0;}
    #current-location .categorys a:hover { color: #e75520;}
    #current-location .categorys a.on { font-weight: 700; color: #e75520;}
    #current-location .categorys a:last-child { padding-right: 0;}

    #current-location .breadcrumbs { float: left;}
    #current-location .breadcrumbs span { float: left;}

    #current-location .breadcrumbs a { font-size: 14px; color: #999; transition: color .3s;}
    #current-location .breadcrumbs span:last-child a { color: #666;}
    #current-location .breadcrumbs i { width: 4px; height: 64px; display: block; float: left; background: url('../img/arrow.png') no-repeat center; margin: 0 10px; }
    #current-location .breadcrumbs i.fa { width: auto; height: 64px; color: #999; background: none; line-height: 64px; margin: 0 10px 0 0;}

    #current-location .icos { float: right; color: #999;}
/* Current Location End */

/* Corporate Culture Star */
#corporate-culture { background: url('../img/culture.jpg') center / cover no-repeat; position: relative;}
    #corporate-culture ul.culture { }
    #corporate-culture ul.culture li { width: 33.333333%; float: left; height: 600px; border-right: 1px solid rgba(255,255,255,0.1); padding: 250px 100px 0 100px; color: #FFF; text-align: left;}
    #corporate-culture ul.culture li:last-child { border-right: 0;}
    #corporate-culture ul.culture li .name  { font-size: 32px; font-weight: 700;}
    #corporate-culture ul.culture li .intro { margin: 20px 0 0 0; font-size: 18px;}

    #corporate-culture::before { content: ""; position: absolute; right: 0; top: 0; z-index: 20; width: 100%; height: 100%; background: #FFF; transition: all 1.2s ease-in;}
    #corporate-culture.animated::before {width: 0;}
/* Corporate Culture End */

/* Corporate Logo Star */
#corporate-logo { text-align: center; margin: 50px 0;}
    #corporate-logo .logo { margin-bottom: 20px;}
    #corporate-logo .slogan { letter-spacing: 5px; font-size: 24px; line-height: 30px;}
    #corporate-logo .slogan i { font-size: 12px; vertical-align: top; margin-top: 9px; margin-left: 15px; margin-right: 15px;}
/* Corporate Logo End */


/* Our Honor Start */
#our-honor { padding: 80px 72px; overflow: hidden;}
    .our-honor { }
    .our-honor ul.lists { margin: 0 auto;}
    .our-honor ul.lists li { float: left; width: 18.400000%; text-align: center; margin: 0 2% 20px 0; background: #f6f6f6; padding: 10px;}
    .our-honor ul.lists li:nth-child(5n) { margin-right: 0;}
    .our-honor ul.lists li .pics { margin: 0 auto; width: 100%; overflow: hidden;}
    .our-honor ul.lists li .pics img { -o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;}
    .our-honor ul.lists li:hover .pics img { transform: scale(1.1); -ms-transform: scale(1.1); -moz-transform: scale(1.1); -webkit-transform: scale(1.1); -o-transform: scale(1.1);}
    .our-honor ul.lists li .names { font-size: 15px; line-height: 24px; height: 24px; overflow: hidden; text-align: center; margin: 15px auto 10px auto; -o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;}
    .our-honor ul.lists li:hover .names { font-size: 15px;  font-weight: bold; color: #000; }
/* Our Honor End */

/* Contact Us Start */
#contact-us { padding: 80px 72px; border-bottom:1px solid rgba(192, 138, 74, 0.1); overflow: hidden;}
    .contact-us { margin-top: 50px;}

    .contact-us ul.contact { }
    .contact-us ul.contact li { position: relative; height: 520px; float: left; width: 31.333333%; margin-right: 3.000000%;  -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; overflow: hidden;}
    .contact-us ul.contact li:nth-child(1) { background: url("../img/contact/phone-bg.jpg") no-repeat; background-size: cover;}
    .contact-us ul.contact li:nth-child(2) { background: url("../img/contact/email-bg.jpg") no-repeat; background-size: cover;}
    .contact-us ul.contact li:nth-child(3) { background: url("../img/contact/qrcode-bg.jpg") no-repeat; background-size: cover;}
    .contact-us ul.contact li:nth-child(3n) { margin-right: 0;}

    .contact-us ul.contact li .layer { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
    .contact-us ul.contact li .layer .info { background: rgba(255,255,255,0.63); margin: 80px 50px; padding: 50px 50px; height: 360px; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;}
    .contact-us ul.contact li .layer .info .title { font-size: 18px; text-align: center; font-weight: 700;}
    .contact-us ul.contact li .layer .info .content { margin-top: 30px; text-align: center;}
    .contact-us ul.contact li .layer .info .content .qrcode { float: left; width: 47.000000%; margin-right: 6%;}
    .contact-us ul.contact li .layer .info .content .qrcode:nth-child(2n) { margin-right: 0;}
/* Contact Us End */

/* Pro Price Start */
#pro-price { background: #fcecca;}
    #pro-price .image { float: left; width: 50.000000%;}
    #pro-price .text { float: right; width: 50.000000%; text-align: center; padding-top: 17%;}
    #pro-price .text .brand { font-size: 26px; font-weight: 700; letter-spacing: 5px;}
    #pro-price .text .name { font-size: 26px; font-weight: 700; letter-spacing: 5px; margin-top: 10px;}

    #pro-price .text .price { font-size: 24px; margin-top: 20px;}
    #pro-price .text .price span { font-size: 32px; font-weight: 700; color: #c08a4a;}

    #pro-price .text .intro { margin-top: 10px; font-size: 18px;}

    #pro-price .text .button { margin: 15px auto 0 auto;}
    #pro-price .text .button a.buy { overflow: hidden; font-weight: 500; font-size: 15px; line-height: 1; display: inline-block; position: relative; letter-spacing: 1px; padding: 12px 30px; text-align: center; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; transition:all .6s; -moz-transition:all .6s; -webkit-transition:all .6s; -o-transition:all .6s;}
    #pro-price .text .button a.buy:before {content: "";position: absolute;display: block;transition: all .6s;width: 100%;height: 0;border-radius: 50%;left: 50%;top: 50%;padding-top: 100%;transform: translateX(-50%) translateY(-50%);-webkit-animation: wave 1.3s infinite;animation: wave 1.3s infinite;z-index: 1;}
    #pro-price .text .button a.buy { background-color: #c08a4a; color: #FFF;}
/* Pro Price End */


/* Page Problem Star */
.page-problem { }
    .page-problem .lefts { float: left; width: 300px;}
    .page-problem .rights { float: right; width: calc(100% - 340px); overflow: hidden;}

    .page-problem .rights .problem { margin-top: 30px;}
/* Pro Price End */

/* Category List Star */
.category-list { }
    .category-list .title { padding: 35px 33px; font-size: 26px; line-height: 30px; background: #c08a4a; position: relative; color: #FFF;}
    .category-list .title:after { width: 0; height: 0; border-top: 20px solid #fff; border-left: 20px solid transparent; border-right: 1px solid #fff; border-bottom: 0; display: block; top: 0; right: 0; -webkit-transform: none; -ms-transform: none; -o-transform: none; transform: none; content: ""; position: absolute; }
    .category-list .title .eng { font-family: 'OswaldBold'; position: absolute; top: 36px; left: 0; width: 100%; text-align: right; padding-right: 30px; text-transform: uppercase; font-size: 50px; color:rgba(255, 255, 255, 0.2); font-style: italic; }

    .category-list ul.list { border: 1px solid #e6e6e6; border-top: 0; background: #f7f8fa;}
    .category-list ul.list li { border-bottom: 1px solid #e6e6e6;}
    .category-list ul.list li:last-child { border-bottom: none;}
    .category-list ul.list li h4 a { font-size: 16px; height: 67px; line-height: 67px; padding: 0 0 0 50px; position: relative; display: block; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s;}
    .category-list ul.list li.active h4 a { color: #c08a4a; font-weight: 700; background: #EBECEC; }
    .category-list ul.list li:hover h4 a { color: #c08a4a; font-weight: 700;}

    .category-list ul.list li h4 a:after { left: 30px; content: ""; position: absolute; width: 0; height: 0; border-top: 6px solid transparent; border-left: 6px solid #b3b3b3;border-bottom: 6px solid transparent;display: block;top: 50%;margin-top: -6px;}
    .category-list ul.list li.active h4 a:after,.category-list ul.list li:hover h4 a:after { border-left-color: #c08a4a;}
/* Category List End */

/* Ajax Page Star */
.ajax-page { text-align: center; margin: 0 auto;}
    .ajax-page .current { color: #fff; background-color: #e75520; border-color: #e75520;}
/* Ajax Page End */

/* Loading Star */
.loading { font-size: 0; text-align: center; line-height: 10px; margin: 20px auto;}
    .loading i { margin: 0 9px; display: inline-block; vertical-align: top; width: 10px; height: 10px; background-color: #333; -moz-border-radius: 100%; -webkit-border-radius: 100%; border-radius: 100%;}

    .loading i:nth-of-type(1) {-webkit-animation: loading1 1s linear infinite;animation: loading1 1s linear infinite;}
    .loading i:nth-of-type(2) {opacity: .85;-webkit-animation: loading2 1s linear infinite;animation: loading2 1s linear infinite;}
    .loading i:nth-of-type(3) {opacity: .7;-webkit-animation: loading3 1s linear infinite;animation: loading3 1s linear infinite;}
    .loading i:nth-of-type(4) {opacity: .55;-webkit-animation: loading4 1s linear infinite;animation: loading4 1s linear infinite;}
    .loading i:nth-of-type(5) {opacity: .4;-webkit-animation: loading5 1s linear infinite;animation: loading5 1s linear infinite;}
    .loading i:nth-of-type(6) {-webkit-opacity: .25;animation: loading6 1s linear infinite;animation: loading6 1s linear infinite; }

    @keyframes loading1 { 0% {opacity: 1} 50% {opacity: .25} 100% {opacity: 1} }
    @keyframes loading2 { 0% {opacity: .85} 10% {opacity: 1} 60% {opacity: .25} 100% {opacity: .85} }
    @keyframes loading3 { 0% {opacity: .7} 20% {opacity: 1} 70% {opacity: .25} 100% {opacity: .7} }
    @keyframes loading4 { 0% {opacity: .55} 30% {opacity: 1} 80% {opacity: .25} 100% {opacity: .55} }
    @keyframes loading5 { 0% {opacity: .4} 40% {opacity: 1} 90% {opacity: .25} 100% {opacity: .4} }
    @keyframes loading6 { 0% {opacity: .25} 50% {opacity: 1} 100% {opacity: .25} }

    @-webkit-keyframes loading1 { 0% {opacity: 1} 50% {opacity: .25} 100% {opacity: 1} }
    @-webkit-keyframes loading2 { 0% {opacity: .85} 10% {opacity: 1} 60% {opacity: .25} 100% {opacity: .85} }
    @-webkit-keyframes loading3 { 0% {opacity: .7} 20% {opacity: 1} 70% {opacity: .25} 100% {opacity: .7}}
    @-webkit-keyframes loading4 { 0% {opacity: .55} 30% {opacity: 1} 80% {opacity: .25} 100% {opacity: .55}}
    @-webkit-keyframes loading5 { 0% {opacity: .4} 40% {opacity: 1} 90% {opacity: .25} 100% {opacity: .4}}
    @-webkit-keyframes loading6 { 0% {opacity: .25} 50% {opacity: 1} 100% {opacity: .25}}
/* Loading End */



/* <1920的设备 */
@media screen and (max-width: 1920px){

}

/* <1680的设备 */
@media screen and (max-width: 1680px){

}

/* <1500的设备 */
@media screen and (max-width: 1500px){

}

/* <1440的设备 */
@media screen and (max-width: 1440px){

}

/* <1366的设备 */
@media screen and (max-width: 1366px){
    /* Current Location Star */
    #current-location { padding-left: 30px; padding-right: 30px;}
    /* Current Location End */

    /* Our Honor Start */
    #our-honor { padding-left: 30px; padding-right: 30px;}
    /* Our Honor End */

    /* Contact Us Start */
    #contact-us { padding-left: 30px; padding-right: 30px;}
    /* Contact Us Start */
}

/* <1200的设备 */
@media screen and (max-width: 1200px){
    /* Current Location Star */
    #current-location { padding-left: 10px; padding-right: 10px;}
    /* Current Location End */

    /* Our Honor Start */
    #our-honor { padding-left: 10px; padding-right: 10px;}
    /* Our Honor End */

    /* Contact Us Start */
    #contact-us { padding-left: 10px; padding-right: 10px;}
    /* Contact Us Start */
}

/* <991的设备 */
@media screen and (max-width: 991px){
    /* Grey Banner Star */
    .grey-banner { height: 90px;}
        .grey-banner.security { background:url('../img/banner/mobileSecurityBanner.jpg') center no-repeat;}
        .grey-banner .title { color: #c08a4a; font-size: 22px; line-height: 90px; display: block;}
    /* Grey Banner End */

    /* Current Location Star */
    #current-location { height: auto; padding: 0 10px;}
    #current-location .categorys { float: none; width: 100%; text-transform: capitalize; font-weight: 700; padding: 20px 0 0 0; line-height: 100%;}
    #current-location .categorys a { float: left; width: 33.333333%; display: block; text-align: center; font-size: 14px; color: #333; transition: color .3s; padding: 0; margin: 0 0 20px 0; border-right: solid 1px #d4d9d6;}
    #current-location .categorys a:nth-child(3n) { border-right: none;}
    #current-location .breadcrumbs { float: none; width: 100%;}
    /* Current Location End */

    /* Corporate Logo Star */
    #corporate-logo { margin: 30px 0;}
    /* Corporate Logo End */

    /* Corporate Culture Star */
    #corporate-culture { padding: 80px 0 50px 0; background: url('../img/mobile-culture.jpg') center / cover no-repeat;}
    #corporate-culture ul.culture li { width: 100%; height: auto; border-right: none; padding: 0 15px 0 15px; margin-bottom: 30px; text-align: center;}
    /* Corporate Culture End */

    /* Our Honor Start */
    #our-honor { padding: 30px 10px;}
    .our-honor ul.lists li { width: 48.500000%; margin-right: 3%;}
    .our-honor ul.lists li:nth-child(5) { margin-right: 3%;}
    .our-honor ul.lists li:nth-child(2n) { margin-right: 0;}
    /* Our Honor End */

    /* Pro Price Start */
    #pro-price .image { float: none; width: 100.000000%;}
    #pro-price .text { float: none; width: 100.000000%; padding-top: 40px; padding-bottom: 30px;}
    /* Pro Price End */

    /* Contact Us Start */
    #contact-us { padding: 30px 10px 20px 10px;}
    .contact-us { margin-top: 20px;}

    .contact-us ul.contact { }
    .contact-us ul.contact li { height: 362px; float: none; width: 100.000000%; margin-right: 0; margin-bottom: 20px;}
    .contact-us ul.contact li .layer .info { margin: 50px 20px; padding: 30px 20px; height: 260px;}
    /* Contact Us End */

}

/* <767的设备 */
@media screen and (max-width: 767px){

}

/* <450的设备 */
@media screen and (max-width: 450px){

}