.bgFull {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-behavior: url(css/cover.htc);
  behavior: url(css/cover.htc);
}
.vcenter {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.tHide {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.blockFull {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.block {
  display: block;
  position: relative;
}
.centerBlock {
  margin-left: auto;
  margin-right: auto;
}
.clearfix {
  clear: both;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-prev,
.slick-next {
  z-index: 20;
  position: absolute;
  display: block;
  height: 60px;
  width: 30px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -30px;
  padding: 0;
  border: none;
  outline: none;
  border: 1px solid red;
}
.slick-prev {
  left: 30px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: 30px;
}
.slick-next {
  right: 30px;
}
[dir="rtl"] .slick-next {
  left: 30px;
  right: auto;
}
.slick-dots {
  position: absolute;
  bottom: 20px;
  height: auto;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
  line-height: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  display: block;
  height: 10px;
  width: 10px;
  padding: 0;
  margin: 0;
  outline: none;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: #ccc;
  border-radius: 0px;
}
.slick-dots li.slick-active button {
  background: #333;
}
.container {
  width: 1920px;
  margin: 0 auto;
  position: relative;
}
.home_left {
  z-index: 9;
  position: fixed;
  left: 0;
  width: 3.3%;
  background: #fff;
  height: 100%;
}
.home_left .search {
  padding-top: 21px;
  height: 61px;
  border-bottom: 1px solid #f7f7f7;
}
.home_left .search a {
  margin: 0 auto;
  display: block;
  background: url(../images/search.png) no-repeat center center;
  width: 19px;
  height: 19px;
}
.home_left .yuyue {
  padding-top: 20px;
  height: 61px;
  border-bottom: 1px solid #f7f7f7;
}
.home_left .yuyue a {
  background: url(../images/yuyue.png) no-repeat center center;
  line-height: 24px;
  color: #9b9b9b;
  font-size: 15px;
  width: 21px;
  height: 21px;
  margin: 0 auto;
  font-family: arial;
  text-align: center;
  display: block;
}
.home_left .nav {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  width: 100%;
  height: 16px;
}
.home_left .nav a {
  margin: 0 auto;
  display: block;
  width: 21px;
  height: 16px;
  background: url(../images/nav.png) no-repeat center center;
}
.home_left .logo {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
}
.home_left .logo a {
  display: block;
  width: 36px;
  height: 54px;
  margin: 0 auto;
}
.home_left .left_con {
  position: fixed;
  left: -17.8125%;
  bottom: 0;
  width: 17.8125%;
  background: #fff;
  height: 100%;
  z-index: 99999;
}
.home_left .left_con .search_btn {
  margin: 21px auto 0;
  border: 1px solid #e3e3e3;
  width: 72.45%;
  height: 35px;
}
.home_left .left_con .search_btn .ip_text {
  width: 85%;
  height: 33px;
  line-height: 33px;
  border: none;
  background: none;
  color: #bdbdbd;
  font-size: 13px;
  padding: 0 10px;
  float: left;
}
.home_left .left_con .search_btn .ip_btn {
  background: url(../images/search.png) no-repeat center center;
  width: 14%;
  height: 33px;
  float: right;
  border: none;
}
.home_left .left_con .home_con {
  width: 72.45%;
  margin: 20px auto 0;
}
.home_left .left_con .home_con .yy_con {
  display: table;
  float: left;
}
.home_left .left_con .home_con .yy_con a {
  line-height: 24px;
  display: block;
  color: #bdbdbd;
  font-size: 15px;
  background: url(../images/yuyue.png) no-repeat left center;
  padding-left: 25px;
}
.home_left .left_con .home_con .yy_con a:hover {
  color: #979797;
}
.home_left .left_con .home_con .language {
  float: right;
  display: table;
  color: #e6e6e6;
}
.home_left .left_con .home_con .language a {
  font-size: 15px;
  line-height: 24px;
  color: #bdbdbd;
  margin-left: 16px;
}
.home_left .left_con .home_con .language a:hover {
  color: #979797;
}
.home_left .left_con .menu {
  margin-top: 50%;
  width: 100%;
}
.home_left .left_con .menu .logo_btn {
  display: block;
  width: 65px;
  height: 98px;
  margin: 0 auto;
}
.home_left .left_con .menu .nav_con {
  margin-top: 8%;
}
.home_left .left_con .menu .nav_con ul li {
  padding: 15px 0 0;
  text-align: center;
  border-bottom: 1px solid #FFFFFF;
}
.home_left .left_con .menu .nav_con ul li a {
  display: inline-block;
  color: #666666;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  bottom: -1px;
  padding: 0 18px 10px;
  border-bottom: 1px solid #FFFFFF;
  /*font-weight: bold;*/
  /*font-family: "Microsoft Yahei";*/
}
.home_left .left_con .menu .nav_con ul li a em {
  color: #606060;
  font-family: arial;
  font-size: 12px;
  display: block;
  font-style: normal;
}
.home_left .left_con .menu .nav_con ul li.cur,
.home_left .left_con .menu .nav_con ul li:hover {
  border-bottom: 1px solid #ececec;
}
.home_left .left_con .menu .nav_con ul li.cur a,
.home_left .left_con .menu .nav_con ul li:hover a {
  border-bottom: 1px solid #d3d3d3;
}
@media (max-width: 1440px) {
  .home_left .left_con .menu {
    margin-top: 26%;
  }
}
.home_left .left_con .foot {
  padding: 0 10px;
  position: absolute;
  left: 0;
  bottom: 26px;
  width: 98%;
  text-align: center;
  color: #666;
  font-size: 13px;
}
.home_right {
  width: 96.7%;
  min-height: 100%;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
}
.home_right .banner {
  width: 100%;
  /*position: fixed;
  left: 0;
  top: 0;*/
 background: #000;
  z-index: 8;
  height: 100%;
}
.home_right .banner ul {
  position: relative;
  width: 100%;
  height: 100%;
}
.home_right .banner ul li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.home_right .banner ul li a {
  display: block;
  line-height: 0;
  width: 100%;
  height: 100%;
}
.home_right .banner ul li a img {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-behavior: url(css/cover.htc);
  behavior: url(css/cover.htc);
}
.home_right .banner ul li img {
  width: 100%;
  /*height: 100%;*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-behavior: url(css/cover.htc);
  behavior: url(css/cover.htc);
}
.home_right .banner ul li:first-child {
  display: block;
}
.home_right .banner .arrow {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 6%;
  height: 44px;
  text-align: right;
  padding-right: 18%;
}
.home_right .banner .arrow a {
  margin-left: 8px;
  display: inline-block;
  width: 65px;
  height: 38px;
  line-height: 0;
  border: #949494 solid 1px;
}
.home_right .banner .arrow a img {
  width: 100%;
  height: 100%;
}
.home_right .banner .arrow a.cur {
  width: 76px;
  height: 44px;
  border: 2px solid #949494;
}
.csy_box {
  width: 100%;
}
.csy_box .cys_img {
  z-index: 1;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.csy_box .cys_img img {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-behavior: url(css/cover.htc);
  behavior: url(css/cover.htc);
}
.csy_box .cys_left,
.csy_box .cys_right {
  z-index: 2;
  position: fixed;
  top: 0;
  width: 27.3958%;
  height: 100%;
}
.csy_box .cys_left img,
.csy_box .cys_right img {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-behavior: url(css/cover.htc);
  behavior: url(css/cover.htc);
}
.csy_box .cys_left {
  left: 0;
}
.csy_box .cys_right {
  right: 0;
}
.csy_box2 .cys_left,
.csy_box2 .cys_right {
  z-index: 2;
  position: fixed;
  top: 0;
  width: 50%;
  height: 100%;
}

.csy_box2 .cys_left .img{
	position: absolute;
	right: 0;
	top: 50%;
	width: 44%;
	transform: translateY(-50%);
}
.csy_box2 .cys_right .img{
	position: absolute;
	left: 0;
	top: 50%;
	width: 44%;
	transform: translateY(-50%);
}

.csy_box2 .img_logo {
  position: fixed;
  left: 0;
  top: 37%;
  text-align: center;
  width: 100%;
  z-index: 3;
}
.csy_box2 .img_logo span {
  margin: 0 auto;
  display: block;
  width: 5.677%;
}
.csy_box2 .img_logo span img {
  width: 100%;
}
.csy_box2 .img_logo p {
  color: #FFFFFF;
}
.csy_box2 .img_logo .d {
  margin-top: 1.4%;
  padding-left: 11px;
  font-size: 16px;
  letter-spacing: 12px;
}
.csy_box2 .img_logo .t {
  padding-left: 7px;
  margin-top: 10px;
  text-transform: uppercase;
  letter-spacing: 8px;
}

.csy_box2 .img_logo .jinru{
	width: 146px;
	height: 37px;
	line-height: 33px;
	border: 1px solid #939393;
	display: block;
	margin: 30px auto 0;
	color: #eaeaea;
	font-size: 16px;
	text-align: center;
}

.csy_box2 .banquan {
  color: #ffffff;
  z-index: 3;
  position: fixed;
  left: 0;
  bottom: 25px;
  width: 100%;
  text-align: center;
}
.right_con {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.artwork {
  width: 100%;
  background: #000000;
}
.artwork .box {
  float: left;
  width: 33.333333333333336%;
  position: relative;
}
.artwork .box .img {
  width: 100%;
  line-height: 0;
  overflow: hidden;
}
.artwork .box .img img {
  width: 100%;
  height: 100%;
}
.artwork .box a {
  /*display: none;*/
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/icon2.png);
}
.artwork .box a .text {
  display: block;
  text-align: center;
  padding: 0 10%;
  position: relative;
  top: 50%;
  margin-top: -75px;
  color: #FFFFFF;
}
.artwork .box a .text h1 {
  background: url(../images/icon3.jpg) no-repeat center bottom;
  padding-bottom: 25px;
  font-weight: normal;
  font-size: 30px;
}
.artwork .box a .text p {
  margin-top: 10px;
  font-size: 13px;
  line-height: 26px;
}
.artwork .box:hover a {
  /*display: block;*/
}
.artwork2_con {
  position: fixed;
  left: 3.3%;
  top: 0;
  width: 96.7%;
  height: 100%;
}
.artwork2_con > ul > li {
  width: 100%;
  float: left;
  display: none;
}
.artwork2_con > ul > li .artwork2_left {
  width: 48.3%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.artwork2_con > ul > li .artwork2_left .img {
  display: block;
  width: 100%;
  height: 100%;
}
.artwork2_con > ul > li .artwork2_left .img img {
  width: 100%;
  /*height: 100%;*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-behavior: url(css/cover.htc);
  behavior: url(css/cover.htc);
}
.artwork2_con > ul > li .artwork2_left .text {
  background: url(../images/icon4.png);
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #FFFFFF;
  padding: 40% 13% 0;
}
.artwork2_con > ul > li .artwork2_left .text h1 {
  font-weight: normal;
  font-size: 30px;
  background: url(../images/icon3.jpg) no-repeat center bottom;
  padding-bottom: 16px;
}
.artwork2_con > ul > li .artwork2_left .text .t {
  margin-top: 20px;
  font-size: 14px;
  line-height: 26px;
}
.artwork2_con > ul > li .artwork2_right {
  width: 50%;
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
}
.artwork2_con > ul > li .artwork2_right ul {
  position: relative;
  width: 100%;
  height: 100%;
}
.artwork2_con > ul > li .artwork2_right ul li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  float: left;
  display: none;
}
.artwork2_con > ul > li .artwork2_right ul li .img {
  display: block;
  width: 100%;
  height: 100%;
}
.artwork2_con > ul > li .artwork2_right ul li .img img {
  width: 100%;
  /*height: 100%;*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-behavior: url(css/cover.htc);
  behavior: url(css/cover.htc);
}
.artwork2_con > ul > li .artwork2_right ul li:first-child {
  display: block;
}
.artwork2_con > ul > li .artwork2_right .art_btn {
  z-index: 9999;
  position: fixed;
  right: 47.5%;
  top: 40%;
  width: 12px;
  height: 100%;
}
.artwork2_con > ul > li .artwork2_right .art_btn a {
  float: left;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #000;
  margin: 8px 0;
}
.artwork2_con > ul > li .artwork2_right .art_btn a.cur {
  background: #FFFFFF;
}
.artwork2_con > ul > li:first-child {
  display: block;
}
.artwork2_con .ar_left,
.artwork2_con .ar_right {
  position: absolute;
  left: 25%;
  margin-left: -37.5px;
  width: 75px;
  height: 38px;
  z-index: 99;
}
.artwork2_con .ar_left {
  top: 16%;
  background: url(../images/icon5.png) no-repeat center center;
}
.artwork2_con .ar_right {
  bottom: 16%;
  background: url(../images/icon6.png) no-repeat center center;
}
.artwork2_con .ar_left1,
.artwork2_con .ar_right1 {
  position: absolute;
  width: 103px;
  height: 29px;
  bottom: 5%;
  z-index: 99;
}
.artwork2_con .ar_left1 {
  right: 40%;
  background: url(../images/icon7.png) no-repeat center center;
}
.artwork2_con .ar_right1 {
  right: 4%;
  background: url(../images/icon8.png) no-repeat center center;
}
.esteem_con {
  background: #000000;
}
.esteem_con .box {
  float: left;
  width: 33.333333333333336%;
  position: relative;
}
.esteem_con .box .img {
  line-height: 0;
  width: 100%;
  overflow: hidden;
}
.esteem_con .box .img img {
  width: 100%;
  height: 100%;
}
.esteem_con .box a {
  /*display: none;*/
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/icon2.png);
}
.esteem_con .box a .text {
  margin: 0 auto;
  background: url(../images/icon9.png) no-repeat center top;
  display: block;
  text-align: center;
  position: relative;
  padding-top: 28px;
  top: 50%;
  width: 339px;
  height: 163px;
  margin-top: -81.5px;
  color: #FFFFFF;
}
.esteem_con .box a .text h3 {
  font-weight: normal;
  color: #ffffff;
  font-size: 42px;
  text-transform: uppercase;
  font-family: arial;
  line-height: 40px;
  margin-bottom: 15px;
}
.esteem_con .box a .text h1 {
  background: url(../images/icon3.jpg) no-repeat center top;
  padding-top: 15px;
  font-weight: normal;
  font-size: 30px;
}
.esteem_con .box:hover a {
  /*display: block;*/
}
.menu_con {
  z-index: 8;
  position: fixed;
  left: 3.3%;
  top: 0;
  height: 100%;
  width: 8.2%;
  background: #333333;
}
.menu_con ul {
  position: relative;
  top: 50%;
  margin-top: -199.5px;
}
.menu_con ul li {
  text-align: center;
  height: 133px;
  border-bottom: 1px solid #373737;
}
.menu_con ul li a {
  padding-top: 34px;
  display: block;
  color: #9a9a9a;
  font-size: 16px;
  /*font-weight: bold;*/
}
.menu_con ul li a span {
  display: block;
  text-align: center;
  height: 32px;
  margin-bottom: 8px;
}
.menu_con ul li a .s1 {
  background: url(../images/icon10.png) no-repeat center center;
}
.menu_con ul li a .s2 {
  background: url(../images/icon11.png) no-repeat center center;
}
.menu_con ul li a .s3 {
  background: url(../images/icon12.png) no-repeat center center;
}
.menu_con ul li:hover,
.menu_con ul li.cur {
  background: #303030;
}
.menu_con ul li:hover a,
.menu_con ul li.cur a {
  color: #FFFFFF;
}
.menu_con ul li:hover a .s1,
.menu_con ul li.cur a .s1 {
  background: url(../images/icon10_1.png) no-repeat center center;
}
.menu_con ul li:hover a .s2,
.menu_con ul li.cur a .s2 {
  background: url(../images/icon11_1.png) no-repeat center center;
}
.menu_con ul li:hover a .s3,
.menu_con ul li.cur a .s3 {
  background: url(../images/icon12_1.png) no-repeat center center;
}
.hzjg_div h1 {
  text-align: center;
  font-weight: normal;
  color: #FFFFFF;
  font-size: 28px;
}
.hzjg_div h3 {
  text-align: center;
  color: #ededed;
  font-size: 16px;
  font-family: arial;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 10px;
}
.hzjg_div .hzjg_con {
  margin-top: 7%;
}
.hzjg_div .hzjg_con ul {
  padding: 0 7.7%;
}
.hzjg_div .hzjg_con ul li {
  float: left;
  width: 33.333333333333336%;
  border: 1px solid #484848;
}
.hzjg_div .hzjg_con ul li a {
  display: block;
}
.hzjg_div .hzjg_con ul li a img {
  width: 100%;
  max-width: 100%;
}
.box_con {
  position: relative;
}
.box_con .con_img {
  position: fixed;
  left: 0;
  top: 0;
  width: 61.3%;
  height: 100%;
}
.box_con .con_img .img {
  display: block;
  width: 100%;
  height: 100%;
}
.box_con .con_img .img img {
  width: 100%;
  /*height: 100%;*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-behavior: url(css/cover.htc);
  behavior: url(css/cover.htc);
}
.box_con .con_text {
  width: 38.8%;
  background: #333333;
  height: 100%;
  max-height: 100%;
  position: fixed;
  right: 0;
  top: 0;
}
.box_con .con_text .con_div {
  padding-top: 12%;
  padding-bottom: 10%;
}
.contact {
  padding: 0 7.7%;
}
.contact h1 {
  text-align: center;
  font-weight: normal;
  color: #FFFFFF;
  font-size: 28px;
}
.contact h3 {
  text-align: center;
  color: #ededed;
  font-size: 16px;
  font-family: arial;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 10px;
}
.contact .t {
  margin-top: 4%;
  color: #e2e2e2;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
.contact .t .c_map {
  display: block;
  width: 153px;
  height: 34px;
  color: #e2e2e2;
  border: 1px solid #7a7a7a;
  margin: 4% auto 0;
  line-height: 30px;
  text-align: left;
  padding-left: 60px;
  background: url(../images/icon13.png) no-repeat 42px center;
}
.contact .liuyan {
  margin-top: 9%;
}
.contact .liuyan .liuyan_con {
  margin-top: 6%;
}
.contact .liuyan .liuyan_con ul li {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.contact .liuyan .liuyan_con ul li input {
  width: 100%;
  height: 40px;
  line-height: 38px;
  border: 1px solid #7a7a7a;
  background: none;
  padding: 0 10px;
  color: #FFFFFF;
  font-size: 14px;
  font-family: "微软雅黑";
}
.contact .liuyan .liuyan_con ul li textarea {
  width: 100%;
  border: 1px solid #7a7a7a;
  background: none;
  color: #FFFFFF;
  font-family: "微软雅黑";
  font-size: 14px;
  padding: 5px 10px;
  height: 145px;
}
.contact .liuyan .liuyan_con ul li .btn {
  background: #828181;
  border: 1px solid #828181;
  height: 45px;
  color: #303030;
  font-size: 16px;
}
.ysg_con {
  padding: 0 7.7%;
}
.ysg_con h1 {
  text-align: center;
  font-weight: normal;
  color: #FFFFFF;
  font-size: 28px;
}
.ysg_con h3 {
  text-align: center;
  color: #ededed;
  font-size: 16px;
  font-family: arial;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 5%;
}
.ysg_con .t {
  color: #d4d4d4;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  margin-top: 2.5%;
}
.ysg_con .tn {
  text-align: center;
  color: #d4d4d4;
  font-size: 18px;
  margin-top: 8%;
}
.ysg_con .y_more {
  display: block;
  width: 158px;
  height: 40px;
  border: 1px solid #acacac;
  margin: 10% auto 0;
  text-align: center;
  line-height: 38px;
  color: #d4d4d4;
  font-size: 15px;
}
.yspjs_con {
  padding: 0 15.4%;
}
.yspjs_con h1 {
  text-align: center;
  font-weight: normal;
  color: #FFFFFF;
  font-size: 28px;
}
.yspjs_con h3 {
  text-align: center;
  color: #ededed;
  font-size: 16px;
  font-family: arial;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 10px;
}
.yspjs_con .sousuo {
  margin-top: 10%;
  width: 100%;
  height: 44px;
  border: 1px solid #878787;
}
.yspjs_con .sousuo .ip_t {
  width: 89%;
  float: left;
  border: none;
  height: 42px;
  background: none;
  padding: 0 10px;
  line-height: 42px;
  color: #FFFFFF;
  font-size: 14px;
}
.yspjs_con .sousuo .btn {
  float: right;
  width: 11%;
  background: url(../images/icon14.png) no-repeat center center;
  height: 42px;
  border: none;
  background-size: 100% 100%;
}
.yspjs_con .jianshang {
  margin-top: 15%;
}
.yspjs_con .jianshang dl dt {
  width: 144px;
  height: 144px;
  background: url(../images/icon15.png) no-repeat center center;
  text-align: center;
  line-height: 144px;
  color: #FFFFFF;
  font-size: 30px;
}
.yspjs_con .jianshang dl dd {
  padding-top: 2%;
  display: table;
  margin-left: 5%;
}
.yspjs_con .jianshang dl dd .bt {
  color: #e2e2e2;
  font-size: 18px;
}
.yspjs_con .jianshang dl dd .t {
  margin-top: 4%;
  color: #f3f3f3;
  font-size: 24px;
}
.yspjs_con .jianshang dl dd .tn {
  margin-top: 5%;
  color: #e2e2e2;
  font-size: 14px;
}
.yspjs_con .jianshang dl dd .tn span {
  font-size: 18px;
  font-family: arial;
}
@media (max-width: 1440px) {
  .yspjs_con .jianshang dl dt {
    float: none;
    margin: 0 auto;
  }
  .yspjs_con .jianshang dl dd {
    padding-top: 6%;
    margin-left: 0;
    text-align: center;
    width: 100%;
  }
}
.ysgzl_box .ysgzl_dt {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ysgzl_box .ysgzl_dt ul {
  position: relative;
  width: 100%;
  height: 100%;
}
.ysgzl_box .ysgzl_dt ul li {
  float: left;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.ysgzl_box .ysgzl_dt ul li span {
  display: block;
  width: 100%;
  height: 100%;
}
.ysgzl_box .ysgzl_dt ul li span img {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-behavior: url(css/cover.htc);
  behavior: url(css/cover.htc);
  /*height: 100%;*/
}
.ysgzl_box .ysgzl_dt ul li:first-child {
  display: block;
}
.ysgzl_box .ysgzl_dt .prev,
.ysgzl_box .ysgzl_dt .next {
  display: block;
  width: 4%;
  position: absolute;
  top: 35%;
}
.ysgzl_box .ysgzl_dt .prev img,
.ysgzl_box .ysgzl_dt .next img {
  width: 100%;
}
.ysgzl_box .ysgzl_dt .prev {
  left: 3%;
}
.ysgzl_box .ysgzl_dt .next {
  right: 3%;
}
.ysgzl_box .ysgzl_xt {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: url(../images/icon18.png);
  padding: 20px 0;
}
.ysgzl_box .ysgzl_xt .ysgzl_list {
  overflow: hidden;
  position: relative;
  width: 90%;
  height: 107px;
  margin: 0 auto;
}
.ysgzl_box .ysgzl_xt .ysgzl_list ul li {
  float: left;
  width: 12.5%;
  cursor: pointer;
}
.ysgzl_box .ysgzl_xt .ysgzl_list ul li span {
  display: block;
  margin: 0 2%;
}
.ysgzl_box .ysgzl_xt .ysgzl_list ul li span img {
  width: 100%;
}
.ysgzl_box .ysgzl_xt .ysgzl_list ul li:hover span img,
.ysgzl_box .ysgzl_xt .ysgzl_list ul li.cur span img {
  border: 2px solid #666666;
}
@media (max-width: 1680px) {
  .ysgzl_box .ysgzl_xt .ysgzl_list {
    height: 94px;
  }
}
@media (max-width: 1600px) {
  .ysgzl_box .ysgzl_xt .ysgzl_list {
    height: 90px;
  }
}
@media (max-width: 1440px) {
  .ysgzl_box .ysgzl_xt .ysgzl_list {
    height: 81px;
  }
}
@media (max-width: 1366px) {
  .ysgzl_box .ysgzl_xt .ysgzl_list {
    height: 77px;
  }
}
@media (max-width: 1360px) {
  .ysgzl_box .ysgzl_xt .ysgzl_list {
    height: 76px;
  }
}
@media (max-width: 1280px) {
  .ysgzl_box .ysgzl_xt .ysgzl_list {
    height: 71px;
  }
}
@media (max-width: 1024px) {
  .ysgzl_box .ysgzl_xt .ysgzl_list {
    height: 58px;
  }
}
.ysgzl_box .ysgzl_xt .prev1,
.ysgzl_box .ysgzl_xt .next1 {
  display: block;
  width: 1.6%;
  position: fixed;
  bottom: 20px;
}
.ysgzl_box .ysgzl_xt .prev1 img,
.ysgzl_box .ysgzl_xt .next1 img {
  width: 100%;
}
.ysgzl_box .ysgzl_xt .prev1 {
  left: 2%;
}
.ysgzl_box .ysgzl_xt .next1 {
  right: 2%;
}
.yshd_div .yshd_list {
  position: fixed;
  left: 3.3%;
  top: 0;
  height: 100%;
  width: 8.2%;
  background: #333333;
  padding-top: 20%;
}
.yshd_div .yshd_list ul li {
  text-align: right;
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
.yshd_div .yshd_list ul li > a {
  display: inline-block;
  color: #afadae;
  font-size: 16px;
  background: url(../images/icon21.jpg) no-repeat right center;
  padding-right: 16px;
}
.yshd_div .yshd_list ul li .t {
  width: 100%;
  display: none;
  margin-top: 5px;
}
.yshd_div .yshd_list ul li .t a {
  display: block;
  background: url(../images/icon21.jpg) no-repeat right center;
  padding-right: 16px;
  color: #9c9b9c;
  font-size: 16px;
  font-family: arial;
  line-height: 28px;
}
.yshd_div .yshd_list ul li .t a:hover {
  color: #FFFFFF;
}
.yshd_div .yshd_list ul li:hover > a,
.yshd_div .yshd_list ul li.cur > a {
  color: #FFFFFF;
}
.yshd_div .yshd_list ul li.cur .t .cur {
  color: #FFFFFF;
}
.yshd_div .yshd_con {
  width: 88.5%;
  right: 0;
  position: fixed;
  top: 0;
  height: 100%;
}
.yshd_div .yshd_con .yshd_nr {
  width: 100%;
}
.yshd_div .yshd_con .yshd_nr ul li {
  width: 100%;
  float: left;
  background: #333333;
  border-bottom: 2px solid #393939;
}
.yshd_div .yshd_con .yshd_nr ul li .img {
  width: 36.4%;
  float: left;
  line-height: 0;
}
.yshd_div .yshd_con .yshd_nr ul li .img img {
  width: 100%;
}
.yshd_div .yshd_con .yshd_nr ul li .text {
  width: 63.6%;
  float: left;
  padding: 3% 10% 0 2%;
}
.yshd_div .yshd_con .yshd_nr ul li .text .bt {
  display: block;
  color: #999999;
  font-size: 22px;
}
.yshd_div .yshd_con .yshd_nr ul li .text span {
  margin-top: 10px;
  display: block;
  color: #bfbfbf;
  font-size: 13px;
  font-family: arial;
  text-transform: uppercase;
}
.yshd_div .yshd_con .yshd_nr ul li .text .bg {
  margin: 0.8% 0 1.2%;
  display: block;
  width: 10%;
}
.yshd_div .yshd_con .yshd_nr ul li .text .bg img {
  width: 100%;
}
.yshd_div .yshd_con .yshd_nr ul li .text .t {
  color: #b2b2b2;
  font-size: 14px;
  line-height: 24px;
}
.yshd_div .yshd_con .yshd_nr ul li .text .more {
  display: block;
  width: 46px;
  height: 46px;
  margin-top: 5%;
}
.yshd_div .yshd_con .yshd_nr ul li:last-child {
  border-bottom: none;
}
.yshd_div .yshd_con .yshd_nr ul li:hover {
  background: #303030;
}
.yshd_div .yshd_con .yshd_nr ul li:hover .text .bt {
  color: #FFFFFF;
}
.yshd2_nr {
  width: 100%;
  background: #333333;
}
.yshd2_nr .img_t {
  position: relative;
}
.yshd2_nr .img_t span {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0;
}
.yshd2_nr .img_t span img {
  width: 100%;
}
.yshd2_nr .img_t .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/icon25.png);
  padding-top: 15%;
}
.yshd2_nr .img_t .text h1 {
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  font-weight: normal;
}
.yshd2_nr .img_t .text .t_nr {
  margin-top: 2%;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}
.yshd2_nr .img_t .text .more {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 5%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
}
.yshd2_nr .yshd2_text {
  text-align: center;
  padding: 4% 25%;
}
.yshd2_nr .yshd2_text .bt {
  color: #999999;
  font-size: 18px;
}
.yshd2_nr .yshd2_text .t {
  margin-top: 15px;
  color: #999999;
  font-size: 14px;
  line-height: 26px;
}
.yshd2_nr .yshd2_text .img {
  margin-top: 3%;
  margin-bottom: 3%;
  line-height: 0;
}
.yshd2_nr .yshd2_text .img img {
  max-width: 100%;
}
.box_con .ysjjs_img {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 2;
  width: 61.9%;
}
.box_con .ysjjs_img ul {
  position: relative;
  width: 100%;
  height: 100%;
}
.box_con .ysjjs_img ul li {
  position: absolute;
  left: 0;
  top: 0;
  float: left;
  display: none;
  width: 100%;
  height: 100%;
}
.box_con .ysjjs_img ul li .img {
  display: block;
  width: 100%;
  height: 100%;
}
.box_con .ysjjs_img ul li .img img {
  width: 100%;
  /*height: 100%;*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-behavior: url(css/cover.htc);
  behavior: url(css/cover.htc);
}
.box_con .ysjjs_img ul li:first-child {
  display: block;
}
.box_con .ysjjs_img .ysj_btn {
  z-index: 9999;
  position: fixed;
  left: 59%;
  top: 40%;
  width: 12px;
  height: 100%;
}
.box_con .ysjjs_img .ysj_btn a {
  float: left;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #000;
  margin: 8px 0;
}
.box_con .ysjjs_img .ysj_btn a.cur {
  background: #FFFFFF;
}
.ysj_text {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 38.1%;
  background: #333333;
}
.ysj_text .con_div {
  padding-top: 8%;
  padding-bottom: 8%;
}
.ysjjs_div h1 {
  text-align: center;
  font-weight: normal;
  color: #FFFFFF;
  font-size: 28px;
}
.ysjjs_div h3 {
  text-align: center;
  color: #ededed;
  font-size: 16px;
  font-family: arial;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 10px;
}
.ysjjs_div .img {
  margin-top: 5%;
  text-align: center;
  line-height: 0;
}
.ysjjs_div .img img {
  max-width: 100%;
}
.ysjjs_div .text {
  padding: 5% 15% 0;
}
.ysjjs_div .text span {
  display: block;
  text-align: center;
  color: #f7f7f7;
  font-size: 18px;
  font-family: arial;
  text-transform: uppercase;
}
.ysjjs_div .text h2 {
  font-weight: normal;
  color: #FFFFFF;
  font-size: 20px;
  text-align: center;
  margin-top: 2%;
}
.ysjjs_div .text .name {
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  margin-top: 3%;
}
.ysjjs_div .text .t {
  text-align: center;
  color: #d4d4d4;
  font-size: 14px;
  margin-top: 2%;
  line-height: 24px;
}
.ysjjs_div .honor {
  margin-top: 5%;
}
.ysjjs_div .honor .honor_con {
  margin-top: 3%;
  background: url(../images/icon26.png) no-repeat center 36px;
}
.ysjjs_div .honor .honor_con .honor_sj {
  width: 70%;
  margin: 0 auto;
}
.ysjjs_div .honor .honor_con .honor_sj .te {
  width: 100%;
  text-align: center;
  float: left;
  cursor: pointer;
}
.ysjjs_div .honor .honor_con .honor_sj .te span {
  display: block;
  text-align: center;
  color: #a6a6a5;
  font-size: 14px;
  font-family: arial;
  margin-bottom: 6px;
}
.ysjjs_div .honor .honor_con .honor_sj .te i {
  display: block;
  width: 29px;
  height: 29px;
  margin: 0 auto;
  background: url(../images/icon27.jpg) no-repeat center center;
}
.ysjjs_div .honor .honor_con .honor_sj .slick-center .te {
  position: relative;
  top: -3px;
}
.ysjjs_div .honor .honor_con .honor_sj .slick-center .te span {
  color: #FFFFFF;
  font-size: 16px;
}
.ysjjs_div .honor .honor_con .honor_sj .slick-center .te i {
  width: 29px;
  height: 29px;
  background: url(../images/icon28.jpg) no-repeat center center;
}
.ysjjs_div .honor .honor_con .honor_nr {
  overflow: hidden;
  width: 70%;
  margin: 3% auto 0;
  text-align: center;
  color: #a7a7a7;
  font-size: 14px;
  line-height: 26px;
}
/*# sourceMappingURL=public.css.map */
.yy_bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.yy_bg .u_img {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.yy_bg .u_img img {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-behavior: url(css/cover.htc);
  behavior: url(css/cover.htc);
}
.yy_bg .u_text {
  z-index: 99;
  position: fixed;
  left: 50%;
  top: 22%;
  margin-left: -209px;
  width: 418px;
}
.yy_bg .u_text ul li {
  width: 100%;
  float: left;
  margin-bottom: 12px;
}
.yy_bg .u_text ul li input {
  padding: 0 20px;
  font-size: 16px;
  color: #FFFFFF;
  background: none;
  height: 48px;
  line-height: 46px;
  width: 100%;
  border: 1px solid #aeaeae;
}
.yy_bg .u_text ul li .u_renshu {
  width: 100%;
  height: 48px;
  border: 1px solid #aeaeae;
  position: relative;
}
.yy_bg .u_text ul li .u_renshu .ch {
  padding: 0 20px;
  background: url(../images/yy_icon2.png) no-repeat 374px center;
  width: 100%;
  height: 46px;
  line-height: 46px;
  display: block;
  cursor: pointer;
  color: #969494;
  font-size: 16px;
  overflow: hidden;
}
.yy_bg .u_text ul li .u_renshu .ch_con {
  display: none;
  z-index: 9;
  border: 1px solid #aeaeae;
  position: absolute;
  left: -1px;
  top: 47px;
  width: 418px;
  background: #242424;
  padding: 15px 20px;
}
.yy_bg .u_text ul li .u_renshu .ch_con a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
  font-size: 13px;
  display: block;
  line-height: 26px;
}
.yy_bg .u_text ul li .u_renshu .ch_con a:hover {
  text-decoration: underline;
}
.yy_bg .u_text ul li .u_con {
  position: relative;
  border: 1px solid #aeaeae;
  width: 100%;
  height: 48px;
  padding: 0 20px;
}
.yy_bg .u_text ul li .u_con .u_t {
  line-height: 46px;
  float: left;
  color: #969494;
  font-size: 16px;
  width: 113px;
}
.yy_bg .u_text ul li .u_con .u_div {
  float: left;
  display: table;
  line-height: 46px;
  color: #bababa;
  font-size: 16px;
  font-family: arial;
}
.yy_bg .u_text ul li .u_con .u_div span {
  display: inline-block;
  margin: 0 10px;
}
.yy_bg .u_text ul li .u_con .img {
  cursor: pointer;
  float: right;
  width: 19px;
  height: 12px;
  display: block;
  margin-top: 17px;
}
.yy_bg .u_text ul li .u_con .u_shijian {
  display: none;
  z-index: 9;
  position: absolute;
  left: -1px;
  top: 47px;
  width: 418px;
  border: 1px solid #565656;
  background: #242424;
  padding: 30px 20px 20px;
}
.yy_bg .u_text ul li .u_con .u_shijian .u_bt {
  line-height: 24px;
}
.yy_bg .u_text ul li .u_con .u_shijian .u_bt .d {
  display: table;
  float: left;
  font-size: 20px;
  color: #FFFFFF;
}
.yy_bg .u_text ul li .u_con .u_shijian .u_bt .jt {
  display: table;
  float: right;
}
.yy_bg .u_text ul li .u_con .u_shijian .u_bt .jt a {
  margin-top: 8px;
  display: inline-block;
  float: left;
  margin-left: 20px;
  width: 20px;
  height: 12px;
}
.yy_bg .u_text ul li .u_con .u_shijian .u_bt .jt .u_l {
  background: url(../images/yy_icon6.png) no-repeat center center;
}
.yy_bg .u_text ul li .u_con .u_shijian .u_bt .jt .u_l:hover {
  background: url(../images/yy_icon8.png) no-repeat center center;
}
.yy_bg .u_text ul li .u_con .u_shijian .u_bt .jt .u_r {
  background: url(../images/yy_icon7.png) no-repeat center center;
}
.yy_bg .u_text ul li .u_con .u_shijian .u_bt .jt .u_r:hover {
  background: url(../images/yy_icon9.png) no-repeat center center;
}
.yy_bg .u_text ul li .u_con .u_shijian .u_nr {
  margin-top: 20px;
}
.yy_bg .u_text ul li .u_con .u_shijian .u_nr .u_nr_bt span {
  display: inline-block;
  float: left;
  color: #eaeaea;
  font-size: 15px;
  margin-right: 39px;
  width: 20px;
  text-align: center;
}
.yy_bg .u_text ul li .u_con .u_shijian .u_nr .u_nr_bt span.last {
  margin-right: 0;
}
.yy_bg .u_text ul li .u_con .u_shijian .u_nr .u_nr_con {
  margin-top: 15px;
}
.yy_bg .u_text ul li .u_con .u_shijian .u_nr .u_nr_con span {
  cursor: pointer;
  width: 20px;
  text-align: center;
  display: inline-block;
  float: left;
  color: #aaaaaa;
  font-size: 18px;
  line-height: 30px;
  font-family: arial;
  margin-right: 39px;
}
.yy_bg .u_text ul li .u_con .u_shijian .u_nr .u_nr_con span:nth-child(7n) {
  margin-right: 0;
}
.yy_bg .u_text ul li .u_con .u_shijian .u_nr .u_nr_con span.cur,
.yy_bg .u_text ul li .u_con .u_shijian .u_nr .u_nr_con span:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
.yy_bg .u_text ul li .u_con .u_xs {
  padding: 0;
}
.yy_bg .u_text ul li .u_con .u_xs .xiaoshi {
  padding-top: 15px;
  width: 343px;
  float: left;
  text-align: center;
}
.yy_bg .u_text ul li .u_con .u_xs .xiaoshi a {
  display: block;
  width: 100%;
  height: 42px;
  line-height: 42px;
  color: #6e6e6e;
  font-size: 18px;
  font-family: arial;
}
.yy_bg .u_text ul li .u_con .u_xs .xiaoshi a:hover,
.yy_bg .u_text ul li .u_con .u_xs .xiaoshi a.cur {
  background: #1b1b1b;
  color: #FFFFFF;
}
.yy_bg .u_text ul li .u_con .u_xs .ujt {
  border-left: 1px solid #2c2c2c;
  float: right;
  width: 73px;
}
.yy_bg .u_text ul li .u_con .u_xs .ujt a {
  border-bottom: 1px solid #2c2c2c;
  display: block;
  width: 100%;
  height: 100px;
  line-height: 100px;
  text-align: center;
}
.yy_bg .u_text ul li .u_con .u_xs .ujt .u_l {
  background: url(../images/yy_icon6.png) no-repeat center center;
}
.yy_bg .u_text ul li .u_con .u_xs .ujt .u_l:hover {
  background: #1b1b1b url(../images/yy_icon8.png) no-repeat center center;
}
.yy_bg .u_text ul li .u_con .u_xs .ujt .u_r {
  background: url(../images/yy_icon7.png) no-repeat center center;
}
.yy_bg .u_text ul li .u_con .u_xs .ujt .u_r:hover {
  background: #1b1b1b url(../images/yy_icon9.png) no-repeat center center;
}
.yy_bg .u_text ul li .u_btn {
  width: 100%;
  border: none;
  background: #989898;
  color: #ffffff;
  font-size: 16px;
  font-family: "微软雅黑";
}
.yy_bg .u_fanhui {
  z-index: 5;
  position: fixed;
  left: 0;
  bottom: 18%;
  width: 100%;
  text-align: center;
}
.yy_bg .u_fanhui .img {
  display: block;
}
.yy_bg .u_fanhui .t {
  color: #9f9f9f;
  font-size: 16px;
  margin-top: 10px;
}

/**20160623**/
.yspjs_con .zs_div {
  margin-top: 15%;
}
.yspjs_con .zs_div ul li {
  float: left;
  width: 233px;
  height: 146px;
}
.yspjs_con .zs_div ul li:nth-child(2n) {
  float: right;
}
.yspjs_con .zs_div ul li a {
  display: block;
  width: 233px;
  height: 146px;
  position: relative;
}
.yspjs_con .zs_div ul li a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}


.Animation-link-txt {-webkit-transform: translateZ(0); transform: translateZ(0); opacity: 0; -webkit-filter: blur(1rem); filter: blur(1rem); transition-property: all; transition-duration: 0.8s; transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75)}
.esteem_con .box:hover .Animation-link-txt, .artwork .box:hover .Animation-link-txt {opacity: 1; -webkit-filter: blur(0); filter: blur(0); -webkit-transform: translateZ(200px); transform: translateZ(200px) }
.Animation-link-img { -webkit-transform: perspective(500px) translateZ(0); transform: perspective(500px) translateZ(0); transition-property: -webkit-transform; transition-property: transform; transition-duration: 10s; transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75)}
.esteem_con .box:hover .Animation-link-img, .artwork .box:hover .Animation-link-img {-webkit-transform: perspective(500px) translateZ(100px); transform: perspective(500px) translateZ(100px)}

