*{margin: 0;padding: 0;box-sizing: border-box;}
body {font-size: 14px; font-family: 'Hos', 'Microsoft YaHei';overflow-x: hidden;}
em,i{font-style:inherit;font-weight:inherit;}
ul{list-style: none;}
img {border: none;vertical-align: middle;}
a {text-decoration: none;color: #333;}
tr,td{padding:0 !important;}
input, textarea {outline: none;border: none;}
@font-face {font-family: 'srm';src: url('//memberpic.114my.cn/jinyihao/cssnew/srm.otf.txt');font-weight: normal;font-style: normal;} 
@font-face{font-family: 'Hos';src:url(//memberpic.114my.cn/jinyihao/cssnew/Hos.ttf.txt)}

@font-face {
font-family: "din";
src: url("//memberpic.114my.cn/jinyihao/cssnew/DIN%20Medium.woff2.txt") format("woff2"),
       url("//memberpic.114my.cn/jinyihao/cssnew/DIN%20Medium.woff.txt") format("woff"),
       url("//memberpic.114my.cn/jinyihao/cssnew/DIN%20Medium.ttf.txt") format("truetype"),
       url("//memberpic.114my.cn/jinyihao/cssnew/DIN%20Medium.eot.txt") format("embedded-opentype"),
       url("//memberpic.114my.cn/jinyihao/cssnew/DIN%20Medium.svg.txt") format("svg");
}

@font-face {
font-family: "pmzd";
src: url("//memberpic.114my.cn/jinyihao/cssnew/pmzd.woff2.txt") format("woff2"),
       url("//memberpic.114my.cn/jinyihao/cssnew/pmzd.woff.txt") format("woff"),
       url("//memberpic.114my.cn/jinyihao/cssnew/pmzd.TTF.txt") format("truetype"),
       url("//memberpic.114my.cn/jinyihao/cssnew/pmzd.eot.txt") format("embedded-opentype"),
       url("//memberpic.114my.cn/jinyihao/cssnew/pmzd.svg.txt") format("svg");
}
@font-face {
  font-family: 'iconfont';  /* Project id 2869585 */
  src: url('//at.alicdn.com/t/font_2869585_je2fgx8w46.woff2?t=1634628674233') format('woff2'),
       url('//at.alicdn.com/t/font_2869585_je2fgx8w46.woff?t=1634628674233') format('woff'),
       url('//at.alicdn.com/t/font_2869585_je2fgx8w46.ttf?t=1634628674233') format('truetype');
}
@font-face {
  font-family: 'iconfont';  /* Project id 4668988 */
  src: url('//at.alicdn.com/t/c/font_4668988_qy7qehjasb.woff2?t=1725454698884') format('woff2'),
       url('//at.alicdn.com/t/c/font_4668988_qy7qehjasb.woff?t=1725454698884') format('woff'),
       url('//at.alicdn.com/t/c/font_4668988_qy7qehjasb.ttf?t=1725454698884') format('truetype');
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}

/*head*/
.head {padding: 8px 2%; position: fixed; z-index: 9999;background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(248, 248, 248, .8)); width: 100%;transition:0.5s;}
.head_box {max-width: 1780px; margin: 0 auto;display: flex;justify-content: space-between;}
.head_logo {display: flex;align-items:  center;}
.head_logo i {}
.head_logo i img{width:62px;}
.head_logo p {font-size: 16px;line-height: 25px;padding-left: 20px;display: flex;flex-direction: column;letter-spacing:-1px;font-weight: 400;}
@media screen and (max-width: 1440px){
.head_logo p{font-size: 14px;}
}
.head_logo p b {font-size: 32px;font-weight: normal;background-image: -webkit-linear-gradient(30deg,#2a629f,#338ced 50%,#2a629f 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;line-height:  32px; letter-spacing: 0;font-weight: bold;letter-spacing: 4px;font-family: 'Microsoft YaHei';}
@media screen and (max-width: 1440px){
.head_logo p b{font-size: 26px;}
}
.head_con {display: flex;justify-content: space-between;align-items: center;width: 64%;}
@media screen and (max-width: 1440px){
.head_con {width: 68%;}
}
.head_nav {width: 88%;}
@media screen and (max-width: 1680px){
.head_nav {width: 82%;}
}

.head_nav>ul {display: flex;justify-content: space-between;align-items: center;}
.head_nav>ul>li {display: flex;flex-direction: column;align-items: center;transition: 0.5s;z-index: 5;line-height: 78px;}
.head_nav>ul>li>a {font-size: 18px;color: #333;width: 100%;text-align: center;display: flex;flex-direction: column;text-transform: uppercase;transition: 0.5s;position: relative;padding: 0 1vw;font-weight: 600;}
.head_nav>ul>li:hover>a,.head_nav>ul>li.cur>a {color:#fff;}
.head_nav li a i {color: #666;font-size: 12px;font-family: Arial;text-transform: uppercase;opacity: 0.3;transform: scale(0.9);}
.head_nav>ul>li>a:after {content:'';width: 0;height: 30px; position: absolute;left: 0;bottom: 24px;border-radius: 40px;opacity: 0;transition: 0.5s;z-index: -1;background-image: -webkit-linear-gradient(30deg, #2a629f, #338ced 50%, #2a629f 100%);}
.head_nav>ul>li:hover a:after, .head_nav>ul>li.cur a:after {opacity: 1;width:  100%;}
.head_logo span {font-size: 28px;}
/*下拉*/
.head_nav li dl {background:rgba(255,255,255,1);position: absolute;top:94px;left:-182px;z-index:10000;overflow:hidden;width: 425px;box-shadow: 1px 5px 10px rgba(0,0,0,0.2);transition: 0.5s;/* opacity: 0; *//* padding: 30px 60px; */transform-origin: top;transform: rotateX(90deg);}
.head_nav li:hover dl {/* opacity: 1; *//* padding: 30px 60px; */transform: rotateX(0deg);}
.head_nav li dl dt {width:140px;float:left;color:#333;line-height:28px;margin: 40px 40px 44px 60px;text-align:left;}
.head_nav li dl dt b { display: block; width: 40px; height: 3px; background-color: #005bac; margin-bottom: 20px;}
.head_nav li dl dt strong { display:block; font-size:20px; margin-bottom:25px;}
.head_nav li dl dt span {display: block; width: 118px; height: 30px; text-align: center;line-height: 30px;border: 1px solid #cecece; color: #999;font-family: Arial;}
.head_nav li dl dt span a {color:#999; font-size:12px;}
.head_nav li dl dt img { margin-bottom:5px;}
.head_nav li dd {width:130px;float:left;line-height:38px;display:block;text-align:left;overflow:hidden;margin: 38px 0px;}
.head_nav li dd a { display:block; color:#777; font-size:15px; font-weight: normal;text-align:left; font-weight: 100; border: 1px #eee solid; text-align: center; margin-top: 6px;line-height: 30px;}
.head_nav li.dhh dd a:hover { color:#005bac;}

.head_nav li:hover  .nav_con {transform: rotateX(0deg);}
.nav_con {position: absolute;top: 94px;left: 0;width: 100%;background: rgba(255,255,255,0.9);padding: 40px 0;transform: rotateX(90deg);transition: 0.5s;    transform-origin: top;  }
.nav_con>ul { display: flex; justify-content: space-between;align-items: center;width: 50%;margin: 0 auto;}
.nav_con>ul>li { display: flex;flex-direction: column;align-items: center;    width: 25%;    padding: 38px;transition: 0.5s;    border-right: 1px solid #ddd;}
.head_nav li:nth-child(6) .nav_con>ul>li {    width: 33.33%;}
.nav_con>ul>li>i { font-size: 32px;line-height: 32px; color: #2a629f;background-image: -webkit-linear-gradient(30deg, #2a629f, #338ced 50%, #2a629f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}
.nav_con>ul>li>a {font-size:20px;line-height: 20px; padding-top: 10px;}
.nav_con>ul>li:hover {    box-shadow: 0 0 20px #ccc;    border-right: none;}

.head_r {width: 9%;}
.head_r>ul {display: flex;justify-content: space-between;align-items: center;}
.head_r>ul>li {}
.head_r>ul>li i { font-size: 20px;  line-height:  20px;}
.head_r>ul>li p {width: 250px;background: #ffffff;transform: rotateX(90deg);position: absolute;right: 0;transition: all 0.5s;font-size: 16px;padding: 16px 24px;z-index: 99;text-align: left;color:#333;top: 110px;}
.head_r>ul>li p span {font-size: 24px;display: block;color: #005299;font-family: Arial;    padding-top: 6px;}
.head_r>ul>li:hover p {transform: rotateX(0);transition: all 0.5s;} 
.head_r>ul>li a {font-size:15px;color:#666;}

/*搜索*/
.head_r>ul>li:hover .tit_sel{transform: rotateX(0);transition: all 0.5s;} 
.tit_sel {width: 472px;height: 150px;background: rgba(51,51,51,0.7);transform: rotateX(90deg);position: absolute;right: 0;transition: all 0.5s;font-size: 16px;padding: 34px; z-index: 99;top:111px;}
.tit_sel span {font-size: 24px;display: block;color: #152682;font-family: Arial;}
.tit_icon:hover .tit_sel{transform: rotateX(0);transition: all 0.5s;}
#search-i{float:left; width:30px; height:33px; overflow:hidden; margin-top:20px;  box-sizing: border-box; padding-top: 7px;    border: 1px solid #dddddd;border-left: none;}
#search-bg{float:left; width:374px; height:33px; overflow:hidden; padding-left:14px; margin-top:20px; box-sizing: border-box;     border: 1px solid #dddddd;border-right: none;text-align: left; line-height: 30px;}
.search-text{ font-size:14px;color: #999999;justify-content: center;align-items: center;}
.search-text a{ font-size:15px; color: #fff !important;}
.search-text a:hover{ font-size:15px; color: #ffffff;}
.search-text span{ float:left;  color:#ffffff;font-size: 15px;}
#infoname{ border:none;background:none; outline:none;} 
.search_name {float: left;font-size:22px;color: #ffffff; line-height: 32px;position: relative;z-index: 5;padding: 15px 0;width: 264px;height: 96px;background: #cb0303;text-align: center;}
.search_name:after {content: "";width: 0px;height: 0px;border-top: 7px solid #005299; border-right: 7px solid transparent;border-bottom:8px solid transparent; border-left: 7px solid #005299;position: absolute; top: 81px; right: -13px; transition: 0.5s all ease-in-out; }
form {justify-content: center;}
.head_right {display: flex;justify-content: space-between;align-items: center;width: 72%;}

@media screen and (max-width:1543px) and (min-width:1400px) {
    .head_con {width:78%;}
}
@media screen and (max-width:1743px) and (min-width:1544px) {
    .head_con {width:70%;}
}

.head.on{box-shadow: 0 0 20px #666;position: fixed;height:80px;padding: 0px 2%;background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(248, 248, 248, .9));transition:0.5s;}
.head.on .head_logo i img{width:52px;}
.head.on .head_logo p b{font-size:30px;}
.head.on .head_logo p {font-size: 15px;}
.head.on .nav_con{top: 80px;}

/*banner*/
.tp-bullets {margin-bottom: 30px !important;}
#banner {position: relative;  }
#banner:before {content:'';position: absolute;width: 31%;height: 11px;-webkit-transform: skew(-28deg);-moz-transform: skew(-28deg);-o-transform: skew(-28deg);background: linear-gradient(to right, #b0018e, #b0018e);bottom: 0;right: 2px; animation:myfirst1 1s linear ;z-index: 55;}
#banner:after {content:'';position: absolute;width: 68.7%;height: 11px;-webkit-transform: skew(-28deg);-moz-transform: skew(-28deg);-o-transform: skew(-28deg);background-image: -webkit-linear-gradient(30deg, #2a629f, #338ced 50%, #2a629f 100%);bottom: -11px;left: 0;animation:myfirst 1s linear ; }
@keyframes myfirst
{
    0%   { width: 0%;}
	100% { width: 79%;}
}
@keyframes myfirst1
{
    0%   { width: 0%;}
	100% { width: 21%;}
}

.tp-bgimg {-webkit-animation: kenburns-top1 3.5s ease-out both; animation: kenburns-top1 3.5s ease-out both;}
@-webkit-keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.1) translateY(-15px);transform: scale(1.1) translateY(-15px);
    -webkit-transform-origin: top; transform-origin: top;
  }
}
@keyframes kenburns-top {
 0% {
    -webkit-transform: scale(1) translateY(0);  transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.1) translateY(-15px);transform: scale(1.1) translateY(-15px);
    -webkit-transform-origin: top;   transform-origin: top;
  }
  }
@-webkit-keyframes kenburns-top1 {
  0% {
    -webkit-transform: scale(1.1) translateY(-15px);transform: scale(1.1) translateY(-15px);
    -webkit-transform-origin: top;  transform-origin: top;
  }
  100% {
   -webkit-transform: scale(1) translateY(0); transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;transform-origin: 50% 16%;
  }

}
@keyframes kenburns-top1 {
 0% {
    -webkit-transform: scale(1.1) translateY(-15px);transform: scale(1.1) translateY(-15px);
    -webkit-transform-origin: top;  transform-origin: top;
  }
  100% {
   -webkit-transform: scale(1) translateY(0); transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;  transform-origin: 50% 16%;
  }
  }

/*doWhat*/
.gy {margin: 0 auto;max-width: 1500px;min-width: 1200px;}
.dfs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.dw_con{padding-top:5%;}
.do_what{padding:70px 0;background: url(//memberpic.114my.cn/jinyihao/uploadfile/image/20240904/20240904164005_1413842192.jpg) no-repeat center;}
.dwc_item{width:calc((100% - 84px) / 4)}
.dwc_img{border-top-right-radius:10px;border-top-left-radius:10px;position:relative;overflow: hidden;}
.dwc_img:before{content:'';width:100%;height:100%;background:rgba(146,39,43,0.3);position:absolute;top:0;left:0;z-index:2;opacity:0;transition:all 0.5s;}
.dwc_item:hover .dwc_img:before{opacity:1;}
.dwc_img img{width:100%;position:relative;z-index:1;transition:all 0.5s;}
.dwc_item:hover .dwc_img img{transform:scale(1.2);}
.dwc_text{width:90%;background:#f0f0f0;position:relative;z-index:2;margin:-50px auto 0;padding:26px;transition:all 0.5s;}
.dwc_item:hover .dwc_text{background-image: -webkit-linear-gradient(30deg, #2a629f, #338ced 50%, #2a629f 100%);}
.dwc_item:hover .dwc_text:before{background-position:right center;}
.dwc_text i{width:52px;height:52px;background-image: -webkit-linear-gradient(30deg, #2a629f, #338ced 50%, #2a629f 100%);position:absolute;top:-52px;left:0;font-size:28px;text-align: center;line-height:52px;color:#fff;z-index:2;}
.dwc_item:hover .dwc_text i{background-image: -webkit-linear-gradient(30deg, #2a629f, #338ced 50%, #2a629f 100%);}
.dwc_text p{font-size:24px;font-weight: bold;margin-bottom:15px;position: relative;z-index:2;}
.dwc_item:hover .dwc_text p{color:#fff;}
.dwc_text span{color:#999;line-height:26px;height:72px;display: block;position: relative;z-index:2;font-size: 16px;}
.dwc_item:hover .dwc_text span{color:rgba(255,255,255,0.8);}
.dwc_text a{font-size:18px;display: block;margin-top:20px;color:#005bac;position: relative;z-index:2;}
.dwc_item:hover .dwc_text a{color:#fff;}

/*title*/
.pro_nav .prolist2021 li.on a {color: #fff;
    padding: 10px;
    border-radius: 40px;
   width: 100%;
    height: 40px;
}

.pro {padding: 0px 0 0;overflow: hidden;}
.pro_box {}
.pro_tab {display: flex;justify-content: space-between;align-items: center;border-top:1px solid #eee;}
.pro_txt {width: 16%;margin: 0 auto;position: relative;}
.pro_txt:after {  content: '';background: url(//memberpic.114my.cn/jinyihao/uploadfile/image/20211015/20211015160748_8516123.jpg) no-repeat; width: 117px; height: 204px; position: absolute; bottom: -70%; left: 0; z-index: -1;}
.pro_txt p {font-size: calc(1.3rem + 0.7vw);line-height: 40px;display: flex;flex-direction: column;position: relative;}
.pro_txt p span {font-size: calc(1.8rem + 1vw);font-family: Arial;line-height: 50px;text-transform: uppercase;padding-bottom: 18px;font-weight: bold;}
.pro_txt p:after {content:'';width: 40px;height: 2px;position: absolute;bottom: -40px;left: 0;background: #2a629f;}
.pro_nav {padding-top: 80px;}
.pro_nav ul {}
.pro_nav li {width: 100%; height: 40px;border-radius: 40px; background: #f8f8f8;display: flex;align-items: center;padding-left: 50px;transition: 0.5s;}
.pro_nav li.on {background-image: -webkit-linear-gradient(30deg, #2a629f, #338ced 50%, #2a629f 100%);}
.pro_nav li.on a {color:#fff;}
.pro_nav li+li {margin-top:15px;}
.pro_nav li a {font-size: 17px;color: #666;}
.pro_nav li dl {display:none;}
	.page1{max-width: 94%;margin: 0 auto; min-width: 1200px; width: 100%;}
	.title{}
	.title em{font-size: 32px;text-transform: uppercase; color: #111;font-weight: bold; font-style: normal;font-family: 'samsungsharpsans-b'; line-height:36px;}
	.title p{font-size: 30px;color: #333;}
	.title p:after{content: '';width: 40px;height: 2px;background:#2a629f; display: inline-block; vertical-align: middle; margin: 0 15px}
	
	.procase{padding: 70px 0 50px 0;  background: url(//memberpic.114my.cn/jinyihao/uploadfile/image/20240613/20240613160708_2111663718.jpg) center no-repeat; /*position: relative;*/z-index: 9;}
	.procase:after{content: ''; width: 100%; height: 100%; background: rgba(255,255,255,0.93); position: absolute;left: 0;bottom: 0; z-index: -1;}
	
	.protop{display: flex;justify-content: space-between; align-items: flex-end;}
	.proan .pro_prev,.proan .pro_next{width: 45px; height: 45px; z-index: 9; cursor: pointer;user-select: none; display: flex !important; align-items: center; justify-content: center;border: 2px solid #ddd;border-radius: 50%; -webkit-transition: all .2s ease; -moz-transition: all .2s ease;transition: all .2s ease;}
	.proan .pro_prev{}
	.proan .pro_next{transform: rotateZ(180deg); margin-left: 12px;}
	.proan .pro_prev img, .proan .pro_next img{height: 60%; width: auto;}
	.proan .pro_prev:hover, .proan .pro_next:hover{border: 2px solid #2a629f;}
	.proan .pro_prev img+img, .proan .pro_next img+img,.proan .pro_prev:hover img, .proan .pro_next:hover img{display: none;}
	.proan .pro_prev:hover img+img, .proan .pro_next:hover img+img { display: block;}
	
	.protopnr .prolist2021 li:hover a{color: #2a629f;}
.protopnr .prolist2021 li.on a {color: #2a629f;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 40px;
    background: #fff;}

	.protopnr .prolist2021 li dl{display: none;}
	.protopnr .prolist2021 li{}
	.protopnr .prolist2021 li+li{margin-left: 32px;}
	.protopnr .prolist2021 li a{color: #333;}
	
	.proan{display: flex;margin-left: 32px;}
	.protopnr{display: flex;align-items: center;}
	.protopnr ul{display: flex;}
	
	.pro_call{margin-top:4%;border-top: 0px #ddd solid; background: #f6f6f6;width: 72%; padding:2% 3%;}
	.pro_call ul{margin-top:2%;}
	.pro_call li{padding:2%; display: block; float: left; width:30%;border: 1px solid #eee;margin-top: 20px;background: #fff; margin :0.5%;}
	.pro_call li a{display: block; width: 100%; height: auto; overflow: hidden; position: relative;}
	.pro_call li a:before { content: ''; display: block;width: 50px; height: 50px;
	 background: url() no-repeat center;
	 position: absolute; top: 50%; left: 50%; z-index: 3; margin-left: -25px; margin-top: -25px; transform: scaleY(0); opacity: 0; transition: 0.3s all ease;}
	.pro_call li>a:after{content: ''; display: block;width: 100%; height: 100%;  background: rgba(0,0,0,0.45) url(//memberpic.114my.cn/jinyihao/uploadfile/image/20240613/20240613094914_152308331.png) no-repeat center; position: absolute; top: 0;left: 0;opacity: 0; transition: 0.3s all ease;}
	.pro_call li:hover>a:before{opacity: 1;transform: scaleY(1);}
	.pro_call li:hover>a:after{opacity: 1;}
	.pro_call li br{display:none;}
	
	.pro_call li span a{display:block;width:100%;height:56px;line-height:56px;font-size:16px;color:#333;border-top: 1px solid #eee; transition: 0.3s all ease;position: relative;z-index:22; text-align: center; background: #fff;}
	.pro_call li span a:after{content: '';display: block;background-image: -webkit-linear-gradient(30deg, #2a629f, #338ced 50%, #2a629f 100%);width:100%;height:0px;position: absolute;top:0;z-index: -1;}
	.pro_call li:hover span a:after{height:100%;transition: 0.3s all ease;}
	.pro_call li:hover span a{color:#FFF;border: 1px solid #2a629f;}
	/*.pro_call li+li{margin-left: 1.3%;}*/
	
	.pro_call li img{transition: 0.3s all ease;width: 100%;height: auto;}
	.pro_call li:hover img{transform: scale(1.1);}
	.pro_ro .slick-dots li button:before{font-size: 0 !important;}
	.pro_ro .slick-dots li button{display: none;}
	.pro_ro .slick-dots li{display: none;}
	


/*appli*/
.appli {padding: 80px 0;overflow: hidden;}
.appli_box {max-width: 1400px;margin: 0 auto;}
.appli_tit {display: flex;align-items: center;justify-content: center;}
.appli_tit p {font-size: 40px;line-height: 45px;display: flex;flex-direction: column;align-items: center;position: relative;}
.appli_tit p span {font-size: 50px;line-height: 50px;font-weight: bold; font-family: Arial;text-transform: uppercase;padding-bottom: 15px;}
.appli_tit p:after {content:'';width: 40px;height: 2px;position: absolute;bottom: -30px;left: 44%;background: #2a629f;}
.appli_tab {position: relative;margin-top: 80px;}
.appli_call {  }
.appli_call .tempWrap {width: 100% !important;}
.appli_call ul {display: flex;overflow: unset !important;width: 229.219% !important;}
.appli_call li {width:12% !important;transition: 0.5s;position: relative;height: 31.25vw;}
.appli_call li:after {content:'';    width: 100%;height: 100%;background: rgba(0,0,0,0.5); position: absolute;top: 0; left: 0;}
.appli_call li a {display: inline-block;height: 100%;}
.appli_call li p {    position: absolute; top:39%; left: 38%; width: 120px;text-align: center;z-index: 5;}
.appli_call li p a {font-size:24px;color:#fff;}
.appli_call li p a:after {content:'→';font-family: 'iconfont'; position: absolute;bottom: -70px;left: 27%; font-size: 24px; width: 50px; height: 50px; border: 1px #fff solid;border-radius: 50%;line-height: 50px;}
.appli_call li:hover:after {display:none;}
.appli_call li:hover {width:16.3667% !important; }
.appli_call li img {width: 100%; height: 100%;object-fit: none;}
.appli_btn {}
.appli_btn:hover i {}
.appli_btn>i { cursor: pointer;  position: absolute;top: 46%;color:#fff;font-size:36px;    z-index: 5;}
.appli_btn>i:first-child { left: 50px;transform: rotate(180deg);} 
.appli_btn>i:last-child { right: 50px;}

/*mod*/
.mod {padding: 80px 0 0;}
.mod_box {max-width: 1500px;margin: 0 auto;box-shadow: 10px 20px 40px #ccc;padding: 80px;position: relative;margin-top: -250px;background: #fff;}
.mod_tit {display: flex;align-items: center;justify-content: center;}
.mod_tit p {font-size: 40px;line-height: 45px;display: flex;flex-direction: column;align-items: center;position: relative;}
.mod_tit p span {font-size: 50px;line-height: 50px;font-weight: bold; font-family: Arial;text-transform: uppercase;padding-bottom: 15px;}
.mod_tit p:after {content:'';width: 40px;height: 2px;position: absolute;bottom: -40px;left: 44%;background-image: -webkit-linear-gradient(30deg, #2a629f, #338ced 50%, #2a629f 100%);}
.mod_con {margin-top:80px;}
.mod_con ul {display: flex;align-items: center;}
.mod_con li {width: 33.3%;transition: 0.5s;display: flex;flex-direction: column;border: 15px #eee solid;}
.mod_con li:nth-child(2n) {flex-direction: column-reverse;border-left: 0px #eee solid;border-right: 0px #eee solid;}
.mod_con li:nth-child(2n) p{height: 17.7vw;}
.mod_con li.on p {color: #fff;}
.mod_con li i {}
.mod_con li i img {width: 100%;}
.mod_con li p {font-size: 32px;line-height: 32px;display: flex;flex-direction: column;align-items: center;justify-content: center;background: #f8f8f8;padding: 5% 0px;height: 19vw;position: relative;    transition: 0.5s;    overflow: hidden;z-index: 5;}
.mod_con li p span {font-size: 15px;line-height: 28px;padding: 30px 58px;text-align: center;}
.mod_con li p:before {content: "";width: 170%;height: 160%; position: absolute;-webkit-transform: rotate(45deg);transform: rotate(45deg); top: 90%;left: -120%;z-index:-1;}
.mod_con li.on p:before {background-image: -webkit-linear-gradient(30deg, #2a629f, #338ced 50%, #2a629f 100%);}
.mod_con li.on p:before {     top: -23%; left: -30%;}
.mod_con li p,.mod_con li.on p:before{ transition: all 0.35s; transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);}
@media screen and (max-width:1499px) and (min-width:1400px) {
 .mod_con li p:before {width: 210%;height: 200%;}
}
@media screen and (max-width:1599px) and (min-width:1500px) {
 .mod_con li p:before {width: 200%;height: 190%;}
}
@media screen and (max-width:1699px) and (min-width:1600px) {
 .mod_con li p:before {width: 190%;height: 180%;}
}
@media screen and (max-width:1890px) and (min-width:1700px) {
 .mod_con li p:before { width: 180%;height: 170%;}
}

/*adv*/
/*two_tit*/
.two_tit{text-align: center;margin-bottom:60px;}
@font-face {
  font-family: "hta";font-weight: 700;src: url("//at.alicdn.com/wf/webfont/a4HtplruTfpL/fVnHDLXTp9z8.woff2") format("woff2"),
  url("//at.alicdn.com/wf/webfont/a4HtplruTfpL/qaRI7I4cLYBo.woff") format("woff");
  font-display: swap;
}
.two_tit p{font-size:52px;color:#ffff;font-family: "hta";}
.two_tit p b{font-weight: bold;color:#ffff;}
.two_tit span{font-size:20px;display:inline-block;line-height:100%;margin-top:15px;color:#fff;}
.two_tit i{width:520px;height:1px;background:rgba(255,255,255,0.2);display: block;margin:25px auto 0;position: relative;}
.two_tit i:before,.two_tit i:after{content:'';width:5px;height:5px;background:#92272b;position:absolute;top:-2px;border-radius:100%;}
.two_tit i:before{left:0;}
.two_tit i:after{right:0;}
.qua_wrap{width:100%; background: url(//memberpic.114my.cn/jinyihao/uploadfile/image/20240905/20240905094441_1754165418.png);
    padding: 0px 0;
    position: relative;
    z-index: 999;
    margin-top: -2%;
    padding-top: 360px;
    height: 1420px;}
.quality {position: relative;top: 0%;}
.mouth_tit{text-align: center;font-size: 30px;font-weight: 100;margin-bottom:50px;}
.mouth_tit strong{font-size: 40px; display:block;font-weight: bold;margin-top: 10px;}
.quality_list_container{}
.quality_list{text-align: center;display: flex; padding-top: 0px;}
.quality_list li{width: 25%;padding:25px 30px 60px;box-sizing: border-box;position: relative;transition:all .3s ease 0s}
.quality_list i{width: 100px;margin: 0 auto;margin-bottom: 10px;
    display: block;
    line-height: 100px;
    font-size:50px;
    color: #fff;
    position: relative;border: 2px #FFF SOLID;
    border-radius: 50%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;}

.quality_list li strong{display: block;font-size:25px;color:#fff;font-weight: 300;line-height: 30px;padding:5px 0 0px;}
.quality_list li p{color:rgba(255,255,255,0.5);font-size:17px;line-height: 30px; padding: 2% 2%;}
.quality_list li::after{content: '';position: absolute;left:45%;bottom:30px;right:45%;border-bottom:1px solid #0575f1;transition:all .3s ease 0s;}
.quality_list li:hover{ background: #fff;box-shadow: 0 5px 20px rgba(0,0,0,0.2);}
.quality_list li:hover p{color: #333;}
.quality_list li:hover strong{color: #0575f1;}
.quality_list li:hover i{color: #0575f1;}
.quality_list li:hover::after{left:15%;right:15%;}
.news_more{display: flex;justify-content: center;margin-top:50px;}
.news_more a{width:39%;line-height:62px;text-align: center;color:#fff;font-size: 24px; background: #333;}
.news_more a+a{margin-left:15px;}
.news_more a.on{background: linear-gradient(to top, #026ee5, #0071ee);color:#fff;}

/*mol*/
.mol {padding: 80px 0 0;    overflow: hidden;}
.mol_box {max-width: 1400px; margin: 0 auto;}
.mol_tit {display: flex;align-items: center;justify-content: center;}
.mol_tit p {font-size: 40px;line-height: 45px;display: flex;flex-direction: column;align-items: center;position: relative;}
.mol_tit p span {font-size: 50px;line-height: 50px;font-weight: bold; font-family: Arial;text-transform: uppercase;padding-bottom: 15px;}
.mol_tit p:after {content:'';width: 40px;height: 2px;position: absolute;bottom: -40px;left: 44%;background: #2a629f;}
.mol_con {margin-top: 80px;}
.mol_ser{max-width: 1400px; margin:0 auto;background:#fff;border-radius:180px;height:320px;padding:56px 50px;z-index: 1;position: relative;     box-shadow: 15px 15px 15px #ddd;}
.mol_ser li{width: 25%;text-align:center;float:left;position:relative;height: 265px;top:0;transition: all 0.5s;}
.nno{margin-right:0px !important;border: none !important;}
.mol_ser li:hover{top:-25px;}
.mol_ser li .ico{width:39px;margin:auto;position:relative;font-size: 36px;transition: 0.5s;margin-top: 0;margin-bottom: 0;}
.mol_ser li .tt{font-size:24px;color:#333;line-height:30px;margin:20px auto;transition: 0.5s;}
.mol_ser li .tta{font-size: 15px;color:#666;line-height:30px;text-align:center;padding: 0 14%;font-weight:  lighter;transition: 0.5s;}
.mol_ser li:after{content:"";width:1px;height:210px;background:#f3f3f3;position:absolute;display:block;right:0px;top:0px;}
.mol_ser li:hover:after{top:25px !important;}
.mol_ser li:nth-child(4):after{display:none !important;}
.mol_ser li:hover .ico{width:80px;height: 80px;margin-top: -70px;margin-bottom:40px;background: #fff;border-radius: 50%;line-height: 80px;}
.mol_ser li:hover .ico:before,.mol_ser li:hover .ico:after { display: block; }
.mol_ser li:hover .tt{color:#005bad !important;font-weight: bold;}
.mol_ser li:hover .ico img{width:40px;}
.mol_ser li:hover .tta{}
.mol_ser li .ico:before,.mol_ser li .ico:after {content: '';position: absolute;background: rgba(2,140,255,0.2);border-radius: 100%;top: 50%;left: 50%;animation: abNumab 3s linear infinite;z-index:-1;display: none;transition: 0.5s;}
.mol_ser li .ico:before{width:110%;height:110%;margin:-55% 0 0 -55%;}
.mol_ser li .ico:after{width:130%;height:130%;margin:-65% 0 0 -65%;}
@keyframes abNumab {
  0% {
    opacity: 0;
    transform: scale(0.9);}
  60% {
    opacity: 1;
    transform: scale(1.2);}
  100% {
    opacity: 0;
    transform: scale(0.9);}
}

.ser_fgt{max-width:1500px;position:relative; background:linear-gradient(to right,#eaeaea 25%, #ececec 100%);margin: 0 auto;margin-top:-515px;z-index: 999;border-top-left-radius: 150px; border-bottom-right-radius: 150px;}
.content {max-width: 1400px; margin: 0 auto;display:  flex;width: 100%;padding: 3% 1%;justify-content: space-between;    align-items: center;}
.ser_fgtl{width:46%;}
.ser_fgtr{/* height:215px; *//* margin:auto; */text-align:center;overflow: hidden;}
.ser_fgtr .zt{font-size: 38px;letter-spacing: -0.5px;}
.ser_fgtr .zt span{font-size:72px; ;color: #2a629f; font-weight:bold;background-image: -webkit-linear-gradient(30deg, #2a629f, #338ced 50%, #2a629f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}
.ser_fgtr .zt b{font-size:48px;font-weight:bold;position:relative;z-index:99;}
.ser_fgtr .zt b:before {content: "";width: 190px;height: 5px;background: #2a629f;position: absolute;top: 55px;z-index: -1;left: 1px;}
.ser_fgtr .zta{font-size:17px;color: #999;opacity: 0.3;letter-spacing:3px;font-family:Arial;text-transform: uppercase;font-weight:  lighter;}
.ser_fgtr .ztb{font-size:29px;margin:25px 0px;letter-spacing: 1px;font-weight:  lighter;}
.ser_fgtr .ztb span{font-size:34px;color: #2a629f;display:block;}
.ser_fgtl img {width:100%;height:  auto;}
@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}
@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}
@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

/*adva*/
.adva {padding: 80px 0;overflow: hidden;}
.adva_box {max-width: 1400px;margin: 0 auto;}
.adva_tit {display: flex;align-items: center;justify-content: center;}
.adva_tit p {font-size: 40px;line-height: 45px;display: flex;flex-direction: column;align-items: center;position: relative;font-weight: lighter;}
.adva_tit p span {font-size: 50px;line-height: 50px;font-weight: bold; font-family: Arial;text-transform: uppercase;padding-bottom: 15px;}
.adva_tit p:after {content:'';width: 40px;height: 2px;position: absolute;bottom: -40px;left: 44%;background: #2a629f;}
.adva_tab {margin-top: 80px; position: relative;}
.adva_nav {max-width: 1400px;margin: 0 auto; position: relative;}
.adva_nav ul {display: flex;align-items: center;}
.adva_nav li {width: 25%; transition: 0.5s;display: flex;align-items: center;justify-content: center;padding: 32px 0px; position: relative;z-index:55;background: linear-gradient(to top, #005492, #058ff5);}
.adva_nav li.on {background: #f73804;}
.adva_nav li:before {pointer-events: none;position: absolute;z-index: -1; content: ''; border-style: solid;-webkit-transition-duration: 0.3s;
 transition-duration: 0.3s;-webkit-transition-property: bottom;transition-property: bottom; left: calc(50% - 10px);bottom: 0;
 border-width: 10px 10px 0 10px; border-color: #f73804 transparent transparent transparent;opacity:0;}
.adva_nav li.on:before { bottom: -10px;opacity:1;}
.adva_nav li p {font-size: 24px;line-height: 24px;color: #fff;font-weight: 100;}
.adva_nav li i {width:  30px;height:  30px;border: 1px solid #fff;display:  flex;justify-content:  center;align-items:  center;color:  #fff; margin-left: 14%;}
.adva_con {display: flex;overflow: hidden;position: relative; margin-top:-94px;}
.adva_big {position: relative;transition: 0.5s;width: 100%;flex-shrink: 0;}
.adva_pic {}
.adva_pic img {width:100%;height: auto;}
.adva_txt {background: #fff;display: flex;flex-direction: column;position: absolute;right: 35%;top: 20%;width: 600px;border-radius: 50%;padding: 100px 60px 0px 60px;  box-shadow: 0 0 20px #ccc; height:600px; align-items: center;}
.adva_txt p {font-size: 25px;display: flex;flex-direction: column;line-height: 24px;font-weight:  normal;position:  relative; text-align: center; padding: 0px 40px;font-weight: bold;}
.adva_txt p:before {content:'';width:50px;height:1px;background:#fff;position:absolute;top: 13px;left: -100px;}
.adva_txt p:after {content:'';width: 37px;height:3px;background:#ddd;position:absolute;top: 12px;left: -49px;}
.adva_txt p span {font-size: 16px;line-height: 30px;color: #666;font-weight:  lighter;padding-top: 15px;}
.adva_txt em {display: flex;padding-top: 30px;}
.adva_txt em a {font-size: 16px; border-radius: 40px;color: #fff;padding: 10px 38px;display:  flex;justify-content:  center;align-items:  center; font-weight:normal;background-image: -webkit-linear-gradient(30deg, #2a629f, #338ced 50%, #2a629f 100%); }
.adva_txt em a:last-child {background: #606060;    margin-left: 10px;}
.adva_txt b {display: flex;justify-content:  space-between;margin-top: 30px;}
.adva_txt b i {width: 49%;overflow: hidden;}
.adva_txt b i img {width:100%;}
@media screen and (max-width:1429px) and (min-width:1400px) {
   .adva_txt {top:28%;} 
}
@media screen and (max-width:1459px) and (min-width:1430px) {
   .adva_txt {top:30%;} 
}
@media screen and (max-width:1529px) and (min-width:1460px) {
   .adva_txt {top:32%;} 
}
@media screen and (max-width:1640px) and (min-width:1530px) {
   .adva_txt {top:34%;} 
}

/*mot*/
.mot {overflow: hidden;padding-bottom:80px;}
.mot_box {max-width: 1500px;margin: 0 auto;}
.mot_tit {display: flex;align-items: center;justify-content: center;}
.mot_tit p {font-size: 40px;line-height: 45px;display: flex;flex-direction: column;align-items: center;position: relative;font-weight: lighter;}
.mot_call {margin-top: 60px;overflow: hidden;}
.mot_call .new_web_div2021 {    display: flex;    width: 100% !important;overflow: unset !important;}
.mot_call .tempWrap { width: 100% !important;}
.mot_call ul{ display: flex;justify-content: space-between;    width: 100% !important;flex-shrink: 0;}
.mot_call li {width:19% !important;display: inline-table;overflow:hidden;position:relative;height:100%;box-sizing: border-box;    border: 1px solid #eee;}
.mot_call li>a{display: block;}
.mot_call li>a>img{width:100%;height:auto;}
.mot_call li p {width:100%;height:100%;background: rgba(42,98,159,0.9);;position:absolute;top:0;left:0;transform-origin: center;transition: 600ms;border-radius: 0px 0;    transform: scale(0);}
.mot_call li p a{display:block;font-size:16px;color:#fff;display: flex;align-items: center;justify-content: center;height: 100%;}
.mot_call li:hover p{transition: 600ms;    transform: scale(1);}
.mot_after {display: flex;justify-content: center;align-items: center;}
.mot_after ul {display: flex;justify-content: space-between;width: 4%;}
.mot_after li {width: 10px;height: 10px;border-radius: 0%;background: #5d7db6;transition: 0.5s;}
.mot_after li:hover {width:30px;transition: 0.5s;border-radius: 0px;}

/*about*/
.about {background: url(http://memberpic.114my.cn/jinyihao/uploadfile/image/20211018/20211018101119_171832938.jpg)no-repeat right top fixed;padding: 6% 1% 10% 1%;overflow:hidden;/* background-size: contain; */width: 100%;height: 100%;    position: relative;}

.about_box {max-width:1500px;margin:0 auto;position: relative;z-index: 99;}
.about_con {display:flex;justify-content:space-between;align-items: center;}
.about_txt {display:flex;flex-direction:column;width: 54%;}
.about_txt p {display:flex;flex-direction:column;font-size: calc(1.8rem + 1vw);font-family: Arial;font-weight: bold;color: #333;}
.about_txt p span {font-size: calc(1.1rem + 1vw);padding: 1% 0 0;color: #333;font-weight: normal;}
.about_txt em {font-size: 16px;margin: 5% 0 0;line-height: 28px;color: #333; overflow: auto;font-weight:normal;}
.about_txt em::-webkit-scrollbar,.pro_call ul::-webkit-scrollbar { width: 0px;transition:0.5s;}
.about_txt a {border-bottom: 1px solid #005bac;width: 8rem;/* text-decoration: underline; */margin: 3% 0 0;font-size: 14px;transition:0.5s;display: inline-block;line-height:24px;color: #005bac; text-align: center;}
.about_txt a:hover {color:#0359b6;transform:translateX(5px);}
.about_num {width: 32%;}
.about_num ul {display: flex;width: 100%;justify-content:  space-between;flex-wrap: wrap;}
.about_num li {display: flex;flex-direction: column;align-items:  center;width: 48%;padding: 14% 0;transition:0.5s;background: rgba(255,255,255,0.8);box-shadow: 0 0 10px #eee;border-radius: 10px;}
.about_num li:first-child {background-image: -webkit-linear-gradient(30deg, #2a629f, #338ced 50%, #2a629f 100%); color:#fff;}
.about_num li:hover {background-image: -webkit-linear-gradient(30deg, #2a629f, #338ced 50%, #2a629f 100%); color:#fff;}
.about_num li:hover b {color:#fff;}
.about_num li:nth-child(n+3) {margin: 3% 0 0;}
.about_num li span {display: flex;align-items: center;}
.about_num li span b {font-size: calc(2.5rem + 1vw);font-family:  srm;/* color: #006cb7; */transition:0.5s;}
.about_num li span i {width: 20px;height: 20px;border-radius: 50%;display: flex;justify-content: center;align-items: center;background: #338ced;color: #fff;font-size: 12px;}
.about_num li p {font-size: calc(0.5rem + 0.5vw);margin: 3% 0 0;font-weight:normal;}
/*sj*/
.honor_bg{ background:#fff; padding: 4%; overflow: hidden; max-width: 1500px;background: #fff;margin: 0 auto;margin-top: -5%;box-shadow: 0px 50px 50px #eee;margin-bottom: 5%; position: relative;z-index: 99;}
.mot_con {}
.mot_con ul {justify-content: space-between;align-items: center;}
.mot_con li {display:  flex;flex-direction:  column;position:  relative;width: 32.5%; overflow:  hidden;    margin: 0 0.2%;}
.mot_con li:hover img {    transform: scale(1.1);}
.mot_con li:after {content:'';width:100%;height:100%;background:rgba(0,0,0,0.3);position:absolute;top:0;left:0;display:none;}
.mot_con li p {width:100%;padding:20px 20px;background:rgba(0,0,0,0.1);transition: 0.5s;text-align: center;}
.mot_con li a {  overflow: hidden;     display: inline-block;  }
.mot_con li p a {font-size: 18px;width:  100%;height: 100%;display:  flex;flex-direction:  column;    z-index: 5;color: #222;  }
.mot_con li a img {width:100%;height:auto;transition: 0.5s;}
.mot_con .ban_dot{display:  none !important;}
.mot_con .slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}



/*news*/
.news{padding: 80px 0;overflow: hidden;background: #f5f5f5 url(//memberpic.114my.cn/jinyihao/uploadfile/image/20240904/20240904200202_1637924132.png) center top no-repeat;}
.news_box {max-width:1400px;margin:0 auto;}
.nw_t{display: flex;align-items: center;    flex-direction: column;margin-bottom: 40px;}
.nw_l{    text-align: center;}
.nw_l a{font-size: 40px;font-weight: bold;display: block;line-height: 40px;color: #2a629f;margin-bottom: 10px;background-image: -webkit-linear-gradient(30deg, #2a629f, #338ced 50%, #2a629f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}
.nw_l p{font-size: 18px;color: #999;    font-weight: lighter;    line-height: 16px; padding-top: 10px;}
.nw_r{    margin-top: 40px;}
.nw_r ul{display: flex;}
.nw_r ul li{width: 160px;height: 40px;background: #fff;border-radius: 19px;display: flex;align-items: center;justify-content: center;}
.nw_r ul li+li{margin-left: 20px;}
.nw_r ul li a{    font-size: 16px; font-weight:normal;}
.nw_r li.on,.nw_r li:hover{background-image: -webkit-linear-gradient(30deg, #2a629f, #338ced 50%, #2a629f 100%);}
.nw_r li.on a,.nw_r li:hover a{color: #fff;}
.nw_con{overflow: hidden;}
.nw_b{transition: all .4s;display: flex;}
.nw_i{flex-shrink: 0;width: 100%;}
.nw_i.on {height: auto;visibility: visible;}
.nw_i .news_div_item{border-right: 1px solid #e5e5e5;}
.nw_i .news_div_item_date {    font-weight: lighter;font-family: Arial;}
.nw_i .news_div_item_year {display: block;font-size: 22px;}
.nw_i .news_div_item_month,.nw_i .news_div_item_day {float: left;font-size: 40px;}
.nw_i .news_div_item:after{content: "";display: block;width: 94%;background: #d9e0e8;height: 3px;position: absolute;left:0;top:0;}
.nw_i .news_div_item:before{content: "";display: block;width:0;background: #2a629f;height: 3px;position: absolute;left:0;top:0;z-index: 9;transition: all 0.5s}
.nw_i .news_div_item:hover:before{width:94%;}
.nw_i .news_div_item {width: 343px;flex-shrink: 0;padding-right: 0.4%;display: flex;flex-direction: column;position: relative;margin-right: 0.4%;padding-top: 40px;}
.nw_i .news_div_item_body{height: 70px;font-weight: lighter;}
.nw_i .news_div_item_pic{overflow:hidden;}
.nw_i .news_div_item_pic a{display:block;position:relative;overflow:hidden;}
.nw_i .news_div_item_pic a:before,.nw_i .news_div_item_pic a:after{position: absolute;}
.nw_i .news_div_item_pic img {width: 100%;transition: all .5s;display: block;overflow: hidden;border: 1px solid #eee;}
.nw_i .news_div_item:hover .news_div_item_pic img {transform: scale(1.2);}
.nw_i .news_div_item .news_div_item_title a {display: block;font-size: 20px;transition: all .5s;line-height: 20px;margin: 70px 0 15px;font-weight: lighter;}
.nw_i .news_div_item:hover .news_div_item_title a,.nw_i .news_div_item:hover .news_div_item_title a:after,.nw_i .news_div_item:hover .news_div_item_month,.nw_i .news_div_item:hover .news_div_item_day{color:#2a629f;}
.nw_i .divdgweb_new_div button{display:none!important;}
.nw_i .news_div_item:hover img {}

/*底部*/
.links{max-width:100%;overflow:hidden;padding:40px 0;border-top: 1px rgba(255,255,255,0.1) solid;line-height: 30px; margin: 0 auto;background: #333;}
.linksW{margin:0 auto;display: flex;justify-content: space-between;align-items: center;max-width:1400px;}
.links_l{ width:100px;}
.links_lm{font-size:18px;line-height:30px;color: #fff;font-weight:  lighter;}
.links_r{ width:93%; color:#999; padding-left: 30px;}
.links_r a{font-size:15px; color:#999;}
.linkTagcs li a {font-weight: lighter;}

/*copy*/
.copy {width:  100%;background: #333;position: relative;}
.copy:before {content:'';position: absolute;width: 31%;height: 11px;-webkit-transform: skew(-28deg);-moz-transform: skew(-28deg);-o-transform: skew(-28deg);background: linear-gradient(to right,#b0018e,#b0018e);top: -11px;right: 2px;animation:myfirst1 1s linear;z-index: 55;}
.copy:after {content:'';position: absolute;width: 68.7%;height: 11px;-webkit-transform: skew(-28deg);-moz-transform: skew(-28deg);-o-transform: skew(-28deg);background-image: -webkit-linear-gradient(30deg, #2a629f, #338ced 50%, #2a629f 100%);top: 0px;left: 0;animation:myfirst 1s linear;}
@keyframes myfirst
{
    0%   { width: 0%;}
	100% { width: 79%;}
}
@keyframes myfirst1
{
    0%   { width: 0%;}
	100% { width: 21%;}
}
.copy_box {max-width: 1400px;margin: 0 auto;}
.copy_tab {padding: 80px 0;overflow: hidden;display: flex;justify-content: space-between;border-bottom:1px solid rgba(238,238,238,0.1);width: 1500px;margin: 0 auto;}
.copy_tabr {border-top:none;padding: 80px 0;overflow: hidden;}
.copy_logo {display: flex;flex-direction: column;width: 20%;}
.copy_logo i {display: inline-block;    float: left;}
.copy_logo p {display: flex;flex-direction: column;font-size: 16px;font-weight: lighter;line-height: 18px;color: #999;}
.copy_logo p span {font-size: 36px;font-family: srm;color: #2a629f;line-height: 36px;padding-top: 12px;font-weight:  bold;background-image: -webkit-linear-gradient(30deg, #2a629f, #338ced 50%, #2a629f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}
.copy_logo em {font-size: 14px;border-top: 1px solid rgba(238,238,238,0.5);padding-top: 10px;margin-top: 21px;display: block;color: #fff;opacity: 0.3;font-weight:  lighter;}
.copy_logo a {width: 140px;height: 40px; border-radius: 40px;text-align: center;font-size: 15px;color: #fff;line-height: 40px;display: inline-block;margin-top: 30px;font-weight:  lighter;background-image: -webkit-linear-gradient(30deg, #2a629f, #338ced 50%, #2a629f 100%);}
.copy_con {}
.copy_con ul {display:  flex;}
.copy_con li:last-child {padding: 0;}
.copy_con li {text-align: left;padding: 0 80px;position: relative;transition:0.5s;}
.copy_con li p {font-size: 19px;color: #fff;margin-bottom: 20px;    font-weight: lighter;}
.copy_con li p span {font-size: 12px;color: rgba(255,255,255,0.3);font-family: Arial;display: block;text-transform: uppercase;   padding-top: 6px;}
.copy_con li a {font-size: 15px;color: rgba(255,255,255,0.6);display: inherit;line-height: 30px;transition: all 0.3s linear; font-weight:100;}
.copy_con li a:hover {color: #0093dd;transition: all 0.3s linear;}
.copy_con li:before {content: '';width:1px;height: 25px;background: #;position: absolute;left:1px;top:0;z-index: 1;transition:0.5s;}
.copy_con li:after {content: '';width:1px;height: 215px;background: rgba(255,255,255,0.1);position: absolute;left:1px;top:0;transition:0.5s;}
.copy_r {float: right;}
.copy_r p {font-size: 18px;color: #fff;}
.copy_r p span {font-size: 12px;color: rgba(255,255,255,0.6);font-family: Arial;display: block;text-transform: uppercase;}
.copy_r ul {display: flex;width:280px;justify-content: space-between;padding-top: 20px;}
.copy_r li i {display: inline-block;width: 120px;height: 120px;background: #ffffff;margin-bottom: 12px;}
.copy_r li {font-size: 14px;color: #fff;text-align: center;width: 130px;}
.copy_r li img{width: 120px; height:120px;}
.copy_namea {width:100%; padding:40px 0px; ;}
.copy_name {width:72.917%;display: flex;justify-content: space-between; margin: 0 auto;min-width: 1280px;}
.copy_name span {font-size: 14px;color: rgba(255,255,255,0.6);line-height: 28px;display: inherit;}
.copy_name span a {color: rgba(255,255,255,0.6);transition: all 0.3s linear;    font-size: 14px;}
.copy_name span a:hover  {color:#fff;transition: all 0.3s linear;}
.copy_con li:hover:before {height:100%;transition:0.5s;}

.copyright{padding:28px 0;overflow:hidden;    border-top: 1px solid #333;font-weight: 100;}
.copyright .con{ line-height:30px;font-size:14px;color:#999; text-align:center;}
.copyright a{color:#999;font-size:14px;}
.copyright a:hover{color:#fff;font-size:14x;}

.copy_int {display: flex;justify-content: center;}
.copy_int span {font-size: 15px;    color: #999;}
.copy_int a {font-size: 15px;color: #666;}




.sb_i {
    font-size: 12px;
    display: inline-block;
    position: relative;
    top: -7px;
}




.cbr{position: absolute;width: 100%;top: 38%;left: 0;}
.ripple,.ripple:before,.ripple:after {position: absolute;left: 50%;top: 50%;height: 80px;width: 80px;margin-top: -40px;margin-left: -40px;border-radius: 50%;-webkit-box-shadow: 0 0 0 0 rgba(31, 120, 199, 0.64);-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: rgba(31, 120, 199, 0.64);-webkit-animation: ripple 3s infinite;animation: ripple 3s infinite;}
.ripple{}
.ripple:before {-webkit-animation-delay: .9s;animation-delay: .9s;content: "";position: absolute;right: 0;bottom: 0;}
.ripple:after {-webkit-animation-delay: .6s;animation-delay: .6s;content: "";position: absolute;right: 0;bottom: 0;}
.video_box{width:100%;height:100%;background:rgba(0,0,0,0.6);position: fixed;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:55%;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;}

@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 70px rgba(0, 0, 0, .0);
                box-shadow: 0 0 0 70px 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);
    }
}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 70px rgba(0, 0, 0, .0);
                box-shadow: 0 0 0 70px 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);
    }
}
.comp_r{width: 50%;/*position: relative;*/margin-top: 60px;background: url() no-repeat right top;}
.comp_r p{position: absolute;top: 0;left: 0;}
.comp_r>p>img{width: 100%;}