﻿*
{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html
{
    width: 100%;
    height: 100%;
}
body
{
    position: relative;
    font-family: 'Helvetica-Neue,HelveticaNeue-Light,Helvetica,sans-serif';
    font-size: 16px;
    color: #333;
    letter-spacing: -.7px;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    line-height: 1;
    min-width: 320px;
}
body, div, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p, form, fieldset, table, tr, th, td
{
    margin: 0;
    padding: 0;
}
ul, ol, li
{
    list-style: none;
}
img, fieldset
{
    border: none;
    vertical-align: top;
}
select::-ms-expand
{
    display: none;
}
@-moz-document url-prefix(){select{padding-left:10px;}}
textarea
{
    padding: 10px;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #e0e0e0;
    color: #555;
    font-size: 16px;
    letter-spacing: -.6px;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}
a
{
    text-decoration: none;
    color: #555;
}
a:hover, a:focus, a:active
{
    text-decoration: none;
    color: #e60012;
}
table
{
    border-collapse: collapse;
    width: 100%;
}
button
{
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    overflow: visible;
    white-space: nowrap;
    font-size: 16px;
}
button:active
{
    outline: none;
}
button::-moz-focus-inner
{
    padding: 0;
    border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary
{
    display: block;
}
.flex
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.flex-v
{
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flex-1
{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.flex-align-center
{
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-pack-center
{
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flex-pack-justify
{
    -webkit-box-pack: justify;
    -webkit-justify-content: pace-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex-warp
{
    flex-flow: wrap;
}
.flex-column
{
    flex-flow: column;
}
.ellipsis
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#wrapper
{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.clear:after
{
    content: '';
    display: block;
    clear: both;
}/* header */
#header
{
    position: relative;
    z-index: 10;
    width: 100%;
    height: 70px;
    box-sizing: border-box;
}
#header h1
{
    margin: 0;
    position: absolute;
    right: 20px;
    top: 0;
}
#header h1 a
{
    display: block;
    width: 125px;
    height: 70px;
    background: url("../image/logo_c.png") no-repeat center;
    -webkit-transition: background-color .2s linear!important;
    transition: background-color .2s linear!important;
}
#header .home
{
    float: left;
}
#header .home a
{
    display: block;
    position: relative;
    color: #fff;
    font-size: 30px;
    line-height: 70px;
}
#header .rightDiv
{
    position: absolute;
    top: 0;
    left: 0;
}
#header .rightDiv .util:after
{
    content: "";
    display: block;
    clear: both;
}
#header .rightDiv .srchBtn
{
    display: block;
    float: left;
    width: 90px;
    height: 70px;
    background: url("../image/srchBtn_icon.png") no-repeat center;
    height: 70px;
    line-height: 70px;
}
#header .rightDiv .allMenu
{
    float: left;
}
#header .rightDiv .allMenu .allMenuBtn
{
    display: block;
    background: url("../image/allMenuBtn.png") no-repeat center;
    width: 70px;
    height: 70px;
    background-size: 24px;
}
#header .rightDiv .allMenu .allMenuBtn.on
{
    background-image: url("../image/allMenuBtn_on.png");
    background-size: 20px;
}/* #header .gnbBg {position:absolute;top:70px;left:0;z-index:1;width:100%;height: 510px;border-top:1px solid #e0e0e0;background:#fff;display:none;}
 *//* 搜索 */
.srchArea
{
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 100;
    display: none;
    height: 100%;
}
.srchArea h2
{
    font-size: 45px;
}
.srchArea .inputArea
{
    padding: 30px;
    height: calc(50vh - 60px);
}
.srchArea .inputArea .panel-controls
{
    margin-top: 30px;
    padding: 0 60px 10px 0;
    font-size: 26px;
    border-bottom: 1px solid #8d8d8d;
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
    -webkit-appearance: none;
    border-radius: 0;
    position: relative;
}
.srchArea .inputArea .panel-controls input
{
    width: 100%;
    height: 44px;
    line-height: 44px;
    border: 0;
    font-size: 26px;
    font-family: 'Helvetica-Neue,HelveticaNeue-Light,Helvetica,sans-serif';
}
.srchArea .inputArea .panel-controls button
{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 30px;
    color: #999;
}
.srchArea .panel-expanded
{
    padding: 30px;
    height: calc(50vh - 10px);
    background-color: #f4f4f4;
}
.srchArea .panel-expanded p
{
    line-height: 1.33;
    color: #666;
    font-size: 26px;
    margin: 10px 0 20px;
}
.srchArea .panel-expanded a
{
    display: inline-block;
    color: #ff282d;
    border: 1px solid #ff282d;
    padding: 15px 100px 15px 25px;
    width: 20%;
    position: relative;
    outline: 0;
    -webkit-transition: .2s;
    transition: .2s;
}
.srchArea .panel-expanded a.fa-long-arrow-right:before
{
    position: absolute;
    right: 20px;
}
.srchArea .panel-expanded a:hover
{
    background-color: #ff282d;
    color: #fff;
}
#header .rightDiv .lang
{
    float: left;
    position: relative;
}
#header .rightDiv .lang
{
    display: block;
    height: 70px;
}
#header .rightDiv .lang>a
{
    padding-left: 30px;
    font-size: 14px;
    color: #fff;
    display: block;
    height: 100%;
    line-height: 70px;
}
#header .rightDiv .lang a.fa-dribbble:before
{
    position: absolute;
    left: 0;
    color: #fff;
    font-size: 28px;
}
#header .rightDiv .lang .sub
{
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 1;
    width: 410px;
    border: 1px solid #d4d4d4;
    background: #fff;
    display: none;
}
#header .rightDiv .lang .sub h4
{
    padding: 20px 20px 15px;
    background-color: #f4f4f4;
    font-size: 18px;
    font-weight: 700;
    color: #2b2b2b;
    line-height: 30px;
}
.label_box
{
    padding: 20px;
}
.label_box>label
{
    display: block;
    position: relative;
    overflow: hidden;
}
.label_box>label>input
{
    position: absolute;
    top: 0;
    left: -20px;
}
.label_box>label>div
{
    height: 40px;
    line-height: 40px;
    color: #666;
    user-select: none;
    overflow: hidden;
    position: relative;
    padding-left: 40px;
}
.label_box>label>div::after
{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 24px;
    height: 24px;
    border: 1px #999 solid;
    margin-top: -13px;
    border-radius: 50%;
}
.label_box>label>input:checked+div:after
{
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background-color: #ff282d;
    position: absolute;
    left: 6px;
    z-index: 1;
    border: 0;
    margin-top: -7px;
}
.label_box>label>input:checked+div:before
{
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    border: #ff282d solid 1px;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    border-radius: 50%;
    margin-top: -13px;
}
#header .rightDiv .lang .sub .button-wrap
{
    padding: 20px;
}
#header .rightDiv .lang .sub .button-wrap button
{
    position: relative;
    color: #fff;
    background-color: #ff282d;
    border: 1px solid #ff282d;
    padding: 10px 100px 10px 25px;
    line-height: 32px;
    -webkit-transition: background-color .2s linear!important;
    transition: background-color .2s linear!important;
}
#header .rightDiv .lang .sub .button-wrap button.fa-long-arrow-right:before
{
    position: absolute;
    right: 20px;
}
#header .rightDiv .lang .sub .button-wrap button:hover
{
    background-color: #fff;
    color: #ff282d;
}/* 全屏菜单 */
.allMenu .openDiv
{
    display: none;
    overflow-y: auto;
    height: calc(100% - 70px);
    height: -webkit-calc(100% - 70px);
    position: fixed;
    top: 70px;
    left: 100%;
    width: 100%;
    background: rgba(255,40,45,.98);
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.leftsidebar_box
{
    width: 100%;
    height: auto!important;
    overflow: visible!important;
}
.leftsidebar_box dt
{
    padding-left: 40px;
    padding-right: 10px;
    color: #fff;
    font-size: 5.64516129vw;
    position: relative;
    line-height: 1.5;
    cursor: pointer;
    font-weight: 600;
}
.leftsidebar_box dd
{
    padding-left: 80px;
}
.leftsidebar_box dd a
{
    color: #f5f5f5;
    font-size: 3.02419355vw;
    line-height: 1.5;
}/* main header */
#header.main
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ff282d!important;
    background: none;
    -webkit-transition: background-color .2s linear!important;
    transition: background-color .2s linear!important;
}
#header.main h1 a
{
    background-image: url("../image/logo_c.png");
    -webkit-transition: background-color .2s linear!important;
    transition: background-color .2s linear!important;
}
#header.main .rightDiv .srchBtn
{
    background: url("../image/main_srchBtn_icon.png") no-repeat center;
}
#header.main.scrolled, #header.main.hover
{
    background: #ff282d;
}
#header.main.fixed h1 a, #header.main.hover h1 a
{
    background: url("../image/logo_c.png") no-repeat center;
    width: 90px;
    -webkit-transition: background-color .2s linear!important;
    transition: background-color .2s linear!important;
}
#header.main.scrolled .moin a, #header.main.hover .moin a
{
    background: url("/templets/default/images/moin_logo_c.png") no-repeat 0 0;
}
#header.main.scrolled .rightDiv .srchBtn, #header.main.hover .rightDiv .srchBtn.on
{
    background: url("../image/allMenuBtn_on.png") no-repeat center;
    background-size: 20px;
}
#header.main.fixed
{
    background-color: #ff282d;
}/* header */
#header .rightDiv .srchBtn
{
    width: 70px;
}
#header.main.scrolled h1 a, #header.main.hover h1 a
{
    background-size: 100% auto;
}
#header.main.scrolled .moin a, #header.main.hover .moin a
{
    background-size: 100% auto;
}
.footer
{
    padding: 50px 15px 0 15px;
    border-top: 1px solid #d4d4d4;
}
.footer .group
{
    width: 21%;
    margin-right: 5%;
}
.footer .group:last-child
{
    margin-right: 0;
}
.footer .h2
{
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.5;
    color: #8d8d8d;
    margin-bottom: 20px;
}
.footer .btn
{
    padding: 10px 50px 10px 15px;
    font-size: 12px;
    white-space: nowrap;
    padding-right: 50px!important;
    background-color: #fff;
    color: #8d8d8d;
    border: 1px solid #8d8d8d;
    display: block;
    line-height: 34px;
    position: relative;
    font-weight: 600;
    -webkit-transition: background-color .3s linear;
    transition: background-color .3s linear;
}
.footer .btn.fa-arrow-right:before
{
    right: 20px;
    position: absolute;
}
.footer .btn:hover
{
    background-color: #ff282d;
    color: #fff;
    border-color: #ff282d;
}
.footer .txt
{
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.5;
    color: #8d8d8d;
    margin-bottom: 20px;
}
.footer .footer-links li a
{
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #8d8d8d;
    position: relative;
    line-height: 30px;
    padding-left: 15px;
}
.footer .footer-links li .fa-angle-right:before
{
    position: absolute;
    left: 0;
}
.footer .footer-links li a:hover
{
    color: #ff282d;
}
.footer .footer-social li
{
    width: 25%;
    margin-bottom: 20px;
}
.footer .footer-social a
{
    display: inline-block;
    width: 100%;
    font-size: 0;
    margin-bottom: 10px;
    text-align: center;
    vertical-align: top;
    background-color: #fff;
    -webkit-transition: background-color .3s linear;
    transition: background-color .3s linear;
}
.footer-social a::before
{
    font-size: 30px;
    color: #8d8d8d;
    -webkit-transition: color .3s linear;
    transition: color .3s linear;
}
.footer-social a:hover::before
{
    color: #ff282d;
}
.copyright
{
    border-top: 1px solid #d4d4d4;
    margin-top: 70px;
    color: #8d8d8d;
    font-size: 14px;
}
.copyright .footer-link
{
    padding-top: 20px;
    padding-left: 20px;
}
.copyright .footer-logo
{
    text-align: center;
}
.copyright .scrolltop
{
    position: relative;
    width: 90px;
}
.copyright .scrolltop a
{
    display: block;
    height: 100px;
    width: 100%;
    position: relative;
    padding: 10px 0;
    color: #8d8d8d;
    text-align: center;
    border-left: 1px solid #d4d4d4;
    overflow: hidden;
    -webkit-transition: background-color .3s linear;
    transition: background-color .3s linear;
    font-size: 30px;
    line-height: 80px;
}
.copyright .scrolltop a:hover
{
    color: #fff;
    background-color: #ff282d;
}
@media(max-width: 424px)
{/*修改425以下、普通的安卓手机屏*/
    #header h1
    {
        right: 0;
    }
    #header .rightDiv .allMenu .allMenuBtn, #header .rightDiv .srchBtn
    {
        width: 50px;
    }
    #header .rightDiv .lang>a span
    {
        display: none;
    }
    .banner, .banner img
    {
        height: 300px;
    }
    .banner .txt-box
    {
        left: 15px;
        right: 15px;
        bottom: 20px;
    }
    .banner .txt-box h4
    {
        font-size: 28px;
        line-height: 1.2;
    }
    .banner .txt-box p
    {
        font-size: 24px;
    }
    .grid-section .items, .grid-section .items:nth-child(5), .grid-section .items:nth-child(6)
    {
        width: 100%;
    }
    .footer .group
    {
        width: 100%;
    }
    .copyright .scrolltop
    {
        order: 1;
        width: 100%;
        border-top: 1px solid #d4d4d4;
        border-left: 0;
    }
    .copyright .scrolltop a
    {
        border-left: 0;
        height: auto;
        line-height: 40px;
    }
    .leftsidebar_box dt
    {
        padding-left: 20px;
    }
    .leftsidebar_box dd
    {
        padding-left: 40px;
    }
    .srchArea h2
    {
        font-size: 24px;
    }
    .srchArea .inputArea .panel-controls input, .srchArea .panel-expanded p
    {
        font-size: 18px;
    }
    .srchArea .panel-expanded a
    {
        width: 60%;
    }
}
@media(max-width: 1023px)
{/*修改1024以下、平板*/
    .grid-section .items, .grid-section .items:nth-child(5), .grid-section .items:nth-child(6)
    {
        width: 33.333%;
    }
    .grid-section .items:nth-child(5) .pic, .grid-section .items:nth-child(6) .pic
    {
        display: none;
    }
    .grid-section .items:nth-child(5) .txt, .grid-section .items:nth-child(6) .txt
    {
        width: 100%;
    }
    .footer .group
    {
        width: 48%;
        margin-right: 4%;
        padding: 15px;
        margin-bottom: 30px;
    }
    .footer .group:nth-child(even)
    {
        margin-right: 0;
    }
    .srchArea .inputArea, .srchArea .panel-expanded
    {
        padding: 20px;
    }
    .srchArea h2
    {
        font-size: 38px;
    }
    .srchArea .inputArea .panel-controls input, .srchArea .panel-expanded p
    {
        font-size: 22px;
    }
}