﻿

/*头部样式*/
#mobile-menu img {
	width: 35px;
	margin-top: 5px;
}

.header-content .topbar {
	background-color: #fff;
}

.header-content .topbar-content {
	max-width: 1200px;
	margin: 0 auto;	
	position: relative;
}

.header-content .topbar-content  .topbar-logo {
	float: left;
}

.header-content .topbar-content  .topbar-logo a {
	color: #000;
	font-size: 10px;

}


.header-content .topbar-content  .topbar-logo a img,
.header-content .topbar-content  .topbar-logo a h2 {
	float: left;
}

.header-content .topbar-content  .topbar-logo a h2{
	margin-top: 13px;
	margin-bottom: 4px;
	padding-left: 105px;
	font-family: "STXingkai";
	font-size: 28px;
}

.header-content .topbar-content  .topbar-logo a img {
	margin: 5px;
	height: 90px;
	position: absolute;
	top: 8px;
	left: -20px;
	z-index: 9999;
}

.header-content .topbar-content .topbar-lang a {
	font-size: 16px;
	float: left;
	margin: 18px 0;
	padding: 0 5px;
}

.header-content .topbar-content .topbar-lang a:nth-child(1) {
	color: #3cbef3;
	border-right: 1px solid #111;
}

#search-box {    
    float: right;
    width: 180px;
    position: relative;
    top: 7px;
}

#search-box #searchForm {
    padding: 9px 0;
}

#search-box #searchForm .searchInput {    
    padding: 8px 0;
    border: 1px solid #DDD;
    border-right: 0;
    color: #666;
    font-size: 14px;
    line-height: normal;
    border-radius: 18px;
    text-indent: 50px;	
    width: 180px;
}

#search-box #searchForm #searchSubmit {    
    width: 30px;
    text-indent: -9999px;
    border: 0;
    background: #fff url(../images/search.png) no-repeat center;
    cursor: pointer;
    border-right: 1px solid #aaa;
    position: absolute;
    left: 10px;
    top: 18px;
}

.header-content .nav {
	border-bottom: 3px solid #E19A3B;	
}

.header-content .main-menu {
	background-color: #1c4597;	
	background-image: linear-gradient(#fff,#fff 15%,#064F90 15%,#043D6C);
}

.header-content .main-menu .main-menu-content {
	max-width: 1200px;
	margin: 0 auto;
	padding-left: 80px;
}

.header-content .main-menu .main-menu-content ul {
	float: left;
	text-align: center;
	font-size: 0;
}

.header-content .main-menu ul>li {
	float: left;
	width: 200px;
	height: 60px;
	box-sizing: border-box;
	padding: 9px 0;
	transition: border .3s ease;
}

.header-content .main-menu ul>li:hover {
	border-bottom: 6px solid #158ebf;
	padding: 6px 0 12px 0;
	background-image: linear-gradient(#064F90,#012543);
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.header-content .main-menu ul .current-menu-parent a{
	color: #999;
}

.header-content .main-menu li a {
	color: #fff;
	padding:10px 0; 
	font-weight: 500;	
}

.header-content .main-menu li a p:nth-child(1) {
	font-size: 18px;
	line-height: 50px;
	font-weight: 500;
}

.header-content .main-menu li a p:nth-child(2) {
	font-size: 8px;
}

.menu-item-has-children:hover .sub-menu {
	opacity: 1!important;
	visibility: visible!important;
}
 
#mobile-icon {    
    height: 50px;
    line-height: 50px;
    background-color: #1c4597;
    display: none;
    position: relative;
    width: 100%;
    color: #000;
    z-index: 1000;
}

#mobile-icon #mobile-menu{      
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 25px;
}


.header-content .main-menu .menu-item-has-children .menu-item-has-children-btn {
	position: absolute;
	top: 3px;	
	right: 0;
	width: 50px;
	height: 30px;
	font-size: 30px;
	cursor: pointer;
	display: none;
}

/*子菜单*/

.header-content .main-menu .menu-item-has-children {
	position: relative;
}

.header-content .main-menu .menu-item-has-children .sub-menu {
	background-color:rgba(75,75,75,0.8);
	position: absolute;
	left: 0;
	top: 56px;
	z-index: 999;
	padding: 0;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
	width: 100%;
}

.menu-item-has-children .sub-menu li {
	padding: 0;
}

.header-content .main-menu .menu-item-has-children .sub-menu li:hover {
	border-bottom: none;
	background-image: none;
}

.header-content .main-menu .menu-item-has-children .sub-menu li a {
	font-size: 16px;
	display: block;
	padding: 12px 5px;
	color: #fff;
	transition: all .2s ease; 
}

.header-content .main-menu .menu-item-has-children .sub-menu li a:hover {
	color: #fff;
	text-decoration: none;
	background-color: rgba(50,50,50,0.8);
	border-bottom: 1px solid #333;
}

@media only screen and (max-width: 1200px) {
	.header-content .main-menu ul>li {
		width: 100px;
	}

	#search-box {    
		margin-right: 25px;
	}

	.header-content .main-menu .menu-item-has-children .sub-menu-about li:nth-child(1) {
		margin-left: 400px; 
	}

	.header-content .topbar-content  .topbar-logo a img {
		left: 0px;
	}
}
 
