﻿@charset "utf-8";

/* CSS Document */
button :focus {
	outline: 0;
}

* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border: none;
	font-family: "微软雅黑";
	text-decoration: none;
}

body {
	background: #fff;
}

body>div {
	margin-right: auto;
	margin-left: auto;
}

a {
	color: #333
}

a:hover {
	color: #333
}

body,
div,
ul,
ol,
ul,
li,
ol,
dl,
dd,
dt,
form,
span,
p,
textarea {
	margin: 0;
	padding: 0;
	list-style: none;
}

input {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

input {
	padding-top: 0;
	padding-bottom: 0;
}

input::-moz-focus-inner {
	border: none;
	padding: 0;
}

select,
input {
	vertical-align: middle;
	background: #fff !important;
	background-color: #fff !important;
}

select,
input,
textarea {
	font-size: 12px;
	margin: 0;
}

input[type="text"],
input[type="password"],
textarea {
	outline-style: none;
	-webkit-appearance: none;
}

textarea {
	resize: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th,
td {
	font-size: 12px;
	padding: 0
}

img,
a img {
	border: 0;
	margin: 0;
	padding: 0;
}

img {
	border: none;
	vertical-align: middle;
}

a {
	outline-style: none;
	text-decoration: none;
	color: #333333;
}

a:hover {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

input:-webkit-autofill {
	background-color: #Ffff;
	background-image: none;
	color: #333;
}

/*banenr*/
.ffjz_banner img {
	width: 100%;
	height: 375px;
	display: block;
}

/*标题*/
.top_bt {
	width: 866px;
	height: 60px;
	display: block;
	margin: 40px auto;
}

/*三块内容*/
.main {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.main_all1 {
    background: #fff;
    float: left;
    width: 28%;
    padding: 2%;
    background: url(fwyfive/san_bk1.jpg) no-repeat;
    
    overflow: hidden;
}

.main_all2 {
	background: #fff;
	float: left;
	width: 28%;
	padding: 2%;
	margin: 0 2%;
	background: url(fwyfive/san_bk2.jpg) no-repeat;
	overflow: hidden;
}

.main_all3 {
	background: #fff;
	float: left;
	width: 28%;
	padding: 2%;
	background: url(fwyfive/san_bk3.jpg) no-repeat;
	overflow: hidden;
}

.mall_title {
	padding-left: 50px;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	margin: 0;
}

.mall_txt {
	font-size: 16px;
	text-indent: 32px;
	color: #333;
	line-height: 34px;
	margin-top: 40px;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	line-clamp: 7;
	-webkit-box-orient: vertical;
}


/*新闻*/
.new23_le {
    float: left;
    width: 500px;
    overflow: hidden;
	margin-bottom: 50px;
}
.new23_ri {
    float: right;
    width: 500px;
    overflow: hidden;
	margin-bottom: 50px;
}
.new23_le span,.new23_ri span{
    width: 4px;
    height: 4px;
    display: block;
    float: left;
    background: #2a87f0;
    margin-right: 10px;
    margin-top: 11px;
}
.newz_zwlist {
    font-size: 16px;
    margin-top: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 99%;
}


/*按钮*/
.mq_but {
	width: 214px;
	text-align: center;
	color: #fff;
	background: url(fwyfive/butt.png) no-repeat;
	background-size: 100% 100%;
	height: 60px;
	line-height: 56px;
	font-size: 20px;
	margin: 0 auto;
	margin-top: 30px;
}