﻿html,body {

    height: 100%;

    background: url(../img/index_bg.jpg) center center;

    background-size: 100%;
    
}

header {

    position: fixed;

    left: 0;

    top: 0;

    width: 100%;

    height: 105px;

	background: url(../img/header_bg.png) center center no-repeat;

    padding: 23px 0 0;

    overflow: hidden;

    z-index: 101;

}

.header-logo {

    width: 228px;

	height: 60px;

    float: left;

}

.header-nav {

    float: left;

    margin: 20px 0 0 95px;

}

.header-nav ul li {

    float: left;

    font-size: 18px;

    margin-right: 38px;

    padding-bottom: 31px;

}

.header-nav ul li a {

    color: #333333;

}

.header-nav ul li.on,

.header-nav ul li:hover {

    border-bottom: 4px solid #e50113;

}

.header-lxwm {

    float: right;

    width: 185px;

	height: 55px;

    line-height: 55px;

    text-align: center;

	background-color: #e50113;

	border-radius: 28px;

}

.header-lxwm a {

    display: block;

    font-size: 18px;

    color: #ffffff;

}

.banners {

    height: calc(100% - 105px);

    position: relative;

    background: url(../img/index_bg.jpg) center center;

    background-size: 100%;

    /* padding-top: 120px; */
    margin-top: 105px;
}
.banner {
    margin-top: 105px;
}

.banners .swiper-container,

.banners .swiper-wrapper,

.banners .swiper-slide {

    height: 100%;

    /* height: calc(100% - 105px); */

}

.banners .swiper-slide a {

    width: 78px;

	height: 40px;

    position: absolute;

    left: 50%;

    bottom: 52px;

    transform: translateX(-50%);

}

.banners header {

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    z-index: 99;

}

.index-box {

    background: url(../img/index_bg.jpg) center center;

    background-size: 100%;

}

.index-title img {

    width: auto;

}

.index-title p {

    font-size: 48px;

    color: #222222;

    font-weight: bold;

    margin-top: 5px;

}

.index-title-center {

    text-align: center;

}

.index-1 {

    padding: 100px 0 80px;

}

.index-1 .tabs {

    margin: 40px 40px 0;

    text-align: center;

    font-size: 0;

}

.index-1 .tabs li {

    width: 170px;

    height: 50px;

    line-height: 50px;

    text-align: center;

	border: solid 1px #d2d2d2;

    /* float: left; */

    margin-top: 10px;

    display: inline-block;

    /* border-right: none; */

}

.index-1 .tabs li:nth-child(8),

.index-1 .tabs li:last-child {

    /* border-right: solid 1px #d2d2d2; */

}

.index-1 .tabs li a {

    font-size: 16px;

    display: block;

    color: #666666;

}

.index-1 .tabs li.thistab {

    background-color: #e50113;

    border: solid 1px #e50113;

}

.index-1 .tabs li.thistab a {

    color: #ffffff;

}

.index-1 .box {

    margin: 50px 20px 0;

    position: relative;

}

.index-1 .box .swiper-button-prev,

.banners .swiper-button-prev {

    width: 68px;

	height: 68px;

    background: url(../img/index-1_left.png) center center no-repeat;

    background-size: 100%;

}

.index-1 .box .swiper-button-next,

.banners .swiper-button-next {

    width: 68px;

	height: 68px;

    background: url(../img/index-1_right.png) center center no-repeat;

    background-size: 100%;

}

.banners .swiper-button-prev {

    left: 5%;

}

.banners .swiper-button-next {

    right: 5%;

}

.index-1 .box .swiper-container {

    width: 1223px;

    height: 400px;

	background-color: #f5f5f5;

    margin: 0 auto;

}

.index-1 .box .pic {

    width: 611px;

	height: 400px;

    float: left;

}

.index-1 .box .msg {

    width: 492px;

    margin: 60px 70px 0 50px;

    float: left;

}

.index-1 .box .msg .title {

    

}

.index-1 .box .msg .title p {

    font-size: 26px;

    color: #333333;

    margin-bottom: 10px;

}

.index-1 .box .msg .title span {

    font-size: 16px;

    color: #666666;

}

.index-1 .box .msg .content {

    border-top: 1px solid #bfbfbf;

    margin-top: 25px;

    padding-top: 30px;

    font-size: 16px;

    color: #666666;

}

.index-1 .box .msg .more {

    width: 160px;

	height: 50px;

    line-height: 50px;

    text-align: center;

	background-color: #ffffff;

	border-radius: 25px;

    float: right;

    margin-top: 65px;

}

.index-1 .box .msg .more a {

    font-size: 16px;

    color: #e50113;

    display: block;

}

.index-1 .box .msg .more:hover {

    box-shadow: 0px 0px 9px 0px 

    rgba(0, 0, 0, 0.11);

}

.index-2 {



}

.index-2 .pic {

    width: 50%;

    height: 695px;

    overflow: hidden;

    float: right;

}

.index-2 .pic img {

    height: 100%;

}

.index-2 .msg-box {

    width: 50%;

    float: left;

    padding-top: 65px;

}

.index-2 .msg {

    width: 610px;

    float: right;

    margin-right: 90px;

}

.index-2 .content {

    color: #666666;

    text-indent: 2em;

    margin: 30px 0 40px;

    line-height: 1.6;

}

.index-2 .more {

    width: 160px;

	height: 50px;

    line-height: 50px;

    text-align: center;

	border: solid 1px #e50113;

}

.index-2 .more a {

    color: #e50113;

    display: block;

}

.index-2 .box {

    height: 209px;

	background-color: #e50113;

    margin-top: 45px;

    text-align: center;

}

.index-2 .box ul {

    display: inline-block;

    margin-top: 45px;

}

.index-2 .box ul li {

    float: left;

    color: #fff;

    padding: 0 45px;

    position: relative;

}

.index-2 .box ul li::after {

    content: '';

    display: block;

    width: 1px;

	height: 84px;

	background-color: #ffffff;

	opacity: 0.3;

    position: absolute;

    right: 0;

    top: 50%;

    transform: translateY(-50%);

}

.index-2 .box ul li:last-child:after {

    display: none;

}

.index-2 .box ul li p {



}

