.iproducts{ position:relative; margin:5% 0;}
.iproducts .putTitle {text-align: center; margin:5% 0;}
.iproducts .putTitle .p1 {font-size: 40px;font-weight: bold;}
.iproducts .putTitle .p2 {font-size: 40px;}
.iproducts .nav{ position:absolute; right:0; top:0;max-width: 30%;text-align: left;}
.iproducts .nav a{ display:inline-block; margin-left:15px; line-height:35px;font-size:18px; border-bottom:solid 2px #fff;}
.iproducts .nav a:hover,.iproducts .nav a.on,.iproducts .nav a:first-child{ border-bottom:solid 2px var(--themaRed);}
.iproducts .box{ position:relative;}
.iproducts .item:first-child{display:flex;}
.iproducts .item{ display:flex;justify-content: space-between; position:relative; height:805px;display:none}
.iproducts .item .thumb{ position:relative; width:40%; }
.iproducts .item .thumb img{ width:100%; max-width:100%;}
.iproducts .item .thumb .p font{ display:block; text-transform:uppercase;color: #666;width: 70%; font-size:24px; font-weight:bold;}
.iproducts .item .thumb .p{ font-size:32px; position:absolute; right:-20%; top:50px;}
.iproducts .item ul{ width:48%;}
.iproducts .item ul li{ width:47.5%; display:inline-block; margin-right:0;margin-top:2.5%; text-align:center;}
.iproducts .item ul li:not(:nth-child(2n)){ margin-right:2.5%;}
.iproducts .item ul li img{ max-width:100%;box-shadow: 0px 0px 15px 0px rgba(195, 195, 195, 0.4);}
.iproducts .item ul li p{ font-size:16px; margin-top:20px;}

.subPageBanner{ height:750px;}

/*.indexHeader {
    position: relative;
}
*/

.part1 {
    max-width: 1920px;
    margin: 0 auto;
}

.part1 .swiper {
    overflow: hidden;
}
.part1 .swiper img{
	width: 100%;
	padding-top: 78px;
}
.part2 {
    padding: 90px 0;
    background: #f7f7f7;
}

.part2 .putTitle {
    text-align: center;
}

.part2 .putTitle .p1 {
    font-size: 40px;
    font-weight: bold;
}

.part2 .putTitle .p2 {
    font-size: 40px;
}

.part2 .putTitle .p3 {
    margin: 35px auto;
    line-height: 28px;
    color: #8c8c8c;
}

.part2 ul {
    display: flex;
    height: 505px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.part2 ul li {
    display: flex;
    width: calc(100% / 6);
    flex-direction: column;
    justify-content: center;
    color: white;
    text-align: center;
}

.part2 ul li:nth-child(even) {
    background-color: rgba(255, 255, 255, .3);
}

.part2 ul li p {
    font-size: 18px;
    color: white;
}

.part2 ul li p span:nth-child(1) {
    display: inline-block;
    font-size: 42px;
    line-height: 42px;
    font-weight: bold;
}

.part2 ul li p span:nth-child(2) {
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
}

.part2 ul li img {
    display: block;
    margin: 0 auto 5px;
    max-width: 46px;
}

.part4 {
    padding: 60px 0 100px;
    background-repeat: no-repeat;
    background-size: cover;
}

.part4 .putTitle {
    text-align: center;
    color: white;

}

.part4 .putTitle .p1 {
    font-size: 40px;
    font-weight: bold;
}

.part4 .putTitle .p2 {
    position: relative;
    font-size: 40px;
    font-weight: bold;
}

.part4 .putTitle .p2::after {
    content: "";
    display: block;
    width: 42px;
    height: 3px;
    margin: 25px auto 0;
    background-color: var(--themaRed);
}

.part4 ul {
    display: flex;
}

.part4 ul li {
    width: calc(100% / 6);
    height: 360px;
    padding-left: 28px;
    padding-top: 35px;
    transition: all .4s;
    color: white;
    background-color: rgba(0, 0, 0, .7);
}

.part4 ul li:not(:nth-child(6)) {
    border-right: 2px solid rgba(255, 255, 255, .1);
}

.part4 ul li > * {
    transition: all .4s;
}

.part4 ul li .p1 {
    font-size: 18px;
}

.part4 ul li .p2 {
    margin-top: 60px;
    font-size: 22px;
    font-weight: bold;
}

.part4 ul li .p2::after {
    content: "";
    display: block;
    width: 30px;
    height: 5px;
    margin: 20px auto 25px;
    margin-left: 15px;
    transition: all .4s;

    background-color: var(--themaRed);
}

.part4 ul li .p3 {
    font-size: 18px;
}

.part4 ul li:hover {
    background-color: var(--themaRed);
}

.part4 ul li:hover > * {
    color: white;
}

.part4 ul li:hover .p2::after {
    margin-left: 0;
    background-color: white;
}

.part6 {
    padding: 90px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background: #f7f7f7;
}

.part6 .putTitle {
    text-align: center;
}

.part6 .putTitle .p1 {
    font-size: 40px;
    font-weight: bold;
}

.part6 .putTitle .p2 {
    font-size: 40px;
}

.part6 ul {
    /* display: flex; */
    height: 375px;
    margin-top: 35px;
    font-size: 0;
}

.part6 ul li:not(:nth-child(4n)) {
    margin-right: 9px;
}

.part6 ul li {
    position: relative;
    width: calc((100% - 27px) / 4);
    display: inline-block;
    transition: all .4s;
    top: 50%;
    transform: translateY(-50%);
}

.part6 ul li .putImg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, .3);
}

.part6 ul li .putName {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    color: white;
    transition: all .4s;
    transform: translateY(-50%);
}

.part6 ul li .putName .p1 {
    font-size: 28px;
}

.part6 ul li .putName .p2 {
    font-size: 18px;
}

.part6 ul li:hover {
    top: 0;
    z-index: 4;
    transform: scale(1.2);
}

.part6 ul li:hover::before {
    background-color: rgba(0, 0, 0, .0);
}

.part6 ul li:hover .putName {
    position: relative;
    height: 102px;
    top: initial;
    padding-top: 20px;
    transform: translateY(0);
    background-color: var(--themaRed);
}

.part6 .maxWidth {
    display: flex;
    padding: 80px 0 0;
    align-items: center;
    justify-content: space-between;
}
.process

.part6 .maxWidth .left {

}

.part6 .maxWidth .left p {
    text-align: left;
}

.part6 .maxWidth .left .p2 span {
    height: 6px;
    width: 45px;
    margin-left: 0;
    background-color: white;
}

.part6 .maxWidth .left > img {
    margin: 45px 0;
    max-width: 400px;
}

.part6 .maxWidth .left .p3 {
    font-size: 20px;
    line-height: 30px;
}

.part6 .maxWidth .left .p3 img {
    display: inline-block;
    height: 30px;
    margin-right: 5px;
    vertical-align: sub;
}

.part6 .maxWidth .left .ask {
    display: block;
    width: 154px;
    height: 46px;
    margin-top: 30px;
    margin-left: 60px;
    text-align: center;
    line-height: 42px;
    font-size: 20px;
    border: 2px solid #ddd;
}

.part6 .maxWidth .rightNine {
    width: 802px;
}

.part6 .maxWidth .rightNine .item {
    display: inline-block;
    width: 250px;
    height: 183px;
    padding-top: 22px;
    padding-left: 30px;
    margin-bottom: 22px;
    background-color: #0060a7;
}

.part6 .maxWidth .rightNine .item:not(:nth-child(3n)) {
    margin-right: 21px;
}

.part6 .maxWidth .rightNine .item img {
    display: block;
    height: 62px;
}

.part6 .maxWidth .rightNine .item .p1 {
    margin: 36px 0 5px;
    font-size: 10px;
    color: #fff;
}

.part6 .maxWidth .rightNine .item .p2 {
    font-size: 18px;
    color: white;
}


.part7 {
    padding: 80px 0 40px;
}

.part7 .putTitle {
    text-align: center;
}

.part7 .putTitle .p1 {
    font-size: 40px;
    font-weight: bold;
}

.part7 .putTitle .p2 {
    font-size: 40px;
}

.part7 ul {
    margin-top: 60px;
    font-size: 0;
}

.part7 li {
    display: inline-block;
    width: 25%;
    vertical-align: middle;
}

.part7 li:nth-child(even) {
    background-color: #f9f9f9;
}

.part7 li a {
    display: block;
    padding: 17px 32px 90px;
    text-align: center;
}

.part7 li .putImg {
    padding-bottom: 20px;
}

.part7 li .p1 {
    margin-bottom: 20px;
    font-size: 20px;
}

.part7 li .p2 {
    line-height: 30px;
    font-size: 16px;
    color: #7a7a7a;
}

.part7 li a > img {
    display: block;
    margin: 30px auto 0;
    max-width: 38px;
}

.part8 {
    position: relative;
    height: 760px;
    background-repeat: no-repeat;
    background-size: cover;
}

.part8 .maxWidth {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 50%;
    color: white;
    transform: translate(-50%, -50%);
}

.part8 .putTitle .p1 {
    font-size: 56px;
}

.part8 .putTitle .p2 {
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 16px;
}

.part8 .putTitle .p3 {
    font-size: 18px;
}

.part8 .threeLink {
    margin-top: 65px;
}

.part8 .threeLink a {
    display: inline-block;
    margin-right: 50px;
    vertical-align: middle;
    color: white;
    font-size: 14px;
}

.part8 .threeLink a img {
    display: inline-block;
    width: 32px;
    margin-right: 12px;
    vertical-align: middle;
}

.part9 {
    padding-top: 80px;
}

.part9 .putTitle,#zixun .putTitle{
    text-align: center;
}

