.in-hea{
	height: 36px;
	line-height: 36px;
	width: 100%;
	background: #fff;
}
.in-hea-left{
	float: left;
}
.in-hea-left a{
	color: #277dc6;	
	font-size: 14px;
	display: inline-block;
	padding: 0 6px;
	border-right: 1px solid #5491cd;
	height: 14px;
	line-height: 14px;
}
.in-hea-left a:last-child{
	border: none;
}
.in-hea-right{
	float: right;
}
.in-hea-right a{
	color: #333;	
	font-size: 14px;
	display: inline-block;
	padding: 0 6px;
	border-right: 1px solid #969696;
	height: 14px;
	line-height: 14px;	
}
.in-hea-right a:last-child{
	border: none;
}

.in-hea-left a:hover,.in-hea-right a:hover{
	text-decoration: underline;
}
.in-ban{
	width: 100%;
	height: 120px;
}
.in-ban-bg{
	background-repeat:no-repeat ;
	background-position:center center ;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	height: 120px;
	width: 100%;
}
.in-logo{
	display: block;
	position: absolute;
	left: 0;
	top: 42px;
	z-index: 12;
	width: 416px;
	height: 36px;
}
.in-nav{
	height: 50px;
	width: 100%;
	background: #0292dd;
}
.in-nav-ul li{
	float: left;
	width: 200px;
	box-sizing: border-box;
	border-right: 1px solid #53a9d6;
	line-height: 50px;
	text-align: center;
}
.in-nav-ul li:last-child{
	border: none;
}
.in-nav-ul li a{
	display: block;
	font-size: 16px;
	color: #fff;
}
.in-nav-ul .in-nav-sel{
	background: #065da0;
}
.in-sea{
	margin-top: 20px;
	height: 30px;
	line-height: 30px;
}
.in-sea-left{
	float: left;
	color: #666;
	font-size: 14px;
}
.in-sea-right{
	float: right;
	width: 300px;
}
.in-sea-txt{
	height: 28px;
	line-height: 28px;
	border: 1px solid #1b7cdb;
	padding-left: 10px;
	padding-right: 10px;
	width: 238px;
}
.in-sea-txt::-webkit-input-placeholder { /* WebKit browsers */
	  color: #999;
	  font-size: 14px;
	}
.in-sea-txt::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	  color: #999;
	  font-size: 14px;
	}
.in-sea-txt::-moz-placeholder { /* Mozilla Firefox 19+ */
	  color: #999;
	  font-size: 14px;
	}
