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

/*头部样式*/
.vn-head1 {
  height: 35px;
  line-height: 35px;
  background: #434343;
  font-size: 12px;
  color: #f9f8f8;
}

.vn-head1 a {
  color: #f9f8f8;
}

.vn-head2 {
  height: 102px;
  /*overflow: hidden;*/
}

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

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

/*搜索和热门搜索*/
.vn-search {
  margin: 15px 0;
}

.vn-search .hotSearch {
  float: left;
  height: 24px;
  line-height: 24px;
  font-weight: normal;
}

.vn-search .hotSearch a {
  margin-right: 6px;
}

.vn-search #formsearch {
  float: right;
}

.vn-search #formsearch input {
  height: 22px;
  background: #fff;
  border: 1px solid #c8c8c8;
  line-height: 22px;
  outline: none;
}

.vn-search #formsearch #keyword {
  height: 22px;
  line-height: 22px;
  padding-left: 4px;
  color: #666;
}

.vn-search #formsearch #s_btn {
  width: 46px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background-color: #3480ce;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 12px;
}

/*导航栏样式*/
#menu {
  margin-top: 36px;
}

.nav1 {
  height: 36px;
}

.nav1 li {
  line-height: 36px;
  height: 36px;
  text-align: center;
  float: left;
  position: relative;
  z-index: 999;
  margin-right: 49px;
}

.nav1 li a {
  display: block;
  line-height: 36px;
  color: #333333;
  height: 36px;
  padding: 0;
  font-size: 16px;
}

.nav1 li a:hover {
  color: #dc3024;
  text-decoration: none;
  border-bottom: 2px solid #dc3024;
}

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

.nav1 .sec {
  height: 0;
  background: #01557a;
  color: #fff;
  overflow: hidden;
  z-index: 9999;
  position: absolute;
  top: 32px;
  left: 0px;
}

.nav1 .sec a {
  background: #007cd4;
  color: #fff;
  height: 38px;
  line-height: 38px;
  width: 90px;
}

.nav1 .sec a:hover {
  background: #042d3f;
  text-decoration: none;
}

/*主体样式*/
.vn1-title {
  height: 66px;
  background: url(../images/xian.png) no-repeat center center;
}

.vn1-title h3 {
  font-size: 26px;
  color: #f30000;
  font-weight: 600;
  line-height: 26px;
  float: left;
  margin-top: 16px;
  margin-left: 465px;
}

.vn1-title h2 {
  font-size: 16px;
  font-weight: 400;
  color: #235ac0;
  float: left;
  text-align: left;
  margin-left: 10px;
  margin-top: 20px;
}

.vn1-title h2 span {
  font-size: 12px;
  color: #7e7e7e;
  display: block;
  text-transform: uppercase;
  margin-top: 5px;
}

.vn1 {
  margin-top: 51px;
}

.vn1 .vn1-pro {
  margin-top: 40px;
}

.vn1 .vn1-pro li {
  float: left;
  width: 282px;
  position: relative;
  margin-right: 24px;
  margin-bottom: 28px;
}

.vn1 .vn1-pro li img {
  width: 282px;
  height: 272px;
}

.vn1 .vn1-pro li h3 {
  width: 100%;
  position: absolute;
  text-align: center;
  line-height: 46px;
  border: 1px solid #cccccc;
  bottom: 0px;
  left: 0px;
  font-size: 16px;
  color: #333333;
  font-weight: 400;
  background: #fff;
}

.vn1 .vn1-pro li h3 a {
  color: #333333;
}

.vn1 .vn1-pro li:hover h3 {
  background: #db291d;
  border-color: #db291d;
}

.vn1 .vn1-pro li:hover h3 a {
  color: #fff;
}

.vn1 .vn1-pro li:nth-child(4n) {
  margin-right: 0px;
}

.vn2 {
  height: 550px;
  background: #f4f4f4;
  padding-top: 39px;
  margin-top: 31px;
}

.vn2 .vn2-con {
  margin-top: 44px;
}

.vn2 .vn2-left {
  width: 469px;
  height: 374px;
  border: 1px solid #cecece;
}

.vn2 .vn2-left .vn2-pro {
  margin-top: 50px;
}

.vn2 .vn2-left .vn2-pro li img {
  margin: 0 auto;
  width: 335px;
  height: 253px;
}

.vn2 .vn2-left .vn2-pro .slick-dots {
  position: absolute;
  /* left: 0; */
  right: 61px;
  text-align: center;
  font-size: 0;
  z-index: 9;
  bottom: -46px;
}

