﻿@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;
}

a {
    color: #121212;
}

*:focus {
    outline: none;
}

.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+section2+...)
.		footer*/

/* .mybody{
    background: url() no-repeat center top #fff;
} */
.bx_1200 {
    width: 1200px;
    margin: 0 auto;
}

.logo {
    height: 58px;
    line-height: 58px;
}

.section1 {
    margin-top: 30px;
}

.section_tt {
    background-color: #fff;
    text-align: center;
    margin-top: 30px;
    overflow: hidden;
}

.section_tt a {
    color: #d60604;
}

.section_tt_bt {
    font-size: 25px;
    font-weight: bold;
    margin: 15px 0 10px;
    display: block;
}

.section_tt p {
    margin-bottom: 15px;
}

.section1_left {
    width: 49%;
    height: 370px;
    float: left;
    background-color: #000;
}

.focusBox {
    float: left;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-family: Arial;
    text-align: left;
    background: #fff;
}

/* 图片设置 */
.focusBox .pic,
.focusBox .pic li {

    width: 100%;
    height: 100% !important;
}

.focusBox .pic img {
    width: 100%;
    height: 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.6;
    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: 14px;
    height: 14px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    background: url(http://jyt.bjesoa.com/picture/621/2006121134570701394.png) no-repeat center center;
    background-size: 100% 100%;
    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: #fff;
}

.focusBox .num ul {
    width: 100%;
    height: auto;
}

.focusBox .num li.on,
.focusBox .num .on:hover {
    background: url(http://jyt.bjesoa.com/picture/621/2006121138220705911.png) no-repeat center center;
    background-size: 100% 100%;
}

.focusBox .pic {
    position: relative;
}

/* 轮播图结束 */


.section1_right {
    width: 49%;
}

.section_bt {
    border-bottom: 2px solid #cf000e;
    color: #cf000e;
}

.section_bt .fl {
    font-size: 25px;
    padding: 0 18px;
    border-bottom: 5px solid #cf000e;
    line-height: 42px;
}

.section_bt .fr {
    font-size: 18px;
    color: #cf000e;
    line-height: 46px;
    padding-right: 5px;
}

.section_nr {
    line-height: 40px;
    margin-top: 5px;
}

.section_nr li {
    padding-left: 20px;
    padding-right: 10px;
    background: url(http://jyt.bjesoa.com/picture/621/2006121151543939232.png) no-repeat 5px center;
}

.section_nr li:hover a {
    color: #cf000e;
}

.section_ty {
    margin-top: 15px;
}

.section_ty>div {
    width: 49%;
}

.section2 {
    margin-top: 30px;
}

.section2_bt img{
    width: 99%;
}

.section2_list {
    width: 294px;
    height: 260px;
    padding: 0px 17px 16px 17px;
    float: left;
}

.section2_list a div {
    width: 263px;
    height: 200px;
    background-color: #fff4e5;
    border: 2px solid #D6D6D6;
    padding: 7px;
    margin-bottom: 8px;
}

.section2_list a div img {
    width: 100%;
    height: 100%;
}

.section2_list p {
    font-size: 15px;
    line-height: 17px;
    color: #cf000e;
    text-align: center;
}

.section2 {
    margin-bottom: 20px;
}

.section2_bt {
    margin-bottom: 25px;
}
