.product{
    background-repeat: no-repeat;
    background-size: 100% auto;
    border: none;
    box-sizing: border-box;
    color: #FFF;
}
.product.product_2{
    background-image: url(../images/bg_img-2.png);
}
.product.product_3{
    background-image: url(../images/bg_img-3.png);
}
.product.product_4{
    background-image: url(../images/bg_img-4.png);
}
.product.product_5{
    background-image: url(../images/bg_img-5.png);
}
.product.product_6{
    background-image: url(../images/bg_img-6.png);
}
.product.product_7{
    background-image: url(../images/bg_img-7.png);
}

.product h5 {
    font-weight: bold;
}

.product h5 .iconfont {
    font-size: 1.4em;
}

.news-item_date{
    float: right;
}

.news .news-title{
    display: inline-block;
    width: 241px;
    /*height: 58px;*/
    /*background:url('../images/news_title.png');*/
    margin-right:160px;
}

.news a{
    color: #333;
    cursor: pointer;
    font-size: 18px;
    border-bottom: 3px solid #fff;
    margin-left: 1rem;
    padding-bottom: 2px;
    font-weight: bold;
}

.news a.active{
    color: #FC8B15;
    border-bottom-color: #FC8B15;
}

.news-hot .carousel-item-title {
    position: absolute;
    bottom: 0;
    padding: 10px;
    line-height: 24px;
    font-size: 16px;
    color: #FFF;
    background-color: rgba(0,0,0, 0.25);
    width: 100%;
}

.ads_div {
    position: relative;
}
.ads_div .ads_bg_house {
    position:absolute;
    top: -110px;
    right: 0;
}
.ads{
    background-color: rgb(264,114,13);
    background-image: url(../images/img_ads_bg.png);
    background-size: auto;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    z-index: 100;
}
.ads .ads_bg_pin{
    position: absolute;
    top: 100%;
    right: 100px;
    z-index: 99;
}
.ads .ads_bg_title{
    padding: 20px 0;
    text-align: center;
}
.ads .ads_bg_title .ads_bg_title_img{
    margin-bottom: 10px;
}
.ads .ads_bg_title .ads_bg_title_img img{
    height: 40px;
    width: auto;
}
.ads .ads_bg_title .ads_bg_title_button{
    width: 240px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    color: #fff;
    font-size: 22px;
    border: none;
    box-shadow: none;
    cursor: pointer;
}
.map{
    text-align: center;
    margin: 30px 0;
}
.map img{
    height: auto;
    border: none;
}

.map .qxtotal {
    display: inline-block;
    margin: 5px;
    padding: 5px 10px;
    background-color: #eef6fe;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 10px;
    -webkit-box-shadow:0 0 10px rgba(255, 255, 255, .5);
    -moz-box-shadow:0 0 10px rgba(255, 255, 255, .5);
    box-shadow:0 0px 5px #cee2ec;
}

.map .qxtotal span{
    vertical-align: middle;
    display: inline-block;
}

.map .qxtotal .total {
    color: #51aee2;
    font-size: 30px;
}

.map .qxtotal .lable {
    color: #000;
    margin-left: 10px;
    font-weight: bold;
}

.medal_project{
    float: left;
    width: 320px;
    height: 357px;
    background: url("../images/start.png");
}
.medal_project .medal_project_title {
    font-size: 22px;
    color: #08f49c;
    font-weight: bold;
    text-align: center;
    margin-top: 100px;
}
.medal_project .medal_content {
    color: #FFF;
    font-size: 18px;
}

.medal_project .medal_content p{
    padding: 12px 40px 0px 40px;
    text-align: center;
}

.dev-center{

}
.dev-center_img{
    width: 100%;
    height: auto;
}
.dev-center_body{
    background-image: url(../images/bg_dev.png);
    /*background-size: 100% auto;*/
    background-repeat: no-repeat;
    width: 100%;
    /*height: 100px;*/
    padding: 20px;
}
.dev-center_body h4{
    font-size: 16px;
}

