@charset "utf-8";
/*
*   城市平台 CSS
*/
@font-face {
    font-family: 'font-Aldrich';
    src:  url(../fonts/Aldrich-Regular.ttf);
}
.font-Aldrich{
    font-family: font-Aldrich;
}
a:hover, a:focus{
    color: #399348;
}
.overflowH{
    overflow: hidden;
}
.text-ctOrange{
    color: #fd7400;
}
.text-cyan{
    color: #46b6e9;
}
.text-orange2{
    color: #ff9343;
}
.hideScroll::-webkit-scrollbar{/*滚动条整体样式*/
    width: 2px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 0;
}
.hideScroll::-webkit-scrollbar-thumb{/*滚动条里面小方块*/
    border-radius: 16px;
    -webkit-box-shadow: inset 0 0 5px rgba(14, 16, 55, 0.5);
    background: rgba(0, 0, 0, .15);
}
.hideScroll::-webkit-scrollbar-track{/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px transparent;
    border-radius: 16px;
    /*background: rgba(0, 0, 0, .05);*/
    background: transparent;
}
.ct-header{
    background-color: #fbfbfb;
    border-bottom: 1px solid #e7e7e7;
    line-height: 30px;
}
.ct-header ul{
    margin-bottom: 0;
}
.ct-top{
    background-color: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .06);
}
.ct-top .navbar-city{
    background-color: #fff;
    border: 0;
    margin-bottom: 0;
    min-height: 70px;
}
.navbar-city .navbar-brand{
    margin-top: 10px;
    margin-right: 15px;
}
.navbar-city .ct-navName{
    position: relative;
    display: inline-block;
    font-size: 18px;
    margin-top: 20px;
    padding-left: 15px;
}
.navbar-city .ct-navName:before{
    content: '';
    width: 1px;
    height: 25px;
    background-color: #e7e7e7;
    position: absolute;
    left: 0;
}
.navbar-city .ct-navMenu{}
.navbar-city .ct-navMenu > li{}
.navbar-city .ct-navMenu > li > a{
    color: #333;
    font-size: 16px;
    padding: 25px 3px 10px 3px;
    margin: 0 20px;
    border-bottom: 3px solid transparent;
}
.navbar-city .ct-navMenu > li > a:hover,.navbar-city .ct-navMenu > li > a:focus,
.navbar-city .ct-navMenu > .open > a, .navbar-city .ct-navMenu > .open > a:hover, .navbar-city .ct-navMenu > .open > a:focus{
    background-color: #fff;
    color: #399348;
    border-bottom: 0;
}
.navbar-city .ct-navMenu > li > .dropdown-menu{
    left: 50%;
    right: auto;
    transform: translate(-50%, 5px);
    border-color: #83ba8c;
    border-radius: 4px;
}
.navbar-city .ct-navMenu .dropdown-menu:before{
    content: '';
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #83ba8c;
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
}
.ct-navMenu .dropdown-menu > li > a:hover, .ct-navMenu .dropdown-menu > li > a:focus {
    color: #399348;
    background-color: #e1eee3;
}
.navbar-city .ct-navMenu > li.active > a,
.navbar-city .ct-navMenu > li.active > a:hover,
.navbar-city .ct-navMenu > li.active > a:focus{
    background-color: #fff;
    color: #399348;
    border-bottom-color: #399348;
    font-weight: bold;
}
.navbar-city .ct-navSearch{
    position: relative;
    margin-right: -25px;
    margin-top: 8px;
    margin-left: 20px;
}
.navbar-city .ct-navSearch .ct-searchP{
    position: absolute;
    right: 10px;
    top: 20px;
}
.navbar-city .ct-search{
    border-radius: 25px;
    border-color: #bbbbbb;
    box-shadow: none;
    margin-top: 10px;
}
.navbar-city .ct-search:focus{
    border-color: #399348;
}
.ct-quickWrap{
    display: none;
    position: absolute;
    top: 30px;
    z-index: 9;
    width: 310px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    padding: 15px;
}
.ct-quickWrap .ct-shortcutList > li > a{
    display: block;
    color: #333;
    border-bottom: 2px solid transparent;
    margin: 5px;
    padding: 0 2px;
}
.ct-quickWrap .ct-shortcutList > li > a:hover,.ct-quickWrap .ct-shortcutList > li > a:focus{
    color: #399348;
    border-bottom-color: #399348;
}
.ct-cityMark{
    display: inline-block;
}
.ct-cityMark:hover .ct-quickWrap{
    display: block;
}
.banner-indicator{
    bottom: 5px;
    margin-bottom: 0;
}
.banner-indicator > li{
    width: 30px;
    height: 4px;
    background-color: rgba(255, 255, 255, .4);
    border: 0;
    border-radius: 15px;
    margin: 3px;
}
.banner-indicator > li.active {
    width: 30px;
    height: 4px;
    margin: 3px;
    background-color: #fff;
}
.banner-carousel{
    border-radius: 4px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .12);
}
.banner-carousel img,
.banner-carousel > .item > img, .banner-carousel > .item > a > img{
    width: 100%;
    height: 300px;
}
.ct-bannerImg{
    position: relative;
    display: block;
    border-radius: 4px;
    overflow: hidden;
}
.ct-bannerImg > img{
    width: 100%;
    height: 180px;
    -webkit-transition: -webkit-transform 1s ease-in-out 0s;
            transition: transform 1s ease-in-out 0s;
    -webkit-transform-origin: center;
            transform-origin: center;
}
.ct-bannerImg .imgTag{
    position: absolute;
    width: 80px;
    background-color: rgba(57, 147, 72, .85);
    color: #fff;
    text-align: center;
    padding: 8px 5px;
    letter-spacing: .1em;
    border-radius: 4px 0 0 0;
    z-index: 1;
}
a.ct-bannerImg:hover > img{
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}
.ct-bannerImg .dirName{
    position: absolute;
    color: #fff;
    z-index: 2;
    left: 10px;
    right: 10px;
    top: 65px;
    font-size: 18px;
    text-align: center;
    line-height: 1.75;
    letter-spacing: 1px;
    text-shadow: 1px 1px 3px #333;
}
.ctTab{}
.ctTab > li{}
.ctTab > li.active > a{
    color: #399348;
}
.ecoTab-list > li > a:hover,.ecoTab-list > li > a:focus {
    color: #399348;
    transition: color 0.5s;
}
.ctTab > li.active > a:before {
    content: '';
    border-color: #399348 transparent transparent #399348;
}
.ctTab.ecoTab-list > li.active .tab-animation{
    border-bottom: 1px solid #399348;
}
.ctTab > li.moreDyna > a{
    font-size: 14px;
    color: #666;
    transform: translate(30px, 5px);
}
.ctTab > li.moreDyna > a:hover,.ctTab > li.moreDyna > a:focus{
    color: #399348;
}
.ctNews-list > li {
    border-bottom: 1px dashed #e4e4e4;
    padding: 17px 0;
}
.ctNews-list > li > a {
    display: block;
    color: #333;
}
.ctNews-list > li > a:hover, .ctNews-list > li > a:focus {
    color: #399348;
    transition: color 0.5s;
}
.ct-sTitle {
    position: relative;
    color: #303e4a;
    font-size: 18px;
    margin: 20px 0;
    padding-bottom: 7px;
    border-bottom: 1px solid #ebeced;
    letter-spacing: .1em;
}
.ct-sTitle .bgText {
    color: #e8e8e8;
    font-size: 32px;
    font-family: Impact;
    font-weight: bold;
    text-transform: uppercase;
}
.ct-sTitle .title-name {
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: bold;
    padding-bottom: 8px;
}
.ct-sTitle .title-name:before{
    content: '';
    width: 37px;
    height: 2px;
    background-color: #303e4a;
    position: absolute;
    bottom: -1px;
}
.ct-year{
    position: absolute;
    background-color: #f5a623;
    color: #fff;
    padding: 2px 23px;
    transform: rotateZ(-45deg);
    top: 7px;
    left: -20px;
}
.ct-inFlex{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 4px;
    margin-left: 0;
    padding: 10px 0;
}
.ct-inFlex > li{
    flex: 1;
    text-align: center;
    line-height: 1.5;
    min-width: 20%;
    padding: 10px;
}
.ct-blueFlex{
    display: flex;
    background-color: #f7fbff;
    border-radius: 4px;
    margin-left: 0;
    margin-top: 10px;
    padding: 10px 5px;
}
.ct-blueFlex > li{
    flex: 1;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}
