﻿.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix {
    zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    clear: both;
    height: 0;
}
header{
 background: #fff;
position: relative;
}
.header-top-wrap {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
}

.header-wrap {
   position: fixed;
    width: 100%;
    height: 120px;
    z-index: 9;
    background: #fff;
}


.header-top-logo a {
  display: block;
  width: 50%;
  padding-right: 15px;
  border-right: 1px solid #ddd;
  
}

.header-top-logo a img {
    display: block;
    width: 100%;
    height: 100%;
}

.header-top-logo p {
    font-size: 20px;
    text-align: left;
    font-family: " VIVO-FONT-WEB-BOLD", " VIVO-FONT-NAV-BOLD", sans-serif;
    color: #ffb800;
	position:relative;
	left:22px;
	font-weight:500;
	line-height:1.2;
}

.header-top-search {
    width: 280px;
    height: 38px;
    padding-left: 15px;
    border: 1px solid #30b2ce;
	margin-top:5px;
}
@media (max-width: 1400px){
  .nav-wrap{
   display: flex
  }
  .menu-item{
    padding: 0px 10px;
  }
   .header-top-search{
        display: none;
    }
}


@media (max-width: 768px) {
    .header-top-logo p{
        font-size: 15px;
    }
    .nav-left{
        display: none;
    }
    .header-top-search{
        display: none;
    }
  .menu-item{
    float: left;
    padding: 0px 5px;
  }
  .menu-item a{
   font-size: 14px;
  }
  .heming-name{
     width: 100%;
    height: 38px;
    margin-top: 10px;
  }
  .search .hd ul li{
    padding-right: 21px;
  }
  .footer-fl{
      display: none;
  }
}
.search-input {
    line-height: 36px;
    width: 73%;
}
.header-top-tal{
      display: flex;
	  padding-top:5px;
}
.header-top-tal span{
font-size: 30px;
 font-weight: 700;
 color: #ffb800;
 padding-top:10px;
}
.nav-left {
    width: 210px;
    height: 50px;
    line-height: 50px;
    background: #ffb800;
    font-size: 18px;	
    color: #fefefe;
    padding-left: 30px;
    margin-right: 20px;
    position: relative;
}

.nav-left .nav-left-img {
    display: block;
    margin-right: 20px;
    cursor: pointer;
    font-size: 24px;
}

.nav {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    line-height: 30px;
}
.nav li.has-submenu:hover::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0px;
    bottom: 0px;
    background-color: #ffffff;
    z-index: 999;
}
.menu-item {
    position: relative;
    line-height: 46px;
    padding: 0px 12px;
}

.menu-item a {
    color: #333;
    font-size: 19px;
    text-decoration: none;
}
.banner {
  padding-top: 120px;
}
.submenu {

    z-index: 9;
    position: absolute;
    background-color: #fff;
    width: 680px;
    height: 347px;
    left: -46px;
    top: 46px;
    border: 2px solid #ffb800;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.submenu li {
    float: left;
    display: block;
    border-right: 1px solid #eee;
    margin: 5px 0 0 5px;
    padding-right: 10px;
    width: 32%;
    box-sizing: border-box;
  text-align: center;
}

.submenu li .ri-ri-let {
    font-weight: 600;
    font-size: 16px;
}

.submenu li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #333;
    line-height: 1;
  font-size: 14px;
}

.fw-gigd {}

.submenu li a:hover {
    color: #ffb800;
}

.submenu li:last-child {
    border-right: none;
}

.submenu li img {
    width: 100%;
    height: 100%;
}

.submenu li p {
    font-size: 14px;
    color: #999;
    padding-left: 30px;
}

.submenu li a span {
    display: block;
    width: 18px;
    height: 18px;
}

