*{ padding:0;margin: 0px;}
ul,li{list-style: none;}
a{text-decoration: none; color: inherit;}
a:link{text-decoration:none;   /* 指正常的未被访问过的链接*/}
a:visited{text-decoration:none; /*指已经访问过的链接*/}
a:hover{text-decoration:none;/*指鼠标在链接*/}
a:active{text-decoration:none;/* 指正在点的链接*/ }
li:hover{cursor:pointer;/* 触碰时变成小手*/}
.clr::after{content: "";display: block;clear: both;}
body,html{font: 10px 'MicrosoftYaHei';}
.my-width{width: 1400px; margin: 0 auto;}
@media(max-width:1400px){.my-width{width: 1200px; margin: 0 auto;}}
@media(max-width:1200px){.my-width{width: 1150px; margin: 0 auto;}}
.mrTop70{ margin-top: 70px;}
/* ********************************************** */
/* ********************************************** */
/* ********************************************** */
/* ********************************************** */








/* ********************************************** */
/* 头部 */
.top{
    background-color: #b81500;
    min-width: 1200px;
    border-bottom: 1px solid rgba(255, 255, 255,.3);
}
.top>div.my-width{
    height: 40px;
    font-size: 14px;
	line-height: 40px;
    letter-spacing: 1px;
	color: #fff;
}
.top>div.my-width span{
    float: left;
}
.top>div.my-width .top-right{
    float: right;
}
.top>div.my-width .top-right img{
    margin-top: 11px;
    margin-right: 8px;
}
.top-right *{
    float: left;
}
.top-right .top-xian{
    width: 1px;
	height: 10px;
	background:  #fff;
    opacity: 0.63;
    margin:15px;
}
.header{
    background-color: #b81500;
    min-width: 1200px;
}

.header>div.my-width{
    height: 150px;
    position: relative;
}
.header img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.search{
    width: 325px;
    height: 46px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255,.3);
    border-radius: 23px;

}
.search .s-text{
    float: left;
    width: 235px;
    height: 46px;
    border-radius: 23px 0 0 23px;
    box-sizing: border-box;
    border: none;
    background: url("../img/search.png") no-repeat;
    background-position:24px 14px;
    font-size: 14px;
	line-height: 46px;
    color: #ffffff;
    padding-left: 50px;
    outline:none;
}
/* WebKit browsers */
.search .s-text::-webkit-input-placeholder {
    color: #ffffff;
    font-size: 14px;
}
/* Mozilla Firefox 4 to 18 */
.search .s-text:-moz-placeholder {
    color: #ffffff;
    font-size: 14px;
}
/* Mozilla Firefox 19+ */
.search .s-text::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
    font-size: 14px;
}
/* Internet Explorer 10+ */
.search .s-text:-ms-input-placeholder {
    color: #ffffff;
    font-size: 14px;
}
.search .s-sub{
    float: right;
    width: 90px;
	height: 46px;
	background-color: #eeeeee;
    border-radius: 23px;
    border: none;
    color: #b81500;
    font-size: 14px;
}
/* ********************************************** */



/* ********************************************** */
/* 导航 */
.nav{
    border-top: solid 1px #bfbfbf;
    border-bottom: solid 1px #bfbfbf;
    min-width: 1200px;
}
.nav .wpnav{
    height: 50px;
}
.nav .wpnav>li{
    width: calc(99.9% / 7);
    float: left;
    position: relative;
}
.nav .wpnav>li::before{
    content: "";
    display: block;
    width: 1px;
	height: 20px;
    background:  #bfbfbf;
    position: absolute;
    left: 0;
    top: 15px;
}
.nav .wpnav>li:first-child::before{
    display: none;
}
.nav .wpnav>li>a{
    display: block;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
	color: #000;
}
.nav .wpnav>li:hover{
    background: #f8f5f5;
}
.nav .wpnav>li:hover>a{
    color: #b81500;
}

.nav .wpnav>li:hover>.subnav{
    display: block;
}
.subnav{
    position: absolute;
    z-index: 99;
    display: none;
    background: rgba(0, 0, 0, .5);
    width: 100%;
}
.subnav li {
    border-top: 1px solid rgba(255, 255, 255,.3);
}
.subnav li a{
    display: block;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #fff;
}
.subnav li:hover a{
    color: #ff7800;
}
/* ********************************************** */



