@charset "utf-8";
/* CSS Document */
* {
     margin: 0;
     padding: 0;
}
body {
    background: #fff;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #000000;
}
li,ul {
    list-style-type: none;
}
img {
    border: none;
}
a,a:link,a:visited {
     text-decoration: none;
}
a {
    color: #333333;
}
a:hover {
    color: #fff;
}
.left{float: left;}
.right{float: right;}
.none{display: none;}
.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.wrap{
    width: 1180px;
    margin: 0 auto;
}
.title-ym {
    background: #f77a1c;
}
.title-ym span{
    display: block;
    padding: 43px 0;
    font-size: 62px;
    font-weight: 900;
    color: #fff;
    background: url(../images/bg_pic.png) no-repeat bottom right;
}
.content .menu{
    width: 1200px;
}
.content .menu li{
    float: left;
    width: 106px;
    height: 46px;
    margin: 13px 12px 0 0;
    line-height: 46px;
    text-align: center;
    color: #f14454;
    font-size: 18px;
	border-radius: 4px;
    background-color: #ffede0;
	border: solid 1px #ffd3b3;
}
.content .menu li.no{
    background-color: #f8f8f8;
    border: solid 1px #e5e5e5;
}
.content .menu li:hover,
.content .menu li:visited {
    cursor: pointer;
}
.content .menu li.dqys_1 {
    color: #fff;
    border-color: #f77a1c;
    background-color: #f77a1c;
}
.content .menu li.bdqys_1 {
    width: 146px;
    color: #fff;
    border-color: #f77a1c;
    background-color: #f77a1c;
}
.content .menu li.bdqys_0 {
    width: 146px;
}
.content .menudiv .title_sec {
    padding: 35px 0 32px;
    text-align: center;
    font-size: 50px;
    color: #444;
    font-weight: 900;
}
.content .icon li {
    float: left;
    width: 380px;
    height: 125px;
	border-radius: 6px;
}
.content .icon li a {
  font-size: 18px;
  text-align: center;
  float: left;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.content .icon .li04 {
  background: url(../images/login_button_14.png) no-repeat center;
}
.content .icon .li05 {
    margin: 0 20px;
    background: url(../images/login_button_15.png) no-repeat center;
}
.content .icon .li06 {
  background: url(../images/login_button_16.png) no-repeat center;
}
.content .ad {
  background: #fdfdfa;
}
.content .ad img {
  margin: 0 auto;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
}

.bottom {
  margin-top: 50px;
}
a {
  color: #454545;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #eb5e04;
  text-decoration: underline;
}
.clear {
  clear: both;
}
.main_center {
  width: 1000px;
  margin: 8px auto 0px auto;
}
.footer_Area {
  width: 740px;
  margin: 0 auto;
}
.footer {
  text-align: center;
  color: #555;
  height: 32px;
  line-height: 32px;
  background-color: #fafafa;
  margin-bottom: 10px;
}
.footer a {
  color: #555;
}
.foot_left {
  float: left;
  display: inline;
  width: 80px;
}
.footer_left {
  float: left;
  display: inline;
  width: 550px;
  text-align: center;
  line-height: 20px;
  color: #7b7b7b;
}
.footer_left span img {
  margin-bottom: 6px;
}
.footer_right {
  float: left;
}
.footer_right img {
  margin-left: 4px;
}