.bannter{ width:100%; height:550px; overflow:hidden; position:relative; border:1px solid #ddd; padding-top:120px; }
		.bannter .hd-lb{ height:15px; overflow:hidden; position:absolute; right:50%; bottom:5px; z-index:1; }
		.bannter .hd-lb ul{ overflow:hidden; zoom:1; text-align: center;  }
		.bannter .hd-lb ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
		.bannter .hd-lb ul li.on{ background:#f00; color:#fff; }
		.bannter .bd-lbt{ position:relative; height:100%; z-index:0;   }
		.bannter .bd-lbt li{ zoom:1; vertical-align:middle; }
		.bannter .bd-lbt img{ width:100%; height:550px; display:block;  }

		/* 下面是前/后按钮代码，如果不需要删除即可 */
		.bannter .prev,
		.bannter .next{ position:absolute; left:1%; top:60%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/lunbojian.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
		.bannter .next{ left:auto; right:1%; background-position:8px 5px; }
		.bannter .prev:hover,
		.bannter .next:hover{ filter:alpha(opacity=100);opacity:1;  }
		.bannter .prevStop{ display:none;  }
		.bannter .nextStop{ display:none;  }


.layui-this img{
  width:100%;
}
.left-muen2 {
    left: -202px;
}

.left-muen3 {
    left: -343px;
}

.left-muen4 {
    left: -426px;
}

.left-muen5 {
    /*left: -582px;*/
  width: 160px;
  left: -25px;
}
.left-muen5>li{
  float: right;
  width: 100%;
  text-align: center;;
}

.left-muen6 {
   width: 160px;
  left: -25px;
}
.left-muen6>li{
  float: right;
  width: 100%;
  text-align: center;;
}
menu-item.has-submenu:hover {
    border: 2px solid #ff6700;
}

.menu-item.has-submenu .submenu {
    display: none;
}

.menu-item.has-submenu:hover .submenu {
    display: block;
}

.nav-left:hover .nav-down {
    display: block;
}

/*导航下拉*/
.nav-down {
    position: absolute;
    left: 0;
    top: 50px;
    width: 240px;
    height: 420px;
    line-height: 1;
    background-color: #1e2030;
    background: rgba(30, 32, 48, .8);
    filter: alpha(opacity=80);
    z-index: 99;
    display: none;
    box-sizing: border-box;
    padding: 10px 0;
}

.nav-down li.nav-down-item {
    width: 240px;
    height: 80px;
    position: relative;
}

.nav-down li a.nav-down-a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    padding: 20px 0 15px 56px;
    position: relative;
}

.nav-down li p {
    font-size: 14px;
    color: #999;
    padding-left: 30px;
}

.nav-down li a.nav-down-a span {
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 20px;
    left: 30px;
}

.ni-box-down ul {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
}

.ni-box-down ul li {
    display: flex;
    align-items: center;
}

.ni-box-down ul li a {
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 1;
}

.nav-down li .nav-arrow {
    display: block;
    width: 7px;
    height: 12px;
    position: absolute;
    top: 23px;
    right: 20px;
}

.ni-box-down ul li a:hover {}

.nav-down-item:hover {
    background: #373947;
}

.nav-down-item:hover .ni-box {
    display: block;
}

.ni-box {
    width: 546px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 240px;
    padding: 0 40px 23px 30px;
    box-sizing: border-box;
    display: none;
}

.ni-box h2 {
    font-size: 16px;
    color: #333;
    font-weight: normal;
    border-left: 2px solid #8a8a8a;
    padding-left: 17px;
    margin: 30px 0 23px;
}

.ni-box1:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: -6px;
    top: 38px;
    border-right: 6px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

.ni-box2:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: -6px;
    top: 38px;
    border-right: 6px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

.ni-box3:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: -6px;
    top: 38px;
    border-right: 6px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

.ni-box4:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: -6px;
    top: 38px;
    border-right: 6px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

.ni-box5:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: -6px;
    top: 38px;
    border-right: 6px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

.ni-box5 {
    padding-bottom: 28px;
}

.ni-box-down li a {
    display: block;
    font-size: 14px;
    color: #666;
    border-left: 1px solid #e5e5e5;
    padding-left: 10px;
}

.nav-menu {
    width: auto;
    height: 50px;
    float: right;
    position: relative;
    z-index: 6;
}

.nav-a {
    display: block;
    color: #424b50;
    height: 46px;
    width: 104px;
    text-align: center;
    line-height: 83px;
    font-size: 16px;
    position: relative;
    z-index: 998;
    background-color: #fff;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
}

.nav-menu ul li {
    float: left;
    border-top: 3px solid #fff;
}




.search {
    text-align: center;
    padding: 50px 0px;
}

.search .hd {
    height: 50px;
    line-height: 50px;
    padding: 0 10px 0 20px;
    position: relative;

}

.search .hd ul {
    height: 50px;
    display: flex;
    justify-content: center;
}

.search .hd ul li {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    color: #787878;
    padding-right: 57px;
    padding-bottom: 35px;
    cursor: pointer;
}

.search .hd ul li.on {
    height: 35px;
    color: #2faaff;
}

.search .bd {
    padding: 15px;
    zoom: 1;
    display: flex;
    justify-content: center;
}

.heming-name {
    width: 25%;
    height: 62px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background: #f4f5f9;
}

.heming-name .zhcq2 {
    display: block;
    width: 1px;
    height: 22px;
    background: #d2d2d2;
    position: absolute;
    top: 21px;
    right: 0px;
}

.heming-name input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 62px;
    font: 14px / 22px '微软雅黑';
    color: #333;
    outline: 0;
    border: none;
    margin: 0;
    padding-left: 30px;
    background: none;
}

.heming-name {
    width: 223px;
    height: 62px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.heming-name .sp2,
.heming-trade .sp2 {
    display: block;
    width: 1px;
    height: 22px;
    background: #d2d2d2;
    position: absolute;
    top: 21px;
    right: 0px;
}

.heming-btn,
.counter-btn,
.tax-btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 178px;
    height: 62px;
    line-height: 54px;
    display: block;
    background: #ffb800;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    border: none;
    outline: none;
    border-radius: 0 4px 4px 0;
}

.zinded-btn {
    display: flex;
}

.jw-pic {
    height: 419px;
    background: url(../images/jw-pic.jpg);
}

.jw-pic li {
    width: 294px;
    height: 150px;
    background: #fff;
    float: left;
    display: inline;
    box-shadow: 0 0 8px #ccc;
    margin-right: 8px;
}

.jw-pic li:last-child {
    float: right;
    margin-right: 0;
}

.jw-pic li img {
    float: left;
    margin: 28px 0 0 12px;
}

.jw-pic li img:hover {
    transition: 0.8s;
    transform: rotateY(360deg);
}
.jw-pic ul{
      display: flex
;
}
.jw-pic li {
    width: 294px;
    display: block;
}

.jw-pic li .r {
   width: 100%;
    height: 94px;
    margin: 28px 12px 0 0;
}

.jw-pic li .r h3 {
    font-size: 17px;
    font-weight: normal;
}

.jw-pic li .r span {
    color: #da1215;
    border: 1px solid #da1215;
    border-radius: 2px;
    font-size: 12px;
    padding: 1px 5px;
    margin-left: 10px;
}

.jw-pic li .r p {
    padding: 8px 0 12px;
    color: #888;
}

.jw-pic li .r .d em {
    font-size: 16px;
    color: #fff;
    font-family: Arial;
    padding-right: 5px;
    background: #ffb800;
    padding: 5px 10px;
    border-radius: 5px;
}

.jw-pic li .r .d em a {
    color: #fff;
}

.jw-pic li:hover {
    box-shadow: 0 0 15px #888;
}

.jw-pic li:hover h3 {
    font-weight: bold;
}

.jw-pic h2 {
    font-size: 28px;
    text-align: center;
    font-weight: 500;
    color: #191c3d;
    line-height: 40px;
    padding: 60px 0px 20px;
}

.layui-xmjs {
    background: #fff;
}

.tabs-sup {
    text-align: left;
  padding-top:50px;
  height:600px;
}

.tabs-sup h2 {
   color: #444;
    font-family: 'microsoft yahei';
    font-size: 20px;
    float: left;
}
.tabs-sup .hd {
    height: 30px;
    line-height: 30px;
    position: relative;
}

.tabs-sup .hd ul {
    width: 60%;
    overflow: hidden;
    float: left;
}

.tabs-sup .hd ul li {
    float: left;
    display: inline;
    font-size: 14px;
    margin-left: 14px;
    cursor: pointer;
}
.tabs-sup .hd ul li a{
      font-size: 16px;
}
.tabs-sup .hd ul li.on {
    height: 30px;
    border-bottom: 2px solid #ffb800;
}

.tabs-sup .bd {
    margin-top: 30px;
}

.tabs-sup .bd ul {
    zoom: 1;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, 1fr);
    width: 920px;
  margin-right: 30px;
}

