@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-head2 {
  height: 143px;
  overflow: hidden;
}

.vn-head2 .top-contact {
  background: url(../images/tels.png) no-repeat left center;
  padding-left: 37px;
  margin-top: 44px;
  height: 56px;
  padding-top: 6px;
}

/*.vn-head2 .top-contact p:nth-child(1) {*/
/*  font-size: 16px;*/
/*  color: #333333;*/
/*  line-height: 16px;*/
/*}*/

.vn-head2 .top-contact p:nth-child(2) {
  font-size: 26px;
  color: #0078da;
  font-weight: 600;
  line-height: 26px;
  margin-top: 9px;
}

.logo {
  float: left;
  line-height: 143px;
}
.logo img{
    width: 100%;
}
.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 {
  background: #2d2d2d;
}

.nav1 {
  height: 60px;
}

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

.nav1 li:after {
  content: "";
  display: block;
  background: #4f4f4f;
  width: 1px;
  height: 18px;
  position: absolute;
  right: 17px;
  top: 21px;
}

.nav1 li:last-child:after {
  display: none;
}

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

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

.nav1 .sec {
  height: 0;
  background: #01557a;
  color: #fff;
  overflow: hidden;
  z-index: 9999;
  position: absolute;
  top: 60px;
  left: -96px;
  /*display: none;*/
}

.nav1 .sec a {
  /*background: #01557a;*/
  background:rgba(0,0,0,.85);
  color: #fff;
  height: 38px;
  line-height: 38px;
  width:305px;
}

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

/*企业分站*/
.sample-fenzhan .fenzhan-left {
  font-size: 14px;
  color: #666666;
  line-height: 14px;
  margin-top: 26px;
}

.sample-fenzhan .fenzhan-left a {
  color: #666666;
}

.sample-fenzhan .fenzhan-right {
  margin-top: 18px;
}

.sample-fenzhan .fenzhan-right #formsearch {
  width: 246px;
  border-left: 1px solid #666666;
  height: 30px;
}

.sample-fenzhan .fenzhan-right #formsearch input {
  background: none;
  border: none;
  outline: none;
}

.sample-fenzhan .fenzhan-right #formsearch #keyword {
  width: 220px;
  height: 30px;
  line-height: 30px;
  text-indent: 33px;
  font-size: 14px;
}

.sample-fenzhan .fenzhan-right #formsearch #s_btn {
  width: 21px;
  height: 30px;
  background: url(../images/sss.png) no-repeat center center;
  font-size: 0px;
}

/*通用标题*/
.sample-title {
  text-align: center;
}

.sample-title h3 {
  font-size: 26px;
  color: #333333;
  line-height: 26px;
  position: relative;
  margin-top: 15px;
}

.sample-title h3:after {
  content: "";
  display: block;
  width: 57px;
  height: 1px;
  background: #999999;
  left: 462px;
  top: 13px;
  position: absolute;
}

.sample-title h3:before {
  content: "";
  display: block;
  width: 57px;
  height: 1px;
  background: #999999;
  position: absolute;
  right: 462px;
  top: 13px;
}

.sample-title span {
  display: block;
  font-size: 18px;
  color: #666666;
  line-height: 18px;
  text-align: center;
  margin-top: 13px;
  letter-spacing: 5px;
}

/*产品中心*/
.sample-product {
  margin-top: 55px;
}

.sample-product .sort1 {
  text-align: center;
  font-size: 0px;
  margin-top: 30px;
}

.sample-product .sort1 li {
  display: inline-block;
  width: 230px;
  height: 52px;
  border: 1px solid #535353;
  text-align: center;
  line-height: 52px;
  border-radius: 25px;
  font-size: 18px;
  margin-right: 12px;
  margin-bottom: 13px;
}

.sample-product .sort1 li:nth-child(5n) {
  margin-right: 0px;
}

.sample-product .sort1 li a {
  color: #333333;
}

.sample-product .list1 {
  margin-top: 17px;
}

.sample-product .list1 ul li {
  float: left;
  width: 386px;
  margin-right: 21px;
  text-align: center;
}

.sample-product .list1 ul li h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  margin-top: 11px;
  margin-bottom: 20px;
}

.sample-product .list1 ul li h3 a {
  color: #333333;
}

.sample-product .list1 ul li img {
  width: 386px;
  height: 310px;
  border: 1px solid #bfbfbf;
}

.sample-product .list1 ul li:nth-child(3n) {
  margin-right: 0px;
}

/*四大优势*/
.sample-youshi {
  margin-top: 70px;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
  position: relative;
}

.sample-youshi .vn1200 {
  position: relative;
  top: -301px;
}

.sample-youshi .vn1200 .youshi-contact {
  position: absolute;
  font-size: 16px;
  color: #ffffff;
  top: 160px;
  line-height: 16px;
  right:108px;
}

