:root{ 
	--theme-red-color: #e0002a;
	--theme-orange-color: #ef8009;
	--area-box-width: 1680px;
	--area-width: 1600px;
	--area-padding: 7.4rem;
	--area-margin: 12rem;
	--full-height: 100vh;
	--transiton1: all 0.4s cubic-bezier(.7, 0, .2, 1);
	--transiton2: all 0.8s cubic-bezier(.7, .1, .2, 1);
	--font-family1: 'Montserrat', source-han-sans-simplified-c, Arial, sans-serif;
  --custom-transiton1: all 0.8s cubic-bezier(.7, 0, .2, 1);
	--custom-transiton2: all 1s cubic-bezier(.7, .1, .2, 1);
}

.hidden-box{display:block; overflow:hidden; line-height:inherit; font-weight:inherit;}
.hidden-box .hidden-item{display:block; transform:translateY(100%) rotate(10deg); opacity:0; transform-origin:left; transition:var(--custom-transiton2); transition-duration:1s; transition-property:transform, opacity}
.hidden-box .hidden-item.reverse{transform:translateY(100%) rotate(-10deg); transform-origin:right;}



/* Montserrat */
@font-face {
	font-family: 'Montserrat-light';
	font-style: normal;
	font-weight: 300;
	src: url('css/font/montserrat light.eot'); /* IE9 Compat Modes */
	src: url('css/font/montserrat light.eot') format('embedded-opentype'), /* IE6-IE8 */
		 url('css/font/montserrat light.woff2') format('woff2'), /* Super Modern Browsers */
		 url('css/font/montserrat light.woff') format('woff'), /* Modern Browsers */
		 url('css/font/montserrat light.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('css/font/montserrat light.svg#montserrat') format('svg'); /* Legacy iOS */
 }
@font-face {
  font-family: "Montserrat-Medium";
  src: url("css/font/Montserrat-Medium.woff2") format("woff2"),
       url("css/font/Montserrat-Medium.woff") format("woff"),
       url("css/font/Montserrat-Medium.ttf") format("truetype"),
       url("css/font/Montserrat-Medium.eot") format("embedded-opentype"),
       url("css/font/Montserrat-Medium.svg") format("svg"),
       url("css/font/Montserrat-Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
 @font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: url('css/font/montserrat regular.eot'); /* IE9 Compat Modes */
	src: url('css/font/montserrat regular.eot') format('embedded-opentype'), /* IE6-IE8 */
		 url('css/font/montserrat regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('css/font/montserrat regular.woff') format('woff'), /* Modern Browsers */
		 url('css/font/montserrat regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('css/font/montserrat regular.svg#montserrat') format('svg'); /* Legacy iOS */
 }

 @font-face {
	font-family: 'Montserrat-bold';
	font-style: normal;
	font-weight: 700;
	src: url('css/font/Montserrat-bold.eot'); /* IE9 Compat Modes */
	src: url('css/font/Montserrat-bold.eot') format('embedded-opentype'), /* IE6-IE8 */
		 url('css/font/Montserrat-bold.woff2') format('woff2'), /* Super Modern Browsers */
		 url('css/font/Montserrat-bold.woff') format('woff'), /* Modern Browsers */
		 url('css/font/Montserrat-bold.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('css/font/Montserrat-bold.svg#montserrat') format('svg'); /* Legacy iOS */
}

body, table, th, td, button, select, input, textarea {
    font-family: var(--font-family1);
	 
}  

img {
    border:0px;
    border:none;
}
ol,ul,li{
    list-style:none;
}
a {
    -webkit-transition:all 0.3s ease;
    transition:all 0.3s ease; 
    text-decoration:none; 
    outline:none;
}
.fl {float: left;}
.rt {float: right;}
.pr {position: relative;}
.pa {position: absolute;}

/*loading*/

.loading .top,.loading .bottom,
{
	-moz-transition: all .6s;
	-o-transition: all .6s;
	-webkit-transition: all .6s;
	transition: all .6s
}


.loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 10000
}

.loading .line {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: rgb(255 255 255 / 18%);
	z-index: 200
}

.loading .progress {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	width: 50%;
	width: 0;
	height: 1px;
	margin-top: -1px;
	background-color: #fff;
	z-index: 400
}

.loading .percent {
  position: absolute;
  bottom: 40%;
  right: 0;
  width: 100%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-size: 22px;
  text-align: center;
  z-index: 600;
  letter-spacing: 5px;font-weight: 300;
}
.loading .percent span{
	padding:0 5px;
	font-weight: 600;
}
.loading .percent b{
	font-size:14px;
	letter-spacing: 0px;font-weight: 300;
}
.loading .load-logo {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 40%;
  transform: translateY(-50%);
  z-index: 600;
}
.loading .top img {width: 300px;}

.loading .top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	-moz-transition: all 1.2s cubic-bezier(0.32, 0.17, 0, 1);
	-o-transition: all 1.2s cubic-bezier(0.32, 0.17, 0, 1);
	-webkit-transition: all 1.2s cubic-bezier(0.32, 0.17, 0, 1);
	transition: all 1.2s cubic-bezier(0.32, 0.17, 0, 1);
	background-color: #0066b1
}

.loading .top.animate {
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%)
}

.loading .top p {
	font-size: 14px;
	color: #000;
	position: absolute;
	bottom: 90px;
	left: 0;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Roboto';
	font-weight: 500
}

.loading .bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background-color: #0066b1;
	-moz-transition: all 1.2s cubic-bezier(0.32, 0.17, 0, 1);
	-o-transition: all 1.2s cubic-bezier(0.32, 0.17, 0, 1);
	-webkit-transition: all 1.2s cubic-bezier(0.32, 0.17, 0, 1);
	transition: all 1.2s cubic-bezier(0.32, 0.17, 0, 1)
}

.loading .bottom.animate {
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	transform: translateY(100%)
}
/*loading*/


.weare_section .main-tit-box .main-tit,
.weare_section .main-tit-box .main-tit-en {
	color: #fff;
}

.section_360 {
  padding-top: 100px;
  position: relative;
}
.cont-wrap {
	margin: 0 3%;
}
.cont-wrap ul {
	position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
	margin-top: 70px;
	margin-bottom: 70px;
}
.cont-wrap ul li {
	width: calc(33.333% - 24px);
	position: relative;
	margin-right: 24px;
}
.cont-wrap ul li:last-child {
	margin-right: 0;
}

.cont-wrap ul li .esg-cont-area {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 5%;
    color: #fff;
	-webkit-transition:all 0.7s ease;
    transition:all 0.7s ease; 
}
.cont-wrap ul li:hover .esg-cont-area {
	bottom: 25%;
}

.cont-wrap ul li .esg-cont-area .txt1 {
	font-size: 30px;
    font-weight: normal;
    display: block;
}
.cont-wrap ul li .esg-cont-area .txt2 {
    font-size: 20px;
    margin-top: 24px;
}
.cont-wrap ul li .esg-cont-area span, .cont-wrap ul li .esg-cont-area a {
    display: block;
}


@-webkit-keyframes effect {
    0% {
      transform: translate(0, 100%);
    }
    100% {
      opacity: 1;
      transform: translate(0, 0);
    }
  }
  @keyframes effect {
    0% {
      transform: translate(0, 100%);
    }
    100% {
      opacity: 1;
      transform: translate(0, 0);
    }
  }
  .esg-cont-wrap {
    margin: 0 48px;
    transform: translate3d(0, 0, 0);
  }
  .esg-top {
    padding-top: 172px;
  }
  .esg-top span {
    display: flex;
    justify-content: center;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: -0.03em;
  }
  .esg-cont-box {
    margin-top: 80px;
  }
  .esg-cont-box ul {
    padding-bottom: 194px;
  }
  .esg-cont-box li {
    overflow: hidden;
    cursor: pointer;
  }
  .esg-cont-box li .txt2, .esg-cont-box li .txt3 {
    opacity: 0;
  }
  .esg-cont-box li .esg-link {
    opacity: 0;
  }
  .esg-cont-box li:hover [class*=img] {
    transform: scale(1.05);
  }
  .esg-cont-box li:hover .txt2, .esg-cont-box li:hover .txt3 {
    -webkit-animation: effect 0.7s ease-in-out;
            animation: effect 0.7s ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .esg-cont-box li:hover .esg-link {
    -webkit-animation: effect 0.7s ease-in-out;
            animation: effect 0.7s ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .esg-cont-box li [class*=img] {
    overflow: hidden;
    position: relative;
    height: 0;
    padding-top: 95.39%;
    transition: transform ease-in-out 0.5s;
  }
  .esg-cont-box li .img1 {
    background: url(img2.jpg) no-repeat;
    background-size: 100% auto;
  }
  .esg-cont-box li .img2 {
    background: url(img3.jpg) no-repeat;
    background-size: 100% auto;
  }
  .esg-cont-box li .img3 {
    background: url(img1.jpg) no-repeat;
    background-size: 100% auto;
  }
  .esg-cont-box li .esg-cont-area {
    display: block;
    position: absolute;
    bottom: 21%;
    left: 0;
    margin-left: 5%;
    color: #fff;
  }
  .esg-cont-box li .esg-cont-area span, .esg-cont-box li .esg-cont-area a {
    display: block;
  }

  .esg-cont-box li .esg-cont-area .txt2 {
    font-size: 20px;
    margin-top: 24px;
  }
  .esg-cont-box li .esg-cont-area .txt3 {
    font-size: 20px;
  }
  .esg-cont-box li .esg-link {
	position: absolute;
    left: 0;
    bottom: 7.3%;
    margin-left: 5%;
    display: flex;
    align-items: center;
    width: 145px;
    height: 48px;
    font-size: 16px;
    border: 1px solid #fff;
    border-radius: 25px;
    color: #fff;
    padding: 0px 0px 0 25px;
    margin-top: 40px;
    font-size: 14px;
    text-transform: capitalize;
  }
  .esg-cont-box li .esg-link:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 25px;
    width: 6px;
    height: 12px;
    background: url(ico_link_white.png) no-repeat;
    background-size: 6px 12px;
}
#panorama,
#panorama canvas {display: none !important;width:0 !important; height: 0 !important;}



.main-sec05 {
    background-color:#fff;
    margin-top: 120px;
}
.main-sec05 .main-tit-box {
  margin-bottom: 70px;
}

.main-sec05 .main-tit-box .main-tit-small {
  font-size: 18px;
  color: #e3151a;
  margin-top: 15px;
}
.main-sec05 .main-tit-box .main-tit h3 span {

}
.main-sec05 .title-area{
    padding-left:20px;
    padding-right:20px;
    margin-bottom: 3.333rem;
    text-align: center;
}
.main-sus-bg {
    position: relative;
    left: 0;
    top: 0;
    margin: 0 auto;
    height: 100vh;
}
.main-sus-bg .pin-spacer {
    width: 100% !important;
}
.fixed-bg-wrap {
    position: absolute;
    left:0;
    top: 0;
    max-width: 100% !important;
    width: 100% !important;
    height: 100%;
    z-index: 1;
}
.fixed-bg-wrap .fixed-bg {
    position: relative;
    margin: 0 auto;
    width: 40%;
    height: 100vh;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    background-position:center;
    background-size:cover;
}
.fixed-bg video{
object-fit: cover;
width: 100%;
height: 100%;
position: relative;
}
.main-sus-text{
    height:100vh;
    position:relative;
    z-index:999;
    padding-top:30vh;
    padding-top:10vh;
}
.main-sus-text .inner{
  position: relative;
  z-index: 100;
  margin: 0 5%;
}
.main-sus-text p,
.main-sus-text p > span{
    display:block;
    color:#fff;
}
.main-sus-text .mgt36 {font-size: 16px;}
.main-sus-text p > span{
    line-height:1.1em;
}
.tit01 {
  font-size: 3.778rem;
  line-height: 1.3em;
  transition: all 0.3s ease-in-out;
}
.b {
  font-weight: 600;
}

.main-sec05 .main-sus-text p {
  line-height: 1.32;
  font-size: min(2.6vw, 7.5rem);
  font-weight: normal;
}

.main-sec05 .main-more-btn {
  background-color: #fff;
  margin-top: 120px;
  color: #266bcb;
  border: 0;
}
.main-sec05 .enter {
  position: relative;
  z-index: 1;
  display: flex;
  margin-top: 100px;
}
.main-sec05 .enter li {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  overflow: hidden;
  margin-right: 1%;
  width: 100%;
  position: relative;
}

.main-sec05 .enter li .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -100vh;
  transition: 0.6s;
}
.main-sec05 .enter li:nth-child(1) .bg{
  background: url(img4.jpg) center no-repeat;
  background-size: cover;
}
.main-sec05 .enter li:nth-child(2) .bg{
  background: url(img6.jpg) center no-repeat;
  background-size: cover;
}
.main-sec05 .enter li:nth-child(3) .bg{
  background: url(img5.jpg) center no-repeat;
  background-size: cover;
}
.main-sec05 .enter li:hover .bg {bottom: 0;}

.main-sec05 .enter li a { 
    display: block;    
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0 0 8vh 4vw;
    z-index: 2;
    /*border-right: 1px solid rgba(255,255,255,0.2);*/  
}

.fixed-bg video::after {
  content: "";
  background-color: rgba(0,0,0,0.15);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.main-sec05 .enter li:nth-child(1) a{
  background: url(sec5_icon6.png) no-repeat 90% 10% rgb(0 0 0 / 31%);
  background-size: 42px;
}
.main-sec05 .enter li:nth-child(1):hover a {
  background: url(sec5_icon6.png) no-repeat 90% 10%;background-size: 42px;
}

.main-sec05 .enter li:nth-child(2) a{
  background: url(sec5_icon1.png) no-repeat 90% 10% rgb(0 0 0 / 31%);
}
.main-sec05 .enter li:nth-child(2):hover a{
  background: url(sec5_icon1.png) no-repeat 90% 10%;
}

.main-sec05 .enter li:nth-child(3) a{
  background: url(sec5_icon4.png) no-repeat 90% 10% rgb(0 0 0 / 31%);
  border-right: 0;
}
.main-sec05 .enter li:nth-child(3):hover a{
  background: url(sec5_icon4.png) no-repeat 90% 10%;
  border-right: 0;
}

.main-sec05 .enter li a > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 440px;
  width: 90%;
  height: auto;
}
.main-sec05 .enter li a p {
  padding-top: 85px;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  z-index: 5;
  transition: 0.3s;
}
.main-sec05 .enter li a p i {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  font-size: 0;
  text-indent: -9999px;
  transform-origin: top;
  margin-top: 80px;
}
.main-sec05 .enter li a p i:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url(icon_right.png) no-repeat;
  background-size: 30px;
  transition: all 0.4s;
}
.main-sec05 .enter li a:hover p i:before{
  transform: translateX(100%);
}



.main-sec05 .enter li .num {
  font-size: 50px;
  color: #fff;
  display: block;
  font-weight: normal;
}
.main-sec05 li a p span {
  display: block;
  margin: 5vh 0 2vh;
  font-size: 26px;
  color: #fff;
  font-weight: 500;
  display: block;
}
.main-sec05 li a p strong {
  display: block;
  
  font-size: 1.1rem;font-size: 16px;
  color: rgba(255,255,255,0.8);
  font-weight: 300;
  line-height: 1.8rem;
}


.s5 {
	background: #f5f5f5 url(e2a.jpg) no-repeat right bottom;
	padding: 120px 0px 120px 0;
	background-size: auto 100%;
	color: #333;
}
.s5 .inner {
  margin: 0 5%;
}
.s5  .main-area-box {max-width: 100%;}
.s5 .main-tit-box {
  text-align: left;
}
.s5 p {
  font-size: 18px;
  padding-top: 15px;
}
.s5 .main-more-btn {
  border: 1px solid rgb(38 107 203);
  color: rgb(38 107 203);
}


@media (max-width: 768px){
    .main-sus-text .tit01{
        font-size:36px;
    }
    .main-sus-text .tit01 > span{
        display:inline;
        margin-right:10px;
    }
    .arrow-btn-circle{
        width:40px;
        height:40px;
        margin-top: 2.625rem;
    }

    .main-sus-text{
        padding-top:40vh
    }
}

.gupiao-1 .xianjia {
  margin-top: 50px;
  color: #fff;
}
.gupiao-1 .p {
  border-bottom: 1px solid rgb(255 255 255 / 50%);
  padding-bottom: 30px;
}
.gupiao-1 .p .daima {
  font-size: 18px;
}

.gp-total {
  margin-top: 40px;
  color: #fff;
}
.gp-total ul li {
  float: left;
  width: 20%;
  font-size: 18px;
}
.gp-total ul li strong {
  display: block;
  font-weight: normal;
  margin-bottom: 25px;
  font-size: 18px;
}
.gupiao-1 #t.shangsheng{
  color: #ffffff;
  background: url(up.png) no-repeat left top;
  margin-top: 15px;
  font-size: 14px;
  background-size: 20px;
  height: 20px;
  line-height: 30px;
  padding-left: 20px;
  float: left;
  font-weight: normal;
}
.gupiao-1 #t.xiajiang{
 color: #41a326;
   background: url(down.png) no-repeat left bottom;
   margin-top: 15px;
   font-size: 13px;
   background-size: 15px;
   height: 20px;
   line-height: 34px;
   padding-left: 20px;
   float: left;
   font-weight: normal;
}

.gupiao-1 .p strong{
  font-size: 22px;
}
.gupiao-1 #t {
   color: #fff;
}
.gupiao-1 .inline{
   padding-left: 10px;
   display: inline-block;
}

.pabg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.pabg img {
  width: auto;
  max-width: 100%;
}

.character_section {
  padding-top: 100px;
  padding-bottom: 100px;
  background:  #f4f4f4;
  background-size: cover;
}
.character_section .inner {
  margin: 0 3%;
  position: relative;
}
.news-box { 
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}
.news-box .in-cont-fl {
  width: calc(67% - 30px);
  background-color: #fff;
  
  border-top: 6px solid #989898;
  overflow: hidden;
}
.news-box .in-cont-fl a {
  display: block;
  padding: 40px 60px 30px 60px;
}
.news-box .in-cont-fl:hover {
  border-top-color: #266bcb;
}

.news-box .in-cont-fl .in-wrap {
  margin-right: 30px;
  margin-left: 30px;
}
.news-box .in-cont-fl .img-box {
  position: relative;
  overflow: hidden;
}
.news-box .in-cont-fl .img-box::before {
  content: "";
  display: block;
  padding-top: 57.0378151261%;
}
.news-box .in-cont-fl .img-box img {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: -webkit-transform .6s;
  transition: -webkit-transform .6s;
  transition: transform .6s;
  transition: transform .6s, -webkit-transform .6s;
}
.in-cont-fl:hover .img-box img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.news-box .in-cont-fl .txt-box {
  margin-top: 30px;
}
.in-cont-fl .txt-box .leibie {
  border-color: #266bcb;
  color: #8d8d8d;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #266bcb;
  color: #266bcb;
  border-radius: 20px;
  font-size: 14px;
}
.in-cont-fl .txt-box .leibie span {
  display: inline-block;
  position: relative;
  padding-left: 14px;
}
.in-cont-fl .txt-box .leibie span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  background-color: #333;
  border-radius: 50%;
  background-color: #266bcb;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.in-cont-fl .txt-box .title h3{
  color: #333;
  font-size: 20px;
  font-weight: 500;
  margin-top: 20px;
}
.in-cont-fl:hover .title h3 {
  color: #266bcb;
}
.in-cont-fl .txt-box .title p {
  padding-top: 20px;
  line-height: 26px;
  font-weight: normal;
  font-size: 15px;
  color: #8d8d8d;
}
.in-cont-fl:hover .title p {
  color: #266bcb;
}

.in-cont-fl .txt-box .update {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 15px;
  border-top: 1px solid #000;
  color: #000;
  font-size: 14px;
  border-top-color: rgba(112,112,112,.2);
  color: #8d8d8d;
  position: relative;
}
.in-cont-fl .txt-box .update::after {
  content: "";
    position: absolute;
    width: 0;
    height: 2px;
    top: 0;
    left: 0;
    background: #266bcb;
    -webkit-transition: all .6s;
    transition: all .6s;
}
.in-cont-fl:hover .update::after {
  width: 100%;
}

.in-cont-fl .txt-box .update .item-more {

    width: 30px;
    height: 20px;
    background: url(right.png) no-repeat center;
    background-size: 30px;
}
.news-box .in-cont-rt {
  width: calc(33% - 30px);
  background-color: #fff;
  border-top: 6px solid #989898;
  overflow: hidden;
}
.news-box .in-cont-rt ul {
  padding: 40px 60px 30px 60px;
}
.news-box .in-cont-rt ul li {
  margin-bottom: 40px;
}
.news-box .in-cont-rt ul li a {
  display: block;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(112,112,112,.2);
    position: relative;
}
.news-box .in-cont-rt ul li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #266bcb;
  -webkit-transition: all .6s;
  transition: all .6s;
}
.news-box .in-cont-rt ul li:hover a::after {
  width: 100%;
}

.news-box .in-cont-rt ul li .item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}
.news-box .in-cont-rt ul li .item-date {
  color: #8d8d8d;
}
.news-box .in-cont-rt ul li .label-article {
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid #333;
  color: #333;
  border-radius: 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  border-color: #8d8d8d;
  color: #8d8d8d;
}
.label-article span {
  display: inline-block;
  position: relative;
  padding-left: 14px;
}
.label-article span::before {
  background-color: #8d8d8d;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.news-box .in-cont-rt .item-title {
  font-size: 18px;
  margin-top: 20px;
  color: #333;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  white-space: normal;
  word-break: break-word;
}
.news-box .in-cont-rt .item-more {
  position: absolute;
    right: 2px;
    bottom: 10px;
    width: 30px;
    height: 20px;
    background: url(right.png) no-repeat center;
    background-size: 30px;
}
.news-box .in-cont-rt ul li:hover .item-title {
  color: #266bcb;
}
.news-box .in-cont-rt ul li:hover .label-article,
.in-cont-fl:hover .txt-box .leibie {
  border-color: #266bcb;
  color: #ffffff;
  background: #266bcb;
}
.news-box .in-cont-rt ul li:hover .label-article span::before,
.in-cont-fl:hover .leibie span::before {
  background-color: #fff;
}