.tabs-sup .bd li {
    width: 216px;
    display: inline-block;
    vertical-align: top;
}

.pd-srcli {
    margin: 0 0;
    border: 2px solid #fff;
    height: 225px;
    background-color: #fff;
    padding: 1px 1px;
    position: relative;
    box-shadow: -7px -7px 17px #30b2cd40, 2px 2px 17px #30b2cd;
}

.pd-srcli:hover {
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .3);
    border-radius: 6px
}

.pd-iont {
    text-align: center;
    margin: 24px auto 11px;
    width: 100px;
    height: 75px;
}

.tabs-sup .bd li img {
    width: 100px;
    height: 75px;
}
.fbl-list{
display: flex;
width: 100%;
justify-content: space-between;
}
.fbl-list li{
  width: 300px;
  text-align: center;
  padding:15px 0px;
}
.fbl-list li img{
  width: 46px;
  height: 46px;
}
.fbl-bo .p1{
  font: 18px / 18px "微软雅黑";
    color: #333;
    padding: 18px 0 18px;
}
.fbl-bo .p2{
  font: 14px / 14px "微软雅黑";
    color: #999;
    padding-bottom: 10px;
}

.pd-info h3 {
    font-size: 24px;
    color: #444;
    text-align: center;
    font-weight: normal;
    line-height: 2;
}