.index-2 .box ul li p span {

    font-family: BebasNeueRegular;

	font-size: 60px;
    position: relative;
    margin-right: 18px;
}
.index-2 .box ul li p span::after {
    content: "+";
    display: block;
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 0;
    right: -15px;
}

.index-2 .box ul li i {

    font-size: 16px;

}

.index-2 .box ul li>span {

    font-size: 18px;

}

.index-3 {

    background-color: #f8f8f8;

    padding: 65px 0 100px;

}

.index-3 .box {

    margin-top: 75px;

}

.index-3 ul li {

    width: 330px;

	height: 450px;

	background-color: #ffffff;

	box-shadow: 0px 0px 13px 0px 

		rgba(0, 0, 0, 0.05);

    margin: 0 13px;

    float: left;

    text-align: center;

    position: relative;

    top: 0;

    transition: all .5s;

}

.index-3 ul li .icon {

    width: 80px;

    height: 80px;

    position: relative;

    margin: 65px auto 0;

}

.index-3 ul li .icon img {

    position: absolute;

    left: 50%;

    top: 50%;

    transform: translate(-50%,-50%);

    width: auto;

    height: auto;

    max-width: 100%;

    max-height: 100%;

}

.index-3 ul li .icon .show {

    display: block;

}

.index-3 ul li .icon .hide {

    display: none;

}

.index-3 ul li .title {

    font-size: 30px;

    color: #222222;

    margin-top: 45px;

}

.index-3 ul li .title::after {

    content: '';

    display: block;

    width: 35px;

	height: 2px;

	background-color: #e50113;

    margin: 25px auto 30px;

}

.index-3 ul li .content {

    margin: 0 30px;

    font-size: 16px;

    color: #666666;

}

.index-3 ul li:hover {

    top: -40px;

    background-color: #e50113;

	box-shadow: 0px 0px 13px 0px 

		rgba(0, 0, 0, 0.05);

    cursor: pointer;

}

.index-3 ul li:hover .icon .show {

    display: none;

}

.index-3 ul li:hover .icon .hide {

    display: block;

}

.index-3 ul li:hover .title,

.index-3 ul li:hover .content {

    color: #fff;

}

.index-3 ul li:hover .title::after {

    background-color: #ffffff;

}

.index-4 {

    background: url(../img/index-4_bg.jpg) center center no-repeat;

    height: 767px;

    position: relative;

}

.index-4 .index-4-title {

    width: 343px;

    height: 767px;

    background-color: rgba(229, 1, 19, 0.9);

    float: right;

    margin-right: 20px;

    padding: 110px 115px 0 110px;

}

.index-4 .index-4-title img {

    width: 40px;

    float: right;

}

.index-4 .index-4-title p {

    font-size: 48px;

    color: #ffffff;

    font-weight: bold;

    width: 48px;

    line-height: 1;

}

.index-4 .box {

    float: left;

    margin: 155px 0 0 20px;

    width: 980px;

	height: 495px;

    position: relative;

}

.index-4 .box .swiper-button-prev {

    width: 62px;

	height: 62px;

    background: url(../img/index-4_left.png) center center no-repeat;

    left: auto;

    right: 89px;

    top: auto;

    bottom: -33px;

}

.index-4 .box .swiper-button-next {

    width: 62px;

	height: 62px;

    background: url(../img/index-4_right.png) center center no-repeat;

    right: 17px;

    top: auto;

    bottom: -33px;

}

.index-4 .box .swiper-container {

    padding-top: 30px;

}

.index-4 .box .swiper-slide {

	background-color: #ffffff;

}

.index-4 .box .pic {

    width: 600px;

    height: 465px;

    overflow: hidden;

    float: left;

}

.index-4 .box .msg {

    width: 380px;

    height: 465px;

    float: left;

    position: relative;

    padding: 110px 50px 0;

}

.index-4 .box .msg .num {

    width: auto;

    height: 75px;

    position: absolute;

    left: 52px;

    top: -38px;

}

.index-4 .box .msg .content {



}

.index-4 .box .msg .content p {

    font-size: 24px;

    color: #222222;

    margin-bottom: 10px;

}

.index-4 .box .msg .content span {

    color: #666666;

}

.index-4 .box .msg .more {

    width: 160px;

	height: 50px;

    line-height: 50px;

    text-align: center;

	background-color: #ffffff;

	box-shadow: 0px 0px 9px 0px 

		rgba(0, 0, 0, 0.11);

	border-radius: 25px;

    margin-top: 70px;

}

.index-4 .box .msg .more a {

    display: block;

    color: #e50113;

}

.index-5 {

    padding: 80px 0 75px;

    background: url(../img/index-5_bg.jpg) center center no-repeat;

    height: 860px;

}

.index-5 .box {

    margin-top: 40px;

}

.index-5 ul li {

    width: 330px;

	height: 210px;

    float: left;

    margin: 40px 40px 0 0;

    overflow: hidden;

}

.index-5 ul li img {

    transform: scale(1);

    transition: all .5s;

}

.index-5 ul li:hover img {

    transform: scale(1.05);

    cursor: pointer;

}

.index-5 ul li:nth-child(4n){

    margin-right: 0;

}

.index-5 ul li:nth-child(-n+4){

    margin-top: 0;

}

.index-5 .more,

.index-6 .more {

    width: 220px;

	height: 70px;

    line-height: 70px;

    text-align: center;

	background-color: #e50113;

    margin: 40px auto 0;

    font-size: 22px;

}

.index-5 .more a,

.index-6 .more a {

    color: #ffffff;

    display: block;

}

.index-6 {

    padding: 100px 0 110px;

}

.index-6 .box {

    position: relative;

}

.index-6 .index-title {

    position: absolute;

    left: 0;

    top: 0;

}

.index-6 .tabs {

    width: 96px;

    float: left;

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

}

.index-6 .tabs li {

    font-size: 24px;

    color: #333333;

    margin: 40px 0;

}

.index-6 .tabs li a {

    color: #333333;

}

.index-6 .tabs li.thistab {

    border-bottom: 3px solid #e50113;

    font-weight: bold;

}

.index-6 .tabs li.thistab a {

    color: #e50113;

}

.index-6 .tab_conbox {

    width: 1140px;

    min-height: 550px;

    float: right;

}