.sns {
  position: relative;
  right: 0;
  bottom: 0px;
  margin-top: 20px;
}
.sns a {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 5px;
  margin-left: 10px;
  border-radius: 50%;
  border: 1px solid #777;
  /*background-color: #4574be;*/
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  position: relative;
}
.sns a.wechat i {
  background: url(wechat.png) no-repeat center;
    display: block;
    width: 100%;
    height: 100%;
    background-size: 24px;
}
.sns a.skype i {
  background: url(skype.png) no-repeat center;
    display: block;
    width: 100%;
    height: 100%;
    background-size: 20px;
}
.sns a.facebook i {
  background: url(facebook.png) no-repeat center;
    display: block;
    width: 100%;
    height: 100%;
    background-size: 20px;
}
#qr-wechat {
  position: absolute;
    background-color: #fff;
    padding: 10px;
    top: -10px;
    left: 50%;
    line-height: 1;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(-50%,-100%);
    -ms-transform: translate(-50%,-100%);
    transform: translate(-50%,-100%);
    -webkit-box-shadow: 0 0 16px rgba(0,0,0,.2);
    box-shadow: 0 0 16px rgba(0,0,0,.2);
    z-index: 99;
    
}
#qr-wechat:after {
  content: '';
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top-color: #fff;
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -8px;
}
.sns a.wechat:hover #qr-wechat {
  opacity: 1;visibility: initial;
}
.footer .sns .qrcode-img {
  width: 129px;
  height: auto;
}

.footer {
	padding: 100px 80px 0px;
	background: #363636;
	overflow: hidden;
	position: relative;
	z-index: 99;
}
.footer::after {
	content: '';
	display: block;
	position: absolute;
	left: -5%;
	top: 10%;
	background:  url('f3.png') no-repeat center 30px;
	background-size: 600px;
	width: 800px;
	height: 800px;
	opacity: .05;
}
.footer .ul {
	float: left;
	padding-left: 0px;
	width: calc(100% - 250px);
	text-align: center;
}
.footer .ul li{
	float: left;
	float: none;
	display: inline-block;
	text-align: left;
	height: 300px;
	padding-right: 10%;
	    padding-right: 4vw;
		vertical-align: text-top;
}
.footer .ul li a{
  display: block;
  padding-bottom: 15px;
  font-size: 14px;
}
.footer .ul li a.b,
.footer .rt b
 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 20px;
	display: block;
}
.footer .ul li a.b,
.footer .rt b
 {
	color: #eee;
	padding-left: 0px;
	border-left: 5px solid #0066b1;
	height: 20px;
	line-height: 20px;
	margin-bottom: 20px;
	padding-left: 10px;
	margin-left: -15px;
  padding-bottom: 0;
}

.footer .rt p {
	padding-left: 35px;
	padding-bottom: 18px;
	background-size: 21px;
	background-repeat: no-repeat;
	background-position: 2px 0px;
}

.footer .rt p.add {
	background-image:  url('add.png') ;
	background-size: 22px;
	background-position: 0px 0px;
}
.footer .rt p.tel {
	background-image:  url('tel.png') ; 
}
.footer .rt p.fax {
	background-image:  url('fax.png') ;
}
.footer .rt p.mail {
	background-image:  url('mail.png') ;
	background-size: 21px;
	background-position: 2px 0px;
}

.footer .ul ul {
	width: 820px;
	width: 50vw;
	float: right;
}

.footer .rt {
	width: 300px;
	float: right;
	color: #aaa;
	text-align: left;
}
.footer .rt b {
	margin-left: -15px;
}
.footer .ul a{
	color: #aaa;
	padding-left: 0px; 
}
.footer .ul a:hover{
	color: #fff;
}
.footer .gp {
	color: #fff;
	margin-top: 40px;
}
.footer .gp span{
	font-size: 42px;
	font-weight: bold;
	float: left;
  margin-right: 10px;
}
.footer .gp p {
	font-size: 13px;
	color: #888;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
}
.footer .gp p i {
	font-size: 13px;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}
.footer .gp b {
  color: #fff;
  margin-top: 40px;
}

.footer .f-logo{
	background:  url('logo-foot.png') no-repeat left top;
	background-size: 220px;
	padding-top: 50px;
	width: 250px;
	float: left;
}
.foot2 {
 
	color: #999;
	text-align: center; 
	height: 50px;
	line-height: 50px; 
	padding: 0 0px;
	overflow: hidden;
	font-size: 12px;
	margin-top: 80px;
	position: relative;
	z-index: 2;
	padding-bottom: 120px;
}
.foot2 .wbox{
	border-top: 1px solid #888;
}
.footer .wbox{
	position: relative;
	z-index: 2;
}
.foot2 a,
.foot2 .rt
{
	color: #aaa;
	font-size: 14px;
}
.foot2 a.on {
	color: #fff;
	text-decoration: underline;
}

.foot2 .rt {
	float: right;
	width: auto;
}
.footer .gupiao-1 .xianjia {
  margin-top: 30px;
  width: 100%;
}
.gupiao-1 h4 {
    border-top: 1px solid rgb(255 255 255 / 50%);
    margin-top: 10px;
    padding-top: 10px;
    border-bottom: 1px solid rgb(255 255 255 / 50%);
    padding-bottom: 20px;
    margin-bottom: 20px;
}


#gnb.total-menu > ul > li .gnb-2dep .menu-rt-list .menu-list .top a {
  font-size: 18px;
  color: #266bcb;
  height: 56px;
}
#gnb.total-menu > ul > li .gnb-2dep .menu-rt-list .menu-list .shuzihua a,
#gnb.total-menu > ul > li .gnb-2dep .menu-rt-list .menu-list .nengyuan a {
  height: 180px;
}
#gnb.total-menu > ul > li .gnb-2dep .menu-rt-list .menu-list .nengyuan a {border: 0;}

#gnb.total-menu > ul > li .gnb-2dep .menu-rt-list.vertical-top {
  vertical-align: top;
  padding-top: 30px;
}
#header .logo {
	margin-left: 30px;
}
#header .logo a {
  display: block;
    background: url(/css/logo1-w.png) no-repeat left center;
    width: 315px;
    background-size: 220px;
    height: 55px;
}
#header.top-fixed .logo a,
#header.open .logo a  {
  background: url(/css/logo1-w2.png) no-repeat left  center;
   background-size: 220px;
} 



#header .logo a div{
	float: right;color: #fff;
	font-size: 13px; 
    margin-right: 0px;
    margin-top: 15px;
	line-height: 1.4;
	font-weight: normal;
	font-style: normal;
	border-left: 1px solid #ddd;
	padding-left: 10px;
	height: 35px;
}
#header.top-fixed .logo a div,
#header.open .logo a div {
	color: #266bcb;
}
#header .logo a div span{
	display: block;font-size: 14px; 
}
#header .logo a img {display: none;float: left;
}
/*
#gnb.total-menu > ul .gnb1 .gnb-2dep .menu-lf-txt {
  background: url(gnb1.jpg) no-repeat center;
  background-size: cover;
}
#gnb.total-menu > ul .gnb1 .gnb-2dep .menu-lf-txt .txt-inner .txt a,
#gnb.total-menu > ul .gnb1 .gnb-2dep .menu-lf-txt .txt-inner .tit {color: #fff;}
*/

.header-lang .lang-open-btn {
  background: url(icon_global.png) no-repeat left 0;
  background-size: 22px;
  padding-left: 28px;
}
#header.open .header-lang .lang-open-btn,
.top-fixed .header-lang .lang-open-btn {
  background: url(icon_global_2.png) no-repeat left 0;
  background-size: 22px;
}

.header-lang .lang-open-btn .arrow {display: none;}

.search {
  position: relative;
  z-index: 100;
}
.search i {
	position: absolute;
    height: 30px;
    width: 1px;
    background: #ccc;
    top: 25px;
    right: 60px;
}
.search .input-holder {
    border-radius: 50px;
    width: 180px;
    background: rgb(97, 97, 97);
    height: 40px;
    line-height: 40px;
    position: relative;
}
.search .sear-inpu {
	line-height: 80px;
    width: 100%;
    background: transparent;
    color: #333;
    border: none;
    font-size: 16px;
    letter-spacing: 0.5px;
    height: 80px;
    padding-left: 20px;
}
.search .search-icon {
    border: none;
    background: #fff77b;
    padding: 0px;
    outline: none;
    position: relative;
    z-index: 2;
    float: right;
    cursor: pointer;
    width: 30px;
    height: 30px;
    margin: 5px 6px;
    border-radius: 30px;
}
.search-icon img {    padding-top: 2px;}


.cd-header-buttons {

}
.cd-search-trigger {
  display: block;
  width: 80px;
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
  background: url(icon01.png) no-repeat center;
  height: 90px;
  line-height: 90px;
  right: 190px;
  position: absolute;
  border-left: 0px solid rgba(255,255,255,0.25);
  border-right: 1px solid rgb(255 255 255 / 25%);
}


#header.open .cd-search-trigger,
.top-fixed .cd-search-trigger{
  background: url(icon02.png) no-repeat center;
  border-right: 1px solid rgb(223 223 223);
  border-left: 0px solid rgb(223 223 223);
}


#header.open .search-is-visible, 
#header.open .search-is-visible:hover,
.top-fixed .search-is-visible, 
.top-fixed .search-is-visible:hover {
  background: url(search-on.png) no-repeat center;
}

.search-is-visible, .search-is-visible:hover {background:url(search-on-whtie.png) no-repeat center;}

