@charset "utf-8";

/* head */
.top {
    position: fixed;
    top: 24px;
    left: 0px;
    width: 100%;
    transition: all .5s;
    z-index: 999;
}

.head {
    width: 100%;
    background-color: #f2f2f4;
    border-radius: 20px;
    position: relative;
}

.head_item {
    width: 100%;
    height: 94px;
}

.logo a img {
    height: 20px;
}

.nav_l {
    margin-left: 50px;
}

.nav_l>ul>li,
.head_r>ul>li {
    height: 94px;
    line-height: 94px;
}

.nav_l>ul>li>a {
    font-family: Alibaba-PuHuiTi-Regular;
    font-size: 16px;
    color: #a7a7a7;
    padding: 0px 24px;
    transition: all .5s;
}

.head_r>ul>li>a{
    font-family: Alibaba-PuHuiTi-Regular;
    font-size: 16px;
    padding: 0px 24px;
    color: #0a0a0a;
    transition: all .5s;
}

.nav_l>ul>li>a:hover,
.nav_l ul li.active>a,
.head_r>ul>li>a:hover,
.head_r>ul>li.active>a {
    color: #2f4e8e;
    font-family: Alibaba-PuHuiTi-Heavy;
}

.head_r>ul>li.topnav_acloud {
    background-image: linear-gradient(-90deg, 
    #166adc 0%, 
    #2f4e8e 100%);width: 150px;
	height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 18px;
}
.head_r>ul>li.topnav_acloud a {
    color: #ffffff;
    padding: 0px;
}

.ernav {
    position: absolute;
    top: 94px;
    left: 50%;
    width: 170px;
    margin-left: -85px;
    height: auto;
    background-color: #f2f2f4;
    padding: 10px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, .1);
    display: none;
}

.nav_l ul li .ernav dd,
.head_r ul li .ernav dd {
    text-align: center;
}

.nav_l ul li .ernav dd a,
.head_r ul li .ernav dd a {
    padding: 0px;
    line-height: 30px;
    font-size: 15px;
    display: block;

}

.nav_l ul li:hover .ernav,
.head_r ul li:hover .ernav {
    display: block;
}

.lang {
    margin-left: 16px;
    position: relative;
}

.lang a,.lang p {
    font-family: Montserrat-SemiBold;
    font-size: 18px;
    display: block;
    width: 100%;
    height: 100%;
    width: 80px;
    border-radius: 15px;
    border: solid 1px #d9d9d9;
    height: 32px;
    color: #000000;
    text-align: center;
    line-height: 30px;
    transition: all .5s;
}

.lang a:hover {
    background-color: #2f4e8e;
    color: #ffffff;
    border-color: #2f4e8e;
}
.erlang {
    position: absolute;
    top: -30px;
    left: 0px;
    width: 100%;
    height: auto;
    padding: 0px 5px ;
    background-color: #ffffff;
    text-align: center;
    display: none;
}
.erlang a {
    border: 0px;
    width: 100%;
    margin-top: 4px;
    border-radius: 0px;
    height: auto;
    line-height: 26px;
    font-size: 16px;
}
.lang:hover .erlang {
    display: block;
}


.top.tophide {
    top: -100px;
}
.top.fixednav .head {
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, .2); */
}

/* banner */
.banner {
    width: 100%;
    position: relative;
}

.bannerimg {
    width: 100%;
}

.bannerdesc {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.bannerdesc h3 {
    font-family: Alibaba-PuHuiTi-Heavy;
    font-size: 77px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: left;
    margin-bottom: 80px;
}

.bannerbot {
    width: 100%;
    height: 60px;
    background-color: #f2f2f4;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 2;
    border-radius: 50px 50px 0px 0px;
}
.bannervideo {
    position: absolute;
    top: 0px;
    left: 15%;
    background-color: rgba(0, 0, 0, 0);
    width: 70%;
    height: 100%;
    margin: 0 auto;
    z-index: 1;
    justify-content: center;
    flex-direction: column;
}
.bannervideo img {
    width: 100px;
    cursor: pointer;
    height: 100px;
    object-fit: contain;
}
.banner .swiper-button-next {
    right: 5%;
}
.banner .swiper-button-prev  {
    left: 5%;
}
.banner .swiper-button-next, .banner .swiper-button-prev {
    width: 60px;
    height:60px;
    border-radius: 50%;
    border: 1px solid #e3e3e3;
}
.banner .swiper-button-next:after, .banner .swiper-button-prev:after {
    font-size: 20px;
    color: #e3e3e3;
    font-weight: bold;
}
.banner .swiper-button-next:hover ,.banner .swiper-button-prev:hover {
    background-color: #2f4e8e;
    border-color: #2f4e8e;
}
.banner .swiper-button-next:hover:after,.banner .swiper-button-prev:hover:after {
    color: #ffffff;
}

/* 推动光伏电站 */
.idx_push {
    width: 100%;
    padding: 60px 0px 100px;
    background-color: #f2f2f4;
}

.idxpush_l h3 {
    font-family: Alibaba-PuHuiTi-Heavy;
    font-size: 50px;
    letter-spacing: 1px;
    color: #232323;
}

.idxpush_l h3 span {
    font-family: Alibaba-PuHuiTi-Heavy;
    font-size: 50px;
    letter-spacing: 1px;
    color: #2f4e8e;
}

.idxpush_l h4 {
    font-family: Alibaba-PuHuiTi-Regular;
    font-size: 18px;
    letter-spacing: 1px;
    color: #a5a5a5;
    padding-top: 10px;
}

.idxpush_m {
    width: 600px;
}

.idxpush_m p,.idxpush_m {
    font-family: Alibaba-PuHuiTi-Regular;
    font-size: 14px;
    line-height: 24px;
    color: #a5a5a5;
}


.idxpush_num {
    margin-bottom: 25px;
}
.idxpush_num .numCount ul::before,.idxpush_num .numCount ul::after {
    display: none;
}
.idxpush_num .numCount ul {
    align-items: flex-start;
}
.idxpush_num .numCount ul li {
    width: 25%;
}
.idxpush_num .numCount .numCX {
    font-family: Alibaba-PuHuiTi-Heavy;
	font-size: 51px;
	font-weight: bold;
	color: #2f4e8e;
}
.idxpush_num .numCount .unitC {
    font-family: Alibaba-PuHuiTi-Regular;
    font-size: 34px;
	color: #2f4e8e;
    font-weight: lighter;
}
.idxpush_num .numCount .unitC i {
    font-family: Alibaba-PuHuiTi-Heavy;
	font-size: 51px;
    font-style: normal;
	color: #2f4e8e;
}
.indc {
    font-family: Alibaba-PuHuiTi-Regular;
	font-size: 16px;
	color: #000000;
    font-weight: bold;
    margin-top: 5px;
}

.idxpush_rdesc {
    font-family: Alibaba-PuHuiTi-Regular;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
}

.idxpush_rbtn {
    width: 28px;
    height: 50px;
    margin-left: 30px;
    border-radius: 13px;
    border: solid 1px #323233;
    transition: all .5s;
}

.idxpush_rbtn a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.idxpush_rbtn a img {
    height: 14px;
    object-fit: contain;
    position: absolute;
    top: 0px;
    left: 9px;
    animation: jtmove 3s linear infinite;
    cursor: pointer;
}

.idxpush_rbtn:hover {
    background-color: #323233;
}

.idxpush_rbtn:hover a img {
    filter: brightness(100%) grayscale(100%) invert(1);
}

.idxpush_rdesc:hover {
    color: #2f4e8e;
}

.idx_why {
    width: 100%;
    background-color: #f2f2f4;
    padding: 80px 0px 190px;
}

.idxwhy_name h3 {
    font-family: Alibaba-PuHuiTi-Heavy;
    font-size: 50px;
    margin-bottom: 60px;
    color: #323233;
}

.idxwhy_item {
    width: 100%;
    align-items: flex-start;
}

.idxwhy_l {
    width: 541px;
    height: 300px;
    border-radius: 28px;
}

.idxvideo,.idxwhy_limg  {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 28px;
}

.idxwhy_r {
    width: 100%;
}

.slideTxtBox {
    width: 100%;
    text-align: left;
}

.slideTxtBox .hd {
    position: relative;
}

.slideTxtBox .hd ul {
    width: 52%;
    left:47%;
    position: absolute;
}

.slideTxtBox .hd ul li {
    float: left;
    cursor: pointer;
    position: relative;
    font-family: Alibaba-PuHuiTi-Heavy;
    padding-bottom: 15px;
    font-size: 26px;
    color: #a6a6a6;
    margin-right: 60px;
}

.slideTxtBox .hd ul li .whyline {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 32px;
    height: 8px;
    background-color: #2f4e8e;
    border-radius: 4px;
    opacity: 0;
}

.slideTxtBox .hd ul li.on {
    font-family: Alibaba-PuHuiTi-Heavy;
    color: #323233;
}

.slideTxtBox .hd ul li.on .whyline {
    opacity: 1;
    animation: runline .5s linear;
}

.slideTxtBox .bd ul {
    zoom: 1;
    padding-top: 80px;
    width: 52%;
    margin-left: 47%;
}

.slideTxtBox .bd ul .tongdian p,.tongdian {
    font-family: Alibaba-PuHuiTi-Regular;
	font-size: 16px;
	line-height: 24px;
	color: #323233;
}
.idxwhyvideo {
    position: absolute;
    left: 0px;
    top: 0px;
}

.idx_fdz {
    padding: 90px 0px 120px;
    background-color: #f2f2f4;
    width: 100%;
}
.idxfdz_l {
    width: 760px;
	height: 392px;
	background-color: #ececee;
	border-radius: 32px;
    padding: 55px 50px;
    position: relative;
}
.idxfdz_ltop {
    align-items: flex-start;
}
.idxfdz_l {
    position: relative;
}
.idxfdz_l h3 {
    font-family: Alibaba-PuHuiTi-Heavy;
	font-size: 42px;
	color: #323233;
}
.idxfdz_l h3 p {
    font-family:  Alibaba-PuHuiTi-Heavy;
	font-size: 42px;
    margin-top: 7px;
	color: #2f4e8e;
}
.idxfdz_ltop a {
    font-family: Alibaba-PuHuiTi-Regular;
	font-size: 20px;
	color: #323233;
    display: block;
    width: 90px;
	height: 34px;
	border-radius: 17px;
	border: solid 1px #ababab;
    text-align: center;
    transition: all .5s;
}
.idxfdz_ltop a:hover {
    background-color: #000000;
    color: #ffffff;
}
.idxfdz_llist {
    margin-top: 30px;
}
.idxfdz_llist ul li {
    font-family: Alibaba-PuHuiTi-Regular;
	font-size: 16px;
	color: #8b8b8b;
    background: url(../images/idxfdz_llico.png) no-repeat left center;
    background-size: 4px;
    padding-left: 12px;
    margin-bottom: 10px;
    cursor: default;
    transition: all .5s;
}
.idxfdz_llist ul li:hover {
    margin-left: 5px;
}
.idxfdz_pic {
    position: absolute;
    right: -20px;
    bottom: -20px;
}
.idxfdz_pic img {
    width:400px;
}


.idxpros {
    background-color: #ececee;
    padding: 115px 0px;
}
.idxpro_top {
    margin-bottom: 80px;
}
.idxpro_name h3 {
    font-family: Alibaba-PuHuiTi-Heavy;
	font-size: 50px;
	color: #323233;
}
.idxpro_btn a {
    width: 166px;
	height: 54px;
    display: block;
	background-color: #000000;
	border-radius: 27px;
    font-family: Alibaba-PuHuiTi-Heavy;
	font-size: 18px;
	color: #ffffff;
    line-height: 52px;
    text-align: center;
    transition: all .5s;
}
.idxpro_btn a:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .6);
}
.idxpro_bot ul li {
    padding: 55px 45px 40px;
    width: 17%;
    background-color: #e8e8e8;
}
.idxpro_botname {
    border-bottom: solid 1px #d7d7d7;
    padding-bottom: 30px;
}
.idxpro_botname h2 {
    font-family: Alibaba-PuHuiTi-Heavy;
	font-size: 20px;
	color: #323233;
}
.idxpro_botlist dl {
    padding-top: 40px;
    text-align: center;
}
.idxpro_botlist dl dt img {
    width: 100%;
    height: 155px;
    object-fit: contain;
}
.idxpro_botlist dd h3 {
    font-family: Alibaba-PuHuiTi-Regular;
	font-size: 18px;
    font-weight: bold;
	color: #2f4e8e;
    margin: 35px 0px 15px;
}
.idxpro_botlist dd h4 {
    font-family: Alibaba-PuHuiTi-Regular;
	font-size: 16px;
    height: 35px;
	color: #323233;
}
.idxpro_bot ul li .idxpro_botlist dl:hover dt img {
    transform: scale(1.1);
}
.idxpro_bot ul li:first-child {
    width: 44%;
}
.idxpro_bot ul li:first-child .idxpro_botlist dl {
    width: 30%;
}








