
/* CSS Document */
body {
	font-family: "方正兰亭黑","Microsoft YaHei","微软雅黑";
	margin: 0 auto;
	overflow-x: hidden !important;
	max-width: 100% !important;
}

P {
	font-family: "方正兰亭黑","Microsoft YaHei","微软雅黑";
}

SPAN {
	font-family: "方正兰亭黑","Microsoft YaHei","微软雅黑";
}

A {
	font-family: "方正兰亭黑","Microsoft YaHei","微软雅黑";
	text-decoration: none;
}

a:hover {
	color: #0058a7;
}

#fssc_head {
	width: 100%;
	height: 50px;
	background: #fff;
	position: fixed;
	top: 0px;
	border-bottom: solid #cc0000 5px;
	z-index: 999;
}

#fssc_head_in {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	height: 100%;
}

.head_left {
	float: left;
	height: 100%;
}

.head_left img {
	margin: 0 auto;
	vertical-align: middle;
	margin-top: 2px;
}

.head_right {
	float: right;
	text-decoration: none;
	line-height: 45px;
	color: #666;
	margin-right: 10px;
}

#fssc_banner {
	margin-top: 50px;
	float: left;
	width: 1920px;
	background: #000821;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -960px;
}

#fssc_banner_out {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 405px;
}

#fssc_a {
	width: 100%;
	margin: 0 auto;
	float: left;
}

#fssc_a_in {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 60px;
}

#fssc_a_in_title {
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

#fssc_a_in_title h1 {
	margin: 0 auto;
	text-align: center;
}

#fssc_a_in_title img {
	margin: 0 auto;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

#fssc_a_in_title span {
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	color: #666666;
	line-height: 50px;
}

#fssc_a_in_left {
	float: left;
}

#fssc_a_in_middle {
	/* margin-left: 3.5%; */
	/* margin-right: 3.5%; */
}

#fssc_a_in_right {
	float: right;
}

.fssc_a_box {
	width: 24%;
	display: inline-block;
	transition: 1s;
	margin-left: 0.4%;
	margin-right: 0.4%;
	margin-top: 5%;
}

.fssc_a_box:hover h2 {
	transition: 1s;
}

.fssc_a_img {
	max-width: 100%;
	height: auto;
	/* cursor:  pointer; */
	margin: 0 auto;
}

#fssc_a_in h2 {
	text-align: center;
	line-height: 25px;
	width: 100%;
	float: left;
	font-size: 18px;
}

#fssc_a_in p {
	width: 100%;
	float: left;
	font-size: 14px;
	padding: 10px;
	text-align: left;
	color: #666;
	line-height: 25px;
}

#fssc_a_in a {
	padding: 10px;
	text-decoration: none;
	color: #0058a7;
	cursor: pointer;
	display: none;
}

#fssc_a_in a:before {
	content: "\2794";
}

#fssc_banner2 {
	width: 100%;
	height: auto;
	float: left;
	overflow: hidden;
}

#fssc_banner2 img {
	width: 100%;
	height: auto;
}

#fssc_b {
	width: 100%;
	margin: 0 auto;
	float: left;
	background: url(../image/bbg.jpg);
	height: auto;
}

#fssc_b_in {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
}

#fssc_b_in_title {
	margin: 0 auto;
	text-align: center;
	width: 100%;
	color: #fff;
}

#fssc_b_in_title h1 {
	margin: 0 auto;
	text-align: center;
	line-height: 70px;
}

#fssc_b_in_title span {
	text-align: center;
	line-height: 30px;
	font-size: 16px;
}

#fssc_b_in_title img {
	margin: 0 auto;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

#fssc_b_in_list {
	float: left;
	width: 100%;
	margin-top: 40px;
}

.fssc_b_in_box {
	width: calc(24.8% - 0px);
	height: 150px;
	display: inline-block;
	margin-left: 0.1% !important;
	margin-right: 0.1% !important;
	margin-bottom: 0.2% !important;
	margin: 0 auto;
	text-align: center;
	transition: 1s;
	float: left;
	background: rgba(255,255,255,0.8);
}

