/*产品优势*/
.youshi-module {
    margin: 50px auto 100px;
}
.module-title {
    position: relative;
    height: 32px;
    line-height: 32px;
    text-align: center;
}
.module-title .module-title-name {
    display: inline-block;
    padding-right: 15px;
    font-size: 26px;
    color: #333;
}
.adv-wrap ul li {
    width: 240px;
    float: left;
    margin: 60px 30px 0;
}
.adv-wrap .adv-icon-1 {
    background: url(../images/product_adv_1.png) no-repeat center;
}
.adv-wrap .adv-icon-2 {
    background: url(../images/product_adv_2.png) no-repeat center;
}
.adv-wrap .adv-icon-3 {
    background: url(../images/product_adv_3.png) no-repeat center;
}
.adv-wrap .adv-icon-4 {
    background: url(../images/product_adv_4.png) no-repeat center;
}
.adv-wrap .adv-icon-5 {
    background: url(../images/product_adv_5.png) no-repeat center;
}
.adv-wrap .adv-icon-6 {
    background: url(../images/product_adv_6.png) no-repeat center;
}
.adv-wrap .adv-icon-7 {
    background: url(../images/product_adv_7.png) no-repeat center;
}
.adv-wrap .adv-icon-8 {
    background: url(../images/product_adv_8.png) no-repeat center;
}
.adv-wrap .adv-icon {
    width: 36px;
    height: 36px;
    margin: 0 auto;
}
.adv-wrap .adv-title {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
    margin: 30px 0 20px;
}
.adv-wrap .adv-content {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    line-height: 24px;
    color: #999999;
}
/*产品优势*/

.ssl-nav-container {
    background:  linear-gradient(to right, #1B212D , #19202B);
}
.ssl-nav-container {
    width: 100%;
    min-width: 1200px;
}
.ssl-nav {
    width: 1200px;
    margin: 0 auto;
}
.ssl-nav-item.current {
    color: #fff;
}
.ssl-nav-item.current {
    background: #018FFF;
}
.ssl-nav-item {
    width: 171px;
    color: #fff;
    font-size: 16px;
    line-height: 74px;
    height: 74px;
    float: left;
    text-align: center;
    cursor: pointer;
}
.wrapper_product {
    width: 100%;
    background: #f2f2f2;
    overflow: hidden;
}
.product {
    width: 1200px;
    overflow: hidden;
    margin: 20px auto;
}
.product ul {
    width: 100%;
    overflow: hidden;
}
.products_list {
    float: left;
    width: 23.8%;
    position: relative;
    background: #fff;
    padding: 25px 10px;
    margin-right: 14px;
    overflow: hidden;
    margin-top: 10px;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.products_list .title {
    width: 100%;
    text-align: center;
    color: #1f2a50;
    font-size: 18px;
    font-weight: bold;
	padding-bottom:10px;
}
.products_list .title span {
    padding-left: 10px;
}
.products_list .discribe {
    width: 100%;
    overflow: hidden;
    color: #959595;
    text-align: center;
    margin: 0px auto;
}
.products_list .discribe .dis1 {
    float: left;
    width: 29%;
    overflow: hidden;
    border-right: 1px solid #eee;
}
.products_list .discribe .dis2 {
    float: left;
    width: 40%;
    overflow: hidden;
    border-right: 1px solid #eee;
}
.products_list .discribe .dis3 {
    float: left;
    width: 30%;
    overflow: hidden;
}
.products_list .discribe b {
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: normal;
}
.products_list .info {
    width: 100%;
    overflow: hidden;
    padding: 26px 13px 0px 13px;
}
.products_list .info div {
    line-height: 28px;
    color: #666;
    min-height: 28px;
    overflow: hidden;
}
.products_list .info div p {
    float: left;
    width: 40%;
    font-size: 12px;
    line-height: 28px;
    text-align: justify;
    text-justify: inter-word;
}
.products_list .info div h6 {
    float: left;
    width: 60%;
    font-size: 12px;
    line-height: 28px;
}
.products_list .price {
    width: 100%;
    overflow: hidden;
    color: #646464;
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
}
.products_list .price span {
    font-size: #ff3636;
    font-weight: bold;
    font-size: 26px;
    color: #ff4d5e;
}
.products_list .buy {
    display: block;
    width: 88%;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: #018fff;
    margin: 0px auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.products_list:hover{
	box-shadow:5px 2px 20px #ccc;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	z-index:999
}
.ssl-nav-item:hover{background:#018FFF;color:#fff;}
.ssl-nav-item_a{background:#018FFF;color:#fff;}
.buy:hover{background:#ff4d5e;}