*{margin: 0;padding: 0;}
header,footer,nav,div,p,span,b,a,input,textarea,ul,li{font-family: '微软雅黑';margin: 0;padding: 0;}
ul li{list-style: none;}
a{text-decoration: none;color: #000;}
table {border-collapse:collapse;}table,th, td{border: 1px solid #ddd;}
input{outline: none;}
body{min-width: 1200px;}

/*浮动*/
.f_le{float: left;}
.f_ri{float: right;}
/*清除浮动*/
.clearfix:after{content: "";display: block;height: 0;font-size: 0;clear: both;visibility: hidden;}

/*定位*/
.p_re{position: relative;}
.p_ab{position: absolute;}

/*弹性盒子*/
.flexbox{display: -webkit-flex;display: flex;-webkit-justify-content: space-between;justify-content: space-between;} /*横向弹性*/
.flexbox_1{display: -webkit-flex;display: flex;-webkit-align-items: center;align-items: center;-webkit-flex-wrap: wrap;} /*纵向弹性*/
.flexc{margin: auto auto;}
.flexwarp{flex-wrap: wrap;}  /*弹性盒子换行*/

/* 文字分栏 */
.column{column-width:300px;-moz-column-width:300px; /* Firefox */-webkit-column-width:300px; /* Safari and Chrome */
    column-count:; /* 列数 */
    column-gap:; /* 列间距 */
    column-rule:; /* 分隔线 */
}

/*字体超出隐藏*/
.txthide{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
/*.txthide_2{ text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;}*/

/*宽度*/
.n-wrapper{width: 92.1875%;min-width: 1200px;margin: 0 auto;}
.wrapper{width: 83.333%;min-width: 1200px;margin: 0 auto;}
/* .wrapper{width: 1200px;margin: 0 auto;} */



/*顶部*/
.n-header{width: 100%;height: 180px;}
.n-header .n-wrapper{height: 100%;}

.n-header .logo{display: block;width: 54.948vw;margin: auto 0;/* height: 130px; */ animation-name: fadeInLeft;animation-duration: 3s;}
.n-header .logo img{display: block;width: 100%;}

.n-header .nhR{width: 272px;margin: auto 0; animation-name: fadeInRight;animation-delay: 0.2s;animation-duration: 1s;}
.n-header .nhR .entrance{width: 100%;margin-bottom: 12px;}
.n-header .nhR .entrance .en-a{display: block;width: 46.5%;margin-right: 3%;background: #fff;height: 48px;border-radius: 5px;float: left;font-size: 18px;color: #0c7cff;line-height: 48px;text-align: center;font-weight: bold;transition: .5s; border: 1px solid #0c7cff;}
.n-header .nhR .entrance .en-a:last-child{margin-right: 0;}
.n-header .nhR .entrance .en-a:hover{background: #0c7cff;color: #fff;}
.n-header .nhR .nh-search{width: 100%;}
.n-header .nhR .nh-search .ns-inp{width: 184px;height: 48px;display: block;background: #fff;border: 0;box-sizing: border-box;padding: 0 20px;border-radius: 5px 0 0 5px;float: left;font-size: 16px;color: #808080; border: 1px solid #0c7cff;}
.n-header .nhR .nh-search .ns-btn{width: 82px;height: 48px;display: block;float: left;background: #0691ff;background: -webkit-linear-gradient(left, #0c7bff , #00a8ff);background: -o-linear-gradient(right, #0c7bff, #00a8ff);background: -moz-linear-gradient(right, #0c7bff, #00a8ff);background: linear-gradient(to right, #0c7bff , #00a8ff);border: 0;border-radius: 0 5px 5px 0;font-size: 18px;color: #fff;}

@media screen and (max-width: 1360px) {
    .n-header .logo{width: 750px;}
}



/* 导航 */
.n-nav{width: 100%;height: 66px;background: #0b3789;background: -webkit-linear-gradient(left, #0b3789 , #00a8ff);background: -o-linear-gradient(right, #0c7bff, #00a8ff);background: -moz-linear-gradient(right, #0b3789, #00a8ff);background: linear-gradient(to right, #0b3789 , #00a8ff);}
.n-nav a{display: block; line-height: 66px;font-size: 20px;color: #fff;transition: .5s;}
.n-nav a:hover{color: rgba(255,255,255,.8);}
.n-nav a.active{color: rgba(255,255,255,.8);  animation-name: swing;animation-delay: 0.2s;animation-duration: 1s;}

/* .n-nav a:nth-child(2){animation-delay: 0.3s;}
.n-nav a:nth-child(3){animation-delay: 0.4s;}
.n-nav a:nth-child(4){animation-delay: 0.5s;}
.n-nav a:nth-child(6){animation-delay: 0.6s;}
.n-nav a:nth-child(7){animation-delay: 0.7s;} */



/*底部*/
.footer{padding: 30px 0 35px;}

.footer .nfL{float: left;min-width: 900px;width: 66.102%;}
.footer .nfLogo{display: block;width: 900px;margin-bottom: 35px;}
.footer .nfNav{line-height: 30px;}
.footer .nfNav a{display: block;float:left;font-size: 18px;color: #000;/* margin-right: 30px; */transition: .5s;}
.footer .nfNav a:last-child{margin-right: 0;}
.footer .nfNav a:hover{color: #0b5394;}
.footer .copyright{font-size: 16px;color: #9a9a9a;line-height: 30px;}
.footer .copyright a{color: #9a9a9a;transition: .5s;}
.footer .copyright a:hover{color: #000;}

.footer .nfR{float: right;width: 275px;}
.footer .ts{display: block;width: 143px;height: 40px;border: 1px solid #0071ff;font-size: 18px;color: #0071ff;text-align: center;line-height: 40px;margin-bottom: 15px;float:left;}
.footer .wxcode{width: 113px;float: right;}
.footer .wxcode img{display: block;width: 100%;margin-bottom: 10px;}
.footer .wxcode p{font-size: 12px;color: #9a9a9a;line-height: 20px;}



/*轮播*/
.banner{width: 100%;position: relative;overflow: hidden;}
.banner img{width: 100%;display: block; animation-name: fadeInUp;animation-delay: 0.3s;animation-duration: 1.5s;}

/* .banner .swiper-pagination{width: 100%;box-sizing: border-box;padding: 0 9.375%;bottom: 60px;height: 20px;}
.banner .swiper-pagination-bullet{display: block;width: 50px;height: 2px;background: rgba(255,255,255,.26);border-radius: 0;float: left;opacity: 1;}
.banner .swiper-pagination-bullet-active{background: rgba(255,255,255,.76);} */



/*首页 one*/
.n-one{width: 100%;background: #f6f6f6;padding-bottom: 70px;padding-top: 48px;}

/*-------------*/
.n-one .n-two{background: #fff;margin-bottom: 75px;}

/*--------------*/
.n-one .n-two .newLeft{width: 47.627%;overflow: hidden;float: left;position: relative; animation-name: fadeInLeft;animation-delay: 0.2s;animation-duration: 1.5s;}
.n-one .n-two .newLeft img{display: block;width: 100%;transition: .5s;}
.n-one .n-two .newLeft .swiper-slide{position: relative;}
.n-one .n-two .newLeft .pic{display: block;width: 100%;}
.n-one .n-two .newLeft .title{display: block;width: 100%;box-sizing: border-box;padding: 0 120px 0 15px; overflow: hidden;text-overflow:ellipsis;white-space: nowrap;background: rgba(0,0,0,.1);font-size: 20px;color: #fff;position: absolute;bottom: 3.63%;left: 0;right: 0;line-height: 45px;}
.n-one .n-two .newLeft .swiper-slide:hover .pic img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
.n-one .n-two .newLeft .btn{width: 100%;position: absolute;top: 50%;left: 0;right: 0;margin: 0 auto;}
.n-one .n-two .newLeft .swiper-button-prev{width: 60px;height: 95px;background: rgba(0,0,0,.3);font-size: 40px;font-weight: bold;text-align: center;line-height: 95px;color: #fff;font-family: '宋体';position: absolute;left: 0;margin-top: -47.5px;}
.n-one .n-two .newLeft .swiper-button-next{width: 60px;height: 95px;background: rgba(0,0,0,.3);font-size: 40px;font-weight: bold;text-align: center;line-height: 95px;color: #fff;font-family: '宋体';position: absolute;right: 0;margin-top: -47.5px;}
.n-one .n-two .newLeft .swiper-pagination{width: 100px;text-align: right;bottom: 6%;left: unset;right: 15px;}
.n-one .n-two .newLeft .swiper-pagination-bullet{background: #fff;opacity: 1;}
.n-one .n-two .newLeft .swiper-pagination-bullet-active{background: #0071ff;}

.n-one .n-two .newRight{width: 48.87%;float: right;box-sizing: border-box;padding: 40px 2.542% 40px 0;}
.n-one .n-two .newRight .nrHead{width: 100%; animation-name: flipInX;animation-delay: 0.3s;animation-duration: 1s;}
.n-one .n-two .newRight .nrHead span{display: inline-block;font-size: 38px;color: #222;}
.n-one .n-two .newRight .nrHead small{display: inline-block;font-size: 24px;color: #0071ff;text-transform: uppercase;margin-left: 5px;}
.n-one .n-two .newRight .nrHead .more{display: block;width: 44px;height: 44px;border-radius: 100%;overflow: hidden;float: right;margin-top: 8px;transition: .5s;}
.n-one .n-two .newRight .nrHead .more img{display: block;width: 100%;}
.n-one .n-two .newRight .nrHead .more:hover{-webkit-transform: translateX(-10px);-moz-transform: translateX(-10px);-ms-transform: translateX(-10px);-o-transform: translateX(-10px);transform: translateX(-10px);}
.n-one .n-two .newRight .nrBody{width: 100%}
.n-one .n-two .newRight .nrBody .nList{width: 100%;margin-top: 35px; animation-name: fadeInRight;animation-duration: 1.5s;}
.n-one .n-two .newRight .nrBody .time{display: block;width: 75px;float: left;}
.n-one .n-two .newRight .nrBody .time b{display: block;width: 100%;font-size: 42px;color: #000;line-height: 42px;transition: .5s;}
.n-one .n-two .newRight .nrBody .time span{display: block;font-size: 14px;color: #b0b0b0;line-height: 18px;transition: .5s;}
.n-one .n-two .newRight .nrBody .text{display: block;width: calc(100% - 75px);float: right;}
.n-one .n-two .newRight .nrBody .text .tit{font-size: 20px;color: #212121;line-height: 35px; overflow: hidden;text-overflow:ellipsis;white-space: nowrap;transition: .5s;}
.n-one .n-two .newRight .nrBody .text .desc{font-size: 16px;color: #808080; overflow: hidden;text-overflow:ellipsis;white-space: nowrap;line-height: 25px;}
.n-one .n-two .newRight .nrBody .nList:hover .time b{color: #0071ff;}
.n-one .n-two .newRight .nrBody .nList:hover .time span{color: #0071ff;}
.n-one .n-two .newRight .nrBody .nList:hover .tit{color: #0071ff;}

.n-one .n-two .newRight .nrBody .nList:nth-child(1){animation-delay: 0.4s;}
.n-one .n-two .newRight .nrBody .nList:nth-child(2){animation-delay: 0.5s;}
.n-one .n-two .newRight .nrBody .nList:nth-child(3){animation-delay: 0.6s;}
.n-one .n-two .newRight .nrBody .nList:nth-child(4){animation-delay: 0.7s;}

/*--------------*/
.n-three{width: 100%;}

.n-three .nthead{margin-bottom: 15px;overflow: hidden;}
.n-three .nthead a{display: block;width: 32.5%;height: 85px;background: #9f9f9f;font-size: 26px;color: #fff;text-align: center;line-height: 85px;float: left;margin-right: 1.25%;transition: .5s;animation-name: fadeInUp;animation-duration: 1s;}
.n-three .nthead a:last-child{margin-right: 0;}
.n-three .nthead a:hover{background: #0071ff;}
.n-three .nthead a.active{background: #0071ff;}
.n-three .nthead a:nth-child(2){animation-delay: 0.2s;}
.n-three .nthead a:nth-child(3){animation-delay: 0.4s;}

.n-three .ntBody{width: 100%;box-sizing: border-box;background: #fff;padding: 25px;}
.n-three .ntBody .ntB1{width: 100%;border-collapse:collapse;border: 0;}
.n-three .ntBody .ntB1 th{border: 0;font-size: 24px;color: #000;}
.n-three .ntBody .ntB1 tr{border-bottom: 1px solid #ededed;}
.n-three .ntBody .ntB1 td{border: 0;padding: 16px;line-height: 30px;text-align: center;font-size: 20px;color: #212121;}
.n-three .ntBody .ntB1 .th{background: #f6f6f6;line-height: 75px;height: 75px;width: 100%;border: 0;text-align: center;}
.n-three .ntBody .ntB1 .t1{width: 20%;}
.n-three .ntBody .ntB1 .t2{width: 42%;text-align: left;}
.n-three .ntBody .ntB1 .t3{width: 15%;}
.n-three .ntBody .ntB1 .t4{width: 23%;}
.n-three .ntBody .ntB1 tr:hover{background: #f8f8f8;}

.n-three .ntBody .ntB1 .th .t2{width: 38%;text-align: center;}

.n-three .ntBody .ntB2{display: none;width: 100%;}

.n-three .ntBody .more{display: block;width: 179px;height: 53px;background: url(../img/bj02.png) center center no-repeat;border-radius: 53px;text-align: center;line-height: 53px;font-size: 22px;color: #fff;margin: 65px auto 50px;transition: .5s;}
.n-three .ntBody .more:hover{box-shadow: 5px 5px 10px rgba(0,0,0,.2);-webkit-transform: translateY(-10px);-moz-transform: translateY(-10px);-ms-transform: translateY(-10px);-o-transform: translateY(-10px);transform: translateY(-10px);}



/*首页 标题*/
.ind_titBox{text-align: center;overflow: hidden;}
.ind_titBox b.title{font-size: 50px;display: block;}
.ind_titBox p.ftitle{font-size: 24px;color: #0071ff;text-transform: uppercase;}



/*首页 在线路演*/
.n-roadshow{width: 100%;padding: 60px 0 75px;}

.n-roadshow .ind_titBox{margin-bottom: 60px;}
.n-roadshow .ind_titBox b.title{color: #222;}
.n-roadshow .ind_titBox p.ftitle{color: #0071ff;}

.n-roadshow .nrWrap{width: 100%;position: relative;height: 453px;overflow: hidden;}
.n-roadshow .nrWrap .swiper-slide{text-align: center;width: 859px;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.n-roadshow .nrWrap .swiper-slide .pic{display: block;width: 100%;}
.n-roadshow .nrWrap .swiper-slide .pic img{display: block;width: 100%;}

.n-roadshow .nrWrap .btn{width: 1000px;position: absolute;top: 50%;left: 0;right: 0;margin: 0 auto;}
.n-roadshow .nrWrap .swiper-button-prev{width: 25px;height: 40px;background: url(../img/jtL01.png) center center no-repeat;}
.n-roadshow .nrWrap .swiper-button-next{width: 25px;height: 40px;background: url(../img/jtR01.png) center center no-repeat;}

.n-roadshow .nrWrap .swiper-slide .textCont{display: block;width: 730px;height: 155px;/*overflow: hidden;*/position: absolute;bottom: -200px;left: -100px;box-sizing: border-box;padding: 25px 120px 25px 120px;background: #f5f5f5;text-align: left;transition: 1.2s;}
.n-roadshow .nrWrap .swiper-slide .textCont .gd{display: block;width: 76px;height: 76px;position: absolute;top: -38px;right: -38px;transition: 1s;}
.n-roadshow .nrWrap .swiper-slide .textCont .tit{font-size: 30px;color: #222;/*font-weight: bold;*/overflow: hidden;text-overflow:ellipsis;white-space: nowrap;line-height: 45px;}
.n-roadshow .nrWrap .swiper-slide .textCont .ftit{font-size: 16px;color: #808080;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;line-height: 30px;}
.n-roadshow .nrWrap .swiper-slide .textCont .liul{font-size: 16px;color: #808080;line-height: 35px;}
.n-roadshow .nrWrap .swiper-slide .textCont .liul img{display: block;float: left;margin: 9px 10px 0 0;}

.n-roadshow .nrWrap .swiper-slide:hover .textCont{bottom: 0;}
.n-roadshow .nrWrap .swiper-slide .textCont .gd:hover{transform:rotate(90deg);-ms-transform:rotate(90deg);-webkit-transform:rotate(90deg);}

.n-roadshow .nrMore{display: block;width: 179px;height: 53px;background: url(../img/bj02.png) center center no-repeat;border-radius: 53px;text-align: center;line-height: 53px;font-size: 22px;color: #fff;margin: 65px auto 0;transition: .5s;}
.n-roadshow .nrMore:hover{box-shadow: 5px 5px 10px rgba(0,0,0,.2);-webkit-transform: translateY(-10px);-moz-transform: translateY(-10px);-ms-transform: translateY(-10px);-o-transform: translateY(-10px);transform: translateY(-10px);}



/*首页 培训项目*/
.n-train{width: 100%;max-height:975px;background: url(../img/bj_px.jpg) center center no-repeat;padding: 75px 0;box-sizing: border-box;}

.n-train .ind_titBox{margin-bottom: 60px;}
.n-train .ind_titBox b.title{color: #fff;}
.n-train .ind_titBox p.ftitle{color: rgba(255,255,255,.37);}

.n-train .ntWrap{overflow: hidden;}

.n-train .nwList{display: block;width: 23.5%;margin-right: 2%;float: left;position: relative;overflow: hidden;}
.n-train .nwList:nth-child(4){margin-right: 0;}
.n-train .nwList .pic{display: block;width: 100%;}
.n-train .nwList .pic img{display: block;width: 100%;}
.n-train .nwList .nwCont1{display: block;text-align: center;line-height: 35px;font-size: 1.354vw;color: #fff;position: absolute;bottom: 35px;left: 0;right: 0;box-sizing: border-box;padding: 0 10px;/* center; */transition: 1s;}
.n-train .nwList .nwCont2{display: block;position: absolute;bottom: 0;top: 520px;left: 0;right: 0;box-sizing: border-box;padding: 35% 9.157% 30%;background: rgba(0,0,0,.6);color: #fff;text-align: center;transition: 1.5s;}
.n-train .nwList .nwCont2 .tit{font-size: 1.667vw;color: #fff;line-height: 4.16vh;}
.n-train .nwList .nwCont2 .desc{font-size: 0.9375vw;color: rgba(255,255,255,.45);line-height: 30px;margin-top: 15px;}
.n-train .nwList .nwCont2 .gd{display: block;width: 180px;height: 50px;border: 1px solid rgba(255,255,255,.64);font-size: 18px;color: #fff;text-align: center;line-height: 50px;margin: 25px auto 0;}
.n-train .nwList:hover .nwCont1{/*display: none;*/bottom: -70px;}
.n-train .nwList:hover .nwCont2{top: 0;}

@media screen and (max-width: 1360px) {

	.n-train .nwList .nwCont1{font-size: 20px;}
	.n-train .nwList .nwCont2 .tit{font-size: 24px;line-height: 35px;}
	.n-train .nwList .nwCont2 .desc{font-size: 14px;line-height: 25px;margin-top: 10px;}

}

.n-train .nwList:nth-child(1){animation-name: fadeInUp;animation-duration: 1s;}
.n-train .nwList:nth-child(2){animation-name: fadeInDown;animation-delay: 0.2s;animation-duration: 1s;}
.n-train .nwList:nth-child(3){animation-name: fadeInUp;animation-delay: 0.4s;animation-duration: 1s;}
.n-train .nwList:nth-child(4){animation-name: fadeInDown;animation-delay: 0.6s;animation-duration: 1s;}

.n-train .nwMore{display: block;width: 179px;height: 53px;background: url(../img/bj02.png) center center no-repeat;border-radius: 53px;text-align: center;line-height: 53px;font-size: 22px;color: #fff;margin: 65px auto 0;transition: .5s;}
.n-train .nwMore:hover{box-shadow: 5px 5px 10px rgba(0,0,0,.2);-webkit-transform: translateY(-10px);-moz-transform: translateY(-10px);-ms-transform: translateY(-10px);-o-transform: translateY(-10px);transform: translateY(-10px);}



/*首页 友情链接*/
.n-friend{width: 100%;height: 796px;overflow: hidden;background: url(../img/bj_yq.jpg) center center no-repeat;box-sizing: border-box;padding: 130px 0 0;}

.n-friend .ind_titBox{margin-bottom: 35px;text-align: left;}
.n-friend .ind_titBox b.title{color: #fff;}
.n-friend .ind_titBox p.ftitle{color: rgba(255,255,255,.37);}

.n-friend .yq_logo{display: block;overflow: hidden;margin-bottom: 75px;}
.n-friend .yq_logo img{display: block;}

.n-friend .nfWrap{width: 1050px;height: 300px;box-sizing: border-box;background: #fff;padding: 60px 40px;}
.n-friend .nfWrap a{display: block;font-size: 26px;color: #636363;width: 23.8%;height: 75px;box-sizing: border-box;border: 1px solid #cecece;text-align: center;line-height: 73px;float: left;margin: 0 1.6% 15px 0;transition: .5s;}
.n-friend .nfWrap a:nth-child(4n){margin-right: 0;}
.n-friend .nfWrap a:hover{border: 1px solid #0071ff;background: #0071ff;color: #fff;}



/* 内页 */
.n-out{padding-bottom: 100px;border-bottom: 1px solid #e9e9e9;}

.n-left{width: 360px;float: left;}
.n-left .slideH{width: 100%;height: 115px;background: #0691ff;background: -webkit-linear-gradient(left, #0c7bff , #00a8ff);background: -o-linear-gradient(right, #0c7bff, #00a8ff);background: -moz-linear-gradient(right, #0c7bff, #00a8ff);background: linear-gradient(to right, #0c7bff , #00a8ff);box-sizing: border-box;padding: 25px 25px;color: #fff;margin-top: -35px;position: relative;z-index: 3;animation-name: fadeInUp;animation-duration: 1s;}
.n-left .slideH .ftitle{font-size: 26px;text-transform: uppercase;font-weight: lighter;line-height: 26px;}
.n-left .slideH .title{display: block;font-size: 32px;}
.n-left .slideB{width: 100%;overflow: hidden;}
.n-left .slideB a{display: block;width: 100%;box-sizing: border-box;padding: 0 35px 0 20px;height: 90px;line-height: 90px;border-bottom: 1px solid #ddd;font-size: 22px;color: #000;position: relative;transition: .5s; animation-name: fadeInLeft;animation-delay: 0.2s;animation-duration: 1.2s;}
/* .n-left .slideB a:last-child{border-bottom: 0;} */
.n-left .slideB a em{display: block;width: 0;height: 0;border-style: solid;border-width: 8px 0 8px 8px;border-color: transparent transparent transparent #dadef4;position: absolute;top: 50%;right: 15px;margin-top: -8px;transition: .5s;}
.n-left .slideB a em:before{content: '';display: block;width: 0;height: 0;border-style: solid;border-width: 8px 0 8px 8px;border-color: transparent transparent transparent #dadef4;position: absolute;top: -8px;right: 2px;transition: .5s;}
.n-left .slideB .line{display: block;width: 100%;height: 3px;background: #0691ff;background: -webkit-linear-gradient(left, #0c7bff , #00a8ff);background: -o-linear-gradient(right, #0c7bff, #00a8ff);background: -moz-linear-gradient(right, #0c7bff, #00a8ff);background: linear-gradient(to right, #0c7bff , #00a8ff);}
.n-left .slideB a:hover{color: #0e73f1;/* font-weight: bold; */}
.n-left .slideB a:hover em{border-color: transparent transparent transparent #0e73f1;}
.n-left .slideB a:hover em:before{border-color: transparent transparent transparent #0e73f1;}
.n-left .slideB a.active{color: #0e73f1;font-weight: bold;}
.n-left .slideB a.active em{border-color: transparent transparent transparent #0e73f1;}
.n-left .slideB a.active em:before{border-color: transparent transparent transparent #0e73f1;}

.n-left .slideB a:nth-child(2){animation-delay: 0.3s;}
.n-left .slideB a:nth-child(3){animation-delay: 0.4s;}
.n-left .slideB a:nth-child(4){animation-delay: 0.5s;}
.n-left .slideB a:nth-child(5){animation-delay: 0.5s;}
.n-left .slideB a:nth-child(6){animation-delay: 0.5s;}
.n-left .slideB a:nth-child(7){animation-delay: 0.5s;}
.n-left .slideB a:nth-child(8){animation-delay: 0.5s;}
.n-left .slideB a:nth-child(9){animation-delay: 0.5s;}
.n-left .slideB a:nth-child(10){animation-delay: 0.5s;}

.n-left .slidePic{display: block;width: 100%;margin-top: 12px;overflow: hidden;}
.n-left .slidePic img{display: block;width: 100%;  animation-name: fadeInUp;animation-delay: 0.2s;animation-duration: 1.5s;}


.n-right{width: calc(100% - 395px);float: right;}

    /* 面包屑 */
.crumbs{width: 100%;height: 80px;}
.crumbs .n-crumb{float: right;height: 80px;line-height: 80px;max-width: 50%;overflow: hidden;}
.crumbs .n-crumb a{font-size: 14px;color: #999999;transition: .5s;}
.crumbs .n-crumb i{font-size: 14px;color: #999999;font-style: normal;font-family: '宋体';}
.crumbs .n-crumb span{font-size: 14px;color: #000;}
.crumbs .n-crumb a:hover{color: #000;}

    /* 内页标题 */
.n-titBox{width: 100%;text-align: center;  animation-name: flipInX;animation-delay: 0.2s;animation-duration: 1.5s;}
.n-titBox .title{font-size: 42px;color: #222222;display: block;}
.n-titBox .ftitle{font-size: 18px;color: #052ab6;text-transform: uppercase;}



/* 技术转移中心简介 */
.about{width: 100%;overflow: hidden;}

.about .n-titBox{margin-bottom: 65px;}

.about .a-one{width: 100%;margin-top: 65px;position: relative;height: 316px;margin-bottom: 145px;}
.about .aPic{float: right;width: 84.473%;overflow: hidden;height: 316px;  animation-name: fadeInRight;animation-delay: 0.2s;animation-duration: 1.5s;}
.about .s-text{width: 555px;height: 316px;box-sizing: border-box;background: #263aa0;padding: 50px 30px;position: absolute;top: 50px;left: 0;  animation-name: fadeInLeft;animation-delay: 0.5s;animation-duration: 1.5s;}
.about .s-text h1{font-size: 34px;color: #fff;line-height: 45px;margin-bottom: 18px;}
.about .s-text .desc{font-size: 18px;color: #fff;text-align: justify;line-height: 30px;}
.about article{font-size: 18px;color: #000;line-height: 32px;text-align: justify;  animation-name: fadeInUp;animation-delay: 0.2s;animation-duration: 1.5s;}
.about article img{max-width: 100%;}



/* 先导区政策 */
.xdqzc{width: 100%;overflow: hidden;}

.xdqzc .n-titBox{margin-bottom: 65px;}

.xdqzc .xdqList{width: 23.95%;margin: 0 1.4% 26px 0;float: left;  animation-name: fadeInUp;animation-duration: 1.2s;}
.xdqzc .xdqList:nth-child(4n){margin-right: 0;}
.xdqzc .xdqList .pic{display: block;width: 100%;overflow: hidden;}
.xdqzc .xdqList .pic img{display: block;width: 100%;transition: .5s;}
.xdqzc .xdqList .cont{display: block;width: 100%;height: 166px;box-sizing: border-box;padding: 25px 14px 35px;border: 1px solid #e9e9e9;border-top: 0;transition: .5s;}
.xdqzc .xdqList .cont .title{font-size: 16px;color: #000;line-height: 26px;font-weight: bold;text-align: justify;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;transition: .5s;}
.xdqzc .xdqList .cont .desc{font-size: 14px;color: #939090;line-height: 22px;text-align: justify;margin-top: 11px;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;}
.xdqzc .xdqList:hover .pic img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
.xdqzc .xdqList:hover .cont{border-color: #d6e8ff;box-shadow: 0px 5px 10px #eff2fc;}
.xdqzc .xdqList:hover .title{color: #0e73f1;}

.xdqzc .xdqList:nth-child(n){animation-delay: 0.2s;}
.xdqzc .xdqList:nth-child(2n){animation-delay: 0.4s;}
.xdqzc .xdqList:nth-child(3n){animation-delay: 0.6s;}
.xdqzc .xdqList:nth-child(4n){animation-delay: 0.8s;}



/* 资讯公告 */
.news{width: 100%;overflow: hidden;}

.news .n-titBox{margin-bottom: 65px;}

.news .xdqList{width: 32.5%;margin: 0 1.25% 26px 0;float: left;  animation-name: fadeInUp;animation-duration: 1.2s;}
.news .xdqList:nth-child(3n){margin-right: 0;}
.news .xdqList .pic{display: block;width: 100%;overflow: hidden;}
.news .xdqList .pic img{display: block;width: 100%;transition: .5s;}
.news .xdqList .cont{display: block;width: 100%;height: 166px;box-sizing: border-box;padding: 25px 14px 35px;border: 1px solid #e9e9e9;border-top: 0;transition: .5s;}
.news .xdqList .cont .title{font-size: 16px;color: #000;line-height: 26px;font-weight: bold;text-align: justify;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;transition: .5s;}
.news .xdqList .cont .desc{font-size: 14px;color: #939090;line-height: 22px;text-align: justify;margin-top: 11px;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;}
.news .xdqList:hover .pic img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
.news .xdqList:hover .cont{border-color: #d6e8ff;box-shadow: 0px 5px 10px #eff2fc;}
.news .xdqList:hover .title{color: #0e73f1;}

.news .xdqList:nth-child(n){animation-delay: 0.2s;}
.news .xdqList:nth-child(2n){animation-delay: 0.4s;}
.news .xdqList:nth-child(3n){animation-delay: 0.6s;}



/* 项目路演 */
.xmly{width: 100%;overflow: hidden;}

.xmly .n-titBox{margin-bottom: 30px;}

.xmly .lyNav{width: 100%;box-sizing: border-box;border: 1px solid #e9e9e9;padding: 30px 35px;margin-bottom: 35px;}
.xmly .lyNav h2{font-size: 22px;color: #000;margin-bottom: 15px;}
.xmly .lyNav .lyN{width: 100%;margin-bottom: 30px;}
.xmly .lyNav .lyN a{display: block;float: left;font-size: 16px;color: #000;line-height: 28px;margin-right: 30px;transition: .5s;}
.xmly .lyNav .lyN a:hover{color: #0e73f1;}
.xmly .lyNav .lyN a.active{color: #0e73f1;}
.xmly .lyNav .lyN:last-child{margin-bottom: 0;}

.xmly .xdqList{width: 32.5%;margin: 0 1.25% 26px 0;float: left;  animation-name: fadeInUp;animation-duration: 1.2s;}
.xmly .xdqList:nth-child(3n){margin-right: 0;}
.xmly .xdqList .pic{display: block;width: 100%;overflow: hidden;/* background: #000; */position: relative;}
.xmly .xdqList .pic img{display: block;width: 100%;transition: .5s;}
.xmly .xdqList .shade{display: block;background: rgba(0,0,0,.6);position: absolute;top: 0;left: 0;right: 0;bottom: 230px;transition: .8s;}
.xmly .xdqList .shade img{display: block;width: 65px;margin: 0 auto;position: absolute;top: 300px;margin-top: -32.5px;left: 0;right: 0;transition: .8s;}
.xmly .xdqList .cont{display: block;width: 100%;height: 166px;box-sizing: border-box;padding: 25px 14px 35px;border: 1px solid #e9e9e9;border-top: 0;transition: .5s;}
.xmly .xdqList .cont .title{font-size: 16px;color: #000;line-height: 26px;font-weight: bold;text-align: justify;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;transition: .5s;}
.xmly .xdqList .cont .desc{font-size: 14px;color: #939090;line-height: 22px;text-align: justify;margin-top: 11px;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;}
.xmly .xdqList:hover .pic img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
.xmly .xdqList:hover .shade{bottom: 0;}
.xmly .xdqList:hover .shade img{top: 50%;}
.xmly .xdqList:hover .cont{border-color: #d6e8ff;box-shadow: 0px 5px 10px #eff2fc;}
.xmly .xdqList:hover .title{color: #0e73f1;}

.xmly .xdqList:nth-child(n){animation-delay: 0.2s;}
.xmly .xdqList:nth-child(2n){animation-delay: 0.4s;}
.xmly .xdqList:nth-child(3n){animation-delay: 0.6s;}



/* 友情链接 */
.partner{width: 100%;overflow: hidden;}

.partner .n-titBox{margin-bottom: 65px;}

.partner .ptPic{width: 26.625%;float: left;overflow: hidden;}
.partner .ptPic img{display: block;width: 100%;  animation-name: fadeInLeft;animation-delay: 0.3s;animation-duration: 1.2s;transition: .5s;}
.partner .ptPic:hover img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}

.partner .ptBody{width: 68.4375%;float: right;padding-top: 40px;}

.partner .ptBody .ptList{display: block;width: 23.95%;margin: 0 1.4% 20px 0;box-sizing: border-box;border: 1px solid #e9e9e9;float: left;height: 109px;line-height: 107px;text-align: center;font-size: 26px;color: #4d4d4d;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;transition: .5s;  animation-name: fadeInUp;animation-delay: 0.3s;animation-duration: 1.2s;}
.partner .ptBody .ptList:nth-child(4n){margin-right: 0;}

.partner .ptBody .ptList:hover{border-color: #d6e8ff;box-shadow: 0px 5px 10px #eff2fc;}

.partner .ptBody .ptList:nth-child(n){animation-delay: 0.3s;}
.partner .ptBody .ptList:nth-child(2n){animation-delay: 0.5s;}
.partner .ptBody .ptList:nth-child(3n){animation-delay: 0.7s;}
.partner .ptBody .ptList:nth-child(4n){animation-delay: 0.8s;}

@media screen and (max-width: 1600px) {
    .partner .ptBody .ptList{width: 32%;margin: 0 2% 20px 0;}
    .partner .ptBody .ptList:nth-child(4n){margin-right: 2%;}
    .partner .ptBody .ptList:nth-child(3n){margin-right: 0;}
}



/* 专业服务 */
.service{width: 100%;overflow: hidden;}

.service .n-titBox{margin-bottom: 65px;}

.service .sList{width: 32%;margin: 0 2% 30px 0;float: left;box-sizing: border-box;padding: 0 4.564% 60px;background: #fff;box-shadow: 20px 10px 30px #eff2fc;  animation-name: fadeInUp;animation-duration: 1.2s;transition: .5s;}
.service .sList:nth-child(3n){margin-right: 0;}
.service .sList .pic{display: block;width: 100%;height: 225px; display: -webkit-flex;display: flex;-webkit-align-items: center;align-items: center;-webkit-flex-wrap: wrap;overflow: hidden;;}
.service .sList .pic img{display: block;max-width: 100%;max-height: 100%;margin: auto;}
.service .sList .tit{display: block;width: 100%;font-size: 28px;color: #2c2c2c;text-align: center;line-height: 40px;margin-top: 20px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.service .sList .desc{width: 100%;height: 50px;font-size: 16px;color: #9da3c7;text-align: center;line-height: 25px;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;margin-top: 15px;}
.service .sList .more{display: block;width: 180px;height: 52px;box-sizing: border-box;border: 1px solid #0c7bff;text-align: center;line-height: 50px;font-size: 20px;color: #0e74f1;margin: 40px auto 0;border-radius: 50px;transition: .5s;}

.service .sList:hover{-webkit-transform: translateY(-10px);-moz-transform: translateY(-10px);-ms-transform: translateY(-10px);-o-transform: translateY(-10px);transform: translateY(-10px);}
.service .sList:hover .more{background: #0e74f1;color: #fff;}

.service .sList:nth-child(n){animation-delay: 0.3s;}
.service .sList:nth-child(2n){animation-delay: 0.4s;}
.service .sList:nth-child(3n){animation-delay: 0.5s;}


.service1{width: 100%;overflow: hidden;}

.service1 .n-titBox{margin-bottom: 65px;}

.service1 .sList{width: 46%;margin: 0 2% 30px 2%;float: left;box-sizing: border-box;padding: 0 4.564% 60px;background: #fff;box-shadow: 0px 10px 30px #eff2fc;  animation-name: fadeInUp;animation-duration: 1.2s;transition: .5s;}
/* .service1 .sList:nth-child(2n){margin-right: 0;} */
.service1 .sList .pic{display: block;width: 100%;height: 225px; display: -webkit-flex;display: flex;-webkit-align-items: center;align-items: center;-webkit-flex-wrap: wrap;overflow: hidden;;}
.service1 .sList .pic img{display: block;max-width: 100%;max-height: 100%;margin: auto;}
.service1 .sList .tit{display: block;width: 100%;font-size: 28px;color: #2c2c2c;text-align: center;line-height: 40px;margin-top: 20px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.service1 .sList .desc{width: 100%;height: 50px;font-size: 16px;color: #9da3c7;text-align: center;line-height: 25px;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;margin-top: 15px;}
.service1 .sList .more{display: block;width: 180px;height: 52px;box-sizing: border-box;border: 1px solid #0c7bff;text-align: center;line-height: 50px;font-size: 20px;color: #0e74f1;margin: 40px auto 0;border-radius: 50px;transition: .5s;}

.service1 .sList:nth-child(n){animation-delay: 0.3s;}
.service1 .sList:nth-child(2n){animation-delay: 0.4s;}

.service1 .sList:hover{-webkit-transform: translateY(-10px);-moz-transform: translateY(-10px);-ms-transform: translateY(-10px);-o-transform: translateY(-10px);transform: translateY(-10px);}
.service1 .sList:hover .more{background: #0e74f1;color: #fff;}


@media screen and (max-width: 1600px) {
    .service .sList{width: 49%;margin-right: 2%;}
    .service .sList:nth-child(3n){margin-right: 2%;}
    .service .sList:nth-child(2n){margin-right: 0;}
}



/* 联系我们 */
.lxMap{width: 100%;height: 521px;overflow: hidden;}

.contact{width: 100%;overflow: hidden;}

.contact .n-titBox{margin-bottom: 65px;}

.contact .lxBody{box-shadow: 0px 5px 20px #eff2fc;margin-bottom: 10px;box-sizing: border-box;padding: 0 0 50px;overflow: hidden;}
.contact .lxBody .lxL{width: 50%;box-sizing: border-box;border-right: 1px solid #ededed;padding: 0 2.5%;margin: auto 0;  animation-name: fadeInLeft;animation-delay: 0.4s;animation-duration: 1.5s;}
.contact .lxBody .lxL h2{font-size: 1.5625vw;color: #000;line-height: 40px;margin-bottom: 20px;}
.contact .lxBody .lxL .lxItem{width: 100%;line-height: 30px;}
.contact .lxBody .lxL .lxItem span{display: block;width: 60px;font-size: 18px;color: #000;float: left;}
.contact .lxBody .lxL .lxItem p{display: block;width: calc(100% - 60px);font-size: 18px;color: #000;float: right;}
.contact .lxBody .lxL .lxItem b{display: block;width: calc(100% - 60px);font-size: 28px;color: #0a83ff;float: right;font-family: 'Impact';}
.contact .lxBody .lxR{width: 50%;box-sizing: border-box;padding: 0 2.5%;margin: auto 0;  animation-name: fadeInRight;animation-delay: 0.6s;animation-duration: 1.5s;}
.contact .lxBody .lxR .gj{width: 100%;}
.contact .lxBody .lxR .gj img{display: block;width: 66px;float: left;}
.contact .lxBody .lxR .gj .text{width: calc(100% - 82px);float: right;}
.contact .lxBody .lxR .gj .text b{display: block;font-size: 24px;color: #a5beea;line-height: 35px;}
.contact .lxBody .lxR .gj .text p{font-size: 18px;color: #000;line-height: 30px;}

@media screen and (max-width: 1600px) {
    .contact .lxBody .lxL h2{font-size: 24px;}
}



/* 孵化服务 */
.f-service{width: 100%;overflow: hidden;}

.f-service .n-titBox{margin-bottom: 65px;}

.f-service .sList{width: 24.1%;margin: 0 1.2% 35px 0;float: left;box-sizing: border-box;padding: 0 4.564% 60px;background: #fff;box-shadow: 30px 10px 40px #eff2fc;  animation-name: fadeInUp;animation-duration: 1.2s;transition: .5s;}
.f-service .sList:nth-child(4n){margin-right: 0;}
.f-service .sList .pic{display: block;width: 100%;height: 225px; display: -webkit-flex;display: flex;-webkit-align-items: center;align-items: center;-webkit-flex-wrap: wrap;overflow: hidden;;}
.f-service .sList .pic img{display: block;max-width: 100%;max-height: 100%;margin: auto;}
.f-service .sList .tit{display: block;width: 100%;font-size: 28px;color: #2c2c2c;text-align: center;line-height: 40px;margin-top: 20px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.f-service .sList .desc{width: 100%;height: 50px;font-size: 16px;color: #9da3c7;text-align: center;line-height: 25px;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;margin-top: 15px;}
.f-service .sList .more{display: block;width: 180px;height: 52px;box-sizing: border-box;border: 1px solid #0c7bff;text-align: center;line-height: 50px;font-size: 20px;color: #0e74f1;margin: 40px auto 0;border-radius: 50px;transition: .5s;}

.f-service .sList:hover{-webkit-transform: translateY(-10px);-moz-transform: translateY(-10px);-ms-transform: translateY(-10px);-o-transform: translateY(-10px);transform: translateY(-10px);}
.f-service .sList:hover .more{background: #0e74f1;color: #fff;}

.f-service .sList:nth-child(n){animation-delay: 0.3s;}
.f-service .sList:nth-child(2n){animation-delay: 0.4s;}
.f-service .sList:nth-child(3n){animation-delay: 0.5s;}
.f-service .sList:nth-child(4n){animation-delay: 0.6s;}

@media screen and (max-width: 1440px) {
    .f-service .sList{width: 46%;margin: 0 2% 35px;}
    .f-service .sList:nth-child(4n){margin-right: 2%;}
}



/* 科技资源 */
.retrieve{width: 100%;height: 172px;background: url(../img/bj_kjzy.jpg) center center no-repeat;}
.retrieve .wrapper{height: 100%;display: -webkit-flex;display: flex;-webkit-justify-content: space-between;justify-content: space-between;flex-wrap: wrap;overflow: hidden;}
.retrieve h1{font-size: 42px;color: #fff;margin: auto 0;font-weight: 400;letter-spacing: 2px;  animation-name: fadeInUp;animation-delay: 0.3s;animation-duration: 1s;}
.retrieve .ret-form{width: calc(100% - 220px);margin: auto 0;float: right;  animation-name: fadeInUp;animation-delay: 0.4s;animation-duration: 1.5s;}
.retrieve .ret-form .sel1{display: block;width: 290px;height: 58px;border: 0;float: left;box-sizing: border-box;border-radius: 3px;/* background: #fff; */margin: 5px 15px 5px 0;outline: none;padding: 0 25px;font-size: 18px;color: #8f8383;line-height: 58px;appearance: none;-webkit-appearance: none;-moz-appearance: none;background: url(../img/bj_sj.png) center right no-repeat #fff;}
.retrieve .ret-form .ret-inp{display: block;width: 345px;height: 58px;background: #fff;box-sizing: border-box;border: 0;border-radius: 3px;margin: 5px 3px 5px 0;float: left;padding: 0 25px;font-size: 18px;color: #8f8383;line-height: 58px;}
.retrieve .ret-form .ret-btn{display: block;width: 100px;height: 58px;box-sizing: border-box;border: 0;font-size: 22px;color: #fff;font-weight: 400;letter-spacing: 2px;text-align: center;line-height: 58px;border-radius: 3px;margin: 5px 0;float: left;background: #0691ff;background: -webkit-linear-gradient(left, #0c7bff , #00a8ff);background: -o-linear-gradient(right, #0c7bff, #00a8ff);background: -moz-linear-gradient(right, #0c7bff, #00a8ff);background: linear-gradient(to right, #0c7bff , #00a8ff);}

.resources{width: 100%;overflow: hidden;}

.resources .resHead{width: 100%;border: 0;background: #3971f7;background: -webkit-linear-gradient(left, #6057fe , #158af1);background: -o-linear-gradient(right, #6057fe, #158af1);background: -moz-linear-gradient(right, #6057fe, #158af1);background: linear-gradient(to right, #6057fe , #158af1);text-align: center;margin-bottom: 10px;  animation-name: fadeInUp;animation-delay: 0.5s;animation-duration: 1.2s;}
.resources .resHead .t1{width: 17%;}
.resources .resHead .t2{width: 15%;}
.resources .resHead .t3{width: 9%;}
.resources .resHead .t4{width: 14%;}
.resources .resHead tr{border: 0;}
.resources .resHead td{padding: 15px 0;line-height: 30px;font-size: 22px;color: #fff;border: 0;}

.resources .reslb{border: 1px solid #ededed;border-collapse:collapse;text-align: center;width: 100%;  animation-name: fadeInUp;animation-delay: 0.6s;animation-duration: 1.5s;}
.resources .reslb .t1{width: 17%;}
.resources .reslb .t2{width: 15%;}
.resources .reslb .t3{width: 9%;}
.resources .reslb .t4{width: 14%;}
.resources .reslb td{padding: 15px 8px;line-height: 30px;font-size: 18px;color: #212121;}



/* 个人中心 */
.n-left .slideH1{height: 178px;padding: 45px 30px;}
.n-left .slideH1 .sbt{font-size: 26px;color: #fff;}
.n-left .slideH1 .sbt img{display: inline-block;vertical-align: middle;margin-right: 10px;}
.n-left .slideH1 .sbt span{display: inline-block;vertical-align: middle;}
.n-left .slideH1 .sphone{font-size: 36px;}

.n-left .slideB1{background: #f6f7fd;}
.n-left .slideB1 a{border-bottom: 0;padding: 0 18px;}
.n-left .slideB1 a span{display: block;width: 100%;height: 100%;box-sizing: border-box;border-bottom: 1px solid #ddd;padding: 0 25px 0 15px;}
.n-left .slideB1 a em{right: 30px;}
.n-left .slideB1 a:hover{background: #fff;}
.n-left .slideB1 a:hover span{border-color: transparent;}



/* 基本信息 */
.basic{width: 100%;box-sizing: border-box;border: 1px solid #ededed;padding: 100px 4.149%;  animation-name: fadeInUp;animation-delay: 0.5s;animation-duration: 1.5s;}

.basic .bCont{width: 580px;float: left;margin: 0 15px 15px 0;}
.basic .bCont .b-inp{display: block;width: 100%;height: 76px;box-sizing: border-box;border: 1px solid #c5c9e0;padding: 0 30px;margin-bottom: 15px;font-size: 22px;color: #a3a9cb;line-height: 74px;}
.basic .bCont .b1{display: block;width: 100%;height: 76px;box-sizing: border-box;border: 1px solid #c5c9e0;margin-bottom: 15px;}
.basic .bCont .b-yzm{display: block;width: 405px;box-sizing: border-box;border: 0;height: 100%;line-height: 74px;padding: 0 30px;font-size: 22px;color: #a3a9cb;line-height: 74px;float: left;}
.basic .bCont .b-fs{display: block;width: 173px;height: 50px;float: right;box-sizing: border-box;border-left: 1px solid #dfe2f0;text-align: center;line-height: 50px;margin-top: 12px;font-size: 26px;color: #00bccc;}

.basic .bcr{float: left;width: 285px;}
.basic .b-btn{width: 285px;height: 76px;display: block;border: 0;text-align: center;line-height: 76px;font-size: 26px;color: #fff;font-weight: 400;background: #0691ff;background: -webkit-linear-gradient(left, #0c7bff , #00a8ff);background: -o-linear-gradient(right, #0c7bff, #00a8ff);background: -moz-linear-gradient(right, #0c7bff, #00a8ff);background: linear-gradient(to right, #0c7bff , #00a8ff);margin-bottom: 15px;}
.basic .hint b{font-size: 22px;color: #b3000b;display: block;font-weight: 400;}
.basic .hint p{font-size: 16px;color: #999;text-align: justify;line-height: 25px;margin-top: 5px;}



/* 技术交易展示 */
.science{width: 100%;box-sizing: border-box;border: 1px solid #ededed;padding: 60px 0 0;  animation-name: fadeInUp;animation-delay: 0.5s;animation-duration: 1.5s;}

.science h3{font-size: 28px;color: #0e73f1;line-height: 40px;margin-bottom: 18px;}


.science .sci-form{width: 100%;box-sizing: border-box;padding: 0 30px;margin-bottom: 35px;}
/* .science .sci-form h3{font-size: 28px;color: #0e73f1;line-height: 40px;margin-bottom: 18px;} */
.science .sci-form .sci-inp{display: block;/* width: 590px; */width: calc(100% - 542px);height: 76px;box-sizing: border-box;border: 1px solid #c5c9e0;margin-right: 15px;padding: 0 25px;font-size: 22px;color: #a3a9cb;float: left;}
.science .sci-form .sci-inp::-webkit-input-placeholder{color: #a3a9cb;}
.science .sci-form .sci-inp::-moz-placeholder{color: #a3a9cb;}
.science .sci-form .sci-inp:-moz-placeholder{color: #a3a9cb;}
.science .sci-form .sci-sel{display: block;width: 320px;height: 76px;box-sizing: border-box;border: 1px solid #c5c9e0;float: left;margin-right: 15px;padding: 0 25px;font-size: 22px;color: #a3a9cb;outline: none;}
.science .sci-form .sci-sel::-webkit-input-placeholder{color: #a3a9cb;}
.science .sci-form .sci-sel::-moz-placeholder{color: #a3a9cb;}
.science .sci-form .sci-sel:-moz-placeholder{color: #a3a9cb;}
.science .sci-form .sci-btn{width: 192px;height: 76px;display: block;border: 0;text-align: center;line-height: 76px;font-size: 26px;color: #fff;font-weight: 400;background: #0691ff;background: -webkit-linear-gradient(left, #0c7bff , #00a8ff);background: -o-linear-gradient(right, #0c7bff, #00a8ff);background: -moz-linear-gradient(right, #0c7bff, #00a8ff);background: linear-gradient(to right, #0c7bff , #00a8ff);float: left;}

.science .sci-body{width: 100%;}
.science .sci-body h3{box-sizing: border-box;padding: 0 30px;}
.science .sci-body .ntB1{width: 100%;border-collapse:collapse;border: 0;}
.science .sci-body .ntB1 th{border: 0;font-size: 24px;color: #000;}
.science .sci-body .ntB1 tr{border-bottom: 1px solid #ededed;}
.science .sci-body .ntB1 td{border: 0;padding: 16px;line-height: 30px;text-align: center;font-size: 20px;color: #212121;}
.science .sci-body .ntB1 .th{background: #f6f6f6;line-height: 75px;height: 75px;width: 100%;border: 0;text-align: center;}
.science .sci-body .ntB1 .t1{width: 20%;}
.science .sci-body .ntB1 .t2{width: 42%;text-align: left;}
.science .sci-body .ntB1 .t3{width: 15%;}
.science .sci-body .ntB1 .t4{width: 23%;}
.science .sci-body .ntB1 tr:hover{background: #f8f8f8;}

@media screen and (max-width: 1600px) {
    .science .sci-form .sci-inp{width: 527px;margin-bottom: 15px;}
}



/* 登陆 */
.fhHome{display: block;width: 130px;height: 48px;background: #fff;border-radius: 5px;text-align: center;line-height: 48px;font-size: 18px;color: #0c7cff;margin: auto 0;transition: .5s; animation-name: fadeInRight;animation-delay: 0.2s;animation-duration: 1s;}
.fhHome:hover{background: #0c7cff;color: #fff;}

.register{width: 100%;min-width: 1200px;overflow: hidden;}

.register .regPic{width: 56%;min-height: 782px;overflow: hidden;box-sizing: border-box;float: left; animation-name: fadeInLeft;animation-delay: 0.2s;animation-duration: 1.5s;}
.register .regPic img{display: block;height: 100%;}

.register .regForm{width: 44%;min-height: 782px;box-sizing: border-box;border: 10px solid #f3f4f8;float: right;display: -webkit-flex;display: flex;-webkit-justify-content: space-between;justify-content: space-between;padding: 65px 5.989%;background: url(../img/bj_dl.jpg) center right no-repeat;background-size:  100% 100%; animation-name: fadeInRight;animation-delay: 0.4s;animation-duration: 1.5s;}
.register .regForm .r-Wrap{width: 100%;margin: auto;}
.register .regForm .r-Wrap h1{font-size: 40px;color: #006cf1;font-weight: 400;margin-bottom: 50px;}
.register .regForm .r-Wrap .reg-inp{display: block;width: 100%;height: 77px;box-sizing: border-box;border: 1px solid #c5c9e0;padding: 0 30px;font-size: 22px;color: #a3a9cb;line-height: 75px;margin-bottom: 15px;}
.register .regForm .r-Wrap .reg-inp::-webkit-input-placeholder{color: #a3a9cb;}
.register .regForm .r-Wrap .reg-inp::-moz-placeholder{color: #a3a9cb;}
.register .regForm .r-Wrap .reg-inp:-moz-placeholder{color: #a3a9cb;}
.register .regForm .r-Wrap .reg-lab{display: block;width: 100%;font-size: 22px;color: #999999;line-height: 35px;margin: 25px 0;}
.register .regForm .r-Wrap .reg-lab a{font-size: 22px;color: #1d6efe;}
.register .regForm .r-Wrap .reg-btn{display: block;width: 49%;margin-right: 2%;height: 77px;box-sizing: border-box;border: 1px solid #0d7aff;color: #0d7aff;font-size: 26px;font-weight: 400;text-align: center;line-height: 75px;float: left;transition: .5s;}
.register .regForm .r-Wrap .reg-btn:nth-child(2){margin-right: 0;}
.register .regForm .r-Wrap .reg-btn.active{background: #0691ff;background: -webkit-linear-gradient(left, #0c7bff , #00a8ff);background: -o-linear-gradient(right, #0c7bff, #00a8ff);background: -moz-linear-gradient(right, #0c7bff, #00a8ff);background: linear-gradient(to right, #0c7bff , #00a8ff);float: left;color: #fff;}
.register .regForm .r-Wrap .reg-forget{display: block;float: right;font-size: 22px;color: #000;border-bottom: 1px solid #000;margin-top: 35px;}

@media screen and (max-width: 1440px) {
    .register .regPic{width: calc(100% - 665px);}
    .register .regForm{width: 665px;}
}



/* 注册 */
.register1{}
.register1 .regPic{min-height: 914px;}
.register1 .regForm{min-height: 914px;}

.register .regForm .reg-a{display: block;width: 50%;font-size: 1.5625vw;color: #2e2e2e;float: left;text-align: center;margin-bottom: 30px;line-height: 55px;font-weight: bold;transition: .5s;}
.register .regForm .reg-a:hover{color: #006cf1;}
.register .regForm .reg-a.active{font-size: 2.083vw;color: #006cf1;}

.register .regForm .b1{display: block;width: 100%;height: 77px;box-sizing: border-box;border: 1px solid #c5c9e0;margin-bottom: 15px;}
.register .regForm .b-yzm{display: block;width: calc(100% - 173px);box-sizing: border-box;border: 0;height: 100%;line-height: 75px;padding: 0 30px;font-size: 22px;color: #a3a9cb;line-height: 74px;float: left;}
.register .regForm .b-yzm::-webkit-input-placeholder{color: #a3a9cb;}
.register .regForm .b-yzm::-moz-placeholder{color: #a3a9cb;}
.register .regForm .b-yzm:-moz-placeholder{color: #a3a9cb;}
.register .regForm .b-fs{display: block;width: 173px;height: 50px;float: right;box-sizing: border-box;border-left: 1px solid #dfe2f0;text-align: center;line-height: 50px;margin-top: 12px;font-size: 26px;color: #00bccc;}

@media screen and (max-width: 1360px) {
    .register .regForm .reg-a{font-size: 20px;line-height: 35px;}
    .register .regForm .reg-a.active{font-size: 27px;}
}


/* 投诉建议 */
/* .suggest{width: 1000px;margin: 0 auto;padding: 0 0 100px;} */

.suggest .n-titBox{margin-bottom: 65px;}

.suggest{width: 1000px;margin: 0 auto;}
.suggest form{display: block;width: 100%;}
.suggest .sug-inp{display: block;width: 100%;height: 77px;box-sizing: border-box;border: 1px solid #c5c9e0;margin-bottom: 15px;padding: 0 30px;font-size: 22px;color: #a3a9cb;line-height: 75px; animation-name: fadeInUp;animation-delay: 0.4s;animation-duration: 1.5s;}
.suggest .sug-inp::-webkit-input-placeholder{color: #a3a9cb;}
.suggest .sug-inp::-moz-placeholder{color: #a3a9cb;}
.suggest .sug-inp:-moz-placeholder{color: #a3a9cb;}
.suggest .sug-text{display: block;width: 100%;height: 220px;box-sizing: border-box;border: 1px solid #c5c9e0;padding: 30px;font-size: 22px;color: #a3a9cb;line-height: 35px;text-align: justify;outline: none;resize: none; animation-name: fadeInUp;animation-delay: 0.5s;animation-duration: 1.5s;}
.suggest .sug-text::-webkit-input-placeholder{color: #a3a9cb;}
.suggest .sug-text::-moz-placeholder{color: #a3a9cb;}
.suggest .sug-text:-moz-placeholder{color: #a3a9cb;}
.suggest .sug-btn{display: block;width: 50%;height: 75px;box-sizing: border-box;margin: 55px auto 0;border: 0;background: #0691ff;background: -webkit-linear-gradient(left, #0c7bff , #00a8ff);background: -o-linear-gradient(right, #0c7bff, #00a8ff);background: -moz-linear-gradient(right, #0c7bff, #00a8ff);background: linear-gradient(to right, #0c7bff , #00a8ff);font-size: 26px;color: #fff;text-align: center;line-height: 75px;font-weight: 400; animation-name: fadeInUp;animation-delay: 0.5s;animation-duration: 1.5s;}



/* 内容页 */
.content{width: 100%;overflow: hidden;}

.content .n-titBox{margin-bottom: 65px;}

.content .c-bt{font-size: 20px;text-align: center;color: #444;line-height: 35px;margin-bottom: 30px; animation-name: fadeInUp;animation-delay: 0.3s;animation-duration: 1.2s;}

.content article{font-size: 16px;color: #727272;line-height: 30px;text-align: justify; animation-name: fadeInUp;animation-delay: 0.4s;animation-duration: 1.5s;}
.content article img{max-width: 100%;}
.content article iframe{display: block;width: 600px;height: 450px;margin: 0 auto;overflow: hidden;}


.float_wind{display: block;width: 250px;position: fixed;right: 10px;top: 50%;z-index: 99;}
.float_wind img.fc{display: block;width: 100%;}
.float_wind img.gb{display: block;width: 30px;height: 30px;position: absolute;top: 5px;right: 5px;cursor: pointer;}
















/*效果  hover滑动效果*/
/* animation-name:fadeInUp;animation-delay: 0.1s; */
.y{box-shadow: 5px 5px 10px #535c8c;-webkit-transform: translateY(-10px);-moz-transform: translateY(-10px);-ms-transform: translateY(-10px);-o-transform: translateY(-10px);transform: translateY(-10px);}
.r{transform:rotate(-5deg);-ms-transform:rotate(-5deg);-webkit-transform:rotate(-5deg);box-shadow: 5px 5px 10px #888;}
