@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: 102px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 999;
}

.vn-head2 #menu {
  width: 778px;
}

.vn-head2 .vn1200 {
  position: relative;
}

.vn-head2 #formsearch {
  background: none;
  border: 1px solid #fff;
  width: 250px;
  height: 30px;
  border-radius: 50px;
  position: absolute;
  right: 80px;
  top: 12px;
}

.vn-head2 #formsearch input {
  background: none;
  border: none;
  outline: none;
}

.vn-head2 #formsearch #keyword {
  float: left;
  width: 80%;
  line-height: 28px;
  font-size: 14px;
  text-indent: 18px;
}

.vn-head2 #formsearch #s_btn {
  float: right;
  width: 20%;
  line-height: 28px;
  font-size: 14px;
  color: #fff;
}

.vn-head2 #formsearch input::-webkit-input-placeholder {
  /*WebKit browsers*/
  color: #fff;
}

.vn-head2 #formsearch input::-moz-input-placeholder {
  /*Mozilla Firefox*/
  color: #fff;
}

.vn-head2 #formsearch input::-ms-input-placeholder {
  /*Internet Explorer*/
  color: #fff;
}

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

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

/*导航栏样式*/
.nav1 {
  height: 32px;
  margin-top: 60px;
}

.nav1 li {
  line-height: 32px;
  height: 32px;
  text-align: center;
  float: left;
  position: relative;
  z-index: 999;
  margin-right: 40px;
}

.nav1 li:last-child {
  margin-right: 0px;
}

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

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

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

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

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

/*在线咨询*/
.sample-message {
  /* margin-top: -45px; */
  position: relative;
  background: #FAFAFA;
  z-index: 999;
}

.sample-message .vn1200 {
  background: #fff;
  padding-top: 35px;
  padding-left: 50px;
  position: relative;
  top: -42px;
  padding-bottom: 39px;
}

.sample-message .vn1200 h3 {
  font-size: 24px;
  font-weight: 400;
  color: #292929;
}

.sample-message .vn1200 span {
  display: block;
  font-size: 14px;
  color: #bbbbbb;
  margin-bottom: 15px;
}

.sample-message .vn1200 input::-webkit-input-placeholder {
  /*WebKit browsers*/
  color: #292929;
}

.sample-message .vn1200 input::-moz-input-placeholder {
  /*Mozilla Firefox*/
  color: #292929;
}

.sample-message .vn1200 input::-ms-input-placeholder {
  /*Internet Explorer*/
  color: #292929;
}

.sample-message .vn1200 .sample-name {
  float: left;
  width: 414px;
  height: 56px;
  border: 1px solid #d8d8d8;
  background: url(../images/name.jpg) no-repeat 25px center;
  padding-left: 55px;
}

.sample-message .vn1200 .sample-name input {
  background: none;
  border: none;
  outline: none;
  width: 360px;
  height: 54px;
  line-height: 54px;
  font-size: 14px;
}

.sample-message .vn1200 .sample-contact {
  float: left;
  width: 414px;
  height: 56px;
  border: 1px solid #d8d8d8;
  background: url(../images/contact.jpg) no-repeat 25px center;
  padding-left: 55px;
  margin-left: 27px;
}

.sample-message .vn1200 .sample-contact input {
  background: none;
  border: none;
  outline: none;
  width: 360px;
  height: 54px;
  line-height: 54px;
  font-size: 14px;
}

.sample-message .vn1200 .sample-content {
  width: 855px;
  height: 56px;
  border: 1px solid #d8d8d8;
  background: url(../images/content.jpg) no-repeat 18px center;
  padding-left: 55px;
  margin-top: 20px;
}

.sample-message .vn1200 .sample-content input {
  background: none;
  border: none;
  outline: none;
  width: 100%;
  height: 54px;
  font-size: 14px;
  color: #292929;
  line-height: 54px;
}

.sample-message .vn1200 .sample-code {
  width: 287px;
  height: 79px;
  background: url(../images/btn4.png) no-repeat center center;
  position: absolute;
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  line-height: 55px;
  right: -20px;
  top: 97px;
}

.sample-message .vn1200 .sample-code input {
  background: none;
  border: none;
  outline: none;
}

.sample-product1 {
  padding-top: 40px;
  background: #FAFAFA;
  padding-bottom: 100px;
}

