@charset "utf-8";
html,
body {
  background: #fff;
}
* {
  padding: 0;
  margin: 0;
  font-weight: normal;
  font-family: "Microsoft YaHei";
  list-style: none;
  text-decoration: none;
  font-size: inherit;
  line-height: 1.5em;
  font-style: normal;
}
object{
	display:block;
	width:100%;
	height:100%;
}
@font-face {
  font-family: font_en;
  src: url('CORPOA.TTF');
}
iframe {
  display: block;
}
.absolute {
  position: absolute;
}
br {
  line-height: 0;
}
.fl,
.left {
  float: left;
}
.fr,
.right {
  float: right;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  width: 100%;
}
.clear {
  clear: both;
  display: block;
  width: 100%;
}
.bg12 {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.bg11 {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
#nav.fixed {
  position: relative !important;
}
.footer_padding {
  height: 0 !important;
}
/*star --slider*/
.slick-slider {
  position: relative;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 auto;
}
.slick-list:focus {
  outline: 0;
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  zoom: 1;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  position: relative;
  float: left;
  min-height: 1px;
}
.slick-slide img {
  display: block!important;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  position: relative;
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
}
.btn_slick {
  position: absolute;
  top: 50%;
  padding: 0;
  outline: 0;
  border: 0;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  display: none;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}
.slick-prev {
  left: 0px;
}
.slick-next {
  right: 0px;
}
.slick-dots {
  text-align: center;
  width: 100%;
  z-index: 2;
  position: absolute;
  bottom: 50px;
}
.slick-dots li {
  margin: 0 5px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.slick-dots li span {
  background: none;
  border-radius: 100%;
  cursor: pointer;
  display: block;
  height: 10px;
  width: 10px;
  border: 1px solid #937344;
  font-size: 0;
}
.slick-dots li.slick-active span {
  background: #937344;
}
/*end slider*/
.bg12 {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
#head {
  z-index: 10000;
  width:100%;
  height:100px;
  position:relative;
}
#head.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

#head .head1 {
  background: #000;
  color: #fff;
  height: 70px;
}
#head .head1 h1.hos_name {
  font-size: 14px;
  line-height: 70px;
  position: absolute;
  left: 3.65%;
  top: 0;
}
#head .head1 .bg12 {
  height: 100%;
  background: url("../images/logo.png") no-repeat center;
}
#head .head2 {
  background: #1e180f;
  z-index: 10;
  height: 30px;
}
#head .head2 .nav_list {
  z-index: 3;
}
#head .head2 .nav_list .nav {
  width: 11%;
  float: left;
  position: relative;
}
#head .head2 .nav_list .nav > a {
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  height: 30px;
  display: block;
  text-align: center;
  background-color: #1e180f;
}
#head .head2 .nav_list .nav > a:hover {
  color: #95774c;
}
#head .head2 .nav_list .nav > a:hover span {
  border-bottom: 1px solid #95774c;
}
#head .head2 .nav_list .nav .two_level_list {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 29px;
  z-index: 10;
  background: #1e180f;
  padding: 10px 0;
}
#head .head2 .nav_list .nav .two_level_list li {
  display: block;
  margin-bottom: 5px;
}
#head .head2 .nav_list .nav .two_level_list li > a {
  display: block;
  text-align: center;
  color: #fff;
  line-height: 30px;
}
#head .head2 .nav_list .nav .two_level_list li > .pro_content {
  display: none;
  padding: 10px 10px;
  min-height: 315px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 100%;
}
#head .head2 .nav_list .nav .two_level_list li > .pro_content dd {
  color: #4d4d4d;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 5px;
  width:190px;
}
#head .head2 .nav_list .nav .two_level_list li > .pro_content dd b {
  font-weight: bold;
}
#head .head2 .nav_list .nav .two_level_list li > .pro_content dd a {
  color: #4d4d4d;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  width:90px;
  text-align:left;
  line-height: 30px;
}
#head .head2 .nav_list .nav .two_level_list li > .pro_content dd a:hover {
  color: #95774c;
}
#head .head2 .nav_list .nav .two_level_list li > .pro_content dd.img {
  position: absolute;
  right:10px;
  top: 10px;
  width:450px;
  height:310px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  z-index: 1;
}
#head .head2 .nav_list .nav .two_level_list li > .pro_content dd.img > img {
  display: block;
  width:450px;
  height:310px;
}
#head .head2 .nav_list .nav .two_level_list li:hover > a,
#head .head2 .nav_list .nav .two_level_list li.on > a {
  background: #fff;
  color: #4d4d4d;
}
#head .head2 .nav_list .nav .two_level_list li:hover .pro_content{
	display:block;
}
#head .head2 .nav_list .nav .two_level_list li.img2 .pro_content dd {
  width: 65px;
}
#head .head2 .nav_list .nav .two_level_list li.img2 dd.img {
  width: 576px;
}
#head .head2 .nav_list .nav.on > a span {
  border-bottom: 1px solid #fff;
}
#head .head2 .nav_list .nav.nav_xm .pro_content {
  width: 652px;
}
#footer {
  border-top: 5px solid #95774c;
  background: #000000;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  height: 100px;
  padding: 15px 0 20px;
  position: relative;
}
#footer .in_block {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
#footer .logo_w {
  width: 120px;
  height: 70px;
  margin-left: 15px;
  background: url("../images/sprite.png") no-repeat -96px 0;
}
#footer .two_code {
  width: 95px;
  height: 95px;
  margin-left: 20px;
  background: url("../images/sprite.png") no-repeat 0px 0;
}
#footer .r_list {
  width: 900px;
  margin-left: 25px;
  margin-right: 15px;
}
#footer .r_list .icon_list {
  display: block;
  width: 100%;
  height: 30px;
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-bottom: 1px solid #666666;
  background: url("../images/sprite.png") no-repeat 0px -177px;
}
#footer .r_list .icon_list li.l8 {
  float: right;
  padding-right: 14px;
  padding-top: 8px;
}
#footer .r_list .icon_list li.l8 span {
  font-size: 12px;
  line-height: 18px;
  height: 18px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
#footer .r_list .icon_list li.l8 a {
  color: #fff;
}
#footer .r_list .icon_list li.l8 i {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  background: url("../images/sprite.png") no-repeat 0px -125px;
}
#footer .r_list .contact li {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  margin-right: 33px;
}
#footer .r_list .contact li i {
  width: 16px;
  height: 18px;
  background-image: url("../images/sprite.png");
  background-repeat: no-repeat;
  margin-right: 5px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
#footer .r_list .contact li.l1 i {
  background-position: -19px -125px;
}
#footer .r_list .contact li.l2 i {
  background-position: -35px -125px;
}
#footer .r_list .contact li.l3 {
  margin-right: 0;
}
#footer .r_list .declare {
  color: #6c6c6c;
  margin-top: 5px;
}
