@charset "UTF-8";
body, button, dd, div, dl, form, h1, h2, h3, h4, h5, h6, html, img, input, li, ol, p, ul {
    margin: 0;
    padding: 0;
    border: 0
}

* {
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "notor","Microsoft YaHei","Arial","Helvetica Neue",Helvetica,sans-serif;
    background-color: #000000;
    overflow-x: hidden;
}

button, input, textarea,select{
   -webkit-appearance: none;
   resize: none;
   outline: none;
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
   border: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}
.none{
	display:none;
}

.online_x{
	cursor:pointer;
}
button:hover,
input[type=submit]:hover {
    cursor: pointer
}

button:focus,
input:active,
input:focus,
textarea:focus {
   /* border: 0*/
  	outline: 0 none;
  	outline-color: transparent;
}

a {
    color: #333;
    display: inline-block;
}

a:link {
    text-decoration: none
}

a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none;

}

a:active {
    text-decoration: none
}

li {
    list-style: none;
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    visibility: hidden
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}
.clearfix {
    zoom: 1
}
@font-face{
    font-family: "notor";
    src: url('../fonts/NOTOSANSHANS-REGULAR.OTF');
}
@font-face{
    font-family: "notob";
    src: url('../fonts/NOTOSANSHANS-BOLD.OTF');
}
@font-face{
    font-family: "notol";
    src: url('../fonts/NOTOSANSHANS-LIGHT.OTF');
}
.conwidth{
	max-width: 1400px;
	width: 100%;
	margin: auto;
}
.main{
}
/*header*/
.header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 15;
	width: 100%;
	padding: 30px 0px;
	background: rgba(0,0,0,0.5);
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.header.act{
	padding: 0;
	background-color: #000000;
}
.header .box{
	padding: 0 2.7%;
	text-align: center;
}
.header .box .conwidth{
	position: relative;
}
.header .logo{
	float: left;
	text-align: left;
}
.header .logo a{
	display: block;
	line-height: 100px;
}
.header .logo a img{
	max-height: 71px;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.header.act .logo a img{
	max-height: 55px;
}
.header .towards{
	float: right;
}
.header .head-nav{
	float: left;
}
.head-nav .nav>li{
	float: left;
	position: relative;
	z-index: 10;
	margin-right: 65px;
}
/*.head-nav .nav>li:last-child{
	margin-right: 0;
}*/
.head-nav .nav>li>a{
	padding: 0px 10px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.header .head-nav .nav>li>a{
	line-height: 100px;
	font-family: "notor";
	font-size: 18px;
	color: #888888;
}
.head-nav .nav>li:hover>a{
	color: #ffffff;
}
.head-nav .nav>li::before{
	position: absolute;
    content: "";
    width: 0;
    height: 3px;
    background: #ffffff;
    left: 50%;
    margin-left: -50%;
    bottom: 25px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.head-nav .nav>li:hover:before, .head-nav .nav>li.on::before{
	width: 100%;
}
.head-nav .nav>li.on>a{
	color: #ffffff;
}
/**/
.header .navcell {
    display: none;
    position: absolute;
    top: 80px;
    left: 50%;
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 100;
    width: 100%;
    padding: 15px;
    background-color: #000000;
}
.header .nav-li{
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
}
.header .nav-li:last-child{
	margin-bottom: 0;
}
.header .nav-li>a{
	display: block;
	width: 100%;
	font-family: "microsoft yahei";
	color: #666666;
	font-size: 14px;
	line-height: 2;
	cursor: pointer;
	text-align: left;
}
.header .nav-li:hover>a{
	color: #ffffff;
}
.header .head-other{
	float: right;
}
.head-nation{
	float: left;
	position: relative;
	margin-top: 32px;
	margin-left: 45px;
	margin-right: 20px;
}
.head-nation .current{
}
.head-nation .current .name {
	font-family: "notor";
    font-size: 20px;
    color: #ffffff;
    line-height: 2;
    padding-right: 30px;
    background: url(../images/s-triangle.png) right center no-repeat;
    vertical-align: middle;
    display: inline-block;
    transition: all .3s;
}
.head-nation .current .name.on{
	background: url(../images/s-triangle.png) right center no-repeat;
}
.head-nation ul{
	display: none;
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 10;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
    background-color: #000000;
}
.head-nation ul li a{
	display: block;
	font-family: "notor";
    font-size: 14px;
    color: #666666;
    line-height: 2;
    min-width: 90px;
    text-align: center;
    padding: 0px 15px;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.head-nation ul li a:hover{
	font-weight: bold;
	color: #FFFFFF;
}
.head-search{
	float: left;
}
.h-other{
	float: right;
	padding-right: 50px;
}
/*搜索*/
.search-other{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.searchdiv{
	float: left;
}
.header .show-search-btn {
    display: block;
    height: 100px;
    line-height: 100px;
    transition-duration: .3s;
    text-align: center;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
}
.show-search-btn img{
	cursor: pointer;
}
.search {
  	position: fixed;
 	z-index: 6;
  	top: 160px;
  	right: 0;
  	height: auto;
  	overflow: hidden;
  	/*height: 100%;
  	max-height: 100vh;
  	overflow-y: scroll;
  	overflow-x: hidden;*/
  	-webkit-overflow-scrolling: touch;
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  	opacity: 0;
  	visibility: hidden;
  	transition-property: opacity,visibility;
  	transition-duration: .5s;
  	transition-delay: .5s;
}
.header.act .search{
	top: 100px;
}
.search.search-is-open{
  	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity:1;
	visibility:visible;
	transition-delay:0s;}
.search.search-is-open .search__container{
	transform:translateY(0) translateZ(0);
}
.search__container{
  	position:relative;
  	z-index:2;
	background-color:#fff;
	transform:translateY(-100%) translateZ(0);
	transition:transform .75s cubic-bezier(.77,0,.175,1);
}
.search__overlay{
  	position:fixed;
  	z-index:1;
	top:0;
	right:0;
	width:100%;
	height:100%;
	/*background-color:#1d1d1d;*/
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	opacity:.2;
}
.search, .search__overlay{
	left:0;
}
.search-header{
	position:relative;
  	padding-top: 90px;
	padding-bottom: 120px;
}
.row{
	position: relative;
}
.search-header .search-loader{
	position:absolute;
  	top:17px;
	left:2.6vw;
}
.search-header .search-btn-close{position:absolute;
  	top:0;
	right:0;
}
.search-header .search-input{
  	font-size:24px;
	width:100%;
	-webkit-appearance:none;
	-moz-appearance:none;
	border:0;
}
.search-header .search-input__wrapper:after{content:"";
	position:absolute;
	z-index:1;
	bottom:0;
	left:0;
	right:0;
	height:1px;
	background-color:#d9d9d9;
	width:100%;
}
.search-item{position:relative;
  	display:block;
	overflow:hidden;
	transition:background-color .2s,opacity .3s,color .3s;
	transform-origin:0 0;
	color:#1d1d1d;
}
.search-item:after{
	content:"";
	position:absolute;
	z-index:1;
	bottom:0;
	left:8.333%;
	right:8.333%;
	height:1px;
	background-color:#d9d9d9;
}
.search-item .solr-highlight{
	background-color:rgba(101,32,142,.2);
}
.search-close {
  	position: absolute;
  	display: block;
  	top: 0;
 	right: 0;
  	width: 28px;
  	height: 72px;
  	background: url(../images/close.png) no-repeat center;
  	background-size: 28px 28px;
  	cursor: pointer;
  	z-index: 6;
  	transition-duration: .5s;
}
.search-close:hover {
  	transform: rotate(90deg);
}
.search .submit0 {
  	position: absolute;
  	top: 0;
  	left: 0;
  	z-index: 5;
  	width: 28px;
  	height: 75px;
  	background: url(../images/searchf.png) no-repeat center;
  	border: none;
  	background-size: 28px 28px;
  	box-sizing: border-box;
  	display: block;
}
.search-header .search-input {
  	display: block;
  	text-indent: 80px;
 	line-height: 75px;
  	font-size: 24px;
  	color: #333;
  	width: 100%;
  	-webkit-appearance: none;
  	-moz-appearance: none;
  	border: 0;
  	border-bottom: 1px solid #d9d9d9;
}
/*移动端*/
.menubtn{
	float: right;
	display: none;
	width: 50px;
    height: 60px;
    background: url(../images/menu-icon1.png) center right no-repeat;
    -moz-background-size: 30px 30px;
    -webkit-background-size: 30px 30px;
    background-size: 30px 30px;
    cursor: pointer;
}
.menubtn.on{
    background: url(../images/menu-icon2.png) center right no-repeat;
    -moz-background-size: 30px 30px;
    -webkit-background-size: 30px 30px;
    background-size: 30px 30px;
}
.m-nav{
	position: fixed;
	top: 60px;
	left: 0;
	width: 100%;
	height: calc(100% - 52px);
	background: #000000;
	display: none;
	z-index: 99;
	overflow-y: scroll;
}
.m-nav .nav-list{
	padding-top: 30px;
}
.m-nav .nav-list>li{
	padding: 0 5%;
	text-align: center;
	margin-bottom: 15px;
}
.m-nav .nav-list>li>a, .m-nav .nav-list .one-level{
	font-size: 18px;
	color: #b1b1b1;
	display: block;
	height: 50px;
	line-height: 50px;
}
.m-nav .nav-list>li>a:hover, .m-nav .nav-list .one-level.on, .m-nav .nav-list .one-level:hover{
	color: #FFFFFF;
}
.m-nav .m-subnav{
	display: none;
}
.m-nav .m-subnav ul li>a, .m-nav .m-subnav ul li .two-level{
	display: block;
	font-size: 15px;
	color: #666666;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
}
.m-nav .m-subnav ul li a:hover{
	color: #FFFFFF;
}
.m-nav .subnav_2{
	padding: 0 20px;
	display: none;
}
.m-nav .subnav_2 a{
	display: block;
	font-size: 15px;
	color: #666666;
	height: 40px;
	line-height: 40px;
}
/*footer*/
.footer{
	padding-top: 65px;
	padding-bottom: 80px;
	background-color: #000000;
	border-top: #191919 solid 1px;
}
.foot-top{
	margin-bottom: 35px;
}
.foot-infor{
	float: left;
}
.foot-infor .t1{
	font-family: "notob";
	color: #ffffff;
	font-size: 24px;
	margin-bottom: 10px;
}
.foot-infor .t2{
	font-family: "notor";
	color: #5d5a5a;
	font-size: 16px;
	line-height: 1.8;
}
.foot-share{
	float: right;
}
.foot-share ul{
	font-size: 0;
}
.foot-share ul li{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 10px;
}
.foot-share ul li:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: #ffffff solid 1px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    animation: 1.2s linear infinite;
    -webkit-animation: 1.2s linear infinite;
    -ms--webkit-animation: 1.2s linear infinite;
    -moz--webkit-animation: 1.2s linear infinite;
    -o--webkit-animation: 1.2s linear infinite;
    opacity: 0;
}
.foot-share ul li:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: #ffffff solid 1px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    animation: 1.2s linear infinite;
    -webkit-animation: 1.2s linear infinite;
    -ms--webkit-animation: 1.2s linear infinite;
    -moz--webkit-animation: 1.2s linear infinite;
    -o--webkit-animation: 1.2s linear infinite;
    opacity: 0;
}
.foot-share ul li:hover:before{
	-webkit-animation-name:c2;
    -webkit-animation-delay:.1s;
    -ms-animation-name:c2;
    -ms-animation-delay:.1s;
    -moz-animation-name:c2;
    -moz-animation-delay:.1s;
    -o-animation-name:c2;
    -o-animation-delay:.1s;
    animation-name:c2;
    animation-delay:.1s;
}
.foot-share ul li:hover:after{
	-webkit-animation-name:c2;
    -webkit-animation-delay:.5s;
    -ms-animation-name:c2;
    -ms-animation-delay:.5s;;
    -moz-animation-name:c2;
    -moz-animation-delay:.5s;
    -o-animation-name:c2;
    -o-animation-delay:.5s;
    animation-name:c2;
    animation-delay:.5s;
}
@-webkit-keyframes c2 {
    0% {
        -webkit-transform:scale(.222);
        -ms-transform:scale(.222);
        -moz-transform:scale(.222);
        -o-transform:scale(.222);
        transform:scale(.222);
        opacity:1
    }
    50% {
        -webkit-transform:scale(.622);
        -ms-transform:scale(.622);
        -moz-transform:scale(.622);
        -o-transform:scale(.622);
        transform:scale(.622);
        opacity:.5
    }
    98% {
        -webkit-transform:scale(1);
        -ms-transform:scale(1);
        -moz-transform:scale(1);
        -o-transform:scale(1);
        transform:scale(1);
        opacity:.2
    }
    100% {
        opacity:0
    }
}
@-ms-keyframes c2 {
    0% {
        -webkit-transform:scale(.222);
        -ms-transform:scale(.222);
        -moz-transform:scale(.222);
        -o-transform:scale(.222);
        transform:scale(.222);
        opacity:1
    }
    50% {
        -webkit-transform:scale(.622);
        -ms-transform:scale(.622);
        -moz-transform:scale(.622);
        -o-transform:scale(.622);
        transform:scale(.622);
        opacity:.5
    }
    98% {
        -webkit-transform:scale(1);
        -ms-transform:scale(1);
        -moz-transform:scale(1);
        -o-transform:scale(1);
        transform:scale(1);
        opacity:.2
    }
    100% {
        opacity:0
    }
}
@-moz-keyframes c2 {
    0% {
        -webkit-transform:scale(.222);
        -ms-transform:scale(.222);
        -moz-transform:scale(.222);
        -o-transform:scale(.222);
        transform:scale(.222);
        opacity:1
    }
    50% {
        -webkit-transform:scale(.622);
        -ms-transform:scale(.622);
        -moz-transform:scale(.622);
        -o-transform:scale(.622);
        transform:scale(.622);
        opacity:.5
    }
    98% {
        -webkit-transform:scale(1);
        -ms-transform:scale(1);
        -moz-transform:scale(1);
        -o-transform:scale(1);
        transform:scale(1);
        opacity:.2
    }
    100% {
        opacity:0
    }
}
@-o-keyframes c2 {
    0% {
        -webkit-transform:scale(.222);
        -ms-transform:scale(.222);
        -moz-transform:scale(.222);
        -o-transform:scale(.222);
        transform:scale(.222);
        opacity:1
    }
    50% {
        -webkit-transform:scale(.622);
        -ms-transform:scale(.622);
        -moz-transform:scale(.622);
        -o-transform:scale(.622);
        transform:scale(.622);
        opacity:.5
    }
    98% {
        -webkit-transform:scale(1);
        -ms-transform:scale(1);
        -moz-transform:scale(1);
        -o-transform:scale(1);
        transform:scale(1);
        opacity:.2
    }
    100% {
        opacity:0
    }
}
@keyframes c2 {
    0% {
        -webkit-transform:scale(.222);
        -ms-transform:scale(.222);
        -moz-transform:scale(.222);
        -o-transform:scale(.222);
        transform:scale(.222);
        opacity:1
    }
    50% {
        -webkit-transform:scale(.622);
        -ms-transform:scale(.622);
        -moz-transform:scale(.622);
        -o-transform:scale(.622);
        transform:scale(.622);
        opacity:.5
    }
    98% {
        -webkit-transform:scale(1);
        -ms-transform:scale(1);
        -moz-transform:scale(1);
        -o-transform:scale(1);
        transform:scale(1);
        opacity:.2
    }
    100% {
        opacity:0
    }
}
.foot-share ul li a{
	position: relative;
	display: block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
	overflow: hidden;
}
.foot-share ul li a:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	z-index: 1;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #FFFFFF;
	-o-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
	transform: scale(0);
}
.foot-share ul li:hover a:before{
	transform: scale(1);
}
.foot-share ul li img{
	position: relative;
	z-index: 2;
	max-width: 74.3%;
}
.foot-share ul li .ic2{
	display: none;
}
.foot-share ul li:hover .ic2{
	display: inline-block;
}
.foot-share ul li:hover .ic1{
	display: none;
}
.footer .copyright{
	float: left;
	color: #5d5a5a;
	font-size: 14px;
	line-height: 2;
}
.footer .copyright a{
	display: inline-block;
	margin-left: 15px;
	color: #535353;
}
.footer .copyright .gsname{
	color: #949494;
}
.istop{
	position: fixed;
	/*right: 13.8%;*/
	right: 50px;
	bottom: 90px;
	z-index: 10;
	font-family: "notob";
	color: #ffffff;
	font-size: 18px;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: rgba(0,0,0,0.15);
	padding: 5px 15px;
	border-radius: 20px;
	cursor: pointer;
}
.istop .sp{
	display: inline-block;
	vertical-align: middle;
}
.istop img{
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
/**/
.sidebar{
	position: fixed;
	bottom: 35%;
    right: 50px;
    z-index: 99;
	/*opacity: 0;
    transform: translateX(80px);
    -webkit-transform: translateX(80px);
    -moz-transform: translateX(80px);
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;*/
}
/*.sidebar.show{
	opacity: 1;
	transform: none;
}*/
.sidebar ul li{
	position: relative;
	text-align: center;
	cursor: pointer;
	/*margin-bottom: 15px;*/
}
.sidebar ul li a{
	display: inline-block;
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #000000;
	border-radius: 50%;
	overflow: hidden;
}
.sidebar ul li a .imgbox{
	width: 100%;
	text-align: center;
}
.sidebar ul li .imgbox img{
	width: 20px;
}
/*.sidebar ul li .imgbox .img1{
}
.sidebar ul li .imgbox .img2{
	display: none;
}
.sidebar ul li:hover .imgbox .img1{
	display: none;
}
.sidebar ul li:hover .imgbox .img2{
	display: inline-block;
}
.sidebar ul li .secondary{
	display: none;
	position: absolute;
	right: 90px;
	top: 0;
	z-index: 10;
	min-height: 100%;
	padding: 10px;
	background-color: #FFFFFF;
	box-shadow: 0px 1px 25px rgba(0,0,0,.1);
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	-o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.sidebar ul li:hover .secondary{
	display: block;
}
.sidebar ul li .secondary::before{
	content: '';
	position: absolute;
	right: -10px;
	top: 0;
	width: 28px;
	height: 100%;
	background: url(../images/img224.png) top 20px center no-repeat;
}
.sidebar ul li .imgli{
	min-width: 120px;
	padding: 3px;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.sidebar ul li .imgli img{
	width: 100%;
}
.sidebar ul li .txtli{
	text-align: left;
	padding: 5px 10px 0 10px;
	white-space: nowrap;
}
.sidebar ul li .txtli .t1{
	color: #999999;
	font-size: 12px;
}
.sidebar ul li .txtli .t2{
	color: #444444;
	font-size: 20px;
	font-family: "AVGARDM";
}
.sidebar ul li .txt{
	text-align: center;
	color: #666666;
	font-size: 12px;
}
.sidebar ul li:hover .txt{
	color: #276a35;
}*/
/*banner*/
.lunbotu{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.lunbotu .swiper-slide{
	position: relative;
}
.lunbotu .swiper-slide>a{
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}
.lunbotu .swiper-slide>a>img{
	width: 100%;
	-webkit-animation-name:scaleDraw;
    -webkit-animation-timing-function:ease-in-out;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-duration: 12s;
}
@keyframes scaleDraw {
    0%{
    	-webkit-transform:scale(1);
		transform:scale(1);
	}
	50% {
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	100% {
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
@-webkit-keyframes rotateInleft {
	0%{
    	-webkit-transform:scale(1);
		transform:scale(1);
	}
	50% {
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	100% {
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}

/*.lunbotu .swiper-slide:not(:first-child)>a>img{
	-o-transition: all 2s ease 1.5s;
	-ms-transition: all 2s ease 1.5s;
	-moz-transition: all 2s ease 1.5s;
	-webkit-transition: all 2s ease 1.5s;
	transition: all 2s ease 1.5s;
}
.lunbotu .swiper-slide:first-child>a>img{
	-o-transition: all 2s ease 0s;
	-ms-transition: all 2s ease 0s;
	-moz-transition: all 2s ease 0s;
	-webkit-transition: all 2s ease 0s;
	transition: all 2s ease 0s;
}
.lunbotu .swiper-slide-active>a>img{
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}*/
.oimg2{
	display: none;
}
.i-banner{
	position: absolute;
	left: 50%;
	top: 50%;
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
}
.i-banner .box{
}
.i-banner .box .t1{
	font-family: "notol";
	color: #fffefe;
	font-size: 50px;
}
.i-banner .box .t2{
	font-family: "notob";
	color: #ffffff;
	font-size: 60px;
	margin-bottom: 30px;
}
.i-banner .box .t3{
	position: relative;
	padding: 32px 0px;
	font-family: "notor";
	color: #ffffff;
	font-size: 24px;
}
.i-banner .box .t3:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 25px;
	height: 3px;
	background-color: #FFFFFF;
}
.i-banner .box .t3:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 25px;
	height: 3px;
	background-color: #FFFFFF;
}
.i-banner .btn{
	margin-top: 50px;
}
.i-banner .btn a{
	display: inline-block;
	text-align: center;
	min-width: 160px;
	padding: 0px 15px;
	font-family: "notor";
	color: #ffffff;
	font-size: 16px;
	margin-right: 25px;
	height: 50px;
	line-height: 50px;
	border: #FFFFFF solid 1px;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.i-banner .btn a:hover{
	background-color: #FFFFFF;
	color: #000000;
}
.i-banner .btn a img{
	display: inline-block;
	vertical-align: baseline;
	margin-left: 8px;
}
.i-banner .btn a .ic2{
	display: none;
}
.i-banner .btn a:hover .ic1{
	display: none;
}
.i-banner .btn a:hover .ic2{
	display: inline-block;
}
.lunbotu .swiper-pagination {
    display: inline-block;
    text-align: left;
    overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.lunbotu.swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}
.lunbotu.swiper-container-horizontal>.swiper-pagination-bullets, .lunbotu .swiper-pagination-custom, .lunbotu .swiper-pagination-fraction {
    bottom: 10%;
    left: 50%;
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.lunbotu .swiper-pagination-bullet {
	position: relative;
    width: 8px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    opacity: 1;
    background: none;
    border: #f6f6f6 solid 1px;
}
.lunbotu .swiper-pagination-bullet-active{
	border: #f6f6f6 solid 3px;
   	background-color: #f6f6f6;
}
.arrowsbox{
	position: absolute;
	left: 0;
	bottom: 9%;
	z-index: 10;
	width: 100%;
}
.arrowsbox .conwidth{
	position: relative;
	text-align: right;
}
.lunbotu .swiper-button-next, .lunbotu .swiper-button-prev{
	position: static;
	display: inline-block;
	vertical-align: top;
	margin-left: 15px;
    width: 50px;
    height: 50px;
    margin-top: 0;
    cursor: pointer;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.lunbotu .swiper-button-prev, .lunbotu .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/img11.png);
}
.lunbotu .swiper-button-next, .lunbotu .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/img12.png);
}

.obanner{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.obanner .imgbox{
	width: 100%;
}
.obanner .imgbox img, .obanner .oimg1{
	display: block;
	width: 100%;
}
.particles-box{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.ob-img {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.obanner .bannerzi{
	position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	-o-transform:translate(-50%, -50%);
    margin: auto;
}

.obanner .bannerzi1{
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.obanner .bannerzi .box{
	text-align: left;
}
.obanner .bannerzi .box.center{
	text-align: center;
}
.obanner .bannerzi .box .t1{
	font-weight: bold;
	color: #000000;
	font-size: 45px;
	margin-bottom: 15px;
}
.obanner .bannerzi .box .t2{
	color: #343434;
	font-size: 28px;
}
.obanner .bannerzi .box .ocolor{
	color: #888888;
}
.obanner .bannerzi .box .icolor{
	color: #cacaca;
}
.obanner .bannerzi .box .white{
	color: #ffffff;
}
.obanner .bannerzi .box .uppercase{
	text-transform: uppercase;
}
@media only screen and (max-width: 1680px){
	.i-banner .box .t1{
		font-size: 40px;
	}
	.i-banner .box .t2{
		font-size: 50px;
	}
	.i-banner .box .t3{
		font-size: 20px;
	}
}
@media only screen and (max-width: 1536px){
	.i-banner .box .t1{
		font-size: 36px;
	}
	.i-banner .box .t2{
		font-size: 42px;
	}
	.i-banner .box .t3{
		padding: 25px 0px;
		font-size: 18px;
	}
	.i-banner .btn a{
		min-width: 140px;
		height: 45px;
		line-height: 45px;
		font-size: 15px;
	}
}
@media only screen and (max-width: 1440px){
	.i-banner .box .t1{
		font-size: 32px;
	}
	.i-banner .box .t2{
		font-size: 36px;
	}
	.i-banner .box .t3{
		padding: 20px 0px;
		font-size: 16px;
	}
}
@media only screen and (max-width: 1280px){
	.i-banner .box .t1{
		font-size: 28px;
	}
	.i-banner .box .t2{
		font-size: 32px;
	}
	.lunbotu .swiper-button-next, .lunbotu .swiper-button-prev{
		width: 45px;
		height: 45px;
	}
}
@media only screen and (max-width: 1024px){
	.i-banner{
		top: 40%;
	}
	.i-banner .box .t1{
		font-size: 24px;
	}
	.i-banner .box .t2{
		margin-bottom: 20px;
	}
	.i-banner .btn{
		margin-top: 40px;
	}
	.oimg2{
		display: block;
	}
	.oimg1{
		display: none;
	}
	.ob-img{
		display: block;
	}
	.obanner .bannerzi{
		position: static;
	    transform: none;
	    padding-top: 18%;
	    padding-bottom: 18%;
	}
}
@media only screen and (max-width: 768px){
	.i-banner .box .t1{
		font-size: 20px;
	}
	.i-banner .box .t2{
		font-size: 28px;
	}
	.i-banner .btn{
		margin-top: 30px;
	}
}
@media only screen and (max-width: 576px){
	.i-banner .box .t1{
		font-size: 18px;
	}
	.i-banner .box .t2{
		font-size: 24px;
	}
	.i-banner .box .t3 {
	    padding: 15px 0px;
	    font-size: 15px;
	}
	.i-banner .btn{
		margin-top: 25px;
	}
	.i-banner .btn a {
	    min-width: 120px;
	    height: 40px;
	    line-height: 40px;
	    font-size: 14px;
	}
	.lunbotu .swiper-pagination-bullet-active {
	    border: #f6f6f6 solid 2px;
	}
	.arrowsbox{
		bottom: 3%;
	}
	.lunbotu.swiper-container-horizontal>.swiper-pagination-bullets, .lunbotu .swiper-pagination-custom, .lunbotu .swiper-pagination-fraction{
		bottom: 3%;
	}
	.lunbotu .swiper-button-next, .lunbotu .swiper-button-prev{
		width: 40px;
		height: 40px;
	}
}
@media only screen and (max-width: 1600px){
	.conwidth{
		padding-left: 7%;
		padding-right: 7%;
		-moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    -o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	    box-sizing: border-box;
	}
	.lunbotu .conwidth{
		padding-left: 0;
		padding-right: 0;
	}
}
@media screen and (max-width: 1440px){
	.lunbotu .conwidth{
		padding-left: 7%;
		padding-right: 7%;
	}
	.header{
		padding: 15px 0px;
	}
	.head-nav .nav>li{
		margin-right: 50px;
	}
}
@media screen and (max-width: 1280px){
	.head-nav .nav>li{
		margin-right: 30px;
	}
	.header .head-nav .nav>li>a{
		font-size: 16px;
	}
}
@media screen and (max-width: 1024px){
	.conwidth{
		padding-left: 4%;
		padding-right: 4%;
	}
	.menubtn{
		display: block;
	}
	.header{
		padding: 0;
		background-color: #000000;
	}
	.head-nav{
		display: none;
	}
	.header .box{
		height: 60px;
	}
	.header .logo a{
		line-height: 60px;
	}
	.header .logo a img, .header.act .logo a img{
		min-width: 1px;
		max-height: 40px;
	}
	.head-nav .nav>li{
		margin-right: 40px;
	}
	.header .head-nav .nav>li>a{
		line-height: 60px;
	}
	.header .show-search-btn{
		height: 60px;
		line-height: 60px;
	}
	.search{
		top: 60px;
	}
	.header.act .search{
		top: 60px;
	}
	.head-nav .subnav{
		top: 60px;
	}
	.head-nation{
		margin-top: 10px;
		margin-left: 20px;
		margin-right: 10px;
	}
	.head-nation .current .name{
		padding-right: 25px;
	}
	.head-nation ul{
		right: auto;
		left: 50%;
		-o-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.search-header {
	    padding-top: 30px;
	    padding-bottom: 50px;
	}
	.search .submit0{
		height: 60px;
		background-size: 20px 20px;
	}
	.search-close{
		height: 60px;
		background-size: 20px 20px;
	}
	.search-header .search-input{
		text-indent: 40px;
		line-height: 60px;
		font-size: 18px;
	}
	/*footer*/
	.footer{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.foot-share{
		/*display: none;*/
		float:none;
		text-align:left;
	}
	.footer .copyright{
		float: none;
		text-align: center;
	}
}
@media screen and (max-width: 768px){
	.head-nation{
		margin-top: 13px;
	}
	.head-nation .current .name{
		font-size: 18px;
	}
	.footer{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.foot-top{
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 640px){
	.footer{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.foot-infor .t1{
		font-size: 21px;
	}
	.foot-infor .t2{
		font-size: 15px;
	}
}
/*index*/
/**/
.i-title{
	text-align: center;
}
.schedule .i-title{
	padding: 0 5%;
}
.i-title .t1{
	font-family: "notob";
	color: #888888;
	font-size: 50px;
	line-height: 1;
}
.i-title .t2, .detail-title .t1, .details .txtbox .t1{
	font-family: "notob";
	color: #ffffff;
	font-size: 50px;
}
.i-title .t3{
	color: #222222;
	font-size: 36px;
}
.i-title .t4{
	font-family: "notor";
	color: #888888;
	font-size: 20px;
}
.jointxt .i-title .t4{
	margin-top: 30px;
}
.i-title .t5{
	font-family: "notor";
	font-size: 22px;
	color: #ffffff;
	margin-top: 20px;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}

/*历届时装周*/
.previous{
	padding-top: 5.2%;
}
.previous .content{
	max-width: 1180px;
	width: 100%;
	margin: 0 auto;
}
.previous .box{
	margin-top: 4.23%;
}
.previous .box ul{
	font-size: 0;
	text-align: right;
}
.previous .box ul li{
	display: inline-block;
	vertical-align: top;
	margin-right: 3.5%;
	margin-bottom: 2.5%;
	background-color: #cccccc;
	border: #cccccc solid 1px;
	text-align: center;
	width: 13.75%;
	color: #000000;
	font-size: 24px;
	height: 60px;
	line-height: 60px;
	font-family: "microsoft yahei";
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.previous .box ul li:nth-child(6n){
	margin-right: 0;
}
.previous .box ul li:last-child{
	margin-right: 0;
}
.previous .box ul li a{
	display: block;
	width: 100%;
	color: #000000;
}
.previous .box ul li:hover{
	border: #ffffff solid 1px;
	background: none;
}
.previous .box ul li:hover a{
	color: #ffffff;
}
/*时装周日程*/
.schedule{
	padding-top: 5.2%;
	padding-bottom: 2.4%;
}
.schedule .box{
	position: relative;
}
.schedule .content{
	max-width: 1180px;
	width: 100%;
	margin: 0 auto;
}
.schedulebox{
	margin-top: 6.7%;
}
.gallery-top{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.gallery-thumbs{
	position: relative;
	width: 100%;
	overflow: hidden;
	border-bottom: rgba(132,132,132,0.31) solid 1px;
	margin-top: 50px;
}
.scheduleli{
	position: relative;
}
.scheduleli a{
	display: block;
	width: 100%;
}
.scheduleli .img{
	width: 100%;
	overflow: hidden;
}
.scheduleli .img img{
	width: 100%;
}
.scheduleli .txt{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 14% 8.8% 6%;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.scheduleli .txt .t1{
	position: relative;
	padding-top: 10px;
	font-family: "notob";
	color: #ffffff;
	font-size: 60px;
	line-height: 1.2;
}
.scheduleli .txt .t1:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 14.8%;
	height: 6px;
	background-color: #FFFFFF;
}
.scheduleli .txt .t2{
	font-family: "notob";
	color: #ffffff;
	font-size: 24px;
	margin-bottom: 20px;
}
.scheduleli .txt .t3{;
	font-family: "notob";
	color: #ffffff;
	font-size: 24px;
	margin-bottom: 15px;
}
.scheduleli .txt .t4{
	font-family: "notor";
	color: #ffffff;
	font-size: 20px;
}
.gallery-thumbs .swiper-slide {
    width: auto;
    padding-bottom: 30px;
    cursor: pointer;
}
.gallery-thumbs .swiper-slide-active {
    border-bottom: #ffffff solid 3px;
}
.gallery-thumbs .date{
	font-family: "notor";
	color: #686161;
	font-size: 20px;
	padding: 0px 20px;
}
.gallery-thumbs .swiper-slide-active .date{
	color: #ffffff;
}
.schedule .swiper-button-next, .schedule .swiper-button-prev {
    position: absolute;
    top: 36%;
    width: 31px;
    height: 31px;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 31px 31px;
    -webkit-background-size: 31px 31px;
    background-size: 31px 31px;
    background-position: center;
    background-repeat: no-repeat;
}
.schedule .swiper-button-prev, .schedule .swiper-container-rtl .swiper-button-next {
    left: 0;
    right: auto;
    background-image: url(../images/img16.png);
}
.schedule .swiper-button-next, .schedule .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/img17.png);
    right: 0;
    left: auto;
}

/*新闻资讯*/
.i-new{
	padding-top: 5.2%;
	padding-bottom: 3%;
	background: url(../images/img138.png) bottom center no-repeat;
	background-size: 100% auto;
}
.i-new .box{
	margin-top: 7.1%;
}
.new ul{
	margin-bottom: 3%;
	font-size:0;
}
.new ul li{
	/*float: left;*/
	display:inline-block;
	vertical-align:top;
	width: 28.6%;
	margin-right: 7.1%;
	margin-bottom: 3.9%;
	padding-bottom: 20px;
	border-bottom: rgba(255,255,255,0.2) solid 1px;
}
.new ul li:nth-child(3n){
	margin-right: 0;
}
.new ul li a{
	display: block;
	width: 100%;
}
.new ul li .img{
	width: 100%;
	overflow: hidden;
}
.new ul li .img img{
	width: 100%;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.new ul li:hover .img img{
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}
.new ul li .txt{
	width: 100%;
	overflow: hidden;
	margin-top: 25px;
	margin-bottom: 15px;
	min-height: 115px;
}
.new ul li .txt .t1{
	color: #ffffff;
	font-size: 20px;
	font-family: "notob";
	line-height: 1.7;
	margin-bottom: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.new ul li .txt .t2{
	color: #ffffff;
	font-size: 14px;
	font-family: "notor";
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.new ul li .other{
	width: 100%;
	overflow: hidden;
}
.new ul li .other .t3{
	float: left;
	font-family: "notob";
	color: #ffffff;
	font-size: 14px;
}
.new ul li .other .t4{
	float: right;
	font-family: "notob";
	color: #ffffff;
	font-size: 18px;
}
.new ul li .other .t4 span{
	display: inline-block;
	font-size: 24px;
}

.cooperation{
	padding-top: 10.4%;
}
/*合作伙伴*/
.i-partner, .i-media{
	position: relative;
	max-width: 1520px;
	width: 100%;
	margin: 0 auto;
	padding: 0 4.2%;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.i-media{
	margin-top: 5.2%;
}
.cooperation .box{
	margin-top: 4.2%;
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-bottom: 4.6%;
}
.cooperation .box .img{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.cooperation .box .img a{
	display: block;
	width: 100%;
}
.cooperation .box .img a img{
	max-width: 100%;
	-webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
}
.cooperation .box .img:hover img{
	-webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    z-index: -1;
}
.cooperation .box .img a img, .cooperation .box .img .txt{
   	-webkit-transition: 1s cubic-bezier(0.1, 0.3, 0.07, 1);
    -o-transition: 1s cubic-bezier(0.1, 0.3, 0.07, 1);
    transition: 1s cubic-bezier(0.1, 0.3, 0.07, 1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.cooperation .box .img .txt{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    font-size: 12px;
}
.cooperation .box .img:hover .txt{
	-webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    z-index: 1;
}
.cooperation .box .img .txt .t1{
	color: #666666;
}
.cooperation .box .img .txt .t2{
	color: #999;
}
.cooperation .swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}
.cooperation .swiper-container-horizontal>.swiper-pagination-bullets, .cooperation .swiper-pagination-custom, .cooperation .swiper-pagination-fraction {
    bottom: 0;
    left: 0;
    width: 100%;
}
.cooperation .swiper-pagination-bullet {
    width: 25px;
    height: 4px;
    display: inline-block;
    border-radius: 0;
    background: none;
    opacity: 1;
    background-color: #cccccc;
}
.cooperation .swiper-pagination-bullet-active{
    opacity: 1;
    background-color: #000000;
}
.cooperation .swiper-button-next, .cooperation .swiper-button-prev {
    position: absolute;
    top: 55%;
    width: 14px;
    height: 14px;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 7px 14px;
    -webkit-background-size: 7px 14px;
    background-size: 7px 14px;
    background-position: center;
    background-repeat: no-repeat;
    -o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.cooperation .swiper-button-next, .cooperation .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/img39.png);
    right: 0;
    left: auto;
}
.i-partner:hover .swiper-button-next,
.i-partner:hover .swiper-container-rtl .swiper-button-prev,
.i-media:hover .swiper-button-next,
.i-media:hover .swiper-container-rtl .swiper-button-prev{
	right: 10px;
}
.cooperation .swiper-button-prev, .cooperation .swiper-container-rtl .swiper-button-next{
    background-image: url(../images/img38.png);
    left: 0;
    right: auto;
}
.i-partner:hover .swiper-button-prev,
.i-partner:hover .swiper-container-rtl .swiper-button-next,
.i-media:hover .swiper-button-prev,
.i-media:hover .swiper-container-rtl .swiper-button-next{
	left: 10px;
}
/*扫码关注*/
.followbox{
}
.follow{
	padding-top: 15.6%;
	padding-bottom: 12%;
}
.follow .cbox{
	max-width: 980px;
	width: 90%;
	margin: 0 auto;
	border-top: #000000 solid 4px;
	background: #ffffff url(../images/img40.png) top right no-repeat;
	background-size: auto 100%;
	box-shadow: 0px 1px 68px rgba(0,0,0,0.14);
	padding-top: 7%;
	padding-left: 7%;
	padding-right: 8%;
	padding-bottom: 10%;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.follow .leftbox{
	float: left;
}
.follow .leftbox .img{
	width: 100%;
	overflow: hidden;
	text-align: left;
	/*padding: 42px 0px;*/
	padding-bottom: 42px;
}
.follow .leftbox .img img{
	max-width: 100%;
}
.follow .leftbox .txt{
	font-family: "notol";
	font-size: 16px;
	color: #000000;
	line-height: 2;
	margin-top: 25px;
}
.follow .rightbox{
	float: right;
	text-align: right;
}
.follow .rightbox .img{
	width: 100%;
	overflow: hidden;
}
.follow .rightbox .img img{
	max-width: 100%;
}
.follow .txt{
	font-family: "notol";
	font-size: 18px;
	color: #000000;
	margin-top: 25px;
}
.follow .txt .t1{
	font-size: 24px;
	font-family: "notob";
	margin-bottom: 10px;
}
.content-li{
	position: relative;
}
/*.bgbox{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	overflow: hidden;
}
.bgbox img{
	width: 100%;
}
.content-li.animated .bgbox{
	animation-name: imgAnimation;
  	animation: imgAnimation 5s;
  	-webkit-animation: imgAnimation 5s;
  	-moz-animation: imgAnimation 5s;
	animation-iteration-count: 1;
	animation-fill-mode:forwards;
}
 @-webkit-keyframes imgAnimation{
	0%{
		height: 0;
	}
	100%{
		height: 100%;
	}
}*/
.allbox{
	position: relative;
}
.sidai{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	background: url(../images/7.png) top center;
	background-size: 100% auto;
	-o-transition: all 2s ease;
	-ms-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-webkit-transition: all 2s ease;
	transition: all 2s ease;
	/*transition-duration: 2s;
    transition-property: all;
    transition-timing-function: ease;*/
}
.content-li{
	position: relative;
}
.cooperation:before, .follow:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
}

/*弹窗*/
.popbox{
	/*display: none;*/
	position: fixed;
	top: 0;
	bottom: 0;
	left:0;
	right: 0;
	margin: auto;
	z-index: 999;
	width: 100%;
	height: 100vh;
	overflow: auto;
	background: rgba(0,0,0,0.8);
}
.popbox .box{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	max-width: 630px;
	width: 90%;
	height: 500px;
}
.popbox .box .content{
	width: 100%;
	padding: 20px;
	padding: 80px 25px 35px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #FFFFFF;
}
.popbox .leftbox{
	float: left;
	width: 43%;
	overflow: hidden;
}
.popbox .leftbox .poplogo{
	text-align: left;
	width: 100%;
	overflow: hidden;
}
.popbox .leftbox .poplogo img{
	max-width: 100%;
}
.popbox .leftbox .txt{
	font-family: "notob";
	color: #000000;
	font-size: 32px;
	line-height: 1.6;
	margin-top: 15px;
}
.popbox .leftbox .txt .sp{
	display: inline-block;
	color: #fe003d;
}
.popbox .btn{
	position: absolute;
	left: 25px;
	bottom: 16%;
	width: 40%;
}
.popbox .btn a{
	width: 88%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	font-family: "microsoft yahei";
	background-color: #000000;
}
.popbox .btn a img{
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
}
.popbox .rightbox{
	position: relative;
	float: right;
	width: 56.2%;
	overflow: hidden;
	text-align: center;
}
.popbox .rightbox .img{
	width: 100%;
	overflow: hidden;
}
.popbox .rightbox .img img{
	max-width: 100%;
}
.popbox .rightbox .txt{
	margin-top: 20px;
	font-weight: bold;
	color: #000000;
	font-size: 18px;
	font-family: "microsoft yahei";
}
.popbox .scan{
	position: absolute;
    right: 0;
    bottom: 0;
    width: 33%;
}
.popbox .scan img{
	width: 100%;
}
.popup-close{
	position: absolute;
	right: 25px;
	top: 20px;
}
.popup-close img{
	width: 30px;
}
@media screen and (max-width: 1536px){
	.popbox .leftbox .txt{
		font-size: 55px;
	}
	.popbox .leftbox .btn{
		margin-top: 15px;
	}
}
@media screen and (max-width: 1280px){
	.popbox .leftbox .txt{
		font-size: 50px;
	}
	.popbox .leftbox .btn{
		margin-top: 25px;
	}
}
@media screen and (max-width: 640px){
	.popbox .leftbox .txt{
		font-size: 42px;
		margin-top: 20px;
	}
	.popbox .btn{
		bottom: 22%;
	}
	.popbox .btn a {
	    font-size: 16px;
	    height: 55px;
    	line-height: 55px
	}
}
@media screen and (max-width: 576px){
	.popbox .box{
		height: 88%;
		height: -moz-calc(100vh - 100px);
		height: -webkit-calc(100vh - 100px);
		height: calc(100vh - 100px);
		/*left: 50%;
		top: 50%;
		right: auto;
		bottom: auto;
		-o-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);*/
		overflow-y: auto;
	}
	.popbox .box .content{
		position: absolute;
		left: 50%;
		top: 50%;
		-o-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 100%;
		overflow: auto;
		padding-top: 20px;
		padding-bottom: 20px;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.popbox .leftbox{
		float: none;
		width: 100%;
	}
	.popbox .leftbox .poplogo img{
		max-width: 35%;
	}
	.popbox .leftbox .txt{
		font-size: 24px;
	}
	.popbox .rightbox{
		float: none;
		width: 100%;
		margin-top: 20px;
	}
	.popbox .btn{
		position: static;
		left: auto;
		bottom: auto;
		width: 100%;
		margin-top: 20px;
		text-align: left;
	}
	.popbox .btn a{
		display: inline-block;
		width: auto;
		font-size: 15px;
		height: 45px;
		line-height: 45px;
		padding: 0px 15px;
	}
	.popbox .rightbox .txt{
		margin-top: 15px;
	}
	.popbox .popup-close{
		top: 55px;
		right: 25px;
	}
	.popup-close img{
		width: 24px;
	}
}
.omain{
	padding-top: 160px;
}
/*关于我们*/
.aboutbg{
	background: #000000 url(../images/obanner1.png) top center no-repeat;
	background-size: 100% auto;
	background-attachment: fixed;
}
.obannertxt{
	position: fixed;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	padding-top: 15%;
	padding-bottom: 5%;
}
.obannertxt .box{
	width: 100%;
	overflow: hidden;
}
.obannertxt .box .img{
	text-align: center;
	overflow: hidden;
	margin-bottom: 5.8%;
}
.obannertxt .box .img img{
	max-width: 100%;
}
.obannertxt .box .txt{
	max-width: 1000px;
	width: 100%;
	margin: auto;
	font-family: "microsoft yahei";
	color: #aaaaaa;
	font-size: 18px;
	line-height: 2.5;
	text-align: center;
}
.abmar{
	margin-top: 24.5%;
}
/*智奥会展集团简介*/
.aboutcontent{
	background: url(../images/img139b.png) top repeat-x;
	padding-top: 8%;
}
.introduction{
	padding-bottom: 3.9%;
	background-color: #000000;
}
.introduction .box{
	position: relative;
	margin-top: 20px;
	font-size: 0;
}
.introduction .box .txtbox{
	/*float: left;*/
	display: inline-block;
	vertical-align: middle;
	/*position: absolute;
	left: 0;
	bottom: 30px;
	z-index: 1;*/
	width: 47.8%;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.introduction .box .txtbox ul{
	position: relative;
	padding: 9.7% 11% 9.7% 0;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.introduction .box .txtbox ul:before{
	content: '';
	position: absolute;
	top: 0;
	left: 19px;
	width: 97.2%;
	width: -moz-calc(100% - 19px);
	width: -webkit-calc(100% - 19px);
	width: calc(100% - 19px);
	height: 100%;
	border: #888888 solid 1px;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.introduction .box .txtbox ul li{
	position: relative;
	font-size: 0;
}
.introduction .box .txtbox ul li .icon{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 7.5%;
	width: 30px;
	height: 30px;
	margin: 4px;
	border-radius: 15px;
	background-color: #cccccc;
}
.introduction .box .txtbox ul li .icon:before{
	content: "";
	position: absolute;
	/*left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;*/
	left: 50%;
	top: 50%;
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 11px;
	height: 11px;
	background: #FFFFFF;
	border-radius: 50%;
}
.introduction .box .txtbox ul li .icon:after{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 38px;
	height: 38px;
	background: rgba(255,255,255,0.1);
	border-radius: 50%;
}
.introduction .box .txtbox ul li .txt{
	display: inline-block;
	vertical-align: top;
	width: -moz-calc(100% - 75px);
	width: -webkit-calc(100% - 75px);
	width: calc(100% - 75px);
	font-family: "microsoft yahei";
	color: #CCCCCC;
	font-size: 18px;
	margin-bottom: 25px;
	margin-left: 30px;
	line-height: 2;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.introduction .box .txtbox ul li:last-child .txt{
	margin-bottom: 0;
}
.introduction .box .imgbox{
	/*position: relative;
	z-index: 2;
	float: right;*/
	display: inline-block;
	vertical-align: middle;
	width: 52.2%;
	overflow: hidden;
	margin-left: -1px;
}
.introduction .box .imgbox img{
	max-width: 100%;
}
.introduction .otherbox{
	padding-top: 10%;
}
.introduction .otherbox>ul{
	font-size: 0;
}
.introduction .otherbox>ul>li{
	display: inline-block;
	vertical-align: top;
	width: 28.6%;
	margin-right: 7.1%;
	padding-bottom: 20px;
	border-bottom: #333333 solid 1px;
	min-height: 550px;
}
.introduction .otherbox>ul>li:nth-child(3n){
	margin-right: 0;
}
.introduction .otherbox ul li .img{
	width: 100%;
	overflow: hidden;
}
.introduction .otherbox ul li .img img{
	width: 100%;
}
.introduction .otherbox ul li .tit{
	margin: 30px auto 25px;
	color: #ffffff;
	font-size: 30px;
}
.introduction .otherbox ul li ul li{
	position: relative;
	padding-left: 7.5%;
	color: #cccccc;
	font-size: 16px;
	line-height: 2.3;
	font-family: 'notol';
}
.introduction .otherbox ul li ul li i{
	position: absolute;
	left: 0;
	top: 10px;
	width: 12px;
	height: 12px;
	border: #FFFFFF solid 1px;
	border-radius: 50%;
}
/*ODF数据*/
.odf-data{
	padding-top: 3.9%;
	padding-bottom: 3.4%;
	background-color: #000000;
}
.odf-data .box{
	margin-top: 20px;
	text-align: center;
}
.odf-data .box img{
	max-width: 100%;
}
/*设计师论坛& 服务*/
.picture{
	padding-top: 3.4%;
	background-color: #000000;
}
.forum{
	padding-bottom: 3.4%;
}
.service{
	padding-bottom: 8.5%;
}
.picture .box{
	margin-top: 5.7%;
}
.picture ul li{
	position: relative;
	float: left;
	width: 31%;
	margin-right: 3.5%;
	margin-bottom:3.5%
}
.picture ul li:nth-child(3n){
	margin-right: 0;
}
.picture ul li a{
	position: relative;
	display: block;
	width: 100%;
}
.picture.service ul li a:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(93,93,93,0.3);
}
.picture ul li .img{
	width: 100%;
	overflow: hidden;
}
.picture ul li .img img{
	width: 100%;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.picture ul li:hover img{
	-o-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.picture ul li .txt{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #ffffff;
	font-size: 25px;
	text-align: center;
	padding: 0px 20px;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/*合作伙伴*/
.o-partner{
	padding-top: 7%;
	padding-bottom: 4.2%;
	/*background-color: #000000;*/
}
.o-partner .box{
	margin-top: 8%;
}
.o-partner .box ul{
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
}
.o-partner .box ul li{
	float: left;
	width: 16%;
	margin-right: 5%;
	margin-bottom: 5%;
}
.o-partner .box ul li:nth-child(5n){
	margin-right: 0;
}
.o-partner .box ul li a{
	display: block;
	width: 100%;
	overflow: hidden;
}
.o-partner .box ul li img{
	width: 100%;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.o-partner .box ul li:hover img{
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.o-partner .box .more{
	text-align: center;
}
.o-partner .box .more a{
	font-family: "microsoft yahei";
	color: #777070;
	font-size: 16px;
}

.pad-top{
	padding-top: 9%;
}
.pad-bottom{
	padding-bottom: 9%;
}
/*联系我们*/
.contact{
}
.contactbg{
	background-image: url(../images/img83.png);
	background-position: right bottom 10%;
	background-repeat: no-repeat;
}
.contact .box{
	margin-top: 7.1%;
}
.contact .box .txt{
	font-family: "microsoft yahei";
	color: #ffffff;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
}
.contact .box .txt .sp{
	color: #aaaaaa;
}
.contact .box .txt div{
	margin-bottom: 40px;
}
.contact .box .txt a{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: normal;
}
.contact .subscribe{
	max-width: 800px;
	width: 100%;
	overflow: hidden;
	margin: 8% auto 0;
}
.contact .subscribe .tit{
	text-align: center;
	margin-bottom: 30px;
}
.contact .subscribe .tit .t1{
	font-family: "microsoft yahei";
	font-size: 40px;
	color: #ffffff;
	margin-bottom: 25px;
}
.contact .subscribe .tit .t2{
	font-family: "microsoft yahei";
	font-size: 16px;
	color: #ffffff;
}
.contact .subscribe form{
	width: 100%;
}
.contact .subscribe .inputli{
	width: 100%;
	height: 70px;
	margin-bottom: 6px;
	border-bottom: #636060 solid 1px;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.contact .subscribe .inputli input, .contact .subscribe .inputli textarea{
	width: 100%;
	height: 70px;
	line-height: 70px;
	background: none;
	outline: none;
	border: none;
	font-family: "microsoft yahei";
	color: #FFFFFF;
	font-size: 16px;
	padding: 0;
}
.contact .subscribe .inputli input::-webkit-input-placeholder, .contact .subscribe .inputli textarea::-webkit-input-placeholder{
    color: #858585;
}
.contact .subscribe .inputli input:-moz-placeholder, .contact .subscribe .inputli textarea:-moz-placeholder{
  	color: #858585;
}
.contact .subscribe .inputli input:-ms-input-placeholder, .contact .subscribe .inputli textarea:-ms-input-placeholder{
  	color: #858585;
}
.contact .subscribe .inputbtn{
	width: 130px;
	height: 40px;
	text-align: center;
	background-color: #FFFFFF;
	margin: 50px auto 0px;
}
.contact .subscribe .inputbtn input{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: none;
	outline: none;
	border: none;
	font-family: "microsoft yahei";
	color: #000000;
	font-size: 20px;
}
.jointxt{
	margin-top: 8.2%;
}
/*历届时装周*/
.historybg, .detailbg, .inforbg{
	background: #000000 url(../images/img84.png) top center no-repeat;
	background-size: 100% auto;
}
.history{
}
.history .box{
	margin-top: 4.2%;
}
.historybox{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.historybox .swiper-slide a{
	display: block;
	width: 100%;
}
.historybox .swiper-slide a>img{
	width: 100%;
}
.historybox .swiper-pagination {
    display: inline-block;
}
.historybox.swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}
.historybox.swiper-container-horizontal>.swiper-pagination-bullets, .historybox .swiper-pagination-custom, .historybox .swiper-pagination-fraction {
    bottom: 10%;
    left: 0;
    width: 100%;
}
.historybox .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    display: inline-block;
    border-radius: 50%;
    background: none;
    opacity: 1;
    border: #FFFFFF solid 1px;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.historybox .swiper-pagination-bullet-active{
    opacity: 1;
    background-color: #f8f8f8;
    border: #f8f8f8 solid 1px;
}
.historybox .swiper-button-next, .historybox .swiper-button-prev{
	position: absolute;
	top: 50%;
    width: 23px;
    height: 41px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.historybox .swiper-button-prev, .lunbotu .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/img86.png);
    left: 8.3%;
    right: auto;
}
.historybox .swiper-button-next, .lunbotu .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/img87.png);
    right: 8.3%;
    left: auto;
}

/*下届展位预定*/
/*参展流程*/
.bookingbg{
	position: relative;
}
.bookingbg:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/img88a.png);
	background-position: bottom 3.6% center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.process{
	position: relative;
	z-index: 2;
	padding-bottom: 3.5%;
}
.process .box{
	margin-top: 8.5%;
}
.process .box ul{
	font-size: 0;
}

/*
.process .box ul li{
	display: inline-block;
	vertical-align: top;
	width: 17.68%;
	margin-right: 2.9%;
	margin-bottom: 2.9%;
	text-align: center;
}
*/
.process .box ul li{
	display: inline-block;
	vertical-align: top;
	width: 17%;
	margin-right: 1.5%;
	margin-left: 1.5%;
	margin-bottom: 2.9%;
	text-align: center;
}
.process .box ul li:nth-child(5n){
	margin-right: 0;
}
.process .box ul li .t1{
	font-size: 40px;
	font-family: "notob";
	color: #888888;
}
.process .box ul li .t2{
	text-align: left;
	font-size: 16px;
	font-family: "microsoft yahei";
	color: #cccccc;
	line-height: 2;
	margin-top: 40px;
	padding: 20px;
	border: #ffffff solid 1px;
	min-height: 180px;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.process .box ul li .spot{
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 4px;
	border-radius: 15px;
	background: rgba(255,255,255,0.3);
	margin-top: 10px;
}
.process .box ul li .spot:before{
	content: "";
	position: absolute;
	/*left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;*/
	left: 50%;
	top: 50%;
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 11px;
	height: 11px;
	background: #FFFFFF;
	border-radius: 50%;
}
.process .box ul li .spot:after{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 38px;
	height: 38px;
	background: rgba(255,255,255,0.1);
	border-radius: 50%;
}
/*秀场展位预定表*/
.reservation{
	padding-top: 5.2%;
	background-color: #000000;
}
.reservation .conwidth{
	position: relative;
	z-index: 2;
}
.reservation .box{
	margin-top: 8.5%;
}


.exhibitorsBox {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
    overflow: hidden;
}
.exhibitorsBox  ul{
    overflow:hidden;
}
.exhibitorsBox li{
    width: 100%;
    font-size: 0;
}
.exhibitorsBox li .whole, .exhibitorsBox li .other{
	overflow: hidden;
	padding: 20px 0px;
    line-height: 30px;
    border-bottom: 1px solid #636060;
}
.exhibitorsBox li .half{
  	display: inline-block;
  	vertical-align: top;
    width: 46.7%;
    margin-right: 6.6%;
    padding: 20px 0px;
    line-height: 30px;
    border-bottom: 1px solid #636060;
}
.exhibitorsBox li .half:nth-child(2n){
	margin-right: 0;
}
.exhibitorsBox li .sp{
	float: left;
    display: block;
    width: 110px;
    text-align: left;
    font-size: 16px;
    color: #ffffff;
}
.exhibitorsBox li span em {
    color: #f00;
}
.exhibitorsBox li .inputdiv{
    float: left;
    width: -moz-calc(100% - 110px);
    width: -webkit-calc(100% - 110px);
    width: calc(100% - 110px);
    height: 30px;
    line-height: 30px;
    padding-left: 2%;
    overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.exhibitorsBox li .row{
	float: left;
    width: -moz-calc(100% - 110px);
    width: -webkit-calc(100% - 110px);
    width: calc(100% - 110px);
    line-height: 30px;
    padding-left: 2%;
    overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.exhibitorsBox li .other .row{
	width: 100%;
}
/*.exhibitorsBox li .half .inputdiv{
	width: 73.4%;
}*/
.exhibitorsBox li .inputdiv input {
    float: left;
    width: 100%;
    height: 100%;
    border: none;
    font-family: "microsoft yahei";
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    outline: none;
    padding: 0;
    background: none;
}
.exhibitorsBox li .item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 6%;
    margin-bottom: 5px;
}
.exhibitorsBox li .item em {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 20px;
    height: 20px;
}
.exhibitorsBox li .item input[type=checkbox]+em{
	background: url(../images/img89.png) center no-repeat;
	background-size: cover;
}
.exhibitorsBox li .item input[type=checkbox]:checked+em {
	background-image: url(../images/img90.png);
}
.exhibitorsBox li .row input[type="checkbox"] {
    width: 0;
    height: 0;
    overflow: hidden;
}
.exhibitorsBox li .item p {
    display: inline-block;
    vertical-align: middle;
    color: #aaaaaa;
    font-size: 16px;
    font-family: "microsoft yahei";
}
.exhibitorsBox li p.yanz {}
.exhibitorsBox li p.yanz input[type="text"] {
    width: 75%;
}
.exhibitorsBox li p.yanz input[type="button"] {
    width: 25%;
    background: #b2b2b2;
    color: #fff;
    cursor: pointer;
}
.exhibitorsBox li .tit{
    width: 100%;
    padding: 20px 0px;
    line-height: 2;
    text-align: center;
    font-family: "microsoft yahei";
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #636060;
}
.addcom {
}
.attachBox .btnbox {
    margin-top: 70px;
    text-align: center;
}
.attachBox .btnbox input{
	display: inline-block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    margin: 0px 20px;
    border: none;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    letter-spacing: 4px;
    word-spacing: 4px;
    border: #FFFFFF solid 1px;
}
.attachBox .btnbox input[type="reset"] {
    background: #000;
    color: #fff;
}
.attachBox .btnbox input[type="button"],
.attachBox .btnbox input[type="submit"]{
	background: #ffffff;
    color: #000000;
}
.attachBox .btnbox input[type="reset"].rest {
    background: #000000;
}
.attachBox .btnbox input[type="button"]:hover,
.attachBox .btnbox input[type="submit"]:hover{
    background: #000;
    color: #fff;
}

/*官方新闻*/
.newbg{
	background: #000000 url(../images/img91.png) top center no-repeat;
	background-size: 100% auto;
}
.official-news{
}
.official-news .box{
	margin-top: 6%;
}
.year-nav-wrapper {
    height: 80px;
    overflow: hidden;
}
.year-nav{
}
.year-nav li {
    float: left;
    width: 11.5%;
    margin-right: 3.25%;
}
.year-nav li:nth-child(7n){
	margin-right: 0;
}
.year-nav li a {
    display: block;
    background: rgba(255, 255, 255, 0.8);
    height: 60px;
    line-height: 60px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    cursor: pointer;
    font-family: "microsoft yahei";
    font-size: 24px;
    color: #000000;
    overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.year-nav li.more a {
    background-image: url(../images/img92.png);
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -999999px;
}
.year-nav li.active a {
    background: none;
    border: 1px #fff solid;
    color: #fff;
}

/*分页*/
.page{
    width: 100%;
    text-align: center;
}
.order .page-list, .notice .page-list, .customer-m .page-list{
	float: left;
}
.page-list{
	text-align: center;
	font-size: 0;
}
.page-list a{
	display: inline-block;
	vertical-align: top;
	font-family: "notor";
	font-style: italic;
   	padding: 0px 12px;
   	min-width: 50px;
   	height: 50px;
   	line-height: 50px;
	margin-bottom: 5px;
	margin-right: 5px;
    text-align: center;
    font-family: arial;
    font-size: 30px;
    color: #606060;
    border-radius: 50%;
    overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.page-list a:last-child{
	margin-right: 0;
}
/*.page-list a.fyprev{
	border: none;
	background: url(../images/img62.png) center no-repeat;
}
.page-list a.fynext{
	border: none;
	background: url(../images/img64.png) center no-repeat;
}
.page-list a.fyprev:hover{
	border: none;
	background: url(../images/img63.png) center no-repeat;
}
.page-list a.fynext:hover{
	border: none;
	background: url(../images/img65.png) center no-repeat;
}*/
.page-list a:hover,
.page-list a.on{
    color: #ffffff;
    border: #FFFFFF solid 1px;
}

/*新闻详情*/
.new-detail{
	padding-bottom: 50px;
}
.new-detail .box{
	width: 100%;
	margin: 0 auto;
}
.detail-title{
	text-align: center;
	padding-bottom: 40px;
}
.faq-detail .detail-title{
	margin-top: 0px;
}
.detail-title .t2{
	font-family: "microsoft yahei";
	color: #6c6c6c;
	font-size: 16px;
	margin-top: 50px;
}
.detail-title .t2 .txtli{
	display: inline-block;
	margin-right: 8.5%;
}
.detail-title .t2 .txtli .sp{
	color: #cccccc;
}
.detail-title .t2 img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.detail-title .t2 .txtli:last-child{
	margin-right: 0;
}
.detail-box{
	padding: 5% 0;
	font-family: "microsoft yahei";
	color: #aaaaaa;
	font-size: 16px;
	line-height: 2;
	overflow: hidden;
	border-top: #3a3737 solid 1px;
}
.detail-box img{
	max-width: 100%;
}
.detail-other{
	padding-top: 3.6%;
	border-top: #3a3737 solid 1px;
	overflow: hidden;
}
.back-to{
	float: right;
}
.back-to a{
	display: inline-block;
	min-width: 155px;
	padding: 0 15px;
	text-align: center;
	border: #dcdcdc solid 1px;
	line-height: 50px;
	font-family: "microsoft yahei";
	color: #ffffff;
	font-size: 18px;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.back-to a img{
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
}
.back-to a .icon2{
	display: none;
}
.back-to a:hover .icon1{
	display: none;
}
.back-to a:hover .icon2{
	display: inline-block;
}
.back-to a:hover{
	background-color: #FFFFFF;
	color: #000000;
}
.nextprev{
	overflow: hidden;
}
.nextprev ul{
	float: left;
	max-width: 1000px;
	width: -moz-calc(100% - 175px);
	width: -webkit-calc(100% - 175px);
	width: calc(100% - 175px);
	overflow: hidden;
	margin-top: 12px;
}
.nextprev ul li{
	float: left;
	width: 48%;
	margin-right: 4%;
}
.nextprev ul li:nth-child(2n), .nextprev ul li:last-child{
	margin-right: 0;
}
.nextprev ul li a{
	display: inline-block;
	width: 100%;
	font-family: "microsoft yahei";
	color: #FFFFFF;
	font-size: 16px;
	line-height: 1.8;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.nextprev ul li a:hover{
	color: #aaaaaa;
}
.nextprev ul li a .sp{
	color: #aaaaaa;
}

@media only screen and (max-width: 1280px){
	.detail-title .t2{
		font-size: 15px;
		margin-top: 40px;
	}
	.detail-title .t2 img{
		max-width: 21px;
	}
	.detail-box{
		font-size: 15px;
	}
	.nextprev ul li a{
		font-size: 15px;
	}
	.back-to a{
		font-size: 16px;
	}
	.back-to a img{
		max-width: 22px;
	}
}
@media only screen and (max-width: 1024px){
	.new-detail{
		padding-bottom: 50px;
	}
	.detail-title .t1{
		font-size: 28px;
	}
	.detail-title .t2{
		margin-top: 30px;
	}
	.detail-title .t2 .txtli{
		margin-right: 40px;
	}
	.back-to{
		display: none;
	}
	.nextprev ul{
		width: 100%;
	}
	.nextprev ul li{
		float: none;
		width: 100%;
		margin-bottom: 6px;
	}
	.nextprev ul li:last-child{
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 768px){
	.new-detail{
		padding-top: 0;
	}
	.nextprev ul li a{
		font-size: 15px;
	}
}
@media only screen and (max-width: 640px){
	.detail-title .t2 .txtli{
		margin-right: 20px;
	}
	.detail-box{
		padding-top: 30px;
		padding-bottom: 40px;
	}
}
@media only screen and (max-width: 576px){
	.detail-title .t2{
		margin-top: 20px;
		font-size: 14px;
	}
	.detail-title .t2 .txtli{
		margin-right: 15px;
	}
	.detail-box{
		padding-top: 20px;
		padding-bottom: 30px;
		font-size: 14px;
	}
	.detail-other{
		padding-top: 20px;
	}
	.nextprev ul li a{
		font-size: 14px;
	}
}

/*品牌设计师介绍*/
.carousel{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.carousel .swiper-slide a{
	display: block;
	width: 100%;
}
.carousel .swiper-slide a>img{
	width: 100%;
}
.carousel .swiper-pagination {
    display: inline-block;
}
.carousel.swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}
.carousel.swiper-container-horizontal>.swiper-pagination-bullets, .carousel .swiper-pagination-custom, .carousel .swiper-pagination-fraction {
    bottom: 10%;
    left: 0;
    width: 100%;
}
.carousel .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    background: none;
    opacity: 1;
    border: #FFFFFF solid 1px;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.carousel .swiper-pagination-bullet-active{
    opacity: 1;
    width: 15px;
    height: 15px;
    background-color: #f8f8f8;
    border: #f8f8f8 solid 1px;
}
.combination{
	padding-top: 5%;
}
.combination ul{
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
}
.combination ul li{
	float: left;
	width: 45.8%;
	margin-right: 8.4%;
	margin-bottom: 8.4%;
}
.combination ul li:nth-child(2n){
	margin-right: 0;
}
.combination ul li a{
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}
.combination ul li a:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
.combination ul li .img{
	width: 100%;
	overflow: hidden;
}
.combination ul li .img img{
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.combination ul li:hover .img img{
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.combination ul li .txt{
	position: absolute;
	left: 0;
	top: 50%;
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
	width: 100%;
	text-align: center;
	padding: 0 20px;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.combination ul li .txt .t1{
	font-family: "notob";
	font-size: 46px;
	color: #aaaaaa;
	line-height: 1;
}
.combination ul li .txt .t2{
	font-family: "notob";
	font-size: 36px;
	color: #ffffff;
}
/*品牌介绍&品牌设计师介绍*/
.brand-infor{
	padding-bottom: 4.6%;
}
.brand{
}
.designer{
}
.brand-infor .box{
	margin-top: 5.5%;
}
.o-search{
	text-align: right;
}
.o-search form{
	display: inline-block;
	background-color: #FFFFFF;
	width: 370px;
	height: 55px;
	margin-top: 30px;
	padding-left: 20px;
	overflow: hidden;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.o-search .icon{
	float: right;
	width: 60px;
}
.o-search .icon input{
	width: 100%;
	height: 55px;
	background: url(../images/img98.png) center no-repeat;
	background-size: 42% auto;
	border: none;
	outline: none;
}
.o-search .txt{
	float: left;
	width: -moz-calc(100% - 60px);
	width: -weikit-calc(100% - 60px);
	width: calc(100% - 60px);
}
.o-search .txt input{
	width: 100%;
	height: 55px;
	line-height: 55px;
	color: #000000;
	font-size: 16px;
	background: none;
	border: none;
	outline: none;
}
.o-search .icon input{
	width: 100%;
}
.o-search input::-webkit-input-placeholder {
    color: #8b8b8b;
}
.o-search input:-moz-placeholder {
	color: #8b8b8b;
}
.o-search input::-moz-placeholder {
	color: #8b8b8b;
}
.o-search input:-ms-input-placeholder {
	color: #8b8b8b;
}
.brandbox{
	margin-top: 12.8%;
}
.brandbox ul{
	font-size: 0;
}
.brandbox ul li{
	display: inline-block;
	vertical-align: top;
	width: 18.58%;
	margin-right: 8.56%;
	margin-bottom: 8.56%;
}
.brandbox ul li:nth-child(4n){
	margin-right: 0;
}
.brandbox ul li a{
	display: block;
	width: 100%;
}
.brandbox ul li .img{
	width: 100%;
	border-radius: 50%;
	overflow: hidden;
}
.brandbox ul li .img img{
	max-width: 100%;
	object-fit: cover;
	border-radius: 50%;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.brandbox ul li:hover .img img{
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}
.brandbox ul li .txt{
	margin-top: 15px;
	text-align: center;
	font-family: "microsoft yahei";
	color: #bbbbbb;
	font-size: 22px;
	line-height: 1.7;
	padding: 0px 12px;
}
/*品牌设计师介绍详情*/
.details{
	padding-top: 5.2%;
	padding-bottom: 5.2%;
}
.profile{
	padding-bottom: 5.2%;
}
.profile .txtbox{
	float: left;
	width: 44.2%;
	overflow: hidden;
	padding-right: 5.8%;
}
.profile .txtbox .t1{
	margin-bottom: 8%;
	line-height: 1.2;
}
.details .txtbox .t2{
	color: #ffffff;
	font-size: 16px;
	line-height: 2.5;
	font-family: "microsoft yahei";
	min-height: 320px;
}
.profile .txtbox .t3{
	text-align: left;
	margin-top: 10%;
}
.profile .txtbox .t3 a{
	width: 180px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	font-family: "microsoft yahei";
	color: #ffffff;
	font-size: 24px;
	border: #FFFFFF solid 1px;
	overflow: hidden;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.profile .txtbox .t3 a:hover{
	background-color: #FFFFFF;
	color: #000000;
}
.profile .imgbox{
	float: right;
	width: 50%;
	overflow: hidden;
	text-align: right;
}
.profile .imgbox img{
	max-width: 100%;
}
/*作品展示*/
.lookbook{
	padding-top: 5.2%;
}
.lookbook .box{
	margin-top: 6.4%;
}
.lookbook .box ul li{
	position: relative;
	float: left;
	width: 28.6%;
	margin-right: 7.1%;
	margin-bottom: 3%;
}
.lookbook .box ul li:nth-child(3n){
	margin-right: 0;
}
.lookbook .box ul li .cont{
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}
.lookbook .box ul li .cont:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.45);
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 0;
}
.lookbook .box ul li:hover .cont:before{
	opacity: 1;
}
.lookbook .box ul li .cont .img{
	width: 100%;
	overflow: hidden;
}
.lookbook .box ul li .cont .img img{
	width: 100%;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.lookbook .box ul li:hover .img img{
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.lookbook .box ul li .txt{
	position: absolute;
	left: 0;
	top: 50%;
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
	width: 100%;
	opacity: 0;
	text-align: center;
	padding: 0 20px;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	color: #ffffff;
	font-size: 35px;
	font-family: "notob";
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.lookbook .box ul li:hover .txt{
	opacity: 1;
}
.lookbook .box ul li .shareicon{
	position: absolute;
	right: 30px;
	bottom: 30px;
	z-index: 3;
	width: 30px;
	height: 30px;
	background: url(../images/img117.png) center no-repeat;
	display: none;
}
.lookbook .box ul li:hover .shareicon{
	display: block;
}
/*作品展示*/
.works{
}
.works .leftbox{
	float: left;
	width: 50%;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.works.show-detail .leftbox{
	padding-right: 5.7%;
}
.works .leftbox .txtbox{
	margin-top: 8%;
}
.works .leftbox .txtbox .t2{
	margin-top: 35px;
}
.works .rightbox{
	float: right;
	width: 50%;
	text-align: right;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.works.show-detail .rightbox{
	padding-left: 5.7%;
}
.works .rightbox .view{
	display: inline-block;
	width: 72%;
}
.view .swiper-container {
	width: 100%;
}
/*.view .arrow-left {
	background: url(static/images/index_tab_l.png) no-repeat left top;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index: 10;
}
.view .arrow-right {
	background: url(static/images/index_tab_r.png) no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index: 10;
}*/
.previewbox{
	text-align: right;
	margin-top: 5.7%;
}
.works .box{
	position: relative;
}
.prebox{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50%;
}
.works.show-detail .preview{
	display: inline-block;
	max-width: 1000px;
	width: 100%;
	margin: auto;
}
.preview {
	width: 100%;
	margin-top: 8%;
	position: relative;
}
.preview .swiper-container {
	max-width: 526px;
	width: 85.7%;
	margin: auto;
}
.works.show-detail .preview .swiper-container{
	max-width: 84%;
	width: 84%;
}
.preview .swiper-slide {
	cursor:pointer;
}
.preview .swiper-slide .img{
	width: 100%;
	padding: 0 14%;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.works.show-detail .preview .swiper-slide .img{
	padding: 0 19.4%;
}
.preview .swiper-slide.active-nav .img{
}
.preview .swiper-slide .img img{
	width: 100%;
}
.preview .arrow-left{
	background: url(../images/img120.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -13px;
	width: 16px;
	height: 26px;
	z-index: 10;
}
.preview .arrow-left:hover{
	background: url(../images/img120a.png) no-repeat center;
	background-size: 100% 100%;
}
.preview .arrow-right{
	background: url(../images/img121.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -13px;
	width: 16px;
	height: 26px;
	z-index: 10;
}
.preview .arrow-right:hover{
	background: url(../images/img121a.png) no-repeat center;
	background-size: 100% 100%;
}


/*秀场直击列表*/
.videobox{
	position: relative;
	width: 100%;
	overflow: hidden;
}
/*.videobox .img{
	position: relative;
	z-index: 2;
	width: 100%;
	overflow: hidden;
}
.videobox .img.hide{
	z-index: 1;
	opacity: 0;
}
.videobox img{
	width: 100%;
}*/
.videobox .i-video{
	/*position: absolute;
	left: 0;
	top: 0;
	z-index: 1;*/
	width: 100%;
	height: 100%;
	overflow: hidden;
	cursor: pointer;
}
/*.videobox .icon{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5) url(../images/img11.png) center no-repeat;
	background-size: 9.6% auto;
}*/

.listbox{
	padding-top: 4%;
	padding-bottom: 6.25%;
}
.listbox .content{
	max-width: 1270px;
    width: 100%;
    margin: auto;
}
.bookbtn{
	margin-top: 70px;
	padding: 0px 15px;
}
.bookbtn a{
	display: inline-block;
	min-width: 150px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-family: "microsoft yahei";
	color: #333333;
	font-size: 16px;
	background-color: #ffffff;
}
.cuttle {
    padding: 15px;
    background: none;
    overflow: hidden;
}
.talk-collapse .collapse-item {
    margin-bottom: 40px;
}
.talk-collapse .collapse-item.show {
    overflow: hidden;
}
.talk-collapse .collapse-item .collapse-hd {
    opacity: 0.9;
    cursor: pointer;
    position: relative;
}
.talk-collapse .collapse-item .collapse-hd h3 {
    margin-right: 80px;
    margin-bottom: 0;
    font-size: 18px;
    text-align: center;
    line-height: 60px;
    background: #fff;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    /*-webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;*/
}
@media (min-width: 768px){
	.talk-collapse .collapse-item.show h3{
	    -webkit-animation-name: rotateInleft;
	    animation-name: rotateInleft;
	}
}
@media (min-width: 768px){
	.talk-collapse .collapse-item.close h3{
      	-webkit-animation-name: rotateOutleft;
      	animation-name: rotateOutleft;
    }
}
.talk-collapse .collapse-item .collapse-hd .control{
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    background-image: url(../images/img123.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    transition: 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.talk-collapse .collapse-item .collapse-hd:hover {
    opacity: 1;
}
.talk-collapse .collapse-item.show .control {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.talk-collapse .collapse-item .bd {
    color: #fff;
    display: none;
}
.talk-collapse .collapse-item.show .bd {
    display: block;
}
@media (min-width: 768px){
	.talk-collapse .collapse-item .bd{
	    padding-left: 60px;
	    overflow: hidden;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
}
.talk-collapse .collapse-item .row {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    overflow: hidden;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.talk-collapse .collapse-item .row.hd {
    padding: 1rem 0;
}
.talk-collapse .collapse-item .row > div{
    color: #ffffff;
    font-family: "microsoft yahei";
	font-size: 16px;
	line-height: 1.8;
	padding: 1rem;
	overflow: hidden;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.talk-collapse .collapse-item .row.hd div{
	font-weight: bold;
    font-size: 18px;
    font-family: "microsoft yahei";
}
.talk-collapse .collapse-item .row .time{
	color: #888888;
}
.cuttle p{
	color: #ffffff;
    font-family: "microsoft yahei";
	font-size: 16px;
}
.talk-collapse .collapse-item .row .label {
    margin-bottom: 6px;
    display: none;
}
.talk-collapse .collapse-item .row .label span {
    background-color: #777;
    padding: 2px 6px;
    font-size: 12px;
    border-radius: 2px;
}
@media (min-width: 768px){
	.talk-collapse .collapse-item .row .label {
	    display: none;
	}
}
.talk-collapse .collapse-item .row:hover {
    background: rgba(255, 255, 255, 0.05);
}
.talk-collapse .col-sm-2 {
    width: 100%;
}
.talk-collapse .col-sm-3 {
    width: 100%;
}
.talk-collapse .col-sm-5 {
    width: 100%;
}
@media (min-width: 768px){
	.talk-collapse .collapse-item .row{
	    font-size: 0;
	}
	.talk-collapse .col-sm-2 {
	    display: inline-block;
	    vertical-align: top;
	    width: 16.6%;
	}
	.talk-collapse .col-sm-3 {
	    display: inline-block;
	    vertical-align: top;
	    width: 30%;
	}
	.talk-collapse .col-sm-5 {
	    display: inline-block;
	    vertical-align: top;
	    width: 36.6%;
	}
}

@-webkit-keyframes rotateInleft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg); } }
@keyframes rotateInleft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    }
}
@-webkit-keyframes rotateOutleft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg); }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
}
@keyframes rotateOutleft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg); }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
}

.animated, .talk-collapse .collapse-item .collapse-hd h3 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.theme{
	background: url(../images/img124.png) center no-repeat;
}
.theme .box{
	margin-top: 9%;
}
.theme .box ul{
	max-width: 880px;
	width: 100%;
	margin: auto;
}
.theme .box ul li{
	margin-bottom: 12%;
}
.theme .box ul li a{
	position: relative;
	display: block;
	width: 100%;
	padding-left: 60px;
	overflow: hidden;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.theme .box ul li a .spot{
	position: absolute;
	left: 0;
	top: 10px;
}
.theme .box ul li .spot span{
	position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 4px;
    border-radius: 15px;
    background: rgba(255,255,255,0.3);
    margin-top: 10px;
}
.theme .box ul li .spot span:before{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 11px;
	height: 11px;
	background: #FFFFFF;
	border-radius: 50%;
}
.theme .box ul li .spot span:after{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 38px;
	height: 38px;
	background: rgba(255,255,255,0.1);
	border-radius: 50%;
}
.theme .box ul li .tit .t1{
	color: #888888;
	font-size: 34px;
	font-family: "notor";
}
.theme .box ul li .tit .t1 .sp{
	display: inline-block;
	color: #ffffff;
	font-size: 40px;
	font-family: "notob";
}
.theme .box ul li .tit .t2{
	font-family: "notob";
	color: #ffffff;
	font-size: 35px;
}
.theme .box ul li .txt{
	font-family: "notor";
	color: #cccccc;
	font-size: 18px;
	line-height: 2;
	margin-top: 35px;
	margin-bottom: 25px;
}
.theme .box ul li .more{
}
.theme .box ul li .more span{
	font-family: "notor";
	color: #ffffff;
	font-size: 18px;
}
.appointment{
	margin-top: 10%;
}
.appointment .txt{
	color: #fefefe;
	font-size: 18px;
	line-height: 2.5;
	font-family: "microsoft yahei";
	text-align: center;
	max-width: 1020px;
	width: 100%;
	margin: 3.5% auto 0;
}
/*常见问题*/
.faq{
	margin-top: 6%;
}
.faq .faqbox{
	max-width: 1200px;
	width: 100%;
	margin: 3.5% auto 0;
}
.faq .faqbox ul{
	font-size: 0;
}
.faq .faqbox ul li{
	display: inline-block;
	vertical-align: top;
	width: 47.9%;
	margin-right: 4.2%;
	border: #262626 solid 1px;
	padding: 3% 2% 3% 3%;
	overflow: hidden;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "microsoft yahei";
	font-size: 20px;
}
.faq .faqbox ul li:nth-child(2n){
	margin-right: 0;
}
.faq .faqbox ul li .t1, .faq .faqbox ul li .t2{
	position: relative;
	padding-left: 32px;
	overflow: hidden;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.faq .faqbox ul li .t1{
	color: #666666;
	margin-bottom: 10px;
}
.faq .faqbox ul li .t2{
	color: #ffffff;
}
.faq .faqbox ul li .t2 a{
	color: #ce3333;
	text-decoration: underline;
}
.faq .faqbox ul li .t1 .sp, .faq .faqbox ul li .t2 .sp{
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	color: #ffffff;
}
.o-contents{
	margin-top: 7%;
	margin-bottom: 10%;
}
.o-contents ul{
	max-width: 1280px;
	width: 100%;
	margin: auto;
}
.o-contents ul li{
	position: relative;
	float: left;
	width: 42.85%;
	margin-right: 14.3%;
	padding-left: 2.1%;
	padding-bottom: 2.1%;
	overflow: hidden;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.o-contents ul li:nth-child(2n){
	margin-right: 0;
}
.o-contents ul li:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 95%;
	height: 95%;
	background-color: #1b1b1b;
}
.o-contents ul li a{
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}
.o-contents ul li a:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
.o-contents ul li .img{
	width: 100%;
	overflow: hidden;
}
.o-contents ul li .img img{
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.o-contents ul li:hover .img img{
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.o-contents ul li .txt{
	position: absolute;
	left: 0;
	top: 50%;
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
	width: 100%;
	text-align: center;
	padding: 0 20px;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.o-contents ul li .txt .t1{
	font-family: "notob";
	font-size: 46px;
	color: #aaaaaa;
	line-height: 1;
}
.o-contents ul li .txt .t2{
	font-family: "notob";
	font-size: 36px;
	color: #ffffff;
}
/*秀场直击*/
.showbg{
	background: #000000 url(../images/img125.png) top center no-repeat;
    background-size: 100% auto;
    background-attachment: fixed;
}
.show{
	padding-bottom: 2.6%;
}
.show .box{
	margin-top: 6%;
}
.show-box{
	margin-top: 7%;
}
.show-box ul li{
	float: left;
	width: 21.25%;
	margin-right: 5%;
	margin-bottom: 4.2%;
}
.show-box ul li:nth-child(4n){
	margin-right: 0;
}
.show-box ul li a{
	position: relative;
	display: block;
	width: 100%;
}
.show-box ul li .img{
	width: 100%;
	overflow: hidden;
}
.show-box ul li .img img{
	width: 100%;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.show-box ul li:hover .img img{
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.show-box ul li .txt{
	position: absolute;
	left: 0;
	top: 10%;
	width: 100%;
	padding: 0px 15px;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.show-box ul li .t1{
	position: relative;
	color: #ffffff;
	font-size: 29px;
	font-family: "notob";
	line-height: 1.3;
	padding-bottom: 30px;
	margin-bottom: 30px;
	word-break: break-word;
}
.show-box ul li .t1:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 5px;
	background-color: #FFFFFF;
}
.show-box ul li .t2{
	color: #ffffff;
	font-size: 16px;
	font-family: "notor";
}
.show-box ul li .t3{
	color: #ffffff;
	font-size: 16px;
	font-family: "notor";
	margin-top: 10%;
}


@media only screen and (max-width: 1680px){
	.i-title .t1{
		font-size: 42px;
	}
	.i-title .t2, .detail-title .t1, .details .txtbox .t1{
		font-size: 42px;
	}
	/*index时装周日程*/
	.scheduleli .txt .t1{
		font-size: 50px;
	}
	.scheduleli .txt .t1:before{
		height: 5px;
	}
	.scheduleli .txt .t2, .scheduleli .txt .t3{
		font-size: 21px;
	}
	.scheduleli .txt .t4{
		font-size: 18px;
	}
	/*秀场直击*/
	.show-box ul li .t1{
		font-size: 26px;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.show-box ul li .t1:before{
		width: 30px;
		height: 4px;
	}
}
@media only screen and (max-width: 1600px){
	/*index 时装周日程*/
	.schedule .i-title {
	    padding: 0;
	}
	.schedule .swiper-button-next, .schedule .swiper-container-rtl .swiper-button-prev{
		right: -7%;
	}
	.schedule .swiper-button-prev, .schedule .swiper-container-rtl .swiper-button-next{
		left: -7%;
	}
	/*关于我们*/
	.obannertxt .box .txt{
		font-size: 16px;
	}
	.introduction .otherbox>ul>li{
		width: 30%;
		margin-right: 5%;
		min-height: 520px;
	}
	.introduction .otherbox ul li .tit{
		margin: 20px auto 15px;
		font-size: 26px;
	}
	.introduction .box .txtbox ul li .txt{
		font-size: 16px;
		margin-top: 3px;
		margin-left: 20px;
	}
	.introduction .otherbox ul li ul li{
		font-size: 15px;
	}
	.picture ul li .txt{
		font-size: 23px;
	}
	/*联系我们*/
	.contact .subscribe .tit .t1{
		font-size: 36px;
	}

}
@media only screen and (max-width: 1536px){
	.i-title .t1{
		font-size: 40px;
	}
	.i-title .t2, .detail-title .t1, .details .txtbox .t1{
		font-size: 40px;
	}
	.i-title .t4{
		font-size: 18px;
	}
	.i-title .t5{
		font-size: 20px;
	}
	/*下届展位预订*/
	.pad-top{
		padding-top: 7%;
	}
	.pad-bottom{
		padding-bottom: 7%;
	}
	.process{
	}
	.process .box{
		margin-top: 6%;
	}
	.process .box ul li .t2{
		margin-top: 30px;
		font-size: 15px;
	}
	/*品牌介绍 、品牌设计师介绍*/
	.combination{
		padding-top: 8%;
	}
	.combination ul li .txt .t1{
		font-size: 40px;
	}
	.combination ul li .txt .t2{
		font-size: 32px;
	}
	.brand-infor{
		padding-bottom: 7%;
	}
	.brandbox{
		margin-top: 10%;
	}
	.year-nav li a{
		font-size: 22px;
	}
	.page-list a{
		font-size: 26px;
	}
	.details .txtbox .t2{
		font-size: 15px;
	}
	.profile .txtbox .t3 a{
		font-size: 21px;
	}
	/*联系我们*/
	.contact .subscribe .tit .t1{
		font-size: 32px;
	}
	.contact .box .txt{
		font-size: 19px;
	}
	/*合作伙伴*/
	.o-partner{
		padding-bottom: 7%;
	}
	.o-partner .box{
		margin-top: 6%;
	}
	/*秀场直击*/
	.show-box ul li .t1{
		font-size: 22px;
		margin-bottom: 15px;
		padding-bottom: 14px;
	}
	.show-box ul li .t1:before{
		width: 25px;
		height: 3px;
	}
	.show-box ul li .t2{
		font-size: 15px;
	}
	.show-box ul li .t3{
		font-size: 15px;
	}
	/*秀场日程列表*/
	.bookbtn a{
		height: 55px;
		line-height: 55px;
	}
	.talk-collapse .collapse-item .row.hd div{
		font-size: 16px;
	}
	.talk-collapse .collapse-item .row > div{
		font-size: 15px;
	}
	.cuttle p{
		font-size: 15px;
	}
	/*本届主题*/
	.theme .box{
		margin-top: 7%;
	}
	.theme .box ul li .tit .t1{
		font-size: 30px;
	}
	.theme .box ul li .tit .t1 .sp{
		font-size: 36px;
	}
	.theme .box ul li .tit .t2{
		font-size: 30px;
	}
	.theme .box ul li .txt{
		margin-top: 30px;
	}
	.o-contents ul li .txt .t1{
		font-size: 40px;
	}
	.o-contents ul li .txt .t2{
		font-size: 32px;
	}
}
@media only screen and (max-width: 1440px){
	.omain{
		padding-top: 130px;
	}
	.i-title .t1{
		font-size: 36px;
	}
	.i-title .t2, .detail-title .t1, .details .txtbox .t1{
		font-size: 36px;
	}
	.i-title .t3{
		font-size: 32px;
	}
	.i-title .t4{
		font-size: 16px;
	}
	.i-title .t5{
		font-size: 18px;
	}
	/**/
	/*index 历届时装周*/
	.previous .box ul li{
		height: 50px;
		line-height: 50px;
		font-size: 21px;
	}
	/*index时装周日程*/
	.scheduleli .txt .t1{
		font-size: 42px;
		margin-bottom: 10px;
	}
	.scheduleli .txt .t1:before{
		height: 4px;
	}
	.scheduleli .txt .t2, .scheduleli .txt .t3{
		font-size: 21px;
	}
	.scheduleli .txt .t4{
		font-size: 18px;
	}
	/*index新闻资讯*/
	.new ul li .txt .t1{
		font-size: 18px;
	}
	.new ul li .other .t4{
		font-size: 16px;
	}
	/*index扫码关注*/
	.follow .txt{
		font-size: 16px;
	}
	.follow .txt .t1{
		font-size: 22px;
	}
	.process .box ul li .t1{
		font-size: 36px;
	}
	.process .box ul li .t2{
		margin-top: 25px;
	}
	/*品牌介绍 、品牌设计师介绍*/
	.combination ul li .txt .t1{
		font-size: 36px;
	}
	.combination ul li .txt .t2{
		font-size: 28px;
	}
	.brand-infor{
		padding-bottom: 90px;
	}
	.year-nav-wrapper {
	    height: 70px;
	}
	.year-nav li a{
		font-size: 20px;
		height: 50px;
		line-height: 50px;
	}
	.brandbox ul li .txt{
		font-size: 20px;
	}
	.page-list a{
		font-size: 24px;
	}
	.profile .txtbox .t3 a{
		font-size: 19px;
	}
	/*联系我们*/
	.contact .subscribe .tit .t1{
		font-size: 28px;
	}
	/*历届时装周*/
	.historybox .swiper-button-next, .historybox .swiper-button-prev{
		width: 20px;
	    height: 36px;
	    margin-top: -18px;
	}
	/*秀场直击*/
	.show-box ul li .t1{
		font-size: 20px;
	}
	/*本届主题*/
	.theme .box ul li .tit .t1{
		font-size: 26px;
	}
	.theme .box ul li .tit .t1 .sp{
		font-size: 32px;
	}
	.theme .box ul li .tit .t2{
		font-size: 26px;
	}
	.theme .box ul li .txt{
		margin-top: 25px;
		font-size: 16px;
	}
	.faq .faqbox ul li{
		font-size: 18px;
	}
	.o-contents ul li .txt .t1{
		font-size: 36px;
	}
	.o-contents ul li .txt .t2{
		font-size: 28px;
	}

}
@media only screen and (max-width: 1280px){
	.i-title .t1{
		font-size: 32px;
	}
	.i-title .t2, .detail-title .t1, .details .txtbox .t1{
		font-size: 32px;
	}
	.i-title .t3{
		font-size: 30px;
	}
	.i-title .t4{
		font-size: 15px;
	}
	.i-title .t5{
		font-size: 16px;
		margin-top: 15px;
	}
	/*index时装周日程*/
	.scheduleli .txt .t1{
		font-size: 36px;
	}
	.scheduleli .txt .t2, .scheduleli .txt .t3{
		font-size: 19px;
	}
	.scheduleli .txt .t4{
		font-size: 16px;
	}
	/*index新闻资讯*/
	.new ul li .txt .t1{
		font-size: 16px;
	}
	.new ul li .other .t4{
		font-size: 15px;
	}
	/*index 合作*/
	.cooperation{
		padding-top: 7%;
	}
	.follow{
		padding-top: 10%;
	}
	.cooperation .swiper-button-next, .cooperation .swiper-button-prev{
		top: 61%;
	}
	/*关于我们*/
	.introduction .box .txtbox ul li .txt{
		margin-left: 15px;
	}
	.introduction .otherbox>ul>li{
		min-height: 460px;
	}
	.introduction .otherbox ul li .tit{
		font-size: 22px;
		margin: 15px auto 10px;
	}
	.picture ul li .txt{
		font-size: 21px;
	}
	/*下届展位预订*/
	.pad-top{
		padding-top: 6%;
	}
	.pad-bottom{
		padding-bottom: 6%;
	}
	.process{
	}
	.process .box{
		margin-top: 5%;
	}
	.process .box ul li .t1{
		font-size: 32px;
	}
	.process .box ul li .t2{
		margin-top: 20px;
		font-size: 14px;
	}
	.reservation .box{
		margin-top: 5%;
	}
	/*品牌介绍 、品牌设计师介绍*/
	.combination ul li .txt .t1{
		font-size: 32px;
	}
	.combination ul li .txt .t2{
		font-size: 24px;
	}
	.brand-infor{
		padding-bottom: 80px;
	}
	.year-nav li a{
		font-size: 18px;
	}
	.brandbox ul li{
		width: 20.5%;
		margin-right: 6%;
	}
	.brandbox ul li .txt{
		font-size: 16px;
	}
	.page-list a{
		font-size: 20px;
		min-width: 45px;
	    height: 45px;
	    line-height: 45px;
	}
	.o-search form{
		height: 50px;
	}
	.o-search .txt input{
		font-size: 15px;
		height: 50px;
		line-height: 50px;
	}
	.o-search .icon, .o-search .icon input{
		height: 50px;
	}
	.details{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.profile .txtbox .t1{
		margin-bottom: 20px;
	}
	.details .txtbox .t2{
		line-height: 2.2;
	}
	.works .leftbox .txtbox{
		margin-top: 0;
	}
	.works .leftbox .txtbox .t2{
		margin-top: 20px;
	}
	.works.show-detail .leftbox{
		padding-right: 0;
	}
	.works.show-detail .rightbox{
		padding-left: 0;
	}
	.works.show-detail .preview .swiper-slide .img{
		padding: 0 10%;
	}
	.profile .txtbox .t3 a{
		font-size: 17px;
		height: 50px;
    	line-height: 50px;
	}
	.lookbook{
		padding-top: 70px;
	}
	/*联系我们*/
	.contact .subscribe .inputli{
		height: 60px;
	}
	.contact .subscribe .inputli input, .contact .subscribe .inputli textarea{
		height: 60px;
		line-height: 60px;
		font-size: 15px;
	}
	.contact .subscribe .inputbtn input{
		font-size: 18px;
	}
	/*合作伙伴*/
	.o-partner .box .more a{
		font-size: 15px;
	}
	/*秀场直击*/
	.show-box ul li .t1{
		font-size: 20px;
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
	.show-box ul li .t1:before{
		width: 25px;
		height: 3px;
	}
	.show-box ul li .t2{
		font-size: 14px;
	}
	.show-box ul li .t3{
		font-size: 14px;
	}
	/*秀场日程列表*/
	.bookbtn{
		margin-top: 50px;
	}
	.talk-collapse .collapse-item .row.hd div{
		font-size: 15px;
		padding: 5px 12px;
	}
	.talk-collapse .collapse-item .row > div{
		padding: 5px 12px;
	}
	.talk-collapse .collapse-item .collapse-hd h3{
		line-height: 55px;
	}
	.talk-collapse .collapse-item .collapse-hd .control{
		width: 55px;
		height: 55px;
	}
	/*本届主题*/
	.theme .box ul li{
		margin-bottom: 10%;
	}
	.theme .box ul li .tit .t1{
		font-size: 24px;
	}
	.theme .box ul li .tit .t1 .sp{
		font-size: 28px;
	}
	.theme .box ul li .tit .t2{
		font-size: 24px;
	}
	.theme .box ul li .txt{
		margin-top: 20px;
		font-size: 15px;
	}
	.theme .box ul li .more span{
		font-size: 16px;
	}
	.appointment .txt{
		font-size: 16px;
		line-height: 2;
	}
	.faq .faqbox ul li{
		font-size: 16px;
	}
	.o-contents ul li .txt .t1{
		font-size: 32px;
	}
	.o-contents ul li .txt .t2{
		font-size: 24px;
	}
}
@media only screen and (max-width: 1024px){
	.main{
		padding-top: 60px;
	}
	.sidebar{
		display: none;
	}
	/*index历届时装周*/
	.previous{
		padding-top: 70px;
	}
	.previous .box{
		margin-top: 60px;
	}
	.previous .box ul li{
		font-size: 19px;
	}
	/*index时装周日程*/
	.schedule{
		padding-top: 70px;
	}
	.schedule .box{
		padding: 0 5%;
	}
	.schedulebox{
		margin-top: 60px;
	}
	.scheduleli .txt .t1{
		font-size: 32px;
	}
	.scheduleli .txt .t2, .scheduleli .txt .t3{
		font-size: 18px;
	}
	.scheduleli .txt .t4{
		font-size: 15px;
	}
	.gallery-thumbs .swiper-slide{
		padding-bottom: 20px;
	}
	.schedule .swiper-button-next, .schedule .swiper-container-rtl .swiper-button-prev{
		right: 0;
	}
	.schedule .swiper-button-prev, .schedule .swiper-container-rtl .swiper-button-next{
		left: 0;
	}
	/*index新闻资讯*/
	.i-new{
		padding-top: 70px;
	}
	.i-new .box{
		margin-top: 50px;
	}
	.new ul li{
		width: 30%;
		margin-right: 5%;
	}
	/*关于我们*/
	.omain{
		padding-top: 60px;
	}
	.abmar{
		margin-top: 400px;
	}
	.obannertxt{
		padding-top: 20%;
	}
	.obannertxt .box .img{
		max-width: 240px;
		width: 45%;
		margin: 0 auto 40px;
	}
	.obannertxt .box .txt{
		font-size: 15px;
	}
	.aboutcontent{
		padding-top: 100px;
	}
	.introduction .box{
		margin-top: 40px;
	}
	.introduction .box .txtbox ul{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.introduction .box .txtbox ul:before{
		left: 17px;
		width: 97.2%;
	    width: -moz-calc(100% - 17px);
	    width: -webkit-calc(100% - 17px);
	    width: calc(100% - 17px);
	}
	.introduction .box .txtbox ul li .txt{
		margin-bottom: 15px;
		margin-left: 10px;
		font-size: 15px;
	}
	.introduction .box .txtbox ul li .icon{
		width: 26px;
		height: 26px;
	}
	.introduction .box .txtbox ul li .icon:after{
		width: 34px;
		height: 34px;
	}
	.introduction .otherbox>ul>li{
		min-height: 410px;
	}
	.introduction .otherbox ul li ul li{
		line-height: 2;
	}
	.introduction .otherbox ul li ul li i{
		width: 10px;
		height: 10px;
	}
	.introduction .otherbox ul li .tit{
		font-size: 18px;
	}
	.picture ul li .txt{
		font-size: 18px;
	}
	.odf-data, .forum{
		padding-bottom: 7%;
	}
	/*下届展位预订*/
	.pad-top{
		padding-top: 70px;
	}
	.pad-bottom{
		padding-bottom: 70px;
	}
	.process{
	}
	.process .box{
		margin-top: 50px;
	}
	.process .box ul li{
		width: 30%;
		margin-right: 5%;
	}
	.process .box ul li:nth-child(5n){
		margin-right: 5%;
	}
	.process .box ul li:nth-child(3n){
		margin-right: 0;
	}
	.process .box ul li .t1{
		font-size: 28px;
	}
	.process .box ul li .t2{
		margin-top: 15px;
		font-size: 14px;
		min-height: 130px;
	}
	.process .box ul li .spot{
		width: 26px;
		height: 26px;
	}
	.process .box ul li .spot:after{
		width: 34px;
		height: 34px;
	}
	.reservation .box{
		margin-top: 50px;
	}
	.exhibitorsBox li .whole, .exhibitorsBox li .other, .exhibitorsBox li .half{
		padding: 15px 0px;
	}
	.exhibitorsBox li .sp{
		font-size: 15px;
	}
	.exhibitorsBox li .inputdiv input{
		font-size: 15px;
	}
	.exhibitorsBox li .item p{
		font-size: 15px;
	}
	.attachBox .btnbox{
		margin-top: 60px;
	}
	/*品牌介绍、品牌设计师介绍*/
	.combination ul li .txt .t1{
		font-size: 28px;
	}
	.combination ul li .txt .t2{
		font-size: 22px;
	}
	/*联系我们*/
	.contact .box{
		margin-top: 6%;
	}
	.contact .box .txt{
		font-size: 17px;
	}
	.contact .subscribe .tit .t1{
		font-size: 24px;
	}
	.contact .box .txt a{
		font-size: 15px;
	}
	.contact .subscribe .tit .t2{
		font-size: 15px;
	}
	/*历届时装周*/
	.historybox .swiper-button-next, .historybox .swiper-button-prev{
		width: 18px;
	    height: 32px;
	    margin-top: -16px;
	}
	.historybox .swiper-pagination-bullet{
		width: 10px;
		height: 10px;
	}
	.historybox.swiper-container-horizontal>.swiper-pagination-bullets, .historybox .swiper-pagination-custom, .historybox .swiper-pagination-fraction{
		bottom: 20px;
	}
	/*合作伙伴*/
	.o-partner{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.o-partner .box{
		margin-top: 50px;
	}
	.o-partner .box ul li{
		width: 21.25%;
		margin-right: 5%;
		margin-bottom: 4%;
	}
	.o-partner .box ul li:nth-child(5n){
		margin-right: 5%;
	}
	.o-partner .box ul li:nth-child(4n){
		margin-right: 0;
	}
	/*秀场直击*/
	.show-box{
		margin-top: 50px;
	}
	.show-box ul li{
		width: 30%;
		margin-right: 5%;
	}
	.show-box ul li:nth-child(4n){
		margin-right: 5%;
	}
	.show-box ul li:nth-child(3n){
		margin-right: 0;
	}
	/*本届主题*/
	.theme .box{
		margin-top: 50px;
	}
	.theme .box ul li{
		margin-bottom: 7%;
	}
	.theme .box ul li a{
		padding-left: 50px;
	}
	.theme .box ul li .spot span{
		width: 26px;
		height: 26px;
		margin-top: 0;
	}
	.theme .box ul li .spot span:after{
		width: 34px;
		height: 34px;
	}
	.theme .box ul li .tit .t1{
		font-size: 20px;
	}
	.theme .box ul li .tit .t1 .sp{
		font-size: 24px;
	}
	.theme .box ul li .tit .t2{
		font-size: 20px;
	}
	.theme .box ul li .txt{
		margin-top: 15px;
	}
	.faq{
		margin-top: 10%;
	}
	.faq .faqbox ul li{
		font-size: 15px;
	}
	.o-contents ul li .txt .t1{
		font-size: 28px;
	}
	.o-contents ul li .txt .t2{
		font-size: 20px;
	}
	.theme .box ul li .more span{
		font-size: 15px;
	}
	.o-contents ul li{
		width: 48%;
		margin-right: 4%;
		padding-left: 3%;
    	padding-bottom: 3%;
	}
	.o-contents ul li:before{
		width: 97%;
		height: 97%;
	}
}
@media only screen and (max-width: 992px){
	.gallery-top .swiper-slide{
		transform: scale(0.8);
	}
	.gallery-top .swiper-slide-active{
		transform: scale(1);
	}
	/*品牌介绍、品牌设计师介绍*/
	.combination ul li .txt .t1{
		font-size: 24px;
	}
	.combination ul li .txt .t2{
		font-size: 20px;
	}
	.brand-infor{
		padding-bottom: 70px;
	}
	.year-nav li{
		width: 22.45%;
		margin-right: 3.4%;
	}
	.year-nav li:nth-child(7n){
		margin-right: 3.4%;
	}
	.year-nav li:nth-child(4n){
		margin-right: 0;
	}
	.year-nav li a{
		font-size: 16px;
	}
	.brandbox ul li{
		width: 28.6%;
		margin-right: 7.1%;
	}
	.brandbox ul li:nth-child(4n){
		margin-right: 7.1%;
	}
	.brandbox ul li:nth-child(3n){
		margin-right: 0;
	}
	.page-list a {
	    font-size: 18px;
	    min-width: 40px;
	    height: 40px;
	    line-height: 40px;
	}
	.profile .txtbox{
		float: none;
		width: auto;
		overflow: inherit;
		padding-right: 0;
	}
	.profile .imgbox{
		padding-left: 40px;
	}
	.details{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.details .txtbox .t2{
		line-height: 2;
		min-height: 1px;
	}
	.works .leftbox .txtbox .t2{
		min-height: 1px;
	}
	.profile .txtbox .t3{
		margin-top: 30px;
	}
	.profile .txtbox .t3 a{
		font-size: 16px;
		width: 140px;
		height: 45px;
    	line-height: 45px;
	}
	.preview .swiper-slide .img{
		padding: 0 10%;
	}
	.preview .arrow-left{
		margin-top: -10px;
		width: 12px;
		height: 20px;
	}
	.preview .arrow-right{
		margin-top: -10px;
		width: 12px;
		height: 20px;
	}
	.works .rightbox{
		margin-bottom: 30px;
	}
	.works .rightbox .view{
		width: 85%;
	}
	.prebox{
		position: static;
		width: 100%;
		clear: both;
	}
	.lookbook{
		padding-top: 60px;
	}
	.lookbook .box ul li{
		width: 45%;
		margin-right: 10%;
		margin-bottom: 8%;
	}
	.lookbook .box ul li:nth-child(3n){
		margin-right: 10%;
	}
	.lookbook .box ul li:nth-child(2n){
		margin-right: 0;
	}
}
@media only screen and (max-width: 768px){
	.i-title .t1{
		font-size: 28px;
	}
	.i-title .t2, .detail-title .t1, .details .txtbox .t1{
		font-size: 28px;
	}
	.i-title .t3{
		font-size: 26px;
	}
	/*index历届时装周*/
	.previous{
		padding-top: 60px;
	}
	/**/
	.previous .box{
		margin-top: 50px;
	}
	.previous .box ul li{
		width: 17.6%;
		margin-right: 3%;
		font-size: 17px;
	}
	.previous .box ul li:nth-child(6n){
		margin-right: 3.5%;
	}
	.previous .box ul li:nth-child(5n){
		margin-right: 0;
	}
	.previous .box ul li:last-child{
		margin-right: 0;
	}
	/*index时装周日程*/
	.schedule{
		padding-top: 60px;
	}
	.schedule .box{
		padding: 0px 60px;
	}
	.schedulebox{
		margin-top: 50px;
	}
	.scheduleli .txt .t1{
		font-size: 28px;
	}
	.scheduleli .txt .t2, .scheduleli .txt .t3{
		font-size: 16px;
	}
	.scheduleli .txt .t4{
		font-size: 14px;
	}
	.gallery-thumbs .date{
		font-size: 18px;
	}
	/*index新闻资讯*/
	.i-new{
		padding-top: 60px;
	}
	.i-new .box{
		margin-top: 40px;
	}
	.new ul li{
		width: 47%;
		margin-right: 6%;
	}
	.new ul li:nth-child(3n){
		margin-right: 6%;
	}
	.new ul li:nth-child(2n){
		margin-right: 0;
	}
	.new ul li .txt{
		min-height: 100px;
	}
	/*index 合作*/
	.cooperation{
		padding-top: 60px;
	}
	.cooperation .box{
		padding-bottom: 50px;
	}
	.i-media{
		margin-top: 60px;
	}
	.cooperation .swiper-button-next, .cooperation .swiper-button-prev{
		top: 56%;
	}
	.follow{
		padding-top: 60px;
	}
	.follow .leftbox .txt{
		font-size: 15px;
		margin-top: 15px;
	}
	.follow .leftbox .img{
		/*max-width: 70%;
		padding: 35px 0px;*/
		padding-bottom: 35px;
	}
	.follow .txt{
		font-size: 16px;
		margin-top: 15px;
	}
	.follow .txt .t1{
		font-size: 19px;
	}
	.follow .rightbox .img{
		display: inline-block;
		max-width: 70%;
	}
	/**/
	.istop .sp{
		display: none;
	}
	.istop img{
		margin-left: 0;
	}
	/*关于我们*/
	.obannertxt{
		padding-top: 22%;
	}
	.introduction .box .txtbox ul li .txt{
		font-size: 14px;
		margin-bottom: 10px;
	}
	.introduction .otherbox>ul>li{
		width: 46%;
		margin-right: 8%;
		margin-bottom: 5%;
	}
	.introduction .otherbox>ul>li:nth-child(3n){
		margin-right: 8%;
	}
	.introduction .otherbox>ul>li:nth-child(2n){
		margin-right: 0;
	}
	.picture ul li{
		width: 46%;
		margin-right: 8%;
		margin-bottom: 5%;
	}
	.picture ul li:nth-child(3n){
		margin-right: 8%;
	}
	.picture ul li:nth-child(2n){
		margin-right: 0;
	}
	.odf-data, .forum{
		padding-bottom: 8%;
	}
	/*下届展位预订*/
	.pad-top{
		padding-top: 60px;
	}
	.pad-bottom{
		padding-bottom: 60px;
	}
	.process .box{
		margin-top: 40px;
	}
	.process .box ul li{
		width: 100%;
		margin-right: 0;
	}
	.process .box ul li .t1{
		float: left;
		width: 10%;
		font-size: 20px;
	}
	.process .box ul li .t2{
		float: left;
		border: none;
		min-height: 1px;
		margin-top: 0;
		padding: 0;
		width: 90%;
	}
	.process .box ul li .spot{
		display: none;
	}
	.reservation .box{
		margin-top: 40px;
	}
	.exhibitorsBox li .half{
		width: 100%;
		margin-right: 0;
	}
	.attachBox .btnbox{
		margin-top: 50px;
	}
	/*联系我们*/
	.contact .subscribe .tit .t1{
		font-size: 22px;
	}
	/*历届时装周*/
	.historybox .swiper-button-next, .historybox .swiper-button-prev{
		width: 15px;
	    height: 27px;
	    margin-top: -14px;
	}
	/*合作伙伴*/
	.o-partner{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.o-partner .box{
		margin-top: 40px;
	}
	.o-partner .box ul{
		margin-bottom: 30px;
	}
	.o-partner .box ul li{
		width: 30%;
		margin-right: 5%;
		margin-bottom: 5%;
	}
	.o-partner .box ul li:nth-child(5n){
		margin-right: 5%;
	}
	.o-partner .box ul li:nth-child(4n){
		margin-right: 5%;
	}
	.o-partner .box ul li:nth-child(3n){
		margin-right: 0;
	}
	/*秀场直击*/
	.show-box ul li .t1{
		font-size: 18px;
	}
	.show-box ul li .t1:before{
		width: 25px;
		height: 2px;
	}
	.show-box ul li .t3{
		margin-top: 10px;
	}
	/*本届主题*/
	.theme .box ul li .tit .t1{
		font-size: 18px;
	}
	.theme .box ul li .tit .t2{
		font-size: 18px;
	}
	.appointment, .faq{
		margin-top: 70px;
	}
	.o-contents ul li .txt .t1{
		font-size: 24px;
	}
	.o-contents ul li .txt .t2{
		font-size: 18px;
	}
	.faq .faqbox ul li{
		padding-top: 4%;
		padding-bottom: 4%;
	}
}
@media only screen and (max-width: 767px){
	/*秀场日程列表*/
	.bookbtn{
		padding: 0px 10px;
		margin-bottom: 5px;
	}
	.bookbtn a {
	    height: 50px;
	    line-height: 50px;
	}
	.cuttle{
		padding: 10px;
	}
	.talk-collapse .collapse-item{
		margin-bottom: 25px;
	}
	.talk-collapse .collapse-item .row.hd{
		display: none;
	}
	.talk-collapse .collapse-item .row .label{
		display: block;
	}
	.talk-collapse .collapse-item .row .label span{
	    color: #FFFFFF;
	}
	.talk-collapse .collapse-item .row > div{
		text-align: left;
		padding: 6px 0px;
	}
	.talk-collapse .collapse-item .row .time{
		color: #FFFFFF;
	}
	.talk-collapse .collapse-item .collapse-hd h3{
		margin-right: 70px;
	}
}
@media only screen and (max-width: 640px){
	.i-title .t1{
		font-size: 24px;
	}
	.i-title .t2, .detail-title .t1, .details .txtbox .t1{
		font-size: 24px;
	}
	.i-title .t3{
		font-size: 22px;
	}
	/*index 新闻资讯*/
	.follow .leftbox .img{
		/*padding: 30px 0px;*/
		padding-bottom: 30px;
	}
	.follow .leftbox .txt{
		font-size: 14px;
	}
	.follow .txt{
		font-size: 14px;
		margin-top: 10px;
	}
	.follow .txt .t1{
		font-size: 17px;
	}
	/**/
	.sidebar{
		right: 15px;
	}
	.istop{
		right: 15px;
		padding: 0;
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 50%;
		text-align: center;
	}
	/**/
	.obannertxt{
		padding-top: 24%;
	}
	.odf-data, .forum{
		padding-bottom: 10%;
	}
	.exhibitorsBox li .sp{
		font-size: 14px;
	}
	.exhibitorsBox li .inputdiv input{
		font-size: 14px;
	}
	.exhibitorsBox li .item p{
		font-size: 14px;
	}
	.exhibitorsBox li .tit{
		font-size: 15px;
	}
	.attachBox .btnbox{
		margin-top: 40px;
	}
	.attachBox .btnbox input{
		width: 110px;
		font-size: 15px;
	}
	.exhibitorsBox li .sp{
		width: 90px;
	}
	/*联系我们*/
	.contact .subscribe .tit .t1{
		font-size: 20px;
	}
	/*秀场直击*/
	.show-box{
		margin-top: 40px;
	}
	.show-box ul li{
		width: 47.5%;
		margin-right: 5%;
	}
	.show-box ul li:nth-child(4n){
		margin-right: 5%;
	}
	.show-box ul li:nth-child(3n){
		margin-right: 5%;
	}
	.show-box ul li:nth-child(2n){
		margin-right: 0;
	}
	/*本届主题*/
	.theme .box ul li .txt{
		margin-bottom: 20px;
	}
	.appointment .txt{
		font-size: 15px;
	}
	.faq .faqbox ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 576px){
	.i-title .t1{
		font-size: 22px;
	}
	.i-title .t2, .detail-title .t1, .details .txtbox .t1{
		font-size: 22px;
	}
	.i-title .t3{
		font-size: 20px;
	}
	/*index历届时装周*/
	.previous .box{
		margin-top: 40px;
	}
	.previous .box ul li{
		width: 30%;
		margin-right: 5%;
		margin-bottom: 4%;
	}
	.previous .box ul li:nth-child(5n){
		margin-right: 5%;
	}
	.previous .box ul li:nth-child(3n){
		margin-right: 0;
	}
	.previous .box ul li:last-child{
		margin-right: 0;
	}
	/*index 时装周日程*/
	.schedule{
		padding-top: 50px;
	}
	.schedule .box{
		padding: 0px 45px;
	}
	.schedulebox{
		margin-top: 40px;
	}
	.gallery-thumbs{
		margin-top: 35px;
	}
	.gallery-thumbs .swiper-slide{
		padding-bottom: 15px;
	}
	.gallery-thumbs .date{
		font-size: 16px;
	}
	.gallery-top .swiper-slide{
		transform: scale(1);
	}
	/*index 新闻资讯*/
	.i-new{
		padding-top: 50px;
	}
	.new ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
		padding-bottom: 15px;
	}
	.new ul li .txt{
		margin-top: 20px;
		min-height: 1px;
	}
	/*index 合作*/
	.cooperation{
		padding-top: 50px;
	}
	.cooperation .box{
		padding-bottom: 40px;
	}
	.cooperation .swiper-button-next, .cooperation .swiper-button-prev{
		top: 50%;
	}
	.cooperation .swiper-pagination-bullet{
		width: 15px;
		height: 3px;
	}
	/*index 扫码关注*/
	.follow{
		padding-top: 50px;
	}
	.follow .leftbox, .follow .rightbox{
		float: none;
	}
	.follow .cbox{
		width: 100%;
	}
	.follow .leftbox .img{
		padding: 0;
		max-width: 45%;
	}
	.follow .rightbox{
		text-align: center;
		margin-top: 20px;
	}
	.follow .rightbox .img{
		max-width: 36%;
	}
	.follow .txt .t1{
		margin-bottom: 5px;
	}
	/*关于我们*/
	.obannertxt{
		padding-top: 26%;
	}
	.introduction .box .txtbox{
		width: 100%;
	}
	.introduction .box .imgbox{
		width: 100%;
		margin-top: 30px;
	}
	.introduction .otherbox>ul>li{
		width: 100%;
		margin-right: 0;
		min-height: 1px;
		margin-bottom: 30px;
	}
	.picture{
		padding-top: 50px;
	}
	.picture ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.exhibitorsBox li .whole, .exhibitorsBox li .other, .exhibitorsBox li .half{
		padding: 12px 0px;
	}
	/*品牌介绍、品牌设计师介绍*/
	.combination{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.combination ul li{
		width: 100%;
		margin-right: 0;
	}
	.brand-infor{
		padding-bottom: 60px;
	}
	.year-nav-wrapper{
		height: 65px;
	}
	.year-nav li a{
		font-size: 15px;
		height: 45px;
		line-height: 45px;
	}
	.o-search form{
		width: 100%;
	}
	.brandbox{
		margin-top: 50px;
	}
	.brandbox ul{
		margin-bottom: 20px;
	}
	.brandbox ul li{
		width: 44%;
		margin-right: 12%;
		margin-bottom: 12%;
	}
	.brandbox ul li:nth-child(4n){
		margin-right: 12%;
	}
	.brandbox ul li:nth-child(3n){
		margin-right: 12%;
	}
	.brandbox ul li:nth-child(2n){
		margin-right: 0;
	}
	.brandbox ul li .txt{
		font-size: 15px;
	}
	.page-list a {
	    font-size: 16px;
	}
	.details{
		padding-top: 50px;
	}
	.profile .imgbox{
		float: none;
		width: 100%;
		padding-left: 0;
		margin-bottom: 30px;
	}
	.profile .txtbox{
		width: 100%;
	}
	.details .txtbox .t2{
		font-size: 14px
	}
	.lookbook{
		padding-top: 50px;
	}
	.lookbook .box ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.works .leftbox{
		width: 100%;
	}
	.works.show-detail .leftbox{
		padding-left: 0;
	}
	.works .leftbox .txtbox{
		margin-top: 0;
	}
	.works .rightbox{
		width: 100%;
	}
	.works .rightbox .view{
		width: 100%;
	}
	.works.show-detail .rightbox{
		padding-right: 0;
	}
	/*联系我们*/
	.jointxt{
		padding-top: 40px;
	}
	.contact .subscribe .tit .t1{
		font-size: 18px;
	}
	/*历届时装周*/
	.historybox .swiper-button-next, .historybox .swiper-button-prev{
		width: 13px;
	    height: 23px;
	    margin-top: -12px;
	}
	.historybox.swiper-container-horizontal>.swiper-pagination-bullets, .historybox .swiper-pagination-custom, .historybox .swiper-pagination-fraction{
		bottom: 10px;
	}
	.historybox .swiper-button-next, .lunbotu .swiper-container-rtl .swiper-button-prev{
		right: 5%;
	}
	.historybox .swiper-button-prev, .lunbotu .swiper-container-rtl .swiper-button-next{
		left: 5%;
	}
	/*合作伙伴*/
	.o-partner{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.o-partner .box ul{
		margin-bottom: 20px;
	}
	.o-partner .box ul li{
		width: 47.5%;
		margin-right: 5%;
	}
	.o-partner .box ul li:nth-child(5n){
		margin-right: 5%;
	}
	.o-partner .box ul li:nth-child(4n){
		margin-right: 5%;
	}
	.o-partner .box ul li:nth-child(3n){
		margin-right: 5%;
	}
	.o-partner .box ul li:nth-child(2n){
		margin-right: 0;
	}
	/*秀场直击*/
	.show-box ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	/*本届主题*/
	.theme .box ul li{
		margin-bottom: 40px;
	}
	.theme .box ul li a{
		padding-left: 40px;
	}
	.theme .box ul li .tit .t1{
		font-size: 16px;
	}
	.theme .box ul li .tit .t1 .sp{
		font-size: 20px;
	}
	.theme .box ul li .tit .t2{
		font-size: 16px;
	}
	.theme .box ul li .spot span{
		width: 22px;
		height: 22px;
	}
	.theme .box ul li .spot span:before{
		width: 9px;
		height: 9px;
	}
	.theme .box ul li .spot span:after{
		width: 30px;
		height: 30px;
	}
	.theme .box ul li .txt{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.appointment, .faq{
		margin-top: 60px;
	}
	.appointment .txt{
		font-size: 15px;
		margin-top: 25px;
	}
	.faq .faqbox{
		margin-top: 30px;
	}
	.faq .faqbox ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
		padding: 6%;
	}
	.faq .faqbox ul li .t1, .faq .faqbox ul li .t2{
		padding-left: 28px;
	}
	.o-contents ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
		padding-left: 6%;
    	padding-bottom: 6%;
	}
	.o-contents ul li:last-child{
		margin-bottom: 20px;
	}
	.o-contents ul li:before{
		width: 94%;
		height: 94%;
	}
}
/*搜索结果*/
.xsousuo{
}
.xsousuo .conwidth{
}
.xsousuo .xssbox{
    padding-top: 85px;
    padding-left: 4%;
    padding-right: 4%;
}
.xssbox .title{
    font-family: "notor";
    color: #888888;
    font-size: 28px;
    padding-bottom: 35px;
    border-bottom: 1px solid #636060;
}
.xssbox .title .t1{
    color: #FFFFFF;
}
.xsdiv{
}
.xsdiv ul{
    margin-bottom: 60px;
}
.xsdiv ul li{
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #636060;
}
.xsdiv ul li a{
    display: inline-block;
    width: 100%;
}
.xsdiv ul li a .xtop{
    margin-bottom: 10px;
    overflow: hidden;
}
.xsdiv ul li a .xtop .xleft{
    display: inline-block;
    color: #cccccc;
    font-size: 20px;
    margin-right: 30px;
    margin-bottom: 5px;
}
.xsdiv ul li a:hover .xleft{
    color: #FFFFFF;
}
.xsdiv ul li a .xtop .xright{
    display: inline-block;
    color: #999999;
    font-size: 14px;
}
.xsdiv ul li a .xmid{
    color: #999999;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
}
.xsdiv ul li a .time{
    color: #888888;
    font-size: 16px;
}
@media screen and (max-width: 1440px){
    .xssbox .title{
        font-size: 26px;
    }
}
@media screen and (max-width: 1024px){
    .xsousuo .xssbox{
        padding-top: 50px;
    }
    .xssbox .title{
        font-size: 24px;
    }
}
@media screen and (max-width: 768px){
    .xsousuo .xssbox{
        padding-top: 40px;
    }
    .xssbox .title{
        font-size: 20px;
        padding-bottom: 25px;
    }
    .xsdiv ul{
        margin-bottom: 50px;
    }
    .xsdiv ul li{
        padding: 25px 0px;
    }
}
@media screen and (max-width: 640px){
    .xsousuo .xssbox{
        padding-top: 30px;
    }
    .xssbox .title{
        font-size: 18px;
        padding-bottom: 20px;
    }
    .xsdiv ul{
        margin-bottom: 40px;
    }
    .xsdiv ul li{
        padding: 20px 0px;
    }
    .xsdiv ul li a .xtop .xleft{
        font-size: 16px;
    }
}


/*20211122*/
.follow .cbox{
	padding-left: 50px;
    padding-right: 50px;
}
.follow .cbox li{
	float: left;
	width: 25%;
	margin-bottom:20px;
	text-align: center;
}
.follow .cbox li.leftbox{
	text-align: left;
}
.follow .cbox li.rightbox{
	text-align: right;
}
@media screen and (max-width: 1024px){
	.follow .rightbox .img img{
		max-width: 80%;
		margin: auto;
	}
}
@media screen and (max-width: 991px){
	.follow .cbox{
		font-size: 0;
		padding-left: 40px;
		padding-right: 40px;
		padding-bottom: 20px;
	}
	.follow .cbox li{
		float: none;
		display: inline-block;
		vertical-align: top;
		width: 50%;
		padding-bottom: 30px;
	}
	.follow .cbox li:nth-child(odd){
		text-align: left;
	}
	.follow .cbox li:nth-child(even){
		text-align: right;
	}
	.follow .txt,
	.follow .leftbox .txt{
		margin-top: 20px;
	}
	.follow .leftbox .img{
		padding: 0;
		max-width: 100%;
	}
	.follow .rightbox .img{
		max-width: 100%;
	}
	.follow .img img{
		max-height: 120px;
	}
}
@media screen and (max-width: 640px){
	.follow .img img{
		max-height: 100px;
	}
}
@media screen and (max-width: 576px){
	.follow .rightbox{
		margin-top: 0px;
	}
}
@media screen and (max-width: 480px){
	.follow .cbox{
		padding-left: 30px;
    	padding-right: 30px;
	}
	.follow .img img{
		max-height: 90px;
	}
}
@media screen and (max-width: 375px){
	.follow .img img{
		max-height: 80px;
	}
}