﻿@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: 31px;
  background: #f4f4f4;
  color: #fff;
  line-height: 31px;
  overflow: hidden;
  font-size: 12px;
  color: #999999;
}

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

.vn-head2 {
  height: 110px;
  overflow: hidden;
  background: #fff;
}

.vn-head2 .top-contact {
  background: url(../images/tel.png) no-repeat left bottom;
  padding-left: 61px;
  margin-top: 30px;
}

.vn-head2 .top-contact p:first-child {
  font-size: 16px;
  color: #333333;
  line-height: 16px;
  text-align: left;
}

.vn-head2 .top-contact p:nth-child(2) {
  font-size: 24px;
  color: #333333;
  line-height: 24px;
  margin-top: 10px;
  text-align: center;
}

.vn-head2 .top-contact p:nth-child(3) {
  font-size: 24px;
  color: #333333;
  line-height: 24px;
  margin-top: 10px;
  text-align: center;
}

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

.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 {
  height: 66px;
  background: #f2f2f2;
}

.vn-search .hotSearch {
  float: left;
  height: 66px;
  line-height: 66px;
  font-weight: normal;
  font-size: 14px;
  color: #999999;
}

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

.vn-search #formsearch {
  float: right;
  margin-top: 14px;
}

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

.vn-search #formsearch #keyword {
  width: 224px;
  height: 39px;
  line-height: 39px;
  border: none;
  border-left: 1px solid #cccccc;
  color: #999999;
  background: none;
  text-indent: 33px;
  font-size: 14px;
}

.vn-search #formsearch #s_btn {
  width: 21px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  background: url(../images/ss.png) no-repeat center center;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 0px;
}

/*导航栏样式*/
#menu {
  background: #008cd7;
}

.nav1 {
  height: 50px;
}

.nav1 li {
  line-height: 50px;
  height: 50px;
  text-align: center;
  width: 150px;
  float: left;
  position: relative;
  z-index: 999;
}

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

.nav1 li a:hover {
  color: #fff;
  text-decoration: none;
}

.nav1 li:hover {
  background: #ff9c00;
}

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

.nav1 .sec a {
  background: #01557a;
  color: #fff;
  height: 38px;
  line-height: 38px;
  width: 150px;
}

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

.vn1 {
  margin-top: 75px;
}

.vn1 .vn1-title {
  text-align: center;
  background: url(../images/title1.png) no-repeat center center;
}

.vn1 .vn1-title h3 {
  font-size: 28px;
  color: #333333;
  font-weight: 400;
  line-height: 28px;
}

.vn1 .vn1-title h3 span {
  font-weight: 600;
  color: #ff9c00;
}

.vn1 .vn1-title h2 {
  font-size: 24px;
  color: #a5a5a5;
  line-height: 24px;
  text-transform: uppercase;
  margin-top: 8px;
  font-weight: 400;
}

.vn1 .vn1-con {
  margin-top: 36px;
}

.vn1 .vn1-con .vn1-left {
  width: 230px;
  height: 745px;
  background: url(../images/cate.png) no-repeat center center;
}

.vn1 .vn1-con .vn1-left h3 {
  font-size: 30px;
  color: #ffffff;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  margin-top: 51px;
  margin-bottom: 60px;
}

.vn1 .vn1-con .vn1-left .vn1-cate {
  /* width: 169px; */
  width: 195px;
  margin: 0 auto;
}

.vn1 .vn1-con .vn1-left .vn1-cate li {
  line-height: 41px;
  border-bottom: 1px dashed #cecece;
  font-size: 16px;
  color: #333333;
  text-indent: 31px;
  margin-top: 21px;
  /* background: url(../images/shui.png) no-repeat 8px center, url(../images/jian.png) no-repeat right center; */
}

.vn1 .vn1-con .vn1-left .vn1-cate li a {
  color: #333333;    display: block;
}

.vn1 .vn1-con .vn1-left .vn1-cate li:hover {
  /* background: url(../images/shui1.png) no-repeat 8px center, url(../images/jian1.png) no-repeat right center; */
}

