html,body{
	padding: 0;
	margin: 0;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #333;
	overflow-x:hidden;
}
.indexBody .wrap{
	max-width: 1440px;
	margin: 0 auto;
}
.wrap{
	max-width: 1200px;
	margin: 0 auto;
}
ul{
	padding: 0;
	margin: 0;
}
ul li{
	list-style: none;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.fp-tableCell{
	vertical-align: top;
}
a,a:hover,a:active,a:visited,a:link,a:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
    background: none;
    text-decoration: none;
}
img{
	max-width: 100%; max-height:100%;
}
input{
	-webkit-appearance: none;//ios去掉阴影
}
input:focus,button:focus{
	outline: none;
}
/**导航菜单**/
header{
	position: fixed;
	top: 0;
	width: 100%;
	background: transparent;
	z-index: 999;
}
header.onFixed{
	background: #fff;
	box-shadow: 0px 0px 18px rgba(0,0,0,.1);
}
header .logo{
	/*background: #fff;*/
	padding: 10px 1.8%;
    max-width: 14%;
	/*transition: width .8s;*/
}
header .logo img{
	/*-webkit-transition: height .22s cubic-bezier(.77,0,.175,1) 0s,width .14s cubic-bezier(.77,0,.175,1) .18s;*/
    /*transition: height .22s cubic-bezier(.77,0,.175,1) 0s,width .14s cubic-bezier(.77,0,.175,1) .18s;*/
	/*transition: all .8s;*/
}
header.onFixed .logo{
	margin: 1.5px 45px;
	padding: 0;
}
header.onFixed .logo img{
	width: 81px;
	height: 81px;
}

header .rightDiv {
	/*max-width: 47%;*/
}
header .rightDiv .menu{
	text-align: center;
	padding: 0;
}
header .rightDiv .menu ul.lang_wrap{
	/*border-left: 1px solid #e5e5e5;*/
	position: relative;
	width: 135px;
	margin-left: 100px;
}
header .rightDiv .menu ul.lang_wrap li{
	line-height: 84px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
}
header.onFixed .rightDiv .menu ul.lang_wrap li{
	background: #fff;
}
header .rightDiv .menu ul.lang_wrap li:nth-child(1){
	position: relative;
}
header .rightDiv .menu ul.lang_wrap li:nth-child(2){
	top: 84px;
	display: none;
}
header .rightDiv .menu ul.lang_wrap li:nth-child(3){
	top: 168px;
	display: none;
}
header .rightDiv .menu ul.lang_wrap li.active{
	display: block;
}
header .rightDiv .menu ul.lang_wrap li a{
	font-size: 24px;
	color: #2259a8;
	font-weight: bold;
	display: block;
}
header .rightDiv .menu ul.lang_wrap li a span{
	padding-right: 25px;
	position: relative;
}
header .rightDiv .menu ul.lang_wrap li.active a span:after{
	width: 11px;
    height: 6px;
    content: "";
    display: block;
    background: url(../img/xia.png) no-repeat center center;
    background-size: contain;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 0px;
}
header .rightDiv .menu ul.lang_wrap:hover li{
	display: block;
	background: rgba(255,255,255,.6);
}
header .rightDiv .menu ul.lang_wrap li:hover a{
	background: #2259a8;
	color: #fff;
}
header .rightDiv .menu ul.lang_wrap li.active:hover a{
	background: rgba(255,255,255,.6);
	color: #2259a8;
}
header .rightDiv .menu ul.lang_wrap:hover li.active a span:after{
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}
header .rightDiv .menu ul.nav_wrap{
	overflow: hidden;
}
header .rightDiv .menu ul.nav_wrap li{
	float: left;
	position: relative;
	margin-right: 35px;
}
header .rightDiv .menu ul.nav_wrap li a{
	text-align: center;
	display: block;
	color: #333;
	padding-right: 20px;
	padding-top: 30px;
	padding-bottom: 10px;
	font-size: 18px;
}
header .rightDiv .menu ul.nav_wrap li a span{
    height: 22px;
    display: block;
    overflow: hidden;
    position: relative;
    top: 0;
    transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    text-align: justify;
}
header .rightDiv .menu ul.nav_wrap li a span.hover{
	font-weight: bold;
}
header .rightDiv .menu ul.nav_wrap li a span.hover, header .rightDiv .menu ul.nav_wrap li > span span.hover {
    opacity: 0;
}
header .rightDiv .menu ul.nav_wrap li a:hover:before{
	content: "";
	width: 44px;
	height: 4px;
	background: #2259A8;
	position: absolute;
	top: 0;
	left: 0;
	
}
header .rightDiv .menu ul.nav_wrap li a:hover span, header .rightDiv .menu ul.nav_wrap li > span:hover span {
    opacity: 0 !important;
}
header .rightDiv .menu ul.nav_wrap li a:hover span.hover, header .rightDiv .menu ul.nav_wrap li > span:hover span.hover {
    top: -21px !important;
    opacity: 1 !important;
}
header .rightDiv .menu ul.nav_wrap li:hover a, header .rightDiv .menu ul.nav_wrap li:hover span {
    color: #2259a8;
}
header .rightDiv .menu ul.nav_wrap li a:after, 
header .rightDiv .menu ul.nav_wrap li > span:after{
	width: 11px;
    height: 6px;
    content: "";
    display: block;
    background: url(../img/xia.png) no-repeat center center;
    background-size: contain;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 0px;
}
header .rightDiv .menu ul.nav_wrap li:hover a:after,
header .rightDiv .menu ul.nav_wrap li:hover > span:after{
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}
header #header-toggle{
	display: none;
}
/*header .mbtn {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../img/menu.png) no-repeat center #2259a8;
    background-size: 22px auto;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}
header .mbtn:active{
    opacity: .8;
}
body.on-menu header .mbtn{
    background-image: url(../img/menu-hide.png);
}*/

/****底部***/
.footer{
	background: #333333;
	font-size: 12px;
	color: #898989;
}
.footer .wrap{
	text-align: center;
	padding: 15px 0;
}

/********************************* 首页 **********************************/
/*banner轮播*/
.index-banner{
    width: 100%;
	position:relative;
	height: 100vh;
}

.index-banner .carousel{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
}
.index-banner .carousel-inner{
	height: 100vh;
}
.index-banner .carousel-inner > .item{
	height: 100vh;
	position: relative;
}
.index-banner .carousel-inner > .item .wrap{
	width: 75%;
	max-width: 1440px;
	height: 100vh;
	position: relative;
	display:flex;
    justify-content:flex-end;
    align-items:center;
}
.index-banner .carousel-inner > .item .wrap .textDiv{
	width: 100%;
}
.index-banner .carousel-inner > .item p{
	text-align: left;
}
.index-banner .carousel-inner > .item p img{
	width: 42.1%;
	max-width: 500px;
}
.index-banner .carousel-indicators{
	left: 50%;
    width: 75%;
    margin-left: -37.5%;
    text-align: left;
    bottom: 45px;
}
.carousel-indicators li{
	width: 50px;
	height: 2px;
	background: #dcdcdc;
	border: 0;
	margin: 0 5px;
}
.carousel-indicators .active{
	width: 50px;
	height: 2px;
	background: #2259a8;
	margin: 0 5px;
}
/*.index-banner .carousel-control .glyphicon-chevron-left, .index-banner .carousel-control .glyphicon-chevron-right{
	width: 36px;
	height: 36px;
}
.index-banner .carousel-control .glyphicon-chevron-left{
	background: url(../img/left-icon.png);	
}
.index-banner .carousel-control .glyphicon-chevron-right{
	background: url(../img/right-icon.png);	
}
.index-banner .carousel-control .glyphicon-chevron-left:hover{
	background: url(../img/left-icon_.png);	
}
.index-banner .carousel-control .glyphicon-chevron-right:hover{
	background: url(../img/right-icon_.png);	
}
.index-banner .glyphicon-chevron-left:before,
.index-banner .glyphicon-chevron-right:before{
	content: "";
}*/
/*.index-banner .scrollDown{
	position: absolute;
	bottom: 40px;
	width: 100%;
	text-align: center;
}*/
.index-banner .scrollBtnArea span{
	display: block;
	font-size: 14px;
	color: #20559f;
	font-weight: bold;
	margin-top: 20px;
}
.scrollBtnArea{
	text-align: center;
	position: absolute;
	width: 120px;
	height: 120px;
	bottom: 20px;
	left: 50%;
	margin-left: -60px;
}

.scrollBtn{
	position: relative;
	width: 35px;
	height: 55px;
	margin: 0 auto;
	margin-bottom: 30px;
	/*border: solid 1px #20549f;
	border-radius: 20px;*/
	background: url(../img/scb.png) no-repeat center center;
	background-size:100% 100%;
}

