.box{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.banner{
    width: 100%;
    height: 420px;
    background: url(../images/product_banner.jpg) no-repeat center;
    margin-top: 100px;
}

.content{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #ffffff;
}
.content .con-head{
    width: 100%;
    height: 110px;
    background: #f8f9fa;
    margin-top: 35px;
    overflow: hidden;
}
.con-head .con-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    margin-top: 21px;
    padding: 0 20px;
    box-sizing: border-box;
}
.con-box .con-ri{
    width: auto;
    height: 26px;
    overflow: hidden;
    display: flex;
}
.con-ri a{
    color: #333333;
}
.con-ri .con-li{
    width: auto;
    font-size: 14px;
    padding: 0 10px;
    box-sizing: border-box;
    margin-right: 20px;
}
.con-li.active{
    background: #113496;
    color: #ffffff;
    font-weight: bold;
}

.content .con-on{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 30px;
}
.con-on .con-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
}
.con-name span{
    font-weight: bold;
    font-size: 30px;
    color: #113496;
}



.table{
    width: auto;
    height: auto;
    display: block;
    margin-top: 15px;
}


.table td,.table th{border:1px solid #eeeeee;border-collapse:collapse;text-align: center;}
.table tr{
    width: 100%;
    height: 38px;
    border: none;
    /*display: block;/*/
}
.table tr th{
    width: auto;
    min-width: 90px;
    font-size: 14px;
    font-weight: 400;
    height: 60px;
    background: #113496;
    color: #ffffff;
    text-align: center;
    padding: 0 10px;
}
.table tr td{
    line-height: 30px;
}

.table .con-span{
    cursor:pointer;
    width: 60px;
    height: 30px;
    background: #113496;
    color: #ffffff;
    border-radius: 10px;
    text-align: center;
    line-height: 30px;
    margin: 0 auto 0;
}

.con-on .page{
    width: 100%;
    height: 70px;
    overflow: hidden;
    margin-top: 30px;
}


.touch{
    width: 100%;
    height: 593px;
    background: url(../images/touch.jpg) no-repeat center bottom;
}
.touch .w-1200{
    height: 100%;
    position: relative;
}
.touch .tou-head{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 26px;
    font-weight: bold;
    color: #333333;
    line-height: 36px;
    margin-top: 32px;
}
.touch .tou-span{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin-top: 8px;
}
.touch .tou-box{
    width: 555px;
    height: 565px;
    position: absolute;
    top: 0;
    right: 0;
    background: #ffffff;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
}
.tou-box .tou-top{
    width: 100%;
    height: 495px;
    padding: 0 30px;
    box-sizing: border-box;
    overflow: hidden;
}
.tou-top .tou-title{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 20px;
    color: #333333;
    text-align: center;
    line-height: 30px;
    margin-top: 25px;
}
.tou-top .tou-ul{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}
.tou-ul .tou-li{
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    padding: 0 10px;
    border-radius: 5px;
    margin-top: 15px;
}
.tou-li input{
    display: block;
    width: 100%;
    height: 50px;
    font-size: 14px;
}
.tou-li textarea{
    display: block;
    width: 100%;
    height: 122px;
    font-size: 14px;
    padding: 10px 0;
    box-sizing: border-box;
    resize:none;
}
.tou-top .tou-btn{
    width: 100%;
    height: 50px;
    background: #113496;
    font-size: 16px;
    color: #fefefe;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    margin-top: 20px;
    cursor: pointer;
}
.tou-box .tou-last{
    width: 100%;
    height: 70px;
    border-top: 1px solid #eeeeee;
    box-sizing: border-box;
    background: #fafbfc;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
}
.tou-last .tou-le{
    width: auto;
    height: 70px;
    font-size: 26px;
    font-weight: bold;
    color: #333333;
    line-height: 70px;
    display: flex;
}
.tou-le .tou-icon{
    width: 36px;
    height: 36px;
    margin-top: 17px;
    margin-right: 15px;
}
.tou-last .tou-ri{
    font-size: 14px;
    color: #333333;
    width: auto;
    height: 70px;
    line-height: 24px;
    padding-top: 11px;
    box-sizing: border-box;
}
.up{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
}
.up .up-box{
    width: 660px;
    height: 418px;
    background: #ffffff;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.up-box .up-le{
    width: 260px;
    height: 418px;
    position: relative;
}
.up-le .up-code{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.up-code .code-img{
    width: 153px;
    height: 153px;
    margin: 118px auto 0;
}
.up-code .code-span{
    width: 153px;
    height: 30px;
    background: #113496;
    border-radius: 20px;
    margin: 5px auto 0;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
}
.up-box .up-ri{
    width: 400px;
    height: 418px;
    padding: 0 15px;
    box-sizing: border-box;
    overflow: hidden;
}
.up-ri .up-head{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 20px;
    font-weight: bold;
    color: #173999;
    line-height: 30px;
    margin-top: 20px;
}
.up-head span{
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    margin-left: 10px;
}
.up-ri .up-ul{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.up-ul .up-li{
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    padding: 0 10px;
    margin-top: 20px;
}
.up-li input{
    display: block;
    width: 100%;
    height: 40px;
    font-size: 14px;
}
.up-li textarea{
    display: block;
    width: 100%;
    height: 122px;
    font-size: 14px;
    padding: 10px 0;
    box-sizing: border-box;
    resize:none;
}
.up-ri .up-btn{
    width: 200px;
    height: 40px;
    background: #f8f8f8;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    font-size: 16px;
    color: #333333;
    text-align: center;
    line-height: 40px;
    float: right;
    margin-top: 42px;
    cursor:pointer;
}
.up-box .up-down{
    width: 40px;
    height: 40px;
    position: absolute;
    top: -20px;
    right: -20px;
    cursor:pointer;
}
