@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

@font-face {
	font-family: myFont;
	src: url('../fonts/NotoSansHans-Medium.otf');
}

body,
button,
input,
select,
textarea {
	font: 12px/1.5 "Microsoft YaHei";
	color: #444444;
}

body {
	overflow-x: hidden;
}

label {
	border: none;
	text-decoration: none;
}

a {
	text-decoration: none;
	color: #999999;
}

a:hover {
	text-decoration: none;
}

ul,
ol {
	list-style: none outside none;
}

.clearfix:after {
	clear: both;
	content: "";
	display: block;
	font-size: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

html,
p {
	text-align: justify;
	text-justify: inter-ideograph;
}


/*清零end*/

.content {
	position: relative;
	width: 1100px;
	margin: auto;
}


/*index*/

header {
	position: absolute;
	height: 96px;
	background: rgba(0, 0, 0, .75);
	width: 100%;
	z-index: 100;
	box-sizing: border-box;
}

.language {
	position: absolute;
	top: 0px;
	background: #0e101c;
	height: 40px;
	right: 0px;
}

.language a {
	float: left;
	margin-top: 6px;
	margin-right: 10px;
}

.nav {
	padding-top: 25px;
	padding-bottom: 26px;
	height: 96px;
	width: 140px;
	float: left;
	color: #41c7db;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.nav_line {
	position: absolute;
	top: 0;
	left: 50%;
	height: 3px;
	width: 0;
	background: #41c7db;
	transition: all .6s;
}

.nav:hover .nav_line {
	width: 100%;
	left: 0;
}

.nav.active .nav_line {
	width: 100%;
	left: 0;
}

#logo {
	float: left;
	margin: 0 15px;
}

.top_bg {
	position: absolute;
	bottom: 0;
	margin-bottom: -24px;
	left: 50%;
	margin-left: -122px;
}

.nav a.nav_btn {
	font-size: 18px;
	font-weight: bold;
	display: block;
}

.nav p {
	font-size: 12px;
}

.nav p,
.nav a.nav_btn {
	text-align: center;
	color: #41c7db;
}

.nav_hover {
	display: none;
	position: absolute;
	top: 96px;
	width: 100%;
	height: 200px;
	overflow: hidden;
	box-sizing: border-box;
}

.hover_bg {
	position: absolute;
	left: 50%;
	margin-left: -960px;
}

.hover_block {
	float: left;
	width: 240px;
	padding-top: 40px;
}

.hover_block p {
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin-top: 16px;
}

.hover_block>.box>img {
	display: block;
	margin: 0 auto;
}

.hover_block>.box {
	border-right: 1px solid #2b6b8e;
}

.hover_block>a {
	display: block;
}

.baidu {
	height: 100px;
}

.code {
	width: 100px;
}

.community_block {
	float: left;
	padding-top: 40px;
	width: 380px;
	color: #ffffff;
}

.community p {
	text-align: center;
	font-size: 18px;
	margin-bottom: 20px;
}

.contact_block {
	padding-top: 40px;
	width: 450px;
	color: #ffffff;
	float: left;
}

.long_fix {
	width: 650px;
}

.contact_block>img {
	float: left;
	margin: 0 35px 0 75px;
}

.contact_block .text_block {
	float: left;
}

.contact_block .text_block p {
	font-size: 18px;
	margin-bottom: 20px;
}

.contact_block .text_block h1 {
	font-size: 30px;
	color: #41c7db;
	margin: 15px 0 5px 0;
}

footer {
	background: #081b44;
	height: 175px;
	padding-top: 40px;
}

footer img {
	display: block;
	margin: 0 auto 30px;
}

footer p {
	text-align: center;
	font-size: 16px;
	line-height: 1.8;
	color: #0bb2ce;
}

.index_1 {
	width: 100%;
	overflow: hidden;
	height: 1553px;
	position: relative;
}

.index_1_bg {
	position: absolute;
	left: 50%;
	margin-left: -960px;
	z-index: -1;
}

