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


/*head*/
.head {padding: 1% 1%;overflow: hidden;position: absolute;width: 100%;z-index: 5;border-radius: 10px;/* background: #1b90e6; */left:  0;top: 0;right:  0;margin:  0 auto;}
.head_box {max-width: 1800px;margin: 0 auto;display:  flex;justify-content: space-between;align-items:  center;/* padding: 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: 18%; */}
.head_logo i img {width:100%;height:auto;}
.head_logo p {font-size: 24px;display: flex;flex-direction: column;align-items: center;text-align-last: justify;margin: 0 0 0 17px;font-weight:  bold;color:  #fff;}
.head_logo p span {font-size: 15px;padding: 4% 0 0;font-weight:  lighter;opacity: 0.8;}
.head_con {display: flex;justify-content: space-between;align-items: center;width: 60%;}
.head_nav {width: 68%;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;color:  #fff;font-weight:  lighter;}
.head_nav li>a:before {content:'';width:0;height: 2px;background: #fff;position:absolute;bottom: -1.2vw;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: 250px;margin: 0 20px;}
.head_num p {display: flex;align-items: center;font-size: 15px;color:  #fff;background: #000;padding: 3% 10%;border-radius: 50px;/* width:  100%; */justify-content: center;}
.head_num p i {font-size: 21px;}
.head_num p span {font-family:  DIN Medium;font-size: 22px;padding: 0 0 0 10px;white-space:  nowrap;}
.head_int {display: flex; align-items: center;}
.head_int a {display:flex;align-items: center;}
.head_int i {width: 25px;height: 25px;border-radius: 50%;background: darkblue;display: flex;overflow: hidden;}
.head_int p {font-size: 21px;text-transform: uppercase;font-family: Arial;font-weight: bold;padding: 0 0 0 10px;transition:0.5s;color: #fff;}
.head_int:hover p {color:#1b90e6;}

/*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: #1b90e6;}
.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 {overflow: hidden;padding: 4% 1%;/* background: #eee; */border-top: 6px solid #1b90e6;}
.pro_box {/* max-width: 1500px; */margin: 0 auto;}
.pro_tit {display: flex;flex-direction: column;align-items: center;}
.pro_tit p {display: flex;flex-direction: column;align-items: center;font-size: 36px;}
.pro_tit p span {font-size: 16px;font-weight:  lighter;padding: 5% 0 0;color: #999;}
.pro_tab {/* display: flex; *//* justify-content: space-between; */margin: 3% 0 0;}
.pro_nav {width: 100%;display: flex;}
.pro_nav>p {font-size: 28px;display: flex;flex-direction: column;background: #1b90e6;color: #fff;padding: 2%;align-items: center;white-space: nowrap;justify-content: center;}
.pro_nav>p>span {font-size: 18px;text-transform: uppercase;padding: 6% 0 0;font-family: Arial;}
.pro_nav>div {width: 100%;border: 1px solid #eee;border-left: none;border-bottom: none;}
.pro_nav ul {display: flex;align-items: center;/* flex-direction: column; */overflow: auto;flex-wrap: wrap;justify-content: space-between;width: 100%;}
.pro_nav ul::-webkit-scrollbar{ width:3px; height:389px; scrollbar-arrow-color:#1b90e6;}
.pro_nav ul::-webkit-scrollbar-thumb{ border-radius:5px; -webkit-box-shadow:inset 0 0 5px #1b90e6; background:rgba(0, 0, 0, 0.2); scrollbar-arrow-color:#1b90e6;}
.pro_nav ul::-webkit-scrollbar-track{ -webkit-box-shadow:inset 0 0 5px #ffffff; border-radius:0; background:#ffffff;}
.pro_nav li {width: 16.63%;padding: 2% 0;border-bottom: 1px solid rgba(51,51,51,0.1);position: relative;background: #f8f8f8;z-index: 5;display: flex;justify-content: center;align-items: center;border-right: 1px solid rgba(51,51,51,0.1);}
.pro_nav li:before {content:'\e600';font-family: 'iconfont';position: absolute;right: 0;top: 0;height: 100%;display: flex;justify-content: center;align-items: center;font-size: 24px;}
.pro_nav li:after {content:'';width:0;height: 100%;background: #097bcf;position: absolute;bottom: 0;left: 0;transition: 1s;z-index: -1;}
.pro_nav li.on:after,.pro_nav li:hover:after {width:100%;}
.pro_nav li:nth-child(6),.pro_nav li:nth-child(12),.pro_nav li:last-child {border-right:none;}
.pro_nav li dl {display:none;}
.pro_nav li a {font-size: calc(0.5rem + 0.4vw);transition: 1s;}
.pro_nav li.on a {color:#fff;}
.pro_num {display: flex;align-items: center;background: #f8f8f8;justify-content: center;padding: 13% 0;flex-direction: column;display: none;}
.pro_num a {width: 52%;background: #1b90e6;color: #fff;padding: 4% 0;border-radius: 40px;display: flex;justify-content: center;align-items: center;font-size: 16px;}
.pro_num i img {width:100%;}
.pro_num p {font-size: 17px;display: flex;flex-direction: column;font-weight: lighter;padding: 0 0 0 15px;align-items: center;padding: 10% 0 0;}
.pro_num p span {font-size: 25px;font-weight: bold;font-family: 'DIN Medium';color: #1b90e6;padding: 3% 0 0;}
.pro_con {width: 100%;margin: 3% 0 0;}
.pro_roll {display: flex;transition: 0.5s;}
.pro_call {width: 100%;flex-shrink: 0;}
.pro_call ul {display: flex;flex-wrap: wrap;justify-content: space-between;}
.pro_call li {display: flex;flex-direction: column;width: 24%;}
.pro_call li:nth-child(n+5) {margin: 1.2% 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 {width: 100%;display: flex;padding: 7.4%  5%;background: #f8f8f8;position: relative;z-index: 5;overflow: hidden;transition: 0.5s;}
.pro_call li span:before {content:'';position: absolute;right: 0;top: 0;width: 0;height: 100%;background: #1b90e6;transition: 0.5s;z-index: -1;}
.pro_call li span:before {left: 0;}
.pro_call li span:after {right: 0;}
.pro_call li:hover span:before {width:100%;}
.pro_call li span a {font-size: 15px;font-weight: lighter;position: relative;width: 80%;height: 100%;z-index: 5;transition:0.5s;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.pro_call li span:after {content:'\e8a6';font-family: 'iconfont';position: absolute;right: 4%;top: 0;height: 100%;display: flex;justify-content: center;align-items: center;font-size: 20px;transition: 0.5s;}
.pro_call li span a:after {content:'';position: absolute;right: 0;bottom: -125%;width: 38.33%;height: 0;background: #007cff;transition: 0.5s;left: 0;margin: 0 auto;z-index: -1;padding: 0;display: none;}
.pro_call li:hover span:after {color:#fff;}
.pro_call li:hover span a {color:#fff;}

/*char*/
.char {padding: 4% 1%;overflow: hidden;position: relative;z-index: 5;background: url(https://memberpic.114my.com.cn/024955/uploadfile/image/20221115/20221115163439_1015851153.jpg)no-repeat center fixed;}
.char:before {content:'';width: 100%;height: 100%;background: rgba(255,255,255,0.4);position: absolute;top:0;left:0;z-index:-1;}
.char_box {max-width: 1500px;margin: 0 auto;}
.char_tit {display: flex;flex-direction: column;align-items: center;}
.char_tit p {display: flex;flex-direction: column;align-items: center;font-size: 36px;}
.char_tit p span {font-size: 16px;font-weight:  lighter;padding: 5% 0 0;color: #999;}
.char_con {margin: 4% 0 0;}
.char_con ul {display: flex;justify-content: space-between;}
.char_con li {display: flex;flex-direction: column;width: 24%;align-items:  center;transition:0.5s;}
.char_con li:hover {transform:translateY(-10px);}
.char_con li i {overflow: hidden;}
.char_con li i img {width: 100%;transition: 0.5s;}
.char_con li:hover img {transform:scale(1.1);}
.char_con li p {display: flex;flex-direction: column;align-items: center;font-size: 24px;background:  #fff;padding: 6%;}
.char_con li p span {font-size: 16px;line-height:  30px;font-weight:  lighter;color:  #999;padding: 7% 0 0;}

/*appli*/
.appli {padding: 4% 0 0;overflow: hidden;}
.appli_box {}
.appli_tit {display: flex;flex-direction: column;align-items: center;}
.appli_tit p {font-size: 36px;}
.appli_tit span {font-size: 16px;font-weight: lighter;padding: 1% 0 0;color: #999;}
.appli_con {margin: 3% 0;}
.appli_call {}
.appli_call ul {display: flex;flex-wrap: wrap;}
.appli_call li {display: flex;flex-direction: column;width: 33.33%;position: relative;z-index:5;overflow:hidden;}
.appli_call li:before {content:'';width:100%;height:100%;background: #1b90e6;position:absolute;top:0;left:0;z-index: 1;transition: 0.5s;opacity: 0;}
.appli_call li:hover:before {opacity:0.5;}
.appli_call li>a {overflow: hidden;position: relative;}
.appli_call li>a:before, .appli_call li>a:after {content:'';width:100%;height:1px;background:#fff;position:absolute;left:0;z-index:5;transition: 0.5s;transform: scaleX(0);}
.appli_call li a:before {top: 35px;}
.appli_call li a:after {bottom: 35px;}
.appli_call li:hover a:before,.appli_call li:hover a:after {transform:scale(1);}
.appli_call li a img {width: 100%;height: auto;}
.appli_call li p {width: 100%;position: absolute;z-index: 5;height: 100%;opacity: 0;transition:0.5s;}
.appli_call li:hover p {opacity:1;}
.appli_call li p>a {font-size: 22px;color: #fff;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;position: relative;}
.appli_call li p>a:before, .appli_call li p>a:after {content:'';width: 1px;height: 100%;background:#fff;position:absolute;z-index:5;top: 0;transform:scaleY(0);transition:0.5s;}
.appli_call li p>a:before {left: 35px;}
.appli_call li p>a:after {right: 35px;}
.appli_call li:hover p>a:before,.appli_call li:hover p>a:after {transform:scaleY(1);}
.appli_nav {background: #1b90e6;}
.appli_nav ul {display: flex;justify-content: space-between;align-items: center;max-width: 1500px;margin: 0 auto;}
.appli_nav li {width: 13%;position: relative;z-index: 5;border-right: 1px solid rgba(255,255,255,0.1);padding: 3% 0;}
.appli_nav li:first-child {border-left: 1px solid rgba(255,255,255,0.1);}
.appli_nav li:before {content:'';width: 100%;height: 0;background: #097bcf;position: absolute;bottom: 0;left: 0;z-index: -1;transition:0.5s;}
.appli_nav li:hover:before {height:100%;}
.appli_nav li a {display: flex;flex-direction: column;align-items: center;color: #fff;}
.appli_nav li a i {font-size: 30px;}
.appli_nav li a span {font-size: 18px;padding: 9% 0 0;font-weight: lighter;}

/*adva*/
.adva {padding: 4% 0;overflow: hidden;background: url(https://memberpic.114my.com.cn/024955/uploadfile/image/20221115/20221115161702_1735606446.jpg)no-repeat center;position: relative;;;;z-index: 5;;}
.adva:before {content:'';width:100%;height:100%;background: rgba(0,0,0,0.8);position:absolute;top:0;left:0;z-index: -1;}
.adva_box {}
.adva_tit {display: flex;flex-direction: column;align-items: center;color: #fff;}
.adva_tit b {text-transform: uppercase;font-size: 60px;font-family: Arial;opacity: 0.3;letter-spacing: 2px;}
.adva_tit p {font-size: 32px;display: flex;flex-direction: column;align-items: center;margin: -1.5% 0 0;position:  relative;}
.adva_tit p span {font-size: 16px;opacity: 0.8;padding: 6% 0 0;font-weight:  lighter;}
.adva_con {margin: 3% 0 0;}
.adva_con ul {display: flex;justify-content: space-between;}
.adva_con li {width: 25%;display: flex;flex-direction: column;align-items: center;padding: 3% 3%;position:  relative;border-right: 1px solid rgba(255, 255, 255, 0.1);overflow:  hidden;z-index: 5;}
.adva_con li:last-child {border-right:none;}
.adva_con li i {width: 80px;height: 80px;border-radius: 50%;display: flex;justify-content: center;align-items: center;font-size: 28px;color: #fff;border:  1px solid #fff;background: #1b90e6;transition: 1s;transform: translateY(0) rotateY(0deg);}
.adva_con li:hover i {transform: translateY(500%) rotateY(360deg);}
.adva_con li p {font-size: 22px;display: flex;flex-direction: column;color:  #fff;align-items:  center;padding: 20% 0 0;}
.adva_con li p span {font-size: 12px;font-family:  Arial;opacity: 0.5;padding: 12% 0 0;}
.adva_con li em {font-size: 15px;color:  #fff;line-height: 32px;padding: 12% 0 0;font-weight:  lighter;}
.adva_con li b {font-size: 70px;font-family: Arial;padding: 20% 0 0;opacity: 0.2;color:  #fff;transition: 1s;transform: translateY(0) rotateY(0deg);}
.adva_con li:hover b {transform: translateY(-288%) rotateY(360deg);}
.adva_con li o {position:  absolute;left:  0;bottom:  0;transition: transform 500ms ease-out;width:  100%;height:  100%;transform: translateY(100%);z-index: -1;}
.adva_con li o:after {content:'';width:100%;height:100%;background:  rgba(0,0,0,0.5);position:  absolute;bottom:  0;left:  0;}
.adva_con li:hover o {animation: hover 2s}
.adva_con li o img {width: 100%;height: 600px;}
@keyframes hover {
    0% {transform: translateY(100%) }
    50% {transform: translateY(0)}
    100% {transform: translateY(-100%)}
}

/*about*/
.about {position: relative;overflow: hidden;padding: 4% 1%;background: #f8f8f8;}
.about_box {max-width: 1500px;margin: 0 auto;}
.about_tit {display: flex;flex-direction: column;align-items: center;}
.about_tit p {font-size: 36px;display: flex;flex-direction: column;align-items: center;}
.about_tit p span {font-size: 16px;font-weight: lighter;padding: 6% 0 0;color: #999;}
.about_tab {display:flex;justify-content: space-between;overflow: hidden;margin: 4% 0 0;/* align-items: center; */}
.about_con {display: inline-block;}
.about_con p {font-size: 40px;text-transform: uppercase;font-weight: lighter;color: #eee;line-height: 40px;}
.about_con p b {font-weight: bold;color: #1b90e6;}
.about_con em {display: flex;flex-direction: column;font-size: 32px;padding-top: 10px;}
.about_con em span {font-size: 14px;color: #666;line-height: 36px;width: 624px;padding-top: 45px;}
.about_con ul {display: flex;justify-content: space-between;width: 620px;margin-top: 45px;}
.about_con li {width:208px;height: 46px;border:1px solid #ddd;text-align: center;line-height: 46px;transition: 0.2s;}
.about_con li:hover {background: #1b90e6;transition:0.5s;width:308px;border:none;transition: 0.2s;}
.about_con li:hover a {color:#fff;}
.about_con li a {font-size: 14px;}
.about_pic {width: 54%;display: flex;}
.about_pic i {}
.about_pic i img {width: 100%;height: auto;}
.about_num {margin: -3% 0 0;width: 100%;}
.about_num ul {display: flex;width: 100%;}
.about_num li {width: 20%;height: 172px;background: #1b90e6;color: #fff;display: flex;flex-direction: column;align-items: center;justify-content: center;z-index: 9;position: relative;border-right: 1px solid rgb(255 255 255 / 10%);}
.about_num li:nth-child(2) {/* background: #116bcb; */}
.about_num li:nth-child(3) {/* background: #2973c1; */}
.about_num li:nth-child(4) {/* background: #0862c1; */}
.about_num li:nth-child(3) em{right:23%;}
.about_num li span {font-size: 48px;font-weight: bold;font-family: "akr";}
.about_num li p {font-size: 16px;padding: 5% 0 0;}
.about_num li em{font-size: 14px;color: #fff;position: absolute;right: 28%;top:55px;}

/*news*/
.news {padding: 4% 1%;overflow: hidden;/* background: #f5f5f5; */}
.news_box {max-width: 1500px;margin: 0 auto;}
.news_tit {display: flex;flex-direction: column;align-items: center;}
.news_tit span {font-size: 18px;color:  #0884c4;text-transform:  uppercase;font-family:  Arial;display: none;}
.news_tit b {font-size: 36px;padding: 1% 0 0;font-weight: normal;}
.news_tit p {font-size: 16px;padding: 1% 0 0;font-weight: lighter;color: #999;}
.news_nav {width: 40%;margin: 3% auto 0;}
.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: #1b90e6;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: #1b90e6;transition:0.3s;}
.news_list .news_div_item:hover .news_div_item_a::before{background: #1b90e6;color: #fff;}
.news_list .news_div_item:hover .news_div_item_a::after{color: #fff;}
.new_ic{overflow:hidden;margin: 4% 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;}

/*link*/
.linkTagcs {width: 100%!important;padding-top: 6px;}
.gy{max-width: 1500px;margin: 0 auto;width: 100%;}
.link_c{display: flex;height: 86px;align-items: center;position: relative;}
.link_c:after {position: absolute;content: "";width: 100%; height: 1px; background: rgba(255,255,255,0.05); right: 0;bottom: 0;}
.link_tit{display: flex;position: relative;padding-right: 25px;align-items: center;}
.link_tit>span{font-size: 40px;color: #fff;margin-right: 12px;}
.link_tit>p>span{display: block;font-size: 25px;color: #fff;font-weight: bold;}
.link_tit>p>i{font-size: 14px;color: #fff;letter-spacing: 4px;}
.linkTagcs ul{height: 100%; display: flex;align-items: center;flex-wrap: wrap;}
.links_m {height: 100%;  display: flex;align-items: center;}
.linkTagcs li a {color: rgba(255,255,255,0.26)!important;font-size:14px;}
.linkTagcs li{line-height:22px!important;}


/*copy*/
.copy {width: 100%;background: #333;overflow: hidden;padding-bottom: 163px;position: relative;z-index: 2;margin:   0 auto;padding: 0 1%;}
.copy_pic {height: 160px;overflow: hidden;}
.copy_pic li {width:  160px; height: 160px; overflow: hidden;}
.copy_pic li p {font-size: 14px;color: #ffffff;text-align: center;line-height: 30px;}
.copy_pic li i {background: #ffffff;width:160px;height: 160px; display: inline-block;padding: 9px;}
.copy_pic li i img{width:100%;}
.copy_str {margin-top: 15px;}
.copy_str li {width: 36px;height: 36px;border-radius: 100%; transition: 0.5s;position: relative;border: 1px solid rgba(255,255,255,0.15);display: flex;
justify-content: center; align-items: center;cursor: pointer;}
.copy_str li.on{background: #1b90e6;border:none;}
.copy_str ul { display: flex;justify-content: center;}
.copy_str li i {font-size: 20px;color: #fff;position: relative;z-index: 99;}
.copy_str li+li {margin-left:18px;}
.copy_txt {font-size: 16px;color: #ffffff;line-height: 20px;float: left;padding: 16px 0 0 64px;}
.copy_txt b {font-family: Roboto;font-size: 30px;line-height: 32px;display: block;padding: 15px 0;}
.copy_txt a {font-size: 14px;line-height: 35px;color: #ffffff;width: 125px;height: 35px;background:url(https://memberpic.114my.com.cn/dgqjwj11/uploadfile/image/20210119/20210119152834_1665765722.png)no-repeat #00277a 20px 9px;display: inline-block;border-radius: 10px;text-align: center;padding-left: 30px;}
.copy_con {width:41%;/* padding-top: 70px; */}
.copy_pho{}
.copy_con ul {display: flex;justify-content:space-between;width: 100%;}
.copy_con li p {font-size: 18px;color: #ffffff;line-height: 20px;margin-bottom: 20px;font-weight: bold;}
.copy_con li a {font-size: 14px;color:rgba(255, 255, 255, 0.47);line-height: 30px; display: flex;}
.copy_con li a:hover  {color:#fff;}
.copy_c {display: flex;justify-content: space-between;align-items:  center;padding: 3% 0;}
.zh_b{font-size: 20px!important;color: #fff;font-weight: normal;}


/*foor*/
.foor {width:100%;background: #141414;padding: 0 4%;}
.foor_name {display: flex;justify-content: space-between;height: 97px;align-items: center;}
.foor_name>div:nth-child(1) {padding-left: 7px;}
.foor_name>div{font-size: 14px;color: #fff;text-align: center;}
.foor_name a {color: #fff;transition: all 0.3s linear;font-size: 14px;}
.foor_name a:hover  {color:#fff;transition: all 0.3s linear;}
.copy_pho b{display: block;font-size: 22px;color: #fff;}
.copy_pho div{font-size: 16px;color: #fff;line-height: 36px;margin-top: 25px;}
.bq_bj {width: 100%; height: 266px;background: #141414;position: relative;margin-top: -266px;}
.copy_icon>b{display: block;font-size: 18px;color: #fff;margin-bottom: 30px;}