.sample-youshi .youshi-con {
  width: 1200px;
  margin: 0 auto;
}

.sample-youshi .youshi-con .youshi .sz {
  font-size: 56px;
  color: #0078da;
  font-weight: 600;
  line-height: 42px;
  padding-bottom: 24px;
  position: relative;
  float: left;
}

.sample-youshi .youshi-con .youshi .sz:after {
  content: "";
  display: block;
  width: 56px;
  height: 2px;
  background: #0078da;
  position: absolute;
  left: 0;
  bottom: 0;
}

.sample-youshi .youshi-con .youshi .wz {
  float: left;
  margin-left: 8px;
}

.sample-youshi .youshi-con .youshi .wz h3 {
  font-size: 30px;
  color: #0078da;
  line-height: 30px;
}

.sample-youshi .youshi-con .youshi .wz h2 {
  font-size: 14px;
  color: #999999;
  line-height: 14px;
  font-weight: 400;
  margin-top: 10px;
  text-transform: uppercase;
}

.sample-youshi .youshi-con .youshi .youshi-wz {
  font-size: 16px;
  color: #545454;
  background: url(../images/ju.png) no-repeat left top;
  padding-left: 28px;
  line-height: 16px;
  margin-top: 21px;
}

.sample-youshi .youshi-con .youshi .youshi-wz p {
  margin-bottom: 21px;
}

.sample-youshi .youshi-con .youshi .youshi-wz p:last-child {
  margin-bottom: 0px;
}

.sample-youshi .youshi-con .youshi1 .youshi-left {
  margin-top: 70px;
  margin-left: 48px;
}

.sample-youshi .youshi-con .youshi2 .youshi-left {
  margin-top: 20px;
}

.sample-youshi .youshi-con .youshi2 .youshi-right {
  margin-top: 75px;
}

.sample-youshi .youshi-con .youshi3 .youshi-left {
  margin-top: 105px;
  margin-left: 30px;
}

.sample-youshi .youshi-con .youshi3 .youshi-right {
  margin-top: 20px;
}

.sample-youshi .youshi-con .youshi4 .youshi-right {
  margin-top: 95px;
}

/*关于我们*/
.sample-about {
  margin-top: 88px;
  background: url(../images/sample1.png) no-repeat center top;
  padding-top: 80px;
}

.sample-about .about-title {
  text-align: center;
}

.sample-about .about-title h3 {
  font-size: 26px;
  color: #fff;
  line-height: 26px;
  position: relative;
  margin-top: 15px;
}

.sample-about .about-title h3:after {
  content: "";
  display: block;
  width: 57px;
  height: 1px;
  background: #fff;
  left: 462px;
  top: 13px;
  position: absolute;
}

.sample-about .about-title h3:before {
  content: "";
  display: block;
  width: 57px;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 462px;
  top: 13px;
}

.sample-about .about-title span {
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: 18px;
  text-align: center;
  margin-top: 13px;
  letter-spacing: 5px;
}

.sample-about .about-con {
  margin-top: 40px;
}

.sample-about .about-con .about-left {
  width: 556px;
}

.sample-about .about-con .about-left img {
  width: 556px;
  height: 425px;
}

.sample-about .about-con .about-right {
  width: 644px;
  height: 425px;
  background: #fff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  padding: 32px 28px 0px 28px;
}

.sample-about .about-con .about-right .right-title h3 {
  font-size: 16px;
  color: #333333;
  float: left;
  width: 19px;
  font-weight: 400;
}

.sample-about .about-con .about-right .right-title h2 {
  font-size: 12px;
  color: #333333;
  font-weight: 400;
  float: left;
  text-transform: uppercase;
  margin-left: 19px;
  line-height: 18px;
}

.sample-about .about-con .about-right .right-title h1 {
  font-size: 40px;
  color: #333333;
  border-bottom: 1px solid #bfbfbf;
  float: left;
  font-weight: 400;
  line-height: 33px;
  margin-left: 12px;
  padding-bottom: 8px;
  font-family: "宋体";
  letter-spacing: 5px;
}

.sample-about .about-con .about-right .right-about {
  font-size: 16px;
  color: #545454;
  margin-top: 20px;
  line-height: 30px;
}

.sample-about .about-con .about-right .right-about a {
  color: #0078da;
}

/*案例展示*/
.sample-case {
  margin-top: 90px;
}

.sample-case .list2 {
  margin: 0 -10px;
  margin-top: 30px;
}

.sample-case .list2 li {
  margin: 0 10px;
}

.sample-case .list2 li a.img img {
  border: 1px solid #bfbfbf;
  width: 387px;
  height: 310px;
}

.sample-case .list2 li h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 42px;
  border-bottom: 1px solid #cdcdcd;
}

