.shop_img {
    width: 100%;
    height: 280px;
    background: url(../image/shopbg.jpg) center 0 no-repeat;
    background-size: 100%;
	background-attachment: fixed;
    overflow: hidden;
}
.shop{
    width:1200px;
    height: auto;
    margin: auto;
}
.shop_main{
    width: 100%;
    height: auto;
}
.shop_tit{
    width: 330px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    text-align: center;
    color: #000000;
    padding-top: 50px;
    margin: auto;
    font-weight: bold;
    position: relative;
}
.shop_tit b {
    position: absolute;
    opacity: 0.15;
    margin-top: -20px;
    width: 100%;
    left: 0;
}
.shop_tit1{
	width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 23px;
    font-size: 15px;
    text-align: center;
    color: #666;
    padding-top: 0px;
    padding-bottom: 20px;
}
.shop_tab{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: flex;
    padding-bottom: 35px;
}
.shop_tabmain{
	width: auto;
    height: 45px;
    line-height: 45px;
    color: #000;
    font-size: 20px;
    margin: auto;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background: #ededed;
    border-radius: 6px;
	overflow: hidden;
}
.tab01{
	width: 100px;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    font-weight: bold;
    float: left;
    border-radius: 0px;
    cursor: pointer;
    color: #000;
}
.tab02{
    width: 100px;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    font-weight: bold;
    float: left;
    border-radius:2px;
    cursor: pointer;
    color: #000;
}
.tbcur{
background-image: -moz-linear-gradient(180deg, #57e1ff 0%, #7fbbff 100%);
background-image: -webkit-linear-gradient(180deg, #57e1ff 0%, #7fbbff 100%);
background-image: -ms-linear-gradient(180deg, #57e1ff 0%, #7fbbff 100%);
}
.shop_main ul {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.shop_main li{
    float: left;
    width: 23.5%;
    height: 100%;
    border-radius: 0px;
    overflow: hidden;
    padding-bottom: 60px;
    margin-right: 2%;
}
.shop_main li:nth-child(4n+4) {
    margin-right: 0%;
}
.shop_main .img{
width: 262px;
    height: 570px;
    overflow: hidden;
    border-radius: 35px;
    background: #ffffff;
    box-shadow: inset 0 0 14px #d5d5d5;
    padding: 10px;
}
.shop_main .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    border-radius: 25px;
}
.shop_main .txt{
	width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 15px;
}
.shop_main .txt h1{
    width: 100%;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.shop_main .txt h2{
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 12px;
    letter-spacing: 1.2px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.shop_main .txt p{
    width: 118px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 13px;
    border-radius: 2px;
    margin: auto;
    margin-top: 10px;
    float: left;
    margin-right: 10.5px;
    margin-left: 10.5px;
}
.shop_main .txt p.p1{
	border: 1px solid #7cbdff;
    color: #7cbdff;
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.shop_main .txt p.p1:hover{
	background: #d5e9ff;
	color: #000;
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.shop_main .txt p.p2{
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
	border: 1px solid #efab7e;
	background-image: -moz-linear-gradient(180deg, #fcb485 0%, #fbcd7c 100%);
    background-image:-webkit-linear-gradient(180deg, #fcb485 0%, #fbcd7c 100%);
    background-image: -ms-linear-gradient(180deg, #fcb485 0%, #fbcd7c 100%);	
}
.shop_main .txt p.p2:hover{
	background: #fff2d5;
    border: 1px solid #efab7e;
    color: #ffa500;	
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.shop_button{
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-bottom: 70px;
    text-align: center;
}
.shop_button a{
    padding-left: 15px;
    padding-right: 15px;
    background: #41508A;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    border-radius: 13px;
}
.shop_button a:hover{
    background: #7d8dca;
    color: #fff;
}
.sy_container5{
	width: 100%;
    height: auto;
    margin: auto;
    overflow: hidden;
    background: url(../image/go.jpg)#f9f9f9;
    border-radius: 80px;
}

.sy_main5_main{
    width: 90%;
    height: 200px;
    margin: auto;
}

.sy_container5_left{
    width: auto;
    height:200px;
    line-height: 200px;
    font-size: 30px;
    font-weight: 100;
    text-align: center;
    float: left;
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.sy_container5_left:hover{
	font-size: 35px; 
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.sy_container5_right{
    width: auto;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    text-align: center;
    float: right;
    padding-left: 25px;
    padding-right: 25px;
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
	background-image: -moz-linear-gradient(180deg, #57e1ff 0%, #7fbbff 100%);
	background-image: -webkit-linear-gradient(180deg, #57e1ff 0%, #7fbbff 100%);
	background-image: -ms-linear-gradient(180deg, #57e1ff 0%, #7fbbff 100%);
    margin-top: 70px;
	border-radius:6px;
}
.sy_container5_right:hover{
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
	font-size: 20px;
	background-image: -moz-linear-gradient(180deg, #46dbfb 0%, #72b2fb 100%);
    background-image: -webkit-linear-gradient(180deg, #46dbfb 0%, #72b2fb 100%);
    background-image: -ms-linear-gradient(180deg, #46dbfb 0%, #72b2fb 100%);
}