.index-6 .tab_con li {

    display: block !important;

    /* width: 600px; */

    width: 48.3%;

	height: 190px;

	background-color: #ffffff;

    float: left;

    margin-top: 30px;

    position: relative;

}

.index-6 .tab_con li:nth-child(even) {

    float: right;

}

.index-6 .tab_con li:nth-child(-n+2){

    margin-top: 0;

}

.index-6 .tab_con li .pic {

    height: 409px;

    height: 0;

    position: absolute;

    left: 0;

    top: 0;

    z-index: 1;

    /* display: none; */

    opacity: 0;

    transition: all .5s;

}

.index-6 .tab_con li .msg {

    position: relative;

    z-index: 3;

    padding: 40px 40px 0;

}

.index-6 .tab_con li .msg .time {

    font-family: Bahnschrift-SemiLight;

    width: 70px;

    float: left;

    border-bottom: 2px solid #cccccc;

    padding-bottom: 30px;

    line-height: 1.4;

}

.index-6 .tab_con li .msg .time p {

    font-size: 42px;

    color: #333333;

    font-weight: lighter;

    letter-spacing: -3px;

}

.index-6 .tab_con li .msg .time span {

    font-size: 18px;

    color: #999999;

}

.index-6 .tab_con li .msg .content {

    width: 350px;

    float: right;

}

.index-6 .tab_con li .msg .content p {

    font-size: 20px;

    color: #333333;

    font-weight: bold;

    margin-bottom: 25px;

}

.index-6 .tab_con li .msg .content span {

    font-size: 14px;

    color: #999999;

}

.index-6 .tab_con li:hover .msg {

    /* bottom: -220px; */

    z-index: 11;

}

.index-6 .tab_con li:hover .msg p,

.index-6 .tab_con li:hover .msg span {

    color: #fff;

}

.index-6 .tab_con li:hover .pic {

    /* display: block; */

    opacity: 1;

    width: 100%;

    height: 409px;

    z-index: 10;

}

.index-6 .tab_con li:hover .pic img {

    height: 100%;

}

.index-6 .tab_con li:nth-child(n+5) .pic {

    top: -216px;

}

.index-6 .more {

    margin: 0;

    position: absolute;

    left: 0;

    bottom: 0;

}

.link {

    color: #333333;

    padding: 30px 0;

    border-top: 1px solid #dddddd;

}

.link p {

    display: inline-block;

}

.link a {

    margin-right: 30px;

    color: #333333;

}

.footer-nav {

    height: 90px;

	background-color: #e50113;

    color: #ffffff;

}

.footer-nav .box {



}

.footer-nav .box .left {

    font-size: 30px;

    float: left;

    line-height: 90px;

}

.footer-nav .box ul {

    float: right;

}

.footer-nav .box ul li {

    font-size: 18px;

    float: left;

    border-left: 1px solid #fff;

    padding: 0 100px;

    height: 19px;

    margin-top: 36px;

    line-height: 1;

}

.footer-nav .box ul li a {

    color: #ffffff;

}

.footer-nav .box ul li:first-child {

    padding-left: 0;

    border: none;

}

.footer-nav .box ul li:last-child {

    padding-right: 0;

}

footer {

    background: url(../img/index_bg.jpg) center center;

    background-size: 100%;

}

.footer {

    padding: 40px 0 50px;

}

.footer .footer-logo {

    width: 160px;

	height: 163px;

    float: left;

    margin-top: 8px;

}

.footer .footer-tel {

    text-align: center;

    float: left;

    margin: 50px 0 0 130px;
    width: 60%;

}

.footer .footer-tel p {

    font-family: Impact;

	font-size: 48px;

    color: #e50113;

    color: #333;

}

.footer .footer-tel p i {

    color: #e50113;

}
.footer .footer-tel ul li {
    color: #666;
    width: 50%;
    float: left;
    text-align: left;
    margin-bottom: 15px;
}
.footer .footer-tel ul li i {
	font-size: 24px;
    color: #e50113;
    margin-right: 10px;
}
.footer .footer-tel ul li em {
    font-style: normal;
    width: 165px;
    display: inline-block;
    text-align: right;

}

.footer .footer-tel span {

    font-size: 18px;

    color: #333333;

}

.footer .footer-qrcode {

    float: right;

}

.footer .footer-qrcode ul li {

    width: 150px;

    float: left;

    text-align: center;

}

.footer .footer-qrcode ul li:last-child {

    margin-left: 40px;

}

.footer .footer-qrcode ul li .pic {

    width: 150px;

	height: 150px;

    margin-bottom: 10px;

}

.footer .footer-qrcode ul li p {

    color: #333333;

}

.copyright {

    border-top: 1px solid #dddddd;

    padding: 20px 0;

    font-size: 14px;

    color: #aaaaaa;

}

.copyright a {

    color: #aaaaaa;

}

.crumbs {

    height: 50px;

    line-height: 50px;

	background-color: #f5f5f5;

    text-align: right;

    color: #666666;

}

.crumbs a {

    color: #666666;

}

.cpzx-crumbs {

    margin-top: 105px;

}

.about-1 {

    padding: 80px 0 110px;

}

.about-1 .pic {

    width: 720px;

	/* height: 400px; */

    overflow: hidden;

    float: right;

}

.about-1 .msg {

    width: 635px;

    float: left;

    margin-top: 40px;

}

.about-1 .msg .title {

    font-size: 30px;

    color: #222222;

    font-weight: bold;

}

.about-1 .msg .title::after {

    content: '';

    display: block;

    width: 50px;

	height: 6px;

	background-color: #e50113;

    margin: 25px 0;

}

.about-1 .msg .content {

    color: #555555;

    line-height: 1.8;
    height: 120px;
    overflow: hidden;
    text-indent: 2em;

}

.about-1 .msg .more,
.about-1 .msg .pack {
    width: 160px;
	height: 50px;
    line-height: 50px;
    text-align: center;
	border: solid 1px #e50113;
    color: #e50113;
    cursor: pointer;
    margin-top: 20px;
}
.about-1 .msg .pack {
    display: none;
}
.about-1 .box-2 {

    margin-top: 60px;

}

.about-1 .box-2 .pic {

    float: left;

}

.about-1 .box-2 .msg {

    float: right;

    margin-top: 25px;

}

