.my-navbar {
	padding: 15px 0;
	transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
}

.my-navbar a:hover {
	color: #000000 !important;
	background: transparent;
	outline: 0
}

.my-navbar a {
	transition: color 0.5s ease-in-out;
}
.wz a{
	text-decoration:none;
	color: #FFFFFF;
}

/*-webkit-transition ;-moz-transition*/

.top-nav {
	height: 0;
	padding: 0;
	background: rgba(117, 165, 229, 0.98) !important;
}

.navbar-default .navbar-toggle {
	border-color: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	border: 1px solid #eee;
	background-color: transparent;
}

body {
	position: relative;
	transition: width 0.6s ease 0s, height 0.3s ease-in 1s;
	font-family: -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif;
}

#section1,
#section2,
#section3-0,
#section3,
#section4,
#section5,
#section6 {
	padding-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

#section1 {
	padding-top: 0px;
	width: 100%;
	height: auto;
	text-align: center;
	color: #fff;
	background: url(http://img.sffai.com/bj.jpg) no-repeat center center;
	background-size: cover;
}

.fgx {
	border-top: 0.5px solid #ccc;
}

.her {
	height: 100%;
	padding-top: 90px !important;
	background: linear-gradient(to right, rgba(177, 147, 236, 0.85) 0%, rgba(106, 158, 243, 0.85) 100%);
}

.bt {
	text-align: center;
	padding-bottom: 40px;
	height: 150px;
	line-height: 150px;
}

.ewm {
	text-align: center;
	padding-bottom: 40px;
}

.bt .wz {
	display: inline-block;
	line-height: 50px;
	vertical-align: middle;
}

.navbar-default {
	background-color: transparent;
	border-color: transparent;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
}

.row {
	margin-right: 0px;
	margin-left: 0px;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #000;
	background-color: #ffffff;
}

.jy p {
	font-size: 1.1em;
}


/*电脑*/

@media (min-width: 767px) {
	.navbar>.container .navbar-brand,
	.navbar>.container-fluid .navbar-brand {
		margin-left: 0px;
	}
	.navbar-right {
		margin-right: 0px !important;
	}
	.j {
		padding: 0 5% 0 5%;
	}
	.jy {
		box-shadow: 3px 1px 18px -9px #ddd;
	}
	.row-vertical-center {
		display: flex;
		align-items: center;
	}
	.nav-tabs>li.active>a,
	.nav-tabs>li.active>a:hover,
	.nav-tabs>li.active>a:focus {
		border-right: 0 !important;
	}
	.nav-tabs>li.active>a,
	.nav-tabs>li.active>a:hover,
	.nav-tabs>li.active>a:focus {
		color: #FFF;
		background-color: rgba(117, 165, 229, 0.98);
		cursor: pointer
		/*border: 1px solid #ddd;*/
	}
	.jx svg {
		width: 2em;
		height: 2em;
	}
	.dropdown-menu {
		width: 500px;
	}
	.dropdown-menu li {
		float: left;
		width: 33%;
	}
}

#myTab::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 0px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 2px;
}

#myTab::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 10px;
	background-color: rgba(117, 165, 229, 0.98);
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
}

#myTab::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	/*border-radius: 10px;*/
	/*background: linear-gradient(-45deg, #9100d4, #dd1ee9, rgb(230, 96, 96));*/
}


/*手机*/

@media (max-width: 768px) {
	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		border-color: rgba(117, 165, 229, 0.98);
		background-color: rgba(117, 165, 229, 0.98);
		box-shadow: 5px 5px 10px 0px #75a5e5;
		width: 150px;
		text-align: center;
		position: absolute;
		right: 0;
	}
	#myTab {
		/*overflow: scroll;
					white-space: nowrap;
					z-index: 1001;
					margin: 0 15px 0 15px;*/
		z-index: 1001;
		margin: 0;
		padding: 0;
	}
	.nav-tabs>li {
		/*display: inline-block;*/
	}
	/*.open>.dropdown-menu {
					position: relative;
				}*/
	.nav-tabs>li.active>a,
	.nav-tabs>li.active>a:hover,
	.nav-tabs>li.active>a:focus {
		border-bottom: 0 !important;
	}
	.nav>li>a {
		padding: 5px 5px !important;
	}
	.dewm div {
		text-align: center;
	}
	.nav-tabs>li.active>a,
	.nav-tabs>li.active>a:hover,
	.nav-tabs>li.active>a:focus {
		color: #FFF;
		background-color: rgba(117, 165, 229, 0.98);
		border: 0;
	}
	.jx svg {
		width: 1.3em;
		height: 1.3em;
	}
	.dropdown-menu li {
		float: left;
		width: 50%;
	}
	.m {
		margin-bottom: 10px;
	}
	.nav-tabs .dropdown-menu {
		width: 100%;
	}
	.nav>li {
		width: 100%;
	}
	.hy img {
		width: 100%;
	}
	.bqd {
		margin-top: 10px;
		color: #999;
		text-align: center;
		margin-top: 10px;
	}
}

.dewm div img {
	width: 100px;
}

.nav-tabs>li>a,
.dropdown-menu>li>a {
	font-size: 1.2em;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
	color: #000000;
}

.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 0;
	text-align: center;
	color: #000000;
	width: 100%;
}

