@import url(../css/reset.css);
@import url(../css/page.css);








/*Bootstrap core CSS*/

@import url(../css/bootstrap.min.css);








/*Custom styles for this template*/

@import url(../css/grid.css);
@import 'https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900&subset=latin-ext';
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);








/*-----------------------

defult

-------------------------*/

body {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

*html .clearfix {
    height: 1%;
}








/* Hides from IE-mac \*/

.clearfix {
    display: block;
}

ul li {
    list-style-type: none;
}

a,
a:visited,
a:active {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

a:hover,
a:visited:hover,
a:active:hover {
    text-decoration: none;
}

a:hover img {
    text-decoration: none;
    opacity: 0.5;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

img,
img a,
img a:hover {
    border: 0;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}








/*-----------------------

menu

-------------------------*/

.top {
    text-align: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    margin: 0;
    padding: 14px 0;
    background: rgba(255, 255, 255, 0.75);
    box-shadow: 2px 2px 5px rgba(50%, 50%, 50%, 0.3);
}

.menu_logo {
    position: absolute;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    top: 8px;
    display: block;
}

.menu_logo img {
    width: 60px;
}

.menu_button {
    cursor: pointer;
    color: #000;
    display: inline-block;
    position: relative;
    letter-spacing: 0.5px;
    font-size: 1.02em;
    font-family: 'Noto Sans TC', sans-serif;
    margin: 0 100px 0 0;
}

.top>.menu>div:nth-child(3) {
    margin: 0 250px 0 0;
}

.top>.menu>div:nth-child(4) {
    margin: 0 100px 0 80px;
}

.top>.menu>div:nth-child(5) {
    margin: 0;
}

.menu_button a {
    display: block;
    color: #000;
}

.menu_button a:hover {
    color: #000;
    text-decoration: none;
}

.menu_content {
    display: none;
    width: 100%;
    position: absolute;
}

.top .menu div:nth-child(1) div {
    position: absolute;
    right: -15px;
    top: 5px;
    display: block;
    width: 7px;
    height: 7px;
    margin: 3px 0 0 8px;
    border-right: 3px solid black;
    border-bottom: 3px solid black;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.top>.menu>div:nth-child(1),
.top>.menu>div:nth-child(3),
.top>.menu>div:nth-child(4),
.top>.menu>div:nth-child(5) {
    padding: 0 0 3px 0;
}

.top>.menu>div:nth-child(1):before,
.top>.menu>div:nth-child(3):before,
.top>.menu>div:nth-child(4):before,
.top>.menu>div:nth-child(5):before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #00b4ff;
    visibility: hidden;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.top>.menu>div:nth-child(1):hover:before,
.top>.menu>div:nth-child(3):hover:before,
.top>.menu>div:nth-child(4):hover:before,
.top>.menu>div:nth-child(5):hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.community {
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 2;
}

.community div {
    background: #000;
    width: 35px;
    height: 35px;
    border-radius: 99em;
    text-align: center;
    float: left;
    margin: 0 8px 0 0;
}

.community div a img {
    padding: 8px 0 0 0;
    vertical-align: middle;
    max-width: 45%;
}

.community .mobileMenu {
    display: none;
}








/*-----------------------

tooltip

-------------------------*/

.community div:nth-child(3),
.community div:last-child {
    position: relative;
}

.community div:nth-child(3) .tooltiptext,
.community div:last-child .tooltiptext {
    visibility: hidden;
    width: 75px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 3px;
    position: absolute;
    z-index: 1;
    top: 120%;
    left: 50%;
    margin-left: -60px;
    font-size: 0.8em;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 300;
}

.community div:nth-child(3) .tooltiptext::after,
.community div:last-child .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 80%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}

.community div:nth-child(3):hover .tooltiptext,
.community div:last-child:hover .tooltiptext {
    visibility: visible;
}








/*-----------------------

subMenu

-------------------------*/

.sub_menu {
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    width: 100%;
    position: relative;
    letter-spacing: 1px;
    margin: 14px 0 0 0;
}

.sub_menu:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #000;
    height: 47px;
}

.sub_menu>ul {
    /*電腦網頁下拉選單可捲動修改*/
    overflow: scroll;
    display: inline-block;
    height: calc(100vh - 75px);
    margin: 0 20px;
}

.sub_menu>ul>li {
    float: left;
    color: #fff;
    font-size: 0.85em;
    padding: 14px 0 0 0;
    z-index: 1;
    position: relative;
    text-align: left;
    width: 20%;
}

.sub_menu>ul>li>a {
    color: #fff;
}

.sub_menu>ul>li:last-child {
    width: 20%;
}

.sub_menu ul li a:hover,
.sub_menu ul li a:active {
    text-decoration: none;
}

.sub_menu>ul>li>ul {
    margin: 35px 0 0 0;
}

.sub_menu>ul>li>ul>li {
    float: left;
    text-align: left;
    font-size: 0.75em;
    margin: 0 40px 20px 0;
    color: #000;
    font-weight: 700;
}

/*.sub_menu>ul>li>ul.sails>li:nth-child(1) span,
.sub_menu>ul>li>ul.sails>li:nth-child(4) span,
.sub_menu>ul>li>ul.kite>li:nth-child(1) span,
.sub_menu>ul>li>ul.kite>li:nth-child(2) span,
.sub_menu>ul>li>ul.kite>li:nth-child(3) span {
    color: #0080b5;
}

.sub_menu>ul>li>ul.sails>li:nth-child(2) span,
.sub_menu>ul>li>ul.sup>li:nth-child(2) span,
.sub_menu>ul>li>ul.sup>li:nth-child(3) span {
    color: #ffd800;
}

.sub_menu>ul>li>ul.sails>li:nth-child(3) span,
.sub_menu>ul>li>ul.sup>li:nth-child(1) span {
    color: #7bb400;
}*/

.sub_menu>ul>li>ul.acce>li span {
    color: #ff9c00;
}

.sub_menu>ul>li>ul>li>ul {
    border-top: 2px solid #000;
}

.sub_menu>ul>li>ul>li>ul>li:nth-child(1) {
    padding: 10px 0 0 0;
}

.sub_menu>ul>li>ul>li>ul>li a {
    color: #000;
    line-height: 1.5em;
    font-size: 1.2em;
    font-weight: 400;
}

.sub_menu>ul>li>ul>li>ul>li a:hover {
    text-decoration: underline;
}

/*廠商顏色改成用class添加*/
span.ga_color {
    color: #0080b5;
}
span.vandal_color {
    color: #ffd800;
}
span.tabou_color {
    color: #7bb400;
}
span.unifiber_color {
    color: #ff9c00;
}
span.tahe_color {
    /*color: #004071;*/
    color: blue;
}
span.sic_color {
    color: gray;
}
span.ppc_color {
    color: coral;
}



/*-----------------------

picMenu

-------------------------*/

.picView {
    width: 25%;
    overflow: hidden;
    float: left;
    position: relative;
}

.picView .mask {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    text-align: center;
    cursor: pointer;
}

.picView .mask a {
    text-decoration: none;
    color: #fff;
    width: 100%;
}

.picView .mask .iconPic {
    height: 165px;
    margin: 10% 0 0 0;
}

.picView .mask .iconPic img {
    max-width: 20%;
    height: auto;
}

.picView .mask a h2 {
    font-size: 1.2em;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 400;
    margin: 15% 0 0 0;
    letter-spacing: 2px;
}

.picView .mask a span {
    display: block;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    margin: 2.5% 30%;
}

.picView .mask a p {
    font-size: 1.1em;
    letter-spacing: 2px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.picView .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    background: rgba(0, 180, 255, 0.85);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.picView:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

/*-----------------------

newProduct

-------------------------*/

.newPTmobile {
    display: none;
}

.newPT {
    text-align: center;
    color: #000;
    margin: 0;
    padding: 70px 0 0 0;
}

#home-slider {
    width: 1024px;
    margin: 0 auto;
}

.carousel,
.carousel-inner {
    position: relative;
}

.carousel-inner {
    overflow: hidden;
    width: 100%;
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block;
}

.carousel-inner>.active {
    left: 0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner>.next {
    left: 100%;
}

.carousel-inner>.prev {
    left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0;
}

.carousel-inner>.active.left {
    left: -100%;
}

.carousel-inner>.active.right {
    left: 100%;
}

.slider {
    margin: 0;
    padding: 0;
}

.carousel-control {
    opacity: 1;
    cursor: pointer;
    background-image: none!important;
    z-index: 10;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    top: 50%;
    position: absolute;
}

.carousel-control.left {
    left: -5%;
    border-color: transparent #ddd transparent transparent;
    border-width: 20px 20px 20px 0;
}

.carousel-control.right {
    right: -5%;
    left: auto;
    border-color: transparent transparent transparent #ddd;
    border-width: 20px 0 20px 20px;
}

.carousel-control:focus,
.carousel-control:hover {
    outline: 0;
    opacity: .5;
    filter: alpha(opacity=50);
}

@media (max-width: 1259px) {
    .carousel-control.left {
        left: 1%;
        border-color: transparent #fff transparent transparent;
        border-width: 20px 20px 20px 0;
    }

    .carousel-control.right {
        right: 1%;
        left: auto;
        border-color: transparent transparent transparent #fff;
        border-width: 20px 0 20px 20px;
    }
}

@media (max-width: 1024px) {
    #home-slider {
        width: 100%;
    }
    .carousel-control.left {
        border-width: 15px 15px 15px 0;
    }

    .carousel-control.right {
        border-width: 15px 0 15px 15px;
    }
}








/*.newPT .newPT-title {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 1.7% 0;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 1.2em;
}

.newPT-title:before,
#aboutAnchor .content div:before,
#QA .QA-title:before {
    content: '\2014\2014';
    font-weight: 300;
    letter-spacing: -3px;
    padding: 0 10px 0 0;
}

.newPT-title:after,
#aboutAnchor .content div:after,
#QA .QA-title:after {
    content: '\2014\2014';
    font-weight: 300;
    letter-spacing: -3px;
    padding: 0 0 0 3px;
}

.newPT-left {
    float: left;
    width: 50%;
}

.newPT-right {
    float: right;
    width: 50%;
}

.newPT-left .newPT-pic,
.newPT-right .newPT-pic {
    float: left;
    margin: 0 0 0 12%;
    padding: 8% 0;
}

.newPT-left .newPT-item,
.newPT-right .newPT-item {
    float: right;
    text-align: left;
    width: 40%;
    margin: 20% 10% 0 0;
}

.newPT-name {
    display: block;
    font-size: 1.5em;
    font-weight: 700;
    letter-spacing: 1px;
}

.newPT-des {
    display: block;
    font-size: 0.75em;
    margin: 0 0 50px 0;
    letter-spacing: 1px;
}*/

.btnMore a {
    font-size: 0.75em;
    border: 1px solid #000;
    font-weight: 700;
    color: #000;
    letter-spacing: 1px;
    padding: 8px 0;
    width: 40%;
    text-align: center;
    display: block;
}

.btnMore a:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.btnMoreW {
    background: #fff;
    color: rgba(0, 180, 255, 0.85);
    font-weight: 700;
    padding: 6px 0;
    margin: 0 auto;
    text-align: center;
    width: 40%;
    font-size: 0.75em;
    letter-spacing: 1px;
}








/*-----------------------

slider

-------------------------*/


/*.w3-display-container {
    position: relative;
}

.mySlides {
    display: none;
}

.w3-badge {
    border-radius: 50%;
    background-color: #000;
    color: #fff;
    display: inline-block;
    margin: 0 5px;
    text-align: center;
}

.w3-border {
    border: 1px solid #ccc!important;
}

.w3-transparent {
    background-color: transparent!important;
}

.w3-black,
.w3-hover-black:hover {
    color: #fff!important;
    background-color: #000!important;
}

.w3-badge {
    cursor: pointer;
    height: 13px;
    width: 13px;
    padding: 0;
    border-radius: 50%;
}

.w3-center {
    text-align: center!important;
}

.w3-container:after,
.w3-container:before {
    content: "";
    display: table;
    clear: both;
}

.w3-display-bottommiddle {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}

.w3-animate-opacity {
    animation: opac 0.8s
}

@keyframes opac {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.w3-animate-right {
    position: relative;
    animation: animateright 0.4s;
}

@-webkit-keyframes animateright {
    from {
        right: -500px;
        opacity: 0;
    }
    to {
        right: 0;
        opacity: 1;
    }
}

@keyframes animateright {
    from {
        right: -500px;
        opacity: 0;
    }
    to {
        right: 0;
        opacity: 1;
    }
}

.w3-animate-left {
    position: relative;
    animation: animateleft 0.4s
}

@keyframes animateleft {
    from {
        left: -300px;
        opacity: 0
    }
    to {
        left: 0;
        opacity: 1
    }
}

.w3-button {
    border: none;
    display: inline-block;
    outline: 0;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}

.w3-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.w3-button:disabled {
    cursor: not-allowed;
    opacity: 0.3;
}

.w3-disabled *,
:disabled * {
    pointer-events: none;
}

.w3-dropdown-hover:hover>.w3-button:first-child,
.w3-dropdown-click:hover>.w3-button:first-child {
    background-color: #ccc;
    color: #000;
}

.w3-button:hover {
    color: #999!important;
    background: #eee!important;
}

.w3-display-left {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(-0%, -50%);
}

.w3-display-right {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
}

.w3-black,
.w3-hover-black:hover {
    color: #000!important;
    background-color: #fff!important;
}

.w3-button:focus,
.w3-hover-black:focus {
    outline: none;
}*/


/*-----------------------

aboutAnchor

-------------------------*/

#aboutAnchor {
    background: url("../images/bg_about.jpg") center center no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-width: 100%;
    color: #000;
}

.content {
    padding: 50px 0;
    width: 60%;
    margin: 0 auto;
}

#aboutAnchor .content div {
    text-align: center;
    font-size: 1.25em;
    padding: 0 0 30px 0;
    letter-spacing: 1px;
    font-family: 'Noto Sans TC', sans-serif;
}

