@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: 730px;
}

.logo {
    float: left;
    margin-top: 60px;
}

.search {
    width: 290px;
    height: 35px;
    border-radius: 6px;
    border: 1px solid #fff;
    margin-top: 85px;
}

.text_input {
    height: 35px;
    width: 240px;
    line-height: 35px;
    background: none;
    outline: none;
    float: left;
    margin-left: 10px;
    font-size: 13px;
    color: #fff;
    padding-right: 15px;
}

.text_input_search {
    width: 35px;
    height: 35px;
    background: url(./search.png) no-repeat center center;
    background-size: 20px;
    border: none;
}


/* 通用标题  */

.ty-bt {
    text-align: center;
}

.ty-bt h1:first-child {
    font-size: 29px;
    color: #c61e07;
    margin-bottom: 6px;
}

.ty-bt h1:last-child {
    font-size: 13px;
    color: #787879;
}


/* 第一部分 */

.section1 {
    margin-top: 50px;
}

.section1-nr {
    margin-top: 50px;
}

.section1-left {
    width: 500px;
    height: 280px;
}

.section1-left img {
    width: 100%;
    height: 100%;
}

.section1-right {
    width: 650px;
    max-height: 280px;
    overflow: hidden;
}

.section1-bt {
    font-size: 22px;
    color: #c61e07;
    font-weight: 500;
}

.section-jj {
    font-size: 17px;
    line-height: 30px;
    margin-top: 30px;
    letter-spacing: 4px;
}


/* 第二部分 */

.section2 {
    margin-top: 50px;
}

.section2-nr {
    margin-top: 30px;
}

.section2-nr .hd {
    position: relative;
    height: 30px;
}

.section2-nr .hd .num {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.section2-nr .hd .num li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #BFBFBF;
    margin: 0 5px;
    padding-top: 10px;
    overflow: hidden;
    cursor: pointer;
}

.section2-nr .hd .num li.on {
    background-color: #c61e07;
}

.section2-list li {
    float: left;
    width: 270px;
    height: 230px;
    border: 1px solid #D9D9D9;
    border-bottom: 2px solid #c61e07;
    margin: 15px;
}

.section2-list li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px;
}

.section2-list li a p {
    font-size: 22px;
    color: #c61e07;
}

.section2-list li a span {
    color: #696969;
    font-size: 15px;
}

.section2-list li a .ygx {
    width: 23px;
    border-bottom: 2px solid #000;
    margin: 15px 0;
}

.section2-list li a:hover {
    background-color: #c61e07;
}

.section2-list li a:hover p {
    color: #fff;
}

.section2-list li a:hover span {
    color: #fff;
}

.section2-list li a:hover .ygx {
    border-bottom: 2px solid #fff;
}


/* 第四部分 */

.section4 {
    margin-top: 50px;
}

.section4-nr {
    margin-top: 50px;
}

.section4-nr ul li {
    margin-right: 25px;
    margin-bottom: 50px;
}

.section4-nr ul li:nth-child(7n) {
    margin: 0;
}

.section4-nr ul li a {
    display: block;
    width: 150px;
    text-align: center;
    font-size: 16px;
    color: #333;
}

.section4-top {
    height: 80px;
    line-height: 80px;
    margin-bottom: 10px;
}

.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: #c61e07;
}

.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 #c61e07;
    margin: 20px;
}

.section6-list li a {
    display: block;
    width: 100%;
    height: 100%;
}

.section6-list li img {
    width: 100%;
    height: 100%;
}

.section7 {
    margin-bottom: 50px;
}

.section7-nr {
    margin-top: 60px;
}

.section7-nr ul li {
    margin-right: 25px;
    margin-bottom: 30px;
}

.section7-nr ul li:nth-child(5n) {
    margin: 0;
}

.section7-nr ul li a {
    display: block;
    width: 220px;
    height: 70px;
    line-height: 70px;
    background-color: #c61e07;
    border: 1px solid #c61e07;
    text-align: center;
    font-size: 16px;
    color: #fff;
}