.clear10 {
	height: 10px; clear: both;
}
.clear20 {
	height: 20px; clear: both;
}
.clear30 {
	height: 30px; clear: both;
}
.clear50 {
	height: 50px; clear: both;
}


.imgy {
	position: relative;
	width: 80%;
	height: auto;
	overflow: hidden;
	padding-bottom: 80%;
}
.imgy img {
	position:  absolute;
	left:0;
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}

.img23 {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 150%;
}
.img23 img {
	position:  absolute;
	left:0;
	width: 100%;
	height: 100%;
	display: block;
}
.img32 {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 66.666666%;
}
.img32 img {
	position:  absolute;
	left:0;
	width: 100%;
	height: 100%;
	display: block;
}


.img34 {
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom: 133.333333%;
}
.img34 img {
	position:  absolute;
	left:0;
	width: 100%;
	height: 100%;
	display: block;
}


.bg {
	height: 30px;
	background:  rgba(0, 0, 0,0.4);
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 10;
}
.daytime {
	font-size: 65px;
	text-align: right;
	padding-right: 10px;
	color: #fff;
	line-height: 65px;
	margin-bottom: 8px;
}

.name {
	font-size: 16px;
	color: #FFFFFF;
	height: 30px;
	line-height: 30px;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 11;
	bottom:0;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow: hidden;
}
.name a {
    color: #fff;
    text-decoration: none;
}
.name a:hover {
    text-decoration: underline;
}


.named {
    color: #000;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow: hidden;
}
.named a {
    color: #000;
    text-decoration: none;
}
.named a:hover {
    text-decoration: underline;
}

.picTitle9 {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.picTitle9 .bg {
    height: 45px;
}
.picTitle9 .name {
    height: 45px;
    font-size: 16px;
    line-height: 45px;
	padding: 0 6px;
	box-sizing: border-box;
}

.scale_img img {
	-o-transition: all 1s linear 0s;
	transition: all 1s linear 0s
}
.scale_img:hover img {
	-webkit-transform: scale(1.05) rotate(0deg) translateY(0);
	-ms-transform: scale(1.05) rotate(0deg) translateY(0);
	transform: scale(1.05) rotate(0deg) translateY(0)
}

.brtop {
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}
.brall {
	border-radius:10px;
}



#t_header2 {
	width: 100%;
	position: fixed;
	z-index: 88;
	height: 84px;
	top: 0;
	left: 0;
    box-shadow: 0px 0px 0px rgb(70 70 70 / 20%);
}


#t_header {
	width: 100%;
	position: fixed;
	z-index: 88;
	height: 84px;
	top: 0;
	left: 0;
	border-bottom: 1px solid #536281
}

@media screen and (max-width:980px) {
	#t_header {
		border: none;
		box-shadow: 2px 2px 7px rgba(70, 70, 70, .2);
		overflow: hidden;
		position: fixed;
		z-index: 888;
		height: 52px;
		top: 0;
		left: 0;
		background-color: #fff !important
	}
}

#t_header .accessd {
	float: right;
	background-color: #0088e8;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	height: 85px;
	padding: 0 1.5%
}

#t_header .accessd .lnks {
	font-size: 15px;
	color: #FFF;
	line-height: 2
}

@media (max-width:640px) {
	#t_header .accessd .lnks {
		font-size: 1rem
	}
}

@media (max-width:1200px) {
	#t_header .accessd {
		display: none
	}
}

#t_header .topr {
	float: right;
	display: inline-block;
	font-size: 14px;
	color: #fff;
	overflow: hidden;
	margin-top: 20px;
	line-height: 1;
	margin-left: 1rem;
	margin-right: 4%
}

@media (max-width:640px) {
	#t_header .topr {
		font-size: 13px
	}
}

.topr .iconyun {
	display: inline-block;
	vertical-align: middle;
	color: #0f3175;
	font-size: 1rem;
	line-height: 1;
	background-color: #fff;
	padding: 1px;
	border-radius: 3px
}

.topr h1 {
	font-size: 1.2rem;
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
	font-family: Arial
}