.in-sea-txt::-ms-input-placeholder { /* Internet Explorer 10+ */
	  color: #999;
	  font-size: 14px;
}
.in-sea-btn{
	height: 30px;
	width: 40px;
	background: url(../images/index/sea.png) center center no-repeat #1b7cdb;	
	border: none;
	position: absolute;
	top: 0;
	right: 0;
}
.in-notice{
	margin-top: 20px;
	width: 100%;
	background: #ebf1f9;
	height: 94px;
	overflow: hidden;
}
.in-not-t{
	padding-left: 20px;
	padding-top: 58px;
	font-size: 24px;
	line-height: 24px;
	color: #2066b7;
	background: url(../images/index/tz.png) no-repeat 50px 14px;
	float: left;
}
.in-not-ul{
	float: left;
	width: 646px;
	margin-left: 40px;
	margin-top: 20px;
}
.in-not-ul li{
	background: url(../images/index/ty1.png) no-repeat left center;
	margin-bottom: 16px;
	padding-left: 20px;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;	
	-ms-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;				
}
.in-not-ul li a{
	display: block;
}
.in-not-ut{
	width: 542px;
	color: #555;
	font-size: 16px;
	float: left;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;	
	-ms-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;			
}
.in-not-ud{
	float: right;
	font-size: 14px;
	color: #666;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;	
	-ms-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;			
}
.in-not-ul li:hover{
	background: url(../images/index/ty1s.png) no-repeat left center;	
}
.in-not-ul li:hover .in-not-ut{
	color: #1b7cdb;
}
.in-not-ul li:hover .in-not-ud{
	color: #1b7cdb;
}
.in-not-a{
	float: right;
	margin-top: 4px;
	margin-right: 10px;
	width: 270px;
	font-size: 0;
}
.in-not-a a{
	display: inline-block;
	margin-top: 10px;
	margin-right: 10px;
	width: 80px;
	height: 28px;
	line-height: 26px;
	text-align: center;
	border: 1px solid #ccc;
	color: #2e6eb8;
	font-size: 14px;
	box-sizing: border-box;
	background: #fff;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;	
	-ms-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;		
}
.in-not-a a:hover{
	background: #1b7cdb;
	color: #fff;
}
.in-ass{
	margin-top: 20px;
	height: 310px;
	overflow: hidden;
}
.in-ass-left{
	width: 598px;
	float: left;
}
.in-ass-top{
	border-bottom: 1px solid #eee;
}
.in-ast-l{
	width: 24px;
	height: 24px;
	float: left;
	background: url(../images/index/dbx1.png) no-repeat center center #1b7cdb;
}
.in-ast-span{
	float: left;
	text-align: left;
}
.in-ast-span span{
	display: inline-block;
	margin-left: 20px;
	color: #666;
	font-size: 16px;
	padding-bottom: 6px;
	line-height: 16px;
}
.in-ast-span span:hover{
	cursor: pointer;
}
.in-ast-span .in-ast-sel{
	color: #1b7cdb;
	border-bottom: 1px solid #1b7cdb;
}
.in-ase-more{
	float: right;
}
.in-ase-more a{
	color: #999;
	font-size: 12px;
	display: none;
}
.in-ass-ul{display: none;}
.in-ass-ul li{
	margin-top: 20px;	
}
.in-ass-ul li a{
	display: block;
}
.in-ass-ul li:hover .in-asu-l{
	background: #1b7cdb;
}
.in-ass-ul li:hover .in-asu-year{
	color: #fff;
}
.in-ass-ul li:hover .in-asu-mon{
	color: #fff;
}
.in-ass-ul li:hover .in-asu-t{
	color: #1b7cdb;
}
.in-asu-l{
	float: left;
	width: 75px;
	height: 75px;
	background: #eaeaea;
	text-align: center;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;	
	-ms-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;		
}
.in-asu-year{
	color: #666;
	font-size: 12px;
	padding-top: 16px;
	line-height: 12px;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;	
	-ms-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;		
}
.in-asu-mon{
	font-size: 24px;
	line-height: 24px;
	color: #666;
	margin-top: 14px;
	margin-top: 12px;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;	
	-ms-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;		
}
.in-asu-r{
	float: right;
}
.in-asu-r{
	width: 500px;
	float: right;
}
.in-asu-t{
	padding-top: 8px;
	font-size: 16px;
	line-height: 16px;
	color: #444;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;	
	-ms-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;			
}
.in-asu-ft{
	font-size: 12px;
	color: #666;
	line-height: 20px;
	margin-top: 10px;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  	
    height: 40px;
}
.in-ass-right{
	width: 550px;
	height: 310px;
	float: right;
}
.in-ass-tm{
	height: 46px;
	line-height: 46px;
	background: url(../images/index/tm.png) no-repeat center center;
	background-size:100% ;
	position: absolute;
	z-index: -8;
	left: 0;
	bottom: 0;
	width: 100%;
}
.in-ass-tm p{
	width: 336px;
	padding-left: 55px;
	background: url(../images/index/sy2.png) no-repeat 20px center;
	color: #fff;
	font-size: 16px;
}
.in-bg1{
	margin-top: 20px;
	height: 150px;
	width: 100%;
	text-align: center;
}
.in-bg1 a{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	background: url(../images/index/bg1.jpg) no-repeat center center;
	width: 100%;
	height: 150px;
}
.in-bg1-t{
	padding-top: 40px;
	color: #fff;
	line-height: 24px;
	font-size: 24px;
}
.in-bg1-ft{
	margin-top: 36px;
	font-size: 14px;
	color: #fff;
	line-height: 14px;
}
.in-three{
	margin-top: 24px;
}
.in-th-left{
	float: left;
	width: 400px;
}
.in-th-top{
	line-height: 24px;
}
.in-th-t1{
	width: 24px;
	height: 24px;
	background: url(../images/index/dbx1.png) no-repeat center center #1b7cdb;
	float: left;
}
.in-th-t2{
	float: left;
	margin-left: 20px;
	font-size: 16px;
	color: #1b7cdb;
}
.in-th-t3{
	display: block;
	float: right;
	font-size: 12px;
	color: #999;
	margin-right: 3px;
}
.in-th-bor{
	width: 400px;
	border: 1px solid #eee;
	margin-top: 10px;
	box-sizing: border-box;	
	height: 466px;
	overflow: hidden;
}
.in-th-bor menu{
	margin-top: 10px;
}
.in-th-bor a{
	display: block;
	margin-left: 20px;
	float: left;
	width: 170px;
	text-align: center;
	height: 38px;
	line-height: 42px;
	font-size: 16px;
	color: #fff;
	margin-top: 33px;
}
.in-thco1{
	background: #277dc6;
}
.in-thco2{
	background: #37aa67;
}
.in-th-right{
	margin-left: 20px;
	float: left;
}
.in-thr-ul{
	border: 1px solid #eee;
	width: 380px;
	height: 288px;
	box-sizing: border-box;
	margin-top: 10px;
	overflow: hidden;
}
.in-thr-ul li{
	height: 46px;
	line-height: 46px;
	border-bottom: 1px solid #eee;
	margin: 0 auto;
	padding: 0 10px;
	width: 320px;
	background: url(../images/index/lx.jpg) no-repeat left center;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;	
	-ms-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;			
}
.in-thr-ul li:last-child{
	border: none;
}
.in-thr-ul li a{
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;	
	-ms-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;	
	color: #555;
	font-size: 14px;
	display: block;	
}
.in-thr-ul li:hover{
	background: url(../images/index/lxs.png) no-repeat left center;	
}

