/*初始化样式*/
html {
  margin: 0;
  padding: 0;
  border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  background: #fff;
  color: #666;
  position: relative;
  font: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
  vertical-align: baseline;
  width: 100%;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  outline: none;
}

a:link {
  color: #666;
}

a:visited {
  color: #666;
}

a:hover,
a:active,
a:focus {
  color: #009b4c;
  text-decoration: none;
  outline: none;
}

input {
  padding: 0;
  margin: 0;
  font-family: "Microsoft YaHei";
}

img {
  border: none;
  background: none;
  vertical-align: middle;
}

ul,
ol,
li {
  list-style-type: none;
}

select,
input,
img,
select {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table,
th,
td {
  vertical-align: middle;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

.clearboth {
  height: 0px;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  font-size: 0px;
}

h1,
h2,
h3,
h4 {
  font-size: 12px;
  font-weight: bold;
}

hr {
  border: 0;
  border-top: 1px solid #ccc;
  height: 0;
}

dt {
  font-weight: normal;
}

/*----- Common css ------*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.di {
  _display: inline;
}

.fwn {
  font-weight: normal;
}

.dib {
  *display: inline;
  _zoom: 1;
  _display: inline;
  _font-size: 0px;
}

/*滚动*/
#demo {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

#indemo {
  float: left;
  width: 800% !important;
}

#demo1 {
  float: left;
}

#demo2 {
  float: left;
}

#m_demo {
  overflow: hidden;
  width: 92%;
  margin: 0 auto;
}

#m_indemo {
  float: left;
  width: 800% !important;
}

#m_demo1 {
  float: left;
}

#m_demo2 {
  float: left;
}

.wh {
  width: 1200px;
  margin: 0 auto;
}

.pos {
  position: relative;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
}

.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);
}

.roll_product {
  float: left;
}

.plist {
  margin-top: 56px;
}

.plist li {
  margin-right: 15px;
  margin-bottom: 15px;
}

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

.plist li a.img {
  border: 1px solid #e5e5e5;
  display: block;
}

.plist li a.img img {
  width: 388px;
  height: 388px;
}

.plist li h3 a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}

/*头部样式*/
.top1 {
  height: 27px;
  background: #e6e6e6;
  color: #595959;
  line-height: 27px;
  overflow: hidden;
  font-size: 13px;
}

.top2 {
  height: 110px;
}

#header {
  width: 1000px;
  margin: 0 auto;
}

.logo {
  float: left;
  line-height: 110px;
}

.top2 .k2 {
  margin-top: 35px;
  font-size: 16px;
  color: #333333;
  line-height: 35px;
  text-align: right;
}

.topLink {
  text-align: right;
  position: relative;
  z-index: 9999;
}

.translate {
  width: 100px;
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 9999;
}

.tran-in {
  left: 120px;
}

.translate li {
  border: 1px dashed #cccccc;
  line-height: 26px;
  text-align: left;
  background: #fff;
}

.translate li a {
  display: block;
  padding-left: 10px;
  background: url(../images/dot4.png) no-repeat 88% 11px;
}

.translate li a:hover {
  text-decoration: none;
  color: #275cea;
  cursor: pointer;
}

.translate-en {
  display: none;
  padding: 6px;
  padding-top: 0px;
}

.translate li .translate-en a {
  padding-left: 0px;
  text-align: center;
  background: #fff;
  border-bottom: 1px solid #cccccc;
}

.translate li .translate-en a:hover {
  font-weight: bold;
}

.topLink .f_count {
  color: #ff0000;
  font-size: 13px;
  font-weight: bold;
}

.topLink .k1 a {
  color: #595959;
}

.topLink .k2 {
  color: #074b91;
  font-size: 14px;
  font-family: "微软雅黑";
}

#menu {
}

/*热门搜索*/
.sou {
  margin: 10px 0;
  color: #646464;
  font-size: 14px;
}

#formsearch {
  float: right;
  background: url(../images/ss.png) no-repeat top center;
  width: 200px;
  height: 27px;
}

.hotSearch {
  float: left;
  font-weight: normal;
  line-height: 27px;
}

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

.topLink,
.wel {
  line-height: 27px;
}

/*搜索和热门搜索*/
.hotSearch a {
  margin-right: 6px;
}

#formsearch input {
  height: 27px;
  background: transparent;
  border: none;
  line-height: 27px;
  outline: none;
}

#formsearch input#keyword {
  height: 27px;
  line-height: 27px;
  padding-left: 7px;
  color: #cccccc;
  font-size: 14px;
}