@media (max-width:768px) {
	.topr h1 {
		font-size: 1.09090909rem
	}
}

@media (max-width:1650px) {
	.topr {
		margin-right: 1%
	}
}

@media (max-width:1600px) {
	.topr {
		display: none
	}
}

.navbar {
	font-size: 0
}

.navbar .logo {
	position: relative;
	float: left;
	display: inline-block;
	z-index: 5;
	padding: 12px 0 0;
	margin-left: 4%;
	white-space: nowrap;
	margin-right: 2vw
}

.navbar .logo img {
	display: block
}

.navbar .logo h1 {
	font-size: 0;
	display: none
}

@media (max-width:980px) {
	.navbar .logo {
		padding-top: 8px !important;
		margin-left: 6px;
		margin-top: -1px
	}

	.navbar .logo img {
		max-width: 250px;
		max-height: 37px
	}
}

@media (max-width:1650px) {
	.navbar .logo {
		margin-left: 1%
	}
}

.navbar .mBtn {
	display: none;
	float: right;
	text-align: center;
	width: 10%;
	margin-top: 7px;
	cursor: pointer
}

.navbar .mBtn .iconyun {
	font-size: 25px;
	line-height: 1.7;
	color: #0f3175
}

@media screen and (max-width:980px) {
	.navbar .mBtn {
		display: inline-block
	}
}

#t_header #Nav {
	text-align: center;
	overflow: visible;
	display: block;
	float: right;
	flex-flow: row nowrap;
	justify-content: space-between;
	padding-left: 3%
}

#t_header #Nav a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

#t_header #Nav li {
	position: relative;
	flex: 1;
	padding: 0 30px;
	float: left;
}

#t_header #Nav li a {
	display: block;
	box-sizing: border-box;
	color: #fff;
	font-weight: bold;
	font-size: .85rem;
	text-align: center;
	line-height: 84px;
	white-space: nowrap;
	-webkit-transition: all .2s linear;
	transition: all .2s linear
}

@media (max-width:768px) {
	#t_header #Nav li a {
		font-size: .94444444rem
	}
}

@media (max-width:640px) {
	#t_header #Nav li a {
		font-size: 1.0625rem
	}
}

#t_header #Nav a:hover {
	color: #fff;
}

#t_header #Nav .cur a {
	color: #fff
}

@media screen and (max-width:1400px) {
	#t_header #Nav {
		padding-left: 0
	}
}

@media screen and (max-width:980px) {
	#t_header #Nav {
		display: none
	}
}

#t_header.scroll {
	background-color: #fff;
	box-shadow: 2px 2px 7px rgba(70, 70, 70, .2);
	border-color: #fff
}

#t_header.scroll .topr {
	color: #000
}

#t_header.scroll #Nav a {
	color: #333
}

#t_header.scroll #Nav .cur a {
	color: #0f3175
}

#t_header.scroll #Nav a:hover {
	color: #0f3175
}






.m_nav {
	height: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	right: 0;
	visibility: visible;
	z-index: -1;
	width: 60%;
	margin-top: 0;
	opacity: 1;
	box-shadow: 0 15px 27px 0 rgba(167, 165, 165, .38);
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0s;
	transform: translateX(100%)
}

.m_nav .bg {
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-size: auto auto;
	padding-bottom: 10px;
	margin-bottom: -10px
}

.m_nav .overly {
	position: absolute;
	height: 100%;
	width: 102vw;
	right: 0;
	z-index: 0;
	top: 0
}

.m_nav.open {
	z-index: 1000;
	transform: translateX(0)
}

.m_nav .top {
	box-sizing: border-box;
	height: 60px;
	padding: 20px
}

.m_nav .top .closed {
	vertical-align: middle;
	float: right;
	cursor: pointer;
	height: 30px;
	width: 30px
}

.m_nav .mlogo {
	width: 100%;
	margin-left: auto;
	margin-right: auto
}

.m_nav .mlogo img {
	display: block;
	height: 50px;
	margin: 10px auto;
	max-width: 40%;
	height: auto
}