@media only screen and (max-width: 769px) {	
	.header-content .main-menu {
		background-image: none;
		background: #e8e8e8!important;
	}

    .header-content .main-menu .main-menu-content {
        float: none;    
        text-align: center; 
        background: #e8e8e8!important;
        margin: 0;
        display: none;
        max-width: none;
		padding-left:0; 
    }

    .header-content .main-menu .main-menu-content ul{
    	width: 100%;
    	float: none;
    }
    
	.header-content .main-menu ul>li {
		height: auto;
	}

	.header-content .main-menu li a p:nth-child(1) {
		line-height: 35px;
	}

	.header-content .main-menu ul>li:hover {
		border-bottom: none;
		background-color: #1c4597;
		padding: 0;
		border-radius: 0px;
		background-image: none;
	}

    .header-content .main-menu .main-menu-content li {
        display: block;
        width: 100%!important;
        text-align:left;
        text-indent: 10px; 
        padding: 0;
        border-bottom: 1px solid #e9e9e9;
        border-top: 1px solid #ddd;
        float: none;
    }
    
    .header-content .main-menu .main-menu-content a {
        border-radius: 0px;
        color: #000;
        display: block;
        padding: 4px 15px;
    }

    .header-content .main-menu .main-menu-content >li:hover > a {
        background-color: #3b5998;
        color: #fff;
    }
    
    .header-content .main-menu .menu-item-has-children .sub-menu {
        opacity: 1;
        visibility: visible;
        overflow: hidden;
        max-height: 0;
        position: static;
        padding: 0;
        margin: 0;
        top: 36px;
        left: 0;
        background-color: #e8e8e8;  
        float: none;
    }

	.header-content .main-menu .menu-item-has-children .sub-menu .sub-menu-content {
		max-width: none;
		margin: 0;
		float: none;
	}

    .header-content .main-menu .min-menu-contenta li:hover > .sub-menu {
        visibility: visible;
        margin-top: 0;
    }
    
    .menu-item-has-children .sub-menu li {
        float: none;
        display: block;
        width: 100%;
        text-align:left;
        text-indent: 10px; 
        padding: 0;
        border: 0;
        background: none;
        border-bottom: 1px solid #e9e9e9!important;
        border-top: 1px solid #ddd!important;
    }
       
    .header-content .main-menu .menu-item-has-children .sub-menu li:nth-child(1)  {
        border-top:none;
        margin-left: 0;
    }


    .header-content .main-menu .menu-item-has-children .sub-menu li a:hover {
		background-color: #1c4597;	  	
    }
	
	.header-content .main-menu .menu-item-has-children .menu-item-has-children-btn {
		display: block;
	}

    #mobile-icon {    
        display: block;
    }

    .header-content .topbar-content  .topbar-logo a h2{
		margin: 20px 0;
		font-size: 22px;
	}

}

