@charset "gb2312";
/*初始化样式*/
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: 30px;
  background: #7e0200;
  color: #fff;
  line-height: 30px;
  overflow: hidden;
}

.vn-head1 a {
  color: #fff;
}

.vn-head2 {
  height: 172px;
  overflow: hidden;
  background: url(head.png) no-repeat center center;
}

.vn-head2 .top-contact {
  font-size: 36px;
  color: #000000;
  line-height: 48px;
  background: url(tels.png) no-repeat left center;
  padding-left: 60px;
  margin-top: 15px;
}

.logo {
  float: left;
    line-height: 103px;
    padding-left: 95px;
}

.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(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: #7e0200;
}

.nav1 {
  height: 55px;
  text-align: center;
}

.nav1 li {
  line-height: 55px;
  height: 55px;
  text-align: center;
  width: 146px;
  display: inline-block;
  position: relative;
  z-index: 999;
}

.nav1 li a {
  display: block;
  line-height: 55px;
  color: #fff;
  height: 55px;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
}

.nav1 li a:hover {
  color: #fff;
  text-decoration: none;
}

.nav1 .sec {
  height: 0;
  background: #7e0200;
  color: #fff;
  overflow: hidden;
  z-index: 9999;
  position: absolute;
  top: 55px;
  left:-18px;
  
}

.nav1 .sec a {
  background: #7e0200;
  color: #fff;
  height: 38px;
  line-height: 38px;
  width: 185px;
}

.nav1 .sec a:hover {
  background: #7e0200;
  text-decoration: none;
}

/*公司简介*/
.sample-about {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
  height: 1606px;
  background: url(bg2.jpg) no-repeat center center;
  padding-top: 37px;
}

.sample-about .about-title {
  text-align: center;
}

.sample-about .about1 {
  margin-top: 70px;
}

.sample-about .about1 .about1-left {
  width: 436px;
}

.sample-about .about1 .about1-left img {
  width: 436px;
  height: 470px;
}

.sample-about .about1 .about1-right {
  width: 700px;
  margin-right: 45px;
}

.sample-about .about1 .about1-right .about1-con {
  font-size: 14px;
  color: #000000;
  line-height: 30px;
  margin-top: 12px;
}

.sample-about .about1 .about1-right a {
  display: block;
  width: 119px;
  height: 46px;
  background: url(more.png) no-repeat center center;
  text-align: center;
  line-height: 46px;
  font-size: 14px;
  color: #ffffff;
  margin-top: 65px;
}

.sample-about .about2 {
  margin-top: 10px;
}

.sample-about .about2 .about2-title {
  text-align: center;
}

.sample-about .about2 .about2-con {
  margin-top: 16px;
}

.sample-about .about2 .about2-con .ads1 {
  width: 700px;
  margin-top: 15px;
}

.sample-about .about2 .about2-con .ads1 li {
  margin-bottom: 25px;
}

.sample-about .about2 .about2-con .ads1 li .num {
  width: 49px;
  height: 59px;
  text-align: center;
  line-height: 61px;
  background: url(num.png) no-repeat center center;
  font-size: 30px;
  color: #000000;
  font-family: "Impact";
  text-indent: 7px;
}

.sample-about .about2 .about2-con .ads1 li .wz {
  margin-left: 10px;
  width: 635px;
}

.sample-about .about2 .about2-con .ads1 li .wz h3 {
  font-size: 24px;
  color: #000000;
  line-height: 24px;
  font-family: "宋体";
}

.sample-about .about2 .about2-con .ads1 li .wz span {
  display: block;
  font-size: 14px;
  color: #333333;
  margin-top: 3px;
  line-height: 18px;
}

.sample-about .about2 .about2-con .about2-right {
  width: 429px;
}

.sample-about .about2 .about2-con .about2-right .about2-tu img {
  width: 429px;
  height: 454px;
}

.sample-about .about2 .about2-con .about2-right .about2-more {
  text-align: center;
  font-size: 0px;
  margin-top: 30px;
}

.sample-about .about2 .about2-con .about2-right .about2-more a {
  display: inline-block;
  margin: 0 15px;
}

.sample-about .about2 .about2-con .about2-right .about2-more a:nth-child(1) {
  margin-left: 0px;
}

