/*
 * @author: omtech.cn 
 * @date: 2020-01-08 14:23:45 
 * @last modified by:   administrator
 * @last modified time: 2021-02-09 15:03:18
 */

@charset "utf-8";

a:hover {
    color: #db1201;
}

.w580 {
    width: 580px;
}

/*banner*/
.banner {
    width: 100%;
    height: 762px;
    /* overflow: hidden; */
    background:  no-repeat top center #d64333;
}




/*container*/
.container {
    padding-bottom: 145px;
}

/*mod*/
.mod,
.mod.w {
    margin-top: 75px;
}

.mod2 {
    margin-top: 110px;
}

.mod3 {
    margin-top: 150px;
}

/*hd-main*/
.hd-main {
    position: relative;
    padding: 0 78px;
    height: 88px;
    margin: 0 -78px;
    margin-bottom: 60px;
    overflow: hidden;
    text-align: center;
    background:  no-repeat center;
}

.hd-main.s {
    background:  no-repeat center;
    padding: 0 49px;
    margin-bottom: 90px;
}

.fl .hd-main.s {
    margin-right: 0;
    margin-left: -98px;
}

.fr .hd-main.s {
    margin-left: 0;
    margin-right: -98px;
}

.hd-main h2 {
    display: inline-block;
    width: 290px;
    height: 86px;
    margin: 0 auto;
    text-indent: -999em;
    background-position: center center;
    background-repeat: no-repeat;
}

.fl .hd-main h2 {}

.fr .hd-main h2 {}

.hd-main .more {
    position: absolute;
    width: 115px;
    height: 45px;
    bottom: 18px;
    right: 15px;
    font-size: 20px;
    color: #1e41b9;
    text-align: center;
}

.hd-main.s .more {
    right: 0;
}

.image {
    position: relative;
}

.image .btn-play {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -43px;
    margin-left: -43px;
    content: '';
    display: block;
    width: 86px;
    height: 86px;
    background:  no-repeat center;
    z-index: 9;
}

/* 轮播推荐 */
.mod-focus {
    margin-top: 100px;
}

.mod-focus .mod-focus-image {
    width: 596px;
    height: 327px;
    overflow: hidden;
    background-color: #f7f7f7;
}