@media only screen and (max-width: 520px) {	
    .header-content .topbar-content  .topbar-logo a h2{
		margin: 20px 0;
		font-size: 20px;
	}
}

/*幻灯片*/


#silde-container { 
	width: 100%; 
	max-height: 650px; 
	overflow: hidden; 
	position: relative;
}

#list { 
	width: 1200%; 
	max-height: 650px; 
	position: absolute; 
	left: -100%;
	z-index: 1;
}

#list img { 
	float: left; 
	width: calc( 100% / 12); 
	max-height: 650px;
}

#buttons { 
	position: absolute; 
	z-index: 2; 
	bottom: 20px; 
	left: calc( (100% - 1200px) / 2 + 40px);
}

#buttons span { 
	cursor: pointer; 
	font-size: 16px;
	color: #fff;
	float: left; 
	width: 38px; 
	height: 10px; 
	border-radius: 5px; 
	background: #19a4dd; 
	margin-right: 15px;
	position: relative;
}

#buttons span p {
	position: absolute;
	top: -20px;
	left: 10px;
	display: none;
}

#buttons span:nth-child(1) p {
	display: block;
}

#buttons .on {  
	background: #fff;
}

.arrow { 
	cursor: pointer; 
	display: none; 
	line-height: 39px; 
	text-align: center; 
	font-size: 36px; 
	font-weight: bold; 
	width: 40px; 
	height: 70px;  
	position: absolute; 
	z-index: 2; 
	top: 40%; 
	background-color: RGBA(0,0,0,.3); 
	color: #fff;
	opacity: 0.5;
}

.arrow:hover { 
	background-color: RGBA(0,0,0,.7);
}

#silde-container:hover .arrow { 
	display: block;
}

#prev { 
	left: calc( (100% - 1200px) / 2);
	background: url(../images/arrow-l.png) no-repeat center;
}

#next { 
	right: calc( (100% - 1200px) / 2);
	background: url(../images/arrow-r.png) no-repeat center;
}


.container {
	max-width: 1200px;
	margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
	#buttons { 
		position: absolute; 
		z-index: 2; 
		bottom: 20px; 
		left: 40%;
	}

	#prev { 
		left: 25px;
	}

	#next { 
		right: 25px;
	}

}

@media only screen and (max-width: 769px) {
	.arrow {  
		top: 30%; 
	}

	#buttons span { 
		font-size: 12px;
		width: 20px; 
		height: 6px; 
		border-radius: 3px; 
		margin-right: 8px;
	}

	#buttons span p {
		top: -17px;
		left: 3px;
	}

	#buttons { 
		bottom: 10px; 
	}
}

/*会务活动*/

.activity {
	margin-top: 50px;
}

.activity .activity-silde {
	width: 540px;
	float: left;
}

.activity .activity-silde iframe {
	width: 100%;
	height: 420px;
}

#activity-silde-container { 
	width: 100%; 
	overflow: hidden; 
	position: relative;
}

#activity-silde-container img {
	max-height: 428px;
}

#activity-list { 
	width: 1200%; 
	max-height: 650px; 
	position: absolute; 
	left: -100%;
	z-index: 1;
}

#activity-list img { 
	float: left; 
	width: calc( 100%  / 12);
}

#activity-buttons { 
	position: absolute; 
	z-index: 2; 
	bottom: 15px; 
	right: 20px;
}

#activity-buttons span { 
	cursor: pointer; 
	font-size: 10px;
	color: #fff;
	float: left; 
	width: 18px; 
	height: 4px; 
	border-radius: 5px; 
	background: #19a4dd; 
	margin-right: 2px;
	position: relative;
}

#activity-buttons span p {
	position: absolute;
	top: -17px;
	left: 2px;
	display: none;
}

#activity-buttons span:nth-child(1) p {
	display: block;
}

#activity-buttons .on {  
	background: #fff;
}

.activity-arrow { 
	display: none; 
}

.activity .activity-content {
	width: 630px;
	float: right;
}

