﻿.banner{
	width:100%;
}
.banner .img{
	width:100%;
	height:470px;
	margin:0 auto;
	background:url(../img/bannerlxwm.png) center;
}
.banner .nav{
    width:1200px;
    height:60px;
    line-height: 60px;
    margin:0 auto;
    color:black;
    font-size:15px;
    position: relative;
    border-bottom:1px solid rgb(222,222,222);
}
.banner .nav img{
    margin-right:10px;
}
.banner .nav a{
    color:black;
}

.main{
    width:100%;
    margin:0 auto;
    background: rgb(245,245,245);
    padding:20px 0;
    padding-top:15px;
}
.main .tit{
    width:1200px;
    height:100px;
    margin:10px auto;
    margin-top:5px;
}
.main .tit span{
    display: block;
    width:1200px;
    height:30px;
    font-size: 22px;
    font-weight: 1000;
    text-align: center;
    margin:0 auto;
}
.main .tit .tit_1{
    display: block;
    margin:10px auto;
    margin-top:4px;
}
.main .tit .tit_2{
    display: block;
    width:50px;
    height:4px;
    margin:10px auto;
}
.main .lx{
    width:1000px;
    height:auto;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
    background:white;
    box-shadow: 0 0 40px rgb(216,141,67);
}
.main .lx>div{
	font-size:15px;
	padding-left:40px;
}
