* {
	box-sizing: border-box
}
body {
	font-family: "微软雅黑", yahei;
	margin: 0px;
	padding: 0px;
}
.nav {
	height: 120px;
	width: 1400px;
	margin-right: auto;
	margin-left: auto;
}
.nav dl {
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.nav dl dt {
	margin: 0px;
	padding: 0px;
	float: left;
}
.nav dl dd {
	margin: 0px;
	float: right;
	width: 850px;
	display: block;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.nav dl dd a {
	width: 120px;
	display: block;
	text-decoration: none;
	height: 60px;
	line-height: 60px;
	text-align: center;
	float: left;
	color: #333;
}
.nav dl dd a:hover {
	font-weight: bold;
	background-color: #09F;
	color: #FFF;
}
.nav dl dd a strong {
	background-color: #09F;
	color: #FFF;
	display: block;
}

.flexslider {
	margin: 0px auto 20px;
	position: relative;
	width: 100%;
	height: 800px;
	overflow: hidden;
	zoom: 1;
	background-color: #003;
}
.flexslider .slides li {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: url(img/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}
.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 0;
}
.flex-direction-nav .flex-prev {
	left: 0;
}
.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}
.flex-control-nav li {
	display: inline-block;
	zoom: 1;

 *display: inline;
	padding: 0px;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;
	list-style-type: none;
}
.flex-control-paging li a {
	background: url(img/dot.png) no-repeat 0 -20px;
	display: block;
	height: 20px;
	overflow: hidden;
	text-indent: -99em;
	width: 20px;
	cursor: pointer;
}
.flex-control-paging li a.flex-active, .flex-control-paging li.active a {
	background-position: 0 0;
}
.flexslider .slides a img {
	width: 100%;
	height: 800px;
	display: block;
}
.ss1 {
	height: 100px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
.ss2 {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	height: 460px;
}
.ss3 {
	float: left;
	width: 620px;
}
.ss3 img {
	width: 600px;
	height: 400px;
}

		
.ss4 {
	float: right;
	height: 420px;
	width: 560px;
}
.ss4 h2 {
	font-size: 40px;
	font-weight: bold;
	font-family: "微软雅黑", yahei;
	letter-spacing: 5px;
	margin: 0px;
	padding: 0px;
}
.ss4 h3 {
	color: #09F;
	font-size: 20px;
	margin: 0px;
	padding: 0px;
	line-height: 40px;
}
.ss4 span {
	color: #444;
	padding-top: 10px;
	display: block;
	font-size: 18px;
	line-height: 32px;
}
.ss4 span a {
	display: block;
	color: #FFF;
	font-weight: normal;
	background-color: #09F;
	width: 120px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-decoration: none;
	font-size: 14px;
	margin-top: 20px;
}
.ss4 span a:hover {
	background-color: #F60;
}
.ss5 {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
.ss6 {
	width: 1210px;
	margin-right: auto;
	margin-left: auto;
}
.ss6 ul {
	margin: 0px;
	padding: 0px;
}
.ss6 ul li {
	position: relative;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	width: 300px;
	height: 550px;
}
.ss-daohang {
	border: 5px solid #FFF;
}
.ss-daohang:after {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	-webkit-transition: opacity .25s ease-in-out;
	transition: opacity .3s ease-in-out;
	opacity: 0;
	top: 0;
}
.ss-daohang:hover:after {
	opacity: 1;
}
.ss-daohang span {
	color: #FFF;
	-webkit-transition: all .5s ease-in-out;
	transition: all .3s ease-in-out;
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%) scale(0);
	z-index: 1;
	width: calc(100% - 50px);
	text-align: center;
	padding: 10px;
	border-radius: 5px;
	margin: 0;
}
.ss-daohang:hover span {
	opacity: 1;
	transform: translateX(-50%) scale(1);
	bg-opacity: 0.8;
}
.ss6 .caption span strong {
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
}
.ss6 .caption span a {
	color: #FFF;
	text-decoration: none;
	display: block;
	line-height: 50px;
	height: 50px;
}
.ss6 .caption span a:hover {
	font-weight: bold;
	color: #FFF;
}
.ss-daohang img {
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.ss-daohang:hover img {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}
.ss7 {
	clear: both;
	height: 120px;
	text-align: center;
	padding-top: 30px;
}
.ss7 a {
	display: block;
	color: #FFF;
	font-weight: normal;
	background-color: #09F;
	width: 150px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-decoration: none;
	font-size: 14px;
	margin-right: auto;
	margin-left: auto;
}
.ss7 a:hover {
	background-color: #F60;
}
.caption {
}
.ss8 {
	background-image: url(img/about.jpg);
	height: 500px;
	background-position: center top;
	clear: both;
}
.ss8 span {
	width: 1200px;
	color: #FFF;
	padding-top: 200px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}
.ss8 span h2 {
	font-size: 34px;
}
.ss8 span h3 {
	font-size: 20px;
}
.link {
	background-color: #EEEEEE;
	height: 550px;
}
.mains{
	width: 1200px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

 
.g2{
	width: 1200px;
	height: 180px;
	float: left;
	margin: 0;
	padding-top: 40px;
}
 
.g2 ul {
	margin: 0px;
	padding: 0px;
}
.g2 li {
	list-style: none;
	padding: 0;
	margin: 0;
	background-color: #EEE;
}
.g2 ul li img {
	border-top-width: 20px;
	border-right-width: 5px;
	border-bottom-width: 20px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.g4{
	width: 1200px;
	height: 180px;
	float: right;
	margin: 0;
	padding-top: 40px;
}


.g4 ul {
	margin: 0px;
	padding: 0px;
}
.g4 li {
	list-style: none;
	margin: 0;
	background-color: #EEE;
	padding: 0;
}
.g4 ul li img {
	border-top-width: 20px;
	border-right-width: 5px;
	border-bottom-width: 20px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-color: #EEE;
}
.end {
	background-color: #15141F;
	padding-top: 30px;
	clear: both;
	color: #CCC;
}
.end1 {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	height: 260px;
}
.end2 {
	float: left;
	width: 420px;
}
.end2 ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}

.end2 ul li {
	list-style-type: none;
	margin: 0px;
	line-height: 32px;
	font-size: 14px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.end2 ul li img {
	float: left;
	height: 32px;
	width: 32px;
	margin-right: 10px;
}
.end3 {
	float: left;
	width: 520px;
	padding-left: 20px;
}
.end3 ul {
	margin: 0px;
	padding: 0px;
}

.end3 ul li {
	list-style-type: none;
	margin: 0px;
	line-height: 32px;
	font-size: 14px;
	display: block;
	float: left;
	text-align: center;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.end3 ul li a {
	color: #CCC;
	text-decoration: none;
}
.end3 ul li a:hover {
	color: #FFF;
}


.end3 ul li strong {
	font-size: 16px;
	font-weight: bold;
}




.end4 {
	float: right;
	width: 220px;
	padding-top: 30px;
}
.end4 img {
	height: 200px;
	width: 200px;
}
.end6 {
	color: #93B3D2;
	text-align: center;
	line-height: 30px;
	height: 100px;
	font-size: 14px;
}
.banner {
	background-color: #CCC;
	height: 423px;
	background-image: url(img/002.jpg);
	background-position: center;
}
.banner1 {
	background-color: #CCC;
	height: 423px;
	background-image: url(img/001.jpg);
	background-position: center;
}
.banner2 {
	background-color: #CCC;
	height: 423px;
	background-image: url(img/003.png);
	background-position: center;
}
.banner3 {
	background-color: #CCC;
	height: 423px;
	background-image: url(img/004.jpg);
	background-position: center;
}



.about {
}
.about1 {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}
.about1 h2 {
	font-size: 34px;
	font-weight: bold;
	font-family: "微软雅黑", yahei;
	letter-spacing: 5px;
	margin: 0px;
	padding: 0px;
}
.about1 h3 {
	color: #09F;
	font-size: 20px;
	margin: 0px;
	padding: 0px;
	line-height: 40px;
}
.about1 span {
	color: #444;
	padding-top: 10px;
	display: block;
	font-size: 18px;
	line-height: 38px;
}
.about1 p {
	text-align: center;
}
.about2 {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.about2 ul {
	margin: 0px;
	padding: 0px;
}
.about2 ul li {
	margin: 0px;
	list-style-type: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 0px;
	height: 190px;
	line-height: 36px;
	font-size: 18px;
	color: #666;
	padding-bottom: 0px;
}
.about2 ul li strong {
	font-size: 20px;
	color: #06C;
}

.about2 ul li img {
	float: left;
	padding-right: 20px;
}
.case {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
}
.case ul {
	margin: 0px;
	padding: 0px;
}
.case ul li {
	margin: 0px;
	list-style-type: none;
	display: block;
	height: 450px;
	line-height: 36px;
	font-size: 18px;
	color: #666;
	width: 400px;
	float: left;
	padding: 0px;
	text-align: center;
}
.case ul li strong {
	font-size: 16px;
	color: #333;
	display: block;
	clear: both;
	font-weight: normal;
}

.case ul li img {
	height: 340px;
	width: 340px;
	border: 1px solid #CACACA;
	padding: 0px;
	margin: 0px;
}
.case ul li strong a {
	text-decoration: none;
	color: #333;
}
.case ul li strong a:hover {
	font-weight: bold;
	color: #09F;
}


.channel {
	padding-top: 40px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	line-height: 40px;
	font-size: 18px;
	color: #333;
}
.channel h2 {
	color: #06C;
	letter-spacing: 5px;
	font-size: 30px;
}
.channel h3 {
	font-size: 22px;
	margin: 0px;
	padding: 0px;
}
.channel span {
	padding-left: 32px;
	color: #555;
	clear: both;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
.news {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}
.news ul {
	margin: 0px;
	padding: 0px;
}
.news ul li {
	margin: 0px;
	list-style-type: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 40px;
	padding-right: 0px;
	padding-left: 0px;
	height: 300px;
	line-height: 36px;
	font-size: 18px;
	color: #666;
	padding-bottom: 0px;
}
.news ul li strong {
	font-size: 20px;
	color: #06C;
}

.news ul li img {
	float: left;
	padding-right: 20px;
	height: 220px;
	width: 300px;
}
.news ul li span {
	display: block;
	float: left;
	padding: 0px;
}

.news ul li span a {
	display: block;
	color: #FFF;
	font-weight: normal;
	background-color: #09F;
	width: 120px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-decoration: none;
	font-size: 14px;
	margin-top: 20px;
}
.news ul li span a:hover {
	background-color: #F60;
}
.news1 {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	padding-bottom: 40px;
}
.news2 {
	font-size: 20px;
	font-weight: bold;
	color: #06C;
	text-align: center;
	line-height: 50px;
	height: 50px;
}
.news3 {
	font-size: 14px;
	color: #666;
	line-height: 40px;
	text-align: center;
	height: 40px;
}
.news4 {
	background-color: #E4F3FA;
	padding: 30px;
	line-height: 30px;
}
.news5 {
	line-height: 30px;
	padding: 30px;
}





.contact {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	height: 500px;
}
.contact dl {
	margin: 0px;
	padding: 0px;
}
.contact dl dt {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 600px;
}
.contact dl dd {
	float: right;
	width: 580px;
	margin: 0px;
	padding: 0px;
}
.juzhong {
	text-align: center;
}
