@charset "UTF-8";
/*初始化样式*/
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: #3480ce;
  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;
}

/*----- 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;
}

.com-img {
  display: inline;
  overflow: hidden;
  margin: 0 auto;
  display: table;
}

.com-img img {
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}

.com-img:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.vn1200 {
  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.5s ease-in 0s;
  -webkit-transition: all 0.5s ease-in 0s;
  -moz-transition: all 0.5s ease-in 0s;
  -o-transition: all 0.5s ease-in 0s;
}

.com-img:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

/*头部样式*/
.fenzhan {
  font-size: 14px;
  color: #333333;
  margin-top: 20px;
  line-height: 14px;
}

.fenzhan a {
  color: #333333;
}

.logo {
  float: left;
  line-height: 120px; width:329px; 
}

.nav {
  height: 68px; width:780px; float:right
}

.nav li {
  line-height: 68px;
  height: 68px;
  text-align: center;
  width: 110px;
  float: left;
  position: relative;
  z-index: 999;
}

.nav li a {
  display: block;
  line-height: 68px;
  color: #000;
  height: 68px;
  font-size: 15px;
  font-family: '微软雅黑';
}

.nav li a:hover {
  color: #269ce4;
  text-decoration: none;
}

.nav li.lxff {
  background: none;
}

.nav .sec {
  height: 0;
  background: #fff;
  color: #333;
  overflow: hidden;
  z-index: 9999;
  position: absolute;
  top: 73px;
  left: 0px;
}

.nav .sec a {
  background: #fff;
  color: #333;
  height: 38px;
  line-height: 38px;
  width: 142px;
  border-bottom: #adbac9 1px dashed;
  font-size: 13px;
}

.nav .sec a:hover {
  background: #fff;
  text-decoration: none;
}

.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;
}

.head {
  background: #fff;
}

#header {
  width: 1200px;
  margin: 0 auto;
}

.logo {
  float: left;
}

.topLink {
  float: right;
  text-align: right;
  position: relative;
  z-index: 9999;
  width: 910px;
}

.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:visited {
  text-decoration: none;
  color: #333;
}

.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;
}

.k1 {
  line-height: 30px;
  float: right;
  color: #404040;
}

.k1 a {
  color: #404040;
}

.topLink .k2 {
  color: #3b3b3b;
  font-size: 16px;
  font-family: "微软雅黑";
  float: right;
  text-align: left;
  margin-top: 25px;
}

/*çƒ­é—¨æœç´¢*/
.sosuo {
  background: url(../images/sosuo.jpg) repeat-x;
  height: 79px;
}

.search {
  text-align: left;
  height: 58px;
  width: 1200px;
  margin: 0 auto;
}

#formsearch {
  float: right;
  width: 271px;
  background: url(../images/search.png) no-repeat;
  margin-top: 21px;
}

.hotSearch a {
  margin-right: 6px;
  color: #404040;
}

.hotSearch1 a {
  margin-right: 6px;
  color: #848484;
  font-family: "微软雅黑";
  font-weight: normal;
}

#formsearch input {
  height: 30px;
  background: none;
  border: none;
  line-height: 30px;
}

#formsearch input#keyword {
  height: 30px;
  line-height: 30px;
  padding-left: 22px;
  color: #666;
  width: 213px;
  float: left;
}

#formsearch input#s_btn {
  width: 57px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border: none;
  cursor: pointer;
  float: right;
}

.hotSearch {
  float: left;
  height: 30px;
  line-height: 30px;
  font-weight: normal;
  color: #404040;
}

.hotSearch1 {
  float: left;
  height: 58px;
  line-height: 58px;
  font-weight: 400;
  color: #848484;
  font-family: "微软雅黑";
  font-size: 12px;
}

.box1 {
  background: #f6f6f6;
  padding-top: 40px;
  padding-bottom: 66px;
}

.ptt {
  width: 300px;
}