.vn2 .vn2-left .vn2-pro .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  background: #cecece;
  cursor: pointer;
}

.vn2 .vn2-left .vn2-pro .slick-dots li button {
  background: none;
  outline: none;
  border: none;
  font-size: 0;
}

.vn2 .vn2-left .vn2-pro .slick-dots li.slick-active {
  background-color: #f30000;
}

.vn2 .vn2-left .vn2-pro .slick-arrow {
  position: absolute;
  width: 29px;
  height: 67px;
  outline: none;
  border: none;
  font-size: 0px;
  z-index: 99999;
}

.vn2 .vn2-left .vn2-pro .slick-prev {
  background: url(../images/left1.png) no-repeat center center;
  top: 40%;
  left: 0%;
}

.vn2 .vn2-left .vn2-pro .slick-next {
  background: url(../images/right1.png) no-repeat center center;
  top: 40%;
  right: 0%;
}

.vn2 .vn2-mid {
  width: 420px;
  float: left;
  margin-left: 62px;
}

.vn2 .vn2-mid h3 {
  font-size: 24px;
  color: #000000;
  line-height: 24px;
  padding-top: 28px;
}

.vn2 .vn2-mid span {
  font-size: 16px;
  color: #767676;
  text-transform: uppercase;
  line-height: 16px;
  margin-top: 8px;
  display: block;
}

.vn2 .vn2-mid .vn2-about {
  font-size: 16px;
  color: #666666;
  margin-top: 22px;
  line-height: 30px;
}

.vn2 .vn2-mid .vn2-more {
  margin-top: 36px;
}

.vn2 .vn2-mid .vn2-more a {
  display: inline-block;
  width: 146px;
  height: 52px;
  background: url(../images/more.png) no-repeat center;
  font-size: 18px;
  color: #ffffff;
  line-height: 52px;
  text-indent: 48px;
}

.vn2 .vn2-mid .vn2-more a:nth-child(2) {
  margin-left: 22px;
}

.vn2 .vn2-right {
  float: right;
}

.vn2 .vn2-right .vn2-pro1 li {
  margin-bottom: 10px;
}

.vn2 .vn2-right .vn2-pro1 li img {
  width: 193px;
  height: 117px;
}

.vn3 {
  height: 124px;
  background: url(../images/vn3.png) no-repeat center center;
  margin-top: 20px;
  padding-top: 36px;
}

.vn3 #formsearch {
  width: 312px;
  height: 40px;
  background: url(../images/ss1.png) no-repeat center center;
  margin-left: 462px;
}

.vn3 #formsearch input {
  border: none;
  background: none;
  outline: none;
}

.vn3 #formsearch #keyword {
  width: 225px;
  height: 40px;
  line-height: 40px;
  text-indent: 20px;
}

.vn3 #formsearch #s_btn {
  width: 82px;
  height: 40px;
  line-height: 40px;
  font-size: 0px;
}

.vn4 {
  margin-top: 40px;
}

.vn4 .vn4-con {
  height: 412px;
  background: url(../images/vn4.png) no-repeat center center;
  margin-top: 20px;
}

.vn4 .vn4-con .youshi h3 {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  line-height: 24px;
}

.vn4 .vn4-con .youshi span {
  display: block;
  font-size: 16px;
  line-height: 16px;
  color: #666;
  line-height: 24px;
  margin-top: 12px;
}

.vn4 .vn4-con .youshi1 {
  margin-left: 110px;
  margin-top: 60px;
}

.vn4 .vn4-con .youshi3 {
  margin-left: 110px;
  margin-top: 128px;
}

.vn4 .vn4-con .youshi2 {
  text-align: right;
  margin-right: 110px;
  margin-top: 60px;
}

.vn4 .vn4-con .youshi4 {
  text-align: right;
  margin-right: 110px;
  margin-top: 128px;
}

.vn5 {
  margin-top: 50px;
  padding-top: 35px;
  background: #f4f4f4;
  padding-bottom: 36px;
}

.vn5 .vn5-con {
  position: relative;
  margin-top: 37px;
}

.vn5 .vn5-pro li {
  float: left;
  border: 2px solid #cccccc;
  margin-right: 20px;
}
.vn5 .vn5-pro li img{width:400px;}

.vn5 .vn5-pro h3 {
  line-height: 49px;
  text-align: center;
  font-size: 16px;
  color: #666666;
  font-weight: 400;
}

.vn5 .vn5-pro h3 a {
  color: #666;
}

#pdemo {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

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

#pdemo1 {
  float: left;
}

#pdemo2 {
  float: left;
}

