 /** 清除内外边距 **/

 body,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 hr,
 p,
 blockquote,
 /* structural elements 结构元素 */

 dl,
 dt,
 dd,
 ul,
 ol,
 li,
 /* list elements 列表元素 */

 pre,
 /* text formatting elements 文本格式元素 */

 form,
 fieldset,
 legend,
 button,
 input,
 textarea,
 /* form elements 表单元素 */

 th,
 td
 /* table elements 表格元素 */

   {
   margin: 0;
   padding: 0;
 }

 /** 设置默认字体 **/

 body,
 button,
 input,
 select,
 textarea
 /* for ie */

   {
   font: 14px/1.0 "Microsoft YaHei", "黑体", "宋体", sans-serif;
 }

 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
   font-size: 100%;
   font-weight: normal;
 }

 address,
 cite,
 dfn,
 em,
 var,
 i {
   font-style: normal;
 }

 /* 将斜体扶正 */

 code,
 kbd,
 pre,
 samp {
   font-family: courier new, courier, monospace;
 }

 /* 统一等宽字体 */

 small {
   font-size: 12px;
 }

 /* 小于 12px 的中文很难阅读, 让 small 正常化 */
 /** 重置列表元素 **/

 ul,
 ol {
   list-style: none;
 }

 /** 重置文本格式元素 **/

 a {
   text-decoration: none;
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
   color: #333;
 }

 a:hover {
   text-decoration: none;
   cursor: pointer;
 }

 sup {
   vertical-align: text-top;
 }

 /* 重置, 减少对行高的影响 */

 sub {
   vertical-align: text-bottom;
 }

 /** 重置表单元素 **/

 legend {
   color: #000;
 }

 /* for ie6 */

 fieldset,
 img {
   border: 0;
 }

 /* img 搭车：让链接里的 img 无边框 */

 button,
 input,
 select,
 textarea {
   font-size: 100%;
   outline: none;
 }

 /* 使得表单元素在 ie 下能继承字体大小 */

 input::-ms-clear {
   display: none;
 }

 /*隐藏文本框叉子*/

 input::-ms-reveal {
   display: none;
 }

 /*隐藏密码框小眼睛*/
 /* 注：optgroup 无法扶正 */
 /** 重置表格元素 **/

 table {
   border-collapse: collapse;
   border-spacing: 0;
 }

 /* 重置 HTML5 元素 */

 article,
 aside,
 details,
 figcaption,
 figure,
 footer,
 header,
 hgroup,
 menu,
 nav,
 section,
 summary,
 time,
 mark,
 audio,
 video {
   display: block;
   margin: 0;
   padding: 0;
 }

 /* button:hover{
	box-shadow: 0 5px 30px rgba(0,0,0,0.2) inset;
} */

 /* @font-face {
     font-family: "DIN-Medium";
     src: url('../font/DIN-Medium.otf');
     font-weight: normal;
     font-style: normal;
 }

 @font-face {
     font-family: "NotoSansHans-Bold";
     src: url('../font/NotoSansHans-Bold.otf');
     font-weight: normal;
     font-style: normal;
 } */

 p {
   text-align: justify;
   text-justify: inter-ideograph;
 }

 html {
   font-size: 20px;
   height: 100%;
   background: #fff;
   /* -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); */
 }

 .clear::after {
   content: ".";
   display: block;
   height: 0;
   visibility: hidden;
   clear: both;
 }

 .cen {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
 }

 .content {
   width: 1200px;
   margin: 0 auto;
 }

 .pic-box {
   overflow: hidden;
   z-index: 33;
   /* height: 100%;
     width: 100%; */
 }

 .pic-box img {
   transition: all 0.3s ease;
   width: 100%;
   height: 100%;
 }

 .pic-box:hover img {
   transform: scale(1.1, 1.1);
 }

 nav {
   height: 100px;
   position: relative;
 }

 .nav {
   width: 1280px;
   margin: 0 auto;
   height: 100%;
   line-height: 100px;
   /* background-color: pink; */
 }

 .dang-de a {
   display: block;
 }

 .logo {
   display: block;
   float: left;
   margin-right: 120px;
   height: 100%;
   /* margin-top: 18px; */
 }

 .logo img {
   margin-top: 18px;
 }

 .ban {
   /* height: 600px; */
   position: relative;
   overflow: hidden;
 }

 .ban img {
   float: left;
   width: 100%;
   /* height: 100%; */
   /* vertical-align: top; */
 }

 .nav ul {
   float: left;
   height: 100%;
 }

 .nav ul li {
   float: left;
   height: 100%;
   margin-right: 28px;
 }

 .nav ul li>a {
   display: block;
   font-size: 17px;
   color: #222;
   height: 100px;
   box-sizing: border-box;
 }

 .nav ul li>a:hover {
   color: #016fd0;
   font-weight: bold;
   border-bottom: 2px solid #016fd0;
   box-sizing: border-box;
 }

 .nav ul li .nav-ac {
   border-bottom: 2px solid #016fd0;
   color: #016fd0;
 }

 .nav .nav-act>a {
   color: #016fd0;
   border-bottom: 2px solid #016fd0;
   font-weight: bold;
 }

 .nava1,
 .nava2 {
   display: block;
   float: right;
   margin-top: 40px;
 }

 .nava1 {
   width: 26px;
   height: 26px;
   background-image: url('../img/272.png');
   margin-right: 20px;
   margin-left: 35px;
   transition: all 0.3s ease;
 }

 .nava1:hover {
   background-image: url('../img/272h.png');
 }

 .nava2 {
   width: 32px;
   transition: all 0.3s ease;
   height: 24px;
   background-image: url('../img/gl.png');
 }

 .nava2:hover {
   background-image: url('../img/glh.png');
 }

 .a-swi {
   position: absolute;
   display: block;
   height: 58px;
   width: 100%;
   background-color: rgba(0, 0, 0, .7);
   bottom: 0;
   z-index: 22;
 }

 .a-swi .swiper-container {
   width: 100%;
   height: 100%;
 }

 .ban a p {
   font-size: 14px;
   color: #fff;
   line-height: 58px;
   padding-left: 35px;
   box-sizing: border-box;
   background-image: url('../img/a.png');
   background-repeat: no-repeat;
   background-position: 0 center;
 }

 .ban a p span {
   margin-left: 15px;
 }

 .ne-swi {
   width: 610px;
   height: 410px;
   float: left;
 }

 .ne-swi .swiper-slide div {
   display: block;
   background-color: rgba(0, 0, 0, .6);
   height: 60px;
   position: absolute;
   bottom: 0;
   width: 100%;
   color: #fff;
   line-height: 60px;
   font-size: 18px;
   padding-left: 25px;
   box-sizing: border-box;
 }

 .ne {
   margin-top: 70px;
 }

 .ne-de {
   width: 590px;
   height: 410px;
   float: left;
   padding: 0 70px;
   box-sizing: border-box;
 }

 .ne-de .ne-top {
   display: block;
   padding-bottom: 20px;
   border-bottom: 1px solid #ececec;
   margin-bottom: 15px;
 }

 .ne-de p {
   font-size: 14px;
   color: #333;
   line-height: 25px;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
 }

 .ne-de .ne-ti {
   color: #016fd0;
   font-size: 26px;
   font-weight: bold;
   line-height: 35px;
   margin-top: 5px;
   margin-bottom: 10px;
 }

 .ne-de .ne-mm {
   line-height: 30px;
   display: block;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap
 }

 .ne-de .ne-mm div {
   display: inline-block;
   vertical-align: middle;
   max-width: 60%;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   transition: 0.5s;
   position: relative;
 }