.pd-info p {
    font-size: 12px;
    color: #888;
    text-align: center;
}

.pd-price {
    text-align: center;

}

.pd-price span {
    color: #30b2ce;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    font-family: 'microsoft yahei', 'Simsun', tahoma, arial;
    vertical-align: bottom;
    display: inline-block;
    background: #ffb800;
    width: 70%;
}

.pd-price span a {
    text-align: center;
    line-height: 2;
    margin-top: 5px;
    font-size: 14px;
    color: #fff
}

.layui-260 {
    float: right;
    position: relative;
    width: 260px;
}


.layui-260 .tabs-ri .hd-top>ul {
    width: 100%;
    float: left;
    position: absolute;
    z-index: 1;
    padding: 0;
    display: inline;
    box-shadow: 0px 0px 0px #ffffff;
}

.layui-260 .tabs-ri .hd-top ul li {
    float: left;
    width: 100px;
    height: 40px;
    line-height: 45px;
    font-size: 15px;
    color: #444;
    cursor: pointer;
    text-align: center;
}

.layui-260 .tabs-ri .hd-top ul li.on {
    background-color: #fff;
    cursor: pointer;
    border-top: 2px solid #30b2ce;
    border-left: 1px solid #E2E1E1;
    border-right: 1px solid #E2E1E1;
    color: #444;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
}

.bd-box {
    width: 232px;
    padding: 15px 13px 10px 13px;
    background-color: #fff;
    height: 400px;
    clear: both;
    top: 41px;
    position: relative;
    border: 1px solid #E2E1E1;
}

.layui-jinwei {
    background: #fff;
    padding: 20px 0px;
}

.bd-box-ri {
    width: 232px;
}

.bd-box-ri h2 {
    font-size: 13px;
    line-height: 1.5;
    font-family: tahoma, arial, "Hiragino Sans GB", "Microsoft Yahei", 宋体, sans-serif;
    -webkit-font-smoothing: antialiased;
}

