body {
	background-color: #FDFAF3;
	background-image: url('yunbg.png');
	background-repeat:repeat-y;
	background-size: 100% auto;
	background-position: center 280px;
    
}
audio{
    display: none;
}
a:hover {
	text-decoration: none;
}
@keyframes scaleDraw {
0% {
	/*transform:scale(1);*/
}
25% {
	/*transform:scale(1.1);*/
	/*放大1.1倍*/
}
50% {
	/*transform:scale(1);*/
}
75% {
	/*transform:scale(1.1);*/
}
}
.animation-box{
    overflow: hidden;
	 height: 600px;
}
.animation {
	-webkit-animation-name:scaleDraw;
	/*关键帧名称*/
    -webkit-animation-timing-function:ease-in-out;
	/*动画的速度曲线*/
    -webkit-animation-iteration-count:infinite;
	/*动画播放的次数*/
    -webkit-animation-duration:10s;
	/*动画所花费的时间*/
}
.daohangtiao{
    background-image: url('daohangtiao.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width:4.6875rem;
	height:0.208333rem;
	line-height:0.208333rem;
	font-size: 14px;
	margin-bottom: 10px;
}
.thumb-img-box{
    width: 490px;
    height: 340px;
    position: relative;
    margin: 0 auto;
}
.thumb-img-box .thumb-img-box-desc{
    background-color: rgba(0,0,0,0.3);
    height: 60px;
    width: 100%;
    padding:10px 15px;
    position: absolute;
    bottom: 0;
    color: #fff;
    text-align: left;
    font-size: 15px;
    text-indent: 24px;
}
 
.flex {
	display: flex;
	align-items: center;
	justify-content: center;
}

.f18 {
	font-size: 18px;
}

.f20 {
	font-size: 20px;
}

.f26 {
	font-size: 26px;
}

.my {
	margin: 15px 0;
}

.mt {
	margin-top: 32px;
}

.color1 {
	color: #9a6d2d;
}
.second-cate{
    background-image: url('./yytit_1.png');
    width: 1.40625rem;
	height: 0.302083rem;
	background-repeat:no-repeat;
	background-size: 100% 100%;
	text-align: center;
	line-height:0.302083rem;
	color: #333;
	font-size: 18px;
	margin: 12px auto 24px auto;
	font-weight: bold;
	letter-spacing:1px;
}
.tdaohang {
	display: flex;
	justify-content: center;
	margin: 45px auto 45px auto;
	position: relative;
}

.tdaohang::after {
	width: 100%;
	height: 1px;
	content: " ";
	position: absolute;
	background-color: #DDDDDD;
	top: 14px;
	z-index: 1;

}

.tdaohang .item {
	background-color: #EEEEEE;
	height: 30px;
	padding: 0 0.104167rem;
	border-radius: 20px;
	text-align: center;
	line-height: 30px;
	margin: 0 20px;
	position: relative;
	border: #DDDDDD 1px solid;
	z-index: 2;
	font-size: 16px;
}
/*.tdaohang .item a:hover{*/
/*    color: #F18D00;*/
/*}*/
.tdaohang .item.on {
	background-color: #F18D00;
	color: #fff;
}

.tdaohang .item.on a {
	color: #fff;
}

.tdaohang .item.on::after {
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #F18D00;
	content: " ";
	position: absolute;
	top: 28px;
	left: calc(50% - 6px);
}

.page {
	margin-top: 45px;
}

.page .container {
	background-color: #fff;
	padding: 20px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
 
     .article{
           width:4.6875rem;
          margin: 0 auto;
     }
      .article img{
          max-width: 100% !important;
      }

.position {
	background-color: rgba(0, 0, 0, 0.5);
	height: 50px;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 14px;
	position: relative;
	margin-top: -50px;
}

.position .glyphicon {
	font-size: 12px;
	margin-right: 4px;
}

.position a {
	color: #fff;
}

.position a:hover {
	color: #22AA43;
}

.about-box {
	background-image: url('aboutbg.png');
	height: 750px;
}

.main-header-box {
	/*background-color:rgba(0,0,0,0.6);*/
	/*position: fixed;*/
	background-color: #fff;
	top: 0;
	width: 100%;
	z-index: 999999;
}

.main-header {
	height: 0.625rem;
	width: 8.933333rem;
	margin: 0 auto;
}

.main-header .main-logo {
	margin-top:0.15rem;
}
.main-header .main-logo .main-logo-icon{
    /*width:2.083333rem;*/
    height: 0.354167rem;
}
.main-header ul li {
	float: left;
	line-height:0.625rem;
	height: 0.625rem;
	position: relative;
	/*width:0.725rem;*/
	width:auto;
	text-align: center;
	/*background-color: #efefef;*/
	padding: 0 0.1rem;
}

.main-header ul li a {
	font-size:0.104167rem;
	text-decoration: none;
	color: #333;
	padding-bottom: 4px;
}

.main-header ul li a:hover {
	color: #22AA43;
	font-weight: bold;
	font-size: 0.1rem;
	border-bottom: #22AA43 3px solid;
}

.main-header ul li.current a {
	color: #22AA43;
	font-weight: bold;
}

.main-header-box a {
	color: #fff;
}

.main-menu .childs {
	position: absolute;
	display: none;
	border-top: #22AA43 4px solid;
	line-height: 0.234375rem;
	background-color: rgba(0, 0, 0, 0.6);
	width:0.725rem;
	text-align: center;
	padding: 10px 0;
	margin: 0 auto;
	top: 0.625rem;
	left: 0;
	z-index: 99999;
}

.main-menu .childs a {
	color: #fff;
	font-size: 0.09375rem;
}

.main-menu .childs a:hover {

	font-size: 0.09375rem;
}

.main-header ul li:hover .childs {
	display: block;
}

.main-news {
	width: 8.333333rem;
	margin: 60px auto 0 auto;
}

.sonbar {
	display: flex;
	align-items: center;
	border-bottom: #EEEEEE 1px solid;
	margin: 30px 0;
}

.sonbar li {
	margin-right: 20px;
	font-size: 20px;
	position: relative;
	height: 36px;
}

.sonbar li .yuan {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 24px !important;
	height: 4px;
	background: #4ca4ef;
	border-radius: 2px;
}

.sonbar li.line {
	color: #ccc;
}

.sonbar li.current a {
	color: #4CA4EF;
}

.buy-item {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0;
	justify-content: space-between;
}

.buy-item .item {
	display: flex;
	color: #8894A1;
	line-height: 32px;
	width: 48%;
	margin: 25px 0;
}

.buy-item .item .glyphicon {
	font-size: 12px;
}

.buy-item .item a {
	font-size: 18px;
	font-weight: bold;
}

.buy-item .item img {
	width: 240px;
	height: 190px;
	margin-right: 20px;
}

.buy-item .item .yuding {
	display: flex;
	align-items: center;
}

.buy-item .item .yuding img {
	width: 65px;
	height: 30px;
	margin: 4px;
}

.buy-item .item .yuding .yuding-right {
	display: flex;
	flex: 1;
	flex-wrap: wrap;

}

.notice {
	background-color: #f6f6f6;
	border: #E1E1E1 1px solid;
	line-height: 32px;
	padding: 0 20px;
	margin: 0 0;
	font-size: 14px;
	width: 300px;
	height: 340px;
	border-radius: 4px;
	position: relative;
}

.notice .notice-title {
	border-bottom: #E1E1E1 1px solid;
	font-weight: bold;
	font-size: 16px;
	line-height: 45px;
}

.notice .red {
	color: #ff0000;
	text-align: left;
	font-size: 18px;
	padding: 15px 0;
}

.notice .desc {
	color: #666;
	font-size: 14px;
}

.notice .notice-more {
	position: absolute;
	text-align: center;
	bottom: 10px;
	width: 100%;
}

.hot-news-box {
	width: 650px;
	margin-left: 45px;
}

.hot-news-nav {
	font-size: 18px;
	line-height: 24px;
	border-bottom: #DDDDDD 1px solid;
	padding-bottom: 20px;
	padding-top: 10px;
}

.hot-news-nav .tt {
	border-left: #008DD7 4px solid;
	padding-left: 10px;
}

.hot-news-title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 15px 0;

}

.hot-news-title .time {
	width: 85px;
	height: 30px;
	color: #fff;
	background-color: #008DD7;
	float: left;
	line-height: 30px;
	text-align: center;
	margin-right: 20px;
	font-size: 16px;
}

.hot-news-title a {
	color: #0099CC;
	font-size: 24px;

}

.hot-news-ul li {
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hot-news-desc {
	font-size: 14px;
	color: #888;
}

.hot-news-ul {
	margin-top: 10px;
}

.hot-news-ul li a {
	font-size: 16px;
}

.swiper-slide {
	position: relative;
}

.swiper-slide-title {
	background-color: rgba(0, 0, 0, 0.5);
	height: 36px;
	position: absolute;
	bottom: 0;
	width: 500px;
	color: #ccc;
	line-height: 36px;
	text-align: center;
}

.swiper-slide-title a {
	color: #fff;
}

.main-aboutus {
	background-image: url('bg1.png');
	width: 1600px;
	height: 650px;
	margin: 45px auto 0 auto;
}

.djqjjw {
	width: 1400px;
	height: 650px;
	margin: auto;
	position: relative;
}

.djqjjw .djqjjout {
	width: 520px;
	height: 580px;
	position: absolute;
	top: 119px;
	right: 0;
	z-index: 2;
}

.djqjjw .djqjjout .djqjjtit {
	width: 520px;
	height: 70px;
	background: url(A.png) no-repeat left;
}

.djqjjw .djqjjout .djqjjtit .Ef {
	font-family: "微软雅黑";
	font-size: 16px;
	color: #008dd7;
	padding: 8px 0 3px 57px
}

.djqjjw .djqjjout .djqjjtit .Cf {
	font-family: "微软雅黑";
	font-size: 30px;
	color: #fff;
	padding: 0 0 0 57px
}

.djqjjw .djqjjout .djqjjcon {
	width: 520px;
	height: 510px;
}

.djqjjw .djqjjout .djqjjcon p {
	font-family: "微软雅黑";
	font-size: 16px;
	color: #fff;
	line-height: 32px;
	margin-top: 23px;
}

.djqjjw .djqjjout .djqjjcon a {
	color: #be6a48
}

.dujia-box {
	background-image: url('bg3.png');
	width: 1600px;
	height: 650px;
	margin: 60px auto 60px auto;
}

.djznin {
	width: 1200px;
	height: 86px;
	margin: 60px auto 0 auto;
	background: url(zn.png) center no-repeat;
	text-align: center
}

.dujia-box .djznin .Cf {
	font-family: "微软雅黑";
	font-size: 30px;
	color: #333;
	padding-top: 14px
}

.dujia-box .djznin .Ef {
	font-family: "微软雅黑";
	font-size: 18px;
	color: #008dd7;
	padding-top: 13px
}

.dujia-box .djznpic {
	width: 1100px;
	height: 360px;
	margin: 80px auto 0 auto;
}

.dujia-box .djznpic dl {
	width: 240px;
	height: 360px;
	float: left;
	margin-left: 15px
}

.dujia-box .djznpic .uppic {
	width: 240px;
	height: 240px;
}

.dujia-box .djznpic .docon1 {
	width: 240px;
	height: 120px;
	background: url(arr4.png) no-repeat 50% 10px
}

.dujia-box .djznpic .docon1 .tit1 {
	font-family: "微软雅黑";
	font-size: 21px;
	color: #666;
	padding-top: 35px
}

.dujia-box .djznpic .docon1 .tit2 {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #999;
	font-weight: bold;
	padding-top: 10px
}

.dujia-box .djznpic .docon2 {
	width: 240px;
	height: 120px;
	background: url(arr3.png) no-repeat 50% 95px
}

.dujia-box .djznpic .docon2 .tit1 {
	font-family: "微软雅黑";
	font-size: 21px;
	color: #666;
	padding-top: 13px
}

.dujia-box .djznpic .docon2 .tit2 {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #999;
	font-weight: bold;
	padding-top: 5px
}

.dujia-box .djznpic a {
	text-decoration: none
}

.page-box {
	width: 1200px;
	margin: 45px auto;
	min-height: 600px;
	
}

.page-menu {
	width: 240px;
	background-color: #F5F5F5;
	border-radius: 4px;
	min-height: 1000px;
}

.page-menu-title {
	font-size: 18px;
	font-weight: bold;
	border-radius: 2px;
	padding: 30px 20px 30px 20px;
	background-color: #4AB344;
	color: #fff;
	text-align: center;

}

.page-menu ul {
	margin: 0;
	padding: 0;
	padding: 10px 0;
}

.page-menu ul li {
	height: 50px;
	line-height: 50px;
	border-bottom: #FFFFFF 1px solid;
	font-size: 14px;
	text-align: center;
}

.page-menu ul li a {
	text-decoration: none;
	font-size: 14px;
}

.page-menu ul li:last-child {
	border: none;
}

.page-menu ul li.active a {
	/*background-color: #E3DED8;*/
	/*border-left: #E3DED8 4px solid;*/
	color: #4AB344;

}

.page-menu ul li a:hover {
	color: #4AB344;
}

.page-box-bar {
	width: 1400px;
	margin: 0 auto;
	height: 60px;
	line-height: 60px;
}

.biaoti {
	padding-top: 1px;
	width: 100%;
	height: 5px;
	/*border-bottom: 1px solid #ccd0d3;*/
	text-align: center;
	width: 600px;
	margin:20px auto 30px auto
}

.biaoti h1 {
	display: inline-block;
	margin: 0;
	margin-top: -5pc;
	font-size: 30px;
	padding: 10px 20px;
	color: #996C2B;
	background: #FDFAF3;
	font-weight: 400;
	border-radius: 40px;
	text-transform: Uppercase
}

.mp {
	display: inline-block;
	width: 60px;
	height: 26px;
	border-radius: 13px;
	background: url(arr.png) #f18d00 no-repeat center center;
	transition: all .3s ease;
	margin-left: 8px;
}

.difen {
	background-image: url('diwen.png');
	height: 513px;
	width: 100%;
	background-size: 100% 100%;
	opacity: 0.5;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -350px;
	z-index: -1;
}

.copyright {
	height: 215px;
	background-color: #262632;
	text-align: center;
	color: #fff;
}

.copyright .bots li {
	float: left;
	color: #5C5C5C;
	margin-right: 10px;
	line-height: 32px;
	height: 32px;
}
.copyright .bots li a{
    font-size: 12px;
}
