@charset "utf-8";
/*public start*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */
}
html {
  font-size: 62.5%;
}
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
img {
  margin: 0;
  padding: 0;
  height: auto !important;
  margin: auto;
}
body {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  background: #fff;
  /* background: #0D1528;
  color: #fff; */
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-decoration: none;
  font-weight: normal;
  font-size: 100%;
}
img,
input,
button {
  border: none;
  padding: 0;
  margin: 0;
  outline-style: none;
}
/*去掉input等聚焦时的蓝色边框*/
select,
input,
textarea {
  font-size: 12px;
  margin: 0;
  padding: 0;
  outline: none;
}
select,
input {
  vertical-align: middle;
}
textarea {
  resize: none;
}
/*防止拖动*/
ul,
ol {
  list-style: none;
}
img {
  vertical-align: middle;
  font-size: 0;
  border: 0;
  outline: none;
  max-width: 100%;
}
/*去掉图片低测默认的3像素空白缝隙，或者用display：block也可以*/
i,
em {
  font-style: normal;
  text-decoration: none;
}
a {
  color: #333;
  text-decoration: none;
  outline: none;
}
.clearfix:after {
  content: "";
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.clear {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tc {
  text-align: center;
}
.last {
  margin-right: 0px !important;
}
.wrap {
  /* max-width: 1920px; */
}
.content {
  max-width: 1300px;
  margin: 0 auto;
}
.content15 {
  max-width: 1500px;
  margin: 0 auto;
}
.fs {
  font-size: 100px !important;
}
/*public end*/
.nybanner img {
  width: 100%;
}
.logo img {
  position: absolute;
  top: 50px;
  right: 10%;
  z-index: 900;
}
/* .nav{
	>li{
		float:left;
		font-size: 16px;
		>a{
			display:block;
		}
	}
} */
/*indexBanner*/
.banner,
.pagebanner {
  width: 100%;
  /*min-height: 90vh;*/
}
.banner img,
.pagebanner img {
  width: 100%;
  vertical-align: middle;
}
.banner .swiper-wrapper,
.pagebanner .swiper-wrapper {
  height: 100%;
}
.banner .swiper-pagination-bullet,
.pagebanner .swiper-pagination-bullet {
  width: 20px;
  height: 10px;
  border-radius: 0px;
  opacity: 1;
  background-color: #fff;
}
.banner .swiper-pagination-bullet-active,
.pagebanner .swiper-pagination-bullet-active {
  background-color: #3b2f27;
}
.swiper-slide img {
  height: 100%;
}

nav {
  display: none;
  /* width: 305px; */
  width: 220px;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 900;
  height: 100%;
  color: white;
  overflow-y: scroll;
}
/* @media screen and (max-width:768px){
    nav{
        top:60px;
    }
} */
nav a {
  color: white;
}
.nav-top {
 margin: 50px 10px;
  overflow: hidden;
}
.nav-top li {
height: 30px;
    line-height: 15px;
    width: 44%;
    float: left;
    padding: 5px 5px;
    background: rgba(0, 0, 0, 0.6);
    margin-bottom: 20px;
    margin: 3px 5px;
}
.nav-top li:nth-child(even) {
  margin-right: 4%;
}
.nav-top li em {
  margin-right: 10px;
}
.nav-top li em img {
  width: 29px;
  height: 20px;
}
.search {
  margin: 50px auto;
  width: 150px;
  height: 30px;
  border-bottom: 2px solid white;
}
.search input[type="text"] {
  background: transparent;
  float: left;
  width: 110px;
  display: block;
  line-height: 30px;
  color: white;
  font-size: 16px;
  padding-left: 5px;
}
.search input::-webkit-input-placeholder {
  /* placeholder颜色  */
  color: white;
  /* placeholder字体大小  */
  font-size: 16px;
}
.search input[type="submit"] {
  width: 30px;
  height: 25px;
  cursor: pointer;
  display: block;
  float: right;
  margin-bottom: 5px;
  background: url(../images/search.png) no-repeat center center;
}
.flag-active {
  width: 100% !important;
  background: transparent !important;
}
.nav-list > ul > li > a {
  height: 70px;
  display: block;
  padding-left: 30px;
  line-height: 70px;
  font-size: 18px;
  border-bottom: 2px solid #3b2f27;
}
.second {
  display: none;
}
.second li {
  height: 70px;
  display: block;
  padding-left: 60px;
  line-height: 70px;
  font-size: 18px;
  border-bottom: 2px solid #3b2f27;
}
.nav-btn {
  position: fixed;
  top: 50px;
  z-index: 900;
  left: 5%;
}
.topnav_box::-webkit-scrollbar {
  width: 5px;
  height: 10px;
  background-color: white;
}
.topnav_box::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: black;
}
/* .topnav_box::-webkit-scrollbar-thumb 滚动条中能上下移动的小块 {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 1) !important;
  background-color: white !important;
} */
.topnav_box::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.close {
  transform: rotate(45deg);
  font-size: 50px;
  color: white;
  display: block;
  height: 50px;
  width: 50px;
  margin-left: 30px;
  display: none;
}
.bar {
  margin-top: 20px;
  /*height: 90vh;*/
  clear: both;
}
/* .bar-img{
	background-size: cover;
	height: 100%;
	position: relative;
	&:hover{
        transform: scale(1.1);
	}
} */
.bar-img {
  width: 100%;
 /* height: 100vh;*/
  transition: all 0.3s;
}
.bar-img:hover {
  transition: all 0.3s;
  transform: scale(1.1);
}
.bar-img img {
  width: 100%;
 
}
.w65 {
  width: 58%;
}
.w34 {
  width: 41%;
}
.bar-con {
  overflow: hidden;
  position: relative;
  
}
.bar-con img {
 
  width: 100%;
}
.bar-box {
  
}
.bar-text {
  color: white;
  position: absolute;
  width: 100%;
  bottom: 10%;
  text-align: center;
  z-index: 100;
}
.bar-text dt {
  font-size: 30px;
}
.bar-text dt:after {
  content: "";
  display: block;
  height: 2px;
  width: 400px;
  background-color: #fff;
  margin: 20px auto;
}
.bar-text dd {
  font-size: 24px;
}
.btnbanner .swiper-button-prev {
  background: url(../images/left.png) no-repeat center center;
  width: 95px;
  height: 104px;
}
.btnbanner .swiper-button-next {
  background: url(../images/right.png) no-repeat center center;
  width: 95px;
  height: 104px;
}
.bottom {
  height: calc(74vh);
  position: relative;
}
.b-img img {
  width: 100%;
  height: 100%;
}
.b-text {
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  height: 100%;
}
.logo img {
  width: 15% !important;
}
.b-tit {
  position: absolute;
  top: 40px;
  width: 100%;
  text-align: center;
}
.b-tit dt:after {
  content: "";
  display: block;
  height: 2px;
  width: 180px;
  background-color: #efdac5;
  margin: 20px auto;
}
.b-tit dd {
  color: #efdac5;
  font-size: 20px;
}
.b-list {
  position: absolute;
  width: 100%;
  color: white;
  bottom: 10%;
  font-size: 18px;
  line-height: 2em;
}
.f-top {
  padding: 1.5% 0;
  position: relative;
}
.f-box {
  width: 33%;
  float: left;
  height: 100%;
  text-align: center;
  position: relative;
}
.f-box h2 {
  color: white;
  font-size: 20px;
  margin-bottom: 10px;
}
.fl-list li {
  display: inline-block;
  margin: 0 10px;
}
.fr-list li {
  color: white;
  font-size: 16px;
  line-height: 2em;
}
.f-box1 {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.f-center {
  border-left: 2px solid white;
  border-right: 2px solid white;
}
.f-center img {
  width: 26%;
}
footer {
  height: calc(26vh);
  width: 100%;
  overflow: hidden;
}
.f-top {
  background-color: #313131;
  height: 82%;
  overflow: hidden;
}
.copy {
  height: 18%;
  background-color: #201f1f;
  color: white;
  text-align: center;
  line-height: 3em;
  font-size: 14px;
}
.copy span {
  margin: 0 10px;
}
.copy a {
  color: white;
}
.ny1-nav {
  height: 70px;
  background-color: #000;
  padding: 0 5%;
  line-height: 70px;
}
.ny1-nav .nav-btn {
  float: left;
  position: initial;
}
.ny1-logo {
  width: 155px;
  margin: 0 auto;
}
.ny1-search {
  float: right;
  line-height: 70px;
  cursor: pointer;
}
.ny1-search-form {
  display: none;
  float: right;
  line-height: 70px;
}
.ny1-search-form input[type="text"] {
  width: 150px;
  height: 30px;
  background-color: transparent;
  border-bottom: 1px solid #eee;
  color: white;
  font-size: 18px;
}
.ny1-search-form input[type="submit"] {
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url(../images/ny1search.png) no-repeat center center;
}
.ny1bar {
  position: relative;
}
.ny1bar p {
  font-size: 30px;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  color: white;
}
.mt0 {
  margin-top: 0;
  margin-bottom: 0 !important;
  text-align: center;
}
.n-text-left {
  width: 550px;
  position: absolute;
  z-index: 100;
  top: 3%;
  left: 5%;
  color: white;
}
.n-text-left dt {
  font-size: 30px;
  margin-bottom: 10px;
}
.n-text-left dd {
  font-size: 19px;
  line-height:1.2em;
}
.n-text-left em {
  font-size: 14px;
  margin-top: 10px;
  display: block;
}
.n-text-right {
  width: 550px;
  position: absolute;
  z-index: 100;
  top: 30%;
  right: 5%;
  color: white;
}
.n-text-right dt {
  font-size: 30px;
  margin-bottom: 10px;
}
.n-text-right dd {
  font-size: 20px;
  line-height: 2em;
}
.n-text-right em {
  font-size: 14px;
  margin-top: 10px;
  display: block;
}
.four-box {
  width: 50%;
  float: left;
  /* height: 50vh; */
  position: relative;
}
.four-box img {
  width: 100%;
}
.four-text {
  width: 60%;
  text-align: center;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.four-text dt {
  font-size: 20px;
  margin-bottom: 10px;
}
.four-text dd {
  font-size: 16px;
  line-height: 2em;
}
/*----*/
/*--ny3  */
.menu {
  background-color: #fff;
  height: 50px;
  line-height: 50px;
    margin: 0 0 20px 0;
/*margin-top: 50px;*/
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}
.dj-menubar{
    display: flex;
}
/* .menu li {
  float: left;
  width: 25%;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
} */
.menu li a {
    font-weight: bold;
    font-size: 15px;
    color: #666;
}
/* djgzs.com */
.dj_show_menu{
    position: relative;
    top: -2px;
    left: 5px;
    width: 16px;
    cursor: pointer;
}

.dj-menubar .cur>a{
  color: #000 !important;
  font-weight: bold;
}
.dj-menubar li{
    position: relative;
}
.dj_second{
    display: none;
    position:absolute;
    top: 48px;
    z-index: 9999;
    background-color: #fff;
    border:1px solid #d2d2d2;
    border-top: none;
    width: 150px;
}
.dj_second li{
    padding-left: 10px;
}
.product li {
  width: 30%;
  margin: 0 1.6%;
  float: left;
  text-align:center;
  margin-bottom: 80px;
}
.product li p {
  line-height: 2em;
  font-size: 16px;
  text-align: center;
  color: #666;
}
.p-list {
  display: none;
}
.p-list:first-child {
  display: block;
}
.mh {
  position: fixed;
  top: 80px;
  z-index: 800;
  width: 100%;
  margin-top: 0;
}
.nh {
  position: fixed;
  top: 0px;
  z-index: 900;
  width: 100%;
  margin-top: 0;
}
.p-img {
  width: 100%;
  overflow: hidden;
}
.p-img img {
  transition: all 0.3s;
  /* transform: scale(1.1); */
}
.p-img img:hover {
  transition: all 0.3s;
  transform: scale(1.2);
}
/*----*/
/*--ny4  */
.d-lunbo {
  position: relative;
  margin: 100px 0;
}
.dl-img {
  max-width: 100%;
  overflow: hidden;
}
.dl-img img {
  transform: scale(0.7);
  height: auto;
}
.dl-img:hover img {
  transition: all 0.3s;
  transform: scale(0.9);
}
.dl-text {
  text-align: center;
}
.dl-text p {
  color: #666;
  line-height: 2em;
}
.swiper-button-next-d {
  height: 48px !important;
  width: 48px !important;
  background: url(../images/dright.png) no-repeat center center !important;
  border: 1px solid #666;
  border-radius: 100%;
  right: -50px !important;
}
.swiper-button-prev-d {
  height: 48px !important;
  width: 48px !important;
  background: url(../images/dleft.png) no-repeat center center !important;
  border: 1px solid #666;
  border-radius: 100%;
  left: -50px !important;
}
.share {
  cursor: pointer;
}
.alert {
  display: none;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 990;
}
.alert-con {
  width: 600px;
  background-color: #fff;
  height: 500px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.alert-close {
  display: block;
  font-size: 50px;
  transform: rotate(45deg);
  float: right;
  margin-right: 10px;
  cursor: pointer;
}
.alert-text {
  margin-top: 60px;
  text-align: center;
}
.alert-text h2 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.alert-text h3 {
  font-size: 25px;
  text-align: center;
  font-weight: bold;
}
.alert-text li {
  float: left;
  width: 50%;
  margin-top: 50px;
}
.alert-text li p {
  font-weight: bold;
  margin-top: 10px;
  font-size: 20px;
}
.alert-text li div {
  height: 30px;
}
.d-img {
  float: left;
  width: 60%;
}
.d-text {
  float: right;
  width: 35%;
}
.d-top {
  width: 100%;
  overflow: hidden;
}
.d-simg {
  float: left;
  text-align: center;
  width: 15%;
}
.d-simg li {
  max-width: 100%;
  margin-bottom: 50px;
}
.d-simg img {
  width: 80%;
}
.d-bimg {
  float: right;
  width: 82%;
  height: 100%;
  position: relative;
  cursor: url(../images/fdj.png), crosshair;
}
.d-bimg img {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 90%;
}
.dt1 dt {
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
  margin-bottom: 20px;
}
.dt1 dd {
  font-size: 14px;
}
.dt1 dd em {
  display: block;
  float: right;
  margin-top: -5px;
  margin-right: 10px;
}
.dt2 {
  font-size: 20px;
  margin: 20px 0;
}
.d-box {
  overflow: hidden;
  margin-bottom: 40px;
  width: 100%;
}
.d-box em {
  float: right;
  margin-right: 10px;
}
.d-box h2 {
  font-size: 22px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 2px solid #959595;
}
.d-box ul {
  width: 100%;
  display: block;
}
.d-box li {
  float: left;
}
.d-article p {
  width: 60%;
  line-height: 2em;
  font-size: 18px;
  margin-top: 40px;
}
.menu-wrap {
  width: 100%;
  height: 50px;
  margin: 0px 0;
}
.d-list1 {
  overflow-x: auto;
  height: 80px;
  width: 100%;
}
.d-list1 li {
  width: 116px;
  overflow: hidden;
}
.d-list1 li img:hover {
  transition: all 0.3s;
  transform: scale(1.1);
}
.d-list2 {
  overflow-x: auto;
  overflow-y: scroll !important;
  height: 140px;
  display: none;
}
/* .d-list2 li {
  max-width: 190px;
  float: left;
  overflow: hidden;
} 2018 9 28 修改*/

.d-list2 li {
  max-width: 190px;
  float: left;
  width: 50%;
  overflow: hidden;
}

.d-list2 li img {
  width: 80%;
}
.d-list2 li:hover img {
  transition: all 0.3s;
  transform: scale(1.1);
}
.d-list1::-webkit-scrollbar {
  width: 5px;
  height: 10px;
  background-color: white;
}
.d-list1::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: grey;
}
.d-list1::-webkit-scrollbar-thumb {
  background-color: #333;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.d-list2::-webkit-scrollbar {
  width: 5px;
  height: 10px;
  background-color: white;
}
.d-list2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: grey;
}
.d-list2::-webkit-scrollbar-thumb {
  background-color: #333;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.d-close {
  font-size: 60px;
  transform: rotate(45deg);
  position: absolute;
  right: 8%;
  top: 40px;
  z-index: 980;
  cursor: pointer;
}
.bg {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  display: none;
}
.scale {
  position: fixed;
  z-index: 901;
  height: 100%;
  top: 0;
  width: 100%;
  left: 0px;
  display: none;
}
.d-simg {
  overflow-y: scroll;
  height: 100%;
}
.d-simg::-webkit-scrollbar {
  width: 8px;
  height: 10px;
  background-color: white;
}
/* .d-simg::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #dcdcdc;
} */

.d-simg::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: black;
}


.d-simg::-webkit-scrollbar-thumb {
  background-color: white;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.section-position {
  font-size: 25px;
  margin-bottom: 10px;
}
.jssort01-99-66 {
  height: 600px !important;
}
.jssort01-99-66 .p {
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 110px;
}
.jssort01-99-66 .t {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  border: none;
  transform: translate(-50%, -50%);
}
.jssort01-99-66 .w {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.jssort01-99-66 .c {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 140px;
  height: 110px;
  box-sizing: content-box;
}
.jssort01-99-66 .pav .c {
  top: 2px;
  _top: 0px;
  left: 2px;
  _left: 0px;
  width: 140px;
  height: 110px;
  background-position: 50% 50%;
}
.jssort01-99-66 .p:hover .c {
  top: 0px;
  left: 0px;
  width: 140px;
  height: 110px;
  border: #fff 1px solid;
  background-position: 50% 50%;
  cursor: pointer;
}
.jssort01-99-66 .p.pdn .c {
  background-position: 50% 50%;
  width: 140px;
  height: 110px;
}
.jssort01-99-66 .c,
.jssort01-99-66 .pdn .c,
.jssort01-99-66 .pav .c {
  width: 140px;
  height: 110px;
}
.jssort01-99-66 > div {
  top: -20px !important;
  height: 620px !important;
}
#jssor_1 > div > div {
  height: 600px !important;
}
/* #jssor_1 >div{
	 height: 600px !important;
} */
.ny5 {
  position: relative;
  margin: 0 auto;
  top: 0px;
  left: 0px;
  width: 960px;
  height: 600px;
  overflow: hidden;
  visibility: hidden;
}
.dimg-wrap {
  cursor: default;
  position: relative;
  top: 0px;
  left: 240px;
  width: 720px;
  height: 600px;
  overflow: hidden;
}
.thumbnavigator {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 240px;
  height: 600px;
}
/* .dimg {
  cursor: url(../images/fdj.png), crosshair;
} */
.dimg {
  cursor: url(../images/fdj1.png), crosshair;
}
.dimg img {
  width: 100% !important;
  top: 50% !important;
  left: 50% !important;
  height: initial !important;
  transform: translate(-50%, -50%);
}
/* & > div{
		width: 100% !important;
		height: 100% !important;
	} */
/* #jssor_1 {
  width: 100%;
  height: 100% !important;
} */
/* .ny5 {
  width: 100% !important;
  height: 100% !important;
  position: fixed !important;
  z-index: 901;
  top: 0;
  left: 0;
  
} */
/* 
#jssor_1 > div {
  // height: 600px !important;
  height: 100% !important;
  transform: initial !important;
}
#jssor_1 > div > div {
  height: 100% !important;
}
.jssort01-99-66 > div {
  top: 0 !important;
  height: 100% !important;
  overflow-y: scroll;
  overflow-x: hidden;
}
.jssort01-99-66 {
  height: 100% !important;
}
.dimg {
  width: 100% !important;
  height: 100% !important;
  text-align: center;
  img {
    width: 70% !important;
    margin-left:120px  }
}
.dimg-wrap {
  width: 100% !important;
  height: 100% !important;
}

.jssort01-99-66 > div::-webkit-scrollbar    //滚动条整体部分
 {
  width: 5px;
  height: 10px;
  background-color: white;
}
.jssort01-99-66 > div::-webkit-scrollbar-track       //scroll轨道背景
 {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #dcdcdc;
}

.jssort01-99-66 > div::-webkit-scrollbar-thumb {
  background-color: white;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
} */
/*----*/
/*--ny7  */
.intro-bar {
  margin-top: 100px;
  overflow: hidden;
  position: relative;
}
.intro-bar:last-child {
  margin-bottom: 100px;
}
.intro-bar:nth-child(odd) .intro-img {
  float: left;
  margin-right: 4%;
}
.intro-bar:nth-child(odd) .intro-text {
  right: 0;
}
.intro-bar:nth-child(even) .intro-img {
  float: right;
}
.intro-img {
  width: 44%;
}
.intro-text {
  width: 52%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.intro-text p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.8em;
}
/*----*/
/*--ny8*/
.contact-tit {
  text-align: center;
  margin: 60px 0;
}
.contact-tit dt {
  font-size: 40px;
  margin-bottom: 10px;
}
.contact-tit dd {
  font-size: 25px;
  color: #666;
}
.contact-con {
  margin-bottom: 50px;
  overflow: hidden;
  background-size: 100%;
  background: url(../images/81.jpg) no-repeat left top;
}

.contact-message {
  width: 44%;
  float: left;
  height: 100%;
  text-align: center;
}
.contact-box {
  /* position: absolute;
	top:50%;
	transform: translateY(-0%); */
 font-size: 16px;
   text-align: left;
 margin: 45% 0 0 40%;
}
.contact-box p {
  line-height: 2em;
}
.contact-form {
  float: right;
  width: 52%;
}
.contact-form input[type="text"] {
  display: block;
  width: 100%;
  border: 1px solid #cacaca;
  height: 58px;
  margin-bottom: 30px;
  padding-left: 2%;
  font-size: 18px;
  background-color: transparent;
}
.contact-form textarea {
  padding: 2%;
  width: 100%;
  border: 1px solid #cacaca;
  height: 300px;
  font-size: 18px;
  background-color: transparent;
}
.contact-form input[type="submit"] {
  width: 210px;
  height: 50px;
  background-color: #1b1b1b;
  color: white;
  cursor: pointer;
  font-size: 18px;
  border-radius: 5px;
  margin: 50px auto 50px;
  display: block;
}
/*----*/
/*indexMain*/
/*bottom*/
.footer {
  background: #fff;
}
.four-box a {display:block}

.ind {
  background-color: #f9f9f9;
  padding: 40px 0;
  margin-top: 50px;
}
.ind dl {
  text-align: center;
}
.ind dt {
  font-size: 30px;
}
.ind dd {
  font-size: 16px;
  max-width: 560px;
  margin: 20px auto;
  line-height: 1.7em;
}
.ind-img {
  margin-top: 40px;
}
.ind-left {
  float: left;
  width: 48%;
}
.ind-right {
  float: right;
  width: 48%;
}
.close {
  margin-left: 50px;
}
.contact-con {
  background-size: 80%;
}
.contact-box {
  margin: 32% 0 0 32%;
}
.contact-form input[type="text"] {
  height: 48px;
}
.contact-form textarea {
  height: 180px;
}
@media (max-width: 640px) {
  .ny1-search {
    display: none;
  }
  .ind-img div {
    width: 100%;
    text-align: center;
  }
}


/**2018/10/16***/


.abcss {
  position: absolute;
  left: 0;
  z-index: 900;
}
.d-simg {
  float: left;
  text-align: center;
  background-color: #fff;
  width: 15%;
}
.d-simg li {
  max-width: 100%;
  margin-bottom: 50px;
}
.d-simg img {
  width: 80%;
}
.d-bimg {
  float: right;
  width: 1400px;
  height: 100%;
  position: relative;
  cursor: url(../images/fdj.png), crosshair;
}
#moveBar {
  position: absolute;
  cursor: move;
  z-index: 800;
  width: 1400px;
  height: 800px;
}
#moveBar img {
  width: 100%;
}
.move-mask {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}


/*1024**/
.toclass{
  transform:rotate(0deg) !important;
  transition:all 0.3s !important;
}
.d-box em{
   transform:rotate(180deg);
  transition:all 0.3s;
}

.d-list2 p{
font-size: 14px;
line-height: 1.8em;width: 90%;
}

.indc{
  position: fixed;
  top:50%;
  left:50%;
  transform: scale(2);
  transform: translate(-50%,-50%);
}

/***1025****/
.alertbox {
  display: none;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 990;
}
  .alertbox img{
    position: absolute;
       top:50%;
       left:50%;
       transform: translate(-50%,-50%);
  }
