
/*
copyright: ³É¶¼²¸¶÷ÌÃÑøÀÏ»¤ÀíÖÐÐÄ
author: ³É¶¼È«Ê±ÔÆÐÅÏ¢¼¼ÊõÓÐÏÞ¹«Ë¾
date: 2017-03
for: Ê×Ò³
*/
/* CSS Document */
/*
ºá·ù
*/
#banner {
	clear: both;
	width: 100%;min-width: 1200px;
	/*height: 750px;*/
	overflow: hidden;
	position: relative;
}
/*flexslider*/
.flexslider {
	position: relative;
	width: 100%;
	min-width: 1200px;
	/*height: 750px;*/
	overflow: hidden;
	zoom: 1;
}
.flex-viewport {
	max-height: 880px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
.flexslider .slides {
	zoom: 1;
}
.flexslider .slides li, .flexslider .slides li a {
	width: 100%;
	/*height: 750px;*/
	display: block;
}
.flexslider .slides li {
	background-repeat: no-repeat;
	background-position: top center;
}
.flexslider .slides li a {
	font-size: 0;
}
.flexslider .slides li img {
	width: 100%;
	height: auto;
}
.flex-direction-nav a {
	width: 12px;
	height: 12px;
	line-height: 99em;
	overflow: hidden;
	display: block;
	/*background: url(../image/bg.png) no-repeat;*/
	position: absolute;
	top: 50%;
	margin-top: -6px;
	z-index: 2;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-prev {
	left: 50%;
	background-position: top left;
	margin-left: -590px;
}
.flex-direction-nav .flex-next {
	right: 50%;
	background-position: top right;
	margin-right: -590px;
}
.flexslider:hover .flex-prev, .flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.flexslider:hover .flex-prev:hover, .flexslider:hover .flex-next:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.flexslider:hover .flex-prev:hover {
	background-position: bottom left;
}
.flexslider:hover .flex-next:hover {
	background-position: bottom right;
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 30px;
	text-align: center;
	z-index: 2;
	*zoom: 2;
}
.flex-control-nav li {
	margin: 0 5px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-paging li a {
	background: url(../image/bg.png) no-repeat;
	text-indent: -99em;
	width: 10px;
	height: 10px;
	display: block;
	overflow: hidden;
	cursor: pointer;
	background-position: 0 0;
}
.flex-control-paging li a.flex-active {
	background-position: -10px 0;
}

/*
°æ¿éÒ»
*/
#sec7 {
	width: 100%;
	min-width: 1200px;
}

#sec1 {
	width: 100%;
	min-width: 1200px;
	padding: 62px 0 100px 0;
	background-color: #333;
	display: table;
}
#sec1 .header {
	display: table;
	height: 28px;
	overflow: hidden;
	line-height: 28px;
	padding: 0 79px;
	margin: 0 auto;
	background: url(../image/indexSec1Bg.gif) repeat-x 0 center;
}
#sec1 .header div {
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	padding: 0 13px;
	background-color: #333;
}
#sec1 .main {
	margin-top: 62px;
}
#sec1 .main, #sec1 ul {
	width: 100%;
}
#sec1 li {
	width: 25%;
	overflow: hidden;
	font-size: 0;
	float: left;
}
#sec1 li img {
	width: 100%;
	height: auto;
}
#sec1 li figure {
	text-align: center;
	position: relative;
}
#sec1 li figcaption, #sec1 li div {
	position: absolute;
}
#sec1 li figcaption {
	width: 80%;
	height: 36px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	left: 10%;
	z-index: 3;
	bottom: 45%;	/*45%*/
	font-size: 26px;
	color: #fff;
	line-height: 36px;
	-webkit-transition: bottom .3s;
	-moz-transition: bottom .3s;
	-ms-transition: bottom .3s;
	-o-transition: bottom .3s;
	transition: bottom .3s;
}
#sec1 li.active figcaption {
	bottom: 55%;
}
#sec1 li div {
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
#sec1 li .icon {
	width: 64px;
	height: 64px;
	left: 50%;
	margin-left: -32px;
	bottom: 48%;	/*62%*/
	z-index: 3;
	/*background: url(../image/bg.png) no-repeat;*/
	-webkit-transition: bottom .3s;
	-moz-transition: bottom .3s;
	-ms-transition: bottom .3s;
	-o-transition: bottom .3s;
	transition: bottom .3s;
}
#sec1 li.active .icon {
	bottom: 62%;
}
#sec1 li .blank {
	filter: alpha(opacity=40);
	-webkit-opacity: .4;
	-moz-opacity: .4;
	-ms-opacity: .4;
	-o-opacity: .4;
	opacity: .4;
	z-index: 1;
	background-color: #333333;
}
#sec1 li .yellow {
	filter: alpha(opacity=90);
	-webkit-opacity: .9;
	-moz-opacity: .9;
	-ms-opacity: .9;
	-o-opacity: .9;
	opacity: .9;
	z-index: 2;
	background-color: #e1b56e;
	bottom: -100%;	/*0*/
	-webkit-transition: bottom .3s;
	-moz-transition: bottom .3s;
	-ms-transition: bottom .3s;
	-o-transition: bottom .3s;
	transition: bottom .3s;
}
#sec1 li.active .yellow {
	bottom: 0;
}
#sec1 li .brief {
	width: 80%; padding: 0 5px ;  text-align: left;
	height: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
	left: 10%;
	bottom: -90px;	/*10%*/
	z-index: 3;
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	-webkit-transition: bottom .3s;
	-moz-transition: bottom .3s;
	-ms-transition: bottom .3s;
	-o-transition: bottom .3s;
	transition: bottom .3s;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