.fssc_b_in_box:hover {
	background: rgba(51, 122, 183,0.8);
	transition: 1s;
	cursor: pointer;
}

.fssc_b_in_box:hover h2 {
	color: #fff;
	transition: 1s;
}

.fssc_b_in_box:hover p {
	color: #fff;
	transition: 1s;
}

.fssc_b_in_box:hover .fssc_b_in_line {
	background: #fff;
	transition: 1s;
}

.fssc_b_in_box img {
	margin: 0 auto;
	margin-top: 50px;
	max-width: 44%;
	height: auto;
}

.fssc_b_in_box h2 {
	margin: 0 auto;
	text-align: center;
	font-size: 25px;
	margin-top: 8%;
	font-weight: normal;
	color: #0058a7;
	transition: 1s;
}

.fssc_b_in_box p {
	margin: 0 auto;
	text-align: center;
	font-weight: normal;
	color: #666;
	max-width: 95%;
	font-size: 14px;
	transition: 1s;
}

.fssc_b_in_btn {
	width: 50%;
	display: block;
	height: 35px;
	text-align: center;
	margin: 0 auto;
	line-height: 31px;
	border: solid 1px #bbb;
	margin-top: 100px;
	transition: 1s;
}

.fssc_b_in_line {
	width: 30px;
	height: 3px;
	background: #0058a7;
	margin: 15px auto;
	transition: 1s;
}

.fssc_b_in_btn:hover {
	transition: 1s;
	border: solid 1px #0058a7;
	cursor: pointer;
}

#fssc_banner3 {
	width: 100%;
	height: auto;
	float: left;
	overflow: hidden;
}

#fssc_banner3 img {
	width: 100%;
	height: auto;
}

#fssc_video {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	height: 100%;
	position: relative;
}

#fssc_video video {
	width: 40%;
	height: auto;
	background: #000;
	position: absolute;
	right: 0px;
	vertical-align: middle;
	float: right;
	margin: 5%;
}

#fssc_c {
	width: 100%;
	margin: 0 auto;
	float: left;
}

#fssc_c_in {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 60px;
}

#fssc_c_in img {
	max-width: 100%;
	margin: 0 auto;
	margin-top: 30px;
}

#fssc_c_in_title {
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

#fssc_c_in_title span {
	margin: 0 auto;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
}

#fssc_c_in_title img {
	margin: 0 auto;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

#fssc_c_in_a {
	float: left;
}

#fssc_c_in_a h2 {
	font-size: 25px;
	color: #0058a7;
	font-weight: normal;
}

#fssc_c_in_a p {
	text-indent: 2em;
	font-size: 16px;
	line-height: 25px;
	width: 98%;
	margin: 0 auto;
}

#fssc_c_in_a_icon {
	float: left;
	display: inline-block;
	width: 15%;
	margin: 0.8%;
	margin-top: 40px;
	margin-bottom: 40px;
}

#fssc_c_in_a_icon img {
	margin: 0 auto;
	max-width: 50%;
}

#fssc_c_in_a_icon p {
	text-indent: 0px;
	text-align: center;
	font-size: 14px;
	margin-top: 20px;
}

#fssc_c_in_b h2 {
	font-size: 25px;
	color: #0058a7;
	font-weight: normal;
}

#fssc_c_in_b p {
	text-indent: 2em;
	font-size: 16px;
	line-height: 25px;
	width: 98%;
	margin: 0 auto;
}

#fssc_c_in_b {
	float: left;
}

#fssc_c_in_b_box {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.fssc_c_box {
	background-size: cover !important;
	background-position: center center !important;
	cursor: pointer;
	height: 200px;
	transition: 1s;
	width: 49%;
}

.fssc_c_box h2 {
	text-align: center;
	color: #fff !important;
	margin-top: 14%;
	transition: 1s;
}

.fssc_c_box p {
	text-align: center;
	color: #fff;
	opacity: 0;
	transition: 1s;
	text-indent: 0em !important;
}