.pt {
  color: #2b2b2b;
  font-size: 32px;
}

.pt img {
  margin-left: 7px;
}

.pt2 {
  color: #666666;
  font-size: 14px;
  letter-spacing: 2px;
}

.sort1 {
  float: right;
  width: 870px;
  margin-top: 29px;
}

.sort1 li {
  float: left;
}

.sort1 li + li {
  margin-left: 21px;
}

.sort1 li a {
  color: #666666;
  font-size: 16px;
  display: block;
  background: #fff;
  width: 157px;
  margin: 0 auto;
  line-height: 36px;
  border-radius: 5px;
  text-align: center;
}

.sort1 li a:hover {
  color: #fff;
  background: #0093e2;
}

.prod {
  margin-top: 40px;
}

.pleft {
  width: 590px;
}

.pright {
  width: 610px;
}

.box2 {
  margin-top: 50px;
}

.ystt {
  font-weight: 400;
  text-align: center;
  color: #6b6f73;
  font-size: 18px;
  background: url(../images/ytt.png) no-repeat center center;
}

.ystt2 {
  text-align: center;
  color: #0096e4;
  font-size: 34px;
  letter-spacing: 3px;
  font-weight: bold;
}

.ystt3 {
  text-align: center;
  color: #999999;
  font-size: 14px;
}

.ystt2 span {
  font: 600 54px/54px "Microsoft YaHei";
  font-style: italic;
}

.box1 .cont {
  position: relative;
}

.lb,
.rb {
  position: absolute;
  top: 40%;
  cursor: pointer;
  z-index: 99999;
}

.lb {
  left: -70px;
  background: url(../images/left.png) no-repeat;
  height: 40px;
  width: 40px;
}

.rb {
  right: -70px;
  background: url(../images/right.png) no-repeat;
  height: 40px;
  width: 40px;
}

.lb:hover {
  background: url(../images/left2.png) no-repeat;
  height: 40px;
  width: 40px;
}

.rb:hover {
  background: url(../images/right2.png) no-repeat;
  height: 40px;
  width: 40px;
}

.ads {
  margin-top: 58px;
}

.ads li {
  width: 294px;
  float: left;
  height: 545px;
  overflow: hidden;
}

.ads li + li {
  margin-left: 8px;
}


.ads li img {
  width: 294px; height:201px;
  
}

.ads li .det {
  border: 1px solid #ddd;
  height: 287px;
  padding: 0 36px;
}

.ads li h3 {
  font-size: 22px;
  padding-top: 45px;
  color: #333333;
  line-height: 31px;
}

.ads li span {
  font-size: 16px;
  line-height: 29px;
  padding-top: 16px;
  display: block;
  color: #666666;
}

.box3 {
  width: 1920px;
  margin: 0 auto;
  position: relative;
  left: 50%;
  margin-left: -960px;
  height: 551px;
  background: url(../images/bj3.png) no-repeat;
  margin-top: 78px;
}

.box3 .cont1 {
  width: 960px;
}

.box3 .cont1 .min {
  margin-left: 360px;
  margin-top: 67px;
  width: 600px;
}

.cftt {
  color: #0096e4;
  font-size: 32px;
  background: url(../images/sb.png) no-repeat;
  height: 132px;
  line-height: 166px;
  width: 396px;
}

.sbwz {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  width: 425px;
  height: 75px;
  overflow: hidden;
  padding-top: 28px;
}

a.mm {
  color: #fff;
  font-size: 14px;
  display: block;
  text-align: center;
  border-radius: 4px;
  width: 128px;
  line-height: 32px;
  background: #0096e4;
  margin-top: 15px;
}

.ads2 {
  margin-top: 83px;
}

.ads2 li {
  width: 70px;
  float: left;
  text-align: center;
}

.ads2 li + li {
  margin-left: 98px;
}

.ads2 li h3 {
  font-size: 16px;
  padding-top: 19px;
  color: #0096e4;
  font-weight: normal;
}