.part9 .putTitle .p1,#zixun .putTitle .p1{
    font-size: 40px;
    font-weight: bold;
}

.part9 .putTitle .p2,#zixun .putTitle .p2{
    font-size: 40px;
}

.part9 .card {
    display: flex;
    max-width: 1675px;
    width: 100%;
    padding: 30px 100px 30px 90px;
    margin: 100px auto 60px;
    border: 1px solid #e5e5e5;
}

.part9 .card .rightImg {
    flex: 1;
}

.part9 .card .rightImg img{ max-width:100%}

.part9 .card .left {
    margin-right: 127px;
    color: #2c2c2c;
    flex: 1;
}

.part9 .card .left .p1 {
    display:-webkit-box;
    overflow: hidden;
    font-size: 40px;
    line-height: 55px;
    
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.part9 .card .left .p2 {
    margin-top: 30px;
    font-size: 36px;
    line-height: 48px;
}

.part9 .card .left .p3 {
    display: -webkit-box;
    height: 72px;
    font-size: 20px;
    line-height: 36px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.part9 .card .left a {
    display: block;
    font-size: 20px;
    line-height: 36px;
    transition: all .4s;
    transition: all .4s;
}

.part9 .card .left a img {
    display: inline-block;
    max-width: 52px;
    margin-left: 5px;
    vertical-align: middle;
}

.part9 .card .left a:hover {
    color: var(--themaRed);
}

.part11 {
    position: relative;
    height: 860px;
    max-width: 1920px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.part11 .left {
    max-width: 845px;
    margin-left: 115px;
	padding:0 15px;
}

.part11 .left .putTitle {
    padding-top: 165px;
    margin-bottom: 45px;
    text-align: center;
}

.part11 .left .putTitle .p1 {
    font-size: 24px;
    color: white;
}

.part11 .left .putTitle .p1 span {
    display: inline-block;
    width: 42px;
    line-height: 42px;
    margin-right: 5px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--themaRed);
}

.part11 .left .putTitle .p1 span:nth-child(2) {
    margin-right: 15px;
}

.part11 .left .putTitle .p2 {
    font-size: 40px;
    line-height: 70px;
    color: white;
}

.part11 .left .putTitle .p2 span {
    display: inline-block;
    color: var(--themaRed);
    font-size: 56px;
    vertical-align: middle;
}

.part11 .putDl {
    display: flex;
    font-size: 0;
}

.part11 .putDl > dl {
    /* display: inline-block; */
    width: 50%;
    /* height: 100%; */
    padding: 35px 45px;
}

.part11 .putDl .red {
    background-color: var(--themaRed);
}

.part11 .putDl dl > div {
    display: inline-block;

}

.part11 .putDl .leftType {
    max-width: 156px;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    vertical-align: top;
}

.part11 .putDl .leftType p:nth-child(3) {
    font-size: 18px;
}

.part11 .putDl .red .leftType {
    color: white;
    line-height: 30px;
}

.part11 .putDl .red .rightList a {
    display: block;
    line-height: 37px;
    color: white;
    font-size: 15px;
}

.part11 .putDl .red .rightList a::before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 2px;
    margin-right: 5px;
    vertical-align: middle;
    background-color: white;
}

.part11 .putDl .white .rightList a {
    display: block;
    line-height: 37px;
    font-size: 15px;
    color: #727272;
}

.part11 .putDl .white .rightList a::before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 2px;
    margin-right: 5px;
    vertical-align: middle;
    background-color: #727272;
}