#aboutAnchor .content div img {
    vertical-align: middle;
}

#aboutAnchor .content p {
    color: #000;
    font-size: 0.9em;
    letter-spacing: 1px;
    line-height: 1.5em;
}








/*-----------------------

QA

-------------------------*/

#QA .QA-title {
    padding: 50px 0 0 0;
    text-align: center;
    font-size: 1.25em;
    letter-spacing: 1px;
    font-family: 'Noto Sans TC', sans-serif;
    color: #000;
}

#QA .content ul li {
    float: left;
    text-align: center;
}

#QA .content ul li:nth-child(1) {
    margin: 0 2.5% 2.5% 0;
    width: 31.3%;
}

#QA .content ul li:nth-child(2) {
    margin: 0 2.5% 2.5% 0;
    width: 31.3%;
}

#QA .content ul li:nth-child(3) {
    margin: 0 0 2.5% 0;
    width: 31.3%;
}

#QA .content ul li:nth-child(4) {
    margin: 0 2.5% 0 0;
    width: 48.25%;
}

#QA .content ul li:nth-child(5) {
    margin: 0;
    width: 48.25%;
}

#QA .content ul li a {
    display: block;
    background: #000;
    color: #fff;
    padding: 50px 0;
    width: 100%;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#QA .content ul li a img {
    max-width: 35%;
}