.box3 .cont2 {
  width: 960px;
}

.ads3 li {
  width: 960px;
  position: relative;
}

.ads3 li img {
  width: 960px;
  height: 570px;
}

.ads3 li h3 {
  font-size: 20px;
  color: #fff;
  font-weight: normal;
  color: #fff;
  line-height: 60px;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  display: none;
}

.box3 .cont3 {
  position: relative;
  display: none;
}

.lb2,
.rb2 {
  position: absolute;
  top: 40%;
  cursor: pointer;
  z-index: 99999;
}

.lb2 {
  left: 0px;
  background: url(../images/left3.png) no-repeat;
  height: 37px;
  width: 24px;
}

.rb2 {
  right: 10px;
  background: url(../images/right3.png) no-repeat;
  height: 37px;
  width: 24px;
}

.lb2:hover {
  background: url(../images/left4.png) no-repeat;
  height: 37px;
  width: 24px;
}

.rb2:hover {
  background: url(../images/right4.png) no-repeat;
  height: 37px;
  width: 24px;
}

.banner2 {
  width: 590px;
  margin: 0 auto;
  position: relative;
  left: 50%;
  margin-left: -295px;
  height: 490px;
}

.banner2 ul.bb2 {
  position: relative;
  padding: 0px;
  margin: 0px;
  z-index: 5;
}

.banner2 ul.bb2 li {
  position: absolute;
  display: none;
}

.banner2 .num2 {
  position: absolute;
  right: 40px;
  bottom: 35px;
  z-index: 100;
}

.banner2 .num2 li {
  width: 12px;
  height: 14px;
  display: inline-block;
  margin: 0 5px;
  background: url(../images/y.png) no-repeat;
  line-height: 14px;
  text-indent: -100px;
  overflow: hidden;
  border-radius: 4px;
}

.banner2 .num2 li.num_hover {
  background: url(../images/yy.png) no-repeat;
}

.banner2 .num2 li.num_hover a {
  color: #fff;
}

.banner2 .num2 li a {
  float: left;
  display: block;
  text-align: center;
  color: #666;
  text-decoration: none;
  cursor: pointer;
  width: 18px;
  height: 18px;
  line-height: 18px;
}

.banner2 li h3 {
  height: 96px;
  line-height: 96px;
  background: #fff;
  font-weight: normal;
  text-indent: 50px;
}

.banner2 li h3 a {
  color: #333333;
  font-size: 14px;
}

/*滚动*/
#demo {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

#indemo {
  float: left;
  width: 800%;
}

#demo1 {
  float: left;
}

#demo2 {
  float: left;
}

.product_list1 li {
  float: left;
  margin-left: 20px;
  margin-bottom: 21px;
  _display: inline;
}

.product_list1 li a.img img {
  width: 285px;
  height: 189px;
}

.product_list1 li h3 {
  text-align: center;
  line-height: 44px;
  background: #fff;
  border-top: 1px solid #e1e1e1;
}

.product_list1 li h3 a {
  font-weight: normal;
  color: #4c4c4c;
  font-size: 14px;
}

.product_list1 li a.img {
  display: block;
}

.product_list2 li {
  float: left;
  margin: 0 10px;
  _display: inline;
}

.product_list2 li a.img img {
  width: 285px;
  height: 189px;
}

.product_list2 li h3 {
  text-align: center;
  line-height: 44px;
  background: #fff;
  border-top: 1px solid #e1e1e1;
}

.product_list2 li h3 a {
  font-weight: normal;
  color: #4c4c4c;
  font-size: 14px;
}

.product_list2 li a.img {
  display: block;
}

.product_list2 li:hover h3 {
  background: #42afe7;
  border-color: #42afe7;
}

.product_list2 li:hover h3 a {
  color: #fff;
}

.product_list3 li {
  float: left;
  _display: inline;
  position: relative;
}

.product_list3 li a.img img {
  width: 321px;
  height: 165px;
}