#formsearch input#s_btn {
  width: 35px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  background-color: transparent;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 12px;
}

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

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

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

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

/*首页banner*/
.banner {
  position: relative;
}

.banner {
  width: 100%;
  height: 100%;
}

.banner ul.bb {
  position: relative;
  padding: 0px;
  margin: 0px;
  z-index: 5;
  width: 100%;
  height: 100%;
}

.banner ul.bb li {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
}

.banner ul.bb li a {
  width: 100%;
  display: block;
  height: 100%;
}

.banner ul.bb li a img {
  width: 100%;
  height: 100%;
}

.banner .num {
  position: absolute;
  right: 0;
  bottom: 40px;
  z-index: 100;
  text-align: center;
  width: 100%;
}

.banner .num li {
  display: inline-block;
  margin: 0 5px;
  width: 61px;
  height: 6px;
  text-indent: -100px;
  overflow: hidden;
  background: #009b4c;
}

.banner .num li.num_hover {
  background-color: #e15616;
}

.banner .num li.num_hover a {
  color: #fff;
}

.banner .num li a {
  float: left;
  display: inline;
  text-align: center;
  color: #666;
  text-decoration: none;
  cursor: pointer;
  width: 16px;
  height: 16px;
  line-height: 16px;
}

/*导航栏样式*/
.nav li {
  text-align: center;
  float: left;
  position: relative;
  z-index: 999;
  width: 133px;
  background: url(../images/xbb.jpg) no-repeat right center;
}

.nav li:last-child {
  background: none;
}

.nav li a {
  display: block;
  color: #1f1f1f;
  height: 110px;
  padding: 0;
  font-size: 16px;
  padding: 0;
  line-height: 30px;
  padding-top: 30px;
}

.nav li a span {
  display: block;
  color: #929292;
  padding: 0;
  font-size: 14px;
  padding: 0;
  text-transform: uppercase;
}

.nav li a:hover {
  text-decoration: none;
  background-color: transparent;
}

.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: transparent;
}

.nav .sec {
  height: 0;
  background: #4e897b;
  color: #fff;
  overflow: hidden;
  z-index: 9999;
  position: absolute;
  top: 110px;
  left: -28px;
  width: 145%;
}

.nav .sec a {
  background: #4e897b;
  color: #fff;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  padding: 0;
}

.nav .sec a:hover {
  background: #03382b;
  text-decoration: none;
  color: #fff;
}

.box1 {
  margin-top: 80px;
}

.bt1 {
  text-align: center;
  color: #070707;
  font-size: 28px;
  text-transform: uppercase;
}

.psort {
  margin: 0 -16px;
  margin-top: 42px;
}

.psort li a.img img {
  display: block;
  width: 378px;
  height: 262px;
}

.psort li {
  margin: 0 16px;
}
.psort li:hover h3 a {
  color: #4e897b;
}
.pcon {
  border: solid 1px #e5e5e5;
  border-top: none;
  height: 161px;
  text-align: center;
}

.pcon h3 a {
  display: block;
  letter-spacing: 1px;
  color: #000000;
  font-size: 20px;
  font-weight: normal;
  padding: 25px 0 16px 0;
}

.pcon p {
  color: #505050;
  font-size: 14px;
  line-height: 29px;
  height: 69px;
  overflow: hidden;
  text-transform: uppercase;
}

.pmore a {
  display: block;
  width: 179px;
  height: 28px;
  background-color: #e5e5e5;
  margin: 0 auto;
  text-align: center;
  color: #000000;
  font-size: 14px;
  line-height: 28px;
}

.psort li:hover .pmore a {
  background: #4e897b;
  color: #fff;
}

.m1 a {
  display: block;
  margin: 0 auto;
  margin-top: 84px;
  color: #d0d0d0;
  font-size: 18px;
  font-family: "Arial";
  width: 158px;
  height: 38px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
  border: solid 1px #dcdcdc;
  transition: all 0.8s;
}
.m1 a:hover {
  background: #4e897b;
  color: #fff;
  border: solid 1px #4e897b;
}
.psort .slick-prev,
.psort .slick-next {
  position: absolute;
  top: 30%;
  width: 33px;
  height: 33px;
  outline: none;
  border: none;
  z-index: 9999;
  font-size: 0;
}

.psort .slick-prev {
  left: -50px;
  background: url(../images/zb.png) no-repeat center center;
  transform: rotate(0deg);
}
.psort .slick-prev:hover {
  left: -50px;
  background: url(../images/zbh.png) no-repeat center center;
  transform: rotate(0deg);
}
.psort .slick-next {
  right: -50px;
  transform: rotate(180deg);
  background: url(../images/zb.png) no-repeat center center;
}
.psort .slick-next:hover {
  right: -50px;
  transform: rotate(180deg);
  background: url(../images/zbh.png) no-repeat center center;
}
.box5 {
  background: url(../images/about.jpg) no-repeat top center;
  margin-top: 71px;
  height: 902px;
}