.sample-product1 .title1 {
  text-align: center;
  background: url(../images/line11.png) no-repeat 205px 6px;
}

.sample-product1 .title1 h3 {
  font-size: 30px;
  color: #004587;
  font-weight: bold;
  line-height: 24px;
}


.sample-product1 .title1 span {
  display: block;
  font-size: 14px;
  color: #7C7C7C;
  text-align: center;
  line-height: 14px;
  margin-top: 12px;
}

.sample-product1 .title1 span.gray{
  font-size: 30px;
  color: #5a5a5a;
  display: inline;
}

.sample-product1 .title1 .imgs {
  margin-top: 6px;
  text-align: center;
}

.sample-product1 .lists {
  margin-top: 51px;
}

.sample-product1 .lists li {
  float: left;
  text-align: center;
  margin-right: 15px;
  position: relative;
  transition: .4s;
}

.sample-product1 .lists li:hover:before{width: 390px;height: 320px;top: 0px;left: 0px;background: url( ../images/hover.png) no-repeat 0px 0px;position: absolute;background-size: 100%;content: "";/*必加项*/transition: .4s;}

.sample-product1 .lists li:hover h3{opacity: 1;}


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

.sample-product1 .lists li a{display: table;}

.sample-product1 .lists li h3 {
  text-align: center;
  font-size: 18px;
  width: 100%;
  font-weight: 400;
  color: #fff;
  position: absolute;
  line-height: 18px;
  left: 50%;
  top: 58%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.sample-product1 .lists li span {
  display: block;
  font-size: 18px;
  color: #115e91;
  text-align: center;
  margin-top: 22px;
  line-height: 18px;
  display: none;
}

.sample-product1 .lists li a.img {
  display: block;
  /* margin-top: 15px; */
}

.sample-product1 .lists li img {
  width: 390px;
  height: 320px;
}

.sample-product2 {
  margin-top: 60px;
}

.sample-product2 .title1 {
  text-align: center;
}

.sample-product2 .title1 h3 {
  font-size: 24px;
  color: #2c2c2c;
  font-weight: 400;
  line-height: 24px;
}

.sample-product2 .title1 span {
  display: block;
  font-size: 14px;
  color: #a4a3a3;
  text-align: center;
  line-height: 14px;
  margin-top: 8px;
}

.sample-product2 .title1 .imgs {
  margin-top: 6px;
  text-align: center;
}

.sample-product2 .sort1 {
  margin-top: 40px;
}

.sample-product2 .sort1 li {
  float: left;
  width: 390px;
  position: relative;
  margin-right: 12px;
}

.sample-product2 .sort1 li:nth-child(3) {
  margin-right: 0px;
}

.sample-product2 .sort1 li img {
  width: 390px;
  height: 318px;
}

.sample-product2 .sort1 li .shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.5);
  padding: 7px;
  display: none;
}

.sample-product2 .sort1 li .shadow h3 {
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  text-align: center;
  font-size: 18px;
  color: #fff;
  padding-top: 160px;
  background: url(../images/sou.png) no-repeat center 117px;
}

.sample-product2 .sort1 li .shadow h3 a {
  color: #fff;
  font-weight: 400;
}

.sample-product2 .sort1 li:hover .shadow {
  display: block;
}

.sample-about {
  width: 1920px;
  left: 50%;
  position: relative;
  margin-left: -960px;
  height: 664px;
  background: url(../images/about.png) no-repeat center center;
}

.sample-about .about-left {
  width: 735px;
  margin-left: 10px;
}

.sample-about .about-left h3 {
  font-size: 30px;
  line-height: 30px;
  color: #f2f6ff;
  font-weight:500;
  padding-top: 41px;
}

.sample-about .about-left span {
  display: block;
  font-size: 30px;
  color: #ffffff;
  line-height: 30px;
  margin-top: 10px;
  height: 48px;
  background: url(../images/line13.png) no-repeat left bottom;
}

.sample-about .about-left .left-con {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  line-height: 34px;
  margin-top: 35px;
  text-indent: 2em;
  height: 203px;
  overflow: hidden;
}

.sample-about .about-left .ads1 {
  margin-top: 70px;
}

.sample-about .about-left .ads1 li {
  float: left;
  width: 224px;
  margin-right: 30px;
}

