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

/*top*/
.top {padding: 1% 1%;overflow: hidden;background:#005abc;}
.top_box {max-width: 1500px;margin: 0 auto;display: flex;justify-content: space-between;align-items: center;}
.top_name {}
.top_name p {font-size: 15px;color:  #fff;font-weight:  lighter;}
.top_btn {
}
.top_btn a {font-size: 16px;color:  #fff;}

/*head*/
.head {padding: 1% 1%;/* overflow:hidden; */position: absolute;z-index: 5;width:  100%;}
.head:before {content:'';background:#fff;border-bottom-left-radius: 110px;border-bottom-right-radius: 110px;box-shadow:   0 0 20px #ddd;width:  100%;height:  100%;max-width: 1700px;position:  absolute;left:  0;top: 0;z-index: -1;margin:  0 auto;right: 0;}
.head_box {max-width: 1500px;margin: 0 auto;display: flex;justify-content:  space-between;align-items:  center;}
.head_logo {display:  flex;align-items:  center;}
.head_logo i {border-radius: 10px;overflow:  hidden;}
.head_logo p {display: flex;flex-direction: column;font-size: 24px;padding: 0 0 0 17px;}
.head_logo p span {}
.head_nav {width: 48%;}
.head_nav ul {display: flex;align-items:  center;width: 100%;justify-content:  space-between;}
.head_nav li {width: 17%;display: flex;justify-content: center;}
.head_nav li a {font-size: 16px;position: relative;}
.head_nav li>a:before {content:'';width:0;height: 2px;background: #005abc;position:absolute;bottom: -42px;left:0;transition:0.5s;}
.head_nav li>a:after {content:'';width:100%;height: 56px;position:absolute;left: 0;}
.head_nav li:hover a:before,.head_nav>ul>li.cur a:before {width:100%;}
.head_num {display: flex;}
.head_num i {font-size: 25px;}
.head_num p {font-size: 24px;font-family:  DIN Medium;padding: 0 0 0 10px;}

/*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: #007cff;}
.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;}

/*mol*/
.mol {padding: 4% 1%;overflow: hidden;}
.mol_box {max-width: 1500px;margin: 0 auto;}
.mol_con {}
.mol_con ul {display: flex;justify-content: space-between;}
.mol_con li {display: flex;flex-direction: column;align-items: center;width: 24%;padding: 2% 2% 4%;position:  relative;z-index: 5;background: #f9f9f9;}
.mol_con li:before {content:'';width:100%;height: 2px;background: #005abc;position:absolute;bottom: 0;left:0;transition:0.5s;z-index: -1;}
.mol_con li:hover:before {height:100%;}
.mol_con li:hover {color:#fff;}
.mol_con li i {overflow:  hidden;}
.mol_con li i img {width:100%;height:auto;transition:  0.5s;}
.mol_con li:hover img {transform:scale(1.1);}
.mol_con li p {font-size: 24px;display: flex;flex-direction: column;align-items:  center;padding: 15% 0 0;}
.mol_con li p span {font-size: 15px;padding: 8% 0 0;line-height: 32px;font-weight:  lighter;text-align:  center;}
.mol_more {display: flex;align-items: center;justify-content:  center;background:  #fff;box-shadow:  0 0 20px #ddd;width: 32%;margin: 4% auto 0;padding: 1% 1%;border-radius:  40px;}
.mol_more p {font-size: 18px;font-weight:  lighter;white-space: nowrap;}
.mol_more a {font-size: 14px;width: 120px;display: flex;color: #fff;align-items: center;background:  #005abc;justify-content:  center;border-radius:  40px;padding: 2% 0;font-weight:  lighter;margin: 0 0 0 16px;position: relative;z-index: 5;overflow: hidden;}
.mol_more a:before {content:'';width: 100%;height:0;background:#333;position:absolute;bottom:0;left:0;z-index:-1;transition:0.5s;}
.mol_more a:hover:before {height:100%;}

/*int*/
.int {padding: 4% 1% 14%;background: url(../uploadfile/image/20221029/20221029102008_1930360533.jpg)no-repeat center fixed;;position: relative;overflow: hidden;z-index: 5;}
.int:before {content:'';width: 100%;height:100%;background: rgba(0,0,0,0.5);position: absolute;top:0;left: 0;z-index: -1;}
.int_box {max-width: 1500px;margin: 0 auto;}
.int_tit {display: flex;flex-direction: column;align-items: center;}
.int_tit span {font-size: 36px;color: #fff;position: relative;z-index: 5;}
.int_tit span:before {content:'';}
.int_tit p {font-size: 16px;color: #fff;font-weight:  lighter;padding: 1%  0 0;}
.int_tit a {font-size: 16px;width: 13%;color: #fff;padding: 1.2% 0;background: #005abc;margin: 2% auto 0;border-radius:  10px;display:  flex;justify-content:  center;align-items:  center;font-weight:  lighter;position: relative;z-index: 5;overflow: hidden;}
.int_tit a:before {content:'';width: 100%;height:0;background:#333;position:absolute;bottom:0;left:0;z-index:-1;transition:0.5s;}
.int_tit a:hover:before {height:100%;}
.int_con {margin: -10% 0 0;position:  relative;/* z-index: 5; */background:  #f5f5f5;padding: 0 1%;}
.int_con ul {justify-content:  space-between;max-width:  1500px;margin:  0 auto;position: relative;z-index: 5;}
.int_con li {width: 49%;position:  relative;display: flex;margin: 0 0.1%;background: #005abc;padding: 0.1%;box-shadow: 0 0 20px #fff inset;border-radius: 3px;}
.int_con li i {overflow:  hidden;}
.int_con li i img {width:100%;height:auto;}
.int_con li p {font-size: 14px;color:#fff;position: absolute;right: 24px;background: rgba(0,90,188,0.5);top: 6px;display: flex;justify-content: center;writing-mode: tb;padding: 3% 0;letter-spacing: 4px;border-radius: 0 0 30px 30px;width: 6%;align-items: center;}
.int_con button {display:none !important;}


/*pro*/
.pro {padding: 4% 1%;overflow: hidden;background: url(../uploadfile/image/20221028/20221028145913_1097486500.jpg)no-repeat center;position: relative;z-index: 5;background: #f5f5f5;}
.pro:before {content:'';width:100%;height:100%;/* background:rgba(255,255,255,0.8); */position:absolute;top:0;left:0;z-index:-1;}
.pro_box {max-width: 1500px;margin: 0 auto;}
.pro_tit {display: flex;flex-direction: column;display:  none;}
.pro_tit p {font-size: 36px;display: flex;flex-direction: column;align-items: center;}
.pro_tit p span {font-size: 16px;font-weight: lighter;padding: 1% 0 0;}
.pro_tab {}
.pro_nav {background: #fff;border-radius: 40px;width: 70%;margin: 0 auto;overflow: hidden;border: 3px solid #005abc;}
.pro_nav ul {display: flex;}
.pro_nav li {width: 50%;display: flex;justify-content: center;align-items: center;position: relative;z-index: 5;padding: 2% 0;}
.pro_nav li:before {content:'';width:0;height:100%;position:absolute;top:0;left:0;background: #005abc;transition:0.5s;z-index: -1;}
.pro_nav li:hover:before,.pro_nav li.on:before {width:100%;}
.pro_nav li a {font-size: 16px;}
.pro_nav li:hover a,.pro_nav li.on a {color:#fff;}
.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;flex-wrap: wrap;justify-content: space-between;row-gap: 24px;}
.pro_call li {width: 24%;display: flex;flex-direction: column;align-items: center;}
.pro_call li br {display:none;}
.pro_call li>a {overflow: hidden;}
.pro_call li a img {width: 100%;height: auto;transition: 0.5s;transition:0.5s;}
.pro_call li:hover img {transform:scale(1.1);}
.pro_call li span {width: 100%;text-align: center;padding: 8% 0 30%;background: #fff;}
.pro_call li span a {font-size: 18px;font-weight: bold;position: relative;width: 100%;display: flex;justify-content: center;}
.pro_call li span a:before {content:'View Details';width: 60%;border: 1px solid #eee;position: absolute;left: 0;bottom: -64px;height: 100%;font-size: 14px;margin: 0 auto;right: 0;padding: 3% 0;display: flex;justify-content: center;align-items: center;transition: 0.5s;border-radius: 5px;}
.pro_call li:hover span a:before {background:#005abc;color:#fff;}
.pro_more {width: 20%;display: flex;justify-content: center;align-items: center;margin: 5% auto 0;background: #005abc;padding: 1.3% 0;transition:0.5s;}
.pro_more:hover {width:25%;}
.pro_more a {font-size: 17px;color: #fff;}

/*char*/
.char {padding: 6% 1%;overflow: hidden;position:  relative;z-index: 5;}
.char:before {content:'';width:  500px;height:  500px;border: 120px solid rgba(0, 90, 188, 0.2);border-radius:  50%;position:  absolute;right: -12%;top: -22%;z-index: -1;}
.char_box {max-width: 1500px;margin: 0 auto;}
.char_con {display: flex;justify-content: space-between;align-items:  flex-end;}
.char_txt {width: 50%;}
.char_txt ul {display: flex;flex-direction: column;}
.char_txt li {display: flex;flex-direction: column;background:  #fff;box-shadow:  0 0 20px #ddd;border-radius: 10px;padding: 4%;width: 81%;transform:translateX(0);transition:0.5s;}
.char_txt li:hover {transform:translateX(10px);}
.char_txt li+li {margin: 4% 0 0;}
.char_txt li:nth-child(odd) {margin: 4% 6% 0;}
.char_txt li:first-child {margin: 0 6% 0;}
.char_txt li p {display: flex;align-items: center;}
.char_txt li p i {width: 45px;height: 45px;display: flex;justify-content: center;align-items: center;font-size: 21px;border-radius: 10px;background: #005abc;color:  #fff;}
.char_txt li p b {font-size: 24px;padding: 0 0 0 15px;}
.char_txt em {font-size: 16px;line-height: 30px;font-weight: lighter;padding: 3% 0 0;}
.char_pic {width: 50%;}
.char_pic i {overflow: hidden;}
.char_pic i img {width: 100%;height: auto;}

/*num*/
.num {padding: 2% 1%;/* overflow: hidden; */position:  relative;z-index: 6;}
.num:before {content:'';width: 100%;height:100%;position:absolute;top:0;right:0;box-shadow:   0 0 20px #ddd;transform: skew(-36deg);left:  0;margin:  0 auto;z-index: -1;background:  #fff;max-width: 1500px;}
.num_box {max-width: 1500px;margin: 0 auto;}
.num_con {}
.num_con ul {display: flex;}
.num_con li {width: 25%;display: flex;align-items: center;justify-content: center;border-right: 1px solid #f1f1f1f1;}
.num_con li:last-child {border-right:none;}
.num_con li i {width:50px;height:50px;border-radius:50%;display:  flex;justify-content:  center;align-items:  center;background:  #005abc;color:  #fff;font-size: 24px;}
.num_con li:nth-child(3) i {font-size: 28px;}
.num_con li p {font-size: 16px;display:  flex;flex-direction:  column;padding: 0 0 0 16px;}
.num_con li p i {font-size: 16px;}
.num_con li p b {font-size: 36px;font-family:  DIN Medium;}
.num_con li p span {font-size: 16px;font-weight:  lighter;padding: 7% 0 0;}

/*about*/
.about {padding: 8% 1%;overflow: hidden;position:  relative;margin: -3% 0 0;z-index: 5;background:  url(../uploadfile/image/20221028/20221028160455_457203781.jpg)no-repeat center;}
.about:before {content:'';width:  100%;height:  100%;background: linear-gradient(to right,#333 60%,transparent);position:  absolute;top: 0;left:  0;z-index: -1;}
.about_box {max-width: 1500px;margin: 0 auto;}
.about_con {display: flex;justify-content: space-between;position:  relative;}
.about_txt {display: flex;flex-direction: column;width: 50%;}
.about_txt p {font-size: 32px;display: flex;flex-direction: column;color:  #fff;}
.about_txt p span {font-size: 18px;padding: 3% 0 0;}
.about_txt em {font-size: 16px;line-height: 36px;font-weight: lighter;padding: 7% 0 0;color:  #fff;}
.about_txt a {font-size: 16px;color:  #fff;width: 24%;background: #005abc;padding: 2% 0;display:  flex;justify-content:  center;align-items:  center;font-weight:  lighter;margin: 8% 0 0;transition:0.5s;}
.about_txt a:hover {width:20%;}
.about_video {position: absolute;top: 0;right:  0;width:  50%;display:  flex;justify-content:  center;align-items:  center;height:  100%;}
/*ship*/
.video_sp{float:left; padding:27px 0px;}
.ripple img {width: 20px;height: 20px;position: relative;z-index: 5;}
.ripple,.ripple:before,.ripple:after {position: absolute;left: 50%;top: 50%;height: 60px;width: 60px;margin-top: -30px;margin-left: -30px;border-radius: 50%;-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255,0.64);-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);box-shadow: 0 0 0 0 #005abc;animation: ripple 3s infinite;background: #005abc;}
.ripple{padding:6px 3px;background: rgba(255, 255, 255, 0.5); display: flex;justify-content: center;align-items: center;}
.ripple:before {-webkit-animation-delay:.9s;animation-delay:0.9s;content:"";position:absolute;right: 0;bottom: 0;}
.ripple:after {-webkit-animation-delay:.6s;animation-delay:0.6s;content:"";position:absolute;right: 0;bottom: 0;}
.video_box{background:rgba(0,0,0,0.6); top:0;left:0;z-index:-1;opacity:0;transition:600ms ease;}
.video_box.cur{opacity:1;z-index:999;transition:600ms ease;position: fixed;}
.video{position: fixed;top:-100%;left:71%;margin-top:-250px;margin-left:-575px;transition:600ms ease;z-index:999;}
.video_box.cur .video,.video_box.cur .video_x{top:40%;transition:600ms ease;}
.video_x1{}

@-webkit-keyframes ripple {
    70% {-webkit-box-shadow: 0 0 0 50px rgba(244, 68, 56, .0);box-shadow: 0 0 0 50px rgba(244, 68, 56, .0);}
    100%{-webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
                box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);}
}

.video_box{width:100%;height:100%;background:rgba(0,0,0,0.6);top:0;left:0;z-index:-1;opacity:0;transition:600ms ease;}
.video_box.cur{opacity:1;z-index:999;transition:600ms ease;}
.video{position: fixed;top:-100%;left:50%;margin-top:-250px;margin-left:-500px;transition:600ms ease;}
.video_box.cur .video,.video_box.cur .video_x{top:50%;transition:600ms ease;}
.video_x{width:50px;height:50px;border-radius:50px;background:#fff;position: fixed;top:-100%;left:50%;margin-left:520px;margin-top:-250px;text-align: center;line-height:50px;font-size:22px;font-weight: lighter;cursor: pointer;transition:600ms ease;}

@keyframes ripple {
	70% {
		-webkit-box-shadow: 0 0 0 50px rgba(0, 0, 0, .0);
		        box-shadow: 0 0 0 50px rgba(0, 0, 0, .0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .0);
		        box-shadow: 0 0 0 0 rgba(0, 0, 0, .0);
	}
}

/*news*/
.pro_lc>b{display: block;font-family: "Impact";font-weight: normal;font-size: 46px;color: rgba(16,17,15,0.17);}
.pro_lc>p{font-size: 42px;color: #10110f;font-weight: bold;position: relative;margin-top: -29px;padding-bottom: 30px;}
.pro_lc>p:after{position: absolute;bottom: 0;left: 0;width: 79px;height: 5px;background: #005abc;content: "";}
.news_bc{ background: url(../uploadfile/image/20221029/20221029092528_1296128569.png) no-repeat center;;;;padding: 0 1%;;;;}
.news_c{padding: 4% 0;max-width: 1500px;margin: 0 auto;}
.news_tc{display: flex;justify-content: space-between;align-items: center;}
.new_rt>ul{display: flex;}
.new_rt>ul>li+li{margin-left: 20px;}
.new_rt>ul>li>a{width: 190px;text-align: center;display: block;background: #10110f;font-size: 19px;color: #fff;padding: 10% 0;}
.new_rt>ul>li.on>a{background: #005abc;}
.new_boc{margin-top: 40px;overflow: hidden;}
.new_ic { display: flex;transition:all .5s;}
.new_item {display: flex; justify-content: space-between;flex-shrink: 0;width: 100%;}
.new_lc {width: 39%;overflow: hidden;}
.new_rc {width: 57.2%;}
.new_lc .news_div,.new_lc .divdgweb_new_div {display: flex;align-items: flex-start;border: 1px solid #e5e5e5;}
.new_lc .news_div_item,.new_lc .divdgweb_new_div_item {flex-shrink: 0;width: 100%;display: flex !important;flex-direction: column-reverse;position: relative;}
.new_lc .news_div_item_content,.new_lc .divdgweb_new_div_item_content {padding: 40px 40px 85px;background:#fff;}
.new_lc .news_div_item_a,.new_lc .divdgweb_new_div_item_a { font-size: 20px; display: block; color: #333;position: relative;}
.new_lc .news_div_item_body,.new_lc .divdgweb_new_div_item_body { font-size: 14px; color: #929292;line-height: 28px; margin-top: 20px;}
.new_lc .news_div_item_date,.new_lc .divdgweb_new_div_item_date { display: flex;  font-size: 18px;  color: #999;position: absolute;bottom: 41px;
left: 50px;}
.new_lc .news_div_item_a:after,.new_lc .divdgweb_new_div_item_a:after {position: absolute; content: "\eb94"; font-family: "iconfont"; width: 56px;
height: 26px; background: #333;  color: #fff; border-radius: 13px;text-align: center; line-height: 26px;font-size: 22px;top: 122px; right: 5px;
 transition:all .5s;}
.new_rc .news_div_item:nth-child(1),.new_rc .news_div_item:nth-child(2),.new_rc .news_div_item:nth-child(3),.new_rc .divdgweb_new_div_item:nth-child(1),.new_rc .divdgweb_new_div_item:nth-child(2),.new_rc .divdgweb_new_div_item:nth-child(3) {display: none;}
.new_rc .news_div_item,.new_rc .divdgweb_new_div_item {padding: 61px 0 52px 67px;background:#fff;border: 1px solid #e5e5e5;border-top: none;}
.new_rc .news_div_item:nth-child(4),.new_rc .divdgweb_new_div_item:nth-child(4) { border-top: 1px solid #e5e5e5;}
.new_rc .news_div_item_a,.new_rc .divdgweb_new_div_item_a { font-size: 20px;color: #333; position: relative;  display: block;transition:all .5s;}
.new_rc .news_div_item_body,.new_rc .divdgweb_new_div_item_body {  font-size: 14px; color: #929292;line-height: 28px; margin-top: 22px;width: 77%;}
.new_rc .news_div_item_a:after,.new_rc .divdgweb_new_div_item_a:after { content: "\eb94";font-family: "iconfont"; position: absolute; width: 56px;
height: 26px; background: #333; border-radius: 13px;text-align: center; font-size: 22px; color: #fff;line-height: 26px; top: 40px;
right: 42px; transition:all .5s;}
.new_lc .news_div>button,.new_lc .divdgweb_new_div>button{display:none!important;}
.new_lc .slick-dots {bottom: 260px;right: 42px;/*background: rgba(255,255,255,0.3);*/border-radius: 11px;width: 12.2%;display: flex !important;justify-content: center;align-items: center;}
.new_lc ul.slick-dots li button:before {width: 12px;height: 12px;color: #333;line-height:17px;font-size: 0;background: #005abc;border-radius: 50%;}
.new_lc ul.slick-dots li button {height: 12px;width: 12px;padding: 0;}
.new_lc ul.slick-dots li {margin: 0!important;width: 18px;height: 22px;}
.new_lc ul.slick-dots li.slick-active button:before { color: #005abc!important;}
.new_rc .news_div_item:hover .news_div_item_a,.new_lc .news_div_item:hover .news_div_item_a { color: #005abc;}
.new_rc .news_div_item:hover .news_div_item_a:after,.new_lc .news_div_item:hover .news_div_item_a:after {transform: translateX(5px);
  background: #005abc;}
.new_lc .news_div_item_pic img {width:100%;}

/*link*/
.linkTagcs li a{font-size:14px;}
.links_r a{font-family: "iconfont" !important;font-size:42px;font-style: normal;color:rgba(255,255,255,0.3);display:inline;height:80px;display: block;line-height:80px;padding-left: 32px;}
.l_wz{position: relative;}
.l_wz b{font-size: 25px;color: #fff;}
.l_wz p{color: #fff;letter-spacing: 5px;font-size: 14px;margin-top: 3px;}

.links{display: flex;align-items: center;height: 120px;max-width: 1500px;margin: 0 auto;border-bottom: 1px solid rgba(255,255,255,0.1);}
.linkTagcs li a{color: #fff !important;padding: 0 0 0 24px;}
.cop_bc {padding: 0 1%;background: #005abc;overflow: hidden;}
.cop_c{/* padding-top: 127px; */}
.copy_pic li {overflow: hidden;/* width: 100px !important; */}
.copy_pic li p {font-size: 14px;color: #ffffff;text-align: center;line-height: 30px;}
.copy_pic li i {background: #ffffff;display: inline-block;}
.copy_pic li i img{width: 190px;height: auto;}
.copy_str li {width: 32px;height: 32px;border-radius: 50%;transition: 0.5s;position: relative;display: flex;align-items: center;justify-content: center;background: #8d9291;}
.copy_str li i {font-size: 14px;color: #fff;position: relative;z-index: 99;}
ul.ewm_ic { display: flex; margin-top: 15px; justify-content: center;}
.copy_str li.on {background: #005abc;}
.copy_str li.on i{color:#fff;}
.cop_cc {position: relative;}
.cop_lo {display: flex;align-items: center;justify-content: center;display: none;}
.cop_lo>div>b {font-size: 39px; color: #fff;}
.cop_lo>div>p {font-size: 19px; color: #fff;  margin-top: 10px;}
.cop_lo>div { margin-left: 19px;}
.cop_ic {display: flex;justify-content: space-between;max-width: 1500px;margin: 0 auto;padding: 4% 0;position: relative;}
.bq_item li a { display: block; color: rgba(255,255,255,0.5); font-size: 14px;}
ul.bq_item {display: flex;width: 100%;justify-content: space-between;}
.bq_item li a:first-child { font-size: 20px; color: #fff;  font-weight: bold;margin-bottom: 32px;}
.bq_item li a+a {margin-top: 15px;}
.cop_lc {width: 56%;}
.cop_rc {display: flex;align-items: center;justify-content: center;width: 26%;background: #fff;position: absolute;height: 143%;top: -43%;right: 0;}
.copy_pic {text-align: center;display: flex;flex-direction: column;align-items: center;}
.copy_str li+li { margin-left: 18px;}
.copy_pic>b {display: block;font-size: 30px;}
p.gz_c {font-size: 20px;margin: 10px 0 15px;color: #999;}
.copy_icon {width: 190px;height: 190px;/* background: #fff; */border-radius: 100%;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.copy_b {display: flex;justify-content: space-between;align-items: center;border-top: 1px solid rgba(255,255,255,0.08);max-width: 1500px;margin: 0 auto;padding: 2% 0;}
.copy_b>div,.copy_b>div>a { color: rgba(255,255,255,0.5);  font-size: 14px;}
.bq_item li:nth-child(odd) { width: 1px; background: rgba(255,255,255,0.07);position: relative;}
.bq_item li:nth-child(odd):after {position: absolute;content: "";width: 1px;height: 24px;background: #9cc026;}