.main{ line-height: 30px; padding: 4% 0;}

@media screen and (max-width:768px){
    .row{ margin: 0;}
}
.img-cover-4by3{ width: 100%; height: 0; padding-bottom: 50%; position: relative; overflow: hidden;}
.abs-center{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;}
/*.shuiyin{ position: absolute; left: 0; bottom: 0; z-index: 1; background: url("../images/shuiyin.png") no-repeat center bottom; width: 100%; height: 100%; background-size: 100%}*/



#dituContent label {
  max-width: unset!important;
  text-align: center;
}


/*头部*/
#top_bj{ width: 100%; height: auto; transition:0.5s; background: #fff; position: relative;}
#top_index{ height: auto; margin: 0 auto;}
#logo{ padding-top: 1%; padding-bottom: 1%; text-align: center;}
#logo a{ display: block;}
#logo a img{ max-width: 100%; transition:0.5s; position: relative; z-index: 1; }
#top_tel{ color: #9094a0; transition:0.5s; padding:1% 0 0;}
#top_tel i{ font-size: 60px; float: left; margin-top: 5%;}
#top_tel .float-left{ width: 70%; padding-left: 3%; font-size: 14px; line-height: 25px; transition: 0.3s;}
#top_tel .float-left span{ display: block; font-size: 28px; font-family: Impact; font-weight: bold; padding-top: 2%;}
@media screen and (max-width:1440px){
    #logo{text-align: left;}
    #logo .font{ display: none !important;}
    .top_tel_con span{ font-size: 22px !important;}
    #top_tel i{ font-size: 50px;}
    #top_tel .float-left span{ font-size: 24px;}
}

@media screen and (max-width:768px){
    #top_index{ padding: 0; width: 100%;}
    #logo{ padding: 2%; text-align: left;}
    #logo:before{ width: 60%;}
}

#nav{ height: auto; transition:0.3s; text-align: center;}
#nav li{ display: inline-block; width: 13%; height: 100%; padding-top: 2%; line-height: 50px; font-size: 16px; font-weight: normal; color: #333333; text-align: center; transition:0.5s;}
#nav li a{ display: inline-block; position: relative; z-index: 1; color: #282828;}
#nav li:hover a{ color: #fff;}
#nav li:hover{ background: #9094a0;}
@media (min-width: 1200px) and (max-width: 1440px){
  #nav li{ font-size: 15px;}
}
@media (min-width: 768px) and (max-width: 1200px){
  #nav{ margin-top: 0;}
  #nav li{ font-size: 15px;}
}


