@import url("swiper.css");
@import url("../bootstrap/css/bootstrap.css");
@import url("animate.css");
@font-face {
	font-family: 'Montserrat';
	src: url('./Montserrat-Light-6.otf');
}

* { margin:0; padding:0;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
body,div,ul,p,figure,h1,h2,h3,h4,h5,h6{ margin:0;padding:0;}
ul li { list-style:none;}
a {cursor:pointer;touch-callout: none; text-decoration:none; hide-focus: expression(this.hideFocus=true); outline:none;}
a:focus{outline:0;}
em,i{font-style: normal;}
input:focus,textarea:focus {outline:none;}
input,textarea,select {font-family: inherit;font-size: inherit;font-weight: inherit;}
button,input[type="submit"] {border: none;background: none;appearance: none;outline: none;}
input,textarea {border: none;background: none;appearance: none;outline: none;}
img {border:none; vertical-align:middle;}
.clearfix:after{visibility: hidden;display: block;font-size: 0;content:"";clear: both;height: 0;}
.clearfix{*zoom:1;}
table{width:100% !important;border-collapse: collapse !important;border: 1px solid #ddd !important;}
table td{border: 1px solid #ddd !important;}
table tr{border: 1px solid #ddd !important;}
.left {float: left;}
.rig {float: right;}

body {-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;font-size: 16px; color: #333;font-family: 'Montserrat';overflow-x:hidden;}
.pad5 {padding:5% 0;}
.pad4 {padding:4% 0;}
.pad3 {padding:3% 0;}
.pad2 {padding:2% 0;}
.overflow {overflow: hidden;}
.Imghover {transform:scale(1.05);-webkit-transform:scale(1.05);}
.transition{ transition:all 0.5s ease;-moz-transition:all 0.5s ease;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;}
.Imghover:hover{ transform:scale(1.02,1.02);-moz-transform:scale(1.02,1.02);-ms-transform:scale(1.02,1.02);-o-transform:scale(1.02,1.02);-webkit-transform:scale(1.02,1.02); opacity:0.9;}
.padding {padding:3% 0 2%;}
.nav-left {width:60%;}
.nav-left span {color: #fff;font-size: 14px;opacity: .6;margin-right:6%;}
.logo h1 {font-family: '迷你简综艺';font-size: 28px;color: #050101;display: block;margin: 10px 0 5px;}
.logo p {font-size: 17px;font-weight: bold;text-transform: uppercase;letter-spacing: 1px;color: #050101;}


/*-- 共用头部样式 --*/
.nav {background: #f2f3f7;}
.nav .container {padding: 0;display: flex;justify-content: space-between;align-items: center;}
.navBox {width: 100%;position: relative;z-index: 999;padding:0;transition:all 0.5s;}
.navbar-nav {justify-content: space-between;width:100%;align-items: center;}
.navbar-light .navbar-nav .default::before,.navbar-light .navbar-nav .nav-item:hover::before {width:100%;right:auto;left: 0;}
.navbar-nav .nav-item {position: relative;}
.navbar-light .navbar-nav .nav-link {position: relative;padding:0 5px;font-size:16px;line-height:60px;color:#333333;
	-moz-transition: all 0.5s;-webkit-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;}
.navbar-light .navbar-nav .nav-link::before{position: absolute; content: '';height:2px;width: 0%;left: auto;right: 0;bottom: 0;background: #f92a63;opacity: 1;
	-webkit-transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;-ms-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;}
.navbar-light .navbar-nav .default .nav-link::before,.navbar-light .navbar-nav .nav-item:hover .nav-link::before {width: 100%;right: auto;left: 0;}
.navbar-light .navbar-nav .default,.navbar-light .navbar-nav .nav-item:hover {}
.navbar-light .navbar-nav .default a,.navbar-light .navbar-nav .nav-link:hover {color: #f92a63;}
.navbar-nav .dropdown-menu {display: block; padding:0; color: #000;text-transform: capitalize;font-size: 16px;line-height: 50px;width:200px; position: absolute;border-radius: 0; top:160px;left:0;border: none;color: #000; background:#fefefe;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
	min-width: inherit; opacity: 0;visibility: hidden;-webkit-transition: all 600ms ease;transition: all 600ms ease;z-index: 99;}
.navbar .navbar-nav .nav-item:hover .dropdown-menu {opacity: 1;visibility: visible;top:60px;}
.dropdown-menu ul li {display: block;border-bottom: 1px dashed #ddd;padding: 0 15px;}
.dropdown-menu ul li:last-child {border: none;}
.dropdown-menu ul li a {color: #333 !important;display: block;font-size: 14px;}
.dropdown-menu ul li:hover a {text-decoration: underline;color: #f92a63 !important;}
.dropdown-menu ul li:hover {}
.navbar-nav i:last-child {display: none;}
.navbar {padding:0;}
.nav-rig {width:75%;display: flex;justify-content: flex-end;align-items: center;margin-top: 20px;}
.dw {position: absolute;top:0;right:-31px;display: none;}
.dw img {animation: myfirst 0.5s infinite;}
@keyframes myfirst {
	0% {
		transform: translate(0px, 0px);
	}
	50%{
		transform: translate(0px, -3px);
	}
	100%{
		transform: translate(0px, 0px);
	}
}
.navbar-light .navbar-nav .nav-item:nth-child(3) .dw {display: block;}

.search {display: flex;align-items: center;justify-content: space-between;width:167px;height:26px;background: #ffffff;border-radius: 30px;}
.search input{display: block;width: 80%;height:26px;padding: 0 5px 0 10px;font-size: 14px;}
.search button {display:block;width: 20%;height: 26px;text-align: center;cursor: pointer;}

.lang {color: #c4c3c8;margin: 0 20px;}
.lang a {font-size: 16px; color: #000000;margin: 0 20px;}
.lang a.default {color: #f92a63;}
.fix {position: fixed;width: 100%;top: 0;z-index: 9999;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);}
.fix .dropdown-menu {top: 40px;}
.fix .navbar-nav .nav-item:hover .dropdown-menu {top:58px;}


.swiper-pagination-bullet-active { background:#f92a63;}
.nei-banner {position: relative;}
.menu-nr {width: 100%;position: absolute;bottom:80px;right: 0;}
.menu-nr .container {padding: 0;text-align: right;}
.menu-nr h1 {font-size: 36px;color: #000000;}
.menu-nr i {display: inline-block;width: 35px;height: 6px;background: #f9336a;}
.menu-nr p {line-height: 30px;color: #626262;letter-spacing: 1px;}
.crumbs {background:#fff; line-height:38px;color: #1b1b1b;}
.crumbs .container {padding: 0;}
.crumbs p {display: flex;align-items: center;font-size: 14px;}
.crumbs p a {color: #f9336a;margin: 0 5px;}
.crumbs p a:nth-child(1){color: #1b1b1b;margin-left: 0;}

/*-- 共用标题样式 --*/
.title {position: relative;z-index:10;}
.title h1,.tit h1 {display:block;font-size:36px;color: #000000;text-transform:uppercase;font-family: 'Montserrat';}
.title p,.tit p {color: #626262;font-size: 14px;margin-top:5px;font-family: 'Montserrat';text-transform: uppercase;letter-spacing: 2px;}
.title i {display: inline-block;width: 47px;height: 5px;background: #f92a63;border-radius: 5px;}
.white h1,.white p {color: #fff;}

/*-- 共用轮播组件样式 --*/
.swiper-nr {width: 100%;position: relative;}
.swiper-slide {text-align: center;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.swiper-containers,.swiper-container1,.swiper-container2,.swiper-container3,.swiper-container4,.swiper-container5,.swiper-container6 {width: 100%;overflow: hidden;}
.swiper-containers,.swiper-container1,.swiper-container2,.swiper-container3,.swiper-container4,.swiper-container5,.swiper-container6 {position: relative;}
.swiper-btn {outline: none; -moz-user-select: none; /*火狐*/
	-webkit-user-select: none; /*webkit浏览器*/
	-ms-user-select: none; /*IE10*/
	-khtml-user-select: none; /*早期浏览器*/
	user-select: none;
}

/*-- 共用底部样式 --*/
.footer {color: #fff;background:#1b1b1b;color: #fff;}
.foot-top {padding: 3% 0 1%;}
.foot-top h5 {display: block;font-size:20px;color: #f92a63;}
.foot-logo {margin-bottom: 30px;}
.foot1 {padding:3% 0 0 15px;}
.foot2 {padding: 0 15px 0 7%;}
.foot2 ul {margin-top:15px;}
.foot2 ul li {line-height:46px;font-size: 14px;display: flex;align-items: center;}
.foot2 ul li i,.foot3 ul li i {display: inline-block;width: 7px;height: 7px;border:1px solid #b5b5b5;border-radius: 50%;margin-right:10px;}
.foot2 li a {color: #b5b5b5;position: relative; -webkit-transition: all 500ms ease;transition: all 500ms ease;}
.foot2 li a::before {position: absolute;bottom: 10px;left: 0;right: 0;height: 2px;content: "";background: #f92a63;transform: scaleX(0);-webkit-transition: all 500ms ease;transition: all 500ms ease;}
.foot2 li a:hover:before {transform: scaleX(1);}
.foot3 ul{margin-top: 20px;}
.foot3 ul li {line-height: 36px;font-size: 14px;color: #b5b5b5;display: flex;align-items: center;}
.foot3 ul li p {}
.foot3 ul li:last-child i {opacity: 0;}
.foot3 ul li p a {color: #b5b5b5 !important;}
.foot3 ul li p a:hover {color: #f92a63 !important;}
.foot-form {margin-top: 20px;}
.foot-item {margin-bottom:14px;}
.foot-item input {display: block;width: 100%;height:40px;background:rgba(255,255,255,1);padding: 0 10px;color: #333333;font-size: 14px;}
.foot-item textarea {display: block;width: 100%;height:116px;background:rgba(255,255,255,1);padding: 5px 10px;color: #333333;font-size: 14px;}
.foot-item button {width: 130px;height: 37px;text-align: center;line-height: 32px;background:#f92a63;color:#fff; font-size: 12px;
	cursor: pointer;display: flex;align-items: center;justify-content: center;}
.foot-item img {margin-left: 10px;}
.di {text-align: center;color: #9e9e9e;font-size: 14px;padding:5px 0;background: #000000;}
.di .container {color: #9e9e9e;font-size: 14px;padding: 0;line-height: 30px;}
.di a {color: #fff;margin: 0 0 0 20px;}

.foot-item input::-webkit-input-placeholder {color: #888888;}
.foot-item input:-moz-placeholder {color: #888888;}
.foot-item input::-moz-placeholder {color: #888888;}
.foot-item input::-ms-input-placeholder {color: #888888;}

.foot-item textarea::-webkit-input-placeholder {color: #888888;}
.foot-item textarea:-moz-placeholder {color: #888888;}
.foot-item textarea::-moz-placeholder {color: #888888;}
.foot-item textarea::-ms-input-placeholder {color: #888888;}

/*-- 共用分页标签样式 --*/
.page { padding:3% 0 0;}
.page ul {text-align: center;}
.page ul li {display:inline-block;}
.page ul a { display: inline-block;margin: 0 2px;padding: 0 10px;line-height: 28px;border: 1px solid #c8c8c8; color:#7e7e7e; font-size: 16px;text-align: center;}
.page ul a.page-num-current{background:#f9336a;color: #fff;border: 1px solid #f9336a;}
.page2 { padding: 4% 0 0;}
.page2 ul{ text-align: center; margin: 0;padding: 0;display: flex;justify-content: center;}
.page2 ul li{ display: flex;justify-content: space-around;align-items: center; cursor: pointer; margin: 0 2%; width:143px; height:32px;border: 1px solid #bfbfbf;background: #fff;
	color:#333;font-size: 14px; text-align:center; line-height: 37px;}
.page2 li:hover { background: #f9336a;color: #fff;border: 1px solid #f9336a;}

/*-- 共用效果样式 --*/
.hov5 {position: relative;overflow: hidden;}
.hov5::before {position: absolute;top: 0;left: -75%;z-index: 2;display: block;content: '';width: 50%;height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);-webkit-transform: skewX(-25deg);transform: skewX(-25deg);}
.hov5:hover::before {-webkit-animation: shine .75s;animation: shine .75s;}
@-webkit-keyframes shine {100% {left: 125%;}}
@keyframes shine {100% {left: 125%;}}

.he-img {position: relative;overflow: hidden;}
.he-img img {-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.he-nr::before,
.he-nr::after {content: '';position: absolute;top: 0;bottom: 0;right: 0;left: 0;-webkit-transition: all .6s ease-in-out;-o-transition: all .6s ease-in-out;transition: all .6s ease-in-out;}
.he:hover .he-nr::before {right: 50%;left: 50%;background: rgba(255, 255, 255, 0.2);}
.he:hover .he-nr::after {top: 50%;bottom: 50%;background: rgba(255, 255, 255, 0.2);}
.he:hover .he-img img {-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}

.line0 {position: relative;overflow: hidden;}
.line0 img {transition: 3s;}
.line1::before,.line1::after {position: absolute;top:20px;right:20px;bottom:20px;left:20px;content: '';opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;transition: opacity 0.35s, transform 0.35s;}
.line1::before {border-top: 1px solid #fff;border-bottom: 1px solid #fff;-webkit-transform: scale(0,1);transform: scale(0,1);}
.line1::after {border-right: 1px solid #fff;border-left: 1px solid #fff;-webkit-transform: scale(1,0);transform: scale(1,0);}
.line0:hover .line1::before,
.line0:hover .line1::after{opacity: 1;-webkit-transform: scale(1);transform: scale(1);}
.line0:hover img {transform: scale(1.1,1.1);}

.kai {position: relative;}
.kai::before {background: rgba(255, 255, 255, 0.3);bottom: 0;content: "";left: 50%;position: absolute;right: 50%;top: 0;opacity: 1;width: 0;}
.kai::after {background: rgba(255, 255, 255, 0.6);bottom: 50%;content: "";left: 0;position: absolute;right: 0;top: 50%;opacity: 1;width: 0;}
.kai:hover::before {left: 0;right: 0;opacity: 0;width: auto;transition: all 900ms linear;}
.kai:hover::after {top: 0;bottom: 0;opacity: 0;width: auto;transition: all 900ms linear;}

/*******************************
  -------[=浮动通讯=]-------
********************************/
.global_toolbar {position: fixed;z-index: 1001;top: 0;right: 0;width: 0;height: 100%;-webkit-transition: all .4s cubic-bezier(.2,.83,.42,.91);transition: all .4s cubic-bezier(.2,.83,.42,.91);border-left: 1px solid #d0d0d0;background: #fff}
.toolbar_btn {position: absolute;top: 100%;left: -50px;width: 50px}
.toolbar_btn a,.toolbar_btn a samp {position: relative;display: block;height: 50px;-webkit-transition: all .4s cubic-bezier(.2,.83,.42,.91);transition: all .4s cubic-bezier(.2,.83,.42,.91);border-bottom: 1px solid #fff;}
.toolbar_btn a samp {z-index: 2;width: 50px;color: #fff;background-color: #f9336a;}
.toolbar_btn a em {font-size: 14px;font-style: normal;line-height: 50px;position: absolute;z-index: 1;top: 0;right: 50px;display: block;overflow: hidden;width: 0;height: 50px;-webkit-transition: all .4s cubic-bezier(.2,.83,.42,.91);transition: all .4s cubic-bezier(.2,.83,.42,.91);text-align: center;color: #fff;background-color: #333;}
.toolbar_btn a em i {display: block;color: #fff;font-family: 'Arial';}
.toolbar_btn a:hover em {width: 240px;background: #f9336a;}
.iconi {width: 30px;height: 30px;display: block;position: absolute;top: 10px;left: 10px;}
.icon-LiveChat1 img {width: 100%;height: auto;display: block;border: none;}



@media only screen and (max-width:1300px) {
	.nav-top .container,.menu-nr .container{padding: 0 3%;}
	.nav .container,.crumbs .container {padding:0 3%;}
	.title h1, .tit h1,.menu-nr h1 {font-size: 32px;}
	.nav-rig {margin-top: 0;}
	.navbar-light .navbar-nav .nav-link {line-height: 80px;}
}
@media only screen and (max-width:1200px) {
	.title h1, .tit h1 {font-size:30px;}
	.title p, .tit p{font-size: 14px;}
}

@media screen and (max-width:990px) {
	/* .navbar-light .navbar-toggler {border: 1px solid #fff;}
	.navbar-light .navbar-toggler-icon {background: url(../img/0.png);} */
	.nav {display: block;position: relative;padding: 10px 0;}
	.nav-rig {display: block;width: 100%;}
	.navbar {width:97%;position: absolute;left:15px;top: 20px;z-index: 90;}
	.navbar-nav .nav-item {float: inherit;background: #f2f3f7;}
	.navbar-light .navbar-nav .nav-link {line-height: 35px;}
	.navbar-nav .dropdown-menu,navbar .navbar-nav .nav-item:hover .dropdown-menu {position: inherit;top:inherit;left: inherit;opacity: 1;visibility: hidden;width: 100%;display: none;}
	.navbar-nav {display: block;}
	.nav .container {display: block;}
	.logo {text-align: center;}
	.lang {position: absolute;right: 15px;top:15px;z-index: 99;margin: 0;}
	.search {width: 100%;margin-top: 20px;}
	.title h1, .tit h1,.menu-nr h1 {font-size:28px;}
	.title p, .tit p,.menu-nr p{font-size: 12px;}
	.foot2 {padding: 0 15px;}
	.foot-form {padding: 0;}
	
}
@media screen and (max-width: 768px) {
	.lang a {margin: 0 10px;}
	.navbar {width:95%;}
	.global_toolbar,.crumbs,.menu-nr {display: none;}
	.title h1, .tit h1 {font-size:24px;}
	.nav-top .container {height: inherit;}
	.foot2,.foot3,.foot4 {margin-top: 20px;}
	.foot2 ul,.foot3 ul {margin-top: 0;}
	.foot-logo {text-align: center;}
	.foot2 ul {display: flex;justify-content: space-between;flex-wrap: wrap;}
	.foot2 ul li {width: 50%;}
	.page ul li a {padding: 0 7px;}
	.page ul li:nth-child(1) a,.page ul li:last-child a {font-size: 12px;}
}