/* 欧方源码网 */
/* www.ofym.com */
/* 服务：模板 源码 软件 建站 开发 设计 营销 企云 */
/* QQ：11696561 */
@charset "utf-8";

body {
  position: relative;
  z-index: 1;
  background: #fff;
  font-family: arial, "microsoft yahei";
  
}
.container {
  width: 1450px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .container {
    width: 100%;
    padding: 0 auto;
  }
}
@media screen and (max-width: 1440px) {
  .container {
    width: 98%;
    padding: 0 auto;
  }
}
@media (max-width: 992px) {
  .container {
    padding: 0 25px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}
.container1 {
  width: 100%;
  padding: 0 105px;
}
@media (max-width: 1367px) {
  .container1 {
    padding: 0 60px;
  }
}
@media (max-width: 1279px) {
  .container1 {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .container1 {
    padding: 0 25px;
  }
}
@media (max-width: 767px) {
  .container1 {
    padding: 0 15px;
  }
}
.phone_nav {
  width: 40px;
  height: 72px;
  position: absolute;
  right: 20px;
  top: 0;
  line-height: 72px;
  text-align: center;
  display: none;
  color: #0a4d9e;
}
@media (max-width: 1240px) {
  .phone_nav {
    display: block;
  }
}
@media (max-width: 992px) {
  .phone_nav {
    height: 61px;
    line-height: 61px;
  }
}
@media (max-width: 767px) {
  .phone_nav {
    height: 49px;
    right: 10px;
    line-height: 44px;
  }
}
@media (max-width: 321px) {
  .phone_nav {
    height: 44px;
    line-height: 40px;
  }
}
.phone_nav .icon-caidan01 {
  display: block;
  color: #0a4d9e;
  font-size: 34px;
}
@media (max-width: 767px) {
  .phone_nav .icon-caidan01 {
    font-size: 26px;
  }
}
.phone_nr {
  position: fixed;
  right: -100%;
  width: 100%;
  height: 100%;
  top: 0;
  padding: 50px 0 50px 0;
  overflow-y: scroll;
  z-index: 999;
  background: #3b3b40;
}
.phone_nr .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  line-height: 50px;
  text-align: center;
}
.phone_nr .close .iconfont {
  color: #f2f0f2;
  font-size: 28px;
}
.phone_nr .phone_list dl dt {
  height: 42px;
  line-height: 42px;
  position: relative;
  padding: 0 42px 0 20px;
  font-size: 16px;
  border-bottom: 1px solid #4a4a4f;
}
.phone_nr .phone_list dl dt em {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  font-style: normal;
  width: 40px;
  line-height: 40px;
}
.phone_nr .phone_list dl dt em:after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  font-style: normal;
  border-left: 1px solid #4a4a4f;
  display: block;
  font-size: 18px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  height: 40px;
  color: #f7f6f6;
}
.phone_nr .phone_list dl dt > a {
  color: #f2f0f2;
  display: block;
  font-size: 16px;
}
.phone_nr .phone_list dl dd {
  padding: 0 0 0 30px;
  position: relative;
  display: none;
}
.phone_nr .phone_list .active dt em:after {
  content: "-";
}
.phone_nr .phone_list ul li {
  border-bottom: 1px solid #434344;
  line-height: 38px;
  padding: 0 20px 0 0;
  height: 38px;
}
.phone_nr .phone_list ul li > a {
  color: #c7c5c7;
  display: block;
  font-size: 14px;
}
.phone_nr .phone_list ul .active {
  background: #0a4d9e;
}
.phone_nr .phone_list ul .active a {
  color: #fff;
}
header {
  position: relative;
  left: 0;
  top: 0;
  background: #fff;
  width: 100%;
 
  z-index: 999;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
header .header {
  position: relative;
  margin: 0 auto;
}
header .header .logo {
  width: 298px;
  position: absolute;
  left: 0;
  z-index: 99;
  top: 10px;
  float: left;
}
@media (max-width: 1240px) {
  header .header .logo {
    position: relative;
    left: auto;
    top: auto;
    margin: 8px 0 6px 0;
    width: 216px;
  }
}
@media (max-width: 992px) {
  header .header .logo {
    margin: 6px 0 5px 0;
    width: 185px;
  }
}
@media (max-width: 767px) {
  header .header .logo {
    margin: 7px 0 3px;
    width: 140px;
  }
}
@media (max-width: 321px) {
  header .header .logo {
    width: 120px;
    margin: 6px 0 4px;
  }
}
header .header .all_shop {
  position: absolute;
  left: 315px;
  z-index: 10;
  top: 28px;
}
@media (max-width: 1240px) {
  header .header .all_shop {
    display: none;
  }
}
header .header .all_shop:hover .shopz {
  color: #fff;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
  background: #0a4d9e;
}
header .header .all_shop:hover .shopz em .iconfont {
  color: #fff;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
header .header .all_shop:hover .top_shop {
  height: 612px;
  overflow: inherit;
}
header .header .all_shop .shopz {
  border: 1px solid #0a4d9e;
  width: 160px;
  height: 38px;
  line-height: 35px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #0a4d9e;
  padding: 0 40px 0 12px;
  font-size: 16px;
}
header .header .all_shop .shopz em {
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  height: 38px;
  display: block;
  line-height: 36px;
}
header .header .all_shop .shopz em .iconfont {
  color: #0a4d9e;
  font-size: 32px;
  display: block;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
header .header .all_shop .top_shop {
  position: absolute;
  left: 0;
  top: 38px;
  width: 700px;
  height: 0;
  overflow: hidden;
}
header .header .all_shop .top_shop .tshopz {
  position: relative;
  padding: 20px 0 60px 0;
  width: 160px;
  float: left;
  overflow: hidden;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.15);
  background: #fff;
  z-index: 5;
}
header .header .all_shop .top_shop .tshopz .tbtn {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 38px;
  border-bottom: 1px solid #eeeeee;
  overflow: hidden;
}
header .header .all_shop .top_shop .tshopz .tbtn .shopprev {
  float: left;
  width: 50%;
  height: 38px;
  line-height: 38px;
  cursor: pointer;
  color: #0a4d9e;
  font-size: 14px;
  padding: 0 10px 0 12px;
  overflow: hidden;
  border-right: 1px solid #eeeeee;
}
header .header .all_shop .top_shop .tshopz .tbtn .shopnext {
  float: left;
  width: 50%;
  height: 40px;
  text-align: right;
  line-height: 40px;
  cursor: pointer;
  color: #0a4d9e;
  font-size: 14px;
  padding: 0 13px 0 10px;
  overflow: hidden;
}
header .header .all_shop .top_shop .tshop {
  position: relative;
  left: 0;
  height: 532px;
  width: 100%;
  overflow: hidden;
  top: 0;
}
header .header .all_shop .top_shop .tshop .tshopmain {
  top: 0;
  position: relative;
  width: 100%;
}
header .header .all_shop .top_shop .tshop .tshopmain li {
  height: 38px;
  cursor: pointer;
  color: #333333;
  position: relative;
  font-size: 14px;
  border-bottom: 1px solid #eeeeee;
  padding: 0 25px 0 12px;
  overflow: hidden;
  line-height: 38px;
}
header .header .all_shop .top_shop .tshop .tshopmain .active {
  background: #0a4d9e;
  color: #fff;
}
header .header .all_shop .top_shop .tshop .tshopmain .active em i {
  color: #fff;
}
header .header .all_shop .top_shop .tshop .tshopmain em {
  position: absolute;
  width: 25px;
  height: 40px;
  right: 0;
  top: 0;
  font-style: inherit;
}
header .header .all_shop .top_shop .tshop .tshopmain em .iconfont {
  color: #acacac;
  font-size: 20px;
}
header .header .all_shop .top_shop .tshopnrz {
  width: 540px;
  margin: 20px 0 0 0;
  float: left;
}
header .header .all_shop .top_shop .tshopnrz .tshopnr li {
  background: #ffffff;
  display: inline-block;
  position: relative;
  width: 100%;
  border-left: 1px solid #eeeeee;
  display: none;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.15);
  padding: 30px;
}
header .header .all_shop .top_shop .tshopnrz .tshopnr li .pic {
  float: left;
  position: relative;
  width: 31.4%;
  margin: 1px 0 0 0;
  height: 100px;
}
header .header .all_shop .top_shop .tshopnrz .tshopnr li .pic:after {
  content: "";
  display: block;
  padding-bottom: "50%";
}
header .header .all_shop .top_shop .tshopnrz .tshopnr li .txt {
  float: left;
  padding: 0 0 0 6%;
  width: 68.5%;
}
header .header .all_shop .top_shop .tshopnrz .tshopnr li .txt big {
  display: block;
  color: #333333;
  font-size: 18px;
  line-height: 24px;
  height: 24px;
  margin: 0 0 6px 0;
  overflow: hidden;
}
header .header .all_shop .top_shop .tshopnrz .tshopnr li .txt .text1 {
  display: block;
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  max-height: 48px;
  position: relative;
  padding: 0 0 0 46px;
  overflow: hidden;
}
header .header .all_shop .top_shop .tshopnrz .tshopnr li .txt .text1 i {
  font-style: inherit;
  position: absolute;
  left: 0;
  top: 0;
  width: 46px;
  height: 24px;
  line-height: 24px;
}
header .header .all_shop .top_shop .tshopnrz .tshopnr li .txt .text2 {
  display: block;
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  position: relative;
  overflow: hidden;
}
header .header .all_shop .top_shop .tshopnrz .tshopnr .li-2 {
  top: 38px;
}
header .header .all_shop .top_shop .tshopnrz .tshopnr .li-3 {
  top: 76px;
}
header .header .all_shop .top_shop .tshopnrz .tshopnr .li-4 {
  top: 114px;
}
header .header .all_shop .top_shop .tshopnrz .tshopnr .li-5 {
  top: 152px;
}
header .header .all_shop .top_shop .tshopnrz .tshopnr .li-6 {
  top: 190px;
}
header .header .all_shop .top_shop .tshopnrz .tshopnr .li-7 {
  top: 228px;
}
header .header .all_shop .top_shop .tshopnrz .tshopnr .li-8 {
  top: 266px;
}
header .header .all_shop .top_shop .tshopnrz .tshopnr .li-9 {
  top: 304px;
}
header .header .all_shop .top_shop .tshopnrz .tshopnr .li-10 {
  top: 342px;
}
header .header .all_shop .top_shop .tshopnrz .tshopnr .li-11 {
  top: 380px;
}
header .header .all_shop .top_shop .tshopnrz .tshopnr .li-12 {
  top: 418px;
}
header .header .all_shop .top_shop .tshopnrz .tshopnr .li-13 {
  top: 456px;
}
header .header .all_shop .top_shop .tshopnrz .tshopnr .li-14 {
  top: 494px;
}
header .header .all_shopphone {
  width: 172px;
  height: 42px;
  line-height: 40px;
  position: relative;
  cursor: pointer;
  color: #0a4d9e;
  float: left;
  overflow: hidden;
  margin: 15px 0 0 15px;
  padding: 0 15px;
  font-size: 18px;
}
@media (min-width: 1241px) {
  header .header .all_shopphone {
    display: none;
  }
}
@media (max-width: 992px) {
  header .header .all_shopphone {
    width: 150px;
    height: 34px;
    font-size: 16px;
    line-height: 33px;
  }
}
@media (max-width: 767px) {
  header .header .all_shopphone {
    margin: 8px 0 0 5px;
    font-size: 15px;
  }
}
@media (max-width: 321px) {
  header .header .all_shopphone {
    font-size: 14px;
    margin: 4px 0 0 0;
  }
}
header .header .all_shopphone a {
  color: #0a4d9e;
}
header .header .right {
  position: relative;
  z-index: 5;
  padding: 13px 0 0 500px;
}
@media (max-width: 1240px) {
  header .header .right {
    display: none;
  }
}
header .header .right .tel {
  text-align: right;
  display: inline-block;
  float: right;
  color: #0a4d9e;
  font-size: 20px;
  line-height: 30px;
  height: 30px;
  font-weight: bold;
}
header .header .right .tel a {
  color: #0a4d9e;
}
header .header .right .tel em {
  margin: 0 3px 0 0;
  height: 30px;
  display: block;
  float: left;
  line-height: 30px;
  font-style: inherit;
}
header .header .right .tel em i {
  font-style: inherit;
  color: #666666;
  font-weight: 100;
}
header .header .right .tel em i .iconfont {
  font-size: 28px;
  color: #666666;
}
header .header .right .tel span {
  height: 30px;
  display: block;
  float: left;
  font-weight: 100;
  line-height: 30px;
  font-size: 14px;
  color: #666666;
}
header .header .right .nav {
  text-align: right;
  clear: both;
  position: relative;
  margin: 0 -19px 0 0;
  
    
  
}
header .header .right .nav li {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
header .header .right .nav li:hover div {
  display: block;
}
header .header .right .nav li:hover > a {
  color: #0a4d9e;
  border-bottom: 2px solid #0a4d9e;
}
header .header .right .nav li > a {
  color: #333333;
  font-size: 14px;
  display: block;
  height: 54px;
  padding: 0 19px;
  line-height: 50px;
  border-bottom: 2px solid #fff;
  overflow: hidden;
  
  
}
header .header .right .nav li div {
  position: absolute;
  left: -10%;
  top: 54px;
  width: 120%;
  padding: 20px 0;
  display: none;
  background: url(../images/mask.png);
}
header .header .right .nav li div > a {
  display: block;
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  color: #beb8b0;
  text-align: center;
}
header .header .right .nav li div > a:hover {
  background: #0a4d9e;
  color: #fff;
}
header .header .right .nav .active > a {
  color: #0a4d9e;
  border-bottom: 2px solid #0a4d9e;
}
.header1 {
  position: fixed;
  z-index: 999;
  background: #fff;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  animation: myfirst 1.6s alternate;
  -webkit-animation: myfirst 1.6s alternate;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1240px) {
  .header1 .phone_nav {
    height: 58px !important;
    line-height: 58px !important;
  }
}
@media (max-width: 767px) {
  .header1 .phone_nav {
    height: 44px !important;
    line-height: 40px !important;
  }
}
@media (max-width: 321px) {
  .header1 .phone_nav {
    height: 41px !important;
    line-height: 36px !important;
  }
}
.header1 .logo {
  top: 6px !important;
  width: 210px !important;
}
@media (max-width: 1240px) {
  .header1 .logo {
    top: auto !important;
    width: 160px !important;
  }
}
@media (max-width: 767px) {
  .header1 .logo {
    width: 120px !important;
  }
}
@media (max-width: 321px) {
  .header1 .logo {
    width: 110px !important;
  }
}
.header1 .all_shop {
  top: 13px !important;
  left: 230px !important;
}
@media (max-width: 1240px) {
  .header1 .all_shop {
    top: auto !important;
    left: auto !important;
  }
}
.header1 .all_shopphone {
  width: 160px !important;
  height: 36px !important;
  line-height: 36px !important;
  margin: 10px 0 0 10px !important;
  font-size: 16px !important;
}
@media (max-width: 767px) {
  .header1 .all_shopphone {
    margin: 4px 0 0 5px !important;
  }
}
@media (max-width: 321px) {
  .header1 .all_shopphone {
    font-size: 14px !important;
    margin: 1px 0 0 0 !important;
  }
}
.header1 .right {
  padding: 0 !important;
}
.header1 .right .nav li div {
  top: 67px !important;
}
.header1 .right .nav li > a {
  height: 67px !important;
  line-height: 67px !important;
}
.header1 .right .tel {
  display: none !important;
}
@keyframes myfirst {
  0% {
    top: -110px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes myfirst {
  0% {
    top: -110px;
  }
  100% {
    left: 0;
  }
}
.bannerz {
  overflow: hidden;
  width: 100%;
}
.bannerz .banner-pc {
  width: 100%;
  z-index: 5;
  position: relative;
}
@media (max-width: 992px) {
  .bannerz .banner-pc {
    display: none;
  }
}
.bannerz .banner-pc .bannerpc-img {
  position: relative;
  left: 0;
}
.bannerz .banner-pc .bannerpc-img li {
  float: left;
  position: relative;
}
.bannerz .banner-pc .bannerpc-img li:after {
  content: "";
  display: block;
  padding-bottom: 41.7%;
}
.bannerz .banner-pc .bannerpc-btn {
  position: absolute;
  left: 0;
  z-index: 50;
  bottom: 40px;
  width: 100%;
  line-height: 20px;
  height: 20px;
  text-align: center;
}
@media (max-width: 1367px) {
  .bannerz .banner-pc .bannerpc-btn {
    bottom: 28px;
  }
}
.bannerz .banner-pc .bannerpc-btn li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
  width: 43px;
  height: 20px;
  font-size: 0;
  text-align: center;
  cursor: pointer;
}
.bannerz .banner-pc .bannerpc-btn li span {
  width: 43px;
  height: 4px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  background: url(../images/banner_btn.png) repeat-x;
}
.bannerz .banner-pc .bannerpc-btn .on span {
  background: #0a4d9e;
}
.bannerz .banner-pc .prev,
.bannerz .banner-pc .next {
  width: 43px;
  height: 80px;
  top: 50%;
  cursor: pointer;
  position: absolute;
  z-index: 50;
  display: block;
  margin-top: -40px;
}
@media (max-width: 1440px) {
  .bannerz .banner-pc .prev,
  .bannerz .banner-pc .next {
    width: 32px;
    height: 60px;
    margin-top: -30px;
  }
}
@media (max-width: 992px) {
  .bannerz .banner-pc .prev,
  .bannerz .banner-pc .next {
    width: 21px;
    height: 40px;
    margin-top: -20px;
  }
}
@media (max-width: 767px) {
  .bannerz .banner-pc .prev,
  .bannerz .banner-pc .next {
    width: 16px;
    height: 30px;
    margin-top: -15px;
  }
}
.bannerz .banner-pc .prev {
  background: url(../images/delicacy_left.png) no-repeat center;
  background-size: 100% 100%;
  left: 5%;
}
@media (max-width: 992px) {
  .bannerz .banner-pc .prev {
    left: 10px;
  }
}
.bannerz .banner-pc .prev:hover {
  background: url(../images/delicacy_lefthover.png) no-repeat center;
  background-size: 100% 100%;
}
.bannerz .banner-pc .next {
  background: url(../images/delicacy_right.png) no-repeat center;
  background-size: 100% 100%;
  right: 5%;
}
@media (max-width: 992px) {
  .bannerz .banner-pc .next {
    right: 10px;
  }
}
.bannerz .banner-pc .next:hover {
  background: url(../images/delicacy_righthover.png) no-repeat center;
  background-size: 100% 100%;
}
.bannerz .banner-phone {
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 1024px) {
  .bannerz .banner-phone {
    display: none;
  }
}
.bannerz .banner-phone .bannerphone-img {
  left: 0;
  top: 0;
  position: relative;
  overflow: hidden;
}
.bannerz .banner-phone .bannerphone-img li {
  position: relative;
  float: left;
  overflow: hidden;
}
.bannerz .banner-phone .bannerphone-img li:after {
  content: "";
  display: block;
  padding-bottom: 52.5%;
}
.bannerz .banner-phone .bannerphone-btn {
  position: absolute;
  left: 0;
  bottom: 18px;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .bannerz .banner-phone .bannerphone-btn {
    bottom: 13px;
  }
}
@media (max-width: 361px) {
  .bannerz .banner-phone .bannerphone-btn {
    bottom: 8px;
  }
}
.bannerz .banner-phone .bannerphone-btn li {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 3px;
  background: #fff;
  font-size: 0;
  cursor: pointer;
  margin: 0 3px;
}
.bannerz .banner-phone .bannerphone-btn .on {
  background: #0a4d9e;
}
.titlez {
  text-align: center;
  color: #0a4d9e;
  font-size: 42px;
  font-weight: bold;
  line-height: 52px;
}
@media (max-width: 1024px) {
  .titlez {
    font-size: 38px;
    line-height: 48px;
  }
}
@media (max-width: 992px) {
  .titlez {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .titlez {
    font-size: 22px;
    line-height: 32px;
  }
}
.textz {
  text-align: center;
  color: #999999;
  font-size: 24px;
  line-height: 30px;
  font-family: "utm_nyalaregular";
}
@media (max-width: 992px) {
  .textz {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .textz {
    font-size: 18px;
    line-height: 22px;
  }
}
.titlez1 {
  text-align: center;
  color: #fff;
  font-size: 42px;
  font-weight: bold;
  line-height: 52px;
}
@media (max-width: 1024px) {
  .titlez1 {
    font-size: 38px;
    line-height: 48px;
  }
}
@media (max-width: 992px) {
  .titlez1 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .titlez1 {
    font-size: 22px;
    line-height: 32px;
  }
}
.textz1 {
  text-align: center;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-family: "utm_nyalaregular";
}
@media (max-width: 992px) {
  .textz1 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .textz1 {
    font-size: 18px;
    line-height: 22px;
  }
}
/*home_join*/
.home_join {
  padding: 60px 0 0;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .home_join {
    padding: 40px 0 0;
  }
}
@media (max-width: 767px) {
  .home_join {
    padding: 20px 0 0;
  }
}
.home_join .homejoinz .hjointitle {
  padding: 0 2% 0 4%;
  height: 146px;
  overflow: hidden;
  margin: 0 auto 30px;
}
@media (max-width: 1367px) {
  .home_join .homejoinz .hjointitle {
    padding: 0;
    height: 111px;
    margin: 0 auto 20px;
  }
}
@media (max-width: 992px) {
  .home_join .homejoinz .hjointitle {
    height: 91px;
  }
}
.home_join .homejoinz .hjointitle .slick-current span {
  background: url(../images/jiantou1.png) no-repeat center bottom;
}
.home_join .homejoinz .hjointitle .slick-current span big {
  color: #0a4d9e;
}
.home_join .homejoinz .hjointitle .slick-current span small {
  color: #0a4d9e;
}
.home_join .homejoinz .hjointitle .hjtitle {
  padding: 0 18px 0 0;
  background: url(../images/jiantou.png) no-repeat right center;
  background-size: 20px;
}
@media (max-width: 1024px) {
  .home_join .homejoinz .hjointitle .hjtitle {
    background-size: 15px;
  }
}
@media (max-width: 992px) {
  .home_join .homejoinz .hjointitle .hjtitle {
    background-size: 12px;
  }
}
@media (max-width: 767px) {
  .home_join .homejoinz .hjointitle .hjtitle {
    background: none;
    padding: 0;
  }
}
.home_join .homejoinz .hjointitle .hjtitle:last-child {
  background: none;
}
.home_join .homejoinz .hjointitle .hjtitle:hover span {
  background: url(../images/jiantou1.png) no-repeat center bottom;
}
.home_join .homejoinz .hjointitle .hjtitle:hover span big {
  color: #0a4d9e;
}
.home_join .homejoinz .hjointitle .hjtitle:hover span small {
  color: #0a4d9e;
}
.home_join .homejoinz .hjointitle .hjtitle span {
  display: block;
  margin: 0 auto;
  cursor: pointer;
  padding: 38px 0 30px;
}
@media (max-width: 1024px) {
  .home_join .homejoinz .hjointitle .hjtitle span {
    padding: 30px 0 20px;
  }
}
@media (max-width: 992px) {
  .home_join .homejoinz .hjointitle .hjtitle span {
    padding: 25px 0 15px;
  }
}
.home_join .homejoinz .hjointitle .hjtitle big {
  display: block;
  text-align: center;
  color: #b0b0b0;
  font-size: 35px;
  height: 44px;
  line-height: 28px;
  overflow: hidden;
  font-family: "utm_nyalaregular";
}
@media (max-width: 1024px) {
  .home_join .homejoinz .hjointitle .hjtitle big {
    font-size: 42px;
    height: 32px;
    line-height: 24px;
  }
}
@media (max-width: 992px) {
  .home_join .homejoinz .hjointitle .hjtitle big {
    font-size: 30px;
    height: 22px;
    line-height: 15px;
  }
}
.home_join .homejoinz .hjointitle .hjtitle small {
  display: block;
  text-align: center;
  color: #666666;
  font-size: 16px;
  height: 24px;
  line-height: 24px;
  margin: 10px auto 0;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .home_join .homejoinz .hjointitle .hjtitle small {
    margin: 5px auto 0;
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .home_join .homejoinz .hjointitle .hjtitle small {
    font-size: 12px;
  }
}
.home_join .homejoinz .hjoinimg {
  overflow: hidden;
}
.home_join .homejoinz .hjoinimg .slick-slide span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  background-color: rgba(0, 0, 0, 0.4);
}
.home_join .homejoinz .hjoinimg .slick-center span:before {
  background-color: rgba(0, 0, 0, 0);
}
.home_join .homejoinz .hjoinimg .hjimg {
  position: relative;
  overflow: hidden;
}
.home_join .homejoinz .hjoinimg .hjimg span {
  display: block;
  position: relative;
  width: 100%;
}
.home_join .homejoinz .hjoinimg .hjimg span a {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 50;
  position: relative;
}
.home_join .homejoinz .hjoinimg .hjimg span a:after {
  content: "";
  display: block;
  padding-bottom: 61.77%;
}
/*home_delicacy*/
.home_delicacy {
  position: relative;
  overflow: hidden;
  padding: 65px 0 80px;
  background: #f4f4f4;
}
@media (max-width: 1440px) {
  .home_delicacy {
    padding: 45px 0 60px;
  }
}
@media (max-width: 992px) {
  .home_delicacy {
    padding: 35px 0 40px;
  }
}
@media (max-width: 767px) {
  .home_delicacy {
    padding: 25px 0 30px;
  }
}
.home_delicacy .main {
  margin: 40px auto 45px;
}
@media (max-width: 1440px) {
  .home_delicacy .main {
    margin: 25px auto 40px;
  }
}
@media (max-width: 992px) {
  .home_delicacy .main {
    margin: 20px auto 30px;
  }
}
@media (max-width: 767px) {
  .home_delicacy .main {
    margin: 0 auto 15px;
  }
}
.home_delicacy .main .items {
  width: 100%;
  float: left;
}
@media (max-width: 767px) {
  .home_delicacy .main .items {
    width: 100%;
    float: inherit;
  }
}
.home_delicacy .main .items .delicacy01 {
  background: #fff;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.home_delicacy .main .items .delicacy01:hover {
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
}
.home_delicacy .main .items .delicacy01 a {
  display: block;
  padding: 12% 10px 7.3%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1681px) {
  .home_delicacy .main .items .delicacy01 a {
    padding: 12% 10px 6.4%;
  }
}
@media (max-width: 1601px) {
  .home_delicacy .main .items .delicacy01 a {
    padding: 12% 10px 6.8%;
  }
}
@media (max-width: 1540px) {
  .home_delicacy .main .items .delicacy01 a {
    padding: 12% 10px 7.3%;
  }
}
@media (max-width: 1367px) {
  .home_delicacy .main .items .delicacy01 a {
    padding: 12% 10px 7.7%;
  }
}
@media (max-width: 1281px) {
  .home_delicacy .main .items .delicacy01 a {
    padding: 12% 10px 7.9%;
  }
}
@media (max-width: 1025px) {
  .home_delicacy .main .items .delicacy01 a {
    padding: 12% 10px 8.5%;
  }
}
@media (max-width: 992px) {
  .home_delicacy .main .items .delicacy01 a {
    padding: 12% 10px 4.5%;
  }
}
@media (max-width: 767px) {
  .home_delicacy .main .items .delicacy01 a {
    padding: 15px;
  }
}
.home_delicacy .main .items .delicacy01 .pic {
  overflow: hidden;
  position: relative;
}
.home_delicacy .main .items .delicacy01 .pic:after {
  content: "";
  display: block;
  padding-bottom: 60.6%;
}
.home_delicacy .main .items .delicacy01 .txt {
  padding: 5.3% 0 0;
  width: 42%;
  margin: 0 auto;
}
@media (max-width: 1820px) {
  .home_delicacy .main .items .delicacy01 .txt {
    width: 70%;
  }
}
@media (max-width: 1025px) {
  .home_delicacy .main .items .delicacy01 .txt {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .home_delicacy .main .items .delicacy01 .txt {
    width: 98%;
  }
}
.home_delicacy .main .items .delicacy01 .txt big {
  display: block;
  font-size: 20px;
  line-height: 30px;
  height: 30px;
  text-align: center;
  overflow: hidden;
  color: #333333;
}
@media (max-width: 767px) {
  .home_delicacy .main .items .delicacy01 .txt big {
    font-size: 18px;
    line-height: 28px;
    height: 28px;
  }
}
.home_delicacy .main .items .delicacy01 .txt small {
  display: block;
  font-size: 14px;
  line-height: 28px;
  height: 24px;
  font-weight: bold;
  font-family: "droid_sans_fallbackregular";
  text-align: center;
  overflow: hidden;
  color: #0a4d9e;
}
.home_delicacy .main .items .delicacy01 .txt p {
  display: block;
  margin: 4.5% auto 0;
  font-size: 14px;
  line-height: 30px;
  height: 60px;
  text-align: center;
  overflow: hidden;
  color: #666666;
}
@media (max-width: 992px) {
  .home_delicacy .main .items .delicacy01 .txt p {
    font-size: 12px;
    line-height: 26px;
    height: 52px;
  }
}
@media (max-width: 767px) {
  .home_delicacy .main .items .delicacy01 .txt p {
    font-size: 12px;
    line-height: 22px;
    margin: 5px auto 0;
    height: 44px;
  }
}
@media (max-width: 321px) {
  .home_delicacy .main .items .delicacy01 .txt p {
    font-size: 10px;
    line-height: 20px;
    height: 40px;
  }
}
.home_delicacy .main .items .delicacy01 .slick-prev,
.home_delicacy .main .items .delicacy01 .slick-next {
  width: 43px;
  height: 80px;
  top: 50%;
  border: none;
  margin-top: -40px;
}
@media (max-width: 1440px) {
  .home_delicacy .main .items .delicacy01 .slick-prev,
  .home_delicacy .main .items .delicacy01 .slick-next {
    width: 32px;
    height: 60px;
    margin-top: -30px;
  }
}
@media (max-width: 992px) {
  .home_delicacy .main .items .delicacy01 .slick-prev,
  .home_delicacy .main .items .delicacy01 .slick-next {
    width: 21px;
    height: 40px;
    margin-top: -20px;
  }
}
@media (max-width: 767px) {
  .home_delicacy .main .items .delicacy01 .slick-prev,
  .home_delicacy .main .items .delicacy01 .slick-next {
    width: 16px;
    height: 30px;
    margin-top: -15px;
  }
}
.home_delicacy .main .items .delicacy01 .slick-prev {
  background: url(../images/delicacy_left.png) no-repeat center;
  background-size: 100% 100%;
}
@media (max-width: 992px) {
  .home_delicacy .main .items .delicacy01 .slick-prev {
    left: 10px;
  }
}
.home_delicacy .main .items .delicacy01 .slick-prev:hover {
  background: url(../images/delicacy_lefthover.png) no-repeat center;
  background-size: 100% 100%;
}
.home_delicacy .main .items .delicacy01 .slick-next {
  background: url(../images/delicacy_right.png) no-repeat center;
  background-size: 100% 100%;
}
@media (max-width: 992px) {
  .home_delicacy .main .items .delicacy01 .slick-next {
    right: 10px;
  }
}
.home_delicacy .main .items .delicacy01 .slick-next:hover {
  background: url(../images/delicacy_righthover.png) no-repeat center;
  background-size: 100% 100%;
}
.home_delicacy .main .items .item {
  padding: 10px 10px 10px 20px;
}
@media (max-width: 992px) {
  .home_delicacy .main .items .item {
    padding: 5px 5px 5px 10px;
  }
}
@media (max-width: 767px) {
  .home_delicacy .main .items .item {
    padding: 15px 15px 10px;
  }
}
.home_delicacy .main .items .delicacy02 {
  padding: 0 10px 0 0;
}
@media (max-width: 992px) {
  .home_delicacy .main .items .delicacy02 {
    padding: 0 5px 0 0;
  }
}
@media (max-width: 767px) {
  .home_delicacy .main .items .delicacy02 {
    padding: 0 10px;
  }
}
.home_delicacy .main .items .delicacy02 li {
  float: left;
  width: 25%;
  padding: 10px;
}
@media (max-width: 992px) {
  .home_delicacy .main .items .delicacy02 li {
    padding: 5px;
	width: 100%;
  }
}
.home_delicacy .main .items .delicacy02 li a {
  padding: 5% 5px 4%;
  display: block;
  position: relative;
  width: 100%;
  background: #fff;
  transition: all .5s ease;
  
}
@media (max-width: 767px) {
  .home_delicacy .main .items .delicacy02 li a {
    padding: 10px 0;
  }
}
.home_delicacy .main .items .delicacy02 li a:hover {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
  
}
.home_delicacy .main .items .delicacy02 li a:hover:before {
  height: 4px;
}
.home_delicacy .main .items .delicacy02 li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0px;
  background: #0a4d9e;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.home_delicacy .main .items .delicacy02 li .pic {
  overflow: hidden;
  position: relative;
  height:450px;
  transition: all .5s ease;
}



@media(max-width: 767px){


.home_delicacy .main .items .delicacy02 li .pic {
  overflow: hidden;
  position: relative;
  height:auto; !important;
  transition: all .5s ease;
}
}

.home_delicacy .main .items .delicacy02 li .pic:after {
  content: "";
  display: block;
  padding-bottom: 67.3%;
}
.home_delicacy .main .items .delicacy02 li .txt {
  padding: 25px 0 0;
}
@media (max-width: 992px) {
  .home_delicacy .main .items .delicacy02 li .txt {
    padding: 16px 0 0;
  }
}
@media (max-width: 767px) {
  .home_delicacy .main .items .delicacy02 li .txt {
    padding: 10px 0 0;
  }
}
.home_delicacy .main .items .delicacy02 li .txt big {
  display: block;
  font-size: 20px;
  line-height: 30px;
  height: 30px;
  text-align: center;
  overflow: hidden;
  color: #333333;
  
}
@media (max-width: 992px) {
  .home_delicacy .main .items .delicacy02 li .txt big {
    font-size: 18px;
    line-height: 28px;
    height: 28px;
  }
}
@media (max-width: 767px) {
  .home_delicacy .main .items .delicacy02 li .txt big {
    font-size: 16px;
    line-height: 26px;
    height: 26px;
  }
}
.home_delicacy .main .items .delicacy02 li .txt small {
  display: block;
  font-size: 14px;
  line-height: 28px;
  height: 24px;
  font-weight: bold;
  font-family: "droid_sans_fallbackregular";
  text-align: center;
  overflow: hidden;
  color: #0a4d9e;
}
@media (max-width: 992px) {
  .home_delicacy .main .items .delicacy02 li .txt small {
    font-size: 13px;
    line-height: 20px;
    height: 20px;
  }
}
@media (max-width: 767px) {
  .home_delicacy .main .items .delicacy02 li .txt small {
    font-size: 12px;
  }
}
.morez {
  display: block;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  text-align: center;
  font-size: 0;
  z-index: 1;
}
.morez span {
  display: inline-block;
  vertical-align: middle;
  height: 48px;
  line-height: 48px;
  border-radius: 50px;
  padding: 0 100px;
  z-index: 5;
  overflow: hidden;
  position: relative;
  border: 1px solid #0a4d9e;
}
.morez span:after {
  content: "";
  display: block;
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 50px;
  background: #0a4d9e;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .morez span {
    height: 42px;
    line-height: 42px;
    padding: 0 80px;
  }
}
@media (max-width: 992px) {
  .morez span {
    padding: 0 70px;
  }
}
@media (max-width: 767px) {
  .morez span {
    padding: 0 50px;
    height: 38px;
    line-height: 40px;
  }
}
@media (max-width: 376px) {
  .morez span {
    padding: 0 45px;
    height: 36px;
    line-height: 36px;
  }
}
.morez:hover span:after {
  left: 0;
}
.morez:hover a {
  color: #fff;
}
.morez a {
  display: block;
  font-size: 16px;
  position: relative;
  z-index: 50;
  color: #0a4d9e;
}
.home_about {
  overflow: hidden;
  position: relative;
  width: 100%;
  background-image: url(../images/home_aboutbg.jpg);
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
  padding: 3.7% 0 6.5%;
}
@media (max-width: 767px) {
  .home_about {
    padding: 25px 0 15px;
  }
}
.home_about .main {
  text-align: center;
  font-size: 0;
  margin: 8% auto 0;
}
@media (max-width: 1681px) {
  .home_about .main {
    margin: 6% auto 0;
  }
}
@media (max-width: 1445px) {
  .home_about .main {
    margin: 4.5% auto 0;
  }
}
.home_about .main .video {
  display: inline-block;
  vertical-align: middle;
  
  padding: 0px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .home_about .main .video {
   
  }
}
@media (max-width: 767px) {
  .home_about .main .video {
    width: 100%;
   
    float: inherit;
  }
}
.home_about .main .video:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 82%;
  height: 64%;
  z-index: 1;
  background: #0a4d9e;
}
.home_about .main .video:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 82%;
  height: 64%;
  z-index: 1;
  background: #0a4d9e;
}
.home_about .main .video .pic {
  overflow: hidden;
  z-index: 10;
  position: relative;
}
.home_about .main .video .pic em {
  position: absolute;
  width: 90px;
  height: 90px;
  left: 50%;
  text-align: center;
  margin-left: -45px;
  top: 50%;
  margin-top: -45px;
}
@media (max-width: 1445px) {
  .home_about .main .video .pic em {
    width: 70px;
    height: 70px;
    margin-left: -35px;
    margin-top: -35px;
  }
}
@media (max-width: 992px) {
  .home_about .main .video .pic em {
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
  }
}
.home_about .main .video .pic:after {
  content: "";
  display: block;
}
.home_about .main .txt {
  width: 50.4%;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  padding: 0.5% 0 0 5.6%;
}
@media (max-width: 1230px) {
  .home_about .main .txt {
    padding: 0 0 0 4%;
  }
}
@media (max-width: 992px) {
  .home_about .main .txt {
    padding: 0 0 0 3%;
  }
}
@media (max-width: 767px) {
  .home_about .main .txt {
    width: 100%;
    padding: 15px 0;
    float: inherit;
  }
}
.home_about .main .txt .text1 {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  margin: 0 0 22px 0;
}
@media (max-width: 1230px) {
  .home_about .main .txt .text1 {
    margin: 0 0 10px 0;
    line-height: 28px;
  }
}
@media (max-width: 992px) {
  .home_about .main .txt .text1 {
    font-size: 12px;
    line-height: 20px;
    margin: 0 0 10px 0;
  }
}
@media (max-width: 767px) {
  .home_about .main .txt .text1 {
    font-size: 14px;
    line-height: 24px;
  }
}
.home_about .main .txt .more {
  display: block;
  text-align: left;
  font-size: 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.home_about .main .txt .more span {
  position: relative;
  height: 44px;
  line-height: 44px;
  border-radius: 50px;
  background: #0a4d9e;
  z-index: 5;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .home_about .main .txt .more span {
    height: 42px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .home_about .main .txt .more span {
    height: 38px;
    line-height: 40px;
  }
}
@media (max-width: 376px) {
  .home_about .main .txt .more span {
    height: 36px;
    line-height: 36px;
  }
}
.home_about .main .txt .more:hover span {
  background: #fe6572;
}
.home_about .main .txt .more:hover a {
  color: #fff;
}
.home_about .main .txt .more a {
  display: block;
  font-size: 14px;
  position: relative;
  z-index: 50;
  color: #fff;
  padding: 0 80px;
}
@media (max-width: 992px) {
  .home_about .main .txt .more a {
    padding: 0 70px;
  }
}
@media (max-width: 767px) {
  .home_about .main .txt .more a {
    padding: 0 50px;
  }
}
@media (max-width: 376px) {
  .home_about .main .txt .more a {
    padding: 0 45px;
  }
}
/*home_shop*/
.home_shop {
  overflow: hidden;
  position: relative;
  padding: 65px 10px;
}
@media (max-width: 1445px) {
  .home_shop {
    padding: 45px 10px;
  }
}
@media (max-width: 992px) {
  .home_shop {
    padding: 35px 10px;
  }
}
@media (max-width: 767px) {
  .home_shop {
    padding: 20px 10px 25px;
  }
}
.home_shop .hshop {
  margin: 40px auto 55px;
  padding: 0 0 40px 0;
}
@media (max-width: 1025px) {
  .home_shop .hshop {
    margin: 30px auto 30px;
    padding: 0 0 30px 0;
  }
}
@media (max-width: 992px) {
  .home_shop .hshop {
    margin: 15px auto 30px;
  }
}
@media (max-width: 767px) {
  .home_shop .hshop {
    padding: 0 0 20px 0;
  }
}
@media (max-width: 376px) {
  .home_shop .hshop {
    margin: 15px auto 20px;
  }
}
.home_shop .hshop .slick-dots {
  bottom: 0;
}
.home_shop .hshop .slick-dots li {
  margin: 0 5px;
}
@media (max-width: 767px) {
  .home_shop .hshop .slick-dots li {
    margin: 0 4px;
  }
}
.home_shop .hshop .slick-dots li button {
  width: 43px;
  height: 4px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  background: #c5c5c5;
  border-radius: 0;
}
@media (max-width: 767px) {
  .home_shop .hshop .slick-dots li button {
    width: 20px;
    height: 3px;
  }
}
.home_shop .hshop .slick-dots li.slick-active button {
  background: #0a4d9e;
}
.home_shop .hshop .slick-prev,
.home_shop .hshop .slick-next {
  width: 43px;
  height: 80px;
  border: none;
  margin-top: -40px;
}
@media (max-width: 1440px) {
  .home_shop .hshop .slick-prev,
  .home_shop .hshop .slick-next {
    width: 32px;
    height: 60px;
    margin-top: -30px;
  }
}
@media (max-width: 992px) {
  .home_shop .hshop .slick-prev,
  .home_shop .hshop .slick-next {
    width: 21px;
    height: 40px;
    margin-top: -20px;
  }
}
@media (max-width: 767px) {
  .home_shop .hshop .slick-prev,
  .home_shop .hshop .slick-next {
    width: 16px;
    height: 30px;
    margin-top: -15px;
  }
}
.home_shop .hshop .slick-prev {
  left: 6%;
  opacity: 0.7;
  background: url(../images/hshop_left.png) no-repeat center;
  background-size: 100% 100%;
}
@media (max-width: 1440px) {
  .home_shop .hshop .slick-prev {
    left: 4.5%;
  }
}
@media (max-width: 1281px) {
  .home_shop .hshop .slick-prev {
    left: 3.5%;
  }
}
.home_shop .hshop .slick-prev:hover {
  opacity: 1;
}
.home_shop .hshop .slick-next {
  right: 6%;
  opacity: 0.7;
  background: url(../images/hshop_right.png) no-repeat center;
  background-size: 100% 100%;
}
@media (max-width: 1440px) {
  .home_shop .hshop .slick-next {
    right: 4.5%;
  }
}
@media (max-width: 1281px) {
  .home_shop .hshop .slick-next {
    right: 3.5%;
  }
}
.home_shop .hshop .slick-next:hover {
  opacity: 1;
}
.home_shop .shopnr .item {
  padding: 0 10px;
  position: relative;
}
@media (max-width: 1367px) {
  .home_shop .shopnr .item {
    padding: 0 8px;
  }
}
@media (max-width: 767px) {
  .home_shop .shopnr .item {
    padding: 0 6px;
  }
}
@media (max-width: 376px) {
  .home_shop .shopnr .item {
    padding: 0 5px;
  }
}
.home_shop .shopnr .item a {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 1;
}
.home_shop .shopnr .item a:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.home_shop .shopnr .item a:hover .pic:before {
  left: 100%;
  border-radius: 100% 10% 0% 10%;
}
.home_shop .shopnr .item .pic {
  position: relative;
  overflow: hidden;
  z-index: 5;
}
.home_shop .shopnr .item .pic:before {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  border-radius: 0% 10% 100% 10%;
  background-color: rgba(255, 255, 255, 0.05);
}
.home_shop .shopnr .item .pic img {
  transition: all 0.45s ease-in-out;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  height:400px;
    width:350px;
}

@media (max-width: 992px) {
.home_shop .shopnr .item .pic img {
  transition: all 0.45s ease-in-out;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  height:300px; !important;
    
}
}
.home_shop .shopnr .item .pic:after {
  content: "";
  display: block;

}
.home_shop .shopnr .item .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  padding: 18px 10px;
}
@media (max-width: 1367px) {
  .home_shop .shopnr .item .txt {
    padding: 10px 10px;
  }
}
.home_shop .shopnr .item .txt big {
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  height: 30px;
  display: block;
  overflow: hidden;
}
@media (max-width: 1367px) {
  .home_shop .shopnr .item .txt big {
    font-size: 18px;
    line-height: 24px;
    height: 24px;
  }
}
@media (max-width: 767px) {
  .home_shop .shopnr .item .txt big {
    font-size: 16px;
    line-height: 22px;
    height: 22px;
  }
}
.home_shop .shopnr .item .txt .text {
  text-align: center;
  margin: 6px auto 0;
  font-size: 0;
}
@media (max-width: 1367px) {
  .home_shop .shopnr .item .txt .text {
    margin: 4px auto 0;
  }
}
@media (max-width: 767px) {
  .home_shop .shopnr .item .txt .text {
    margin: 0 auto;
  }
}
.home_shop .shopnr .item .txt .text span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  font-size: 14px;
}
@media (max-width: 767px) {
  .home_shop .shopnr .item .txt .text span {
    font-size: 12px;
    line-height: 20px;
    height: 20px;
    text-align: center;
    margin: 0 auto 4px;
  }
}
.home_shop .shopnr .item .txt .text em {
  display: inline-block;
  vertical-align: middle;
  width: 104px;
  height: 16px;
}
.home_shop .shopnr .item .txt .text em img {
  max-width: inherit;
}
.home_shop .shopnr .item .txt .text em i {
  display: block;
  height: 16px;
  overflow: hidden;
}
/*home_news*/
.home_news {
  overflow: hidden;
  background: #f4f4f4;
  position: relative;
  padding: 50px 0 80px;
}
@media (max-width: 1024px) {
  .home_news {
    padding: 40px 0 60px;
  }
}
@media (max-width: 767px) {
  .home_news {
    padding: 30px 0 30px;
  }
}
.home_news .hnewtitle {
  margin: 35px auto 45px;
  text-align: center;
  font-size: 0;
}
@media (max-width: 767px) {
  .home_news .hnewtitle {
    margin: 20px auto 15px;
  }
}
.home_news .hnewtitle li {
  display: inline-block;
  vertical-align: middle;
  color: #666666;
  font-size: 18px;
  line-height: 37px;
  height: 38px;
  overflow: hidden;
  border-radius: 50px;
  padding: 0 40px;
  margin: 0 3px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .home_news .hnewtitle li {
    font-size: 15px;
    line-height: 32px;
    height: 32px;
    padding: 0 25px;
  }
}
.home_news .hnewtitle .active {
  border: 1px solid #0a4d9e;
  color: #0a4d9e;
}
.home_news .content {
  overflow: hidden;
  width: 100%;
  margin: 0 auto 40px;
}
@media (max-width: 767px) {
  .home_news .content {
    margin: 0 auto 15px;
  }
}
@media (max-width: 361px) {
  .home_news .content {
    margin: 0 auto 10px;
  }
}
.home_news .hnewsmainz {
  position: relative;
  left: 0;
}
.home_news .hnewsmain {
  overflow: hidden;
  float: left;
}
.home_news .hnewsmain .hnew {
  position: relative;
}
.home_news .hnewsmain li {
  float: left;
  width: 33.33333333%;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
@media (max-width: 992px) {
  .home_news .hnewsmain li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .home_news .hnewsmain li {
    width: 100%;
    padding: 6px 10px;
  }
}
.home_news .hnewsmain li:hover {
  background: #0a4d9e;
}
.home_news .hnewsmain li:hover time big {
  color: #fff;
}
.home_news .hnewsmain li:hover time small {
  color: #fff;
}
.home_news .hnewsmain li:hover time small:before {
  height: 4px;
}
.home_news .hnewsmain li:hover .txt span {
  color: #fff;
}
.home_news .hnewsmain li:hover .txt p {
  color: #fff;
}
.home_news .hnewsmain li .item {
  padding: 12% 20%;
  margin: 0 auto;
}
@media (max-width: 1840px) {
  .home_news .hnewsmain li .item {
    padding: 10% 15%;
  }
}
@media (max-width: 1580px) {
  .home_news .hnewsmain li .item {
    padding: 8% 10%;
  }
}
@media (max-width: 767px) {
  .home_news .hnewsmain li .item {
    padding: 7% 5%;
  }
}
@media (max-width: 1281px) {
  .home_news .hnewsmain li .item {
    padding: 6% 15px;
  }
}
@media (max-width: 767px) {
  .home_news .hnewsmain li .item {
    position: relative;
    padding: 0 0 15px 65px;
    border-bottom: 1px solid #e5e5e5;
  }
}
.home_news .hnewsmain li time {
  text-align: center;
  font-size: 0;
  display: block;
}
@media (max-width: 767px) {
  .home_news .hnewsmain li time {
    position: absolute;
    left: 0;
    top: 0;
    width: 54px;
    overflow: hidden;
  }
}
.home_news .hnewsmain li time big {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  word-break: break-all;
  margin: 0 auto;
  text-align: center;
  color: #333333;
  font-size: 50px;
  line-height: 38px;
  height: 70px;
  overflow: hidden;
  font-family: "utm_nyalaregular";
}
@media (max-width: 1024px) {
  .home_news .hnewsmain li time big {
    font-size: 80px;
    line-height: 28px;
    height: 55px;
  }
}
@media (max-width: 767px) {
  .home_news .hnewsmain li time big {
    font-size: 40px;
    line-height: 20px;
    height: 30px;
  }
}
.home_news .hnewsmain li time small {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: center;
  color: #999999;
  font-size: 30px;
  line-height: 50px;
  height: 60px;
  overflow: hidden;
  position: relative;
  z-index: 5;
  font-family: "utm_nyalaregular";
}
@media (max-width: 1024px) {
  .home_news .hnewsmain li time small {
    font-size: 26px;
    line-height: 40px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .home_news .hnewsmain li time small {
    font-size: 18px;
    line-height: 30px;
    height: 34px;
  }
}
.home_news .hnewsmain li time small:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  z-index: 20;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  background: #fff;
}
.home_news .hnewsmain li time small:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 100%;
  z-index: 10;
  background: #0a4d9e;
}
@media (max-width: 767px) {
  .home_news .hnewsmain li time small:after {
    height: 2px;
    display: none;
  }
}
.home_news .hnewsmain li .txt {
  padding: 40px 0 0 0;
}
@media (max-width: 1024px) {
  .home_news .hnewsmain li .txt {
    padding: 20px 0 0 0;
  }
}
@media (max-width: 767px) {
  .home_news .hnewsmain li .txt {
    padding: 0;
  }
}
.home_news .hnewsmain li .txt span {
  display: block;
  color: #333333;
  font-size: 18px;
  line-height: 26px;
  height: 26px;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .home_news .hnewsmain li .txt span {
    text-align: left;
    font-size: 15px;
    line-height: 24px;
    height: 24px;
  }
}
.home_news .hnewsmain li .txt p {
  display: block;
  color: #999999;
  margin: 15px auto 0;
  font-size: 14px;
  line-height: 30px;
  height: 60px;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .home_news .hnewsmain li .txt p {
    margin: 5px auto 0;
  }
}
@media (max-width: 767px) {
  .home_news .hnewsmain li .txt p {
    font-size: 12px;
    text-align: left;
    line-height: 20px;
    height: 40px;
  }
}
/*footer*/
footer {
  background: #322c38;
  overflow: hidden;
}
@media (max-width: 361px) {
  footer {
    padding: 0 0 5px;
  }
}
footer .footer {
  padding: 30px 0;
}
@media (max-width: 992px) {
  footer .footer {
    padding: 30px 0 15px;
  }
}
footer .footer .footer_nav {
  float: left;
  width: 70%;
}
@media (max-width: 1024px) {
  footer .footer .footer_nav {
    width: 74%;
  }
}
@media (max-width: 992px) {
  footer .footer .footer_nav {
    display: none;
  }
}
footer .footer .footer_nav li {
  float: left;
  width: 16.66666667%;
  padding: 0 10px 0 0;
}
footer .footer .footer_nav li span {
  display: block;
  font-size: 16px;
  height: 50px;
  margin: 0 0 13px 0;
  line-height: 50px;
  overflow: hidden;
  position: relative;
}
footer .footer .footer_nav li span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 1px;
  background: #0a4d9e;
}
footer .footer .footer_nav li span > a {
  color: #ffffff;
}
footer .footer .footer_nav li > a {
  color: #a7a1ac;
  display: block;
  line-height: 32px;
  font-size: 14px;
}
footer .footer .footer_nav li > a:hover {
  color: #fff;
}
footer .footer .right {
  float: right;
  width: 30%;
  padding: 32px 0 0 0;
  text-align: right;
  font-size: 0;
}
@media (max-width: 1024px) {
  footer .footer .right {
    width: 26%;
  }
}
@media (max-width: 992px) {
  footer .footer .right {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
footer .footer .right .ewm {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  margin: 0 12px;
}
footer .footer .right .ewm span {
  display: block;
  width: 100px;
  height: 100px;
  position: relative;
}
footer .footer .right .ewm span:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
footer .footer .right .ewm p {
  text-align: center;
  color: #a7a1ac;
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  margin: 8px auto 0;
  overflow: hidden;
}
footer .copy {
  padding: 15px 0;
  position: relative;
  padding: 27px 300px 30px 0;
  background: url(../images/footerbg.jpg) repeat-x;
}
@media (max-width: 992px) {
  footer .copy {
    text-align: center;
    font-size: 0;
    padding: 20px 0 20px 0;
  }
}
footer .copy p {
  color: #a7a1ac;
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 992px) {
  footer .copy p {
    text-align: center;
  }
}
@media (max-width: 767px) {
  footer .copy p {
    font-size: 13px;
  }
}
footer .copy p a {
  position: relative;
  padding: 0 12px 0 0;
  margin: 0 10px 0 0;
  color: #a7a1ac;
}
@media (max-width: 767px) {
  footer .copy p a {
    padding: 0 5px 0 0;
    margin: 0;
  }
}
footer .copy p a:last-child:before {
  display: none;
}
footer .copy p a:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  background: #fff;
  border-radius: 50%;
  top: 0px;
  width: 2px;
  height: 15px;
  background: #706b74;
}
@media (max-width: 1240px) {
  footer .copy p a:before {
    display: none;
  }
}
footer .copy p a:hover {
  color: #0a4d9e;
}
footer .copy .tel {
  position: absolute;
  right: 0;
  top: 25px;
  overflow: hidden;
  min-width: 245px;
  max-width: 300px;
  text-align: right;
  color: #0a4d9e;
  font-size: 20px;
  padding: 0 0 0 20px;
  line-height: 30px;
  height: 30px;
  font-weight: bold;
}
@media (max-width: 992px) {
  footer .copy .tel {
    position: relative;
    right: inherit;
    top: auto;
    display: inline-block;
    vertical-align: middle;
    margin: 5px auto 0;
    min-width: inherit;
    max-width: inherit;
    text-align: center;
  }
}
footer .copy .tel a {
  color: #0a4d9e;
}
footer .copy .tel em {
  margin: 0 3px 0 0;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 30px;
  font-style: inherit;
}
footer .copy .tel em i {
  font-style: inherit;
  color: #a7a1ac;
  font-weight: 100;
}
footer .copy .tel em i .iconfont {
  font-size: 28px;
  color: #b6b2b9;
}
footer .copy .tel span {
  height: 30px;
  font-weight: 100;
  line-height: 30px;
  font-size: 14px;
  color: #a7a1ac;
}
/*banner-ny*/
.banner_ny {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.banner_ny .banner_nypc {
  overflow: hidden;
  position: relative;
}
@media (max-width: 1025px) {
  .banner_ny .banner_nypc {
    display: none;
  }
}
.banner_ny .banner_nypc:after {
  content: "";
  display: block;
  padding-bottom: 18.8%;
}
.banner_ny .banner_nyphone {
  overflow: hidden;
  position: relative;
}
@media (min-width: 1025px) {
  .banner_ny .banner_nyphone {
    display: none;
  }
}
.banner_ny .banner_nyphone:after {
  content: "";
  display: block;
  padding-bottom: 35.2%;
}
.crumbs {
  margin: 65px auto 0;
}
@media (max-width: 1025px) {
  .crumbs {
    margin: 50px auto 0;
  }
}
@media (max-width: 992px) {
  .crumbs {
    margin: 35px auto 0;
  }
}
@media (max-width: 767px) {
  .crumbs {
    margin: 25px auto 0;
  }
}
.crumbs .title {
  float: left;
  padding: 0 0 0 20px;
  border-left: 5px solid #b0b0b0;
  width: 55%;
}
@media (max-width: 992px) {
  .crumbs .title {
    border-left: 3px solid #b0b0b0;
    padding: 0 0 0 15px;
  }
}
@media (max-width: 767px) {
  .crumbs .title {
    width: 100%;
    border-left: 2px solid #b0b0b0;
    padding: 0 0 0 12px;
  }
}
.crumbs .title big {
  display: block;
  color: #b0b0b0;
  font-size: 40px;
  line-height: 32px;
  height: 42px;
  text-align: left;
  font-family: "utm_nyalaregular";
  overflow: hidden;
}
@media (max-width: 1445px) {
  .crumbs .title big {
    font-size: 50px;
    line-height: 24px;
    height: 32px;
  }
}
@media (max-width: 992px) {
  .crumbs .title big {
    font-size: 36px;
    line-height: 20px;
    height: 26px;
  }
}
@media (max-width: 767px) {
  .crumbs .title big {
    font-size: 30px;
    line-height: 16px;
    height: 22px;
  }
}
.crumbs .title small {
  display: block;
  color: #333333;
  font-size: 34px;
  line-height: 34px;
  font-weight: bold;
  height: 34px;
  margin: 8px 0 0 0;
  overflow: hidden;
}
@media (max-width: 1445px) {
  .crumbs .title small {
    font-size: 26px;
    line-height: 30px;
    height: 30px;
  }
}
@media (max-width: 992px) {
  .crumbs .title small {
    font-size: 20px;
    line-height: 22px;
    height: 22px;
  }
}
@media (max-width: 767px) {
  .crumbs .title small {
    font-size: 17px;
    line-height: 20px;
    height: 20px;
    margin: 5px 0 0 0;
  }
}
.crumbs h2 {
  float: right;
  text-align: right;
  width: %;
  color: #666666;
  position: relative;
  overflow: hidden;
  font-weight: 100;
}
@media (max-width: 767px) {
  .crumbs h2 {
    width: 100%;
    margin: 10px 0 0 0;
  }
}
.crumbs h2 big {
  display: block;
  position: relative;
  float: right;
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  margin: 0 0 30px 0;
  padding: 0 0 0 30px;
}
@media (max-width: 1445px) {
  .crumbs h2 big {
    margin: 0 0 10px 0;
  }
}
@media (max-width: 767px) {
  .crumbs h2 big {
    float: left;
    padding: 0 0 0 24px;
  }
}
.crumbs h2 big a {
  color: #666;
}
.crumbs h2 big a:hover {
  color: #0a4d9e;
}
.crumbs h2 big i {
  font-style: inherit;
  width: 20px;
  height: 20px;
  float: left;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .crumbs h2 big i {
    width: 18px;
    height: 18px;
  }
}
.crumbs h2 big em {
  display: block;
  font-style: inherit;
  font-size: 14px;
}
@media (max-width: 767px) {
  .crumbs h2 big em {
    font-size: 12px;
  }
}
.crumbs .news_sub {
  clear: both;
  text-align: right;
  font-size: 0;
  margin: 0 -8px 0 0;
 
}
@media (max-width: 1080px) {
  .crumbs .news_sub {
    margin: 0 -6px 0 0;
  }
}
@media (max-width: 767px) {
  .crumbs .news_sub {
    text-align: center;
    margin: 0 -4px 0 0;
  }
}
.crumbs .news_sub li {
  display: inline-block;
  font-size: 16px;
  padding: 0 8px;
  vertical-align: middle;
}
@media (max-width: 1080px) {
  .crumbs .news_sub li {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .crumbs .news_sub li {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .crumbs .news_sub li {
    padding: 0 4px;
  }
}
.crumbs .news_sub li a {
  display: block;
  position: relative;
  background: #eaeaea;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  color: #666666;
  padding: 0 30px;
  border-radius: 50px;
}
@media (max-width: 1080px) {
  .crumbs .news_sub li a {
    padding: 0 25px;
    height: 32px;
    line-height: 32px;
  }
}
@media (max-width: 992px) {
  .crumbs .news_sub li a {
    padding: 0 15px;
    height: 28px;
    line-height: 28px;
  }
}
.crumbs .news_sub li a:hover {
  background: #0a4d9e;
  color: #fff;
}
.crumbs .news_sub .active a {
  background: #0a4d9e;
  color: #fff;
}
.subz {
  position: relative;
  margin: 50px auto 0;
}
@media (max-width: 1281px) {
  .subz {
    margin: 35px auto 0;
  }
}
@media (max-width: 1025px) {
  .subz {
    margin: 20px auto 0;
  }
}
@media (max-width: 767px) {
  .subz {
    margin: 15px auto 0;
  }
}
.subz .sub-pc {
  width: 100%;
  z-index: 10;
  position: relative;
}
@media (max-width: 767px) {
  .subz .sub-pc {
    display: none;
  }
}
.subz .sub-pc dl {
  position: relative;
  border-bottom: 1px solid #d6d6d6;
  padding: 10px 0 0 0;
}
.subz .sub-pc dl dt {
  height: 24px;
  line-height: 24px;
  color: #333333;
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 56px;
  overflow: hidden;
  font-size: 14px;
}
.subz .sub-pc dl dd {
  display: inline-block;
  width: 100%;
}
.subz .sub-pc dl dd a {
  color: #333333;
  padding: 0 9px;
  border-radius: 3px;
  display: block;
  float: left;
  font-size: 14px;
  height: 24px;
  margin: 0 3px 10px;
  line-height: 24px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .subz .sub-pc dl dd a {
    font-size: 13px;
  }
}
.subz .sub-pc dl dd a:hover {
  background: #0a4d9e;
  color: #fff;
}
.subz .sub-pc dl dd .active {
  background: #0a4d9e;
  color: #fff;
}
.subz .sub-pc .active dt {
  color: #0a4d9e;
}
.subz .sub-phone {
  width: 100%;
  z-index: 10;
  position: relative;
}
@media (min-width: 768px) {
  .subz .sub-phone {
    display: none;
  }
}
.subz .sub-phone dl {
  width: 50%;
  float: left;
}
.subz .sub-phone dl dt {
  position: relative;
  width: 100%;
  height: 38px;
  padding: 0 5px;
  line-height: 36px;
  font-size: 0;
  text-align: center;
  border: 1px solid #dcdcdc;
}
.subz .sub-phone dl dt span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  height: 38px;
  line-height: 36px;
}
.subz .sub-phone dl dt em {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  height: 38px;
  line-height: 36px;
  font-style: inherit;
}
.subz .sub-phone dl dd {
  border: 1px solid #dcdcdc;
  border-top: none;
  position: absolute;
  left: 0;
  top: 38px;
  width: 100%;
  z-index: 999;
  padding: 18px 8px 10px;
  display: none;
  background: #fff;
}
.subz .sub-phone dl dd a {
  color: #333333;
  padding: 0 9px;
  border-radius: 3px;
  display: block;
  float: left;
  font-size: 13px;
  height: 24px;
  margin: 0 3px 10px;
  line-height: 24px;
  overflow: hidden;
}
.subz .sub-phone dl dd a:hover {
  background: #0a4d9e;
  color: #fff;
}
.subz .sub-phone dl dd .active {
  background: #0a4d9e;
  color: #fff;
}
.subz .sub-phone .active dt {
  color: #0a4d9e;
}
.ny {
  min-height: 400px;
}
/*elegance*/
.elegance {
  overflow: hidden;
  padding: 0 0 75px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1025px) {
  .elegance {
    padding: 0 0 50px;
  }
}
@media (max-width: 767px) {
  .elegance {
    padding: 0 0 25px;
  }
}
.elegance .elegance_main {
  overflow: hidden;
}
.elegance .elegance_main ul {
  margin: 55px -15px 45px;
  position: relative;
}
@media (max-width: 1367px) {
  .elegance .elegance_main ul {
    margin: 30px -15px 35px;
  }
}
@media (max-width: 1281px) {
  .elegance .elegance_main ul {
    margin: 30px -12px 35px;
  }
}
@media (max-width: 1025px) {
  .elegance .elegance_main ul {
    margin: 30px -10px 35px;
  }
}
@media (max-width: 992px) {
  .elegance .elegance_main ul {
    margin: 30px -8px 25px;
  }
}
@media (max-width: 767px) {
  .elegance .elegance_main ul {
    margin: 10px -5px 20px;
  }
}
.elegance .elegance_main ul li {
  float: left;
  padding: 15px;
  width: 25%;
}
@media (max-width: 1281px) {
  .elegance .elegance_main ul li {
    padding: 12px;
  }
}
@media (max-width: 1025px) {
  .elegance .elegance_main ul li {
    padding: 10px;
  }
}
@media (max-width: 992px) {
  .elegance .elegance_main ul li {
    padding: 8px;
  }
}
@media (max-width: 767px) {
  .elegance .elegance_main ul li {
    width: 100%;
    padding: 8px 5px;
  }
}
.elegance .elegance_main ul li .item {
  display: block;
  overflow: hidden;
  width: 100%;
}
.elegance .elegance_main ul li .item:hover .pic:before {
  left: 100%;
}
.elegance .elegance_main ul li .item:hover .pic img {
  transform: translate3d(-15px, 0, 0) scale(1.05);
  -webkit-transform: translate3d(-15px, 0, 0) scale(1.05);
  -moz-transform: translate3d(-15px, 0, 0) scale(1.05);
  -o-transform: translate3d(-15px, 0, 0) scale(1.05);
}
.elegance .elegance_main ul li .item:hover .txt span {
  text-align: left;
  animation: mymove1 0.45s linear;
  -webkit-animation: mymove1 0.45s linear;
}
.elegance .elegance_main ul li .item:hover .txt em {
  right: 0;
}
.elegance .elegance_main ul li .item .pic {
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.elegance .elegance_main ul li .item .pic:before {
  content: "";
  display: block;
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  background-color: rgba(255, 255, 255, 0.03);
}
.elegance .elegance_main ul li .item .pic:after {
  content: "";
  display: block;
  padding-bottom: 66.8%;
}
.elegance .elegance_main ul li .item .pic img {
  transition: all 0.8s cubic-bezier(0, 0, 0, 0);
  -webkit-transition: all 0.8s cubic-bezier(0, 0, 0, 0);
  -o-transition: all 0.8s cubic-bezier(0, 0, 0, 0);
  -moz-transition: all 0.8s cubic-bezier(0, 0, 0, 0);
}
.elegance .elegance_main ul li .item .txt {
  overflow: hidden;
  border-bottom: 1px solid #d6d6d6;
  position: relative;
  height: 72px;
}
@media (max-width: 1367px) {
  .elegance .elegance_main ul li .item .txt {
    height: 60px;
  }
}
@media (max-width: 1025px) {
  .elegance .elegance_main ul li .item .txt {
    height: 48px;
  }
}
@media (max-width: 767px) {
  .elegance .elegance_main ul li .item .txt {
    height: 32px;
  }
}
.elegance .elegance_main ul li .item .txt span {
  display: block;
  text-align: center;
  color: #333333;
  height: 72px;
  line-height: 72px;
  font-size: 18px;
  position: relative;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
@media (max-width: 1367px) {
  .elegance .elegance_main ul li .item .txt span {
    height: 60px;
    line-height: 60px;
  }
}
@media (max-width: 1025px) {
  .elegance .elegance_main ul li .item .txt span {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .elegance .elegance_main ul li .item .txt span {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
  }
}
.elegance .elegance_main ul li .item .txt em {
  display: inline-block;
  vertical-align: middle;
  height: 72px;
  line-height: 72px;
  color: #0a4d9e;
  font-size: 14px;
  width: 78px;
  overflow: hidden;
  font-style: inherit;
  position: absolute;
  right: -78px;
  top: 0;
  padding: 0 20px 0 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  background: url(../images/elegance_ico.png) no-repeat right;
}
@media (max-width: 1367px) {
  .elegance .elegance_main ul li .item .txt em {
    height: 60px;
    line-height: 60px;
  }
}
@media (max-width: 1025px) {
  .elegance .elegance_main ul li .item .txt em {
    height: 48px;
    line-height: 48px;
  }
}
.morea {
  text-align: center;
  font-size: 0;
  position: relative;
}
.morea span {
  display: inline-block;
  border: 2px solid #0a4d9e;
  border-radius: 50px;
  font-size: 16px;
  font-weight: bold;
  height: 48px;
  line-height: 48px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
@media (max-width: 1025px) {
  .morea span {
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .morea span {
    font-size: 14px;
    height: 36px;
    border: 1px solid #0a4d9e;
    line-height: 34px;
  }
}
.morea span:hover:after {
  left: 0;
}
.morea span:hover a {
  color: #fff;
}
.morea span:after {
  content: "";
  display: block;
  position: absolute;
  left: -100%;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background: #0a4d9e;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.morea span a {
  color: #0a4d9e;
  position: relative;
  z-index: 10;
  padding: 0 90px;
}
@media (max-width: 1025px) {
  .morea span a {
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .morea span a {
    padding: 0 35px;
  }
}
/*elegance_show*/
.elegance_show {
  position: relative;
  overflow: hidden;
  padding: 0 0 75px 0;
  background: #f6f6f6;
  color: #333333;
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 992px) {
  .elegance_show {
    padding: 0 0 35px 0;
  }
}
.elegance_show .elegance_showmain {
  background: url(../images/elegance_logo.jpg) no-repeat right top #ffffff;
  position: relative;
  margin: 70px auto 10px;
  padding: 85px 75px;
}
@media (max-width: 1445px) {
  .elegance_show .elegance_showmain {
    margin: 45px auto 10px;
    padding: 65px 60px;
  }
}
@media (max-width: 1367px) {
  .elegance_show .elegance_showmain {
    padding: 45px 40px;
  }
}
@media (max-width: 992px) {
  .elegance_show .elegance_showmain {
    margin: 30px auto 10px;
    padding: 35px 30px;
  }
}
@media (max-width: 767px) {
  .elegance_show .elegance_showmain {
    padding: 15px;
  }
}
.elegance_show .elegance_showmain .elemain {
  position: relative;
  margin: 0 auto;
}
.elegance_show .elegance_showmain .elegance_left {
  background: url(../images/delicacy_left.png) no-repeat;
  background-size: 100% 100%;
  width: 43px;
  height: 80px;
  position: absolute;
  left: -80px;
  top: 50%;
  margin-top: -40px;
}
@media (max-width: 1445px) {
  .elegance_show .elegance_showmain .elegance_left {
    left: -55px;
  }
}
@media (max-width: 1367px) {
  .elegance_show .elegance_showmain .elegance_left {
    width: 32px;
    height: 60px;
    margin-top: -30px;
    left: -40px;
  }
}
@media (max-width: 1025px) {
  .elegance_show .elegance_showmain .elegance_left {
    display: none;
  }
}
.elegance_show .elegance_showmain .elegance_left:hover {
  background: url(../images/delicacy_lefthover.png) no-repeat;
}
.elegance_show .elegance_showmain .elegance_right {
  background: url(../images/delicacy_right.png) no-repeat;
  background-size: 100% 100%;
  width: 43px;
  height: 80px;
  position: absolute;
  right: -80px;
  top: 50%;
  margin-top: -40px;
}
@media (max-width: 1445px) {
  .elegance_show .elegance_showmain .elegance_right {
    right: -55px;
  }
}
@media (max-width: 1367px) {
  .elegance_show .elegance_showmain .elegance_right {
    width: 32px;
    height: 60px;
    margin-top: -30px;
    right: -40px;
  }
}
@media (max-width: 1025px) {
  .elegance_show .elegance_showmain .elegance_right {
    display: none;
  }
}
.elegance_show .elegance_showmain .elegance_right:hover {
  background: url(../images/delicacy_righthover.png) no-repeat;
}
.elegance_show .elegance_showmain .pic {
  float: left;
  position: relative;
  width: 54%;
}
@media (max-width: 767px) {
  .elegance_show .elegance_showmain .pic {
    width: 100%;
    float: inherit;
  }
}
.elegance_show .elegance_showmain .pic:after {
  content: "";
  display: block;
  padding-bottom: 66.7%;
}
.elegance_show .elegance_showmain .txt {
  float: left;
  width: 46%;
  padding: 5% 0 0 6%;
}
@media (max-width: 992px) {
  .elegance_show .elegance_showmain .txt {
    padding: 4% 0 0 5%;
  }
}
@media (max-width: 767px) {
  .elegance_show .elegance_showmain .txt {
    padding: 15px 0;
    width: 100%;
    float: inherit;
  }
}
.elegance_show .elegance_showmain .txt .title {
  padding: 0 0 25px 0;
  margin: 0 0 45px;
  position: relative;
}
@media (max-width: 1367px) {
  .elegance_show .elegance_showmain .txt .title {
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .elegance_show .elegance_showmain .txt .title {
    margin: 0 0 20px;
    padding: 0 0 15px 0;
  }
}
.elegance_show .elegance_showmain .txt .title:after {
  content: "";
  display: block;
  position: absolute;
  left: -95px;
  bottom: 0;
  width: 136px;
  height: 4px;
  background: #0a4d9e;
}
@media (max-width: 767px) {
  .elegance_show .elegance_showmain .txt .title:after {
    height: 2px;
    left: 0;
  }
}
.elegance_show .elegance_showmain .txt .title em {
  display: block;
  font-style: inherit;
  color: #333333;
  font-size: 24px;
  line-height: 32px;
}
.elegance_show .elegance_showmain .txt .text1 {
  color: #333333;
  font-size: 16px;
  padding: 0 0 0 80px;
  line-height: 30px;
  min-height: 30px;
  margin: 0 0 25px 0;
  position: relative;
}
@media (max-width: 1367px) {
  .elegance_show .elegance_showmain .txt .text1 {
    margin: 0 0 15px;
  }
}
@media (max-width: 992px) {
  .elegance_show .elegance_showmain .txt .text1 {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 24px;
    min-height: 24px;
  }
}
@media (max-width: 767px) {
  .elegance_show .elegance_showmain .txt .text1 {
    margin: 0 0 5px;
  }
}
.elegance_show .elegance_showmain .txt .text1 a {
  color: #333;
}
.elegance_show .elegance_showmain .txt .text1 a:hover {
  color: #0a4d9e;
}
.elegance_show .elegance_showmain .txt .text1 i {
  font-style: inherit;
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
}
.article {
  border-bottom: 1px solid #cecece;
}
@media (max-width: 767px) {
  .article {
    border-bottom: none;
  }
}
.article li {
  float: left;
  height: 90px;
  overflow: hidden;
  line-height: 90px;
  font-size: 16px;
  width: 50%;
}
@media (max-width: 1445px) {
  .article li {
    line-height: 70px;
    height: 70px;
  }
}
@media (max-width: 1025px) {
  .article li {
    line-height: 50px;
    height: 50px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .article li {
    float: inherit;
    width: 100%;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
    border-bottom: 1px solid #cecece;
  }
}
.article li:hover a {
  color: #0a4d9e;
}
.article li a {
  color: #333333;
}
.article .li_last {
  text-align: right;
}
@media (max-width: 767px) {
  .article .li_last {
    text-align: left;
  }
}
.partz {
  position: relative;
  margin: 25px auto 0;
  padding: 0 120px 0 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .partz {
    padding: 0;
    margin: 10px auto 0;
  }
}
.partz .back {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  height: 24px;
  text-align: right;
  line-height: 24px;
  width: 120px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .partz .back {
    position: relative;
  }
}
.partz .back:hover a {
  padding: 0 40px 0 0;
}
.partz .back a {
  color: #333333;
  display: block;
  padding: 0 30px 0 0;
  position: relative;
}
.partz .back a i {
  font-style: inherit;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.partz .share {
  text-align: left;
  font-size: 0;
}
@media (max-width: 767px) {
  .partz .share {
    margin: 15px 0 0 0;
  }
}
.partz .share i {
  font-style: inherit;
  display: inline-block;
  vertical-align: top;
  color: #333333;
  font-size: 14px;
  height: 36px;
  margin: 0 3px 0 0;
  line-height: 36px;
  overflow: hidden;
}
.partz .share em {
  font-style: inherit;
  display: inline-block;
  vertical-align: top;
}
.partz .share .bds_weixin {
  background: url(../images/share_01.png) no-repeat;
}
.partz .share .bds_tsina {
  background: url(../images/share_02.png) no-repeat;
}
.partz .share .bds_qzone {
  background: url(../images/share_03.png) no-repeat;
}
.partz .share .bds_tqq {
  background: url(../images/share_04.png) no-repeat;
}
.bd_weixin_popup {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
/*delicacy*/
.delicacy {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.delicacy .part-1 {
  z-index: 1;
  margin: 60px auto 110px;
  position: relative;
}
@media (max-width: 1445px) {
  .delicacy .part-1 {
    margin: 35px auto 70px;
  }
}
@media (max-width: 1279px) {
  .delicacy .part-1 {
    margin: 30px auto 50px;
  }
}
@media (max-width: 767px) {
  .delicacy .part-1 {
    margin: 10px auto 25px;
  }
}
.delicacy .part-1:after {
  width: 100%;
  height: 170px;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
  background: #f6f6f6;
  margin-top: -85px;
}
@media (max-width: 767px) {
  .delicacy .part-1:after {
    height: 70px;
    margin-top: -35px;
  }
}
.delicacy .part-1 .pic {
  position: relative;
  z-index: 5;
  margin: 0 auto;
  width: 56.3%;
}
@media (max-width: 767px) {
  .delicacy .part-1 .pic {
    width: 90%;
  }
}
.delicacy .part-1 .pic:after {
  content: "";
  display: block;
}
.delicacy .part-1 .pic em {
  font-style: inherit;
  width: 90px;
  height: 90px;
  position: absolute;
  left: 50%;
  margin-left: -45px;
  top: 50%;
  margin-top: -45px;
  z-index: 50;
}
@media (max-width: 1279px) {
  .delicacy .part-1 .pic em {
    width: 70px;
    height: 70px;
    margin-left: -35px;
    margin-top: -35px;
  }
}
@media (max-width: 992px) {
  .delicacy .part-1 .pic em {
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
  }
}
@media (max-width: 767px) {
  .delicacy .part-1 .pic em {
    width: 44px;
    height: 44px;
    margin-left: -22px;
    margin-top: -22px;
  }
}
.delicacy .delicacy_main {
  background: #f6f6f6;
  padding: 0 0 100px 0;
  overflow: hidden;
}
@media (max-width: 1540px) {
  .delicacy .delicacy_main {
    padding: 0 0 60px 0;
  }
}
@media (max-width: 992px) {
  .delicacy .delicacy_main {
    padding: 0 0 40px 0;
  }
}
@media (max-width: 767px) {
  .delicacy .delicacy_main {
    padding: 0 0 35px 0;
  }
}
.delicacy .delicacy_main .delicacy_box {
  margin: 10px auto 55px;
  overflow: hidden;
}
@media (max-width: 1540px) {
  .delicacy .delicacy_main .delicacy_box {
    margin: 10px auto 40px;
  }
}
@media (max-width: 1340px) {
  .delicacy .delicacy_main .delicacy_box {
    margin: 0 auto 30px;
  }
}
@media (max-width: 767px) {
  .delicacy .delicacy_main .delicacy_box {
    margin: 0 auto 20px;
  }
}
.delicacy .delicacy_main .delicacy_box ul {
  margin: 0 -15px;
}
@media (max-width: 1540px) {
  .delicacy .delicacy_main .delicacy_box ul {
    margin: 0 -12px;
  }
}
@media (max-width: 1390px) {
  .delicacy .delicacy_main .delicacy_box ul {
    margin: 0 -10px;
  }
}
@media (max-width: 992px) {
  .delicacy .delicacy_main .delicacy_box ul {
    margin: 0 -6px;
  }
}
.delicacy .delicacy_main .delicacy_box ul li {
  float: left;
  width: 50%;
  padding: 15px;
}
@media (max-width: 1540px) {
  .delicacy .delicacy_main .delicacy_box ul li {
    padding: 12px;
  }
}
@media (max-width: 1390px) {
  .delicacy .delicacy_main .delicacy_box ul li {
    padding: 10px;
  }
}
@media (max-width: 992px) {
  .delicacy .delicacy_main .delicacy_box ul li {
    padding: 6px;
  }
}
@media (max-width: 992px) {
  .delicacy .delicacy_main .delicacy_box ul li {
    width: 100%;
  }
}
.delicacy .delicacy_main .delicacy_box ul li .item {
  background: #fff;
  padding: 60px 20px;
  display: inline-block;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 100%;
}
@media (max-width: 1540px) {
  .delicacy .delicacy_main .delicacy_box ul li .item {
    padding: 40px 20px;
  }
}
@media (max-width: 1367px) {
  .delicacy .delicacy_main .delicacy_box ul li .item {
    padding: 30px 10px;
  }
}
@media (max-width: 1200px) {
  .delicacy .delicacy_main .delicacy_box ul li .item {
    padding: 20px 10px;
  }
}
.delicacy .delicacy_main .delicacy_box ul li .item:hover {
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
}
.delicacy .delicacy_main .delicacy_box ul li .item:hover .pic:before {
  left: 100%;
}
.delicacy .delicacy_main .delicacy_box ul li .item .pic {
  float: left;
  width: 52.7%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .delicacy .delicacy_main .delicacy_box ul li .item .pic {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .delicacy .delicacy_main .delicacy_box ul li .item .pic {
    float: inherit;
    width: 100%;
  }
}
.delicacy .delicacy_main .delicacy_box ul li .item .pic:before {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  background-color: rgba(255, 255, 255, 0.05);
}
.delicacy .delicacy_main .delicacy_box ul li .item .pic:after {
  content: "";
  display: block;
  padding-bottom: 74.3%;
}
.delicacy .delicacy_main .delicacy_box ul li .item .txt {
  float: left;
  padding: 7% 25px 0 40px;
  width: 47.3%;
}
@media (max-width: 1630px) {
  .delicacy .delicacy_main .delicacy_box ul li .item .txt {
    padding: 10px 25px 0 20px;
  }
}
@media (max-width: 1540px) {
  .delicacy .delicacy_main .delicacy_box ul li .item .txt {
    padding: 20px 0 0 10px;
  }
}
@media (max-width: 1367px) {
  .delicacy .delicacy_main .delicacy_box ul li .item .txt {
    padding: 10px 0 0 0;
  }
}
@media (max-width: 992px) {
  .delicacy .delicacy_main .delicacy_box ul li .item .txt {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .delicacy .delicacy_main .delicacy_box ul li .item .txt {
    float: inherit;
    width: 100%;
  }
}
.delicacy .delicacy_main .delicacy_box ul li .item .txt big {
  display: block;
  color: #333333;
  font-size: 26px;
  line-height: 32px;
  height: 32px;
  overflow: hidden;
}
@media (max-width: 1340px) {
  .delicacy .delicacy_main .delicacy_box ul li .item .txt big {
    font-size: 20px;
    line-height: 30px;
    height: 30px;
  }
}
@media (max-width: 992px) {
  .delicacy .delicacy_main .delicacy_box ul li .item .txt big {
    font-size: 16px;
    line-height: 24px;
    height: 24px;
  }
}
@media (max-width: 767px) {
  .delicacy .delicacy_main .delicacy_box ul li .item .txt big {
    text-align: center;
  }
}
.delicacy .delicacy_main .delicacy_box ul li .item .txt small {
  display: block;
  color: #0a4d9e;
  font-size: 18px;
  line-height: 26px;
  height: 26px;
  margin: 10px 0 0 0;
  font-family: "droid_sans_fallbackregular";
  overflow: hidden;
}
@media (max-width: 1340px) {
  .delicacy .delicacy_main .delicacy_box ul li .item .txt small {
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    margin: 5px 0 0 0;
  }
}
@media (max-width: 992px) {
  .delicacy .delicacy_main .delicacy_box ul li .item .txt small {
    font-size: 14px;
    line-height: 20px;
    height: 20px;
  }
}
@media (max-width: 767px) {
  .delicacy .delicacy_main .delicacy_box ul li .item .txt small {
    text-align: center;
  }
}
.delicacy .delicacy_main .delicacy_box ul li .item .txt i {
  font-style: inherit;
  width: 60px;
  height: 1px;
  display: block;
  margin: 10px 0 35px;
  background: #0a4d9e;
}
@media (max-width: 1540px) {
  .delicacy .delicacy_main .delicacy_box ul li .item .txt i {
    margin: 10px 0 20px;
  }
}
@media (max-width: 992px) {
  .delicacy .delicacy_main .delicacy_box ul li .item .txt i {
    margin: 5px 0 10px;
  }
}
@media (max-width: 767px) {
  .delicacy .delicacy_main .delicacy_box ul li .item .txt i {
    margin: 8px auto 15px;
  }
}
.delicacy .delicacy_main .delicacy_box ul li .item .txt p {
  color: #666666;
  font-size: 14px;
  line-height: 28px;
  height: 84px;
  overflow: hidden;
}
@media (max-width: 1340px) {
  .delicacy .delicacy_main .delicacy_box ul li .item .txt p {
    font-size: 13px;
    line-height: 24px;
    height: 72px;
  }
}
@media (max-width: 1200px) {
  .delicacy .delicacy_main .delicacy_box ul li .item .txt p {
    font-size: 12px;
    line-height: 20px;
    height: 60px;
  }
}
@media (max-width: 992px) {
  .delicacy .delicacy_main .delicacy_box ul li .item .txt p {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .delicacy .delicacy_main .delicacy_box ul li .item .txt p {
    font-size: 12px;
  }
}
.delicacy_subz {
  position: relative;
  margin: 60px auto 30px;
  overflow: hidden;
}
@media (max-width: 1540px) {
  .delicacy_subz {
    margin: 50px auto 20px;
  }
}
@media (max-width: 1200px) {
  .delicacy_subz {
    margin: 35px auto 20px;
  }
}
@media (max-width: 767px) {
  .delicacy_subz {
    margin: 25px auto 5px;
  }
}
.delicacy_subz ul {
  text-align: center;
  font-size: 0;
  width:1622px;
}
.delicacy_subz ul li {
  display: inline-block;
  font-size: 16px;
  padding: 0 8px;
  margin: 0 0 15px 0;
  overflow: hidden;
  vertical-align: middle;
}
@media (max-width: 992px) {
  .delicacy_subz ul li {
    padding: 0 6px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .delicacy_subz ul li {
    padding: 0 4px;
    font-size: 12px;
    margin: 0 0 10px 0;
  }
}
.delicacy_subz ul li:hover a {
  background: #0a4d9e;
  color: #fff;
}
.delicacy_subz ul li a {
  color: #666666;
  display: block;
  padding: 0 30px;
  border-radius: 50px;
  height: 36px;
  line-height: 36px;
  background: #eaeaea;
}
@media (max-width: 1340px) {
  .delicacy_subz ul li a {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .delicacy_subz ul li a {
    padding: 0 20px;
    height: 32px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .delicacy_subz ul li a {
    padding: 0 15px;
    height: 28px;
    line-height: 28px;
  }
}
.delicacy_subz ul .active a {
  background: #0a4d9e;
  color: #fff;
}
.delicacy_subz1 {
  position: relative;
  overflow: hidden;
}
.delicacy_subz1 ul {
  text-align: center;
  font-size: 0;
}
.delicacy_subz1 ul li {
  display: inline-block;
  font-size: 16px;
  margin: 0 0 10px 0;
  overflow: hidden;
  vertical-align: middle;
}
.delicacy_subz1 ul li:last-child a:after {
  display: none;
}
.delicacy_subz1 ul li:hover a {
  color: #0a4d9e;
}
.delicacy_subz1 ul li a {
  color: #666666;
  display: block;
  padding: 0 25px;
  height: 24px;
  margin: 0 2px 0 0;
  position: relative;
  line-height: 24px;
  font-size: 14px;
}
@media (max-width: 992px) {
  .delicacy_subz1 ul li a {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .delicacy_subz1 ul li a {
    padding: 0 10px;
  }
}
.delicacy_subz1 ul li a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 4px;
  width: 2px;
  height: 16px;
  background: #d5d5d5;
}
.delicacy_subz1 ul .active a {
  background: #0a4d9e;
  color: #fff;
}
/*page*/
.pagebar{clear:both;margin:20px 0;text-align:center;}
.pagebar a:hover{color:#0a4d9e;}
.pagebar span a{color:#333;}
.page-status{border-radius:2px 0 0 2px;}
.page-last{border-radius:0 2px 2px 0;}
.page-index,.page-last,.page-next,.page-num,.page-pre,.page-status{display:inline-block;margin:0 -1px 5px 0;padding:0 15px;height:28px;border:1px solid #e2e2e2;background-color:#fff;color:#333;vertical-align:middle;font-size:12px;line-height:28px;}
.page-status{display:none;}
.page-num-current{background-color:#0a4d9e;color:#fff !important;}
a.page-num-current:hover{color:#fff;}
.pagination {
  text-align: center;
  font-size: 0;
  position: relative;
}
.pagination li {
  display: inline-block !important;
  margin: 0 4px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .pagination li {
    display: none !important;
  }
}
.pagination li:hover a {
  background: #0a4d9e;
  color: #fff;
}
.pagination li a {
  font-size: 14px;
  color: #666666;
  display: block !important;
  height: 42px;
  line-height: 42px;
  padding: 0 15px;
  background: #eaeaea;
}
.pagination li .icon-jiantouzuoshuang- {
  font-size: 14px;
}
.pagination li .icon-right1 {
  font-size: 12px;
}
@media (max-width: 767px) {
  .pagination .phone-2 {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .pagination .phone-1 {
    display: inline-block !important;
  }
}
.pagination .active a {
  background: #0a4d9e;
  color: #fff;
}
/*news_show*/
.news_show {
  position: relative;
  overflow: hidden;
  padding: 0 0 75px 0;
  background: #f6f6f6;
  color: #333333;
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 1025px) {
  .news_show {
    padding: 0 0 50px 0;
  }
}
@media (max-width: 767px) {
  .news_show {
    padding: 0 0 35px 0;
  }
}
.news_show .elegance_showmain {
  background: url(../images/elegance_logo.jpg) no-repeat right top #ffffff;
  position: relative;
  margin: 70px auto 10px;
  padding: 85px 75px;
}
.news_show .elegance_showmain .elegance_left {
  background: url(../images/delicacy_left.png) no-repeat;
  background-size: 100% 100%;
  width: 43px;
  height: 80px;
  position: absolute;
  left: -80px;
  top: 50%;
  margin-top: -40px;
}
.news_show .elegance_showmain .elegance_left:hover {
  background: url(../images/delicacy_lefthover.png) no-repeat;
}
.news_show .elegance_showmain .elegance_right {
  background: url(../images/delicacy_right.png) no-repeat;
  background-size: 100% 100%;
  width: 43px;
  height: 80px;
  position: absolute;
  right: -80px;
  top: 50%;
  margin-top: -40px;
}
.news_show .elegance_showmain .elegance_right:hover {
  background: url(../images/delicacy_righthover.png) no-repeat;
}
.news_show .elegance_showmain .pic {
  float: left;
  position: relative;
  width: 54%;
}
.news_show .elegance_showmain .pic:after {
  content: "";
  display: block;
  padding-bottom: 66.7%;
}
.news_show .elegance_showmain .txt {
  float: left;
  width: 46%;
  padding: 5% 0 0 6%;
}
.news_show .elegance_showmain .txt .title {
  padding: 0 0 25px 0;
  margin: 0 0 45px;
  position: relative;
}
.news_show .elegance_showmain .txt .title:after {
  content: "";
  display: block;
  position: absolute;
  left: -95px;
  bottom: 0;
  width: 136px;
  height: 4px;
  background: #0a4d9e;
}
.news_show .elegance_showmain .txt .title em {
  display: block;
  font-style: inherit;
  color: #333333;
  font-size: 24px;
  line-height: 32px;
}
.news_show .elegance_showmain .txt .text1 {
  color: #333333;
  font-size: 16px;
  padding: 0 0 0 80px;
  line-height: 30px;
  margin: 0 0 25px 0;
  position: relative;
}
.news_show .elegance_showmain .txt .text1 a {
  color: #333;
}
.news_show .elegance_showmain .txt .text1 a:hover {
  color: #0a4d9e;
}
.news_show .elegance_showmain .txt .text1 i {
  font-style: inherit;
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
}
.news_show .newsbox {
  background: #fff;
  position: relative;
  margin: 75px auto 0;
  padding: 60px 40px;
  text-align:center;
  
}

@media (max-width: 1445px) {
  .news_show .newsbox {
    padding: 50px 10px;
    margin: 50px auto 0;
  }
}
@media (max-width: 1025px) {
  .news_show .newsbox {
    padding: 40px 40px;
    margin: 35px auto 0;
  }
}
@media (max-width: 992px) {
  .news_show .newsbox {
    margin: 25px auto 0;
    padding: 30px 25px;
  }
}
@media (max-width: 767px) {
  .news_show .newsbox {
    margin: 15px auto 0;
    padding: 20px 15px;
  }
}
.news_show .newsbox .main {
  margin: 0 auto 55px;
  width:100%;
}
@media (max-width: 767px)
.news_show .newsbox .main {
  margin: 0 auto 55px;
  width:100%;
}
@media (max-width: 1445px) {
  .news_show .newsbox .main {
    margin: 0 auto 30px;
  }
}
@media (max-width: 1025px) {
  .news_show .newsbox .main {
    margin: 0 auto 20px;
  }
}
@media (max-width: 767px) {
  .news_show .newsbox .main {
    margin: 0 auto 10px;
  }
}
.news_show .newsbox .main .title {
  text-align: center;
  color: #333333;
  font-size: 30px;
  line-height: 40px;
  margin: 0 auto 10px;
}
@media (max-width: 1025px) {
  .news_show .newsbox .main .title {
    margin: 0 auto;
  }
}
@media (max-width: 992px) {
  .news_show .newsbox .main .title {
    font-size: 26px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .news_show .newsbox .main .title {
    font-size: 20px;
    line-height: 28px;
  }
}
.news_show .img-1 {
  text-align: center;
  overflow: hidden;
  margin: 60px auto 40px;
}
@media (max-width: 1025px) {
  .news_show .img-1 {
    margin: 40px auto 20px;
  }
}
@media (max-width: 767px) {
  .news_show .img-1 {
    margin: 20px auto 5px;
  }
}
.news_show .text1 {
  color: #333333;
  font-size: 14px;
  line-height: 60px;
}
@media (max-width: 1025px) {
  .news_show .text1 {
    line-height: 44px;
  }
}
@media (max-width: 992px) {
  .news_show .text1 {
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .news_show .text1 {
    line-height: 30px;
  }
}
.source {
  text-align: center;
  border-bottom: 1px solid #d6d6d6;
  font-size: 14px;
  height: 66px;
  color: #666;
  line-height: 66px;
  overflow: hidden;
  margin: 0 auto 20px;
}
@media (max-width: 1025px) {
  .source {
    height: 50px;
    margin: 0 auto 10px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .source {
    font-size: 12px;
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 321px) {
  .source {
    font-size: 11px;
  }
}
/*media*/
.media {
  position: relative;
  background: #f6f6f6;
  padding: 0 0 120px 0;
  overflow: hidden;
}
@media (max-width: 1445px) {
  .media {
    padding: 0 0 80px 0;
  }
}
@media (max-width: 992px) {
  .media {
    padding: 0 0 60px 0;
  }
}
@media (max-width: 767px) {
  .media {
    padding: 0 0 35px 0;
  }
}
.media .atext {
  text-align: center;
  font-size: 0;
  margin: 80px auto 60px;
  position: relative;
}
@media (max-width: 1445px) {
  .media .atext {
    margin: 40px auto 50px;
  }
}
@media (max-width: 992px) {
  .media .atext {
    margin: 30px auto 35px;
  }
}
@media (max-width: 767px) {
  .media .atext {
    margin: 15px auto 5px;
  }
}
.media .atext .ling {
  display: inline-block;
  vertical-align: middle;
  width: 64px;
  height: 64px;
  margin: 0 35px 0 0;
  position: relative;
}
@media (max-width: 992px) {
  .media .atext .ling {
    margin: 0 25px 0 0;
  }
}
@media (max-width: 767px) {
  .media .atext .ling {
    display: none;
  }
}
.media .atext .text {
  width: 62%;
  display: inline-block;
  vertical-align: middle;
  color: #666666;
  text-align: left;
  font-size: 14px;
  line-height: 26px;
}
@media (max-width: 1279px) {
  .media .atext .text {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .media .atext .text {
    width: 100%;
  }
}
.media .media_main {
  position: relative;
  z-index: 1;
  padding: 50px 0 105px;
  width: 100%;
}
@media (max-width: 1279px) {
  .media .media_main {
    padding: 40px 0 70px;
  }
}
@media (max-width: 992px) {
  .media .media_main {
    padding: 35px 0 55px;
  }
}
@media (max-width: 767px) {
  .media .media_main {
    padding: 0;
  }
}
.media .media_main:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 6px;
  height: 100%;
  margin-left: -3px;
  background: #d8d8d8;
  border-radius: 5px;
}
@media (max-width: 992px) {
  .media .media_main:after {
    width: 4px;
    margin-left: -2px;
  }
}
@media (max-width: 767px) {
  .media .media_main:after {
    display: none;
  }
}
.media .media_main .media_box li {
  float: left;
  width: 100%;
}
.media .media_main .media_box li .item {
  width: 50%;
  padding: 0 80px 0 0;
  float: left;
  z-index: 5;
  position: relative;
}
@media (max-width: 1279px) {
  .media .media_main .media_box li .item {
    padding: 0 60px 0 0;
  }
}
@media (max-width: 992px) {
  .media .media_main .media_box li .item {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 767px) {
  .media .media_main .media_box li .item {
    width: 100%;
    padding: 10px 0;
    float: inherit;
  }
}
.media .media_main .media_box li .item:before {
  content: "";
  background: #d8d8d8;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  position: absolute;
  right: -11px;
  top: 50%;
  z-index: 8;
  margin-top: -11px;
}
@media (max-width: 992px) {
  .media .media_main .media_box li .item:before {
    width: 14px;
    height: 14px;
    right: -7px;
    margin-top: -7px;
  }
}
@media (max-width: 767px) {
  .media .media_main .media_box li .item:before {
    display: none;
  }
}
.media .media_main .media_box li .item:after {
  content: "";
  background: url(../images/tongzhi.png) no-repeat;
  background-position: right center;
  background-size: 100% auto;
  width: 39px;
  height: 48px;
  position: absolute;
  right: -13px;
  top: 50%;
  z-index: 6;
  margin-top: -24px;
  animation: mymove 1.6s infinite;
  -webkit-animation: mymove 1.6s infinite;
}
@media (max-width: 992px) {
  .media .media_main .media_box li .item:after {
    width: 26px;
    height: 32px;
    right: -7px;
    margin-top: -16px;
  }
}
@media (max-width: 767px) {
  .media .media_main .media_box li .item:after {
    display: none;
  }
}
.media .media_main .media_box li .item .box {
  background: #fff;
  border-radius: 16px;
  display: inline-block;
  position: relative;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 100%;
}
.media .media_main .media_box li .item .box:hover {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
}
.media .media_main .media_box li .item .box:hover .txt time {
  color: #0a4d9e;
  padding: 0 25px 0 0;
}
.media .media_main .media_box li .item .box .pic {
  float: left;
  width: 35.8%;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  position: relative;
}
.media .media_main .media_box li .item .box .pic:after {
  content: "";
  display: block;
  padding-bottom: 99.8%;
}
.media .media_main .media_box li .item .box .pic img {
  border-radius: 10px 0 0 10px;
}
.media .media_main .media_box li .item .box .txt {
  float: left;
  width: 64.2%;
  padding: 4% 10% 0 6.5%;
}
@media (max-width: 1279px) {
  .media .media_main .media_box li .item .box .txt {
    padding: 15px 15px 0 15px;
  }
}
@media (max-width: 767px) {
  .media .media_main .media_box li .item .box .txt {
    padding: 10px 10px 0 10px;
  }
}
.media .media_main .media_box li .item .box .txt p {
  color: #333333;
  font-size: 20px;
  line-height: 32px;
  height: 96px;
  overflow: hidden;
}
@media (max-width: 1279px) {
  .media .media_main .media_box li .item .box .txt p {
    font-size: 17px;
    line-height: 28px;
    height: 84px;
  }
}
@media (max-width: 992px) {
  .media .media_main .media_box li .item .box .txt p {
    font-size: 14px;
    line-height: 20px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .media .media_main .media_box li .item .box .txt p {
    font-size: 12px;
    line-height: 20px;
    height: 60px;
  }
}
.media .media_main .media_box li .item .box .txt time {
  position: absolute;
  right: 0;
  bottom: 15px;
  color: #333333;
  font-size: 28px;
  font-weight: bold;
  line-height: 32px;
  height: 32px;
  padding: 0 20px 0 0;
  display: block;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
@media (max-width: 1279px) {
  .media .media_main .media_box li .item .box .txt time {
    font-size: 20px;
    line-height: 28px;
    height: 28px;
  }
}
@media (max-width: 992px) {
  .media .media_main .media_box li .item .box .txt time {
    bottom: 5px;
    font-size: 18px;
    padding: 0 15px 0 0;
    line-height: 24px;
    height: 24px;
  }
}
@media (max-width: 767px) {
  .media .media_main .media_box li .item .box .txt time {
    font-size: 16px;
    line-height: 20px;
    height: 20px;
    padding: 0 10px 0 0;
  }
}
.media .media_main .media_box li .item .box .txt time:after {
  content: "";
  position: absolute;
  right: 0;
  top: 2px;
  width: 4px;
  height: 27px;
  background: #0a4d9e;
}
@media (max-width: 1279px) {
  .media .media_main .media_box li .item .box .txt time:after {
    height: 22px;
    width: 3px;
  }
}
@media (max-width: 992px) {
  .media .media_main .media_box li .item .box .txt time:after {
    height: 18px;
  }
}
@media (max-width: 767px) {
  .media .media_main .media_box li .item .box .txt time:after {
    height: 16px;
    width: 2px;
  }
}
.media .media_main .media_box .li_odd .item {
  float: right;
  padding: 0 0 0 80px;
}
@media (max-width: 1279px) {
  .media .media_main .media_box .li_odd .item {
    padding: 0 0 0 60px;
  }
}
@media (max-width: 992px) {
  .media .media_main .media_box .li_odd .item {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 767px) {
  .media .media_main .media_box .li_odd .item {
    padding: 0;
    float: inherit;
  }
}
.media .media_main .media_box .li_odd .item:before {
  left: -11px;
}
@media (max-width: 992px) {
  .media .media_main .media_box .li_odd .item:before {
    left: -7px;
  }
}
.media .media_main .media_box .li_odd .item:after {
  left: -11px;
  background: url(../images/tongzhi1.png) no-repeat;
  background-position: right center;
  background-size: 100% auto;
}
@media (max-width: 992px) {
  .media .media_main .media_box .li_odd .item:after {
    left: -7px;
  }
}
@keyframes mymove {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes mymove {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes mymove1 {
  0% {
    left: 50%;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes mymove1 {
  0% {
    left: 50%;
  }
  100% {
    left: 0;
  }
}
/*news*/
.news {
  position: relative;
  overflow: hidden;
  background: #f6f6f6;
  padding: 0 0 80px 0;
}
@media (max-width: 1250px) {
  .news {
    padding: 0 0 60px 0;
  }
}
@media (max-width: 767px) {
  .news {
    padding: 0 0 40px 0;
  }
}
.news .news_main {
  margin: 80px auto 60px;
}
@media (max-width: 1445px) {
  .news .news_main {
    margin: 50px auto 35px;
  }
}
@media (max-width: 1250px) {
  .news .news_main {
    margin: 30px auto 25px;
  }
}
@media (max-width: 767px) {
  .news .news_main {
    margin: 20px auto 10px;
  }
}
.news .news_main ul li {
  width: 33.33333333%;
  position: relative;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  padding: 68px 40px 45px;
  float: left;
}
@media (max-width: 1250px) {
  .news .news_main ul li {
    padding: 40px 30px 35px;
  }
}
@media (max-width: 992px) {
  .news .news_main ul li {
    padding: 30px 10px 25px;
  }
}
@media (max-width: 767px) {
  .news .news_main ul li {
    width: 100%;
    padding: 30px 0 25px;
  }
}
.news .news_main ul li:hover {
  background: #fff;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
}
.news .news_main ul li:hover:before {
  left: 0;
}
.news .news_main ul li:hover .item .btn button {
  border: 1px solid #0a4d9e;
  background: #0a4d9e;
  color: #fff;
}
.news .news_main ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 78px;
  height: 4px;
  top: 40px;
  left: 40px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  background: #0a4d9e;
}
@media (max-width: 1250px) {
  .news .news_main ul li:before {
    top: 25px;
    left: 30px;
  }
}
@media (max-width: 992px) {
  .news .news_main ul li:before {
    left: 10px;
    top: 15px;
    height: 3px;
  }
}
@media (max-width: 767px) {
  .news .news_main ul li:before {
    left: 0;
  }
}
.news .news_main ul li .item {
  display: block;
  width: 100%;
  position: relative;
}
.news .news_main ul li .item big {
  color: #333333;
  display: block;
  font-size: 24px;
  line-height: 40px;
  height: 80px;
  overflow: hidden;
}
@media (max-width: 1250px) {
  .news .news_main ul li .item big {
    font-size: 20px;
    line-height: 30px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .news .news_main ul li .item big {
    height: auto;
    max-height: 60px;
  }
}
.news .news_main ul li .item p {
  color: #666666;
  display: block;
  font-size: 14px;
  line-height: 26px;
  height: 78px;
  margin: 25px 0 55px;
  overflow: hidden;
}
@media (max-width: 1250px) {
  .news .news_main ul li .item p {
    margin: 15px 0 30px;
  }
}
@media (max-width: 992px) {
  .news .news_main ul li .item p {
    margin: 10px 0;
  }
}
@media (max-width: 767px) {
  .news .news_main ul li .item p {
    height: auto;
    max-height: 78px;
  }
}
.news .news_main ul li .item .btn {
  position: relative;
}
.news .news_main ul li .item .btn time {
  color: #666666;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  display: block;
  float: left;
  width: 95px;
}
@media (max-width: 1250px) {
  .news .news_main ul li .item .btn time {
    height: 28px;
    line-height: 28px;
  }
}
@media (max-width: 992px) {
  .news .news_main ul li .item .btn time {
    font-size: 12px;
    width: 82px;
    height: 26px;
    line-height: 26px;
  }
}
.news .news_main ul li .item .btn time i {
  margin: 0 3px 0 0;
}
.news .news_main ul li .item .btn em {
  font-style: inherit;
  color: #666666;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  display: block;
  float: left;
  width: 90px;
  margin: 0 0 0 12px;
}
@media (max-width: 1250px) {
  .news .news_main ul li .item .btn em {
    width: 80px;
    margin: 0 0 0 6px;
    height: 28px;
    line-height: 28px;
  }
}
@media (max-width: 992px) {
  .news .news_main ul li .item .btn em {
    font-size: 12px;
    width: 62px;
    height: 26px;
    line-height: 26px;
  }
}
.news .news_main ul li .item .btn em i {
  margin: 0 3px 0 0;
}
.news .news_main ul li .item .btn button {
  float: right;
  height: 32px;
  display: block;
  line-height: 30px;
  padding: 0 10px;
  border: none;
  cursor: pointer;
  background: none;
  border: 1px solid #666666;
  color: #666666;
  font-size: 14px;
  width: 110px;
  border-radius: 50px;
  font-family: "microsoft yahei";
  overflow: hidden;
}
@media (max-width: 1250px) {
  .news .news_main ul li .item .btn button {
    width: 80px;
    height: 28px;
    line-height: 28px;
  }
}
@media (max-width: 992px) {
  .news .news_main ul li .item .btn button {
    font-size: 12px;
    height: 26px;
    line-height: 24px;
    width: 68px;
    padding: 0 5px;
  }
}
/*heart*/
.heart {
  position: relative;
  overflow: hidden;
  color: #666;
  font-size: 14px;
  line-height: 24px;
  padding: 0 0 100px 0;
}
@media (max-width: 1445px) {
  .heart {
    padding: 0 0 80px 0;
  }
}
@media (max-width: 767px) {
  .heart {
    padding: 0 0 40px 0;
  }
}
.heart .heart_main .title {
  text-align: center;
  position: relative;
  color: #333333;
  font-size: 28px;
  font-weight: bold;
  line-height: 38px;
  padding: 0 0 15px 0;
  margin: 80px auto 40px;
}
@media (max-width: 1445px) {
  .heart .heart_main .title {
    margin: 60px auto 20px;
  }
}
@media (max-width: 992px) {
  .heart .heart_main .title {
    margin: 50px auto 10px;
    font-size: 26px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .heart .heart_main .title {
    margin: 25px auto 10px;
    font-size: 20px;
    line-height: 28px;
  }
}
.heart .heart_main .title b {
  color: #0a4d9e;
}
.heart .heart_main .title:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 76px;
  height: 1px;
  margin-left: -38px;
  background: #0a4d9e;
}
.heart .heart_main .title1 {
  position: relative;
  min-height: 110px;
  z-index: 1;
  padding: 0 0 0 100px;
}
@media (max-width: 1445px) {
  .heart .heart_main .title1 {
    padding: 0 0 0 80px;
    min-height: 94px;
  }
}
@media (max-width: 1025px) {
  .heart .heart_main .title1 {
    padding: 0 0 0 54px;
    min-height: 62px;
  }
}
@media (max-width: 376px) {
  .heart .heart_main .title1 {
    padding: 0 0 0 45px;
    min-height: 50px;
  }
}
.heart .heart_main .title1 i {
  font-style: inherit;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -55px;
  width: 110px;
  height: 110px;
  z-index: 25;
  display: block;
  text-align: center;
  line-height: 94px;
  border-radius: 50%;
  font-size: 72px;
  background: #fff;
  color: #0a4d9e;
  font-family: "utm_nyalaregular";
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1445px) {
  .heart .heart_main .title1 i {
    width: 94px;
    height: 94px;
    margin-top: -47px;
    font-size: 58px;
    line-height: 80px;
  }
}
@media (max-width: 1025px) {
  .heart .heart_main .title1 i {
    width: 84px;
    height: 84px;
    margin-top: -42px;
    font-size: 52px;
    line-height: 74px;
  }
}
@media (max-width: 1025px) {
  .heart .heart_main .title1 i {
    width: 62px;
    height: 62px;
    margin-top: -31px;
    font-size: 40px;
    line-height: 54px;
  }
}
@media (max-width: 376px) {
  .heart .heart_main .title1 i {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    font-size: 30px;
    line-height: 44px;
  }
}
.heart .heart_main .title1 .txtbg {
  display: inline-block;
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 0 85px 0 30px;
  background: url(../images/aboutbg.png) no-repeat right;
  height: 110px;
  overflow: hidden;
  line-height: 110px;
}
@media (max-width: 1445px) {
  .heart .heart_main .title1 .txtbg {
    height: 94px;
    line-height: 94px;
    font-size: 18px;
    padding: 0 70px 0 25px;
    background-size: auto 68%;
  }
}
@media (max-width: 1025px) {
  .heart .heart_main .title1 .txtbg {
    height: 84px;
    line-height: 84px;
    font-size: 16px;
    padding: 0 60px 0 20px;
    background-size: auto 68%;
  }
}
@media (max-width: 767px) {
  .heart .heart_main .title1 .txtbg {
    height: 62px;
    line-height: 62px;
    font-size: 11px;
    font-weight: 100;
    padding: 0 40px 0 13px;
    background-size: auto 72%;
  }
}
@media (max-width: 376px) {
  .heart .heart_main .title1 .txtbg {
    height: 50px;
    font-size: 10px;
    line-height: 50px;
    padding: 0 35px 0 10px;
    background-size: auto 86%;
  }
}
@media (max-width: 321px) {
  .heart .heart_main .title1 .txtbg {
    font-size: 9px;
    background-size: auto 82%;
  }
}
.heart .heart_main .textb p {
  color: #333333;
  font-size: 14px;
  padding: 0 0 0 9%;
  line-height: 30px;
  margin: 0 0 32px;
}
@media (max-width: 1445px) {
  .heart .heart_main .textb p {
    margin: 0 0 25px;
    padding: 0 0 0 7.7%;
  }
}
@media (max-width: 1025px) {
  .heart .heart_main .textb p {
    padding: 0 0 0 8.5%;
  }
}
@media (max-width: 992px) {
  .heart .heart_main .textb p {
    margin: 0 0 15px;
    padding: 0 0 0 10.5%;
  }
}
@media (max-width: 767px) {
  .heart .heart_main .textb p {
    font-size: 12px;
    line-height: 24px;
    padding: 0;
    margin: 0 0 10px;
  }
}
.heart .heart_main .text2 {
  text-align: center;
  color: #0a4d9e;
  font-size: 34px;
  line-height: 44px;
  border: 3px dashed #0a4d9e;
  border-radius: 10px;
  padding: 18px 10px;
  margin: 70px auto 0;
}
@media (max-width: 1445px) {
  .heart .heart_main .text2 {
    margin: 55px auto 0;
  }
}
@media (max-width: 767px) {
  .heart .heart_main .text2 {
    font-size: 20px;
    line-height: 28px;
    margin: 20px auto 0;
    padding: 10px;
  }
}
/*about*/
.about {
  overflow: hidden;
  padding: 0 0 120px;
  position: relative;
  color: #333;
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 1445px) {
  .about {
    padding: 0 0 80px;
  }
}
@media (max-width: 767px) {
  .about {
    padding: 0 0 25px;
  }
}
.about .part-1 {
  z-index: 1;
  margin: 100px auto 110px;
  position: relative;
}
@media (max-width: 1445px) {
  .about .part-1 {
    margin: 60px auto 70px;
  }
}
@media (max-width: 1279px) {
  .about .part-1 {
    margin: 40px auto 50px;
  }
}
@media (max-width: 767px) {
  .about .part-1 {
    margin: 25px auto 15px;
  }
}
.about .part-1:after {
  width: 100%;
  height: 170px;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
  background: #f6f6f6;
  margin-top: -85px;
}
@media (max-width: 767px) {
  .about .part-1:after {
    height: 70px;
    margin-top: -35px;
  }
}
.about .part-1 .pic {
  position: relative;
  z-index: 5;
  margin: 0 auto;
  width: 56.3%;
}
@media (max-width: 767px) {
  .about .part-1 .pic {
    width: 90%;
  }
}
.about .part-1 .pic:after {
  content: "";
  display: block;
}
.about .part-1 .pic em {
  font-style: inherit;
  width: 90px;
  height: 90px;
  position: absolute;
  left: 50%;
  margin-left: -45px;
  top: 50%;
  margin-top: -45px;
  z-index: 50;
}
@media (max-width: 1279px) {
  .about .part-1 .pic em {
    width: 70px;
    height: 70px;
    margin-left: -35px;
    margin-top: -35px;
  }
}
@media (max-width: 992px) {
  .about .part-1 .pic em {
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
  }
}
@media (max-width: 767px) {
  .about .part-1 .pic em {
    width: 44px;
    height: 44px;
    margin-left: -22px;
    margin-top: -22px;
  }
}
.about .part-2 {
  z-index: 1;
  text-align: center;
  font-size: 0;
  position: relative;
}
.about .part-2 .pic {
  position: relative;
  z-index: 5;
  display: inline-block;
  vertical-align: middle;
  width: 40%;
  text-align: left;
}
@media (max-width: 767px) {
  .about .part-2 .pic {
    width: 100%;
    text-align: center;
  }
}
.about .part-2 .txt {
  position: relative;
  z-index: 5;
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  color: #333333;
  font-size: 14px;
  line-height: 30px;
  text-align: left;
}
@media (max-width: 992px) {
  .about .part-2 .txt {
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .about .part-2 .txt {
    width: 100%;
    margin: 10px 0;
  }
}
.about .part-3 {
  z-index: 1;
  text-align: center;
  font-size: 0;
  margin: 125px auto 100px;
  position: relative;
}
@media (max-width: 1445px) {
  .about .part-3 {
    margin: 90px auto 70px;
  }
}
@media (max-width: 992px) {
  .about .part-3 {
    margin: 50px auto 60px;
  }
}
@media (max-width: 767px) {
  .about .part-3 {
    margin: 0 auto;
  }
}
.about .part-3 .pic {
  position: relative;
  z-index: 5;
  display: inline-block;
  vertical-align: middle;
  width: 29%;
  text-align: right;
}
@media (max-width: 767px) {
  .about .part-3 .pic {
    width: 100%;
    text-align: center;
  }
}
.about .part-3 .txt {
  position: relative;
  z-index: 5;
  display: inline-block;
  vertical-align: middle;
  width: 71%;
  color: #333333;
  font-size: 14px;
  line-height: 30px;
  text-align: left;
}
@media (max-width: 992px) {
  .about .part-3 .txt {
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .about .part-3 .txt {
    width: 100%;
    margin: 10px 0;
  }
}
.about .part-4 {
  z-index: 1;
  text-align: center;
  font-size: 0;
  position: relative;
}
.about .part-4 .pic {
  position: relative;
  z-index: 5;
  display: inline-block;
  vertical-align: middle;
  width: 29%;
  text-align: left;
}
@media (max-width: 767px) {
  .about .part-4 .pic {
    width: 100%;
    text-align: center;
  }
}
.about .part-4 .txt {
  position: relative;
  z-index: 5;
  display: inline-block;
  vertical-align: middle;
  width: 71%;
  color: #333333;
  font-size: 14px;
  line-height: 30px;
  text-align: left;
}
@media (max-width: 992px) {
  .about .part-4 .txt {
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .about .part-4 .txt {
    width: 100%;
    margin: 10px 0;
  }
}
/*mapz*/
.mapz {
  position: relative;
  overflow: hidden;
  padding: 0 0 80px;
  background: #f6f6f6;
}
@media (max-width: 1279px) {
  .mapz {
    padding: 0 0 60px;
  }
}
@media (max-width: 767px) {
  .mapz {
    padding: 0 0 40px;
  }
}
.mapz .map_main {
  background: #fff;
  margin: 65px auto 0;
  padding: 65px 100px 100px;
}
@media (max-width: 1445px) {
  .mapz .map_main {
    padding: 50px 90px 90px;
    margin: 45px auto 0;
  }
}
@media (max-width: 1279px) {
  .mapz .map_main {
    padding: 40px 60px 50px;
    margin: 35px auto 0;
  }
}
@media (max-width: 992px) {
  .mapz .map_main {
    padding: 40px 30px 40px;
    margin: 35px auto 0;
  }
}
@media (max-width: 767px) {
  .mapz .map_main {
    padding: 25px 15px 20px;
    margin: 10px auto 0;
  }
}
.mapz .map_main dl dt {
  border-bottom: 1px solid #e0e0e0;
  font-size: 18px;
  margin: 0 0 30px;
  line-height: 16px;
  padding: 0 0 18px;
}
@media (max-width: 767px) {
  .mapz .map_main dl dt {
    margin: 0 0 20px;
  }
}
.mapz .map_main dl dt a {
  color: #333333;
  display: block;
}
.mapz .map_main dl dd {
  overflow: hidden;
  padding: 0 0 30px;
}
@media (max-width: 767px) {
  .mapz .map_main dl dd {
    padding: 0 0 15px;
  }
}
.mapz .map_main dl dd ul {
  margin: 0 -7px;
}
@media (max-width: 767px) {
  .mapz .map_main dl dd ul {
    margin: 0 -5px;
  }
}
.mapz .map_main dl dd ul li {
  float: left;
  padding: 0 7px;
  margin: 0 0 10px 0;
  font-size: 14px;
}
@media (max-width: 767px) {
  .mapz .map_main dl dd ul li {
    padding: 0 5px;
  }
}
.mapz .map_main dl dd ul li a {
  color: #666666;
  display: block;
  height: 34px;
  line-height: 32px;
  border-radius: 50px;
  padding: 0 30px;
  border: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .mapz .map_main dl dd ul li a {
    padding: 0 25px;
  }
}
.mapz .map_main dl dd ul li a:hover {
  background: #0a4d9e;
  color: #fff;
  border: 1px solid #0a4d9e;
}
.message {
  position: relative;
  overflow: hidden;
  padding: 0 0 80px;
  background: #f6f6f6;
}
@media (max-width: 1279px) {
  .message {
    padding: 0 0 60px;
  }
}
@media (max-width: 767px) {
  .message {
    padding: 0 0 40px;
  }
}
.message .message_main {
  background: #fff;
  margin: 65px auto 0;
  padding: 65px 17% 55px;
}
@media (max-width: 1445px) {
  .message .message_main {
    padding: 50px 90px 90px;
    margin: 45px auto 0;
  }
}
@media (max-width: 1279px) {
  .message .message_main {
    padding: 40px 60px 50px;
    margin: 35px auto 0;
  }
}
@media (max-width: 992px) {
  .message .message_main {
    padding: 40px 30px 40px;
    margin: 35px auto 0;
  }
}
@media (max-width: 767px) {
  .message .message_main {
    padding: 25px 15px 20px;
    margin: 25px auto 0;
  }
}
.message .message_main .title {
  text-align: center;
  position: relative;
  margin: 0 auto 65px;
  overflow: hidden;
}
@media (max-width: 1445px) {
  .message .message_main .title {
    margin: 0 auto 40px;
  }
}
@media (max-width: 1445px) {
  .message .message_main .title {
    margin: 0 auto 30px;
  }
}
.message .meassgez li {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0 auto 20px;
  padding: 0 0 0 120px;
}
@media (max-width: 767px) {
  .message .meassgez li {
    padding: 0 0 0 80px;
    margin: 0 auto 13px;
  }
}
.message .meassgez li span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 115px;
  color: #2f2f27;
  font-size: 16px;
  height: 46px;
  text-align: right;
  line-height: 46px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .message .meassgez li span {
    font-size: 14px;
    width: 80px;
    height: 38px;
    line-height: 38px;
  }
}
.message .meassgez li span i {
  font-style: inherit;
  color: #fa5858;
}
.message .meassgez li input {
  width: 100%;
  height: 46px;
  line-height: 46px;
  padding: 0 10px;
  overflow: hidden;
  color: #666;
  font-family: "microsoft yahei";
  font-size: 14px;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .message .meassgez li input {
    height: 38px;
    line-height: 38px;
  }
}
.message .meassgez li select {
  width: 100%;
  height: 46px;
  line-height: 46px;
  padding: 0 30px 0 10px;
  overflow: hidden;
  font-family: "microsoft yahei";
  font-size: 14px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  color: #666;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../images/trangle.jpg) no-repeat right center;
  background-size: auto 100%;
}
@media (max-width: 767px) {
  .message .meassgez li select {
    height: 38px;
    line-height: 38px;
  }
}
.message .meassgez li textarea {
  width: 100%;
  height: 160px;
  line-height: 24px;
  padding: 10px;
  color: #666;
  overflow: hidden;
  font-family: "microsoft yahei";
  font-size: 14px;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .message .meassgez li textarea {
    height: 90px;
    padding: 6px 10px;
  }
}
.message .meassgez li em {
  font-style: inherit;
  color: #2f2f27;
  font-size: 14px;
  line-height: 24px;
}
.message .meassgez li em i {
  font-style: inherit;
  color: #fa5858;
}
.message .meassgez li #send {
  width: 240px;
  height: 46px;
  line-height: 46px;
  background: #0a4d9e;
  color: #fff;
  border: none;
  display: block;
  text-align: center;
  overflow: hidden;
  font-size: 20px;
  margin: 50px auto 0;
}
@media (max-width: 1445px) {
  .message .meassgez li #send {
    margin: 20px auto 0;
  }
}
@media (max-width: 767px) {
  .message .meassgez li #send {
    width: 150px;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    margin: 0px auto;
  }
}
/*join*/
.join {
  position: relative;
  overflow: hidden;
  padding: 0 0 80px;
  background: #f6f6f6;
}
@media (max-width: 1279px) {
  .join {
    padding: 0 0 60px;
  }
}
@media (max-width: 767px) {
  .join {
    padding: 0 0 40px;
  }
}
.join .join_main {
  margin: 70px auto 0;
}
@media (max-width: 1279px) {
  .join .join_main {
    margin: 40px auto 0;
  }
}
@media (max-width: 992px) {
  .join .join_main {
    margin: 25px auto 0;
  }
}
@media (max-width: 767px) {
  .join .join_main {
    margin: 20px auto 0;
  }
}
.join .join_main ul {
  margin: 0 -15px;
}
@media (max-width: 1279px) {
  .join .join_main ul {
    margin: 0 -10px;
  }
}
@media (max-width: 767px) {
  .join .join_main ul {
    margin: 0 auto;
  }
}
.join .join_main ul li {
  padding: 15px;
  width: 33.33333333%;
  float: left;
}
@media (max-width: 1279px) {
  .join .join_main ul li {
    padding: 10px;
  }
}
@media (max-width: 992px) {
  .join .join_main ul li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .join .join_main ul li {
    width: 100%;
    padding: 8px 0;
  }
}
.join .join_main ul li .item {
  background: url(../images/user.jpg) no-repeat right bottom #ffffff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  padding: 35px 0;
}
@media (max-width: 1279px) {
  .join .join_main ul li .item {
    padding: 25px 0;
  }
}
.join .join_main ul li .item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.join .join_main ul li .item:hover big {
  color: #0a4d9e;
}
.join .join_main ul li .item big {
  color: #212121;
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  height: 72px;
  overflow: hidden;
  position: relative;
  padding: 0 0 0 35px;
}
@media (max-width: 1279px) {
  .join .join_main ul li .item big {
    padding: 0 0 0 25px;
  }
}
@media (max-width: 767px) {
  .join .join_main ul li .item big {
    font-size: 20px;
    line-height: 30px;
    height: 60px;
  }
}
.join .join_main ul li .item big:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  width: 3px;
  height: 84%;
  background: #0a4d9e;
}
.join .join_main ul li .item p {
  padding: 0 35px;
  color: #666666;
  font-size: 14px;
  line-height: 26px;
  height: 182px;
  margin: 20px 0 0 0;
  overflow: hidden;
}
@media (max-width: 1279px) {
  .join .join_main ul li .item p {
    padding: 0 25px;
    margin: 20px 0 0 0;
  }
}
@media (max-width: 767px) {
  .join .join_main ul li .item p {
    font-size: 14px;
    line-height: 26px;
    height: 182px;
    margin: 10px 0 0 0;
  }
}
/*job*/
.job {
  position: relative;
  overflow: hidden;
  color: #333;
  font-size: 14px;
  line-height: 24px;
  padding: 0 0 80px;
}
@media (max-width: 992px) {
  .job {
    padding: 0 0 60px;
  }
}
@media (max-width: 767px) {
  .job {
    padding: 0 0 40px;
  }
}
.job .crumbs {
  margin: 35px auto 0;
}
@media (max-width: 1025px) {
  .job .crumbs {
    margin: 50px auto 0;
  }
}
@media (max-width: 992px) {
  .job .crumbs {
    margin: 35px auto 0;
  }
}
@media (max-width: 767px) {
  .job .crumbs {
    margin: 15px auto 0;
  }
}
.job .youshi {
  position: relative;
}
@media (max-width: 992px) {
  .job .youshi {
    padding: 20px 0 0;
  }
}
.job .title {
  text-align: center;
  overflow: hidden;
}
.job .title img {
  text-align: center;
  margin: 0 auto;
  max-width: 100%;
}
@media (max-width: 1025px) {
  .job .title img {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .job .title img {
    max-width: 76%;
  }
}
.job .job_main {
  margin: 65px auto 75px;
}
@media (max-width: 1445px) {
  .job .job_main {
    margin: 35px auto 45px;
  }
}
@media (max-width: 992px) {
  .job .job_main {
    margin: 35px auto 25px;
  }
}
@media (max-width: 767px) {
  .job .job_main {
    margin: 5px auto 25px;
  }
}
.job .job_main dl {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 0;
  margin: 0 auto 35px;
  position: relative;
}
@media (max-width: 1025px) {
  .job .job_main dl {
    margin: 0 auto 20px;
  }
}
@media (max-width: 767px) {
  .job .job_main dl {
    padding: 15px 0;
    margin: 0 auto;
    border-bottom: 1px solid #DCDCDC;
  }
}
.job .job_main dl dt {
  width: 44%;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1445px) {
  .job .job_main dl dt {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .job .job_main dl dt {
    width: 100%;
  }
}
.job .job_main dl dt .pic {
  width: 77%;
  padding: 3%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.13);
  border-radius: 50%;
}
@media (max-width: 1445px) {
  .job .job_main dl dt .pic {
    width: 80%;
  }
}
@media (max-width: 1025px) {
  .job .job_main dl dt .pic {
    width: 84%;
  }
}
@media (max-width: 992px) {
  .job .job_main dl dt .pic {
    width: 88%;
  }
}
@media (max-width: 767px) {
  .job .job_main dl dt .pic {
    margin: 0 auto;
  }
}
.job .job_main dl dt .pic span {
  display: block;
  position: relative;
  overflow: hidden;
}
.job .job_main dl dt .pic span:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.job .job_main dl dd {
  width: 56%;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1445px) {
  .job .job_main dl dd {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .job .job_main dl dd {
    padding: 10px 0;
    width: 100%;
  }
}
.job .job_main dl dd big {
  color: #212121;
  line-height: 120px;
  height: 87px;
  position: relative;
  display: block;
  padding: 0 0 0 125px;
  margin: 0 0 30px;
  font-size: 42px;
  overflow: hidden;
}
@media (max-width: 1025px) {
  .job .job_main dl dd big {
    height: 74px;
    font-size: 38px;
    line-height: 100px;
    padding: 0 0 0 105px;
  }
}
@media (max-width: 992px) {
  .job .job_main dl dd big {
    height: 60px;
    font-size: 30px;
    line-height: 83px;
    margin: 0 0 15px;
    padding: 0 0 0 80px;
  }
}
@media (max-width: 767px) {
  .job .job_main dl dd big {
    height: 46px;
    font-size: 22px;
    line-height: 64px;
    padding: 0 0 0 65px;
    margin: 0 0 10px;
  }
}
.job .job_main dl dd big i {
  display: block;
  position: absolute;
  left: 0;
  font-size: 148px;
  color: #0a4d9e;
  top: 0;
  height: 87px;
  line-height: 70px;
  font-style: inherit;
  width: 120px;
  text-align: left;
  font-family: "259-cai978regular";
}
@media (max-width: 1025px) {
  .job .job_main dl dd big i {
    font-size: 120px;
    height: 74px;
    line-height: 74px;
    width: 105px;
  }
}
@media (max-width: 992px) {
  .job .job_main dl dd big i {
    font-size: 90px;
    height: 60px;
    line-height: 60px;
    width: 75px;
  }
}
@media (max-width: 767px) {
  .job .job_main dl dd big i {
    font-size: 70px;
    height: 46px;
    line-height: 46px;
    width: 65px;
  }
}
.job .job_main dl dd .text1 {
  color: #666666;
  font-size: 16px;
  line-height: 30px;
  margin: 0 0 30px;
}
@media (max-width: 1025px) {
  .job .job_main dl dd .text1 {
    font-size: 14px;
    line-height: 26px;
    margin: 0 0 15px;
  }
}
@media (max-width: 992px) {
  .job .job_main dl dd .text1 {
    margin: 0 0 8px;
  }
}
@media (max-width: 767px) {
  .job .job_main dl dd .text1 {
    margin: 0 0 5px;
  }
}
.job .job_main dl dd .text2 {
  color: #666666;
  font-size: 16px;
  line-height: 30px;
}
@media (max-width: 1025px) {
  .job .job_main dl dd .text2 {
    font-size: 14px;
    line-height: 26px;
  }
}
.job .job_main .dl_odd dt .pic {
  float: right;
}
@media (max-width: 767px) {
  .job .job_main .dl_odd dt .pic {
    float: inherit;
    margin: 0 auto;
  }
}
.job .tiaojian {
  position: relative;
}
.job .tiaojian .job_main1 {
  margin: 105px auto 0;
  z-index: 1;
  position: relative;
}
@media (max-width: 1025px) {
  .job .tiaojian .job_main1 {
    margin: 60px auto 0;
  }
}
@media (max-width: 767px) {
  .job .tiaojian .job_main1 {
    margin: 10px auto 0;
  }
}
.job .tiaojian .job_main1 .pic {
  width: 657px;
  height: 657px;
  z-index: 2;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1279px) {
  .job .tiaojian .job_main1 .pic {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 992px) {
  .job .tiaojian .job_main1 .pic {
    width: 320px;
    height: 320px;
  }
}
@media (max-width: 767px) {
  .job .tiaojian .job_main1 .pic {
    margin: 0 auto 15px;
    width: 90%;
    height: auto;
  }
}
.job .tiaojian .job_main1 .pic:after {
  content: "";
  display: block;
}
@media (max-width: 767px) {
  .job .tiaojian .job_main1 .pic:after {
    padding-bottom: 100%;
  }
}
.job .tiaojian .job_main1 .txt {
  position: absolute;
  z-index: 5;
  width: 70%;
  left: 395px;
  top: -25px;
}
@media (max-width: 1279px) {
  .job .tiaojian .job_main1 .txt {
    left: 230px;
    width: 74%;
  }
}
@media (max-width: 992px) {
  .job .tiaojian .job_main1 .txt {
    left: 170px;
  }
}
@media (max-width: 767px) {
  .job .tiaojian .job_main1 .txt {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
  }
}
.job .tiaojian .job_main1 .txt .text1,
.job .tiaojian .job_main1 .txt .text2,
.job .tiaojian .job_main1 .txt .text3,
.job .tiaojian .job_main1 .txt .text4,
.job .tiaojian .job_main1 .txt .text5,
.job .tiaojian .job_main1 .txt .text6 {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 0 0 120px;
  color: #333333;
  height: 100px;
  overflow: hidden;
  line-height: 100px;
  font-size: 16px;
}
@media (max-width: 1279px) {
  .job .tiaojian .job_main1 .txt .text1,
  .job .tiaojian .job_main1 .txt .text2,
  .job .tiaojian .job_main1 .txt .text3,
  .job .tiaojian .job_main1 .txt .text4,
  .job .tiaojian .job_main1 .txt .text5,
  .job .tiaojian .job_main1 .txt .text6 {
    line-height: 74px;
    height: 74px;
    font-size: 14px;
    padding: 0 0 0 95px;
  }
}
@media (max-width: 992px) {
  .job .tiaojian .job_main1 .txt .text1,
  .job .tiaojian .job_main1 .txt .text2,
  .job .tiaojian .job_main1 .txt .text3,
  .job .tiaojian .job_main1 .txt .text4,
  .job .tiaojian .job_main1 .txt .text5,
  .job .tiaojian .job_main1 .txt .text6 {
    padding: 0 0 0 70px;
    line-height: 58px;
    height: 58px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .job .tiaojian .job_main1 .txt .text1,
  .job .tiaojian .job_main1 .txt .text2,
  .job .tiaojian .job_main1 .txt .text3,
  .job .tiaojian .job_main1 .txt .text4,
  .job .tiaojian .job_main1 .txt .text5,
  .job .tiaojian .job_main1 .txt .text6 {
    position: relative;
    left: auto;
    
    padding: 0 0 0 60px;
    line-height: 24px;
    margin: 0 0 10px;
    top: auto;
  }
}
.job .tiaojian .job_main1 .txt .text1 i,
.job .tiaojian .job_main1 .txt .text2 i,
.job .tiaojian .job_main1 .txt .text3 i,
.job .tiaojian .job_main1 .txt .text4 i,
.job .tiaojian .job_main1 .txt .text5 i,
.job .tiaojian .job_main1 .txt .text6 i {
  font-style: inherit;
  width: 100px;
  height: 100px;
  left: 0;
  top: 0;
  font-size: 80px;
  font-family: "259-cai978regular";
  color: #fff;
  line-height: 90px;
  position: absolute;
  background: #0a4d9e;
  border-radius: 50%;
  text-align: center;
}
@media (max-width: 1279px) {
  .job .tiaojian .job_main1 .txt .text1 i,
  .job .tiaojian .job_main1 .txt .text2 i,
  .job .tiaojian .job_main1 .txt .text3 i,
  .job .tiaojian .job_main1 .txt .text4 i,
  .job .tiaojian .job_main1 .txt .text5 i,
  .job .tiaojian .job_main1 .txt .text6 i {
    width: 74px;
    height: 74px;
    font-size: 62px;
    line-height: 70px;
  }
}
@media (max-width: 992px) {
  .job .tiaojian .job_main1 .txt .text1 i,
  .job .tiaojian .job_main1 .txt .text2 i,
  .job .tiaojian .job_main1 .txt .text3 i,
  .job .tiaojian .job_main1 .txt .text4 i,
  .job .tiaojian .job_main1 .txt .text5 i,
  .job .tiaojian .job_main1 .txt .text6 i {
    width: 58px;
    height: 58px;
    font-size: 45px;
    line-height: 56px;
  }
}
@media (max-width: 767px) {
  .job .tiaojian .job_main1 .txt .text1 i,
  .job .tiaojian .job_main1 .txt .text2 i,
  .job .tiaojian .job_main1 .txt .text3 i,
  .job .tiaojian .job_main1 .txt .text4 i,
  .job .tiaojian .job_main1 .txt .text5 i,
  .job .tiaojian .job_main1 .txt .text6 i {
    width: 44px;
    height: 44px;
    font-size: 30px;
    line-height: 43px;
  }
}
.job .tiaojian .job_main1 .txt .text2 {
  top: 90px;
  left: 123px;
}
@media (max-width: 1279px) {
  .job .tiaojian .job_main1 .txt .text2 {
    top: 60px;
    left: 117px;
  }
}
@media (max-width: 992px) {
  .job .tiaojian .job_main1 .txt .text2 {
    top: 46px;
    left: 70px;
  }
}
@media (max-width: 767px) {
  .job .tiaojian .job_main1 .txt .text2 {
    left: auto;
    top: auto;
  }
}
.job .tiaojian .job_main1 .txt .text3 {
  top: 215px;
  left: 195px;
}
@media (max-width: 1279px) {
  .job .tiaojian .job_main1 .txt .text3 {
    top: 160px;
    left: 172px;
  }
}
@media (max-width: 992px) {
  .job .tiaojian .job_main1 .txt .text3 {
    top: 110px;
    left: 110px;
  }
}
@media (max-width: 767px) {
  .job .tiaojian .job_main1 .txt .text3 {
    left: auto;
    top: auto;
  }
}
.job .tiaojian .job_main1 .txt .text4 {
  top: 345px;
  left: 205px;
}
@media (max-width: 1279px) {
  .job .tiaojian .job_main1 .txt .text4 {
    top: 260px;
    left: 174px;
  }
}
@media (max-width: 992px) {
  .job .tiaojian .job_main1 .txt .text4 {
    top: 185px;
    left: 115px;
  }
}
@media (max-width: 767px) {
  .job .tiaojian .job_main1 .txt .text4 {
    left: auto;
    top: auto;
  }
}
.job .tiaojian .job_main1 .txt .text5 {
  top: 470px;
  left: 158px;
}
@media (max-width: 1279px) {
  .job .tiaojian .job_main1 .txt .text5 {
    top: 350px;
    left: 130px;
  }
}
@media (max-width: 992px) {
  .job .tiaojian .job_main1 .txt .text5 {
    top: 255px;
    left: 80px;
  }
}
@media (max-width: 767px) {
  .job .tiaojian .job_main1 .txt .text5 {
    left: auto;
    top: auto;
  }
}
.job .tiaojian .job_main1 .txt .text6 {
  top: 600px;
  left: 0px;
}
@media (max-width: 1279px) {
  .job .tiaojian .job_main1 .txt .text6 {
    top: 430px;
    left: 0;
  }
}
@media (max-width: 992px) {
  .job .tiaojian .job_main1 .txt .text6 {
    top: 305px;
    left: 0;
  }
}
@media (max-width: 767px) {
  .job .tiaojian .job_main1 .txt .text6 {
    left: auto;
    top: auto;
  }
}
.job .liucheng {
  position: relative;
  margin: 125px auto 15px;
}
@media (max-width: 1279px) {
  .job .liucheng {
    margin: 100px auto 15px;
  }
}
@media (max-width: 992px) {
  .job .liucheng {
    margin: 80px auto 0;
  }
}
@media (max-width: 767px) {
  .job .liucheng {
    margin: 25px auto 0;
  }
}
.job .liucheng .job_main2 {
  margin: 65px auto 0;
}
@media (max-width: 1279px) {
  .job .liucheng .job_main2 {
    margin: 40px auto 0;
  }
}
@media (max-width: 767px) {
  .job .liucheng .job_main2 {
    margin: 15px auto 0;
  }
}
.job .liucheng .job_main2 .job_main2box li {
  float: left;
  width: 25%;
  margin: 0 0 70px 0;
  position: relative;
}
@media (max-width: 1279px) {
  .job .liucheng .job_main2 .job_main2box li {
    margin: 0 0 60px 0;
  }
}
@media (max-width: 767px) {
  .job .liucheng .job_main2 .job_main2box li {
    width: 33.33333333%;
    margin: 0 0 25px 0;
  }
}
.job .liucheng .job_main2 .job_main2box li:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50px;
  width: 22px;
  height: 22px;
  background: url(../images/job_jiantou.png) no-repeat center;
  background-size: 100% 100%;
}
@media (max-width: 1279px) {
  .job .liucheng .job_main2 .job_main2box li:after {
    right: -11px;
  }
}
@media (max-width: 992px) {
  .job .liucheng .job_main2 .job_main2box li:after {
    width: 16px;
    height: 16px;
    top: 35px;
  }
}
@media (max-width: 767px) {
  .job .liucheng .job_main2 .job_main2box li:after {
    display: none;
  }
}
.job .liucheng .job_main2 .job_main2box li .pic {
  margin: 0 auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 992px) {
  .job .liucheng .job_main2 .job_main2box li .pic {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 321px) {
  .job .liucheng .job_main2 .job_main2box li .pic {
    width: 70px;
    height: 70px;
  }
}
.job .liucheng .job_main2 .job_main2box li .pic span {
  display: block;
  position: relative;
  overflow: hidden;
}
.job .liucheng .job_main2 .job_main2box li .pic span img {
  width: 40px;
}
@media (max-width: 992px) {
  .job .liucheng .job_main2 .job_main2box li .pic span img {
    width: 28px;
  }
}
@media (max-width: 321px) {
  .job .liucheng .job_main2 .job_main2box li .pic span img {
    width: 24px;
  }
}
.job .liucheng .job_main2 .job_main2box li .pic span:after {
  content: "";
  display: block;
  padding-bottom: 93%;
}
.job .liucheng .job_main2 .job_main2box li p {
  text-align: center;
  height: 24px;
  line-height: 24px;
  color: #333333;
  font-size: 18px;
  overflow: hidden;
  margin: 25px auto 0;
}
@media (max-width: 1279px) {
  .job .liucheng .job_main2 .job_main2box li p {
    margin: 15px auto 0;
  }
}
@media (max-width: 992px) {
  .job .liucheng .job_main2 .job_main2box li p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .job .liucheng .job_main2 .job_main2box li p {
    font-size: 15px;
    margin: 10px auto 0;
  }
}
@media (max-width: 321px) {
  .job .liucheng .job_main2 .job_main2box li p {
    font-size: 14px;
  }
}
.job .liucheng .job_main2 .job_main2box .li_3:after {
  right: auto;
  left: 50%;
  margin-left: -11px;
  top: auto;
  bottom: -40px;
  background: url(../images/job_jiantou1.png) no-repeat center;
  background-size: 100% 100%;
}
@media (max-width: 1279px) {
  .job .liucheng .job_main2 .job_main2box .li_3:after {
    bottom: -35px;
  }
}
@media (max-width: 767px) {
  .job .liucheng .job_main2 .job_main2box .li_3:after {
    display: none;
  }
}
.job .liucheng .job_main2 .job_main2box .li_4:after {
  background: url(../images/job_jiantou2.png) no-repeat center;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .job .liucheng .job_main2 .job_main2box .li_4:after {
    display: none;
  }
}
.job .liucheng .job_main2 .job_main2box .li_7:after {
  background: none;
}
.job .jiameng {
  background: #f8f8f8;
  position: relative;
  padding: 50px 8.4% 30px 0;
}
@media (max-width: 1279px) {
  .job .jiameng {
    padding: 50px 30px 30px 0;
  }
}
@media (max-width: 767px) {
  .job .jiameng {
    padding: 30px 15px 20px 0;
  }
}
.job .jiameng .title {
  text-align: center;
  position: relative;
  margin: 0 auto 45px;
  overflow: hidden;
}
@media (max-width: 1445px) {
  .job .jiameng .title {
    margin: 0 auto 40px;
  }
}
@media (max-width: 1445px) {
  .job .jiameng .title {
    margin: 0 auto 30px;
  }
}
@media (max-width: 767px) {
  .job .jiameng .title {
    margin: 0 auto 20px;
  }
}
.job .jiameng .meassgez li {
  position: relative;
  display: inline-block;
  width: 50%;
  float: left;
  margin: 0 0 18px;
  padding: 0 0 0 180px;
}
@media (max-width: 992px) {
  .job .jiameng .meassgez li {
    padding: 0 0 0 135px;
    margin: 0 0 16px;
  }
}
@media (max-width: 767px) {
  .job .jiameng .meassgez li {
    padding: 0 0 0 125px;
    margin: 0 auto 13px;
    width: 100%;
  }
}
@media (max-width: 321px) {
  .job .jiameng .meassgez li {
    padding: 0 0 0 95px;
  }
}
.job .jiameng .meassgez li span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 170px;
  color: #2f2f27;
  font-size: 16px;
  height: 42px;
  text-align: right;
  line-height: 42px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .job .jiameng .meassgez li span {
    font-size: 14px;
    width: 130px;
    height: 38px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .job .jiameng .meassgez li span {
    font-size: 12px;
    width: 120px;
  }
}
@media (max-width: 321px) {
  .job .jiameng .meassgez li span {
    font-size: 11px;
    width: 95px;
    height: 34px;
    line-height: 34px;
  }
}
.job .jiameng .meassgez li span i {
  font-style: inherit;
  color: #fa5858;
}
.job .jiameng .meassgez li .xingbie dd,
.job .jiameng .meassgez li .zhuangkuang dd {
  float: left;
  color: #2f2f27;
  font-size: 14px;
  height: 42px;
  line-height: 42px;
  z-index: 5;
  cursor: pointer;
  position: relative;
  margin: 0 45px 0 0;
  padding: 0 0 0 20px;
  overflow: hidden;
}
@media (max-width: 1279px) {
  .job .jiameng .meassgez li .xingbie dd,
  .job .jiameng .meassgez li .zhuangkuang dd {
    margin: 0 25px 0 0;
  }
}
@media (max-width: 992px) {
  .job .jiameng .meassgez li .xingbie dd,
  .job .jiameng .meassgez li .zhuangkuang dd {
    margin: 0 5px 0 0;
    height: 38px;
    line-height: 38px;
  }
}
@media (max-width: 321px) {
  .job .jiameng .meassgez li .xingbie dd,
  .job .jiameng .meassgez li .zhuangkuang dd {
    font-size: 12px;
    height: 34px;
    line-height: 34px;
  }
}
.job .jiameng .meassgez li .xingbie dd:before,
.job .jiameng .meassgez li .zhuangkuang dd:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  z-index: 6;
  border: 1px solid #a3a3a3;
  border-radius: 50%;
}
.job .jiameng .meassgez li .xingbie .active:before,
.job .jiameng .meassgez li .zhuangkuang .active:before {
  border: 1px solid #0a4d9e;
}
.job .jiameng .meassgez li .xingbie .active:after,
.job .jiameng .meassgez li .zhuangkuang .active:after {
  content: "";
  z-index: 10;
  position: absolute;
  left: 4px;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0a4d9e;
}
.job .jiameng .meassgez li input {
  width: 100%;
  height: 42px;
  line-height: 42px;
  padding: 0 10px;
  overflow: hidden;
  color: #666;
  font-family: "microsoft yahei";
  font-size: 14px;
  border: 1px solid #c6c6c6;
  border-radius: 3px;
  background: #f8f8f8;
}
@media (max-width: 992px) {
  .job .jiameng .meassgez li input {
    height: 38px;
    line-height: 38px;
  }
}
@media (max-width: 321px) {
  .job .jiameng .meassgez li input {
    font-size: 12px;
    height: 34px;
    line-height: 34px;
  }
}
.job .jiameng .meassgez em span{position:relative;padding: 0 30px 0 10px;}
.job .jiameng .meassgez li select {
  width: 100%;
  height: 42px;
  line-height: 40px;
  padding: 0 30px 0 10px;
  overflow: hidden;
  font-family: "microsoft yahei";
  font-size: 14px;
  border: 1px solid #c6c6c6;
  border-radius: 3px;
  color: #666;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../images/trangle01.jpg) no-repeat right center;
}
@media (max-width: 992px) {
  .job .jiameng .meassgez li select {
    height: 38px;
    font-size: 12px;
    background-size: auto 100%;
    line-height: 36px;
  }
}
@media (max-width: 321px) {
  .job .jiameng .meassgez li select {
    height: 34px;
    line-height: 34px;
  }
}
.job .jiameng .meassgez li textarea {
  width: 100%;
  height: 100px;
  line-height: 24px;
  padding: 10px;
  color: #666;
  overflow: hidden;
  font-family: "microsoft yahei";
  font-size: 14px;
  background: #f8f8f8;
  border: 1px solid #c6c6c6;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .job .jiameng .meassgez li textarea {
    height: 90px;
    padding: 6px 10px;
  }
}
@media (max-width: 321px) {
  .job .jiameng .meassgez li textarea {
    height: 76px;
  }
}
.job .jiameng .meassgez li em {
  font-style: inherit;
  color: #2f2f27;
  font-size: 14px;
  line-height: 24px;
}
.job .jiameng .meassgez li em i {
  font-style: inherit;
  color: #fa5858;
}
.job .jiameng .meassgez li #send {
  width: 240px;
  height: 46px;
  line-height: 46px;
  background: #0a4d9e;
  color: #fff;
  border: none;
  display: block;
  text-align: center;
  overflow: hidden;
  font-size: 20px;
  margin: 15px auto 0;
}
@media (max-width: 1445px) {
  .job .jiameng .meassgez li #send {
    margin: 20px auto 0;
  }
}
@media (max-width: 767px) {
  .job .jiameng .meassgez li #send {
    width: 150px;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    margin: 0px auto;
  }
}
.job .jiameng .meassgez .li_1 {
  width: 100%;
}
.job .jiameng .meassgez .li_1 big {
  float: left;
  width: 62.6%;
  display: block;
}
@media (max-width: 767px) {
  .job .jiameng .meassgez .li_1 big {
    width: 100%;
  }
}
.job .jiameng .meassgez .li_1 em {
  display: block;
  font-style: inherit;
  width: 18.66666667%;
  padding: 0 15px 0 0;
  float: left;
}
@media (max-width: 1279px) {
  .job .jiameng .meassgez .li_1 em {
    padding: 0 10px 0 0;
  }
}
@media (max-width: 767px) {
  .job .jiameng .meassgez .li_1 em {
    width: 100%;
    padding: 0;
    margin: 0 0 13px;
  }
}
.job .jiameng .meassgez .li_2 {
  width: 100%;
}
.job .jiameng .meassgez .li_2 span {
  height: 100px;
  text-align: right;
  line-height: 154px;
}
@media (max-width: 767px) {
  .job .jiameng .meassgez .li_2 span {
    height: 90px;
    line-height: 148px;
  }
}
@media (max-width: 321px) {
  .job .jiameng .meassgez .li_2 span {
    height: 76px;
    line-height: 120px;
  }
}
/*contact*/
.contact {
  position: relative;
  padding: 0 0 50px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .contact {
    padding: 0 0 30px 0;
  }
}
.contact .part-1 {
  margin: 80px auto 70px;
}
@media (max-width: 1445px) {
  .contact .part-1 {
    margin: 60px auto;
  }
}
@media (max-width: 1025px) {
  .contact .part-1 {
    margin: 40px auto;
  }
}
@media (max-width: 767px) {
  .contact .part-1 {
    margin: 20px auto;
  }
}
.contact .part-1 .contmap {
  float: left;
  width: 62.5%;
  height: 450px;
}
@media (max-width: 1445px) {
  .contact .part-1 .contmap {
    height: 380px;
    width: 56%;
  }
}
@media (max-width: 767px) {
  .contact .part-1 .contmap {
    height: 240px;
    float: inherit;
    margin: 0 auto;
    width: 100%;
  }
}
.contact .part-1 .contmap #l-map {
  width: 100%;
  height: 100%;
}
.contact .part-1 .contmap .anchorBL {
  display: none;
}
.contact .part-1 .contmap .BMapLib_sendToPhone {
  display: none;
}
.contact .part-1 .contmap b {
  color: #333;
  font-size: 16px;
  height: 24px;
  line-height: 24px;
  display: block;
  overflow: hidden;
}
@media (max-width: 767px) {
  .contact .part-1 .contmap b {
    font-size: 14px;
  }
}
.contact .part-1 .contmap p {
  color: #333;
  font-size: 14px;
  max-height: 48px;
  margin: 0 0 2px 0;
  line-height: 24px;
  display: block;
  overflow: hidden;
}
@media (max-width: 767px) {
  .contact .part-1 .contmap p {
    font-size: 12px;
    line-height: 20px;
    max-height: 40px;
  }
}
.contact .part-1 .contmap em {
  font-style: inherit;
  color: #333;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  display: block;
  overflow: hidden;
}
@media (max-width: 767px) {
  .contact .part-1 .contmap em {
    font-size: 12px;
  }
}
.contact .part-1 .contz {
  float: left;
  width: 37.5%;
  padding: 3px 0 0 55px;
}
@media (max-width: 1445px) {
  .contact .part-1 .contz {
    width: 44%;
    padding: 0 0 0 35px;
  }
}
@media (max-width: 767px) {
  .contact .part-1 .contz {
    width: 100%;
    padding: 15px 0;
  }
}
.contact .part-1 .contz ul li {
  display: inline-block;
  width: 100%;
  color: #333333;
  font-size: 16px;
  line-height: 28px;
  padding: 18px 0;
  position: relative;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 1445px) {
  .contact .part-1 .contz ul li {
    padding: 11px 0;
  }
}
@media (max-width: 992px) {
  .contact .part-1 .contz ul li {
    padding: 11px 0;
    font-size: 14px;
    line-height: 26px;
  }
}
.contact .part-1 .contz ul li .text1 {
  position: relative;
  padding: 0 0 0 100px;
}
@media (max-width: 992px) {
  .contact .part-1 .contz ul li .text1 {
    padding: 0 0 0 93px;
  }
}
.contact .part-1 .contz ul li .text1 em {
  font-style: inherit;
  float: left;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 28px;
  overflow: hidden;
  width: 100px;
}
@media (max-width: 992px) {
  .contact .part-1 .contz ul li .text1 em {
    width: 93px;
  }
}
.contact .part-1 .contz ul li .text1 em i {
  display: block;
  float: left;
  width: 18px;
  height: 20px;
  margin: 3px 14px 0 0;
  position: relative;
}
.contact .part-1 .contz ul li .text2 {
  position: relative;
  padding: 0 0 0 116px;
}
@media (max-width: 992px) {
  .contact .part-1 .contz ul li .text2 {
    padding: 0 0 0 105px;
  }
}
.contact .part-1 .contz ul li .text2 em {
  font-style: inherit;
  float: left;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 28px;
  overflow: hidden;
  width: 115px;
}
@media (max-width: 992px) {
  .contact .part-1 .contz ul li .text2 em {
    width: 103px;
  }
}
.contact .part-1 .contz ul li .text2 em i {
  display: block;
  float: left;
  width: 18px;
  height: 20px;
  margin: 3px 14px 0 0;
  position: relative;
}
.contact .part-1 .contz ul li .text3 {
  text-align: left;
  padding: 10px 0;
  font-size: 0;
}
@media (max-width: 767px) {
  .contact .part-1 .contz ul li .text3 {
    padding: 5px 0;
  }
}
.contact .part-1 .contz ul li .text3 .ewm {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  height: 100px;
  position: relative;
}
.contact .part-1 .contz ul li .text3 .txt {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #333333;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  margin: 0 0 0 25px;
}
.contact .part-2 {
  position: relative;
}
.contact .part-2 .contitle {
  text-align: center;
  font-size: 0;
}
.contact .part-2 .contitle li {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  height: 46px;
  line-height: 46px;
  overflow: hidden;
  cursor: pointer;
  padding: 0 10px;
  width: 200px;
  text-align: center;
  border: 1px solid #d6d6d6;
  border-left: none;
}
@media (max-width: 992px) {
  .contact .part-2 .contitle li {
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    width: 170px;
  }
}
@media (max-width: 767px) {
  .contact .part-2 .contitle li {
    width: 130px;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
  }
}
.contact .part-2 .contitle li:first-child {
  border-left: 1px solid #d6d6d6;
  border-radius: 4px 0 0 4px;
}
.contact .part-2 .contitle li:last-child {
  border-radius: 0 4px 4px 0;
}
.contact .part-2 .contitle .active {
  background: #0a4d9e;
  color: #fff;
  border: 1px solid #0a4d9e;
}
.contact .part-2 .contactmain {
  overflow: hidden;
}
.contact .part-2 .contactmain .contbox {
  padding: 55px 0 0 0;
  display: none;
}
@media (max-width: 1445px) {
  .contact .part-2 .contactmain .contbox {
    padding: 40px 0 0 0;
  }
}
@media (max-width: 1025px) {
  .contact .part-2 .contactmain .contbox {
    padding: 30px 0 0 0;
  }
}
@media (max-width: 767px) {
  .contact .part-2 .contactmain .contbox {
    padding: 20px 0 0 0;
  }
}
.contact .part-2 .contactmain .contbox .contlist {
  position: relative;
  margin: 0 -50px;
}
@media (max-width: 992px) {
  .contact .part-2 .contactmain .contbox .contlist {
    margin: 0 -15px;
  }
}
@media (max-width: 767px) {
  .contact .part-2 .contactmain .contbox .contlist {
    margin: 0 auto;
  }
}
.contact .part-2 .contactmain .contbox .contlist li {
  float: left;
  width: 50%;
  display: inline-block;
  padding: 0 50px;
  margin: 0 0 35px;
}
@media (max-width: 1445px) {
  .contact .part-2 .contactmain .contbox .contlist li {
    margin: 0 0 20px;
  }
}
@media (max-width: 992px) {
  .contact .part-2 .contactmain .contbox .contlist li {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .contact .part-2 .contactmain .contbox .contlist li {
    width: 100%;
    padding: 0;
    margin: 0 0 10px;
  }
}
.contact .part-2 .contactmain .contbox .contlist li .item {
  text-align: left;
  font-size: 0;
}
.contact .part-2 .contactmain .contbox .contlist li .item .text1 {
  display: inline-block;
  vertical-align: middle;
  height: 38px;
  width: 30%;
  color: #212121;
  font-size: 16px;
  line-height: 38px;
  padding: 0 35px 0 15px;
  overflow: hidden;
  background: url(../images/contbg.png) no-repeat center right #eeeeee;
}
@media (max-width: 1445px) {
  .contact .part-2 .contactmain .contbox .contlist li .item .text1 {
    font-size: 15px;
  }
}
@media (max-width: 992px) {
  .contact .part-2 .contactmain .contbox .contlist li .item .text1 {
    font-size: 14px;
    width: 38%;
  }
}
@media (max-width: 767px) {
  .contact .part-2 .contactmain .contbox .contlist li .item .text1 {
    padding: 0 30px 0 5px;
    font-size: 12px;
  }
}
.contact .part-2 .contactmain .contbox .contlist li .item .text2 {
  width: 70%;
  display: inline-block;
  vertical-align: middle;
  color: #333333;
  font-size: 14px;
  line-height: 19px;
  max-height: 38px;
  overflow: hidden;
  padding: 0 0 0 20px;
}
@media (max-width: 992px) {
  .contact .part-2 .contactmain .contbox .contlist li .item .text2 {
    font-size: 12px;
    padding: 0 0 0 10px;
    width: 62%;
  }
}
@media (max-width: 767px) {
  .contact .part-2 .contactmain .contbox .contlist li .item .text2 {
    padding: 0 0 0 5px;
  }
}
@media (max-width: 376px) {
  .contact .part-2 .contactmain .contbox .contlist li .item .text2 {
    font-size: 10px;
  }
}
/*development*/
.development {
  position: relative;
  padding: 0 0 80px 0;
  overflow: hidden;
  color: #333;
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 992px) {
  .development {
    padding: 0 0 50px 0;
  }
}
@media (max-width: 767px) {
  .development {
    padding: 0 0 40px 0;
  }
}
.development .development_main {
  display: block;
  margin: 70px auto 0;
}
@media (max-width: 1279px) {
  .development .development_main {
    margin: 50px auto 0;
  }
}
@media (max-width: 992px) {
  .development .development_main {
    margin: 30px auto 0;
  }
}
.development .development_main .titled {
  overflow: hidden;
  width: 121px;
  height: 135px;
}
@media (max-width: 992px) {
  .development .development_main .titled {
    width: 90px;
    height: 100px;
  }
}
@media (max-width: 992px) {
  .development .development_main .titled {
    width: 66px;
    height: 74px;
  }
}
.development .development_main .developmentz {
  margin: 0 auto;
  z-index: 1;
  padding: 50px 0 0 60px;
  position: relative;
}
.development .development_main .developmentz:before {
  content: "";
  display: block;
  position: absolute;
  left: 60px;
  top: 0;
  width: 2px;
  height: 100%;
  z-index: 1;
  background: #dbdbdb;
}
@media (max-width: 992px) {
  .development .development_main .developmentz:before {
    left: 44px;
  }
}
@media (max-width: 992px) {
  .development .development_main .developmentz:before {
    left: 33px;
    width: 1px;
  }
}
.development .development_main .developmentz:after {
  content: "";
  display: block;
  position: absolute;
  left: 55px;
  bottom: 0;
  width: 2px;
  height: 100%;
  z-index: 1;
  width: 12px;
  height: 34px;
  background: url(../images/developmentbg.jpg) no-repeat center;
}
@media (max-width: 992px) {
  .development .development_main .developmentz:after {
    left: 39px;
  }
}
@media (max-width: 767px) {
  .development .development_main .developmentz:after {
    left: 27px;
  }
}
.development .development_main .developmentz li {
  padding: 40px 0 70px 110px;
  z-index: 1;
  border-top: 1px solid #dbdbdb;
  position: relative;
}
@media (max-width: 1279px) {
  .development .development_main .developmentz li {
    padding: 35px 0 50px 80px;
  }
}
@media (max-width: 992px) {
  .development .development_main .developmentz li {
    padding: 35px 0 30px 50px;
  }
}
@media (max-width: 767px) {
  .development .development_main .developmentz li {
    padding: 20px 0 15px 10px;
  }
}
.development .development_main .developmentz li:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: -4px;
  width: 8px;
  height: 8px;
  background: #dbdbdb;
  border-radius: 50%;
}
.development .development_main .developmentz li .num {
  position: absolute;
  z-index: 5;
  width: 97px;
  height: 120px;
  left: -47px;
  top: -15px;
  line-height: 120px;
  text-align: center;
  overflow: hidden;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  background: url(../images/numbg.jpg) no-repeat center;
  background-size: 100% 100%;
}
@media (max-width: 992px) {
  .development .development_main .developmentz li .num {
    width: 73px;
    height: 90px;
    line-height: 90px;
    font-size: 20px;
    left: -51px;
    top: -12px;
  }
}
@media (max-width: 992px) {
  .development .development_main .developmentz li .num {
    width: 50px;
    height: 62px;
    line-height: 62px;
    font-size: 15px;
    left: -50px;
    top: -9px;
  }
}
.development .development_main .developmentz li dl {
  float: left;
  padding: 0 20px;
  margin: 0 0 35px 0;
  width: 33.33333333%;
}
@media (max-width: 1279px) {
  .development .development_main .developmentz li dl {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 992px) {
  .development .development_main .developmentz li dl {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .development .development_main .developmentz li dl {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.development .development_main .developmentz li dl dt big {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
  height: 34px;
  overflow: hidden;
  color: #0a4d9e;
}
@media (max-width: 992px) {
  .development .development_main .developmentz li dl dt big {
    font-size: 18px;
    line-height: 28px;
    height: 28px;
  }
}
.development .development_main .developmentz li dl dt small {
  display: block;
  font-size: 15px;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  color: #333333;
}
@media (max-width: 992px) {
  .development .development_main .developmentz li dl dt small {
    font-size: 13px;
  }
}
.development .development_main .developmentz li dl dd {
  overflow: hidden;
  margin: 15px 0 0 0;
  position: relative;
}
@media (max-width: 992px) {
  .development .development_main .developmentz li dl dd {
    margin: 10px 0 0 0;
  }
}
.development .development_main .developmentz li dl dd:after {
  content: "";
  display: block;
  padding-bottom: 31%;
}
@media (max-width: 1279px) {
  .development .development_main .developmentz li dl dd:after {
    padding-bottom: 38%;
  }
}
@media (max-width: 992px) {
  .development .development_main .developmentz li dl dd:after {
    padding-bottom: 49%;
  }
}
@media (max-width: 767px) {
  .development .development_main .developmentz li dl dd:after {
    padding-bottom: 31%;
  }
}
@media (max-width: 767px) {
  .development .development_main .developmentz li dl dd:after {
    padding-bottom: 31%;
  }
}
@media (max-width: 376px) {
  .development .development_main .developmentz li dl dd:after {
    padding-bottom: 35%;
  }
}
@media (max-width: 361px) {
  .development .development_main .developmentz li dl dd:after {
    padding-bottom: 37%;
  }
}
@media (max-width: 321px) {
  .development .development_main .developmentz li dl dd:after {
    padding-bottom: 45%;
  }
}
.development .development_main .developmentz li .texta {
  padding: 0 20px;
  width: 82%;
}
@media (max-width: 1279px) {
  .development .development_main .developmentz li .texta {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .development .development_main .developmentz li .texta {
    padding: 0 10px;
  }
}
.development .development_main .developmentz li .texta em {
  font-style: inherit;
  display: block;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  color: #333333;
}
@media (max-width: 992px) {
  .development .development_main .developmentz li .texta em {
    font-size: 13px;
  }
}
.development .development_main .developmentz li .texta .pic {
  overflow: hidden;
  margin: 15px 0 0 0;
  position: relative;
}
.development .development_main .developmentz li .texta .pic:after {
  content: "";
  display: block;
  padding-bottom: 11.6%;
}
@media (max-width: 992px) {
  .development .development_main .developmentz li .texta .pic:after {
    padding-bottom: 16%;
  }
}
@media (max-width: 767px) {
  .development .development_main .developmentz li .texta .pic:after {
    padding-bottom: 31%;
  }
}
@media (max-width: 376px) {
  .development .development_main .developmentz li .texta .pic:after {
    padding-bottom: 35%;
  }
}
@media (max-width: 361px) {
  .development .development_main .developmentz li .texta .pic:after {
    padding-bottom: 37%;
  }
}
@media (max-width: 321px) {
  .development .development_main .developmentz li .texta .pic:after {
    padding-bottom: 45%;
  }
}
#youshi {
  position: absolute;
  top: -67px;
  height: 1px;
  width: 100%;
  background: none;
}
#tiaojian {
  position: absolute;
  top: -67px;
  height: 1px;
  width: 100%;
  background: none;
}
#feiyong {
  position: absolute;
  top: -67px;
  height: 1px;
  width: 100%;
  background: none;
}
.return_top {
  width: 66px;
  height: 66px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 999;
  color: #888888;
  display: block;
  font-size: 14px;
  line-height: 92px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  display: none;
  background: url(../images/back1.png) no-repeat center;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .return_top {
    width: 48px;
    height: 48px;
    font-size: 12px;
    line-height: 68px;
    right: 10px;
    bottom: 10px;
  }
}
.return_top:hover {
  background: url(../images/back2.png) no-repeat center;
  background-size: 100% 100%;
  color: #fff;
}
/*shopa*/
.shopa {
  position: relative;
  overflow: hidden;
  padding: 0 0 80px;
}
@media (max-width: 767px) {
  .shopa {
    padding: 0 0 40px;
  }
}
.shopa .shopa_main {
  margin: 25px auto 50px;
}
@media (max-width: 767px) {
  .shopa .shopa_main {
    margin: 0 auto 30px;
  }
}
.shopa .shopa_main li {
  position: relative;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px dashed #d2d2d2;
}
@media (max-width: 767px) {
  .shopa .shopa_main li {
    padding: 10px 0;
  }
}
.shopa .shopa_main li .pic {
  float: left;
  width: 34%;
  position: relative;
}
@media (max-width: 767px) {
  .shopa .shopa_main li .pic {
    width: 30%;
  }
}
@media (max-width: 321px) {
  .shopa .shopa_main li .pic {
    width: 33%;
  }
}
.shopa .shopa_main li .pic:after {
  content: "";
  display: block;
  padding-bottom: 66.5%;
}
.shopa .shopa_main li .txt {
  width: 66%;
  float: left;
  padding: 0 0 0 3%;
}
@media (max-width: 767px) {
  .shopa .shopa_main li .txt {
    width: 70%;
  }
}
@media (max-width: 321px) {
  .shopa .shopa_main li .txt {
    width: 64%;
  }
}
.shopa .shopa_main li .txt big {
  display: block;
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  font-size: 20px;
}
@media (max-width: 767px) {
  .shopa .shopa_main li .txt big {
    font-size: 16px;
    height: 20px;
    line-height: 20px;
  }
}
@media (max-width: 376px) {
  .shopa .shopa_main li .txt big {
    font-size: 14px;
    height: 18px;
    line-height: 18px;
  }
}
.shopa .shopa_main li .txt .text1 {
  display: block;
  color: #666666;
  font-size: 16px;
  line-height: 26px;
  max-height: 48px;
  margin: 5px 0 0 0;
  position: relative;
  padding: 0 0 0 50px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .shopa .shopa_main li .txt .text1 {
    font-size: 12px;
    margin: 0;
    max-height: 40px;
    line-height: 20px;
    padding: 0 0 0 38px;
  }
}
@media (max-width: 376px) {
  .shopa .shopa_main li .txt .text1 {
    font-size: 10px;
    height: 32px;
    line-height: 16px;
  }
}
@media (max-width: 321px) {
  .shopa .shopa_main li .txt .text1 {
    font-size: 9px;
  }
}
.shopa .shopa_main li .txt .text1 i {
  font-style: inherit;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 26px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .shopa .shopa_main li .txt .text1 i {
    width: 38px;
    height: 20px;
    line-height: 20px;
  }
}
.shopa .shopa_main li .txt .text2 {
  display: block;
  color: #666666;
  font-size: 16px;
  line-height: 26px;
  height: 26px;
  margin: 5px 0 0 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .shopa .shopa_main li .txt .text2 {
    font-size: 12px;
    margin: 0;
    height: 20px;
    line-height: 20px;
  }
}
@media (max-width: 376px) {
  .shopa .shopa_main li .txt .text2 {
    font-size: 10px;
    height: 16px;
    line-height: 16px;
  }
}
@media (max-width: 321px) {
  .shopa .shopa_main li .txt .text2 {
    font-size: 9px;
  }
}
.donghua {
  animation: myfirst3 2s alternate;
  -webkit-animation: myfirst3 2s alternate;
}
@keyframes myfirst3 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes myfirst3 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.video {
	height:600px;
    width:600px;
  overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;

  }
@media (max-width: 599px){
.video {
    width: auto !important;
    height: auto !important;
}
}
/*tankuang*/
.tankuang {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
}
.tankuang .tkmain {
  width: 400px;
  height: 170px;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  margin-left: -200px;
  top: 50%;
  padding: 40px 0;
  margin-top: -85px;
  background: #fff;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.05);
}
@media (max-width: 767px) {
  .tankuang .tkmain {
    width: 80%;
    margin-left: -40%;
    height: 120px;
    padding: 25px 0;
    margin-top: -60px;
  }
}
.tankuang .tkmain p {
  text-align: center;
  color: #666;
  font-size: 18px;
  max-height: 48px;
  overflow: hidden;
  line-height: 24px;
}
.tankuang .tkmain #tkclose {
  width: 140px;
  height: 36px;
  background: #0a4d9e;
  line-height: 36px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  border: none;
  display: block;
  border-radius: 3px;
  font-family: "microsoft yahei";
  margin: 25px auto 0;
}
@media (max-width: 767px) {
  .tankuang .tkmain #tkclose {
    margin: 13px auto 0;
    width: 120px;
    height: 32px;
    font-size: 16px;
    line-height: 32px;
  }
}
.tankuang .tkmain #tkclose:hover {
  background: #fb9eaa;
}
.onn a {
  color: #0a4d9e !important;
}
.textbt {
  color: #333333;
  font-size: 14px;
  line-height: 30px;
  margin: 0 0 25px;
  text-align: center;
}
@media (max-width: 1025px) {
  .textbt {
    margin: 0 0 10px;
  }
}
@media (max-width: 992px) {
  .textbt {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .textbt {
    line-height: 24px;
  }
}
.videowh {
  position: relative;
  z-index: 1;
  border: 1px solid #f6f6f6;
  width: 100%;
  height: 400px;
}
@media (max-width: 1367px) {
  .videowh {
    height: 360px;
  }
}
@media (max-width: 1024px) {
  .videowh {
    height: 320px;
  }
}
@media (max-width: 992px) {
  .videowh {
    height: 280px;
  }
}
@media (max-width: 767px) {
  .videowh {
    height: 195px;
  }
}
@media (max-width: 376px) {
  .videowh {
    height: 177px;
  }
}
.videowh1 {
  position: relative;
  z-index: 1;
  /*border: 1px solid #f6f6f6;*/
  width: 100%;
  height: 370px;
}
@media (max-width: 1367px) {
  .videowh1 {
    height: 360px;
  }
}
@media (max-width: 1024px) {
  .videowh1 {
    height: 320px;
  }
}
@media (max-width: 992px) {
  .videowh1 {
    height: 240px;
  }
}
@media (max-width: 767px) {
  .videowh1 {
    height: 210px;
  }
}
@media (max-width: 376px) {
  .videowh1 {
    height: 188px;
  }
}
/*jiamengqa*/
.jiamengqa {
  position: relative;
  overflow: hidden;
}
.jiamengqa .wenda {
  margin: 20px auto 80px;
  overflow: hidden;
}
@media (max-width: 1125px) {
  .jiamengqa .wenda {
    margin: 15px auto 50px;
  }
}
@media (max-width: 767px) {
  .jiamengqa .wenda {
    margin: 5px auto 30px;
  }
}
.jiamengqa .wenda dl {
  display: inline-block;
  padding: 40px 0;
  border-bottom: 1px solid #f7f7f7;
  width: 100%;
}
@media (max-width: 1450px) {
  .jiamengqa .wenda dl {
    padding: 35px 0;
  }
}
@media (max-width: 992px) {
  .jiamengqa .wenda dl {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .jiamengqa .wenda dl {
    padding: 20px 0;
  }
}
.jiamengqa .wenda dl dd {
  position: relative;
  color: #0a4d9e;
  font-size: 16px;
  line-height: 26px;
  padding: 0 0 0 40px;
}
@media (max-width: 992px) {
  .jiamengqa .wenda dl dd {
    font-size: 14px;
    line-height: 24px;
  }
}
.jiamengqa .wenda dl dd i {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  color: #fff;
  display: block;
  border-radius: 2px;
  font-style: inherit;
  background: #0a4d9e;
}
.jiamengqa .wenda dl dt {
  position: relative;
  color: #666666;
  font-size: 16px;
  line-height: 26px;
  margin: 20px 0 0 0;
  padding: 0 0 0 40px;
}
@media (max-width: 992px) {
  .jiamengqa .wenda dl dt {
    font-size: 14px;
    line-height: 24px;
    margin: 15px 0 0 0;
  }
}
.jiamengqa .wenda dl dt i {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  color: #fff;
  display: block;
  border-radius: 2px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  font-size: 16px;
  font-style: inherit;
  background: #bdbdbd;
}
#jiamengqa {
  position: absolute;
  top: -67px;
  height: 1px;
  width: 100%;
  background: none;
}
.c-banner{
	width: 100%;
	position: relative;
}
.c-banner img{
	width: 100%;
}
.c-banner .banner ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.c-banner .banner ul li{
	position: absolute
	display: none;
	opacity: 0;
}
.c-banner .banner ul li:nth-child(1){
	opacity: 1;
	display: block;
}
.c-banner .banner ul li img{
	width: 100%;
	position: absolute;
	top: 0px;
}
.c-banner .banner ul li:first-child img{
	position: relative;
}
.c-banner .nexImg,.c-banner .preImg{
	padding: 5px 5px 5px 5px;
	position: absolute;
	top: 50%;
	margin-top: -35px;
	background: #0a4d9e;
	opacity: 0.5;
	border-radius: 5px;
	z-index: 10;
	
}
.c-banner .nexImg:hover,.c-banner .preImg:hover{
	opacity: 0.8;
}
.c-banner .nexImg{
	right: 0px;
}
.c-banner .nexImg img,.c-banner .preImg img{
	
	
}
.c-banner .jumpBtn{
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
}
.c-banner .jumpBtn ul{
	margin-bottom: 0px;
	padding: 0px;
}

.c-banner .jumpBtn ul li{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display: inline-block;
	background-color: white;
	opacity: 0.9;
	margin-left: 10px;
	margin-bottom:-5px;
}
.c-banner .jumpBtn ul li:first-child{
	margin-left: 0px;
}
@media screen and (max-width:768px) {
	.c-banner{
		width: 100%;
		overflow: hidden;
	}
	.c-banner .banner ul li img{
		width: 100%;
		position: absolute;

	}
	.wenben{ margin:0 !important}
}
#maximg img{ max-width:100%; height:auto !important}
.wenben{ margin:50px 0 0 0; line-height:30px}
.pagebar { padding:20px; overflow:hidden; clear:both}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px; line-height:100%
}
.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}
.pagination a.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
.pagination .st{ font-family:宋体}
.text-secondary{ text-align:center; padding:20px 0}

.links{background: #3E3844; overflow: hidden;}
.linkss{ width:1180px; overflow:hidden; margin:20px auto;}
.linkss dt{ float:left; font-size:12px; color:#a7a1ac}
.linkss dd{ overflow:hidden}
.linkss dd a{ color:#a7a1ac; font-size:12px; display:inline-block; margin:0 5px}
@media screen and (max-width:768px) {
.links{ display:none}
}


.i_ico1{width:101px;height:101px;display:inline-block;background:url(/img/i_ico1.png) no-repeat; vertical-align: middle;margin-top: 13px;}
.i_ico1_2{background-position:-101px 0; background:url(/img/i_ico2.png) no-repeat;}
.i_ico1_3{background-position:-202px 0;background:url(/img/i_ico3.png) no-repeat;}
.i_ico1_4{background-position:-303px 0;background:url(/img/i_ico4.png) no-repeat;}
.i_ico1_5{background-position:-404px 0;background:url(/img/i_ico5.png) no-repeat;}
.i_ico1_6{background-position:-505px 0;background:url(/img/i_ico6.png) no-repeat;}
.i_ico1_7{background-position:-606px 0;background:url(/img/i_ico7.png) no-repeat;}
.i_ico1_8{background-position:-707px 0;background:url(/img/i_ico8.png) no-repeat;}
.i_ico1_9{background-position:-808px 0;background:url(/img/i_ico9.png) no-repeat;}
.other_list{ }
.other_list li{float:left;width:10%; text-align: center; height:162px;border-left: 1px #ccc dotted;margin-left: -1px;background-color:#f8f7f5; white-space:nowrap;}
.other_list li .tit{font-size:14px;}
@media screen and (max-width:1460px) {
.other_list li .tit{font-size:12px;}
}

.other_list .li00 img{height:100%;}
.other_list li:hover{background-color:#f2f2f0;}
.other_list li:hover .i_ico1{ background:url(/img/i_ico1_cur.png) 0 0 no-repeat;}
.other_list li:hover .i_ico1_2{background-position: -101px 0;background:url(/img/i_ico2_cur.png) 0 0 no-repeat;}
.other_list li:hover .i_ico1_3{background-position: -202px 0;background:url(/img/i_ico3_cur.png) 0 0 no-repeat;}
.other_list li:hover .i_ico1_4{background-position: -303px 0;background:url(/img/i_ico4_cur.png) 0 0 no-repeat;}
.other_list li:hover .i_ico1_5{background-position: -404px 0;background:url(/img/i_ico5_cur.png) 0 0 no-repeat;}
.other_list li:hover .i_ico1_6{background-position: -505px 0;background:url(/img/i_ico6_cur.png) 0 0 no-repeat;}
.other_list li:hover .i_ico1_7{background-position:-606px  0;background:url(/img/i_ico7_cur.png) 0 0 no-repeat;}
.other_list li:hover .i_ico1_8{background-position:-707px  0;background:url(/img/i_ico8_cur.png) 0 0 no-repeat;}
.other_list li:hover .i_ico1_9{background-position:-808px  0;background:url(/img/i_ico9_cur.png) 0 0 no-repeat;}
@media screen and (max-width:768px) {
.other_list li{float:left;width:50%; text-align: center; height:162px;border-left: 1px #ccc dotted;margin-left: -1px;background-color:#f8f7f5; white-space:nowrap;}
}