.fssc_c_box:hover {
	transition: 1s;
	background-size: cover;
}

.fssc_c_box:hover p {
	opacity: 1;
	transition: 1s;
}

.fssc_c_box:hover h2 {
	margin-top: 10%;
	transition: 1s;
}

#fssc_c_in_b_box1 {
	float: left;
	background: url(/zt/fssc2018/images/c1a.png);
	margin-right: 1%;
}

#fssc_c_in_b_box1:hover {
	float: left;
	background: url(/zt/fssc2018/images/c1b.png);
}

#fssc_c_in_b_box2 {
	float: right;
	background: url(/zt/fssc2018/images/c2a.png);
	margin-left: 1%;
}

#fssc_c_in_b_box2:hover {
	float: right;
	background: url(/zt/fssc2018/images/c2b.png);
}

#fssc_c_in_b_box3 {
	float: left;
	background: url(/zt/fssc2018/images/c3a.png);
	margin-right: 1%;
	margin-top: 20px;
}

#fssc_c_in_b_box3:hover {
	float: left;
	background: url(/zt/fssc2018/images/c3b.png);
}

#fssc_c_in_b_box4 {
	float: right;
	background: url(/zt/fssc2018/images/c4a.png);
	margin-left: 1%;
	margin-top: 20px;
}

#fssc_c_in_b_box4:hover {
	float: right;
	background: url(/zt/fssc2018/images/c4b.png);
}

#fssc_c_in_c {
	float: left;
	width: 100%;
	margin-top: 20px;
}

#fssc_c_in_c h2 {
	font-size: 25px;
	color: #0058a7;
	font-weight: normal;
}

#fssc_c_in_c_title {
	width: 100%;
	margin: 0 auto;
	max-width: 1200px;
}

#fssc_c_in_c_box {
	width: 100%;
	background: #333333;
	height: 400px;
}

#fssc_c_in_c_box_in {
	width: 100%;
	margin: 0 auto;
	max-width: 1200px;
}

#c01 {
	background: url(/zt/fssc2018/images/cbg_01a.png);
}

#c01:hover {
	background: url(/zt/fssc2018/images/cbg_01b.png);
}

#c02 {
	background: url(/zt/fssc2018/images/cbg_02a.png);
}

#c02:hover {
	background: url(/zt/fssc2018/images/cbg_02b.png);
}

#c03 {
	background: url(/zt/fssc2018/images/cbg_03a.png);
}

#c03:hover {
	background: url(/zt/fssc2018/images/cbg_03b.png);
}

#c04 {
	background: url(/zt/fssc2018/images/cbg_04a.png);
}

#c04:hover {
	background: url(/zt/fssc2018/images/cbg_04b.png);
}

#c05 {
	background: url(/zt/fssc2018/images/cbg_05a.png);
}

#c05:hover {
	background: url(/zt/fssc2018/images/cbg_05b.png);
}

.c_c_box {
	background-position: center center !important;
	background-size: cover !important;
	width: 20%;
	float: left;
	height: 400px;
	transition: 1s;
	cursor: pointer;
}

.c_c_box img {
	margin: 0 auto;
	transition: 1s;
	opacity: 1;
	margin-top: 130px;
}

.c_c_box:hover img {
	margin: 0 auto;
	transition: 1s;
	opacity: 0;
}

.c_c_box h2 {
	margin: 0 auto;
	text-align: center;
	transition: 1s;
	margin-top: 20px;
	font-size: 20px !important;
	color: #fff !important;
}

.c_c_box:hover h2 {
	color: #fff !important;
	transition: 1s;
	margin-top: 40px;
}

.c_c_box p {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	transition: 1s;
	opacity: 0;
	margin-top: 20px;
	line-height: 30px;
}

.c_c_box:hover p {
	color: #fff;
	transition: 1s;
	opacity: 1;
}

.c_c_box:hover {
	transition: 1s;
}

#fssc_d {
	width: 100%;
	margin: 0 auto;
	float: left;
}

