﻿.header-top {
    height: 50px;
    line-height: 50px;
	background-color: #2f3042;
}
.header-top .title {
    color: #c1bfce;
}
.header-top img {
    display: inline-block;
    width: auto;
}
.header-top .msg {
    color: #a9a8b6;
}
.header-top .msg span {
    margin-left: 35px;
}
.header {

}
.header .header-logo {
    width: 157px;
	height: 46px;
    margin-top: 35px;
    float: left;
}
.header .header-nav {
    float: left;
    margin-left: 75px;
}
.header-nav ul li {
    width: 100px;
	height: 115px;
    float: left;
    text-align: center;
    margin-right: 15px;
    position: relative;
}
.header-nav ul li.on,
.header-nav ul li:hover  {
    background-color: #e62129;
}
.header-nav ul li>a {
    font-size: 20px;
    color: #222222;
    padding: 33px 30px;
    display: block;
    line-height: 1.2;
}
.header-nav ul li.on>a,
.header-nav ul li:hover>a {
    color: #ffffff;
}
.header-nav ul li:nth-child(3) a {
    padding: 33px 10px;
}
.header-nav ul li .second {
    width: 155px;
    padding: 15px 10px 10px;
    background-color: rgba(255, 255, 255, 0.95);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 108%;
    z-index: 60;
    display: none;
}
.header-nav ul li:nth-child(4) .second {
    width: 215px;
}
.header-nav ul li:nth-child(3) .second {
    width: 530px;
}
.header-nav ul li:nth-child(3) .second div>a {
    width: 220px;
}
.header-nav ul li:nth-child(3) .third {
    width: 220px;
    height: 370px;
    position: absolute;
    left: 265px;
    top: 20px;
    border-left: 1px solid #dddddd;
    display: none;
}
.header-nav ul li:nth-child(3) .third a {

}
.header-nav ul li:nth-child(3) .second div:hover .third {
    display: block;
}
.header-nav ul li .second a {
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid #dddddd;
    font-size: 18px;
    color: #333333;
}
.header-nav ul li .second a:hover {
    background-color: #e62129;
	border-radius: 10px;
    color: #ffffff;
}
.header-nav ul li .second a:last-child {
    border-bottom: none;
}
.header-nav ul li .second::before {
    content: '';
    display: block;
    width: 100%;
    height: 10px;
    background: url(../images/second_sanjiao.png) center center no-repeat;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -10px;
}
.header-nav ul li:hover .second {
    display: block;
}
.header-wechat {
    width: 55px;
	height: 55px;
    float: right;
    margin-top: 30px;
    position: relative;
    cursor: pointer;
}
.header-wechat .qrcode-box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 120%;
    width: 200px;
    display: none;
    z-index: 99;
}
.header-wechat:hover .qrcode-box {
    display: block;
}
.banners {
    position: relative;
}
.banners .swiper-button-prev {
    width: 63px;
    height: 62px;
    background: url(../images/banners_left.png) center center no-repeat;
    left: 105px;
}
.banners .swiper-button-next {
    width: 63px;
    height: 62px;
    background: url(../images/banners_right.png) center center no-repeat;
    right: 105px;
}
.banners .title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 48px;
    color: #ffffff;
    font-weight: bold;
    text-shadow: 0px 0px 15px
		rgba(0, 0, 0, 0.3);
    z-index: 9;
}
.index-title {
    text-align: center;
    position: relative;
    padding-top: 25px;
}
.index-title img {
    width: auto;
    position: absolute;
    line-height: 1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}