.aleft {
  margin: 105px 0 0 47px;
}

.aleft img {
  display: block;
  width: 553px;
  height: 308px;
}

.aright {
  width: 528px;
}

.aright h3 {
  color: #ffffff;
  font-size: 50px;
  font-weight: normal;
  font-family: "å®‹ä½“";
  margin: 96px 0 24px 0;
}

.acon {
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  height: 210px;
  overflow: hidden;
  padding-right: 11px;
}

.aright a {
  display: block;
  color: #ffffff;
  font-size: 18px;
  text-align: right;
  margin-top: 40px;
  margin-right: 50px;
}
.aright a:hover {
  color: #4e897b;
}
.tab_gdtx {
  margin: 84px 15px 0 12px;
}

.img_gdtx {
  text-align: center;
}

.img_bd li {
  float: left;
}

.tab_gdtx .bd {
  margin: 15px -7px 0 -7px;
}

.tab_gdtx .hd li {
  color: #1f1f1f;
  cursor: pointer;
  font-size: 18px;
  float: left;
  padding-right: 13px;
  margin-right: 5px;
  background: url(../images/line1.jpg) no-repeat right center;
}

.tab_gdtx .hd li.on {
  color: #4e897b;
}
.tab_gdtx .hd li.on span {
  text-transform: uppercase;
  color: #333;
  font-size: 16px;
  margin-left: 10px;
}
.tab_gdtx .hd li:last-child {
  background: none;
}

.tab_gdtx .bd li {
  margin: 0 7px;
}

.tab_gdtx .bd li a img {
  display: block;
  width: 223px;
  height: 174px;
}

.prevall,
.nextall {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 6px;
  margin-top: 40px;
}

.prevall {
  background: url(../images/zb1.jpg) no-repeat top center;
}

.prevall:hover {
  background: url(../images/zb1h.jpg) no-repeat top center;
}

.nextall {
  background: url(../images/yb1.jpg) no-repeat top center;
}

.nextall:hover {
  background: url(../images/yb1h.jpg) no-repeat top center;
}

.box2 {
  background: url(../images/bg2.jpg) repeat top center;
  padding: 37px 0 105px 0;
}

.yul {
  margin: 70px 0 0 30px;
}

.yul li {
  float: left;
  margin-right: 31px;
  width: 261px;
}

.yul li .img {
  display: block;
  width: 261px;
  height: 370px;
  border: solid 1px #e4e7e5;
  padding: 18px;
  overflow: hidden;
}

.yul li .img img {
  display: block;
  width: 225px;
  height: 335px;
}

.yul li h3 {
  font-weight: normal;
  color: #000000;
  text-align: center;
  margin-top: 11px;
  font-size: 16px;
  line-height: 16px;
}
.yul li:hover h3 {
  color: #4e897b;
}
.yul li p {
  color: #8f8f8f;
  font-size: 14px;
  line-height: 27px;
  text-align: center;
  margin-top: 5px;
}

.yul li:nth-child(2n) .img {
  margin-top: 18px;
}

.yul li:nth-child(2n) h3 {
  margin-top: 0;
}

.meng {
  height: 880px;
  background: url(../images/jia.jpg) no-repeat top center;
}

.meng .wh {
  position: relative;
  height: 880px;
}

.mul li {
  position: absolute;
  padding-top: 49px;
}

.mul li .mcon {
  height: 180px;
}

.mul li h3 {
  color: #fff;
  font-size: 24px;
  padding-top: 60px;
  text-align: center;
  font-weight: normal;
}

.mul li span {
  font-size: 16px;
  font-family: "Arial";
  margin-top: 16px;
  display: block;
  text-align: center;
  color: #fff;
}

.mul li:first-child {
  width: 279px;
  height: 570px;
  bottom: 0;
  left: 45px;
}

.mul li:nth-child(2) {
  width: 281px;
  height: 446px;
  top: 0;
  left: 325px;
}

.mul li:nth-child(3) {
  width: 282px;
  height: 416px;
  top: 356px;
  left: 607px;
}

.mul li:nth-child(4) {
  width: 687px;
  height: 289px;
  bottom: 60px;
  right: -377px;
  padding-top: 15px;
  padding-right: 419px;
}

.mul li a.gd {
  display: none;
  text-align: center;
  margin-top: 69px;
}

