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


.xypg-right-content p img{
    max-width:100%; height:auto !important;width:auto !important;
}
/*----- 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;
}

.vn1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.vn-head {
  line-height: 43px;
  border-bottom: 1px solid #adadad;
  font-size: 14px;
  color: #999999;
}

.vn-head a {
  color: #999999;
}

.vn-head a:hover {
  color: #106ccf;
}

.vn-head1 .logo1 {
  float: left;
  width: 37%;
  line-height: 90px;
}

.vn-head1 .logo1 img {
  width: auto;
}

.vn-head1 .head1-right {
  text-align: justify;
  width: 53%;
  float: right;
}

.vn-head1 .head1-right li {
  position: relative;
  float: left;
  width: 37%;
  padding-left: 30px;
  margin-top: 23px;
}

.vn-head1 .head1-right li span {
  font-size: 14px;
  color: #999;
}

.vn-head1 .head1-right li p {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  line-height: 20px;
}

.vn-head1 .head1-right li:nth-child(2) {
  float: right;
  margin-top: 23px;
}

.xy-menu {
  background: #005ec4;
}

.xy-menu .xy-nav {
  float: left;
  width: 78%;
}

.xy-menu .xy-nav li {
  float: left;
  width: 15.5%;
}

.xy-menu .xy-nav li a {
  display: block;
  text-align: center;
  color: #fff;
  line-height: 50px;
  font-size: 17px;
  color: #ffffff;
}

.xy-menu .search-box {
  text-align: right;
  height: 35px;
  float: right;
  margin-top: 8px;
}

.xy-menu .search-box #formsearch {
  display: inline-block;
  width: 218px;
  height: 35px;
  position: relative;
}

.xy-menu .search-box #keyword {
  width: calc(100% - 0px);
  height: 35px;
  border: 1px solid #bfbfbf;
  background: none;
  font-size: 14px;
  color: #999999;
  outline: none;
  float: left;
  padding-left: 10px;
  border-radius: 25px;
}

.xy-menu .search-box #s_btn {
  width: 40px;
  float: right;
  background: url(../images/ss1.png) center no-repeat;
  outline: none;
  border: none;
  font-size: 0;
  height: 35px;
  position: absolute;
  right: 0;
  top: 0;
}

.xy-menu ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #fff;
}

.xy-menu :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}

.xy-menu ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}

.xy-menu :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.service-box {
  padding: 50px 0px;
  padding-top: 70px;
}
@media (max-width:768px){
    .service-box{
    padding-top: 30px;
    padding-bottom: 0;
    }
}
.service-box .service-list {
  text-align: justify;
}

.service-box .service-list:after {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 0;
  content: '';
}

.service-box .service-list li {
  position: relative;
  display: inline-block;
  width: 32%;
  vertical-align: top;
}

.service-box .service-list li img {
  width: 100%;
  border: 1px solid #0062d1;
}

.service-box .service-list li h3 {
  font-weight: normal;
  padding-top: 20px;
}

.service-box .service-list li h3 span {
  display: block;
  color: #106ccf;
  font-size: 20px;
  font-weight: bold;
}

.service-box .service-list li h3 p {
  font-size: 16px;
  color: #666;
  line-height: 23px;
  padding: 12px 0px;
  height: 70px;
}

.service-box .service-list li h3 a {
  width: 126px;
  height: 47px;
  display: block;
  background: #106ccf url(../images/more.png) no-repeat 85%;
  color: #fff;
  font-size: 16px;
  line-height: 47px;
  text-indent: 15px;
}

.service-box .service-list li:hover img {
  border: 1px solid #ca1f26;
}

.service-box .service-list li:hover h3 span {
  color: #d7000f;
}

.vn1 img {
  width: 100%;
}

.our-service {
  padding: 50px 3%;
}

.our-service h2 {
  font-size: 30px;
  color: #333;
  text-align: center;
  font-weight: bold;
  background: url(../images/h2bj.png) no-repeat center;
  line-height: 30px;
}

.our-service .service-list {
  text-align: justify;
}

.our-service .service-list:after {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 0;
  content: '';
}

.our-service .service-list li {
  position: relative;
  display: inline-block;
  width: 48%;
  vertical-align: top;
  border: 1px solid #eeeeee;
  margin-top: 30px;
}

.our-service .service-list li .img1 {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
}

.our-service .service-list li .img2 {
  width: 25%;
  display: none;
  vertical-align: top;
}

.our-service .service-list li h3 {
  width: 73%;
  display: inline-block;
  vertical-align: middle;
  padding: 15px 10px;
  font-weight: 400;
}

.our-service .service-list li h3 span {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  display: block;
  padding-bottom: 7px;
}

.our-service .service-list li h3 p {
  font-size: 14px;
  color: #999;
  line-height: 25px;
  width: 95%;
}

.our-service .service-list li:hover {
  border: 1px solid #ca1f26;
}

.our-service .service-list li:hover .img1 {
  display: none;
}

.our-service .service-list li:hover .img2 {
  display: inline-block;
}

.vn2 {
  background: url(../images/vn2.png) no-repeat center;
  background-size: cover;
  padding-top: 105px;
  padding-bottom: 70px;
  margin-bottom: 68px;
}

.vn2 .vn2-title {
  font-size: 17px;
  text-align: center;
  font-weight: 600;
  color: #333;
  display: none;
}

.vn2 .vn2-pro {
  text-align: justify;
}

.vn2 .vn2-pro li {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  position: relative;
}

.vn2 .vn2-pro li .vn2-img {
  position: relative;
  width: 16%;
}

.vn2 .vn2-pro li .vn2-img img {
  width: 100%;
}

.vn2 .vn2-pro li .vn2-img div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.vn2 .vn2-pro li .vn2-img .img1 {
  opacity: 1;
}

.vn2 .vn2-pro li .vn2-img .img2 {
  opacity: 0;
}

.vn2 .vn2-pro li .shadow {
  width: 75%;
}

.vn2 .vn2-pro li .shadow h3 {
  font-size: 20px;
  line-height: 20px;
  color: #005ec4;
}

.vn2 .vn2-pro li .shadow p {
  font-size: 14px;
  color: #424242;
  line-height: 18px;
  margin-top: 12px;
}

.vn2 .vn2-pro li:nth-child(2n) {
  margin-left: 40%;
}

.vn2 .vn2-pro li:first-child {
  margin-bottom: 40px;
}

.vn2 .vn2-pro li:hover .img1 {
  opacity: 0;
}

.vn2 .vn2-pro li:hover .img2 {
  opacity: 1;
}

.vn2 .vn2-pro li:hover .shadow h3 {
  color: #ca1f26;
}

.vn2 .vn2-pro li:nth-child(2n) {
  float: right;
}

.vn3 {
  padding: 65px 0px;
  background: url(../images/vn3.png) no-repeat center;
  padding-bottom: 38px;
  background-size: cover;
}

.vn3 .vn3-con a img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 3%;
}
.vn3 .vn3-title h3 {
  font-size: 30px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  background: url(../images/h2bj1.png) no-repeat center;
  line-height: 30px;
}

.vn3 .vn3-con .vn3-pro {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 6px;
}

.vn3 .vn3-con .vn3-pro li {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 14.8%;
  margin-top: 24px;
}

.vn3 .vn3-con .vn3-pro li img {
  width: 100%;
}

.news-box {
  padding: 50px 0px;
}

.news-box h2 {
  font-size: 30px;
  color: #333;
  text-align: center;
  font-weight: bold;
  background: url(../images/h2bj.png) no-repeat center;
  line-height: 30px;
}

.news-box .news-list {
  text-align: justify;
}

.news-box .news-list:after {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 0;
  content: '';
}

.news-box .news-list li {
  position: relative;
  display: inline-block;
  width: 48%;
  vertical-align: top;
  margin-top: 30px;
}

.news-box .news-list li a.img {
  width: 36.5%;
  float: left;
}

.news-box .news-list li a.img img {
  width: 100%;
}

.news-box .news-list li h3 {
  width: 60%;
  float: right;
  font-weight: 400;
}

.news-box .news-list li:hover h3 a {
  color: #ff0000;
}

.news-box .news-list li h3 a {
  font-size: 16px;
  color: #000;
}

.news-box .news-list li h3 p {
  font-size: 14px;
  color: #999;
  line-height: 25px;
  padding: 10px 0px;
}

.news-box .news-list li h3 span {
  display: block;
  font-size: 12px;
  color: #999;
}

.vn4{
    display:flex;
}
.vn4 .vn4-left {
  /*float: left;*/
  width: 49%;
}