.sample-about .about-left .ads1 li:nth-child(3n) {
  margin-right: 0px;
}

.sample-about .about-left .ads1 li img {
  width: 224px;
  height: 154px;
}

.sample-about .about-right {
  width: 360px;
  margin-right: 20px;
  margin-top: 122px;
}

.sample-about .about-right img {
  width: 360px;
  height: 470px;
}

.sample-honor {
  margin-top: 82px;
}

.sample-honor .title1 {
  text-align: center;
  background: url(../images/line11.png) no-repeat 205px 6px;
}


.sample-honor .title1 h3 {
  font-size: 30px;
  color: #004587;
  font-weight: bold;
  line-height: 24px;
}

.sample-honor .title1 span {
  display: block;
  font-size: 14px;
  color: #7C7C7C;
  text-align: center;
  line-height: 14px;
  margin-top: 12px;
}

.sample-honor .title1 span.gray{
  font-size: 30px;
  color: #5a5a5a;
  display: inline;
}

.sample-honor .title1 .imgs {
  margin-top: 6px;
  text-align: center;
}

.sample-honor .honor-con {
  margin-top: 35px;
}

.sample-honor .honor-con .honor-left {
  width: 400px;
}

.sample-honor .honor-con .honor-left img {
  width: 400px;
  height: 600px;
}

.sample-honor .honor-con .honor-right {
  width: 770px;
  margin: 25px 0 0 0;
}

.sample-honor .honor-con .honor-right .ads2 li {
  float: left;
  margin-right: 28px;
  width: 357px;
  margin-bottom: 41px;
}

.sample-honor .honor-con .honor-right .ads2 li img {
  width: 100%;
  /* height: 200px; */
}

.sample-honor .honor-more {
  width: 260px;
  height: 60px;
  text-align: center;
  line-height: 58px;
  border: 1px solid #3770d3;
  margin: 0 auto;
  margin-top: 0;
}

.sample-honor .honor-more a {
  font-size: 14px;
  color: #3770d3;
}

.sample-case {
  height: 527px;
  background: url(../images/bg5.jpg) no-repeat center center;
  /* margin-top: 100px; */
  background-size: cover;
}

.sample-case .case-title{background: url(../images/line12.png) no-repeat 558px 53px;}

.sample-case .case-title h3 {
  text-align: center;
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
  line-height: 24px;
  padding-top: 49px;
}

.sample-case .case-title span {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  line-height: 14px;
  margin-top: 15px;
}

.sample-case #certify {
  margin-top: 30px;
}

.sample-case .case-more {
  width: 177px;
  height: 40px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 38px;
  font-size: 14px;
  color: #ffffff;
  margin: 0 auto;
}

.sample-case .case-more a {
  color: #fff;
  font-size: 16px;
}

.sample-news {
  margin-top: 85px;
  margin-bottom: 25px;
}

.sample-news .title1 {
  text-align: center;
  background: url(../images/line11.png) no-repeat 559px 6px;
}

.sample-news .title1 h3 {
  font-size: 30px;
  color: #004587;
  font-weight: bold;
  line-height: 24px;
}

.sample-news .title1 span {
  display: block;
  font-size: 14px;
  color: #7C7C7C;
  text-align: center;
  line-height: 14px;
  margin-top: 12px;
}

.sample-news .title1 .gray{
  font-size: 30px;
  color: #5a5a5a;
  display: inline;
}


/*  */

.sample-news .title1 .imgs {
  margin-top: 6px;
  text-align: center;
}

.sample-news .news-con {
  margin-top: 65px;
}

.sample-news .news1 {
  width: 364px;
  float: left;
}

.sample-news .news1 h3 {
  font-size: 22px;
  color: #191919;
  font-weight: 400;
  line-height: 22px;
}

.sample-news .news1 .news-tu {
  width: 364px;
  height: 208px;
  margin-top: 15px;
}

.sample-news .news1 .news-tu img {
  width: 364px;
  height: 208px;
}

.sample-news .news1 .lists1 {
  margin-top: 25px;
}

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

.sample-news .news1 .lists1 li a {
  display: block;
  font-size: 14px;
  color: #191919;
  background: url(../images/jiantou.png) no-repeat left center;
  padding-left: 22px;
  line-height: 26px;
}