/*#sec1 li .brief:after {
	content: "...";
}*/
#sec1 li.active .brief {
	bottom: 10%;
}

/*
°æ¿é¶þ

*/

.sec2 {
	width: 100%;min-width: 1200px;
	padding: 62px 0 100px 0;
	background-color: #e6e6e6;
	display: table;
}
.sec2 .header {
	display: table;
	height: 28px;
	overflow: hidden;
	line-height: 28px;
	padding: 0 79px;
	margin: 0 auto;
	background: url(../image/indexSec1Bg.gif) repeat-x 0 center;
}
.sec2 .header div {
	font-size: 26px;
	color: #555;
	font-weight: bold;
	padding: 0 13px;
	background-color: #e6e6e6;
}
.sec2 .main {
	margin-top: 30px;
}
.sec2 ul {
	width: 1209px;
	margin: 0 auto;
}
.sec2 li {  
	width: 290px;float: left; margin-right: 15px; text-align: center;
}
.sec2 li:nth-child(4) {	 margin-right: 0px;}
.sec2 li a {width: 285px;display: block;
	 
}
.sec2 li a img {width: 285px; height: 200px; border-radius: 4px}
.sec2 li a h2{ line-height: 30px; font-size: 18px; color: #666666 }

.sec2 li a img{width:285px; height:200px;-webkit-transition: all .2s ease-in-out;transition: all .2s ease-in-out;  }
.sec2 li a:hover img{filter:alpha(opacity=90);-moz-opacity:0.9;-khtml-opacity:0.9;opacity:0.9;transform: scale(1.02,1.02);}



#sec2 {
	width: 100%;min-width: 1200px;
	padding: 62px 0 100px 0;
	background-color: #e6e6e6;
	display: table;
}
#sec2 .header {
	display: table;
	height: 28px;
	overflow: hidden;
	line-height: 28px;
	padding: 0 79px;
	margin: 0 auto;
	background: url(../image/indexSec1Bg.gif) repeat-x 0 center;
}
#sec2 .header div {
	font-size: 26px;
	color: #555;
	font-weight: bold;
	padding: 0 13px;
	background-color: #e6e6e6;
}
#sec2 .main {
	margin-top: 30px;
}
#sec2 ul {
	width: 1209px;
	margin: 0 auto;
}
#sec2 li {
	width: 403px;
	float: left;
}
#sec2 li a {
	width: 394px;
	display: block;
	margin: 0 auto;
}
#sec2 li a figcaption {
	width: 100%;
	height: 48px;
	font-size: 26px;
	color: #555;
	font-weight: bold;
	line-height: 48px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 10px;
	text-align: center;
}
#sec2 li a:hover figcaption {
	color: #e1b56e;
}
#sec2 .more {
	width: 180px;
	padding: 8px;
	border: 1px solid #e1b56e;
	margin: 40px auto 0;
}
#sec2 .more:hover {
	border-color: #555;
}
#sec2 .more a {
	width: 100%;
	height: 48px;
	display: block;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	line-height: 48px;
	background-color: #e1b56e;
	text-align: center;
	text-shadow: 1px 1px #9d9d9d;
}
#sec2 .more:hover a {
	background-color: #555;
}

