.c-about{
    padding: 3rem 1.6rem;
    text-align: center;
    background-color: #fff;
}
.c-about .c-text {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 28px;
}
.c-about .c-title {
    /* font-weight: bold; */
    margin: 0 auto 1rem;
    max-width: 600px;
    font-size: 14px;
    line-height: 30px;
    color: #222;
}

.c-about .c-title p {
    margin: 0 0 10px;
}

.c-btn-move {
    font-size: 14px;
}
.c-btn-move {
    display: inline-block;
    position: relative;
    z-index: 2;
    padding-left: 25px;
    font-size: 18px;
    line-height: 50px;
    color: #00cc82;
}

.c-btn-move:hover {
    color: #00cc82;
}

.c-btn-move i {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background: #f1f1f1;
    vertical-align: middle;
    margin-right: -25px;
}
.c-btn-move span {
    position: relative;
    display: inline-block;
    margin-left: 20px;
    width: 50px;
    height: 50px;
    vertical-align: middle;
}

.c-btn-move span::before,
.c-btn-move span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 2px;
    margin: -1px 0 0 -5px;
    background: #00cc82;
}

.c-btn-move span::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.c-btn-move.c-dt i {
    background: #00cc82;
}

.c-btn-move.c-dt span::before,
.c-btn-move.c-dt span::after {
    background: #fff;
}

.c-btn-move.c-dt,
.c-btn-move.c-dt:hover {
    color: #fff;
}

li {list-style-type:none;}
a {text-decoration: none;}

.c-service {
    padding: 1.4rem 1.6rem;
}
.c-service li {list-style-type:none;}
.c-service a {text-decoration: none;}
.c-service .c-list {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.c-service .c-list li {
    margin-bottom: 30px;
    padding: 0 15px;
    width: 50%;
}

.c-service .c-list .c-wrap {
    display: block;
    padding: 40px;
    background: #fff;
    transition: .5s;
}

.c-service .c-list .c-wrap .c-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.c-service .c-list .c-wrap .c-top .c-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
    color:#222;
}

.c-service .c-list .c-wrap .c-top img {
    height: 48px;
}

.c-service .c-list .c-wrap .c-text {
    font-size: 18px;
    line-height: 28px;
    padding: 25px 0 15px;
    color: #5f5f5f;
}

.c-service .c-list .c-wrap .c-more {
    font-size: 18px;
    line-height: 1;
    color: #333;
    text-decoration: underline;
    transition: .5s;
}

.c-service .c-list .c-wrap:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
}

.c-service .c-list .c-wrap:hover .c-more {
    color: #00cc82;
}

.c-sPadding {
    padding-top: 80px;
}

.c-common-title {
    text-align: center;
	padding-bottom: 50px;
}
.c-common-title .c-text {
    font-size: 18px;
    line-height: 28px;
    color: #666;
}
.c-common-title .c-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
	color:#222;
	}


.colxw{
    padding: 1.8rem 1.6rem;
    text-align: center;
    background-color: #fff;
}
.colxw.c-text {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 28px;
}
.colxw .c-title {
    font-weight: bold;
    margin: 0 auto 1rem;
    max-width: 800px;
    font-size: 18px;
    color: #222;
}

.colxw .c-title p {
    margin: 0 0 10px;
}

.col-gd{
height:450px;
overflow-x:hidden;
overflow-y:hidden
}

.youlian{
background-color: #f5f5f5;
 padding: 1rem;
}

@media (min-width: 576px) {
  .youlian {
    padding: 1rem;
  }
}
.container span{
	padding-left: 1rem;
}

.center {
text-align: center;
}


.fw{
	background-image:url('https://www.shfsw.com/tpl/www/images/fuwu_bg.png');
	background-size:cover;
	background-repeat:no-repeat;
	background-position: center center;
	padding: 3rem !important;
	background-color: #f8f9fa !important;
}

.fw_xm{
min-height:300px;
padding: 1rem;
margin: 80px 0 80px 10px;
}
.fw_xm .c-title{
	margin-bottom: 1.5rem;
    font-weight: 500;
    line-height: 1.2;
	font-size: 2.5rem;
}

.fw_xm .c-text{
    line-height: 1.2;
	font-size: 1rem;
	margin:1.5px 0;
}

