@charset "utf-8"
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Microsoft YaHei", "微软雅黑";
}

a,
a:hover {
    text-decoration: none;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.trans {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

a:hover,
.text-white a:hover {
    color: #f07c00;
}

.text-brand {
    color: #f07c00;
}

#pages {
    margin-top: 20px;
    clear: both;
}

#pages a,
#pages span {
    border: 1px solid #e5e5e5;
    overflow: hidden;
    padding: 5px 10px;
}

#pages span {
    color: #fff;
    font-weight: bold;
    border: 1px solid #cc1322;
    background-color: #cc1322;
}

.form-control,
.input-text,
textarea {
  font-size: 14px;
  line-height: 1.42857143;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  background-image: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

img {
    max-width: 100%;
}

ul {
    list-style: none;
    margin: 0;
	padding:0;
}

body {
    overflow-x: hidden;
}

#nav {
    background-color: white;
    padding: 0 30px;
}

.text-grand {
    color: #9d9d9d;
}

.font-bold {
    font-weight: bold;
}

.top-news-des {
    margin-top: 10px;
}

.text-gray {
    color: #7b7b7b;
}

.text-white,
.text-white a {
    color: #fff;
}

.padding-zero {
    padding: 0;
}

.margin-top-60 {
    margin-top: 60px;
}

@media(min-width:1440px) {
    .container {
        width: 1400px;
    }
}

