﻿@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
}

body {
	width: 100%;
	margin: 0 auto;
}

.header {
	margin: 0 auto;
	width: 100%;
	height: 102px;
	background-color: #009ce1;
}

.header_main {
	margin: 0 auto;
	height: 102px;
}

.header_logo {
	float: left;
	width: 215px;
	height: 102px;
}

.main_banner {
	margin: 0 auto;
	height: 744px;
}
/* main_image */
.main_visual {
	height: 730px;
	border-top: 1px solid #d7d7d7;
	overflow: hidden;
	position: relative;
}

.main_image {
	height: 730px;
	overflow: hidden;
	position: relative;
}

	.main_image ul {
		width: 9999px;
		height: 730px;
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 0
	}

	.main_image li {
		float: left;
		width: 100%;
		height: 730px;
	}

		.main_image li span {
			display: block;
			width: 100%;
			height: 730px
		}

		.main_image li a {
			display: block;
			width: 100%;
			height: 730px
		}


.index_banner {
	height: 730px;
	width: 100%;
	margin: 0 auto;
}

.flexslider {
	position: relative;
	height: 730px;
	overflow: hidden;
	background: url(/cn/images/loading.gif) 50% no-repeat;
}

.slides {
	position: relative;
	z-index: 1;
}

	.slides li {
		height: 730px;
	}

		.slides li a {
			float: left;
			width: 100%;
			height: 730px;
		}

.flex-control-nav {
	position: absolute;
	bottom: 10px;
	z-index: 2;
	width: 100%;
	text-align: center;
}

	.flex-control-nav li {
		display: inline-block;
		width: 14px;
		height: 14px;
		margin: 0 5px;
		*display: inline;
		zoom: 1;
	}

	.flex-control-nav a {
		display: inline-block;
		width: 14px;
		height: 14px;
		line-height: 40px;
		overflow: hidden;
		cursor: pointer;
	}

	.flex-control-nav .flex-active {
		background-position: 0 0;
	}

.flex-direction-nav {
	position: absolute;
	z-index: 3;
	width: 100%;
	top: 38%;
}

	.flex-direction-nav li a {
		display: block;
		width: 81px;
		height: 117px;
		overflow: hidden;
		cursor: pointer;
		position: absolute;
	}

		.flex-direction-nav li a.flex-prev {
			top: 0px;
			left: 40px;
			background: url(/cn/images/arrows_left.png) center center no-repeat;
		}

		.flex-direction-nav li a.flex-next {
			top: 0px;
			right: 40px;
			background: url(/cn/images/arrows_right.png) center center no-repeat;
		}

div.flicking_con {
	position: absolute;
	top: 680px;
	left: 50%;
	z-index: 999;
	width: 300px;
	height: 21px;
	margin: 0 0 0 -50px;
}

	div.flicking_con a {
		float: left;
		width: 21px;
		height: 21px;
		margin: 0;
		padding: 0;
		background: url('../images/btn_main_img.png') 0 0 no-repeat;
		display: block;
		text-indent: -1000px
	}

		div.flicking_con a.on {
			background-position: 0 -21px
		}

#btn_prev, #btn_next {
	z-index: 11111;
	position: absolute;
	display: block;
	width: 73px !important;
	height: 74px !important;
	top: 50%;
	margin-top: -37px;
	display: none;
}

#btn_prev {
	background: url(/cn/images/hover_left.png) no-repeat left top;
	left: 100px;
}

#btn_next {
	background: url/cn/images/hover_right.png) no-repeat right top;
	right: 100px;
}

.main_companyinfo {
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	padding: 10px;
	margin-top: 30px;
}

.main_companyinfo_title {
	float: left;
	height: 48px;
	width: 100%;
	font-size: 35px;
	color: #333;
	font-weight: bold;
}

.main_companyinfo_content {
	float: left;
	height: auto;
	overflow: hidden;
	font-size: 26px;
	color: #666;
	font-weight: normal;
}

.certified_pic {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
}

.certified_search {
	width: 80%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	text-align: center;
}

.certified_search_new {
	width: 100%;
	min-width: 110px;
	margin: 0 auto;
	overflow: hidden;
	/* text-align: center; */
	background: url(/cn/images/search-bg.png) no-repeat 0 0;
	background-size: 100% 100%;
	/* height: 390px; */
	margin: 20px 0;
	padding: 15px 0;
}

.search-small {
	width: 1100px;
	background-color: #FFF;
	position: relative;
	padding: 30px 150px;
	box-sizing: border-box;
	margin-left: 10%;
}

.clearfix:before {
	content: '';
	display: table;
}

.clearfix:after {
	content: '';
	display: table;
	clear: both;
}

.searchImg {
	width: 145px;
	position: absolute;
	top: 50%;
	margin-top: -80px;
	left: -75px;
}

.search_tit {
	color: #373636;
	width: 230px;
}

	.search_tit p:nth-child(1) {
		font-size: 22px;
		font-weight: bold;
	}

	.search_tit p:nth-child(2) {
		font-size: 16px;
	}

.search_list {
	margin-bottom: 40px;
}

	.search_list > div {
		float: left;
	}

	.search_list input {
		background: #ccebf9;
		height: 40px;
		border-radius: 3px;
		box-shadow: 0 5px 5px #e6f1f5;
		outline: none;
		padding: 0 10px;
		box-sizing: border-box;
		font-size: 18px;
	}

.input1 {
	width: 500px;
}

.input2 {
	width: 240px;
	float: left;
	margin-right: 10px;
}

.codeImg {
	width: 120px;
	height: 40px;
	float: left;
	margin-right: 10px;
}

.search {
	width: 120px;
	height: 40px;
	float: left;
	border-radius: 3px;
	background: linear-gradient(#2cbeff, #009ce1);
	background: -webkit-linear-gradient(#2cbeff, #009ce1);
	background: -moz-linear-gradient(#2cbeff, #009ce1);
	background: -o-linear-gradient(#2cbeff, #009ce1);
	box-shadow: 0 5px 5px #e6f1f5;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	outline: none;
	cursor: pointer;
}

.search_result {
	width: 500px;
	margin-left: 230px;
	color: #373636;
	font-size: 18px;
}

.certified_search_input_bg {
	float: left;
	background: url(/cn/images/search_bg.gif) top left no-repeat;
	width: 400px;
	height: 80px;
}

.certified_search_input {
	float: left;
	width: 298px;
	height: 60px;
	line-height: 60px;
	font-size: 30px;
	margin-left: 2px;
	margin-top: 3px;
	color: #999;
}

.happylink {
	margin: 0 auto;
	height: 40px;
	width: 1002px;
}

ul.happylinklist {
	float: left;
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0;
}

	ul.happylinklist li {
		float: left;
		list-style: none;
		width: 208px;
		height: 40px;
		background: url(/cn/images/happylink_bg.png) center center no-repeat;
		color: #FFFFFF;
		font-size: 20px;
		line-height: 40px;
		text-align: center;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
	}
