 * {
    padding: 0;
    margin: 0;
    -webkiit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  
   @font-face {
	font-family: fontawesome;
	src: url(../fonts/SourceHanSansCN-ExtraLight.eot);
	src: url(../fonts/SourceHanSansCN-ExtraLight.eot) format('embedded-opentype'), url(../fonts/SourceHanSansCN-ExtraLight.woff) format('woff'), url(../fonts/SourceHanSansCN-ExtraLight.ttf) format('truetype'), url(../fonts/SourceHanSansCN-ExtraLight.svg) format('svg');
	
}

  
  
  
  
  
  
  
  
  
  
  
  body,
  div,
  dl,
  dt,
  dd,
  ul,
  ol,
  li,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  pre,
  code,
  form,
  fieldset,
  legend,
  input,
  button,
  textarea,
  p,
  blockquote,
  th,
  td {
    margin: 0;
    padding: 0;
  }
  body {
    color: #333;
    font-size: 16px;
  
   font-family: fontawesome;
  
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: normal;
  }
  address,
  caption,
  cite,
  code,
  dfn,
  em,
  strong,
  th,
  var {
    font-style: normal;
    font-weight: normal;
  }
  a {
    color: #333;
    text-decoration: none;
  }
  a:hover {
    text-decoration: underline;
    text-decoration: none;
  }
  img {
    border: none;
  }
  ol,
  ul,
  li {
    list-style: none;
  }
  table {
    border-collapse: collapse;
  }
  input[type=text]:focus,
  input[type=text]:active {
    appearance: none;
    -webkit-appearance: none;
    outline: none;
  }
  a {
    -webkit-tap-highlight-color: transparent;
  }
  a:hover {
    -webkit-tap-highlight-color: transparent;
  }
  img {
    vertical-align: middle;
  }
  input,
  input:focus,
  input:active,
  button,
  button[type=button],
  textarea:focus {
    appearance: none;
    -webkit-appearance: none;
    outline: none;
  }
  
  
  
  .clear {clear:both}
  
  
  
  
  .m { width:95%; max-width:1200px; margin:0 auto}
  
  
  
  .top {     padding: 20px; border-bottom: 4px solid #c2c2c2;}
  .top .logo { float:left; width:400px;}
  .top .logo img { width:100%}
  
  
  
  
  #cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 99999999999999;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
  background: #ffffff;
  float:right;
}
#menu-line {
  position: absolute;
  top: 48px;
  left: 0;
  height: 3px;
  background: #ba9337;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  padding: 20px;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #ba9337;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 21px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #ba9337;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 32px;
}
#cssmenu ul ul li a {
  padding: 10px 20px;
  width: 160px;
  font-size: 12px;
  background: #333333;
  text-decoration: none;
  color: #dddddd;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
/*#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}*/
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 12px;
    color: #000000;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #000000;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 20px;
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #000000;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}



.banner {width: calc(100% - 80px - 80px); background: url(../images/index.jpg) no-repeat center; text-align: center; background-size: cover; margin: 0 auto; padding-bottom: 46px;}
.banner img {padding-top: 88px; margin-bottom: 80px;}

