@media screen and (min-width:1200px) {
    #header .headerBox {
        width: 1200px;
    }
    .navbox {
        width: 1200px;
    }
    .search-query {
        width: 44%；
    }
    #kjcx-main {
        width: 1200px;
    }
    .policy-advice-download-box {
        width: 1200px;
    }
    .copyright {
        width: 1200px;
    }
	#article{
		width: 1200px;
		margin: auto;
	}
}

@media screen and (min-width:960px) and (max-width:1200px) {
    .navbox {
        width: 960px;
    }
    #header .headerBox {
        width: 960px;
    }
    .search-query {
        width: 30%;
    }
    #kjcx-main {
        width: 960px;
    }
    .policy-advice-download-box {
        width: 960px;
    }
    .copyright {
        width: 960px;
    }
	
	#article{
		width: 960px;
		margin: auto;
	}
}

@media screen and (min-width:768px) and (max-width:960px) {
    .navbox {
        width: 768px;
    }
    #header .headerBox {
        width: 768px;
    }
    #kjcx-main {
        width: 768px;
    }
    .policy-advice-download-box {
        width: 760px;
    }
    .copyright {
        width: 768px;
    }
	
	#article{
		width: 768px;
		margin: auto;
	}
}


/* 模块宽度和间距 end*/

.cxfw-box,
.news-box,
.party-headline-box,
.honor-box {
    width: 100%;
}

.party-headline-box,
.support-service-box {
    overflow: hidden;
}

.cxfw-title,
.news-title,
.party-title,
.headline-title,
.support-title,
.service-title,
.honor-title {
    position: relative;
}

.party-box,
.headline-box,
.support-box,
.service-box,
.carousel-box,
.news-inner-box {
    width: 50%;
}

.cxfw-title-box,
.party-title-box,
.headline-title-box,
.news-title-nav,
.honor-title-box,
.support-title-box,
.service-title-box {
    text-align: left;
}

.party-box,
.support-box,
.carousel-box {
    border-right: 10px solid transparent;
}

.headline-box,
.service-box,
.news-inner-box {
    border-left: 10px solid transparent;
}


/* 模块宽度和间距 end*/


/*header*/

#header {
    height: 80px;
}

#header .headerBox {
    margin: 0 auto;
}

#header .headerBox_left {
    width: 50%;
    height: 80px;
}

#header .logo {
    color: #000;
}

#header img {
    margin-top: 10px;
}

#header h1 {
    line-height: 80px;
    font-size: 24px;
    margin: 0 0 0 6px;
}

.headerBox_righ {
    width: 50%;
    height: 80px;
    position: relative;
}

.search-query {
    margin-top: 25px;
    height: 30px;
    background: hsla(0, 0%, 100%, .12);
    position: relative;
}

.search-query:after {
    content: "";
    width: 1px;
    height: 18px;
    position: absolute;
    top: 6px;
    background: hsl(0, 0%, 80%);
    right: 26px;
}

#search {
    position: relative;
    font-size: 12px;
    z-index: 2;
    box-sizing: border-box;
    padding-left: 12px;
    padding-right: 32px;
    width: 100%;
    height: 100%;
    outline: none;
    background: transparent;
    border: 1px solid #ccc;
    color: #ccc;
    line-height: 30px;
}

#but {
    display: block;
    position: absolute;
    z-index: 3;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-image: url(../img/search.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 50%;
}

.headerBox_text {
    position: relative;
    width: 100%;
    height: 80px;
}

.customer,
.member {
    float: left;
    line-height: 80px;
    color: #ccc;
    margin-left: 20px;
}

.customer:hover,
.member:hover {
    color: #000;
    text-decoration: none;
}

.headerBox_text span {
    display: block;
    width: 1px;
    height: 30px;
    background: #ccc;
    margin-left: 30px;
    margin-top: 25px;
    ;
}

.Land,
.register {
    width: 50px;
    height: 30px;
    margin-top: 24px;
    margin-left: 20px;
    display: inline-block;
    border: 1px solid #ccc;
    background: #DD1144;
    line-height: 30px;
    text-align: center;
    color: #fff;
}

.register {
    background: #fff;
    color: #000;
}

.register:hover {
    color: #DD1144;
}


/*header end*/


