* {margin: 0;padding: 0;box-sizing: border-box;line-height:100%;}
body {font-size: 14px;font-family: Microsoft YaHei;overflow-x: hidden;}
em, i {font-style: inherit;font-weight: inherit;}
ul {list-style: none;}
a {text-decoration: none;color: #333;}
tr, td {padding: 0 !important;}
input, textarea {outline: none;border: none;}

@font-face {
font-family:DIN Medium;
src:url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.ttf),
     url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.eot),
     url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.otf),
     url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.woff),
     url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.woff2);
}


@font-face {
  font-family: 'iconfont';  /* Project id 3793909 */
  src: url('//at.alicdn.com/t/c/font_3793909_wcrwi1xx0no.woff2?t=1669454550015') format('woff2'),
       url('//at.alicdn.com/t/c/font_3793909_wcrwi1xx0no.woff?t=1669454550015') format('woff'),
       url('//at.alicdn.com/t/c/font_3793909_wcrwi1xx0no.ttf?t=1669454550015') format('truetype');
}

/*head*/
.head {/* overflow: hidden; */position: absolute;width: 80%;z-index: 5;border-radius: 10px;background: #fff;left:  0;top: 7%;right:  0;margin:  0 auto;}
.head_box {max-width: 1800px;margin: 0 auto;display:  flex;justify-content: space-between;align-items:  center;padding: 0 0 0 2%;}
.head_con {display: flex;justify-content: space-between;align-items: center;}
.head_logo {display: flex;align-items: center;}
.head_logo i {overflow:hidden;width: 20%;}
.head_logo i img {width:100%;height:auto;}
.head_logo p {font-size: 25px;display: flex;flex-direction: column;align-items: center;text-align-last: justify;margin: 0 0 0 17px;font-weight:  bold;}
.head_logo p span {font-size: 18px;padding: 4% 0 0;font-weight:  lighter;opacity: 0.8;}
.head_con {display: flex;justify-content: space-between;align-items: center;width: 56%;}
.head_nav {width: 80%;margin: 0 0 0 35px;} 
.head_nav ul {display: flex;align-items: center;width:  100%;justify-content:  space-between;}
.head_nav li {/* width: 20%; */}
.head_nav li a {font-size: 16px;position: relative;font-weight:  lighter;}
.head_nav li>a:before {content:'';width:0;height: 2px;background: #006bd1;position:absolute;bottom: 0;left:0;transition:0.5s;z-index: 1;}
.head_nav li>a:after {content:'';width:100%;height: 3.2vw;position:absolute;left: 0;}
.head_nav li:hover a:before,.head_nav>ul>li.cur a:before {width:100%;}
.head_num {width: 100px;margin: 0 0 0 20px;position:  relative;height:  100px;background: #006bd1;display:  flex;justify-content:  center;align-items:  center;}
.head_num p {display: flex;align-items: center;font-size: 15px;color:  #fff;background: #006bd1;padding: 23% 8%;/* border-radius: 50px; *//* width:  100%; */position:  absolute;top: 100%;right:  0;width: 300px;justify-content:  center;opacity:  0;transition:  0.5s;visibility:  hidden;}
.head_num:hover p {opacity:1;visibility:visible;}
.head_num i {font-size: 22px;color:#fff;width:  50px;height:  50px;background: rgba(255, 255, 255, 0.5);border-radius:  50%;display:  flex;justify-content:  center;align-items:  center;position:  relative;z-index: 5;}
.head_num i:after {content:'';width:100%;height:100%;background: rgba(255,255,255,0.3);position:absolute;top:0;left:0;z-index: -1;animation: warn 2s ease-out infinite;border-radius:  50%;}
.head_num p span {font-family:  DIN Medium;font-size: 22px;padding: 0 0 0 10px;white-space:  nowrap;}
@-webkit-keyframes "warn" {
    0% { box-shadow: 0 0 0 0 rgba(255,255,255,0.1); transform: scale(1);}
    50% { box-shadow: 0 0 0 12px rgba(255,255,255,0.1);transform: scale(1.1);}
    100% { box-shadow: 0 0 0 20px rgba(255,255,255,0);transform: scale(1);}
    
}


/*banner*/
.banner{position: relative;height: 100%;overflow: hidden;background: #fff;margin: 0 !important;}
.banner a{/* position: absolute; *//* width:100%; *//* height: 900px; *//* z-index: 3; *//* opacity: 0; *//* z-index: 555; */overflow: hidden;}
.banner a img{height: auto;transform:scale(1.1);width: 100% !important;margin: 0 !important;}
.banner a.active{z-index:5;opacity: 1;}
.banner a.active img{transform: scale(1.1);opacity: 1;}
.banner .slick-active img {    transition: 6s linear; transform: scale(1);}
.banner a img{
	transition:transform 5s linear,opacity 1s linear;
	-webkit-transition:transform 5s linear,opacity 1s linear;
	-o-transition:transform 5s linear,opacity 1s linear;
	-moz-transition:transform 5s linear,opacity 1s linear;
	-ms-transition:transform 5s linear,opacity 1s linear;
}
.banner .ban_dot {display: flex !important;width: 100%;justify-content: flex-start;align-items: flex-end;/* margin: 2% 0 0; */position: absolute;bottom: 5%;left: 5%;}
.banner .ban_dot li {width: 2px;height: 10px;display: inline-block;background: #fff;margin: 0 0.3%;transition: 0.5s;/* border-radius: 50%; */position: relative;z-index: 5;overflow: hidden;}
.banner .ban_dot li:before {content:'';width: 100%;height:0;/* background: #0a519a; */position:absolute;bottom: 0;left:0;z-index:-1;transition:1s all;}
.banner .ban_dot li.slick-active {height: 40px;}
.banner .ban_dot li.slick-active:before {height:100%; }
.banner .ban_dot li button {font-size:0;border: none;outline: none;}
.banner .slick-prev:before {content: '\e65f' !important;font-family: iconfont !important;color: #161883 !important;font-size: 60px !important;}
.banner .slick-next:before {content: '\e65f' !important;font-family: iconfont !important;color: #161883 !important;font-size: 60px !important;}
.banner .slick-prev {left: 3% !important;transform: rotate(180deg) !important;z-index: 5;}
.banner .slick-next {right: 3% !important;top: 45% !important;}
.banner .slick-prev:before, .banner .slick-next:before {opacity: 0;transition: all ease 0.5s;}
.banner:hover .slick-prev:before, .banner:hover .slick-next:before {opacity: 1;}

/*pro*/
.pro {padding: 4% 1%;overflow: hidden;}
.pro_box {max-width: 1500px;margin: 0 auto;}
.pro_tit {display: flex;justify-content:  center;align-items:  center;flex-direction:  column;}
.pro_tit p {display: flex;font-size:  36px;}
.pro_tit p b {color: #006bd1;font-weight: normal;}
.pro_tit span {font-size: 16px;padding:  1% 0 0;color:  #999;font-weight:  lighter;} 
.pro_tab {display: flex;justify-content: space-between;flex-direction:  column;margin: 3% 0 0;}
.pro_nav {/* padding: 0 0 1.5%; */display:  flex;align-items:  center;justify-content:  space-between;/* border-bottom: 3px solid #006bd1; */background: #006bd1;padding: 1% 1%;}
.pro_nav>p {font-size: 28px;display: flex;font-weight: bold;/* align-items:  center; */color: #fff;flex-direction: column;position: relative;padding: 0 0 0 4%;}
.pro_nav>p:before {content:'\e62f';font-family: 'iconfont';position: absolute;left: 0;top: 24%;font-size: 40px;}
.pro_nav>p>span {font-size: 13px;font-family:  Arial;font-weight: lighter;text-transform: uppercase;padding: 5% 0 0;}
.pro_nav>div {width: 40%;background: #fff;border: 1px solid #ddd;border-radius: 40px;padding: 0.5% 0;}
.pro_nav ul {display: flex;width: 98%;justify-content: space-between;margin: 0 auto;}
.pro_nav li {position:relative;display: flex;justify-content: center;z-index: 5;width: 33.3%;padding: 3% 0;}
.pro_nav li:before {content:'';width: 100%;height: 100%;background: #006bd1;position:absolute;top: 0;left:0;z-index: -1;transition: 0.5s;border-radius: 40px;opacity: 0;}
.pro_nav li:hover:before,.pro_nav li.on:before {opacity:1;}
.pro_nav li a {font-size: 16px;position:relative;padding: 0 0 0 15px;}
.pro_nav li a:before {content:'';width:5px;height:5px;background: #006bd1;border-radius:50%;position:absolute;top:0;left:0;bottom: 0;margin: auto;transition:0.5s;}
.pro_nav li.on a:before {background:#fff;}
.pro_nav li.on a {color:#fff;}
.pro_nav li dl {display:none;}
.pro_con {margin: 3% 0 0;overflow: hidden;}
.pro_roll {display: flex;transition: 0.5s;}
.pro_call {width: 100%;flex-shrink: 0;}
.pro_call ul {display: flex;justify-content: space-between;flex-wrap: wrap;}
.pro_call li {width: 24%;display: flex;flex-direction: column;border: 1px solid #f1f1f1;padding: 0.5%;position: relative;z-index: 5;}
.pro_call li:nth-child(n+5) {margin: 1.5% 0 0;}
.pro_call li br {display:none;}
.pro_call li a {overflow: hidden;}
.pro_call li a img {width: 100%;height: auto;transition: 0.5s;}
.pro_call li:hover img {transform:scale(1.1);}
.pro_call li span {padding: 6% 10% 6% 6%;background: #f8f8f8;/* position: absolute; */right: 0;bottom: 0;/* border-radius: 40px 0 0 0; */z-index: 5;overflow: hidden;position: relative;}
.pro_call li span:before {content:'';width:0;height:100%;background:#006bd1;position:absolute;right: 0;top: 0;z-index: -1;transition: 0.5s;}
.pro_call li:hover span:before {width:100%;}
.pro_call li span a {font-size: 15px;font-weight: lighter;transition: 0.5s;}
.pro_call li:hover span a {color:#fff;}
.pro_more {margin: 5% auto 0;background: #006bd1;padding: 1.5%;display: flex;justify-content: center;width: 22%;transition:0.5s;}
.pro_more:hover {width:24%;}
.pro_more a {font-size: 16px;font-weight: lighter;color: #fff;}

/*char*/
.char {padding: 4% 1% 9%;overflow: hidden;position: relative;z-index: 5;background: url(../uploadfile/image/20221125/20221125115731_1830261272.jpg)no-repeat center top fixed;}
.char:before {content:'';width: 100%;height: 100%;background: rgba(0, 107, 209, 0.8);position: absolute;top:0;left: 0;z-index: -1;}
.char_box {max-width: 1500px;margin: 0 auto;}
.char_tit {display: flex;justify-content:  center;align-items:  center;flex-direction:  column;}
.char_tit p {display: flex;font-size:  36px;color:  #fff;}
.char_tit p b {color: #fff;font-weight: normal;}
.char_tit span {font-size: 16px;padding:  1% 0 0;color: #fff;font-weight:  lighter;opacity: 0.8;}
.char_con {margin: 4% 0 0;}
.char_con ul {display: flex;justify-content: space-between;}
.char_con li {display: flex;flex-direction: column;align-items: center;background: #fff;border-radius: 50%;width: calc(10rem + 10vw);height: calc(10rem + 10vw);padding: 4% 0 0;border: 5px solid #eee;overflow:  hidden;box-shadow:  0 0 20px #ddd inset;transition: 0.5s;}
.char_con li:hover {transform: translateY(-10px);}
.char_con li i {font-size: 30px;}
.char_con li p {font-size: 22px;display: flex;flex-direction: column;align-items: center;padding: 7% 0 0;}
.char_con li p span {font-size: 16px;padding: 5% 8% 0;font-weight:  lighter;line-height: 30px;text-align:  center;}
.char_con li em {overflow:hidden;margin: 30% 0 0;transition:0.5s;}
.char_con li:hover em {margin: -30% 0 0;}
.char_con li em img {width: 100%;height: auto;}

/*adva*/
.adva {padding: 4% 1%;overflow: hidden;background:  #fff;width:  98%;margin: -4% auto 0;position:  relative;z-index: 5;}
.adva_box {max-width: 1500px;margin: 0 auto;}
.adva_tit {display: flex;justify-content: space-between;align-items: center;}
.adva_tit p {display: flex;flex-direction: column;font-size: 32px;}
.adva_tit p span {font-size: 30px;padding: 4% 0 0;font-weight:  bold;}
.adva_tit a {font-size: 16px;font-weight:  lighter;width: 10%;background: #006bd1;color: #fff;padding: 1% 0;display: flex;justify-content: center;}
.adva_tab {display: flex;justify-content:space-between;margin: 3% 0 0;overflow:  hidden;}
.adva_nav {width:20%;}
.adva_nav ul {display: flex;flex-direction: column;}
.adva_nav li {display: flex;padding: 12% 10%;align-items:  center;position:relative;z-index: 6;transition:  0.8s;}
.adva_nav li:before {content:'';width: 0;height:100%;background: #006bd1;position:absolute;left:0;transition: 0.8s;z-index: -1;}
.adva_nav li:hover:before,.adva_nav li.on:before {width:120%;}
.adva_nav li:hover,.adva_nav li.on {color:#fff;}
.adva_nav li+li {border-top:1px solid #eee;}
.adva_nav li i {font-size: 27px;}
.adva_nav li p {font-size: 22px;padding: 0 0 0 15px;}
.adva_nav>p {background: #006bd1;display:  flex;flex-direction:  column;align-items:  center;padding: 17.4% 0;font-size: 22px;color:  #fff;}
.adva_nav>p>span {font-size: 28px;font-family:  DIN Medium;padding: 3% 0 0;}
.adva_con {width: 80%;overflow:  hidden;}
.adva_con ul {display: flex;transition: 0.8s;}
.adva_con li {width: 100%;flex-shrink: 0;position:  relative;}
.adva_pic {width: 100%;}
.adva_pic i {}
.adva_pic i img {width: 100%;height: auto;}
.adva_txt {display: flex;flex-direction: column;position:  absolute;top: 0;left:  0;background:  rgba(0, 107, 209, 0.8);color:  #fff;width: 60%;right:  0;bottom:  0;margin:  auto;height: 60%;padding: 4%;}
.adva_txt p {font-size: 27px;display:  flex;flex-direction:  column;font-weight:  bold;}
.adva_txt p>span {font-size: 15px;font-family:  Arial;font-weight:  lighter;padding: 2% 0 0;opacity: 0.6;}
.adva_txt em {font-size: 16px;display:  flex;flex-direction:  column;margin: 7% 0 0;border-top: 1px solid rgba(255, 255, 255, 0.2);padding: 5% 0 0;}
.adva_txt em>span {font-size: 15px;line-height:  32px;font-weight:  lighter;position:  relative;z-index: 5;padding: 0 0 0 5%;}
.adva_txt em>span+span {margin:1% 0 0;}
.adva_txt em>span:before {content:'\eb94';font-size:16px;position:absolute;left:0;top:0;font-family: 'iconfont';}

/*appli*/
.appli {padding: 4% 1%;overflow: hidden;background: #f8f8f8;}
.appli_box {max-width: 1500px;margin: 0 auto;}
.appli_tit {display: flex;justify-content:  center;align-items:  center;flex-direction:  column;}
.appli_tit p {display: flex;font-size:  36px;}
.appli_tit p b {color: #006bd1;font-weight: normal;}
.appli_tit span {font-size: 16px;padding:  1% 0 0;color:  #999;font-weight:  lighter;} 
.appli_con {margin: 3% 0 0;}
.appli_call {}
.appli_call>div {display:flex;flex-direction: column;}
.appli_call ul {/* display: flex; *//* justify-content: space-between; */}
.appli_call ul+ul {margin: 0.3% 0 0;}
.appli_call ul:last-child {/* flex-direction: row-reverse; */}
.appli_call li {width: 24.7%;position: relative;display: flex;flex-direction: column;z-index: 5;overflow: hidden;float: left;}
.appli_call li+li {margin: 0 0 0 0.3%;}
.appli_call ul:last-child li+li {margin: 0 0.3% 0 0;}
.appli_call li:nth-last-child(-n+2) {margin:0.3% 0 0 0.3%;}
.appli_call ul:last-child li:nth-last-child(-n+2) {margin:0.3% 0.3% 0 0;}
.appli_call li:first-child {width: 49.86%;}
.appli_call ul:last-child li {float:right;}
.appli_call li a {overflow: hidden;position: relative;/* z-index: 5; */transition: 0.5s;}
.appli_call li>a:before {content:'';width:100%;height:50%;background: rgba(0,0,0,0.3);position:absolute;top:0;left:0;z-index: 1;transition:0.5s;}
.appli_call li>a:after {content:'';width:100%;height:50%;background: rgba(0,0,0,0.3);position:absolute;bottom:0;left:0;/* z-index: -1; */transition:0.5s;}
.appli_call li:hover>a:before,.appli_call li:hover>a:after {height:0;}
.appli_call li a img {width: 100%;height: auto;transition: 0.5s;}
.appli_call li:hover img {transform:scale(1.1);}
.appli_call li p {width: 100%;position: absolute;bottom: -28%;left: 0;background: rgba(0,0,0,0.5);padding: 20px;transition: 0.5s;}
.appli_call li:hover p {bottom:0;}
.appli_call li p a {font-size: 16px;color: #fff;}

/*about*/
.about {padding: 4% 1%  5%;background: url(../uploadfile/image/20221125/20221125175437_885151482.jpg)no-repeat center top;overflow: hidden;position:  relative;z-index:5;}
.about:before {content:'';width:100%;height:100%;background: rgba(0, 107, 209, 0.9);position:absolute;top:0;left:0;z-index:-1;}
.about_box {max-width: 1500px;margin: 0 auto;}
.about_tit {display: flex;flex-direction: column;align-items: center;}
.about_tit b {font-size: 36px;color:  #fff;}
.about_tit b span {color: #fff;}
.about_tit p {font-size: 18px;color: #fff;padding: 1% 0 0;font-weight:  lighter;letter-spacing: 1px;}
.about_tit em{font-size:0;display:inline-block;height: 8px;padding: 2% 0 0;}
.about_tit em i{ display:inline-block; width:8px; height:8px; border-radius:50%; background:#c4d0dc;animation: bounce_fountainG 1.2s linear infinite;} 
.about_tit em i+i{ margin-left:16px;}
.about_tit em i:nth-child(1){animation-delay: .4s;}
.about_tit em i:nth-child(2){background: #fff;animation-delay: .6s;}
.about_tit em i:nth-child(3){animation-delay: .8s;}
.about_con {margin: 4% 0 0;background: rgba(255, 255, 255, 0.8);padding: 4%;display:  flex;flex-direction:  column;align-items:  center;}
.about_con p {font-size: 16px;line-height: 36px;font-weight:  lighter;text-align:  center;}
.about_con ul {display: flex;margin: 5% 0 0;width: 80%;justify-content:  space-between;}
.about_con li {display: flex;flex-direction: column;align-items:  center;width: 25%;}
.about_con li span {display: flex;align-items: flex-end;}
.about_con li span b {font-size: 60px;font-family:  DIN Medium;}
.about_con li span i {width: 20px;height: 20px;border-radius: 50%;display: flex;justify-content: center;align-items: center;background: #006bd1;font-size: 14px;color: #fff;margin: 0  0 12% 0;}
.about_con li p {font-size: 16px;font-weight: lighter;}

/*pic*/
.pic {padding: 4% 1%;overflow: hidden;position: relative;/* margin: -4% 0 0; */z-index: 5;}
.pic_box {max-width: 1700px;margin: 0 auto;}
.pic_tit {display: flex;justify-content: center;}
.pic_tit p {display: flex;flex-direction: column;font-size: 30px;align-items: center;}
.pic_tit p span {font-family: Arial;text-transform: uppercase;font-size: 18px; padding: 8% 0 0;color: #999;}
.pic_con {position: relative;padding: 0 6%;background: #fff;/* box-shadow: 0 0 20px #eee; */}
.pic_call {}
.pic_call ul {margin-bottom: 0 !important;}
.pic_call li {overflow: hidden;position: relative;margin: 0 0.1%;z-index: 5;}
.pic_call li a {overflow:hidden;position: relative;display: inline-block;}
.pic_call li a img {width:100%;height:auto;transition: 0.5s;}
.pic_call li:hover img {transform:scale(1.1);}
.pic_call li p {width: 100%;text-align: center;background: #f5f5f5;padding: 5% 0;position: relative;}
.pic_call li p:before {content:'';width: 100%;height: 0;background: #006bd1;position:absolute;bottom: 0;left:0;transition:0.5s;}
.pic_call li:hover p:before {height:100%;}
.pic_call li:hover a {color:#fff;}
.pic_call li p a {font-size: 18px;font-weight: lighter;}
.pic_btn {display: flex;width: 98%;/* justify-content: center; *//* position: absolute; *//* top: 50%; *//* left: 0; *//* right: 0; *//* margin: 0 auto; *//* align-items:  center; */justify-content: space-between;}
.pic_btn i:hover  {background:#006bd1;color:#fff;border:none;}
.pic_btn>i {width: 50px;height: 80px;cursor: pointer;font-size: 28px;display: flex !important;justify-content: center;align-items: center;top: 36%;border-radius: 5px;transition: 0.5s;position: absolute;background: #edf2f5;font-weight: bold;color: #006bd1;margin: 0 12px;letter-spacing: 10px;}
.pic_btn>i:first-child {left: 1%;transform: rotate(180deg);}
.pic_btn>i:last-child {right: 1%;}
.ban_dot {display:none !important;}

/*news*/
.news {padding: 3% 1% 4%;overflow: hidden;background: url(../uploadfile/image/20221125/20221125160120_1960738670.jpg);}
.news_box {max-width: 1500px;margin: 0 auto;}
.news_top {display:flex;justify-content:  space-between;align-items:  center;}
.news_tit {display: flex;flex-direction: column;align-items: center;}
.news_tit b {font-size: 36px;font-weight: normal;}
.news_tit b span {color: #006bd1;}
.news_tit p {font-size: 18px;color: #999;padding: 5% 0 0;font-weight:  lighter;}
.news_tit em{font-size:0;display:inline-block;height: 8px;padding: 2% 0 0;}
.news_tit em i{ display:inline-block; width:8px; height:8px; border-radius:50%; background:#c4d0dc;animation: bounce_fountainG 1.2s linear infinite;} 
.news_tit em i+i{ margin-left:16px;}
.news_tit em i:nth-child(1){animation-delay: .4s;}
.news_tit em i:nth-child(2){background:#b50001;animation-delay: .6s;}
.news_tit em i:nth-child(3){animation-delay: .8s;}
.news_nav {width: 40%;}
.news_nav ul {display: flex;justify-content: space-between;align-items: center;width: 100%;}
.news_nav li {display:  flex;justify-content:  center;align-items:  center;background: #fff;margin: 0 12px;width: 100%;padding: 1.5% 25px;border-radius: 40px;position: relative;overflow: hidden;z-index: 5;/* box-shadow: 0px 0px 20px #ddd; */}
.news_nav li:before {content:'';width:0;height:100%;background: #006bd1;position:absolute;top:0;left:0;transition:0.5s;z-index:-1;}
.news_nav li.on:before {width:100%;}
.news_nav li i {font-size: 18px;line-height:  24px;}
.news_nav li a {font-size: 18px;line-height: 24px;padding-left: 4px;    white-space: nowrap;}
.news_nav li.on,.news_nav li.on a {color: #fff;font-weight: bold;}
.news_list{width: 100%;display: flex;transition:all .5s;}
.news_list .tempWrap {width: 100% !important;}
.news_list .news_div{display: flex;justify-content: space-between;flex-shrink: 0;width:100%;}
.news_list .news_div+.news_div{}
.news_list .news_div_item{width: 32%;position: relative;transition:0.5s;padding: 20px;background: #fff;display: flex !important;flex-direction: column-reverse;margin: 0 0.1%;border: 1px solid #f8f8f8;}
.news_list .news_div_item_date{position: absolute;bottom: 170px;display: block;left: 19px;height: 22px;font-size: 13px;color: #666;}
.news_list .news_div_item_date::before{content:'';}
.news_list .news_div_item_content{height: 220px;}
.news_list .news_div_item_year, .news_list .news_div_item_month, .news_list .news_div_item_day{float: left;font-size: 13px;line-height: 22px;color: #666;}
.news_list .news_div_item_title{}
.news_list .news_div_item_a{font-size: 16px;display: block;margin-bottom: 40px;position:relative;transition:0.3s;font-weight: 100;padding-top: 18px;}
.news_list .news_div_item_a::before{position:absolute;content:'\4e86\89e3\8be6\60c5';bottom: -176px;left: 0;width: 130px;height: 40px;background: #fff;border-radius: 20px;line-height: 40px;color: #666;font-size: 13px;transition:0.5s;border: 1px #f6f5f5 solid;text-align: center;box-sizing: border-box;padding-left: 30px;}
.news_list .news_div_item_a::after{position:absolute;font-size: 18px;width: 18px;height: 14px;left: 22px;transition:0.5s;font-family: 'iconfont';content: "\eb94";color: #666;bottom: -163px;}
.news_list .news_div_item_body{font-size: 14px;color: #999;line-height: 26px; font-weight:100;}
.news_list .news_div_item_pic, .news_list .news_div_item_pic a, .news_list .news_div_item_image{width:100%;height:auto;display: block;transition: 0.5s;}
.news_list .news_div_item:hover .news_div_item_a{color: #006bd1;transition:0.3s;}
.news_list .news_div_item:hover .news_div_item_a::before{background: #006bd1;color: #fff;}
.news_list .news_div_item:hover .news_div_item_a::after{color: #fff;}
.new_ic{overflow:hidden;margin: 3% auto 0;}
.news_list .news_div_item:hover .news_div_item_pic img  {    transform: scale(1.1);transition: 0.5s;}
.news_div_item_pic {overflow: hidden;}

/*copy*/
.copy {overflow: hidden;padding: 0 1%;background: #006bd1;}
.copy_box {max-width: 1500px;margin: 0 auto;}
.copy_top {padding: 4% 0 2%;border-bottom: 1px solid rgba(255,255,255,0.1);}
.copy_top p {display: flex;align-items: center;font-size: 15px;font-weight: lighter;color: #fff;}
.copy_top p i {font-size: 20px;margin: 0 10px 0 0;}
.copy_top p span {font-size: 24px;font-family:  DIN Medium;}
.copy_con {display: flex;justify-content: space-between;padding: 3% 0;}
.copy_nav {width: 52%;}
.copy_nav ul {display: flex;justify-content:space-between;width: 100%;}
.copy_nav li p {font-size: 18px;line-height: 20px;margin-bottom: 20px;font-weight: bold;color: #fff;}
.copy_nav li a {font-size: 14px;line-height: 30px;display: flex;color: #fff;transform:translateX(0);transition:0.5s;}
.copy_nav li a:hover  {transform:translateX(10px)}
.copy_pic {width: 32%;}
.copy_pic ul {display: flex;justify-content:  space-between;width:  100%;}
.copy_pic li {width: 30%;display: flex;flex-direction: column;align-items: center;}
.copy_pic li i {overflow: hidden;padding:  1%;border: 1px solid #eee;}
.copy_pic li i img {width: 100%;height: auto;}
.copy_pic li p {font-size: 16px;padding: 5% 0 0;color: #fff;}

/*end*/
.end {padding: 2% 1%;overflow:hidden;background: #006bd1;}
.end_box {max-width: 1500px;margin: 0 auto;display: flex;justify-content: space-between;align-items: center;}
.end_box em {color: #fff;font-size: 15px;}
.end_box em>a {font-size: 15px;color: #fff;}
.end_box>a {font-size: 15px;color: #fff;}