.vn1 .vn1-con .vn1-left .vn1-cate li:hover a {
  color: #008cd7;
}

.vn1 .vn1-con .vn1-left .cate-tel {
  margin-top: 20px;
}

.vn1 .vn1-con .vn1-left .cate-tel p:first-child {
  font-size: 16px;
  color: #008cd7;
  font-weight: 600;
  background: url(../images/title2.png) no-repeat center center;
  text-align: center;
}

.vn1 .vn1-con .vn1-left .cate-tel p:nth-child(2) {
  font-size: 20px;
  color: #008cd7;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  margin-top: 4px;
}

.vn1 .vn1-con .vn1-left .cate-tel p:nth-child(3) {
  font-size: 20px;
  color: #008cd7;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  margin-top: 2px;
}

.vn1 .vn1-con .vn1-right {
  width: 970px;
}

.vn1 .vn1-con .vn1-right li {
  float: left;
  position: relative;
  margin-left: 15px;
  margin-bottom: 8px;
}

.vn1 .vn1-con .vn1-right li h3 {
  position: absolute;
  width: 100%;
  line-height: 43px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  font-weight: 400;
  text-indent: 29px;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0px;
  left: 0px;
}

.vn1 .vn1-con .vn1-right li img {
  width: 308px;
  height: 243px;
  border: 1px solid #ddd;
}

.vn1 .vn1-con .vn1-right li:hover h3 {
  background-color: #008cd7;
}

.vn2 {
  height: 1474px;
  background: url(../images/vn2.jpg) no-repeat center center;
  margin-top: 65px;
  width:1920px;
  left: 50%;
  position: relative;
  margin-left: -960px;
}

.vn2 .youshi h3 {
  /*padding-left:10px;*/
  font-size: 24px;
  color: #333333;
  line-height: 24px;
}

.vn2 .youshi .youshi-con {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  margin-top: 17px;
}
.vn2 .liyou1{
    width: 1920px;
    position: relative;
    margin-left: -960px;
    left: 50%;
}
.vn2 .liyou2{
    width: 1920px;
    position: relative;
    margin-left: -960px;
    left: 50%;
}
.vn2 .liyou1 .left1 {
  margin-top: 335px;
  overflow: hidden;
}

