﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,600,700,800');
html, body {height: 100%;font-family: 'Open Sans', sans-serif;}
.floatleft {float:left}
.floatright {float:right}
.alignleft {float:left;margin-right:15px;margin-bottom: 15px}
.alignright {float:right;margin-left:15px;margin-bottom: 15px}
.aligncenter {display:block;margin:0 auto 15px}
a:focus {outline:0px solid}
img {max-width:100%;height:auto}
.fix {overflow:hidden}
p {
    
    font-size: 14px;
    line-height: 24px;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0px;
  color:#444444;
}
a {transition: all 0.3s ease 0s;text-decoration:none;}
a:hover {
  color: #F4A137;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
}
ul{
list-style: outside none none;
margin: 0;
padding: 0
}
.clear{clear:both}
body {
  color: #666666;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;	
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*首页*/
.sec-nav {text-transform: capitalize;}
.sec-nav .floor {font-size: 20px;font-weight: bold;margin-right: 10px;float: left;}
.sec-nav .floor.c1 {color: #FF0000;}
.sec-nav .floor.c2 {color: #fa7e19;}
.sec-nav .floor.c3 {color: #1873d9;}
.sec-nav .floor.c4 {color: #36ad9e;}
.sec-nav .floor.c5 {color: #00ca30;}
.sec-nav .floor.c5 {color: #007bf9;}
.sec-nav .tag {float: right;}
.sec-nav a {margin-left: 10px;text-transform: capitalize;}
.sec-content{display: flex;flex-wrap: wrap;margin-top: 15px;}
.sec-content .wrapL {display: flex;flex-wrap: wrap;width: 50%;align-items: stretch;border-top: 1px solid #e2e2e2;border-bottom: 1px solid #e2e2e2;}
.sec-content .wrapL .lf {width: 220px;background: #dbdbdb;padding: 0 5px;box-sizing: border-box;}
.sec-content .wrapL .lf .title {color: #363636;line-height: 20px;}
.sec-content .wrapL .lf .title a {margin-left: 10px;}
.sec-content .wrapL .des {color: #666666;line-height: 20px;}
.sec-content .wrapL .more {border: 1px solid #ff7200;width: 80px;line-height: 20px;text-align: center;}
.sec-content .wrapL .more a {color: #ff7200;text-align: center;text-transform: uppercase;}
.sec-content .wrapL .rg {width: calc(100% - 220px);padding: 10px;box-sizing: border-box;}
.sec-content .wrapL .rg .cla {line-height: 40px;}
.sec-content .wrapL .rg .cla a {color: #ff5e00;text-transform: uppercase;margin-left: 10px;}
.sec-content .wrapL .rg .title {line-height: 30px;background: url(../images/li.png) no-repeat 10px center;text-indent: 14px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.sec-content .wrapL .rg .title a{margin-left: 10px;}
.sec-content .wrapR {width: 50%;display: flex;align-items: stretch;border-top: 1px solid #e2e2e2;}
.sec-content .wrapR ul {display: grid;grid-template-columns: repeat(3, 1fr);width: 100%;margin: 0;padding: 0;list-style: none;}
.sec-content .wrapR ul li {border-left: 1px solid #e2e2e2;border-bottom: 1px solid #e2e2e2;padding: 10px;box-sizing: border-box;border-right: none;}
.sec-content .wrapR ul li:nth-child(3n) {border-right: 1px solid #e2e2e2;}
.sec-content .wrapR ul li .more {border: 1px solid #e8e8e8;background: url(../images/viewbg.png) no-repeat 10px center;width: 130px;line-height: 32px;text-indent: 18px;}
.sec-nav::after {content: "";display: table;clear: both;}
.sec-banner img,.imgstyle img,.sec-content .wrapL img {max-width: 100%;height: auto;display: block;}





/* 表单 */
.w102-section {
    padding: 64px 0;
}
.w102-wrapper {
    max-width: 1660px;
    margin: 0 auto;
    width: 100%;
    padding: 0 32px;
}
.w102-inquiry .w102-inquiry-alert {
    font-size: 16px;
    line-height: 1.576;
    border-left: 4px solid #F60;
    color: #F60;
    padding: 16px 20px;
    margin-bottom: 32px;
    font-weight: 700;
    background-color: #fffcf4;
}
.w102-inquiry .w102-inquiry-form ul {
    display: flex;
    flex-wrap: wrap;
    margin: -32px 0 0 -32px;
}
.w102-inquiry .w102-inquiry-form ul li {
    display: block;
    width: 100%;
    padding: 32px 0 0 32px;
    position: relative;
}

.w102-inquiry .w102-inquiry-form ul li.col-1-2 {
    width: 50%;
}
.w102-inquiry .label {
    text-align: left;
    display: block;
    font-size: 16px;
    line-height: 1;
    padding-bottom: 8px;
    color: #333;
}
.w102-inquiry .label > em {
    color: red;
    margin-right: 8px;
}
.w102-inquiry input[type="text"] {
    display: block;
    width: 100%;
    font-size: 16px;
    font-family: inherit;
    height: 40px;
    padding: 0 12px;
    border: 1px solid #d9d9d9;
    transition: border .5s, box-shadow .5s;
    color: #333;
}
.w102-inquiry .tips {
    display: none;
    position: absolute;
    left: 32px;
    font-size: 14px;
    line-height: 32px;
    color: #FE5050;
}
.w102-inquiry .tips.show {
    display: block;
}
.w102-inquiry button {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-family: inherit;
    outline: none;
    border: 0;
    background-color: #F60;
    color: #fff;
    height: 40px;
    padding: 0 24px;
    transition: background-color .5s;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}










/* 响应式媒体查询 */

/* 大屏幕 (1200px及以上) - 基准样式已设置 */
@media (min-width: 1200px) {
  .sec-content .wrapL {width: 50%;border-right: none;}
  .sec-content .wrapR {width: 50%;}
  .sec-content .wrapR ul {grid-template-columns: repeat(3, 1fr);}
  .sec-content .wrapR ul li:nth-child(3n) {border-right: 1px solid #e2e2e2;}
}

/* 中大屏幕 (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
  .sec-content .wrapL {width: 50%;border-right: none;border-bottom: 1px solid #e2e2e2;}
  .sec-content .wrapR {width: 50%;}
  .sec-content .wrapR ul {grid-template-columns: repeat(2, 1fr);}
  .sec-content .wrapR ul li:nth-child(3n) {border-right: none;}
  .sec-content .wrapR ul li:nth-child(2n) {border-right: 1px solid #e2e2e2;}
  .sec-content .wrapL .lf {width: 200px;}
  .sec-content .wrapL .rg {width: calc(100% - 200px);}
  .sec-content .wrapR ul li .more {width: 110px;font-size: 12px;}
}

/* 中等屏幕 (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .sec-nav .tag {float: none;clear: both;margin-top: 10px;}
  .sec-content {flex-direction: column;}
  .sec-content .wrapL {width: 100%;border-right: 1px solid #e2e2e2;border-bottom: 1px solid #e2e2e2;margin-bottom: 15px;}
  .sec-content .wrapL .lf {width: 220px;}
  .sec-content .wrapL .rg {width: calc(100% - 220px);}
  .sec-content .wrapR {width: 100%;}
  .sec-content .wrapR ul {grid-template-columns: repeat(3, 1fr);}
  .sec-content .wrapR ul li:nth-child(2n) {border-right: none;}
  .sec-content .wrapR ul li:nth-child(3n) {border-right: 1px solid #e2e2e2;}



  #social_block {display: none;}
}

/* 小屏幕 (576px - 767px) */
@media (min-width: 576px) and (max-width: 767px) {
  .sec-nav {overflow: hidden;padding-bottom: 10px;}
  .sec-nav .floor {float: none;display: inline-block;margin-bottom: 8px;font-size: 18px;}
  .sec-nav .tag {float: none;clear: both;margin-top: 5px;}
  .sec-nav a {margin-left: 5px;font-size: 13px;}
  .sec-content {flex-direction: column;margin-top: 10px;}
  .sec-content .wrapL {width: 100%;flex-direction: column;border-right: 1px solid #e2e2e2;border-bottom: 1px solid #e2e2e2;margin-bottom: 15px;}
  .sec-content .wrapL .lf {width: 100%;padding: 8px;}
  .sec-content .wrapL .rg {width: 100%;padding: 8px;}
  .sec-content .wrapL .rg .title {font-size: 14px;line-height: 18px;}
  .sec-content .wrapL .des {font-size: 13px;line-height: 18px;}
  .sec-content .wrapL .more {width: 70px;font-size: 12px;line-height: 18px;}
  .sec-content .wrapL .rg .title {font-size: 12px;line-height: 26px;text-indent: 10px;}
  .sec-content .wrapL .rg .cla {line-height: 32px;font-size: 12px;}
  .sec-content .wrapR {width: 100%;}
  .sec-content .wrapR ul {grid-template-columns: repeat(2, 1fr);gap: 5px;}
  .sec-content .wrapR ul li {border-right: 1px solid #e2e2e2;}
  .sec-content .wrapR ul li:nth-child(3n) {border-right: 1px solid #e2e2e2;}
  .sec-content .wrapR ul li:nth-child(2n) {border-right: 1px solid #e2e2e2;}
  .sec-content .wrapR ul li .more {width: 100%;max-width: 120px;font-size: 12px;line-height: 28px;text-indent: 10px;}
}

/* 超小屏幕 (最大575px) */
@media (max-width: 575px) {
  .sec-nav {overflow: hidden;padding-bottom: 10px;}
  .sec-nav .floor {display: block;font-size: 16px;margin-bottom: 8px;}
  .sec-nav .tag {float: none;clear: both;margin-top: 5px;width: 100%;}
  .sec-nav .tag .f-ight {font-size: 11px;display: block;}
  .sec-nav a {margin-left: 0;margin-right: 8px;font-size: 11px;display: inline-block;margin-bottom: 3px;}
  .sec-content {flex-direction: column;margin-top: 10px;}
  .sec-content .wrapL {width: 100%;flex-direction: column;border-right: 1px solid #e2e2e2;border-bottom: 1px solid #e2e2e2;margin-bottom: 15px;}
  .sec-content .wrapL .lf {width: 100%;padding: 6px;}
  .sec-content .wrapL .rg {width: 100%;padding: 6px;}
  .sec-content .wrapL .rg .title {font-size: 13px;line-height: 16px;}
  .sec-content .wrapL .des {font-size: 12px;line-height: 16px;}
  .sec-content .wrapL .more {width: 60px;font-size: 11px;line-height: 16px;}
  .sec-content .wrapL .rg .title {font-size: 11px;line-height: 22px;text-indent: 8px;background-size: 8px;background-position: 5px center;}
  .sec-content .wrapL .rg .cla {line-height: 28px;font-size: 11px;}
  .sec-content .wrapL .rg .cla a {margin-left: 5px;}
  .sec-content .wrapR {width: 100%;}
  .sec-content .wrapR ul {grid-template-columns: 1fr;gap: 8px;}
  .sec-content .wrapR ul li {border-right: 1px solid #e2e2e2;padding: 8px;}
  .sec-content .wrapR ul li:nth-child(3n),.sec-content .wrapR ul li:nth-child(2n) {border-right: 1px solid #e2e2e2;}
  .sec-content .wrapR ul li .more {width: 100%;max-width: none;font-size: 11px;line-height: 24px;text-indent: 8px;background-size: 10px;background-position: 5px center;}
}





























.search-box input[placeholder] {
  color: #ffffff!important;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.top-cart-title{background: rgba(0, 0, 0, 0);}
.top-cart-title-2{background: rgba(0, 0, 0, 0) url("../images/top-cart2.png") no-repeat scroll 0 50%;}
.btn-remove {
    background: #404040 url("../images/btn_remove.png") no-repeat scroll 0 0;
    display: block;
    font-size: 0;
    height: 15px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 15px;
    float: right;
    margin-left: 3px;
}
.btn-remove:hover {
    background: #F4A137 url("../images/btn_remove.png") no-repeat scroll 0 0;
}
.newletter-area {
  background: url(../images/bg-1.jpg)no-repeat scroll center center / cover;
}
.subscribe-social a {
  border: 2px solid #fff;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  height: 55px;
  line-height: 48px;
  margin-right: 6px;
  text-align: center;
  transition: all 300ms ease-in-out 0s;
  width: 55px;
}
.subscribe-social a:hover {
  background: #fff;
  color: #444;
}
.subscribe-social a i {
  font-size: 20px;
}
#scrollUp {
  background: #F4A137 none repeat scroll 0 0;
  border-radius: 50%;
  bottom: 30px;
  color: #ffffff;
  height: 50px;
  line-height: 52px;
  right: 30px;
  text-align: center;
  width: 50px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);  
}
#googleMap {
  height: 350px!important;
}
#scrollUp i{
  font-size: 24px;	
}
#scrollUp:hover{background:#FF5313;color#fff;} 

.single-tab-item {
  float: left;
  width: 33.3333%;
  overflow: hidden;
}




.faq {
    padding: 20px 0 0;
}
.faq ul li {
    border: 1px solid #DCDCDC;
    padding: 12px 15px;
}
.faq ul li~li {
    margin-top: 15px;
}
.faq ul li .title {
    overflow: hidden;
    cursor: pointer;
    position: relative;
    display: flex
;
    justify-content: flex-start;
    align-items: center;
}
.faq ul li .title .date-month {
    width: 30px;
    line-height: 30px;
    height: 30px;
    font-size: 16px;
    color: #1b1c1c;
    border-radius: 50%;
    display: block;
    text-align: center;
    font-weight: 600;
}
.faq ul li .title h4 {
    flex: 1;
    font-size: 16px;
    color: #1b1c1c;
    margin: 0 0 0 10px;
}

.faq ul li .title::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    background: url(../images/plus.png) no-repeat center;
    width: 30px;
    height: 30px;
    color: #878787;
    transition: transform .3s ease;
}
.faq ul li .title.active::after {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.faq ul li .con {
    padding: 15px 0 0;
    display: none;
}
.faq ul li .con .date-day {
    float: left;
    width: 30px;
    line-height: 30px;
    height: 30px;
    font-size: 16px;
    color: #666;
    display: block;
    text-align: center;
    font-weight: 600;
}
.faq ul li .con .t {
    margin: 0 0 0 40px;
    font-size: 15px;
    line-height: 24px;
    color: #666;
}