.cd-search-trigger span {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.cd-search.is-visible {
    visibility: visible;
    -moz-transition: opacity .3s 0s,visibility 0s 0s;
    transition: opacity .3s 0s,visibility 0s 0s;
}
.cd-search {
    position: absolute;
    height: 80px;
    width: 100%;
    top: 90px;
    left: 0;
    z-index: 99;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s,visibility 0s .3s;
    -moz-transition: opacity .3s 0s,visibility 0s .3s;
    transition: opacity .3s 0s,visibility 0s .3s;
    border-top: 1px solid #eee;
    background: #f2f5f7;
}
.cd-search form {
    height: 100%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.cd-search input {
    background: #f2f5f7;
    font-size: 26px;
    border-radius: 0;
    border: none;
    padding: 0;
    height: 80px;
    width:95%;
    text-align: left;
}
input::-webkit-search-cancel-button{ display: none;}
input[type=search]::-ms-clear{ display: none;}

.cd-search  .btn {
  position: absolute;
    right: 0;
    top: 0;
    height: 80px;
    background: none;
    border: none;
    padding-right: 0px;
    /* background: #bbbbbb; */
    width: 90px;
}
.cd-search .btn img {
  padding-left: 10px;
  cursor: pointer;
}
.cd-search .btn img {
  padding-left: 10px;
    cursor: pointer;
}
input, button {
  font-size: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  outline: none;
  line-height: normal;
  color: #666;
}



#contents .info_section {
  height: auto;
}
.info_section .jiejue {
  margin: 0 5%;
}
.info_section .jiejue ul {
  position: relative;
  margin-top: 70px;
  margin-bottom: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.info_section .jiejue ul li {
  width: 33.33%;
  position: relative;
  background-color: #f7f7f7;
}
.info_section .jiejue ul li a {
  display: block;
  padding: 5rem 4rem;
}
.info_section .jiejue ul li .icon {
  float: right;
}
.info_section ul li .icon img {width: 45px;}
.info_section ul li .txt-uppercase {
  text-transform: uppercase;
  font-weight: 800;
  clear: both;
  opacity: .5;
}
.info_section .jiejue ul li h3 {
  display: block;
    margin-top: 9rem;
    font-weight: normal;
    font-size: 30px;
    padding-bottom: 20px;
}
.info_section .jiejue ul li p {
  opacity: .7;
  line-height: 26px;
  font-size: 15px;
}
.info_section .jiejue ul li.li-1 {
  background-color: #0C5CAF;
}
.info_section .jiejue ul li.li-1 a,
.info_section .jiejue ul li.li-3 a {
  color: #fff;
}
.info_section .jiejue ul li.li-3 {
  background-color: #2B2A2D;
  color: #fff;
}
.info_section .jiejue ul li.li-3 .icon img {width: 55px;}

.business_section .swiper-slide-active .txt_box .icon img {
  width: 65px;
  display: block;
  padding-bottom: 30px;
}

.business_section .slider_box .swiper-pagination-bullet:nth-child(1) span {
  background: url(icon06-2.png) no-repeat top center;
  padding-top: 45px;
  background-size: 40px;
}
.business_section .slider_box .swiper-pagination-bullet-active:nth-child(1) span {
  background: url(icon06.png) no-repeat top center;
  padding-top: 45px;
  background-size: 40px;
}

.business_section .slider_box .swiper-pagination-bullet:nth-child(2) span {
  background: url(icon07-2.png) no-repeat top center;
  padding-top: 45px;
  background-size: 40px;
}
.business_section .slider_box .swiper-pagination-bullet-active:nth-child(2) span {
  background: url(icon07.png) no-repeat top center;
  padding-top: 45px;
  background-size: 40px;
}

.business_section .slider_box .swiper-pagination-bullet:nth-child(3) span {
  background: url(icon08-2.png) no-repeat top center;
  padding-top: 45px;
  background-size: 40px;
}
.business_section .slider_box .swiper-pagination-bullet-active:nth-child(3) span {
  background: url(icon08.png) no-repeat top center;
  padding-top: 45px;
  background-size: 40px;
}

.business_section .slider_box .txt_box .main-more-btn {
  border: 1px solid rgb(38 107 203);
  color: #266bcb;
}
.business_section .slider_box .txt_box .main-more-btn span {
  font-size: 13px;
  line-height: 55px;
  color: #266bcb;
  font-weight: bold;
}
.business_section .slider_box .txt_box .main-more-btn:hover span {color: #fff;}


.top-visual {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  height: 100vh;
}
.top-visual .bg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(/css/solution00.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-animation: bgScale 2s ease forwards;
  animation: bgScale 2s ease forwards;
}
.top-visual .visual-service {
  background-image: url(visual_service.jpg);
}

.top-visual .main-tit-box {
  text-align: left;
}
.top-visual .txt-box {
  position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1600px;
    width: 100%;
    /*top: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, -10%);*/
    color: #fff;
    text-align: center;
    background: url(bg_visual_shadow1.png) no-repeat;
    background-size: cover;
    height: 100%;
}
.top-visual .txt-box .main-area-box {
  max-width: 100%;
  margin: 0 auto;
  position: absolute;
  width: 100%;
  top: 45%;
  transform: translateY(-50%);
}
.top-visual .txt-box .main-tit-box .main-tit {
  font-size: 65px;
  font-weight: 600;
  letter-spacing: -0.5px;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1;
}
.top-visual .txt-box .main-tit-box .main-tit-en {
  font-weight: 700;
    font-size: 80px;
    letter-spacing: -0.25px;
    color: #ffffff;
    margin-bottom: 0px;
    display: block;
}
.top-visual .cm-word-split-JS.splitting .word {line-height: 1.1;}
.top-visual .main-tit-box .main-tit-en em {display: block;}

.top-visual .down {
  position: absolute;
    bottom: 5%;
    width: 100%;
    text-align: center;
}
.down .btn {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.down .btn .mask {
  position: absolute;
  left: 0px;

  width: 140px;
  pointer-events: none;
  height: 140px;
  background-size: cover;
}
.down .btn .mask .lazy {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-size: cover;
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.down .btn .mask svg.cm {
  opacity: 1;
  transition: opacity .5s;
  width: 85px;
  height: 85px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.down .btn .icon-shubiao {
  animation: jump 1s cubic-bezier(.56,.01,.46,1) infinite alternate;
  color: #fff;
  background: url(/css/shubiao.png) no-repeat center;
  width: 140px;
  height: 140px;
  background-size: 26px;
  display: block;
  opacity: 0.8;
}
.f-40 {
  font-size: 40px;
}
.main-color {color: #1c509c;}

.about-1 {
  padding: 40px 40px 90px;
}
.about-1 .intro-box {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.about-1 .intro-box .h3 {
  position: relative;
  padding-bottom: 50px;
}


.about-1 .main-tit-box .main-tit-en {
  color: #555;
  margin-bottom: 0px;
}
.about-1 .intro-box .h3 h3 {
  margin-top: 10px;
  position: relative;
  z-index: 2;
  font-size: 2.3rem;
  font-weight: normal;
  line-height: normal;
  color: #1c509c;
}


.about-1 .intro-bg {
  width: 50%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
}
.about-1 .intro-bg img {
  width: 100%;
  width: 50%;
  height: 100%;
  object-fit: cover;
}
.about-1 .intro-bg .photo {

}
.about-1 .intro-bg .photo2 {
  width: 49%;
  margin-top: 5%;
  margin-left: 1%;
}

.about-1 .intro-txt {
  width: 42%;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    padding: 2% 3% 0;
    z-index: 2;
    word-break: break-all;
}
.about-1 .intro-txt ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.about-1 .intro-txt .dataul li {
  margin-right: 70px;
  width: auto;
  text-align: center;
  margin-top: 30px;
  font-size: 15px;
}
.about-1 .intro-txt .dataul li:last-child {
  margin-right: 0;
}
.about-1 .intro-txt .dataul li p {
  text-align: center;
}
.about-1 .intro-txt .dataul li p b {
  font-size: 38px;
  padding-right: 3px;
  color: #366cd0;
}


.pad50 {padding-bottom: 50px;}

.bubble {
  background: #e8edfa;
  width: 720px;
  height: 720px;
  border-radius: 100%;
  position: absolute;
  right: -250px;
}

.scroll-icon{
  position: relative;
    /* bottom: 0; */
    /* left: 0; */
    z-index: 1;
    margin-top: 50px;
    width: 30px;
}
.scroll-icon .mouse-icon{
  position:relative; 
  width:12px; 
  height:17px; 
  border:2px solid #555; 
  border-radius:6px; 
  margin:0px auto; 
  box-sizing:border-box;
}
.scroll-icon .mouse-icon:after{
  position:absolute; 
  left:50%; 
  margin-left:-1px; 
  width:2px; height:3px; 
  border-radius:50%; 
  background-color:#555; 
  content:""; 
  animation: scrollAni 1.1s infinite;
}
.scroll-icon .txt{
  display: block;
    color: #555;
    font-size: 10px;
    font-weight: 700;
    margin: 15px auto 0;
    font-family: Montserrat;
}

.scroll-icon:not(.main-scroll-icon) .txt em{display:block; writing-mode:vertical-rl;}
.scroll-icon.main-scroll-icon .txt{letter-spacing:-1px;}
.scroll-icon .scroll-txt{display:block;}
.scroll-icon .scroll-txt .char{display:inline-block; animation: scroll-down-ani 2s ease-in-out 0s infinite; animation-delay:calc(60ms * var(--char-index))}


@keyframes scrollAni {
	from { 
		top: 2px;
	}
	to {
		top: 10px;
		opacity: 0;
	}
}
@keyframes scroll-down-ani {
  0% {
      opacity: 0;
      transform: translateY(-50%) rotateX(90deg)
  }

  15%,85% {
      opacity: 1;
      transform: translateY(0) rotateX(0)
  }

  100% {
      opacity: 0;
      transform: translateY(50%) rotateX(-90deg)
  }
}

.project-image-wrapper {
position: relative;
overflow: hidden;
-webkit-transition: all 2s ease;
-moz-transition: all 2s ease;
transition: all 2s ease;
margin: 0 auto;
-webkit-clip: inset(0 0 0 0);
clip: inset(0 0 0 0);
-webkit-clip-path: inset(0 0 0 0);
clip-path: inset(0 0 0 0);
}
.project-image-wrapper.nV {
opacity: 0;
clip: inset(0 70% 0 0);
clip-path: inset(0 70% 0 0)
}

.about-2 {
  height: 900px;
  overflow: hidden;
  margin-top: 50px;
  position: relative;
}
.about-2 .inner {
  position: absolute;
  width: 90%;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  top: 0;
}
.full-video-wrap {
  height: 100%;
  position: relative;
}
.full-video-wrap::after { 		
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.full-video-wrap video {
  display: block;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.about-2 .inner .txt {
  color: #fff;
    width: 100%;
    font-size: 18px;
    line-height: 38px;
    position: absolute;
    top: 13%;
    text-align: center;
}
.inpage .about-2 .main-area-box {max-width: 100%;}
.about-2 .inner .txt .cx {
  text-align: left;
    font-size: 2.3rem;
    margin-bottom: 40px;
    color: #fff;
    line-height: normal;
    margin-top: 0;
}
.about-2 .inner .txt .p {
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 30px 0px;
  width: auto;
  font-size: 16px;
  line-height: 40px;
  min-height: 330px;
}
.about-2 .inner .txt .jumbo {
  display: inline-block;
  font-size: 2.3rem;
  padding: 0 5px;
}
.about-2 .flex {
  display: flex;
  flex-wrap: wrap;
  margin-top: 130px;
}
.about-2 .flex li {
  width: 14%;
  position: relative;
  text-align: left;
}
.about-2 .flex img {
  width: 50px;
  padding-bottom: 10px;
}

.about-3 {
  padding: 100px 5%;
}
.about-3 .inner {
  display: grid;
  grid-template-columns: auto 45vw;
  justify-content: space-between;
}
.about-3 .inner .left {
  padding-right: 2vw;
}
.about-3 .main-tit-box .main-tit {
  font-size: 2.3rem;
  margin-top: 0;
}
.about-3 .inner .right {
  font-size: 16px;
  line-height: 30px;
  padding-top: 15px;
  color: #555;
  text-align: justify;
}
.about-3 ul {
  margin-top: 45px;
  display: flex;
  flex-wrap: wrap;
}
.about-3 ul li {
  width: 24.9%;
    background-position: center;
    background-size: cover;
    height: 500px;
    position: relative;
    color: #fff;
    margin-right: 0.1%;
}
.about-3 ul li::after {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top:0;
}
.about-3 ul li span {
  display: block;
    font-size: 24px;
    color: #fff;
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 45%;
    transform: translateY(-50%);
    text-align: center;
}

.about-4 {
  background: url(/css/bk.jpg);
  background-size: 100%;
    background-repeat: repeat-y;
    background-position: top;
  padding: 100px 10% 100px 0;
  position: relative;
}
.about-4 .inner {
  background: #fff;
  height: 550px;
  background-size: cover;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.about-4 .inner .leftbg {
  background: url(/css/banner3.jpg) no-repeat center; 
  width: 40rem;
  height: 100%;
  background-size: cover;
}
.about-4 .inner .rightbg {
  background: #fff url(/css/earth.png) right bottom no-repeat;
  height: 100%;
  width: calc(100% - 40rem);
  position: relative;
  background-size: 430px;
}

.about-4 .rightbg .h2 {
  position: relative;
  padding: 7% 50px 30px 50px;
}
.about-4 .h2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #11152f;
  opacity: .15;
}
.about-4 .rightbg .h2 h3 {
  font-size: 2.2rem;
  font-weight: 600;
  color: #333;
  position: relative;
  /* display: flex; */
  /* justify-content: center; */
  align-items: center;
  padding-left: 45px;
}
.about-4 .rightbg .h2 h3 span {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.about-4 .rightbg .h2 h3 span::before {
  background-color: #266bcb;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%,-50%);
}
.about-4 .rightbg .h2 h3 span::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: #001df5;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: .15;
}

.about-4 .rightbg .p {
  padding: 7% 80px 30px;
  font-size: 16px;
  color: #555;
  line-height: 30px;
  text-align: justify;
}

.about-2 .flex-1 {
  display: flex;
  flex-wrap: wrap;
}
.about-2 .flex-1 .info-1 {
  width: 50%;
    margin-right: 8%;
}
.about-2 .flex-1 .info-2 {
  width: 42%;
}




@keyframes spin {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg)
  }

  to {
      -webkit-transform: rotate(1turn);
      transform: rotate(1turn)
  }
}

@keyframes jump {
  0% {
      transform: translateY(4px)
  }

  to {
      transform: translateY(-4px)
  }
}


.breadcrumb {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 90px;
  width: 100%;
  
  border-bottom: 1px solid #ececec;
  background: #fff;
  z-index: 10;
}
.location-wrp2 {

}
.location-wrp2 .home {
  display: block;
  position: relative;
  width: 46px;
  height: 73px;
}


.hide-txt {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  font-size: 1px;
  line-height: 0;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  margin: -1px;
  padding: 0;
  border: 0;
}
.location-wrp2 > ul {
  display: flex;
}
.location-wrp2 > ul > li {
  position: relative;
}
.location-wrp2 ul .dep a {
  position: relative;
    z-index: 2;
    display: block;
    line-height: 73px;
    height: 73px;
    padding: 0 30px;
    color: #555;
    font-weight: normal;
    font-size: 1.1rem;
}



.depth .home a {
  display: block;
  width: 100%;
  height: 100%;
  background: #2a5bc2 url(/css/home-icon.svg) no-repeat center;
  background-size: 16px 16px;
}
.depth .dep {
  position: relative;
  transition: 0.2s;
}
.depth .dep.active a {
  color: #fff;
  background: #266bcd;
}
.depth_2 .dep {
  width: 50%;
}
.depth_5 .dep {
  width: 20%;
}
.depth_3 .dep {
  width: 33%;
}




.depth .icon-gy a {
  background: url(/css/icon-about01.png) no-repeat right 30px center;
  background-size: 25px auto;
}
.depth .icon-gy.active a {
  background: url(/css/icon-about01-2.png) no-repeat right 30px center #266bcd;
  background-size: 25px auto;
}

.depth .icon-wh a {
  background: url(/css/icon-about02.png) no-repeat right 30px center;
  background-size: 25px auto;
}
.depth .icon-wh.active a {
  background: url(/css/icon-about02-2.png) no-repeat right 30px center #266bcd;
  background-size: 25px auto;
}
.depth .icon-ls a {
  background: url(/css/icon-about03.png) no-repeat right 30px center;
  background-size: 25px auto;
}
.depth .icon-ls.active a {
  background: url(/css/icon-about03-2.png) no-repeat right 30px center #266bcd;
  background-size: 25px auto;
}

.depth .icon-ry a {
  background: url(/css/icon-ry.png) no-repeat right 30px center;
  background-size: 25px auto;
}
.depth .icon-ry.active a {
  background: url(/css/icon-ry-2.png) no-repeat right 30px center #266bcd;
  background-size: 25px auto;
}
.depth .icon-about05 a {
  background: url(/css/icon-about05.png) no-repeat right 30px center;
  background-size: 25px auto;
}
.depth .icon-about05.active a {
  background: url(/css/icon-about05-2.png) no-repeat right 30px center #266bcd;
  background-size: 25px auto;
}

.depth .icon-dt a {
  background: url(/css/icon-dt.png) no-repeat right 30px center;
  background-size: 25px auto;
}
.depth .icon-dt.active a {
  background: url(/css/icon-dt-2.png) no-repeat right 30px center #266bcd;
  background-size: 25px auto;
}
.depth .icon-kp a {
  background: url(/css/icon-kp.png) no-repeat right 30px center;
  background-size: 25px auto;
}
.depth .icon-kp.active a {
  background: url(/css/icon-kp-2.png) no-repeat right 30px center #266bcd;
  background-size: 25px auto;
}
.depth .icon-down a {
  background: url(/css/icon-down.png) no-repeat right 30px center;
  background-size: 25px auto;
}
.depth .icon-down.active a {
  background: url(/css/icon-down-2.png) no-repeat right 30px center #266bcd;
  background-size: 25px auto;
}
.depth .icon-fuwu a {
  background: url(/css/icon-fuwu.png) no-repeat right 30px center;
  background-size: 25px auto;
}
.depth .icon-fuwu.active a {
  background: url(/css/icon-fuwu-2.png) no-repeat right 30px center #266bcd;
  background-size: 25px auto;
}

.depth .icon-auto a {
  background: url(/css/icon-auto.png) no-repeat right 30px center;
  background-size: 25px auto;
}
.depth .icon-auto.active a {
  background: url(/css/icon-auto-2.png) no-repeat right 30px center #266bcd;
  background-size: 25px auto;
}

.depth .icon-szh a {
  background: url(/css/icon-szh.png) no-repeat right 30px center;
  background-size: 25px auto;
}
.depth .icon-szh.active a {
  background: url(/css/icon-szh-2.png) no-repeat right 30px center #266bcd;
  background-size: 25px auto;
}
.depth .icon-xny a {
  background: url(/css/icon-xny.png) no-repeat right 30px center;
  background-size: 25px auto;
}
.depth .icon-xny.active a {
  background: url(/css/icon-xny-2.png) no-repeat right 30px center #266bcd;
  background-size: 25px auto;
}
.depth .icon-sifu a {
  background: url(/css/icon-sifu.png) no-repeat right 35px center;
  background-size: 25px auto;
}
.depth .icon-sifu.active a {
  background: url(/css/icon-sifu-2.png) no-repeat right 35px center #266bcd;
  background-size: 25px auto;
}
.depth .icon-fuzhu a {
  background: url(/css/icon-fuzhu.png) no-repeat right 33px center;
  background-size: 25px auto;
}
.depth .icon-fuzhu.active a {
  background: url(/css/icon-fuzhu-2.png) no-repeat right 33px center #266bcd;
  background-size: 25px auto;
}





.location-wrp2 > ul > li ul {
  display: none;
  position: absolute;
  left: 0;
  top: 73px;
  padding: 0px 0 0px 0;
  width: 100%;
  z-index: 5;
  background: #fff;
  border: 1px solid #dedede;
}
.location-wrp2 > ul > li ul li {
  padding: 13px 30px;
}
.location-wrp2 > ul > li ul li:hover {
  background: #0C5CAF;
}
.location-wrp2 > ul > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 1.5;
}
.location-wrp2 > ul > li ul li:hover a {
  color: #fff;
}

.location-wrp2 > ul > li:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 19px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: #ddd;
}
.location-wrp2 ul .home:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 19px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: #ddd;
  display: none;
}


.main-boxs {
  padding: 70px 0px;
}
.cont-wrap-2 {
  margin: 0 5%;
}
.inpage .main-tit-box {
  text-align: left;
}
.inpage .main-area-box {
  max-width: 1680px;
}  
.inpage .main-tit-box p {
  font-size: 20px;
  font-weight: normal;
  padding-top: 0px;
  color: #333;
}
.ningbo .map_list {
  margin-top: 60px;
  margin-bottom: 60px;
}
.ningbo .map_list .li {
  margin: 0 0 100px 0;
}
.ningbo .map_list li .map_tit {
  margin: 0 0 50px 0;
  border-top: 1px solid #505050;
  border-bottom: 1px solid #e0e0e0;
  padding: 30px 0;
  font-size: 26px;
  color: #266bcb;
  font-weight: normal;
}
/*

.ningbo .map_list .li #tabs {
  margin: 0 0 50px 0;
  border-top: 1px solid #505050;
  border-bottom: 1px solid #e0e0e0;
}
.ningbo .map_list .li #tabs li {
  display: inline-block;
  width: 15%;
}

.ningbo .map_list .li .map_tit {
  padding: 30px 0;
  font-size: 26px;
  color: #555;
  font-weight: normal;
  position: relative;
  text-align: center;
}


.ningbo .map_list .li #active .map_tit {
  color: #266bcb;
  position: relative;
  z-index: 2;
}
.ningbo .map_list .li #active .map_tit::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #266bcb;
  width: 100%;
  height: 2px;
}
.ningbo .map_list .li #tabs li:hover .map_tit {
  color: #266bcb;
}
.ningbo .map_list .li #tabs li:hover .map_tit::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #266bcb;
  width: 100%;
  height: 2px;
}
*/

.info_box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.info_box .mapimg {
  width: 49%;
  overflow: hidden;
  padding-bottom: 40px;
}
.info_box .mapimg .swiper {
  width: 100%;
  height: 100%;
  overflow: initial;
}
.info_box .mapimg .swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;

}
.info_box .mapimg .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.info_box .maptxt {
  width: 50%;
}
.info_box .maptxt dl {
  margin: 0 0 50px 0;
}

.info_box .maptxt dt {
  margin: 0 0 30px 0;
  font-weight: 700;
  line-height: 1.2;
  color: #191919;
  font-size: 18px;
  position: relative;
  padding-left: 40px;
}
.info_box .maptxt dt i {
  width: 28px;
    height: 28px;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.info_box .maptxt dt i::before {
  background-color: #266bcb;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%,-50%);
}
.info_box .maptxt dt i::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: #001df5;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: .15;
}


.info_box .maptxt dd {
  position: relative;
    padding: 0 0 0 14px;
    line-height: 2;
    font-size: 15px;
    word-break: break-word;
}
.info_box .maptxt dd:before {
  position: absolute;
  left: 0;
  top: 13px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #ccc;
  content: '';
}
.swiper-button-next, .swiper-button-prev {
  background: url(slider_bt2.svg)no-repeat center rgba(0,0,0,.2);
  border-radius: 100%;
  width: 42px;
  height: 42px;
  top: 50%;
  margin-top: -21px;
}
.swiper-button-prev .swiper-button-next {
  left: auto;
  right: 20px;
  transform: rotate(180deg);
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: none;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: none;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  transform: rotate(180deg);
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {bottom: -30px;}
.swiper-pagination-bullet-active {width: 30px; border-radius: 5px;}

.inpage {
  font-family: 'Roboto', source-han-sans-simplified-c, Arial, sans-serif;
  overflow: hidden;
  word-break: break-all;
  padding-bottom: 0;
}
.other-site .info_box .mapimg .swiper-slide {
  height: 270px;
}
.btn_map {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 30px 0;
  color: #0C5CAF;
  font-size: 13px;
  margin-left: 10px;
}
.btn_map:before {
  margin: 0 8px 0 0;
    background: url(/css/icon_map.png)no-repeat;
    background-size: 26px;
}
.btn_map:before, .btn_map:after {
  width: 26px;
  height: 26px;
  content: '';
}
.btn_map:after {
  margin: 0 0 0 10px;
  border-radius: 100%;
  background: url(map_arrow.svg)no-repeat center #F9F9F9;
  transform: rotate(180deg);
  transition: .2s ease;
  display: none;
}
.domestic-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12.5px;
  border-top: 1px solid #e0e0e0;
  padding-top: 50px;
}
.domestic-list .other-site {
  width: calc(33.33% - 25px);
  margin: 0 12.5px 29px;
  box-sizing: border-box;
  background: #f5f5f5;
  background-size: 100%;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease
}
.domestic-list .other-site:hover {
  box-shadow: 2px 1px 10px #ccc;
}


.domestic-list .other-site .padd {
  padding: 35px 20px;
}
.domestic-list .other-site .padd .map_tit {
  color: #19237c;
  font-size: 18px;
  position: relative;
  padding-bottom: 20px;
  padding-left: 30px;
  line-height: 1.2;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 20px;
}
.domestic-list .other-site .padd .map_tit .maker {
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(icon_location.png) no-repeat left;
  background-size: 20px;
  display: block;
  width: 20px;
  height: 20px;
}
.domestic-list .other-site .info_box {
  display: flex;
  flex-wrap: initial;
  flex-direction: initial;
  justify-content: space-between;
}
.domestic-list .other-site .maptxt {
  width: 100%;
}
.domestic-list .other-site .img-box {
  width: 26.18%;
}
.domestic-list .other-site .img-box img {width: 100%;}
.other-site.info_box .maptxt dl {
  margin: 0 0 0px 0;
}
.other-site .maptxt a {
  display: block;
  position: absolute;
  bottom: 0px;
}

.foreign {
  padding: 60px 5%;
  background: #f5f5f5 url(/css/earth.png) no-repeat right top;
  margin-top: 70px;
}
.foreign ul {
  border-top: 1px solid #505050;
  padding: 60px 0 30px;

}
.foreign .domestic-list > li {background: #fff;}
.foreign .domestic-list > li .padd .map_tit {line-height: 1.6;}
.foreign .domestic-list > li .padd .map_tit .maker {top: 2px;}
.foreign .domestic-list > li .maptxt {width: 100%;}
.foreign .domestic-list > li .img-box {display: none;}


.shanxuan {
  position: sticky;
  left: 0;
  top: 90px;
}

/*涓夊ぇ鏉垮潡 鏂?/

.s3 {
	background: #f5f5f5;
	padding: 100px 3%;
	text-align: center;
	font-size: 58px;
	position: relative;
}
.s3 .main-tit-box {
  display: block;
  float: left;
  color: #fff;
  text-align: left;
  margin-top: 45px;
  margin-left: 30px;
  padding-left: 20px;
  border-left: 0px solid #0066b1;
  position: relative;
  z-index: 3;
}
.s3 .main-tit-box span {
  position: relative;
  z-index: 2;
  font-size: 38px;
  color: #fff;
  margin-bottom: 0px;
}
.s3 .main-tit-box::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  height: 28px;
  width: 5px;
  z-index: 2;
  background: #0066b1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.s3 li:hover .main-tit-box::before {
  width: 150px;
}
.s3 .li2 .main-tit-box {
  transition-delay: .3s;
}
.s3 .li3 .main-tit-box {
  transition-delay: .5s;
}


.s3 ul {
	text-align: center;
	width: 100%;
}
.s3 ul .rt {
	width: 50%;
}
.s3 .s-cp li {
	display: block;
	float: left;
	background: url(32.jpg) no-repeat;
	background-size: cover;
	height: 480px;
	width: 18%;
	margin-right: 0%;
	margin-bottom: 15px;
	position: relative;
	border-radius: 15px;
}

.s3 .s-cp li:hover a {
	background: url(right-circle2.png) no-repeat 37px 90%;
    background-size: 60px;
}

.s3 .s-cp li a {
	display: block;
	width: 100%;height: 100%;
}

.s3 .s-cp li a{
	background:  url('right-circle2.png') no-repeat 30px 90%;
	background-size: 60px;
 
}
.s3 .s-cp li.l2,
.s3 .s-cp li.l3
 {
	width: 100%;
	height: 395px;
}
.s3 .s-cp li.l1
 {
	width: calc(50% - 15px);
	margin-right: 15px;
	height: 798px;
	margin-bottom: 0;
}

.s3 .s-cp li.l4,
.s3 .s-cp li.l5
 {
	width: 31.6666%;
}
.s3 .s-cp li.l1 {
	background: url(yw01.jpg) no-repeat;
	background-size: cover;
}
.s3 .s-cp li.l2 {
	background: url(yw02.jpg) no-repeat;
	background-position: center 80%;
	background-size: cover;
}
.s3 .s-cp li.l3 {
	background: url(yw03.jpg) no-repeat center;
	background-size: cover;
	margin-bottom: 0;
}


.v-ring1 {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.v-ring2 {
  height: 60px;
  width: 60px;
  background-color: #266bcb;
  background-image: linear-gradient(to top, #266bcb 0%, #005bea 100%);
  opacity: 0.6;
  border-radius: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  animation: v-bounceStretchDelay 2s ease-in-out 1s infinite;
  animation-fill-mode: both;
}
.v-ring3 {
  height: 60px;
  width: 60px;
  background-color:#266bcb;
  background-image: linear-gradient(to top, #266bcb 0%, #005bea 100%);
  opacity: 0.6;
  border-radius: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  animation: v-bounceStretchDelay 2s ease-in-out 0s infinite;
  animation-fill-mode: both;
}
.is-pc .v-ring1 {
  opacity: 0;
}
.vision-wrap {
  padding: 0px 5% 60px;
  position: relative;
}
.vision-title .main-tit {
  font-size: 2.3rem;
  text-align: center;
}
.vision_list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 auto;
  margin-top: 180px;
  max-width: 1680px;
}
.v_item {
  width: 48.3%;
  margin-left: 3.4%;
  margin-bottom: 2.25rem;
}
.v_item:nth-child(2n+1) {
  margin-left: 0;
}
.v_item .imgs {
  overflow: hidden;
}
.v_item .imgs img {
  transition: 0.5s cubic-bezier(0.3, 0, 0.24, 1);
}
.v_item .txt {
  padding-top: 45px;
  color: #333333;
}
.v_item .txt h2 {
  font-size: 26px;
  line-height: 1.4;
}
.v_item .txt p {
  margin-top: 15px;
  line-height: 1.625;
  color: #666666;
  font-size: 16px;
}
.v_item:nth-child(2n+2) {
    position: relative;
    top: -5.75rem;
}
.honor-list ul li {
  float: left;
  width: 21%;
  margin-left: 2%;
  margin-bottom: 95px;
  color: #4c4c4c;
  margin-right: 2%;
}
.honor-list ul li .images {
  padding-bottom: 70px;
  text-align: center;
  margin-bottom: 5px;
  box-sizing: border-box;
  position: relative;
}
.honor-list ul li .images .img {
  position: relative;
}
.honor-list ul li .images .img .tu {
  display: inline-block;
  max-height: 100%;
  max-width: 95%;
  z-index: 4;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition:all 0.5s ease;
  transition:all 0.5s ease; 
  
}
.honor-list ul li:hover .images .img .tu {top: -25px;}


.op {
  opacity: 0;
}
.honor-list ul li .images:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 70px;
  bottom: 5px;
  left: 0;
  background: url(/css/i2.png) no-repeat center;
  background-size: 100%;
}
.honor-list ul li .span {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 15px;
  border-bottom: 1px solid #959595;
  padding-right: 35px;
  box-sizing: border-box;
  font-size: 19px;
  position: relative;
}
.honor-list ul li .span span {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: block;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
}
.honor-list ul li .span:after {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 0;
  top: 0;
  content: "";
  margin: auto;
  background: url(/css/plus.png) no-repeat center;
  background-size: 24px;
}


/*鍘嗗彶澶撮儴*/
.active #gnb {background: #fff;}
.active #gnb > ul > li > a {color: #333;}
.active#header .logo a {
  display: block;
  background: url(/css/logo.png) no-repeat left center;
  width: 275px;
  background-size: 180px;
  height: 55px;
}
.active#header .logo a div {
  color: #266bcb;
}
.active#header .header-lang .lang-open-btn {
  border-color: #333;
  color: #333;
}
.active#header .sitemap-line-btn .line {
  background-color: #333;
}
.active#header .cd-search-trigger {
  background: url(icon02.png) no-repeat center;
  border-right: 1px solid rgb(223 223 223);
  border-left: 0px solid rgb(223 223 223);
}
.active#header .header-lang .lang-open-btn {
  background: url(icon_global_2.png) no-repeat left 0;
  background-size: 22px;
}
.his-top-visual .txt-box .main-tit-box .main-tit {
  font-size: 21rem;
  letter-spacing: -3px;
  text-align: center;
}
.his-top-visual .txt-box .main-tit-box .main-tit-en {
  text-align: center;
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 50px;
}
.his-top-visual .main-tit-box .main-tit-en em {font-weight: normal;}
.his-top-visual .down .btn {margin: 0 auto;}
.his-top-visual .bg-img {
  -webkit-animation: bgScale0 2s ease forwards;
  animation: bgScale0 2s ease forwards;
}



