@charset "UTF-8";
#flash{
	height: 600px;
	position: relative;
}
#flash .item{
	position: absolute;
	left: 0px;
	right: 0px;
	height: 600px;
	background-position: center center;
	background-repeat: no-repeat;
}
.swipeBtn{
	position: absolute;
	width: 38px;
	height: 87px;
	top: 50%;
	margin-top: -44px;
	z-index: 22;
	opacity: 0.5;
	filter:Alpha(opacity:50);
	cursor: pointer;
}
.swipeBtn:hover{
	opacity: 0.7;
	filter:Alpha(opacity:70);
}
.swipeNext{
	background: url(../images/next.png) no-repeat;
	right: 60px;
}
.swipePrev{
	background: url(../images/prev.png) no-repeat;
	left: 60px;
}

#homeImgShow{
	margin-top: 56px;
}
#homeImgShow .items{
	margin-top: 20px;
	height: 350px;
	background: #f5f5f5;
}
#homeImgShow .itemImg{
	width: 580px;
	height: 350px;
	position: relative;
	overflow: hidden;
}
#homeImgShow .itemImg li img{
	display: block;
}
.homeImgSlideOne:after{
	position: absolute;
	content: '';
	width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-right: 18px solid #f5f5f5;
    border-bottom: 18px solid transparent;
    top: 50%;
    margin-top: -18px;
    z-index: 999;
    right: 0;
}
.homeImgSlideTwo:after{
	position: absolute;
	content: '';
	width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-left: 18px solid #f5f5f5;
    border-bottom: 18px solid transparent;
    top: 50%;
    margin-top: -18px;
    z-index: 999;
    left: 0;
}
#homeImgShow .itemText{
	width: 480px;
	padding: 30px 50px;
	height: 290px;
	overflow: hidden;
}
#homeImgShow .itemText .title{
	font-size: 36px;
	color: #5d1111;
	text-transform: uppercase;
	line-height: 38px;
	padding-top: 15px;
}
#homeImgShow .itemText .content{
	line-height: 30px;
	font-size: 16px;
	color: #7b7062;
	margin-top: 20px;
	height: 210px;
	overflow: hidden;
	letter-spacing: 1px;
}
.missionShow{
	margin-top: 20px;
	position: relative;
}
.missionImgList{
	width: 960px;
	height: 350px;
	position: relative;
}

#homeImgShow .flex-direction-nav{
	display: none;
}
.missionText{
	position: absolute;
	width: 416px;
	overflow: hidden;
	padding: 0 55px;
	height: 194px;
	right: 0;
	top: 78px;
	z-index: 22;
	background: #a5a642;
	opacity: 0.9;
	filter: alpha(opacity:90);
}
.missionText .title{
	font-size: 36px;
	color: #fff;
	line-height: 2;
	text-transform: uppercase;
	margin-top: 20px;
}
.missionText .content{
	line-height: 24px;
	font-size: 16px;
	color: #fff;
	letter-spacing: 1px;
	height: 48px;
	overflow: hidden;
}
.homeText{
	margin-top: 65px;
}
.homeWarranty{
	width: 710px;
}
.homeWarranty .left{
	width: 400px;
}
.homeWarranty .right{
	width: 233px;
	padding: 12px;
	border: 1px solid #a9a949;
}
.homeText .title{
	font-weight: bold;
	font-size: 32px;
	color: #a5a642;
	text-transform: uppercase;
	line-height: 1;
}
.homeWarranty .content{
	line-height: 32px;
	margin-top: 28px;
	margin-bottom: 15px;
}
.homeText a.more{
	display: inline-block;
	height: 36px;
	width: 140px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	background: #a5a642;
	text-transform: uppercase;
	margin-top: 25px;
	font-size: 14px
}
.homeNotice{
	width: 410px;
}
.homeNotice .content{
	position: relative;
	padding: 18px;
	border: 2px solid #dedf9d;
	border-radius: 15px;
	color: #424242;
	line-height: 28px;
	margin-top: 53px;
}
.homeNotice .content:after{
	position: absolute;
	content: '';
	background: url(../images/arrow.jpg) no-repeat;
	width: 50px;
	height: 35px;
	top: -35px;
	right: 70px;
}
.homeNotice .content a{
	color: #a5a642;
	text-decoration: underline;
}
.homeNotice .title{
	text-align: right;
}
.flex-viewport { 
	z-index: 1;
}
.flex-control-nav { 
	position: absolute; 
	right: 20px; 
	bottom: 0px; 
	z-index: 2; 
	left: 0; 
	text-align: right;
	height: 36px;
}
.flex-control-nav li { 
	display: inline-block; 
	*display: inline; 
	zoom: 1; 
	padding-top: 11px;
}
.flex-control-nav a { 
	width: 6px; 
	height: 6px;  
	margin: 0 0 0 10px; 
	line-height: 100px; 
	overflow: hidden;
	cursor: pointer; 
	display: inline-block; 
	background: transparent;
	border: 2px solid #fff;
}
.flex-control-nav .flex-active {
	background: #fff;
}
.flex-direction-nav { 
	position: absolute; 
	z-index: 3; 
	bottom: 50%; 
	margin-bottom: -32px; 
	left: -15px; 
	width: 1230px; 
	height: 64px;
}
.flex-direction-nav li { 
	float: left; 
	display: inline-block;
}
.flex-direction-nav li:last-child{
	float: right;
}
.flex-direction-nav a{ 
	float: left; 
	width: 76px; 
	height: 64px; 
	text-indent: -9999px; 
	position: relative;
}
.flex-direction-nav a:hover{
	background-color: #000;
}
.flex-direction-nav a.flex-prev:after{
	position: absolute;
	content: '';
	width:0; 
    height:0; 
    border-top:15px solid transparent;
    border-bottom:15px solid transparent; 
    border-right:15px solid #000;
    left: 0px;
    z-index: -1;
    bottom: -15px; 
}
.flex-direction-nav a.flex-next:after{
	position: absolute;
	content: '';
	width:0; 
    height:0; 
    border-top:15px solid transparent;
    border-bottom:15px solid transparent; 
    border-left:15px solid #000; 
    right: 0px;
    z-index: -1;
    bottom: -15px; 
}
.flex-prev { 
	background: #0076bf url(../images/prev.png) no-repeat center;
}
.flex-next { 
	background: #0076bf url(../images/next.png) no-repeat center;
}

