body {
  font-family: "Microsoft YaHei";
}
img {
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}
.w {
  width: 1600px;
  max-width: 90%;
  margin: 0 auto;
}
.nr {
  width: 1400px;
  max-width: 90%;
  margin: 0 auto;
}
li {
  list-style: none;
}
ul {
  padding: 0;
  margin: 0;
}
p {
  margin-bottom: 0;
}
a {
  color: #333;
}
a:hover {
  text-decoration: none;
  color: #44a0b6;
}
a:link {
  text-decoration: none;
}
:root {
  --styleColor: #3773e8;
  --swiper-navigation-size: 26px;
}
.move {
  display: flex;
  justify-content: center;
}
.move a {
  padding: 8px 40px;
  border-radius: 10px;
  border: solid 1px #606060;
  font-size: 20px;
  color: #606060;
  transition: all 0.3s;
}
.move a:hover {
  background-color: #0094d0;
  color: #fff;
  border-color: #0094d0;
  border-radius: 100px;
}
.swiper-pagination-bullet-active {
  background-color: var(--styleColor);
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  pointer-events: auto;
}
.ft_title {
  text-align: center;
  margin-bottom: 62px;
}
.ft_title h4 {
  font-size: 43px;
  color: rgba(231, 231, 231, 0.8);
  font-weight: 600;
}
.ft_title h2 {
  font-size: 44px;
  color: #000000;
  font-weight: 600;
  margin-top: 10px;
}
.ft_title h2 span {
  color: #3773e8;
}
.ft_title p {
  font-size: 22px;
  color: #333333;
}
body.open header {
  background-color: #fff;
}
body.open header .nav {
  opacity: 0;
}
body.open header .logo {
  transform: translateX(-50%);
}
body.open .nav_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  animation: xcf_show 0.3s;
}
body.open .nav_box ul {
  display: flex;
  width: 100%;
  height: 100%;
}
body.open .nav_box ul li {
  flex: 1;
  display: flex;
  padding-top: 15%;
  background-color: rgba(255, 255, 255, 0.1);
}
body.open .nav_box ul li:hover {
  background: rgba(0, 0, 0, 0.5);
}
body.open .nav_box ul li:hover .nav_tiem .footer_title {
  color: #44a0b6;
}
body.open .nav_box ul li:hover .nav_tiem .footer_title a {
  color: #44a0b6;
}
body.open .nav_box ul li .nav_tiem {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
}
body.open .nav_box ul li .nav_tiem .footer_title {
  line-height: 60px;
  font-size: 1.6vw;
  color: #fff;
}
body.open .nav_box ul li .nav_tiem .footer_title a {
  color: #fff;
}
body.open .nav_box ul li .nav_tiem .item_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.open .nav_box ul li .nav_tiem .item_box a {
  line-height: 40px;
  font-size: 16px;
  color: #fff;
}
body.open .nav_box ul li .nav_tiem .item_box a:hover {
  color: #44a0b6;
}
.nav_box {
  display: none;
}
header {
  padding-top: 42px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  padding-bottom: 20px;
  z-index: 999;
  transition: all 0.5s;
}
header:hover {
  background-color: #fff;
}
header .w .header_top {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
header .w .header_top .nav {
  transition: opacity 0.3s;
}
header .w .header_top .nav ul {
  display: flex;
}
header .w .header_top .nav ul li a {
  font-size: 18px;
  color: #000000;
  position: relative;
  padding-left: 2.5em;
  margin: 0 1em 0 0;
}
header .w .header_top .nav ul li a::before {
  content: '';
  position: absolute;
  width: 1em;
  height: 1px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #44a0b6;
  transition: all 0.3s;
}
header .w .header_top .nav ul li a:hover::before {
  width: 2em;
}
header .w .header_top .logo {
  position: absolute;
  top: 0;
  left: 50%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
header .w .header_top .navToggle {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  z-index: 2;
}
header .w .header_top .navToggle span {
  display: block;
  width: 20px;
  height: 3px;
  background-color: #333333;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 10px;
  border-radius: 5px;
  transition: all 0.5s;
}
header .w .header_top .navToggle span::before {
  content: "";
  display: block;
  width: 36px;
  height: 3px;
  background-color: #333333;
  position: absolute;
  bottom: 10px;
  left: 0px;
  border-radius: 5px;
  transition: all 0.5s;
}
header .w .header_top .navToggle span::after {
  content: "";
  display: block;
  width: 32px;
  height: 3px;
  background-color: #333333;
  position: absolute;
  top: 10px;
  left: 0px;
  border-radius: 5px;
  transition: all 0.5s;
}
header .w .header_top .navToggle.on span {
  background: none;
}
header .w .header_top .navToggle.on span::before {
  width: 36px;
  transform: rotate(45deg);
  bottom: 0;
  left: 0px;
}
header .w .header_top .navToggle.on span::after {
  width: 36px;
  transform: rotate(-45deg);
  top: 0;
  left: 0px;
}
.breadcrumb_r .box {
  display: flex;
  justify-content: center;
  width: 335px;
}
.breadcrumb_r .box input {
  border: none;
  outline: none;
}
.breadcrumb_r .box input[type="text"] {
  font-size: 15px;
  height: 47px;
  flex: 1;
  padding-left: 2em;
  border-radius: 24px 0 0 24px;
  background-color: #eeeeee;
}
.breadcrumb_r .box input[type="submit"] {
  height: 47px;
  width: 65px;
  border-radius: 0 24px 24px 0;
  font-size: 0;
  position: relative;
  background: url(http://www.ivyjewellery.com/skin/images/search.png) no-repeat center center;
  background-color: var(--styleColor);
}
.min_title {
  font-size: 40px;
  color: #333333;
  margin-bottom: 30px;
}
.min_title::after {
  content: '';
  width: 3em;
  height: 3px;
  background-color: #3773e8;
  display: block;
  margin-top: 25px;
}
.advantage {
  padding-top: 40px;
  margin-bottom: 80px;
}
.advantage .w > ul {
  display: flex;
  border: solid 1px #dfdfdf;
}
.advantage .w > ul li {
  flex: 1;
  border-right: solid 1px #dfdfdf;
  color: var(--styleColor);
  text-align: center;
  padding: 2.5% 0;
}
.advantage .w > ul li:nth-child(2) h3::before {
  background-image: url(http://www.ivyjewellery.com/skin/images/icon27.png);
}
.advantage .w > ul li:nth-child(3) h3::before {
  background-image: url(http://www.ivyjewellery.com/skin/images/icon28.png);
}
.advantage .w > ul li:last-child {
  border-right: none;
}
.advantage .w > ul li:last-child h3::before {
  background-image: url(http://www.ivyjewellery.com/skin/images/icon29.png);
}
.advantage .w > ul li h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  margin: 0 0 10px 0;
}
.advantage .w > ul li h3::before {
  content: '';
  width: 12%;
  height: 45px;
  background: url(http://www.ivyjewellery.com/skin/images/icon26.png) no-repeat center center;
  background-size: contain;
  display: inline-block;
  margin-right: 10px;
}
.advantage .w > ul li p {
  font-size: 18px;
  color: #333333;
  margin: 0;
}
.advantage .keyword {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.advantage .keyword .keyword_box {
  border: solid 1px #dcdcdc;
  max-width: 1506px;
  flex: 1;
  padding: 26px 20px;
  display: flex;
  align-items: center;
}
.advantage .keyword .keyword_box .title {
  font-size: 20px;
  color: #3773e8;
  padding-right: 30px;
  line-height: 65px;
  border-right: 1px solid #3773e8;
  margin-right: 30px;
}
.advantage .keyword .keyword_box .keyword_list {
  flex: 1;
}
.advantage .keyword .keyword_box .keyword_list a {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}
.advantage .keyword .keyword_box .keyword_list a:hover {
  color: var(--styleColor);
  text-decoration: underline;
}
.advantage .keyword .keyword_box .keyword_list a::after {
  content: ',';
}
.advantage_title {
  margin-bottom: 20px;
}
.advantage_title h4 {
  font-size: 22px;
  color: #131313;
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
}
.advantage_title h4::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #3773e8;
}
.advantage_title h4::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 3px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid #3773e8;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  display: block;
}
.footer_title {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 20px;
}
footer {
  background-color: #454545;
  padding-top: 70px;
}
footer .footer_top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 30px;
}
footer .footer_top .nr > ul {
  display: flex;
  color: #fff;
  justify-content: space-evenly;
}
footer .footer_top .nr > ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 30px;
}
footer .footer_top .nr > ul li a {
  color: #a5a5a5;
  font-size: 14px;
  line-height: 30px;
}
footer .footer_top .nr > ul li a:hover {
  color: #fff;
}
footer .footer_bottom {
  color: #fff;
  padding: 30px 0;
}
footer .footer_bottom a {
  color: #fff;
}
footer .footer_bottom .nr {
  display: flex;
  justify-content: space-between;
  padding: 0 80px;
}
.f_title {
  font-size: 28px;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
.f_title::after {
  content: '';
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 174px;
  height: 1px;
  background-color: #ffffff;
  opacity: 0.42;
}
.copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #9299ac;
}
.copy a {
  color: #9299ac;
}
.copy .copy_l p {
  margin-bottom: 6px;
}
.copy .copy_l p:last-child {
  margin-bottom: 0;
}
@-webkit-keyframes move {
  0% {
    bottom: -50px;
  }
  50% {
    bottom: -70px;
  }
  100% {
    bottom: -50px;
  }
}
@keyframes move {
  0% {
    bottom: -50px;
  }
  50% {
    bottom: -70px;
  }
  100% {
    bottom: -50px;
  }
}
@-webkit-keyframes xcf_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes xcf_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 1500px) {
 
  header .w .header_top .nav ul li a{
    font-size: 15px;
  }
}
@media screen and (max-width: 1400px) {
  header {
    padding: 20px 0;

  }
  header .w .header_top .nav ul li a{
    font-size: 15px;
  }
}
@media screen and (max-width: 1200px) {
  header .w .header_top {
    justify-content: space-between;
    margin-bottom: 0;
  }
  header .w .header_top .logo {
    height: 50px;
    display: flex;
    align-items: center;
    position: static;
  }
  header .w .header_top .nav {
    display: none;
  }
  .banner_swiper .text h2{
    font-size: 60px;
  }
  .banner_swiper .text p{
    font-size: 18px;margin-bottom: 50px;
  }
}
@media screen and (max-width: 780px) {
  .w {
    width: 90%;
  }
  .prm_title {
    margin-bottom: 15px;
  }
  .prm_title::after {
    width: 70px;
  }
  .prm_title h2 {
    font-size: 22px;
    margin: 0;
  }
  body.open header .logo{
    transform:none;
  }
  .move a {
    padding: 5px 28px;
    font-size: 14px;
    border-radius: 100px;
    background-color: #0094d0;
    color: #fff;
    border-color: #0094d0;
  }
  header {
    padding: 0.1rem 0;
    background-color: #fff;
  }
  header .w .header_top .navToggle {
    right: 0;
  }
  .footer_title {
    margin-bottom: 0.1rem;
  }
  body.open .nav_box {
    overflow-y: auto;
  }
  body.open .nav_box ul {
    flex-direction: column;
    justify-content: center;
    padding-top: 1.2rem;
  }
  body.open .nav_box ul li {
    padding-top: 0;
    flex: none;
  }
  body.open .nav_box ul li .nav_tiem .footer_title {
    font-size: 16px;
  }
  body.open .nav_box ul li .nav_tiem a {
    font-size: 14px;
  }
  body.open .nav_box ul li .nav_tiem .footer_title {
    line-height: 40px;
  }
  body.open .nav_box ul li .nav_tiem .item_box {
    display: none;
  }
  footer {
    padding-top: 0.6rem;
  }
  footer .footer_top {
    padding-bottom: 0.4rem;
  }
  footer .footer_top .nr ul li {
    display: none;
  }
  footer .footer_top .nr ul li:last-child {
    display: block;
  }
  footer .footer_bottom {
    padding: 0.4rem 0;
  }
  footer .footer_bottom .nr {
    padding: 0;
    display: block;
    text-align: center;
  }
}