/*news*/

.list-news li {
  border-bottom: 1px solid rgba(44,44,44,0.2);
  margin-top: 120px;
  word-break: break-word;
}
.list-news .item-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-news .item-pic {
  width: 36.11%;
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}
.list-news .item-pic::before {
  padding-top: 56%;
  content: "";
  display: block;
}
.list-news .item-pic img {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: -webkit-transform .8s ease;
  transition: -webkit-transform .8s ease;
  -o-transition: transform .8s ease;
  transition: transform .8s ease;
  transition: transform .8s ease, 
  -webkit-transform .8s ease;
}
.list-news a:hover .item-pic img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.list-news .item-article {
  width: 63.89%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 50px;
  position: relative;
}
.list-news .item-date {
  padding-left: 10px;
  width: 24%;
  display: -webkit-box;
  display: -ms-flexbox;
  display:block;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  color: #333;
}
.list-news .item-date .date {
  margin-right: 0.16667em;
  font-size: 50px;
  letter-spacing: -2px;
  line-height: 30px;
}
.list-news .item-date .year {

  font-size: 24px;
  font-family: Montserrat;
  padding-bottom: 15px;
}

.list-news .item-inner {
  width: 76%;
}
.list-news .item-title {
  font-size: 24px;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 25px;
    -webkit-transition: color .4s ease;
    -o-transition: color .4s ease;
    transition: color .4s ease;
    color: #333;
}
.list-news a:hover .item-title {
  color: #3675d9;
}

.list-news .item-txt {
  color: #555;
  font-size: 16px;
  line-height: 1.66667;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.con_tit .list-news p {
  font-weight: normal;
  letter-spacing: -0.05rem;
  text-align: justify;
  height: 90px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news-wrap .list-news {
  margin-bottom: 40px;
}
.list-news li:nth-child(odd) .item-cont {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.list-news li:nth-child(odd) .item-article {
  padding-right: 50px;
  padding-left: 0;
}
.list-news li .view-more {
  position: absolute;
  bottom: 80px;
}
.list-news li .view-more .main-more-btn {
  height: 45px;
  line-height: 45px;
  border: 1px solid #266bcb;
  color: #266bcb;
}
.list-news li:hover .main-more-btn:before {
  left: -10%;
  opacity: 1.0;
  filter: Alpha(opacity=100);
}
.list-news li:hover  .main-more-btn span {
  color: #fff;
  left: 3px;
}




.pager {
  text-align: center;
  padding: 0px 0 50px;
}
.pager li {
  display: inline-block;
}
.pager a {
  margin-right: 0.1em;
  margin-left: 0.1em;
  min-width: 2.75em;
  line-height: 2.75;
  color: rgb(184 184 184);
  display: inline-block;
  vertical-align: top;
  -webkit-transition: color .3s;
  transition: color .3s;
  font-weight: 500;
  font-size: 0.8333333333vw;
}
.pager a:hover {
  color: #266bcb;
  font-weight: bold;
}
.pager .prev a, .pager .next a,
.pager li:first-child a, .pager li:last-child a,
.pager li:first-child span,  .pager li:last-child span{
  width: 44px;
  height: 44px;
  border-radius: 1em;
  text-indent: -99999px;
}
.pager li:first-child a,
.pager li:first-child span {
  background: url(/css/list-nav-prev.png) no-repeat center;
}
.pager li:last-child a, .pager li:last-child span{
  background: url(/css/list-nav-next.png) no-repeat center;
}


.pager .prev a:before {
  content: "";
  background: url(/css/list-nav-prev.png) no-repeat center;
  width: 100%;
  height: 100%;
  display: block;
}
.pager .next a:before {
  content: "";
  background: url(/css/list-nav-next.png) no-repeat center;
  width: 100%;
  height: 100%;
  display: block;
}

.pager .active a {
  color: #266bcb;
  background: no-repeat url(/css/bg_pager.png) center center;
  background-size: contain;
  font-weight: bold;
}

.list-video {
  padding: 0 5%;
  display: flex;

}
.list-video .grid-item {
  width: 33.3333%;
  padding: 1.5625vw;
  margin-top: 70px;
}
.list-video .grid-item a {
  position: relative;
  display: block;
  -webkit-transition: background .3s;
  transition: background .3s;
}
.list-video .grid-item a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background-color: #266bcb;
}

.ngrid-item__img {
  position: relative;
  overflow: hidden;
}
.ngrid-item__img img {
  display: block;
  width: 100%;
  -webkit-transition: -webkit-transform .8s ease;
  transition: -webkit-transform .8s ease;
  -o-transition: transform .8s ease;
  transition: transform .8s ease;
  transition: transform .8s ease, 
  -webkit-transform .8s ease;
}
.list-video:hover .ngrid-item__img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.ngrid-item__img .play_time {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 12px;
  color: #fff;
  line-height: 17px;
  padding: 5px 10px;
  border-radius: 2px;
  background-color: #000;
  font-weight: bold;
}

.ngrid-item__intro {
  position: relative;
  padding: 2.0833333333vw;
  
}
.ngrid-item__intro::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #e2e2e2;
}
.ngrid-item__date, .ngrid-item__title {
  -webkit-transition: color .3s;
  transition: color .3s;
  font-size: 15px;
}
.ngrid-item__date .red {
  color: #3f5dc8;
}
.ngrid-item__title {
  font-size: 20px;
  margin-top: 2.0833333333vw;
  line-height: 30px;
  font-weight: normal;
  color: #333;
}
.ngrid-view-more {
  margin-top: 5vw;
  font-size: 15px;
}
.ngrid-view-more .txt {
  background: url(/css/list-nav-next.png) no-repeat right;
  padding-right: 30px;
}

.view-article {
  height: 80vh;
  overflow: hidden;
}
.view-article .scroll {
  position: absolute;
  right: 10px;
  bottom: 10px;
  margin-right: 0;
}
.article-title {
  position: absolute;
  margin: 0 auto;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; 
  max-width: 1440px;
}
.article-title .width-67 {
  width: 75%;
}
.article-title h1 {
  color: #fff;
  line-height: 1.5;
  font-size: 60px;
  font-weight: 500;
  word-break: break-all;
  text-align: left;
}
.article-title .article-date {
  padding-top: 60px;
  margin-top: 40px;
  border-top: 1px solid rgba(255,255,255,0.65);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.article-date .scroll span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.article-date .scroll span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 7px;
  background-color: #fff;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  transform: translate(-50%,0);
  animation: scroll_icon 1.5s infinite;
}
@keyframes scroll_icon{
  0%{top: 7px;}
  60%{top: 15px;opacity: 0;}
  100%{opacity: 0;}
}
.article-date .scroll {
  position: absolute;
  right: 10px;
  bottom: 10px;
  margin-right: 0;
  z-index: 1;
  width: 28px;
  height: 41px;
  background: url(/css/scroll-icon.png) no-repeat;
  background-position: center;
  background-size: contain;
}

.article-title .item-date {width: 30%;}
.article-title .item-date .item-date-box {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.article-title .item-date .date {
  margin-right: 0.16667em;
  animation-delay: .5s;
}
.article-title .item-date .year {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  animation-delay: .5s;
}
.fs-60 {
  font-size: 60px;
}
.fs-24 {
  font-size: 24px;
}
.content .article-detail {
  padding: 60px 0 60px;
  color: #555;
  font-weight:normal;
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
}
.next-article {
  border-top: 1px solid #ccc;
  padding-top: 40px;
  padding-bottom: 40px;
}
.next-article a {
  color: #A5A5A5;
  display: inline-block;
  margin-bottom: 22px;
  -webkit-transition: color .3s linear;
  transition: color .3s linear;
}
.lt-prev a {
  background: url(/css/arr01.png) no-repeat left;
  background-size: 24px;
  padding-left: 20px;
}
.lt-next a {
  background: url(/css/arr02.png) no-repeat left;
  background-size: 24px;
  padding-left: 20px;
}
.next-article a span {
  display: inline-block;
  position: relative;
  margin-left: 18px;
  padding-left: 20px;
  font-size: 16px;
}
.next-article a span::before {
  -webkit-transition: background .3s linear;
  transition: background .3s linear;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 16px;
  background-color: #A5A5A5;
  transform: translateY(-50%);
}
.w1440 {
  width: 1440px;
}
.md {
  margin: 0 auto;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.lt-back {
  right: 0;
  top: 50%;
}
.lt-back a {
  background: url(../image/arr03.png) no-repeat left;
  background-size: 20px;
  padding-left: 20px;
}
.news-wrap {
  padding: 0px 0px 0px;
  background: #f5f5f5;
}
.news-wrap .content {
  max-width: 1580px;
  max-width: 1280px;
  margin: 0 auto;
  background: #fff;
  padding: 0 50px;
  margin-top: 60px;
}
.news-wrap .content img {
  max-width: 800px
}
.animated .hidden-box .hidden-item{
	opacity:1.0;
	transform:translateY(0) rotate(0);
}

.gujia {
  padding: 50px 0;
  max-width: 1680px;
  margin: 0 auto;
}
.gujia .xianjia h4 {
  font-size: 70px;
  color: #333;
}
.gujia .xianjia h4 i {
  font-style: normal;
  font-size: 18px;
  font-weight: normal;
}
.xianjia #t {
  font-size: 20px;
  margin-top: 20px;
}
.xianjia .inline {display: inline-block;}
.xianjia #t.shangsheng{
  background: url(/css/up.jpg) no-repeat left top;
  background-size: 20px;
  height: 23px;
  line-height: 23px;
  padding-left: 30px;
  font-weight: normal;
  color: #d53520;
}
.xianjia #t.xiajiang{
  color: #2ab531;
  background: url(/css/down.jpg) no-repeat left bottom;
  background-size: 23px;
  height: 23px;
  line-height: 23px;
  padding-left: 30px;
  font-weight: normal;
}
.fl.width50 {
  display: flex;
  flex-wrap: wrap;
}
.xianjia {width: 40%;}
.gujia .gp-total {
  width: 60%;
  margin-top: 0;
}
.gujia .gp-total ul li {
  /* float: left; */
  width: 100%;
  font-size: 18px;
}
.gujia .gp-total ul li span {
  font-size: 38px;
    font-weight: bold;
    letter-spacing: -0.05rem;
}
.gujia .gp-total ul li strong {
  font-weight: normal;
  margin-bottom: 35px;
  font-size: 17px;
  width: 100px;
  display: inline-block;
  text-align: right;
  padding-right: 30px;
}
.gujia .gp-total ul li {
  float: none;
  width: 100%;
  font-size: 18px;
  color: #333;
}
.gujia #tabs {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 50px;
  width: 550px;
}
.gujia #tabs li {
  width: 25%;
}
.gujia #tabs li a {
  display: block;
  font-size: 16px;
  color: #333;
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  transition: all .3s ease;
  border-bottom: 1px solid #ccc;
}
.gujia #tabs li a#current {
  background: #266bcb;
  color: #fff;
}
.gujia #contents img {
  width: 550px;
}

.touzi-xx {
  background: #f5f5f5;
  padding: 60px 0px 100px;
  background: url(/css/touzizhe-xx.jpg) no-repeat right;
  background-size: cover;
}
.touzi-xx .main-tit-box .main-tit {
  text-align: center;
  color: #fff;
}


.touzi-xx ul {
  margin: 0 auto;
  margin-top: 50px;
  max-width: 1680px;
}
.touzi-xx ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  width: 45%;
  margin-left: 8%;
  padding-top: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d5d5d5;

}
.touzi-xx ul li:nth-child(2n+1) {
  margin-left: 0;
}
.touzi-xx ul li a {
  display: block;
  position: relative;
}
.touzi-xx ul li h3 {
  font-size: 18px;
  font-weight: normal;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 40px
}
.touzi-xx ul li h3 span {
  display: block;
  font-size: 15px;
  margin-bottom: 15px;
  color: #7a7a7a;
}
.touzi-xx ul li a:before {
  content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: url(/css/tzdown.png) #266bcb no-repeat center;
    background-size: 100%;
}

.touzizhe {
  padding-top: 60px;
}
.touzizhe .main-more-btn {
  margin: 0 auto;
    margin-top: 40px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #266bcb;
    color: #266bcb;
    display: block;
    background: #266bcb;
}
.touzizhe .main-more-btn span {
  position: relative;
  left: 0px;
  z-index: 1;
  display: block;
  color: #fff;
  font-size: 16px;
}
.touzizhe .main-more-btn:before {
  /* left: 0; */
  background: #1254b0;
}

.touzi-contact {
  background: #f5f5f5;
  padding: 60px 0px;
}
.touzi-contact .flex {
  display: flex;
  flex-wrap: wrap;
}
.touzi-contact .flex .L-img {
  width: 50%;
  height: 570px;
}
.touzi-contact .flex .L-img img {
  width: 100%;
    height: 100%;
    object-fit: cover;
}
.inpage.tzz {
  padding: 0 0 0px;
}
.touzi-contact .flex .R-info {
  width: 40%;
    background: #fff;
    padding: 3% 5%;
    background: #fff url(/css/earth.png) right bottom no-repeat;
    background-size: 50%;
}
.touzi-contact .flex .R-info div {
  font-size: 17px;
  line-height: 2;
  color: #333;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 12px;
  margin-bottom: 12px;
  position: relative;
  padding-left: 20px;
}
.touzi-contact .flex .R-info div::after {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  background: #3261d4;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.touzi-contact .flex .R-info img {
  width: 29px;
  display: inline-block;
  vertical-align: top;
  padding-right: 8px;
  display: none;
}


.down_fenlei {
  border-bottom: 1px solid rgb(208 208 208);
  position: relative;
}
.down_fenlei ul{
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
 
}

.down_fenlei li {
  text-align: center;
  background-position: center;
  background-size: cover;
  color: #fff;
  text-align: center;
  width: 30%;
}
.down_fenlei li:last-child {display: none;}
.cp_fenlei li:last-child {display: inline-block;}

.down_fenlei li a {
  position: relative;
  height: 100%;
    margin-right: 3rem;
    text-align: center;
    cursor: pointer;
    padding: 0 0.5rem;
    display: inherit;
    line-height: 60px;
}
.down_fenlei li:last-child a {margin-right: 0;}
.down_fenlei li a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  /* transform: translateX(-50%); */
  width: 0;
  height: 3px;
  background:#2a5bc2;
  transition: all .3s;
}
.down_fenlei li a#active::after,
.down_fenlei li.current a::after {width: 100%;}

.down_fenlei li a#active,
.down_fenlei li.current a {
  color: #2a5bc2;
}
.down_fenlei li a:hover {color: #2a5bc2;}

.down_fenlei li img {width: 100%;}
.down_fenlei li p {
  font-size: 18px;
}

.down_list {
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
  max-width: 1680px;
  display: flex;
  flex-wrap: wrap;
}
.down_list li {
  font-size: 12px;
  width: 49%;
  background: #f5f5f5;
  margin-bottom: 40px;
  margin-right: 2%;
  position: relative;
}
.down_list li:nth-of-type(even) {
  margin-right: 0;
}
.down_list li::after {
  content: "";
  background: #266bcb;
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.down_list li:hover::after {
  width: 100%;
}
/*
.down_list li:nth-child(2n+1) {
  margin-left: 0;
}
*/
.down_list li a {
  display: block;
  position: relative;
  padding: 30px 20px;
  z-index: 2;
}
.down_list li a:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: url(/css/tzdown.png) #266bcb no-repeat center;
  background-size: 100%;
}
.down_list li:hover a:before {
  background: url(/css/tzdown2.png) #fff no-repeat center;
}

.down_list li h3 {
  font-size: 18px;
  font-weight: normal;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 40px;
}
.down_list li:hover h3 {color: #fff;}
#myInput {
  background-image: url('https://static.runoob.com/images/mix/searchicon.png'); /* 鎼滅储鎸夐挳 */
  background-position: 10px 12px; /* 瀹氫綅鎼滅储鎸夐挳 */
  background-repeat: no-repeat; /* 涓嶉噸澶嶅浘鐗 */
  width: 100%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 12px; 
}
#myTable {
  border-collapse: collapse; 
  width: 100%; 
  border: 1px solid #ddd;
  font-size: 18px; 
}

#myTable th, #myTable td {
  text-align: left;
  padding: 12px;
}

#myTable tr {
  /* 琛ㄦ牸娣诲姞杈规 */
  border-bottom: 1px solid #ddd; 
}

#myTable tr.header, #myTable tr:hover {
  /* 琛ㄥご鍙婇紶鏍囩Щ鍔ㄨ繃 tr 鏃舵坊鍔犺儗鏅 */
  background-color: #f1f1f1;
}