.vn4 .vn4-left img {
  width: 100%;
  height: 418px;
}
@media (max-width:1600px) and (min-width:1580px){
    .vn4 .vn4-left img{
        height: 418px!important;
    }
}

.vn4 .vn4-right {
  width: 51%;
  float: right;
  background: url(../images/vn4.png) no-repeat center center;
  background-size: cover;
  padding-bottom: 38px;
}

.vn4 .vn4-right h3 {
  font-size: 30px;
  color: #fff;
  width: 273px;
  background: url(../images/h2bj1.png) no-repeat;
  text-align: center;
  line-height: 30px;
  margin-top: 35px;
  margin-bottom: 35px;
  background-size: cover;
  margin-left: 98px;
}

.vn4 .vn4-right .vn4-about {
  padding-left: 30px;
  padding-right: 360px;
  font-size: 15px;
  color: #d8d8d8;
  line-height: 26px;
}
@media (max-width:1600px) and (min-width:1550px){
    .vn4 .vn4-right{
        padding-left: 39px!important;
    }
    .vn4 .vn4-right .vn4-about{
        /*position: relative;*/
        /*left: 1%;*/
    }
    .vn4 .vn4-right .vn4-about{
        width:88%;
        
    }
    .vn4-right .vn4-pro{
        width: 88%;
        margin: 0 auto;
        margin-right: -3%!important;
    }
    .vn4-right .vn4-pro:nth-child(4){
        margin-right: 0!important;
    }
    .vn4 .vn4-right .vn4-pro{
        /*display: flex;*/
        /*flex-wrap: wrap;*/
        /*justify-content: baseline!important;;*/
        /*margin-top: 33px;*/
    }
    .vn4 .vn4-right .vn4-pro li{
        /*width: 20%!important;*/
        /*margin-right: 2%!important;*/
        /*margin-left: 9%!important;*/
    }
    .vn4 .vn4-right .vn4-pro li:first-child{
        /*margin-right: 0%!important;*/
    }

    /*.vn4 .vn4-right .vn4-pro{*/
    /*    margin-top: 104px;*/
    /*}*/
}