#QA .content ul li:nth-child(1) a {
    background: url("../images/QA_bg01.jpg") center center no-repeat;
    min-width: 100%;
}

#QA .content ul li:nth-child(2) a {
    background: url("../images/QA_bg02.jpg") center center no-repeat;
    min-width: 100%;
}

#QA .content ul li:nth-child(3) a {
    background: url("../images/QA_bg03.jpg") center center no-repeat;
    min-width: 100%;
}

#QA .content ul li:nth-child(4) a {
    background: url("../images/QA_bg04.jpg") center center no-repeat;
    min-width: 100%;
}

#QA .content ul li:nth-child(5) a {
    background: url("../images/QA_bg05.jpg") center center no-repeat;
    min-width: 100%;
}

#QA .content ul li a div {
    margin: 30px 0 0 0;
    font-size: 1.2em;
    letter-spacing: 2px;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 300;
}








/*-----------------------

footer

-------------------------*/

footer {
    background: #fff;
    padding: 40px 0 0 0;
    color: #000;
    border-top: 1px solid #000;
}

footer .webLevel {
    text-align: center;
}

footer>.webLevel>ul {
    display: inline-block;
}

footer .webLevel ul li {
    float: left;
    font-size: 1em;
    font-family: 'Noto Sans TC', sans-serif;
    letter-spacing: 1px;
    margin: 0 60px 0 0;
    text-align: left;
}

