* {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 3839136 */
  src: url('//at.alicdn.com/t/c/font_3839136_ussx259sctj.woff2?t=1672220033348') format('woff2'),
       url('//at.alicdn.com/t/c/font_3839136_ussx259sctj.woff?t=1672220033348') format('woff'),
       url('//at.alicdn.com/t/c/font_3839136_ussx259sctj.ttf?t=1672220033348') format('truetype');
}

/*head*/
.head {padding: 1.1% 1%;/* overflow: hidden; */position:  relative;z-index: 5;border-bottom: 2px solid #1d53e2;}
.head_box {max-width: 1800px;margin: 0 auto;display: flex;justify-content: space-between;align-items: center;}
.head_logo {display: flex;align-items: center;}
.head_logo i {}
.head_logo p {display: flex;flex-direction: column;font-size: 25px;color: #1D76E1;border-left: 1px solid #eee;padding: 0 0 0 20px;margin: 0 0 0 15px;}
.head_logo p span {font-size: 18px;color:  #666;font-weight:  lighter;padding: 4% 0 0;text-align-last:  justify;}
.head_con {display:flex;justify-content: space-between;align-items: center;width: 55%;position:  relative;}
.head_nav {width: 86%;}
.head_nav ul {display: flex;width: 100%;justify-content:  space-between;}
.head_nav li {position:  relative;z-index: 5;}
.head_nav li:before {content:'';width:0;height: 3px;background: #1d53e2;position:  absolute;bottom:  0;left:  0;z-index: -1;transition:  0.5s;}
.head_nav li:hover:before,.head_nav>ul>li.cur:before {width:100%;}
.head_nav li a {font-size: 16px;transition:0.5s;}
.head_num {display: flex;}
.head_num i {font-size: 21px;width:  50px;height:  50px;display:  flex;justify-content:  center;align-items:  center;background: #1D76E1;color:  #fff;border-radius:  50%;}
.head_num p {display: flex;font-size: 15px;font-weight:  lighter;align-items:  center;position:  absolute;background:  #fff;padding: 3%;right: 0;top: 4.4vw;opacity:  0;transition:  0.5s;visibility:  hidden;}
.head_num p span {font-size: 22px;font-family:  DIN Medium;color:  #1d53e2;}
.head_num:hover p {opacity:1;visibility:visible;}
.gongsi { font-size: 30px !important;}

/*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: center;align-items: center;/* margin: 2% 0 0; */position: absolute;bottom: 5%;left: 0;}
.banner .ban_dot li {width: 13px;height: 13px;display: inline-block;background: #ddd;margin: 0 0.5%;transition: 0.5s;border-radius: 50%;}
.banner .ban_dot li.slick-active {background: #0154ab;}
.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;position: relative;z-index: 5;/* display: flex; *//* justify-content: flex-start; */background: #1D76E1;}
.pro:before {content:'';top: 0;right: 0;/* transform: rotate(-135deg); */border-top: 45vw solid #1D76E1;border-left: 104vw solid transparent;border-right: 0 solid transparent;position:  absolute;z-index: -1;display: none;}
.pro_box {max-width:1780px;margin: 0 auto;}
.pro_tab {display:flex;/* align-items: center; */}
.pro_nav {width:20%;background: #f8f8f8;padding: 2%;}
.pro_nav ul {width:100%;}
.pro_nav li {width: 100%;}
.pro_nav li>a {font-size: 16px;background: #1D76E1;color: #fff;padding: 6% 5%;display: flex;font-weight: lighter;position: relative;}
.pro_nav li>a:before {content:'\e6b9';font-family: 'iconfont';position: absolute;right: 6%;top: 0;bottom: 0;margin: auto;height: 100%;display: flex;justify-content: center;align-items: center;font-size: 20px;}
.pro_nav li dl {/* margin: 3% 0; */}
.pro_nav li dl dt {padding: 6% 5%;border-bottom:1px solid #eee;position: relative;z-index: 5;}
.pro_nav li dl dt:before {content:'';width:0;height:100%;background:#1D76E1;position:absolute;top:0;left:0;z-index:-1;transition:0.5s;}
.pro_nav li dl dt:hover:before {width:100%;}
.pro_nav li dl dt:last-child {border:none;}
.pro_nav li dl dt a {font-size: 15px;font-weight: lighter;transition:0.5s;}
.pro_nav li dl dt:hover a {color:#fff;}
.pro_con {width:80%;padding: 3%;background: #fff;border: 1px solid #eee;border-left: none;}
.pro_call {}
.pro_call ul {display:flex;flex-wrap: wrap;justify-content: space-between;}
.pro_call li {width: 32.5%;display: flex;flex-direction: column;align-items: center;border: 1px solid #eee;padding: 1% 0 0;}
.pro_call li:nth-child(n+4) {margin:1% 0 0;}
.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 br {display: none;}
.pro_call li span {width:100%;text-align: center;padding: 5% 0;}
.pro_call li span a {font-size: 16px;font-weight: lighter;}



/*adva*/
.adva {padding: 4% 1%;overflow: hidden;position:  relative;z-index:  5;background: url(//memberpic.114my.com.cn/taigongdr/uploadfile/image/20221226/20221226094855_493747599.jpg)no-repeat center top;background-size: contain;}
.adva:before {content:'';width:100%;height: 64.4%;background:rgba(0,0,0,0.5);position:absolute;top:0;left:0;z-index:-1;}
.adva_box {max-width: 1500px;margin: 0 auto;}
.adva_tit {display: flex;justify-content: center;align-items: center;}
.adva_tit p {font-size: 32px;display: flex;flex-direction: column;align-items: center;color: #fff;}
.adva_tit p span {font-size: 17px;font-weight: lighter;padding: 3% 0 0;}
.adva_con {margin: 4% 0 0;}
.adva_con ul {display: flex;justify-content: space-between;}
.adva_con li {display: flex;flex-direction: column;align-items: center;width: 24%;border-radius:  10px;overflow:  hidden;background:  #fff;box-shadow: 0 3px 20px rgba(0,0,0,0.05);transition:  0.8s;}
.adva_con li:hover {box-shadow: 0 10px 20px rgba(0,0,0,0.1); transform: translateY(-10px);}
.adva_pic {}
.adva_pic i {overflow: hidden;}
.adva_pic i img {width: 100%;height: auto;transition: 0.5s;}
.adva_txt {display: flex;flex-direction: column;position:  relative;padding: 8%;width:  100%;}
.adva_txt b {font-size: 24px;font-family:  Arial;}
.adva_txt p {font-size: 22px;display:  flex;flex-direction:  column;margin: 5% 0 0;}
.adva_txt p span {font-size: 15px;line-height: 24px;font-weight:  lighter;margin: 4% 0 0;}
.adva_txt i {position:absolute;top: -10%;right: 5%;background: #1D76E1;color:  #fff;padding: 5%;border-radius: 6px;font-size: 24px;}

/*appli*/
.appli {}
.appli {padding: 0;overflow: hidden;}
.appli_box  {/* max-width: 1600px; */margin: 0 auto;position: relative;z-index: 5;}
.appli_call {}
.appli_call ul {margin-bottom: 0 !important;}
.appli_call li {display: flex;flex-direction: column;}
.appli_call li a {overflow: hidden;}
.appli_call li a img {width: 100%;height: auto;}
.appli_call li br {display:none;}
.appli_call li p {text-align: center;display: none;}
.appli_call li p a {font-size: 16px;}
.appli_call .ban_dot {display:none !important;}
.appli_con {position:absolute;bottom:0;left:0;width: 80%;margin:0 auto;background: #000;border: 5px solid #ddd;border-radius: 20px 20px 0 0;padding: 3% 0;right: 0;border-bottom: none;}
.appli_tit {display: flex;flex-direction: column;justify-content: center;align-items: center;}
.appli_tit b {display: flex;align-items: center;font-size: 62px;text-transform: uppercase;font-family: Arial;color: rgba(255,255,255,0.2);}
.appli_tit p {font-size: 32px;color: #fff;font-weight:  lighter;display: flex;flex-direction: column;justify-content: center;align-items: center;position: relative;z-index: 5;margin: -2.4% 0 0;}
.appli_tit p span {font-size: 17px;padding: 3% 0 0;font-weight: lighter;}
.appli_txt {width:80%;margin: 3% auto 0;}
.appli_txt ul {display:flex;}
.appli_txt li {display: flex;flex-direction:  column;width: 33%;align-items: center;padding: 3% 3% 0;}
.appli_txt li i {font-size: 22px;background: #1D76E1;color: #fff;width: 50px;height: 50px;border-radius: 5px;display: flex;justify-content: center;align-items: center;}
.appli_txt li p {font-size: 22px;color: #fff;margin: 7% 0 0;display: flex;flex-direction: column;align-items: center;}
.appli_txt li p span {font-size: 15px;font-weight: lighter;line-height: 30px;margin: 3% 0 0;text-align: center;}

/*cus*/
.cus {overflow:hidden;padding: 0 0 4% 0;}
.cus_box {max-width: 1500px;margin: 0 auto;}
.cus_tit {display:flex;flex-direction:column;}
.cus_tit p {display:flex;flex-direction:column;font-size: 32px;}
.cus_tit p span {font-size: 17px;padding: 1% 0 0;font-weight:  lighter;}
.cus_con {margin:3% 0 0;}
.cus_con ul {display: flex;justify-content:  space-between;}
.cus_con li {width: 11.5%;display: flex;flex-direction: column;align-items: center;border: 1px solid #eee;padding: 3% 0;}
.cus_con li:hover {border-color: #1D76E1;background: #1D76E1;animation: custon 1s linear;}
.cus_con li i {font-size: 36px;}
.cus_con li:hover i{color:#fff;}
.cus_con li p {font-size: 16px;display:  flex;flex-direction:  column;align-items:  center;margin: 10% 0 0;font-weight:  lighter;}
.cus_con li:hover p {color:#fff;}
.cus_con li p span {padding: 10% 0 0;}
@keyframes custon{
  0%{transform:translateY(0);}
  20%{transform:translateY(-10px) rotate(15deg);}
  40%{transform:translateY(-3px) rotate(-10deg);}
  60%{transform:translateY(5px) rotate(12deg);}
  80%{transform:translateY(-5px) rotate(-6deg);}
  100%{transform:translateY(0px) rotate(0deg);}
}

/*about*/
.about {padding: 4% 1%;overflow: hidden;display: flex;justify-content: flex-end;position:  relative;z-index:5;background: #1D76E1;}
.about:after {content:'';bottom: 0;left: 0;/* transform: rotate(45deg); */border-bottom: 45vw solid #1D76E1;border-left: 0vw solid transparent;border-right: 104vw solid transparent;content:'';width: 0;height: 0;position:  absolute;z-index: -1;display: none;}
.about_box {max-width: 1680px;margin: 0 auto;}
.about_con {display: flex;}
.about_pic {display: flex;width: 40%;}
.about_pic i {overflow: hidden;}
.about_pic i img {width: 100%;height: auto;}
.about_txt {display: flex;flex-direction: column;width: 60%;padding: 4%;background: #fff;}
.about_txt b {font-size: 24px;display:  flex;flex-direction:  column;}
.about_txt b span {width: 16%;background: #1D76E1;color:  #fff;text-transform:  uppercase;font-family:  Arial;display:  flex;justify-content:  center;padding: 1.5% 0;font-size: 17px;margin: 0 0 2% 0;}
.about_txt>p {font-size: 16px;font-weight: lighter;line-height: 30px;margin: 5% 0 0;}
.about_txt ul {display: flex;flex-wrap: wrap;justify-content: space-between;margin: 8% 0 0;}
.about_txt li {display: flex;flex-direction: column;width:  49%;background:  #fff;box-shadow:  0 0 20px #ddd;border-radius: 5px;padding: 5%;}
.about_txt li:nth-child(n+3) {margin: 2% 0 0;}
.about_txt li a {display: flex;}
.about_txt li a i {font-size: 45px;}
.about_txt li a p {font-size: 22px;display:  flex;flex-direction:  column;padding: 0 0 0 16px;}
.about_txt li a p span {font-size: 15px;font-family:  Arial;padding: 5% 0 0;}

/*news*/
.news {padding: 3% 1% 4%;overflow: hidden;background: url(//memberpic.114my.com.cn/taigongdr/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: 32px;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;}