@charset "UTF-8";

@font-face {
	font-family: 'MiSans-Medium';
	src: url(../fonts/MiSans-Medium.ttf);
}

body{
  min-height: 100vh;
  position: relative;
  width: 100%;
  overflow-x: hidden;
  background: #F5F5F5;
}
a{color: #383838;}
a:hover{color: #4EB7C3;}
a:hover, a:visited, a:link, a:active {text-decoration: none;}
input,textarea,select{font-family:"Microsoft Yahei",simSun,Arial;font-size:inherit;font-weight:inherit;}
input,textarea,button{outline:none;padding: 0;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color: #999;}
input::-moz-input-placeholder,textarea::-webkit-input-placeholder{color: #999;}
input::-ms-input-placeholder,textarea::-webkit-input-placeholder{color: #999;}
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;-moz-appearance: none;appearance: none;}
input::-ms-clear {display:none;}
input:focus,textarea:focus{outline:none;box-shadow: none !important;border-color: revert !important;}
input:focus{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-modify:read-write-plaintext-only;}
textarea{resize: none ;-webkit-appearance: none;}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"]{
    -moz-appearance: textfield;
}

li{
  float: left;
  list-style: none;
}
ol, ul, p{
  margin: 0;
  padding: 0;
}
img{
  max-width:100%;
  -webkit-transition: 0.3s ease-out 0s;
  -o-transition: 0.3s ease-out 0s;
  transition: 0.3s ease-out 0s;
}
/* img:hover{
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
} */
::-webkit-scrollbar{width: 5px;}
::-webkit-scrollbar-thumb {
    background: #aaaaaa;
    border-radius: 100px;
    cursor: pointer;
}

.breadcrumb{
  padding:30px 5%;
  font-size:12px;
  background:#ffffff;
  border-top:1px #E5E5E5 solid;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.breadcrumb:before{
  background:url(../images/location.svg);
  content:"";
  width:16px;
  height:16px;
  margin-right: 5px;
}
.breadcrumb-item+.breadcrumb-item::before{
  content:">";
  color:#A6A6A6;
}


.loading{
  width:80px;
  /* margin-top: 2rem; */
  margin: auto;
}
.wrapper-main-content{margin-bottom: 10rem;}
.carousel img{width:100%;}
section{margin-bottom: 8rem;}
.margin-b-no{
  margin-bottom: 0 !important;
}

.container{
  padding-left: 5%;
  padding-right: 5%;
  width: 100%;
  max-width: 100%;
  padding-top: 8rem;
  /* box-sizing: content-box; */
}

.Highlight{
  color:#4EB7C3;
}


/* header */
.top-wrapper{
  background: #ffffff;
  overflow: hidden;
  width: 100%;
  height: 140px;
}
.top-wrapper.over{}
.top-wrapper.over .top{
  padding: 10px 5%;
  position: fixed;
  top: 0;
  height: auto;
  background: rgba(255,255,255,0.95);
}
.top-wrapper.over .top .logo{height: 60px;}
.top-wrapper .top{
  width: 100%;
  background-color: white;
  z-index: 100;
  font-size: 14px;
  line-height: 30px;
  /* text-transform: uppercase; */
  font-weight: 600;
  box-sizing: border-box;
  overflow: hidden;
  padding: 30px 5%;
  border-bottom: 1px #E5E5E5 solid;
  position: relative;
}
.top-wrapper .top .wrap{
  /* position: relative; */
  overflow: hidden;
}
.top-wrapper .top .logo{height: 80px;}
.top-wrapper .top #logo{float: left;}
.top-wrapper .scroller{width:auto !important;}
.top-wrapper .top .right {
    text-align: center;
    overflow: hidden;
    height: 60px;
    position: absolute;
    right: 5%;
    top: 0;
    bottom: 0;
    margin: auto;
}
.top-wrapper .top .right li{
  margin-left: 100px;
}
.top-wrapper .top .right li:first-child{
  margin-left:0;
}
.top-wrapper .top .right a{
  padding: 15px 0;
  position: relative;
  float: left;
  font-weight: normal;
  font-size: 18px;
}
.top-wrapper .top .right a.active{font-weight: bold;}
.top-wrapper .top .right a.active:after{
  border-bottom: 3px #4EB7C3 solid;
  width: 35px;
  height: 1px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.top-wrapper .top .right a span{margin-left:10px;font-size: 12px;line-height: 24px;}
.sticky {
    list-style-type: none;
    position: fixed;
    margin-top: -24vh;
    /* max-height: 75vh; */
    overflow: auto;
}
.icon-close {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 10px;
    cursor: pointer;
}
.top-wrapper .top a.btn-menu-burger{
  display: none;
  margin: 0;
  padding: 0;
}
.top-wrapper .top .right .icon-menu {
    /* width: 18px; */
    margin-top: -2px;
}
a.btn-menu-burger .icon-close {display: none;}
body.open-tray-menu a.btn-menu-burger .icon-close {display: inline-block;}
.top-wrapper .top .right a.btn-menu-burger>i.icon-close {
    width: 22px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
}
body.open-tray-menu a.btn-menu-burger .icon-menu {opacity: 0 !important;}
.icon-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.icon-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.icon-close::before, .icon-close::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 95%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #000;
}
.tray-menu--mask {
    display: block;
    content: '';
    position: fixed;
    z-index: 9998;
    background: rgba(0,0,0,0.5);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s cubic-bezier(0.55,0.085,0.68,0.53) 0.3s,visibility 0.3s cubic-bezier(0.55,0.085,0.68,0.53) 0.3s;
    -o-transition: opacity 0.3s cubic-bezier(0.55,0.085,0.68,0.53) 0.3s,visibility 0.3s cubic-bezier(0.55,0.085,0.68,0.53) 0.3s;
    transition: opacity 0.3s cubic-bezier(0.55,0.085,0.68,0.53) 0.3s,visibility 0.3s cubic-bezier(0.55,0.085,0.68,0.53) 0.3s;
}
body.open-tray-menu .tray-menu--mask {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s cubic-bezier(0.55,0.085,0.68,0.53),visibility 0s cubic-bezier(0.55,0.085,0.68,0.53) 0s;
    -o-transition: opacity 0.3s cubic-bezier(0.55,0.085,0.68,0.53),visibility 0s cubic-bezier(0.55,0.085,0.68,0.53) 0s;
    transition: opacity 0.3s cubic-bezier(0.55,0.085,0.68,0.53),visibility 0s cubic-bezier(0.55,0.085,0.68,0.53) 0s;
}
.tray-menu {
    position: fixed;
    z-index: 9999;
    width: calc(100% - 60px);
    left: -100%;
    right: auto;
    top: 0;
    bottom: 0;
    background: #fff;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
    padding: 0 20px 20px;
    -webkit-transition: left 0.5s cubic-bezier(0.55,0.085,0.68,0.53) 0.3s;
    -o-transition: left 0.5s cubic-bezier(0.55,0.085,0.68,0.53) 0.3s;
    transition: left 0.5s cubic-bezier(0.55,0.085,0.68,0.53) 0.3s;
    max-width: 350px;
}
body.open-tray-menu .tray-menu {
    left: 0;
    -webkit-transition: left 0.5s cubic-bezier(0.55,0.085,0.68,0.53) 0.3s;
    -o-transition: left 0.5s cubic-bezier(0.55,0.085,0.68,0.53) 0.3s;
    transition: left 0.5s cubic-bezier(0.55,0.085,0.68,0.53) 0.3s;
}
.tray-menu ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    float: revert;
}
.tray-menu .menu-level {
    padding: 0 20px;
    position: absolute;
    display: inline-block;
    float: none;
    width: 100%;
    list-style: none;
    margin: 0;
    left: -100%;
    -webkit-transition: left 0.5s cubic-bezier(0.55,0.085,0.68,0.53);
    -o-transition: left 0.5s cubic-bezier(0.55,0.085,0.68,0.53);
    transition: left 0.5s cubic-bezier(0.55,0.085,0.68,0.53);
    overflow: hidden;
    overflow-y: auto;
    max-height: 100vh;
    text-align: center;
}
.tray-menu .menu-current {left: 0;}
.tray-menu .menu-in {left: 0;}
.tray-menu .main>li:first-child {margin: 60px auto 40px;}
.tray-menu .main>li:first-child .logo{
  height: 70px;
  padding-left: 1rem;
}
.tray-menu .main .first-nav .padder {height: 16px;}
.tray-menu ul li a {
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    color: #282828;
    /* text-transform: uppercase; */
}
.tray-menu ul li a span{
  margin-left:10px;
  font-weight:normal;
  font-size:12px;
}
.tray-menu .first-nav li{
  border-bottom: 1px #e5e5e5 solid;
  padding: 20px 5px;
}
@media screen and (min-width:1600px){
  .container>*{max-width:1600px;margin-left: auto;margin-right: auto;}
  .RedDes-content section .text h2{margin-bottom: 20px;}
  .RedDes-content .container>*{max-width: 1400px;}
}
@media screen and (max-width: 1200px){
  .top-wrapper .top .right a{
    margin: 0;
  }
  .EventNewsList .EventNewsImg .float-left{width: 100% !important;}
  .EventNewsList .EventNewsImg .float-right{display: none !important;}
  .EventNewsList .EventNewsImg .float-left .imgbox{height: 22.35rem;}
  .EventNewsList .EventNewsImg .float-right .imgbox{height: 10.5rem;}
}
@media (max-width: 1023px){
  .top-wrapper{height: 75px;}
  .top-wrapper .top{
    padding-top: 10px;
    padding-bottom: 10px;
    /* height: 75px; */
  }
  .top-wrapper.over .top{}
  .top-wrapper .top .logo{
    width: 120px;
    height: auto !important;
  }
  .top-wrapper .top.primary #nav{display:none;}
  .top-wrapper .top.primary .right {right: 2%;}
  .top-wrapper .top a.btn-menu-burger{display: block;}
  .top-wrapper .top.primary .hidden-sm {display: none;}
  .top-wrapper .top.primary>a, .top-wrapper .top.primary .right{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: auto;
  }
  .top-wrapper .top.primary .right a {margin-left: 20px;padding: 5px 15px;}
}
/* header end */

/* footer */
.footer{
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #000;
}
.footer .container{
  padding: 4rem 5%;
  width: auto;
}
.foot01{
  position: relative;
  overflow: hidden;
  text-align: center;
}
.foot01>a{/* float: left; */}
.footer .foot02{color:#808080;font-size:14px;width: 100%;overflow: hidden;margin: 1.5rem auto 0.4rem;}
.footer .foot02>div{display: inline-block;width: auto;padding: 0 3rem;}
.footer .foot02 img{height:30px;opacity: 0.6;filter: grayscale(100%);-webkit-filter: grayscale(100%);}
.footer .foot02 img:hover{filter: grayscale(0%);-webkit-filter: grayscale(0%);}
.footer img{height: 80px;}
.copyright{
  text-align: center;
  margin-top: 1%;
}
.copyright p{
  margin-bottom: 0;
  font-size: 12px;
  color: #808080;
}
.copyright a{
  color:#808080;
}
@media (max-width: 1023px){
  .footer .container{
    text-align: center;
    /* padding: 8% 5% 3%; */
  }
}
@media (max-width: 900px){
  .footer .f-digital{font-size: 20px;}
}

@media (max-width: 780px){
  .footer .container{/* padding: 12% 5% 3%; */}
  .foot01>a{float: none;}
  .footer img{
    height: auto;
    width: 30%;
  }
  .footer .right{
    width: 100%;
    padding: 0;
    float: revert;
    margin: 1% auto 0;
    position: revert;
  }
  .footer .right li{
    padding: 0 3%;
    font-size: 14px;
    margin-bottom: 6%;
    border-right: dotted 1px #e5e5e5;
    line-height: 1.5;
    float: left;
    margin-top: 6%;
  }
  .footer .foot02 img{
    height: 20px;
    width: auto;
  }
  .footer .foot02>div{/* margin-bottom:0.8rem; */}

  .copyright{/* padding-top: 5%; */}
  .copyright p,.copyright a{color: #999;}
}
@media (max-width: 680px){
  .footer .container{padding: 3rem 5%;}
}
@media (max-width: 540px){
  .footer img{width: 40%;}
  .footer .f-digital{font-size: 15px;}
}
/* footer end */

/* fixedbtn */
.fixed_right{
  position: fixed;
  z-index: 8;
  bottom: 30vh;
  right: 5vw;
}
.fixedbtn{right:revert;position: relative;bottom: revert;}
.retopbtn[onclick="returnTop()"]{
  background-image: url(../images/retop.svg);
  margin-top: 2vh;
}
.fixedbtn{
  position: fixed;
  z-index: 8;
  bottom: 30vh;
  right: 3vw;
  border: none;
}
.fixedbtn button{
  border: none;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  position: relative;
  margin: auto;
}
.fixedbtn button:hover{
  opacity:0.8;
}
#ApplyBtn{
  width: 6rem;
  height: 6rem;
}
.fixedbtn:focus,.fixedbtn:hover{
  color: #FF5722;
  border: none;
  outline: none;
}
.fixedbtn img{width: 100%;position:absolute;left:0;right:0;top:0;bottom:0;margin: auto;}
.retopbtn{
  font-size: 0;
  color: #9a9a9a;
  cursor: pointer;
  background-color: rgba(229,229,229,0.8);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  display: block;
}
.modal-header,.modal-footer{
  border:none;
  padding: 0;
}
.modal-header .close{
  position:absolute;
  right:1rem;
  z-index: 1;
  font-size:2rem;
  font-weight:normal;
}
.modal-footer{padding-bottom:30px;}
.modal-body{
  padding: 30px 1rem 0;
}
.modal-body .form{
  padding: 1rem 2rem;
}
.form-group{
  margin-bottom:16px;
  padding: 0 15px;
}
.modal-dialog{
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  margin:auto;
  height: max-content;
  max-width: 780px;
  border-radius: 10px;
  overflow: hidden;
}
.modal-content{
  display:block;
  /* height: 320px; */
  overflow: hidden;
  /* background: #f2f2f2; */
}
.modal-content .float-left{
  width: 200px;
  height: 100%;
  position: absolute;
  background: #f2f2f2;
}
.modal-content .PC{
  display:block;
}
.modal-content .MWeb{
  display:none;
}
.modal-content .float-right{
  width: 575px;
  padding: 1rem 2rem;
  background: #ffffff;
}
.col-form-label{
  font-size:14px;
}
.form-control{
  height:38px;
  line-height:36px;
  font-size: 14px;
}
.btn-Apply{
  background: #4EB7C3;
  color: #ffffff;
  padding: 10px 30px;
  margin-top: 12px;
  font-size: 16px;
}
.btn-Apply:hover{
  background: #63cad6;
  color: #ffffff;
}

@media (max-width: 680px){
  .fixedbtn{/* width:50px; *//* height:50px; */}
  .fixedbtn img{/* width:18px; */}
  .fixedbtn[onclick="returnTop()"]{background-size:18px;}
}
/* fixedbtn end */


/* banner carousel */
#carousel-example-generic{
  overflow: hidden;
}
#carousel-example-generic img{
  width: 100%;
}
.carousel-indicators{
  bottom: 4vh;
}
.carousel-indicators li{
  width: 10px;
  height: 10px;
  background-color: #a9a9a9;
  border-radius: 100%;
  margin:0 10px;
}
.carousel-indicators .active{
  background-color:#4EB7C3;
  position:relative;
}
.carousel-indicators .active:after{
  content:"";
  display:block;
  width:16px;
  height:16px;
  border:1px #4EB7C3 solid;
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  margin:auto -3px;
  border-radius:100%;
}
.carousel-control.left,.carousel-control.right{
  background-image: none;
}
/* banner carousel end */

.Sec-title{
  margin-bottom: 4rem;
  margin-top: 2rem;
}
.Sec-title h3{
  text-transform:uppercase;
  font-weight: 400;
}
.Sec-title h2{
  letter-spacing: 0.8em;
  padding-left: 0.8em;
  font-weight: 600;
}

/*竖屏*/
@media only screen and (orientation: portrait) {
	.PCIMG{display: none !important;}
	.MWebIMG{display: block !important;width: 100%;}
	.carousel-indicators{display:none;}
}

/*横屏*/
@media only screen and (orientation: landscape) {
	.PCIMG{display: block !important;width: 100%;}
	.MWebIMG{display: none !important;}
}

/* RedDes-content */
.RedDes-content{font-size:16px;}
.banner-fluid{margin-bottom: 5vw;}
.RedDes-title{margin-bottom:3rem;}
.RedDes-title h5{font-weight:bold;margin-bottom: 0.2rem;}
.RedDes-title p{color:#999;}
.Award-box .col-lg-6{margin: auto;}
.Award-box .col-lg-6>*{margin:0;}
.RedDes-content section:last-child{margin-bottom: 0;}
.RedDes-content section .right{padding-left: 5%;}
.RedDes-content section .text02{margin-top: 5rem;}
.RedDes-content section .text p{margin-bottom: 1em;color: #666;line-height: 2;}
.RedDes-content section .text p:last-child{margin-bottom:0;}
.RedDes-content section .text strong{color:#000;padding: 0 5px;}
.RedDes-content section .text span{margin-right: 1.5em;}
.RedDes-content section .text span:last-child{margin-right: 0;}
.RedDes-content section .text .display-4{margin: 0 1%;}
.RedDes-fluid{
  padding: 8rem 5%;
  /* margin-bottom: 0; */
  background: #f5f5f5;
}
.RedDes-fluid .logo{margin-bottom: 3rem;}
.methods-box{background:#f5f5f5;padding: 30px 80px;}
.Award-box .left{background:#E70012;color:#ffffff;height: 100px;font-weight: bold;}
.RedDes-content .Award-box .right{text-align:left;padding: 10px 0 10px 2rem;margin-top: 0;}
.RedDes-content .Award-box .right p{font-size:12px;line-height: 1.5;margin-top: 5px;}

#posters{max-width:1600px;margin:auto;position: relative;}
#posters .container{padding-top: 1rem;}
.posters h4{margin:1.5rem 0 1rem;font-weight:600;}
.posters.swiper-container{margin: 0 15px;max-width: 1400px;/* padding: 0 5%; */overflow: hidden;/* margin-left: auto; *//* margin-right: auto; */}
#posters .swiper-button-next,#posters .swiper-button-prev{z-index: 1;width: 50px;background-size: 40px;margin-top: -4rem;}
#posters .swiper-button-next{right: 30px;background-image: url(../images/next-btn.png);}
#posters .swiper-button-prev{left: 30px;background-image: url(../images/pre-btn.png);}

@media (max-width: 1200px){
  .RedDes-content{
    font-size:14px;
  }
  .RedDes-title h5{
    font-size:2rem;
  }
  .RedDes-content section .right{
    padding-left: 0%;
    margin-top: 7vw;
    text-align: center;
  }
  .RedDes-content section .text p strong{font-size:16px !important;}
  .RedDes-content section .text02 p:first-child{margin: 2rem auto 1rem;}
  .RedDes-fluid .logo img{
    width: 50%;
    min-width: 300px;
  }
}
@media (max-width:980px){

  .Award-box .col-lg-6{margin-bottom:2rem;}
}
@media (max-width:768px){
  .modal-dialog{
    max-width:90vw;
  }
  .modal-content .float-left{
    width: 25%;
  }
  .modal-content .float-right{
    width: 75%;
    padding: 1rem 2rem;
  }
  .modal-header .close{
    font-size:3rem;
    font-weight: normal;
  }
  .EventNewsList .EventNewsImg .float-left,.EventNewsList .EventNewsImg .float-right{
    display: block !important;
    width: 100% !important;
  }
}

@media (max-width: 680px){
  .RedDes-fluid{padding:6rem 5%;}
  .RedDes-content section .text02{
    border-bottom: 1px #d5d5d5 dotted;
    padding-bottom: 2.8rem;
    margin-bottom: 2.8rem;
    margin-top: 0;
  }
  .RedDes-content section .text02 p:first-child span:nth-child(2){margin-right: 0;}
  .RedDes-content section .text02 p:first-child span:last-child{
    margin-right: 0;
    display: block;
  }
  .RedDes-content section .text02 p:first-child{margin: 2rem auto 3rem;}
  .RedDes-content section .text02 .display-4{
    font-size: 2.85rem;
    font-weight: 500;
    margin: 0 1rem;
  }
  .methods-box{
    padding:30px;
  }
  .RedDes-content section .text p{
    margin-bottom: 0.2rem;
  }
}
/* posters */
#flow-box{margin: 5rem auto 0 auto;padding:0;position:relative;}
#flow-box li{
  width:360px;
  position:absolute;
  padding: 10px;
  list-style:none;
  opacity:0;
  -moz-opacity:0;
  filter:alpha(opacity=0);
  -webkit-transition:opacity 500ms ease-in-out;
  -moz-transition:opacity 500ms ease-in-out;
  -o-transition:opaicty 500ms ease-in-out;
  transition:opaicty 500ms ease-in-out;
  }
#flow-box li:nth-child(2n){animation-delay: 0.3s;}
#flow-box li img{width:100%;}
#flow-box li a{display:block; width:100%; text-align:center; font-size:14px; color:#333; line-height:18px; margin-top:10px; text-decoration:none;}
#flow-box li .case img{margin-bottom:1em;}
#flow-box li .case p{font-size: 14px;}
#flow-box li .case h5{font-weight: 550;}
@media (max-width: 680px){
  #flow-box{margin-top: 2rem;}
  .breadcrumb-item{
    max-width:25em;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }

  .modal-dialog{
     max-width:80vw;
   }
  .modal-content .PC{
    display:none;
  }
  .modal-content .MWeb{
    display:block;
  }
}
@media (max-width:480px){
   #flow-box li{width: 100%;position: revert;margin-bottom: 3rem;}
   .breadcrumb-item{
     max-width:15em;
   }
   .methods-box{
    padding:15px;
   }
   .modal-dialog{
     max-width:80vw;
   }
   .modal-content .float-right{
     padding:1rem;
   }
   .modal-body{
     padding-top: 15px;
   }
   .form-group{
     margin-bottom:10px;
   }
   .modal-footer{
     padding-bottom:15px;
   }
   .btn-Apply{
     padding: 10px 25px;
     margin-top: 10px;
     font-size: 12px;
   }
   .form-control{
      height:32px;
      line-height:30px;
      font-size: 14px;
    }

   .RedDes-content section .text p strong{
    font-size:14px !important;
   }
   .RedDes-content .RedDes-fluid .text p strong{
     /* font-size:16px !important; */
   }
}
/* posters end */
/* RedDes-content end */

/* News */
.List-top{
  /* margin: 0 0 8rem; */
  overflow: hidden;
  position:relative;
}
.Tit-IMG{
  position:absolute;
  z-index:2;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  width: 40rem;
}
.newslist li{margin-bottom: 4rem;}
.newslist li:last-child{margin-bottom:0 !important;}

.newslist dt{
  margin: 1rem 0 0.32rem;
  font-size: 1.5rem;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-weight: 500;
}
.newslist dd{
  color: #999;
  font-size: 1.2rem;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.newslist .imgbox{
  margin: 0 2%;
  border: 1px #e5e5e5 solid;
  /* height: 470px; */
  overflow: hidden;
}
.newslist .news-text{
  margin: 0 2%;
}

.Newstab{
  font-size: 1.65rem;
  margin-bottom: 4rem;
}
.Newstab li{
  margin: 0 30px;
}
.Newstab li a{
  color:#999;
}
.Newstab .active{
  font-weight: 600;
  position: relative;
}
.Newstab .active a{
  color:#333;
}
.Newstab li a:hover{
  color:#4EB7C3;
}
.Newstab .active:after{
  border-bottom: 3px #4EB7C3 solid;
  width: 50px;
  height: 1px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.caselist .imgbox{
  margin: 0;
  height: 18.5rem;
  position: relative;
}
.caselist .imgbox:hover img{
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.caselist .col-12{
  position:relative;
  overflow: hidden;
}
.caselist .col-md-8 .imgbox{
  height: 38rem;
}
.caselist .news-text{
  position:absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
}
.caselist dt{
  font-size: 1rem;
  padding: 15px 20px;
  margin: 0 !important;
  background: rgba(0,0,0,0.65);
  width: 100%;
  text-align: center;
}
.caselist a{
  color:#ffffff;
}

.pagination{}
.pagination .page-link{color:#383838;}
.page-item.active .page-link{background:#383838;border-color: #383838;}
.page-link:focus{box-shadow:none;}

.checkmore img{opacity:0.3;}
.checkmore img:hover{opacity:1;}

.EventNewsList .EventNewsImg .imgbox{
  position:relative;
  height: 315px;
  overflow: hidden;
}
.EventNewsList .EventNewsImg .imgbox img:hover{
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.EventNewsList .EventNewsImg .float-left{
  width:60%;
}
.EventNewsList .EventNewsImg .float-right{
  width:38%;
}
.EventNewsList .EventNewsImg .float-right .imgbox{
  height: 150px;
  overflow: hidden;
}
.EventNewsList .n_list ul>li{
  padding: 1.2rem 5px;
}
.EventNewsList .EventNewsImg .float-right>*:nth-child(1){
  margin-bottom: 16px;
}
.EventNewsList .EventNewsImg .float-right dt{
  font-size:14px;
  padding: 8px 20px;
}
.EventNewsList .EventNewsImg .news-text{
  position:absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
}
.EventNewsList .EventNewsImg dt{
  font-size: 1rem;
  padding: 15px 20px;
  margin: 0 !important;
  background: rgba(0,0,0,0.65);
  width: 100%;
  text-align: center;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.EventNewsList .EventNewsImg a{
  color:#ffffff;
}

@media (max-width:1600px){
  .container{padding-top: 6rem !important;}
  .caselist .col-md-8 .imgbox{
    height: 31rem;
  }
  .caselist .imgbox{
    height: 15rem;
  }
}

@media (max-width:1440px){
  .container{padding-top: 5rem !important;}
  .caselist .col-md-8 .imgbox{
    height: 27rem;
  }
  .caselist .imgbox{
    height: 13rem;
  }
}

@media (max-width: 1199px){
  html{font-size: 0.75rem;}
  .News-fluid{font-size:1.32rem;}
  .List-top{/* margin: 0 0 4rem; */}
  .Tit-IMG{width: 23rem;/* margin-left: -1rem; */}
  .newslist .imgbox,.newslist .news-text{margin: 0;}
  .caselist .imgbox{height: auto !important;}
  #posters .swiper-button-next,#posters .swiper-button-prev{width: 50px;background-size: 30px;margin-top: -4rem;}
  #posters .swiper-button-next{right: 20px;}
  #posters .swiper-button-prev{left: 20px;}
  .checkmore{padding:0;}

}
@media (max-width: 992px){
  .container{/* padding-top:6rem; */}
  .wrapper-main-content{margin-bottom: 8rem;}
  .newslist li,.Newstab-list li:last-child{margin-bottom: 3rem;}
  .Newstab{
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 789px){
  .newslist li:nth-child(2n){animation-delay: 0.3s;}


}

@media (max-width: 768px){
  .container{padding-top: 5rem !important;}
  html{font-size: 0.65rem;}
  .newslist dt{font-size:1.65rem;margin: 1.2rem 0 0.6rem;}
  .Tit-IMG{width: 20rem;}
  .newslist li,.Newstab-list li:last-child{margin-bottom: 2rem !important;}
  .caselist .imgbox{height: auto !important;margin-bottom:2rem;}
  .caselist dt{font-size:1.4rem;padding:1rem 0;}
  h3{font-size:2rem;}
  h2{font-size: 2.4rem;}
  .breadcrumb{padding: 20px 5%;margin-bottom: 0;}
  #posters .swiper-button-next,#posters .swiper-button-prev{width: 50px;background-size: 25px;margin-top: -4rem;}
  #posters .swiper-button-next{right: 10px;}
  #posters .swiper-button-prev{left: 10px;}
  .EventNewsList .EventNewsImg .imgbox{margin-bottom: 2rem;height:auto !important;}
  .EventNewsList .EventNewsImg div>dt{padding: 15px 20px !important;font-size: 14px;}
}
@media (max-width: 480px){
  .container{padding-top: 3rem !important;}
  section{margin-bottom: 6rem;}
  .List-top{/* margin: 0 0 3rem; */}
  .Tit-IMG{width: 15rem;}
  .Newstab{
    font-size: 1.65rem;
    margin-bottom: 1rem;
  }
  .Newstab li{
    margin: 0 0.32rem;
    margin-bottom: 1rem !important;
  }
  #posters .swiper-button-next,#posters .swiper-button-prev{width: 50px;background-size: 25px;margin-top: -4rem;}
  #posters .swiper-button-next{right: 0px;}
  #posters .swiper-button-prev{left: 0px;}
}
/* News-content */
.News-content .container{padding-top: 6rem;}
.News-content .time{
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-family: 'MiSans-Light';
  font-size: 1.1rem;
}
.News-left{padding:80px;margin-bottom: 3.5rem;}
.News-left .title{line-height:1.5;font-weight: bold;}
.News-left .share{overflow: hidden;margin-bottom: 3rem;}
.News-left .WeixinShare{/* position:relative; */overflow: visible;}
.News-left .share a{width: 25px;float: left;cursor: pointer;}
.News-left .qrcode{margin-top: 2.5rem;display: none;position: absolute;}
.News-left .qrcode canvas{width: 100px;position: absolute;z-index: 9;padding: 5px;background: #fff;border: 1px #e5e5e5 solid;border-radius: 2px;}
.SinaShare{padding-top: 0.25rem;float: left;margin-right: 0.8rem;}
.News-fluid{/* margin-bottom: 5rem; */margin-top: 4rem;line-height: 2;color: #666;}
.News-fluid video{max-width:100%;}
.Newslink{
  /* margin-top: 3rem; */
  color: #999;
}
.Newslink .right p a{color:#000;}
.Newslink-pre .right p a{color:#C29C62;font-weight: bold;}
.Newslink{text-decoration: underline;}

.News-right{padding: 25px 30px;max-width: 400px;height: max-content;}
.News-right .title{}
.News-right .title span{
  margin-left: 20px;
  font-size: 20px;
  font-weight: normal;
  color: #4EB7C3;
}
.n_list ul>li{
    position: relative;
    width: 100%;
    line-height: 24px;
    padding: 18px 5px;
    border-bottom: 1px #e5e5e5 solid;
}
.n_list ul>li .link{
  width:100%;
  padding-right: 6em;
	text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.n_list ul>li .time{
  font-size:12px;
  color: #cacaca;
  width: 6em;
  height: 24px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.icon_arrow{
  font-size:0;
  width:15px;
  height:12.5px;
  position:absolute;
  display: inline-block;
  background-image: url(../images/next-btn.png);
  background-repeat:no-repeat;
  z-index: 1;
  background-size: 15px;
}
.News-foot{margin:0;display: block;}
.Newslink{
  position:relative;
  padding-left: 25px;
  padding-right: 25px;
  text-align: right;
  font-size: 0.85rem;
  /* text-overflow: ellipsis; */
  /* white-space: nowrap; */
  /* overflow: hidden; */
  float: right;
}
.Newslink .icon_arrow{
  right:0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.Newslink-pre{
  text-align:left;
  float: left;
}
.Newslink-pre .icon_arrow{
  background-image: url(../images/pre-btn.png);
  left: 0;
  right:auto;
}

@media (max-width: 1199px){
  .News-left{padding: 3.5rem;}
  .News-left .title{font-size:2.3rem;}
  .top-wrapper .top .right a span{display:none;}
  .Tit-IMG{width:35rem;}
}
@media (max-width: 992px){
  .News-content{/* padding-top: 4rem; */}
  .News-left{position:revert !important;margin-bottom: 4rem;padding: 3.5rem;}
  .News-left .title{font-size: 2rem;font-weight: bold;}
  .News-content .time{margin-top: 1.5rem;margin-bottom: 2rem;}
  .News-right{display:none;}
}
@media (max-width: 480px){
  .News-left .title{font-size: 1.8rem;font-weight:bold;}
  .News-content{/* padding-top: 3rem; */}
  .News-left{margin-bottom: 3rem;}
  .News-content .share{display:none;}
}
/* News-content end */
/* News end */


.VideoView{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 101;
	display: none;
}
.VideoView iframe{
	border: none;
	width: 100%;
	height: 100%;
}
.VideoView .mask{
	width: 100%;
	height: 100%;
	background: rgb(0,0,0,0.75);
}
.VideoView img{
	position: absolute;
	top: 2em;
	right: 2em;
	width: 25px;
	cursor: pointer;
}

@media (max-width: 768px){

  .Tit-IMG{width:35rem;}
  .News-left{
    padding: 4rem 5rem;
  }
  .Newslink{
    margin-bottom: 1rem;
  }
}

@media (max-width: 640px){
  .Tit-IMG{width:30rem;}
  .Sec-title{
    margin-bottom: 3rem;
    margin-top: 2rem;
  }
}

@media (max-width: 480px){
  .Tit-IMG{width:22rem;}
  h3{font-size:1.5rem;}
  h2{font-size: 2.0rem;}
  .Sec-title h2{
    letter-spacing: 0.5em;
    padding-left: 0.5em;
  }
  .News-left{
    padding:3rem;
  }
}