.about-2 {

    height: 800px;

    background: url(../img/about-2_bg.jpg) center center no-repeat;

    padding-top: 115px;

}

.about-2 .about-2-title {

    color: #ffffff;

    float: left;

    margin-top: 210px;

}

.about-2 .about-2-title p {

    font-size: 36px;

    font-weight: bold;

}

.about-2 .about-2-title p::after {

    content: '';

    display: block;

    width: 40px;

	height: 5px;

	background-color: #e50113;

    margin: 25px 0 20px;

}

.about-2 .about-2-title span {

    font-size: 24px;

}

.about-2 .box {

    width: 1100px;

	height: 550px;

	background-color: #ffffff;

    float: right;

    padding: 60px 165px 0;

}

.about-2 .box ul li {

    float: left;

    text-align: center;

    width: 33.3%;

    float: left;

    margin-top: 50px;

    position: relative;

    top: 0;

    transition: all .5s;

}

.about-2 .box ul li .icon {

    width: 45px;

    height: 45px;

    position: relative;

    margin: 0 auto 10px;

}

.about-2 .box ul li .icon img {

    position: absolute;

    left: 50%;

    top: 50%;

    transform: translate(-50%,-50%);

    width: auto;

    height: auto;

    max-width: 100%;

    max-height: 100%;

}

.about-2 .box ul li .msg {

    height: 90px;

}

.about-2 .box ul li .msg p {

    font-size: 24px;

    color: #222222;

    font-weight: bold;

    margin-bottom: 5px;

}

.about-2 .box ul li .msg span {

    color: #666;

}

.about-2 .box ul li:hover {

    top: -15px;

    cursor: pointer;

}

.about-title {

    text-align: center;

}

.about-title p {

    font-size: 36px;

    color: #222222;

    font-weight: bold;

}

.about-title p::after {

    content: '';

    display: block;

    width: 40px;

	height: 5px;

	background-color: #e50113;

    margin: 15px auto 0;

}

.about-title span {

    font-size: 24px;

    color: #666666;

    display: block;

    margin-top: 10px;

}

.about-3 {

    padding: 65px 0 80px;

    background-color: #ffffff;

}

.about-3 .box {

    font-size: 18px;

    color: #555555;

    line-height: 2;

    /* text-align: center; */

    margin-top: 30px;

}
.about-3 .box p::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #e50113;
    margin-right: 18px;
}

.about-4 {

    padding: 65px 0 75px;

}

.about-4 .box {

    margin-top: 40px;

}

.about-4 .box .pic {

    width: 260px;

	height: 346px;

	background-color: #ffffff;

	border: solid 1px #d2d2d2;

    position: relative;

}

.about-4 .box .pic img {

    width: auto;

    height: auto;

    max-width: 100%;

    max-height: 100%;

    position: absolute;

    left: 50%;

    top: 50%;

    transform: translate(-50%,-50%);

}

.about-4 .box .title {

    color: #222222;

    text-align: center;

    margin-top: 10px;

}

.cpzx-box {

    padding: 55px 0 175px;

}

.list-cpzx {

    margin-top: 40px;

}

.list-cpzx ul li {

    width: 330px;

    height: 280px;

	background-color: #ffffff;

    float: left;

    margin: 40px 40px 0 0;

}

.list-cpzx ul li:nth-child(-n+4) {

    margin-top: 0;

}

.list-cpzx ul li:nth-child(4n) {

    margin-right: 0;

}

.list-cpzx ul li .pic {

    width: 100%;

    height: 220px;

    overflow: hidden;

}

.list-cpzx ul li .title {

    line-height: 60px;

    font-size: 18px;

    color: #222222;

    text-align: center;

}

.cpzx-detial-box {

    padding: 50px 0 90px;

}

.cpzx-detial-top .picture {

    width: 720px;

    float: left;

    position: relative;

}

.cpzx-detial-top .picture #thumbs {

    width: 620px;

    padding-right: 5px;

}

.cpzx-detial-top .picture #thumbs .swiper-wrapper{

    margin: 0 auto;

}

.cpzx-detial-top .picture #thumbs .swiper-slide {

    position: relative;

    /* border: solid 4px transparent; */

}

.cpzx-detial-top .picture #thumbs .swiper-slide::after {

    content: '';

    display: block;

    width: 97%;

    height: 92%;

    border: solid 4px #e50113;

    position: absolute;

    left: 0;

    top: 0;

    display: none;

}

.cpzx-detial-top .picture #thumbs .swiper-slide-thumb-active {

    /* border: solid 4px #e50113; */

}

.cpzx-detial-top .picture #thumbs .swiper-slide-thumb-active::after {

    display: block;

}

.cpzx-detial-top .picture #gallery {

    margin-bottom: 10px;

}

.cpzx-detial-top .picture #gallery .swiper-slide img,

.cpzx-detial-top .picture #thumbs .swiper-slide img,

.cpzx-detial-top .picture video{

    width: 100%;

    height: 100%;

}

.cpzx-detial-top .picture #gallery .swiper-slide {

    /* position: relative; */

}

.cpzx-detial-top .picture #gallery .swiper-slide video {

    /* position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%,-50%); */

    display: block;

    width: 95%;

    margin: 10% auto;

}

.cpzx-detial-top .picture .swiper-button-prev {

    width: 45px;

	height: 100px;

    background: url(../img/cpzx-detial-top_left.png) center center;

    top: auto;

    bottom: 0%;

    left: 0;

}

.cpzx-detial-top .picture .swiper-button-next {

    width: 45px;

	height: 100px;

    background: url(../img/cpzx-detial-top_right.png) center center;

    top: auto;

    bottom: 0%;

    right: 0;

}

.cpzx-detial-top .msg {

    width: 720px;

    padding: 50px 0 0 65px;

    float: right;

}

.cpzx-detial-top .msg .title {

    font-size: 30px;

    color: #222222;

    font-weight: bold;

    margin-bottom: 35px;

}
.cpzx-detial-top .msg .title h1 {
    font-size: 30px;
}

.cpzx-detial-top .msg .content {

    width: 560px;

}

.cpzx-detial-top .msg .content ul li {

    margin-bottom: 15px;

}

.cpzx-detial-top .msg .content ul li span {

    font-size: 18px;

    color: #e50113;

    font-weight: bold;

    float: left;

}