footer .webLevel ul li:last-child {
    margin: 0;
}

footer .webLevel ul li a {
    color: #000;
    position: relative;
    text-decoration: none;
}

footer .webLevel ul li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: #00b4ff;
    visibility: hidden;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

footer .webLevel ul li a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

footer .webLevel ul li ul {
    margin: 15px 0 0 0;
    text-align: left;
}

footer .webLevel ul li ul li {
    font-size: 0.85em;
    float: none;
    line-height: 24px;
}

footer .copyRight {
    margin: 30px 0 0 0;
    font-size: 0.825em;
    font-family: 'Noto Sans TC', sans-serif;
    letter-spacing: 1px;
    text-align: center;
}

footer .copyRight ul li:first-child {
    font-family: 'Lato', sans-serif;
}

footer .copyRight ul li {
    display: inline;
    margin: 0 20px 0 0;
    color: #999;
}

footer .copyRight ul li a {
    color: #999;
    text-decoration: underline;
}

footer .copyRight ul li a:hover {
    color: #00b4ff;
    text-decoration: none;
}










/*-----------------------

mobile

-------------------------*/


/*@media (max-width: 1599px) and (min-width: 1420px) {
    .newPT-left .newPT-item,
    .newPT-right .newPT-item {
        margin: 20% 5% 0 0;
    }
}*/