@media (max-width:1366px) and (min-width:1300px){
    .vn4 .vn4-right{
        padding-left: 39px!important;
        height: 380px;
    }
    .vn4 .vn4-left img{
       height: 380px!important; 
    }
    .vn4 .vn4-right .vn4-about{
        /*position: relative;*/
        /*left: 1%;*/
    }
    .vn4 .vn4-right .vn4-about{
        width:97%;
        
    }
    .vn4-right .vn4-pro{
        width: 97%;
        margin: 0 auto;
        margin-right: -3%!important;
    }
    .vn4-right .vn4-pro:nth-child(4){
        margin-right: 0!important;
    }
    .vn4 .vn4-right .vn4-pro{
        /*display: flex;*/
        /*flex-wrap: wrap;*/
        /*justify-content: baseline!important;;*/
        /*margin-top: 33px;*/
    }
    .vn4 .vn4-right .vn4-pro li{
        /*width: 20%!important;*/
        /*margin-right: 2%!important;*/
        /*margin-left: 9%!important;*/
    }
    .vn4 .vn4-right .vn4-pro li:first-child{
        /*margin-right: 0%!important;*/
    }

    /*.vn4 .vn4-right .vn4-pro{*/
    /*    margin-top: 104px;*/
    /*}*/
    .vn4 .vn4-right h3{
        margin-top: 25px;
        margin-bottom: 25px;
    }
}