/*
°æ¿éÈý
*/
#sec3 {
	width: 100%;min-width: 1200px;
	padding: 62px 0;
	display: table;
}
#sec3 .header {
	display: table;
	height: 28px;
	overflow: hidden;
	line-height: 28px;
	padding: 0 79px;
	margin: 0 auto;
	background: url(../image/indexSec1Bg.gif) repeat-x 0 center;
}
#sec3 .header div {
	font-size: 26px;
	color: #555;
	font-weight: bold;
	padding: 0 13px;
	background-color: #fff;
}
#sec3 .main {
	margin-top: 30px;
}
#sec3 .headNews {
	width: 1200px;
	margin: 0 auto;
}
#sec3 .headNews a {
	display: block;
}
#sec3 .headNews .right, #sec3 .headNews .more {
	width: 720px;
}
#sec3 .headNews .time {
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #555;
	font-weight: bold;
	position: relative;
}
#sec3 .headNews .time span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 18px;
	height: 4px;
	background-color: #555;
}
#sec3 .headNews h1 {
	width: 100%;
	height: 42px;
	margin-top: 19px;
	font-size: 20px;
	color: #555;
	line-height: 42px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#sec3 .headNews a:hover h1 {
	color: #e1b56e;
}
#sec3 .headNews .brief {
	width: 100%;
	height: 75px;
	font-size: 14px;
	color: #6f6f6f;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
#sec3 .headNews .brief:after {
	content: "...";
}
#sec3 .headNews .more {
	margin-top: 20px;
}
#sec3 .headNews .more .border {
	width: 180px;
	padding: 8px;
	border: 1px solid #e1b56e;
	margin: 0 auto;
}
#sec3 .headNews .more .border:hover {
	border-color: #555;
}
#sec3 .headNews .more .border a {
	width: 100%;
	height: 48px;
	display: block;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	line-height: 48px;
	background-color: #e1b56e;
	text-align: center;
	text-shadow: 1px 1px #9d9d9d;
}
#sec3 .headNews .more .border:hover a {
	background-color: #555;
}
#sec3 ul {
	width: 1230px;
	margin: 0 auto;
}
#sec3 li {
	width: 615px;
	margin-top: 30px;
	float: left;
}
#sec3 li a {
	width: 600px;
	height: 128px;
	overflow: hidden;
	display: block;
	margin: 0 auto;
}
#sec3 li a h1, #sec3 li a div {
	width: 378px;
}
#sec3 li a h1 {
	height: 40px;	
	margin-top: 8px;
	font-size: 18px;
	color: #555;
	font-weight: bold;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#sec3 li a:hover h1 {
	color: #e1b56e;
}
#sec3 li a .brief {
	height: 50px;
	font-size: 14px;
	color: #555;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
#sec3 li a .brief:after {
	content: "...";
}
#sec3 li a .info {
	font-size: 12px;
	line-height: 26px;
}
#sec3 li a .info .time {
	padding-left: 32px;
	color: #a9a9a9;
	background: url(../image/bg.png) no-repeat 0 -80px;
}
#sec3 li a .info .more {
	color: #e1b56e;
}
#sec3 li a:hover .info .more {
	color: #555;
}

