* { box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
.main { max-width:1620px !important; margin:0 auto !important; padding:0px 10px;}
.main_x { max-width: 1340px !important; margin: 0 auto !important; padding:0px 10px; }
.main_box { max-width: 1238px !important; margin: 0 auto !important; padding:0px 10px; }


body,html { width:100%; height:100%;}


body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-track {
    background: #e1e1e1;
    border-radius: 0;
}

body::-webkit-scrollbar-thumb {
    background: #0068b7;
    border-radius: 0;
}

body::-webkit-scrollbar-thumb:hover {
    background: #0068b7;
}

body::-webkit-scrollbar-button {
    display: none;
}


.swp_banner { height: 470px; }

.banner_pag { position: absolute; top: 0px !important; left: 30px !important; width: auto !important; display: flex; flex-direction: column; justify-content: center; }
.swp_banner .swiper-pagination-bullet { width:9px; height:9px; background:#fff; border-radius:50%; margin: 6px 0px !important; opacity:0.6; outline:none; display: block; }
.swp_banner .swiper-pagination-bullet-active { background:#fff; opacity: 1; }

.swp_banner .swiper-wrapper { height: 100%; }
.swp_banner .swiper-slide { height: 100%; }
.swp_banner .main { height: 100%;  }
.swp_banner .main .item { height: 100%; display:table; table-layout:fixed; text-align: left; }
.swp_banner .text { display: table-cell; vertical-align: middle;  }
.swp_banner .text h3 { font-size: 33px; color: #fff;  line-height: 38px; position: relative; }
.swp_banner .text h3:before { content: ''; display: block; background-color: #e4007f; height: 8px; 
width: 60px; margin-bottom: 20px; }
.swp_banner .text p { font-size: 22px; color: #ffffff; margin-top: 20px; }






/* 导航 */

/* pc端样式 */
.H100 { height: 80px;}
.header { padding: 0px 80px; position: fixed; left: 0; top: 0; width: 100%; z-index: 99; height: 80px; transition: all 0.6s; -webkit-transition: all 0.6s; background: #fff; }



@media screen and (min-width: 1200px){

.header .item { display: flex; flex-direction: row; justify-content: space-between; }
.header .logo { height: 80px; display: flex; align-items: center; }

.header .header-nav .nav-ul { display: inline-block; vertical-align:top; }
.header .lang { display: inline-block; vertical-align: top; line-height: 80px; }
.header .lang img { display: inline-block; vertical-align: middle; margin-top: -2px; margin-right: 8px; }
.header .search { display: inline-block; vertical-align: top; padding: 0px 10px; background: #f3f3f3; height: 80px; margin-left: 20px; position: relative; }
.header .search .fom { height: 100%; display: flex; align-items: center; flex-direction: row; }
.header .search .txt { width: 90px; padding: 0px 5px; height: 40px; display: inline-block; vertical-align: top; background: none; }
.header .search .but { background: url('../image/icon18.png') no-repeat right center; width: 40px; height: 40px; display: inline-block; vertical-align: top; }



.header .header-nav .nav-ul>li { float: left; padding: 0px 20px; color: #333333; position: relative; }
.header .header-nav .nav-ul>.a_lang {  padding-right: 15px; padding-left: 15px; }
.header .header-nav .nav-ul>.a_lang>a { font-size: 16px; }
.header .header-nav .nav-ul>.a_lang img { display: inline-block; vertical-align: middle; margin-top: -3px; margin-right: 6px; }


.header .header-nav .nav-ul>li.active>a { color: #e91d2d !important; }
.header .header-nav .nav-ul>li>a { display: inline-block; vertical-align: middle;  line-height: 80px; text-transform: uppercase; color: #333333; font-size: 16px; transition: all .6s; -webkit-transition: all .6s; -moz-transition: all .6s;  }
.header .header-nav .nav-ul>li:hover>a { color: #0055c8 !important;}
.header .header-nav .nav-ul>li .icon { display: none; }
.header .header-nav .nav-ul>li:hover .nav-ul2 { animation: navUp 0.5s 0s forwards; display: block; }
.header .header-nav .nav-ul2 li a { display: block; font-size: 15px; color: #333; padding: 9px 20px;  border-bottom: 1px solid #d9d9d9;  white-space: nowrap; transition: all 0.6s; -webkit-transition: all 0.6s; }
.header .header-nav .nav-ul2 li a:hover { background: #0068b7; color: #fff; border-bottom: 1px solid #0068b7; }
.header .header-nav .nav-ul2 { position: absolute; top:80px; left: 0px; text-align: center; display: none; background: #fff; min-width: 100%;
box-shadow: 0px 0px 6px 6px rgba(29,29,29,0.08); border-top: 2px solid #0068b7; }
.header-black .header-nav .nav-ul>li>a { color: #333333; }

.header .nav-open { display: none; }
.header .close { display: none }
.header .nav-back { display: none; }

}


@media screen and (min-width:1400px) {
   .header .header-nav .nav-ul>li>a { font-size: 18px; }
   .header .header-nav .nav-ul>li { padding: 0px 20px; }
}


@media screen and (min-width:1660px) {
    .header .header-nav .nav-ul>li>a { font-size: 18px; }
    .header .header-nav .nav-ul>li { padding: 0px 20px; }
    .header .search { margin-left: 40px; padding: 0px 20px; }
}


@keyframes navUp {
    from {
        opacity: 0.6;
        transform: translateY(15px);
    } to {
        opacity: 1;
        transform: translateY(0px);
    }
}



/* 手机端样式 */
@media screen and (max-width: 1200px) {


.H100 { height: 50px; }
.header { height: 50px; box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1); padding: 0px 0px; }
.header .logo img { height: 22px; margin-top: 14px; }

.header .nav-open { position: absolute; right: 20px; top: 50%; margin-top: -15px; display: block; cursor: pointer; }
.header .nav-open span { display: block; background-color: #333; height: 2px; width: 30px; margin: 6px auto;border-radius: 50px; }
.header .close { background: url('../image/close.png') no-repeat center center; background-size: 18px auto; position: absolute; right: 0px; top: 0px; width: 56px; height: 50px; display: block; }
.header .header-nav { position: fixed;width: 60%;height: 100%;float: none;top: 0;left: -60%;background-color: #202020;transition: all 0.6s;-webkit-transition: all 0.6s; -moz-transition: all 0.6s; padding-top: 50px; overflow-y: auto; padding-bottom: 30px; }
.header .header-nav.active { left: 0; }

.header .header-nav .nav-ul { padding: 10px; padding-top: 0px; }
.header .header-nav .nav-ul>li { float: none; align-items: center; padding:0px;  position: relative; }
.header .header-nav .nav-ul>li .line { margin: 0 6px; }
.header .header-nav .nav-ul>li img { margin-right: 6px; }
.header .header-nav .nav-ul>li>a { font-size: 14px; color: #fff; text-transform: uppercase; }
.header .header-nav .nav-ul>li>a { font-size: 15px; padding: 15px 0px;  border-bottom: 1px solid #303030;  }
.header .header-nav .nav-ul>li>a { display: block; margin-right: 0px; }
.header .header-nav .nav-ul>li .icon { position: absolute; right: 0px; width: 46px; height: 51px;  z-index: 3; top: 0px; display: block; cursor: pointer; }
.header .header-nav .nav-ul>li .icon:after { content: ''; display: block; width: 9px; height: 9px; top: 0px; right: 15px; border: 2px solid rgba(255,255,255,.3); border-top: 0; border-left: 0; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); position: absolute; top: 20px; transition: all 0.6s; -webkit-transition: all 0.6s; -moz-transition: all 0.6s; }
.header .header-nav .nav-ul>li .icon.active:after { content: ''; transform: rotate(45deg); -webkit-transform: rotate(45deg); top: 20px; }
.header .nav-back { position: fixed;top: 0; width: 40%;height: 100%; right: -40%;background-color: rgba(0,0,0,0.4);z-index: 100;transition: all 0.6s; -webkit-transition: all 0.6s; -moz-transition: all 0.6s; }

.header .header-nav .nav-ul2 { display: none; padding-left: 15px; }
.header .header-nav .nav-ul2 li a { font-size: 14px; color: #a6a6a6; display: block; padding: 10px 0px; border-bottom: 1px solid #303030; position: relative; padding-left: 12px;}
.header .header-nav .nav-ul2 li a:after { content: ''; width: 4px; height: 4px; position: absolute; left: 0px; top: 0px; background: #4c4c4c; top: 50%; margin-top: -2px;  }
.header .nav-back.active {  right: 0px; }

.header .lang {  line-height: 40px; padding-left: 10px; }
.header .lang img { display: inline-block; vertical-align: middle; }
.header .search { padding: 0px 10px;  height: 40px; width: 100%; position: relative; margin-top: 10px; }
.header .search .fom { height: 100%; width: 100%; display: flex; align-items: center; flex-direction: row; background: #f3f3f3; border-radius: 5px; position: relative; }
.header .search .txt { width: 100%; padding: 0px 10px; height: 40px; display: inline-block; vertical-align: top; background: none; }
.header .search .but { background: url('../image/icon18.png') no-repeat center center; width: 60px; height: 40px; display: inline-block; vertical-align: top; position: absolute; top: 0px; right: 0px; }

}


/* 按钮 */

.m_link { font-size: 16px; border: 1px solid #ffffff; border-radius: 50px; padding: 11px 30px 13px; display: inline-block; color: #fff; position: relative; transition: all 0.4s; -webkit-transition: all 0.4s; margin-top: 30px; font-weight: bold;  }
.m_link .yuan { content: ''; width: 9px; height: 9px; background: #fff; border-radius: 50%; display: inline-block; vertical-align: middle; margin-left: 15px; }
.m_link:before { content: ''; background: #fff; width: 0px; height: 1px; position: absolute; left: 117px; top: 50%; position: absolute; transition: all 0.4s; -webkit-transition: all 0.4s; }
.m_link:after { content: ''; width: 9px; height: 9px; border: 1px solid #fff; border-radius: 50%; position: absolute; right: -40px; top: 50%; margin-top: -5px; opacity: 0; transition: all 0.4s; -webkit-transition: all 0.4s;  }
.m_link:hover:before { width: 60px;  }
.m_link:hover:after { opacity: 1; transition: all 0.3s ease-in .4s; -webkit-transition: all 0.3s ease-in .4s; }
.m_link:hover { background: rgb(255, 255, 255,0.1); box-shadow: 0px 5px 5px 1px rgba(255, 255, 255, 0.1)  }


.m_link_1 { font-size: 16px; border: 1px solid #cd24b5; border-radius: 50px; padding: 11px 30px 13px; display: inline-block; color: #cd24b5; position: relative; transition: all 0.4s; -webkit-transition: all 0.4s; margin-top: 30px; font-weight: bold; }
.m_link_1 .yuan { content: ''; width: 9px; height: 9px; background: #cd24b5; border-radius: 50%; display: inline-block; vertical-align: middle; margin-left: 15px; }
.m_link_1:before { content: ''; background: #cd24b5; width: 0px; height: 1px; position: absolute; left: 117px; top: 50%; position: absolute; transition: all 0.4s; -webkit-transition: all 0.4s; }
.m_link_1:after { content: ''; width: 9px; height: 9px; border: 1px solid #cd24b5; border-radius: 50%; position: absolute; right: -40px; top: 50%; margin-top: -5px; opacity: 0; transition: all 0.4s; -webkit-transition: all 0.4s;  }
.m_link_1:hover:before { width: 60px;  }
.m_link_1:hover:after { opacity: 1; transition: all 0.3s ease-in .4s; -webkit-transition: all 0.3s ease-in .4s; }
.m_link_1:hover { background: rgb(205, 36, 181,0.1); box-shadow: 0px 5px 5px 1px rgba(205, 36, 181, 0.1)  }

.m_link_company:before { left: 238px; }


.section1_box { background: #f4f4f4 url('../image/icon3.png') no-repeat left top; position: relative; }
.section1_box .backbot { background: url('../image/icon4.png') no-repeat right bottom; }

.section1 { padding: 80px 0px; display: flex; flex-direction: row; justify-content: space-between; }
.section1 .img { width: 56.3%; box-shadow: 0px 5px 12px 2px rgba(29, 29, 29, 0.2); }
.section1 .img img { height: 100%; object-fit: cover; width: 100%; }
.section1 .text { width: 43.7%; padding: 0px 8%; display: flex; justify-content: center; flex-direction: column; }
.section1 .text p { font-size: 22px; color: #3d3d3d; line-height: 38px; }



.swp_section3 { width: 100%; padding-bottom: 110px; }
.swp_section3 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  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;
  transition: 300ms;
  transform: scale(0.8);
  background: #000;
}

.swp_section3 .swiper-slide { position: relative; }
.swp_section3 .swiper-slide .text { position: absolute; bottom: 30px; color: #fff; z-index: 3; opacity: 0; width: 100%; text-align: center; }
.swp_section3 .swiper-slide .text h3 { font-size: 20px; color: #fff; }
.swp_section3 .swiper-slide .text p { font-size: 14px; color: #fff; margin-top: 5px; }

.swp_section3 .swiper-slide img { opacity: 0.4; }
.swp_section3 .swiper-slide .link { display: block; }
.swp_section3 .swiper-slide-active { transform: scale(1); position: relative; }
.swp_section3 .swiper-slide-active .link:after { content: ''; position: absolute; background: url('../image/icon5.png')  repeat-x left bottom; height: 100%; width: 100%; top: 0px; left: 0px; }
.swp_section3 .swiper-slide-active img { opacity: 1; }
.swp_section3 .swiper-slide-active .text { opacity: 1; }

.swp_section3 .swp_pag3:before { content: ''; position: absolute; left: 0px; bottom: 20px; height: 1px;
width: 100%; background: rgba(255, 255, 255, 0.5); z-index: -1; }
.swp_section3 .swiper-pagination-bullet { width: auto; background: none; color: #fff; opacity: 1; font-size: 16px; margin: 0px 1% !important; padding-right: 10px; position: relative; transition: all 0.6s; -webkit-transition: all 0.6s; z-index: 9; background: #157ec7; height: auto; border-radius: 0px; padding: 8px 22px 10px; border: 1px solid #157ec7;  outline: none; }
.swp_section3 .swiper-pagination-bullet:before { content: ''; background: rgba(255, 255, 255, 0.5); width: 11px; height: 11px; border-radius: 50%; display: inline-block; vertical-align: middle; margin-top: -2px; margin-right: 8px; }
.swp_section3 .swiper-pagination-bullet-active {  background: #157ec7; color: #fff; border: 1px solid rgba(255, 255, 255, 0.5); border-radius: 40px; }
.swp_section3 .swiper-pagination-bullet-active:before { background: rgba(255, 255, 255, 1); }


.section3 { overflow: hidden; width: 100%; position: relative; padding: 0px 0px 100px;  }

.section3:before { content: ''; background: url('../image/img5.jpg') no-repeat 78% bottom; position: absolute; left: 0px; bottom: 0px; width: 100%; height: 100%; z-index: 1;  }

.section3 .back_1 { background: url('../image/icon12.png') no-repeat right top; padding-top: 130px; }


.section3:after { content: ''; position: absolute; background: #157ec7; height: 50%; bottom: 0px; left: 0px; width: 100%; z-index: 0; }
.section3 .item { width: 110%; margin-left: -5%; }
.section4_box { background: #eff8ff url('../image/icon8.png') no-repeat 78% center; }
.section4_box .back_1 { background: url('../image/icon13.png') no-repeat left bottom; }


.section4 { display: flex; flex-direction: row-reverse; justify-content: center; align-items: center; height: 100%; height: 642px; }
.section4 .text { width: 28%; }
.section4 .text p { font-size: 22px; color: #3d3d3d; line-height: 38px; }
.section4 .fr { width: 72%; }
.section4 .fr .img { width: 500px; height: 500px; margin: 0 auto; position: relative; display: flex; justify-content: center; align-items: center; overflow: hidden; }
.section4 .fr .img .icon { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; align-items: center; justify-content: center; display: flex; animation: btnRotate 3.5s linear infinite; -webkit-animation: btnRotate 3.5s linear infinite;  }
.section4 .fr .img h3 { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; align-items: center; justify-content: center; display: flex; font-size: 20px; font-weight: bold; color: #3d3d3d; }

.in_news_box { background: url('../image/img6.jpg') no-repeat 78% top; }
.in_news_box .back_1 { background: url('../image/icon14.png') no-repeat left top; }
.in_news_box .back_2 { background: url('../image/icon15.png') no-repeat right bottom; }

.in_news { padding: 130px 8px 110px; overflow: hidden; position: relative;  }
.in_news ul { display: flex; flex-direction: row; margin-left: -24px; margin-right: -24px; flex-wrap: wrap; }
.in_news ul li { width: 25%; padding: 0px 24px; }
.in_news ul li .link { display: block; box-shadow: 0px 5px 12px 2px rgba(29, 29, 29, 0.1); height: 100%; background: #fff; }
.in_news ul li .img  { overflow: hidden; }
.in_news ul li .img img { width: 100%; transform: scale(1, 1); -webkit-transform: scale(1, 1);
	transition: all 0.6s; -webkit-transition: all 0.6s; }
.in_news ul li .text { padding: 30px; }
.in_news ul li .text strong { font-size: 14px; color: #999999; }
.in_news ul li .text h3 { color: #3d3d3d; font-size: 20px; margin-top: 5px; line-height: 30px; }
.in_news ul li .text_last { text-align: center; margin-top: 15px; }
.in_news ul li .text_last .m_link_1 { margin: 0 auto; text-align: center; }
.in_news ul li .link:hover .img img { transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1); }
.in_news ul li .link:hover .text h3 { color: #cd24b5; }


.footer_box { background:#0068b7  }
.footer { border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
.footer .item { display: flex; flex-direction: row; justify-content:space-between; align-items: center; padding: 30px 0px; position: relative; }
.footer .item .nav { letter-spacing: -5px; }
.footer .item .nav a { display: inline-block; vertical-align: middle; color: #ededed; font-size: 16px; padding: 0px 17px 0px 16px;
	position: relative; letter-spacing: 0px; }
.footer .item .nav a:after { content: ''; background: #ededed; position: absolute; height: 16px; right: 0px; top: 3px; width: 1px; }
.footer .item .nav a:last-child { padding-right: 0px; }
.footer .item .nav a:last-child:after { display: none; }
.footer .item .nav a:hover { color: #fff; text-decoration: underline; }
.footer .item .icon a { display: inline-block; vertical-align: middle; margin-left: 10px; }

.footer .wx { width: 80px; height: 80px; position: absolute; right: 110px; top: 10px; }
.footer .wx:after { content: ''; position: absolute; right: -12px; top: 50%; border: 6px solid; border-color: transparent  transparent  transparent #fff; margin-top: -6px; }


.footer_fot {  padding: 18px 0px; text-align: center; font-size: 16px; color: #ffffff; }
.footer_fot a { color: #fff; }


.banner_x { height: 180px; display: flex; align-items: center; justify-content: center; }
.banner_x h2 { font-size: 40px; color: #fff; text-shadow: 0 0 10px rgba(0,0,0,1); }
.banner_x_but img { margin: 0 auto; }

.banner_x1 { height: 320px; }


/* 内容 */

.modular { padding: 20px 0px 50px; display: flex; flex-direction: row; }
.modular .fl { width: 68%; }
.modular .fl .tit {  position: relative; width: 100%; overflow: hidden; }
.modular .fl .tit strong { font-size: 22px; color: #0883CE; background: #fff; position: relative; z-index: 9; padding-right: 20px; }
.modular .fl .tit:after { content: ''; background: #0883CE; position: absolute; height: 1px; width: 100%; top: 50%; left: 0px; z-index: 0; }

.modular .item .pic_left { float: left; margin: 0px 20px; width: 50%; }
.modular .item .pic_left img { margin: 0 auto; }
.modular .item { margin-top: 30px; }
.modular .item p { font-size: 16px; line-height: 26px; font-family: 'Arial'; margin-top: 20px; color: #444444; }
.modular .item p img { margin: 0 auto; }
.modular .item strong { font-weight: bold; color: #333; }
.modular .item .p1 { padding-top: 20px; padding-bottom: 30px; }
.modular .item .p2 { display: flex; flex-direction: row; }
.modular .item .p2 p { width: 70%; }
.modular .item .p2 .img { width: 30%; }
.modular .item .p3 { padding-top: 15px; }

.modular .item p a { color: #0068b7; font-size: 16px; display: block;  position: relative; padding-left: 13px; line-height: 28px; }
.modular .item p a:before { content: ''; background: #333; width: 4px; height: 4px; border-radius: 50%; position: absolute; left: 0px; top: 50%; margin-top: -2px;  }
.modular .item p a:hover { text-decoration: underline; }

.modular .item_nav { padding-left: 60px; padding-top: 30px; font-family: 'Arial'; }
.modular .item_nav a { color: #0068b7; font-size: 16px; display: block; margin: 8px 0px; position: relative; padding-left: 13px; }
.modular .item_nav a:before { content: ''; background: #333; width: 4px; height: 4px; border-radius: 50%; position: absolute; left: 0px; top: 50%; margin-top: -2px; }
/* .modular .item_nav a:hover { text-decoration: underline; } */

.modular .text { padding-left: 30px; font-size: 16px; font-family: 'Arial'; }
.modular .text h3 { font-size: 16px; font-weight: bold; color: #333;  margin-top: 20px; margin-bottom: 10px; }
.modular .text p { line-height: 28px; position: relative; }


.modular .text_1 { padding-left: 20px; }
.modular .text_1 p { position: relative; padding-left: 15px; }
.modular .text_1 p:before { content: ''; background: #333; width: 8px; height: 1px; position: absolute; left: 0px; top: 12px; }
.modular .text_1 strong { font-weight: bold; color: #333; }
.modular .fr { width: 32%; padding-left: 5%; }
.modular .fr .back { background: #ececec; padding: 20px; padding-bottom: 200px }
.modular .fr .nav a { display: block; padding: 0px 15px; height: 50px; line-height: 50px; color: #0068b7; font-size: 15px;
	border-bottom: 1px solid #e1e1e1; }
.modular .fr .nav a:hover { background: #fff; }
.modular .fr .nav a.active { background: #fff; font-weight: bold; }


.modular_con { padding: 10px 0px 60px; }
.modular_con .pic_left { float: left;  width: 30%; margin-right: 30px; margin-bottom: 20px; margin-top: 20px; }
.modular_con .pic_left img { margin: 0 auto; }
.modular_con strong { font-weight: bold; color: #333; }
.modular_con p { font-size: 16px; line-height: 26px; font-family: 'Arial'; margin-top: 20px; color: #444444; }
.modular_con p img { margin: 0 auto; }
.modular_con .tit { font-size: 24px; }



.company { padding: 40px 0px 60px; }

.m_tit { text-align: center; font-size: 34px; color: #666; position: relative; }
.m_tit strong { position: relative; z-index: 9; background: #fff; padding: 10px 30px; letter-spacing: 3px; }
.m_tit:after { content: ''; width: 100%; height: 1px; background: #666; position: absolute; top: 55%; left: 0px; }


.company .tab_tit { height: 96px; position: relative; margin-top: 40px; display: flex; flex-direction: row; }
.company .tab_tit:before { content: ''; position: absolute; left: 0px; top: 0px; height: 100%; width: 16px; background: url('../image/icon23.png') no-repeat left center; z-index: -1; }
.company .tab_tit:after { content: ''; position: absolute; right: 0px; top: 0px; height: 100%; width: 16px; background: url('../image/icon23.png') no-repeat left center; z-index: -1; }
.company .tab_tit span {  width: 401px; height: 96px; text-align: center; font-size: 18px; padding-top: 20px; cursor: pointer; }
.company .tab_tit span .icon { width: 24px; height: 24px; background: url('../image/icon22.png') no-repeat left top; display: block; margin: 0 auto; margin-bottom: 5px; }
.company .tab_tit span.active .icon  { background: url('../image/icon22_m.png') no-repeat left top; }
.company .tab_tit span.active { color: #015F9D; background: url('../image/img25.jpg') no-repeat center center; }
.company .tab_tit span:hover .icon { background: url('../image/icon22_m.png') no-repeat left top; }
.company .tab_tit span:hover { color: #015F9D;  }

.company .tab_con { background: #eee; margin-top: 50px; padding: 40px; }
.company .tab_con ul li h3 { font-size: 24px; color: #026CB8; padding: 0px 30px; }
.company .tab_con ul li h3 strong { font-size: 17px; color: #333; margin-left: 20px; }
.company .tab_con ul li { margin: 20px 0px; }
.company .tab_con ul li .text {  background: #fff; padding: 20px 30px; border-radius: 5px; margin-top: 15px; position: relative; }
.company .tab_con ul li p {  font-size: 17px;  position: relative; padding-right: 60px;  font-size: 17px; line-height: 30px; min-height: 60px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; transition: 1.1s; }

.company .tab_con ul li .icon { background: url('../image/icon24.png') no-repeat center center; background-size: 30px auto; width: 30px; height: 30px; position: absolute; right: 30px; bottom:30px; cursor: pointer; }
.company .tab_con ul li.active .icon { background: url('../image/icon24_m.png') no-repeat center center; background-size: 30px auto; width: 30px; height: 30px; position: absolute; right: 30px; bottom: 30px; cursor: pointer; }
.company .tab_con ul li.active p { -webkit-line-clamp: 30; }


.report { padding: 40px 0px 60px; }
.report .item { background: #eee; padding: 30px 32px; margin-top: 50px; }
.report .item dl { position: relative;  position: relative; padding: 20px 0px; padding-left: 25%; min-height: 100px; border-bottom: 1px dashed #777777; }
.report .item dl:last-child { border-bottom: none; }
.report .item dl dt { position: absolute;  top: 50%; font-size: 20px; color: #333; left: 30px; margin-top: -13px; }
.report .item dl dd a { font-size: 18px; color: #333; position: relative; display: block; padding-left: 25px; margin: 15px 0px; }
.report .item dl dd a:before { content: ''; background: #026cb8; width: 6px; height: 6px; border-radius: 50%; position: absolute; left: 0px; top: 50%; margin-top: -2px; }
.report .item dl dd a:hover { text-decoration: underline; }
.report .item dl:hover { background: #fff; }


.notice { padding: 40px 0px 40px;  }
.notice .item { background: #eee; padding: 30px 50px; margin-top: 50px; }
.notice .item a { font-size: 18px; color: #333; position: relative; display: block; padding-left: 25px; margin: 15px 0px;  }
.notice .item a:before { content: ''; background: #026cb8; width: 6px; height: 6px; border-radius: 50%; position: absolute; left: 0px; top: 50%; margin-top: -2px;  }
.notice .item a:hover { text-decoration: underline; }

.details { border-top: 10px solid #eeeeee; }
.details .item { padding: 60px 0px; }
.details .tit { border-bottom: 1px dashed #999; padding-bottom: 20px; }
.details .tit h1 { font-size: 32px; color: #333;  }
.details .tit strong { display: block; margin-top: 10px; font-size: 16px; }

.details .con { padding: 0px 30px; }
.details .con p { font-size: 16px; line-height: 26px; margin-top: 25px; }


.lnvestment { padding: 40px 0px 60px; }
.lnvestment .item { background: #eee; padding: 30px 50px; margin-top: 50px;  }
.lnvestment .item dl dt { font-size: 22px; color: #2AAAE2; border-bottom: 1px dashed #999; padding-bottom: 16px; }
.lnvestment .item dl dd { font-size: 17px; color: #333; padding-top: 14px; line-height: 30px; }


.banner_nr { position: relative; }
.banner_nr .tit { height: 360px; display: flex; align-items: center; font-size: 36px; color: #fff; letter-spacing: 3px; }
.banner_nr .con { position: relative; }

.mbx { background: #f5f5f5; }
.mbx .item {  height: 60px; width: 100%;  padding: 0px 20px; display: flex; flex-direction: row; align-items: center; position: relative; /* background:url('../image/icon27.png') no-repeat 98.5% center;  */}
.mbx .item a { display: inline-block; vertical-align: middle; background: url('../image/icon26.png') no-repeat right center; padding-right: 18px; margin-right: 10px; margin-top: -4px; }
.mbx .item a:last-child { background: none; margin-right: 0px; padding-right: 0px; }
.mbx .item a:hover { color: #2a83c8; }
.mbx .item .scroll_top { background: url('../image/icon27.png') no-repeat center center; width: 60px; height: 60px; position: absolute; right: 0px; top: 0px; cursor: pointer; }



.join { padding-bottom: 100px; position: relative; background: #fff; }
.join .had { display: flex; flex-direction: row; justify-content: space-between; padding: 60px 0px 40px; }
.join .had .sel { width: 29%; background: #f6f6f6 url('../image/icon28.png') no-repeat 95% center; font-size: 14px; border: none; height: 50px; line-height: 50px; outline: none; appearance: none; -webkit-appearance: none;
 padding: 0px 20px; }
.join .had .search { width: 34%; height: 50px; background: #f6f6f6; position: relative; padding-right: 60px; }
.join .had .search .txt { width: 100%; height: 50px; background: none; padding-left: 20px;  }
.join .had .search .but { background: url('../image/icon29.png') no-repeat center center; height: 50px; width: 60px; position: absolute; right: 0px; top: 0px; }

.join .list dl dt { display: flex; flex-direction: row; height: 76px; align-items: center;  border-bottom: 1px solid #e6e6e6; cursor: pointer; }
.join .list dl dt span { font-size: 16px; padding: 0px 10px;  }
.join .list dl dt .m1 { width: 30%; padding: 0px 30px; }
.join .list dl dt .m2 { width: 30%; }
.join .list dl dt .m3 { width: 30%; }
.join .list dl dt .click_zk { background: url('../image/icon30.png') no-repeat center center; width: 42px; height: 42px; width: 10%; }
.join .list dl dd { border: 1px solid #e6e6e6; border-top: none; padding: 50px 30px; padding-top: 10px; }
.join .list dl dd p { font-size: 16px; line-height: 32px; margin: 10px 0px; }
.join .list dl dd p strong { font-weight: bold; color: #333; display: block; margin-top: 20px; }
.join .list dl.active dt .click_zk { background: url('../image/icon31.png') no-repeat center center; }
.join .list .tit { display: flex; flex-direction: row; height: 76px; align-items: center;  border-bottom: 2px solid #0080cc; }
.join .list .tit span { font-size: 18px; padding: 0px 10px; }
.join .list .tit .m1 { width: 30%; padding: 0px 30px; }
.join .list .tit .m2 { width: 30%; }
.join .list .tit .m3 { width: 30%; }
.join .list .tit .m4 { width: 10%; text-align: center; }



.pagebox { text-align:center; position: relative; margin-top: 50px;  }
.pagebox ul { line-height: 40px; position: relative; padding: 20px 30px; background: #f5f5f5;  }
.pagebox ul li { display:inline-block; vertical-align: middle;}
.pagebox ul li a {  margin:0px; font-size:16px; color: #000; position:relative; display:block; transition: all 0.6s; -webkit-transition: all 0.6s; -moz-transition: all 0.6s; }
.pagebox ul .page a { height: 40px; width: 40px; border: 1px solid #838383; border-radius: 50%; line-height: 40px; margin: 0px 5px; transition: all 0.6s; -webkit-transition: all 0.6s; -moz-transition: all 0.6s;  }

.pagebox ul .previous a { height: 40px; position: absolute; left: 20px; top: 50%; margin-top: -20px; overflow: hidden; transition: all 0.6s; -webkit-transition: all 0.6s; -moz-transition: all 0.6s; background: url('../image/icon32.png') no-repeat left center; padding-left: 25px; color: #999999; }
.pagebox ul .next a { height: 40px; position: absolute; right: 20px; top: 50%; margin-top: -20px; overflow: hidden; transition: all 0.6s; -webkit-transition: all 0.6s; -moz-transition: all 0.6s; background: url('../image/icon33.png') no-repeat right center; padding-right: 25px; color: #999999;  }

.pagebox ul .previous a:hover { background: url('../image/icon32_m.png') no-repeat left center; color: #cd24b5; }
.pagebox ul .next a:hover { background: url('../image/icon33_m.png') no-repeat right center; color: #cd24b5; }
.pagebox ul li.first { display:none;}
.pagebox ul li.last { display:none;}
.pagebox ul li.page:hover a { color:#cd24b5; background: none; border: 1px solid #cd24b5; }
.pagebox ul li.selected a { color:#fff; background: #cd24b5; border: 1px solid #cd24b5; }



.pagebox1 { text-align:center; position: relative; margin-top: 50px;  }
.pagebox1 #pageID { line-height: 40px; position: relative; padding: 20px 30px; background: #f5f5f5;  }
.pagebox1 ul li { display:inline-block; vertical-align: middle;}

.layui-laypage a, .layui-laypage span { height: 40px; width: 40px; border: 1px solid #838383; border-radius: 50%; line-height: 40px; margin: 0px 5px; transition: all 0.6s; -webkit-transition: all 0.6s; -moz-transition: all 0.6s; position: relative; font-size: 16px; padding: 0px;  }
.layui-laypage .layui-laypage-curr .layui-laypage-em { background: #cd24b5; color: #fff; border-radius: 50%;  }

.layui-laypage>a:first-child, .layui-laypage>a:first-child em { height: 40px; position: absolute; left: 20px; top: 50%; margin-top: -20px; overflow: hidden; transition: all 0.6s; -webkit-transition: all 0.6s; -moz-transition: all 0.6s; background: url('../image/icon32.png') no-repeat left center; padding-left: 25px; color: #999999; display: block; border: none; line-height: inherit; font-size: 14px; width: auto; }
.layui-laypage>a:last-child, .layui-laypage>a:last-child em { height: 40px; position: absolute; right: 20px; top: 50%; margin-top: -20px; overflow: hidden; transition: all 0.6s; -webkit-transition: all 0.6s; -moz-transition: all 0.6s; background: url('../image/icon33.png') no-repeat right center; padding-right: 25px; color: #999999; display: block; border: none; line-height: inherit; font-size: 14px; width: auto; }

.layui-laypage>a:hover:first-child, .layui-laypage>a:hover:first-child em { background: url('../image/icon32_m.png') no-repeat left center; color: #cd24b5; }
.layui-laypage>a:hover:last-child, .layui-laypage>a:hover:last-child em { background: url('../image/icon33_m.png') no-repeat right center; color: #cd24b5; }

.pagebox1 ul li.first { display:none;}
.pagebox1 ul li.last { display:none;}
.pagebox1 ul li.page:hover a { color:#cd24b5; background: none; border: 1px solid #cd24b5; }
.pagebox1 ul li.selected a { color:#fff; background: #cd24b5; border: 1px solid #cd24b5; }




.mack_box { background: url('../image/icon34.png') no-repeat left top; }
.mack_box1 { background:#f5f5f5 url('../image/icon35.png') no-repeat left top; padding-bottom: 100px; }

.mack_buttom { background: url('../image/icon15.png') no-repeat right bottom; }
.mack_box_but { background: #f5f5f5 url('../image/icon15_m.png') no-repeat right bottom; padding: 80px 0px; }


.mack_box_hs { background:#f5f5f5 url('../image/icon35.png') no-repeat left top;  }
.mack_box_hs_but { background:url('../image/icon15_m.png') no-repeat right bottom; padding-bottom: 100px; }



.manufacture { padding: 80px 0px; }
.manufacture .item { background: #fff; padding: 50px 150px; box-shadow: 0px 0px 8px 4px rgba(29, 29, 29, 0.08);  }
.manufacture .item p { font-size: 24px; color: #3d3d3d; line-height: 36px; text-align: center; font-weight: 200; }
.manufacture .item h3 { font-size: 24px; color: #cd24b5; text-align: center; margin-top: 25px; font-weight: 200; }

.manufacture .list { overflow: hidden; padding-top: 40px; }
.manufacture .list ul { display: flex; flex-direction: row; margin-left: -27px; margin-right: -27px; flex-wrap: wrap; }
.manufacture .list ul li { width: 20%; padding: 0px 20px; }
.manufacture .list ul li .text { text-align: center; }
.manufacture .list ul li .text .img { background: #f5f5f5; height: 120px; display: flex; align-items: center; justify-content: center; }
.manufacture .list ul li .text p { font-size: 18px; color: #333333; padding: 18px 0px; border-bottom: 2px solid #0068b7; height:2.8em; line-height: 1.4em; box-sizing: content-box; }

.manufacture h6 { font-size: 18px; color: #3d3d3d; margin-top: 70px; line-height: 32px; }
.manufacture .tit h3 { font-size: 30px; color: #212121; }
.manufacture .tit p { font-size: 16px; margin-top: 20px; line-height: 26px; }

.manufacture .dow { display: flex; flex-direction: row; justify-content: space-between; padding-top: 80px; align-items: center; }
.manufacture .dow .img { width: 48.4%; box-shadow: 0px 0px 5px 5px rgba(29, 29, 29, 0.1); }
.manufacture .dow .img img { width: 100%; }
.manufacture .dow .text { width: 47%; font-size: 16px; color: #666666; line-height: 28px; text-align: justify; }


.manufacture1 {  overflow: hidden; }
.manufacture1 .tit { font-size: 30px; color: #212121; }

.manufacture1 ul { display: flex; flex-direction: row; margin-left: -27px; margin-right: -27px; flex-wrap: wrap; margin-top: 40px; }
.manufacture1 ul li { width: 25%; padding: 0px 27px; position: relative;  }
.manufacture1 ul li .item { border-bottom: 2px solid #0068b7; height: 100%; }
.manufacture1 ul li .img { overflow: hidden; box-shadow: 0px 0px 6px 4px rgba(29, 29, 29, 0.1); }
.manufacture1 ul li .img img { transition: all 0.6s; -webkit-transition: all 0.6s; transform: scale(1, 1); -webkit-transform: scale(1, 1); }
.manufacture1 ul li .text { padding: 25px 0px;  }
.manufacture1 ul li .text h3 { font-size: 24px; color: #333333; }
.manufacture1 ul li .text p { font-size: 16px; line-height: 28px; margin-top: 15px; color: #666666; letter-spacing: 1px; }
.manufacture1 ul li .item:hover .img img { transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1); }
.manufacture1 ul li .item:hover h3 { color: #0068b7; }


.manufacture2 { padding-top: 30px; }
.manufacture2 .link { display: block; font-size: 18px; border-bottom: 1px solid #dedede; padding: 25px 0px; background: url('../image/icon36.png') no-repeat left center; padding-left: 30px; position: relative; color: #333333; transition: all 0.6s; -webkit-transition: all 0.6s; padding-right: 40px; }
.manufacture2 .link:after { content: ''; background: url('../image/icon37.png') no-repeat right center; width: 20px; height: 20px; position: absolute; right: 0px; top: 50%; margin-top: -10px; }
.manufacture2 .link:hover { color: #0068b7; padding-left: 40px; }
.manufacture2 ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.manufacture2 ul li{
  width: 48%;
}


.manufacture_back { background: url('../image/icon15.png') no-repeat bottom right; }

.respons_back { background: url('../image/icon34.png') no-repeat left top; }

.respons { padding: 80px 0px; }
.respons h2 { font-size: 24px; font-weight: 200; color: #3d3d3d; text-align: center; }
.respons h3 { font-size: 24px; font-weight: 200; color: #3d3d3d; }
.respons .item { margin-top: 40px; flex-direction: row; display: flex; background: #f4f4f4;  }
.respons .item .img { width: 50%; box-shadow: 0px 0px 8px 5px rgba(29, 29, 29, 0.1); }
.respons .item .img img {width: 100%;height: 100%; object-fit: cover;}
.respons .item .text { width: 50%; padding: 50px 70px; display: flex; justify-content: center; flex-direction: column; }
.respons .item .text h3 { font-size: 28px; color: #333333; }
.respons .item .text strong { font-size: 20px; display: block; color: #333333; margin-top: 20px; }
.respons .item .text p { font-size: 16px; color: #666666; margin-top: 10px; line-height: 26px; }
.respons .item .text p a { color: #0068b7; }
.respons .item .text p a:hover { text-decoration: underline; }


.respons_back1 { background: #f7f7f7; padding: 70px 0px; }

.respons1 .tit { font-size: 32px; color: #333333; border-bottom: 1px solid #dcdcdc; padding-bottom: 20px; }
.respons1 .list ul li { cursor: pointer; }
.respons1 .list ul li .text { display: none; }
.respons1 .list ul li { border-bottom: 1px solid #e0e0e0; padding: 32px 0px 32px 0px; position: relative; padding-left: 100px; background: url('../image/icon43.png') no-repeat 98% center; padding-right: 60px; }
.respons1 .list ul li .img { position: absolute; left: 20px; top: 15px; width: 60px; height: 60px; }
.respons1 .list ul li .img .icon2 { display: none; }
.respons1 .list ul li h3 { font-size: 20px; color: #333; }
.respons1 .list ul li .text { margin-top: 15px; }
.respons1 .list ul li .text p { position: relative;  font-size: 16px; line-height: 26px; }
.respons1 .list ul li.active { background: url('../image/icon31.png') no-repeat 98% center;  }
.respons1 .list ul li.active .img .icon1 { display: none; }
.respons1 .list ul li.active .img .icon2 { display: block; }
.respons1 .list ul li.active h3 { color: #cd24b5; }

.a_respons1 .list ul li { padding-left: 0px; }



.respons2 { padding: 80px 0px; }
.respons2 ul li { display: flex; flex-direction: row; }
.respons2 ul li:nth-child(2n+1) {  flex-direction: row-reverse; }
.respons2 ul li .text { display: flex;  width: 50%; flex-direction: column; justify-content: center; padding: 50px 4%; }
.respons2 ul li .text h3 { font-size: 28px; color: #000;  }
.respons2 ul li .text p { margin-top: 10px; color: #666666; font-size: 16px; line-height: 28px; }
.respons2 ul li .text p strong { color: #333; font-size: 20px; }
.respons2 ul li .img { width: 50%; box-shadow: 0px 0px 8px 5px rgba(29, 29, 29, 0.1); }
.respons2 ul li .img img { object-fit: cover; height: 100%; }

.details .tit h1 { font-size: 28px; }
.lnvestment .item dl dd { font-size: 16px; }


.team { padding: 40px 0px; overflow: hidden; }
.team ul { margin-left: -20px; margin-right: -20px; display: flex; flex-direction: row; flex-wrap: wrap; padding: 10px; }
.team ul li { width: 100%; padding: 20px; }
.team ul li .item { box-shadow: 0px 0px 8px 3px rgba(29, 29, 29, 0.1); display: flex; flex-direction: row;  height: 100%}
.team ul li .item .img { width: 24%; height: 100%}
.team ul li .item .img img { width:100%;height: 100%; object-fit: cover; }


.team ul li .item .text { flex: 1; padding: 40px; padding-bottom: 170px; position: relative; background: #fff;  padding-top: 95px; padding-right: 120px; padding-left: 73px}
.team ul li .item .text h3 { font-size: 24px; color: #333; }
.team ul li .item .text strong { font-size: 16px; display: block; margin-top: 8px; }
.team ul li .item .text .more { font-size: 15px; color: #999999; margin-top: 30px; cursor: pointer; position: absolute; bottom: 40px; }
.team ul li .item .text .more:after { content: ''; background: url('../image/icon44.png') no-repeat left center; width: 6px; height: 10px; display: inline-block; vertical-align: middle; margin-left: 8px; margin-top: -2px; }
.team ul li .item .text .more.active { color: #cd24b5; }
.team ul li .item .text .more.active:after { content: ''; background: url('../image/icon44_m.png') no-repeat left center; width: 10px; height: 6px; display: inline-block; vertical-align: middle; margin-left: 8px; margin-top: -2px; }


.scroll_more { font-size: 16px; line-height: 26px; margin-top: 35px; text-align: justify;  padding-right: 20px;  }
.scroll_more.active { display: block; height: 130px; overflow: auto; }


.scroll_more::-webkit-scrollbar {
    width: 3px;
}

.scroll_more::-webkit-scrollbar-track {
    background: #e1e1e1;
    border-radius: 5px;
}

.scroll_more::-webkit-scrollbar-thumb {
    background: #0068b7;
    border-radius: 5px;
}


.scroll_more::-webkit-scrollbar-button {
    display: none;
}


.contact { padding: 60px 0px; }
.contact .tit { font-size: 30px; color: #212121; }

.contact .list { overflow: hidden; margin-top: 20px; }
.contact .list ul { display: flex; flex-direction: row; flex-wrap: wrap; margin-left: -20px; margin-right: -20px; }
.contact .list ul li { width: 50%; padding: 20px; }
.contact .list ul li .item { background: #f5f5f5; display: flex; flex-direction: row; padding: 30px; align-items: center; height: 100%; }
.contact .list ul li .item .text { width: 51.4%; padding-right: 20px; }
.contact .list ul li .item .text h3 { font-size: 24px; color: #333; margin-bottom: 12px; }
.contact .list ul li .item .text p { font-size: 16px; line-height: 28px; color: #6e6e6e; word-wrap: break-word; }
.contact .list ul li .item .img { width: 48.6%; box-shadow: 0px 0px 8px 5px rgba(29, 29, 29, 0.1); }
.contact .list ul li .item .img img { width: 100%; height: 100%; object-fit: cover; }


.contact1_box { background: #f5f5f5 url('../image/icon15_m.png') no-repeat right bottom; padding: 60px 0px; }

.contact1 { overflow: hidden; }
.contact1 ul { display: flex; flex-direction: row; flex-wrap: wrap; margin-left: -20px; margin-right: -20px;  }
.contact1 ul li { width: 50%; padding: 20px; }
.contact1 ul li h3 { color: #212121; font-size: 30px; }
.contact1 ul li .item { background: #fff; box-shadow: 0px 0px 8px 5px rgba(29, 29, 29, 0.05); margin-top: 25px; padding: 30px; display: flex; flex-direction: row; align-items: center;  }
.contact1 ul li .item .text { width: 51.4%; padding-right: 20px;  }
.contact1 ul li .item .text p { font-size: 16px; color: #6e6e6e; line-height: 26px; }
.contact1 ul li .item h4 { color: #4c4c4c; font-size: 16px; margin-top: 10px; }
.contact1 ul li .item h4 strong { color: #0068b7; font-weight: bold; }
.contact1 ul li .item .img { width: 48.6%; box-shadow: 0px 0px 8px 5px rgba(29, 29, 29, 0.1); }
.contact1 ul li .item .img img { width: 100%; }

.about { display: flex; padding: 80px 0px; flex-direction: row-reverse; justify-content: space-between; align-items: center; }
.about .text { width: 38%; }
.about .text h3 { font-size: 30px; color: #333333; }
.about .text p { font-size: 16px; line-height: 28px; margin-top: 15px; text-align: justify; }
.about .img { width: 56.2%;  }

.about1 { background: url('../image/img58.jpg') no-repeat center center; background-attachment: fixed; padding: 150px 10px;
text-align: center; cursor: pointer; background-size: cover; }
.about1 .icon img { margin: 0 auto; }
.about1 h3 { font-size: 18px; color: #fff; margin-top: 15px; }


.about2 { padding: 80px 0px 80px; position: relative; }
.about2 .tit { font-size: 30px; text-align: center; color: #333333; }

.about_next { outline: none; }
.about_prev { outline: none; }

.about_swp_box { padding: 30px 180px; position: relative; }
.about_swp .swiper-slide { padding: 20px; }
.about_swp .swiper-slide .item { background: #eff8ff; box-shadow: 0px 0px 10px 3px rgba(29, 29, 29, 0.1); display: flex; flex-direction: row; }
.about_swp .swiper-slide .item .img { width: 50%; }
.about_swp .swiper-slide .item .text { width: 50%; padding: 50px; }
.about_swp .swiper-slide .item .text h3 { font-size: 48px; color: #333333; }
.about_swp .swiper-slide .item .text h3 span { font-size: 24px; }
.about_swp .swiper-slide .item .text p { font-size: 16px; color: #4c4c4c; margin-top: 10px; line-height: 26px; }


.about2 .about_pag { width: 100%; position: relative; }
.about2 .about_pag:before { content: ''; position: absolute; left: 0px; bottom: 19px; height: 1px;
width: 100%; background: rgba(238, 238, 238, 1); z-index: -1; }
.about2 .swiper-pagination-bullet { width: auto; background: none; color: #999999; opacity: 1; font-size: 16px; margin: 0px 3% !important; padding-right: 10px; position: relative; transition: all 0.6s; -webkit-transition: all 0.6s; z-index: 9; background: #fff; height: auto; border-radius: 0px; padding: 5px 10px 7px 0px; border: 1px solid #fff;  outline: none; }
.about2 .swiper-pagination-bullet-active {  background: rgb(205, 36, 181,0.1); color: #cd24b5; border: 1px solid rgba(205, 36, 181, 1); border-radius: 40px; padding: 5px 30px 7px 0px; box-shadow: 0px 5px 5px 1px rgb(205 36 181 / 10%); }
.about2 .swiper-pagination-bullet:before { content: ''; background: #cd24b5; width: 6px; height: 6px; border-radius: 50%; display: inline-block; vertical-align: middle; margin-top: -5px; margin-right: 8px; margin-left: -3px; }
.about2 .swiper-pagination-bullet-active:before { background: #cd24b5;  margin-right: 30px; }

.about_next { background: none; text-align: center; right:80px; }
.about_next strong { font-size: 24px; color: #999999; }
.about_next .icon { background: url('../image/icon46.png') no-repeat left center; width: 46px; height: 46px; display: block; margin-top: 10px; margin-left: 4px; }

.about_prev { background: none; text-align: center; left:50px; }
.about_prev strong { font-size: 24px; color: #999999; }
.about_prev .icon { background: url('../image/icon47.png') no-repeat left center; width: 46px; height: 46px; display: block; margin-top: 10px; margin-left: 4px; }

.about3 { overflow: hidden; padding-bottom: 10px; }
.about3 ul { display: flex; flex-direction: row; flex-wrap: wrap; }
.about3 ul li { width: 25%; padding: 0px 27px; }
.about3 ul li .link { display: block; box-shadow: 0px 0px 12px 5px rgba(29, 29, 29, 0.06); }
.about3 ul li .link .img { overflow: hidden; }
.about3 ul li .link .img img { width: 100%; transition: all 0.6s; -webkit-transition: all 0.6s;
  transform: scale(1, 1);  -webkit-transform: scale(1, 1); }

.about3 ul li .text { background: #fff; padding: 25px 25px; position: relative; }
.about3 ul li .text h3 { font-size: 20px; color: #3d3d3d; transition: all 0.6s; -webkit-transition: all 0.6s; }
.about3 ul li .text strong { position: absolute; right: 25px; top: 30px; font-size: 14px; color: #cd24b5; font-weight: bold; }
.about3 ul li .text strong i { background: #cd24b5; width: 6px; height: 6px; border-radius: 50%; display: inline-block; vertical-align: middle; margin-left: 10px; }
.about3 ul li .link:hover .img img { transform: scale(1.1, 1.1);  -webkit-transform: scale(1.1, 1.1); }
.about3 ul li .link:hover .text h3 { color: #cd24b5; }


.global { padding: 80px 0px; }
.global .tit { font-size: 24px; line-height: 38px; text-align: center; font-weight: 200; }

.global .item { margin-top: 100px; display: flex; flex-direction: row; justify-content: space-between; }
.global .item .fl { width: 32%; }
.global .item .fr { width: 61.5%; }

.global .item .tab_tit { border-bottom: 1px solid #dedede; padding-bottom: 28px; }
.global .item .tab_tit span { display: inline-block; vertical-align: top; font-size: 18px; margin-right: 30px; cursor: pointer; }
.global .item .tab_tit span.active { color: #cd24b5; position: relative; }
.global .item .tab_tit span.active:after { content: ''; width: 4px; height: 4px; background: #cd24b5; position: absolute; left: 50%; margin-left: -2px; bottom: -10px; border-radius: 50%; }

.global .item .tab_con dl { padding: 30px 0px; border-bottom: 1px solid #dedede; }
.global .item .tab_con dl dt { display: flex; flex-direction: row; align-items: center; cursor: pointer; }
.global .item .tab_con dl dt .img { display: block; width: 40px; height: 30px; box-shadow: 0px 0px 5px 3px rgba(29, 29, 29, 0.1); }
.global .item .tab_con dl dt .img img{width: 100%;height: 100%;}
.global .item .tab_con dl dt strong { font-size: 20px; margin-left: 15px; }

.global .item .tab_con dl dd { padding: 0px 0px; padding-left: 55px; padding-top: 8px; }
.global .item .tab_con dl dd ul li h3 { font-size: 18px; color: #3d3d3d; cursor: pointer; }
.global .item .tab_con dl dd ul li h3.active { color: #cd24b5; }
.global .item .tab_con dl dd ul li { padding: 20px 0px; border-bottom: 1px solid #dedede; }
.global .item .tab_con dl dd ul li .con { margin-top: 20px; display: flex; flex-direction: row; }
.global .item .tab_con dl dd ul li .con .pic { width: 120px; height: 110px; box-shadow: 0px 0px 5px 3px rgba(29, 29, 29, 0.1); overflow: hidden;}
.global .item .tab_con dl dd ul li .con .pic img{ width: 100%; height: auto;}
.global .item .tab_con dl dd ul li .con .text { flex: 1; padding-left: 20px; }
.global .item .tab_con dl dd ul li .con .text a { color: #3366ff; }
.global .item .tab_con dl dd ul li .con .text p { font-size: 16px; line-height: 24px; }
.global .item .tab_con dl dd ul li .con .text h6 { color: #0068b7; margin-top: 18px; font-size: 16px; }
.global .item .tab_con dl dd ul li:last-child { border-bottom: none; padding-bottom: 0px; }



.activity { padding: 80px 8px 80px; overflow: hidden; position: relative;  }
.activity .tit { font-size: 30px; color: #212121; margin-bottom: 40px; }
.activity ul { display: flex; flex-direction: row; margin-left: -24px; margin-right: -24px; flex-wrap: wrap; }
.activity ul li { width: 25%; padding: 0px 24px; }
.activity ul li .link { display: block; box-shadow: 0px 5px 12px 2px rgba(29, 29, 29, 0.1); height: 100%; background: #fff; position: relative; height: 100%; }
.activity ul li .img  { overflow: hidden; }
.activity ul li .img img { width: 100%; transform: scale(1, 1); -webkit-transform: scale(1, 1);
  transition: all 0.6s; -webkit-transition: all 0.6s; }
.activity ul li .text { padding: 20px 30px 0px; position: relative; padding-bottom: 60px; }
.activity ul li .text strong { font-size: 14px; color: #999999; position: absolute; bottom: 25px; }
.activity ul li .text h3 { color: #3d3d3d; font-size: 20px; margin-top: 5px; line-height: 30px; min-height: 60px; }
.activity ul li .text_last { text-align: center; margin-top: 15px; }
.activity ul li .text_last .m_link_1 { margin: 0 auto; text-align: center; }
.activity ul li .link:hover .img img { transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1); }
.activity ul li .link:hover .text h3 { color: #cd24b5; }


.news { padding: 80px 0px; display: flex; flex-direction: row; position: relative; justify-content: space-between; }
.news .fl { width: 15%; border-left: 2px solid #0068b7; height: 100%; padding-left: 35px; }
.news .fl h3 { font-size: 30px; color: #333; }
.news .fl .tit { margin-top: 40px; }
.news .fl .tit a { font-size: 18px; color: #666666; display: block; margin-top: 25px; position: relative; transition: all 0.6s;
  -webkit-transition: all 0.6s; }
.news .fl .tit h6 { margin-top: 50px; cursor: pointer; color: #cd24b5; font-weight: bold; display: inline-block; }
.news .fl .tit h6:hover { color: #0068b7; }

.news .fl .tit a.active { color: #0068b7; padding-left: 15px;  }
.news .fl .tit a.active:before { content: ''; background: #0068b7; width: 6px; height: 6px; border-radius: 50%; margin-top: -4px; position: absolute; left: 0px; top: 50%; margin-top: -3px;  }


.news .fr { width: 75%; }
.news .fr .had { background: #f5f5f5; padding: 40px; flex-direction: row; display: flex; justify-content: space-between; align-items: center; }
.news .fr .had .img { width: 47.3%; }
.news .fr .had .text { width: 48%; }
.news .fr .had .text strong { font-size: 14px; color: #999999; }
.news .fr .had .text h3 { font-size: 30px; color: #3d3d3d; margin-top: 10px; line-height: 40px; }

.news .fr .list ul li .link { padding: 30px; border-bottom: 1px solid #dbdbdb; display: block; position: relative; transition: all 0.6s;
  -webkit-transition: all 0.6s; }
.news .fr .list ul li .link strong { font-size: 16px; display: block; color: #999999; word-wrap: break-word; }
.news .fr .list ul li .link h3 { font-size: 20px; margin-top: 10px; color: #333; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding-right: 120px; transition: all 0.6s; -webkit-transition: all 0.6s; }
.news .fr .list ul li .link span { position: absolute; right: 30px; bottom: 30px; }
.news .fr .list ul li .link span:after { content: ''; background: #999999; width: 6px; height: 6px; display: inline-block; vertical-align: middle; margin-left: 8px; border-radius: 50%; margin-top: -2px; transition: all 0.6s; -webkit-transition: all 0.6s; }
.news .fr .list ul li .link:hover { box-shadow: 0px 5px 8px 5px rgba(29, 29, 29, 0.05); }
.news .fr .list ul li .link:hover h3 { color: #cd24b5; }
.news .fr .list ul li .link:hover span { color: #cd24b5; }
.news .fr .list ul li .link:hover span:after { content: ''; background: #cd24b5; width: 6px; height: 6px; display: inline-block; vertical-align: middle; margin-left: 8px; border-radius: 50%; margin-top: -2px; }


.detailscon { padding: 80px 120px 0px; }
.detailscon .tit { text-align: center; }
.detailscon .tit h1 { font-size: 32px; color: #000000; }
.detailscon .tit strong { margin-top: 20px; display: block; }

.detailscon .item { background: #fff; padding: 40px 180px; margin-top: 40px; }
.detailscon .item p { font-size: 16px; line-height: 28px; margin: 25px 0px; }
.detailscon .item .font24 { font-size: 24px; color: #333; }

.return a { font-size: 16px; color: #999999; background: url('../image/icon48.png') no-repeat left center; padding-left: 28px;
transition: all 0.6s; -webkit-transition: all 0.6s; }
.return a:hover { color: #cd24b5; background: url('../image/icon48_m.png') no-repeat left center; }


.culture { padding: 80px 0px; }
.culture ul li { display: flex; flex-direction: row; background: #f5f5f5; }
.culture ul li:nth-child(2n) {  flex-direction: row-reverse; }
.culture ul li .text { display: flex;  width: 50%; flex-direction: column; justify-content: center; padding: 50px 4%; }
.culture ul li .text h3 { font-size: 28px; color: #000;  }
.culture ul li .text .con { margin: 20px 0px; }
.culture ul li .text p {  color: #666666; font-size: 16px; line-height: 28px; }
.culture ul li .text p span { color: #cd24b5; cursor: pointer; }
.culture ul li .text p strong { color: #333; font-size: 24px; display: block; margin-bottom: 10px; }
.culture ul li .text p strong:hover { color: #0068b7; }
.culture ul li .img { width: 50%; box-shadow: 0px 0px 8px 5px rgba(29, 29, 29, 0.1); }
.culture ul li .img img { object-fit: cover; height: 100%; width: 100%; }



.culture_back { position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); z-index: 100; }

.culture_tc { position: fixed; top: 0px; left: 0px; z-index: 101; width: 100%;  }
.culture_tc .item_box { display: flex; align-items: center; justify-content: center; height: 100vh; }
.culture_tc .item { background: #fff; padding: 80px; max-height: 90%; overflow: auto; }
.culture_tc .item dl { position: relative; padding-left: 200px; }
.culture_tc .item dl dt { position: absolute; left: 0px; font-size: 24px; color: #333; }
.culture_tc .item dl dd p { margin-bottom: 20px; font-size: 16px; line-height: 26px; }
.culture_tc .item dl dd p strong { color: #cd24b5; font-weight: bold; }
.culture_tc .item .dow { text-align: center; font-size: 18px; margin-top: 60px; cursor: pointer; }
.culture_tc .item .dow em { display: block; margin-top:5px; }
.culture_tc .item .dow img { margin: 0 auto; }

.cul_click { cursor: pointer; }


.chongtu { padding: 40px 0px 60px; }
.chongtu .con { margin-top: 40px; }
.chongtu .con p strong { color: #0068b7; font-size: 18px; margin-top: 20px; display: block; margin-bottom: 10px; }
.chongtu .con p { font-size: 16px; line-height: 28px; margin-top: 20px; }
.chongtu .con p a { color: #551a8b; }
.chongtu .con p a:hover { text-decoration: underline; }


.chongtu1 { padding: 80px 0px; display: flex; flex-direction: row; align-items: center; }
.chongtu1 .img { width: 50%; }
.chongtu1 .img img { box-shadow: 0px 0px 8px 8px rgba(0, 0, 0, 0.1); }
.chongtu1 .text { width: 50%; padding-left: 60px; }
.chongtu1 .text p strong { font-size: 30px;  display: block; color: #333; margin-bottom: 20px; display: block; }
.chongtu1 .text p { margin: 15px 0px; font-size: 16px; line-height: 26px; }

.chongtu2 { display: flex; flex-direction: row-reverse; align-items: center; }
.chongtu2 .img { width: 50%; }
.chongtu2 .img img { box-shadow: 0px 0px 8px 8px rgba(0, 0, 0, 0.1); }
.chongtu2 .text { width: 50%; padding-right: 60px; }
.chongtu2 .text p strong { font-size: 30px;  display: block; color: #333; margin-bottom: 20px; display: block; }
.chongtu2 .text p { margin: 15px 0px; font-size: 16px; line-height: 26px; }



/* 2021年4月6日 16:00:17*/

.document_c{
    width: 100%;
}
.document_c_w{
    text-align: center;
}
.document_c strong{
    text-align: center;
    line-height: 28px;
    font-size: 22px;
    color: #0883CE;
}
.document_c_l{
    margin-top: 50px;
}
.document_c_l_i{
    display: flex;
    flex-direction: column;
}
.document_c_l_i a{
    border-left: 1px dashed #e1e1e1;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 62px;
    min-height: 64px;
    font-size: 18px;
    color: #222;
}
.document_c_l_i a:hover{

}


.document_c_p{
    width: 100%;
}
.document_c_p_w{
    text-align: left;
    color: #222222;
    line-height: 28px;
    font-size: 22px;
}
.document_c_p strong{
    text-align: left;
    color: #222222;
    line-height: 28px;
    font-size: 22px;
}
.document_c_p_l{
    margin-top: 50px;
}
.document_c_p_l_i{
    display: flex;
    flex-direction: column;
}
.document_c_p_l_i > div{
    display: flex;
    justify-content: space-between;
}
.document_c_p_l_i a{
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 5px;
    min-height: 50px;
    justify-content: space-between;
    padding-right: 50px;
    line-height: 28px;
    font-size: 16px;
    color: #444444;
}
.download-item:nth-child(odd){
    background-color: #CCCCCC;
}

.ztechInfo .item { color: #fff; width: 50%; padding: 75px 0px;  }
.ztechInfo .item h3 { font-size:30px; margin-bottom: 25px; margin-top: 40px; }
.ztechInfo .item p { font-size: 16px; line-height: 30px; }
.ztechInfo .item p strong { display: block; font-size: 30px; color: #ffffff; margin-bottom: 20px; }
.ztechInfo .item ul { display: flex; flex-direction: row; margin-top: 40px; justify-content: center; }
.ztechInfo .item ul li { text-align: center; margin: 0px 6%; }
.ztechInfo .item ul li strong { display: block; font-size: 16px; margin-top: 15px; }


.ztechInfo4 .item { color: #fff; width: 50%; padding: 35px 0px 75px;  }
.ztechInfo4 .item h3 { font-size:30px; margin-bottom: 25px; margin-top: 40px; }
.ztechInfo4 .item p { font-size: 16px; line-height: 30px; }
.ztechInfo4 .item p strong { display: block; font-size: 30px; color: #ffffff; margin-bottom: 25px; margin-top: 40px; }



.ztechInfo1 { padding: 75px 0px; }
.ztechInfo1 h3 { font-size: 30px; color: #000000; text-align: center; }
.ztechInfo1 .item { display: flex; flex-direction: row; justify-content: space-between; margin-top: 50px; }
.ztechInfo1 .item .img { width: 46.7%; }
.ztechInfo1 .item .list { width: 46%; display: flex; justify-content: center; flex-direction: column; }
.ztechInfo1 .item .list p { background: url('../image/aicon4.png') no-repeat left center; padding-left: 40px;
font-size: 18px; line-height: 55px; }

.ztechInfo2 { padding: 75px 0px; }
.ztechInfo2 h3 { font-size: 30px; color: #fff; text-align: center; }
.ztechInfo2_swp { margin-top: 50px; padding-bottom: 60px; }
.ztechInfo2_swp .swiper-slide .link { display: block; }
.ztechInfo2_swp .swiper-slide p { background: #fff; text-align: center; font-size: 18px; padding: 14px 0px; }
.ztechInfo2_swp .swiper-slide .img { overflow: hidden; height: 170px; }
.ztechInfo2_swp .swiper-slide .img img { width: 100%; height: 100%; object-fit: cover; transform: scale(1, 1); -webkit-transform: scale(1, 1);
	transition: all 0.6s; -webkit-transition: all 0.6s; }
.ztechInfo2_swp .swiper-slide .link:hover .img img { transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1); }
.ztechInfo2_swp .swiper-slide .link:hover p { color: #0068b7; }
.ztechInfo2_swp .swiper-pagination-bullet { width:10px; height:10px; background:#fff; margin:0px 5px !important; opacity:1; outline:none;}
.ztechInfo2_swp .swiper-pagination-bullet-active { background:#1b72c4; }


.ztechInfo3 { padding: 75px 0px; }
.ztechInfo3 h3 { font-size: 30px; color: #000; text-align: center; }
.ztechInfo3 .list { overflow: hidden; margin-top: 35px; }
.ztechInfo3 .list ul { display: flex; flex-direction: row; flex-wrap: wrap; margin-left: -15px; margin-right: -15px; }
.ztechInfo3 .list ul li { width: 33.33%; padding: 15px; }
.ztechInfo3 .list ul li .link { display: block; }
.ztechInfo3 .list ul li p { background: #fff; margin-top: 25px; font-size: 18px; text-align: center; }
.ztechInfo3 .list ul li .img { height: 300px; overflow: hidden; }
.ztechInfo3 .list ul li .img img { width: 100%; height: 100%; object-fit: cover; transform: scale(1, 1); -webkit-transform: scale(1, 1);
	transition: all 0.6s; -webkit-transition: all 0.6s; }
.ztechInfo3 .list ul li .link:hover .img img { transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1); }
.ztechInfo3 .list ul li .link:hover p { color: #0068b7; }


.ztechInfo5 { padding: 75px 0px; }
.ztechInfo5 h3 { font-size: 30px; color: #000; text-align: center; }
.ztechInfo5 .list { overflow: hidden; margin-top: 35px; }
.ztechInfo5 .list ul { display: flex; flex-direction: row; flex-wrap: wrap; margin-left: -15px; margin-right: -15px; }
.ztechInfo5 .list ul li { width: 33.33%; padding: 15px; }
.ztechInfo5 .list ul li .link { display: block; }
.ztechInfo5 .list ul li p { background: #fff; margin-top: 20px; font-size: 18px; text-align: center; }
.ztechInfo5 .list ul li .img { height: 175px; overflow: hidden; }
.ztechInfo5 .list ul li .img img { width: 100%; height: 100%; object-fit: cover; transform: scale(1, 1); -webkit-transform: scale(1, 1);
	transition: all 0.6s; -webkit-transition: all 0.6s; }
.ztechInfo5 .list ul li .link:hover .img img { transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1); }
.ztechInfo5 .list ul li .link:hover p { color: #0068b7; }


.ztechInfo6 { padding: 75px 0px; }
.ztechInfo6 h3 { text-align: center; font-size: 30px; color: #000000; }
.ztechInfo6 .list { margin-top: 50px; }
.ztechInfo6 .list ul { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; }
.ztechInfo6 .list ul li { width: 48%; }
.ztechInfo6 .list ul li .link { font-size: 18px; display: block; border-bottom: 1px solid #dedede; padding: 22px 0px; background: url('../image/aicon6.png') no-repeat 95% center; position: relative; padding-left: 32px; padding-right: 80px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ztechInfo6 .list ul li .link:before { content: ''; background: url('../image/aicon5.png') no-repeat left center; width: 18px; height: 22px; position: absolute; left: 0px; top: 50%; margin-top: -11px; }
.ztechInfo6 .list ul li .link:hover { color: #0068b7; }


.zcompany { padding: 80px 0px; }
.zcompany .list { overflow: hidden; margin-top: 20px; }
.zcompany .list ul { margin-left: -20px; margin-right: -20px; display: flex; flex-direction: row; justify-content: space-between;
  flex-wrap: wrap; }
.zcompany .list ul li { width: 50%; padding: 20px; }
.zcompany .list ul li .item { background: #f5f5f5; padding: 50px; height: 100%; }
.zcompany .list ul li .item .tit { border-left: 2px solid #cd24b5; padding-left: 20px; }
.zcompany .list ul li .item .tit h3 { font-size: 24px; color: #333333; font-weight: bold; }
.zcompany .list ul li .item .tit strong { font-size: 16px; color: #666666; display: block; margin-top: 5px; }
.zcompany .list ul li .item .text { padding-left: 22px; }
.zcompany .list ul li .item .text p { font-size: 16px; line-height: 26px; margin-top: 20px;
  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
.zcompany .list ul li .item .more { padding-left: 22px; margin-top: 20px; cursor: pointer; }
.zcompany .list ul li .item .more:after { content: ''; background: url('../image/aicon7.png') no-repeat center top; display: inline-block; vertical-align: middle; margin-left: 10px; width: 6px; height: 10px; margin-top: -2px; }
.zcompany .list ul li.active .item .text p { -webkit-line-clamp: inherit; }
.zcompany .list ul li.active .item .more { color: #cd24b5; }
.zcompany .list ul li.active .item .more:after { content: ''; background: url('../image/aicon8.png') no-repeat center top; display: inline-block; vertical-align: middle; margin-left: 10px; width: 10px; height: 6px; margin-top: -2px;  }


.m_nav a { font-size: 18px; color: #3d3d3d; display: inline-block; vertical-align: top; margin-right: 40px; position: relative;
  text-align: center; transition: all 0.6s; -webkit-transition: all 0.6s; }
.m_nav a:after { content: ''; width: 4px; height: 4px; margin: 0 auto; margin-top: 10px; border-radius: 50%; background: #fff; display: block; transition: all 0.6s; -webkit-transition: all 0.6s; }
.m_nav a:hover:after { background: #cd24b5; }
.m_nav a:hover { color: #cd24b5; }

.m_nav a.active:after { content: ''; width: 4px; height: 4px; margin: 0 auto; margin-top: 10px; border-radius: 50%; background: #fff; display: block; transition: all 0.6s; -webkit-transition: all 0.6s; }
.m_nav a.active:after { background: #cd24b5; }
.m_nav a.active { color: #cd24b5; }


.zcommittee { padding: 80px 0px; }
.zcommittee .table { border-collapse: collapse; border-spacing: 0; width: 100%; margin-top: 30px; }
.zcommittee .table tr th { font-size: 18px; color: #333333; border-bottom: 2px solid #0080cc; padding: 20px 30px; font-weight: bold; text-align: center; color: #333; }
.zcommittee .table tr td { border-bottom: 1px solid #e6e6e6; padding: 20px 30px; font-size: 16px; text-align: center; }
.zcommittee .table tr td:first-child { text-align: left; font-weight: bold; }


.zgovernment { padding: 80px 0px; }
.zgovernment .list { overflow: hidden; margin-top: 30px; }
.zgovernment .list ul { display: flex; flex-direction: row; margin-left: -15px; margin-right: -15px; flex-wrap: wrap; }
.zgovernment .list ul li { width: 33.33%; padding: 15px; }
.zgovernment .list ul li .item { background: #f5f5f5; padding: 12px; display: flex; flex-direction: row; align-items: center; }
.zgovernment .list ul li .item .img { width: 140px; height: 170px; margin-right: 35px; }
.zgovernment .list ul li .item .img img { width: 100%; height: 100%; object-fit: cover; }
.zgovernment .list ul li .item .text h3 { font-size: 18px; color: #333333; }
.zgovernment .list ul li .item .text .link { font-size: 16px; color: #666666; margin-top: 50px; display: block; }
.zgovernment .list ul li .item .text .link:after { content: ''; background: url('../image/aicon9.png') no-repeat center center; width: 17px; height: 15px; display: inline-block; vertical-align: middle; margin-left: 8px; margin-top: -4px; }
.zgovernment .list ul li .item .text .link:hover { color: #0068b7; text-decoration: underline; }


.m_pd { padding: 80px 0px; }

.lr_box {  display: flex; flex-direction: row; position: relative; justify-content: space-between; margin-top: 50px; }
.lr_box .fl { width: 16%; border-left: 2px solid #0068b7; height: 100%; padding-left: 35px; }
.lr_box .fl h3 { font-size: 30px; color: #333; }
.lr_box .fl .tit { margin-top: 40px; }
.lr_box .fl .tit a { font-size: 18px; color: #666666; display: block; margin-top: 25px; position: relative; transition: all 0.6s;
  -webkit-transition: all 0.6s; }
.lr_box .fl .tit a.active { color: #0068b7; padding-left: 15px;  }
.lr_box .fl .tit a.active:before { content: ''; background: #0068b7; width: 6px; height: 6px; border-radius: 50%; margin-top: -4px; position: absolute; left: 0px; top: 50%; margin-top: -3px;  }

.lr_box .fr { width: 75%; }

.zreport .list ul li { width: 100%; }
.zreport .list ul li .link { font-size: 16px; display: block; border-bottom: 1px solid #dedede; padding: 25px 0px; background: url('../image/aicon6.png') no-repeat 97% center; position: relative; padding-left: 64px; padding-right: 80px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.zreport .list ul li .link:before { content: ''; background: url('../image/aicon5.png') no-repeat left center; width: 18px; height: 22px; position: absolute; left: 30px; top: 50%; margin-top: -11px; }
.zreport .list ul li .link:hover { color: #0068b7; }

.finance .had { background: #f5f5f5; padding: 40px; flex-direction: row; display: flex; justify-content: space-between; align-items: center; }
.finance .had .img { width: 47.3%; }
.finance .had .text { width: 48%; }
.finance .had .text strong { font-size: 14px; color: #999999; }
.finance .had .text h3 { font-size: 30px; color: #3d3d3d; margin-top: 10px; line-height: 40px; }
.finance .list ul li .link { padding: 30px; border-bottom: 1px solid #dbdbdb; display: block; position: relative; transition: all 0.6s;
  -webkit-transition: all 0.6s; }
.finance .list ul li .link strong { font-size: 16px; display: block; color: #999999; word-wrap: break-word; }
.finance .list ul li .link h3 { font-size: 20px; margin-top: 10px; color: #333; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding-right: 120px; transition: all 0.6s; -webkit-transition: all 0.6s; }
.finance .list ul li .link span { position: absolute; right: 30px; bottom: 32px; }
.finance .list ul li .link span:after { content: ''; background: #999999; width: 6px; height: 6px; display: inline-block; vertical-align: middle; margin-left: 8px; border-radius: 50%; margin-top: -2px; transition: all 0.6s; -webkit-transition: all 0.6s; }
.finance .list ul li .link:hover { box-shadow: 0px 5px 8px 5px rgba(29, 29, 29, 0.05); }
.finance .list ul li .link:hover h3 { color: #cd24b5; }
.finance .list ul li .link:hover span { color: #cd24b5; }
.finance .list ul li .link:hover span:after { content: ''; background: #cd24b5; width: 6px; height: 6px; display: inline-block; vertical-align: middle; margin-left: 8px; border-radius: 50%; margin-top: -2px; }

.finance .list ul li .link h4 { font-size: 16px; color: #333; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding-right: 120px; transition: all 0.6s; -webkit-transition: all 0.6s; position: relative; padding-left: 20px; }
.finance .list ul li .link h4:before { content: ''; position: absolute; left: 0px; width: 6px; height: 6px; background: #999999; top: 50%; margin-top: -3px; border-radius: 50%; }
.finance .list ul li .link:hover h4:before { background: #cd24b5; }
.finance .list ul li .link:hover h4 { color: #cd24b5; }
.finance .list ul li .link i { font-size: 16px; display: block; color: #999999; word-wrap: break-word; font-weight: bold; background: url('../image/aicon10.png') no-repeat left 1px; padding: 5px 0px; padding-left: 36px; }
.finance .list ul li .link:hover i { color: #cd24b5; background: url('../image/aicon11.png') no-repeat left 1px; }


.analyst { padding: 60px 0px 100px; }
.analyst .list .tit { display: flex; flex-direction: row; height: 76px; align-items: center;  border-bottom: 2px solid #0080cc; }
.analyst .list .tit span { font-size: 18px; padding: 0px 10px; }
.analyst .list .tit .m1 { width: 43%; padding: 0px 30px; }
.analyst .list .tit .m2 { width: 43%; }
.analyst .list .tit .m3 { width: 14%; text-align: center; }
.analyst .list dl dt { display: flex; flex-direction: row; padding: 14px 0px; align-items: center;  border-bottom: 1px solid #e6e6e6; cursor: pointer; }
.analyst .list dl dt span { font-size: 16px; padding: 0px 10px; line-height: 26px; }
.analyst .list dl dt .m1 { width: 43%; padding: 0px 30px; }
.analyst .list dl dt .m2 { width: 43%; }
.analyst .list dl dt .click_zk { background: url('../image/icon30.png') no-repeat center center; width: 42px; height: 42px; width: 14%; }
.analyst .list dl dd { border: 1px solid #e6e6e6; border-top: none; padding: 50px 30px; padding-top: 10px; }
.analyst .list dl dd p { font-size: 16px; line-height: 30px; margin: 10px 0px; }
.analyst .list dl dd p strong { font-weight: bold; color: #333; display: block; margin-top: 20px; }
.analyst .list dl.active dt .click_zk { background: url('../image/icon31.png') no-repeat center center; }
.analyst .list dl.active dt { background: #f6f6f6; }
.analyst .list dl dd .dow { margin-top: 30px; }
.analyst .list dl dd .dow a { font-size: 16px; border: 2px solid #ff8f48; color: #ff8f48; border-radius: 30px; display: inline-block;
  padding: 8px 20px 10px; font-weight: bold; }
.analyst .list dl dd .dow a:hover { text-decoration: underline; }
.analyst .list dl dd .dow a:after { content: ''; background: url('../image/aicon12.png') no-repeat left center; width: 17px; height: 15px; display: inline-block; vertical-align: middle; margin-top: -2px; margin-left: 10px; }

.zteach { padding: 60px 0px 100px; }
.z_tit { font-size: 30px; color: #212121; margin-bottom: 20px; }

.zinvestment { padding: 60px 0px 100px; display: flex; flex-direction: row; justify-content: space-between; }
.zinvestment .fl { width: 30%; }
.zinvestment .fl h3 { font-size: 24px; color: #2175c4;  }
.zinvestment .fl .text { margin-top: 30px; }
.zinvestment .fl .text p { position: relative; padding-left: 90px; font-size: 16px;  line-height: 36px; }
.zinvestment .fl .text p strong { position: absolute; left: 0px; top: 0px; }
.zinvestment .fl .text p img { width: 150px; height: 150px; margin-top: 5px; }

.zinvestment .fr { width: 68.8%; }

#map { width: 100%; height: 450px; margin-top: 50px; }
#map img { max-height: none!important; max-width: none !important; }

.BMapLabel { display: none !important; }
.anchorBL { display: none !important; }

.onestop { padding: 80px 0px; display: flex; flex-direction: row; justify-content: space-between; align-items: center;  }
.onestop .text { width: 48%; display: flex; flex-direction: column; }
.onestop .text h3 { font-size: 30px; color: #000000; margin-bottom: 10px; }
.onestop .text p { font-size: 16px; line-height: 28px; margin-top: 20px; }
.onestop .img { width: 42.8%; }

.onestop1 { background: url('../image/381.jpg') no-repeat center center; padding: 110px 0px; color: #fff; background-size: cover; }
.onestop1 .item h3 { font-size: 30px; margin-bottom: 30px;  }
.onestop1 .item p {  font-size: 18px; margin-top: 20px; line-height: 32px; }
.onestop1 .item { width: 58%; }
.onestop1 .item ul { display: flex; flex-direction: row; margin-top: 20px; }
.onestop1 .item ul li { font-size: 18px; color: #fff; position: relative; padding-left: 15px; margin-right:30px; }
.onestop1 .item ul li:before { content: ''; background: #fff; width: 6px; height: 6px; border-radius: 50%; position: absolute; top: 50%;
margin-top: -3px; left: 0px; }

.onestop2 ul { display: flex; flex-direction: row; justify-content: space-between; }
.onestop2 ul li { width: 48.1%; position: relative; overflow: hidden; cursor: pointer;  }
.onestop2 ul li .img { height: 480px; width: 100%; }
.onestop2 ul li .img img { width: 100%; height: 100%; object-fit: cover; }
.onestop2 ul li .text { position: absolute; padding: 20px 50px; display: flex;  justify-content: center; top: 0px; left: 0px; height: 100%; flex-direction: column; opacity: 0; transition: all 1s; -webkit-transition: all 1s;  }
.onestop2 ul li .text h3 { font-size:30px; color: #ffffff; font-weight: bold; display: none; }
.onestop2 ul li .text p { font-size:16px; line-height: 28px; margin-top: 20px; color: #fff; }
.onestop2 ul li .tit { position: absolute; bottom: 0px; left: 0px; background: #fff; padding: 16px 50px;
  width: 100%; font-size: 30px; color: #333; transition: all 0.6s; -webkit-transition: all 0.6s; }

@media screen and (min-width:980px){

.onestop2 ul li.active .tit { bottom: -72px; }
.onestop2 ul li.active .text { opacity: 1; }
.onestop2 ul li.active .text h3 { animation: fadeInUp 0.6s .4s both;  display: block; }
.onestop2 ul li.active .text p { animation: fadeInUp 0.6s .6s both;  display: block; }

}



.simulation { padding: 80px 0px; display: flex; flex-direction: row; justify-content: space-between; align-items: center;  }
.simulation .text { width: 42%; display: flex; flex-direction: column; }
.simulation .text h3 { font-size: 30px; color: #000000; margin-bottom: 10px; }
.simulation .text p { font-size: 16px; line-height: 28px; margin-top: 20px; }
.simulation .img { width: 50%; box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1); }

.simulation1 { background: url('../image/aimg43.jpg') no-repeat center center; background-size: cover; padding: 80px 0px; }
.simulation1 .tit { color: #fff; }
.simulation1 .tit h3 { font-size: 30px; }
.simulation1 .tit p { font-size: 16px; line-height: 28px; margin-top: 25px; }

.simulation1 .list { display: flex; justify-content: space-between; flex-direction: row; margin-top: 50px; }
.simulation1 .list dl { width: 48%; background: rgba(0, 104, 183, 0.5); padding: 80px 80px 120px 80px; display: flex; flex-direction: row; }
.simulation1 .list dl dt { width: 70px; height: 70px; flex: 0 0 auto; margin-right: 30px; }
.simulation1 .list dl dd strong { display: block; font-size: 24px; color: #fff; margin-bottom: 20px; }
.simulation1 .list dl dd p { color: #fff; font-size: 16px; margin-top: 10px; position: relative; padding-left: 20px; }
.simulation1 .list dl dd p:after { content: ''; background: #fff; width: 6px; height: 6px; position: absolute; top: 50%; margin-top: -3px; border-radius: 50%; left: 0px; }


.simulation2 { padding: 80px 0px; }
.simulation2 h2 { font-size: 30px; color: #333; }

.simulation2 .list { margin-top: 50px; }
.simulation2 .list ul { display: flex; flex-direction: row; }
.simulation2 .list ul li { flex: 1; transition: all 1s; -webkit-transition: all 1s; cursor: pointer; position: relative; }
.simulation2 .list ul li .img { height: 670px; width: 100%; }
.simulation2 .list ul li .img img { width: 100%; height: 100%; object-fit: cover; }
.simulation2 .list ul li .tit { font-size: 24px; color: #ffffff; position: absolute; bottom: 50px; left: 40px; font-weight: bold; color: #fff; z-index: 3; }
.simulation2 .list ul li:after { content: ''; background: rgba(4, 94, 185, 0.5); position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 2; opacity: 0; }
.simulation2 .list ul li .text { position: absolute; left: 0px; width: 100%; height: 100%; display: flex; flex-direction: column; color: #fff; padding: 20px 40px; z-index: 9; top: 0px;  padding-top: 100px; }
.simulation2 .list ul li .text h3 { font-size: 24px; display: none; font-weight: bold; }
.simulation2 .list ul li .text p { font-size: 16px; line-height: 26px; margin-top: 30px; display: none; }
.simulation2 .list ul li.active { flex: 2; }
.simulation2 .list ul li.active .text h3 { animation: fadeInUp 0.6s 0.8s both; display: block; }
.simulation2 .list ul li.active .text p { animation: fadeInUp 0.6s 1s both; display: block; }
.simulation2 .list ul li.active .tit { animation: fadeOut 0.4s 0.2s both; }
.simulation2 .list ul li.active:after { opacity: 1; transition: all 0.6s; -webkit-transition: all 0.6s; }

.m_video { margin: 25px 0px; }

.wafer { /* background: url('../images/aimg52.jpg') no-repeat center center; background-size: cover; */ overflow: hidden;  }
.wafer .list ul { display: flex; flex-direction: row; }
.wafer .list ul li { width: 50%; padding: 0px 50px; display: flex; flex-direction: column; justify-content: center;
  cursor: pointer; min-height: 582px; }
.wafer .list ul li .tit { text-align: center; padding-top: 200px; }
.wafer .list ul li .tit h3 { font-size: 30px; color: #fff; margin-top: 30px; }
.wafer .list ul li p { color: #fff; margin-top: 22px; line-height: 22px; font-size: 16px; opacity: 0; }

@media screen and (min-width:980px){

.wafer .list ul li:hover .tit { padding-top: 0px; }
.wafer .list ul li:hover .tit img { animation: fadeInUp 0.8s 0.2s both; }
.wafer .list ul li:hover .tit h3 { animation: fadeInUp 0.8s 0.4s both;  }
.wafer .list ul li:hover p { animation: fadeInUp 0.8s 0.6s both; display: block; opacity: 1;  }

}


.wafer1 { background: url('../image/aimg53.jpg') no-repeat center bottom; background-size: cover; padding: 80px 0px; }
.wafer1 .item { width: 50%; }
.wafer1 .item h3 { font-size: 30px; color: #333; }
.wafer1 .item ul li { margin-top: 36px; }
.wafer1 .item ul li p { margin-top: 26px; font-size: 16px; line-height: 30px; color: #333333; }

.encapsulation { background: url('../image/aimg56.jpg') no-repeat center center;  background-size: cover; }
.encapsulation ul li .link { display: block; position: relative; color: #fff; width: 100%; height: 100%; }
.encapsulation ul li strong { font-size: 24px; margin-top: 20px; display: block;  transition: all 1s; -webkit-transition: all 1s;  }
.encapsulation ul { display: flex; flex-direction: row; justify-content: space-between; }
.encapsulation ul li { flex: 1; margin: 0px 1px; color: #fff; background: rgba(0, 0, 0, 0.5); height: 800px; position: relative;
  transition: all 1s; -webkit-transition: all 1s; }
.encapsulation ul li .text { position: absolute; bottom: 80px; width: 100%; text-align: center;
  transition: all 1s; -webkit-transition: all 1s;  }
.encapsulation ul li .icon img { width: 60px; height: 60px; transition: all 1s; -webkit-transition: all 1s; }
.encapsulation ul li h3 { font-size: 30px; text-align: center; position: absolute; top: 10%; width: 100%; text-align: center; opacity: 0; }


@media screen and (min-width:980px){

.encapsulation ul li:hover .text { bottom: 40%; animation: fadeInUp 0.8s 0.4s both; }
.encapsulation ul li:hover .icon img { width: 83px; height: 83px; }
.encapsulation ul li:hover { background: rgba(0, 104, 183, 0.6); }
.encapsulation ul li:hover h3 { opacity: 1; animation: fadeInDown 0.8s 0.4s both; }
.encapsulation ul li:hover strong { margin-top: 40px; }

}


.test {  padding: 80px 0px; background: url('../image/aimg59.jpg') no-repeat center center; background-size: cover; }
.test .item h3 { font-size: 30px; color: #000000; }
.test .item p { margin-top: 34px; font-size: 16px; line-height: 26px; }
.test .item ul li { font-size: 16px; margin-top: 8px; position: relative; padding-left: 15px; }
.test .item ul li:before { content: ''; background: #6e6e6e; width: 4px; height: 4px; left: 0px; position: absolute; top: 9px;
border-radius: 50%; }


.test1 { padding: 80px 0px; }
.test1 .tit { font-size: 30px; color: #000000; }
.test1 .list { overflow: hidden; margin-top: 30px; }
.test1 .list ul { display: flex; flex-direction: row; flex-wrap: wrap; margin-left: -10px; margin-right: -10px; }
.test1 .list ul li { padding: 10px; width: 16.66%; }
.test1 .list ul li .text { background: #f5f5f5; padding: 15px; padding-left: 30px; font-size: 16px; display: flex; flex-direction: row; align-items: center; }
.test1 .list ul li .text i { width: 40px; height: 40px; display: block; flex: 0 0 auto; margin-right: 12px; }
.test1 .list ul li .text i img { width: 100%; height: 100%; }
.test1 .list ul li .text p { font-size: 16px; }


.reliability { padding: 80px 0px 10px; display: flex; flex-direction: row; justify-content: space-between;  }
.reliability .text { width: 56%; display: flex; padding-top: 100px; flex-direction: column; }
.reliability .text h3 { font-size: 30px; color: #000000; margin-bottom: 10px; }
.reliability .text p { font-size: 16px; line-height: 28px; margin-top: 20px; }
.reliability .img { width: 25.8%; }

.reliability1_back { background: #eff6fc; }

.reliability1 { padding: 80px 0px; }
.reliability1 h3 { font-size: 30px; color: #000000; }
.reliability1 table { width: 100%; border-spacing: 0; border-collapse: collapse; width: 100%; margin-top: 50px; }
.reliability1 table tr th { background: #016fda; color: #fff; font-size: 24px; padding: 11px; font-weight: bold; text-align: center; }
.reliability1 table tr td { font-size: 16px; text-align: center; line-height: 26px; border: 1px solid #bcc8e8; color: #1b72c4; padding: 11px; }


.contact_but { text-align: center; background: #f4f4f4; padding: 20px 10px 50px; }

.cookie { background: #0068b7; position: fixed; left: 0px; width: 100%; bottom: 0px; z-index: 99;  }
.cookie .item { display: flex; flex-direction: row; padding: 20px 0px; justify-content: space-between; align-items: center; }
.cookie .item .cookie-click { border: 2px solid #fff; font-size: 16px; padding: 6px 70px; cursor: pointer; color: #fff; transition: all 0.6s; -webkit-transition: all 0.6s; }
.cookie .item .cookie-click:hover { background: #fff; color: #0068b7; }
.cookie .item p { color: #fff; }
.cookie .item p a { color: #cfeafe; text-decoration: underline; }

.cookies { padding: 60px 0px; }
.cookies h2 { font-size: 45px; font-weight: bold; color: #333; border-bottom: 1px solid #d2d2d2; padding-bottom: 20px; }
.cookies .text { margin-top: 20px; }
.cookies .text p { font-size: 16px; line-height: 26px; margin-top: 10px; }
.cookies .text p strong { font-weight: bold; color: #333; display: block; margin-top: 20px; }


/*  */
.detailscon .item ul{
  list-style: disc;
}
.detailscon .item li{
  list-style: disc;
}


