@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: 101px;
  position: relative;
}

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

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

/*导航栏样式*/
#menu {
  height: 101px;
}

.nav1 {
  height: 101px;
}

.nav1 > li {
  height: 101px;
  text-align: center;
  width: 88px;
  float: left;
  position: relative;
  z-index: 999;
  font-size: 14px;
}

.nav1 > li > a {
  display: block;
  line-height: 15px;
  color: #333333;
  padding: 0;
  padding-top: 52px;
  position: relative;
  top: 0px;
  transition: all ease 0.5s;
}

.nav1 > li > a:after {
  content: "..............";
  font-size: 12px;
  color: #fff;
  display: block;
  position: absolute;
  bottom: -15px;
  left: 25px;
}

.nav1 > li span {
  opacity: 0;
  position: relative;
  top: 0px;
  color: #fff;
  transition: all ease 0.5s;
}

.nav1 > li:hover {
  background: #09417e;
}

.nav1 > li:hover a {
  color: #ffffff;
  top: -25px;
}

.nav1 > li:hover span {
  top: -10px;
  opacity: 1;
}

.nav1 .sec {
  background: #09417e;
  color: #fff;
  overflow: hidden;
  z-index: 9999;
  position: absolute;
  top: 101px;
  left: 0px;
  display: none;
  width: 120px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.nav1 .sec a {
  background: #09417e;
  color: #fff;
  height: 34px;
  line-height: 34px;
  width: 120px;
  display: block;
  text-align: left;
  text-indent: 14px;
}

/*搜索和热门搜索*/
.sample-search {
  background: #cccccc;
  padding-top: 16px;
}

.sample-search .hotSearch {
  font-size: 12px;
  color: #666666;
  line-height: 22px;
}

.sample-search .hotSearch a {
  color: #666666;
}

.sample-search #formsearch {
  margin-left: 15px;
  height: 22px;
}

.sample-search #formsearch #keyword {
  width: 137px;
  height: 22px;
  line-height: 22px;
  background: #fff;
  font-size: 12px;
  color: #666666;
  border: none;
  text-indent: 10px;
  outline: none;
}

.sample-search #formsearch #s_btn {
  width: 43px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  border: none;
  background: #09417e;
  margin-left: 5px;
  outline: none;
}

.sample-search .fenzhan {
  font-size: 12px;
  color: #666666;
  line-height: 22px;
}

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

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

.sample-title h3 {
  font-size: 24px;
  color: #09417e;
  line-height: 24px;
  font-weight: 400;
}

.sample-title i {
  display: block;
  width: 203px;
  height: 2px;
  background: #5b94cc;
  margin: 0 auto;
  margin-top: 25px;
}

.sample-title span {
  display: block;
  font-size: 12px;
  color: #666666;
  line-height: 12px;
  margin-top: 17px;
}

/*企业优势*/
.sample-youshi {
  background: #cccccc;
  padding-top: 15px;
  padding-bottom: 52px;
}

.sample-youshi .youshi-con .ads1 {
  margin-top: 49px;
}

.sample-youshi .youshi-con .ads1 li {
  text-align: center;
  border: 1px solid #e2e2e2;
  float: left;
  width: 171px;
  padding-bottom: 35px;
  position: relative;
}

.sample-youshi .youshi-con .ads1 li a.img {
  display: block;
  line-height: 86px;
  padding-top: 83px;
}

.sample-youshi .youshi-con .ads1 li h3 {
  text-align: center;
  font-size: 14px;
  color: #666666;
  font-weight: 400;
  margin-top: 30px;
}

.sample-youshi .youshi-con .ads1 li .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #09417e;
  display: none;
  top: 0;
  left: 0;
  text-align: center;
  padding: 0 19px;
}

.sample-youshi .youshi-con .ads1 li .shadow h2 {
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  color: #ffffff;
  padding-top: 22px;
}

.sample-youshi .youshi-con .ads1 li .shadow span {
  font-size: 12px;
  color: #ffffff;
  line-height: 23px;
  display: block;
  margin-top: 5px;
  height: 203px;
    overflow: hidden;
}

.sample-youshi .youshi-con .ads1 li:hover .shadow {
  display: block;
}

.sample-youshi .youshi-con .youshi-more {
  text-align: center;
  font-size: 0px;
  margin-top: 46px;
}