.vision-con-1{
  margin-top: 60px;
}
.vision-con-1 .inner-box {
  position: relative;
}
.vision-con-1 .boxx {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  background: #fff;
  width: 26.375%;
  padding-top: 26.375%;
  z-index: 10;
}
.vision-con-1 .center-con {
  position: absolute;
  left: 0;
  width: 79.85%;
  left: 50%;
  height: 0;
  top: 50%;
  transform: translate(-50%,-50%);
  padding-top: 79.85%;
  background: url(/css/pixabay-355465.jpg) bottom center;
  background-size: cover;
  border-radius: 100%;
}
.center-con-bg {
  background: url(/css/vision_circle_cn.png)no-repeat;
  background-size: cover;
  animation: circle linear 20s infinite;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.vision-con-1 .center-con:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  background: no-repeat;
  border-radius: 50%;
  background-image: url(/css/line_bg.png);
  background-size: cover;
  width: 113.67%;
  height: 113.67%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.vision-con-1 .vision-list {display:flex; flex-wrap:wrap; justify-content:center;}
.vision-con-1 .vision-list li {position: relative;text-align:center; width:calc(50% - 3.5rem); max-width:761px; border-radius:16px; background: #f5f4f2; padding:7.8rem 0 9rem; transition:all 0.4s;}	
.vision-con-1 .vision-list li .dot {display:block; content:""; position:absolute; width:7px; height:7px; border-radius:50%; background: #fff; border:2px solid #999; z-index:10;}
.vision-con-1 .vision-list li:nth-of-type(1) .dot {right:11.5px; bottom:11.8px;}
.vision-con-1 .vision-list li:nth-of-type(2) .dot {left:10.8rem; bottom:12.2rem;}
.vision-con-1 .vision-list li:nth-of-type(3) .dot {right:11.5rem; bottom:13.6rem;}

.vision-con-1 .vision-list li .item-tit {display:inline-block; font-size:28px; letter-spacing:-0.015em; font-weight: 700; color:#111; margin-bottom: 20px;}
.vision-con-1 .vision-list li .item-tit img {
  display: block;
  width: 80px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.vision-con-1 .vision-list li .item-txt {font-size:18px; letter-spacing:-0.065em; line-height:1.78; color:#555;}
.vision-con-1 .vision-list li .item-txt span {
  width: 55%;
    display: block;
    margin: 0 auto;
    font-size: 15px;
    padding-top: 20px;
}

.vision-con-1 .vision-list li:nth-of-type(1), 	.vision-con-1 .vision-list li:nth-of-type(2) {margin-bottom: 20px;}
.vision-con-1 .vision-list li:nth-of-type(odd) {margin-right: 35px;}
.vision-con-1 .vision-list li:nth-of-type(even) {width:50%;}
.vision-con-1 .vision-list .item-inner {position: relative;}
.vision-con-1 .vision-list li .item-inner::before {display: block; font-size:44px; font-weight: 700; color:rgb(54 92 197 / 32%);}
.vision-con-1 .vision-list li:nth-of-type(1) .item-inner::before {content: "01";}
.vision-con-1 .vision-list li:nth-of-type(2) .item-inner::before {content: "02";}
.vision-con-1 .vision-list li:nth-of-type(3) .item-inner::before {content: "03";}
.vision-con-1 .vision-list li:nth-of-type(4) .item-inner::before {content: "04";}
.vision-con-1 .vision-list li:nth-of-type(odd) .item-inner::before {
  position: absolute;
    left: 40px;
    top: 0;
    transform: translateY(0);
}
.vision-con-1 .vision-list li:nth-of-type(even) .item-inner::before {
  position: absolute;
    right: 40px;
    top: 0;
    transform: translateY(0);
}




.vision-con-1 .center-con .dot{display:block; content:""; position:absolute; width:6px; height:6px; border-radius:50%; background: #fff; border:2px solid #999; z-index:10; transition:all 0.3s;}
.vision-con-1 .center-con .dot:nth-of-type(1) {left:7.3%; top:9.2%;}
.vision-con-1 .center-con .dot:nth-of-type(2) {right:8.31%; top:9%;}
.vision-con-1 .center-con .dot:nth-of-type(3) {left:7.3%; bottom:9.2%;}
.vision-con-1 .center-con .dot:nth-of-type(4) {right:8.31%; bottom:9.2%;}

.vision-con-1 .center-con .dot.active {background: #266bcb; width:7px; height:7px; border:2px solid #fff; transition:all 0.3s;}
.vision-con-1 .center-con .dot.active .dot-bg01 {width: 2rem; height: 2rem; border-radius:50%; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); background: rgb(54 92 197 / 10%); animation:dots 2s cubic-bezier(1, 2, 0.66, 3) infinite; animation-delay:0s;}
.vision-con-1 .center-con .dot.active .dot-bg02 {width: 2rem; height: 2rem; border-radius:50%; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); background: rgb(54 92 197 / 10%); animation:dots 2s cubic-bezier(1, 2, 0.66, 3) infinite; animation-delay:0.5s;}

.cp_fenlei {margin: 0 3%;}
.cp_fenlei ul {
  max-width: 100%;
  text-align: center;
  display: block;
}
.cp_fenlei li {width: 12.5%;width:auto;display: inline-block;}
.cp_fenlei li a {
  line-height: 30px;
  height: 50px;
  margin-left: 2rem;
}
.cp_list_wrap {
  background: #f5f5f5;
  padding: 50px 0;
}
.cp_list_box {
  margin: 0 auto;
  max-width: 1680px;
}
.cp_list_box ul {
  display: flex;
  flex-wrap: wrap;
}
.cp_list_box li {
  background-color: #fff;
  margin-top: 0px;
  margin-bottom: 80px;
  position: relative;
  width: 48%;
  margin-right: 1%;
  margin-left: 1%;
  padding: 30px 0;
}
.cp_list_box .jskzzj li {
  background-color: #f5f5f5;
}

.cp_list_box .kuoz_list_box li {width: 31%;}


.cp_list_box li::after {
  content: "";
  background: #266bcb;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  position: absolute;
  -webkit-transition:all 0.7s ease;
  transition:all 0.7s ease; 
}
.cp_list_box li:hover::after {
  width: 100%;

}

.cp_list_box li .item-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cp_list_box li .item-txt {
  width: 40%;
  padding-left: 5%;
  padding-right: 5%;
}
.cp_list_box li .item-txt h2 {
  line-height: 1.8;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: normal;
  color: #266bcb;
}
.cp_list_box li .item-txt h2 span {
  display: block;
  font-size: 18px;
}


.cp_list_box li .item-txt .short-desc {
  font-size: 15px;
  line-height: 28px;
  word-break: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.cp_list_box li .item-txt .bt-more {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  margin-top: 50px;
  background: url(/css/list-nav-next.png) no-repeat 80px;
}
.cp_list_box li .item-pic {
  width: 50%;
  position: relative;
  overflow: hidden;
}
.cp_list_box li .item-pic::before {
  padding-top: 76.27119%;
  content: "";
  display: block;
}
.cp_list_box li .item-pic img {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition: all .5s ease-in-out;
}
.cp_list_box li:hover .item-pic img {
  transform: scale(1.1);
}


.cp_list_wrap .pager {
  padding: 0px 0 30px;
  display: none;
}

.cp_article_wrap {
  background: #fafafa;
  padding: 10px 0 100px;
}
.cp_article_wrap .wrap-cont-2 {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.cp-visual {
  height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.cp-visual .bg-img {
  height: 100vh;
  width: 50%;
  background-position: center;
  background-size: cover;
  position: relative;
}
.cp-visual .bg-t {
  width: 50%;
}
.cp-visual .bg-t .padding-10 {
  padding: 0 10%;
}
.cp-visual .bg-t h1 {
  font-size: 42px;
  color: #333;
  font-weight: normal;
  margin-bottom: 50px;
  text-align: left;
}
.cp-visual .bg-t h3 {
  color: #266bcb;
  font-size: 20px;
  letter-spacing: -1px;
  margin-bottom: 25px;
  display: block;
  position: relative;
  padding-left: 40px;
  font-weight: normal;
}
.dottt {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);  
}
.dottt::before {
  background-color: #266bcb;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%,-50%);
}
.dottt::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: #001df5;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: .15;
}
.cp-visual .circle {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 193px;
  height: 193px;
  z-index: 9;
}
.cp-visual .circle .inner {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 100%;
}
.cp-visual .circle .inner:before {
  content: "";
  position: absolute;
  top: 8.03%;
  left: 8.03%;
  right: 8.03%;
  bottom: 8.03%;
  background: url(/css/light.png) no-repeat center / cover;
  animation: circle 10s linear infinite;
  transform-origin: 50% 50%;
  z-index: 2;
}
.cp-visual .circle .inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
  transition: transform 0.5s ease-in-out;
}
.cp-visual .circle .inner i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 3.2rem;
  color: #266bcb;
  z-index: 2;
  background: url(/css/icon_down.png) no-repeat;
  width: 36px;
  height: 36px;
  display: block;
  background-size: 36px;
}

.cp-head #headerInnerWrap {background-color: #fff; border-bottom: 1px solid #eee;}
.cp-head #header .logo a {
  background: url(/css/logo1-w2.png) no-repeat left center;
  background-size: 220px;
}
.cp-head #header .logo a div {color: #266bcb;}
.cp-head .cd-search-trigger {
  background: url(/css/icon02.png) no-repeat center;
  border-right: 1px solid rgb(223 223 223);
  border-left: 0px solid rgb(223 223 223);
}
.cp-head .header-lang .lang-open-btn {
  border-color: #333;
  color: #333;
  background: url(/css/icon_global_2.png) no-repeat left 0;
  background-size: 22px;
}
.cp-head .sitemap-line-btn .line {
  background-color: #333;
}
.cp-head #gnb > ul > li > a {
  color: #333;
}

.cp_article_wrap .section_1 {
  max-width: 100%;
  margin: 0 auto;
}
.section_1 .main-tit-box .main-tit {
  letter-spacing: -2px;
  margin-bottom: 40px;
}
.cp_article_wrap .section_1 .txt{
  font-size: 18px;
  text-align: center;
  line-height: 32px;
  margin: 0 auto;
  color: #333; 
}
.cp_article_wrap .section_1 ul {
  text-align: center;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}
.cp_article_wrap .section_1 ul li {
  display: inline-block;
    /* margin-left: 3%; */
    /* margin-right: 3%; */
    font-size: 28px;
    color: #4378d2;
    font-weight: normal;
    width: 24%;
    position: relative;
    font-weight: bold;
    background: #fff;
    padding: 30px 0;
    margin-right: 1%;
}
.cp_article_wrap .section_1 ul li p {
  padding: 0 10px;
}

.cp_article_wrap .section_1 ul li::after {
  content: "";
  width: 1px;
  background: #e2e2e2;
  height: 70px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.cp_article_wrap .section_1 ul li:last-child::after {
  display: none;
}

.cp_article_wrap .section_1 ul li strong {
  display: block;
  font-size: 18px;
  font-weight: normal;
  padding-bottom: 25px;
  color: #333;
}
.cp_article_wrap .section_1 ul li img {
  display: block;
  margin: 0 auto;
  height: 50px;
  margin-bottom: 15px;
  width: 50px;
}

.cp_article_2 {
  background: 
  url(/css/brand_deco1.png)no-repeat top right, 
  url(/css/brand_deco2.png)no-repeat left bottom;
  padding: 100px 0px;
}
.inpage .cp_article_2 .main-tit-box {
  text-align: center;
}
.cp_article_2 .main-tit-box .main-tit {margin-bottom: 0;}
.cp_article_2 .cm-word-split-JS.splitting .word {
  overflow: hidden;
  line-height: 1.2;
}
.cp_article_2 .LL {width: 48%;}
.cp_article_2 .LL img {
  width: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}


.section_layout {
  display: flex;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
}
.cp_article_2 .section_layout {
  -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}



.section_layout .c1 {
  width: 24.5%;
}
.section_layout .s_tit_sub {
  margin: 0 0 50px 0;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: normal;
  color: #333;
  word-break: break-all;
  text-align: left;
}
.section_layout .c2 {
  width: 52%;
}
.section_layout .c2 .txt {
  font-size: 16px;
  line-height: 1.8;
}
.section_layout .main-tit-box .main-tit-en {
  text-align: left;
  font-size: 32px;
  margin-bottom: 0;
}

.advantage_ul {
  margin: 0px 0 0 -28px;
  background: #fff;
  padding-top: 15px;
  padding-bottom: 10px;
}
.advantage_ul li {
  position: relative;
  height: auto;
  font-size: 16px;
  font-weight: normal;
  color: #333;
  padding: 20px 30px 20px 90px;
  margin: 0px 28px 5px 28px;
  counter-increment: item;
  line-height: 28px;
  word-break: break-all;
  width: auto;
  border-bottom: 1px solid #dfdfdf;
}
.advantage_ul li img {
  width: 55px;
  padding-right: 6px;
  display: inline-block;
}

.pump_ys .advantage_ul li {
  font-size: 18px;
}

.advantage_ul li:last-child {
  border-bottom: 0px solid #dfdfdf;
}
.advantage_ul li:before {
  position: absolute;
    top: 50%;
    left: 15px;
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: -0.05em;
    color: rgb(67 120 210 / 0%);
    content: ''counter(item);
    font-weight: 600;
    text-stroke: 1px #222;
    -webkit-text-stroke: 1px #3a6ecf;
    transform: translateY(-50%);
}

.advantage_ul p span {
  line-height: 34px;
    text-indent: 2em;
    font-size: 15px;
    display: block;
}

.advantage_ul li strong, 
.advantage_ul  strong{
  font-size: 20px;
  display: block;
  padding-bottom: 8px;
}

.sec01 {
  background-image: linear-gradient( 135deg, #4676d0 0%, #123597 100%);
  padding-top: 90px;
  overflow: hidden;
  display: none;
}
.sec01 .inner,
.sec02 .inner {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}


.sec01 .text {
  padding: 10.86% 0 5.29% 0;
}
.sec01 .l1 {
  font-size: 20px;
  margin-bottom: 34px;
  color: rgb(255 255 255 / 60%);
  text-transform: capitalize;
}
.sec01 .l2 {
  font-size: 72px;
  margin-bottom: 20px;
  color: #fff;
}
.sec01 .l3 {
  font-size: 20px;
  line-height: 1.8;
  color: #fff;
}
.sec01 .icon {
  position: absolute;
  left: 42%;
  top: 25%;
}
.sec01 .icon img {
  opacity: .2;
}

.sec02 {
  background: #fafafa;
  padding-top: 150px;
  padding-bottom: 100px;
}
.HMI-1 .sec02 {
  padding-top: 0;
  padding-bottom: 0;
  height: 450px;
  margin-top: 90px;
}


.sec02 .inner {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.HMI-1 .sec02 .text {width: 100%;}
.HMI-1 .sec02 .inner {
  height: 100%;
}
.HMI-1 .sec02 .text h1, .HMI-1 .sec02 .hd {
  color: #fff;
}
.HMI-1 .sec02 .text h1 {margin-bottom: 40px;}
.HMI-1 .sec02 .hd {font-size: 18px;}
.HMI-1 .sec03 .two-biaoge #tabs {
  text-align: center;
  margin-bottom: 15px;
  display: block;
}
.HMI-1 .sec03 .two-biaoge #tabs li {
  display: inline-block;
    margin: 10px 0px;
    position: relative;
    width: 25%;
    margin-left: -4px;
}
.kuoz .sec03 .two-biaoge #tabs li {
    position: relative;
    width:33%;
    margin-left: -4px;
}
.kuoz .sec03 .two-biaoge #tabs .mySwiper2 li {width: 100%;}

.HMI-1 .sec03 .two-biaoge #tabs li a {
  background: none;
  color: #979797;
  border-radius: 0;
  border-bottom: 2px solid #979797;
}
.HMI-1 .sec03 .two-biaoge #tabs li a#current {
  border-bottom: 2px solid #366cce;
  background: none;
  color: #366cce;
}
.kuoz .sec03 .two-biaoge #tabs li a#current {
  border-bottom: 2px solid #366cce;
  background: #366cce;
  color: #fff;
}


.HMI-1 .sec03 .two-biaoge #content {
  background-color: #fff; 
  padding: 50px;
}
.HMI-1 .sec03 .biaoge {
  padding: 0;
  background: none;
}
.HMI-1 .sec03 .biaoge img {width: 180px;}


.sec02 .text {
  position: relative;
  z-index: 1;
  width: 50%;
}  
.sec02 .text h3 {
  font-size: 24px;
  padding-bottom: 15px;
  color: #366cce;
}
.sec02 .text h1 {
  font-size: 60px;
    margin-bottom: 40px;
    color: #161616;
    font-weight: normal;
    line-height: 1.2;
}

.sec02 .hd {
  position: relative;
  z-index: 1;
  font-size: 17px;
  line-height: 1.8;
  color: #555;
}
.sec02 .l1 {
  font-size: 45px;
  margin-bottom: 40px;
  color: #333;
}
.sec02 .l2 {
  font-size: 26px;
  color: #266bcb;
  margin-bottom: 30px;
}
.sec02 .l3 {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  width: 59%;
}
.sec02 .l3 span {
  display: inline-block;
  background: #266bcb;
  color: #fff;
  padding: 5px 10px;
  margin-right: 10px;
  border-radius: 10px;
  font-size: 15px;
}

.sec02 .pic {
  width: 50%;
}
.sec02 .pic img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.sec02 .pic p {
  font-size: 18px;
  text-align: center;
}
.sec02 .pic .swiper-wrapper {
  padding-bottom: 40px;
}
.sec02 .swiper-horizontal>.swiper-pagination-bullets, .sec02 .swiper-pagination-bullets.swiper-pagination-horizontal, .sec02 .swiper-pagination-custom, .sec02 .swiper-pagination-fraction {
  bottom: 0px;

}

.sec03 {
  background-image: linear-gradient( 135deg, #4676d0 0%, #123597 100%);
  padding: 80px 0px;
  background: #fafafa;
}
.inpage .sec03 .main-tit-box {
  text-align: center;
}
.sec03 .main-tit-box .main-tit {
  margin-top: 0;
}

.sec03 .inner {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
.sec03 .biaoge {
  margin-top: 10px;
  background-color: #fff;
  padding: 50px;
}


.sec03 .biaoge table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100% !important;
  border: none !important;
  border-bottom: 1px solid #ededed !important;
}
.sec03 .biaoge table tr {
  background-color: #ededed;
}
.sec03 .biaoge table tr:nth-child(even) {
  background-color: #fff;
}


.sec03 .biaoge table tr:first-child {
  background-color: #266bcb;
  font-weight: bold;
  
}
.sec03 .biaoge table tr td {
  vertical-align: middle;
    text-align: center;
    padding: 15px 20px !important;
    font-size: 16px;
    line-height: 1.5;
    color: rgba(0,0,0,0.5);
    border-color: #dedede !important;
    background: none !important;

}
.sec03 .biaoge table tr td:first-child {
  font-weight: bold;
  font-size: 16px;
}

.sec03 .biaoge table tr:first-child p, 
.sec03 .biaoge table tr:first-child span {
  font-size: 20px !important;
  color: #fff;
}

.sec03_jxshou .biaoge table tr:first-child p, .sec03_jxshou .biaoge table tr:first-child span {
  font-size: 15px !important;
}

.sec03_jxshou .biaoge table p, .sec03 .biaoge table span {    font-size: 13px !important;}
.sec03_jxshou .biaoge table tr td {
  padding: 15px 0px !important;
}

.sec03 .biaoge table p,
.sec03 .biaoge table span {
  font-family: 'Roboto', source-han-sans-simplified-c, Arial, sans-serif !important;
  font-size: 15px !important;
  color: #333;
  font-weight: normal;
}

.sec03 .biaoge img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.sec03 .two-biaoge #tabs {
  text-align: center;
  margin-bottom: 15px;
}
.sec03 .two-biaoge #tabs li {
  display: inline-block;
  margin: 10px 8px;
  position: relative;
}
.sec03 .two-biaoge #tabs li a {
  padding: 15px 50px;
  display: block;
  border-radius: 50px;
  /* -webkit-transition: background .3s; */
  -o-transition: background .3s;
  /* transition: background .3s; */
  color: #000;
}

.sec03 .two-biaoge #tabs li a#current {
  background: #366cce;
  color: #fff;
}

.sec03 .two-biaoge #tabs li a span {
  font-size: 22px;
  font-weight: normal;
}
.sec03 .two-biaoge #content {
  padding: 25px 0 0;
}



.kuoz .sec03 .biaoge-Ejixie #tabs li {width: 40%;}