.index_1_content {
	position: absolute;
	left: 50%;
	margin-left: -960px;
	bottom: 0;
	width: 1920px;
	height: 885px;
	background: url("../img/index1_bg.png");
}


/*首页轮播轮子*/

.auto_play_box {
	float: left;
	width: 540px;
	height: 340px;
	padding-top: 10px;
	background: rgba(255, 255, 255, .7);
}

#owl-demo .item img {
	display: block;
	width: 520px;
	margin: 0 auto;
	height: auto;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #2780a7;
}

.owl-theme .owl-nav [class*='owl-'] {
	font-weight: bold;
	background: none;
	color: #2780a7;
	font-size: 18px;
}

.owl-theme .owl-nav {
	width: 100%;
	position: absolute;
	margin-top: 0;
}

.owl-prev {
	float: left;
}

.owl-next {
	float: right;
}

.owl-theme .owl-dots {
	position: absolute;
	width: 80%;
	left: 10%;
	z-index: 1111;
	bottom: -35px;
}


/*首页轮播轮子end*/


/*首页列表模块*/

.list_box {
	float: right;
	width: 530px;
	height: 350px;
}

.list_tit {
	border-bottom: 1px solid #41c7db;
}

.list_tit li {
	float: left;
	position: relative;
}

.list_tit li a {
	font-size: 18px;
	color: #fff;
	padding: 3px;
}

.list_tit li a:hover {
	color: #41c7db;
	font-weight: bold;
}

.list_tit li.active a {
	color: #41c7db;
	font-weight: bold;
}

.list_tit li .triangle {
	position: absolute;
	left: 50%;
	margin-left: -6px;
	bottom: -10px;
	display: none;
}

.list_tit li.active .triangle {
	display: block;
}

.list_tit li+li {
	margin-left: 15px;
}

.more {
	float: right;
	padding: 0 6px;
	background: #41c7db;
	color: #000;
}

.more:hover {
	background: #2780a7;
	color: #fff;
}

.list_block .list_first {
	margin-top: 20px;
	background: rgba(65, 199, 219, .45);
	border: 1px solid #41c7db;
	height: 93px;
	line-height: 93px;
	font-size: 24px;
	color: #fff;
	text-indent: 16px;
	position: relative;
}

.list_block .list_first span:hover {
	text-decoration: underline;
}

.bird {
	position: absolute;
	right: -20px;
	top: -5px;
}

.list_block .list {
	position: relative;
	display: block;
	font-size: 16px;
	height: 60px;
	background: rgba(255, 255, 255, .7);
	margin-top: 15px;
	line-height: 60px;
	text-indent: 50px;
	color: #000;
}

.list_block .list:hover {
	font-size: 18px;
}

.list_block .list span {
	position: absolute;
	right: 15px;
	height: 60px;
	line-height: 60px;
	font-size: 12px;
	color: #666;
}

.list_block .list:before {
	content: "";
	width: 19px;
	height: 19px;
	position: absolute;
	background: url("../img/icon_1.png");
	top: 20px;
	left: 15px;
}

.list_block .list+.list {
	margin-top: 5px;
}

#list_1,
#list_2,
#list_3 {
	display: none;
}

.position_fix_btm {
	width: 100%;
	position: absolute;
	bottom: 60px;
}


/*列表模块end*/


/*dl block*/

.dl_block {
	position: absolute;
	width: 1100px;
	left: 50%;
	top: 418px;
	margin-left: -550px;
}

.tips_text {
	width: 668px;
	height: 46px;
	line-height: 46px;
	font-size: 26px;
	text-align: center;
	color: #fff;
	background: url("../img/text_bg.png");
}

.dl {
	margin-top: 55px;
	width: 632px;
	height: 180px;
	padding: 35px 0 0 38px;
	background: rgba(255, 255, 255, .45);
	position: relative;
	z-index: 99;
}