.nav-tabs>li>a:hover {
	color: #000000;
	width: 100%;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
	background-color: rgba(117, 165, 229, 0.98);
}

.nav-tabs {
	border-bottom: 0px solid #ddd;
}

.nav-tabs>li {
	float: none;
}

.bh1 {
	position: relative;
	font-weight: bold;
	margin-bottom: 20px;
}

.bh1:after,
.bh1:before {
	position: absolute;
	content: '';
	width: 80px;
	height: 2px;
	top: 50%;
}

.bh1:before {
	left: 0;
	background-image: -webkit-linear-gradient(left, #d6eafa, #0079d2);
	background-image: -ms-linear-gradient(left, #d6eafa, #0079d2);
	background-image: -moz-linear-gradient(left, #d6eafa, #0079d2);
	background-image: linear-gradient(left, #d6eafa, #0079d2);
}

.bh1:after {
	right: 0;
	background-image: -webkit-linear-gradient(right, #d6eafa, #0079d2);
	background-image: -ms-linear-gradient(right, #d6eafa, #0079d2);
	background-image: -moz-linear-gradient(right, #d6eafa, #0079d2);
	background-image: linear-gradient(right, #d6eafa, #0079d2);
}

.sz .s {
	text-align: center;
	padding: 50px;
	margin-bottom: 10px;
	box-shadow: 3px 1px 18px -9px #ddd;
}

.jx {
	margin-bottom: 15px;
	text-align: center;
}

.jx img {
	width: 100%;
    box-shadow: 18px 18px 30px rgba(0,0,0,.1), -18px -18px 30px #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #efeeee;
    transition: box-shadow .2s ease-out;
    position: relative;
}

.jx img:hover{
	box-shadow: 0 0 0 rgba(0,0,0,.1), 0 0 0 #fff, inset 18px 18px 30px rgba(0,0,0,.1), inset -18px -18px 30px #fff;
    transition: box-shadow .2s ease-out;
}

.jx .span1 {
	font-size: 1.2em;
	margin-top: 10px;
	display: inline-block;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 2000;
}

.zy {
	position: absolute;
	top: 0;
	right: 15px;
	display: none;
}

#myNavbar ul li a {
	font-weight: bold;
}

.popover {
	font-family: 'Arvo', serif;
}

.dj {
	background-color: rgba(117, 165, 229, 0.98);
	width: 50%;
	margin: 0 auto;
	margin-bottom: 10px;
	font-weight: bold;
	border-radius: 10px;
	color: white;
	padding: 0.2em;
	cursor: pointer;
}

.hz {
	/*margin-bottom: 15px;*/
}

.zt ul li {
	float: left;
	list-style: none;
	width: 25%;
	/*font-size: 1.3em;*/
}

.panel-default>a>.panel-heading {
	color: #FFF;
	background-color: rgba(117, 165, 229, 0.98);
}

.panel-default>a {
	text-decoration: none
}

.ln {
	background-color: brown;
	height: 400px;
	overflow: scroll;
}


/*ul.nav-pills {
	top: 20px;
	position: fixed;
}*/

.lxfs {
	display: inline-block;
	width: 100%;
	line-height: 2em;
	padding: 0 0 0 15px;
}

.m {
	padding: 5px;
}

.swiper-container {
	--swiper-pagination-color: #FFFFFF;
}

.qs {
	font-weight: bold;
	float: right;
	margin-right: -15px;
	margin-top: -10px;
	background-color: white;
	color: #78a7e6;
	border-bottom-left-radius: 20px;
	padding: 10px;
}

.lw {
	padding-bottom: 15px;
}

.pt {
	width: 100%;
	margin: 0;
	padding: 0;
}

.dropdown-menu li {
	text-align: center;
}

.bopen {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-bottom: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.xb {
	font-size: 18px;
	margin-bottom: 5px;
}

.hy {
	margin-bottom: 10px;
}

.hy img {
	border: 1px solid #ddd;
	width: 80%;
}

.zjrj {
	margin-bottom: 10px;
	padding: 10px 10px;
	font-size: 1.1em;
	box-shadow: 3px 1px 18px -9px #adadad;
}

#myTabContent .tab-pane p{
    font-size: 1.1em;
    cursor: pointer;
}
#myTabContent .tab-pane p span{
	width: 75px;
    display: inline-block;
}
#myTabContent .tab-pane p:hover{
	color: #75a5e5fa;
}
.iconfont{
    font-size: 30px !important;
    color: #75a5e5fa;
}



	.sffai_39322 {
		margin: 0;
		padding: 0;
		display: flex;
		justify-content: space-evenly;
		flex-wrap: wrap;
	}
	.sffai_39322 li img{
	    width: 100%;
	}
	
	.sffai_39322 li {
		float: left;
		text-align: center;
		list-style: none;
		width: 13%;
		margin-bottom: 2rem;
		cursor: pointer;
	}
	
	.sffai_39322 li img {
		box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
	}
	
	.sffai_39322 li div {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}
	@media (max-width: 991px) {
		.sffai_39322 li {
			width: 21% !important;
		}
	}
	
	@media (max-width: 767px) {
		.sffai_39322 li img {
			box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, .15)!important;
		}
		.sffai_39322 li {
			width: 30% !important;
		}
	}
	



