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

/*头部样式*/
.logo {
  float: left;
}

.logo img {
  margin-top: 8px;
}

.head1 {
  background: url(../images/top_bj1.jpg) no-repeat center top;
  height: 218px;
}

.head_a1,
.k1,
.k1 a {
  color: #fff;
  font: 500 14px/60px "微软雅黑";
}

.topLink {
  float: right;
  text-align: right;
  position: relative;
  z-index: 9999;
}

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

.topLink .k2 {
  color: #074b91;
  font-size: 14px;
  font-family: "å¾®è½¯é›…é»‘";
}

.head_vva1 {
  width: 485px;
  float: right;
  margin-top: 9px;
}

#menu {
  margin-top: 10px;
}

/*çƒ­é—¨æœç´¢*/
.search {
  text-align: left;
  height: auto;
}

#formsearch {
  width: auto;
}

.hotSearch {
  width: auto;
  height: 44px;
  text-align: left;
  color: #fff;
  font: 500 14px/44px "å®‹ä½“";
}

#search-type {
  float: left;
  width: 100px;
  height: 24px;
  border: 1px solid #c8c8c8;
  margin-right: 5px;
}

/*æœç´¢å’Œçƒ­é—¨æœç´¢*/
.hotSearch a {
  margin-right: 6px;
  color: #fff;
}

#formsearch input {
  height: 33px;
  background: #fff;
  border: 1px solid #fff;
  line-height: 33px;
}

#formsearch input#keyword {
  height: 33px;
  line-height: 33px;
  padding-left: 4px;
  color: #fff;
  background: transparent;
  width: 190px;
  text-indent: 16px;
}

#formsearch input#s_btn {
  width: 67px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: url(../images/aat1.png) no-repeat center top;
  color: #fff;
  border: none;
  cursor: pointer;
  margin-left: 8px;
}

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

/*搜索和热门搜索*/
.nav1 {
  height: 60px;
}

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

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

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

.nav1 .sec {
  height: 0;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  overflow: hidden;
  z-index: 9999;
  position: absolute;
  top: 60px;
  left: 0px;
}

.nav1 .sec a {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  height: 50px;
  line-height: 50px;
  width: 140px;
}

.nav1 .sec a:hover {
  background: #fff;
  text-decoration: none;
  color: #000;
}

.cont1 {
  background: url(../images/bj1.jpg) no-repeat center top;
  height: 709px;
  overflow: hidden;
}

.title1 {
  text-align: center;
}

.title1 span {
  color: #ffba00;
  font: 500 30px/48px "å¾®è½¯é›…é»‘";
}

.title1 h2 {
  color: #005faf;
  font: 500 36px/48px "å¾®è½¯é›…é»‘";
  background: url(../images/xian1.png) no-repeat center;
}

.a1_b1 {
  position: relative;
}

.a1_b1_c1 {
  width: 599px;
  height: 440px;
  margin-left: 48px;
  margin-top: 36px;
}

.a1_b1_c1 img {
  width: 599px;
  height: 440px;
}

a.more11 {
  display: block;
  position: absolute;
  left: 0;
  top: 205px;
  z-index: 9;
}

.a1_b1_c2 {
  width: 686px;
  height: 300px;
  background: rgba(0, 95, 175, 0.5);
  position: absolute;
  right: 0;
  top: 78px;
  z-index: 9;
  padding: 48px 52px 30px 154px;
  box-sizing: border-box;
}

.a1_b1_c2 h2 {
  color: #fff;
  font: 500 28px/30px "å¾®è½¯é›…é»‘";
}

.a1_b1_c2 .abt_wen {
  color: #fff;
  font: 500 14px/24px "å¾®è½¯é›…é»‘";
  margin-top: 22px;
}

/*cont2*/
.cont2 {
  background: url(../images/bj2.jpg) no-repeat center top;
  height: 956px;
  overflow: hidden;
}

.title2 {
  text-align: center;
}

.title2 h2 {
  color: #005faf;
  font: 600 36px/40px "å¾®è½¯é›…é»‘";
}

.title2 h2 span {
  color: #ffba00;
  font: 500 30px/40px "Corbel";
}

.title2 h3 {
  color: #ffba00;
  font: 500 18px/27px "å®‹ä½“";
  background: url(../images/aa11b1.png) no-repeat center;
  margin-top: 16px;
}

.show-left {
  width: 298px;
  border: 1px solid #005faf;
  background: #fff;
  border-top: 5px solid #ffba00;
}

.show-title {
  background: url(../images/t7.png) no-repeat 19px;
  text-align: center;
  height: 87px;
  font-size: 24px;
  color: #333333;
  font-weight: normal;
  line-height: 24px;
  padding-top: 22px;
  padding-left: 18px;
}

.show-title p {
  font-size: 16px;
  color: #808080;
}

.fen_ct {
  background: #005faf;
  height: 90px;
  color: #fff;
  font-size: 16px;
  padding-left: 48px;
  padding-top: 30px;
}

.show-right {
  width: 878px;
  border: 1px solid #005faf;
  background: #fff;
  padding: 0 0 18px;
}

.product_listt {
  padding: 20px 40px 0 20px;
}

.product_listt li a {
  font-size: 20px;
  color: #333333;
  font-weight: normal;
}

.product_listt li a:hover {
  color: #ffba00;
}

.product_listt li img {
  border: 1px solid #aaaaaa;
  width: 350px;
  height: 340px;
}

.p-right {
  margin-left: 14px;
  width: 454px;
}

.product_listt li h2 {
  font-size: 16px;
  font-weight: normal;
  color: #666666;
  line-height: 30px;
}