.part11 .putDl .leftType img {
    margin-bottom: 15px;
    height: 52px;
}

.part11 .putDl .white {
    background-color: white;
}

.part3 {
    margin-top: 90px;
    margin-bottom: 90px;
}

.part3 .putTitle {
    text-align: center;
}

.part3 .putTitle .p1 {
    font-size: 40px;
    font-weight: bold;
}

.part3 .putTitle .p2 {
    font-size: 40px;
}

.part3 .more {
    display: block;
    width: 306px;
    margin: 0 auto;
    line-height: 94px;
    text-align: center;
    color: white;
    font-size: 24px;
    border-radius: 5px;
    background-color: var(--themaRed);
}

.part3 .more img {
    display: inline-block;
    max-width: 28px;
    margin-right: 20px;
    vertical-align: middle;
}

.part3 .swiper {
    max-width: 1495px;
    margin: 100px auto 0;
    overflow: hidden;
}

.part3 .swiper-slide a {
    display: block;
	max-width:342px;
	width:100%;
    height: 100%;
    padding-bottom: 75px;
}

.part3 .swiper-slide a img {
    display: block;
    margin: 0 auto;
}

.part3 .swiper-slide a .name {
    margin-top: 40px;
    font-size: 18px;
    text-align: center;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: norwrap;
}

