﻿@charset "utf-8";
/*css content*/
content {
    width: 100%;
}
content .box {
    width: 1100px;
    margin: auto;
    height: auto;
}


/*长图*/
.conttu {
    margin-top: 16px;
    width: 1100px;
    height: 90px;
}
.conttu img {
    width: 1100px;
    height: 90px;
}


/*第一部分*/
.cont01 {
    margin-top: 16px;
    width: 1100px;
    height: 326px;
}
/*标题*/
.cont01 .title {
    width: 100%;
    height: 46px;
    font-size: 22px;
    line-height: 46px;
    letter-spacing: 2px;
    border-bottom: 1px solid #CCCCCC;
    
}
.cont01 .title h1 {
    height: 44px;
    float: left;
    margin-right: 20px;
    border-bottom: 3px solid #FF0000;
}
.cont01 .title .none {
    float: right;
    height: 36px;
    padding-top: 10px;
}
.cont01 .title .none a {
    font-size: 12px;
    padding: 4px 2px 4px 10px;
    color: #999999;
}
.cont01 .cons {
    width: 1060px;
    height: 230px;
    margin-top: 10px;
    padding: 20px;
    background: url('../img/sy12.jpg') repeat-x 0 0;
}
/*内容*/
/*left*/
.cont01 .cons .lefts {
    width: 318px;
    height: 228px;
    float: left;
    border: 1px solid #EEE;
    border-radius: 5px;
    background: url('../img/sy_wz00.png') repeat-x;
    /*padding-top: 30px;*/
}
.cont01 .cons .lefts .nam {
    position: relative;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    /*letter-spacing: 3px;*/
    font-size: 14px;
    top: 0px;
    left: 100px;
    background-color: #FF0000;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 5px 5px 0 rgb(0, 0, 0, 0.5);
    color: #FFFFFF;
}
.cont01 .cons .lefts ul {
    width: 320px;
    height: 230px;
    background: url('../img/sy_wz01.png') 30px 10px no-repeat;
}
.cont01 .cons .lefts ul li {
    width: 160px;
    height: 120px;
    float: left;
}
.cont01 .cons .lefts ul li.lis {
    margin-right: 0;
}
.cont01 .cons .lefts ul li a div {
    width: 155px;
    height: 56px;
    line-height: 56px;
    margin-top: 8px;
    text-align: center;
}
.cont01 .cons .lefts ul li a div img {
    width: 56px;
    height: 56px;
}
.cont01 .cons .lefts ul li a span {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1px;
    font-weight: bold;
    display: block;
    text-align: center;
}
/*content*/
.cont01 .cons .cont {
    width: 400px;
    height: 230px;
    margin-left: 20px;
    float: left;
}
.cont01 .cons .cont ul li {
    width: 183px;
    height: 108px;
    margin-bottom: 10px;
    margin-right: 10px;
    float: left;
    border: 1px solid #EEEEEE;
    border-radius: 5px;
    background: url('../img/sy_wz00.png') repeat-x;
}
.cont01 .cons .cont ul li.lis {
    margin-right: 0px;
}
.cont01 .cons .cont ul li a div {
    padding-left: 64px;
    padding-top: 14px;
}
.cont01 .cons .cont ul li a div img {
    width: 56px;
    height: 56px;
}
.cont01 .cons .cont ul li a span {
    display: block;
    text-align: center;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
}

/*right*/
.cont01 .cons .right {
    width: 320px;
    height: 230px;
    float: right;
    border-radius: 5px;
}
.cont01 .cons .right img {
    width: 320px;
    height: 230px;
    border-radius: 5px;
}


/* 第二部分 */
.cont02 {
    margin-top: 16px;
    width: 1100px;
    height: 370px;
}
/*标题*/
.cont02 .title {
    width: 100%;
    height: 46px;
    font-size: 22px;
    line-height: 46px;
    letter-spacing: 2px;
    border-bottom: 1px solid #CCCCCC;
}
.cont02 .title h1{
    height: 44px;
    float: left;
    margin-right: 20px;
    border-bottom: 3px solid #FF0000;
}
.cont02 .title .none {
    float: right;
    height: 36px;
    padding-top: 10px;
}
.cont02 .title .none a {
    font-size: 12px;
    padding: 4px 2px 4px 10px;
    color: #999999;
}

.cont02 .cons {
    width: 1100px;
    margin-top: 20px;
}
/*左侧内容*/
.cont02 .cons .left {
    position: relative;
    overflow: hidden;
    width: 434px;
    height: 312px;
    float: left;
}
.cont02 .cons .left ul {
    position: absolute;
    top: 0;
    left: 0;
}
.cont02 .cons .left ul li {
    float: left;
}
.cont02 .cons .left ul li a img {
    display: block;
    width: 434px;
    height: 312px;
}