.idx_max {
    padding: 160px 0px;
    background-color: #ececee;
}
.idxmax_item {
    width: 100%;
    height: 414px;
    background: url(../images/idx_maxbg.png) no-repeat center ;
    background-size: cover;
    padding-top: 173px;
}
.idxmax_gsq {
    width: 100%;
    height: 317px;
	background-color: #252525;
	border-radius: 24px;
    padding: 50px 90px;
    align-items:flex-start;
}
.idxmax_gsq_l {
    align-items: flex-end;
}
.idxmax_gsq_l h4 {
    font-family: Alibaba-PuHuiTi-Heavy;

	font-size: 40px;
	color: #ffffff;
    margin-bottom: 60px;
}
.idxmax_gsq_ll h5 {
    font-family: Alibaba-PuHuiTi-Heavy;
	font-size: 24px;
	color: #ffffff;
    margin-bottom: 20px;
    padding-left: 26px;
}
.idxmax_gsq_llinput {
    width: 325px;
	height: 65px;
	background-color: #373737;
	border-radius: 12px;
    padding: 0px 30px;
}
.idxmax_gsq_llinput input {
    width: 70%;
    height: 100%;
    font-family: Alibaba-PuHuiTi-Regular;
	font-size: 30px;
	color: #ffffff;
}
.idxmax_gsq_llinput p {
    font-family: Alibaba-PuHuiTi-Regular;
	font-size: 30px;
	color: #8e8e8e;
}
.idxmax_gsq_l ul {
    justify-content: flex-start;
}
.idxmax_gsq_l ul li {
    margin-left: 30px;
}
.idxmax_gsq_l ul li:first-child {
    margin-left: 0px;
}
.idxmax_right dl {
    margin-left: 60px;
}
.idxmax_right dl dd {
    width: 114px;
	height: 47px;
	border-radius: 23px;
	border: solid 1px #7c7c7c;
    font-family: Alibaba-PuHuiTi-Regular;
	font-size: 20px;
	color: #ffffff;
    text-align: center;
    line-height: 45px;
    margin-top: 15px;
    cursor: pointer;
}
.idxmax_right dl dd:hover,.idxmax_right dl dd.active  {
    border-color: #2f4e8e;
    color: #2f4e8e;
}
.idxmax_gsq_r ul li {
    margin-bottom: 22px;
}
.idxmax_gsq_r ul li h3 {
    font-family: Alibaba-PuHuiTi-Heavy;
	font-size: 20px;
	color: #ffffff;
}
.idxmax_gsq_r ul li p {
    font-family: Alibaba-PuHuiTi-Heavy;
	font-size: 60px;
	color: #7c7c7c;
}
.idxmax_gsq_r ul li p span {
    font-family: Montserrat-Bold;
	font-size: 30px;
	color: #7c7c7c;
    margin-left: 28px;
}
.idxmax_gsq_r ul li:nth-child(2) p,.idxmax_gsq_r ul li:nth-child(2) p span  {
    color: #2f4e8e;
}
.idx_case {
    padding: 60px 0px ;
    background-color: #f2f2f4;
}

.idxcase_item {
    position: relative;
}
.idxcaseswiper .swiper-slide {
    background: none;
}
.idxcaseswiper .swiper-slide a {
    display: block;
    width: 100%;
    height: 550px;
    position: relative;
}
.idxcase_img {
    width: 100%;
    height: 265px;
	border-radius: 30px 30px 0px 0px;
    overflow: hidden;
}
.idxcase_img img.idxcase_imgpic {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px 30px 0px 0px;
}
.idxcase_imgtop {
    position: absolute;
    top: 0px;
    left: 0px;
    /* width: 110px; */
	height: 41px;
    justify-content: flex-start;
	background-color: #010100;
	border-radius: 30px 0px 30px 0px;
    padding: 0px 22px;
    transition: all .5s;
}
.idxcase_imgtop img {
    width: 11px;
	height: 13px;
    margin-right: 15px;
    object-fit: contain;
}
.idxcase_imgtop span {
    font-family:  Alibaba-PuHuiTi-Regular;
	font-size: 14px;
    font-weight: bold;
	color: #ffffff;
}
.idxcase_imgtop:hover {
    padding:0px 32px;
}
.idxcase_desc {
    width: 100%;
	height: 165px;
	background-color: #ececee;
	border-radius: 0px 0px 30px 30px;
    padding: 40px ;
    text-align: left;
}
.idxcase_desc h3 {
    font-family:  Alibaba-PuHuiTi-Heavy;
	font-size: 18px;
	color: #323233;
    margin-bottom: 15px;
}
.idxcase_desc p {
    font-family: Alibaba-PuHuiTi-Regular;
font-weight:lighter;
	font-size: 14px;
	line-height: 20px;
    width: 80%;
	color: #898989;
}
.idxcase_more {
    position: absolute;
    top: 230px;
    right: 60px;
    width: 69px;
	height: 69px;
    border-radius: 50%;
	background-color: #2f4e8e;
    justify-content: center;
    flex-direction: column;
    transition: all .5s;
}
.idxcase_more p {
    font-family: Alibaba-PuHuiTi-Heavy;

	font-size: 14px;
	color: #ffffff;
}
.idxcase_more:hover {
    right: 50px;
}
.idxcase_desc:hover h3 {
    color: #2f4e8e;
}
.idxcase_desc:hover p {
    color: #474747;
}
.idxcase_img:hover img.idxcase_imgpic {
    transform: scale(1.05);
}
.idxcasenext {
    right: 5%;
}
.idxcaseprev {
    left: 5%;
}
.idxcasenext, .idxcaseprev {
    z-index: 3;
}
.idxcasenext:after, .idxcaseprev:after{
    color:  #9b9b9b;
    font-size: 24px;
    font-weight: bold;
}
.idxcasenext:hover:after, .idxcaseprev:hover:after {
    color: #2f4e8e;
}
.idxcase_zhezao {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 430px;
    z-index: 2;
}
.idxcase_zhezao img {
    height: 100%;
}
.idxcase_zhezao_r {
    right: 0px;
    left: unset;
}
.idxcase_date {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    text-align: center;
}
.pulse {
    width: 18px;
    height: 18px;
    background-color: #010100;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
  }
  
  .hisring {
    position: absolute;
    background-color: inherit;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    opacity: 0.3;
    animation: pulsing 2s infinite;
  }
  
  .hisring:nth-of-type(1) {
    animation-delay: -0.5s;
  }
  
  .hisring:nth-of-type(2) {
    animation-delay: -1s;
  }
  
  @keyframes pulsing {
    100% {
      transform: scale(2);
      opacity: 0;
    }
  }