.part3 .putSwiper {
    position: relative;
    max-width: 1707px;
    margin: 0 auto;
}

.part3 .putSwiper .swiper-button-prev,
.part3 .putSwiper .swiper-button-next {
    width: 70px;
    height: 70px;
    box-shadow: 0 0 4px 2px #d7d7d7;
    border-radius: 50px;
}

.part3 .putSwiper .swiper-button-prev {
    left: 0;
}

.part3 .putSwiper .swiper-button-next {
    right: 0;
}

.part3 .putSwiper .swiper-button-prev::after,
.part3 .putSwiper .swiper-button-next::after {
    color: #6a537e;
    font-size: 24px;
}

.part3 .pageListSubTab a img {
    margin: 20px auto 0;
}

.part5 {
	overflow:hidden;
    max-width: 1920px;
    margin: 0 auto;
    height: 700px;
}

.part5 ul {
    max-width: 1920px;
    margin: 0 auto;
    height: 100%;
    font-size: 0;
    display: flex;
}

.part5 li {
    position: relative;
    display: inline-block;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .4s;
}

.part5 li.item,
.part5 li.all {
    min-width: 150px;
}

.part5 li.on {
    width: 100%;
    max-width: 735px;
}

.part5 .maxWidth{ height:100%;}

.part5 .all div {
    display: none;
}

.part5 .all.on div {
    display: block;
    position: absolute;
    margin-left: 100px;
    color: white;
    font-size: 20px;
    bottom: 90px;
}

.part5 .all.on div a {
    display: block;
    line-height: 45px;
    width: 180px;
    margin-top: 20px;
    text-align: center;
    color: white;
    transition: all .4s;
    font-size: 16px;
    border: 1px solid #c5bfb8;
}

.part5 .all.on div a img {
    display: inline-block;
    margin-left: 30px;
    height: 20px;
    vertical-align: middle;
}