.sample-case .list2 li h3 a {
  color: #333333;
}

.sample-case .list2 li span {
  display: block;
  font-size: 14px;
  color: #555555;
  margin-top: 8px;
  line-height: 22px;
}

.sample-case .list2 .slick-arrow {
  position: absolute;
  width: 31px;
  height: 61px;
  outline: none;
  border: none;
  font-size: 0px;
  z-index: 99999;
}

.sample-case .list2 .slick-prev {
  background: url(../images/left1.png) no-repeat center center;
  top: 32%;
  left: -5%;
}

.sample-case .list2 .slick-next {
  background: url(../images/right1.png) no-repeat center center;
  top: 32%;
  right: -5%;
}

/*荣誉资质*/
.sample-honor {
  margin-top: 70px;
}

.sample-honor .ads1 {
  margin: 0 -6px;
  margin-top: 30px;
}

.sample-honor .ads1 li {
  margin: 0 6px;
  text-align: center;
}

.sample-honor .ads1 li a.img {
  padding: 9px 14px;
  border: 1px solid #bfbfbf;
  display: block;
}

.sample-honor .ads1 li a.img img {
  width: 200px;
  height: 280px;
}

.sample-honor .ads1 li h3 {
  font-size: 16px;
  color: #333333;
  font-weight: 400;
  line-height: 16px;
  margin-top: 14px;
}

.sample-honor .ads1 .slick-arrow {
  position: absolute;
  width: 31px;
  height: 61px;
  outline: none;
  border: none;
  font-size: 0px;
  z-index: 99999;
}

.sample-honor .ads1 .slick-prev {
  background: url(../images/left1.png) no-repeat center center;
  top: 32%;
  left: -5%;
}

.sample-honor .ads1 .slick-next {
  background: url(../images/right1.png) no-repeat center center;
  top: 32%;
  right: -5%;
}

/*新闻资讯*/
.sample-news {
  margin-top: 75px;
  margin-bottom: 75px;
}

.sample-news .z7-main {
  padding-top: 33px;
  display: flex;
  justify-content: space-between;
}

.sample-news .z7-inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 376px;
  height: 500px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  padding: 37px 15px 0;
}

.sample-news .z7-inner h2 {
  font: 18px/1 "微软雅黑";
  color: #333;
  padding-left: 10px;
  border-left: 3px solid #333333;
  text-transform: uppercase;
}

.sample-news .z7-inner h2 span {
  font-size: 12px;
  color: #999;
  margin-left: 4px;
}

.sample-news .z7-inner h2 a {
  float: right;
  font-size: 12px;
  line-height: 18px;
  color: #999;
}

.sample-news .z7-mg {
  margin-top: 15px;
}

.sample-news .z7-inner ul {
  margin-top: 15px;
}

.sample-news .z7-inner ul li a {
  display: block;
  padding-left: 15px;
  font: 14px/42px "微软雅黑";
  color: #333;
  background: url(../images/xing.png) left center no-repeat;
  border-bottom: 1px dashed #e2e2e2;
}

.sample-news .z7-inner ul li a span {
  float: right;
  font: 12px/42px "微软雅黑";
  color: #999;
}

/*底部样式*/
.sample-foot {
  background: #2d2d2d;
  padding-top: 45px;
}

.sample-foot .sample-foot1 {
  padding-bottom: 20px;
  border-bottom: 1px solid #575757;
}

.sample-foot .sample-foot1 h3 {
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  line-height: 18px;
}

.sample-foot .sample-foot1 .foot1-con {
  font-size: 16px;
  color: #ffffff;
  margin-top: 24px;
  line-height: 34px;
}

.sample-foot .sample-foot1 .foot1-con a {
  color: #fff;
}

.sample-foot .sample-foot1 .foot2 {
  margin-left: 215px;
}

.sample-foot .sample-foot1 .foot2-con p:nth-child(1) {
  font-size: 28px;
  color: #fff;
  font-weight: 600;
  line-height: 36px;
  background: url(../images/tels1.png) no-repeat left center;
  padding-left: 43px;
  height: 36px;
  margin-top: 16px;
}

.sample-foot .sample-foot1 .foot2-con p {
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
}

.sample-foot .sample-foot1 .foot2-con p:nth-child(2) {
  margin-top: 22px;
}

.sample-foot .sample-foot1 .foot3 {
  float: right;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 40px;
}

.sample-foot .sample-foot2 {
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 45px;
  line-height: 24px;
}

.sample-foot .sample-foot2 a {
  color: #fff;
}

.sample-link {
  line-height: 83px;
  background: #353535;
}

.sample-link .links {
  padding-left: 60px;
  background: url(../images/links.png) no-repeat left center;
  font-size: 16px;
  color: #ffffff;
}

.sample-link .links a {
  color: #ffffff;
}

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

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

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

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

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

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