.banner .sm.banner,.main,.ljwm-bg,.footer,.ywlm,.product,.zmjy-bg {
    min-width: 1200px;
}

.main .qywh-bg {
	background-image: url(../img/bg2.jpg);
	height: 245px;
	box-sizing: border-box;
}
.product .qywh-bg {
	border-right: 1px solid #ddd;
	background-color: #fff;
	height: 166px;
}
.card {
	flex: auto;
}
.card .qywh-bg {
	padding: 30px 36px;
}
.card .qywh-bg h5 {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 500;
	color: #08af72;
	margin-top: 20px;
}
.featured .card .qywh-bg h5 {
	margin: 10px 0;
	color: #333;
	font-size: 20px;
}
.featured .card .qywh-bg p {
	line-height: 24px;
	font-size: 16px;
}
.product .card .qywh-bg h5 {
	margin-top: 0;
}
.product .card .qywh-bg p {
	line-height: 26px;
}
.card .qywh-bg p {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 500;
}
.main .content .flex {
	padding-bottom: 126px;
}

.main {
	background-image: url(../img/bg1.jpg);
	background-size: 100% 100%;
}
.product {
	/*background-image: url(../img/sc-bg.png);*/
	background-size: 100% 100%;
	padding-bottom: 100px;
}
.ljwm-bg {
	/*background-image: url(../img/bg3.jpg);*/
	background-size: 100% 100%;
	padding: 100px 0;
	background-color: #f3f3f3;
}
.ljwm {
	background-color: #FFFFFF;
	height: 300px;
	display: flex;
	padding: 30px;
}
.ljwm img {
	height: 300px;
	margin-right: 46px;
}
.ljwm p {
	line-height: 32px;
	text-indent: 34px;
	font-size: 16px;
	color: #675656;
	margin-right: 50px;
}
.news {
	margin: 40px 0;
}
.news .title {
	margin-bottom: 0;
}
.news .flex img {
	height: 160px;
	width: auto;
	margin-right: 30px;
}
.news .flex h4 {
	font-size: 20px;
	font-weight: 500;
	margin: 10px 0 20px 0;
}
.news .news-list {
	padding: 30px 0;
	border-bottom: 1px solid #e2e2e2;
}
.news .flex p {
	width: auto;
	margin-right: 30px;
	line-height: 24px;
}
.news .flex>div:first-child {
	flex: 1;
}
.news .flex>div:last-child {
	flex: 2.6;
}
.join .flex>div:first-child {
	text-align: center;
}
.join .flex>div:last-child {
	flex: 3.6;
}
.join .flex img {
	height: 150px;
}
.join .flex h4 {
	margin: 0px 0 15px 0;
}
.ywlm {
	padding-bottom: 60px;
}
.ywlm .flex>div{
	flex: auto;
	position: relative;
}
.ywlm .flex:last-child {
	margin-top: 30px;
}
.ywlm .flex>div p {
	position: absolute;
	left: 36%;
	top: 40%;
	color: #fff;
	font-size: 26px;
}
.ywlm .flex>div:nth-child(2) {
	margin: 0 40px;
}
.ywlm .flex>div img {
	height: 240px;
}

.contain {
    width: 1200px;
    margin: 40px auto 0;
}
 
.contain li {
    float: left;
    list-style: none;
    width: 300px;
    height: 380px;
    transition: all 2s;
    position: relative;
    overflow: hidden;
}
 
 .contain .title p {
 	color: #fff;
 	display: none;
	font-size: 20px;
	margin-top: 16%;
	line-height: 38px;
	background-color: rgba(0,0,0,.3);
	padding: 10px 0;
 }
.contain ul:hover li {
    width: 200px;
}
.contain ul:hover .title p {
	display: none;
}
.contain ul li:hover {
    width: 600px;
}
.contain ul li:hover .title span{
    display: none;
}
.contain ul li:hover .title p{
    display: block;
}
 
.contain li .title {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    line-height: 50px;
    bottom: 0px;
    left: 0;
	margin: 0;
	box-sizing: border-box;
	padding: 78px 0 !important;
}
 