.sample-youshi .youshi-con .youshi-more a {
  display: inline-block;
  width: 183px;
  height: 44px;
  background: url(../images/jian.png) no-repeat 137px center #09417e;
  font-size: 14px;
  color: #ffffff;
  text-align: left;
  text-indent: 27px;
  margin: 0 15px;
  line-height: 44px;
}

.sample-youshi .youshi-con .youshi-more a:hover {
  background: url(../images/jian.png) no-repeat 137px center #449d44;
}

/*产品展示*/
.sample-product {
  background: #c0c0c0;
  padding-top: 58px;
}

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

.sample-product .sort1 li {
  display: inline-block;
  font-size: 14px;
  width: 112px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border: 1px solid #09417e;
  margin: 0 6px;
}

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

.sample-product .sort1 li:hover {
  background: #09417e;
}

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

.sample-product .list {
  margin-top: 48px;
}

.sample-product .list li {
  float: left;
  width: 365px;
  text-align: center;
  margin-right: 52.5px;
}

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

.sample-product .list li a.img {
  display: block;
}

.sample-product .list li a.img img {
  width: 365px;
  height: 228px;
}

.sample-product .list li h3 {
  font-size: 16px;
  line-height: 76px;
  font-weight: 400;
}

.sample-product .list li h3 a {
  color: #09417e;
}

.sample-product .product-more {
  text-align: center;
  margin-top: 20px;
}

.sample-product .product-more a {
  display: inline-block;
  width: 183px;
  height: 44px;
  background: url(../images/jian.png) no-repeat 137px center #09417e;
  font-size: 14px;
  color: #ffffff;
  text-align: left;
  text-indent: 27px;
  margin: 0 15px;
  line-height: 44px;
}

.sample-product .product-more a:hover {
  background: url(../images/jian.png) no-repeat 137px center #449d44;
}

/*关于我们*/
.sample-about {
  background: #c0c0c0;
  padding-top: 45px;
  padding-bottom: 32px;
}

.sample-about .about-con {
  margin-top: 30px;
  padding: 0 35px;
  font-size: 12px;
  color: #666666;
  line-height: 22px;
}

.sample-about .about-more {
  text-align: center;
  margin-top: 25px;
}

.sample-about .about-more a {
  display: inline-block;
  width: 183px;
  height: 44px;
  background: url(../images/jian.png) no-repeat 137px center #09417e;
  font-size: 14px;
  color: #ffffff;
  text-align: left;
  text-indent: 27px;
  margin: 0 15px;
  line-height: 44px;
}

.sample-about .about-more a:hover {
  background: url(../images/jian.png) no-repeat 137px center #449d44;
}

/*应用领域*/
.sample-lingyu {
  height: 595px;
  background: url(../images/lingyu.png) no-repeat center center;
  padding-top: 50px;
  overflow: hidden;
}

.sample-lingyu .ads2 {
  width: 1180px;
  margin: 0 auto;
  margin-top: 35px;
}

.sample-lingyu .ads2 li {
  float: left;
  margin: 0 20px;
  text-align: center;
}

.sample-lingyu .ads2 li a.img {
  display: block;
  text-align: center;
  overflow: hidden;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0);
}

.sample-lingyu .ads2 li a.img img {
  border-radius: 50%;
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.sample-lingyu .ads2 li:hover a.img {
  border: 3px solid #fff;
}

.sample-lingyu .ads2 li:hover a.img img {
  -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);
}

.sample-lingyu .ads2 li h3 {
  font-size: 16px;
  color: #09417e;
  font-weight: 600;
  line-height: 16px;
  margin-top: 35px;
}

.sample-lingyu .ads2 .slick-arrow {
  position: absolute;
  width: 14px;
  height: 20px;
  outline: none;
  border: none;
  font-size: 0px;
  z-index: 99999;
}

.sample-lingyu .ads2 .slick-prev {
  background: url(../images/left-a.png) no-repeat center center;
  top: 105%;
  left: 48%;
}

.sample-lingyu .ads2 .slick-next {
  background: url(../images/right-a.png) no-repeat center center;
  top: 105%;
  right: 48%;
}

.sample-lingyu .lingyu-more {
  text-align: center;
  margin-top: 60px;
}

.sample-lingyu .lingyu-more a {
  display: inline-block;
  width: 183px;
  height: 44px;
  background: url(../images/jian.png) no-repeat 137px center #09417e;
  font-size: 14px;
  color: #ffffff;
  text-align: left;
  text-indent: 27px;
  margin: 0 15px;
  line-height: 44px;
}