.vn4 .vn4-right .vn4-pro {
  margin-left: 35px;
  margin-right: 300px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -11px;
}

.vn4 .vn4-right .vn4-pro li {
  width: 23%;
  background: #fff;
  padding-top: 12px;
  padding-bottom: 13px;
}


.vn4 .vn4-right .vn4-pro li .vn4-img {
  position: relative;
  width: 20%;
  margin-left: 3%;
}

.vn4 .vn4-right .vn4-pro li .vn4-img img {
  width: 100%;
}

.vn4 .vn4-right .vn4-pro li .vn4-img div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.vn4 .vn4-right .vn4-pro li .vn4-img .img1 {
  opacity: 1;
}

.vn4 .vn4-right .vn4-pro li .vn4-img .img2 {
  opacity: 0;
}

.vn4 .vn4-right .vn4-pro li .shadow {
  margin-left: 30%;
  width: 67%;
}

.vn4 .vn4-right .vn4-pro li .shadow h2 {
  font-size: 12px;
  font-weight: 400;
  color: #000000;
}

.vn4 .vn4-right .vn4-pro li .shadow span {
  display: block;
  font-size: 12px;
  color: #000000;
}

.vn4 .vn4-right .vn4-pro li:hover {
  background: #ca1d25;
}

.vn4 .vn4-right .vn4-pro li:hover .img1 {
  opacity: 0;
}

.vn4 .vn4-right .vn4-pro li:hover .img2 {
  opacity: 1;
}

.vn4 .vn4-right .vn4-pro li:hover h2 {
  color: #fff;
}

.vn4 .vn4-right .vn4-pro li:hover span {
  color: #fff;
}

.vn-link {
  line-height: 30px;
  font-size: 14px;
  color: #0066b5;
}

.vn-link a {
  color: #333;
  margin-right: 2px;
}

/*通栏*/
.xy-tonglan {
  background: #002a59;
  padding: 40px 0;
}

.xy-tonglan .ft-tit {
  font-size: 16px;
  color: #ffffff;
  font-weight: normal;
  line-height: 41px;
  background: url(../images/ftit.png) no-repeat 0px;
  text-indent: 20px;
  margin-bottom: 25px;
}

.xy-tonglan .ft-logo {
  width: 31%;
  float: left;
}

.xy-tonglan .ft-logo li {
  line-height: 35px;
}

.xy-tonglan .ft-logo li a {
  display: block;
  color: #fff;
  font-size: 14px;
  text-indent: 35px;
  background: url(../images/nav1.png) no-repeat 0px;
}

.xy-tonglan .ft-logo li a:hover {
  color: #ca1d25;
  background: url(../images/nav11.png) no-repeat 0px;
}

.xy-tonglan .ft-nav {
  width: 31%;
  float: left;
  margin-left: 3.5%;
}

.xy-tonglan .ft-nav .contact-box {
  font-size: 14px;
  line-height: 35px;
  color: #fff;
}

.xy-tonglan .ft-contact {
  width: 31%;
  float: left;
  margin-left: 3.5%;
}

.xy-tonglan .ft-contact li {
  width: 50%;
  float: left;
  text-align: center;
  color: #fff;
  line-height: 50px;
  font-size: 16px;
}

/*页脚*/
.xy-footer {
  background: url(../images/dibj.png) no-repeat left #002a59;
  height: 52px;
  overflow: hidden;
}

.xy-footer .vn1200 {
  padding: 0px 0;
  font-size: 14px;
  color: #fff;
  line-height:52px;
  text-align: center;
  height: 52px;
}

.xy-footer .vn1200 a {
  color: #fff;
}

.xy-footer .vn1200 .xy-ft-cpy {
  float: left;
  line-height: 60px;
  font-size: 14px;
  color: #fff;
}