.dl span {
	font-size: 14px;
	padding-top: 5px;
	width: 14px;
	float: left;
	line-height: 1.1;
}

.dl_btn,
.dl_code,
.dl_gift {
	float: left;
}

.dl_code {
	margin: 0 25px 0 10px;
}

.dl_btn a {
	display: block;
	width: 220px;
	height: 65px;
	position: relative;
	border-radius: 5px;
	font-size: 30px;
	color: #fff;
	line-height: 65px;
	text-indent: 75px;
}

.dl_gift {
	position: relative;
	left: 16px;
	top: -30px;
}

.dl div.gift {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 31px;
	color: #fff;
	font-size: 14px;
}

.dl_btn a+a {
	margin-top: 10px;
}

.dl_btn a img {
	position: absolute;
}

.ios {
	background: #000;
}

.ios:hover {
	background: #333;
}

.adr {
	background: #41c7db;
}

.adr:hover {
	background: #52d7e7;
}


/*dl block end*/


/*index_2*/

.index_2 {
	height: 772px;
	position: relative;
	overflow: hidden;
}

.index_2bg {
	position: absolute;
	left: 50%;
	margin-left: -960px;
	z-index: -1;
}

.index_2_tit {
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	margin-top: 75px;
	font-size: 36px;
	color: #150657;
	background: url("../img/title_line.png");
}

.caroursel_box {
	margin-top: 80px;
}


/*index_2 end*/


/*index end*/


/*news*/

.news_block1 {
	position: relative;
	height: 620px;
	overflow: hidden;
}

.news_block1 .show {
	position: absolute;
	left: 50%;
	margin-left: -960px;
}

.news_block1 .news_nav {
	position: absolute;
	width: 100%;
	height: 120px;
	bottom: 0;
	background: rgba(255, 255, 255, .7);
}

.news {
	width: 1000px;
	padding: 0 50px;
}

.new_nav_block {
	position: relative;
	color: #000;
	width: 250px;
	height: 120px;
	text-align: center;
	float: left;
	line-height: 120px;
	font-size: 24px;
}

.new_nav_block span {
	position: absolute;
	width: 100%;
	z-index: 10;
	left: 0;
}

.new_nav_block:hover span {
	font-size: 28px;
	line-height: 120px;
	font-weight: bold;
}

.selected_fish {
	position: absolute;
	bottom: 0;
	left: -8px;
	z-index: 11;
	display: none;
}

.selected_line {
	position: absolute;
	width: 0;
	height: 15px;
	background: #41c7db;
	left: 50%;
	bottom: 38px;
}

.new_nav_block:hover .selected_fish {
	display: block;
}

.new_nav_block:hover .selected_line {
	width: 100px;
	margin-left: -50px;
}

.active .selected_fish {
	display: block;
}

.active .selected_line {
	width: 100px;
	margin-left: -50px;
}

.new_nav_block.active span {
	font-size: 28px;
	line-height: 120px;
	font-weight: bold;
}

.news_list:hover {
	background: url("../img/selected_block.png") center center;
}

.list_line {
	padding: 40px 15px 50px;
	width: 1070px;
	border-bottom: 1px dashed #bdbdbd
}

.selected_img {
	float: left;
	position: relative;
	margin-left: 10px;
	display: none;
}

.news_list:hover .selected_img {
	display: block;
}

.time_box {
	float: left;
	width: 116px;
	height: 103px;
	font-size: 24px;
	background: url("../img/time_box.png");
	line-height: 103px;
	text-align: center;
	text-indent: 10px;
	margin-right: 48px;
}

.list_content {
	float: left;
}

.news_list:hover .tit {
	color: #3197a7;
}

.list_content .tit {
	font-size: 24px;
	color: #000;
	padding-top: 10px;
	display: block;
	position: relative;
}

.list_content .tit:after {
	content: "";
	display: block;
	clear: both;
}

.list_content .tit p {
	float: left;
}

.list_content .text {
	width: 850px;
	font-size: 14px;
	line-height: 1.6;
	margin-top: 14px;
}

