*{
    margin:0;
    padding:0;
}
body{
    background-color: #fff;
    color:#404040;
}
a{
    text-decoration: none;
}
li{
    list-style:none;
}
img{
    max-width: 100%;
    vertical-align: middle;
    border:0;
}

input, button, select, textarea ,a {
    outline: none;
}
input, button {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border: none;
}
/* 中英文切换 */
.lang {
    position: absolute;
    top: 5px;
    right: 0px;
    display: inline-block;
    color: #f5692c;
}
.lang span{
    padding: 0 8px;
    cursor: pointer;
    position: relative;
    float: left;
    line-height: 20px;
    border: 1px solid #f5692c;
    color: #f5692c;
    font-size:12px;
}
.lang span:first-child {
    margin-right: -1px;
    border-right: 0;
}
.lang span:first-child:after {
    content: "";
    width: 1px;
    height: 10px;
    color: #fa6400;
    position: absolute;
    top: 5px;
    right: 0;
    border-right: 1px solid #f5692c;
}
.lang .lang-hover{
    background:#f5692c;
    color:#fff;
}

.clearfix {
    clear: both;
    content: "";
    display: block;
    overflow: hidden;
}
.main{
    overflow:hidden;
    margin:0 auto;
}
.logo{
    max-width: 1024px;
    font-size:24px;
    padding:20px;
    font-weight:bold;
    margin:0 auto;
    float:left;
}

.container{
    overflow:hidden;
    max-width:1200px;
    margin:0 auto;
}
.container .hd{
    text-align: center;
    margin-bottom:10px;
}
.container h2{
    font-size: 38px;
    color: #1b1e53;
    padding: 30px 0 5px;
}
.about {
    /* background: rgba(255,255,255,.65); */
    background:#fff2e5;
    padding: 30px;
    -moz-border-radius: 46px 0 46px 0;
    -webkit-border-radius: 46px 0 46px 0;
    border-radius: 46px 0 46px 0;
}
.contact{
    float:left;
    width:30%;
}
.contact p{
    color: #666;
    line-height: 24px;
    font-size: 14px;
}
.nav{
    width:1200px;
    margin:0 auto;
    /* background:#0a2c4e; */
    overflow:hidden;
    position:relative;
}
.nav ul{
    position: absolute;
    right: 180px;
}
.nav li{
    float:left;
    margin-left: 100px;
    line-height: 75px;
}
.nav a{
    color:#333;
    padding:10px 0;
    font-weight:bold;
}
.active{
    border-bottom: 3px solid #ffb600;
    
}
.nav a.active ,.nav a:hover{
    color:#dba932;
}
.line{
    display: inline-block;
}
.list li {
    margin-right: 20px;
    float: left;
    margin-bottom: 20px;
}
.list .tit{
    color:#333;
    line-height: 1.5;
    margin-top: 5px;
    font-family: FZJunHJW-subfont;
    font-weight: 500;
}
.list a{
    color:#003872;
}
.list a:hover{
    color: #dba932;
}
.products li{
    width: calc((100% - 40px) / 2);
    text-align:center;
}
.news li {
    width: calc((100% - 72px) / 3);
    border: 2px solid #f5f5f5;
}
.news li img{
    width:100%
}
.brief{
    padding:20px;
}

.footer{
    color:#555;
    text-align:center;
    background:#2d2d2d;
    padding-top:130px;
}
.footer a{
    color:#555;
}
.footer .link{
    line-height: 80px;;
}
.footer .copyright{
    font-size:12px
}
#order{
    max-width: 1024px;
    margin: 0 auto;
}

.money {
    display: inline-block;
    vertical-align: middle;
    color: #e4393c;
    font-size: 20px;
}

.news,.bk{
    margin:0 auto;
    overflow:hidden;

}
.slideBox {
	width:1905px;
	height:600px;
	overflow:hidden;
	position:relative;
}
.slideBox .hd {
	height:15px;
	overflow:hidden;
	position:absolute;
	right:5px;
	bottom:5px;
	z-index:1;
}
.slideBox .hd ul {
	overflow:hidden;
	zoom:1;
	float:left;
}
.slideBox .hd ul li {
	float:left;
	margin-right:2px;
	width:15px;
	height:15px;
	line-height:14px;
	text-align:center;
	background:#fff;
	cursor:pointer;
}
.slideBox .hd ul li.on {
	background:#f00;
	color:#fff;
}
.slideBox .bd {
	position:relative;
	height:100%;
	z-index:0;
}
.slideBox .bd li {
	zoom:1;
	vertical-align:middle;
}
.slideBox .bd img {
	width:1905;
	height:600px;
	display:block;
}
.slideBox .prev,.slideBox .next {
	position:absolute;
	left:3%;
	top:50%;
	margin-top:-25px;
	display:block;
	width:32px;
	height:40px;
	filter:alpha(opacity=50);
	opacity:0.5;
}
.slideBox .next {
	left:auto;
	right:3%;
	background-position:8px 5px;
}
.slideBox .prev:hover,.slideBox .next:hover {
	filter:alpha(opacity=100);
	opacity:1;
}
.slideBox .prevStop {
	display:none;
}
.slideBox .nextStop {
	display:none;
}

h1{
    font-size: 30px;
    font-family: 微软雅黑;
    color: rgb(51, 51, 51);
    margin-right: 8px;
}
.para {
    color: #000;
    font-size: 14px;
    margin: 5px 10px 5px 20px;
    line-height: 30px;
    text-indent: 2em;
}
.bb{
    border-bottom: 1px solid #e5e5e5;
    width:100%;
    padding:5px 20px;
}

.news-list{
    overflow:hidden;
    margin: 20px auto;
    padding: 0 10px;
    max-width: 1600px;
}
.news-list li{
    padding-bottom: 40px;
}
.con{
    line-height: 220%;
    margin-top: 10px;
    color: #666;
    padding:0 20px;

}
.page {
    padding: 15px 0;
}
.page ul {
    text-align: center;
}
.page ul li {
    width: 50%;
}
.page ul li {
    float: left;
    padding: 0;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    width: 50%;
}
.page ul li a {
    display: block;
    border: 1px solid #d3d3d3;
    margin: 0 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.article-title {
    font-size: 22px;
    font-weight: 700;
    color: #555;
    padding-left: 25px;
    padding-top: 22px;
    padding-bottom: 22px;
    text-align: left;
}
.elevit_content{
    margin: 5px auto;
    max-width: 1600px;
}
.gyn_jd{
	width:100%;
	height:53px;
	margin:0px auto; background-color:#674406;
	  position: fixed; left:0px; bottom:0px; z-index:2; margin:0px auto
}

.gyn_jd li{
    float:left;
    width: 30%;
    height:53px;
    line-height:53px;
    list-style:none;
    color:#FFFFFF;
    font-size:16px;
    text-align:center;
}
.gyn_jd li a{
    color:#fff
}
.content h1 {
    border-bottom: 1px solid #dbd6d0;
    color: #333;
    font-size: 18px;
    padding: 10px 0 10px 15px;
    max-width: 1600px;
    margin: 5px auto;
}@media only screen and (max-width: 500px){
.slideBox{
    width:100%;
    height:160px
}
.slideBox .bd img{
    width:100%;
    height:160px
}
.contact{
    display:none;
}
.content{
    width:100%;
}
.nav li{
    margin-right: 20px;
}
.products li {
    width: 45%;
}
}