@charset "UTF-8";

/*初始化css*/
body {
    min-width: 1200px;
    font-family: 微软雅黑;
    color: #333;
}

/*min-width的宽度根据项目页面宽度决定*/
*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
form {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

input {
    margin: 0;
    padding: 0;
    outline: none;
    border: 0;
}

li {
    list-style: none;
}

a,
ins {
    text-decoration: none;
}

*:focus {
    outline: none;
}

a {
    color: #333;
}

/*颜色根据通用信息列表的文字颜色决定*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.cf:after {
    display: block;
    content: '';
    height: 0;
    visibility: hidden;
    clear: both;
}

.cf {
    zoom: 1;
}

.hide {
    display: none;
}

.block {
    display: block;
}

textarea,
input {
    font-family: 微软雅黑;
}

/*命名的语义化---正常页面的几部分如下：header(top+banner+nav)	content-wrap(section1+section1+...)		footer*/

/* 通用头部开始 */
.bx-1200 {
    width: 1200px;
    margin: 0 auto;
}

.header {
    width: 100%;
    height: 900px;
}

.logo {
    float: left;
    margin-top: 60px;
}


/* 通用标题  */
.ty-bt {
    text-align: center;
}
.ty-bt div{
    display: inline-block;
}
.ty-bt span:first-child {
    font-size: 29px;
    color: #C00D0D;
    margin-bottom: 6px;
    font-weight: bold;
}

.ty-bt span:last-child {
    font-size: 13px;
    color: #787879;
    font-weight: 400;
}
.ty-bt-left{
    width: 344px;
    height: 60px;
    background: url(./bt-left.png) no-repeat right center;
}
.ty-bt-center{
    margin: 0 25px;
}
.ty-bt-right{
    width: 337px;
    height: 60px;
    background: url(./bt-right.png) no-repeat right center;
}
/* 第一部分 */
.section1 {
    margin-top: -110px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    padding: 30px;
    padding-top: 0;
}
.section1-bt{
    height: 130px;
    background: url(./jq.png) no-repeat 50px bottom;
    font-size: 33px;
    color: #B8080A;
    font-weight: bold;
    padding-left: 150px;
    padding-top: 50px;
}
.section1-nr{
    font-size: 18px;
    line-height: 35px;
    padding: 30px 100px 50px 50px;
    background: url(./dh.png) no-repeat 1050px 110px;
    text-indent: 2em;
}

/* 第二部分 */
.section2 {
    margin-top: 60px;
}

.section2-nr {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.section2-nr li {
    width: 580px;
    margin-bottom: 30px;
}
.section2-nr li a{
    display: block;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.section2-left{
    width: 90px;
    height: 90px;
    background-color: #FFF4F5;
    font-size: 28px;
    font-weight: bold;
    color: #B8080A;
    text-align: center;
    padding: 5px;
}
.section2-right{
    width: 480px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 30px;
}
.section2-right p:first-child{
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: bold;
}
.section2-right p:last-child{
    font-size: 15px;
    color: #666666;
}
/* 第三部分 */
.section3 {
    margin-top: 70px;
}

.section3-nr {
    margin-top: 60px;
}

/* 轮播图开始 */
.section3-right {
    width: 578px;
    height: 340px;
    background-color: #000;
}

.focusBox {
    float: left;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-family: Arial;
    text-align: left;
    background: #fff;
}

.focusBox .pic {
    width: 100%;
    height: 100%;
}

/* 图片设置 */
.focusBox .pic img {
    width: 100%;
    display: block;
}

/* 文字提示设置 */
.focusBox .txt-bg {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 40px;
    width: 100%;
    background: #000;
    filter: alpha(opacity=40);
    opacity: 0.4;
    overflow: hidden;
}

.focusBox .txt {
    position: absolute;
    bottom: 0;
    z-index: 2;
    height: 40px;
    width: 100%;
    overflow: hidden;
}

.focusBox .txt li {
    height: 40px;
    line-height: 40px;
    position: absolute;
    bottom: -40px;
}

.focusBox .txt li a {
    display: block;
    color: white;
    padding: 0 0 0 24px;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
}

/* 圆点设置 */
.focusBox .num {
    position: absolute;
    z-index: 3;
    bottom: 15px;
    right: 0px;
    height: 10px;
}

.focusBox .num li {
    float: left;
    position: relative;
    width: 9px;
    height: 9px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    background: #fff;
    margin-right: 10px;
}

.focusBox .num li a,
.focusBox .num li span {
    position: absolute;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
}

.focusBox .num li {
    z-index: 1;
    color: #999;
}

.focusBox .num ul {
    width: 100%;
    height: auto;
}

.focusBox .num li.on,
.focusBox .num .on:hover {
    background-color: #C00D0D;
}

.focusBox .pic {
    position: relative;
}

/* 轮播图结束 */

.section3-left {
    width: 590px;
    height: 340px;
    position: relative;
}
.section3-list{
    margin-top: 15px;
}
.section3-left .section3-list li{
    line-height: 30px;
    padding-left: 30px;
    background: url(./list.png) no-repeat 10px center;
}

.section3-left .section3-list a {
    color: #696969;
}

.section3-left .section3-list a span:first-child {
    font-size: 18px;
    line-height: 30px;
}
.section3-left-bt-left{
    font-size: 25px;
    color: #B8080A;
}
.section3-left-bt-center{
    width: 485px;
    background: url(./ygx.png) no-repeat left bottom;
    background-size: 100% auto;
    font-size: 18px;
    line-height: 29px;
}
.section-more{
    color: #C00D0D;
    font-size: 15px;
}
.section3-left-top{
    padding-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #c8c8c8;
}
.section3-left-top p:first-child{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
.section3-left-top p:last-child{
    font-size: 15px;
    line-height: 30px;
}
.section3-left-top p:last-child a{
    color: #b8080a;
}
/* 第四部分 */
.section4{
    margin-top: 70px;
}
.section4-nr{
    margin-top: 60px;
}
.section4-nr ul li{
    margin-right: 25px;
    margin-bottom: 30px;
}
.section4-nr ul li:nth-child(5n){
    margin: 0;
}
.section4-nr ul li a{
    display: block;
    width: 220px;
    height: 70px;
    line-height: 70px;
    background-color: #fff6f7;
    border: 1px solid #f7e4e5;
    text-align: center;
    font-size: 16px;
    color: #333;
}
.section4-top{
    height: 80px;
    line-height: 80px;
    margin-bottom: 10px;
}

.section4-minbt{
    width: 100%;
    height: 60px;
    font-size: 25px;
    font-weight: bold;
    margin: 50px auto;
    color: #fff;
    line-height: 60px;
    padding-left: 30px;
    background: url(./bt.png) no-repeat left center;
    background-size: 100% auto;
}
.section5{
    margin-top: 50px;
}
.seciton5-nr{
    margin-top: 50px;
    margin-bottom: 50px;
    display: block;
}
.seciton5-nr img{
    width: 100%;
}



/* 第六部分 */
.section6{
    margin-bottom: 70px;
}
.section6-nr {
    margin-top: 30px;
}

.section6-nr .hd {
    position: relative;
    height: 30px;
}

.section6-nr .hd .num {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.section6-nr .hd .num li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #BFBFBF;
    margin: 0 5px;
    padding-top: 10px;
    overflow: hidden;
    cursor: pointer;
}

.section6-nr .hd .num li.on {
    background-color: #C00D0D;
}
.section6-nr .hd .prev{
    width: 40px;
    height: 40px;
    background: url(left.png) no-repeat center center;
    position: absolute;
    left: 10px;
    top: -150px;
    cursor: pointer;
    
}
.section6-nr .hd .next{
    width: 40px;
    height: 40px;
    background: url(right.png) no-repeat center center;
    position: absolute;
    right: 10px;
    top: -150px;
    cursor: pointer;
}
.section6-nr .tempWrap{
    margin:  0 auto;
}
.section6-list li {
    float: left;
    width: 320px;
    height: 200px;
    border: 1px solid #D9D9D9;
    border-bottom: 2px solid #C00D0D;
    margin: 20px;
}

.section6-list li a {
    display: block;
    width: 100%;
    height: 100%;
}

.section6-list li img{
    width: 100%;
    height: 100%;
}