@media (max-width: 1700px) {
  .vn4 .vn4-right .vn4-about {
    padding: 0px;
  }
  .vn4 .vn4-right .vn4-pro {
    margin-right: 0px;
    margin-left: 0px;
  }
}

@media (max-width: 768px) {
  .vn-head {
    display: none;
  }
  .vn-head1 {
    display: none;
  }
  .xy-menu {
    display: none;
  }
  .service-box .service-list li {
    width: 100%;
    margin-bottom: 20px;
    padding:0 3%;
  }
  .service-box .service-list li:last-child{
    margin-bottom: 0;
  }
  .service-box .service-list li p {
    height: auto;
  }
  .our-service .service-list li {
    width: 100%;
  }
  .our-service .service-list li h3 {
    padding: 8px 10px;
  }
  .our-service .service-list li h3 span {
    font-size: 16px;
  }
  .our-service .service-list li h3 p {
    line-height: 20px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 20px;
  }
  .vn2 {
    background: #eae9e9;
    padding-top: 45px;
    padding-bottom: 0px;
    padding: 0 3%;
    margin-bottom:30px;
  }
  .vn2 .vn2-pro li {
    width: 100%;
    margin-bottom: 40px;
  }
  .vn2 .vn2-pro li .vn2-img {
    display: none;
  }
  .vn2 .vn2-pro li .shadow {
    width: 100%;
    padding-left:1%;
    padding-right:1%;
  }
  .vn3 .vn3-con .vn3-pro li {
    width: 22.8%;
  }
  .news-box .news-list li {
    width: 100%;
  }
  .news-box .news-list li h3 a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
  }
  .news-box .news-list li h3 p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .vn4{
    display: block;
  }
  .vn4 .vn4-left {
    float: none;
    width: 100%;
  }
  .vn4 .vn4-left img {
    width: 100%;
    height: auto;
  }
  .vn4 .vn4-right {
    float: none;
    width: 100%;
    padding: 0px;
    padding-top: 20px;
    height: auto;
  }
  .vn4 .vn4-right h3 {
    margin: 0 auto;
  }
  .vn4 .vn4-right .vn4-about {
    padding: 0px;
    margin-top: 20px;
    padding-left: 3%;
    padding-right: 3%; 
  }
  .vn4 .vn4-right .vn4-pro {
    display: none;
  }
  .xy-tonglan .ft-logo {
    width: 100%;
    float: none;
  }
  .xy-tonglan .ft-nav {
    width: 100%;
    margin-left: 0px;
    float: none;
  }
  .xy-tonglan .ft-contact {
    width: 100%;
    float: none;
    margin-left: 0px;
  }
  .xy-tonglan .ft-contact li {
    width: 100%;
    float: none;
  }
  .xy-footer {
    background-size: cover;
  }
  .xy-footer .vn1200 .xy-ft-cpy {
    line-height: 20px;
  }
  .vn3 .vn1200 .vn3-con{
    padding-left: 1%;
    padding-right: 1%;
    
  }
  .vn3 .vn3-con .vn3-pro{
    padding-left: 3%;
    padding-right: 3%;
  }
  .news-box .news-list{
    padding-left: 3%;
    padding-right: 3%;  
  }
  .vn4-about p{
    padding-left: 1%;
    padding-right: 1%;  
  }
  .vn-link .vn1200{
    padding-left: 1%;
    padding-right: 1%;  
  }
  .contact-box p{
    padding-left: 3%;
    padding-right: 3%;  
  }
  .our-service{
    padding:30px 3% 15px 3%;
  }
  .vn2 .vn2-pro{
    padding-top: 30px;
  }
  .vn2 .vn2-pro li{
    margin-bottom: 30px;
  }
  .vn3{
    padding: 30px 0px;
  }
  .news-box{
    padding: 30px 0 15px 0; 
  }
  .xy-tonglan{
    padding: 30px 0 15px 0;   
  }
  .vn1 p{
      display:none;
  }
  .vn1 p.hengtu1{
      display:block!important;
  }
}

 .vn1 p.hengtu1{
     display:none;
 }
