﻿*
{
    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: 'Microsoft YaHei',Arial;
    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;
    font-family: 'Microsoft YaHei',Arial;
}
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;
}
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
{
    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;
}
.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: none;
    -webkit-transition: background-color .2s linear!important;
    transition: background-color .2s linear!important;
}
#header.main h1 a
{
    background-image: url("../image/logo_w.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;
}
.banner
{
    width: 100%;
    height: 790px;
    overflow: hidden;
    position: relative;
}
.banner img
{
    height: 790px;
    width: 100%;
}
.banner .txt-box
{
    position: absolute;
    left: 50px;
    bottom: 60px;
    right: 50px;
    z-index: 9;
}
.banner .txt-box h4
{
    color: #ff282d;
    font-size: 45px;
    line-height: 1.5;
}
.banner .txt-box p
{
    color: #fff;
    font-size: 38px;
    margin-bottom: 20px;
    line-height: 1.5;
}
.banner .txt-box a
{
    display: inline-block;
    border: 1px #fff solid;
    color: #fff;
    padding: 10px 50px 10px 15px;
    position: relative;
    line-height: 32px;
    -webkit-transition: .2s;
    transition: .2s;
    font-weight: 600;
}
.banner .txt-box a.fa-long-arrow-right:before
{
    position: absolute;
    right: 20px;
}
.banner .txt-box a:hover
{
    background-color: #fff;
    color: #ff282d;
}
@media(max-width: 1661px)
{/*修改1441以下、小屏显示器*/
    .banner, .banner img
    {
        height: 790px;
    }
}
@media(max-width: 1441px)
{/*修改1441以下、小屏显示器*/
    .banner, .banner img
    {
        height: 630px;
    }
}
@media(max-width: 1367px)
{/*修改1441以下、小屏显示器*/
    .banner, .banner img
    {
        height: 510px;
    }
}
.grid-section
{
    width: 100%;
}
.grid-section .items
{
    width: 25%;
    position: relative;
}
.grid-section .items a
{
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 2px;
    color: #ff282d;
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 100%;
    color: #000;
    overflow: hidden;
    width: 100%;
}
.img
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s,-webkit-transform .4s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
}
.grid-section .items :hover .img
{
    -webkit-transform: scale(1.05,1.05) rotate(.001deg);
    transform: scale(1.05,1.05) rotate(.001deg);
}
.grid-section .items h3
{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px;
    font-weight: lighter;
    font-size: 26px;
    line-height: 1.2em;
    letter-spacing: -2px;
    color: inherit;
    white-space: nowrap;
}
.grid-section .items h3 strong, .products h2 strong
{
    font-weight: bold;
}
.grid-section .items:hover h3
{
    color: #ff282d;
}
.grid-section .items:nth-child(3) h3, .grid-section .items:nth-child(4) h3
{
    color: #fff;
}
.grid-section .items:nth-child(3):hover h3, .grid-section .items:nth-child(4):hover h3
{
    color: inherit;
}
.grid-section .items:nth-child(5), .grid-section .items:nth-child(6)
{
    width: 50%;
}
.grid-section .items:nth-child(5) .pic, .grid-section .items:nth-child(6) .pic
{
    position: relative;
}
.grid-section .items:nth-child(5)
{
    background-color: #ff282d;
}
.grid-section .items:nth-child(5) a
{
    padding-top: 50%;
}
.grid-section .items:nth-child(5) .txt, .grid-section .items:nth-child(6) .txt
{
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    padding: 30px;
}
.grid-section .items:nth-child(5) .pic, .grid-section .items:nth-child(6) .pic
{
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
}
.grid-section .items:nth-child(6)
{
    background-color: #fff;
}
.grid-section .items:nth-child(5) .pic:before
{
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    width: 34px;
    height: 34px;
    top: 35px;
    left: 0;
    background-color: #ff282d;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.grid-section .items:nth-child(6) .pic:before
{
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    width: 34px;
    height: 34px;
    top: 35px;
    left: 0;
    background-color: #fff;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.grid-section .items .home-label
{
    display: block;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.4;
    color: #fff;
}
.grid-section .items .home-title
{
    display: block;
    margin: 5px 0;
    font-weight: bold;
    font-size: 26px;
    letter-spacing: -2px;
    line-height: 1.4;
    color: #fff;
}
.grid-section .items .home-description
{
    display: block;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    margin-top: 5px;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.5;
    color: #fff;
}
.grid-section .items .home-cta
{
    display: inline-block;
    margin-top: 20px;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.4;
    color: #fff;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
    position: relative;
    padding-right: 15px;
}
.grid-section .items .home-cta::after
{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 2px #fff solid;
    border-right: 2px #fff solid;
    transform: rotate(45deg);
    margin-top: -3px;
}
.grid-section .items:hover .home-cta
{
    color: #000;
}
.grid-section .items:hover .home-cta::after
{
    border-color: #000;
}
.grid-section .items .lighthinking-description
{
    display: block;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    margin-top: 5px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.7;
    margin-top: 20px;
}
.grid-section .items:nth-child(6) a
{
    color: #ff282d;
    border: 1px solid #ff282d;
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    line-height: 32px;
    padding: 10px 25px;
    max-width: 280px;
    outline: 0;
    -webkit-transition: .2s;
    transition: .2s;
}
.grid-section .items:nth-child(6) a:hover
{
    background-color: #ff282d;
    color: #fff;
}
.products
{
    background-color: #f4f4f4;
    padding: 50px 30px 50px 30px;
    position: relative;
}
.products h2
{
    display: block;
    padding: 30px;
    font-weight: lighter;
    font-size: 26px;
    line-height: 1.2em;
    letter-spacing: -2px;
    color: inherit;
    white-space: nowrap;
}
.products .thumb-image
{
    position: relative;
    padding-top: 100%;
}
.products .thumb-label
{
    padding: 20px;
    min-height: 100px;
    background-color: #ebebeb;
    -webkit-transition: background-color .3s linear;
    transition: background-color .3s linear;
    display: block;
    font-weight: 700;
    font-size: 18px;
    color: #ff282d;
    line-height: 1.4;
}
.products .swiper-slide:hover .thumb-label
{
    background-color: #ff282d;
    color: #fff;
}
.products .swiper-button-next, .products .swiper-button-prev
{
    background-color: #ff282d;
    -webkit-transition: background-color .3s linear;
    transition: background-color .3s linear;
    height: 70px;
    margin-top: 0;
    width: 60px;
    display: none;
}
.products .swiper-button-next
{
    right: 0;
}
.products .swiper-button-prev
{
    left: 0;
}
.products:hover .swiper-button-next, .products:hover .swiper-button-prev
{
    display: block;
    -webkit-transition: .2s;
    transition: .2s;
}
.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: 1199px)
{/*修改1200以下、小屏显示器*/
    .grid-section .items:nth-child(5) .txt, .grid-section .items:nth-child(6) .txt
    {
        padding-left: 20px;
        padding-right: 20px;
    }
    .grid-section .items:nth-child(6) a
    {
        line-height: 22px;
    }
    .products
    {
        padding-left: 15px;
        padding-right: 15px;
    }
    .products .swiper-button-next, .products .swiper-button-prev
    {
        display: block;
    }
}
@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;
    }
}
@media(max-width: 767px)
{/*修改768以下、小屏平板*/
    .grid-section .items, .grid-section .items:nth-child(5), .grid-section .items:nth-child(6)
    {
        width: 50%;
    }
    .grid-section .items:nth-child(5) a
    {
        padding-top: 100%;
    }
    .banner, .banner img
    {
        height: 400px;
    }
}
@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%;
    }
}