@charset "UTF-8";
.clearboth {
  height: 0px;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  font-size: 0px;
}

p {
  margin: 0;
}

.w1920 {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}


/* 导航样式 */
.menu{
  background: #f6f6f6;
}
.x-menu {

}

.x-menu > li {
  float: left;
  position: relative;
  width: 149px;
}

.x-menu > li > a {
  display: block;
  font-size: 16px;
  color: #000000;
  line-height: 56px;
  text-align: center;
}

.x-menu > li > a:hover {
  color: #d9261c;
  font-weight: bold;
}


.x-menu > li:after {
  content: '';
  position: absolute;
  z-index: 100;
  width: 100%;
  left: 0;
  height: 40px;
  opacity: 0;
  top: 100%;
}

.x-menu > li:hover .x-sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.x-sub-menu {
  position: absolute;
  z-index: 999;
  width: 100%;
  left: 0%;
  top: 65px;
  background: #fff;
  border-radius: 5px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.x-sub-menu > li > a {
  display: block;
  text-align: center;
  line-height: 2;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  padding: .5em;
}

.x-sub-menu > li > a:hover {
  background: #e9eaeb;
  color: #d9261c;
}

.x-sub-menu:after {
  content: '';
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 10px;
  cursor: pointer;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #fff transparent;
  border-top: none;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  z-index: 99;
}




.head-index .logo {
  line-height: 122px;
}

.head-index .top-ad {
  margin-top: 20px;
  margin-left: 30px;
  font-size: 17px;
  color: #505150;
  padding-left: 50px;
  background: url(//cdn.myxypt.com/5f36579b/21/12/151073d5de3ad00dcdbbefc46ee39dd686ef6d6f.png) no-repeat left center;
}

.head-index .top-ad p:nth-of-type(1){
  font-weight: bold;
  color: #1b1b1b;
  font-size: 38px;
}

.head-index .top-ad p:nth-of-type(2){
  color: #505150;
  font-size: 17px;
}
.head-index .tel {
  background: url(//cdn.myxypt.com/5f36579b/21/12/059c8ddaaa54115dfdda4a387e63f9a17a4d306d.png) no-repeat left center;
  color: rgba(218, 37, 28, 0.7);
  font-size: 18px;
  padding-left: 50px;
  line-height: 26px;
  margin-top: 32px;
}

/**/
.banner {
    position: relative;
    height: 700px;
    overflow: hidden;
}

.banner .slider {
    width: 100% !important;
    height: 700px;
    top: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.banner .slider-main {
    width: 1920px;
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

.banner .slider-main li {
    width: 100%;
    height: 100%;
}

.banner .osSlider-main .slider-btn-prev {
    position: absolute;
    z-index: 30;
    top: 50%;
    left: -45px;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    margin-top: -20px;
    /* background: url(//cdn.myxypt.com/3973bed6/21/12/5e2eaa292dd1f61f27091a463d7b253f1e15319f.png) 50% 50% no-repeat; */
    transition: all 0.5s linear;
    cursor: pointer;
}

.banner .osSlider-main:hover .slider-btn-prev {
    left: 3%;
}

.banner .osSlider-main .slider-btn-next {
    position: absolute;
    z-index: 30;
    top: 50%;
    right: -45px;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    margin-top: -20px;
    /* background: url(//cdn.myxypt.com/3973bed6/21/12/b2886bbf240f813859cf112fcd30b3b7d2b87089.png) 50% 50% no-repeat; */
    transition: all 0.5s linear;
    cursor: pointer;
}

.banner .osSlider-main:hover .slider-btn-next {
    right: 3%;
    cursor: pointer;
}

.banner .osSlider-main .slider-nav {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 40px;
    text-align: center;
    z-index: 25;
    font-size: 0;
}

.banner .osSlider-main .slider-nav li {
    display: inline-block;
    vertical-align: top;
    width: 14px;
    height: 14px;
    border: solid 1px #ffffff;
    border-radius: 50%;
    margin: 0 12px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    cursor: pointer;
}

.banner .osSlider-main .slider-nav li.active {
    background-color: #da251c;
    border-color: #da251c;
}



/*product*/
.bj3 {
  background: #fff;
}

.bj3 .p-index {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}

.bj3 .p-index .title b {
  display: block;
  font-size: 48px;
  color: #323333;
  margin-bottom: 10px;
}

.bj3 .p-index .title a {
  font-size: 14px;
  color: #fff;
  text-align: center;
  width: 100px;
  height: 34px;
  border-radius: 20px;
  background: #da251c;
  display: inline-block;
  line-height: 34px;
  float: left;
}

.bj3 .p-index .title span {
  font-size: 24px;
  color: #323333;
  font-family: "Arail";
  text-transform: uppercase;
  margin-left: 26px;
}

.bj3 .p-index .tab {
  position: absolute;
  right: 0;
  top: 96px;
  width: 670px;
}

.bj3 .p-index .tab li{
  margin-right: 10px;
}
.bj3 .p-index .tab li a{
  /* display: inline-block; */
  padding: 0 16px;
  font-size: 15px;
  color: #444444;
  border-radius: 20px;
  line-height: 24px;
  margin-bottom: 10px;
  cursor: pointer;
  float:left;
}

.bj3 .p-index .tab li:hover a {
  background: #01923e;
  color: #fff;
}
.bj3 .p-index .tab li:first-of-type a{
    background: #01923e;
  color: #fff;
}

.bj3 .p-index .p-list {
  margin: 0 -9px;
  margin-top: 40px;
}
.p-roll{
  margin-top: 44px;
}
.bj3 .p-index .p-list li {
  float: left;
  background: #fff;
  padding: 10px;
  margin: 9px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  width: 285px !important;
}

.bj3 .p-index .p-list li img {
  width: 265px;
  height: 220px;
}

.bj3 .p-index .p-list li .wz {
  padding: 0 8px;
}

.bj3 .p-index .p-list li .wz h2 {
  font-size: 18px;
  color: #444444;
  line-height: 58px;
  border-bottom: 1px solid #ebebeb;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.bj3 .p-index .p-list li .wz h3 {
  font-size: 14px;
  color: #888888;
  line-height: 21px;
  padding-top: 10px;
  margin-bottom: 32px;
}

.bj3 .p-index .p-list li .wz .more {
  font-size: 16px;
  border: 1px solid #dddddd;
  text-align: center;
  color: #888888;
  height: 31px;
  line-height: 29px;
}

.tt {
  /* display: none; */
}

/**/
.bj1 {
  background: url(//cdn.myxypt.com/5f36579b/21/12/e376e66944046ce753260c53f958d5bd35b4654d.png) no-repeat top center;
  height: 862px;
 
}

.bj1 .about-index {
  padding-top: 40px;
}

.bj1 .about-index .abl {
  font-size: 48px;
  color: #333333;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 45px;
}

.bj1 .about-index .abl span {
  font-size: 26px;
  color: #7b7b7b;
  font-weight: lighter;
  float: right;
  margin-right: 265px;
  margin-top: 12px;
  margin-left: 20px;
  line-height: 44px;
}

.bj1 .about-index .abl b {
  display: block;
  font-size: 35px;
  color: #02913d;
  font-weight: normal;
}

.bj1 .about-index .abr {
  width: 425px;
}

.bj1 .about-index .abr .abr-list {
  margin-top: 16px;
}
.about-index .abr .abr-list li {
  float: left;
  height: 70px;
  border-right: 2px solid #323333;
  width: 165px;
  position: relative;
  padding-left: 36px;
}
.about-index .abr .abr-list li:nth-of-type(1){
     padding-left: 0px;
     width: 130px;
}

.about-index .abr .abr-list li h3 {
  display: inline-block;
  color: #323333;
  font-size: 20px;
}

.about-index .abr .abr-list li h4{
  position: absolute;
  top: 0;
  right: 44px;
  color: #323333;
  font-size: 20px;
}

.about-index .abr .abr-list li span {
 color: #da251c;
 font-size: 54px;
 display: inline-block;
 line-height: 45px;
}

.about-index .abr .abr-list li p {
  font-size: 18px;
  color: #323333;
  padding-left: 5px;
  padding-top: 5px;
}

 .about-index .abr .abr-list li:last-child {
  border-right: none;
  width: auto;
}

.about-index .abr .abr-list li:last-child h4{
  right: 2px;
}

.bj1 .about-index2 {
  margin-top: 30px;
}

.bj1 .about-index2 .ab11l {
  position: relative;
}

.bj1 .about-index2 .ab11l .more {
  position: absolute;
  right: 0;
  top: 0;
}

.bj1 .about-index2 .ab11l .title1 {
  margin-bottom: 15px;
}

.bj1 .about-index2 .ab11l .title1 a {
  font-size: 18px;
  color: #323333;
  margin-right: 50px;
}

.bj1 .about-index2 .ab11l .title1 a:hover {
  background: url(//cdn.myxypt.com/5f36579b/21/12/aea2ba0526b20a9c249e4dc4368b1d9ed16f1bf3.png) no-repeat left center;
  padding-left: 38px;
}

.bj1 .about-index2 .ab11l .abwen {
  font-size: 14px;
  color: #323333;
  line-height: 30px;
  margin-top: 30px;
  /* padding: 0 58px; */
}

.bj1 .about-index2 .ab11l .abwen p {
  text-indent: 2em;
}

.bj1 .about-index2 .ab22r {
  width: 320px;
}

.bj1 .about-index2 .ab22r .picScroll-left {
  position: relative;
  margin-top: 19px;
}

.bj1 .about-index2 .ab22r .picScroll-left .hd .next {
  background: url(//cdn.myxypt.com/70e3605f/21/11/9284470dbd5324d3d6672d659f55f6281ace4a48.png) no-repeat top center;
  height: 70px;
  width: 28px;
  position: absolute;
  left: 0px;
  top: 185px;
  z-index: 999;
}

.bj1 .about-index2 .ab22r .picScroll-left .hd .prev {
  background: url(//cdn.myxypt.com/70e3605f/21/11/3f92e1d342753566f2a113307185b57152d862ab.png) no-repeat top center;
  height: 70px;
  width: 28px;
  position: absolute;
  right: 0px;
  top: 185px;
  z-index: 999;
}

.bj1 .about-index2 .ab22r .picScroll-left .bd ul li {
  float: left;
  width: 320px;
  background: #f1f1f1;
  height: 444px;
}

.bj1 .about-index2 .ab22r .picScroll-left .bd ul li a {
  display: block;
  text-align: center;
}

.bj1 .about-index2 .ab22r .picScroll-left .bd ul li a .img {
  overflow: hidden;
  height: 400px;
  padding-top: 45px;
}

.bj1 .about-index2 .ab22r .picScroll-left .bd ul li a .img img {
  width: 235px;
  height: 323px;
}

.bj1 .about-index2 .ab22r .picScroll-left .bd ul li a h3 {
  height: 43px;
  background: #074bac;
  line-height: 43px;
  text-align: center;
  font-size: 15px;
  color: #fff;
}


/**/
.tttt{
  display: none;
}

.ad-index{
  /* margin-top: -98px; */
  position: relative;
}

.adroll{
}

.adroll{
  background: #fff;
  box-shadow:0 0 40px #dcd8d8;
  padding: 0 52px;
   padding-top:58px;
  height:316px;
  overflow: hidden;
  
}

.adroll .tempWrap{
  width: 1096px !important;
  margin: 0 auto !important;
  overflow: hidden !important;
}

.www-list li{
  float: left;
  width: 210px;
  margin:0 32px;
}
.www-list li .ww1{
  font-weight:bold;
  font-size:20px;
  text-align:center;
  padding-bottom:26px;
}

.www-list li .ww2{
  font-size:14px;
  line-height:28px;
}
.www-list li .ww2 img{
      /* width: 250px;
    height: 170px; */
    width: 100%;
    height: auto;
}

.adimg-list{
  text-align: center;
}

.adimg-list li{
  display: inline-block;
  width: 24.5%;
  position:relative;
}

.adimg-list li .img1{
  padding-top: 48px;
}

.adimg-list li .img1 img{
  transition: 0.5s;
}

.adimg-list li .wz{
  color: #5f5f5f;
  font-size: 18px;
  padding-top: 5px;
}

.adimg-list li.cur::before{
 content:"";
  position:absolute;
  top:0;
  left:50%;
  margin-left:-15px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 30px solid #ffffff;

}
.adimg-list li:hover .img1 img{
  transform:rotateX(360deg);
  -ms-transform:rotateX(360deg); 	/* IE 9 */
  -moz-transform:rotateX(360deg); 	/* Firefox */
  -webkit-transform:rotateX(360deg); /* Safari 和 Chrome */
  -o-transform:rotateX(360deg); 	/* Opera */
}


/**/
.honor-bg{
  background: url(//cdn.myxypt.com/5f36579b/21/12/974d4959d6bb990fe9447bd4842dc7f15b2bc3c4.png) no-repeat top center;
  height: 641px;
  overflow: hidden;
  margin-top: 76px;
}
.honor-index{
  margin-top: 40px;
}
.honor-index .ht{
  text-align: center;
}

.honor-index .ht h3{
  color: #333333;
  font-size: 48px;
  font-weight: bold;
}

.honor-index .ht h3 span{
  color: #02913d;
}

.honor-index .ht h4{
  color: #748097;
  font-size: 24px;
  font-family: "Arial";
  text-transform: uppercase;
  padding-top: 15px;
}

.honor-roll{
  width: 880px;
  margin-left: 230px;
  margin-top: 70px;
  overflow: hidden;
}

.honor-roll .hmore a{
  display: block;
  text-align: right;
  color: #02913d;
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 30px;
}

.honor-roll li{
  float: left;
  width: 189px;
  margin: 0 20px;
  box-shadow: 0 0 10px #6666;
}


.honor-roll li img{
  width: 189px;
  height: 269px;
}

/**/
.tt1 {
  /* display: none; */
}
.case-bg{
  background: #f9fafa;
  margin-top: 60px;
}
.case-index {
  position: relative;
  padding: 30px 0;
}

.case-index .title b {
  display: block;
  font-size: 48px;
  color: #323333;
  margin-bottom: 10px;
}

.case-index .title a {
  font-size: 14px;
  color: #fff;
  text-align: center;
  width: 100px;
  height: 34px;
  border-radius: 20px;
  background: #da251c;
  display: inline-block;
  line-height: 34px;
  float: left;
}

.case-index .title span {
  font-size: 24px;
  color: #323333;
  font-family: "Arail";
  text-transform: uppercase;
  margin-left: 26px;
}

.case-index .tab1 {
  position: absolute;
  right: 0;
  display: flex;
  top: 82px;
}

.case-index .tab1 li a{
  /* display: inline-block; */

  padding: 0 10px;
  font-size: 15px;
  color: #444444;
  border-radius: 20px;
  line-height: 24px;
}

.case-index .tab1 li:hover a{
  background: #02913d;
  color: #fff;
  cursor: pointer;
}
.case-index .tab1 li:first-of-type a{
    background: #02913d;
  color: #fff;
}

.croll{
  margin-top: 50px;
}

.case-index .c-list {
  margin: 0 -6px;
  margin-top: 50px;
}

.case-index .c-list li {
  float: left;
  width: 290px;
  margin: 0 6px;
  position: relative;
  overflow: hidden;
}

.case-index .c-list li img {
  width: 290px;
  height: 200px;
}

.case-index .c-list li h4 {
  font-size: 16px;
  color: #323333;
  text-align: center;
  border-bottom: 4px solid #0a9443;
  height: 60px;
  line-height: 56px;
}

.case-index .c-list li .wz {
  background: rgba(2, 145, 61, 0.7);
  height: 158px;
  position: absolute;
  bottom: -200px;
  left: 0;
  right: 0;
  transition: 0.5s;
  padding: 0 10px;
}

.case-index .c-list li .wz h2 {
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  line-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.case-index .c-list li .wz h3 {
  font-size: 14px;
  color: #ffffff;
  line-height: 21px;
}

.case-index .c-list li .wz .more {
  width: 102px;
  height: 32px;
  line-height: 30px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 32px;
  color: #fff;
  margin-top: 15px;
}

.case-index .c-list li:hover h1 {
  opacity: 0;
}

.case-index .c-list li:hover h4{
  border-bottom: 1px solid transparent;
}

.case-index .c-list li:hover .wz {
  bottom: 0px;
}


/**/



.news-index {
  margin-top: 45px;
  margin-bottom: 35px;
}

.news-index .c5a .title b {
  font-size: 48px;
  color: #333333;
  display: block;
}

.news-index .c5a .title span {
  display: block;
  font-size: 24px;
  color: #748097;
  font-family: "Arial";
  text-transform: uppercase;
}

.tabli2 {
  padding-top: 72px;
}

.tabli2 li {
  color: #333333;
  height: 34px;
  background-color: #d9d9d9;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  width: 200px;
  margin-bottom: 8px;
  border-radius: 20px;
}

.tabli2 li.cur {
  background: #02913d;
  color: #ffffff;
}

.tab2 {
  margin-top: 0px;
  display: none;
}

.c5b {
  width: 897px;
}

.news-list1 li {
  float: left;
  width: 299px;
  border-left: 1px solid #e6eaee;
  padding: 0 22px;
  height: 420px;
}

.news-list1 li a {
  display: block;
}

.news-list1 li a .ntime {
  padding-top: 28px;
}

.news-list1 li a .ntime dd {
  font-size: 34px;
  color: #c6c6c6;
}

.news-list1 li a .ntime dt {
  font-size: 16px;
  color: #6e6e6e;
  font-weight: normal;
}

.news-list1 li a h2 {
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  padding-top: 15px;
}

.news-list1 li a img {
  width: 256px;
  height: 120px;
  margin-top: 5px;
}

.news-list1 li a .nei2 {
  font-size: 14px;
  color: #848484;
  line-height: 24px;
  margin-top: 10px;
}

.news-list1 li a .more {
  background: url(//cdn.myxypt.com/5f36579b/21/12/c811c84aa8822675c55b56fd3ac34e58b880008b.png) no-repeat top center;
  height: 21px;
  width: 41px;
  margin-top: 15px;
}

.news-list1 li:hover a .ntime dd{
  color: #da251c;
}
.news-list1 li:hover a .ntime dt{
   color: #da251c;
   opacity: 0.8;
}




.c-link .con {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.c-link span {
    cursor: pointer;
    display: block;
}

.c-link dd{
    width:calc(100% - 135px)
}

.c-link .sec {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: rgba(0,0,0,.6);
    padding: 10px;
    min-width:120px;
}

.c-link a {
    color: #2a333c;
    padding: 0 4px;
    font-size: 14px;
    line-height: 24px;
}



.erq {
  text-align: center;
  padding-top: 30px;
  width: 236px;
}
.foot-bg {
  background: #4a4a4a;
  padding: 26px 0;
}

.foot-bg .foot-index .f11 {
  width: 300px;
  border-left: 1px solid #818181;
  height: 220px;
  padding: 0 32px;
}

.foot-bg .foot-index .f11:nth-of-type(2){
  width:576px;
}
.foot-bg .foot-index .f11:nth-of-type(2) a{
  width: 33.3%;
}


.foot-bg .foot-index .f11 h2 {
  color: #ffffff;
  font-size: 18px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.foot-bg .foot-index .f11 a {
  background: url(//cdn.myxypt.com/5f36579b/21/12/db1a2f3a231df86b17b954391eae5ed20533b41c.png) no-repeat left center;
  padding-left: 15px;
  float: left;
  width: 50%;
  color: #ededed;
  line-height: 30px;
  font-size: 14px;
}

.foot-bg2 {
  background: #3b3d41;
  height: 42px;
  line-height: 42px;
  font-size: 15px;
  color: #fff;
  text-align: center;
}

.foot-bg3 {
  background: #4a4a4a;
  padding: 10px 0;
}

.foot-bg3 .cop {
  font-size: 15px;
  color: rgba(255,255,255,.5);
  line-height: 24px;
  text-align: center;
}

.foot-bg3 .cop a {
   color: rgba(255,255,255,.5);
}

.foot-bg3 .cop .hot a {
  padding-right: 5px;
}

.left .box {
  margin-bottom: 10px;
}

.left .box h3 {
  line-height: 20px;
  padding-left: 15px;
  font-weight: normal;
  font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
  background: url(//cdn.myxypt.com/70e3605f/21/11/a2dfa11fdc5edf4d4bd54af69d25a08621764596.png) no-repeat 0% 50%;
  font-size: 16px;
  color: #000;
  height: 50px;
}

.left .box h3 span {
  font-size: 12px;
  color: #949494;
  font-family: "Arial";
  display: block;
}

.left .box .content {
  padding: 0 10px 0 10px;
}

#container1 {
  width: 1200px;
  margin: 0 auto;
  margin-top: 38px;
  background: url(//cdn.myxypt.com/70e3605f/21/11/40ddc268e4210e2e161409e369f84b2f4fbc0f7b.jpg) 250px repeat-y;
  margin-bottom: 50px;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.prodescription {
  border: 1px solid #e5e5e5;
  background: #f9f9f9;
  line-height: 24px;
  padding: 10px;
  margin-bottom: 15px;
  text-indent: 20px;
}

.n_banner {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}

.n_banner img {
  width: 1920px;
  margin: 0 auto;
}

.left {
  width: 225px;
  float: left;
}

.sort_menu h3 {
  background-color: #ececec;
  line-height: 28px;
  padding-left: 15px;
  font-weight: bold;
}

.sort_product {
  margin-top: 10px;
}

.sort_product h3 {
  background-color: #ececec;
  line-height: 28px;
  padding-left: 15px;
  font-weight: bold;
}

.n_contact {
  margin-top: 10px;
}

.n_contact h3 {
  background-color: #ececec;
  line-height: 28px;
  padding-left: 15px;
  font-weight: bold;
}

.n_contact .content {
  padding: 5px;
  line-height: 24px;
}

.right {
  width: 920px;
  float: right;
  padding-bottom: 10px;
}

.sitemp {
  line-height: 45px;
  height: 45px;
  border-bottom: 1px solid #d8d8d8;
}

.sitemp .site {
  line-height: 45px;
  font-size: 12px;
  color: #666;
}

.sitemp .site a {
  color: #666;
}

.right .content {
  padding-top: 30px;
}

/*内页左侧分类通用样式*/
.sort {
  padding: 0 10px 0 10px;
}

.sort li {
  position: relative;
  z-index: 9999;
  margin-bottom: 15px;
}

.sort li .about_b {
  position: absolute;
  left: 210px;
  top: 0px;
  width: 210px;
  padding: 10px 20px;
  background: #f5f6f6;
  border-bottom: 2px solid #074bac;
  z-index: 9999;
}

.sort li .layer2 {
  position: absolute;
  left: 208px;
  top: 0px;
  width: 210px;
  padding: 10px 20px;
  background: #f5f6f6;
  border-bottom: 2px solid #074bac;
  z-index: 9999;
}

.sort li .layer2 li {
  overflow: hidden;
}

.sort li .layer2 li a {
  font-weight: bold;
  background: url(../images/ico1.gif) no-repeat 0% 50%;
}

.sort li .layer2 li a:hover {
  text-decoration: none;
  color: #074bac;
}

.sort li .layer2 li .layer3 li {
  margin: 6px 0px;
  line-height: 24px;
  padding-left: 10px;
}

.sort li .layer2 li .layer3 li a {
  font: normal 12px/24px "微软雅黑";
  background: none;
}

.sort li .layer2 li .layer3 li .layer4 li {
  margin: 6px 0px;
  line-height: 24px;
  padding-left: 15px;
}

.sort li .layer2 li .layer3 li .layer4 li a {
  font: normal 12px/24px "微软雅黑";
  background: none;
}

.sort li:first-child {
  padding-top: 19px;
}

.sort li:last-child {
  padding-bottom: 15px;
}

.sort li a {
  color: #333333;
  display: block;
  line-height: 35px;
  font-family: "微软雅黑";
  text-align: center;
  background: #e6e8e7;
  border-radius: 5px;
  font-size: 14px;
}

.sort li a:hover {
  text-decoration: none;
  background: #074bac;
  color: #fff;
}

.product_list li {
  float: left;
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 15px;
  _display: inline;
}

.product_list li a.img {
  padding: 1px;
  border: 1px solid #e0e1dc;
}

.product_list li a.img img {
  width: 265px;
  height: 200px;
}

.product_list li h3 {
  text-align: center;
  padding-top: 5px;
}

.product_list li h3 a {
  font-weight: normal;
}

.product_list li a.img {
  display: block;
}

.product_list li a.img:hover {
  border-color: #074bac;
}

/*新闻列表*/
.tupain {
  float: left;
  width: 120px;
}

.wenzi {
  float: right;
  width: 780px;
}

.news_list {
  padding-top: 30px;
}

.news_list li {
  line-height: 27px;
  position: relative;
  padding-left: 10px;
  border-bottom: 1px dashed #cfcfcf;
  margin-bottom: 26px;
}

.news_list li a {
  line-height: 27px;
  color: #555555;
  font-family: "å®‹ä½“";
  font-size: 16px;
}

.news_list li a:hover {
  text-decoration: none;
  color: #074bac;
}

.news_list li span {
  color: #999999;
  z-index: 0;
  line-height: 27px;
  position: absolute;
  right: 0px;
  top: 0px;
}

.news_list li strong {
  font-size: 14px;
  font-weight: normal;
  color: #666666;
}

.news_list li div {
  line-height: 24px;
}

/*热门关键词*/
.words {
  overflow: hidden;
  margin-right: -1.3%;
  padding-top: 5px;
}

.words li {
  font: 400 12px/35px "微软雅黑";
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 46%;
  float: left;
  border: 1px dashed #d0d0d0;
  background: #fcfcfc;
  padding-left: 0px;
  margin-bottom: 10px;
  text-align: center;
}

.new1 {
  padding-top: 20px;
}

.words li a {
  font-size: 12px;
}

.new1 li {
  background: url(//cdn.myxypt.com/70e3605f/21/11/3fd4a4d7c9e892d9c02ecf581032b66a9ec73132.gif) no-repeat 0% 50%;
  padding-left: 13px;
  margin-bottom: 0;
  border-bottom: none;
  line-height: 27px;
}

.new1 li a {
  font-size: 12px;
  display: block;
  padding-bottom: 0;
}

.right_word {
  margin-left: 5%;
}

/*案例列表*/
.product_list li {
  float: left;
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 15px;
  _display: inline;
}

.product_list li a.img {
  padding: 1px;
  border: 1px solid #e0e1dc;
}

.product_list li a.img img {
  width: 265px;
  height: 200px;
}

.product_list li h3 {
  text-align: center;
  padding-top: 5px;
}

.product_list li h3 a {
  font-weight: normal;
  font-size: 12px;
  color: #666;
}

.product_list li a.img {
  display: block;
}

.product_list li a.img:hover {
  border-color: #074bac;
}

.case_list li {
  float: left;
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 15px;
  _display: inline;
}

.case_list li a.img {
  padding: 1px;
  border: 1px solid #e0e1dc;
  width: 269px;
}

.case_list li a.img img {
  width: 265px;
  height: 183px;
}

.case_list li h3 {
  text-align: center;
  padding-top: 5px;
}

.case_list li h3 a {
  font-weight: normal;
  font-size: 12px;
  color: #666;
}

.case_list li a.img {
  display: block;
}

.case_list li a.img:hover {
  border-color: #074bac;
}
