/* =========================== img =========================== */
/* =========================== color =========================== */

/* =========================== media =========================== */
.header {
	background: #fff;
	height: 80px;
	border: none;
}
.header {
	position:fixed;
	z-index:999;
	width:100%;
	background:#fff;
 transition:all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	border-bottom:#f0f0f0 1px solid;
}
.header.mini {
	height: 64px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.mm-head {
	height: 80px;
	width: 100%;
}
.header .container {
	position: relative;
}
.header .navbar-header .navbar-brand {
	height: 80px;
	line-height: 44px;
	padding:18px 0;
 transition:all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.header.mini .navbar-header .navbar-brand {
	padding:8px 0;
}
.header .navbar-header .navbar-brand img {
	height: 44px;
}
.language {
	width: 175px;
	position: relative;
	z-index: 999;
	margin-left: 180px;
	padding:18px 0;
 transition:all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.header.mini .language {
	padding:8px 0;
}
.language a {
	cursor: pointer;
	position: relative;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	display: block;
	color: #333;
	background: url(../images/icon_language.png) no-repeat left center;
	background-size: 20px;
	padding-left: 26px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
/*手机版导航*/
.navbar-mobile {
	position: absolute;
	top: 0;
	left: 0;
}
@media (max-width: 992px) {
 .language {
 display:none;
}
}
 @media (max-width:767px) {
.header .navbar-header {
 text-align:center
}
.header .navbar-header .navbar-brand {
 float: none;
 height: 60px;
 line-height: 40px;
 padding: 15px;
 display: inline-block;
}
.header .navbar-header .navbar-brand img {
 height:30px
}
.language {
 width: 110px;
 position: absolute;
 z-index: 999;
 right: 10px;
 top: 10px;
 text-align: right;
 font-weight: normal;
 margin-left:0;
 padding:0;
 display:block;
}
.language a {
 cursor: pointer;
 position: relative;
 height: 42px;
 line-height: 42px;
 font-size: 14px;
 display: block;
 color: #333;
}
.header {
height:60px;
}
.header.mini {
height:60px;
}
.mm-head {
 height: 60px;
 width: 100%;
}
.header.mini .navbar-header .navbar-brand {
 padding:15px 0;
}
.header.mini .language {
 padding:0;
}
}
.navbar-mobile .navbar-more {
	position: relative;
	padding: 20px 10px;
	line-height: 20px;
	display: block;
	color: #4d7cfe;
	z-index: 1001;
}
.navbar-mobile .navbar-more i {
	font-size:24px;
}
.html-mask.active {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.2);
	-webkit-backface-visibility: hidden;
}
.es-wrap.nav-active {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	transform: translate3d(250px, 0, 0);
	-webkit-transform: translate3d(150px, 0, 0);
	-o-transform: translate3d(150px, 0, 0);
	-moz-transform: translate3d(150px, 0, 0);
	position: fixed;
	left:0;
	top:0;
	width:100%;
}
.navbar-mobile .nav-mobile {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	width: 150px;
	overflow-x: hidden;
	overflow-y: auto;
	background: #f2f2f2;
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.language-screen {
	padding-top: 30px;
	overflow: hidden;
}
/*手机版导航*/

.menu-nav {
	float: right;
	height: 80px;
	padding:18px 0;
 transition:all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.header.mini .menu-nav {
	padding:8px 0;
}
.menu-nav ul li {
 transition: all .3s ease-out 0s;
	float: left;
	font-size: 16px;
	height: 100%;
	position: relative;
}
.menu-nav ul li a {
	display: block;
	padding: 0 20px;
	height: 44px;
	line-height: 44px;
	color: #666;
	font-weight: 500;
	position: relative;
	overflow: hidden;
}
.menu-nav ul li a i.fa {
	margin-right:5px;
}
.menu-nav ul li a i.fa-angle-down {
	margin:0 0 0 10px;
}
.menu-nav ul li:hover a i.fa-angle-down {
	color: #fff;
}
.navbar-nav li a i.fa-angle-down {
	margin:0 0 0 10px;
}
.menu-nav ul li a span {
	display: inline-block;
	position: relative;
 transition: all ease-out .3s;
}
.menu-nav ul li a.active span, .menu-nav ul li:hover a span {
	transform: translateY(-100%);
}
.menu-nav ul li a span::before {
 width: 100%;
 height: 1px;
 background-color: #464646;
 content: '';
 position: absolute;
 left: 0;
 bottom: -40px;
}
.menu-nav ul li a span::after {
 color: #464646;
 border-bottom: 1px solid #fff;
 content: attr(data-title);
 position: absolute;
 left: 0;
 transform: translateY(100%);
 width: 100%;
}
.menu-nav ul li.navitem:nth-last-child(1) a, .menu-nav ul li.navitem:nth-last-child(2) a, .menu-nav ul li.navitem:nth-last-child(3) a {
 margin-top: 6px;
 padding: 0 15px;
 height: 2pc;
 background-color: #00c0ff;
 color: #fff;
 line-height: 2pc;
}
.menu-nav ul li.navitem:nth-last-child(3) a {
 background: #333;
}
.menu-nav ul li.navitem:nth-last-child(2) a {
 background: #F00;
}
.menu-nav ul li.navitem:nth-last-child(1) a span::after, .menu-nav ul li.navitem:nth-last-child(2) a span::after, .menu-nav ul li.navitem:nth-last-child(3) a span::after {
 color: #fff;
}
.menu-nav ul li .subnav {
	background-color: #f8f8f8;
 transition: all .3s ease-out 0s;
	position: absolute;
	width: 180px;
	box-shadow: 0 13px 42px 11px rgba(0, 0, 0, .05);
	height: auto;
	z-index: 199;
	top: 60px;
	left: 0;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
}
.menu-nav ul li:hover .subnav {
	opacity: 1;
	visibility:inherit;
}
.menu-nav ul li .subnav li {
	width: 100%;
}
.menu-nav ul li .subnav li a {
	color: #9c9c9c;
	text-indent: 0;
 transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	border-bottom: 1px solid transparent;
	font-weight: 500;
	padding: 12px 24px;
	line-height: 22px;
	display: block;
	font-size: 14px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.menu-nav ul li .subnav li a:hover {
	color: #464646;
	text-indent: 10px;
	padding-left: 24px;
}
.navbar-nav li .subnav {
	background-color:#e8e8e8;
 transition: all .3s ease-out 0s;
	position:static;
	width:100%;
	height: auto;
	z-index: 199;
	top: 60px;
	left: 0;
	overflow: hidden;
	opacity: 0;
	display:none;
	text-align:left;
}
.navbar-nav li:hover .subnav {
	opacity: 1;
	visibility:inherit;
	display:block;
}
.navbar-nav li .subnav li {
	width: 100%;
}
.navbar-nav li .subnav li a {
	color: #9c9c9c;
	text-indent: 0;
 	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	border-bottom: 1px solid transparent;
	font-weight: 500;
	padding: 12px 30px;
	line-height: 22px;
	display: block;
	font-size: 14px;
	border-top: 1px solid rgba(0, 0, 0, .05);
}
.navbar-nav li .subnav li a:hover {
	color: #f60;
	text-indent: 10px;
	padding-left: 34px;
}
 @media (max-width: 1200px) {
 .menu-nav ul li a {
 padding:0 10px;
}
 .menu-nav ul li.navitem:nth-last-child(1) a, .menu-nav ul li.navitem:nth-last-child(2) a, .menu-nav ul li.navitem:nth-last-child(3) a {
 padding:0 10px;
}
}
@media (max-width: 992px) {
 .menu-nav ul li a {
 padding:0 5px;
 font-size:14px;
}
}
.navbar-nav {
	margin:0;
}
.navbar-nav > li::after {
 content: '';
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-color: #e2e2e2;
 display: block;
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
}
.navbar-nav > li > a {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 20px;
	display: block;
	margin: 0;
	font-size: 13px;
	padding: 15px 10px 15px 30px;
	text-align:left;
}
.navbar-nav > li > a.active {
	color: #464646;
	background-color: #e8e8e8;
}
.es-poster {
	position: relative;
	background: #fff;
	margin: 0 auto;
	max-height: 720px;
	min-height: 150px;
	overflow:hidden;
}
.es-poster .swiper-slide {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	visibility: visible;
}
.es-poster .swiper-slide a {
	position: relative;
	display: block;
}
.es-poster .swiper-slide .img-responsive {
	margin: 0 auto;
}
.es-poster .swiper-pager {
	position: absolute;
	bottom: 0;
	z-index: 100;
	width: 100%;
	text-align: left !important;
	left: 50%;
	margin-left: -120px;
}
.es-poster .swiper-pager .pagination {
	margin:10px 0;
}
.es-poster .swiper-pager span {
	font-size: 0;
	margin: 0 10px;
	width: 15px;
	height: 15px;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #fff;
}
.es-poster .swiper-pager .swiper-pagination-bullet-active {
	opacity: 1;
	background: #fff;
}
.es-poster:hover .arrow-left, .es-poster:hover .arrow-right {
	opacity:1;
	filter:alpha(opacity=100)
}
.es-poster .arrow-left, .es-poster .arrow-right {
	position:absolute;
	top:50%;
	margin-top:-30px;
	display:inline-block;
	width:60px;
	height:60px;
	line-height:60px;
	background:rgba(0, 0, 0, 0.2);
	color:#fff;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	text-align:center;
	opacity:0;
	filter:alpha(opacity=0);
	z-index:9999;
}
.es-poster .arrow-left:hover, .es-poster .arrow-right:hover {
	background:rgba(0, 0, 0, 0.6);
}
.es-poster .arrow-left i, .es-poster .arrow-right i {
	font-size:46px
}
.es-poster .arrow-right {
	right:50%;
	margin-right:-620px
}
.es-poster .arrow-left {
	left:50%;
	margin-left:-620px
}
.es-poster .swiper-pager {
	text-align:left !important;
	left:50%;
	margin-left:-70px
}
@media (max-width:991px) {
.es-poster .swiper-pager {
margin-left:-60px
}
.es-poster .swiper-pager .pagination {
 margin: 5px 0;
}
.es-poster .swiper-pager span {
 width: 10px;
 height: 10px;
 margin: 0 5px;
}
}
/*main css*/
.bottom_tools {
	position:fixed;
	z-index:1070;
	right:40px;
	bottom:40px;
}
.bottom_tools>* {
	font:0/0 a;
	display:block;
	margin-top:5px;
	color:transparent;
	border:0;
	background-color:transparent;
	text-shadow:none
}
.qr_img {
	position:absolute;
	top:-189px;
	left:-183px;
	display:none;
}
#scrollUp {
	width:45px;
	height:45px;
	background-image:url(../images/backgrounds.png);
	background-position:0 -53px;
	display:none;
}
#scrollUp:hover {
	background-image:url(../images/backgrounds.png);
	background-position:-46px -53px
}
.qr_tool {
	width:45px;
	height:45px;
	background-image:url(../images/backgrounds.png);
	background-position:0 0;
	cursor:pointer;
}
.qr_tool:hover {
	width: 45px;
	height: 45px;
	background-image: url(../images/backgrounds.png);
	background-position: -46px 0;
}
 @media (max-width:767px) {
 .bottom_tools {
display:none;
}
}
.dynamic .container{
	min-height: 360px;
}
.new-container,.channel-container,.contact-container{
	min-height:520px;
}
.index-title {
	padding: 30px 0;
	font-size: 22px;
	text-align: left;
}
.index-title .title {
	color: #333;
	display: inline;
	font-size: 22px;
}
.index-title .subtitle {
	font-size: 16px;
	color:#b6b6b6;
	font-family: GOTHAMRND-LIGHT, arila;
 transition: all .3s ease-out 0s;
	line-height: 14px;
	display: inline;
	vertical-align:middle;
}
 @media (max-width:767px) {
 .index-title {
 padding: 10px 0;
 text-align:center;
}
 .index-title .title {
 display:block;
 font-size: 16px;
 margin-bottom:0;
}
 .index-title .subtitle {
 display:block;
 font-size:12px;
 margin-bottom:0;
}
 .index-title .subtitle span {
 display:none;
}
}
.dynamic-list .item_block {
	position: relative;
}
.dynamic-list .item_block a {
	display: block;
	height: 100%;
}
.dynamic-list .item_block .item_img {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.dynamic-list .item_block .item_img img {
	width: 100%;
 transition: all .3s ease-out 0s;
}
.dynamic-list .item_block .item_mask {
	width: calc(100% - 22px);
	height: calc(100% - 22px);
	margin: 10px;
	position: absolute;
	top: 0;
	border: 1px solid rgba(255, 255, 255, .15);
	box-shadow: 0 0 30px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 30px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .2);
	background: rgba(0, 0, 0, .5);
	opacity: 0;
	filter: alpha(opacity=0);
 transition: all ease-out .3s;
}
.dynamic-list .item_block .item_mask {
	box-shadow: 0 0 30px rgba(255, 255, 255, .2);
	-moz-box-shadow: 0 0 30px rgba(255, 255, 255, .2);
	-webkit-box-shadow: 0 0 30px rgba(255, 255, 255, .2);
}
.dynamic-list .item_block .item_wrapper {
	height: 52px;
	text-align: center;
	position: relative;
	background: 0 0;
}
.dynamic-list .item_block .item_wrapper .item_info {
	position: absolute;
	top: 0;
	width: calc(100% - 16%);
 transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	padding: 40px 8%;
	width: 100%;
	display: block;
}
.dynamic-list .item_block .item_wrapper .item_info .title {
	color:#333;
	font-size: 16px;
transition: all .3s ease-out 0s;
	line-height: 20px;
	margin:0;
}
.dynamic-list .item_block .item_wrapper .item_des {
	display: block;
}
.dynamic-list .item_block .item_wrapper .item_des .description {
	font-size: 13px;
	color: #777;
	line-height: 27px;
	height: 54px;
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	position: relative;
	top: 25px;
 transition: all .3s ease-out 0s;
	padding: 0 6%;
}
.dynamic-list .item_block:hover .item_wrapper .item_des .description {
	opacity:1;
	filter:alpha(opacity=100);
	top:10px
}
.dynamic-list .item_block .details {
	color:transparent;
	position:relative;
	width:138px;
	height:35px;
	border:1px solid #2c2c2c;
	display:block;
	margin:0 auto 2px;
	opacity:0;
	filter:alpha(opacity=0);
 transition:all .3s ease-out 0s
}
.dynamic-list .item_block .details {
	top:0
}
.dynamic-list .item_block .details i {
	display:none
}
.dynamic-list .item_block .details:after {
	content:'';
	width:1px;
	height:0;
	background:#5b5b5b;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-58px;
transition:all .6s cubic-bezier(.215, .61, .355, 1) 0s
}
.dynamic-list .item_block:hover .details:after {
	margin-top:-8px;
	height:15px;
	background:#afafaf
}
.dynamic-list .item_block .details:before {
	content:'';
	width:0;
	height:1px;
	background:#5b5b5b;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-60px;
	margin-top:-1px;
 transition:all .6s cubic-bezier(.215, .61, .355, 1) 0s
}
.dynamic-list .item_block:hover .details:before {
	margin-left:-7px;
	width:15px;
	background:#afafaf
}
.dynamic-list .item_block .item_wrapper {
	height:52px;
	text-align:center;
	position:relative;
	background:0 0
}
.dynamic-list .item_block:hover .item_info {
	margin-top:-80px
}
.dynamic-list .item_block:hover .details {
	opacity:1;
	filter:alpha(opacity=100);
	display:block;
	border:1px solid #464646;
	background-color: #464646;
}
.dynamic-list .item_block .item_mask {
	background-color: rgba(255, 255, 255, .5);
}
.dynamic-list .item_block:hover .item_mask {
	opacity:1;
	filter:alpha(opacity=100);
	border:1px solid rgba(255, 255, 255, .25)
}
.dynamic-list .item_block:hover .title {
	color:#e40807
}
.dynamic-list .item_block:hover .item_wrapper {
	background:0 0
}
@font-face {
font-family:icomoon;
src:url(fonts/icomoon.eot?6jyupl);
src:url(fonts/icomoon.eot?6jyupl#iefix) format('embedded-opentype'), url(fonts/icomoon.ttf?6jyupl) format('truetype'), url(fonts/icomoon.woff?6jyupl) format('woff'), url(fonts/icomoon.svg?6jyupl#icomoon) format('svg');
font-weight:400;
font-style:normal
}
.carousel.flexible .items {
	display: none;
}
.bx-controls-direction .fa {
	font-family:icomoon!important;
	speak:none;
	font-style:normal;
	font-weight:400;
	font-variant:normal;
	text-transform:none;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
}
.carousel-control {
	width: 50px;
	height: 50px;
	top: 40%;
	transform: translateY(-50%);
	bottom: auto;
	font-size: 30px;
	text-align: center;
	opacity: 1;
}
a.carousel-control.left, a.carousel-control.right {
	background-image: none;
	opacity: 1;
	text-align: center;
}
.bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -50px;
	outline: 0;
	width: 60px;
	height: 60px;
	z-index: 2;
 transition: all ease-out .3s;
	display: block;
	background-color: rgba(0, 0, 0, .1);
	border-radius: 0;
}
.bx-controls-direction a.bx-prev {
	left: 20px;
}
.bx-controls-direction a.bx-next {
	right: 20px;
}
.bx-controls-direction a i {
	margin: 22px 21px;
	font-size: 18px;
	color: #fff;
}
.bx-controls-direction a:hover {
	background:#e40807
}
.bx-controls-direction a.bx-prev i::before {
content:"\e908";
color:#fff;
position:relative;
opacity:1;
left:0;
top:0;
transition:all .3s ease-out 0s;
transform:translate(0, 0) rotate(0)
}
.bx-controls-direction a.bx-prev:hover i::before {
opacity:0;
left:-20px;
font-size:18px
}
.bx-controls-direction a.bx-prev i::after {
content:"\e908";
position:relative;
color:#333;
opacity:0;
left:30px;
top:0;
transition:all .6s cubic-bezier(.215, .61, .355, 1) 0s;
transform:translate(0, 0) rotate(0)
}
.bx-controls-direction a.bx-prev:hover i::after {
opacity:1;
left:-18px
}
.bx-controls-direction a.bx-next i.fa-angle-right::before {
content:"\e909";
position:relative;
top:0;
left:0;
opacity:1;
transition:all .6s cubic-bezier(.215, .61, .355, 1) 0s;
transform:translate(0, 0) rotate(0)
}
.bx-controls-direction a.bx-next:hover i.fa-angle-right::before {
left:20px;
opacity:0;
font-size:18px
}
.bx-controls-direction a.bx-next i.fa-angle-right::after {
content:"\e909";
color:#333;
position:relative;
top:0;
left:-58px;
opacity:0;
transition:all .6s cubic-bezier(.215, .61, .355, 1) 0s;
transform:translate(0, 0) rotate(0)
}
.bx-controls-direction a.bx-next:hover i.fa-angle-right::after {
left:-16px;
opacity:1
}
 @media (max-width:767px) {
 .carousel.flexible .items {
 display: block;
}
 .dynamic-list .item_block {
 width: 100%;
 float: left;
}
 .carousel-inner, .bx-controls-direction {
 display:none;
}
 .dynamic-list .item_block .item_wrapper .item_info {
 padding: 10px 8%;
}
 .dynamic-list .item_block .item_wrapper .item_info .title {
 font-size:14px;
}
 .dynamic-list .item_block:hover .item_info {
 margin-top:0;
 background:#2a2a2a;
}
 .dynamic-list .item_block:hover .item_info .title {
 color:#fff;
}
 .dynamic-list .item_block .details, .dynamic-list .item_block:hover .details, .dynamic-list .item_block .item_wrapper .item_des, .dynamic-list .item_block:hover .item_mask {
 display:none;
}
}
footer {
	padding-top:30px;
}
.container_tel {
	text-align: left;
	font-size: 28px;
	padding-left: 70px;
	position: relative;
	margin-top: 40px;
}
.container_tel p {
	display: block;
}
.container_tel .subtitle {
	color: #b6b6b6;
	font-size: 18px;
	margin-top: 10px;
	font-family: GOTHAMRND-LIGHT, arila;
}
.container_tel i.fa-phone {
	font-size: 50px;
	position: absolute;
	left: 10px;
	top: -5px;
}
.quick-navigation {
	position: relative;
	overflow:hidden;
}
.quick-navigation .cols {
	float: left;
	width: 50%;
}
.quick-navigation h3 {
	color: #999;
}
.quick-navigation h3 {
	font-size: 16px;
	color: #444;
	line-height: 24px;
	font-weight: bold;
}
.quick-navigation p {
	padding-right: 60px;
	margin-top: 10px;
	height: auto;
	color: #999;
	font-size: 14px;
	line-height: inherit;
}
.quick-navigation a {
	color:#999;
}
.quick-navigation a:hover {
	color:#e40807;
}
.ff_social {
	position:relative;
	padding-top:50px;
	overflow:hidden;
}
 .ff_social::after {
 content: '关注';
 color: #444;
 height: 20px;
 font-size: 16px;
 font-weight:bold;
 line-height: 20px;
 overflow: hidden;
 position: absolute;
 top: 0;
 left: 10px;
}
.fa-weibo::before {
 content: "\f18a";
}
.fa-weixin::before {
 content: "\f1d7";
}
.fa-youtube-square::before {
 content: "\f166";
}
.fa-facebook-official::before {
 content: "\f230";
}
.ff_social a i {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 0 10px;
	font-size: 24px;
	vertical-align: middle;
	border-radius: 50%;
	color: #fff;
	text-align: center;
 transition: all .3s ease;

}
.ff_social a i.fa-weibo {
	color: #fff;
	background: #e6162d;
}
.ff_social a i.fa-weixin {
	color: #fff;
	background: #1ec354;
}
.ff_social a i.fa-youtube {
	color: #fff;
	background: #ff3033;
}
.ff_social a i.fa-facebook {
	color: #fff;
	background: #4b6daa;
}
.ff_social a i.fa-twitter {
	color: #fff;
	background: #1da1f3;
}
.footer-by {
	background-color: #f8f8f8;
	height: 44px;
	padding: 10px 0;
	text-align: center;
	line-height: 24px;
	color: #7b7b7b;
	font-size: 14px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-top:20px;
}
.footer-by a {
	margin-left: 30px;
}
.dynamic-list .item_block.wow {
	-webkit-animation-name:fadeInUp;
	animation-name:fadeInUp
}
.container_tel.wow {
	-webkit-animation-name:fadeInUp;
	animation-name:fadeInUp
}
.quick-navigation.wow {
	-webkit-animation-name:fadeInUp;
	animation-name:fadeInUp
}
.ff_social.wow {
	-webkit-animation-name:fadeInUp;
	animation-name:fadeInUp
}
@media (max-width:992px) {
 .container_tel {
 font-size: 22px;
}
 .container_tel .subtitle {
font-size:14px;
}
}
@media (max-width:767px) {
 .container_tel {
 padding: 10px 0 0;
 font-size: 18px;
 text-align: center;
 width:100%;
}
 .container_tel .subtitle {
font-size:14px;
}
 .container_tel i.fa-phone {
 font-size:18px;
 position:inherit;
}
 .footer-by {
 font-size:12px;
}
 footer {
padding-top:10px;
}
}
.fixed {
	position:fixed;
	z-index:9999;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	background:rgba(0, 0, 0, .6);
	overflow-y:auto;
	z-index:100;
	display:none
}
#fixed_weixin .fixed-container {
	width:300px;
	height:auto;
	padding:10px;
	background:#fff;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-110px;
	margin-top:-140px
}
#fixed_weixin .fixed-container .b_close {
	width: 30px;
	height: 30px;
	position: absolute;
	background: #666;
	z-index: 1;
	display: block;
	right: -15px;
	top: -15px;
	cursor: pointer;
	text-align: center;
	color: #fff;
	font-size: 26px;
	line-height: 24px;
	border-radius: 15px;
}
#fixed_weixin .fixed-container .b_close:hover {
	background: #333;
}
#fixed_weixin .fixed-container .qrcode img {
	width:100%;
}
#fixed_weixin .fixed-container p {
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:14px;
	color:#000
}
.program-container {
	background-position-x: center;
	background-position-y: bottom;
	background-repeat: no-repeat;
	background-color: rgb(78, 125, 255);
	background-image: url("../images/pic01.jpg");
	padding:30px 0;
}
.program-title {
	padding: 30px 0;
	font-size: 22px;
	text-align: left;
}
.program-title .title {
	color: #fff;
	font-size: 22px;
	line-height: 24px;
	white-space: nowrap;
 transition: all .3s ease-out 0s;
}
.program-list {
	overflow:hidden;
	margin:0 -5px;
}
.program-list .col-md-2 {
	padding:0 5px;
}
.program-list .item_block {
	margin:5px 0;
}
.program-list .item_block .item_img {
	width: 100%;
	overflow: hidden;
	display: block;
	padding-bottom:58px;
}
.program-list .item_block .item_img img {
 transition: all .3s ease-out 0s;
	width: 100%;
}
/*.program-list .item_block .item_img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	border: 2px solid transparent;
}*/
.program-list .item_block .item_wrapper {
	height: 58px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #fff;
 transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.program-list .item_block .item_info {
	padding: 20px 10px;
	display: block;
}
.program-list .item_block .title {
	color: #757575;
	font-size: 13px;
	line-height: 24px;
	white-space: nowrap;
 transition: all .3s ease-out 0s;
	text-align:center;
}
.program-list .item_block .title::after {
 content: "\e90b";
 font-family: icomoon !important;
 speak: none;
 font-style: normal;
 font-weight: 400;
 font-variant: normal;
 text-transform: none;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 width: 20px;
 height: 20px;
 display: block;
 margin: 0 auto;
 margin-top: 0px;
 font-size: 16px;
 text-align: center;
 line-height: 20px;
 color: #fff;
 margin-top: 16px;
 opacity: 0;
}
.program-list .item_block:hover .title::after {
 opacity:1
}
.program-list .item_block:hover .item_img:after {
	border-color:#464646
}
.program-list .item_block:hover .item_wrapper {
	background-color:#464646;
	height:100px
}
.program-list .item_block:hover .item_wrapper .title {
	color:#fff;
}
.program-list .item_block:hover .item_img img {
	transform:scale(1.06);
	-moz-transform:scale(1.06, 1.06);
	-webkit-transform:scale(1.06, 1.06);
	-o-transform:scale(1.06, 1.06)
}
.program-list .item_block.first .item_img:hover img {
	transform:scale(1.06, 1.06);
	-moz-transform:scale(1.06, 1.06);
	-webkit-transform:scale(1.06, 1.06);
	-o-transform:scale(1.06, 1.06)
}
.program-list .item_block.first:hover .item_img::before {
border:1px solid #e40807
}
 @media (max-width:767px) {
 .program-list .item_block .title {
 font-size: 14px;
}
 .program-container {
 padding-top:0;
}
 .program-title .title {
 font-size:18px;
 text-align:center;
}
 .program-list {
 margin:0 -5px;
}
 .program-list .col-xs-6 {
 padding:0 5px;
}
}
.banner {
	height: 300px;
}
.apps_banner {
	height: 420px;
}
.banner div, .apps_banner div {
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
@media (max-width: 1200px) {
 .banner {
height: 240px;
}
 .apps_banner {
height:300px;
}
}
@media (max-width: 992px) {
 .banner {
height: 180px;
}
 .apps_banner {
height:240px;
}
}
@media (max-width:767px) {
 .banner {
display:none;
}
 .apps_banner {
height:120px;
}
}
.ff_pageTarget {
	background: #f6f6f6;
	border-top: #f0f0f0 1px solid;
}
.container_target {
	padding: 20px 0;
	font-size: 14px;
	color: #707070;
}
.container_target a {
	color: #707070;
}
.container_target i {
	margin: 0 10px;
	color: #6f6f6f;
}
.new_list {
	padding-top:30px;
}
.new_list .item_block {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	margin-bottom: 20px;
	position: relative;
	width: 100%;
	border: 0;
	padding: 20px 0;
}
.new_list .item_block:hover {
	box-shadow: 0 15px 25px rgba(0, 0, 0, .0);
	margin-top: -10px;
	margin-bottom: 30px;
}
.new_list .item_block a {
	position: relative;
	display: block;
}
.new_list .item_block .item_img {
	width: 260px;
	margin-right: 30px;
	float: left;
	position: relative;
	overflow: hidden;
}
.new_list .item_block .item_img img {
	width:100%;
}
.new_list .item_block .item_wrapper {
	width: calc(100% - 290px);
	padding: 0 0 18px;
	float: left;
	height: auto;
	padding-right:140px;
}
.new_list .item_block .date_wrap {
	position: absolute;
	right: 0;
	top: 0;
	height: 106px;
	border-left: 1px solid #2e2e2e;
	border-left-color: rgba(0, 0, 0, .15);
	margin: 0;
	width: 120px;
	text-align: center;
}
.new_list .item_block .date_wrap .md, .new_list .item_block .date_wrap .year {
	font-size: 24px;
	color: #999;
	font-family: helveticaneuethn, HELVETICANEUELTPRO-THEX, "微软雅黑";
	display: block;
	line-height: 46px;
	width: 100%;
 transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
 transition: all .3s ease-out 0s;
	margin-bottom: 18%;
	padding-bottom: 16px;
	font-weight:100;
}
.new_list .item_block .date_wrap::after {
 content: "\e909";
 width: 20px;
 height: 20px;
 position: absolute;
 border: 0;
 top: 80px;
 left: 28px;
 transition: all ease-out .3s;
 font-size: 18px;
 font-family: icomoon !important;
 speak: none;
 font-style: normal;
 font-weight: 400;
 font-variant: normal;
 text-transform: none;
 background-color: transparent;
 color:#999;
}
.new_list .item_block .item_info {
	width: 100%;
	padding: 0;
	text-align: left;
 transition: all .3s ease-out 0s;
}
.new_list .item_block .item_info .title {
	color: #666;
	font-size: 18px;
 transition: all .3s ease-out 0s;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 35px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-top: 8px;
	height: auto;
}
.new_list .item_block .item_des {
	white-space: inherit;
	text-align: left;
	font-size: 12px;
	margin-top: 4px;
	overflow: hidden;
}
.new_list .item_block .item_des p {
	height: 48px;
	font-size: 15px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 24px;
	text-align: left;
	color: #999;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
 transition: all .3s ease-out 0s;
	width: 100%;
	white-space: inherit;
}
.new_list .item_block .item_tags {
	display: block;/*width: calc(100% - 290px);*/
}
.new_list .item_block .item_tags a {
	color: #999;
	background-color: transparent;
	position: relative;
	display: inline-block;
	margin: 20px 6px 0 0;
	height: 24px;
	line-height: 24px;
	padding: 0 12px;
	font-size: 14px;
 transition: all .3s ease-out 0s;
}
.new_list .item_block .item_tags a:hover {
	background-color:#4a4a4a;
	color:#fff
}
.new_list .item_block:hover .date_wrap:after {
	color:#999;
}
.new_list .item_block:hover .date_wrap .md {
	color: #464646;
}
.pages {
	padding:20px 0;
	text-align:center;
}
.pages span {
	margin:0 10px;
	line-height:28px;
	color:#222
}
.pages a {
	width:36px;
	height:36px;
	display:inline-block;
	line-height:36px;
	text-align:center;
	font-family:Arial;
	margin-right:6px;
 transition:all .2s ease-out;
	text-decoration:none;
	background-color: rgba(214, 214, 214, 0.37);
	color: #969494;
}
.pages a.active {
	color: #fff;
	background-color: #305dc3;
}
.pages a:hover {
	background-color: #305dc3;
	color: #fff;
}
@media (max-width:767px) {
.new_list {
padding-top:0;
}
.new_list .item_block {
 padding: 20px 0;
 border-bottom: 1px solid rgba(0, 0, 0, .08);
 text-align: left;
 margin-bottom:0;
}
.new_list .item_block:hover {
 margin:0;
}
.new_list .item_block .item_img {
 width: 100%;
 margin-right: 0;
 float: inherit;
 position: relative;
 overflow: hidden;
 padding-bottom: 10px;
}
.new_list .item_block .item_wrapper {
 padding: 0;
 height: auto;
 float:inherit;
 padding-right: 0;
 width:100%;
}
.new_list .item_block .date_wrap {
 position:relative;
 height:auto;
 border:none;
 width:auto;
 text-align:left;
}
.new_list .item_block .date_wrap .md, .new_list .item_block .date_wrap .year {
 font-size: 14px;
 line-height: 26px;
 margin-bottom:0;
 padding-bottom:0;
 display:inline-block !important;
 width:auto;
 color: #999;
}
.new_list .item_block:hover .date_wrap .md {
 color: #999;
}
.new_list .item_block .date_wrap::after {
 display:none;
}
.new_list .item_block .item_info .title {
 font-size: 14px;
 height: auto;
}
.new_list .item_block .item_des p {
 height:auto;
 font-size: 13px;
 line-height: 22px;
 margin-top: 0;
}
.new_list .item_block .item_tags a {
 color: #333;
 background-color: transparent;
 position: relative;
 display: inline-block;
 margin: 0;
 height: 24px;
 line-height: 24px;
 padding: 0;
 font-size: 14px;
 transition: all .3s ease-out 0s;
}
.new_list .item_block .item_tags a:hover {
 background-color:transparent;
 color:#e40807
}
}
.new-container .news-header {
	padding-bottom: 40px;
	padding-top: 70px;
	text-align:center;
}
.new-container .news-header p.title {
	font-size: 30px;
	color: #444;
	margin-bottom: 8px;
	font-weight: bold;
}
.new-container .news-header p.subtitle {
	font-size: 16px;
	line-height: 30px;
	color: #c1c1c1;
}
.new-container .postbody p {
	margin: 5px;
	font-size: 16px;
	color: #777;
	padding-bottom: 6px;
	/*text-indent:2em;*/
}
.new-container .postbody video{
	max-width: 100%;
}
.new-container .postbody p img {
	max-width:800px;
}
.new-container .postbody p.justify img {
	width:auto;
}
@media (max-width:767px) {
.new-container .postbody p img {
	width:100%;
}
.new-container .news-header {
 padding: 20px 0;
 text-align: left;
}
.new-container .news-header p.title {
 font-size: 16px;
 line-height: 20px;
 color: #333;
 transition: all .3s ease-out 0s;
 margin: 0;
}
.new-container .news-header p.subtitle {
 color: #999;
 font-size: 12px;
 margin-top: 4px;
 transition: all .3s ease-out 0s;
 line-height: 14px;
}
.new-container .postbody {
 border-top: 1px dotted #d3d3d3;
 padding-top: 20px;
}
.new-container .postbody p {
 margin:0 0 10px;
 font-size: 14px;
 color: #777;
 padding-bottom: 6px;
 text-indent:0;
}
.new-container .postbody p iframe {
 width:100%;
 height:300px;
}
}
.contact-title {
	padding: 60px 0;
	text-align: center;
}
.contact-title p.title {
	font-size: 30px;
	color: #444;
	margin-bottom: 8px;
	font-weight: bold;
}
.contact-title p.subtitle {
	font-size: 16px;
	line-height: 30px;
	color: #c1c1c1;
}
.contact-container .map {
	width:100%;
	text-align:center;
}
.contact-container .map img {
	max-width:100%;
}
.content_list .serviceitem {
	height: 160px;
}
.content_list .serviceitem a {
	display: block;
	width: 100%;
	height: 100%;
	text-align:center;
}
.content_list .serviceitem .service_img {
	width: 160px;
	float: left;
}
.content_list .serviceitem a .service_img::after {
 content: "";
 display: block;
 width: 1px;
 height: 30px;
 background-color: #D0D0D0;
 margin-left: 80px;
 margin-top: 6px;
}
.content_list .serviceitem:last-child a .service_img::after {
 display:none;
}
.content_list .serviceitem a img {
	width: auto;
	max-height: 120px;
	float: none;
	height: auto;
	margin: 0 auto;
}
.content_list .serviceitem .service_info {
	text-align: left;
	margin-left:180px;
	padding-top: 8px;
}
.content_list .serviceitem .service_info p.title {
	color: #595959;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
 transition: all ease-out .2s;
}
.content_list .serviceitem .service_info p.description {
	color: #848484;
	font-size: 15px;
	line-height: 24px;
	height: 50px;
	overflow: hidden;
	width: 100%;
	margin-top: 0px;
	text-align: left;
	transition: all 0.6s ease 0s;
}
.contactbody {
	margin: 10px 0;
	clear: both;
	border-top: 1px solid #e2e2e2;
	padding-top: 20px;
	overflow:hidden;
}
.contactinfo {
	position: relative;
	min-height:180px;
}
.contactinfo h3 {
	font-size: 16px;
	color: #444;
	line-height: 24px;
	margin-bottom: 10px;
	font-weight: bold;
}
.contactinfo p {
	margin-top: 10px;
	height: auto;
	color: #666;
	font-size: 14px;
	line-height: inherit;
}
.quick-navigation a {
	color:#999;
}
.quick-navigation a:hover {
	color:#e40807;
}
@media (max-width:767px) {
 .contact-title {
 padding:20px 0;
}
 .contact-title p.title {
 font-size:16px;
}
 .contact-title p.subtitle {
 font-size:12px;
}
 .content_list .serviceitem {
 height: 130px;
}
 .content_list .serviceitem .service_img {
 width:120px;
}
 .content_list .serviceitem a img {
 max-height: 90px;
}
 .content_list .serviceitem .service_info {
 margin-left:120px;
 padding-top: 0;
}
 .content_list .serviceitem .service_info p.title {
 font-size: 16px;
}
 .content_list .serviceitem .service_info p.description {
 font-size: 13px;
}
 .content_list .serviceitem a .service_img::after {
 margin-left: 60px;
}
 .contactinfo {
 min-height:inherit;
 padding-bottom:20px;
}
}
.category {
	text-align: center;
	margin-top: 26px;
	margin-left: 0;
	padding-bottom: 35px;
}
.category li {
	display: inline-block;
}
.category a {
	border: 0px;
	background: none;
	color: #666;
	font-size: 13px;
	position: relative;
}
.category a::after {
 content: '';
 position: absolute;
 width: 1px;
 height: 12px;
 margin-left: 29px;
 margin-top: 2px;
 background: rgba(0, 0, 0, .15);
 transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.category li:last-child a::after {
 width: 0px;
}
.category a {
	line-height: 16px;
	border: 0px;
	background: none;
	color: #666;
	font-size: 13px;
	position: relative;
	padding: 10px 28px;
	margin-right: 0;
	display: inline-block;
	transition: all 0.3s ease-out 0s;
}
.category a.active {
	color: #fff;
}
.category a.active, .category a:hover {
	background: #00c0ff;
	color: #fff;
	border-color: #00c0ff;
}
.partners_wrapper .partners_list {
	min-height:560px;
}
.partners_wrapper .partners_list li {
	width: 20%;
	float: left;
	position: relative;
	text-align:center;
}
.partners_wrapper .partners_list li.item_block .item_img {
	position: relative;
	display: block;
	border: 1px solid #EEE;
	margin: -1px 0 0 -1px;
}
.partners_wrapper .partners_list li.item_block .item_img p {
	padding:5px 0;
	font-size:14px;
	height: 29px;
}
.partners_wrapper .partners_list li.item_block img {
	width: 90px;
	height: auto;
 transition: all ease-out .3s .1s;
	float: none;
	opacity: .8;
}
.partners_wrapper .partners_list li.item_block .item_img:hover {
	border-color: #00C0FF;
	z-index: 1
}
.partners_wrapper .partners_list li.item_block .item_img:hover img {
	opacity: 1;
}
.partners_wrapper .partners_list .animated {
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
}
@media (max-width:767px) {
 .partners_wrapper .partners_list li {
 width: 33.333%;
}
}
.help_main {
	width:100%;
	max-width:980px;
	margin:0 auto;
	padding:20px 0;
	text-align:center;
}
.help_main img {
	width:100%;
}
.instructions_wrapper {
	max-width:890px;
	width:100%;
	margin:0 auto;
	padding:20px 0;
}
.instructions_wrapper h2 {
	padding-bottom:40px;
}
.instructions_wrapper p {
	max-width:338px;
	width:100%;
	margin:0 auto;
	padding:10px 0;
}
.instructions_wrapper img {
	width:100%;
}
.cs_link {
	text-align:center;
	font-size:18px;
	font-weight:bold;
}
.cs_link a {
	margin:0 60px;
}
.agent_wrapper {
	padding:0 10px;
}
.agent-title {
	padding: 60px 0 30px;
	font-size: 22px;
	text-align: center;
}
.agent-title .title {
	color: #333;
}
.agent-title .subtitle {
	font-size: 14px;
}
.intro-of-company {
	margin-bottom: 50px;
}
.intro-of-company-title {
	margin-bottom: 20px;
	font-size: 24px;
	color: #313131;
	line-height: 1;
	letter-spacing: 2px;
}
.intro-of-company-info {
	font-size: 16px;
	color: #616161;
	line-height: 2;
}
.contactform p {
	margin-bottom: 20px;
}
.contactform p .inputtxt {
	width: 100%;
	line-height: 22px;
	padding: 10px 26px;
	color: #4a4a4a;
	border: #e2e2e2 1px solid;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
 transition: all .1s linear;
}
.contactform p .inputtxt:hover {
	border: 1px solid #c2c2c2;
}
.contactform p .inputtxt.submit {
	width: 140px;
	color: #999;
	margin-top: 20px;
	cursor: pointer;
}
.contactform p .inputtxt.submit:hover {
	background:#4a4a4a;
	color:#fff;
	border:1px solid #4a4a4a;
}
 @media (max-width:767px) {
 .agent-title {
 padding:20px 0;
}
 .intro-of-company {
 margin-bottom:20px;
}
 .intro-of-company-title {
 font-size:18px;
}
 .intro-of-company-info {
 font-size:14px;
}
 .contactform_submit {
 text-align:center;
}
}
.apps-container {
	background:#f2f2f2;
}
.nav-tab {
	background:#fff;
	padding:30px 0 20px;
	margin-bottom:20px;
}
.nav-tab ul {
	overflow:hidden;
}
.nav-tab ul li {
	padding-top:150px;
	width: 25%;
	float: left;
	position: relative;
	cursor: pointer;
	text-align: center;
	color: #999;
	font-size: 16px;
}
.nav-tab ul li.hover {
	color:#333;
}
.nav-tab ul li i {
	width:126px;
	height:140px;
	display:block;
	position:absolute;
	top:0;
	left: 50%;
	margin-left: -63px;
}
.nav-tab ul li .video {
	background-image:url(../images/video.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.nav-tab ul li.hover .video {
	background-image:url(../images/video_hover.png);
}
.nav-tab ul li .game {
	background-image:url(../images/game.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.nav-tab ul li.hover .game {
	background-image:url(../images/game_hover.png);
}
.nav-tab ul li .life {
	background-image:url(../images/life.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.nav-tab ul li.hover .life {
	background-image:url(../images/life_hover.png);
}
.nav-tab ul li .music {
	background-image:url(../images/music.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.nav-tab ul li.hover .music {
	background-image:url(../images/music_hover.png);
}
.app-item-above {
	background:#fff;
	padding:30px;
	padding-right:592px;
	position:relative;
	min-height:320px;
	margin-bottom:10px;
}
.app-item-above dl {
	position:relative;
	padding-left:126px;
	min-height:104px;
}
.app-item-above dl dt {
	position:absolute;
	top:0;
	left:0;
	width:104px;
	height:104px;
}
.app-item-above dl dt img {
	width:100%;
}
.app-item-above dl dd h2 {
	font-size:18px;
	font-weight:bold;
	padding-bottom:10px;
}
.app-item-above dl dd p {
	line-height:24px;
	font-size:14px;
	color:#666;
}
.app-item-above .detail {
	font-size:14px;
	line-height:24px;
	color:#999;
	padding-top:20px;
}
.dslider {
	background:#000;
	width:516px;
	height:280px;
	position:absolute;
	top:20px;
	right:20px;
}
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	background-position: center;
	background-size: cover;
}
.dslider .swiper-button-next, .dslider .swiper-button-prev {
	display:none;
	background:rgba(0, 0, 0, .3);
	padding:10px;
	padding: 10px;
	height: 80px;
	background-repeat: no-repeat;
	background-position: center;
	width: 24px;
	background-size: 50%;
	margin-top: -40px;
}
.swiper-button-next {
	right:0;
}
.swiper-button-prev {
	left:0;
}
.swiper-container:hover .swiper-button-next, .swiper-container:hover .swiper-button-prev {
	display:block;
}
 @media (max-width:992px) {
 .nav-tab ul li {
 padding-top: 70px;
}
 .nav-tab ul li i {
 width: 56px;
 height: 62px;
 margin-left: -28px;
}
 .app-item-above {
 background: #fff;
 padding: 10px;
 position: relative;
 min-height: 320px;
 margin-bottom: 20px;
}
 .app-item-above dl {
 position: relative;
 padding-left: 96px;
 min-height: 84px;
}
 .app-item-above dl dt {
 position: absolute;
 top: 0;
 left: 0;
 width: 84px;
 height: 84px;
}
 .app-item-above dl dd h2 {
 font-size: 16px;
 font-weight: bold;
 padding-bottom: 5px;
}
 .app-item-above dl dd p {
 line-height: 20px;
}
 .dslider {
 background: #000;
 height: 200px;
 margin-top: 10px;
 position:inherit;
 width:100%;
 top:0;
 left:0;
}
}
.play-container {
	padding: 50px 0;
	background-image: url(../images/banner-bg.png);
	background-repeat-y: no-repeat;
	overflow: hidden;
}
.box-content {
	position: relative;
	margin: 0 auto;
	color: #546e7a;
}
.mbox-lwrp {
	margin-right: 300px;
}
.toggle .player-layer {
	margin-left: 170px;
	margin-right: 170px;
}
.player-layer::before {
 content: "";
 display: block;
 padding-top: 56.25%;
}
.player-main {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
}
.back {
	display: none;
	width: 16px;
	height: 108px;
	background-image: url(../images/back.png);
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -52px;
	cursor: pointer;
	z-index: 10000;
}
.back:hover {
	background-position: -16px 0;
}
.player-layer:hover .back {
	display: inline-block;
}
.playbox-rwrp {
	position: absolute;
	top: 0;
	right: 0;
	width: 300px;
	height: 100%;
}
.task-list-pane {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	overflow-y:auto;
}
.playbox-rwrp-main ::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #4b515c;
}
.player-layer {
	position: relative;
}
.toggle .mbox-lwrp {
	margin: 0;
}
.playbox-rwrp-main {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #12183e;
}
.toggle .playerwrp {
	background: #000;
}
.toggle .mbox-rwrp, .toggle .playbox-rwrp, .toggle .open-course-tab {
	display: none;
}
.toggle .back {
	display:inline-block;
	right:-170px;
	background-position:0 -108px
}
.toggle .back:hover {
	background-position:-16px -108px
}
.toggle .back:active {
	background-position:-32px -108px
}
.open-course-tab {
	color: #fff;
	padding: 0;
}
.open-course-tab .tab-header {
	padding: 20px 15px 10px;
	font-size: 16px;
	text-align: left;
	cursor: pointer;
}
.open-course-tab .tab-recommand {
	padding: 8px 0;
	margin:0 15px;
	padding-left:130px;
	position:relative;
	min-height:84px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.open-course-tab .tab-recommand a.img-box {
	position: absolute;
	width: 120px;
	height: 68px;
	top: 8px;
	left:0;
	display: block;
}
.open-course-tab .tab-recommand img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
    object-fit: cover;
}
.open-course-tab .tab-recommand .open-course-info .title {
	margin-bottom: 5px;
	line-height: 20px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	color: rgba(255, 255, 255, 0.8);
	position: inherit;
	display:block;
	height: 40px;
}
.open-course-tab .tab-recommand .open-course-info .num {
	color: rgba(255, 255, 255, 0.5);
	overflow: hidden;
	height: 21px;
	font-size: 12px;
}
.open-course-tab .tab-recommand.active img {
	border:2px solid #00c0ff;
}
.open-course-tab .tab-recommand.active .open-course-info .title {
	color:#00c0ff;
}
.play-wrapper {
	padding: 10px 15px 0;
	background: #12183e;
}
.play-wrapper .mod-breadcrumb {
	padding: 15px 0;
}
.play-wrapper .mod-play-tits {
	line-height: 30px;
}
.play-wrapper .mod-play-tit {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
	font-size: 22px;
}
.play-wrapper .mod-crumb_pop {
	width: 100%;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 15px 0 17px;
}
.play-wrapper .info-rt {
	padding-top: 2px;
	line-height: 20px;
	color:rgba(255, 255, 255, 0.5);
}
.play-wrapper .info-rt .shortCon-msg {
	margin: 5px 0;
}
.testvideo-main p {
	text-align:center;
	color:#fff;
	line-height:24px;
	padding-bottom:30px;
	font-size:16px;
	padding-bottom: 20px;
}
.video-box {
	text-align:center;
}
.video-box video {
	width:100%;
	max-width:720px;
}
@media (max-width:767px) {
.play-container {
 padding:20px 0;
}
.mbox-lwrp {
 margin-right: 0;
}
.playbox-rwrp {
 width:100%;
 position:relative;
}
.task-list-pane {
 position:relative;
}
.play-wrapper .mod-play-tit {
 font-size:18px;
}
.testvideo-main p {
 font-size:14px;
 padding:0 10px 20px;
 text-align:left;
}
.testvideo-main p br {
 display:none;
}
}
.home-header {
	padding:30px 0;
	text-align:center;
}
.home-header img {
	width:100%;
	max-width:533px;
}
.map-wrapper {
	background:url(../images/map.png) no-repeat center;
	background-size: cover;
	height:695px;
}
.main {
	position:relative;
	height:100%;
	text-align:center;
}
.main p {
	font-size:16px;
	color:#000;
	padding-top:10px;
	position:absolute;
	width:100%;
	left:0;
	bottom:0;
}
.main a img {
	width:52px;
	position:absolute;
	bottom:30px;
	left:8px;
	border-radius:40px;
transition:all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.main a:hover img {
	width:62px;
	position:absolute;
	bottom:30px;
	left:4px;
	box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.12);
}
 @media (max-width:767px) {
.home-header {
padding:35px 0;
}
.map-wrapper {
 height:365px;
}
.main a img {
 width: 32px;
 bottom: 10px;
}
.main a:hover img {
width:32px;
bottom:10px;
left:8px;
}
.main div {
background:rgba(0, 0, 0, 0.2);
border-radius:20px;
}
.main p {
 font-size: 14px;
 height: 50px;
 line-height: 50px;
 padding-left: 50px;
 text-align: left;
 padding-top: 0;
}
.canada {
 position: absolute;
 top: 60px;
 right: 60px;
 left: inherit;
 width: 120px;
 height: 50px;
 background:#ccc;
}
.american {
 position: absolute;
 top: 60px;
 left: 60px;
 width: 120px;
 height: 50px;
 background:#ccc;
}
.european {
 position: absolute;
 top: 140px;
 left: 60px;
 right: inherit;
 width: 120px;
 height: 50px;
 background:#ccc;
}
.japan {
 position: absolute;
 top: 140px;
 right: 60px;
 width: 120px;
 height: 50px;
 left: inherit;
 background:#ccc;
}
.australia {
 position: absolute;
 top: 220px;
 left: 60px;
 right: inherit;
 width: 120px;
 height: 50px;
 background:#ccc;
}
.newZealand {
 position: absolute;
 top: 220px;
 width: 120px;
 height: 50px;
 right: 60px;
 left: inherit;
 background:#ccc;
}
}
@media (min-width: 768px) {
.map-wrapper {
 height:365px;
}
.main a img {
 width: 32px;
 bottom: 20px;
}
.main p {
 font-size: 12px;
}
.canada {
 position: absolute;
 top: 72px;
 left: 120px;
 width: 50px;
 height: 56px;
}
.american {
 position: absolute;
 top: 96px;
 left: 155px;
 width: 50px;
 height: 86px;
}
.european {
 position: absolute;
 top: 73px;
 left: 348px;
 width: 50px;
 height: 86px;
}
.japan {
 position: absolute;
 top: 103px;
 right: 60px;
 width: 50px;
 height: 86px;
 left: inherit;
}
.australia {
 position: absolute;
 top: 225px;
 left: inherit;
 right: 130px;
 width: 50px;
 height: 86px;
}
.newZealand {
 position: absolute;
 top: 250px;
 width: 50px;
 height: 86px;
 right: 20px;
 left: inherit;
}
}
@media (min-width: 992px) {
.map-wrapper {
 height:565px;
}
.main a img {
 width: 52px;
 bottom: 30px;
}
.main p {
 font-size: 16px;
}
.canada {
 position: absolute;
 top: 122px;
 left: 100px;
 width: 70px;
 height: 86px;
}
.american {
 position: absolute;
 top: 203px;
 left: 155px;
 width: 70px;
 height: 86px;
}
.european {
 position: absolute;
 top: 163px;
 left: 448px;
 width: 70px;
 height: 86px;
}
.japan {
 position: absolute;
 top: 193px;
 right: 30px;
 width: 70px;
 height: 86px;
 left:inherit;
}
.australia {
 position: absolute;
 top: 395px;
 left:inherit;
 right: 110px;
 width: 70px;
 height: 86px;
}
.newZealand {
 position: absolute;
 top: 440px;
 width: 70px;
 height: 86px;
 right: -60px;
 left:inherit;
}
}
@media (min-width: 1200px) {
.map-wrapper {
 height:695px;
}
.main a img {
 width: 52px;
 bottom: 30px;
}
.main p {
 font-size: 16px;
}
.canada {
 position: absolute;
 top: 152px;
 left: 130px;
 width: 70px;
 height: 86px;
}
.american {
 position: absolute;
 top: 243px;
 left: 185px;
 width: 70px;
 height: 86px;
}
.european {
 position: absolute;
 top: 203px;
 left: 548px;
 width: 70px;
 height: 86px;
}
.japan {
 position: absolute;
 top: 253px;
 left: 1070px;
 width: 70px;
 height: 86px;
}
.australia {
 position: absolute;
 top: 495px;
 left: 945px;
 width: 70px;
 height: 86px;
}
.newZealand {
 position: absolute;
 top: 550px;
 left: 1190px;
 width: 70px;
 height: 86px;
}
}
.preferential-header-container {
	background-image:url(../images/header_bg.png);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:contain;
}
.preferential-hd {
	text-align:center;
	padding:60px 0 35px;
}
.price_plan {
	background: #fff;
	position: relative;
	margin-bottom: 20px;
}
.price_plan .middle {
	padding:90px 0;
	overflow:hidden;
}
.price_plan .middle .cont1 {
	margin-left: 30%;
	font-size: 30px;
}
.price_plan .middle .cont1 .md1tit {
	color: #d80c18;
}
.price_plan .middle .cont2 {
	padding-left:40px;
	position:relative;
	font-size:30px;
}
.price_plan .middle .cont2 .ciradd {
	position:absolute;
	width:20px;
	height:20px;
	left:0;
	top:12px;
	background:url(../images/icon_age.png) no-repeat;
}
.price_plan .middle .cont2 .mtitle {
	font-size:40px;
	color:#d80c18;
}
.price_plan .middle .cont2 .stitle {
	font-size:24px;
	color:#666;
}
.price_plan a.midButton {
	width: 220px;
	background-color: #d80c18;
	color: white;
	text-align: center;
	line-height: 2;
	border-radius: 10px;
	font-size: 30px;
	display: block;
	margin: 20px auto 0;
	clear: both;
}
.listBox {
	padding-top: 8%;
	padding-left: 8%;
	padding-bottom: 3.5%;
	margin: 0 auto;
	background-color: #f2f2f2;
	overflow:hidden;
}
.listBox p {
	float: left;
	width: 25%;
	padding-left: 2%;
	background: url(../images/hookIcon.png) no-repeat;
	background-size: 3.8%;
	background-position-y: 50%;
	font-size:18px;
	line-height: 32px;
}
.preferential-tvshow-container {
	background:#f6f6f6;
}
.showtit1 {
	color: #333;
	text-align: center;
	padding-top: 3.2%;
	font-size:30px;
	margin-bottom:20px;
}
.showtit2 {
	color: #666;
	text-align: center;
	margin-bottom: 3.5%;
	font-size:18px;
}
#certify {
	position: relative;
}
#certify .swiper-container {
	padding-bottom: 60px;
}
#certify .swiper-slide {
	width: 520px;
	height: 690px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
	overflow:hidden;
}
#certify .swiper-slide img {
	display:block;
	width:100%;
}
#certify .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}
#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}
#certify .swiper-button-prev {
	left: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}
#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}
#certify .swiper-button-next {
	right: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}
#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}
.preferential-app-container {
	background:#fff;
}
.application {
	text-align:center;
	padding-bottom:50px;
	margin:0 10px;
}
.application img {
	width:100%;
	max-width:676px;
}
.preferential-Charming-container {
	background:#f6f6f6;
}
.CharmingVoice {
	padding:30px 0;
	overflow:hidden;
}
.CharmingVoice p {
	text-align:center;
	font-size:18px;
	line-height:48px;
	color:#666;
}
.preferential-service-container {
	background:#f1f1f1;
}
.list_service {
	padding:20px 0;
	overflow:hidden;
}
.list_service li {
	line-height:60px;
	font-size:24px;
	color:#666;
	text-align:center;
}
.list_service i {
	width:55px;
	height:55px;
	display:inline-block;
	vertical-align:middle;
}
.list_service i.icon_30return {
	background:url(../images/icon_30return.png) no-repeat;
	background-size:cover;
}
.list_service i.icon_warranty {
	background:url(../images/icon_warranty.png) no-repeat;
	background-size:cover;
}
.list_service i.icon_service {
	background:url(../images/icon_service.png) no-repeat;
	background-size:cover;
}
 @media (max-width: 1198px) {
 .price_plan .middle .cont1 {
 font-size:24px;
}
 .price_plan .middle .cont2 {
 font-size:24px;
}
 .price_plan a.midButton {
 /*margin-top:-3%;*/
}
 .listBox p {
 font-size:16px;
}
 .showtit1 {
 font-size:24px;
}
 .showtit2 {
 font-size:16px;
}
 .CharmingVoice p {
 font-size:16px;
}
 .list_service {
 padding:10px 0;
}
 .list_service li {
 font-size:20px;
}
 .list_service i {
 width:40px;
 height:40px;
}
 #certify .swiper-slide {
 width:480px;
 height:637px;
}
}
@media (max-width: 991px) {
 .listBox p {
 width:50%;
 background-size: 2.6%;
}
 .list_service li {
 font-size: 18px;
}
 .price_plan a.midButton {
 /*margin-top:-4%;*/
}
 #certify .swiper-slide {
 width:420px;
 height:557px;
}
 .price_plan .middle {
 padding:20px 0 60px;
}
 .price_plan .middle .cont1 {
 margin-left:0;
 padding-bottom:20px;
}
 .price_plan .middle .cont1, .price_plan .middle .cont2 {
 margin:0 15%;
 padding-left: 40px;
}
 .price_plan .middle .cont2 .ciradd {
 top: 8px;
}
}
@media (max-width: 768px) {
 .preferential-tvshow-container .row {
 margin:0;
}
 .price_plan {
 margin-bottom:20px;
}
 .preferential-hd {
 padding:30px 0;
}
 .preferential-hd img {
 width:70%;
}
 .listBox p {
 width:50%;
 background-size: 2.6%;
}
 .list_service li {
 font-size: 15px;
 line-height:50px;
}
 .list_service i {
 width: 30px;
 height: 30px;
}
 .price_plan a.midButton {
 width: 190px;
 font-size: 22px;
}
 .listBox {
 padding-left: 5%;
}
 #certify .swiper-slide {
 width:320px;
 height:425px;
}
 .swiper-button-next, .swiper-button-prev {
 display:none;
}
 .price_plan .middle {
 padding:20px 0 40px;
}
 .price_plan .middle .cont1 {
 margin-left:0;
 padding-bottom:20px;
}
 .price_plan .middle .cont1, .price_plan .middle .cont2 {
 margin:0 8%;
 font-size:18px;
 padding-left: 26px;
}
 .price_plan .middle .cont2 .ciradd {
 width:12px;
 height:12px;
 background-size:cover;
}
 .price_plan .middle .cont2 .mtitle {
 font-size:26px;
}
 .price_plan .middle .cont2 .stitle {
 font-size:16px;
}
 .listBox p {
 font-size:14px;
}
 .showtit1 {
 font-size: 22px;
}
 .showtit2 {
 font-size: 15px;
}
 .showtit2 br {
 display:none;
}
 .CharmingVoice {
 padding-top:0;
 text-align:center;
}
 .CharmingVoice p {
 font-size:15px;
 line-height: 40px;
}
}
.gray {
	background:#eff3f7;
}
.preferential-project-header {
}
.preferential-project-header .title {
	font-size:28px;
	color:#444;
	text-align: center;
	padding-top: 3.2%;
	margin-bottom: 20px;
	font-weight:bold;
}
.preferential-project-header .introduction {
	color: #666;
	text-align: center;
	margin-bottom: 3.5%;
	font-size: 16px;
	line-height:30px;
}
.preferential-project-container {
	padding:80px 0;
}
.project-content .title {
	font-size:22px;
	padding-bottom:30px;
}
.project-content .des-wrap {
	text-align: left;
	line-height: 28px;
	font-size: 16px;
	color: #666;
}
.project-content .des-wrap p {
	text-indent:2em;
	padding-bottom:20px;
}
.project-content .fimg img {
	width:100%;
}
.table-wrap ul {
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	overflow:hidden;
}
.table-wrap ul li {
	width:50%;
	float:left;
	background:#de0f1f;
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
	line-height:40px;
	text-align:center;
	color:#fff;
	padding: 0 5px;
	font-size:16px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.table-wrap ul li:nth-child(odd) {
 width:30%;
}
.table-wrap ul li:nth-child(even) {
 width:70%;
}
@media (max-width: 768px) {
 .preferential-project-header .title {
 font-size:22px;
 margin:0 10px 20px;
}
 .preferential-project-header .introduction {
 font-size:15px;
 margin:0 10px 20px;
}
 .preferential-project-container {
 padding:30px 0;
}
 .project-content .title {
 font-size:18px;
 text-align:center;
}
 .project-content .des-wrap {
 font-size:15px;
}
 .project-content .fimg {
 margin:10px 0;
}
}
.gmbox-container {
	margin:20px 0;
}
.goodsPic {
	border:1px solid #f0f0f0;
	border-radius:3px;
}
.goodsPic img {
	width:100%;
}
.goodsInfo h3 {
	font-size:20px;
	color:#000;
	line-height:36px;
	padding:0 0 20px;
	font-weight: inherit;
}
.goodsInfo .price {
	font-size: 30px;
	color: #ff3b30;
	padding-top:5px;
	line-height: 26px;
}
.buy_number {
	padding:0 0 15px 70px;
	position:relative;
}
.buy_number .txt {
	font-size:14px;
	display:inline-block;
	float:left;
	position:absolute;
	left:0;
	top:0;
	line-height:36px;
	color:#666;
}
.buy_number .sl {
	width:110px;
	position:relative;
	height:36px;
	line-height:36px;
	display:inline-block;
	overflow:hidden;
}
.buy_number .sl a {
	display:block;
	height:36px;
	width:36px;
	text-align:center;
	position:absolute;
	font-size:26px;
	color:#666;
	line-height:30px;
	border:1px solid #ccc;
	background:#fff;
*height:34px;
}
.buy_number .sl a.reduce {
	top:0;
	left:0;
}
.buy_number .sl a.add {
	top:0;
	right:0;
}
.buy_number .sl span {
	margin:0 36px;
	text-align:center;
	display:block;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	color:#333;
	height:36px;
	font-size:20px;
	background:#fff;
*height:34px;
}
.buy_number .sl a:hover {
	border:1px solid #409DFE;
	background:#409DFE;
	color:#fff;
}
.shopping_box {
	border-bottom: 1px solid #ededed;
	padding-bottom: 26px;
}
.shopping_box .title {
	padding: 9px 0 6px 0;
	color:#999;
	height:47px;
	line-height: 32px;
}
.shopping_box .title span {
	font-size: 14px;
	color: #333;
	font-weight: 700;
	margin-right:20px;
}
.shopping_list .mrsz {
	margin-bottom:20px;
	cursor: pointer;
}
.shopping_list .mrsz .bg {
	background-color: #fff;
	border: 2px solid #f0f0f0;
	border-top-color: rgb(240, 240, 240);
	border-right-color: rgb(240, 240, 240);
	border-bottom-color: rgb(240, 240, 240);
	border-left-color: rgb(240, 240, 240);
	padding: 0 13px;
	position: relative;
	height:120px;
}
.shopping_list .mrsz dl {
	padding-left:80px;
	position:relative;
	margin:25px 0;
}
.shopping_list .mrsz dl dt {
	position:absolute;
	top:0;
	left:0;
	width:70px;
	height:30px;
}
.shopping_list .mrsz dl dt img {
	width:100%;
}
.shopping_list .mrsz dl dd {
	color:#666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.shopping_list .mrsz dl dd p {
	font-size:14px;
}
/* 选中样式 开始 */
.shopping_list .mrsz .text_info {
	height: 37px;
	line-height: 20px;
	border-bottom: 1px solid #f0f0f0;
	padding: 8px 0 9px 0;
}
.shopping_list .mrsz .text_info .text_name {
	font-size: 14px;
	color: #666;
	width: 30%;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.shopping_list .mrsz .text_info .text_gender {
	font-size: 14px;
	color: #666;
	width: 30%;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: 10px;
}
.shopping_list .mrsz .text_info .text_tel {
	font-size: 14px;
	color: #666;
	width: 40%;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: 10px;
}
.shopping_list .mrsz .text_addr {
	height: 53px;
	line-height: 16px;
	padding-top: 5px;
	word-wrap: break-word;
	overflow: hidden;
	font-size: 14px;
	color: #666;
}
.shopping_list .mrsz .box_btn {
	height: 20px;
	line-height: 20px;
	padding-top: 1px;
	display: none;
}
.shopping_list .mrsz:hover .box_btn {
	display: block;
}
.shopping_list .mrsz .box_btn .revise_btn span {
	font-size: 12px;
	color: #ff8200;
}
.shopping_list .mrsz .box_btn .delete_btn span {
	font-size: 12px;
	color: #ff8200;
	padding-left: 29px;
	display: inline-block;
}
.shopping_list .mrsz:hover .bg {
	border-color: #f01e00;
}
.select_list .column {
	height: 32px;
}
.select_list .column a {
}
.select_list .column .bg {
	height: 32px;
	padding: 0 16px;
	padding-right: 16px;
	border: 2px solid #f0f0f0;
	border-top-color: rgb(240, 240, 240);
	border-right-color: rgb(240, 240, 240);
	border-bottom-color: rgb(240, 240, 240);
	border-left-color: rgb(240, 240, 240);
}
.select_list .column .selectbtn {
	line-height: 28px;
	text-align: center;
}
.select_list .cur .bg {
	padding-right: 32px;
}
.shopping_box .shopping_list .cur .bg, .select_list .cur .bg {
	border-color: #f01e00;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image:url(../images/select.png);
	background-size: 18px auto;
	-webkey-background-size: 18px auto;
	-moz-background-size: 18px auto;
	-ms-background-size: 18px auto;
	-o-background-size: 18px auto;
}
.select_list .column .selectbtn span {
	font-size: 14px;
	color: #666;
}
.select_list .column:hover .bg {
	border-color: #f01e00;
}
.selet_coupon {
	padding: 12px 0 0 0;
	position: relative;
}
.selet_coupon .coupon_bd .text {
	width: 330px;
	height: 34px;
	border: 1px solid #adadad;
	text-indent: 10px;
	font-size: 14px;
	color: #666;
	line-height: 32px;
}
.selet_coupon .coupon_bd {
	overflow:hidden;
}
.selet_coupon .coupon_bd .btn {
	width: 106px;
	height: 34px;
	background-color: #f01e00;
	border: none;
	font-size: 14px;
	color: #fff;
	line-height: 34px;
	text-align: center;
	margin-left: -5px;
	margin-right: 12px;
	cursor: pointer;
	float: left;
}
.selet_coupon .coupon_bd .tips {
	font-size: 14px;
	color: #ff7800;
	line-height: 34px;
	clear:both;
}
.total_money {
	margin-top: 20px;
	text-align: right;
	overflow:hidden;
}
.total_money .name_text {
	line-height: 28px;
	display: inline-block;
}
.total_money .name_text span {
	font-size: 14px;
	color: #666;
}
.total_money .num_text {
	width: 120px;
	line-height: 28px;
	padding-right: 24px;
	display: inline-block;
}
.total_money .num_text span {
	font-size: 14px;
}
.total_money .text_red {
	color: #f01e00;
}
.total_money .num_text .sign_text {
	font-size: 14px;
}
.address_info {
	max-width: 500px;
	background-color: #fff;
	border: 1px solid #f01e00;
	padding: 20px 20px 12px 20px;
	margin-top: 14px;
	float: right;
}
.address_info .address_text {
	line-height: 26px;
	text-align: right;
	font-size: 14px;
	color: #666;
}
.address_info .consignee_text {
	line-height: 26px;
	text-align: right;
	font-size: 14px;
	color: #666;
}
.submit_h {
	height: 90px;
	clear: both;
	padding: 20px 0;
}
.submit_h .submit_btn {
	width: 160px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	float: right;
	display: inline-block;
	background-color: #f01e00;
	font-size: 14px;
	color: #fff;
	font-weight: 700;
}
@media (max-width: 768px) {
.layui-layer-iframe {
width:300px!important;
}
}
.bannerAll {
	background: url(../images/referBannerBg.jpg) no-repeat;
	background-size: auto auto;
	background-size: 100%;
}
.bannerAll {
	max-width: 1920px;
	height: 32.7vw;
	text-align: left;
	padding-top: 8%;
	color: #fff;
}
.bannerText {
	width:40%;
	margin-left:52%;
}
.bannerText .bannerTitle {
	font-size:50px;
	margin-bottom: 2.5%;
	font-weight: 700;
}
.bannerText .bannerTitle span {
	display:block;
}
.bannerText .mTitle30 {
	font-size:30px;
}
.mainMgnTop {
	margin-top: 3%;
}
.mainMgn100 {
	margin: 0 auto;
	width: 89.5%;
}
.referBannerBox {
	margin: 0 auto;
	margin-bottom: 3%;
	padding: 0 12.8%;
	text-align: center;
	background: #000 url(../images/bbPlanBg01.png) no-repeat top;
	background-size:  cover;
	border-top:5px solid #271d5b;
}
.referTitleBig {
	color: #fff;
	margin-bottom: 2.5%;
	padding-top: 3.5%;
	line-height: 1.6;
}
.referTitleBig p {
	font-size: 36px;
}
.referTitleBig span {
	color: #ff7f00;
}
.rewardCon {
	background: -moz-linear-gradient(top, #ffffff 80%, #eeeeee 100%);
	background: -webkit-gradient(linear, top, bottom, color-stop(80%, #ffffff), color-stop(100%, #eeeeee));
	background: -webkit-linear-gradient(top, #ffffff 80%, #eeeeee 100%);
	background: -o-linear-gradient(top, #ffffff 80%, #eeeeee 100%);
	background: -ms-linear-gradient(top, #ffffff 80%, #eeeeee 100%);
	background: linear-gradient(to bottom, #ffffff 80%, #eeeeee 100%);
	padding: 3.5% 0;
}
.rewardBox1 {
	padding-right: 5%;
	border-right: 1px solid #ccc;
}
.rewardBox2 {
	padding-left: 5%;
}
.rewardBox {
	float: left;
	width: 50%;
}
.titleBox {
	border-bottom: 1px solid #222;
	padding: 0 18%;
}
.titleBox p {
	background: #fcfcfc;
	margin-bottom: -7%;
	font-size: 36px;
}
.rewardText {
	margin-top: 14%;
}
.picbox {
	width:80%;
	margin:0 auto;
}
.picbox li {
	padding-bottom:10px;
}
.picbox img {
	width:100%;
	max-width:376px;
}
.priceBox {
	margin-left: 34%;
	margin-top: 5%;
	padding-bottom: 2%;
	overflow:hidden;
}
.priceBox .dollar {
	float: left;
	line-height: .8;
	margin-bottom: 0;
	font-size: 60px;
}
.priceBox .priceBig {
	float: left;
	line-height: .8;
	margin-bottom: 0;
	font-size: 140px;
}
.textBox {
	margin-top: 4%;
	padding-right: 1%;
}
.textBox .textHot {
	color: #d80c18;
	font-size: 18px;
}
.referCon {
	padding-top: 2%;
	background:#f8f8f8;
}
.referStepTitle {
	text-align: center;
	margin-bottom: 2.5%;
}
.referStepTitle .mTitle {
	font-size: 36px;
}
.referStepTitle .subTitle {
	font-size: 24px;
	color:#999;
	padding-top:10px;
}
.CloOrange {
	color: #d80c18;
}
.referStepCon {
	padding-bottom: 3.5%;
	width: 800px;
	margin: 0 auto;
}
.stepBox {
	padding: 2.3% 0;
	width: 100%;
	clear: both;
	float: left;
}
.sendButton{clear: both;}
.stepBox .preview{cursor:pointer; position:relative;}
#preview{
background-color: #eee;
height: auto;
border-radius: 4px;
overflow: hidden;
width: 100%;
padding:0 10px;
display:none;
font-size:14px;
color:#444;
position:absolute;
top:40px;
}
#preview p{padding:5px 0;}
.stepBox .preview:hover #preview{
	display:block;
}
.stepTitle {
	font-size: 24px;
	float: left;
	width: 25%;
	padding-top:12px;
}
.text16 {
	font-size:16px;
	float: left;
	width: 30%;
	padding-top:12px;
}
.refferSpace {
	float: left;
	width: 45%;
}
.searchBar {
	border: 1px solid #b1b1b1;
	border-radius: 10px;
	width: 95%;
	color: #999;
	line-height: 2.5;
	padding-left: 5.5%;
	padding-top: 1.6%;
	padding-bottom: 1.6%;
	font-size: 18px;
	height:60px;
}
.sendButton a {
	display:block;
	border-radius: 10px;
	width: 42.5%;
	text-align: center;
	line-height: 1.5;
	background-color: #d80c18;
	color: #fff !important;
	cursor: pointer;
	padding-top: 1%;
	padding-bottom: 1%;
	margin-left: 25%;
	margin-top: 3%;
	font-size: 24px;
}
@media (max-width: 1398px) {
 .bannerText .bannerTitle {
 font-size:40px;
}
 .bannerText .mTitle30, .referStepTitle .subTitle {
 font-size:22px;
}
 .referTitleBig p, .titleBox p, .referStepTitle .mTitle {
 font-size: 30px;
}
}
@media (max-width: 1198px) {
 .bannerText .bannerTitle {
 font-size:30px;
}
 .bannerText .mTitle30, .referStepTitle .subTitle {
 font-size:18px;
}
 .referTitleBig p, .titleBox p, .referStepTitle .mTitle {
 font-size: 26px;
}
 .priceBox {
 margin-left: 20%;
}
}
@media (max-width: 991px) {
 .bannerText .bannerTitle {
 font-size:24px;
}
 .bannerText .mTitle30, .referStepTitle .subTitle {
 font-size:16px;
}
 .referTitleBig p, .titleBox p, .referStepTitle .mTitle {
 font-size: 20px;
}
 .mainMgn100 {
width:100%;
}
 .referBannerBox {
 padding: 0 5%;
}
 .priceBox {
 margin-left: 16%;
}
}
@media (max-width: 768px) {
 .bannerText .bannerTitle {
 font-size:14px;
}
 .bannerText .mTitle30, .referStepTitle .subTitle {
 font-size:12px;
}
 .bannerText {
 width: 46%;
}
 .referTitleBig p, .titleBox p, .referStepTitle .mTitle {
 font-size: 16px;
}
 .mainMgn100 {
width:100%;
}
 .referBannerBox {
 padding: 0 2%;
}
 .titleBox {
padding: 0 5%;
}
 .rewardCon {
 padding: 5% 0 5.5% 0;
}
 .rewardBox1, .rewardBox2 {
 padding: 0 4%;
}
 .priceBox {
 margin-left: 16%;
}
 .priceBox .dollar {
font-size: 8.87vw;
}
 .priceBox .priceBig {
font-size: 18.12vw;
}
 .textBox .textHot {
font-size: 3.39vw;
}
 .referCon {
 padding-left:5%;
 padding-right:5%;
}
 .referStepCon {
width:100%;
}
 .stepTitle, .refferSpace, .text16 {
 width: 100%;
 padding-top: 12px;
}
 .stepTitle {
font-size:16px;
}
 .searchBar {
font-size:16px;
line-height:2;
padding-left: 3.5%;
}
 .text16 {
font-size:12px;
}
 .sendButton a {
width: 95%;
margin-left: 0;
}
}
/*jq-alert弹出层封装样式*/
    .jq-alert {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: center;
	-webkit-align-items: center;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, .3);
	z-index: 99;
}
.jq-alert .alert {
	background-color: #FFF;
	width:80%;
	height:auto;
	border-radius: 4px;
	overflow: hidden;
	max-width: 400px;
	padding: 5px 15px 0;
	top: 50%;
    left: 50%;
    position: absolute;
    margin-left: -40%;
}
.jq-alert .alert .title {
	position: relative;
	margin: 0;
	font-size: 16px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-weight: normal;
	color: rgba(0, 0, 0, .8);
}
.jq-alert .alert .content {
	padding: 10px;
	font-size: 14px;
	color: rgba(0, 0, 0, .6);
}
.jq-alert .alert .fd-btn {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: center;
	-webkit-align-items: center;
	justify-content: center;
	align-items: center;
}
.jq-alert .alert .fd-btn:after {
	position: absolute;
	content: "";
	top:0;
	left:0;
	width:100%;
	height: 1px;
	background-color: #F3F3F3;
}
.jq-alert .alert .fd-btn a {
	width:100%;
	height: 44px;
	font-size: 14px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	color: rgba(0, 0, 0, .8);
}
.jq-alert .alert .fd-btn a.cancel {
	position: relative;
	color: rgba(0, 0, 0, .5);
}
.jq-alert .alert .fd-btn a.cancel:after {
	content: "";
	position: absolute;
 top:.1rem;
	right:0;
	width: 1px;
 height: .6rem;
	background-color: #F3F3F3;
}
.jq-alert .alert .fd-btn a.confirm {
	color: #2196F3;
}
.jq-alert .alert .fd-btn a.confirm:active {
	background-color: #2196F3;
	color: #FFF;
}
.howWatchTab {
	font-family: "微软雅黑", "黑体";
	font-size: 16px;
	color: #000;
	line-height: 160%;
	margin: 30px auto;
	width: 100%;
	max-width:980px;
	padding-left: 30px;
}
.howWatchTab td {
	padding:0 20px;
	padding-left:30px;
}
.howWatchTab li {
	margin-bottom: 20px;
	list-style-type:inherit
}
.howWatchTab a {
	color:#00F;
	text-decoration:underline
}
.howWatchSeparator {
	background: url(../images/howWatchSeparator.jpg) repeat-x;
	background-position-x: 0%;
	background-position-y: 0%;
	background-position: center center;
	height: 10px;
	margin-bottom: 30px;
	margin-top: 35px;
}
.mainMgn100 img{width:100%;}

/*提示你的浏览器版本过低*/
#browser_ie {
	background-color: #f6f6b4; display: none; height: 85px; color: #000; font-size: 15px; position:relative;
}
.tip_off{position:absolute; right:30px; top:30px; display:block; width:30px; height:30px; line-height:30px; text-align:center; background-color:#bcbc89; color:#fff; font-size:16px;}
.tip_off:hover{background-color:#fa8169; color:#fff;}
#browser_ie .brower_info {
	margin: 0px auto; width: 700px; padding-top: 17px
}
#browser_ie .brower_info .notice_info {
	position: relative; margin-top: 5px; float: left
}
#browser_ie .brower_info .notice_info P {
	text-align: left; line-height: 25px; width: 400px; display: inline-block;
}
#browser_ie .browser_list {
	position: relative; float: left;
}
#browser_ie .browser_list img {
	width: 40px; height: 40px
}
#browser_ie .browser_list span {
	text-align: center; width: 80px; display: inline-block
}
/*提示你的浏览器版本过低*/

#myrame {
    display: block;
    width: 100%;
    border: none;
    margin: 0;
    box-sizing: border-box;
    height: 430px;
    width: 1px;
    min-width: 100%;
	margin-bottom: 20px;
}
@media (max-width: 992px) {
	#myrame {
		height:276px;
	}
}
@media (max-width: 767px) {
	#myrame {
		height:140px;
	}
}