.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; top: 0; z-index: 1; background: url("../images/shuiyin.png") repeat center top; width: 100%; height: 100%; background-size: 100%;}

.my-button-disabled{opacity: 1!important;pointer-events:visible!important; cursor: pointer!important;}


#dituContent label {
  max-width: unset!important;
  text-align: center;
}

@media screen and (max-width:991px){
    .layui-layer{ width: 94% !important; left: 3% !important;}
}


/*头部*/
#top_index{ height: auto; margin: 0 auto;background-color:rgba(255,255,255,.6);position: fixed; z-index: 999;}
#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: #0063d0; transition:0.5s; padding: 0;}
.top_tel_con{ position: relative; z-index: 1; padding: 0; transition: 0.3s;}
.top_tel_con .pic{ float: left; transition: 0.3s; padding-right: 5px;}
.top_tel_con .pic img{ max-width: 100%;}
.top_tel_con .float-left{ width: 80%; font-size: 16px; color: #666666; line-height: 25px; transition: 0.3s;}
.top_tel_con span{ display: block; font-size: 26px; color: #c00505;}
@media screen and (max-width:1500px){
    #logo .font{ display: none !important;}
    .top_tel_con .float-left{ font-size: 14px !important;}
    .top_tel_con span{ font-size: 22px !important;}
    .top_tel_con .pic{ width: 20%;}

}

@media screen and (max-width:991px){
    #top_index{ padding: 0; width: 100%;}
    #logo{ padding: 1% 0 1% 3%; text-align: left;}
    #logo a img{ max-width: 70%;}
}
@media screen and (max-width:768px){
    #logo{ padding: 2%;}
    #logo a img{ max-width: 95%;}
}

#nav{ height: auto; transition:0.3s; text-align: center;}
#nav li{ display: inline-block; width: 11%; height: 50px; line-height: 50px; font-size: 17px; font-weight: normal; color: #282828; text-align: center; transition:0.5s; position: relative;}
#nav li a{ display: inline-block; position: relative; z-index: 1; color: #000;font-size: 20px;font-weight: bold;}
#nav li a p{ position: relative; z-index: 2;}
#nav li:hover a{ color: #282828;}
#nav li a:after{z-index:1;content: ''; position: absolute; left: 0; bottom: 16px; display: block; height:5px; background-color: #c00505; 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;}
/*#nav li 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);}*/

#nav li .navson{display: none; text-align: left; position: absolute; left: 50%; transform: translateX(-50%); overflow: hidden; border-top: 1px solid #ededed; background:  #fff; color: #333; top: 80px; width: 120vw;z-index: 999;}
#nav li .navson .main{ padding: 3% 0;}
#nav li .navson .col-lg-3:before{ position: absolute; content: ''; right: 0; top: -50%; width: 200%; height: 200%; background: #f6f7f9;}
#nav li .navson .col-lg-3 p,#nav li .navson .col-lg-3 span,#nav li .navson .col-lg-3 em{ display: block; position: relative; z-index: 1;}
#nav li .navson .col-lg-3 p{ color: #000222; font-size: 22px; background: url("../images/nav_icon.png") no-repeat left bottom; padding-bottom: 10%;}
#nav li .navson .col-lg-3 span{ color: #666666; text-transform: uppercase; padding: 5% 0 8%; line-height: 25px; font-size: 13px;}
#nav li .navson .col-lg-3 em{ color: #d10000; font-size: 14px;}
#nav li .navson .col-lg-9{ padding: 0 0 0 7%;}
#nav li .navson .tit{ color: #d10000; font-size: 24px;}
#nav li .navson .con{ color: #666666; font-size: 15px; padding: 2% 0 4%;}
#nav li .navson dl dd{ float: left; border-bottom: 1px solid #d6d6d6; height: 40px; width: 20%; margin: 0 5% 2% 0; font-size: 16px; position: relative; transition: 0.3s;}
#nav li .navson dl dd:before{ position: absolute; right: 0; top: 10px; content: ''; background: url("../images/nav_jt.png") no-repeat right center; width: 8px; height: 14px;}
#nav li .navson dl dd:hover{ border-bottom: 1px solid #d10000;}
#nav li .navson dl dd:hover a{ color: #d10000;}



.top_bj_active{ width: 100%; z-index: 20; background-color:rgba(255,255,255,.5)!important; top: 0; box-shadow: 0 0 20px rgba(0,0,0,0.2); position: fixed !important;}
.top_bj_active #logo{ padding: 0.5% 0;}
.top_bj_active #logo img{ transform: scale(0.9);}
.top_bj_active #nav{ font-size: 16px; }
.top_bj_active #top_tel .top_tel_con{ }
.top_bj_active #top_tel .top_tel_con .pic{ width: 17%;}
.top_bj_active #top_tel .top_tel_con .float-left{ line-height: 20px; font-size: 12px;}
.top_bj_active #top_tel .top_tel_con span{ font-size: 26px;}
.top_bj_active #c-header .c-switch{ top: 25px;}
.top_bj_active #c-header .c-nav2{ top: 55px;}






#banner,#mobile_banner{ position: relative;}
#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.7; background: #fff;}
#banner .swiper-pagination-bullet-active{ width: 60px; background: #be0505; 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: 40px;}
#banner .swiper-button-next,#banner .swiper-button-prev{ background: rgba(0,0,0,0.2); width: 50px; height: 80px; line-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: #d33f23;}

@media screen and (max-width:1440px){
}
@media screen and (max-width:1200px){
    #banner .gallery-thumbs .swiper-slide span{ font-size: 12px;}
}


#ssbj{ border-bottom: 1px solid #eaeaea; height: 65px; line-height: 65px; font-size: 14px;}
#ssbj a{  padding: 0 1%; color: #999999;}
#ssbj a:hover{ color: #c00505;}
#ssbj span{ color: #333333;}
.zy_search_form{ width: 80%; float: right; margin-top: 15px; height: 40px; line-height: 40px; background: #f4f4f4; border: 1px solid #f4f4f4; border-radius: 5px;}
.zy_search_form #search_name{ width: 80%; height: 38px; line-height: 38px; float: left; background: #f4f4f4; outline: none; color: #999; font-size: 13px; text-indent: 20px;}
.zy_search_form #button{ width: 20%; height: 38px; line-height: 38px; background: url("../images/ss.png") no-repeat center #f4f4f4; float: right; cursor: pointer; border:none;outline: none; transition: 0.3s;}
@media screen and (max-width:768px){
    .zy_search_form{ width: 100%; margin-top: 4%; float: none;}
}

.nav_zi li{ float: left; width: 15%;}
.nav_zi li i{ float: left; color: #c00505; font-size: 10px; margin-right: 5px;}
.nav_zi li a{ color: #333333 !important;}
.nav_zi li:hover a{ color: #c00505 !important;}

/*底部*/
#end_bj{ background: #1a1b1d; width: 100%; text-align: left; position: relative; border-top: 3px solid #d2000c;}
#end_nr_bj{ width: 100%; height: auto; overflow: hidden; color: rgba(255,255,255,0.6); position: relative;}
#end_nr_bj a{ color: rgba(255,255,255,0.6); 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, .3);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: 3% 0;}
#end_nr_bj .tit{ font-size: 16px; color: #fff; margin-bottom: 20px; position: relative; height: 50px;}
#end_nr_bj .tit i{ color: #e62129; font-size: 14px;}
#end_nr_bj .tit p{ padding: 0 10px;}
#end_nr_bj .tit span{ text-transform: uppercase; font-size: 14px; color: rgba(255,255,255,0.5);}
#end_nr_bj .tit:before{ position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: rgba(255,255,255,0.1); content: '';}
#end_nr_bj ul li{ float: left; width: 50%; height: 40px; line-height: 40px;}
#end_nr_bj ul#end_nav li{ width: 33%;}
#end_nr_bj .end_tel{ margin-bottom: 3%; color: #fff;}
#end_nr_bj .end_tel i{ font-size: 20px;}
#end_nr_bj .end_tel em{ font-size: 16px; margin-left: 10px;}
#end_nr_bj .end_tel span{ display: block; font-size: 23px; font-weight: bold;}
#end_nr_bj .content p{ color: rgba(255,255,255,0.5);}
#end_nr_bj .ewm{ text-align: center; margin: 0 2%; }
#end_nr_bj .ewm img{ max-width: 55%;}

#end_line{ height: auto; color: rgba(255,255,255,0.3); border-top: 1px solid rgba(255,255,255,0.1); padding: 20px 0; }
#end_line a{  color: rgba(255,255,255,0.3);}
#end_line a:hover{ color: #fff;}
#end_line .end_line_nr{}

@media screen and (max-width:1440px){
    #end_nr_bj .end_tel span{ font-size: 18px;}
}
@media screen and (max-width:1200px){
}
@media screen and (max-width:991px){
    #end_nr_bj .ewm{ width: 40%; text-align: center;}
    #end_nr_bj .content{ margin-bottom: 3%;}
    #end_line .end_line_nr{ text-align: center !important;}
    #end_nr_bj .ewm img{ max-width: 100%;}
}
@media screen and (max-width:768px){
}


.footer_zx{ height:60px; overflow: hidden; right:0; bottom:0; z-index: 20; width:100%; line-height: 25px; position: fixed; background-color:#151a2b;}
.footer_zx a{ color:#fff !important; display: block; width: 50%; height: 100%; float: left; text-align: center; background-color:#151a2b;}
.footer_zx a:last-of-type{ background: #cf010d;}
.footer_zx i{ font-size: 28px; padding: 2% 0 1%; font-weight: normal;}
.footer_zx p{font-size: 13px;}
.kb50{ height: 60px;}
@media screen and (max-width:1440px){
}
@media screen and (max-width:1200px){
}
@media screen and (max-width:991px){
}
@media screen and (max-width:768px){
    .footer_zx i{ padding: 4% 0 1%;}
}
@media screen and (max-width:765px){
    .footer_zx i{ padding: 2% 0 1%;}
}

/*首页*/
.tit_in{ text-align: center;}
.tit_in h2{ color: #333333; font-size: 36px; margin-bottom: 10px !important;}
.tit_in h2 span{ color: #c00505; font-weight: bold;}
.tit_in p{ display: inline-block; color: #999; font-size: 16px; text-transform: uppercase; position: relative;}
.tit_in p:before{ position: absolute; left: -130px; top: 50%; content: ''; width: 100px; height: 1px; background: #cecece;}
.tit_in p:after{ position: absolute; right: -130px; top: 50%; content: ''; width: 100px; height: 1px; background: #cecece;}
@media screen and (max-width:991px){
    .tit_in h2{ font-size: 28px;}
    .tit_in p{ font-size: 14px;}
}
@media screen and (max-width:768px){
    .tit_in h2{ font-size: 18px; margin: 0 !important;}
    .tit_in p{ font-size: 12px;}
}
@media screen and (max-width:765px){
    .tit_in h2{ font-size: 18px;}
}

.index05 {padding:0; overflow:hidden;}
.index05 .content {background:url("../images/in05_bg.jpg") no-repeat center bottom; background-position:0 0; transition:.36s background-position ease-in; padding: 0; height: 650px; overflow:hidden;}
.index05 .txtbox { border-right:1px solid rgba(255,255,255,.2);transition:.36s background; padding: 3%; float: right; width: 8%; height: 100%; position: relative; overflow: hidden; color:#fff; text-align: center;}
.index05 .tit{ font-size: 28px; line-height: 35px; transition: 0.3s; text-align: center; writing-mode: vertical-lr; letter-spacing: 5px;}
.index05 .tit i{ display: inline-block; color: #ffb73e; font-size: 30px;}
.index05 .font_hover{ opacity: 0; }
.index05 .font_bt { position: relative; opacity: 0; font-size: 36px; font-weight: bold; height: 60px; transform: translateY(20px); transition: all .8s ease .3s;}
.index05 .font_bt:before{ position: absolute; left: 0; bottom: 0; content: ''; width: 5%; height: 3px; background: #d10000;}
.index05 .font_nr { line-height: 35px; margin:5% 0; font-size: 18px; background: url("../images/eng.png") no-repeat left bottom; padding-bottom: 70px; width: 80%;  opacity: 0; transform: translateY(20px); transition: all .8s ease .6s;}
.index05 .more { color:#fff; width:20%; height:48px; font-size:16px; background: rgba(255,255,255,0.2); border: 1px solid rgba(255,255,255,0.4); opacity: 0; transform: translateY(20px); transition: all .8s ease .9s; }

.index05 .txtbox.youshi_li_active{ width: 60%;}
.index05 .txtbox.youshi_li_active .font_hover{ opacity: 1;}
.index05 .txtbox.youshi_li_active .tit{ display: none;}
.index05 .txtbox.youshi_li_active .font_bt,.index05 .txtbox.youshi_li_active .font_nr{ opacity: 1; text-align: left;}
.index05 .txtbox.youshi_li_active .more{ opacity: 1;}
.index05 .txtbox.youshi_li_active .font_bt,.index05 .txtbox.youshi_li_active .font_nr,.index05 .txtbox.youshi_li_active .more{ transform: translateY(0);}
@media screen and (max-width:1600px){
    .index05 .txtbox.youshi_li_active{ width: 58%;}
    .index05 .txtbox{}
}
@media screen and (max-width:1440px){
    .index05 .txtbox{ padding: 2.5% }
    .index05 .tit{ font-size: 24px;}
    .index05 .txtbox.youshi_li_active .font_hover{ padding: 5%;}
    .index05 .font_nr{ width: 100%;}
}
@media screen and (max-width:1200px){
    .index05 .txtbox{ padding: 7% 2% 0; }
    .index05 .tit{ font-size: 20px;}
    .index05 .font_bt{ font-size: 24px;}
    .index05 .font_nr{ font-size: 16px;}
    .index05 .more{ font-size: 14px;}
}
@media screen and (max-width:991px){
    .index05 .more{ width: 30%;}
    .index05 .txtbox{}
}
@media screen and (max-width:768px){
    .index05 .content{ height: 550px;}
    .index05 .txtbox.youshi_li_active .font_hover{ display: none !important;}
    .index05 .txtbox.youshi_li_active,.index05 .txtbox{ width: 33%; height: 50%;}
    .index05 .txtbox.youshi_li_active .tit{ display: block !important;}
    .index05 .tit i{ display: none;}
    .index05 .txtbox{ padding: 5% 14% 0;}
    .index05 .tit{ font-size: 18px;}
}
@media screen and (max-width:450px){
    .index05 .txtbox{ padding: 5% 11% 0;}
}



#cpnr{ margin-top: 3%;}
#cpnr .swiper-container { width: 100%; height: auto; margin-left: auto; margin-right: auto; overflow: hidden;}
#cpnr .swiper-slide { background-size: cover; background-position: center; position: relative;}
#cpnr .gallery-top { height: auto; width: 100%; padding: 2% 0 0;}
#cpnr .gallery-top .swiper-slide ul{ margin: 0 -15px !important;}
#cpnr .gallery-top .swiper-slide li{ margin-bottom: 1%; position: relative;}
#cpnr .gallery-top .swiper-slide li .pic{ width: 100%; height: 0; padding-bottom: 70%; position: relative; overflow: hidden; transition: 0.3s; border: 1px solid #efefef; }
#cpnr .gallery-top .swiper-slide li .pic img{ width: 100%; height: 100%; object-fit: contain; left: 0; text-align: center; position: absolute; transition: 0.3s;}
#cpnr .gallery-top .swiper-slide li .pic p{ position: absolute; left: 0; bottom: 0; width: 100%; height: 60px; line-height: 60px; color: #fff; z-index: 1; font-size: 16px; background: rgba(0,0,0,0.5); text-align: center; white-space: nowrap; overflow:hidden; text-overflow: ellipsis; transition: 0.5s;}
#cpnr .gallery-top .swiper-slide li .font{ position: absolute; left: 50%; top: 50%; background: rgba(255,255,255,0.9); width: 0; height: 0; padding: 8% 0; text-align: center; z-index: 2; transition: 0.4s; opacity: 0; overflow: hidden;}
#cpnr .gallery-top .swiper-slide li .font .tit{ color: #333333; font-size: 20px; font-weight: bold; background: url("../images/cptit_line.png") no-repeat center bottom; height: 40px;}
#cpnr .gallery-top .swiper-slide li .font .con{ color: #7f7f7f; font-size: 16px; padding: 3% 10% 5%;}
#cpnr .gallery-top .swiper-slide li .font .con span{ color: #c00505;}
#cpnr .gallery-top .swiper-slide li .font .more{ display: inline-block; width: 40%; height: 35px; line-height: 35px; background: #c00505; border-radius: 20px; color: #fff;}
#cpnr .gallery-top .swiper-slide li:hover .pic img{transform: scale(1.1);}
#cpnr .gallery-top .swiper-slide li:hover .pic p{ bottom: -60px;}
#cpnr .gallery-top .swiper-slide li:hover .font{ width: 80%; height: 80%; left: 10%; top: 10%; opacity: 1;}
#cpnr .gallery-thumbs { height: auto; margin-bottom: 1%; padding: 0; box-sizing: border-box; position: relative;}
#cpnr .gallery-thumbs .swiper-slide { height: 65px; line-height: 65px; background: #f0f0f0; font-size: 15px; color: #333333; cursor: pointer; padding-left: 1%; white-space: nowrap; overflow:hidden; text-overflow: ellipsis;}
#cpnr .gallery-thumbs .swiper-slide i{ float: left; font-size: 30px; color: #c00505; margin-right: 2%;}
#cpnr .gallery-thumbs .swiper-slide-thumb-active{ color: #fff; background: #c00505;}
#cpnr .gallery-thumbs .swiper-slide-thumb-active i{ color: #fff;}
@media screen and (max-width:1200px){
    #cpnr .gallery-thumbs{ padding: 0;}
}
@media screen and (max-width:991px){
    #cpnr .gallery-top .swiper-slide li .pic p{ height: 40px; line-height: 40px; font-size: 14px;}
    #cpnr .gallery-top .swiper-slide li .font .con{ display: none;}
    #cpnr .gallery-top .swiper-slide li .font .more{ margin-top: 10%;}
    #cpnr .gallery-top .swiper-slide li .font .tit{ font-size: 16px;}
}
@media screen and (max-width:765px){
    #cpnr .gallery-top .swiper-slide p{ font-size: 12px;}
    #cpnr .gallery-top .swiper-slide li .font .more{ display: none;}
    #cpnr .gallery-top .swiper-slide li .font .tit{ font-size: 14px;}
    #cpnr .gallery-top .swiper-slide li .pic p{ font-size: 12px;}
}



.advbox {
	width: 100%;
	padding: 15px 0 40px;
	text-align: center;
	height: 200px;
	color: #1E1916;
	background: url(../images/advbg.jpg) no-repeat center bottom;
}

.advbox h2 {
	padding: 20px 0 10px;
}

.advbox h2 i {
	font-style: normal;
	font-size: 55px;
	color: #fff;
}

.advbox p {
	width: 68%;
	padding: 15px 0 10px;
	margin: 0 auto;
	line-height: 2.0;color: #fff; font-size: 18px;
}

.advbox span {
	color: #fff;font-size: 26px;
}

.advbox span i {
	font-size: 28px;
	font-weight: bold;
	color: #fff;
}


.youshi { overflow:hidden; width:100%; margin-bottom:25px; *margin-bottom:70px; padding-top: 30px;}
.youshi h4{ font-size:40px; color:#b20f10; margin-bottom:10px; margin-top:40px;font-weight: bold;}
.youshi em{ display:block; width:90px; height:2px; background-color:#e1e1e1; margin-bottom:25px;}
.youshi h5{ font-weight:normal; font-size:24px; color:#000; margin-bottom:40px;}
.youshi .ysbox p{ font-size:16px; color:#000; line-height:32px; text-align:justify; text-indent: 2rem;}
.youshi ul{ overflow:hidden; width:360px;}
.youshi li{ float:left; width:45%; font-size:14px; color:#000; line-height:32px; background:url(../images/youshi_yuandian.png) no-repeat left center; padding-left:5%;}
.youshi dl{ overflow:hidden; width:1200px; margin:0 auto; margin-bottom:45px;}
.youshi dt{ overflow:hidden; position: relative; width:754px; height:399px;}
.youshi dt .ys_s{ display:block; position:absolute; top:185px; right:0}
.youshi .dl01 dt .ys_s{ left:0}
.youshi .dl01 dt{ float:right; width:743px;}
.youshi .dl01 dd{ float:left; width:425px;}
.youshi .dl02 dt,.youshi .dl04 dt{ float:left;}
.youshi .dl02 dd,.youshi .dl04 dd{ width:400px; float:right}
.youshi .ys03{ overflow:hidden; width:100%; height:438px; background:url(../images/youshi_tu03.jpg) no-repeat center top;}
.youshi .wen{ overflow:hidden; width:1200px; margin:0 auto;}
.youshi .yslist:hover h4{ color:#e20505}
.youshi .yslist:hover em{ background-color:#e20505;}



.sy_chxl{ background:url(../images/sy_chxl.jpg) center no-repeat; height:800px;}

.sy_chxl_c{

    width: 1200px;

    margin: 0 auto;

}

.sy_chxl_a{

    text-align: right;

    padding-top: 170px;

}

.sy_chxl_a p{

    font-size: 42px;

    color: #333;

    font-weight: bold;

}

.sy_chxl_a span{

    font-size: 22px;

    color: #676767;

    line-height: 50px;

}

.sy_chxl_b{

    height: 365px;

    width: 700px;

    float: right;

    margin-top: 55px;

}

.sy_chxl_b ul{}

.sy_chxl_b ul li{

    float: left;

    width: 160px;

    height: 160px;

    box-sizing: border-box;

    padding-top: 25px;

    position: relative;

    background: #fdfefe;

    border-radius: 7px;

    box-shadow: 0 0 20px rgba(0,0,0,0.1);

    margin-right: 20px;

    margin-bottom: 20px;

}

.sy_chxl_b ul li i{

    width: 70px;

    height: 70px;

    display: block;

    margin: 0 auto 10px;

}

.sy_chxl_b ul li em{

    display: block;

    font-size: 20px;

    line-height: 20px;

    color: #555;

    text-align: center;

    font-style: normal;

    display: block;

}

.sy_chxl_b ul li .sy_chxlxq{width: 160px;height: 160px;background: #004ea1;padding-top: 34px;box-sizing: border-box;position: absolute;top: 0px;left: 0px;transform: scale(0);transition: .5s;border-radius: 7px;}

.sy_chxl_b ul li:hover .sy_chxlxq{transform: scale(1);}

.sy_chxl_b ul li .sy_chxlxq b{

width: 70px;

    height: 70px;

    display: block;

    margin: 0 auto 10px;

}

.sy_chxl_b ul li .sy_chxlxq p{    font-size: 20px;

    line-height: 20px;

    color: #fff;

    text-align: center;

    font-style: normal;

    display: block;}

.sy_chxl .lc1{ background:url(../images/lc1.png) center no-repeat;}

.sy_chxl .lc2{background:url(../images/lc2.png) center no-repeat;}

.sy_chxl .lc3{background:url(../images/lc3.png) center no-repeat;}

.sy_chxl .lc4{background:url(../images/lc4.png) center no-repeat;}

.sy_chxl .lc5{background:url(../images/lc5.png) center no-repeat;}

.sy_chxl .lc6{background:url(../images/lc6.png) center no-repeat;}

.sy_chxl .lc7{background:url(../images/lc7.png) center no-repeat;}



.sy_chxl_b ul li:nth-child(4){margin-right: 0;}

.sy_chxl_b ul li:nth-child(7){margin-right: 0;}



.sy_chxlxq .lc1_a{ background:url(../images/lc1_a.png) center no-repeat;}



.sy_chxlxq .lc2_a{background:url(../images/lc2_a.png) center no-repeat;}

.sy_chxlxq .lc3_a{background:url(../images/lc3_a.png) center no-repeat;}

.sy_chxlxq .lc4_a{background:url(../images/lc4_a.png) center no-repeat;}

.sy_chxlxq .lc5_a{background:url(../images/lc5_a.png) center no-repeat;}

.sy_chxlxq .lc6_a{background:url(../images/lc6_a.png) center no-repeat;}

.sy_chxlxq .lc7_a{background:url(../images/lc7_a.png) center no-repeat;}



#ysbj{ background: url("../images/ysbj.jpg") no-repeat center fixed;}
#ysbj .tit_in h2,#ysbj .tit_in h2 span,#ysbj .tit_in p{ color: #fff;}


#youshi{ margin-top: 4%; overflow: hidden;}
#youshi .swiper-container {
    width: 100%;
    height: 100%;
}
#youshi .swiper-slide {
    transition: 0.3s;
    overflow: hidden;
    position: relative;
    background: #fff;
    padding: 3% 0 2%;

    /* 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;
}
#youshi .swiper-slide .pic{ background: url("../images/ys_pic.png") no-repeat center; width: 80px; height: 80px; line-height: 80px; text-align: center; }
#youshi .swiper-slide .pic i{ display: none; color: #fff; font-size: 30px;}
#youshi .swiper-slide:nth-of-type(1) .pic i:nth-of-type(1){ display: block;}
#youshi .swiper-slide:nth-of-type(2) .pic i:nth-of-type(2){ display: block;}
#youshi .swiper-slide:nth-of-type(3) .pic i:nth-of-type(3){ display: block;}
#youshi .swiper-slide:nth-of-type(4) .pic i:nth-of-type(4){ display: block;}
#youshi .swiper-slide h3{ color: #333333; font-weight: bold; font-size: 18px; padding: 5% 0 2%;}
#youshi .swiper-slide span{ display: block; padding: 3% 10%; text-align: center; color: #999999; font-size: 16px; min-height: 110px;}
#youshi .swiper-slide p{ color: #bfbfbf;}
@media screen and (max-width:768px){
    #youshi{ padding: 0 3%;}
}

.pf_40{font-size: 40px;line-height: 55px;}
.intita {text-align: center;}
.intita strong{font-size: 56px;display: block;text-align: center;color: rgba(0,0,0,.05);text-transform: uppercase;}
.intita span{display: block;margin-top: -60px;font-weight: bold;}
.intita p{color: #999;}
.in_04{position: relative;z-index: 3;background: #fff;}
.in04a{height: auto;overflow: hidden;background: #f8f9f9;text-align: center;transition:.4s;}
.in04a strong{font-size: 48px;font-family: fz;}
.in04a p{color: #777;}
.in04a sup{font-size: 22px;font-family: fz;font-weight: bold;}
.in04a i{display: block;width: 130px;height: 3px;background: #bb1c14;margin:0 auto;transition:.4s;}
.in04a:hover {background: #bb1c14;color: #fff;}
.in04a:hover i{background: #fff;width: 150px;}
.in04a:hover p{color: #fff;}


/*首页关于*/
#gsjjbj{ background: url("../images/map.png") no-repeat center #f9fafd;}
#gsjjbj .tit{ border-bottom: 1px solid #ededed; padding-bottom: 3%; position: relative;}
#gsjjbj .tit:before{ position: absolute; left: 0; bottom: -1px; content: ''; width: 5%; height: 3px; background: #d10000;}
#gsjjbj .tit i{ color: rgba(51,51,51,0.05); text-transform: uppercase; font-size: 90px; font-family: Bahnschrift !important; font-weight: bold; height: 90px; line-height: 90px;}
#gsjjbj .tit p{ color: #333333; font-size: 32px; padding: 5px 0 10px;}
#gsjjbj .tit span{ color: #333; font-size: 16px;}
#gsjjbj .content{ margin: 5% 0; color: #666666; line-height: 35px; font-size: 16px; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;}
#gsjjbj .more{ width: 25%; height: 50px; line-height: 50px; background: #d10000; text-align: center; color: #fff; text-transform: uppercase; font-size: 16px; transition: 0.3s;}
#gsjjbj .more:hover{ background: #333;}

#gsjjbj ul{ width: 100%; margin-top: 7% !important;}
#gsjjbj ul li{ color: #fff; font-size: 16px; position: relative; text-align: center;}
#gsjjbj ul li:before{ position: absolute; right: -100%; top: 20%; content: ''; width: 1px; height: 60%; background: rgba(0,0,0,0.1);}
#gsjjbj ul li h2{ display: inline-block; position: relative; color: #333333; font-size: 56px; font-family: Bahnschrift !important; height: 60px; line-height: 60px; font-weight: bold !important;}
#gsjjbj ul li h2 sub{ position: absolute; width: 20px; height: 20px; line-height: 20px; background: #d10000; border-radius: 100%; right: -25px; bottom: 25px; color: #fff; font-size: 12px; font-weight: normal;}
#gsjjbj ul li p{ color: #333333; font-size: 18px;}
#gsjjbj ul li:last-of-type:before{ display: none;}
@media screen and (max-width:1440px){
    #gsjjbj ul li h2{ font-size: 50px; height: 55px; line-height: 55px;}
    #gsjjbj .tit i{ font-size: 60px;}
    #gsjjbj .tit p{ font-size: 26px;}
    #gsjjbj .tit span{ font-size: 14px;}
    #gsjjbj .content,#gsjjbj .more{ font-size: 14px;}
}
@media screen and (max-width:1200px){
    #gsjjbj ul li p{ font-size: 14px;}
    #gsjjbj ul li h2{ font-size: 40px;}
    #gsjjbj ul li h2 sub{ font-size: 14px;}
}
@media screen and (max-width:991px){
    #gsjjbj ul li{ float: left; width: 33%; margin-top: 3%;}
    #gsjjbj .more{ margin-bottom: 5%; width: 30%;}
    #gsjjbj ul li:before{ right: 0;}
    #gsjjbj .tit i{ font-size: 42px; height: 45px; line-height: 45px;}
    #gsjjbj .tit p{ font-size: 22px; padding: 0;}
    #gsjjbj .tit span{ font-size: 12px;}
}
@media screen and (max-width:768px){
    #gsjjbj{ padding: 0 15px;}
    #gsjjbj ul li h2{ font-size: 30px; height: 35px; line-height: 35px;}
    #gsjjbj ul li h2 sub{ bottom: 12px;}
    #gsjjbj ul li h2 sub,#gsjjbj ul li p{ font-size: 12px;}
    #gsjjbj .more{ font-size: 12px; width: 50%;}
}
@media screen and (max-width:550px){
    #gsjjbj ul li h2{ font-size: 22px;}
}

/* 定制流程 */
.pa:after, .pa:before {
  position: absolute;
  content: "";
}
.f30 {
  font-size: 30px;
}
.f24 {
  font-size: 24px;
}
.home_title{ text-align: center; position: relative;  max-width: 880px; margin: 0 auto}
.home_title .title{color:#222;font-weight: bold; z-index: 2; position: relative; padding-bottom: 12px}
.home_title .title:after{ content: ''; width: 80px; height: 3px; background: #d10000; bottom: 0; left: 50%; margin-left: -40px; position: absolute; }
.home_title .text{margin-top:10px;color:rgba(0,0,0,0.7);line-height:1.6;}
.home_title .en{ font-size:66px; color: rgba(0,0,0,.05); font-weight: bold; font-family: arial; position: absolute; top:-20px; width: 100%; left: 0; text-transform: uppercase;  z-index: 1 }
.home_title.bs .title{ color: #fff !important }
.home_title.bs .text{color:rgba(255,255,255,0.7) !important;}
.home_title.bs .title:after{ background: #fcb107 !important; }
.home2{ padding:30px 0; background:url(../images/lc_bg.jpg) no-repeat; background-size: cover;  }
.home2 .list{ margin-top:20px; color: #fff}
.home2 .list li{   float: left; vertical-align: bottom;}
.home2 .list .item{ width:10.9%;text-align: center; }
.home2 .list .line{ width:5.777778%;  position: relative; height:180px }
.home2 .list .line:after{ width: 96%; left: 4%; height: 1px; border-top:1px #fff dashed; top: 50%;z-index: 3; opacity: .6}
.home2 .list .line:before{ width: 20px; height: 20px; left: 50%; top: 50%; margin-left: -8px; margin-top: -8px;transform: rotate(-135deg); border-left:6px solid #fcb107; border-bottom:6px solid #fcb107;z-index:4;}

.home2 .list .item .icon{ display: block; width: 100%; padding:10px 0 0px; margin-bottom:15px; text-align: center;  font-family:arial; position: relative;transition:all .3s ;color: #ffb100;}
.home2 .list .item .icon figure{text-align: center; position: relative; margin-bottom: 5px }
.home2 .list .item .icon figure img{ display: block;  margin: 0 auto;}
.home2 .list .item:hover{ font-weight: bold; }
.home2 .list .item:hover .icon{ padding-top:15px  }
@media screen and (max-width:1440px) {
.home2{ padding:35px 0 }
}
@media screen and (max-width:1240px) {
.home2{ padding:25px 0 }
}
@media (max-width:980px) {
.home2{ padding:15px 0; }	
.home2 .home_title2 .fl{ float: none; width: 100%; text-align: center; }
.home2 .list{ margin-top:15px;}
.home2 .list .line{display: none; }
.home2 .list .item{ width:14.5%; margin:0 1% 10px; font-size:12px; }
.home2 .list .item .icon{ height:68px; width: 100%;border-radius:5px; padding:10px 0 15px; margin-bottom:6px;  }
.home2 .list .item .icon figure{margin-bottom: 5px; width: 35px; margin: 0 auto }
.home2 .list .item .icon figure img{  width:100%}
.home2 .list .item:hover .icon{ height: 85px;padding-top:10px }
}

/* 案例 */
.imore{ display: block; width: 150px; margin:35px auto 0; background:#d10000; color: #fff; text-align: center; transition: all .3s; border-radius: 25px; line-height: 50px ;    font-size: 18px;}
.imore:hover{ width: 180px; color: #ffb100 }
.home3{ padding:70px 0 }

.case-fl{ margin-top: 40px; text-align: center; }
.case-fl .swiper-slide{ position: relative; background: #fcb107;padding-bottom: 10px; }
.case-fl .swiper-slide:after{ position: absolute;content: ''; left: 0; bottom: 0; width: 100%;height: 0; background: rgba(0,0,0,.88);transition: all .3s; z-index: 3 }
.case-fl .swiper-slide figure { margin-bottom: 10px }
.case-fl .swiper-slide figure img { width: 100%;transition: all linear 0.4s  }
.case-fl .swiper-slide .chover{ position: absolute; left: 0; bottom: 0; height: 0;color: #fff; width: 100%; transition: all .3s; z-index: 8; padding-top: 20%  }
.case-fl .swiper-slide:hover .chover,.case-fl .swiper-slide:hover:after{  height: 100%; opacity: 1 }

.case-fl .swiper-slide img{ display: block; margin: 0 auto }

.casebox{ margin-top:30px; position: relative; }
.pic2Swiper{ overflow:hidden; }
.caseSwiper  ul{ /*display: flex; justify-content: space-between; */margin-left:-2%}
.caseitemny{ width: 31.33333%; position: relative; overflow: hidden; text-align: center;  float: left; margin-left: 2% }
.caseitemny figure img { width: 100%;transition: all linear 0.4s ;height: 328px; object-fit: cover; }
.caseitemny:hover img { transform: scale(1.1) }
.caseitemny .t{ display: block;position: absolute; left: 0; bottom: 0;   width: 100%; line-height: 80px; color: #fff; background: rgba(0,0,0,.2);background:linear-gradient(to top,rgba(0,0,0,1),rgba(0,0,0,0)); }

.casebox .swiper-button { width:100%; margin: 0 auto; position: absolute; left: 0; right: 0; top:6%;bottom: 0 }
.casebox .swiper-button span { width: 50px; height: 50px; background: #333; position: absolute; z-index: 2; cursor: pointer; display: block; border-radius: 50% }
.casebox .swiper-button span:before { content: ""; width: 8px; height: 8px; border-left: 2px solid #fff; border-bottom: 2px solid #fff; display: block; position: absolute; left: 50%; top: 50%; margin-left: -5px; margin-top: -5px }
.casebox .swiper-button .swiper-button-prev { left: -15px}
.casebox .swiper-button .swiper-button-prev:before { transform: rotate(45deg);  }
.casebox .swiper-button .swiper-button-next { right:-15px }
.casebox .swiper-button .swiper-button-next:before { transform: rotate(-135deg); }
.casebox .swiper-button .swiper-button-next:after,.casebox .swiper-button .swiper-button-prev:after{content: " ";}
.casebox .swiper-button-next.swiper-button-disabled,.casebox .swiper-button-prev.swiper-button-disabled {opacity: .75;}

@media screen and (max-width:1440px) {
.home3{ padding:60px 0 }
}




@media screen and (max-width:1240px) {
.home3{ padding:40px 0 }
}

@media (max-width:980px) {
.home3{ padding:30px 0 }
.case-fl{ margin-top:10px; }
.casebox{ margin-top:8px;  }
.caseitemny{ width: 48%; margin: 0 1%}
.casebox .caseitemny:nth-child(3){ display: none; }
.caseitemny .t{ line-height:40px;  }
.casebox .swiper-button {  }
.casebox .swiper-button span { width:30px; height:30px; }
.casebox .swiper-button span:before { content: ""; width: 8px; height: 8px; border-left: 2px solid #fff; border-bottom: 2px solid #fff; display: block; position: absolute; left: 50%; top: 50%; margin-left: -5px; margin-top: }
.casebox .swiper-button .swiper-button-prev { left: 0px}
.casebox .swiper-button .swiper-button-next { right:0px }

.case-fl .swiper-slide{ font-size: 12px }

}

/*关于我们*/
.single-content { line-height: 2; }
.single-content img { display: block; margin: 0 auto; max-width: 100%; }

.sec-profile { background: url("../Image/profile-bg.jpg") bottom center no-repeat; }

#scsl{ margin-top: 3%;}
#scsl .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}
#scsl .swiper-slide {
    text-align: left;
    transition:0.3s;
    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;
}
#scsl .swiper-slide .pic{ display: block; width: 100%; height: 0; padding-bottom: 75%; position: relative; overflow: hidden;}
#scsl .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition:0.3s;}
#scsl .swiper-slide .pic .font{ position: absolute; left: -10%; bottom: 5%; width: 80%; height: auto; border-radius: 10px; background: rgba(255,255,255,0.9); transition:0.4s; padding: 3% 5%; opacity: 0;}
#scsl .swiper-slide .pic .font p{ color: #333333; font-size: 20px; font-weight: bold; height: 40px; line-height: 40px; border-bottom: 1px solid #e8e8e7; white-space: nowrap; text-overflow:ellipsis; overflow: hidden; position: relative; padding-left: 3%;}
#scsl .swiper-slide .pic .font p:before{ position: absolute; left: 0; top: 20%; width: 3px; height: 60%; background: #c00505; content: '';}
#scsl .swiper-slide .pic .font p i{ float: right; color: #c31414; font-size: 20px;}
#scsl .swiper-slide .pic .font span{ display: block; color: #7f7f7f; font-size: 16px; height: 40px; line-height: 40px;}
#scsl .swiper-slide:hover img{ transform: scale(1.1);}
#scsl .swiper-slide:hover .pic .font{ opacity: 1; left: 10%;}

#scsl .swiper-button-next:after,#scsl .swiper-button-prev:after{ display: none;}
#scsl .control-bar .prev_next{ right: 0; opacity: 1; z-index: 8;}
#scsl .control-bar .prev_next.prev{ left: 0; opacity: 1; z-index: 8;}
#scsl .control-bar .w-btn { border-radius: 0; width: 35px; height: 35px; margin: 2px; text-align: center; line-height: 35px; background-color: #8a8a8a; position: relative; color: #eeeeee; cursor: pointer; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
#scsl .control-bar .w-btn:hover { background-color: #be0505; color: #ffffff; }
#scsl .control-bar .prev_next i { display: block; width: 0; position: relative; height: 1px; background-color: CurrentColor; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
#scsl .control-bar .prev_next i::before, #scsl .control-bar .prev_next i::after { content: ''; display: block; width: 10px; height: 1px; background-color: CurrentColor; position: absolute; margin: auto; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
#scsl .control-bar .prev_next i::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
#scsl .control-bar .prev_next i::after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
#scsl .control-bar .prev_next.next i { margin-left: 10px; }
#scsl .control-bar .prev_next.next i::before, #scsl .control-bar .prev_next.next i::after { right: 0; transform-origin: right; }
#scsl .control-bar .prev_next.prev i { margin-right: 10px; }
#scsl .control-bar .prev_next.prev i::before, #scsl .control-bar .prev_next.prev i::after { left: 0; transform-origin: left; }
#scsl .control-bar .prev_next:hover i { width: 20px; margin: 0; }
#scsl .control-bar .prev_next:hover i::before, #scsl .control-bar .prev_next:hover i::after { width: 8px; }
#scsl .control-bar .more i { width: 15px; height: 1px; background-color: CurrentColor; position: relative; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
#scsl .control-bar .more i::before, #scsl .control-bar .more i::after { content: ''; display: block; width: 100%; height: 100%; background-color: CurrentColor; position: absolute; margin: auto; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
#scsl .control-bar .more i::before { top: -6px; }
#scsl .control-bar .more i::after { bottom: -6px; }
#scsl .control-bar .more:hover i { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); width: 2px; height: 2px; }
@media screen and (max-width:1440px){
    #scsl .swiper-slide .pic .font span{ font-size: 14px; height: 30px; line-height: 30px;}
}
@media screen and (max-width:1200px){
    #scsl .swiper-slide:before{ display: none;}
    #scsl .swiper-slide .pic .font p{ font-size: 16px; height: 30px; line-height: 30px;}
    #scsl .swiper-slide .pic .font span{ font-size: 12px; height: 30px; line-height: 30px;}
}
@media screen and (max-width:991px){
    #scsl .swiper-slide .pic .font p{ font-size: 14px; height: 30px; line-height: 30px;}
    #scsl .swiper-slide .pic .font span{ font-size: 12px; height: 30px; line-height: 30px;}
}
@media screen and (max-width:765px){
}



#gsjj_bj{ background: url("../images/jj_bj.jpg") no-repeat center;}
#gsjj_bj .content{ padding-top: 3%;}
#gsjj_bj .pic img{ max-width: 100%;}
#gsjj_bj .nr{ color: #666666; line-height: 35px; font-size: 16px;}
#gsjj_bj .nr .bt{ padding-bottom: 2%; position: relative; background: url("../images/jj_tit_line.png") repeat-x left bottom;}
#gsjj_bj .nr .bt p{ color: #c00505; font-size: 32px; font-weight: bold; height: 40px;}
#gsjj_bj .nr .bt span{ display: block; color: #333333; font-size: 20px;}
#gsjj_bj .nr .content_zy{ margin: 5% 0; color: #666666; font-size: 16px; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;}
#gsjj_bj .nr .content_zy a{ color: #c00505;}
#gsjj_bj ul{ text-align: center; padding-top: 3%;}
#gsjj_bj ul li{ display: inline-block; width: 24%; text-align: center;}
#gsjj_bj ul li p{ display: inline-block; background: url("../images/jj_lb.png") no-repeat center; width: 74px; height: 86px; line-height: 86px;}
#gsjj_bj ul li p i{ font-size: 30px; color: #fff; transition: 0.3s;}
#gsjj_bj ul li span{ display: block; color: #666666; font-size: 16px; padding-top: 5px;}
#gsjj_bj ul li:hover p i{-webkit-animation: swing 1 1s linear; -o-animation: swing 1 1s linear; animation: swing 1 1s linear; }
@media screen and (max-width:1200px){
    #gsjj_bj .nr .bt p{ font-size: 26px;}
    #gsjj_bj .nr .bt span{ font-size: 16px;}
    #gsjj_bj .nr .content_zy{ font-size: 14px;}
}
@media screen and (max-width:991px){
    #gsjj_bj .nr{ margin-top: 5%;}
    #gsjj_bj .nr .bt p{ font-size: 24px; height: 30px;}
    #gsjj_bj .nr .bt span{ font-size: 14px;}
    #gsjj_bj ul li span{ font-size: 14px;}
}


#ggbj{ background: url("../images/gg_bj.jpg") no-repeat center fixed; position: relative;}
#ggbj:before{ position: absolute; right: 0; top: 0; content: ''; background: url("../images/gg_line.png") no-repeat center left; width: 47%; height: 100%;}
#ggbj .container{ padding: 2% 0; color: #fff;}
#ggbj .font{ text-align: center;}
#ggbj .font h2{ font-size: 30px; font-weight: bold !important;}
#ggbj .font p{ display: inline-block; font-size: 20px; height: 60px; line-height: 60px; position: relative;}
#ggbj .font p:before{ position: absolute; left: -70px; top: 40%; content: ''; background: url("../images/gg_tit_left.png") no-repeat left top; width: 52px; height: 8px;}
#ggbj .font p:after{ position: absolute; right: -70px; top: 40%; content: ''; background: url("../images/gg_tit_right.png") no-repeat left top; width: 52px; height: 8px;}
#ggbj .font .more{ display: inline-block; margin-top: 1%; width: 25%; height: 45px; line-height: 45px; background: #c00505; border-radius: 5px; color: #fff; transition: 0.3s;}
#ggbj .font .more:hover{ background: #fff; color: #c00505;}
#ggbj .zixun{ padding: 0 0 0 8%;}
#ggbj .zixun .tel_con .pic{ float: left; transition: 0.3s; padding: 15px 10px 0 0;}
#ggbj .zixun .tel_con .pic img{ max-width: 100%;}
#ggbj .zixun .tel_con .float-left{ width: 80%; font-size: 16px; line-height: 35px; transition: 0.3s;}
#ggbj .zixun .tel_con .float-left span{ display: block; font-size: 36px; font-family: Impact; }
#ggbj .zixun .zx{ float: left; margin-top: 5%; border: 1px solid rgba(255,255,255,0.2); height: 50px; line-height: 50px; font-size: 16px; padding: 0 8%;}
#ggbj .zixun .zx i{ float: left; font-size: 20px; margin-right: 15px;}

@media screen and (max-width:1440px){
    #ggbj .font h2{ font-size: 28px;}
}
@media screen and (max-width:1200px){
    #ggbj .zixun .tel_con .pic{ width: 20%;}
    #ggbj .zixun .tel_con .float-left span{ font-size: 30px;}
    #ggbj .zixun .zx{ font-size: 14px;}
    #ggbj .font h2{ font-size: 24px;}
}
@media screen and (max-width:991px){
    #ggbj .font h2{ font-size: 20px;}
    #ggbj .font p{ font-size: 14px;}
}



#xw_bj{ background: url("../images/xwbj.jpg") repeat-y center;}
#xwpic,#xwnr{ margin-top: 3%;}
#xwpicnr .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
#xwpicnr .swiper-slide {
    text-align: center;
    transition:0.3s;
    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;
}
#xwpicnr .swiper-slide .pic{ display: block; width: 100%; height: 0; padding-bottom: 50%; position: relative; overflow: hidden;}
#xwpicnr .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute;}
#xwpicnr .swiper-slide .font{ background: #fff; width: 100%; padding: 3%; text-align: left;}
#xwpicnr .swiper-slide .font .news_title{ text-align: left; color: #333333; font-size: 18px; white-space: nowrap;text-overflow:ellipsis;overflow: hidden; height: 40px; border-bottom: 1px solid #ececec; }
#xwpicnr .swiper-slide .font .news_info{ color: #999999; font-size: 14px; margin: 1% 0; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
#xwpicnr .swiper-slide .font .news_time{ line-height: 30px; color: #999999; font-size: 14px;}
#xwpicnr .swiper-slide .font .news_time i{ float: left; margin-right: 10px;}
#xwpicnr .swiper-pagination{ right: 10px; bottom: 0; left: auto; height: 30px; text-align: right;}
#xwpicnr .swiper-pagination .swiper-pagination-bullet{ background: #c00505; width: 10px; height: 10px;}


#indexNews li{ background: #fff; padding: 7% 5%; transition: 0.3s; cursor: pointer;}
#indexNews li .news_title{ text-align: left; color: #333333; font-size: 18px; white-space: nowrap;text-overflow:ellipsis;overflow: hidden; height: 40px; border-bottom: 1px solid #ececec; transition: 0.3s;}
#indexNews li .news_info{ color: #999999; font-size: 14px; margin: 1% 0; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;}
#indexNews li .news_time{ float: left; line-height: 30px; color: #999999; font-size: 14px;}
#indexNews li .news_time i{ float: left; margin-right: 10px;}
#indexNews li .more{ float: right; height: 30px; line-height: 30px; background: #c00505; border-radius: 15px; color: #fff; padding: 0 5%; transition: 0.3s;}
#indexNews .row{ margin-top: 4%;}
#indexNews .row li{ padding: 10% 7%;}
#indexNews .row li .news_info{ font-size: 13px; margin: 2% 0;}
#indexNews li:hover{ background: #c00505;}
#indexNews li:hover .news_title,#indexNews li:hover .news_info,#indexNews li:hover .news_time{ color: #fff;}
#indexNews li:hover .news_title{ border-bottom: 1px solid rgba(255,255,255,0.2);}
#indexNews li:hover .more{ background: #fff; color: #c00505;}
@media screen and (max-width:991px){
    #indexNews .row li{ margin-bottom: 4%;}
}
@media screen and (max-width:768px){
    #indexNews .row .col-12{ padding: 0;}
}



/*公司简介*/
.gsjj .pic{ text-align: center;}
.gsjj .pic img{ max-width: 100%;}
.gsjj .font .bt{ background: url("../images/jj_tit_line.png") repeat-x left bottom; padding-bottom: 4%; line-height: 38px; position: relative;}
.gsjj .font .bt:before{ position: absolute; content: 'Company profile'; left: 0; top: 20%; text-transform: uppercase; color: rgba(192,5,5,0.03); width: 100%; height: 100%; font-size: 70px; font-family: Bahnschrift; }
.gsjj .font .bt p{ color: #333333; font-size: 32px; font-weight: bold;}
.gsjj .font .bt p b{ float: left; margin-right: 5px; display: block; width: 13px; height: 30px; border-radius: 2px; background: #c00505; transition: all linear 0.3s; transform: skewX(-20deg);}
.gsjj .font .bt p i{ float: left; margin-left: 10px;}
.gsjj .font .bt span{ display: block; clear: both; color: #666666; font-size: 18px;}
.gsjj .font .content_zy{ color: #666666; font-size: 15px; padding: 5% 0; line-height: 35px;}
@media screen and (max-width:1200px){
    .gsjj .font .bt:before{ font-size: 60px;}
}
@media screen and (max-width:991px){
    .gsjj .font .bt p{ font-size: 26px;}
    .gsjj .font .bt span{ font-size: 14px;}
}
@media screen and (max-width:768px){
    .gsjj .font .bt:before{ display: none;}
    .gsjj .font .bt p{ font-size: 22px;}
    .gsjj .font .bt span{ font-size: 12px;}
}


#qywh{ margin-top: 4%; overflow: hidden;}
#qywh .swiper-container {
    width: 100%;
    height: 100%;
}
#qywh .swiper-slide {
    transition: 0.3s;
    overflow: hidden;
    position: relative;
    border: 1px solid #d7d7d7;
    padding: 2%;

    /* Center slide text vertically */
    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;
}
#qywh .swiper-slide .pic{ float: left; width: 25%; text-align: center; padding-top: 2%; }
#qywh .swiper-slide .pic img{ display: none; max-width: 100%; filter: drop-shadow(-8px 5px 8px rgba(8, 43, 83, 0.1)); -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s;}
#qywh .swiper-slide:nth-of-type(1) .pic img:nth-of-type(1){ display: inline-block;}
#qywh .swiper-slide:nth-of-type(2) .pic img:nth-of-type(2){ display: inline-block;}
#qywh .swiper-slide:nth-of-type(3) .pic img:nth-of-type(3){ display: inline-block;}
#qywh .swiper-slide .float-left{ width: 75%;}
#qywh .swiper-slide h3{ color: #333333; font-weight: bold !important; font-size: 22px;}
#qywh .swiper-slide span{ display: block; padding-top: 3%; color: #666666; font-size: 16px;}
#qywh .swiper-slide:hover .pic img{ -webkit-animation: swing 1 1s linear; -o-animation: swing 1 1s linear; animation: swing 1 1s linear; filter: drop-shadow(8px -5px 8px rgba(8, 43, 83, 0.1));}

@media screen and (max-width:1440px){
    #qywh .swiper-slide span{ font-size: 14px;}
    #qywh .swiper-slide .float-left{ padding-left: 3%; line-height: 30px;}
}
@media screen and (max-width:991px){
    #qywh .swiper-slide .pic{ padding: 0;}

}
@media screen and (max-width:768px){
    #qywh{ padding: 0 3%;}
}


#gsjj_gg{ background: url("../images/jj_gg_bj.jpg") no-repeat center fixed;}
#gsjj_gg .container{ padding: 2% 0; text-align: center; color: #fff;}
#gsjj_gg h2{ font-size: 36px; font-weight: bold !important; font-family: '思源宋体';}
#gsjj_gg p{ font-size: 16px; line-height: 50px;}
#gsjj_gg .more{ display: inline-block; padding: 0 5%; font-size: 18px; margin-top: 2%; height: 45px; line-height: 45px; background: #c00505; border-radius: 25px;}
@media screen and (max-width:1200px){
    #gsjj_gg h2{ font-size: 30px;}
}
@media screen and (max-width:991px){
    #gsjj_gg h2{ font-size: 22px;}
    #gsjj_gg p{ font-size: 14px; line-height: 30px;}
}


#crcm{ margin-top: 3%; overflow: hidden}
#crcm .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}
#crcm .swiper-slide {
    text-align: left;
    transition:0.3s;
    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;
}
#crcm .swiper-slide .pic{ display: block; width: 100%; height: 0; padding-bottom: 75%; position: relative; overflow: hidden;}
#crcm .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition:0.3s;}
#crcm .swiper-slide .pic .font{ position: absolute; left: 50%; top: 50%; width: 0; height: 0; background: rgba(0,0,0,0.5); transition:0.4s; padding: 0; opacity: 0; text-align: center; overflow: hidden;}
#crcm .swiper-slide .pic .font:before{ position: absolute; content: ''; left: 5%; top: 5%; width: 90%; height: 90%; border: 1px dashed rgba(255,255,255,0.3);}
#crcm .swiper-slide .pic .font p{ color: #fff; font-size: 16px; padding-top: 4%;}
#crcm .swiper-slide .pic .font i{ color: #fff; font-size: 50px;}
#crcm .swiper-slide:hover img{ transform: scale(1.1);}
#crcm .swiper-slide:hover .pic .font{ opacity: 1; left: 0; top: 0; width: 100%; height: 100%; padding: 30% 0 0;}

@media screen and (max-width:1200px){
    #crcm .swiper-container{ padding-bottom: 7%;}
}
@media screen and (max-width:768px){

}
@media screen and (max-width:765px){
    #crcm .swiper-container{ padding-bottom: 15%;}
}




#zzry_bj{ background: url("../images/rybj.jpg") no-repeat center;}
#zzry{ margin-top: 3%;overflow: hidden;}
#zzry .swiper-container {
    width: 100%;
    height: 100%;
}
#zzry .swiper-slide {
    text-align: left;
    transition:0.3s;

    /* 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;
}
#zzry .swiper-slide .pic{ display: block; width: 100%; height: 0; padding-bottom: 72%; position: relative; background: #fff; border: 1px solid #efefef; text-align: center;}
#zzry .swiper-slide .pic a{ display: block; width: 100%; height: 100%; left: 0; position: absolute; padding: 10px;}
#zzry .swiper-slide .pic a img{ max-width: 100%; max-height: 100%; transition:0.3s;}
#zzry .swiper-slide p{ width: 100%; text-align: center; height: 50px; transition: 0.3s; background: #dedede; line-height: 50px; color: #333333; font-size: 16px;}
#zzry .swiper-slide:hover p{ background: #c00505; color: #fff;}
@media screen and (max-width:1200px){
    #zzry .swiper-container{ padding-bottom: 7%;}
}
@media screen and (max-width:768px){

}
@media screen and (max-width:765px){
    #zzry .swiper-container{ padding-bottom: 15%;}
}


.fw_font h3{ color: #333333; font-size: 24px;}
.fw_font h3 span{ color: #999999; font-size: 16px; text-transform: uppercase; padding-left: 10px;}
.fw_font p{ color: #c00505; font-size: 30px; font-family: Impact; margin-top: 3% !important;}
.fw_font p i{ float: left; font-size: 30px; margin-right: 10px;}
.fw_lb{ padding-top: 1% !important;}
.fw_lb li{ float: left; text-align: center; padding: 0 3%;}
.fw_lb span{ display: block; float: left; color: #c0c0c0;}
.fw_lb span i{ font-size: 20px;}
.fw_lb li i{ color: #c0c0c0; font-size: 45px; margin-bottom: 10px; transition: 0.3s;}
.fw_lb li p{ color: #333333; font-size: 14px;}
.fw_lb li:hover i,.fw_lb li:hover p{ color: #c00505;}
@media screen and (max-width:1440px){
    .fw_lb li{ padding: 0 2%;}
    .fw_font h3{ font-size: 20px;}
    .fw_font h3 span{ font-size: 12px;}
}




/*公共*/

#zi_banner{ width: 100%; height: auto; position: relative;}
#zi_banner .pic{ text-align: center; overflow: hidden;}
#zi_banner .pic img{ width: 100%;}
#zi_banner .main{ position: absolute; left: 0; top: 0; width: 100%; z-index: 1; color: #fff; padding-top: 10%; line-height: 40px;}
#zi_banner .main h2{ font-size: 36px;}
#zi_banner .main p{ font-size: 16px; text-transform: uppercase;}
@media screen and (max-width:1440px){
    #zi_banner .main h2{ font-size: 28px;}
}
@media screen and (max-width:1200px){
    #zi_banner .main h2{ font-size: 26px;}
}
@media screen and (max-width:991px){
    #zi_banner .pic img{ width: 160%; margin-left: -35%;}
    #zi_banner .main{ padding-top: 18%;}
    #zi_banner .main h2{ font-size: 22px;}
    #zi_banner .main p{ font-size: 14px;}
}
@media screen and (max-width:768px) {
    #zi_banner .pic img { width: 255%; margin-left: -105%;}
    /*#zi_banner .main{ padding: 25% 0 18%}*/
    #zi_banner .main h2{ font-size: 20px;}
    #zi_banner .main p{ font-size: 12px;}
    #zi_banner .main{ padding-top: 30%; line-height: 25px;}
}


#lxwm_in li{ background: #fff; text-align: center; padding: 10% 3%; border: 1px solid #efefef; box-shadow: 0 0 10px rgba(0,0,0,0.08);}
#lxwm_in li .tit{ font-size: 22px; color: #333; font-weight: bold;}
#lxwm_in li .pic{ padding: 8% 0;}
#lxwm_in li .pic img{ max-width: 35%;}
#lxwm_in li .pic i{ font-size: 50px; color: #c00505;}
#lxwm_in li .con{ color: #7d8084; min-height: 60px;}
@media screen and (max-width:991px){
    #lxwm_in li{ margin-bottom: 2%;}
    #home ul li{ width: 25%; font-size: 14px;}
}
@media screen and (max-width:768px){
    #home ul li{ width: 25%; font-size: 14px; line-height: 40px; padding: 0;}
    #home ul li a{ height: 40px; line-height: 40px;}
}
.in_title{ line-height: 40px; color: #747474; font-size: 16px;}
.in_title p{ font-size: 30px; color: #3e3e3e;}



.contactb{ background: url("../images/zxbj.jpg") no-repeat center top; padding: 4% 0;}
.contactba .forma{height: auto;overflow: hidden;}
.contactba .forma span{display: block;font-size: 20px;line-height: 45px;}
.contactba .forma input{float: left;width: 32%;margin-right: 2%;line-height: 40px;padding-left: 2%;border: 1px solid #e6e6e6;}
.contactba .forma input:last-child{margin-right: 0px;}
.contactba textarea {display: block;padding-left:2%;width: 100%;height: 90px;background: #fff;line-height: 35px;border: 1px solid #e6e6e6;}
.contactba .code {width: 50%;}
.contactba .code input {width: 31%;line-height: 40px;float: left;}
.contactba .code .verify {cursor: pointer;float: left;margin:0 2%;width: 31%;height: 40px;text-align: center;}
.contactba .code .verify img {display: inline-block;vertical-align: middle;max-width: 100%;max-height: 100%;border: 1px solid #e6e6e6;}
.contactba .submit {position: relative; float: left;display: block;width: 31%;height: 40px;text-align: center;line-height: 40px;background: #b70000;color: #fff;}
.contactba .submit em {display: block; position: relative;z-index: 3;transition:.6s;}
.contactba .submit em{position: relative;z-index: 3;}
.contactba .submit:after{position: absolute;width: 100%;height: 100%;max-height: 0;z-index: 1;content: '';background-color: #444;left: 0;bottom: 0;transition: 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);}
.contactba .submit:hover:after {max-height: 100%;max-width: 100%;}

.contactba .form-tr {overflow: hidden;margin-top: 2%;}
.contactba input {display: block;width: 90%;padding-left:2%;height: 40px;line-height: 40px;background: #fff;border: 1px solid #e6e6e6;}

.tit_zx{ padding-bottom: 3%;}
.tit_zx p{ color: #be0505; font-size: 20px; font-weight: bold;}
.tit_zx span{ display: block; padding-bottom: 3%; color: #666; font-size: 18px; text-transform: uppercase; position: relative;}
.tit_zx span:before{ position: absolute; left: 0; bottom: 0; width: 5%; height: 3px; background: #be0505; content: '';}

.lxzx .content{ padding: 5% 0 !important;}
.lxzx .tel span{ font-family: Bahnschrift; font-size: 30px; color: #be0505;}
@media screen and (max-width:991px){
    .contactaa{ position: relative;}
    .contactaa li{ border: 1px solid #efefef;}
}



.pro-sider .in-title{ background: #c00505; color: #fff; padding: 8% 10% 5%; position: relative; text-align: center;}
.pro-sider .in-title p{ font-size: 30px; padding-bottom: 1%;}
.pro-sider .in-title span{ font-family: arial; font-size: 16px; text-transform: uppercase;}
.pro-sider .in-title i{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding-top: 12%; text-align: center; font-size: 70px; font-family: Bahnschrift; font-weight: bold; color: rgba(255,255,255,0.1); text-transform: uppercase; letter-spacing: -3px;}

.pro-sider .bai{ color: #333333; font-size: 15px; line-height: 35px;}
.pro-sider-ul { height: auto; text-align: left; background: #fff; padding: 15px 0;}
.pro-sider-ul li{ padding: 0 20px; border-bottom: 1px dashed #e5e5e5; background: #fff; color: #333333; font-size: 16px; width: 100%; cursor: pointer; height: 60px; line-height: 60px; transition: 0.3s;}
.pro-sider-ul li i{ float: right; color: #a7a7a7; font-size: 20px;}
.pro-sider-ul li:hover{ background: #f5f6f8;}
.pro-sider-ul #li-on{ background: #f5f6f8;}
@media screen and (max-width:1440px){
    .pro-sider .in-title i{ font-size: 60px;}
}
@media screen and (max-width:1200px){
    .pro-sider .in-title p{ font-size: 28px;}
    .pro-sider .in-title span{ font-size: 14px;}
    .pro-sider .in-title i{ display: none;}
    .pro-sider-ul li{ font-size: 14px;}
    .pro-sider-ul li i{ font-size: 12px;}
    .pro-sider .bai{ font-size: 12px;}
}


.news-list3 {padding-bottom: 1.125rem;}
.news-list3 .item {padding: 2.5rem 3.4375rem 2.875rem;box-sizing: border-box;border-bottom: 1px solid #ededed;border-right: 1px solid #ededed;}
.news-list3 .con-box .date {font-size: 0;}
.news-list3 .con-box a { display: block;}
.news-list3 .con-box .d, .news-list .con-box .ym {display: inline-block;*display: inline;zoom: 1;}
.news-list3 .con-box .d {font-size: 4rem; line-height: 4.25rem; color: #999;  transition: all .2s;}
.news-list3 .con-box .ym {  font-size: 1.5rem;line-height: 1.75rem;margin-left: .625rem;color: #999;}
.news-list3 .con-box .img {margin: 2% 0; height: 0; padding-bottom: 50%; position: relative; overflow: hidden;}
.news-list3 .con-box .img img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;}
.news-list3 .con-box .tit { font-size: 15px; line-height: 30px; color: #333; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: all .2s;}
.news-list3 .con-box .con { font-size: 14px; line-height: 25px; color: #999; margin-top: .625rem; height: auto; overflow: hidden; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
.news-list3 .con-box .detail { width: 45%; height: 30px; font-size: 0; text-align: center; border: 1px solid #ccc; border-radius: 20px; margin-top: 1.875rem;
    transition: all .2s;}
.news-list3 .con-box .detail span { display: inline-block; *display: inline; zoom: 1; font-size: 14px; line-height: 30px; color: #ccc; padding-right: 2.75rem; background-repeat: no-repeat; background-position: right center; background-image: url("../images/news-detail.png"); transition: all .2s;}
.news-list3 .con-box:hover .detail{ background: #be0505; color: #fff; border: 1px solid #be0505; width: 50%;}
.news-list3 .con-box:hover .detail span{ color: #fff; background-image: url("../images/news-detail2.png");}
.news-list3 .con-box:hover .d,.news-list3 .con-box:hover .ym{ color: #be0505;}
@media screen and (max-width:1200px){
    .news-list3 .con-box .detail{ width: 60%;}
    .news-list3 .con-box:hover .detail{ width: 70%;}
}

@media screen and (max-width:765px){
}



.news02 {padding: 0;}
.news02 li{ margin-bottom: 10px;}
.news02 .col-12{ padding: 0 5px;}
.news02 .slide{ transition: 0.3s;}
.news02 .imgbox {width: 100%; height: 0; padding-bottom: 70%; position: relative; overflow: hidden;}
.news02 .imgbox img { left: 0; position: absolute; text-align: center; height:100%; width:100%; transition: 0.3s;}
.news02 .imgbox1 {width: 100%; height: 0; padding-bottom: 70%; position: relative; overflow: hidden;}
.news02 .imgbox1 p { object-fit: cover; left: 0; position: absolute; text-align: center; height:100%; width:100%;}
.news02 .imgbox1 p img{ max-width: 100%; height: 100%; transition: 0.3s;}
.news02 .slide:hover .imgbox img {transform: scale(1.1);}
.news02 .slide:hover .imgbox1 img {transform: scale(1.1);}

.news02 .txtbox { height: 50px; line-height: 50px; text-align: left; color: #fff; padding-left: 5%; font-size: 16px; position: absolute; left: 0; bottom: 0; z-index: 3; width: 100%; transition: 0.3s;background: rgba(0,0,0,.5)
  ;}
.news02 .imgbox1 .txtbox{ color: #fff; background: rgba(0,0,0,0.3)}
.news02 .slide:hover .txtbox{ opacity: 0;}
.news02 .content{ position: absolute; left: 0; top: 0; z-index: 2; width: 100%; height: 100%; background: rgba(0,0,0,0.5); text-align: center; color: #fff; opacity: 0; transition: 0.3s;}
.news02 .content p{ font-size: 22px; padding: 30% 0 3%; transition: 0.4s;}
.news02 .content i{ font-size: 30px;}
.news02 .imgbox1 .content i{ margin-top: 33%;}
.news02 .slide:hover .content{ opacity: 1;}
.news02 .slide:hover .content p{ padding-top: 23%;}



#zpjy{ background: url("../images/zpjy.jpg") no-repeat center fixed; border-radius: 10px; text-align: center; color: #fff;}
#zpjy .tit{ font-size: 30px;}
#zpjy i{ font-size: 26px;}
#zpjy .con{ padding: 1% 20% 0; font-size: 16px;}
@media screen and (max-width:768px){
    #zpjy .con{ font-size: 14px; padding: 2%;}
}


.inner_contact_02{ margin: 5% 0 0;}
.inner_contact_02 .td1{ line-height: 40px; border-right: 1px solid #dbdbdb;}
.inner_contact_02 .td1 p{ color: #333333; font-size: 22px;}
.inner_contact_02 .td1 span{ color: #666666; font-size: 16px;}
.inner_contact_02 .td2{ line-height: 40px; padding-left: 5%;}
.inner_contact_02 .td2 p{ color: #666666; font-size: 16px;}
.inner_contact_02 .td2 p span{ color: #be0505; font-size: 24px;}
.inner_contact_02 .td5{ text-align: center; padding-top: 2%;}
.inner_contact_02 .td5 a{ display: block; height: 45px; line-height: 45px; float: right; padding: 0 10%; background: #be0505; border-radius: 5px; color: #fff;font-size: 14px;}
@media screen and (max-width:768px){
    .inner_contact_02 .td4{ width: 30%;}
    .inner_contact_02 .td2 p{ font-size: 14px;}
    .inner_contact_02 .td2 p span{ font-size: 16px;}
    .inner_contact_02 .td1 span{ font-size: 14px;}
    .inner_contact_02 .td1 p{ font-size: 18px;}
}

#jobs_ul{padding:0;width: 100%;}
#jobs_ul li{width: 100%; margin-bottom: 1% !important;}
#jobs_ul li .jobs_title{font-size: 14px; width: 100%; line-height: 30px; background: #f4f4f4; color: #666666; padding: 2%; margin: 0;}
#jobs_ul li .jobs_box{ padding:20px 3.5% 36px; background: #fff; position: relative;display: none;}
#jobs_ul li .jobs_box .info1 {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 22px;
}
#jobs_ul li .jobs_box .info1 p {
    font-size: 14px;
    color: #333333;
    line-height: 25px;
    margin: 5px 0px !important;
}
#jobs_ul li .jobs_box .info2 {
    border-bottom: 1px solid #e5e5e5;
    padding: 14px 0 22px;
}
#jobs_ul li .jobs_box .info2 h3 {
    font-size: 18px;
    color: #333333;
    line-height: 3;
    font-weight: normal;
}
#jobs_ul li .jobs_box .info2 p {
    font-size: 14px;
    color: #777777;
    line-height: 2.5;
}
#jobs_ul li .jobs_box .info2 .float-left {
    width: 50%;float: left;
}
#jobs_ul li .jobs_box .info2 .float-right {
    width: 43.5%;float: right;
}
#jobs_ul li .jobs_box .info2 .float-left .info-box {
    border-right: 1px solid #e5e5e5;padding-right: 10%;
}
#jobs_ul li .jobs_box .info3 {
    margin-top: 31px;
}
#jobs_ul li .jobs_box .info3 .apply_btn {
    width: 151px;
    height: 41px;
    line-height: 41px;
    background: #1976a0;
    font-size: 16px;
    color: #ffffff;
    float: right;
    transition: 0.3s;
    text-align: center;
}
#jobs_ul li .jobs_box .info3 .apply_btn:hover {
    background: #333;
}
#jobs_ul li .jobs_box .info3 .all {
    float: right;
    font-size: 14px;
    color: #777777;
    height: 41px;
    line-height: 41px;
    padding-left: 30px;
}
#jobs_ul li .jobs_box i {
    position: absolute;
    left: 18px;
    top: -12px;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent #f5f5f5;
}


/*产品中心*/
.pro_tit{ text-align: center; line-height: 40px;}
.pro_tit h2{ color: #333333; font-size: 40px; font-weight: bold !important;}
.pro_tit h2 span{ color: #c00505;}
.pro_tit p{ color: #333333; font-size: 18px;}
@media screen and (max-width:991px){
    .pro_tit h2{ font-size: 30px;}
    .pro_tit p{ font-size: 14px; line-height: 30px;}
}

#cpclass{ margin: 4% 0;}
#cpclass .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#cpclass .swiper-slide {
    text-align: center;
    transition:0.3s;
    border-right: 1px solid #e9e9e9;

    /* Center slide text vertically */
    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;
}
#cpclass .swiper-slide .pic{ float: left; width: 40px; height: 40px; line-height: 38px; border: 1px solid #cfcfcf; border-radius: 100%; transition:0.3s;}
#cpclass .swiper-slide .pic i{ color: #cfcfcf; font-size: 20px; transition:0.3s;}
#cpclass .swiper-slide .float-left{ float: left; padding-left: 10px; text-align: left; line-height: 25px;}
#cpclass .swiper-slide .float-left p{ color: #333333; font-size: 16px;}
#cpclass .swiper-slide .float-left span{ font-size: 12px; color: #999; text-transform: uppercase;}
#cpclass .swiper-slide:hover .pic{ background: #c00505; border: 1px solid #c00505;}
#cpclass .swiper-slide:hover .pic i{ color: #fff;}
#cpclass .swiper-slide:hover .float-left p,#cpclass .swiper-slide:hover .float-left span{ color: #c00505;}
#cpclass #li-on .pic{ background: #c00505; border: 1px solid #c00505;}
#cpclass #li-on .pic i{ color: #fff;}
#cpclass #li-on .float-left p,#cpclass #li-on .float-left span{ color: #c00505;}
@media screen and (max-width:765px){
}

.cp_class_lb ul{ }
.cp_class_lb ul li{ background: #fff; border: 1px solid #e0e0e0; margin:0 0 4%; padding: 20px; cursor: pointer; transition: 0.3s;}
.cp_class_lb ul li .row{ margin: 0;}
.cp_class_lb ul li .tit{ color: #333333; height: 40px; font-size: 22px; white-space: nowrap; overflow:hidden; text-overflow: ellipsis; position: relative; font-weight: bold; margin-bottom: 2%; transition: all linear 0.3s;}
.cp_class_lb ul li .tit b{transition: all linear 0.3s;}
.cp_class_lb ul li .tit span{ padding-left: 10px; font-size: 14px; text-transform: uppercase; font-weight: none;}
.cp_class_lb ul li .tit:before{ position: absolute; left: 5px; top: 0; content: ''; width: 13px; height: 30px; border-radius: 2px; background: #c00505; transition: all linear 0.3s; transform: skewX(-20deg);}
.cp_class_lb ul li .tit p{ position: relative; padding-left: 10px; transition: 0.3s;}

.cp_class_lb ul li .pic{ width: 100%; height: 0; padding-bottom: 40%; background: #fff; position: relative; overflow: hidden;}
.cp_class_lb ul li .pic img{ width: 100%; height: 100%; object-fit: contain; left: 0; position: absolute; text-align: center; transition:0.3s;}
.cp_class_lb ul li .float-left{ text-align: left; padding-top: 3%;}
.cp_class_lb ul li .float-left .bt{ border-bottom: 1px dashed #e0e0e0; color: #333333; font-size: 16px; height: 40px; line-height: 40px; overflow: hidden;}
.cp_class_lb ul li .float-left .bt i{ float: left; color: #e70012; font-size: 20px; margin-right: 10px;}
.cp_class_lb ul li .float-left .nr{ margin: 5% 0; color: #999; font-size: 15px; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;}
.cp_class_lb ul li .more{ display: inline-block; background: #c00505; text-align: center; transition: 0.3s; height: 40px; line-height: 40px; width: 80%; color: #fff; margin-top: 2%; position: relative; overflow: hidden;}
.cp_class_lb ul li .more:before{ position: absolute; left: 0; top: 0; content: ''; width: 0; height: 40px; background: #cd3737; border-top-right-radius: 20px; border-bottom-right-radius: 20px; transition: 0.4s;}
.cp_class_lb ul li .more p{ position: relative;}
.cp_class_lb ul li:hover .more:before{ width: 80%;}
.cp_class_lb ul li:hover .tit:before{ background: #c00505; transform: skewX(0deg); width: 100%;}
.cp_class_lb ul li:hover .tit b{color: #fff !important;}
.cp_class_lb ul li:hover .tit{ color: #fff;}
.cp_class_lb ul li:hover .tit p{ padding-left: 20px;}
.cp_class_lb ul li:hover{ box-shadow: 0 0 10px rgba(0,99,187,0.2);}
@media (min-width: 991px) and (max-width: 1440px){
    .cp_class_lb ul li dl{ display: none;}
    .cp_class_lb ul li .pic{ padding-bottom: 35%;}
    .cp_class_lb ul li .float-left .nr{ font-size: 12px; line-height: 25px;}
}
@media screen and (max-width:1200px){
    .cp_class_lb ul li .pic{ padding-bottom: 45%;}

}

@media screen and (max-width:991px){
    .cp_class_lb ul li .pic{ padding-bottom: 70%; margin-bottom: 2%;}
}
@media screen and (max-width:768px){
    .cp_class_lb ul li .tit span{ display: none;}
}
.pro-steam {
  background: url(../images/pro-ico-steam.png) no-repeat left center;
}
.b-btn { font-size: 16px; line-height: 24px; color: #c00505; background: #fff; border-radius: 4px; border:1px solid #c00505; padding: 6px 30px; display: inline-block; transition: all .3s;}
.b-btn:hover { color: #fff; background: #c00505; }
.c-btn { font-size: 16px; line-height: 24px; color: #fff; background: #c00505; border-radius: 4px; border:1px solid #c00505; padding: 6px 30px; margin-right:20px; display: inline-block; transition: all .3s;}
.c-btn:hover { color: #fff; background: #ff6a00; }

.pro-index{background: #f6f6f6;padding-bottom: 60px; overflow: hidden;}
.pro-head{height: 260px;width: 1920px; background: no-repeat center/cover;margin: 0 auto;}
.pro-head h3{    font-size: 35px;font-weight: bold;color: #fff;padding-top: 85px;}
.pro-head p{    font-size: 20px;color: #fff;line-height: 35px;}
@media screen and (max-width:1440px) {.pro-head{width: 1440px;}}
.pro-title{overflow: hidden;border-bottom: 1px #e6e6e6 solid;margin-top: 30px;margin-bottom: 20px; height: 40px;line-height: 40px;}
.pro-title span{float: left;font-size: 22px;color: #222;line-height: 37px;border-bottom:2px #c00505 solid;}
.pro-title a { float: right; font-size: 14px; color: #555; padding-right: 20px; background: url(../images/double-right.svg) no-repeat right center; }
.pro-title a:hover { color:#c00505; transition: all .3s;background: url(../images/double-right-c.svg) no-repeat right center;}
.pro-pic{width: 228px; height: 380px; margin-right: 20px; background: no-repeat center/cover;float: left;}
.pro-pic .morebtn{margin: 300px 10px 0 10px;}
.pro-pic .morebtn a{width: 100px;height: 40px;line-height: 38px;font-size: 16px; text-align: center;font-weight: bold; color: #fff;background:rgba(0,0,0,0.5);border: 1px #fff solid; display: inline-block;transition: all .3s;}
.pro-pic .morebtn a:hover{background:rgba(0,0,0,0.8);}
.pro-pic .morebtn a:first-child{margin-right: 4px;background: #c00505;border: 1px #c00505 solid;}
.pro-pic .morebtn a:first-child:hover{margin-right: 4px;background: #ff6a00;border: 1px #c00505 solid;}
.pro-index-list{overflow: hidden;}
.pro-index-list ul{}
.pro-index-list ul li{margin-right: 8px;width: 324px;display: inline-block;position: relative;  margin-right: 20px;    margin-top: 20px;}
.pro-index-list ul li:nth-of-type(4n){margin-right: 0;}
.pro-index-list ul li:hover .prolist-text{padding:8px;border: 2px #c00505 solid;}
.pro-index-list img {display: block;width:100%; margin:10px 0; height: 240px; }
.pro-index-list .prolist-text {padding:10px;background: #fff;height: 380px;}
.pro-index-list .prolist-text h2 { font-size:20px; color: #222; line-height:24px; height:28px; text-align: center; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;margin: 10px 10px 0 10px}
.pro-index-list .prolist-text h2 b{ display: block;font-size:18px;}
.pro-index-list .prolist-text p { font-size:16px; color: #999; line-height:24px; margin-left: 10px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.pro-index-list .prolist-text p:first-of-type{margin-top:10px;}
.pro-index-list .prolist-text p:last-of-type{margin-bottom:10px;}
.pro-index-list .prolist-text p span { color: #555; }
.pro-index-list .prolist-text .c-btn, .pro-index-list .prolist-text .b-btn {padding: 5px 17px;}
.pro-index-list .prolist-text .c-btn{margin-right: 10px;}
.pro-index-list .prolist-text .b-btn{float: right;}
.pro-index-list .prolist-text a:hover h2 { color:#c00505;}
.pro-index-list .pro-list-tag{font-size:14px;position: absolute;right:15px;top:20px;padding-left:28px;color:#999;height:22px;line-height: 22px;z-index: 1;}
/*äº§å“è¯¦æƒ…*/
.pro-wrap { width: 100%; position: relative; overflow: hidden; }
.pro-bj { background: url(../images/newbackg.jpg!/lossless/true) no-repeat center bottom; padding-bottom:104px; }
.pro-bj .content{display: flex; align-items: center;}
.pro-img { width: 600px; height:550px;position: relative;}
.pro-img img { width:600px; margin: 0 auto; display: block; }
.pro-tab{position: absolute;top: 40px;border-bottom: 1px solid #ccc;z-index: 99;  bottom: auto!important; left: auto!important; width: auto!important;}
.pro-tab a{font-size:18px;line-height:36px;color:#999;padding: 0 10px;width: auto; height: auto; background: none;opacity: 1; transition: all .5s;}
.pro-tab a:after{content:"";width: 0;height: 4px;border-radius: 2px; background: #c00505; display: block;margin: 0 auto;transition: all .5s;}
.pro-tab a.swiper-pagination-bullet-active,.pro-tab a:hover{color:#c00505;}
.pro-tab a.swiper-pagination-bullet-active:after,.pro-tab a:hover:after{width:100%}
.pro-tab2{border-bottom: 1px solid #ccc; width:504px!important;  text-align: center; margin: 0 auto 20px;bottom: auto!important;left: auto!important; position: relative!important;}
.pro-tab2 a{font-size:20px;line-height:46px;color:#999;width:160px; height: auto; background: none;opacity: 1; border-radius: 0; transition: all .5s;}
.pro-tab2 a:after{content:"";width: 0;height:2px;background: #c00505; display: block;margin: 0 auto;transition: all .5s;}
.pro-tab2 a.swiper-pagination-bullet-active,.pro-tab2 a:hover{color:#c00505;background: #f5f5f5;font-weight: bold;}
.pro-tab2 a.swiper-pagination-bullet-active:after,.pro-tab2 a:hover:after{width:100%}
.pro-info { width: 600px; padding-left: 50px; }
.pro-name { color: #c00505; font-size: 34px; line-height:38px; font-weight: normal; margin-bottom:20px; }
.pro-tag { margin-bottom:25px; overflow: hidden; }
.pro-tag a { border: 1px #c00505 solid; float: left; padding: 0 15px; line-height: 30px; color: #c00505; border-radius: 4px;  transition: .36s;margin-right: 10px;font-size: 14px;}
.pro-tag a:hover { background: #c00505; color: #fff; }
.pro-cont { overflow: hidden; margin-bottom:20px; }
.pro-cont ul li { margin-bottom: 16px; font-size: 16px; line-height: 28px; overflow: hidden; }
.pro-cont ul li span { color: #555; width: 90px; float: left; }
.pro-cont ul li p { color: #222; float: left;width: 440px; }
.pro-btn a { padding:8px 38px; }
.pro-canshuimg { height: 104px; width: 1920px; position: absolute; left: 50%; bottom: 0; margin-left: -960px; background: rgba(34,34,34,0.3);}
.myproNav { width:100%; background:#f2f2f2; padding: 20px 0; overflow: hidden; }
.pro-fixed {position: fixed; top: 0; z-index: 9; margin-top: 0;}
.proNavcon { width:1200px; margin: 0 auto; }
.proNavBox { float: left; }
.proNavBox ul { overflow: hidden; }
.proNavBox li { float: left; text-align: center; border-right: 1px #d2d2d2 solid; }
.proNavBox li:last-child { border-right:0; }
.proNavBox li a { height:40px; line-height:40px; padding: 0 28px; color: #555; font-size:18px; display: block; }
.proNavBox li.select a, .proNavBox li a:hover { color:#c00505;font-weight: bold; }
.navbaojia { float: right; position: relative;font-size: 0;}
.navbaojia .input { background: #fff; border: 1px #ddd solid; border-right:0; width:200px; height:40px; padding:0 10px; font-size:15px; line-height: 40px; border-radius: 4px 0 0 4px;}
.navbaojia button { width: 100px; height: 40px; line-height: 40px; font-size: 16px; background: #c00505; color: #fff; text-align: center; border-radius:0 4px 4px 0;vertical-align:top;}
.navbaojia .msg-box{position: absolute; left: 0; top: 40px; color: #c00505;font-size: 12px;}
.pro-introbg { background: url(../images/cpbjwl.jpg!/lossless/true) no-repeat center; background-size:cover; padding: 60px 0; }
.pro-introtext { font-size: 16px; line-height: 28px; color: #555; margin-bottom: 60px; }
.pro-introbtn { text-align: center; margin-top:60px; }
.pro-introbtn a { padding: 12px 50px; }

.cpform2 {overflow: hidden;padding:60px 0; background: url(../images/gb_bj_bg.jpg) no-repeat center top; background-size: cover; position: relative; }
.cpform2:after { content: ''; position: absolute; left: 0; top: 0; bottom: 0; right: 0; background-color: rgba(249, 249, 249, 0.95); }
.cpform2 .content { position: relative; z-index: 1; }
.cpform2 h2 { font-size:30px; line-height:30px; color: #222; margin-bottom:20px; text-align: center; }
.cpform2 h3{ font-size:14px; line-height:32px; color: #999; display: block; text-align: center;}
.cpform2 .inputlist { margin:40px 8px 40px 0; display: inline-block; vertical-align: top;position: relative;}
.cpform2 .inputlist p { font-size: 16px; line-height: 32px; color: #555;display: inline-block;}
.cpform2 .inputlist .msg-box { color: #c00505;position: absolute;left: 100px;top: 50px;}
.cpform2 .inputlist input,.cpform2 .inputlist select { background: #fff; border: 1px #ddd solid; width:300px; height:46px; padding:10px; font-size:15px; border-radius: 4px; }
.cpform2 button { width: 200px; height: 46px; margin-left: 30px; line-height: 46px; font-size: 16px; background: #c00505; color: #fff; text-align: center; border-radius:4px; display: inline-block; vertical-align: bottom; transition: all .3s;}
.cpform2 button:hover { background: #970303; }
.cpform2 .formbtn{display: block;text-align: center;}
.cpform2 .formbtn a{ padding: 10px 67px;}
.inputlist span{ color: #c00505 }
.formselect select{outline: none; appearance: none; -webkit-appearance: none; -moz-appearance: none;}
.formselect{position: relative;display: inline-block;}
.formselect:after{content: "";width:20px;height:20px;background:url(../images/down.svg) no-repeat center/cover;position: absolute;right: 20px;top:15px;pointer-events: none;}
.formselect select::-ms-expand { display:none; }

.servicety{padding:60px 0;overflow: hidden;}
.servicety .service-tit{font-size: 30px; color: #222;text-align: center;}
.servicety ul{ margin-top: 40px;display: -ms-flexbox!important;display: flex!important;-ms-flex-pack: justify!important;justify-content: space-between!important;-webkit-box-pack: justify!important;}
.servicety ul li{background: #f9f9f9; padding: 40px 20px 60px 20px;width: 280px;text-align: center;}
.servicety ul li img{width:60px; height:60px;}
.servicety ul li h4{font-size: 20px;line-height: 32px; margin:10px 0 20px 0;color:#222;}
.servicety ul li p{font-size: 14px;line-height: 24px;height: 72px;margin-bottom: 30px;color:#555;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.servicety ul li .b-btn{background:transparent;padding: 7px 47px;}
.servicety ul li .b-btn:hover{background:#c00505;}


.pro_con{ box-shadow: 0 0 10px rgba(0,99,187,0.2); border-radius: 10px; padding: 2%; position: relative; overflow: hidden;}
.pro_con:before{ position: absolute; right: -40px; top: -40px; content: ''; background: url("../images/hot.png") no-repeat right top; width: 171px; height: 171px;}
.pro_con:after{ position: absolute; right: 0; bottom: 10%; content: ''; background: url("../images/xing.png") no-repeat right center; width: 100%; height: 60px;}
.pro_con .row{ margin: 0;}
.cp_left{ height: 0; padding-bottom: 35%; position: relative; overflow: hidden; }
.cp_left img{  height: 100%; left: 0; position: absolute; transition: 0.3s; text-align: center;}
.cp_right{ padding: 2% 2% 0;}
.cp_right h2{ color: #333333; font-size: 28px; font-weight: bold !important; white-space: nowrap; text-overflow:ellipsis; overflow: hidden; position: relative;}
.cp_right h2:before{ position: absolute; left: 5px; top: 0; content: ''; width: 13px; height: 30px; border-radius: 2px; background: #c00505; transition: all linear 0.3s; transform: skewX(-20deg);}
.cp_right h2 p{ position: relative; padding-left: 10px;}
.cp_right .content{ color: #666666; font-size: 16px; margin: 5% 0; 
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
.cp_right ul{ margin: 5% 0 !important;}
.cp_right ul .bt{ color: #666666; font-size: 18px; font-weight: bold; height: 50px;}
.cp_right ul li{ padding: 0 1%;}
.cp_right ul li .pic{ width: 100%; height: 0; padding-bottom: 75%; position: relative; overflow: hidden; border: 1px solid #efefef;}
.cp_right ul li .pic p{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; transition: 0.3s;}
.cp_right ul li .pic p img{ max-width: 100%; height: 100%;}
.cp_right ul li p{ background: #fff; text-align: center; width: 100%; height: 30px; line-height: 30px; font-size: 13px; white-space: nowrap; text-overflow:ellipsis; overflow: hidden;}
.cp_right .zixun-btn{ height: 50px; line-height: 50px; background: #c00505; color: #fff; border-radius: 5px; text-align: center; font-size: 16px; transition: 0.3s; position: relative; z-index: 1;}
.cp_right .zixun-btn i{ display: inline-block; font-size: 20px; margin-right: 10px;}
.cp_right .zixun-btn:hover{ background: #333;}
@media screen and (max-width:1200px){
    .pro_con:after{ display: none;}
    .cp_right .content{ font-size: 12px;}
    .cp_right h2{ font-size: 20px;}
    .cp_right ul .bt{ font-size: 14px; height: 30px;}
    .cp_right ul{ margin: 2% 0 !important;}
}
@media screen and (max-width:991px){
    .pro_con:before{ display: none;}
    .cp_left{ padding-bottom: 60%;}
    .cp_right{ margin-top: 3%;}
}


.hui{ background: #f5f6f8;}
.bai{ background: #fff;}



#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: 25%; 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;}

@media screen and (max-width:1200px){
}
@media screen and (max-width:991px){
}
@media screen and (max-width:768px){

}
@media screen and (max-width:765px){
    .cpbt li{ width: 25%; font-size: 13px;}
}


.cpinfo_con .content{ padding: 5%; color: #666666; font-size: 16px;}

#cpys{overflow: hidden;}
#cpys .swiper-container {
    width: 100%;
    height: 100%;
}
#cpys .swiper-slide {
    transition: 0.3s;
    overflow: hidden;
    position: relative;
    border: 1px solid #ededed;
    padding: 3% 0 2%;
    cursor: default;

    /* 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;
}
#cpys .swiper-slide .pic{ text-align: center; height: 50px; line-height: 50px; }
#cpys .swiper-slide .pic i{ display: none; color: #be0505; font-size: 50px;}
#cpys .swiper-slide:nth-of-type(1) .pic i:nth-of-type(1){ display: block;}
#cpys .swiper-slide:nth-of-type(2) .pic i:nth-of-type(2){ display: block;}
#cpys .swiper-slide:nth-of-type(3) .pic i:nth-of-type(3){ display: block;}
#cpys .swiper-slide:nth-of-type(4) .pic i:nth-of-type(4){ display: block;}
#cpys .swiper-slide h3{ color: #333333; font-weight: bold !important; font-size: 18px; padding: 8% 0 2%;}
#cpys .swiper-slide span{ display: block; padding: 3% 5%; text-align: center; color: #999999; font-size: 13px; line-height: 25px; min-height: 75px;}
#cpys .swiper-slide:hover{ background: #be0505;}
#cpys .swiper-slide:hover .pic i,#cpys .swiper-slide:hover h3,#cpys .swiper-slide:hover span{ color: #fff !important;}
@media screen and (max-width:1400px){
    #cpys .swiper-slide span{ min-height: 90px;}
}
@media screen and (max-width:768px){
    #cpys{ padding: 0 3%;}
}


.cp_tit{ text-align: center; margin-top: 6%;}
.cp_tit h1{ color: #333333; font-size: 26px; font-weight: bold !important; position: relative;}
.cp_tit p{ position: relative; color: rgba(192,5,5,0.05); font-family: Bahnschrift; font-size: 60px; text-transform: uppercase; margin-top: -2% !important;}
@media screen and (max-width:1200px){
    .cp_tit p{ font-size: 50px; margin-top: -4% !important;}
}
@media screen and (max-width:991px){
    .cp_tit p{ font-size: 40px; margin-top: -5% !important;}
}
@media screen and (max-width:768px){
    .cp_tit p{ font-size: 30px;}
}

#anli{ margin-top: 4%; overflow: hidden;}
#anli .swiper-container {
    width: 100%;
    height: 100%;
}
#anli .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;
}
#anli .swiper-slide .pic{ width: 100%; height: 0; padding-bottom: 75%; position: relative; overflow: hidden;}
#anli .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;}
#anli .swiper-slide p{ background: #f5f6f8; width: 100%; height: 50px; text-align: center; line-height: 50px; color: #333333; font-size: 16px; transition: 0.3s;}
#anli .swiper-slide:hover p{ background: #be0505; color: #fff;}
@media screen and (max-width:768px){
    #anli{ padding: 0 3%;}
}


#xgcp{ margin-top: 4%; overflow: hidden;}
#xgcp .swiper-container {
    width: 100%;
    height: 100%;
}
#xgcp .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;
}
#xgcp .swiper-slide .pic{ width: 100%; height: 0; padding-bottom: 75%; position: relative; overflow: hidden;}
#xgcp .swiper-slide .pic a{ display: block; width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;}
#xgcp .swiper-slide .pic a img{ max-width: 100%; height: 100%;}
#xgcp .swiper-slide p{ background: #f5f6f8; width: 100%; height: 50px; text-align: center; line-height: 50px; color: #333333; font-size: 16px; transition: 0.3s;}
#xgcp .swiper-slide:hover p{ background: #be0505; color: #fff;}
@media screen and (max-width:768px){
    #xgcp{ padding: 0 3%;}
}


/*翻页*/
.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;
}


.bo .cpbt_bo{ position: fixed; z-index: 99; left: 0px; top: 20%; background: #fff; text-align: center; color: #fff; border: 1px solid #e6e6e6; border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; overflow: hidden;}
.bo .cpbt_bo .tit{ background: #d71418; color: #fff; padding: 10% 2%; width: 130px; margin-bottom: 5%;}
.bo .cpbt_bo .tit p{ font-size: 18px; font-weight: bold;}
.bo .cpbt_bo .tit span{ font-size: 12px; text-transform: uppercase;}
.bo .cpbt_bo li{ height: 40px; line-height: 40px; border-bottom: 1px dashed #cccccc; font-size: 14px; margin: 0 5%;}
.bo .cpbt_bo li a{ color: #333333;}
.bo .cpbt_bo li.current a{ color: #fff;}
.bo .cpbt_bo li a:hover{ color: #d71418; font-weight: bold;}
.bo .cpbt_bo li.current{ background: #d71418;}
.bo .cpbt_bo .cptop{ height: 60px; line-height: 60px; color: #d71418; font-size: 16px; font-weight: bold; cursor: pointer; }

.float_zoosnet{display: block;width: 130px;background: #d71418;border-radius: 15px 15px 15px 80px;position: fixed;right: 20px;top:25%;z-index: 100000000000;text-decoration: none;padding-bottom: 10px;}.float_zoosnet a {text-decoration: none}.float_zoosnet img {max-width: 100%;width: auto}.float_mess{display: block;padding-bottom: 10px;}.float_mess_img{margin: 0 -5px;margin-top: -70px;margin-bottom: -30px;}.float_mess_btn{width: 155px;padding: 10px;border-radius: 5px;background: #fccc76;background: -moz-linear-gradient(left,  #fccc76 0%, #fcdfa2 100%);background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fccc76), color-stop(100%,#fcdfa2));background: -webkit-linear-gradient(left,  #fccc76 0%,#fcdfa2 100%);background: -o-linear-gradient(left,  #fccc76 0%,#fcdfa2 100%);background: -ms-linear-gradient(left,  #fccc76 0%,#fcdfa2 100%);background: linear-gradient(to right,  #fccc76 0%,#fcdfa2 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fccc76', endColorstr='#fcdfa2',GradientType=1 );color: #ab0000;font-size: 24px;line-height: 30px;font-weight: bold;margin-left: -15px;text-align: center;animation: mess_btn 1s linear 0s infinite alternate;}@keyframes mess_btn {0%   {transform: scale(1, 1);}100% {transform: scale(1.1, 1.1);}}.float_baojia,.float_liuyan,.float_Qr,.float_retrun{display: block;margin: 8px;}.float_img_btn {background: rgba(255, 255, 255, 0.1);border-radius: 5px;padding: 5px 6px;font-size: 16px;line-height: 26px;color: #fff;}.float_img_btn i{display: inline-block;vertical-align: top;margin-right: 5px;width: 30px;height: 26px;padding: 5px 7px;background: #fccc76;border-radius: 5px;background: -moz-linear-gradient(left,  #fccc76 0%, #fcdfa2 100%);background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fccc76), color-stop(100%,#fcdfa2));background: -webkit-linear-gradient(left,  #fccc76 0%,#fcdfa2 100%);background: -o-linear-gradient(left,  #fccc76 0%,#fcdfa2 100%);background: -ms-linear-gradient(left,  #fccc76 0%,#fcdfa2 100%);background: linear-gradient(to right,  #fccc76 0%,#fcdfa2 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fccc76', endColorstr='#fcdfa2',GradientType=1 );}.float_img_btn i img{display: block;vertical-align: top;}.float_img_qr{border-radius: 5px;padding: 10px 8px 0;font-size: 12px;line-height: 26px;color: #fff;text-align: center;background: rgba(255, 255, 255, 0.1);background: -moz-linear-gradient(top,  rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, 0.1)), color-stop(100%,rgba(255, 255, 255, 0)));background: -webkit-linear-gradient(top,  rgba(255, 255, 255, 0.1) 0%,rgba(255, 255, 255, 0) 100%);background: -o-linear-gradient(top,  rgba(255, 255, 255, 0.1) 0%,rgba(255, 255, 255, 0) 100%);background: -ms-linear-gradient(top,  rgba(255, 255, 255, 0.1) 0%,rgba(255, 255, 255, 0) 100%);background: linear-gradient(to bottom,  rgba(255, 255, 255, 0.1) 0%,rgba(255, 255, 255, 0) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255, 255, 255, 0.1)', endColorstr='rgba(255, 255, 255, 0)',GradientType=0);}.float_img_qr i{display: block;vertical-align: top;}.float_img_qr i img{display: block;margin: 0 auto;}.float_retrun{text-align: right;}.float_retrun_top{display: inline-block;border-radius: 26px 5px 5px 26px;color: #494db3;font-size: 16px;line-height: 16px;padding: 5px 5px 5px 10px;}.float_retrun_top img{display: inline-block;vertical-align: top;margin-right: 5px;}.float_tell_img {position: fixed;bottom: 160px;right: 70px;overflow: hidden;bottom: 306px;width: 0;transition: all .2s ease-in-out;-wekbit-transition: all .2s ease-in-out;z-index: 10000000}@media (max-width: 759px) {.float_zoosnet{border-radius: 15px;padding:1px;bottom: 160px;}.float_mess {display: none}.float_retrun {display: none}.float_Qr {display: none}}