.dev-center_body small{
    display: block;
    margin-top: 10px;
    height: 40px;
    line-height: 24px;
    color: rgba(0,0,0,0.6);
}
.dev-center_body .dev-center_button{
    width: 90px;
    height: 32px;
    background-color: transparent;
    border-radius: 2px;
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    box-shadow: none;
    cursor: pointer;
    border: 1px solid #BCBCBC;
    margin-top: 14px;
}
.dev-center_body .dev-center_button:hover{
    background: rgb(264,114,13);
    color: #FFF;
    border: none;
}

.biz-center{
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 156px;
    padding: 20px;
    position: relative;
    border: none;
}
.biz-center.biz-center_bg1{
    background-image: url(../images/bg_biz_1.png);
}
.biz-center.biz-center_bg2{
    background-image: url(../images/bg_biz_2.png);
}
.biz-center.biz-center_bg3{
    background-image: url(../images/bg_biz_3.png);
}
.biz-center.biz-center_bg4{
    background-image: url(../images/bg_biz_4.png);
}
.biz-center_title{
    color: #fff;
    font-size: 1.25em;
}
.biz-center_button{
    width: 90px;
    height: 32px;
    background-color: rgba(0, 0, 0, 0.17);
    border-radius: 2px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    box-shadow: none;
    border: none;
    cursor: pointer;
    position: absolute;
    left: 20px;
    bottom: 20px;
}
.biz-center_button:hover{
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 0.5);
}

.links{
    list-style: none;
}
.links .link-item{
    width: 25%;
    height: 30px;
    line-height: 30px;
    float: left;
}
.links .link-item a{
    text-decoration: none;
    font-size: 14px;
    color: #333333;
}
.links .link-item a:hover{
    text-decoration: underline;
    /*color: rgb(264,114,13);*/
}
.new-list .list-group-item {
    background: transparent;
    padding: 0;
}

.new-list .list-group-item h6{
    /*background: transparent;*/
    font-size: 0.9em;
    padding: 0;
}
.kjjsj {
    border: 1px solid #ddd;
}

.kjjsj .list-group-item {
    /*background: transparent;*/
}

.kjjsj .list-group-item.bgh0 {
    /*color: #fff;*/
    background: #ebf1f9;
}

/*.kjjsj .list-group-item.bgh1 {*/
/*    background: rgb(220,220,220);*/
/*}*/
/*.kjjsj .list-group-item.bgh2 {*/
/*    background: rgb(180,180,180);*/
/*}*/
.kjjsj .list-group-item.active {
    color: #fff;
    /*border-color: var(--bs-list-group-border-color);*/
    background: rgb(264,114,13);
}
.kjjsj .list-group-item.active a, .kjjsj .list-group-item.active div {
    /*color: rgb(36, 134, 255);*/
    color: #fff;
}
.card-title{
    text-align: center;
}
.card-text{
    font-size: 16px;
    text-align: center;
}

.login-box {
    width: 100%;
    border: 1px solid rgba(264,114,13, 0.6);
    border-radius: 3px;
    background-image: linear-gradient(rgb(255, 114, 13),rgba(264,114,13, 0.4), rgba(264,114,13, 0.2), rgba(264,114,13, 0.1));
}

