@charset "UTF-8";
/*头部样式*/
#header {
  position: relative;
  font-size: 14px;
  color: #666666;
  background: #f5f5f5;
  line-height: 40px;
}

#header a {
  font-size: 14px;
  color: #666666;
}

.top_cc {
  position: relative;
  height: 140px;
}

.logo {
  float: left;
  margin-top: 25px;
}

.logotxt {
  height:76px;
  margin-top: 40px;
  float: left;
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #cccccc;
}

.logotxt h3 {
  font-size: 22px;
  color: #018c39;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 8px;
}

.logotxt p {
  color: #333333;
  font-size: 18px;
}

.top_phone {
  margin-top: 40px;
  float: right;
  padding-left: 55px;
  background: url(//cdn.myxypt.com/d918e44f/20/09/2787c8f37a83b13279262ade31eb9904cab6b1e5.png) no-repeat left center;
  font-size: 14px;
  color: #333333;
}

/*热门搜索*/
.search_index {
  height: 60px;
  line-height: 60px;
  position: relative;
  color: #666;
  border-bottom: 1px solid #e2e2e2;
}

#formsearch2 {
  margin-top: 12px;
  width: 355px;
  height: 32px;
  line-height: 32px;
  float: right;
  background: url(//cdn.myxypt.com/d918e44f/20/09/55b8caf0b9318b4786444d9332a289cd0b4f73dd.jpg) no-repeat center center;
}

#formsearch2 input {
  height: 32px;
  background: #fff;
  line-height: 32px;
  border: none;
  outline: none;
}

#formsearch2 input#keyword {
  height: 32px;
  line-height: 32px;
  padding-left: 15px;
  color: #000;
  float: left;
  background: none;
  border: none;
  font-size: 13px;
  width: 308px;
}

#formsearch2 input#s_btn {
  width: 46px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  border: none;
  cursor: pointer;
  float: left;
  background: none;
}

#search-type {
  float: left;
  width: 100px;
  height: 24px;
  border: 1px solid #c8c8c8;
  margin-right: 5px;
}

.hotSearch {
  float: left;
  height: 60px;
  line-height: 60px;
  font-weight: normal;
  color: #666666;
  font-size: 14px;
}

.hotSearch a {
  color: #666666;
  margin-right: 10px;
  font-size: 14px;
}

#formsearch2 ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #000;
}

#formsearch2 ::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
}

#formsearch2 ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
}

#formsearch2 ::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}

/* c1_index */
.c1_index {
  margin-top: 35px;
}

.c1-index {
  margin-top: 34px;
  position: relative;
}