.c-service-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  border-radius: 5px;
  height: 52px;
  color: #fff;
  background-color: #00cc82;
}
.c-service-btn:hover,
.c-service-btn:visited,
.c-service-btn:active,
.c-service-btn:focus {
  color: #fff;
}
.c-service-btn:hover img {
  transform: translateX(10px);
}
@media (max-width: 1260px) {
  .c-service-btn {
    padding: 0 15px;
    height: 50px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .c-service-btn {
    padding: 0 1rem;
    height: 2rem;
    font-size: 0.6rem;
  }
}
.c-service-btn img {
  width: 8px;
  margin-left: 10px;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .c-service-btn img {
    width: 0.3rem;
  }
}


.c-common-service-title .c-title {
  font-size: 0.4rem;
  line-height: 1.2;
  font-weight: bold;
}
@media (max-width: 1260px) {
  .c-common-service-title .c-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .c-common-service-title .c-title {
    font-size: 1.2rem;
  }
}
.c-common-service-title .c-title span {
  color: #00cc82;
}
.c-common-service-title .c-text {
  font-size: 18px;
  margin-top: 0.1rem;
  color: #666;
}
@media (max-width: 767px) {
  .c-common-service-title .c-text {
    font-size: 0.6rem;
    margin-top: 0.5rem;
  }
}

@-webkit-keyframes fadeInUp2 {

    from {

        opacity: 0;

        -webkit-transform: translate3d(0, 100px, 0);

        transform: translate3d(0, 100px, 0);

    }

    to {

        opacity: 1;

        -webkit-transform: translate3d(0, 0, 0);

        transform: translate3d(0, 0, 0);

    }

}



@keyframes fadeInUp2 {

    from {

        opacity: 0;

        -webkit-transform: translate3d(0, 100px, 0);

        transform: translate3d(0, 100px, 0);

    }

    to {

        opacity: 1;

        -webkit-transform: translate3d(0, 0, 0);

        transform: translate3d(0, 0, 0);

    }

}



.fadeInUp2 {

    -webkit-animation-name: fadeInUp2;

    animation-name: fadeInUp2;

}


.container  .c-left {width: 48%;float: left;position: relative;padding: 0.5rem;color: #fff;margin-right: 1rem;background: url(../images/c-fixedBox-bj.jpg) no-repeat center / cover;}

.container  .c-left  .c-title {
    border-color: rgba(255,255,255,.3);
    margin: 1.5rem;
    border-bottom: 1px solid #fff;
    padding-bottom: 1rem;
    font-weight: bold;
    /* font-size: .3rem; */
    line-height: 1;
    font-size: 20px;
}

.container  .c-left  .c-bottomBox .c-list li {
    position: relative;
    padding-bottom: 4rem;
    height: 120px;
}

.container  .c-left  .c-bottomBox .c-list .c-num {
    position: relative;
    z-index: 2;
    float: left;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    background: #00cc82;
    border-radius: 50%;
}
.container  .c-left   .c-bottomBox .c-list .c-textBox {
    float: right;
    width: -webkit-calc(100% - 45px);
    width: calc(100% - 45px);
}

.container  .c-left  .c-bottomBox .c-list .c-textBox .c-text1 {
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
}
.container  .c-left  .c-list .c-textBox .c-text2 {
    font-size: 14px;
    line-height: 24px;
}
.card {
    width: 48%;
    padding-left: 10px;
    margin-left: 0.5rem;
    padding: 0.5rem;
 }	
 
 
 .xgzx{
	/*background-image:url('https://www.shfsw.com/tpl/www/images/fuwu_bg.png');*/
	background-size:cover;
	background-repeat:no-repeat;
	background-position: center center;
	padding: 2rem !important;
	background-color: #f8f9fa !important;
}

.xgzx .m_box{
	/* width:1200px; */
	min-height:300px;
	padding: 1rem;
	margin: 1rem 6rem;
	position: relative;
	display: flex;
    flex-direction: column;
}
.xgzx .m_box .m_t{
	margin-bottom: 1.5rem;
    font-weight: 500;
    line-height: 1.2;
	font-size: 2.5rem;
}
.xgzx .m_box .m_t .name{
	margin-bottom: 1.5rem;
    font-weight: 500;
    line-height: 24px;
    font-size: 20px;
	padding-left:50px;
	font-weight: bold;
}
.xgzx .m_box .m_t .name a{
	padding-right:50px;
}
.xgzx .m_box .m_t .cl{

    border-bottom: 1px solid #eeeeee;
}

.xgzx .m_box .home_news{
    padding:1rem;
}
.xgzx .m_box .home_news li{
	/* margin-bottom: 10px; */
	/* height: 100px; */
	width: 45%;
	float:left;
	padding: .5rem;
	margin: .5rem;
	border-bottom: 1px solid #eeeeee;
}
.xgzx .m_box .home_news li a{
    border-bottom: 1px solid #eeeeee;
	padding: 10px;
}

.sem-why{ padding: 80px 0;}
.sem-why .container{ display: flex; flex-flow: wrap;  justify-content: space-between; align-items:center;
    max-width: 1800px;
    padding: 0 100px;
    margin: 0 auto;}
.sem-why .img{ width: 48%; }
.sem-why .img img{ width: 100%;}
.sem-why .text{ margin-left: -8%;width:60%; background: #FFFFFF; padding:3%;}
.sem-why .con{ margin:48px 0 50px; display: flex; flex-flow: wrap; justify-content: space-between; align-items:center; }
.sem-why .con p{ margin-top: 10px; font-weight: bold; color: #333333; font-size: 24px; letter-spacing: 1px;
    /* margin: 48px 0 50px;*/
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
}

.home-tit{ position: relative; padding-top: 35px; text-align: center; }
.home-tit span{ position:absolute; top:0; left:0; width: 100%; color: #2a6cf4; font-weight: bold; line-height: 80px; font-size: 80px; opacity: .1; text-transform: uppercase;}
.home-tit h2{ position: relative; letter-spacing: 3px; padding-bottom: 12px; font-size: 36px; font-weight: bold; color: #333333;}
.home-tit h2:after{ content: ""; position: absolute; bottom: 0; left:50%; width: 55px; height: 4px; margin-left: -27px; background: #2a6cf4;}
.home-tit h2 i{ font-style: normal; color: #2a6cf4;}
.home-tit p{ margin-top:10px; font-size: 20px; letter-spacing: 1px; line-height:36px;}
.home-button{ margin: 0 auto; display: block; width: 180px;  background: #FFFFFF; text-align: center; line-height: 38px; font-size: 16px; color: #2a6cf4; border: 1px solid #2a6cf4; letter-spacing:2px; -webkit-transition: all ease .3s; transition: all ease .3s;}
.home-button:hover{ background: #2a6cf4; color: #FFFFFF;}

/* ÃƒÂ§Ã¢â‚¬Â¢Ã¢â€žÂ¢ÃƒÂ¨Ã‚Â¨Ã¢â€šÂ¬-ÃƒÂ¨Ã‚ÂÃ¢â‚¬ÂÃƒÂ§Ã‚Â³Ã‚Â» */

#c-contact {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
    padding: 0 1.6rem;
    height: -webkit-calc(100vh - 80px);
    height: calc(100vh - 80px);
    background-color: #ffffff4d;
}
#c-contact .c-maxWrap {
    width: 100%;
}
#c-contact .c-leftBox {
    float: left;
    width: 47%;
}
#c-contact .c-rightBox {
    float: right;
    width: 48.5%;
}
#c-contact .c-leftBox .c-title {
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 54px;
}
#c-contact .c-leftBox .c-title span {
    color: #00cc82;
}
#c-contact .c-leftBox .c-text {
    /* margin-bottom: 120px; */
}
#c-contact .c-leftBox .c-text p {
    margin: 0.5rem 0;
    font-size: 18px;
    line-height: 38px;
    color: #333;
}
#c-contact .c-leftBox .c-text p span{
    color: #00cc82;
}
#c-contact .c-leftBox .c-text p:last-child {
    margin-bottom: 0;
}
#c-contact .c-btnBox {
    float: left;
    padding-top: 28px;
}
#c-contact .c-btn {
    display: block;
    width: 152px;
    height: 54px;
    font-size: 18px;
    line-height: 52px;
    text-align: center;
    color: #fff;
    border: 1px solid #ddd;
    background: #00cc82;
    transition: .3s;
    border-radius: 5px;
}
#c-contact .c-btn .c-img {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    vertical-align: middle;
}
#c-contact .c-btn .c-img img {
    width: 100%;
}
#c-contact .c-btn .c-img img:last-child {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: .3s;
}
#c-contact .c-btn:hover .c-img img:last-child {
    opacity: 1;
}
#c-contact .c-btn:hover {
    border: 1px solid #00cc82;
    background: #00cc82;
    color: #fff;
}
#c-contact .c-rightBox .c-title {
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 54px;
    color: #222;
}
#c-contact .c-rightBox .c-title span {
    color: #00cc82;
}
#c-contact .c-rightBox form {
    margin: 0 -10px;
    font-size: 14px;
}
#c-contact .c-rightBox form .c-btn {
    margin-left: 10px;
}
#c-contact .c-rightBox .c-lBox,
#c-contact .c-rightBox .c-rBox {
    float: left;
    padding: 0 10px;
    width: 50%;
}
#c-contact .c-rightBox .c-lBox>li,
#c-contact .c-rightBox .c-rBox>li {
    margin-bottom: 30px;
    position: relative;
    border-bottom: 1px solid #ddd;
}
#c-contact .c-rightBox .c-lBox>li:before,
#c-contact .c-rightBox .c-rBox>li:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    border-bottom: 1px solid #333;
    transition: .3s;
}
#c-contact .c-rightBox li.c-active:before {
    width: 100%;
}
#c-contact .c-rightBox label {
    display: block;
    line-height: 30px;
}
#c-contact .c-rightBox form input {
    width: 100%;
    height: 36px;
    font-size: 16px;
    border-bottom: 1px solid #28a745;
    border-top:0px;
    border-left:0px;
    border-right:0px;
}
#c-contact .c-rightBox .c-select {
    position: relative;
    height: 36px;
    line-height: 36px;
}
#c-contact .c-rightBox .c-select select {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 36px;
    font-size: 16px;
    border-bottom: 1px solid #28a745;
    border-top:0px;
    border-left:0px;
    border-right:0px;
}
#c-contact .c-rightBox .c-select .c-arrow {
    position: absolute;
    top: 14px;
    right: 0;
    z-index: 1;
    border: 8px solid transparent;
    border-top: 8px solid #666;
}
#c-contact .c-rightBox .c-list {
    display: none;
    position: absolute;
    top: 36px;
    left: 0;
    width: 100%;
    line-height: 36px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    background: #fff;
}
#c-contact .c-rightBox .c-list li {
    padding: 0 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#c-contact .c-rightBox .c-list li:hover {
    color: #00cc82;
}

.liuyan{
    /*background-image:url('https://www.shfsw.com/tpl/www/images/liuyan_banner.jpg');*/
    background: url(../images/media3-bj.jpg) repeat-y top left / 100% auto;
	background-size:cover;
	background-repeat:no-repeat;
	background-position: center center;
	padding: 3rem !important;
	background-color: #f8f9fa !important;
    
}
.c-clear {
    zoom: 1;
}
@media (max-width:999px){
	.home-tit{padding-top:0.53333333rem; }
	.home-tit span{ line-height: 1.2rem; font-size: 0.95rem;}
	.home-tit h2{ letter-spacing: 0.04rem; padding-bottom: 0.22rem; font-size: 0.48rem;}
	.home-tit h2:after{ width: 0.73333333rem; height:0.08rem; margin-left:-0.36rem;}
	.home-tit p{ margin-top: 0.12rem; font-size:0.26666666rem; line-height:0.4rem; letter-spacing: 0.02666666rem;}
	.home-button{ width:2.93333333rem; line-height:0.66666666rem; font-size:0.26666666rem; letter-spacing: 0.02666666rem;}
}
.pc-block{ display: block;}
.mb-block{ display: none;}

