﻿@charset "utf-8";
body {
    background: #ffffff;
    font-size: 12px;
    font-family: "\5FAE\8F6F\96C5\9ED1", Tahoma, Geneva, sans-serif;
}
body{min-width:1000px;}
a:hover{text-decoration: none;}
.header-wrap{
    height:86px;
   width:100%;
    background:url("../images/opa.png") 0 0 repeat;
}
.header{
    margin:0 auto;
    width:1280px;
    height:86px;
}
.header .logo{
    width:200px;
    height:86px;
    background: url("../images/logo.png") 0 0 no-repeat;
}
.header .nav{
    margin-left:348px;
 }

.header .nav a{
    padding-top:25px;
    width:100px;
    display: inline-block;
    color:#000000;
    font-size: 20px;
    text-align: center;
    margin:0 20px;
}
.header .nav a.on{
    color:#d42d1c;
    border-top:#d42d1c 6px solid;
 }

/*banner图*/

.banner-wrap{
    width:100%;
    height:188px;
}

.banner ul {
    width: 100%;
    position: relative;
}
.banner{
    width: 100%;
    height: 188px;
    overflow: hidden;
    position: relative;
}
.banner ul li {
    width: 100%;
    height: 188px;
    position: absolute;
    top:0;
    left:0;
}
.banner ul li a{
    display: block;
    width: 100%;
}
.hide{
    display: none;
}
.con{
    position: relative;
    width:1280px;
    margin:0 auto;
}
.con .links{
    position: absolute;
    top:500px;
    right:50px;
    z-index: 10;
    background: #e7e7e7;
}
.con .links p{
    color:#ffffff;
    padding:5px 20px;
    font-size: 18px;
    text-align: center;
    background: #89af22;
}
.con .links a{
    padding:5px 20px;
    display: block;
    color:#3f4c1d;
    font-size: 16px;
    text-decoration: underline;
}
.con .btns{
    text-align: center;
    padding-top:3px;
    width:1280px;
    height:33px;
    background: #e7e7e7;
}
.con .btns a{
    margin:0 25px;
    color:#2e2e2e;
    font-size: 15px;
    display: inline-block;
    text-align: center;
    width:279px;
    height:30px;
    line-height: 30px;
 }
.con .btns a.on{
    color:#ffffff;
    background: #4b8b2b;
}
.footer{
  
    width:100%;

    color:#9b9b9b;
    font-size: 14px;
    border-top:1px solid #eee;
}
.con-det{
    position: relative;
 }
 .con-det .go{
     z-index: 10;
    position: absolute;
     bottom:64px;
     right:40px;
    color:#ff4d4d;
    font-size: 15px;
    text-decoration: underline;
}