.part5 .all.on div a:hover {
    background-color: var(--themaRed);
    border-color: var(--themaRed);
}

.part5 .item {
    position: relative;
}

.part5 .item a {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 90px;
    text-align: center;
    font-size: 16px;
    color: white;
}

.part5 .item img {
    display: block;
    width: 38px;
    margin: 0 auto 40px;
}

.part5 .item img.hover {
    display: none;
}

.part5 .item.on img.hover {
    display: block;
}

.part5 .item.on img.out {
    display: none;
}

.part10  {
    padding-top: 90px;
    padding-bottom: 150px;
    background-color: #f7f7f7;
}

.part10 .centerMain {
    max-width: 1705px;
    margin: 0 auto;
}

.part10 .swiper {
    overflow: hidden;
    border-top: 1px solid black;
}

.part10 .swiper-slide {
    width: 20%;
}

.part10 .swiper-slide a {
    display: inline-block;
    padding: 80px 50px 0;
    text-align: center;
    transition: all .4s;

}

.part10 .swiper-slide a img {
    /*filter: brightness(0);*/
}

.part10 .swiper-slide a .name {
    margin-top: 60px;
    margin-bottom: 30px;
    font-size: 30px;
}

.part10 .swiper-slide a .adr {
    font-size: 18px;
    color: #888888;
}

.part10 .swiper-slide a:hover {
    background-color: var(--themaRed);
}

.part10 .swiper-slide a:hover img {
    filter: brightness(100);
}

.part10 .swiper-slide a:hover .name {
    color: white;
}

.part10 .swiper-slide a:hover .adr {
    font-size: 0;
}

.part10 .header {
    display: flex;
    justify-content: space-between;
}

.part10 .putTitle {
    max-width: 720px;
    flex: 1;
}

.part10 .putTitle .p2 {
    padding-left: 60px;
    font-size: 36px;
    line-height: 60px;
}

.part10 .putTitle .leftM {
    font-size: 80px;
    font-weight: bold;
    color: #e8e8e8;
}

.part10 .putTitle .rightM {
    font-size: 80px;
    font-weight: bold;
    color: #e8e8e8;
    text-align: right;
}

.part10 .header .rightBtn {
    position: relative;
    width: 92px;
}

.part10 .centerMain .header .rightBtn .swiper-button-prev,
.part10 .centerMain .header .rightBtn .swiper-button-next {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #808080;
}

.part10 .centerMain .header .rightBtn .swiper-button-prev img,
.part10 .centerMain .header .rightBtn .swiper-button-next img {
    display: block;
    margin: 0 auto;
}

.part10 .centerMain .header .rightBtn .swiper-button-prev::after,
.part10 .centerMain .header .rightBtn .swiper-button-next::after {
    display: none;
}

.part10 .rightBtn .swiper-button-prev {
    left: 0;
}

.part10 .rightBtn .swiper-button-next {
    right: 0;
}

.part11 {
    margin-top: -90px;
}