@media (max-width: 1475px) {
    .picView .mask .iconPic {
        height: auto;
        margin: 5% 0 0 0;
    }
    .picView .mask .iconPic img {
        max-width: 35%;
    }
}

@media (max-width: 1240px) {
    .menu {
        display: none;
    }
    .top {
        padding: 31px 0;
    }
    .menu_logo {
        top: 10px;
    }
    /*.menu_logo img {
        width: 80px;
    }*/
    .community .mobileMenu {
        display: inline-block;
        cursor: pointer;
    }
    .newPT {
        padding: 78px 0 0 0;
    }
    .picView .mask a h2 {
        font-size: 1em;
        margin: 15% 0 0 0;
    }
    .picView .mask a p {
        font-size: 0.85em;
    }
    .btnMoreW {
        padding: 4px 0;
        font-size: 0.65em;
    }
    .bread {
        padding: 78px 0 0 0;
    }
}




/*@media (max-width: 1419px) and (min-width: 1295px) {
    .newPT-left .newPT-item,
    .newPT-right .newPT-item {
        margin: 20% 1% 0 0;
    }
}*/

@media (max-width: 1294px) {
    /*.newPT-left,
    .newPT-right {
        margin: 0 0 5% 0;
    }
    .newPT-left .newPT-pic,
    .newPT-right .newPT-pic {
        float: none;
        text-align: center;
        margin: 0;
    }
    .newPT-left .newPT-item,
    .newPT-right .newPT-item {
        float: none;
        text-align: center;
        width: 100%;
        margin: 0 0 30px 0;
    }
    .newPT>.newPT-right>.newPT-item>.btnMore>a {
        padding: 10px 0;
        width: 50%;
        text-align: center;
        display: block;
    }
    .newPT-des {
        margin: 10px 10px 30px 10px;
    }*/
    .btnMore a {
        margin: 0 auto;
    }
}

@media (max-width: 1024px) {
    .picView {
        float: none;
        width: 100%;
        margin: 0 0 10px 0;
    }
    .picView:last-child {
        margin: 0;
    }
    .picView .mask a h2 {
        font-size: 1.2em;
        margin: 20% 0 0 0;
    }
    .picView .mask a span {
        margin: 1.5% 30%;
    }
    .picView .mask a p {
        font-size: 0.9em;
    }
    #QA .content ul li a {
        padding: 50px 0;
    }
    #QA .content ul li a div {
        font-size: 1em;
        font-weight: 400;
    }
}

@media (max-width: 799px) {
    footer .webLevel ul li {
        margin: 0 40px 0 0;
    }
    footer .copyRight ul li {
        display: inherit;
        margin: 0 10px;
    }
    #QA .content ul li {
        float: none;
        text-align: center;
        margin: 0 0 5% 0;
    }
    #QA .content ul li:nth-child(1),
    #QA .content ul li:nth-child(2),
    #QA .content ul li:nth-child(3),
    #QA .content ul li:nth-child(4),
    #QA .content ul li:nth-child(5) {
        margin: 0 0 5% 0;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .top {
        /*height: 50px;*/
        position: static;
    }
    .menu_logo {
        text-align: left;
        padding: 0 0 0 10px;
    }
    /*.menu_logo img {
        width: 55px;
    }*/
    .picView .mask a h2 {
        font-size: 1em;
    }
    .picView .mask a p {
        font-size: 0.85em;
    }
    .newPT,
    .bread {
        padding: 0;
    }
    /*.newPT-left {
        float: none;
        width: 100%;
        border-bottom: none;
    }
    .newPT-right {
        float: none;
        border-left: none;
        width: 100%;
        display: none;
    }
    .newPT-left .newPT-pic img,
    .newPT-right .newPT-pic img {
        max-width: 50%;
        height: auto;
    }*/
    #aboutAnchor {
        display: none;
    }
    .content {
        padding: 30px 0;
        width: 80%;
    }
    .bread ul {
        padding: 8px 0;
    }
    footer .webLevel ul li {
        margin: 0;
    }
    footer>.webLevel>ul>li {
        float: none;
        padding: 0 0 30px 0;
    }
}

@media (max-width: 635px) {
    footer .webLevel ul li ul {
        margin: 10px 0 0 0;
    }
}

@media (max-width: 320px) {
    .picView .mask a h2 {
        margin: 12% 0 0 0;
    }

    #QA .QA-title {
        padding: 30px 0 0 0;
        font-size: 1em;
    }
    #QA .content ul li a {
        padding: 30px 0;
    }
}