@charset "UTF-8";
@font-face{
    font-family:'Din';
     src: url('../font/Din.TTF');
}
@font-face {
    font-family: 'Alibabalight'; 
    src: url('../font/Alibaba-Light.otf');
  }

  @font-face {
    font-family: 'Alibababold'; 
    src: url('../font/Alibaba-Bold.otf');
  }
  
html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; overflow-x: hidden; -webkit-tap-highlight-color: transparent;}
body { font-size: 14px; line-height: 1.4;  margin: 0 auto; color: #333333; letter-spacing:0.5px; background-color: #ffffff; font-family:'Alibaba',Arial, sans-serif;}
html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0px; border: 0; font-size: 100%; outline: none; }
caption,h1, h2, h3, h4, h5, h6, p{ margin: 0; padding: 0px;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ul, li, ol { list-style: none;}
* {box-sizing: border-box;margin: 0;padding: 0;outline: none;}
table, tbody, tfoot, thead, tr, th, td{ margin: 0; padding: 0;}
table{border-collapse:collapse;margin:0 auto!important;}
img { border: 0; outline: 0; vertical-align: middle;}

input, select, textarea, button, option{vertical-align: middle;resize: none; -webkit-appearance: none !important; appearance: none;outline: none;border: none; background: transparent;  font-family:'Alibaba',Arial, sans-serif;}

input[type="text"], input[type="button"], input[type="submit"], input[type="reset"] { -webkit-appearance: none; appearance: none;border-radius: 0; }

::-moz-selection { background: #bc0b13; color: #fff; text-shadow: none; }
::selection { background: #bc0b13; color: #fff; text-shadow: none; }
select{ outline: none;}

select::-ms-expand { display: none; }

::-webkit-scrollbar {width: 8px;height: 8px;}
::-webkit-scrollbar-thumb { border-radius: 50px; background:#bc0b13;}
::-webkit-scrollbar-track{border-radius: 10px !important;background: #EDEDED !important;}
::-webkit-scrollbar-thumb:hover { background: #bc0b13;}

a{ text-decoration: none; -webkit-transition: 0.5s; transition: 0.5s; }
a:link, a:visited { text-decoration: none; }
a:active, a:hover { text-decoration: none; }
.clear{ clear:both;}
.clearfix:before, .clearfix:after { display: table; content: ""; line-height: 0px; }
.clearfix:after { clear: both; }

.fl{ float: left;}
.fr{ float: right;}
.container{width: 1560px;  height: 100%;margin: 0 auto;}

.dly_1{ -webkit-animation-delay: 200ms; animation-delay: 200ms; }
.dly_2{ -webkit-animation-delay: 400ms; animation-delay: 400ms; }
.dly_3{ -webkit-animation-delay: 600ms; animation-delay: 600ms; }
.dly_4{ -webkit-animation-delay: 800ms; animation-delay: 800ms; }
.dly_5{ -webkit-animation-delay: 1000ms; animation-delay: 1000ms; }
.dly_6{ -webkit-animation-delay: 1200ms; animation-delay: 1200ms; }
.dly_7{ -webkit-animation-delay: 1400ms; animation-delay: 1400ms; }
.dly_8{ -webkit-animation-delay: 1600ms; animation-delay: 1600ms; }
.dly_9{ -webkit-animation-delay: 1800ms; animation-delay: 1800ms; }
.dly_10{ -webkit-animation-delay: 2000ms; animation-delay: 2000ms; }
.dly_11{ -webkit-animation-delay: 2200ms; animation-delay: 2200ms; }
.dly_11{ -webkit-animation-delay: 2400ms; animation-delay: 2400ms; }

/*======================等比填充======================*/
*[class*="rect-"] {position: relative;display: block;width: 100%;height: 0;overflow: hidden;}
*[class*="rect-"] .full {position: absolute;left: 0;top: 0;width: 100%;height: 100%; object-fit: cover;}
.rect-50 {padding-bottom: 50%;}
.rect-605 {padding-bottom: 60.5%;}
.rect-65 {padding-bottom: 65%;}
.rect-67 {padding-bottom: 67%;}
.rect-80 {padding-bottom: 80%;}
.rect-88 {padding-bottom: 88%;}
.rect-100 {padding-bottom: 100%;}
.rect-150 {padding-bottom: 150%;}

.trans5{-moz-transition: all .5s ease 0s;-ms-transition: all .5s ease 0s;-o-transition: all .5s ease 0s;-webkit-transition: all .5s ease 0s;transition: all .5s ease 0s;}
.imgZoom img,.imgY180 img {-moz-transition: all .5s ease 0s;-ms-transition: all .5s ease 0s;-o-transition: all .5s ease 0s;-webkit-transition: all .5s ease 0s;transition: all .5s ease 0s;}
.imgZoom {overflow: hidden;-webkit-transform: rotate(0);transform: rotate(0);}
.imgZoom:hover img {-moz-transform: scale(1.1, 1.1);-ms-transform: scale(1.1, 1.1);-o-transform: scale(1.1, 1.1);-webkit-transform: scale(1.1, 1.1);transform: scale(1.1, 1.1);}
.imgY180:hover img {cursor: pointer; -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg);
-webkit-transform: rotateY(180deg);transform: rotateY(180deg)}

/*头部*/
.header{height:90px; z-index: 9999;width: 100%; position:fixed; top: 0; background: #ffffff; transition:0.5s all;}
.header .container{display: -webkit-flex;display: flex;flex-direction: row;align-items: center; justify-content: space-between;}
.header .logo{ height:90px; display:flex;  align-items:center; transition:0.5s all;}
.header .logo img{ height:50px; display:block; transition:0.5s all;}
.header .nav{ display: flex; height:90px; transition:0.5s all;}
.header .nav>ul{display:flex; height:100%;}
.header .nav .drop{display: inline-block; padding: 0 30px; -webkit-transition: all 1s; -moz-transition: all 1s; transition: all 1s; }
.header .nav .drop:last-child{ padding-right: 0;}
.header .nav .drop>a{position: relative; height:100%; display:flex; justify-content:center;align-items:center; font-size: 18px; color: #333333;}
.header .nav .drop>a::before{ position: absolute; content: ''; width: 0; height: 3px; right: 0; top:0; background: #bc0b13;-moz-transition: all .5s ease 0s;-ms-transition: all .5s ease 0s;-o-transition: all .5s ease 0s;-webkit-transition: all .5s ease 0s;transition: all .5s ease 0s;}
.header .nav .drop:hover>a,.header .nav .drop.active>a{color: #bc0b13;font-weight: bold;}
.header .nav .drop:hover>a::before{ width: 100%; left: 0;}
.header.scroll{ height: 80px; background:rgba(255,255,255,1);box-shadow: 0 0 10px rgba(0, 0, 0, .1);}
.header.scroll .logo{ height: 80px;}
.header.scroll .logo img{ height: 50px;}
.header.scroll .nav{height: 80px;}
.header.scroll .nav .drop>a{color: #333333;}
.header.scroll .nav .drop:hover>a,.header.scroll .nav .drop.active>a{color: #bc0b13; font-weight: bold;}
.header .nav .drop .subNavbox{position:absolute; top:100%;left:50%;width:100%; height: 60px; background:rgba(255,255,255,.80); opacity:0; pointer-events:none; transition:all .3s;-webkit-transform: translate(-50%,10px); transform: translate(-50%,10px);}
.header .nav .drop .subNavbox .container{display: flex; justify-content: center;}
.header .nav .drop .subNavbox a{position:relative;font-size:17px; line-height: 1.4; color: #333333; transition:0.3s all; text-align: center; margin: 0 35px;}
.header .nav .drop .subNavbox a:hover{color:#bc0b13; font-weight: bold;}
.header .nav .drop:hover .subNavbox{pointer-events:all;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%);-webkit-transition-delay:.1s;-ms-transition-delay:.1s;transition-delay:.1s;opacity:1;}
.placeholder{ width: 100%; height: 90px;}

/* banner */
.banner{ position: relative; overflow: hidden;}
.banner .swiper-slide .pic { height:100vh; position:relative; z-index:1;}
.banner .swiper-slide .pic img{width: 100%; height: calc(100vh); -webkit-animation:banner 50s linear infinite; animation:banner 50s linear infinite;}
.banner .banner_btn{position: relative;}
.banner .banner_btn .container{position: absolute; bottom: 80px; left: 0; right: 0; display: flex; align-items: flex-end; z-index: 2; justify-content: space-between;}
.banner .banner_btn .btn_left{ display: flex; align-items: center; color: #ffffff;}
.banner .banner_btn .btn_left .banner_num{ display: flex; align-items: center; font-family: 'Din';}
.banner .banner_btn .btn_left .btn_left_icon{ width: 60px; height: 1px; background: #ffffff; opacity: .3; margin: 0px 15px;}
.banner .banner_btn .btn_left span{ margin: 0px 8px; display: flex;}
.banner .banner_btn .btn_left .banner_prev,.banner .banner_btn .btn_left .banner_next{ cursor: pointer; font-size: 16px;}
.banner .banner_btn .btn_right{ color: #ffffff; display: flex; flex-direction: column; align-items: center; cursor: pointer;}
.banner .banner_btn .btn_right .btn_right_top{transform: rotate(90deg); text-transform: uppercase;}
.banner .banner_btn .btn_right .btn_right_icon{ width: 25px; height: 44px; border-radius: 100px; border: 1px solid rgba(255,255,255,.3); margin-top: 35px; display: flex; justify-content: center;}
.banner .banner_btn .btn_right .btn_right_icon span{ width: 1px; display: inline-block; height: 8px; background: #bc0b13; position: relative; top: 5px;-webkit-animation:move 2s linear infinite;animation:move 2s linear infinite;}

@keyframes banner{
    0%{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);filter:scale(1.05);filter:transform;}
    8.3333333333%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);filter:scale(1.1);filter:transform;}
    16.6666666666%{-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);-o-transform:scale(1.15);filter:scale(1.15);filter:transform;}
    25%{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);filter:scale(1.2);filter:transform;}
    33.3333333333%{-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);-o-transform:scale(1.15);filter:scale(1.15);filter:transform;}
    41.6666666667%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);filter:scale(1.1);filter:transform;}
    50%{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);filter:scale(1.05);filter:transform;}
    58.3333333333%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);filter:scale(1.1);filter:transform;}
    66.6666666667%{-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);-o-transform:scale(1.15);filter:scale(1.15);filter:transform;}
    75%{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);filter:scale(1.2);filter:transform;}
    83.333333333%{-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);-o-transform:scale(1.15);filter:scale(1.15);filter:transform;}
    91.666666666%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);filter:scale(1.1);filter:transform;}
    100%{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);filter:scale(1.05);filter:transform;}
}

