.con_box{
    height: 1988px;
    width: 100%;
    background-color: #fff;
}
.con_box .sjcon {
    padding-top: 81px;
    background: url('../img/product_sj/bgc1.png') no-repeat;
    height: 1582px;
    width: 100%;
    background-size: 100% 100%;
    opacity: 0;
}

.title {
    color: #222222;
    font-size: 44px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.title .lines {
    margin: 34px 0 47px;
    width: 35px;
    height: 6px;
    background: #114593;
}
.conpag {
    font-size: 20px;
    color: #333;
    line-height: 36px;
    text-align: center;
    margin-bottom: 50px;
}
.yw_tit{
    display: flex;
    align-items: center;
    margin-top: 68px;
    margin-bottom: 34px;
}
.yw_tit >p{
    font-size: 24px;
font-family: Microsoft YaHei;
font-weight: bold;
color: #333333;
}
.yw_tit>img{
    width: 40px;
    height: 40px;
    margin-left: 10px;
}
.yewu_img{
    width: 100%;
    height: 649px;
}
.Interface{
    width: 100%;
    height: 1088px;
    background: url('../img/product_sj/bgc2.png') no-repeat;
    background-size: 100% 100%;
    padding-top: 99px;
    
}
.Interface .main{
    opacity: 0;
}
.Interface .inter_info{
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #D7D7D7;
    padding: 0 69px 23px;
    position: relative;
}
.inter_info li{
    font-size: 24px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #333333;
cursor: pointer;
}
.info_act{
    font-size: 24px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #1E5DD1 !important;
}
.inter_info .slider{
    background-color: #1E5DD1;
    width: 240px;
    height: 3px;
    position: absolute;
    left: 0px;
    top: 53px;
}
 .info_con{
    display: flex;
    justify-content: space-around;
    margin-top: 43px;
}
.info_con img{
    width: 367px;
    height: 714px;
}
.effect{
    margin-top: 78px;
}
.effect .main,.jiazhi .main{
    opacity: 0;
}
.gn_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.gn_list li:hover{
box-shadow: 0px 2px 35px 0px rgba(166,166,166,0.25);
}
.gn_list li:hover img:nth-of-type(1){
    transform: scale(1.2);
}
.gn_list li{
    width: 446px;
height: 378px;
background: #FFFFFF;
border: 1px solid #E6E6E6;

border-radius: 3px;
position: relative;
display: flex;
margin-bottom: 25px;

flex-direction: column;
align-items: center;
padding: 40px 43px 0;
}
.gn_list li img:nth-of-type(1){
    width: 107px;
    height: 104px;
    margin-bottom: 39px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    /* Firefox 4 */
    -webkit-transition: all .5s ease;
    /* Safari 和 Chrome */
    -o-transition: all .5s ease;
    /* Opera */
}
.gn_list li img:nth-of-type(2){
    width: 395px;
    height: 239px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.gn_list li p:nth-of-type(1){
    font-size: 26px;
font-family: Microsoft YaHei;
font-weight: bold;
color: #333333;
line-height: 36px;
margin-bottom: 10px;
}
.gn_list li p:nth-of-type(2){
    font-size: 18px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #666666;
line-height: 36px;
text-align: justify;
}

.jiazhi{
    padding: 80px 0 115px;
    background: url(../img/product_sj/bgc3.png) no-repeat;
    margin-top: 88px;
}
.jiazhi_list{
    display: flex;
    justify-content: space-between;
}
.jiazhi_list li:hover{
box-shadow: 0px 2px 10px 0px rgba(166,166,166,0.25);
}
.jiazhi_list li:hover img{
    transform: scale(1.2);
}
.jiazhi_list li{
    width: 452px;
height: 421px;
background: #FFFFFF;
border: 1px solid #DFEAFF;
border-radius: 5px;

display: flex;
flex-direction: column;
align-items: center;
padding: 47px 34px 0;
}
.jiazhi_list li img{
    width: 102px;
height: 90px;
margin-bottom: 41px;
transition: all .5s ease;
-moz-transition: all .5s ease;
-webkit-transition: all .5s ease;
-o-transition: all .5s ease;
}
.jiazhi_list li p:nth-of-type(1){
    font-size: 20px;
font-family: Microsoft YaHei;
font-weight: bold;
color: #333333;
line-height: 24px;
margin-bottom: 25px;

}
.jiazhi_list li p:nth-of-type(2){
    font-size: 16px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #666666;
line-height: 30px;
}
.footer{
    margin-top: 0 !important;
}


