@charset "utf-8";
body{
	background: #f7f5ef;
	overflow-x: hidden;
}
.header_m{
	display:none;
}
.topbg {
	width: 100%;
	margin: auto;
	overflow: hidden;
	height: 8px;
	background: url(../img/top_bg.png) repeat-x;
	position: relative;
	z-index: 10;
}

.top_box {
	width: 100%;
	margin: auto;
	position: absolute;
	left: 0;
	z-index: 9;
	top: 3px;
}

.cont {
	width: 100%;
	margin: auto;
}
/* logo */
.tlogo {
	float: left;
	width: 390px;
	margin-right: -320px;
	padding-left: 25px;
margin-top: 15px;
}

.tlogo img {
	width: 100%;
	height: auto;
}

.tdmk {
	width: auto;
	float: right;
	margin-left: -148px;
	margin-right: 40px;
	padding-right: 0;
	z-index: 9999;
	position: relative;
}

.topmin {
	width: auto;
	margin-left: 370px;
	z-index: 999;
}

.tdmk a {
	width: 150px;
	height: 52px;
	line-height: 52px;
	background: url(../img/ic_tongdao.png) no-repeat;
	background-size: 100% 100%;
	font-size: 16px;
	color: #722F27;
	text-align: center;
	display: inline-block;
	float: left;
	margin-left: 15px;
	margin-top: 25px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.tdmk a:hover {
	font-weight: bold;
}
/* 导航 */
.nav {
	margin-top: 30px;
	margin-left: 65px;
	position: relative;
	font-family: "Microsoft YaHei";
}

.nav a {
	color: #111;
}

.nav .nLi {
	float: left;
	position: relative;
	display: inline;
	width: 7.6%;
	text-align: center;
}

.nav .nLi h3 {
	height: 49px;
	line-height: 49px;
	text-align: center;
	font-weight: normal;
}

.nav .nLi h3 a {
	display: block;
	font-size: 16px;
}

.nav .nLi h3:hover {
	background: #722F27;
	border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	-o-border-radius: 3px 3px 0px 0px;
	-ms-border-radius: 3px 3px 0px 0px;
}

.nav .sub {
	display: none;
	width: 100%;
	left: 0;
	top: 45px;
	position: absolute;
	background: #722F27;
	border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
	-o-border-radius: 0px 0px 3px 3px;
	-ms-border-radius: 0px 0px 3px 3px;
}

.nav .sub li {
	zoom: 1;
	text-align: center;
}

.nav .sub a {
	display: block;
	font-size: 14px;
	color: #fff;
	display: block;
	padding: 8px 0px;
}

.nav .sub a:hover {
	background: #722F27;
}

.nav .on h3 {
	background: url(../img/nav_on.png) no-repeat;
	background-size: 100% 100%;
}

.nav .on h3 a {
	color: #fff;
}
.znct_rg {
	
	width:220px;
	height: 46px;
	background: url(../img/ss_bg.png);
	background-size: 100% 100%;
	z-index: 999;
	margin-top:30px;
}

.znct_rg span {
	display: block;
	width: 100%;
	height: 44px;
	background: url(../img/znss_bg.png);
	margin: auto;
}

.znct_rg .znss_inp {
	float: left;
	width: calc(100% - 50px);
	padding-left: 10px;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	color: #fff;
	background: none;
	border-style: none;
	box-sizing: border-box;
}

.znss_btn {
	float: right;
	width: 44px;
	height: 44px!important;
	-webkit-appearance: none!important;
	appearance: none!important;
	outline: medium!important;
	border-style: none!important;
	background: url(../img/ic_ser.png) no-repeat center;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #fff;
}
input:-moz-placeholder, textarea:-moz-placeholder {
	color: #fff;
}
  
input::-moz-placeholder, textarea::-moz-placeholder {
	color: #fff;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #fff;
}
.page-status{ display:none}
.pb_sys_common a{ border:1px solid #ccc; padding:3px 5px; margin:2px;}
.pb_sys_common a.page-num-current{ border:1px solid #722F27; background:#722F27; color:#fff;}

/* 底部 */
footer{
	border-bottom: 5px solid #722F27;
	background: url(../img/foot_bg.png) no-repeat center;
}
footer>div{
	padding: 50px 0 40px;
	border-bottom: 1px solid #898b90;
}
/*
footer>div a.foot_logo{
	padding-right: 40px;
	border-right: 1px solid #898b90;
}
*/
footer>div a.foot_logo{width:50%}
footer>div a.foot_logo img{

	width:100%

}
footer>div>div.qr{width:21%; margin:0 2%;}
footer>div>div.qr img{max-width:100%}

footer>div>div.fr p{
	font-size: 13px;
	line-height: 25px;
	color: #fff;
	
}
footer>div>div.fr h2{
	border-left: 3px solid #722F27;
	text-indent: 10px;
	font-size: 13px;
	color: #fff;
	font-weight: normal;
}
footer>div>div.lxfs{
    width: 25%;

}
footer>p,footer>p a{
	text-align: center;
	font-size: 13px;
	color: #fff;
	line-height: 20px;
	margin: 10px 15px;
}


/*栏目名称*/
h2.lmmc{
	padding-bottom: 20px;
	position: relative;
}
h2.lmmc font{
	font-size: 30px;
	line-height: 1;
	padding-bottom: 20px;
	font-weight: bold;
	position: relative;
	color: #722F27;
	border-bottom: 1px solid #722F27;
	display: inline-block;
}
h2.lmmc font::before{
	display: block;
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    background: #722F27;
    left: 0;
    bottom: -10px;
}
.img_btn {
	background: url("../img/btn_img.png");
	width: 170px;
	height: 170px;
	position: absolute;
	right: -60px;
	top: -135px;
	z-index: 99999999999999999999999;
}
.w1444 {
	width: 1440px;
	margin: auto;
	height: 300px;
	position: relative;
}
@media only screen and (max-width:1760px) {
	.nav {
		margin-right: 80px;
	}
}

@media only screen and (max-width:1660px) {
	.topmin {
		width: auto;
		margin-left: 300px;
		margin-right: 128px;
	}

	.tlogo {
		float: left;
		width: 300px;
		margin-right: -300px;
		padding-left: 15px;
	}

	.tdmk {
		width: auto;
		float: right;
		margin-left: -128px;
		padding-right: 15px;
	}

	.nav {
		margin-right: 25px;
		margin-left: 50px;
	}

	.tdmk a {
		width: 128px;
		height: 45px;
		line-height: 45px;
		font-size: 14px;
		margin-top: 28px;
	}

	.bancont {
		margin-top: 95px;
	}

	.nav .nLi {
		width: 8.6%;
	}

	.nav .nLi h3 a {
		font-size: 15px;
	}
}

@media only screen and (max-width:1550px) {
	.topmin {
		width: auto;
		margin-left: 230px;
		margin-right: 140px;
	}

	.tlogo {
		float: left;
		width: 252px;
		margin-right: -270px;
		padding-left: 15px;
	}

	.nav {
		margin-right: 10px;
		margin-top: 25px;
	}

	.nav .nLi h3 {
		width: 87px;
		height: 40px;
		line-height: 40px;
	}

	.nav .nLi h3 a {
		font-size: 14px;
	}

	.nav .sub {
		display: none;
		width: 100%;
		left: 0;
		top: 40px;
	}

	.nav .sub a {
		display: block;
		font-size: 12px;
		padding: 8px 0px;
	}

	.nav .on h3 {
		background: url(../img/nav_on.png) no-repeat;
		background-size: 100% 100%;
	}

	.tdmk a {
		width: auto;
		font-size: 13px;
		margin-top: 24px;
		margin-left: 10px;
		padding: 0 20px;
	}

	.bancont {
		margin-top: 83px;
	}
	footer>div{
		padding:40px 30px!important;
		box-sizing: border-box;
	}
	footer>div a.foot_logo img{
		height:80px;
	}
}


@media only screen and (max-width:1400px) {
	.w1400{
		width: 90%;
	}
	.top_box {
		width: 100%;
	}

	.topmin {
		width: auto;
		margin-left: 228px;
		margin-right: 120px;
	}

	.tlogo {
		float: left;
		width: 240px;
		margin-right: -240px;
	}

	.tdmk {
		margin-right: 28px;
	}

	.nav {
		margin-right: 25px;
		margin-top: 20px;
	}

	.nav .nLi h3 {
		width: auto;
		height: 44px;
		line-height: 44px;
	}

	.nav .nLi h3 a {
		font-size: 14px;
	}

	.nav .sub {
		display: none;
		width: 100%;
		left: 0;
		top: 44px;
	}

	.nav .sub a {
		display: block;
		font-size: 12px;
		padding: 8px 0px;
	}

	.nav .on h3 {
		background: url(../img/nav_on.png) no-repeat;
		background-size: 100% 100%;
	}

	.tdmk a {
		font-size: 12px;
		margin-top: 20px;
		padding: 0 12px;
		height: 40px;
		line-height: 40px;
	}

	.bancont {
		margin-top: 74px;
	}

	.nav .nLi {
		width: 8.9%;
	}
	footer>div a.foot_logo img{
	
	}
	footer > div > div.qr img{}
	footer>div>div{
	
	}
	footer>div>div.lxfs{
		padding: 0;
		margin: 0;
	}
}

@media only screen and (max-width:1240px) {
	.top_box{
		display:none;
	}
	.header_m{
		display:block;
	}
	body.navshow {
        overflow: hidden;
        overflow-y: scroll;
        position: fixed;
        width: 100%;
        top: 0px;
        left: 0px;
    }
	 .header_m {
        display: block;
        width: 100%;
        z-index: 9999;
        box-sizing: border-box;
        padding: 0 30px;
        position: absolute;
        top: 3px;
        right:0;
    }

    .header_m .m_logo {
        display: inline-block;
        width: auto;
        position: relative;
        z-index: 99999999999;
    }

    .header_m .m_logo a,
    .header_m .m_logo a img {
        width: auto;
        display: inline-block;
		height:70px;
		margin-top;4px;
    }

    .menu1 {
        width: 34px;
        height: 34px;
        display: block;
        right: 30px;
        top: 18px;
        overflow: hidden;
        z-index: 999999999;
        cursor: pointer;
        position: absolute;
        padding: 6px;
        border: 1px solid #722F27;
        border-radius: 100%;
    }

    .menu1 span {
        float: left;
        width: 70%;
        background: #722F27;
        transition: all 0.4s ease;
        margin-top: 6px;
        margin-left: 15%;
        height: 2px;
    }

    .menu1 span:first-child {
        margin-top: 7px;
    }

    .menu1.open span:nth-child(1) {
        transform: rotate(45deg);
        margin-top: 16px;
    }

    .menu1.open span:nth-child(2) {
        transform: rotate(-45deg);
        margin-top: -2px;
    }

    .menu1.open span:nth-child(3) {
        opacity: 0;
    }

    .m_nav {
        width: 100vw;
        height: calc(100% - 80px);
        position: fixed;
        top: 80px;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s;
        display: block;
        overflow: auto;
    }

    .m_nav.active {
        visibility: visible;
        opacity: 1;
        z-index: 99999999;
    }

    .m_nav nav {
        position: fixed;
        transition: right 0.3s ease;
        right: 0;
        top: 80px;
        left: auto;
        width: 420px;
        height: calc(100% - 80px);
        z-index: 99999;
        background: #fff;
        margin: 0;
        overflow: auto;
    }
    .m_nav nav ul li {
        height: auto;
        width: 100%;
        position: relative;
        border-bottom: 1px solid #ccc;
        float: none;
        text-align: left;
        padding: 0;
        line-height: 60px;
    }
    .m_nav nav ul>li>a {
        font-size: 18px;
        color: #333;
        font-weight: bold;
        width: 80%;
        text-indent: 20px;
        position: relative;
        display: block;
        line-height: 60px;
    }
    .m_nav nav ul>li>a:hover {
        color: #722F27;
    }
    .m_nav nav ul li i {
        position: absolute;
        right: 0;
        width: 15%;
        height: 60px;
        top: 0;
        background: url(../img/jia1.png) no-repeat center center;
        margin: auto;
        z-index: 10;
        cursor: pointer;
        transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        -webkit-transition: all .2s ease;
    }
    .m_nav nav ul li i.on {
        background: url(../img/jian2.png) no-repeat center center;
    }
    .m_nav nav ul li ol {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        box-shadow: none;
        display: none;
        transition: all 0s;
    }
    .m_nav nav ul li ol>li {
        text-align: left;
        border: 0;
        font-size: 16px;
        line-height: 45px;
        position: relative;
        text-indent: 40px;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
        transition: all .5s;
    }

    .m_nav nav ul li ol>li a {
        color: #444444;
        font-weight: bold;
    }

    .m_nav nav ul li ol>li:hover a {
        text-indent: 50px;
        color: #722F27;
    }
}
@media only screen and (max-width:1000px) {
	footer>div>div.fl p{
		font-size:12px;
		text-indent: 0px;
	}
	footer{
		background-size:100% 100%;
	}
}
@media only screen and (max-width:768px) {
	.header_m{
		padding:0 15px;
	}
	.w1400{
		padding:0 15px;
	}
	footer>div{
		padding: 15px!important;
	}
	.header_m .m_logo a, .header_m .m_logo a img{
		height: 60px;
	}
	.menu1{
		right: 15px;
		width: 26px;
		height: 40px;
		top: 20px;
		padding: 0;
		border: none;
		border-radius: 0;
	}
	.menu1 span{
		margin-top: 4px;
		width: 100%;
	}
	.menu1 span:first-child{
		margin-top: 4px;
	}
	.bancont{
		margin-top: 54px;
	}
	 .m_nav,.m_nav nav {
		 top: 60px;
	}
	.m_nav nav,.m_nav{
		height: calc(100% - 60px);
	}
	.m_nav nav ul {
    }
	.menu1.open span:nth-child(1) {
        margin-top: 10px;
    }
	footer>div>div{
		width:100%;
	}
	footer>div>div.lxfs{
		margin-bottom:20px;
	}
}
@media only screen and (max-width:500px) {
	 .m_nav nav {
        width: 100%;
        padding-top: 9px;
        box-sizing: border-box;
    }
	.m_nav nav,.m_nav{
		height: calc(100% - 60px);
	}
    .m_nav nav ul>li>a {
        line-height: 44px;
        font-size: 16px;
    }
    .m_nav nav ul li i {
        height: 44px;
    }

    .m_nav nav ul li ol>li {
        line-height: 36px;
        font-size: 15px;
    }
}
@media only screen and (max-width: 768px){
    .foot_logo,.qr{ display:none}
footer > div > div.lxfs{ width:100%;}
}
