html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,
ins,kbd,q,samp,small,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin: 0;padding: 0;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
input,select,textarea{margin: 0;padding: 0}
input,select{vertical-align: middle}
ul,ol{list-style: none}
ul,ol,li,dl,dt,dd,pre,form,fieldset,img,div{ margin: 0; padding: 0; border: none; }
img{ vertical-align: middle; border-style: none; max-width: 100%; object-fit: cover;}
textarea{resize: none}
a{text-decoration: none}
em{font-style: normal}
html{font-size: 100%;-webkit-text-size-adjust: 100%;-moz-text-size-adjust: 100%;-ms-text-size-adjust: 100%;text-size-adjust: 100%}
*,*::after,*::before{-webkit-box-sizing: border-box; box-sizing: border-box; }
.clear{clear: both}
.clearfix,.w{zoom: 1}
.clearfix:after,.w:after{ content: "."; display: block; overflow: hidden; height: 0; clear: both; visibility: hidden}
.fl{float: left}
.fr{float: right}
b,strong{ font-weight:900;}

@font-face {
    font-family:'Geometric415BT BlackA'; src:url("../fonts/geometric/Geometric415BT-BlackA.eot");src:url("../fonts/geometric/Geometric415BT-BlackA.eot?#iefix") format("embedded-opentype"),url("../fonts/geometric/Geometric415BT-BlackA.woff") format("woff"),url("../fonts/geometric/Geometric415BT-BlackA.ttf") format("truetype"),url("../fonts/geometric/Geometric415BT-BlackA.svg#YourWebFontName") format("svg");
}

html,body{ font-size: 12px; width: 100%; line-height: 186%; background-color: #FFF; color: #666; font-family:"Microsoft YaHei","Microsoft JhengHei","幼圆","Microsoft YaHei",Arial,Helvetica,sans-serif;}
*{ moz-user-select: -moz-none;  -moz-user-select: none;  -o-user-select:none;  -khtml-user-select:none;  -webkit-user-select:none;  -ms-user-select:none;  user-select:none; }

.filletBox { -webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1); box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1); behavior: url(ie-css3.htc);}