.gary-line{ height: 0.26666666rem; width: 100%; background: #f9f9f9; box-shadow: 0 0.13333333rem 0.26666666rem rgba(0,0,0,.05) inset;}

.seo-service{  padding:50px 0 70px; background: #f8f8f8;}
.seo-service ul{margin-bottom: 80px;}
.seo-service li{ margin-top: 60px; background: #ffffff; float: left; width: 48%; margin-right:4%; overflow: hidden; border-radius: 20px 0 20px 0; -webkit-box-shadow:0 0 20px rgba(0,0,0,.08); 	box-shadow:0 0 20px rgba(0,0,0,.08); padding:4%;  display: flex; flex-flow: wrap; justify-content: space-between; align-items:flex-start; position:relative;}
.seo-service li:nth-child(2n){ margin-right: 0;}
.seo-service li .img{ width: 34%; position: relative;}
.seo-service li .img>img{ width: 100%;}
.seo-service li .img span{ position: absolute; top:50%; left:50%; transform:translateX(-50%) translateY(-50%); -webkit-transform:translateX(-50%) translateY(-50%);}
.seo-service li .text{ width: 61%; max-width: 380px;}
.seo-service li .text .tit{ position: relative; padding-bottom: 12px; color: #333333; text-transform: uppercase;}
.seo-service li .text .tit:after{ content: ""; position: absolute; bottom: 0; left:0; width: 56px; height: 1px; background: #cccccc;}
.seo-service li .text .tit span{ font-size: 24px; font-weight: bold; display: block; }
.seo-service li .text .tit p{ margin-top: 5px; font-size: 18px;}
.seo-service li .text .num{ position: absolute; top:12%; right:7%; color: #bdccfb; font-weight: bold; font-size: 30px;}
.seo-service li .des{ margin-top:10px; font-size: 14px; line-height: 18px; min-height: 90px;}
.seo-service li .des p{ position: relative; display: inline-block; padding-left: 13px; min-width: 48%;}
.seo-service li .des p:before{ content: ""; position: absolute; top:12px; left:0; width: 6px; height: 6px; border-radius: 100%; overflow: hidden; background: #2a6cf4;}
.container{
	max-width: 1800px;
	padding: 0 100px;
	margin: 0 auto;
	text-align: center;
}

@media (max-width:1580px){
    	.sem-why .con{ margin: 30px 0 40px;}
	.sem-why .con img{ width: 50px;}
	.sem-why .con p{font-size: 20px;}
	/*.sem-service li .tit span{ font-size: 22px; }
	.sem-service li .tit p{  font-size: 16px; }*/
	.sem-advantage li .tit{font-size: 20px; }
		
	/* ========== */
	/* = SEO = */
	/* ========== */
	.seo-service li .text .tit span{ font-size: 22px;}
	.seo-service li .text .tit p{font-size: 16px;}
	.seo-service li .des{ font-size: 14px;}
}
@media (max-width:1200px){
.home-service li .box .img {
    display: none;
}
.home-service li .box .text {
    width: 100%!important;
}
}
@media (max-width:999px){
	.sem-why{ padding: 1rem 0;}
	.sem-why .container{ display: block; }
	.sem-why .img{ margin-top: 0.6666rem; width: 100%; }
	.sem-why .text{ width:100%; padding: 0.4rem 0 0; margin-left:0%; -webkit-box-shadow:0 0 0 rgba(0,0,0,0); box-shadow:0 0 0 rgba(0,0,0,0);}
	.sem-why .con{ margin:0 0 0.66666666rem; }
	.sem-why .con img{ width:0.9rem;}
	.sem-why .con p{ margin-top: 0.13333333rem; font-size: 0.32rem; letter-spacing: 0;}
		/* ========== */
	/* = SEO = */
	/* ========== */
	.seo-service{  padding:1rem 0;  background: #fff;}
	.seo-service ul{margin-bottom: 1.06666666rem;}
	.seo-service li{ margin-top: 0.8rem; width: 100%; padding: 0.53333333rem;}
	.seo-service li .img{ width: 100%; }
	.seo-service li .img span{ width: 1.1rem;}
	.seo-service li .text{ margin-top: 0.66666666rem; width: 100%; max-width: 100%; position: relative;}
	.seo-service li .text .tit span{ font-size: 0.4rem;}
	.seo-service li .text .tit p{ font-size: 0.36rem;}
	.seo-service li .text .num{ top:0; right: 0; font-size: 0.66666666rem;}
	.seo-service li .des{font-size: 0.32rem; line-height: 0.64rem; min-height:2.12rem;}
	.seo-service li .des p{ padding-left: 0.4rem;}
	.seo-service li .des p:before{ top:0.24rem; width: 0.16rem; height: 0.16rem;}
}
.pc-nav{ display: block;}
.mb-nav{ display: none;}
.pc-ftnav{ display: block;}
.mb-ftnav{ display: none;}
/*.sidebar-bg{display:none;}
.sidebar{ display: none;}*/
.sidebar {
    display:none;
    position: fixed;
    width:80%;
    left:0;
    top:0;
    z-index:99
}

.sidebar-bg{
	display:none;
    position: fixed;
    width:100%;
    left:0;
    top:0;
    z-index:98;
    height:100vh;
    background:rgba(0,0,0,0.5);
}

.sidebar.active{
	display:block;
	-webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
}
.sidebar-bg.active{
	display:block;
}
.bgFull{
	background-size: cover;
	background-position: center center;
	background-repeat: nno-repeat
}
.breadcrumb{padding-left:6rem;}
.news-con{
	max-width: 1800px;
	padding: 0 100px;
	margin: 0 auto;
	/*padding-right: 15px;
    padding-left: 15px;*/
    margin-right: auto;
    margin-left: auto;
    }
.news-con .news-conter{   
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;}
.news-con .news-conter .news-left{
    width:70%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    
}
.news-con .news-conter .news-left .cont-img{
    width:100%;
    text-align: center;       
}
.news-con .news-conter .news-left .news-title{
    width: 100%;
}
.news-con .news-conter .news-left .news-title h2{
    text-align: center;
    font-size: 1.5rem;
    margin: 1rem 0;
    color: #00cc82;
}
.news-con .news-conter .news-left .news-title p{
    text-align: center;
    width: 100%;
    margin: 1rem 0;
}
.news-con .news-conter .news-left .news-title p span{
    margin: 0 1rem;
    font-size: 14px;
}
.news-con .news-conter .news-right{
     width: 30%;
     float: right;
     background: #fbfbfb;
     padding: 0px;
}
.news-con .news-conter .news-right .news-hot{
    width: 100%;
    padding: 2rem 0;
}
.news-con .news-conter .news-right .news-hot .m_box{
    width: 100%;
    /* margin-left: 2rem; */
    font-size: 20px;
    text-align: center;
}
.news-con .news-conter .news-right .news-hot .name{
    margin: 0.5rem 0;
    /* padding-left: 2rem; */
}
.news-con .news-conter .news-right .news-hot .cl{
    border-bottom: 3px solid #00cc82;
    padding: 0.2rem 0;
    margin: 0 25%;
}
.news-conter .tag{
    width: 100%;
    font-size: 14px;
    /* padding-top: 2rem; */
}
.news-conter .tag .tag-cen{
    min-height: 60px;
    margin: 2rem 0 0;
}
.news-conter .tag .tag-cen p{
    line-height: 18px;
    margin: 0.5rem 0;
}
.news-hot .news-hot-list{
    width: 100%;
}
.news-hot .news-hot-list .home_news{
    text-align: center;
    padding: 0;
}
.news-hot .news-hot-list ul{ }
.news-hot .news-hot-list ul li{padding: 1rem 0;border-bottom: 1px solid #00cc824a;}
.news-hot .news-hot-list ul li img{width: 100%;padding: 0.2rem;margin-bottom: 10px;}
.news-hot .news-hot-list ul li p{font-size: 14px;margin: 0.2rem 0;}
.tag_tj{
    	max-width: 1800px;
	padding: 0 100px;
	margin: 0 auto;
	/*padding-right: 15px;
    padding-left: 15px;*/
    margin-right: auto;
    margin-left: auto;
    background: #f5f5f5;
    padding-bottom: 1rem;
}
.tag_tj .hot-tag{
    font-family: "ÃƒÂ¦Ã¢â€šÂ¬Ã‚ÂÃƒÂ¦Ã‚ÂºÃ‚ÂÃƒÂ©Ã‚Â»Ã¢â‚¬ËœÃƒÂ¤Ã‚Â½Ã¢â‚¬Å“","Microsoft YaHei";
    font-size: 0.9rem;
    border-bottom: 1px solid #00cc824a;
    
}
.tag_tj .hot-tag .card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.tag_tj .hot-tag .card-body .card-title{
    font-size: 1rem;
}
.tag_tj .hot-tag .tags{
    min-height: 50px;
    line-height: 1.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
} 
.tag_tj .hot-tag .tags a{
    padding-left: 1rem;
    width: 180px;
} 
.about{
    background-image:url('https://www.shfsw.com/tpl/www/images/liuyan_banner.jpg');
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center center;
    padding: 3rem !important;
    /* background-color: #f8f9fa !important; */
    /* margin-top: 80px; */
    position: relative;
    padding: 1.6rem;
    text-align: center;
    color: #fff;
    /* height: 10rem; */
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 500px;
}
.about .c-glass {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6) url(../images/mbl.png) no-repeat center center;
    background-size: cover;
    opacity: .5;
}
.about .c-textBox {
    position: relative;
    z-index: 10;
    font-size: 1.2rem;
}
.about .c-textBox .c-title1.c-dt {
    font-size: 2.5rem;
}
.about .c-textBox .c-title1 {
    font-weight: bold;
}
.about .c-textBox .c-title2 {
    font-size: 18px;
    line-height: 2em;
}
.about-fs{
    padding: 5rem 6rem;
    text-align: center;
    background: #f5f5f5;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    }
.about-fs .c-maxWrap{
    min-height: 200px;
}
.about-fs .c-titleBox {
    max-width: 1200px;
    margin: 2rem auto;
}
.about-fs .c-titleBox .c-title {
    margin-bottom: 4rem;
    font-weight: bold;
    font-size: 2.6rem;
    color: #222;
}
.about-fs .c-titleBox .c-title span {
    color: #00cc82;
    text-decoration: none !important;
}
.about-fs .c-titleBox .c-text {
    max-width: 1000px;
    line-height: 2em;
    color: #666;
    text-align: center;
}
.about-jz{
    padding: 5rem 6rem;
    /* text-align: center; */
    background: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.about-jz .about-nr {
    overflow: hidden;
    padding: 1.3rem 1.6rem .2rem;
    background-color: #fff;
}
.about-jz .about-nr .c-topBox{
	/* max-width:1000px; */
	/* padding: 0 6rem; */
}
.about-jz .about-nr .c-topBox .c-title {
    margin-bottom: 1.3rem;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.7rem;
    color: #222;
}
.about-jz .about-nr .c-topBox .c-title span {
    color: #e80909;
    text-decoration: none !important;
}
.about-jz .about-nr .c-topBox .c-text {
    margin-bottom: 90px;
    max-width: 800px;
    color: #666;
    line-height: 2em;
}
.about-jz .about-nr .c-list {
    margin: 0 -25px;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 0px;
}
.about-jz .about-nr .c-list li {
    box-sizing: border-box;
    margin-bottom: 70px;
    width: 25%;
    padding: 0 25px;
}
.about-jz .about-nr .c-list .c-num {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
    color: #00cc82;
    background: #f5f5f5;
}
.about-jz .about-nr .c-list .c-title {
    padding: 35px 0 15px;
    font-weight: bold;
    font-size: 18px;
    color: #333;
}
.about-jz .about-nr .c-list .c-text {
    font-size: 14px;
    color: #666;
    line-height: 2em;
}
.about-lc{
    padding: 5rem 6rem;
    /* text-align: center; */
    background: #f5f5f5;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.about-lc .about-pro {
    padding: 0 1.6rem;
    background: #f5f5f5;
}
.about-lc .about-pro .c-boxWrap {
    position: relative;
}
.about-lc .about-pro .c-leftBox {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding: 1.4rem 0;
    float: left;
    width: 100%;
}
.about-lc .about-pro .c-rightBox {
    padding: 1.4rem 0;
    float: right;
    width: 100%;
}
.about-lc .about-pro .c-leftBox .c-title {
    margin-bottom: .3rem;
    font-size: 1.6rem;
    line-height: 1.5em;
    color: #000;
}
.about-lc .about-pro .c-leftBox .c-text {
    margin-bottom: 1.7rem;
    color: #666;
    line-height: 2em;
}
.about-lc .about-pro .c-rightBox li {
    width: 30%;
    float: left;
    margin: 1rem;
    /* margin-bottom: 40px; */
    position: relative;
    padding: 1rem;
    background: #fff;
    overflow: hidden;
}
.about-lc .about-pro .c-rightBox .c-list{
    padding: 0px;
}
.about-lc .about-pro .c-rightBox li:last-child {
    margin-bottom: 0;
}
.about-lc .about-pro .c-rightBox .c-title {
    margin-bottom: 10px;
    font-size: 1.3rem;
    color: #333;
    border-bottom: 3px double #00cc82;
    padding: 0 0 10px;
    width: 120px;
}
.about-lc .about-pro .c-rightBox .c-text {
    color: #666;
    line-height: 2em;
}
.about-lc .about-pro .c-rightBox .c-num {
    position: absolute;
    left: .6rem;
    bottom: -1.6rem;
    font-size: 3.2rem;
    line-height: 1em;
    color: #00cc82;
}
#c-banner {
    position: relative;
    height: 100vh;
    color: #fff;
    background: #f7f7f7;
    overflow: hidden;
    text-align: center;
}
#c-banner video {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#c-banner>img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
}
#c-banner .c-pc {
    z-index: 2;
    display: block;
}
#c-banner .c-mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2) url(../images/mbl.png) repeat top left;
}
#c-banner .c-text-box {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 5;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#c-banner .c-text-box .c-text {
    font-size: 30px;
    line-height: 36px;
}
#c-banner .c-text-box .c-title {
    padding: 2rem 0 2rem;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.7rem;
}
#c-banner .c-text-box .c-btn {
    display: inline-block;
    width: 190px;
    border-radius: 5px;
    font-size: 18px;
    line-height: 54px;
    color: #fff;
    background: #00cc82;
}
#c-banner .c-btn2 {
    position: absolute;
    bottom: 60px;
    left: 50%;
    z-index: 6;
    color: #fff;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#c-banner .c-btn2 .c-jt {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto 0;
    width: 50px;
}
#c-banner .c-btn2 .c-jt img {
    width: 15px;
    animation: jump 1.5s linear infinite;
    -webkit-animation: jump 1.5s linear infinite;
}
#c-banner .c-btn2 p {
    font-size: 18px;
    line-height: 24px;
}

