body {
	background: #f8f8f8;
	padding: 0px !important;
}

.modal-open {
	overflow: auto !important;
}

body,
html {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-weight: 300;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
	font-weight: 300;
}

em,
i {
	font-style: normal;
}

a:visited {
	text-decoration: none;
}

a:focus {
	outline: none;
	text-decoration: none;
}

a {
	text-decoration: none !important;
	color: #08acee;
}

a:hover {
	color: #eee;
	text-decoration: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

img {
	max-width: 100%;
}

/* 显示 */
.selectShow {
	display: block !important;
}

.btn {
	-webkit-transition: all 0.225s ease-in-out;
	-moz-transition: all 0.225s ease-in-out;
	-o-transition: all 0.225s ease-in-out;
	transition: all 0.225s ease-in-out;
}

.btn-outline-inverse {
	color: #fff;
	background: transparent;
	border-color: #fff;
}

.btn-outline-inverse:hover {
	color: #0ba1e4;
	text-shadow: none;
	background-color: #fff;
}

.btn-outline-blue {
	color: #0ba1e4;
	background: transparent;
	border-color: #0ba1e4;
}

.btn-outline-blue:hover {
	color: #fff;
	text-shadow: none;
	background-color: #0ba1e4;
}

.line {
	border-top: 1px solid #0ba1e4;
	width: 30px;
}

.line-big {
	margin: 30px auto 26px;
	border-width: 2px;
	width: 80px;
}

/* 全局样式 */
.sp_title {
	padding: 20px;
	/* margin-bottom: 20px; */
	padding-top: 65px;
}

.sp_title h2 {
	font-size: 36px;
	font-weight: bold;
	color: #333333;
}

.sp_title p {
	font-size: 18px;
	font-weight: 200;
	letter-spacing:2px;
	color: #CCCCCC;
}

.setImgWidth {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.setImgWidth img {
	width: 100%;
}

.setImgWidth .headBanText {
	position: absolute;
	color: #fff;
	top: 40%;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	margin: auto;
	width: 100%;
}

.setImgWidth .headBanText h1 {
	font-size: 46px;
	font-weight: bold;
}

.setImgWidth .headBanText p {
	font-size: 18px;
	margin-top: 15px;
}

.high96 {
	width: 100%;
	height: 96px;
}

.myhigh80 {
	width: 100%;
	height: 80px;
}

.high100 {
	height: 100%;
}

.setflex {
	display: flex;
	flex-wrap: wrap;
}

.flex-juit-cen {
	justify-content: center;
	align-items: center;
}

.jus-center {
	justify-content: center;
}

.justify-between{
	justify-content: space-between;
}

.align-center {
	align-items: center;
}

.setflex1 {
	flex: 1;
}

.setflex2 {
	flex: 2;
}

.setflex6 {
	flex: 6;
}

.setflex4 {
	flex: 4;
}

.flex1 {
	flex: 1;
}

.flex-space-be {
	justify-content: space-between;
}

.flex-space-ad {
	justify-content: space-around;
}

.content_with {
	width: 1200px;
	margin: 0 auto;
}

/* .nav>li>a:hover, .nav>li>a:focus{background-color:#fff !important;} */
.nav>li>a:hover {
	color: #007bff;
}

.show {
	display: block;
}

.hide {
	display: none;
}

.pad15 {
	padding: 15px 0;
}

.pad20 {
	padding: 20px 0;
}

.liblock {
	display: inline-block;
}

.padtop10 {
	padding-top: 10px;
}

.padtop15 {
	padding-top: 15px;
}

.padtop20 {
	padding-top: 20px;
}

.padtop30 {
	padding-top: 30px;
}

.padtop40 {
	padding-top: 40px;
}

.padtop70 {
	padding-top: 70px;
}

.clearpad {
	padding: 0;
}

.swiper-container .swiper-wrapper .swiper-slide img {
	width: 100%;
}

/* head */
#header .menuUl {
	margin-bottom: 0;
	height: 50px;
	width: 54%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#header .allnav.header_scroll {
	/* webkit-backdrop-filter: saturate(180%) blur(6px);
	backdrop-filter: saturate(102%) blur(6px); */
	background-color: #FFFFFF;
	box-shadow: 0px 5px 24px rgb(0 0 0 / 8%);
}

#header .allnav {}


#header .menuUl a {
	color: #333333;
	opacity: 0.7;
	padding: 7px 3px;
	line-height: 38px;
	font-size: 16px;
	transition: all 0s ease 0s;
}

#header .menuUl a:hover {
	border-bottom: 3px solid #296BEF;
	opacity: 1;
}

#header .menuUl a.on {
	opacity: 1;
	border-bottom: 3px solid #296BEF;
}

#header .gs_logo img {
	height: 50px;
}

#header .gs_logo span {
	font-size: 22px;
	font-weight: bold;
	margin-left: 10px;
	color: #FFFFFF;
}

#header #bs-example-navbar-collapse-1 a {
	padding: 6px 10px;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 14px;
}

