body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,
dl, dt, dd, ul, ol, li, 
pre, 
form, fieldset, legend, button, input, textarea,
th, td{
margin: 0;
padding: 0;
}
body,
button, input, select, textarea /* for ie */ {
font: 14px/1.5 tahoma, \5b8b\4f53, sans-serif;
}
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal;}
address, cite, dfn, em, var { font-style: normal; }
code, kbd, pre, samp { font-family: courier new, courier, monospace; }
small { font-size: 12px; } 
ul, ol { list-style: none; }
a {text-decoration: none !important; }
a:hover { text-decoration: underline; }
sup { vertical-align: text-top; } 
sub { vertical-align: text-bottom; }
legend { color: #000; } 
fieldset, img { border: 0; }
button, input, select, textarea { font-size: 100%; }
table { border-collapse: collapse; border-spacing: 0; }
article, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, section,
summary, time, mark, audio, video {
display: block;
margin: 0;
padding: 0;
}
body{
line-height: 24px;
font-size: 14px;
color: #b6b7b9;
font-family: UKIJ Tor;
font-weight: 400;
position: relative;
background-color: #f8f9ff;/*	height: 5000px;*/
}

.mm{
	margin: 10px;
}
.mb10{
	margin-bottom: 80px;
}

.pp{
	padding: 10px;
}
.pb20{
	padding-bottom: 20px;
}
.bg0{
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #151c26;
}
.bg1{
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
}
.bg2{
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #f8f9ff;
}
.bg3{
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #f0f2f5;
}
.header{
	padding: 18px 0;
	width: 100%;
	border-bottom: 1px solid #fe423f;
	z-index: 99;
	background: #191919;
}
.header_area{
	overflow: hidden;
}
.container{
	max-width: 1240px;
	margin: 0 auto;
}
.logo{
	float: right;
}
.logo a{
	display: inline-block;
}
.meau{
	float: left;
	padding-top: 31px;
}
.meau li{
	float: right;
	width: 88px;
	text-align: center;
}
.meau li a{
	font-family: UKIJ Tor;
	font-size: 16px;
	color: #fe423f;
	text-decoration: none;
}
.meau li a:active{
	color: #fece50;
}
.meau li a:hover{
	color: #fece50;
}
.meau li .active{
	color: #BC275B;
}
.meau li .theme-btn{
	background: #11A8AB;
	border: 1px solid #11A8AB;
	color: #fff;
	border-radius: 35px;
	padding: 5px 25px;
	display: table-cell;
	font-size: 15px;
	cursor: pointer;
	font-weight: 500;
}
.meau li .theme-btn:hover{
	color: #11A8AB;
	border: 1px solid #11A8AB;
	background: rgba(235,49,90,0.2);
}


#navi {
	height: 100px;
}