.l_btn1 {
  position: absolute;
  left: -50px;
  top: 120px;
}

.r_btn1 {
  position: absolute;
  right: -50px;
  top: 120px;
}

.vn6 {
  margin-top: 54px;
  margin-bottom: 50px;
}

.vn6 .vn6-news {
  width: 370px;
  margin-top: 52px;
}

.vn6 .vn6-news .news-title {
  padding-bottom: 12px;
  border-bottom: 1px solid #b8b8b8;
}

.vn6 .vn6-news .news-title h3 {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 18px;
  float: left;
}

.vn6 .vn6-news .news-title span {
  display: block;
  font-size: 16px;
  color: #666666;
  line-height: 18px;
  float: left;
  text-transform: uppercase;
}

.vn6 .vn6-news .news-title a {
  display: block;
  float: right;
  font-size: 12px;
  color: #666666;
  margin-right: 20px;
}

.vn6 .vn6-news .news1 {
  margin-top: 24px;
}

.vn6 .vn6-news .news1 li .news-img img {
  width: 152px;
  height: 116px;
}

.vn6 .vn6-news .news1 li .news-con {
  width: 202px;
  margin-top: 10px;
}

.vn6 .vn6-news .news1 li .news-con h3 {
  font-size: 14px;
  font-weight: 400;
  background: url(../images/jian.png) no-repeat left center;
  padding-left: 23px;
  float: left;
}

.vn6 .vn6-news .news1 li .news-con h3 a {
  color: #333333;
}

.vn6 .vn6-news .news1 li .news-con span {
  float: right;
  font-size: 12px;
  color: #a6a6a6;
}

.vn6 .vn6-news .news1 li .news-con p {
  font-size: 12px;
  color: #666666;
  margin-top: 18px;
}

.vn6 .vn6-news .news2 {
  margin-top: 15px;
}

.vn6 .vn6-news .news2 li h3 {
  font-size: 12px;
  font-weight: 400;
  background: url(../images/jian.png) no-repeat left center, url(../images/re.png) no-repeat 240px center;
  padding-left: 38px;
  float: left;
  line-height: 30px;
  padding-right: 55px;
  width: 300px;
}

.vn6 .vn6-news .news2 li h3 a {
  color: #666666;
}

.vn6 .vn6-news .news2 li span {
  display: block;
  font-size: 12px;
  color: #a5a5a5;
  float: right;
  line-height: 30px;
}

.vn6 .vn6-news2 {
  margin-left: 45px;
}

.vn-foot {
  height: 212px;
  background: #313131;
}

.vn-foot .vn-contact h3 {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 16px;
  margin-top: 25px;
}

.vn-foot .vn-contact .contact-con {
  font-size: 12px;
  color: #ffffff;
  line-height: 28px;
  margin-top: 17px;
}

.vn-foot .vn-erweima {
  margin-left: 180px;
  margin-top: 30px;
}

.vn-foot .foot-right {
  text-align: right;
}

.vn-foot .foot-right .vn-share {
  margin-top: 32px;
}

.vn-foot .foot-right .vn-share a {
  margin-left: 10px;
}

.vn-foot .foot-right .right-wz {
  margin-top: 26px;
}

.vn-foot .foot-right .right-wz h1 {
  font-size: 12px;
  color: #ebebeb;
  font-weight: 400;
}

.vn-foot .foot-right .right-wz .jishu {
  font-size: 12px;
  color: #ebebeb;
  line-height: 24px;
  margin-top: 10px;
}

.vn-foot .foot-right .right-wz .jishu a {
  color: #ebebeb;
}

/*内页左侧样式*/
.container {
  width: 1200px !important;
  margin: 0 auto;
  padding: 0;
}

.page-position a {
  color: #fff;
}

.left {
  width: 225px;
  float: left;
}

.right {
  width: 940px;
  float: right;
}

.xypg-case-list li {
  width: 300px;
}

.xypg-product-list li {
  width: 293px;
}

.xypg-product-list li .img img {
  width: 271px;
  height: 255px;
}

.relate-product-slick .owl-item .img img {
  width: 213px;
  height: 200px;
}

.xypg-case-list li .img img {
  width: 300px;
  height: 157px;
}

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

.page-mob-tool {
  display: none;
}

.xypg-banner img {
  width: 100%;
}







.boxx {
    max-width: 1200px;
    margin: 0 auto;
}

.link{width:100%;background:#fff;color:#999;line-height:24px;font-size:13px;text-align: left;}
.link a{display:inline-block;margin-left:8px;font-size:12px;color:#999;}




