.sample-lingyu .lingyu-more a:hover {
  background: url(../images/jian.png) no-repeat 137px center #449d44;
}

/*循环包装*/
.sample-baozhuang {
  background: #c0c0c0;
  padding-top: 50px;
  padding-bottom: 143px;
}

.sample-baozhuang .ads3 {
  margin-top: 78px;
  overflow: hidden;
}

.sample-baozhuang .ads3 li {
  text-align: center;
}

.sample-baozhuang .ads3 li img {
  margin: 0 auto;
}

.sample-baozhuang .ads3 .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0;
  z-index: 9;
  bottom: -100px;
}

.sample-baozhuang .ads3 .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #b2cae2;
  cursor: pointer;
}

.sample-baozhuang .ads3 .slick-dots li button {
  background: none;
  outline: none;
  border: none;
  font-size: 0;
}

.sample-baozhuang .ads3 .slick-dots li.slick-active {
  background-color: #b2cae2;
}

/*知名客户*/
.sample-kehu {
  height: 484px;
  background: url(../images/kehu.png) no-repeat center center;
  padding-top: 52px;
  overflow: hidden;
}

.sample-kehu .ads4 {
  width: 1155px;
  margin: 0 auto;
  margin-top: 50px;
}

.sample-kehu .ads4 li {
  float: left;
  margin-bottom: 33px;
  margin-right: 40px;
  position: relative;
}

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

.sample-kehu .ads4 li img {
  width: 199px;
  height: 116px;
}

.sample-kehu .ads4 li h3 {
  position: absolute;
  width: 199px;
  height: 116px;
  text-align: center;
  line-height: 116px;
  background: #09417e;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  display: none;
  top: 0;
  left: 0;
}

.sample-kehu .ads4 li:hover h3 {
  display: block;
}

/*新闻中心*/
.sample-news {
  background: #cccccc;
  padding-top: 42px;
  padding-bottom: 45px;
}

.sample-news .news-title h3 {
  font-size: 18px;
  font-weight: 600;
  color: #0c0000;
  float: left;
}

.sample-news .news-title h3 span {
  padding-left: 5px;
}

.sample-news .news-title a {
  display: block;
  float: right;
  font-size: 12px;
  color: #09417e;
  line-height: 18px;
}

.sample-news .news1 {
  width: 355px;
  margin-left: 20px;
}

.sample-news .news1 .infos1 {
  margin-top: 35px;
}

.sample-news .news1 .infos1 li {
  margin-bottom: 10px;
}

.sample-news .news1 .infos1 li h3 {
  font-size: 14px;
  font-weight: 400;
  float: left;
  line-height: 16px;
}

.sample-news .news1 .infos1 li h3 a {
  color: #666666;
}

.sample-news .news1 .infos1 li span {
  display: block;
  float: right;
  font-size: 12px;
  color: #989898;
  line-height: 16px;
}

.sample-news .news1 .infos1 .slick-dots {
  position: absolute;
  right: 0;
  text-align: center;
  font-size: 0;
  z-index: 9;
  bottom: 170px;
}

.sample-news .news1 .infos1 .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #b2cae2;
  cursor: pointer;
}

.sample-news .news1 .infos1 .slick-dots li button {
  background: none;
  outline: none;
  border: none;
  font-size: 0;
}

.sample-news .news1 .infos1 .slick-dots li.slick-active {
  background-color: #b2cae2;
}

.sample-news .news1 a.infos-more {
  font-size: 14px;
  color: #09417e;
  display: inline-block;
  background: url(../images/jian1.png) no-repeat right center;
  padding-right: 15px;
  margin-top: 15px;
}

.sample-news .news2 {
  width: 355px;
  margin-left: 45px;
}

.sample-news .news2 .infos2 {
  margin-top: 35px;
}

.sample-news .news2 .infos2 li {
  margin-bottom: 10px;
}

.sample-news .news2 .infos2 li h3 {
  font-size: 14px;
  font-weight: 400;
  float: left;
  line-height: 16px;
}

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

.sample-news .news2 .infos2 li span {
  display: block;
  float: right;
  font-size: 12px;
  color: #989898;
  line-height: 16px;
}

.sample-news .news2 .infos2 .slick-dots {
  position: absolute;
  right: 0;
  text-align: center;
  font-size: 0;
  z-index: 9;
  bottom: 170px;
}

.sample-news .news2 .infos2 .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #b2cae2;
  cursor: pointer;
}