.index-title p {
    font-size: 36px;
    color: #2f3042;
    font-weight: bold;
    position: relative;
    z-index: 5;
}
.index-title p::after {
    content: "";
    display: block;
    width: 70px;
	height: 2px;
	background-color: #e62129;
    margin: 15px auto 0;
}
.index-1 {
    padding: 100px 0;
}
.index-1 .index-title {
    margin-bottom: 40px;
}
.index-1 .recommend {
    width: 660px;
	height: 660px;
	border-radius: 15px;
    overflow: hidden;
    float: left;
    position: relative;
}
.index-1 .recommend .msg {
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 100%;
    padding: 0 25px 0 30px;
    color: #ffffff;
}
.index-1 .recommend .msg .title {
    float: left;
}
.index-1 .msg .title p {
    font-size: 26px;
    font-weight: bold;
}
.index-1 .msg .title span {
    font-size: 18px;
}
.index-1 .recommend .msg .more,
.index-1 .list ul li .msg .more {
    width: 160px;
	height: 50px;
    line-height: 50px;
    text-align: center;
	background-color: #e62129;
	border-radius: 10px;
    float: right;
    margin-top: 8px;
    opacity: 0;
    transition: all .5s;
}
.index-1 .list {
    width: 660px;
    float: right;
}
.index-1 .list ul li {
    height: 310px;
    border-radius: 15px;
    overflow: hidden;
    margin-top: 35px;
    position: relative;
}
.index-1 .list ul li:first-child {
    margin-top: 0;
}
.index-1 .list ul li .msg {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    padding: 0 20px;
    color: #ffffff;
}
.index-1 .list ul li .msg .title {
    float: left;
}
.index-1 .recommend:hover .msg .more,
.index-1 .list ul li:hover .msg .more {
    opacity: 1;
}
.index-2 {
    background: url(../images/index-2_bg.jpg) center center no-repeat;
    padding: 155px 0 150px;
}
.index-2 .pic {
    float: left;
}
.index-2 .pic {
    width: 680px;
	height: 492px;
    border-radius: 15px;
    cursor: pointer;
    position: relative;
}
.index-2 .pic-scale {
    width: 100%;
    height: 100%;
}
.index-2 .pic .en {
    width: 435px;
	height: 60px;
    position: absolute;
    right: 0;
    top: -30px;
}
.index-2 .msg {
    width: 575px;
    float: right;
    margin-right: 55px;
    color: #ffffff;
}
.index-2 .index-title {
    text-align: left;
}
.index-2 .index-title p {
    color: #ffffff;
}
.index-2 .index-title p::after {
    margin: 15px 0 0;
}
.index-2 .index-title img {
    left: 0;
    transform: translateX(0);
}
.index-2 .msg .content {
    font-size: 18px;
    margin: 30px 0 0;
    line-height: 2;
}
.index-2 .msg ul {
    margin-top: 35px;
}
.index-2 .msg ul li {
    font-size: 22px;
    margin-top: 15px;
}
.index-2 .msg ul li img {
    width: auto;
    display: inline-block;
    margin-right: 15px;
}
.index-2 .msg .more {
    width: 216px;
	height: 54px;
    line-height: 54px;
    text-align: center;
	background-color: #e62129;
	border-radius: 10px;
    margin-top: 40px;
}
.index-2 .msg .more a {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    display: block;
}
.index-3 {
    background: url(../images/index-3_bg.jpg) center top no-repeat;
    padding: 100px 0;
}
.index-3 .top .index-title {
    text-align: left;
    float: left;
}
.index-3 .top .index-title img {
    left: 0;
    transform: translateX(0);
}
.index-3 .index-title p::after {
    margin: 15px 0 0;
}
.index-3 .top .more {
    width: 216px;
	height: 54px;
    line-height: 54px;
    text-align: center;
	background-color: #e62129;
	border-radius: 10px;
    float: right;
    margin-top: 25px;
}
.index-3 .top .more a {
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    display: block;
}
.index-3 .box {
    margin-top: 40px;
    background-color: #ffffff;
    border-radius: 0 15px 15px 0;
    overflow: hidden;
}
.index-3 .recommend {
    width: 565px;
	height: 640px;
	border-radius: 15px;
    overflow: hidden;
    position: relative;
    float: left;
}
.index-3 .recommend .title {
    height: 165px;
    background: url(../images/index-3_recommend_bg.png) center center no-repeat;
    width: 100%;
    height: 162px;
    padding: 40px 50px 0 35px;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #ffffff;
}
.index-3 .recommend .title p {
    font-size: 24px;
    text-shadow: 1px 1px 0px 
		rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;

}
.index-3 .recommend .title span {
    line-height: 1.6;
}
.index-3 .index-3-recommend {
    width: 565px;
    float: left;
}
.index-3 .index-3-recommend .pic {
    height: 357px;
    overflow: hidden;
}
.index-3 .index-3-recommend .title {
    font-size: 24px;
    font-weight: bold;
    color: #313041;
    margin: 20px 0;
}
.index-3 .index-3-recommend .content {
    font-size: 18px;
    line-height: 1.8;
}
.index-3 .index-3-recommend .time {
    font-size: 20px;
    margin: 15px 0;
}
.index-3 .index-3-recommend .more {
    font-size: 20px;
    color: #e62129;
    width: 175px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.index-3 .index-3-recommend .more img {
    display: inline-block;
    width: auto;
}
.index-3 .index-3-recommend .more .show {
    display: inline-block;
}
.index-3 .index-3-recommend .more .hide {
    display: none;
}
.index-3 .index-3-recommend:hover .msg .title {
    color: #e62129;
}
.index-3 .index-3-recommend:hover .msg .more {
	background-color: #e62129;
    color: #fff;
}
.index-3 .index-3-recommend:hover .msg .more .hide {
    display: inline-block;
}
.index-3 .index-3-recommend:hover .msg .more .show {
    display: none;
}
.index-3 .list {
    width: 710px;
    float: right;
    margin-right: 30px;
}
.index-3 .list ul li {
    padding: 34px 0 25px;
    border-bottom: 1px solid #eeeeee;
    height: 160px;
}
.index-3 .list ul li .time {
    text-align: center;
    width: 85px;
    color: #999999;
    float: left;
}
.index-3 .list ul li .time p {
    font-size: 30px;
    line-height: 1;
}
.index-3 .list ul li .time span {
    font-size: 20px;
    margin-top: 25px;
    display: block;
}
.index-3 .list ul li .msg {
    width: 430px;
    float: left;
    margin-left: 35px;
}
.index-3 .list ul li .msg .title {
    font-size: 20px;
    font-weight: bold;
    color: #313041;
    margin-bottom: 20px;
}
.index-3 .list ul li .msg .content {
    font-size: 14px;
    color: #888888;
}
.index-3 .list ul li .pic {
    width: 133px;
	height: 84px;
    border-radius: 10px;
    float: right;
    overflow: hidden;
    margin-top: 5px;
}
.index-3 .list ul li:hover .msg .title,
.index-3 .list ul li:hover .time span {
    color: #e62129;
}
.index-4 {
    background: url(../images/index-4_bg.jpg) center center no-repeat;
    padding: 100px 0 88px;
}
.index-4 ul {
    margin-top: 15px;
}
.index-4 ul li {
    width: 210px;
	height: 160px;
	background-color: #ffffff;
	border-radius: 10px;
    border: solid 1px #fff;
    overflow: hidden;
    float: left;
    margin: 20px 20px 0 0;
}
.index-4 ul li:nth-child(6n) {
    margin-right: 0;
}
.index-4 ul li:hover {
    box-shadow: 0px 0px 15px 0px 
		rgba(230, 33, 41, 0.15);
	border: solid 1px #e62129;
    cursor: pointer;
}
footer {
    background-color: #2f3042;
    padding: 60px 0 0;
}
footer .footer-msg {
    width: 362px;
    float: left;
}
footer .footer-logo .logo {
    width: 189px;
	height: 56px;
}
footer .footer-logo .content {
    font-size: 14px;
    color: #aaaaaa;
    margin: 30px 0;
    line-height: 2;
}
footer .footer-msg ul {
    border-top: 1px solid rgba(170, 170, 170, 0.2);   
    padding-top: 25px;
}
footer .footer-msg ul li {
	color: #aaaaaa;
    line-height: 2;
}
footer .footer-msg ul li img {
    width: 14px;
    display: inline-block;
    margin-right: 5px;
}
footer .footer-nav {
    float: right;
    margin-right: 40px;
}
footer .footer-nav ul li {
    float: left;
    margin-right: 150px;
}
footer .footer-nav ul li a {
    color: #cccccc;
    display: block;
    margin-bottom: 15px;
}
footer .footer-nav ul li p {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}
footer .footer-nav ul li p a {
    color: #fff;
}
footer .footer-nav ul li:last-child {
    margin-right: 0;
}
footer .footer-nav ul li:last-child img {
    width: 160px;
	height: 160px;
    margin-right: 70px;
}
footer .footer-nav ul li:last-child img:last-child {
    margin-right: 0;
}
footer .copyright {
    color: #aaaaaa;
    text-align: center;
    border-top: 1px solid rgba(170, 170, 170, 0.2);
    padding: 15px 0;
    margin-top: 30px;
}
footer .copyright a {
    color: #aaaaaa;
}
.sider {
    position: fixed;
    right: 10px;
    bottom: 10%;
    width: 60px;
    z-index: 99;
}
.sider ul li {
    width: 60px;
	height: 60px;
    margin-top: 7px;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 0px 
		rgba(0, 0, 0, 0.4);
    position: relative;
}
.sider ul li .wechat-box {
    position: absolute;
    left: -140px;
    top: 50%;
    transform: translateY(-50%);
    width: 133px;
	height: 120px;
    background: url(../images/sidebar_bg.png) center center no-repeat;
    background-size: 100%;
    padding: 2px 15px 2px 2px;
    display: none;
}
.sider ul li .tel-box {
    position: absolute;
    left: -170px;
    top: 0;
    padding: 0 15px;
    line-height: 60px;
	background-color: #e62129;
    font-size: 18px;
    color: #fff;
    display: none;
}
.sider ul li:hover div {
    display: block;
}
.pgae-nav {
    height: 90px;
	background-color: #ffffff;
	box-shadow: 0px 0px 5px 0px 
		rgba(0, 0, 0, 0.2);
    padding-top: 17px;
}
.pgae-nav ul li {
    width: auto;
    padding: 0 20px;
	height: 56px;
    line-height: 56px;
    text-align: center;
	border-radius: 10px;
    font-size: 20px;
    color: #222222;
    float: left;
    border: solid 1px #dddddd;
    margin-right: 12px;
}
.pgae-nav ul li a {
    color: #222222;
    display: block;
}
.pgae-nav ul li.on {
    background-color: #e62129;
    border: solid 1px #e62129;
}
.pgae-nav ul li.on a {
    color: #ffffff;
}
.jtjs {
    background: url(../images/jtjs_bg.jpg) center bottom no-repeat;
    background-size: 100%;
    padding: 0 0 180px;
    margin-top: 125px;
}
.about-title {
    font-size: 36px;
    color: #333333;
    font-weight: bold;
    position: relative;
}
.about-title::before {
    content: '';
    display: block;
    width: 149px;
	height: 129px;
    background: url(../images/about_title.png) center center no-repeat;
    background-size: 100%;
    position: absolute;
    left: -85px;
    top: -81px;
}
.about-title p {
    position: relative;
}
.jtjs .pic,
.shfw .pic {
    width: 674px;
    float: right;
    margin-top: -60px;
}
.jtjs .msg {
    width: 625px;
    float: left;
    margin-top: 60px;
}
.jtjs .msg .content {
    font-size: 16px;
    color: #333333;
    text-indent: 2em;
    line-height: 2;
}
.jtjs .msg .content p {
    margin-bottom: 10px;
}
.qywh {
    background: url(../images/jtjs_bg.jpg) center bottom no-repeat;
    background-size: 100%;
    padding: 0 0 315px;
    margin-top: 125px;
}
.qywh .title p i {
    color: #e62129;
}
.qywh ul {
    margin-top: 60px;
}
.qywh li {
    height: 186px;
    margin-bottom: 25px;
    position: relative;
}
.qywh .num {
    font-family: DINCondensed-Bold;
	font-size: 180px;
    color: #eeeeee;
    width: 50%;
    height: 190px;
    line-height: 190px;
    float: left;
    text-align: right;
    padding-right: 355px;
}
.qywh .bar {
    width: 50%;
    height: 190px;
    float: right;
    position: relative;
    background-color: #eeeeee;
}
.qywh .bar-ico {
    width: 190px;
	height: 190px;
    border-radius: 50%;
    overflow: hidden;
    background: url(../images/cultrue01.png) center center no-repeat;
    background-size: 100%;
    box-shadow: 3px 4px 25px 0px 
		rgba(0, 0, 0, 0.2);
    text-align: center;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 66;
}
.qywh .bar-ico .icon {
    height: 84px;
}
.qywh .bar-ico img {
    width: auto;
    margin: 25px auto 0;
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.qywh .bar-ico p {
    font-size: 24px;
    color: #333333;
    margin-top: 10px;
}
.qywh .bar-ico span {
    font-size: 12px;
    color: #999999;
}
.qywh .bar-txt{
    float: left;
    font-size: 26px;
    color: #333333;
    font-weight: bold;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 310px;
}
.qywh li:nth-child(even) .num {
    float: right;
    padding: 0 0 0 350px;
    text-align: left;
}
.qywh li:nth-child(1) .bar-txt {
    margin-left: 315px;
}
.qywh li:nth-child(2) .bar-txt {
    margin-left: 435px;
    text-align: right;
}
.qywh li:nth-child(3) .bar-txt {
    margin-left: 280px;
}
.qywh li:nth-child(4) .bar-txt {
    margin-left: 300px;
}
.qywh li:nth-child(5) .bar-txt {
    margin-left: 225px;
}
.ryzz-box {
    background: url(../images/jtjs_bg.jpg) center bottom no-repeat;
    background-size: 100%;
    padding: 130px 0 220px;
}
.ryzz {

}
.ryzz .ryzz-left {
    width: 231px;
    float: left;
}
.ryzz .ryzz-left .pic {
    margin-top: 50px;
}
.ryzz .ryzz-right {
    width: 1090px;
    float: right;
}
.ryzz .list-ryzz ul li {
    width: 340px;
	height: 335px;
	background-color: #ffffff;
	box-shadow: 0px 0px 20px 0px 
		rgba(0, 0, 0, 0.08);
	border-radius: 5px;
    margin: 30px 35px 0 0;
    padding: 10px;
    overflow: hidden;
    float: left;
    position: relative;
    top: 0;
    transition: all .5s;
    cursor: pointer;
}
.ryzz .list-ryzz ul li:hover {
    top: -10px;
    box-shadow: 0px 0px 25px 0px 
    rgba(230, 33, 41, 0.15);
}
.ryzz .list-ryzz ul li:nth-child(3n){
    margin-right: 0;
}
.ryzz .list-ryzz ul li:nth-child(-n+3){
    margin-top: 0;
}
.ryzz .list-ryzz ul li .pic {
    height: 240px;
    overflow: hidden;
    position: relative;
}
.ryzz .list-ryzz ul li .pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: auto;
    max-width: 100%;
    height: 100%;
}
.ryzz .list-ryzz ul li .msg {
    margin: 28px 9px 0;
}
.ryzz .list-ryzz ul li .icon {
    width: 29px;
    margin-right: 15px;
    float: left;
}
.ryzz .list-ryzz ul li .content {
    font-size: 18px;
    color: #222222;
    float: left;
    margin-top: 3px;
}
.ryzz .paging {
    margin-top: 48px;
}
.paging {
    border-top: 1px solid #cccccc;
    text-align: center;
    padding-top: 22px;
    position: relative;

}
.paging div {
    display: inline-block;
}
.paging a,
.paging span {
    float: left;
    font-size: 18px;
    color: #333333;
    margin: 0 15px;
    font-weight: bold;
}
.paging span {
    color: #e62129;
    position: relative;
}
.paging span::before {
    content: '';
    display: block;
    width: 22px;
	height: 3px;
	background-color: #e62129;
    position: absolute;
    left: 50%;
    top: -24px;
    transform: translateX(-50%);
}
.paging a:first-child{
    display: none;
}
.paging a:nth-child(2) {
    position: absolute;
    left: 0;
    margin-left: 0;
    color: #999999;
}
.paging a:last-child {
    position: absolute;
    right: 0;
    margin-right: 0;
    color: #e62129;
}
.paging a:nth-child(2) img {
    width: 13px;
    margin-right: 10px;
    vertical-align: text-top;
}
.paging a:last-child img {
    width: 13px;
    margin-left: 10px;
    vertical-align: text-top;
}
.jjfa-nav ul li {
    width: auto;
    padding: 0 16px;
}
.jjfa-box {
    background: url(../images/jjfa_bg.jpg) center bottom no-repeat;
    background-size: 100%;
    padding: 0 0 305px;
    margin-top: 130px;
}
.list-jjfa {
    margin-top: 45px;
}
.list-jjfa ul li {
    width: 425px;
	height: 502px;
	background-color: #ffffff;
	box-shadow: 0px 0px 25px 0px 
		rgba(230, 33, 41, 0.15);
	border-radius: 10px;
    padding: 20px;
    float: left;
    margin: 40px 42px 0 0;
    position: relative;
    top: 0;
    transition: all .5s;
}
.list-jjfa ul li:nth-child(3n){
    margin-right: 0;
}
.list-jjfa ul li:nth-child(-n+3){
    margin-top: 0;
}
.list-jjfa ul li .pic {
    height: 290px;
    overflow: hidden;
    position: relative;
}
.list-jjfa ul li .msg {
    
}
.list-jjfa ul li .msg .name {
    font-size: 20px;
    color: #222222;
    text-align: left;
    margin: 50px 0 30px;
}
.list-jjfa ul li .msg .more {
    text-align: center;
    padding: 28px 0;
    border-top: 1px solid #dddddd;
    line-height: 1;
    font-size: 20px;
    color: #e62129;
}
.list-jjfa ul li .msg .more img {
    width: auto;
    display: inline-block;
    vertical-align: bottom;
}
.list-jjfa ul li:hover {
    top: -15px;
    box-shadow: 0px 0px 25px 0px 
		rgba(230, 33, 41, 0.15);
}
.jjfa .paging {
    margin-top: 50px;
}
.jjfa-detail-1 .picture {
    width: 680px;
    float: left;
    position: relative;
}
.jjfa-detail-1 .picture #thumbs {
    width: 100%;
    padding: 0 40px;
}
.jjfa-detail-1 .picture #thumbs .swiper-wrapper{
    margin: 0 auto;
}
.jjfa-detail-1 .picture #thumbs .swiper-slide{
    height: 86px;
    background-color: #ffffff;
	border: solid 1px #e5e5e5;
}
.jjfa-detail-1 .picture #gallery {
    height: 415px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    margin-bottom: 15px;
}
.jjfa-detail-1 .picture #gallery .swiper-slide img,
.jjfa-detail-1 .picture #thumbs .swiper-slide img,
.jjfa-detail-1 .picture video{
    width: 100%;
    height: 100%;
}
.jjfa-detail-1 .picture #gallery .swiper-slide {
    /* position: relative; */
}
.jjfa-detail-1 .picture #gallery .swiper-slide video {
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%); */
    display: block;
    width: 95%;
    margin: 10% auto;
}
.jjfa-detail-1 .picture .swiper-button-prev {
    width: 30px;
	height: 86px;
    background: url(../images/jjfa-detail-1_left.png) center center;
    top: auto;
    bottom: 0%;
    left: 0;
}
.jjfa-detail-1 .picture .swiper-button-next {
    width: 30px;
	height: 86px;
    background: url(../images/jjfa-detail-1_right.png) center center;
    top: auto;
    bottom: 0%;
    right: 0;
}
.jjfa-detail-1 .msg {
    width: 630px;
    float: right;
}
.jjfa-detail-1 .msg .title {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
}
.jjfa-detail-1 .msg div span {
    font-size: 18px;
    color: #888888;
}
.jjfa-detail-1 .msg .content {
    width: 100%;
    padding: 30px 25px 60px;
    background-color: #f5f5f5;
    font-size: 18px;
    color: #333333;
    margin-top: 20px;
}
.jjfa-detail-1 .msg .tel {
    border-bottom: 1px solid #dddddd;
    padding: 24px 0;
}
.jjfa-detail-1 .msg .tel p {
    font-size: 36px;
    color: #e62129;
    font-weight: bold;
    margin-top: 5px;
}
.jjfa-detail-1 .msg .add {
    padding: 30px 0 0;
}
.jjfa-detail-1 .msg .add p {
    font-size: 18px;
    color: #333333;
    margin-top: 15px;
}
.jjfa-detail-2 {

}
.jjfa-detail-2 .box {
    margin-top: 60px;
}
.jjfa-detail-2 .box .title {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
}
.jjfa-detail-2 .box .content {
    padding-top: 50px;
    font-size: 18px;
    color: #666666;
    text-indent: 2em;
    line-height: 2;
}
.jjfa-detail-2 .box .content img {
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.jjfa-detail-2 .box .content strong {
    font-weight: bold;
}
.jjfa-paging {
    border-top: 1px solid #cccccc;
    padding-top: 20px;
    margin-top: 140px;
}
.jjfa-paging ol li {
    width: 50%;
    float: left;
    text-align: left;
    font-size: 18px;
    color: #999999;
}
.jjfa-paging ol li a {
    color: #999999;
}
.jjfa-paging ol li:last-child {
    text-align: right;
}
.jjfa-paging ol li:hover,
.jjfa-paging ol li:hover a {
    color: #e62129;
}
.list-zhjc {
    margin-top: 45px;
}
.list-zhjc ul li {
    width: 430px;
	height: 285px;
    position: relative;
    top: 0;
    float: left;
    margin: 35px 34px 0 0;
    overflow: hidden;
    transition: all .5s;
}
.list-zhjc ul li:nth-child(3n) {
    margin-right: 0;
}
.list-zhjc ul li:nth-child(-n+3) {
    margin-top: 0;
}
.list-zhjc ul li .title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
	background-color: rgba(47, 48, 66, 0.6);
    font-size: 22px;
    color: #ffffff;
    text-align: center;
}
.list-zhjc ul li:hover {
    top: -10px;
    box-shadow: 0px 0px 25px 0px 
		rgba(230, 33, 41, 0.15);
}
.list-zhjc ul li:hover .title {
    background-color: rgba(230, 33, 41, 0.6);
}
.zhjc .paging {
    margin-top: 48px;
}
.list-news {
    margin-top: 74px;
}
.list-news ul li {
    margin-top: 30px;
    height: 300px;
}
.list-news ul li .time {
    width: 180px;
    text-align: center;
    font-family: DINCond;
    color: #333333;
    line-height: 1.2;
    margin-top: 38px;
    float: left;
    margin-right: 30px;
}
.list-news ul li .time p {
    font-size: 60px;
}
.list-news ul li .time span {
    font-size: 36px;
}
.list-news ul li .pic {
    width: 380px;
	height: 240px;
    margin: 30px 0 0;
    float: left;
    position: relative;
    left: 0;
    transition: all .5s;
    overflow: hidden;
}
.list-news ul li .pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.list-news ul li .msg {
    width: 686px;
    float: left;
    margin: 50px 0 0 63px;
}
.list-news ul li .msg .title {
    font-size: 24px;
    color: #222222;
    font-weight: bold;
}
.list-news ul li .msg .content {
    font-size: 16px;
    color: #888888;
    margin: 33px 0 43px;
    line-height: 1.8;
}
.list-news ul li .msg .more {
    font-size: 20px;
    color: #e62129;
    width: 175px;
	height: 50px;
    line-height: 50px;
    text-align: center;
}
.list-news ul li .msg .more img {
    display: inline-block;
    width: auto;
}
.list-news ul li .msg .more .show {
    display: inline-block;
}
.list-news ul li .msg .more .hide {
    display: none;
}
.list-news ul li:hover {
	background-color: #ffffff;
	box-shadow: 0px 0px 25px 0px 
		rgba(0, 0, 0, 0.15);
}
.list-news ul li:hover .msg .title {
    color: #e62129;
}
.list-news ul li:hover .msg .more {
	background-color: #e62129;
    color: #fff;
}
.list-news ul li:hover .msg .more .hide {
    display: inline-block;
}
.list-news ul li:hover .msg .more .show {
    display: none;
}
.list-news ul li:first-child {
    margin-top: 0;
}
.news .paging {
    margin-top: 60px;
}
.news-detail-box {
    padding: 100px 0;
    width: 1200px;
    margin: 0 auto;
}
.news-detail {
    position: relative;
    z-index: 6;
}
.news-detail .title {
    font-size: 30px;
    color: #444444;
    font-weight: bold;
    text-align: center;
}
.news-detail .time {
    font-size: 16px;
    color: #999999;
    margin: 30px 0;
    text-align: center;
}
.news-detail .article {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 55px 0 10px;
    text-indent: 2em;
    font-size: 16px;
    color: #444444;
    line-height: 1.8;
}
.news-detail .article p {
    margin-bottom: 20px;
}
.news-detail .article img {
    width: auto;
    margin: 20px auto;
    max-width: 100%;
    display: block;
}
.news-detail-paging {
    margin-top: 48px;
}
.news-detail-paging ol li {
    font-size: 18px;
    color: #444444;
    width: 50%;
    float: left;
}
.news-detail-paging ol li a {
    color: #444;
}
.news-detail-paging ol li:last-child {
    text-align: right;
}
.news-detail-box .recommend {
    margin-top: 80px;
}
.news-detail-box .recommend .title {
    font-size: 26px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}
