h1,
h2,
h3 {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: black;
}

* {
    font-family: "microsoft yahei"
}

html,
body {
    min-width: 1200px;
    margin: 0;
    padding: 0;
    background: #f6f6f6;
}

body {
    background: url(../img/body-bg.png) no-repeat #f9f9f9;
}


ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

img {
    border: none;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.main {
    width: 100%;
}

.header {
    width: 1200px;
    margin: auto;
    position: relative;
}

.top-bg{
    width: 100%;
    height: auto;
}

.head-top {
    width: 1200px;
    margin: auto;
    overflow: hidden;
    padding-top: 35px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -600px;
}

.number {
    border-radius: 80px;
    border: 1px solid #f1c369;
    margin-top: 15px;
}

.number,
.number span {
    width: 280px;
    height: 50px;
    color: #f1c369;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
}


/* å¯¼èˆª */

#nav{
    z-index: 999;
}

.navigation {
    width: 100%;
    background: #a90102;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.nav-con {
    width: 1200px;
    margin: auto;
}

.nav {
    height: 60px;
    line-height: 60px;
    position: relative;
    z-index: 1;
}

.nav a {
    color: #fff;
}

.nav .nLi {
    width: 200px;
    height: 60px;
    float: left;
    position: relative;
    display: inline;
}

.nav .nLi h3 {
    height: 60px;
    float: left;
}

.nav .nLi h3 a {
    width: 150px;
    display: block;
    font-size: 18px;
    text-align: center;
    font-weight: 100;
    font-weight: bold;
}

.nav .sub {
    display: none;
    width: 150px;
    left: 0;
    top: 60px;
    position: absolute;
    background: #a90102;
    line-height: 60px;
}

.nav .sub li {
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #a90102;
    color: #fff;
    zoom: 1;
}

.nav .sub a {
    display: block;
    color: #fff;
    font-size: 14px;
}

.nav .sub a:hover {
    background: #a90102;
    color: #fff;
}

.nav .on h3 a {
    height: 60px;
    background: #a90102;
    color: #fff;
}

/* å¯¼èˆªç»“æŸ */

.container {
    width: 1200px;
    height: auto;
    background: #fff;
    margin: auto;
}

.content {
    padding: 30px;
}

.content1 {
    overflow: hidden;
}

.content1-left {
    width: 600px;
    height: 340px;
}

.content1-right {
    width: 510px;
    height: 340px;
}

/* æ–°é—»è½®æ’­ */

.slideBox {
    width: 600px;
    height: 340px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 15px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    line-height: 14px;
    text-align: center;
    border: 1px solid #fff;
    cursor: pointer;
    margin-right: 10px;
}

.slideBox .hd ul li.on {
    background: #fff;
    border: 1px solid #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    overflow: hidden;
}

.slideBox .bd ul li img {
    width: 600px;
    height: 340px;
    display: block;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.slideBox .bd ul li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.bd ul li p {
    width: 600px;
    height: 60px;
    color: #fff;
    position: absolute;
    margin: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    line-height: 60px;
    padding-left: 25px;
}

/* æ–°é—»è½®æ’­ç»“æŸ */

.title {
    width: 100%;
    height: 60px;
    background: #ebeff1;
    line-height: 60px;
}

.lanmu {
    height: 60px;
    text-align: center;
    padding: 0 30px;
    position: relative;
}

.lanmu a {
    font-size: 22px;
    font-weight: bold;
    color: #c61111;
}

.more {
    margin-right: 15px;
}

.more a {
    font-size: 14px;
    color: #c1c1c1;
}

.lanmu::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 15px solid #c61111;
    position: absolute;
    top: 60px;
    left: 45%;
    display: none;
}

.title:hover .lanmu {
    background: #c61111;
}

.title:hover .lanmu a {
    color: #fff;
}

.title:hover .lanmu::after {
    display: block;
}

.content1 {
    margin-bottom: 30px;
}

.content1-list {
    margin-top: 15px;
}

.content1-list ul {
    color: #dce5ed;
    font-size: 24px;
}