#fssc_d_in {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 60px;
}

#fssc_d_in_title {
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

#fssc_d_in_title img {
	margin: 0 auto;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.fssc_d_in_box {
	width: 32%;
	float: left;
	height: 360px;
	margin-top: 20px;
}

.fssc_d_in_box img {
	z-index: 777;
}

#fssc_d_pro_title {
	overflow: hidden;
	height: 67px;
	border-bottom: solid 1px #bbb;
	border-left: solid 1px #bbb;
	border-right: solid 1px #bbb;
	background: #fff;
	transition: 1s;
	z-index: 888 !important;
	margin-top: 293px;
}

.fssc_d_in_box:hover #fssc_d_pro_title {
	height: 165px;
	margin-top: 195px;
	background: #0058a7;
	transition: 1s;
	z-index: 888 !important;
	color: #fff;
}

.fssc_d_in_box:hover p {
	opacity: 1 !important;
	transition: 1s;
	color: #fff;
}

.fssc_d_in_box:hover h2 {
	margin: 15px;
	transition: 1s;
	color: #fff;
}

#fssc_d_pro_title h2 {
	text-align: center;
	font-weight: normal;
	font-size: 20px;
}

#fssc_d_pro_title p {
	opacity: 0;
	text-align: center;
	width: 90%;
	margin: 0 auto;
	transition: 1s;
	font-size: 14px;
}

#d1 {
	background: url(/zt/fssc2018/images/d1.png);
	background-position: center top;
}

#d2 {
	background: url(/zt/fssc2018/images/d2.png);
	background-position: center top;
	margin-left: 2%;
	margin-right: 2%;
}

#d3 {
	background: url(/zt/fssc2018/images/d3.png);
	background-position: center top;
}

#d4 {
	background: url(/zt/fssc2018/images/d4.png);
	background-position: center top;
}

#d5 {
	background: url(/zt/fssc2018/images/d5.png);
	background-position: center top;
	margin-left: 2%;
	margin-right: 2%;
}

#d6 {
	background: url(/zt/fssc2018/images/d6.png);
	background-position: center top;
}

#fssc_e {
	width: 100%;
	margin: 0 auto;
	float: left;
	background: #fff;
}

#fssc_e_in {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 60px;
}

#fssc_e_in img {
	margin: auto;
	margin-bottom: 20px;
}

#fssc_e_in_title {
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

#fssc_e_in_title {
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	line-height: 50px
}

#fssc_e_in_title_in {
	width: 100%;
}

#fssc_e_in_title_in img {
	margin: 0px auto;
	text-align: center;
	margin-bottom: 30px;
	display: inline-block;
	margin-left: 1%;
	margin-right: 1%;
	width: 22.6%;
	overflow: hidden;
}

#fssc_f {
	width: 100%;
	margin: 0 auto;
	float: left;
	background: #fff;
}

#fssc_f_in {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 60px;
}

#fssc_f_in_title {
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

#fssc_f_in_title img {
	margin: 0 auto;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.f_box {
	width: 49%;
	float: left;
	cursor: pointer;
	margin-top: 10px;
	margin-bottom: 10px;
}

#fssc_f_in_box_text {
	width: 73%;
	float: right;
}

.f_box img {
	float: left;
	width: 25%;
}

#fssc_f_in_box1 {
	margin-right: 2%;
}

#fssc_f_in_box3 {
	margin-right: 2%;
}

#fssc_f_in_box5 {
	margin-right: 2%;
}

.f_box h2 {
	font-size: 14px;
	color: #337ab7;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: normal;
	width: 100%;
	overflow: hidden;
	height: 20px;
	line-height: 20px;
}

.f_box p {
	font-size: 12px;
	color: #666666;
	line-height: 30px;
	transition: 1s;
	height: 100px;
	overflow: hidden;
}

.f_box:hover p {
	color: #000;
	transition: 1s;
}

.f_box:hover H2 {
	font-weight: bold;
}

#fssc_g {
	width: 100%;
	margin: 0 auto;
	float: left;
	background: #eeeeee;
	margin-top: 80px;
}