.vn2 .liyou1 .left1 img {
  width: 1035px;
  height: 518px;
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.vn2 .liyou1 .left1 img:hover {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.vn2 .liyou1 .right1 .youshi1 {
  margin-top: 400px;
  margin-left: 85px;
}

.vn2 .liyou1 .right1 .youshi2 {
  margin-left: 85px;
  margin-top: 75px;
}

.vn2 .liyou1 .right1 .youshi-more {
  margin-left: 40px;
  margin-top: 35px;
}

.vn2 .liyou1 .right1 .youshi-more a {
  display: block;
  width: 119px;
  height: 40px;
  background: #008cd7;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #ffffff;
  float: left;
}

.vn2 .liyou1 .right1 .youshi-more a:nth-child(2) {
  background: none;
  border: 2px solid #909090;
  color: #333333;
  margin-left: 4px;
}

.vn2 .liyou2 .right1 {
  overflow: hidden;
  margin-top: 90px;
}

.vn2 .liyou2 .right1 img {
  width: 1077px;
  height: 511px;
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.vn2 .liyou2 .right1 img:hover {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.vn2 .liyou2 .left1 {
  margin-left: 100px;
  margin-top: 95px;
  width: 400px;
}

.vn2 .liyou2 .left1 .youshi2 {
  margin-top: 143px;
}

.vn2 .liyou2 .left1 .youshi-more {
  margin-top: 65px;
  margin-left: -30px;
}

.vn2 .liyou2 .left1 .youshi-more a {
  display: block;
  width: 119px;
  height: 40px;
  background: #008cd7;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #ffffff;
  float: left;
}

.vn2 .liyou2 .left1 .youshi-more a:nth-child(2) {
  background: none;
  border: 2px solid #909090;
  color: #333333;
  margin-left: 4px;
}

.vn3 {
  height: 200px;
  /* background: url(../images/vn3.png) no-repeat center center; */
}

.vn3 .vn3-left h3 {
  font-size: 44px;
  color: #ffffff;
  line-height: 44px;
  margin-top: 50px;
  margin-left: 14px;
  letter-spacing: 5px;
}

.vn3 .vn3-left h2 {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 15px;
  margin-left: 14px;
}

.vn3 .vn3-mid {
  margin-left: 46px;
  margin-top: 50px;
}

.vn3 .vn3-mid a {
  display: block;
  width: 114px;
  height: 44px;
  background: #fff;
  text-align: center;
  line-height: 44px;
  font-size: 14px;
  font-weight: 600;
  color: #6db552;
}

.vn3 .vn3-mid a:nth-child(2) {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 400;
  margin-top: 14px;
}

.vn3 .vn3-right p:nth-child(1) {
  font-size: 22px;
  color: #ffffff;
  line-height: 22px;
  margin-top: 72px;
  text-indent: 15px;
}

.vn3 .vn3-right p:nth-child(2) {
  font-size: 37px;
  color: #ffffff;
  font-weight: 600;
  line-height: 37px;
  margin-top: 5px;
  font-family: "Impact";
}

.vn4 {
  margin-top: 75px;
}

.vn4 .vn1-title {
  text-align: center;
  background: url(../images/title1.png) no-repeat center center;
}

.vn4 .vn1-title h3 {
  font-size: 28px;
  color: #333333;
  font-weight: 400;
  line-height: 28px;
}

.vn4 .vn1-title h3 span {
  font-weight: 600;
  color: #ff9c00;
}

.vn4 .vn1-title h2 {
  font-size: 24px;
  color: #a5a5a5;
  line-height: 24px;
  text-transform: uppercase;
  margin-top: 8px;
  font-weight: 400;
}

.vn4 .vn4-con {
  margin-top: 38px;
  position: relative;
}

.vn4 .vn4-con .picList li {
  float: left;
  position: relative;
  margin-right: 16px;
  margin-bottom: 16px;
}

.vn4 .vn4-con .picList li img{width:382px;height:302px;}
.vn4 .vn4-con .picList li h3 {
  width: 100%;
  position: absolute;
  line-height: 38px;
  background: rgba(0, 0, 0, 0.5) url(../images/jian3.png) no-repeat 330px center;
  font-size: 16px;
  font-weight: 400;
  text-indent: 12px;
  left: 0px;
  bottom: 0px;
}

.vn4 .vn4-con .picList li h3 a {
  color: #ffffff;
}

.vn4 .vn4-con .picList li:hover h3 {
  background: #008cd7;
}

.vn4 .vn4-con .hd a {
  display: block;
  position: absolute;
}

.vn4 .vn4-con .hd a.next {
  left: -60px;
  top: 45%;
}

.vn4 .vn4-con .hd a.prev {
  right: -60px;
  top: 45%;
}

.vn4-more {
  margin-top: 40px;
}

.vn4-more .vn4-tu {
  line-height: 40px;
  margin-left: 193px;
}

.vn4-more .vn4-contact {
  width: 505px;
  height: 40px;
  border-top: 1px solid #939393;
  border-bottom: 1px solid #939393;
  margin-left: 10px;
  font-size: 24px;
  color: #333333;
  font-family: "Arial";
  text-align: center;
  line-height: 40px;
}

.vn4-more a.more1 {
  display: block;
  float: left;
  width: 119px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #008cd7;
  margin-left: 17px;
}

.vn4-more a.more2 {
  display: block;
  float: left;
  width: 119px;
  height: 40px;
  line-height: 40px;
  border: 2px solid #939393;
  color: #333;
  margin-left: 4px;
  text-align: center;
  font-size: 14px;
}

.vn5 {
  margin-top: 77px;
}

.vn5 .vn1-title {
  text-align: center;
  background: url(../images/title1.png) no-repeat center center;
}

.vn5 .vn1-title h3 {
  font-size: 28px;
  color: #333333;
  font-weight: 400;
  line-height: 28px;
}

.vn5 .vn1-title h3 span {
  font-weight: 600;
  color: #ff9c00;
}

.vn5 .vn1-title h2 {
  font-size: 24px;
  color: #a5a5a5;
  line-height: 24px;
  text-transform: uppercase;
  margin-top: 8px;
  font-weight: 400;
}

.vn5 .vn5-con {
  height: 506px;
  background: url(../images/vn5.png) no-repeat center center;
  margin-top: 38px;
}

.vn5 .vn5-con .vn5-left {
  border: 1px dashed #d2d2d2;
  margin-top: 110px;
  margin-left: 28px;
}

.vn5 .vn5-con .vn5-left img {
  width: 492px;
  height: 347px;
  padding: 6px;
}

.vn5 .vn5-con .vn5-right {
  margin-left: 53px;
  width: 540px;
}

.vn5 .vn5-con .vn5-right h3 {
  font-size: 24px;
  color: #333333;
  font-weight: 400;
  line-height: 24px;
  margin-top: 135px;
}

.vn5 .vn5-con .vn5-right h2 {
  font-size: 12px;
  color: #999999;
  text-transform: uppercase;
  line-height: 13px;
  margin-top: 5px;
  font-weight: 400;
}

.vn5 .vn5-con .vn5-right i {
  display: block;
  width: 94px;
  height: 5px;
  background: #ff9c00;
  margin-top: 15px;
}

.vn5 .vn5-con .vn5-right .vn5-about {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}
.vn5-about p{
  text-align: justify;
}
.vn5 .vn5-con .vn5-right .vn5-more {
  width: 95px;
    height: 32px;
    background: #008cd7;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    text-transform: uppercase;
    margin-left: 530px;
    margin-top: -5px;
}

.vn5 .vn5-con .vn5-right .vn5-more a {
  color: #fff;
}

.vn6 {
  margin-top: 75px;
  margin-bottom: 80px;
}

.vn6 .vn1-title {
  text-align: center;
  background: url(../images/title1.png) no-repeat center center;
}

.vn6 .vn1-title h3 {
  font-size: 28px;
  color: #333333;
  font-weight: 400;
  line-height: 28px;
}

.vn6 .vn1-title h3 span {
  font-weight: 600;
  color: #ff9c00;
}

.vn6 .vn1-title h2 {
  font-size: 24px;
  color: #a5a5a5;
  line-height: 24px;
  text-transform: uppercase;
  margin-top: 8px;
  font-weight: 400;
}

.vn6 .vn6-con {
  margin-top: 35px;
}

.vn6 .vn6-con .vn6-left {
  width: 300px;
  height: 478px;
  border: 1px solid #e0e0e0;
  padding: 0 15px;
}

.vn6 .vn6-con .vn6-left .left-title {
  margin-top: 26px;
}

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

.vn6 .vn6-con .vn6-left .left-title h3 span {
  font-size: 12px;
  color: #999999;
  padding-left: 5px;
}

.vn6 .vn6-con .vn6-left .left-title a {
  display: block;
  float: right;
  line-height: 18px;
}

.vn6 .vn6-con .vn6-left .vn6-tu {
  margin-top: 11px;
}

.vn6 .vn6-con .vn6-left .list li {
  padding-left: 13px;
  background: url(../images/dots.png) no-repeat left center;
  border-bottom: 1px dashed #cacaca;
}

.vn6 .vn6-con .vn6-left .list li h3 {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 39px;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp:1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.vn6 .vn6-con .vn6-left .list li h3 a {
  color: #666666;
}

.vn6 .vn6-con .vn6-left .list li:last-child {
  border: none;
}

.vn6 .vn6-con .vn6-mid {
  margin-left: 27px;
}

.vn6 .vn6-con .vn6-right {
  width: 545px;
  height: 478px;
  border: 1px solid #e0e0e0;
  padding: 0 15px;
}

.vn6 .vn6-con .vn6-right .left-title {
  margin-top: 26px;
  padding-bottom: 13px;
  border-bottom: 3px solid #d2d2d2;
}

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

.vn6 .vn6-con .vn6-right .left-title h3 span {
  font-size: 12px;
  color: #999999;
  padding-left: 5px;
}

.vn6 .vn6-con .vn6-right .left-title a {
  display: block;
  float: right;
  line-height: 18px;
}

.vn6 .vn6-con .vn6-right .news-list2 li {
  line-height: 56px;
  border-bottom: 1px dashed #cdcdcd;
}

.vn6 .vn6-con .vn6-right .news-list2 li a {
  display: block;
  font-size: 14px;
  color: #666666;
  float: left;
  padding-left: 22px;
  background: url(../images/dots.png) no-repeat 8px center;
}

.vn6 .vn6-con .vn6-right .news-list2 li span {
  display: block;
  font-size: 14px;
  color: #666666;
  float: right;
}

#ydemo {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  height: 412px;
}

#yindemo {
  height: 100%;
}

.vn-foot {
  height: 517px;
  background: #333333;
  padding-top: 38px;
}

.vn-foot .vn-link {
  background: url(../images/link.png) no-repeat left center;
  padding-left: 65px;
  font-size: 16px;
  color: #999999;
  line-height: 28px;
}

.vn-foot .vn-link a {
  color: #999999;
  margin-right: 52px;
}

.vn-foot .foot-nav {
  margin-top: 30px;
}

.vn-foot .foot-all h3 {
  font-size: 38px;
  color: #008cd7;
  line-height: 38px;
  text-transform: uppercase;
}

.vn-foot .foot-all h2 {
  font-size: 20px;
  color: #999999;
  font-weight: 400;
  line-height: 20px;
  margin-top: 16px;
}

.vn-foot .foot-all i {
  display: block;
  margin-top: 17px;
  width: 45px;
  height: 1px;
  background: #999999;
}

.vn-foot .foot-left {
  width: 200px;
}

.vn-foot .foot-left .foot-con {
  margin-top: 20px;
}

.vn-foot .foot-left .foot-con p {
  float: left;
  font-size: 16px;
  color: #999999;
  width: 80px;
  margin-bottom: 15px;
}

.vn-foot .foot-left .foot-con p a {
  color: #999999;
}

.vn-foot .foot-left .foot-con p:nth-child(2n) {
  float: right;
}

.vn-foot .foot-mid {
  margin-left: 175px;
}

.vn-foot .foot-mid .foot-con {
  margin-top: 20px;
}

.vn-foot .foot-mid .foot-con p {
  font-size: 16px;
  color: #999999;
  margin-top: 15px;
}

.vn-foot .foot-right .foot-con {
  margin-top: 15px;
  font-size: 16px;
  text-align: center;
  color: #999999;
  line-height: 30px;
}

.vn-foot .foot-last {
  border-top: 1px solid #666666;
  margin-top: 30px;
  text-align: center;
  font-size: 14px;
  color: #999999;
  line-height: 28px;
  padding-top: 20px;
}

.vn-foot .foot-last a {
  color: #999999;
}

/*内页左侧样式*/
.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: 270px;
  height: 200px;
}

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

.xypg-case-list li .img img {
  width: 270px;
  height: 200px;
}

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

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

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

.xypg-right-content p{
  text-align: justify;
}
.nyanbactive,.nyanbactive a{color: white}
.nyanbactive a{background-color: #2196F3;color: white !important}
.clearfix:before,.clearfix:after {    content:"";    display:table;}
.clearfix:after {    clear:both;}
.clearfix {    zoom:1; /* IE <8 */}
.duanbox img{max-width: 100% !important}
.duanbox{overflow: hidden}