.news-left .news-list{
    width: 100%;
    padding: 1rem 0;
    margin: 0;
}
.news-left .news-list .news-list-ul{
    width: 100%;
    padding: 0 1rem 2rem;
    list-style: none;
    margin: 0;
}
.news-left .news-list .news-list-ul .news-list-li{
    width: 100%;
    padding:1rem 0;
    border-bottom: 1px solid #00cc824a !important;
    margin: 0;
}

.news-left .news-list img{
    width: 200px;
    margin-right: 1rem !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.news-left .news-list .list-body{
    -ms-flex: 1;
    flex: 1;
        padding: 0;
    margin: 1rem 0;
}

.news-left .news-list .list-nr{
     display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.news-left .news-list .list-body .list-title{
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 1rem;
}
.news-left .news-list .list-body .list-text{
    font-size: 14px;
    line-height: 24px;
    color: #666;
}
.news-left .news-list .list-mt{
    width: 100%;
    margin: 1rem 0;
    font-size: 14px;
    color: #999;
    margin: 10px 0 0;
    padding: 0;
    color: #999;
    display: flex;
    flex-direction: row;
}
.news-left .news-list .list-mt a{
    color: #999;
}
.news-left .news-list .list-mt  i{
    margin-left: 0rem;
    margin-right: 0.5rem;
    color: #00cc82;
    font-size: inherit;
}
.news-left .news-list .list-mt .tag{
    padding: 0 2px 0;
    margin: 0;
}
.news-left .news-list .list-mt .list-mt-1{
    width: 20%;
}
.news-left .news-list .list-mt .list-mt-2{
    width: 15%;
}
.news-left .news-list .list-mt .list-mt-3{
   width: 65%;
}
.cate-list{
    padding: 1rem 5rem;
    font-size: 16px;
}
.cate-list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: row;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
  justify-content: space-evenly;
}
.cate-list-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  border-radius: 0.25rem;
  /* background-color: #28a745; */
  /* border: 1px solid rgba(0, 0, 0, 0.125); */
}
.cate-list-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.cate-list-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.cate-list-item.disabled, .cate-list-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.cate-list-item.active{
  z-index: 2;
  color: #fff;
  background-color: #00cc82;
  /* border-color: #007bff; */
}
.cate-list-item + .cate-list-item {
  border-top-width: 0;
}
.cate-list-item + .cate-list-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.cate-list-item.active a{
  color: #fff;
}

.cate-list-item.active i{
  color: #fff;
   font-size: inherit;
} 
.cate-list-item a:hover{
  color: #fff;
}
.cate-list-item:hover{
 background-color: #00cc82;
 color: #fff;
}
.cate-list-item i:hover{
 color: #fff;
}
.cate-list-item i{
    font-size: inherit;
}
.form-key-con {
  display: block;
  width: 100%;
  height: calc(2.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #00cc82;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #00cc82;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-key-con {
    transition: none;
  }
}

.form-key-con::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-key-con:focus {
  color: #495057;
  background-color: #fff;
  border-color: #28a745;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-key-con::-webkit-input-placeholder {
  color: #00cc82;
  opacity: 1;
}

.form-key-con::-moz-placeholder {
  color: #00cc82;
  opacity: 1;
}

.form-key-con:-ms-input-placeholder {
  color: #00cc82;
  opacity: 1;
}

.form-key-con::-ms-input-placeholder {
  color: #00cc82;
  opacity: 1;
}

.form-key-con::placeholder {
  color: #00cc82;
  opacity: 1;
}