.news-detail-box .recommend ul li {
    width: 50%;
    float: left;
    margin-top: 15px;
    padding-right:50px;
}
.news-detail-box .recommend ul li a {
    font-size: 18px;
    color: #444444;
}
.news-detail-box .recommend ul li p {
    float: left;
    width: 80%;
}
.news-detail-box .recommend ul li i {
    float: right;
}
.list-jsfw {
    margin-top: 50px;
}
.list-jsfw ul li {
    margin-top: 30px;
    padding: 30px;
    height: 300px;
}
.list-jsfw ul li .pic {
    width: 380px;
	height: 240px;
    float: left;
    position: relative;
    left: 0;
    transition: all .5s;
}
.list-jsfw ul li .msg {
    width: 850px;
    float: left;
    margin: 20px 0 0 50px;
}
.list-jsfw ul li .msg .title {
    font-size: 24px;
    color: #222222;
}
.list-jsfw ul li .msg .content {
    font-size: 16px;
    color: #888888;
    margin: 30px 0 15px;
    line-height: 1.8;
}
.list-jsfw ul li .msg .more {
    font-size: 20px;
    color: #e62129;
    width: 175px;
	height: 50px;
    line-height: 50px;
    text-align: center;
}
.list-jsfw ul li .msg .more img {
    display: inline-block;
    width: auto;
}
.list-jsfw ul li .msg .more .show {
    display: inline-block;
}
.list-jsfw ul li .msg .more .hide {
    display: none;
}
.list-jsfw ul li:hover {
	background-color: #ffffff;
	box-shadow: 0px 0px 25px 0px 
		rgba(0, 0, 0, 0.15);
}
.list-jsfw ul li:hover .msg .title {
    color: #e62129;
}
.list-jsfw ul li:hover .msg .more {
	background-color: #e62129;
    color: #fff;
}
.list-jsfw ul li:hover .msg .more .hide {
    display: inline-block;
}
.list-jsfw ul li:hover .msg .more .show {
    display: none;
}
.list-jsfw ul li:first-child {
    margin-top: 0;
}
.jsfw .paging {
    margin-top: 15px;
}
.shfw .msg {
    width: 615px;
    float: left;
}
.shfw .msg .box {
    margin-top: 40px;
}
.shfw .msg .box .title {
    width: 284px;
    height: 54px;
    line-height: 54px;
    background: url(../images/shfw-title_1.png) center center no-repeat;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    padding-left: 55px;
}
.shfw .msg .box:nth-child(2) .title {
    width: 211px;
    background: url(../images/shfw-title_2.png) center center no-repeat;
}
.shfw .msg .box .content {
    font-size: 18px;
    color: #2f3042;
    margin-top: 20px;
    line-height: 1.6;
}
.shfw .msg .box .content p {
    margin-bottom: 5px;
    position: relative;
    padding-left: 35px;
}
.shfw .msg .box .content p::before {
    content: '';
    display: block;
    width: 10px;
	height: 10px;
	background-color: #e62129;
    border-radius: 50%;
    position: absolute;
    left: 12px;
    top: 8px;
}
.shfw .msg .box .content p span {
    color: #e62129;
}
.rczp-box {
    padding-bottom: 270px;
}
.rczp {

}
.rczp .rczp-top {
    height: 66px;
    line-height: 66px;
	background-color: #e62129;
}
.rczp ul li {
    width: 16.66%;
    float: left;
    text-align: center;
}
.rczp .rczp-top {
    margin-top: 55px;
}
.rczp .rczp-top ul li {
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
}
.rczp .list-rczp {
    border-bottom: 1px solid #ddd;
}
.rczp .list-rczp ul {
    line-height: 80px;
}
.rczp .list-rczp ul li {
    font-size: 20px;
    color: #222222;
}
.rczp .list-rczp ul li.post {
    font-size: 24px;
    font-weight: bold;
}
.rczp .list-rczp ul li.btn div {
    width: 130px;
	height: 48px;
    line-height: 48px;
	border: solid 1px #cccccc;
    margin: 0 auto;
    color: #555555;
    margin-top: 16px;
    float: right;
    margin-right: 15px;
    cursor: pointer;
}
.rczp .list-rczp .msg {
    background-color: #f5f5f5;
    padding: 15px 50px 55px;
    display: none;
}
.rczp .list-rczp .box {
    border-bottom: 1px solid #cccccc;
    padding: 33px 0 40px;
}
.rczp .list-rczp .box .title {
    font-size: 24px;
    color: #222222;
    margin-bottom: 20px;
}
.rczp .list-rczp .box .content {
    font-size: 18px;
    color: #555555;
    line-height: 1.8;
}
.rczp .list-rczp .tel {
    padding: 0 30px;
	height: 48px;
    line-height: 48px;
	background-color: #e62129;
    display: inline-block;
    margin-top: 35px;
    font-size: 20px;
    color: #fefefe;
}
.rczp .list-rczp ul.on li.btn div {
    background-color: #e62129;
    border: solid 1px #e62129;
    color: #fefefe;
}
.rczp .paging {
    margin-top: 44px;
}
.zpxz .msg .box:nth-child(2) .title {
    background: url(../images/zpxz-title_1.png) center center no-repeat;
}
.shfw .msg .box:nth-child(2) .title {
    width: 211px;
    background: url(../images/zpxz-title_2.png) center center no-repeat;
}
.lxwm-box {
    background: url(../images/lxwm_bg.jpg) center bottom no-repeat;
    background-size: 100%;
    padding: 0 0 298px;
    margin-top: 130px;
}
.lxwm {
    background-color: #ffffff;
	box-shadow: 0px 0px 20px 0px 
		rgba(0, 0, 0, 0.1);
	border-radius: 10px;
    margin-top: 64px;
}
.lxwm-1 {
    padding: 40px 0 50px;
    border-bottom: 1px solid #dddddd;
}
.lxwm-1 ul li {
    width: 33.3%;
    height: 240px;
    border-right: 1px solid #dddddd;
    float: left;
    padding-top: 20px;
}
.lxwm-1 ul li:nth-child(1) {
    width: 350px;
}
.lxwm-1 ul li:nth-child(2) {
    width: 450px;
}
.lxwm-1 ul li:nth-child(3) {
    width: 559px;
    border-right: none;
    padding: 20px 49px;
}
.lxwm-1 .title,
.lxwm-2 .title {
    font-size: 30px;
    color: #333333;
    padding: 0 0 0 40px;
}
.lxwm-1 .title span,
.lxwm-2 .title span {
    font-size: 30px;
    color: #333333;
}
.lxwm-1 .title p,
.lxwm-2 .title p {
    font-weight: bold;
}
.lxwm-1 .title a {
    display: block;
    width: 175px;
	height: 48px;
    line-height: 48px;
    text-align: center;
	background-color: #e62129;
    margin-top: 35px;
    font-size: 18px;
    color: #fefefe;
}
.lxwm-1 .tel {
    padding-left: 40px;
    line-height: 1.8;
}
.lxwm-1 .tel i {
    font-size: 18px;
    color: #e62129;
}
.lxwm-1 .tel p {
    font-size: 36px;
    color: #e62129;
    font-weight: bold;
}
.lxwm-1 .tel span {
    font-size: 18px;
    color: #222222;
    display: block;
    margin-top: 40px;
}
.lxwm-1 .qrcode {
    width: 150px;
    margin: 0 40px;
    text-align: center;
    float: left;
}
.lxwm-1 .qrcode .pic {
    width: 150px;
	height: 150px;
    margin-bottom: 5px;
}
.lxwm-1 .qrcode p {
    font-size: 18px;
    color: #222222;
}
.lxwm-2 {
    padding: 50px 0 60px;
}
.lxwm-2 .tabs {
    width: 185px;
    float: left;
    margin-left: 40px;
    margin-top: 10px;
}
.lxwm-2 .tabs .title {
    padding-left: 0;
    margin-bottom: 40px;
}
.lxwm-2 .tabs .add {
    font-size: 18px;
    color: #555555;
}
.lxwm-2 .tab_con {
    width: 1040px;
	height: 370px;
    float: right;
    margin-right: 52px;
    position: relative;
}
.lxwm-2 .tab_con .navigation {
    width: 140px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.lxwm-2 .tab_con .navigation img {
    width: 45px;
    margin: 0 auto 15px;
    display: block;
}
.lxwm-2 .tab_con .navigation p {
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: rgba(230, 33, 41,0.75);
	border-radius: 10px;
    box-shadow: 0px 0px 15px 0px 
		rgba(230, 33, 41, 0.35);
    font-size: 18px;
    color: #ffffff;
}
.link {
    background-color: #fff;
    padding: 30px 0;
    font-size: 18px;
}
.link span {
    font-weight: bold;
}
.link a {
    color: #666;
    margin-right: 5px;
}







@media screen and (max-width: 1400px) {
    .w136 {
        width: 1200px;
    }
    .header .header-nav {
        margin-left: 50px;
    }
    .index-1 .recommend {
        width: 582px;
        height: 582px;
    }
    .index-1 .list {
        width: 582px;
    }
    .index-1 .list ul li {
        height: 274px;
        margin-top: 31px;
    }
    .index-2 .pic {
        width: 50%;
        height: 434px;
    }
    .index-2 .msg {
        width: 505px;
        margin-right: 30px;
    }
    .index-3 .recommend,
    .index-3 .index-3-recommend {
        width: 500px;
    }
    .index-3 .list {
        width: 625px;
    }
    .index-3 .list ul li .msg {
        width: 350px;
    }
    .index-4 ul li {
        width: 183px;
        height: 139px;
    }
    footer .footer-nav ul li {
        margin-right: 100px;
    }
    footer .footer-nav ul li:last-child img {
        margin-right: 30px;
    }
    .jtjs .msg {
        width: 550px;
    }
    .jtjs .pic,
    .shfw .pic {
        width: 595px;
        margin-top: 30px;
    }
    .qywh .bar-txt,
    .qywh li:nth-child(4) .bar-txt {
        margin-left: 265px;
    }
    .qywh li:nth-child(1) .bar-txt,
    .qywh li:nth-child(3) .bar-txt,
    .qywh li:nth-child(5) .bar-txt {
        margin-left: 150px;
    }
    .qywh li:nth-child(2) .bar-txt {
        margin-left: 190px;
    }
    .ryzz .ryzz-left {
        width: 204px;
    }
    .ryzz .ryzz-right {
        width: 960px;
    }
    .ryzz .list-ryzz ul li {
        width: 296px;
    }
    .ryzz .list-ryzz ul li .content {
        font-size: 16px;
    }
    .list-jjfa ul li {
        width: 370px;
        height: 470px;
    }
    .list-jjfa ul li .pic {
        height: 250px;
    }
    .jjfa-detail-1 .picture {
        width: 50%;
    }
    .jjfa-detail-1 .msg {
        width: 550px;
    }
    .list-zhjc ul li {
        width: 377px;
        height: 250px;
    }
    .list-news ul li .msg {
        width: 500px;
    }
    .list-news ul li .pic {
        width: 336px;
        height: 212px;
    }
    .list-news ul li .msg {
        width: 570px;
        margin: 50px 0 0 40px;
    }
    .list-jsfw ul li .msg {
        width: 710px;
        margin-top: 10px;
    }
    .list-jsfw ul li .msg .content {
        margin: 15px 0 10px;
    }
    .shfw .msg {
        width: 540px;
    }
    .lxwm-1 ul li:nth-child(1) {
        width: 310px;
    }
    .lxwm-1 ul li:nth-child(2) {
        width: 410px;
    }
    .lxwm-1 ul li:nth-child(3) {
        width: 480px;
    }
    .lxwm-1 .qrcode {
        margin: 0 20px;
    }
    .lxwm-2 .tab_con {
        width: 920px;
        margin-right: 22px;
    }
}