@charset "utf-8";

body,div,a,p,span{
font-family:'MinionPro','微软正黑軆';
}
body,html{ 
	width: 100%; 
	height: 100%;
}

html{ 
	overflow-x: hidden;
}
table{
	border-collapse:collapse; 
	border-spacing:0;
}

a,button,input,div{
     -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}



input[type="submit"]{
        -webkit-appearance: none;
          border-radius: 0;
}
*{
	margin: 0; 
	padding: 0;
	outline: none;
	color: #434343;
	
}



body{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100% !important;  
	text-size-adjust: 100% !important;  
	-moz-text-size-adjust: 100% !important;  
}

a{text-decoration: none;}
ul li{
	list-style: none;
}
input,button,a{
	outline: none;
}

h1,h2,h3,h4,h5,h6,p{
	margin-block-start: 0;
	margin-block-end: 0;
}



.h75{
	height: 75px;
	width: 100%;
	overflow: hidden;
}

.h100{
	height: 100px;
	width: 100%;
	overflow: hidden;
}

.h120{
	height: 120px;
	width: 100%;
	overflow: hidden;
}

.container_100{
	max-width: 1500px;
	width: 92%;
	margin: 0 auto;
	height: auto;
	/* overflow: hidden; */
}

.container_big{
	max-width: 1500px;
	width: 92%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}

.container{
	max-width: 1300px;
	width: 92%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}






.nav_top {
	background: #FFFFFF;
	height: 96px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	border-bottom: 1px solid #dedede;
}

.nav_top .container_big{
	display: box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 100%;
}

.logo {
	background-position: center left;
	background-repeat: no-repeat;
	width: 300px;
	display: block;
	height: 100%;
	margin-right: 2%;
	background-size: initial;
}

.nav {
	height: auto;

	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	display: box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-end;
}

.nav>ul {
	height: auto;
	width: 100%;
	max-width: 900px;
	display: box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}