.sample-about .about2 .about2-con .about2-right .about2-more a:nth-child(2) {
  margin-right: 0px;
}

.sample-about .about3 {
  margin-top: 30px;
}

.sample-about .about3 .ads1 li {
  float: left;
  margin-left: 28px;
}

.sample-about .about3 .ads1 li:nth-child(1) {
  margin-left: 10px;
}

/*产品中心*/
.sample-product {
  width: 1920px;
  left: 50%;
  margin-left: -960px;
  position: relative;
  background: url(bg3.jpg) no-repeat center center;
  padding-top: 50px;
  height: 834px;
}

.sample-product .product-title {
  text-align: center;
}

.sample-product .list {
  margin-top: 30px;
}

.sample-product .list li {
  float: left;
  width: 373px;
  margin-right: 33px;
  margin-bottom: 34px;
  position: relative;
}

.sample-product .list li:before {
  content: "";
  display: block;
  width: 98px;
  height: 90px;
  background: url(hua.png) no-repeat center center;
  position: absolute;
  left: 0px;
  top: 0px;
}

.sample-product .list li:after {
  content: "";
  display: block;
  width: 98px;
  height: 90px;
  background: url(hua1.png) no-repeat center center;
  position: absolute;
  right: 0px;
  top: 0px;
}

.sample-product .list li:nth-child(3n) {
  margin-right: 0px;
}

.sample-product .list li img {
  width: 373px;
  height: 248px;
}

.sample-product .list li h3 {
  line-height: 50px;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  background: #e6ebee;
}

.sample-product .list li h3 a {
  color: #595757;
}

.sample-product .list li:hover h3 {
  background: #8a682d;
}

.sample-product .list li:hover h3 a {
  color: #fff;
}

/*新闻中心*/
.sample-news {
  height: 446px;
  background: url(bg1.png) no-repeat center center;
  width: 1920px;
  left: 50%;
  position: relative;
  margin-left: -960px;
  padding-top: 48px;
}

.sample-news .news-left {
  width: 775px;
}

.sample-news .news-left .news-title {
  position: relative;
}

.sample-news .news-left .news-title:after {
  content: "";
  display: block;
  width: 650px;
  height: 1px;
  background: #664b1b;
  position: absolute;
  left: 90px;
  top: 49px;
}

.sample-news .news-left .news-title h3 {
  font-size: 30px;
  color: #664b1b;
  line-height: 30px;
  font-family: "Impact";
  text-transform: uppercase;
}

.sample-news .news-left .news-title span {
  font-size: 16px;
  display: block;
  color: #664b1b;
  line-height: 16px;
  margin-top: 5px;
}

.sample-news .news-left .news-con1 {
  margin-top: 35px;
}

.sample-news .news-left .news-con1 .news-tu {
  width: 330px;
}

.sample-news .news-left .news-con1 .news-tu img {
  width: 330px;
  height: 220px;
}

.sample-news .news-left .news-con1 .news1-right {
  width: 425px;
  margin-left: 18px;
}

.sample-news .news-left .news-con1 .news1-right .list1 li .date {
  width: 54px;
  height: 65px;
  border: 1px solid #664b1b;
  text-align: center;
  float: left;
}

.sample-news .news-left .news-con1 .news1-right .list1 li .date .day {
  font-size: 40px;
  color: #664b1b;
  line-height: 32px;
  margin-top: 4px;
}

.sample-news .news-left .news-con1 .news1-right .list1 li .date .xian {
  width: 43px;
  height: 1px;
  background: #664b1b;
  margin: 0 auto;
  margin-top: 7px;
}

.sample-news .news-left .news-con1 .news1-right .list1 li .date .yue {
  font-size: 12px;
  color: #664b1b;
  line-height: 12px;
  text-align: center;
  margin-top: 4px;
}

.sample-news .news-left .news-con1 .news1-right .list1 li .wenzi {
  float: left;
  width: 340px;
  margin-left: 12px;
}

.sample-news .news-left .news-con1 .news1-right .list1 li .wenzi h3 {
  font-size: 14px;
  color: #333333;
  font-weight: 400;
  line-height: 14px;
  font-family: "宋体";
}

.sample-news .news-left .news-con1 .news1-right .list1 li .wenzi h3 a {
  color: #333333;
}