.m_nav .ul {
	overflow-y: auto;
	height: calc(100vh - 180px);
	margin-top: 20px
}

.m_nav .ul li {
	padding: 0 20px;
	opacity: 0;
	border-bottom: 1px solid #f5f5f5;
	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0s;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0s;
	-webkit-transform: translateY(100%);
	transform: translateY(0);
	transform: translateY(100%)
}

.m_nav.open .ul li {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.m_nav .ul li:nth-child(1) {
	-webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0s;
	transition: all .2s cubic-bezier(.77, 0, .175, 1) 0s
}

.m_nav .ul li:nth-child(2) {
	-webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0s;
	transition: all .4s cubic-bezier(.77, 0, .175, 1) 0s
}

.m_nav .ul li:nth-child(3) {
	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0s;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0s
}

.m_nav .ul li:nth-child(4) {
	-webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0s;
	transition: all .8s cubic-bezier(.77, 0, .175, 1) 0s
}

.m_nav .ul li:nth-child(5) {
	-webkit-transition: all 1s cubic-bezier(.77, 0, .175, 1) 0s;
	transition: all 1s cubic-bezier(.77, 0, .175, 1) 0s
}

.m_nav .ul li:nth-child(6) {
	-webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0s;
	transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0s
}

.m_nav .ul li:nth-child(7) {
	-webkit-transition: all 1.4s cubic-bezier(.77, 0, .175, 1) 0s;
	transition: all 1.4s cubic-bezier(.77, 0, .175, 1) 0s
}

.m_nav .ul li:nth-child(8) {
	-webkit-transition: all 1.6s cubic-bezier(.77, 0, .175, 1) 0s;
	transition: all 1.6s cubic-bezier(.77, 0, .175, 1) 0s
}

.m_nav .ul li a {
	display: block;
	width: 100%;
	height: 50px;
	font-size: 16px;
	color: #333;
	line-height: 50px;
	text-decoration: none
}


#t_footer {
	overflow: hidden;
	clear: both;
	color: #999;
	position: relative;
	font-size: 14px;
	padding-top: 3%;
	background: #081736;
}
#t_footer a {
	display: inline-block;
	color: #999;
}
#t_footer a:hover {
	color: #fff
}
#t_footer h3 {
	font-size: 0.9rem;
	color: #fff;
	margin-bottom: 1em
}
#t_footer em {
	font-size: 1.4rem;
	font-family: Arial;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	color: #eee;
	line-height: 1.5
}
#t_footer dl {
	display: inline-block;
	float: left;
	width: 20%;
}
#t_footer dl dd {
	margin-bottom: .2em
}
#t_footer .ewm {
	float: right;
	color: #999;
	text-align: center;
	width: 15%;
}
#t_footer .ewm dd {
	width: 100%;
	margin: 0;
}
#t_footer .ewm img {
	width: 120px;
	border-radius: 10px;
}


#t_footer .copyright {
	text-align: center;
	color: #999;
	line-height: 2.5;
	padding: 1em 0;
	border-top: 1px solid #666;
}
#t_footer .copyright a {
	margin: 0 10px
}






#t_footer2 {
	clear: both;
	color: #FFF;
	width: 100%;
	position: fixed;
	font-size: 14px;
	bottom: 0;
	z-index: 99;
}
#t_footer2 a {
	display: inline-block;
	color: #FFF;
}
#t_footer2 a:hover {
	color: #fff
}
#t_footer2 .copyright {
	text-align: center;
	color: #FFF;
	line-height: 2.5;
	padding: 1em 0;
}
#t_footer2 .copyright a {
	margin: 0 10px
}


@media (max-width:768px) {
	#t_footer {
		padding-top: 0;
		padding-bottom: 40px;
	}
	#t_footer>.wrap {
		display: none
	}
	#t_footer h3.tit {
		font-size: .88888889rem
	}
	#t_footer .link {
		display: none
	}




