*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
li{
    list-style: none;
}

.content_bg {
    width: 100%;
    
    background: url(../images/bg.png) no-repeat 0 100%;
    background-size: 100% auto;
}

.content {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 105px;
   display: flow-root;
}

.banner{
    width: 100%;
    height: 360px;
}
.banner img{
    width: 100%;
    height: 100%;
}
.left{
    display: inline-block;
    width: 350px;
    margin-top: -62px;
}
.left .mbx{
    color: #fff;
    font-size: 18px;
    padding:62px 46px 29px 41px;
    background:#d7002e;
}
.left .mbx a{
    color: #fff;
}
.left .xqy_title{
    font-size: 24px;
    font-weight: 400;
    color: #fff;
	padding:0px 46px 53px 41px;
	background:#d7002e;

}
.left ul li{
    width: 100%;
    line-height: 54px;
    border-bottom: 1px dashed #fff;
    font-size: 18px;
    transition: all 0.5s;
  	background:#fef5e4;
}
.left ul li:hover{
    border-bottom: 1px dashed #ff9393;
    background:#fff;
}
.left ul li a{
    color: #d7002e;
    transition: all 0.5s;
    padding-left:41px;
}
.left ul li:hover a{
    color: #d7002e;
}

.nav ul li .cur {
  display: block;
}
#nav {
    width: 100%;
    line-height: 54px;
    font-size: 20px;
    z-index: 99999;
    background-color: #fff;
    overflow: hidden;
    display: none;
}
#nav a {
  color: #d7002e;
  height: 54px;
  overflow: hidden;
  display:block;
}
#nav a:hover{
  background:#fef5e4;
}

.right{
    float: right;
    width: 760px;
    padding-top: 69px;
}
.right_title{
    font-size: 30px;
    font-weight: 400;
    color: #333;
    padding-bottom: 19px;
    border-bottom: 1px solid #2553A3;
}
.right_nr{
    width: 100%;
    margin-top: 30px;
}
.right_nr p,span{
    margin-bottom: 15px;
    overflow: hidden;
    font-family: 楷体;
    font-size: 19px;
    line-height: 1.8;
}