.cpzx-detial-top .msg .content ul li p {

    width: 83%;

    float: right;

    color: #666666;

    line-height: 1.7;

}

.cpzx-detial-top .msg .more {

    width: 220px;

	height: 60px;

    line-height: 60px;

    text-align: center;

	background-color: #e50113;

	border-radius: 30px;

    margin: 40px 0 0 170px;

}

.cpzx-detial-top .msg .more img {

    width: auto;

    display: inline-block;

}

.cpzx-detial-top .msg .more a {

    font-size: 20px;

    color: #ffffff;

    display: block;

}

.cpzx-detail-1 {

    margin: 85px auto 0;

}

.cpzx-detail-1 .tabs {

    height: 80px;

    line-height: 80px;

	background-color: #e50113;

}

.cpzx-detail-1 .tabs>a,
.cpzx-detail-1 .tabs li {

    float: left;

    width: 175px;

    text-align: center;

}
.cpzx-detail-1 .tabs>a,
.cpzx-detail-1 .tabs li a {

    font-size: 20px;

    color: #ffffff;

    display: block;

}


.cpzx-detail-1 .tabs li.thistab {

    background-color: #ffffff;

    border-top: 2px solid #e50113;

}

.cpzx-detail-1 .tabs li.thistab a {

    color: #e50113;

}

.cpzx-detail-1 .tab_con {

    margin-top: 30px;

}

.cpzx-detail-1 .tab_con .content {

    font-size: 18px;

    color: #222222;

}

.cpzx-detail-1 .tab_con .content img {

    width: auto;

    max-width: 100%;

    display: block;

    margin: 40px auto 0;

}

.cpzx-detail-paging {

    text-align: center;

    margin-top: 95px;

}

.cpzx-detail-paging div {

    display: inline-block;

}

.cpzx-detail-paging a {

    width: 160px;

	height: 60px;

    line-height: 60px;

    text-align: center;

	background-color: #eeeeee;

    display: block;

    float: left;

    font-size: 18px;

    color: #999999;

}

.cpzx-detail-paging a:nth-child(2) {

    width: 60px;

    margin: 0 10px;

    padding: 15px;

}

.cpzx-detail-paging a:nth-child(2) img {

    display: block;

}

.hxys-1 {

    padding: 50px 0 0;

}

.hxys-1 .box {

    height: 370px;

	background-color: #ffffff;

	box-shadow: 0px 0px 24px 0px 

		rgba(51, 51, 51, 0.05);

    margin-top: 40px;

}

.hxys-1 .box:nth-child(2) {

    margin-top: 60px;

}

.hxys-1 .box .pic {

    width: 50%;

    float: left;

}

.hxys-1 .box:nth-child(odd) .pic {

    float: right;

}

.hxys-1 .box .msg {

    width: 50%;

    height: 100%;

    float: left;

    position: relative;

}

.hxys-1 .box .msg .title {

    width: 70px;

	height: 70px;

    line-height: 70px;

    text-align: center;

	background-color: #e50113;

    font-size: 48px;

    color: #ffffff;

    font-weight: bold;

    margin: 0 auto;

}

.hxys-1 .box .msg ul {

    width: 580px;

    margin: 0 auto;

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%,-50%);

}

.hxys-1 .box .msg ul li {

    margin-bottom: 20px;

    line-height: 1.8;

}

.hxys-1 .box .msg ul li:last-child {

    margin-bottom: 0;

}

.hxys-1 .box .msg ul li strong {

    font-size: 18px;

    color: #222222;

    font-weight: bold;

    display: block;

    float: left;

}

.hxys-1 .box .msg ul li span {

    color: #666666;

    display: block;

}

.hxys-1 .box:nth-child(3) strong{

    margin-bottom: 27px;

}

.hxys-1 .box:nth-child(4) .msg ul{

    top: 58%;

}

.hxys-2 {

    padding: 120px 0 150px;

}

.hxys-2 .content {

    font-size: 18px;

    color: #555555;

    margin: 45px 15px 0;

}

.hxys-2 .box {

    width: 973px;

    margin: 65px auto 0;

}

.hxys-2 .box .title {

    font-size: 24px;

    color: #222222;

    font-weight: bold;

    text-align: center;

    margin-bottom: 30px;

}

.gylc-1 {

    padding: 50px 0 110px;

}

.gylc-1 .box {

    margin-top: 60px;

}

.gylc-1 ul li {

    width: 232px;

    float: left;

    position: relative;

    margin-right: 70px;

    top: 0;

    transition: all .5s;

}

.gylc-1 ul li:hover {

    top: -15px;

    cursor: pointer;

}

.gylc-1 ul li:last-child {

    margin-right: 0;

}

.gylc-1 ul li p {

    position: absolute;

    left: 0;

    top: 211px;

    width: 100%;

    text-align: center;

    font-size: 16px;

    color: #666666;

    padding: 0 45px;

}

.gylc-1 .center {

    width: 1359px;

    margin: 0 auto

}

.gylc-1 .list-1 {

    margin-left: 150px;

}

.gylc-1 .list-1 li:nth-child(3){

    margin-right: 50px;

}

.gylc-1 .list-2 li:hover {

    top: 15px;

}

.gylc-1 .list-2 li p {

    top: 57px;

}

.gylc-1 .list-2 li:nth-child(3){

    margin-right: 50px;

}

.gylc-2 {

    padding: 75px 0 50px;

    background-color: #fff;

}

.gylc-2 .box {

    font-size: 18px;

    color: #222222;

    text-indent: 2em;

    margin-top: 45px;

}

.gylc-2 .box img {

    width: auto;

    max-width: 100%;

    display: block;

    margin: 40px auto;

}

.gylc-3 {

    padding: 65px 0 156px;

    background: url(../img/gylc-3_bg.jpg) center center no-repeat;

}

.gylc-3 .about-title p {

    color: #fff;

}

.gylc-3 .box {

    height: 380px;

    margin-top: 60px;

    background: url(../img/gylc-3.png) center center no-repeat;

    background-size: 100%;

}

.gylc-3 ul li {

    font-size: 22px;

    color: #ffffff;

    width: 140px;

	height: 80px;

    line-height: 80px;

    text-align: center;

    float: left;

    margin-right: 45px;

    margin-top: 70px;

}