.sec04 {
  padding: 60px 0px;
  background: #fff;
  background: linear-gradient(90deg, #225EB7, #7dc6e3);
}
.sec04 .inner {
  margin: 0 auto;
  margin: 0 5%;
  max-width: 1680px;
}
.inpage .sec04 .main-tit-box {
  text-align: center;
}
.sec04 .main-tit-box .main-tit,
.sec04 .main-tit-box .main-tit-en {
  margin-top: 0;
  color: #fff;
}



.sec04 .yong {
  margin-top: 50px;
}
.sec04 .item-box {
  position: relative;
}
.sec04 .item-box .pic {
  overflow: hidden;
  position: relative;
}
.sec04 .item-box .pic::after {
  content: "";
  background: rgba(0, 0, 0, 0.486);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

.sec04 .item-box img {width: 100%;transition: all .3s ease-in-out;}
.sec04 .item-box:hover img {
  transform: scale(1.1);
}
.sec04 .item-box .text {
  position: absolute;
  top: 50px;
  left: 50px;
  font-size: 24px;
  color: #fff;
  z-index: 2;
}
.sec04 .item-box .more-btn {
  letter-spacing: 1px;
  color: #fff;
  background: url(/css/list-nav-next-white.png) no-repeat right;
  position: absolute;
  bottom: 50px;
  left: 50px;
  font-size: 16px;
  z-index: 2;
  padding-right: 30px;
  display: none;
}
 
.robot .sec02 {
  background: #ffffff;
}
.cp_article_wrap.robot-2 {
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  padding: 130px 0 130px;
}
.cp_article_wrap.robot-2 .section_1 ul li {
  background: rgb(255 255 255 / 85%);
  font-size: 22px;
  font-weight: normal;
  color: #333;
}
.cp_article_wrap.robot-2 .section_1 ul li img {
  display: block;
  margin: 0 auto;
  height: 70px;
  margin-bottom: 20px;
  width: 70px;
}

.swiper-flex {
  display: flex;
  flex-wrap: wrap;
}
.solution_4 .swiper-flex .swiper-slide {
  width: 48%;
  display: block;
  margin-right: 2%;
}
.solution_4 .swiper-flex .images {
  position: relative;
  margin-bottom: 110px;
}

.xuanxing {
  padding: 60px 0;
}
.xuanxing .inner  {
  max-width: 1400px;
    margin: 0 auto;
    position: relative;
}
.inpage .xuanxing .main-tit-box {
  text-align: center;
}
.inpage .xuanxing .main-tit-box .main-tit {
  margin-top: 0px;
}
.inpage .xuanxing .p {
  text-align: center;
  font-size: 17px;
}
.inpage .xuanxing ul {
  display: flex;
  margin: 50px 0 0 0;
}
.inpage .xuanxing ul li {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(25% + 42px);
  height: 170px;
  border: 1px solid #e6e6e6;
  border-radius: 200px;
  margin-left: -22px;
  font-weight: 700;
  color: #333;
}
.inpage .xuanxing ul li:first-child {
  margin: 0;
}
.inpage .xuanxing ul li p {
  font-size: 16px;
  font-weight: normal;
  padding: 0 50px 0 50px;
  line-height: 1.5;
}
.inpage .xuanxing ul li:before {
  width: 45px;
  height: 45px;
  margin: 0 auto 20px;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
}
.inpage .xuanxing ul li:nth-child(1):before {
  background-image: url(/css/icon_robot05.png);
}
.inpage .xuanxing ul li:nth-child(2):before {
  background-image: url(/css/icon_robot06.png);
}
.inpage .xuanxing ul li:nth-child(3):before {
  background-image: url(/css/icon_robot07.png);
}
.inpage .xuanxing ul li:nth-child(4):before {
  background-image: url(/css/icon_robot08.png);
}
.inpage .xuanxing ul li:nth-child(5):before {
  background-image: url(/css/icon_robot09.png);
}


.temperature-card .sec02 ul {
  display: flex;
  margin-top: 40px;
}
.temperature-card .sec02 ul li {
  margin-right: 6%;
  text-align: center;
  font-size: 18px;
  color: #333;
}
.temperature-card .sec02 ul li:last-child {
  margin-right: 0;
}
.temperature-card .sec02 ul li img {
  display: block;
    width: 45px;
    margin: 0 auto;
    margin-bottom: 20px;
}


.kzzj_data {
  display: flex;
  max-width: 100%;
  margin: 0 auto;
  position: absolute;
  width: 100%;
  top: 55%;
  transform: translateY(-50%);
  flex-wrap: wrap;
  border-top: 1px solid #ffffff85;
  margin-top: 40px;
  padding-top: 40px;
}
.kzzj_data .no-1 {
  margin-right: 60px;
  text-align: left;
  position: relative;
  padding-right: 50px;
  background-repeat: no-repeat;
  background-position: left 0;
  padding-left: 100px;
  background-size: 80px;
}
.kzzj_data .no-1::after {
  content: "";
  background: #fff;
  opacity: .3;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0px;
}
.kzzj_data .no-2 {margin-right: 0;}
.kzzj_data .no-2::after {
  display: none;
}

.kzzj_data .no-1 span {
  font-size: 45px;
  padding-bottom: 19px;
  display: block;
}
.kzzj_data .no-1 p {
  font-size: 18px;
}
.cp_list_box .xsu h3 {
  font-size: 26px;
  font-weight: normal;
  color: #366cd0;
  border-bottom: 1px solid #365cc5;
  padding-bottom: 20px;
  margin-bottom: 30px;
  background: url(/css/icon_kzzj01.png) no-repeat left 0px;
  padding-left: 60px;
  background-size: 50px;
  line-height: 50px;
}
.cp_list_box .jshu h3 {
  background: url(/css/icon_kzzj02.png) no-repeat left 0px;
  background-size: 50px;
}
.cp_list_box .sifu-1 h3 {
  background: url(/css/icon_sfqd.png) no-repeat left 0px;
  background-size: 50px;
}
.cp_list_box .sifu-2 h3 {
  background: url(/css/icon_sfqd02.png) no-repeat left 0px;
  background-size: 50px;
}

/*iTECH 鎺у埗涓绘満*/
.section_layout .c2_iTECH {width:100%}
.c2_iTECH .advantage_ul {
  margin: 0;
  background: none;
  padding-top: 15px;
  padding-bottom: 10px;
  
}
.c2_iTECH .advantage_ul ul {
  display: flex;
  flex-wrap: wrap;
}
.c2_iTECH .advantage_ul li {
  position: relative;
  height: auto;
  font-size: 15px;
  font-weight: normal;
  color: #333;
  padding: 25px 2% 20px;
  margin: 0px 1% 20px 0;
  counter-increment: item;
  line-height: 28px;
  word-break: break-all;
  width: 20.2%;
  border-bottom: 1px solid #dfdfdf;
  background: #f7f7f7;
  border-bottom: none;
}



.c2_iTECH .advantage_ul li:nth-child(5),
.c2_iTECH .advantage_ul li:nth-child(6),
.c2_iTECH .advantage_ul li:nth-child(7) {
  width: 28.5%;
}
.c2_iTECH .advantage_ul li:nth-child(4),
.c2_iTECH .advantage_ul li:nth-child(7) {
  margin-right: 0;
}

.c2_iTECH .advantage_ul li:before {
  position: absolute;
  top: 0;
  left: 0px;
  transform: translateY(0);
  display: none;
}
.c2_iTECH .advantage_ul li strong, 
.c2_iTECH .advantage_ul strong {
  font-size: 20px;
  display: block;
  padding-bottom: 8px;
  padding-top: 20px;
}
.c2_iTECH .advantage_ul li p {
  text-align: justify;
  padding-right: 30px;
}
.c2_iTECH .advantage_ul li img {
  width: 55px;
}
/*iTECH 鎺у埗涓绘満*/
.top-visual-redaoliu .txt-box .main-tit-box .main-tit {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: normal;
  padding-top: 20px;
}
.max-1680 {
  margin: 0 auto;
  max-width: 1680px;
}
.hot-runner-jj {
  padding: 50px 0px 70px;
}
.hot-runner-jj ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.hot-runner-jj ul li {
  width: 11.6%;
  margin-right: 1%;
  margin-left: 1%;
  font-size: 16px;
  line-height: 1.6;
  background: #f7f7f7;
  
  padding: 2% 1.5%;
  word-break: break-word;
  margin-bottom: 20px;
}
.hot-runner-jj ul li img {
  width: 80px;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.inpage .hot-runner-jj-in .main-tit-box {
  text-align: center;
}
.inpage .hot-runner-jj-in {
  background: url(/css/rdlbg.jpg) no-repeat center;
  background-size: cover;
  padding: 80px 0px 100px;
}
.inpage .hot-runner-jj-in .main-tit-box .main-tit {color: #fff;}
.inpage .hot-runner-jj-in ul li {
  background: rgb(255 255 255 / 92%);
}

.function-box {
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
  background: #fff;
}
.function-box .w50 {
  width: 49%;
  height: 100%;
  position: relative;
  
}
.function-box .alarm {

}
.sec04-function .inner {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
.function-box .pa {
  position: relative;
  /* width: 80%; */
  /* left: 50%; */
  /* transform: translate(-50%,-50%); */
  /* top: 50%; */
  padding: 40px 40px 20px 40px;
}

.function-box h3 {
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid #366cce;
  margin-bottom: 30px;
  word-break: break-word;
  font-weight: normal;
  color: #366cce;
  background-position: left 0;
  background-repeat: no-repeat;
  background-size: 40px;
  padding-left: 50px;
  line-height: 40px;
}
.function-box .uu li {
  width: 100%;
  margin-bottom: 30px;
  font-size: 16px;
  background: #f7f7f7;
  padding: 20px 2%;
  line-height: 1.5;
  position: relative;
}
.function-box .uu li p {
  position: relative;
  padding-left: 15px;
}
.function-box .uu li p::after {
  content: "";
  width: 6px;
  height: 6px;
  background: #366cce;
  border-radius: 50%;
  /* padding-left: 10px; */
  position: absolute;
  top: 8px;
  left: 0;
}


.subsidiary-wrap {
  padding: 0px 5% 60px;
  position: relative;
  max-width: 1680px;
  margin: 0 auto;
}

.subsidiary-wrap .main-inner {
  display: flex;
  margin-top: 90px;
  flex-wrap: wrap;
}

#company-nav {
  position: sticky;
  top: 18rem;
  left: 0;
}
#company-nav li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
  font-size: 18px;
}
#company-nav li.current::before {
    position: absolute;
    left: 0;
    top: 3px;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #365cc5;
    border-radius: 50%;
}
#company-nav li.current a {color: #365cc5;}
.company-box {
  width: calc(100% - 380px);
}
.company-box ul {
  margin-left: 5%;
}
.company-box ul li {
  position: relative;
  display: flex;
  padding-top: 200px;
  flex-wrap: wrap;
}
.company-box ul li#one {
  padding-top: 0;
}

.company-box ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  display: block;
  width: 1px;
  height: 100%;
  border-left: 1px dashed #001df5;
  opacity: .5;
  z-index: -1;
}
.company-box ul li .item-number {
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 14px;
  background: linear-gradient(89.53deg, #314aff 21.19%, #4020e7 93.97%);
  background: linear-gradient(89.53deg, #366cce 21.19%, #7a9edf 93.97%);
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
}
.company-box ul li .item-content {
  width: calc(100% - 80px);
  margin-left: 40px;
}
.company-box ul li h3 {
  font-size: 2rem;
  color: #333;
}
.company-box ul li .item-content p {
  font-size: 18px;
  text-align: justify;
  line-height: 30px;
  margin-top: 30px;
}
.company-box ul li .item-content p a {
  color: #2367b3;
  text-decoration: underline;
}
.company-box ul li .company-pic {
  margin-top: 50px;
}

#portamento_container {
  width: 380px !important;
}
#portamento_container #sidebar.fixed {position:fixed;top: 190px !important;}
.main-inner .bgg {
  background: url(/css/earth.png) no-repeat;
  position: absolute;
  width: 500px;
  height: 504px;
  left: -15%;
}


.cp_fm_box {
  margin: 0 auto;
  max-width: 1680px;
}
.cp_fm_box li {
  background-color: #fff;
  margin-bottom: 80px;
  position: relative;
  width: 100%;
  height: 400px;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cp_fm_box li .fmtu {
  width: 48%;
  background-size: cover;
  background-position: center;
  height: 100%;
  position: relative;
}
.cp_fm_box li.single .fmtu {width: 70%;}
.cp_fm_box li.single .links {width: 30%;}

.cp_fm_box li .fmtu::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.cp_fm_box li .fmtu h3 {
  position: absolute;
  font-size: 24px;
  color: #fff;
  width: 100%;
  text-align: center;
  top: 50%;
  z-index: 2;
}
.cp_fm_box li .links {
  width: 52%;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  overflow: hidden;
}
.cp_fm_box li .links a {
  display: inline-block;
  width: 24.8%;
  text-align: center;
  font-size: 20px;
  border-right: 1px solid #e2e2e2;
  height: 100%;
  position: relative;
}
.cp_fm_box li .links-1 a {
  width: 33%;
}
.cp_fm_box li .links-3 a {
  width: 19.8%;
}



.cp_fm_box li .links a::after {
  content: "";
  background: #e2e2e2;
  position: absolute;
  bottom: -400px;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition:all 0.3s ease;
  transition:all 0.3s ease; 
}
.cp_fm_box li a:hover::after {
  bottom: 0;
}


.cp_fm_box li .links a:last-child {
  border-right: 0px solid #e2e2e2;
}
.cp_fm_box li .links .txt {
  margin-top: 160px;
  -webkit-transition:all 0.8s ease;
  transition:all 0.8s ease; 
}
.cp_fm_box li .links a:hover .txt {
  margin-top: 180px;
}


.cp_fm_box li .links .txt p {
  position: relative;
  z-index: 2;
}
.cp_fm_box li .links .bt-more {
  font-size: 14px;
  letter-spacing: 1px;
  color: #266bcb;
  margin-top: 50px;
  position: absolute;
  bottom: 50px;
  width: 100%;
  z-index: 2;
  -webkit-transition:all 0.8s ease;
  transition:all 0.8s ease; 
}
.cp_fm_box li .links a:hover .bt-more {
  bottom: 150px;
}
.cp_fm_box li .links .bt-more span {
  background: url(/css/list-nav-next2.png) no-repeat right;
  padding-right: 20px;
}

.inpage_solu .main-tit-box {text-align: center;}
.solution_1 {
  margin-top: 90px;
  position: relative;
  background: #f1f1f1;
}
.solution_1 .so_inner {
  padding: 80px 0px;
  display: flex;
  flex-wrap: wrap;
}
.solution_1 .so_inner .leftimg {
  width: 45%;
  background: #fff;
  position: relative;
    /* height: 100%; */
  margin-right: 3%;
}
.solution_1 .so_inner .leftimg img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.solution_1 .so_inner .leftimg p {
  font-size: 16px;
    text-align: center;
    color: #333;
    position: absolute;
    bottom: 5px;
    width: 100%;
}

.solution_1 .swiper {
  padding-bottom:50px
}
.solution_1 .swiper-horizontal>.swiper-pagination-bullets, 
.solution_1 .swiper-pagination-bullets.swiper-pagination-horizontal, 
.solution_1 .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
}


.solution_1 .so_inner .rightinfo {
  width: 50%;
}
.solution_1 .so_inner .rightinfo h1 {
  color: #333;
  font-size: 32px;
  margin-bottom: 30px;
  font-weight: normal;
}
.solution_1 .so_inner .rightinfo .jj {
  font-size: 15px;
  line-height: 28px;
  color: #666;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 40px;
}
.solution_1 .so_inner .rightinfo .ys {
  margin-top: 40px;
}
.solution_1 .so_inner .rightinfo .ys h3 {
  font-weight: normal;
  font-size: 24px;
  padding-bottom: 30px;
  color: #333;
}
.solution_1 .so_inner .rightinfo .ys li {
  font-size: 15px;
  line-height: 28px;
  color: #666;
  margin-bottom: 15px;
}
.solution_1 .so_inner .rightinfo .ys li img {
  width: 22px;
  padding-right: 5px;
}

.solution_1 .bg {
  width: 50%;
  height: 550px;
  background-position: center;
  background-size: cover;
  position: relative;
}
.solution_1 .bg::after {
  content: "";
  background: url(/css/bg_visual_shadow2.png) no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.solution_1 .headline {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  width: 50%;
  color: #454545;
  right: 0;
}
.solution_1 .headline h1 {
  color: #333;
  font-size: 40px;
  padding-left: 80px;
  margin-bottom: 35px;
}
.solution_1 .headline .paragraph {
  font-size: 17px;
  padding-left: 80px;
  max-width: 1000px;
  line-height: 30px;
  padding-right: 50px;
}
.solution_1 .fmtu {
  position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: #ffff;
    width: 40%;
}
.solution_1 .fmtu img {
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  left: 50%;
  max-width: 90%;  
}

.solution_2 {
  padding: 50px 0px;
}
.solution_4 {
  max-width: 1680px;
  margin: 0 auto;
}
.so_inner {padding: 80px 80px;}
.inpage .so_inner .main-area-box {
  max-width: 100%;
}
.inpage_solu .main-tit-box .main-tit-en {
  margin-bottom: 0;
}
.inpage_solu .main-tit-box .main-tit {
  margin-top: 0;
}
.inpage_solu .cm-word-split-JS.splitting .word {
  overflow: hidden;
  line-height: 1.2;
  display: inline-block;
}
.solution_ys ul {
  display: flex;
  flex-wrap: wrap;
}
.solution_ys ul li {
  border: 1px solid #d2d2d2;
  padding: 2% 1.5%;
  line-height: 2;
  width: 44%;
  color: #555555;
  margin-left: 1%;
  margin-right: 1%;
  font-size: 15px;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}

.solution_ys ul li img {
  width: 45px;
  display: block;
  margin: 0 auto;
  margin-bottom: 25px;
}

.solution_ys_2 ul li {
  width: 28%;
  font-size: 16px;
}

.solution_ys_3 {
  
}
.solution_ys_3 .solution_ys_pic {
  width: 100%;
  padding-bottom: 45px;
  
}
.solution_ys_3 .solution_ys_pic img {
  width: 100%;
  width: 450px;
    display: block;
    max-width: 800px;
    margin: 0 auto;
}

.solution_ys_3 ul li {
  width: 19.8%;
}
.solution_ys_3 .ul-1 li {
  width: 28.1%;
}




/*
.solution_ys ul li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #366cce;
  border-radius: 50%;
  left: 0;
  top: 28px;
}*/





.solution_ys {margin-top: 30px;}
.solution_ys ul li strong,
.solution_ys ul li b {
  font-weight: 500;
  font-size: 22px;
  display: block;
  margin-bottom: 15px;
  color: #366cce;
}

.solution_3 {
  background: #f1f1f1;
}
.max-w-1400 {
  max-width: 1400px;
  margin: 0 auto;
}
.max-w-1680 {
  max-width: 1680px;
  margin: 0 auto;
}
.solution_3 .fang_an {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.solution_3 .fang_an.onlypic {
  display: block;
  background: #fff;
}
.solution_3 .fang_an.onlypic img{
  display: block;
  margin: 0 auto;
  max-width: 95%;
}

.fang_an .wen {
  width: 44%;
  background: #fff;
  padding: 3%;
  font-size: 20px;
  color: #333;

}
.solution_3_4 .fang_an .wen{
	width: 43%;
	    border-right: 1px solid #eee;
    text-align: center;
}
.solution_3_4 .fang_an .tu{
	text-align: center;
}
.fang_an_2 .wen {
  width: 42%;
  background: #fff;
  padding: 3%;
  font-size: 20px;
  color: #333;font-weight: 600;
}
.fang_an_2 .wen-2 {
  width: 42%;
  margin-left: 4%;
  background: #fff;
}
.fang_an_2 .wen img {
  display: block;
  margin-top: 25px;
  max-width: 100%;padding: 20px 30px 0;
}

.fang_an .wen a {
  text-decoration: underline;
  color: #266bcb;
}
.fang_an .tu {width: 50%;}

.fang_an_2 .tu {
  width: 46%;
  margin-left: 4%;
  background: #ddd;
}


.fang_an .tu img {
  max-width: 100%;
}
.fang_an .wen ul {
  margin-top: 55px;
}
.fang_an .wen li {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  padding-left: 20px;
}
.fang_an .wen li::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #366cce;
  border-radius: 50%;
  left: 0;
  top: 2px;
}

.solution_4 .swiper {
  margin-top: 50px;
  padding-bottom: 80px;
}
.solution_4 .swiper-slide a{
	background-color: #fff;
}
.solution_4 .swiper-slide {
  text-align: center;
  font-size: 18px;
 

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.solution_4 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;margin-top: -50px;
}
.solution_4 .images {
  position: relative;
  margin-bottom: 100px;
}
.w100 {
  width: 100%;
}
.solution_4 .images .img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 150px;
}
.solution_4 .line h3 {
  font-size: 18px;
  font-weight: bold;    color: #333;
}
.solution_4 .swiper-horizontal>.swiper-pagination-bullets, 
.solution_4 .swiper-pagination-bullets.swiper-pagination-horizontal, 
.solution_4 .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0;
}
.solution_4 .swiper-button-next, .solution_4 .swiper-button-prev {margin-top: -81px;}

.solution_5 {
  background: #f7f7f7;
}
.solution_5 ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.solution_5 li {
  width: 13.4%;
  margin-right: 1.5%;
  background: #fff;
  padding: 2% 1%;
  line-height: 2;
  text-align: center;
  font-size: 15px;
}
.solution_5 li:last-child {margin-right: 0;}
.solution_5 li strong {
  font-weight: 600;
  font-size: 18px;
  color: #266bcb;
  margin-top: 15px;
  margin-bottom: 15px;
  display: block;
}
.solution_5 li img {
  width: 40px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
.solution_6 .anli {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
.solution_6 .anli .pic {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 48%;
  border-radius: 10px;
  margin-right: 3%;
  float: left;
}
.solution_6 .anli .pic-2 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 49%;
  border-radius: 10px;
  float: right;
}
.solution_6 .anli .txt-wrap {
  background: #1d6ab7;
  height: 100%;
  width: 49%;
  border-radius: 10px;
  float: right;
}
.pad80 {
  padding: 80px;
}
.solution_6 .anli .txt-wrap h3 {
  font-size: 26px;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: 500;
}
.solution_6 .anli .txt-wrap .divp {
  font-size: 16px;
  color: #fff;
  line-height: 1.8;
}
.solution_6 .swiper-wrapper {padding-bottom: 100px;}
.solution_6 .swiper-slide {height: 400px;}
.solution_6  .swiper-button-next, 
.solution_6 .swiper-button-prev {
  background: url(slider_bt2.svg)no-repeat center rgb(47 107 185);
  border-radius: 100%;
  width: 42px;
  height: 42px;
  top: auto;
  margin-top: 0;
  bottom: 10px;
  right: 45%;
}
.solution_6 .swiper-button-prev {
  left: 45%;
  right: auto
}

.yy_list_box {
  margin: 0 auto;
  max-width: 1680px;
}
.yy_list_box .yy_ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.yy_list_box .yy_ul li {
  width: 48%;
  margin-right: 2%;
  position: relative;
  overflow: hidden;
  margin-bottom: 45px;
  border-radius: 10px;
}
.yy_list_box .yy_ul li:nth-child(2n) {
  margin-right: 2%;
}
.yy_list_box .yy_ul .cover_image {
  height:380px ;
  position: relative;
  height: 380px;
  position: relative;
  background-position: center;
  background-size: cover;
}
.yy_list_box .yy_ul .cover_image::after {
  content:"";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #000000 0%,rgb(255 255 255 / 0%) 50%);
}
.yy_list_box .yy_ul .title {
  color: #fff;
  font-size: 24px;
  position: absolute;
  left: 20px;
  bottom: 25px;
  z-index: 2;
}
.yy_list_box .yy_ul .full {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #fff;
  background: #266bcd;
  left: 0;
  z-index: 3;
  -webkit-transition:all 0.5s ease;
  transition:all 0.5s ease; 
  bottom: -390px;
}
.yy_list_box .yy_ul li:hover .full {
  opacity: 1;
  bottom: 0;
}

.yy_list_box .yy_ul .full .full-in {
  padding: 5%;
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
  color: #c0d0e9;
  word-break: break-word;
}
.yy_list_box .yy_ul .full .full-in h2 {
  font-size: 24px;
  margin-bottom: 25px;
  font-weight: 500;color: #fff;
}
.yy_list_box .yy_ul .full .full-in .bt-more {
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  margin-top: 50px;
  background: url(/css/list-nav-next-white.png) no-repeat 80px;
}

.solution-yy {
  padding: 60px 0px;
  
}

.main-tit-box .main-tit-en em a {
  color: #fff;
}
.inpage .job-main-tit-box {
  text-align: center;
}
.job-main-tit-box .main-tit-en {
  color: #333;
  font-size: 34px;
}
.vision-title .job-main-tit-box .main-tit {
  font-size: 34px;
}

.job-main-tit-box .main-tit-en em {font-weight: 500;}
.job-main-tit-box .main-tit-en em b {font-weight: 500;color: #266bcb;}
#rotate-demo1 {margin-top: 30px;}
#rotate-demo1 .demo1 {
  text-align: center;
  margin-bottom: 60px;
  color: #266bcb;
  font-weight: 600;
  font-size: 42px;
}
.rotate-arena {
  position: relative;
  background: url(/css/tab_line.png) repeat-x 0 bottom;
}

.job-second .about-4 {
  padding: 100px 5%;
}
.job-second .about-4 .inner {height: 500px;}
.job-second .p li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
}
.job-second .p li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: #3261d4;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.job-second .about-4 .rightbg .p {
  font-size: 18px;
}
.job-second .p li span {
  display: block;
  margin-left: 30px;
  font-size: 16px;
  color: #555;
}
.job-second .about-4 .inner .rightbg {width: 50%;}
.job-second .about-4 .rightbg .p {
  padding: 6% 80px 30px;
} 
.job-second .about-4 .inner .leftbg {
  background: url(/css/job01.jpg) no-repeat center;
  background-size: cover;
  width: 50%;
}

