@charset "utf-8";

/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
	font-size: 12px;
	color: #969696;
	background: #F5F5F5;
}

::selection {
	color: #FFFFFF;
	background: #FFB500;
	/*选中文本改变颜色*/
}

img {
	border: 0px;
	blr: e­xpression(this.onFocus=this.blur());
}

form {
	margin: 0px;
	padding: 0px;
}

* {
	margin: 0px;
	padding: 0px;
}


/* 浏览器滚动条  begin */

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

::-webkit-scrollbar-track:vertical {
	background: #FF0000;
}

::-webkit-scrollbar-track-piece {
	/* 外层轨道 */
	background: #F5F5F5
}

::-webkit-scrollbar-thumb:vertical {
	/* 内层轨道 */
	background: #CCCCCC;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb:vertical:hover {
	/* 鼠标滑向内层轨道 */
	background: #666666;
}


/*浏览器滚动条  end */


/* nav begin */

.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	transition: all 0.2s ease;
}

.gizle {
	top: -55px;
}

.sabit {
	top: 0;
	z-index: 9999;
}

.header_bg {
	background: #FFFFFF;
	opacity: 0.85;
	position: absolute;
	width: 100%;
	height: 55px;
}

.logo_l {
	position: absolute;
	top: 15px;
	left: 15px;
}

.logo_r {
	position: absolute;
	top: 25px;
	left: 147px;
	font-size: 0px;
	transition: all 0.35s ease;
	animation: logo_animation 1.5s linear 0s infinite normal;
}

@keyframes logo_animation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.nav {
	position: absolute;
	top: 18px;
	right: 15px;
	font-size: 14px;
	color: #333333;
}

.nav ul {}

.nav ul li {
	float: left;
	list-style: none;
	display: block;
	margin-right: 15px;
}

.nav ul li a {
	text-decoration: none;
	padding: 5px 15px;
	transition: all 0.35s ease;
	color: #000000;
}

.nav ul li a:hover {
	text-decoration: none;
	background: #FFB500;
	border-radius: 5px;
	color: #FFFFFF;
}

.nav ul li a.on {
	text-decoration: none;
	background: #FFB500;
	border-radius: 5px;
	color: #FFFFFF;
}


/* nav end */


/* banner begin */

#banner {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	background: #F5F5F5;
}

.slides {
	margin: 0px auto;
	width: 100%;
	position: relative;
}

.slide-pic {
	margin: 0px;
	padding: 0px;
	width: 100%;
	list-style: none;
}

.slide-pic img {
	width: 100%;
	display: block;
}

.slide-pic li {
	display: none;
}

.slide-pic li.cur {
	display: block;
}

.slide-li {
	left: 0px;
	bottom: 0px;
	position: absolute;
	width: 100%;
}

.slide-li li {
	width: 20%;
	height: 5px;
	float: left;
	overflow: hidden;
	list-style: none;
	cursor: pointer;
}

.op li {
	background: #FFFFFF;
	opacity: 0.4;
}

.op li.cur {
	background: #FFFFFF;
	opacity: 0.8;
}

.slide-txt span {
	display: none;
}


/* banner  end */


/* con  beign */

.con {
	width: 100%;
	height: auto;
	overflow: auto;
}

.con ul {}

.con ul a {
	color: #969696;
}

.con ul li {
	width: 25%;
	text-align: center;
	float: left;
	padding: 80px 0px;
	transition: all 0.35s ease;
	list-style: none;
	display: block;
	overflow: hidden;
	background: #F5F5F5;
}

.con ul li:hover {
	background: #FFFFFF;
	cursor: pointer;
}

.con ul li div.con_ico {
	transition: all 0.35s ease;
	transform: rotate(0deg);
}

.con ul li:hover div.con_ico {
	transform: rotate(360deg);
}