.bd-box-ri p {
    font-size: 12px;
    color: #888;
    border-bottom: 1px dashed #d1d1d1;
    padding-bottom: 15px;
    line-height: 21px;
}

.bd-box-ri ul .ycselected {
    border-bottom: 1px dashed #E2E1E1;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    display: block;
    width: 232px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-shadow: 0px 5px 6px #ffffff;
}

.jinwei {
    text-align: center;
}

.jinwei h3 {
    font-size: 30px;
    color: #2faaff;
	padding-top:5px;
}

.jinwei p {
    /*line-height: 2;*/
    font-size: 16px;
    color: #16baaa;
	padding-top:15px;
}



.b-5 h2 {
    font-size: 28px;
    text-align: center;
    font-weight: 500;
    color: #191c3d;
    line-height: 40px;
    padding: 0px 0px 10px;
}

.b-5 {
    padding: 50px 0;
    clear: both;
    zoom: 1;
    margin-bottom: 20px;
    height: 670px;
      background: #f7f8fa;
}

.b-5 .photo {
    position: relative;
    width: 930px;
    float: left;
    height: 100%;
    overflow: hidden;
}

.b-5 .photo .jqzoom {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    padding: 0px;
    cursor: pointer;
    margin-left: 50px;
    padding-top: 20px;
}

.b-5 .photo .img {
    width: 500px;
    height: 375px;
    display: block;
}

.b-5 .photo .bigimg {
    width: 800px;
    height: 550px;
    display: block;
    position: relative;
    overflow: hidden;
}

.bigimg .list li .dz_list {
    float: right;
    width: 419px;
    height: 66px;
    margin-bottom: 20px;
    margin-right: 11px;
    background: url(../images/dz_lisd.png) no-repeat;
}

.bigimg .list li .dz_list dl {
    float: left;
    margin: 18px 0 0 70px;
}

.bigimg .list li .dz_list dl dd {
    float: left;
    width: 54px;
    height: 36px;
    margin-left: 25px;
}

.bigimg .list li .dz_list dl dd img {
    width: 54px;
    height: 36px;
}

.b-5 .photo .bigimg .list {
    width: 1000%;
    position: relative;
    padding: 0px;
}

.b-5 .photo .bigimg .list li {
    width: 800px;
    height: 550px;
    float: left;
}

.b-5 .photo .bigimg .list img {
    display: block;
    float: left;
    margin-right: 30px;
    transition: all ease 300ms;
    border: none;
    padding: 0px;
}

.b-5 .photo .bigimg .list li h3 {
    font-size: 20px;
    height: 56px;
    padding-top: 100px;
    color: #444;
}

.b-5 .photo .bigimg .list li h3 span {
    font-size: 34px;
    color: #444;
    padding-right: 20px;
}

.b-5 .photo .bigimg .list li p {
    line-height: 24px;
    display: block;
    font-size: 16px;
    color: rgb(102, 102, 102);
    height: 130px;
    margin: 10px 0px;
}

.b-5 .photo .photoimg {
    width: 100%;
    height: auto;
    padding-top: 30px;
}

.b-5 .photo .photoimg .list {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    padding: 0px;
}

.b-5 .photo .photoimg .listcon {
    height: auto !important;
    position: relative;
}

.b-5 .photo .photoimg .listcon li {
    width: 170px;
    height: 68px;
    cursor: pointer;
    display: block;
    float: left;
    margin-right: 10px;
    background: #ddd;
    padding: 5px;
}

