body {
    font-family: "微软雅黑";
    font-size: 15px;
}

.layui-container {
    width: 100%;
    min-width: fit-content;
    padding: 0px;
}

.dj {
    width: 1200px;
    margin: 0 auto;
}

.dj_content {
    width: 100%;
    height: 400px;
    margin-top: 60px;
    display: flex;
}

#dj_right {
    height: 100%;
    width: 300px;
    margin-left: 60px;
}

#dj_right .right_title {
    width: 298px;
    height: 99px;
    background-color: #cd3333;
    text-align: center;
    border-bottom: 1px solid #F1DDB6;
}

#dj_right .right_title a:first-child {
    line-height: 100px;
    font-size: 40px;
    color: white;
    font-style: "方正舒体";
}

#dj_right .right_title span {
    color: goldenrod;
}



#dj_right .right_list_item {
    height: 100px;
    width: 298px;
    display: table;
}

/* #dj_right .right_list_item span{
    width: 50%;
    height: 130px;
    display: inline-block;
} */
#dj_right .right_list_item a {
    height: 100px;
    width: 149px;
    color: inherit;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

#dj_right .right_list_item .style1 {
    background-color: #F1DDB6;
    color: #cd3333;
}

#dj_right .right_list_item .style2 {
    background-color: #cd3333;
    color: white;
}

#dj_right .right_list_item>a:hover {
    text-decoration: underline;
}

#dj_news_img_box img {
    width: 600px;
    height: 400px;
}

#dj_news_img_box {
    width: 600px;
    height: 400px;
    overflow: hidden;
    border-radius: 0px;
}

#dj_news_img_box>a img {
    width: 600px;
    height: 400px;
    cursor: pointer;
    transition: all 0.5s;
    /* 所有的属性变化在0.5s的时间段内完成 */
}

#dj_news_img_box>a img:hover {
    transform: scale(1.1);
    /* 鼠标放到图片上的时候图片按比例放大1.5倍   */
}


#dj_news_list {
    height: 398px;
    width: 240px;
    background-color: #F1DDB6;
    margin-left: 1px;
    border-top: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
}

#dj_news_list .dj_news_list_hover {
    background-color: #cd3333;
    color: white;
}

#dj_news_list li {
    height: 79px;
    width: 100%;
    display: table;
    border-bottom: 1px solid white;
    color: #FF6600;
}

#dj_news_list>li>a {
    display: table-cell;
    vertical-align: middle;
    color: inherit;
    padding-left: 10px;
    padding-right: 10px;
}

.three_area {
    width: 1200px;
    margin: 0 auto;
}

.layui-tab-brief>.layui-tab-title .layui-this {
    /* color: #003da4; */
    color: rgb(249, 161, 61);
}

.layui-tab-brief>.layui-tab-title .layui-this:after {
    border-bottom: 2px solid #003da4;
}

.news_area {
    width: 100%;
    height: 120px;
    margin-top: 40px;
    margin-bottom: 20px;
    line-height: 120px;
    background: url(../img/line.png) no-repeat left center;
    display: block;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #F7902B;
    font-family: "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", Helvetica, tahoma, arial, Verdana, sans-serif, "WenQuanYi Micro Hei", "\5B8B\4F53";
}

.news_box {
    padding: 0px 0px 0px 20px;
}

.news_content {
    height: 400px;
    width: 100%;
}

#carousel_news>div>div a:last-child {
    display: block;
    position: absolute;
    margin-top: -40px;
    width: 100%;
    text-align: center;
    color: white;
    /* text-decoration: solid; */
    background: rgba(0, 0, 0, .4);
    line-height: 40px;
}

#carousel_news>div>div a:last-child:hover {
    text-decoration: underline;
}

.news_list_title_box {
    width: 100%;
    height: 50px;
}

.news_list_title_ul,
.news_list_title_ul li {
    list-style: none;
    /* 将默认的列表符号去掉 */
    padding: 0;
    /* 将默认的内边距去掉 */
    margin: 0;
    /* 将默认的外边距去掉 */
    float: left;
    /* 往左浮动 */
    display: block;
}

.news_list_title_ul {
    width: 100%;
    height: 100%;
}

.news_list_title_ul li {
    height: 100%;
    margin-right: 1px;
    width: 32.5%;
    background-color: #F7902B;
    border: 1px solid  #F7902B;
    color: white;
    text-align: center;
}

.news_list_title_ul .on {
    /* border-bottom: 2px solid #003da4; */
    background-color: white;
    color: #F7902B;
    border: 1px solid  #F7902B;
    /* background-color: rgb(236, 120, 4); */
}

.news_list_title_ul li a {
    color: inherit;
    line-height: 50px;
}

#news_list_box {
    height: 100%;
    width: 100%;
    margin-top: 20px;
}