/* Header One Star */
.header-one { width: 100%;}
    .header-one .cng { font-size: 16px; font-weight: 700; color: #555; margin-bottom: 10px;}
    .header-one .eng { font-family:'Geometric415BT BlackA'; font-size: 46px; text-transform: uppercase; font-weight: 900; color: #999;}
/* Header One End */

/* Header Two Star */
.header-two { width: 100%;}
/* Header Two End */

::-webkit-scrollbar{
    width: 6px;
    height: 6px;
    background-color: #F5F5F5;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb{
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    background-color: #c1c1c1;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
::-webkit-scrollbar-thumb:hover { background-color: #a8a8a8;}
/* Scrollbar End */

/* links */
a{color:#666; text-decoration:none; outline:none !important;}
a:hover{color:#bc1c22; text-decoration:none;} a:focus{outline:thin dotted;} a:hover,a:active{outline:0;}
a, a:hover, a:focus { color:#333; text-decoration: none; }

/* Header Star */
#header { padding: 25px 10px 20px 15px; position: relative; z-index: 9999;}
    .header .logos { float: left; margin-top: 5px;}
    .header .logos img { height: 52px;}

    .header .menus { float: left; padding: 22px 0 20px 40%;}
    .header .menus ul.columns { float: left; border-left: solid 1px #757575;  }
    .header .menus ul.columns>li { float: left; padding: 0 15px; font-weight: 700; border-right: solid 1px #757575; line-height: 1; z-index: 9999;}
    .header .menus ul.columns>li.items { position: relative;}
    .header .menus ul.columns>li.items ul.drop-menu { z-index: 999; position: absolute; top: 70%; display: block; visibility: hidden; opacity: 0; pointer-events: auto; min-width: 160px; border: 0; padding: 30px 0px 10px 0px; background: #fff; max-width: none;box-shadow: 5px 5px 5px 0px rgba(255,255,255,0.33); -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;}
    .header .menus ul.columns>li.items:hover ul.drop-menu { visibility: visible; opacity: 1; top: 100%;}

    .header .menus ul.columns>li.items ul.drop-menu li { font-weight: lighter; padding: 0 10px; line-height: 1.8; white-space: nowrap;}
    .header .menus ul.columns>li.items ul.drop-menu li a { -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;}
    .header .menus ul.columns>li.items ul.drop-menu li a:hover { color:#bc1c22;}

    .header .menus ul.columns>li.products { position: static;}
    .header .menus ul.columns>li.products .drop-menu-full { z-index: 999; position: absolute; left: 0; width: 100%; top: 70%; display: block; visibility: hidden; opacity: 0; pointer-events: auto; min-width: 160px; border: 0; padding: 30px 0px 10px 0px; background: #fff; max-width: none;box-shadow: 5px 5px 5px 0px rgba(255,255,255,0.33); -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;}
    .header .menus ul.columns>li.products:hover .drop-menu-full { visibility: visible; opacity: 1; top: calc(100% - 42px);}

    .header .menus ul.columns>li.products .drop-menu-full dl { float: left; width: 25.000000%; margin-bottom: 30px; font-size: 14px;}
    .header .menus ul.columns>li.products .drop-menu-full dl dt { font-weight: 700;}
    .header .menus ul.columns>li.products .drop-menu-full dl dd { font-weight: lighter;}
    .header .menus ul.columns>li.products .drop-menu-full a { -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;}
    .header .menus ul.columns>li.products .drop-menu-full a:hover { color:#bc1c22;}

    .header .menus ul.columns>li>a { color:#787878; padding: 3px 6px; display: inline-block; vertical-align: middle; -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;}
    .header .menus ul.columns>li.active>a { color: #FFF; font-weight: lighter; background: #bc1c22;}
    .header .menus ul.columns>li>a:hover { color: #FFF; font-weight: lighter; background: #bc1c22;}

    .header .searchs { float: right; color: #666; font-size: 15px; padding: 20px 0 20px 0;}
    .header .searchs .drop-menu-full { text-align: right; z-index: 999; position: absolute; left: 0; width: 100%; top: 70%; display: block; visibility: hidden; opacity: 0; pointer-events: auto; min-width: 160px; border: 0; padding: 30px 0px 10px 0px; background: #fff; max-width: none;box-shadow: 5px 5px 5px 0px rgba(255,255,255,0.33); -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;}
    .header .searchs:hover .drop-menu-full { visibility: visible; opacity: 1; top: calc(100% - 42px);}

    .header .searchs .drop-menu-full .inputs { width: 33%;height: 28px;line-height: 28px; padding: 0 15px; border: 1px #ccc solid; outline: 0;}
    .header .searchs .drop-menu-full .buttons { width: 6%; height: 28px; background: #ccc; border: 0; outline: 0;}

    .header .navigations { display: none;}
/* Header End */

#navigation { display: none;}

/* Full Screen Start */
#full-screen { position: relative;}
    #full-screen .swiper { width: 100%; height: 100%;}
    #full-screen .swiper-slide { position: relative; text-align: center; font-size: 18px; background: #fff; /* Center slide text vertically */display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
    #full-screen .swiper-slide img { display: block;width: 100%;height: 100%;object-fit: cover;}

    #full-screen .swiper-slide .layer-transparent { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(192, 138, 74, 0); z-index: 2;}
    #full-screen .swiper-slide .layer-text { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 3;  color: #c08a4a;}

    #full-screen .mouse { position: absolute; left: calc(50% - 9px); bottom: 30px; width: 18px; cursor: pointer; z-index: 30; animation: xl 1.5s infinite;}
    #full-screen .mouse img { max-width: 100%;}
/* Full Screen End */


/* Home About Start */
#home-about { padding-top: 80px; padding-bottom: 80px;}
    .home-about { }
    .home-about .since { float: left; width: 13.000000%; color: #000; font-family:'Geometric415BT BlackA'; font-size: 24px; line-height: 1; padding-top: 5px;}
    .home-about .since span { font-size: 20px; margin-left: 3px; margin-right: 3px;}
    .home-about .intro { float: left; width: 56.000000%; border-left: solid 1px #666; padding-left: 30px; color: #666;}
    .home-about .slogan { float: right; font-size: 15px; color: #000; text-transform: capitalize; font-weight: 700;}
    .home-about .slogan .eng { font-family:'Geometric415BT BlackA';}
/* Home About End */

/* Home Products Start */
#home-products { padding-bottom: 60px;}
    .home-products { position: relative;}
    .home-products .categorys { float: left; width: 25.000000%;}
    .home-products .lists { float: right; width: 75.000000%;}

    .home-products .lists .classify { border-bottom: solid 1px #DDD; padding-bottom: 20px;}
    .home-products .lists .classify ul li { width: 16.666666%; float: left; text-align: center;}
    .home-products .lists .classify ul li .icos { margin: 0 auto; width: 70px; height: 70px; line-height: 70px; text-align: center; background: #222; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; overflow: hidden; -o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;}
    .home-products .lists .classify ul li .icos img { transform:scale(0.8); -webkit-transform:scale(0.8); -moz-transform:scale(0.8); -ms-transform:scale(0.8); -o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;}
    .home-products .lists .classify ul li:hover .icos img { transform:scale(1); -webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1);}
    .home-products .lists .classify ul li:hover .icos { background: #bc1c22;}
    .home-products .lists .classify ul li .names { margin-top: 10px;}

    .home-products .lists .products  { padding-top: 15px;}
    .home-products .lists .products ul li { float: left; width: 23.500000%; margin-right: 2.000000%; padding: 10px 0 !important; border: solid 1px #EEE; text-align: center; -o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;}
    .home-products .lists .products ul li .imgs img { transform:scale(0.8); -webkit-transform:scale(0.8); -moz-transform:scale(0.8); -ms-transform:scale(0.8); -o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;}
    .home-products .lists .products ul li:hover .imgs img { transform:scale(0.9); -webkit-transform:scale(0.9); -moz-transform:scale(0.9); -ms-transform:scale(0.9);}
    .home-products .lists .products ul li:hover { -webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1); box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1); behavior: url(ie-css3.htc);}
    .home-products .lists .products ul li:nth-child(4n) { margin-right: 0;}

    .home-products .mores { position: absolute; left: 0; bottom: 0;}
/* Home Products End */

/* Home Projects Start */
#home-projects { margin-bottom: 40px;}
    .home-projects { position: relative;}
    .home-projects .categorys { float: left; width: 25.000000%;}

    .home-projects .lists { float: right; width: 75.000000%; }
    .home-projects .lists .lefts { float: left; width: 50.000000%; padding-right: 14px; }
    .home-projects .lists .imgs { overflow: hidden; width: auto; position: relative;}
    .home-projects .lists .floating-layer { color: #333; font-size: 14px; width: 100%;height: 100%; padding-top: 38%; text-align: center; background: rgba(255,255,255,0.83);opacity: 0;position: absolute;top: 0;left: 0;-o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;}

    .home-projects .lists img { -o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;}
    .home-projects .lists .lefts:hover .floating-layer { opacity: 1;}
    .home-projects .lists .lefts:hover img { transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -ms-transform:scale(1.2);}

    .home-projects .lists .rights { float: right; width: 50.000000%; }
    .home-projects .lists .rights ul li { float: left; width: 50.000000%; padding-right: 15px; margin-bottom: 15px; overflow: hidden;}
    .home-projects .lists .rights ul li:hover .floating-layer { opacity: 1;}
    .home-projects .lists .rights ul li:hover img { transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -ms-transform:scale(1.2);}

    .home-projects .lists .rights ul li:nth-child(2n) { margin-right: 0;}


    .home-projects .mores { position: absolute; left: 0; bottom: 10px;}
/* Home Projects End */


/* Home Advert Start */
#home-advert { width: 100%; height: 260px; background-image: url('../img/advert/1.jpg');background-size: cover; background-position: center center; background-attachment: fixed; }
/* Home Advert End */

/* Home News Start */
#home-news { margin-top: 50px;}
    .home-news { position: relative;}
    .home-news .categorys { float: left; width: 25.000000%;}

    .home-news .lists { float: right; width: 75.000000%; }
    .home-news .lists ul li { float: left; width: 23.500000%; margin-right: 2%; overflow: hidden;}
    .home-news .lists ul li:nth-child(4n) { margin-right: 0;}

    .home-news .lists ul li .imgs { overflow: hidden; -moz-border-radius: 16px; -webkit-border-radius: 16px; border-radius: 16px;}
    .home-news .lists ul li img { -o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;}

    .home-news .lists ul li:hover img { transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -ms-transform:scale(1.2);}

    .home-news .lists ul li .names { font-weight: 700; margin-top: 10px; margin-bottom: 5px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}

    .home-news .mores { position: absolute; left: 0; bottom: 10px;}
/* Home News End */

/* Home Academy Start */
#home-academy { margin-top: 50px;}
    .home-academy { position: relative;}
    .home-academy .categorys { float: left; width: 25.000000%;}

    .home-academy .lists { float: right; width: 75.000000%; }
    .home-academy .lists ul li { float: left; width: 32.000000%; margin-right: 2%; overflow: hidden; position: relative;}
    .home-academy .lists ul li img { -o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;}
    .home-academy .lists ul li:nth-child(3n) { margin-right: 0;}

    .home-academy .lists .floating-layer { color: #333; font-size: 14px; width: 100%;height: 100%; padding-top: 38%; text-align: center; background: rgba(255,255,255,0.83);opacity: 0;position: absolute;top: 0;left: 0;-o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;}
    .home-academy .lists ul li:hover .floating-layer { opacity: 1;}
    .home-academy .lists ul li:hover img { transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -ms-transform:scale(1.2);}

    .home-academy .mores { position: absolute; left: 0; bottom: 10px;}
/* Home Academy End */

/* Footer Start */
#footer { padding: 40px 0; background: #2b2e33; margin-top: 50px; }
    .footer { font-size: 14px; color: #eee; line-height: 30px;}
    .footer a { color: #eee; -o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;}
    .footer a:hover { color:#bc1c22;}

    .footer .quicks { float: left; width: 42.000000%; padding-right: 15px;}

    .footer .quicks ul.links { margin-top: 10px;}
    .footer .quicks ul.links li { float: left; width: 33.333333%; padding-right: 8%;}
    .footer .quicks ul.links li i { float: right; line-height: 30px;}


    .footer .address { float: left; width: 25.000000%; padding-left: 15px; padding-right: 15px;}

    .footer .address ul.contacts { margin-top: 10px;}
    .footer .address ul.contacts li i { width: 30px; height: 18px; display: inline-block;}

    .footer .others { float: right; width: 33.000000%; padding-left: 15px;}

    .footer .others .contents { width: 100%; margin-top: 10px;}
    .footer .others .contents .oleft { float: left; width: 68.000000%; padding-right: 15px;}

    .footer .others .contents .oleft .drop-select { position: relative; box-sizing: border-box; padding: 0 15px; line-height: 30px; border: 1px #666 solid; background: #222;}
    .footer .others .contents .oleft .drop-select .websites { }
    .footer .others .contents .oleft .drop-select .websites i { float: right; line-height: 30px;}

    .footer .others .contents .oleft ul.drop-menu { display: none; width: calc(100% + 2px); background: #222; position: absolute; left: -1px; top: 100%; border-top: 1px #666 solid; border-left: 1px #666 solid; border-right: 1px #666 solid;}
    .footer .others .contents .oleft ul.drop-menu li { box-sizing: border-box; line-height: 30px;border-bottom: 1px #666 solid;background: #222; padding: 0 15px;}

    .footer .others .contents .oleft ul.share { margin-top: 15px;}
    .footer .others .contents .oleft ul.share li { float: left; display: inline-block;box-sizing: border-box;width: 30px;height: 30px;margin-right: 15px;line-height: 28px;font-size: 16px;text-align: center;border: 1px #eee solid;border-radius: 50%;}

    .footer .others .contents .oright { float: right; width: 32.000000%;}
/* Footer End */


/* Copyrighter Start */
#copyrighter{ color: #eee; background: #161671;}
    .copyrighter { padding: 8px 0;}
    .copyrighter a { color: #eee;}
    .copyrighter .copyright { float: left;}
    .copyrighter .friendship { float: right; position: relative;}
    .copyrighter .friendship ul.links { display: none; padding: 10px 20px; background: #161671;box-shadow: none; position: absolute; right: 0;left: auto;bottom: 100%;top: auto;}
    .copyrighter .friendship ul.links li { white-space: nowrap; text-align: right;}
    .copyrighter .friendship ul.links li a { -o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;}
    .copyrighter .friendship:hover ul.links { display: block;}
    .copyrighter .friendship ul.links li:hover a { color: #FFF;}
/* Copyrighter Start */

/* Back To Top Star */
#back-to-top { position: fixed; cursor: pointer; z-index: 999999; bottom: 24px; right: 24px; display: block; transition: all 300ms ease-out; visibility: hidden; opacity: 0; text-align: center; width: 48px; height: 48px; line-height: 48px !important; font-size: 16px;border-radius: 150px;color: #014099;background-color: #ffffff;-webkit-box-shadow: 0px 0 24px 0px rgba(0, 0, 0, 0.08); -moz-box-shadow: 0px 0 24px 0px rgba(0, 0, 0, 0.08); box-shadow: 0px 0 24px 0px rgba(0, 0, 0, 0.08); behavior: url(ie-css3.htc);}
    #back-to-top.show { visibility: visible;opacity: 1;}
    #back-to-top:hover { color: #FFF; background: #014099;}
/* Back To Top End */


/* Xl Star */
@keyframes xl {
    0% {
        bottom: 15px;
    }
    50% {
        bottom: 30px;
    }
    100% {
        bottom: 15px;
    }
}
/* Xl 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){


}

/* <1200的设备 */
@media screen and (max-width: 1200px){

}

/* <991的设备 */
@media screen and (max-width: 991px) {

    .container { padding-left: 10px; padding-right: 10px;}

    /* Full Screen Start */
    #full-screen .mouse { display: none;}
    /* Full Screen End */

    /* Header Star */
    #header { padding: 10px 0 10px 0;}
    .header .logos { margin-top: 0;}
    .header .logos img { height: 40px;}

    .header .menus { display: none;}

    .header .searchs { display: none;}

    .header .navigations { float: right; display: block; margin-top: 12px;}
    .header .navigations .text { float: left; font-size: 16px; margin-top: -2px; margin-right: 5px;}

    .header .navigations .icon { width: 24px; float: right; }
    .header .navigations .icon span { width: 100%; display: block; height: 2px;margin-bottom: 5px;border-radius: 3px;background-color: #000;-webkit-transition: all 0.3s linear;transition: all 0.3s linear;}
    .header .navigations .icon span:last-child {margin-bottom: 0;}
    .header .navigations.active .icon { margin-top: 6px;}
    .header .navigations.active .icon span:nth-child(1) {transform: rotate(45deg); margin: 2px 0 0 0;}
    .header .navigations.active .icon span:nth-child(2) {display: none;}
    .header .navigations.active .icon span:nth-child(3) {transform: rotate(-45deg); margin: -2px 0 0 0;}
    /* Header End */

    #navigation { background: #FFF;}
    #navigation .menus { width: 100%; background: #FFF; font-size: 16px;}
    #navigation .menus>ul>li { border-bottom: 1px solid rgba(242, 242, 242, 1); line-height: 42px; padding-left: 15px; padding-right: 15px;}
    #navigation .menus>ul>li .links { position: relative; }
    #navigation .menus>ul>li span.arrows { float: right;}
    #navigation .menus>ul>li span.arrows:after { content: ""; position: absolute; top: 13px; right: 0; width: 10px; height: 10px; border-right: 1px solid #7c8287; border-top: 1px solid #7c8287; border-left: 0; border-bottom: 0; transform: rotate(135deg); -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); -webkit-transform: rotate(135deg); transition: all 0.6s; -moz-transition: all 0.6s; -webkit-transition: all 0.6s;  -o-transition: all 0.6s;}
    #navigation .menus>ul>li span.arrows.active:after { -webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}
    #navigation .menus>ul>li ul { display: none; border-top: solid 1px rgba(248, 248, 248, 1);}

    /* Home About Start */
    #home-about { padding-top: 20px; padding-bottom: 20px;}
    .home-about { }
    .home-about .since { float: none; width: 100.000000%; padding-top: 0;}
    .home-about .intro { float: none; width: 100.000000%; border-left: none; padding-left: 0; padding-top: 10px;}
    .home-about .slogan { float: none;}
    /* Home About End */

    /* Home Products Start */
    #home-products { padding-bottom: 20px;}
    .home-products .categorys { float: none; width: 100.000000%;}
    .home-products .lists { float: none; width: 100.000000%; margin-top: 20px;}
    .home-products .lists .classify ul li { width: 33.33333%;}

    .home-products .lists .products  { padding-top: 15px;}
    .home-products .lists .products ul li { width: 49.000000%; margin-right: 2.000000%;}
    .home-products .lists .products ul li:nth-child(2n) { margin-right: 0;}

    .home-products .mores { position: static; margin-top: 10px; text-align: right;}
    /* Home Products End */


    /* Home Projects Start */
    #home-projects { margin-bottom: 20px;}
    .home-projects .categorys { float: none; width: 100.000000%;}

    .home-projects .lists { float: none; width: 100.000000%; margin-top: 25px;}
    .home-projects .lists .lefts { float: left; width: 100.000000%; padding-right: 0; }

    .home-projects .lists .rights { float: right; width: 100.000000%; margin-top: 10px;}
    .home-projects .lists .rights ul li { float: left; width: 50.000000%; padding-right: 5px; padding-left: 0; margin-bottom: 10px;}

    .home-projects .lists .rights ul li:nth-child(2n) { padding-left: 5px; padding-right: 0;}

    .home-projects .mores { position: static; margin-top: 10px; text-align: right;}
    /* Home Projects End */

    /* Home Advert Start */
    #home-advert { display: none; }
    /* Home Advert End */

    /* Home News Start */
    #home-news { margin-top: 20px;}
    .home-news .categorys { float: none; width: 100.000000%;}

    .home-news .lists { float: none; width: 100.000000%; margin-top: 25px;}
    .home-news .lists ul li { float: left; width: 49.000000%; margin-bottom: 15px;}
    .home-news .lists ul li:nth-child(2n) { margin-right: 0;}

    .home-news .mores { position: static; text-align: right;}
    /* Home News End */

    /* Home Academy Start */
    #home-academy { margin-top: 20px;}
    .home-academy .categorys { float: none; width: 100.000000%;}

    .home-academy .lists { float: none; width: 100.000000%; margin-top: 25px;}

    .home-academy .mores { position: static; margin-top: 10px; text-align: right;}
    /* Home Academy End */

    /* Footer Start */
    #footer { padding: 20px 0; margin-top: 15px; }
    .footer .quicks { display: none;}

    .footer .address { float: left; width: 65.000000%; padding-left: 0; padding-right: 0;}

    .footer .address ul.contacts { margin-top: 0;}

    .footer .others { float: none; width: 100.000000%; padding-left: 0;}

    .footer .others .contents { width: 100%; margin-top: 10px;}
    .footer .others .contents .oleft { display: none;}

    .footer .others .contents .oright { float: right; width: 35.000000%; text-align: center;}
    /* Footer End */

    /* Copyrighter Start */
    .copyrighter .copyright { float: none; width: 100.000000%; text-align: center;}
    .copyrighter .friendship { display: none;}
    /* Copyrighter Start */
}

/* <767的设备 */
@media screen and (max-width: 767px){

}

/* <450的设备 */
@media screen and (max-width: 450px){

}