﻿header {
    position: fixed;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
    z-index: 101;
}
.header {
    width: 1600px;
    margin: 0 auto;
    padding: 40px 0 0;
}
.header .header-logo {
    width: 294px;
	height: 60px;
    float: left;
    position: relative;
}
.header .header-logo h1 {
    position: absolute;
    left: -10000px;
    top: 0;
}
.header .header-right {
    float: right;
}
.header .header-nav {
    float: left;
    margin-top: 20px;
}
.header .header-nav ul li {
    float: left;
    margin: 0 10px;
}
.header .header-nav ul li a {
    font-size: 16px;
    color: #333333;
    padding: 0 6px 7px;
}
.header .header-nav ul li.on a {
    border-bottom: 2px solid #2864a5;
}
.header .header-tel {
    float: left;
    width: 240px;
	height: 60px;
    line-height: 60px;
	border-radius: 30px;
	border: solid 1px #1a498a;
    text-align: center;
    margin-left: 120px;
}
.header .header-tel p {
    font-family: 'DIN-Condensed-Bold';
	font-size: 30px;
    color: #1a498a;
}
.header .header-tel i {
    font-size: 26px;
}
.header .header-tel span {
    font-size: 18px;
}
.banners {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 99;
}
.banners,
.banners .swiper-container {
    height: 100%;
}
.banners .swiper-slide {
    position: relative;
}
.banners .swiper-slide .msg {
    position: absolute;
    left: 50%;
    top: 28%;
    transform: translateX(-50%);
    text-align: center;
    font-weight: bold;
    z-index: 60;
}
.banners .swiper-slide .msg p {
    font-size: 72px;
    color: #1a498a;
	text-shadow: 1px 2px 0px
		#ffffff;
    margin-bottom: 20px;
}
.banners .swiper-slide .msg span {
    display: block;
    font-size: 30px;
    color: #ffffff;
	text-shadow: 1px 1px 2px
		rgba(0, 0, 0, 0.6);
    color: #1a498a;
    text-shadow: 1px 2px 0px #ffffff;
}
.banners .swiper-slide .content {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translateY(-50%);
}
.banners .swiper-slide .content p {
    font-size: 40px;
    color: #1a498a;
}
.banners .swiper-button-prev {
    width: 125px;
    background: url(../img/banners_left.png) center center no-repeat;
    background-size: 100%;
    left: 160px;
    z-index: 66;
}
.banners .swiper-button-next {
    width: 125px;
    background: url(../img/banners_right.png) center center no-repeat;
    background-size: 100%;
    right: 160px;
    z-index: 66;
}
.banner {
    position: relative;
}
.banner-nav {
    position: absolute;
    left: 50%;
    bottom: 25px;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
}
.banner-nav ul {
    display: inline-block;
}
.banner-nav ul li {
    font-size: 24px;
    color: #ffffff;
	text-shadow: 0px 0px 20px
		rgba(0, 0, 0, 0.2);
    float: left;
    padding: 0 40px;
    position: relative;
}
.banner-nav ul li a {
    color: #ffffff;
    padding: 0 7px 10px;
}
.banner-nav ul li::after {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.banner-nav ul li:last-child::after {
    display: none;
}
.banner-nav ul li.on a {
    border-bottom: 5px solid #ffffff;
}
.cloud.cloud {
    position: absolute;
    z-index: 50;
}
.cloud.cloud2 {
    width: 638px;
    right: 0;
    bottom: 389px;
    animation: cloudMove1 68s linear alternate infinite;
}
.cloud.cloud3 {
    width: 598px;
    left: 0;
    bottom: 176px;
    animation: cloudMove 60s linear alternate infinite;
}
  @keyframes cloudMove {
    0% {
      transform: translate(0);
      -webkit-transform: translate(0);
    }
    100% {
      transform: translate(100vw);
      -webkit-transform: translate(100vw);
    }
  }
  @-webkit-keyframes cloudMove {
    0% {
      transform: translate(0);
      -webkit-transform: translate(0);
    }
    100% {
      transform: translate(100vw);
      -webkit-transform: translate(100vw);
    }
  }
  @keyframes cloudMove1 {
    0% {
      transform: translate(0);
      -webkit-transform: translate(0);
    }
    100% {
      transform: translate(-100vw);
      -webkit-transform: translate(-100vw);
    }
  }
  @-webkit-keyframes cloudMove1 {
    0% {
      transform: translate(0);
      -webkit-transform: translate(0);
    }
    100% {
      transform: translate(-100vw);
      -webkit-transform: translate(-100vw);
    }
  }

.banners .down {
    width: 62px;
	height: 62px;
    line-height: 62px;
    text-align: center;
	border: solid 2px #ffffff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
    z-index: 50;
}
.banners .down i {
    position: relative;
    font-size: 27px;
    color: #ffffff;
	opacity: 0.75;
    animation: moveDownSpot 1000ms infinite;
    -webkit-animation: moveDownSpot 1000ms infinite;
    -moz-animation: moveDownSpot 1000ms infinite;
}
@keyframes moveDownSpot {
    from {
      opacity: 1;
      top: -2px;
    }
    to {
      opacity: 0.3;
      top: 4px;
    }
}
.index-title {
    text-align: center;
}
.index-title i {
    font-family: "DIN-Condensed-Bold";
	font-size: 30px;
    color: #d9bc48;
}
.index-title p {
    font-size: 48px;
    color: #333333;
    font-weight: bold;
}
.index-title span {
    font-size: 30px;
    color: #333333;
}
.index-num {
    font-family: "DIN-Condensed-Bold";
    font-size: 210px;
    color: #2864a5;
	opacity: 0.05;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 0;
    animation: numMove 5s linear alternate 1;
    animation-fill-mode : forwards;
    z-index: 0;
}
@keyframes numMove {
    0% {
      transform: translate(0);
      -webkit-transform: translate(0);
    }
    100% {
        left: 50%;
      transform: translate(-50%);
      -webkit-transform: translate(-50%);
    }
  }
  @-webkit-keyframes numMove {
    0% {
      transform: translate(0);
      -webkit-transform: translate(0);
    }
    100% {
        left: 50%;
      transform: translate(-50%);
      -webkit-transform: translate(-50%);
    }
  }
.index-1 .index-num {
    top: 80px;
}
.index-1 {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}
.index-1 .box {
    margin: 50px 0 0;
}
.index-1 .swiper-container {
    padding: 15px 0 30px;
}
.index-1 .swiper-slide {
    position: relative;
}
.index-1 .swiper-slide .num {
    position: absolute;
    left: 25px;
    top: 20px;
    font-family: "DIN-Condensed-Bold";
    font-size: 48px;
    color: #d9bc48;
	text-shadow: 0px 0px 8px 
		rgba(0, 0, 0, 0.2);
	opacity: 0.85;
    border-bottom: 2px solid #d9bc48;
    display: inline-block;
    line-height: 1.2;
}
.index-1 .swiper-slide .title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 330px;
	height: 115px;
	background-color: #ffffff;
    font-size: 28px;
    color: #333333;
    padding: 20px 25px 0;
    font-weight: bold;
}
.index-1 .swiper-slide .title i {
    font-size: 60px;
    color: #1a498a;
    font-weight: normal;
    float: left;
    margin-right: 15px;
}
.index-1 .swiper-slide .title p {
    width: 200px;
    float: left;
    margin-top: 20px;
}
.index-1 .swiper-slide .more {
    position: absolute;
    right: 30px;
    bottom: 35px;
    width: 140px;
	height: 40px;
    line-height: 40px;
	background-color: #ffffff;
	border-radius: 20px;
    text-align: center;
    display: none;
}
.index-1 .swiper-slide .more a {
    font-size: 18px;
    color: #333333;
}
.index-1 .swiper-slide .more a i {
    margin-left: 5px;
}
.index-1 .swiper-slide-active,
.index-1 .swiper-slide:hover{
    box-shadow: 5px 9px 15px 0px 
		rgba(26, 73, 138, 0.3);
}
.index-1 .swiper-slide-active .title p,
.index-1 .swiper-slide:hover .title p {
    color: #2864a5;
}
.index-1 .swiper-slide-active .more,
.index-1 .swiper-slide:hover .more {
    display: block;
}
.index-1 .swiper-button-prev {
    width: 71px;
    height: 72px;
    background: url(../img/index-left.png) center center no-repeat;
    background-size: 100%;
    left: 240px;
}
.index-1 .swiper-button-next {
    width: 71px;
    height: 72px;
    background: url(../img/index-right.png) center center no-repeat;
    background-size: 100%;
    right: 255px;
}
.index-more {
    width: 220px;
	height: 66px;
    line-height: 66px;
    text-align: center;
	background-color: #ffffff;
	border-radius: 33px;
	border: solid 2px #1a498a;
    margin: 0 auto;
}
.index-more a {
    font-size: 24px;
    color: #2864a5;
    display: block;
}
.index-more a i {
    font-size: 27px;
    margin-left: 15px;
}
.index-more:hover {
    background: #1a498a;
}
.index-more:hover a,
.index-more:hover i {
    color: #fff;
}
.index-1 .index-more {
    margin-top: 30px;
}
.index-1 canvas {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
}
.index-2 {
    background: url(../img/video_bg.jpg) center center no-repeat;
    padding: 100px 0 130px;
}
.index-2 .index-title p {
    color: #ffffff;
}
.index-2 .box {
    width: 960px;
    margin: 70px auto 0;
    text-align: center;
}
.index-2 .box .content {
    font-size: 24px;
    color: #ffffff;
    text-align: center;
}
.index-2 .box .content i {
    color: #ffdd56;
    font-weight: bold;
}
.index-2 .box ul {
    margin: 50px 0 35px;
}
.index-2 .box ul li {
    float: left;
    width: 317px;
	height: 140px;
	background-color: rgba(0, 0, 0,0.15);
    margin-right: 4px;
    text-align: center;
    line-height: 1.2;
    padding-top: 15px;
}
.index-2 .box ul li:last-child {
    margin-right: 0;
}
.index-2 .box ul li p {
    font-size: 30px;
    color: #d9bc48;
    font-weight: bold;
}
.index-2 .box ul li p i {
    font-family: Impact;
	font-size: 66px;
}
.index-2 .box ul li span {
    font-size: 24px;
    color: #ffffff;
}
.index-2 .box ol {
    display: inline-block;
}
.index-2 .box ol li {
    float: left;
    margin: 0 20px;
    border: solid 2px #ffffff;
    background: transparent;
}
.index-2 .box ol li a {
    color: #fff;
}
.index-2 .box ol li.index-more:hover {
    background: #fff;
}
.index-2 .box ol li.index-more:hover a,
.index-2 .box ol li.index-more:hover i {
    color: #2864a5;
}
.video-box-fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0,0.7);
    z-index: 101;
    display: none;
}
.video-box-fixed video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 70%;
}
.index-3 {
    margin-top: 100px;
    overflow: hidden;
    position: relative;
}
.index-3 .box {

}
.index-3 .box ul {
    width: 1200px;
    margin: 38px auto 22px;
}
.index-3 .box ul li {
    width: 386px;
	height: 200px;
	background-color: #ffffff;
	border-radius: 5px;
	border: dashed 1px #1a498a;
    margin-right: 21px;
    float: left;
    text-align: center;
    color: #1a498a;
    padding-top: 20px;
    cursor: pointer;
}
.index-3 .box ul li:last-child {
    margin-right: 0;
}
.index-3 .box ul li i {
    font-size: 60px;
}
.index-3 .box ul li p {
    font-size: 24px;
    font-weight: bold;
}
.index-3 .box ul li p::after {
    content: '';
    display: block;
    width: 40px;
	height: 3px;
	background-color: #d9bc48;
    margin: 20px auto 0;
}
.index-3 .box ul li.active {
    background-color: #1a498a;
	box-shadow: 5px 9px 15px 0px 
		rgba(26, 73, 138, 0.3);
    color: #ffffff;
}
.index-3 .box .swiper-slide {
    position: relative;
}
.index-3 .box .swiper-slide .msg {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 500px;
    height: 250px;
    background-color: rgba(26, 73, 138,0.8);
    color: #ffffff;
    padding: 20px 40px 0 40px;
}
.index-3 .box .swiper-slide .msg i {
    font-family: "DIN-Condensed-Bold";
    text-decoration: underline;
    font-size: 24px;
    color: #d9bc48;
    display: none;
}
.index-3 .box .swiper-slide .msg p {
    font-size: 36px;
    color: #ffffff;
    font-weight: bold;
    margin: 20px auto 10px;
}
.index-3 .box .swiper-slide .msg span {
    font-size: 18px;
    color: #ffffff;
    display: block;
    line-height: 1.8;
}
.index-3 .box .swiper-slide::after {
    content: '';
    display: block;
    background: rgba(255, 255, 255,0.7);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.index-3 .box .swiper-slide-active::after {
    display: none;
}
.index-3 .box .swiper-slide {
    position: relative;
    top: 200px;
}
.index-3 .box .swiper-slide-active {
    top: 0;
}
.index-4 {
    position: relative;
    overflow: hidden;
    margin-top: 100px;
}
.index-4 .thumbs-box {
    position: relative;
    margin: 40px auto;
}
.index-4 #tabbox {
    text-align: center;
}
.index-4 .tabs {
    display: inline-block;
    margin: 40px auto 20px;
    position: relative;
    z-index: 6;
}
.index-4 .thumbs-box .swiper-slide,
.index-4 .tabs li {
    width: auto;
    padding: 0 10px;
    font-size: 24px;
    color: #c2cbde;
    font-weight: bold;
    padding-bottom: 15px;
    cursor: pointer;
    float: left;
    margin: 0 10px;
}
.index-4 .tabs li a {
    color: #c2cbde;
}
.index-4 .thumbs-box .swiper-slide-thumb-active,
.index-4 .tabs li.thistab a{
    color: #1a498a;
    border-bottom: 4px solid #1a498a;
    padding-bottom: 15px;
}
.index-4 .thumbs-box .swiper-button-prev {
    width: 40px;
	height: 40px;
    background: url(../img/thumbs_left.png) center center no-repeat;
    background-size: 100%;
    left: auto;
    right: 0;
}
.index-4 .thumbs-box .swiper-button-next {
    width: 40px;
	height: 40px;
    background: url(../img/thumbs_right.png) center center no-repeat;
    background-size: 100%;
    right: -44px;
}
.index-4 #gallery {
    padding-bottom: 30px;
    text-align: left;
}
.index-4 #gallery .swiper-slide{
    position: relative;
}
.index-4 #gallery .swiper-slide .pic {
    height: 600px;
    position: relative;
}
.index-4 #gallery .swiper-slide .pic img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.index-4 #gallery .swiper-slide .msg {
    /* width: 285px;
	height: 255px;
	background-color: #f4f9ff;
	box-shadow: 2px 4px 15px 0px 
		rgba(26, 73, 138, 0.2);
    position: absolute;
    right: -50px;
    bottom: -30px;
    padding: 38px 0 0 30px; */
    display: none;
}
.index-4 #gallery .swiper-slide .msg p {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    float: left;
}
.index-4 #gallery .swiper-slide .msg span {
    font-size: 16px;
    color: #333333;
    display: block;
    margin: 35px 0;
    display: none;
}
.index-4 #gallery .swiper-slide .msg i {
    font-size: 18px;
    color: #1a498a;
    float: right;
}
.index-4 #gallery .swiper-slide-active .msg {
    margin-top: 10px;
    display: block;
}
.index-4 #gallery .swiper-button-prev {
    width: 60px;
	height: 60px;
    background: url(../img/gallery_left.png) center center no-repeat;
    background-size: 100%;
    left: 266px;
}
.index-4 #gallery .swiper-button-next {
    width: 60px;
	height: 60px;
    background: url(../img/gallery_right.png) center center no-repeat;
    background-size: 100%;
    right: 266px;
}
.index-5 {
    background: url(../img/index-5_bg.jpg) center top no-repeat;
    background-size: 100%;
    margin-top: 100px;
    padding-top: 100px;
}
.index-5 .index-title p,
.index-5 .index-title span {
    color: #fff;
}
.index-5 .swiper-slide {
    height: 491px;
}
.index-5 .swiper-slide img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.index-5 .box {
    margin-top: 40px;
}
.index-5 .box .swiper-container {
    padding-right: 15px;
}
.index-6 {
    background: url(../img/index-6_bg.jpg) center bottom no-repeat;
    background-size: 100%;
    margin-top: 40px;
    padding: 78px 0 0;
    overflow: hidden;
    position: relative;
}
.index-6 .box {
    margin-top: 20px;
}
.index-6 .box .swiper-container {
    padding: 30px 10px;
}
.index-6 .swiper-slide {
    background-color: #ffffff;
	box-shadow: 0px 0px 15px 0px 
		rgba(0, 0, 0, 0.05);
	border-radius: 10px;
    padding: 20px;
}
.index-6 .swiper-slide .pic {
    height: 253px;
    overflow: hidden;
}
.index-6 .swiper-slide .msg {

}
.index-6 .swiper-slide .msg .classify {
    width: 80px;
	height: 28px;
    line-height: 28px;
    text-align: center;
	background-color: #cccccc;
	border-radius: 3px;
    font-size: 16px;
    color: #ffffff;
    margin: 16px 0;
}
.index-6 .swiper-slide .msg .title {
    font-size: 24px;
    color: #333333;
}
.index-6 .swiper-slide .msg .content {
    font-size: 18px;
    color: #666666;
    margin: 50px 0 25px;
}
.index-6 .swiper-slide .clearfix {
    border-top: 1px solid #dddddd;
    padding-top: 15px;
}
.index-6 .swiper-slide .msg .time {
    font-family: "DIN-Condensed-Bold";
    font-size: 24px;
    color: #aaaaaa;
    float: left;
}
.index-6 .swiper-slide .msg .icon {
    font-size: 24px;
    color: #aaaaaa;
    float: right;
}
.index-6 .swiper-slide-active {
    box-shadow: 2px 4px 15px 0px 
		rgba(26, 73, 138, 0.3);
}
.index-6 .swiper-slide-active .msg .classify{
    background-color: #1a498a;
}
.index-6 .swiper-slide-active .msg .title,
.index-6 .swiper-slide-active .msg .time,
.index-6 .swiper-slide-active .msg .icon {
    color: #1a498a;
}
.index-6 .index-more {
    margin-top: 10px;
}
.index-6 .link {
    margin-top: 100px;
    padding-bottom: 30px;
}
.index-6 .link p {
    float: left;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}