.product_listt li .p-more {
  width: 110px;
  height: 25px;
  background: #ffba00;
  border-radius: 20px;
  margin-top: 36px;
}

.product_listt li .p-more a {
  display: block;
  line-height: 25px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.show-right .content1 {
  margin-top: 22px;
}

/*cont3*/
.cont3 {
  background: url(../images/bj3.jpg) no-repeat center bottom;
  height: 1364px;
  overflow: hidden;
}

.cont3 .content {
  position: relative;
}

.ad1 {
  position: absolute;
  top: 100px;
  right: 0;
  width: 580px;
  color: #fff;
}

.ad2 {
  position: absolute;
  top: 233px;
  left: 15px;
  width: 580px;
  color: #fff;
}

.ad3 {
  top: 365px;
}

.ad4 {
  top: 517px;
}

.ad5 {
  top: 638px;
}

.ad6 {
  top: 769px;
}

.ad7 {
  top: 896px;
}

.ad8 {
  top: 1031px;
}

/*cont4*/
.a4_c1 {
  width: 840px;
}

.news-1-title {
  color: #005faf;
  font: 500 30px/65px "å¾®è½¯é›…é»‘";
  position: relative;
  border-bottom: 1px solid #cacaca;
}

.news-1-title span {
  font: 400 18px/65px "å¾®è½¯é›…é»‘";
  color: #005faf;
}

.news-1-title span a {
  position: absolute;
  right: 0;
}

.a4_b1 {
  margin-top: 35px;
}

.xwt1 {
  width: 324px;
}

.xwt2 {
  width: 505px;
}

.news_list1 {
  padding-top: 5px;
}

.news_list1 li {
  margin-bottom: 23px;
}

.news_list1 .order {
  float: left;
  font: 600 40px/58px "å¾®è½¯é›…é»‘";
  color: #666;
  margin-right: 15px;
  background: #eee;
  width: 56px;
  text-align: center;
  margin-top: 4px;
}

.news_list1 .order:hover {
  color: #fff;
  text-decoration: none;
  background: #005eb8;
}

.news_list1 li .ns_cn {
  padding-right: 25px;
  color: #000;
  border-bottom: 1px solid #cacaca;
  padding-bottom: 10px;
}

.news_list1 li .ns_cn a:hover {
  color: #005eb8;
  text-decoration: none;
}

.news_list1 li .ns_cn a {
  font: 500 15px/25px "å¾®è½¯é›…é»‘";
  color: #ffba00;
}

.ns_cn p {
  font: 400 12px/19px "å¾®è½¯é›…é»‘";
  color: #666;
}

.ns_cn p span {
  display: block;
  padding-left: 360px;
}

.a4_c1xa1 {
  margin-top: 20px;
}

.a4_c2 {
  margin-top: 15px;
}

.avadq1 {
  background: #f3f3f3;
  height: 276px;
  box-sizing: border-box;
  padding: 16px 18px 0;
  color: #000;
  font: 500 16px/36px "å¾®è½¯é›…é»‘";
}

.avadq1 h2 {
  font: 600 20px/28px "å¾®è½¯é›…é»‘";
  margin-bottom: 10px;
}

#n_demo {
  overflow: hidden;
  width: 96%;
  margin: 0 auto;
}

#n_indemo {
  float: left;
  width: 800%;
}

#n_demo1 {
  float: left;
}

#n_demo2 {
  float: left;
}

.product_list3 li {
  float: left;
  _display: inline;
  margin: 0 5px;
  border: 1px solid #005faf;
  padding: 19px;
  padding-bottom: 0;
}

.product_list3 li a.img img {
  width: 238px;
  height: 238px;
  border: 1px solid #aaaaaa;
}

.product_list3 li h3 {
  text-align: center;
  height: 28px;
}

.product_list3 li h3 a {
  font-weight: normal;
  font-size: 14px;
  color: #333333;
  display: block;
  line-height: 28px;
}

.product_list3 li a.img {
  display: block;
}

.product_list3 li a.img:hover {
  border-color: #e87518;
}

.product_list3 li:hover {
  border-color: #ffba00;
}

.roll_product {
  float: left;
}

.sort1 li {
  border-top: 1px solid #b3b3b3;
}

.sort1 li:last-child {
  border-bottom: 1px solid #b3b3b3;
}

.sort1 li a {
  font: 17px/50px "Microsoft YaHei";
  color: #4c4c4c;
  text-align: center;
  display: block;
  background: url(../images/sort.png) no-repeat 25px;
}

.sort1 li:hover a {
  background: url(../images/sorth.png) no-repeat 25px;
  color: #ffba00;
}

.f_link {
  width: 1200px;
  margin: 0 auto;
  margin-top: 15px;
  line-height: 30px;
}
.f_link a:nth-child(2){display:none;}
.f_link a:nth-child(6){display:none;}
.f_link a:nth-child(8){display:none;}
/*é¡µé¢åº•éƒ¨*/
.foot1 {
  background: url(../images/foot1.jpg) no-repeat center top;
  height: 219px;
  margin-top: 10px;
}

#footer {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding-top: 8px;
  color: #fff;
}

#footer a {
  color: #fff;
}

#footer a:hover {
  color: #e87518;
  text-decoration: none;
}

.nav_foot {
  text-align: center;
  color: #fff;
  font: 500 16px/26px "å¾®è½¯é›…é»‘";
  margin-top: 50px;
}

.nav_foot a {
  padding: 0 10px;
}

.copyright {
  text-align: center;
  line-height: 24px;
  margin-top: 24px;
}

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

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

.page-mob-tool {
  display: none;
}
.xypg-banner img{
    width: 100%;
}
