﻿
/*-- 手機頁面樣式 --*/
html,body,ul,li,img,a,p,div,input,textarea,button,form,i,h1,h2,h3,h4,h5,h6,dl,dt,dd,br,hr{
    margin:0;
    padding:0;
    box-sizing: border-box;/*設置盒模型*/
    -webkit-tap-highlight-color: transparent;/*防止用戶在點擊的時候會有高亮效果*/
}
i{
    font-style: normal;
}
html{
    font-size: 100px;
}
body {
    font-family: 'PingFangSC-Regular','Microsoft YaHei','Arial';
    -webkit-text-size-adjust: none;
    background-color: #fff;
    font-size: 0.14rem;
    font-weight: 400;
    color: #666;
}
button, input, textarea {
    border: none;
    outline: none;
    border-radius: 0;
    -webkit-appearance: none;
    font-family: "PingFangSC-Regular";
}
h2{
    font-size: 0.2rem;
    color: #444;
    line-height: 0.28rem;
    font-weight: 500;
}
h3{
    font-size: 0.18rem;
    color: #444;
    font-weight: 600;
    line-height: 0.27rem;
}
h4{
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.22rem;
}
p{
    font-size: 0.14rem;
    line-height: 0.28rem;
}
.img_box img{
    width: 100%;
    height: 100%;
}
a,a:hover{
    color: #666;
    text-decoration: none;
}
input{
    /*1.清除文本框獲取焦點時默認的邊框陰影*/
    outline:none;
    /*2.去除邊框*/
    border:none;
    font-size: 0.14rem;
    padding: 0 0.1rem;
}
textarea{
    resize:none;
    outline:none;
    font-size: 0.14rem;
    padding: 0 0.1rem;
    overflow: auto;
}
input::-webkit-input-placeholder{ 
    color: #D7D7D7; 
    font-size: 0.14rem;  
} 
textarea::-webkit-input-placeholder { 
    color: #D7D7D7; 
    font-size: 0.14rem;  
} 
input:-moz-placeholder,textarea:-moz-placeholder { 
    color: #D7D7D7; 
    font-size: 0.14rem;  
} 
input::-moz-placeholder,textarea::-moz-placeholder { 
    color: #D7D7D7; 
    font-size: 0.14rem;  
} 
input:-ms-input-placeholder,textarea:-ms-input-placeholder { 
    color: #D7D7D7; 
    font-size: 0.14rem;  
} 
:focus{
    /*1.清除文本框獲取焦點時默認的邊框陰影*/
    outline:none;
    /*2.去除邊框*/
    border:none;
}
em, b, i, code, strong {
    font-style: normal;
}
img {
    border: 0;
    vertical-align: bottom;
}
ol, ul, li {
    list-style: none;
}
/*2.添加新的樣式*/
.f_left{
    float: left;
}
.f_right{
    float:right;
}
.clearfix:after,
.clf:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: '.';
    clear: both;
    height: 0;
}
.clearfix,
.clf {
    zoom: 1;
}
.clear {
    font-size: 0;
    line-height: 0;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}
