﻿@charset "utf-8";
body,div,span,h1,h2,h3,h4,h5,h6,p,em,img,strong,b,small,u,i,center,dl,dt,dd,ol,ul,li,sub,sup,tt,var,del,dfn,ins,kbd,q,s,samp,strike,applet,object,iframe,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,blockquote,pre,a,abbr,acronym,address,big,cite,code,mark,audio,video,textarea,select,input {margin:0;padding:0;outline:none}
ol,ul {list-style:none;}
html {-webkit-text-size-adjust:none; }

body {color:#000000;font-family:'Arial','Helvetica','Hiragino Sans GB','STHeitiSC-Light',sans-serif;overflow-x: hidden;font-size:24px;}

img {display:block;max-width:100%;border:none}

/*a 链接*/

a {text-decoration:none;outline:none;transition:0.5s all;-webkit-transition:0.5s all;-moz-transition:0.5s all;-o-transition:0.5s all;-ms-transition:0.5s all; color:#333333;}
/*a:hover{color: #da291c}*/
/*居中*/

.center{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;}
.between{display:flex;flex-direction:row;justify-content:space-between;align-content:center;align-items:center;}
.up{display:flex;flex-direction:row;justify-content:space-between;}
.down{display:flex;align-items:flex-end;flex-direction:row;justify-content:space-between; }
.upcenter{display:flex;flex-direction:row;justify-content:center;}
.upleft{display:flex;flex-direction:row;justify-content:flex-start;}
.upright{display:flex;flex-direction:row;justify-content:flex-end;}

.upbetween{display:flex;flex-direction:row;justify-content:space-between;}

.left {display:flex;flex-direction:row;justify-content:flex-start;align-content:center;align-items:center;}
.right{display:flex;flex-direction:row;justify-content:flex-end;align-content:center;align-items:center;}

/**上对齐*/
.uptop{display: -webkit-box;display: -ms-flexbox;display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.updown{display: flex;flex-direction:column; justify-content:space-between}




/*浮动*/
.fl {float:left;display:inline}
.fr {float:right;display:inline}
.clear {clear:both}
.clearfix {*zoom:1;}
.clearfix:after {clear:both;display:block;height:0;visibility:hidden;line-height:0;content:'\20';}



/* HTML5 重置为较旧版本的浏览器 */

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}
blockquote,q {quotes:none;}
blockquote:before,blockquote:after,q:before,q:after {content:'';content:none;}
table {border-collapse:collapse;border-spacing:0;}

/* 按钮样式 */

input[type="text"],input[type="button"],button,textarea,select,input[type="checkbox"] {font-size:100%;outline:none;resize:none;font-family:"exo_2.0light","PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;-webkit-appearance:none;}
input[type="button"] {cursor:pointer;border:0;}
input[type="submit"] {cursor:pointer;border:0}
input[type="reset"] {cursor:pointer;border:0}

/*删除火狐下按钮默认样式*/

input[type="reset"]::-moz-focus-inner,input[type="button"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner,input[type="file"] > input[type="button"]::-moz-focus-inner {border:none;padding:0;-webkit-appearance:none;}
i,em {font-style:normal}


/**手机横屏提示*/

.mobile_show{width: 100%; height: 100%; position: fixed; left: 0px; top: 0px; z-index: 99999999999999999; background:#000000; display: none}
.mobile_showbox{position: absolute; left: 50%; color: #fff; text-align: center; top: 50%; transform: translate(-50%,-50%); width: 90%}
.mobile_showbox img{width: 60px; margin: 0 auto; }
.mobile_showbox p{font-size: 16px; margin-top:20px;}




.nav-btnbox { display:none}
.pd2{ padding-top:2%; padding-bottom:2%}
.pd3{ padding-top:3%; padding-bottom:3%}
.pd4{ padding-top:4%; padding-bottom:4%}
.pd5{ padding-top:5%; padding-bottom:5%}
.pd6{ padding-top:6%; padding-bottom:6%}
.pd7{ padding-top:7%; padding-bottom:7%}
.pd8{ padding-top:8%; padding-bottom:8%}
.pd10{ padding-top:10%; padding-bottom:10%}


.mtb3{ margin-top:3%; margin-bottom:3%}
.mtb4{ margin-top:4%; margin-bottom:4%}
.mtb5{ margin-top:5%; margin-bottom:5%}
.mtb6{ margin-top:6%; margin-bottom:6%}
.mtb2{ margin-top:2%; margin-bottom:2%}


.mt1{ margin-top:1%}
.mt2{ margin-top:2%}
.mt3{ margin-top:3%}
.mt4{ margin-top:4%}
.mt5{ margin-top:5%}
.mt6{ margin-top:6%}
.mt7{ margin-top:7%}
.mt8{ margin-top:8%}
.mt9{ margin-top:9%}
.mt10{ margin-top:10%}


.pt3{ padding-top:3%}
.pt4{ padding-top:4%}
.pt5{ padding-top:5%}
.pt6{ padding-top:6%}
.pt7{ padding-top:7%}
.pt8{ padding-top:8%}



.pb3{ padding-bottom:3%}
.pb4{ padding-bottom:4%}
.pb5{ padding-bottom:5%}
.pb6{ padding-bottom:6%}
.pb7{ padding-bottom:7%}
.pb8{ padding-bottom:8%}
.pb9{ padding-bottom:9%}
/*省略号*/
.oneline{ text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient: vertical;}
.twoline{ text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient: vertical;}
.threeline{ text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient: vertical;}
.fourline{ text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient: vertical;}
.fiveline{ text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:5;line-clamp:5;-webkit-box-orient: vertical;}

sup{font-size:14px;}

@font-face {
    font-family: 'DINreg';
    src: url('../fonts/dinreg.eot');
    src: url('../fonts/dinreg.eot?#iefix') format('embedded-opentype'),
        url('../fonts/dinreg.woff2') format('woff2'),
        url('../fonts/dinreg.woff') format('woff'),
        url('../fonts/dinreg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DINPro';
    src: url('../fonts/DINPro-CondBlack.eot');
    src: url('../fonts/DINPro-CondBlack.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DINPro-CondBlack.woff2') format('woff2'),
        url('../fonts/DINPro-CondBlack.woff') format('woff'),
        url('../fonts/DINPro-CondBlack.ttf') format('truetype'),
        url('../fonts/DINPro-CondBlack.svg#DINPro-CondBlack') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


.wapshow{display: none}

.bigpic{ overflow:hidden; position:relative}
.bigpic img{ transition: 1s all; -webkit-transition: 1s all; -moz-transition: 1s all; -o-transition: 1s all; -ms-transition: 1s all; width:100%}

a:hover .bigpic>img{transform: scale(1.05);-webkit-transform: scale(1.05);}

.bigpic:hover img{transform: scale(1.05);-webkit-transform: scale(1.05);}

@-webkit-keyframes fadeInDown {
	0% {opacity:0;transform:translateY(-50px)}
    100% {opacity:1;transform:translateY(0)}
}
@keyframes fadeInDown {
	0% {opacity:0;transform:translateY(-50px)}
    100% {opacity:1;transform:translateY(0)}
}
.animated {-webkit-animation-duration:1s;animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
@-webkit-keyframes fadeInUp {
	0% {opacity:0;-webkit-transform:translate3d(0,20%,0);transform:translate3d(0,20%,0)}
    to {opacity:1;-webkit-transform:none;transform:none}
}
@keyframes fadeInUp {
	0% {opacity:0;-webkit-transform:translate3d(0,20%,0);transform:translate3d(0,20%,0)}
    to {opacity:1;-webkit-transform:none;transform:none}
}
@-webkit-keyframes fadeInDown {
	0% {opacity:0;transform:translateY(-50px)}
    100% {opacity:1;transform:translateY(0)}
}
@keyframes fadeInDown {
	0% {opacity:0;transform:translateY(-50px)}
    100% {opacity:1;transform:translateY(0)}
}

@keyframes roadMove {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 200% 0; /* 当背景图像的水平位置为100%时，看起来就像图像从左向右滚动 */
  }
}
@keyframes bounce {
    0%, 100% {
       transform: translateY(0);
    }
    50% {
        transform: translateY(3px);
    }
}

.fadeInUp {-webkit-animation-name:fadeInUp;animation-name:fadeInUp}
.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}

@-webkit-keyframes fadeIn {
	0% {opacity:0}
	100% {opacity:1}
}
@keyframes fadeIn {
	0% {opacity:0}
    100% {opacity:1}
}
.fadeIn {
	-webkit-animation-name:fadeIn;
	animation-name:fadeIn
}
.mainbox{margin: 0 auto;  max-width: 1720px; width:100%}

.top{position:fixed; left: 0px; top: 0px; width:100%; z-index:999;transition:0.5s all;-webkit-transition:0.5s all;-moz-transition:0.5s all;-o-transition:0.5s all;-ms-transition:0.5s all; border-bottom:1px solid rgba(255,255,255,0.2);}

.top>.mainbox{height:140px;transition:0.5s all;-webkit-transition:0.5s all;-moz-transition:0.5s all;-o-transition:0.5s all;-ms-transition:0.5s all; }
.subtop{background: #fff; border-bottom:1px solid #e3e3e3;}
.top.cur,.subtop.cur{box-shadow: 0px 0px 10px rgba(0,0,0,0.1); background: #fff; border-bottom:1px solid #e3e3e3}

.topright{width:65%;}
 
.logo{ width:20%; }
.logo em{display:block;width:121px;margin:0px auto;}
.logo span{display:block; font-size:24px; color:#FF0000; font-weight:bold; text-align:center; line-height:1.6;}
.nav_right{width:70%;transition:0.5s all;-webkit-transition:0.3s all;-moz-transition:0.3s all;-o-transition:0.3s all;-ms-transition:0.3s all; max-width:1260px;}
.nav{width:100%; max-width:1010px;}
.nav li{position: relative;}
.nav li>a{position: relative; display: block; line-height:140px; color:#FFF; font-size:20px; font-weight:bold; position:relative;}
.nav li>a:after{position:absolute; content:""; width:0px; height:1px; background:#e60015;bottom:-1px; left:0px; transition:all 0.5s;-webkit-transition:all 0.5s;}
.nav li>a:hover:after{width:100%;}
.nav li>a:hover{color:#e60012;}
.nav li.cur>a{color: #e60012;}

.top.cur .nav li>a,.subtop .nav li>a{color:#333;}
.top.cur .nav li>a:hover,.subtop .nav li>a:hover{color:#e60012;}
.top.cur .nav li.cur>a,.subtop .nav li.cur>a{color: #e60012;}

.navdown{width:130%; position: absolute; left:-15%; top:140px;background:rgba(255,255,255,1);display: none; z-index: 2; box-shadow: 0px 0px 10px rgba(0,0,0,0.05);padding:15px 0px;}
.nav li:nth-child(2) .navdown{width:240%;left:-70%;}
.nav li:nth-child(5) .navdown{width:260%;left:-80%;}
.nav li:nth-child(4) .navdown{width:360%;left:-130%;}
.nav li:nth-child(6) .navdown{width:180%;left:-40%;}
.navdown p{display: block; font-size:20px;}
.navdown p a{color:#333333; display:block; line-height:50px;text-align:center; position:relative;}
.navdown p:last-child a{border-bottom:0px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;}
.navdown p a span{display:inline-block; position:relative;line-height:1.3;}
.navdown p a:after{position:absolute; content:""; width:0px;height:1px; background:#e60015;bottom:0px; left:0px; ttransition:all 0.5s;-webkit-transition:all 0.5s;}
.navdown p a:hover span{color:#e60015;}
.navdown p a:hover span:after{width:100%;}
.s_lang{width:12%; max-width:140px; height:100%; position:absolute; border-left:1px solid rgba(255,255,255,0.2); right:0px;}
.top.cur .s_lang,.subtop .s_lang{border-left:1px solid rgba(0,0,0,0.1);}
.s_lang .search{width:21px; cursor: pointer; position:absolute; top:50%; left:50%; transform: translate(-50%,-50%);}
.top .hide{display:none;}
.top.cur .show,.subtop .show{display:none;}
.top.cur .hide,.subtop .hide{display:block;}

.wsearchbox{position:absolute;width:0px; background:#FFFFFF;right:0px; height:100%; top:50%; transform: translate(0,-50%); z-index:10; transition:0.5s all; -webkit-transition:0.5s all;}
.wsearchbox.cur{width:100%;padding:0px 60px; box-sizing: border-box;}
.wsearchbox .s_btn{width:21px;cursor: pointer;}
.wsearchbox .s_text{width:calc(100% - 200px); background:#FFF;border:0px;}
.wsearchbox .s_text::placeholder {color:#cccccc;}
.wsearchbox .s_text::-moz-placeholder {color:#cccccc;}
.wsearchbox .s_text::-webkit-input-placeholder {color:#cccccc;}
.wsearchbox .s_close{width:20px; cursor: pointer; transition:all 0.3s; -webkit-transition:all 0.3s;}
.wsearchbox .s_close:hover{transform: rotate(180deg);}


.sosouboxsbj{background: rgba(0,0,0,0.5); position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 889; display: none}

.sosouboxs{width: 100%; position:fixed; left: 0px; top:-50px; z-index: 1000; background: #fff; padding: 30px 0px; transition:0.5s all;-webkit-transition:0.5s all;-moz-transition:0.5s all;-o-transition:0.5s all;-ms-transition:0.5s all; opacity: 0; visibility: hidden}

.sosouboxs.show{ top: 0; opacity: 1; visibility: visible;}

.sosouhezi{border-bottom: 1px solid #cccccc; background: url("../images/bsearch.svg") no-repeat left center; background-size: 18px; padding-left: 30px; width: 80%; max-width: 500px; margin:0 auto}
.sousutxt{height: 40px; width: calc(100% - 50px); border: none}
.sousuclose{width: 16px; height: 16px;}
 

.banner{position: relative; z-index: 1;}
.banner .swiper-pagination{z-index: 888; left: 50%; bottom: 7%;  width:80%; margin-left:-40%; text-align:center; height:10px;}
.banner .swiper-pagination-bullet{opacity: 1; width:14px; height:14px;margin:0px 12px!important; border-radius:100%;transition:0.5s all;-webkit-transition:0.5s all;-moz-transition:0.5s all;-o-transition:0.5s all;-ms-transition:0.5s all; border: 1px solid rgba(255,255,255,1); background: #FFFFFF;}

.banner .swiper-pagination-bullet-active { background: #e40012;border: 1px solid #e40012;  }
.banner .bannerimg{background-position: center center; background-repeat: no-repeat; background-size: cover;display:block;height: 100vh;width: 100%;overflow: hidden;background:#000000;}
.banner .bannerimg .videogif{display:none;}
.banner .bannerimg .videogif img{width:100%;}
.banner .bannerimg:after{position:absolute;content:""; width:100%; height:100%; background:rgba(0,0,0,0.4);top:0px; left:0px; z-index: 2;}
/* .banner .bannerimg .videobtn{width: 160px;height: 160px;position: absolute;left: 50%;top: 48%;transform: translate(-50%, -50%);cursor: pointer;z-index: 2; border-radius:100%; border:1px solid #FFF; } */
.banner .bannerimg .bannerinfo{ width:100%;   position:absolute; bottom:80px; z-index: 4;}
.banner .bannerimg .bannerinfo .mainbox .bannertxt{width:80%;font-size:100px; font-weight:bold;line-height:1;color:#FFF;}
.banner .bannerimg .bannerinfo .mainbox .bannertxt i{color:#e50012;}
.banner .bannerimg .bscorllbtn{width:126px; position:absolute; right:4%; bottom:40px;height:127px; display:block;z-index: 4;}
.banner .bannerimg .bscorllbtn:after{display: block;content: '';width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: url(../images/neiBanBtnAfter.svg) no-repeat center center;background-size: 100% 100%;animation: rotate 10s linear infinite;transition: all 1s;-webkit-transition: all 1s;-moz-transition: all 1s;-ms-transition: all 1s;-o-transition: all 1s;-webkit-animation: rotate 10s linear infinite; }
.banner .bannerimg .bscorllbtn em{display:block; width:15px; height:25px;position:absolute; top:50%; left:50%; transform: translate(-50%,-50%); }
.banner .bannerimg .bscorllbtn em:before{content: ''; width: 15px; height: 25px; background:url(../images/scrolldown.svg) center/cover no-repeat; position: absolute; left: 0px;  animation:changesize 1s ease-in-out infinite;}

@keyframes rotate {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
.banner .bannerimg img{width:100%;}
.banner .mbanner{display:none;}
.banner .mbanner img{width:100%;}
.banner .swiper-slide{ overflow: hidden}
#banvideo{width: 100%;height: 100vh;z-index: 1;object-fit: fill;opacity: 1;transition: all 0.5s;-webkit-transition: all 0.5s;visibility: visible;}
#banvideo.cur {
	visibility: visible;
	opacity: 1
}
.bfsize72{font-size:72px; font-weight: bold; color:#FFF;}
.fsize60{font-size:60px;}
.fsize36{font-size:36px;}
.fsize30{font-size:30px;}
.fsize18{font-size:18px;}


.s_banner{position: relative; z-index: 1;}
.s_banner .bannerimg{background-position: center center; background-repeat: no-repeat; background-size: cover;display:block;height: 100vh;width: 100%;overflow: hidden;background:#000000;}
.s_banner .mbanner{display:none;}
.s_banner .mbanner img{width:100%;}
.s_banner .bannertxt{width:90%; position:absolute; bottom:7%; left:50%; transform:translate(-50%,0px); -webkit-transform:translate(-50%,0px);}

@keyframes scrolling_move {
    0% {}
    100% {top:25px;}
}

@keyframes changesize {
    0%   { transform: scale(1); }
    50%  { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.aboutbj{ position:relative;}
.wabout{display:block;}
.mabout{display:none;}
.aboutbj .mainbox{overflow: hidden;position:relative;}
.aboutbj .mainbox .row-wide {width: 100%; }
.content-module {
	margin-bottom: 0px;
}
.section-container-2 {
	    height: 100vh;
	    
	    overflow: hidden;
		position: relative;
	}
.panel{margin: 0px;padding: 0px;width: 100%;height:100vh; position: absolute;overflow: hidden;background: transparent;border: none !important;box-shadow: none !important; right:0px;top: 50%;transform: translate(0, -50%);  }
.section-container-2 .panel-1 .img-1 {width: 100%;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);background:url(../images/resource1.svg) center/cover no-repeat; height:100%;}

.section-container-2 .panel-1 .vlogo{width:276px; position:absolute;top:28%;left:50%;transform: translate(-50%, -50%); z-index:5; }
.section-container-2 .panel-1 .vlogo img{width:100%;}

.section-container-2 .panel-1 .content{width:90%; max-width:1560px; position:absolute;top:58%;left:50%;transform: translate(-50%, -50%); }
.section-container-2 .panel-1 .content li{border:1px solid #e3e3e3;padding:30px; border-radius: 3px; box-sizing: border-box;}
.section-container-2 .panel-1 .content li em{height:95px; padding-right:52px; display:inline-block; position:relative; margin-left:30px;box-sizing: border-box;}
.section-container-2 .panel-1 .content li em:after{position:absolute; content:""; width:1px; height:95%; background:#e3e3e3; right:0px; top:2.5%;}

.section-container-2 .panel-1 .content li em img{height:100%;}
.section-container-2 .panel-1 .content li .txt{width:calc(100% - 250px);}
.section-container-2 .panel-1 .content li .txt img{width:100%;max-width:50px;}
.section-container-2 .panel-1 .content li .txt p{color:#333333; font-weight: bold; font-size:30px; margin-top:12px;}
.section-container-2 .panel-1 .content li .txt p span{color:#e50012;}
.section-container-2 .panel-1 .content li:nth-child(1){width:calc(42% - 5px);}
.section-container-2 .panel-1 .content li:nth-child(2){width:calc(58% - 5px);}
.section-container-2 .panel-1 .content .bscorllbtn {width: 126px;position: absolute;bottom:-210px;left:50%;transform: translate(-50%, 0);height: 127px;display: block;}
.section-container-2 .panel-1 .content .bscorllbtn:after{display: block;content: '';width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: url(../images/blackBtnAfter.svg) no-repeat center center;background-size: 100% 100%;animation: rotate 10s linear infinite;transition: all 1s;-webkit-transition: all 1s;-moz-transition: all 1s;-ms-transition: all 1s;-o-transition: all 1s;-webkit-animation: rotate 10s linear infinite; }
.section-container-2 .panel-1 .content .bscorllbtn em{display:block; width:15px; height:25px;position:absolute; top:50%; left:50%; transform: translate(-50%,-50%); }
.section-container-2 .panel-1 .content .bscorllbtn em:before{content: ''; width: 15px; height: 25px; background:url(../images/bscrolldown.svg) center/cover no-repeat; position: absolute; left: 0px;  animation:changesize 1s ease-in-out infinite;}
.panel-2{z-index: 3;}
.panel-1 {z-index: 4;}
.section-container-2 .panel-2{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%); width:100%; height:100vh; background:url(../images/baner1.jpg) center/cover no-repeat;}
.section-container-2 .panel-2.active{z-index: 5;}
.section-container-2 .panel-2 .content{display:none;}
.section-container-2 .panel-2.active .content{position:absolute; max-width:1200px; width:100%;top:58%; left:50%; transform: translate(-50%, -50%); color:#FFFFFF; display:block;line-height:1.5;}
.section-container-2 .panel-2.active .content h2{font-size:100px; font-weight:bold;-webkit-animation-duration: .4s;animation-duration: .4s;-webkit-animation-fill-mode: both;animation-fill-mode: both;-webkit-animation-name: fadeInUp;animation-name: fadeInUp;}
.section-container-2 .panel-2.active .content em{color:#e60015; font-style: normal;}
.section-container-2 .panel-2.active .content .smalltxt{color:#cccccc; -webkit-animation-duration: .4s;animation-duration: .4s;-webkit-animation-fill-mode: both;animation-fill-mode: both;-webkit-animation-name: fadeInUp;animation-name: fadeInUp;animation-delay:0.3s;}
.section-container-2 .panel-2.active .content ul li{padding-left:25px; position:relative; font-size:40px;-webkit-animation-duration: .4s;animation-duration: .4s;-webkit-animation-fill-mode: both;animation-fill-mode: both;-webkit-animation-name: fadeInUp;animation-name: fadeInUp;}
.section-container-2 .panel-2.active .content ul li:before{position:absolute; content:""; width:8px; height:8px; border-radius:100%; background:#FFFFFF; left:0px;top:27px;}
.section-container-2 .panel-2.active .content ul li:nth-child(1){animation-delay:0.5s;}
.section-container-2 .panel-2.active .content ul li:nth-child(2){animation-delay:0.7s;}
.section-container-2 .panel-2.active .content ul li:nth-child(3){animation-delay:0.9s;}

.mabout .part1{position:relative;padding:80px 0px 120px 0px;}

.mabout .part1 .txt {font-size:70px; font-weight: bold; background-image: url('../images/baner1.jpg'); background-size: cover; background-position: center;-webkit-background-clip: text;background-clip: text;color: transparent;margin:20px;text-align: center; }

.mabout .part1 .vlogo{width:150px;  z-index:5; margin:0px auto;}
.mabout .part1 .vlogo img{width:100%;}

.mabout .part1 .content{width:90%; max-width:810px; margin:0px auto;}
.mabout .part1 .content li{border:1px solid #e3e3e3;padding:15px; border-radius: 3px; box-sizing: border-box;}
.mabout .part1 .content li em{padding-right:20px; display:inline-block; position:relative; margin-left:20px;box-sizing: border-box; font-size:50px; font-weight:bold; color: transparent;-webkit-text-stroke: 1px rgba(30,32,136,0.3);text-stroke: 1px #1e2088;}
.mabout .part1 .content li em:after{position:absolute; content:""; width:1px; height:95%; background:#e3e3e3; right:0px; top:2.5%;}

.mabout .part1 .content li em img{height:100%;}
.mabout .part1 .content li .txt{width:calc(100% - 120px); text-align: left;}
.mabout .part1 .content li .txt img{width:100%;max-width:30px;}
.mabout .part1 .content li .txt p{color:#333333; font-weight: bold; font-size:14px; margin-top:12px;}
.mabout .part1 .content li .txt p span{color:#e50012;}
.mabout .part1 .content li:nth-child(1){width:calc(42% - 5px);}
.mabout .part1 .content li:nth-child(2){width:calc(58% - 5px);}
.mabout .part1 .content .bscorllbtn {width: 100px;height: 101px;display: block; margin-top:80px;position:relative; margin:80px auto 0px auto;}
.mabout .part1 .content .bscorllbtn:after{display: block;content: '';width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: url(../images/blackBtnAfter.svg) no-repeat center center;background-size: 100% 100%;animation: rotate 10s linear infinite;transition: all 1s;-webkit-transition: all 1s;-moz-transition: all 1s;-ms-transition: all 1s;-o-transition: all 1s;-webkit-animation: rotate 10s linear infinite; }
.mabout .part1 .content .bscorllbtn em{display:block; width:15px; height:25px;position:absolute; top:50%; left:50%; transform: translate(-50%,-50%); }
.mabout .part1 .content .bscorllbtn em:before{content: ''; width: 15px; height: 25px; background:url(../images/bscrolldown.svg) center/cover no-repeat; position: absolute; left: 0px;  animation:changesize 1s ease-in-out infinite;}

.mabout .part2{position:relative;padding:80px 0px 120px 0px;background:url('../images/mbaner1.jpg') center/cover no-repeat;}

.mabout .part2 .content{max-width:1200px; width:100%; color:#FFFFFF; display:block;line-height:1.5;}
.mabout .part2 .content h2{font-size:60px; font-weight:bold;-webkit-animation-duration: .4s;animation-duration: .4s;-webkit-animation-fill-mode: both;animation-fill-mode: both;-webkit-animation-name: fadeInUp;animation-name: fadeInUp;}
.mabout .part2 .content em{color:#e60015; font-style: normal;}
.mabout .part2 .content .smalltxt{color:#cccccc; -webkit-animation-duration: .4s;animation-duration: .4s;-webkit-animation-fill-mode: both;animation-fill-mode: both;-webkit-animation-name: fadeInUp;animation-name: fadeInUp;animation-delay:0.3s;}
.mabout .part2 .content ul li{padding-left:20px; position:relative; font-size:24px;-webkit-animation-duration: .4s;animation-duration: .4s;-webkit-animation-fill-mode: both;animation-fill-mode: both;-webkit-animation-name: fadeInUp;animation-name: fadeInUp;}
.mabout .part2 .content ul li:before{position:absolute; content:""; width:8px; height:8px; border-radius:100%; background:#FFFFFF; left:0px;top:12px;}
.mabout .part2 .content ul li:nth-child(1){animation-delay:0.5s;}
.mabout .part2 .content ul li:nth-child(2){animation-delay:0.7s;}
.mabout .part2 .content ul li:nth-child(3){animation-delay:0.9s;}
.mabout .part2 .content .datamore{z-index:0;}
.mabout .part2 .content .datamore span{position:relative;z-index: 2;}
.datamore{display:inline-block; padding:0px 80.5px 0px 27.5px; box-sizing: border-box; border:1px solid #FFF;height:55px; border-radius: 27.5px; color:#FFF; line-height:51px; position:relative; overflow:hidden;transition:all 0.3s; -webkit-transition:all 0.3s;}
.datamore:hover{border-box; border:1px solid #e60015; color:#FFF;}
.datamore:before{position:absolute;content:""; width:0px;height:100%; background:#e60015; z-index:-1;left:0px;transition:all 0.3s; -webkit-transition:all 0.3s;}
.datamore:hover:before{width:100%;}
.datamore:after{position:absolute;content:""; width:25px;height:16px; background:url(../images/wjiantou.svg) center/cover no-repeat; right:27.5px; top:50%; margin-top:-8px;transition:all 0.3s; -webkit-transition:all 0.3s;}

.section-container-2 .panel-2.active .content .datamore{-webkit-animation-duration: .4s;animation-duration: .4s;-webkit-animation-fill-mode: both;animation-fill-mode: both;-webkit-animation-name: fadeInUp;animation-name: fadeInUp;animation-delay:1.1s;}
::-webkit-input-placeholder {color:#999999;}
:-moz-placeholder{ color:#999999;opacity:  1;}
::-moz-placeholder {color:#999999;opacity:  1;}
:-ms-input-placeholder {color:#999999;}
::-ms-input-placeholder {color:#999999;}
::placeholder {color:#999999;}

.sytit span{font-size:80px; line-height:1.1; font-weight: bold; color:#1e2088;}
.sytit .datamore{border:1px solid #333333; color:#333; }
.sytit .datamore:hover{border:1px solid #e60012;color:#FFFFFF;}
.sytit .datamore:after{width:25px;height:16px; background:url(../images/bjiantou.svg) center/cover no-repeat; right:27.5px; top:50%; margin-top:-8px; }
.sytit .datamore:hover:after{background:url(../images/wjiantou.svg) center/cover no-repeat;}
.sypro{background:#f7f8fa; height:100vh; position:relative;}
.sypro .syprobox{position:absolute; width:100%; top:50%;left:50%; transform: translate(-50%,-50%); }
.pronav{padding:4% 0px 3% 0px;}
.pronav li{cursor: pointer; width:14.27%;}
.pronav li em{width:80px; height:80px; border-radius: 100%; background-color:#eaebed ; transition: all 0.3s; -webkit-transition: all 0.3s; display:block;position:relative; margin:0px auto;}
.pronav li em i{display:block;width:45%; position:absolute; top:50%; left:50%; transform: translate(-50%,-50%);}

.pronav li:nth-child(7) em i{width:42%;}

.pronav li em i .hide{display:none;}
.pronav li:hover em,.pronav li.on em{background-color:#e60015;}
.pronav li:hover em i .show,.pronav li.on em i .show{display:none;}
.pronav li:hover em i .hide,.pronav li.on em i .hide{display:block;}
.pronav li span{display:block; color:#333; font-size:20px; text-align: center;line-height:1.5; margin-top:10px;transition: all 0.3s; -webkit-transition: all 0.3s; font-weight: bold;}
.pronav li:hover span,.pronav li.on span{display:block; color:#e60015; }
.sypro .syprobox .propicbox{position:relative;display:none;}

.sypro .syprobox .propicbox a{display:block;  text-align:center;position:relative; }
.sypro .syprobox .propicbox a .pic{background:#FFFFFF;  border-radius: 10px; overflow: hidden;}
.sypro .syprobox .propicbox a img{display:inline-block; transition: 1s all; -webkit-transition: 1s all; -moz-transition: 1s all; -o-transition: 1s all; -ms-transition: 1s all;}
.sypro .syprobox .propicbox a:hover img{transform: scale(1.05);-webkit-transform: scale(1.05);}
.sypro .syprobox .propicbox a .txt{font-size:20px; line-height:1.5;margin-top:25px;}
.sypro .syprobox .propicbox a:hover .txt{color:#e60015;}
.sypro .syprobox .propicbox a .txt span{display:block; width:100%; font-size:24px; font-weight:bold; }
.sypro .syprobox .propicbox a .txt span sup{font-size:14px;}


.sypro .syprobox .propicbox .swiper-button-prev,.sypro .syprobox .propicbox .swiper-button-next{background:transparent; width:56px;height:56px; border-radius:100%;transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all;margin: 0px;top: 40%; margin-top:-28px;position:absolute; border:1px solid rgba(51,51,51,0.2);}

.sypro .syprobox .propicbox .swiper-button-next{right:-76px; left:auto;}

.sypro .syprobox .propicbox  .swiper-button-next:after{font-size:16px;color:#333;}
.sypro .syprobox .propicbox .swiper-button-next:hover{background:#e60015;border:1px solid #e60015;color:#FFF;}
.sypro .syprobox .propicbox .swiper-button-next:hover:after{color:#FFF;}
.sypro .syprobox .propicbox .swiper-button-next.swiper-button-disabled:after{opacity:0.2;}
.sypro .syprobox .propicbox .swiper-button-prev{right: auto;left: -76px;}
.sypro .syprobox .propicbox .swiper-button-prev:after{ font-size:16px; color:#333;}
.sypro .syprobox .propicbox .swiper-button-prev:hover{background:#e60015; border:1px solid #e60015;}
.sypro .syprobox .propicbox .swiper-button-prev:hover:after{color:#FFF;}
.sypro .syprobox .propicbox  .swiper-button-prev.swiper-button-disabled{background-color:#f5f8fc;opacity: 1;}
.sypro .syprobox .propicbox  .swiper-button-prev.swiper-button-disabled:hover:after{background:url(../images/jiantou.svg) center center no-repeat;}
.sypro .syprobox .propicbox .swiper-button-prev.swiper-button-disabled:after{opacity:0.5;}

.syscience{height:100vh;}
.syscience .sciencetitle{height:20vh;position:relative;}
.syscience .sciencetitle .mainbox{position:absolute; top:60%;left:50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); }
.syscience .sciencebody{position:relative; height:80vh; background:url(../images/img1.jpg) center/cover no-repeat;}
.syscience .sciencebody:before{position:absolute;content:""; width:100%; height:100%; left:0px; top:0px;background:rgba(29,31,137,0.15);}

.syscience .sciencebody .mainbox{min-height:420px;top:50%; left:50%;transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); background:rgba(255,255,255,0.88); position:absolute; border-radius: 20px; padding:100px 0px; box-sizing: border-box;}
.syscience .sciencebody .mainbox li{width:33.33%;position:relative; padding:0px 50px;line-height:1.5; text-align: center; cursor: pointer;}
.syscience .sciencebody .mainbox li:after{position:absolute;content:""; right:0px; height:95%; top:2.5%; width:1px; z-index: 1; background:rgba(0,0,0,0.1);}
.syscience .sciencebody .mainbox li em{width:80px; margin:0px auto 30px auto; display:block;}
.syscience .sciencebody .mainbox li em img{width:100%; transition: 1s all; -webkit-transition: 1s all; -moz-transition: 1s all; -o-transition: 1s all; -ms-transition: 1s all;}
.syscience .sciencebody .mainbox li:hover em img{transform: scale(1.05);-webkit-transform: scale(1.05);}

.synews_notice .synews{width:65%; max-width:1080px;}
.synews_notice .synews .synewslist{margin-top:60px;}
.synews_notice .synews .synewslist li{width:calc(50% - 20px);}
.synews_notice .synews .synewslist li a{display:block; border-bottom:1px solid rgba(0,0,0,0.1); position:relative;}
.synews_notice .synews .synewslist li a:after{position:absolute;content:""; height:1px; width:0px; background:#e60015; bottom:-1px; left:0px; transition:all 0.5s;-webkit-transition:all 0.5s;}
.synews_notice .synews .synewslist li a:hover:after{width:100%;}
.synews_notice .synews .synewslist li a .pic{overflow:hidden;}
.synews_notice .synews .synewslist li a .pic img{border-radius:20px;transition: 1s all; -webkit-transition: 1s all; -moz-transition: 1s all; -o-transition: 1s all; -ms-transition: 1s all;}
.synews_notice .synews .synewslist li a:hover .pic img{transform: scale(1.05);-webkit-transform: scale(1.05);}
.synews_notice .synews .synewslist li a .txt{padding:40px 0px; line-height:1.4;}
.synews_notice .synews .synewslist li a .txt p{font-size:28px; font-weight:bold;height:80px;}
.synews_notice .synews .synewslist li a:hover .txt p{color:#e60015;}
.synews_notice .synews .synewslist li a .txt em{font-size:18px; color:rgba(51,51,51,0.5); margin-top:20px; display:block;}
.synews_notice .synotice{width:35%;padding:0px 45px; box-sizing: border-box;min-height:674px; max-width:560px; background:#f7f8fa; border-radius: 20px;}
.synews_notice .synotice .synoticetit{margin:33px 0px 36px 0px;padding-left:90px; font-size:48px; font-weight:bold;color:#1e2088;position:relative;line-height:65px;}
.synews_notice .synotice .synoticetit em{width:65px; height:65px; border-radius: 100%; background:url(../images/notice.svg) #FFF no-repeat; background-size:43%;background-position: center center;position:absolute; left:0px;top:0px;}
.synews_notice .synotice ul li a{display:block; padding:36px 0px 33px 0px; line-height:1.5;border-top:1px solid rgba(0,0,0,0.1);position:relative;}
.synews_notice .synotice ul li a:hover p{color:#e60015;}
.synews_notice .synotice ul li a:before{position:absolute; content:""; top:-1px; left:0px; width:0px; height:1px; background:#e60015;transition:all 0.5s;-webkit-transition:all 0.5s;}
.synews_notice .synotice ul li a:hover:before{width:100%;}
.synews_notice .synotice ul li a em{font-size:18px; color:rgba(51,51,51,0.5); margin-top:20px; display:block;}
.sysite{background:url(../images/img2.jpg) center/cover no-repeat; }
.sysite .sysitetitle{padding:75px 0px 70px 0px; border-bottom:1px solid rgba(0,0,0,0.1);}
.sysite .sysitebody li{width:50%; border-right:1px solid rgba(0,0,0,0.1); padding:40px 0px 65px 0px;position:relative; display: block; box-sizing: border-box;}
.sysite .sysitebody li:nth-child(2){border-right:0px; padding-left:80px; }
.sysite .sysitebody li a{display:block;}

.fweight{font-weight:bold;}
.fredcolor{color:#e60015;}
.sysite .sysitebody li a h3 span{color:#e60015;}
.sysite .sysitebody li a .txt{line-height:2; margin-top:20px; color:rgba(51,51,51,0.7);padding-right:15%; box-sizing: border-box; }
.sysite .sysitebody li:last-child a .txt{padding-right:0px;}
.sysite .sysitebody li a em{position:absolute; width:56px; height:56px; border-radius: 100%; background:url(../images/icon_global_map.svg) rgba(0,0,0,0.08) center no-repeat; background-size:20px auto; right:5%; bottom:70px;transition:all 0.5s;-webkit-transition:all 0.5s;}
.sysite .sysitebody li a:hover em{background:url(../images/icon_global_map.svg) #e60015 center no-repeat;background-size:20px auto;}
.sysite .sysitebody li:nth-child(2) a em{right:-5%;}


.footer{background: #1e2088;}
.footerinfo{padding:110px 0px 85px 0px; min-height:440px; border-bottom:1px solid rgba(255,255,255,0.1);}
.footlogo{max-width: 22.5%; width:142px; display:block;}
.footnav{width:54%;}

.fnavitem dl{width:100%;} 
.fnavitem dl:nth-child(2){margin-top:55px;}
.fnavitem dl dt{color:#FFF;margin-bottom:20px;font-weight: bold;}
.fnavitem dl dd{line-height:2; font-size:18px;}
.fnavitem dl dd a{color:#b4b5eb;transition:all 0.5s;-webkit-transition:all 0.5s;}
.fnavitem dl dd a:hover{color:#FFFFFF;}

.fshare{width:23.5%; max-width:400px;}
.fshare span{color:#FFFFFF; font-weight: bold;margin-bottom:30px; display:block;}
.fshare .links a{width:80px;height:80px; border-radius:100%; position:relative;margin-right:20px; transition:all 1s;-webkit-transition:all 1s;}
.fshare .links a img{margin:0px auto;}
.fshare .links a .hide{display:none;}
.fshare .links a:hover .show{display:none;}
.fshare .links a:hover .hide{display:block;}
.fshare .links a .lxlayer{top:100%; padding-top:13px; position:absolute; display:none;}
.fshare .links a:hover .lxlayer{display:block;}
.fshare .links a .lxlayer .lxbox{min-width:300px; padding:5px 0px 10px 0px; border-radius: 10px; background:#FFFFFF;  transition:all 0.5s; -webkit-transition:all 0.5s; opacity:0;}
.fshare .links a:hover .lxlayer .lxbox{opacity:1;}
.fshare .links a:nth-child(2) .lxlayer .lxbox{min-width:150px;}
.fshare .links a .lxlayer .lxbox li{width:50%;  font-size:16px;position:relative;padding:0px 10px; }
.fshare .links a:nth-child(2) .lxlayer .lxbox li{width:100%;}
.fshare .links a .lxlayer .lxbox li:after{position:absolute;content:""; right:0px; width:1px; height:90%; top:7%;background:rgba(0,0,0,0.1);}
.fshare .links a .lxlayer .lxbox li:last-child:after{position:static;}

.fshare .links a .lxlayer .lxbox li em{display:block; text-align: center; font-size:16px;}
.fshare .links a:last-child{margin-right:0px;}
.mfshare{display:none;}
.copyright{padding:35px 0px; color:rgba(255,255,255,0.5); font-size:16px;}
.copyright a{color:rgba(255,255,255,1);}
.copyright a:hover{color:rgba(255,255,255,0.5);}

.swiper-container{overflow: hidden;}

.heisebj{background: #000000; padding: 28px 0px;}

.pagination {margin: 20px 0;}
.pagination li{margin: 0px 4px;}
.pagination li a{width: 30px; height: 30px; background: #f8f8f8; text-align: center; line-height: 30px; display: block}
.pagination li a:hover{background: #da291c; color: #ffffff}
.pagination a.pgleft1{background: url("../images/left2.svg") no-repeat center center #f8f8f8; background-size: 10px auto}
.pagination a.pgleft2{background: url("../images/left.svg") no-repeat center center #f8f8f8; background-size: 10px auto}

.pagination a.pgright1{background: url("../images/right.svg") no-repeat center center #f8f8f8; background-size: 10px auto}
.pagination a.pgright2{background: url("../images/right2.svg") no-repeat center center #f8f8f8; background-size: 10px auto}
.pagination a.pgleft1:hover{background: url("../images/left2h.svg") no-repeat center center #da291c; background-size: 10px auto}
.pagination a.pgleft2:hover{background: url("../images/lefth.svg") no-repeat center center #da291c; background-size: 10px auto}

.pagination a.pgright1:hover{background: url("../images/righth.svg") no-repeat center center #da291c; background-size: 10px auto}
.pagination a.pgright2:hover{background: url("../images/right2h.svg") no-repeat center center #da291c; background-size: 10px auto}



.pagination .disabled a,.pagination .disabled a:hover,.pagination .disabled a:focus {
    cursor: not-allowed;opacity: 0.5
}




.bannerwap{display: none}

.bannerwap2{display: none}

.backtop {
    position: fixed;
    right: 50px;
    bottom: 250px;
    z-index: 100;
    display: none;
	cursor: pointer;
	width:78px; height:78px; border-radius:100%; background:url(../images/top.svg) #f0f0f0 center center no-repeat; transition: all 0.3s;-webkit-transition: all 0.3s;background-size:18px 25px;
}


.backtop:hover{background:url(../images/tophover.svg) #0b109f center center no-repeat;background-size:18px 25px;}

.nyfont48{font-size:48px; font-weight: bold;color:#1e2088;}
.nyfont18{font-size:18px;line-height:2;}
.nyfont36{font-size:36px;line-height:1.3;}

.nyinfo .nytitle{width:43%; }
.nyinfo .nytxt{color:#666666; width:57%;}
.nyinfo .nytxt p{margin-bottom:20px; }
.nyinfo .nytxt p:last-child{margin-bottom:0px;}
.nyinfo img{border-radius:20px;}
.nyline{border-bottom:1px solid rgba(0,0,0,0.2);}

.nyabout ul li{padding:4% 0px 4% 0px; }
.nyabout ul li .tit{font-size:60px; color:#1e2088; width:43%;}
.nyabout ul li .tit sup{font-size:30px;}
.nyabout ul li p{font-size:36px; line-height:1.3; width:57%; padding-right:60px; box-sizing: border-box;}

.nyabout .fulfill{margin-top:5%;background:#f7f8fa; padding:5% 0px;}
.nyabout .replyus{margin-top:-4%;}
.nyabout .replyus img{border-radius:20px;}
.nyabout .replyus h2{line-height:1.3; font-weight: 100;  width:85%;}


.nyfounder .part1 .info{width:50%;max-width:760px;}
.nyfounder .part1 .info .txt{margin-top:5%; color:#666; }
.nyfounder .part1 .info .txt h3{margin-bottom:10px;color:#333;}
.nyfounder .part1 .lpic{width:50%;max-width:760px;}
.nyfounder .part1 .lpic .img1{position:relative;width:100%; max-width:457px;}
.nyfounder .part1 .lpic .img1 img{border-radius: 20px;}
.nyfounder .part1 .lpic .img2{position:absolute;width:262px; bottom:-12%; right:-45%;}
.nyfounder .part1 .lpic .img2 img{border-radius: 10px;}

.nyfounder .part2 .item{width:30%; color:#666;}
.nyfounder .part2 .item:nth-child(3){width:40%;}
.nyfounder .part2 .item img{border-radius:10px;}
.nyfounder .part2 .item h2{margin-top:55%; margin-bottom:4%;}
.nyfounder .part2 .item:nth-child(1) .img1{max-width:494px;margin-left:35%;}
.nyfounder .part2 .item:nth-child(1) .img2{max-width:330px;margin-left:14%;margin-top:40%;}
.nyfounder .part2 .item:nth-child(3) .img3{max-width:520px; margin-top:23%;margin-left:18%;}
.nyfounder .part2 .item:nth-child(3) .img4{max-width:480px;margin-top:30%;margin-left:6%;}

.nyfounder .part3{background:#f7f8fa;}
.nyfounder .part3 li{margin-bottom:4%;padding-bottom:4%; border-bottom:1px solid rgba(0,0,0,0.1);}
.nyfounder .part3 li:last-child{padding-bottom:0px; margin-bottom:0px; border-bottom:0px;}
.nyfounder .part3 li .tit{color:#1e2088; width:43%;} 
.nyfounder .part3 li p{line-height:2; font-size:18px; width:57%; box-sizing: border-box;color:#666; }
.nyfounder .part3 li:last-child{margin-bottom:0px;}


.nyfounder .part4 .lpic{background:#f7f8fa; padding:10px;width:calc(50% + 100px);  box-sizing: border-box;}
.nyfounder .part4 .lpic img{width:100%;}
.nyfounder .part4 .contain{width:calc(50% - 210px); margin-left:calc((100% - 1720px)/2); max-width:710px; color:#666;}
.nyfounder .part4 .contain h2{margin-bottom:4%;}
.nyfounder .part4 .contain .txt{width:90%;}

.nyfounder .part5 .mainbox{position:relative;}
.nyfounder .part5 .contain{width:80%; max-width:1330px; background:#f7f8fa; border-radius: 20px; min-height:200px;padding:10.5% 10% 10.5% 16%; box-sizing: border-box;}
.nyfounder .part5 .contain .info{color:#666666;}
.nyfounder .part5 .contain h2{margin-bottom:3%; line-height:1.3;}
.nyfounder .part5 .mainbox .lpic{width:40%; max-width:520px; position:absolute; left:0px; top:50%; transform: translate(0px,-50%);}
.nyfounder .part5 .mainbox .lpic img{border-radius:20px;}

.nyfounder .part6 .mainbox{position:relative; }
.nyfounder .part6 .contain{padding:5% 10% 5% 5%; background:#f7f8fa; border-radius: 20px;}
.nyfounder .part6 .contain .info{color:#666666;width:50%; max-width:510px;}
.nyfounder .part6 .contain h2{margin-bottom:3%; line-height:1.3;}
.nyfounder .part6 .contain .video{width:50%; max-width:750px; position:relative;}
.nyfounder .part6 .contain .video video{border-radius: 20px;}
.nyfounder .part6 .contain .video .playbtn{width:80px; height:80px;border:1px solid rgba(255,255,255,0.5); position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); border-radius: 100%; cursor: pointer;}
.nyfounder .part6 .contain .video .playbtn em{display:block; width:20px;position:absolute;top:50%; left:53%; transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%);}

.nyfounder .part7 h2{margin-bottom:30px; text-align:center;}
.nyfounder .part7 .photobox{position:relative;}

.nyfounder .part7 .photobox a{display:block;text-align:center;position:relative; overflow: hidden;}
.nyfounder .part7 .photobox a img{ transition: 1s all; -webkit-transition: 1s all; -moz-transition: 1s all; -o-transition: 1s all; -ms-transition: 1s all;border-radius: 10px;}
.nyfounder .part7 .photobox a:hover img{transform: scale(1.05);-webkit-transform: scale(1.05);}

.nyfounder .part7 .photobox .swiper-button-prev,.nyfounder .part7 .photobox .swiper-button-next{background:transparent; width:56px;height:56px; border-radius:100%;transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all;margin: 0px;top: 50%; margin-top:-28px;position:absolute; border:1px solid rgba(51,51,51,0.2);}

.nyfounder .part7 .photobox .swiper-button-next{right:-76px; left:auto;}

.nyfounder .part7 .photobox .swiper-button-next:after{font-size:16px;color:#333;}
.nyfounder .part7 .photobox .swiper-button-next:hover{background:#e60015;border:1px solid #e60015;color:#FFF;}
.nyfounder .part7 .photobox .swiper-button-next:hover:after{color:#FFF;}
.nyfounder .part7 .photobox .swiper-button-next.swiper-button-disabled:after{opacity:0.2;}
.nyfounder .part7 .photobox .swiper-button-prev{right: auto;left: -76px;}
.nyfounder .part7 .photobox .swiper-button-prev:after{ font-size:16px; color:#333;}
.nyfounder .part7 .photobox .swiper-button-prev:hover{background:#e60015; border:1px solid #e60015;}
.nyfounder .part7 .photobox .swiper-button-prev:hover:after{color:#FFF;}
.nyfounder .part7 .photobox .swiper-button-prev.swiper-button-disabled{background-color:#f5f8fc;opacity: 1;}
.nyfounder .part7 .photobox .swiper-button-prev.swiper-button-disabled:hover:after{background:url(../images/jiantou.svg) center center no-repeat;}
.nyfounder .part7 .photobox .swiper-button-prev.swiper-button-disabled:after{opacity:0.2;}

.nyfounder .part7 .photobox .swiper-pagination{z-index: 888; left: 50%; bottom: -30px;  width:80%; margin-left:-40%; text-align:center; height:10px;}
.nyfounder .part7 .photobox .swiper-pagination-bullet{opacity: 1; width:10px; height:10px;margin:0px 5px!important; border-radius:100%;transition:0.5s all;-webkit-transition:0.5s all;-moz-transition:0.5s all;-o-transition:0.5s all;-ms-transition:0.5s all;  background: #cdcecf;}

.nyfounder .part7 .photobox .swiper-pagination-bullet-active { background: #e40012;  }

.fsize72{font-size:72px; font-weight: bold; color:#1e2088; line-height:1.3;}

.nyhistory{padding:4% 0px 6% 0px;padding-top:calc(4% + 140px);}
.nyhistory h2{text-align:center;}
.nyhistorylist{position:relative; padding-top:60px;padding-bottom:60px;margin-top:5%;}
.nyhistorylist .line{position:absolute; width:1px;height:100%; background:#1e2088;left:50%;top:0px; z-index: 1;margin-left:-0.5px;}
.nyhistorylist .line:before{position:absolute; content:"";width:12px; height:12px; background:#1e2088; top:0px; left:-5.5px; border-radius: 100%;}
.nyhistorylist .line:after{position:absolute; content:"";width:12px; height:12px; background:#1e2088; bottom:0px; left:-5.5px;border-radius: 100%;}
.nyhistorylist li{padding:55px 0px; margin-bottom:60px; background:#f7f8fa; overflow: hidden;position:relative; border-radius: 20px;z-index: 2;}
.nyhistorylist li:after{position:absolute;content:""; width:1px;height:100%; background:#1e2088;left:50%;top:0px; z-index: 2;margin-left:-0.5px;}
.nyhistorylist li em{position:absolute;content:"";width:36px; height:36px; left:50%;top:50%; margin-top:-18px;margin-left:-18px; border-radius:100%; z-index: 3; border:1px solid #1e2088;box-sizing: border-box; background:#FFFFFF; display:block;}
.nyhistorylist li em:after{position:absolute;content:"";width:12px; height:12px; background:#1e2088; left:50%;top:50%; margin-top:-6px;margin-left:-6px; border-radius:100%; z-index: 4; }
.nyhistorylist li:last-child{margin-bottom:0px;}
.nyhistorylist li .pic{width:40%;max-width:670px; float:left; margin-left:5%; margin-right:5%;border-radius: 20px; overflow: hidden;}
.nyhistorylist li .pic img{transition: 1s all; -webkit-transition: 1s all; -moz-transition: 1s all; -o-transition: 1s all; -ms-transition: 1s all;}
.nyhistorylist li:hover .pic img{transform: scale(1.05);-webkit-transform: scale(1.05);}
.nyhistorylist li:nth-child(even) .pic{float:right;}
.nyhistorylist li .txt{width:38%; position:absolute;right:6%; top:50%; transform:translate(0px,-50%);-webkit-transform:translate(0px,-50%); line-height:1.5;}
.nyhistorylist li:nth-child(even) .txt{right:auto; left:6%;}
.nyhistorylist li .txt h3{font-size:150px; font-weight:bold;color: transparent;-webkit-text-stroke: 2px #1e2088;text-stroke: 2px #1e2088; line-height:1.2; }
.nyhistorylist li .txt sup{font-size:14px;line-height: 1;}

.nypartnerships{margin-top:60px;}
.partitem{background:#f7f8fa; padding:48px 0px; border-radius: 20px; margin-bottom:80px;}
.partitem:last-child{margin-bottom:0px;}
.partitem .ptit{padding:34px 0px; line-height:60px; width:70%;border-left:4px solid #1e2088;background: linear-gradient(to right, #e2e3ef, #f7f8fa);background: -webkit-linear-gradient(to right, #e2e3ef, #f7f8fa);background: -moz-linear-gradient(to right, #e2e3ef, #f7f8fa);background: -o-linear-gradient(to right, #e2e3ef, #f7f8fa);background: -ms-linear-gradient(to right, #e2e3ef, #f7f8fa); font-size:36px;font-weight:bold; padding-left:48px; box-sizing: border-box;}

.partitem .pbox{padding:75px 75px 0px 75px; }
.partitem .pbox ul{overflow: hidden;}
.partitem .pbox ul li{padding:0px 58px;background:#FFF; border-radius: 20px;  box-sizing: border-box;  position:relative; float:left; width:100%; margin-bottom:130px;}
.partitem .pbox ul li .partpic{float:right;width:51%; position:relative;}
.partitem .pbox ul li .partpic img{width:100%;}
.partitem .pbox ul li:nth-child(even) .partpic{float:left;}
.partitem:nth-child(even) .pbox ul li .partpic{float:left;}
.partitem:nth-child(even) .pbox ul li:nth-child(even) .partpic{float:right;}
.partitem .pbox ul li .partpic .partpiclist{position:absolute; top:70px; width:100%; left:0px;}
.partitem .pbox ul li .partpic .partpiclist img{border-radius:20px; width:100%;}

.partitem .pbox ul li .partpic .partpiclist .swiper-button-prev,.partitem .pbox ul li .partpic .partpiclist .swiper-button-next{background:transparent; width:56px;height:56px; border-radius:100%;transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all;margin: 0px;top: 50%; margin-top:-28px;position:absolute; border:1px solid rgba(255,255,255,0.2);}
.partitem .pbox ul li .partpic .partpiclist .swiper-button-next{right:10px; left:auto;}

.partitem .pbox ul li .partpic .partpiclist .swiper-button-next:after{font-size:16px;color:#fff;}
.partitem .pbox ul li .partpic .partpiclist .swiper-button-next:hover{background:#e60015;border:1px solid #e60015;color:#FFF;}
.partitem .pbox ul li .partpic .partpiclist .swiper-button-next:hover:after{color:#FFF;}
.partitem .pbox ul li .partpic .partpiclist .swiper-button-next.swiper-button-disabled:after{opacity:0.5;}
.partitem .pbox ul li .partpic .partpiclist .swiper-button-prev{right: auto;left: 10px;}
.partitem .pbox ul li .partpic .partpiclist .swiper-button-prev:after{ font-size:16px; color:#fff;}
.partitem .pbox ul li .partpic .partpiclist .swiper-button-prev:hover{background:#e60015; border:1px solid #e60015;}
.partitem .pbox ul li .partpic .partpiclist .swiper-button-prev:hover:after{color:#FFF;}


.partitem .pbox ul li .partpic .partpiclist .swiper-button-prev.swiper-button-disabled:after{opacity:0.5;}
.partitem .pbox ul li .txt{width:42%;max-width:610px; font-size:18px; line-height:2; position:absolute;top:50%; left:55px;transform:translate(0px,-50%);} 
.partitem .pbox ul li:nth-child(even) .txt{left:auto; right:55px;}
.partitem:nth-child(even) .pbox ul li .txt{left:auto; right:55px;}
.partitem:nth-child(even) .pbox ul li:nth-child(even) .txt{right:auto; left:55px;}
.partitem .pbox ul li .txt h3{font-size:30px; font-weight: bold; margin-bottom:20px;color:#1e2088; line-height:1.2;}
.partitem .pbox ul li .txt h3 sup{font-size:14px;}

.nymedicines{padding:1.5% 0px 0px 0px;}
.nymedicinesbox{padding:77px 77px 0px 77px;box-sizing: border-box; background:#f7f8fa; border-radius: 20px;}
.nymedicinesbox ul{width:calc(100% + 40px); margin-left:-40px;}
.nymedicinesbox li{width:calc(50% - 40px);   margin-bottom:77px;margin-left:40px;}
.nymedicinesbox li a{display:block; border-bottom:1px solid rgba(0,0,0,0.2); position:relative;}
.nymedicinesbox li a:after{position:absolute; content:""; bottom:0px;left:0px; width:0px;height:1px; background:#e50012; bottom:-1px;transition: all 0.5s; -webkit-transition: all 0.5s;}
.nymedicinesbox li a:hover:after{width:100%;}
.nymedicinesbox li a .pic{width:100%; border-radius:20px;background:#FFFFFF; padding:20px 0px; overflow: hidden;}
.nymedicinesbox li a .pic img{max-width:600px; margin:0px auto;transition: 1s all; -webkit-transition: 1s all; -moz-transition: 1s all; -o-transition: 1s all; -ms-transition: 1s all;}
.nymedicinesbox li a:hover .pic img{transform: scale(1.05);-webkit-transform: scale(1.05);}
.nymedicinesbox li a .txt{padding:30px 30px 30px 30px;}
.nymedicinesbox li a .txt h3{font-size:24px; transition: all 0.5s; -webkit-transition: all 0.5s;}
.nymedicinesbox li a:hover .txt h3{color:#e50012;}
.nymedicinesbox li a .txt h3 sup{font-size:12px;}
.nymedicinesbox li a .txt .info{padding-top:10px; font-size:18px; color:#999999; line-height:1.7; position:relative; padding-right:60px; min-height:110px;}
.nymedicinesbox li a .txt .info span{display:block; font-size:20px; color:#333333; margin-bottom:5px;}
.nymedicinesbox li a .txt .info .viewmore{width:56px; height:56px; border-radius: 100%; border:1px solid #333333;right:0px; top:50px; transform:translate(0,-50%);position:absolute; transition: all 0.5s; -webkit-transition: all 0.5s;}
.nymedicinesbox li a:hover .txt .info .viewmore{border:1px solid #e50012; background:#e50012; }
.nymedicinesbox li a .txt .info .viewmore:after{position:absolute; content:""; width:20px; height:12px; background:url(../images/bjiantou.svg) center/cover no-repeat;left:50%; top:50%; transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%);}
.nymedicinesbox li a:hover .txt .info .viewmore:after{background:url(../images/wjiantou.svg) center/cover no-repeat;}
.nyproductbody{position:relative;}
.pop_layer{background: rgba(0, 0, 0, 0.6);position: fixed;left: 0px;top: 0px;width: 100%;height: 100%;z-index: 1000; display:none;}


.nymedicinesdetail{padding:110px 20px 60px 60px;box-sizing: border-box; width:100%; max-width:1420px; background:#f7f8fa; border-radius: 20px;position:absolute; top:50%;left:50%; transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%);  z-index: 1001; }
.nymedicinesdetail .pdetailcontain{overflow-x: hidden;height:800px; padding-right:30px;}
.nymedicinesdetail .pdetailcontain::-moz-scrollbar { width: 2px; height: 2px; background-color: #ff7125; }
.nymedicinesdetail .pdetailcontain::-moz-scrollbar-track { border-radius: 0px; background: #f5f5f5; }
.nymedicinesdetail .pdetailcontain::-moz-scrollbar-thumb { border-radius: 0px; background-color: #ff7125; }
.nymedicinesdetail .pdetailcontain::-ms-scrollbar { width: 2px; height: 2px; background-color: #F5F5F5; }
.nymedicinesdetail .pdetailcontain::-ms-scrollbar-track { border-radius: 0px; background: #000; }
.nymedicinesdetail .pdetailcontain::-ms-scrollbar-thumb { border-radius: 0px; background-color: #ff7125; }
.nymedicinesdetail .pdetailcontain::-webkit-scrollbar { width: 2px; height: 2px; background-color: #ccc; }
.nymedicinesdetail .pdetailcontain::-webkit-scrollbar-track { border-radius: 0px; background: #ccc; }
.nymedicinesdetail .pdetailcontain::-webkit-scrollbar-thumb { border-radius: 0px; background-color: #999999; }

.ctancheng{font-size:15px; line-height: 30px; padding:0px 30px; margin:30px 0px 0px 0px;}
.ctancheng1{height:500px; overflow-y: scroll; scrollbar-width: thin;}
.ctancheng2{height:700px; overflow-y: scroll;scrollbar-width: thin;}
.ctancheng::-moz-scrollbar { width: 5px; height: 5px; background-color: #ff7125; }
.ctancheng::-moz-scrollbar-track { border-radius: 0px; background: #f5f5f5; }
.ctancheng::-moz-scrollbar-thumb { border-radius: 0px; background-color: #ff7125; }
.ctancheng::-ms-scrollbar { width: 5px; height: 5px; background-color: #F5F5F5; }
.ctancheng::-ms-scrollbar-track { border-radius: 0px; background: #000; }
.ctancheng::-ms-scrollbar-thumb { border-radius: 0px; background-color: #ff7125; }
.ctancheng::-webkit-scrollbar { width: 5px; height: 5px; background-color: #ccc; }
.ctancheng::-webkit-scrollbar-track { border-radius: 0px; background: #ccc; }
.ctancheng::-webkit-scrollbar-thumb { border-radius: 0px; background-color: #999999; }
.nymedicinesdetail .pdetail1 .pic{width:50%; max-width:600px;background:#FFFFFF; padding:70px 0px; border-radius:20px;}
.nymedicinesdetail .pdetail1 .txt{width:calc(100% - 670px);}
.nymedicinesdetail .pdetail1 .txt .tit{padding-bottom:30px; border-bottom:1px solid #e3e3e3;}
.nymedicinesdetail .pdetail1 .txt .tit h2{font-size:40px; font-weight: bold;}
.nymedicinesdetail .pdetail1 .txt .tit h2 sup{font-size:24px;}
.nymedicinesdetail .pdetail1 .txt .tit p{font-size:20px; line-height:1.7; margin-top:3px;}
.nymedicinesdetail .pdetail1 .txt .canshu{padding:28px 0px; border-bottom:1px solid #e3e3e3;}
.nymedicinesdetail .pdetail1 .txt .canshu li{margin-bottom:28px; font-size:18px; line-height:2; color:#666;}
.nymedicinesdetail .pdetail1 .txt .canshu li:last-child{margin-bottom:0px;}
.nymedicinesdetail .pdetail1 .txt .canshu li em{display:block; color:#1e2088; font-weight:bold; font-size:24px; line-height:1.2; margin-bottom:20px;}
.nymedicinesdetail .pdetail1 .txt .down{display:block; width:280px; height:30px; border-radius:28px;padding:13px 28px; line-height:30px;font-size:20px;color:#FFF;background:url(../images/ico4.png) #e60015 88% center no-repeat; font-weight:bold;margin-top:30px; transition: all 0.3s; -webkit-transition: all 0.3s;}
.nymedicinesdetail .pdetail1 .txt .down:hover{background:url(../images/ico4.png) rgba(230,0,21,0.6) 88% center no-repeat;}

.nymedicinesdetail .pdetail2{padding-top:60px;font-size:18px; line-height:2; color:#666;}
.nymedicinesdetail .pdetail2 em{display:block; color:#1e2088; font-weight:bold; font-size:24px; line-height:1.2; margin-bottom:20px;}
.nymedicinesdetail .pdetail2 p{padding-left:30px; position:relative;}
.nymedicinesdetail .pdetail2 p:before{position:absolute; width:8px; height:8px; background:#1e2088;border-radius: 100%; content:"";top:14px;left:0px;}

.nymedicinesdetail .close{width:56px; height:56px; border-radius: 100%;border:1px solid rgba(255,255,255,0.8); position:absolute; bottom:-106px; left:50%; margin-left:-28.5px; cursor: pointer;}
.nymedicinesdetail .close em{width:18px; height:18px; position:absolute; top:50%;left:50%; transform:translate(-50%,-50%);}
.nymedicinesdetail .close em img{transition: all 0.5s; -webkit-transition: all 0.5s;}
.nymedicinesdetail .close em:hover img{transform: rotate(180deg);}

.nystory{padding:7% 0px 6% 0px;}
.nystory .s_search{width:90%; max-width:1120px; margin:0px auto; position:relative; z-index: 10;}
.nystory .s_search .searchbox{width:84.5%; max-width:941px; height:56px; background:#f7f8fa; border-radius:28px; }
.nystory .s_search .searchbox .stit{font-size:18px; color:#999999;width:30%; max-width:240px; line-height:30px; border-right:1px solid #e3e3e3;padding-left:28px;box-sizing: border-box;}
.nystory .s_search .searchbox .sinput{width:70%; padding-left:2%; width:calc(100% - 240px); padding-left:28px; box-sizing: border-box; position:relative; z-index: 10;}
.nystory .s_search .searchbox .sinput:before{position:absolute; content:""; width:12px; top:50%; margin-top:-3.5px; right:28px; background:url(../images/ico5.png) center/cover no-repeat; transition: all 0.5s; -webkit-transition: all 0.5s;height:7px;}
.nystory .s_search .searchbox .sinput.cur:before{transform: rotate(180deg);}
.nystory .s_search .searchbox .sinput .sinputtxt{border:0px; background:transparent; width:90%;cursor: pointer;font-size: 18px;color: #333;}

.nystory .s_search .searchbox .sinput .xialabox{width:100%; position:absolute;top:48px;   box-shadow: 0px 0px 10px rgba(0,0,0,0.05); background:#FFFFFF; left:0px; display:none; z-index: 10;}
.nystory .s_search .searchbox .sinput .xialabox ul{margin:2px 0px;}
.nystory .s_search .searchbox .sinput .xialabox ul li{cursor: pointer; height:56px; line-height: 56px; color:#333;padding-left:28px; transition: all 0.5s;-webkit-transition: all 0.5s; box-sizing: border-box; font-size:18px;}
.nystory .s_search .searchbox .sinput .xialabox ul li sup{font-size:12px;}
.nystory .s_search .searchbox .sinput .xialabox ul li:hover,.nystory .s_search .searchbox .sinput .xialabox ul li.on{background:#1e2088; color:#FFF;}
.nystory .s_search .searchbtn{background:#e50012; width:15.5%; max-width:160px; color:#FFF;font-size:20px; font-weight:bold;height:56px;border-radius:28px; padding:0px 28px; box-sizing: border-box; transition: all 0.5s; -webkit-transition: all 0.5s;}
.nystory .s_search .searchbtn:hover{opacity: 0.7;}
.nystory .nystorylist{margin-top:70px;}
.nystory .nystorylist li{padding:70px;background:#f7f8fa;border-bottom:4px solid #1e2088; border-top-left-radius:20px;border-top-right-radius:20px; position:relative; margin-bottom:30px;}
.nystory .nystorylist li:last-child{margin-bottom:0px;}
.nystory .nystorylist li:after{position:absolute; content:""; width:0px; height:4px;background:rgba(255,255,255,0.5);bottom:-4px; left:0px; transition: all 1s; -webkit-transition: all 1s;}
.nystory .nystorylist li:hover:after{width:100%;}
.nystory .nystorylist li a{display:block; overflow: hidden; position:relative;}
.nystory .nystorylist li a .pic{width:50%; max-width:680px; float:left;  overflow: hidden;border-radius:20px;}
.nystory .nystorylist li:nth-child(even) a .pic{float:right;}
.nystory .nystorylist li a .pic img{width:100%;  transition: all 1s;}
.nystory .nystorylist li a:hover .pic img{transform: scale(1.05);-webkit-transform: scale(1.05);}
.nystory .nystorylist li a .txt{font-size:30px; font-weight: bold; line-height:1.6;position:absolute;width:50%; height:100%; padding-right:7%; box-sizing: border-box; right:0px; color:#1e2088;}
.nystory .nystorylist li a .txt sup{font-size:14px;}
.nystory .nystorylist li:nth-child(even) .txt{right:auto; left:0px;}

.nystory .nystorylist li a .txt .viewmore{width:56px; height:56px; border-radius: 100%; border:1px solid #333333;right:0px; left:0px; bottom:0px;position:absolute; transition: all 0.5s; -webkit-transition: all 0.5s;}
.nystory .nystorylist li a:hover .txt .viewmore{border:1px solid #e50012; background:#e50012; }
.nystory .nystorylist li a .txt .viewmore:after{position:absolute; content:""; width:20px; height:12px; background:url(../images/bjiantou.svg) center/cover no-repeat;left:50%; top:50%; transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%);}
.nystory .nystorylist li a:hover .txt .viewmore:after{background:url(../images/wjiantou.svg) center/cover no-repeat;}

.pages{margin-top:78px; text-align:center;}
.pages a{display:inline-block;width:56px;height:56px; line-height:56px; border-radius:100%;border:1px solid rgba(0,0,0,0.2); color:rgba(51,51,51,0.6); transition: all 0.5s; -webkit-transition: all 0.5s;position:relative;}
.pages a:hover,.pages a.on{background:#e50012; color:#FFFFFF;}

.pages a.firstpage em{position:absolute; width:13px; height:12px; top:50%; left:50%;margin-top:-6px; margin-left:-6.5px; background:url(../images/prev1.png) center/cover no-repeat;}
.pages a.firstpage:hover em{background:url(../images/prevhover1.png) center/cover no-repeat;}
.pages a.prev em{position:absolute; width:8px; height:14px; top:50%; left:50%;margin-top:-7px; margin-left:-4px; background:url(../images/prev2.png) center/cover no-repeat;}
.pages a.prev:hover em{background:url(../images/prevhover2.png) center/cover no-repeat;}
.pages a.next em{position:absolute; width:8px; height:14px; top:50%; left:50%;margin-top:-7px; margin-left:-4px; background:url(../images/prev2.png) center/cover no-repeat; transform: rotate(180deg);}
.pages a.next:hover em{background:url(../images/prevhover2.png) center/cover no-repeat; transform: rotate(180deg);}
.pages a.lastpage em{position:absolute; width:13px; height:12px; top:50%; left:50%;margin-top:-6px; margin-left:-6.5px; background:url(../images/prev1.png) center/cover no-repeat; transform: rotate(180deg);}
.pages a.lastpage:hover em{background:url(../images/prevhover1.png) center/cover no-repeat; transform: rotate(180deg);}


.nystorybox{padding: 4% 0px 6% 0px;padding-top: calc(4% + 160px);}
.nystorybox h2{font-size:48px; font-weight:bold; color:#1e2088;line-height:1.3; margin-bottom:40px; text-align:left;}
.nystorybox h2 sup{font-size:20px;}
.nystordydetail{padding:87px 77px 77px 77px;background:#f7f8fa; border-radius:20px; font-size:18px; line-height:2;color:#666666; }
.nystordydetail p{margin-bottom:50px;}
.nystordydetail p sup{font-size:12px;}
.nystordydetail img{border-radius:20px;}
.nystordydetail ul{padding-top:10px;}
.nystordydetail li{margin-bottom:50px;}
.nystordydetail li .tit{color:#1e2088; width:38%; font-size:36px; font-weight:bold; line-height:1.3;}
.nystordydetail li .info{line-height:2; font-size:18px; width:56%; box-sizing: border-box;color:#666; }
.nystordydetail li .info p{margin-bottom:30px}
.nystordydetail li .info p:last-child{margin-bottom:0px}
.nystordydetail li:last-child{margin-bottom:0px;}

.nyquality{padding:6% 0px 0px 0px;}
.nyquality li{margin-bottom:6%; position:relative; overflow: hidden;}
.nyquality li .pic{float:right; border-top-left-radius:20px;border-bottom-left-radius:20px; overflow: hidden;width:50%;}
.nyquality li:nth-child(even) .pic{float:left;border-top-left-radius:0px;border-bottom-left-radius:0px;border-top-right-radius:20px;border-bottom-right-radius:20px;}
.nyquality li .pic img{width:100%; transition:all 1s; -webkit-transition:all 1s;}
.nyquality li:hover .pic img{transform: scale(1.05);-webkit-transform: scale(1.05);}
.nyquality li .txt{width:50%; max-width:700px; position:absolute; left:calc((100% - 1720px)/2);top:50%; transform:translate(0px,-50%); font-size:18px; line-height:2;color:#333;}
.nyquality li:nth-child(even) .txt{left:auto; right:calc((100% - 1720px)/2);}
.nyquality li .txt sup{font-size:12px;}
.nyquality li .txt h2{color:#1e2088; font-size:48px; font-weight:bold; line-height:1.3;margin-bottom:10px;}

.nyachievements{padding:6% 0px 8% 0px; }
.nyachievements .part1 .tit{color:#1e2088; width:35%; font-size:36px; font-weight:bold; line-height:1.3;}
.nyachievements .part1 .info{line-height:2; font-size:18px; width:60%; box-sizing: border-box;color:#666; }
.nyachievements .part1 .info p{margin-bottom:30px}
.nyachievements .part1 .info p sup{font-size:12px;}
.nyachievements .part1 .info p:last-child{margin-bottom:0px}
.nyachievements .part2{margin-top:75px; border-radius:20px; background:#f7f8fa;  padding:45px 0px;}
.nyachievements .ptit{min-height:127px; width:70%;border-left:4px solid #1e2088;background: linear-gradient(to right, #e2e3ef, #f7f8fa);background: -webkit-linear-gradient(to right, #e2e3ef, #f7f8fa);background: -moz-linear-gradient(to right, #e2e3ef, #f7f8fa);background: -o-linear-gradient(to right, #e2e3ef, #f7f8fa);background: -ms-linear-gradient(to right, #e2e3ef, #f7f8fa); font-size:36px;font-weight:bold; padding-left:48px; box-sizing: border-box; position:relative;}
.nyachievements .ptit em{display:block; width:86px; margin-right:35px;}
.nyachievements .ptit em img{width:100%;}
.nyachievements .part2 .info{padding:55px 55px 0px 55px; position:relative;}
.nyachievements .part2 .info li{padding:25px 40% 25px 0px; line-height:1.5; color:#333; font-size:24px; box-sizing: border-box;border-bottom:1px solid #e3e3e3;}
.nyachievements .part2 .info li:last-child{border-bottom:0px;}
.nyachievements .part2 .info li em{display:block; font-size:18px;font-weight:bold;margin-bottom:10px; color: #1e2088;}
.nyachievements .part2 .info li sup{font-size:14px;}
.nyachievements .part2 .info .pic{position:absolute; width:40%; height:100%;right:0px; top:0px;}
.nyachievements .part2 .info .pic em{display:block;position:absolute; width:100%; max-width:420px; overflow: hidden;border-radius: 20px; left:50%; top:50%; transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%);}

.nyachievements .part3{margin-top:75px; border-radius:20px; background:#f7f8fa;  padding:45px 0px;}
.nyachievements .part3 .ptit em{width:76px;}
.nyachievements .part3 .info{padding:55px 55px 0px 55px; position:relative;}
.nyachievements .part3 .info .item{padding-bottom:65px; margin-bottom:70px;border-bottom:1px solid #e3e3e3;}
.nyachievements .part3 .info .item:last-child{padding-bottom:0px; border-bottom:0px solid #e3e3e3;}
.nyachievements .part3 .info .item .achpic{width:35%;max-width:500px;}
.nyachievements .part3 .info .item .achphoto{width:100%;position:relative;}
.nyachievements .part3 .info .item .achphoto img{border-radius:20px; width:100%; }

.nyachievements .part3 .info .item .achphoto .swiper-button-prev,.nyachievements .part3 .info .item .achphoto .swiper-button-next{background:transparent; width:56px;height:56px; border-radius:100%;transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all;margin: 0px;top: 50%; margin-top:-28px;position:absolute; border:1px solid rgba(255,255,255,0.2);}
.nyachievements .part3 .info .item .achphoto .swiper-button-next{right:10px; left:auto;}

.nyachievements .part3 .info .item .achphoto .swiper-button-next:after{font-size:16px;color:#fff;}
.nyachievements .part3 .info .item .achphoto .swiper-button-next:hover{background:#e60015;border:1px solid #e60015;color:#FFF;}
.nyachievements .part3 .info .item .achphoto .swiper-button-next:hover:after{color:#FFF;}
.nyachievements .part3 .info .item .achphoto .swiper-button-next.swiper-button-disabled:after{opacity:0.5;}
.nyachievements .part3 .info .item .achphoto .swiper-button-prev{right: auto;left: 10px;}
.nyachievements .part3 .info .item .achphoto .swiper-button-prev:after{ font-size:16px; color:#fff;}
.nyachievements .part3 .info .item .achphoto .swiper-button-prev:hover{background:#e60015; border:1px solid #e60015;}
.nyachievements .part3 .info .item .achphoto .swiper-button-prev:hover:after{color:#FFF;}


.nyachievements .part3 .info .item .achphoto .swiper-button-prev.swiper-button-disabled:after{opacity:0.5}

.nyachievements .part3 .info .item dl{width:62%;}
.nyachievements .part3 .info .item dl sup{font-size:14px;}
.nyachievements .part3 .info .item dl dt{font-weight:bold; margin-bottom:20px;line-height:1.5;}
.nyachievements .part3 .info .item dl dd{padding:20px 40px;border-radius:10px;margin-bottom:10px; line-height:1.5; background:#FFF;}
.nyachievements .part3 .info .item dl dd:last-child{margin-bottom:0px;}
.nyachievements .part3 .info .item dl dd em{display:block; font-size:18px;font-weight:bold;margin-bottom:10px; color: #1e2088;}
.nyachievements .part3 .info .item dl dd .tag{display:block;font-size:18px;color:#666;margin-top:10px;}
.nyachievements .part3 .info .item dl dd .tag em{color:#999999; display:inline-block; font-weight: normal;margin-bottom:0px;}

.nypipeline .part1{padding:5% 0px 4% 0px; line-height:1.2}
.nypipeline .part1 h2{font-weight:bold; color:#1e2088; font-size:60px;}
.nypipeline .part1 h3{color:#1e2088; font-weight: normal;margin:2% 0px; font-size:30px;}
.nypipeline .part1 .info{line-height:1.6; color:#666666; font-size:18px;}

.nypipeline .part2{padding:5% 0px 3.5% 0px; line-height:1.2; background:#f7f8fa;}
.nypipeline .part2 img{border-radius:20px;}
.nypipeline .part2 .contain{margin-top:3.5%;}
.nypipeline .part2 .contain .tit{color:#1e2088; width:38%; font-size:48px; font-weight:bold; line-height:1.1;}
.nypipeline .part2 .contain .info{line-height:2; font-size:18px; width:60%; box-sizing: border-box;color:#666; }
.nypipeline .part2 .contain .info p{margin-bottom:30px}
.nypipeline .part2 .contain .info p sup{font-size:12px;}
.nypipeline .part2 .contain .info p:last-child{margin-bottom:0px}

.nypipeline .part3{padding:5.5% 0px 8% 0px; }
.nypipeline .part3 ul li{overflow: hidden; margin-bottom:5%; position:relative;}
.nypipeline .part3 ul li:last-child{margin-bottom:0px;}
.nypipeline .part3 ul li .pic{float:left; overflow: hidden; border-radius: 20px; width:50%;}

.nypipeline .part3 ul li .pic img{width:100%; transition:all 1s; -webkit-transition:all 1s;}
.nypipeline .part3 ul li:hover .pic img{transform: scale(1.05);-webkit-transform: scale(1.05);}
.nypipeline .part3 ul li:nth-child(even) .pic{float:right;}
.nypipeline .part3 ul li .info{position:absolute; width:50%; max-width:700px; top:50%; right:50px;transform:translate(0px,-50%);-webkit-transform:translate(0px,-50%);font-size:18px; line-height:2;color:#333;  box-sizing: border-box;}
.nypipeline .part3 ul li:nth-child(even) .info{right:auto; left:50px;}
.nypipeline .part3 ul li .info sup{font-size:12px;}
.nypipeline .part3 ul li .info h2{color:#1e2088; font-size:48px; font-weight:bold; line-height:1.1;margin-bottom:20px;}

.nynav a{display:block;border-bottom:1px solid rgba(0,0,0,0.1);line-height:96px;width:50%; border-right:1px solid rgba(0,0,0,0.1); text-align:center; font-size:30px; font-weight: bold; color:#666666; position:relative;}
.nynav a:after{position:absolute; content:""; width:0px; height:4px; left:0px; bottom:-1px; background:#e50012; transition:all 0.5s;-webkit-transition:all 0.5s;}
.nynav a:hover,.nynav a.on{color:#e50012;}
.nynav a:hover:after,.nynav a.on:after{width:100%;}
.nyplatform{padding:0px 0px 6% 0px;}
.nyplatform .part1{padding:5% 0px;}
.nyplatform .part1 .tit{color:#1e2088; width:38%; max-width:630px; font-size:48px; font-weight:bold; line-height:1.3;}
.nyplatform .part1 .info{line-height:2; font-size:18px; width:58%; box-sizing: border-box;color:#666; }
.nyplatform .part1 .info p{margin-bottom:30px}
.nyplatform .part1 .info p sup{font-size:12px;}
.nyplatform .part1 .info p:last-child{margin-bottom:0px}
.nyplatform .part2{padding:77px; background:#f7f8fa; border-radius:20px;}
.nyplatform .part2 .info{font-size:30px; line-height:1.6;color:#1e2088; padding-right:80px;box-sizing: border-box;}
.nyplatform .part2 ul li{background:#FFF; border-radius:20px;padding:80px; box-sizing: border-box; margin-top:300px;}
.nyplatform .part2 ul li img{width:100%; border-radius: 30px; margin-top:-310px;}
.nyplatform .part2 ul li .contain{margin-top:60px;}
.nyplatform .part2 ul li .contain .tit{max-width:440px;width:38%; font-size:36px;color:#1e2088;font-weight:bold; line-height:1.3;}
.nyplatform .part2 ul li .contain .txt{line-height:2; font-size:18px; width:60%; box-sizing: border-box;color:rgba(51,51,51,0.6); }
.nyplatform .part3 ul li{margin-bottom:30px; border-top:4px solid #1e2088; background:#f7f8fa; border-bottom-left-radius:20px; border-bottom-right-radius:20px;}
.nyplatform .part3 ul li:last-child{margin-bottom:0px;}
.nyplatform .part3 ul li .tit{line-height:164px; padding:0px 72px 0px 72px; font-size:36px; font-weight: bold;color:#1e2088;position:relative; cursor: pointer;}
.addsbtn {width: 56px;height: 56px;border: 1px solid rgba(51,51,51,0.8);border-radius: 100%;position: relative;cursor: pointer}

.addsbtn:before {content: '';width: 50%;height: 2px;background: #333333;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%)}

.addsbtn:after {content: '';width: 2px;height: 50%;background: #333333;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%)}

.nyplatform .part3 ul li .tit.cur .addsbtn:after{display:none;}
.nyplatform .part3 ul li .info{padding:0px 90px 115px 72px; display:none; overflow: hidden;}

.nyplatform .part3 ul li .info .pic{width:45%; max-width:725px; float: left;}
.nyplatform .part3 ul li .info .pic img{width:100%; border-radius:20px;}
.nyplatform .part3 ul li .info .txt{color:rgba(51,51,51,0.7); font-size:18px; line-height:2; width:52%; float:right;}
.nyplatform .part3 ul li .info .txt p{margin-bottom:25px;}
.nyplatform .part3 ul li .info .txt p:last-child{margin-bottom:0px;}
.nyplatform .part4{margin-top:85px; overflow: hidden; border-radius: 20px;}
.nyplatform .part4 .videogif{display:none;}


.nyresearch_ach{padding:5% 0px 10% 0px;}
.nyresearch_ach .part1 .tit{color:#1e2088; width:38%; max-width:500px; font-size:48px; font-weight:bold; line-height:1.3;}
.nyresearch_ach .part1 .info{line-height:2; font-size:18px; width:58%; box-sizing: border-box;color:#666; }
.nyresearch_ach .part1 .info p{margin-bottom:30px}
.nyresearch_ach .part1 .info p sup{font-size:12px;}
.nyresearch_ach .part1 .info p:last-child{margin-bottom:0px}
.nyresearch_ach .part2{background:#f7f8fa;margin-top:85px; padding:85px 0px;}
.nyresearch_ach .part2 li{width:calc(50% - 40px);}
.nyresearch_ach .part2 li .pic{overflow: hidden; border-radius: 30px;}
.nyresearch_ach .part2 li .pic img{width:100%; }
.nyresearch_ach .part2 li .info{color:rgba(51,51,51,0.7);font-size:18px; line-height: 2; margin-top:40px;}
.nyresearch_ach .part3{margin-top:12%;padding:100px 75px; border-radius:20px; background:#f7f8fa;box-sizing: border-box;position:relative;}
.nyresearch_ach .part3 .info{width:70%; max-width: 870px;color:rgba(51,51,51,0.7);font-size:18px; line-height: 2; }
.nyresearch_ach .part3 .info h2{font-size:48px; color:#1e2088; font-weight:bold;line-height:1.1;margin-bottom:20px;}
.nyresearch_ach .part3 .pic{position:absolute;height:128%; top:-14%; right:0px; overflow: hidden; border-radius: 30px;}
.nyresearch_ach .part3 .pic img{height:100%;}


.nyresearch_team .tit{color:#1e2088; width:38%; max-width:620px; font-size:48px; font-weight:bold; line-height:1.3;}
.nyresearch_team .info{line-height:2; font-size:18px; width:58%; box-sizing: border-box;color:#666; }
.nyresearch_team .info p{margin-bottom:30px}
.nyresearch_team .info p sup{font-size:12px;}
.nyresearch_team .info p:last-child{margin-bottom:0px}
.nyresearch_team .part1{padding:7% 0px 6% 0px;}
.nyresearch_team .part2{border-radius:20px; background:#f7f8fa;padding:55px; box-sizing: border-box;}
.nyresearch_team .part2 .contain{width:50%;}
.nyresearch_team .part2 .contain .tit{margin-bottom:20px; width:100%;}
.nyresearch_team .part2 .contain .info{width:100%;}
.nyresearch_team .part2 .pic{width:50%; max-width:423px; margin-bottom:-55px; margin-left:80px;}
.nyresearch_team .part3{padding:8% 0px 11% 0px;}
.nyresearch_team .part3 .pic{margin-top:60px; width:100%; border-radius:20px; overflow: hidden;}
.nyresearch_team .part3 .pic img{width:100%;}

.nynews{padding:6% 0px 8% 0px;}
.nynewssearch{padding:65px 50px; background:#f7f8fa; border-radius: 20px;}
.nynewssearch .sinput{border-radius:28px; padding:13px 28px;background:#FFF; box-sizing: border-box;}
.nynewssearch .sinput1{width:calc(41% - 10px); margin-right:10px;}
.nynewssearch .sinput2{width:calc(44% - 18px);margin-right:18px;}
.nynewssearch .sinput input{width:100%; height:30px;border:0px;background:#FFF; font-size:18px; color:#333;}
.nynewssearch .sinput input::-webkit-input-placeholder {font-size: 18px;color: #999999;}
.nynewssearch .sinput input::-moz-placeholder {font-size: 18px;color: #999999;opacity: 1;}
.nynewssearch .sinput input:-ms-input-placeholder {font-size: 18px;color: #999999;}
.nynewssearch .sinput input::placeholder {font-size: 18px;color: #999999;}
.nynewssearch .sinput .timer{width:50%; position:relative;padding:0px 37px; box-sizing: border-box; background:url(../images/ico8.png) left center no-repeat; margin-right:25px;}
.nynewssearch .sinput .timer:after{position:absolute; content:""; width:1px; height:80%; background:#e3e3e3;top:10%; right:0px;}
.nynewssearch .sinput .timer:nth-child(2){margin-right:0px;}
.nynewssearch .sinput .timer:nth-child(2):after{display:none;}
.nynewssearch .sbtn{width:15%; height:56px; border-radius:28px; background:#e50012; color:#FFF; font-size:20px; font-weight:bold; transition:all 0.5s; -webkit-transition:all 0.5s;}
.nynewssearch .sbtn:hover{opacity:0.5;}

.nynews .nyscinews{margin-top:30px; background:#f7f8fa;padding:68px 48px 90px 48px; border-radius:20px;}
.nynews .nyscinews li{margin-bottom:50px;}
.nynews .nyscinews li:last-child{margin-bottom:0px;}
.nynews .nyscinews li a{display:block; padding-bottom:40px;  border-bottom:1px solid #e3e3e3; position:relative;}
.nynews .nyscinews li a:after{position:absolute; content:""; width:0px; height:1px;background:#1e2088; transition:all 0.5s; -webkit-transition:all 0.5s; left:0px; bottom:0px;}
.nynews .nyscinews li a:hover:after{width:100%;}
.nynews .nyscinews li a .info{width:70%;max-width:810px;}
.nynews .nyscinews li a .time{font-size:18px; color:#1e2088;}
.nynews .nyscinews li a .info .tit h2{font-size:24px;font-weight:bold; line-height:1.3;width:calc(100% - 86px);}
.nynews .nyscinews li a:hover .info .tit h2{color:#1e2088;}
.nynews .nyscinews li a .info .tit em{display:block;width:56px; height:56px; background:url(../images/ico9.png) #FFF center no-repeat;border-radius:50%;margin-right:30px; background-size:29px auto;}
.nynews .nyscinews li a .info .txt{color:#666; font-size:16px;line-height:1.5; margin-top:20px; padding-left:86px;box-sizing: border-box;}
.nynews .nyscinews li a .info .txt span{display:block;}
.nynews .nyscinews li a .info .txt .txt1 p{margin-bottom:10px; }
.nynews .nyscinews li a .more{width:56px; height:56px;}

.nynews .nyscinews li a .viewmore{width:56px; height:56px; border-radius: 100%; border:1px solid #333333; position:relative; transition: all 0.5s; -webkit-transition: all 0.5s;}
.nynews .nyscinews li a:hover .viewmore{border:1px solid #e50012; background:#e50012; }
.nynews .nyscinews li a .viewmore:after{position:absolute; content:""; width:20px; height:12px; background:url(../images/bjiantou.svg) center/cover no-repeat;left:50%; top:50%; transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%);}
.nynews .nyscinews li a:hover .viewmore:after{background:url(../images/wjiantou.svg) center/cover no-repeat;}

.nynotice{padding-top:60px;}
.nynotice ul{margin-top:80px;}
.nynotice ul li a{display:block; padding:50px 32px 50px 48px;  border-bottom:1px solid #e3e3e3; position:relative;}
.nynotice ul li a:after{position:absolute; content:""; width:0px; height:1px;background:#1e2088; transition:all 0.5s; -webkit-transition:all 0.5s; left:0px; bottom:0px;}
.nynotice ul li a:hover:after{width:100%;}
.nynotice ul li a .info{width:70%;max-width:810px;font-size:24px;font-weight:bold; line-height:1.7;}

.nynotice ul li a:hover .info{color:#1e2088;}
.nynotice ul li a .time{font-size:18px; color:#1e2088;}
.nynotice ul li a .viewmore{width:56px; height:56px; border-radius: 100%; border:1px solid #333333; position:relative; transition: all 0.5s; -webkit-transition: all 0.5s;}
.nynotice ul li a:hover .viewmore{border:1px solid #e50012; background:#e50012; }
.nynotice ul li a .viewmore:after{position:absolute; content:""; width:20px; height:12px; background:url(../images/bjiantou.svg) center/cover no-repeat;left:50%; top:50%; transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%);}
.nynotice ul li a:hover .viewmore:after{background:url(../images/wjiantou.svg) center/cover no-repeat;}
.nynotice .pages{margin-top:60px;}

.nynewsdetail{padding:4% 0px 6% 0px; padding-top:calc(4% + 140px);}
.nynewsdetail .mainbox{max-width:1200px;}
.nynewsdetail .tit{margin-bottom:60px; border-bottom:1px solid rgba(0,0,0,0.1);}
.nynewsdetail .tit h2{font-size:48px; font-weight:bold;}
.nynewsdetail .tit em{display:block; font-size:18px; line-height:2;margin:20px 0px 30px 0px; color:#999999;}
.nynewsdetail .newscontain{font-size:18px; color:#666666;line-height:2; padding-bottom:80px;border-bottom:1px solid rgba(0,0,0,0.1);}

.nynewsdetail .newscontain p{margin-bottom:30px;}
.nynewsdetail .newscontain1 p{margin-bottom:5px;}
.nynewsdetail .newscontain .twopic{width:calc(50% - 13px);}
.nynewsdetail .newscontain h3{color:#666666; font-size:24px;}
.nynewsdetail .newscontain i{font-style: italic;}

.nynewsdetail .ndpage{margin-top:50px;}
.nynewsdetail .ndpage a{display:block;}
.nynewsdetail .ndpage a:hover{color:#1e2088;}
.ndprev,.backurl,.ndnext{font-size:20px; font-weight:bold;}
.ndprev em,.ndnext em{display:block; width:56px; height:56px; border:1px solid rgba(51,51,51,0.2); border-radius: 100%; line-height:56px; position:relative; margin-right:18px; }
.nynewsdetail .ndpage a:hover .ndprev em,.nynewsdetail .ndpage a:hover .ndnext em{border:1px solid #1e2088; background:#1e2088;}
.ndprev em:after,.ndnext em:after{font-family: swiper-icons;font-size: var(--swiper-navigation-size);text-transform: none !important;letter-spacing: 0;text-transform: none;font-variant: initial;line-height: 1; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%);font-size:16px; color:#333; transition: all 0.5s; -webkit-transition: all 0.5s;}
.ndprev em:after{content:"prev"; }
.nynewsdetail .ndpage a:hover .ndprev em:after{color:#FFF;}
.ndnext em:after{content:"next"; }
.nynewsdetail .ndpage a:hover .ndnext em:after{color:#FFF;}
.ndnext em{margin-right:0px; margin-left:18px;}
.nynewsdetail .ndpage a .backurl{display:block; width:166px; height:56px; border:1px solid rgba(51,51,51,0.8); border-radius: 26px; line-height:56px; text-align:center;transition: all 0.5s; -webkit-transition: all 0.5s;}
.nynewsdetail .ndpage a:hover .backurl{border:1px solid #1e2088; background:#1e2088; color:#FFF;}
.nynewsdetail .ndpage a .backurl em{display:inline-block;width:23px; height:15px; background:url(../images/bjiantou.svg) center/cover no-repeat; margin-left:10px;}
.nynewsdetail .ndpage a:hover .backurl em{background:url(../images/wjiantou.svg) center/cover no-repeat;}

.nyjoin{padding:5% 0px;}
.nyjoin h2{font-size:48px; font-weight: bold; color:#333;text-align: center;}
.nyjoin ul{margin-top:60px;}
.nyjoin ul li{margin-bottom:30px; border-top:4px solid #1e2088; background:#f7f8fa; border-bottom-left-radius:20px; border-bottom-right-radius:20px;padding:0px 50px 50px 50px;}
.nyjoin ul li:last-child{margin-bottom:0px;}
.nyjoin ul li .tit{position:relative; cursor: pointer; padding:50px 0px 0px 0px;}
.nyjoin ul li .tit .titbox{width:80%;}
.nyjoin ul li .tit h2{font-size:30px; font-weight: bold; line-height:1.2; text-align: left;}
.nyjoin ul li .tit dl dd{padding:0px 58px;margin-top:24px; line-height:25px;position:relative; color:#333333; font-size:18px; text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient: vertical; box-sizing: border-box;}
.nyjoin ul li .tit dl dd span{color:#999999;}
.nyjoin ul li .tit dl dd:first-child{padding-left:0px;width:30%;}
.nyjoin ul li .tit dl dd:nth-child(2){width:40%;}
.nyjoin ul li .tit dl dd:last-child{padding-right:0px;width:30%;}
.nyjoin ul li .tit dl dd:after{position:absolute; content:""; width:1px; height:15px; background:#999999; right:0px; top:50%; margin-top:-7.5px;}
.nyjoin ul li .tit dl dd:last-child:after{display:none;}
.nyjoin  ul li .tit.cur .addsbtn:after{display:none;}
.nyjoin  ul li .info{padding:48px; display:none; overflow: hidden; background:#FFFFFF; margin-top:40px; font-size:18px;line-height:2; color:#666666; border-radius: 20px;}
.nyjoin  ul li .info h3{font-size:24px; color:#333333;line-height:1.5;margin-bottom:20px;}
.nyjoin  ul li .info .item{margin-bottom:20px;}
.nyjoin  ul li .info .tips{font-size:20px; color:#666666; line-height:1.5; font-weight: bold;}
.nyjoin  ul li .info .tips a{color:#e50012; text-decoration: underline;}
.nyjoin  ul li .info .tips b{color:#333333;}

.nywhy{padding:0px 0px 6% 0px;}
.nywhy .part1{padding:8% 0px 6% 0px;}
.nywhy .part1 .tit{color:#1e2088; width:38%; max-width:630px; font-size:48px; font-weight:bold; line-height:1.3;}
.nywhy .part1 .info{line-height:2; font-size:18px; width:58%; box-sizing: border-box;color:#666; }
.nywhy .part1 .info p{margin-bottom:30px}
.nywhy .part1 .info p sup{font-size:12px;}
.nywhy .part1 .info p:last-child{margin-bottom:0px}
.nywhy .part2{padding:94px 160px; background:#f7f8fa; border-radius:20px; margin-top:295px;}
.nywhy .part2 img{width:100%; border-radius: 20px; margin-top:-400px;}
.nywhy .part2 .contain{margin-top:60px;}
.nywhy .part2 .contain .tit{max-width:440px;width:38%; font-size:36px;color:#1e2088;font-weight:bold; line-height:1.3;}
.nywhy .part2 .contain .txt{line-height:2; font-size:18px; width:60%; box-sizing: border-box;color:rgba(51,51,51,0.6); }
.nywhy .part3{margin-top:6%;}
.nywhy .part3 .tit{font-size:36px; font-weight: bold;color:#1e2088; line-height:1.2;}
.nywhy .part3 .contain{margin:50px 0px 70px 0px; overflow: hidden;position:relative;}
.nywhy .part3 .contain .containbox{position:relative;}
.nywhy .part3 .contain .containbox .pic{width:70%; max-width:1161px; overflow: hidden;border-radius: 20px; float:right; position:relative;}
.nywhy .part3 .contain .containbox .pic img{width:100%;}
.nywhy .part3 .contain .containbox .pic .swiper-button-prev,.nywhy .part3 .contain .containbox .pic .swiper-button-next{background:transparent; width:56px;height:56px; border-radius:100%;transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all; -ms-transition: 0.5s all;margin: 0px;top:85%;position:absolute; border:1px solid rgba(255,255,255,0.2);}
.nywhy .part3 .contain .containbox .pic .swiper-button-next{right:30px; left:auto;}

.nywhy .part3 .contain .containbox .pic .swiper-button-next:after{font-size:16px;color:#fff;}
.nywhy .part3 .contain .containbox .pic .swiper-button-next:hover{background:#e60015;border:1px solid #e60015;color:#FFF;}
.nywhy .part3 .contain .containbox .pic .swiper-button-next:hover:after{color:#FFF;}
.nywhy .part3 .contain .containbox .pic .swiper-button-next.swiper-button-disabled:after{opacity:0.5;}
.nywhy .part3 .contain .containbox .pic .swiper-button-prev{left:auto;right: 100px;}
.nywhy .part3 .contain .containbox .pic .swiper-button-prev:after{ font-size:16px; color:#fff;}
.nywhy .part3 .contain .containbox .pic .swiper-button-prev:hover{background:#e60015; border:1px solid #e60015;}
.nywhy .part3 .contain .containbox .pic .swiper-button-prev:hover:after{color:#FFF;}
.nywhy .part3 .contain .containbox .info{width:35%; height:80%; background:#f7f8fa;position:absolute;left:0px; top:10%; border-radius: 20px; z-index: 20;}
.nywhy .part3 .contain .containbox .info .txt{width:75%; position:absolute;font-size:18px; color:rgba(51,51,51,1);line-height:2; top:50%; left:50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);}
.nywhy .part3 .contain .containbox .info .txt h3{font-size:30px; margin-bottom:15px;line-height:1.3;}

.nywhy .part3 li{width:25%; font-size:24px; padding:30px 0px; border-top:2px solid rgba(30,32,136,0.2); position:relative; color:rgba(51,51,51,0.5); font-weight: bold; cursor: pointer; }
.nywhy .part3 li:before{position:absolute; content:""; width:14px;height:14px; border-radius:100%; background:#b2b2b2;left:-7px;top:-8px; z-index:10;}
.nywhy .part3 li:after{position:absolute; content:"";width:0px;height:2px; top:-2px;  transition:all 0.5s; -webkit-transition:all 0.5s;left:0px;z-index:5;}
.nywhy .part3 li.cur{color:#1e2088 !important;}
.nywhy .part3 li.cur:before{background:#1e2088 !important;}
.nywhy .part3 li.cur:after{width:100%; background:#1e2088 !important;}
.nywhy .part3 li.cur1{color:#333333;}
.nywhy .part3 li.cur1:before{background:#333333;}
.nywhy .part3 li.cur1:after{width:100%; background:#333333;}


.nav li:nth-child(5) .navdown p:nth-child(2),.nav li:nth-child(5) .navdown p:nth-child(3),.nav li:nth-child(5) .navdown p:nth-child(4){display:none;}
.nav li:nth-child(6) .navdown p:nth-child(2),.nav li:nth-child(6) .navdown p:nth-child(3){display:none;}

.fnavitem:nth-child(3) dl dd:nth-child(3),.fnavitem:nth-child(3) dl dd:nth-child(4),.fnavitem:nth-child(3) dl dd:nth-child(5){
	display:none;
}