/*.hpbox { width: 100%; height: 100%; position: relative;}*/
@media (max-width:640px) {
	body { height:100%;}
	
	.container{
		width: 100%; height:100%;
	}
	.csy_box,.csy_box2{
		position: relative;
	}
	.csy_box2 .cys_left, .csy_box2 .cys_right{
		position: absolute;
	}
	.csy_box .cys_img{
		position: relative;
	}
	.csy_box2 .img_logo{
		position: absolute;
		top: 15%;
	}
	.csy_box2 .banquan{
		position: absolute;	
		bottom: 10px;
	}
	.csy_box2 .img_logo .d{
		font-size: 12px;
	}
	.csy_box2 .img_logo .t{
		font-size: 10px;	
		margin-top: 3px;
	}
	.csy_box2 .img_logo .jinru{
		font-size: 12px;
		margin-top: 8px;
		height: 28px;
		line-height: 26px;
		width: 90px;
	}
	
	
	.home_left{
		width: 8.4375%; height:100%;
	}

  .hpbox { width: 100%; height: 100%; position: relative;}
  .home_left .search { height: auto; padding-top: 27.8%;}
  .home_left .search a { width: 38.9%; height: 0; padding-top: 38.9%; background-size:100% auto;}
  .home_left .yuyue { height: auto; padding-top: 51.9%;}
  .home_left .yuyue a { width: 38.9%; height: 0; padding-top: 38.9%; background-size:100% auto;}
  .home_left .nav { height: auto; /*padding-top: 148.2%; position: relative;*/ top: 52%; margin-top: 0;}
  .home_left .nav a { width: 38.9%; height: 0; padding-top: 29.63%; background-size:100% auto;}
  .home_left .logo { bottom: 0; padding-bottom: 37.04%;}
  .home_left .logo a { width: 100%; height: auto; text-align: center;}
  .home_left .logo a img { max-width: 55.6%;}

  .home_left .left_con { position: absolute; overflow: hidden; width: 926%; left: -926%; font-size:10px;}
  .topfixcon { width: 92%; margin: 0 auto;}
  .home_left .left_con .search_btn { float: left; width: 45.24%; margin: 21px 0 0; height:2em;}
  .home_left .left_con .search_btn #pjax_verify { height:2em;}
  .home_left .left_con .search_btn .ip_btn { background-size:70% auto; height:100%;}
  .home_left .left_con .search_btn .ip_text { font-size:1em; height:100%; line-height:2em;}
  .home_left .left_con .home_con .yy_con { display:block; float:right;}
  .home_left .left_con .home_con .yy_con a { background-size:auto 90%; font-size:1em; line-height:1.6em; padding-left:1.8em;}
  .home_left .left_con .home_con { float: right; width: 40%; margin: 24px 0 0;}
  .home_left .left_con .home_con .language { display:none;}
  .home_left .left_con .home_con .language a { font-size:1em;}
  .home_left .left_con .menu { margin-top: 11.9%;}
  .home_left .left_con .menu .logo_btn { float: left; width: 30%; text-align: center; height:auto;}
  .home_left .left_con .menu .logo_btn img { width:41%;}
  .home_left .left_con .menu .nav_con { float: left; width: 70%; margin-top: 0;}
  .home_left .left_con .menu .nav_con ul li { float: left; width: 50%; padding-top: 0; border-bottom: 0; text-align: right; padding-bottom: 10%;}
  .home_left .left_con .menu .nav_con ul li.cur a, .home_left .left_con .menu .nav_con ul li:hover, .home_left .left_con .menu .nav_con ul li:hover a { border-bottom: 0;}
  .home_left .left_con .menu .nav_con ul li a { padding-bottom: 0; font-size:1em;}
  .home_left .left_con .menu .nav_con ul li a em { font-size:0.9em;}
  .home_left .left_con .menu .nav_con ul li:nth-child(3), .home_left .left_con .menu .nav_con ul li:nth-child(4) { padding-bottom: 0;}
  .home_left .left_con .foot { text-align: center; color: #bdbdbd; padding: 0; width: 100%; bottom: 7.4%; font-size:1em;}
	
	.box_con { height:100%; overflow:hidden; overflow-y:auto;}
	.home_right{
		width: 91.5625%;
		position: absolute;
		min-height: auto;
		height: 100%; overflow:hidden; overflow-y:auto; background-color:#000000;
		
	}
	.menu_con { left:8.4375%;}
	.menu_con ul li { height:auto;}
	.home_right .banner{
		position: relative;
		height: auto;
		padding-top: 51%;
		background: #000;
	}
	.home_right .banner ul{
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
	}
	.home_right .banner ul li{
		height: auto;
	}
	.home_right .banner .arrow{
		bottom: 0;
	}
	.home_right .banner .arrow a{
		width: 40px;
		height: 23px;
	}	
	.home_right .banner .arrow a.cur{
		width: 40px;
		height: 23px;
		border: 1px solid #fff;
	}
	.box_con .con_img{
		position: relative;
		width: 100%;
		font-size: 0;
	}
	.box_con .ysjjs_img .ysj_btn { position:absolute;}
	.ysj_text { position:relative; width:100%; height:auto;}
	.box_con .con_text{
		position: relative;
		width: 100%;
	}
	
	
	.yy_bg{
		position: relative;
		padding: 0 20px;
	}
	.yy_bg .u_text{
		width: 100%;
		position: relative;
		left: auto;
		margin-left: 0;
		top: 0;
		margin-top: 22%;
	}
	.yy_bg .u_text ul li .u_renshu .ch{
		position: relative;
		background: none;
	}
	.yy_bg .u_text ul li .u_renshu .ch:before{
		content: "";
		position: absolute;
		right: 20px;
		top: 50%;
		transform: translateY(-50%);
		width: 21px;
		height: 11px;
		background: url("../images/yy_icon2.png") no-repeat center center;
	}
	
	.yshd_div { position:relative; height:100%;}
	.yshd_div .yshd_list { left: 0; width:10%; position:absolute; padding-top:0;}
	.yshd_div .yshd_list ul { padding-top:100%;}
	.yshd_div .yshd_con { width: 90%; position:absolute;}
	
	.artwork2_con { position:relative; width:100%; left:0; overflow-y:auto;}
	.artwork2_con > ul > li .artwork2_right .art_btn { position:absolute;}
}



@media (max-width:360px) {
	.csy_box2 .img_logo .d{
		font-size: 10px;
	}
	.csy_box2 .img_logo .t{
		font-size: 8px;	
	}
	.csy_box2 .banquan{
		font-size: 10px;
	}
}

.fanhui{
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	height: 64px;
	z-index: 99999;
	display: block;
}

