.b-5 .photo .photoimg .listcon li img {
    float: left;
    border: none;
    padding: 0px;
    width: 55px;
    height: 68px;
    display: block;
    margin-right: 6px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.b-5 .photo .photoimg .listcon li span {
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
}

.b-5 .photo .photoimg .listcon li:hover img,
.b-5 .photo .photoimg .listcon li.on {
    background: #ffb800;
    color: #333;
}

.b-5 .photo .prev,
.b-5 .photo .jqzoom .next {
    width: 30px;
    height: 70px;
    position: absolute;
    top: 200px;
    cursor: pointer;
    background: #ddd0 url(../images/pn21.png) no-repeat;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

a.dicide_1,
a.dicide_2 {
    display: block;
    float: left;
    margin-top: 5px;
    width: 133px;
    height: 39px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 16px;
    line-height: 39px;
    text-align: center;
    position: relative;
    z-index: 5;
}

a.dicide_1 {
    background: #6a6a6a;
    color: #fff;
    margin-right: 29px;
}

a.dicide_2 {
    background: #ffb800;
    color: #333;

}

.b-5 .photo .photoimg .prev:hover,
.b- .photo .photoimg .next:hover {
    background-color: #204c97;
}

.b-5 .photo .prev {
    left: 10px;
    background-position: 0 center;
    z-index: 10;
    top: 302px;
}

.b-5 .photo .jqzoom .next {
    right: 50px;
    background-position: -25px center;
}

/*评价*/
.b-5 .dzgw_rigin {
    padding: 8px 13px 0 13px;
    background-color: #fff;
    border: 1px solid #E2E1E1;
    height: 588px;
    float: right;
    width: 232px;
    overflow: hidden;
    margin-top: 30px;
}

.b-5 .dzgw_rigin span {
    display: block;
    font-size: 20px;
    margin-top: 2px;
    margin-bottom: 7px;
    color: #444;
}

.dzgw_rigin .dzgw_dz {
    font-size: 16px;
    display: block;
    color: #666;
    padding: 10px 0;
}

.dzgw_rigin .dzgw_dz em {
    padding-left: 10px;
    font-size: 14px;
}

.dzgw_rigin .dzgw_pj {
    background: #f5f5f5;
    position: relative;
    padding: 13px 15px;
}

.dzgw_rigin .dzgw_pj div {
    color: #999;
}

.dzgw_rigin .dzgw_pj .grade {
    background: url(../images/grade_ico.png) repeat-x;
    background-position: 0 0;
    height: 12px;
    width: 65px;
    display: inline-block;
    margin-right: 8px;
}

.dzgw_rigin .dzgw_pj .grade em {
    background: url(../images/grade_ico.png) repeat-x;
    background-position: 0 -12px;
    height: 12px;
    overflow: hidden;
    display: block;
}

.tabs-txteab {
    width: 50%;
}

.tabs-ab {
    margin: 50px 0 30px;
}

.tabs-ab h3 {
    margin-bottom: 13px;
    font-size: 36px;
    color: #444;
    font-weight: normal;
    line-height: 2;
    text-align: center;
}

.tabs-txteab p {
    font-size: 23px;
    font-weight: 400;
    color: #444;
    padding-top: 20px;
}

.tabs-ab .ab-hd {
    overflow: hidden;
    float: right;
    text-align: center;
    font-size: 16px;
}

.tabs-ab .ab-hd ul li {
    display: block;
    width: 85px;
    padding-left: 30px;
    height: 54px;
    background: url(../images/anico8b.png) no-repeat center;
    line-height: 54px;
    float: left;
    text-decoration: none;
    color: #444;
}

.tabs-ab .ab-bd ul h3 {
    font-size: 24px;
    color: #404040;
    text-align: center;
    padding-top: 30px;
}

.tabs-ab .ab-hd ul li.on {
    color: #fff;
    height: 54px;
    line-height: 54px;
    background: url(../images/anico8.png) no-repeat center;
    text-decoration: none;
}

.tabs-ab .ab-bd {
    overflow: hidden;
    border: 0px solid #E2E1E1;
    height: 620px;
    width: 1200px;
}

.tabs-ab .ab-bd ul {
    display: none;
}

.tabs-ab .ab-bd ul li {
    width: 100%;
    height: 500px;
}

.tabs-ab .ab-bd ul li img {
    width: 100%;
    height: 580px;

}