
.layout_nav{width: 100%;min-width: 1200px; height: 110px; position: fixed; z-index: 9998;background: rgba(255,255,255,.7);
		-moz-transition: 300ms;-o-transition: 300ms;-webkit-transition: 300ms;transition: 300ms; border-bottom: 1px #CCC solid;}
.layout_nav .center{height: 100%;max-width: 100%;position: relative;}

.layout_nav .box_logo{width: 237px; height: 100%; margin: 0 12px; background: url("../img/logo.png") no-repeat center center;}

.layout_nav .box_main{width: 188px;height: 100%;position: absolute;left: 200px;top: 0;}
.layout_nav .box_main.box_oh{width: calc(100% - 388px);right: 0px;overflow: hidden;padding-top: 33px;}
.layout_nav .box_main li{float: left;position: relative; width:110px; text-align: center;}
.layout_nav .box_main li>a{position: relative; font-size: 18px; line-height: 77px; color: #000; padding: 0 21px 0 18px; overflow: hidden;}
.layout_nav .box_main li>a:hover,.box_main li a.on_{color: #ae0007;}
.lange{position: absolute;right: -2px;top: 20px;z-index: 9999;}
.lange a{font-weight: normal;display: inline-block;width: 20px;height: 20px;color: #c8a35f;border: 1px solid #c8a35f;font-size: 10px;margin-left: 5px;border-radius: 10px;line-height: 21px;text-align: center;}
.lange a:hover{border: 0px;background-color: #c8a35f;width: 22px;height: 22px; color: #fff}
.lange .lan_on{border: 0px;background-color: #c8a35f;width: 22px;height: 22px;color: #fff}

.layout_nav .box_main li:hover>.two-nav-box{height: 118px;}
.layout_nav .box_main li .two-nav-box{height: 0; position: absolute; left: 50%; top: 100%; margin-left: -120px; margin-top: -12px;overflow: hidden;
							z-index:9999999; -moz-transition:all 200ms;-o-transition:all 200ms;-webkit-transition:all 200ms;transition:all 200ms;}
.layout_nav .box_main li .two-nav-box .ico-t {
  position: relative;
  left: 50%;
  top: 1px;
  margin-left: -12px;
  display: block;
  width: 24px;
  height: 12px;
}
.layout_nav .box_main li .two-nav {
  width: 240px;
  background: #fff;
  text-align: center;
  height: 96px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #eee;
}
.layout_nav .box_main li .two-nav a {
  display: inline-block;
  margin: 12px 16px 0;
  color: #a6826b;
  padding: 0;
  transition: 0ms;
}


.layout_foot_cr {
  width: 100%;
  background: #f4f1ec url("layout_foot/footer-bg.jpg") repeat;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.layout_foot_cr .copyright {
  width: 100%;
  height: 50px;
  border-top: 1px solid #ebe4df;
  font-size: 12px;
  line-height: 50px;
  text-align: center;
}

.layout_foot{ height: 70px; background-image: url(../img/bg.png); padding-top:10px; box-shadow: 0 0 5px #dedede; position:relative; z-index:3; text-align: center;}
.layout_foot .box_main p{ font:normal 13px/30px "Microsoft Yahei"; color:white; text-align:center;}
.layout_foot .box_main span{ padding:0 15px;}
.layout_foot .box_main a{ color:white;}
.layout_foot .box_main a:hover{ color:white;}
.layout_foot .box_main .copyright{ clear: both; text-align: center; font-size: 12px; color: #FFF;}
.layout_foot .box_main .copyright a:hover{ text-decoration:none;}


.layout_foot .box_center:after{content: '';clear: both;display: block;}
.layout_foot .box_center{display:inline-block;margin: 0 auto;}

.layout_foot .box_center>*{float: left;}

.layout_foot .box_center>a#___szfw_logo___{padding-top: 10px;}
.layout_foot .box_center>a#___kxwz_logo___{padding-top: 7px;}

.index_dm{width: 100%;position: absolute;bottom: 40px;left: 0;z-index: 9997;text-align: center;
	animation:myfirst 1s;
	-moz-animation:myfirst 1s; /* Firefox */
	-webkit-animation:myfirst 1s; /* Safari and Chrome */
	-o-animation:myfirst 1s; /* Opera */
	animation-iteration-count:9999;
	-webkit-animation-iteration-count:9999; /* Safari 和 Chrome */
	animation-direction:alternate;
-webkit-animation-direction:alternate; /* Safari 和 Chrome */
	}
.index_dm img{
	
	
}
@keyframes myfirst
{
0%   {bottom:70px}
100% {bottom:40px;}
}

@-moz-keyframes myfirst /* Firefox */
{
0%   {bottom:70px}
100% {bottom:40px;}
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
0%   {bottom:70px}
100% {bottom:40px;}
}

@-o-keyframes myfirst /* Opera */
{
0%   {bottom:70px}
100% {bottom:40px;}
}