.content-title {
	border-bottom: 3px solid #b5b5b5;
}

.content-title a h2 {
	font-size: 18px;
	display: inline;
	color: #1c4597;
}

.content-title a h3 {
	font-size: 16px;
	display: inline;
	color: #9b9b9b;
}

.content-title  .more {
	font-size: 12px;
	float: right;
	margin-top: 5px;
	color: #3a3a3a;
}

.activity-content-text {
	margin-top: 30px;
}

.article .article-content .article-content-text-post {
	margin-top: 30px;
}

.activity .activity-content .activity-content-text .activity-content-text-main,
.article .article-content .article-content-text-post .article-content-text-main {
	line-height: 64px;
	font-size: 24px;
	color: #286fc6;
}

.activity .activity-content .activity-content-text .activity-content-text-main:hover,
.article .article-content .article-content-text-post .article-content-text-main:hover {
	color: #ff0000;
}

.activity .activity-content .activity-content-text li,
.article .article-content .article-content-text-post li{
	padding-bottom: 5px;
	margin-top: 15px;
	border-bottom: 1px dashed #c4c4c4;
}

.activity .activity-content .activity-content-text li:nth-child(1),
.article .article-content .article-content-text-post li:nth-child(1) {
	margin-top: 0;
}

.activity .activity-content .activity-content-text li a span:nth-child(1), 
.article .article-content .article-content-text-post li a span:nth-child(1) {	
	font-size: 14px;
	color: #000;
}

.activity .activity-content .activity-content-text li a span:nth-child(2),
.article .article-content .article-content-text-post li a span:nth-child(2) {
	float: right;
	font-size: 10px;
	color: #626262;
	margin-top: 5px;
}

.activity .activity-content .activity-content-text li a:hover span:nth-child(1),
.article .article-content .article-content-text-post li a:hover span:nth-child(1) {
	color: #ef0000;
	text-decoration: underline;
}

.activity .activity-content .activity-content-text li:hover,
.article .article-content .article-content-text-post li:hover {
	position: relative;
	left: 20px;
	list-style: disc;
	color: #ef0000;
}


.activity .activity-content .activity-content-text li a:hover span:nth-child(2),
.article .article-content .article-content-text-post li a:hover span:nth-child(2) {
	color: #000;
}

@media only screen and (max-width: 1200px) {
	.activity .activity-silde {
		float: none;
		margin: 0 auto;
	}

	.activity .activity-content {
		float: none;
		margin: 0 auto;
		margin-top: 20px;
	}
}

@media only screen and (max-width: 768px) {
	.activity {
		width: 80%;
		margin: 0 auto;
		margin-top: 15px;
	}

	/*.content-title a h2 {
		font-size: 24px;
	}

	.content-title a h3 {
		font-size: 16px;
	}*/

	.content-title  .more {
		font-size: 10px;
		margin-top: 5px;
	}	

	.activity .activity-silde {
		width: 100%;
	}

	.activity .activity-content {
		width: 100%;
	}

	.activity .activity-content .activity-content-text li a span:nth-child(2),
	.article .article-content .article-content-text-post li a span:nth-child(2) {
		display: none;
	}

	.activity .activity-content .activity-content-text .activity-content-text-main,
	.article .article-content .article-content-text-post .article-content-text-main {
		line-height: 48px;
		font-size: 18px;
	}

	.activity .activity-content .activity-content-text li a span:nth-child(1), 
	.article .article-content .article-content-text-post li a span:nth-child(1) {	
		font-size: 14px;
	}

	.activity .activity-content .activity-content-text li,
	.article .article-content .article-content-text-post li{
		padding-bottom: 3px;
		margin-top: 10px;
	}
}

@media only screen and (max-width: 480px) {
	.activity .activity-silde iframe {
		height: 275px;
	}
}
/*文章精选*/
.article {
	margin-top: 60px;
}

.article .article-content {
	width: calc( 50% - 35px);
	margin-top: 40px;
}

.article .article-content:nth-child(2) {
	float: left;
	padding-right: 35px;
}