.in-thr-ul li a:hover{
	color: #1b7cdb;
}
.in-bg2{
	width: 100%;
	height: 150px;
	margin-top: 20px;
	background: url(../images/index/bg2.jpg) no-repeat center center;
}
.in-bg2 a{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	background: url(../images/index/bg2.jpg) no-repeat center center;
	width: 100%;
	height: 150px;
}
.in-bg2-t{
	padding-left: 122px;
	padding-top: 45px;
	font-size: 30px;
	color: #fff;
	line-height: 30px;
}
.in-bg2-ft{
	margin-top: 18px;
	font-size: 20px;
	color: #fff;
	vertical-align: middle;
	margin-left: 165px;
}
.in-bg2-ft span{
	display: inline-block;
	width: 55px;
	border-bottom: 1px solid #fff;
	vertical-align: middle;
}
.in-bsl{
	margin-right: 20px;
}
.in-bsr{
	margin-left: 20px;
}
.in-two{
	margin-top: 20px;
}
.in-two-left{
	width: 460px;
	float: left;
	box-sizing: border-box;
}
.in-two-span{
	height: 40px;
	line-height: 40px;
	width: 460px;
	font-size: 0;
	border-bottom: 1px solid #eee;
}
.in-two-con{
	height: 332px;
	margin-top: 10px;
	box-sizing: border-box;
	border: 1px solid #eee;
	overflow: hidden;
}
.in-twl-s{
	display: inline-block;
	width: 230px;
	font-size: 14px;
	color: #666;
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
}
.in-twl-s:last-child a{
	border: none;
}
.in-two-span .in-two-sel{
	border-bottom: 1px solid #1b7cdb;
}
.in-two-span .in-two-sel a{
	color: #1b7cdb;	
}
.in-twl-s a{
	display: inline-block;
	height: 20px;
	border-right: 1px solid #eee ;
	width: 100%;	
	line-height: 20px;
}
.in-twlu li{
	height: 46px;
	line-height: 46px;
	width: 400px;
	padding: 0 10px;
	margin: 0 auto;
	background: url(../images/index/lx.jpg) no-repeat left center;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;	
	-ms-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;		
	border-bottom: 1px solid #eee;	
}
.in-twlu li a{
	display: block;
	color: #555;
	font-size: 14px;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;	
	-ms-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;		
}
.in-twlu li:hover{
	background: url(../images/index/lxs.png) no-repeat left center;	
}
.in-twlu li a:hover{
	color: #1b7cdb;
}
.in-twlu{
	display: none;
}
.in-two-right{
	width: 720px;
	float: right;
}
.in-tw-ron{
	border: 1px solid #eee;
	box-sizing: border-box;
	margin-top: 10px;
	height: 332px;
	overflow: hidden;
}
.in-tw-rsp{
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #eee;
	font-size: 0;
	width: 720px;
}
.in-tw-rs{
	display: inline-block;
	font-size: 14px;
	color: #666;
	width: 240px;
	text-align: center;
	font-weight: bold;
}
.in-tw-rs a{
	display: inline-block;
	height: 20px;
	line-height: 20px;
	border-right: 1px solid #eee;
	width: 100%;
}
.in-tw-rsp .in-th-sel{
	border-bottom: 1px solid #1b7cdb;
}
.in-tw-rsp .in-th-sel a{
	color: #1b7cdb;	
}
.in-th-ul{
	display: none;
}
.in-th-ul li{
	height: 46px;
	line-height: 46px;
	padding: 0 10px;
	width: 660px;
	margin: 0 auto;
	background: url(../images/index/lx.jpg) no-repeat left center;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;	
	-ms-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;		
	border-bottom: 1px solid #eee;
}
.in-th-ul li a{
	display: block;
	color: #555;
	font-size: 14px;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;	
	-ms-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;		
}
.in-th-ul li:hover{
	background: url(../images/index/lxs.png) no-repeat left center;	
}
.in-th-ul li a:hover{
	color: #1b7cdb;
}
.in-bg3{
	margin-top: 20px;
	height: 150px;
	width: 100%;
	background: url(../images/index/bg3.jpg) no-repeat center center;
}
.in-bg3-t{
	padding-left: 540px;
	padding-top: 42px;
	color: #fff;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
}
.in-bg3-d{
	padding-top:18px;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	padding-left: 660px;
}
.in-bg3 a{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	background: url(../images/index/bg3.jpg) no-repeat center center;
	width: 100%;
	height: 150px;
}
.in-bg3-ft{
	padding-left: 610px;
	font-size: 14px;
	color: #fff;
	margin-top: 12px;
	line-height: 14px;
}
.in-bg3-ft span{
	display: inline-block;
	width: 32px;
	border-bottom: 1px solid #fff;
	vertical-align: middle;
}
.in-bg3-l{
	margin-right: 12px;
}
.in-bg3-r{
	margin-left: 12px;
}
.in-mem{
	margin-top: 20px;
}
.in-mem-con{
	width: 100%;
	height: 345px;
	box-sizing: border-box;
	border: 1px solid #eee;
	margin-top: 10px;
}
.in-prev{
	display: block;
	width: 20px;
	height: 38px;
	position: absolute;
	left: 20px;
	top: 120px;
	z-index: 10;
	background: url(../images/index/in-le.png) no-repeat center center;
}
.in-next{
	display: block;
	width: 20px;
	height: 38px;
	position: absolute;
	right: 20px;
	top: 120px;
	z-index: 10;
	background: url(../images/index/in-re.png) no-repeat center center;
}
.in-mem-m{
	margin-top: 20px;
	margin-left: 60px;
	overflow: hidden;
	text-align: center;
	margin-right: 58px;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
}
.in-mem-m a{
	display: block;
}
.in-mem-left{
	float: left;
	width: 370px;
	overflow: hidden;
	font-size: 0;
}
.in-mem-lg{
	width: 370px;
	height: 240px;	
	overflow: hidden;	
}
.in-mem-lg img{
	width: 370px;
	height: 240px;	
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;	
	-ms-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;			
}
.in-mem-lg img:hover{
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.in-mem-right{
	float: right;
	margin-left: -2px;
	width: 712px;
	font-size: 0;
}
.in-mem-right a{
	display: block;
	width: 154px;
	float: left;
	margin-left: 24px;
	margin-bottom: 14px;
}
.in-mem-sm{
	width: 154px;
	height: 100px;
	overflow: hidden;	
}
.in-mem-sm img{
	width: 154px;
	height: 100px;	
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;	
	-ms-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;			
}
.in-mem-sm img:hover{
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.in-mem-t{
	font-size: 16px;
	margin-top: 10px;
	color: #1b7cdb;
}
.in-mem-mt {
	color: #1b7cdb;
	padding: 0 8px;
	font-size: 16px;
	line-height: 16px;
	margin-top: 10px;
}
.in-mem-span {position:absolute;bottom:20px;left:0px;text-align:center;z-index:10;width: 100%;}
.in-mem-span span { display:inline-block;width:44px;height:5px;background:#ccd3e4;line-height:0px; font-size:0px; margin:0 4px;}
.in-mem-span span.numsel { background:#ff6600;}
.in-mem-span{
	cursor: pointer;
}
.in-fship{
	margin-top: 20px;
}
.in-fp-con{
	border: 1px solid #eaeaea;
	margin-top: 10px;
	padding: 10px 0 20px 0;
}
.in-fp-ul{
	padding: 0 40px;
}
.in-fp-uco{
	overflow: hidden;	
}
.in-fp-ul a{
	display: inline-block;
	margin-right: 42px;
	line-height: 36px;
	font-size: 14px;
	color: #666;
}
.in-fp-ul a:hover{
	color: #1b7cdb;
}
.in-fp-xl{
	margin: 0 auto;
	margin-top: 10px;
	width: 24px;
	height: 11px;
	background: url(../images/index/xl.png) no-repeat center center;
}
.in-fp-xr{
	margin: 0 auto;
	margin-top: 10px;
	width: 24px;
	height: 11px;
	background: url(../images/index/xl.png) no-repeat center center;
	display: none;
}
.in-fp-con .in-fp-sl{
	background: url(../images/index/sl.png) no-repeat center center;	
}
.in-fp-xl:hover{
	cursor: pointer;
}
.in-fp-xr:hover{
	cursor: pointer;
}
.in-foo{
	margin-top: 40px;
	width: 100%;
}
.in-foo a:hover{
	text-decoration: underline;
}
.in-foo-top{
	height: 50px;
	line-height: 50px;
	width: 100%;
	background: #1b7cdb;
	text-align: center;
}
.in-foo-top a{
	display: inline-block;
	padding: 0 20px;
	font-size: 14px;
	color: #fff;
	border-right: 1px solid #fff;
	height: 14px;
	line-height: 14px;
}
.in-foo-top a:last-child{
	border: none;
}
.in-foo-bot{
	padding: 16px 0 20px;
	font-size: 12px;
	color: #666;
	line-height: 20px;
	text-align: center;
}
.in-foo-bot a{
	color: #666;	
}
.in-foo-bot a:hover{
	color: #1b7cdb;
}
.h72{
	height: 72px;
}
.page-nav{
	height: 13px;
	background: url(../images/page/home.png) no-repeat left center;
	padding-left: 20px;
	color: #999;
	margin-top: 20px;
	font-size: 12px;
	line-height: 13px;
}
.page-nav a{
	color: #999;	
}
.page-nav a:hover{
	text-decoration: underline;
	color: #1b7cdb;
}
.page-lgt{
	display: inline-block;
	margin-top: 20px;
	font-size: 20px;
	color: #666;
	font-weight: bold;
	padding-bottom: 17px;
	border-bottom: 4px solid #277dc6;
	z-index: 10;
}
.page-nav-a{
	border-top: 2px solid #dedede;
	margin-top:-2px;
	line-height: 14px;
}
.page-nav-a a{
	display: inline-block;
	color: #666;
	font-size: 14px;
	margin-left: 36px;
	margin-top: 18px;	
	height: 36px;
	line-height: 36px;
	padding: 0 12px;
	background: #f1f1f1;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;	
	-ms-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;	
	border-radius: 3px;	
}
.page-nav-a a:hover{
	background: #1b7cdb;
	color: #fff;
}
.page-nav-a .page-nav-sel{
	background: #1b7cdb;
	color: #fff;
}
.new-ul{
	margin-top: 20px;
	min-height: 400px;
}
.new-ul li{
	border-bottom: 1px dashed #d2d2d2;
	height: 50px;
	line-height: 50px;
}
.new-ul li a{
	display: block;
}
.new-ul-t{
	width: 686px;
	font-size: 14px;
	color: #333;
	float: left;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;	
	-ms-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;		
}
.new-ul-d{
	float: right;
	color: #999;
	font-size: 14px;
}
.new-ul li:hover .new-ul-t{
	color: #277dc6;
}
.page-num{
	margin-top: 30px;
	text-align: center;
}
.page-num a{
	display: inline-block;
	border: 1px solid #dbdbdb;
	margin-right: 4px;
	font-size: 14px;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;	
	-ms-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;		
}
.page-num .a1{
	padding: 4px 10px;
	color: #8a8a8a;
}
.page-num .a2{
	padding: 4px 20px;
	color: #333;
}
.page-num .onsel{
	background: #1b7cdb;
	border: 1px solid #1b7cdb;
	color: #fff;
}
.page-num span{
	display: inline-block;
	border: 1px solid #dbdbdb;
	margin-right: 4px;
	font-size: 14px;	
	padding: 4px 10px;	
}
.page-num a:hover{
	background: #1b7cdb;
	border: 1px solid #1b7cdb;
	color: #fff;	
}
.news{
	margin: 0 auto;
	margin-top: 40px;
	text-align: left;
	width: 800px;
}
.news-t{
	font-size: 18px;
	line-height: 18px;
	color: #333;
	font-weight: bold;
	text-align: center;
}
.news-d{
	margin-top: 16px;
	line-height: 13px;
	font-size: 13px;
	color: #999;
	padding-bottom: 16px;
	text-align: center;
	border-bottom: 1px solid #eee;
}
.news-con{
	/*padding-bottom: 20px;*/
	margin: 0 auto;
	margin-top: 14px;
}
.news-con span{
	text-indent: 0 !important;
}
.news-con img{
	text-indent: 0 !important;
	text-align: center;
}
.edit{
	padding: 20px 0;	
	min-height: 400px;
	font-size: 16px;
	line-height: 32px;
}
.edit img{
	max-width: 100%;
}
.news-share{
	margin-top: 20px;
	float: right;
}
.news-share span{
	display: inline-block;
	float: left;
	top: 4px;
	color: #555;
	font-size: 13px;
}
.news-next{
	margin-top: 12px;
	line-height: 24px;
	padding-bottom: 24px;
	border-top: 1px dashed #eee;
	padding-top: 12px;
}
.news-next a{
	color: #888;
	font-size: 13px;
	display: block;
}
.news-next a:hover{
	color: #1b7cdb;
}
.news-next .news-ne-sel{
	color: #1b7cdb;	
}
.page-tab{
	margin-top: 40px;
	text-align: left;
	font-size: 0;
}
.page-tab a{
	display: inline-block;
	height: 28px;
	line-height: 28px;
	text-align: center;
	padding: 0 24px;
	border: 1px solid #eaeaea;
	color: #666;
	font-size: 14px;
	margin-right: 10px;
	margin-top:5px;
}
.page-tab .page-tab-sel{
	color: #37aa67;
	border: 1px solid #37aa67;
}
.page-tab a:hover{
	color: #37aa67;
	border: 1px solid #37aa67;	
}
.member{
	margin-top: 20px;
	width: 1220px;
}
.member li{
	width: 305px;
	float: left;
	margin-top: 20px;
}
.member li a{
	display: block;
}
.mem-img{
	width: 285px;
	height: 185px;
	overflow: hidden;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;	
	-ms-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;		
}
.mem-img img{
	width: 285px;
	height: 185px;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;	
	-ms-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;		
}
.mem-img  img:hover{
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.member-t{
	font-size: 16px;
	color: #333;
	line-height: 16px;
	margin-top: 14px;
	text-align: center;
}
.recruit-tab .nobor{
	border-bottom: none;
	background: none;
	padding-left: 0;
}
.recruit-tab{
	font-size: 14px;
	color: #333;
	margin-top: 40px;
	width: 1200px;	
}
.recruit-tab tr{
	border-bottom: 1px dashed #d0d0d0;
	width: 1200px;
}

.recruit-tab .t1{
	padding-left: 26px;	
	background: url(../images/page/bg1.png) no-repeat left center;	
}
.t4{
	float: right;
}
.recruit-tab td{
	text-align: center;
	padding: 18px 0;
}
.recruit-tab tr th{
	text-align: center;
	padding: 18px 0;	
}
.recruit-tab tr .t1{
	text-align: left;
}
.recruit-tab .tl{
	text-align: left;
}
.recruit-tab a{
	color: #333;
}
.recruit-tab a:hover{
	color: #1b7cdb;
}
.mem-img-con{
	width: 860px;
	margin: 0 auto;
	margin-top: 30px;
}
.mem-lg{
	height: 600px;
	overflow: hidden;
}
.mem-lg-show{
	width: 860px;
	height: 600px;
	overflow: hidden;
	display: none;
}
.mem-lg-bg{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 40px;
	line-height: 40px;
	z-index: 10;
	background: rgba(0,0,0,0.5);
	width: 100%;
	font-size: 16px;
	padding: 0 32px;
	color: #fff;
	width: 100%;
	box-sizing: border-box;
}
.mem-lg-show a{
	display: block;
	height: 600px;
}
.mem-lg-show img{
	width: 860px;
	height: 600px;	
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;	
	-ms-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;		
}
.mem-lg-show img:hover{
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.bdsharebuttonbox{
	display: inline-block;
}
.mem-sm{
	margin-top: 10px;
	height: 87px;
}
.mem-j-left{
	display: block;
	width: 35px;
	height: 85px;
	background: url(../images/page/le.png) no-repeat center center #999;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
}
.mem-j-right{
	display: block;
	width: 35px;
	height: 85px;
	background: url(../images/page/re.png) no-repeat center center #999;
	position: absolute;
	z-index: 2;
	right: 0;
	top: 0;
}
.mem-jt a{
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;	
	-ms-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;			
}
.mem-j-left:hover{
	background: url(../images/page/le.png) no-repeat center center #1b7cdb;	
}
.mem-j-right:hover{
	background: url(../images/page/re.png) no-repeat center center #1b7cdb;	
}
.mem-pl{
	padding: 0 35px;
}
.mem-pl li{
	float: left;
	margin-left: 10px;
	height: 85px;
	width: 118px;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;	
	-ms-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;		
	border: 1px solid #fff;
}
.mem-pl li img{
	height: 85px;
	width: 118px;
}
.mem-img-ul li:hover{
	border: 1px solid #065da0;
}
.contact{
	margin-top: 40px;
}
.contact-t{
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
.contact-ul{
	margin-top: 32px;
}
.contact-ul li{
	line-height: 28px;
	font-size: 14px;
	color: #333;
}
.page-map{
	max-width: 100%;
	height: 278px;
	margin: 0 auto;
	margin-top: 40px;
}
.page-map img{
	width: 100%;	
	height: 278px;	
}
.about{
	margin-top: 40px;
	line-height: 30px;
	font-size: 14px;
	color: #555;
}
.abt-pt{
	text-indent: 28px;
}
.about-ul{
	margin-top: 40px;
}
.bold{
	font-weight: bold;
}
.regis{
	padding-top: 30px;
	padding-bottom: 100px;
}
.regis-t{
	color: #444;
	font-size: 20px;
	padding-left: 44px;
}
.reg-p{
	width: 138px;
	text-align: right;
	font-size: 14px;
	color: #444;
	float: left;
	line-height: 34px;
	margin-right: 16px;
}
.reg-p span{
	color: #e84d3d
}
.reg-int{
	float: left;
}
.reg-int input{
	width: 390px;
	box-sizing: border-box;
	height: 34px;
	border: 1px solid #ddd;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0 16px;
	line-height: 34px;	
}
.reg-int select{
	width: 390px;
	box-sizing: border-box;
	height: 34px;
	border: 1px solid #ddd;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0 16px;
	line-height: 34px;	
}
/*.reg-com{
	width: 144px;
	height: 34px;
	border: 1px solid #ddd;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0 12px;
}*/
.reg-span{
	color: #999;
	font-size: 14px;
	margin-top: 7px;
}
.reg-hj{
	width: 280px;
	height: 34px;
	border: 1px solid #ddd;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0 12px;	
	color: #666;
	font-size: 14px;
}
.reg-qy{
	width: 388px;
	height: 34px;
	border: 1px solid #ddd;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0 12px;	
	color: #666;
	font-size: 14px;
}
.reg-arr{
	width: 362px;
	height: 34px;
	border: 1px solid #ddd;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0 12px;
}
.reg-int .reg-tx{
	width: 127px;
	height: 34px;
	border: 1px solid #ddd;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0 10px;	
	color: #666;
	font-size: 14px;	
	/*margin-right: 20px;*/
}
.reg-ph{
	width: 316px;
	height: 34px;
	border: 1px solid #ddd;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0 12px;
}
.reg-uname{
	width: 136px;
	height: 34px;
	border: 1px solid #ddd;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0 12px;
	margin-right: 20px;
}
.reg-lp{
	width: 156px;
	height: 34px;
	border: 1px solid #ddd;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0 12px;
	margin-right: 20px;
}
.reg-wj{
	margin-top: 48px;
	text-align: center;
}
.reg-wj{
	font-size: 14px;
	color: #999;
}
.reg-wj a{
	color: #da251d;
}
.reg-wj input{
	margin-right: 6px;
	vertical-align: middle;	
	margin-top: -4px;
}
.reg-wja{
	text-align: right;
	margin: 0 auto;
	margin-top: 32px;
	text-align: right;
	margin-right: 316px;
}
.reg-wja a{
	font-size: 14px;
	color: #fff;
	display: inline-block;
	width: 128px;
	height: 36px;
	line-height: 36px;	
	margin-right: 10px;
	background: #0292dd;
	border-radius: 3px;
	-webkit-border-radius: 3px;	
	text-align: center;	
}
.reg-fo{
	color: #333;
	line-height: 36px;
	font-size: 16px;
	padding-top: 86px;
}
.reg-fo p{
	text-indent: 34px;	
}
.w98{
	width: 994px;
	margin: 0 auto;
}
.m23{
	padding-left: 237px;
}
.login{
	margin-top: 66px;
	text-align: center;
	padding-bottom: 120px;
}
.login-t{
	font-size: 26px;
	line-height: 28px;
	color: #333;
	margin-bottom: 36px;
}
.login-p{
	margin-top: 24px;
}
.login-p input{
	width: 276px;
	height: 34px;
	border: 1px solid #ddd;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0 12px;		
}
.login-code{
	width: 300px;
	margin: 0 auto;
	margin-top: 24px;	
	height: 36px;
}
.login-code input{
	width: 136px;
	height: 34px;
	border: 1px solid #ddd;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0 12px;
	float: left;	
}
.login-code a{
	display: block;
	float: right;
	height: 36px;
	width: 96px;
	margin-left: 36px;
	line-height: 36px;
	background: #0292dd;
	border-radius: 5px;
	color: #fff;
}
.login-code a img{
	height: 36px;
	width: 96px;	
}
.login-wj{
	width: 300px;
	margin: 0 auto;
	margin-top: 24px;	
	height: 36px;
	font-size: 16px;
	line-height: 36px;	
	text-align: left;
}
.login-wj input{
	margin-right: 6px;
	float: left;
	margin-top: 12px;
}
.login-wj-a{
	display: block;
	float: right;
	color: #0292dd;
	font-size: 16px;
}
.login-a{
	width: 300px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	background: #0292dd;
	margin-top: 24px;
	border-radius: 5px;
}
.login-a a{
	display: block;
	color: #fff;
	font-size: 20px;
	line-height: 40px;	
}
.md12{margin-top: 16px;}
.ty{
	margin-top: 24px;
}
.ty input{
	margin-right: 8px;
}
.in-memg{
	text-align: center;
	margin-top: 48px;
}
.in-memg span{
	width: 200px;
	display: inline-block;
	padding-top: 64px;
	font-size: 16px;
	color: #333;
	background: url(../images/page/reg-step.png) no-repeat center top;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;	
	-ms-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;			
}
.in-memg span:hover{
	background: url(../images/page/reg-steps.png) no-repeat center top;	
}
.in-memg .in-memg-sel{
	cursor: pointer;
	background: url(../images/page/reg-steps.png) no-repeat center top;		
	color: #1b7cdb;	
}
.mem-reg{
	padding: 20px;
	background: #fff;
	margin: 0 auto;
	margin-top: 24px;
}
.mg-t{
    margin-bottom: 20px;
    padding-left: 30px;
    height: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 20px;
    background: url(../images/page/add-user-male.png) 0 center no-repeat;
}
.mg-div{
	overflow: hidden;
	margin: 0 auto;
	margin-top: 24px;
	width: 544px;
}
.sus-ul{
	margin: 0 auto;
    display: block;
    text-align: center;
    color: #333;	
    padding-bottom: 64px;
    padding-top: 24px;
}
.sus-ul li{
    height: 56px;
    line-height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;	
    display: block;
    text-align: center;
    color: #333;
    font-size: 20px;        
}
.sus-bg{
    background: url(../images/page/yes.png) 41% center no-repeat;	
}
.mr3{
	margin-right: 10px;
}
.sus-ul li a{
    display: inline-block;
    width: 135px;
    line-height: 36px;
    font-size: 16px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    background: #007dcd;
    margin: 0px 10px;	
}
.ng-binding{
	font-style: normal;
}
.tin-tab{
	width: 100%;
}
.last-tab{
	background: #fff;
	margin-top: 80px;
	padding: 48px 32px;
	box-sizing: border-box;	
	width: 100%;	
}
.tin-tab{
	border: 1px solid #333 !important;
}
.tin-tab td{
	border: 1px solid #333 !important;
}
.tin-tab th{
	border: 1px solid #333 !important;
}
.tin-tab tr:nth-child(1) th:nth-child(1){
	width: 337px;
}
.tin-tab tr:nth-child(2) th:nth-child(1){
	width: 337px;
}
.tin-tab tr:nth-child(3) th:nth-child(1){
	width: 337px;
}
.tin-tab tr:nth-child(4) th:nth-child(1){
	width: 337px;
}
.tin-tab tr:nth-child(5) th:nth-child(1){
	width: 337px;
}
.tin-tab tr{
	line-height: 40px;
	display: flex;
	flex-direction: row;
}
.tin-tab tr td{
	width: 100%;
	border: 1px solid #ddd;
	text-align: center;
	font-size: 14px;
	color: #666;
}
.tin-tab tr th{
	width: 100%;
	border: 1px solid #ddd;
	text-align: center;
	font-size: 14px;
	color: #666;
	font-weight: bold;
}
.tab-gz{
	text-align: right;
	font-size: 16px;
	color: #666;
	padding-bottom: 12px;
	border-left: 2px solid #333 !important;
	border-right: 2px solid #333 !important;
	border-bottom: 2px solid #333 !important;
	padding-top: 32px;
}
.tab-wo{
	margin-left: 32px;
	text-align: left;
}
.tab-ww{
	margin-top: 36px;
	margin-right: 168px;
}
.tab-wd{
	margin-top: 8px;
	margin-right: 80px;
}
.tab-tea{
	padding: 24px;
}
.tab-wd span{
	margin: 0 6px;
}
.dy{
	text-align: right;
	margin-top: 48px;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	margin-right: 48px;
}
.dy a{
	display: inline-block;
	width: 80px;
	text-align: center;
	line-height: 40px;
	color: #666;
	height: 40px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background: #f1f1f1;
}
.dy:hover{
	cursor: pointer;
}
.tab-zb{
	text-align: center;
	font-size: 16px;
	color: #666;
	letter-spacing: 16px;	
	margin-bottom: 8px;
}
.tab-tbs{
	margin-top: 16px;
	text-align: left;
}
/*.edit table tr td:nth-child(1) p{
	width: 60px;
	text-align: center !important;
}
.edit table tr td:nth-child(3) p{
	width: 120px;
	text-align: center;
}
.edit table tr td:nth-child(2) p{
	text-indent: 24px !important;
	width: 620px;
}*/

/*add at 2022.9.14 by ycz --start*/
.in-th-right{
	margin: 0;
	float: right;
	width: 780px;
}
.in-thr-dl{
	border: 1px solid #eee;
    height: 370px;
    float: right;
    box-sizing: border-box;
    margin-top: 10px;
}
.in-thr-dl dl{
	overflow: hidden;
	padding: 10px;

}
.in-thr-dl dl:nth-child(even){
	background-color: rgb(241, 241, 241);
}
.in-thr-dl dt{
	height: 20px;
	line-height: 20px;
	padding-left: 30px;
	position: relative;
}
.in-thr-dl dt a{
	font-size: 14px;
	font-weight: 600;
	color: #333;
}
.in-thr-dl dt a:hover{
	color: #1b7cdb;
}
.in-thr-dl dt .icon{
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 0;
}
.in-thr-dl dd{
	float: left;
	margin-right: 12px;
	font-size: 12px;
	margin-top: 3px;
	padding-left: 18px;
	position: relative;
}
.in-thr-dl dd a{
	color: #333;
}
.in-thr-dl dd a:hover{
	color: #1b7cdb;
}
.in-thr-dl dd img{
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 2px;
}
/*add at 2022.9.14 by ycz --end*/

