@charset "utf-8";
*{margin: 0; padding: 0; outline: none; /*outline: 1px solid #EDE;*/ font-family: /*Hiragino Sans GB,*/ Microsoft YaHei, SimSun, sans-serif; -webkit-font-smoothing: antialiased; color: #444; box-sizing: border-box;}
h1,h2,h3,h4,h5,h6,i,b,em{font-size:medium; font-weight:normal; font-style:normal;}
a:link,a:visited,a:hover,a:active{-webkit-tap-highlight-color: rgba(0,0,0,0); text-decoration: none;}
img{vertical-align: middle;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color: #CCC;}
input::-moz-placeholder,textarea::-moz-placeholder{color: #CCC;}
input:-moz-placeholder,textarea:-moz-placeholder{color: #CCC;}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{color: #CCC;}
body{min-width: 1400px; font-size: 16px;}


.guest{position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(120,120,120,.7); display: flex; flex-direction: column; justify-content: center; align-items: center; z-index: 9999;}
.guest .guest-box{width: 500px; background-color: #FFF; background-image: url(../img/guest-bg.png); background-position: -100px -100px; background-repeat: no-repeat; border-right: 8px; border-radius: 8px; box-shadow: 0 0 30px rgba(0,0,0,.5); padding: 50px;}
.guest .guest-box .guest-header{display: flex; flex-direction: column; align-items: center; margin-bottom: 20px;}
.guest .guest-box .guest-header .guest-title{font-size: 30px; font-weight: bold; color: #666;}
.guest .guest-box .guest-header .guest-title span{color: #D2202A;}
.guest .guest-box .guest-header .guest-line{width: 20px; height: 4px; background-color: #D2202A; margin-top: 5px;}
.guest .guest-box .guest-main{}
.guest .guest-box .guest-main .guest-item{margin-bottom: 40px;}
.guest .guest-box .guest-main .guest-item .form-input{width: 100%; height: 45px; border: 1px solid #D4222A; font-size: 16px; line-height: 45px; padding: 0 15px;}
.guest .guest-box .guest-main .guest-item .form-textarea{width: 100%; height: 145px; border: 1px solid #D4222A; font-size: 16px; padding: 15px 15px;}
.guest .guest-box .guest-footer{}
.guest .guest-box .guest-footer .guest-tool{display: flex;}
.guest .guest-box .guest-footer .guest-tool div{flex: 1;}
.guest .guest-box .guest-footer .guest-tool div .btn{width: 100%; height: 45px; border: none; font-size: 16px; font-weight: bold; color: #FFF; text-align: center; line-height: 45px; cursor: pointer;}


.header{position: fixed; left: 0; top: 0; width: 100%; height: 120px; padding: 0 40px; z-index: 99; display: flex; justify-content: space-between; align-items: center; transition: all .3s;}
.header *{transition: all .3s;}
.header .header-side{}
.header .header-side .header-logo{}
.header .header-side .header-logo-active{display: none;}
.header .header-side .header-menu{display: flex;}
.header .header-side .header-menu-item{position: relative;}
.header .header-side .header-menu-item > a{display: block; font-size: 16px; color: #FFF; line-height: 38px; white-space: nowrap; padding: 0 20px;}
.header .header-side .header-menu-item > div{transition: all .6s; position: absolute; left: 0; min-width: 100%; max-height: 0; background-color: #FFF; box-shadow: 1px 1px 6px rgba(0,0,0,.1); overflow: hidden; display: flex; flex-direction: column;}
.header .header-side .header-menu-item > div a{font-size: 14px; color: #444; text-align: center; line-height: 38px; white-space: nowrap; padding: 0 15px;}
.header .header-side .header-menu-item > div a:hover{background-color: #C11E26; color: #FFF;}
.header .header-side .header-menu-item:hover > a{background-color: #C11E26; color: #FFF;}
.header .header-side .header-menu-item:hover > div{max-height: 500px;}


.header-active{height: 90px; background-color: rgba(193,30,38,.8);}
.header-active .header-side .header-logo{display: none;}
.header-active .header-side .header-logo-active{display: inline-block; height: 46px;}


.banner{position: relative;}
.banner .swiper-container{height: 100%;}
.banner .swiper-container .swiper-wrapper{height: 100%;}
.banner .swiper-container .swiper-wrapper .swiper-slide{height: 100%;}
.banner .swiper-container .swiper-wrapper .swiper-slide img{width: 100%; height: 100%; object-fit: cover;}
.banner .swiper-button-prev{width: 40px; height: 70px; left: 0; background-image: none; background-color: rgba(0,0,0,.2); text-align: center; line-height: 70px; margin-top: -40px;}
.banner .swiper-button-prev img{height: 30px; transform: rotate(90deg); filter: invert(100%);}
.banner .swiper-button-prev:hover{background-color: rgba(0,0,0,.5);}
.banner .swiper-button-next{width: 40px; height: 70px; right: 0; background-image: none; background-color: rgba(0,0,0,.2); text-align: center; line-height: 70px; margin-top: -40px;}
.banner .swiper-button-next img{height: 30px; transform: rotate(-90deg); filter: invert(100%);}
.banner .swiper-button-next:hover{background-color: rgba(0,0,0,.5);}
.banner .poster{position: absolute; left: 0; right: 0; bottom: 50px; width: 1200px; height: 140px; background-color: #D4222A; padding: 30px 0; margin: 0 auto; z-index: 10; display: flex; justify-content: center;}
.banner .poster .poster-item{padding: 0 55px;}
.banner .poster .poster-item h3{font-size: 16px; color: #FFF;}
.banner .poster .poster-item div span{font-size: 44px; font-weight: bold; color: #FFF;}
.banner .poster .poster-item div i{font-size: 24px; color: #FFF;}
.banner .poster .poster-item a{display: inline-block; border: 2px solid #FFF; font-size: 16px; font-weight: bold; color: #FFF; line-height: 50px; padding: 0 25px; margin-top: 13px;}
.banner .poster .poster-item:not(:last-child){border-right: 1px solid rgba(255,255,255,.2);}


.wrap{}
.wrap .wrap-main{width: 1200px; padding: 80px 0; margin: 0 auto;}
.wrap .wrap-main .wrap-main-head{text-align: center; padding-bottom: 40px;}
.wrap .wrap-main .wrap-main-head .wrap-main-title{font-size: 48px; font-weight: bold; color: #666;}
.wrap .wrap-main .wrap-main-head .wrap-main-title span{color: #D2202A;}
.wrap .wrap-main .wrap-main-head .wrap-main-text{font-size: 16px; color: #555; padding-top: 10px;}
.wrap .wrap-main .wrap-main-bar{text-align: center; padding-top: 50px;}
.wrap .wrap-main .wrap-main-bar a{display: inline-block; width: 130px; height: 46px; background-color: #DE3038; font-size: 14px; color: #FFF; text-align: center; line-height: 46px;}


.about{display: flex; justify-content: space-between;}
.about .about-side{width: 570px;}
.about .about-side .about-title{height: 76px; font-size: 38px; font-weight: bold; color: #555; display: flex; justify-content: center; align-items: center;}
.about .about-side .about-title:before{content: ""; width: 50px; height: 76px; background-image: url(../img/bg-about-left.png); background-repeat: no-repeat; background-position: left top;}
.about .about-side .about-title:after{content: ""; width: 50px; height: 76px; background-image: url(../img/bg-about-right.png); background-repeat: no-repeat; background-position: right bottom;}
.about .about-side .about-text{font-size: 14px; color: #555; line-height: 28px; padding-top: 30px;}
.about .about-side .about-bar{text-align: right; padding-top: 30px;}
.about .about-side .about-bar a{display: inline-block; width: 130px; height: 46px; background-color: #DE3038; font-size: 14px; color: #FFF; text-align: center; line-height: 46px;}
.about .about-side .about-video{width: 570px; height: 350px; vertical-align: middle;}


.team{position: relative;}
.team .swiper-container{}
.team .swiper-slide{width: 640px; height: 400px; background: #FFF; box-shadow: 0 8px 30px rgba(0,0,0,.2);}
.team .swiper-slide > img{width: 640px; height: 400px;}
.team .swiper-slide > div{position: absolute; left: 0; bottom: 0; width: 100%; height: 60px; background-color: #DE3038; padding: 0 20px; display: none; justify-content: space-between; align-items: center;}
.team .swiper-slide > div h3{font-size: 18px; font-weight: bold; color: #FFF;}
.team .swiper-slide > div span{}
.team .swiper-slide > div span img{width: 26px; height: 26px;}
.team .swiper-pagination{width: 100%; bottom: 20px;}
.team .swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 5px; border: 3px solid #FFF; background-color: #D5D5D5; width: 10px; height: 10px; opacity: 1;}
.team .swiper-pagination-bullets .swiper-pagination-bullet-active{border: 3px solid #00AADC; background-color: #FFF;}
.team .swiper-button-prev{width: 40px; height: 70px; left: 0; line-height: 70px; background-image: none; text-align: center; margin-top: -40px;}
.team .swiper-button-prev img{height: 30px; transform: rotate(90deg); opacity: .3;}
.team .swiper-button-next{width: 40px; height: 70px; right: 0; line-height: 70px; background-image: none; text-align: center; margin-top: -40px;}
.team .swiper-button-next img{height: 30px; transform: rotate(-90deg); opacity: .3;}


.busine{position: relative;}
.busine .swiper-container{}
.busine .swiper-container .swiper-wrapper{}
.busine .swiper-container .swiper-wrapper *{transition: all .3s;}
.busine .swiper-container .swiper-wrapper .swiper-slide{width: 277px; height: 220px; background-color: #F5F5F5; background-image: url(../img/bg-busine.png); background-repeat: no-repeat; padding: 20px; display: flex; flex-direction: column; justify-content: center; align-items: center;}
.busine .swiper-container .swiper-wrapper .swiper-slide span{position: absolute; left: 0; top: 5px; width: 40px; font-size: 20px; font-weight: bold; color: #FFF; text-align: center;}
.busine .swiper-container .swiper-wrapper .swiper-slide img{height: 50px;}
.busine .swiper-container .swiper-wrapper .swiper-slide h3{font-size: 20px; font-weight: bold; margin: 10px 0;}
.busine .swiper-container .swiper-wrapper .swiper-slide p{font-size: 14px; color: #888; text-align: center; line-height: 24px;}
.busine .swiper-container .swiper-wrapper .swiper-slide:hover{background-color: #DE3038; background-image: none;}
.busine .swiper-container .swiper-wrapper .swiper-slide:hover span{display: none;}
.busine .swiper-container .swiper-wrapper .swiper-slide:hover img{filter: brightness(300%);}
.busine .swiper-container .swiper-wrapper .swiper-slide:hover h3{color: #FFF;}
.busine .swiper-container .swiper-wrapper .swiper-slide:hover p{color: #FFF;}
.busine .swiper-button-prev{width: 40px; height: 70px; left: -60px; line-height: 70px; background-image: none; text-align: center; margin-top: -40px;}
.busine .swiper-button-prev img{height: 30px; transform: rotate(90deg); opacity: .3;}
.busine .swiper-button-next{width: 40px; height: 70px; right: -60px; line-height: 70px; background-image: none; text-align: center; margin-top: -40px;}
.busine .swiper-button-next img{height: 30px; transform: rotate(-90deg); opacity: .3;}


.progress{position: relative;}
.progress .swiper-container{}
.progress .swiper-container .swiper-wrapper{}
.progress .swiper-container .swiper-wrapper *{transition: all .3s;}
.progress .swiper-container .swiper-wrapper .swiper-slide{width: 260px; height: 210px; padding-left: 15px;}
.progress .swiper-container .swiper-wrapper .swiper-slide h3{font-size: 20px; font-weight: bold; color: #FFF; line-height: 40px;}
.progress .swiper-container .swiper-wrapper .swiper-slide h3:before{content: ""; position: absolute; right: 0; top: 20px; width: 45%; height: 2px; background: rgba(255,255,255,.5);}
.progress .swiper-container .swiper-wrapper .swiper-slide p{position: absolute; left: 15px; top: 70px; width: 400px; font-size: 14px; color: #FFF; line-height: 24px; z-index: 1; display: none;}
.progress .swiper-container .swiper-wrapper .swiper-slide-active{width: 360px;}
.progress .swiper-container .swiper-wrapper .swiper-slide-active h3{font-size: 40px; color: #FFF;}
.progress .swiper-container .swiper-wrapper .swiper-slide-active h3:before{width: 30%;}
.progress .swiper-container .swiper-wrapper .swiper-slide-active p{display: inline-block;}

.progress .swiper-button-prev{width: 40px; height: 70px; left: -60px; line-height: 70px; background-image: none; text-align: center; margin-top: -40px;}
.progress .swiper-button-prev img{height: 30px; transform: rotate(90deg); filter: invert(100%); opacity: .3;}
.progress .swiper-button-prev:hover img{opacity: .7;}
.progress .swiper-button-next{width: 40px; height: 70px; right: -60px; line-height: 70px; background-image: none; text-align: center; margin-top: -40px;}
.progress .swiper-button-next img{height: 30px; transform: rotate(-90deg); filter: invert(100%); opacity: .3;}
.progress .swiper-button-next:hover img{opacity: .7;}

.progress:before{content: ""; position: absolute; top: 20px; width: 18%; height: 2px; background: rgba(255,255,255,.5); left: -18%;}
.progress:after{content: ""; position: absolute; top: 20px; width: 18%; height: 2px; background: rgba(255,255,255,.5); right: -18%;}


/*.news{display: flex; justify-content: space-between;}
.news .news-side{width: 570px;}
.news .news-side .news-img{display: block; position: relative;}
.news .news-side .news-img img{width: 570px; height: 370px;}
.news .news-side .news-img h3{position: absolute; left: 0; bottom: 0; width: 100%; height: 60px; background-color: rgba(0,0,0,.7); font-size: 16px; font-weight: bold; color: #FFF; text-align: center; line-height: 60px;}
.news .news-side .news-list{}
.news .news-side .news-list .news-list-item{display: flex;}
.news .news-side .news-list .news-list-item .news-list-main{flex: 1; border-right: 2px solid #EEE; padding-right: 20px;}
.news .news-side .news-list .news-list-item .news-list-main a{display: block; font-size: 16px; color: #444; padding-bottom: 5px;}
.news .news-side .news-list .news-list-item .news-list-main div{font-size: 14px; color: #888; line-height: 20px;}
.news .news-side .news-list .news-list-item .news-list-side{text-align: center; padding-left: 20px;}
.news .news-side .news-list .news-list-item .news-list-side div{font-size: 30px; color: #444;}
.news .news-side .news-list .news-list-item .news-list-side span{display: block; font-size: 14px; color: #666;}
.news .news-side .news-list .news-list-item:not(:last-child){margin-bottom: 35px;}*/


.news{display: flex; justify-content: space-between;}
.news .news-side{width: 570px;}
.news .news-side .news-img{}
.news .news-side .news-img .swiper-container{display: block; position: relative;}
.news .news-side .news-img .swiper-container .swiper-wrapper{}
.news .news-side .news-img .swiper-container .swiper-wrapper .swiper-slide{width: 570px; height: 370px;}
.news .news-side .news-img .swiper-container .swiper-wrapper .swiper-slide img{width: 570px; height: 370px;}
.news .news-side .news-img .swiper-container .swiper-wrapper .swiper-slide h3{position: absolute; left: 0; bottom: 0; width: 100%; height: 60px; background-color: rgba(0,0,0,.7); font-size: 16px; font-weight: bold; color: #FFF; text-align: center; line-height: 60px;}

.news .news-side .news-list{}
.news .news-side .news-list .news-list-item{display: flex;}
.news .news-side .news-list .news-list-item .news-list-main{flex: 1; border-right: 2px solid #EEE; padding-right: 20px;}
.news .news-side .news-list .news-list-item .news-list-main a{display: block; font-size: 16px; color: #444; padding-bottom: 5px;}
.news .news-side .news-list .news-list-item .news-list-main div{font-size: 14px; color: #888; line-height: 20px;}
.news .news-side .news-list .news-list-item .news-list-side{text-align: center; padding-left: 20px;}
.news .news-side .news-list .news-list-item .news-list-side div{font-size: 30px; color: #444;}
.news .news-side .news-list .news-list-item .news-list-side span{display: block; font-size: 14px; color: #666;}
.news .news-side .news-list .news-list-item:not(:last-child){margin-bottom: 35px;}


.cooper{display: flex; flex-wrap: wrap;}
.cooper .cooper-item{border: 1px solid #EEE; margin: 10px 0; margin-right: 20px;}
.cooper .cooper-item img{width: 222px; height: 98px;}
.cooper .cooper-item:nth-child(5n){margin-right: 0;}


.footer{background-color: #EEE;}
.footer .footer-wrap{width: 1200px; padding: 60px 0 30px 0; margin: 0 auto;}
.footer .footer-wrap .footer-map{display: flex; justify-content: space-between;}
.footer .footer-wrap .footer-map .footer-map-item{width: 132px; text-align: center;}
.footer .footer-wrap .footer-map .footer-map-item > a{display: block; font-size: 16px; font-weight: bold; color: #666; border-top: 1px solid #DDD; border-bottom: 1px solid #DDD; padding: 10px 0;}
.footer .footer-wrap .footer-map .footer-map-item > div{display: flex; flex-direction: column; padding-top: 10px;}
.footer .footer-wrap .footer-map .footer-map-item > div a{font-size: 14px; color: #888; line-height: 36px;}
.footer .footer-wrap .footer-code{text-align: center; padding-top: 20px;}
.footer .footer-wrap .footer-code img{width: 120px; height: 120px;}
.footer .footer-wrap .footer-copy{font-size: 14px; color: #888; text-align: center; padding-top: 30px;}
.footer .footer-wrap .footer-copy a{color: #888;}


.c-top{background-color: #C11E26;}
.c-top .c-top-wrap{width: 1200px; margin: 0 auto; display: flex; justify-content: space-between;}
.c-top .c-top-wrap .c-top-wrap-side{font-size: 14px; color: #FFF; line-height: 40px;}


.c-header{position: sticky; left: 0; top: 0; background-color: #FFF; z-index: 99;}
.c-header *{transition: all .3s;}
.c-header .c-header-wrap{width: 1200px; height: 120px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center;}
.c-header .c-header-wrap .c-header-wrap-side{}
.c-header .c-header-wrap .c-header-wrap-side .header-menu{display: flex;}
.c-header .c-header-wrap .c-header-wrap-side .header-menu .header-menu-item{position: relative;}
.c-header .c-header-wrap .c-header-wrap-side .header-menu .header-menu-item > a{display: block; font-size: 16px; color: #444; line-height: 38px; padding: 0 13px;}
.c-header .c-header-wrap .c-header-wrap-side .header-menu .header-menu-item > div{transition: all .6s; position: absolute; left: 0; min-width: 100%; max-height: 0; background-color: #FFF; box-shadow: 1px 1px 6px rgba(0,0,0,.1); overflow: hidden; display: flex; flex-direction: column;}
.c-header .c-header-wrap .c-header-wrap-side .header-menu .header-menu-item > div a{font-size: 14px; color: #444; text-align: center; line-height: 38px; white-space: nowrap; padding: 0 15px;}
.c-header .c-header-wrap .c-header-wrap-side .header-menu .header-menu-item > div a:hover{background-color: #C11E26; color: #FFF;}
.c-header .c-header-wrap .c-header-wrap-side .header-menu .header-menu-item:hover > a{background-color: #C11E26; color: #FFF;}
.c-header .c-header-wrap .c-header-wrap-side .header-menu .header-menu-item:hover > div{max-height: 500px;}


._c-header-active{box-shadow: 0 0 10px rgba(0,0,0,.2);}
._c-header-active .c-header-wrap{/*width: 1400px;*/ height: 90px;}
._c-header-active .c-header-wrap .c-header-wrap-side img{height: 46px;}


.c-banner{}
.c-banner img{width: 100%;}


.c-toolbar{border-bottom: 1px solid #EEE;}
.c-toolbar .c-toolbar-wrap{width: 1200px; height: 120px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center;}
.c-toolbar .c-toolbar-wrap .c-toolbar-wrap-side{}
.c-toolbar .c-toolbar-wrap .c-toolbar-wrap-side .toolbar-cate{display: flex;}
.c-toolbar .c-toolbar-wrap .c-toolbar-wrap-side .toolbar-cate div{font-size: 36px; font-weight: bold;}
.c-toolbar .c-toolbar-wrap .c-toolbar-wrap-side .toolbar-cate div span{color: #D21F2A;}
.c-toolbar .c-toolbar-wrap .c-toolbar-wrap-side .toolbar-cate i{font-size: 36px; color: #DDD; padding-left: 10px;}
.c-toolbar .c-toolbar-wrap .c-toolbar-wrap-side .toolbar-menu{}
.c-toolbar .c-toolbar-wrap .c-toolbar-wrap-side .toolbar-menu *{transition: all .3s;}
.c-toolbar .c-toolbar-wrap .c-toolbar-wrap-side .toolbar-menu a{display: inline-block; font-size: 16px; color: #444; line-height: 40px; border: 2px solid transparent; padding: 0 30px;}
.c-toolbar .c-toolbar-wrap .c-toolbar-wrap-side .toolbar-menu a:hover{background-color: #D21F2A; border-color: #D21F2A; color: #FFF;}
.c-toolbar .c-toolbar-wrap .c-toolbar-wrap-side .toolbar-menu a.active{border-color: #D21F2A; color: #D21F2A;}
.c-toolbar .c-toolbar-wrap .c-toolbar-wrap-side .toolbar-menu a.active:hover{background-color: #D21F2A; border-color: #D21F2A; color: #FFF;}


.pagin{width: 1200px; margin: 0 auto; padding: 50px 0; display: flex; justify-content: center;}
.pagin *{transition: all .3s;}
.pagin strong{background-color: #D21F2A; font-size: 16px; font-weight: normal; color: #FFF; line-height: 30px; padding: 0 10px; margin: 0 4px;}
.pagin a{background-color: #EEE; font-size: 16px; color: #444; line-height: 30px; padding: 0 10px; margin: 0 4px;}
.pagin a:hover{background-color: #D21F2A; color: #FFF;}


.page{width: 1200px; margin: 0 auto; padding: 60px 0;}
.page .page-title{font-size: 30px; font-weight: bold; color: #444; text-align: center; padding-bottom: 10px;}
.page .page-content{font-size: 16px; color: #555; line-height: 30px;}
.page .page-content img{display: block; max-width: 1000px; margin: 40px auto;}


.page-about{width: 1200px; margin: 0 auto; padding-top: 60px; padding-bottom: 100px; display: flex; justify-content: space-between;}
.page-about .page-about-side{width: 550px;}
.page-about .page-about-side img{width: 550px; height: 580px; object-fit: cover; box-shadow: 20px 20px 0 #F5F5F5;}
.page-about .page-about-side .page-about-title{font-size: 36px; font-weight: bold; color: #444; padding-bottom: 5px;}
.page-about .page-about-side .page-about-text{font-size: 19px; color: #AAA; padding-bottom: 30px;}
.page-about .page-about-side .page-about-content{font-size: 14px; color: #555; line-height: 30px;}


.list-picture{background-color: #F5F5F5;}
.list-picture .list-picture-wrap{width: 1200px; margin: 0 auto; padding: 45px 0; display: flex; flex-wrap: wrap;}
.list-picture .list-picture-wrap .list-picture-item{width: 277.5px; margin-top: 15px; margin-bottom: 15px; margin-right: 30px;}
.list-picture .list-picture-wrap .list-picture-item .list-picture-head{}
.list-picture .list-picture-wrap .list-picture-item .list-picture-head img{width: 277.5px; height: 190px; object-fit: cover;}
.list-picture .list-picture-wrap .list-picture-item .list-picture-main{height: 150px; background-color: #FFF; padding: 20px; display: flex; flex-direction: column; justify-content: space-between;}
.list-picture .list-picture-wrap .list-picture-item .list-picture-main div{font-size: 14px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.list-picture .list-picture-wrap .list-picture-item .list-picture-main span{font-size: 14px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}
.list-picture .list-picture-wrap .list-picture-item:nth-child(4n){margin-right: 0;}


.list-progress{}
.list-progress .list-progress-wrap{position: relative; width: 1200px; padding-top: 80px; padding-bottom: 60px; margin: 0 auto;}
.list-progress .list-progress-wrap .list-progress-item{position: relative; padding: 30px 0; display: flex;}
.list-progress .list-progress-wrap .list-progress-item .list-progress-side{position: relative; font-size: 20px; font-weight: bold; padding-right: 30px;}
.list-progress .list-progress-wrap .list-progress-item .list-progress-side:after{content: ""; position: absolute; right: 0; top: 8px; width: 11px; height: 11px; background-image: url(../img/bg-progress.png); z-index: 2;}
.list-progress .list-progress-wrap .list-progress-item .list-progress-main{flex: 1; font-size: 16px; color: #555; line-height: 30px; padding-left: 30px;}
.list-progress .list-progress-wrap .list-progress-item:after{content: ""; position: absolute; left: 138px; top: 0; width: 1px; height: 100%; background-color: #DDD; z-index: 1;}
.list-progress .list-progress-wrap:before{content: ""; position: absolute; left: 123px; top: 51px; width: 30px; height: 30px; background-image: url(../img/icon-progress.png); background-repeat: no-repeat; background-size: 30px; z-index: 1;}


.list-news{width: 1200px; padding: 45px 0; margin: 0 auto;}
.list-news .list-news-item{display: flex; border-bottom: 1px solid #EEE; padding-top: 30px; padding-bottom: 30px;}
.list-news .list-news-item .list-news-side{margin-right: 40px;}
.list-news .list-news-item .list-news-side img{width: 220px; height: 170px; object-fit: cover;}
.list-news .list-news-item .list-news-main{flex: 1; display: flex; flex-direction: column; justify-content: space-between;}
.list-news .list-news-item .list-news-main .list-news-view{}
.list-news .list-news-item .list-news-main .list-news-view a{display: block; font-size: 16px; color: #444; padding-bottom: 5px;}
.list-news .list-news-item .list-news-main .list-news-view div{font-size: 14px; color: #888; line-height: 26px;}
.list-news .list-news-item .list-news-main .list-news-bar{display: flex; justify-content: space-between; align-items: center;}
.list-news .list-news-item .list-news-main .list-news-bar div{}
.list-news .list-news-item .list-news-main .list-news-bar div span{font-size: 14px; font-weight: bold; color: #888;}
.list-news .list-news-item .list-news-main .list-news-bar div a{display: inline-block; font-size: 14px; color: #D21F2A; line-height: 40px; border: 2px solid #D21F2A; padding: 0 30px;}
.list-news .list-news-item .list-news-main .list-news-bar div a:hover{background-color: #D21F2A; color: #FFF;}
.list-news .list-news-item:not(:first-child){}


.show-news{width: 1200px; margin: 0 auto; padding: 60px 0;}
.show-news .show-news-title{font-size: 30px; font-weight: bold; color: #444; text-align: center; padding-bottom: 10px;}
.show-news .show-news-text{font-size: 14px; color: #AAA; text-align: center; padding-bottom: 50px;}
.show-news .show-news-content{font-size: 16px; color: #555; line-height: 30px;}
.show-news .show-news-content img{display: block; max-width: 1000px; margin: 40px auto;}


.dept-nav{background-color: #F5F5F5; padding-top: 40px;}
.dept-nav .dept-nav-wrap{display: flex; flex-direction: column; width: 1200px; margin: 0 auto;}
.dept-nav .dept-nav-wrap .dept-nav-head{font-size: 16px; font-weight: bold;}
.dept-nav .dept-nav-wrap .dept-nav-main{display: flex; flex-wrap: wrap; width: 1210px; margin-left: -5px;}
.dept-nav .dept-nav-wrap .dept-nav-main .dept-nav-item{display: flex; flex-direction: column; width: 16.666%; padding: 0 5px; margin-top: 10px;}
.dept-nav .dept-nav-wrap .dept-nav-main .dept-nav-item a{background-color: #FFF; font-size: 14px; text-align: center; line-height: 36px;}
.dept-nav .dept-nav-wrap .dept-nav-main .dept-nav-item a:hover{color: #D4222A;}


.py-nav{background-color: #F5F5F5; padding-top: 40px;}
.py-nav .py-nav-wrap{display: flex; flex-direction: column; width: 1200px; margin: 0 auto;}
.py-nav .py-nav-wrap .py-nav-head{font-size: 16px; font-weight: bold;}
.py-nav .py-nav-wrap .py-nav-main{display: flex; flex-wrap: wrap; width: 1210px; margin-left: -5px;}
.py-nav .py-nav-wrap .py-nav-main .py-nav-item{display: flex; flex-direction: column; width: 10%; padding: 0 5px; margin-top: 10px;}
.py-nav .py-nav-wrap .py-nav-main .py-nav-item a{background-color: #FFF; font-size: 14px; text-align: center; line-height: 36px;}
.py-nav .py-nav-wrap .py-nav-main .py-nav-item a:hover{color: #D4222A;}


.page-dept{background-color: #F5F5F5;}
.page-dept .page-dept-wrap{width: 1200px; padding-top: 60px; margin: 0 auto;}
.page-dept .page-dept-wrap .page-dept-head{text-align: center; padding-bottom: 20px;}
.page-dept .page-dept-wrap .page-dept-head div{position: relative; font-size: 28px; font-weight: bold; color: #AAA;}
.page-dept .page-dept-wrap .page-dept-head div:before{content: ''; position: absolute; width: 50px; height: 1px; background-color: #DDD; transform: translateX(-60px) translateY(18px);}
.page-dept .page-dept-wrap .page-dept-head div:after{content: ''; position: absolute; width: 50px; height: 1px; background-color: #DDD; transform: translateX(10px) translateY(18px);}
.page-dept .page-dept-wrap .page-dept-list{display: flex; flex-wrap: wrap;}
.page-dept .page-dept-wrap .page-dept-list *{transition: all .3s;}
.page-dept .page-dept-wrap .page-dept-list .page-dept-item{width: 373px; height: 160px; background-color: #FFF; padding: 30px; margin: 15px 40px 15px 0; display: flex; flex-direction: column; justify-content: space-between;}
.page-dept .page-dept-wrap .page-dept-list .page-dept-item .page-dept-icon{}
.page-dept .page-dept-wrap .page-dept-list .page-dept-item .page-dept-icon img{height: 50px;}
.page-dept .page-dept-wrap .page-dept-list .page-dept-item .page-dept-bar{display: flex; justify-content: space-between;}
.page-dept .page-dept-wrap .page-dept-list .page-dept-item .page-dept-bar h3{font-size: 16px; font-weight: bold; color: #333;}
.page-dept .page-dept-wrap .page-dept-list .page-dept-item .page-dept-bar span img{width: 26px; height: 26px; opacity: .3;}
.page-dept .page-dept-wrap .page-dept-list .page-dept-item:nth-child(3n){margin-right: 0;}
.page-dept .page-dept-wrap .page-dept-list .page-dept-item:hover{background-color: #D4222A;}
.page-dept .page-dept-wrap .page-dept-list .page-dept-item:hover .page-dept-icon img{filter: brightness(300%);}
.page-dept .page-dept-wrap .page-dept-list .page-dept-item:hover .page-dept-bar h3{color: #FFF;}
.page-dept .page-dept-wrap .page-dept-list .page-dept-item:hover .page-dept-bar span img{opacity: 1; filter: invert(100%);}


.page-pinyin{background-color: #F5F5F5;}
.page-pinyin .page-pinyin-wrap{width: 1200px; padding: 60px 0; margin: 0 auto;}
.page-pinyin .page-pinyin-wrap .page-pinyin-head{text-align: center; padding-bottom: 35px;}
.page-pinyin .page-pinyin-wrap .page-pinyin-head div{font-size: 28px; font-weight: bold; color: #AAA;}
.page-pinyin .page-pinyin-wrap .page-pinyin-head div:before{content: ''; position: absolute; width: 50px; height: 1px; background-color: #DDD; transform: translateX(-60px) translateY(18px);}
.page-pinyin .page-pinyin-wrap .page-pinyin-head div:after{content: ''; position: absolute; width: 50px; height: 1px; background-color: #DDD; transform: translateX(10px) translateY(18px);}
.page-pinyin .page-pinyin-wrap .page-pinyin-list *{transition: all .3s;}
.page-pinyin .page-pinyin-wrap .page-pinyin-list{display: flex; flex-wrap: wrap; background-color: #FFF; padding: 15px;}
.page-pinyin .page-pinyin-wrap .page-pinyin-list a{width: 50px; height: 50px; border: 1px solid #EEE; font-size: 22px; font-weight: bold; color: #444; text-align: center; line-height: 50px; margin: 15px 20px;}
.page-pinyin .page-pinyin-wrap .page-pinyin-list a:nth-child(13n){margin-right: 0;}
.page-pinyin .page-pinyin-wrap .page-pinyin-list a:hover{border-width: 2px; border-color: #D4222A;}


.page-key{background-color: #F5F5F5;}
.page-key .page-key-wrap{width: 1200px; padding-top: 60px; margin: 0 auto;}

.page-key .page-key-wrap .page-key-head{text-align: center; padding-bottom: 35px;}
.page-key .page-key-wrap .page-key-head div{position: relative; font-size: 28px; font-weight: bold; color: #AAA;}
.page-key .page-key-wrap .page-key-head div:before{content: ''; position: absolute; width: 50px; height: 1px; background-color: #DDD; transform: translateX(-60px) translateY(18px);}
.page-key .page-key-wrap .page-key-head div:after{content: ''; position: absolute; width: 50px; height: 1px; background-color: #DDD; transform: translateX(10px) translateY(18px);}

.page-key .page-key-wrap .page-key-form{background-color: #FFF; padding: 30px; display: flex;}
.page-key .page-key-wrap .page-key-form input{flex: 1; height: 50px; border: 1px solid #DDD; border-right: none; font-weight: 16px; line-height: 50px; padding: 0 10px;}
.page-key .page-key-wrap .page-key-form button{background-color: #D4222A; border: none; font-size: 16px; color: #FFF; padding: 0 30px;}


/*
.list-team{background-color: #F5F5F5;}
.list-team .list-team-wrap{width: 1200px; padding: 40px 0; margin: 0 auto; display: flex; flex-wrap: wrap;}
.list-team .list-team-wrap .list-team-item{width: 580px; height: 250px; background-color: #FFF; margin: 20px 0; display: flex;}
.list-team .list-team-wrap .list-team-item .list-team-side{}
.list-team .list-team-wrap .list-team-item .list-team-side img{width: 180px; height: 250px; object-fit: cover;}
.list-team .list-team-wrap .list-team-item .list-team-main{flex: 1; display: flex; flex-direction: column; justify-content: space-between;}
.list-team .list-team-wrap .list-team-item .list-team-main .list-team-view{padding: 30px;}
.list-team .list-team-wrap .list-team-item .list-team-main .list-team-view div{font-size: 20px; font-weight: bold; padding-bottom: 15px;}
.list-team .list-team-wrap .list-team-item .list-team-main .list-team-view span{display: block; font-size: 14px; color: #888; line-height: 30px;}
.list-team .list-team-wrap .list-team-item .list-team-main .list-team-bar{text-align: right; padding: 30px;}
.list-team .list-team-wrap .list-team-item .list-team-main .list-team-bar span img{width: 26px; height: 26px; opacity: .3;}
.list-team .list-team-wrap .list-team-item:nth-child(even){margin-left: 40px;}
*/


/* 团队列表 */
.team-list{display: flex; flex-wrap: wrap; width: 1200px; padding: 40px 0; margin: 0 auto;}
.team-list .team-item{display: flex; width: 580px; height: 250px; background-color: #FFF; margin: 20px 0;}
.team-list .team-item > .team-side{}
.team-list .team-item > .team-side img{width: 180px; height: 250px; object-fit: cover;}
.team-list .team-item > .team-main{flex: 1; display: flex; padding: 30px;}
.team-list .team-item > .team-main > .team-main{flex: 1; display: flex; flex-direction: column; margin-right: 30px;}
.team-list .team-item > .team-main > .team-main h3{font-size: 20px; font-weight: bold; margin-bottom: 15px;}
.team-list .team-item > .team-main > .team-main p{font-size: 14px; color: #888; line-height: 30px;}
.team-list .team-item > .team-main > .team-side{display: flex; flex-direction: column-reverse;}
.team-list .team-item > .team-main > .team-side span img{width: 26px; height: 26px; opacity: .3;}
.team-list .team-item:nth-child(even){margin-left: 40px;}
.team-list .team-item:hover > .team-main > .team-main h3{color: #D4222A;}


/*
.show-team{background-color: #F5F5F5;}
.show-team .show-team-wrap{width: 1200px; padding: 60px 0; margin: 0 auto; display: flex;}
.show-team .show-team-wrap .show-team-side{width: 340px;}
.show-team .show-team-wrap .show-team-side img{width: 100%;}
.show-team .show-team-wrap .show-team-main{flex: 1; background-color: #FFF;}
*/


.team-show{display: flex; width: 1200px; padding: 40px 0; margin: 0 auto;}
.team-show .team-side{margin-right: 40px;}
.team-show .team-side img{width: 300px;}
.team-show .team-main{flex: 1;}
.team-show .team-main .team-title{font-size: 30px; font-weight: bold; border-bottom: 1px solid #EEE; padding: 20px 0;}
.team-show .team-main .team-title span{font-size: 20px; font-weight: normal; color: #AAA;}
.team-show .team-main .team-view{font-size: 14px; color: #666; line-height: 24px; padding: 20px 0;}


.list-book{background-color: #F5F5F5;}
.list-book .list-book-wrap{width: 1200px; margin: 0 auto; padding: 45px 0; display: flex; flex-wrap: wrap;}
.list-book .list-book-wrap .list-book-item{width: 224px; background-color: #FFF; margin-top: 15px; margin-bottom: 15px; margin-right: 20px;}
.list-book .list-book-wrap .list-book-item .list-book-main{}
.list-book .list-book-wrap .list-book-item .list-book-main img{width: 224px; height: 280px;}
.list-book .list-book-wrap .list-book-item .list-book-bar{height: 160px; padding: 20px; display: flex; flex-direction: column; justify-content: space-between;}
.list-book .list-book-wrap .list-book-item .list-book-bar h3{font-size: 16px; font-weight: bold; text-align: center; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.list-book .list-book-wrap .list-book-item .list-book-bar p{font-size: 14px; color: #AAA; line-height: 22px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}
.list-book .list-book-wrap .list-book-item:nth-child(5n){margin-right: 0;}
.list-book .list-book-wrap .list-book-item *{transition: all .3s;}
.list-book .list-book-wrap .list-book-item:hover{background-color: #D4222A;}
.list-book .list-book-wrap .list-book-item:hover .list-book-bar h3{color: #FFF;}
.list-book .list-book-wrap .list-book-item:hover .list-book-bar p{color: #FFF;}


.show-book{background-color: #F5F5F5;}
.show-book .show-book-wrap{width: 1200px; padding: 60px 0; margin: 0 auto; display: flex;}
.show-book .show-book-wrap .show-book-side{width: 340px; background-color: #FFF;}
.show-book .show-book-wrap .show-book-side img{width: 100%;}
.show-book .show-book-wrap .show-book-main{flex: 1; background-color: #FFF; padding: 50px;}
.show-book .show-book-wrap .show-book-main > h3{font-size: 30px; font-weight: bold; color: #444; padding-bottom: 20px;}
.show-book .show-book-wrap .show-book-main > div{font-size: 14px; color: #444; line-height: 26px;}


.list-busine{}
.list-busine .list-busine-wrap *{transition: all .3s;}
.list-busine .list-busine-wrap{width: 1200px; padding: 45px 0; margin: 0 auto; display: flex; flex-wrap: wrap;}
.list-busine .list-busine-wrap .list-busine-item{width: 216px; height: 200px; background-color: #EEE; padding: 20px; margin: 15px 30px 15px 0; display: flex; flex-direction: column; justify-content: center; align-items: center;}
.list-busine .list-busine-wrap .list-busine-item div{}
.list-busine .list-busine-wrap .list-busine-item div img{width: 60px; height: 60px; filter: brightness(0%); opacity: .7;}
.list-busine .list-busine-wrap .list-busine-item h3{font-size: 16px; color: #444; padding-top: 20px;}
.list-busine .list-busine-wrap .list-busine-item:nth-child(5n){margin-right: 0;}
.list-busine .list-busine-wrap .list-busine-item:hover{background-color: #D4222A;}
.list-busine .list-busine-wrap .list-busine-item:hover div img{color: #FFF; filter: brightness(300%); opacity: 1;}
.list-busine .list-busine-wrap .list-busine-item:hover h3{color: #FFF;}


.show-business{}
.show-business .show-business-wrap{width: 1200px; padding: 60px 0; margin: 0 auto;}
.show-business .show-business-wrap .show-business-title{font-size: 30px; font-weight: bold; color: #444; text-align: center; padding-bottom: 10px;}
.show-business .show-business-wrap .show-business-content{font-size: 16px; color: #555; line-height: 30px;}
.show-business .show-business-wrap .show-business-content img{display: block; max-width: 1000px; margin: 40px auto;}


.list-cooper{}
.list-cooper .list-cooper-wrap *{transition: all .3s;}
.list-cooper .list-cooper-wrap{width: 1200px; padding: 45px 0; margin: 0 auto; display: flex; flex-wrap: wrap;}
.list-cooper .list-cooper-wrap{display: flex; flex-wrap: wrap; padding-top: 30px;}
.list-cooper .list-cooper-wrap .list-cooper-item{border: 1px solid #EEE; margin: 10px 0; margin-right: 20px;}
.list-cooper .list-cooper-wrap .list-cooper-item img{width: 222px; height: 98px;}
.list-cooper .list-cooper-wrap .list-cooper-item:nth-child(5n){margin-right: 0;}