.page_btn {
	padding: 60px 0 80px;
	text-align: center;
}

.page_btn a {
	display: inline-block;
	width: 100px;
	height: 40px;
	box-sizing: border-box;
	border: 2px solid #bdbdbd;
	line-height: 40px;
	color: #bdbdbd;
}

.next_btn {
	background: #53cbdd;
	border: 2px solid #53cbdd!important;
	color: #000!important;
}

.prev_btn {
	background: #53cbdd;
	border: 2px solid #53cbdd!important;
	color: #000!important;
}

#page_0,
#page_1,
#page_2,
#page_3 {
	display: none;
}


/*news_end*/


/*activity*/

.activity {
	width: 500px;
	padding: 0 300px;
}

.activity .selected_fish {
	position: absolute;
	bottom: 0;
	left: -45px;
	z-index: 11;
	display: none;
}

.activity .selected_line {
	position: absolute;
	width: 0;
	height: 15px;
	background: #41c7db;
	left: 50%;
	bottom: 38px;
}

.activity .active .selected_fish {
	display: block;
}

.activity .active .selected_line {
	width: 140px;
	margin-left: -70px;
}

.activity .new_nav_block:hover .selected_line {
	width: 140px;
	margin-left: -70px;
}

.activity_content {
	padding-top: 30px;
	padding-bottom: 55px;
}

.activity_block {
	overflow: hidden;
	float: left;
	width: 350px;
	height: 380px;
	border: 1px solid #41c7db;
	box-shadow: 3px 3px 0 #41c7db;
	position: relative;
	margin-right: 20px;
	margin-top: 30px;
}

.end {
	display: none;
}

.end .activity_block {
	overflow: hidden;
	float: left;
	width: 350px;
	height: 380px;
	border: 1px solid #828282;
	box-shadow: 3px 3px 0 #828282;
	background: #e5e5e5;
	position: relative;
	margin-right: 20px;
	margin-top: 30px;
}

.activity_block:nth-of-type(3),
.activity_block:nth-of-type(6) {
	margin-right: 0;
}

.activity_block .hover_content {
	width: 100%;
	height: 100%;
	padding: 10px;
	box-sizing: border-box;
	position: absolute;
	background: #41c7db;
	z-index: 10;
	top: -380px;
	transition: all 1s;
}

.end .activity_block .hover_content {
	background: #828282;
}

.activity_block.mouse_enter {
	box-shadow: 3px 3px 0 #34a0b0;
}

.end .activity_block.mouse_enter {
	box-shadow: 3px 3px 0 #333333;
}

.activity_block.mouse_enter .hover_content {
	top: 0;
}

.hover_txt {
	width: 100%;
	height: 100%;
	border: 1px solid rgba(255, 255, 255, .5);
	padding: 10px 15px 0;
	box-sizing: border-box;
	position: relative;
	color: #fff;
	font-size: 14px;
	overflow: hidden;
}

.hover_txt .hover_txt_box {
	width: 330px;
	height: 310px;
	overflow-y: scroll;
}

.hover_txt a {
	position: absolute;
	width: 100%;
	left: 0;
	text-align: center;
	bottom: 10px;
	color: #fff;
}

.hover_txt div {
	font-weight: bold;
	line-height: 1.8;
}

.hover_txt p {
	line-height: 1.8;
	width: 300px;
}

.block_img {
	height: 190px;
	overflow: hidden;
}

.block_img img {
	width: 100%;
	display: block;
}

.block_text {
	padding: 15px 15px;
}

.block_text h1 {
	font-size: 30px;
	font-weight: bold;
	color: #ff3300;
}

.end .block_text h1 {
	font-size: 30px;
	font-weight: bold;
	color: #000000;
}

.block_text p {
	color: #666;
	font-size: 14px;
	margin-top: 10px;
}

.block_text div {
	color: #333;
	margin-top: 10px;
}

