﻿@charset "utf-8";
/*背景*/
.headerBg{
	position: relative;
	width: 100%;
	height: 450px;
	background-image: url(../Images/Home/topBG.png);
}
/*轮播图 开始*/
.main_banner_big{
    position: absolute;
    top: 150px;
    left: 50%;
    margin-left: -600px;
}
.main_banner{width:100%; height:400px; }
.main_banner_wrap{
    width:1200px; height:400px; position:relative;  
    margin:0 auto; overflow:hidden;  
}

@-webkit-keyframes roll {
    from{-webkit-transform:rotate(120deg);opacity:0;}
    to{-webkit-transform:rotate(0deg);opacity:0.8;}     
}
@keyframes roll {
    from{transform:rotate(120deg);opacity:0;}
    to{transform:rotate(0deg);opacity:0.8;}     
}
.banner_btn{    /*a 标签 按钮*/
        width:255px; height:240px; position:absolute; 
        display:block; z-index:9; top:20px;
}
.btn_next{right:20px;}
.btn_next span{background-position:-50px 0;}
.main_banner_box:hover .banner_btn_arrow{opacity:0.6;}
.btn_next span i{background-position:-50px 0;}
.banner_btn:hover i{
        -webkit-animation:arrow 0.5s infinite alternate ease-in-out;
        -moz-animation:arrow 0.5s infinite alternate ease-in-out;
}
@-webkit-keyframes arrow{
    from{-webkit-transform:scale(1); opacity:1;}
    to{-webkit-transform:scale(1.5); opacity:0.2;}
}
@-moz-keyframes arrow{
    from{-moz-transform:scale(1); opacity:1;}
    to{-moz-transform:scale(1.5); opacity:0.2;}
}
.main_banner_box{
    width:1200px; height:280px;  position:relative; z-index:0;
    /*-webkit-倒影样式*/
    /*-webkit-box-reflect:below 0 -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,.2) 100%);*/
}
.main_banner li{
        position:absolute; overflow:hidden;
       /* box-shadow:0 4px 8px rgba(0, 0, 0, 0.15);       */
}
/*给每张图片初始设置不同宽高，层级，位置*/
.main_banner li#imgCard0{
        width:800px; height:380px; z-index:5;
        left:200px; top:0px; opacity:1; 
        border-radius: 10px;
}
.main_banner li#imgCard1{
        width:580px; height:340px; z-index:1; 
        left:600px; top:20px; opacity:1; 
        border-radius: 10px;
}
.main_banner li#imgCard2{/*初始在背后，透明度为0*/
        width:450px; height:180px; z-index:1;
        left:0px; top:60px; opacity:0; 
        border-radius: 10px;
}
.main_banner li#imgCard3{/*初始在背后，透明度为0*/
        width:450px; height:180px; z-index:1;
        left:0px; top:60px; opacity:0; 
        border-radius: 10px;
}
.main_banner li#imgCard4{
        width:580px; height:340px; z-index:2; 
        left:0px; top:20px; opacity:1; 
        border-radius: 10px;
}
.main_banner li#imgCard5{
        width:580px; height:340px; z-index:2; 
        left:0px; top:20px; opacity:1; 
        border-radius: 10px;
}
.main_banner li img{width:800px; height:400px;}
.main_banner li span{/*遮罩层*/
       /* width:100%; height:100%; position:absolute; top:0; left:0; 
        z-index:1;opacity:0; filter:alpha(opacity=0);
        color:#fff; font-size:30px; line-height:120px; text-align:center;*/
}
/*指示器按钮*/
.btn_list{text-align:center; position:relative; left:0; top:50px; z-index:10;}
.btn_list span{
        width:60px; height:8px; display:inline-block; margin:15px 5px;
        border:1px solid #c2c2c2;  cursor:pointer;
}
.btn_list span.curr{background:#c2c2c2;}
/*轮播图 结束*/
/*主要内容*/
.MainContent{
    width: 1200px;
    margin: auto;
}
/*搜索*/
.search_box{
    width: 40%;
    margin: auto;
    margin-top: 140px;
    position: relative;
}
.input_box_big{
    position: relative;
    width: 100%;
    height: 83px;
}
.input_box{
    float: left;
    width: 87%; 
    height: 50px;
}
.input_box > input{
    float: left;
    width: 100%;
    height: 50px;
    background-color: #ececec;
    padding-left: 24%;
    font-size: 14px;
    color: #333;
    border-radius: 4px 0 0 4px;
}
.input_btn{
    float: right;
    width: 13%;
    height: 50px;
    background-color: #ea6161;
    background-image: url(../Images/Home/search.png);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px;
}
.category_p{
    position: absolute;
    width: 20%;
    height: 50px;
    font-size: 16px;
    color: #333;
    line-height: 50px;
    text-align: center;
    background-image: url(../Images/Home/Down.png);
    background-repeat: no-repeat;
    background-position-x: 80%;
    background-position-y:center;
    cursor:pointer;
}
.input_bg{
    position: absolute;
    width: 80%;
    height: 33px;
    background-image: url(../Images/Home/input_bg.png);
    top: 50px;
    left: 20px;
    background-size: 100% 100%;
}
.category{
  position: absolute;
  width: 100%;
  top: 70px;
  z-index: 30;
}
.category1{
    display: none;
}
.category2{
    display:block;
}
.category > li{
    display: inline-block;
    width: 12%;
    height: 30px;
    background-color: #e8e8e8;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.06);
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    margin-right: 30px;
    cursor:pointer;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
}
.category > li:hover{
    border: 1px solid #cdcdcd;
}
.category > .on{
     border: 1px solid #ea6161;
    background-color: #ea6161;
    color: #fff;
}
.input_bg {
    position: absolute;
    width: 80%;
    height: 16px;
    background-image: url(../Images/Home/input_bg.png);
    top: 50px;
    left: 20px;
    background-size: 100% 100%;
}
.input_box_big {
    position: relative;
    width: 100%;
    height: 73px;
}

/*产品云*/
/*产品标题*/
.product_box_wrap{
    width: 63%;
    margin: auto;
}
.product_title_box {
    display: block;
    margin-top: 0px;
    margin-bottom: 26px;
}
.product_title_box2{
    margin-bottom: 30px;
}
.product_title_box3 {
    display: block;
    margin-top: 0px;
    margin-bottom: 10px;
}
.product_title{
    font-size: 30px;
    color: #333;
    padding-left: 20px;
    background-image: url(../Images/Home/title.png);
    font-weight: 500;
    background-repeat: no-repeat;
    background-position-y:9px;
}
.product_title > span{
    font-size: 14px;
    color: #666666;
    margin-left: 15px;
    text-transform:uppercase;
     font-weight: normal;
     font-weight:700;
}
/*小切换标题*/
.clear {
    clear: both;
}
.menus {
    margin-bottom: 50px;
}
.menus ul {
    position: relative;
    float: left;
}
.menus li {
    float: left;
    width: 110px;
    text-align: center;
}
.menus li a{
    display: block;
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
     -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #666;
    font-size: 18px;
}
.menus li :hover{
    color: #f14b4b
}
.menus li:nth-child(2) {
    color: #666;
}
.menus .bg {
    width: 110px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    border-bottom: 4px solid #f14b4b;
    z-index: -1;
    -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #666;
}
.menus01 {
    margin-bottom: 50px;
}
.menus01 ul {
    position: relative;
    float: left;
}
.menus01 li {
    float: left;
    width: 110px;
    text-align: center;
}
.menus01 li{
    display: block;
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
     -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #666;
    font-size: 16px;
}
.menus01 li:hover{
    color: #ffffff;
}
.menus01 .bg1{ 
width: 110px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    background: #f14b4b;
    z-index: -1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #ffffff;
 }
.menus02 {
    margin-bottom: 40px;
}
.menus02 ul {
    position: relative;
    float: left;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    overflow: hidden;
    border:1px solid #e5e5e5;
}
.menus02 li {
    float: left;
    display: block;
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
     -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #333;
    font-size: 14px;
    font-weight: bold;
}
.menus02 li:hover{
    color: #ffffff;
}
.menus02 .bg2{ 
    width: 110px;
    height: 42px;
    position: absolute;
    left: 0;
    top: 0px;
    background: #f14b4b;
    z-index: -1;
    -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #ffffff;
 }
.tab {
    display: none;
}
.show {
    display: block;
}
.title {
    text-align: center;
    padding: 20px;
    background: #ccc;
}
/*产品内容*/
.product_ctn_box{
    overflow: hidden;
}
.product_ctn_box > dd{
    position: relative;
    float: left;
    width: 22.6%;
    height: 173px;
    border: 1px solid #d7d7d7;
    margin: 0 1.5%;
    margin-left: 1.5%;
    margin-top: 30px;
}
.product_ctn_box > dd:nth-child(1),.product_ctn_box > dd:nth-child(5){
    margin-left: 0;
}
.product_ctn_box > dd:nth-child(4),.product_ctn_box > dd:nth-child(8){
    margin-right: 0;
}
.product_ctn_box > dd > img{
    position: absolute;
    width: 80%;
    height: 80%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.View_details{
    position: absolute;
    display: none;
    width: 100%;
    height: 173px;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5)!important;background-color: #000;filter:Alpha(opacity=50);
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 173px;
}
.product_ctn_box > dd:hover .View_details{
    display: block;
}
/*成果转化*/
.Achievements_box_wrap{
    width: 100%;
    height: 458px;
    background-image: url(../Images/Home/Achievements.jpg);
    padding-top: 23px;
}
.Achievements_ctn_box_big{
    width: 63%;
    margin: auto;
}
/*成果转化切换*/
.Achievements_ctn_box{
    overflow: hidden;
}
.Achievements_left_switch{
    float: left;
    width: 10%;
}
.Achievements_left_switch > li{
    width: 100%;
    height: 75px;
    font-size: 16px;
    color: #666666;
    border:1px solid #e1e1e1;
    border-radius: 4px;
    text-align: center;
    line-height: 75px;
    margin-bottom: 10px;
    background-color: #fff;
    cursor:pointer;

}
.Achievements_left_switch >.on{
    border-right: 4px solid #f14b4b;
}
.Achievements_left_switch > li:hover{
    color:#f14b4b;
}
/*成果转化内容*/
.Achievements_right_ctn{
    float: right;
    width: 88%;
    height: 332px;
    background-color: #fff;
    overflow: hidden;
}
.Achievements_right_ctn > li{
    float: left;
    margin: 30px 1.6%;
    width: 30%;
}
.Achievements_img_box{
    position: relative;
    display: block;
     width: 100%;
    height: 220px;
    border:1px solid #e1e1e1;
    overflow: hidden;
}
.Achievements_img_box > img{
    position: absolute;
   width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.6s;
}
.Achievements_img_box > img:hover{
    transform: scale(1.1);
}
.Achievements_txt{
    display: block;
    width: 298px;
    height: 17;
    font-size: 14px;
    color: #666;
    margin-top: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*科技金融*/
.Finance_box_wrap{
    width: 63%;
    margin: auto;
    padding-top: 50px;
}
.Finance_ctn_box{
    margin-top: 50px;
    height: 324px;
}
.Finance_ctn_box > dd{
    float: left;
    width: 20%;
    height: 324px;
    border:1px solid #e6e6e6;
    transition: all ease 0.5s;
    background-color: #fff;
}
.Finance_ctn_box > dd:hover{
    box-shadow: 0 0 5px 2px #dddddd;
    transform: scale(1.06);
}
.Finance_ctn_title {
    width: 88%;
    height: 26px;
    font-size: 22px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin: auto;
    margin-top: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.Finance_txt_box{
    margin-top: 30px;
}
.Finance_txt_box > p{
    width: 90%;
    height: 20px;
    margin: auto;
    font-size: 14px;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
   margin-bottom: 15px;
}
.Finance_details{
    display: block;
    width: 60%;
    height: 30px;
    border:1px solid #df2f2f;
    font-size: 14px;
    color: #df2f2f;
    text-align: center;
    line-height: 30px;
    margin: auto;
    border-radius: 30px;
    margin-top:35px;
}
/*园区孵化*/
.Park_box_wrap{
    width: 63%;
    margin: auto;
    padding-top: 24px;
}

/*园区孵化轮播图*/
.Park_box_wrap_swiper_img{ float: left; position: relative; width: 100%;height: 370px; float: left; overflow: hidden; }
.swiper-container{  width: 100%; height: 370px; }


.showimg{float: left; display: block; width: 63%; height: 370px; border:0; }

.swiper-button-white{position: absolute;  }
/* .swiper-button-next, .swiper-button-prev{ width: 30px; height: 56px; border:1px solid #ffffff; } */
/* .swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white{ background-size: 16px; }
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white{ background-size: 16px; }
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{ top: 39%; right: -14%;}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{ left: -14%; top: 39%; }
.swiper-button-prev{width: 40px;height: 68px;background-image: url(../Images/Home/right_img.png);background-size: 100%;} */

.gallery .swiper-wrapper .swiper-slide img{ display: block; width: 63%; height: 370px; border:1px solid #ffffff; }

.swiper-button-white{position: absolute;  }
.swiper-button-next, .swiper-button-prev{ width: 30px; height: 56px; border:1px solid #ffffff; }
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white{ background-size: 16px; }
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white{ background-size: 16px; }
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{ bottom: 34px; top:auto; left: auto; right: 48%;}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{ bottom: 34px; top:auto; left: 8%; right: auto;}

.swiper_slt_box {z-index: 10;position: absolute; position: relative; width: 37%; height: 62px; left:32%; bottom: 25%; margin:0 0 0 -228px; overflow: hidden; }
#thumbs .swiper-wrapper .swiper-slide{ width: 100px; height: 60px; }
#thumbs .swiper-wrapper .swiper-slide img{ display: block; width: 100%; height: 58px; border:1px solid #ffffff; }
#thumbs .swiper-wrapper .my-slide-thumb-active img{ border:1px solid #ff0000; }


.Park_box_wrap_swiper_txt{ float: left; width: 37%; height: 370px; background: #8e8e8e; }
.pbwst_box{ margin:50px 40px; }
.pbwst_box h3{height: 28px; font-size: 24px; color: #ffffff; margin-bottom: 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.pbwst_box p{height: 200px; font-size: 14px; line-height: 1.8; color: #ffffff; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 8;overflow: hidden;}



/*<!-- 活动园区 -->*/
.Activity_box_wrap{ overflow: hidden;margin-top: 30px; padding-bottom: 10px;}
.Activity_box_wrap li{ width: 30%; float: left; }
.Activity_box_wrap li+li{ margin-left: 3%; }
.Activity_box_wrap li img{ display: block; width: 100%; height: 220px; }
.Activity_box_wrap li a{display: block;  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 16px; color: #333333; }
.Activity_img_box{margin-bottom:20px;}
.Activity_title{height: 21px;margin-bottom:15px;}
.Activity_box_wrap li a:hover{color: #f14b4b;}
.Activity_box_wrap li p{height: 18px; margin-top: 10px; font-size: 14px; color: #999999;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  }
.Park_title{font-size: 24px;color: #333;}
.Park_title > span{font-size: 24px;color: #666;text-transform: uppercase;font-weight:bold;font-size: 14px; margin-left: 15px;}

/*信息服务*/
.Info_box_wrap{ padding-top: 35px; overflow: hidden; height: 460px;}
.Info_box_wrap .Info_li1 li{ width: 23%; float: left; overflow: hidden;}
.Info_box_wrap .Info_li1 li+li{ margin-left: 16px; }
.Info_cont{ border:1px solid #e5e5e5; border-radius: 5px; -webkit-border-radius: 5px; overflow: hidden;}
.Info_cont img{ display: block; width: 100%;  }
.Info_cont a{height: 123px; display: block; font-size: 16px; color: #333333; overflow: hidden; margin-bottom: 20px;}
.Info_cont a:hover{color: #f14b4b;}
.Info_cont a.line{display: block; line-height: 24px; height: 48px; overflow: hidden;margin-left: 15px;margin-right: 15px; }
.Info_cont p.marb{ margin-top: 40px; padding:20px 0; border-top:1px solid #e5e5e5; overflow: hidden;}
.Info_cont p span{ font-size: 14px;float: right; margin-right: 15px;}
.Info_cont p span.col{ color:#e22020;float: left; margin-left: 15px;}

.Info_li2{width: 100%; overflow: hidden;}
.Info_li2 li{ float: left; width: 21%; height: 182px; overflow: hidden; margin: 0px 14px 28px 14px;}
.Info_li2 li a{ float: left; display: block; width: 100%; height: 182px; position: relative;}
.Info_li2 li a img{width: 100%; height: 100%; float: left; position: absolute;  display: block;  overflow: hidden;   top: 0;left: 0;right: 0;bottom: 0;margin:auto;}
.Info_li2 li:nth-child(4n+1){ margin-left: 0;}
.Info_li2 li:nth-child(4n){ margin-right: 0; }
.project_mask{position: absolute;width: 100%;height: 46px; top: 0;left: 0;right: 0;bottom: 0;margin:auto; background-color: rgba(0,0,0,0.6);font-size: 14px;color: #fff;text-align: center;line-height: 46px;white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding:0 10px;}
.Info_li2 li a:hover .project_mask{display: block;}

.Info_li3 li{ border-bottom: 1px solid #e5e5e5; overflow: hidden; padding:0 0 15px 0; }
.Info_li3 li+li{ padding:15px 0 15px 0;}
.Info_li3 li span.s1{ float: left; font-size: 14px; width: 72px; height: 28px; padding: 0 3px; text-align: center; line-height: 28px; color: #c01d1d; border:1px solid #c01d1d; border-radius: 4px;-webkit-border-radius: 4px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.Info_li3 li span.s2{float: right; font-size: 16px; color: #333333; line-height: 26px; }
.Info_li3 li a{display: block; float: left; max-width: 75%;height: 26px; margin-left: 20px; line-height: 26px; color: #333333; font-size: 16px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.Info_li3 li a:hover{color: #f14b4b;}


.Report_ctn_box{float: left;width: 45%; border-bottom: 1px solid #e3e3e3;padding-bottom: 25px; margin-bottom: 30px;}
.Info_li4 > li:nth-child(1),.Info_li4 > li:nth-child(3){margin-right: 70px;}
.Report_img{ position: relative; float: left;  width: 85px;height: 110px;}
.Report_img > img{position: absolute; width: 85px; top: 0;left: 0;right: 0;bottom: 0; margin:auto;}
.Report_mask {position: absolute; width: 85px;height: 32px;font-size: 14px;color: #fff;text-align: center;line-height: 32px;bottom: 0;background-color: rgba(0,0,0,0.6); }
.Report_txt_box{
    float: left;
    width: 70%;
    margin-left: 5%;
}
.Report_title{display: block;width: 100%;height: 22px; font-size: 16px;color: #181818;
     white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.Report_title:hover{color: #f14b4b;}
.Report_abstract{ float: left; width: 100%;height: 40px; font-size: 14px;width: 100%;color: #666;margin:10px 0 20px 0px;line-height:1.6;overflow: hidden; text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}

.Report_lable{float: left;   width: 100%; font-size: 14px;color: #999;}
.Report_lable > span:nth-child(1){float: left;}
.Report_lable > span:nth-child(2){float: right;}

.knowledge{padding-bottom:20px; border-bottom: 1px solid #e3e3e3; margin-bottom: 20px;}
.knowledge > a{display: block; padding-left: 45px; max-width: 76%; height: 36px; font-size: 16px;color: #181818; line-height: 27px; white-space: nowrap; overflow: hidden;text-overflow: ellipsis; padding-bottom:20px; background-image:url(../Images/Home/kng.png); background-repeat: no-repeat;background-position-y:5px;  }
.knowledge > a:hover{color: #f14b4b;}
.knowledge > dl{overflow: hidden;}
.knowledge > dl > dd{float: left; width: 170px;font-size: 14px;color: #666666;  height: 18px;}

.Info_li6{width: 100%;margin:auto;}
.paly_box{width: 23%; border:1px solid #e3e3e3; float: left; margin:0 6px;}
.paly_img_box{position: relative;display: block; width: 100%; height: 180px;}
.paly_img_box > img{position: absolute; max-width: 100%;  top: 0;left: 0;right: 0;bottom: 0;margin:auto;}
.paly_icon{position: absolute; width: 52px;height: 52px;background-image: url(../Images/Home/paly.png); z-index: 55; top: 0;left: 0;right: 0;bottom: 0; margin:auto;}
.paly_txt{display: block; font-size: 16px;color: #333;width: 90%;height: 48px;line-height: 1.6; margin:20px 20px 30px 20px;overflow: hidden;}
.paly_txt:hover{color: #e22020}
.paly_lable_box{height: 54px;width: 90%;border-top: 1px solid #e3e3e3; margin: auto;}
.paly_lable{ float: left; width: 40%;line-height: 54px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-size: 14px;color: #e22020}
.time{ float: right;line-height: 54px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-size: 14px;}

.Join_us{
	display: block;
	position: fixed;
	width: 239px;
	height: 121px;
	background-image: url(../Images/Home/join2.png);
	top: 56%;
	right: 6.8%;
	z-index: 100;
}
/* 手机端banner 和园区banner*/
.container3{
    max-width: 100%;
    margin: 0 auto;
}

.container3 >#wrap > .hiSlider-wrap >  .hiSlider-pages2{
    display: none;
}
.container4 >#wrap2 > .hiSlider-wrap >  .hiSlider-pages{
    display: none;
}
#wrap{
    width: 100%;
    min-width: 300px;
    margin: 10px 0 0 0;
    background: #fefefe;
}
.hiSlider{
    overflow: hidden;
    height: 450px;
    width: 500px;
    background: #eee;
}
.hiSlider-item{
    position: relative;
    float: left;
    height: 100%;
}
.hiSlider_txt{
    position: absolute;
    width: 100%;
    height: 40px;
    background-color: rgba(0,0,0,.6);
    bottom: 0;
    padding: 0 15px 0 15px;
    font-size: 15px;
    color: #fff;
    line-height: 40px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.hiSlider-item > a{
    display: block;
    width: 100%;
    height: 100%;
}
.hiSlider-pages,
.hiSlider-title{
    position: absolute;
    z-index: 3;
    
}
.hiSlider-pages2,
.hiSlider-title{
    position: absolute;
    z-index: 3;
}
.hiSlider-btn-prev,
.hiSlider-btn-next{
    position: absolute;
    z-index: 5;
    top: 50%;
    height: 30px;
    width: 30px;
    background:  url(../images/hislider-arrow.png) no-repeat;
    margin-top: -15px;
    text-indent: -200px;
    overflow: hidden;
    opacity: .6;
    filter:alpha(opacity:60);
}
.hiSlider-btn-prev{
    left: 10px;
}
.hiSlider-btn-next{
    right: 10px;
    background-position: -30px 0;
}
.hiSlider-btn-prev:hover,
.hiSlider-btn-next:hover{
    opacity: 1;
    filter:alpha(opacity:100);
}
.hiSlider-title{
    bottom: 0;
    width: 100%;
    padding: 6px 0;
    color: #fff;
    text-indent: 10px;
    background: rgba(0,0,0,.6);
    z-index: 2;
    font: 14px/2 "Microsoft YaHei", "Arial", "Tahoma";
    display: none;
}
.hiSlider-pages{
    bottom: 10px;
    right: 35%;
    text-align: right;
}
.hiSlider-pages a{
    height: 12px;
    width: 12px;
    margin: 0 6px;
    display: inline-block;
    overflow: hidden;
    text-indent: -100px;
    font-size: 0;
    border-radius: 50%;
    background: #ddd;
}
.hiSlider-pages a.active{
    background: #5472BF;
}

.hiSlider-pages2{
    bottom: 10px;
    right: 5%;
    text-align: right;
}
.hiSlider-pages2 a{
    height: 8px;
    width: 8px;
    margin: 0 6px;
    display: inline-block;
    overflow: hidden;
    text-indent: -100px;
    font-size: 0;
    border-radius: 50%;
    background: #ddd;
}
.hiSlider-pages2 a.active{
    background: #ea6161;
}
.hiSlider_img{
    width: 100%;
    height: 100%;
}
/* 适配 */
.main_banner_big{
    display: none;
}
.container3{
    display: none;
}
.container4{
    display: none;
}
.Park_box_wrap_swiper{
    display: block;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{ display: none;}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{ display: none;}

@media (min-width:1500px) and (max-width:1700px ) { 
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev{ bottom: 34px; top:auto; left: auto; right: 50%;}
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next{ bottom: 34px; top:auto; left: 4%; right: auto;}
}

@media only screen and (min-width: 1200px) { 
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev{ display: none;}
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next{ display: none;}
    
}
@media only screen and (min-width: 1200px) { 
    .main_banner_big{
        display: block;
    }
}


@media only screen and (max-width: 1200px) { 
    .container3{
        display:block;
    }
    .container3 {
        max-width: 100%;
        margin: 0 auto;
    }
}

@media (min-width:768px) and (max-width:992px ) { 
     /* 行业研报 */
     .Report_img {
        position: relative;
        float: left;
        width: 20%;
        height: 110px;
    }
    .Report_mask {
        position: absolute;
        width: 100%;
        height: 32px;
        font-size: 14px;
        color: #fff;
        text-align: center;
        line-height: 32px;
        bottom: 0;
        background-color: rgba(0,0,0,0.6);
    }
    .Info_li4 > li:nth-child(1), .Info_li4 > li:nth-child(3) {

        margin-right: 20px;
    
    }
}

@media (min-width:770px) and (max-width:1200px ) { 
   /* 搜索 */
   .search_box {
    width: 66%;
    margin: auto;
    margin-top: 30px;
    position: relative;

}
    /* 产品云 */
    .product_box_wrap {
        width: 90%;
        margin: auto;
    
    }
    /* 成果转化 */
    .Achievements_ctn_box_big {
        width: 90%;
        margin: auto;
    
    }
    /* 科技金融 */
    .Finance_box_wrap {
        width: 90%;
        margin: auto;
        padding-top: 50px;
    }
    /* 智慧园区 */
    .Park_box_wrap {
        width: 90%;
        margin: auto;
    
    }
    .swiper_slt_box {
        z-index: 10;
        position: absolute;
        position: relative;
        width: 37%;
        height: 62px;
        left: 38%;
        bottom: 25%;
        margin: 0 0 0 -228px;
        overflow: hidden;
    }
    .Info_cont a {
        display: block;
        font-size: 16px;
        color: #333333;
        overflow: hidden;
        margin-bottom: 20px;
        height: 100px;
    }
}

@media only screen and (max-width: 770px) { 
    .lb_h{
        height: 40px;

    }
    .headerBg {
        position: relative;
        width: 100%;
        height: 150px;
        background-image: url(../Images/Home/topBG.png);
        /* display: none; */
    }
    .lb_h {
        height: 0px;
    }
    .container3 {
        max-width: 100%;
        margin: 0 auto;
        /* margin-top: 80; */
        padding-top: 00px;
    }
    /* 搜索框 */
    .search_box {
        width: 90%;
        margin: auto;
        margin-top: 140px;
        position: relative;
    
    }
    .category > li {
        display: inline-block;
        width: 25%;
        height: 30px;
        background-color: #e8e8e8;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.06);
        text-align: center;
        line-height: 30px;
        font-size: 14px;
        color: #333;
        margin-right: 2%;
        margin-bottom: 3%;
        cursor: pointer;
        border: 1px solid #e8e8e8;
        border-radius: 4px;
    }
    .category_p {
        position: absolute;
        width: 30%;
        height: 50px;
        font-size: 16px;
        color: #333;
        line-height: 50px;
        text-align: center;
        background-image: url(../Images/Home/Down.png);
        background-repeat: no-repeat;
        background-position-x: 96%;
        background-position-y: center;
        cursor: pointer;
    }
    .search_box {
        width: 90%;
        margin: auto;
        margin-top: 20px;
        position: relative;
    }
    .input_box {
        width: 80%;
    }
    .input_btn {
        float: right;
        width: 20%;
    }
    /* 产品云 */
    .product_title {
        font-size: 20px;
        color: #333;
        padding-left: 20px;
        background-image: url(../Images/Home/title.png);
        font-weight: 500;
        background-repeat: no-repeat;
        background-position-y: 5px;
        font-weight: bold;
    }
    .product_title > span {
        font-size: 10px;
        color: #666666;
        margin-left: 15px;
        text-transform: uppercase;
        font-weight: normal;
        font-weight: 700;
    }
    /* 产品云内容 */
    .product_box_wrap {
        width: 90%;
        margin: auto;
    }
    .menus ul {
        position: relative;
        float: left;
        width: 100%;
    }
    .menus .bg {
        width: 25%;
        height: 40px;
        position: absolute;
        left: 0;
        top: 0;
        border-bottom: 4px solid #f14b4b;
        z-index: -1;
        -webkit-transition: all 0.5s;
       -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        color: #666;
    }
    .menus li {
        float: left;
        width: 25%;
        text-align: center;
    }
    .menus li a {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        cursor: pointer;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        color: #666;
        font-size: 16px;
    }
    .Achievements_left_switch >.on {
        border-right: 4px solid #f14b4b;
    }
    .product_ctn_box > dd {
        position: relative;
        float: left;
        width: 46%;
        height: 113px;
        border: 1px solid #d7d7d7;
        margin: 0 2%;
        margin-left: 2%;
        margin-top: 10px;

    }
    .product_ctn_box > dd:nth-child(1), .product_ctn_box > dd:nth-child(5) {

        margin-left: 2%;
    
    }
    .View_details {
        position: absolute;
        display: block;
        width: 100%;
        height: 113px;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,0) !important;
        font-size: 16px;
        color: #fff;
        text-align: center;
        line-height: 0px;
        color:  rgba(0,0,0,0);
        
    }
    /* .product_ctn_box > dd:hover .View_details{
        display: none !important;;
    } */
    /* 手机端banner */
    #wrap {
        width: 100%;
        min-width: 300px;
        margin: 0 0 0 0;
        background: #fefefe;
    }
    .hiSlider-pages a {
        height: 8px;
        width: 8px;
        margin: 0 6px;
        display: inline-block;
        overflow: hidden;
        text-indent: -100px;
        font-size: 0;
        border-radius: 50%;
        background: #ddd;
    }
    .hiSlider-pages a.active {
        background:#ea6161;
    }
    .hiSlider{
        overflow: hidden;
        height: 150px;
        width: 500px;
        background: #eee;
    }

    /* 成果转化 */
    .Achievements_box_wrap {
        width: 100%;
        height: auto;
        background-image: url(../Images/Home/Achievements.jpg);
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #Achievements_right_ctn_box {
        overflow: hidden;
        width: 100%;
        height: 100%;
    }
    .product_title_box2 {
        margin-bottom: 15px;
    }
    .Achievements_ctn_box_big {
        width: 90%;
        margin: auto;
    }
    .Achievements_left_switch {
        clear:both;
        width: 100%;
    }
    .Achievements_right_ctn {
        width: 100%;
        height: auto;
        background-color: #fff;
        overflow: hidden;
        clear:both;
        padding-bottom: 20px;
    }
    .Achievements_left_switch > li {
        float: left;
        width: 23%;
        height: 75px;
        font-size: 16px;
        color: #666666;
        border: 1px solid #e1e1e1;
        border-radius: 4px;
        text-align: center;
        line-height: 75px;
        margin-bottom: 10px;
        background-color: #fff;
        cursor: pointer;
        margin-right: 2%;
    }
    .Achievements_left_switch > li:hover{
        color:#f14b4b;

    }
    .Achievements_right_ctn > li {
        margin: 30px 26px;
        width: 90%;
        margin: 5% auto;
        margin: auto;
        clear:both;
        margin-left: 5%;
        margin-top: 5%;
    }
    .Achievements_txt {
        display: block;
        width: 298px;
        height: 17;
        font-size: 17px;
        color: #666;
        margin-top: 15px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: bold;
    }
    /* 科技金融 */
    .Finance_box_wrap {
        width:90%;
        margin: auto;
        padding-top: 0px;
    }
    .menus01 ul {
        position: relative;
        float: left;
        width: 100%;
    }
    .menus01 .bg1 {
        width: 25%;
        height: 40px;
        position: absolute;
        left: 0;
        top: 0;
        background: #f14b4b;
        z-index: -1;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        color: #ffffff;
    }
    .menus01 li {
        display: block;
        width: 25%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        cursor: pointer;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        color: #666;
        font-size: 16px;
    }
    .Finance_ctn_box > dd {
        float: left;
        width: 100%;
        height: 284px;
        border: 1px solid #e6e6e6;
        transition: all ease 0.5s;
        background-color: #fff;
        margin-bottom: 20px;
       
    }
    .clearbox{
        clear: both;
    }
    .Finance_ctn_box {
        margin-top: 20px;
        height: auto;
        margin: 20px 5px 0 5px;
        float: left;
        width: 100%;
    }
    .Activity_box_wrap li {
        width: 100%;
        float: left;
    }
    .Activity_box_wrap li + li {

        margin-left: 0%;
    
    }
    .Activity_img_box {
        margin-bottom: 15px;
    }
    .Activity_box_wrap li {
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }
    .Finance_ctn_title {
        width: 88%;
        height: 26px;
        font-size: 22px;
        color: #333;
        font-weight: bold;
        text-align: center;
        margin: auto;
        margin-top: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .Finance_txt_box {
        margin-top: 20px;
    }
    .Finance_txt_box > p {
        width: 90%;
        height: 20px;
        margin: auto;
        font-size: 16px;
        color: #999;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 10px;
    }
    .Finance_details {
        display: block;
        width: 60%;
        height: 40px;
        border: 1px solid #df2f2f;
        font-size: 14px;
        color: #df2f2f;
        text-align: center;
        line-height: 40px;
        margin: auto;
        border-radius: 30px;
        margin-top: 35px;
    }
    /* 信息服务 */
    .menus02 ul {
        position: relative;
        float: left;
        border-radius: 12px;
        -webkit-border-radius: 12px;
        overflow: hidden;
        border: 1px solid #e5e5e5;
        width: 100%;
    }
    .menus02 li {
        float: left;
        display: block;
        width: 16.6%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        cursor: pointer;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        color: #333;
        font-size: 12px;
        font-weight: bold;
    }
    .menus02 .bg2 {
        width: 16%;
        height: 42px;
        position: absolute;
        left: 0;
        top: 0px;
        background: #f14b4b;
        z-index: -1;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        color: #ffffff;
    }
    .Info_li3 li span.s1 {
        float: left;
        font-size: 14px;
        width: 20%;
        height: 28px;
        padding: 0 3px;
        text-align: center;
        line-height: 28px;
        color: #c01d1d;
        border: 1px solid #c01d1d;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .Info_li3 li span.s1 {
        float: left;
        font-size: 14px;
        width: 20%;
        height: 28px;
        padding: 0 3px;
        text-align: center;
        line-height: 28px;
        color: #c01d1d;
        border: 1px solid #c01d1d;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .Info_li3 li span.s2 {
        float: right;
        font-size: 14px;
        color: #666;
        line-height: 26px;
    }
    .Info_box_wrap {
        padding-top: 20px;
        overflow: hidden;
        height: auto;
    }
    .Info_li3 li a {
        display: block;
        float: left;
        width: 50%;
        height: 26px;
        margin-left: 4%;
        line-height: 26px;
        color: #333333;
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .Info_li2 {
        width:100%;
        overflow: hidden;
    }
    .Info_li2 li {
        float: left;
        width: 100%;
        height: 182px;
        overflow: hidden;
        margin: 14px 14px;
    }
    
    /* 热点解读 */
    .Info_box_wrap .Info_li1 li {
        width: 100%;
        float: left;
        overflow: hidden;
        margin-bottom: 15px;
    }
    .Info_box_wrap .Info_li1 li + li {
        margin-left: 0px;
    }
    .Info_cont a.line {
        display: block;
        line-height: 24px;
        height: 26px;
        overflow: hidden;
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 0;
    }
    .Info_cont p.marb {
        margin-top: 20px;
        padding: 15px 0;
        border-top: 1px solid #e5e5e5;
        overflow: hidden;
    }
    /* 行业研报 */
    .Report_ctn_box {
        float: left;
        width: 100%;
        border-bottom: 1px solid #e3e3e3;
        padding-bottom: 25px;
        margin-bottom: 30px;
    }
    .Report_img {
        position: relative;
        float: left;
        width: 25%;
        height: 110px;
    }
    .Report_mask {
        position: absolute;
        width: 100%;
        height: 32px;
        font-size: 14px;
        color: #fff;
        text-align: center;
        line-height: 32px;
        bottom: 0;
        background-color: rgba(0,0,0,0.6);
    }
    .knowledge > dl > dd {
        float: left;
        width: 50%;
        font-size: 14px;
        color: #666666;
        height: 18px;
    }
    /* 专家视频 */
    .paly_box {
        width: 100%;
        border: 1px solid #e3e3e3;
        float: left;
        margin: 0 0;
        margin-bottom: 15px;
    }
    /* 园区孵化轮播图 */
    .container4{
        display: block;
    }
    .Park_box_wrap_swiper{
        display:none;
    }
    .Park_box_wrap {
        width: 90%;
        margin: auto;
    }
    /* 园区孵化内容 */
    .Activity_box_wrap {
        overflow: hidden;
        margin-top: 15px;
        padding-bottom: 0px;
    }
    .Park_title {
        font-size: 18px;
        color: #333;
    }
    .Park_title > span {
        font-size: 24px;
        color: #666;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 10px;
        margin-left: 15px;
    }
    .product_title_box3 {
        display: block;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .project_mask {
        position: absolute;
        width: 100%;
        height: 46px;
        display: block;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        background-color: rgba(0,0,0,0.6);
        font-size: 15px;
        color: #fff;
        text-align: center;
        line-height: 46px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0 10px;
    }
    .Park_box_wrap{
        padding-top: 20px;
    }
 }
 @media (min-width:1023px) and (max-width:1442px ) { 
    .product_box_wrap , .Achievements_ctn_box_big,.Finance_box_wrap,.Park_box_wrap{
		width: 85%;
    }
    .category_p {
        position: absolute;
        width: 20%;
        height: 50px;
        font-size: 16px;
        color: #333;
        line-height: 50px;
        text-align: center;
        background-image: url(../Images/Home/Down.png);
        background-repeat: no-repeat;
        background-position-x: 90%;
        background-position-y: center;
        cursor: pointer;
    }
}



/* #k_s_ol_floatWin_fl > div{width:100px!important;height:100px!important;background-image:100% auto} */