/*
°æ¿éËÄ
*/
#sec4 {
	width: 100%;min-width: 1200px;
	height: 750px;
	background: url(../image/indexSec4Bg.jpg) no-repeat center top;
}
#sec4 .header {
	display: table;
	height: 28px;
	overflow: hidden;
	line-height: 28px;
	padding: 62px 79px 0;
	margin: 0 auto;
	background: url(../image/indexSec4Bg.gif) repeat-x bottom center;
}
#sec4 .header div {
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	padding: 0 13px;
}
#sec4 .form {
	width: 528px;
	margin: 25px auto 0;
	display: table;
}
#sec4 .form-group {
	width: 100%;
	margin-top: 16px;
}
#sec4 .form-group>div {
	width: 254px;
}
#sec4 .form-group>label, #sec4 .form-group>div>label {
	background-color: #fff;
	height: 48px;
	display: block;
}
#sec4 .verification label {
	background-color: transparent;
}
#sec4 .form-group span, #sec4 .form-group input, #sec4 .form-group textarea {
	font-size: 16px;
}
#sec4 .form-group span {
	width: 119px;
	line-height: 48px;
	border-right: 1px solid #e0e0e0;
	text-align: center;
	color: #555;
}
#sec4 .form-group .tel span {
	width: 103px;
}
#sec4 .verification span {
	width: 85px;
	background-color: #fff;
}
#sec4 .short span {
	width: 71px;
}
#sec4 .short>div>label .pull-right {
	width: 55px;
	border-right-width: 0;
	border-left: 1px solid #e0e0e0;
}
#sec4 .form-group input, #sec4 .form-group textarea {
	border: 0;
}
#sec4 .form-group input {
	height: 30px;
	padding: 9px 18px;
	line-height: 30px;
	width: 98px;
	color: #555;
}
#sec4 .form-group>label input {
	width: 372px;
}
#sec4 .form-group .tel input {
	width: 114px;
}
#sec4 .short input {
	width: 90px;
	text-align: center;
}
#sec4 .verification>label input {
	width: 108px;
}
#sec4 .form-group textarea {
	width: 492px;
	height: 120px;
	padding: 9px 18px;
	line-height: 30px;
}
#sec4 textarea::-webkit-input-placeholder {
	color: #555;
}
#sec4 textarea:-moz-placeholder {
	color: #555;
}
#sec4 textarea::-moz-placeholder {
	color: #555;
}
#sec4 textarea:-ms-input-placeholder {
	color: #555;
}
#sec4 .verification img {
	margin-left: 20px;
}
#sec4 .button {
	width: 180px;
	padding: 8px;
	border: 1px solid #e1b56e;
	margin: 40px auto 0;
}
#sec4 .button:hover {
	border-color: #fff;
}
#sec4 .button input {
	width: 100%;
	height: 48px;
	display: block;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	line-height: 48px;
	background-color: #e1b56e;
	text-align: center;
	text-shadow: 1px 1px #9d9d9d;
	border: 0;
}
#sec4 .button:hover input {
	color: #555;
	background-color: #fff;
}
/*select*/
#sec4 .select {
	position: relative;
}
#sec4 .select .tip, #sec4 .select .point {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
#sec4 .select .tip {
	border-right-width: 0;
	width: 126px;
	color: #a9a9a9;
}
#sec4 .select .tip.active {
	color: #555;
}
#sec4 .select .point {
	background: url(../image/bg.png) no-repeat 0 -110px;
}
#sec4 .select .point.active {
	background-position: -55px -110px;
}
#sec4 .select ul {
	position: absolute;
	top: 48px;
	right: 0;
	z-index: 1;
	width: 183px;
	display: none;
}
#sec4 .select li {
	width: 91px;
	height: 48px;
	font-size: 16px;
	color: #555;
	line-height: 48px;
	text-align: center;
	background-color: #fff;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	float: left;
}
#sec4 .select li.first {
	border-right: 1px solid #e0e0e0;
}
#sec4 .select li:hover, #sec4 .select li.active {
	color: #fff;
	background-color: #555;
}
#sec4 .select li input {
	display: none;
}




/*
°æ¿é7
*/
#sec7 .left, #sec7 .right {
	height: 700px;
}
#sec7 .left {
	width: 62%;
	/*background: url(../images/profileSec7.jpg) no-repeat center center;*/
}
#sec7 .right {
	width: 38%;
	background-color: #292929;
}
#sec7 .header {
	display: table;
	height: 28px;
	overflow: hidden;
	line-height: 28px;
	padding: 0 79px;
	margin: 62px auto 0;
	background: url(../image/indexSec4Bg.gif) repeat-x 0 center;
}
#sec7 .header div {
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	padding: 0 13px;
}
#sec7 .right ul {
	width: 80%;
	margin: 30px auto 0;
	font-size: 18px;
	line-height: 35px;
}
#sec7 .right li {
	width: 100%;
	float: left;
}
#sec7 .right li, #sec7 .right li a {
	color: #7b7b7b;margin-bottom: 10px;
}
#sec7 .right li strong {
	color: #fff;font-size:24px;
}