.sample-news .news2 .infos2 .slick-dots li button {
  background: none;
  outline: none;
  border: none;
  font-size: 0;
}

.sample-news .news2 .infos2 .slick-dots li.slick-active {
  background-color: #b2cae2;
}

.sample-news .news2 a.infos-more {
  font-size: 14px;
  color: #09417e;
  display: inline-block;
  background: url(../images/jian1.png) no-repeat right center;
  padding-right: 15px;
  margin-top: 15px;
}

.sample-news .news3 {
  width: 355px;
  margin-right: 15px;
}

.sample-news .news3 .infos3 {
  margin-top: 35px;
}

.sample-news .news3 .infos3 li {
  margin-bottom: 10px;
}

.sample-news .news3 .infos3 li h3 {
  font-size: 14px;
  font-weight: 400;
  float: left;
  line-height: 16px;
}

.sample-news .news3 .infos3 li h3 a {
  color: #666666;
}

.sample-news .news3 .infos3 li span {
  display: block;
  float: right;
  font-size: 12px;
  color: #989898;
  line-height: 16px;
}

.sample-news .news3 a.infos-more {
  font-size: 14px;
  color: #09417e;
  display: inline-block;
  background: url(../images/jian1.png) no-repeat right center;
  padding-right: 15px;
  margin-top: 15px;
}

/*底部样式*/
.sample-foot {
  background: #09417e;
  padding-bottom: 30px;
}

.sample-foot .foot1 {
  text-align: center;
  font-size: 16px;
  color: #fafafa;
  line-height: 16px;
  padding-top: 33px;
}

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

.sample-foot .foot-con {
  margin-top: 55px;
  padding-bottom: 30px;
  border-bottom: 1px solid #384251;
}

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

.sample-foot .foot-con .foot-left .left-con {
  font-size: 12px;
  color: #919399;
  margin-top: 15px;
  line-height: 21px;
}

.sample-foot .foot-con .foot-mid {
  margin-right: 40px;
}

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

.sample-foot .foot-con .foot-mid .mid-con {
  font-size: 12px;
  color: #919399;
  margin-top: 20px;
  line-height: 21px;
}

.sample-foot .foot-con .foot-mid .mid-con a {
  color: #919399;
}

.sample-foot .foot-con .foot-right {
  text-align: center;
  font-size: 12px;
  color: #919399;
  line-height: 40px;
  margin-top: 45px;
}

