@charset "utf-8";
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {padding: 0;margin: 0;}
html{ float:none; line-height:18px; font-size:14px; color:#666; font-family:arial,"Microsoft Yahei"; min-width: 1300px;}
table {border-collapse: collapse;border-spacing: 0;}
fieldset,img {border: 0;}
address,caption,cite,code,dfn,th,var {font-weight: normal;font-style: normal;}
ol,ul,li {list-style: none;}
caption,th {text-align: left;}
h1,h2,h3,h4,h5,h6 {font-weight: normal;}
q:before,q:after {content:”;}
abbr,acronym { border: 0;}
a,a:hover{text-decoration:none; color: #656565; cursor: pointer;}


.trans02s{
	transition: all .2s;
	-moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
}

.trans05s{
	transition: all .5s;
	-moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

.trans08s{
	transition: all .8s;
	-moz-transition: all .8s;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
}


.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.boxinline-2box{
    width: 49.5%;
    margin-right: 1%;
    float: left;
}

.boxinline-2box-mini{
    width: 48%;
    margin-right:4%;
    float: left;
}
.boxinline-2box-mini-0{
    margin-right: 0;
}

.boxinline-2box-0{
    margin-right: 0;
}

.boxinline-3box{
    width: 33%;
    margin-right: .5%;
    float: left;
}
.boxinline-3box-nowhite{
    width: 33.333%;
    float: left;
}
.boxinline-3box-0{
    margin-right: 0;
}

.boxinline-4box{
    width: 23.875%;
    margin-right: 1.5%;
    float: left;
}
.boxinline-4box-0{
    margin-right: 0;
}
.boxinline-4box-nowhite{
    width: 25%;
    float: left;
}

.boxinline-3box-mini{
    width: 31%;
    margin-right: 3.5%;
    float: left;
}

.boxinline-3box-mini-0{
    margin-right: 0;
}
.boxinline-w30{
    width: 30%;
    margin-right: 5%;
    float: left;
}
.boxinline-w70{
    width: 65%;
    margin-right: 5%;
    float: left;
}
.boxinline-w75{
    width: 66%;
    margin-right: 4%;
    float: left;
}

.boxinline-w40{
    width: 40%;
    margin-right: 5%;
    float: left;
}
.boxinline-w60{
    width: 55%;
    margin-right: 5%;
    float: left;
}

.boxinline-w20{
    width: 20%;
    margin-right: 4.5%;
    float: left;
}
.boxinline-w80{
    width: 75.5%;
    margin-right: 4.5%;
    float: left;
}

.right-no{
    margin-right: 0 !important ;
}
.boxinline-center{
    float: none !important;
    margin: 0 auto;
}

.MainContainer{
	width: 1280px;
	margin: 0 auto;
}
.img-outline:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.img-outline img{
    width: 100%;
    height: auto;
    float: left;
}
.scal1-1 .img-outline{
    overflow: hidden;
}
.scal1-1:hover img{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);

}
.Page-Text{
	width: 100%;
    height: auto;
    line-height: 2.5em;
}
.Page-Text:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.Page-Text img , .Page-Text table{
	max-width: 100%;
}


.HEADER{
    width: 100%;
    height: 80px;
    z-index: 999;
    background: #f5f7fa;
    margin-top: 1px;
    position: relative;
}
.HEADER.is_stuck{
    margin-top: 0;
}

.HEADER-Top{
    padding: 20px 0;
    margin-bottom: 10px;
}

.Logo{
    float: left;
    margin-right: 100px;
    margin-top: 5px;
}
.HEADER-Top .Icos{
    float: right;
}
.HEADER-Top .Icos a , .HEADER-Top .Icos span{
    display: inline-block;
    line-height: 36px;
    padding-left:10px;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
}
.HEADER-Top .Icos i{
    padding-right: 10px;
}
.HEADER-Top .Icos a:hover{
    color: #61bb6e;
}

.TopNavBg.is_stuck{
    width: 100%;
    background: url(../images/Topnavbg.png) 100% top  repeat-y #f5f7fa;;
    height: 62px;
}

.TopNavBg .MainContainer{
    height: 80px;
}
.TopNav{
    float: right;
}
.TopNav ul, .TopNav li{
    display: inline-block;
    position: relative;
}

.TopNav a.rt{
    display: inline-block;
    line-height: 62px;
    padding: 0 15px;
    font-weight: bold;
    color: #333;
    font-size: 15px;
    background:#f5f7fa;
    margin-top: 10px;
}

.TopNav a i{
	font-size:10px;
	margin-left:5px;
}

.TopNav a.active ,  .TopNav a:hover , .TopNav .sfHover a{
	color:#69bc5f;
	font-weight: bold;
}


.TopNav ul ul{
	position:absolute;
	left:0;
	top:100%;
	width:300px;
	height: auto;
	border-top: 2px solid #69bc5f;
	display: none;
}
.TopNav ul ul li{
	width:100%;
	float:none;
	display:block;
	height:46px;
	border-bottom: none;
}
.TopNav ul ul li a{
	margin:0;
	padding:0;
	width:100%;
	height:46px;
	line-height:46px;
	text-align:left;
	background:#333;
	text-indent:2rem;
	color:#666 !important;
    font-weight: normal !important;
    display: block;
    color: #fff !important;
}
.TopNav ul ul li a:hover{
	background:#fff;
	color: #69bc5f !important;
}
.TopNav ul ul li a:hover span{
    padding-left: 5px;
}
.TopNav ul ul i{
	display: none;
}

.TopTel{
    color: #fff;
    text-align: left;
    line-height: 62px;
    font-weight: bold;
    font-size: 20px;
    padding-left: 20px;
    color: #69bc5f
}

.TopTel span{
    width:26px;
    height: 26px;
    border: 1px solid #69bc5f;
    border-radius:50%;
    -moz-border-radius:50%;
    -o-radius:50%;
    text-align: center;
    line-height: 26px;
    display:inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #69bc5f;
    margin-right: 10px;
    float: left;
    margin-top: 16px;
}



.Banner-Bg{
    position: relative;
    z-index: 0;
}

.Banner-Bg .owl-nav {
	z-index: 10;
}

.Banner-Bg .owl-nav button , .Banner-Bg .owl-nav button span {
	width: 56px;
	height: 56px;
	font-size: 0;
	display: block;
}

.Banner-Bg .owl-nav button {
	top: 50%;
	position: absolute;
}

.Banner-Bg .owl-nav button.owl-prev {
	left: 5%;
}

.Banner-Bg .owl-nav button.owl-prev span {
	background: url(../images/banner.nav.png) left center;
}

.Banner-Bg .owl-nav button.owl-next {
	right: 5%;
}

.Banner-Bg .owl-nav button.owl-next span {
	background: url(../images/banner.nav.png) right center;
}

.Banner-Bg .owl-nav button.owl-prev:hover span {
	background: url(../images/banner.nav.hover.png) left center;
}
.Banner-Bg .owl-nav button.owl-next:hover span {
	background: url(../images/banner.nav.hover.png) right center;
}

.Banner-Bg .owl-dots {
	width: 100%;
	height: 15px;
	line-height: 15px;
	z-index: 10;
	position: absolute;
	bottom: 30px;
    text-align: center;
    display: none;
}

.Banner-Bg .owl-dots button {
	display: inline-block;
	margin: 0 8px;
}

.Banner-Bg .owl-dots button span {
	width: 12px;
	height: 12px;
	display: inline-block;
	background: #0e4f8b;
}

.Banner-Bg .owl-dots button.active span {
	background: #f60
}

.Banner-Bg , .the-slide{
    display: block;
}
.Banner-Bg , .the-slide , .owl-wrapper-outer{
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.owl-carousel{
    height: 50%;
}
.Banner-Bg #progressBar{
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    background: #fff;
    z-index: 10;
    bottom:0;
}
.Banner-Bg #bar{
    background:#2672e4;
    height: 2px;
    float: left;
}
.Banner-Bg .Slider-Bg{
    position: relative;
    z-index: 0;
    transition: all 7s;
	-moz-transition: all 7s;
    -webkit-transition: all 7s;
    -o-transition: all 7s;
}

.Banner-Bg .Slider-Bg video{
    width: 100%;
}

.Banner-Bg .Slider-Bg.ZoomOut{
	transform:scale(1.1);
	-ms-transform:scale(1.1); 	
	-moz-transform:scale(1.1); 
	-webkit-transform:scale(1.1); 
	-o-transform:scale(1.1); 
}


.Banner-Bg .active .Slider-Bg.ZoomIn{
	transform:scale(1.1);
	-ms-transform:scale(1.1); 	
	-moz-transform:scale(1.1); 
	-webkit-transform:scale(1.1); 
	-o-transform:scale(1.1); 
}

.Banner-Bg .active .Slider-Bg.ZoomOut{
	transform:scale(1);
	-ms-transform:scale(1); 	
	-moz-transform:scale(1); 
	-webkit-transform:scale(1); 
	-o-transform:scale(1); 
}


.Banner-Bg .Slider-text{
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 20%;
    z-index: 10;
    width: 100%;
    height: 300%;
    transition: all 2s;
	-moz-transition: all 2s;
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    background: rgba(0, 0, 0,.3);
    opacity: 0;
}

.Banner-Bg .active .Slider-text{
    padding-top: 18%;
    background: rgba(0, 0, 0,0);
    opacity: 1;
}
.BannerSlide-4 h4{
    font-size:30px;
    font-weight: bold;
    color: #fff;
    padding-left: 30%;
    text-align: left;
    width: 50%;
}
.BannerSlide-4 h4 span{
    padding: 3px;
}
.BannerSlide-4  p{
    font-size: 20px;
    color: #fff;
    margin-top: 40px;
    line-height: 30px;
    padding-left:30%;
    width: 50%;
}

.BannerSlide-2 h4{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    padding-left: 10%;
    width: 50%;
}
.BannerSlide-2 h4 span{
    padding: 3px;
}
.BannerSlide-2  p{
    font-size: 20px;
    color: #fff;
    margin-top: 40px;
    line-height: 30px;
    padding-left: 10%;
    width: 50%;
}

.BannerSlide-1{
    background: #333;
}
.BannerSlide-1 h4 ,.BannerSlide-1 p{
    font-size: 20px;
    color: #fff;
    margin-top: 40px;
    line-height: 36px;
    margin-top:3%;
    text-align: center;
    width: 60%;
    padding: 0 20%;
}
.BannerSlide-1 h4{
    font-size: 30px;
    margin-top: 0;
    font-weight: bold;
    width: 60%;
    padding: 0 20%
}

.Index-box{
	padding: 30px 0;
}

.TitleH1{
    height: 60px;
    text-align: center;
}
.TitleH1 h1{
	height: 60px;
	background: linear-gradient(to right, #61ba6d, #83c331);
    text-align: center;
    font-size: 28px;
    color: #fff;
    display: inline-block;
    line-height: 60px;
    padding: 0 60px;
}
.TitleH1 h1 span{
	line-height: 40px;
	color: #0e4f8b;
	background: #fff;
	display: inline-block;
	padding: 0 20px;
	font-size:30px;
}


.ABOUT-Text{
	width: 45%;
	float: left;
	margin-right: 5%;
	padding-top: 30px;
}
.ABOUT-Text h2{
	font-size: 22px;
	color:#38a377;
    line-height: 40px;
    font-weight: bold;
    margin-top: 30px;
}

.ABOUT-Text .line{
	width: 80px;
	height: 1px;
	display: inline-block;
	background: #999;
	margin-bottom: 20px;
	margin-top: 20px;
}
.ABOUT-Text p{
	color: #333;
	line-height: 30px;
    text-align: justify;
    font-size: 15px;
}
.ABOUT-Text  a{
	height:40px;
	line-height:40px;
	padding:0 30px;
	display:inline-block;
	color:#fff;
    background: linear-gradient(to right, #61ba6d 0%, #83c331 51%, #61ba6d 100%);
	margin-top:20px;
}
.ABOUT-Text a:hover{
	background:#61ba6d;
}
.ABOUT-Img{
	width: 50%;
	float: left;
	padding-top: 50px;
}
.ABOUT-Img img{
	width: 100%;
	height: auto;
}

.Product-Slide{
    padding-bottom: 20px;
    padding-top: 50px;
}
.Product-Slide .owl-nav{
	display: none;
}
.Product-Slide .the-slide{
	padding: 0 30px;
}

.Product-top{
	border-bottom: 1px solid #ccc;
	line-height: 40px;
	color: #035cac;
	text-align: center;
	padding: 30px 0;
}

.Product-img{
	padding: 50px 0;
	text-align: center;
}
.Product-img img{
	display: inline-block;
	padding: 5px;
	border: 1px solid #ccc;
	max-width: 95%;
}


.PageMain{
    position: relative;
    z-index: 1;
  
    padding-bottom: 50px;
}

.PageLeft{
    width: 22%;
    float: left;
    margin-right: 3%;
}

.PageRight{
    width: 75%;
    float: left;
}
.PageNav-Title{
    background: url(../images/PageNav-top.png) center top repeat-y;
    padding: 30px;
    margin-top: -60px;
}
.PageNav-Title h2{
    height: 50px;
    line-height:50px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.LeftNav-Main .Catalog_ct_1 li{

    background: #eef3f6;
    margin-bottom: 1px;
}
.LeftNav-Main .Catalog_ct_1 li a{
    font-weight: bold;
    padding-left: 10px;
    color: #333;
    height: 52px;
    line-height: 52px;
}
.LeftNav-Main .Catalog_ct_1 li a:hover{
    text-decoration: underline;
}
.LeftNav-Main .Catalog_ct_1 li i{
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    float: right;
    font-size: 20px;
    margin-top: 11px;
    cursor: pointer;
    line-height: 30px;
    padding-right: 5px;
}
.LeftNav-Main .Catalog_ct_1 li i:hover{
    color: #61bb6e;
}

.LeftNav-Main .Catalog_ct_2{
    height: 0;
    overflow: hidden;
}
.LeftNav-Main .Catalog_ct_1 li.active .Catalog_ct_2{
    height: auto;
}
.LeftNav-Main .Catalog_ct_2 li{
    background: #fff;
}
.LeftNav-Main .Catalog_ct_2  li i{
    display: none;
}
.LeftNav-Main .Catalog_ct_2 li a{
    padding-left: 25px;
}
.LeftNav-Main .Catalog_ct_2 li a:hover ,.LeftNav-Main .Catalog_ct_2 li.active a{
    color: #69bc5f;
}
.LeftNav-Main .Catalog_ct_1 li.active i{
    transform:rotate(90deg);
    -ms-transform:rotate(90deg); 	
    -moz-transform:rotate(90deg); 	
    -webkit-transform:rotate(90deg); 
    -o-transform:rotate(90deg);
}

.Location{
    height: 60px;
    text-align: right;
}
.Location h1{
    line-height: 60px;
    font-size: 30px;
    color: #0073bc;
    padding-right: 30px;
    float: left;
}
.Location ul{
    padding-left: 30px;
    background: url(../images/Locationg.bg.png) left top;
    height: 60px;
    text-decoration: right;
    margin-left: 30%;
}
.Location ul li{
    display: inline-block;
    line-height: 50px;
    padding-top: 10px;
    margin-right: 10px;
}
.Location a ,.Location i , .Location  span{
    color: #333;
}
.Location i{
    margin-right: 5px;
}
.Location a:hover{
    text-decoration: underline;
}
.Product-box{
    display: block;
    margin-bottom: 10%;
    position: relative;
}
.Product-box .img-outline{
    position: relative;
    z-index: 0;
    height: 360px;
    overflow: hidden;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
}

.Product-box  .text{
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #333333;
    text-align: center;
    background: #eef3f6;
}
.Product-box:hover .text{
    background:url(../images/BoxBg.png) center center repeat-y;
    color: #fff;
}


.Project-box{
    display: block;
    margin-bottom: 10%;
    position: relative;
}
.Project-box .img-outline{
    position: relative;
    z-index: 0;
    height: 250px;
    overflow: hidden;
    background-position: center center;
    background-size:cover;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
}

.Project-box  .text{
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #333333;
    text-align: center;
    background: #eef3f6;
}
.Project-box:hover .text{
    background:url(../images/BoxBg.png) center center repeat-y;
    color: #fff;
}

.Page-Pager{
	width: 100%;
}
.Page-Pager .PageInfo{
	display: none;
}
.Page-Pager .PageBtn{
	width: 100%;
	text-align: center;
}
.Page-Pager li{
	display: inline;
	padding: 0 5px;
}
.Page-Pager li a{
	height: 36px;
	line-height: 36px;
	border: 1px solid #ccc;
	display: inline-block;
	padding: 0 20px;
	color: #333;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.Page-Pager li a:hover{
	color: #38a377;
	border: 1px solid #38a377;
}
.Page-Pager li.active a{
	border: 1px solid #38a377;
	background: #38a377;
	color: #fff;
}

.FOOTER{
    background: #232323;
}
.FOOTER-Links{
    padding: 20px 0 50px 0;
}
.FOOTER-Links .Links{
    float: left;
    width: 70%;
}
.FOOTER-Links .Links i{
    display: none;
}
.FOOTER-Links .Catalog_ct_1  li{
    float: left;
    line-height: 30px;
    width: 33%;
    margin-top: 30px;
}
.FOOTER-Links .Catalog_ct_1  li a{
    font-size: 15px;
    color: #f1f1f1;
    font-weight: bold;
}
.FOOTER-Links .Catalog_ct_2 li {
    width: 100%;
}
.FOOTER-Links .Catalog_ct_2 li a:hover{
    text-decoration: underline;
}
.FOOTER-Links .Catalog_ct_2 li{
    float: none;
    line-height: 30px;
    margin-top: 0;
}
.FOOTER-Links .Catalog_ct_2 li a{
    font-size: 14px;
    color: #cccc;
    font-weight: normal;
}
.FOOTER-Links .BottomInfo{
    width: 30%;
    float: left;
    padding-top: 30px;
}
.BottomInfo h3{
    line-height: 40px;
    font-weight: bold;
    font-size: 22px;
    color: #f1f1f1;
}
.BottomInfo p{
    line-height: 22px;
    color: #fff;
}
.BottomInfo li{
    margin-top: 10px;
}
.BottomInfo i{
    padding-right: 5px;
}
.BottomInfo span{
    padding-right: 5px;
    font-weight: bold;
}
.Qrcode{
	float:left;
    color:#fff;
    width: 100%;
    margin-top: 20px;
}
.Qrcode img{
	width:140px;
	height:auto;
    margin-bottom:10px;
    border: 5px solid #fff;
}
.Qrcode p{
    width: 140px;
    text-align: center;
}
.Copyright{
	width:100%;
	line-height:50px;
	text-align:center;
	background:#69bc5f;
	padding-top:10px;
	color:#fff;
	font-size:14px;
}

.Product-Top{
    margin-bottom: 50px;
    margin-top: 50px;
}
.Product-Top .left{
	width: 50%;
	float: left;
	margin-right: 5%;
}
.Product-Title{
	background: linear-gradient(to right, #61ba6d, #83c331);
    padding: 10px;
    padding-left: 0;
}
.Product-Title h3{
	padding-left: 5px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
}
.Product-Top .right{
	width: 45%;
	float: left;
}
.Product-Top .right img{
	width: 100%;
	height: auto;
	max-height: 420px;
	overflow: hidden;
}

.Product-Name{
	border-bottom: 1px solid #ccc;
}
.Product-Name h2{
	font-size: 20px;
	color: #111;
	line-height: 24px;
	padding: 10px 50px 10px 0;
	font-weight: bold;
}
.Product-Name h2 i{
	font-size: 15px;
	color: #38a377;
	padding-right: 10px;
}
.Product-Remark{
	line-height: 30px;
	color: #666;
	padding: 20px 0;
}
.Product-Gallery-selecter{
	padding: 20px 0;
}
.Product-Gallery-selecter li{
	width: 18%;
	padding: 0 1%;
    float: left;
    height: 96px;
}
.Product-Gallery-selecter li img{
	width: 100%;
    height: auto;
    height: 96px;
	border:1px solid #f1f1f1;
}
.Product-Gallery-selecter li:hover img{
	border:1px solid #ddd;
}
.Page-Title{
    padding: 30px 0;
}
.Page-Title h1{
    text-align: center;
}
.Page-Title h1 span{
    background: linear-gradient(to right, #61ba6d, #83c331);
    line-height: 80px;
    padding: 0 80px;
    display: inline-block;
    font-size: 30px;
    color: #fff;

}
.map-ifram{
    width: 100%;
    height: 500px;
    position: relative;
    z-index: 0;
}
.Banner-Page{
    position: relative;
    z-index: 0;
}
.Banner-Page .img-outline{
    position: relative;
    z-index: 0;
}
.Banner-Page .Page-Title{
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 100;
    left: 0;
}
.Banner-Page .Page-Title h1{
    margin-top: -80px;
}
.Banner-Page .Page-Title span{
    font-size: 40px;
    line-height: 100px;
    padding: 0 100px;
}


.IxNews-List {
	width: 50%;
	float: left;
}

.IxNews-List-0 {
	margin-right: 0 !important;
}

.IxNews-box {
	padding: 30px 0;
	display: block;
	padding-left: 0;
}

.IxNews-box  .img {
	width: 35%;
	padding: 0 3%;
	float: left;
	max-height: 135px;
	overflow: hidden;
}

.IxNews-box  .text {
	width: 50%;
	float: left;
	padding-left: 5%;
}

.IxNews-box  .text h3 {
	color: #333;
	font-size: 16px;
	line-height: 26px;
	text-align: left
}

.IxNews-box  .text  p {
	line-height: 24px;
	margin-top: 10px;
	color: #999;
	text-align: left
}

.IxNews-box  .text  p span {
	color: #666;
	padding-top: 5px;
	font-size: 14px;
	display: inline-block;
}

.IxNews-box:hover {
	background: #f1f1f1;
}
.TitleH1 ul{
    text-align: center;
    padding-top: 20px;
}
.TitleH1 ul li{
    display: inline-block;
    line-height: 40px;
    color: #333;
}
.TitleH1 ul li a{
    font-size: 16px;
    color: #134aa8;
    padding: 0 10px;
}
.TitleH1 a:hover{
    color: #ef8200;
}

.IxNews .TitleH1{
    height: 150px;
}


.NewsShow-top{
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
    margin-bottom: 30px;
    margin-top: 40px;
}
.NewsShow-top h1{
	font-size: 25px;
	font-weight: bold;
	line-height: 30px;
	padding-bottom: 20px;
	color: #333;
}
.NewsShow-top p{
	line-height: 30px;
	color: #333;
}
.NewsShow-top p span{
	padding-right: 30px;
}


.contantform {
	width: 100%;
	float: left;
	margin-top: 0;
	position: relative;
}

.contantform form {
	position: relative;
	z-index: 10;
}


.contantform input {
	border: 1px solid #929292;
	color: #929292;
	width: 950px;
	padding: 10px 5px;
	background: #fff;
	display: block;
	margin-top: 25px;
	font-size: 14px;
	line-height: 20px;
	font-family: "Sisco","微软雅黑";
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.contantform input.short{
	width: 453px;
	float: left;
	margin-bottom: 25px;
	margin-right: 30px;
}
.contantform input.short2{
	margin-right: 0;
}
.contantform .FormVcode{
	height:42px;
}
.contantform .FormVcode input{
	float:left;
	width:100px;
	margin-right:10px;
}
.contantform .FormVcode .VerCode{
	float:left;
	margin-top:36px;
}
.contantform .FormVcode .VerCode img{
	width: 120px;
	height: auto;
}
.contantform textarea {
	border: 1px solid #929292;
	color: #929292;
	width: 950px;
	padding: 5px;
	background: #fff;
	display: block;
	margin-top: 25px;
	font-size: 14px;
	line-height: 20px;
	font-family: "Sisco","微软雅黑";
	height: 100px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

.contantform input.btn {
	width: 300px;
	height: 42px;
	border: none;
	background: #049f40;
	font-size: 20px;
    color: #fff;
    float: right;
    margin-top: -20px
}
.contantform input.btn:hover{
	background:#087a34;
}