.idxcase_date p {
    font-family: Alibaba-PuHuiTi-Regular;
	font-size: 18px;
	color: #9e9f9e;
    margin-top: 20px;
}
.idxcase_line {
    width: 100%;
    position: absolute;
    bottom: 45px;
    left: 0px;
    text-align: center;
}

.idx_form {
    padding: 138px 0px 168px;
    background-color: #ececee;
}
.idxform_item {
    align-items: flex-start;
}
.idxform_item_l {
    width: 56.5%;
	background-color: #f2f2f4;
	border-radius: 30px;
    padding: 55px 80px;
}
.idxform_input {
    width: 49%;
    height: 69px;
	background-color: #f5f6f6;
	border-radius: 14px;
    margin-bottom: 20px;
}
.idxform_input input {
    font-family: Alibaba-PuHuiTi-Regular;
	font-size: 18px;
    width: 100%;
    height: 100%;
    padding: 0px 30px;
	color: #8d8d8d;
}
.idxform_input input::placeholder {
    font-family: Alibaba-PuHuiTi-Regular;
	font-size: 18px;
	color: #8d8d8d;
}



.idxform_code {
    width: 60%;
    margin-top: 15px;
}
.idxform_code input{
    width: 50%;
}
.idxform_code img {
    margin-right: 30px;
    height: 80%;
    width: 30%;
    object-fit: contain;
}





.idxform_check {
    width: 100%;
	background-color: #f5f6f6;
	border-radius: 14px;
    padding: 30px;
    justify-content: flex-start;
}
.idxform_check h4 {
    font-family: Alibaba-PuHuiTi-Regular;
	font-size: 20px;
	color: #2d2d2d;
    width: 100%;
    margin-bottom: 20px;
}
.idxform_check label {
    margin-bottom: 0px;
}
.idxform_check label.idxform_clable1 {
    margin-left: 0px;
}
.idxform_check label span {
    font-family: Alibaba-PuHuiTi-Regular;
	font-size: 18px;
	color: #2d2d2d;
    margin-left: 5px;
}
.idxform_check ul {
    width: 100%;
    /* justify-content: flex-start; */
}
.idxform_check ul li {
    justify-content: flex-start;
    /* margin-left: 130px; */
}
.idxform_check ul li:first-child {
    /* margin-left: 0px; */
}
.idxform_check ul li input[type="checkbox"] + label::before {
    content: "\a0"; /*不换行空格*/
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    margin: 0;
    width: 16px;
    height: 16px;
    margin-right: .4em;
    border: 1px solid #aeaeae;
    text-indent: .15em;
    line-height: 1; 
}
  .idxform_check ul li input[type="checkbox"]:checked + label::before {
    background-color: #2f4e8e;
    background-clip: content-box;
    padding: 3px;
}
  .idxform_check ul li input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
  .idxform_check ul li input[type="checkbox"]:checked {
    display: none;
  }
  /* 选中状态 */
  .idxform_check ul li input[type="checkbox"]:checked + label img {
    display: block;
  }
.idxform_text {
    width: 100%;
    margin-top: 20px;
}
.idxform_text textarea {
    width: 100%;
	height: 118px;
	background-color: #f5f6f6;
	border-radius: 14px;
	color: #8d8d8d;
    border: 0px;
    font-size: 18px;
    padding:20px 30px;
}
.idxform_text textarea::placeholder {
    font-family: Alibaba-PuHuiTi-Regular;
	font-size: 18px;
	color: #8d8d8d;
}
.idxform_btn {
    font-family:  Alibaba-PuHuiTi-Regular;
	font-size: 18px;
	color: #ffffff;
    width: 190px;
	height: 45px;
	background-color: #2d2d2d;
	border-radius: 23px;
    text-align: center;
    border: 0px;
    /* margin-top: 30px; */
    transition: all .5s;
}
.idxform_btn:hover {
    letter-spacing: 2px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
}
.idxform_item_r {
    width: 41.5%;
    height: 660px;
    padding: 60px 53px;
    background: url(../images/idxform_item_rbg.png) no-repeat center;
    background-size: cover;
	background-color: #f2f2f4;
	border-radius: 30px;
}
.idxform_item_r ul li {
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 50px;
}
.idxform_item_r ul li h4 {
    font-family: Alibaba-PuHuiTi-Regular;
	font-size: 18px;
	color: #a7a7a7;
    margin-bottom: 20px;
}
.idxform_item_r ul li p {
    font-family: Alibaba-PuHuiTi-Regular;
	font-size: 18px;
	line-height: 30px;
	color: #2d2d2d;
}
.idxcontact_r {
    margin-left: 100px;
}
.idxcontact_rico {
    padding-left: 10px;
}
.idxcontact_r a {
    margin-right: 25px;
    position: relative;
}
.idxcont_rico {
    height: 22px;
}
.idxcont_ricowx {
    position: absolute;
    top: 22px;
    left: 0px;
    width: 120px;
    height: auto;
    padding-top: 10px;
    display: none;
}
.idxcont_ricowx img {
    width: 100%;
}
.idxcontact_r a.idxcont_rwx:hover .idxcont_ricowx {
    display: block;
}

.foot {
    background-color: #ececee;
    width: 100%;
}
.foot_item {
    border-top: 1px solid #e3e3e3;
    padding: 90px 0px;
    align-items: flex-start;
}
.footlogo a img {
    width: 134px;
}
.footcnnav {
    margin-top:65px;
}
.footcnnav li {
    margin-top: 15px;
}
.footcnnav li a {
    font-family: Alibaba-PuHuiTi-Regular;
	font-size: 14px;
	color: #a1a1a1;
}
.footcnnav li a:hover {
    color: #2f4e8e;
}
.foot_item_m ul {
    justify-content: center;
    align-items: flex-start;
}
.foot_item_m ul li {
    text-align: center;
}
.foot_item_m ul li>a {
    font-family: Alibaba-PuHuiTi-Heavy;

	font-size: 16px;
	color: #272727;
    text-align: center;
}
.foot_item_m ul li a:hover {
    color: #2f4e8e;
}
.foot_item_m ul li dl {
    margin-top:25px ;
}
.foot_item_m ul li dl dt {
    padding-bottom: 20px;
}
.foot_item_m ul li dl dt a {
    font-family: Alibaba-PuHuiTi-Regular;
	font-size: 14px;
    font-weight: normal;
	color: #9b9b9b;
    padding:0px 40px ;
}
.footm_btn a {
    font-family: Alibaba-PuHuiTi-Regular;
	font-size: 16px;
	color: #3d3d3d;
    width: 160px;
	height: 42px;
    line-height: 40px;
	border-radius: 21px;
    text-align: center;
    display: block;
	border: solid 1px #bebebe;
    margin: 135px auto 21px;
}
.footm_btn a:hover {
    color: #ffffff;
    background-color: #2f4e8e;
    border: solid 1px #2f4e8e;
}
.footm_desc a {
    font-family: Alibaba-PuHuiTi-Regular;
	font-size: 18px;
    display: block;
	color: #2d2d2d;
    text-align: center;
}
.footr_top h4 {
    font-family: Alibaba-PuHuiTi-Regular;
	font-size: 18px;
	color: #a7a7a7;
    text-align: right;
    margin-bottom: 20px;
}
.footr_top ul li {	
    width: 47px;
	height: 47px;
    background-color: #ffffff;
	border-radius: 10px;
    margin-left: 10px;
}
.footr_top ul li a img.footr_topico {
    height: 22px;
}
.footr_top ul li a {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
}
.footr_top ul li a.footr_topicowx:hover .idxcont_ricowx {
    display: block;
}
.footr_top ul li a.footr_topicowx .idxcont_ricowx {
    padding-top: 35px;
}
.footr_bot {
    text-align: right;
    margin-top: 100px;
}
.footr_bot p {
    font-family: Montserrat-Medium;
	font-size: 18px;
	color: #a1a1a1;
}
.footr_bot p a,.footr_bot p span {
    font-family: Montserrat-Medium;
	font-size: 14px;
	color: #a1a1a1;
}

#back-to-top {
    position: fixed;
    bottom: 5%;
    right: 1%;
    display: none;
}
#back-to-top  a img {
    transform: rotate(180deg);
}


.wapnavico,.wapnavico_c {
    height: 20px;
}

.wapnavitem {
    padding: 0px 15px ;
    background-color: #f2f2f4;
    position: absolute;
    top: 60px ;
    left: 0px;
    width: 100%;
    z-index: 999;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, .1);
    display: none;
}
.wapnavitem ul li {
    padding:13px 10px;
    position: relative;
    border-top: 1px solid #bebebe;
}
.wapnavitem ul li a {
    font-family: Alibaba-PuHuiTi-Regular;
    font-size: 16px;
    width: 80%;
    color: #a7a7a7;
}
.wapnavitem ul li:first-child {
    border-top:0px ;
}
.wapnavitem ul li span {
    font-family: Alibaba-PuHuiTi-Regular;
    width: 20%;
    text-align: right;
}
.wapnavitem ul li span i {
    font-style: normal;
}
.wapnav_jian {
    display: none;
}
.erwapnav {
    width: 100%;
    padding: 5px 5px 0px ;
    display: none;
}
.erwapnav dd {
    padding: 10px 5px 0px;
}
.wapnavitem ul li .erwapnav dd a {
    font-size: 15px;
}
.wapnavico_c,.wapnavico.active,.wapnav_jia.active {
    display: none;
}
.wapnavico_c.active,.wapnav_jian.active {
    display: block;
}


.neiyebg {
    background-color: #f2f2f4;
}
.neitop {
    height: 93px;
}
.neit_nav ul li {
    padding: 0px 58px;
}
.neit_nav ul li a {
    font-family: Montserrat-Medium;
	font-size: 18px;
	color: #a7a7a7;
}
.neit_nav ul li.active a,.neit_nav ul li:hover a {
    color: #2f4e8e;
}

.product_item,.prodowns {
    margin-top: 170px;
}