.form-key-con:disabled, .form-key-con[readonly] {
  background-color: #00cc82;
  opacity: 1;
}
input[type="date"].form-key-con,
input[type="time"].form-key-con,
input[type="datetime-local"].form-key-con,
input[type="month"].form-key-con {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.form-key-con:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

select.form-key-con:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-key-con-file,
.form-key-con-range {
  display: block;
  width: 100%;
}

.btn-key {
  display: inline-block;
  font-weight: 400;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #00cc82;
  border: 1px solid #00cc82;
  padding: 0.375rem 4.5rem;
  font-size: 1rem;
  line-height: 2.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn-key {
    transition: none;
  }
}

.btn-key:hover {
  color: #00cc82;
  background-color: #008556;
  text-decoration: none;
}

.btn-key:focus, .btn-key.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn-key.disabled, .btn-key:disabled {
  opacity: 0.65;
}

.btn-key:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn-key.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-key-priy {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-key-priy:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-key-priy:focus, .btn-key-priy.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-key-priy.disabled, .btn-key-priy:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-key-priy:not(:disabled):not(.disabled):active, .btn-key-priy:not(:disabled):not(.disabled).active,
.show > .btn-key-priy.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-key-priy:not(:disabled):not(.disabled):active:focus, .btn-key-priy:not(:disabled):not(.disabled).active:focus,
.show > .btn-key-priy.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.nali {
     padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #fff;
    border-radius: 0.3rem;
}

.nali .anli-list{
    margin-bottom: 0px;
}
.nali .anli-list .anli-li{
    margin-top: 60px;
    background: #ffffff;
    float: left;
    width: 43%;
    min-height: 300px;
    margin-right: 4%;
    overflow: hidden;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.08);
    box-shadow: 0 0 20px rgba(0,0,0,.08);
    padding: 4%;
    display: flex;
    flex-flow: wrap;
    align-items: flex-start;
    position: relative;
    flex-direction: column;
}
.nali .anli-list .anli-li .anli-con{
    display: flex;
    justify-content: space-between;
}
.nali .anli-list .anli-wrap{
        width: 34%;
    position: relative;
}
.nali .anli-list .anli-wrap img{
        width: 100%;
}
.nali .anli-list .anli-title{
    margin-top: 15px;
    width: 61%;
    max-width: 380px;
    font-size: 14px;
    font-weight: 600;
}
.nali .anli-list .anli-title p{
    position: relative;
    padding-bottom: 12px;
    color: #333333;
    text-transform: uppercase;
}
.nali .anli-list .anli-text{
   margin-top: 30px;
   font-size: 14px;
   line-height: 24px;
   min-height: 90px;
}


/* 960Ã¥Â°ÂºÃ¥Â¯Â¸  */
@media (max-width: 960px) {
.pc-nav{ display: none;}
.mb-nav{ display: block;}
.pc-ftnav{ display: none;}
.mb-ftnav{ display: block;}
.container{
    width:100%;
    padding:0.2rem;
  }
.news-left .news-list .list-mt .list-mt-1{
    width: 50%;
}
.news-left .news-list .list-mt .list-mt-2{
    width: 50%;
}
.news-left .news-list .list-mt .list-mt-3{
    display: none;
}
.c-about {
        padding: 1rem;
}
.list-group-item.active{
	background-color:var(--orange);
	border-color:var(--orange);
	color:var(--light);
}

.list-group-item.active a{
	color:var(--light);
}
.col-9 {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
}
.col-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.fa {
    font: normal normal normal 50px/1 FontAwesome;
    /* font-size:inherit; */
    color: #00cc82;
}
.c-service .c-list {
    padding: 0;}
.c-service .c-list li {
    margin-bottom: 30px;
    padding: 0 15px;
    width: 100%;
}
.c-service {
    padding: 0.4rem;
}
.fuwu {
    padding: 1rem 0;
    
    }
.col-lg-5{
    display:none;
}
/*.col-lg-7{
    width:100%;
    padding: 1rem;
}*/
.col-md-6{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 2rem;
}
.col-lg-4{
    width:50%;
    float: left;
}
.col-lg-3{
    width:50%;
    float: left;
}
.ft_mb{
    width:100%;
    height: 60px;
    max-height: 60px;
}
.ft_mbl{
    width:50%;
    float: left;
    max-height: 50px;
}
.ft_mbl img{
    /* width: 100%; */
    padding: 0.5rem 0.5rem;
    max-height: 80px;
    /* margin: 1rem 2rem; */
}
.ft_mbr{
    width:50%;
    float: left;
    /* height:50px; */
}
.ft_mbr .ftmb-list{
	/* width:80%; */
	padding: 0rem 0.5rem;
	margin: 0rem;
}
.ft_mbr .ftmb-list li{
    line-height: 20px;
    font-size: 16px;
    padding: 0.2rem 0;
}
.ft_mbr .ftmb-list .fa {
    display: inline-block;
    font: normal normal normal 24px/1 FontAwesome;
    /*font-size: inherit;*/
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #00cc82;
    padding-right:1rem ;
}

hr {
    margin: 0.5rem 0}
    
.pt-5, .py-5 {
    padding-top: 0.2rem !important; 
}
.xgzx{
    padding: 1rem !important;
    
}
.xgzx .m_box {
     margin: 0.5rem;
}
.xgzx .m_box .home_news {
    padding: 0.5rem;
    font-size: 14px;
}
.sem-service li {
    width: 50%!important;
    max-width: 500px!important;
}
.sem-why .container {
    width: 100%;
    padding: 0 5px;
}
.sem-service li .des {
        font-size: 14px;
    
}
.fw {
    padding: 1rem !important;
}
.breadcrumb{padding-left:0rem;}

.news-con{padding: 0 5px;}
.news-con .news-left{
    width:100%!important;
    margin-right: 5px!important;
    margin-left: 5px!important;
}
.news-con .news-right{
    width:100%!important;
    margin-right: 5px!important;
    margin-left: 5px!important;
}
.news-con .news-conter .news-right .news-hot {
    padding: 0;
}
.news-con .news-conter .news-right .news-hot .m_box {
    margin-left: 0.5rem;
    font-size: 18px;
}
.about-jz .about-nr .c-list li {
    margin-bottom: 0px;
    width: 50%;
    
}
.about-lc .about-pro .c-rightBox li {
    width: 48%;
    padding: 1rem 0.2rem;
    margin:  1rem 0.2rem;
}
.mb-nav-top{padding-top: 85px;}


.nali .anli-list {
    margin: 0px;
    padding: 0;
}

.nali .anli-list .anli-li {
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
}
.nali .anli-list .anli-title {
    margin-top: 10px;
}
.nali .anli-list .anli-title p {
    padding-bottom: 10px;
}
}

@media (max-width: 580px) {
.xgzx .m_box .home_news li {
    width: 100%;

}
.sem-service li {
    width: 100%!important;
    
}
.container .c-left {
    width:100%;
}
.card {
        width:100%;
}
/*.list-group{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
}
.list-group-item{
    width: 100%;
}*/
.tag_tj {    padding: 0;}
.tag_tj .hot-tag .tags{
    /*display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;*/
    
}
.tag_tj .hot-tag .tags a {
    width: 50%;
}
.about-jz .about-nr .c-list li {
     margin-bottom: 0px;
    width: 100%;
    
}
.about-lc .about-pro .c-rightBox li {
    width: 100%;
}
.about-jz .about-nr .c-list .c-num {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
    color: #fff;
    background: #00cc82;
}
.about {
    padding: 0rem !important;
}
.about-fs {
    padding: 3rem 0.5rem;
    }
.about-jz{
    padding: 3rem 0.5rem;
    }
.about-lc{
    padding: 3rem 0.5rem;
    }
.about-jz .about-nr .c-topBox .c-text {
    margin-bottom: 30px;}
.about-jz .about-nr .c-list .c-title {
    padding: 10px 0 5px;}
.home-service li {
    width:100%!important;
}
.home-service li .box .img {
    display: block;
}
.home-service li .box .text {
    width: 60%!important;
}
#c-banner{
    height: 70vh;
}
.cate-list {
    padding: 1rem 0.2rem;
    font-size: 14px;
}

.cate-list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cate-list-item {
    position: relative;
    display: block;
    padding: 0.5rem 0.2rem;
    /* margin: 0.5rem 0.2rem; */
    border-radius: 0.25rem;
    /* background-color: #28a745; */
    /* border: 1px solid rgba(0, 0, 0, 0.125); */
    line-height: 1rem;
}
.cate-list-item i {
    display: none;
}
.news-left .news-list .list-nr {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}
.news-left .news-list img {
    width: 100%;
}
.nali .anli-list .anli-title {
    margin-top: 0;
}
.nali .anli-list .anli-title p {
    padding-bottom: 0;
}

.left-column{
    display: none;
    
}
.right-column{
    width: 100%!important;
}

}