.detail video{
  display: inline;
  max-width: 100%;
}
 .ne-de .ne-mm div:after,
 .ne-de .ne-mm span:after {
   content: '';
   width: 100%;
   position: absolute;
   border-top: 1px solid #016fd0;
   left: 0;
   bottom: 5px;
   opacity: 0;
   transition: 0.5s;
 }

 .ne-de .ne-mm:hover div:after {
   opacity: 1;
 }

 .ne-de .ne-mm:hover {
   color: #016fd0;

 }
 .ne-de .ne-mm:hover span {
   color: #016fd0;
 }
 .ne-de .ne-mm:hover span:after {
  opacity: 1;
   color: #016fd0;
 }

 .ne-de .ne-mm span {
   color: #999;
   position: relative;
   /* margin-right: 10px; */
   float: right;
   transition: 0.5s;
 }

 .yw {
   background-color: #f8f8fa;
   overflow: hidden;
   margin-top: 80px;
 }

 .yw-ul li {
   position: relative;
 }

 .yw-ul li a {
   display: block;
   width: 100%;
   height: 100%;
   position: absolute;
 }

 .yw-ul li a:hover {
   color: #fff;
 }

 .yw-nav ul li {
   width: 160px;
   height: 180px;
   background-color: #fff;
   margin-top: 30px;
   margin-bottom: 40px;
   background-repeat: no-repeat;
   background-position: center 45px;
   background-image: url('../img/y0.png');
   float: left;
   transition: all 0.3s ease;
   margin-right: 13px;
   position: relative;
 }

 .yw-nav ul li:hover {
   background-color: #016fd0;
   color: #fff;
   background-image: url('../img/0.png');
 }

 .yw-nav ul .liac {
   background-color: #016fd0;
   color: #fff;
   background-image: url('../img/0.png');
 }

 .yw-nav ul .liac a {
   color: #fff;
 }

 .yw-nav ul .liac .ysan {
   opacity: 1;
 }

 .yw-nav ul li:last-child {
   margin-right: 0;
 }

 .yw-ti {
   text-align: center;
   font-size: 36px;
   color: #333;
   margin-top: 65px;
 }

 .yw-ti p {
   text-align: center;
 }

 .yw-ti span {
   width: 40px;
   border-bottom: 3px solid #016fd0;
   display: inline-block;
 }

 .ysan {
   position: absolute;
   left: 50%;
   transform: translateX(-50%);
   bottom: -16px;
   opacity: 0;
   transition: all 0.3s ease;
 }

 .yw-nav ul li:hover .ysan {
   opacity: 1;
 }

 .yw-nav ul .y2 {
   background-image: url('../img/y1.png');
 }

 .yw-nav ul .y2:hover {
   background-image: url('../img/1.png');
 }

 .yw-nav ul .liac:nth-child(1) {
   background-image: url('../img/1.png');
 }

 .yw-nav ul .liac:nth-child(2) {
   background-image: url('../img/2.png');
 }

 .yw-nav ul .liac:nth-child(3) {
   background-image: url('../img/3.png');
 }

 .yw-nav ul .liac:nth-child(4) {
   background-image: url('../img/4.png');
 }

 .yw-nav ul .liac:nth-child(5) {
   background-image: url('../img/5.png');
 }

 .yw-nav ul .liac:nth-child(6) {
   background-image: url('../img/6.png');
 }

 /* .yw-nav ul .liac:nth-child(7) {
     background-image: url('../img/6.png');
 } */

 .yw-nav ul .y3 {
   background-image: url('../img/y2.png');
 }

 .yw-nav ul .y3:hover {
   background-image: url('../img/2.png');
 }

 .yw-nav ul .y4 {
   background-image: url('../img/y3.png');
 }

 .yw-nav ul .y4:hover {
   background-image: url('../img/3.png');
 }

 .yw-nav ul .y5 {
   background-image: url('../img/y4.png');
 }

 .yw-nav ul .y5:hover {
   background-image: url('../img/4.png');
 }

 .yw-nav ul .y6 {
   background-image: url('../img/y5.png');
 }

 .yw-nav ul .y6:hover {
   background-image: url('../img/5.png');
 }

 .yw-nav ul .y7 {
   background-image: url('../img/y6.png');
 }

 .yw-nav ul .y7:hover {
   background-image: url('../img/6.png');
 }

 .yw-nav ul li p {
   text-align: center;
   font-size: 18px;
   margin-top: 110px;
 }

 .ywli-de {
   height: 520px;
   position: relative;
 }

 .ywli-de em {
   /* opacity: 0; */
   width: 100%;
   height: 100%;
   position: absolute;
   left: 0;
   top: 0;
   background-size: cover;
   background-position: center;
 }

 .ywli-de>div {
   transition: all 0.3s ease;
   opacity: 0;
 }

 .ywli-de .ywli-act {
   opacity: 1;
 }

 .fo-top {
   height: 66px;
   background-color: #016fd0;
 }

 .fo-top .content {
   height: 100%;
   position: relative;
 }

 .fo-san {
   width: 70px;
   height: 100%;
   float: left;
   position: relative;
   background-color: #015eb1;
 }

 .fo-ul {
   height: 100%;
   float: left;
 }

 .fo-ul li {
   width: 105px;
   height: 100%;
   font-size: 14px;
   color: #fff;
   line-height: 66px;
   position: relative;
   float: left;
   text-align: center;
   background-image: url('../img/x.png');
   background-repeat: no-repeat;
   background-position: right center;
   cursor: pointer;
 }

 .fo {
   position: absolute;
   top: -11px;
   right: 0;
   display: none;
   transition: all 0.3s ease;
 }

 .fo-ul .fo-ac {
   background-image: url('../img/s.png');
 }

 .fo-ul .fo-ac .fo {
   display: block;
 }

 .fo-ul li div {
   padding: 25px 30px;
   box-sizing: border-box;
   background-color: #fff;
   width: 280px;
   position: absolute;
   bottom: 66px;
   display: none;
   left: 0;
   z-index: 888;
 }

 .fo-ul li div a {
   display: block;
   color: #333;
   font-size: 14px;
   line-height: 30px;
 }

 .f2 {
   left: 180px;
 }

 .f3 {
   left: 280px;
 }

 .f4 {
   left: 380px;
 }

 .f5 {
   left: 480px;
 }

 .fo-top .content>a {
   display: inline-block;
   float: right;
   /* line-height: 66px; */
   margin-right: 30px;
   margin-top: 17px;
 }

 .wx {
   position: relative;
 }

 .ewm {
   width: 110px;
   height: 110px;
   position: absolute;
   background-color: #fff;
   left: -42px;
   top: -127px;
   /* display: none; */
   opacity: 0;
   transition: all 0.5s ease;
 }

 .ewm .cen {
   width: 100%;
 }

 .ewm .fo {
   z-index: 111;
 }

 .ewm-fo {
   position: absolute;
   bottom: -11px;
   left: 40%;
 }

 .wx:hover .ewm {
   opacity: 1;
 }

 .fo-la {
   height: 325px;
   width: 100%;
   background-color: #323337;
 }

 .fo-la p {
   font-size: 14px;
   color: #808080;
   line-height: 25px;
 }

 .la-l {
   float: left;
   width: 775px;
 }

 .us .us-ti {
   font-size: 22px;
   color: #fff;
   font-weight: bold;
   margin-top: 60px;
   margin-bottom: 20px;
 }

 .us {
   margin-bottom: 45px;
 }

 .la-r {
   float: right;
   margin-top: 105px;
 }

 .la-r a {
   display: block;
   font-size: 14px;
   color: #808080;
   line-height: 30px;
   box-sizing: border-box;
 }

 .la-r a:hover {
   /* border-bottom: 1px solid #808080; */
   text-decoration: underline;
 }

 .ne-swi .swiper-button-next,
 .ne-swi .swiper-button-prev {
   width: 50px;
   height: 50px;
   background-size: auto;
   background-color: rgba(0, 0, 0, .5);
 }

 .ne-swi .swiper-button-next:hover,
 .ne-swi .swiper-button-prev:hover {
   background-color: #016fd0;
 }

 .ne-swi .swiper-button-prev {
   background-image: url('../img/left.png');
   left: 0;
 }

 .ne-swi .swiper-button-next {
   background-image: url('../img/right.png');
   right: 0;
 }

 .nav-er {
   /* position: absolute;
     bottom: -70px; */
   width: 100%;
   /* display: none; */
   z-index: 333;
 }

 .nav-er .naver-ac {
   background-color: #016fd0;
   color: #fff;
 }

 .nav-er .er-de {
   height: 70px;
   width: 100%;
   background-color: #f8f8fa;
   text-align: center;
 }

 .er-de a {
   transition: all 0.5s ease;
   display: inline-block;
   /* float: left; */
   font-size: 17px;
   color: #777;
   width: 100px;
   height: 40px;
   line-height: 40px;
   margin-top: 15px;
   border-radius: 5px;
 }

 .er-de a:hover {
   background-color: #016fd0;
   color: #fff;
 }

 .banner {
   /* height: 520px; */
   width: 100%;
 }

 .banner img {
   width: 100%;
   /* height: 100%; */
   vertical-align: top;
 }

 .dwjj-de {
   /* margin-top: 80px;
     margin-bottom: 160px; */
   width: 900px;
   margin: 80px auto 160px auto;
 }

 .dwjj-de p {
   font-size: 18px;
   color: #333;
   line-height: 35px;
   margin-bottom: 40px;
 }

 .lea-de {
   margin-top: 70px;
   margin-bottom: 130px;
 }

 .lea-de p {
   font-size: 16px;
   color: #666;
   line-height: 40px;
 }

 .lea-de p span {
   font-size: 22px;
   color: #333;
   margin-right: 10px;
 }

 .his-de {
   margin-top: 85px;
 }

 .his-ti p {
   margin: 0 auto;
   width: 705px;
   font-size: 24px;
   text-align: center;
   color: #333;
   font-weight: bold;
   line-height: 40px;
 }

 .his-ul {
   width: 100%;
   margin-top: 100px;
   margin-bottom: 120px;
 }

 .his-ul li {
   /* height: 170px; */
   height: 360px;
   margin-top: -175px;
   width: 50%;
   margin-left: 50%;
   border-left: 1px dashed #e0e0e0;
   position: relative;
 }

 .his-ul li:first-child {
   margin-top: 0;
 }

 .yuan {
   position: absolute;
   top: 0;
   left: -5px;
 }

 .his-ye {
   /* font-family: 'DIN-Medium'; */
   font-size: 36px;
   font-weight: bold;
   color: #333;
   margin-bottom: 5px;
 }

 .his-zi p {
   font-size: 18px;
   color: #333;
   line-height: 30px;
 }

 .hist img {
   margin-top: 15px;
 }

 .hist {
   width: 470px;
   position: absolute;
   top: -18px;
   left: 30px;
 }

 .his-ul li:nth-child(even) .hist {
   left: -500px;
   text-align: right;
 }

 .his-ul li:nth-child(even) .his-ye {
   text-align: right;
 }

 .his-ul li:nth-child(even) .his-zi p {
   text-align: right;
 }

 .ld-de {
   width: 900px;
   margin: 0 auto;
   margin-top: 70px;
   margin-bottom: 160px;
 }

 .ld-de p {
   font-size: 22px;
   color: #333;
   margin-bottom: 35px;
   line-height: 35px;
 }

 .ld-pi {
   text-align: right;
   margin-top: 75px;
 }

 .map {
   height: 600px;
 }

 .mapti {
   font-size: 26px;
   color: #016fd0;
   padding: 30px 50px 30px 50px;
   box-sizing: border-box;
 }

 .mapde {
   font-size: 17px;
   color: #333;
   padding: 0 50px;
   box-sizing: border-box;
   line-height: 30px;
 }

 .anchorBL {
   display: none;
 }

 .BMap_stdMpCtrl {
   display: none;
 }

 .hon-de {
   margin-top: 80px;
 }

 .hon-ti {
   font-size: 30px;
   color: #333;
   text-align: center;
   margin-bottom: 30px;
 }

 .hon-zi p {
   margin: 0 auto;
   font-size: 17px;
   color: #666;
   width: 750px;
   text-align: center;
   line-height: 30px;
 }

 .change {
   text-align: center;
   margin-top: 55px;
   margin-bottom: 48px;
 }

 .change div {
   margin-right: 30px;
   line-height: 35px;
   height: 35px;
   box-sizing: border-box;
   cursor: pointer;
   font-size: 22px;
   color: #666;
   display: inline-block;
 }

 .change div:hover {
   border-bottom: 2px solid #016fd0;
   color: #016fd0;
 }

 .change .chan-act {
   border-bottom: 2px solid #016fd0;
   color: #016fd0;
 }

 .hi-swi {
   margin-bottom: 150px;
 }

 .ch-swi .swiper-container {
   padding: 10px 0 10px 360px;
   box-sizing: border-box;
 }

 .ch-swi .swiper-slide img {
   width: 100%;
   height: auto;
   vertical-align: top;
   transition: all 0.3s ease;
 }

 .ch-swi .swiper-slide img:hover {
   box-shadow: 1px 1px 15px #ccc;
 }

 .hi-swi {
   position: relative;
   height: 430px;
 }

 .ch-swi {
   position: absolute;
   top: 0;
   width: 100%;
   opacity: 0;
   transition: all 0.3s ease;
   display: none;
 }

 .swi-act {
   opacity: 1;
   display: block;
 }

 .zz-de {
   text-align: center;
   margin-top: 65px;
   margin-bottom: 130px;
 }

 /* .neban {
     height: 260px;
 } */

 .neban img {
   width: 100%;
   /* height: 100%; */
   vertical-align: middle;
 }

 .new-c {
   width: 1200px;
   padding-top: 80px;
   margin: 0 auto;
 }

 .new-c a {
   display: block;
 }

 .n1 {
   margin-top: 70px;
 }

 .n1-left {
   width: 540px;
   float: left;
   padding: 0 80px 25px 40px;
   box-sizing: border-box;
 }

 .n1 .pic-box {
   float: left;
   width: 740px;
   height: 480px;
 }

 .ne-time {
   font-size: 14px;
   color: #333;
   font-weight: bold;
 }

 .ne-time span {
   color: #016fd0;
 }

 .n1 h5 {
   color: #333;
   font-size: 32px;
   line-height: 45px;
   font-weight: bold;
   margin-top: 13px;
   margin-bottom: 25px;
 }

 .ne-zi {
   font-size: 16px;
   color: #5e5e5e;
   line-height: 25px;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
 }

 .xian {
   width: 100%;
   border-bottom: 1px solid #e8e8e8;
   margin-top: 55px;
   margin-bottom: 55px;
 }

 .n2 {
   height: 655px;
 }

 /*
 .n21 {
     width: 640px;
     float: left;
     height: 100%;
     padding-right: 60px;
     box-sizing: border-box;
 } */

 .n22 {
   width: 336px;
   height: 100%;
   box-sizing: border-box;
   float: left;
   border-left: 1px solid #e8e8e8;
 }

 .n23 {
   box-sizing: border-box;
   height: 100%;
   width: 304px;
   border-left: 1px solid #e8e8e8;
   float: left;
 }

 .n21 .pic-box {
   width: 608px;
   height: 405px;
 }

 h6 {
   font-size: 24px;
   color: #333;
   line-height: 30px;
   margin-bottom: 10px;
 }

 .n21 h6 {
   font-size: 22px;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
 }

 .ne-time {
   margin: 20px 0;
 }

 .n22 .pic-box,
 .n23 .pic-box {
   width: 271px;
   height: 196px;
 }

 .n22 {
   padding: 0 32px;
   box-sizing: border-box;
 }

 .n23 {
   padding-left: 32px;
   box-sizing: border-box;
 }

 .n3 {
   height: 555px;
 }

 .n3 .pic-box {
   width: 383px;
   height: 284px;
 }

 .n31 {
   width: 383px;
   float: left;
 }

 .n32 {
   width: 450px;
   margin: 0 32px;
   padding: 0 32px;
   box-sizing: border-box;
   border-left: 1px solid #e8e8e8;
   border-right: 1px solid #e8e8e8;
   float: left;
 }

 .n33 {
   width: 383px;
   float: left;
 }

 .n4 {
   height: 630px;
 }

 .n41 .pic-box {
   width: 608px;
   height: 405px;
 }

 .n41 {
   width: 608px;
   float: left;
   height: 100%;
 }

 .n43 .pic-box {
   width: 271px;
   height: 196px;
 }

 .n43 {
   height: 100%;
 }

 .n42 {
   width: 337px;
   box-sizing: border-box;
   height: 100%;
   float: left;
   border-left: 1px solid #e8e8e8;
   border-right: 1px solid #e8e8e8;
   padding: 0 35px;
   margin: 0 32px;
 }

 .more {
   width: 137px;
   height: 50px;
   display: block;
   line-height: 50px;
   text-align: center;
   font-size: 18px;
   background-color: #016fd0;
   color: #fff;
   margin: 0 auto;
   margin-top: 75px;
   margin-bottom: 110px;
 }

 /* .new-c {
     margin-top: 80px;
 }
  */

 .gg-de {
   height: 185px;
 }

 .gg-ti p {
   font-size: 22px;
   color: #404040;
   font-weight: bold;
   margin-bottom: 20px;
 }

 .gg-time p {
   font-size: 14px;
   color: #333;
   font-weight: bold;
   margin-bottom: 20px;
 }

 .gg-time p a {
   color: #016fd0;
 }

 .gg-time p a img {
   vertical-align: bottom;
   margin-right: 5px;
 }

 .gg-zi {
   font-size: 16px;
   color: #404040;
   line-height: 25px;
 }

 .gg-time a span {
   display: inline-block;
   margin-right: 10px;
   color: #333;
 }

 .detail {
   width: 800px;
   margin: 0 auto;
 }

 .deban {
   height: 620px;
 }

 .deban img {
   width: 100%;
   height: 100%;
   vertical-align: middle;
 }

 .detail-ti {
   font-size: 30px;
   line-height: 60px;
   color: #2a2a29;
   /* padding: 0 200px; */
   margin-top: 80px;
   text-align: center;
 }

 .detail-ti p {
   text-align: center;
 }

 .detail {
   margin-bottom: 130px;
 }

 .de-from {
   font-size: 14px;
   color: #222;
   font-weight: bold;
   /* margin-top: 20px; */
   margin-bottom: 35px;
 }

 .de-from p span {
   color: #016fd0;
 }

 .deta-zi p {
   font-size: 18px;
   line-height: 30px;
   color: #333;
   margin-bottom: 10px;
 }

 /* .deta-zi p span {
     display: block;
     text-align: center;
 } */

 .deta-zi .pic-box {
   margin-bottom: 45px;
 }

 /* .culban {
     height: 520px;
 }
  */

 .culban img {
   width: 100%;
   /* height: 100%; */
 }

 .bao-de {
   margin-top: 60px;
   border-top: 1px solid #e8e8e8;
   width: 1200px;
   margin: 60px auto;
 }

 .bao-pdf {
   line-height: 98px;
   height: 98px;
   border-bottom: 1px solid #e8e8e8;
 }

 .pdf {
   float: left;
   margin-top: 27px;
   margin-left: 20px;
   margin-right: 40px;
 }

 .bao-ti {
   color: #404040;
   font-size: 20px;
   font-weight: bold;
   float: left;
 }

 .upload {
   display: inline-block;
   float: right;
   width: 50px;
   height: 30px;
   background-color: #b1b1b1;
   border-radius: 5px;
   background-image: url('../img/uu.png');
   background-repeat: no-repeat;
   background-position: center;
   margin-top: 35px;
   margin-right: 45px;
   transition: all 0.3s ease;
 }

 .upload:hover {
   background-color: #016fd0;
 }

 .page a {
   display: inline-block;
   width: 36px;
   height: 36px;
   line-height: 36px;
   border: 1px solid #dedede;
   margin-right: 5px;
   font-size: 14px;
   color: #999;
 }

 .page a:hover {
   background-color: #016fd0;
   color: #fff;
 }

 .page {
   margin-bottom: 80px;
   text-align: center;
 }

 .page .pabtn {
   font-size: 24px;
   vertical-align: bottom;
   /* line-height: 33px; */
 }

 .page .page-act {
   background-color: #016fd0;
   color: #fff;
 }

 .qyjs-c {
   margin-top: 60px;
   margin-bottom: 80px;
 }

 .qyjs-c .pic-box {
   width: 600px;
   height: 360px;
   float: left;
 }

 .js-zi {
   float: left;
   margin-left: 50px;
 }

 .js-zi>div {
   height: 120px;
   width: 500px;
   border-bottom: 1px solid #e8e8e8;
   padding: 20px 60px;
   box-sizing: border-box;
 }

 .js-zi>div img {
   float: left;
   margin-right: 45px;
 }

 .js-de {
   float: left;
   padding-top: 15px;
 }

 .js-de p {
   color: #404040;
   font-size: 20px;
   margin-bottom: 10px;
   font-weight: bold;
 }

 .gg-de {
   width: 955px;
 }

 .whsh .gg-zi {
   line-height: 30px;
 }

 /* .dangban {
     height: 520px;
 } */

 .dangban img {
   width: 100%;
   /* height: 100%; */
 }

 .dang-c {
   margin-top: 60px;
   margin-bottom: 60px;
 }

 .dang-de {
   height: 225px;
   border-bottom: 1px solid #e8e8e8;
   box-sizing: border-box;
   float: left;
   padding: 30px;
   width: 580px;
 }

 .dang-de:nth-child(odd) {
   margin-right: 40px;
 }

 .dang-ti {
   font-size: 22px;
   color: #404040;
   font-weight: bold;
   line-height: 30px;
   transition: all 0.3s ease;
   height: 80px;
 }

 .dang-time {
   font-size: 14px;
   color: #333;
   font-weight: bold;
   /* margin-top: 10px; */
   margin-bottom: 15px;
 }

 .d-zi p {
   font-size: 14px;
   color: #404040;
   line-height: 25px;
 }

 .d-zi {
   font-size: 14px;
   color: #404040;
   line-height: 25px;
 }

 .dang-de:hover .dang-ti {
   color: #016fd0;
 }

 .yewu-c {
   width: 1200px;
   margin: 60px auto 70px auto;
 }

 .yewu-c>div {
   float: left;
 }

 .gc-ti {
   width: 100%;
   border-bottom: 1px solid #e8e8e8;
   font-size: 24px;
   color: #404040;
   font-weight: bold;
   padding-bottom: 30px;
   box-sizing: border-box;
 }

 .gc-de .pic-box {
   width: 383px;
   height: 284px;
   margin-bottom: 20px;
 }

 .gc-de {
   width: 383px;
   margin-top: 30px;
   margin-right: 25px;
   float: left;
 }

 .gc-de a {
   display: block;
 }

 .gc .gc-de:nth-child(3n) {
   margin-right: 0;
 }

 .gc-p {
   font-size: 18px;
   color: #666;
   transition: all 0.3s ease;
   font-weight: bold;
   margin-bottom: 10px;
 }

 .gc {
   margin-bottom: 45px;
 }

 .product .gc-de:nth-child(2n) {
   margin-right: 0;
 }

 .gc-de a:hover .gc-p {
   color: #016fd0;
 }

 .ywde {
   margin: 60px auto 0 auto;
 }

 .ch-swi {
   height: 100%;
 }

 .ch-swi .swiper-container {
   height: 100%;
   width: 100%;
 }

 .welcome {
   width: 100%;
   height: 100vh;
   position: relative;
   overflow: hidden;
   background-image: url('../img/wel.jpg');
   background-repeat: no-repeat;
   background-size: cover;
 }

 .bg {
   height: 100vh;
   width: 100%;
   position: absolute;
   top: 0;
   z-index: 0;
 }

 .bg img {
   width: 100%;
   height: 100%;
   vertical-align: top;
   /* display: none; */
   position: absolute;
   opacity: 0;
   transition: all 0.3s ease;
   top: 0;
 }

 /* .wel-a a:nth-child(2) img {
     margin-bottom: 37px;
 }

 .wel-a a:nth-child(3) img {
     margin-bottom: 45px;
 } */

 .bg .bg-show {
   /* z-index: 222; */
   opacity: 1;
 }

 .wel-a {
   /* position: absolute;
     top: 0; */
   height: 100%;
   width: 100%;
 }

 .wel-a a {
   display: block;
   width: 33.3%;
   position: relative;
   height: 100%;
   float: left;
   /* position: absolute;
     top: 0; */
   background-color: rgba(0, 0, 0, .3);
   transition: all 0.3s ease;
 }

 body {
   /* height: 100vh; */
   vertical-align: middle;
   overflow-x: hidden;
   /* filter: grayscale(100%); */
 }

 .wel-a p {
   font-size: 30px;
   color: #fff;
   /* font-weight: bold; */
   font-family: 'NotoSansHans-Bold';
   text-align: center;
   margin-bottom: 30px;
 }

 .a-de {
   text-align: center;
   width: 390px;
   height: 211px;
   padding-top: 100px;
   box-sizing: border-box;
 }

 .wel-logo {
   /* margin-bottom: 25px; */
   position: absolute;
   top: 0;
   left: 50%;
   transform: translateX(-50%);
 }

 .link {
   opacity: 0;
   transition: all 0.3s ease;
 }

 .gg-time p a {
   display: inline;
 }

 .new-c ul li {
   /* border-top: 1px solid #e8e8e8; */
   padding-bottom: 80px;
   box-sizing: border-box;
   float: left;
   /* margin-bottom: 60px; */
 }

 /* .new-c ul li:nth-child(6n+1) {
     width: 640px;
 } */

 .n21 {
   height: 505px;
   /* height: 650px; */
   border-right: 1px solid #e8e8e8;
 }

 /* .new-c ul li:nth-child(6n+1) .n21 {
     padding-right: 66px;
 }
  */

 .n1 {
   margin-bottom: 60px;
 }

 /* .new-c ul li:nth-child(6n+2) {
     width: 336px;
 } */
 /* .new-c ul li:nth-child(6n+2) .n21 {
     padding-left: 33px;
     padding-right: 33px;
 }

 .new-c ul li:nth-child(6n+2) .pic-box,
 .new-c ul li:nth-child(6n+3) .pic-box {
     width: 271px;
     height: 196px;
 }

 .new-c ul li:nth-child(6n+3) {
     width: 303px;
 }

 .new-c ul li:nth-child(6n+3) .n21 {
     padding-left: 33px;
 }
  */

 .new-c ul li:nth-child(3n) .n21 {
   border-right: 0;
 }

 .new-c ul li:nth-child(3n+1) .pic-box,
 .new-c ul li:nth-child(3n+2) .pic-box,
 .new-c ul li:nth-child(3n+3) .pic-box {
   width: 380px;
   height: 280px;
 }

 .new-c ul li:nth-child(3n+1) {
   width: 395px;
 }

 .new-c ul li:nth-child(3n+1) .n21 {
   padding-left: 0;
   padding-right: 15px;
 }

 .new-c ul li:nth-child(3n+2) {
   width: 410px;
 }

 .new-c ul li:nth-child(3n+2) .n21 {
   padding-left: 15px;
   padding-right: 15px;
 }

 .new-c ul li:nth-child(3n+3) {
   width: 393px;
 }

 .new-c ul li:nth-child(3n+3) .n21 {
   padding-right: 0;
   padding-left: 15px;
 }

 .new-c ul {
   /* max-height: 1422px; */
   overflow: hidden;
   transition: all 0.8s ease;
   /* margin-bottom: 50px; */
 }

 .ywli-de>div {
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
 }

 .ywlic {
   position: absolute;
   bottom: 0;
   z-index: 222;
   background-color: rgba(255, 255, 255, .8);
   margin-left: 18.5%;
 }

 .ywlic p {
   font-family: 'NotoSansHans-Bold';
   font-size: 22px;
   color: #016fd0;
   padding-left: 40px;
   width: 600px;
   line-height: 50px;
   height: 50px;
   box-sizing: border-box;
 }

 .lide {
   position: absolute;
   z-index: 222;
   width: 240px;
   border-top: 3px solid #016fd0;
   display: none;
   /* margin-top: -3px; */
   top: 97px;
 }

 .lide a {
   display: block;
   padding-left: 25px;
   width: 213px;
   line-height: 50px;
   border-bottom: 1px solid #e5e5e5;
   border-left: 1px solid #e5e5e5;
   border-right: 1px solid #e5e5e5;
   font-size: 16px;
   color: #666;
   background-color: #fff;
 }

 .lide a:hover {
   color: #016fd0;
 }

 .navfix {
   position: fixed;
   height: 50px;
   width: 100%;
   background-color: #fff;
   transition: all 0.3s ease;
   z-index: 9999;
   box-shadow: 1px 1px 20px #ccc;
 }

 .navfix .logo img {
   margin-top: 0px;
   height: 100%;
   vertical-align: top;
 }

 .navfix ul {
   display: none;
   /* opacity: 0; */
 }

 .navfix:hover ul {
   display: block;
   /* opacity: 1; */
 }

 .navfix .nava1,
 .navfix .nava2 {
   display: block;
   float: right;
   margin-top: 15px;
 }

 /*
 .navfix .nava1 {
     margin-left: 750px;
 }

 .navfix:hover .nava1 {
     margin-left: 35px;
 }
  */

 .navfix:hover {
   height: 100px;
 }

 .navfix:hover .nava1,
 .navfix:hover .nava2 {
   display: block;
   float: right;
   margin-top: 40px;
 }

 .navfix:hover .logo img {
   margin-top: 18px;
   height: auto;
 }

 .back_to_top {
   position: fixed;
   bottom: 30px;
   width: 56px;
   height: 56px;
   background-repeat: no-repeat;
   background-image: url('../img/top.png');
   right: 30px;
   cursor: pointer;
 }

 .ne-swi .swiper-container {
   width: 100%;
   height: 100%;
 }

 .ne-swi .swiper-slide a {
   display: block;
   width: 100%;
   height: 100%;
 }

 .ne-swi .swiper-slide a img {
   width: 100%;
   height: 100%;
 }

 .ne-top {
   font-size: 14px;
   color: #333;
   line-height: 25px;
 }

 .detail-t {
   width: 1200px;
   margin: 0 auto;
 }

 .de-from>p {
   padding: 20px 200px;
   border-bottom: 1px solid #efefef;
   text-align: center;
 }

 .detail-t .de-from .read {
   display: inline-block;
   font-weight: bold;
   font-size: 14px;
   color: #333;
   margin-left: 30px;
 }

 .ba-box {
   text-align: right
 }

 .back {
   display: block;
   font-size: 14px;
   color: #fff;
   background-color: #016fd0;
   width: 120px;
   height: 40px;
   text-align: center;
   line-height: 40px;
   float: right;
 }

 .jia {
   width: 129px;
   height: 30px;
   line-height: 30px;
   float: right;
   margin-top: 33px;
   border-radius: 15px;
   font-size: 14px;
   color: #666;
   position: relative;
   z-index: 999;
   cursor: pointer;
 }

 .jia p {
   height: 30px;
   line-height: 30px;
   background-repeat: no-repeat;
   background-image: url('../img/xia.png');
   background-position: 106px center;
   z-index: 999;
   position: absolute;
   padding-left: 10px;
   box-sizing: border-box;
   top: 0;
   border: 1px solid #dedede;
   width: 129px;
   height: 30px;
   background-color: #f5f5f5;
   border-radius: 15px;
 }

 .j-a {
   position: absolute;
   top: 10px;
   left: 0;
   border-radius: 10px;
   z-index: 333;
   background-color: #fff;
   border: 1px solid #dedede;
   width: 129px;
   padding-left: 8px;
   padding-right: 8px;
   padding-top: 24px;
   box-sizing: border-box;
   border-top: none;
   display: none;
 }

 .j-a a {
   display: block;
   width: 129px;
   width: 100%;
   font-size: 12px;
   color: #666;
   line-height: 20px;
   margin-bottom: 10px;
   transition: all 0.3s ease;
 }

 .j-a a:hover {
   color: #016fd0;
 }

 .navfix .jia {
   margin-top: 10px;
 }

 .navfix:hover .jia {
   margin-top: 33px;
 }

 .dw>p {
   font-size: 0.75rem;
   color: #666;
   line-height: 1.2rem;
   margin-bottom: 1rem;
 }

 .hi-swi a {
   display: block;
 }

 .ch-swi .swiper-slide img {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
 }

 .hi-swi .swiper-button-ne,
 .hi-swi .swiper-button-pr,
 .hi-swi .swiper-button-nex,
 .hi-swi .swiper-button-pre {
   width: 40px;
   height: 40px;
   display: inline-block;
   border: 1px solid #015eb1;
   background-repeat: no-repeat;
   background-position: center;
   cursor: pointer;
   outline: none;
   margin-right: 10px;
   transition: 0.5s;
 }

 .hi-swi .swiper-button-ne.swiper-button-disabled,
 .hi-swi .swiper-button-pr.swiper-button-disabled,
 .hi-swi .swiper-button-nex.swiper-button-disabled,
 .hi-swi .swiper-button-pre.swiper-button-disabled {
   border: 1px solid #eee;
 }

 .hi-swi .swiper-button-ne.swiper-button-disabled:hover,
 .hi-swi .swiper-button-pr.swiper-button-disabled:hover,
 .hi-swi .swiper-button-nex.swiper-button-disabled:hover,
 .hi-swi .swiper-button-pre.swiper-button-disabled:hover {
   background-color: #fff;
   background-image: url('../img/jr.png');
 }

 .btns {
   text-align: center;
   margin-top: 10px;
 }

 .hi-swi .swiper-button-nex {
   background-image: url('../img/jl.png');
 }

 .hi-swi .swiper-button-pre {
   background-image: url('../img/jr.png');
 }

 .hi-swi .swiper-button-nex:hover {
   background-image: url('../img/jll.png');
   background-color: #016fd0;
 }

 .hi-swi .swiper-button-pre:hover {
   background-image: url('../img/jrr.png');
   background-color: #016fd0;

 }

 .hi-swi .swiper-button-ne {
   background-image: url('../img/jl.png');
 }

 .hi-swi .swiper-button-pr {
   background-image: url('../img/jr.png');
 }

 .hi-swi .swiper-button-ne:hover {
   background-image: url('../img/jll.png');
   background-color: #016fd0;

 }

 .hi-swi .swiper-button-pr:hover {
   background-image: url('../img/jrr.png');
   background-color: #016fd0;

 }

 .hi-swi .swiper-button-ne.swiper-button-disabled,
 .hi-swi .swiper-button-pr.swiper-button-disabled,
 .hi-swi .swiper-button-nex.swiper-button-disabled,
 .hi-swi .swiper-button-pre.swiper-button-disabled {
   opacity: 0.6
 }


 .firight {
   position: fixed;
   right: -10px;
   top: 40%;
   z-index: 9999;
   /* border-radius: 5px; */
 }

 .firight a {
   display: block;
   width: 80px;
   background-color: #016fd0;
   height: 57px;
   /* margin-bottom: 1px; */
   /* border-radius: 5px; */
   transition: 0.3s;
   box-sizing: border-box;
   margin-bottom: 10px;
   position: relative;
   right: 0;
 }
 .firight a:after{
   content: '';
   width: 10px;
   background-color: #016fd0;
   display: inline-block;
   vertical-align: middle;
 }
 .firight a:hover {
 right: 10px;
 }

 .firight a p {
   text-align: center;
   font-size: 12px;
   color: #fff;
   width: 70px;
 }

 .firight a .frimg {
  padding: 8px 0;
  height: 37px;
  box-sizing: border-box;
  line-height: 26px;
 }

 .cover {
   position: fixed;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   z-index: 999999999999999999;
   background: rgba(0, 0, 0, 0.5);
   display: none;
 }

 .cover .vid {
   max-width: 50%;
   /* max-height: 70%; */
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%) scale(0.6);
   border: 20px solid #000;
   box-sizing: border-box;
   transition: 0.5s;
   opacity: 0;
 }

 .cover .vid video {
   /* width: 100%; */
   max-width: 100%;
   max-height: 100%;
 }

 .cha {
   position: absolute;
   top: -60px;
   right: -55px;
   width: 30px;
   cursor: pointer;
 }

 .cover.act .vid {
   opacity: 1;
   transform: translate(-50%, -50%) scale(1);
 }

 .ba-box::after {
   content: ".";
   display: block;
   height: 0;
   visibility: hidden;
   clear: both;
 }

 .ba-box {
   margin-top: 20px;
 }

 .ba-box .left {
   float: left;
   width: 500px;
   /* margin-top: 25px; */
 }

 .ba-box .left div {
   line-height: 25px;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   text-align: left;
 }

 .ba-box .left div a {}

 .ba-box .left div a:hover {
   color: #016fd0;
 }