.product_item_top {
    text-align: center;
}
.product_item_top h2 {
    font-family: Alibaba-PuHuiTi-Heavy;
	font-size: 50px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #232323;
}
.product_item_top a {
    display: block;
    width: 190px;
	height: 40px;
    line-height: 40px;
    margin: 30px auto 60px;
	border: solid 1px #232323; 
}

.prodowns_item {
    align-items: flex-start;
}
.prodowns_item_l ul li {
    margin-bottom: 55px;
}
.prodowns_item_l ul li a {
    font-family: Alibaba-PuHuiTi-Heavy;
	font-size: 30px;
    transition: all .5s;
	color: #9c9c9c;
}
.prodowns_item_l ul li.active a,.prodowns_item_l ul li:hover a {
    font-family: Alibaba-PuHuiTi-Heavy;
	font-size: 50px;
	color: #0d0d0d;
} 
.prodowns_item_r {
    width: 67.5%;
    margin-bottom: 50px;
}
.prodowns_item_r ul li {
    align-items: flex-start;
    margin-bottom: 30px;
}
.prodowns_rl h3 {
    font-family: Alibaba-PuHuiTi-Heavy;
	font-size: 20px;
    margin-top: 20px;
	color: #0d0d0d;
}
.prodowns_rr {
    width: 75%;
}
.prodowns_rr a {
    height: 70px;
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
    padding: 0px 100px 0px 30px;
}
.prodowns_rr a p {
    font-family: Alibaba-PuHuiTi-Regular;
	font-size: 16px;
	letter-spacing: 1px;
	color: #0d0d0d;
}
.downicoimg {
    width: 33px;
	height: 33px;
	border-radius: 6px;
	border: solid 1px #d9d9d9;
    flex-direction: column;
    justify-content: center;
    transition: all .5s;
}
.downicoimg img {
    height: 14px;
}
.prodowns_rr a:hover p {
    color: #2f4e8e;
}
.prodowns_rr a:hover .downicoimg {
    background-color: #2f4e8e;
}
.prodowns_rr a:hover .downicoimg img {
    filter: brightness(10%) grayscale(10%) invert(1);
}


.abt_top {
    background: url(../images/abouttopbg.jpg) no-repeat right top;
    background-size: cover;
    /* background-attachment: fixed; */
    padding: 170px 0px;
}
.abt_top_name h1 {
    font-family:  Alibaba-PuHuiTi-Heavy;
	font-size: 50px;
	color: #232323;
    margin: 60px 0px 26px;
}
.abt_top_name p {
    font-family: Alibaba-PuHuiTi-Regular;
    font-weight: bold;
	font-size: 20px;
	color: #b1b1b1;
}
.abt_top_item {
    width: 100%;
    height: 386px;
    background: url(../images/abt_top_itembg.png) no-repeat center;
    background-size: cover;
    margin-top: 100px;
    padding: 0px 100px ;
}
.abt_top_desc {
    width: 567px;
}
.abt_top_desc h3 {
    font-family: Alibaba-PuHuiTi-Heavy;
	font-size: 30px;
    margin: 120px 0px 40px;
    width: 80%;
	color: #333333;
}
.abt_top_desc p {
	font-family: Alibaba-PuHuiTi-Regular;
	font-size: 14px;
	line-height: 24px;
	color: #a5a5a5;
}
.abt_three {
    padding:100px 0px 220px;
}
.abt_three_desc {
   
}
.abt_three_desc h2 {
    font-family:  Alibaba-PuHuiTi-Heavy;
	font-size: 50px;
	color: #141414;
    margin-bottom: 35px;
}
.abt_three_desc h2 span {
    font-family:  Alibaba-PuHuiTi-Heavy;
	font-size: 50px;
	color: #2f4e8e;
}
.abt_three_desc p {
    font-family: Alibaba-PuHuiTi-Regular;
	font-size: 14px;
    line-height: 34px;
	color: #a5a5a5;
}
.abt_three_img img {
    height: 420px;
}
.abt_cj {
    margin-bottom: 120px;
}
.abt_cjitem {
    width: 100%;
    height: 668px;
    position: relative;
	background-color: #182030;
}
.abtcj_img {
    position: absolute;
    left: 128px;
    bottom: -220px;
    width: 470px;
}
.abt_cjitem_r {
    width: 60%;
    padding: 120px 155px 0px;
}
.abt_cjname h3 {
    font-family: Alibaba-PuHuiTi-Heavy;
	font-size: 50px;
	letter-spacing: 6px;
	color: #ffffff;
    margin-bottom: 10px;
}
.abt_cjname p {
    font-family:  Alibaba-PuHuiTi-Regular;
	font-size: 20px;
	letter-spacing: 1px;
	color: #2f4e8e;
}
.abtcjlist {
    margin: 40px 0px 52px;
}
.abtcjlist p {
    background: url(../images/abt_cjico.png) no-repeat left center;
    font-family: Alibaba-PuHuiTi-Heavy;
	font-size: 20px;
	color: #ffffff;
    line-height: 38px;
    padding-left: 25px;
}
.abtcj_desc ul {
    align-items: flex-start;
}
.abtcj_desc ul li {
    width: 46%;
}
.abtcj_desc ul li p {
    font-family: Alibaba-PuHuiTi-Regular;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #8795af;
}
.abtcj_desc ul li:first-child {
    width: 47%;
}

.abt_list {
    padding-bottom: 50px;
}
.abt_list_item ul li {
    margin-bottom: 200px;
}
.abt_liimg {
    width: 714px;
    height: 518px;
    overflow: hidden;
} 
.abt_liimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.abt_lidesc h3 {
	font-family:Alibaba-PuHuiTi-Heavy;
	font-size: 50px;
	color: #141414;
    margin-bottom: 40px;
}
.abt_lidesc h3 span {
    font-family:Alibaba-PuHuiTi-Heavy;
	font-size: 50px;
	color: #2f4e8e;
}
.abt_lidesc p {
    font-family: Alibaba-PuHuiTi-Regular;
	font-size: 14px;
	color: #a5a5a5;
}


.prodetail {
    margin: 160px 0px 100px;
}
.prode_nav {
    width: 100%;
    height: 56px;
    padding: 0px 25px;
    margin-bottom: 33px;
	background-color: #181818;
    transition: all .5s;
}
.prode_nav.pronavfix {
    transition: all .5s;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 3;
}
.prodenav_l {
    justify-content: flex-start;
    transition: all .5s;
}
.prodenav_l img {
    width: 8px;
    filter: brightness(10%) grayscale(10%) invert(1);
}
.prodenav_l p {
    font-family: Alibaba-PuHuiTi-Regular;
	font-size: 16px;
	color: #ffffff;
    margin-left: 25px;
}
.prodenav_l:hover {
    padding-left: 10px;
}
.prodenav_r ul {
    justify-content: flex-end;
}
.prodenav_r ul li {
    padding-right: 30px;
}
.prodenav_r ul li a {
    font-family: Alibaba-PuHuiTi-Regular;
	font-size: 14px;
	color: #ffffff;
}
.prodenav_r ul li:last-child {
    padding-left: 30px;
    border-left: 1px solid #ffffff;
}
.prode_con {
	height: 710px;
}
.prode_con_l {
    width: 50%;
	height: 100%;
	background-color: #ececee;
	border-radius: 30px 0px 0px 0px;
    position: relative;
}
.prode_con_r {
    width: 50%;
    height: 100%;
    padding: 130px 70px 0px 110px;
	background-color: #f9f9f9;
	border-radius: 0px 30px 0px 0px;
}
.prode_con_b {
    width: 100%;
    height: 370px;
    padding:90px 110px;
	background-color: #fbfbfb;
	border-radius: 0px 0px 30px 30px;
}
.prode_con_l .gallery-top {
    height: 100%;
    width: 100%;
  }
  .prode_con_l .gallery-thumbs {
    position: absolute;
    right: 0px;
    bottom: 0px;
    box-sizing: border-box;
    display: block;
    width: 74px;
    height: 35%;
    padding-bottom: 2px;
  }
 
  .prode_con_l .gallery-thumbs .swiper-slide {
    height: 74px;
    width: 100%;
    background-color: #f4f4f4;
    opacity: 1;
    border: solid 1px #f4f4f4;
  }
  .prode_con_l .gallery-thumbs .swiper-slide-thumb-active {
    border: solid 1px #2f4e8e;
  }
  .prode_con_l .swiper-slide {
      background: none;
  }
  .prode_con_l .gallery-thumbs  .swiper-slide img {
      max-height: 80%;
      max-width: 80%;
      object-fit: contain;
  }
  .prode_con_l .gallery-top  .swiper-slide img {
    height: 80%;
    object-fit: contain;
}
.proimgsnext:after,.proimgsprev:after {
    color: #2f4e8e;
    font-size: 30px;
}
.prode_con_r_t h1 {
    font-family: Alibaba-PuHuiTi-Heavy;
	font-size: 24px;
	letter-spacing: 1px;
	color: #232323;
}
.prode_con_r_t h3 {
    font-family: Alibaba-PuHuiTi-Heavy;
	font-size: 16px;
	color: #2f4e8e;
}
.prode_con_r_b {
    margin: 40px 0px 100px;
}
.prode_con_r_b p {
    font-family: Alibaba-PuHuiTi-Regular;
font-weight:lighter;
	font-size: 14px;
	line-height: 24px;
	color: #948f8f;
} 
	/* 本例子css */
    .prode_rlist{  width: 100%; margin: 0 auto; }
    .prode_rlist .hd{   width: 100%;  position:relative; }
    .prode_rlist .hd ul{ float:left;  position:absolute; left:0px; top:0px;  width: 100%; justify-content: center;}
    .prode_rlist .hd ul li{  cursor:pointer; padding: 5px 28px;
        background-color: #e9e9e9;
        border: solid 4px #e9e9e9;
        border-radius: 17px;
        margin: 0px 25px;
    }

    .prode_rlist .hd ul.prode_rlist_mr li {
        margin: 0px 10px;
        padding: 5px 10px
    }
    .prode_rlist .hd ul li.on{
        background-color: #f9f9f9;
	border-radius: 17px;
	border: solid 4px #2f4e8e;
    }
    .prode_rlist .bd {
        padding-top: 50px;
        width: 100%;
    }
    .prode_rlist .bd ul{ 
        /* justify-content: center; */
        width: 100%;  zoom:1; 
        padding: 0px 50px;
        margin-top: 45px;
     }
     .prode_rlist .bd li {
        /* margin: 0px 30px; */
     }
     .prode_con_rlist404 .prode_rlist .bd ul {
        padding: 0px;
     }
    .prode_con_rlist404 .prode_rlist .bd li {
        margin: 0px 10px;
    }
    .prode_rlist .bd li p {
        font-family: Montserrat-ExtraBold;
        font-size: 36px;
        letter-spacing: 1px;
        color: #232323;
    }
    .prode_rlist .bd li p i {
        font-family: Montserrat-ExtraBold;
        font-size: 20px;
        color: #232323;
        font-style: normal;
    }
    .prode_rlist .bd li span{
        font-family: Alibaba-PuHuiTi-Heavy;
        font-size: 20px;
        letter-spacing: 1px;
        color: #232323;
    }
    .prode_con_b ul {
        align-items: flex-start;
        justify-content: flex-start;
    }
    
    .prode_con_rlidcon .prode_rlist .hd ul li {
        padding: 5px 15px ;
        margin:0px 15px;
    }