.index-6 .link p i {
    font-family: "DIN-Condensed-Bold";
    color: #d9bc48;
    margin-right: 10px;
}
.index-6 .link a {
    font-size: 18px;
    color: #666666;
    float: left;
    margin: 7px 0 0 35px;
}
.index-6 .swiper-button-prev {
    width: 49px;
	height: 49px;
    background: url(../img/index-6_left.png) center center no-repeat;
    background-size: 100%;
    left: 430px;
}
.index-6 .swiper-button-next {
    width: 49px;
	height: 49px;
    background: url(../img/index-6_right.png) center center no-repeat;
    background-size: 100%;
    right: 430px;
}
.page-header {
    height: 100px;
	background-color: #ffffff;
}
.page-header .header {
    padding-top: 20px;
}
.crumbs {
    padding: 20px 0 0;
    font-size: 16px;
    color: #999999;
}
.crumbs i {
    font-size: 18px;
    color: #1a498a;
}
.crumbs a {
    color: #999999;
}
.cpzx-nav {

}
.cp-detail-nav {
    margin-top: 70px;
}
.cpzx-nav ul li {
    width: 175px;
	height: 60px;
    line-height: 60px;
    text-align: center;
	background-color: #f5f5f5;
    float: left;
    margin: 5px 5px 0 0;
}
.cpzx-nav ul li:nth-child(8n) {
    margin-right: 0;
}
.cpzx-nav ul li a {
    font-size: 22px;
    color: #666666;
    display: block;
}
.cpzx-nav ul li.on {
    background-color: #1a498a;
}
.cpzx-nav ul li.on a {
    color: #ffffff;
}
.cpzx {
    margin: 50px auto 100px;
}
.cpzx .cpzx-title {
    margin: 110px auto 0;
    text-align: center;
}
.cpzx .cpzx-title h1 {
    font-size: 36px;
    color: #1a498a;
    font-weight: bold;
    margin-bottom: 20px;
}
.cpzx .cpzx-title span {
    font-size: 18px;
    color: #333333;
}
.cpzx .list-cpzx {
    margin-top: 10px;
}
.cpzx .list-cpzx ul li {
    width: 340px;
    margin: 40px 26px 0 0;
    float: left;
    padding: 10px 10px 35px;
}
.cpzx .list-cpzx ul li:nth-child(4n){
    margin-right: 0;
}
.cpzx .list-cpzx ul li .pic {
    height: 273px;
    overflow: hidden;
}
.cpzx .list-cpzx ul li .title {
    text-align: center;
    font-size: 20px;
    color: #333333;
    margin: 25px 0 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 20px;
}
.cpzx .list-cpzx ul li .more {
    width: 150px;
	height: 42px;
    line-height: 42px;
    text-align: center;
	border-radius: 10px;
	border: solid 1px #cccccc;
    font-size: 16px;
    color: #999999;
    margin: 0 auto;
}
.cpzx .list-cpzx ul li:hover {
	box-shadow: 0px 2px 10px 0px 
		rgba(26, 73, 138, 0.2);
}
.cpzx .list-cpzx ul li:hover .title {
    color: #1a498a;
}
.cpzx .list-cpzx ul li:hover .more {
    background-color: #1a498a;
    color: #fff;
}
.paging {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #cccccc;
    position: relative;
}
.paging div {
    display: inline-block;
}
.paging div a:first-child {
    display: none;
}
.paging div a,
.paging div span {
    font-size: 18px;
    color: #333333;
    margin: 0 10px;
    padding: 20px 5px 0;
}
.paging div a i {
    font-size: 20px;
}
.paging div span {
    color: #1a498a;
    border-top: 3px solid #1a498a;
}
.paging div a:nth-child(2),
.paging div a:last-child {
    font-size: 18px;
    color: #999999;
    position: absolute;
    top: 0;
}
.paging div a:nth-child(2) {
    left: 0;
}
.paging div a:last-child {
    right: 0;
}
.cpzx .paging {
    margin-top: 50px;
}
/* .to-top {
    width: 75px;
    position: fixed;
    right: 10px;
    bottom: 20%;
    cursor: pointer;
} */
footer {

}
.footer-nav {
    height: 66px;
    line-height: 66px;
	background-color: #1a498a;
    text-align: center;
}
.footer-nav ul {
    display: inline-block;
}
.footer-nav ul li {
    float: left;
    margin: 0 48px;
}
.footer-nav ul li a {
    font-size: 18px;
    color: #ffffff;
    display: block;
}
.footer-box {
    background: url(../img/footer_bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 40px 0;
}
.footer-box .footer {

}
.footer-box .footer .footer-logo {
    width: 265px;
	height: 195px;
	background-color: #ffffff;
	box-shadow: 2px 4px 20px 0px 
		rgba(26, 73, 138, 0.5);
	border-radius: 10px;
    overflow: hidden;
    float: left;
    margin-top: 15px;
}
.footer-box .footer .footer-lxwm {
    width: auto;
    float: left;
   margin-left: 125px;
}
.footer-box .footer .title {
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
}
.footer-box .footer .title::after {
    content: '';
    display: block;
    width: 20px;
	height: 2px;
	background-color: #d9bc48;
    margin: 20px 0;
}
.footer-box .footer .footer-lxwm ul {
    width: 380px;
}
.footer-box .footer .footer-lxwm ul li {
    font-size: 16px;
    color: #cccccc;
    height: 60px;
}
.footer-box .footer .footer-lxwm ul li a {
    color: #cccccc;
}
.footer-box .footer .footer-lxwm ul li i {
    font-size: 20px;
}
.footer-box .footer .footer-lxwm ul li span {
    font-size: 24px;
    color: #d9bc48;
    font-family: "DIN-Condensed-Bold";
}
.footer-box .footer .footer-lxwm ul li div {
    float: left;
}
.footer-box .footer .footer-lxwm ul li em {
    font-style: normal;
    width: 68%;
    display: block;
    float: left;
    margin-top: 3px;
}
.footer-box .footer .footer-lxwm ul.tel {
    text-align: right;
    width: 300px;
    margin-left: 20px;
}
.footer-box .footer .footer-qrcode {
    width: 300px;
    float: right;
}
.footer-box .footer .footer-qrcode .box {
    background-color: rgba(0, 35, 83,0.2);
}
.footer-box .footer .footer-qrcode .pic {
    width: 50%;
    float: left;
}
.footer-box .footer .footer-qrcode p {
    font-size: 16px;
    color: #cccccc;
    float: left;
    padding: 55px 0 0 10px;
    width: 50%;
}
.copyright {
    height: 45px;
    line-height: 45px;
	background-color: #eeeeee;
    text-align: center;
    font-size: 16px;
    color: #999999;
}
.copyright a {
    color: #999999;
}
.about-1 {
    margin-top: 100px;
}
.about-1 ul li {
    margin-top: 85px;
}
.about-1 ul li .pic {
    width: 720px;
	height: 445px;
    float: right;
}
.about-1 ul li .msg {
    width: 650px;
    float: left;
    margin-top: 30px;
}
.about-1 ul li .msg .title {
    font-size: 36px;
    color: #1a498a;
    font-weight: bold;
    margin-bottom: 25px;
}
.about-1 ul li .msg .content {
    font-size: 18px;
    color: #333333;
    text-indent: 2em;
    line-height: 1.8;
}
.about-1 ul li .msg .content p {
    margin-bottom: 15px;
}
.about-1 ul li:nth-child(even) .pic {
    float: left;
}
.about-1 ul li:nth-child(even) .msg {
    float: right;
}
.about-1 ul li:first-child {
    margin-top: 0;
}
.about-2 {
    margin-top: 60px;
}
.about-2 ul li {
    width: 455px;
	height: 455px;
    float: left;
    margin: 0 10px;
    position: relative;
}
.about-2 ul li .pic {

}
.about-2 ul li .msg {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(26, 73, 138,0.6);
}
.about-2 ul li:hover .msg {
    display: none;
}
.about-2 ul li .msg div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.about-2 ul li .msg p {
    font-size: 24px;
    font-weight: bold;
    background: linear-gradient( #fff, #9ab7e0);
    -webkit-background-clip: text;
    color: transparent;
}
.about-2 ul li .msg p i {
    font-family: Impact;
	font-size: 48px;
}
.about-2 ul li .msg span {
    font-size: 24px;
    color: #ffffff;
}
.about-3 {
    margin: 20px 0 0;
    padding: 130px 0 80px 180px;
    background: url(../img/about-3_bg.png) center bottom no-repeat #f5f5f5;
    background-size: 100%;
}
.about-title {
    font-size: 36px;
    color: #1a498a;
    font-weight: bold;
}
.about-3 .box {
    position: relative;
}
.about-3 .msg {
    width: 420px;
    float: left;
}
.about-3 .msg ul {
    margin-top: 40px;
}
.about-3 .msg ul li {
    width: 200px;
    height: 60px;
    line-height: 60px;
    text-align: center;
	background-color: #f5f5f5;
	border-radius: 5px;
	border: dashed 1px #9baec8;
    float: left;
    margin-top: 20px;
    font-size: 20px;
    color: #666;
    /* font-weight: bold; */
    cursor: pointer;
}
.about-3 .msg ul li:nth-child(even){
    float: right;
}
.about-3 .msg ul li:nth-child(-n+2){
    margin-top: 0;
}
.about-3 .msg ul li.on {
    background-color: #1a498a;
    color: #ffffff;
    border-color: #1a498a;
}
.about-3 .pic {
    width: 1250px;
    float: right;
}
.about-3 .swiper-button-prev {
    width: 70px;
	height: 70px;
    background: url(../img/index-left.png) center center no-repeat;
    background-size: 100%;
    border-radius: 50%;
    overflow: hidden;
    left: 0;
    top: auto;
    bottom: 20px;
}
.about-3 .swiper-button-next {
    width: 70px;
	height: 70px;
    background: url(../img/index-right.png) center center no-repeat;
    background-size: 100%;
    border-radius: 50%;
    overflow: hidden;
    right: auto;
    left: 80px;
    top: auto;
    bottom: 20px;
}
.about-4 {
    margin-top: 100px;
}
.about-4 .about-title {
    text-align: center;
}
.about-4 .about-title i {
    color: #fa8630;
}
.about-4 .box {
    margin-top: 40px;
}
.about-4 .swiper-button-prev {
    width: 49px;
	height: 49px;
    background: url(../img/about-4_left.png) center center no-repeat;
    background-size: 100%;
    left: 425px;
}
.about-4 .swiper-button-next {
    width: 49px;
	height: 49px;
    background: url(../img/about-4_right.png) center center no-repeat;
    background-size: 100%;
    right: 425px;
}
.about-4 .swiper-slide p {
    text-align: center;
    font-size: 20px;
    color: #333333;
    margin-top: 10px;
}
.about-5 {
    background-color: #f5f5f5;
    padding: 100px 0 85px;
    margin-top: 100px;
}
.about-5 .about-title {
    text-align: center;
}
.about-5 .about-title span {
    font-size: 18px;
    color: #333333;
    font-weight: normal;
}
.about-5 .box {
    margin-top: 30px;
}
.about-5 .box ul li {
    width: 340px;
    float: left;
    margin: 15px 20px 0 0;
}
.about-5 .box ul li:nth-child(4n) {
    margin-right: 0;
}
.about-5 .box ul li:nth-child(-n+4) {
    margin-top: 0;
}
.about-5 .box ul li .pic {
    width: 100%;
    height: 240px;
	background-color: #ffffff;
    padding: 10px;
    position: relative;
}
.about-5 .box ul li .pic img {
    width: auto;
    height: auto;
    max-width: 94%;
    max-height: 92%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.about-5 .box ul li .title {
    font-size: 18px;
    color: #333333;
    text-align: center;
    padding: 15px 0;
}
.gcyj {

}
.gcyj .list-cpzx ul li {
    width: 456px;
    margin: 30px 13px 0;
}
.gcyj .list-cpzx ul li:nth-child(3n) {
    margin-right: 0;
}
.gcyj .paging {
    margin-top: 90px;
}
.gcyj .cpzx-title p {
    margin-bottom: 0;
}
.hzlc {
    background: #f7f7f7;
    padding-bottom: 135px;
}
.hzlc-title {
    text-align: center;
    font-size: 36px;
    color: #1a498a;
    font-weight: bold;
}
.hzlc-1 {
    margin-top: 60px;
}
.hzlc-1 .list-hzlc {

}
.hzlc-1 .list-hzlc ul li {
    width: 1340px;
    height: 415px;
    background-color: #ffffff;
	box-shadow: 0px 5px 45px 0px 
		rgba(0, 0, 0, 0.1);
    float: left;
    margin-top: 100px;
}
.hzlc-1 .list-hzlc ul li:nth-child(even) {
    float: right;
}
.hzlc-1 .list-hzlc ul li .pic {
    width: 550px;
	height: 415px;
    float: right;
}
.hzlc-1 .list-hzlc ul li:nth-child(even) .pic {
    float: left;
}
.hzlc-1 .list-hzlc ul li .msg-box {
    width: 790px;
    height: 415px;
    float: left;
    position: relative;
    padding: 129px 80px 0;
}
.hzlc-1 .list-hzlc ul li:nth-child(even) .msg-box {
    float: right;
}
.hzlc-1 .list-hzlc ul li .msg-box .msg {
    position: relative;
    z-index: 5;
}
.hzlc-1 .list-hzlc ul li .msg-box .num {
    position: absolute;
    left: 84px;
    top: -20px;
    font-family: Impact;
	font-size: 72px;
    color: #1a498a;
    font-style: italic;
    line-height: 1;
}
.hzlc-1 .list-hzlc ul li .msg-box .num span {
    color: #666666;
}
.hzlc-1 .list-hzlc ul li .msg .title {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 40px;
}
.hzlc-1 .list-hzlc ul li .msg .content {
    font-size: 18px;
    color: #666666;
    line-height: 2;
}
.hzlc-1 .list-hzlc ul li .icon {
    position: absolute;
    right: 10px;
    bottom: 10px;
    line-height: 1;
    z-index: 1;
}
.hzlc-1 .list-hzlc ul li .icon i {
    font-size: 270px;
    color: #e9ecf3;
}
.hzlc-2 {
    margin: 160px auto 0;
}
.hzlc-2 .box {
    margin-top: 50px;
    background-color: #ffffff;
	box-shadow: 0px 5px 45px 0px 
		rgba(0, 0, 0, 0.1);
    padding: 30px 0;
}
.hzlc-2 .box img {
    width: 750px;
    margin: 0 auto;
    display: block;
}
.news {
    background: #f7f7f7;
    padding-bottom: 120px;
}
.news .cpzx-nav {
    width: 1440px;
    margin: 50px auto 0;
}
.list-news {
    margin-top: 60px;
}
.list-news ul li {
    padding: 20px;
    background-color: #ffffff;
	box-shadow: 0px 5px 20px 0px 
		rgba(26, 73, 138, 0.2);
    margin-top: 30px;
}
.list-news ul li .pic {
    width: 300px;
	height: 200px;
    overflow: hidden;
    float: left;
}
.list-news ul li .msg {
    width: 980px;
    float: left;
    margin-left: 70px;
}
.list-news ul li .msg .title {
    font-size: 22px;
    color: #333333;
    margin-top: 15px;
}
.list-news ul li .msg .content {
    font-size: 16px;
    color: #666666;
    margin: 30px 0;
}
.list-news ul li .msg .more {
    width: 140px;
	height: 40px;
    line-height: 40px;
    text-align: center;
	border-radius: 5px;
	border: solid 1px #cccccc;
    font-size: 16px;
    color: #666666;
    float: left;
}
.list-news ul li .msg .time {
    float: right;
    font-size: 14px;
    color: #999999;
    margin-top: 10px;
}
.list-news ul li .msg .time i {
    font-size: 14px;
}
.list-news ul li:hover .msg .title {
    color: #1a498a;
}
.list-news ul li:hover .msg .more {
    border: 1px solid #1a498a;
    background-color: #1a498a;
    color: #ffffff;
}
.news .paging {
    margin: 50px auto 0;
}
.news-detail {
    margin-top: 50px;
    position: relative;
    z-index: 6;
	box-shadow: 0px 4px 13px 0px 
        rgba(52, 52, 52, 0.2);
    padding: 65px 75px 75px;
}
.news-detail .title,
.news-detail .title h1 {
    font-size: 30px;
    color: #444444;
    font-weight: bold;
    text-align: center;
}
.news-detail .time {
    font-size: 16px;
    color: #999999;
    margin: 20px 0 30px;
    text-align: center;
}
.news-detail .article {
    border-top: 1px solid #e5e5e5;
    padding-top: 55px;
    text-indent: 2em;
    font-size: 16px;
    color: #444444;
    line-height: 30px;
}
.news-detail .article p {
    margin-bottom: 20px;
}
.news-detail .article img {
    width: auto;
    margin: 20px auto;
    max-width: 100%;
    display: block;
}
.news-detail .article a {
    color: #1a498a;
}
.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;
}
.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;
}

.cp-detail {
    margin: 100px auto 0;
}
.cp-detail .picture {
    width: 60%;
    float: left;
    position: relative;
}
.cp-detail .picture #thumbs {
    /* width: 485px; */
    width: 95%;
}
.cp-detail .picture #thumbs .swiper-wrapper{
    margin: 0 auto;
}
.cp-detail .picture #thumbs .swiper-slide{
    width: 112px;
	height: 80px;
}
.cp-detail .picture #gallery {
    margin-bottom: 30px;
    height: 660px;
}
.cp-detail .picture #gallery .pic {
    width: 865px;
    height: 660px;
    position: relative;
}
.cp-detail .picture #gallery .swiper-slide .pic img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.cp-detail .picture #thumbs .swiper-slide img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}
.cp-detail .picture #gallery .swiper-slide {
    /* position: relative; */
}
.cp-detail .picture #gallery .swiper-slide video {
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%); */
    display: block;
    width: 95%;
    margin: 10% auto;
}
.cp-detail .picture .swiper-button-prev {
    width: 23px;
    height: 80px;
    background: url(../img/cp-detail_jl.png) center center;
    top: auto;
    bottom: 0%;
    left: 0;
}
.cp-detail .picture .swiper-button-next {
    width: 23px;
    height: 80px;
    background: url(../img/cp-detail_jr.png) center center;
    top: auto;
    bottom: 0%;
    right: 0;
}