.homeGallery{
	background: #cfdfef;
	position: relative;
	padding: 100px 0 80px;
	margin-top: 64px;
}
.homeGallery:after{
	width: 0;
    height: 0;
    border-left: 90px solid transparent;
    border-right: 90px solid transparent;
    border-top: 40px solid #fff;
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    margin-left: -90px;
}
.homeGallery .title{
	text-transform: uppercase;
	line-height: 1;
	color: #5d1111;
	text-align: center;
	position: relative;
	padding-bottom: 18px;
}
.homeGallery .title:after{
	position: absolute;
	width: 60px;
	height: 5px;
	background: #5d1111;
	content: '';
	left: 50%;
	margin-left: -30px;
	bottom: 0px;
}
.homeGallery .title h3{
	font-weight: bold;
	font-size: 42px;
}
.homeGallery .title p{
	letter-spacing: 4px;
	margin-top: 20px;
	font-weight: bold;
}
.homeGallery ul{
	width: 1200px;
	margin-top: 36px;
}
.homeGallery li{
	float: left;
	widows: 360px;
	margin: 10px 40px 0 0;
}
.homeGallery li .link{
	height: 46px;
	line-height: 46px;
	background: url(../images/icon.jpg) no-repeat left center;
	padding-left: 32px;
}
.homeGallery li .link span{
	font-size: 24px;
	color: #726658;
	text-transform: capitalize;
}
.homeGallery li a:hover span{
	text-decoration: underline;
}
.homeGallery .moreLink{
	text-align: center;
	margin-top: 24px;
}
.homeGallery .moreLink a{
	display: inline-block;
	padding: 4px;
	background: #FFFFFF;
}
.homeGallery .moreLink span{
	display: inline-block;
	height: 42px;
	line-height: 42px;
	width: 220px;
	text-align: center;
	color: #5d1111;
	text-transform: uppercase;
	font-size: 16px;
	border: 1px solid #d6e5f3;
	font-weight: bold;
}
.homeGallery .moreLink a:hover span{
	border-color: #5d1111;
}
.homeOther{
	padding: 38px;
	background: #eaeef4;
}
.homeOther .content{
	border: 1px solid #b9c0cc;
	text-align: center;
	padding: 50px 0 65px;
	text-transform: uppercase;
}
.homeOther .content .name{
	color: #20335e;
	font-weight: bold;
	font-size: 36px;
	line-height: 1.2;
}
.homeOther .content .link{
	margin-top: 25px;
}
.homeOther .content .link a{
	display: inline-block;
	border: 1px solid #20335e;
	height: 34px;
	line-height: 34px;
	font-size: 15px;
	color: #20335e;
	font-weight: bold;
	padding: 0 45px;
	letter-spacing: 4px;
}
#local{
	background: #5D78ED;
	padding: 85px 0;
	color: #fff;
	text-transform: uppercase;
}
#local .wrap>span{
	font-size: 60px;
}
#local .wrap>p{
	letter-spacing: 1px;
	font-size: 18px
}
#subpage{
	line-height: 30px;
	padding: 40px 0;
}
.featuerTitle{
	background: url(../images/title.jpg) repeat-x left bottom;
	padding-bottom: 5px;
	line-height: 2;
	font-size: 24px;
	color: #396e98;
	font-weight: bold;
	margin-top: 25px;
}
.featuerContent{
	padding-top: 20px;
}
.AccessList ul{
	width: 1200px;
}
.AccessList li{
	float: left;
	width: 260px;
	margin: 40px 40px 0 0;
}
#news li{
	overflow: hidden;
	padding: 0 8px;
	padding-bottom: 12px;
}
#news li a,#news li span{
	display: inline-block;
}
#news li a{
	width: 800px;
	background: url(../images/ico.jpg) no-repeat left center;
	padding-left: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
}
#news li a:hover{
	color: #5d1111;
}
#news li span{
	float: right;
}
#pager{
	margin-top: 35px;
	text-align: center;
}