/* ********************************************** */
/* 底部 */
.footer{
    background:url("../img/footerBg.png");
    min-width: 1200px;
    background-size: cover;
}
.footer>div {
    height: 190px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer img {
    width: 50%;
}
.footer .contact{
    font-size: 16px;
	line-height: 24px;
	color: #ffffff;
}

/* ********************************************** */


/* ********************************************************** */
/* ******************************************************* */
/* *************************************************** */
/* ********************************************** */
.laBox{
    height: 350px;
    min-width: 1200px;
    background: url("../img/laBg.png") no-repeat;
    background-position: center;
}

.la-left {
    width: 23%;
    float: left;
    margin-top: -63px;
}
.la-left .la-left-title {
    background: url(../img/leftBg.png) no-repeat;
    background-position: 0;
    background-size: 100% 100%;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 30px;
    color: #fff;
}
.la-left .la-list{
    box-shadow: 2.1px 2.2px 7.7px 1.3px 
		rgba(168, 168, 168, 0.15);
} 
.la-left .la-list li{
    border-bottom: 1px solid #eee;
    text-align: center;
    position: relative;
}        
.la-left .la-list li:last-child{
    border: none;
}
.la-left .la-list li a{
    font-size: 20px;
	line-height: 80px;
	letter-spacing: 2px;
	color: #666666;
}
.la-left .la-list li::before{
    content: "";
    display: block;
    width: 28px;
    height: 12px;
    background: url("../img/listLogo.png") no-repeat;
    position: absolute;
    top: 34px;
    left: 22%;
}
.la-left .la-list li:hover a{
    color: #b81500;
}
.la-left .la-list li:hover::before{
    background: url("../img/listLogoRed.png") no-repeat;
}
.la-left .list-nav{
    margin-top:30px;
}
.la-left .list-nav li {
    float:  left;
    width: calc(50% - 10px);
    height: 155px;
	background-color: #ffffff;
	box-shadow: 2.1px 2.2px 7.7px 1.3px 
		rgba(168, 168, 168, 0.1);
    border-radius: 2px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.la-left .list-nav li:nth-child(2n){
    margin-left: 20px;
}
.la-left .list-nav li:hover{
    box-shadow: 2.1px 2.2px 7.7px 1.3px 
		rgba(168, 168, 168, 0.3);
}
.la-left .list-nav li:hover span{
    color: #b81500;
}
.la-left .list-nav li span{
    display: block;
    font-size: 18px;
	line-height: 44px;
    color: #666666;
    font-weight: bold;
}
.la-left .list-nav li .navLogo{
    display: inline-block;
    width: 57px;height: 53px;
    background-position: center;
    background-repeat:no-repeat;
}
.la-left .list-nav li:nth-child(1) .navLogo{
    background-image: url("../img/bmgk.png");
}
.la-left .list-nav li:nth-child(2) .navLogo{
    background-image: url("../img/lhlx.png");
}
.la-left .list-nav li:nth-child(3) .navLogo{
    background-image: url("../img/jxj.png");
}
.la-left .list-nav li:nth-child(4) .navLogo{
    background-image: url("../img/jxpy.png");
}
.la-left .list-nav li:nth-child(5) .navLogo{
    background-image: url("../img/xsgl.png");
}
.la-left .list-nav li:nth-child(6) .navLogo{
    background-image: url("../img/lxwm.png");
}


.la-left .list-nav li:nth-child(1):hover .navLogo{
    background-image: url("../img/bmgk2.png");
}
.la-left .list-nav li:nth-child(2):hover .navLogo{
    background-image: url("../img/lhlx2.png");
}
.la-left .list-nav li:nth-child(3):hover .navLogo{
    background-image: url("../img/jxj2.png");
}
.la-left .list-nav li:nth-child(4):hover .navLogo{
    background-image: url("../img/jxpy2.png");
}
.la-left .list-nav li:nth-child(5):hover .navLogo{
    background-image: url("../img/xsgl2.png");
}
.la-left .list-nav li:nth-child(6):hover .navLogo{
    background-image: url("../img/lxwm2.png");
}
.la-left .list-nav li:nth-child(7){
   display:none;
}
.la-right{
    width: 69%;
    float: right;
}
.la-right .la-right-title{
    border-bottom: 1px solid #ddd;
}
.floatR{
    float: right;
}
.la-right .la-right-title .address{
    font-size: 16px;
	line-height: 44px;
	letter-spacing: 2px;
	color: #999999;
}
.la-right .la-right-title .sectionName{
    float: right;
    font-size: 30px;
	line-height: 44px;
	letter-spacing: 3px;
    color: #000000;
    margin-bottom: -10px;
    background: #fff;
    padding: 0 10px;
}