.txt_content {
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
}
.content a {
    color: #2148B1;
}
/*@font-face {font-family: 'iconfont';*/
/*    src: url('/static/2021/file/iconfont.eot');*/
/*    src: url('/static/2021/file/iconfont.eot?') format('embedded-opentype'),*/
/*    url('/static/2021/file/iconfont.woff') format('woff'),*/
/*    url('/static/2021/file/iconfont.ttf') format('truetype'),*/
/*    url('/static/2021/file/iconfont.svg') format('svg');*/
/*}*/
.iconfont{
    font-family:"iconfont" !important;
    font-size:0.16rem;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.wsc-secnav li {
    width: 32%;
    box-sizing: border-box;
    padding-left: 0.04rem;
    padding-bottom: 0.1rem;
    float: left;
}
.wsc-secnav li:nth-child(6) {
    width: 35%;
}
.wsc-secnav.pro-snlist {
    padding-top: 0.16rem;
    padding-bottom: 0.12rem;
}

.wsc-secnav {
    padding-right: 0.04rem;
    overflow: hidden;
}
.wsc-secnav a {
    display: block;
    height: 0.8rem;
    background-color: #fff;
    color: #666;
    padding: 0.04rem 0.04rem 0 0.04rem;
    overflow: hidden;
    box-sizing: border-box;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.wsc-secnav a img {
    display: block;
    width: 0.5rem;
    margin: 0 auto;
    height: 0.5rem;
    margin-bottom: 0.1rem;
}
.prob1-item .item-img img {
    width: 100%;
}
.btn-online:hover {
    background-color: #FFA700;
}
.btn-orangebd:hover {
    background-color: #F08401;
    color: #ffffff;
}
.prob1-item .item-info {
    padding: 0.14rem 0.14rem 0.25rem;
}
.prob1-item .item-info .tit {
    font-size: 0.18rem;
    line-height: 0.25rem;
    color: #333333;
    font-weight: bold;
    border-bottom: 0.01rem solid #eaeaea;
    padding-bottom: 0.15rem;
}
.prob1-item .item-info .text {
    font-size: 0.14rem;
    line-height: 0.26rem;
    color: #666;
    margin-top: 0.15rem;
}
.prob1-item .item-btn {
    margin-top: 0.25rem;
    font-size: 0;
}
.btn-online {
    background-color: #F08401;
    color: #fff;
}
.btn {
    display: inline-block;
    text-align: center;
    width: 100%;
    height: 0.44rem;
    box-sizing: border-box;
    vertical-align: top;
    line-height: 0.44rem;
    transition: 0.36s;
    font-size: 0.16rem;
    border-radius: 0.02rem;
    overflow: hidden;
}
.prob1-item .item-btn .btn-orangebd {
    margin-left: 0.05rem;
    line-height: 0.4rem;
}
.prob1-item .item-btn .btn {
    width: 1.45rem;
    font-size: 0.14rem;
}
.btn-orangebd {
    border: 1px solid #F08401;
    background-color: #fff;
    color: #F08401;
}
.prob2-main .item-img img {
    width: 100%;
}
.prob2-main .item-btn .btn {
    line-height: 0.42rem;
    font-size: 0.14rem;
}
.prob2-main .tit {
    font-size: 0.18rem;
    line-height: 0.25rem;
    color: #333333;
    font-weight: bold;
    display: none;
}
.prob2-main .item-info {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    box-sizing: border-box;
    width: 2.4rem;
    height: 100%;
    padding: 0.2rem 0 0;
    text-align: center;
}
.prob2-main .item:first-child {
    margin-top: 0;
}
.prob2-main .item {
    position: relative;
    margin-top: 0.3rem;
    display: block;
}
.prob2-main .item-btn {
    margin-top: 1.3rem;
    text-align: center;
}
.bot-zhblock .item1 {
    background: url(/static/2021/images/bot-img1.jpg) no-repeat center top;
    background-size: cover;
}
.bot-zhblock .item2 {
    background: url(/static/2021/images/bot-img2.jpg) no-repeat center top;
    background-size: cover;
}
.bot-zhblock .item3 {
    background: url(/static/2021/images/bot-img3.jpg) no-repeat center top;
    background-size: cover;
}
.bot-zhblock .item {
    margin-top: 0.08rem;
    box-sizing: border-box;
    padding: 0.3rem 0.48rem;
    text-align: center;
    height: 4rem;
}
.bot-zhblock {
    padding: 0.3rem 0.16rem;
}
.bot-zhblock .tit {
    font-size: 0.2rem;
    line-height: 0.28rem;
    color: #fff;
    font-weight: bold;
}
.bot-zhblock .text {
    font-size: 0.16rem;
    line-height: 0.22rem;
    color: #fff;
    margin-top: 0.1rem;
}
.bot-zhbtn {
    margin-top: 2.5rem;
}
.spec_contents {
    line-height: 0.28rem;
    padding: 0.24rem 0.24rem 0.16rem;
}
.spec_contents img{
    width:100%;
	height:auto;
}
.index-block2,.plban-main {
    padding: 0.1rem;
}
.inb2-main .item img {
    width: 100%;
}
.inb2-main .item:first-child {
    margin-left: 0;
}

.inb2-main .item {
    width: 1.67rem;
    float: left;
    margin-left: 0.2rem;
}
.inb2-main .tit {
    line-height: 0.2rem;
    margin-top: 0.1rem;
    text-align: center;
    color: #555;
}