.job-three {
  padding: 60px 5%;
}
.job-three .inner {

  background-size: cover;
  height: 500px;
  width: 100%;
  position: relative;
  margin-top: 50px;
}
.office-container {
  margin-top: 50px;
}
.office-container .swiper-slide {
  width: 62.5%;
  display: flex;
  align-items: stretch;
  background-color: #266bcb;
  margin-right: 4%;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.office-container .office-pagination {
  position: relative;
  line-height: 1;
  bottom: 0;
  margin-top: 2rem;
}
.office-container .office-pagination .swiper-pagination-bullet {
  width: .5rem;
  height: 5px;
  background: #3c3c3c;
  opacity: 1;
  margin: 0 5px;
  border-radius: 0;
}
.office-container .office-pagination .swiper-pagination-bullet-active {
  width: .75rem;
  background: #3261d4;
}
.office-container .swiper-slide:last-child {
  margin-right: 0;
}
.office-container .swiper-slide .lf {
  width: 46%;
  padding: 2.4rem .5rem .5rem 2.5rem;
}
.office-container .swiper-slide .lf .h1 {
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom:30px;
}
.office-container .swiper-slide .lf .li {
  display: flex;
  margin-bottom: .9rem;
}
.office-container .swiper-slide .lf .li:last-child {
  margin-bottom: 0;
}
.office-container .swiper-slide .lf .li div {
  width: .5rem;
  margin-right: .45rem;
  padding-top: 5px;
}
.office-container .swiper-slide .lf .li div img {
  width: 100%;
}
.office-container .swiper-slide .lf .li p {
  width: calc(100% - .95rem);
  color: #fff;
  line-height: 1.8;
  font-size: 15px;
}
.office-container .swiper-slide .rg {
  width: 54%;
}
.office-container .swiper-slide .rg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.job-four {
  background: url(/css/bk.jpg);
  background-size: 100%;
  background-repeat: repeat-y;
  background-position: top;
  position: relative;
  padding: 0;
}
.job-four .about-4 .inner .leftbg {
    background: none;
    background-size: cover;
    width: 50%;
    overflow: hidden;
}
.job-four .about-4 .inner {
  height: 600px;
}
.job-four .about-4 .rightbg .p {
  padding: 6% 60px 30px;
}
.job-four .about-4 .inner .leftbg .swiper-slide {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.job-four .about-4 .inner .swiper {
  height: 100%;
}
.job-five {
  background: url(/css/job07.jpg) no-repeat center;
  background-size: cover;
  height: 600px;
  width: 100%;
  position: relative;
}
.job-five .inner {padding: 100px 5%;}
.job-five .main-tit-box {
  text-align: left;
}
.job-five .main-area-box {max-width:100%}
.job-five .main-tit-box .main-tit {color: #fff;}
.job-five a {
  display: block;
    width: 200px;
    height: 60px;
    line-height: 60px;
    color: #366ccf;
    background: #fff url(/css/list-nav-next2.png) no-repeat 85%;
    font-size: 20px;
    text-align: center;
    margin-top: 40px;
}
.job-five a:hover {background: #fff url(/css/list-nav-next2.png) no-repeat 90%;}


.solution_2_2 {
  background: #f7f7f7;
}
.solution_3_2 {
  background: #fff;
}
.solution_3_2  .fang_an {
  display: block;
}
.solution_3_2  .fang_an .tu {
  width: auto;
} 
.solution_3_2 .fang_an .tu img {
  display: block;
  margin: 0 auto;
}

.solution_4_2 .line {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 10px;
}
.solution_4_2 .line p {
  margin-top: 20px;
  /* text-align: left; */
  font-size: 14px;
  line-height: 1.5;
  color:#777;
      padding-bottom: 20px;
}
.solution_4_2 .images {
  margin-bottom: 80px;
}

.no-display {
  display: none;
}

.solution_2_4 .solution_ys ul li {
  width: 19.8%;
}
.solution_2_4 .solution_ys ul li:nth-child(2n+1) {margin-left: 2%;}
.solution_2_4 .solution_ys ul li.long {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  border: 0;
}
.solution_2_4 .solution_ys ul li.long .zuo {
  width: 47%;
  padding: 2% 1.5%;
  background: #f7f7f7;
  position: relative;
}
.solution_2_4 .solution_ys ul li.long .zuo p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.solution_2_4 .solution_ys ul li.long .you {
  width: 45%;
    background: #366cce;
    padding: 2% 2.5%;
    text-align: left;
    color: #fff;
    line-height: 2.5;
}
.solution_3_4 .fang_an {background: #fff;}
.solution_3_4 .wen img {max-width: 100%;}
.solution_3_4 .fang_an .tu {
  width: 44%;
  padding: 3%;
}

.solution_ys_5 {
  margin-top: 30px;
}
.solution_ys_5 ul {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  margin: 0 auto;
}
.solution_ys_5 ul li {
  width: 33%;
  text-align: center;
  font-size: 16px;
}
.solution_ys_5 ul li span {
  display: block;
  color: #366cce;
  font-size: 42px;
  padding-bottom: 15px;
  font-weight: bold;
}
.solution_ys_5 .LR {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.solution_ys_5 .LR .LL {
  width: 45%;
  height: 400px;
  background-size: cover;
  background-position: center;
}
.solution_ys_5 .LR .RR {
  width: 49%;
  padding: 4% 3% 0;
  background: #f7f7f7;
}
.solution_ys_5 .LR .RR div {
  font-size: 16px;
    line-height: 2;
    color: #333;
    position: relative;
    padding-left: 18px;
}
.solution_ys_5 .LR .RR div p {
  padding-left: 20px;
  font-size: 15px;
  color: #555;
  position: relative;
 
}
.solution_ys_5 .LR .RR div::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #366cce;
  border-radius: 50%;
  left: 0;
  top: 12px;
}

.solution_3_4 h3 {
  font-size: 20px;
  color: #333;
  margin-bottom: 20px;
}
.video-anli {margin-top: 40px;}
.video-anli ul li {
  width: 22%;
  height: 350px;
  margin-right: 1.5%;
  margin-left: 1.5%;
  margin-bottom: 30px;
  border-radius: 20px;
    overflow: hidden;
}
 
.video-anli video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.video-anli ul {display: flex;
    flex-wrap: nowrap;
    text-align: center;
    justify-content: center;
}

.inpage_solu_dingzhi {}


.sprot {
  width: 100%;
  margin: 0 auto;
  margin-top: 55px;
  max-width: 1440px;
}
.sprot .question-list {
  margin-top: 12px;
  width: 100%;
  border-top: 1px solid #505050;
}
.sprot .question-list li {
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
  background: #fff;
}
.sprot .question-list li .ques01 {
  overflow: hidden;
  background: url(arrow_off.png) no-repeat 98% 20px;
  position: relative;
  padding: 33px 0;
  font-size: 18px;
  color: #999;
  cursor: pointer;
}
.sprot .question-list li .ques01::after,
.sprot .question-list li .ques01::before {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 2px;
  height: 18px;
  margin-top: -9px;
  background: #555;
  content: '';
  transition: .2s ease;
}
.sprot .question-list li .ques01::before {
  transform: rotate(90deg);
}
.sprot .question-list li .ques01.active:after {
  transform: rotate(90deg);
  background: #366cce;
}

.sprot .ques01 span {
  float: left;
  font-size: 22px;
  color: #366cce;
  text-align: center;
  font-weight: 600;
}
.sprot .ques01 span.ques-nember {
  width: 50px;
}
.sprot .ques01 span.ques-subject {
  overflow: hidden;
  padding-left: 20px;
  text-align: left;
}
.sprot .ques01 span.ques-cont {
  max-width: 500px;
  padding-left: 20px;
  text-align: left;
}
.sprot .question-list li .active .ques-cont {
  text-decoration: underline;
}
.sprot .question-list li .ques01.active span.ques-cont {
  background: url(arrow_blue.png) no-repeat 0 5px;
  font-weight: 600;
}
.sprot .question-list li .ques-txt {
  display: none;
  padding: 40px 40px 40px 30px;
  background: #e7e7e7;
  font-size: 15px;
}
.sprot .question-list li .ques-txt p {
 
  position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
    color: #333;
    font-size: 16px;
    padding: 0 20px 20px;
    display: block;
}
.sprot .question-list li .ques-txt p::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #366cce;
  border-radius: 50%;
  left: 0;
  top: 3px;
}
.tu-video {
  display: flex;
  flex-wrap: wrap;
  height: 330px;
}
.tu-video .tu {
  width: 50%;
  height: 100%;
}
.tu-video .tu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tu-video .video {
  height: 100%;
  width: auto;
  margin-left: 1%;
}
.tu-video-1 .video {width: 49%;}

.tu-video .video video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.tu-video.video-3 {
  height: auto;
}
.tu-video.video-3 .video {
  width: auto;
  margin-left: 1%;
}
.tu-video.video-3 .video video {
  object-fit: contain;
  width: 100%;
  height: 350px;
  margin-bottom: 20px;
}
.tu-video.video-3 span {
  display: block;
  font-size: 15px;
}


.module {
  padding: 60px 0px;
  background: #f5f5f5;
  word-break: normal;
}
.module .inner {
  margin: 0 auto;
  max-width: 1680px;
}
.module .image_text {
  text-align: center;
}
.module .image_text p {
  font-size: 16px;
    color: #555;
    padding-top: 40px;
    line-height: 1.7;
}
.module .image_text img {
  width: 100%;
  max-width: 1680px;

}
.module-2 {
  background: #fff;
}
.module a {
  color: #366cce;
}
.module a:hover {
  text-decoration: underline;
}

.module ul {display: flex;flex-wrap: wrap;}
.module ul li {
  width: 27.3%;
  margin-right: 1%;
  background: #fff;
  padding: 2%;
  text-align: center;
  margin-top: 45px;
  font-size: 15px;
  line-height: 1.5;
  margin-left: 1%;
}
.module ul li img {
  width: 80px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
.module ul li strong {
  display: block;
  font-size: 20px;
  margin-bottom: 15px;
  color:#366cce;
}

.module-4 .image_text {
  text-align: justify;
}
.module-4 .gju {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.module-4 .gju .txt {
  width: 38%;
  padding: 3%;
  position: relative;
}
.module-4 .gju .txt h3 {
  font-size: 22px;
  color: #333;
  padding-bottom: 20px;
  
}
.module-4 .gju .txt h2 {
  color:#366cce;
  font-size: 38px;
  padding-bottom: 20px;
}
.module-4 .gju .txt .ds {
  font-size: 20px;
  line-height: 1.8;
}
.module-4 .gju .txt a {
  width: 180px;
  background: #366cce;
  color: #fff;
  position: absolute;
  bottom: 50px;
  left: 6%;
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
}
.module-4 .gju .txt a:hover {
  text-decoration: none;
}
.module-4 .gju .txt a span {
  background: url(/css/list-nav-next-white.png) no-repeat right;
  padding-right: 30px;
}

.module-4 .gju .image {width: 55%;}
.module-4 .gju .image img {width: 100%;}

.cp_fm_box li .szh_fmtu h3 {
  position: absolute;
  font-size: 24px;
  color: #fff;
  width: auto;
  text-align: left;
  top: 50%;
  z-index: 2;
  font-weight: normal;
  line-height: 1.4;
  transform: translate(-50%,-50%);
  left: 50%;
  text-align: center;
}
.cp_fm_box li .szh_fmtu h3 span {
  display: block;
  background: #8c8c8c;
  text-align: center;
  margin: 10px auto;
  padding: 5px 0;
}
.cp_fm_box li .szh_fmtu h3 a {
  color: #779fe7;
  display: block;
}
.szh_fm_box li {height: 450px;}
.szh_fm_box li .links a::after {bottom: -450px;}
.szh_fm_box li .links .txt {
  margin-top: 190px;
}  


.fuwu-center .FC-1 {
  padding-bottom: 60px;
}
.main-tit-box .main-tit-en.center {
  font-size: 2.3rem;
  color: #333;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0;
}
.main-tit-box .main-tit.main-tit-p {
  font-size: 18px;
  padding-top: 20px;
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 40px;
  color: #555;
}
.cm-word-split-JS.splitting.main-tit-p .word {
  line-height: 32px;
}

.fuwu-center {
  background: #f4f4f4;
}
.fuwu-center ul.flex {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  margin: 0 auto;
}
.fuwu-center ul.flex li {
  width: 24%;
  margin-right: 1%;
  background: #fff;
  text-align: center;
}
.fuwu-center ul.flex li:last-child {margin-right: 0;}
.fuwu-center ul li .inner {
  padding: 10% 0;
}
.fuwu-center ul li img {
  display: block;
  width: 80px;
  margin: 0 auto;
}
.fuwu-center ul li span {
  color: #266bcd;
  display: block;
  font-size: 18px;
  padding-top: 10px;
}
.fuwu-center .FC-2 {
  background: #fff;
  padding: 70px 0px;
}
.fuwu-center .FC-2 .flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;

}
.fuwu-center .FC-2 .flex .LL,
.fuwu-center .FC-2 .flex .RR {width: 50%;}
.fuwu-center .FC-2 .flex .LL img {width: 100%;}
.fuwu-center .FC-2 .inner {
  padding-left: 5%;
}
.fuwu-center .FC-2 .inner h2 {
  font-size: 2.2rem;
  font-weight: 600;
  color: #333;
  position: relative;
  font-weight: normal;
  padding-left: 50px;
  margin-bottom: 40px;
}
.fuwu-center .FC-2 .inner h2 span {
  width: 28px;
    height: 28px;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.fuwu-center .FC-2 .inner h2 span::before {
  background-color: #266bcb;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%,-50%);
}
.fuwu-center .FC-2 .inner h2 span::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: #001df5;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: .15;
}
.fuwu-center .FC-2 .inner p {
  font-size: 16px;
  color: #555;
  line-height: 30px;
  text-align: justify;
  word-break: break-word;
}
.fuwu-center .FC-2 .inner p span {
  display: block;
  position: relative;
  padding-left: 15px;
  margin-left: 10px;
  margin-bottom: 15px;
  line-height: 28px;
}
.fuwu-center .FC-2 .inner p span b {
  display: block;
  color: #366cd0;
  padding-bottom: 3px;
  font-size: 16px;
}
/*
.fuwu-center .FC-2 .inner p span::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #266bcb;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}*/
.fuwu-center .FC-3 {
  padding-top: 40px;
}
.fuwu-center .FC-4 {
  padding: 40px 0px 70px
}
.fuwu-center .FC-3 .inner {
  padding-left: 0;
  padding-right: 5%;
}
.FC-5 {padding: 0px 0px;}
.FC-5 .cont-wrap-2 {
  margin: 0;
}
.FC-5 .cont-wrap-2 .map {
  position: relative;
}
.FC-5 .cont-wrap-2 .map #container {
  height: 800px;
}

.FC-5 h2 {
  font-size: 2.3rem;
  color: #fff;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0;
  padding-top: 130px;
  padding-bottom: 50px;
}
.FC-5 .inner {
  max-width: 550px;
  padding: 0 30px;
  background: #366cd0;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  line-height: 34px;
  text-align: justify;
  position: absolute;
  right: 3%;
  top: 0;
  height: 100%;
}
.FC-5 .inner p {
  border-bottom: 1px solid rgb(255 255 255 / 28%);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.amap-toolbar {
  opacity: 0;
  display: none;
}

.fuwu-center .inner .xyue {
    width: 180px;
    background: #366cce;
    color: #fff;
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    margin-top: 50px;
}
.fuwu-center .inner .xyue span {
  background: url(/css/list-nav-next-white.png) no-repeat right;
  padding-right: 30px;
}

.renewable-1 .image_text p {
  width: 1200px;
  margin: 0 auto;
  text-align: justify;
}
.renewable-2 .image_text p {
  font-size: 16px;
  color: #555;
  padding-top: 20px;
  line-height: 1.7;
  width: 1200px;
  margin: 0 auto;
  text-align: justify;
}
.renewable-3 .FC-2 .inner {
  padding-right: 5%;
  padding-left: 0;
}
.renewable-5 {
  background: url(/css/renewable15.jpg) no-repeat fixed;
  background-size: cover;
  height: 500px;
  width: 100%;
}
.renewable-5 .cont-wrap-2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
.renewable-5 .cont-wrap-2 h2 {
  font-size: 2.2rem;
  font-weight: 600;
  color: #fff;
  position: relative;
  font-weight: normal;
  margin-bottom: 40px;
}
.renewable-5 .cont-wrap-2 p {
  width: 1000px;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    text-align: justify;
    word-break: break-word;
    margin-bottom: 50px;
}
.renewable-5 .cont-wrap-2 a {
  width: 180px;
  background: #366cce;
  color: #fff;
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
}
.renewable-5 .cont-wrap-2 a span {
  background: url(/css/list-nav-next-white.png) no-repeat right;
  padding-right: 30px;
}
.FC-2 .swiper-horizontal>.swiper-pagination-bullets, 
.FC-2 .swiper-pagination-bullets.swiper-pagination-horizontal, 
.FC-2 .swiper-pagination-custom, 
.FC-2 .swiper-pagination-fraction {
  bottom: 10px;
}

.FC-2 .swiper-pagination-bullet {
  background: #fff;
    opacity: .8;
}
.FC-2 .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #366cd0;
}


/*瑙ｅ喅鏂规*/
.yy_list_box .xsu {
  position: relative;
  padding: 20px 30px;
  background: #E6E7EB;
  margin-bottom: 40px;
}
.yy_list_box .xsu::before {
  position: absolute;
  left: 32px;
  top: -12px;
  width: 24px;
  height: 24px;
  background: #366cd0;
  content: '';
}
.yy_list_box .xsu h3 {
  font-size: 26px;
  font-weight: normal;
  color: #366cd0;
  /* background: url(/css/icon_kzzj01.png) no-repeat left 0px; */
  /* padding-left: 50px; */
  /* background-size: 40px; */
  line-height: 40px;
}
.yy_list_box .xsu a {
  display: block;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
    color: #333;
    background: url(list-nav-next.png) no-repeat 95%;
    padding-right: 18px;
}
.solution-industry {
  background: #fff;
  padding: 50px 0;
}
.yy_list_box .xsu a:hover {
  background: url(list-nav-next.png) no-repeat 100%;
}
.yy_list_box .all-solu a {
  display: block;
    width: 200px;
    margin: 0 auto;
    margin-bottom: 40px;
    background: #416dd3;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.all-solu a span {
  background: url(/css/list-nav-next-white.png) no-repeat right;
  padding-right: 20px;
}
.yy_list_box3 {
  padding-top: 40px;
}


.zwj_1 .solution_ys_5 .LR .LL {position: relative;}
.zwj_1 .solution_ys_5 .LR .LL h3 {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  font-weight: normal;
}
.zwj_2 .solution_ys_5 .LR .RR {
  padding: 4% 3%;
}
.zwj_2 .solution_ys_5 .LR .LL {height: auto;}
.zwj_2 .solution_ys_5 .LR .LL h3 {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  font-weight: normal;
}
.zwj_3 .solution_ys_5 .LR .RR {
  width: 49%;
  padding: 4% 3%;
  background: #f7f7f7;
}
.zwj_3 .solution_ys_5 .LR .LL {height: auto;}


.inpage_solu_smart .bg img {
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.inpage_solu_smart .solution_1 .bg::after {display: none;}
.inpage_solu_smart .solution_1 .headline .paragraph ul li {
  position: relative;
  padding-left: 15px;
}
.inpage_solu_smart .solution_1 .headline .paragraph ul li::before {
  content: "";
  position: absolute;
  left: 0;
  background: #0C5CAF;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius:50% ;
}
.inpage_solu_smart .solution_ys_2 ul li {
  width: 44.8%;
  font-size: 16px;
}
.inpage_solu_smart .solution_ys ul li img {
  width: 55px;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}
.smart_solution_4 {
  background: url(/css/brand_deco1.png)no-repeat top right, url(/css/brand_deco2.png)no-repeat left bottom;
}
.smart_solution_4 .pic img {width: 100%;}
.smart_solution_4 .swiper {margin-top: 30px;padding-bottom: 30px;}
.smart_solution_4 .swiper-horizontal>.swiper-pagination-bullets, 
.smart_solution_4 .swiper-pagination-bullets.swiper-pagination-horizontal, 
.smart_solution_4 .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0px;
}
.smart_solution_4 .swiper-button-next, 
.smart_solution_4 .swiper-button-prev {
  background: url(slider_bt2.svg)no-repeat center #2196F3;
  border-radius: 100%;
  width: 42px;
  height: 42px;
  top: 35%;
  margin-top: 0;
}
.smart_solution_4 .so_inner {
  padding: 80px 0px;
}
.smart_solution_4 .flex {
  display: flex;
  flex-wrap: wrap;
}
.smart_solution_4 .flex h3 {
  font-size: 1.8rem;
  color: #303030;
  line-height: 1.3;
  margin-bottom: 30px;
  font-weight: normal;
  background-repeat: no-repeat;
  background-position: left;
}
.smart_solution_4 .flex h3 img {
  display: block;
    width: 55px;
    padding-bottom: 10px;
}
.smart_solution_4 .flex p {
  font-size: 16px;
  line-height: 2;
  color: #555555;
}
.smart_solution_4 .flex .L-L {
  width: 47%;
  margin-right: 2%;
  background: #f7f7f7;
  padding: 3%;
}
.smart_solution_4 .flex .R-R {
  width: 45%;
}
.smart_solution_4 .flex .RR-1,
.smart_solution_4 .flex .RR-2 {
  padding: 3%;
  background: #f7f7f7;
}
.smart_solution_4 .flex .RR-1 {margin-bottom: 20px;}
.smart_solution_4 .flex .R-R h3 {
  padding-top: 20px;
}


.smart_solution_6 .anli .pic {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  margin-right: 0;
  float: none;
  position: relative;
}
.smart_solution_6 .anli .pic::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  opacity: .4;
}
.smart_solution_6 .anli .pic img {width: 100%;}
.smart_solution_6 .anli {
  margin-top: 30px;
}
.smart_solution_6 .anli a {
  display: block;
  position: absolute;
  width: 100%;
  top: 55%;
  transform: translateY(-50%);
  background: url(/css/play.png) no-repeat center top;
  background-size: 70px;
  height: 70px;
  z-index: 2;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding-top: 90px;
}

.smart_solution_7 {
  background: linear-gradient(90deg, #225EB7, #7dc6e3);
}
.smart_solution_7 .main-tit-box .main-tit-en,
.smart_solution_7 .main-tit-box .main-tit {color: #fff;}
.smart_solution_7 img {display: block; margin: 0 auto;margin-top: 20px;}


.down-search {
  position: absolute;
  width: 500px;
  right: 150px;
  top: 0;
}
.down-search .sear-inpu {
  line-height: 50px;
  width: 100%;
  background: #f2f5f7;
  color: #333;
  border: none;
  font-size: 16px;
  letter-spacing: 0.5px;
  height: 50px;
  padding-left: 20px;
}
.down-search .btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  background: none;
  border: none;
  padding-right: 0px;
  /* background: #bbbbbb; */
  width: 70px;
}
.down-search .btn img {
  padding-left: 10px;
  cursor: pointer;
}
.down_fenlei .paixu {
  position: absolute;
    right: 0;
    top: 0;
    width: 130px;
    height: 50px;
    padding: 0 10px;
    font-size: 15px;
}


.search-jieguo .top-visual {height: 30vh;}
.search-jieguo .top-visual .txt-box {display: none;}
.search-jieguo .top-visual .bg-img {
  background-position: top;
}
.search-jieguo .down_fenlei li p span{
  color: #2a5bc2;
}
.search-jieguo .down_list li h3 b {font-weight: normal;}
.search-jieguo .down_list li:hover h3 b {
  color: #fff !important;
}
.inpage .dqwz {
  font-size: 16px;
  padding-bottom: 20px;
  padding-top: 120px;
}
.inpage .dqwz .inner {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
.allsearch_list {
  width: 100%;
  font-weight: normal;
  background: #f7f7f7;
  padding: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.allsearch_list h3 {
  font-weight: normal;
  font-size: 16px;
}
.allsearch_list li {
  margin-bottom: 25px;
  margin-top: 10px;
  background: #fff;
  padding: 20px 15px;
}

.c2_HMI2 .advantage_ul li:nth-child(4), .c2_HMI2 .advantage_ul li:nth-child(7) {
  margin: 0px 1% 20px 0;
}
.c2_HMI2 .advantage_ul li {
  width: 28%;
}
.c2_HMI2 .advantage_ul li:nth-child(5), .c2_HMI2 .advantage_ul li:nth-child(6), .c2_HMI2 .advantage_ul li:nth-child(7) {
  width: 28%;
}

.mod18{margin: 0px auto; position: relative;}
.mod18 .btn{position:absolute;width:15px;height:70px;top:336px;cursor:pointer;z-index:99;font-size:50px;font-weight:bold;}
.mod18 .prev{left:0;background:url(/css/kuozhan/prevBtn.png) no-repeat;}
.mod18 #prevTop,.mod18 #nextTop{top:140px;width:46px;height:48px;}
.mod18 #prevTop{background:url(/css/kuozhan/prevBtnTop.png) 0 0 no-repeat;}
.mod18 #nextTop{background:url(/css/kuozhan/nextBtnTop.png) 0 0 no-repeat;}
.mod18 .next{right:0;background:url(/css/kuozhan/images/nextBtn.png) no-repeat;}
.mod18 li{float:left;}
.mod18 .cf li{position:relative;color:#fff;}
.mod18 .cf a{display:block;width:680px;height:330px;position:absolute;color:#fff;}
.mod18 .picBox{height:330px;position:relative;overflow:hidden;}
.mod18 .picBox ul{height:330px;position:absolute;}
.mod18 .picBox li{width:680px;height:330px;}

.mod18 .listBox{
  width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.mod18 .listBox ul{
  position: relative;
  text-align: center;
  margin-bottom: 15px;
  display: flex;
  width: 100% !important;
  flex-wrap: wrap;
}
.mod18 .listBox li{
  cursor: pointer;
  display: inline-block;
  margin: 10px 0px;
  position: relative;
  width: 33%;
  float: none;
}
.mod18 .listBox li a{display:block;}


.mod18 .listBox li .a {
  padding: 15px 50px;
  display: block;
  color: #000;
  background: none;
  color: #979797;
  border-radius: 0;
  border-bottom: 2px solid #979797;
}
.mod18 .listBox li.on .a {
  border-bottom: 2px solid #366cce;
  background: none;
  color: #366cce;
}
.mod18 .listBox li:first-child .a{
  border-bottom: 2px solid #366cce;
  background: none;
  color: #366cce;
}

.mod18 .listBox li .a span {
  font-size: 22px;
  font-weight: normal;
}

.solution_ys_5_yeyaji .swiper {height: auto;}
.solution_ys_5_yeyaji .swiper .pic {
  width: 100%;

}
.solution_ys_5_yeyaji .swiper img {
  width: 100%;
  object-fit: cover;
}
.solution_ys_5_yeyaji .LR .RR {width: 44%;}
.solution_ys_5_yeyaji .LR .LL {
  width: 49%;
  height: 480px;
  background: #f7f7f7;
  padding-top: 1%;
  padding-left: 1%;
  padding-bottom: 1%;
}
.solution_ys_5_yeyaji .txt-wrap h3{
  font-weight: normal;
    padding-top: 10px;
    text-align: center;
    color: #416dd1;
}

.yeyaji-anli .sec03 .biaoge {
  margin-top: 0px;
  background-color: transparent;
  padding: 0px;
}
.yeyaji-anli .sec03 {padding: 0;}
.solution_6 .yeyaji-anli .swiper-slide {
  height: auto;
}
.solution_6 .yeyaji-anli .pic {
  border-radius: 0px;
  width: 45%;
  margin-right: 0;
  padding: 2%;
}
.solution_6 .yeyaji-anli .swiper-slide h3 {
  font-size: 24px;
  font-weight: normal;
  color: #366cce;
  padding-bottom: 20px;
  border-bottom: 1px solid#ccc;
  margin-bottom: 30px;
  position: relative;
  background: url(/css/yeya.png) no-repeat left 0;
  background-size: 45px;
  line-height: 45px;
  padding-left: 55px;
}
.solution_6 .yeyaji-anli .pic img {max-width: 100%;}
.solution_6 .yeyaji-anli .txt-wrap {
  width: 52%;
  background: none;
  padding-left: 3%;
  background: #fff;
  border-radius: 0;
}

.solution_6 .yeyaji-anli .swiper-button-prev {
  bottom: 30px;
}
.solution_6 .yeyaji-anli .swiper-button-next {
  bottom: 30px;
}
.yeyaji-anli .sec03 .biaoge table tr td:nth-child(2) {
  word-break: break-word;
}
.yeyaji-anli .flex {
  display: flex;
  background: #f1f1f1;
}


.kuozhan-form {
  padding: 60px 0px;
  background: #fff;
}
.kuozhan-form .inner-box {
  margin: 0 auto;
  max-width: 1680px;
}
.kuozhan-form .inner-box .dalei h2 {
  display: block;
    padding: 20px;
    font-size: 28px;
    font-weight: normal;
    color: #266bcb;
    border-bottom: 2px solid #266bcb;
}
.kuozhan-form .inner-box #tabs {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
      border-bottom: 1px solid #2f60b1;
    padding-bottom: 20px;
}
.kuozhan-form .inner-box #tabs li {
  margin: 0 20px;
}
.kuozhan-form .inner-box #tabs li span {
  font-size: 20px;
  color: #333;
  display: block;
  padding: 15px 30px;
}
.kuozhan-form .inner-box #tabs li #current span {
  background-color: #205faf;
  color: #fff;
  border-radius: 50px;
}
.kuozhan-form .inner-box #content {
  background-color: #f1f1f1;
  padding: 50px;
  margin-top: 50px;
}
.kuozhan-form .inner-box table {width: 100%;}
.kuozhan-form .inner-box table th {
  font-size: 17px;
  font-weight: normal;
  color: #366cd0;
}
.kuozhan-form .inner-box table tr:nth-child(even) {
  background-color: #fff;
}
.kuozhan-form .inner-box table td:first-child {
  left: 0px;
  position: sticky;
}
.kuozhan-form .inner-box table tbody tr:nth-child(2) {
  background: #366cd0;
}
.kuozhan-form .inner-box table tbody tr:nth-child(2) td{
  color: #fff;
}


.kuozhan-form .inner-box table td {
  vertical-align: middle;
  text-align: center;
  padding: 20px 20px;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.5);
  width: 10%;
}
.kuozhan-form .inner-box table td a {
  text-decoration: underline;
  color: #fff;
}

.kuozhan-form .inner-box table img {width: 180px; }
.character_section .main-area-box {max-width: 100%;}
.character_section .main-area-box .main-tit-box {
  position: relative;
  text-align: left;
}
.character_section .main-more-btn {
  position: absolute;
  right: 5px;
  top: 20px;
  border: 1px solid rgb(54 108 206);
  color: rgb(54 108 206);
}

.comeback {
  background: #ededed;
  padding: 30px 0;
}
.comeback a {
  position: relative;
    overflow: hidden;
    margin: 0 auto;
    display: block;
    vertical-align: middle;
    width: 163px;
    height: 55px;
    line-height: 55px;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0;
    color: #fff;
    text-align: center;
    transition: all 0.3s;
    border-radius: 50px;
    background: #266bcb;
}

.down-flex {
  display: flex;
  flex-wrap: wrap;
}
.downloads-inpage .down-leftmenu {
  width: 380px;
  margin-top: 50px;
}
.downloads-inpage .down-right-main {
  width: calc(98% - 380px);
  margin-top: 50px;
  margin-left: 2%;
}
.downloads-inpage .down-leftmenu .DL-1 h2 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 10px;
  color: #333;
}
.downloads-inpage .down-leftmenu .DL-1 li {
  position: relative;
}



.tree {
  min-height:20px;
  padding:20px;
  margin-bottom:20px;
  background-color:#f5f5f5;

}
.tree li {
  list-style-type:none;
  margin:0;
  padding:10px 5px 0 5px;
  position:relative
}


.tree li span {
  display: inline-block;
  padding: 3px 8px;
  text-decoration: none;
  color: #333;
  color: #2a5bc2;
  font-size: 20px;
}
.tree li.parent_li>span {
  cursor:pointer
}
.tree>ul>li::before, .tree>ul>li::after {
  border:0
}
.tree li:last-child::before {
  height:30px
}
.tree li.parent_li>span:hover, .tree li.parent_li>span:hover+ul li span {
  color:#000
}

.tree li ul .erji {
  padding-left: 30px;
  font-size: 17px;
  padding-top: 14px;
} 
.tree li ul .erji a {
  color: #333;
  font-size: 18px;
}
.tree li ul .sanji a {font-size:15px}
/*
.tree li ul .erji.hover a {
  color: #2a5bc2;
}
*/
.tree li.parent_li {
  margin-bottom: 10px;
}
.tree li ul .sanji {
  padding-left: 45px;
  font-size: 18px;
}
.tree li .linkspan {
  padding-left: 25px;
}
.tree li .linkspan a {
  color: #333;
  font-size: 18px;
}
.tree li.fristli {margin-bottom: 15px;}
.icon-folder-open {
	background: url(/css/down/icon_down.png) no-repeat left 5px;
    background-size: 12px;
    width: 20px;
    height: 15px;
}
.icon-plus-open {
  background: url(/css/down/icon_plus.png) no-repeat center;
  background-size: 15px;
  width: 15px;
  height: 17px;
  margin-left: 8px;
}
.downpaper ul {color: #fff;}

.down-right-main .weizhi, .down-right-main .weizhi a {
  font-size: 18px;
  color: #666;
  font-weight: normal;
}
.down-right-main .weizhi a {color:#2a5bc2}
.down-right-main .weizhi b {
  color:#2a5bc2
}
.down-right-main .xzetips {
  text-align: center;
  font-size: 18px;
}
.down-right-main .xzetips img {
  width: 300px;
    display: block;
    margin: 0 auto;
}

.dys_fanan {
  display: flex;
    padding-top: 30px;
    position: relative;
}
.dys_fanan .zhutu {
  overflow: hidden;
  border-radius: 0;
  left: 0;
  margin: 0;
  position: sticky;
  top: 132px;
  width: 50%;
  height: 100vh;
  background: url(/css/dys-bg.jpg) no-repeat bottom;

}
.dys_fanan .zhutu img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.dys_fanan .fangan_3 {
  margin-left: 2rem;
  max-width: 90%;
  padding: 0;
  width: calc(52% - 4rem);
}
.dys_fanan .fangan_3 .fa_31 {
  background: #ffff;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 35px;
}
.dys_fanan .fangan_3 .fa_31:last-child {
  margin-bottom: 0px;
}
.dys_fanan .fangan_3 .fa_31 h2 {
  color: #333;
  margin-bottom: 20px;
  font-size: 20px;
  position: relative;
  padding-left: 20px;
}
.dys_fanan .fangan_3 .fa_31 h2::before {
  content: "";
    position: absolute;
    left: 0;
    top: 7px;
    background: #3261d4;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.dys_fanan .fangan_3 .fa_31 h4 {
  font-size: 16px;
  color: #266bcb;
  padding-bottom: 10px;
  font-weight: normal;
  font-family: Noto Sans SC;
}
.fangan_3 .biaoge table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100% !important;
  border: none !important;
  border-bottom: 1px solid #ededed !important;
}
.fangan_3 .biaoge table tr:first-child {
  background-color: #266bcb;
}
.fangan_3 .biaoge table tr td:first-child {
  vertical-align: middle;
  text-align: center;
  padding: 10px 0px !important;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.5);
  border-color: #dedede !important;
  background: none !important;
}
.fangan_3 .biaoge table tr:first-child p, 
.fangan_3 .biaoge table tr:first-child span {
  color: #fff;
}

.fangan_3 .biaoge table tr td {
  vertical-align: middle;
  text-align: center;
  padding: 10px 0px !important;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.5);
  border-color: #dedede !important;
  background: none !important;
}
@media (max-width: 1500px) {
  .fangan_3 .biaoge table tr td:first-child {font-size: 14px;}
  .fangan_3 .biaoge table tr:first-child p, .fangan_3 .biaoge table tr:first-child span,
  .fangan_3 .biaoge table tr td {font-size: 14px;}
  .dys_fanan .zhutu {top:95px}
}






@keyframes dots {
	0% {
		-webkit-transform: translate(-50%,-50%) scale(0);
		transform: translate(-50%,-50%) scale(0);
		opacity: 0.5; 
	}
	50% {
		opacity: 1.0; 
	}
	100% {
		-webkit-transform: translate(-50%,-50%) scale(1);
		transform: translate(-50%,-50%) scale(1);
		opacity: 0; 
	}
}


@-webkit-keyframes throb {
  0% {
    -webkit-transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes throb {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes v-bounceStretchDelay {
  0%,to {
      transform: scale(0)
  }

  50% {
      transform: scale(1)
  }
}

@keyframes circle {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}


@media (max-width: 1680px) {
  #sitemapInnerCon {
    right: 0px;
    left: 0;
  }
  #header .logo {padding-left: 0%;}
  .header-util-box {right: 3%;}
  #headerInner {margin: 0;}
  .news-box .in-cont-rt ul li:last-child {display: none;}

.main-visual-control {
  left: 50%;
  z-index: 99;
  width: 92%;
  transform: translateX(-50%);
}
.main-visual-item .main-visual-txt-con{
	position: absolute;
    top: 50%;
    left: 50%;
    width: 92%;
    -webkit-transform: translateY(-50%);
    transform: translate(-50%,-50%);
    margin-top: 0
}
.top-visual .txt-box .main-area-box {
  padding: 0 3%;
}
.top-visual .down {padding: 0 3%;}
.module .inner {
  padding: 0 2%;
}
.FC-5 .inner {right: 0}
#gnb > ul > li > a {
  padding: 0 35px;
}
#gnb.total-menu > ul > li .gnb-2dep .menu-rt-list-auto .menu-list li {
  padding: 0;
  width: 49%;
  display: inline-block;
}
.cp_list_wrap {padding: 50px 2%;}

}

@media (max-width: 1500px) {
  .cp-head #header .logo a {
    background: url(/css/logo1-w2.png) no-repeat left center;
    background-size: 185px;
  }
  .down_list li {
    font-size: 12px;
    width: 100%;
    background: #f5f5f5;
    margin-bottom: 40px;
    margin-right: 0%;
    position: relative;
  }
  
  .kuozhan-form .inner-box table img {
    width: 120px;
}
  .solution_ys_5_yeyaji .LR .LL {padding-bottom: 0;}
  .header-util-box {
    right: 2%;
}
.cd-search-trigger {right: 170px;}
  #gnb > ul > li > a {padding: 0 30px;}
  #header .logo { padding-left:0%;}
  .sitemap-wrapper-style02 > ul > li > h2 {font-size: 24px;}
  .info_section ul li a {
    display: block;
    padding: 4rem 3rem;
}
.news-box .in-cont-rt ul {
  padding: 40px 40px 30px 40px;
}
.news-box .in-cont-rt .item-title {
  font-size: 16px;
}
.news-box .in-cont-fl .txt-box {
  margin-top: 60px;
}

.news-box .in-cont-fl .img-box img {
  height: 100%;
  object-fit: cover;
}
#header .logo a {
  background-size: 220px;
}