.product_list3 li .mask {
  width: 321px;
  height: 165px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
}

.product_list3 li:hover .mask {
  opacity: 0;
}

#m_demo {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

#m_indemo {
  float: left;
  width: 800%;
}

#m_demo1 {
  float: left;
}

#m_demo2 {
  float: left;
}

.box4 {
  margin-top: 50px;
}

.sort2 {
  float: right;
  margin-top: 29px;
  text-align: right;
}

.sort2 li {
  float: left;
}

.sort2 li + li {
  margin-left: 21px;
}

.sort2 li a {
  color: #999999;
  font-size: 14px;
  display: block;
  background: #fff;
  width: 110px;
  margin: 0 auto;
  line-height: 36px;
  text-align: center;
  border: 1px solid #999999;
}

.sort2 li a:hover {
  color: #fff;
  background: #0093e2;
}

.ads4 {
  margin-top: 66px;
}

.ads4 li {
  float: left;
  margin-right: 20px;
  margin-bottom: 27px;
}

.ads4 li img {
  width: 380px;
  height: 234px;
}

.ads4 li:nth-child(2n) {
  float: right;
  margin-right: 0px;
}

.anli {
  width: 792px;
}

.nalitubn {
  width: 380px;
  height: 495px;
  margin-top: 65px;
}

.box5 {
  width: 1200px;
  margin: 0 auto;
  background: url(../images/ab.png) no-repeat center top;
  height: 415px;
  margin-top: 76px;
  background-color: #ededed;
}

.abpic {
  width: 550px;
  height: 396px;
  margin-left: 14px;
  padding-top: 14px;
}

.about {
  width: 565px;
  margin-right: 35px;
}

.about_title {
  font-weight: bold;
  font-size: 38px;
  color: #0096e4;
}

.about_title span {
  font-weight: bold;
  font-size: 46px;
  color: #efefef;
  text-transform: uppercase;
  padding-left: 15px;
}

.about_title p {
  font-weight: normal;
  font-size: 18px;
  color: #333333;
  letter-spacing: 7px;
}

.about .content {
  color: #666666;
  font-size: 14px;
  line-height: 26px;
  text-align: justify;
  overflow: hidden;
  padding-top: 40px;
}

.estructure {
  margin-top: 4px;
}
.wh {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  color:#fff;
}
.wh a{ color:#fff;}
.estructure li {
  width: 106px;
  float: left;
  border: 1px solid #dfdfdf;
  height: 90px;
  text-align: center;
  padding-top: 16px;
  overflow: hidden;
}

.estructure li + li {
  margin-left: 38px;
}

.estructure li .img1 {
  display: block;
  width: 37px;
  height: 40px;
  overflow: hidden;
  margin: 0 auto;
}

.estructure li .img1 img {
  width: 37px;
  height: 80px;
}

.estructure li h3 {
  font-size: 14px;
  padding-top: 9px;
  color: #666666;
  font-weight: normal;
}

.estructure li:hover {
  background: #0093e2;
}

.estructure li:hover .img1 img {
  margin-top: -40px;
}

.estructure li:hover h3 {
  color: #fff;
}

.neit {
  background: url(../images/nei1.png) top center no-repeat;
  height: 170px;
  margin-top: 55px;
  box-sizing: border-box;
  padding-top: 43px;
}

.chan {
  width: 1200px;
  margin: 0 auto;
}

.box6 {
  background: #0096e4;
  padding: 5px 0;
  margin-top: 60px;
}

.dyug li {
  float: left;
  width: 170px;
  text-align: center;
}

.dyug_img {
  height: 52px;
}

.dyug_zi {
  font: 400 16px/35px "Microsoft YaHei";
  color: #fff;
}

.c2 {
  background: #fff;
  height: 160px;
  overflow: hidden;
}

.c2-con {
  padding-top: 35px;
}

.c2-con ul li {
  width: 299px;
  float: left;
  background: url(../images/line.png) no-repeat right 25px;
  text-align: center;
  position: relative;
}

.c2-con ul li:last-child {
  background: none;
}

.c2-con ul li .count-title {
  font: bold 54px/53px "Arial";
  color: #555555;
}

.c2-con ul li dt {
  font-size: 12px;
  color: #555555;
  position: absolute;
  top: -4px;
  left: 216px;
}

.c2-con ul li span {
  font: bold 14px/80px "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
  position: absolute;
  top: 15px;
  left: 205px;
}

.c2-con ul li:nth-child(2) dt {
  left: 227px;
}

.c2-con ul li p {
  font: normal 14px/50px "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
  color: #555555;
}

.box7 {
  margin-top: 60px;
}

#innewsdemo {
  height: 310px;
  overflow: hidden;
}