.top_bj_active{ width: 100%; z-index: 20; background: #fff !important; top: 0; box-shadow: 0 0 20px rgba(0,0,0,0.2); position: fixed !important;}
.top_bj_active #logo{ padding: 0.3% 0 0;}
.top_bj_active #logo img{ transform: scale(0.9);}
.top_bj_active #nav li{ font-size: 16px; padding-top: 1%;}
.top_bj_active #top_tel{ padding-top: 0.5%;}
.top_bj_active #c-header .c-switch{ top: 25px;}
.top_bj_active #c-header .c-nav2{ top: 55px;}



#banner img{ width: 100%;}
#banner .swiper-pagination{ bottom: 3%;}
#banner .swiper-pagination-bullet{ width: 20px; height: 5px; border-radius: 1px; transition:0.3s; opacity: 0.3;}
#banner .swiper-pagination-bullet-active{ width: 60px; background: #9094a0; opacity: 1;}
#banner .swiper-button-next:after,#banner .swiper-button-prev:after{ display: none;}
#banner .swiper-button-next i,#banner .swiper-button-prev i{ color: #fff; font-size: 50px;}
#banner .swiper-button-next,#banner .swiper-button-prev{ background: rgba(0,0,0,0.2); width: 50px; height: 80px;}
#banner .swiper-button-next{ right: 5%;}
#banner .swiper-button-prev{ left:5%; }

#mobile_banner img{ width: 100%;}
#mobile_banner .swiper-pagination-bullet-active{ background: #9094a0;}



/*手机导航*/
.ovh{overflow: hidden;display: none; width: 100%;height: 100vh;position: fixed;left: 0;top:0;background: rgba(0,0,0,.3);width: 100%;height: 100%;position: absolute;left: 0;right: 0;top:0;bottom:0;z-index: 99;}
.ovh.show{display: block;}
.menu{position: absolute;right: 15px;line-height: 32px; width: 75px;height: 30px;top: 50%;transform: translateY(-50%); z-index: 1000;}
.menu .menu_button{width: 35px;float: right;height: pointer;cursor: pointer}
.menu .menu_button>.line{float: right;width: 100%;height: 3px;background: #323e4a;margin-top:6px;transition:.3s;transition-timing-function:ease;}
.menu .menu_button>.line:nth-child(2){transition-delay:0.05s;}
.menu .menu_button>.line:nth-child(3){transition-delay:0.1s;}
.m-sub-menu.show {right: 0;transition: all 0.44s ease 0s;z-index: 100000000;}
.m-sub-menu {position: fixed;right: -100%;width: 100%;top: 0;z-index: 100;height: 100%;background-color: #fff;transition: all 0.64s ease 0s;}
.m-sub-menu .top-box {line-height: 70px;background-color: #333333;font-size: 16px;color: #fff;text-indent: 25px;position: relative;}
.m-sub-menu .top-box .menu_button{width: 40px;height: 40px;cursor: pointer;position:absolute;right: 15px;top:18px; }
.m-sub-menu .top-box .menu_button .line{background: #fff;float: right;width: 40px;height: 3px;margin-top:6px;transition:.3s;transition-timing-function:ease;}
.m-sub-menu .top-box .menu_button .line:nth-child(1){transform:translateY(10px) rotate(45deg);-webkit-transform:translateY(10px) rotate(45deg);}
.m-sub-menu .top-box .menu_button .line:nth-child(2){transform:translateY(0) rotate(0);-webkit-transform:translateY(0) rotate(0);display: none;}
.m-sub-menu .top-box .menu_button .line:nth-child(3){transform:translateY(0px) rotate(-45deg);-webkit-transform:translateY(0px) rotate(-45deg);}
.m-sub-menu .list-wrap{height:calc(100vh - 70px);overflow-y: scroll;}
.m-sub-menu .list-wrap ul{padding-bottom: 80px;}
.m-sub-menu .list-wrap li {line-height: 60px;border-bottom: 1px solid #f2f2f2;}
.m-sub-menu .list-wrap li:last-child{border:none;}
.m-sub-menu .list-wrap li .col-box {display: block;width: 100%; padding: 0 8%;}
.m-sub-menu .list-wrap .tit {font-size: 16px;color: #666;}
.m-sub-menu .sec-sub-list {position: absolute;right: -100%;top: 70px;width: 100%;}
.m-sub-menu .sec-sub-list .return-fir {display: block; width: 100%; padding: 0 5%;line-height: 60px;background-color: #c40000;}
.m-sub-menu .sec-sub-list .return-fir p {padding-left: 18px;color: #fff;font-size: 18px;}
.m-sub-menu .sec-sub-list .return-fir p i{ float: left; padding-right: 10px;}
.m-sub-menu .sec-sub-list .boxs {width: 100%;height: 100vh; position: absolute;left: 0;top: 0; transition: all 0.4s ease 0s;background-color: #fff;}
.m-sub-menu .sec-sub-list .boxs.show {left: -100%;}
.m-sub-menu .sec-sub-list ul{width: 100%;/*height: 400px;*/overflow-y:auto}
.m-sub-menu .sec-sub-list li {line-height:50px; border-bottom: 1px solid #f2f2f2;}
.m-sub-menu .sec-sub-list li a {display: block;width: 84%;padding: 0 7.8% 0 8.2%;font-size: 16px;color: #666;}



/*底部*/
#end_nr_bj{ background: #333333; width: 100%; height: auto; overflow: hidden; color: #666666;}
#end_nr_bj a{ color: #666666; transition: 0.3s; position: relative;}
#end_nr_bj a:hover{ color: #fff;}
#end_nr_bj a:after{z-index:1;content: ''; position: absolute; left: 0; bottom: 0; display: block; height:5px; background-color: rgba(255, 255, 255, .2);width:100%; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; -webkit-transform: scaleX(0); transform: scaleX(0);-webkit-transform-origin: right center;transform-origin: right center;}
#end_nr_bj a:hover::after{ -webkit-transform-origin: left center;transform-origin: left center;  -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1);}

#end_nr_bj .main{ padding: 2% 0;}
#end_nr_bj .end_nav{ border-bottom: 1px solid rgba(255,255,255,0.1); text-align: center;}
#end_nr_bj .end_nav li{ display: inline-block; width: 14%; height: 70px; line-height: 70px; font-size: 16px;}
#end_nr_bj .end_nav li a{ color: #fff;}
#end_nr_bj .end_logo .pic p{ float: left;}
#end_nr_bj .end_logo .pic span{ display: block; width: 80%; padding: 5% 0 0 5%; float: left; color: #999999; font-size: 16px;}
#end_nr_bj .end_logo .content{ clear: both; color: #fff; font-size: 24px; text-align: center; padding-top: 5%;}

#end_nr_bj .main .end_lx{ color: #999999; padding-left: 5%;}
#end_nr_bj .main .end_lx .tit{ color: #fff; font-size: 18px; position: relative; height: 50px; line-height: 50px; margin-bottom: 15px !important;}
#end_nr_bj .main .end_lx .tit:before{ position: absolute; left: 0; bottom: 0; content: ''; height: 2px; width: 10%; background: #fff;}

#end_nr_bj .main .end_wx{ text-align: center;}
#end_nr_bj .main .end_wx img{ max-width: 30%;}
#end_nr_bj .main .end_wx p{ line-height: 25px; padding-top: 3%;}

#end_line{ position: relative; height: auto; padding: 10px 0; line-height: 30px; color: #666; border-top: 1px solid rgba(255,255,255,0.1);}

@media screen and (max-width:1440px){
    #end_nr_bj .end_nav li{ width: 13%;}
}
@media screen and (max-width:1200px){
    #end_nr_bj .main .end_wx img{ max-width: 45%;}
    #end_nr_bj .end_logo .content{ font-size: 16px;}
    #end_nr_bj .end_logo .pic span{ padding-top: 0; font-size: 14px;}
}

.footer_zx{ height:60px; overflow: hidden; right:0; bottom:0; z-index: 20; width:100%; line-height: 25px; position: fixed; background-color:#444444;}
.footer_zx a{ color:#fff !important; display: block; width: 33%; height: 100%; float: left; text-align: center; background-color:#444444;}
.footer_zx i{ font-size: 28px; padding: 4% 0 1%; font-weight: normal;}
.footer_zx p{font-size: 13px;}
.footer_zx button{ display: block; width: 34%; background: #9094a0; height: 100%; float: left; text-align: center; color:#fff !important;}
.kb50{ height: 60px;}





/*首页*/
.tit_in{ text-align: center;}
.tit_in p{ display: inline-block; color: #333333; font-size: 36px; position: relative;}
.tit_in p:before{ position: absolute; left: -50px; top: 0; content: '“'; width: 50px; height: 50px; line-height: 50px; font-size: 80px; color: #fbd8cf;}
.tit_in p:after{ position: absolute; right: -50px; top: 0; content: '”'; width: 50px; height: 50px; line-height: 50px; font-size: 80px; color: #fbd8cf;}
.tit_in span{ display: inline-block; color: #666666; font-size: 18px; padding-top: 10px;}
.tit_in i{ color: #b57458; font-size: 40px;}
@media screen and (max-width: 768px){
    .tit_in p{ font-size: 24px;}
    .tit_in span{ font-size: 14px; padding: 0;}
}



#huanjing{ margin-top: 3%;}
#huanjing .swiper-container { width: 100%; height: auto; margin-left: auto; margin-right: auto;}
#huanjing .swiper-slide { background-size: cover; background-position: center; position: relative;}

#huanjing .gallery-top { height: auto; width: 100%; margin: 2% 0; position: relative;}
#huanjing .gallery-top .swiper-slide .font{ border: 20px solid #9094a0; border-left: 30px solid #9094a0; border-bottom: 30px solid #9094a0; background: #fff; padding: 3% 0; position: relative;}
#huanjing .gallery-top .swiper-slide .font:before{ position: absolute; left: -15px; top: -20px; content: ''; width: 1px; height: 70%; background: #fff;}
#huanjing .gallery-top .swiper-slide .font:after{ position: absolute; right: -20px; bottom: -15px; content: ''; width: 70%; height: 1px; background: #fff;}
#huanjing .gallery-top .swiper-slide .font .tit h1{ color: #492429; font-size: 30px; font-weight: bold; text-align: center; font-weight: bold;}
#huanjing .gallery-top .swiper-slide .font .tit p{ color: #492429; font-size: 14px; text-align: center;}
#huanjing .gallery-top .swiper-slide .font .pic{ width: 100%; height: auto; text-align: center; margin: 8% 0;}
#huanjing .gallery-top .swiper-slide .font .pic img{ max-width: 100%; height: auto;}
#huanjing .gallery-top .swiper-slide .font dl{ padding: 0 5%;}
#huanjing .gallery-top .swiper-slide .font dl dt{ font-weight: normal; color: #666666; font-size: 12px; line-height: 25px;}
#huanjing .gallery-top .swiper-slide .font dl dt i{ float: left; font-size: 18px; padding-right: 10px;}

#huanjing .gallery-top .cpfont{ margin: 0; background: #9094a0; position: relative;}
#huanjing .gallery-top .cpfont:before{ background: #e9eaed; position: absolute; left: 0; top: 0; content: ''; width: 20%; height: 100%;}
#huanjing .gallery-top .cpfont .tit .bai{ background: #fff; margin: 5%; height: 80%; text-align: center;}
#huanjing .gallery-top .cpfont .tit span{ color: #603616; font-size: 16px; padding-top: 3%; display: block;}
#huanjing .gallery-top .cpfont .tit h1{ font-size: 50px; font-family: '思源宋体'; color: #603616; font-weight: bold !important; padding: 2% 0;}
#huanjing .gallery-top .cpfont .tit i{ color: #603616; font-size: 13px; text-transform: uppercase;}
#huanjing .gallery-top .cpfont .tit p{ display: inline-block; margin-top: 2% !important; background: #603616; width: 40%; height: 30px; line-height: 30px; border-radius: 15px; color: #fff; transition: 0.3s;}
#huanjing .gallery-top .cpfont .pic{ text-align: center;}
#huanjing .gallery-top .cpfont .pic img{ width: 100%;}
#huanjing .gallery-top .cppic{ margin: 20px 0 0; background: #e9eaed; padding: 20px;}
#huanjing .gallery-top .cppic .pic{ display: block; width: 100%; height: 0; padding-bottom: 32%; background: #fff; position: relative; overflow: hidden;}
#huanjing .gallery-top .cppic .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition:0.3s;}
#huanjing .gallery-top .cpfont .tit p:hover{ background: #aacd06;}




#huanjing .gallery-thumbs { height: auto; box-sizing: border-box; padding: 10px;}
#huanjing .gallery-thumbs .swiper-slide { background: #fafafa; cursor: pointer; padding: 2%; transition:0.3s; position: relative; transition: 0.3s;}
#huanjing .gallery-thumbs .swiper-slide .tit{ color: #333333; font-size: 24px; transition: 0.3s;}
#huanjing .gallery-thumbs .swiper-slide .tit span{ color: #333333; font-size: 14px; text-transform: uppercase;}
#huanjing .gallery-thumbs .swiper-slide .pic{ position: absolute; right: 0; bottom: 0; width: 40%;}
#huanjing .gallery-thumbs .swiper-slide .pic img{ width: 100%;}
#huanjing .gallery-thumbs .swiper-slide .nr{ height: 35px; line-height: 35px; background: #3d2d23; text-align: center; color: #fff; float: left; width: 50%; margin: 10% 0; transition: 0.3s;}
#huanjing .gallery-thumbs .swiper-slide:hover .tit{ color: #603616;}
#huanjing .gallery-thumbs .swiper-slide:hover .tit span{ color: #603616;}
#huanjing .gallery-thumbs .swiper-slide-thumb-active{ filter: drop-shadow(3px 3px 5px rgba(153, 153, 153, 0.2));}
#huanjing .gallery-thumbs .swiper-slide-thumb-active .tit{ color: #603616;}
#huanjing .gallery-thumbs .swiper-slide-thumb-active .tit span{ color: #603616;}

@media screen and (max-width:1440px){
    #huanjing .gallery-top .swiper-slide .font .tit h1{ font-size: 28px;}
}
@media screen and (max-width:1200px){
    #huanjing .gallery-top .cpfont .tit h1{ font-size: 38px;}
    #huanjing .gallery-top .cpfont .tit i{ display: none;}
    #huanjing .gallery-top .cppic .pic{ padding-bottom: 50%;}
}
@media screen and (max-width:768px){
    #huanjing .gallery-top .cppic .pic{ padding-bottom: 50%;}
}

@media screen and (max-width:765px){
    #huanjing .gallery-top .cppic .pic{ padding-bottom: 100%;}
}



.ysnr li,.ysnr dl{ margin: 0; padding: 0;}
.ysnr li img{ width: 100%;}
.ysnr dl{ background: #f2f4fa; padding-top: 6%;}
.ysnr dl dd{ text-align: center;}
.ysnr dl dd p{ display: inline-block; color: #333333; height: 40px; margin-bottom: 10px !important; font-size: 24px; border-bottom: 1px solid #dcdcdc;}
.ysnr dl dd span{ color: #666666; display: block;}
.ysnr dl dd i{ color: #e9ebed; font-size: 30px; margin: 20% 0;}
@media screen and (max-width:1800px){
    .ysnr dl dd i{ margin: 14% 0;}
}
@media screen and (max-width:1440px){
    .ysnr dl dd p{ font-size: 18px;}
    .ysnr dl dd i{ margin: 10% 0;}
}
@media screen and (max-width:1200px){
    .ysnr dl dd p{ font-size: 16px; margin: 0 !important;}
    .ysnr dl dd span{ font-size: 12px;}
    .ysnr dl dd i{ margin: 8% 0;}
}
@media screen and (max-width:768px){
    .ysnr dl dd i{ margin: 3% 0; font-size: 25px;}
}


#case{position: relative; padding-bottom: 5%; margin-top: 3%;}
#case .swiper-container {
    width: 100%;
    height: 100%;
}
#case .swiper-slide {
    transition:0.3s;
    overflow: hidden;
    position: relative;
    /* Center slide text vertically */
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#case .swiper-slide .pic{ display: block; width: 100%; height: 0; padding-bottom: 80%; position: relative; overflow: hidden;}
#case .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition:0.3s;}
#case .swiper-slide .tit{ position: absolute; left: 0; bottom: 0; width: 100%; color: #fff; height: auto; width: 100%; background: rgba(144,148,160,0.6); font-size: 16px;}
#case .swiper-slide .tit .float-left{ padding: 2% 5%;}
#case .swiper-slide .tit .float-left span{ display: block; text-transform: uppercase; font-size: 12px; border-bottom: 1px solid #fff;}
#case .swiper-slide .tit .float-left p{ font-size: 15px; height: 45px; line-height: 45px;}
#case .swiper-slide .tit i{ float: right; padding: 5% ; font-size: 30px;}
#case .swiper-slide:hover img{ transform: scale(1.1);}
#case .swiper-button-next,#case .swiper-button-prev{ background: #9094a0; width: 35px; height: 35px; position: absolute; bottom: 0; top: auto; transition:0.3s; text-align: center; line-height: 35px;}
#case .swiper-button-next i,#case .swiper-button-prev i{ color: #fff; font-size: 26px;}
#case .swiper-button-prev{ right: auto; left: 45%;}
#case .swiper-button-next{ left: auto; right: 45%;}
#case .swiper-button-next:after,#case .swiper-button-prev:after{ display: none;}
#case #more{ position: absolute; left: 0; width: 100%; bottom: 0; text-align: center;}
#case #more a{ display: block; width: 35px; margin: 0 auto; height: 35px; line-height: 35px; background: #9094a0; transition:0.3s;}
#case #more a i{ color: #fff;}
#case .swiper-button-prev:hover,#case .swiper-button-next:hover,#case #more a:hover{ background: #603616; box-shadow:0px 3px 5px rgba(0,0,0,0.1);}
@media (min-width: 1200px) and (max-width: 1440px){
    #case{ padding-bottom: 7%;}
    #case .swiper-button-prev{ left: 44%;}
    #case .swiper-button-next{ right: 44%;}
}
@media (min-width: 768px) and (max-width: 1200px){
    #case{ padding-bottom: 7%;}
    #case .swiper-button-prev{ left: 42%;}
    #case .swiper-button-next{ right: 42%;}
}
@media screen and (max-width:765px){
    #case{ padding-bottom: 15%;}
    #case .swiper-button-prev{ left: 35%;}
    #case .swiper-button-next{ right: 35%;}
}


#gsjj_bj{ background: url("../images/gsjj_pic.jpg") no-repeat center top;}
#gsjj_bj .content{ padding: 7% 7% 4%; color: #333333; font-size: 16px; text-align: center; line-height: 40px;}
#gsjj_bj .more{ margin: 0 auto; color: #fff; font-size: 16px; text-transform: uppercase; background: #9094a0; height: 45px; line-height: 45px; width: 15%; border-radius: 25px; text-align: center; transition: 0.3s;}
#gsjj_bj ul{ margin: 5% 0 0;}
#gsjj_bj ul li{ background: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.1); text-align: center; padding: 10%;}
#gsjj_bj ul li i{ color: #f37f60; font-size: 40px;}
#gsjj_bj ul li p{ color: #333333; font-size: 16px; font-weight: bold; padding: 10% 0 5%;}
#gsjj_bj ul li span{ color: #999999;}
#gsjj_bj .more:hover{ background: #333;}
@media screen and (max-width:768px){
    #gsjj_bj .content{ font-size: 14px; line-height: 30px; padding: 5% 0;}
    #gsjj_bj .more{ width: 50%;}
    #gsjj_bj ul li{ margin-bottom: 20px;}
}



#indexNews{ margin-top: 3%;}
#indexNews li{ background: #fafafa; margin-bottom: 20px; transition: 0.3s;}
#indexNews li .row{ margin: 0;}
#indexNews li .pic{ display: block; width: 100%; height: 0; padding: 0 0 13%; position: relative; overflow: hidden;}
#indexNews li .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition:0.3s;}
#indexNews li .content{ padding-top: 3%;}
#indexNews li .content .news_title{ color: #333; font-size: 16px; font-weight: bold;}
#indexNews li .content .news_info{ color: #999999;}
#indexNews li .news_time{ padding: 3% 4% 0; position: relative;}
#indexNews li .news_time:before{ position: absolute; right: 10%; top: 31%; content: ''; width: 25%; height: 1px; background: #999999;}
#indexNews li .news_time p{ color: #999999; font-size: 22px; }
#indexNews li .news_time i{ color: #999999; font-size: 20px; margin-top: 10%;}
#indexNews li:hover{ background: #9094a0;}
#indexNews li:hover .news_time:before{ background: #fff;}
#indexNews li:hover .content .news_title,#indexNews li:hover .content .news_info,#indexNews li:hover .news_time p,#indexNews li:hover .news_time i{ color: #fff;}
@media screen and (max-width: 991px){
    #indexNews li .pic{ padding-bottom: 60%;}
}




/*公司简介*/
#zi_banner{ width: 100%; height: auto; text-align: center; overflow: hidden;}
#zi_banner img{ width: 100%;}
@media screen and (max-width:1200px){
    #zi_banner img{ width: 200%;}
}

@media screen and (max-width:768px){
    #zi_banner img{ width: 250%; margin-left: -30%;}
}


#homebj{ background: #f5f6f8; width: 100%; height: 70px; line-height: 70px;}
#homebj .home{ text-align: right;}
#homebj .home i,#homebj .home p{ float: right;}
#homebj .home i{ color: #dd0511; font-size: 22px;}
#homebj .home p a{ padding: 0 10px;}
#homebj ul{ padding: 15px 0 0;}
#homebj ul li{ float: left; position: relative; padding: 0 2%; width: 20%;}
#homebj ul li:before{ position: absolute; right: 0; top: 35%; content: ''; width: 1px; height: 30%; background: #ccc;}
#homebj ul li a{ display: block; text-align: center; color: #333333; height: 40px; line-height: 40px; width: 100%; border-radius: 5px; transition: 0.3s;}
#homebj ul li:hover a{ color: #fff; background: #9094a0;}
@media screen and (max-width:1440px){
    #homebj ul li{ width: 25%;}
}
@media screen and (max-width:1200px){
    #homebj .home{ font-size: 12px;}
}
@media screen and (max-width:768px){
    #homebj ul li{ width: 33%; font-size: 12px;}
}



#gsjj_zy_bj{ background: url("../images/gsjj_bj.png") repeat-x center bottom;}
#gsjj .tit p{ float: left; height: 45px; width: 47%; text-align: right; border-bottom: 1px solid #d0d0d0; color: #333333; font-family: '思源宋体'; font-size: 36px; font-weight: bold;}
#gsjj .tit p span{ display: block; float: left; text-transform: uppercase; color: #999999; font-size: 26px; font-family: '思源宋体';}
#gsjj .tit i{ display: block; clear: both; text-transform: uppercase; color: #999999; font-size: 26px; font-family: '思源宋体'; font-weight: bold; padding-left: 4%; padding-top: 1%;}
#gsjj .content{ color: #333333; font-size: 16px; line-height: 55px; padding-top: 5%;}
#gsjjpic{ text-align: center;}
#gsjjpic img{ width: 100%;}
@media screen and (max-width:1440px){
    #gsjj .content{ line-height: 45px;}
}
@media screen and (max-width:1200px){
    #gsjj .tit p{ width: 60%;}
}
@media screen and (max-width:768px){
    #gsjj .tit p{ width: 80%;}
}
.qysl_nr{ margin-top: 5%;}
.qysl_nr .col-12{ padding: 0 0.5%;}
.qysl_nr li{ margin-bottom: 3%; position: relative; overflow: hidden;}
.qysl_nr li p{ width: 100%; height: 0; padding-bottom: 65%; position: relative; overflow: hidden;}
.qysl_nr li p img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center; transition:0.3s;}
.qysl_nr .col-12:nth-of-type(2) li p{ padding-bottom: 133%;}
.qysl_nr li .nr{ position: absolute; left: 0; top: 50%; z-index: 1; text-align: center; background: rgba(0,0,0,0.7); width: 100%; height: 0; padding-top: 0; transition: 0.3s; overflow: hidden; opacity: 0;}
.qysl_nr li .nr h4{ border: 1px solid #fff; display: inline-block; color: #fff; width: 30%; padding: 10% 5%; font-size: 18px;}
.qysl_nr li .nr h4 span{ display: block; font-family: Arial; padding-top: 20%; font-size: 14px; text-transform: uppercase;}
.qysl_nr .col-12:nth-of-type(2) li .nr{ padding-top: 0;}
.qysl_nr li:hover .nr{ top: 0; height: 100%; padding-top: 18%; opacity: 1;}
.qysl_nr .col-12:nth-of-type(2) li:hover .nr{ padding-top: 50%;}
@media screen and (max-width:991px){
    .qysl_nr .col-12:nth-of-type(2) li p{ padding-bottom: 65%;}
    .qysl_nr .col-12:nth-of-type(2) li:hover .nr{ padding-top: 18%;}
}





.hui{ background: #f6f6f6;}



.news01 {padding: 0;}
.news01 li{ margin-bottom: 7%;}
.news01 .imgbox {width: 100%; height: 0; padding-bottom: 70%; position: relative; overflow: hidden;}
.news01 .imgbox img { object-fit: cover; left: 0; position: absolute; text-align: center; height:100%; width:100%; transition: 0.3s;}
/*.news01 .shuiyin{position: absolute; background: url("../images/shuiyin.png") no-repeat center; z-index: 1; left: 0; top: 0; width: 100%; height: 100%;}*/
.news01 .imgbox1 {width: 100%; height: 0; padding-bottom: 80%; position: relative; overflow: hidden;}
.news01 .imgbox1 p { text-align: center; left: 0; position: absolute; height:100%; width:100%; transition: 0.3s;}
.news01 .imgbox1 p img{ max-width: 100%; max-height: 100%; transition:0.3s;}
.news01 .slide:hover .imgbox img {transform: scale(1.1);}

.news01 .txtbox { height: 50px; line-height: 50px; text-align: center; font-size: 16px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; position: relative; background: #fff; border-bottom: 1px solid #e2e2e2;}
.news01 .txtbox span{ display: block; z-index: 1; position: relative; transition:0.3s;}
.news01 .txtbox:after {  position: absolute;content: ""; background: #333; height: 100%; width:100%;  left: 0;bottom: 0;
    transition: all 0.5s;
    -webkit-transition: transform .5s;
    -moz-transition: transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
}
.news01 .slide:hover .txtbox::after { -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1);
    -o-transform: scaleX(1); transform: scaleX(1);
}
.news01 .slide:hover .txtbox span{ color: #fff;}


#xgcp{ padding: 7% 0 2%;}
#xgcp li{ margin-bottom: 10%; background: #fff;}
#xgcp li .pic{ width: 100%; height: 0; padding-bottom: 100%; position: relative; overflow: hidden;}
#xgcp li .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition: 0.3s;}
#xgcp li p{ height: 40px; line-height: 40px; text-align: center; transition: 0.3s; white-space: nowrap; overflow:hidden; text-overflow: ellipsis;}
#xgcp li:hover p{ background: #9094a0; color: #fff;}
#xgcp li:hover .pic img{ transform: scale(1.1);}

.contact_item{ padding:0; text-align: center; margin-top: 3%;}
.contact_item li{ display: inline-block; margin-bottom: 30px;}
.contact_item li span{display: block;width: 150px;height: 135px;margin:0 auto;text-align: center;position: relative;}
.contact_item li span.contact_item_1{background: url(../images/contact_li_bg1.png) center no-repeat;line-height: 108px;}
.contact_item li span.contact_item_2{background: url(../images/contact_li_bg2.png) center no-repeat;line-height: 135px;}
.contact_item li span.contact_item_3{background: url(../images/contact_li_bg3.png) center no-repeat;line-height: 170px;}
.contact_item li span img{vertical-align: middle;}
.contact_item_ewm{width: 84px;height: 84px;position: absolute;left: 33px;top:45px;z-index: 1;}
.contact_item_ewm img{width: 84px;height: 84px;position: absolute;left: 0;top:0;transition: all .4s;vertical-align: top;}
.contact_item li h4{color: #333;font-size: 18px;line-height: 30px; text-align: center;margin: 10px auto !important; font-weight: bold !important;}
.contact_item li p{color: #333;font-size: 14px;line-height: 26px;}
.contact_item li:nth-child(3n) p{text-align: center;}


.in_title{ line-height: 40px; padding: 30px 0 10px; color: #747474; font-size: 16px;}
.in_title p{ font-size: 30px; color: #3e3e3e;}



/*产品中心*/
.pro_home{ height: 80px; line-height: 80px;}
.pro_home i{ display: block; float: left; color: #dd0511; font-size: 20px; margin-right: 10px;}
.pro_home a{ padding: 0 10px;}

.pro_list{ background: #fff; padding: 4% 2%;}
.pro_list li{ margin-bottom: 3%;}
.pro_list li .img{ width: 100%; height: 0; padding-bottom: 100%; position: relative; overflow: hidden; }
.pro_list li .img img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition: 0.3s;}
.pro_list li .title{ height: 60px; line-height: 60px; text-align: center; font-size: 16px;}
.pro_list li:hover .img img{ transform: scale(1.1);}



.cpclass{ margin-bottom: 3% !important; background: #fff;}
.cpclass .row{ margin: 0;}
.cpclass .pic{ height: 0; padding-bottom: 40%; position: relative; overflow: hidden;}
.cpclass .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;}
.cpclass .font{ padding: 1.5% 3%; border-left: 1px solid #f0f0f0;}
.cpclass .font dl{ margin: 0;}
.cpclass .font dl dt{ font-weight: normal; clear: both; padding: 8% 3%; border-bottom: 1px solid #f0f0f0; cursor: pointer;}
.cpclass .font dl dt:last-of-type{ border-bottom: none;}
.cpclass .font dl dt p{ float: left; width: 45px; height: 45px; line-height: 45px; text-align: center; color: #9094a0; border-radius: 100%; border: 2px solid #9094a0; transition: 0.3s;}
.cpclass .font dl dt p i{ font-size: 25px; transition: 0.3s;}
.cpclass .font dl dt h5{ color: #333333; font-size: 20px; padding: 2% 0 0 5%; line-height: 20px;}
.cpclass .font dl dt h5 span{ color: #999999; font-size: 12px; text-transform: uppercase; font-family: arial;}
.cpclass .font dl dt:hover p{ background: #9094a0;}
.cpclass .font dl dt:hover p i{ color: #fff;}
.cpclass .font dl dt:hover h5{ color: #9094a0;}
.cpclass .font dl dt:hover h5 span{ color: #9094a0;}
@media screen and (max-width:1200px){
    .cpclass .font dl dt{ padding: 3%;}
    .cpclass .font dl dt h5{ font-size: 16px;}
}
@media screen and (max-width:991px){
    .cpclass{ display: none;}
}



.cp_left{ height: 0; padding-bottom: 50%; position: relative; overflow: hidden; }
.cp_left img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition: 0.3s;}
.cp_right h2{ color: #333333; font-size: 30px;}
.cp_right .content{ border-bottom: 1px dashed #cccccc; border-top: 1px dashed #cccccc; padding: 3% 0; margin: 3% 0;}
.cp_right .content p{ color: #999999; font-size: 16px; line-height: 35px;}
.cp_right .content p span{ color: #282828; font-weight: bold;}
.cp_right dl p{ color: #282828; font-size: 16px; font-weight: bold; float: left;}
.cp_right dl dt{ float: left; font-weight: normal; color: #333; font-size: 15px; background: #cacaca; border: 1px solid #a9adb7; padding: 0 1%; margin-right: 2%; border-radius: 3px;}
.cp_right ul{ margin: 5% 0 !important;}
.cp_right ul li{ padding: 0 1%;}
.cp_right ul li .pic{ width: 100%; height: 0; padding-bottom: 100%; position: relative; overflow: hidden;}
.cp_right ul li .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition: 0.3s;}
.cp_right ul li p{ background: #fff; text-align: center; width: 100%; height: 30px; line-height: 30px; font-size: 13px; transition: 0.3s;}
.cp_right ul li:hover p{ color: #fff; background: #333;}
.cp_right .order-btn{ height: 50px; line-height: 50px; transition: 0.3s; background: #aacd06; color: #fff; border-radius: 5px; text-align: center;}
.cp_right .order-btn a{ color: #fff; font-size: 16px;}
.cp_right .order-btn:hover{ letter-spacing: 5px;}
.cp_right .zixun-btn{ height: 50px; line-height: 50px; transition: 0.3s; background: #282828; color: #fff; border-radius: 5px; text-align: center; font-size: 16px;}
.cp_right .zixun-btn a{ color: #fff; font-size: 16px;}
.cp_right .zixun-btn:hover{ letter-spacing: 5px;}
@media screen and (max-width:991px){
    .cp_left{ padding-bottom: 100%;}
    .cp_right{ margin-top: 3%;}
}


#cpbtqh{ width: 100% !important; transition:0.3s; background: #fff; text-align: center;}
.cpbt{ margin: 0 auto !important; height: 70px; line-height: 70px; border-bottom: 1px solid #efefef; width: 100%; transition:0.3s;}
.cpbt li{ float: left; color: #666666; font-size: 16px; width: 15%; text-align: center; position: relative; transition:0.3s;}
.cpbt li a{ color: #666666;}
.cpbt li:after{ position: absolute; left: 50%; bottom: 0; width: 0; height: 3px; content: ''; background: #fff; transition: 0.3s;}
.cpbt li:before{ position: absolute; right: 0; top: 30%; width: 1px; height: 40%; content: ''; background: #d5d5d5;}
.cpbt li:last-of-type:before{ display: none;}
.cpbt li:hover:after{ position: absolute; left: 25%; bottom: 0; width: 50%; height: 3px; content: ''; background: #cf0000;}
.cpbt li.current:hover:after{ left: 25%; width: 50%; background: #cf0000;}
.cpbt li.current:after{ left: 25%; width: 50%; background: #cf0000;}
.cpbtqh_active{ top: 64px; position: fixed; left: 0; z-index: 10;}
@media screen and (max-width:1440px){
    .cpbtqh_active{ top:60px;}
}
@media screen and (max-width:1400px){
    .cpbtqh_active{ top:6.5%;}
}
@media screen and (max-width:1200px){
    .cpbtqh_active{ top:6.2%;}
    .cpbt li{ width: 14%;}
}
@media screen and (max-width:768px){
    .cpbtqh_active{ top:6%;}
    .cpbt li{ width: 20%;}
}
@media screen and (max-width:765px){
    .cpbt li{ width: 25%; font-size: 13px;}
}

.bai{ background: #fff; padding: 3%;}
.bai .content{ line-height: 30px; color: #999999; padding: 3% 0;}
.bai .content img{ max-width: 100%;}
.xgcp1 li:hover p{ background: #fff !important; color: #282828 !important;}
.bai .tit_in{ margin-top: 5%;}
.cp-tools { height: auto; line-height: 37px; text-align: center; width: 100%; overflow: hidden; padding: 0 10% 5%;}
.cp-tools a { display: block; float: left; flex: 1; width: 45%; height: 37px; border-radius: 20px; background-color: #9094a0; color: #ffffff; }
.cp-tools a:nth-of-type(2){ float: right;}
.cp-tools a.btn-free { background:none; color: #aaaaaa; border:1px solid #aaaaaa;}
.cp-tools a:hover { background-color: #9094a0; border:1px solid #9094a0; color: #ffffff; }
.cp-tools a:hover ~ .btn-ask { background:none; color: #aaaaaa; border:1px solid #aaaaaa; }
@media screen and (max-width:1200px){
    .cp-tools a{ width: 48%; font-size: 12px;}
}


#cptd{ margin: 3% 0 0 !important;}
#cptd li{ border-bottom: 1px solid #dfdfdf; border-right: 1px solid #dfdfdf; text-align: center; cursor: pointer; transition: 0.3s;}
#cptd li:nth-of-type(3),#cptd li:nth-of-type(6){ border-right: none;}
#cptd li:nth-of-type(4),#cptd li:nth-of-type(5),#cptd li:nth-of-type(6){ border-bottom: none;}
#cptd li i{ color: #fff; font-size: 30px; background: #9094a0; border-radius: 100%; width: 60px; height: 60px; line-height: 60px; margin: 12% auto 5%; transition: 0.3s;}
#cptd li span{ display: block; color: #494949; font-size: 18px; font-weight: bold;}
#cptd li p{ color: #666666; font-size: 14px; line-height: 25px; padding: 0 0 10%;}
#cptd li:hover i{ background: #fff; color: #9094a0; }
#cptd li:hover{ background: #9094a0;}
#cptd li:hover span,#cptd li:hover p{ color: #fff;}
@media screen and (max-width:991px){
    #cptd li p{ font-size: 12px;}
    #cptd li:nth-of-type(2n){ border-right: none;}
    #cptd li:nth-of-type(3){ border-right: 1px solid #dfdfdf;}
    #cptd li:nth-of-type(4){ border-bottom: 1px solid #dfdfdf;}
    #cptd li:nth-of-type(5),#cptd li:nth-of-type(6){border-bottom: none;}
}

#anli{ margin-top: 3% !important;}
#anli div{ padding: 0 0.5%;}
#anli li{width: 100%; height: 0; padding-bottom: 70%; position: relative; overflow: hidden; margin-bottom: 3%;}
#anli li img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center; transition: 0.3s;}
#anli li:hover img{ transform: scale(1.1);}




/*公共*/
.pro-sider .in-title{ background: #333; color: #fff; padding: 8% 10% 5%; position: relative;}
.pro-sider .in-title p{ font-size: 28px; padding-bottom: 1%;}
.pro-sider .in-title span{ font-family: arial; font-size: 16px; text-transform: uppercase;}
.pro-sider .in-title:before{ position: absolute; content: 'jialin';  top: 0; left: 0; width: 100%; height: 100%; padding-top: 10%; text-align: center; font-size: 80px; font-family: Impact; color: rgba(255,255,255,0.1); text-transform: uppercase; letter-spacing: 5px;}
.pro-sider-ul { height: auto; text-align: left; background: #fff; padding: 15px; border: 1px solid #ebebeb;}
.pro-sider-ul li{ border-bottom: 1px solid #f0f0f0; background: #fff; width: 100%; cursor: pointer; height: auto; padding: 8% 0; line-height: 25px;}
.pro-sider-ul li:last-of-type{ border-bottom: none;}
.pro-sider-ul li p{ color: #333333; font-size: 18px;}
.pro-sider-ul li span{ color: #999999; font-size: 14px;}
.pro-sider-ul li:hover p,.pro-sider-ul li:hover span{ color: #aacd06;}
.pro-sider-ul #li-on p,.pro-sider-ul #li-on span{ color: #aacd06;}


.page {
 font-size: 0;
 text-align: center;
}
.page .center {
 display: inline-block;
 overflow: hidden;
}
.page .center .page-span {
 float: left;
 font-size: 14px;
 color: #c3c3c3;
 line-height: 32px;
 margin-right: 30px;
}
.page .center .page-list {
 float: left;
 overflow: hidden;
}
.page .center .page-list ul li {
 float: left;
 width: auto;
 min-width: 30px;
 height: 32px;
 text-align: center;
 line-height: 30px;
 font-size: 14px;
 margin: 0 4px;
 padding: 0;
 border: none;
 background: transparent;
}
.page .center .page-list ul li a {
 min-width: 20px;
 padding: 0 5px;
 border: 1px solid #eee;
 display: block;
 color: #333;
 border-radius: 4px;
 -webkit-border-radius: 4px;
 overflow: hidden;
 background: #fff;
}
.page .center .page-list ul li:hover a {
 color: #f3c04b;
}
.page .center .page-list ul li.active a {
 background: #f3c04b;
 color: #fff;
}