.article .article-content:nth-child(3) {
	float: right;
	padding-left: 35px;
}

.article .article-content .article-content-text-img img{
	width: 100%;
	max-height:275px;
	transition: all .3s ease;
}


.article .article-content .article-content-text-img {
	position: relative;
}

.article .article-content .article-content-text-img .article-content-text-img-cover {
	background: rgba(0,0,0,0.5) url(../images/zhen.png) no-repeat center;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	position: absolute;
	top:0;
	left: 0;
	border:7px solid #1c4597;
	opacity: 0;	 
}

.article .article-content .article-content-text-img:hover >img{
	-webkit-filter: blur(2px);
	        filter: blur(2px);
}

.article .article-content .article-content-text-img:hover .article-content-text-img-cover {
	opacity: 1;
}

@media only screen and (max-width: 1200px) {
	.article .article-content {
		width: 80%;
		margin: 0 auto;
	}

	.article .article-content:nth-child(2) {
		float: none;
		padding: 0;
		margin-top: 25px;
	}

	.article .article-content:nth-child(3) {
		float: none;
		padding: 0;
		margin-top: 25px;
	}

	.article .article-content-title {
		width: 80%;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 769px) {	
	.article {
		margin-top: 30px;
	}
}


/*广告*/
.ad {
	margin-top: 90px;
}
.ad h3{
	margin-bottom: 20px
}

@media only screen and (max-width: 1200px) {
	.ad {
		margin: 90px 25px 0 25px;

	}
	.ad img {
		width: 100%;
	}
}

@media only screen and (max-width: 769px) {
	.ad {
		margin-top: 45px;
	}
}


/*友情链接*/
.link {
	margin-top: 70px;
	font-size: 0;
}

.link .link-content-img {
	margin-top: 30px;
}

.link .link-content-img a {
	width: 19%;
	display: inline-block;
	max-height: 120px;
}

.link .link-content-img a img {
	width: 100%;
	padding: 5px 0;
}

.link .link-content-img a + a {
	margin-left: 1%;
}

@media only screen and (max-width: 1200px) {
	.link .link-content-img {
		text-align: left;
		width: 80%;
		margin: 0 auto;
	}

	.link .link-content-title {
		width: 80%;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 769px) {
	.link {
		margin-top: 45px;
	}
	.link .link-content-img a {
		width: 32%;
	}
}

/*页脚*/

.footer {
	margin-top: 65px;
}

.footer-left {
	float: left;
	width: 45%;
}

.footer-left img {
	width: 100%;
	height: 360px;
}

.footer-right {
	float: right;
	width: 55%;	
	background-color: #4e4e4e;
	min-height: 360px;
}

.footer-right .footer-right-content {	
	margin-left: 5%; 
	padding-left: 10px;
}

.footer-right .footer-right-contact {
	border-left: 1px solid #e9e9e9;
	margin-top:40px; 
	padding-left: 10px;
}

.footer-right .footer-right-contact h2 {
	font-size: 24px;
	font-weight: 300;
	color: #e9e9e9;
	line-height: 175%;
}

.footer-right .footer-right-contact h3 {
	font-size: 20px;	
	font-weight: 300;
	color: #e9e9e9;
	line-height: 100%;
}

.footer-right .footer-right-tel {
	margin-top: 15px;
	position: relative;
}

.footer-right .footer-right-tel span {
	font-size: 20px;
	font-weight: 500;
	color: #e9e9e9;
}

.footer-right .footer-right-tel>img {
	margin-bottom: -5px;
	cursor: pointer;
}

.footer-right .footer-right-tel .footer-right-tel-wechat {
	position: absolute;
	left: 505px;
	top: 0;
	display: none;
}

.footer-right .footer-right-tel .footer-right-tel-wechat img {
	width: 160px;
}

.footer-right .footer-right-add {
	margin-top: 25px;
}


.footer-right .footer-right-add .footer-right-add-1 {
	background: url(../images/contact.jpg) no-repeat 0 0;
	text-indent: 30px;	
	margin-top: 10px;	
	height: 30px;
	overflow: hidden; 
}


.footer-right .footer-right-add .footer-right-add-1 p:nth-child(1),
.footer-right .footer-right-add .footer-right-add-2 span,
.footer-right .footer-right-add .footer-right-add-3 span{
	font-size: 18px;
	line-height: 30px;
	color: #e9e9e9;
}

.footer-right .footer-right-add .footer-right-add-1 p:nth-child(2) {
	font-size: 10px;
	color: #e9e9e9;
}

.footer-right .footer-right-add .footer-right-add-2 {
	background: url(../images/contact.jpg) no-repeat 0 -45px;
	text-indent: 30px;	
	margin-top: 10px;	
}


.footer-right .footer-right-add .footer-right-add-3 {
	background: url(../images/contact.jpg) no-repeat 0 -80px;
	text-indent: 30px;	
	margin-top: 10px;	
}


.footer-right .footer-right-copyright {
	margin-top: 20px;
	text-indent: -10px;
	
}

.footer-right .footer-right-copyright .footer-right-copyright-cn,
.footer-right .footer-right-copyright .footer-right-copyright-cn a {
	color: #bababa;
	font-size: 14px;
}

.footer-right .footer-right-copyright .footer-right-copyright-cn span{
	padding: 0 10px; 
	border-right: 1px solid #bababa;
}

.footer-right .footer-right-copyright .footer-right-copyright-cn a {
	padding: 0 10px;
}

.footer-right .footer-right-copyright .footer-right-copyright-en {
	font-size: 8px;
	color: #909090;
	padding: 0 10px;
}

@media only screen and (max-width: 1200px) {
	.footer-left {
		display: none;
	}

	.footer-left img {
		min-height: 100px;
	}
	.footer-right {
		float: none;
		width: 100%;	
		min-height: unset;
	}

	.footer-right .footer-right-contact {
		margin-top:0; 
		border-left: none;
	}

	.footer-right .footer-right-copyright .footer-right-copyright-en {
		padding-bottom: 10px;
	}
}

@media only screen and (max-width: 769px) {

	.footer-right .footer-right-contact h2,
	.footer-right .footer-right-contact h3 {
		font-size: 18px;
	}

	.footer-right .footer-right-tel {
	    margin-top: 10px;
	}

	.footer-right .footer-right-add {
	    margin-top: 15px;
	}
	.footer {
		margin-top: 30px;
	}

	.footer-right .footer-right-tel span {
		font-size: 16px;
	}

	.footer-right .footer-right-tel .footer-right-tel-wechat {
		position: static;
	}
	
	.footer-right .footer-right-content {	
		margin-left: 0; 
	}

	.footer-right .footer-right-add .footer-right-add-1 p:nth-child(1),
	.footer-right .footer-right-add .footer-right-add-2 span,
	.footer-right .footer-right-add .footer-right-add-3 span{
		font-size: 14px;
	}

	.footer-right .footer-right-add .footer-right-add-2 {
		margin-top: 5px;	
	}


	.footer-right .footer-right-add .footer-right-add-3 {
		margin-top: 5px;	
	}

	.footer-right .footer-right-copyright {
	    margin-top: 10px;
	}

}

.Telescopic{
	position: fixed;
	width: 105px;
	right: 5px;
	bottom: 5px;

}
/*.footrq{
	width: 105px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-family: "微软雅黑";
	background: #3d86ff;
	color: #fcff00;
	font-size: 18px;
	font-weight: bold;
}*/
/*.footwx{
	width: 105px;
	height: 147px;
	background: url(../images/wx.png) no-repeat;
}*/
.return_top{
	width: 105px;
	height: 36px;
	background: url(../images/top.png) no-repeat;
	cursor: pointer;
}
.footnav{overflow: hidden;display: none;height:0;}
.footnav a{
	display: block;
	width: 105px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 4px;
	background: #18b4f1;
	color: #fff;
	text-decoration: none;
	font-family: "微软雅黑";
	transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-ms-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
}
.footnav a:hover{
	background: #3d86ff;
	color: #fcff00;
}