@charset "utf-8";
/* CSS Document */
.sol_down{ position: fixed; width: 100%; left: 0; top: 86px; display:none; background: #f8f8f8;padding:50px 0;}
.sol_down dl .line{ height: 100px; width: 1px; background: #e7e7e7; margin: 0 auto;}
.sol_down dl dt{ text-align: center;}
.sol_down dl dt img{ height: 50px;filter: grayscale(100%);-webkit-filter: grayscale(100%);filter: brightness(0%) invert(50%);-webkit-filter: brightness(0%) invert(50%);}
.sol_down dl dt .icon{ height: 60px; overflow: hidden; line-height:50px; font-size:0;}
.sol_down dl .line:last-child{ display:none;}
.sol_down dl dt:hover p{ color:#d1000f;}
.sol_down dl dt p{ font-size: 14px; color: #333;}
.sol_down dl dt:hover .icon img{transform: translateY(-200px); filter: drop-shadow(#d1000f 0 200px);}
.index_head .nav li:hover .sol_down{ display:block;}
.index_head .top_search{ margin-left: 50px; cursor:pointer;}
.index_head .top_search i{ font-size: 26px;}
.top_search_box{ width: 0; transition:.3s ease; overflow:hidden; position: fixed; right:0; height: 100px; top: 0; background:#fff; padding:20px 0; text-align:center; z-index:99;}
.top_search_box form{ width: 60%; display: inline-block;}
.top_search_box input.fl{ line-height: 60px; background: #f5f5f5; padding-left: 15px; width:80%;}
.top_search_box input.search_sub{ width: 17%; background:#d1000f; color:#fff; cursor:pointer; text-align:center; line-height:60px;}
.top_search_box input.search_sub:hover{ text-decoration:underline;}
.top_search_box .close{ position: fixed; right: 5%; top:35px; z-index:11; cursor:pointer; display:none;}
.top_search_box .close i{ font-size: 30px; line-height: 30px;}
.top_menu{ padding: 30px; width: 90px; text-align: center; cursor: pointer; background: #d1000f; height:90px;}
.top_menu i{ display: block; width: 100%; height: 3px; background: #fff; }
.top_menu i:nth-child(2){margin: 8px 0;}
.top_menu.close i:first-child{ transform: rotate(-45deg) translate(-5px,8px)}
.top_menu.close i:last-child{ transform: rotate(45deg) translate(6px,3px)}
.top_menu.close i:nth-child(2){ display: none;}
.camp_menu{ width: 100%; position: fixed;  padding: 80px 0;z-index: 999; top: 86px; display: none; color: #fff; background:#d1000f url(../images/combg_02.png) no-repeat center bottom;  }
.camp_menu .camnav.c-flex{ align-items: flex-start;}
.menu_item h3{ font-size: 26px; margin-bottom: 30px; color: #fff; font-weight: normal;}
.menu_item a{ display: block; line-height: 40px; font-size: 18px; color: #fff; opacity: .6 }
.menu_item a:hover{ opacity: 1;}
.menu_item{ margin: 0 auto;}
.camp_menu .close{ position: absolute; top: 50px; right: 50px; color: #666; font-size: 30px; cursor: pointer;  }
.camp_menu .close i{ font-size: 30px;}
.mcenter{ width: 1400px; margin: 0 auto;}
.cam_con{ margin-top: 80px;}
.cam_con dl dt{ margin-right: auto; opacity: .8;}
.cam_con dl dt img{ max-width: 120px!important;}
.cam_con dl dt a{ color: #fff;}
.cam_con dl dt:last-child{ margin-right: 0; opacity: 1;}
.cam_con dl dt i{ font-size: 24px; margin-right: 5px;}

.amore{ display: inline-block; line-height: 50px; border: 1px solid #e7e7e7; border-radius: 5px; font-size: 15px; position: relative; overflow: hidden;}
.amore span{ display: block; text-align: center; position: relative; z-index: 2; padding: 0 15px 0 25px;}
.amore i{ margin-left: 10px; font-size: 14px;}
.amore:after{ position: absolute; width: 100%;  left: 0; bottom: 0; height: 3px; background: url(../images/btnbg_05.jpg) no-repeat; background-size: cover;content: ''; z-index: 1; transition: .2s ease;}
.amore:hover:after{ height: 100%;}
.amore:hover{ color: #fff;}
.amore.on:after{ height: 100%;}
.amore.on{ color: #fff;}


.sy-ban{ width: 100%;position: relative; overflow: hidden;}
.sy-ban img{ width: 100%;}
.sy-ban .svg-swiper-pagination{position: absolute;z-index: 1;flex-wrap: wrap; text-align: left; left: calc(50% - 800px); bottom: 80px;}
.svg-swiper-pagination .swiper-pagination-bullet{background: transparent;opacity: 1;position: relative;width: 38px;height: 38px;outline: none; border: none;}
.svg-swiper-pagination .swiper-pagination-bullet:after{content: "";position: absolute;left: 0;top: 0;z-index: 0;width: 38px;height: 38px;border-radius: 50%;transition: opacity .3s;background: url(../images/ic12.png) no-repeat center;}
.svg-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after{background: url(../images/ic13.png) no-repeat center;background-size: cover;width: 38px;height: 38px;}
.svg-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .circle2{-webkit-animation: svgCircleAnmi 6s linear forwards;animation: svgCircleAnmi 6s linear forwards}
.svg-swiper-pagination .svg{width: 38px;height: 38px;transform: rotate(-90deg);opacity: 0;transition: opacity .3s;display: block;}
.svg-swiper-pagination .swiper-pagination-bullet .svg{opacity: 1;}
.svg-swiper-pagination .circle1{/*stroke: #999;*/}
.svg-swiper-pagination .circle2{stroke: #d1000f;stroke-dasharray: 0 339;}
@-webkit-keyframes svgCircleAnmi{0%{stroke-dasharray: 0 339}
to{stroke-dasharray: 339 339}}
@keyframes svgCircleAnmi{0%{stroke-dasharray: 0 339}
to{stroke-dasharray: 339 339}}
@-webkit-keyframes amap-icon-anim{0%{opacity: 0;transform: scale(.1)}
5%{opacity: 1}
to{opacity: 0;transform: scale(1)}}
@keyframes amap-icon-anim{0%{opacity: 0;transform: scale(.1)}
	5%{opacity: 1}}

.sy_item_tit{ text-align: center; margin-bottom: 30px; color: #333;}
.sy_item_tit h3{ display: inline-block; font-size: 44px; line-height: 44px; height: 44px; padding: 0 25px; background: url(../images/titbg_03.png) no-repeat left bottom,url(../images/titbg_03.png) no-repeat right bottom;}
.sy_item_tit p{ font-size: 18px; margin-top: 10px;}

.dtop{ padding-top: 80px;}
.sy_product{ background: #f8f8f8;}
.proswiper{ overflow: hidden; padding:0 100px; position: relative;}
.proswiper .protxt{ width: 40%;}
.proswiper .propic{ width: 55%;}
.proswiper h2.colname{ font-size: 40px; font-family: sourb; position: relative; margin-bottom: 50px;}
.proswiper h2.colname:after{ position: absolute; width: 12px; height: 12px; border-radius: 50%; background: #d1000f; content: ''; left: -30px; top: 25px;}
.proswiper h3{ font-size: 28px; font-family: sourb; margin-bottom: 20px;}
.proswiper .amore{ margin-top: 60px;}
.proswiper b.en{ font-size: 290px; font-family: labl;color: rgba(0,0,0,.0);-webkit-text-stroke: 1px #db0010; text-stroke: 1px #db0010; opacity: .2; position: absolute; right: 0;bottom: 100px;}
.swiper-button-next:after, .swiper-button-prev:after{ display: none;}
.swiperbox .swiper-button-next,.swiperbox .swiper-button-prev{ position: unset; margin-top: 0; width: 40px; height: 40px; border-radius: 50%; box-shadow: 0 0 8px rgba(0,0,0,.1); font-size: 18px; line-height: 40px; font-weight: bold; display: inline-block;}
.swiperbox .swiper-button-prev{ margin-right: 40px;}
.proswiper .swiperbox{ position: absolute; left: 100px; bottom: 80px; z-index: 3;}
.swiperbox .swiperbtn:hover{ color: #d1000f;}
.sy_pro_nav{ background: #fff; margin-top: 50px;}
.sy_pro_nav ul li{ width: 12.5%; text-align: center; position: relative;}
.sy_pro_nav ul li a{ display: block; padding: 15px 40px;}
.sy_pro_nav ul li p{color: #333; margin-top: 10px; height: 30px; overflow: hidden;}
.sy_pro_nav ul li:after{ position: absolute; left: 0; top: 0; height: 2px; background: #d1000f; content: ''; width: 0; transition: .2s ease;}
.sy_pro_nav ul li:hover:after{ width: 100%;}
.sy_pro_nav ul li:hover p{ color: #d1000f;}

.sy_app{ position: relative; height: 880px;}
.sy_app .bigimg,.sy_app .bigimg ul,.sy_app .bigimg li,.sy_app .bigimg img{ height: 100%;}
.sy_app .bigimg li{ transition: .2s ease;}
.sy_app .bigimg img{ width: 100%; object-fit: cover;}
.sy_app .syapp_list{ height: 100%; position: absolute; width: 100%; top: 0; left: 0;}
.sy_app .syapp_list ul{ height: 100%; position: relative;}
.sy_app .syapp_list ul li{ width: 20%; height: 50%;position: relative; float: left; transition: .2s ease;}
.sy_app .syapp_list ul li:after{ position: absolute; right: 0; top: 0; height: 100%; width: 1px; content: ''; background: rgba(255,255,255,.5);}
.sy_app .syapp_list ul:after{ position: absolute; width: 100%; height: 1px; left: 0; top: 50%; content: ''; background: rgba(255,255,255,.5);}
.sy_app .syapp_list ul li .box{ position: absolute; right: 40px;display: inline-block; bottom: 40px; color: #fff; text-align: center; transition: .2s ease;}
.sy_app .syapp_list ul li .box span.more{ display: none; width: 42px; height: 42px; border-radius: 50%; text-align: center; color: #fff; background: #d1000f; line-height: 42px; margin-top: 30px; }
.sy_app .syapp_list ul li .box p{ margin-top: 20px;}
@media (min-width: 769px){
.sy_app .syapp_list ul li:not(.active) .box img{filter: grayscale(100%);-webkit-filter: grayscale(100%);filter: brightness(0%) invert(100%);-webkit-filter: brightness(0%) invert(100%);}
}
.sy_app .syapp_list ul li.active{ background: rgba(255,255,255,.7);}
.sy_app .syapp_list ul li.active .box{ bottom: 50%; right: 50%; transform: translate(50%,50%);}
.sy_app .syapp_list ul li.active .box span.more{ display: inline-block;}
.sy_app .syapp_list ul li.active .box p{ font-size: 20px; color: #333; margin-top: 30px;}

.sy_news .tit h3{ font-family: sourb; font-size: 40px; margin-right: auto;}
.sy_news .tit{ margin-bottom: 35px;}
.picnews{ width: 68%;}
.picnews ul li{ width: 47%; margin-right: 3%; float: left; background: #f8f8f8; border-radius: 5px; overflow: hidden;}
.hotnew{ width: 32%; border-radius: 5px; box-shadow: 0 0 8px rgba(0,0,0,.1);}
.picnews ul li .imgfd{ padding-top: 66.8%;}
.picnews ul li .imgfd .date{ position: absolute; left: 0; bottom: 0; display:inline-block; padding:15px; color:#fff; background:#d1000f; font-family:din;}
.picnews ul li .txt{ padding: 25px 20px;}
.picnews ul li .txt h2{ font-size: 20px; line-height: 30px; height: 60px; overflow:hidden;}
.picnews ul li .txt .tag{ margin: 10px 0; font-size: 14px; }
.picnews ul li .txt .tag span{ color: #d1000f;}
.picnews ul li .txt p{ height: 72px; line-height: 24px; overflow: hidden; margin-bottom: 20px;}
.picnews ul li .txt span.more{ font-size: 15px; color: #333;}
.picnews ul li .txt span.more i{ font-size: 14px; margin-left: 5px;}
.hotnew .htit{ padding: 20px 30px;}
.hotnew .htit h3{ font-size: 20px; font-family: sourb; margin-right: auto;}
.hotnew .htit a{ font-size: 14px;}
.hotnew .htit a i{ font-size: 14px;}
.hotnew .list li a{ padding: 22px 30px; border-top: 1px solid #e7e7e7;}
.hotnew .list li .txt{ max-width: calc(100% - 50px); margin-right: auto;}
.hotnew .list li .txt span{ font-family: din; font-size: 14px;}
.hotnew .list li i{ font-size: 18px; font-weight: bold;}
.hotnew .list li .txt p{ color: #333; font-size: 18px; height: 30px; overflow: hidden; margin-top: 10px;}
.picnews ul li:hover h2,.picnews ul li:hover span.more,.hotnew .htit a:hover{ color: #d1000f;}
.hotnew .list li:hover p,.hotnew .list li:hover i{ color: #d1000f;}
.sy_about{ position: relative;}
.sy_about .pic{ width: 48%;}
.sy_about .pic img{ width: 100%;}
.sy_about b.en{ font-size: 290px; font-family: labl;color: rgba(0,0,0,.0);-webkit-text-stroke: 1px #db0010; text-stroke: 1px #db0010; opacity: .2; position: absolute; left: 0;top: 0; z-index: -1;}
.sy_about .txt{ width: 46%;}
.sy_about .txt h3{ font-size: 40px; font-family: sourb; margin-bottom: 50px;}
.sy_num dl dt{ width: 50%; margin-bottom: 30px; color: #333; font-size: 18px;}
.sy_num dl dt b{ font-size: 60px; font-family: dinb; color: #d1000f; font-weight: bold;}
.sy_num dl dt b.counter{ margin-right: 10px;}
.sy_num dl dt p{ margin-bottom: 10px;}
.sy_about .txt p.des{ color: #333; margin-bottom: 40px;}

.sy_coop .tit{ text-align: center; margin-bottom: 40px;}
.sy_coop .tit h3{ font-size: 40px; font-family: sourb; margin-bottom: 20px;}
.coopswiper{ overflow: hidden; padding-bottom: 60px; position: relative;}
.coopswiper img{ width: 100%;}
.swiper-pagination-bullet{ width: 15px; height: 15px; border-radius: 50%; border: 1px solid #999999; position: relative; background: none; opacity: 1; outline: none;}
.swiper-pagination-bullet:after{ position: absolute; width: 7px; height: 7px; border-radius: 50%; background: #999; content: ''; left: 4px; top: 4px;}
.swiper-pagination-bullet.swiper-pagination-bullet-active{ border-color: #d1000f;}
.swiper-pagination-bullet.swiper-pagination-bullet-active:after{ background: #d1000f;}

.quick_link{ padding: 20px;}
.quick_link ul li{ width: 49%; margin-right: auto; position: relative;}
.quick_link ul li:last-child{ margin-right: 0;}
.quick_link ul li .imgfd{ padding-top: 38.7%;}
.quick_link ul li .cir{ width: 136px; height: 136px; border-radius: 50%; text-align: center; color: #fff; background: rgba(0,0,0,.2); position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); padding-top: 32px; transition: .2s ease;}
.quick_link ul li i{ font-size: 30px; font-weight: bold;}
.quick_link ul li p{margin-top: 10px;}
.quick_link ul li:hover .cir{ background: #d1000f;}

.index_foot .foot_center,.index_foot .foot_center ul.c-flex{ align-items: flex-start;}
.index_foot .foot_center ul.c-flex{ width: 70%; margin-right: auto;}
.index_foot .foot_center{ padding: 50px 0 40px;}
.index_foot .foot_center ul a{ display: block; color: #bbbbbb; font-size: 14px; line-height: 25px;}
.index_foot .foot_center ul p{ font-size: 18px;}
.index_foot .foot_center ul .line{ height: 1px; width: 50px; margin: 20px 0 25px; background: #d1000f;}
.index_foot .foot_center ul li{ margin-right: auto;}
.index_foot .f_link{ padding:25px 0; }
.index_foot .f_link a{ font-size: 14px; color: #0262da;}
.f_right{ font-size: 15px; margin-right: auto; max-width:30%;}
.f_right a{ color: #fff;}
.f_right .flogo{ margin-bottom: 20px;}
.f_right .fit{ margin-bottom: 20px; align-items:flex-start;}
.f_right .fit p{ max-width: calc(100% - 25px);}
.f_right .fit i{ font-size: 18px; margin-right: 3px; padding-top:7px;}
.shem ul{ margin-top: 20px;}
.shem ul li{ position: relative; margin-right: 20px; cursor:pointer;}
.shem ul li .box{ position: absolute; top: 35px; display:none; padding:5px; background:#fff; border-radius:3px;}
.shem ul li:hover .box{ display:block;}
.shem ul li .box img{ max-width: 110px;}
.foot_center{ position: relative;}
.foot_center .b_top{ position: absolute; right: -100px; top: calc(50% - 25px); width: 50px; height: 50px; line-height: 50px; text-align: center; color: #fff; font-size: 28px; font-weight:bold; cursor:pointer; background: #d1000f;}
.foot_center .b_top i{ font-size: 26px; line-height: 50px;}
@media (max-width: 1700px){
    .foot_center .b_top{ right: -40px;}
    .index_head .center{ width: 85%; margin-left: 2%;}
}


@media (max-width: 1600px){
.sy-ban .svg-swiper-pagination{ left: 2%;}
	
}

@media (max-width: 1441px){
.proswiper{ padding: 0 2.5%;}
.proswiper h2.colname{ font-size: 32px; margin-bottom: 30px;}
.proswiper h3{ font-size: 24px;}
.proswiper .swiperbox{ left: 2%;}
.foot_center .b_top{ right: 0;}
.mcenter{ width: 96%;}
.sy_app{ height: 660px;}
.sy_about .txt h3{font-size: 32px; margin-bottom: 30px;}
.sy_about b.en{font-size: 200px;}
.sy_num dl dt{margin-bottom: 20px;}
.dtop{ padding-top: 60px;}
.sy_about .pic{ padding-top: 50px;}
.sy_about .pic{ width: 53%;}
}

@media (max-width: 1281px){
.index_head .nav li a{font-size: 16px;}
.proswiper b.en{ font-size: 180px;}
.sy_app .syapp_list ul li .box img{ height:50px;}
.sy_app .syapp_list ul li.active .box p{ font-size: 18px; margin-top: 20px;}
.sy_num dl dt .txt{ width: 100%;}
}

@media (max-width: 1024px){
.waph{ height: 54px;}
.sy-ban .svg-swiper-pagination{ bottom: 30px;}
.proswiper .swiperbox{ bottom:10px;}
.proswiper h2.colname:after{ left:-15px; top:15px;}
.proswiper .amore{ margin-top: 30px;}
.sy_app{ height: 500px;}
.index_foot .foot_center{ display: none;}
.right_online{ display: none;}
	
}
@media (max-width: 768px){
.proswiper .protxt{ width: 100%; float: none;}
.proswiper .propic{ width: 100%; float: none;}
.proswiper .swiperbox{ position:unset; text-align: center; padding-bottom: 5px;}
.sy_pro_nav ul li a{ padding: 5px 15px;}
.sy_app .bigimg{display: none;}
.sy_app .syapp_list{ width: 96%; margin: 40px auto; position:unset;}
.sy_app .syapp_list ul{overflow: visible;}
.sy_app .syapp_list ul li{ width: 49%; margin-right:2%; margin-bottom:20px; border-radius:5px; box-shadow:0 0 5px rgba(0,0,0,.1); height:auto; }
.sy_app .syapp_list ul li:nth-child(2n){margin-right:0;}
.sy_app .syapp_list ul li a{ display: block;}
.sy_app .syapp_list ul li a .box{ display: flex; align-items: center;position:unset; transform:none;  padding:15px 20px;}
.sy_app{ height: auto;}
.sy_app .syapp_list ul li.active .box{transform:none;}
.sy_app .syapp_list ul li.active .box p{ margin-top: 0;}
.sy_app .syapp_list ul li .box span.more{ margin-top: 0; display:inline-block;}
.sy_app .syapp_list ul li .box p{ color: #333; font-size: 18px; margin: 0 auto 0 20px;}
.sy_app .syapp_list ul li:last-child{ display:none;}
.picnews{ width: 100%; float: none;}
.hotnew{ width: 100%; float: none; margin-top: 30px;}
.sy_about .pic{ display: none;}
.sy_about .txt{ width: 100%; float: none;}
.dtop{ padding-top: 35px;}
.sy_about{padding: 30px 0;}
.sy_about b.en{font-size: 130px;}
.quick_link ul li{ width: 100%; margin-bottom: 20px;}
.sy_pro_nav ul li p{ height:24px;}

}
@media (max-width: 540px){
.proswiper h2.colname{font-size: 26px; margin-bottom: 15px; padding-left:10px;}
.proswiper h2.colname:after{ width:6px; height: 6px; left:0;}
.proswiper h3{ font-size: 20px; margin-bottom: 10px;}
.sy_pro_nav ul li{ width: 25%;}
.sy_app .syapp_list ul li .box img{ height: 40px;}
.sy_app .syapp_list ul li .box p,.sy_app .syapp_list ul li.active .box p{font-size: 16px;}
.sy_app .syapp_list ul li .box span.more{ width: 30px; height: 30px; line-height: 30px;}
.amore{ line-height: 40px;}
.amore i{ margin-left: 5px;}
.sy_news .tit h3{font-size: 26px;}
.sy_app .syapp_list{ margin: 25px 0;}
.sy_news .tit{margin-bottom: 20px;}
.picnews ul li .txt{padding: 15px 10px;}
.picnews ul li .txt h2{ font-size: 16px; line-height: 24px; height: 48px;}
.picnews ul li .txt p{ display: none;}
.picnews ul li .txt span.more{ display: none;}
.picnews ul li{ width: 48.5%;}
.picnews ul li:nth-child(2){ margin-right:0;}
.hotnew .list li .txt p{ height: 24px; font-size:16px;}
.hotnew .htit{ padding: 10px 15px;}
.hotnew .list li a{ padding: 15px;}
.sy_about .txt h3{ font-size: 26px; margin-bottom: 20px;}
.sy_about b.en{ font-size: 80px;}
.sy_coop .tit h3{ font-size: 26px;}

}
@media (max-width: 450px){
.sy-ban .svg-swiper-pagination{ bottom: 15px;}
.sy_app .syapp_list ul li{ width: 100%; float: none;}
.sy_num dl dt b{ font-size: 40px;}
.sy_coop .tit{ margin-bottom: 20px;}
.coopswiper{padding-bottom: 30px;} 
.quick_link ul li .cir{ width:80px;height:80px;}
.quick_link ul li i{ font-size: 22px;}
.quick_link ul li .cir{ padding-top: 13px;}
.quick_link ul li p{ margin-top: 5px;}
.sy_app .syapp_list ul li a .box{ display: block; text-align: center;}
.sy_app .syapp_list ul li .box p, .sy_app .syapp_list ul li.active .box p{ margin:10px 0; font-size: 14px; line-height:20px; height:20px;}
.sy_app .syapp_list ul li{ width: 32%; float: left; margin-right: 2%;}
.sy_app .syapp_list ul li:nth-child(2n){ margin-right:2%;}
.sy_app .syapp_list ul li:nth-child(3n){ margin-right:0;}
.sy_app .syapp_list ul li .box span.more, .sy_app .syapp_list ul li.active .box span.more{ display: none;}
.sy_app .syapp_list ul li:last-child{ display:block;}
.sy_app .syapp_list ul li a .box .icon{ height: 50px; overflow: hidden;}
.sy_app .syapp_list ul li:last-child  a .box .icon img{transform: translateY(-200px); filter: drop-shadow(#d1000f 0 200px);}
.picnews ul li .imgfd .date{ padding: 8px; font-size: 12px;}
.sy_about .txt p.des{ margin-bottom: 25px;}
.sy_coop .tit h3{ margin-bottom: 15px;}
.sy_app .syapp_list ul li a .box{ padding: 15px 10px;}
}

.toph{ height: 90px;}
.posi{ padding: 30px 0; font-size:14px; color: #999;}
.posi a{ color: #999;}
.posi i{ font-size: 14px; color: #d1000f; margin-right: 5px;}
.prolist{ margin-top: 40px;}
.prolist .tit{ text-align: center; margin-bottom:40px;}
.prolist .tit h3{ font-size: 40px; font-weight:bold;position: relative; padding-bottom: 20px;}
.prolist .tit h3:after{ position:absolute; content: ''; background: #d1000f; height: 2px; width: 45px; left: 50%; bottom: 0; transform: translateX(-50%);}
.prolist ul li{ float: left; width: 24%; margin-right: 1.33%; margin-bottom: 20px; background: #fff; border-radius:10px; text-align:center; transition:.2s ease;}
.prolist ul li:nth-child(4n){ margin-right:0;}
.prolist ul li a{ display: block; padding: 10px;}
.prolist ul li .imgfd{ border-radius: 5px;}
.prolist ul li .txt{ padding: 30px 28px;}
.prolist ul li h2{ font-size: 18px; font-weight:bold; line-height:25px; height:25px; overflow:hidden;}
.prolist ul li p{ line-height: 24px; font-size: 14px; height:96px; overflow: hidden; margin: 20px 0;}
.prolist ul li i{ display: inline-block;  width: 30px; height: 30px; text-align: center; line-height: 30px; border-radius: 50%; background: #666666; color: #fff;}
.prolist ul li:hover{ background:#d1000f;}
.prolist ul li:hover h2,.prolist ul li:hover p{ color:#fff;}
.prolist ul li:hover i{ color:#d1000f; background: #fff;}
.mainh{ height: 80px;}

@media (max-width: 1024px){
    .prolist ul li .txt{ padding: 20px 15px;}
    .prolist ul li p{margin: 15px 0;}
    .prolist{ margin-top: 20px;}
    .toph{ display: none;}
    .mainh{ height: 50px;}
}
@media (max-width: 768px){
    .prolist ul li{ width: 49%; margin-right: 2%;}
    .prolist ul li:nth-child(2n){ margin-right:0%;}
    .posi{ padding: 20px 0;}
    .prolist .tit h3{ font-size: 30px;}
    .prolist .tit{ margin-bottom: 25px;}
    
}
@media (max-width: 450px){
    .prolist ul li p{ display: none;}
    .prolist ul li .txt{ padding: 10px 5px;}
    .prolist ul li h2{ font-size: 16px; margin-bottom: 10px;}
    .mainh{ height: 25px;}
}
.main_left{ width: 20%;}
.pro_nav{ border: 1px solid #e7e7e7;}
.pro_nav .tit{ background: #444444; padding:15px 18px;}
.pro_nav .tit h3{ font-size: 20px; font-weight: bold; margin-right: auto; color:#fff;}
.pro_nav .tit i{ font-size: 26px; color: #d1000f;}
.pro_nav ul li{ background: #fff; padding: 15px 18px; border-bottom:1px solid #e7e7e7;}
.pro_nav ul li a{ display: block;}
.pro_nav ul li i{ margin-right: 5px; font-size:14px;}
.pro_nav ul li i.icon-jian_sekuai{ display: none; color:#d1000f;}
.pro_nav ul li p a{ width: calc(100% - 25px);}
.pro_nav ul li dl{ padding-left: 25px; font-size:15px; line-height:30px; margin-top:10px; display:none;}
.pro_nav ul li.on dl{ display: block;}
.pro_nav ul li.on i.icon-jian_sekuai{ display: block;}
.pro_nav ul li.on i.icon-jia{ display: none;}
.pro_nav ul li dl dt.on2 a{ color: #d1000f;}

.promain{ margin-top: 40px;}
.main_right{ width: 77%;}
.ny_pro_list ul li{ float: left; width: 32%; margin-right: 2%; margin-bottom: 30px;}
.proli{ background: #fff; border-radius: 5px; text-align:center; padding:20px 20px 30px;}
.ny_pro_list ul li:nth-child(3n){ margin-right:0;}
.proli .txt{color:#333; margin-top:20px;}
.proli p{ font-size: 18px; height: 30px; overflow:hidden;}
.proli span{ display: block; line-height: 30px; height: 30px;overflow:hidden; margin:10px 0 20px;}
.proli i{ display: inline-block; width: 30px; height: 30px; border-radius: 50%; line-height: 30px; text-align: center; color: #fff; background:#666; transition:.2s ease;}
.proli:hover i{ background:#d1000f;}

@media (max-width: 1024px){
    .main_left{ display: none;}
    .main_right{ width: 100%; float: none;}
}
@media (max-width: 768px){
    .ny_pro_list ul li{ width: 49%;}
    .ny_pro_list ul li:nth-child(3n){ margin-right:2%;}
    .ny_pro_list ul li:nth-child(2n){ margin-right:0;}
}
@media (max-width: 450px){
.ny_pro_list ul li{margin-bottom: 20px;}
.proli p{ font-size: 16px; height:24px;}
.proli{ padding: 10px 10px 15px;}
.proli span{ font-size: 14px; margin: 8px 0 10px;}

}
.proshow_top{ padding-bottom: 100px;}
.show_pic{ width: 55%;}
.show_txt{ width: 40%; padding-top:150px;}
.show_txt h2{ font-size: 54px; font-family: Arial; font-weight:bold;}
.show_txt h1{ font-size: 40px; font-weight: 500; margin:25px 0;}
.show_txt .des{ margin-bottom: 80px; color: #333;}
.show_txt .amore i{ margin-left: 0; margin-right: 5px; font-size:18px;}
.showswiper{ overflow: hidden; position:relative; padding-bottom:40px;}

.show_tab{ text-align: center;box-shadow: 0 0 8px 0 rgba(0,0,0,.1);}
.show_tab a{ display: inline-block; line-height: 78px;margin: 0 25px; color:#333; font-size:18px;}
.show_tab a.on,.show_tab a:hover{ color: #d1000f;}
.proshow_box .proitem{ padding-top: 70px;}
.proshow_box .proitem h3.tit{ font-size: 36px; font-family: sourb; text-align: center; margin-bottom: 35px;}
.prodown ul li{ width: 48%; margin-right: 4%; float: left; margin-bottom:25px;}
.prodown ul li:nth-child(2n){ margin-right:0;}
.prodown ul li a{ border-radius: 5px; background: #f8f8f8; padding: 25px 30px;}
.prodown ul li i.icon-pdf{ font-size: 22px; color: #d1000f; margin-right:25px;}
.prodown ul li i.icon-xiazai-wenjianxiazai-16{ display: inline-block; width: 20px; height: 20px; border-radius: 50%; background: #666666; color: #f8f8f8; font-size:12px; text-align:center;line-height:20px; transition:.2s ease;}
.prodown ul li p{ max-width: calc(100% - 80px); margin-right:auto;}
.prodown ul li span{ margin-left: auto; margin-right: 10px;}
.prodown ul li:hover i.icon-xiazai-wenjianxiazai-16{ background:#d1000f; }


.mianh{ height: 80px;}
.rel_pro h3.tit{ font-size: 36px; font-family: sourb; text-align: center; margin-bottom: 35px;}
.relswiper{ overflow: hidden; padding-bottom: 60px; position:relative;}

@media (max-width: 1281px){
    .show_txt{ padding-top: 60px;}
}
@media (max-width: 1024px){
.show_txt h2{ font-size: 45px;}
.show_txt h1{ font-size: 32px;}
.show_txt .des{ margin-bottom: 40px;}

}
@media (max-width: 768px){
    .show_pic{ width: 100%; float: none;}
    .show_txt{ width: 100%; float: none; padding-top: 30px;}
    .proshow_top{ padding-bottom: 50px;}
    .show_tab a{ width: 30%; margin:0;}
    .proshow_box .proitem{ padding-top: 40px;}
    .proshow_box .proitem h3.tit{ font-size: 26px; margin-bottom: 25px;}
    .prodown ul li{ width: 100%; float: none;}
    
}
@media (max-width: 450px){
    .show_txt h2{ font-size: 30px;}
    .show_txt h1{ font-size: 26px; margin: 15px 0;}
    .show_txt .des{margin-bottom: 25px;}
    .show_tab a{ font-size: 16px; line-height: 50px;}
    .rel_pro h3.tit{ font-size: 26px; margin-bottom: 25px;}
    .prodown ul li a{ padding: 20px 15px;}
    .prodown ul li i.icon-pdf{ margin-right: 15px;}
    .prodown ul li p{ max-width: calc(100% - 70px);}
    .prodown ul li{ margin-bottom: 15px;}
}
.ny_ban{ position: relative; width: 100%; overflow: hidden;}
.ny_ban img{ width: 100%;}
.ny_ban .nyban_txt{ width: 100%; position: absolute; top: 40%; left:0;}
.ny_ban .nyban_txt h3{ font-size: 54px;  line-height: 72px; color: #fff; font-family: sourb;}

.posi.gray_bg{ padding: 20px 0;}
.posi.gray_bg a:last-child{ color:#d1000f;}
.ny_sol_list { margin-top: 70px;}
.ny_sol_list ul li{ float: left; width: 32%; margin-right: 2%; margin-bottom:40px;}
.ny_sol_list ul li:nth-child(3n){ margin-right:0;}
.ny_sol_list ul li .pic{ border-radius: 10px; overflow: hidden; position:relative; margin-bottom:20px;}
.ny_sol_list ul li .pic .imgfd{ padding-top: 68%;}
.ny_sol_list ul li .pic .icon{ width: 94px; height: 94px; border-top-right-radius: 94px; background:#d1000f;  position:absolute; z-index:2; left:0; bottom:0; padding:28px 0 0 15px;}
.ny_sol_list ul li .pic .icon img{ height:45px;filter: grayscale(100%);-webkit-filter: grayscale(100%);filter: brightness(0%) invert(100%);-webkit-filter: brightness(0%) invert(100%);}
.ny_sol_list ul li h2{ font-size: 20px; font-family: sourb; text-align:center;}

@media (max-width: 1281px){
    .ny_ban .nyban_txt h3{ font-size: 44px; line-height: 60px;}
}
@media (max-width: 1024px){
    .ny_sol_list ul li .pic .icon{ width: 80px; height: 80px;}
}
@media (max-width: 768px){
.ny_sol_list{ margin-top: 40px;}
.ny_sol_list ul li{ width: 49%;}
.ny_sol_list ul li:nth-child(3n){ margin-right:2%;}
.ny_sol_list ul li:nth-child(2n){ margin-right:0;}
.ny_ban .nyban_txt h3{ font-size: 32px; line-height: 40px;}
.ny_sol_list ul li h2{ font-size: 18px;}
}

@media (max-width: 450px){
    .ny_ban img{ width: 130%; margin-left:-15%;}
    .ny_sol_list ul li .pic .icon img{ height: 36px;}
    .ny_sol_list ul li{ width: 100%; float: none; margin: 0 0 25px 0;}
    
}
.solmain .v_box{ margin: 60px 0 50px;}
.solmain .v_box .vpic,.solmain .v_box .video{ width: 49%; border-radius: 10px; overflow: hidden; background:#666;}
.solmain .v_box .vpic .imgfd{ padding-top: 66.67%;}
.solmain .v_box .vswiper{ overflow: hidden; position: relative;}
.solmain .v_box .video iframe{ width: 100%; height:450px;}
.soldes{ padding: 40px; border-radius:10px;}
.soldes h3{ font-size: 30px; font-weight: bold; margin-bottom: 25px; color:#d1000f;}
.sol_coop p{ font-size: 24px; margin:40px 0;}
.sol_coop .list ul li{ float: left; margin-bottom: 30px; width: 15%; margin-right: 2%; box-shadow:0 0 8px rgba(0,0,0,.1);}
.sol_coop .list ul li:nth-child(6n){ margin-right:0;}
.sol_coop .list ul li .imgfd{ padding-top: 45.5%;}
.sol_rel .proli{ border: 1px solid #e7e7e7;}
@media (max-width: 1281px){
.solmain .v_box .video iframe{height:360px;}

}
@media (max-width: 768px){
    .solmain .v_box .vpic, .solmain .v_box .video{ width: 100%; float: none;}
    .solmain .v_box .video{ margin-top: 30px;}
}
@media (max-width: 540px){
    .soldes{ padding: 25px 20px;}
    .sol_coop .list ul li{ width: 32%; margin-right: 2%; margin-bottom: 15px;}
    .sol_coop .list ul li:nth-child(3n){ margin-right:0;}
}
@media (max-width: 450px){
.solmain .v_box{ margin: 30px 0 20px;}
.soldes h3{ font-size: 24px; margin-bottom: 18px;}
.sol_coop p{ font-size: 20px; margin: 25px 0 20px;}
.solmain .v_box .video iframe{height:260px;}

}
.liucheng ul li{ float: left; width: 32%; margin-right: 2%; height:500px; border-radius:10px; overflow:hidden; box-shadow:0 0 15px rgba(0,0,0,.15);}
.liucheng ul li:nth-child(3n){ margin-right:0;}
.liucheng ul li .imgfd{ padding-top: 55.5%; height:50%;}
.liucheng ul li .txt{ height: 50%; padding: 40px 40px 0; text-align:center;}
.liucheng ul li .txt b{ font-family: dinb; color: #d1000f; font-size: 60px;}
.liucheng ul li .txt h2{ font-size: 24px; margin: 20px 0 15px;}
.sqmsg{ width: 940px; margin: 0 auto;}
.sqmsg .tit{ text-align: center; margin-bottom:30px;} 
.sqmsg .tit h3{ font-size: 36px; font-family: sourb; margin-bottom: 20px;}
.sqmsg .formbox{ margin-bottom: 30px;}
.sqmsg .formbox input,.sqmsg .formbox textarea{ width: 100%; background: #f5f5f5; border-radius: 5px; line-height:50px; padding-left:15px;}
.sqmsg .formbox.fl{ width: 49%; margin-right: 2%;}
.sqmsg .formbox.fl:nth-child(2n){ margin-right:0;}
.sqmsg .formbox label{ display: block; margin-bottom: 15px;}
.sqmsg .formbox label i{ color: #d1000f; margin-left:5px;}
.sqmsg input.sub{ cursor: pointer; background: #d1000f; color: #fff; width: 100%; line-height: 50px; text-align: center; border-radius:5px; transition:.2s ease;}
.sqmsg input.sub:hover{ box-shadow:0 0 15px rgba(209,0,15,.4);}

@media (max-width: 1441px){
    .liucheng ul li .txt b{ font-size: 50px;}
}
@media (max-width: 1024px){
    .liucheng ul li .txt{ padding: 30px 20px;}
    .liucheng ul li .txt h2{ font-size: 20px;}
    .sqmsg{ width: 96%;}
}

@media (max-width: 768px){
    .liucheng ul li{ float: none; width: 100%; margin: 0 0 20px 0; height:auto; overflow:hidden; text-align:left;}
    .liucheng ul li .imgfd{ height: auto; float: left; width:50%;}
    .liucheng ul li .txt{ float: right; width:50%;}
    .liucheng ul li .imgfd{  padding-top: 30%;}
    .liucheng ul li .txt h2{font-size: 18px; margin: 15px 0;}
    .mianh{ height: 30px;}
    
}
@media (max-width: 540px){
    .liucheng ul li .txt{ padding: 20px 15px 0 15px;}
    .liucheng ul li .txt b{font-size: 20px;}
    .liucheng ul li .txt h2{ font-size: 16px; margin:10px 0;}
    .sqmsg .tit h3{ font-size: 28px;}
}

@media (max-width: 450px){
    .liucheng ul li .imgfd{ height: 50%; float: none; width:100%;}
    .liucheng ul li .txt{ float: none; width:100%; padding:20px 15px;}
    .liucheng ul li .imgfd{  padding-top: 56%;}
    .sqmsg .formbox label{ font-size: 13px;}
    .sqmsg .formbox.fl{ width: 100%; float: none;}
    .sqmsg .formbox{ margin-bottom: 20px;}
    .sqmsg .formbox input, .sqmsg .formbox textarea{ line-height: 46px;}
    .sqmsg .formbox label{ margin-bottom: 8px;}
}
.qua_box .txt{ width: 45%; padding-top:20px;}
.qua_box .txt h3{ font-size: 36px; font-family: sourb; margin-bottom: 25px;}
.qua_box .imgfdd{ width: 50%; border-radius: 10px; overflow: hidden;}


.zlmb h3{ font-size: 36px; font-family: sourb; color: #fff; margin-bottom: 60px;}
.zlmb dl dt{ width: 23%; margin-right: auto; background: #fff; text-align: center; padding: 100px 70px; border-radius: 20px; }
.zlmb dl dt:nth-child(4){ margin-right:auto;}
.zlmb dl dt b{ display: block; color: #d1000f;  font-family: dinb; font-size:54px; line-height:54px; height:54px; margin-bottom:30px;}
.zlmb dl dt p{ font-size: 18px; height: 60px;}

.txzs .tit{ margin-bottom: 30px;}
.txzs .tit h3{ font-family: sourb; font-size: 36px; margin-bottom: 20px;}
.certswiper{ overflow: hidden; padding-bottom:50px; position:relative;}
.certswiper ul li{ text-align: center;}
.certswiper ul li .imgfd{ padding-top: 142.4%; margin-bottom:15px;}

@media (max-width: 1281px){
    .zlmb dl dt{ padding: 60px 40px;}
    .zlmb dl dt b{ font-size: 40px; line-height: 40px; height: 40px;}
    .zlmb dl dt p{font-size: 16px;}
}
@media (max-width: 1024px){
    .qua_box .txt h3,.zlmb h3,.txzs .tit h3{ font-size: 30px;}
    .zlmb h3{ margin-bottom: 35px;}
}
@media (max-width: 768px){
    .qua_box .txt{ width: 100%; float: none; padding-top:0;}
    .qua_box .imgfdd{ width: 100%; float: none; margin-top: 20px;}
    .zlmb dl dt{ padding: 30px 20px; width: 48%; margin-bottom:20px;}
    .zlmb dl dt p{ font-size: 14px; height: 48px;}
    .zlmb dl dt:nth-child(2n){ margin-right:0;}
}
@media (max-width: 450px){
    .qua_box .txt h3, .zlmb h3, .txzs .tit h3{ font-size: 26px; margin-bottom: 15px;}
    .zlmb dl dt b{ margin-bottom: 20px;}
}
.sup_main{ margin-top: 60px;}
.sup_main h3.tit{ font-size: 36px; font-family: sourb; margin-bottom: 40px;}
.suo_list .pic{ width: 57%; float:left;}
.suo_list ul li{ background: #f7f7f7; border-radius: 10px; overflow: hidden; margin-bottom:30px;}
.suo_list ul li .icon{ transition: .2s ease;}
.suo_list .txt{ width: 43%; padding: 70px 70px 0; float:right;}
.suo_list ul li:nth-child(2) .pic{ float:right;}
.suo_list ul li:nth-child(2) .txt{ float:left;}
.suo_list .imgfd{ padding-top: 50%;}
.suo_list h2{ font-size: 28px; font-family: sourb; margin:30px 0 20px; }
.suo_list h2 span{ font-family: "Microsoft Yahei"; font-size: 20px; margin-left: 10px;}
.suo_list ul li:hover .icon{ transform:translateY(-6px);}

.sup_msg .left{ width: 40%;}
.sup_msg .left .mtit{ margin-bottom: 100px;}
.sup_msg .left .mtit h3{ font-size: 36px; margin-bottom: 20px; font-family: sourb;}
.sup_msg .left .mtit p{ font-size: 18px;}
.sup_msg .left .sup_tel p{ font-size: 18px;}
.sup_msg .left .sup_tel b{ font-size: 30px; display: block; font-family: dinb; color: #d1000f; margin-top: 10px;}
.sup_msg .rightmsg{ width: 55%;}
.sup_msg .rightmsg input.fl,.sup_msg .rightmsg textarea{ line-height: 68px; margin-bottom: 10px; background: none; border-bottom: 1px solid #e7e7e7; font-size:14px; color:#333;}
.sup_msg .rightmsg textarea{ width: 100%;}
.sup_msg .rightmsg input.fl{ width: 49%; margin-right: 2%;}
.sup_msg .rightmsg input.fl:nth-child(2n){ margin-right:0;}
.sup_msg .rightmsg .sub{ width: 135px; background: #d1000f url(../images/fs.png) no-repeat 80%; color: #fff; text-align: center; padding-right: 20px; border-radius:5px; line-height:45px; cursor:pointer; margin-top:35px; transition:.2s ease;}
.sup_msg .rightmsg .sub:hover{ box-shadow:0 0 8px rgba(209,0,15,.4);}

@media (max-width: 1024px){
    .suo_list .txt{ padding: 40px 30px 0;}
    .suo_list ul li .icon img{ height: 40px;}
    .suo_list h2{ margin: 15px 0;}
}
@media (max-width: 768px){
    .suo_list .pic,.suo_list .txt{ width: 100%; float: none;}
    .suo_list .txt{ padding: 30px 20px 20px;}
    .sup_main h3.tit,.sup_msg .left .mtit h3{ font-size: 26px; margin-bottom: 25px;}
    .sup_main{ margin-top: 30px;}
}
@media (max-width: 450px){
.suo_list h2{ font-size: 22px;}
.suo_list h2 span{ font-size: 16px;}
.sup_msg .left,.sup_msg .rightmsg{ width: 100%; float: none;}
.sup_msg .left .mtit{ margin-bottom: 30px;}
.sup_msg .rightmsg input.fl, .sup_msg .rightmsg textarea{ line-height: 55px;}
.sup_msg .rightmsg input.fl{ width: 100%;float: none;}
.sup_msg .rightmsg .sub{ width: 100%; margin-top: 25px;}
}
.about_nav{ text-align: center;}
.about_nav a{ display: inline-block; margin: 0 50px; position: relative; font-size:18px; color:#666; line-height:80px;}
.about_nav a.on,.about_nav a:hover{ color:#d1000f;}
.about_nav a:after{ position:absolute; left: 0; bottom: 0; width: 0; transition: .2s ease; height: 3px; content: ''; background: #d1000f;}
.about_nav a.on:after,.about_nav a:hover:after{ width:100%;}
h3.h36{ font-size: 36px; font-family: sourb; margin-bottom: 30px;}
.ny_number dl dt{ margin-right:auto; padding-left:40px;}
.ny_number dl dt p{ font-size: 18px; color: #333; margin-bottom: 10px;}
.ny_number dl dt b{ font-family: dinb; font-size: 60px; color: #d1000f;}
.ny_number dl dt sub{ font-size: 18px; color: #333; margin-left: 10px;}
.aboutdes{ color: #333; margin: 40px 0;}

.facswiper{ overflow: hidden; padding-bottom: 50px; position: relative;}
.facswiper ul li .imgfd{ padding-top: 66.67%; border-radius: 10px;}
.ab_youshi ul li{ float: left; width: 24%; margin-right: 1.33%; margin-bottom: 30px; border-radius: 10px; box-shadow: 0 0 10px rgba(0,0,0,.1); position:relative; text-align:center; padding:40px 30px 20px; overflow:hidden; transition:.2s ease;}
.ab_youshi ul li:nth-child(4n){ margin-right:0;}
.ab_youshi ul li .txt{ margin-top: 25px;}
.ab_youshi ul li .txt h4{ font-size: 20px; color: #333; margin-bottom: 20px;}
.ab_youshi ul li .txt p{ line-height: 24px; height: 120px; font-size: 14px; text-align:left;}
.ab_youshi ul li .num{ position: absolute; width: 64px; height: 60px; background: url(../images/ysbg_08.png) no-repeat center; top:0; left:0; padding:10px 0 0 0; color:#fff; font-size:26px; font-family:dinb;}
.ab_youshi ul li:hover{ box-shadow:0 0 10px rgba(209,0,15,.4);}
.ab_youshi ul li .icon img{ transition: 2s ease;}
.ab_youshi ul li:hover .icon img{ transform:rotatey(360deg);}

.ablicheng{ position: relative;}
.ablicheng .play{ position: absolute; color:#fff; top:calc(50% - 50px); left:20%; cursor:pointer;}
.ablicheng .play i{ font-size: 100px;}
.ablicheng h3.h36{ color:#fff;}
.lc_box{ width: 55%; padding-top: 110px; height: 600px; background: #fff; border-top-left-radius: 100px; overflow: hidden; margin-top:80px; box-shadow:0 0 15px 0 rgba(0,0,0,.1);}
.lcswswiper{ width:40%; margin-left: 300px;}
.lcswswiper b{ font-size: 108px; font-family: dinb; color: rgba(0,0,0,.0);-webkit-text-stroke: 1px #db0010; text-stroke: 1px #db0010; opacity: .2; line-height:120px;}
.lcswswiper .swiper-slide-active b{ font-size: 160px; color: #d1000f; opacity:1;}
.lcswswiper .des{ margin: 40px 0; height:150px; opacity:0;}
.lcswswiper .des p{ color: #333; padding-left: 12px; position: relative;}
.lcswswiper .des p:after{ position:absolute; left: 0; top: 13px; width: 4px; height: 4px; background: #d1000f; border-radius: 50%; content:'';}
.lcswswiper .swiper-slide-active .des{ opacity: 1;}
.lcswswiper .swiperbtn{ border: 1px solid #d1000f; color:#d1000f;}
.lcswswiper .swiperbtn:hover{ color:#fff; background: #d1000f;}

.ab_cult ul{ height: 580px;}
.ab_cult ul li{ height: 100%; width:14%; position:relative; float:left; transition:.2s ease;}
.ab_cult ul li.on{ width: 58%;}
.ab_cult ul li img{ width: 100%; height: 100%; object-fit: cover;}
.ab_cult ul li .txt{ position: absolute; bottom: 80px; color: #fff; width: 70%; right: 0;}
.ab_cult ul li .txt h4{ font-size: 24px; padding-bottom:20px; border-bottom:1px solid rgba(255,255,255,.6); padding-right:20px;}
.ab_cult ul li.on .txt{ width: 80%; right: 10%;}
.ab_cult ul li .txt p{ margin-top: 20px; display:none;}
.ab_cult ul li.on .txt p{ display: block;}


.ab_ryzz .top h3{ margin-bottom: 0; margin-right: auto;}
.ab_ryzz .top{ margin-bottom: 30px;}
.ab_ryzz .top .ry_nav li{ display: inline-block; font-weight: bold; margin-left: 80px; position:relative;}
.ab_ryzz .top .ry_nav li a{ color:#333; display:inline-block; line-height:48px;}
.ab_ryzz .top .ry_nav li.active a{ color: #d1000f;}
.ab_ryzz .top .ry_nav li:after{ position:absolute; left: 0; bottom: 0; height: 2px; width: 0; content: ''; background: #d1000f; transition:.2s ease;}
.ab_ryzz .top .ry_nav li.active:after,.ab_ryzz .top .ry_nav li:hover:after{ width:100%;}


.ry_list{ width: 100%; margin-top:40px;}
.ryswiper{ overflow: hidden;}
.ryswiper .imgfd{ padding-top: 142%;}
.ryswiper .pic{ background:#fff; border-radius:5px; padding: 5px; box-shadow:0 0 8px rgba(0,0,0,.1);}
.ryswiper .swiper-slide{  padding:0 30px;}
.ryswiper .swiper-wrapper{ align-items: flex-end;text-align: center;}
.ryswiper .swiper-slide.swiper-slide-active{ padding:0;}
.ryswiper .swiper-slide p{ font-size: 14px; line-height: 24px; height: 48px; margin-top: 20px;}
.ab_hzhb .tit{ margin-bottom: 30px;}

@media (max-width: 1441px){
    .lcswswiper .swiper-slide-active b{font-size: 120px;}
    
}

@media (max-width: 1281px){
.lc_box{ width: 70%; padding-top:70px;}
.ab_cult ul{ height: 480px;}
.ab_cult ul li .txt h4{ font-size: 20px;}
.ab_cult ul li .txt{ width: 80%;}

}
@media (max-width: 1024px){
    .about_nav a{ width: 19%; margin: 0;}
    .lc_box{ height: 500px;}
    
}
@media (max-width: 768px){
    .ny_number dl dt{ width: 45%; margin-bottom:20px;}
    h3.h36{ font-size: 26px; margin-bottom: 25px;}
    .ab_youshi ul li{ width: 49%; margin-right: 2%;}
    .ab_youshi ul li:nth-child(2n){ margin-right:0;}
    .lcswswiper{ margin-left: 20%;}
    .lcswswiper b{font-size: 70px; line-height: 80px;}
    .lcswswiper .swiper-slide-active b{ font-size: 90px;}
    .lc_box{ width: 90%; margin-top: 30px; padding-top: 40px; height:400px;}
    .lcswswiper .des{margin: 25px 0;}
    .ab_cult ul{ height: 600px;}
    .ab_cult ul li{ height: 50%; width:50%;}
    .ab_cult ul li.on{ width: 50%;}
    .ab_cult ul li .txt p{ display: block;}
    .ab_cult ul li.on .txt{ right: 0; width:90%;}
    .ab_cult ul li .txt{ width: 90%; bottom:30px;}
}
@media (max-width: 450px){
    .about_nav a{ font-size: 15px; line-height: 56px;}
    .ny_number dl dt p{ font-size: 16px;}
    .ny_number dl dt{ padding-left: 15px;}
    .ny_number dl dt sub{font-size: 14px;}
    .ny_number dl dt b{ font-size: 40px;}
    .aboutdes{ margin: 25px 0;}
    .ab_youshi ul li{padding: 25px 15px 15px; margin-bottom:20px;}
    .ab_youshi ul li .txt h4{font-size: 18px; margin-bottom: 15px;}
    .ab_youshi ul li .txt{margin-top: 15px;}
    .ab_youshi ul li .icon img{ height: 40px;}
    .ab_youshi ul li .txt p{ font-size: 12px; line-height: 20px; height: 140px;}
    .lcswswiper b{font-size: 40px; line-height: 45px;}
    .lcswswiper .swiper-slide-active b{ font-size: 50px;}
    .lc_box{ width: 100%;}
    .ab_cult ul li .txt h4{ font-size: 16px;}
    .ryswiper .swiper-slide{padding: 0 15px;}
    h3.h36{margin-bottom: 20px;}
}
.joinmain .top{ color: #333; margin-bottom: 40px;}
.joinmain .top a{ color: #d1000f;}


.join_list .join_tit{ padding: 25px 45px; color:#333;}
.join_list .join_tit p{ margin-right: auto;}
.join_list .join_tit p.name{ font-size: 20px; min-width:30%; margin-right:20px;}
.join_list .join_tit p i{ font-size: 22px; color: #d1000f; margin-right: 10px; font-weight:bold;}
.join_list ul li{ border-top: 1px solid #e7e7e7;}
.join_list .join_tit i.jt{ width: 32px; height: 32px; line-height: 32px; text-align: center; color: #fff; background: #dadada; border-radius:50%; cursor:pointer;}
.join_box{ padding: 45px; display:none;}
.join_box h4.joint{ font-size: 18px; color: #333; margin-bottom:20px;}
.join_list li .join_tit.on{ background: #f6f6f6;}
.join_list li .join_tit.on i.jt{ background: #d1000f; transform: rotate(180deg);}

.fclist { position: relative;}
.fcswiper{ overflow: hidden;}
.fcswiper .swiper-wrapper{ height: 540px;}
.fcswiper .swiper-wrapper li .imgfd{ border-radius: 10px; overflow: hidden;}
.fcswiper ul li{height:calc((100% - 20px) / 2) !important}
.fclist .swiperbtn{font-size: 30px; font-weight:bold; bottom:calc(50% - 20px); }
.fclist .swiper-button-prev{ left: -50px;}
.fclist .swiper-button-next{ right: -50px;}
.fclist .swiperbtn:hover{ color:#d1000f;}

.fl_list ul li{ float: left; width: 18%; margin-right: 2.5%; margin-bottom: 30px; background: #f7f7f7; border-radius:10px; text-align:center; padding:30px 0; transition:.2s ease;}
.fl_list ul li:nth-child(5n){margin-right:0;}
.fl_list ul li .pic{ width: 106px; height: 106px; display: inline-block; border-radius: 50%; margin-bottom: 15px; background:#fff; padding-top:18px;}
.fl_list ul li p{ font-size: 18px; height:30px;}
.fl_list ul li:hover{ background:#d1000f; color: #fff;}

@media (max-width: 1024px){
.join_list .join_tit{padding: 20px 30px;}
.join_box{ padding: 20px 30px;}
}

@media (max-width: 768px){
.join_list .join_tit p.name{ font-size: 16px;}
.fcswiper .swiper-wrapper{ height: 400px;}
.fl_list ul li .pic{ width: 80px; height: 80px; padding-top: 10px;}
.fl_list ul li .pic img{ height: 60px;}
.fl_list ul li p{ font-size: 16px;}
.fl_list ul li{ padding: 20px 0; margin-bottom: 20px;}
}
@media (max-width: 540px){
    .join_list .join_tit p i{ font-size: 18px;}
    .join_list .join_tit{ padding: 10px 15px;}
    .join_box{padding: 20px 15px;}
    .join_list .join_tit i.jt{ width: 26px; height: 26px; line-height: 26px;}
    
}
@media (max-width: 450px){
     .join_list .join_tit p i{ display: none;}
     .join_list .join_tit p.name{margin-right: 8px;}
     .fl_list ul li{ width: 49%; margin-right: 2%; display:flex; align-items:center; padding:15px 20px;}
     .fl_list ul li:nth-child(5n){ margin-right:2%;}
     .fl_list ul li:nth-child(2n){ margin-right: 0%;}
     .fl_list ul li .pic{ margin-bottom: 0;width: 60px; height: 60px; margin-right:20px;}
     .fl_list ul li .pic img{ height:40px; }
     .fcswiper .swiper-wrapper{height: 320px;}
     .join_box h4.joint{ font-size: 16px; margin-bottom: 15px;}
     
}
.down_nav{ margin: 40px 0; text-align:center;}
.down_nav a{ display: inline-block; line-height: 40px; width: 140px; text-align: center; border-radius: 5px; background: #f5f5f5; margin:0 20px;}
.down_nav a.on,.down_nav a:hover{ background:#d1000f; color: #fff;}
.down_box .down_item{ padding: 25px 30px; border-radius: 10px; box-shadow: 0 0 8px rgba(0,0,0,.1); margin-bottom:30px;}
.down_box .down_item h4{ color: #333; font-size: 22px; padding-left: 15px; line-height: 20px; font-weight: bold; border-left: 3px solid #d1000f; margin-bottom:25px;}
.down_item ul li{ float: left; width: 49%; margin-right: 2%; margin-bottom:20px; border-radius:5px; border:1px solid #e7e7e7; padding:20px;}
.down_item ul li:nth-child(2n){ margin-right:0;}
.down_item ul li .left{ display:flex; align-items:flex-start; width:calc(100% - 130px); margin-right:auto;}
.down_item ul li a{ display: flex; align-items: flex-end;}
.down_item ul li .left .pic{ width: 28%; margin-right:40px;}
.down_item ul li span{ display: inline-block; width: 125px; line-height: 34px; background: #f5f5f5; text-align:center; border-radius:5px; font-size:14px; transition:.2s ease;} 
.down_item ul li span i{ width: 18px; height: 18px; border-radius: 50%; background: #666666; color: #f5f5f5; font-size: 12px; line-height: 18px; text-align:center; margin-right:8px; display:inline-block;}
.down_item ul li:hover span{ background:#d1000f; color: #fff;}
.down_item ul li:hover span i{ background:#fff; color: #d1000f;}

@media (max-width: 768px){
    .down_item ul li{ width: 100%; float: none;}
}
@media (max-width: 450px){
    .down_nav{ margin: 25px 0;}
    .down_box .down_item{padding: 20px 15px;}
    .down_box .down_item h4{ font-size: 18px; line-height: 18px; height: 18px;}
    .down_item ul li{ padding: 10px;}
    .down_item ul li a{ display: block; overflow:hidden;}
    .down_item ul li span{ float:right;}
    .down_item ul li .left{ width: 100%;}
}
.newsmain{ margin-top: 40px;}
.ny_news_list ul li{ margin-bottom: 35px;}
.ny_news_list ul li .pic{ width: 30%; border-radius:5px; overflow:hidden;}
.ny_news_list ul li .imgfd{ padding-top: 66.7%;}
.ny_news_list ul li .txt{ width: 68%; padding-top:30px;}
.ny_news_list ul li .txt h2 a{ font-size: 20px; color: #333; display:block; line-height:30px; height:30px; overflow:hidden;}
.ny_news_list ul li .tag{ margin: 10px 0; font-size: 14px;}
.ny_news_list ul li .tag a{ color: #d1000f; margin-right: 5px;}
.ny_news_list ul li p{ height: 48px; line-height: 24px; overflow: hidden; margin-bottom: 30px;}
.ny_news_list ul li span{ font-family: din; color: #999;}
.ny_news_list ul li a.fr{ color: #333;}
.ny_news_list ul li:hover h2 a,.ny_news_list ul li:hover a.fr{ color:#d1000f;}

.nynews_nav h3{ font-family: sourb; font-size: 22px; margin-bottom: 20px;}
.nynews_nav a{ display: block; line-height: 40px;}
.nynews_nav a:hover,.nynews_nav a.on{ color:#d1000f;}

.hot_news{ margin-top: 40px;}
.hot_news h3{ font-family: sourb; font-size: 22px; margin-bottom: 20px;}
.hot_news a{ display: block; margin-bottom: 25px;}
.hot_news a .pic{ width: 38%;}
.hot_news a .txt{ width: 58%;}
.hot_news a .txt p{ font-size: 15px; line-height: 24px; height: 48px; overflow:hidden; margin-bottom:5px;}
.hot_news a .txt span{ color: #999; font-family: din; color: #999; font-size:14px;}
.hot_news a .pic .imgfd{ padding-top: 66.8%;}
.hot_news a:hover p{ color:#d1000f;}
.fwyp{ margin-top: 40px; border-radius: 10px; padding: 60px 0; text-align: center;}
.fwyp h3{ font-size: 36px; font-family: sourb; line-height:45px; margin-bottom:30px;}
.fwyp .amore span{ padding: 0 30px;}

@media (max-width: 1024px){
    .ny_news_list ul li .txt{ padding-top: 0;}
}
@media (max-width: 768px){
    .ny_news_list ul li p{ margin-bottom: 15px;}
}
@media (max-width: 540px){
    .ny_news_list ul li .txt h2 a{ font-size: 16px;}
    .ny_news_list ul li p{ display: none;}
    .ny_news_list ul li a.fr,.ny_news_list ul li a.fr i,.ny_news_list ul li span{font-size: 12px;}
    .ny_news_list ul li .tag{ font-size: 12px; margin: 5px 0;}
    .newsmain{ margin-top: 25px;}
    .ny_news_list ul li{ margin-bottom: 20px;}
}
.newshow h1{ font-size: 30px;}
.newshow .news_info{ padding: 35px 0; border-bottom: 1px solid #f5f5f5; font-size:14px;}
.newshow .news_info .date{ margin-right: auto;}
.newshow .news_info .date i{ margin-right: 5px;}
.newshow .news_info .date i,.newshow .news_info .cate span{ color: #d1000f;}
.newshow .show_content{ padding: 40px 0;}
.newshow .tag{ margin-bottom: 30px; font-size:14px; line-height:18px;}
.newshow .tag a{ display: inline-block; padding: 0 15px; border-radius: 9px; border:1px dashed #d1000f; margin-left:5px; margin-bottom:10px; transition:.2s ease;}
.newshow .tag a:hover{ background:#d1000f; color: #fff;}
.show_content{ width: 100%; overflow: hidden;}
.show_content img{ max-width: 100%;}
.page_btn{ padding-top: 40px; border-top:1px solid #e2e2e2; align-items:flex-start;}
.page_btn .back{ margin: 0 auto;}
.page_btn .back a i{ margin-right: 10px;}
.page_btn .next{ text-align: right;}
.page_btn a:hover{ color:#d1000f;}
.page_btn .next,.page_btn .prev{ width: 35%;}

@media (max-width: 768px){
    .newshow h1{font-size: 24px;}
    .newshow .news_info{ padding:25px 0;}
    .page_btn{ font-size: 14px;}
}
@media (max-width: 540px){
    .page_btn{ display: block;}
    .page_btn .next, .page_btn .prev{ width: 100%; margin-top:15px;}
    .page_btn .back{ display: none;}
    .page_btn .next{ text-align: left;}
    .newshow h1{font-size: 20px;}
    .newshow .news_info{ padding: 15px 0;}
    .newshow .show_content{ padding: 25px 0;}
    .newshow .tag{margin-bottom: 20px;}
    .page_btn{ padding-top: 15px;}
}
.lx_top{ margin-top: 50px;}
.lx_top h3.h36{ margin-bottom: 15px;}
.lx_top dl{ margin-top: 60px;}
.lx_top dl dt{ width: 25%; text-align:center; position:relative; color:#333; padding:0 40px;}
.lx_top dl dt i{ font-size: 40px; font-weight: bold;}
.lx_top dl dt p{ font-size: 20px; margin: 15px 0 10px;}
.lx_top dl dt span{ font-size: 18px; font-family:din;}
.lx_top dl dt.qr .box{ margin: 0 auto;}
.lx_top dl dt.qr img{ width: 90px;}
.lx_top dl dt.qr p{ color: #666; color: #888888; font-size: 13px;}
.lx_top dl dt:after{ position:absolute; right: 0; width: 1px; height: 50px; background: #dbdbdb; content: ''; top:calc(50% - 25px);}
.lx_top dl dt:nth-child(4):after{ display:none;}

.map{ width: 100%; overflow: hidden; margin:60px 0 50px;}
.c_ywfb .left{ width: 40%;}
.c_ywfb .imgfdd{ width: 55%;}
.c_ywfb .left p{ font-size: 15px; line-height: 24px; color:#333;}

@media (max-width: 1024px){
    .lx_top dl{ margin-top: 35px;}
    .lx_top dl dt{ padding: 0 20px;}
    .lx_top dl dt span{ font-size: 16px;}
}
@media (max-width: 768px){
    .lx_top dl dt{ width: 50%; margin-bottom:25px;}
}
@media (max-width: 540px){
    .map{ margin: 30px 0;}
    .c_ywfb .left{ width: 100%; float: none;}
    .c_ywfb .imgfdd{ width: 100%; float: none;}
    
}
@media (max-width: 450px){
    .lx_top dl dt i{ font-size: 30px;}
    .lx_top dl dt.qr img{ width: 70px;}
    .lx_top dl dt{padding: 0 10px;}
    .map{ display: none;}
    .lx_top{ margin-top: 30px;}
}
.right_online{position: fixed;top: 40%;right: 20px;z-index: 999;}
.right_online li{text-align: center;position: relative;margin-bottom: 5px;cursor: pointer;}
.right_online li span{font-size: 26px;color: #fff;background: #c4002b;position: relative;z-index: 2;border-radius: 100%;display: block;line-height: 55px;width: 55px;height: 55px;}
.right_online li .box{
	position: absolute;right: 25px;top: 0;max-width: 0px;height: 55px;line-height: 55px;background: #c4002b;border-radius: 30px;border-top-right-radius: 0;border-bottom-right-radius: 0;
	overflow:hidden;
	-webkit-transition:max-width 0.3s linear;
	-moz-transition:max-width 0.3s linear;
	transition:max-width 0.3s linear;
}
.right_online li:hover .box{max-width:300px;z-index: 1;}
.right_online li .box .p{color: #fff;font-size: 16px;width: 100%;white-space: nowrap;padding-left: 30px;padding-right: 40px;display: flex;}
.right_online li.inq .addnum{width: 18px;height: 18px;position: absolute;top: 0;right: 0;text-align: center;line-height: 18px;background: red;color: #fff;border-radius: 500px;display: block;font-size: 12px;z-index: 9;}
.right_online li .ewmtp{width: 120px;height: 120px;right: 55px;background: none;border-radius: 0;}
.right_online li .ewmtp .p{padding: 0;}
.right_online li .ewmtp img{ width: 120px; height:120px;}

.ryfdimg{ position: fixed; width: 100%; height: 100%; background: rgba(0,0,0,.4); top:0; left:0; display:none;z-index:10;}
.ryfdimg .imgbox{ position: absolute; width: 600px; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.ryfdimg .imgbox img{ width: 100%;}
.sptc{ position: fixed; width: 100%; height: 100%; background: rgba(0,0,0,.4); top:0; left:0;z-index:10; display:none;}
.sptc .tcbox{ position: absolute; width: 60%; padding:50px 40px; left: 50%; top: 50%; transform: translate(-50%,-50%); background:#fff;}
.sptc .tcclose{position: absolute; top: 20px; right: 20px; font-size:30px; cursor:pointer;}
.sptc .tcbox iframe{ width: 100%; height:600px;}