.scrollBtn::after{
	position: absolute;
	left: 50%;
	margin-left: -1px;
	top: 3px;
	content: "";
	width: 2px;
	height: 20px;
	border-radius: 0px;
	background: #20549f;
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 25px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 25px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes sdb {
  0% {
    -moz-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -moz-transform: translate(0, 25px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.scrollBtn::before{
	position: absolute;
	left: 50%;
	margin-left: -5px;
	bottom: -15px;
	content: "";
	width: 10px;
	height: 12px;
	/*border-right: solid 1px #20549f;
	border-bottom: solid 1px #20549f;*/
	/*transform: rotate(0);*/
	background: url(../img/scx.png) no-repeat center center;
	background-size:100% 100%;
	-webkit-animation: parapara 2s steps(3) 0s infinite;
	-moz-animation: parapara 2s steps(3) 0s infinite;
	animation: parapara 2s steps(3) 0s infinite;
}
@keyframes parapara {
    0% { transform: rotate(0) translate(0, 0); opacity: 1;}
  100% { transform: rotate(0) translate(0, 18px); opacity: 0.001;}
}
@-webkit-keyframes parapara {
    0% { transform: rotate(0) translate(0, 0); opacity: 1;}
  100% { transform: rotate(0) translate(0, 18px); opacity: 0.001;}
}

@-moz-keyframes parapara {
    0% { transform: rotate(0) translate(0, 0); opacity: 1;}
  100% { transform: rotate(0) translate(0, 18px); opacity: 0.001;}
}

/*******关于我们*******/
.index-about{
	background: url(../img/index-about-bg.png) #fff no-repeat right center;
	background-size:cover;
	margin: 170px 0 0px;
	padding: 90px;
	position: relative;
	z-index: 2;
}
.index-about:before{
	content: "";
	width: 960px;
	height: 428px;
	background: url(../img/index-about-bg1.png) no-repeat right top;
	position: absolute;
	left: 0;
	top: -170px;
	z-index: -1;
}
.index-about:after{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -2;
    transition: width 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-delay: .2s;
}
.index-about.instage:after{
	width: 0%;
}

.index-about .wrap{
	overflow: hidden;
	z-index: 2;
	position: relative;
}
.index-about .leftDiv{
	width:605px;
	background-color: #fff;
	float: right;
	padding: 65px;
}
.index-about .leftDiv .h2{
	margin: 0;
	font-size: 36px;
	color: #3361a5;
	font-weight: bold;
}
.index-about .leftDiv .h3{
	margin: 25px 0;
	font-size: 14px;
	color: #3361a5;
	font-weight: bold;
}
.index-about .leftDiv .titleDiv span{
	font-size: 24px;
	color: #333;
	font-weight: bold;
	display: block;
	margin-bottom: 12px;
}

.index-about .leftDiv p{
	font-size: 14px;
	line-height: 30px;
	color: #666;
	margin: 25px 0 30px;
	text-align: justify;
	/*display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;*/
}
.index-about .leftDiv a.moreBtn{
	font-size: 16px;
	color: #333;
	border: 1px solid #000;
	border-radius: 40px;
	display: inline-block;
	width: 175px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50px;
	transition: all .4s;
	text-transform: uppercase;
}
.index-about .leftDiv a.moreBtn:hover{
	background: #2259A8;
	border: 1px solid #2259A8;
	letter-spacing: 2px;
	color: #fff;
}
.index-about .rightDiv{
	width: 53.5%;
	text-align: right;
}
.index-about .rightDiv .aboutImg{
	margin-right: 20px;
}
.index-about .rightDiv .jyca{
	text-align: left;
	max-width: 360px;
	margin-left: 53%;
	font-size: 30px;
	color: #999;
	font-weight: bold;
	margin-top: 25px;
}
.index-about .rightDiv .jyca span{
	display: block;
	font-weight: normal;
	font-size: 16px;
	text-transform: uppercase;
}
.index-about .rightDiv .aboutImg1{
	margin-top: -30px;
	margin-right: 50px;
}

/********协会动态*******/
.index-infomation{
	padding: 70px 0 40px;
	background: url(../img/index-bg1.jpg) no-repeat center center;
	background-size:cover;
}
.index-infomation .hdDiv {
	text-align: right;
	margin-bottom:50px;
}
.index-infomation .hdDiv .titleDiv{
	font-size: 18px;
	color: #1f2227;
	display: inline-block;
	text-align: left;
}
.index-infomation .hdDiv .eng{
	font-size: 36px;
	color: #404040;
	font-weight: bold;
	display: block;
	text-transform: uppercase;
	/*font-style:italic;*/
	margin-bottom: 10px;
}
.index-infomation .row{
	margin: 0 -4px;
}
.index-infomation .row>div{
	padding: 0 4px;
}
.index-infomation .row>div .conDiv{
	background: #fff;
	padding:50px 35px 20px 22px;
	margin-bottom: 10px;
	position: relative;
	transition: all .4s;
    z-index: 1;    min-height: 340px;
}
.index-infomation .row>div .conDiv:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    background-color: #eee;
    -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.index-infomation .row>div a:hover .conDiv:before{
    width: 100%;
}

.index-infomation .row>div .conDiv .tagDiv{
	position: absolute;
	top: 0;
	left: 0;
	background: #2259A8;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.index-infomation .row>div .conDiv .dateDiv{
	font-size: 36px;
	color: #999;
	font-weight: bold;
	text-align: right;
	margin-bottom: 80px;
}
.index-infomation .row>div .conDiv  .textDiv span{
	font-size: 18px;
	color: #333;
	padding-bottom: 20px;
	display: inline-block;
	min-width: 70%;
	border-bottom:1px solid #eee;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index-infomation .row>div .conDiv  .textDiv p{
	font-size: 14px;
	color: #999;
	margin: 20px 0;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.index-infomation .row>div a:hover .conDiv .textDiv span{
	color: #2259a8;
	border-bottom: 1px solid rgba(255,255,255,.7);
}
.index-infomation .moreDiv{
	text-align: center;
}
.index-infomation .moreDiv a{
	margin-top: 25px;
	font-size: 16px;
	color: #fff;
	background: #68adf0;
	display: inline-block;
	width: 175px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50px;
	transition: all .4s;
	text-transform: uppercase;
}
.index-infomation  .moreDiv a:hover{
	background:#2259A8;
	letter-spacing: 3px;
}

.contact-div .moreDiv a:hover{
	background:#2259A8;
	letter-spacing: 3px;
}
/*表单页摁扭*/
.contact-div .moreDiv a{
	margin-top: 25px;
	font-size: 16px;
	color: #fff;
	background: #68adf0;
	display: inline-block;
	width: 175px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50px;
	transition: all .4s;
	text-transform: uppercase;
}
.contact-div .moreDiv a:hover{
	background:#2259A8;
	letter-spacing: 3px;
}

/*表单页摁扭结束*/

/********青年之声*******/
.index-joinUs{
}
.index-joinUs .content{
	padding: 65px 0 0;
	background: url(../img/index-bg2.jpg) no-repeat center center;
	background-size:cover;
}
.index-joinUs .tab-contents-wrap .titleDiv{
	margin-top: 140px;
}
.index-joinUs .tab-contents-wrap .titleDiv span{
	display: block;
	font-size: 18px;
	color: #033333;
}
.index-joinUs .tab-contents-wrap .titleDiv span.eng{
	font-size: 36px;
	font-weight: bold;

	margin-bottom: 10px;
}
.index-joinUs .tab-contents-wrap .tab-contents{
	display: none;
	/*overflow: hidden;*/
		margin-top: 60px;
	position: relative;
	min-height: 405px;
	padding-bottom: 30px;
}
.index-joinUs .tab-contents-wrap .tab-contents.active{
	display: block;
}
.index-joinUs .tab-contents-wrap .tab-contents .leftDiv{
	width: 50.7%;
	color: #666;
	opacity: 0;
}
.index-joinUs .tab-contents-wrap .tab-contents .leftDiv .nameDiv{
	margin-bottom: 45px;
}
.index-joinUs .tab-contents-wrap .tab-contents .leftDiv .nameDiv .name{
	font-size: 24px;
	font-weight:bold;
	display: block;
	margin-bottom: 10px;
}
.index-joinUs .tab-contents-wrap .tab-contents .leftDiv p{
	font-size: 14px;
	line-height: 28px;
}
.index-joinUs .tab-contents-wrap .tab-contents .rightDiv{
	width: 36.8%;
	position: absolute;
	bottom: 0;
	right: 0;
}
.index-joinUs .tab-contents-wrap .tab-contents.active .leftDiv{
	/*-webkit-animation: text-fade .8s ease-out;
    animation: text-fade .8s ease-out;*/
   opacity: 1;
}
.index-joinUs .tab-contents-wrap .tab-contents .rightDiv img{
	/*opacity: 0;*/
	margin-top: -286px;
}
.index-joinUs .tab-contents-wrap .tab-contents.active .rightDiv img{
   -webkit-animation:img-fade .8s ease-out forwards;
	animation:img-fade .8s ease-out forwards;
    /*opacity: 1;*/
}
@-webkit-keyframes text-fade {
    0% {
        opacity: 0;
        margin-top: -50px;
    }

    100% {
        opacity: 1;
        margin-top: 0;
    }
}

@keyframes text-fade {
    0% {
        opacity: 0;
        margin-top: -50px;
    }

    100% {
        opacity: 1;
        margin-top: 0;
    }
}

@-webkit-keyframes img-fade {
    0% {
        opacity: 0;
        margin-left: 100px;
    }
/*
	80%{
        opacity: 1;
	}*/
    100% {
        opacity: 1;
        margin-left: 0;
    }
}

@keyframes img-fade {
    0% {
        opacity: 0;
        margin-left: 100px;
    }
	/*80%{
        opacity: 1;
	}*/
    100% {
        opacity: 1;
        margin-left: 0;
   }
}
.index-joinUs .tabs{
	margin-top: 0px;
}
.index-joinUs .tabs ul{
	overflow: hidden;
}
.index-joinUs .tabs ul li{
	float: left;
	width: 16.66%;
}
.index-joinUs .tabs ul li .imgDiv{
	position: relative;
	max-height: 331px;
}
.index-joinUs .tabs ul li:hover .imgDiv .bg,
.index-joinUs .tabs ul li.active .imgDiv .bg{
	opacity: 1;
}
.index-joinUs .tabs ul li .imgDiv .bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(34,89,168,.58);
	opacity: 0;
	transition: all .8s ease-out;
}
.index-joinUs .moreDiv{
	text-align: center;
}
.index-joinUs .moreDiv a{
	margin-top: 45px;
	font-size: 16px;
    color: #333;
    border: 1px solid #000;
    border-radius: 40px;
    display: inline-block;
    width: 175px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    transition: all .4s;
    text-transform: uppercase;
}
.index-joinUs .moreDiv a:hover{
	background: #2259A8;
	border: 1px solid #2259A8;
	letter-spacing: 3px;
	color: #fff;
}

/********协会会员*******/
.index-members{
	padding: 120px 0 70px;
}
.index-members .hdDiv {
	text-align: right;
	margin-bottom:50px;
}
.index-members .hdDiv .titleDiv{
	font-size: 18px;
	color: #1f2227;
	display: inline-block;
	text-align: left;
}
.index-members .hdDiv .eng{
	font-size: 36px;
	color: #404040;
	font-weight: bold;
	display: block;
	text-transform: uppercase;
	/*font-style:italic;*/
	margin-bottom: 10px;
}
.index-members .row{
	margin: 0 -4px;
}
.index-members .row>div{
	padding: 0 4px;
}
.index-members .row>div .conDiv{
	padding:85px 60px 50px 60px;
	margin-bottom: 10px;
	position: relative;
	transition: all .4s;
    z-index: 1;
    overflow: hidden;
}
.index-members .row>div:nth-child(1) .conDiv{
	background: url(../img/index-li-bg1.jpg) no-repeat center center;
	background-size:cover;
}
.index-members .row>div:nth-child(2) .conDiv{
	background: url(../img/index-li-bg2.jpg) no-repeat center center;
	background-size:cover;
}
.index-members .row>div:nth-child(3) .conDiv{
	background: url(../img/index-li-bg3.jpg) no-repeat center center;
	background-size:cover;
}
.index-members .row>div:nth-child(4) .conDiv{
	background: url(../img/index-li-bg4.jpg) no-repeat center center;
	background-size:cover;
}
.index-members .row>div .conDiv:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    background:url(../img/index-li-zz.png) no-repeat center center;
    background-size:100% 100%;
    -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.index-members .row>div .conDiv:hover:before{
    width: 100%;
}
.index-members .row>div .conDiv .imgDiv{
	/*max-width: 26.5%;*/
		max-width: 155px;
	padding-top: 50px;
}
.index-members .row>div .conDiv .textDiv{
	max-width: 51.2%;
	float: right;
}
.index-members .row>div .conDiv .textDiv .title{
	font-size: 18px;
	color: #404040;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index-members .row>div .conDiv .textDiv>span{
	font-size: 14px;
	color: #404040;
	margin-top: 20px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index-members .row>div .conDiv .textDiv p{
	font-size: 14px;
	color: #404040;
	margin: 40px 0 45px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.index-members .row>div .conDiv:hover .textDiv .title{
	color: #2259a8;
}
.index-members .link_a{
	font-size: 14px;
	color: #666;
	border: 1px solid #959595;
	display: inline-block;
	width: 145px;
	height: 35px;
	line-height: 32px;
	text-align: center;
	transition: all .4s;
}
.index-members .link_a span{
	display: inline-block;
	font-size: 24px;
	margin: 0 0 0 20px;
	line-height: 1;
	position: relative;
	top: 2px;
}
.index-members .link_a:hover{
	background:#2259A8;
	color: #fff;
	border: 1px solid #2259A8;
}

.index-members .moreDiv{
	text-align: center;
}
.index-members .moreDiv a{
	margin-top: 50px;
	font-size: 16px;
	color: #333;
	display: inline-block;
	width: 175px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50px;
	transition: all .4s;
	border: 1px solid #000;
	text-transform: uppercase;
}
.index-members .moreDiv a:hover{
	background: #2259A8;
	border: 1px solid #2259A8;
	color: #fff;
	letter-spacing: 2px;
}

/**********联系我们***********/
.index-contact{
	padding: 120px 0 180px;
	background: url(../img/index-bg3.jpg) no-repeat center center;
	background-size:cover;
}
.index-contact .titleDiv span{
	display: block;
}
.index-contact .titleDiv .title{
	font-size: 48px;
	color: #404040;
	margin-bottom: 10px;
}
.index-contact .titleDiv span.chi{
	font-size: 36px;
	color: #999;
}
.index-contact .titleDiv img{
	display: block;
	margin: 30px 0;
}
.index-contact .titleDiv span.eng{
	font-size: 16px;
	color: #999;
	text-transform: uppercase;
}
.index-contact p{
	font-size: 14px;
	color: #404040;
	max-width: 960px;
	margin-top: 50px;
}
/*.index-contact a{
	font-size: 16px;
	color: #fff;
	background: #2259a8;
	border: 1px solid #2259a8;
	text-transform: uppercase;
	height: 50px;
	line-height: 50px;
	width: 160px;
	display: block;
	text-align: center;
	border-radius: 25px;
	margin-top: 60px;
}
.index-contact a:hover{
	border: 1px solid #2259a8;
	color: #2259a8;
	background: transparent;
	opacity: .9;
}
*/


.index-contact .moreDiv a{
	margin-top: 50px;
	font-size: 16px;
	color: #333;
	display: inline-block;
	width: 175px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50px;
	transition: all .4s;
	border: 1px solid #000;
	text-transform: uppercase;
}
.index-contact .moreDiv a:hover{
	background: #2259A8;
	border: 1px solid #2259A8;
	color: #fff;
	letter-spacing: 2px;
}





/**********底部***********/
.bottomDiv{
	background: url(../img/index-bg4.jpg) no-repeat center center;
	background-size:cover;
	padding: 90px 0 50px;
}
.bottomDiv .wrap{
	color: #fff;
	text-align: center;
}
.bottomDiv .rowDiv{
	display: inline-block;
	overflow: hidden;
}
.bottomDiv .rowDiv>div{
	float: left;
	margin: 0 38px;
	text-align: left;
}
.bottomDiv .rowDiv>div.conDiv2{
	max-width: 225px;
}
.bottomDiv .rowDiv>div.conDiv2 ul{
	margin-top: 15px;
}
.bottomDiv .rowDiv>div.conDiv2 ul li{
	float: left;
	margin-top: 15px;
}
.bottomDiv .rowDiv>div.conDiv2 ul li a{
	font-size: 14px;
	color: #999;
	display: block;
	padding-left: 30px;
	background: url(../img/bottom-li-bg.png) no-repeat 5px center;
	background-size:12px 9px;
}
.bottomDiv .rowDiv>div.conDiv2 ul li a:hover{
	color: #fff;
}
.bottomDiv .rowDiv>div.conDiv2 ul li:nth-of-type(odd){
	margin-right: 30px;
}
.bottomDiv .rowDiv>div.conDiv3 .h4{
	cursor: pointer;
}
.bottomDiv .rowDiv>div.conDiv3 .h4:hover{
	opacity: .8;
}
.bottomDiv .rowDiv>div .h4{
	margin: 0 0 15px;
}
.bottomDiv .rowDiv>div.conDiv1 {
	font-size: 14px;
	color: #999;
}
.bottomDiv .rowDiv>div.conDiv4 .linkDiv{
	margin-top: 30px;
}
.bottomDiv .rowDiv>div.conDiv4 .linkDiv a.wxDiv{
	margin-right: 20px;
}

body:after {
    content: '';
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    display: none;
}
body.on-menu:after {
    display: block;
}

/************news**************/
.news-banner {
	/*margin-top: 84px;*/
	height: calc(312px + 5.03125vw);
	position: relative;
}
.news-banner .wrap{
	max-width: 1420px;
}
.news-banner .bannerText{
	position: absolute;
	z-index: 5;
	font-size: 24px;
	color: #2259a8;
	text-align: center;
	width: 100%;
}
.news-banner .bannerText .textContent{
	display: inline-block;
	margin-top: 139px;
}

.news-banner .bannerText span{
	display: block;
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 15px;
}
.news-banner .bannerBg1{
	height: 100%;
	background: url(../img/news-banner1.png) no-repeat left center;
	background-size:cover;
	position: relative;
	z-index: 2;
}
.news-banner .bannerBg1:after{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1;
    transition: width 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-delay: .5s;
}
body.loaded .news-banner .bannerBg1:after{
	width: 0%;
}

.news-banner .bannerBg2{
	content: '';
    z-index: 1;
    display: block;
    position: absolute;
    height:10vw;
    width: 100%;
    right: 0;
    bottom: 0;
	background: url(../img/1.png) no-repeat right bottom;
    background-position: right -0vw;
    background-size: auto 100%;
    -webkit-transform: skewY(0) skewX(0deg) translateY(0);
    transform: skewY(0) skewX(0deg) translateY(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    transition: background .8s ease-in-out, -webkit-transform .8s ease-in-out;
    transition: background .8s ease-in-out, transform .8s ease-in-out;
    transition: background .8s ease-in-out, transform .8s ease-in-out, -webkit-transform .8s ease-in-out;
    transition-delay: 1.62s;
}
.news-banner .bannerBg2:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: .8s all;
    right: 100%;
    position: relative;
    right: 0;
    transition-delay: 1.62s;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
body.loaded .news-banner .bannerBg2:before {
	-webkit-transform: translateY(0px);
    transform: translateY(0px);
    right: 100%;
}
body.loaded .news-banner .bannerBg2{
	background-position: right -0vw;
    -webkit-transform: skewY(0) skewX(0deg) translateY(0);
    transform: skewY(0) skewX(0deg) translateY(0);
    /*margin-top: 15px;*/
}
.news-div{
	/*margin-top: 220px;*/
}
.news-div .wrap{
	overflow: hidden;
	position: relative;min-height: 500px;
}
.news-div .hdDiv{
	position: relative;
}
.news-div .twoNav{
	text-align: center;
}
.news-div .twoNav ul{
	overflow:hidden;
	display: inline-block;
}
.news-div .twoNav ul li{
	float: left;
	font-size: 14px;
	color: #2259a8;
	line-height: 40px;
}
.news-div .twoNav ul li a{
	font-size: 14px;
	color: #2259a8;
	text-transform: uppercase;
}
.news-div .twoNav ul li span{
	display: inline-block;
	margin: 0 20px;
}
.news-div .twoNav ul li a:hover,
.news-div .twoNav ul li.active a{
	color: #5a93ce;
}
.news-div .dateDiv{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #333;
	line-height: 40px;
}
.news-div .dateDiv .dropdown-top{
	overflow: hidden;
}
.news-div .dateDiv .dropdown-btn{
	width: 160px;
	height: 40px;
	line-height: 40px;
	border:1px solid #eee;
	padding-right: 40px;
	padding-left: 40px;
	margin-left: 25px;
	position: relative;
	cursor: pointer;
	background: #fafafb;
}
.news-div .dateDiv .dropdown-btn .dropdown-btn_arrow{
	position: absolute;
    display: block;
    right: 0;
    top: -1px;
    width: 40px;
    height: 40px;
    background: #2259a8;
}
.news-div .dateDiv .dropdown-btn .dropdown-btn_arrow:after{
    content: '';
    background: url(../img/xia1.png) no-repeat center center;
    background-size: 12px 7px;
    width: 40px;
    height: 40px;
    right: 0;
    transition: -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: absolute;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.news-div .dateDiv .dropdown-menuList{
	z-index: 10;
	position: absolute;
    width: 160px;
    right: 0;
	background: #fafafb;
	display: none;
}
.news-div .dateDiv .dropdown-menuList a{
	display: block;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	padding-left: 40px;
	color: #333;
}
.news-div .dateDiv .dropdown-menuList a:hover{
	background: #2259a8;
	color: #fff;
}
.news-div .dateDiv.active .dropdown-btn .dropdown-btn_arrow:after{
	-webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.news-div .dateDiv.active .dropdown-menuList{
	display: block;
}
.news-div .bdDiv{
	margin-top: 45px;
}
.news-div .bdDiv ul li a{
	overflow: hidden;
	position: relative;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: start;
    padding: 50px 4.2% 45px 2.5%;
    border-bottom: 1px solid #dcdcdc;
	color: #333;
	z-index: 1;
}
.news-div .bdDiv ul li a .imgDiv{
	width: 31.2%;
	margin-right: 4.6%;
}
.news-div .bdDiv ul li a .imgDiv img{
	width: 100%
}
.news-div .bdDiv ul li a .textDiv{
	width: 61.7%;
}
.news-div .bdDiv ul li a .textDiv .tagTime{
	overflow: hidden;
	line-height: 30px;
}
.news-div .bdDiv ul li a .textDiv .tagTime span.tag{
	display: inline-block;
	width: 140px;
	text-align: center;
	border: 1px solid #1b1b1b;
	text-transform: uppercase;
	margin-right: 20px;
}
.news-div .bdDiv ul li a .textDiv .title{
	font-size: 24px;
	margin: 30px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-div .bdDiv ul li a .textDiv p{
	font-size: 14px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 0;
}

.news-div .bdDiv ul li a:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #2259a8;
    -webkit-transform: scale(0,1.05);
    transform: scale(0,1.05);
    -webkit-transform-origin: right;
    transform-origin: right;
    transition: transform .7s cubic-bezier(.25,.1,0,.99);
    transition: transform .7s cubic-bezier(.25,.1,0,.99),-webkit-transform .7s cubic-bezier(.25,.1,0,.99)
}
.news-div .bdDiv ul li a:hover:before{
	-webkit-transform: scale(1,1.05);
    transform: scale(1,1.05);
    -webkit-transform-origin: left;
    transform-origin: left;
}
.news-div .bdDiv ul li a:hover,
.news-div .bdDiv ul li a:hover .textDiv p{
	color: #fff;
}
.news-div .bdDiv ul li a:hover .textDiv .tagTime span.tag{
	border: 1px solid #fff;
}
.news-div .bdDiv .pageDiv{
	text-align: center;
	margin-top: 100px;
	margin-bottom: 60px;
}
.news-div .bdDiv .pageDiv .pageList{
	overflow: hidden;
	display: inline-block;
}
.news-div .bdDiv .pageDiv .pageList a.pageNum{
	float: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 31px;
    height: 31px;
    text-align: center;
    border: 1px solid #dfdfdf;
    transition: all .25s ease;
    margin-left: 10px;
	font-size: 14px;
    color: #dfdfdf;
}

.news-div .bdDiv .pageDiv .pageList a.pageNum.active,
.news-div .bdDiv .pageDiv .pageList a.pageNum:hover{
	background: #000;
    color: #fff;
    border: 1px solid #000;	
}
.news-div .bdDiv .pageDiv .pageList a.pageMore{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 31px;
    height: 31px;
    margin-left: 6px;
	float: left;
}
.news-div .bdDiv .pageDiv .pageList a.pageMore::before {
    display: block;
    content: '';
    width: 11px;
    height: 20px;
    background-image: url(../img/page-more.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.news-div .newsDetail{
	margin: 90px 25px;
}
.news-div .newsDetail .topDiv{
	padding-bottom: 25px;
	border-bottom: 1px solid #eee;
	font-size: 14px;
    letter-spacing: 1px;
    margin-left: 15px;
}
.news-div .newsDetail .topDiv .tag{
	font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 12px;
    border: 1px solid #000;
    padding: 3px 10px;
    margin-right: 11px;
    text-transform: uppercase;
    text-align: center;
    min-width: 125px;
    display: inline-block;
}
.news-div .newsDetail .newsContent{
	padding: 0 15px 15px;
	border-bottom: 1px solid #9ec9f6;
}
.news-div .newsDetail .title{
	font-size: 36px;
	margin: 25px 0 50px;
}
.news-div .newsDetail p{
	margin:35px 0;
	color: #666;
	line-height: 26px;
	font-size: 16px;
}
.news-div .newsDetail img{
	margin: 15px 0;
}
.news-div .page-breadcrumb{
	margin-top: 60px;
}
.news-div .page-breadcrumb a{
	display: block;
	color: #666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-div .page-breadcrumb a:hover{
	color: #999;
}
.news-div .page-breadcrumb .rightDiv{
	text-align: right;
}


/************协会介绍**************/

.about-banner {
	/*margin-top: 84px;*/
	height: calc(312px + 5.03125vw);
	position: relative;
}
.about-banner .bannerText{
	position: absolute;
	z-index: 5;
	font-size: 24px;
	color: #2259a8;
	text-align: center;
	width: 100%;
}
.about-banner .bannerText .textContent{
	display: inline-block;
	margin-top: 139px;
}

.about-banner .bannerText span{
	display: block;
	font-size:48px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.about-banner .bannerBg1{
	height:100%;
	background: url(../img/about-banner1.png) no-repeat left bottom;
	background-size:cover;
	position: relative;
	z-index: 2;
}
.about-banner .bannerBg1:after{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1;
    transition: width 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-delay: .5s;
}
body.loaded .about-banner .bannerBg1:after{
	width: 0%;
}
.about-banner .bannerBg2{
	content: '';
    z-index: 1;
    display: block;
    position: absolute;
    height: 10vw;
    width: 100%;
    right: 0;
    bottom: 0;
	background: url(../img/1.png) no-repeat right center;
    background-position: right -0vw;
    background-size: auto 100%;
    -webkit-transform: skewY(0) skewX(0deg) translateY(0);
    transform: skewY(0) skewX(0deg) translateY(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    transition: background .8s ease-in-out, -webkit-transform .8s ease-in-out;
    transition: background .8s ease-in-out, transform .8s ease-in-out;
    transition: background .8s ease-in-out, transform .8s ease-in-out, -webkit-transform .8s ease-in-out;
    transition-delay: 1.62s;
}
.about-banner .bannerBg2:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: .8s all;
    right: 100%;
    position: relative;
    right: 0;
    transition-delay: 1.62s;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
body.loaded .about-banner .bannerBg2:before {
	-webkit-transform: translateY(0px);
    transform: translateY(0px);
    right: 100%;
}
body.loaded .about-banner .bannerBg2{
	background-position: right 0vw;
    -webkit-transform: skewY(0) skewX(0deg) translateY(0);
    transform: skewY(0) skewX(0deg) translateY(0);
    /*margin-top: 15px;*/
}


.about-div .wrap{
	overflow: hidden;
	position: relative;
}
.about-div .breadcrumbDiv{
	font-size: 14px;
	color: #2259a8;
	margin: 50px 0 120px;
}
.about-div .breadcrumbDiv span.cbold{
	font-weight: bold;
	color: #2259a8;
}
.about-div .breadcrumbDiv span{
	color: #666;
}
.about-div .hdDiv{
	position: relative;
}
.about-div .twoNav{
	text-align: center;
}
.about-div .twoNav ul{
	overflow:hidden;
	display: inline-block;
}
.about-div .twoNav ul li{
	float: left;
	font-size: 14px;
	color: #2259a8;
}
.about-div .twoNav ul li a{
	font-size: 14px;
	color: #2259a8;
	text-transform: uppercase;
}
.about-div .twoNav ul li span{
	display: inline-block;
	margin: 0 20px;
}
.about-div .twoNav ul li a:hover,
.about-div .twoNav ul li.active a{
	color: #5a93ce;
}
.about-div .bdDiv{
	background: url(../img/about-bg.png) no-repeat right top;
	background-size:100%;
	position: relative;
}
.about-div .bdDiv:after{
	content: "";
	width: 100%;
	height: 100%;
	background: url(../img/about-bg2.png) no-repeat right bottom;
	background-size:100%;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}
.about-div .about-div1{
	position: relative;
	text-align: right;
	margin: 115px 0;
}
.about-div .about-div1 .imgDiv{
	display: inline-block;
}
.about-div .about-div1 .textDiv{
	position: relative;
	margin-top: -275px;
	left: 10px;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,.1);
	max-width: 877px;
	text-align: left;
	padding: 50px 40px 60px;
	margin-bottom: 10px;
}
.about-div .about-div1 .textDiv .title{
	font-size: 24px;
	color: #2259a8;
	text-align: left;
}
.about-div .about-div1 .textDiv .title span.line{
	display: block;
	height: 4px;
	width: 35px;
	background: #2259A8;
	margin-top: 13px;
}
.about-div .about-div1 .textDiv .text{
	margin-top: 60px;
}
.about-div .about-div1 .textDiv p{
	margin: 0;
	font-size: 14px;
	line-height: 30px;
}
.about-div .about-div2{
	position: relative;
	padding: 60px 0 120px;
	/*background: #fafafb;*/
}
.about-div .title{
	font-size: 24px;
	color: #2259a8;
	text-align: center;
	
}
.about-div .title .text{
	display: inline-block;
	position: relative;
	margin-bottom: .5em;
	z-index: 10;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes mainText {
  from {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  35% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  to {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}

@keyframes mainText {
  from {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  35% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  to {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}

@-webkit-keyframes mainText2 {
  from {
    width: 0;
  }
  30% {
    width: 100%;
    left: 0;
  }
  to {
    left: 100%;
    width: 100%;
  }
}

@keyframes mainText2 {
  from {
    width: 0;
  }
  30% {
    width: 100%;
    left: 0;
  }
  to {
    left: 100%;
    width: 100%;
  }
}

.about-div .title .text{
  display: inline-block;
  overflow: hidden;
  position: relative;
	visibility: hidden;
}
.about-div .title.instage .text{
	visibility: visible;
}

.about-div .title.instage .text:after {
  content: '';
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-animation-name: mainText;
  animation-name: mainText;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.about-div .about-div2 .title.instage .text:after {
  background: #fafafb;
}
.about-div .about-div3 .title.instage .text:after {
  background: #2259A8;
}
.about-div  .title.instage .text:before {
  content: '';
  position: absolute;
  left: 0;
  z-index: 10;
  height: .2em;
  top: 50%;
  margin-top: -.1em;
  background: #2259A8;
  -webkit-animation-name: mainText2;
  animation-name: mainText2;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.about-div .about-div3 .title.instage .text:before{
  background: #fff;
}
.about-div .about-div2 .title span.line{
	display: block;
	height: 4px;
	width: 35px;
	background: #2259A8;
	margin: 13px auto 0;
}
.about-div .about-div2 .rowDiv{
	margin-top: 100px;
	overflow: hidden;
	position: relative;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: start;
}
.about-div .about-div2 .rowDiv .imgDiv{
	width: 35.9%;
	margin-right: 4.6%;
}
.about-div .about-div2 .rowDiv .textDiv{
	width: 59.4%;
}
.about-div .about-div2 .rowDiv .textDiv>span{
	font-size: 18px;
}
.about-div .about-div2 .rowDiv .textDiv p{
	font-size: 14px;
	color: #999;
	line-height: 28px;
	margin:38px 0 0;
	text-indent: 2em;
}
.about-div .about-div2 .rowDiv .textDiv p:nth-child(2){
	text-indent: 0;
}
.about-div .about-div2 .rowDiv .textDiv p span{
	text-indent: 2em;
	display: block;
}
.about-div .about-div3{
	position: relative;
	padding: 200px 0 360px;
	background: url(../img/about-bg1.png) #fff no-repeat center center;
	background-size: auto 100%;
	text-align: center;
}
.about-div .about-div3 .title{
	font-size: 24px;
	color: #fff;
	text-align: center;
}
.about-div .about-div3 .title span.line{
	display: block;
	height: 4px;
	width: 35px;
	background: #fff;
	margin: 13px auto 0;
}
.about-div .about-div3 .textDiv{
	font-size: 24px;
	color: #fff;
	margin-top: 80px;
	line-height: 44px;
}
.about-div .about-div4{
	position: relative;
	/*padding: 200px 0 360px;*/
	text-align: center;
	margin-top: -75px;
}
.about-div .about-div4 .title{
	font-size: 24px;
	color: #2259A8;
	text-align: center;
}
.about-div .about-div4 .title span.line{
	display: block;
	height: 4px;
	width: 35px;
	background: #2259A8;
	margin: 13px auto 0;
}
.about-div .about-div4 ul {
	position: relative;
	margin-top: 80px;
}
.about-div .about-div4 ul li{
	overflow: hidden;
	padding-left: 4.6%;
	margin-left: 1.2%;
	position: relative;
	padding-bottom: 70px;
}
.about-div .about-div4 ul li:before{
	content: "";
	width: 26px;
	height: 26px;
	background: url(../img/about-li-bg.png) no-repeat left top;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
.about-div .about-div4 ul li:after{
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	background: #eee;
	left: 13px;
	z-index: -1;
}
.about-div .about-div4 ul li .time{
	/*width: 7.5%;*/
	margin: 0 ;
	font-weight: bold;
	color: #201d1a;
}
.about-div .about-div4 ul li .textDiv{
	width: 78%;
	text-align: left;
}
.about-div .about-div4 ul li .textDiv p{
	font-size: 14px;
	color: #666;
	margin-bottom: 25px;
	text-indent: 2em;
	line-height: 24px;
	text-align: justify;
}
.about-div .about-div4 ul li .textDiv p:nth-child(1){
	text-indent: 0;
}

.about-div .about-div5 .title{
	font-size: 24px;
	color: #2259A8;
	text-align: center;
}
.about-div .about-div5 .title span.line{
	display: block;
	height: 4px;
	width: 35px;
	background: #2259A8;
	margin: 13px auto 0;
}
.about-div5 .listDiv{
	max-width: 915px;
	margin-left: 6.7%;
	margin-top: 60px;
}
.about-div5 .listDiv li{
	overflow: hidden;
	border-bottom: 1px solid #eee;
	padding: 30px 0;
}
.about-div5 .listDiv li span{
	font-weight: bold;
	color: #201d1a;
}
.about-div5 .listDiv li .text{
	font-size: 14px;
	color: #666;
	padding-left: 285px;
}
.about-div .about-div6{
	padding: 110px 0;
}
.about-div .about-div6 .title{
	font-size: 24px;
	color: #2259A8;
	text-align: center;
	margin-bottom: 130px;
}
.about-div .about-div6 .title span.line{
	display: block;
	height: 4px;
	width: 35px;
	background: #2259A8;
	margin: 13px auto 0;
}

/************青年之声**************/

.join-banner {
	/*margin-top: 84px;*/
	position: relative;
}
.join-banner .bannerText{
	position: absolute;
	z-index: 5;
	font-size: 48px;
	color: #fff;
	text-align: center;
	width: 100%;
	height: 100%;
    display:flex;
    justify-content:center;
    align-items:center;
}
.join-banner .bannerText .textContent{
	display: inline-block;
	/*margin-top: 200px;*/
	text-align: center;
}

.join-banner .bannerText span{
	display: block;
	font-size: 60px;
	font-weight: bold;
	text-transform: uppercase;
}
.join-banner .bannerBg1{
	height:100vh;
	background: url(../img/joinUS-banner1.png) no-repeat left center;
	background-size:cover;
	position: relative;
	max-height: 100vh;
}
.join-banner .bannerBg1:after{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1;
    transition: width 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-delay: .5s;
}
body.loaded .join-banner .bannerBg1:after{
	width: 0%;
}

.joinUs-div .join-div1{
	padding-top: 165px;
	background: url(../img/joinUs-bg1.jpg) no-repeat right top;
	background-size:cover;
	margin-top: -165px;
	padding-bottom: 60px;
}
.joinUs-div .join-div1 .hdDiv{
	text-align: center;
}
.joinUs-div .join-div1 .hdDiv .titleDiv span{
	display: block;
}
.joinUs-div .join-div1 .hdDiv .titleDiv span.eng{
	font-size: 14px;
	color: #666;
	text-transform: uppercase;
}
.joinUs-div .join-div1 .hdDiv .titleDiv span.chi{
	font-size: 36px;
	color: #1a1b1a;
	font-weight: bold;
}
.joinUs-div .join-div1 .hdDiv p{
	color: #111;
	line-height: 30px;
	max-width: 860px;
	margin: 85px auto 80px;	
}
.joinUs-div .join-div1 .bdDiv{
	margin-left: 47px;
}
.joinUs-div .join-div1 .bdDiv .itemDiv{
	background: #fff;
	max-width: 82.4%;
	margin: 0 auto;
	padding: 50px 0;
	position: relative;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: start;
}
.joinUs-div .join-div1 .bdDiv .itemDiv .imgDiv{
	margin-left: -10.3%;
	max-width: 53%;
	margin-right: 2.6%;
}
.joinUs-div .join-div1 .bdDiv .itemDiv .textDiv{
	max-width: 48%;
}
.joinUs-div .join-div1 .bdDiv .itemDiv .textDiv .styleDiv{
	overflow: hidden;
	position: relative;
	margin-top: 75px;
}
.joinUs-div .join-div1 .bdDiv .itemDiv .textDiv .styleDiv span.fl{
	color: #111;
	font-weight: bold;
	text-transform: uppercase;
	background: #fff;
	padding-right: 30px;
}
.joinUs-div .join-div1 .bdDiv .itemDiv .textDiv .styleDiv:after{
	content: "";
	width: 100%;
	height: 2px;
	background: #d2d2d2;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	z-index: 0;
}
.joinUs-div .join-div1 .bdDiv .itemDiv .textDiv .styleDiv span.fr{
	color: #111;
	background: #fff;
	z-index: 10;
	position: relative;
	padding-left: 15px;
}
.joinUs-div .join-div1 .bdDiv .itemDiv .textDiv .quesDiv{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #2259a8;
	width: 330px;
	height: 45px;
	line-height: 45px;
	display: inline-block;
	border-radius: 45px;
	padding-left: 45px;
	margin: 40px 0 50px;
}
.joinUs-div .join-div1 .bdDiv .itemDiv .textDiv .title{
	font-size: 28px;
	color: #111;
	font-weight: bold;
}
.joinUs-div .join-div1 .bdDiv .itemDiv .textDiv p{
	font-size: 16px;
	color: #666;
	margin-top: 50px;
	line-height: 30px;
}
.swiper-container{
	overflow: inherit;
	width: 100%;
}
.swiper-container .swiper-slide{
	/*margin-left: 5.15%;
	/*margin-right: 5.15%;*/
}
.swiper-container-horizontal>.swiper-pagination-bullets{
	width: auto;
	right: 240px;
	left: auto;
	bottom: -35px;
}
.joinUs-div .join-div1 .swiper-pagination-bullet {
  width: 85px;
  height: 85px;
  text-align: center;
  line-height: 85px;
  color:#111;
  opacity: 1;
  background:#fff;
  margin: 0;
  border-radius:0;
}
.joinUs-div .join-div1 .swiper-pagination-bullet-active {
	color: #2259a8;
}
.swiper-button-next, .swiper-button-prev{
	width: 85px;
	height: 85px;
	margin-top: 0;
	top: auto;
	bottom: -35px;
	right: 155px;
}
.swiper-button-next{
	background: url(../img/next-icon.png) #2259a8 no-repeat center center;
	/*margin-left: 32px;*/
}
.swiper-button-prev{
	background: url(../img/pre-icon.png) #2259a8 no-repeat center center;
	left: auto;
	right: 495px;
}
.joinUs-div .join-div1 .bdDiv .pageDiv{
	text-align: right;
	max-width: 1583px;
	margin: -35px auto 0;
	position: relative;
	z-index: 10;
}
.joinUs-div .join-div1 .bdDiv .pageDiv .pageList{
	display: inline-block;
	overflow: hidden;
	background: #fff;
}
.joinUs-div .join-div1 .bdDiv .pageDiv .pageList a.num_a{
	line-height: 85px;
	color: #111;
	margin: 0 17.5px;
	float: left;
	display: block;
}
.joinUs-div .join-div1 .bdDiv .pageDiv .pageList a.prev_a{
	float: left;
	display: block;
	width: 85px;
	height: 85px;
	background: url(../img/pre-icon.png) #2259a8 no-repeat center center;
	margin-right: 32px;
}
.joinUs-div .join-div1 .bdDiv .pageDiv .pageList a.next_a{
	float: left;
	display: block;
	width: 85px;
	height: 85px;
	background: url(../img/next-icon.png) #2259a8 no-repeat center center;
	margin-left: 32px;
}
.joinUs-div .join-div2{
	padding: 50px 0 0;
	text-align: center;
}
.joinUs-div .join-div2 .titleDiv span.eng{
	font-size: 14px;
	color: #666;
	text-transform: uppercase;
	display: block;
}
.joinUs-div .join-div2 .titleDiv span.chi{
	font-size: 36px;
	color: #1a1b1a;
	font-weight: bold;
	display: block;
	text-transform: uppercase;
}
.joinUs-div .join-div2 ul li{
	overflow: hidden;
	position: relative;
	/*top: 40px;*/
	margin-top: 40px;
}
.joinUs-div .join-div2 ul li .imgDiv{
	float: left;
	width: 100%;
	height: 339px;
	background: url(../img/join-li-img.jpg) no-repeat center center;
	background-size:cover;
}
.joinUs-div .join-div2 ul li .textDiv{
	width: 55.7%;
	height: 339px;
	background: url(../img/join-li-bg.png) no-repeat left center;
	background-size:100% 100%;
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	padding-left: 14%;
	text-align: left;
	z-index: 1;
}
.joinUs-div .join-div2 ul li .textDiv .text{
	font-weight: bold;
	font-size: 18px;
	margin-top: 60px;
	margin-bottom: 30px;
	line-height: 30px;
}
.joinUs-div .join-div2 ul li .textDiv span{
	font-size: 14px;
}
.joinUs-div .join-div2 ul li .textDiv .name{
	font-weight: bold;
	margin-top: 10px;
}

.joinUs-div .join-div2 ul li .textDiv:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    background:url(../img/join-li-bg1.png) no-repeat center center;
    background-size:100% 100%;
    -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.joinUs-div .join-div2 ul li:hover .textDiv:before{
    width: 100%;
}

/************协会会员**************/
.member-banner {
	height: calc(312px + 5.03125vw);
	position: relative;
}
.member-banner .bannerText{
	position: absolute;
	z-index: 5;
	font-size: 24px;
	color: #2259a8;
	text-align: center;
	width: 100%;
}
.member-banner .bannerText .textContent{
	display: inline-block;
	margin-top: 139px;
}
.member-banner .bannerText span{
	display: block;
	font-size: 48px;
	margin-bottom: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
.member-banner .bannerBg1{
	height:100%;
	background: url(../img/member-banner.png) no-repeat left bottom;
	background-size:cover;
	position: relative;
	z-index: 2;
}
.member-banner .bannerBg1:after{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1;
    transition: width 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-delay: .5s;
}
body.loaded .member-banner .bannerBg1:after{
	width: 0%;
}
.member-banner .bannerBg2{
	content: '';
    z-index: 1;
    display: block;
    position: absolute;
    height: 10vw;
    width: 100%;
    right: 0;
    bottom: 0;
	background: url(../img/1.png) no-repeat right center;
    background-position: right -0vw;
    background-size: auto 100%;
    -webkit-transform: skewY(0) skewX(0deg) translateY(0);
    transform: skewY(0) skewX(0deg) translateY(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    transition: background .8s ease-in-out, -webkit-transform .8s ease-in-out;
    transition: background .8s ease-in-out, transform .8s ease-in-out;
    transition: background .8s ease-in-out, transform .8s ease-in-out, -webkit-transform .8s ease-in-out;
    transition-delay: 1.62s;
}
.member-banner .bannerBg2:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: .8s all;
    right: 100%;
    position: relative;
    right: 0;
    transition-delay: 1.62s;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
body.loaded .member-banner .bannerBg2:before {
	-webkit-transform: translateY(0px);
    transform: translateY(0px);
    right: 100%;
}
body.loaded .member-banner .bannerBg2{
	background-position: right -0vw;
    -webkit-transform: skewY(0) skewX(0deg) translateY(0);
    transform: skewY(0) skewX(0deg) translateY(0);
    /*margin-top: 15px;*/
}
.member-div .breadcrumbDiv{
	font-size: 14px;
	color: #2259a8;
	margin: 65px 0 25px 0;
}
.member-div .breadcrumbDiv span.cbold{
	font-weight: bold;
	color: #2259a8;
}
.member-div .breadcrumbDiv span{
	color: #666;
}
.member-div .tabsDiv{
	overflow: hidden;
	margin-bottom: 50px;
	text-align: center;
}
.member-div .tabsDiv a{
	width: 162px;
	line-height: 50px;
	font-size: 16px;
	color: #666;
	border-radius: 4px;
	display: inline-block;
	text-align: center;
	background: #ccc;
	margin: 0 5px;
}
.member-div .tabsDiv a.active{
	background: #2259A8;
	color: #fff;
}
.member-div .member-title{
	font-size: 36px;
	color: #404040;
	font-weight: bold;
}
.member-div .tabContent .wrap{
	max-width: 1440px;
}
.member-div .tabContent .hy-div1{
	padding: 80px 0 75px;
	background: #f8f8f8;
}
.member-div .tabContent .hy-div1 .conDiv{
	margin-top: 95px;
	background: #fff;
	text-align: center;
	color: #313131;
	padding-bottom: 50px;
}
.member-div .tabContent .hy-div1 .conDiv .imgDiv{
	width: 300px;
	max-width: 300px;
	display: inline-block;
	margin-top: -95px;
	margin-bottom: 20px;
}
.member-div .tabContent .hz-div .conDiv .imgDiv{
	width: 33%;
	max-width: 33%;
	min-width: 300px;
}
.member-div .tabContent .hy-div1 .conDiv .imgDiv img{
	border-radius: 50%;
	border: 10px solid #fff;
}
.member-div .tabContent .hz-div .conDiv .imgDiv img{
	border-radius: 0;
	border: 0;
}
.member-div .tabContent .hy-div1 .conDiv .textDiv .h4{
	font-size: 18px;
	margin: 0 0 5px;
	font-weight: bold;
}
.member-div .tabContent .hy-div1 .conDiv .textDiv span{
	font-size: 14px;
	display: block;
}
.member-div .tabContent .hy-div1 .conDiv .textDiv p{
	font-size: 14px;
	margin-top: 35px;
}
.member-div .tabContent .hy-div1 .carousel-indicators{
	bottom: -50px;
	z-index: 1;
}
.member-div .tabContent .hy-div1 .carousel-indicators li{
	border:0;
	background: #959595;
	width: 9px;
	height: 9px;
	margin: 0 5px;
}
.member-div .tabContent .hy-div1 .carousel-indicators .active{
	width: 12px;
	height: 12px;
	background: #2259a8;
	margin: 0 5px;
}
.member-div .tabContent .hy-div2{
	padding: 60px 0;
}
.member-div .tabContent .hy-div2 .row{
	margin: 40px -3px 0;
}
.member-div .tabContent .hy-div2 .row>div{
	padding: 0 3px;
	text-align: center;margin-bottom:20px
}
.member-div .tabContent .hy-div2 .row>div .textDiv{
	padding-top: 20px;
	color: #313131;
	font-size: 14px;
}
.member-div .tabContent .hy-div2 .row>div .textDiv span{
	font-size: 18px;
	display: block;
	margin-bottom: 3px;
}
.member-div .tabContent .hy-div3{
	padding: 40px 0 60px;
}
.member-div .tabContent .hy-div3 .member-title{
	text-align: right;
}
.member-div .tabContent .hy-div3 .introDiv{
	background: #f6f6f6;
	padding: 0 80px 20px;
	margin-top: 90px;
}
.member-div .tabContent .hy-div3 .introDiv .imgDiv{
	/*width: 19.4%;*/
	max-width: 280px;
	margin-top: -50px;
	position: relative;
	z-index: 10;
	position: absolute;
}
.member-div .tabContent .hy-div3 .introDiv .imgDiv img{
	border-radius: 50%;
}
.member-div .tabContent .hy-div3 .introDiv .textDiv{
	margin-left:350px;
	min-height: 236px;
	color: #313131;
}
.member-div .tabContent .hy-div3 .introDiv .textDiv .h4{
	padding: 60px 0 0;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 5px;
}
.member-div .tabContent .hy-div3 .introDiv .textDiv .name{
	font-size: 14px;
}
.member-div .tabContent .hy-div3 .introDiv .textDiv p{
	font-size: 14px;
	margin-top: 30px;
	margin-bottom: 0;
}
.member-div .tabContent .hy-div3 .listDiv{
	margin-top: 70px;
}
.member-div .tabContent .hy-div3 .listDiv ul{
	overflow: hidden;
	margin: 0 -15px;
}
.member-div .tabContent .hy-div3 .listDiv ul li{
	float: left;
	width: 20%;
	text-align: center;
	padding: 0 15px;
}

.member-div .tabContent .hy-div3 .listDiv ul li .textDiv{
	color: #313131;
	margin-top: 10px;
}
.member-div .tabContent .hy-div3 .listDiv ul li .textDiv .name{
	font-size: 14px;
	margin-top: 3px;
}
.member-div .tabContent .tableDiv{
	margin: 45px 0;
	width: 100%;
	overflow-x: auto;
}
.member-div .tabContent table{
	width: 100%;
	min-width: 800px;
}
.member-div .tabContent .tableDiv table tr td{
	background: #fafafa;
	border-bottom: 10px solid #fff;
	padding: 10px;
	font-size: 14px;
}
.member-div .tabContent .tableDiv table tr td.imgTd{
	width: 22.6%;
}
.member-div .tabContent .tableDiv table tr td.nameTd{
	width: 31.5%;
	font-size: 18px;
}
.member-div .tabContent .tableDiv table tr td .imgDiv{
	width: 197px;
	height: 114px;
	line-height: 114px;
	text-align: center;
	border: 2px solid rgba(104,173,240,.7);
}


.member-div .tabContent .tableDiv table tr td .imgDiv img{ max-width:100%; max-height:80%
	
}

.member-div .tabContent .tabContent2 .listDiv{
	margin: 25px 0;
	width: 100%;
}
.member-div .tabContent .tabContent2 .listDiv ul li{
	overflow: hidden;
	background: #fafafa;
	border-bottom: 10px solid #fff;
	padding: 10px 2%;
	font-size: 14px;
}
.member-div .tabContent .tabContent2 .listDiv ul li .imgDiv{
	width: 38%;
	height: 80px;
	line-height: 74px;
	text-align: center;
	border: 2px solid rgba(104,173,240,.7);
	margin-right: 5%;
}
.member-div .tabContent .tabContent2 .listDiv ul li .imgDiv img{
	max-height: 100%;
}
.member-div .tabContent .tabContent2 .listDiv ul li .textDiv{
	width: 55%;
}
.member-div .tabContent .tabContent2 .listDiv ul li .name{
	font-size: 15px;
}
.member-div .tabContent .tabContent2 .listDiv ul li .tagDiv{
	margin: 9px 0;
}

/************联系我们**************/
.contact-banner {
	/*margin-top: 84px;*/
	height: calc(312px + 5.03125vw);
	position: relative;
}
.contact-banner .wrap{
	max-width: 1420px;
}
.contact-banner .bannerText{
	position: absolute;
	z-index: 5;
	font-size: 24px;
	color: #2259a8;
	width: 100%;
}
.contact-banner .bannerText .textContent{
	display: block;
	margin-top: 139px;
	text-align: center;
	text-transform: uppercase;
}

.contact-banner .bannerText span{
	display: block;
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 15px;
}
.contact-banner .bannerBg1{
	height: 100%;
	background: url(../img/lx-banner.png) no-repeat left bottom;
	background-size:cover;
	position: relative;
	z-index: 2;
}
.contact-banner .bannerBg1:after{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1;
    transition: width 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-delay: .5s;
}
body.loaded .contact-banner .bannerBg1:after{
	width: 0%;
}

.contact-banner .bannerBg2{
	content: '';
    z-index: 1;
    display: block;
    position: absolute;
    height: 10vw;
    width: 100%;
    right: 0;
    bottom: 0;
	background: url(../img/1.png) no-repeat right center;
    background-position: right -0vw;
    background-size: auto 100%;
    -webkit-transform: skewY(0) skewX(0deg) translateY(0);
    transform: skewY(0) skewX(0deg) translateY(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    transition: background .8s ease-in-out, -webkit-transform .8s ease-in-out;
    transition: background .8s ease-in-out, transform .8s ease-in-out;
    transition: background .8s ease-in-out, transform .8s ease-in-out, -webkit-transform .8s ease-in-out;
    transition-delay: 1.62s;
}
.contact-banner .bannerBg2:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: .8s all;
    right: 100%;
    position: relative;
    right: 0;
    transition-delay: 1.62s;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
body.loaded .contact-banner .bannerBg2:before {
	-webkit-transform: translateY(0px);
    transform: translateY(0px);
    right: 100%;
}
body.loaded .contact-banner .bannerBg2{
	background-position: right -0vw;
    -webkit-transform: skewY(0) skewX(0deg) translateY(0);
    transform: skewY(0) skewX(0deg) translateY(0);
    /*margin-top: 15px;*/
}
.contact-div .wrap{
	max-width: 680px;
}
.contact-div p{
	font-size: 14px;
	color: #5e5e5e;
	max-width: 350px;
	margin: 60px auto;
	line-height: 24px;
}
.contact-div .form-horizontal .control-label{
	text-align: left;
	font-weight: bold;
	line-height: 45px;
	padding-top: 0;
}
.contact-div .form-horizontal .control-label span{
	color: #e01010;
}
.contact-div .form-horizontal .form-group{
	margin-bottom: 25px;
}
.contact-div .form-horizontal .form-group input{
	height: 45px;
	border: 1px solid #e4e0e0;
	box-shadow: none;
	color: #333;
	font-size:16px;
	border-radius: 0;
}
.contact-div .form-horizontal .form-group textarea{
	height: 135px;
	border: 1px solid #2259a8;
	resize: none;
	border-radius: 0;
}
.contact-div .form-horizontal .form-group .error{
	font-size: 14px;
	color: #e01010;
	margin-top: 5px;
	height: 20px;
	/*display: none;*/
}
.contact-div .form-horizontal .form-group input[type="checkbox"] {
	width: 20px;
	height: 20px;
	margin-right: 4px;
	margin-top: -2px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	position: relative;
}

.contact-div .form-horizontal .form-group input[type="checkbox"]::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	height: 100%;
	border: 1px solid #737373
}

.contact-div .form-horizontal .form-group input[type="checkbox"]:checked::before {
	outline: none;
	content: "\2713";
	line-height: 18px;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border: 1px solid #2259a8;
	color: #2259A8;
	font-size: 20px;
	font-weight: bold;
}
.contact-div .form-horizontal .form-group div label{
	font-weight: normal;
	line-height: 45px;
	font-size: 14px;
	color: #999;
	margin-left: 5px;
}
.contact-div .form-horizontal .form-group button{
	width: 200px;
	height: 50px;
	background: #2259A8;
	border: 0;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 45px;
}
.contact-div .form-horizontal .form-group button:hover{
	opacity: .8;
}

/****************隐私政策******************/
.policy-banner .wrap{
	max-width: 1420px;
}
.policy-banner .bannerText{
	position: relative;
	z-index: 5;
	font-size: 24px;
	color: #2259a8;
	text-align: center;
	width: 100%;
}
.policy-banner .bannerText .textContent{
	display: inline-block;
	margin-top: 139px;
	margin-bottom: 100px;
	text-transform: uppercase;
	letter-spacing: 5px;
}

.policy-banner .bannerText span{
	display: block;
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 15px;
}
.policy-div{
	padding-bottom: 130px;
}
.policy-div .breadcrumbDiv{
	font-size: 14px;
	color: #2259a8;
	margin: 0px 0 6.33333vw;
}
.policy-div .breadcrumbDiv span.cbold{
	font-weight: bold;
	color: #2259a8;
}
.policy-div .breadcrumbDiv span{
	color: #666;
}
.policy-div p{
	font-size: 14px;
	color: #333;
	line-height: 2.14286;
	letter-spacing: .1em;
}
.policy-div .itemDiv{
	margin-top: 30px;
	font-size: 14px;
	color: #333;
	line-height: 2.14286;
	letter-spacing: .1em;
}
.policy-div .itemDiv>span{
	font-size: 14px;
	font-weight: bold;
	display:block;
	
}
.policy-div .itemDiv .textList span{
	display: block;
}
.policy-div .itemDiv .textList ul li{
	text-indent: 2em;
}


#page{
    -ms-overflow-x: hidden;
    overflow-x: hidden;
    left: 0;
    width: 100%;
    /*display: none;*/
	/*animation:myfirst 5s;
	-moz-animation:myfirst 5s;
	-webkit-animation:myfirst 5s;
	-o-animation:myfirst 5s;*/
}
/*
@keyframes myfirst {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes myfirst {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes myfirst {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}

@-o-keyframes myfirst {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}*/

/**置顶**/
.backTop{
    position: fixed;
    z-index: 999;
    right: 2.2%;
    bottom: 3%;
    width: 44px;
    height: 44px;
    color: #fff;
    line-height: 44px;
    display: block;
    text-align: center;
    opacity: 0;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.3);
    box-shadow: 0 0 3px rgba(0,0,0,.3);
    -webkit-transition: all .4s cubic-bezier(.165,.84,.44,1);
    transition: all .4s cubic-bezier(.165,.84,.44,1);
    -webkit-transition-timing-function: cubic-bezier(.165,.84,.44,1);
    transition-timing-function: cubic-bezier(.165,.84,.44,1);
    z-index: 10;
}
.backTop.on {
    opacity: 1;
    background: #2259a8;
}

#transition {
  pointer-events: auto;
}

#transition .transition-mask {
  background: #fff;
  position: fixed;
  z-index: 2000;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.85s;
          animation-duration: 0.85s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

#transition .transition-mask:after {
  content: '';
  display: block;
  background: #fff;
  width: 35vh;
  height: 200%;
  top: -50%;
  position: absolute;
  -webkit-transform: skewX(-18.43495deg) translateX(100%);
          transform: skewX(-18.43495deg) translateX(100%);
  right: 17.5vh;
  z-index: 10;
}

#transition .transition-mask:before {
  content: '';
  display: block;
  background: #fff;
  width: 35vh;
  height: 100%;
  top: 0%;
  position: absolute;
  -webkit-transform: skewX(-18.43495deg) translateX(-100%);
          transform: skewX(-18.43495deg) translateX(-100%);
  left: 17.5vh;
  z-index: 10;
}

#transition .transition-icon {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 2001;
  transition: opacity 0.2125s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 1;
}

@media (min-width: 769px) {
  #transition .transition-icon {
    width: 199px;
    height: 199px;
    margin-left: -100px;
    margin-top: -100px;
  }
}

@media (max-width: 768px) {
  #transition .transition-icon {
  width: 199px;
  height: 199px;
    margin-left: -100px;
    margin-top: -100px;
  }
}

/*#transition .transition-icon picture {*/
  /*position: relative;*/
  /*width: 199px;*/
  /*height: 199px;*/
  /*-webkit-animation-name: transition_blink;*/
          /*animation-name: transition_blink;*/
  /*-webkit-animation-duration: 2s;*/
          /*animation-duration: 2s;*/
  /*!*-webkit-animation-iteration-count: infinite;*/
          /*animation-iteration-count: infinite;*!*/
  /*-webkit-animation-direction: normal;*/
          /*animation-direction: normal;*/
  /*-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);*/
          /*animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);*/
/*}*/

/*#transition .transition-icon picture img {*/
  /*width: 199px;*/
  /*!*height: 199px;*!*/
/*}*/
/*#transition .transition-icon:before{*/
	/*content: "";*/
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    /*width: 0;*/
    /*height: 199px;*/
    /*z-index: 1;*/
   /*!*opacity: 0;*!*/
    /*background-color: #2259A8;*/
    /*!*-webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);*/
    /*-moz-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);*/
    /*-o-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);*/
    /*transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);*/
    /*-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);*/
    /*-moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);*/
    /*-o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);*/
    /*transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);*!*/
   /**/
  /*-webkit-animation-name: transition_bg;*/
          /*animation-name: transition_bg;*/
  /*-webkit-animation-duration: 2s;*/
          /*animation-duration: 2s;*/
          /*animation-delay: 2s;*/
  /*-webkit-animation-delay: 2s;*/
  /*!*-webkit-animation-iteration-count: infinite;*/
          /*animation-iteration-count: infinite;*!*/
  /*-webkit-animation-direction: normal;*/
          /*animation-direction: normal;*/
  /*-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);*/
          /*animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);*/
/*}*/

/*
@-webkit-keyframes transition_bg {
  0% {
    width: 0%;
   height: 2px;
   left: -199px;
   opacity: 0;
  }
  70%{
   width: 100%;
   height: 100%;
   left: 0px;
   opacity: 1;
  }
  100% {
   width: 100%;
   height: 2px;
  }
}
@keyframes transition_bg {
  0% {
    width: 0%;
   height: 2px;
  }
  70%{
   width: 100%;
   height: 100%;
  }
  100% {
   width: 100%;
   height: 2px;
  }
}

@-webkit-keyframes transition_bg {
  0% {
    width: 0%;
  }
  100% {
   width: 100%;
  }
}
@keyframes transition_bg {
  0% {
    width: 0%;
  }
  100% {
   width: 100%;
  }
}*/
@-webkit-keyframes transition_blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes transition_blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


#transition.beforeunload {
  pointer-events: auto;
}

#transition.beforeunload .transition-mask {
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-animation-duration: .4s;
          animation-duration: .4s;
  -webkit-animation-name: transition_unload;
          animation-name: transition_unload;
}

#transition.beforeunload .transition-icon {
  transition-delay: .5s;
  opacity: 1;
}

/*body:not(.home) #transition.onload {
  pointer-events: none;
}

body:not(.home) #transition.onload .transition-mask {
  -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -webkit-animation-duration: .9s;
          animation-duration: .9s;
  -webkit-animation-name: transition_onload;
          animation-name: transition_onload;
}

body:not(.home) #transition.onload .transition-icon {
  opacity: 0;
}

body:not(.home) #transition.beforeunload {
  pointer-events: auto;
}

body:not(.home) #transition.beforeunload .transition-mask {
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-animation-duration: .4s;
          animation-duration: .4s;
  -webkit-animation-name: transition_unload;
          animation-name: transition_unload;
}

body:not(.home) #transition.beforeunload .transition-icon {
  transition-delay: .5s;
  opacity: 1;
}*/

body.home.loaded #transition.onload {
  pointer-events: none;
}

body.home.loaded #transition.onload .transition-mask {
  -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -webkit-animation-duration: .9s;
          animation-duration: .9s;
  -webkit-animation-name: transition_onload;
          animation-name: transition_onload;
}

body.home.loaded #transition.onload .transition-icon {
  opacity: 0;
}

body.home.loaded #transition.beforeunload {
  pointer-events: auto;
}

body.home.loaded #transition.beforeunload .transition-mask {
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-animation-duration: .4s;
          animation-duration: .4s;
  -webkit-animation-name: transition_unload;
          animation-name: transition_unload;
}

body.home.loaded #transition.beforeunload .transition-icon {
  transition-delay: .5s;
  opacity: 1;
}

@-webkit-keyframes transition_unload {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible;
  }
  1% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible;
    display: block;
  }
  100% {
    display: block;
    visibility: visible;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes transition_unload {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible;
  }
  1% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible;
    display: block;
  }
  100% {
    display: block;
    visibility: visible;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@-webkit-keyframes transition_onload {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  1% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  99% {
    -webkit-transform: translateX(120%);
            transform: translateX(120%);
    -webkit-transform: translateX(calc(100vw + 35vh));
            transform: translateX(calc(100vw + 35vh));
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(120%);
            transform: translateX(120%);
    -webkit-transform: translateX(calc(100vw + 35vh));
            transform: translateX(calc(100vw + 35vh));
  }
}

@keyframes transition_onload {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  1% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  99% {
    -webkit-transform: translateX(120%);
            transform: translateX(120%);
    -webkit-transform: translateX(calc(100vw + 35vh));
            transform: translateX(calc(100vw + 35vh));
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(120%);
            transform: translateX(120%);
    -webkit-transform: translateX(calc(100vw + 35vh));
            transform: translateX(calc(100vw + 35vh));
  }
}


/*动画完善*/
.variety{
	position: absolute;
	width: 10px;
	height: 10px;
	left: -10px;
	top:-10px;
	background-color:#2259a8;
	animation:animation_index 3s;
	animation-fill-mode: forwards;
	-moz-animation:animation_index 3s; /* Firefox */
	-moz-animation-fill-mode: forwards;
	-webkit-animation:animation_index 3s; /* Safari and Chrome */
	-webkit-animation-fill-mode: forwards;
	-o-animation:animation_index 3s; /* Opera */
	-o-animation-fill-mode: forwards;
}
.logo2{
	position: absolute;
	width: 199px;
	height: 199px;
	/*background-color: #2259a8;*/
	z-index: 99999;
	background-image: url("../img/logo2.png");
	background-repeat: no-repeat;
	animation:animation_logo2 3s;
	animation-fill-mode: forwards;
	-moz-animation:animation_logo2 3s; /* Firefox */
	-moz-animation-fill-mode: forwards;
	-webkit-animation:animation_logo2 3s; /* Safari and Chrome */
	-webkit-animation-fill-mode: forwards;
	-o-animation:animation_logo2 3s; /* Opera */
	-o-animation-fill-mode: forwards;
}
#transition .transition-icon picture{
	animation:animation_logo 3s;
	animation-fill-mode: forwards;
	-moz-animation:animation_logo 3s; /* Firefox */
	-moz-animation-fill-mode: forwards;
	-webkit-animation:animation_logo 3s; /* Safari and Chrome */
	-webkit-animation-fill-mode: forwards;
	-o-animation:animation_logo 3s; /* Opera */
	-o-animation-fill-mode: forwards;
}
@keyframes animation_index
{
	0%{
		width: 2px;
		height: 2px;
	}
	50%{
		width: 2px;
		height: 220px;
	}
	80%{
		width:220px;
		height: 220px;
        top:-10px;
	}
	85%{
		width: 220px;
		height: 2px;
		transform: none;
		top:100px;
	}
	95%{
		transform: scaleX(18);
		top:100px;
	}
	100%{
		height: 0px;
		width: 0px;
		top:100px;
	}
}
@keyframes animation_logo2 {
	0%{
		opacity: 0;
	}
	60%{
		opacity: 0;
	}
	80%{
		opacity: 1;
	}
	85%{
		opacity: 0;
	}
	100%{
		opacity: 0;
	}
}
@keyframes animation_logo {
	0%{
		opacity: 1;
	}
	80%{
		opacity: 0;
	}
	80.1%{
		opacity: 0;
	}
	100%{
		opacity: 0;
	}
}