/* Ã¥Â¼Â¹Ã§Âªâ€” */
.popup {
  position: fixed;
	z-index: 999;
  top: 0;
  left: 0;
  /*transform: translate(-50%, -50%);*/
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  /*border: 1px solid #ccc;*/
  display: none;

}
.popup .main-Box {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 80%;
    max-width: 1000px;
    display: flex;
    align-content: flex-start;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #f5f5f5;
    border-radius: 10px;
    overflow: hidden;
}
.c-wrap .c-topBox .c-text {padding: .2rem 0 .15rem;font-size: 14px;line-height: 28px;margin: 0;color: #000;}
.c-wrap .c-topBox .c-text:first-child {
    padding-top: 0;
}
.c-wrap  .c-topBox .c-text span {
    color: #00cc82;
}
.c-wrap .c-topBox input {height: 36px;width: 100%;padding: 0 20px;border-radius: 5px;background: #fff;font-size: 12px;color: #000;}
.c-wrap .c-topBox select {
    height: 46px;
    width: 100%;
    padding: 0 55px 0 20px;
    border-radius: 5px;
    background: #fff;
    color: #000;
    background: #fff url(../images/arrow4.png)no-repeat right 20px center;
    background-size: 15px auto;
}
.c-wrap .c-topBox textarea {
    height: 70px;
    width: 100%;
    padding: 14px 20px;
    border-radius: 5px;
    background: #fff;
    color: #000;
    line-height: 26px;
    border: 0;
}
.c-wrap .c-btnBox .c-btn2 {
    /* position: absolute; */
    /* top: 0; */
    /* right: 0; */
    float: right;
    width: 100%;
    height: 40px;
    margin: 1rem 0;
    text-align: center;
    background: #00cc82;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #ced4da;}
.c-wrap .c-bottomBox img {
    width: 100%;
}
/*.left-column,
.right-column {
  width: 50%;
  height: 100%;
  float: left;
}*/
.left-column{
    width: 50%;
    position: relative;
    padding: 1.4rem 1.6rem 1.4rem 1.5rem;
    color: #fff;
    background: url(../images/c-fixedBox-bj.jpg) no-repeat center / cover;
    }
.right-column{
    width: 50%;
    position: relative;
    padding: 1.4rem 1.6rem 1.4rem 1.5rem;
    background: #f3f3f3;
}    
 /*.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
} */  
.close-button {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #cacaca url(../images/close.png) no-repeat center center;
    background-size: 50% auto;
    cursor: pointer;
    transition: all .5s;
    border-color: transparent;
}

.close-button:hover {
    background-color: #00cc82;
}


.main-Box .c-title {
    margin-bottom: 1.25rem;
    /* border-color: rgba(255,255,255,.3); */
    border-bottom: 1px solid rgba(0,0,0,.2);
    padding-bottom: 1.3rem;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
}
.main-Box .left-column .c-title {
    /* border-bottom: 1px solid rgba(0,0,0,.2); */
    border-color: rgba(255,255,255,.3);
}
.main-Box .c-title span{
    color: #00cc82;
}
.left-column .c-bottomBox{
    width: 100%;
}
.left-column .c-bottomBox p{
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    
}
.left-column .c-bottomBox p span{
    padding-bottom: 10px;
    color: #f5f5f5;
    font-size: 16px;
    /* margin-bottom: 5px; */
    border-bottom: 1px solid #ced4da;
}
.c-form-wrap {
    position: relative;
}

.popup  .container {
    margin-bottom: 0.2rem;
    --swiper-pagination-color: #00cc82;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.popup .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    height: auto;
}
.popup .c-topBox .c-text {padding: .2rem 0 .15rem;font-size: 14px;line-height: 28px;margin: 0;color: #000;}



.popup .c-topBox .c-text:first-child {

    padding-top: 0;

}



.popup  .c-topBox .c-text span {

    color: #00cc82;

}



.popup .c-topBox input {height: 36px;width: 100%;padding: 0 20px;border-radius: 5px;background: #fff;font-size: 12px;color: #000;}



.popup .c-topBox select {

    height: 46px;

    width: 100%;

    padding: 0 55px 0 20px;

    border-radius: 5px;

    background: #fff;

    color: #000;

    background: #fff url(../images/arrow4.png)no-repeat right 20px center;

    background-size: 15px auto;

}



.popup .c-topBox textarea {

    height: 70px;

    width: 100%;

    padding: 14px 20px;

    border-radius: 5px;

    background: #fff;

    color: #000;

    line-height: 26px;

    border: 0;

}
.popup .c-btnBox .c-btn2 {
    /* position: absolute; */
    /* top: 0; */
    /* right: 0; */
    float: right;
    width: 100%;
    height: 40px;
    margin: 1rem 0;
    text-align: center;
    background: #00cc82;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #ced4da;}


.popup .c-bottomBox img {

    width: 100%;

}

#content {
  position: relative;
  top: 0;
  transition: top 0.5s ease-in-out;
}
.c-img-box{width:50%;}
.c-img-box video {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;}

.form-row-ind {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
  flex-direction: column;
  text-align: center;
  align-items: center;
}

.form-row-ind > .col,
.form-row-ind > [class*="col-"] {
  /* padding-right: 50px; */
  /* padding-left: 50px; */
  padding: 20px;
  max-width: 1000px;
}

.pro-con{
	max-width: 1800px;
	padding: 0 100px;
	margin: 0 auto;
	/*padding-right: 15px;
    padding-left: 15px;*/
    margin-right: auto;
    margin-left: auto;
    }
.pro-con .pro-conter{   
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;}
.pro-con .pro-conter .pro-left{
    width:70%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    
}
.pro-con .pro-conter .pro-left .cont-img{
    width:100%;
    text-align: center;       
}
.pro-con .pro-conter .pro-left .pro-title{
    width: 100%;
}
.pro-con .pro-conter .pro-left .pro-title h2{
    text-align: center;
    font-size: 1.5rem;
    margin: 1rem 0;
    color: #00cc82;
}
.pro-con .pro-conter .pro-left .pro-title p{
    text-align: center;
    width: 100%;
    margin: 1rem 0;
}
.pro-con .pro-conter .pro-left .pro-title p span{
    margin: 0 1rem;
    font-size: 14px;
}
.pro-con .pro-conter .pro-right{
     width: 30%;
     float: right;
     background: #fbfbfb;
     padding: 0px;
}
.pro-con .pro-conter .pro-right .pro-hot{
    width: 100%;
    padding: 2rem 0;
}
.pro-con .pro-conter .pro-right .pro-hot .m_box{
    width: 100%;
    /* margin-left: 2rem; */
    font-size: 20px;
    text-align: center;
}
.pro-con .pro-conter .pro-right .pro-hot .name{
    margin: 0.5rem 0;
    /* padding-left: 2rem; */
}
.pro-con .pro-conter .pro-right .pro-hot .cl{
    border-bottom: 3px solid #00cc82;
    padding: 0.2rem 0;
    margin: 0 25%;
}
.pro-conter .tag{
    width: 100%;
    font-size: 14px;
    /* padding-top: 2rem; */
}
.pro-conter .tag .tag-cen{
    min-height: 60px;
    margin: 2rem 0 0;
}
.pro-conter .tag .tag-cen p{
    line-height: 18px;
    margin: 0.5rem 0;
}
.pro-hot .pro-hot-list{
    width: 100%;
}
.pro-hot .pro-hot-list .home_news{
    text-align: center;
    padding: 0;
}
.pro-hot .pro-hot-list ul{ }
.pro-hot .pro-hot-list ul li{padding: 1rem 0;border-bottom: 1px solid #00cc824a;}
.pro-hot .pro-hot-list ul li img{width: 100%;padding: 0.2rem;margin-bottom: 10px;}
.pro-hot .pro-hot-list ul li p{font-size: 14px;margin: 0.2rem 0;}
.pro-left .pro-list{
    width: 100%;
    padding: 1rem 0;
    margin: 0;
}
.pro-left .pro-list .note{
    width: 100%;
    padding: 1.5rem;
    background: #f5f5f5;
    line-height: 30px;
    font-size: 14px;
}
.pro-left .pro-list .subtitle{
    width: 100%;
    padding: 1.5rem;
    background: #f5f5f5;
    line-height: 30px;
    font-size: 14px;
}
.pro-left .pro-list .pro-list-ul{
    width: 100%;
    padding: 0 1rem 2rem;
    list-style: none;
    margin: 0;
}
.pro-left .pro-list .pro-list-ul .pro-list-li{
    width: 100%;
    padding:1rem 0;
    border-bottom: 1px solid #00cc824a !important;
    margin: 0;
}

.pro-left .pro-list img{
    width: 200px;
    margin-right: 1rem !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}


.pro-left .pro-list .list-body{
    -ms-flex: 1;
    flex: 1;
        padding: 0;
    margin: 1rem 0;
}
.pro-left .pro-list p{
    padding-left: 1.5rem;
}
.pro-left .pro-list .list-nr{
     display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.pro-left .pro-list .list-body .list-title{
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 1rem;
}
.pro-left .pro-list .list-body .list-text{
    font-size: 14px;
    line-height: 24px;
    color: #666;
}
.pro-left .pro-list .list-mt{
    width: 100%;
    margin: 1rem 0;
    font-size: 14px;
    color: #999;
    margin: 10px 0 0;
    padding: 0;
    color: #999;
    display: flex;
    flex-direction: row;
}
.pro-left .pro-list .list-mt a{
    color: #999;
}
.pro-left .pro-list .list-mt  i{
    margin-left: 0rem;
    margin-right: 0.5rem;
    color: #00cc82;
    font-size: inherit;
}
.pro-left .pro-list .list-mt .tag{
    padding: 0 2px 0;
    margin: 0;
}
.pro-left .pro-list .list-mt .list-mt-1{
    width: 20%;
}
.pro-left .pro-list .list-mt .list-mt-2{
    width: 8%;
}
.pro-left .pro-list .list-mt .list-mt-3{
   width: 70%;
}.pro-con .pro-conter .pro-right .pro-hot .cate-list{



.pro-nr-cen{width:100%;
    
}    padding: 1rem 0.5rem;
    font-size: 16px;
}
.pro-con .pro-conter .pro-right .pro-hot .cate-list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
  justify-content: space-evenly;
}
.pro-con .pro-conter .pro-right .pro-hot .cate-list-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  border-radius: 0.25rem;
  /* background-color: #28a745; */
  /* border: 1px solid rgba(0, 0, 0, 0.125); */
}
.pro-con .pro-conter .pro-right .pro-hot .cate-list-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.pro-con .pro-conter .pro-right .pro-hot .cate-list-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.pro-con .pro-conter .pro-right .pro-hot .cate-list-item.disabled, .cate-list-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.pro-con .pro-conter .pro-right .pro-hot .cate-list-item.active{
  z-index: 2;
  color: #fff;
  background-color: #00cc82;
  /* border-color: #007bff; */
}
.pro-con .pro-conter .pro-right .pro-hot .cate-list-item +  .cate-list-item {
  border-top-width: 0;
}
.pro-con .pro-conter .pro-right .pro-hot .cate-list-item + .cate-list-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.pro-con .pro-conter .pro-right .pro-hot .cate-list-item.active a{
  color: #fff;
}

.pro-con .pro-conter .pro-right .pro-hot .cate-list-item.active i{
  color: #fff;
   font-size: inherit;
} 
.pro-con .pro-conter .pro-right .pro-hot .cate-list-item a:hover{
  color: #fff;
}
.pro-con .pro-conter .pro-right .pro-hot .cate-list-item:hover{
 background-color: #00cc82;
 color: #fff;
}
.pro-con .pro-conter .pro-right .pro-hot .cate-list-item i:hover{
 color: #fff;
}
.pro-con .pro-conter .pro-right .pro-hot .cate-list-item i{
    font-size: inherit;
}


.pro-con .pro-conter .pro-left .pro-nr-cen{
    width:100%;
    padding: 1.75rem 1rem;
}

.pro-con .pro-conter .pro-left .pro-nr-text {
  padding: 1rem 1.25rem 0 1.25rem;
  /*margin-bottom: 2rem;*/
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid #00cc82;
}

.pro-con .pro-conter .pro-left .pro-nr-nav{
  width: 150px;
  text-align: center;
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  background-color: #00cc82;
  border-color: #dee2e6 #dee2e6 #fff;
}
.pro-con .pro-conter .pro-left .pro-nr-xq{
    padding: 2rem 1rem;
    line-height: 24px;
    /*font-family: 微软雅黑;*/
    font-size: 14px;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #fff;
}
.pro-con .pro-conter .pro-left .pro-nr-xq .c-list{
	display: flex;
    align-content: center;
    flex-wrap: wrap;
    margin: 0 1rem;
    padding: 0 1rem;
}
.pro-con .pro-conter .pro-left .pro-nr-xq  .c-list li {
  display: flex;
  padding: 0 1rem;
  width: 50%;
    
}
.pro-con .pro-conter .pro-left .pro-nr-xq img{
    width: 100%;
}

.pinlun {
    width: 100%;
    padding-left: 10px;
    margin-left: 0.5rem;
    padding: 0.5rem;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.pro-con .pro-conter .pro-left .cas-nr-cen{
    width:100%;
    padding: 0.2rem 1rem;
}

.pro-con .pro-conter .pro-left .cas-nr-text {
  padding: 1rem 1.25rem 0 1.25rem;
  /*margin-bottom: 2rem;*/
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid #00cc82;
}

.pro-con .pro-conter .pro-left .cas-nr-nav{
  width: 150px;
  text-align: center;
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  background-color: #00cc82;
  border-color: #dee2e6 #dee2e6 #fff;
}
.pro-con .pro-conter .pro-left .msds-nr-nav{
  max-width: 1000px;
  text-align: center;
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  background-color: #00cc82;
  border-color: #dee2e6 #dee2e6 #fff;
}
.pro-con .pro-conter .pro-left .cas-nr-xq{
    padding: 2rem 1rem;
    line-height: 24px;
    /*font-family: 微软雅黑;*/
    font-size: 14px;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #fff;
}
.pro-con .pro-conter .pro-left .cas-nr-xq img{
    width: 100%!important;
}
.pro-con .pro-conter .pro-left .cas-nr-xq .ip_box {
    padding:20px 20px;
}
.pro-con .pro-conter .pro-left .cas-nr-xq .ip_box p {
    text-align:left;
    padding-left:10px;
    line-height:25px;
    font-size:14px;
    padding-bottom:0px;
    margin-bottom:0px;
}
.pro-con .pro-conter .pro-left .cas-nr-xq .ip_box p b {
    font-size:16px;
}
.pro-con .pro-conter .pro-left .cas-nr-xq .ip_box ul {
    width:100%;
    /*height:50px;*/
    overflow:hidden;
    margin-bottom:15px;
    padding:5px;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.27), 0 0 30px rgba(0, 0, 0, 0.06) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.27), 0 0 20px rgba(0, 0, 0, 0.06) inset;
    box-shadow:0 1px 2px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
}
.pro-con .pro-conter .pro-left .cas-nr-xq .ip_box ul li {
    text-align:center;
    /*border-left: 1px solid #0e79cc21;
    border-right: 1px solid #0e79cc3b;*/
    width:auto;
    float:left;
    padding:5px;
    margin:10px 0;
}
.pro-con .pro-conter .pro-left .cas-nr-xq .ip_box .hzpp_ul {
    width:99%;
    overflow:hidden;
    margin-bottom:15px;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.27), 0 0 30px rgba(0, 0, 0, 0.06) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.27), 0 0 20px rgba(0, 0, 0, 0.06) inset;
    box-shadow:0 1px 2px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
}
.pro-con .pro-conter .pro-left .cas-nr-xq .ip_box .hzpp_ul li {
    text-align:center;
    /*border-left: 1px solid #0e79cc21;
    border-right: 1px solid #0e79cc3b;*/
    width:auto;
    float:left;
    height:20px;
    padding:5px;
    margin:10px 0;
}
.pro-con .pro-conter .pro-left .cas-nr-xq .ip_box .dl-horizontal dt {
    float:left;
    width:160px;
    height:24px;
    overflow:hidden;
    clear:left;
    text-align:right;
    text-overflow:ellipsis;
    white-space:nowrap;
    margin-bottom:5px;
}
.pro-con .pro-conter .pro-left .cas-nr-xq .ip_box .dl-horizontal dd {
    margin-left:200px;
    min-height:24px;
    margin-bottom:5px;
}

.pro-con .pro-conter .pro-left .cas-nr-xq .ip_box ol{
    display: flex;
}
.col-cas-1{
    -ms-flex: 0 0 70%;
	flex: 0 0 70%;
	max-width: 70%;
	padding-left:50px;
}
.col-cas-2{
    -ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}
.pro-con .pro-conter .pro-left small {
    font-size: 0.5em;
    font-weight: 400;
}


.bk_list {
    padding: 1rem 0;
    margin: 1rem 0;
    width: 100%;
    border-top: 1px solid #00cc82;
    border-left: 1px solid #00cc82;
    border-collapse:collapse;
    table-layout:fixed;
    word-break:break-all;
    word-wrap:break-word;
}
.bk_list_tb {
    background: #00cc82;
    color:#fff;
    height:40px;
    border: 1px solid #00cc82;
}
.bk_list_tb td {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #FFF;
    -o-text-overflow:ellipsis;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
}
.bk_list_nr td {
    border-right: 1px solid #00cc82;
    border-bottom: 1px solid #00cc82;
    -o-text-overflow:ellipsis;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
}
.bk_tb_title{
	color:#fff;
	font-size:16px;
	text-align:center;
}
.bk_list_tb .bk_tb_cas {
    width:125px;
    text-align:center;
    white-space:normal
}
.bk_list_tb .bk_tb_zw {
    width:340px;
    text-align:center;
    white-space:normal
}
.bk_list_tb .bk_tb_yw {
    width:250px;
    text-align:center;
    white-space:normal
}
.bk_list_tb .bk_tb_fz {
    width:125px;
    text-align:center;
    white-space:normal
}
.bk_list_tb .bk_tb_fzs {
    width:125px;
    text-align:center;
    white-space:normal
}
.bk_list_nr {
    height:50px;
}
.bk_list_nr .bk_nr_cas {
    width:125px;
    text-align:center;
    white-space:normal
}
.bk_list_nr .bk_nr_zw {
    width:340px;
    text-align:left;
    padding-left:10px;
    white-space:normal
}
.bk_list_nr .bk_nr_yw {
    width:250px;
    text-align:center;
    white-space:normal
}
.bk_list_nr .bk_nr_fz {
    width:125px;
    text-align:center;
    white-space:normal
}
.bk_list_nr .bk_nr_fzs {
    width:125px;
    text-align:center;
    white-space:normal
}
.baike_list {
    width:100%;
    float:right;
    margin-bottom:30px;
}
.baike_list_ul {
    width:100%;
    border:1px dashed #CCCCCC;
}
.baike_list li {
    border-bottom:1px dashed #CCCCCC;
    color:#666666;
    font-size:14px;
    line-height:22px;
    /* height: 120px; */
    margin:10px 0;
}

.c-text-box #title {
/*margin: 50px auto;
	max-width: 800px;*/
    overflow: hidden;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.c-text-box #title>li {
float: left;
    width: 20%;
    max-width: 100px;
    padding: 0 10px;
    /* max-width: 200px; */
    height: 50px;
    border: 1px solid #fff;
    background-color: #008556;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    border-radius: 5px 15px 0 0;
    transform: skewX(-15deg);
}
.c-text-box #content {
margin: auto;
list-style: none;
width: 100%;
}
.c-text-box #content>li {
width: 100%;
/*height: 400px;*/
text-align: center;
/*line-height: 400px;*/
font-weight: bold;
font-size: 18px;
}
.c-text-box #content>li:first-child {
}
.c-text-box #content>li:nth-child(2) {
display: none;
}
.c-text-box #content>li:nth-child(3) {
display: none;
}
.c-text-box #content>li:last-child {
display: none;
}
.seach-col{
-ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
	margin-top: -15px;
    max-width: 100%;
	padding: 0;
    max-width: 1000px;
	position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.h_news{
    width:100%;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.plate{
    width:45%;
    min-height: 300px;
    margin: 0 2%;
    padding: 20px 0;
}
.plate_title{
    background: #00cc82;
    color:#fff;
    font-size: 16px;
    height:40px;
    line-height: 40px;
}
.plate_title .ch_name{
    margin: 0 20px;
}
.plate_title .ch_name{
    margin: 0 20px;
    color: #fff;
}
.plate_title .plate_more{
    float: right;
    margin: 0 20px;
    color: #fff;
}
.plate_title a{
    color: #fff;
}
.plate_title a:hover{
    color: #fff;
}
.plate_main{
   margin: 20px; 
}

.msds-cate-list{
    padding: 0.5rem;
    font-size: 16px;
    
}
.msds-list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
  justify-content: space-evenly;
}
.msds-list-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  /* background-color: #28a745; */
  /* border: 1px solid rgba(0, 0, 0, 0.125); */
}
.msds-list-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.msds-list-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.msds-list-item.disabled, .msds-list-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.msds-list-item.active{
  z-index: 2;
  color: #fff;
  background-color: #00cc82;
  /* border-color: #007bff; */
}
.msds-list-item +  .msds-list-item {
  border-top-width: 0;
}
.msds-list-item + .msds-list-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.msds-list-item.active a{
  color: #fff;
}