#news_list_box ul li {
    height: 54px;
    width: 100%;
    border-bottom: 1px dashed #e5e5e5;
    display: flex;
    /* justify-content: center; */
    align-items: Center;
}

#news_list_box ul li a {
    width: 460px;
    display: block;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-indent: 14px;
    background: url("../img/dot.png") left center no-repeat;
}

#news_list_box ul li a:hover {
    color: #F7902B;
}

#news_list_box ul li span {
    width: 110px;
    float: right;
    text-align: right;
    padding-right: 4px;
}

#news_list_box .noshow {
    display: none;
}

#four_area {
    width: 100%;
}

.four_tab {
    width: 100%;
    height: 160px;
    margin-top: 130px;
    background-color: #f08a25;
    display: flex;
    justify-content: center;
    align-items: Center;
}

#four_tab_ul {
    width: 1200px;
    height: 100%;
}

#four_tab_ul li {
    width: 299px;
    height: 100%;
    text-align: center;
    float: left;
    line-height: 160px;
    border-right: 1px solid white;
    color: white;
    display: table-cell;
    vertical-align: middle;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
}

/* #four_tab_ul li:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    background-color: #003da4;
} */

#four_tab_ul .checked {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    background-color: #F7902B;
}

#four_tab_ul li:first-child {
    border-left: 1px solid white;
    width: 298px;
}

#four_tab_ul li a span {
    font-size: 16px;
    margin-left: 10px;
}

#four_tab_ul li>a {
    /* display: table-cell;
    vertical-align: middle; */
    color: #fff;
}

#four_content {
    background-color: #f3f4f4;
    width: 100%;
    height: 440px;
    display: flex;
    justify-content: center;
    align-items: Center;
}

#four_content .item {
    width: 1200px;
    height: 100%;
    padding-top: 120px;
}

#four_content .item .item_left {
    width: 50%;
    float: left;
}

#four_content .item .item_left h2 {
    color: #F7902B;
}

#four_content .item .item_left p {
    margin-top: 40px;
    line-height: 30px;
}

#four_content .item .item_left a {
    display: inline-block;
    width: 110px;
    height: 40px;
    border: 1px solid #F7902B;
    color: #F7902B;
    line-height: 40px;
    text-align: center;
    margin-top: 40px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
}

#four_content .item .item_left a:hover {
    background-color: #F7902B;
    color: white;
}

#four_content .item .item_right {
    width: 44%;
    float: right;
}

#four_content .item .item_right p {
    font-size: 18px;
}

#four_content .item .item_right>div {
    margin-top: 20px;
}

#four_content .item .item_right>div>div:first-child {
    min-width: 240px;
    float: left;
    width: 48%;
    margin-right: 10px;
    background-color: white;
}

#four_content .item .item_right>div>div:last-child {
    min-width: 240px;
    float: right;
    width: 48%;
    background-color: white;
}

#four_content .item .item_right>div>div span {
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

#five_content {
    width: 1200px;
    margin: 0 auto;
}

#five_content>div {
    width: 100%;
    height: 320px;
}

#five_content>div>div {
    width: 48%;
    float: left;
}

#five_content>div>div p {
    line-height: 40px;
    width: 100%;
}

#five_content>div>div a {
    display: inline-block;
    width: 110px;
    height: 40px;
    border: 1px solid #F7902B;
    color: #F7902B;
    line-height: 40px;
    text-align: center;
    margin-top: 38px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
}

#five_content>div>div a:hover {
    background-color: #F7902B;
    color: white;
}

#five_content>div img {
    height: 100%;
    width: 48%;
    float: right;
    /* margin-bottom: 100px; */
}

#five_content>div>:last-child {
    height: 100%;
    width: 48%;
    float: right;
    /* margin-bottom: 100px; */
}

/* .foot {
    width: 100%;
    height: 120px;
    margin-top: 100px;
    background-color: #4c4c4c;
    display: table;
}
.foot>div{
    height: 100%;
    display: table-cell; vertical-align:middle; text-align:center;
}
.foot>div>div{
    color: #828388;
}
.foot>div:first-child{
    float: left;
}
.foot>div:last-child{
 float: right;   
} */

.foot {
    width: 100%;
    height: 120px;
    margin-top: 100px;
    background-color: #F7902B;
    display: flex;
}

.foot .foot-first {
    float:left;
    width: 33%;
}

.foot .foot-second {
    width: 34%;
    min-width: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.foot .foot-third {
    color: white;
    float:left;
    width: 33%;
    display: flex;
    align-items: center;
}

#gzh_icon {
    cursor: pointer;
    /* margin-top: 40px; */
    margin-left: 30px;
    margin-right: 30px;
    width: 60px;
}

#gzh {
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 70px;
    display: none;
}