#header.top-fixed .logo a, #header.open .logo a {background-size: 185px;}
#header .logo a {background-size: 185px;}
#header .logo a {width: 280px;}
#gnb > ul {
  margin-right: 230px;
}
#gnb.total-menu > ul > li .gnb-2dep li.on .gnb-3dep {display: none;}
#gnb.total-menu > ul > li.gnb5 .gnb-2dep .menu-rt-list .menu-list > li.on > a:after, #gnb.total-menu > ul > li.gnb2 .gnb-2dep .vertical-top.menu-rt-list .menu-list > li.on > a:after {opacity: 0;}

#gnb > ul > li > a {
	padding: 0 22px;
}
.sitemap-wrapper-style02 > ul > li > h2 span a { font-size: 22px;}
.s3 .s-cp li.l1 {
	height: 698px;
}
.s3 .s-cp li.l2, .s3 .s-cp li.l3 {
	height: 341.5px;
}
.footer .rt {
	width: 250px;
}
.down_list li h3 {font-size: 16px;}
.cp_fenlei li p {
  font-size: 16px;
}
.cp_fenlei {
  margin: 0 2%;
}
.section_layout {
  padding: 0 2%;
}
.cp_list_box {
  padding: 0 2%;
}
.subsidiary-wrap {padding: 0 2%;}
.cp_fm_box  {padding: 0 2%;}
.sec01 .inner, .sec02 .inner, .sec03 .inner {padding: 0 2%;}
.yy_list_box {padding: 0 2%;}
.job-second .about-4 .inner .leftbg {
  width: 35rem;
}  
.job-second .about-4 .inner .rightbg {
  width: calc(100% - 35rem);
}
.office-container .swiper-slide {height: 400px;}
.sec02 .text h1 {font-size: 50px;}
.inpage_solu_smart .bg img {
  top: 23%;
  transform: translateY(0);
}
.solution_1 .headline h1 {font-size: 30px;}
.hot-runner-jj-in ul li {
  width: 28.2%;
  margin-right: 1%;
  font-size: 16px;
  padding: 2% 1.5%;
  margin-bottom: 20px;
  margin-left: 1%;
}
.about-1 .intro-txt .dataul li {
  margin-right: 5.5%;
  width: auto;
  text-align: center;
  margin-top: 30px;
  font-size: 15px;
}
.list-news li .view-more {
  position: absolute;
  bottom: 40px;
}
.list-news .item-pic::before {
  padding-top: 65%;
  content: "";
  display: block;
}
.article-title {    left: 3%;}
.about-1 .intro-txt {
  width: 47%;
  padding: 2% 0 0 3%;
}
.about-2 .inner {width: 95%;}
.about-2 .flex-1 .info-1 {
  width: 54%;
  margin-right: 4%;
}
.about-2 .flex {margin-top: 100px;}

}

@media (max-width: 1380px) {
  #gnb > ul > li > a {
    padding: 0 20px;
}
#gnb > ul > li.menu-home {display:none}
#header .logo {
  margin-left: 15px;
}
.sitemap-line-btn {
  margin-left: 10px;
}
.cd-search-trigger {
  right: 145px;
}
#gnb > ul {
  margin-right: 210px;
}
#gnb.total-menu > ul > li .gnb-2dep .menu-lf-txt {width: 30%;}
.footer {
  padding: 100px 20px 0px
}

.footer .ul {
  width: 100%;
}
.footer .ul li {
  float: left;
  height: 300px;
  padding-right: 3vw;
  padding-left: 3vw;
  vertical-align: text-top;
}
.footer .ul ul {
    width: 820px;
    width: auto;
    float: left;
}
.footer .f-logo {display: none;}
.foot2 {margin-top: 40px;}
.about-2 .flex {margin-top: 60px;}
.about-4 .rightbg .p {
  padding: 7% 50px 30px;
}
.main-boxs-honor .vision-wrap {
  padding: 0px 2.5% 0px;
}
.history-wrp .h100vh .move-year.sm .list {
  top: 420px !important;
  left: 30px;
}
.history-wrp .h100vh .move-year.sm .line {display: none !important;}

}

@media (max-width: 1280px){
  #gnb > ul > li > a {
    padding: 0 15px;
    font-size: 16px;
}
#gnb > ul > li.menu-home {display:none}

}

@keyframes v-ringRightRotate {
  0% {
      transform: rotateX(0deg) rotateY(0deg) rotate(0deg)
  }

  to {
      transform: rotateX(180deg) rotateY(1turn) rotate(1turn)
  }
}

@keyframes v-ringLeftRotate {
  0% {
      transform: rotateX(0deg) rotateY(0deg) rotate(0deg)
  }

  to {
      transform: rotateX(1turn) rotateY(180deg) rotate(1turn)
  }
}


@media (min-width: 1900px) {
  .cd-search-trigger {right: 170px;}
}




@-webkit-keyframes bgScale {
  0% {
      -webkit-transform: scale(1);
      transform: scale(1)
  }

  100% {
      -webkit-transform: scale(1.2);
      transform: scale(1.2)
  }
}

@keyframes bgScale {
  0% {
      -webkit-transform: scale(1);
      transform: scale(1)
  }

  100% {
      -webkit-transform: scale(1.2);
      transform: scale(1.2)
  }
}

@-webkit-keyframes textPosition {
  0% {
      opacity: 0;
      -webkit-transform: translateY(30px);
      transform: translateY(30px)
  }

  100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0)
  }
}

@keyframes textPosition {
  0% {
      opacity: 0;
      -webkit-transform: translateY(30px);
      transform: translateY(30px)
  }

  100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0)
  }
}

@-webkit-keyframes bounce {
  0%,100%,20%,50%,80% {
      -webkit-transform: translateY(0)
  }

  40% {
      -webkit-transform: translateY(-30px)
  }

  60% {
      -webkit-transform: translateY(-15px)
  }
}

@keyframes bounce {
  0%,100%,20%,50%,80% {
      -webkit-transform: translateY(0);
      transform: translateY(0)
  }

  40% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px)
  }

  60% {
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px)
  }
}