.c1-index .hd .next {
  background: url(//cdn.myxypt.com/d918e44f/20/09/0f5ff6a289aba352a04857fa01e6628c1a53f8b7.jpg) no-repeat top center;
  width: 58px;
  height: 58px;
  position: absolute;
  top: 136px;
  left: -76px;
}

.c1-index .hd .next:hover {
  background: url(//cdn.myxypt.com/d918e44f/20/09/68cf34d7ee1278ae57cdb9cea482e3522f53e689.jpg) no-repeat top center;
}

.c1-index .hd .prev {
  background: url(//cdn.myxypt.com/d918e44f/20/09/00d25a340f9e59c80bf5b51f0cf8a2f5f332c37d.jpg) no-repeat top center;
  width: 58px;
  height: 58px;
  position: absolute;
  top: 136px;
  right: -76px;
}

.c1-index .hd .prev:hover {
  background: url(//cdn.myxypt.com/d918e44f/20/09/8325ceb09ba1104c58c8f821c7762548ff45cef6.jpg) no-repeat top center;
}

.c1-index .bd ul li {
  float: left;
  border: 1px solid #e3e3e3;
  margin: 0 10px;
  padding: 20px;
  width: 278px !important;
}

.c1-index .bd ul li a {
  display: block;
}

.c1-index .bd ul li a .img1 {
  border: 1px solid #f5f5f5;
  overflow: hidden;
}

.c1-index .bd ul li a .img1 img {
  width: 236px;
  height: 200px;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.c1-index .bd ul li a b {
  display: block;
  font-size: 18px;
  color: #4b4b4b;
  text-align: center;
  line-height: 50px;
}

.c1-index .bd ul li a p {
    font-size: 14px;
    color: #9d9d9d;
    line-height: 24px;
    text-align: center;
    height: 68px;
    overflow: hidden;
}

.c1-index .bd ul li a .more {
  background: url(//cdn.myxypt.com/d918e44f/20/09/c449d4b827a1d25916a687f644ec7cd77b87999d.png) no-repeat top center;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  margin-top: 15px;
}

.c1-index .bd ul li:hover {
  border: 1px solid #028c40;
}

.c1-index .bd ul li:hover a .img1 {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
}

.c1-index .bd ul li:hover a b {
  color: #028c40;
}

.c1-index .bd ul li:hover a .more {
  background: url(//cdn.myxypt.com/d918e44f/20/09/0504edd3937e04668fc0c56ce1e82f1cf9bb296a.png) no-repeat top center;
}

/* c2_index */
.c2_index {
  position: relative;
  padding-top: 40px;
  background: url(//cdn.myxypt.com/d918e44f/20/09/97af0a000a3584f46f2831cf31bfcfaa2ebd7068.jpg) no-repeat top center;
  height: 1028px;
  overflow: hidden;
}

.ttt2 {
  text-align: center;
}

.ttt2 h3 {
  font-size: 36px;
  color: #333333;
  font-weight: bold;
  padding-bottom: 10px;
}

.ttt2 h3 span {
  color: #028c40;
}

.ttt2 p {
  font-size: 18px;
  color: #999999;
  background: url(//cdn.myxypt.com/d918e44f/20/09/0ddf16d6bf7e18a6081a39593583f63dc28d54d1.png) no-repeat center center;
}

.tt1 p {
  background: url(//cdn.myxypt.com/d918e44f/20/09/976e4aaa21f2da53e91e3112d922e4ea18637654.png) no-repeat center center;
}

.c2_wap {
  position: relative;
  margin-top: 30px;
}

.c2_left {
  width: 257px;
  float: left;
}

.c2_top_tt {
  height: 80px;
  background: #028c40;
  padding-top: 15px;
}

.c2_top_tt h3 {
  padding-left: 90px;
  background: url(//cdn.myxypt.com/d918e44f/20/09/953467a06d0a62ce87097802ce5241fd78b70ede.png) no-repeat 20px center;
  color: #fff;
  font-size: 26px;
  height: 50px;
  font-weight: bold;
}

.c2_top_tt h3 i {
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding-top: 5px;
}

.sort1 {
  position: relative;
  border: 2px solid #028c40;
  padding: 10px 22px;
  background: #fff;
}

.sort1 li {
  position: relative;
  line-height: 40px;
  border-bottom: 1px dashed #dadada;
  background: url(//cdn.myxypt.com/d918e44f/20/09/9198f06e612baf50404601bbd1c593be0ac293a7.png) no-repeat 195px center;
}

.sort1 li:last-child {
  border-bottom: none;
}

.sort1 li a {
  display: block;
  font-size: 16px;
  color: #666666;
}

.sort1 li:hover {
  background: url(//cdn.myxypt.com/d918e44f/20/09/9a19f273a4f88c57d53e7321b5e9498f078baec7.png) no-repeat 195px center;
}

.sort1 li:hover a {
  color: #028c40;
  font-weight: bold;
}

.sort1 li .layer2 {
  display: none !important;
  position: absolute;
  left: 210px;
  top: 0px;
  width: 200px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 9999;
}

.sort1 li .layer2 li {
  overflow: hidden;
}

.sort1 li .layer2 li a {
  font-size: 14px;
  color: #333;
  font-size: 14px;
  font-weight: normal;
  background: none;
  border: none;
}

.sort1 li .layer2 li a:hover {
  color: #028c40;
}

.sort_phone {
  border: 2px solid #028c40;
  position: relative;
}

.sort_phone h2 {
  background: #028c40;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.sort_phone .phe_txt {
  padding: 14px 18px;
  text-align: left;
  font-size: 16px;
  color: #666666;
  line-height: 1.7;
}

.sort_phone .ewm_phe {
  padding: 0 15px 0 15px;
  display: flex;
  height: 118px;
  justify-content: space-between;
}

.sort_phone .ewm_phe img {
  width: 110px;
  height: 100px;
}

.sort_phone .ewm_phe h4 {
  font-size: 16px;
  color: #028c40;
  padding-top: 25px;
  font-weight: bold;
  line-height: 24px;
}

.c2_right {
  width: 920px;
  float: right;
}

.pro_list {
  position: relative;
}

.pro_list li {
  float: left;
  margin-bottom: 25px;
  margin-right: 20px;
}

.pro_list li:nth-child(3n) {
  margin-right: 0px;
}

.pro_list li a {
  display: block;
}

.pro_list li .simg {
  overflow: hidden;
}

.pro_list li .simg img {
  width: 292px;
  height: 200px;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.pro_list li h3 {
  background: #f5f5f5;
  line-height: 38px;
  border-bottom: 2px solid #dddddd;
  text-align: center;
  font-size: 14px;
  color: #333333;
  font-weight: normal;
  transition: .5s;
}

.pro_list li:hover h3 {
  border-bottom: 2px solid #028c40;
}

.pro_list li:hover .simg img {
  -webkit-transform: scale(1.3, 1.3);
  -moz-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
}

.c3_index {
  background: url(//cdn.myxypt.com/d918e44f/20/09/66a93dd8b13650022b2752d30418136d7a71e678.jpg) no-repeat top center;
  height: 1699px;
  overflow: hidden;
}

.c3_index .ys-index {
  padding-top: 60px;
}

.c3_index .ys-index h2 {
  text-align: center;
  font-size: 48px;
  color: #fff;
  font-weight: bold;
}

.c3_index .ys-index h2 i {
  color: #028c40;
  font-size: 60px;
  padding-right: 10px;
}

.c3_index .ys-index h2 p {
  font-weight: normal;
  font-size: 20px;
  color: #fff;
  background: url(//cdn.myxypt.com/d918e44f/20/09/c5cfbd83797e03644c59820dc0446b04de58e992.png) no-repeat center center;
  margin-top: 15px;
}

.ys1 {
  margin-top: 40px;
  overflow: hidden;
}

.ys-le {
  width: 450px;
  height: 244px;
  background: #028c40;
  padding: 38px 27px 0 31px;
  overflow: hidden;
}

.ys-cont b {
  float: left;
  color: #fff;
  font-size: 48px;
  line-height: 49px;
  display: inline-block;
  width: 72px;
}

.ys-cont h3 {
  float: left;
  color: #fff;
  font-size: 28px;
  font-weight: normal;
  line-height: 40px;
}

.ys-cont h3 span {
  font-weight: normal;
  display: block;
  color: #fff;
  opacity: 0.4;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.ys-cont .cont {
  float: left;
  width: 100%;
  margin-top: 26px;
  color: #fff;
  font-size: 15px;
  line-height: 28px;
  text-align: justify;
}

.ys2 {
  margin-top: 31px;
}

.ys-le2 {
  width: 608px;
  margin-top: 32px;
}

.ys3 {
  margin-top: 2px;
  height: 296px;
  background: #fff;
  padding-top: 31px;
}

.com-img {
  display: inline;
  overflow: hidden;
  margin: 0 auto;
  display: table;
}

.com-img img {
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
}

.com-img:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}

.ys1 h3 {
  padding-left: 72px;
  background: url(//cdn.myxypt.com/d918e44f/20/09/870211820b34ec07d0602458bcee886a16e4a492.png) no-repeat left center;
  font-weight: bold;
}

.ys22 h3 {
  padding-left: 72px;
  background: url(//cdn.myxypt.com/d918e44f/20/09/d8ce8f8ff815535f4655daf79d9677b001f8ef5c.png) no-repeat left center;
  font-weight: bold;
}

.ys33 h3 {
  padding-left: 72px;
  background: url(//cdn.myxypt.com/d918e44f/20/09/db5f4663e78a93fa8254699aed81653cf3a5982e.png) no-repeat left center;
  font-weight: bold;
}

.ys3 h3 {
  padding-left: 72px;
  background: url(//cdn.myxypt.com/d918e44f/20/09/fe82933e587683d66ebe9cc325c1cd311b79162f.png) no-repeat left center;
  font-weight: bold;
}

.ys-cont .ys2 b {
  color: #091581;
}

.ys-cont .ys2 h3 {
  color: #000000;
}

.ys-cont .ys2 h3 span {
  color: #999999;
  opacity: 1;
}

.ys-cont .ys2 .cont {
  color: #666666;
}

.case-index {
  margin-top: 30px;
}

.case-index .content {
  margin-top: 35px;
  position: relative;
}

.case-index .content .hd .next {
  background: url(//cdn.myxypt.com/d918e44f/20/09/0f5ff6a289aba352a04857fa01e6628c1a53f8b7.jpg) no-repeat top center;
  width: 58px;
  height: 58px;
  position: absolute;
  top: 136px;
  left: -76px;
}

.case-index .content .hd .next:hover {
  background: url(//cdn.myxypt.com/d918e44f/20/09/68cf34d7ee1278ae57cdb9cea482e3522f53e689.jpg) no-repeat top center;
}

.case-index .content .hd .prev {
  background: url(//cdn.myxypt.com/d918e44f/20/09/00d25a340f9e59c80bf5b51f0cf8a2f5f332c37d.jpg) no-repeat top center;
  width: 58px;
  height: 58px;
  position: absolute;
  top: 136px;
  right: -76px;
}

.case-index .content .hd .prev:hover {
  background: url(//cdn.myxypt.com/d918e44f/20/09/8325ceb09ba1104c58c8f821c7762548ff45cef6.jpg) no-repeat top center;
}

.case-index .content .tempWrap {
  width: 1200px !important;
  margin: 0 auto !important;
}

.case-index .content .list2 li {
  float: left;
  margin: 0 7px;
}

.case-index .content .list2 li a {
  display: block;
  border: 1px solid #e2e2e2;
  max-height: 394px;
  overflow: hidden;
}

.case-index .content .list2 li a .img {
  overflow: hidden;
}

.case-index .content .list2 li a .img img {
  width: 290px;
  height: 261px;
  transition-duration: .3s;
}

.case-index .content .list2 li a .zi {
  background: #fff;
  transition-duration: .3s;
  text-align: center;
  padding: 24px 0;
}

.case-index .content .list2 li a .zi h3 {
  color: #333333;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
}

.case-index .content .list2 li a .zi h3 span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-top: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333333;
}

.case-index .content .list2 li a .zi dd {
  margin-top: 26px;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  display: none;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.case-index .content .list2 li:hover a .img img {
  transform: scale(1.1);
}

.case-index .content .list2 li:hover a .zi {
  margin-top: -25.5%;
  position: relative;
  z-index: 111;
}

.case-index .content .list2 li:hover a .zi h3 {
  color: #018c39;
}

.case-index .content .list2 li:hover a .zi h3 span {
  color: #333;
}

.case-index .content .list2 li:hover a .zi dd {
  display: block;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.about-index {
  margin-top: 50px;
}

.h-about-box {
  margin-top: 38px;
  background: url(//cdn.myxypt.com/d918e44f/20/09/f85209096e944c8b31fff73a892199f8ca5acb77.png) no-repeat top center;
  height: 419px;
  overflow: hidden;
}

.h-about-left {
  width: 535px;
  height: 396px;
  overflow: hidden;
  margin-left: 16px;
  margin-top: 25px;
}

.h-about-left img {
  width: 535px;
  height: 396px;
}

.h-about-right {
  margin-right: 38px;
  padding-top: 15px;
  width: 567px;
  height: 420px;
  overflow: hidden;
  position: relative;
}

.tabli {
  position: absolute;
  right: 0;
  top: 40px;
}

.tabli li {
  float: left;
  width: 28px;
  line-height: 28px;
  color: #028c40;
  font-size: 15px;
  text-align: center;
  border: 1px solid #028c40;
  margin-left: 7px;
  cursor: pointer;
}

.tabli li.cur {
  background: #028c40;
  color: #fff;
  border-color: #028c40;
}

.tab {
  overflow: hidden;
  display: none;
}

.tab.clicked {
  display: block;
}

.abtitle h3 {
  color: #040203;
  font: 700 36px/44px "Arial";
  padding-bottom: 7px;
  text-transform: uppercase;
}

.abtitle p {
  color: #333333;
  font: 500 23px/24px "Microsoft YaHei";
  letter-spacing: 3px;
  margin-top: 7px;
}

.about-con {
  color: #666;
  color: #666666;
  font-size: 13px;
  line-height: 26px;
  text-align: justify;
  margin-top: 10px;
  height: 318px;
  overflow: hidden;
}

a.more-a {
  display: block;
  width: 131px;
  height: 38x;
  color: #ffffff;
  background: #028c40;
  text-align: center;
  border-radius: 5px;
  transition: all .6s;
  font: 400 13px/38px "Microsoft YaHei";
  margin-top: 0px;
  float: right;
}

.ab-tu {
  margin-top: 36px;
}

.ab-tu .tabli2 {
  width: 191px;
}

.ab-tu .ab-tu-img {
  width: 990px;
  float: right;
  margin-right: 15px;
}

.ab-tu .tabli2 ul li {
  width: 191px;
  height: 86px;
  background: #d3d3d3;
  text-align: center;
  font-size: 21px;
  color: #333333;
  padding-top: 18px;
  cursor: pointer;
}

.ab-tu .tabli2 ul li span {
  display: block;
  font-size: 11px;
  font-family: Arial;
  color: #999999;
  text-transform: uppercase;
}

.ab-tu .tabli2 ul li.cur {
  background: url(../images/ab1.png) no-repeat center;
  color: #fff;
}

.ab-tu .tabli2 ul li.cur span {
  color: rgba(255, 255, 255, 0.5);
}

.ab-tu .ab-tu-img .tab2 {
  display: none;
}

.ab-tu .ab-tu-img .picScroll-left2 .bd {
  overflow: hidden;
}

.ab-tu .ab-tu-img .picScroll-left2 .bd ul li {
  width: 230px;
  height: 172px;
  float: left;
  margin-left: 18px;
  position: relative;
}

.ab-tu .ab-tu-img .picScroll-left2 .bd ul li img {
  width: 230px;
  height: 172px;
}

.ab-tu .ab-tu-img .picScroll-left2 .bd ul li h3 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  background: rgba(63, 63, 63, 0.82);
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}

.news-bg {
  background: url(//cdn.myxypt.com/d918e44f/20/09/057761d2d252c4c010f4ada75f471160e5f84ff0.jpg) no-repeat top center;
  height: 679px;
  overflow: hidden;
  margin-top: 55px;
}

.news-index .cont {
  margin-top: 45px;
}

.xinwen {
  overflow: hidden;
}

.xleft {
  width: 784px;
  height: 508px;
  border: 1px solid #cecccc;
  position: relative;
}

.xian {
  position: absolute;
  left: 388px;
  top: 88px;
  background: url(//cdn.myxypt.com/d918e44f/20/09/57763abef3c3d4cbc05029b28a1b4577ac2caa14.png) no-repeat;
  width: 1px;
  height: 394px;
}

.nsort li {
  float: left;
  width: 391px;
}

.nsort li a {
  display: block;
  background: #333333;
  height: 58px;
  line-height: 58px;
  color: #fff;
}

.nsort li a h3 {
  font-size: 18px;
  font-weight: normal;
  padding-left: 42px;
  background: url(//cdn.myxypt.com/d918e44f/20/09/4a5999160699878b0acf601fdf120f9932d19591.png) no-repeat 17px center;
  display: block;
  line-height: 58px;
}

.nsort li a .m1 {
  font-size: 15px;
  margin-right: 15px;
}

.nsort li.cur a {
  background: #028c40;
}

.tab1 {
  display: none;
  margin: 0 14px;
}

.xlist1 {
  margin-top: 28px;
}

.xlist1 li {
  width: 354px;
  float: left;
  margin-bottom: 18px;
}

.xlist1 li:nth-child(2n) {
  float: right;
}

.xlist1 li h3 {
  color: #333333;
  font-size: 14px;
  float: left;
}

.xlist1 li h4 {
  color: #999999;
  font-size: 12px;
  float: right;
  font-weight: normal;
}

.xlist1 li .nei {
  color: #615c5c;
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
  height: 54px;
  overflow: hidden;
}

.xlist1 li .nei span {
  color: #018c39;
}

.xlist1 li h3:hover {
  text-decoration: underline;
  color: #018c39;
}

.xlist1 li:nth-child(3) {
  border-bottom: 1px solid #b6b6b6;
  padding-bottom: 24px;
}

.xlist1 li:nth-child(4) {
  border-bottom: 1px solid #b6b6b6;
  padding-bottom: 24px;
}

.news_list2 li {
  width: 354px;
  line-height: 37px;
  position: relative;
}

.news_list2 li a {
  color: #333333;
  font-size: 14px;
  display: block;
}

.news_list2 li h4 {
  position: absolute;
  right: 0;
  top: 0;
  color: #999999;
  font-size: 12px;
  font-weight: normal;
  line-height: 37px;
}

.news_list2 li:nth-child(2n) {
  float: right;
}

.xright {
  width: 400px;
  height: 508px;
  border: 1px solid #cecccc;
}

.question-news {
  width: 558px;
  margin-top: 58px;
}

#kehu {
  overflow: hidden;
  height: 415px;
  margin: 0 auto;
  position: relative;
}

#jian {
  height: 100%;
}

.nbt2 {
  height: 58px;
  line-height: 58px;
  background: url(//cdn.myxypt.com/d918e44f/20/09/ca69ad9af1c96ad3e4b54298cbd7b052157fa9d0.png) no-repeat top center;
}

.nnt {
  font-size: 18px;
  color: #fff;
  padding-left: 60px;
}

.nbt2 a {
  font-size: 15px;
  color: #fff;
  display: block;
  text-transform: uppercase;
  margin-right: 20px;
}

.news-list li {
  margin-bottom: 20px;
  margin: 0 13px 0 15px;
}

.news-list li a {
  background: url(//cdn.myxypt.com/d918e44f/20/09/f5b854d1a651f52c2c9e2a3079b127ad00ef9992.png) no-repeat left center;
  padding-left: 24px;
  line-height: 30px;
  color: #018c39;
  font-size: 14px;
  margin-top: 20px;
  display: block;
}

.news-list li p {
  background: url(//cdn.myxypt.com/d918e44f/20/09/17f3ec46060dad63e81f2b1607c89c8e39aa0a10.png) no-repeat left 5px;
  padding-left: 25px;
  color: #615c5c;
  font-size: 14px;
  line-height: 21px;
  margin-top: 5px;
  padding-bottom: 16px;
  border-bottom: 1px solid #cecece;
}

.qusetion-list {
  padding-top: 20px;
}

.foot-bg {
  background: url(//cdn.myxypt.com/d918e44f/20/09/3b1ca8237c442d4c8339899243045850d9ca1ee7.jpg) no-repeat top center #2e2e2e;
  /*height: 476px;*/
  height: 398px;
  overflow: hidden;
  padding-top: 40px;
}

.foot-bg .foot-index {
  height: 263px;
}

.foot-bg .foot-index .foot1 {
  width: 385px;
}

.foot-bg .foot-index .foot1 .ct {
  margin-top: 10px;
}

.foot-bg .foot-index .foot1 .ct p {
  color: #bdbdbd;
  font-size: 17px;
  line-height: 33px;
  background: url(//cdn.myxypt.com/d918e44f/20/09/8352b1b9dbc51a44476086b10b919815674f5205.png) no-repeat left center;
  padding-left: 25px;
}

.foot-bg .foot-index .xian1 {
  width: 1px;
  height: 230px;
}

.foot-bg .foot-index dl {
  float: left;
  margin-left: 20px;
  padding-right: 25px;
}

.foot-bg .foot-index dl dt {
  font-size: 20px;
  color: #ffffff;
  font-weight: normal;
  border-left: 7px solid #018c39;
  padding-left: 20px;
  margin-bottom: 15px;
}

.foot-bg .foot-index dl dd {
  padding-left: 9px;
}

.foot-bg .foot-index dl dd a {
  display: block;
  font-size: 17px;
  color: #bdbdbd;
  background: url(//cdn.myxypt.com/d918e44f/20/09/8352b1b9dbc51a44476086b10b919815674f5205.png) no-repeat left center;
  padding-left: 18px;
  line-height: 36px;
}

.foot-bg .foot-index dl dd a:hover {
  background: url(//cdn.myxypt.com/d918e44f/20/09/85c9a865f8d8b2e4cd4f6d5a0381e750f9bf8abb.png) no-repeat left center;
  color: #018c39;
}

.foot-bg .foot-index dl.cp {
  width: 325px;
}

.foot-bg .foot-index dl.cp dd {
  width: 49%;
  display: inline-block;
}

.foot-bg .foot-index .erq h2 {
  font-size: 20px;
  color: #ffffff;
  font-weight: normal;
  border-left: 7px solid #018c39;
  padding-left: 20px;
  margin-bottom: 15px;
}

.foot-bg .foot-index .erq h3 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
}

.foot-bg .foot-index .erq h3 span {
  display: block;
  width: 33px;
  height: 3px;
  background: #018c39;
  margin-top: 10px;
}

.foot-bg .foot-index .erq p {
  text-align: center;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
}

.foot-bg .f_link {
  background: url(//cdn.myxypt.com/d918e44f/20/09/9d97d7f13c4ed4fe0567a296bc3a3147ad6cebb9.png) no-repeat left center;
  font-size: 14px;
  color: #dbdbdb;
  padding: 15px 0;
  padding-left: 34px;
}

.foot-bg .f_link a {
  color: #dbdbdb;
  padding-right: 5px;
}

.foot-bg .f_link a:hover {
  color: #018c39;
}

.foot-bg .hot a {
  padding-right: 5px;
}

.foot-bg .hot a:hover {
  color: #018c39;
}

.foot-bg .cop {
  color: #bdbdbd;
  font-size: 14px;
}

.foot-bg .cop a {
  color: #bdbdbd;
}

.foot-bg .cop a:hover {
  color: #018c39;
}

.footer {
  background: #1d1d1d;
  color: #666666;
  text-align: center;
  font-size: 13px;
  padding: 10px 0;
  line-height: 24px;
}

.footer a {
  color: #666666;
}

.footer a:hover {
  color: #018c39;
}