.prode_con_b ul li {
    width: 20%;
    padding: 0px 20px;
}
.prode_con_b ul li img {
    height: 53px;
}
.prode_con_b ul li h4 {
    font-family:  Alibaba-PuHuiTi-Heavy;
	font-size: 18px;
    margin: 20px 0px ;
	color: #000000;
}
.prode_con_b ul li p {
    font-family:  Alibaba-PuHuiTi-Regular;
	font-size: 14px;
	line-height: 24px;
	color: #000000;
}

.protwo_item {
    width: 100%;
}
.protwo_item_top {
    width: 100%;
	height: 207px;
	background-color: #ececee;
    padding: 60px;
	border-radius: 30px 30px 0px 0px;
}
.protwo_item_bot {
    width: 100%;
    height: 655px;
	background-color: #f9f9f9;
	border-radius:  0px 0px 30px 30px;
}
.protwo_item_topl h3 {
    font-family: Alibaba-PuHuiTi-Heavy;
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #232323;
}
.protwo_item_topl ul {
    margin-top: 20px;
    justify-content: flex-start;
}
.protwo_item_topl ul li {
    font-family:  Alibaba-PuHuiTi-Heavy;
	font-size: 16px;
    border-radius: 18px;
	background-color: #e0e0e5;
    padding: 9px 20px;
    margin-right: 30px;
    cursor: default;
	color: #333333;
}
.protwo_item_topl ul li:hover {
    background-color: #2f4e8e;
    color: #ffffff;
}
.protwo_item_topr a {
    width: 144px;
	height: 36px;
    display: block;
	border-radius: 18px;
	border: solid 1px #b0b0b0;
    font-family: Alibaba-PuHuiTi-Heavy;
	font-size: 16px;
    text-align: center;
    line-height: 34px;
	color: #333333;
}
.protwo_item_topr a:hover {
    background-color: #2f4e8e;
    color: #ffffff;
    border-color: #2f4e8e;
}
.protwo_item_bot {
    padding: 80px 0px;
    height: auto;
}
.protwo_item_bot p ,.protwo_item_bot{
    color: #333333;
    font-size: 16px;
    font-family: Alibaba-PuHuiTi-Heavy;
    line-height: 30px;
}
.protwo_item_bot img {
    display: block;
    width: 80%;
    margin: 5px auto;
}