.gylc-3 ul li:nth-child(even){

    margin-right: 46px;

}

.gylc-3 ul li:nth-child(8n){

    margin-right: 0;

}

.gylc-3 ul li:nth-child(-n+8) {

    margin-top: 0;

}

.gylc-3 ul li:nth-child(7) {

    line-height: 1.4;

    padding: 10px 25px;

}

.gylc-4 {

    padding: 70px 0 105px;

}

.gylc-4 .box {

    margin-top: 40px;

}

.gylc-4 .box ul li {

    width: 450px;

	height: 170px;

	background-color: #ffffff;

	box-shadow: 0px 0px 20px 0px 

		rgba(0, 0, 0, 0.1);

    float: left;

    margin-right: 45px;

    padding:35px 50px 0 40px;

    position: relative;

    top: 0;

    transition: all .5s;

}

.gylc-4 .box ul li:hover {

    top: -15px;

    cursor: pointer;

}

.gylc-4 .box ul li:last-child {

    margin-right: 0;

}

.gylc-4 .box ul li .icon {

    width: 78px;

	height: 83px;

    float: left;

    margin: 10px 42px 0 0;

}

.gylc-4 .box ul li .msg { 

    width: 240px;

    float: left;

}

.gylc-4 .box ul li .msg p {

    font-size: 24px;

    color: #222222;

    font-weight: bold;

    margin-bottom: 7px;

}

.gylc-4 .box ul li .msg p i {

    color: #e50113;

}

.gylc-4 .box ul li .msg span {

    color: #666666;

}

.gylc-5 {

    padding: 45px 0 120px;

    background-color: #ffffff;

}

.gylc-5 .box {

    margin-top: 60px;

}

.gylc-5 .box ul li {

    margin-top: 40px;

    height: 333px;

}

.gylc-5 .box ul li:first-child {

    margin-top: 0;

}

.gylc-5 .box ul li .pic {

    width: 700px;

    height: 333px;

    overflow: hidden;

    float: right;

}

.gylc-5 .box ul li .msg {

    width: 620px;

    float: left;

    position: relative;

    top: 50%;

    transform: translateY(-50%);

}

.gylc-5 .box ul li .msg .title {

    font-size: 30px;

    color: #222222;

    font-weight: bold;

}

.gylc-5 .box ul li .msg .title::after {

    content: '';

    display: block;

    width: 50px;

	height: 3px;

	background-color: #e50113;

    margin: 30px 0;

}

.gylc-5 .box ul li .msg .content {

    font-size: 18px;

    color: #666666;

}

.gylc-5 .box ul li:nth-child(even) .pic{

    float: left;

}

.gylc-5 .box ul li:nth-child(even) .msg{

    margin-left: 80px;

}

.hzkh-1 {

    padding: 55px 0 75px;

}

.hzkh-1 .list {

    margin-top: 30px;

}

.hzkh-1 .list ul li {

    width: 254px;

	height: 162px;

	background-color: #ffffff;

	box-shadow: 0px 0px 20px 0px 

		rgba(0, 0, 0, 0.04);

    float: left;

    margin: 30px 30px 0 0;

}

.hzkh-1 .list ul li:nth-child(5n){

    margin-right: 0;

}

.hzkh-2 {

    padding: 65px 0 70px;

    background-color: #eeeeee;

}

.hzkh-2 .list {

    margin-top: 30px;

}

.hzkh-2 .list ul li {

    width: 460px;

    float: left;

    margin: 10px 10px 0 0;

}

.hzkh-2 .list ul li:nth-child(3n) {

    margin-right: 0;

}

.hzkh-2 .list ul li .pic {

    height: 280px;

    overflow: hidden;

}

.hzkh-2 .list ul li .title {

    font-size: 18px;

    color: #666666;

    text-align: center;

    padding: 15px 0;

}

.news {

    padding: 55px 0 95px;

}

.news .list {

    margin-top: 55px;

}

.news .list ul li {

    height: 200px;

	background-color: #ffffff;

    overflow: hidden;

    margin-top: 20px;

    position: relative;

    left: 0;

    transition: all .5s;

}

.news .list ul li:hover {

    left: -15px;

    box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 11%);

}

.news .list ul li .pic {

    width: 304px;

	height: 200px;

    float: left;

}

.news .list ul li .msg {

    width: 800px;

    margin: 40px 0 0 55px;

    float: left;

}

.news .list ul li .msg .title {

    font-size: 24px;

    color: #333333;

}

.news .list ul li .msg .content {

    color: #333333;

    margin: 20px 0 30px;

}

.news .list ul li .msg .type {

    color: #333333;

}

.news .list ul li .time {

    text-align: center;

    width: 110px;

    float: right;

    font-family: Arial;

    margin: 55px 50px 0 0;

}

.news .list ul li .time p {

    font-size: 48px;

    color: #888888;

    font-weight: bold;

}

.news .list ul li .time span {

    color: #888888;

}

.paging {

    text-align: center;

}

.paging div {

    display: inline-block;

}

.paging div a {

    font-size: 24px;

    color: #888888;

    margin: 0 20px;

}

.paging div span {

    font-size: 30px;

    color: #222222;

}

.news .paging {

    margin-top: 100px;

}

.news-detail-box {

    padding: 50px 0 70px;

}

.news-detail {

    width: 1050px;

    float: left;

}

.news-detail .title {

    font-size: 30px;

    color: #222222;

    font-weight: bold;

    text-align: center;

}
.news-detail .title h1 {
    font-size: 30px;
}

.news-detail .time {

    color: #aaaaaa;

    text-align: center;

    margin: 45px 0;

} 

.news-detail .time span {

    margin: 0 45px;

}

.news-detail .article {

    border-top: 1px solid #d2d2d2;

    border-bottom: 1px solid #d2d2d2;

    padding: 55px 0 65px;

    color: #333333;


    line-height: 1.8;

}

.news-detail .article img {

    width: auto;

    max-width: 100%;

    display: block;

    margin: 40px auto;

}

.news-paging {

    margin-top: 50px;

}

.news-paging ol li {

    width: 50%;

    float: left;

    text-align: left;

    color: #666666;

}

.news-paging ol li a {

    color: #666666;

}