/*nav*/

.navbox {
    margin: 0 auto;
}

.navbox a {
    font-size: 18px;
}

.jumbotron {
    background-image: url(../img/bannerbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 460px
}

.index-box-container {
    position: absolute;
    bottom: 0;
    height: 100px;
    width: 100%;
    z-index: 100;
    background-color: hsla(0, 0%, 0%, 0.3);
}

.index-box-containerbg {
    background-color: hsla(0, 0%, 100%, .1);
}

.index-box-row {
    margin: auto;
    max-width: 1200px;
    *zoom: 1;
    box-sizing: border-box;
}

.index-box-row li {
    width: 20%;
    float: left;
    border-left: 1px solid #ccc;
    text-align: center;
}

.index-box-border_right {
    border-right: 1px solid #ccc;
}

.index-box-row li:hover {
    background: rgba(255, 255, 255, 0.2);
    transition: opacity .3s .6s, visibility 0s .6s, background-color .6s 0s;
}

.index-box-row li a {
    line-height: 100px;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    width: 100%;
    height: 100px
}

.index-box-row li a:hover {
    text-decoration: none;
}


/*nav end*/


/*专业化一站式全方位*/

.h2-letter {
    letter-spacing: 5px;
    margin-top: 40px;
    margin-bottom: 40px;
}


/*专业化一站式全方位 end*/


/*min-cxfw*/

#kjcx-main {
    margin: 0 auto;
}

.kjcx-more:hover {
    text-decoration: none;
}

.cxfw-menu-box ul {
    display: inline-block;
    padding-left: 0;
    padding-bottom: 10px;
}

.cxfw-menu-box li {
    margin-top: 20px;
    margin-left: 10px;
    float: left;
}

.cxfw-menu-bg {
    display: inline-block;
    width: 174px;
    height: 79px;
    background: url(../img/cxfw_list2.gif) no-repeat;
    background-size: 60px;
    padding-left: 34px;
    padding-top: 18px;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    color: #666;
    cursor: pointer;
}

.cxfw-menu-bg:hover,
.joinus {
    background: url(../img/cxfw_list1.gif) no-repeat;
    background-size: 60px;
    color: #DD1144;
    text-decoration: none;
    transition: all .6s 0s;
}


/*min-cxfw end*/


/* 通知公告+创新工作*/

.news-title-box:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: "";
}

.news-title-box {
    zoom: 1;
}

.news-title-nav {
    display: block;
    color: #000;
    cursor: pointer;
}

.news-title-nav:hover .title-h3 {
    color: #337ab7;
    border-bottom: 4px solid #337ab7;
}

.bulletin-con-mod1 {
    display: none;
}

.news-borderLfet {
    width: 2px;
    height: 22px;
    background: #DD1144;
    display: block;
    margin: 6px 3px 0 3px;
}

.news-title-nav:hover .ccommon-title-red {
    background: #337ab7;
}

.news-inner-box li {
    background: url(../img/news-more.gif) no-repeat 0px 15px;
}

.news-inner-box li {
    border-bottom: 1px solid #dfdfdf;
    text-align: left;
    padding-left: 70px;
    padding-top: 4px;
    margin-bottom: 4px;
}

.news-inner-box li a h4 {
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    color: #666;
    margin: 0;
}

.news-inner-box li a h4:hover {
    color: #DD1144;
}

.news-inner-box li a p {
    font-size: 14px;
    line-height: 18px;
    color: #777777;
}

.news-inner-box li a span {
    color: #DD1144;
}


/* 轮播 */

.carousel {
    position: relative;
}

.carousel-indicators {
    text-align: right;
    left: 0px;
    margin-left: 0px;
    width: 96%;
    bottom: 0px;
    margin-bottom: 0px;
}

.f_hidden {
    overflow: hidden;
}

.carousel-indicators li,
.carousel-indicators li.active {
    border-radius: 0px;
    width: 14px;
    border: none;
    height: 14px;
    margin: 0px 5px;
    background: rgba(120, 120, 120, 0.5) !important;
    filter: Alpha(opacity=50);
    background: #fff;
}

.carousel-inner>.item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.carousel-caption a {
    display: block;
    color: #fff;
}

.carousel-inner>.item>a>img {
    height: 351px;
    width: 100%;
}