.cp-detail .msg {
    width: 38%;
    float: right;
}
.cp-detail .msg .title{
    border-bottom:1px solid #E5E5E5;
    margin-bottom: 22px;
}
.cp-detail .msg .title h1 {
    position:relative;
    display:inline-block;
    *display:inline;
    *zoom:1;
    line-height:1.3;
    padding-bottom:0.6em;
    font-size:26px;
    color:#222222;
}
.cp-detail .msg .title p::after{
    content:'';
    position:absolute;
    left:0; width:100%;
    bottom:-01px;
    height:1px;
    background:#DA0F15;
}
.cp-detail .msg .content{
    font-size: 18px;
    line-height:2;
    color:#767171;
}
.cp-detail-paging {
    margin: 60px auto 100px;
}
.qyzp {
    background: #f7f7f7;
    padding-bottom: 123px;
}
.qyzp .about-title {
    text-align: center;
}
.qyzp-1 {
    margin: 75px 0 0;
}
.qyzp-box {
    background-color: #ffffff;
	box-shadow: 0px 5px 10px 0px 
		rgba(0, 0, 0, 0.1);
    padding: 0 30px;
    margin-top: 30px;
}
.qyzp-box .qyzp-top {
    height: 110px;
}
.qyzp-box .qyzp-top div {
    float: left;
}
.qyzp-box .qyzp-top .post {
    font-size: 22px;
    color: #333333;
    font-weight: bold;
    width: 30%;
    margin-top: 44px;
}
.qyzp-box .qyzp-top .num,
.qyzp-box .qyzp-top .site,
.qyzp-box .qyzp-top .time {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    width: 18%;
    margin-top: 30px;
}
.qyzp-box .qyzp-top .num p,
.qyzp-box .qyzp-top .site p,
.qyzp-box .qyzp-top .time p {
    color: #333333;
}
.qyzp-box .qyzp-top .num span,
.qyzp-box .qyzp-top .site span,
.qyzp-box .qyzp-top .time span {
    font-size: 18px;
    color: #1a498a;
}
.qyzp-box .qyzp-top .check {
    width: 140px;
	height: 48px;
    line-height: 48px;
    text-align: center;
	background-color: #ffffff;
	border: solid 1px #dddddd;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    cursor: pointer;
    float: right;
    margin-top: 30px;
}
.qyzp-box .qyzp-hide {
    border-top: 1px solid #dddddd;
    padding: 0 0 50px;
    display: none;
}
.qyzp-box .qyzp-hide p {
    font-size: 18px;
    color: #333333;
    margin: 40px 0 10px;
}
.qyzp-box .qyzp-hide span {
    font-size: 16px;
    color: #666666;
    display: block;
    margin-bottom: 10px;
}
.qyzp-box .qyzp-top.on .check {
    background-color: #1a498a;
    color: #fff;
}
.qyzp-1 .more {
    width: 190px;
	height: 50px;
    line-height: 50px;
    text-align: center;
	border-radius: 25px;
	border: solid 1px #1a498a;
    margin: 50px auto 0;
}
.qyzp-1 .more a {
    font-size: 18px;
    color: #1a498a;
    display: block;
}
.qyzp-2 {
    margin-top: 100px;
}
.qyzp-2 .box {
    margin-top: 40px;
}
.qyzp-2 .box ul li {
    width: 458px;
	height: 145px;
	background-color: #ffffff;
	box-shadow: 0px 5px 10px 0px 
		rgba(0, 0, 0, 0.1);
    float: left;
    margin-right: 33px;
    padding: 30px 30px 0;
}
.qyzp-2 .box ul li:last-child {
    margin-right: 0;
}
.qyzp-2 .box ul li i {
    float: left;
    font-size: 70px;
    color: #294985;
    line-height: 1;
    margin-top: 10px;
}
.qyzp-2 .box ul li div {
    width: 270px;
    float: left;
    margin-left: 30px;
}
.qyzp-2 .box ul li span {
    font-size: 20px;
    color: #294986;
    display: block;
    margin-bottom: 10px;
}
.qyzp-2 .box ul li p {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}
.qyzp-2 .box ul li:nth-child(2) p {
    font-size: 24px;
}
.lxwm {
    background: #f7f7f7;
}
.lxwm-1 {
    margin-top: 75px;
}
.lxwm-1 .about-title {
    text-align: center;
}
.lxwm-1 .box {
    margin-top: 40px;
}
.lxwm-1 ul li {
    width: 457px;
    float: left;
    margin-right: 34px;
    height: 575px;
	background-color: #ffffff;
	box-shadow: 0px 5px 25px 0px 
		rgba(0, 0, 0, 0.1);
}
.lxwm-1 ul li:last-child {
    margin-right: 0;
}
.lxwm-1 ul li .pic {
    height: 300px;
    overflow: hidden;
}
.lxwm-1 ul li .msg {
    padding: 0 25px;
}
.lxwm-1 ul li .msg .title {
    text-align: center;
    margin: 45px 0 25px;
}
.lxwm-1 ul li .msg .title p {
    font-size: 24px;
    color: #294985;
}
.lxwm-1 ul li .msg .title span {
    font-size: 17px;
    color: #999999;
}
.lxwm-1 ul li .msg .content  {
    text-align: center;
}
.lxwm-1 ul li .msg .content p {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 5px;
}
.lxwm-1 ul li .msg .content span {
    font-size: 14px;
    color: #999999;
}
.lxwm-1 ul li .msg p i {
    width: 74%;
    float: right;
    text-align: left;
}
.lxwm-2,
.lxwm-map {
    height: 770px;
    position: relative;
    margin-top: 100px;
}
.lxwm-map>div {
    height: 100%;
}
.lxwm-map .tab_con>div {
    width: 100%;
    height: 100%;
}
.lxwm-map .tabs {
    position: absolute;
    left: 240px;
    top: 80px;
    z-index: 99;
}
.lxwm-map .tabs li {
    width: 200px;
	height: 60px;
    line-height: 60px;
    text-align: center;
	background-color: rgba(255, 255, 255,0.85);
	box-shadow: 0px 5px 25px 0px 
		rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}
