.ms_title {
    color:#ff7200;
    font-size: 30px;
    margin-top: 30px;
    padding: 20px 0;
    text-align: center;
    border-bottom: 1px solid white;
    margin-bottom: 10px;
}
.sub_tit {
    margin-bottom: 40px;
    display:block;
    text-align:center;

}
.ms_title span {
    position:relative;
}
.ms_title span:after {
    content:" ";
    width: 60px;
    height:2px;
    background: #ff7200;
    position:absolute;
    bottom: -21px;
    left: 50%;
    margin-left: -30px;
    z-index: 2;
}


.ms_custom_product {
    max-height: 1021px;
    background: url(../images/custom/bg.jpg) center;
    background-size: cover;
}
.ms_custom_product .ms_custom_product_main ul {
    width: 1250px;
    overflow: hidden;
    display: block;
    margin-bottom: 30px;
}

.ms_custom_product .ms_custom_product_main li {
    float: left;
    margin-right: 20px;
    margin-bottom: 16px;
    width: 284px;
    height: 368px;
    background: white;
    text-align:center;
    font-size: 16px;
    overflow: hidden;
    position:relative;
    cursor:pointer;
}

.ms_custom_product .ms_custom_product_main li:hover:after {
    content:'';
    width:64px;
    height:64px;
    position:absolute;
    top:50%;
    margin-top:-52px;
    left:50%;
    margin-left:-32px;
    background:url(../images/index/search.png) center no-repeat;
}
.ms_custom_product .ms_custom_product_main li img {
    width:284px;
    height:292px;
}
.ms_custom_product .ms_custom_product_main li span {
    display:block;
    height:76px;
    line-height: 76px;
}
.ms_custom_product .ms_custom_product_main .pages {
    width: 180px;
    margin: 0 auto 30px;
    height:20px;
    text-align: center;
}
.ms_custom_product .ms_custom_product_main .pages span ,
.ms_custom_product .ms_custom_product_main .pages a {
    width: 60px;
    float:left;
}

.ms_custom_product .ms_custom_product_main .pages a:hover ,
.ms_custom_product .ms_custom_product_main .pages b {
    font-weight:normal;
    color:#ff7200;
}
.ms_custom_product .ms_custom_product_main .pages a.disabled {
    cursor:default;
    color:#999;
}


.product_pop{
    position: fixed;
    width: 100%;
    height: 100%;
    min-width: 1200px;
    top: 0;
    z-index: 10;
    background: rgba(0,0,0,.7);
}
.product_pop .product_pop_main {
    position: absolute;
    width: 500px;
    height: 500px;
    margin: 0 auto;
    top: 50%;
    background: white;
    left: 50%;
    margin-top: -250px;
    margin-left: -250px;
}
.product_pop_main .product_pop_close {
    background:url(../images/index/close.png) center no-repeat;
    position:absolute;
    width: 16px;
    height: 16px;
    right:22px;
    top :27px;
    cursor: pointer;
}

.product_pop_info {
    padding: 0;
    height: 500px;
    text-align: center;
}
.product_pop_info .product_pop_info_item {
    display:none;
}
.product_pop_info .product_pop_info_item span {
    font-size:24px;
}
.product_pop_info .product_pop_info_item.cur {
    display:block;
    margin: 40px auto 0;
    width: 420px;
    height: 420px;
}
.product_pop_info .product_pop_info_img {
    width: 420px;
    height: 420px;
    overflow:hidden;
    /* border: 1px solid #dcdcdc; */
}
.product_pop_info .product_pop_info_img img {
    width: 420px;
    height: 420px;
}
.product_pop_info .product_pop_info_txt {
    width: 352px;
}
.product_pop_info .product_pop_info_txt .product_tit {
    font-size:20px;
    color:#474747;
    line-height:48px;
    border-bottom:1px solid #e6e6e6;
    display:block;
    margin-bottom: 5px;
}
.product_pop_info .product_pop_info_txt p {
    position:relative;
    padding-left: 64px;
    line-height: 20px;
    font-size:12px;
}
.product_pop_info .product_pop_info_txt p span {
    position:absolute;
    left: 4px;
}
.product_pop_info .product_pop_info_txt p a {

    float: right;
    color: #249bee;
}

.product_pop .product_pop_icon {
    margin: 0 46px;
    width: 798px;
    height: 94px;
    overflow: hidden;
}
.product_pop .product_pop_icon ul {
    margin-left: 10px;
    width: 2000px;
}
.product_pop .product_pop_icon li {
    cursor:pointer;
    position:relative;
    width: 100px;
    height: 90px;
    border:2px solid white;
    margin-right: 6px;
    overflow:hidden;
    float:left;
}
.product_pop .product_pop_icon li.cur,.product_pop .product_pop_icon li:hover {
    border-color:#ff7200;
}
.product_pop .product_pop_icon li.cur:after {
    content:'';
    width:0;
    height:0;
    position:absolute;
    border-bottom: 4px solid #ff7200;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    top: -6px;
    left:48px;
}
.product_pop .product_pop_icon li img {
    width: 100px;
    height: 90px;
}

.product_prev ,
.product_next {
    position:absolute;
    right:-120px;
    cursor: pointer;
    width: 90px;
    height: 90px;
    background:url(../images/index/next.png);
    top: 50%;
    margin-top: -45px;
}
.product_prev {
    left:-120px;
    background:url(../images/index/prev.png);
}