.sample-foot .foot2 .jishu {
  font-size: 12px;
  color: #919399;
  margin-top: 35px;
}
.sample-foot .foot2 .jishu a{color:#919399}

.sample-foot .foot2 .tubiao {
  margin-top: 10px;
}

.sample-foot .sample-link {
  font-size: 12px;
  color: #919399;
  margin-top: 15px;
}

.sample-foot .sample-link a {
  color: #919399;
}

.sample-top {
  background: #0f141a;
  line-height: 69px;
  font-size: 14px;
  color: #919399;
  text-align: center;
}

.sample-top a {
  color: #919399;
}

/*内页导航*/
.head-contact {
  position: absolute;
  width: 350px;
  height: 256px;
  background: url(../images/navs.png) no-repeat center center;
  padding: 0 25px;
  left: 360px;
  top: 101px;
  display: none;
}

.head-contact h1 {
  font-size: 14px;
  font-weight: 400;
  color: #fdfdfd;
  line-height: 14px;
}

.head-contact h1.wz1 {
  margin-top: 15px;
}

.head-contact h1.wz2 {
  margin-top: 19px;
}

.head-contact h2 {
  font-size: 12px;
  color: #fdfdfd;
  font-weight: 400;
  line-height: 12px;
  margin-top: 15px;
}

.head-contact .contacts1 {
  font-size: 14px;
  color: #fdfdfd;
  padding-left: 30px;
  margin-top: 50px;
  line-height: 14px;
}

.head-contact .contacts2 {
  padding-left: 30px;
  margin-top: 20px;
  font-size: 14px;
  color: #fdfdfd;
  line-height: 14px;
}

.logo1:hover .head-contact {
  display: block;
}

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

.page-position {
  background: #fff;
  line-height: 58px;
  padding: 0px;
}

.page-position .position-left {
  font-size: 14px;
  color: #09417e;
}

.page-position .position-left a {
  color: #09417e;
}

.page-position .position-left a:hover {
  text-decoration: underline;
}

.page-position .position-left span:hover {
  text-decoration: underline;
}

.page-position .position-right {
  width: 150px;
  height: 58px;
  background: url(../images/sans.png) no-repeat 122px center #09417e;
  text-indent: 19px;
  color: #fff;
  position: relative;
}

.page-position .position-right .n-menu {
  position: absolute;
  width: 100%;
  top: 58px;
  left: 0px;
  background: #09417e;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: none;
  padding-bottom: 10px;
  z-index: 99;
}

.page-position .position-right .n-menu li {
  line-height: 34px;
  font-size: 16px;
  color: #fff;
  text-indent: 15px;
  height: 34px;
}

.page-position .position-right .n-menu li a {
  color: #fff;
}

.page-position .position-right:hover .n-menu {
  display: block;
}

.page-wrap {
  background: #d3d3d3;
  padding-top: 50px;
}

.page-wrap-left {
  width: 169px;
}

.xypg-left-nav {
  margin: 0px;
  background: #09417e;
  padding-top: 15px;
}

.xypg-left-nav > li {
  border: none;
  text-align: center;
}

.xypg-left-nav > li > a {
  padding: 0px;
  font-size: 16px;
  color: #fff;
  line-height: 16px;
  padding-bottom: 26px;
}

.xypg-left-nav > li .first-nav-btn {
  display: none;
}

.xypg-left-nav > li:hover > a, .xypg-left-nav > li.clicked > a {
  color: #fff;
  text-decoration: underline;
}

.xypg-left-title {
  padding: 0px;
  background: #09417e;
  text-align: left;
  text-indent: 25px;
  height: 36px;
  line-height: 36px;
}

.xypg-left-title h3 {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 36px;
}

.xypg-left-title i {
  display: none;
}

.xypg-left-con {
  background: #fff;
  border: none;
}

.latest-news li {
  padding: 0 7px;
  margin-bottom: 5px;
}

.latest-news li a {
  line-height: 31px;
  border-bottom: 1px solid #dddddd;
  padding-left: 9px;
  background: url(../images/jiantou.png) no-repeat left center;
}

.latest-news li a:before {
  display: none;
}

.hot-keys li a {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #5a5a5a;
  line-height: 20px;
  border: 1px dashed #f1f1f1;
}

.hot-keys li {
  margin-right: 8px;
  margin-top: 8px;
}

.hot-keys li:nth-child(2n) {
  margin-right: 0px;
}

.page-wrap-right {
  float: right;
  width: 980px;
}

.page-wrap-right .sample-h3 {
  font-size: 30px;
  color: #09417e;
  font-weight: 600;
  text-align: center;
  line-height: 30px;
}

.page-wrap-right .sample-h3 h3 {
  float: left;
  width: 760px;
  font-size: 22px;
  color: #09417e;
  line-height: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ededed;
  text-align: left;
}

.page-wrap-right .sample-h3 #formsearch {
  float: right;
  width: 215px;
}

.page-wrap-right .sample-h3 #formsearch #keyword {
  width: 175px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  border: 1px solid #e0e0e0;
  float: left;
  font-size: 14px;
  font-weight: 400;
  text-indent: 10px;
  color: #757575;
  outline: none;
}

.page-wrap-right .sample-h3 #formsearch #s_btn {
  float: left;
  width: 40px;
  border: 1px solid #e0e0e0;
  border-left: none;
  height: 40px;
  background: url(../images/sss.png) no-repeat center center #fff;
  font-size: 0px;
  outline: none;
}

.sample-about-con {
  font-size: 16px;
  color: #333333;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 26px;
}

.sample-tu {
  text-align: center;
  margin-top: 15px;
}

.sample-ditu {
  margin-top: 50px;
}

.sample-contacts1 {
  font-size: 12px;
  color: #333;
  margin-left: 40px;
  margin-top: 30px;
  line-height: 24px;
}

.wz-all {
  background: #fff;
}

.wz-all .wz-left {
  width: 600px;
  text-align: center;
  padding: 0 40px;
  padding-top: 50px;
  padding-bottom: 45px;
}

.wz-all .wz-left:hover {
  background: #09417e;
}

.wz-all .wz-left:hover h3 {
  color: #fff;
}

.wz-all .wz-left:hover .wz-con {
  color: #fff;
}

.wz-all .wz-left:hover a {
  color: #fff;
  background: url(../images/jian.png) no-repeat right center;
}

