@font-face {
    font-family: 'iconfont';
    /* project id 642990 */
    src: url('//at.alicdn.com/t/font_642990_gkexwrzx4wm3rf6r.eot');
    src: url('//at.alicdn.com/t/font_642990_gkexwrzx4wm3rf6r.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_642990_gkexwrzx4wm3rf6r.woff') format('woff'), url('//at.alicdn.com/t/font_642990_gkexwrzx4wm3rf6r.ttf') format('truetype'), url('//at.alicdn.com/t/font_642990_gkexwrzx4wm3rf6r.svg#iconfont') format('svg');
}

.side {
    width: 225px;
    padding: 7px 0;
    margin-right: 90px;
    text-align: center;
    overflow: hidden;
    border: 1px solid #ababab;
    box-shadow: 0px 0px 10px #f8f8f8;
}

.side h5 {
    color: #343434;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    margin: 0 6px;
    font-weight: normal;
    border-bottom: 1px solid #d2d2d2;
}

.side dl dt {
    color: #343434;
    font-size: 16px;
    cursor: pointer;
    line-height: 35px;
    font-weight: normal;
    transition: line-height .1s, height 1s;
}

.dt_cur {
    line-height: 44px !important;
    height: 44px;
    color: #fff !important;
    background-color: #648ad1;
    background-image: url("../images/side_unfold.png");
    background-repeat: no-repeat;
    background-position: right 20px top 18px;
}

.side dl dd {
    background: #f8f8f8;
    color: #8c8c8c;
    font-size: 14px;
    line-height: 40px;
    display: none;
}

.side dl dd a {
    display: block;
    transition: .3s;
}

.side dl dd a:hover {
    color: #648ad1;
}

.pro_right {
    width: 880px;
    margin-bottom: 38px;
}

.pro_img_wrap {
    float: left;
    width: 116px;
    padding-top: 10px;
	padding-right: 20px;
}

.pro_img_wrap img {
    max-width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.pro_txt_wrap {
    float: left;
}

.pro_txt_wrap p {
    width: 760px;
    font-size: 16px;
    color: #626262;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pro_right li {
    padding-bottom: 20px;
    padding-top: 30px;
    overflow: hidden;
    line-height: 30px;
    border-bottom: 1px solid #c7d6ed;
    transition: .3s;
}

.pro_right li:nth-child(1) {
    border-top: 1px solid #c7d6ed;
}

.pro_right li:hover h2 {
    text-decoration: underline;
}

.pro_right li:hover p {
    color: #2f6ecf;
}

.pro_txt_wrap h2 {
    font-size: 16px;
    color: #2f6ecf;
    line-height: 40px;
}

.pro_movebtn {
    display: none;
    font-family: 'iconfont';
    font-size: 20px;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .pro_movebtn {
        display: block;
    }
    .product_con .side {
        display: none;
        float: inherit;
        margin: 0 auto;
        width: 100%;
    }
    .side h5 {
        font-size: 14px;
        height: 36px;
        line-height: 36px;
    }
    .side dl dt {
        font-size: 14px;
        line-height: 36px;
    }
    .dt_cur {
        height: 36px;
        line-height: 36px !important;
        background-position: right 20px top 10px;
    }
    .side dl dd {
        line-height: 26px;
    }
    .pro_right {
        width: 100%;
        padding: 0 3%;
    }
    .pro_txt_wrap p {
        width: 100%;
        font-size: 12px;
        line-height: 20px;
    }
    .pro_img_wrap {
        width: 20%;
        margin-right: 2%;
    }
    .pro_txt_wrap {
        width: 78%;
    }
    .pro_right li {
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .active {
        color: #2f6ecf;
    }
}

@media (min-width: 768px)and (max-width:1024px) {
    .pro_movebtn {
        display: block;
    }
    .product_con .side {
        display: none;
        float: inherit;
        margin: 0 auto;
        width: 100%;
    }
    .side h5 {
        font-size: 14px;
        height: 36px;
        line-height: 36px;
    }
    .side dl dt {
        font-size: 14px;
        line-height: 36px;
    }
    .dt_cur {
        height: 48px;
        line-height: 48px !important;
        background-position: right 20px top 20px;
    }
    .side dl dd {
        line-height: 40px;
    }
    .pro_right {
        width: 100%;
        padding: 0 3%;
    }
    .pro_txt_wrap p {
        width: 100%;
        font-size: 14px;
        line-height: 22px;
    }
    .pro_img_wrap {
        width: 20%;
        margin-right: 2%;
    }
    .pro_txt_wrap {
        width: 78%;
    }
    .pro_right li {
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .active {
        color: #2f6ecf;
    }
}