#menu {
	padding: 0;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.default ul li.logo{
	width: 228px;
	height: 100px;
	float: right;	
	background-image: url(../Images/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.default ul {
	padding: 0;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1240px;
	text-align: center;
}

.default ul li {
	list-style-type: none;
	display: inline;
	/*float: right;*/
}
.default ul li a {
	text-decoration: none;
	line-height: 40px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: inline-block;
  -webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
	transition-property: transform;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	padding-right: 15px;
	padding-left: 15px;
	color: #FFF;
	text-align: center;
}
.default ul li a:hover {
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
	transform: translateY(-6px);
  -webkit-animation-name: hover;
	animation-name: hover;
  -webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
  -webkit-animation-timing-function: linear;
	animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
	animation-direction: alternate;
	color: #0bf;
}
.default ul li a:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 70%;
  height: 10px;
  width: 80%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}
.default ul li a:hover:before {
  opacity: .4;
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-animation-name: hover-shadow;
  animation-name: hover-shadow;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.default .search-box .kirish {
	list-style-type: none;
	float: left;
	background-image: -webkit-linear-gradient(11deg, #252d3b 17%, #364052 63%, #1c232f 100%);
	background-color: #252d3b;
	border-radius: 0px 0px 10px 10px;
	width: 260px;
	height: 40px;
	text-align: center;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #00BBFF;
	direction: rtl;

}
.default .search-box .kirish a {
	color: #00BBFF;
	height: 40px;
	line-height: 40px;
}
/*Banner-Section Starts Here*/
.default .search-box .search{
	margin-top: 10px;
	overflow: hidden;
	float: left;
	border-radius: 10px;
}

.default .search-box .search .q{
    font-family:UKIJ Tor;
	border:0;
	width: 170px;
	direction: rtl;
	outline: 0;
	text-align: right;
	float: right;
	height: 40px;
	line-height: 20px;
	color: #333;
	background-color: #252d3b;
	padding-right: 10px;
	transition-duration: 0.3s;
}
.default .search-box .search .q:hover{
	background-color: #FFF;
	
}
.default  .search-box .search .submit{
    font-family:UKIJ Tor;
	border:0;
	float: right;
	line-height: 40px;
	width: 80px;
	outline: 0;
	color: #fff;
	font-size: 16px;
	background-image: -webkit-linear-gradient(11deg, #e92b4a 17%, #f26163 63%, #e92b4a 100%);
	background-color: #e92b4a;
	height: 40px;
}

.default {
	width: 1240px;
	height: 100px;
	background-color: #11161f;
	box-shadow: 0px 7px 14.88px 1.12px rgba(133, 127, 151, 0.12);
}

.fixed {
	position: fixed;
	top:0px;
	width: 100%;
	height: 50px;
	right: 0px;
	background-color: #fff;
	box-shadow: 0px 7px 14.88px 1.12px rgba(133, 127, 151, 0.12);
	overflow: hidden;
	z-index: 99999990;
}
.fixed ul {
	padding: 0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1240px;
	height: 50px;
}

.fixed ul li {
	list-style-type: none;
	display: inline;
	float: right;
}
.fixed ul li.logo{
	width: 143px;
	height: 50px;
	float: right;	
	background-image: url(../Images/logo2.png);
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}
.fixed ul li a {
	text-decoration: none;
	line-height: 50px;
	height: 50px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: inline-block;
  -webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
	transition-property: transform;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	padding-right: 20px;
	padding-left: 20px;
	color: #222;
	text-align: right;
}
.fixed ul li a:hover {
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
	transform: translateY(-6px);
  -webkit-animation-name: hover;
	animation-name: hover;
  -webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
  -webkit-animation-timing-function: linear;
	animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
	animation-direction: alternate;
	color: #e92747;
}
.fixed ul li a:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 70%;
  height: 10px;
  width: 80%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;

}
.fixed ul li a:hover:before {
  opacity: .4;
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-animation-name: hover-shadow;
  animation-name: hover-shadow;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/*Banner-Section Starts Here*/
.fixed .search-box .search{
	margin-left: 14px;
	margin-top: 10px;
	overflow: hidden;
	float: left;
	border-radius: 10px;
}

.fixed .search-box .search .q{
	font-family:UKIJ Tor;
	border:0;
	width: 155px;
	direction: rtl;
	outline: 0;
	text-align: right;
	float: right;
	height: 35px;
	line-height: 20px;
	color: #333;
	background-color: #252d3b;
	padding-right: 10px;
	transition-duration: 0.3s;
}
.fixed .search-box .search .q:hover{
	background-color: #FFF;

}
.fixed .search-box .search .submit{
	font-family:UKIJ Tor;
	border:0;
	float: right;
	line-height: 35px;
	width: 80px;
	outline: 0;
	color: #fff;
	font-size: 16px;
	background-image: -webkit-linear-gradient(11deg, #e92b4a 17%, #f26163 63%, #e92b4a 100%);
	background-color: #e92b4a;
	height: 35px;
}


.fixed .search-box .kirish {
	list-style-type: none;
	float: left;
	border-radius:50px;
	width: 240px;
	height: 35px;
	margin-top: 6.5px;
	margin-bottom: 20px;
	border: 1px solid #00bbff;
	text-align: center;
	direction: rtl;
}
.fixed .search-box .kirish a {
	line-height: 35px;
	color: #00bbff;
}

/*banner*/
.banner{
			width: 85.58%;
			height: 444px;
			margin: 10px auto;
			overflow: hidden;
			position: relative;
}
		
		.list li{
			position: absolute;
			width: 100%;
			text-align: center;
			margin-top: 15px;
		}
		.list li img{
		    width: 1126px;
            height: 414px;
            border: 6px solid #191919;
		}
		.btn{
			font:14px/2.5em "UKIJ Tor";
			text-align: center;
			position: absolute;
			left: 50%;
			transform: translateX(-55%);	
			bottom:40px;	
			z-index: 2;	
		}
		.btn li{
			float: left;
			width: 30px;
			line-height: 30px;
            border-radius: 39px 0px 39px 0px;
			background: salmon;
			margin: 0 5px;
			color: salmon;
			cursor: pointer;
		}
		.btn .on{
			background: slateblue;
			color: slateblue;
		}
		.list .on{
			z-index: 1;
		}
		
		.arrow{
			position: absolute;
			top: 50%;
			transform: translateY(-40%);
			width: 30px;
			text-align: center;
			line-height: 60px;
			background: rgba(0,0,0,0.3);
			color: #fe423f;
			text-decoration: none;
			font-size: 20px;
			z-index: 2;
		}
		.right{
			right:16%;
		}
		.left{
			left:16%;
		}
		.arrow:hover{
			background: rgba(0,0,0,0.5);
			font-weight: bold;
			text-decoration: none;
		}
/*近期热播*/
.con_area{
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.recent_con{
	overflow: hidden;
}
.con_top{
	height: 50px;
	border-bottom: 1px solid #ddd;
	background-image: url(../Images/con_top.png);
	background-position: right center;
	background-repeat: no-repeat;
	font-size: 18px;
	color: #FF0000;
	text-align: right;
	padding-right: 35px;
	line-height: 50px;
}
.con_top a{
	float: left;
	color: #222;
	font-size: 16px;
	text-decoration: none;
}
h1{
	font-size: 36px;
	color: #ffffff;
}
.more{
	float: left;
	direction: relative;
	line-height: 55px;
	color: #fe423f;
}



.kino_alma ul{
	width: 1250px;
	overflow:hidden;
	margin-left: -5px;
}
.kino_alma li{
	position:relative;
	float:right;
	width:230px;
	height: 395px;
	padding: 10px;
}

.kino_alma img{
	display:block;
	overflow:hidden;
	width:230px;
	height:300px;
-webkit-transition:1s;-moz-transition:1s;-o-transition:1s;		transition:1s;
	background-color: #f1f2f3;
	background-image: url(../Images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.kino_alma a:hover img{opacity:.5;-webkit-transform:scale(1.35);transform:scale(1.35);filter:alpha(opacity=90);}

.kino_alma a{
	display:block;
	overflow:hidden;
	color:#575656;
	text-align:center;
	line-height:44px;
	border-radius:8px;
	box-shadow: 0px 7px 14.88px 1.12px rgba(133, 127, 151, 0.12);
	text-decoration: none;
}
.kino_alma a:hover{
	color:#e92747;
	background-image: linear-gradient(to top,#fff,#e92747,#00bbff);
	background-color: #e92747;
}
.kino_alma a .tima{
	display:block;
	overflow:hidden;
	width:210px;
	height:70px;
	text-align:right;
	font-size:14px;
	line-height:25px;
	direction:rtl;
	background-color: #FFF;
	position: relative;
	bottom: 0px;
	padding: 10px;
}
.kino_alma .til{
	color:#666;
	float: right;
	width: 90px;
	position: relative;
	z-index: 2;
	margin-top: -45px;
	bottom: 0px;
	text-align: right;
	padding-right: 15px;
	height: 45px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eee;
	line-height: 40px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #eee;
	overflow: hidden;
}
.kino_alma .yul{
	color:#e92747;
	float: left;
	width: 109px;
	position: relative;
	z-index: 2;
	margin-top: -45px;
	bottom: 0px;
	padding-left: 15px;
	height: 45px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eee;
	line-height: 45px;
}
.kino_alma a .icon{
	position:absolute;
	top:34%;
	right:90px;
	display:block;
	opacity:0;
	filter:alpha(opacity=0);
}
.kino_alma a .icon p{
	width:44px;
	height:44px;
	background-position:center center;
    transition:all .5s ease 0s;
    background-image: url(../Images/picon.png);
	background-repeat: no-repeat;
}
.kino_alma a:hover .icon{background-position:-81px -55px;opacity:1;filter:alpha(opacity=100)}

.kino_alma a:hover .icon p{display:block;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);-ms-transform:rotate(180deg)}


.mtv_alma ul{
	width: 1250px;
	overflow:hidden;
	margin-left: -5px;
}
.mtv_alma li{
	position:relative;
	float:right;
	width:230px;
	height: 200px;
	padding: 10px;
}

.mtv_alma img{
	display:block;
	overflow:hidden;
	width:230px;
	height:150px;
-webkit-transition:1s;-moz-transition:1s;-o-transition:1s;		transition:1s;
	background-color: #f1f2f3;
	background-image: url(../Images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.mtv_alma a:hover img{opacity:.5;-webkit-transform:scale(1.35);transform:scale(1.35);filter:alpha(opacity=90);}

.mtv_alma a{
	display:block;
	overflow:hidden;
	color:#575656;
	text-align:center;
	line-height:44px;
	border-radius:8px;
	box-shadow: 0px 7px 14.88px 1.12px rgba(133, 127, 151, 0.12);
	text-decoration: none;
}
.mtv_alma a:hover{
	color:#e92747;
	background-image: linear-gradient(to top,#fff,#e92747,#00bbff);
	background-color: #e92747;
}
.mtv_alma a .tima{
	display:block;
	overflow:hidden;
	width:210px;
	height:25px;
	text-align:right;
	font-size:14px;
	line-height:28px;
	direction:rtl;
	background-color: #FFF;
	position: relative;
	bottom: 0px;
	padding: 10px;
}
.mtv_alma a .icon{
	position:absolute;
	top:34%;
	right:90px;
	display:block;
	opacity:0;
	filter:alpha(opacity=0);
}
.mtv_alma a .icon p{
	width:44px;
	height:44px;
	background-position:center center;
    transition:all .5s ease 0s;
    background-image: url(../Images/picon.png);
	background-repeat: no-repeat;
}
.mtv_alma a:hover .icon{background-position:-81px -55px;opacity:1;filter:alpha(opacity=100)}

.mtv_alma a:hover .icon p{display:block;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);-ms-transform:rotate(180deg)}

.con_main{
	margin-top: 50px;
	margin-right: 1.3%;
}
.con_main li{
	float: right;
	display: block;
	position: relative;
	cursor: pointer;
	width: 200px;
	height: 360px;
	overflow: hidden;
}
.con_main li a{
	transition: 0.9s;
	color: #333333;
	font-size: 14px;
	text-decoration: none;
	text-align: right;
}
.con_main li .pic{
	width: 200px;
	height: 300px;
	overflow: hidden;
	border-radius: 10px;
}
.con_main li .play{
	width: 50px;
	height: 50px;
	overflow: hidden;
	border-radius: 10px;
	position: absolute;
	z-index: 4;	
}
.con_main li .play:hover{
	background-image: url(../Images/con_top.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.con_main li img{
	transition: 0.9s;
    width: 200px;
    height: 300px;
}
.con_main li img:hover{
    transform: scale(1.1);
}
.portfolio-content{
	transition: 0.9s;
	width: 200px;
	height: 50px;
	position: relative;
	z-index: 1;
}

/*--------------------------------------------------------------
# Food Lovers
--------------------------------------------------------------*/
.food_lovers {
  position: relative;
  display: block;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.food_lovers:before {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0;
  bottom: 0;
  content: "";
  background: rgba(17, 22, 31, 0.8);
}
@keyframes animate {
  0%,100% {
    text-shadow: 4px 0px 1px #070707, 6px 0px 1px #070707, 8px 0px 1px #070707, 10px 0px 1px #070707;
  }
  50% {
    text-shadow: -4px 0px 1px #070707, -6px 0px 1px #070707, -4px 0px 1px #070707, -10px 0px 1px #070707;
  }
}


/*--------------------------------------------------------------
# Video One
--------------------------------------------------------------*/
.video-one {
	position: relative;
	display: block;
	background-attachment: scroll;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 400px;
	padding-bottom: 35px;
	width: 100%;
	background-color: #151c26;
}



/*底部*/



 #vip{
		        width: 35px;
		        height: 25px;
		        line-height: 25px;
		        padding: 1px 4px;
		        z-index: 222;
		        position: absolute;
		        right: 0;
		        border-radius: 0px 0px 0px 8px;
		        background: #e92b4a;/*#11a8ab*/
		        font-family: 'UKIJ Saet';
		        font-size: 18px;
		        color: #ffffff;
		    }
		    #pul{
		        width: 50px;
		        height: 25px;
		        line-height: 25px;
		        padding: 1px 4px;
		        z-index: 333;
		        position: absolute;
		        left: 0;
		        border-radius: 0px 0px 8px 0px;
		        background: #00bbff;
		        font-size: 18px;
		        color: #ffffff;
		    }	

iframe {
	border: none;
	position: relative;
	z-index: 555;
}

	#main{position: absolute;width: 200px;left: 50%;margin-left: -100px;top:200px;text-align: center;}
	#main li{list-style-type: none;margin-top: 5px;}
	#main li a{color: #fff;}
	#main li a:hover{color: #99e;}
	#main li a:active{color: #e99;}


.simpleAlert{position: fixed;z-index: 1000;}
.simpleAlertShelter{position: fixed;width: 100%;height: 100%;top:0;left:0;background-color: #000;opacity: 0.7;filter:alpha(opacity=70)}
.simpleAlertBody{
	position:fixed;
	display: none;
	width: 520px;
	height: 460px;
	top:40%;
	left:50%;
	opacity:0;
	background-color: #fff;
	margin-top: -188px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -238px;
	z-index: 999999999999;
	border-radius:10px;
	overflow: hidden;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #00BBFF;
}
.simpleAlertBodyClose{
	height: 30px;
	cursor: pointer;
	float: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	background-image: url(../Images/x.png);
	background-repeat: no-repeat;
	background-position: 510px center;
	width: 100%;
	padding: 10px;
	transition: all .5s ease 0s;
	z-index: 2;
}
.simpleAlertBodyContent{
	overflow-y:auto;
	font-size: 14px;
	font-weight: 600;
	color: #555;
	background-color: #fff;
	padding: 10px;
	text-align: center;
}
.simpleAlertBtn{
	cursor:pointer;
	border-radius: 5px;
	color: #444;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
}
.simpleAlertBtn1{
	position: absolute;
	top: 8px;
}
.simpleAlertBtn2{background-color: #f7f7f7;color: #333;right: 25%;}
.onlyOne{
	height: 50px;
	text-align: center;
	width: 100%;
}


/*--------------------------------------------------------------
# Counter One
--------------------------------------------------------------*/
.counter_one {
	position: relative;
	display: block;
	min-height: 420px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #f8f9ff;
	border-radius:20px;
}
.counter_one_shape {
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: top left;
  width: 383px;
  height: 583px;
  z-index: 100;
}
.counter_one_content {
  position: relative;
  display: block;
}
.counter_one_content:before {
  position: absolute;
  top: 0;
  left: -50000px;
  border-top-right-radius: 4px;
  right: 0;
  background: var(--thm-primary);
  content: "";
  z-index: 100;
}

.counter_one_box {
  position: relative;
  display: block;
  margin-top: -120px;
  z-index: 10;
}
.counter_one_box:before {
  position: absolute;
  top: 0px;
  left: -50000px;
  bottom: 0;
  right: 0;
  background: #ffffff;
  border-top-right-radius: 4px;
  content: "";
  z-index: -1;
}

.counter_one_box .counter_one_single {
  position: relative;
  display: inline-block;
  float: left;
  max-width: 200px;
  width: 100%;
  padding-left: 90px;
  padding-top: 110px;
  background: var(--thm-base);
}
.counter_one_box .counter_one_single:first-child {
  padding-left: 60px;
}
.counter_one_box .counter_one_single:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background: #dee2e8;
  content: "";
}
.counter_one_box .counter_one_single:last-child:before {
  display: none;
}
.counter_one_box .counter_one_single h3 {
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 11px;
}
.counter_one_box .counter_one_single p {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin: 0;
}


/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
	position: relative;
	display: block;
	overflow: hidden;
	background-color: #161623;
	width: 100%;
	padding-top: 30px;
	padding-right: 0;
	padding-left: 0;
}
.site-footer .het {
	color: #bdbdbd;
	float: right;
	text-align: right;
	width: 640px;
}
.site-footer .logo{
	float: right;
	background-image: url(../Images/foot_logo.png);
	background-position: center center;
	height: 168px;
	width: 160px;
	background-repeat: no-repeat;
}
.site-footer .fot_l{float:left;width:390px}
.site-footer .fot_l ul{height:130px}
.site-footer .fot_l li.fot_weixin{
	float:left;
	width:268px;
	height:82px;
	background:#0c0c13;
	color:#777;
	padding:10px;
	line-height:28px;
	text-align: right;
}
.site-footer .fot_l li.fot_pic{float:right;width:102px;height:102px;background:#0c0c13}

.site_footer_map {
  position: absolute;
  top: 0;
  right: 0;
  width: 551px;
  height: 458px;
  background-repeat: no-repeat;
  background-position: top right;
  opacity: 0.04;
}
/*--------------------------------------------------------------
# Site Footer Bottom
--------------------------------------------------------------*/
.site-footer_bottom {
  position: relative;
  display: block;
  background: #0c0c13;
  padding: 27.5px 0;
}
.site-footer_bottom .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.site-footer_bottom_copyright {
}

.site-footer_bottom_copyright p {
  font-size: 16px;
  color: #959ca7;
  margin: 0;
}
.site-footer_bottom_copyright a {
  color: #b4b8c3;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.site-footer_bottom_copyright a:hover {
  color: var(--thm-primary);
}
.site-footer__social {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.site-footer__social a {
	display: -webkit-box;
	display: flex;
  -webkit-box-align: center;
	align-items: center;
  -webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	width: 40px;
	height: 40px;
	font-size: 15px;
	border-radius: 50%;
  -webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	background-color: #FFFFFF;
	color: #0c0c13;
	text-decoration: none;
}
.site-footer__social a + a {
  margin-left: 10px;
}
.site-footer__social a:hover {
  background-color: #e92b4a;
  color: #fff;
}

#back-to-top{
		position:fixed;
		bottom:90px;

		right:60px;
	}
	#back-to-top a{
	text-align:center;
	text-decoration:none;
	color:#d1d1d1;
	display:block;
	width:80px;
		/*使用CSS3中的transition属性给跳转链接中的文字添加渐变效果*/
		-moz-transition:color 1s; 
		-webkit-transition:color 1s;
		-o-transition:color 1s;
	margin-top: -20px;
	}
	#back-to-top a:hover{
		color:#979797;
	}
	#back-to-top a span{
		background:#d1d1d1;
		border-radius:100px 100px 0px 0px;
		display:block;
		height:80px;
		width:80px;
		background:#fff url(../Images/top.png) no-repeat center center;
		box-shadow: 0px 0px 14.88px 1.12px rgba(133, 127, 151, 0.25);
		margin-bottom:5px;
		-moz-transition:background 1s;
		-webkit-transition:background 1s;
		-o-transition:background 1s;
	}
	#back-to-top a:hover span{
		background:#00bbff url(../Images/top2.png) no-repeat center center;
}