#t_footer2 {
	clear: both;
	color: #FFF;
	width: 100%;
	position: fixed;
	font-size: 6px;
	bottom: 0;
	z-index: 99;
}
#t_footer2 a {
	display: inline-block;
	color: #FFF;
}
#t_footer2 a:hover {
	color: #fff
}
#t_footer2 .copyright {
	text-align: center;
	color: #FFF;
	line-height: 2.5;
	padding: 1em 0;
}
#t_footer2 .copyright a {
	margin: 0 10px
}



}

@media (max-width:640px) {
	#t_footer h3.tit {
		font-size: 1rem
	}
	#t_footer .copyright {
		padding: 3% 0;
		text-align: center
	}
}

.t_menu_b {width: 100%; background: #14264e; bottom: 0; left: 0;z-index: 999; font-size: 14px;opacity: 0;position: fixed;padding: 10px 0;display: none;}
.t_menu_b li{ width: 30%; text-align: center; color: #fff; float: left;border-right: 1px solid #777;box-sizing: border-box;}
.t_menu_b li:last-child{ border-right: none;}
.t_menu_b li a{color: #fff;}
.t_menu_b li a i{font-size: 14px;padding-right: 5px;color: #fff;vertical-align: middle;line-height: 1;}
.t_menu_b li a .icon-home{font-size: 18px;}

/* 留言 */
#dialogBg{width:100%;height:100%;background-color:#000000;opacity:.6;filter:alpha(opacity=60);position:fixed;top:0;left:0;z-index:9999;display:none;}
#dialog{width:700px;display:none;background:url(mess_bg.png)center no-repeat;background-size: 100% 100%;position:fixed;z-index:10000;padding:0 30px 20px 30px;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.dialogTop{letter-spacing:1px;padding:10px 0 0;text-align:right;}
.dialogTop a{color: #fff;font-size: 15px;}
.dialogIco{width:50px;height:50px;position:absolute;top:-25px;left:50%;margin-left:-25px;}
#dialog h4{font-size: 30px;font-weight: bold;text-align: center;padding-bottom: 10px;color: #fff;}
.message2 .txt{display: inline-block;width: 100px;padding-left: 20px;box-sizing: border-box;color: #fff;}
.message2 .txt .red{color: #e60012;}
.message2 .mod1{width: 100%;}
.message2 .mod1 .ui-input{width: calc(100% - 120px);}
.message2 .mod .field{width: 50%;float: left;}
.message2 .mod .field .ui-input{width: calc(100% - 120px);}
.message2  #verify { height: 35px; box-sizing: border-box;border: 1px solid #ddd;padding-left: 1%;margin-bottom: 20px;}
.message2  #code_img {width: 100px;height: 35px;cursor: pointer;border: 1px solid #e2e2e2;box-sizing: border-box;margin-bottom: 20px;vertical-align: middle;}
.message2  .ui-input {line-height: 35px;padding-left:1%;color: #666;margin-bottom: 20px;margin-right: 2%;box-sizing: border-box;}
.message2  .ui-textarea{margin-bottom: 15px;height: 80px;padding-left: 1%;font-family: "microsoft yahei";width: calc(100% - 120px);padding-top: 5px;color: #666;}
.message2  .ui-btn1 { background:#f8c325;border: none;color: #fff;width: 120px;padding: 10px;margin-right: 30px;}
.message2  .ui-btn2 {background:#bbbbbb;border: none;color: #fff;width: 120px;padding:10px;}
.message2 .code_fr{width: 48%;float: right;}
.message2 .code_fr li{width: 50%;text-align: center;color: #666;margin-top: 20px;float: left;}
.message2 .code_fr li img{max-width: 100%;}
.message2 .txt2{color: #e60012;padding-top: 10px;}


.t_right{
    position: fixed;
    right: 5px;
    top: calc(50% - 100px);
    z-index: 1000;
}
.t_r_x i{
    width:60px;
	height: 60px;
    line-height: 60px;
	float: left;
}

.t_r_x{
    width:60px;
    height:60px;
    margin-bottom: 2px;
    cursor: pointer;
    transition: 0.36s;
    font-size: 12px;
    text-align: center;
    line-height: 14px;
    color: #f7c324;
    position: relative;
	background-color:#1a458d;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.t_r_x a{
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height:60px;
    box-sizing: border-box;
    padding-top:10px;
    transition: none;
	overflow: hidden;
}
.t_r_x:hover>a {
	background-color: #f4b518;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.t_r_x a:hover  {
	background-color: #f4b518;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.t_right .iconyun{font-size:25px;line-height:40px;}
.t_right .t_r_top .iconyun{font-size:18px;line-height: 1;}
.t_r_top i{
    line-height: 1;
	height: 20px;
}
.t_r_x .fbarCon{
	float: left;
    width: 80px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin-left: 0px;
}

.t_r_v:hover{width:140px;margin-left:-80px;}
.t_r_ly:hover{width:140px;margin-left:-80px;}
.t_r_qq:hover{width:140px;margin-left:-80px;}

.t_r_x a{left: 0;right: inherit;}

.t_r_x a .fbarCon {color: #fff; width: auto; right:10px;
    padding-top:0px;}

.t_r_wx .fbarCon{
    position: absolute;
    left: -140px;
    bottom:-50px;
    width: 128px;
    height: auto;
	color: #1a458d;
    line-height: 20px;
    margin-left: 0px;
    background-color: #fff;
    padding: 5px;
    display: block;
    transform: scale(0);
    transition:all .2s linear ;
    transform-origin: 100% 100%;
    box-shadow:-3px 3px 6px rgba(0, 0, 0, 0.05);
}
.t_r_wx .fbarCon::after{
    display: block ;position: absolute ;
    right: 0 ;
    bottom:-10px;
    content: " ";
    height:0;
    width: 0 ;
    z-index: 5 ;
    border-top:5px solid #fff ;
    border-right: 10px solid  #fff;
    border-bottom:10px solid transparent;
}
.t_r_wx:hover .fbarCon{
    transform: scale(1);
}
.t_r_wx .fbarCon img{
    width: 100%;
}

#r_kefu{
    position: fixed;bottom: -1%;right: 0;display: block;z-index: 55;max-width: 9%;
}
#r_kefu img{max-width: 100%;}



@media only screen and (max-width: 1000px){
	.t_right {
	    position: fixed;
		top: auto;
	    right: 5px;
	    bottom: 5px;
	    z-index: 1000;
	}
	.t_r_x {
	    width: 30px;
	    height: 30px;
	    margin-bottom: 0;
	    text-align: center;
	    line-height: 1;
	    border-radius: 50%;
	}
	.t_r_x a{
	    color: #fff;
	    position: absolute;
	    right: 0;
	    top: 0;
	    width: 100%;
	    height:30px;
	    box-sizing: border-box;
	    padding-top:0px;
	    transition: none;
		overflow: hidden;
	}
	.t_r_x i {
	    width: 30px;
	    height: 30px;
	    line-height: 30px;
	}
	.t_right .t_r_top .iconyun{font-size:18px;line-height: 1.6;}
	.t_r_x {
	    display: none;
	}
	.t_r_top div {
	    display: none;
	}
	.t_r_top {
	    display: block;
	}
}
@media only screen and (max-width: 768px){

	.t_menu_b {opacity: 1;display: block;}
	#r_kefu {display: none;}


.clear10 {
	height: 5px; clear: both;
}
.clear20 {
	height: 10px; clear: both;
}
.clear30 {
	height: 15px; clear: both;
}
.clear50 {
	height: 20px; clear: both;
}

}


#spbtn img {
	max-width: 100%
}

#spbtn p {
	text-align: center;
	color: #fff;
	font-size: 12px;
	margin-top: -2.5em;
	line-height: 1.8;
	margin-bottom: .5em
}

.r_video {
	display: none;
	width: 100%;
	height: 100%;
	z-index: 9999;
	position: fixed;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .7)
}

.r_video #diveoid {

}

.r_video video{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 55;
	width: 90%;
	max-width: 800px;
	border-radius: 10px;
    background: #ffffff80;
    padding: 10px;
}
