@charset "utf-8";
/* CSS Document */
body{
	font-size:14px;
	font-weight:normal;
	color:#333333;
	line-height:1.5;
	font-family:'Microsoft YaHei';
	margin:auto;
	background-color:#fffef2;
}
@font-face
{
	font-family: Source;
	src: url('../font/Source-Han-Serif-CN-Bold.ttf'),
	url('../font/Source-Han-Serif-CN-Bold.ttf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: anton;
	src: url('../font/anton.woff.ttf'),
	url('../font/anton.woff.ttf'); /* IE9+,可以是具体的实际链接 */
}
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	}
img{
	border:0;
	}
ul,li{
	list-style:none;
	}
a{
	color:#333333;
	text-decoration:none;
	transition: all 0.6s;
	}
a:hover{
	color:#00479D;
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}



.header.yanse.yanse01 .cur{
	background-image:url(../img/lmbj3.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% 100%;
}
.header.yanse a{
	color: #D48132;
}

.header.yanse .cur{
	background-image:url(../img/lmbj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% 100%;
}
.header.yanse .pic01{
	display: none;
}
.header.yanse .pic02{
	display: inline-block;
}
.header.yanse.yanse01 .pic01{
	display: inline-block;
}
.header.yanse.yanse01 .pic02{
	display: none;
}
.header.yanse.yanse01 a{
	color: #FFFFFF;
}

/* 方式2 关闭在上面*/

.fixedIcon{ position: fixed; top: 50%; left: 50%; z-index: 999; transform: translate(-50%,-50%); padding:5px; display:none; min-width:50vw;}
.fixedIcon .close{ width: 40px; height: 40px; position: absolute; right: -30px; top: -100px; cursor: pointer; border: 2px solid #fff; border-radius:50%; text-align: center; font-size: 22px; color: #fff; transform: translate(-50%,140%);}
.fixedIcon img{ display: block; max-height:70vh; max-width: 100%; height: auto;}
.zz{ background: rgba(0,0,0,0.8); position: fixed; left: 0; top: 0; z-index: 99999; width: 100%; height: 100vh; display: none;}


@keyframes animateTop{
    0%{ transform: translateY(500%);opacity: 0;}
    100%{ transform: translateY(0); opacity: 1; }
}
@-moz-keyframes animatedTop {
    0%{ -moz-transform: translateY(500%);opacity: 0; }
    100%{ -moz-transform: translateY(0);opacity: 1;}
}
@-webkit-keyframes animatedTop {
    0%{ -webkit-transform: translateY(500%);opacity: 0; }
    100%{ -webkit-transform: translateY(0); opacity: 1;}
}
@-ms-keyframes animatedTop {
    0%{ -ms-transform: translateY(500%);opacity: 0; }
    100%{ -ms-transform: translateY(0); opacity: 1;}
}

@media (min-width:1000px) {
.tanchu{
	display:none; 
	left:0px;
	top: 0;
	width:100%;
	height: 100%;
	z-index:9999;
	position: fixed;
	background-color: rgba(0,0,0,0.6);
	padding-top: 4vh;
}
.tcxs{ display: block; }
.spnr{ width:70%; margin-left:15%; margin-right:15%; position:relative;}
.close2{ width:100%; float:left;margin-bottom:10px;}
.close2 a{
float:right;
width: 32px;
height: 32px;
background-image: url(../img/Close.png);
background-position: center;
background-repeat: no-repeat;
}


.main{
	width: auto;
	margin: auto;
	max-width: 1440px;
	padding: 0px 15px;
}
.main2{
	width: auto;
	margin: auto;
	max-width: 1200px;
	padding: 0px 15px;
}
.header{
	width: 100%;
	position: fixed;
	height: 135px;
	top: 0px;
	left: 0;
	z-index: 9999;
}
.header.yanse{
	background-color: rgba(255,254,242,1);
	border-bottom:1px solid rgba(255,255,255,0.1);
	
}
.header.yanse.yanse01{
	background-color: rgba(0,0,0,0);
	border-bottom: 0px solid rgba(255,255,255,0.1);
	padding-top:10px;
}

.innav{
	width:100%;
	float: left;
	height: 115px;
	font-family: Source;
	margin-top:0px;
}
.innav ul{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	height: 115px;
}
.innav ul li{
	width:auto;
	font-size:16px;
	color:#FFF;
	display: flex;
	margin-left:5px;
	margin-right:5px;
}
.innav ul li a{
	color:#FFF;
	padding:10px 50px;
}
.innav ul li a:hover{
	background-image:url(../img/lmbj3.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% 100%;
}
.innav ul li img{
	max-height:115px;
}
.innav ul li:nth-child(4) a:hover{
	background-image:none;
}

.index01{
	width: 100%;
	float: left;
}

.index02{
	width: 100%;
	float: left;
	background-image:url(../img/ab01.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	margin-top:0px;
	padding-top:115px;
}
.index02 .inabout{
	opacity: 0;-webkit-transform:translateY(200px) scale(0.6);-moz-transform:translateY(200px) scale(0.6);transform:translateY(200px) scale(0.6);-webkit-transition: all 1s;-moz-transition: all 1s;transition: all 1s;
}
.index02.active .inabout{opacity: 1;-webkit-transform:translateY(0px) scale(1);-moz-transform:translateY(0px) scale(1);transform:translateY(0px) scale(1);}
.inabout{
	width:100%;
	font-family: Source;
}
.inabout .a01{
	width:100%;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top:15vh;
	display:flex;
}
.inabout .a01 div{
	font-size:48px;
	line-height:69px;
	color:#FFF;
	text-align:center;
	letter-spacing: 0.96px;
	position:relative;
}
.inabout .a01 div span{
width:14px; 
height:14px;
border-radius:50%;
border:4px solid #D48132;
position:absolute;
bottom:1vh;
right:-24px;
z-index:11;
}
.inabout .a02{
	width:100%;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top:4.0vw;
	display:flex;
}
.inabout .a02 div{
	font-size:18px;
	line-height:44px;
	color:#FFF;
	text-align:center;
	width:71.56%;
}
.inabout .a03{
	width:100%;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top:1.56vw;
	display:flex;
}
.inabout .a03 div{
	font-size:16px;
	line-height:26px;
	color:#FFF;
	text-align:center;
	width:100%;
}
.inabout .more{
	width:100%;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top:6vh;
	display:flex;
}
.inabout .more a{
	width:208px;
	height:50px;
	background-image:url(../img/lmbj3.png);
	background-position:center;
	background-repeat:no-repeat;
	text-align:center;
	line-height:50px;
	font-size:16px;
	color:#FFF;
}
.inabout .more a:hover{
	width:208px;
	height:50px;
	background-image:url(../img/lmbj2.png);
	background-position:center;
	background-repeat:no-repeat;
	text-align:center;
	line-height:50px;
	font-size:16px;
	color:#422D2B;
}



.index03{
	width: 100%;
	float: left;
	background-color:#FFFEF2;
	margin-top:0px;
	padding-top:115px;
}

.index03 .protitle{
	opacity: 0;
	-webkit-transform:translateY(200px) scale(0.6);
	-moz-transform:translateY(200px) scale(0.6);
	transform:translateY(200px) scale(0.6);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.index03.active .protitle{
	opacity: 1;
	-webkit-transform:translateY(0px) scale(1);
	-moz-transform:translateY(0px) scale(1);
	transform:translateY(0px) scale(1);}
.index03 .protex{
	opacity: 0;
	-webkit-transform:translateY(200px) scale(0.6);
	-moz-transform:translateY(200px) scale(0.6);
	transform:translateY(200px) scale(0.6);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.index03.active .protex{
	opacity: 1;
	-webkit-transform:translateY(0px) scale(1);
	-moz-transform:translateY(0px) scale(1);
	transform:translateY(0px) scale(1);
}
.protex{
	width:100%;
	float:left;
	margin-top:1.5vw;
}

.index04{
	width: 100%;
	float: left;
	background-image:url(../img/ab02.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	margin-top:0px;
	padding-top:115px;
}

.index04 .main{
	opacity: 0;
	-webkit-transform:translateY(200px) scale(0.6);
	-moz-transform:translateY(200px) scale(0.6);
	transform:translateY(200px) scale(0.6);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.index04.active .main{
	opacity: 1;
	-webkit-transform:translateY(0px) scale(1);
	-moz-transform:translateY(0px) scale(1);
	transform:translateY(0px) scale(1);
}

.intiitle{
	width:100%;
	float:left;
	margin-top:7vh;
	font-family: Source;
}
.intiitle dl dt{
	font-size:20px;
	line-height:29px;
	color:#D48132;
	text-align:center;
}
.intiitle dl dd{
	margin-top:15px;
	font-size:24px;
	line-height:24px;
	text-align:center;
	color:#fff;
}
.inzlm{
	width:100%;
	float:left;
	margin-top:2.0vw;
	font-family: Source;
}
.inzlm ul{
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	display:flex;
}
.inzlm ul li{
	width:auto;
	display:flex;
	margin-left:10px;
	margin-right:10px;
}
.inzlm ul li a{
	width:208px;
	height:50px;
	text-align:center;
	line-height:50px;
	background-image:url(../img/lmbj3.png);
	background-position:center;
	color:#fff;
	font-size:16px;
}
.inzlm ul li a:hover{
	background-image:url(../img/lmbj2.png);
	background-position:center;
	background-repeat:no-repeat;
	color:#422D2B;
}
.inzlm ul li .cur{
	background-image:url(../img/lmbj2.png);
	background-position:center;
	background-repeat:no-repeat;
	color:#422D2B;
}
.insm{
	width:100%;
	float:left;
	margin-top:3.125vw;
	display:flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	color:#fff;
}
.insm div{
	width:62.5%;
	text-align:center;
	font-size:16px;
	line-height:35px;
}
.innew{
	width:100%;
	float:left;
	margin-top:4.0vw;
}
.innew ul{
	display: flex;
	/*justify-content: space-between;*/
	flex-wrap: wrap;
}
.innew ul li{
	width:calc(33.33% - 4.0vw);
	margin-right:4.0vw;
}
.innew ul li:nth-child(3n){
	margin-right:0px;
}
.innew ul li dl dt{
	overflow:hidden;
}
.innew ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.innew ul li:hover dl dt img{
	transform: scale(1.05);
}
.innew ul li dl dd{
	font-size:16px;
	line-height:24px;
	color:#FFF;
	text-align:center;
	margin-top:18px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.index05{
	width: 100%;
	float: left;
	background-image: url(../img/ab03.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top:0px;
	padding-top:115px;
}
.index05 .main{
	opacity: 0;
	-webkit-transform:translateX(-200px);
	-moz-transform:translateX(-200px);
	transform:translateX(-200px);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.index05.active .main{
	opacity: 1;
	-webkit-transform:translateX(0px);
	-ms-transform:translateX(0px);
	-o-transform:translateX(0px);
	-moz-transform:translateX(0px);
	transform:translateX(0px);
}
.incontact{
	width:100%;
	float:left;
	margin-top:3.6vw;
}
.incontact .a01{
	width:100%;
	position:relative;
	font-family: Source;
}
.incontact .a01 .xlog{
	width:43px;
	height:58px;
	background-image:url(../img/x01.png);
	background-position:center;
	background-repeat:no-repeat;
	position:absolute;
	left:-51px;
	top:0;
	z-index:11;
}
.incontact .a01 dl dt{
	font-size:32px;
	line-height:46px;
	color:#fff;
}
.incontact .a01 dl dd{
	font-size:48px;
	line-height:70px;
	color:#FFF;
}
.incontact .a02{
	width:100%;
	margin-top:1.875vw;
	display:flex;
}
.incontact .a02 div{
	width:32.65%;
	font-size:16px;
	line-height:35px;
	color:#FFF;
}
.incontact .a03{
	width:100%;
	margin-top:5.2vw;
	display:flex;
}
.incontact .a03 .pic{
	width:auto;
	min-width:169px;
	margin-right:4.0vw;
	text-align:center;
}
.incontact .a03 .pic dl dt{
	overflow:hidden;
}
.incontact .a03 .pic dl dt img{
	width:100%;
	height:auto;
	display:block;
}
.incontact .a03 .pic dl dd{
	margin-top:15px;
	font-size:16px;
	line-height:24px;
	color:#FFF;
}
.incontact .a03 .tex{
	width:auto;
	font-size:16px;
	line-height:24px;
	color:#FFF;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.incontact .a03 .tex p{
display: flex;
	flex-wrap: wrap;
	align-items: center;
		margin-top:30px;
	
}
.incontact .a03 .tex img{ margin-right:10px; float:left;
}

.incontact .a03 .tex p:first-child{
	margin-top:0px;
}
.incontact .a04{
	width:100%;
	margin-top:12vh;
	font-size:14px;
	line-height:18px;
	color:rgba(255,255,255,0.6)
}
.nybanner{
	width:100%;
	float:left;
	position:relative;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	z-index:11;
	top:0;
	left:0;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.nybanner .tex dl{
	display:flex;
	font-family: Source;
	align-items: flex-start;
	
}
.nybanner .tex dl dt{
	width:45px;
	font-size:40px;
	line-height:57px;
	color:#FFF;
	margin-top:-12px;
}
.nybanner .tex dl dd{
	width:auto;
	font-size:24px;
	color:rgba(255,255,255,0.6);
	margin-left:20px;
	margin-top:0px;
	writing-mode: vertical-lr;
}
.nybanner .tex dl dd.new{
	margin-left:20px;
		margin-top:0px;
}
.nybanner .tex dl dd.jm{
	margin-left:-70px;
	margin-top:100px;
}
.nybanner .tex dl dd.con{
	margin-left:-30px;
	margin-top:65px;
}
.nyab01{
	width:100%;
	float:left;
	background-image:url(../img/abj01.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:820px;
}
.nytitle{
	width:100%;
	float:left;
	margin-top:80px;
	font-family: Source;
}
.nytitle dl dt{
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	font-size:32px;
	line-height:46px;
	color:#333;
}
.nytitle dl dt i{
	width:1px;
	height:14px;
	background-color:#333333;
	margin-left:18px;
	margin-right:18px;
}
.nytitle dl dd{
	margin-top:20px;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
}
.nytitle dl dd div{
	max-width:440px;
	font-size:12px;
	line-height:16px;
	color:#999;
	text-align:center;
}
.yuanqi{
	width:100%;
	float:left;
	margin-top:40px;
	font-size:15px;
	line-height:35px;
	font-family: Source;
	text-align:center;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
}
.yuanqi div{
	width:90%;
}
.nyzlm{
	width:100%;
	float:left;
	margin-top:80px;
	font-family: Source;
}
.nyzlm ul{
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	display:flex;
}
.nyzlm ul li{
	width:auto;
	display:flex;
	margin-left:10px;
	margin-right:10px;
}
.nyzlm ul li a{
	width:208px;
	height:50px;
	text-align:center;
	line-height:50px;
	background-image:url(../img/lmbj.png);
	background-position:center;
	color:#D48132;
	font-size:16px;
}
.nyzlm ul li a:hover{
	background-image:url(../img/lmbj2.png);
	background-position:center;
	background-repeat:no-repeat;
	color:#422D2B;
}
.nyzlm ul li .cur{
	background-image:url(../img/lmbj2.png);
	background-position:center;
	background-repeat:no-repeat;
	color:#422D2B;
}
.abgdt{
	width:100%;
	float:left;
	margin-top:40px;
}
.abgdt img{
	width:100%;
	height:auto;
	display:block;
}
.fzlc{
	width:100%;
	float:left;
	background-image:url(../img/sx.jpg);
	background-position:center;
	background-repeat:repeat-y;
	margin-top:40px;
}
.fzlc ul li{
	width:100%;
	float:left;
	height:85px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	position:relative;
}
.fzlc ul li .date{
	width:calc(50% - 50px);
	font-size:36px;
	line-height:40px;
	color:#D48132;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
}
.fzlc ul li .tex{
	width:50%;
	font-family: Source;
	font-size:18px;
	line-height:26px;
	color:#333;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.fzlc ul li .tex i{
	width:60px;
	height:1px;
	background-color:#e0e0e0;
	margin-left:15px;
	margin-right:15px;
}
.fzlc ul li:nth-child(2n) .date{
	text-align:right;
}
.fzlc ul li:nth-child(2n) .tex{
	justify-content: flex-start;
}
.fzlc ul li .quan{
	width:28px;
	height:28px;
	background-image:url(../img/quan.png);
	background-position:center;
	background-repeat:no-repeat;
	left:calc(50% - 14px);
	top:calc(50% - 14px);
	position:absolute;
	z-index:11;
}
.fzlc ul li .qishi{
	width:43px;
	height:58px;
	position:absolute;
	left:calc(50% - 22px);
	background-image:url(../img/ks.png);
	background-position:center;
	background-repeat:no-repeat;
	top:0;
	z-index:11;
}
.fzlc ul li .qishi2{
	width:43px;
	height:58px;
	position:absolute;
	left:calc(50% - 22px);
	background-image:url(../img/js.png);
	background-position:center;
	background-repeat:no-repeat;
	bottom:0;
	z-index:11;
}
.fzlc ul li:hover{
	background: #d48132;
	border-radius: 50px;
}
.fzlc ul li:hover .date{
	color:#FFF;
}
.fzlc ul li:hover .tex{
	color:#FFF;
}
.fzlc ul li:first-child:hover{
	background-color:transparent;
}
.fzlc ul li:last-child:hover{
	background-color:transparent;
}

.zyry{
	width:100%;
	float:left;
	height:744px;
	background-image:url(../img/abj02.jpg);
	background-position:center;
	background-repeat:no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top:80px;
}
.zyry01{
	width:100%;
}

.nytitle2{
	width:100%;
	float:left;
	font-family: Source;
}
.nytitle2 dl dt{
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	font-size:32px;
	line-height:46px;
	color:#fff;
}
.nytitle2 dl dt i{
	width:1px;
	height:14px;
	background-color:#fff;
	margin-left:18px;
	margin-right:18px;
}
.nytitle2 dl dd{
	margin-top:20px;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
}
.nytitle2 dl dd div{
	max-width:440px;
	font-size:12px;
	line-height:14px;
	color:#999999;
	text-align:center;
}
.yuanqi2{
	width:100%;
	float:left;
	margin-top:40px;
	font-size:15px;
	line-height:35px;
	font-family: Source;
	text-align:center;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	color:#FFF;
}
.yuanqi2 div{
	width:90%;
}
.jiangz{
	width:100%;
	float:left;
	margin-top:80px;
}
.jiangz ul{
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
}
.jiangz ul li{
	margin-left:45px;
	margin-right:45px;
}
.jiangz ul li img{
	max-width:100%;
}
.zzrz{
	width:100%;
	float:left;
	height: auto;
	background-image:url(../img/abj03.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding-bottom:130px;
}
.logo2{
	width:100%;
	float:left;
	text-align:center;
	margin-top:180px;
}
.foot{
	width:100%;
	padding:60px 0;
	float:left;
	background-image:url(../img/footbj.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01 .a01{
	width:auto;
	font-size:14px;
	line-height:18px;
	color:rgba(255,255,255,0.6);
}
.foot01 .a01 dl dt{
	font-size:20px;
	line-height:30px;
	color:#FFF;
	font-family: Source;
}
.foot01 .a01 dl dd{
	font-size:36px;
	line-height:52px;
	color:#FFF;
	font-family: Source;
	margin-bottom:65px;
}
.foot01 .a02{
	width:auto;
	font-size:14px;
	line-height:18px;
	color:#FFF;
}
.foot01 .a02 p{
	display:flex;
	margin-top:30px;
	align-items: center;
}
.foot01 .a02 p img{
	margin-right:20px;
}
.foot01 .a02 p:first-child{
	margin-top:0px;
}
.foot01 .a03{
	width:auto;
	text-align:center;
}
.foot01 .a03 dl dt{
	overflow:hidden;
}
.foot01 .a03 dl dt img{
	width:100%;
	height:auto;
}
.foot01 .a03 dl dd{
	margin-top:10px;
	text-align:center;
	font-size:14px;
	color:#FFF;
}

.newlist{
	width:100%;
	float:left;
	margin-top:40px;
}
.newlist ul li{
	width:100%;
	float:left;
	padding-bottom:40px;
	border-bottom:1px solid rgba(0,0,0,0.1);
	margin-top:40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.newlist ul li .pic{
	min-width:29.6%;
	overflow:hidden;
	margin-right:60px;
	max-width:29.6%;
}
.newlist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.newlist ul li:hover .pic img{
	transform: scale(1.05);
}
.newlist ul li .tex{
	width:70%;
}
.newlist ul li .tex dl dt{
	font-size:16px;
	line-height:24px;
	font-family: Source;
}
.newlist ul li .tex dl dd{
	margin-top:20px;
	font-size:14px;
	color:#666;
	line-height:25px;
}
.newlist ul li .tex .more{
	display:flex;
	margin-top:30px;
}
.newlist ul li .tex .more a{
	width: 150px;
	height: 36px;
	text-align:center;
	line-height:36px;
	background-image:url(../img/lmbj.png);
	background-position:center;
	background-size:100% 100%;
	color:#D48132;
}
.newlist ul li .tex .more a:hover{
	background-image:url(../img/lmbj2.png);
	background-position:center;
	background-size:100% 100%;
	color:#422D2B;
}
.newlist ul li .date{
	min-width:60px;
	margin-right:60px;
	margin-left:110px;
	text-align:center;
}
.newlist ul li .date dl dt{
	font-size:48px;
	font-family: anton;
	line-height:60px;
}
.newlist ul li .date dl dd{
	font-size:14px;
	line-height:18px;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
}
.fy{
	width: 100%;
	float: left;
	margin-top: 40px;
	margin-bottom:60px;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
}
.fy ul li{
	width: auto;
	text-align: center;
	color: #606266;
	font-size: 14px;
	font-family: "宋体";
}
.fy ul li a{
	padding:10px 15px;
	color: #606266;
	width: 100%;
}
.fy ul li a:hover{
	color: #FFFFFF;
	background: #D48132;
}
.fy ul li .cur{
	color: #FFFFFF;
	background: #D48132;
}
.dqwz{
	width:100%;
	float:left;
	margin-top:50px;
	padding-bottom:17px;
	border-bottom:1px solid #E0E0E0;
	font-size:14px;
	line-height:16px;
	color:#828282;
}
.newtitle{
	width:100%;
	float:left;
	margin-top:55px;
	font-family: Source;
	font-size:24px;
	line-height:34px;
}
.newdate{
	width:100%;
	float:left;
	margin-top:54px;
	color:#828282;
	font-size:12px;
	line-height:16px;
}
.newtex{
	width:100%;
	float:left;
	margin-top:44px;
	font-size:14px;
	line-height:30px;
	margin-bottom:60px;
}
.newtex img{
	max-width:100%;
	height:auto;
}
.fh{
	width:100%;
	display:flex;
	margin-top:40px;
}
.fh a{
	width: 208px;
	height: 50px;
	line-height:50px;
	text-align:center;
	background-image:url(../img/lmbj2.png);
	background-position:center;
	background-repeat:no-repeat;
	color:#422D2B;
	font-size:16px;
	font-family: Source;
}
.prolist{
	width:100%;
	float:left;
	margin-top:50px;
	margin-bottom:80px;
}
.prolist ul li{
	width:100%;
	float:left;
	margin-top:30px;
	background-color:#201002;
	position:relative;
}
.prolist ul li img{
	width:100%;
	height:auto;
	display:block;
}
.prolist ul li .tex{
	width:100%;
	position:absolute;
	left:0px;
	bottom:60px;
	z-index:11;
	padding-left:126px;
	display:flex;
	align-items: center;
	font-size:16px;
	line-height:24px;
	color:#fff;
	font-family: Source;
}
.prolist ul li .tex div dl dt{
	font-size:36px;
	line-height:52px;
	color:#D48132;
}
.prolist ul li .tex div dl dd{
	margin-top:10px;
	color:#D48132;
	margin-bottom:40px;
	font-family:'微软雅黑';
}
.prolist ul li .tex i{
	color:#DC4128;
}
.prolist ul li .tex .goumai{
	display:flex;
	
}
.prolist ul li .tex .goumai a{
	width: 128px;
	height: 40px;
	background: #ae793b;
	line-height:40px;
	text-align:center;
	font-size:14px;
	color:#fff;

	
}
.nytitle3{
	width:100%;
	float:left;
	margin-top:80px;
	font-family: Source;
}
.nytitle3 dl dt{
	font-size:40px;
	line-height:57px;
	text-align:center;
}
.nytitle3 dl dd{
	display:flex;
	justify-content: center;
	margin-top:20px;
}
.nytitle3 dl dd div{
	width:62.7%;
	font-size:15px;
	line-height:35px;
	text-align:center;
}
.cpshow01{
	width:100%;
	float:left;
	margin-top:40px;
}
.cpshow01 img{
	max-width:100%;
	height:auto;
}

.cpshow02{
	width:100%;
	float:left;
	margin-bottom:80px;
	margin-top:80px;
}
.cpshow02 h1{
	display:flex;
	width:100%;
	float:left;
}
.cpshow02 h1 img{
	width:100%;
	height:auto;
}
.cpshow02 .a01{
	width:100%;
	border-right: 1px solid #d48132;
	border-left: 1px solid #d48132;
	padding:0px 100px;
	float:left;
}
.cpshow02 .a01 ul li{
	width:100%;
	float:left;
	display: flex;
	padding-bottom:40px;
	border-bottom:1px solid #E0E0E0;
	margin-top:40px;
	font-size:16px;
	font-family: Source;
	color:#666;
	align-items: flex-start;
}
.cpshow02 .a01 ul li div{
	margin-right:10px;
	width:auto;
	line-height:29px;
	display:flex;
	flex-wrap: wrap;
}
.cpshow02 .a01 ul li div:nth-child(2){
	min-width:130px;
}
.cpshow02 .a01 ul li div i{
	margin-right:38px;
}
.cpshow02 .a01 ul li div b{
	margin-right:30px;
	font-size:20px;
	color:#333;
}

.cpshow02 .a01 ul li:last-child{
	border-bottom:0px;
}
.pp01{
	width:100%;
	float:left;
}
.pp01 img{
	width:100%;
	height:auto;
	display:block;
}
.pp02{
	width:100%;
	float:left;
	padding:128px 0px;
	background-image:url(../img/p02.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.pp02 .a01{
	width:100%;
	float:left;
	color:#FFF;
}
.pp02 .a01 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pp02 .a01 ul li{
	width:41%;
	font-size:16px;
	line-height:30px;
}
.pp02 .a01 ul li h1{
	font-size:40px;
	line-height:57px;
	display: flex;
	align-items: flex-end;
	color:#FFF;
	font-family: Source;
}
.pp02 .a01 ul li h1 img{
	margin-left:10px;
}
.pp02 .a01 ul li h2{
	height: 66px;
	background: #d48132;
	margin-top:20px;
	font-size:20px;
	letter-spacing: 2px;
	font-weight:normal;
	margin-bottom:40px;
	line-height:66px;
	text-align:center;
}

.pp02 .a02{
	width:100%;
	float:left;
	margin-top:80px;
	font-size:16px;
	line-height:30px;
	color:#FFF;
}
.pp02 .a02 h1{
	margin-bottom:40px;
	font-size:40px;
	line-height:57px;
	font-family: Source;
}

.pp03{
	width:100%;
	float:left;
	padding-top:140px;
	padding-bottom:80px;
	background-image:url(../img/ab02.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	color:#FFF;
}
.pp03 .a01{
	width:100%;
	float:left;
	padding-bottom:60px;
	border-bottom:1px solid rgba(255,255,255,0.3);
}
.pp03 .a01 dl dt{
	font-size:40px;
	line-height:69px;
	font-family: Source;
	margin-bottom:20px;
}
.pp03 .a01 dl dd{
	display:flex;
}
.pp03 .a01 dl dd div{
	width:56%;
	font-size:20px;
	line-height:44px;
}
.pp03 .a02{
	width:100%;
	float:left;
	margin-top:80px;
}
.pp03 .a02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pp03 .a02 ul li{
	width:30%;
}
.pp03 .a02 ul li dl dt{
	height: 66px;
	background: #d48132;
	font-size:20px;
	color:#FFF;
	margin-bottom:40px;
	line-height:66px;
	text-align:center;
}
.pp03 .a02 ul li dl dd{
	font-size:14px;
	line-height:30px;
}
.pp03 .a03{
	width:100%;
	float:left;
	margin-top:40px;
	display:flex;
}
.pp03 .a03 div{
	width:63%;
	color:#D48132;
	font-size:16px;
	line-height:35px;
}

.pp04{
	width:100%;
	float:left;
	padding:140px 0;
	background-image:url(../img/ab02.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	color:#FFF;
}
.pp04 .a01{
	width:100%;
	float:left;
	color:#FFF;
}
.pp04 .a01 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pp04 .a01 ul li{
	width:46%;
	padding:40px 0px;
	border-bottom:1px solid rgba(255,255,255,0.20);
}
.pp04 .a01 ul li dl dt{
	font-size:40px;
	line-height:57px;
	font-family: Source;
}
.pp04 .a01 ul li dl dt i{
	margin-left:20px;
	color:rgba(255,255,255,0.60);
	font-size:20px;
}
.pp04 .a01 ul li dl dd{
	margin-top:20px;
	font-size:14px;
	line-height:35px;
	font-weight:bold;
}
.pp04 .a01 ul li .tel{
	width:100%;
	height: 66px;
	background: #d48132;
	line-height:66px;
	font-size:20px;
	font-weight:bold;
	text-align:center;
}
.pp04 .a01 ul li .tel img{
	margin-right:35px;
	vertical-align:middle;
}
.pp04 .a01 ul li:last-child{
	padding-top:80px;
}

.pp05{
	width:100%;
	float:left;
	padding:140px 0;
	background-image:url(../img/p05.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	color:#FFF;
}
.pp05 h1{
	font-size:40px;
	line-height:57px;
	margin-bottom:50px;
	font-family: Source;
}
.pp05 dl dt{
	font-size:40px;
	line-height:57px;
	font-family: Source;
}
.pp05 dl dd{
	margin-top:20px;
	font-size:16px;
}
.pp05 ul{
	margin-top:30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pp05 ul li{
	width:31.4%;
	margin-top:30px;
}
.pp05 ul li:nth-child(4){
	width:100%;
}
.jmbk{
	width:100%;
	height: 66px;
	border: 1px solid rgba(255,255,255,0.60);
	line-height:66px;
	padding-left:28px;
	font-size:14px;
	font-family:'微软雅黑';
	color:#FFF;
	outline:none;
	background-color:transparent;
}
.jmanniu{
	width: 230px;
	height: 60px;
	background: #d48132;
	border:0px;
	cursor:pointer;
	line-height:60px;
	text-align:center;
	font-size:18px;
	color:#FFF;
}

.zp{
	width: 100%;
	float: left;
	margin-top: 40px;
	margin-bottom: 70px;
}
	
.subNavBox4{
	width:100%;
	float:left;
	border: 1px solid #bdbdbd;
}
.subNavBox4 h1{
	HEIGHT:58px;
	line-height: 58px;
	display: flex;
	font-size:16px;
	background-color: #d48132;
	font-weight: normal;
	color: #FFFFFF;
	justify-content: space-between;
}
.subNavBox4 h1 i{
	width: 20%;
	padding-left:60px;
}
.subNav4{
	width:100%; 
	float:left; 
	HEIGHT:58px;
	display: flex;
	justify-content: space-between;
	CURSOR: pointer; 
	text-align:left; 
	border-bottom:1px solid #bdbdbd;
	line-height:58px; 
	font-size:14px;
}
.subNav4 i{ 
	padding-left:60px;
	width: 20%;
}
.subNav4:hover{float:left; }
.currentDd4{}
.currentDd4 i{
	color: #d48132;
}
.navContent4{
	display: none;
	float:left; 
	width:100%; 
	padding:40px 60px; 
	line-height:30px; 
	font-size:14px;
	background-color: #fcf7e7;
}
.navContent4 .a01{
	padding-bottom:30px;
	border-bottom:1px solid #E0E0E0;
	justify-content: space-between;
	display:flex;
	flex-wrap: wrap;
}
.navContent4 .a01 div{
	width:25%;
}
.navContent4 .a02{
	margin-top:20px;
	width:100%;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.navContent4 .a02 div{
	width:100%;
}
.red{
	color: #d48132;
}






.yel{
	color:#D48132;
}
.mart30{
	margin-top:30px;
}
.mart20{
	margin-top:20px;
}
.mart40{
	margin-top:40px;
}
.mart60{
	margin-top:60px;
}
.header2{
	display: none;
}
.moblie{
	display:none;
}
.cpnr img{ max-width:100%;}	

.cpbt{
	width: 100%;
	height: auto;
	float: left;
	transition: all 0.6s;
	font-family: Source;
}
.cpbt h1{
	font-size:40px;
	line-height:57px;
	margin-bottom:20px;
	text-align:center;
}
.cpbt h2{
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	text-align:center;
}
.cpbt h2 div{
	width:47%;
	font-size:16px;
	line-height:35px;
	font-weight:normal;
}
.gz01{
	width:100%;
	float:left;
	margin-top:140px;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gz01 .tex{
	width:30%;
	font-size:16px;
	line-height:24px;
	color:#666;
}
.gz01 .tex dl dt{
	font-size:40px;
	line-height:57px;
	font-family: Source;
	color:#333;
}
.gz01 .tex dl dd{
	font-size:16px;
	line-height:24px;
	font-family: Source;
	color:#999;
	padding-bottom:40px;
	border-bottom:1px solid rgba(0,0,0,0.1);
	position:relative;
	margin-bottom:40px;
}
.gz01 .tex dl dd i{
	width:57px;
	height:2px;
	position:absolute;
	bottom:0;
	left:0;
	background-color:#D48132;
}
.gz01 .tex p{
	margin-top:20px;
}
.gz01 .tex .ewm{
	margin-top:54px;
	display:flex;
}
.gz01 .tex .ewm div{
	text-align:center;
}
.gz01 .pic{
	width:65%;
}
.gz01 .pic img{
	width:100%;
	height:auto;
	display:block;
}

.yyzx{
	width:100%;
	float:left;
	margin-top:25px;
	font-family: Source;
	font-size:18px;
	line-height:24px;
	text-align:center;
}
.yyzx h1{
	font-size:24px;
	line-height:34px;
	margin-top:40px;
	margin-bottom:24px;
}
.yyzx .pic{ width:100%; position:relative;}
.yyzx .pic img{
	width:100%;
	height:auto;
	display:block;
}
.yyzx .pic .tex{ width:100%; height: 131px;background: rgba(0,0,0,0.10);backdrop-filter: blur(25px); position:absolute; left:0; bottom:0; z-index:11; display:flex;justify-content: center;flex-wrap: wrap; align-items: center; font-size:18px; color:#fff;}
.yyzx .pic .tex div{display:flex;align-items: center; margin-left:30px; margin-right:30px;}
.yyzx .pic .tex div img{ width: auto; height:auto; margin-right:5px;}
.xtu{
	width:100%;
	float:left;
	margin-top:100px;
	margin-bottom:100px;
}
.xtu ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.xtu ul li{
	width:auto;
	margin-left:26px;
	margin-right:26px;
}
.xtu ul li img{
	max-width:100%;
}


.mobile{ display:none}






}

@media (min-width:1440px) and (max-width:1919px) {
.innav ul li a{ padding:10px 35px;}
.insm{ display:none;}
.innav ul li a{ padding:10px 35px;}
.inabout .a01{
	width:100%;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top:15vh;
	display:flex;
}
.inabout .a01 div{
	font-size:40px;
	line-height:50px;
	color:#FFF;
	text-align:center;
	letter-spacing: 0.96px;
}
.inabout .a02{
	width:100%;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top:40px;
	display:flex;
}
.inabout .a02 div{
	font-size:18px;
	line-height:28px;
	color:#FFF;
	text-align:center;
	width:71.56%;
}
.inabout .a03{
	width:100%;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top:20px;
	display:flex;
}
.inabout .a03 div{
	font-size:12px;
	line-height:26px;
	color:#FFF;
	text-align:center;
	width:100%;
}

.inabout .more{
	width:100%;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top:40px;
	display:flex;
}
.nybanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	z-index:11;
	top:40px;
	left:0;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.innew{
	width:100%;
	float:left;
	margin-top:40px;
}
.incontact{
	width:100%;
	float:left;
	margin-top:0px;
}
.incontact .a01{
	width:100%;
	position:relative;
	font-family: Source;
}
.incontact .a01 .xlog{
	width:43px;
	height:58px;
	background-image:url(../img/x01.png);
	background-position:center;
	background-repeat:no-repeat;
	position:absolute;
	left:-51px;
	top:0;
	z-index:11;
}
.incontact .a01 dl dt{
	font-size:24px;
	line-height:40px;
	color:#fff;
}
.incontact .a01 dl dd{
	font-size:36px;
	line-height:50px;
	color:#FFF;
}
.incontact .a02{
	width:100%;
	margin-top:1.875vw;
	display:flex;
}
.incontact .a02 div{
	width:32.65%;
	font-size:14px;
	line-height:25px;
	color:#FFF;
}
.incontact .a03{
	width:100%;
	margin-top:30px;
	display:flex;
}
.incontact .a03 .pic{
	width:auto;
	min-width:129px;
	margin-right:4.0vw;
	text-align:center;
}
.incontact .a03 .pic dl dt{
	overflow:hidden;
}
.incontact .a03 .pic dl dt img{
	width:100%;
	height:auto;
	display:block;
}
.incontact .a03 .pic dl dd{
	margin-top:15px;
	font-size:16px;
	line-height:24px;
	color:#FFF;
}
.incontact .a03 .tex{
	width:auto;
	font-size:16px;
	line-height:24px;
	color:#FFF;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.incontact .a03 .tex p{
display: flex;
	flex-wrap: wrap;
	align-items: center;
		margin-top:10px;
	
}
.incontact .a03 .tex img{ margin-right:10px; float:left;
}

.incontact .a03 .tex p:first-child{
	margin-top:0px;
}
.incontact .a04{
	width:100%;
	margin-top:6vh;
	font-size:14px;
	line-height:18px;
	color:rgba(255,255,255,0.6)
}

}

@media (min-width:1000px) and (max-width:1439px) {
.innav ul li a{ padding:10px 35px;}
.insm{ display:none;}
.innav ul li a{ padding:10px 35px;}
.inabout .a01{
	width:100%;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top:10vh;
	display:flex;
}
.inabout .a01 div{
	font-size:32px;
	line-height:45px;
	color:#FFF;
	text-align:center;
	letter-spacing: 0.96px;
}
.inabout .a02{
	width:100%;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top:30px;
	display:flex;
}
.inabout .a02 div{
	font-size:12px;
	line-height:22px;
	color:#FFF;
	text-align:center;
	width:80%;
}
.inabout .a03{
	width:100%;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top:20px;
	display:flex;
}
.inabout .a03 div{
	font-size:10px;
	line-height:26px;
	color:#FFF;
	text-align:center;
	width:100%;
}

.inabout .more{
	width:100%;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top:6vh;
	display:flex;
}
.inabout .more a{
	width:150px;
	height:50px;
	background-image:url(../img/lmbj3.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:100%;
	text-align:center;
	line-height:50px;
	font-size:14px;
	color:#FFF;
}
.inabout .more a:hover{
	width:150px;
	height:50px;
	background-image:url(../img/lmbj2.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:100%;
	text-align:center;
	line-height:50px;
	font-size:14px;
	color:#422D2B;
}

.nybanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	z-index:11;
	top:40px;
	left:0;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.nybanner .tex dl{
	display:flex;
	font-family: Source;
	align-items: flex-start;
	
}
.nybanner .tex dl dt{
	width:45px;
	font-size:32px;
	line-height:45px;
	color:#FFF;
	margin-top:-12px;
}
.nybanner .tex dl dd{
	width:auto;
	font-size:18px;
	color:rgba(255,255,255,0.6);
	margin-left:1px;
	margin-top:0px;
	writing-mode: vertical-lr;
}
.nybanner .tex dl dd.new{
	margin-left:1px;
		margin-top:0px;
}
.nybanner .tex dl dd.jm{
	margin-left:-70px;
	margin-top:100px;
}
.nybanner .tex dl dd.con{
	margin-left:-30px;
	margin-top:65px;
}



.innew{
	width:100%;
	float:left;
	margin-top:20px;
}
.incontact{
	width:100%;
	float:left;
	margin-top:0px;
}
.incontact .a01{
	width:100%;
	position:relative;
	font-family: Source;
}
.incontact .a01 .xlog{
	width:43px;
	height:58px;
	background-image:url(../img/x01.png);
	background-position:center;
	background-repeat:no-repeat;
	position:absolute;
	left:-51px;
	top:0;
	z-index:11;
}
.incontact .a01 dl dt{
	font-size:18px;
	line-height:30px;
	color:#fff;
}
.incontact .a01 dl dd{
	font-size:30px;
	line-height:40px;
	color:#FFF;
}
.incontact .a02{
	width:100%;
	margin-top:3vh;
	display:flex;
}
.incontact .a02 div{
	width:32.65%;
	font-size:14px;
	line-height:25px;
	color:#FFF;
}
.incontact .a03{
	width:100%;
	margin-top:10px;
	display:flex;
}
.incontact .a03 .pic{
	width:auto;
	min-width:129px;
	margin-right:4.0vw;
	text-align:center;
}
.incontact .a03 .pic dl dt{
	overflow:hidden;
}
.incontact .a03 .pic dl dt img{
	width:100%;
	height:auto;
	display:block;
}
.incontact .a03 .pic dl dd{
	margin-top:15px;
	font-size:16px;
	line-height:24px;
	color:#FFF;
}
.incontact .a03 .tex{
	width:auto;
	font-size:16px;
	line-height:24px;
	color:#FFF;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.incontact .a03 .tex p{
display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top:10px;
	
}
.incontact .a03 .tex img{ margin-right:10px; float:left;
}

.incontact .a03 .tex p:first-child{
	margin-top:0px;
}
.incontact .a04{
	width:100%;
	margin-top:2vh;
	font-size:14px;
	line-height:18px;
	color:rgba(255,255,255,0.6)
}


}


@media (max-width:999px) {
.tanchu{
	display:none; 
	left:0px;
	top: 0;
	width:100%;
	height: 100%;
	z-index:9999;
	position: fixed;
	background-color: rgba(0,0,0,0.6);
	padding-top: 20vh;
}
.tcxs{ display: block; }
.spnr{ width:90%; margin-left:5%; margin-right:5%; position:relative;}
.close2{ width:100%; float:left;margin-bottom:10px;}
.close2 a{
float:right;
width: 32px;
height: 32px;
background-image: url(../img/Close.png);
background-position: center;
background-repeat: no-repeat;
}

.pc{
	display:none;
}
.header{
	display: none;
}
.header2{ 
	width:100%; 
	float:left; 
	height:4rem; 
	line-height:4rem;
	background-color: #FFFFFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10); 
}
.logo{ 
	width:100%; 
	float:left; 
	height:4rem; 
	text-align:center;
}
.logo span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.logo img{ 
	max-width:70%; 
	max-height:3rem; 
	vertical-align:middle; 
	margin-left:5%;
}
.nav2{ 
	width:60%; 
	float:right; 
	line-height:110px; 
	height:110px; 
	text-align:right;
}
.nav2 a{ 
	width: auto; 
	font-size:16px; 
	margin-right:5%;
}
.nav-bar2 { 
	width:4rem; 
	height:4rem; 
	position:absolute; 
	z-index:11; 
	left:0%; 
	top:0; 
	text-align:center;
}
.nav-bar2 img{ 
	max-width:40%; 
	max-height:1.5rem; 
	vertical-align:middle;
}
.nav-bar2 span{ 
	display:inline-block; 
	height:100%; 
	vertical-align:middle;
}
.nav-bg { 
	width:0px; 
	height: auto; 
	overflow:hidden; 
	position: absolute; 
	right:0px; 
	top:0; 
	z-index:998;
}
.v_close { 
	display:block; 
	position: absolute; 
	top: 3%; 
	left:5%; 
	z-index:102;  
	width: 15px; 
	height: 15px; 
	background:url(../img/close2.png) no-repeat; 
	background-size:100% 100%; 
	display:none;
}
.nav { 
	margin:0 0 0 0;
}
.subNavBox3{
	width:65%;
	float:right; 
	background:#fff;  
	padding-bottom:4rem;
}
.subNavBox3 h1{ 
	text-align:center; 
	height:5rem; 
	background:#ffffff;
}
.subNavBox3 h1 span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.subNavBox3 h1 img{ 
	max-width:80%; 
	max-height:3rem; 
	vertical-align:middle;
} 
.subNav3{
	width:95%; 
	float:left; 
	HEIGHT:3.0rem;
	DISPLAY: block;  
	CURSOR: pointer; 
	padding-left:5%;
	text-align:left; 
	border-bottom:1px solid #e0e0e0; 
	line-height:3.0rem; 
	font-size:1.0rem;
}
.subNav3 i{ 
	padding:0.3rem; 
	background:url(../img/xjt2.png) no-repeat center / contain; 
	margin-right:1rem; 
	float:right; 
	margin-top:1.2rem;
}
.subNav3:hover{float:left; }
.currentDd3{background: #f8f8f8;}
.currentDd3 i{
	background:url(../img/xjt2.png) no-repeat center / contain;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	-webkit-transition:all .25s ease 0s;
	-moz-transition:all .25s ease 0s;
	-o-transition:all .25s ease 0s;
	transition:all .25s ease 0s;
}
.navContent3{
	display: none;
	float:left; 
	width:90%; 
	padding:0.5rem 5% 1rem 5%; 
	line-height:2.0rem; 
	font-size:0.9rem; 
	padding-bottom:0px;
}

.main{ 
	width:90%; 
	float:left; 
	margin-left:5%; 
	margin-right:5%;
}
.main2{ 
	width:90%; 
	float:left; 
	margin-left:5%; 
	margin-right:5%;
}

.index01{
	width: 100%;
	float: left;
}

.index02{
	width: 100%;
	float: left;
	background-image:url(../img/ab01.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding-bottom:3.0rem;
}
.inabout{
	width:100%;
	font-family: Source;
}
.inabout .a01{
	width:100%;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top:3.0rem;
	display:flex;
}
.inabout .a01 div{
	font-size:1.5rem;
	line-height:2.0rem;
	color:#FFF;
	text-align:center;
	letter-spacing: 0.96px;
	position:relative;
}
.inabout .a01 div span{
width:14px; 
height:14px;
border-radius:50%;
border:4px solid #D48132;
position:absolute;
bottom:5px;
right:-24px;
z-index:11;
}
.inabout .a02{
	width:100%;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top:2.0rem;
	display:flex;
}
.inabout .a02 div{
	font-size:1.0rem;
	line-height:1.5rem;
	color:#FFF;
	text-align:center;
	width:90%;
}
.inabout .a03{
	width:100%;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top:1.5rem;
	display:flex;
}
.inabout .a03 div{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#FFF;
	text-align:center;
	width:100%;
}
.inabout .more{
	width:100%;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top:6.66vw;
	display:flex;
}
.inabout .more a{
	width:8.0rem;
	height:2.3rem;
	background-image:url(../img/lmbj3.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% 100%;
	text-align:center;
	line-height:2.3rem;
	font-size:0.8rem;
	color:#FFF;
}



.index03{
	width: 100%;
	float: left;
	background-color:#FFFEF2;
}
.protex{
	width:100%;
	float:left;
	margin-top:1.5rem;
}

.index04{
	width: 100%;
	float: left;
	background-image:url(../img/ab02.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	margin-top:3.0rem;
	padding:3.0rem 0px;
}

.intiitle{
	width:100%;
	float:left;
	margin-top:1.25rem;
	font-family: Source;
}
.intiitle dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	color:#D48132;
	text-align:center;
}
.intiitle dl dd{
	margin-top:0.5rem;
	font-size:1.2rem;
	line-height:1.5rem;
	text-align:center;
	color:#fff;
}
.inzlm{
	width:100%;
	float:left;
	margin-top:2.0rem;
	font-family: Source;
}
.inzlm ul{
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	display:flex;
}
.inzlm ul li{
	width: auto;
	display:flex;
	margin-left:0.2rem;
	margin-right:0.2rem;
}
.inzlm ul li a{
	width:8.0rem;
	height:2.3rem;
	text-align:center;
	line-height:2.3rem;
	background-image:url(../img/lmbj3.png);
	background-position:center;
	background-size:100% 100%;
	color:#fff;
	font-size:0.8rem;
}
.inzlm ul li a:hover{
	background-image:url(../img/lmbj2.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% 100%;
	color:#422D2B;
}
.inzlm ul li .cur{
	background-image:url(../img/lmbj2.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% 100%;
	color:#422D2B;
}
.insm{
	width:100%;
	float:left;
	margin-top:3.0rem;
	display:flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	color:#fff;
}
.insm div{
	width:90%;
	text-align:center;
	font-size:0.8rem;
	line-height:1.5rem;
}
.innew{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.innew ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innew ul li{
	width:calc(33.33% - 2.0vw);
}
.innew ul li dl dt{
	overflow:hidden;
}
.innew ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.innew ul li:hover dl dt img{
	transform: scale(1.05);
}
.innew ul li dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#FFF;
	text-align:center;
	margin-top:0.5rem;
	 text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index05{
	width: 100%;
	float: left;
	background-image: url(../img/ab03.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding:3.0rem 0px;
}
.incontact{
	width:100%;
	float:left;
}
.incontact .a01{
	width:100%;
	position:relative;
	font-family: Source;
	padding:0px 2.0rem;
}
.incontact .a01 .xlog{
	width:2.0rem;
	height:2.0rem;
	background-image:url(../img/x01.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	position:absolute;
	left:0rem;
	top:0;
	z-index:11;
}
.incontact .a01 dl dt{
	font-size:1.0rem;
	line-height:2.0rem;
	color:#fff;
}
.incontact .a01 dl dd{
	font-size:2.0rem;
	line-height:2.0rem;
	color:#FFF;
}
.incontact .a02{
	width:100%;
	margin-top:1.0rem;
	display:flex;
}
.incontact .a02 div{
	width:90%;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#FFF;
}
.incontact .a03{
	width:100%;
	margin-top:2.0rem;
	display:flex;
	flex-wrap: wrap;
}
.incontact .a03 .pic{
	width:100%;
	margin-right:1.0rem;
	text-align:center;
	
}
.incontact .a03 .pic dl dt{
	overflow:hidden;
}
.incontact .a03 .pic dl dt img{
	width:50%;
	height:auto;
}
.incontact .a03 .pic dl dd{
	margin-top:0.5rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#FFF;
}
.incontact .a03 .tex{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#FFF;
	margin-top:1.0rem;
}

.incontact .a03 .tex p{
display: flex;
	flex-wrap: wrap;
	align-items: center;
		margin-top:0.5rem;
	
}
.incontact .a03 .tex img{ margin-right:20px; float:left;
}
.incontact .a03 .tex p:first-child{
	margin-top:0px;
}
.incontact .a04{
	width:100%;
	margin-top:3.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:rgba(255,255,255,0.6)
}
.nybanner{
	width:100%;
	float:left;
	position:relative;
	margin-top:4.0rem;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	z-index:11;
	top:0;
	left:0;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.nybanner .tex dl{
	font-family: Source;
	text-align:center;
}
.nybanner .tex dl dt{
	font-size:1.5rem;
	line-height:2.0rem;
	color:#FFF;
}
.nybanner .tex dl dd{
	width:auto;
	font-size:1.0rem;
	color:rgba(255,255,255,0.6);
	margin-top:0.5rem;
}
.nybanner .tex dl dd.new{
	
}
.nybanner .tex dl dd.jm{
	
}
.nybanner .tex dl dd.con{
	
}
.nyab01{

	width:100%;
	float:left;
	background-image:url(../img/abj01.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size:cover;
	height: auto;
	padding-bottom:5.0rem;
}
.nytitle{
	width:100%;
	float:left;
	margin-top:2.0rem;
	font-family: Source;
}
.nytitle dl dt{
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	font-size:1.2rem;
	line-height:2.0rem;
	color:#333;
}
.nytitle dl dt i{
	width:1px;
	height:0.5rem;
	background-color:#333333;
	margin-left:0.3rem;
	margin-right:0.3rem;
}
.nytitle dl dd{
	margin-top:0.6rem;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
}
.nytitle dl dd div{
	max-width:90%;
	font-size:0.8rem;
	line-height:1.2rem;
	color:#999;
	text-align:center;
}
.yuanqi{
	width:100%;
	float:left;
	margin-top:1.5rem;
	font-size:0.8rem;
	line-height:1.5rem;
	font-family: Source;
	text-align:center;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
}
.yuanqi div{
	width:90%;
}
.play{
	max-width:30%;}
.nyzlm{
	width:100%;
	float:left;
	margin-top:2.0rem;
	font-family: Source;
}
.nyzlm ul{
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	display:flex;
}
.nyzlm ul li{
	width:auto;
	display:flex;
	margin-left:10px;
	margin-right:10px;
}
.nyzlm ul li a{
	width:8.0rem;
	height:2.3rem;
	text-align:center;
	line-height:2.3rem;
	background-image:url(../img/lmbj.png);
	background-position:center;
	background-size:100% 100%;
	background-repeat:no-repeat;
	color:#D48132;
	font-size:0.8rem;
}
.nyzlm ul li a:hover{
	background-image:url(../img/lmbj2.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% 100%;
	color:#422D2B;
}
.nyzlm ul li .cur{
	background-image:url(../img/lmbj2.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% 100%;
	color:#422D2B;
}
.abgdt{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.abgdt img{
	width:100%;
	height:auto;
	display:block;
}
.fzlc{
	width:100%;
	float:left;
	background-image:url(../img/sx.jpg);
	background-position:center;
	background-repeat:repeat-y;
	margin-top:1.5rem;
}
.fzlc ul li{
	width:100%;
	float:left;
	height: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	position:relative;
	margin-top:2.0rem;
}
.fzlc ul li .date{
	width:calc(50% - 2.0rem);
	font-size:1.2rem;
	line-height:2.0rem;
	color:#D48132;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
}
.fzlc ul li .tex{
	width:50%;
	font-family: Source;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#333;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.fzlc ul li .tex i{
	width:2.0rem;
	height:1px;
	background-color:#e0e0e0;
	margin-left:0.5rem;
	margin-right:0.5rem;
}
.fzlc ul li:nth-child(2n) .date{
	text-align:right;
}
.fzlc ul li:nth-child(2n) .tex{
	justify-content: flex-start;
}
.fzlc ul li .quan{
	width:1.0rem;
	height:1.0rem;
	background-image:url(../img/quan.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	left:calc(50% - 0.5rem);
	top:calc(50% - 0.5rem);
	position:absolute;
	z-index:11;
}
.fzlc ul li .qishi{
	width:2.0rem;
	height:2.0rem;
	position:absolute;
	left:calc(50% - 1.0rem);
	background-image:url(../img/ks.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	top:0;
	z-index:11;
}
.fzlc ul li .qishi2{
	width:2.0rem;
	height:2.0rem;
	position:absolute;
	left:calc(50% - 1.0rem);
	background-image:url(../img/js.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	bottom:0;
	z-index:11;
}
.fzlc ul li:hover{
	background: #d48132;
	border-radius: 50px;
}
.fzlc ul li:hover .date{
	color:#FFF;
}
.fzlc ul li:hover .tex{
	color:#FFF;
}
.fzlc ul li:first-child{
	margin-top:0px;}
.fzlc ul li:first-child:hover{
	background-color:transparent;
	margin-top:0px;}
.fzlc ul li:last-child:hover{
	background-color:transparent;
}

.zyry{
	width:100%;
	float:left;
	height: auto;
	background-image:url(../img/abj02.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	flex-wrap: wrap;
	margin-top:2.0rem;
	padding:3.0rem 0px;
}
.zyry01{
	width:100%;
}

.nytitle2{
	width:100%;
	float:left;
	font-family: Source;
}
.nytitle2 dl dt{
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	font-size:1.2rem;
	line-height:2.0rem;
	color:#fff;
}
.nytitle2 dl dt i{
	width:1px;
	height:0.5rem;
	background-color:#fff;
	margin-left:0.3rem;
	margin-right:0.3rem;
}
.nytitle2 dl dd{
	margin-top:1.0rem;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
}
.nytitle2 dl dd div{
	max-width:90%;
	font-size:0.8rem;
	line-height:1.2rem;
	color:#999999;
	text-align:center;
}
.yuanqi2{
	width:100%;
	float:left;
	margin-top:1.5rem;
	font-size:0.8rem;
	line-height:1.5rem;
	font-family: Source;
	text-align:center;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	color:#FFF;
}
.yuanqi2 div{
	width:90%;
}
.jiangz{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.jiangz ul{
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
}
.jiangz ul li{
	margin-left:0.5rem;
	margin-right:0.5rem;
	max-width:25%
}
.jiangz ul li img{
	max-height:3.0rem;
}
.zzrz{
	width:100%;
	float:left;
	height: auto;
	background-image:url(../img/abj03.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding-bottom:3.0rem;
}
.logo2{
	width:100%;
	float:left;
	text-align:center;
	margin-top:3.0rem;
}
.logo2 img{
	max-width:20%;
}
.foot{
	width:100%;
	padding:2.0rem 0;
	float:left;
	background-image:url(../img/footbj.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01 .a01{
	width:auto;
	font-size:0.8rem;
	line-height:1.5rem;
	color:rgba(255,255,255,0.6);
}
.foot01 .a01 dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
	color:#FFF;
	font-family: Source;
}
.foot01 .a01 dl dd{
	font-size:2.0rem;
	line-height:2.5rem;
	color:#FFF;
	font-family: Source;
	margin-bottom:2.0rem;
}
.foot01 .a02{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#FFF;
	margin-top:2.0rem
}
.foot01 .a02 p{
	display:flex;
	margin-top:0.5rem;
	align-items: center;
}
.foot01 .a02 p img{
	margin-right:0.5rem;
}
.foot01 .a02 p:first-child{
	margin-top:0px;
}
.foot01 .a03{
	width:100%;
	text-align:center;
	margin-top:2.0rem;
}
.foot01 .a03 dl dt{
	overflow:hidden;
}
.foot01 .a03 dl dt img{
	max-width:50%;
	height:auto;
}
.foot01 .a03 dl dd{
	margin-top:0.5rem;
	text-align:center;
	font-size:0.8rem;
	color:#FFF;
}

.newlist{
	width:100%;
	float:left;
}
.newlist ul li{
	width:100%;
	float:left;
	padding-bottom:1.5rem;
	border-bottom:1px solid rgba(0,0,0,0.1);
	margin-top:1.5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.newlist ul li .pic{
	min-width:29.6%;
	overflow:hidden;
	margin-right:1.0rem;
	max-width:29.6%;
}
.newlist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.newlist ul li:hover .pic img{
	transform: scale(1.05);
}
.newlist ul li .tex{
	width:70%;
	text-align:left;
}
.newlist ul li .tex dl dt{
	font-size:0.8rem;
	line-height:1.5rem;
	font-family: Source;
}
.newlist ul li .tex dl dd{
	margin-top:20px;
	font-size:14px;
	color:#666;
	line-height:25px;
	display:none
}
.newlist ul li .tex .more{
	display:flex;
	margin-top:30px;
	display:none
}
.newlist ul li .tex .more a{
	width: 150px;
	height: 36px;
	text-align:center;
	line-height:36px;
	background-image:url(../img/lmbj.png);
	background-position:center;
	background-size:100% 100%;
	color:#D48132;
}
.newlist ul li .tex .more a:hover{
	background-image:url(../img/lmbj2.png);
	background-position:center;
	background-size:100% 100%;
	color:#422D2B;
}
.newlist ul li .date{
	min-width:60px;
	margin-right:60px;
	margin-left:110px;
	text-align:center;
	display:none
}
.newlist ul li .date dl dt{
	font-size:48px;
	font-family: anton;
	line-height:60px;
}
.newlist ul li .date dl dd{
	font-size:14px;
	line-height:18px;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
}
.fy{
	width: 100%;
	float: left;
	margin-top: 1.5rem;
	margin-bottom:2.0rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
}
.fy ul li{
	width: auto;
	text-align: center;
	color: #606266;
	font-size: 0.8rem;
	font-family: "宋体";
}
.fy ul li a{
	padding:0.2rem 0.5rem;
	color: #606266;
	width: 100%;
}
.fy ul li a:hover{
	color: #FFFFFF;
	background: #D48132;
}
.fy ul li .cur{
	color: #FFFFFF;
	background: #D48132;
}
.dqwz{
	width:100%;
	float:left;
	margin-top:2.0rem;
	padding-bottom:0.5rem;
	border-bottom:1px solid #E0E0E0;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#828282;
}
.newtitle{
	width:100%;
	float:left;
	margin-top:2.0rem;
	font-family: Source;
	font-size:1.2rem;
	line-height:1.5rem;
}
.newdate{
	width:100%;
	float:left;
	margin-top:2.0rem;
	color:#828282;
	font-size:0.8rem;
	line-height:1.5rem;
}
.newtex{
	width:100%;
	float:left;
	margin-top:1.5rem;
	font-size:0.8rem;
	line-height:1.5rem;
	margin-bottom:2.0rem;
}
.newtex img{
	max-width:100%;
	height:auto;
}
.fh{
	width:100%;
	display:flex;
	margin-top:1.5rem;
}
.fh a{
	width: 8.0rem;
	height: 2.3rem;
	line-height:2.3rem;
	text-align:center;
	background-image:url(../img/lmbj2.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% 100%;
	color:#422D2B;
	font-size:0.8rem;
	font-family: Source;
}
.prolist{
	width:100%;
	float:left;
	margin-top:1.0rem;
	margin-bottom:2.0rem;
}
.prolist ul li{
	width:100%;
	float:left;
	margin-top:1.0rem;
	background-color:#201002;
	position:relative;
}
.prolist ul li img{
	width:100%;
	height:auto;
	display:block;
}
.prolist ul li .tex{
	width: auto;
	height: auto;
	position:absolute;
	left:0px;
	bottom:2rem;
	z-index:11;
	padding-left:2.0rem;
	display:flex;
	align-items: center;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#fff;
	font-family: Source;
}
.prolist ul li .tex div dl dt{
	font-size:1.0rem;
	line-height:1.0rem;
	color:#D48132;
}
.prolist ul li .tex div dl dd{
	margin-top:0.2rem;
	color:#D48132;
	margin-bottom:1.0rem;
	font-family:'微软雅黑';
	font-size:0.8rem
}
.prolist ul li .tex i{
	color:#DC4128;
}
.prolist ul li .tex p{
	margin-top:0.2rem;
	display:none;
}
.prolist ul li .tex .goumai{
	display:flex;
	margin-top:1.0rem;
}
.prolist ul li .tex .goumai a{
	width: 6.0rem;
	height: 1.5rem;
	background: #ae793b;
	line-height:1.5rem;
	text-align:center;
	font-size:0.8rem;
	color:#fff;
}
.nytitle3{
	width:100%;
	float:left;
	margin-top:2.0rem;
	font-family: Source;
}
.nytitle3 dl dt{
	font-size:1.5rem;
	line-height:2.0rem;
	text-align:center;
}
.nytitle3 dl dd{
	display:flex;
	justify-content: center;
	margin-top:0.5rem;
}
.nytitle3 dl dd div{
	width:90%;
	font-size:0.8rem;
	line-height:1.5rem;
	text-align:center;
}
.cpshow01{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.cpshow01 img{
	max-width:100%;
	height:auto;
}

.cpshow02{
	width:100%;
	float:left;
	margin-bottom:2.0rem;
	margin-top:2.0rem;
}
.cpshow02 h1{
	display:flex;
	width:100%;
	float:left;
}
.cpshow02 h1 img{
	width:100%;
	height:auto;
}
.cpshow02 .a01{
	width:100%;
	border-right: 1px solid #d48132;
	border-left: 1px solid #d48132;
	padding:0px 1.0rem;
	float:left;
}
.cpshow02 .a01 ul li{
	width:100%;
	float:left;
	display: flex;
	padding-bottom:1.0rem;
	border-bottom:1px solid #E0E0E0;
	margin-top:1.0rem;
	font-size:0.8rem;
	font-family: Source;
	color:#666;
	align-items: flex-start;
}
.cpshow02 .a01 ul li div{
	margin-right:0.5rem;
	width:auto;
	line-height:1.5rem;
	display:flex;
	flex-wrap: wrap;
}
.cpshow02 .a01 ul li div img{
	max-height:1.5rem;
}
.cpshow02 .a01 ul li div:nth-child(2){
	min-width:5.5rem;
}
.cpshow02 .a01 ul li div i{
	margin-right:1.0rem;
}
.cpshow02 .a01 ul li div b{
	font-size:0.8rem;
	color:#333;
}

.cpshow02 .a01 ul li:last-child{
	border-bottom:0px;
}
.pp01{
	width:100%;
	float:left;
}
.pp01 img{
	width:100%;
	height:auto;
	display:block;
}
.pp02{
	width:100%;
	float:left;
	padding:3.0rem 0px;
	background-image:url(../img/p02.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.pp02 .a01{
	width:100%;
	float:left;
	color:#FFF;
}
.pp02 .a01 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pp02 .a01 ul li{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	margin-bottom:2.0rem;
}
.pp02 .a01 ul li h1{
	font-size:1.5rem;
	line-height:2.0rem;
	display: flex;
	align-items: flex-end;
	color:#FFF;
	font-family: Source;
}
.pp02 .a01 ul li h1 img{
	margin-left:0.5rem;
	max-height:2.0rem;
}
.pp02 .a01 ul li h2{
	height: 2.5rem;
	background: #d48132;
	margin-top:1.0rem;
	font-size:1.0rem;
	letter-spacing: 2px;
	font-weight:normal;
	margin-bottom:1.5rem;
	line-height:2.5rem;
	text-align:center;
}

.pp02 .a02{
	width:100%;
	float:left;
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#FFF;
}
.pp02 .a02 h1{
	margin-bottom:1.5rem;
	font-size:1.2rem;
	line-height:2.0rem;
	font-family: Source;
}

.pp03{
	width:100%;
	float:left;
	padding-top:3.0rem;
	padding-bottom:3.0rem;
	background-image:url(../img/ab02.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	color:#FFF;
}
.pp03 .a01{
	width:100%;
	float:left;
	padding-bottom:2.0rem;
	border-bottom:1px solid rgba(255,255,255,0.3);
}
.pp03 .a01 dl dt{
	font-size:1.5rem;
	line-height:2.0rem;
	font-family: Source;
	margin-bottom:1.0rem;
}
.pp03 .a01 dl dd{
	display:flex;
}
.pp03 .a01 dl dd div{
	width:90%;
	font-size:1.0rem;
	line-height:1.5rem;
}
.pp03 .a02{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.pp03 .a02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pp03 .a02 ul li{
	width:100%;
	margin-bottom:2.0rem;
}
.pp03 .a02 ul li dl dt{
	height: 2.5rem;
	background: #d48132;
	font-size:1.0rem;
	color:#FFF;
	margin-bottom:1.5rem;
	line-height:2.5rem;
	text-align:center;
}
.pp03 .a02 ul li dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
}
.pp03 .a03{
	width:100%;
	float:left;
	margin-top:1.5rem;
	display:flex;
}
.pp03 .a03 div{
	width:100%;
	color:#D48132;
	font-size:0.8rem;
	line-height:1.5rem;
}

.pp04{
	width:100%;
	float:left;
	padding:3.0rem 0;
	background-image:url(../img/ab02.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	color:#FFF;
}
.pp04 .a01{
	width:100%;
	float:left;
	color:#FFF;
}
.pp04 .a01 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pp04 .a01 ul li{
	width:100%;
	padding:1.5rem 0px;
	border-bottom:1px solid rgba(255,255,255,0.20);
}
.pp04 .a01 ul li dl dt{
	font-size:1.5rem;
	line-height:2.0rem;
	font-family: Source;
}
.pp04 .a01 ul li dl dt i{
	margin-left:0.5rem;
	color:rgba(255,255,255,0.60);
	font-size:1.0rem;
}
.pp04 .a01 ul li dl dd{
	margin-top:0.6rem;
	font-size:0.8rem;
	line-height:1.5rem;
	font-weight:bold;
}
.pp04 .a01 ul li .tel{
	width:100%;
	height: 2.5rem;
	background: #d48132;
	line-height:2.5rem;
	font-size:1.0rem;
	font-weight:bold;
	text-align:center;
}
.pp04 .a01 ul li .tel img{
	margin-right:0.5rem;
	vertical-align:middle;
}

.pp05{
	width:100%;
	float:left;
	padding:3.0rem 0;
	background-image:url(../img/p05.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	color:#FFF;
}
.pp05 h1{
	font-size:1.5rem;
	line-height:2.0rem;
	margin-bottom:2.0rem;
	font-family: Source;
}
.pp05 dl dt{
	font-size:1.5rem;
	line-height:2.0rem;
	font-family: Source;
}
.pp05 dl dd{
	margin-top:1.0rem;
	font-size:0.8rem;
}
.pp05 ul{
	margin-top:1.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pp05 ul li{
	width:100%;
	margin-top:1.0rem;
}
.pp05 ul li:nth-child(4){
	width:100%;
}
.jmbk{
	width:100%;
	height: 2.5rem;
	border: 1px solid rgba(255,255,255,0.60);
	line-height:2.5rem;
	padding-left:1.0rem;
	font-size:0.8rem;
	font-family:'微软雅黑';
	color:#FFF;
	outline:none;
	background-color:transparent;
}
.jmanniu{
	width: 8.0rem;
	height: 2.5rem;
	background: #d48132;
	border:0px;
	cursor:pointer;
	line-height:2.5rem;
	text-align:center;
	font-size:0.8rem;
	color:#FFF;
}

.zp{
	width: 100%;
	float: left;
	margin-top: 1.5rem;
	margin-bottom: 2.0rem;
}
	
.subNavBox4{
	width:100%;
	float:left;
	border: 1px solid #bdbdbd;
}
.subNavBox4 h1{
	HEIGHT:2.5rem;
	line-height: 2.5rem;
	display: flex;
	font-size:0.8rem;
	background-color: #d48132;
	font-weight: normal;
	color: #FFFFFF;
	justify-content: space-between;
	padding:0px 1.0rem;
}
.subNavBox4 h1 i{
	width: auto;
	display:none;
}
.subNavBox4 h1 i:first-child{
	display:block;
}
.subNavBox4 h1 i:last-child{
	display:block;
}
.subNav4{
	width:100%; 
	float:left; 
	HEIGHT:2.5rem;
	display: flex;
	justify-content: space-between;
	CURSOR: pointer; 
	text-align:left; 
	border-bottom:1px solid #bdbdbd;
	line-height:2.5rem; 
	font-size:0.8rem;
	padding:0px 1.0rem;
}
.subNav4 i{ 
	width: auto;
	display:none;
}
.subNav4 i:first-child{
	display:block;
}
.subNav4 i:last-child{
	display:block;
}
.subNav4:hover{float:left; }
.currentDd4{}
.currentDd4 i{
	color: #d48132;
}
.navContent4{
	display: none;
	float:left; 
	width:100%; 
	padding:1.0rem; 
	line-height:1.5rem; 
	font-size:0.8rem;
	background-color: #fcf7e7;
	padding-bottom:0px;
}
.navContent4 .a01{
	padding-bottom:1.0rem;
	border-bottom:1px solid #E0E0E0;
	justify-content: space-between;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.navContent4 .a01 div{
	width:49%;
}
.navContent4 .a02{
	margin-top:1.0rem;
	width:100%;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.navContent4 .a02 div{
	width:100%;
	margin-bottom:2.0rem;
}
.red{
	color: #d48132;
}






.yel{
	color:#D48132;
}
.mart30{
	margin-top:1.0rem;
}
.mart20{
	margin-top:0.6rem;
}
.mart40{
	margin-top:1.5rem;
}
.mart60{
	margin-top:2.0rem;
}

.cpnr img{ max-width:100%;}	



.cpbt{
	width: 100%;
	height: auto;
	float: left;
	transition: all 0.6s;
	font-family: Source;
}
.cpbt h1{
	font-size:40px;
	line-height:57px;
	margin-bottom:20px;
	text-align:center;
}
.cpbt h2{
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	text-align:center;
}
.cpbt h2 div{
	width:47%;
	font-size:16px;
	line-height:35px;
	font-weight:normal;
}

.gz01{
	width:100%;
	float:left;
	margin-top:3.0rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gz01 .tex{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.gz01 .tex dl dt{
	font-size:1.2rem;
	line-height:2.0rem;
	font-family: Source;
	color:#333;
}
.gz01 .tex dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	font-family: Source;
	color:#999;
	padding-bottom:1.0rem;
	border-bottom:1px solid rgba(0,0,0,0.1);
	position:relative;
	margin-bottom:1.0rem;
}
.gz01 .tex dl dd i{
	width:2.0rem;
	height:0.1rem;
	position:absolute;
	bottom:0;
	left:0;
	background-color:#D48132;
}
.gz01 .tex p{
	margin-top:1.0rem;
}
.gz01 .tex .ewm{
	margin-top:1.0rem;
	display:flex;
	justify-content: center;
}
.gz01 .tex .ewm div{
	text-align:center;
}
.gz01 .tex .ewm div img{
	max-width:50%;
}
.gz01 .pic{
	width:100%;
	margin-top:2.0rem;
}
.gz01 .pic img{
	width:100%;
	height:auto;
	display:block;
}

.yyzx{
	width:100%;
	float:left;
	margin-top:1.0rem;
	font-family: Source;
	font-size:0.8rem;
	line-height:1.5rem;
	text-align:center;
}
.yyzx h1{
	font-size:1.2rem;
	line-height:1.5rem;
	margin-top:1.0rem;
	margin-bottom:1.0rem;
}
.yyzx .pic{ width:100%; position:relative;}
.yyzx .pic img{
	width:100%;
	height:auto;
	display:block;
}
.yyzx .pic .tex{ width:100%; height: auto;background: rgba(0,0,0,0.10);backdrop-filter: blur(25px); position:absolute; left:0; bottom:0; z-index:11; display:flex;justify-content: center;flex-wrap: wrap; align-items: center; font-size:0.8rem; line-height:1.5rem; padding:1rem 0px; color:#FFFFFF;}
.yyzx .pic .tex div{width:100%; text-align:center}
.yyzx .pic .tex div img{ width: auto; height:auto; margin-right:5px; display:inline-block;}

.xtu{
	width:100%;
	float:left;
	margin-top:3.0rem;
	margin-bottom:3.0rem;
}
.xtu ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.xtu ul li{
	width:auto;
	margin-left:0.5rem;
	margin-right:0.5rem;
	max-width:3.0rem;
}
.xtu ul li img{
	max-width:100%;
}















}
































