﻿body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

/* 去掉各 Table  cell 的边距并让其边重合 */
p {
  text-align: justify;
  text-justify: inter-ideograph;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 去除默认边框 */
fieldset,
img {
  border: 0;
}
/* 去掉 firefox 下此元素的边框 */
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
/* 一致的 del 样式 */
del {
  text-decoration: line-through;
}
/* 去掉列表前的标识, li 会继承 */
ol,
ul {
  list-style: none;
}
/* 对齐是排版最重要的因素, 别让什么都居中 */
q:before,
q:after {
  content: '';
}
/* 正常链接 未访问 */
/* 鼠标悬停 */
a:hover {
  text-decoration: none;
}
a {
  transition-property: background-color, color;
  -moz-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  -webkit-transition-property: background-color, color;
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
}
/* 默认不显示下划线，保持页面简洁 */
ins,
a {
  list-style-type: none;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
a:focus {
  list-style-type: none;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
em {
  font-style: normal;
}
input {
  padding-top: 0;
  padding-bottom: 0;
}
input::-moz-focus-inner {
  border: none;
  padding: 0;
}
select,
input {
  vertical-align: middle;
}
select,
input,
textarea {
  font-size: 14px;
  margin: 0;
}
input[type="text"],
input[type="number"],
input[type="password"],
textarea {
  outline-style: none;
  -webkit-appearance: none;
}
textarea {
  resize: none;
}
input,
textarea {
  background: none;
  border: 1px #000 solid;
}

body{
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-size: 1920px auto;
    background-position: top center;
    font-family: 'Microsoft YaHei';
    background-color: #330603;
    color: #fff;
}
.head{
  width: 1200px;
  margin: 0 auto;
  height: 60px;
  overflow: hidden;
}
.head_left{
  float: left;
  width: 440px;
  height: 60px;
  padding-right: 160px;
  text-align: right;
}
.head_right{
  float: left;
  width: 440px;
  height: 60px;
  padding-left: 160px;
}
.head a{
  color: #f0e2b8;

  padding: 0 20px;
  line-height: 60px;
  font-size: 15px;
}
.head a:hover{
  color: #ffba00;
}
.banner{
  width: 100%;
  height: 450px;
  display: block;
  overflow: hidden;
}
.main{
  width: 1200px;
  margin: 0 auto ;
  overflow: hidden;
  display: block;
  margin-bottom: 50px;
}
.main_left{
  width: 188px;
  height: 330px;
  float: left;
  overflow: hidden;
  display: block;
}
.download{
  width: 188px;
  height: 91px;
  float: left;
  display: block;
  background-image: url(../img/download.jpg);
  background-repeat: no-repeat;
  background-size: 188px 91px;
}
.download:hover{
  width: 188px;
  height: 91px;
  float: left;
  display: block;
  background-image: url(../img/downloadon.jpg);
  background-repeat: no-repeat;
  background-size: 188px 91px;
}
.register{
  width: 188px;
  height: 60px;
  margin-top: 4px;
  float: left;
  display: block;
  text-align: center;
 
  background-image: url(../img/register.jpg);
  background-repeat: no-repeat;
  background-size: 188px 60px;
  font-size: 16px;
  color: #fff;
}
.register i{
  font-size:30px;
  float: left;
  padding-left: 20PX;
  line-height: 60px;
  
}
.registerright{
  float: left;
  padding-left: 18PX;
  font-size: 12PX;
  padding-top: 10px;
}
.registerright em{
  font-size: 18px;
}
.register:hover{
  color: #ffba00;
}
.leftnav{
  width: 188px;
  height: 175px;
  display: block;
  overflow: hidden;
  background: linear-gradient(90deg, #f0ce93 0%, #a3946f 100%);
}
.leftnavgo{
  width: 93px;
  height: 87px;
  border-right: 1px #8b7548 solid;
  border-bottom: 1px #8b7548 solid;
  display: block;
  text-align: center;
  float: left;
}
.leftnavgo i{
 width: 100%;
 display: block;
 font-size: 25px;
 color: #fff;
 text-align: center;
 padding-top: 20px;
 transform-style: preserve-3d;  
    -webkit-transform-style: preserve-3d;  
    -ms-transform-style: preserve-3d;  
    -moz-transform-style: preserve-3d;  
    transition: 1.5s;  
    -webkit-transition: 1.5s;  
    -ms-transition: 1.5s;  
    -moz-transition: 1.5s; 
}
.leftnavgo em{
  font-size: 12px;
 color: #fff;
}
.leftnavgo:hover {
  background: linear-gradient(90deg, #a3946f 0%, #f0ce93 100%);
 
}
.leftnavgo:hover i {
  transform: translateZ(30px) rotateY(360deg) scale(1);  
  -webkit-transform: translateZ(30px) rotateY(360deg) scale(1);  
  -ms-transform: translateZ(30px) rotateY(360deg) scale(1);  
  -moz-transform: translateZ(30px) rotateY(360deg) scale(1);  
}
.leftnavgooff{
  border-right: 0;
}

.main_banner{
  width: 500px;
  height: 330px;
  background-color: #fff;
  margin-left: 4px;
  float: left;
}
.swiper-container {
  width: 500px;
  height: 330px;
  
}
.swiper-pagination-bullet {
  width: 20px;
  height: 15px;
  display: inline-block;
  border-radius: 8px;
  background: #fff;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  
  position: relative;
  opacity: 1;
}
.swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  top: 2.5px;
  left: 3px;
  width: 14px;
  height: 10px;
  background: #ffba00;
  border-radius: 8px;
}
.main_right{
  width: 504px;
  height: 330px;
  margin-left: 4px;
  background-color: #fff;
  float: left;
}
.new_1{
  width: 100%;
  overflow: hidden;
  
}
.new_1-titlebox{
  padding-left: 20px;
     height: 49px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #dbdbdb;
    background: #f8f8f8;
}

.new_1-titlebox .h1class{
  float: left;
    margin-right: 20px;
    height: 47px;
    line-height: 47px;
    color: #000;
    font-size: 16px;
    text-align: center;
    position: relative;
    border-width: 3px;
  text-decoration: none;
  font-weight: 700;
}
.new_1-titlebox .h1classon{
  float: left;
    margin-right: 20px;
    height: 47px;
    line-height: 47px;
    color: #a3946f;
    font-size: 16px;
    text-align: center;
    position: relative;
    border-width: 3px;
  text-decoration: none;
  font-weight: 700;

  border-bottom: 3px solid #a3946f;
}
.swiper-container1{
  float: right;
  display: block;
  width: 370px;
}
.new_1-titlebox .swiper-container1 a{

  color: #fff;
  font-size: 12px;
  margin-top: 12px;
  margin-right: 15px;
  background: linear-gradient(90deg, #a3946f 0%, #f0ce93 100%);
  padding: 5px 12px;
  border-radius: 25px;
  /* width: 340px; */
  float: right;
  display: block;
}

 .recom {
  width:60px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  color: #fff;
  background: #b29760;
  display: block;
  float: left;
  position: relative;
  font-size: 12px;
  margin-right: 12px;
}
.new_1text_box{
  padding: 10px 20px;
  padding-bottom: 3px;
  display: block;
  overflow: hidden;
  border-bottom: 1px #f1f1f1 solid;
}
.recom i {
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  position: absolute;
  right: -9px;
  top: 8px;
  border-color: transparent transparent transparent #b29760;
}
.recom—text{
  font-size: 14px;
  display: block;
  float: left;
  line-height: 25px;
  color: #666;
  font-weight: normal;
}
.new_1text_box:hover .recom—text{
  color: #962c1c;
  text-decoration:underline;
}
.content{
  width: 1100px;

  margin: 0 auto;
  overflow: hidden;
  padding-top: 120px;
  margin-bottom: 200px;
  
}
.page_nav{
  padding-top: 30px;
  padding-bottom: 90px;
}
.page_nav a {
  display: inline-block;
  width: 77px;
  text-align: center;
  margin-bottom: 13px;
  color: #666;
  position: relative;
  -webkit-transition: color ease-in-out .3s;
  -moz-transition: color ease-in-out .3s;
  -ms-transition: color ease-in-out .3s;
  transition: color ease-in-out .3s;
  padding: 0 5px;
  font-size: 14px;
}
.page_nav a span{
    width: 100%;
    
    display: block;
    height: 90px;
    background-image: url(../img/pagenav.png);
    background-repeat: no-repeat;

}
.page_nav a.a1 span {
  background-position: -592px -378px;
}
.page_nav a.a2 span {
  background-position: -674px -378px;
}
.page_nav a.a3 span {
  background-position: -492px -580px;
}
.page_nav a.a4 span {
  background-position: -574px -580px;
}
.page_nav a.a5 span {
  background-position: -592px -473px;
}
.page_nav a.a6 span {
  background-position: -674px -473px;
}
.page_nav a.a7 span {
  background-position: 0px -580px;
}
.page_nav a.a8 span {
  background-position: -82px -580px;
}
.page_nav a.a9 span {
  background-position: -164px -580px;
}
.page_nav a.a10 span {
  background-position: -246px -580px;
}
.page_nav a.a11 span {
  background-position: -328px -580px;
}
.page_nav a.a12 span {
  background-position: -410px -580px;
}

.page_nav a i{
  position: absolute;
  width: 100%;
  height: 90px;
  top: 0;
  left: 5px;
  opacity: 0;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  background-repeat: no-repeat;
  background-image: url(../img/pagenav.png);
  background-position: -656px -580px;
}
.page_nav a:hover i {
  display: block;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.page_nav a:hover{
    color: #a53625;
    text-decoration: none;
}
.page_zz{
  width: 100%;
  overflow: hidden;
  
}
.swiper-container2{
  width: 100%;
  height: 380px;
  
  overflow: hidden;
}
.m-tb-box-txt {
  position: absolute;
  z-index: 3;
  right: 35px;
  color: #fff;
  width: 240px;
  line-height: 21px;
  top: 110px;
  z-index: 5;
  font-size: 14px;
}
.m-tb-box-txt em{
  font-size:16px;
}
.zztitle{
  position: absolute;
  left: 0;
  width: 322pxpx;
  top:0;
  z-index: 5;
}
.footer{
  width: 1110px;
  margin: 0 auto;
  font-size: 12px;
  text-align: center;
  margin-bottom: 90px;
  line-height: 20px;
}