.sample-news .news2 {
  margin-left: 40px;
}

.sample-news .news3 {
  float: right;
  width: 365px;
}

.sample-news .news3 h3 {
  font-size: 22px;
  color: #191919;
  font-weight: 400;
  line-height: 22px;
}

.sample-news .news3 .lists2 {
  margin-top: 40px;
}

.sample-news .news3 .lists2 li {
  padding-bottom: 15px;
  border-bottom: 1px dashed #cbcbcb;
  margin-bottom: 20px;
}

.sample-news .news3 .lists2 li a {
  display: block;
  font-size: 14px;
  color: #8d8d8d;
}

.sample-news .news3 .lists2 li a span {
  color: #28bded;
}

.sample-news .news3 .lists2 li p {
  font-size: 14px;
  color: #878787;
  line-height: 30px;
  margin-top: 5px;
}

.sample-foot {
  height: 283px;
  background: url(../images/foots.png) no-repeat center center;
  margin-top: 30px;
}

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

.sample-foot .foot1 span {
  display: block;
  font-size: 12px;
  color: #ffffff;
  font-weight: 600;
  line-height: 13px;
  margin-top: 15px;
}

.sample-foot .foot1 .foot1-con {
  font-size: 14px;
  color: #e8e8e8;
  margin-top: 14px;
  line-height: 30px;
}

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

.sample-foot .foot2 h3 {
  font-size: 24px;
  color: #ffffff;
  font-weight: 600;
  line-height: 30px;
  margin-top: 68px;
}

.sample-foot .foot2 .foot2-con {
  font-size: 14px;
  color: #e8e7e7;
  margin-top: 10px;
}

.sample-foot .foot2 .foot2-con a {
  color: #e8e7e7;
  line-height: 28px;
}

.sample-foot .foot3 {
  margin-top: 40px;
  /* margin-right: 15px; */
}

.sample-foot .foot3 img{width: 80%;float: right;}


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

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

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

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


.sample-link{
    font-size: 13px;
    color: #333;
    line-height: 22px;
    margin-top: 10px;
}

.sample-link a{
    color: #333;
}

/* ================================================== */


/* 测试 main */


.ccc{height:1556px;
  background: url(../images/abt.png) no-repeat center top;padding-top:70px;}
.fu .title1 {
  text-align: center;
  background: url(../images/line11.png) no-repeat 205px 6px;
}


.fu .title1 h3 {
  font-size: 30px;
  color: #004587;
  font-weight: bold;
  line-height: 24px;
}

.fu .title1 span {
  display: block;
  font-size: 14px;
  color: #7C7C7C;
  text-align: center;
  line-height: 14px;
  margin-top: 12px;
}

.fu .title1 span.gray{
  font-size: 30px;
  color: #5a5a5a;
  display: inline;
}


/*c2_index*/
.c2_index{
    position: relative;
    margin-top: 70px;
    margin-bottom: 40px;
}

.c2_aa{
    width:850px;
    float: left;
}

.c2_aa li img{
   width:850px;
   height: 440px;
}

.c2_bb{
    width:350px;
    float: right;
}

.c2_bb li{
    position: relative;
    height: 110px;
    background: #393939;
    padding: 0px 20px 0px 30px;
}

.c2_bb li:nth-child(2n){
    background: #343434;
}

.c2_bb li a{
    display: block;
}

.c2_bb li h3{
    float: left;
    color: #fff;
    font-size: 16px;
    line-height: 110px;
    font-weight: 400;
}

.c2_bb li img{
    margin-top: 20px;
    float: right;
    display: block;
   width: 71px;
   height: 71px;
   border: 5px solid rgba(255,255,255,.5);
   border-radius: 50%;
}


.c2_bb li.on{
    background: #3770d3;
    width: 400px;
    z-index: 9999;
    margin-left: -50px;
    position: relative;
    padding-left: 85px;
    padding-right: 55px;
}

.c2_bb li.on img{
    float: left;
}

.c2_bb li.on h3{
    float: right;
    font-size: 18px;
}

.c2_bb li.on::before{
    position: absolute;
    top: 45px;
    left: 35px;
    content: "";
    background: url(../images/jt.png) no-repeat center center;
    width: 12px;
    height: 22px;
}