#header #bs-example-navbar-collapse-1 a:hover {
	background-color: #FFFFFF;
	color: #333;
}

#header #bs-example-navbar-collapse-1 ul li:nth-of-type(2) a {
	margin-left: 8px;
}

#header .mobileMenuBtn {
	position: fixed;
	right: 20px;
	top: 18px;
	width: 28px;
	text-align: center;
	cursor: pointer;
	z-index: 100;
	display: none;
	transition: 0.4s all;
	-webkit-transition: 0.4s all;
}
#header .mobileMenuBtn span {
    display: block;
    width: 100%;
    height: 3px;
    background: #666;
    margin-bottom: 6px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}

#header .mobileMenuBtn span:nth-child(2) {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}
#header .navactive .mobileMenuBtn {
}
#header .navactive .mobileMenuBtn span:first-child {
    transform: rotate(-46deg);
    -webkit-transform: rotate(-46deg);
	background-color: #333;
	transform-origin: 95% 50%;
	-webkit-transform-origin: 95% 50%;
}
#header .navactive .mobileMenuBtn span:nth-child(2) {
    transform: translateX(80px);
    -webkit-transform: translateX(80px);
    opacity: 0;
}
#header .navactive .mobileMenuBtn span:last-child {
    transform: rotate(43deg);
    -webkit-transform: rotate(43deg);
	background-color: #333;
	transform-origin: 100% 80%;
	-webkit-transform-origin: 100% 80%;
}


/* footer */
#footer {
	background-color: #fff;
	padding: 66px 0;

}

#footer ul li {
	padding: 0 20px;
	height: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	
}

#footer ul li:nth-last-child(1) {
	border: none;
}

#footer ul li a {
	font-size: 15px;
	font-weight: 600;
}

#footer .con p {
	text-align: center;
	color: #333333;
	font-size: 15px;
}

#footer .con p:nth-last-child(2) {
	padding: 5px 0;
}

#footer .con p:nth-last-child(2) span:nth-child(2) {
	margin-left: 60px;
}

#footer .con ul li a {
	color: #333333;
}

/* login */
.tc-main {
	height: 69%;
}

@media (max-width: 1200px) {
	.content_with {
		width: 100%;
	}
}

@media (max-width: 768px) {
	#header .menuUl{width: 68%;}
	#header .gs_logo img {
		height: 32px;
	}

	#header .gs_logo span {
		font-size: 16px;
		margin-left: 6px;

	}

	#header #bs-example-navbar-collapse-1 a {
		padding-right: 0;
		font-size: 13px;
		border: none;
		color: #48c7ec;
	}

	#header #bs-example-navbar-collapse-1 a:hover {
		background-color: inherit;
		color: #48c7ec;
	}

	#navbarToggleExternalContent ul {
		background: #fff;
	}

	#header .menu #navbarToggleExternalContent ul li {
		text-align: center;
		border-top: 1px solid #dedede;
	}

	#navbarToggleExternalContent ul li a {
		padding: 10px 15px;
		color: #000;
		display: inline-block;
		width: 100%;
	}

	.setImgWidth .headBanText {
		top: 20%;
	}

	.setImgWidth .headBanText h1 {
		font-size: 30px;
	}

	.setImgWidth .headBanText p {
		margin-top: 9px;
	}

	.myhigh80 {
		height: 96px;
	}

	#header #bs-example-navbar-collapse-1 ul li:nth-of-type(2) a {
		margin-left: 0;
		margin-right: 8px;
	}
	
	#footer ul li{padding: 0 10px;}

}
@media (max-width: 576px){
	.sp_title h2{
		font-size: 26px;
	}
	#header .menuUl {
		padding-top: 24%;
		display: block;
	    width: 60%;
	    /* background: rgba(49, 152, 242, .8); */
		background: #FFFFFF;
	    position: fixed;
	    height: 100%;
	    overflow: auto;
	    top: 0;
	    right: -60%;
	    transition: 0.6s all;
	    -webkit-transition: 0.6s all;
	}
	#header .menuUl a:hover {
		border-bottom: none;
		opacity: 1;
	}
	
	#header .menuUl a.on {
		opacity: 1;
		border-bottom: none;
	}
	#header .navactive .menuUl {
	    right: 0;
		z-index: 100;
	}
	#header .menuUl a{
		color: #333;
		display: block;
		text-align: center;
	}
	
	#header .menuUl a.on {
	    opacity: 1;
	    border-bottom: none;
	}
	#header .menuUl a:hover {
		
	}
	#header .mobileMenuBtn{display: block;}
	#header .mobileMenuBtn_shad {
	    width: 100%;
	    height: 0;
	    position: fixed;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	    -webkit-transform: translate(-50%, -50%);
	    background: rgba(0, 0, 0, 0.7);
	    transition: 0.3s all;
	    -webkit-transition: 0.3s all;
	}
	#header .navactive .mobileMenuBtn_shad {
	    height: 100%;
	}
}