.detail_btn {
	width: 80px;
	height: 20px;
	border-radius: 10px;
	background: #41c7db;
	position: absolute;
	right: 10px;
	bottom: 10px;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
}

.end_img {
	position: absolute;
	right: 15px;
	bottom: 10px;
}

.activity_bottom {
	background: #e5fcff;
	padding: 50px 0 55px;
	text-align: center;
}

.activity_code {
	border: 10px solid #41c7db;
	margin: 0 20px 0 15px;
	position: relative;
	width: 145px;
	top: -6px;
}

.activity_bottom p {
	text-align: center;
	font-size: 16px;
	line-height: 1.6;
	margin-top: 10px;
}

.activity_bottom a.join {
	width: 160px;
	height: 30px;
	display: inline-block;
	background: url("../img/join_qq.png");
	line-height: 30px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	margin-top: 25px;
}

.activity_bottom a.join:hover {
	color: #ccc;
}


/*activity end*/


/*detail*/

.detail_top {
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
}

.detail_top img {
	position: absolute;
	left: 50%;
	margin-left: -960px;
}

.detail_tit {
	height: 190px;
	background: #fafafa;
	border-bottom: 1px solid #dddddd;
}

.detail_tit .tit {
	text-align: center;
	font-size: 30px;
	color: #333;
	padding-top: 50px;
}

.detail_tit p {
	text-align: center;
	margin-top: 18px;
}

.detail_tit p span {
	font-size: 14px;
}

.detail_tit p span img {
	position: relative;
	top: 3px;
}

.detail_tit p span+span {
	margin-left: 20px;
}

.arrow_back {
	position: absolute;
	left: 20px;
	top: 36px;
	width: 123px;
	height: 124px;
	background: url("../img/arrow_back.png");
}

.arrow_back:hover {
	background: url("../img/arrow_back_hover.png");
	transition: all 1s;
}

.detail_img_box {
	width: 500px;
	height: 300px;
	margin: 50px auto 0;
	overflow: hidden;
}

.detail_tips {
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
}

.detail_txt {
	font-size: 14px;
	line-height: 1.6;
	margin-top: 50px;
}

.content pre {
	word-break: break-all;
}

.type_1,
.type_2 {
	font-weight: bold;
	text-indent: 43px;
}

.type_1 {
	color: #ff3300;
}

.type_2 {
	color: #096c82;
}

.heart {
	display: block;
	position: relative;
	margin: 60px auto;
	text-align: center;
	text-indent: 35px;
	border-radius: 30px;
	width: 190px;
	height: 60px;
	font-size: 18px;
	border: 3px solid #ff3300;
	box-sizing: border-box;
	color: #ff3300;
	line-height: 54px;
}

.beat {
	position: absolute;
	left: 30px;
	top: 15px;
	width: 30px;
	height: 26px;
	background: url("../img/space_heart.png");
}

.beat.active {
	background: url("../img/heart.png");
}

.back_top {
	position: absolute;
	left: 50%;
	margin-left: 550px;
	top: 400px;
}


/*detail end*/


/*moblie*/


/*moblie index*/

.fp-tableCell {
	position: relative;
	height: 100vh;
	display: block;
}

.moblie_content {
	width: 94%;
	margin: 0 auto;
	position: relative;
}

#index_1 {
	background: url("../img/moblie_indexBg.png") center center no-repeat;
	background-size: 100% 100%;
	position: relative;
}
.header_lang {
	position: relative;
}
.header_lang #logo{
    position:relative;
    margin:0 35px;
    top:6px;
    width: 79.2px;
    display: inline-block;
}
.header_lang .navBox{
    height:50px;
    background:#fff;
    opacity:0.95;
    position: relative;
    width: 100%;
}

.header_lang .langage {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 120px;
	height: 28px;
	background-color: #d9d9d9;
	border-radius: 5px;
}

.header_lang .langage p {
	margin: 0;
	line-height: 28px;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #404040;
}

