@charset "utf-8";
/* top */
.top {
    width: 100%;
    height: 120px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.topitem {
    width: 93%;
    margin: 0 auto;
    height: 100%;
}
.logo img {
    height: 75px;
}
.topr {
    height: 100%;
}
.topnav  {
    height: 100%;
}
.topnav ul {
    height: 100%;
}
.topnav ul li a {
    display: block;
    font-size: 20px;
	color: #cccccc;
    font-weight: 500;
    padding: 0px 30px;
    transition: all .5s;
}
.topnav ul li a:hover {
    color: #e71418;
}
.topwx {
    height: 100%;
}
.topwximg {
    margin: 0px 30px 0px 10px;
    height: 100%;
    position: relative;
}
.topwximg a {
    display: block;
    height: 100%;
    line-height: 120px;
}
.topwximg img.topwximgico {
    filter: brightness(100%) grayscale(100%);
}
.topxhsimg img {
    filter: brightness(600%) grayscale(600%);
}
.topwx img:hover {
    filter: unset;
}
.topwxewm {
    position: absolute;
    top: 120px;
    left: 50%;
    width: 148px;
    height: auto;
    margin-left: -66px;
    display: none;
}
.topwxewm img {
    width: 100%;
}
.topwximg:hover .topwxewm {
    display: block;
}
.fixednav {
    background-color: #00192e;
    border-bottom: 0px;
    box-shadow: 0px 0px 20px rgba(255, 255, 255, .1);
}

/* banner */
.bannerswiper .swiper-slide img {
    width: 100%;
}
.bannerdesc {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    text-align: left;
}
.bannerdesc_item {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
}
.bannerdesc_item h3 {
    font-size: 44px;
	letter-spacing: 1px;
	color: #ffffff;
}
.bannerdesc_item h3 p {
    font-size: 50px;
    padding-bottom: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #c80a0a;
}
.bannerdesc_item h4 {
    font-size: 20px;
	color: #ffffff;
    margin: 30px 0px 80px;
}

a.idxmore {
    width: 176px;
	height: 54px;
	background-color: #c80a0a;
	border-radius: 4px;
    font-size: 16px;
    text-align: center;
    line-height: 54px;
    display: block;
	color: #ffffff;
    transition: all .5s;
}
a.idxmore span {
    color: #ffffff;
    font-weight: bold;
    padding-left: 20px;
}
 a.idxmore:hover {
    background-color: #c80a0a;
    color: #ffffff;
}
a.idxmore:hover span {
    color: #ffffff;
}

.bannerdesc_item a.idxmore {
    background-color: #c80a0a;
}
.bannerdesc_item a.idxmore:hover  {
    background-color: #c80a0a;
}

/*.banner .swiper-slide.swiper-slide-active .bannerdesc_item h3 {*/
/*    animation:bannermove .7s linear;
    -webkit-animation:bannermove .7s linear; /* Safari 和 Chrome */
/*}*/
/*.banner .swiper-slide.swiper-slide-active .bannerdesc_item h4 {*/
/*    animation:bannermove 1s linear;
    -webkit-animation:bannermove 1s linear; /* Safari 和 Chrome */
/*}*/
/*.banner .swiper-slide.swiper-slide-active .bannerdesc_item a {*/
/*    animation:bannermove 1.3s linear;
    -webkit-animation:bannermove 1.3s linear; /* Safari 和 Chrome */
/*}*/
.banner .swiper-pagination {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    bottom: 40px;
}
.banner .swiper-pagination-bullet {
    width: 10px;
	height: 10px;
    margin: 0px 10px !important;
	background-color: #ffffff;
	opacity: 0.7;
}
.banner .swiper-pagination-bullet-active {
    opacity: 1;
	border: solid 4px #c80a0a;
    width: 16px;
	height: 16px;
}

/* 黑兔鸭增长实例 */
.idxcase {
    padding: 110px 0px 70px;
    background-color: #e5e5e5;
}
.idxname {
    text-align: center;
}
.idxname h3 {
    font-size: 40px;
	font-weight: bold;
	color: #222222; 
}
.idxcase_list {
    width: 100%;
    height: 670px;
    margin-top: 80px;
}
.idxcase_list .gallery-top {
    height: 480px;
    width: 100%;
}
.idxcase_libig {
    width: 100%;
    height: 100%;
    align-items: flex-start;
}
.idxcase_bl {
    width:66% ;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.idxcase_bl img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.idxcase_blbg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color:rgba(0, 0, 0, .6);
    padding: 115px 30% 20px 40px;
    text-align: left;
}
.idxcase_blbg h4 {
    font-size: 30px;
	font-weight: bold;
	line-height: 46px;
	letter-spacing: 1px;
	color: #ffffff;
    margin-bottom: 30px;
}
.idxcase_blbg p {
    font-size: 18px;
    line-height: 30px;
	color: #e6e6e6;
	text-align: justify;
}
.idxcase_bl:hover img {
    transform: scale(1.05);
}
.idxcase_bl:hover .idxcase_blbg h4 {
    letter-spacing: 2px;
}
.idxcase_br {
    width: 34%;
    text-align: left;
    padding: 65px 40px 0px;
}
.idxcase_br h3 {
    font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	letter-spacing: 1px;
	color: #222222;
    margin-bottom: 30px;
}
.idxcase_br p {
    font-size: 16px;
	line-height: 32px;
	color: #888888;
    margin-bottom: 100px;
}
.idxcase_list .gallery-thumbs {
    height: 160px;
    background-color: #ffffff;
    margin-top: 30px;
    padding-right: 20px;
    cursor: pointer;
}
.idxcase_list .gallery-thumbs .swiper-slide img {
    height: 40%;
    width: 95%;
    object-fit: contain;
    filter: brightness(100%) grayscale(100%);
}
.idxcase_list .gallery-thumbs .swiper-slide.swiper-slide-thumb-active img,
.idxcase_list .gallery-thumbs .swiper-slide:hover img {
    filter: unset;
}

/* 黑兔鸭合作客户与品牌 */
.idxhezuo {
    padding: 110px 0px;
    background-color: #ffffff;
}
.idxname p {
    font-size: 18px;
	color: #555555;
    margin-top: 25px;
    line-height: 30px;
}
.idxhz_num {
    width: 100%;
    background-color: #e5e5e5;
	border-radius: 4px;
    height:160px ;
    margin: 40px 0px 30px;
}
.idxhz_num .num {
    width: 100%;
    height: 100%;
    padding: 20px 20% ;
}
.num ul li {
    background: url(../images/numline.jpg) no-repeat center left;
    padding-left:40px;
}
.num ul li b i {
    font-size: 56px;
	font-weight: 500;
	color: #c80a0a;
    font-style: normal;
}
.num ul li b span {
    font-size: 56px;
	font-weight: 500;
	color: #c80a0a;
}
.num ul li p {
    font-size: 16px;
	color: #555555;
}
.num ul li:first-child {
    background: none;
}
.idxhz_list {
    margin-bottom: 80px;
}
.idxhz_list ul li {
    float: left;
    width: 25%;
    height: 210px;
    overflow: hidden;
    position: relative;
}
.idxhz_list ul li img.idxhz_liimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.idxhz_lidesc,.idxhz_lilogo {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    top: 0px;
    left: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all .5s;
}
.idxhz_lidesc {
    opacity: 0;
    text-align: center;
}
.idxhz_lilogo {
    background: none;
}
.idxhz_lidesc h3 {
    font-size: 20px;
	letter-spacing: 1px;
	color: #ffffff;
}
.idxhz_liline {
    width: 32px;
	height: 3px;
	background-color: #c80a0a;
    margin: 15px auto 20px;
}
.idxhz_lidesc p {
    font-size: 16px;
	color: #ffffff;
}
.idxhz_li_logo {
    max-width: 80%;
    max-height: 80%;
}
.idxhz_list ul li:hover .idxhz_lidesc {
    opacity: 1;
}
.idxhz_more a.idxmore {
    margin: 0px auto 0px;
}

/* 选择黑兔鸭的6个理由 */
.idxsix {
    padding: 110px 0px;
    background-color: #e5e5e5;
}
.idxsix .idxname p {
    width: 750px;
    margin: 25px auto 0px;
}
.idxsix_list {
    margin-top: 80px;
    background-image: linear-gradient(77deg, 
		#c80a0a 55%, 
		#f58c61 100%), 
	linear-gradient(
		#c80a0a, 
		#c80a0a);
	background-blend-mode: normal, 
		normal;
}
.idxsix_list ul li {
    width: 13.5%;
    height: 470px;
    transition: all .5s;
    border-left: 1px solid rgba(255, 255, 255, .15);
}
.idxsix_li {
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 80px;
}
.idxsix_liico {
    width: 89px;
	height: 89px;
	border: solid 1px rgba(255, 255, 255, .2);
    border-radius: 50%;
    flex-direction: column;
    justify-content: center;
}
.idxsix_liico img {
    max-width: 41px;
}
.idxsix_liline {
    width: 25px;
	height: 4px;
	background-color: #ffffff;
    margin: 20px 0px;
}
.idxsix_lidesc h4 {
    text-align: center;
    font-size: 24px;
	font-weight: 500;
	line-height: 36px;
	color: #ffffff;
}
.idxsix_li_show {
    display: none;
}
.idxsix_list ul li.active {
    width: 32.5%;
}
.idxsix_list ul li.active .idxsix_li {
    display: none;
}
.idxsix_list ul li.active .idxsix_li_show {
    width: 100%;
    height: 100%;
    background: url(../images/idxsix_libg1.jpg) no-repeat center;
    background-size: cover;
    display: block;
    padding: 70px 40px ;
    overflow: hidden;
}
.idxsix_lis_t {
    margin-top: 30px;
}
.idxsix_lis_t h3 {
    font-size: 32px;
	font-weight: 500;
	line-height: 44px;
	color: #f3f3f3;
}
.idxsix_srline {
    background-color: #c80a0a;
    width: 32px;
	height: 3px;
}
.idxsix_li_sdesc p {
    font-size: 15px;
	line-height: 26px;
	color: #f3f3f3;
}

/* 黑兔鸭方法 */
.idxnews {
    padding: 110px 0px;
    background-color: #ffffff;
}
.idxnews_list {
    margin: 80px 0px;
}
.idxnews_list ul li {
    width: 31%;
    height: 355px;
    padding: 30px 40px;
    background: url(../images/idxnews_libgline.png) no-repeat center;
    background-size: 100% 100%;
    transition: all .5s;
}
.idxnews_list ul li a h3 {
    font-size: 24px;
	line-height: 32px;
	color: #222222;
    height: 64px;
    overflow: hidden;
}
.idxnews_list ul li a p {
    font-size: 16px;
	color: #555555;
    margin-bottom: 35px;
}
.idxnews_liico {
    width: 49px;
	height: 49px;
	border-radius: 4px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-top: 100px;
    transition: all 0s;
}
.idxnews_liico img {
    filter: brightness(325%) grayscale(325%)  ;
    transition: all 0s;
}
.idxnews_list ul li:hover,.idxnews_list ul li.active {
    background-image: url(../images/idxnews_libg.jpg);
}
.idxnews_list ul li:hover .idxnews_liico,.idxnews_list ul li.active .idxnews_liico {
    background-color: #c80a0a;
    align-items: center;
}
.idxnews_list ul li:hover .idxnews_liico img,.idxnews_list ul li.active .idxnews_liico img {
    filter: brightness(1325%) grayscale(1325%)  ;
}
.idxnews_more .idxmore {
    margin: 0 auto;
}

/* 生意做增长 */
.idxsy {
    width: 100%;
    position: relative;
}
.idxsybg {

    width: 100%;
}
.idxsyitem {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 100px 0px 70px;
}
.idxcon_top {
    align-items: flex-start;
}
.idxcon_title {
    width: 75%;
}
.idxcon_title h3 {
    font-size: 40px;
	font-weight: 500;
	line-height: 56px;
	color: #ffffff;
    margin-bottom: 25px;
}
.idxcon_title p {
    font-size: 18px;
	line-height: 32px;
	color: #ffffff;
}
.idxcon_more {
    width: 64px;
	height: 64px;
	background-color: #ffffff;
	border-radius: 4px;
    transition: all .5s;
}
.idxcon_more a {
    display: block;
}
.idxcon_more a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.idxcon_more:hover {
    margin-right: 10px;
}
.idxcon_bot {
    align-items: flex-end;
    margin-top: 10px;
}
.idxcon_bot_limg {
    width: 71px;
	height: 70px;
    background-color: #000000;
    border-radius: 6px;
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 10px;
}
.idxcon_bot_limg img {
    max-width: 80%;
    max-height: 70%;
    object-fit: contain;
    filter: brightness(10000%) grayscale(10000%);
    transition: all 0s;
}
.idxcon_bot_l ul {
    align-items: flex-start;
}
.idxcon_bot_l ul li {
    text-align: center;
    margin-right: 50px;
    cursor: default;
}
.idxcon_bot_ldesc p {
    font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	color: #040000;
}
.idxcon_bot_l ul li .idxcon_bot_limg:hover  {
    background-color: #ffffff;
}
.idxcon_bot_l ul li .idxcon_bot_limg:hover img {
    filter: unset;
}
.idxcon_bot_r {
    width: 50%;
    margin-top: 30px;
}
.idxcon_bot_r ul {
    justify-content: flex-end;
}
.idxcon_bot_r ul li {
    width: 293px;
	height: 296px;
    background: url(../images/idxcon_botrbg.png) no-repeat center;
    background-size: cover;
    margin-left: 55px;
    margin-top: 55px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transition: all .5s;
    cursor: default;
    position: relative;
}
.idxcon_bot_r ul li a {
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}
.idxcon_bot_r ul li:nth-child(3),.idxcon_bot_r ul li:nth-child(4) {
    background-image: url(../images/idxcon_botrbg2.png);
}
.idxcon_bot_rdesc h3 {
    font-size: 24px;
	font-weight: bold;
	color: #ffffff;
}
.idxcon_bot_rdesc p {
    font-size: 24px;
	color: #ffffff;
    margin-top: 10px;
}
.idxcon_bot_rimg {
    margin-bottom: 25px;
}
.idxcon_bot_rimg img {
    max-width: 86px;
    height: 80px;
    object-fit: contain;
}
.idxcon_bot_r ul li:hover {
    background-color: rgba(255, 255, 255, .2);
}
.idxcon_bot_r ul li:first-child .idxcon_bot_rimg {
    width: 60%;
    height: auto;
    margin-bottom: 10px;
}
.idxcon_bot_r ul li:first-child .idxcon_bot_rimg img {
    height: auto;
    max-width: 100%;
    width: 100%;
}
.idxcon_bot_wx {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    transition: all .5s;
}
.idxcon_bot_wx img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.idxcon_bot_r ul li:hover .idxcon_bot_wx {
    opacity: 1;
}

/* foot */
.foot {
    padding: 110px 0px 30px;
    background-color: #f3f3f3;
}
.foot_l a img {
    height: 66px;
}
.footitem  {
    align-items: flex-start;
}
.foot_m {
    align-items: flex-start;
}
.foot_m dl {
    margin-left: 80px;
}
.foot_m dl dt a {
    font-size: 20px;
	font-weight: bold;
	color: #222222;
}
.foot_mline {
    width: 20px;
	height: 3px;
	background-color: #e71418;
    margin: 20px 0px 30px;
}
.foot_m dl dd a {
    font-size: 16px;
	color: #888888;
}
.foot_r {
    width: 200px;
    text-align: right;
}
.foot_r a {
    font-size: 20px;
    display: block;
	font-weight: bold;
	color: #222222;
}
.foot_r p {
    font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	color: #222222;
}
.foot_r .foot_mline {
    float: right;
}
.footcopy {
    width: 100%;
    margin-top: 200px;
}
.footcopy_l p {
    font-size: 14px;
	color: #bbbbbb;
}
.footcopy_l p a {
    font-size: 14px;
	color: #bbbbbb;
    margin-left: 20px;
}
.footcopy_r a {
    font-size: 14px;
	color: #bbbbbb;
    background: url(../images/footcopyline.png) no-repeat right center;
    padding:0px 15px;
}
.footcopy_r a:nth-child(2) {
    background: none;
    padding-right: 00px;
    padding-left: 10px;
}
.footcopy a:hover {
    color: #aaaaaa;
}
.xuanfu {
    position: fixed;
    top: 60%;
    right:0px;
    z-index: 9;
    padding: 0px 20px;
    display: none;
}
.xuanfu ul li {
    width: 56px;
	height: 56px;
	background-color: #c80a0a;
    border-radius: 50%;
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
}
.xfimg {
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}
.xfimg img {
    filter:brightness(1000%) invert(1);
}
.xfwx {
    position: absolute;
    top: 0px;
    left: 200px;
    width: 150px;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
    z-index: -1;
    transition: all .5s;
}
.xftel {
    width: 180px;
    background-color: #c80a0a;
    left: 165px;
    top: -20px;
    transition: all .5s;
}
.xuanfu ul li:last-child {
    background-color: #ffffff;
}
.xfimg p {
    font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.xuanfu ul li.xfwxitem:hover .xfwx {
    left: -160px;
}
.xuanfu ul li.xftelitem:hover .xftel {
    left: -190px;
}
.xfwx p.xfwxdesc {
    font-size: 16px;
    padding: 5px 0px 10px;
    font-weight: bold;
	color: #333333;
}
.xftel p {
    line-height: 50px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
}
.xfwx span.xfteldesc {
    line-height: 50px;
    font-size: 16px;
    color: #c80a0a;
    font-weight: bold;
    display: block;
    background-color: #ffffff;
}
.neiye .topnav ul li a {
    color: #ffffff;
}
.neiye .topxhsimg img {
    filter: brightness(10000%) grayscale(10000%);
    transition: all 0s;
}
.neiye .topwximg img.topwximgico {
    filter: brightness(1000%) grayscale(1000%);
    transition: all 0s;
}
.neiye .topnav ul li a:hover {
    color: #c80a0a;
}
.neiye .topwximg img.topwximgico:hover {
    filter: unset;
}
.neiye .topxhsimg img:hover {
    filter: unset;
}
.neiye .top {
    border-bottom: 0px;
}
.neiye.contact_detail .topnav ul li a:hover {
    color: #ffffff;
}
.casetop .topnav ul li a {
    color: #222222;
}
.casetop .topxhsimg img {
    filter: brightness(100%) grayscale(100%);
    transition: all 0s;
}
.casetop .topwximg img.topwximgico {
    filter: brightness(10%) grayscale(10%) invert(.2);
    transition: all 0s;
}
.casetop .topnav ul li a:hover {
    color: #c80a0a;
}
.casetop .topwximg img.topwximgico:hover {
    filter: unset;
}
.casetop .topxhsimg img:hover {
    filter: unset;
}
.casetop .top {
    border-bottom: 0px;
}

.casetop .fixednav .topnav ul li a {
    color: #cccccc;
}
.casetop .fixednav .topnav ul li a:hover {
    color: #c80a0a;
}
.caselogo2 {
    display: none;
}
.casetop .fixednav .topwximg img.topwximgico {
    filter: brightness(1000%) grayscale(1000%);
}
.casetop .fixednav .topxhsimg img {
    filter: brightness(1000%) grayscale(1000%);
}



/* 联系我们 */
.idxcon_bot_title h3 {
    font-size: 56px;
	font-weight: bold;
	color: #ffffff;
    margin-bottom: 60px;
}
.contact_item .idxcon_bot_r {
    margin-top: 80px;
}

/* 全案 */
.neibanner {
    position: relative;
    width: 100%;
}
.neibanner img {
    width: 100%;
}
.neibanner_desc {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding-top: 200px;
}
.neibanner_list {
    position: relative;
}
.neibannerqa_title h3 {
    font-size: 48px;
	letter-spacing: 1px;
	color: #ffffff;
}
.neibannerqa_title h3 p {
    font-size: 52px;
	font-weight: bold;
    padding: 20px 0px 60px;
	letter-spacing: 1px;
	color: #ffffff;
}
.neibanner_list .gallery-thumbs {
    width: 600px;
    float: left;
}
.neibanner_list .gallery-thumbs .swiper-slide {
    background: none;
}
.neibanner_sli {
    width: 170px;
	height: 170px;
    flex-direction: column;
    justify-content: center;
    border-radius: 85px;
    cursor: default;
	background-color: #ffffff;
}
.neibanner_list .gallery-top {
    width: 330px;
    float: right;
}
.neibanner_list .gallery-top .swiper-slide {
    background: none;
    opacity: 0 !important;
}
.neibanner_list .gallery-top .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}
.neibanner_bli {
    width: 100%;
    height: auto;
    text-align: right;
}
.neibanner_bli h4 {
    font-size: 24px;
	color: #ffffff;
}
.neibanner_bli h3 {
    font-size: 32px;
	font-weight: bold;
    margin-top: 20px;
	color: #ffffff;
}
.neibanner_bliline {
    width: 24px;
	height: 3px;
	background-color: #d10000;
    float: right;
    margin: 20px 0px;
}
.neibanner_bli p {
    font-size: 16px;
	line-height: 30px;
	color: #ffffff;
}
.neibanner_bli h5 {
    font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #ffffff;
    margin-top: 160px;
}
.neibanner_bli h5 span {
	color: #c80a0a;
    font-size: 18px;
}
.neibanner_sliimg img {
    height: 27px;
}
.neibanner_slidesc h3 {
    font-size: 24px;
    font-weight: 500;
	color: #222222;
    margin: 15px 0px ;
}
.neibanner_slidesc p {
    font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #222222;
}
.neibanner_list .gallery-thumbs .swiper-slide-thumb-active .neibanner_sli  {
	background-color: #c80a0a;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, .2);
}
.neibanner_list .gallery-thumbs .swiper-slide-thumb-active .neibanner_sli .neibanner_sliimg img {
    filter: brightness(1000%) grayscale(1000%) ;
}
.neibanner_list .gallery-thumbs .swiper-slide-active.swiper-slide-thumb-active .neibanner_sli .neibanner_sliimg img {
    filter: brightness(1000%) grayscale(1000%) invert(1);
}
.neibanner_list .gallery-thumbs .swiper-slide-thumb-active .neibanner_sli .neibanner_slidesc h3 {
    color: #ffffff;
}
.neibanner_list .gallery-thumbs .swiper-slide-thumb-active .neibanner_sli .neibanner_slidesc p {
    color: #ffffff;
}

.quananitem {
    padding-top: 110px;
    width: 100%;
}
.qapage_list {
    width: 100%;
    margin-top: 80px;
}
.qapage_list>ul>li {
    width: 31.5%;
    height: 350px;
    padding: 35px 40px;
    background: url(../images/idxnews_libgline.png) no-repeat center;
    background-size: 100% 100%;
    transition: all .5s;
    cursor: default;
}
.qapage_list ul li h3 {
    font-size: 24px;
	color: #222222;
    margin-bottom: 20px;
}

.qapage_list ul li .qapage_lilist {
    align-items: flex-start;
}
.qapage_list ul li .qapage_lilist ol {
    width: 50%;
    list-style: none;
}
.qapage_list ul li .qapage_lilist ol li {
    font-size: 16px;
    list-style: none;
	line-height: 32px;
	color: #555555;
    background: url(../images/quanan_liico.png) no-repeat left center;
    padding-left: 15px;
}
.qapage_list ul li:nth-child(3) .qapage_lilist ol {
    width: auto;
}
.qapage_list>ul>li:hover,.qapage_list>ul>li.active {
    background-image: url(../images/idxnews_libg.jpg);
}

.qapage_yx {
    width: 100%;
    padding-top: 110px;
}
.qapage_yxitem {
    margin-top: 80px;
    position: relative;
}
.qapage_pic img {
    width: 100%;
}
.qapage_desc {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    padding: 80px 40px;
    left: 0px;
}
.qapage_desc_item {
    width: 49%;
    transition: all .5s;
}
.qapage_descico {
    width: 88px;
	height: 88px;
    border-radius: 50%;
	border: solid 1px #f0f0f0;
    flex-direction: column;
    justify-content: center;
}
.qapage_descico img {
    filter: brightness(1000%) grayscale(1000%);
}
.qapage_desc_item h3 {
    font-size: 32px;
	font-weight: 500;
	color: #ffffff;
    margin-top: 70px;
}
.qapage_descline {
    width: 32px;
	height: 3px;
	background-color: #c80a0a;
    margin: 20px 0px;
}
.qapage_desc_item p {
    font-size: 16px;
	line-height: 30px;
	color: #fffefe;
}
.qapage_desc_item:hover {
    padding-left: 10px;
}
.qapage_hz {
    width: 100%;
    padding: 110px 0px;
}
.qapage_hzlist {
    margin-top: 80px;
}
.qapage_hzlist ul li {
    width: 14.285%;
	height: 368px;
	background-color: #f3f3f3;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
    cursor: default;
    padding-top: 80px;
}
.qapage_hzlinum {
    width: 72px;
	height: 72px;
    border-radius: 50%;
	border: solid 1px #cccccc;
}
.qapage_hzlinum p {
    font-size: 40px;
	color: #888888;
    font-weight: bold;
    text-align: center;
    line-height: 70px;
}
.qapage_hzline {
    width: 16px;
	height: 3px;
    margin: 10px auto 20px;
	background-color: #c80a0a;
}
.qapage_hzlidesc p {
    font-size: 16px;
	line-height: 30px;
	color: #222222;
}
.qapage_hzlist ul li:nth-child(2n) {
    background-color: #e5e5e5;
}
.qapage_hzlist ul li:hover {
    background-color: #c80a0a;
}
.qapage_hzlist ul li:hover .qapage_hzlinum {
    border: solid 1px rgba(255, 255, 255, .3);
}
.qapage_hzlist ul li:hover .qapage_hzlinum p {
    color: #f3f3f3;
}
.qapage_hzlist ul li:hover .qapage_hzline {
    background-color: #e5e5e5;
}
.qapage_hzlist ul li:hover .qapage_hzlidesc p {
    color: #f3f3f3;
}

/* 案例列表 */
/* .casemain {
    width: 100%;
    min-height: 2046px;
    background: url(../images/casebg.jpg) no-repeat top;
    background-size: 100%;
} */

.casebanner {width: 100%;height: 800px; object-fit: cover;}
.casebanner_desc {
    width: 100%;
    height: 800px;
    position: absolute;
    top: 0px;
    left: 0px;
    flex-direction: column;
    justify-content: flex-start;
}
.casebanner_desc h3 {
    font-size: 52px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #c80a0a;
    margin: 180px 0px 30px;
}
.casebanner_desc p {
    font-size: 18px;
	color: #555555;
}
.casepage_list {
    position: relative;
    margin-top: -350px;
}

.casepage_list ul li {
    width: 32%;
	background-color: #f7f7f7;
    float: left;
    margin: 0px 2% 30px 0px;
    position: relative;
}
.casepage_list ul li a {
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}
.caseli_gray {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    justify-content: center;
    flex-direction: column;
}
.casepage_liline {
    width: 32px;
	height: 3px;
    margin: 10px 0px;
	background-color: #c80a0a;
}
.casepage_liimg {
    width:50%;
    height: 100px;
    flex-direction: column;
    justify-content: center;
}
.casepage_liimg img {
    max-height: 100px;
    width: auto;
    filter: grayscale(100%) brightness(100%);
}
.casepage_lidesc {
    padding: 0px 40px;
    width: 100%;
    text-align: left;
    position: absolute;
    bottom: 20px;
    left: 0px;
}
.casepage_lidesc h3 {
    font-size: 20px;
	font-weight: bold;
	color: #222222;
}
.casepage_lidesc p {
    font-size: 16px;
	line-height: 24px;
	color: #555555;
}
.case_lishow {
  width: 100%;
    background-color: #ffffff;
    opacity: 0;
    transition: all .5s;
}
.case_lishow_img {
    width: 100%;
}
.case_lishow_img img {
    width: 100%;
}
.case_lishow_desc {
    width: 100%;
    line-height: 60px;
    transition: all .5s;
}
.case_lishow_desc h3 {
    font-size: 18px;
	font-weight: bold;
	color: #222222;
}
.case_lishow_desc p {
    font-size: 16px;
	color: #555555;
    background: url(../images/casemoreico.png) no-repeat right center;
    padding-right: 40px;
}
.casepage_list ul li:hover .case_lishow {
    opacity: 1;
}
.casepage_list ul li:hover .case_lishow .case_lishow_desc {
    padding: 0px 10px;
}
.casepage_list ul li:nth-child(3n) {
    margin-right: 0px;
}
.casepage_list ul li:hover .caseli_gray {
    opacity: 0;
}
.casepage_listmore {
    text-align: center;
    margin: 60px 0px;
}
/* .casepage_listmore a {
    width: 176px;
	height: 54px;
	background-color: #e5e5e5;
	border-radius: 4px;
    font-size: 16px;
    text-align: center;
    line-height: 54px;
	color: #555555;
    display: block;
    margin: 60px auto 0px;
}
.casepage_listmore a:hover {
    background-color: #c80a0a;
    color: #ffffff;
} */
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #c80a0a;
    border-color:#c80a0a;
}
.pagination>li>a, .pagination>li>span,.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #c80a0a;
}
.jumpto {
    display: none;
}

/* 案例详情 */
.casede_top {
    width: 100%;
    padding: 220px 0px 110px;
    background-color: #f3f3f3;
}
.casede_topitem .swiper-slide {
    background: none;
    display: block;
}
.casede_tstop {
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 30px 0px 
		rgba(4, 0, 0, 0.04);
	border-radius: 0px 4px 4px 0px;
    background-color: #ffffff;
    align-items: flex-start;
}
.casede_tstop_l {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.casede_tstop_l img {
    width: 100%;
}
.casede_tstop:hover .casede_tstop_l img {
    transform: scale(1.05);
}
.casede_tstop_r {
    text-align: right;
    padding-right: 90px;
    padding-top: 85px;
    padding-left: 5%;
}
.casede_tstop_r h3 {
    font-size: 40px;
	font-weight: bold;
	color: #222222;
}
.casede_tstop_rline {
    width: 40px;
	height: 5px;
	background-color: #c80a0a;
    float: right;
    margin: 20px auto 30px;
}
.casede_tstop_r p {
    font-size: 20px;
	line-height: 36px;
	color: #555555;
}



.casede_tsbot {
    width: 100%;
    min-height: 222px;
	background-color: #fafafa;
	border-radius: 4px;
    margin-top: 40px;
    padding: 45px;
}
.casede_tsbot_l {
    width: 100%;
    text-align: left;
    font-size: 18px;
    text-align: justify;
	line-height: 32px;
	color: #222222;
}
.casede_tsbot_l p,.casede_tsbot_l span {
    font-size: 18px;
    text-align: justify;
	line-height: 32px;
	color: #222222;
}
/*.casede_tsbot_l img {*/
/*    display: block;*/
/*    margin: 0px auto;*/
/*}*/
.casede_tsbot_r {
    display: none;
    padding-right: 45px;
    transition: all .5s;
}
.casede_tsbot:hover .casede_tsbot_r {
    padding-right: 60px;
}
.casede_tpl {
    width: 60%;
    height: 100%;
}
.casede_tpl .swiper-button-next, .casede_tpl .swiper-button-prev {
    width: 64px;
	height: 64px;
	background-color: #ffffff;
	border-radius: 4px;
    right: 85px;
    top:85%;
}
.casede_tpl .swiper-button-prev {
    left: unset;
    right: 160px;
}
.casede_tpl .swiper-button-next::after, .casede_tpl .swiper-button-prev::after {
    color: #e5e5e5;
    font-size: 20px;
    font-weight: bold;
}
.casede_tpl .swiper-button-next:hover, .casede_tpl .swiper-button-prev:hover {
    background-color: #c80a0a;
}
.casede_tpl .swiper-button-next:hover::after, .casede_tpl .swiper-button-prev:hover::after {
    color: #ffffff;
}

.casede_list {
    padding: 110px 0px;
    background-color: #e5e5e5;
}
.casede_list .casepage_list {
    margin: 0px auto;
} 
.casede_list .casepage_list ul li {
    margin-bottom: 0px;
}


/* 新闻列表 */
.neibanner img.newsbanner {
    width: 100%;
    height: 50vh;
    object-fit: cover;
}
.newsbanner_desc {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    flex-direction: column;
    justify-content: center;
}
.newsbanner_desc h3 {
    font-size: 52px;
    font-weight: bold;
	color: #c80a0a;
}
.newsbanner_desc p {
    font-size: 18px;
    color: #555555;
    margin-top: 30px;
}
.newslist_page {
    padding: 110px 0px 50px;
}
.newslist_page ul li {
    float: left;
    width: 49%;
    height: 560px;
    border-bottom: 4px solid #f3f3f3;;
    margin-right: 2%;
    margin-bottom: 80px;
    transition: all .5s;
}
.newslist_page ul li:nth-child(2n) {
    margin-right: 0px;
}
.newslist_ptop {
    width: 100%;
	height: 480px;
    align-items: flex-start;
}
.newslist_ptop_l {
    width: 344px;
	height: 100%;
    overflow: hidden;
}
.newslist_ptop_l img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.newslist_ptop_r {
    width: 335px;
    height: 100%;
    position: relative;
}
.newslist_ptop_r h4 {
    font-size: 16px;
	font-weight: bold;
	color: #555555;
    margin-top: 20px;
}
.newslist_ptop_r h3 {
    font-size: 24px;
	font-weight: bold;
	line-height: 36px;
	color: #222222;
    margin: 40px 0px 30px;
    height: 70px;
    overflow: hidden;
}
.newslist_ptop_r p {
    font-size: 16px;
	line-height: 30px;
	color: #555555;
}
.newslimore {
    width: 49px;
	height: 49px;
    border-radius: 4px;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    bottom: 0px;
    left: -10px;
    transition: all .5s;
}
.newslimore img {
    filter: brightness(300%) grayscale(300%);
    transition: all 0s;
}
.newslist_page ul li:hover {
    border-color: #c80a0a;
}
.newslist_page ul li:hover .newslimore {
    background-color: #c80a0a;
    left: 0px;
}
.newslist_page ul li:hover .newslimore img {
    opacity: 1;
    filter: brightness(1000%) grayscale(1000%);
}
.newslist_page ul li:hover .newslist_ptop_r h3 {
    color: #c80a0a;
}
.newslist_page ul li:hover .newslist_ptop_r h4 {
    color: #c80a0a;
}
.pages {
    padding-bottom: 110px;
    text-align: center;
}
.pages ul li span {
    font-size: 18px;
	color: #888888;
    margin: 0px 10px;
}
.pages ul li a {
	font-size: 18px;
	color: #888888;
    margin: 0px 10px;
}
.pages ul li a:hover {
    color: #222222;
}
.newsdetail {
    padding: 200px 0px 80px;
}

/* 新闻详情 */
.newsde_item {
    align-items: flex-start;
}
.newsde_item_l {
    width: 70%;
}
.newsde_item_r {
    width: 24%;
}
.newsde_item_ltop {
    padding-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
}
.newsde_item_ltop h2 {
    font-size: 32px;
    line-height: 1.4;
	font-weight: bold;
	color: #222222;
}
.newsde_item_lbot {
    margin-top: 50px;
        font-size: 16px;
    line-height: 30px;
	color: #555555;
}
.newsde_item_lbot p,.newsde_item_lbot span {
    font-size: 16px;
    line-height: 30px;
	color: #555555;
}

.newsde_item_back {
    width: 176px;
	height: 48px;
    margin-top: 80px;
	background-color: #ffffff;
	border: solid 3px #c80a0a;
}
.newsde_item_back a {
    width: 100%;
    height: 100%;
    justify-content: center;
}
.newsde_item_back a img {
    width: 24px;
    transition: all 0s;
}
.newsde_item_back a p {
    font-size: 16px;
    margin-left: 10px;
	color: #222222;
}
.newsde_item_back:hover {
    background-color: #c80a0a;
}
.newsde_item_back:hover a p {
    color: #ffffff;
}
.newsde_item_back:hover a img {
    filter: brightness(1000%) grayscale(1000%);
}
.newsde_rtop ul li {
    justify-content: flex-start;
    margin-bottom: 6px;
}
.newsde_rtop ul li p {
    font-size: 16px;
	color: #555555;
}
.newsde_rtop ul li img {
    margin: 0px 20px ;
}
.newsde_rtop ul li p sup {
    font-size: 12px;
	color: #555555;
}
.newsde_rbot {
    margin-top: 100px;
}
.newsde_rbot ul li {
    margin-bottom: 35px;
}
.newsde_rbot ul li a {
    align-items: flex-end;
}
.newsde_rbot_l {
    width: 216px;
    height: 430px;
    border-bottom: 3px solid #f3f3f3;
    transition: all .5s;
}
.newsde_rbot_limg {
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.newsde_rbot_limg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.newsde_rbot_ldesc p {
    font-size: 16px;
	color: #888888;
    margin: 15px 0px 5px;
}
.newsde_rbot_ldesc h3 {
    font-size: 18px;
    font-weight: bold;
    height: 50px;
	line-height: 26px;
	color: #222222;
    overflow: hidden;
}
.newsde_rbot_r img {
   filter: brightness(1500%) grayscale(1500%);
    margin-bottom: 30px;
}
.newsde_rbot ul li:hover .newsde_rbot_r img {
    margin-right: 10px;
    filter: unset;
}
.newsde_rbot ul li:hover .newsde_rbot_l {
    border-color: #c80a0a;
}
.newsde_rbot ul li:hover .newsde_rbot_ldesc h3 {
    color: #c80a0a;
}

.contact_page .idxcon_top {
    display: none;
}
.contact_page .idxcon_bot {
    margin-top:100px;
}
.contact_page .idxsybg {

}

/* wap */
.waptop {
    width: 100%;
    height: 60px;
    background-color: #ffffff;
    position: fixed;
    top: 0px;
    left: 0px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
    z-index: 9;
    padding: 0px 15px;
}
.waptop_left {
    width: 50%;
    height: 60px;
}
.waptop_left a {
    width: 100%;
    height: 60px;
    display: block;
}
.waptop_left a img {
    height: 40px;
    margin-top: 10px;
}
.waptop_right img {
    height: 40px;
}
.waptop_right img.waptop_rnav {
    margin-left: 20px;
}
.waptopnav {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 60px;
    left: 0px;
    display: none;
    z-index: 3;
    background-color: rgba(200, 10, 10, .6);
}
.waptopnav ul {
    background-color: #c80a0a;
    padding: 20px;
}
.waptopnav ul li {
    padding: 15px;
    border-bottom: 1px solid #d5d5d5;
}
.waptopnav ul li a {
    font-size: 20px;
    line-height: 40px;
    display: block;
    color: #ffffff;
}
.waptop_right img.waptop_rtel {
    height: 30px;
}
.wapnavwx {
    margin: 50px 0px;
    text-align: center;
}
.wapnavwx img {
    height: 120px;
}
.wapnavwx p {
    font-size: 16px;
    margin-top: 10px;
    color: #ffffff;
}
.waptop_right img.waptop_rclose {
    display: none;
    height: 40px;
    width: 40px;
    padding: 7px;
    margin-left: 20px;
}
.casede_toppart {
    width: 100%;
    position: relative;
    background-color:#ffffff;
    align-items: flex-start;
}

.casede_tpr {
    width: 40%;
    height: 100%;
    background-color: #ffffff;
}

.hezuolist .idxhezuo {
    padding-bottom: 0px;
}
.newspos {
    margin-bottom: 30px;
}
.newspos span {
    font-size: 12px;
    color: #bbbbbb;
}
.newspos a {
    font-size: 12px;
    color: #bbbbbb;
}