.content1-list ul li {
    height: 45px;
    line-height: 45px;
    width: 100%;
    margin-left: 20px;
    list-style-type: disc;
    font-size: 16px;
}

.content1-list ul li span {
    float: right;
    color: #a2a2a2;
    margin-right: 25px;
}

.content1-list ul li a {
    color: #333;
    font-size: 16px;
}

.content1-list ul li:hover {
    color: #c61111;
}

.content1-list ul li:hover a {
    color: #c61111
}

.item {
    width: 360px;
    height: 200px;
}

.item1 {
    margin-right: 30px;
}

.con-list {
    margin-bottom: 0;
}

.con-list ul li {
    width: 270px;
    height: 65px;
    float: left;
    text-align: center;
    line-height: 65px;
}

.con-list ul li a {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

#box1 {
    background: #c61111;
    margin-right: 20px;
}

#box2 {
    background: #c66211;
    margin-right: 20px;
}

#box3 {
    background: #c69911;
    margin-right: 20px;
}

#box4 {
    background: #b7c611;
}

.footer {
    /* width: 1200px; */
    margin-top: 30px;
    /* background: #c61111; */
}

.footer-con {
    width: 1200px;
    margin: auto;
    text-align: center;
    padding: 20px 0;
    background: #c61111;
}

.footer-con p {
    margin: 0;
    color: #fff;
    line-height: 2em;
}

.weizhi,.weizhi a{
    font-size: 14px;
    color: #9c9c9c;
}

.list ul li{
    height: 60px;
    line-height: 60px;
    border-top: 1px solid #f4f5f7;
    width: 100%;
    margin-left: 20px;
    list-style-type: disc;
    font-size: 16px;
}

.list ul {
    color: #9c9c9c;
    font-size: 24px;
    padding-left: 20px;
    margin-top: 20px;
}


.clist ul li a {
    color: #333;
    font-size: 16px;
}

.list ul li:hover {
    color: #c61111;
}

.list ul li:hover a {
    color: #c61111
}

.details{
    margin: 30px 0;
    padding: 30px;
    border: 1px solid #f4f5f7;
}

.laiyuan{
    overflow: hidden;
    margin-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f4f5f7;
}

.laiyuan span,.laiyuan a{
    font-size: 14px;
    color: #9c9c9c;
}

.laiyuan a{
    margin: 0 5px;
}

.details-con p{
    line-height: 2em;
    text-indent: 32px;
}

.details-title h2{
    text-align: center;
}

.danye,.sousuo{
    margin: 30px 0;
}

.next{
    overflow: hidden;
    border-top: 1px solid #f4f5f7;
}

.next p{
    margin-top: 30px;
}

.next p a{
    font-size: 14px;
    color: #9c9c9c;
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #c61111 !important;
    background-color: #c61111 !important;
}


/* å¸ˆèµ„é˜Ÿä¼ */

.picMarquee-left {
    position: relative;
}

.picMarquee-left .hd {
    width: 120px;
    float: right;
    position: absolute;
    height: 30px;
    top: -50px;
    right: 0;
}

.picMarquee-left .hd .prev,
.picMarquee-left .hd .next {
    display: block;
    width: 25px;
    height: 25px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.picMarquee-left .hd .next {
    right: 40px;
}

.picMarquee-left .hd .prev {
    right: -30px;
}

.picMarquee-left .bd {
    padding: 20px 0 0 0;
}

.picMarquee-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picMarquee-left .bd ul li {
    margin: 0 15px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.picMarquee-left .bd ul li .pic {
    text-align: center;
}

.picMarquee-left .bd ul li .pic img {
    width: 260px;
    height: 145px;
    display: block;
}

.picMarquee-left .bd ul li .title {
    width: 260px;
    height: 40px;
    line-height: 40px;
    border: none;
    text-align: center;
    background: #ebeff1;
}

.picMarquee-left .bd ul li .title a {
    color: #000;
}

.con-title{
    width: 100%;
    height: 60px;
    background: #ebeff1;
    line-height: 60px;
}

.con-title a{
    font-size: 22px;
    font-weight: bold;
    color: #c61111;
    margin-left: 30px;
}

.con2-list{
    margin-bottom: 0;
}