.mul li:nth-child(4) a.gd {
  margin-top: 20px;
}

.mul li:hover {
  background: rgba(79, 137, 123, 0.6);
}

.mul li:hover a.gd {
  display: block;
}

.mul li:hover .mcon {
  background: url(../images/xian.png) no-repeat top center;
}

.anli {
  padding-top: 90px;
  background: url(../images/anli.jpg) no-repeat top center;
  height: 910px;
  /* margin-top: 9px; */
}

.cul {
  margin-top: 43px;
  height: 591px;
  position: relative;
}

.cul li {
  position: absolute;
  overflow: hidden;
}
.cul li a img {
  max-width: 100%;
  transition: all 0.8s;
}
.cul li:hover a img {
  transition: all 0.8s;
  transform: scale(1.05);
}
.cul li:first-child a img {
  direction: block;
  width: 505px;
  height: 290px;
}

.cul li:nth-child(2) a img {
  direction: block;
  width: 675px;
  height: 388px;
}

.cul li:nth-child(3) a img {
  direction: block;
  width: 505px;
  height: 290px;
}

.cul li:nth-child(4) a img {
  direction: block;
  width: 331px;
  height: 191px;
}

.cul li:nth-child(5) a img {
  direction: block;
  width: 331px;
  height: 191px;
}

.cul li:first-child {
  left: 0;
  top: 0;
}

.cul li:nth-child(2) {
  right: 0;
  top: 0;
}

.cul li:nth-child(3) {
  left: 0;
  bottom: 0;
}

.cul li:nth-child(4) {
  left: 519px;
  bottom: 0;
}

.cul li:nth-child(5) {
  right: 0;
  bottom: 0;
}

.xinwen {
  padding-top: 100px;
}

.nlist {
  margin-top: 49px;
}

.nlist li a.img img {
  display: block;
  width: 382px;
  height: 230px;
}

.nlist li {
  margin-right: 27px;
  width: 382px;
}

.nlist li:last-child {
  margin-right: 0;
}

.nlist li h3 a {
  display: block;
  font-weight: normal;
  letter-spacing: 1px;
  color: #282828;
  font-size: 20px;
}
.nlist li:hover h3 a {
  color: #4e897b;
}
.nlist li span {
  display: block;
  color: #282828;
  font-size: 14px;
  padding: 15px 0 10px 0;
}
.nlist li .dimg {
  overflow: hidden;
  width: 382px;
  height: 230px;
}
.nlist li .dimg img {
  transition: all 0.8s;
  max-width: 100%;
}
.nlist li:hover .dimg img {
  transition: all 0.8s;
  transform: scale(1.05);
}
.nlist li p {
  color: #282828;
  font-size: 14px;
  line-height: 29px;
  margin-bottom: 23px;
}

.ss1 {
  margin-top: 30px;
}

.foot1 {
  border-top: 1px solid #717171;
  background: #3a3a3a;
  color: #959595;
  font-size: 14px;
  padding: 22px 0;
  text-align: center;
}

.foot1 a {
  color: #959595;
}

.foot {
  background: #3a3a3a;
  padding: 47px 0 17px 0;
  margin-top: 30px;
}

.foot h3 {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: normal;
  padding-bottom: 15px;
  background: url(../images/xxian.jpg) no-repeat left bottom;
}

.lx {
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
}

.tleft {
  width: 520px;
}

.dao {
  width: 300px;
}

.sec2 {
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
}

.sec2 a {
  display: inline-block;
  color: #fff;
  margin-bottom: 8px;
  width: 98px;
}
.sec2 a:hover {
  color: #4e897b;
}
.er {
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 36px;
}

/*友情链接*/

.f_link {
  width: 1200px;
  line-height: 30px;
  margin: 30px auto;
}

.f_link a {
  color: #666;
}

/*内页左侧样式*/

.container {
  width: 1200px !important;
  margin: 0 auto;
  padding: 0;
}

.page-product-inquiry a {
  color: #fff;
}

.xypg-left-title {
  background-color: #4e897b;
}
.xypg-job-list .job-title {
  background-color: #4e897b;
}
.xypg-news-list li .more span:hover {
  background-color: #4e897b;
}
.xypg-pagination a:hover {
  background-color: #4e897b;
}
.xypg-news-list li:hover .more span {
  background-color: #4e897b;
}
.xypg-pagination #current,
.xypg-pagination a:hover {
  border: #4e897b;
  background: #4e897b;
}
#toolbar li a {
  background-color: #4e897b;
}
#toolbar li:hover .icon-font {
  background-color: #4e897b;
}