.msds-list-item.active i{
  color: #fff;
   font-size: inherit;
} 
.msds-list-item a:hover{
  color: #fff;
}
.msds-list-item:hover{
 background-color: #00cc82;
 color: #fff;
}
.msds-list-item i:hover{
 color: #fff;
}
.msds-list-item i{
    font-size: inherit;
}
.part{
    position: relative;
    top: -120px;
    display: block;
    height: 0;
    overflow: hidden;
}
.cas_hot{
    max-width: 1800px;
	padding: 0 100px;
	margin: 0 auto;
	/*padding-right: 15px;
    padding-left: 15px;*/
    margin-right: auto;
    margin-left: auto;
    background: #f5f5f5;
    padding-bottom: 1rem;
}
.cas_hot .caslist{
    padding: 2rem 0;
    background: #fff;
}
.cas_hot .castitle{
    /*margin: 10px;*/
    font-size: 18px;
    background: #00cc82;
    color:#fff;
    height:50px;
    line-height:50px;
}
.cas_hot .castitle a{
    color:#fff;
}
.cas_hot .castitle a:hover{
    color:#fff;
}
.cas_hot .castitle p{
    padding: 0 3rem;
}
.cas_hot .castitle span{
    float:right;
}
.cas_hot ul{
    display: flex;
    flex-direction: row;
    padding-top: 2rem;
    flex-wrap: wrap;
}
.cas_hot ul li{
    width: 45%;
    border-bottom: 1px dotted rgba(0, 204, 130, 0.29);
    margin:0 2%;
    padding:1rem 0;
}
.cas_hot ul li p{
    padding:0;
    /*height:20px;*/
    line-height:20px;
    margin: 0;
}