.nav>ul>li {

	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	height: 100%;
	width: 16.666667%;
	display: box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

.nav>ul>li>a {
	width: 100%;
	height: 38px;

	color: #2f2f2f;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
}

.nav>ul>li>a:hover{
	border-bottom: 2px solid #bda9ce;
	height: 36px;
}


.nav_active a{
	border-bottom: 2px solid #bda9ce;
	height: 36px !important;
}


.nav>ul>li>ul {
	display: none;
	position: absolute;
	top: 150px;
	left: 50%;
	transform: translate(-50%);
	min-width: 100%;
	width: auto;
}

.nav>ul>li>ul li {
	line-height: 45px;
	background: rgba(0, 0, 0, 0.35);
	padding: 0 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	position: relative;
}



.nav>ul>li>ul li.navhover a {
	color: #1A75B0 !important;
}

.nav>ul>li>ul li:last-child {
	border: none;
}



.nav>ul>li>ul li a {
	display: block;
	width: 100%;
	height: 45px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
}

.nav>ul>li:hover ul::after {
	content: '';
	height: 2px;
	width: 100%;
	background-color: #1a75b0;
	position: absolute;
	top: 0px;
	left: 0;
}

.active {
	color: #1a75b0 !important;
}


.language{
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: flex-end;
	width: 90px;
}

.language a{
	display: inline-block;
	padding:0px 8px;
	height: 36px;
}

.language p{
	display: inline-block;
	width: 1px;
	height:20px;
	margin-top: -10px;
	background-color: #434343;
}



.close {
	cursor: pointer;
	float: right !important;
}


.mini_nav {
	height: 59px;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	display: none;
	border-bottom: 1px solid #eeeeee;
}

.mini_nav .container {
	position: relative;
}

.mini_nav .container img {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -13px;
	cursor: pointer;
}


.mini_logo {
	width: 100%;
	height: 60px;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 60%;
}


.mini_bg {
	background: #000000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 11;
	display: none;
	width: 100%;
	height: 100%;
}

.mini_bg .container>ul {
	overflow-y: auto;
}

.mini_bg .container>ul::-webkit-scrollbar {
	width: 0px
}

.mini_bg>ul {
	margin-top: 12px;
	width: 100%;
	height: auto;
}

.mini_bg ul li {
	width: 100%;
	display: block;
	height: auto;
}

.mini_langu{
	width: 40%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	padding-top: 30px;
}

.mini_langu a{
	width: 50% !important;
	text-indent: 0 !important;
	float: left;
	text-align: center;
	text-decoration: underline;
}


.down_up>a::after {
	content: '';
	background-image: url(../img/index/right.png);
	background-repeat: no-repeat;
	background-position: center;
	right: 0;
	bottom: 0;
	width: 30px;
	height: 45px;
	position: absolute;
}


.down_up>a.aa::after {
	content: '';
	background-image: url(../img/index/right.png);
	background-repeat: no-repeat;
	background-position: center;
	right: 0;
	bottom: 0;
	width: 30px;
	height: 45px;
	position: absolute;
	transform: rotate(90deg);
}


.mini_bg .container>ul>li>a {
	border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}

.mini_bg ul{
	margin-top: 66px;
}
.mini_bg ul li a {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 14px;
	line-height: 45px;
	text-indent: 1em;
	height: 45px;
	position: relative;
}

.mini_bg ul li ul {
	display: none;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}

.mini_bg ul li ul li a {
	text-indent: 2em;
}






.mini_close {
	cursor: pointer;
	float: right !important;
}





@media only screen and (max-width: 1100px) {
	.nav_top {
		display: none;
	}

	.mini_nav {
		display: block;
	}
}







.swiper-index {
	width: 100%;
	height: calc(100% - 96px);
	margin-top: 96px;
}

.swiper-index .container_big {
	height: 100%;
	position: relative;
}



.swiper-index .swiper-slide .slogan {
	width: 100%;
	height: auto;
	z-index: 3;
	position: absolute;
	left: 0;
	top: 45%;
	transform: translateY(-50%);
	/* text-shadow: 0 5px 2px #000000; */
}


.swiper-index .swiper-slide p:nth-child(1) {
	font-size: 36px;
	font-weight: normal;
	color: #434343;
	display: inline-block;
	width: 100%;
	line-height: 1;
	text-transform: uppercase;

	height: 75px;
	-webkit-transition: font-size 0.2s ease-out;
}



.swiper-index .swiper-slide p:nth-child(2),.swiper-index .swiper-slide p:nth-child(3) {
	font-size: 100px;
	color: #434343;
	display: inline-block;
	width: 100%;
	text-align: justify;
	text-transform: uppercase;
	line-height: 1em;
	font-family: 'agatho';
}
.swiper-index .banner_btn{
	width: 100%;
	height: 45px;
	margin-top: 35px;
}

.swiper-index .swiper-slide a {
	display: block;
	padding: 0 18px;
	height: 41px;
	margin:0 25px 0 0;
	color: #434343;
	text-align: center;
	line-height: 41px;
	font-family: 'agatho';
	text-transform: uppercase;
	font-size: 18px;
	float: left;
	border: 2px solid #bda9ce;
}

.swiper-index .swiper-slide a:hover {
	background-color: #bda9ce;
	color: #fff;
}

.swiper-index .swiper-slide img {
	float: left;
	height: 31px;
}


.swiper-index span i {
	color: #ad2419;
	font-style: normal;
	display: inline-block;
}


.swiper-index .index_slide {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100%;
}



.swiper-index>.swiper-pagination-bullets{
	
	bottom: 94px !important;
	width: 92%;
	max-width: 1500px;
	left: 50%;
	transform: translateX(-50%);
}



.swiper-index .swiper-pagination-bullet {
	width: 86px;
	height: 3px;
	border-radius: 0;
	border: none;
	background-color: #fff;
	float: left;
	margin: 0 !important;
}



.swiper-index .swiper-pagination-bullet-active {
	background: #bda9ce !important;
	border: none;
}



.titile_box{
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	height: auto;
	overflow: hidden;
}

.titile_box img{
	height: 74px;
	width: 75px;
	display: block;
}

.title{
	color: #434343;
	font-size: 48px;
	padding: 20px 0;
	text-transform: uppercase;
	text-align: center;
}

.sm_title{
	color: #434343;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.2;
}




.select_box{
	padding-top: 45px;
	width: calc(100% - 120px);
	float: left;
	height: 870px;
}


.select_box .swiper-container{
	overflow: inherit;
}

.selection_slide:hover .select_con p:first-child{
	color: #bda9ce;
}

.selection_slide:hover .select_more img{
	left: calc(100% - 62px);
}

.selection_slide:hover .select_border{
	border: 2px solid #bda9ce;
	width: 90%;
	height: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.selection_slide:hover .select_img img{
	transform: scale(1.2); /*把图片放大1.5倍*/
	-webkit-transform: scale(1.2);
}
.select_img{
	height: 700px;
	width: 100%;
	overflow: hidden;
	position: relative;
}


.select_img img{
	display: block;
	height: auto;
	 transition: all 2s ease-out; /*ease-out 减速、慢慢结束*/
	  -webkit-transition: all 2s ease-out;
}



.select_con{
	margin-top: 35px;
}

.select_con p:first-child{
	font-size: 28px;
	display: block;
	line-height: 1.3;
	width: 100%;
	text-transform: capitalize;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.select_con p:last-child{
	font-size: 18px;
	width: 100%;
	line-height: 1.2;
	text-transform: capitalize;
	margin: 12px 0;
	overflow: hidden;
	height: 58px;
	text-overflow: ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical; 
	-webkit-line-clamp:3; 
}
.select_more{
	width: 100%;
	height: 15px;
	position: relative;
}
.select_more img{
	display: block;
	position: absolute;
	width: 62px;
	height: 9px;
	top: 0;
	left: 0;
	transition:left 1.5s;
	-moz-transition:left 1.5s; /* Firefox 4 */
	-webkit-transition:left 1.5s; /* Safari and Chrome */
	-o-transition:left 1.5s; /* Opera */
}

.select_btn{
	width: 120px;
	float: left;
	height: 870px;
	position: relative;
}

.select_btn_box{
	position: absolute;
	bottom: 50px;
	right: 0;
	width: 68px;
	height: 31px;
}

.select_next{
	background-image: url(../img/index/right.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 31px;
	width: 17px;
	right: 0;	
}
.select_prev{
	background-image: url(../img/index/left.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 31px;
	width: 17px;
	left: 0;
}

.select_btn .swiper-button-next:after,
.select_btn .swiper-container-rtl .swiper-button-prev:after{
	content: none;
}

.select_btn .swiper-button-prev:after,
.select_btn .swiper-container-rtl .swiper-button-next:after{
	content: none;
}

.story{
	padding: 34px 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.story_img{
	height: auto;
	
	width: 100%;
	margin-top: 45px;
	
	/* position: relative; */
}

.story_img img{
	width: 100%;
	height: auto;
	overflow: hidden;
	z-index: 7;
	/* position: absolute; */
}


.bgfff{
	background-color: #fff;
}

.story_title{
	font-size: 36px;
	height: 145px;
	width: 90%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	text-align: center;
}
.story_con{
	z-index: 8;
	position: sticky;
	margin: -80px auto 0;
}

.story_con p{
	padding: 0 93px;
	font-size: 18px;
	text-align: center;
	line-height: 1.2;
}

.story_con a{
	display: block;
	width: 80%;
	margin: 0 auto;
	position: relative;
	height: 110px;
	
}

.story_con a img{
	display: block;
	height: 9px;
	width: 62px;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition:left 1.5s;
	-moz-transition:left 1.5s; /* Firefox 4 */
	-webkit-transition:left 1.5s; /* Safari and Chrome */
	-o-transition:left 1.5s; /* Opera */
}

.story_con a:hover img{
	left: calc(100% - 62px);
}

.moment{
	width: calc(33.33333% - 27px);
	margin-right: 40px;
	margin-top: 45px;
	float: left;
	display: block;
}

.moment:last-child{
	margin-right: 0;
}

.moment_bg{
	width: 100%;
	height: 354px;
	overflow: hidden;
}

.moment_bg img{
	display: block;
	/* min-height: 100%;
	min-width: 100%; */
	height:100%;
	margin: 0 auto;
	 transition: all 2s ease-out; /*ease-out 减速、慢慢结束*/
	  -webkit-transition: all 2s ease-out;
}


.moment:hover .moment_bg img{
	 transform: scale(1.2); /*把图片放大1.5倍*/
	  -webkit-transform: scale(1.2);
}

.moment:hover .moment_title{
	color: #bda9ce;
}


.moment_title{
	width: 100%;
	height: 50px;
	font-size: 32px;
	line-height: 1;
	padding-top: 50px;
	overflow:hidden; 
	text-overflow: ellipsis;
	white-space:nowrap; 
	border-bottom: 1px solid #a0a0a0;
	text-transform: capitalize;
	position: relative;
}


.moment p{
	font-size: 18px;
	line-height: 1.2;
	width: 100%;
	height: auto;
	padding-top: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical; 
	-webkit-line-clamp:3;
}

.moment_more{
	height: 38px;
	width: 100%;
	padding-top: 60px;
	display: flex;
	justify-content: center;
}

.moment_more a{
	padding: 0 33px;
	height: 38px;
	margin: 0 auto;
	background-color: #bda9ce;
	display: inline-block;
	line-height: 38px;
	color: #FFFFFF;
	font-size: 18px;
}

.moment_more a:hover{
	background-color: #ac8cc7;
}
.moment_more a img{
	display: inline-block;
	margin-left: 5px;
}

.inquiry{
	padding: 110px 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.inquiry .container_big,.inquiry .container{
	position: relative;
}

.inquiry_left{
	width: 43%;
	max-width: 553px;
	height: 705px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
}

.inquiry_right{
	height: 565px;
	float: left;
	width: 57%;
	padding: 70px 0 70px 0;
	background-color: #fff;
}

.inquiry_right_con{
	padding: 0 100px;
	height: 100%;
}

.inquiry_title{
	height: 70px;
	font-size: 48px;
	line-height: 1;
	text-transform: uppercase;
}

.inquiry_right p{
	font-size: 18px;
	height: 84px;
	min-height: 80px;
	line-height: 1.2;
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:4; 
}


.inquiry_ipt{
	width: 100%;
	height: 85px;
}

.inquiry_ipt label{
	width: calc(50% - 31px);
}


.inquiry_ipt label span, .inquiry_ipt label input{
	width: 100%;
	display: block;
	height: 42.5px;
	line-height: 42.5px;
	font-size: 18px;
}

sup{
	font-family: 'wrzh';
}

.inquiry_ipt label input{
	background-color: #f5f5f5;
	font-family: 'agatho';
	border: none;
	text-indent: 1em;
	font-size: 18px;
}

.inquiry_ipt label:first-child{
	float: left;
}
.inquiry_ipt label:last-child{
	float: right;
}

textarea{
	resize: none;
}

.inquiry_textarea label{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.inquiry_textarea label span{
	width: 100%;
	display: block;
	height: 42.5px;
	line-height: 42.5px;
	font-size: 18px;
}

.inquiry_textarea label textarea{
	width: 100%;
	display: block;
	padding: 1em 0;
	height: calc(198px - 2em);
	background-color: #f5f5f5;
	border: none;
	text-indent: 1em;
	font-family: 'agatho';
	font-size: 18px;
}

.inquiry_right_con>input{
	font-family: 'minion';
	height: 43px;
	width: auto;
	border: none;
	padding: 0 30px;
	text-align: center;
	line-height: 43px;
	background-color: #bda9ce;
	margin: 30px auto 0;
	display: inline-block;
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
}

.inquiry_right_con>input:hover{
	background-color: #ac8cc7;
}




.banner{
	margin-top: 97px;
	width: 100%;
	height: 500px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}



.inquiry .boxdow{
	box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
}


.con_title{
	padding-top: 130px;
	height: auto;
	padding-bottom: 60px;
	font-size: 48px;
	text-transform: uppercase;
	text-align: center;
	line-height: 1;
}

.item {
  display: block;
  margin: 0 0 30px 0;
  padding: 12px;
  background: white;
  border-radius: 3px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  transition: all 220ms;
}
.item:hover {
  box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
  transition: all 220ms;
}

.item:hover h2{
	color: #bda9ce;
}


.item > img {
  display: block;
  width: 100%;
  margin: 0 0 24px 0;
}
.item h2 {
  text-align: left;
  font-size: 28px;
  text-transform: capitalize;
  line-height: 1.2;
  margin: 0 0 20px 0;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display:-webkit-box; 
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2; 
}

.item p{
	font-size: 18px;
	padding-bottom: 18px;
	line-height: 1.2;
	border-bottom: 2px solid #a0a0a0;
}

.time{
	height: 60px;
	display: block;
	line-height: 60px;
	font-size: 24px;
}

 
.masonry {
  display: block;
  position: relative;
}
.item {
  display: block;
  width: calc(33.33333% - 13.3333px);
  padding: 24px;
  float: left;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  .item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 480px) {
  .item {
    width: auto;
    float: none;
	margin: 0 0 0 0;
	 padding: 8px 18px;
  }
  .new_more a{
	  margin: 40px auto !important;
  }
}                      




.new_more a{
	height: 38px;
	width: 153px;
	background-color: #bda9ce;
	font-size: 16px;
	color: #fff;
	line-height: 38px;
	text-align: center;
	display: block;
	margin: 70px auto;
}


.new_more a:hover{
	background-color: #ac8cc7;
}


.contact_box{
	width: 100%;
	height: 250px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 130px;
}

.contact_con{
	width: 30%;
	box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.3);
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.contact_con p:nth-child(2){
	padding: 22px 0;
}

.contact_con p{
	font-size: 24px;
}


.map{
	height: 600px;
	width: 100%;
}

#map{
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.about_img{
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.about_con{
	padding: 115px 0;
	overflow: hidden;
	border-bottom: 1px solid #bfbfbf;
}

.about_left, .about_right{
	width: 50%;
	height: 165px;
	float: left;
}

.about_left{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.about_left p:first-child{
	font-size: 48px;
	text-transform: uppercase;
	display: block;
	width: 100%;
}

.about_left p:last-child{
	font-size: 18px;
	display: block;
	width: 100%;
}


.about_right p{
	font-size: 18px;
	line-height: 1.3;
}


.video-container{
	height: 560px;
	width: 100%;
	margin-bottom: 130px;
	position: relative;
}

.yourDiv{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.yourDiv img{
	display: block;
}


.video1{
	width: 100%;
	height: 100%;
	background:transparent url('img/about/about_video.png') 100% 100% no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}

 video::-internal-media-controls-download-button {
	display:none;
}
video::-webkit-media-controls-enclosure {
	overflow:hidden;
}
video::-webkit-media-controls-panel {
	width: calc(100% + 30px);
}




.new_head{
	width: 100%;
	overflow: hidden;
	margin-bottom: 40px;
}


.new_head>span{
	display: inline-block;
	padding: 20px 0;
	width: 100%;
	position: relative;
	color: #000000;
	font-size: 36px;
}






.new_d_btn{
	display: inline-block;
	width: 100%;
}
.new_d_btn span ,.new_d_btn a{
	display: inline-block;
	color: #999999;
	font-size: 14px;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
	padding: 0 35px;
	position: relative;
	font-family: 'Nbold';
	text-transform: uppercase;
}

.new_d_btn span::before{
	content: '';
	background-image: url(../img/new_d/time.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 22px;
	width: 22px;
	margin-top: -11px;
	position: absolute;
	background-size: cover;
	top: 50%;
	left: 0;
}

.new_d_btn .fx::before{
	content: '';
	background-image: url(../img/new_d/eyes.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 22px;
	width: 30px;
	margin-top: -11px;
	position: absolute;
	background-size: 100% auto;
	top: 50%;
	left: 0;
}


.ba::before{
	content: '';
	background-image: url(../img/new_d/back.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 22px;
	width: 22px;
	margin-top: -11px;
	position: absolute;
	background-size: 100% auto;
	top: 50%;
	left: 0;
}

.new_d_box p{
	display: block;
	width: 100%;
	padding: 5px 0;
	font-size: 18px;
	line-height: 1.5;
	text-align: justify;
	color: #000000;
}
.new_d_box img{
	display: block;
	width: 100%;
	height: auto;
	padding: 35px 0;
}

.new_d_box{
	width: 100%;
	height: auto;
	padding-bottom: 60px;
	border-bottom: 1px solid #bfbfbf;
}

.new_d_select{
	height: 56px;
	width: 100%;
	padding: 48px 0;
	position: relative;
}

.new_d_select span{
	display: block;
	width: 100%;
	height: 28px;
	line-height: 28px;
	font-size: 20px;
	color: #595757;
	margin-bottom: 5px;
}

.new_d_select span p{
	display: inline-block;
	font-family: 'wrzh';
	color: #595757;
}

.new_d_select span a{
	display: inline;
	height: 28px;
	line-height: 28px;
	font-size: 20px;
	color: #595757;
}

.new_d_select .return{
	display: block;
	/* width: 100px; */
	padding: 0 38px;
	height: 43px;
	line-height: 46px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	text-transform: capitalize;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -21.5px;
	background-color: #bda9ce;
}

.return:hover{
	background-color: #ac8cc7;
}


.product_sele{
	border-top: 1px solid #000000;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
}


.product_all{
	font-size: 18px;
	color: #000000;
}

.product_name a{
	font-size: 18px;
	color: #000000;
	display: inline-block;
}

.name_active{
	color: #bda9ce !important;
}

.product_name p{
	font-family: 'wrzh';
	display: inline-block;
}



.product_list{
	overflow: hidden;
	width: 100%;
	padding-bottom: 78px;
}

.tubage-in-news-page{
	height: 40px;
	padding-bottom: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tubage-in-news-page a{
	padding: 0 15px;
	display: block;
}

.cut{
	color: #bda9ce;
	font-size: 16px;
	text-decoration: underline;
}



.product_list ul{
	display: block;
	width: 100%;
}
.product_list ul li{
	width: calc(25% - 15px);
	float: left;
	height: 530px;
	padding-top: 25px;
	margin-right: 20px;
}

.product_list ul li:nth-child(4n){
	margin-right: 0;
}


.product_list ul li a{
	display: block;
	width: 100%;
	overflow: auto;
	height: 100%;
}

.product_list ul li a div{
	background-position: center;
	background-size: cover;
	width: 100%;
	height: calc(100% - 80px);
	background-repeat: no-repeat;
}

.product_list ul li a p{
	display: block;
	padding: 0 5%;
	height: 80px;
	line-height: 80px;
	background-color: #eeeeee;
	font-size: 28px;
	text-align: center;
	text-transform: capitalize;
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap; 
}


.product_list ul li a:hover p{
	background-color: #bda9ce;
	color: #fff;
}



.customize{
	width: 100%;
	height: 850px;
	display: flex;
	justify-content: space-between;
}

.customize_left{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	flex: 1;
}


.customize_right{
	width: 512px;
	padding-left: 80px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.customize_swiper{
	width: 100%;
	height: 400px;
}
.customize_slide{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 360px;
	width: 100%;
}


.customizePagina .swiper-pagination-bullet-active{
	background-color: #bda9ce;
}

.customize_title{
	height: 120px;
	line-height: 120px;
	font-size: 48px;
	text-align: center;
	text-transform: uppercase;
}

.custom_right_bottom{
	flex: 1;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.step_box{
	width: 100%;
	height: auto;
}
.step{
	height: auto;
	padding: 20px 0;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #bfbfbf;
}
.step p:first-child{
	display: block;
	float: left;
	width: 154px;
	font-size: 24px;
	text-transform: uppercase;
}
.step p:last-child{
	display: block;
	float: left;
	width: calc(100% - 154px);
	font-size: 18px;
}

.jewelry{
	width: 100%;
	height: 42px;
	border-bottom: 2px solid #b390d0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	
}
.jewelry p{
	display: block;
	line-height: 1;
	color: #b390d0;
	width: 80%;
	font-size: 24px;
	text-transform: uppercase;
}

.jewelry img{
	display: block;
	width: 62px;
	height: 9px;
}

.ideas_title{
	padding: 80px 0 0;
	font-size: 48px;
	width: 100%;
	line-height: 1;
	text-transform: uppercase;
}

.ideas_con{
	padding: 50px 0;
	height: auto;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #bfbfbf;
}

.ideas_con p{
	display: block;
	width: 100%;
	line-height: 1.5;
	font-size: 18px;
}

.process{
	padding: 120px 0;
	width: 100%;
	height: auto;
}

.process_title{
	height: auto;
	padding-bottom: 52px;
	line-height: 1.2;
	text-align: center;
	font-size: 48px;
	text-transform: uppercase;
}
.process_slide{
	
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.goodsSlide {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	}

.process_swiper{
	width: 100%;
	height: auto;
}

.recommen_s_img{
	width: 100%;
	height: 450px;
}


.process_slide:hover .processimg img{
	transform: scale(1.2); /*把图片放大1.5倍*/
	-webkit-transform: scale(1.2);
}
.processimg{
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
}


.processimg img{
	display: block;
	height: auto;
	width: 100%;
	 transition: all 2s ease-out; /*ease-out 减速、慢慢结束*/
	  -webkit-transition: all 2s ease-out;
}


.recommen{
	padding: 120px 0;
	width: 100%;
	height: auto;
}

.recommen_title{
	height: auto;
	line-height: 1;
	padding-bottom: 52px;
	text-align: center;
	font-size: 48px;
	text-transform: uppercase;
}


.recommen_swiper{
	width: 100%;
	height:530px;
}

.recommen_slide{
	width: 100%;
	height: 100%;
	display: block;
}



.recommen_slide p{
	display: block;
	width: 100%;
	height: 80px;
	background: #eeeeee;
	text-align: center;
	line-height: 80px;
	font-size: 28px;
	text-transform: capitalize;
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap; 
}

.recommen_slide:hover p{
	background-color: #bda9ce;
	color: #fff;
}



.recommen_slide:hover .recommenimg img{
	transform: scale(1.2); /*把图片放大1.5倍*/
	-webkit-transform: scale(1.2);
}
.recommenimg{
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
}


.recommenimg img{
	display: block;
	height: auto;
	width: 100%;
	 transition: all 2s ease-out; /*ease-out 减速、慢慢结束*/
	  -webkit-transition: all 2s ease-out;
}

.bars{
	width: 100%;
	height: 65px;
}
.bars a{
	display: inline-block;
	font-size: 18px;
	text-transform: capitalize;
	
}

.bars p{
	display: inline-block;
	font-size: 18px;
	padding: 0 12px;
	font-family: 'wrzh';
}


.bars a:last-child{
	color: #bda9ce;
}

.goodsdetails_box{
	display: flex;
	width: 100%;
	height: 800px;
}

.goodsdetails{
	width: 100%;
	height: 100%;
}

.recommen_left{
	width: 800px;
	height: 800px;
}
.recommen_right{
	flex: 1;
	padding-left:100px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.goods_name{
	width: 100%;
	overflow: hidden;
}
.goods_name p:first-child{
	display: block;
	width: 100%;
	font-size: 24px;
	text-transform: uppercase;
	height: 38px;
	line-height: 1;
	overflow:hidden; 
	text-overflow:ellipsis;
	white-space:nowrap;
}
.goods_name p:last-child{
	display: block;
	width: 100%;
	font-size: 24px;
	font-size: 18px;
}

.goods_name p:last-child i{
	font-family: 'wrzh';
	display: inline-block;
	font-style: normal;
	font-size: 18px;
}

.goods_con{
	height: auto;
	width: 100%;
	overflow: hidden;
}
.goods_con p{
	display: block;
	width: 100%;
	font-size: 18px;
	line-height: 1.5;
}
.goods_color{
	height: auto;
	width: 100%;
	overflow:hidden;
}

.color_title{
	height: 48px;
	line-height: 48px;
	font-size: 24px;
	text-transform: capitalize;
	border-bottom: 1px solid #434343;
}

.color_fl{
	width: 100%;
	height: 52px;
	line-height: 52px;
}
.color_fl a{
	display: inline-block;
	font-size: 18px;
	
	text-transform: capitalize;
}
.color_fl p{
	display: inline-block;
	font-family: 'wrzh';
	padding: 0 25px;
}


.content_us_box{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.content_us{
	display: block;
	height: 38px;
	width: 153px;
	background-color: #bda9ce;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	line-height: 38px;
}


.goods_bottom{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.goods_bottom ul{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.goods_bottom ul li{
	width: 45%;
	display: inline-block;
	height: auto;
	overflow: hidden;
}
.goods_bottom ul li a{
	display: block;
	width: 100%;
	height: auto;
	font-size: 24px;
	text-transform: capitalize;
}
.goods_bottom ul li.current_lisr a::after{
	content: '';
	width: 13px;
	height: 13px;
	display: inline-block;
	padding-left: 15px;
	background-image: url(../img/product_d/jj.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.goods_bottom ul li a::after{
	content: '';
	width: 13px;
	height: 13px;
	display: inline-block;
	padding-left: 15px;
	background-image: url(../img/product_d/add.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.goods_bottom_it{
	display: none;
}


.goods_bottom>p{
	padding: 25px 0;
	font-size: 18px;
	line-height: 1.5;
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.goods_item{
	height: auto;
	overflow: hidden;
	width: 100%;
}

.goods_item p{
	width: 100%;
	display: block;
	height: auto;
	padding: 4px 0;
	font-size: 18px;
	line-height: 1.2;
}

.goods_item p::before{
	content: '';
	height: 4px;
	width: 4px;
	margin-right: 6px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 2px;
	background-color: #434343;
}

.goods-up,.goods-down{
	right: 50px;
	left: initial;
	width: 35px;
	height: 35px;
}

.goods-up{
	top: 46%;
}
.goods-down{
	top: 54%;
}


.goodsdetails .swiper-button-next:after{
	content: '';
	width: 35px;
	height: 35px;
	background-image: url(../img/product_d/down.png);
	background-position: center center; 
	background-repeat: no-repeat;
	background-size: cover;
}

.goodsdetails .swiper-button-prev:after{
	content: '';
	height: 35px;
	width: 35px;
	 background-image: url(../img/product_d/top.png);
	background-position: center center; 
	background-repeat: no-repeat;
	background-size: cover;
}



.magnify {
    position: relative;
    width: 100%;
    height: 100%;
}
.magnify_glass {
	z-index: 300;
	position: absolute;
	border: 4px solid #CCC;
	width: 200px;
	height: 100%;
	overflow:hidden;
}
.element_to_magnify {
    position: absolute;
    top: 0px !important;
    left: 0px;
    width: 100%;
    height: 100%;
}
#elementBeingMagnified {
 
}
.magnified_element {

}










.footer{
	width: 100%;
	height: auto;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.footer .container_big{
	padding: 106px 0 60px;
	display: flex;
	justify-content: space-between;
}

.foot_left{
	width: 500px;
	height: 380px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.foot_logo{
	background-position: left top;
	background-repeat: no-repeat;
	background-size:auto 100%;
	width: 100%;
	height: 100px;
}

.erwm{
	width: 100%;
	height: 135px;
}


.wx, .official{
	float: left;
	width: 122px;
	height: 135px;
}
.wx img, .official img{
	display: block;
	height: 93px;
	width: 93px;
}
.wx span{
	width: 93px;
}

.wx span, .official span{
	height: 42px;
	display: block;
	line-height: 42px;
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.official img{
	margin: 0 auto;
}


.foot_right{
	flex: 1;
	display: flex;
	justify-content: start;
}

.foot_right_con{
	flex: 1;
}
.foot_right_title{
	font-size: 20px;
	color: #fff;
	height: 40px;
	line-height: 1;
	text-transform: uppercase;
}

.foot_right_con ul{
	overflow: hidden;
	width: 100%;
}


.foot_right_con ul li{
	height: 30px;
	width: 100%;
	line-height: 30px;
}


.foot_right_con ul li a{
	display: block;
	height: 30px;
	line-height: 1;
	width: 100%;
	font-size: 18px;
	color: #fff;
	text-transform: capitalize;
}

.foot_right_con ul li a p{
	display: inline-block;
	color: #fff;
	font-family: 'wrzh';
}
.foot_right_con:last-child{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	min-width: 280px;
}

.last_con{
	width: 100%;
	height: auto;
}


.share{
	display: flex;
	justify-content: flex-end;
}

.share a{
	display: inline-block;
	width: 48px;
	height: 48px;
	margin-left: 10px;
}
.share a img{
	display: block;
	width: 100%;
	height: 100%;
}



.border{
	height: 1px;
	width: 100%;
}

.border img{
	height: 1px;
	width: 92%;
	max-width: 1500px;
	margin: 0 auto;
	display: block;
}

.copyright{
	height: 83px;
	display: flex;
	justify-content: center;
	align-items: center;
	
}

.copyright div{
	width: 90%;
	margin: 0 auto;
	height: auto;
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
}

.copyright div p{
	display: inline-block;
	font-family: 'wrzh' !important;
	color: #fff;
}
.copyright div a{
	color: #fff;
	display: inline-block;
}




.insideNum{
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	z-index: 9999999;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.85);
}

.inside_box{
	width: 40%;
	max-width: 480px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background: #FFFFFF;
	padding: 45px;
}

.inside_box h6{
	font-size: 24px;
	color: #000000;
	margin-bottom: 20px;

}

.inside_box form{
	width: 100%;
	height: auto;
}


.inside-txt{
	    display: block;
	    width: calc(100% - 40px);
	    height: 50px;
	    border: 1px solid #DCDCDC;
	    background-color: none;
	    background: url(../img/inside.png)10px center;
	    background-size: 25px 25px;
	    background-repeat: no-repeat;
	    font-size: 16px;
	    color: #666666;
	    padding-left: 40px;
	
}

.inside-bn{
	    width: 100%;
	    height: 50px;
	    background: #b390d0;
	    font-size: 16px;
	    color: #FFFFFF;
	    border: none;
	    margin-top: 15px;
}



@media screen and (max-width: 1440px){
	.inside-txt{
		font-size: 15px;
		 height: 45px;
	}
	.inside-bn{
		 font-size: 15px;
		 height: 45px;
	}
	
	.inside_box h6{
		font-size: 22px;
	}
	.inside_box{
		padding: 35px;
	}
	.swiper-index .swiper-slide p:nth-child(1){
		    font-size: 30px;
	}
	.swiper-index .swiper-slide p:nth-child(2),.swiper-index .swiper-slide p:nth-child(3){
		font-size: 80px;
	}
	.foot_logo{
		background-size: auto 90%;
	}
	.foot_left{
		width: 340px;
	}
	.banner{
		height: 420px;
	}
	.con_title{
		padding-top: 100px;
	}
	.contact_box{
		margin-bottom: 100px;
	}
	.map{
		height: 500px;
	}
	.video-container{
		height: auto;
		margin-bottom: 100px;
	}
	.process{
		 padding: 100px 0;
	}
	.item h2{
		font-size: 26px;
		margin: 0 0 15px 0;
		line-height: 1.2;
	}
	.recommen_left{
		width: 600px;
		height: 600px;
	}
	.goodsdetails_box{
		height: 600px;
	}
	.recommen_right{
		    padding-left: 80px;
	}
	.goods_bottom>p{
		padding: 18px 0;
	}
	.recommen{
		padding: 100px 0;
	}
	.recommen_title {
	    padding-bottom: 48px;
	    font-size: 44px;
	}
	.swiper-index {
	    height: calc(80% - 96px);
	}
}





@media screen and (max-width: 1200px){
	.inside_box h6{
		font-size: 20px;
	}
	.inside_box{
		padding: 30px;
	}
	.swiper-index .swiper-slide a {
	    padding: 0 15px;
	    height: 36px;
	    margin: 0 20px 0 0;
	    line-height:36px;
		}
	.swiper-index .swiper-slide p:nth-child(1) {
	    font-size: 26px;
		height: 60px;
	}
	.swiper-index .swiper-slide p:nth-child(2),.swiper-index .swiper-slide p:nth-child(3) {
	    font-size: 62px;
	}
	.nav>ul>li>a{
		font-size: 15px;
	}
	.logo{
		width: 240px;
		background-size: 70%;
	}
	.inquiry{
		padding: 80px 0;
	}
	.inquiry_right_con {
	    padding: 0 50px;
	  
	}
	.foot_logo{
		background-size: auto 70%;
	}
	.foot_right_con:nth-child(1),
	.foot_right_con:nth-child(2){
		display: none;
	}
	.ideas_title{
		padding-top: 70px;
		font-size: 42px;
	}
	.ideas_con{
		padding: 40px 0 50px;
	}
	.process{
		padding: 80px 0;
	}
	.process_title{
		font-size: 42px;
		padding-bottom: 30px;
	}
	.con_title{
		padding-top: 70px;
		font-size: 42px;
	}
	.contact_con p{
		font-size: 20px;
	}
	.contact_con p:nth-child(2){
		padding: 15px 0;
	}
	.contact_con img{
		display: block;
		width: 50px;
	}
	.contact_box{
		margin-bottom: 70px;
	}
	.map{
		height: 460px;
	}
	.banner{
		height: 380px;
	}
	.yourDiv img{
		width: 80px;
	}
	.customize_right {
		 width: 470px;
		 padding-left: 50px;
	}
	.customize_title{
		height: 100px;
		line-height: 100px;
		font-size: 42px;
	}
	.jewelry p{
		font-size: 22px;
	}
	.h120{
		height: 80px;
	}
	.item h2{
		font-size: 24px;
		margin: 0 0 10px 0;
	}
	.time{
		font-size: 22px;
	}
	.product_list ul li{
		width: calc(33.3333% - 15px);
		height: 480px;
	}
	.product_list ul li:nth-child(4n){
		margin-right: 20px;
	}
	.product_list ul li:nth-child(3n){
		margin-right: 0;
	}
	.product_list ul li a p{
		font-size: 26px;
	}
	.product_list{
		padding-bottom: 60px;
	}
	.recommen_left{
		width: 500px;
		height: 500px;
	}
	.goodsdetails_box{
		height: 500px;
	}
	.recommen_right{
		    padding-left: 50px;
	}
	.goods_bottom ul li a{
		font-size: 22px;
	}
	.goods_bottom>p{
		font-size: 16px;
		padding: 12px 0;
		line-height: 1.2;
	}
	.color_fl{
		height: 46px;
		line-height: 46px;
	}
	.content_us_box{
		margin-bottom: 8px;
	}
	.recommen{
		padding: 80px 0;
	}
	.recommen_title {
	    font-size: 40px;
	}
	.recommen_s_img{
		height: 410px;
	}
	.recommen_slide p{
		font-size: 26px;
	}
	.goods_con p{
		font-size: 16px;
		padding: 8px 0;
		line-height: 1.2;
	}
	.goods_name p:first-child{
		height: 32px;
	}
	.goods_item p{
		font-size: 16px;
	}
	.color_title{
		font-size: 20px;
		height: 38px;
		line-height: 38px;	
	}
	
	.h100{
		height: 60px;
	}
	.titile_box img{
		width: 60px;
		height: 59px;
		}
	.title{
		font-size: 40px;
	}
	.select_img{
		height: 500px;
	}
	.select_box,.select_btn{
		height: 690px;
	}
	.select_con p:first-child{
		font-size: 26px;
	}
	.select_con{
		margin-top: 25px;
	}
	.h75{
		height: 60px;
	}
	.inquiry_title{
		height: 55px;
		font-size: 40px;
	}
}




@media screen and (max-width: 1100px){
	.swiper-index{
		margin-top: 60px;
	}
	
	.moment{
		width: calc(50% - 20px);
		margin-right: 40px;
		float: left;
		display: block;
	}
	.moment:nth-child(2){
		margin-right: 0;
	}
	.moment:last-child{
		display: none;
	}
	.contact_con img{
		width: 40px;
	}
	.contact_con p{
		font-size: 18px;
	}
	.contact_con p:nth-child(2){
		padding: 8px 0;
	}
	.contact_box{
		height: 200px;
	}
	.con_title{
		font-size: 38px;
		padding: 60px 0;
	}
	.ideas_title{
		padding-top:60px;
		font-size: 38px;
	}
	.ideas_con{
		padding: 30px 0 40px;
	}
	.banner{
		margin-top: 61px;
	}
	.process{
		padding: 70px 0;
	}
	.process_title{
		font-size: 38px;
	}
	.swiper-index {
	    height: calc(70% - 96px);
	}
	.inside_box{
		padding: 25px;
		width: 80%;
		max-width: 480px;
	}
	.inside_box h6{
		font-size: 18px;
	}
	.inside-txt{
		font-size: 14px;
		 height: 40px;
	}
	.inside-bn{
		 font-size: 14px;
		 height: 40px;
	}
}



@media screen and (max-width: 960px){
	.story_con p{
		padding: 0 40px;
		font-size: 16px;
		text-align: center;
		line-height: 1.2;
	}
	.story_title{
		height: 130px;
		font-size: 32px;
		line-height: 1;
	}
	.inquiry_title,.title{
		font-size: 36px;
		line-height: 1;
	}
	.moment_title{
		font-size: 28px;
		    height: 35px;
		    padding-top: 35px;
	}
	.moment p{
		    padding-top: 16px;
	}
	.inquiry{
		padding: 50px 0;
	}
	.titile_box img{
		width: 54px;
		    height: 53px;
	}
	.contact_con{
		width: 31%;
		box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.3);
    
	}
	.contact_con p{
		display: block;
		width: 90%;
		text-align: center;
		word-break:break-all; 
		line-height: 1;
	}
	.map{
		height: 400px;
	}
	.con_title{
		font-size: 34px;
		padding: 50px 0;
	}
	.customize_title{
		font-size: 34px;
		height: 80px;
		line-height: 80px;
	}
	.about_left p:first-child{
		font-size: 38px;
	}
	.yourDiv img{
		width: 70px;
	}
	.video-container{
		margin-bottom: 80px;
	}
	.process{
		padding: 60px 0;
	}
	.process_title{
		font-size: 36px;
	}
	.customize_right {
	    width:350px;
		padding-left: 40px;
	}
	.step p:first-child{
		width: 100px;
		font-size: 20px;
	}
	.step p:last-child {
	    display: block;
	    float: left;
	    width: calc(100% - 100px);
	    font-size: 16px;
		}
	.jewelry{
		padding: 10px 0;
	}
	.customize_slide,.customize_swiper{
		height: 320px;
	}
	.customize{
		height: 690px;
	}
	.step{
		padding: 10px 0;
	}
	.ideas_title {
	    padding-top: 50px;
	    font-size: 34px;
	}
	.product_list ul li{
		height: 430px;
	}
	.product_list ul li a p{
		font-size: 24px;
	}
	.product_list{
		padding-bottom: 45px;
	}
	.recommen_left{
		width: 430px;
		height: 430px;
	}
	.goodsdetails_box{
		height: 430px;
	}
	.recommen_right{
		    padding-left: 30px;
	}
	.goods-up{
		top:43%
	}
	.goods-down {
	    top: 55%;
	}
	.goods_bottom>p{
		    padding: 6px 0;
	}
	.goods_name p:first-child {
	    height: 25px;
	}
	.goods_con p{
		    margin: 8px 0;
			padding: 0;
		height: 54px;
		overflow: hidden;
		text-overflow: ellipsis;
		display:-webkit-box;
		-webkit-box-orient:vertical; 
		-webkit-line-clamp:3; 
	}
	.color_fl{
		    height: 30px;
		    line-height: 30px;
	}
	.goods_color{
		overflow: inherit;
	}
	.goods_item p{
		padding: 2px 0;
	}
	.swiper-index .swiper-slide p:nth-child(1) {
	    font-size: 24px;
		height: 54px;
	}
	.swiper-index .swiper-slide p:nth-child(2),.swiper-index .swiper-slide p:nth-child(3) {
	    font-size: 62px;
	}
	.swiper-index .swiper-slide a{
		padding: 0 15px;
		height: 35px;
		margin: 0 22px 0 0;
		line-height: 35px;
	}
}

@media screen and (max-width: 900px){
	.inquiry_left{
		display: none;
	}
	.inquiry_right{
		width: 100%;
		overflow: hidden;
		height: auto;
		float: none;
	}
	.foot_right_con:nth-child(3){
		display: none;
	}
	.footer .container_big{
		padding: 50px 0;
	}
	.foot_left{
		height: 300px;
	}
	.about_left p:first-child{
		font-size: 42px;
	}
	.about_right p,.about_left p:last-child{
		font-size: 16px;
	}
	.process_swiper{
		height: 460px;
	}
	.recommen_title{
		font-size: 36px;
	}
	.recommen_slide p{
		font-size: 24px;
		    height: 70px;
			line-height: 70px;
	}
	.recommen_swiper{
		height: 480px;
	}
	.recommen {
	    padding: 70px 0;
	}
}
@media screen and (max-width: 850px){
	.recommen_left{
		width: 100%;
		height: 500px;
	}
	.recommen_right{
		width: 100%;
		padding-left: 0;
		padding-top: 30px;
		display: block;
	}
	.goodsdetails_box {
	    height: auto;
		overflow: hidden;
		display: block;
	}
	.goods_color{
		margin: 8px 0;
	}
	.content_us_box{
		margin: 20px 0;
	}
}



@media screen and (max-width: 760px){
	.swiper-index .swiper-slide p:nth-child(1){
		font-size: 26px;
		height: 45px;
		text-align: center;
	}
	.swiper-index .swiper-slide p:nth-child(2),.swiper-index .swiper-slide p:nth-child(3){
		text-align: center;
		font-size:58px;
	}
	.swiper-index .swiper-slide a{
		font-size: 16px;
		height: 36px;
		line-height: 36px;
		padding:0 12px
	}
	.swiper-index .swiper-slide a:last-child{
		margin: 0;
	}
	.swiper-index .banner_btn{
		display: flex;
		justify-content: center;
	}
	.swiper-index{
		height: 450px;
	}
	.swiper-index>.swiper-pagination-bullets{
		bottom: 30px !important;
	}
	.swiper-index .swiper-pagination-bullet{
		width: 40px;
		float: none;
	}
	.new_d_select{
			   height: auto;
			   position: initial;
	}
	.new_d_select .return{
			   position: initial;
			   margin-top: 0;
			   float: right;
	}
	.new_d_select .return{
			   /* width: 88px; */
			   height: 36px;
			   line-height: 38px;
	}
	.new_head{
			   margin-bottom: 25px;
	}
	.new_d_box p{
			   font-size: 16px;
	}
	.new_title {
	    font-size: 28px;
	}
	.new_title_box{
		height: auto;
		line-height: 1.3;
		margin-bottom: 10px;
	}
	
	.story_con p{
		padding: 0 30px;
	}
	.about_con{
		padding: 60px 0;
	}
	.about_left, .about_right{
		height: auto;
		display: block;
		width: 100%;
	}
	.about_right{
		padding-top: 30px;
	}
	.about_left p:first-child{
		font-size: 34px;
	}
	.yourDiv img{
		width: 60px;
	}
	.video-container{
		margin-bottom: 60px;
	}
	.process{
		padding: 50px 0;
	}
	.process_title{
		font-size: 32px;
	}
	.process_swiper{
		height: 420px;
	}
	
	.customize_left{
		display: none;
	}
	.customize_right{
		padding: 0;
		width: 100%;
		}
		.customize_slide, .customize_swiper {
		    height: 350px;
		}
		.ideas_title {
		    padding-top: 40px;
		    font-size: 32px;
		}
		.ideas_con p{
			font-size: 16px;
		}
		.inquiry .boxdow{
			    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
		}
		.h120{
			height: 60px;
		}
		.item h2{
		font-size: 22px;
		}
		.time{
			font-size: 20px;
		}
		.item p{
			font-size: 16px;
			padding-bottom: 14px;
		}
		.product_list ul li{
			width: calc(50% - 15px);
			height: 450px;
		}
		.product_list ul li:nth-child(4n){
			margin-right: 20px;
		}
		.product_list ul li:nth-child(3n){
			margin-right: 20px;
		}
		.product_list ul li:nth-child(2n){
			margin-right: 0;
		}
		.product_list ul li a p{
			font-size: 22px;
			height: 60px;
			    line-height: 60px;
		}
		.product_list ul li a div{
			    height: calc(100% - 60px);
		}
		.product_list{
			padding-bottom: 40px;
		}
		.bars{
			height: 40px;
			margin-bottom: 20px;
		}
		.bars p,.bars a{
			font-size: 16px;
		}
		.bars p{
			padding: 0;
		}
		.inquiry_title,.title{
			font-size: 32px;
		}
		
		.select_box {
		    width: calc(100% - 80px);
			}
		.select_btn {
		    width: 80px;
			}
}



@media screen and (max-width: 630px){
	.new_box a{
		padding: 30px 0;
		display: block;
	}
	
	.new_img{
		width: 100%;
		margin-bottom: 20px;
		background-size: cover;
	}
	
	.new_content{
		width: 100%;
		flex: none;
		padding-left: 0;
		display: inherit;
	}
	
	.new_head>span{
		font-size: 22px;
		line-height: 1;
		
	}
	.new_d_btn span::before{
		width: 20px;
		height: 20px;
	}
	.ba::before{
		width: 20px;
		height: 20px;
	}
	
	.new_d_box p{
		font-size: 16px;
	}
	
	.new_d_btn .fx::before{
		width: 22px;
		height: 22px;
	}
	.new_d_btn span, .new_d_btn a{
		font-size: 13px;
		padding: 0 15px 0 30px;
	}
	.new_d_select{
		height: auto;
	}
	
	.new_d_select span{
		height: auto;
		font-size: 16px;
	}
	.new_d_select span a{
		font-size: 16px;
	}
	
	
	.new_d_select .return{
		bottom: 12px;
		top: initial;
		margin-top: 0;
	}
	.inquiry_ipt label{
		width: 100%;
	}
	.inquiry_ipt{
		height: auto;
		overflow: hidden;
	}
	.about_left p:first-child{
		font-size: 32px;
	}
	.about_con{
		padding: 40px 0;
	}
}


@media screen and (max-width: 630px){
	.foot_left{
		width: 100%;
	}
	.foot_right{
		width: 100%;
		flex: none;
	}
	.footer .container_big{
		flex-direction: column;
	}
	.last_con{
		display: none;
	}
	.share{
		justify-content: center;
	}
	.foot_logo{
		background-position: center top;
		height: 90px;
	}
	.erwm{
		display: flex;
		justify-content: center;
	}
	.foot_left{
		height: 240px;
	}
	.foot_right{
		padding-top:40px;
	}
	.contact_con{
		flex-direction:row;
		width: 100%;
		box-shadow: none;
		border: 1px solid rgba(0,0,0,0.1);
		padding: 10px 0;
		margin-bottom: 20px;
	}
	
	.contact_con:last-child{
		margin-bottom: 0;
	}
	
	.contact_box{
		display: block;
		margin-bottom: 40px;
	}
	.contact_con p:nth-child(2){
		padding: 0;
	}
	
	.contact_con p:nth-child(2){
		width: 20%;
		font-size: 16px;
	}
	.contact_con p:nth-child(3){
		width: 60%;
		text-align: left;
		font-size: 16px;
	}
	
	.map{
		height: 360px;
	}
	.con_title{
		font-size: 28px;
		padding: 40px 0 20px;
	}
	.contact_con img{
		width: 30px;
	}
	.banner{
		height: 300px;
	}
	.yourDiv img{
		width: 40px;
	}
	.product_name a,.product_all{
		font-size: 16px;
	}
}



@media screen and (max-width: 480px) {
	.new_box a{
		border-top: 1px solid #e5e5e5;
	}
	
	.moment_title{
		padding-top: 30px;
		font-size: 24px;
	}
	.moment{
		width: 100%;
		margin-right: 0;
		float: left;
		display: block;
		padding-bottom: 40px;
		margin-top: 0px;
	}
	.moment:last-child{
		display: block;
		padding-bottom: 0;
	}
	.inquiry_title,.title{
		font-size: 26px;
	}
	.story_img{
		margin-top: 10px;
	}
	.inquiry_right_con{
		padding: 0 30px;
	}
	.wx{
		margin-left: 20px;
	}
	
	.inquiry_right_con>input{
		font-size: 16px;
		display: block;
	}
	.story_con{
		width: 100%;
		margin: 0;
	}
	.story_title{
		height: 80px;
		padding-top: 10px;
	}
	.inquiry_right{
		padding: 50px 0;
	}
	
	.select_box{
		width: 100%;
		padding-bottom: 10px;
		height: 586px;
	}
	.select_img{
		height: 400px;
	}
	.select_btn{
		width: 100%;
		height: 30px;
	}
	.select_btn_box{
		bottom: 0;
	}
	.select_next,.select_prev{
		top: 0;
		margin-top: 0;
	}
	.swiper-index .swiper-slide p:nth-child(1){
		font-size: 22px;
		height: 45px;
		text-align: center;
	}
	.swiper-index .swiper-slide p:nth-child(2),.swiper-index .swiper-slide p:nth-child(3){
		text-align: center;
		font-size: 40px;
	}
	.swiper-index .swiper-slide a{
		font-size: 14px;
		height: 36px;
		line-height: 36px;
		padding:0 10px
	}
	
	.sm_title,.select_con p:last-child,.inquiry_right p{
		font-size: 16px;
	}
	
	.inquiry_right p{
		    line-height: 1.3;
	}
	
	.titile_box img{
		width: 50px;
		height: 49px;
	}
	.h75{
		height: 45px;
	}
	.moment_more a{
		font-size: 16px;
	}
	.inquiry{
		padding: 50px 0;
	}
	.copyright div{
		font-size: 14px;
	}
	.video-container{
		margin-bottom: 40px;
	}
	.about_left{
		text-align: center;
	}
	.process_swiper{
		height: 400px;
	}
	.customize {
	    height: 730px;
	}
	.item h2{
	font-size: 20px;
	}
	.time{
		font-size: 14px;
		height: 36px;
		line-height: 36px;
	}
	.product_list ul li{
		width:100%;
		height: 450px;
	}
	.product_list ul li:nth-child(4n){
		margin-right: 20px;
	}
	.product_list ul li:nth-child(3n){
		margin-right: 20px;
	}
	.product_list ul li:nth-child(2n){
		margin-right: 20px;
	}
	.product_list ul li:nth-child(2n - 1){
		margin-right: 0;
	}
	.product_list ul li a p{
		font-size: 20px;
	}
	.product_sele{
		display: block;
		width: 100%;
		height: auto;
		padding-top: 20px;
	}
	.product_name{
		padding-top: 8px;
	}
	.product_list{
		padding-bottom: 30px;
	}
	.recommen_title {
	    font-size: 32px;
		padding-bottom: 30px;
	}
	.recommen_slide p {
	    font-size: 20px;
		}
	.h120 {
	    height: 30px;
	}
	.new_d_box{
		padding-bottom: 28px;
	}
	.new_d_select {
	    padding: 28px 0 54px;
	}
	.h100 {
	    height: 30px;
	}
	.recommen{
	    padding: 56px 0;
	}
	.select_con p:first-child{
		font-size: 24px;
	}
}