.wz-all .wz-left h3 {
  font-size: 18px;
  color: #333333;
  font-weight: 600;
  line-height: 18px;
}

.wz-all .wz-left i {
  display: block;
  width: 60px;
  height: 1px;
  margin: 0 auto;
  margin-top: 19px;
  background: #6699cc;
}

.wz-all .wz-left .wz-con {
  font-size: 14px;
  color: #555555;
  line-height: 32px;
  margin-top: 10px;
}

.wz-all .wz-left a {
  font-size: 14px;
  color: #09417e;
  display: inline-block;
  background: url(../images/jian1.png) no-repeat right center;
  padding-right: 15px;
  margin-top: 10px;
}

.product-cover {
  margin-top: 65px;
}

.product-detail-tabcon {
  font-size: 14px;
  color: #666666;
  line-height: 26px;
  border-bottom: 1px solid #fff;
  padding-bottom: 22px;
  margin-top: 40px;
  /*text-align: center;*/
  overflow: hidden;
}

.detail-left {
  width: 705px;
  float: left;
}

.xypg-detail-pn1 {
  font-size: 0px;
  text-align: center;
  margin-top: 46px;
}

.xypg-detail-pn1 .prev {
  display: inline-block;
  width: 130px;
  height: 44px;
  background: url(../images/prev1.png) no-repeat center center;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  line-height: 44px;
  margin: 0 15px;
}

.xypg-detail-pn1 .prev:hover {
  background: url(../images/prevs1.png) no-repeat center center;
}

.xypg-detail-pn1 .prev a {
  display: block;
  height: 44px;
  position: relative;
  margin-top: -44px;
}

.xypg-detail-pn1 .prev span {
  display: none;
}

.xypg-detail-pn1 .next {
  display: inline-block;
  width: 130px;
  height: 44px;
  background: url(../images/next1.png) no-repeat center center;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  line-height: 44px;
  margin: 0 15px;
}

.xypg-detail-pn1 .next:hover {
  background: url(../images/nexts1.png) no-repeat center center;
}

.xypg-detail-pn1 .next a {
  display: block;
  height: 44px;
  position: relative;
  margin-top: -44px;
}

.xypg-detail-pn1 .next span {
  display: none;
}

.detail-right {
  width: 215px;
  float: right;
}

.detail-right #formsearch #keyword {
  width: 175px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  border: 1px solid #e0e0e0;
  float: left;
  font-size: 14px;
  font-weight: 400;
  text-indent: 10px;
  color: #757575;
  outline: none;
}

.detail-right #formsearch #s_btn {
  float: left;
  width: 40px;
  border: 1px solid #e0e0e0;
  border-left: none;
  height: 40px;
  background: url(../images/sss.png) no-repeat center center #fff;
  font-size: 0px;
  outline: none;
}

.detail-right .sample-relate {
  margin-top: 30px;
}

.detail-right .sample-relate h3 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.detail-right .sample-relate h3 span {
  font-size: 14px;
  color: #999;
  font-weight: 400;
  text-transform: uppercase;
  padding-left: 5px;
}

.xypg-case-list1 {
  margin-top: 45px;
}

.xypg-case-list1 li {
  margin-bottom: 50px;
}

.xypg-case-list1 li .img1 {
  float: left;
  width: 221px;
  height: 160px;
}

.xypg-case-list1 li .img1 img {
  width: 221px;
  height: 160px;
}

.xypg-case-list1 li .case-wz {
  float: left;
  width: 695px;
  margin-left: 8px;
}

.xypg-case-list1 li .case-wz h3 {
  font-size: 16px;
  font-weight: 600;
  color: #09417e;
}

.xypg-case-list1 li .case-wz h3 a {
  color: #09417e;
}

.xypg-case-list1 li .case-wz span {
  display: block;
  margin-top: 25px;
  font-size: 16px;
  color: #333333;
}

.pagin-left a {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.xypg-news-list1 {
  margin-top: 20px;
}

.xypg-news-list1 li {
  margin-bottom: 7px;
  border-bottom: 1px solid #fff;
}

.xypg-news-list1 li .tit1 span {
  display: block;
  float: left;
  font-size: 16px;
  color: #333333;
  line-height: 50px;
}

.xypg-news-list1 li .tit1 h3 {
  float: left;
  font-size: 16px;
  color: #09417e;
  font-weight: 40;
  line-height: 50px;
  margin-left: 36px;
}

.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: 157px;
}

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

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

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