
/*  页面重置样式  */
body,p,h1,h2,h3,h4,h5,li,span,i,ul,img,a,strong,input,button,textarea,select,dd,dl,dt,ol{
	margin:0;
	padding:0;
	word-wrap:break-word;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
body{
	font-family:"Arial","microsoft yahei";
	font-size:14px;
	line-height: 1;
	color:#333;
}
*{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
li{
	list-style-type:none;
	float:left;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
a,area{
	text-decoration:none;
	outline:none;
	color: #000;
}
img{
	border:none;
	vertical-align:middle;
}
i,var,em{
	font-style:normal;
}
button{
	font-family:"Arial","microsoft yahei";
	font-size: 14px;
	outline:none;
	cursor: pointer;
	border: none;
	line-height: 1;
}
input[type="submit"]{
	border: none;
}
iframe{
	border: none;
}
input,select,textarea{
	outline:none;
	font-family:"Arial","microsoft yahei";font-size: 14px;
}
textarea{
	resize:none;
	overflow-y:auto;
}
.at{
	margin:0 auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear{
	clear:both;
}
.dt{
	display: table;
	width: 100%;
}
.fl-w{
	float: left;
	width: 100%;
}
.hide{
	display: none;
}
.ver-container{
	display: table;
	width: 100%;
	text-align: center;
}
.ver-container > * {
	vertical-align: middle;
	display: table-cell;
}

.swiper-button-disabled{
	cursor: no-drop !important;
	opacity: .5;
}

[class*=icon]{
	font-family:"iconfont" !important;
	font-size:16px;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class*=ico]{
	vertical-align: middle;
	display: inline-block;
}
.wid {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
body,
html {
  width: 100%;
  height: 100%;
}
.page {
  background: url("../img/f3bcf3_1920x1000.jpg") center no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
  overflow-x: hidden;
}
.page .rtImgae {
  width: 40%;
  position: absolute;
  right: 0;
  top: 0;
}
.page .rtImgae img {
  width: 100%;
  min-height: 100vh;
}
.head {
  width: 100%;
  position: relative;
  z-index: 9999;
}
.head .logo {
  width: auto;
  height: 120px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.head .logo img {
  width: auto;
}
.head .nav {
  width: auto;
}
.head .nav ul li {
  height: 120px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 60px;
  cursor: pointer;
  position: relative;
}
.head .nav ul li .txt {
  padding-left: 6px;
}
.head .nav ul li .txt h4 {
  font-size: 22px;
  line-height: 30px;
  color: #000;
}
.head .nav ul li .txt p {
  font-size: 12px;
  line-height: 14px;
  color: #c4c6cb;
}
.head .nav ul li .ico img {
  position: relative;
  top: -4px;
}
.head .nav ul li.white .txt h4 {
  color: #fff;
}
.head .nav ul li .slide {
  width: 618px;
  height: auto;
  border: 2px solid #c4ad92;
  border-radius: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100px;
  float: left;
  z-index: 99999;
  background-color: #fff;
  padding: 20px 24px;
  height: 60px;
  display: none;
  float: left;
}
.head .nav ul li .slide:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -12px;
  top: -16px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 16px solid #c4ad92;
}
.head .nav ul li .slide .item {
  width: 100%;
  float: left;
  margin: 4px 0;
}
.head .nav ul li .slide .item .btns {
  width: 130px;
}
.head .nav ul li .slide .item .btns a {
  width: 130px;
  display: inline-block;
  height: 50px;
  background: url("../img/8ec053_166x64.png") center no-repeat;
  background-size: 130px 50px;
  border: none;
}
.head .nav ul li .slide .item .webs {
  width: calc(100% - 130px);
  max-width: 430px;
  height: 52px;
  border-radius: 24ox;
  transition: 0.5s;
  border-radius: 24px;
  background-color: #fff;
  padding: 3px;
}
.head .nav ul li .slide .item .webs .ms {
  width: 94px;
  height: 48px;
  border: 2px solid #ea1a1a;
  border-radius: 24px;
  background-color: #ea1a1a;
  line-height: 48px;
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.head .nav ul li .slide .item .webs .www {
  width: calc(100% - 104px);
  text-align: center;
  height: 48px;
  line-height: 46px;
  font-size: 20px;
  padding: 4px;
  color: #333;
  margin-left: 10px;
  border-radius: 24px;
  border: 1px solid #c6d9f9;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head .nav ul li .slide .item .webs .www span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.head .nav ul li .slide .item .webs .www span:last-child {
  padding-right: 6px;
}
.head .nav ul li .slide .item .webs .www span:last-child img {
  position: relative;
  left: -6px;
}
.head .nav ul li .slide .item .webs .www img {
  height: auto;
  max-height: 38px;
  float: left;
  margin-right: 6px;
}
.head .nav ul li .slide .item .webs .www a {
  color: #333;
  text-decoration: none;
}
.head .nav ul li .slide .item:nth-child(1) .btns a {
  background: url("../img/9950c7_166x64.png") center no-repeat;
  background-size: 130px 50px;
}
.head .nav ul li.li-browser .slide {
  width: 292px;
  float: left;
  padding: 12px 24px;
}
.head .nav ul li.li-browser .slide .items {
  width: 100%;
  height: 62px;
  border: 1px solid #d9e2f5;
  border-radius: 12px;
  background-color: #eeeff2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 5px 0;
  transition: 0.5s;
  float: left;
}
.head .nav ul li.li-browser .slide .items a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  text-decoration: none;
}
.head .nav ul li.li-browser .slide .items p {
  display: inline-block;
  padding-left: 10px;
  padding-top: 2px;
}
.head .nav ul li.li-browser .slide .items p span {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  color: #000;
}
.head .nav ul li.li-browser .slide .items p em {
  display: block;
  width: 100%;
  font-size: 13px;
  color: #707070;
  height: auto;
  line-height: 16px;
}
.head .nav ul li.li-browser .slide .items p em b {
  color: #ed3d3d;
}
.head .nav ul li.li-browser .slide .items:hover {
  box-shadow: 0 5px 8px rgba(217,226,245,0.8);
}
.head .nav ul li:hover .slide {
  display: table;
}
.content {
  width: 100%;
}
.content .image {
  width: 100%;
  padding-top: 22px;
  float: left;
  position: relative;
}
.content .image .imgs {
  width: 100%;
}
.content .image .imgs img {
  max-width: 90%;
}
.content .image .rw {
  position: absolute;
  right: 300px;
  top: 0;
  z-index: 99;
}
.content .image .rw img {
  width: 360px;
}
.content .introduce {
  width: 100%;
}
.content .introduce .intrs {
  width: calc(100% - 20px);
  height: 278px;
  background-color: #292425;
  position: relative;
  margin-top: 54px;
  float: left;
  padding-top: 10px;
}
.content .introduce .intrs:after {
  content: "";
  position: absolute;
  left: -600px;
  top: 0;
  width: 600px;
  height: 100%;
  background-color: #292425;
}
.content .introduce .intrs:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 226px;
  height: 100%;
  background: #b7925d url("../img/56e3d3_226x270.jpg") top center no-repeat;
  background-size: 180px auto;
}
.content .introduce .intrs .text {
  width: 100%;
  max-width: 522px;
}
.content .introduce .intrs .text h3 {
  font-size: 24px;
  color: #d3d2d9;
  line-height: 50px;
  margin: 10px 0;
}
.content .introduce .intrs .text p {
  font-size: 16px;
  color: #9492a0;
  line-height: 28px;
  text-align: justify;
}
.footer {
  width: 100%;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
}
.footer .copyright {
  width: 100%;
  line-height: 40px;
  color: #fff;
  text-align: center;
}
.footer .labs {
  width: 100%;
  line-height: 40px;
  color: #fff;
  background-color: #c1a26d;
  text-align: right;
}
.footer .labs:after {
  content: "";
  position: absolute;
  right: -600px;
  top: 0;
  width: 600px;
  height: 40px;
  background-color: #c1a26d;
}
.banner {
  width: 100%;
  text-align: center;
  padding-top: 16px;
}
.banner img {
  width: 70%;
}
.contact {
  width: 100%;
  float: left;
  position: fixed;
  left: 0;
  bottom: 0;
  display: none;
}
.contact .list {
  width: 100%;
  border: 1px solid #5b5046;
  float: left;
  background-color: #292425;
  position: relative;
}
.contact .list:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #292425, #492b1f, #292425);
}
.contact .list:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  z-index: 99;
  background-image: linear-gradient(to bottom, #292425, #492b1f, #292425);
}
.contact .list ul {
  width: 100%;
  position: relative;
  float: left;
}
.contact .list ul li {
  width: 50%;
  height: 100px;
  display: flex;
  justify-content: center;
  background-color: #292425;
  align-items: center;
}
.contact .list ul li h5 {
  padding-left: 10px;
}
.contact .list ul li h5 span {
  display: block;
  width: 100%;
  font-size: 18px;
  color: #fff;
  line-height: 24px;
}
.contact .list ul li h5 em {
  display: block;
  width: 100%;
  font-size: 12px;
  color: #fff;
}
.contact .list ul li a {
  text-decoration: none;
}
.contact .list ul li .txts {
  font-size: 24px;
  margin: 0 10px;
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact .list ul li .txts img {
  width: 32px;
}
.contact .list ul li .slide {
  width: calc(100vw - 20px);
  height: auto;
  border: 1px solid #c4ad92;
  border-radius: 20px;
  position: absolute;
  left: 10px;
  margin-left: 0;
  display: table;
  bottom: 200px;
  float: left;
  z-index: 9999;
  background-color: #fff;
  padding: 10px 12px;
  display: none;
  padding-bottom: 8px;
  float: left;
}
.contact .list ul li .slide:after {
  content: "";
  position: absolute;
  left: 25%;
  margin-left: -12px;
  bottom: -16px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 16px solid #c4ad92;
}
.contact .list ul li .slide .items {
  width: 100%;
  height: 90px;
  border: 1px solid #4e3b31;
  border-radius: 12px;
  background-color: #30221b;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px 0;
  float: left;
}
.contact .list ul li .slide .items a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact .list ul li .slide .items p {
  display: inline-block;
  padding-left: 10px;
}
.contact .list ul li .slide .items p span {
  display: block;
  width: 100%;
  font-size: 20px;
  line-height: 1.6;
  color: #fff;
}
.contact .list ul li .slide .items p em {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #707070;
  height: auto;
  line-height: 1.4;
}
.contact .list ul li .slide .item {
  width: 100%;
  height: 36px;
  float: left;
  margin: 6px 0;
}
.contact .list ul li .slide .item .btns {
  width: 98px;
}
.contact .list ul li .slide .item .btns a {
  width: 98px;
  height: 36px;
  display: inline-block;
  background: url("../img/8ec053_166x64.png") center no-repeat;
  background-size: 98px 38px;
  border: none;
}
.contact .list ul li .slide .item .webs {
  width: calc(100% - 108px);
  max-width: 420px;
  height: 36px;
}
.contact .list ul li .slide .item .webs .ms {
  width: 56px;
  height: 36px;
  border-radius: 20px;
  background-image: linear-gradient(to right, #fc3d3e, #e71617);
  line-height: 36px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.contact .list ul li .slide .item .webs .www {
  width: calc(100% - 66px);
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  color: #404147;
  height: 36px;
  border: 1px solid #c6d9f9;
  margin-left: 10px;
  border-radius: 18px;
  padding: 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url("../img/38960b_64x20.png") center no-repeat;
  padding-right: 10px;
}
.contact .list ul li .slide .item .webs .www span {
  font-size: 16px;
}
.contact .list ul li .slide .item .webs .www span img {
  max-height: 28px;
  margin-right: 6px;
}
.contact .list ul li .slide .item .webs .www a {
  color: #333;
  text-decoration: none;
}
.contact .list ul li .slide .item:nth-child(1) .btns a {
  background: url("../img/9950c7_166x64.png") center no-repeat;
  background-size: 98px 38px;
}
.contact .list ul li.li-browser .slide {
  width: 260px;
  float: left;
  padding: 12px;
  bottom: 100px;
  display: none;
}
.contact .list ul li.li-browser .slide .items {
  width: 100%;
  height: 62px;
  border: 1px solid #d9e2f5;
  border-radius: 12px;
  background-color: #eeeff2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 5px 0;
  transition: 0.5s;
  float: left;
}
.contact .list ul li.li-browser .slide .items a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  text-decoration: none;
}
.contact .list ul li.li-browser .slide .items p {
  display: inline-block;
  padding-left: 10px;
}
.contact .list ul li.li-browser .slide .items p span {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  color: #000;
}
.contact .list ul li.li-browser .slide .items p em {
  display: block;
  width: 100%;
  font-size: 13px;
  color: #707070;
  height: auto;
  line-height: 16px;
}
.contact .list ul li.li-browser .slide .items p em b {
  color: #ed3d3d;
}
.contact .list ul li.li-browser .slide .items:hover {
  box-shadow: 0 5px 8px rgba(217,226,245,0.8);
}
.rws {
  width: 100%;
  text-align: right;
  padding-right: 20px;
  padding-top: 20px;
}
.rws img {
  width: 40%;
}

@media screen and (max-width: 1750px) {
  .head .logo {
    height: 100px;
  }
  .head .logo img {
    height: 64px;
  }
  .head .nav ul li {
    height: 100px;
    margin-left: 80px;
  }
  .head .nav ul li .txt h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .head .nav ul li .txt p {
    font-size: 12px;
    line-height: 14px;
  }
  .head .nav ul li .ico img {
    width: 36px;
    position: relative;
    top: 0;
  }
  .content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: calc(100vh - 140px);
  }
  .content .image .imgs {
    height: calc(100vh - 360px);
  }
  .content .image .imgs img {
    max-width: initial;
    height: 90%;
  }
  .content .introduce .intrs {
    margin-top: 0;
    height: 220px;
  }
  .content .introduce .intrs .text h3 {
    margin: 5px 0;
  }
  .content .introduce .intrs .text h3 img {
    height: 28px;
  }
  .content .introduce .intrs .text p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1350px) {
  .content .image .imgs img {
    max-width: initial;
    height: 40vh;
  }
  .content .introduce .intrs {
    margin-top: 0;
    height: 180px;
    padding-top: 0;
  }
  .content .introduce .intrs .text h3 {
    margin: 5px 0;
  }
  .content .introduce .intrs .text h3 img {
    height: 24px;
  }
  .content .introduce .intrs .text p {
    font-size: 14px;
    line-height: 20px;
  }
  .head .logo {
    height: 80px;
  }
  .head .logo img {
    height: 52px;
  }
  .head .nav ul li {
    height: 80px;
    margin-left: 80px;
  }
  .head .nav ul li .txt h4 {
    font-size: 16px;
    line-height: 24px;
  }
  .head .nav ul li .txt p {
    font-size: 12px;
    line-height: 14px;
  }
  .head .nav ul li .ico img {
    width: 28px;
    position: relative;
    top: 0;
  }
  .content {
    height: calc(100vh - 120px);
  }
}
@media screen and (max-width: 1200px) {
  .footer .labs {
    padding-right: 20px;
  }
  .wid {
    padding: 0 20px;
  }
  .content .image .imgs img {
    max-width: 40vw;
  }
  .head .logo {
    height: 100px;
  }
  .head .nav ul li {
    height: 100px;
    margin-left: 30px;
  }
  .head .nav ul li .txt h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .head .nav ul li .txt p {
    font-size: 12px;
    line-height: 14px;
  }
  .head .nav ul li .ico img {
    width: 36px;
    position: relative;
    top: 0;
  }
  .content .introduce .intrs {
    height: 330px;
  }
  .content .image .rw {
    top: initial;
    top: 50px;
    right: 240px;
  }
  .content .image .rw img {
    width: 320px;
  }
  .content .introduce .intrs {
    padding-right: 232px;
  }
}
@media screen and (max-width: 993px) {
  .head {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
  }
  .head .nav {
    width: 100%;
    background-color: #292425;
    border: 1px solid #5b5046;
  }
  .head .nav:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #292425, #492b1f, #292425);
  }
  .head .nav:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    z-index: 99;
    background-image: linear-gradient(to bottom, #292425, #492b1f, #292425);
  }
  .head .nav ul li {
    margin: 0;
    height: auto;
    width: 50%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .head .nav ul li .txt h4 {
    color: #fff;
  }
  .head .nav ul li.li-home .slide {
    width: calc(100vw - 20px);
    inset: 0;
    height: auto;
    border: 1px solid #c4ad92;
    border-radius: 20px;
    position: absolute;
    left: 10px;
    margin-left: 0;
    display: table;
    bottom: 100px;
    top: initial;
    float: left;
    z-index: 9999;
    background-color: #fff;
    padding: 10px 12px;
    display: none;
    transform: initial;
    padding-bottom: 8px;
    float: left;
  }
  .head .nav ul li.li-home .slide:after {
    content: "";
    top: initial;
    position: absolute;
    left: 25%;
    margin-left: -12px;
    bottom: -16px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 16px solid #c4ad92;
    border-bottom: 0;
  }
  .head .nav ul li.li-home .slide .item .webs {
    width: calc(100% - 80px);
    height: 28px;
  }
  .head .nav ul li.li-home .slide .item .webs .ms {
    width: 48px;
    height: 24px;
    border: 1px solid #ea1a1a;
    border-radius: 12px;
    line-height: 22px;
    font-size: 12px;
  }
  .head .nav ul li.li-home .slide .item .webs .www {
    width: calc(100% - 58px);
    height: 24px;
    position: relative;
  }
  .head .nav ul li.li-home .slide .item .webs .www span {
    font-size: 12px;
  }
  .head .nav ul li.li-home .slide .item .webs .www span img {
    height: 18px;
  }
  .head .nav ul li.li-home .slide .item .webs .www span:last-child img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 10px;
  }
  .head .nav ul li.li-home .slide .item .btns {
    width: 70px;
  }
  .head .nav ul li.li-home .slide .item .btns a {
    width: 70px;
    height: 28px;
    background-size: cover;
  }
  .head .nav ul li.li-browser .slide {
    width: 260px;
    float: left;
    display: table;
    top: initial;
    bottom: 110px;
    left: 10px;
    display: none;
    transform: initial;
  }
  .head .nav ul li.li-browser .slide:after {
    top: initial;
    bottom: -16px;
    border-bottom: initial;
    border-top: 16px solid #c4ad92;
  }
  .head .nav ul li:hover .slide {
    display: table;
  }
  .head .nav ul li.li-browser .slide .items a {
    padding-left: 6px;
  }
  .head .footer {
    height: 40px;
    line-height: 40px;
    background-color: #000;
    color: #fff;
  }
  .page {
    background: url("../img/950521_750x1359.jpg") center no-repeat;
    background-size: cover;
  }
  .footer {
    position: initial;
    float: left;
  }
  body,
  html {
    overflow: hidden;
  }
  .page .wid {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .wid {
    padding-left: 3%;
    padding-right: 3%;
  }
  .contact .list ul li.li-browser .slide .items {
    height: 56px;
  }
}
@media screen and (max-width: 450px) {
  .contact .list ul li .slide .item .webs .www {
    background-size: 32px 10px;
    background-position: 57% 50%;
  }
}
@media screen and (max-width: 415px) {
  .contact .list ul li .slide .item .webs .www {
    background-size: 32px 10px;
    background-position: 60% 50%;
    padding-right: 4px;
  }
  .contact .list ul li .slide .item .webs .www span {
    font-size: 12px;
  }
  .contact .list ul li .slide .item .btns {
    width: 84px;
  }
  .contact .list ul li .slide .item .btns a {
    width: 84px;
    height: 32px;
    background-size: 84px 32px !important;
  }
  .contact .list ul li .slide .item .webs {
    width: calc(100% - 90px);
    height: 32px;
  }
  .contact .list ul li .slide .item .webs .ms {
    width: 50px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
  }
  .contact .list ul li .slide .item .webs .www {
    height: 32px;
    line-height: 30px;
  }
}
@media screen and (max-width: 376px) {
  .contact .list ul li {
    height: 70px;
  }
  .contact .list ul li .txts img {
    width: 24px;
  }
  .contact .list ul li .txts h5 span {
    font-size: 14px;
  }
  .contact .list ul li .txts h5 em {
    font-size: 12px;
  }
  .contact .list ul li .slide {
    bottom: 140px;
  }
  .contact .list ul li.li-browser .slide.slide-browser {
    bottom: 70px;
  }
  .contact .list ul li .slide .item .webs .www span img {
    height: 20px;
    margin-right: 2px;
  }
  .contact .list ul li .slide .item .webs .www {
    background-size: 24px 8px;
  }
}