#fssc_g_in {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 60px;
}

#fssc_g_in_title {
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

#fssc_g_in_title img {
	margin: 0 auto;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

#fssc_e_in_list1 {
	width: 49%;
	margin-right: 2%;
	float: left;
}

#fssc_e_in_list2 {
	width: 49%;
	float: right;
}

.e_list a {
	width: 100%;
	float: left;
	line-height: 25px;
}

.e_list .b_news {
	float: left;
	line-height: 35px;
	width: 8px;
	height: 8px;
	background: #03acff;
	display: block;
	vertical-align: middle;
	margin-top: 10px;
	margin-left: 12px;
}

.e_list img {
	margin-bottom: 10px;
}

.e_list a:hover span {
	color: #000;
}

.e_list a:hover p {
	font-weight: bold;
}

.e_list span {
	color: #666666;
	float: left;
	text-decoration: none;
	border-top: dashed 1px #666;
	border-bottom: dashed 1px #666;
	padding: 10px;
	text-indent: 2em;
}

.e_list a span {
	color: #666666;
	float: none;
	text-decoration: none;
	border: none;
	padding: 0px;
	text-indent: 0em;
}

.e_list p {
	color: #337ab7;
	float: left;
	text-decoration: none;
	margin-left: 10px;
	font-size: 16px;
}

.e_list {
	margin-bottom: 80px;
}

#fssc_h {
	width: 100%;
	margin: 0 auto;
	float: left;
	background: #fff;
}

#fssc_h_in {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 60px;
}

#fssc_h_in_title {
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

#fssc_h_in_title img {
	margin: 0 auto;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

#fssc_h_in_left {
	float: left;
	padding-left: 5%;
	text-align: center;
	padding-top: 7%;
	width: 50%;
	padding-bottom: 7%;
}

#fssc_h_in_left p {
	font-size: 20px;
}

#fssc_h_in_left a {
	text-decoration: none;
	display: block;
	background: #337ab7;
	width: 200px;
	height: 55px;
	border-radius: 15px;
	line-height: 55px;
	color: #fff;
	font-size: 20px;
	margin-top: 20px !important;
	margin: 0 auto;
	cursor: pointer;
}

#fssc_h_in_left a:hover {
	background: #03acff;
}

#fssc_h_in_right {
	float: right;
	width: 50%;
}

#fssc_h_in_right img {
	max-width: 100%;
}

#fssc_bottom {
	width: 100%;
	background: #eee;
	min-height: 248px;
	float: left;
	height: auto;
}

#fssc_bottom_in {
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}

#fssc_bottom_left {
	width: 60%;
	float: left;
}

#fssc_bottom_left h2 {
	float: left;

	margin-top: 40px;
	color: #777777;
	font-size: 24px;
	width: 100%;
}

#fssc_bottom_left p {
	float: left;
	color: #666;
	line-height: 25px;
	font-size: 14px;
	width: 100%;
}

#fssc_bottom_left a {
	float: left;
	color: #337ab7;
	text-decoration: none;
	margin-left: 8px;
	margin-right: 8px;
}

#fssc_bottom_left span {
	float: left;
}

#fssc_bottom_left img {
	float: left;
}

#fssc_bottom_right {
	width: 40%;
	float: right;
}

#fssc_bottom_right img {
	margin-top: 60px;
	max-width: 100%;
	float: right;
}

.layui-layer {
	margin: 0 auto !important;
	max-width: 800px !important;
	width: 100% !important;
}

#fssc_neirong {
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 5%;
}

#fssc_neirong p {
	width: 100%;
	text-indent: 2em;
	line-height: 28px;
}

#fssc_neirong h2 {
	width: 100%;
	color: #0058a7;
	margin-top: 0px;
}

#fssc_neirong img {
	width: auto;
	height: auto;
	margin: 0 auto;
	text-align: center;
	max-width: 100%;
}