.homenews { font-size: 0; width: 1200px; margin: 60px auto 0;}
.homenews .top{ height: 34px; overflow: hidden;}
.homenews .top>div{ display: inline-block; vertical-align: middle;}
.homenews .top .l_z{ width: 165px;}
.homenews .top .z_z{ background: #dcdcdc; width: 757px; height: 1px; margin: 0 18px 0 0;}
.homenews .top .r_y {margin-left: -270px;}
.homenews .top .r_y ul li{ display: inline-block; vertical-align: top; color: #fff; font-size: 16px; cursor: pointer; width: 120px; height: 34px; line-height: 34px; text-align: center; background: #a2a2a2;margin-right: 10px;}
.homenews .top .r_y ul li.on{ background: var(--themaRed);;}
.homenews .top .r_y ul li a {color: #fff;}
.homenews .bd{ margin-top: 30px; height: 461px; overflow: hidden;}
.homenews .bd ul li {display: none;}
.homenews .bd ul li .ssjs>div{ display: inline-block; vertical-align: top; height: 270px; overflow: hidden;}
.homenews .bd ul li .ssjs .pic{ width: 370px; height: 270px; overflow: hidden;}
.homenews .bd ul li .ssjs .pic img{ width: 100%; transition: all .6s ease;}
.homenews .bd ul li .ssjs .pic:hover img{ transform: scale(1.1);}
.homenews .bd ul li .ssjs .js span{ display: block; line-height: 14px; color: #b7b7b7; font-size: 14px;}
.homenews .bd ul li .ssjs .js h5{ margin: 45px 0 20px; line-height: 16px; font-size: 16px;}
.homenews .bd ul li .ssjs .js h5 a{ display: block; color: #333;}
.homenews .bd ul li .ssjs .js h5:hover a{ color: var(--themaRed);;}
.homenews .bd ul li .ssjs .js{ width: 415px; padding: 0 40px; position: relative;}
.homenews .bd ul li .ssjs .js p:hover{ text-decoration: underline;}
.homenews .bd ul li .ssjs .js p{ line-height: 26px; color: #666; font-size: 14px; text-align: justify; height: 104px; overflow: hidden;}
.homenews .bd ul li .ssjs .js:after{ content: ""; position: absolute; right: 0; top: 0; background: #dcdcdc; width: 1px; height: 270px; background: #ccc;}
.homenews .bd ul li .ssjs .js .more{ color: #fff; font-size: 14px; text-align: center; transition: all .3s ease; display: inline-block; vertical-align: top; width: 120px; height: 34px; line-height: 34px; background: var(--themaRed);; margin-top:17px;}
.homenews .bd ul li .ssjs .js .more:hover{ border-radius: 15px;}
.homenews .bd ul li .list dd a:before{ content: "-"; display: inline-block; vertical-align: top; margin: 0 10px 0 0; font-size: 14px; color: #333;}
.homenews .bd ul li .list dd a{ display: inline-block; font-size: 14px; color: #333; vertical-align: top;}
.homenews .bd ul li .list dd{ display: inline-block; vertical-align: top; width: 370px; height: 50px;line-height: 50px; overflow: hidden; border-bottom: 1px solid #dcdcdc; margin-right: 45px;}
.homenews .bd ul li .list dd:first-child,.homenews .bd ul li .list dd:first-child+dd,.homenews .bd ul li .list dd:first-child+dd+dd{ border-top: 1px solid #dcdcdc;}
.homenews .bd ul li .list{ margin: 40px 0 0;}
.homenews .bd ul li .list dd a:hover:before,.homenews .bd ul li .list dd a:hover{ color: var(--themaRed);;}
.homenews .bd ul li .list dd:nth-child(3n){ margin-right: 0;}

#zixun { margin-top:50px;}
#zixun .bottom{ margin-top:80px; position:relative}
#zixun .bottom .nav{ position:absolute; right:0; top:-70px;}
#zixun .bottom .nav a { width:130px; line-height:40px; text-align:center; background:#f9f9f9;display: inline-block;}
#zixun .bottom .nav a:hover{ background:var(--themaRed); color:#fff;}
#zixun .bottom .nav a:hover p{color:#fff;}
#zixun .bottom .nav a img{ display:none;}
#zixun .shang{ display:flex;justify-content: space-between; position:relative;}
#zixun .tit {font-size:20px;font-weight: bold;color: #333333;margin-bottom:25px;}
#zixun .shang .fl{ width:70%}
#zixun .shang .aa .tu{border: 1px solid var(--themaRed);float: left;overflow: hidden; width:50%;}
#zixun .shang .aa .tu img{width: 100%;display: block;transition:0.5s;}
#zixun .shang .aa .tu:hover img{transform: scale(1.1);}
#zixun .shang .aa .wen{float: left;color: #333333;font-size:18px; width:45%; margin-left:5%;}
#zixun .shang .aa .wen a{display: block;color: #25211e;font-weight: bold; font-size:30px; margin-bottom:25px;}
#zixun .shang .aa .wen .ri{font-size:18px;margin:15px 0;}
#zixun .shang .aa .wen .ri span{font-weight: bold;color: #25211e;font-size:30px;}
#zixun .shang .aa .wen .more{border:1px solid var(--themaRed);font-size:16px;color: var(--themaRed);text-align: center;margin: 0; width:170px; line-height:45px; font-size:18px; text-align:center}
#zixun .shang .fr .xia li{width: 100%;margin:0 auto;border-bottom:1px dashed #999;color: #999999;text-align: justify;font-size: 18px;padding-bottom:20px;margin-bottom:20px;line-height: 30px;}
#zixun .shang .fr .xia li a{color: #333333;font-weight: bold;display: block;}
#zixun .shang .fr .xia li:last-child{border-bottom: none;}
#zixun a:hover{color:var(--themaRed) !important;}
#zixun .xxia { margin-top:50px;}
#zixun .xxia .fl{width: 48%;border:1px solid #e4e4e4;background: #f9f9f9; font-size:14px;}
#zixun .xxia .fl a{ line-height:70px;border-bottom:1px solid #e4e4e4;display: block; padding:0 5%; width:90%;font-size:18px}
#zixun .xxia .fl .wen{width: 90%;margin:0 auto;color: #333333; padding:25px 0;text-align: justify;}
#zixun .xxia .fl:nth-child(2){float:right;}


@media (max-width:1024px) {
.part6 ul li:hover{transform:none !important; top:50% !important}
.part6 ul li{ width:calc((100% - 27px) / 2);transform:none !important; margin-bottom:27px;}	
.part6 ul li:not(:nth-child(2n)){ margin-right:27px !important;}
.part6 ul li:not(:nth-child(4n)){ margin-right:0}
.part6 ul li .putImg img{ width:100%;}
.part6 ul{ height:auto; overflow:hidden;}
.part6{ height:auto; padding:15% 0;}
.part11 .left{ margin:0; max-width:inherit}
}



@media (max-width:768px) {
.part1 .swiper-slide{ height:500px;}
.subPageBanner{ padding:0 !important;}
.part3 .swiper{ margin:0 auto;}
.part2 ul li p span:nth-child(1){ font-size:30px;}
.part1 .subPageBanner .ctMain{ margin-top:40%;}	
.part2 ul li{width: calc(100% / 3); float:left; height:300px;}
.part2 ul{overflow:hidden; display:block; height:auto;}
.part2 ul li p{ margin-top:15px;}
.part2{ padding-top:15%;}
.part4{ height:auto; padding:25% 0;}
.part4 ul li{ width:33.33%; float:left;}
.part4 ul li{height:300px;}
.part4 ul{ display:block; overflow:hidden;}
.part4 ul li .p2{ font-size:20px;}
.part4 ul li .p3{ font-size:16px;}
.part9 .card .left{ margin-right:0}
.part9 .card{ display:block; margin:10% 15px; padding:10% 5%; width:auto}
.part9 .card .rightImg{ margin-top:5%}
.part9{ padding-top:80px;}
.part10{ padding:10% 0 25%;}
.part10 .putTitle .p2{ font-size:24px; line-height:35px; padding-left:30px;}
.part10 .swiper-slide a{ padding:50px 15px; height:auto;}
.part10 .swiper-slide a .name{ font-size:28px; margin:30px 0 15px;}
.part11 .putDl > dl{ width:100%; padding:10% 10%;}
.part11 .putDl .leftType{ margin-right:5%;}
.part11 .putDl{ display:block}
.part11{ margin-top:-180px; height:auto; padding:10% 0 15%;}
.part5 li{ padding:50% 0; width:100%; display:block;min-width:inherit !important;}
.part5{ height:auto;}
.part5 .all div{ display:block !important}
.part5 .all.on div{ margin:0 auto; left:0; right:0; text-align:center; font-size:26px;}
.part5 .all.on div a{ font-size:20px; margin:5% auto;}
}


@media (max-width:640px) {
.part2 ul li{width: calc(100% / 2); height:200px;}
.part4 ul li,.part7 li{ width:50%;}
.part6 ul li{ width:100% !important; margin-right:0 !important; margin-bottom:5%;}
.part8 .putTitle .p1{ font-size:36px;}
.part8 .threeLink a{ margin-bottom:15px;}
.part9 .card .left .p1{ font-size:28px; line-height:35px;}
.part9 .card .left .p2{ font-size:26px;}
.part9 .card .left .p3{ font-size:18px; line-height:25px;}

}