.carousel-inner>.item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
}

.ztpic img {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transition-duration: 1.5s;
    -ms-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

.ztpic img:hover {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transition-duration: 1.5s;
    -ms-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

.carousel-caption {
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 0px;
    padding-left: 0px;
    line-height: 45px;
    overflow: hidden;
    height: 45px;
    padding-left: 3%;
    text-align: left;
    font-size: 20px;
    background: rgba(0, 0, 0, 0.5) !important;
    filter: Alpha(opacity=50);
}

.carousel-indicators li.active {
    background: rgba(255, 255, 255, 1) !important;
    filter: Alpha(opacity=100);
}


/* 轮播 end */


/* 通知公告+创新工作 end*/


/* 新闻模块公共*/

.news-content-box,
.service-content-box {
    width: 100%;
}

.news-content-box li {
    border-bottom: 1px solid #dfdfdf;
    text-align: left;
    padding-top: 6px;
    margin-bottom: 6px;
}

.service-content-box li {
    border-bottom: 1px solid #dfdfdf;
    text-align: left;
}

.service-content-box .service-bottom {
    margin-bottom: 17px;
}

.news-content-box li,
.service-content-box li {
    display: block;
}

.news-content-img,
.service-content-img {
    width: 30%;
}

.news-content-img img,
.service-content-img img {
    width: 100%;
    height: 106px;
}

.news-content-text,
.service-content-text {
    width: 70%;
    padding-left: 10px;
    padding-bottom: 18px;
}

.news-content-box li a h4,
.service-content-box li a h4 {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #666;
    margin: 0;
}

.news-content-box li a h4:hover,
.service-content-box li a h4:hover {
    color: #DD1144;
}

.news-content-box li a p,
.service-content-box li a p {
    font-size: 12px;
    line-height: 18px;
    color: #777777;
    padding: 0;
    margin: 0;
}

.news-content-box li a span,
.service-content-box li a span {
    color: #a5a5a5;
    font-size: 12px;
    line-height: 32px;
}


/* 新闻模块公共 end*/


/* 创新驱动助力工程*/

.support-content-left,
.support-content-right {
    width: 50%;
}

.support-content-right {
    background: #f7f7f7;
    border-top: 2px solid #5c9ee6;
    padding-bottom: 10px;
}

.demand,
.supply {
    width: 100%;
}

.demand {
    border-bottom: 1px solid #ccc;
    padding-bottom: 4px;
}

.supply {
    padding-top: 4px;
}

.demand:hover,
.supply:hover {
    background: rgba(0, 0, 0, 0.1);
}

.demand a,
.supply a {
    display: block;
}

.demand a img,
.supply a img {
    float: left;
    box-sizing: border-box;
}

.demand a img {
    padding: 10px 20px;
}

.supply a img {
    padding: 10px 20px;
}

.demand h3,
.supply h3,
.demand p,
.supply p {
    text-align: left;
    line-height: 26px;
    color: #666;
    display: block;
}

.demand-text {
    position: relative;
    top: 30px
}


/* support-content-right*/

.support-content-right p {
    font-size: 20px;
    color: #666;
    font-family: "微软雅黑";
    font-weight: bold;
    margin-top: 10px;
}

.account-item {
    background: hsla(0, 0%, 100%, .12);
    position: relative;
    width: 80%;
    height: 40px;
    line-height: 40px;
    margin: 20px auto;
}

.user,
.password {
    display: block;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 50%;
}

.user {
    background-image: url(../img/user.gif);
}

.password {
    background-image: url(../img/pwd.gif);
}

.account-item:after {
    content: "";
    width: 1px;
    height: 28px;
    position: absolute;
    top: 6px;
    background: hsl(0, 0%, 80%);
    left: 40px;
}

#kjcx-user,
#kjcx-password {
    position: relative;
    font-size: 14px;
    z-index: 2;
    box-sizing: border-box;
    padding-left: 60px;
    padding-right: 32px;
    width: 100%;
    height: 100%;
    outline: none;
    background: transparent;
    border: 1px solid #ccc;
    color: #ccc;
    line-height: 30px;
}

.kjcx-Land {
    width: 80%;
    height: 40px;
    background: #1396d6;
    border: 1px solid #ccc;
    line-height: 40px;
    text-align: center;
    color: #fff;
    display: inline-block;
    cursor: pointer;
}


/* support-content-right end*/


/* 创新驱动助力工程 end*/


/* 荣誉·资质*/

.honor-list-box {
    width: 100%;
}


/* .honor-list {
    width: 25%;
    height: 228px;
    border: 1px solid #ccc;
    padding-right: 10px;
    box-sizing: border-box;
    background: #ccc;
}

.honor-list-box .none-left {
    margin-left: 0px;
} */

.ali-content-item {
    float: left;
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
}

.item-box {
    transition: all .15s cubic-bezier(.4, 0, .2, 1);
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #c5d8db;
    height: 230px;
}

.img-area {
    width: 100%;
    overflow: hidden;
    height: 188px;
}

.img-area img {
    transition: all .5s ease;
    width: 100%;
}

.item-box:hover .img-area img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.box-header {
    padding: 8px 0;
    font-size: 14px;
    color: #373d41;
}


/* 荣誉·资质 end*/


/* 政策导读+建议论述+资源下载*/

.policy-advice-download {
    background-image: url(../img/policy_advice_download.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin-top: 40px;
}

.policy-advice-download-box {
    margin: 0 auto;
    height: 600px;
    padding-top: 20px;
}

.policy,
.advice,
.download {
    width: 33.333333%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.policy {
    border-right: 5px solid transparent;
}

.advice {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.download {
    border-left: 5px solid transparent;
}

.circular {
    border: 4px solid #fff;
    border-radius: 50%;
    width: 132px;
    height: 130px;
    margin: 0 auto;
    margin-top: 40px;
    text-align: center;
}

.circular a {
    display: block;
    margin: 0 auto;
    margin-top: 26px;
    color: #fff;
    font-size: 30px;
    width: 60px;
    line-height: 34px;
    cursor: pointer;
}

.down-symbols {
    font-size: 60px;
    color: #fff;
    text-align: center;
    position: relative;
    top: 24px;
}


/* 政策导读+建议论述+资源下载新闻内容*/

.circular-content,
.advice-content,
.download-content {
    width: 100%;
    margin-top: 60px;
    border: 1px solid #fff;
    position: relative;
    background: rgba(255, 255, 255, 0.1)
}

.min-news-content {
    margin-bottom: 10px;
}

.min-news-content li {
    padding: 4px;
    cursor: pointer;
}

.circular a {
    color: #fff;
}

.circular a:hover {
    color: #23527c;
}

.min-news-content li a {
    color: #fff;
}

.min-news-content li a:hover {
    color: #23527c;
}

.min-news-content-more {
    color: #fff;
    font-size: 18px;
    position: absolute;
    right: 4px;
    bottom: 0px;
    cursor: pointer;
}


/* 政策导读+建议论述+资源下载新闻内容 end*/


/* footer*/

#kjcx-footer {
    width: 100%;
    margin: 0 auto;
    background: #373d41;
}

.copyright {
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 10px;
    position: relative;
}

.copyright-text a {
    font-size: 16px;
    color: #9b9ea0;
    margin-right: 35px;
    transition: color .3s;
}

.copyright-text a:hover,
.link-wrap .link-item:hover {
    color: #28d0e9;
    text-decoration: none;
}

.link-wrap {
    display: inline-block;
    padding-top: 40px;
}

.link-wrap .link-item {
    display: inline-block;
    font-size: 14px;
    color: #73777a;
    margin-right: 10px;
    margin-top: 10px;
    transition: color .3s;
}

.footer-icp {
    margin-top: 50px;
    color: #73777a;
}

.police-img {
    padding-right: 4px;
}

.police {
    line-height: 20px;
    margin: 0px 0px 0px 5px;
    color: #939393;
}

.record-wrap {
    display: inline-block;
}

.record-pic {
    position: absolute;
    bottom: 10px;
    right: 0;
}

.record img {
    width: 100px;
    position: absolute;
    bottom: 66px;
    right: 0;
}

.record {
    line-height: 20px;
    font-size: 14px;
    margin: 0;
    color: #939393;
    text-align: right;
}

.record:hover {
    color: #28d0e9;
}


/* footer end*/