#fssc_btn a {
	text-decoration: none;
	display: block;
	background: #337ab7;
	width: 200px;
	height: 55px;
	border-radius: 15px;
	line-height: 55px;
	color: #fff;
	font-size: 20px;
	margin-top: 20px !important;
	margin: 0 auto;
	cursor: pointer;
	margin-bottom: 20px !important;
	text-align: center;
}

#fssc_btn {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

#fssc_btn a:hover {
	background: #03acff;
}

#fssc_btn2 a {
	text-decoration: none;
	display: block;
	background: #03acff;
	width: 200px;
	height: 55px;
	border-radius: 15px;
	line-height: 55px;
	color: #fff;
	font-size: 20px;
	margin-top: 30px !important;
	margin: 0 auto;
	cursor: pointer;
	margin-bottom: 40px !important;
	text-align: center;
}

#fssc_btn2 {
	width: 100%;
	float: left;
}

#fssc_btn2 a:hover {
	background: #337ab7;
}

#fssc_neirong .mainTxt h3 {
	padding: 30px 0 20px 25px;
	font-size: 24px;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	color: #005197;
	background: url(../image/h3Bg.png) no-repeat 0 33px;
}

#fssc_neirong .mainTxt p {
	text-indent: 2em;
	padding: 5px 0 5px 10px;
	max-width: 100%;
	width: auto !important;
}

#fssc_neirong .mainTxt p.imgC {
	text-indent: 0;
	padding: 5px 0 5px 0px;
	text-align: center;
	max-width: 100%;
}

#fssc_neirong .mainList {
	padding: 10px 0 50px 25px;
	float: left;
	max-width: 100%;
}

#fssc_neirong .mainList a.prev {
	background: url(../image/prev.png) no-repeat 0 8px;
	color: #999;
	max-width: 100%;
}

#fssc_neirong .mainList a.next {
	background: url(../image/next.png) no-repeat 0 8px;
	color: #00b0f0;
	max-width: 100%;
}

#fssc_neirong .mainList a {
	padding: 0 0 0 25px;
	display: block;
	height: 30px;
	line-height: 30px;
}

.mains .mainTxt p.imgL {
	float: left;
	padding: 5px 25px 5px 0 !important;
}

.mains .mainTxt p.imgR {
	float: right;
	max-width: 100% !important;
	text-indent: 0em !important;
}