.news_lists li {
  position: relative;
  background: none;
  border-bottom: 1px dashed #d8d8d8;
  padding: 12px 0;
}

.news_lists li a {
  color: #454545;
  background: url(../images/wen.png) left 50% no-repeat;
  font: 400 14px/25px "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
  padding-left: 40px;
  display: block;
}

.news_lists li span {
  background: url(../images/da.png) left 8px no-repeat;
  font: 400 12px/23px "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
  padding-left: 40px;
  color: #666666;
  display: block;
}

.nsq {
  width: 384px;
  padding: 0 30px;
  height: 400px;
  padding-top: 14px;
  border: 1px solid #d8d8d8;
  margin-top: 60px;
}

.news1-title {
  font-size: 16px;
  color: #0096e4;
  line-height: 35px;
  font-weight: bold;
  background: url(../images/nq.png) no-repeat;
  height: 43px;
  position: relative;
  padding-left: 47px;
}

.news1-title a {
  background: url(../images/nm.png) no-repeat;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  right: 0;
  top: 5px;
}

.nsq .content {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  margin-top: 26px;
}

#innewsdemo {
  height: 310px;
  overflow: hidden;
}

.news_lists li {
  position: relative;
  background: none;
  border-bottom: 1px dashed #d8d8d8;
  padding: 12px 0;
}

.news_lists li a {
  color: #454545;
  background: url(../images/wen.png) left 50% no-repeat;
  font: 400 14px/25px "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
  padding-left: 40px;
  display: block;
}

