/* reset */
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,
button,textarea,menu{margin:0;padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;}
del,ins,u,s,a,a:hover{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{font:14px "PingFang SC-Light", "Microsoft YaHei","黑体",arial,\5b8b\4f53;color:#000;outline:0;}
body{ background-color: #f3f7fd; overflow-y: auto;}
a:hover{color:#ff0000;}
a,a.active,a:active{color: #3e94ff;}
button{height: 36px; border-radius: 4px; padding: 0 10px;}
input[type="text"],textarea{border-radius: 4px; padding: 5px 10px; border: 1px solid #cbced2;}
input[type='checkbox'], input[type='radio'] {font-size:0; cursor: pointer;}
table td,table th{padding: 10px;}
table td {border: 1px solid #e5e8eb;}
form label, label{font-weight: normal;}

/* custom */
html {
    font-size: 100px;
}
header {
    width: 100%;
    height: 1.60rem;
    background: #fff;
    position: relative;
    border-bottom: 1px solid #b8b8b8;
    margin-top: -19px;
}
.pull-left {
    float: left!important;
}
.pull-right {
    float: right!important;
}

/* header */
.index-logo {
    width: 1.56rem;
    height: 1.11rem;
    margin-left: .39rem;
    margin-top: .27rem;
}
.index-header-center {
    width: 3.5rem;
    height: .5rem;
    margin-left: .7rem;
    margin-top: .62rem;
}
.index-header-menu {
    width: .42rem;
    height: .36rem;
    margin-left: 1.1rem;
    margin-top: .6rem;
    cursor: pointer;
}
.search-box {
    width: 1.03rem;
    height: calc(1.6rem + 1px);
    background: #00407b;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
}
.search-box input {
    position: absolute;
    width: 4.8rem;
    height: .66rem;
    box-sizing: border-box;
    left: 50%;
    top: 50%;
    margin-left: -2.4rem;
    margin-top: -.33rem;
    display: none;
}
.search-box img {
    width: .48rem;
    height: .47rem;
    margin-top: .59rem;
    margin-right: .25rem;
    float: right;
    cursor: pointer;
}
.index-drop-menu {
    position: absolute;
    z-index: 100;
    top: 1.6rem;
    right: 1.03rem;
    width: 2.76rem;
    overflow: hidden;
    border: 1px solid #aaa;
    font-size: .25rem;
    color: #000;
    background: #fdfdfd;
    display: none;
}
.index-drop-menu li {
    cursor: pointer;
    text-align: center;
    padding: 0 .36rem;
    height: 1.03rem;
    line-height: 1.03rem;
    border-bottom: 1px solid #b5b5b5;
}
.index-drop-menu li:hover,
.index-drop-menu li:focus {
    background: #969696;
    color: #fff;
}
.index-drop-menu li:last-child {
    border: none;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}
.hide {
    display: none;
}
﻿.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

/*产品分类相关*/
.product_tab{
    display: flex;
    margin: 0.08rem;
}
.product_tab_l{
    margin-right: 0.08rem;
     flex-grow:0;
}
.product_tab_l li{
    background-color: #ffffff;
    margin-bottom: 0.08rem;
    height: 3.6rem;
    line-height: 3.6rem;
    border-radius: 7px;
    color: #00407b;
    font-size: 0.28rem;
}
.product_tab_r{
    position: relative;
    background-color: #ffffff;
    flex-grow: 1;
    border-radius: 7px;
    padding: 0px 4.3rem 0px 0.4rem;/*调整线条宽度*/
}

/*调整线条*/
.product_tab_r li{
    height: 1.26rem;
    line-height: 1.26rem;
    border-bottom: 1px solid #000000;
    padding-left: 0.4rem;/*调整文字左边距*/
}
.product_tab_r li a{
    color: #000000;
    font-size: 0.24rem;
}
.product_tab_l .active_li{
    background-color: transparent;
}
.product_tab_l img{
    height: 1.35rem;
    vertical-align: middle;
}
.product_tab_r p{
    text-align: center;
    position: relative;
}
.ddl{
    overflow: hidden;
    margin-top: 0.12rem;
 
}
.ddl span{
    padding: 0 10px;
    width: 20%;
    float: left;
    text-align: center; 
}
.ddl b{
    background: #969696;
    margin-top: 10px;
    float: left;
    width: 35%;
    height: 1px;
}
.product_list ul:first-child{
    display: block;
}
.product_list ul{
    display: none;
}

/*调整三角按钮位置*/
.product_list ul li{
    background: url(../image/jt.png) 2.4rem center no-repeat;
}



.product_second{
    padding:10px; 
}
.product_second_cont{
     background: #ffffff;
    border-radius: 4px;
    padding: 0.55rem 0.46rem 0;
}
.product_second_cont p{
    font-size: 0.3rem;
    color: #00407b;
    margin-bottom: 0.28rem;
}
.ps_tab{
    width: 100%;
    overflow: hidden;
    margin-bottom: 0.55rem;
}
.ps_tab li{
    width: 33%;
        margin-top: 5px;
    float: left;
}
.ps_tab .active_ps span{
    color: #ffffff;
    background-color: #00407b;
    border: none;
}
.ps_tab span{
    width: 1.95rem;
    font-size: 0.25rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    color: #6d6d6d;
    border: 1px solid #6d6d6d;
    height: 0.5rem;
    line-height: 0.5rem;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
}
.ps_list ul:first-child{
    display: block;
}
.ps_list ul{
    overflow: hidden;
    display: none;
}
.ps_list li{
    float: left;
    width: 33%;
    margin-bottom: 0.62rem;
}
.ps_list img{
    display: inline-block;
    width: 1.95rem;
    height: 1.95rem;
    margin-bottom: 0.16rem;
}
.ps_list span{
    display: block;
    width: 1.95rem;
    text-align: center;
}
.product_info{
    padding: 0.4rem 0.7rem 0;
}
.product_title{
    font-size: 0.4rem;
    color: #00407b;
}
.product_banner{
    height: 6.26rem;
    margin: 0.3rem 0; 
}
.product_js{
    font-size: 0.2rem;
    color: #000000;
}
.product_sm{
    margin: 1.2rem 0px 0.54rem;
}
.product_sm p{
    font-size: 0.25rem;
    color: #000000;
}
.product_sm span{
    display: inline-block;
    margin-top: 0.26rem;
    font-size: 0.2rem;
}
.product_sm img{
    width: 2.91rem;
    height: 2.32rem;
    display: block;
    margin: 0.16rem 0px 0.2rem;
}
.product_info li{
    font-size: 0.2rem;
    list-style: initial;
    margin-left: 0.4rem;
}
.product_yd{
    font-size: 0.24rem;
    margin-bottom: 0.1rem;
}
.product_info_img{
    width: 6.30rem;
    margin-top: 0.66rem;
}