.lxwm-map .tabs li a {
    font-size: 24px;
    color: #1a498a;
    display: block;
}
.lxwm-map .tabs li.on {
    background-color: rgba(26, 73, 138,0.85);
	box-shadow: 0px 5px 25px 0px 
		rgba(0, 0, 0, 0.1);
}
.lxwm-map .tabs li.on a {
    color: #ffffff;
}
.lxwm-2 .lxwm-form {
    width: 600px;
	height: 610px;
	background-color: rgba(41, 73, 133,0.85);
	box-shadow: 0px 0px 20px 0px 
		rgba(0, 132, 66, 0.2);
	border-radius: 15px;
    position: absolute;
    top: 80px;
    right: 300px;
    padding-top: 50px;
    z-index: 99;
}
.lxwm-2 .lxwm-form .title {
    text-align: center;
    color: #fff;
}
.lxwm-2 .lxwm-form .title p {
    font-size: 36px;
    font-weight: bold;
}
.lxwm-2 .lxwm-form .title span {
    font-size: 18px;
}
.lxwm-2 .lxwm-form form {
    width: 530px;
    margin: 0 auto;
}
.lxwm-2 .lxwm-form form label {
    display: block;
    margin-top: 40px;
}
.lxwm-2 .lxwm-form form label p {
    font-size: 18px;
    color: #ffffff;
}
.lxwm-2 .lxwm-form form label input[type=text],
.lxwm-2 .lxwm-form form label textarea {
    background: transparent;
    border: none;
    border-bottom: 1px solid #ffffff;
    width: 100%;
    height: 40px;
    color: #fff;
}
.lxwm-2 .lxwm-form form label textarea {
    height: 60px;
    resize: none;
}
.lxwm-2 .lxwm-form form input[type=submit]{
    width: 240px;
	height: 70px;
	background-color: #ffffff;
	border-radius: 35px;
    margin: 30px auto;
    border: none;
    display: block;
    font-size: 24px;
    color: #1a498a;
    cursor: pointer;
}
.lxwm-2 #dituContent2 {
    display: none;
}