.header_lang .langage img {
	position: absolute;
	top: 10px;
	right: 7px;
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.header_lang .langage_ul {
	position: absolute;
	top: 38px;
	right: 10px;
	width: 120px;
	height: 28px;
	list-style: none;
	padding: 0;
	margin: 0;
	display: none;
	border-top: 1px solid #000000;
	z-index: 800;
}

.header_lang .langage_ul li {
	width: 120px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: white;
	font-size: 16px;
	background-color: #d9d9d9;
	border-bottom: 1px solid #000000;
	overflow: hidden;
}

.top_down {
	height: 60px;
	position: relative;
	top: 0;
	background: rgba(0, 0, 0, .6);
}

.moblie_top_text {
	text-align: left;
	text-indent: 55px;
	padding-top: 9px;
	color: #fff;
}

.moblie_top_text h1 {
	font-size: 16px;
	font-weight: bold;
}

.moblie_top_text p {
	font-size: 12px;
	text-indent: 62px;
	color: #fff;
}

.ball {
	position: absolute;
	width: 50px;
	top: 5px;
}

.down_load {
	position: absolute;
	right: 0;
	top: 12px;
}

.down_load img {
	height: 36px;
	display: block;
}

#load {
	position: absolute;
	left: 50%;
	margin-left: -75px;
	bottom: 64px;
}

#load img {
	width: 150px;
}

.down_tip {
	position: absolute;
	width: 50px;
	left: 50%;
	margin-left: -25px;
	animation: arrowDown .8s infinite linear;
	bottom: 20px;
}

@keyframes arrowDown {
	from {
		bottom: 14px;
	}
	to {
		bottom: 0
	}
}

#index_2 {
	position: relative;
	background-size: 100%;
}

.index_2_content {
	padding: 20px 0 0;
	background: url("../img/moblie_index_content.png") center top no-repeat;
	width: 100%;
	top: 0;
	left: 0;
	background-size: cover;
}

.auto_play_box_moblie {
	width: 100%;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	background: rgba(255, 255, 255, .7);
}

.auto_play_box_moblie .owl-theme .owl-dots {
	position: absolute;
	width: 80%;
	left: 10%;
	z-index: 1111;
	bottom: 0;
}

.auto_play_box_moblie #owl-demo .item img {
	display: block;
	width: 96%;
	margin: 0 auto;
	height: auto;
}

.moblie.list_box {
	width: 100%;
	float: none;
	height: auto;
	margin-top: 30px;
}

.moblie .list_block .list_first {
	margin-top: 20px;
	background: rgba(65, 199, 219, .45);
	border: 1px solid #41c7db;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #fff;
	text-indent: 16px;
	position: relative;
}

.moblie .bird {
	position: absolute;
	right: -9px;
	top: -11px;
	width: 70px;
}

.moblie .list_block .list {
	font-size: 14px;
	height: 45px;
	line-height: 45px;
	text-indent: 30px;
	color: #000;
}

.moblie .list_block .list:before {
	top: 13px;
	left: 5px;
}

.moblie .list_block .list span {
	height: 45px;
	line-height: 45px;
	font-size: 12px;
}

.moblie.btn_box {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 40px 0 30px;
}

.moblie.btn_box a {
	display: inline-block;
}

.moblie.btn_box a img {
	width: 90px;
}

.moblie.btn_box a p {
	text-align: center;
	color: #41c7db;
	font-size: 14px;
}