.cont02 .cons .left .prev {
    left: 0;
    transform: translate(-50%, -50%);
    text-indent: 28px;
}
.cont02 .cons .left .next {
    right: 0;
    transform: translate(50%, -50%);
    text-indent: 8px;
}
.cont02 .cons .left .prev:hover,.cont02 .cons .left .next:hover {
    background-color: rgba(0, 0, 0, .3);
}
.cont02 .cons .left .gd {
    position: absolute;
    left: 50%;
    bottom: 10px;
    margin-left: -36.5px;
    display: flex;
    justify-content: space-around;
    width: 75px;
    height: 15px;
    border-radius: 8px;
    background-color: #ffffff4d;
}
.cont02 .cons .left .gd i {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-top: 2.5px;
    background-color: azure;
}
.cont02 .cons .left img {
    width: 434px;
    height: 312px;
}

/*右侧内容*/
.cont02 .cons .right {
    width: 640px;
    height: 312px;
    float: right;
}
.cont02 .cons .right ul li {
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    border-bottom: 1px dashed #EEEEEE;
}
.cont02 .cons .right ul li a {
    float: left;
}
.cont02 .cons .right ul li b {
    width: 6px;
    height: 6px;
    margin: 18px 16px 0 6px;
    border-radius: 10px;
    background-color: #FF0000;
    float: left;
}
.cont02 .cons .right ul li:hover {
    /*color: #D00001;*/
    background-color: #FBF3E4;
}
.cont02 .cons .right ul li span {
    font-size: 15px;
    float: right;
}



/* 第三部分 */
.cont03 {
    margin-top: 30px;
    width: 1100px;
    height: 250px;
}


/*标题*/
.cont03 .title {
    width: 100%;
    height: 48px;
    float: left;
    font-size: 22px;
    line-height: 46px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    border-bottom: 1px solid #CCCCCC;
}
.cont03 .title h1{
    height: 42px;
    float: left;
    margin-right: 20px;
    border-bottom: 2px solid #FF0000;
}
/*内容*/
.cont03 .listleft, .cont03 .listcont, .cont03 .listright {
    width: 32%;
    float: left;
}
.cont03 .listcont {
    margin: auto 2%;
}

.cont03 .title {
    width: 100%;
    height: 43px;
    font-weight: bold;
}

.cont03 .cons {
    width: auto;
    /*margin-top: 64px;*/
    font-size: 15px;
}

.cont03 .cons ul li {
    width: 100%;
    height: 26px;
    line-height: 26px;
    float: left;
}

.cont03 .cons ul li:hover {
    /*color: #D00001;*/
    background-color: #FBF3E4;
}

.cont03 .cons .top {
    width: 100%;
    height: 100px;
}
.cont03 .cons .top div {
    width: 88px;
    height: 46px;
    line-height: 34px;
    text-align: center;
    float: left;
}
.cont03 .cons .top div a {
    display: block;
    font-size: 15px;
    letter-spacing: 1px;
    /*font-weight: bold;*/
    height: 34px;
    width: 78px;
    border-radius: 5px;
    border:1px solid #FF0000;
}
.cont03 .cons .top div a:hover {
    color: #FFFFFF;
    background-color: #FF0000;
}



/* 第四部分 */
.cont04 {
    margin-top: 16px;
    width: 1100px;
    height: 280px;
}
/*标题*/
.cont04 .title {
    width: 100%;
    height: 46px;
    font-size: 22px;
    line-height: 46px;
    letter-spacing: 2px;
    border-bottom: 1px solid #CCCCCC;
}
.cont04 .title h1{
    height: 44px;
    float: left;
    margin-right: 20px;
    border-bottom: 3px solid #FF0000;
}
/*内容*/
.cont04 .cons {
    width: 1100px;
    margin-top: 20px;
}

.cont04 .cons .left {
    position: relative;
    overflow: hidden;
    width: 434px;
    height: 220px;
    float: left;
}
.cont04 .cons .left ul li {
    width: 138px;
    height: 46px;
    float: left;
    margin-right: 6px;
    margin-bottom: 8px;
}
.cont04 .cons .left ul li a img {
    width: 138px;
    height: 46px;
}

.cont04 .cons .right {
    width: 640px;
    height: 220px;
    float: right;
}
.cont04 .cons .right a img {
    width: 640px;
    height: 210px;
}