@media screen and (max-width: 800px) {
	.e_list {
		width: 100% !important;
		margin-right: 0px !important;
		float: left !important;
	}

	.f_box {
		width: 100% !important;
		margin-right: 0px !important;
		float: left !important;
	}

	.fssc_c_box {
		width: 100% !important;
		margin-right: 0px !important;
		float: left !important;
		margin: 0px !important;
		margin-bottom: 10px !important;
	}

	#fssc_c_in_a_icon {
		float: left;
		display: block;
		width: 33%;
		margin: 0 auto;
		margin-top: 10px;
		margin-bottom: 10px;
		height: 150px;
		overflow: hidden;
	}

	.fssc_b_in_box {
		width: calc(45% - 0px);
		height: 160px;
		margin-top: 20px !important;
		display: inline-block;
		border: solid 1px #bbb;
		margin-left: 2.5% !important;
		margin-right: 2.5% !important;
		margin: 0 auto;
		text-align: center;
		transition: 1s;
		float: left;
	}

	.fssc_a_box {
		width: 96%;
		display: inline-block;
		height: auto;
		border: solid 1px #bbb;
		transition: 1s;
		margin: 0 auto !important;
		margin-top: 10px !important;
		margin-bottom: 10px !important;
		padding-bottom: 30px;
		padding-top: 30px;
		margin-left: 2% !important;
		margin-right: 2% !important;
	}

	.c_c_box {
		background-position: center center !important;
		background-size: cover !important;
		width: 100%;
		float: left;
		height: 200px;
		transition: 1s;
		cursor: pointer;
		margin-bottom: 10px;
	}

	.fssc_d_in_box {
		width: 48%;
		float: left;
		height: 360px;
		margin-top: 20px;
		cursor: pointer;
		margin-left: 1% !important;
		margin-right: 1% !important;
	}

	#fssc_h_in_left a {
		text-decoration: none;
		display: block;
		background: #337ab7;
		width: 150px;
		height: 45px;
		border-radius: 15px;
		line-height: 45px;
		color: #fff;
		font-size: 20px;
		margin-top: 20px !important;
		margin: 0 auto;
		cursor: pointer;
		margin-bottom: 30px;
	}

	H1 {
		font-size: 22px;
	}

	#fssc_d_pro_title {
		overflow: hidden;
		height: 67px;
		border-bottom: solid 1px #bbb;
		border-left: solid 1px #bbb;
		border-right: solid 1px #bbb;
		background: #fff;
		transition: 1s;
		z-index: 888 !important;
		margin-top: 293px;
	}

	.fssc_d_in_box:hover #fssc_d_pro_title {
		height: 260px;
		margin-top: 100px;
		background: #0058a7;
		transition: 1s;
		z-index: 888 !important;
		color: #fff;
	}

	.f_box p {
		height: auto;
	}

	#fssc_banner2 img {
		width: 200%;
		height: auto;
		max-width: 500%;
		margin-left: -70%;
	}

	.silder-main-img img {
		width: 170% !important;
		height: auto !important;
		max-width: 500% !important;
		margin-left: -35% !important;
	}

	.silder-main {
	}

	#fssc_banner3 img {
		width: 200% !important;
		height: auto !important;
		max-width: 500% !important;
		margin-left: -50% !important;
	}

	#fssc_c_in_c_box {
		width: 100%;
		background: #ffffff;
		height: auto;
	}

	.e_list span {
		width: 100%;
		margin-left: 10px;
	}

	#fssc_e_in_title_in img {
		margin: 0px auto;
		text-align: center;
		margin-bottom: 30px;
		display: inline-block;
		margin-left: 1% !important;
		margin-right: 1% !important;
		width: 47.4%;
		overflow: hidden;
	}

	#fssc_bottom_left {
		width: 100%;
		float: left;
		margin-left: 10px;
	}

	#fssc_bottom_right {
		width: 100%;
		float: right;
	}

	#fssc_h_in_left p {
		font-size: 16px;
	}

	#fssc_bottom_right img {
		margin-top: 20px !important;
		max-width: 100%;
		float: none;
		margin: 0 auto;
		margin-bottom: 20px !important;
	}

	#fssc_c_in_a h2 {
		font-size: 20px;
		color: #0058a7;
		font-weight: normal;
		width: 98%;
		margin-left: 1%;
		margin-right: 1%;
	}

	#fssc_c_in_b h2 {
		font-size: 20px;
		color: #0058a7;
		font-weight: normal;
		width: 98%;
		margin-left: 1%;
		margin-right: 1%;
	}

	#fssc_c_in_c h2 {
		font-size: 20px;
		color: #0058a7;
		font-weight: normal;
		width: 98%;
		margin-left: 1%;
		margin-right: 1%;
	}

	.fssc_c_box h2 {
		text-align: center;
		color: #fff !important;
		margin-top: 20%;
		transition: 1s;
	}

	.c_c_box img {
		margin: 0 auto;
		transition: 1s;
		opacity: 1;
		margin-top: 35px;
	}

	.c_c_box:hover h2 {
		color: #fff !important;
		transition: 1s;
		margin-top: -40px;
	}

	#fssc_e_in img {
		margin: 10px auto;
	}

	.e_list {
		margin-bottom: 30px;
	}

	.fssc_c_box:hover h2 {
		margin-top: 15%;
		transition: 1s;
	}

	#fssc_banner {
		margin-top: 50px;
		float: left;
		width: 100% !important;
		background: #000821;
		overflow: hidden;
		position: inherit !important;
		left: auto !important;
		margin-left: 0px !important;
	}

	#fssc_banner_out {
		position: inherit !important;
		overflow: hidden;
		width: 100% !important;
		height: auto !important;
	}
}