.sidebar {
    position: fixed;
    right: 25px;
    bottom: 20%;
    z-index: 29;
}
.sidebar ul li {
    width: 50px;
	height: 50px;
	background-color: #1a498a;
    margin-top: 1px;
    position: relative;
    cursor: pointer;
}
.sidebar ul li a {
    font-size: 16px;
    color: #fff;
    padding: 2px 8px;
    display: block;
}
.sidebar ul li:nth-child(1) {
    padding-top: 15px;
}
.sidebar ul li:nth-child(1) p img {
    width: 23px;
	height: 23px;
    margin: 0 auto;
    display: block;
}
.sidebar ul li:nth-child(1) .tel {
    position: absolute;
    left: -170px;
    top: 0;
    padding: 0 15px;
    line-height: 50px;
	background-color: #1a498a;
    color: #fff;
     /* font-family: "FZLTCHJW"; */
    font-family: "SourceHanSansCNBold";
}
.sidebar ul li div {
    display: none;
}
.sidebar ul li:hover div {
    display: block;
}
.sidebar ul li:nth-child(2) {
    padding-top: 14px;
}
.sidebar ul li:nth-child(2) p img {
    width: 22px;
	height: 22px;
    margin: 0 auto;
    display: block;
}
.sidebar ul li:nth-child(2) .qr {
    position: absolute;
    left: -140px;
    top: -33px;
    width: 133px;
	height: 120px;
    background: url(../img/sidebar_bg.png) center center no-repeat;
    background-size: 100%;
    padding: 2px 15px 2px 2px;
}
.sidebar ul li:last-child {
    background-color: #d9bc48;
    padding-top: 18px;
}
.sidebar ul li:last-child img {
    width: 26px;
    margin: 0 auto;
    display: block;
}




