*{

    padding: 0;

    margin: 0;

}

a{

    text-decoration: none;

    color: #000;

}

html,body{

    width: 100%;

    overflow-x: hidden;

}

.head .hang .bot ul li:nth-child(3){

    border-bottom-color: #e94c25;

}

.proImg{

    width: 100%;

    margin-top: 6rem;

}

.proImg img{

    width: 100%;

}

.wow{

    padding: 1% 15%;

    font-size: 1rem;

}

.title{

    margin-top: 1%;

    padding: 0% 10%;

}

.title h1{

    text-align: center;

}

.title h2{

    text-align: center;

}

.content{

    padding: 2% 15% 4% 15%;

}

.content .ul{

   width: 100%;

   /*text-align: center;*/

   padding: 1% 0;

}

.content .ul .li{

   display: inline-block;

   font-size: 16px;

   font-weight: 500;

   color: #666;

   margin: 0 1.5%;
   
   margin-bottom: 10px;

   cursor: pointer;

}

.content .cp{

    width: 100%;

    display: flex;

    flex-wrap: wrap;

}

.content .cp .cpPro{

    display: block;

    margin-top: 1%;

    width: 31%;

    margin: 1% 1% 0 1%;

}

.content .cp .cpPro .cpTitle{

    text-align: center;

    padding: 2% 0;

    font-size: 1rem;

}

.content .cp .cpImg{

    border: 1px solid #cccccc;

    position: relative;

}

.content .cp .cpImg img{

    width: 100%;

    display: block;

}

.content .cp .cpImg .more{

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: rgba(0, 0, 0, 0.5);

    display: flex;

    align-items: center;

    justify-content: center;

}

.content .cp .cpImg .more span{

    display: block;

    color: #cccccc;

    background: #af0000;

    font-size: .8rem;

    font-weight: bold;

    padding: 2% 6%;

    cursor: pointer;

}

.content .lis{

    padding: 4% 0;

    width: 100%;

    display: flex;

    justify-content: center;

}

.content .lis a{

    display: inline-block;

    width: 2.5rem;

    height: 2.5rem;

    display: flex;

    justify-content: center;

    align-items: center;

    font-size: 1rem;

    cursor: pointer;

}

.bigbox{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	
	display: none;
}
div.page{
	width: 100%;
	height: 100%;
    position: relative;
    text-align: left;
}
.bigbox .page .pinch-zoom-container{
	width: 100%;
	height: 100%;
}
.bigbox .page .pinch-zoom{
	width: 100%;
	height: 100%;
	display: -ms-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: center;
	-o-justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-align-items: center;
	-o-align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
}
div.pinch-zoom {
    position: relative;
}
div.pinch-zoom a{
    color: white;
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-decoration: none;
    background: #333;
    padding: 3px;
    font-size: 11px;
}

div.pinch-zoom div.description {
    position: absolute;
    top: 500px;
    left: 210px;
}

div.pinch-zoom div.description h1{
    font-size: 40px;
    margin: 0px;
    margin-bottom: 10px;
}
div.pinch-zoom div.description p{
    margin: 0px;
}
.bigbox .page .pinch-zoom p{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -ms-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: center;
	-o-justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-align-items: center;
	-o-align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}
.bigbox .page .pinch-zoom img{
	display: block;
	height: 80%;
	width: auto;
}

ul{
    margin: 0;
    padding: 0;
}

/*.detail{*/
/*    position: absolute;*/
/*    top: 0;left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: rgba(0, 0, 0, 0.5);*/
/*    display: none;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/
/*.detail .d_img{*/
/*    width: 50%;*/
/*    position: relative;*/
/*}*/
/*.detail .d_img img{*/
/*    width: 100%;*/
/*    display: block;*/
/*}*/
/*.detail span{*/
/*    cursor: pointer;*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: -3rem;*/
/*    display: block;*/
/*    padding: .5rem 1rem;*/
/*    font-size: 2rem;*/
/*    background: #fff;*/
/*}*/

/*.content .lis a:nth-child(2){

    background: #000;

    color: #ffffff;

}*/

@media screen and (max-width: 768px){

    .proImg{

        margin-top: 4rem;

    }

    .wow{

        display: none;

    }

    .title{

        padding: 0% 5%;

    }

    .title h1{

        font-size: 1.5rem;

    }

    .title h2{

        font-size: 1.2rem;

    }

    .content {

        padding: 3% 5% 8% 5%;

    }

    .content .ul{

        text-align: left;

    }

    .content .ul .li {

        font-size: 0.9rem;

        margin: 0 0%;

        margin-left: .5%;

    }

    .content .cp .cpPro{

        width: 48%;

        margin-top: 5%;

    }

    .content .cp .cpPro .cpTitle{

        font-size: .8rem

    }
    
    .detail .d_img{
        width: 80%;
    }
    
    .bigbox .page .pinch-zoom img{
		width: 80%;
		height: auto;
	}

}