@charset "utf-8";
/* CSS Document */
.cztxt{
font-size: 15px;
    padding-left: 40px;
    position: relative;
    color: #fff;
    height: 30px;
    line-height: 30px;
    margin: 40px 0 54px 0;
    letter-spacing: 8px;
    padding-bottom: 8px;
    box-sizing: content-box;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
.fancybox__caption{display:none !important;}
.cztxt:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 28px;
    border-radius: 50px;
    left: 5px;
    background-color: #ffffff;
    top: -4px;
    /*-webkit-animation: Tmouse 0.5s cubic-bezier(.56,.01,.46,1) infinite alternate;
                                      animation: Tmouse 0.5s cubic-bezier(.56,.01,.46,1) infinite alternate;*/
}
@-webkit-keyframes Tmouse {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-8px);
        -moz-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        -o-transform: translateY(-8px);
        transform: translateY(-5px);
    }
}

@keyframes Tmouse {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-8px);
        -moz-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        -o-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}
.cztxt:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 7px;
    left: 13px;
    top: 7px;
    background-color: #262626;
    border-radius: 50px;
    z-index: 5;
    -webkit-animation: Tmouse 0.5s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
    animation: Tmouse 0.5s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}

.layout-down {
    display: block;
    padding-right: 0.4rem;
    position: relative;
    background-color: #337aff;
    height: 35px;
    line-height: 35px;
    width: 150px;
    cursor: pointer;
}
.layout-down span.downTxt {
    display: inline-block;
    width: 110px;
    display: flex;
    align-items: center;
    position: relative;
    border: none;
    background-color: transparent;
    box-sizing: border-box;
    padding:10px;
    height: 100%;
    vertical-align: top;
}
.layout-down span.downTxt > span{color: #fff;font-weight: bold;font-size: 18px;}
.layout-down span.downTxt:after {
    content: '';
    width: 1px;
    height: 50%;
    top: 0;
    bottom: 0;
    background-color: #ddd;
    right: 0;
    position: absolute;
    margin: auto;
}
.layout-down span.downIcon {
    position: absolute;
right: 20px;
    width: 5px;
    top: 17px;
    height: 100%;
    text-align: center;
    box-sizing: border-box;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    height:5px;
    line-height: 5px;
    color: #fff;
}
.layout-down ul.down {
    position: absolute;
    top: 100%;
    left: 0%;
    width: 100%;
    z-index: 100;
    display: none;
}
.layout-down ul.down a{display:block;width:100%;}

.layout-down ul.down > li {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
   padding-left:10px;
    background-color: #fff;
    float: left;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}
.layout-down ul.down > li > span {
    color: #333333c9;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}
.layout-down ul.down > li:hover {
    background-color: #2640bf;
}
.layout-down ul.down > li:hover a{color:#fff;}

.layout-down ul.down > li:hover > span {
    color: #fff;
}
.layout-down.active span.downIcon {
    transform: scale(-1);
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -o-transform: scale(-1);
    -ms-transform: scale(-1);
}

.b_txt {
  position: absolute;
  top: -30%;
  bottom: 0;
  margin: auto;
  line-height: 60px;
  z-index: 1001;
  /* text-shadow:2px 0 2px rgba(20,35,51,0.2); */
  height: 100px;
  color: transparent;
  transition: 1.2s all ease-in-out;
}
.b_txt > span {
  font-size:52px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 25px;
  text-shadow: 0 1px 1px #000000;
  display: block;
  transition: 1.5s all ease-in-out 1.2s;
}
.b_txt > small {
  font-size: 32px;
  color: #ffffff;
  letter-spacing: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 1.5s all ease-in-out 1.2s;
  font-family: En_bold;
}
.b_txt > small >p{
    font-size: 24px;
    white-space: nowrap;
}
.b_txt > small > em{
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 1.5s all ease-in-out 1.2s;
    font-size: 50px;
}
.b_txt .picMove {
  height: 46px;
  line-height: 46px;
  margin: 0.3rem 0 1.4rem 0;
  position: absolute;
    left: -12px;
}
.b_txt .picMove > a {
  display: table-cell;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  position: relative;
  background-color: transparent;
  line-height: 46px;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  color: rgba(255, 255, 255, 0.5);
  vertical-align: top;
}
.b_txt .picMove > a:hover {
  color: #ffffff;
}
.b_txt .picMove .next:after {
  content: attr(data-href);
  position: absolute;
  left: 100%;
  height: 100%;
  width: 200px;
  text-align: left;
  text-indent: 0.1rem;
    font-weight: bold;
}



.nodeItem {
  position: fixed;
  right: 5%;
  top: 0;
  bottom: 0;
  margin: auto;
  width:70px;
  z-index: 10000;
  height: 15px;
  text-align: right;
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
}
 .nodeItem.on {
  opacity: 1;
  visibility: visible;
}
 .nodeItem > a {
  display: block;
  width: 100%;
  color: #ccc;
  font-size: 14px;
  cursor: pointer;
  font-family: En_bold;
  height: 25px;
  line-height: 25px;
  position: relative;
  transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
}
 .nodeItem > a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #2640bf;
  bottom: 0px;
  left: 10px;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
}
 .nodeItem > a:before {
  content: attr(data-title);
  position: absolute;
  left: 0;
  opacity: 0;
  font-size: 0.12rem;
  color: #333;
  width: 100%;
  text-align: right;
  font-weight: bold;
  transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transition: all 0.5s cubic-bezier(0.7, 0.01, 0.3, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.7, 0.01, 0.3, 1);
  -moz-transition: all 0.5s cubic-bezier(0.7, 0.01, 0.3, 1);
  -o-transition: all 0.5s cubic-bezier(0.7, 0.01, 0.3, 1);
}
 .nodeItem > a.on,
 .nodeItem > a:hover {
  color: rgba(255, 255, 255, 0);
}
 .nodeItem > a.on:after,
 .nodeItem > a:hover:after {
  opacity: 1;
  left: 0;
}
 .nodeItem > a.on:before,
 .nodeItem > a:hover:before {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
}




















.right_bar{position:fixed; top:300px; right:0; width:50px; height:203px; z-index:10;}
.right_bar li{ width:62px; height:50px; z-index:20; }
.right_bar li.rtbar_li1,.right_bar li.rtbar_li4{ position:absolute; left:0;}
.right_bar li.rtbar_li1{ top:0; width:172px; }
.right_bar li.rtbar_li2{ position:absolute; top:51px; left:0; }
.right_bar li.rtbar_li3{ position:absolute; top:102px; left:0; width:126px; }
.right_bar li.rtbar_li4{ top:153px;}
.rtbar_li4{ position:absolute; top:153px; left:0;}
.right_bar li a{ display:block; color:#FFF; font-size:14px; height:50px; line-height:50px; overflow:hidden; background-color:#0254a6; opacity:0.8; border-radius:6px;}
.right_bar li a img{ display:block; float:left; vertical-align:middle; width:24px; height:24px; margin:12px 12px 14px 14px;}
.right_bar li a:hover{ background-color:#0254a6; opacity:1;}
.rtbar_shwx{ display:none; position:absolute; top:-120px; left:-160px; padding-bottom:9px; }
.rtbar_shwx img{ padding:14px; background-color:#FFF; }
.right_bar{display:none;}
.rtbar_shwx{top:-50px;}
canvas{position:fixed;    top: 120px;
    z-index: -1;}
.r1 .pro_type:hover .czbtn{opacity:1; }
.czbtn{width:150px;margin:0 auto;opacity:0;    transition: 0.5s;}
.czbtn .p_CommonBtn{
  background-color:rgba(0,0,0,0);
  border:1px solid #fff;
  position:relative;    width: 150px;
    text-align: center;
}
.czbtn .p_CommonBtn .font{
  color:#fff;
  position:relative;
  line-height:38px;
}
.czbtn .p_CommonBtn:hover .font{
  color:#000;
}
.czbtn .p_MatteIcon .iconfont:before{
  content:'\e602';
}
.czbtn >div{
  animation-fill-mode:both;
}
.czbtn .p_CommonBtn:before{
  content:'';
  width:0px;
  height:100%;
  position:absolute;
  background:#fff;
  z-index:0;
  left:0px;
  transition:all 0.5s ease;
}
.czbtn .p_CommonBtn:hover:before{
  width:100%;
}

.r1 {
  position: relative;
}
.r1 .pro_type {
  width: 20%;
  height: 100%;
  transition: all 0.5s cubic-bezier(0.7, 0.01, 0.3, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.7, 0.01, 0.3, 1);
  -moz-transition: all 0.5s cubic-bezier(0.7, 0.01, 0.3, 1);
  -o-transition: all 0.5s cubic-bezier(0.7, 0.01, 0.3, 1);
}
.r1 .pro_type:hover,.r1 .pro_type.on {
  z-index: 4;
  width: 25%;
}



#c_static_537-16590959841230 .r1 .pro_type{width:calc((100% - 0px)/3);}
#c_static_537-16590959841230 .r1 .pro_type:hover,#c_static_537-16590959841230 .r1 .pro_type.on{ width: 40%;}
#c_static_537-16590959841230 .r1 .papasy:hover{left:60% !important}

#c_static_537-16617571577460 .r1 .pro_type{width:calc((100% - 0px)/3);}
#c_static_537-16617571577460 .r1 .pro_type:hover,#c_static_537-16617571577460 .r1 .pro_type.on{ width: 40%;}
#c_static_537-16617571577460 .r1 .papasy:hover{left:60% !important}



#c_static_537-16614993611810 .r1 .pro_type{width:calc((100% - 0px)/3);}
#c_static_537-16614993611810 .r1 .pro_type:hover,#c_static_537-16614993611810 .r1 .pro_type.on{ width: 40%;}
#c_static_537-16614993611810 .r1 .papasy:hover{left:60% !important}

#c_static_537-16615010719190 .r1 .pro_type{width:calc((100% - 0px)/4);}
#c_static_537-16615010719190 .r1 .pro_type:hover,#c_static_537-16614993611810 .r1 .pro_type.on{ width: 30%;}
#c_static_537-16615010719190 .r1 .papasy:hover{left:70% !important}

#c_static_537-16615019928700 .r1 .pro_type{width:calc((100% - 0px)/2);}
#c_static_537-16615019928700 .r1 .pro_type:hover,#c_static_537-16614993611810 .r1 .pro_type.on{ width: 55%;}
#c_static_537-16615019928700 .r1 .papasy:hover{left:45% !important}


#c_static_537-16638255340160 .r1 .pro_type{width:calc((100% - 0px)/2);}
#c_static_537-16638255340160 .r1 .pro_type:hover,#c_static_537-16638255340160 .r1 .pro_type.on{ width: 55%;}
#c_static_537-16638255340160 .r1 .papasy:hover{left:45% !important}

#c_static_537-16638251649950 .r1 .pro_type{width:calc((100% - 0px)/2);}
#c_static_537-16638251649950 .r1 .pro_type:hover,#c_static_537-16638251649950 .r1 .pro_type.on{ width: 55%;}
#c_static_537-16638251649950 .r1 .papasy:hover{left:45% !important}

#c_static_537-16674401976500 .r1 .pro_type{width:calc((100% - 0px)/2);}
#c_static_537-16674401976500 .r1 .pro_type:hover,#c_static_537-16674401976500 .r1 .pro_type.on{ width: 55%;}
#c_static_537-16674401976500 .r1 .papasy:hover{left:45% !important}


#c_static_537-16674406563180 .r1 .pro_type{width:calc((100% - 0px)/2);}
#c_static_537-16674406563180 .r1 .pro_type:hover,#c_static_537-16674406563180 .r1 .pro_type.on{ width: 55%;}
#c_static_537-16674406563180 .r1 .papasy:hover{left:45% !important}




.has-image[data-image-fit=contain] .fancybox__image{transform:none !important}


.r1 .pro_type h5 {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  height: 70px;
}
.r1 .pro_type h5 > small {
  display: block;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
 margin-top: 5px;
    font-size: 16px;
}
.r1 .pro_type:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;

  z-index: 1;
  mix-blend-mode: multiply;
  transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
}

.r1 .papasy:hover{left:75% !important}



.r1 .pro_type:hover h5,.r1 .pro_type.on h5 {
  height: 252px;
}
.r1 .pro_type:hover h5 .layout-ul,.r1 .pro_type.on h5 .layout-ul {
  display: block;
}
.r1 .pro_type:hover:after,.r1 .pro_type.on:after {
  background-color: #33537d;
}
.layout-tab {
  display: table;
  width: 85%;
  height: 100%;
  margin: auto;
  position: relative;
  z-index: 3;
  padding-top: 0.6rem;
}
.layout-tab > .cell {
  display: table-cell;
  vertical-align: middle;
}
.layout-ul {
  margin-top: 0.1rem;
  position: absolute;
  display: none;
}
.layout-ul.on {
  opacity: 1;
  display: block;
}
.layout-ul > li {
  height: 0.48rem;
  line-height: 0.48rem;
  position: relative;
  padding-left: 0.64rem;
  transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  margin: 0.2rem 0;
  cursor: pointer;
}
.layout-ul > li * {
  color: rgba(255, 255, 255, 0.9);
  transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
}
.layout-ul > li > i {
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  height: 0.42rem;
  width: 0.42rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 0.42rem;
  display: inline-block;
  text-align: center;
  font-size: 0.28rem;
    font-weight: 100;
  transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
}
.layout-ul > li > span {
    font-weight: normal;
    font-size: 15px;
    line-height: 30px;
    text-align: left;
    display: block;
    margin-top: 20px;
}
.layout-ul > li > span > small {
  font-size: 0.12rem;
  font-weight: 400;
  display: block;
}
.layout-ul > li:hover * {
  color: #ffffff;
}
.layout-ul > li:hover > i {
  background-color: #fff;
  color: #0f306e;
}
.pa {
  position: absolute!important;
}
@media only screen and (max-width: 768px){/*小屏*/
	.c_portalResPublic_codeContainer-01001{
	  min-height:500px;  
	  width:100%;
    }
  .pa{position: unset !important;}  
  .r1 .pro_type{width:100% !important;background-size:cover !important;}
  
  .r1{height:auto !important;}
  .layout-ul{display:block !important;}
  .r1 .pro_type h5{height:auto !important;}
  .layout-tab{padding-bottom:35px;padding-top:35px !important;}
  .r1 .pro_type{margin-bottom:15px !important;}
  .czbtn{opacity:1 !important;}
  .r1 .pro_type:hover:after, .r1 .pro_type.on:after{    background-color: transparent;}
  .r1 .pro_type .layout-tab:after{background-color: #33537d;content:"";width:100%;height:100%;position:absolute;z-index:-1;left:0;top:0;opacity:0.5}
  .layout-tab{width:100% !important;}
  .layout-ul > li{height:auto !important;}
  .layout-ul{position:unset !important;}
  
}
@media only screen and (min-width: 769px){/*大屏*/
    .c_portalResPublic_codeContainer-01001{
	  min-height:500px;  
	  width:100%;
    }
}
@media only screen and (max-width: 1367px) and (min-width: 769px){/*中屏*/
.r1 .pro_type h5{font-size:24px;}
}



.lv_top_r{
display:block;
float:right;
}
.lv_top_r .r_link{
transition:all .5s ease;
}
.lv_top_r .r_link:hover{
background1:#dd3333;
border1:1px solid #dd3333;
}

.lan_con{
width:auto;
display:flex;
justify-content:center;
align-items:center;
}
.lan_con:hover{
cursor:pointer;
}

.lv_top_r.active .r_link{
background:#dd3333;
}