.banner h1 {font-size: 70px; color: #fff;}

.banner p {font-size: 20px; color: #fff; line-height: 80px;}

.banner .more {    border: 1px solid #fff;
    margin: 0 auto;
    display: block;
    width: 200px;
    line-height: 36px;
    color: #fff;
    margin-top: 6px; transition: all .2s ease;}
	
	
	.banner .more:hover {   cursor: pointer;  border: 1px solid #26394d; background:#26394d}
	
	
.banner .Download	{    border: 1px solid #fff;
    margin: 0 auto;
    display: block;
    width: 280px;
    line-height: 36px;
    color: #fff;
    margin-top: 30px; transition: all .2s ease;}
	
	.banner .Download:hover { cursor: pointer;  border: 1px solid #000; background:#000}
	
	
	
	
	.db { text-align: center; margin-top: 30px; margin-bottom: 30px; color:#000}
	.db p {     line-height: 30px; font-weight: 800; letter-spacing: 2px;}
	
	.m1 {width: calc(100% - 80px - 80px); margin:0 auto}
	
	.contact .left { float:left; width:50%}
	.contact .left img { width:100%}
	.contact .right { float:right; width:40%}
	
	
	.contact .right .title{margin-top: 50px; text-indent: 6rem; font-size: 45px;}
	
	.ok ul li .q1 {font-size: 30px;
    color: #AE8833;}
	
	.ok ul li span { color: #000; font-weight: bold;}
	.ok ul li p {line-height: 50px;
    font-size: 20px;}
	
	.ok ul li { margin-bottom:20px;}
	
	
	.ab .left {
    float: left;
    width: 50%;
}
	.ab .left img {
    width: 100%;
}
.ab .right {
      float: left;
    width: 26%;
    margin-left: 10%;
    margin-top: 50px;
}



.ab .right h2 {text-align: center; font-size: 67px;}



.ab .about {    font-size: 20px;
    word-break: break-all;
    margin-top: 30px;
    line-height: 35px;}


.uuk { width:100%; margin:0 auto}

		
		
		.uuk ul .huangse {     background: #ab8632;
    width: calc(50%);
    float: left;
       padding: 147.5px 255px;}
	
	
	
	.uuk ul .huangse h2 {    font-size: 67px;
    color: #fff;}
	
	
	.uuk ul .huangse p {font-size: 1.23rem;
    color: #fff;
    word-break: break-all;
    text-align: justify;}
	
	
	.ab {    margin-bottom: 100px;}
	
	
	.uuk ul .img {width: calc(50%);
    float: left;}
	
	.uuk ul .img img { width:100%}
	
	
	
	
	.Procedures {background-image: url(../images/999.png);
            background-repeat: no-repeat;
            background-position: center top;
            color: white;
            font-size: 20px;
            /* 背景图像固定，不随鼠标或者对象内容滚动 */
            background-attachment: fixed; background-size: cover;
			    padding-bottom: 2px;
}





	.Procedures .left {
    float: left;
    width: 50%;
}
	.Procedures .left img {
    width: 100%;
}
.Procedures .right {
      float: left;
    width: 26%;
    margin-left: 10%;
    margin-top: 50px;
}



.Procedures .right h2 {    text-align: left;
    font-size: 40px;
    color: #000;}



.Procedures .Proceduress {    font-size: 20px;
    word-break: break-all;
    margin-top: 30px;
    line-height: 35px;
    color: #5c5c5c;}
	
	.Procedures .Proceduress p {    margin-bottom: 22px;}
	
	
	
	.Procedures .db p  { color:#000}
	
	
	
	.productlist-index {background-image: url(../images/999.png);
            background-repeat: no-repeat;
            background-position: center top;
            color: white;
            font-size: 20px;
            /* 背景图像固定，不随鼠标或者对象内容滚动 */
            background-attachment: fixed; background-size: cover;
			    padding-bottom: 2px;
			
}

.b1 {width: 640px;
    background: #fff;
    margin: 0 auto;
    text-align: center;
    /*padding-bottom: 40px;*/
    
}
	
	
	.b1 h1 {color: #000;
    line-height: 90px;}
	
	.b1 a {display: block;
    width: 258px;
    text-align: center;
    margin: 0 auto;
    background: #2f3030;
    color: #fff;
    line-height: 45px;}
	
	
	.b1 a:hover { background:#FFF; border:1px solid #2f3030; color:#2f3030}
	
	
	.productlist ul li img { width:100%}
	
	.productlist { width:95%; max-width:1500px; margin:0 auto}
	
	.productlist ul li {    width: 31%;
    float: left;
    position: relative;
    margin: 1%;
    height: 353px;}
	
	
	
	.productlist ul li div {width: 268px;
    height: 144px;
    position: absolute;
    top: 79px;
    bottom: 31px;
    margin: 0 auto;
    left: 0;
    right: 0; text-align:center}
	 
	.productlist ul li div h3 { text-align: center;
    color: #FFF;
    font-size: 40px;
    margin-bottom: 13px;
    font-weight: bold;}
	
	.productlist ul li div a {     width: 151px;
    background: #2f3030;
    display: block;
    color: #FFF;
    margin: 0 auto;
    line-height: 40px;
    font-size: 19px;}
	
	.productlist ul li div a:hover { background:#FFF; border:1px solid #2f3030; color:#2f3030}
	
	.pdf {    padding-top: 39px;}
	
	.pro {padding-bottom: 0;}
	
	.hengtu { width:100%; margin:0 auto;}
	
	.hengtu  ul {
            display: flex;
            /*flex-direction: row;*/
            /*flex-wrap: nowrap;*/
            flex-flow: row nowrap;
            justify-content: center;
        }
		
		.hengtu  ul li {    width: 25%;}
		.hengtu  ul li img { width:100%}
		
		
		
		.cp .pic {display: inline-block;
    vertical-align: middle;
    width: 63%;
    height: 278px;
    background-repeat: no-repeat;
    background-size: cover;}
	.cp .pic img { width:100%}
	
	
	
	.cp .pic p {position: relative;
    background: #fff;
    width: 510px;
    margin: 0 auto;
    color: #000;
    top: 78px;
    text-align: center;
    line-height: 75px;
    font-size: 21px;
    letter-spacing: 6px;
    font-weight: bold;}
	
	
	
	.cp .txt{    display: inline-block;
    vertical-align: middle;
    width: 26%;
    margin-left: 8%;}
	
	
	
	.cp .txt .ms {margin-top: 15px;}
	
	.cp {    background: #fff;  margin-bottom: 50px;}
	
	.cp .txt h2 { color:#000}
	
	.cp .txt p{color: #000;}
	
	.ms ul li { color: #b39246;
    font-weight: 600;
    list-style: disc;
    margin-left: 25px;
    line-height: 31px;}
	
	.xq {margin: 0 auto;
    width: 100%;
    margin-top: 55px;}
    
    .db .d1 {    font-weight: bold;
    font-family: 微软雅黑;}
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
   .zj .more {    border: 1px solid #000;
    margin: 0 auto;
    display: block;
    width: 200px;
    line-height: 36px;
    color: #000;
    margin-top: 6px; transition: all .2s ease; text-align: center; font-weight: bold;
    font-family: 微软雅黑;}
	
	
	.zj .more:hover {   cursor: pointer;  border: 1px solid #26394d; background:#26394d}
	
	
.zj .Download	{    border: 1px solid #000;
    margin: 0 auto;
    display: block;
    width: 280px;
    line-height: 36px;
    color: #000;
    margin-top: 30px; transition: all .2s ease;   font-weight: bold;
    font-family: 微软雅黑;   text-align: center;}
	
	.zj .Download:hover { cursor: pointer;  border: 1px solid #000; background:#000}