@keyframes move{
    0%{ top: 5px;}
    50%{ top: 15px;}
    100%{ top: 5px;}
}

.inabout{position: relative; padding: 80px 0 0; background:#ffffff url(../img/aboutbg.jpg) bottom center no-repeat; }
.inabout .container{position: relative; display: -webkit-flex; display: flex; flex-direction: row; justify-content: space-between;}
.inabout .left{ width: 50%; padding-right: 60px; box-sizing: border-box;}
.inabout .left .name{ font-size: 34px; color: #bc0b13; line-height: 1;}
.inabout .left .slogan{margin-top: 15px; font-size: 16px; color: #333333;}
.inabout .left .cont{margin-top: 25px; font-size: 15px; color: #666666; line-height: 26px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.inabout .left .more{margin-top: 60px;position: relative; display: flex; }
.inabout .left .more a{display: flex;align-items: center;background: #b5241e;padding:0 20px;border-radius: 5px;position: relative;justify-content: space-between;height: 50px;overflow: hidden;}
.inabout .left .more .m{ font-size: 15px; color: #ffffff;}
.inabout .left .more .icon{margin-left: 15px; -moz-transition: all .5s;-webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s;}
.inabout .left .more:hover a{background: #951914;}
.inabout .left .more:hover .icon{margin-left: 25px;}
.inabout .number{position:relative; margin-top: 130px; margin-bottom: 80px; display: grid;grid-gap:0 20px; grid-template-columns: repeat(3,1fr);}
.inabout .number .item {position: relative; box-sizing: border-box;}
.inabout .number .item .T {display: -webkit-flex;display: flex;align-items: flex-end;}
.inabout .number .item .T .timer {font-size: 62px;color: #bc0b13;font-family: 'Din'; font-weight: bold; line-height: 1;margin-right: 10px;}
.inabout .number .item .T .num {font-size: 18px;color: #333333; font-weight: normal;}
.inabout .number .item .c {margin-top: 10px;font-size: 15px; color: #333333;}
.inabout .right{ width: 50%;}
.inabout .right img{ width: 100%; height: 100%; object-fit: cover;}

.inproduct{position: relative; padding: 80px 0; background: #ffffff;}
.inproduct .name{ font-size: 40px; color: #000000; line-height: 1;}
.inproduct .slogan{ margin-top: 15px; font-size: 16px; color: #333333;}
.inproduct .prodlsit{position: relative; margin-top: 50px;}
.inproduct .prodlsit .prodtab{position: absolute;right: 0; top: -90px; }
.inproduct .prodlsit .prodtab .tabs-list .item{ position: relative; display: inline-block; padding: 0 35px; font-size: 17px; color: #000000; line-height: 40px; border-radius: 8px; border: 1px #aaaaaa solid; margin-right: 30px;  cursor: pointer;}
.inproduct .prodlsit .prodtab .tabs-list .item:last-child{ margin-right: 0;}
.inproduct .prodlsit .prodtab .tabs-list .item:hover,.inproduct .prodlsit .prodtab .tabs-list .item.active{color: #bc0b13; border: 1px #bc0b13 solid; font-weight: bold;}
.inproduct .prodlsit .prodcent .swiper-slide{width: calc((100% - 30px*3)/4); margin-right: 30px; overflow: hidden; border-radius: 5px;}
.inproduct .prodlsit .prodcent .swiper-slide:last-child{ margin-right: 0;}
.inproduct .prodlsit .prodcent .swiper-slide a{display: block; padding: 10px; background: #f5f5f5;}
.inproduct .prodlsit .prodcent .swiper-slide p{line-height: 60px; font-size: 17px; color: #000000; text-align: center;}
.inproduct .prodlsit .prodcent .swiper-slide:hover a{ background: #bc0b13;}
.inproduct .prodlsit .prodcent .swiper-slide:hover p{color: #ffffff;}
.inproduct .prodlsit .prodcent .pagination{margin-top: 35px; text-align: center;}
.inproduct .prodlsit .prodcent .pagination .swiper-pagination-bullet{ width: 8px; height: 8px; border-radius: 50%; margin:0 7px; background: #cccccc;}
.inproduct .prodlsit .prodcent .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #bc0b13;}
.inproduct .more{margin-top: 50px;position: relative; display: flex;justify-content: center;}
.inproduct .more a{display: flex;align-items: center;background: #b5241e;padding:0 20px;border-radius: 5px;position: relative;justify-content: space-between;height: 50px;overflow: hidden;}
.inproduct .more .m{ font-size: 15px; color: #ffffff;}
.inproduct .more .icon{margin-left: 15px; -moz-transition: all .5s;-webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s;}
.inproduct .more:hover a{background: #951914;}
.inproduct .more:hover .icon{margin-left: 25px;}

.inadvantage{position: relative; padding: 80px 0; background: url(../img/advantagebg.jpg) center no-repeat; background-size: cover;}
.inadvantage .name{ text-align: center; font-size: 40px; color: #ffffff; line-height: 1;}
.inadvantage .slogan{text-align: center; margin-top: 15px; font-size: 16px; color: #ffffff;}
.inadvantage .advantagelist{position: relative; margin-top: 50px; display: grid;  grid-gap: 60px; grid-template-columns: repeat(3,1fr);}
.inadvantage .advantagelist .item{ padding: 75px 40px; background: rgba(188, 11, 19,.9); text-align: center;}
.inadvantage .advantagelist .item .iconfont{ margin-bottom: 30px; height: 60px;}
.inadvantage .advantagelist .item .iconfont img{ height: 60px; transform: translate(0,0);-webkit-transition: all .5s;transition: all .5s;}
.inadvantage .advantagelist .item:hover .iconfont img {transform: translate(0,-10px);}
.inadvantage .advantagelist .item .title{ font-size: 20px; color:#ffffff; font-weight: bold;}
.inadvantage .advantagelist .item .line{ width: 24px; height: 1px; background: #ffffff; margin: 15px auto; -webkit-transition: all .5s;transition: all .5s;}
.inadvantage .advantagelist .item .cont{ font-size: 15px; color: #ffffff; line-height: 24px;}
.inadvantage .advantagelist .item:hover{background: rgba(188, 11, 19,1);}
.inadvantage .advantagelist .item:hover .line{ width: 50px;}

.inpartner{position: relative; padding: 80px 0; background: #ffffff;}
.inpartner .name{ text-align: center; font-size: 40px; color: #000000; line-height: 1;}
.inpartner .slogan{text-align: center; margin-top: 15px; font-size: 16px; color: #333333;}
.inpartner .partnerlist{position: relative; margin-top: 50px; display: grid;  grid-gap: 0; grid-template-columns: repeat(6,1fr);}
.inpartner .partnerlist .item{border-bottom: 1px #eeeeee solid; border-right: 1px #eeeeee solid;}
.inpartner .partnerlist .item:nth-child(6n){ border-right: none;}
.inpartner .partnerlist .item:nth-last-of-type(-n+6){ border-bottom: none;}

.innews{position: relative; padding: 80px 0; background: url(../img/newsbg.jpg) center no-repeat;}
.innews .name{ text-align: center; font-size: 40px; color: #000000; line-height: 1;}
.innews .slogan{text-align: center; margin-top: 15px; font-size: 16px; color: #333333;}
.innews .newslist{margin-top: 50px; display: flex; justify-content:space-between;}
.innews .newslist .newsleft{ width: 29%; background: #ffffff; box-shadow: 0 20px 19px rgba(0, 0, 0, .05);}
.innews .newslist .newsleft a{display: block; padding: 20px; box-sizing: border-box;}
.innews .newslist .newsleft .title{ margin-top: 20px; font-size: 17px; color: #333333; font-weight: bold;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.innews .newslist .newsleft .desc{ margin-top: 10px; font-size: 14px; color: #666666; line-height: 24px; height: 48px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.innews .newslist .newsleft .date{margin-top: 20px; font-size: 15px; font-family: 'Din'; color: #666666; font-weight: bold;}
.innews .newslist .newsleft:hover .title{color: #bc0b13;}
.innews .newslist .newsmiddle{ width: 25%;}
.innews .newslist .newsmiddle .item{ width: 100%; height: calc((100% - 20px)/2); margin-bottom: 20px; background: #ffffff; box-shadow: 0 20px 19px rgba(0, 0, 0, .05);}
.innews .newslist .newsmiddle .item:last-child{ margin-bottom: 0;}
.innews .newslist .newsmiddle .item a{display: block; height: 100%; padding: 20px; box-sizing: border-box;}
.innews .newslist .newsmiddle .item .date{display: flex; justify-content: space-between; align-items: center; }
.innews .newslist .newsmiddle .item .date .time{ font-size: 38px; color: #333333; line-height: 1;font-family: 'Din'; font-weight: bold;}
.innews .newslist .newsmiddle .item .date .time i{ display: block;font-size: 15px;margin-top: 5px;font-family: 'Din'; font-style: normal; font-weight: bold; color: #666666;}
.innews .newslist .newsmiddle .item .date .iconfont{font-size: 20px; color: #333333; -webkit-transition: all .5s;transition: all .5s;}
.innews .newslist .newsmiddle .item .line{width: 100%; height: 1px; margin: 15px 0; background: #e2e2e2;}
.innews .newslist .newsmiddle .item .title{ font-size: 17px;color: #333333; font-weight: bold;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.innews .newslist .newsmiddle .item .desc{ margin-top: 10px; font-size: 14px; color: #666666; line-height: 24px; height: 48px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.innews .newslist .newsmiddle .item:hover .title{ color: #bc0b13;}
.innews .newslist .newsmiddle .item:hover .date .iconfont{color: #bc0b13; font-size: 22px;}
.innews .newslist .newsright{ width: 43%; background: #ffffff; padding: 20px; box-sizing: border-box; box-shadow: 0 20px 19px rgba(0, 0, 0, .05);} 
.innews .newslist .newsright .item{ width: 100%; height: calc(100% / 3); border-bottom: 1px #e2e2e2 solid;}
.innews .newslist .newsright .item a{display: flex; justify-content: space-between; align-items: center; height: 100%;}
.innews .newslist .newsright .item .date {position: relative; font-size: 38px; color: #333333; line-height: 1;font-family: 'Din'; font-weight: bold; padding-right: 20px;}
.innews .newslist .newsright .item .date::after{position: absolute; content: ''; width: 2px; height: 100%; top: 0; right: 0; background: #e2e2e2;}
.innews .newslist .newsright .item .date i {display: block;font-size: 15px;margin-top: 10px;font-family: 'Din'; font-style: normal; font-weight: bold; color: #666666;}
.innews .newslist .newsright .item .middle{ padding-left: 20px;}
.innews .newslist .newsright .item .title {font-size: 17px;color: #333333; font-weight: bold;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.innews .newslist .newsright .item .desc{ margin-top: 15px; font-size: 14px; color: #666666; line-height: 24px; height: 48px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.innews .newslist .newsright .item .more{ padding-left: 40px; font-size: 18px; color: #666666;}
.innews .newslist .newsright .item:last-child{ border-bottom: none;}
.innews .newslist .newsright .item:hover .title{color: #bc0b13;}
.innews .newslist .newsright .item:hover .more{color: #bc0b13;}

.footer{position: relative; background: #bc0b13;}
.footer .footTop{padding: 70px 0; position: relative;}
.footer .footTop .left{ float: left; width: 17%;}
.footer .footTop .left .flogo{margin-bottom: 30px;}
.footer .footTop .left .ewm{ width: 100%; display: flex; align-items: center;}
.footer .footTop .left .ewm img{ height: 100px; width: 100px;}
.footer .footTop .left .ewm p{ margin-left: 15px; font-size: 15px; color: #ffffff; writing-mode: vertical-rl;}
.footer .footTop .right{ float: right; width: 70%;}
.footer .footTop .right dl { float: left; width: 25%; margin-left: 5%; border-top: 2px solid rgba(255, 255, 255, .5);}
.footer .footTop .right dl:first-child{margin-left: 0;}
.footer .footTop .right dl:last-child{ width: 40%;}
.footer .footTop .right dl dt {font-size: 18px; color: #fff; font-weight: bold; padding: 25px 0;}
.footer .footTop .right dl dd{ font-size: 15px; color:rgba(255,255,255,.9); line-height: 28px;}
.footer .footTop .right dl dd a{ font-size: 15px; color:rgba(255,255,255,.9);}
.footer .footTop .right dl dd a:hover{ color: #ffffff; font-weight: bold;}
.footer .footTop .right dl dd span{font-size: 30px;color: #ffffff; font-weight: bold; font-family: 'Din';}
.footer .copyright{ padding: 20px 0; font-size: 15px; color:#ffffff; border-top: 1px rgba(255, 255, 255, .1) solid;}
.footer .copyright a{font-size: 15px; color:rgba(255,255,255,.9);}
.footer .copyright a:hover{ color: #ffffff; font-weight: bold;}

/*二级页面 banner*/
.pbanner{ width:100%; position:relative; color: #fff; overflow:hidden;}
.pbanner .bannerimg {position: relative;}
.pbanner .bannerimg img{width:100%; display:block; opacity:1;-webkit-animation: picMove 3s ease;animation: picMove 3s ease;}
@-webkit-keyframes picMove {
    0%{
        -webkit-transform:scale(1.05);transform:scale(1.05)
    }
    100%{
        -webkit-transform:scale(1);transform:scale(1)
    }
}
@keyframes picMove {
	0%{
        -webkit-transform:scale(1.05);transform:scale(1.05)
    }
    100%{
        -webkit-transform:scale(1);transform:scale(1)
    }
}
.pbanner .bannerText { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.05); }
.pbanner .bannerText .container { position: relative; height: 100%;display: flex; justify-content: center; flex-direction: column;}
.pbanner .bannerText .container .catname{position: relative; font-size: 22px;color: #ffffff; display: flex; align-items: center;}
.pbanner .bannerText .container .catname::before{content: "";display: inline-block;width: 10px;height: 10px;border-radius: 100%;background: #ffffff; margin-right: 10px;}
.pbanner .bannerText .container .slogan{ margin-top: 10px; font-size: 38px; line-height: 1.5; text-transform: uppercase; }

.pagenav{position: absolute; bottom: 0; left: 0; width: 100%; background-position-x: 0; overflow: hidden;}
.pagenav .menunav{display: flex;align-items: center;position: relative; width: 80%; background:rgba(255, 255, 255, .9); border-top-right-radius: 25px;}
.pagenav .menunav::after {content: '';width: 100%; height: 100%; position: absolute; left: -100%;top: 0; background:rgba(255, 255, 255, .9);}
.pagenav .menunav .item {width: auto;padding:0 60px; line-height: 65px; position: relative; text-align: center;}
.pagenav .menunav .item::before{position: absolute; content:'';width: 1px;height: 20px; top: 50%; right: 0; transform: translateY(-50%); background:rgba(0, 0, 0, .3);}
.pagenav .menunav .item:last-child:before{display: none;}
.pagenav .menunav .item a {font-size: 17px; color: #333333;}
.pagenav .menunav .item:hover a,.pagenav .menunav .item.active a{color: #bc0b13; font-weight: bold;}

.btn {display:flex;align-items:center;background:#b5241e;padding:5px;border-radius:25px;position:relative;justify-content:space-between;height:50px;overflow:hidden;}
.btn .btn_dd {position:absolute; left: 5px; width:40px;height:40px;border-radius:100%;background:#fff;display:flex;align-items:center;justify-content:center; transition:all 0.5s ease;}
.btn .btn_dd img {height:10px;}
.btn .btn_dt {overflow:hidden;font-size:15px;color:#ffffff;padding:0 30px 0 55px;position:relative; transition:all 0.5s ease;left:0;overflow:hidden; height: 20px; display:flex;align-items:flex-end;}
.btn .btn_dt span {position:relative;bottom:0; transition:all 0.5s ease;transition-delay:0.3s;}
.btn .btn_p {position:absolute;font-size:15px;color:#ffffff;left:30px;height: 20px;overflow:hidden;display:flex;align-items:center;transition:all 0.5s ease;}
.btn .btn_p span {position:relative;bottom:-100%; transition:all 0.5s ease; opacity:0;transition:all 0.5s ease;}
.btn:hover .btn_dd{left: calc(100% - 45px); transition: all 0.5s ease;}
.btn:hover .btn_dt {transition:all 0.5s ease;}
.btn:hover .btn_p {height: 20px;transition:all 0.5s ease;}
.btn:hover .btn_p span {bottom:0;transition:all 0.5s ease;transition-delay:0.3s;opacity:1;}
.btn:hover .btn_dt span {bottom:100%;transition:all 0.5s ease;}

.pagemain{position: relative; padding: 70px 0; background: #ffffff;}
.pagemain .aboutbox{position: relative;}
.pagemain .aboutbox .name{ font-size: 34px; color: #bc0b13; line-height: 1;}
.pagemain .aboutbox .slogan{margin-top: 15px; font-size: 16px; color: #333333;}
.pagemain .aboutbox .content{margin-top: 25px; font-size: 15px; color: #333333; line-height: 26px;}
.pagemain .aboutbox .number{position:relative; margin-top: 50px; display: grid;grid-gap:0 20px; grid-template-columns: repeat(3,1fr);}
.pagemain .aboutbox .number .item {position: relative; box-sizing: border-box;}
.pagemain .aboutbox .number .item .T {display: -webkit-flex;display: flex;align-items: flex-end;}
.pagemain .aboutbox .number .item .T .timer {font-size: 62px;color: #bc0b13;font-family: 'Din'; font-weight: bold; line-height: 1;margin-right: 10px;}
.pagemain .aboutbox .number .item .T .num {font-size: 18px;color: #333333; font-weight: normal;}
.pagemain .aboutbox .number .item .c {margin-top: 10px;font-size: 15px; color: #333333;}

.pageabout{position: relative; padding: 70px 0; background: #ffffff;}
.pageabout .container{position: relative; display: -webkit-flex; display: flex; flex-direction: row; justify-content: space-between;}
.pageabout .left{ width: 50%; padding-right: 60px; box-sizing: border-box;}
.pageabout .left .en{font-size: 18px;color: #bc0b13;text-transform: uppercase; font-weight: bold; line-height: 1;}
.pageabout .left .dit{margin: 10px 0 15px 0;}
.pageabout .left .name{ font-size: 34px; color: #bc0b13; line-height: 1;}
.pageabout .left .slogan{margin-top: 15px; font-size: 16px; color: #333333;}
.pageabout .left .cont{margin-top: 25px; font-size: 15px; color: #666666; line-height: 26px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.pageabout .left .more{margin-top: 60px;position: relative; display: flex; }
.pageabout .left .more a{display: flex;align-items: center;background: #b5241e;padding:0 20px;border-radius: 5px;position: relative;justify-content: space-between;height: 50px;overflow: hidden;}
.pageabout .left .more .m{ font-size: 15px; color: #ffffff;}
.pageabout .left .more .icon{margin-left: 15px; -moz-transition: all .5s;-webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s;}
.pageabout .left .more:hover a{background: #951914;}
.pageabout .left .more:hover .icon{margin-left: 25px;}
.pageabout .number{position:relative; margin-top: 130px; margin-bottom: 80px; display: grid;grid-gap:0 20px; grid-template-columns: repeat(3,1fr);}
.pageabout .number .item {position: relative; box-sizing: border-box;}
.pageabout .number .item .T {display: -webkit-flex;display: flex;align-items: flex-end;}
.pageabout .number .item .T .timer {font-size: 62px;color: #bc0b13;font-family: 'Din'; font-weight: bold; line-height: 1;margin-right: 10px;}
.pageabout .number .item .T .num {font-size: 18px;color: #333333; font-weight: normal;}
.pageabout .number .item .c {margin-top: 10px;font-size: 15px; color: #333333;}
.pageabout .right{ width: 50%;}
.pageabout .right img{ width: 100%; height: 100%; object-fit: cover;}

.pagehonor{position: relative; padding: 70px 0; background: #f6f9fc;}
.pagehonor .en{font-size: 18px;color: #bc0b13;text-transform: uppercase; font-weight: bold; line-height: 1;}
.pagehonor .dit{margin: 10px 0 15px 0;}
.pagehonor .name{font-size: 34px; line-height: 1; color: #333333;}
.pagehonor .honorlist{position: relative; margin-top: 50px;}
.pagehonor .honorlist .honorswiper .swiper-slide{width: calc((100% - 20px*3)/4); display: block; padding: 10px; background: #ffffff; margin-right: 20px; border-radius: 5px; box-shadow: 0 15px 10px rgba(0, 0, 0, .1); box-sizing: border-box;}
.pagehonor .honorlist .honorswiper .swiper-slide:last-child{ margin-right: 0;}
.pagehonor .honorlist .honorswiper .swiper-slide p{line-height: 60px; font-size: 17px; color: #000000; text-align: center;}
.pagehonor .honorlist .honorswiper .swiper-slide:hover{ background: #bc0b13;}
.pagehonor .honorlist .honorswiper .swiper-slide:hover p{color: #ffffff;}
.pagehonor .honorlist .honorarrow{position: absolute;right: 0; top: -90px; }
.pagehonor .honorlist .honorarrow .iconfont{ position: relative; display: inline-block; padding: 0 50px; font-size: 17px; color: #000000; line-height: 40px; border-radius: 2px; margin-right: 20px; background: #ffffff; box-shadow: 0 0 10px rgba(0, 0, 0, .1);  cursor: pointer;}
.pagehonor .honorlist .honorarrow .iconfont:last-child{ margin-right: 0;}
.pagehonor .honorlist .honorarrow .honor_prev{transform: rotate(180deg);}
.pagehonor .honorlist .honorarrow .iconfont:hover{color: #ffffff; background: #bc0b13;}
.pagehonor .honorlist .honorswiper .pagination{margin-top: 35px; text-align: center;}
.pagehonor .honorlist .honorswiper .pagination .swiper-pagination-bullet{ width: 8px; height: 8px; border-radius: 50%; margin:0 7px; box-shadow: 0 0 10px rgba(0, 0, 0, .1);}
.pagehonor .honorlist .honorswiper .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #bc0b13;}
.pagehonor .more{margin-top: 50px;position: relative; display: flex;justify-content: center;}
.pagehonor .more a{display: flex;align-items: center;background: #b5241e;padding:0 20px;border-radius: 5px;position: relative;justify-content: space-between;height: 50px;overflow: hidden;}
.pagehonor .more .m{ font-size: 15px; color: #ffffff;}
.pagehonor .more .icon{margin-left: 15px; -moz-transition: all .5s;-webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s;}
.pagehonor .more:hover a{background: #951914;}
.pagehonor .more:hover .icon{margin-left: 25px;}
.pagehonorcent{position: relative; padding: 70px 0; background: #ffffff;}
.pagehonorcent .honorcent{display: grid;  grid-gap: 30px; grid-template-columns: repeat(4,1fr);}
.pagehonorcent .honorcent .item{ display: block; padding: 10px; background: #f5f5f5; border-radius: 5px; box-sizing: border-box;}
.pagehonorcent .honorcent .item p{line-height: 60px; font-size: 17px; color: #000000; text-align: center;}
.pagehonorcent .honorcent .item:hover{ background: #bc0b13;}
.pagehonorcent .honorcent .item:hover p{color: #ffffff;}

.pagepartnercent{position: relative; padding: 70px 0; background: #f4f8fb;}
.pagepartnercent .partnercent{display: grid;  grid-gap: 20px; grid-template-columns: repeat(6,1fr);}
.pagepartnercent .partnercent .item{border-radius: 5px; overflow: hidden; box-sizing: border-box;}


.pagenews{position: relative; padding: 70px 0; background: #f4f8fb;}
.pagenews .newsbox{position: relative; display: flex; flex-wrap: wrap;}
.pagenews .newsbox .item{ width: 25%; border-right: 1px solid #dadada;}
.pagenews .newsbox .item a{display: block; padding: 30px;}
.pagenews .newsbox .item .newsdate{font-size: 16px; color: #999999; font-family: 'Din'; font-weight: bold;}
.pagenews .newsbox .item .newstitle{ font-size: 20px; color: #333333; line-height: 28px; margin: 10px 0px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.pagenews .newsbox .item .newsimg{position: relative; top: 0; right: 0; overflow: hidden; border-radius: 5px;display: flex; width: 100%; max-width: 100%;}
.pagenews .newsbox .item .newsimg div{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;position: relative;left: 0;top: 0;}
.pagenews .newsbox .item .newsimg div img { width: 100%; height: 100%; object-fit: cover;}
.pagenews .newsbox .item .newssmall{margin-top: 20px; font-size: 15px; color: #666666; line-height: 28px; height: 56px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.pagenews .newsbox .item .newsmore{ margin-top: 40px;}
.pagenews .newsbox .item .newsmore i{margin-right: 15px; font-size: 18px; color: #bc0b13;}
.pagenews .newsbox .item .newsmore span{font-size: 15px; color: #333333;}
.pagenews .newsbox .item.nothumb .newstitle{ -webkit-line-clamp: 2; height: 56px;}
.pagenews .newsbox .item.nothumb .newssmall{margin-top: 40px; -webkit-line-clamp: 3; height: 84px;}
.pagenews .newsbox .item.nothumb .newsmore{ margin-top: 60px;}
.pagenews .newsbox .item:hover{ background: #bc0b13;}
.pagenews .newsbox .item:hover .newsdate{color: #ffffff;}
.pagenews .newsbox .item:hover .newstitle{ color: #ffffff;}
.pagenews .newsbox .item:hover .newssmall{color: #ffffff;}
.pagenews .newsbox .item:hover .newsmore span,.pagenews .newsbox .item:hover .newsmore i{color: #ffffff;}

.employment{position: relative; padding: 70px 0; background: #ffffff;}
.employment .container{display: flex; align-items: center; justify-content: space-between;}
.employment .leftList{width: 47%;}
.employment .leftList .listTitle{margin-bottom: 35px; font-size: 30px; color: #333333;}
.employment .leftList .listContent{ font-size: 15px; color: #666666; line-height: 1.8;}
.employment .rightImg{width: 45%;border-top-right-radius: 50px; overflow: hidden;}
.employment .rightImg img{ width: 100%; height: 100%; object-fit:cover;}
.pagejoin{position: relative; padding: 70px 0; background: #ffffff;}
.pagejoin .hdTitle{margin-bottom: 35px; font-size: 30px; color: #333333;}
.pagejoin .jnlist { display: -webkit-box;display: -ms-flexbox;display: flex;background: #bc0b13;border-top-left-radius: 5px;
 border-top-right-radius: 5px; -webkit-box-align: center;-ms-flex-align: center;align-items: center;height: 60px; -webkit-transition: .4s;transition: .4s;}
.pagejoin .jnlist div{font-size: 17px; color: #ffffff;font-weight: bold; -webkit-box-flex: 1;-ms-flex: 1;flex: 1;text-align: center;-webkit-transition: .4s;transition: .4s;}
.pagejoin .joinlist {width: 100%;position: relative;}
.pagejoin .joinlist .list_dl{border-bottom: 1px solid #e5e5e5;-webkit-transition: .4s;transition: .4s;}
.pagejoin .joinlist .list_dl:last-child{ margin-bottom: 0;}
.pagejoin .joinlist .list_dt {cursor: pointer;display: -webkit-box;display: -ms-flexbox;display: flex;background: #ffffff;    -webkit-box-align: center;-ms-flex-align: center;align-items: center;height: 60px; -webkit-transition: .4s; transition: .4s;}
.pagejoin .joinlist .list_dt div {font-size: 16px;color: #333;-webkit-box-flex: 1;-ms-flex: 1;flex: 1; text-align: center;}
.pagejoin .joinlist .list_dt div.menu { position: relative; }
.pagejoin .joinlist .list_dt div.menu i { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 12px; height: 2px; background: #606060; display: block; -webkit-transition: .4s; transition: .4s; }
.pagejoin .joinlist .list_dt div.menu i:last-child { -webkit-transform: translate(-50%, -50%) rotate(90deg); transform: translate(-50%, -50%) rotate(90deg); }
.pagejoin .joinlist .list_dd {display: none;border-top-left-radius: 5px; border-top-right-radius: 5px; padding: 40px;font-size: 15px;line-height: 2;color: #333333;background: #f0f5fb; -webkit-transition: .4s; transition: .4s;}
.pagejoin .joinlist .list_dl#open .list_dd{ display: block;-webkit-transition: .4s; transition: .4s;}

/* 公共 */
.showbox{position: relative;}
.show_btm{float: left; width: 110px;}
.show_btm {position: relative;}
.show_btm.fixed{position: fixed; top:100px; z-index:9;}
.show_btm .item{width: 100%; background-color: #ffffff; margin-bottom: 10px;}
.show_btm .item:last-child{margin-bottom: 0;}
.show_btm .item a{display: block; height: 110px; font-size: 15px; text-align: center; overflow: hidden; color: #666666;}
.show_btm .item a i{display: block; font-style: normal; font-size: 16px; height: 40px; line-height: 40px; margin-top: 25px;}
.show_btm .item a .le{transform: rotateY(-180deg);}
.show_btm .item:hover{background: #bc0b13;}
.show_btm .item:hover a{color: #ffffff;}
.newsshow{width: calc(100% - 150px); float: right; padding: 35px; background-color: #ffffff; box-sizing: border-box;}
.newsshow .item_top{width: 100%;padding-bottom: 30px; border-bottom: 1px solid #cccccc;}
.newsshow .item_top .pageT{margin-bottom: 10px; font-size: 24px;line-height: 1.5;color: #333333;}
.newsshow .item_top .pageD{font-size: 15px;color: #666666;}
.newsshow .item_top .pageD .line{margin: 0 5px; font-size: 14px; font-weight: lighter; color: #999999;}
.newsshow .item_content{padding: 30px 0; font-size:16px; color:#333333; line-height:2;}
.newsshow .video_cont{width:100%; text-align:center;}
.newsshow .video_cont iframe{width:90%;height:400px; margin:0 auto;}
.newsshow .item_content p a{font-size: 16px !important; }
.newsshow .item_content img{max-width:100%; margin:5px 0;}
.newsshow .item_content table{border-collapse:collapse;width:100% !important;}
.newsshow .item_content table,.newsshow .item_content tr{ font-size: 16px; color: #444444; }
.newsshow .item_content table,.newsshow .item_content th,.newsshow .item_content td{ border: 1px solid #333333; text-align: center; font-size: 16px;}
.page_btm{width: 100%;padding-top: 30px;border-top: 1px solid #e2e2e2;display: flex;align-items: center; justify-content: space-between;}
.page_btm .paging_nav{width: calc(100% - 180px);margin: 0;display: flex;justify-content: space-between;align-items: flex-start;flex-wrap: wrap;flex-direction: column;align-content: flex-start;}
.page_btm .paging_nav .prevpage{float: left;width: 100%;}
.page_btm .paging_nav .prevpage a{line-height: 2;color: #555555;font-size: 15px;display: inline-block; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis}
.page_btm .paging_nav .prevpage:hover a{color: #bc0b13;}
.page_btm .paging_nav .nextpage {float: left;width: 100%;}
.page_btm .paging_nav .nextpage a {line-height: 2;color: #555555;font-size: 15px; display: inline-block; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis}
.page_btm .paging_nav .nextpage:hover a{color: #bc0b13;}
.page_btm .return_list{width: 150px;}
.page_btm .return_list .backList{width:100%; height: 45px; font-size: 15px; color: #ffffff; border-radius: 25px; background: #bc0b13; display: flex; align-items: center; justify-content: center;}
.page_btm .return_list .backList .ml-cio{ margin-left: 10px; height: 12px;}
.page_btm .return_list .backList:hover{background:#9c1f1a;}

.pageproduct{position: relative; padding: 70px 0; background: #f4f8fb;}
.pageproduct .prodnav{position: relative; display: flex; margin-bottom: 30px; }
.pageproduct .prodnav a{padding: 0 40px; margin-right: 20px; font-size: 16px; color: #333333; line-height: 40px; border: 1px #cccccc solid; border-radius: 20px; background: #ffffff; display: block;}
.pageproduct .prodnav a:last-child{ margin-right: 0;}
.pageproduct .prodnav a:hover,.pageproduct .prodnav a.active{color: #ffffff; font-weight: bold; border: #bc0b13 1px solid; background: #bc0b13;}
.pageproduct .productbox{position: relative; display: grid; grid-gap: 30px; grid-template-columns: repeat(4,1fr);}
.pageproduct .productbox .item{ overflow: hidden; border-radius: 5px;}
.pageproduct .productbox .item a{display: block; padding: 10px; background: #ffffff;}
.pageproduct .productbox .item p{line-height: 60px; font-size: 17px; color: #000000; text-align: center;}
.pageproduct .productbox .item:hover a{background: #bc0b13;}
.pageproduct .productbox .item:hover p{color: #ffffff;}
.pageproduct .showproduct{padding: 40px; border-radius: 5px; background: #ffffff;}
.pageproduct .showproduct .toplist{font-size: 30px; color: #333333; padding-bottom: 20px; border-bottom: 1px #e1e1e1 solid;}
.pageproduct .showproduct .contentlist{ margin-top: 30px;}
.pageproduct .showproduct .contentlist .left{ width: 40%;}

.pagecase{position: relative; padding: 70px 0; background: #f4f8fb;}
.pagecase .casebox{position: relative; display: grid; grid-gap: 30px; grid-template-columns: repeat(4,1fr);}
.pagecase .casebox .item{ overflow: hidden; border-radius: 5px;}
.pagecase .casebox .item a{display: block; padding: 10px; background: #ffffff;}
.pagecase .casebox .item p{line-height: 60px; font-size: 17px; color: #000000; text-align: center;}
.pagecase .casebox .item:hover a{background: #bc0b13;}
.pagecase .casebox .item:hover p{color: #ffffff;}

.pagecontact{position: relative; padding: 70px 0; background: #ffffff url(../img/contactbg.jpg) center no-repeat; background-size: cover;}
.pagecontact .basetop {
    padding: 40px;
    background: #ffffff;
    box-shadow: 0 10px 15px rgba(0,0,0,.1);
}

.pagecontact .basetop .title {
    font-size: 34px;
    color: #333333;
    font-weight: bold;
}

.pagecontact .basetop .title .iconfont {
    font-size: 30px;
    color: #333333;
    margin-left: 5px;
}

.pagecontact .basetop .baselist {
    position: relative;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pagecontact .basetop .baselist .item {
    position: relative;
    width: 25%;
    padding: 0 20px;
    text-align: center;
    box-sizing: border-box;
}

.pagecontact .basetop .baselist .item .iconfont {
    font-size: 30px;
    color: #333333;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.pagecontact .basetop .baselist .item .text {
    margin: 25px auto 20px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.pagecontact .basetop .baselist .item .mation {
    font-size: 15px;
    color: #666666;
}

.pagecontact .basetop .baselist .item::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
    background: #c7c7c7;
}

.pagecontact .basetop .baselist .item:last-child::after {
    display: none;
}

.pagecontact .basetop .baselist .item:hover .iconfont {
    color: #bc0b13;
    transform: translateY(-10px);
}

.pagecontact .basemap {
    width: 100%;
    height: 320px;
}

/* fenye */
.pages { margin:0 auto; text-align:center; font-size:15px;}
.pages li { margin: 40px 2px 0; display:inline-block; height:36px; line-height:36px;border: 1px #eaeaea solid; background:#ffffff; }
.pages li a{text-align:center; color:#333333; padding:0 15px;}
.pages .active {background:#b5241e; text-decoration:none}
.pages .active a{color:#ffffff; }
.pages li:hover { background:#b5241e; text-decoration:none }
.pages li:hover a{ color:#ffffff;}
.pages span{ display:inline-block; height:26px; line-height:26px;  border:1px solid #cccccc; color:#333333; text-align:center; padding:0 13px;}
.pages1{ width:100%; padding: 40px 0; background: #ffffff;border-top: 1px #e5e5e5 solid; margin-top: 20px; }
.pages1_l{ float:left; width:100%;}
.pages1_l a{ line-height:26px; color:#333333; font-size: 15px;}
.pages1_l:hover a{ color:#b5241e;}
.pages1_r{ float:left; width:100%; }
.pages1_r a{line-height:26px; color:#333333; font-size: 15px;}
.pages1_r:hover a{ color:#b5241e;}


#pictureViewer{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.9);
    z-index: 10000;
}
#pictureViewer > .content{
    background-color: #fff;
    position: absolute;
    width: 70%;
    height: 70vh;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#pictureViewer .menu-bar{
    width: 100%;
}
#pictureViewer .menu-bar .handel{
    width: 40px;
    height: 40px;
    float: right;
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
}
#pictureViewer .menu-bar .handel:hover{
    background-color: #117167;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#pictureViewer .menu-bar .handel.maximization{
    background-image: url(../img/icon/maximization_black.png);
    background-size: 14px;
}
#pictureViewer .menu-bar .handel.maximization:hover{
    background-image: url(../img/icon/maximization_white.png);
}
#pictureViewer .menu-bar .handel.miniaturization{
    background-size: 16px;
    background-image: url(../img/icon/miniaturization_black.png);
}
#pictureViewer .menu-bar .handel.miniaturization:hover{
    background-image: url(../img/icon/miniaturization_white.png);
}
#pictureViewer .menu-bar .handel.close-view{
    background-image: url(../img/icon/close_black.png);
    background-size: 15px;
}
#pictureViewer .menu-bar .handel.close-view:hover{
    background-image: url(../img/icon/close_white.png);
}
#pictureViewer .handel-prev,
#pictureViewer .handel-next{
    display: inline-block;
    width: 50px;
    height: 70px;
    position: relative;
    top: calc(50% - 80px);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 50%;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#pictureViewer .handel-prev{
    background-image: url(../img/icon/prev_blank.png);
}
#pictureViewer .handel-next{
    background-image: url(../img/icon/next_blank.png);
}
#pictureViewer .handel-prev:hover,
#pictureViewer .handel-next:hover{
    background-color: #117167;
}
#pictureViewer .handel-prev:hover{
    background-image: url(../img/icon/prev_white.png);
}
#pictureViewer .handel-next:hover{
    background-image: url(../img/icon/next_white.png);
}
#pictureViewer .picture-content{
    display: inline-block;
    width: 80%;
    height: calc(100% - 80px);
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}
#pictureViewer .picture-content .cover{
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#pictureViewer .counter{
    position: absolute;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    color: #808080;
    font-size: 13px;
}
#pictureViewer .hide{
    display: none;
}
#pictureViewer .left{
    float: left;
}
#pictureViewer .right{
    float: right;
}
#pictureViewer .clear-flex{
    clear: both;
}
#pictureViewer img{
    max-width: 100%;
    max-height: 100%;
}


@media screen and (max-width: 1560px) and (min-width: 1280px){
    .container{width: 96%;}
    .header .nav .drop{padding: 0 20px;}
}