.con ul li div.con_t,
.con_t2,
.con_t3,
.con_t4 {
	transition: all 0.35s ease;
	font-size: 16px;
	padding: 0px 0px 10px 0px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.con ul li:hover div.con_t {
	color: #FFB500;
}

.con ul li:hover div.con_t2 {
	color: #F25860;
}

.con ul li:hover div.con_t3 {
	color: #00D09F;
}

.con ul li:hover div.con_t4 {
	color: #0AA3FF;
}

.con ul li div.con_text {
	padding: 0px 50px;
	line-height: 25px;
	text-align: justify;
}


/* 图标大小及样式 beign */

.f_size {
	font-size: 80px;
}

.f_size_2 {
	font-size: 50px;
}

.f_size_3 {
	font-size: 40px;
}

.f_size_4 {
	font-size: 20px;
}

.icon_1 {
	width: 1em;
	height: 1em;
	color: #FFB500;
	fill: currentColor;
	overflow: hidden;
}

.icon_2 {
	width: 1em;
	height: 1em;
	color: #F25860;
	fill: currentColor;
	overflow: hidden;
}

.icon_3 {
	width: 1em;
	height: 1em;
	color: #00D09F;
	fill: currentColor;
	overflow: hidden;
}

.icon_4 {
	width: 1em;
	height: 1em;
	color: #0AA3FF;
	fill: currentColor;
	overflow: hidden;
}

.icon_5 {
	width: 1em;
	height: 1em;
	color: #00C8FF;
	fill: currentColor;
	overflow: hidden;
}

.icon_6 {
	width: 1em;
	height: 1em;
	color: #FF7C00;
	fill: currentColor;
	overflow: hidden;
}

.icon_7 {
	width: 1em;
	height: 1em;
	color: #ff3355;
	fill: currentColor;
	overflow: hidden;
}

.icon_8 {
	width: 1em;
	height: 1em;
	color: #383838;
	fill: currentColor;
	overflow: hidden;
}

.icon_9 {
	width: 1em;
	height: 1em;
	color: #B045EF;
	fill: currentColor;
	overflow: hidden;
}

.icon_10 {
	width: 1em;
	height: 1em;
	color: #3ebc31;
	fill: currentColor;
	overflow: hidden;
}


/* 图标大小及样式 end */


/* con  end */


/* work beign */

.work {
	width: 100%;
	height: 100%;
	overflow: auto;
	background: #F5F5F5;
}

.work_k {
	width: 85%;
	height: 100%;
	overflow: auto;
	margin: 80px auto;
}

.work_k ul {}

.work_k ul li {
	width: 15%;
	text-align: center;
	float: left;
	padding: 50px 0px;
	transition: all 0.35s ease;
	list-style: none;
	display: block;
	overflow: hidden;
	background: #FFFFFF;
	position: relative;
	cursor: pointer;
}

.work_k ul li a {
	color: #969696;
	text-decoration: none;
}

.work_k ul li a:hover {
	color: #969696;
	text-decoration: none;
}

.work_k ul li.work_j {
	width: 2%;
	text-align: center;
	float: left;
	list-style: none;
	display: block;
	overflow: hidden;
	background: #F5F5F5;
	height: 1px;
}

.work_k ul li div.work_title {
	font-size: 16px;
	padding: 5px 0px 10px 0px;
}

.work_k ul li div.work_icon {
	transform: translate3d(0, 0, 0);
	transition: all 0.35s ease;
}

.work_k ul li:hover div.work_icon {
	transform: translate3d(0, -20%, 0);
}

.work_k ul li div.work_line {
	width: 100%;
	transition: all 0.35s ease;
	transform: scale(0, 1);
	position: absolute;
	bottom: 0px;
	height: 3px;
	background: #00C8FF;
}

.work_k ul li div.work_line2 {
	width: 100%;
	transition: all 0.35s ease;
	transform: scale(0, 1);
	position: absolute;
	bottom: 0px;
	height: 3px;
	background: #FF7C00;
}

.work_k ul li div.work_line3 {
	width: 100%;
	transition: all 0.35s ease;
	transform: scale(0, 1);
	position: absolute;
	bottom: 0px;
	height: 3px;
	background: #4F88FC;
}

.work_k ul li div.work_line4 {
	width: 100%;
	transition: all 0.35s ease;
	transform: scale(0, 1);
	position: absolute;
	bottom: 0px;
	height: 3px;
	background: #D6D34D;
}

.work_k ul li div.work_line5 {
	width: 100%;
	transition: all 0.35s ease;
	transform: scale(0, 1);
	position: absolute;
	bottom: 0px;
	height: 3px;
	background: #B045EF;
}

.work_k ul li div.work_line6 {
	width: 100%;
	transition: all 0.35s ease;
	transform: scale(0, 1);
	position: absolute;
	bottom: 0px;
	height: 3px;
	background: #3ebc31;
}

.work_k ul li:hover div.work_line,
.work_k ul li:hover div.work_line2,
.work_k ul li:hover div.work_line3,
.work_k ul li:hover div.work_line4,
.work_k ul li:hover div.work_line5,
.work_k ul li:hover div.work_line6 {
	width: 100%;
	transform: scale(1, 1);
}


/* work end */


/* ad  beign */

.ad {
	width: 100%;
	height: 100%;
	overflow: auto;
	background: #FFFFFF;
	padding: 30px 0px;
}

.ad_k {
	width: 85%;
	color: #FFFFFF;
	margin: 0px auto;
	overflow: hidden;
}

.ad_j {
	width: 2%;
	float: left;
	height: 1px;
}

.ad_list {
	width: 32%;
	float: left;
	position: relative;
	cursor: pointer;
}

.ad_list a {
	color: #FFFFFF;
	text-decoration: none;
}

.ad_list a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.ad_list img {
	width: 100%;
	display: block;
}

.ad_logo {
	top: 15px;
	left: 20px;
	position: absolute;
	font-size: 14px;
}

.ad_line {
	width: 0%;
	transition: all 0.35s ease;
	position: absolute;
	top: 41px;
	left: 20px;
	height: 2px;
	background: #FFFFFF;
	overflow: hidden;
	transform: translate3d(0, 0, 100%);
}

.ad_list:hover .ad_line {
	width: 94%;
}

.ad_text {
	opacity: 0;
	transform: translate3d(100%, 0, 0);
	transition: all 0.35s ease;
	position: absolute;
	top: 50px;
	left: 20px;
}

.ad_list:hover .ad_text,
.ad_line {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.ad_bg_im-tea {
	background: #147005;
	overflow: hidden;
}

.ad_bg_im-tea img {
	width: 100%;
	display: block;
	transition: all 0.35s ease;
	transform: scale(1.1, 1.1);
	opacity: 0.8;
}

.ad_bg_im-tea:hover img {
	opacity: 0.4;
	transform: scale(1, 1);
}

.ad_bg_jiukankan {
	background: #9B0010;
	overflow: hidden;
}

.ad_bg_jiukankan img {
	width: 100%;
	display: block;
	transition: all 0.35s ease;
	transform: scale(1.1, 1.1);
	opacity: 0.8;
}

.ad_bg_jiukankan:hover img {
	opacity: 0.4;
	transform: scale(1, 1);
}

.ad_bg_loocolor {
	background: #D08822;
	overflow: hidden;
}

.ad_bg_loocolor img {
	width: 100%;
	display: block;
	transition: all 0.35s ease;
	transform: scale(1.1, 1.1);
	opacity: 0.8;
}

.ad_bg_loocolor:hover img {
	opacity: 0.4;
	transform: scale(1, 1);
}


/* ad  end */

video#bgvid {
	position: fixed;
	left: 0;
	top: 0;
	width: 113%;
	z-index: -999;
	background-size: cover;
}

.video_k {
	width: 100%;
	height: 450px;
	position: relative;
}


/*.video_bg{
	width: 100%; height: 450px; background:#000000; opacity: 0.8; position: absolute; top: 0px; left: 0px;
}

.video_text{
	color: #FFFFFF; font-size: 60px; position: absolute; top: 180px; left: 50%;  margin-left: -420px;
}*/

.video_text {
	color: #FFFFFF;
	font-size: 60px;
	text-align: center;
	position: absolute;
	width: 100%;
	padding-top: 195px;
}


/* bottom beign */

.bottom {
	width: 100%;
	height: 100%;
	overflow: auto;
	background: #EBEBEB;
	color: #888888;
	font-size: 12px;
}

.link {
	padding: 20px 15px;
	height: 100%;
	overflow: auto;
	border-bottom: 1px #E0E0E0 solid;
}

.link ul {}

.link ul li {
	padding: 0px 15px 0px 0px;
	display: block;
	float: left;
	list-style: none;
	white-space: nowrap;
}

.link ul li a {
	padding: 0px;
	color: #888888;
	text-decoration: none;
}

.link ul li a:hover {
	padding: 0px;
	color: #000000;
	text-decoration: none;
	transition: all 0.35s ease;
}

.link ul li.link_t {
	display: block;
	float: left;
	list-style: none;
	white-space: nowrap;
	padding: 0px 5px 0px 0px;
}

.link ul li.sq {
	padding: 0px 15px 0px 0px;
	display: block;
	float: left;
	list-style: none;
}

.link ul li.sq a {
	color: #00A0E9;
	text-decoration: none;
}

.link ul li.sq a:hover {
	color: #00A0E9;
	text-decoration: none;
	transition: all 0.35s ease;
}

.bottom_k {
	height: 100%;
	overflow: auto;
	padding: 20px 15px;
}

.b_nav {
	height: 100%;
	overflow: auto;
	float: left;
}

.b_nav span.tongji {
	/* font-size: 0px; */
}

.b_nav a {
	color: #888888;
	text-decoration: none;
}

.b_nav a:hover {
	color: #000000;
	text-decoration: none;
	transition: all 0.35s ease;
}

.copyright {
	height: 100%;
	overflow: auto;
	float: right;
}

.copyright a {
	color: #888888;
	text-decoration: none;
}

.copyright a:hover {
	color: #000000;
	text-decoration: none;
	transition: all 0.35s ease;
}


/* bottom end */