.sample-news .news-left .news-con1 .news1-right .list1 li .wenzi span {
  display: block;
  font-size: 12px;
  color: #333333;
  font-family: "宋体";
  margin-top: 15px;
}

.sample-news .news-left .news-con1 .news1-right .list2 {
  margin-top: 26px;
}

.sample-news .news-left .news-con1 .news1-right .list2 li {
  margin-bottom: 12px;
}

.sample-news .news-left .news-con1 .news1-right .list2 li h3 {
  float: left;
  font-size: 12px;
  color: #333333;
  font-weight: 400;
  line-height: 16px;
  padding-left: 13px;
  position: relative;
}

.sample-news .news-left .news-con1 .news1-right .list2 li h3 a {
  color: #333;
}

.sample-news .news-left .news-con1 .news1-right .list2 li h3:after {
  content: "";
  display: block;
  width: 2px;
  height: 2px;
  background: #333333;
  position: absolute;
  left: 6px;
  top: 8px;
}

.sample-news .news-left .news-con1 .news1-right .list2 li span {
  display: block;
  float: right;
  font-size: 12px;
  color: #333333;
  font-family: "Arial";
  line-height: 16px;
}

.sample-news .news-right {
  width: 375px;
}

.sample-news .news-right .news2-title {
  position: relative;
}

.sample-news .news-right .news2-title:after {
  content: "";
  display: block;
  width: 254px;
  height: 1px;
  background: #664b1b;
  position: absolute;
  left: 90px;
  top: 49px;
}

.sample-news .news-right .news2-title h3 {
  font-size: 30px;
  color: #664b1b;
  line-height: 30px;
  font-family: "Impact";
  text-transform: uppercase;
}

.sample-news .news-right .news2-title span {
  font-size: 16px;
  display: block;
  color: #664b1b;
  line-height: 16px;
  margin-top: 5px;
}

.sample-news .news-right .list3 {
  margin-top: 35px;
}

.sample-news .news-right .list3 li {
  margin-bottom: 14px;
}

.sample-news .news-right .list3 li h3 {
  float: left;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border-radius: 5px;
  background: #ffffff;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  font-family: "Arial";
}

.sample-news .news-right .list3 li h2 {
  font-size: 12px;
  color: #333333;
  font-weight: 400;
  font-family: "宋体";
  line-height: 25px;
  margin-left: 15px;
  float: left;
}

.sample-news .news-right .list3 li h2 a {
  color: #333;
}

.sample-news .news-right .list3 li a.newsmore {
  display: block;
  float: right;
  font-size: 12px;
  color: #333333;
  font-weight: 400;
  font-family: "宋体";
  line-height: 25px;
}

.sample-news .news-right .list3 li:hover h3 {
  background: #353535;
  color: #fff;
}

/*荣誉资质*/
.sample-honor {
  height: 1568px;
  background: url(bg4.jpg) no-repeat center center;
  width: 1920px;
  left: 50%;
  position: relative;
  margin-left: -960px;
  padding-top: 66px;
}

.sample-honor .honor1 {
  height: 439px;
  background: url(shu.png) no-repeat center center;
  padding-top: 30px;
}

.sample-honor .honor1 .honor1-title {
  text-align: center;
}

.sample-honor .honor1 .honor1-title li {
  display: inline-block;
  margin: 0 105px;
}

.sample-honor .honor1 .honor-more {
  text-align: right;
  font-size: 16px;
  color: #666666;
  line-height: 16px;
  margin-right: 96px;
  margin-top: 10px;
  margin-bottom: 13px;
}

.sample-honor .honor1 .honor-more a {
  color: #666666;
  display: block;
}

.sample-honor .honor1 .honor-list1 {
  margin: 0 90px;
}

.honor-content{
    margin: 0 90px;
}

.sample-honor .honor1 .honor-list1 li {
  margin: 0 9px;
  width: 239px!important;
  float: left;
}

.sample-honor .honor1 .honor-list1 li img {
  width: 100%;
}

.sample-honor .honor1 .honor-list4 {
  margin: 0 90px;
}

.sample-honor .honor1 .honor-list4 li {
  margin: 0 9px;
  width: 239px!important;
  float: left;
}