.news-paging ol li:last-child {

    text-align: right;

}

.news-detail-recommend {

    width: 300px;

    float: right;

}

.news-detail-recommend .news-detail-recommend-title {

    height: 55px;

    line-height: 55px;

    padding-left: 20px;

    font-size: 20px;

    color: #333333;

	background-color: #eeeeee;

}

.news-detail-recommend ul li {

    margin-top: 20px;

}

.news-detail-recommend ul li .pic {

    height: 202px;

    overflow: hidden;

}

.news-detail-recommend ul li .title {

    color: #333333;

    padding: 15px 0;

}

.join {

    padding: 50px 0 255px;

}

.join .top {

    height: 80px;

    line-height: 80px;

    font-size: 22px;

    color: #222222;

	background-color: #e5e5e5;

    border-radius: 10px;

    padding: 0 30px;

    margin-top: 50px;

    font-weight: bold;

}

.join .top ul li,

.join .list-join .content ul li {

    float: left;

    width: 20%;

    text-align: center;

}

/* .join .top ul li:first-child ,

.join .list-join .content ul li:first-child {

    width: 450px;

    text-indent: 65px;

    text-align: left;

} */

.join .top ul li:last-child,

.join .list-join .content ul li:last-child {

    float: right;

}

.join .list-join {

    margin-top: 30px;

}

.join .list-join .content {

    border-bottom: .01rem solid #eeeeee;

}

.join .list-join .content ul {

    line-height: 90px;

    cursor: pointer;

}

.join .list-join .content {

    background-color: #ffffff;

	/* box-shadow: 0px 0px 20px 0px 

		rgba(0, 0, 0, 0.1); */

	border-radius: 10px;

}

.join .list-join .content ul li {

    font-size: 18px;

    color: #999999;

}

.join .list-join .content ul li:first-child {

    font-size: 18px;

    color: #333333;

    position: relative;

}

.join .list-join .content ul li:last-child .check {

    width: 12px;

	height: 14px;

    margin: 0 auto;

}

.join .list-join .content ul li:last-child .check img {

    transition: all .5s;

}

.join .list-join .content ul li:last-child .check.on img{

    transform: rotate(90deg);

}

/* .join .list-join .content ul.on :last-child .check{

    background-color: #d93816;

	box-shadow: 0px 0px 25px 0px 

		rgba(69, 69, 69, 0.2);

} */

/* .join .list-join .content ul.jizhao li:first-child::before {

    content: '';

    display: block;

    width: 44px;

    height: 27px;

    background: url(../img/icon_join_1.png) center center no-repeat;

    background-size: 100%;

    position: absolute;

    left: 15px;

    top: 35px;

} */

.join .hide {

    background-color: #f5f5f5;

    padding: 40px 115px 65px;

    display: none;

}

.join .hide .require {

    margin-bottom: 30px;

    line-height: 2;

}

.join .hide .require p {

    font-size: 16px;

    color: #666666;

}

.join .hide .msg span {

    font-size: 22px;

    color: #222222;

    display: block;

    margin-bottom: 10px;

    font-weight: bold;

    margin-top: 30px;

}

.join .hide .msg span:first-child {

    margin-top: 0;

}

.join .hide .send {

    width: 346px;

	height: 93px;

	background-color: #e50113;

	border-radius: 10px;

    margin: 60px auto 0;

    text-align: center;

    color: #ffffff;

    line-height: 1.2;

}

.join .hide .send a {

    color: #ffffff;

    display: block;

    padding-top: 20px;

}

.join .hide .send span {

    font-size: 16px;

}

.join .hide .send p {

    font-size: 24px;

}

.lxwm {

    padding: 50px 0 0;

    background-color: #fff;

}

.lxwm-1 {

    width: 1200px;

    margin: 0 auto;

}

.lxwm-1 ul {

    margin-top: 50px;

}

.lxwm-1 ul li {

    width: 285px;

	height: 200px;

	background-color: #f5f5f5;

    float: left;

    margin-right: 15px;

    text-align: center;

    padding: 0 25px;

}

.lxwm-1 ul li:last-child {

    margin-right: 0;

}

.lxwm-1 ul li .icon {

    width: 40px;

    height: 41px;

    margin: 25px auto 0;

    position: relative;

}

.lxwm-1 ul li .icon img {

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    left: 0;

}

.lxwm-1 ul li span {

    font-size: 16px;

    color: #222222;

    margin: 10px 0 5px;

    display: block;

}

.lxwm-1 ul li p {

    font-size: 22px;

    color: #555555;

    font-weight: bold;

}

.lxwm-1 ul li:last-child p {

    font-size: 20px;

}

.lxwm-2 {

    height: 790px;

	background-color: #ffffff;

	box-shadow: 0px 1px 20px 0px 

		rgba(26, 20, 19, 0.16);

    margin: 90px auto 0;

    padding: 90px 135px 0;

    position: relative;

    z-index: 5;

}

.lxwm-2 form {

    margin-top: 80px;

}

.lxwm-2 form div {

    margin-bottom: 40px;

}

.lxwm-2 form div label {

    width: 525px;

    display: block;

    float: left;

}

.lxwm-2 form div label:last-child {

    width: 565px;

    float: right;

}

.lxwm-2 form label p {

    font-size: 18px;

    color: #222222;

    float: left;

    line-height: 70px;

}

.lxwm-2 form label input {

    width: 460px;

	height: 70px;

	border: solid .01rem #898989;

    float: right;

    padding-left: 20px;

    font-size: 18px;

    color: #cccccc;

}

.lxwm-2 form label textarea {

    width: 1065px;

	height: 200px;

	border: solid .01rem #898989;

    float: right;

    padding: 25px;

    font-size: 18px;

    color: #cccccc;

    resize: none;

}

.lxwm-2 form input[type=submit] {

    display: block;

    width: 235px;

	height: 70px;

	background-color: #e50113;

    border: none;

    font-size: 24px;

    color: #ffffff;

    margin: 40px auto 0;

    cursor: pointer;

}

.lxwm-map {

    margin-top: -210px;

    height: 800px;

}

.lxwm-map #dituContent {

    width: 100%;

    height: 100%;

}

