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/Geometric415BT-BlackA.eot");src:url("../fonts/Geometric415BT-BlackA.eot?#iefix") format("embedded-opentype"),url("../fonts/Geometric415BT-BlackA.woff") format("woff"),url("../fonts/Geometric415BT-BlackA.ttf") format("truetype"),url("../fonts/Geometric415BT-BlackA.svg#YourWebFontName") format("svg");
}

@font-face {
    font-family: "MONTSERRAT-REGULAR-8";
    src: url("../fonts/Montserrat-Regular-8.woff2") format("woff2"),
    url("../fonts/Montserrat-Regular-8.woff") format("woff"),
    url("../fonts/Montserrat-Regular-8.ttf") format("truetype"),
    url("../fonts/Montserrat-Regular-8.eot") format("embedded-opentype"),
    url("../fonts/Montserrat-Regular-8.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}


html,body{ font-size: 14px; width: 100%; line-height: 186%; background-color: #FFF; color:#1a1a1a; font-family:"Source Han Sans CN Regular","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; }

:root {
    --main-color: #c8a063;
    --active-color: #e75520;
    --listbg: #f5f5f5;
    --main-bg: #686868;
}

/* Header One Star */
.header-one { margin: 0 auto; display: table; text-align: center; padding: 0 30px 15px 30px; border-bottom: solid 1px #e75520; font-size: 28px; font-weight: 600; line-height: 1; letter-spacing: 4px;}
/* Header One End */


/* Header Two Star */
.header-two { margin: 0; padding: 0; display: block; text-align: left; font-size: 26px; font-weight: 600; line-height: 1; color: #e75520; letter-spacing: 3px;}
/* Header Two End */



.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);}


/* Scrollbar Star */
/*
::-webkit-scrollbar{
    width: 5px;
    height: 5px;
    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.1);
    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: #c4c4c4;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
*/

::-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:#1a1a1a; text-decoration:none; outline:none !important;}
a:hover{color:#e75520; text-decoration:none;} a:focus{outline:thin dotted;} a:hover,a:active{outline:0;}
a, a:hover, a:focus { color:#212121; text-decoration: none; }

/* Btn More Star */
.btn-more a { min-width: 170px;padding: 8px 10px 9px 10px;font-size: 16px;line-height: 28px;overflow: hidden;vertical-align: top;z-index: 1;position: relative;display: inline-block;text-align: center;}
    .btn-more a .regular {display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;border-radius: inherit;transition: all 300ms linear;opacity: 1;z-index: 2;line-height: 28px;}
    .btn-more a .hover {opacity: 1;visibility: visible;transition: transform 700ms cubic-bezier(.19,1,.22,1);width: calc(100% + 1px);height: calc(100% + 1px);transform: scaleX(0);-ms-transform: scaleX(0);transform-origin: bottom right;-ms-transform-origin: bottom right;position: absolute;top: 0;left: 0;z-index: 3;}
    .btn-more a:hover .hover {transform: scaleX(1);-ms-transform: scaleX(1);transform-origin: bottom left;}
    .btn-more a .text{position: relative;z-index: 4;display: inline-block;vertical-align: middle;line-height: 28px;letter-spacing: 1px;}
    .btn-more a .icon{position: relative;z-index: 4;display: inline-block;vertical-align: middle;margin: 0 0 0 10px;font-size: 18px;}
/* Btn More End */

/* Float Layer Star */
.float-layer { position: fixed; width: 100%; left: 0; top: 0; z-index: 1000; /* -webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2); box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2); behavior: url(ie-css3.htc);*/}
/* Float Layer End */


/* Toper Star */
#toper { padding: 0 144px;}
    #toper .lefts { float: left; width: 70%; text-align: left; color: #FFF; height: 80px; line-height: 80px;}
    #toper .lefts i { margin: 0 6px 0 0;}

    #toper .rights { float: right;}
    #toper .rights li { display: flex; align-items: center; float: left; height: 80px; line-height: 80px; position: relative;}
    #toper .rights li a { padding: 0 0 0 20px; color: #FFF;}
    #toper .rights li.emails { font-size: 16px; color: #FFF;}
    #toper .rights li.emails a { padding: 0;}
    #toper .rights li.emails i { margin: 0 10px 0 0; transition: all .4s; -webkit-animation: bounce-up 1.5s linear infinite;animation: bounce-up 1.5s linear infinite; animation: bounce-up 1.5s linear infinite;animation: bounce-up 1.5s linear infinite;}
/* Toper End */

/* Header Star */
#header { background: url("../img/header-bg.png") repeat-x; padding: 0 144px; height: 100px; line-height: 100px;}
#header.active { background-color: rgba(0,0,0,.5); }
    #header .logos { float: left; margin: 0 0 15px 0;}
    #header .logos img { max-height: 58px;}


    #header .rights { float: right;}
    #header ul.menus { float: left;}
    #header ul.menus>li { float: left; position: relative; margin: 40px 35px 0 0; text-align: center;}
    #header ul.menus>li>a {display: block; text-transform: capitalize; font-size: 18px; color: #FFF; -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;}
    #header ul.menus>li>a span { display: block; line-height: 1;}
    #header ul.menus>li:hover>a,#header ul.menus>li>a.active { color: #e75520;}
    #header ul.menus>li>a i { margin: 0 0 0 10px;}
    #header ul.menus>li a:hover { }

    #header .navigations { cursor: pointer; float: right; background: #e75520; width: 38px; height: 38px; line-height: 38px; text-align: center; margin: 28px 0 0 0; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}
    #header .navigations .button { margin: 0 auto; display: flex; align-content: center; justify-content: center; flex-wrap: wrap; height: 100%; width: 28px;}
    #header .navigations .button span { display: block; width: 100%; height: 2px;margin-bottom: 5px;border-radius: 3px;background-color: #fff;-webkit-transition: all 0.3s linear;transition: all 0.3s linear;}
    #header .navigations .button span:last-child {margin-bottom: 0;}

    #header .navigations.active { background: #FFF;}
    #header .navigations.active .button span:nth-child(1) {transform: rotate(45deg);margin: 0;margin-top: 2px; background-color: #e75520;}
    #header .navigations.active .button span:nth-child(2) {display: none;}
    #header .navigations.active .button span:nth-child(3) {transform: rotate(-45deg);margin: 0;margin-top: -2px; background-color: #e75520;}
/* Header End */

/* Float Menu Star */
#float-menu { position: fixed; width: 50%; left: 50%; padding: 2% 5%; top: 180px; height: calc(100% - 100px); background: rgba(255, 255, 255, 0.85); z-index: 9999999; -webkit-transform: scaleY(0); -ms-transform: scaleY(0); transform: scaleY(0); -webkit-transition: max-height .3s,-webkit-transform .3s; transition: max-height .3s,-webkit-transform .3s; -o-transition: max-height .3s,transform .3s; -webkit-transform-origin: top; -ms-transform-origin: top; transform-origin: top;}
    #float-menu.active { -webkit-transform: scaleY(1); -ms-transform: scaleY(1); transform: scaleY(1);}

    #float-menu ul li { text-align: right; width: 33.333333%; float: left; margin-bottom: 20px;}
    #float-menu ul li .digit { float: left; width: 100px; text-align: right; color: #e75520; font-family:'Geometric415BT BlackA'; font-size: 22px;}
    #float-menu ul li dl.menu { float: right; width: calc(100% - 100px); margin: 5px 0 0 0;}
    #float-menu ul li dl.menu dt { font-size: 18px; font-weight: 700; margin-bottom: 5px;}
    #float-menu ul li dl.menu dd { font-size: 16px; line-height: 1.4;}
    #float-menu a { -o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;}
    #float-menu a:hover { color: #e75520;}
/* Float Menu End */

#index-banner { overflow: hidden;}

/* Header Blank Star */
#header-blank { display: none;}
/* Header Blank End */

/* Tinseen Touch Slider Star */
#tinseen-touch-slider { }
    #tinseen-touch-slider .mouse { position: absolute; left: calc(50% - 9px); bottom: 30px; width: 18px; cursor: pointer; z-index: 30; animation: xl 1.5s infinite;}
    #tinseen-touch-slider .mouse img { max-width: 100%;}
/* Tinseen Touch Slider End */

@keyframes xl {
    0% {
        bottom: 30px;
    }
    50% {
        bottom: 40px;
    }
    100% {
        bottom: 30px;
    }
}

/* Quick Options Star */
#quick-options { padding: 50px 144px;}
    #quick-options img { max-width: 100%;}
    .quick-options ul li { position: relative; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; cursor: pointer; float: left; width: 17.600000%; text-align: center; margin: 0 3% 0 0; border: solid 1px #b0b0b0; background: #FFF; /*background: url("../img/tab.png") top center no-repeat; background-size: 100%;*/ }
    .quick-options ul li .boxs { margin: 2px; background: #f2f1ef; padding:20px 20px 40px 20px;}
    .quick-options ul li.active { /*background: url("../img/tab-hover.png") top center no-repeat; background-size: 100%;*/}
    .quick-options ul li:last-child { margin-right: 0;}

    .quick-options ul li .image { overflow: hidden; margin-bottom: 15px;}
    .quick-options ul li .name { border-top: solid 1px #d0d0ce; padding: 10px 0 0 0; line-height: 1; font-size: 18px;}
    .quick-options ul li .arrows { width: 53px; height: 30px; position: absolute; left: calc(50% - 27px); bottom: -27px; background: url("../img/arrow2.png") top center no-repeat;}
    .quick-options ul li.active .arrows { background: url("../img/arrow1.png") top center no-repeat;}
/* Quick Options End */


/* Quick Content Star */
.quick-content { padding: 50px 144px; background: #efefef; margin: 30px 0 0 0;}
    .quick-content .text { float: left; width: 55%; padding: 30px 0 0 0; color: #333;}
    .quick-content .text .intro { margin: 20px 0 0 0;}
    .quick-content .text .more { margin: 30px 0 0 0;}
    .quick-content .text .more a { background: #e75520; border: solid 1px #e75520; padding: 8px 40px; color: #FFF; font-size: 18px; -o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;}
    .quick-content .text .more a:hover { background: transparent; color: #e75520;}
    .quick-content .image { float: right; width: 40%;}
/* Quick Content End */

/* Irradiation Service Star */
#irradiation-service { padding: 50px 0 0 0;}
    .irradiation-service { padding: 50px 144px; background: #efefef; margin: 30px 0 0 0;}

    .irradiation-service .image { float: left; width: 45%;}

    .irradiation-service .text { float: right; width: 50%; padding: 30px 0 0 0; color: #333;}
    .irradiation-service .text .intro { margin: 20px 0 0 0;}
    .irradiation-service .text .more { margin: 30px 0 0 0;}
    .irradiation-service .text .more a { background: #e75520; border: solid 1px #e75520; padding: 8px 40px; color: #FFF; font-size: 18px; -o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;}
    .irradiation-service .text .more a:hover { background: transparent; color: #e75520;}
/* Irradiation Service End */


/* Media Center Star */
#media-center { padding: 50px 144px;}
    .media-center { margin: 30px 0 0 0;}
/* Media Center End */


/* List Media Star */
ul.list-media { }
    ul.list-media li { float: left; margin: 0 1% 30px 0; width: 24.250000%;}
    ul.list-media li:nth-child(4n) { margin-right: 0;}
    ul.list-media li .image { overflow: hidden;}
    ul.list-media li .image img { transition:all .6s; -moz-transition:all .6s; -webkit-transition:all .6s; -o-transition:all .6s;}
    ul.list-media li:hover .image 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);}
    ul.list-media li .param { line-height: 1.2; margin: 20px 0 10px 0;}
    ul.list-media li .param .date { width: 100px; float: left; text-align: left; }
    ul.list-media li .param .date .month { font-size: 14px;}
    ul.list-media li .param .date .day { font-size: 18px;}
    ul.list-media li .param .date .year { font-size: 14px;}
    ul.list-media li .param .tag { width: calc(100% - 120px); float: right;}
    ul.list-media li .param .tag span { margin-right: 15px; padding: 3px 10px; border: solid 1px #e75520; color: #e75520; transition:all .6s; -moz-transition:all .6s; -webkit-transition:all .6s; -o-transition:all .6s;}
    ul.list-media li .param .tag span:hover { background: #e75520; color: #FFF;}

    ul.list-media li .name { font-size: 18px; font-weight: 600; color: #e75520;}
    ul.list-media li .intro { margin: 10px 0; color: #333; line-height: 1.4;}
    ul.list-media li .more { color: #333; font-size: 14px; transition:all .6s; -moz-transition:all .6s; -webkit-transition:all .6s; -o-transition:all .6s;}
    ul.list-media li:hover .more { color: #e75520;}
/* List Media End */

/* Footer Star */
#footer { border-top: solid 1px #fad4c9; padding: 25px 144px;}
    .footer .lefts { float: left;}
    .footer .lefts .logo { float: left; margin: 0 30px 0 0;}
    .footer .lefts .link { float: left; margin: 3px 0 0 0;}
    .footer .lefts .link .href a { margin: 0 20px 0 0;}
    .footer .menus { float: right;}
    .footer .menus a { margin: 0 0 0 20px; line-height: 24px;}
    .footer a { transition:all .6s; -moz-transition:all .6s; -webkit-transition:all .6s; -o-transition:all .6s;}
    .footer a:hover { color: #e75520;}
/* Footer End */


/* 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: #212121;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: #e75520;}
/* Back To Top End */

/* Famove1 Star */
@-webkit-keyframes famove1 {
    0% { width: 0px; height: 0px; opacity: 0;}
    50% { width: 20px; height: 20px;opacity: 1; }
    75% { width: 25px;height: 25px;opacity: .5; }
    100% { width: 30px;height: 30px;opacity: 0; }
}

@-moz-keyframes famove1 {
    0% { width: 0px;height: 0px;opacity: 0; }
    50% { width: 20px;height: 20px;opacity: 1; }
    75% { width: 25px;height: 25px;opacity: .5; }
    100% { width: 30px;height: 30px;opacity: 0; }
}

@-o-keyframes famove1 {
    0% { width: 0px;height: 0px;opacity: 0; }
    50% { width: 20px;height: 20px;opacity: 1; }
    75% { width: 25px;height: 25px;opacity: .5; }
    100% { width: 30px;height: 30px;opacity: 0; }
}

@keyframes famove1 {
    0% { width: 0px;height: 0px;opacity: 0; }
    50% { width: 20px;height: 20px;opacity: 1; }
    75% { width: 25px;height: 25px;opacity: .5; }
    100% { width: 30px;height: 30px;opacity: 0; }
}
/* Famove1 End */


/* Bounce Up Star */
@-webkit-keyframes bounce-up {
    10% {
        transform: rotate(20deg);
    }
    20% {
        transform: rotate(-10deg);
    }
    30% {
        transform: rotate(5deg);
    }
    40% {
        transform: rotate(-5deg);
    }
    50%,100% {
        transform: rotate(0deg);
    }
}
@keyframes bounce-up {
    10% {
        transform: rotate(20deg);
    }
    20% {
        transform: rotate(-10deg);
    }
    30% {
        transform: rotate(5deg);
    }
    40% {
        transform: rotate(-5deg);
    }
    50%,100% {
        transform: rotate(0deg);
    }
}
/* Bounce Up End */

/* <1920的设备 */
@media screen and (max-width: 1920px){

}

/* <1680的设备 */
@media screen and (max-width: 1680px){
    /* Header Star */
    #header ul.menus>li { margin: 40px 20px 0 0;}
    #header .navigations { margin: 30px 0 0 0;}
    /* Header End */
}

/* <1500的设备 */
@media screen and (max-width: 1500px){
    /* Toper Star */
    #toper {padding: 0 80px;}
    /* Toper End */

    /* Header Star */
    #header {padding: 0 80px;}
    /* Header End */

    /* Float Menu Star */
    #float-menu { padding: 30px 10px;}
    /* Float Menu End */


    #quick-options { padding-left: 80px; padding-right: 80px;}

    .quick-content { padding-left: 80px; padding-right: 80px;}
    .irradiation-service { padding-left: 80px; padding-right: 80px;}
    #media-center { padding-left: 80px; padding-right: 80px;}

    /* Footer Star */
    #footer { padding-left: 80px; padding-right: 80px;}
    /* Footer End */
}

/* <1440的设备 */
@media screen and (max-width: 1440px){
    /* Toper Star */
    #toper {padding: 0 60px;}
    /* Toper End */

    /* Header Star */
    #header {padding: 0 60px;}
    /* Header End */

    #quick-options { padding-left: 60px; padding-right: 60px;}

    .quick-content { padding-left: 60px; padding-right: 60px;}
    .irradiation-service { padding-left: 60px; padding-right: 60px;}
    #media-center { padding-left: 60px; padding-right: 60px;}

    /* Footer Star */
    #footer { padding-left: 60px; padding-right: 60px;}
    /* Footer End */
}

/* <1366的设备 */
@media screen and (max-width: 1366px){
    /* Toper Star */
    #toper {padding: 0 50px;}
    /* Toper End */

    /* Header Star */
    #header {padding: 0 50px;}
    /* Header End */

    #quick-options { padding-left: 50px; padding-right: 50px;}

    .quick-content { padding-left: 50px; padding-right: 50px;}
    .irradiation-service { padding-left: 50px; padding-right: 50px;}
    #media-center { padding-left: 50px; padding-right: 50px;}

    /* Footer Star */
    #footer { padding-left: 50px; padding-right: 50px;}
    /* Footer End */
}

/* <1200的设备 */
@media screen and (max-width: 1200px){
    /* Toper Star */
    #toper {padding: 0 15px;}
    /* Toper End */

    /* Header Star */
    #header {padding: 0 15px;}
    /* Header End */

    #quick-options { padding-left: 15px; padding-right: 15px;}

    .quick-content { padding-left: 15px; padding-right: 15px;}
    .irradiation-service { padding-left: 15px; padding-right: 15px;}
    #media-center { padding-left: 15px; padding-right: 15px;}

    /* Footer Star */
    #footer { padding-left: 15px; padding-right: 15px;}
    /* Footer End */
}

/* <991的设备 */
@media screen and (max-width: 991px) {

    /* Header One Star */
    .header-one { font-size: 20px;}
    /* Header One End */


    /* Header Two Star */
    .header-two { font-size: 20px;}
    /* Header Two End */


    /* Toper Star */
    #toper { display: none;}
    /* Toper End */

    /* Header Star */
    #header { padding: 0 10px; height: 80px;line-height: 80px;}
    #header .logos { margin:0;}
    #header .logos img { max-height: 48px;}

    #header ul.menus { display: none;}

    #header .navigations { margin: 20px 0 0 0;}
    /* Header End */

    /* Float Menu Star */
    #float-menu { width: 100%; left: 0; padding: 30px 10px; top: 100px; height: calc(100% - 100px);}

    #float-menu ul li { width: 33.333333%;}
    #float-menu ul li .digit { width: 30px; line-height: 1; font-size: 18px;}
    #float-menu ul li dl.menu { width: calc(100% - 30px); margin: 0 0 0 0;}
    #float-menu ul li dl.menu dt { font-size: 18px; font-weight: 700; margin-bottom: 10px; line-height: 1;}
    #float-menu ul li dl.menu dd { font-size: 14px; line-height: 1.6;}
    #float-menu a { -o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;}
    #float-menu a:hover { color: #e75520;}
    /* Float Menu End */

    /* Quick Options Star */
    #quick-options { padding: 30px 10px;}
    .quick-options ul li .boxs { padding:5px 5px 10px 5px;}
    .quick-options ul li .image { margin-bottom: 5px;}
    .quick-options ul li .name { padding: 5px 0 0 0; font-size: 17px;}
    .quick-options ul li .arrows { width: 26px; height: 15px; left: calc(50% - 13px); bottom: -14px; background-size: cover;}
    .quick-options ul li.active .arrows { background-size: cover;}
    /* Quick Options End */

    /* Quick Content Star */
    .quick-content { padding: 30px 10px; margin: 20px 0 0 0;}
    .quick-content .text { float: none; width: 100%; padding: 15px 0 0 0;}
    .quick-content .text .intro { margin: 10px 0 0 0;}
    .quick-content .text .more { margin: 30px auto 0 auto; text-align: center;}
    .quick-content .image { float: none; width: 100%;}
    /* Quick Content End */


    /* Irradiation Service Star */
    #irradiation-service { padding: 30px 0 0 0;}
    .irradiation-service { padding: 20px 10px; margin: 20px 0 0 0;}

    .irradiation-service .image { float: none; width: 100%;}
    .irradiation-service .text { float: none; width: 100%; padding: 20px 0 0 0; color: #333;}
    .irradiation-service .text .intro { margin: 10px 0 0 0;}
    .irradiation-service .text .more { margin: 30px auto 0 auto; text-align: center;}
    /* Irradiation Service End */

    /* Media Center Star */
    #media-center { padding: 30px 10px;}
    .media-center { margin: 20px 0 0 0;}
    /* Media Center End */

    /* List Media Star */
    ul.list-media { }
    ul.list-media li { margin: 0 1% 20px 0; width: 49.500000%;}
    ul.list-media li:nth-child(2n) { margin-right: 0;}
    ul.list-media li .param { margin: 20px 0 10px 0;}
    ul.list-media li .param .date { width: 30px;}
    ul.list-media li .param .tag { width: calc(100% - 50px);}
    ul.list-media li .param .tag span { margin-right: 5px; margin-bottom: 5px; display: inline-block; padding: 2px 5px;}
    /* List Media End */

    /* Footer Star */
    #footer { padding: 25px 10px;}
    .footer .lefts { float: none; width: 100%; text-align: center;}
    .footer .lefts .logo { float: none; margin: 0; text-align: center;}
    .footer .lefts .link { float: none; margin: 3px 0 0 0; text-align: center;}
    .footer .lefts .link .href a:last-child { margin-right: 0;}

    .footer .menus { float: right; margin: 15px 0 0 0;}
    .footer .menus a { margin: 0; width: 33.333333%; float: left; text-align: center;}
    /* Footer End */
}

/* <767的设备 */
@media screen and (max-width: 767px){

}

/* <450的设备 */
@media screen and (max-width: 450px){

}