.login-box div {
    width: 50%;
    display: inline-block;
    height: 100px;
    line-height: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.login-box div a {
    color: rgb(264,114,13);
    font-size: 1.4rem;
}
.login-box .left {
    border-right: 1px solid rgba(264,114,13, 0.6);
}

.tool-box {
    margin-top: 25px;
    background-color: #ebf1f9;
}
.tool-box .row {
    margin: 0;
    padding: 1rem;
}
.tool-box .col-4 {
    padding-left: 0px;
    padding-right: 0px;
}

.tool-box .col-4 a {
    display: block;
    text-align: center;
    padding: 2rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    color: rgb(264,114,13);
    font-size: 1rem;
}

.tool-box .col-4.bd-right {
    border-right: 1px solid rgba(200,200,200, 0.6);
}
.tool-box .col-4.bd-bottom {
    border-bottom: 1px solid rgba(200,200,200, 0.6);
}

.seeMore {
    text-align: center;
}

.xuqiufabu {
    width: 100%;
    overflow: hidden;
    background: url("../images/index/yqxq.png") no-repeat 100%;
    margin-bottom: 40px;
    padding-top: 10px;
    height: 120px;
}

.xuqiufabu .fabubtn {
    text-align: center;
    color: #fff;
    font-size: 34px;
}

.xuqiufabu .fabubtn a {
    color: #333;
    display: block;
    line-height: 30px;
    text-align: center;
    background: #fff;
    width: 100px;
    height: 30px;
    border-radius: 10px;
    margin: 20px auto;
    font-size: 16px;
}
.tab-content.fuwuztc .color01 {
    background: rgba(18, 126, 255, .2);
}

.tab-content.fuwuztc .color02 {
    background: rgba(54, 205, 170, .2);
}

.tab-content.fuwuztc .color03 {
    background: rgba(255, 150, 26, .2);
}

.tab-content.fuwuztc .color04 {
    background: rgba(160, 100, 208, .2);
}

.tab-content.fuwuztc .color05 {
    background: rgba(0, 222, 254, .2);
}

.tab-content.fuwuztc .color06 {
    background: rgba(18, 126, 255, .2);
}

.tab-content.fuwuztc .color07 {
    background: rgba(0, 154, 25, .2);
}

.tab-content.fuwuztc .color08 {
    background: rgba(168, 10, 26, .2);
}

.tab-content.fuwuztc .color09 {
    background: rgba(16, 2, 255, .2);
}

.tab-content.fuwuztc .icon001 {
    background: url(../images/index/icon001.png) no-repeat center center;
}

.tab-content.fuwuztc .icon002 {
    background: url(../images/index/icon002.png) no-repeat center center;
}

.tab-content.fuwuztc .icon003 {
    background: url(../images/index/icon003.png) no-repeat center center;
}

.tab-content.fuwuztc .icon004 {
    background: url(../images/index/icon004.png) no-repeat center center;
}

.tab-content.fuwuztc .icon005 {
    background: url(../images/index/icon005.png) no-repeat center center;
}

.tab-content.fuwuztc .icon006 {
    background: url(../images/index/icon006.png) no-repeat center center;
}

.tab-content.fuwuztc .icon007 {
    background: url(../images/index/icon002.png) no-repeat center center;
}

.tab-content.fuwuztc .icon008 {
    background: url(../images/index/icon003.png) no-repeat center center;
}

.tab-content.fuwuztc .icon009 {
    background: url(../images/index/icon004.png) no-repeat center center;
}
.tab-content.fuwuztc ul li{
    width: 380px;
    height: 108px;
    margin: 10px;
    float: left;
}
.tab-content.fuwuztc ul a{
    display: block;
    width: 100% !important;
    height:100%;
}
.tab-content.fuwuztc ul li i{
    display: block;
    width: 48px;
    height: 44px;
    margin-top: 32px;
    margin-left: 35px;
    float: left;
    background: red;
}
.tab-content.fuwuztc ul li span{
    width: 280px;
    line-height: 108px;
    float: right;
    color: #47474F;
    font-size: 18px;
}
/*科技政策*/
.newsMore{
    position: absolute;
    display: block;
    right: 12px;
    line-height: 78px;
    font-size: 14px;
}
.policyNews_title li{
    margin:0 10px;
    overflow: hidden;
}
.policyNews_title.nav-tabs > li > a:hover {
    border:none;
}
.policyNews_title.nav > li > a:hover, .policyNews_title.nav > li > a:focus {
    text-decoration: none;
    background-color: none;
}
.policyNews_title.nav > li > a:hover, .policyNews_title.nav > li > a:focus {
    background: none;
    color: #ff7800;
}
.policyNews_title.nav-tabs > li > a {
    border: none;
    font-size: 16px;
    height: 78px;
    display: inline-block;
    line-height: 78px;
    padding: 0px 20px;			}


.policyNews_title.nav-tabs>li.active>a,
.policyNews_title.nav-tabs>li.active>a:hover,
.policyNews_title.nav-tabs>li.active>a:focus {
    border: none;
    border-bottom: 3px solid #ff7800;
    border-bottom-color: #ff7800;
    color: #ff7800;
    position: relative;
}
.policyNews_title.nav-tabs>li.active>a:before,
.policyNews_title.nav-tabs>li.active>a:hover:before,
.policyNews_title.nav-tabs>li.active>a:focus:before {
    content: "";
    width: 8px;
    height: 8px;
    background: red;
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -4px;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
}


.policyNews_title.nav-tabs>li>a:hover {
    border: none;
    border-bottom: 3px solid #ff7800;
    border-bottom-color: #ff7800;
}
.policyNews_title.nav-tabs>li>a:hover:before{
    content: "";
    width: 8px;
    height: 8px;
    background: red;
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -4px;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
}

.policyNews_title.nav-tabs>li {
    margin-right: 10px;
    margin-left: 10px;
    position: relative;
}
.policyNews_title.nav-tabs>li>a>i{
    float: left;
    color: #ff7800;
    font-size: 28px;
    margin-right: 10px;
}
.policyNews_title.nav-tabs{box-shadow: 0 7px 10px #f7f7f7;;}
.policyNews_title.nav-tabs>li {
    margin-right: 10px;
    margin-left: 10px;
    position: relative;
}
.policyNews_title.nav-tabs>li>a>i{
    float: left;
    color: #ff7800;
    font-size: 28px;
    margin-right: 10px;
}
.policyNews_title li{
    margin:0 10px;
    overflow: hidden;
}
.policyNews_title.nav-tabs > li > a {
    border: none;
    font-size: 16px;
    height: 78px;
    display: inline-block;
    line-height: 78px;
    padding: 0px 20px;
}
.policyNews_concent {
    float: left;
    width: 1098px;
    overflow: hidden;
}
.policy{
    margin-bottom: 48px;
}
.policy .center{
    position: relative;
    overflow: hidden;
}
.policyNews_concent .tab-pane{
    padding:16px 20px 16px 40px;
}
.policyNews_concent .tab-pane ul{
    margin-bottom: 0;
}
.policyNews_concent .tab-pane ul li{
    font-size: 14px;
    line-height: 30px;
}
.policyNews_concent .tab-pane ul li a{
    float: left;
    display: block;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.title_nav_tabs{
    width: 100px;
    float: left;
    border-bottom: none;
    border-right: 1px solid #ddd;
}

.title_nav_tabs>li{
    float: none;
    width: 100px;
    border-top: 1px solid #ddd;
    font-size: 16px;
}
.title_nav_tabs>li:first-child{
    border-top: none;
}
.title_nav_tabs>li>a{
    height: 100px;
    line-height: 100px;
    padding: 0;
    text-align: center;
    background: #fafafc;
}

.title_nav_tabs.nav-tabs>li.active>a,
.title_nav_tabs.nav-tabs>li.active>a:hover,
.title_nav_tabs.nav-tabs>li.active>a:focus {
    border: none;
    border-left: 3px solid #ff7800;
    border-left-color: #ff7800;
    position: relative;
    border-radius: 0;
    z-index: 5;
    width: 102px;
    margin-left: -1px;

}
.title_nav_tabs.nav-tabs>li:hover {
    border: none;
    border-left: 3px solid #ff7800;
    border-left-color: #ff7800;
    position: relative;
    border-radius: 0;
    z-index: 5;
    width: 102px;
    margin-left: -1px;
}

/*重大政策解读*/
.major .row{
    margin-top: 24px;
}
.major .row>div{
    padding-left: 6px;
    padding-right: 6px;
}
.major .thumbnail{
    padding: 12px;
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.major .thumbnail .caption span{
    display: block;
    width: 120px;
    height: 4px;
    background: #fb565c;
    margin: 16px 0;
}
.major .thumbnail .caption h3{
    font-size: 16px;
    margin-bottom: 16px;
    height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.major .thumbnail .caption p{
    font-size: 14px;
    line-height: 24px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.major .thumbnail .caption .btn-default{
    margin-top: 6px;
}
.major .thumbnail .caption .btn-default:hover{
    background: #fb565c;
    color: #fff;
    border-color: #fb565c;
}