.sample-honor .honor1 .honor-list4 li img {
  width: 100%;
}

.sample-honor .honor2 {
  height: 439px;
  background: url(shu.png) no-repeat center center;
  padding-top: 30px;
  margin-top: 72px;
}

.sample-honor .honor2 .honor2-title {
  text-align: center;
}

.sample-honor .honor2 .honor-more {
  text-align: right;
  font-size: 16px;
  color: #666666;
  line-height: 16px;
  margin-right: 96px;
  margin-top: 10px;
  margin-bottom: 13px;
}

.sample-honor .honor2 .honor-more a {
  color: #666666;
  display: block;
}

.sample-honor .honor2 .honor-list2 {
  margin: 0 90px;
}

.sample-honor .honor2 .honor-list2 li {
  margin: 0 9px;
}

.sample-honor .honor2 .honor-list2 li img {
  width: 100%;height: 270px
}

.sample-honor .honor3 {
  height: 439px;
  background: url(shu.png) no-repeat center center;
  padding-top: 30px;
  margin-top: 72px;
}

.sample-honor .honor3 .honor3-title {
  text-align: center;
}

.sample-honor .honor3 .honor-more {
  text-align: right;
  font-size: 16px;
  color: #666666;
  line-height: 16px;
  margin-right: 96px;
  margin-top: 10px;
  margin-bottom: 13px;
}

.sample-honor .honor3 .honor-more a {
  color: #666666;
  display: block;
}

.sample-honor .honor3 .honor-list3 {
  margin: 0 90px;
}

.sample-honor .honor3 .honor-list3 li {
  margin: 0 9px;
}

.sample-honor .honor3 .honor-list3 li img {
  width: 100%;
  height: 270px;
}

/*底部*/
.sample-foot {
  width: 1920px;
  left: 50%;
  position: relative;
  margin-left: -960px;
  height: 293px;
  background: url(bg5.jpg) no-repeat center center;
  padding-top: 75px;
}

.sample-foot .foot-link {
  border-bottom: 1px solid #b7afa3;
  font-size: 16px;
  color: #654323;
}

.sample-foot .foot-link p {
  text-align: center;
}

.sample-foot .foot-link p a {
  display: inline-block;
  color: #654323;
  width: 80px;
  font-size: 16px;
  margin: 0 53px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.sample-foot .foot-link p a:hover {
  border-bottom: 1px solid #fa7d3c;
}

.sample-foot .foot-link p a:first-child {
  margin-left: 0px;
}

.sample-foot .foot-link p a:last-child {
  margin-right: 0px;
}

.sample-foot .foot2 {
  position: relative;
}

.sample-foot .foot2 .foot2-con {
  width: 630px;
  text-align: center;
  font-size: 14px;
  color: #666666;
  margin-left: 60px;
  padding-top: 40px;
  line-height: 24px;
}

.sample-foot .foot2 .foot2-erweima {
  position: absolute;
  right: 350px;
  top: 28px;
}

/*内页左侧样式*/
.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: 255px;*/
}

.relate-product-slick .owl-item .img img {
  width: 213px;
  height: 200px;
}

.xypg-case-list li .img img {
  width: 270px;
  height:307px;
}

.page-product-inquiry a {
  color: #fff;
}

.page-mob-tool {
  display: none;
}

.xypg-banner img {
  width: 100%;
}

.hotsearch{width: 1200px; margin: 10px auto; height: 39px;}
.hotsearch .h-key{font-size: 14px; color: #999999;line-height: 39px;}
.hotsearch .h-key a{color: #999999;line-height: 39px; margin-right: 8px;} 
.hotsearch #formsearch{ display: inline-block; vertical-align: middle;}
.hotsearch #formsearch { width: 245px; position: relative; height: 39px; border-left: 1px solid #cccccc;}
.hotsearch #formsearch #s_btn { float: left; outline: none; border: none; width: 24px; height: 39px; font-size: 0; background-image: url(icon_spirit1.png); background-color: transparent; background-repeat: no-repeat; background-position: center;line-height: 39px;}
.hotsearch #formsearch #keyword { float: left; background: none; outline: none; border: none; width: 220px; color: rgba(0, 0, 0, 0.8); height: 39px; padding-left: 34px; }