.moblie.btn_big_box {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.moblie.btn_big_box a {
	display: inline-block;
	width: 45%;
}

.moblie.btn_big_box a img {
	width: 100%;
}

.moblie.index_tit {
	background: url("../img/title_line_2.png") center center;
	background-size: 100% 100%;
	height: 26px;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	text-shadow: 0 0 3px #41c7db;
	margin: 30px 0 30px;
}

.moblie.caroursel_box {
	margin-top: 0;
	position: relative;
	height: 400px;
}

.caroursel.poster-main.moblie {
	position: absolute;
	left: 50%;
	margin-left: -350px;
}

.moblie.btn_link {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 40px;
	position: relative;
	text-align: center;
	z-index: 100;
}

.moblie.btn_link a {
	display: inline-block;
}

.moblie.btn_link a img {
	width: 86px;
}

.moblie.btn_link a p,
.moblie.btn_link a h1 {
	text-align: center;
	color: #e1e1e1;
	font-size: 12px;
}

.moblie.btn_link a h1 {
	font-weight: bold;
}

.tel_moblie {
	display: block;
	margin: 40px auto 0;
	width: 130px;
	position: relative;
	z-index: 10;
}

.serive {
	text-align: center;
	width: 100%;
	position: absolute;
	z-index: 1111;
	font-size: 16px;
	top: 1px;
	text-indent: 34px;
	text-shadow: 0 0 3px #fff;
}

.number {
	position: absolute;
	z-index: 1112;
	width: 100%;
	text-align: center;
	top: 29px;
	text-indent: -1px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-shadow: 0 0 3px #fff;
}

footer.moblie {
	padding-top: 20px;
	height: auto;
	padding-bottom: 20px;
	margin-left: -30px;
	margin-right: -30px;
}

footer.moblie p {
	font-size: 12px;
	color: #0b8ace;
	line-height: 1.4;
	width: 80%;
	margin: 0 auto;
}

footer.moblie img {
	width: 110px;
	margin-bottom: 20px;
}

.not_index p {
	color: #fff;
}

.starSky {
	position: absolute;
	width: 100%;
	bottom: 0;
	z-index: 0;
}

.bottom_tel {
	position: relative;
	padding-bottom: 30px;
	margin-left: -30px;
	margin-right: -30px;
}


/*moblie index end*/


/*moblie activity*/

.bread {
	background: url("../img/bread_nav.png") center right;
	background-size: auto 100%;
	height: 40px;
}

.moblie_nav a {
	font-size: 14px;
	color: #000;
	line-height: 40px;
}

.moblie_nav a+a:before {
	content: " > ";
}

.card {
	float: left;
	height: 40px;
	line-height: 40px;
	width: 50%;
	text-align: center;
	font-size: 14px;
	color: #000;
}

.card.active {
	background: #41c7db;
	color: #fff;
}

.card_box {
	background: #cceef8;
	padding: 10px 0 0;
	overflow-x: hidden;
}

.card_box.endness {
	background: #e5e5e5;
}

.card_list {
	padding: 5px;
	border-top: 2px solid #41c7db;
	background: #fff;
}

.endness .card_list {
	border-top: 2px solid #828282;
}

.card_list+.card_list {
	margin-top: 10px;
}

.top_block img {
	float: left;
	width: 120px;
}

.top_block .right {
	float: left;
	position: relative;
	padding: 10px 0 5px 10px;
}

.top_block .right h1 {
	font-size: 18px;
	color: #000;
	font-weight: bold;
}

.top_block .right p {
	color: #999;
}

.card_list .tips {
	padding: 10px 0
}

.hide {
	display: block;
	color: #000;
	line-height: 1.6;
	height: 0;
	overflow: hidden;
}

.hide .tit {
	font-weight: bold;
}

.endness {
	display: none;
}

.card_list.active {
	border-top: 2px solid #ff3300;
}

.endness .card_list.active {
	border-top: 2px solid #828282;
}

.active .right h1 {
	color: #ff3300;
}

.endness .active .right h1 {
	color: #000;
}

.active .tips {
	border-bottom: 1px #d6d7dc dashed;
}

.active .hide {
	display: block;
	padding: 10px 0;
	height: auto;
}

.color_b a p,
.color_b a h1 {
	color: #000!important;
}

.top_block {
	position: relative;
}

.m_end {
	position: absolute;
	right: 0;
	width: 60px!important;
}

.detail_tit_m {
	border-bottom: 1px solid #e1e1e1;
	padding: 10px 0;
}

.l {
	float: left;
}

.r {
	float: right;
}

.detail_tit_m .tit {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

.detail_content_m {
	padding: 20px 0;
	width: 90%!important;
	margin: 0 auto;
}

.detail_content_m img {
	display: block;
	margin: 0 auto;
	width: 280px;
	height: 160px;
}

.detail_content_m .tip {
	text-align: center;
}

.detail_content_m h3 span {
	font-size: 16px!important;
}

.content_d {
	width: 90%;
	margin: auto;
}

.content_d p {
	text-indent: 20px;
	margin: 15px 0;
}

.content_d .type_1,
.content_d .type_2 {
	text-indent: 0;
}

.share_heart {
	display: flex;
	justify-content: center;
	align-items: center;
}

.share_heart .heart {
	width: 120px;
	height: 45px;
	line-height: 40px;
	margin: 30px auto 10px;
}

.share_heart>.heart .beat {
	left: 14px;
	top: 12px;
	width: 20px;
	height: 18px;
	background-size: 100% 100%;
}

.share_heart .heart.share {
	border: 3px solid #41c7db;
	color: #41c7db;
	text-indent: 20px;
}

.share_heart .heart.share .share_icon {
	position: absolute;
	left: 14px;
	top: 8px;
	width: 20px;
	height: 24px;
	background: url("../img/share.png");
	background-size: 100% 100%;
}


/*moblie activity end*/


/*add new*/

.alert-win {
	position: fixed;
	left: 50%;
	margin-left: -150px;
	top: 50%;
	margin-top: -100px;
	width: 300px;
	height: 200px;
	background: #fff;
	box-sizing: border-box;
	border: 6px solid #41c7db;
	box-shadow: 0 0 10px rgba(0, 0, 0, .8);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	z-index: 10000;
}

.alert-win>div {
	text-align: center;
	font-size: 18px;
}

.alert-win div:nth-of-type(1) {
	margin-top: 40px;
	margin-bottom: 5px;
}

.alert-win div:nth-of-type(3) {
	margin-bottom: 50px;
	margin-top: 10px
}

.alert-win div:nth-of-type(1) span {
	color: #8a1021;
	font-size: 24px;
}

.alert-win div:nth-of-type(3)>input[type=text] {
	font-size: 14px;
	border: 1px solid #bcbcbc;
	line-height: 20px;
	text-indent: 5px;
	width: 135px;
	color: #287c88;
}

.alert-win div:nth-of-type(3)>a {
	display: inline-block;
	/*width: 38px;*/
	height: 22px;
	color: #fff;
	font-size: 14px;
	background: #37a7b8;
	text-align: center;
	line-height: 22px;
	margin-left: 10px;
}

.close {
	position: absolute;
	right: 10px;
	top: 10px;
}

.poster-list .poster-item a,
.poster-list .poster-item a img {
	width: 100%;
	height: 100%;
}

#cover {
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0, 0, 0, .6);
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}

#imageQrDiv img {
	display: block;
	margin: 0 auto;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -70px;
	margin-top: -70px;
}

.close-cover {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 26px;
	height: 26px;
}

.cover-text {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: 100px;
}

.cover-text p {
	color: #fff;
	text-align: center;
	font-size: 16px;
}

.langage {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 150px;
	height: 40px;
	background-color: #006699;
	border-radius: 5px;
	z-index: 800;
}

.langage p {
	margin: 0;
	line-height: 40px;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 20px;
	color: #41c7db;
}

.langage img {
	position: absolute;
	top: 15px;
	right: 10px;
}

.langage_ul {
	position: absolute;
	top: 50px;
	right: 10px;
	width: 150px;
	height: 40px;
	list-style: none;
	padding: 0;
	margin: 0;
	display: none;
	border-top: 1px solid #000000;
	z-index: 800;
}

.langage_ul li {
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: white;
	font-size: 20px;
	background-color: #006699;
	border-bottom: 1px solid #000000;
}


/*add new end*/