.ct-blueFlex > li .num{
    margin-top: 3px;
}
.ct-comImgList{
    display: flex;
    flex-wrap: wrap;
}
.ct-comImgList > li{
    flex: 1;
    min-width: 20%;
    max-width: 20%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
.ct-comImgList > li > a{
    display: block;
    height: 150px;
    border: 1px solid #ebeced;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    text-align: center;
    padding-top: 10%;
}
.ct-comImgList > li > a img{
    width: 80%;
    height: 80%;
}
.ct-mask{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .45);
    color: #fff;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0,-100%,0);
        -ms-transform: translate3d(0,-100%,0);
            transform: translate3d(0,-100%,0);
}
.ct-comImgList > li > a:hover .ct-mask{
    display: flex;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-transition: all .25s, opacity .1s ease-in;
            transition: all .25s, opacity .1s ease-in;
}
.ct-comImgList > li > a.ct-comName .ct-mask{
    display: flex;
    background-color: #f0f8ff;
    color: #333;
    opacity: 1;
    -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
            transform: translateZ(0);
}
.topCity-list{
    margin-bottom: 0;
}
.topCity-list > li{
    display: flex;
    padding: 5px 0;
}
.topCity-list > li .ct-label{
    display: inline-block;
    background-color: #bebebe;
    color: #fff;
    width: 24px;
    border-radius: 4px;
    padding: 2px;
    text-align: center;
}
.topCity-list > li:first-child .ct-label,
.topCity-list > li:nth-child(2) .ct-label,
.topCity-list > li:nth-child(3) .ct-label{
    background-color: #fd7400;
}
.topCity-list > li .ct-name{
    flex: 1;
    color: #333;
    text-align: center;
}
.topCity-list > li .ct-num{
    flex: 1;
    text-align: center;
}
.topCity-list > li.active{
    color: #399348;
    font-weight: bold;
    border-radius: 5px;
}
.topCity-list > li.active .ct-name{
    color: #399348;
}
.topCity-list > li.active .ct-label{
    background-color: #399348;
    font-weight: normal;
}
.ecoBg{
    position: relative;
    display: block;
    height: 72px;
    background: url(../images/city/wave.png) no-repeat right bottom, linear-gradient(to right, #498afb, #6cb2df);
    color: #fff;
    padding: 12px 20px;
    line-height: 1.75;
    border-radius: 0 0 4px 4px;
    letter-spacing: .1em;
    margin-bottom: 10px;
}
.green-ecoBg{
    background: url(../images/city/wave.png) no-repeat right bottom, linear-gradient(to right, #3eba84, #6cb2df);
}
.ct-arrowBg{
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #fff;
    color: green;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 18px;
}
.ct-arrowBg .green-arrow, .ct-arrowBg .blue-arrow{
    display: inline-block;
    width: 20px;
    height: 17px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -8px;
}
.ecoBg:hover,.ecoBg:focus{
    color: #fff;
}
.ct-arrowBg .green-arrow{background: url(../images/city/arrow-green.png) no-repeat;}
.ct-arrowBg .blue-arrow{background: url(../images/city/arrow-blue.png) no-repeat;}
.ct-blockT{
    position: relative;
    padding-left: 12px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}
.ct-blockT:before{
    content: '';
    width: 4px;
    height: 16px;
    background-color: #399348;
    position: absolute;
    left: 0;
    top: 5px;
    border-radius: 2px;
}
.ct-dynImg > li > a{
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}
.ct-dynImg > li > a img{
    height: 100px;
    width: 100%;
    transition: transform 1s ease-in-out 0s;
}
a.imgHover{
    display: block;
    overflow: hidden;
}
a.imgHover img{
    transition: transform 1s ease-in-out;
}
.ct-dynImg > li > a:hover img, a.imgHover:hover img{
    transform: scale(1.1);
}
.ct-dynImg > li .dyn-city{
    position: absolute;
    left: 25px;
    font-size: 28px;
    color: #2aedff;
    letter-spacing: .1em;
    top: 15px;
    font-weight: 700;
    z-index: 1;
}
.ct-dynImg > li .dynPro{
    position: absolute;
    color: #fff;
    font-size: 20px;
    text-shadow: 2px 0 6px rgb(0 186 255);
    left: 25px;
    bottom: 18px;
    letter-spacing: .1em;
    z-index: 1;
}
.ct-iconDeclare{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/city/ct-declare.png) no-repeat;
    margin-bottom: -2px;
}
.ct-iconPosition{
    display: inline-block;
    background: url(../images/city/ct-position.png) no-repeat;
    width: 12px;
    height: 17px;
    margin-bottom: -3px;
    background-size: 100% 100%;
}
/* 选择城市 */
.ct-tabList{
    display: inline-block;
    border-radius: 25px;
}
.ct-tabList > li{
    float: left;
    padding-left: 0;
    padding-right: 0;
}
.ct-tabList > li > a{
    display: block;
    width: 180px;
    color: #399348;
    border: 1px solid #399348;
    font-size: 18px;
    padding: 10px;
}
.ct-tabList > li:first-child > a{
    border-radius: 25px 0 0 25px;
}
.ct-tabList > li:last-child > a{
    border-radius: 0 25px 25px 0;
}
.ct-tabList > li.active > a{
    background-color: #399348;
    color: #fff;
}
.ct-filter{
    display: inline-block;
    float: left;
    width: 100px;
}
.ct-hotCity{
    margin-left: 100px;
}
.ct-hotCity > a{
    display: inline-block;
    color: #333;
    margin-right: 15px;
    margin-bottom: 10px;
}
.i-select {
    display: inline-block;
    min-width: 250px;
    position: relative;
}
.i-select > input {
    width: 100%;
    height: 45px;
    border-color: #ddd;
    padding: 6px 30px 6px 12px;
    box-shadow: none;
    cursor: pointer;
}
.i-select > .form-control:focus,
.city-search > input:focus{
    border-color: #399348;
    box-shadow: none;
}
.i-select .icon {
    position: absolute;
    right: 10px;
    top: 15px;
    transition: transform linear .2s;
    -webkit-transition: transform linear .2s;
    color: #ccc;
}
.i-selList {
    margin-bottom: 0;
    position: absolute;
    top: 50px;
    right: 0;
    background: #fff;
    z-index: 5;
    width: 100%;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.1);
    padding: 10px 10px 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    max-height: 280px;
    overflow-y: scroll;
}
.i-selList > li{
    margin-bottom: 8px;
}
.i-selList > li > a{
    display: block;
    color: #666;
}
.city-search{}
.city-search > input{
    display: inline-block;
    float: left;
    height: 45px;
    border-color: #ccc;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    box-shadow: none;
}
.city-search > .input-group-addon{
    display: inline-block;
    width: 80px;
    height: 45px;
    padding-top: 15px;
    background-color: #f6f6f6;
    border-left: 1px solid #ccc;
}
.city-search > .input-group-addon:hover{
    color: #399348;
    background-color: rgba(57, 147, 72, .2);
}
.city-content{
    border: 1px solid #e7e7e7;
}
.city-content .ct-letterList{
    display: flex;
    background-color: #f6f6f6;
    border-bottom: solid 1px #e7e7e7;
    align-items: center;
}
.city-content .ct-letterList:hover{
    background-color: #399348;
}
.city-content .ct-letterList:hover .ct-letter{
    color: #fff;
}
.city-content .ct-letterList .ct-letter{
    flex: 1;
    width: 60px;
    min-width: 60px;
    max-width: 60px;
    color: #666;
    font-size: 18px;
    text-align: center;
}
.city-content .con-proList{
    flex: 1;
    background-color: #fff;
    margin-bottom: 0;
    border-left: 1px solid #e7e7e7;
}
.city-content .con-proList > li{
    display: flex;
    align-items: center;
}
.city-content .con-proList > li:hover{
    background-color: #f6f6f6;
}
.city-content .con-proList > li:before{
    content: '';
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #399348;
    margin-left: -1px;
    opacity: 0;
}
.city-content .con-proList > li:hover:before{
    opacity: 1;
}
.city-content .ct-letterList:last-child{
    border-bottom: 0;
}
.city-content .proTitle{
    flex: 1;
    max-width: 100px;
    min-width: 100px;
    color: #399348;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.city-content .letter-cityList{
    border-left: 1px solid #e7e7e7;
    padding: 5px;
}
.city-content .letter-cityList .conCity{
    display: inline-block;
    color: #666;
    padding: 10px 12px;
}
.city-content .letter-cityList .conCity:hover,
.city-content .letter-cityList .conCity:focus{
    color: #399348;
}
.ct-deptList{
    display: flex;
    flex-wrap: wrap;
}
.ct-deptList > li{
    flex: 1;
    min-width: 10%;
    max-width: 10%;
    margin: 8px 0;
}
.ct-deptList > li .liName{
    background-color: #3f863a;
    background-image: linear-gradient(145deg, #399348, #5ecc72);
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin: 0 2px;
    height: 100%;
    border-radius: 4px;
    padding: 8px 15px;
    position: relative;
}
.ct-deptList > li .liName:after{
    content: '';
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #56c069;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
}
.ct-deptList > li > a{
    display: block;
    font-size: 16px;
    color: #399348;
    text-align: center;
    box-shadow: 0 0 5px rgba(57, 147, 72, 0.16);
    padding: 18px 0;
    margin: 0 2px;
    border-radius: 4px;
    border: 1px solid transparent;
}
.ct-deptList > li > a:hover, .ct-deptList > li > a:focus{
    border-color: #399348;
    -webkit-transition: border-color 0.5s;
    transition: border-color 0.5s;
}
.ct-newCityList{
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
    box-shadow: 0 0 5px rgba(57, 147, 72, 0.12);
}
.ct-newCityList > li{
    flex: 1;
    min-width: 10%;
    max-width: 10%;
    padding-left: 0;
    padding-right: 0;
}
.ct-newCityList > li > a{
    display: block;
    /*color: #333;*/
    font-size: 16px;
    padding: 18px 0;
    text-align: center;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    overflow: hidden;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.ct-newCityList > li > a:hover,.ct-newCityList > li > a:focus{
    color: #399348;
}
.ct-newCityList > li > a:hover:before, .ct-newCityList > li > a:focus:before, .ct-newCityList > li > a:active:before {
    -webkit-transform: scale(2);
    transform: scale(2);
}
.ct-newCityList > li > a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(57, 147, 72, 0.15);
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

/* 榜单 */
.recommend-dir{list-style: none;padding-left: 0;}
.recommend-dir > li{float: left;height: 350px;padding-right: 1px;}
.recommend-dir > li .txtName{
    background-color: rgba(255,255,255,.5);
    height: 350px;
    width: 60px;
    color: #000;
    text-align: center;
    padding-top: 45px;
}
.recommend-dir .txtName span{
    display: block;
    padding: 0 17px;
}
.recommend-dir > li.active a{
    display: block;
    background-size: 100% 100% !important;
}
.recommend-dir > li a{
    display: block;
    background-size: cover !important;
}
.newDir-list{
    border-left: 1px solid #ccc;
    padding-left: 12px;
    margin-bottom: 0;
}
.newDir-list > li{
    position: relative;
    padding-bottom: 10px;
}
.newDir-list > li > a:before{
    content: '';
    width: 10px;
    height: 10px;
    background-color: #ccc;
    position: absolute;
    left: -18px;
    top: 7px;
    border-radius: 50%;
}
.newDir-list > li > a{
    color: #333;
}
.newDir-list > li > a:hover{
    color: #399b48;
    transition: all 0.3s ease-in-out;
}
.newDir-list > li > a:hover:before{
    background-color: #399b48;
    transition: all 0.5s ease-in-out;
}
.bannerDetail{
    display: inline-block;
    position: absolute;
    right: 200px;
    top: 30px;
    color: #d9672b;
    border: 1px solid #d9672b;
    border-radius: 5px;
    padding: 5px 20px;
}
a:hover .bannerDetail{
    background-color: #d9672b;
    color: #fff;
}
.dir-unicorn{
    background: #fff url(../images/city/dirDetail-unicorn.png) no-repeat right bottom;
}
.dir-gazelle{
    background: #fff url(../images/city/dirDetail-gazelle.png) no-repeat right bottom;
}
.unicornLink {
    display: inline-block;
    background-color: #6fb679;
    color: #fff;
    padding: 3px 8px;
    border-radius: 4px;
    vertical-align: text-top;
    margin-left: 5px;
    margin-top: 3px;
}
.dirSelect{
    margin-bottom: 15px;
}
.dirSelect .dirLevel{
    display: inline-block;
    width: 80px;
    text-align: right;
    float: left;
    margin-right: 15px;
    margin-top: 7px;
}
.dirSelect .dirLevel-list{
    overflow: hidden;
    text-align: left;
    padding-top: 0;
    margin-bottom: 0;
}
.dirSelect .dirLevel-list > li{
    margin-top: 5px;
    padding-left: 0;
    padding-right: 3px;
}
.dirSelect .dirLevel-list > li > a{
    display: block;
    color: #333;
    padding: 3px 8px;
}
.dirSelect .dirLevel-list > li.active > a,
.dirSelect .dirLevel-list > li > a:hover{
    background-color: #399b48;
    color: #fff;
    border-radius: 4px;
    transition: all 0.5s ease-in-out;
}
.ico-numGrowth{display: inline-block; width: 32px; height: 28px; background: url(../images/sprite.png) no-repeat;}
.ico-numGrowth {background-position: -611px -257px;}
.ico-numGrowth:hover{background-position: -611px -219px;}
.ico-num1Th, .ico-num2Th, .ico-num3Th{display: inline-block; width: 30px; height: 37px; background: url(../images/sprite.png) no-repeat;}
.ico-num1Th{background-position: -491px -257px;}
.ico-num2Th{background-position: -531px -257px; }
.ico-num3Th{background-position: -571px -257px; }
/*榜单 end*/

/* 数据 begin */
.choose-list {
    margin-top: 20px;
    border-top: 2px solid #399348;
    padding-top: 15px;
}
.choose-list>li {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;
}
.choose-list>li .c-title {
    font-size: 16px;
    width: 85px;
}
.choose-list > li .a-change{
    display: inline-block;
    width: 50px;
    transform: translateY(3px);
    color: #666;
}
.choose-list > li .a-change:hover{
    color: #399348;
}
.choose-list > li .media-body{
    width: 10000px;
}
.sub-list > li{
    padding-left: 0;
    padding-right: 0;
}
.sub-list>li>a {
    display: block;
    color: #333;
    text-align: center;
    padding: 5px 8px;
    border-radius: 5px;
    line-height: 1;
    margin-bottom: 5px;
}
.sub-list>li.active>a, .sub-list>li.active>a:focus, .sub-list>li.active>a:hover {
    background-color: #399348;
    color: #fff;
}
.ct-dataFlex{
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
    border-radius: 2px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .12);
    overflow: hidden;
}
.ct-dataFlex > li{
    flex: 1;
    text-align: center;
    min-width: 16.66%;
    max-width: 16.67%;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
}
.ct-dataFlex > li > a{
    display: block;
    position: relative;
    padding: 20px 0 18px;
    font-size: 16px;
    color: #333;
}
.ct-dataFlex > li .num{
    display: block;
    color: #399348;
    font-size: 18px;
    margin-top: 5px;
}
.ct-dataFlex > li.active > a{
    background: linear-gradient(to right, rgba(57, 147, 72, .9), rgba(87, 179, 104, .9));
    color: #fff;
}
.ct-dataFlex > li > a:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.ct-dataFlex > li > a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: .3s;
    transition: .3s;
    background: linear-gradient(to right, rgba(57, 147, 72, .9), rgba(87, 179, 104, .9));
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    z-index: -1;
}
.ct-dataFlex > li.active .num,.ct-dataFlex > li > a:hover, .ct-dataFlex > li > a:hover .num{
    color: #fff;
}
.ct-rankBg{
    position: relative;
    display: block;
    height: 70px;
    color: #fff;
    border-radius: 4px;
    padding: 15px 20px;
}
a.ct-rankBg:hover,a.ct-rankBg:focus{
    color: #fff;
}
.ct-gazelle{
    background: url(../images/city/entryBg.png) no-repeat right bottom, linear-gradient(to right, #2064f6, #5798fe);
}
.ct-unicorn{
    background: url(../images/city/entryBg.png) no-repeat right bottom, linear-gradient(to right, #f48156, #e19c39);
}
.ct-nezha{
    background: url(../images/city/entryBg.png) no-repeat right bottom, linear-gradient(to right, #119db9, #5dd8d5);
}
.ct-rankCity{
    background: url(../images/city/entryBg.png) no-repeat right bottom, linear-gradient(to right, #6547b8, #a881f2);
}
.ct-rankBg .rank-circle{
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 15px;
}
.ct-rankBg .rankLine {
    display: inline-block;
    width: 17px;
    height: 1px;
    position: relative;
    top: 6px;
    left: 10px;
}
.ct-rankBg .rankLine:after {
    content: "";
    width: 11px;
    height: 11px;
    border-width: 1px;
    position: absolute;
    right: 0;
    top: -5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-style: solid;
}
.ct-gazelle .rankLine{background-color: #3f82fb;}
.ct-gazelle .rankLine:after{border-color: #3f82fb #3f82fb transparent transparent;}
.ct-unicorn .rankLine{background-color: #f18651;}
.ct-unicorn .rankLine:after{border-color: #f18651 #f18651 transparent transparent;}
.ct-nezha .rankLine{background-color: #36bac7;}
.ct-nezha .rankLine:after{border-color: #36bac7 #36bac7 transparent transparent;}
.ct-rankCity .rankLine{background-color: #8764d5;}
.ct-rankCity .rankLine:after{border-color: #8764d5 #8764d5 transparent transparent;}

a.ct-rankBg:hover .rankLine{background-color: #fff;}
a.ct-rankBg:hover .rankLine:after{border-color: #fff #fff transparent transparent;}
a.ct-gazelle:hover .rank-circle{background-color: #3f82fb;}
a.ct-unicorn:hover .rank-circle{background-color: #f18651;}
a.ct-nezha:hover .rank-circle{background-color: #36bac7;}
a.ct-rankCity:hover .rank-circle{background-color: #8764d5;}

.company-case img {
    padding: 2px;
    width: 78px;
    height: 54px;
    border: 1px solid #e8e8e8;
    transition: all .4s ease-in-out;
}
.ct-tagOrange, .ct-tagGreen{
    display: inline-block;
    color: #fd7400;
    border: 1px solid #fd7400;
    border-radius: 4px;
    padding: 1px 8px;
}
.ct-tagOrange{
    color: #fd7400;
    border: 1px solid #fd7400;
}
.ct-tagGreen{
    color: #399348;
    border: 1px solid #399348;
}

.pic-arrow{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../images/city/arrow.png") no-repeat;
    vertical-align: middle;
}
.pic-arrowUp{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../images/city/arrowUp.png") no-repeat;
    vertical-align: middle;
}
.pic-arrowDown{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../images/city/arrowDown.png") no-repeat;
    vertical-align: middle;
}
.ct-spaceModal{
    display: inline-block;
    color: #399348;
    border: 1px solid #399348;
    padding: 5px 20px;
    border-radius: 4px;
    transform: translateY(10px);
}
.ct-spaceModal:hover,.ct-spaceModal:focus{
    background-color: #399348;
    color: #fff;
}
/* 数据 end */
.data-tab{border-bottom: 1px solid #379945; margin: 15px 0 -15px;}
.data-tab a{display: inline-block; padding: 10px 20px; border: 1px solid transparent; border-bottom: none; background-color: #e4e5e4; color: #666; font-weight: bold; transition: all .4s; -webkit-transition: all .4s; -moz-transition: all .4s; -ms-transition: all .4s; -o-transition: all .4s;}
.data-tab a:hover,.data-tab a.active{border-color: #379945; background-color: #78d686; color: #333;}
.g-table tbody tr td:first-child{padding-left: 10px !important;}
/* 活动 */
.ct-infor{
    width: 10000px;
    padding: 15px 30px 10px 15px;
}
.ct-infor a.text-link:hover{
    color: #379945;
}
.ct-infor .btn-publish{
    display: inline-block;
    margin-bottom: 0;
    margin-top: 25px;
}
.ct-infor .btn-publish:hover,.ct-infor .btn-publish:focus{
    color: #fff;
}
.ct-infor .ct-btnPublish{
    display: inline-block;
    background: linear-gradient(to right, #399348, #3eba84);
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
    padding: 8px 25px;
    border-radius: 4px;
    letter-spacing: .1em;
}
.ct-infor .ct-btnPublish:hover,.ct-infor .ct-btnPublish:focus{
    background: #399348;
}
/* GEI新经济指标 begin */
.ct-indicatorFlex{
    display: flex;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    padding: 15px 20px 10px;
    margin-bottom: 20px;
}
.ct-indicatorFlex .inName{
    font-size: 16px;
    margin-top: 2px;
    margin-right: 10px;
}
.ct-indicatorFlex .filterItem{
    flex: 1;
}
.ct-indicatorFlex .filterItem > a{
    display: inline-block;
    color: #333;
    border-radius: 25px;
    padding: 3px 12px;
    margin-bottom: 5px;
    margin-right: 5px;
}
.ct-indicatorFlex .filterItem > a.active{
    background-color: #399348;
    color: #fff;
}
.ct-indicatorFlex .filterItem > a:not(.active):hover{
    color: #399348;
}
.indicator-table{
    border: 1px solid #ebeced;
}
.indicator-table > thead > tr > th{
    background-color: #f5f5f5;
    border: 1px solid #ebeced;
    text-align: center;
    padding: 12px 12px;
    position: sticky;
    top: -1px;
}
.indicator-table > tbody > tr > td{
    border: 1px solid #ebeced;
    padding: 10px 12px;
}
.indicator-table > tbody > tr:nth-child(even) > td{
    background-color: #f5f9f6;
}
.indicator-table > tbody > tr.active > td{
    background-color: #399348;
    color: #fff;
}
/* GEI新经济指标 end */
/* 首页-城市数据 begin */
.city-dataWrap{
    background: url(../images/city/cityDataBg.png) no-repeat;
    width: 800px;
    height: 601px;
    background-size: 100% 100%;
    margin: 0 auto;
    position: relative;
}
.circle-green-sm,.circle-green-md,.circle-green-lg,
.circle-blue-sm,.circle-blue-md,.circle-blue-lg {
    position: absolute;
    display: inline-flex;
    flex-direction: column;
    color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-size: 100% 100%;
}
.circle-green-sm:hover,
.circle-green-md:hover,
.circle-green-lg:hover,
.circle-blue-sm:hover,
.circle-blue-md:hover,
.circle-blue-lg:hover{
    -webkit-animation: circleAnimate 1.5s infinite alternate;
    animation: circleAnimate 1.5s infinite alternate;
}
@keyframes circleAnimate{
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.05);
    }
}
.circle-green-sm{
    background: url(../images/city/circle-green-sm.png) no-repeat;
    width: 100px;
    height: 100px;
    background-size: 100% 100%;
    box-shadow: 0 8px 24px rgba(45, 139, 146, .4);
}
.circle-green-md{
    background: url(../images/city/circle-green-md.png) no-repeat;
    width: 130px;
    height: 130px;
    background-size: 100% 100%;
    box-shadow: 0 8px 24px rgba(45, 139, 146, .4);
}
.circle-green-lg{
    background: url(../images/city/circle-green-lg.png) no-repeat;
    width: 150px;
    height: 150px;
    background-size: 100% 100%;
    box-shadow: 0 8px 24px rgba(45, 139, 146, .4);
}
.circle-blue-sm{
    background: url(../images/city/circle-blue-sm.png) no-repeat;
    width: 100px;
    height: 100px;
    background-size: 100% 100%;
    box-shadow: 0 8px 24px rgba(66, 74, 179, .4);
}
.circle-blue-md{
    background: url(../images/city/circle-blue-md.png) no-repeat;
    width: 130px;
    height: 130px;
    background-size: 100% 100%;
    box-shadow: 0 8px 24px rgba(66, 74, 179, .4);
}
.circle-blue-lg{
    background: url(../images/city/circle-blue-lg.png) no-repeat;
    width: 150px;
    height: 150px;
    background-size: 100% 100%;
    box-shadow: 0 8px 24px rgba(66, 74, 179, .4);
}
.circle-green-sm a,.circle-green-md a,.circle-green-lg a,
.circle-blue-sm a,.circle-blue-md a,.circle-blue-lg a{
    color: #fff;
}
.circle-green-sm .font-Aldrich,
.circle-green-md .font-Aldrich,
.circle-green-lg .font-Aldrich,
.circle-blue-sm .font-Aldrich,
.circle-blue-md .font-Aldrich,
.circle-blue-lg .font-Aldrich{
    font-size: 26px;
    font-style: normal;
    line-height: 1;
}
.dataName{font-size: 20px;}
.circle-szjj .dataName,
.circle-software .dataName,
.circle-green-sm .dataName{
    font-size: 16px;
}
.circle-blue-sm .dataName{
    font-size: 18px;
}
.circle-potential .dataName{
    font-size: 14px;
}
.circle-software .dataName,.circle-szjj .dataName {
    padding: 0 10px;
    text-align: center;
}
.circle-software .font-Aldrich,.circle-szjj .font-Aldrich{
    font-size: 24px;
}
.cityDataTitle{
    position: absolute;
    color: #010101;
    font-size: 26px;
    top: 48.5%;
    left: 51%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-weight: bold;
    letter-spacing: .15em;
}
.circle-unicorn{top: 0;left: 56%;}
.circle-scene{top: 25%;left: 65.5%;}
.circle-kechuang{left: 78%;top: 45%;}
.circle-software{top: 61%;left: 61%;}
.circle-nezha{top: 78%;left: 45%;}
.circle-szjj{left: 28.5%;top: 61%;}
.circle-bjs{left: 11%;top: 51%;}
.circle-potential{left: 18%;top: 24%;}
.circle-track{top: 13%;left: 35%;}

.cityData-left .dName,
.cityData-right .dName{
    font-size: 16px;
}
.cityData-left .font-Aldrich,
.cityData-right .font-Aldrich{
    font-size: 22px;
    font-style: normal;
}
.cityData-left > li,
.cityData-right > li{
    position: absolute;
}
.cityData-left > li:first-child{top: 24%;left: -17%;}
.cityData-left > li:nth-child(2){top: 39%;left: -17%;}
.cityData-left > li:nth-child(3){top: 54%;left: -19%;}
.cityData-left > li:nth-child(4){top: 69%;left: -16%;}

.cityData-right > li:first-child{top: 24%;right: -12%;}
.cityData-right > li:nth-child(2){top: 34%;right: -15.5%;}
.cityData-right > li:nth-child(3){top: 46%;right: -19%;}
.cityData-right > li:nth-child(4){top: 59%;right: -12%;}
.cityData-right > li:nth-child(5){top: 69%;right: -16%;}
.dataScene-list{
    list-style: none;
    padding-left: 0;
    background: url(../images/city/indicator-scene.png) repeat-x;
    height: 208px;
    border-bottom: 1px solid #00ac97;
    margin: 80px 20px 0;
    display: flex;
    text-align: center;
    justify-content: center;
}
.dataScene-list > li{
    flex: 1;
    min-width: 120px;
    padding: 20px 0;
}
.dataScene-list > li .count{
    font-size: 30px;
    font-family: font-Aldrich;
    font-style: normal;
}
.dataScene-list > li .decor-circle{
    width: 14px;
    height: 14px;
    border: 1px solid transparent;
    border-radius: 50%;
    margin: 5px auto 0;
    position: relative;
    transform: translateX(-5px);
}
.decor-circle:before {
    content: '';
    width: 4px;
    height: 4px;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.decor-circle:after {
    content: '';
    position: absolute;
    top: 16px;
    left: auto;
    width: 1px;
    height: 94px;
}
.dataScene-list > li .polygonName{
    color: #3b4259;
    font-size: 16px;
}
.dataScene-list > li:nth-child(4n+1){color: #4c8efc;}
.dataScene-list > li:nth-child(4n+1) .decor-circle{
    border-color: #4c8efc;
}
.dataScene-list > li:nth-child(4n+1) .decor-circle:before{
    background-color: #4c8efc;
}
.dataScene-list > li:nth-child(4n+1) .decor-circle:after{
    background: linear-gradient(#4c8efc,transparent 85%);
}

.dataScene-list > li:nth-child(4n+2){
    color: #ff9343;
}
.dataScene-list > li:nth-child(4n+2) .decor-circle{
    border-color: #ff9343;
}
.dataScene-list > li:nth-child(4n+2) .decor-circle:before{
    background-color: #ff9343;
}
.dataScene-list > li:nth-child(4n+2) .decor-circle:after{
    background: linear-gradient(#ff9343,transparent 85%);
}

.dataScene-list > li:nth-child(4n+3){
    color: #3cb2e8;
}
.dataScene-list > li:nth-child(4n+3) .decor-circle{
    border-color: #3cb2e8;
}
.dataScene-list > li:nth-child(4n+3) .decor-circle:before{
    background-color: #3cb2e8;
}
.dataScene-list > li:nth-child(4n+3) .decor-circle:after{
    background: linear-gradient(#3cb2e8,transparent 85%);
}

.dataScene-list > li:nth-child(4n+4){
    color: #e37566;
}
.dataScene-list > li:nth-child(4n+4) .decor-circle{
    border-color: #e37566;
}
.dataScene-list > li:nth-child(4n+4) .decor-circle:before{
    background-color: #e37566;
}
.dataScene-list > li:nth-child(4n+4) .decor-circle:after{
    background: linear-gradient(#e37566,transparent 85%);
}
.dataScene-list > li:nth-child(odd){
    margin-top: 10px;
    -webkit-animation: ghostUpdownOdd 1.8s infinite alternate;
    animation: ghostUpdownOdd 1.8s infinite alternate;
}
@keyframes ghostUpdownOdd{
    from {
        margin-top: 10px;
    }
    to {
        margin-top: 40px;
    }
}
.dataScene-list > li:nth-child(odd) .polygonName{
    margin-top: 130px;
    -webkit-animation: ghostOdd 1.8s infinite alternate;
    animation: ghostOdd 1.8s infinite alternate;
}
@keyframes ghostOdd{
    from {
        margin-top: 130px;
    }
    to {
        margin-top: 100px;
    }
}
.dataScene-list > li:nth-child(even){
    margin-top: 20px;
    -webkit-animation: ghostUpdownEven 1.8s infinite alternate;
    animation: ghostUpdownEven 1.8s infinite alternate;
}
@keyframes ghostUpdownEven{
    from {
        margin-top: 20px;
    }
    to {
        margin-top: -20px;
    }
}
.dataScene-list > li:nth-child(even) .polygonName{
    margin-top: 120px;
    -webkit-animation: ghostEven 1.8s infinite alternate;
    animation: ghostEven 1.8s infinite alternate;
}
@keyframes ghostEven{
    from {
        margin-top: 120px;
    }
    to {
        margin-top: 160px;
    }
}
.dataScene-list > li:nth-child(odd) .decor-circle:after{height: 100px;}
.dataScene-list > li:nth-child(even) .decor-circle:after{height: 130px;}

/* 首页-城市数据 end */

/* 适配 */
@media (max-width: 768px) {
    .banner-carousel img, .banner-carousel > .item > img, .banner-carousel > .item > a > img{
        height: 150px;
    }
    .ct-bannerImg{
        margin-bottom: 10px;
    }
    .ct-comImgList > li{
        min-width: 50%;
        max-width: 50%;
        margin-bottom: 10px;
    }
    .ct-comImgList > li > a{
        height: 120px;
    }
    .ctTab > li{
        margin-right: 10px;
        margin-top: 10px;
    }
    .ctTab{
        position: relative;
    }
    .ctTab > li.moreDyna > a{
        position: absolute;
        bottom: 15px;
        right: 30px;
    }
    .ct-inFlex > li{
        min-width: 33%;
        max-width: 33%;
    }
    .ct-tabList > li > a{
        width: 150px;
        font-size: 16px;
    }
    .ct-filter{
        display: block;
        float: none;
        margin-bottom: 10px;
    }
    .ct-hotCity{
        margin-left: 0;
    }
    .city-content .ct-letterList .ct-letter{
        font-size: 16px;
        width: 50px;
        min-width: 50px;
        max-width: 50px;
    }
    .city-content .proTitle {
        max-width: 60px;
        min-width: 60px;
    }
    .city-content .con-proList > li:before{
        border-width: 0;
    }
    .bannerDetail{
        right: 0;
    }
    .city-search > input{
        width: calc(100% - 85px) !important;
    }
    .ct-dataFlex > li{
        min-width: 25%;
        max-width: 25%;
    }
    .ct-dataFlex > li > a{
        font-size: 14px;
    }
    .ct-deptList > li .liName{
        padding: 5px 20px;
    }
    .ct-deptList > li{
        min-width: 25%;
        max-width: 25%;
    }
    .ct-deptList > li > a{
        padding: 15px 0;
        margin: 0;
    }
    .ct-newCityList > li{
        min-width: 20%;
        max-width: 20%;
    }

    .navbar-city .ct-navMenu > li > .dropdown-menu {
        transform: translate(0, 0);
    }
    .navbar-city .ct-navMenu .dropdown-menu:before {
        display: none;
    }
}