/*
 * @author: omtech.cn 
 * @date: 2020-01-08 14:23:45 
 * @last modified by:   wxh
 * @last modified time: 2020-01-15 15:30:30
 */

@charset "utf-8";

a:hover { color: #9e0f10; }

.w580 { width: 580px; }

/*banner*/
.banner {
    width: 100%;
	height: 936px;
	/* overflow: hidden; */
    background:  no-repeat top center #d64333;
}

/*menu*/
.menu {
    margin-top: -101px;
    padding-top: 50px;
	height: 101px;
	overflow: hidden;
	font-size: 30px;
	font-weight: bold;
	line-height: 100px;
	text-align: center;
    background:  no-repeat center center;
}
.menu span {
    float: left;
	display: block;
	width: 225px;
	padding-right: 1px;
	background:  no-repeat right;
}
.menu span.last {
	width: 240px;
	padding-right: 0;
	background: none;
}
.menu a {
    display: block;
    color: #fff;
    line-height: 101px;
    height: 101px;
    transition: none;
    -webkit-transition: none;
}
.menu a:hover {
    text-decoration: none;
    background:  no-repeat bottom center;
}
.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;
}


/*container*/
.container { padding-bottom: 100px; }

/*mod*/
.mod,
.mod.w { margin-top: 100px; }

/*hd-main*/
.hd-main {
    position: relative;
    padding: 0 78px;
    height: 88px;
    margin: 0 -78px;
	margin-bottom: 90px;
	overflow: hidden;
	text-align: center;
	background:  no-repeat center;
}
.hd-main.s {
    background:  no-repeat center;
    padding: 0 49px;
}
.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: 254px;
	height: 86px;
    margin: 0 auto;
    margin-left: -15px;
	text-indent: -999em;
	background-position: center center;
	background-repeat: no-repeat;
}
.fl .hd-main h2 {
    margin-left: -45px;
}
.fr .hd-main h2 {
    margin-left: -35px;
}
.hd-main .more {
	position: absolute;
	bottom: 0;
	right: 403px;
	font-size: 20px;
	color: #1e41b9;
	text-align: center;
}
.hd-main.s .more {
    right: 73px;
}

/*hd-sub*/
.hd-sub {
	height: 45px;
	margin-bottom: 30px;
	overflow: hidden;
	background:  no-repeat 73px center;
}
.hd-sub h3 {
	position: relative;
	float: left;
	font-size: 30px;
	font-weight: normal;
	line-height: 45px;
	color: #464646;
}
.hd-sub h3:after {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  color: #9e0f10;
  content: attr(data-hover);
}
.hd-sub .more {
	float: right;
	width: 48px;
	height: 30px;
	margin-top: 7px;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	background-color: #9e0f10;
}
.hd-sub .more:hover {
	color: #fff;
	text-decoration: none;
	background-color: #9e0f10;
}

/* 轮播推荐 */
.mod-focus {
    margin-top: 80px;
}
.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;
}
.mod-focus .mod-focus-image .hd li.on {
    background-color: #9e0f10;
}
.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; }
.mod-qhyw .headline h3 { font-size: 45px; }
.mod-qhyw .headline h3 a,
.mod-qhyw .headline h3 a:hover { color: #9e0f10; }
.mod-qhyw .headline p {
    font-size: 22px;
	margin-top: 15px;
    color: #9e0f10;
}
.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: #9e0f10;
    border-bottom: 1px solid #9e0f10;
}
.mod-qhyw .news .more {
    display: inline-block;
    margin-top: 25px;
    font-size: 25px;
    color: #9e0f10;
}


/*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:  no-repeat 100%;
}

/*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;
	height: 350px;
	padding: 30px 20px 30px 80px;
	color: #333;
	background-color: #f5f5f5;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.qnhg-list li.on .content { display: block; }
.qnhg-list .content {
	line-height: 1.8;
}
.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: #9e0f10;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
.qnhg-list .content .inner::-webkit-scrollbar-button {
    background: #9e0f10;
}

/*mod-xxjx*/
.mod-xxjx .hd-main h2 { background-image: ; }

/*mod-qhgw*/
.mod-qhgw .hd-main h2 { background-image: ; }

/*news-list*/
.news-list {
    width: 500px;
}
.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; }