.provideos {
    background-color: #f9f9f9;
    padding: 98px 0px 108px;  
    margin: 120px 0px 110px;
}
.provideos_name h3 {
    font-family: Alibaba-PuHuiTi-Heavy;
	font-size: 36px;
    margin-bottom: 80px;
	letter-spacing: 1px;
    text-align: center;
	color: #2d2d2d;
}
.provideos_list {
    padding-left: 9%;
    position: relative;
}
.provideos_swiper .swiper-slide {
    display: block;
    background: none;
    text-align: left;
    width: 450px ;
    cursor: pointer;
}
.provideos_liimg {
    height: 255px;
    width: 100%;
    overflow: hidden;
	background-color: #454545;
	/* border-radius: 10px; */
}
.provideos_liimg img {
    width: 100%;
    height:100%;
    object-fit: cover;
}
.provideos_lidesc {
    padding:20px 30px ;
}
.provideos_lidesc h3 {
    font-family: Alibaba-PuHuiTi-Regular;
	font-size: 20px;
	color: #353535;
}
.provideos_swiper .swiper-slide:hover .provideos_liimg img {
    transform: scale(1.1);
}
.provideos_swiper .swiper-slide:hover .provideos_lidesc h3 {
    color: #2f4e8e;
}
.provideos_swiper .swiper-wrapper.videoon {
    transform: unset !important;
}
.provideos_pagination {
    width: 100%;
    position: absolute;
    bottom: -30px;
    left: 0px;
    z-index: 0;
}
.provideos_pagination .swiper-pagination-bullet {
    margin: 0px 5px;
}
.provideos_pagination .swiper-pagination-bullet-active {
    background-color: #2f4e8e;
}
.provideosmp4 {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px;
    display: none;
    background-color: rgba(0, 0, 0, .5);
    z-index: 99999;
}
.provide0_mp4 {
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.provideosmp4 video {
    width: 60%;
}
.provide_close  {
    position: absolute;
    top: 10%;
    right: 18%;
    width: 30px;
}
.provide_close img {
    filter: brightness(100%) grayscale(100%) invert(1);
}
.procs {
    padding:0px 0px 50px;
}
.procs_shuru {
    padding-bottom: 15px;
    margin-bottom: 50px;
    background: url(../images/protable_line.jpg) no-repeat center bottom;
    background-size: 98% 2px;
}
.procssr_title {
    padding: 0px 15px;
    margin-bottom: 15px;
}
.procssr_title h3 {
    font-family:  Alibaba-PuHuiTi-Heavy;
	font-size: 26px;
	color: #2d2d2d;
}
.procs_rico {
    height: 20px;
    transform: rotate(90deg);
}
.procs_rico.active {
    transform: rotate(270deg);
}
.procs_tablde {
    padding-bottom: 30px;
}
.procs_tablde table {
    width: 100%;
    table-layout: fixed;
}
.procs_tablde table tr {
    background-color: #e8e8e8;
    width: 100%;
}
.procs_tablde table tr td {
    font-family:  Alibaba-PuHuiTi-Regular;
	font-size: 16px;
    padding: 10px 15px;
	color: #454545;
}
.procs_tablde table tr:nth-child(2n) {
    background-color: #f2f2f4;
}
.procs_tabldecolud .procs_rico,.promr_tr .procs_rico {
    transform: unset;
}
.procs_tabldecolud table tr:nth-child(14) td:first-child {
    background-color: #e8e8e8;
}
.procs_item_top {
    background: url(../images/protable_line.jpg) no-repeat center bottom;
    background-size: 98% 2px;
    margin-bottom: 30px;
}
.procs_item_top .procs_tablde {
    padding-bottom: 15px;
}
.procs_item_top table tr {
    background: none;
}
.procs_item_top table tr td {
    color: #333333;
    font-family:  Alibaba-PuHuiTi-Heavy;
    font-size: 18px;
}
.procs_item_top table tr td:first-child {
    font-family:  Alibaba-PuHuiTi-Heavy;
	font-size: 30px;
}


.newslist {
    align-items: flex-start;
    position: relative;
}
.newslist_l {
    /* position: fixed; */
    left: 9% ;
    top: 180px;
}
.newslist_l h2 {
    font-family: Alibaba-PuHuiTi-Heavy;
    font-size: 50px;
    color: #040000;
}
.newslist_l p {
    font-family: Alibaba-PuHuiTi-Regular;
    font-size: 18px;
    color: #919191;
    margin: 20px 0px;
}
.newslist_r {
    /* margin-left: 40%; */
    width: 55%;
}
.newslist_r ul li {
    margin-bottom: 70px;
}
.newslist_r ul li a {
    width: 100%;
}
.newsli_desc {
    width: 46%;
}
.newsli_desc span {
    font-family: Alibaba-PuHuiTi-Regular;
    font-size: 14px;
    color: #919191;
}
.newsli_desc h3 {
    font-family:Alibaba-PuHuiTi-Heavy;
    font-size: 18px;
    color: #040000;
    padding-right: 25%;
    line-height: 30px;
    margin: 15px 0px 25px;
    transition: all .5s;
}
.newsli_desc p {
    font-family: Alibaba-PuHuiTi-Regular;
    font-size: 14px;
    line-height: 24px;
    color: #ABABAB;
}
.newsli_desc button {
    width: 96px;
    height: 32px;
    background: none;
    border-radius: 16px ;
    border: 1px solid #9E9F9E;
    font-family: Alibaba-PuHuiTi-Heavy;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    color: #000000;
    margin-top: 40px;
}
.newsli_img {
    width: 43%;
    height: 240px;
    overflow: hidden;
}
.newsli_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.newslist_r ul li:hover .newsli_desc h3 {
    /* padding-right: 10%; */
    color: #2f4e8e;
}
.newslist_r ul li:hover .newsli_desc button {
    background-color: #2f4e8e;
    color: #ffffff;
    border-color: #2f4e8e;
}
.newslist_r ul li:hover .newsli_img img {
    transform: scale(1.08);
}


.fangan {
    margin: 200px 0px 100px;
}
.fangantop {
    width: 100%;
    height: 674px;
}
.fangantop_l {
    width: 57.5%;
    height: 100%;
	background-color: #f9f9f9;
    padding: 90px 78px;
	border-radius: 30px 0px 0px 30px;
}
.fangantop_r {
    width: 42.5%;
    height: 100%;
	background-color: #ececee;
    padding:  100px;
	border-radius: 0px 30px 30px 0px;
}
.fangantop_video {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.fangantop_l h1 {
    font-family: Alibaba-PuHuiTi-Heavy;
	font-size: 40px;
	color: #323233;
    margin-bottom: 60px;
}
.fgant_top {
    width: 100%;
}
.fgant_top h3 {
    font-family: Alibaba-PuHuiTi-Heavy;
	font-size: 24px;
	color: #323233;
}
.fgant_top ul {
    width: 100%;
    height: 100%;
    justify-content: flex-start;
    margin-top: 10px;
}
.fgant_top ul li {
    font-family: Alibaba-PuHuiTi-Heavy;
	font-size: 20px;
	color: #2f4e8e;
    margin-right: 15px;
}
.fgant_bot {
    margin: 50px 0px ;
}
.fgant_bot h3 {
    font-family: Alibaba-PuHuiTi-Heavy;
	font-size: 24px;
    margin: 150px 0px 25px;
	color: #323233;
}
.fgant_bot p {
    font-family:Alibaba-PuHuiTi-Regular;
    font-weight: lighter;
	font-size: 16px;
	line-height: 24px;
	color: #989898;
}

.fangan_di {
    padding: 160px 0px ;
}
.fangan_di-30 {
    padding-top: 0px;
}
.fatitle {
    text-align: center;
    margin-bottom: 80px;
}

.fatitle h2 {
    font-family: Alibaba-PuHuiTi-Heavy;
	font-size: 50px;
	color: #323233;
    margin-bottom: 30px;
}
.fatitle p {
    font-family: Alibaba-PuHuiTi-Regular;
	font-size: 18px;
	line-height: 24px;
	color: #989898;
    margin-bottom: 50px;
}
.fangan_aqtitle {
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 2;
    padding: 100px 0px;
    background: linear-gradient(to bottom, rgba(0,0,0,.8), rgba(0,0,0,0));
}
.fangan_aqtitle h2,.fangan_aqtitle p {
	color: #ffffff;
}
.fadi_list_item {
    height: 383px;
}
.fadi_list_item img {
    height: 100%;
}
.fadi_list {
    padding-left: 9%;
}
.fadi_list_swiper .swiper-slide {
    max-width:808px ;
    width: auto;
    display: block;
    text-align: left;
}
.fadi_list_title {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    padding:30px 50px;
}
.fadi_list_title h3 {
    font-size: 24px;
    letter-spacing: 1px;
    font-family:Alibaba-PuHuiTi-Heavy;
    color: #ffffff;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
}
.fangan_ts {
    padding: 100px 0px 200px;
}
.fangan_ts_list ul {
    align-items: flex-end;
}
.fangan_ts_list ul li {
    position: relative;
    width: 30%;
}
.fangan_tslidesc {
    position: absolute; 
    left: 0px;
    bottom: 0px;  
}
.fangan_tslidesc h3 {
    font-family: Alibaba-PuHuiTi-Heavy;

	font-size: 20px;
	color: #292929;
    margin-bottom: 10px;
}
.fangan_tslidesc p {
    font-family: Alibaba-PuHuiTi-Regular;
	font-size: 18px;
	color: #969696;
}
.fangan_ts_list ul li.fangan_tsli3 {
    width: 400px;
    height: 383px;
	background-color: #ececee;
    padding: 60px 50px;
    flex-direction: column;
    align-items: flex-start;
}
.fangan_tsli3 h3 {
    font-family: Alibaba-PuHuiTi-Heavy;
	font-size: 24px;
	line-height: 36px;
	color: #1f1f1f;
}
.fangan_tsli3 p {
    font-family: Montserrat-Bold;
	font-size: 80px;
	color: #1f1f1f;
    width: 100%;
}
.fangan_tsli3 p span {
    font-family: Montserrat-Bold;
	font-size: 40px;
	color: #1f1f1f;
}
.fangan_aq {
    background-color: #e5e5e5;
    height: 670px;
    position: relative;
}
.fatitle_img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.fatitle_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fangan_lh {
    background-color: #dcdcdc;
}
.fangan_zj {
    padding-top: 140px;
}
.fangan_zjimg {
    text-align: center;
}
.fangan_xgpro {
    background-color: #ececee;
    padding: 130px 0px;
}
.faxgpro_li {
    width: 100%;
    height: 306px;
	background-color: #d8d8d8;
    display: block;
}
.faxgpro_liimg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
}
.faxgpro_liimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.faxgproswiper .faxgpro_li:hover .faxgpro_liimg img {
    transform: scale(1.08);
}

.listpage {
    width: 100%;
    margin: 20px 0px 50px;
}
.listpage ul {
    display: flex;
    width: 100%;
    justify-content: center;
}
.jumpto {
    display: none;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {background-color: #2f4e8e;border-color: #2f4e8e;}
.pagination>li>a, .pagination>li>span {
    color: #2f4e8e;
    float: unset;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #ffffff;
    background-color: #2f4e8e;
    border-color: #2f4e8e;
}

.contactpage .idx_form,.pagedetail{
    padding-top: 200px;
}
.pagecontent_title h1 {
    font-family: Alibaba-PuHuiTi-Heavy;
	font-size: 48px;
	letter-spacing: 1px;
	color: #1b1b1b;
    margin-bottom: 50px;
}
.pagecontent,.pagecontent p {
    font-family:Alibaba-PuHuiTi-Regular;
    font-weight: lighter;
	font-size: 16px;
    line-height: 30px;
	color: #797979;
}
.pagecontent {
    padding-bottom: 50px;
}
.pagecontent p strong {
    font-family: Alibaba-PuHuiTi-Heavy;

}
.pagecontent h3 {
    font-family: Alibaba-PuHuiTi-Heavy;
	font-size: 36px;
	letter-spacing: 1px;
	color: #1b1b1b;
}
.pagecontent h4 {
    font-family: Alibaba-PuHuiTi-Heavy;
	font-size: 28px;
	letter-spacing: 1px;
	color: #1b1b1b;
}
.pagecontent h5 {
    font-family: Alibaba-PuHuiTi-Heavy;
	font-size: 22px;
	color: #1b1b1b;
}
.pagecontent img {
    margin: 5px auto;
}
.pagecontent table {
    width: 100%;
}
.pagecontent table tr {
    height: 42px;
    width: 100%;
}
.pagecontent table tr td {
    font-family: Alibaba-PuHuiTi-Regular;
font-weight:lighter;
	font-size: 18px;
	color: #797979;
    padding:22px 34px;
    border-bottom: 1px solid #e6e6ea;
}
.pagecontent table tr:first-child {

	background-color: #e6e6ea;
}
.pagecontent table tr:first-child td {
    font-family: Alibaba-PuHuiTi-Heavy;
	font-size: 18px;
    padding: 0px 34px;
	color: #303030;
}

.pagecontent_title span {
    font-family: Montserrat-Medium;
    display: block;
    margin: 40px 0px 20px ;
	font-size: 16px;
	color: #7d7d7d;
}
.pagecontent_title h2 {
    font-family: Alibaba-PuHuiTi-Heavy;
	font-size: 30px;
	letter-spacing: 1px;
	color: #1b1b1b;
    margin-bottom: 40px;
}
.newscontent p {
    font-family: Alibaba-PuHuiTi-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #717171;
}

.pagecontent_image {
    padding:0px 9%;
}
.pagecontent_image img {
    width: 100%;
}
.newscontent_detail {
    padding: 0px 15%;
}
.newsnext {
    margin: 50px 0px 100px;
}
.newsnext ul li {
	border-radius: 18px;
    width: 279px;
    padding: 0px 20px;
	height: 37px;
    overflow: hidden;
    text-align: center;
	border: solid 1px #a7a7a7;
}
.newsnext ul li a {
    font-family: Alibaba-PuHuiTi-Regular;
	font-size: 16px;
	color: #090909;
    line-height: 34px;
}


.prolist_item {
    width: 100%;
    height: 920px;
    position: relative;
}






.prolist_tab h3.pronavname {
    font-family: Alibaba-PuHuiTi-Heavy;
	font-size: 22px;
	color: #232323;
    margin-bottom: 30px;
    cursor: pointer;
}




.prolist_tab{ width:100%;  text-align:left;  }
		.prolist_tab .hd{ position: absolute;left: 0px;width: 20%;top: 40%; }
		.prolist_tab .hd ul{ height:auto;  margin-bottom: 30px; margin-top: -10px;}
		.prolist_tab .hd ul li{ 
            font-family: Alibaba-PuHuiTi-Regular;
	font-size: 18px;
	color: #232323;
    margin-bottom:10px;
    cursor: pointer;
         }
		.prolist_tab .hd ul li.on{ 	color: #2f4e8e; }
		.prolist_tab .bd {   zoom:1;  width:100%;position: absolute;top: 0px;left: 0px;}
.prolist_tabname h4 {
	font-family: Alibaba-PuHuiTi-Heavy;
	font-size: 50px;
	letter-spacing: 1px;
    text-align: center;
	color: #232323;
}
.prolist_tabname a {
    display: block;
    width: 190px;
	height: 40px;
	border: solid 1px #232323;
    font-family: Alibaba-PuHuiTi-Regular;
	font-size: 16px;
    text-align: center;
    line-height: 40px;
    margin: 20px auto;
	color: #0f0f0f;
}

.prolisttab_item {
    position: absolute;top: 260px;left:30%;
    width: 70%;
    align-items: flex-start;
}
.prolist_tabimg {
    width: 60%;
    height: 520px;
    /* overflow: hidden; */
    background: url(../images/prolist_tabimgbg.png) no-repeat center;
    background-size: contain;
}
.prolist_tabdesc {
    width: 40%;
    padding:10px 0px 0px 60px;
}
.prolist_tabdesc h3 {
    font-family:  Alibaba-PuHuiTi-Heavy;
	font-size: 18px;
	letter-spacing: 1px;
	color: #2f4e8e;
}
.prolist_tabdesc h4 {
    font-family: Alibaba-PuHuiTi-Heavy;
	font-size: 24px;
	letter-spacing: 1px;
	color: #232323;
    margin: 20px 0px 40px;
}
.prolist_tabdesc p {
    font-family: Alibaba-PuHuiTi-Regular;
font-weight:lighter;
	font-size: 14px;
	line-height: 24px;
	color: #948f8f;
}
.prolist_tabdesc dl {
    margin-top: 240px;
}
.prolist_tabdesc dl dd {
    width:100%;
    height: 41px;
	border-radius: 21px;
   justify-content: flex-start;
    padding: 0px 40px;
    margin-bottom: 15px;
	background-color: #ececed;
}
.prolist_tabdesc dl dd img {
    width: 18px;
    margin-right: 15px;
}
.prolist_tabdesc dl dd span {
    font-family:  Alibaba-PuHuiTi-Heavy;
	font-size: 18px;
	letter-spacing: 1px;
	color: #232323;
}

.prolist_tab {
    display: none;
}
.prolist_tab.active {
    display: block;
}

.prolist_tabimg .swiper-container-vertical>.swiper-pagination-bullets {
    left: 0px;
    top: 70%;
    width: 20px;
    height: 200px;
    right: unset;
}
.prolist_tabimg .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}
.prolist_tabimg .swiper-pagination-bullet-active {
    background-color: #2f4e8e;
}
.prolist_tab.active.prolist_tab1 .pronavname1 {
    background: url(../images/pronavico.png) no-repeat center left;
    background-position-x: 150px;
}
.prolist_tab.active.prolist_tab2 .pronavname2 {
    background: url(../images/pronavico.png) no-repeat center left;
    background-position-x: 170px;
}
.prolist_tab.active.prolist_tab3 .pronavname3 {
    background: url(../images/pronavico.png) no-repeat center left;
    background-position-x: 170px;
}
.prolist_tab.active.prolist_tab4 .pronavname4 {
    background: url(../images/pronavico.png) no-repeat center left;
    background-position-x: 120px;
}
.prolist_tab.active.prolist_tab5 .pronavname5 {
    background: url(../images/pronavico.png) no-repeat center left;
    background-position-x: 150px;
}
.prolist_tab.active .pronavname {
    transition: all 0s;
    background-size: 17px !important;
}


.castp_detail {
    width: 100%;
    height: 910px;
}
.casebanner_desc h2 {
    font-family: Alibaba-PuHuiTi-Heavy;
	font-size: 60px;
    padding: 500px 0px 20px;
	color: #ffffff;
    text-shadow: 5px 5px 15px #000000;
}
.casebanner_desc p {
    font-family: Alibaba-PuHuiTi-Heavy;

	font-size: 30px;
	letter-spacing: 6px;
	color: #ffffff;
    text-shadow: 5px 5px 15px #000000;
}
.casep_black {
    width: 100%;
    height: auto;
    padding: 50px 0px;
    background-color: #242424;
}
.casep_black ul li {
    justify-content: flex-start;
}
.casep_black ul li img {
    max-height:26px ;
}
.casep_black ul li h4 {
    font-family: Alibaba-PuHuiTi-Regular;
	font-size: 20px;
    margin-left: 15px;
	color: #ffffff;
}
.caseplist_item ul li {
    padding: 100px 0px;
}
.casep_liimg {
    width: 45%;
}
.casep_lidesc {
    width: 45%;
}
.casep_lidesc h3 {
    font-family: Alibaba-PuHuiTi-Heavy;
	font-size: 60px;
	color: #191919;
    margin-bottom: 55px;
}
.casep_lidesc p {
    font-family: Alibaba-PuHuiTi-Regular;
	font-size: 20px;
    line-height: 30px;
	color: #878787;
}
.othercase {
    margin-top: 100px;
    padding: 150px 0px;
    background-color: #ececee;
}
.othercase_name h2 {
    font-family: Alibaba-PuHuiTi-Heavy;
	font-size: 60px;
	color: #191919;
    margin-bottom: 100px;
    text-align: center;
}
.ocase_liimg {
    width: 100%;
    height: 324px;
    overflow: hidden;
}
.ocase_liimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ocase_lititle {
    text-align: left;
    padding: 20px 30px;
}
.ocase_lititle h3 {
    font-family: Alibaba-PuHuiTi-Regular;
	font-size: 18px;
	color: #323233;  
    margin-bottom: 10px;
}
.ocase_lititle p {
    font-family: Alibaba-PuHuiTi-Regular;
	font-size: 14px;
    background: url(../images/caseicon.png) no-repeat left center;
	color: #a4a4a4;
    background-size: 13px ;
    padding-left: 20px;
}
.casepswiper .swiper-slide:hover .ocase_liimg img {
    transform: scale(1.08);
}
.casepswiper .swiper-slide:hover .ocase_lititle h3 {
    color: #2f4e8e;
}


.contact_swhz {
    padding: 238px 0px;
    background: url(../images/swhzbg.jpg) no-repeat center center;
    background-size: cover;
}
.contact_swhzitem {
    width: 53%;
    padding-left:8%;
}
.contact_swhzitem h3 {
    font-family: Alibaba-PuHuiTi-Heavy;
	font-size: 58px;
	color: #ffffff;
}
.contact_swhzitem p {
    font-family: Alibaba-PuHuiTi-Regular;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
    margin: 50px 0px 60px;
}
.contact_swhzitem a {
    width: 190px;
	height: 45px;
    display: block;
    text-align: center;
	border-radius: 23px;
    display: block;
	border: solid 1px #ffffff;
    font-family: Alibaba-PuHuiTi-Regular;
	font-size: 18px;
    line-height: 43px;
	color: #ffffff;
}
.contact_swhzitem a:hover {
    background-color: #2f4e8e;
    border-color: #2f4e8e;
}
.contact_join {
    padding: 190px 0px;
}
.joinlist_img {
    width: 100%;
    height: 310px;
    overflow: hidden;
}
.joinlist_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.joinlist_texttop {
    width: 100%;
    margin: 20px 0px;
}
.joinlist_texttop h3 {
    font-family: Alibaba-PuHuiTi-Heavy;
	font-size: 20px;
	color: #323233;
}   
.joinlist_texttop span {
    padding: 0px 20px;
	height: 40px;
    text-align: center;
	background-color: #e1fcfd;
	border-radius: 20px;
    font-family:  Alibaba-PuHuiTi-Heavy;
	font-size: 16px;
    line-height: 40px;
	color: #2f4e8e;
}
.joinlist_textbottom {
    margin-bottom: 25px;
}
.joinlist_textbottom p {
    font-family: Alibaba-PuHuiTi-Regular;
	font-size: 14px;
	line-height: 24px;
	color: #616161;
}
.joinlist_text a {
    font-family: Alibaba-PuHuiTi-Regular;
    font-weight: bold;
	font-size: 16px;
	color: #000000;
}
.fadi_list_swiper .swiper-slide:hover .joinlist_img img {
    transform: scale(1.1);
}

.swhzbanner .contact_swhzitem {
    padding-top: 100px;
    padding-left: 0px;
}
.swhzlist {
    padding: 150px 0px 30px;
}
.swhzlist_item ul li {
    width: 100%;
    height: 590px;
    margin-bottom: 80px;
}
.swhzlist_item ul li:last-child {
    height: 790px;
}
.swhzlist_l {
    height: 100%;
    width: 50%;
    padding: 160px 120px;
    background-color: #010f1c;
}
.swhzlist h3 {
    font-family:  Alibaba-PuHuiTi-Heavy;
	font-size: 60px;
	color: #ffffff;
}
.swhzlist p {
    font-family:  Alibaba-PuHuiTi-Regular;
	font-size: 26px;
	line-height: 36px;
	color: #ffffff;
    margin: 50px 0px 90px;
}
.swhzlist_limgsitem {
    text-align: center;
}
.swhzlist_limgsitem img {
    width: 86px;
	height: 86px;
    object-fit: contain;
}
.swhzlist_limgsitem span {
    display: block;
    font-family: Alibaba-PuHuiTi-Regular;
    font-weight: bold;
	font-size: 20px;
    margin-top: 30px;
	color: #00f8ff;
}
.swhzlist_r {
    height: 100%;
    width: 50%;
    overflow: hidden;
}
.swhzlist_r img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swhzlist_r img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.nav_xl {
    position: absolute;
    top: 80px;
    left: 0px;
    width: 100%;
    z-index: 2;
    display: none;
}
.fangan_xl_item {
    width: 100%;
    padding: 20px 10% 60px 16.5%;
    border-radius: 0px 0px 20px 20px;
    background-color:#f2f2f4 ;
    /* box-shadow: 0px 10px  10px 1px rgba(0, 0, 0, 0.1) */
}
/* 本例子css */
.slideTxtBox_fa{ width:100%;  text-align:left; align-items: flex-start; }
.slideTxtBox_fa .hd{ width: 20%; position:relative; }
.slideTxtBox_fa .hd ul{   }
.slideTxtBox_fa .hd ul li{ cursor:pointer; 
    margin-bottom: 25px;
    height: 30px;
   }
.slideTxtBox_fa .hd ul li a {
     font-family:  Alibaba-PuHuiTi-Regular;
    line-height: 30px;
	font-size: 18px;
	color: #b2b2b2;
}
.slideTxtBox_fa .hd ul li.on{ color: #2f4e8e;    font-family:  Alibaba-PuHuiTi-Heavy;}
.slideTxtBox_fa .hd ul li.on a {
    color: #2f4e8e;    font-family:  Alibaba-PuHuiTi-Heavy;
}
.slideTxtBox_fa .bd {width: 76%;}
.slideTxtBox_fa .bd ul{}
.slideTxtBox_fa_r {
    width: 100%;
}
.fanganxl_l {
    width: 20%;
}
.fanganxl_img {
    width: 214px;
	height: 150px;
    overflow: hidden;
    margin:0px 0px 15px ;
    background-color: #ececee;
}
.fanganxl_img img {
    width: 90%;
    height: 100%;
    object-fit: contain;
}
.fanganxl_l h3,.fanganxl_r h3 {
    font-family: Alibaba-PuHuiTi-Heavy;
    margin-bottom: 25px;
	font-size: 24px;
	color: #363636;
}
.fanganxl_l p,.fanganxl_r p {
    font-family:  Alibaba-PuHuiTi-Regular;
	font-size: 16px;
    text-align: center;
	color: #232323;
    line-height: 24px;
}
.fanganxl_r {
    width: 73%;
}
.fanganxl_list_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fanganxl_l:hover .fanganxl_img img,.fanganxl_r dl dt:hover .fanganxl_img img {
    transform: scale(1.05);
}
.fanganxl_l:hover  p,.fanganxl_r dl dt:hover p {
    color: #2f4e8e;
}
.proxl_r {
    width: 100%;
}
.proxl_r dl {
    justify-content: flex-start;
    align-items: flex-start;
}
.proxl_r dl dt {
    margin-left: 45px;
    width: 217px;
}
.proxl_r dl dt:first-child {
    margin-left: 0px;
}
.proxl_r .fanganxl_img {
    height: 217px;
    width: 100%;
    margin-top: 0px;
    flex-direction: column;
    align-items: center;
}
.proxl_r .fanganxl_img img {
    width: 100%;
    height: 100%;
    padding: 20px;
    object-fit: contain;
}
.contact_xl {
    width: 100%;
    align-items: flex-start;
}
.conxl_rdesitem {
    margin-bottom: 40px;
}
.conxl_rdesitem h4 {
    font-family: Alibaba-PuHuiTi-Regular;
	font-size: 16px;
	color: #a7a7a7;
    line-height: 30px;
    margin-bottom: 5px;
}
.conxl_rdesitem p {
    font-family:  Alibaba-PuHuiTi-Regular;
	font-size: 16px;
	color: #2d2d2d;
    line-height: 30px;
}
.conxl_rdesitem a {
    width: 190px;
	height: 45px;
	background-color: #2d2d2d;
	border-radius: 23px;
    font-family: Alibaba-PuHuiTi-Regular;
	font-size: 18px;
	color: #ffffff;
    text-align: center;
    display: block;
    line-height: 43px;
    margin-top: 52px;
}
.newsxl_r {
    width: 100%;
}
.newsxl_r dt {
    width: 214px;
}
.newsxl_r .fanganxl_img {
    width: 100%;
    margin-top: 0px;
}
.newsxl_r .fanganxl_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.newsxl_r.fanganxl_r p {
    text-align: left;
}
.newsxl_r dl {
    justify-content: flex-start;
    align-items: flex-start;
}
.newsxl_r dl dt {
    margin-left: 40px;
}
.newsxl_r dl dt:first-child {
    margin-left: 0px;
}

.caselist_r {
    width: 75%;
    /* margin-left:25%; */
}
.caselist_rli {
width: 48%;
}





.wappro_zz {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 99999;
    top: 0px;
    left: 0px;
    background-color: rgba(255, 255, 255, .9);
}
.wappro_zz_con {
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}
.wappro_zzimg {
    height: 100px;
}
.wappro_zzimg img {
    height: 60px;
    animation:jtmove 2s infinite;
}
.wappro_zztitle h3 {
    font-family: Alibaba-PuHuiTi-Heavy;
	font-size: 18px;
	color: #1b1b1b;
    margin: 20px 0px 40px;
}
.wappro_zzbtn button {
    width: 150px;
	height: 40px;
	border-radius: 20px;
	border: solid 1px #1b1b1b;
    font-family: Alibaba-PuHuiTi-Heavy;
	font-size: 20px;
    text-align: center;
    line-height: 40px;
	color: #1b1b1b;
    background: none;
}

.wappro_top,.wappro_bot  {
    padding: 0px 15px;
}
.wappro_top h2 {
    font-family: Alibaba-PuHuiTi-Heavy;
	font-size: 24px;
	letter-spacing: 2px;
	color: #232323;
}

.wappro_botimgs {
    width: 100%;
    height: 25vh;
    background: url(../images/prolist_tabimgbg.png) no-repeat center;
    background-size: auto 80% ;
    position: relative;
}
.wappro_botimgs .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.swiper-pagination.wapproimgspagination {
    width: 100%;
    text-align: center;
    bottom: -35px;
}
.swiper-pagination.wapproimgspagination .swiper-pagination-bullet {
    margin: 0px 5px;
}
.swiper-pagination.wapproimgspagination .swiper-pagination-bullet-active{
    background-color: #04d2c1;
}
.wappro_botdesc_t {
    margin-bottom: 10px;
    justify-content: flex-start;
}
.wappro_botdesc_t h3 {
    font-family:  Alibaba-PuHuiTi-Heavy;
	font-size: 16px;
	color: #232323;
    margin-right: 10px;
}
.wappro_botdesc_t span {
    font-family: Alibaba-PuHuiTi-Heavy;
	font-size: 15px;
	color: #2f4e8e;
}
.wappro_botdesc p {
    font-family: Alibaba-PuHuiTi-Regular;
font-weight:lighter;
	font-size: 14px;
	line-height: 20px;
	color: #948f8f;
}
.wappro_botdesc ul {
    margin-bottom: 15px;
}
.wappro_botdesc ul li {
    background-color: #ececed;
    width: 90%;
    border-radius: 20px;
    padding:7px  25px;
    justify-content: flex-start;
    margin-top: 15px;
}
.wappro_botdesc ul li img {
    height: 13px;
    margin-right: 10px;
}
.wappro_botdesc ul li i {
	letter-spacing: 1px;
	color: #232323;
    font-style: normal;
    font-family: Alibaba-PuHuiTi-Heavy;
	font-size: 14px;
}
.wappro_foot {
    width: 100%;
    height: 50px;
    border-top: 1px solid #232323;
    border-bottom: 1px solid #232323;
}
.wappro_fl {
    width: 30%;
    height: 100%;
    justify-content: center;
}
.wappro_fr {
    width: 70%;
    height: 100%;
}
.wappro_fl img.wappro_flico {
    height: 15px;
    margin-right: 10px;
}
.wappro_fl p {
    font-family: Alibaba-PuHuiTi-Heavy;
	font-size:16px;
	letter-spacing: 1px;
	color: #232323; 
}
.wappro_fr a {
    width: 100%;
    height: 100%;
    background-color: #232323;
    display: block;
    color: #ffffff;
    font-family: Alibaba-PuHuiTi-Heavy;
	font-size:16px;
	letter-spacing: 1px;
    text-align: center;
    line-height: 48px;
}
.wappropage .fp-tableCell {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.wappro_flnavs {
    position: fixed;
    width: 100%;
    height: auto;
    bottom: -120%;
    left: 0px;
    z-index: 9999;
    padding-bottom: 110px;
    transition: all .5s;
    background-color: #ffffff;
}
.wappro_flnavs.active {
    bottom: -2px;
}
.wappro_flnavs_c {
    text-align: right;
    padding:  20px;
    border-bottom: 1px solid #d8d8d8;
}
.wappro_flnavs_c img {
    height: 20px;
}
.wappro_flnavs ul li {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #d8d8d8;
}
.wappro_flnavs_one {
    width: 100%;
    padding: 20px;
}
.wappro_flnavs_one p {
    font-family: Alibaba-PuHuiTi-Heavy;
	font-size: 20px;
	color: #1b1b1b;
}
.wappro_flnavs_one img {
    height: 15px;
}
.wappro_flnavs_two {
    width: 100%;
    height: auto;
    background-color: #f9f9f9;
    display: none;
}
.wappro_flnavs_two dl dt {
   border-bottom: 1px solid #d8d8d8;
}
.wappro_flnavs_two dl dt a {
    font-family: Alibaba-PuHuiTi-Regular;
font-weight:lighter;
	font-size: 17px;
    padding: 15px 20px;
    display: block;
	color: #1b1b1b;
    background: url(../images/jt_r.png) no-repeat center right;
    background-size: 7px;
    background-position-x: 94.5%;
}
.wappro_flnavs_oneico.active {
    transform: rotate(90deg);
}
.wappro_flnavs_two.active {
    display: block;
}



.idxwappro h3 {
    font-family:Alibaba-PuHuiTi-Heavy;
	font-size: 25px;
	color: #323233;
}
.idxwap_pros {
    margin-top: 30px;
}
.idxwap_pros ul li {
    margin-bottom: 20px;
    padding: 30px ;
    border-radius: 6px;
    background-color: #e5e5e9;
}
.idxwappro_name {
    border-bottom: solid 1px #d7d7d7;
    padding-bottom:20px;
    margin-bottom: 20px;
}
.idxwappro_name h3 {
    font-family: Alibaba-PuHuiTi-Heavy;
	font-size: 20px;
	color: #323233;
}
.idxwappro_list dl dt {
    width: 45%;
}
.idxwappro_list dl dt h4 {
    font-family: Alibaba-PuHuiTi-Regular;
	font-size: 18px;
	font-weight: bold;
	color: #2f4e8e;
    margin-bottom: 10px;
}
.idxwappro_list dl dt p {
    font-family: Alibaba-PuHuiTi-Regular;
	font-size: 15px;
    line-height: 1.5;
	color: #323233;
}
.idxwappro_list dl dd {
    width: 55%;
}




.glafangan {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, .5);
    color:#ffffff;
    font-family: Alibaba-PuHuiTi-Regular;
	font-size: 18px;
    padding:  15px;
    width: 100%;
}