.mod-focus .mod-focus-image ul,
.mod-focus .mod-focus-image li {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.mod-focus .mod-focus-image .bd {
    overflow: hidden;
}

.mod-focus .mod-focus-image .img-item {
    position: relative;
    float: left;
    width: 596px;
    height: 327px;
    overflow: hidden;
}

.mod-focus .mod-focus-image .img-item .image {
    width: 596px;
    height: 327px;
    overflow: hidden;
}

.mod-focus .mod-focus-image .img-item .image img {
    width: 596px;
    height: 327px;
}

.mod-focus .mod-focus-image .img-item .title {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 596px;
    padding: 19px 0;
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr=#80000000, endcolorstr=#80000000);
    background-color: rgba(0, 0, 0, .6);
}

.mod-focus .mod-focus-image .img-item .title a {
    display: block;
    margin-left: 22px;
    width: 75%;
    height: 24px;
    line-height: 1.5;
    font-size: 16px;
    color: #fff;
    text-align: left;
    overflow: hidden;
}

.mod-focus .mod-focus-image .hd {
    position: absolute;
    right: 10px;
    bottom: 19px;
    text-align: center;
    height: 18px;
}

.mod-focus .mod-focus-image .hd ul {
    display: inline-block;
    height: 18px;
    *display: inline;
    *zoom: 1;
}

.mod-focus .mod-focus-image .hd li {
    float: left;
    margin-left: 11px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #fff;
    cursor: pointer;
    opacity: 0.6;
}

.mod-focus .mod-focus-image .hd li.on {
    opacity: 1;
}

.mod-focus .mod-focus-image .prev,
.mod-focus .mod-focus-image .next {
    position: absolute;
    top: 50%;
    left: -50px;
    z-index: 3;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    background:  no-repeat;
    background-position: 0px 0px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.mod-focus .mod-focus-image .next {
    left: auto;
    right: -50px;
    background-position: -50px -50px;
}

.mod-focus .mod-focus-image .prev:hover {
    background-position: -50px 0;
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr=#80000000, endcolorstr=#80000000);
    background-color: rgba(0, 0, 0, .4);
}

.mod-focus .mod-focus-image .next:hover {
    background-position: 0 -50px;
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr=#80000000, endcolorstr=#80000000);
    background-color: rgba(0, 0, 0, .4);
}

/*mod-qhyw*/
.mod-qhyw .hd-main h2 {
    background-image: ;
}

.mod-qhyw .headline {
    text-align: center;
    width: 1280px;
    margin-left: -40px;
}

.mod-qhyw .headline h3 {
    font-size: 45px;
}

.mod-qhyw .headline h3 a,
.mod-qhyw .headline h3 a:hover {
    color: #db1201;
}

.mod-qhyw .headline p {
    font-size: 22px;
    margin-top: 15px;
}

.mod-qhyw .headline p a {
    color: #db1201;
}

.mod-qhyw .news {
    width: 570px;
}

.mod-qhyw .news-one {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 25px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.6;
    color: #db1201;
    border-bottom: 1px solid #db1201;
}

.mod-qhyw .news .more {
    display: inline-block;
    margin-top: 25px;
    font-size: 25px;
    color: #db1201;
}


/*mod-slide*/
.mod-slide,
.mod-slide ul,
.mod-slide li,
.mod-slide li img,
.mod-slide .mask {
    width: 1200px;
    height: 700px;
}

.mod-slide {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.mod-slide-imgs {
    position: absolute;
    overflow: visible;
}

.mod-slide-imgs li {
    transition: none;
}

.mod-slide-imgs li img {
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.mod-slide-imgs li p {
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 1100px;
    height: 100px;
    overflow: hidden;
    padding: 0 50px;
    font-size: 30px;
    line-height: 100px;
    background-color: #222;
    background: rgba(0, 0, 0, .6);
}

.mod-slide-imgs li p a,
.mod-slide-imgs li p a:hover {
    color: #fff;
}

.mod-slide-imgs li.on img {
    -webkit-filter: blur(0);
    filter: blur(0);
}

.mod-slide-imgs li.on p {
    bottom: 0;
}

.mod-slide-imgs li,
.mod-slide-helper .mask {
    position: absolute;
    top: 0;
    left: 2400px;
    z-index: 1;
    overflow: hidden;
}

.mod-slide-helper .mask {
    left: -1200px;
    z-index: 4;
    background: #000;
    filter: alpha(opacity=60);
    opacity: .6;
}

.mod-slide-helper .mask-right {
    left: 1200px;
}

.mod-slide-helper .arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 80px;
    height: 110px;
    margin-top: -55px;
    background:  no-repeat #000;
    filter: alpha(opacity=70);
    opacity: .7;
}

.mod-slide-helper .arrow-prev {
    left: 0;
    background-position: left top;
}

.mod-slide-helper .arrow-next {
    right: 0;
    background-position: right bottom;
}

.mod-slide-helper .arrow:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.mod-slide-helper .arrow-prev:hover {
    background-position: right top;
}

.mod-slide-helper .arrow-next:hover {
    background-position: left bottom;
}

/*mod-qhjj*/
.mod-qhjj .hd-main h2 {
    background-image: ;
}

.qhjj-list {
    overflow: hidden;
    height: 314px;
    background-color: #c62021;
}

/*tsqh-list*/
.tsqh-list,
.tsqh-list.w {
    margin-top: 23px;
}

.tsqh-list li {
    float: left;
    width: 235px;
    height: 132px;
    margin-left: 4.5px;
    margin-bottom: 4.5px;
}

.tsqh-list li.first {
    width: 472px;
    height: 268px;
}

.tsqh-list li .image,
.tsqh-list li .image img {
    display: block;
    width: 100%;
    height: 100%;
}

/*mod-qnhg*/
.mod-qnhg .hd-main h2 {
    background-image: ;
}

/*qnhg-list*/
.qnhg-list {
    width: 100%;
    height: 410px;
    overflow: hidden;
    *zoom: 1;
}

.qnhg-list ul {
    width: 1300px;
    height: 100%;
}

.qnhg-list li {
    position: relative;
    z-index: 2;
    float: left;
    *zoom: 1;
    width: 64px;
    height: 100%;
    overflow: hidden;
    margin-right: 23px;
    -webkit-transition: none;
    transition: none;
}

.qnhg-list .title {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 64px;
    height: 310px;
    padding: 65px 0 35px;
    color: #fff;
    text-align: center;
    word-wrap: break-word;
    cursor: pointer;
    border-radius: 10px;
    background: ;
}

.qnhg-list .title h2 {
    width: 22px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.2;
}

.qnhg-list .on .title,
.qnhg-list .title:hover {
    background:  no-repeat;
}

.qnhg-list .content {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 650px;
    height: 346px;
    padding: 30px 20px 30px 80px;
    color: #333;
    border-radius: 10px;
    border: 2px solid #aaaaaa;
}

.qnhg-list li.on .content {
    display: block;
}

.qnhg-list .content {
    line-height: 1.8;
}

.qnhg-list .content h1 {
    text-align: center;
    color: #da0001;
    font-size: 35px;
}

.qnhg-list .content h2 {
    margin: 5px 0 35px 0;
    text-align: center;
    color: #da0001;
    font-size: 25px;
}

.qnhg-list .content p {
    margin: 15px 0;
    text-indent: 2em;
}

.qnhg-list .content .inner {
    width: 640px;
    height: 100%;
    padding: 0 15px;
    overflow-y: auto;
}

/*修改滚动条样式*/
.qnhg-list .content .inner::-webkit-scrollbar {
    background: #e0e0e0;
}

.qnhg-list .content .inner::-webkit-scrollbar-track {
    background: #e0e0e0;
}

.qnhg-list .content .inner::-webkit-scrollbar-thumb {
    background: #db1201;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.qnhg-list .content .inner::-webkit-scrollbar-button {
    background: #db1201;
}

/*mod-xxjx*/
.mod-xxjx .hd-main h2 {
    background-image: ;
}

/*mod-qhgw*/
.mod-qhgw .hd-main h2 {
    background-image: ;
}

/*news-list*/
.news-list {
    width: 570px;
    margin-left: -8px;
}

.news-list li {
    height: 40px;
    overflow: hidden;
    line-height: 40px;
}

.news-list li a {
    font-size: 22px;
    display: inline-block;
    padding-left: 30px;
    background:  no-repeat 10px 17px;
}

.news-list li a:hover {
    background-position: 10px -42px;
}