.yyly-detail {
    width: 1400px;
    float: none;
    margin: 50px auto 100px;
}
.yyly-detail .article {
    margin-top: 30px;
    padding-top: 0;
}
.yyly .list-yyly {

}
.yyly .list-yyly ul li {
    width: 49%;
    height: 180px;
    float: left;
}
.yyly .list-yyly li:nth-child(even) {
    float: right;
}
.yyly .list-yyly ul li .pic {
    width: 50%;
    height: 180px;
}
.yyly .list-yyly ul li .msg {
    width: 50%;
    margin: 0;
    padding: 52px 40px;
}
.yyly .list-yyly ul li .msg .title {
    margin-bottom: 15px;
}
.yyly .list-yyly ul li .time {
    display: none;
}




@media screen and (max-width: 1460px) {

    .w144,

    .w14 {

        width: 1200px;

    }

    .header-nav {

        margin: 20px 0 0 45px;

    }

    .header-nav ul li {

        margin-right: 25px;

    }

    .header-nav ul li:last-child {

        margin-right: 0;

    }

    .index-1 .box .swiper-container {

        width: 100%;

        height: 360px;

    }

    .index-1 .box .pic {

        width: 550px;

    }

    .index-1 .box .msg {

        width: 475px;

        margin: 40px 50px 0 40px

    }

    .index-2 .msg {

        width: 520px;

        margin-right: 50px;

    }

    .index-2 .box ul li {

        padding: 0 20px;

    }

    .index-3 ul li {

        width: 280px;

        height: 400px;

        margin: 0 9px;

    }

    .index-3 ul li .icon {

        margin-top: 50px;

    }

    .index-4 .index-4-title {

        width: 240px;

        padding: 110px 65px 0 50px;

    }

    .index-4 .box {

        margin-left: 0;

        width: 900px;

        height: 417px;

    }

    .index-4 .box .pic {

        width: 500px;

        height: 388px;

    }

    .index-4 .box .msg {

        height: 388px;

    }

    .index-5 ul li {

        width: 285px;

        height: 181px;

        margin: 20px 20px 0 0;

    }

    .index-6 .tab_conbox {

        width: 940px;

    }

    .index-6 .tab_con li {

        height: 151px;

    }

    .index-6 .tab_con li .msg {

        padding: 20px 20px 0;

    }

    .index-6 .tab_con li .msg .content {

        width: 300px;

    }

    .index-6 .tab_con li .msg .content p {

        margin-bottom: 10px;

    }

    .index-6 .tab_con li:nth-child(n+5) .pic {

        top: -184px;

    }

    .footer .footer-tel {
        width: 68%;
        margin-left: 15px;

    }
    .footer .footer-tel ul li {
        font-size: 14px;
    }
    .about-1 .msg {

        width: 560px;

    }

    .about-1 .pic {

        width: 600px;

        /* height: 333px; */

    }

    .about-1 .box-2 .msg {

        margin-top: 10px;

    }

    .about-1 .msg .content {

        font-size: 14px;

    }

    .about-2 .box {

        width: 920px;

        margin-right: 30px;

    }

    .about-4 .box .pic {

        width: 215px;

    }

    .list-cpzx ul li {

        width: 280px;

        height: 248px;

        margin: 25px 25px 0 0;

    }

    .list-cpzx ul li .pic {

        height: 187px;

    }

    .cpzx-detial-top .picture {

        width: 600px;

    }

    .cpzx-detial-top .picture #thumbs {

        width: 510px;

    }

    .cpzx-detial-top .picture .swiper-button-prev,

    .cpzx-detial-top .picture .swiper-button-next {

        height: 81px;

    }

    .cpzx-detial-top .msg {

        width: 600px;

        padding: 20px 0 0 40px;

    }

    .cpzx-detial-top .msg .more {

        margin-top: 10px;

    }

    .hxys-1 .box {

        height: 309px;

    }

    .hxys-1 .box .msg ul {

        width: 550px;

    }

    .hxys-1 .box .msg ul li {

        font-size: 14px;

        margin-bottom: 10px;

    }

    .hxys-1 .box .msg ul li strong {

        font-size: 16px;

    }

    .gylc-1 .center {

        width: 1130px;

    }

    .gylc-1 .list-1 {

        margin-left: 125px;

    }

    .gylc-1 ul li {

        width: 197px;

        margin-right: 54px;

    }

    .gylc-1 .list-1 li:nth-child(3),

    .gylc-1 .list-2 li:nth-child(3) {

        margin-right: 37px;

    }

    .gylc-1 ul li p {

        top: 175px;

        padding: 0 25px;

    }

    .gylc-3 .box {

        padding-top: 30px;

    }

    .gylc-3 ul li {

        width: 117px;

        margin-right: 37px;

        height: 70px;

        line-height: 70px;

        margin-top: 56px;

    }

    .gylc-3 ul li:nth-child(even) {

        margin-right: 38px;

    }

    .gylc-3 ul li:nth-child(8n) {

        margin-right: 0;

    }

    .gylc-3 ul li:nth-child(7) {

        padding: 5px;

    }

    .gylc-4 .box ul li {

        width: 386px;

        margin-right: 20px;

        padding: 35px 35px 0 30px;

    }

    .gylc-4 .box ul li .msg {

        width: 200px;

    }

    .gylc-5 .box ul li {

        height: 285px;

    }

    .gylc-5 .box ul li .pic {

        width: 600px;

        height: 285px;

    }

    .gylc-5 .box ul li .msg {

        width: 560px;

    }

    .gylc-5 .box ul li:nth-child(even) .msg {

        margin-left: 40px;

    }

    .hzkh-1 .list ul li {

        width: 216px;

        height: 137px;

    }

    .hzkh-2 .list ul li {

        width: 393px;

    }

    .hzkh-2 .list ul li .pic {

        height: 239px;

    }

    .news-detail {

        width: 900px;

    }

    .news-detail-recommend {

        width: 260px;

    }

    .news-detail-recommend ul li .pic {

        height: 175px;

    }

    .lxwm-2 form div label {

        width: 436px;

    }

    .lxwm-2 form div label:last-child {

        width: 460px;

    }

    .lxwm-2 form label input {

        width: 380px;

    }

    .lxwm-2 form label textarea {

        width: 875px;

    }

    .yyly-detail {
        width: 1200px;
    }

}