.news_lists li span {
  background: url(../images/da.png) left 8px no-repeat;
  font: 400 12px/23px "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
  padding-left: 40px;
  color: #666666;
  display: block;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.di {
  _display: inline;
}

.fwn {
  font-weight: normal;
}

.dib {
  *display: inline;
  _zoom: 1;
  _display: inline;
  _font-size: 0px;
}

.nsleft {
  width: 705px;
  margin-top: 60px;
  height: 414px;
}

.slideGroup .parHd {
  width: 127px;
  float: left;
}

.slideGroup .parHd li {
  float: left;
  background: #b5b5b5;
  cursor: pointer;
  height: 207px;
  padding-left: 25px;
  width: 102px;
  margin-bottom: 2px;
  box-sizing: content-box;
}

.slideGroup .parHd li b {
  width: 31px;
  height: 35px;
  padding-top: 28px;
  display: block;
  box-sizing: content-box;
}

.slideGroup .parHd li strong {
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  display: block;
  padding-top: 13px;
}

.slideGroup .parHd li span {
  color: #ffffff;
  font-size: 12px;
  display: block;
  padding-top: 0px;
  text-transform: uppercase;
}

.slideGroup .parHd li a {
  height: 22px;
  width: 70px;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  font-size: 12px;
  display: block;
  margin-top: 17px;
}

.slideGroup .parHd li.on {
  background: #0096e4;
}

.slideGroup .slideBox {
  overflow: hidden;
}

.slideGroup .parBd {
  border: 1px solid #d8d8d8;
  border-left: none;
  float: right;
  width: 520px;
  padding-right: 25px;
  padding-left: 32px;
  height: 414px;
  box-sizing: content-box;
}

.slideGroup .parBd ul {
  overflow: hidden;
  zoom: 1;
}

.slideGroup .parBd ul li {
  _display: inline;
  overflow: hidden;
}

.news_list1 {
  padding-top: 15px;
}

.news_list1 li .img {
  float: left;
}

.news_list1 li .img img {
  width: 226px;
  height: 162px;
}

.news_list1 li .det {
  width: 250px;
  float: left;
  margin-left: 20px;
  text-align: left;
  padding-top: 10px;
}

.news_list1 li b {
  color: #666666;
  font-size: 12px;
  font-weight: normal;
}

.news_list1 li span {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  display: block;
}

.news_list1 li a.ntt {
  color: #666666;
  font-size: 14px;
  display: block;
  padding: 10px 0;
}

.news_list1 li p {
  color: #666666;
  font-size: 12px;
  line-height: 26px;
}

.infoList {
  height: 200px;
  overflow: hidden;
  margin-top: 10px;
}

.infoList li {
  position: relative;
  height: 47px;
  line-height: 47px;
  border-bottom: 1px solid #d8d8d8;
}

.infoList li a {
  color: #666666;
  font-size: 14px;
}

.infoList li a:hover {
  text-decoration: none;
  color: #e87518;
}

.infoList li span {
  color: #666666;
  z-index: 0;
  position: absolute;
  right: 0px;
  top: 0px;
}

/*友情链接*/
.links {
  height: 60px;
}

.f_link {
  width: 1200px;
  margin: 0 auto;
  line-height: 30px;
  text-indent: 20px;
  padding-top: 40px;
}

.f_link a {
  color: #000;
  font-family: '微软雅黑';
}

.f_link span {
  font: 400 14px/30px "Microsoft YaHei";
  color: #0096e4;
  text-transform: uppercase;
}

/*页面底部*/
.foot {
  background: #79b70d;
  padding-top: 10px;
  padding-bottom: 15px;
}

.footer {
  width: 1000px;
  position: relative;
  margin: 0 auto;
}

.logos {
  position: absolute;
  top: 25px;
  left: 0;
}

#footer {
  position: relative;
  width: 706px;
  margin: 0 auto;
  text-align: center;
  font-family: '微软雅黑';
  color: #fff;
}

#footer a {
  color: #fff;
  font-family: '微软雅黑';
}

#footer a:visited {
  color: #fff;
  text-decoration: none;
}

#footer a:hover {
  color: #e87518;
  text-decoration: none;
}

.nav_foot {
  text-align: left;
  line-height: 24px;
}

.nav_foot a {
  /*margin: 0 10px;*/
}

.copyright {
  text-align: center;
  color: #fff;
  line-height: 22px;
  padding-top: 5px;
}

.copyright a {
  color: #fff;
}

.x-region {
  text-align: center;
  color: #fff;
  line-height: 22px;
  padding-bottom: 5px;
}

.x-region a {
  color: #fff;
}

.more_region {
  position: absolute;
  right: 10px;
  line-height: 30px;
  top: 0;
  font-weight: normal;
  font-size: 12px;
}

#footer h3 {
  width: 80px;
  line-height: 30px;
  position: absolute;
  right: 233px;
  top: 5px;
  font-weight: normal;
}

.foot2 {
  background: #313131;
  margin-top: 30px;
}

.d_erm1 {
  margin-top: 45px;
  width: 151px;
  text-align: center;
  font-size: 14px;
  color: #f9f9f9;
  line-height: 50px;
}

