@charset "utf-8";
/* CSS Document */
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;}
body{ float:none; line-height:18px; font-size:12px; font-family:'Open Sans',Arial,"微软雅黑"; color:#5f636c;}
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;font-size: 100%;}
q:before,q:after {content:”;}
abbr,acronym { border: 0;}

a{ text-decoration:none; color:#5f636c;  }
a:hover{ color:#5a5859;}
a img {border: 0;}

html,body{ width:100%; height:100%; min-width:1002px;}

.Main {
	width:1000px;
	margin:0 auto;
	height:auto;
}
.Table{
	height:auto;
	display:table;
}
.stickbg{
	height:auto;
}


.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;
}

.HeadTop{
	width:100%;
	height:20px;
	line-height:20px;
	padding:10px 0;
	text-align:right;
}
.HeadTop a{
	font-size:13px;
	color:#666px;
}
.HeadTop a:hover{
	color:#00a6ba;
}
.HeadTop span{
	padding:0 10px;
}

.HeaderBg{
	width:100%;
	height:auto;
	background:url(../images/HeaderBg1.png) bottom left repeat-x;
	height:128px;
	position:relative;
}
.HeaderBg2{
	width:50%;
	height:128px;
	background:url(../images/HeaderBg2.png)  center 40px repeat-x #fff;
	position:absolute;
	right:0;
	top:0;
	z-index:0;
}
.HeaderBg .Main{
	position:relative;
	z-index:9;
}
.HeadLeft{
	float:left;
	background:url(../images/HeaderBg1.png) center bottom repeat-x #fff;
	width:232px;
	height:88px;
}
.HeadLeft .Logo{
	float:left;
	display:block;
	height:55px;
}
.HeadLeft .Logo img{
	float:left;
	margin-top:10px;
}
.HeadLeft .LogoBottom{
	width:100%;
	height:34px;
	background:url(../images/LogoBottom.png) right bottom no-repeat;
	float:left;
}
.HeadRight{
	float:left;
	height:88px;
	background:url(../images/HeaderBg2.png) left top repeat-x #fff;
}
.TopNav{
	float:left;
	padding-left:64px;
	height:61px;
	background:url(../images/NavLeft.png) no-repeat left bottom;
}

.TopNav ul , .TopNav li{
	float:left;
	height:61px;
	position:relative;
}
.TopNav li a{
	font-size:14px;
	color:#fff;
	font-weight:bold;
	padding:0 9px;
	display:block;
	line-height:61px;
	border-right:1px solid #82cbd6;
}
.TopNav li.L a{
	border:none;
}
.TopNav li a:hover , .TopNav li a.active , .TopNav li.sfHover a{
	background:#323232;
}


.TopNav li a.sf-with-ul{
	padding-right:25px;
	background-image:url(../images/NavDot.png);
	background-position:90% center;
	background-repeat:no-repeat;
}


.TopNav ul ul{
	margin:0;
	padding:0;
	float:none;
	width:145px;
	position:absolute;
	left:0;
	top:100%;
	display:none;
	-webkit-border-radius:0 0 8px 8px;
	-moz-border-radius:0 0 8px 8px;
	border-radius:0 0 8px 8px;
	height:auto;
	overflow:hidden;
}
.TopNav li.sfHover ul li , .TopNav ul ul li{
	margin:0;
	padding:0;
	float:none;
	height:auto;
}
.TopNav li.sfHover  ul li a , .TopNav ul  ul li a{
	margin:0;
	padding:0;
	width:100%;
	height:38px;
	line-height:38px;
	background:#323232;
	text-align:left;
	text-indent:1.5em;
	font-weight:normal;
	font-size:13px;
	border-top:1px solid #444;
	border-right:none;
}
.TopNav li.sfHover  ul li.ctt a{
	text-align:2em;
	line-height:30px;
	background:#555;
	font-size:12px;
}

.TopNav li.sfHover  ul li a:hover{
	background:#d71318;
}



.Banner{
	width:1000px;
	height:450px;
	background:#ccc;
	position:relative;
	z-index:0;
	margin:20px auto;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	overflow:hidden;
}
.Banner ul , .Banner ul li , .Banner .Container{
	width:100%;
	height:100%;
	z-index:1;
}
.Banner .pager{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:20;
}
.Banner .pager .Main{
	position:relative;
	height:100%;
}
.Banner .pager ol{
	position:absolute;
	top:85%;
	text-align:center;
	width:100%;
}
.Banner .pager ol li{
	cursor:default;
	width:18px;
	height:18px;
	border:1px solid #fff;
	display:inline-block;
	margin-right:15px;
	font-size:0;
	float:none;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
.Banner .pager ol li.active{
	border:1px solid #fff;
	background:#fff;
}
.Banner .pager a{
	width:50px;
	height:100px;
	margin-top:150px;
	display:block;
}
.Banner .pager a.Prev{
	background:url(../images/left-arrow.png) no-repeat center center;
	float:left;
	margin-left:0px;
	background-color:rgba(255,255,255,.8)
}
.Banner .pager a.Next{
	background:url(../images/right-arrow.png) no-repeat center center;
	float:right;
	margin-right:0px;
	background-color:rgba(255,255,255,.8)
}

.H1title{
	width:100%;
	height:50px;
	border-bottom:1px solid #043a94;
	margin-bottom:20px;
}
.H1title h1{
	width:100%;
	line-height:50px;
	color:#1d98ad;
	font-size:18px;
	font-weight:bold;
}

.IndexLeft{
	width:58%;
	float:left;
	margin-right:4%;
}
.IndexRight{
	width:38%;
	float:left;
}

.IndexProduct{
	width:100%;
}

.IndexProduct li{
	width:100%;
	margin-bottom:20px;
}
.IndexProduct  li a{
	font-size:16px;
	line-height:20px;
	padding-left:8px;
	border-left:3px solid #ff0015;
	color:#333;
	margin-bottom:20px;
	display:block;
}
.IndexProduct  ul{
	padding-left:10px;
}
.IndexProduct  ul li{
	padding:5px 0;
	margin:0;
	height:24px;
}
.IndexProduct  ul li a{
	margin:0;
	padding:0;
	color:#666;
	border:none;
	margin:0;
	padding:0;
	font-size:14px;
	line-height:24px;
}


.NewsAll{
	width:100%;
	height:auto;
	display:table;
	margin-bottom:30px;
}
.NewsBox{
	width:100%;
	margin-bottom:20px;
}
.NewsBox .H3title{
	height:20px;
	line-height:20px;
	padding:5px 0;
}
.NewsBox .H3title h3{
	font-size:16px;
	line-height:20px;
	padding-left:8px;
	border-left:3px solid #ff0015;
	color:#333;
	float:left;
}
.NewsBox .H3title a{
	float:right;
	line-height:30px;
	font-size:16px;
}
.NewsBox .H3title a:hover{
	color:#f60;
}

.NewsBox li{
	padding:5px 0;
	width:100%;
	height:23px;
	border-bottom:1px dashed #ccc;
	margin-top:5px;
}
.NewsBox li a{
	line-height:22px;
	color:#999;
	text-align:right;
	width:100%;
	display:block;
}
.NewsBox li a strong{
	color:#666;
	font-size:13px;
	line-height:22px;
	font-weight:normal;
	float:left;
}
.NewsBox li a:hover{
	color:#666;
}
.NewsBox li a:hover strong{
	color:#333;
}
.NewsBox li.more{
	border-bottom:none;
}
.NewsBox li.more a{
	float:right;
}


.Footer{
	width:100%;
	background:#323232;
	padding-top:30px;
}
.BottomNav{
	width:100%;
}
.BottomNav ul{
	padding-left:100px;
}
.BottomNav li{
	float:left;
	margin-right:30px;
}
.BottomNav li.L{
	margin-right:0;
}
.BottomNav li.L li{
	margin-right:0;
}

.BottomNav li a{
	color:#f1f1f1;
	font-size:14px;
	line-height:28px;
	display:block;
}

.BottomNav li span{
	width:40px;
	height:1px;
	display:block;
	background:#888;
	margin:10px 0;
}
.BottomNav ul ul{
	padding-left:0;
}

.BottomNav ul ul li{
	float:none;
}
.BottomNav ul ul li a{
	color:#888;
	font-size:12px;
	line-height:26px;
}
.Copyright{
	line-height:24px;
	text-align:center;
	padding:15px 20%;
	color:#5e5e5e;
	padding-top:30px;
}

.Loaction{
	width:100%;
	height:30px;
	padding:15px 0;
}
.Loaction p{
	width:100%;
	text-align:left;
	line-height:30px;
	font-size:13px;
	color:#999;
}
.Loaction a, .Loaction span{
	height:30px;
	line-height:30px;
	float:left;
	margin-right:10px;
	font-size:13px;
	color:#999;
}
.Loaction a img{
	float:left;
	margin-top:7px;
}
.Loaction span{
	width:15px;
	height:30px;
	background:url(../images/LocationNext.png) center center no-repeat;
}

.MainLeft{
	width:160px;
	float:left;
	background:#323232;
	margin-right:30px;
	margin-bottom:50px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	height:auto;
	overflow:hidden;
}
.LeftNavTop{
	width:100%;
	padding:50px 0;
	text-align:center;
	border-bottom:1px solid #999;
}
.LeftNavTop h3{
	font-size:16px;
	color:#fff;
	line-height:30px;
}
.LeftNavTop p{
	font-size:14px;
	font-weight:bold;
	color:#fff;
}
.MainLeft li{
	width:100%;
	border-bottom:1px solid #999;
	position:relative;
}
.MainLeft li a{
	width:100%;
	padding:30px 0;
	text-align:left;
	display:block;
	font-size:13px;
	color:#fff;
	font-weight:bold;
	line-height:20px;
	text-indent:1em;
}
.MainLeft li a:hover ,.MainLeft li a.active{
	background:#1d98ad;
}
.MainLeft ul ul{
	border-top:1px solid #999;
}
.MainLeft ul ul a{
	font-weight:normal;
	padding:15px 0;
	text-indent:2em;
}
.MainLeft ul ul a.active{
	background:#d71318;
}


.MainRight{
	width:810px;
	float:left;
	margin-bottom:50px;
}
.BodyText{
	width:100%;
}
.BodyText img{
	max-width:100%;
}
.RightPic{
	width:100%;
	margin-bottom:30px;
	text-align:center;
}
.RightPic img{
	max-width:100%;
}


.ListPage {
	width: 100%;
	height: auto;
	display: table;
	margin-top: 20px;
	margin-bottom: 50px;
}

.ListPage ul.news {
	width: 100%;
}

.ListPage ul.news li {
	width: 100%;
	border-bottom: 1px dashed #ccc;
	display: table;
	margin-bottom: 20px;
}

.ListPage ul.news li .tit {
	width: 80%;
	font-size: 16px;
	color: #1d98ae;
	font-weight: bold;
	float: left;
	line-height: 20px;
	padding: 10px 0;
}

.ListPage ul.news li .tit:hover {
	color: #d71318;
}

.ListPage ul.news li span {
	width: 20%;
	line-height: 20px;
	float: left;
	text-align: right;
	display: block;
	padding: 10px 0;
}

.ListPage ul.news li .txt {
	width: 100%;
	text-align: left;
	float: left;
}

.ListPage ul.news li .more {
	width: 100%;
	margin: 10px 0;
	float: left;
}

.newstop {
	width: 100%;
	height: auto;
	border-bottom: 1px dashed #ccc;
	padding: 20px 0 10px 0;
}

.newstop h3 {
	width: 100%;
	padding: 10px;
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.newstop p {
	width: 100%;
	text-align: left;
}

.newstext {
	width: 100%;
	height: auto;
	display: table;
	margin-top: 20px;
}

.fy { width:100%; float:left; text-align:center; padding:10px; margin-top:10px;}
.fy2{ padding:4px 8px; border:#CCC 1px solid; }
.fy2 a{ color:#333; }
.fy2 a:hover{ color:#f00; font-weight:bold; }
.fy2 .on{ color:#f00; font-weight:bold; }


.Contact input{
	width:96%;
	height:46px;
	border:1px solid #fff;
	background:#fff;
	line-height:46px;
	padding:0 2%;
	color:#666;
	border:1px solid #d1d1d1;
	margin-top:15px;
}
.Contact textarea{
	width:96%;
	height:120px;
	border:1px solid #fff;
	background:#fff;
	line-height:30px;
	padding:0 2%;
	color:#666;
	border:1px solid #d1d1d1;
	margin-top:15px;

}
.Contact p.L input{
	width:150px;
	text-align:center;
	float:left;
	margin-right:10px;
}
.Contact p.L input.sbtn{
	background:#111;
	color:#fff;
	float:right;
	font-size:14px;
	border:none;
}
.Contact p.L input.sbtn:hover{
	background:#FCAC45;
}
.Contact p.L img{
	height:36px; 
	width:auto;
	float:left;
	margin-top:20px;
}


.ServiceList{
	width:100%;
}
.ServiceList ul{
}
.ServiceList ul li{
	width:48%;
	padding-right:4%;
	padding-bottom:25px;
	float:left;
}
.ServiceList ul li.L{
	padding-right:0;
}
.ServiceList ul li a{
	width:100%;
	display:block;
	position:relative;
	font-size:0;
	height:300px;
	overflow:hidden;
	border:1px solid #f1f1f1;
}
.ServiceList ul li a img{
	width:100%;
	height:auto;
	position:relative;
	z-index:0;
}
.ServiceList ul li a p{
	width:90%;
	line-height:20px;
	text-align:center;
	padding:8px 05%;
	color:#fff;
	position:absolute;
	left:0;
	bottom:0;
	font-size:13px;
	background:rgba(0,0,0,.7);
}
.ServiceList ul li a:hover p{
	background:#1d98ae;
}


.CertList{
	width:800px;
	height:1000px;
	position:relative;
	z-index:0;
	margin:20px auto;
	overflow:hidden;
}
.CertList ul , .CertList ul li , .CertList .Container{
	width:100%;
	height:100%;
	z-index:1;
}
.CertList .pager{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:20;
}
.CertList .pager a{
	width:60px;
	height:120px;
	margin-top:250px;
	display:block;

}

.CertList .pager ol{
	position:absolute;
	top:85%;
	text-align:center;
	width:100%;
}
.CertList .pager a.Prev{
	background:url(../images/left-arrow.png) no-repeat center center rgba(0,0,0,.5);
	float:left;
}
.CertList .pager a.Next{
	background:url(../images/right-arrow.png) no-repeat center center rgba(0,0,0,.5);
	float:right;
}
.CertList .img{
	width:600px;
	position:relative;
	height:auto;
	display:table;
	margin:0 auto;
}
.CertList .img img{
	width:100%;
	height:auto;
	float:left;
}
.CertList p{
	width:100%;
	background:rgba(0,0,0,.5);
	text-align:center;
	line-height:40px;
	font-size:15px;
	color:#fff;
	position:absolute;
	left:0;
	bottom:0;
}