.pager{text-align:center; margin:45px 0 10px 0;}
.pager a{display:inline-block; padding: 3px 15px; margin:0 4px; border:1px solid #2d4a86; line-height:27px; color:#000; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;}
.pager span.current{display:inline-block; padding: 3px 15px; margin:0 4px; border:1px solid #ccc; line-height:27px; color:#000; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;background: #2d4a86; color: #fff;}


#newShow .name{
	text-align: center;
}
#newShow .name p{
	font-size: 16px;
	color: #000;
	font-size: 28px;
	text-transform: capitalize;
	color: #333;
}
#newShow .content{
	padding: 15px 0;
}
.nypage{
	margin-top: 15px;
	line-height: 24px;
}
.nypage p{
	margin-top: 6px;
}
.nypage p em{
	display: inline-block;
	height: 24px;
	background: #5d1111;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	behavior: url(ie-css3.htc);
	color: #fff;
	margin-right: 6px;	
	padding: 0 5px;
}
.contactLeft{
	width: 846px;
}
.contactLeft .notice p{
	font-size: 18px;
	color: #aeaf55;
	line-height: 1.2;
}
.contactLeft em{
	color: red;
	font-size: 14px
}
.contactLeft li{
	width: 50%;
	margin-top: 18px;
}
.contactLeft li.special{
	width: 100%;
}
.contactLeft li label{
	display: inline-block;
	float: left;
	width: 120px;
	font-size: 15px;
	margin-left: 10px;
}
.contactLeft li input{
	float: left;
	width: 280px;
	padding: 5px;
	height: 18px;
	line-height: 18px;
	background: #f5f5f5;
	border: 1px solid #dedede;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	behavior: url(ie-css3.htc);
}
.contactLeft li.special .specialText{
	width: 704px;
}
.contactLeft li .text{
	width: 714px;
	float: right;
}
.contactLeft .btns{
	margin-top: 48px;
}
.contactLeft .btn{
	color: #fff;
	height: 40px;
	width: 134px;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	border: none;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	behavior: url(ie-css3.htc);
	background: #c9c9c9;
	float: left;
}
.contactLeft .submitBtn{
	background: #aeaf55;
	margin-right: 10px;
}
.contactRight{
	width: 250px;
}
.contactRight em{
	color: red;
}
.contactRight .title{
	font-size: 18px;
	color: #000;
	font-weight: bold;
	line-height: 1.2;
}
.contactRight .cateList{
	margin-top: 15px;
}
.contactRight .cateList p{
	font-size: 14px
}
.twoTitle{
	margin-top: 15px;
}
.contactRight .cateList li{	
	overflow: hidden;
	line-height: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 12px;
	margin-top: 6px;
}
.contactRight .cateList label,.contactRight .cateList input{
	float: left;
}
.contactRight .cateList input[type=radio],.contactRight .cateList input[type=checkbox]{
	vertical-align: middle;
}
.contactRight .cateList input[type=text]{
	background: #f5f5f5;
	border: 1px solid #dedede;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	behavior: url(ie-css3.htc);
	margin-left: 4px;
}