#nav {
    background: #094f92;
    background: -moz-linear-gradient(left, #094f92 0%, #0e7966 100%);
    background: -webkit-linear-gradient(left, #094f92 0%, #0e7966 100%);
    background: linear-gradient(to right, #094f92 0%, #0e7966 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#094f92', endColorstr='#0e7966', GradientType=1);
    overflow: visible;
    margin-top: 8px;
}

.nav-pc li {
    width: 10%;
    margin: 0 !important;
}

.nav-active {
    background-color: #f07c00;
}

.nav-pc li:hover {
    background-color: #005f3a;
}

.margin-top-30 {
    margin-top: 30px;
}

.brand-top {
    background-color: #094f8f;
    font-size: 18px;
    padding: 15px 0;
}

.brand-container {
    background-color: #f5f5f5;
    border: 1px solid #8c8c8c;
    border-top: none;
    padding: 15px 0;
    font-size: 16px;
}

.text-or {
    color: #f07c00;
}

.brand-container li {
    line-height: 2.5em;
}

.study-icon {
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    background-image: url(../../images/icon.png);
    background-repeat: no-repeat;
    margin: 6px 6px 0 0;
}

.study-container li {
    padding: 3px 0;
}

.study-container li:nth-child(1) .study-icon {
    background-position: 0 0;
}

.study-container li:nth-child(2) .study-icon {
    background-position: -20px 0px;
}

.study-container li:nth-child(3) .study-icon {
    background-position: -40px 0;
}

.study-container li:nth-child(4) .study-icon {
    background-position: -60px 0;
}

.study-container li:nth-child(5) .study-icon {
    background-position: -80px 0;
}

.study-container li:nth-child(6) .study-icon {
    background-position: -100px 0;
}

.study-container li:nth-child(7) .study-icon {
    background-position: -120px 0;
}

.study-container li:nth-child(8) .study-icon {
    background-position: -140px 0;
}

.study-container li:nth-child(9) .study-icon {
    background-position: -160px 0;
}

.study-container li:nth-child(10) .study-icon {
    background-position: -180px 0;
}

.study-container li:nth-child(11) .study-icon {
    background-position: -200px 0;
}

.study-container li:hover .study-icon {
    background-position-y: -20px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.left-zero {
    padding-left: 0;
}

.right-zero {
    padding-right: 0;
}

.news-item-one {
    font-size: 16px;
}

.home-news-des {
    color: #6d6d6d;
    padding-top: 15px;
}

.home-news-list {
    line-height: 2em;
}

.home-news-list .fa-circle {
    color: #f07c00;
    font-size: 2px !important;
}

.home-news-list li {
    padding: 8px 0;
}

.home-news-list li::before {
    content: "·";
    color: #f07c00;
    display: inline-block;
    padding-right: 5px;
    font-size: 16px;
    font-weight: bold;
}

.home-member-brand {
    font-size: 16px;
    border-bottom: 1px solid #094f8f;
    overflow: hidden;
    margin-bottom: 15px;
}

.home-member-brand span {
    background-color: #094f8f;
    padding: 15px 30px;
    display: block;
}

.home-news-item {
    padding: 8px 0;
    overflow: hidden;
    letter-spacing: .5px;
}

.home-news-time {
    color: #828282;
}

.home-news-item .word-break::before {
    content: "·";
    color: #f07c00;
    display: inline-block;
    padding-right: 5px;
    font-size: 14px;
    font-weight: bold;
}

.home-member-btn {
    border-radius: 8px;
    margin-bottom: 21px;
    padding: 12px 0;
    background-image: url(../../images/icon2.png);
    background-position: center right;
    background-repeat: no-repeat;
    line-height: 20px;
}

.member-btns a:nth-of-type(1) .home-member-btn {
    background-color: #00479d;
}

.member-btns a:nth-of-type(2) .home-member-btn {
    background-color: #094;
}

.member-btns a:nth-of-type(3) .home-member-btn {
    background-color: #8fc31f;
}

.member-btns a:nth-of-type(4) .home-member-btn {
    background-color: #1d2088;
}

.member-btns a:nth-of-type(5) .home-member-btn {
    background-color: #005f3a;
}

.member-btns a:nth-of-type(6) .home-member-btn {
    background-color: #f07c00;
}

.member-btns a:nth-of-type(7) .home-member-btn {
    background-color: #009e96;
}

.member-btns a:nth-of-type(8) .home-member-btn {
    background-color: #bda432;
}


.member-icon {
    display: block;
}

#member-logo {
    overflow: hidden;
	height:110px;
}

#member-logo ul li {
    float: left;
	width:100% !important;
}

.logo-icon {
    height: 100px;
    /* border: 1px solid #ddd; */
    padding: 5px 15px;
    position: relative;
    display: table;
    overflow: hidden;
    text-align: center;
}

.logo-icon a {
    display: table-cell;
    width: 100%;
    height: 100px;
    vertical-align: middle;
	border:1px solid #ddd;
}

.logo-icon a img {
    max-width: 100%;
    max-height: 100px;
    margin: 0 auto;
}

.link-container a {
    min-width: 10%;
    display: block;
    float: left;
    padding: 5px 15px;
    color: #2e2e2e;
}

.footer {
    padding-bottom: 15px;
}

/* 关于协会 */
.cat-about-des {
    font-size: 16px;
    line-height: 1.75em;
    padding-top: 15px;
    padding-bottom: 20px;
}

.cat-about-brand {
    font-size: 24px;
}

.btn-about,
.btn-culture {
    padding: 8px 30px;
}

.cat-culture {
    background-color: #f7f7f7;
    padding: 30px 0;
}

.btn-about {
    background-color: #094f8f;
}

.btn-culture {
    background-color: #005f3a;
}

.cat-about-title {
    font-size: 22px;
    padding: 8px 0;
    margin-bottom: 30px;
    background-color: #f9f9f9;
    padding: 10px 15px;
}

.org-more {
    font-size: 14px;
    color: #aaa;
    line-height: 30px;
    font-weight: 400;
}

.text-brand2 {
    color: #005f3a;
}

.org-more:hover {
    color: #f07c00;
}

.charter-brand {
    font-size: 24px;
}
.charter-brand-p{
	font-size:16px;
	color:#585858;
	padding-bottom:15px;
}
.charter-brand-info {
    font-size: 16px;
    padding: 20px 0;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    background-color: #f5f5f5;
    line-height: 24px;
}

.charter-info {
    line-height: 1.75em;
    padding: 15px 0;
    color: #989898;
    display: none;
}

.charter-info-active {
    background-color: #005f3a;
    color: #fff;
}

.charter-brand-info .text-right i {
    font-size: 22px !important;
}

.trand-nine {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

/* 新闻资讯 news */
.cat-news-img {
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.cat-news-title {
    font-size: 22px;
}

.cat-news-info {
    padding: 8px 0;
    color: #989898;

}

.cat-news-des {
    line-height: 1.75em;
    overflow: hidden;
}

.btn-news:hover {
    padding-left: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.cat-news-day {
    font-size: 40px;
    padding-top: 50px;
    font-family: fantasy;
}

.cat-news-m {
    color: #989898;
    font-size: 16px;
    font-family: fantasy;
}

.cat-news-list {
    overflow: hidden;
    margin-bottom: 30px;
    background-color: #fbfbfb;
    padding: 15px 0;
}

.show-news-content {
    font-size: 16px;
    line-height: 1.75em;
    padding-bottom: 15px;
}
.show-news-content img{
	display:block !important;
	margin:auto !important;
}
.cat-news-info span {
    padding: 0 10px;
}

.next {
    font-size: 16px;
    padding: 10px 0;
}

/* 会员 huiyuan vip */
.cat-member-brand {
    font-size: 24px;
}

.cat-member-container .container .row {
    height: 210px;
}

.cat-member-container .cat-member {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.cat-member-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.cat-member-container {
    padding-bottom: 100px;
    position: relative;
}

.cat-member .swiper-slide {
    padding: 0 15px;
}
.cat-member img{
	max-height:105px;
}
.sw-member-next i,
.sw-member-prev i {
    font-size: 48px !important;
    color: #fff;
}

.sw-member-next,
.sw-member-prev {
    position: absolute;
    left: 50%;
}

.sw-member-next {
    margin-left: -60px;
}

.sw-member-next {
    margin-right: 60px;
}

.member-arr {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #005f3a;
    display: inline-block;
    line-height: 50px;
}

.cat-member .swiper-slide img {
    display: block;
    margin: auto;
}

.member-img {
    height: 120px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.member-title {
    font-size: 18px;
}

.member-des {
    color: #989898;
}

.member-time {
    padding: 8px 0;
}

.word-break {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.member-item {
    overflow: hidden;
    margin-bottom: 30px;
}

.member-vip,
.member-pep {
    overflow: hidden;
    height: 550px;
}
#cat-member-logo{
	overflow:hidden;
	height:400px;
}
#cat-member-logo li{
	width:100%;
}
.member-logo ul li,#cat-member-logo ul li,
.member-pep ul li {
    float: left;
}

.member-container {
    position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    height: 200px;
    padding: 5px;
    text-align: center;
    border: 1px #ddd solid;
}

.member-container a {
    display: table-cell;
    width: 100%;
    height: 200px;
    vertical-align: middle;
}

.member-container a img {
    max-width: 100%;
    max-height: 200px;
    margin: 0 auto;
}

.member-v-info {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-top: none;
    overflow: hidden;
    padding: 10px 0;
    margin-bottom: 30px;
}

.member-title small {
    font-size: 12px;
    padding-left: 10px;
}

.member-line {
    width: 90%;
    margin: 8px auto;
    border-bottom: 1px solid #ddd;
}

.member-zw {
    color: #989898;
}

/* 党建 Party */
.party-item-box{
    height:270px;
    overflow: hidden;
}
.party-item{
    padding: 10px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}
.party-item-title{
    font-size: 16px;
}
.party-item-time{
    color: #989898;
    padding-top: 5px;
    font-size: 12px;
}
.party-bg{
    background-image: url(../../images/party-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    background-attachment: fixed;
}
/* 服务service */
.home-member-more a{
    color: #989898;
    font-size: 12px;
}
.home-member-brand{
    position: relative;
}
.home-member-more{
    position: absolute;
    right: 0;
    bottom: 10px;
}
/* 下载download */
.down-item-title{
    font-size: 16px;
}
.down-item{
    overflow: hidden;
    background-color: #f7f7f7;
    padding: 30px 15px;
    margin-bottom: 30px;
}
.down-item-info{
    padding-top: 10px;
    color: #989898;
}
.down-item:hover{
    background-color: #f1fff3;
}
.video-title{
    font-size: 16px;
    background-color: #f5f5f5;
    margin-bottom: 30px;
	padding: 15px 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height:76px;
}

.video-img{
    height: 220px;
    background-position: top center;
    background-repeat: no-repeat;
	background-size: cover;
}
.cat-down-item{
    overflow: hidden;
    padding: 15px 0;
    background-color: #f7f7f7;
    margin-bottom: 30px;
}
.cat-down-apply{
    background-color: #f7f7f7;
    padding: 50px 0;
}
.cat-down-btn{
    padding: 15px 30px;
    background-color: #094f92;
}
.banner-c{
	line-height:40px;
	background-color:#f5f5f5;
	padding:10px 0;
	margin-bottom:30px;
}
.banner-c-title{
	font-size:24px;
	color:#094f8f;
}
#container{
	height:500px;
}
.info-title{
	background-color:#0089e1;
	color:#fff;
	padding:5px 10px;
}
.info-content{
	font-size:14px;
	line-height:1.5em;
	padding:5px 10px;
}
.list-map{
	width:100%;
	height:700px !important;
}
.page-d{
	font-size:16px;
	line-height:1.75em;
}
.leader-title{
	font-size:24px;
	padding-bottom:10px;
}
.leader-btn{
	font-size:16px;
	padding:5px 15px;
	background-color:#094f92;
	color:#fff;
	margin-bottom:15px;
}
.leader-btn small{
	font-size:12px;
}
.leader-btn span{
	color:#05325d;
}
.logo-container{
	position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    height: 120px;
    text-align: center;
}
.logo-container a {
    display: table-cell;
    width: 100%;
    height: 120px;
    vertical-align: middle;
}
.logo-container a img {
    max-width: 100%;
    max-height: 120px;
    margin: 0 auto;
}
.top-search #q{
	width:80%;
}
.top-search button{
	width:15%;
	background-color:#00643d;
	color:#fff;
}
.top-search button,.top-search #q{
	float:left;
	border-radius:0;
}
.top-search{
	padding-top:20px;
}
.se-item-title{
	font-size:18px;
	font-weight:bold;
}
.se-item-info{
	padding:10px 0;
	color:#797979;
}
.sr_lists ul li{
	padding:5px 0;
}
.se-item{
	overflow:hidden;
	margin-bottom:30px;
}
.map{
	z-index:-5;
}
#allmap img {
  max-width: inherit !important;
}
.home-service{
	padding:30px 0 10px 0;
}
.brand-container ul{
	padding-left:45px;
}
.home-member-container,.home-member{
	height:200px;
}
.home-member .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        height: 50% !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }
 .home-member .swiper {
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
      }

@media(max-width:768px){
	.logo{
		max-width:260px !important; 
		margin-top:10px;
	}
	.home-main{
		margin-top:30px;
	}

	.home-main .col-sm-7.left-zero,.xs-zero{
		padding:0;
	}
	.home-main .news-item-one{
		padding-top:10px;
	}
	.home-member-brand{
		margin:15px 0 !important;
	}
	.member-btns a{
		width:50%;
		float:left;
		padding:0 15px;
	}
	.footer{
		text-align:center;
		line-height:1.5em;
	}
	.banner-c-title,.cat-news-time{
		display:none;
	}
	.container{
		padding:0 20px;
	}
	.banner-bread{
		text-align:left !important;
	}
	.brand-container li{
		width:50%;
		float:left;
	}
	.brand-container{
		overflow:hidden;
	}
	.banner-news{
		margin-top:15px;
		padding-left:0;
		padding-right:15px;
	}
	.xs-mobile{
		padding:0;
	}
	.logo-icon{
		width:33.333333%;
		height:60px;
	}
	.member-logo li{
		height:120px;
	}
	.logo-icon a{
		height:60px;
	}
	.logo-icon a img{
		max-height:60px;
	}
	.search-ul li{
		width:50%;
		float:left;
	}
	.search-left{
		overflow:hidden;
	}

}
@media screen and (min-width:769px) and (max-width:1367px){
	.brand-container ul{
		padding-left:35px;
	}
}

.show-news-content p{
	padding:0; 
}
.show-news-content video{
	width:100%;
	margin:auto;
}
.banner-news-img{
	height:400px;
	background-repeat: no-repeat;
    background-position: top center;
	background-size:contain;
}
@media(min-width:1366px){
	.show-news-content{
		width:900px;
		margin:auto;
	}
}
#scrollUp{
	position: fixed;
	bottom:50px;
	right:0;
	background-color:#094f8f;
	width:40px;
	height:40px;
	padding:5px;
	cursor: pointer;
}
#scrollUp:hover{
	background-color:#00643d
}
.ca-news-i{
	border-top:1px dashed #ddd;
	margin-top:30;
	padding-top:30px;
}
.page-item{
	font-size:16px;
	line-height:1.75em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.home-culture{
	border: 1px solid #8c8c8c;
    border-top: none;
}
.logo-item{
	overflow:hidden;
	margin-bottom:30px;
	border:1px solid #f5f5f5;
	padding:30px 0;
}
.logo-img{
	position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    height: 130px;
    padding: 5px;
    text-align: center;
}

.logo-img a {
    display: table-cell;
    width: 100%;
    height: 130px;
    vertical-align: middle;
}

.logo-img a img {
    max-width: 100%;
    max-height: 130px;
    margin: 0 auto;
}
.logo-des{
	font-size:16px;
	padding-top:15px;
	line-height:1.75em;
}
p.link{
	padding:15px 0;
}
.logo-content{
	line-height:1.75em;
	font-size:16px;
	letter-spacing: .5px;
}
.link a{
	color:#989898;
}
.page-service{
	text-indent:32px
}
.show-meeting-info{
    padding: 15px 0;
    width: 100%;
}
.show-meeting-info span{
    padding: 15px 30px;
    margin: 0 15px;
    color: #005f3a;
}