.image-hover-container {  
    border-radius: 10px;
    height:200px;
    width: auto;
    position: relative;  
    display: inline-block;  
    overflow: hidden; /* 确保放大后的图片不会溢出容器 */  
}  
  
.image-hover-container img {  
    max-height:200px; 
    /*max-width:200px; */
    transition: transform 0.3s ease-in-out;  
}  
  
.image-hover-container:hover img {  
    transform: scale(1.1); /* 放大到原始尺寸的1.1倍 */  
}  
  
.image-hover-container .overlay {  
    position: absolute;  
    top: 0;  
    left: 0;  
    right: 0;  
    bottom: 0;  
    background: rgba(0, 0, 0, 0.5); /* 蒙层的半透明黑色背景 */  
    opacity: 0;  
    transition: opacity 0.3s ease-in-out;  
    display: flex;  
    align-items: end; /* 垂直居中 */  
    justify-content: center; /* 水平居中 */  
    pointer-events: none; /* 禁止蒙层上的鼠标事件 */  
}  
  
.image-hover-container:hover .overlay {  
    opacity: 1; /* 鼠标悬停时蒙层变为可见 */  
}  
  
.image-hover-container .overlay .info {  
    color:#fff; /* 文字颜色 */  
    z-index: 1; /* 确保文字在蒙层之上（虽然在这个上下文中不是必须的） */  
    text-align: center; /* 文本居中 */ 
	bottom:0;
	    font-size: 16px;
    font-weight: bold;
	height:50px;
	line-height:50px;
	background:#00cc82;
	width:100%;
}
.image-hover-container .overlay .info a{ 
    color: #fff;
}
.liuyan .pro-left .pro-nr-text {
  padding: 1rem 1.25rem 0 1.25rem;
  /*margin-bottom: 2rem;*/
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid #00cc82;
}

.liuyan .pro-left .pro-nr-nav{
  width: 150px;
  text-align: center;
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  background-color: #00cc82;
  border-color: #dee2e6 #dee2e6 #fff;
}
.fw-about1{
	/*background-image:url('../images/28.jpg');*/
	background-size:cover;
	background-repeat:no-repeat;
	background-position: center center;
	padding: 3rem !important;
	background: url(../images/media3-bj.jpg) repeat-y top left / 100% auto;
}
.fw-about{
	/*background-image:url('../images/28.jpg');*/
	background-size:cover;
	background-repeat:no-repeat;
	background-position: center center;
	padding: 3rem !important;
	background-color: #238f1b !important;
	/*background: url(../images/media3-bj.jpg) repeat-y top left / 100% auto;*/
}
.fw-about .fw_bg{
	background-image:url('../images/28.png');
	background-size:cover;
	background-repeat:no-repeat;
	background-position: center center;

}
.fw-about .fw_us{
    margin: 0 auto;
    width: 83.333333%;
    min-height:200px;
}
.fw-about .fw_us img{
    width: 100% !important;
}
.fw-about .fw_us ul{
    margin: 0px;
    padding: 0px;
    zoom: 1;
}
.fw-about .fw_us ul li{
    /*display: flex;*/
    width: 16.6%;
    padding: 320px 0 90px;
    text-align: center;
    color: rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    height: 450px;
}
.fw-about-list{
    /*position: absolute;*/
    display: flex;
    top: 180px;
    left: 0;
    width:100%;
    /*float:left;
    color:#fff;*/
}
.fw-about .fw_us ul li img{
    max-width:50px;
}
.fw-about .fw_us ul li h3{
    font-size: 16px;
        color: #fff;
    line-height: 26px;
}
/*.fw-about .fw_us ul li p{

        color: #00cc8233;

}*/
.fw-about-list li > div {
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}

.image-hover-band {  
    border-radius: 2px;
    height:60px;
    width: auto;
    position: relative;  
    display: inline-block;  
    overflow: hidden; /* 确保放大后的图片不会溢出容器 */  
}  
  
.image-hover-band img {  
    max-height:80px; 
    /*max-width:200px; */
    transition: transform 0.3s ease-in-out;  
}  
  
.image-hover-band:hover img {  
    transform: scale(1.1); /* 放大到原始尺寸的1.1倍 */  
}  
  
.image-hover-band .overlay {  
    position: absolute;  
    top: 0;  
    left: 0;  
    right: 0;  
    bottom: 0;  
    background: rgba(0, 0, 0, 0.5); /* 蒙层的半透明黑色背景 */  
    opacity: 0;  
    transition: opacity 0.3s ease-in-out;  
    display: flex;  
    align-items: end; /* 垂直居中 */  
    justify-content: center; /* 水平居中 */  
    pointer-events: none; /* 禁止蒙层上的鼠标事件 */  
}  
  
.image-hover-band:hover .overlay {  
    opacity: 1; /* 鼠标悬停时蒙层变为可见 */  
}  
  
.image-hover-band .overlay .info {  
    color:#fff; /* 文字颜色 */  
    z-index: 1; /* 确保文字在蒙层之上（虽然在这个上下文中不是必须的） */  
    text-align: center; /* 文本居中 */ 
	bottom:0;
	    font-size: 18px;
    font-weight: bold;
	height:60px;
	line-height:60px;
	background:#00cc82cc;
	width:100%;
}
.image-hover-band .overlay .info a{ 
    color: #fff;
}

.index-so .index-so-box{
    text-align: center;
        padding: 0 100px;
    max-width: 1200px;
}
.index-so .form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    margin-right: -5px;
    margin-left: -5px;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: flex-end;
}
.index-so .seach-col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    /* margin-top: -15px; */
    max-width: 100%;
    padding: 0;
    max-width: 1000px;
    position: relative;
    width: 60%;
    padding-right: 15px;
    padding-left: 15px;
}
.index-so .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 0.4;
    max-width: 30%;
}
@media (max-width: 1200px)
{
    .btn-key{
        padding: 0.375rem 1.5rem;
 }
}
@media (max-width: 992px)
{
 .image-hover-container {  
    border-radius: 10px;
    height:120px;
    width: auto;
    position: relative;  
    display: inline-block;  
    overflow: hidden; /* 确保放大后的图片不会溢出容器 */  

}  
.btn-key{
        padding: 0.375rem 1.5rem;
 }
.image-hover-container img {  
    max-height:120px; 
    /*max-width:200px; */
    transition: transform 0.3s ease-in-out;  
}    
}
@media (max-width: 576px)
{
 .image-hover-container {  
    border-radius: 10px;
    height:100px;
    width: auto;
    position: relative;  
    display: inline-block;  
    overflow: hidden; /* 确保放大后的图片不会溢出容器 */  
}  
  
.image-hover-container img {  
    max-height:100px; 
    /*max-width:200px; */
    transition: transform 0.3s ease-in-out;  
} 


.index-so .index-so-box {

    padding: 0 10px;

}
.btn-key{
        padding: 0.375rem 0.5rem;
 }
 .fw-about{
     display:none;
     
 }
}