.contain a {
    color: #fff;
    text-decoration: none;
}
.tips4 .tips5 {
	display: block;
}
.contain .title span {
	writing-mode: vertical-rl;
	display: inline-block;
	height: 220px;
	background-image: url(../img/card-bg.png);
	font-size: 20px;
	background-size: 100% 100%;
}
.contain a img {
    height: 380px;
}
.contain .tips4 {
	overflow: hidden;
}
.tabbar .tips1 a {
	display: block;
}
.tabbar .flex .ab {
	top: 52px;
	width: 100%;
	display: none;
	z-index: 999;
}
.tabbar .flex .ab a {
	padding: 15px 0;
	width: 100%;
	color: #fff;
	background-color: #c0a895;
}
.tabbar .flex .ab a:hover {
	color: #c0a895;
	background-color: #fff;
}
.featured .card {
	flex: 1;
	padding: 20px;
	background-color: #fff;
	margin: 0 10px;
	box-shadow: 0px 2px 10px #d4d2cf;
}
.featured .card img {
	width: 100%;
	height: auto;
}
.featured .card .qywh-bg {
	padding: 14px 0px;
	height: 130px;
	border: none;
}
.featured {
	margin-bottom: 50px;
}
.bottom-bg {
	text-align: center;
	margin: 60px 0;
}
.banner .sm {
	background-image: url(../img/sm-bg.png);
	position: absolute;
	width: 850px;
	top: 61px;
	padding: 50px 90px 0 80px;
	 
	height: 350px;
	background-size: 100% 100%;
 
	box-sizing: border-box;
}
.banner .sm h5 {
	font-size: 24px;
	font-weight: 500;
	margin: 10px 20px;
	text-align: center;
	color: #675656;
}
.banner .sm p {
	line-height: 26px;
	font-size: 15px;
	padding: 10px;
	color: #675656;
}
.banner .sm .tips2 {
	padding-top: 0;
	padding-bottom: 0;
	font-size: 18px;
}
.join .news-list {
	padding: 30px 100px;
}
.flow .title {
	margin: 50px 0;
}
.flow .tag {
	flex: auto;
	text-align: center;
	margin: 20px 84px;
	box-shadow: 0 1px 10px #ddd;
	height: 288px;
	border: 1px solid #ddd;
	border-radius: 5px;
}
.flow .tag .text p {
	font-size: 16px;
	line-height: 24px;
}
.flow .tag img {
	margin: 40px 0 20px 0;
	width: 80px;
}
.flow .tag .page {
	margin-top: 25px;
}
.flow .tag .page span {
	font-size: 42px;
	color: #c0a895;
	font-weight: 700;
}
.flow .tag .page span:first-child,.flow .tag .page span:last-child {
	display: inline-block;
	width: 40px;
	height: 6px;
	background: #ecdacb;
	vertical-align: text-top;
	border-radius: 3px;
}
.flow .tag .page span:nth-child(2) {
	margin: 0 8px;
}
.company .flex {
	 
}
.company .flex>div {
	flex: auto;
}
.company .flex .le {
	text-align: right;
	margin-right: -50px;
	padding-top: 28px;
}
.company .flex .rig {
	margin-left: -50px;
	padding-top: 28px;
}
.company .flex .le>div,.company .flex .rig>div {
	margin-bottom: 30px;
}
.company .flex .le h5,.company .flex .rig h5 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 8px;
	color: #675656;
}
.company .flex .le p,.company .flex .rig p {
	font-size: 16px;
	padding: 3px 0;
	color: #675656;
	line-height: 25px;
}
.company .flex .center img {
	width: 400px;
}
.company .flex .center {
	text-align: center;
}
.company .flex>div {
	flex: auto;
}
.company .flex .le>div:last-child {
	margin-bottom: 0;
}
.zmjy-bg {
	/*background-image: url(../img/zmjy-bg.png);*/
	padding-bottom: 180px;
}
.news-list>a {
	display: flex;
}
.news-list>a:hover {
	text-decoration: none;
}.news-detail {
	margin: 30px 0 30px;
}
.news-detail h3 {
	font-size: 24px;
	font-weight: 500;
	text-align: center;
}
.news-detail .title {
	color: #666;
	text-align: center;
	margin: 20px 0;
	font-size: 14px;
	padding: 0 !important;
}
.news-detail .pic {
	text-align: center;
	margin: 20px 0;
}
.news-detail .pic img {
	height: 380px;
}
.news-detail .text {
	line-height: 30px;
	padding: 2px 30px;
	font-size: 16px;
}