@media screen and (max-width: 1600px) {
    .header {
        width: 1400px;
    }
    .header .header-tel {
        margin-left: 30px;
    }
    .header .header-nav ul li {
        margin: 0 6px;
    }
    .banners .swiper-slide .msg {
        top: 40%;
    }
    .banners .swiper-slide .msg p {
        font-size: 66px;
    }
    .banners .swiper-slide .msg span {
        font-size: 26px;
    }
    .about-2 ul li {
        width: 23.5%;
        height: 342px;
    }
    .about-3 {
        padding-left: 80px;
    }
    .about-3 .pic {
        width: 900px;
    }
    .index-4 .thumbs-box .swiper-slide, .index-4 .tabs li {
        margin-top: 15px;
    }
}

@media screen and (max-width: 1440px) {
    .w144 {
        width: 1200px;
    }
    .header,
    .news .cpzx-nav,
    .hzlc-1 .list-hzlc ul li {
        width: 1200px;
    }
    .header-tel,
    .footer-qrcode {
        display: none;
    }
    .footer-nav ul li {
        margin: 0 38px;
    }
    .banner-nav {
        bottom: 10px;
    }
    .banners .swiper-slide .msg {
        top: 38%;
    }
    .banners .swiper-slide .msg p {
        font-size: 56px;
    }
    .banners .swiper-slide .msg span {
        font-size: 22px;
    }
    .about-1 ul li .msg {
        width: 550px;
    }
    .about-1 ul li .pic {
        width: 620px;
        height: 415px;
    }
    .about-2 ul li {
        height: 315px;
    }
    .about-3 {
        padding-left: 80px;
    }
    .about-3 .pic {
        width: 800px;
    }
    .about-5 .box ul li {
        width: 285px;
    }
    .cpzx-nav ul li {
        width: 145px;
    }
    .cpzx-nav ul li a {
        font-size: 18px;
    }
    .cpzx .list-cpzx ul li {
        width: 285px;
        margin: 40px 15px 0 0;
    }
    .cpzx .list-cpzx ul li .pic {
        height: 260px;
    }
    .gcyj .list-cpzx ul li {
        width: 390px;
    }
    .gcyj .list-cpzx ul li .pic{
        height: 230px;
    }
    .hzlc-1 .list-hzlc ul li .msg-box {
        width: 650px;
    }
    .qyzp-2 .box ul li {
        width: 386px;
        margin-right: 20px;
        padding: 30px 20px 0;
    }
    .qyzp-2 .box ul li div {
        width: 260px;
        margin-left: 10px;
    }
    .lxwm-1 ul li {
        width: 377px;
    }
    .lxwm-1 ul li .pic {
        height: 250px;
    }
    .lxwm-1 ul li .msg {
        padding: 0 5px;
    }
    .lxwm-1 ul li .msg p i {
        width: auto;
        float: none;
    }
    .lxwm-map .tabs {
        left: 140px;
    }
    .lxwm-2, .lxwm-map {
        height: 520px;
    }
    .lxwm-2 .lxwm-form {
        height: 450px;
        top: 30px;
        right: 200px;
        padding-top: 25px;
    }
    .lxwm-2 .lxwm-form form label {
        margin-top: 10px;
    }
    .lxwm-2 .lxwm-form form input[type=submit] {
        width: 200px;
        height: 50px;
        font-size: 22px;
        margin: 25px auto;
    }
    .list-news ul li .msg {
        width: 790px;
    }
    .index-6 .swiper-button-next {
        right: 353px;
    }
    .index-6 .swiper-button-prev {
        left: 353px;
    }
}