.d_title1 h2 {
  color: #f6f6f6;
  font: 600 26px/30px "Arial";
  background: url(../images/hjkahkhk1.png) no-repeat left bottom;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.d_lianxi {
  padding-top: 36px;
  width: 407px;
  margin-left: 75px;
}

.d_lianxi h3 {
  color: #fff;
  font: 600 18px/30px "微软雅黑";
  margin-top: 25px;
}

.hgjagjh {
  color: #f9f9f9;
  font: 500 14px/40px "微软雅黑";
  margin-top: 14px;
}

.hgjagjh img {
  padding-right: 6px;
}

.con {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.d_zaixian {
  margin-top: 36px;
}

.ghjagjhghhh1 li {
  float: left;
  width: 120px;
  text-align: left;
}

.nav_foot {
  padding-top: 36px;
  margin-left: 40px;
  width: 240px;
}

.ghjagjhghhh1 {
  margin-top: 15px;
}

.ghjagjhghhh1 a {
  color: #f9f9f9;
  font: 500 14px/42px "微软雅黑";
}

.d_tpl1 {
  color: #fff;
  font: 500 14px/20px "微软雅黑";
  background: url(../images/ghjaghjn1.png) no-repeat left center;
  padding-left: 40px;
  margin-top: 32px;
}

a.d_mess1 {
  margin-top: 24px;
  display: block;
}

.foot2_a1 {
  border-bottom: 1px solid #fff;
  margin-top: 50px;
  color: #c1c1c1;
  font: 500 12px/24px "微软雅黑";
}

.foot2_a1 a {
  color: #c1c1c1;
}

.foot2_a1 a:hover {
  color: #e87518;
}

/*内页左侧样式*/
.container {
  width: 1200px !important;
  margin: 0 auto;
  padding: 0;
}

.left {
  width: 225px;
  float: left;
}

.right {
  width: 940px;
  float: right;
}

.xypg-case-list li {
  width: 270px;
}

.xypg-product-list li {
  width: 264px;
}

.xypg-product-list li .img img {
  width: 242px;
  height: 161px;
}

.relate-product-slick .owl-item .img img {
  width: 213px;
  height: 142px;
}

.xypg-case-list li .img img {
  width: 270px;
  height: 157px;
}

.page-product-inquiry a {
  color: #fff;
}

.page-mob-tool {
  display: none;
}

.xypg-banner img {
  width: 100%;
}





/*===留言频道  开始===*/
.guestbook{ }
.guestbooklist{}
.guestbooklist li{ padding:10px; border:1px solid #CCC; margin-bottom:10px; }
.MessageTitle { color:#227BAD; line-height:1.5em; font-weight:bold;}
.MessageContent { padding:5px; margin-bottom:10px; }
table.guestbook_table{ width:98%;  }
table.guestbook_table th{ width:100px; text-align:left}
table.guestbook_table td{ text-align:left}
table.guestbook_table .operation{ text-align:center }




/*按钮*/
.btn {-webkit-border-radius: 3px;-moz-border-radius: 3px;-ms-border-radius: 3px;  -o-border-radius: 3px;  border-radius: 3px;
  display: -moz-inline-stack;  display: inline-block;  *display: inline;  vertical-align: middle;  *vertical-align: auto;
  zoom: 1;    height: 32px;  line-height: 32px;  padding: 0px 20px;font-weight: 300;  font-size: 14px; 
  margin: 0; text-decoration: none; text-align: center; text-indent:0; cursor:pointer;
  border: 1px solid #d4d4d4; color: #666666;  text-shadow: 0 1px 1px white;}
/*默认样式*/
.btn {  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00b5e5), color-stop(100%, #008db2));
  background: -webkit-linear-gradient(top, #00b5e5, #008db2);  background: -moz-linear-gradient(top, #00b5e5, #008db2);
  background: -o-linear-gradient(top, #00b5e5, #008db2);  background: linear-gradient(top, #00b5e5, #008db2);
  background-color: #00a1cb;border-color: #007998;  color: white;  text-shadow: 0 -1px 1px rgba(0, 40, 50, 0.35);}
.btn:hover { color:white;  background-color: #00a1cb;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00c9fe), color-stop(100%, #008db2));
  background: -webkit-linear-gradient(top, #00c9fe, #008db2);  background: -moz-linear-gradient(top, #00c9fe, #008db2);
  background: -o-linear-gradient(top, #00c9fe, #008db2);  background: linear-gradient(top, #00c9fe, #008db2);}
.btn:active {background: #1495b7;  color: #005065;}
/*按钮大小*/
.btn-large {font-size: 19px;  height: 38.4px;  line-height: 38.4px;  padding: 0px 26px;}
.btn-small {  font-size: 12px; height: 25.6px; line-height: 25.6px;  padding: 0px 16px;}
.btn-tiny {  font-size: 12px;  height: 22.4px;  line-height: 22.4px; padding: 0px 13px;}
/*块按钮*/
.btn-block {display: block;}

/*表单类*/
.form_text, .form_text:hover, .form_text_verifycode, .form_text_verifycode:hover{border-color: #a0a0a0 #cbd9eb #cbd9eb #a0a0a0;
border-width:1px; height:20px; line-height:20px;clip: rect;padding: 2px; color: #000000; background: url(../images/form_bg.jpg) #fff repeat-x;}
.form_text {  width:95%; background-position:  0px 0px; margin-top:10px; }
.form_text:hover {background-position: 0px -37px;}
.form_text_verifycode { width:50px; margin-right:3px;background-position:  0px 0px;}
.form_text_verifycode:hover {background-position: 0px -37px;}
.form_radio{ width:auto; border:0;}
.form_checkbox{ width:auto; border:0}
.form_select { height:25px; }
.form_textarea { width:95%; height:80px; border-color: #a0a0a0 #cbd9eb #cbd9eb #a0a0a0;border-width:1px; padding:2px;}
.form_button { width:auto; vertical-align:middle; border:0 none;/*解决ie焦点是有黑色边框*/}
input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, 
input[type="file"] > input[type="button"]::-moz-focus-inner{ border:none;padding:0; }
.required{ color:red; font-weight:bold; text-align:left; padding-left:3px;}











/*清除浮动*/
.clearfix:after{ 
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix{ /*兼容 IE*/
    zoom: 1;
}




.container{}
/**/
.about {padding-bottom: 65px;}
.about .conbox {height: 503px;}
.about .conbox .conleft {width: 550px;padding-top: 75px;}
.about .conbox .conleft h3 {font-size: 36px;font-weight: normal;}
.about .conbox .conleft h3 a {color: #333;}
.about .conbox .conleft .p1 {font-size: 18px;color: #666;margin-bottom: 35px;}
.about .conbox .conleft .p2 {font-size: 13px;line-height: 24px;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 5; -webkit-box-orient: vertical;height: 120px;}
.about .conbox .conleft em {display: block;margin-top: 50px;width: 55px;height: 1px;background: #aeaeae;}
.about .conbox .conleft a.ljgda {display: block;width: 146px;height: 44px;border: 1px solid #d0d0d0;line-height: 44px;text-align: center;font-size: 13px;margin-top: 100px;}
.about .conbox .conleft a.ljgda:hover {background: #00a1e4;color: #fff;border: 1px solid #00a1e4;}
.about .conbox .conright {cursor:pointer}
.about .abo_bot {padding-top: 80px;}
.about .abo_bot dl {float: left;width: 299px;border-left: 1px solid #d0d0d0;height: 170px;text-align: center;}
.about .abo_bot dl:first-child {border-left: none;}
.about .abo_bot dl dt {text-align: center;color: #00a1e4;margin-bottom: 30px;padding-top: 10px;}
.about .abo_bot dl dt b {display: inline-block;*display: inline;*zoom: 1;vertical-align: top;font-size: 56px;}
.about .abo_bot dl dt em {display: inline-block;*display: inline;*zoom: 1;vertical-align: top;font-size: 20px;}
.about .abo_bot dl dd {font-size: 16px;line-height: 24px;color: #333;}
