/*初始化样式*/
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;}


hr {border: 0;border-top:1px solid #ccc;height:0;}
p{margin: 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:block; overflow:hidden;}
.com-img img{ transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s;}
.com-img:hover img{transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);-ms-transform:scale(1.2);}

.xypg-right-content{font-size: 16px;}

.j-space-between{justify-content:space-between}
.j-flex-start{justify-content:flex-start}
.j-flex-end{justify-content:flex-end}
.j-center{justify-content:center}
.a-j-center{align-items:center;justify-content:center}
.a-center{align-items:center}
.a-flex-start{align-items:flex-start}
.a-flex-end{align-items:flex-end}

/*主体样式*/



.wh{max-width: 1220px;margin:0 auto;padding:0 10px}

.flex_a{    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;}

.flex_b{    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;}


.flex_c{    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;}



header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999995;
  /* border-bottom: 1px solid #edefef; */
}
header .dth_wh {
  /* max-width: 1760px; */
  /* max-width: 100%; */
  /* width: 91.67%; */
  align-items: center;
}
.logo {
  width: 45%;
}
.logo a {
  display: block;
}
.logo img {
  max-width: 100%;
}
.search {
  position: relative;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: 2%;
}
.search_btn {
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("//cdn.myxypt.com/e3fb7533/24/08/c86056db9692651425ec091759213ec4a409d33c.png");
  background-size: 75% auto;
  cursor: pointer;
}
.search_form {
  position: absolute;
  top: 100%;
  right: 0;
  width: 240px;
  display: none;
}
.search_form #formsearch {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.search_form #formsearch input {
  outline: none;
  background: none;
  border: none;
  height: 40px;
}
.search_form #formsearch input#keyword {
  font-size: 14px;
  font-weight: normal;
  padding: 0 1em;
  width: calc(100% - 50px);
}
.search_form #formsearch input#keyword::placeholder {
  color: #666666;
}
.search_form #formsearch input#s_btn {
  width: 50px;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 36% auto;
  background-image: url("//cdn.myxypt.com/e3fb7533/24/08/c86056db9692651425ec091759213ec4a409d33c.png");
  background-color: #0c3a90;
}

.language {
  margin-left: 4.7%;
}
.language a {
  display: block;
  font-size: 19px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: 0px;
	color: #ffffff;
}
.language a:hover {
  color: #0c3a90;
}

/* å¯¼èˆª */
nav {
  align-items: center;
  justify-content: flex-start;
  flex-grow: 1;
}
.x-menu {
  flex-wrap: nowrap;
  justify-content: space-between;
}

.x-menu > li {
  position: relative;
 
}

.x-menu > li > a {
  display: block;
  font-size: 19px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 96px;
	letter-spacing: 0px;
	color: #ffffff;
}

.x-menu > li:hover > a,
.x-menu > li.active > a {
}

.x-menu > li:hover > a {
	color: #FFF;
}

.x-menu > li.active > a {
}

.x-sub-menu {
  position: absolute;
  width: 150px;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  display: none;
}

.x-sub-menu > li > a {
  display: block;
  font-size: 14px;
  line-height: 2;
  padding: 0.5em 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
  color: #333333;
  text-align: center;
}
.x-sub-menu > li > a:hover {
  background-color: #0c3a90;
  color: #ffffff;
}

.x-menu > li .x-sub-menux {
  display: none;
}

.x-menu > li .x-sub-menux li {
  position: relative;
}

.x-menu > li .x-sub-menux li a {
  display: block;
}
.x-menu > li .x-sub-menu li:hover .x-sub-menux {
}
.x-menu > li .x-sub-menux li a:hover {
}

/* @media (max-width: 1920px) {
  header .dth_wh {
    max-width: 1760px;
  }
}
@media (max-width: 1760px) {
  header .dth_wh {
    width: 96%;
  }
} */
@media (max-width: 1440px) {
  .x-menu > li > a {
    font-size: 16px;
  }
  .search_form {
    width: 220px;
  }
  .search_form #formsearch input#keyword {
    font-size: 13px;
    width: calc(100% - 45px);
  }
  .search_form #formsearch input#s_btn {
    width: 45px;
  }
  .language {
    margin-left: 4%;
  }
  .language a {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .logo {
    width:40%;
  }
  .logo img {
    max-height: 45px;
    object-fit: contain;
  }
  .x-menu > li > a {
    line-height: 80px;
    font-size: 16px;
  }
  .search {
    height: 80px;
  }
  .search_btn {
    width: 20px;
    height: 20px;
  }
  .search_form #formsearch input {
    height: 36px;
  }
  .search_form #formsearch input#s_btn {
    width: 40px;
  }
  .search_form {
    width: 190px;
  }
  .search_form #formsearch input#keyword {
    font-size: 12px;
    width: calc(100% - 40px);
  }
  .language {
    margin-left: 3.2%;
  }
  .language a {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  header {
    display: none;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
}

/* banner */
@-webkit-keyframes scaleUpDown {
  from {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}


@keyframes scaleUpDown {
  from {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

#banner {
  position: relative;
}
#banner li {
}
#banner li a {
  display: block;
}
#banner li .imgs {
  display: block;
}
#banner li .imgs img {
  width: 100%;
  min-height: 240px;
  object-fit: cover;
}
#banner li.swiper-slide-active .imgs img {
  -webkit-animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
  animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

#banner .hi {
  display: none;
}
#banner .swiper-button-prev,
#banner .swiper-button-next {
  width: 50px;
  height: 65px;
  background-color: rgba(255, 255, 255, 0.5);
}

#banner .swiper-button-prev {
  left: 0;
}

#banner .swiper-button-next {
  right: 0;
}

#banner .swiper-button-prev:hover,
#banner .swiper-button-next:hover {
  background-color: #ff4500;
}

/* #banner .swiper-button-prev::after,
#banner .swiper-button-next::after {
  width: 16px;
  height: 16px;
  border-color: transparent transparent #4d4d4d #4d4d4d;
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
}

#banner .swiper-button-prev:hover::after,
#banner .swiper-button-next:hover::after {
  border-color: transparent transparent #ffffff #ffffff;
} */

#banner .swiper-pagination {
  bottom: 3.65%;left:0;right:0
}

#banner .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  opacity: 0.6;
  margin: 0 8px;
}

#banner .swiper-pagination-bullet:hover,
#banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffffff;
  opacity: 1;
}

@media (max-width: 1760px) {
}
@media (max-width: 1400px) {
}
@media (max-width: 1200px) {
  #banner li .imgs img {
    min-height: 220px;
  }
  #banner .swiper-pagination {
    bottom: 16px;
  }
  #banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 7px;
  }
}
@media (max-width: 990px) {
  #banner li .imgs img {
    min-height: 200px;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
  #banner li .imgs img {
    min-height: 160px;
  }
  #banner .swiper-pagination {
    bottom: 12px;
  }
  #banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 6px;
  }
}


/* 产品直通车 */
.box1{background:#f9f9f9;padding: 50px 0;}
.pp_con{margin-top: 15px;}


.pp_a{	background-color: #ffffff;
	border: solid 1px #0b4e9f;width: 21.83%;padding: 14px 10px 43px 10px;}


.ptaa{	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0px;
	color: #ffffff;line-height: 68px;background:#0b4e9f;text-align: center;}


.port_1{width:90%;margin:0 auto;margin-top: 10px;}
.port_1 li{border-bottom: 1px solid #dcdcdc;line-height: 54px;font-size: 18px;color:#333333;background:url(../img/b3d04c43c467d61f9b11f52868b1a229141c3bbd.png) no-repeat 10px 50%;}
.port_1 li a{color:#333333;padding-left: 26px;}
.port_1 li:hover{background:url(../img/3605d011501903ddc5f5cbc3cfd3ec8cab991502.png) no-repeat 10px 50%;}
.port_1 li:hover a{color:#0b4e9f;}


.pp_b{width: 74.416%;}

.pp_ll{border: solid 1px #0b4e9f;padding: 10px;}
.img_pp{width: 54.1%;}
.img_pp img{width: 100%;}

.pp_nn{width: 41%;}
.pp_nn h2{	font-size: 24px;
	font-weight: 600;
	line-height: 40px;
	letter-spacing: 0px;
	color: #0b4e9f;}

.pp_nn h3{	font-size: 14px;
	font-weight: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #666666;height:100px;overflow: hidden;margin-top: 16px;}


.pp_nn h4{	width: 126px;
	height: 35px;
	background-color: #0b4e9f;	color: #ffffff;line-height: 35px;text-align: center;margin-top: 15px;font-size: 14px;}


.pp_22{margin-top: 20px;}
.pp_22 li{width: 32.2%;border: solid 1px #0b4e9f;}
.pp_22 li img{width: 100%; height:220px;}
.pp_22 li  h3{	font-size: 16px;
	font-weight: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #333333;text-align: center;}

.pp_22 li  h3 a{color: #333333;}



@media(max-width:1440px){
.port_1 li{font-size: 16px;}
.pp_nn h2{font-size: 20px;}
}


@media(max-width:1200px){
.port_1 li{border-bottom: 1px solid #dcdcdc;line-height: 50px;font-size: 15px;color:#333333;background:url(../img/b3d04c43c467d61f9b11f52868b1a229141c3bbd.png) no-repeat 10px 50%;}

.ptaa{font-size: 20px;}
}

@media(max-width:1100px){
.port_1 li{border-bottom: 1px solid #dcdcdc;line-height: 45px;font-size: 14px;color:#333333;background:url(../img/b3d04c43c467d61f9b11f52868b1a229141c3bbd.png) no-repeat 10px 50%;}

.pp_a{	background-color: #ffffff;
	border: solid 1px #0b4e9f;width: 21.83%;padding: 14px 10px 33px 10px;}

}


@media(max-width:992px){
  .pp_a{width: 100%;}
  .pp_b{width: 100%;margin-top: 25px;}
  .port_1 li{width: 50%;float: left;}
.pp_22 li{ width:48%; margin-bottom:20px}
.pp_22 li img{ height:150px;}
  .pp_22 li  h3{	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;text-align: center;}

.img_pp{width: 100%;}
.pp_nn{width: 100%;}


.pp_nn h4{	width: 120px;
	height: 30px;
	background-color: #0b4e9f;	color: #ffffff;line-height: 30px;text-align: center;margin-top: 10px;}

}





/* 走进 */
.abbg{background:url(../img/c3953586b84d74d966403d4c0446a89e95f7524f.png) no-repeat center top;padding-top: 45px;}

.aann{	max-width: 955px;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;margin:0 auto;margin-top: 15px;text-align: center;}



.bbhh{    background-color: #ffffff;
	box-shadow: 0px 6px 14px 2px rgba(0, 0, 0, 0.08);padding: 40px 20px;margin-bottom: 30px;}


.more_aa{	width: 153px;
	height: 40px;
	background-color: #0b4e9f;margin:0 auto;margin-top: 30px;text-align: center;color:#fff}

.more_aa a{text-align: center;line-height: 40px;color:#fff}





.pp_33{height:0;overflow:hidden;}
.pp_33.aa{height:auto;}


.port{background:url(../img/bc7e87bfefaff5314de265e7f083b0f91c3d2220.png) no-repeat center;}
.port li{	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #000000;}


.port li.on a{color: #0b4e9f;}
.port li a{color: #000000;padding: 0 20px;}

.port li + li{background:url(../img/a3c738d3896feefe071944edeb856a2c93316c13.png) no-repeat center left;}

.pp_aa2{margin-top: 35px;}

.pp_1 li a.img{display: block; text-align:center}
.pp_1 li a.img img{width: auto; height:200px; max-width:100%}
.pp_1 li h2{text-align: center;line-height: 35px;margin-top: 10px;}
.pp_1 li h2 a{	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;text-align: center;}

.pp_1 li:hover h2 a{color: #0b4e9f;}
.pp_1 li:hover a.img img{filter:none}


  


@media (max-width: 1280px) {
.pp_1 li h2 a{	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;text-align: center;}
}

@media (max-width: 990px) {
.pp_1 li a.img img{ height:150px}
}




/* •技术 */
.slngy{

    padding:5.377% 0 6.022%;
	background:url(../img/82218b171fd782644be697738d7ae9b2107e9cde.png) no-repeat center bottom;
}
.slngy_fc{
    padding-top: 2.267%;
}
 .slngy_fc .slngy_fc_con{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.slngy_fc li{
    width: 31.5%;
		border-radius: 0px 0px 5px 5px;
}


.slngy_fc li:hover .skk{background:#0b4e9f;}


.skk{padding: 15px;}

.slngy_fc li:hover{	background-color: #0b4e9f;
	border-radius: 0px 0px 5px 5px;overflow: hidden;}


.slngy_fc li:hover h3{color:#fff}
.slngy_fc li:hover h4{color:#fff}

.slngy_fc li .img{
    overflow: hidden;
}
.slngy_fc li .img img{
    width: 100%;
    transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s;
}
.slngy_fc li:hover .img 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);
}
.slngy_fc li h3{
    font-size: 20px;
	font-weight: normal;
	line-height: 25px;
	color: #333333;
}
.slngy_fc li h4{
    font-size: 16px;
	font-weight: normal;
	line-height: 25px;
	color: #999999;
    margin-top: 3px;
}
.slngy_fb{
    width: 67%;
    margin: 0 auto;
    margin-top: 4%;
    padding: 3.134% 0 2.867%;
    background-color: #ffffff;
	box-shadow: 0px 3px 20px 4px 
		rgba(0, 0, 0, 0.08);
	border-radius: 89px;
    text-align: center;
}
.slngy_fb h3{
    font-size: 16px;
	font-weight: normal;
    line-height: 1.33;
	color: #666666;
}
.slngy_fb h4 span{
    color: #0b4e9f;
}
.slngy_fb h4{
    font-size: 24px;
	font-weight: bold;
    line-height: 1.25;
	color: #222222;
    margin: 10px 0 12px;
}
.slngy_fb h5{
    width: 72%;
    margin: 0 auto;
	background-color: #edb033;
	background-blend-mode: normal, normal;
	border-radius: 22px;
    font-size: 16px;
	font-weight: normal;
    line-height: 2.2;
	color: #ffffff;
}



@media(max-width:1280px){
    .slngy_fc li h3{
        font-size: 16px;
    } 
    .slngy_fb h5{
        font-size: 16px;
    }

	.slngy_fb h4{font-size: 20px;}
}
@media(max-width:991px){
    .slngy_fb{
        width: 90%;
    }
    .slngy_fb h4{
        font-size: 18px;
    }
	.abbg{ background-size:cover}
}
@media(max-width:768px){
    .slngy_fc{
        padding-top: 15px;
    }
    .slngy_fc li{
        width: 48%;
        margin: 5px 0;
    }
    .slngy_fb{
        width:100%;
    }
    .slngy_fb h5{
        width: 80%;
    }
    .slngy_fb h3{
        font-size: 16px;
        margin-top: 10px;
    }
    .slngy_fb h4{
        font-size: 16px;
    }
}
@media(max-width:468px){
    .slngy{
        padding: 25px 0;
    }
    .slngy_fc li{
        width: 100%;
    }
    .slngy_fb{
        background: none;
        box-shadow: 0px 3px 20px 4px rgb(0,0,0,0);
        margin-top: 15px;
        padding: 0;
    }
    .slngy_fb h5{
        width: 100%;
        font-size: 14px;
    }
.slngy_fb h3{font-size: 14px;}
		.slngy_fb h4{font-size: 15px;}
}




/* 认真对待每一次定制需求 */
.dzbg{background:url(../img/af4ab743df8f8c3a6dcfb58209eb818ea5ccaa47.png) no-repeat center top;background-size: cover;padding: 55px 0;}
.ys_ll{margin-top: 25px;}
.ys_ll li{text-align: center;position: relative;}
.ys_ll li h3{	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #333333;text-align: center;margin-top: 10px;}



.ys_ll li .img_aa{width: 83px;margin:0 auto}
.ys_ll li .img_aa img{max-width: 100%;}

.ys_ll li::after{position: absolute;height: 1px;
	background-color: #0b4e9f;width:5vw;content: "";right:-5.5vw;top:33%}

.ys_ll li:last-child::after{display: none;}


.ys_ll li:nth-child(2)::after{top:30%}
.ys_ll li:nth-child(2)::before{position: absolute;height: 1px;
	background-color: #0b4e9f;width:5vw;content: "";right:-5.5vw;top:43%}





.ys_ll li .pso{position: absolute;right:-5.1vw;top:1%}
.ys_ll li .pso h2{	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 45px;
	letter-spacing: 0px;
	color: #333333;}



.ys_ll li:nth-child(3) .pso{position: absolute;right:-4.5vw;top:1%}
.ys_ll li:nth-child(5) .pso{position: absolute;right:-4.7vw;top:1%}


@media(max-width:1199px){
.ys_ll li::after{display: none;}
.ys_ll li .pso{display: none;}
.ys_ll li:nth-child(2)::before{display: none;}

.ys_ll li h3{font-size: 16px;}
}


@media(max-width:1199px){
.ys_ll li::after{display: none;}
.ys_ll li .pso{display: none;}
.ys_ll li:nth-child(2)::before{display: none;}

.ys_ll li h3{font-size: 16px;}
}
@media(max-width:992px){
.ys_ll li{width: 33.33%;}
}



/* 应用场景 */
.dzbg1{margin-top: 60px;}


.picScroll-left{ overflow:hidden;position:relative;width:100%;margin:0 auto;margin-top: 35px;}


.picScroll-left .hd .prev{display:block;width: 62px;height: 62px;z-index:99999;position:absolute;top: 38%;left: 0%;cursor:pointer;background:url(../img/58aeec9a7ce899be28e8d4f564d5f78319583ee5.png) no-repeat center rgba(0, 99, 177, 1);border-radius: 50%;}
.picScroll-left .hd .next{display:block;width: 62px;height: 62px;z-index:99999;position:absolute;top: 38%;right:0%;cursor:pointer;
background:url(../img/1cbe64a4603e73d0593d537f2509f85cf77d254e.png) no-repeat center rgba(0, 99, 177, 1);border-radius: 50%;}
    

.picScroll-left .hd .prev:hover{display:block;width: 62px;height: 62px;z-index:99999;position:absolute;top: 38%;left: 0%;cursor:pointer;background:url(../img/58aeec9a7ce899be28e8d4f564d5f78319583ee5.png) no-repeat center rgba(0, 99, 177, .5);border-radius: 50%;}
.picScroll-left .hd .next:hover{display:block;width: 62px;height: 62px;z-index:99999;position:absolute;top: 38%;right:0%;cursor:pointer;
background:url(../img/1cbe64a4603e73d0593d537f2509f85cf77d254e.png) no-repeat center rgba(0, 99, 177, .5);border-radius: 50%;}
    


.pcon{width: 88%;margin:0 auto;}
    .ys_nav{width:88%;margin:0 auto;margin-top:30px;}
    .picScroll-left .hd ul{background:url(../img/a175010c229258e3993cd70f9af08069b6c6fd56.png) repeat-x 50% 10px;}

    .picScroll-left .hd ul li{width:16.666%;float:left;text-align: center;line-height: 45px;background:url(../img/323ddd8b9128f274821ec029aed20f1171568ef9.png) no-repeat center top;padding-top: 35px;}
    .picScroll-left .hd ul li a{color: #333333;font-size: 18px;font-weight: 600;}
.picScroll-left .hd ul li.on{background:url(../img/3e6e951d85556d2950e4e65b010e8abcc793d8e3.png) no-repeat center top;;}
.picScroll-left .hd ul li.on a{color:#0b4e9f}



.pcon{margin-top:25px}

.picList li{width: 100%;}
.img_a img{width: 100%;}

.picList li{position: relative;}
.picList li .dd_vv{position:absolute;left:0px;bottom: 30px;width: 100%;}
.picList li .dd_vv h2{  font-size: 28px;
    font-weight: 600;
    line-height: 98px;
    letter-spacing: 0px;
    color: #fff;background:#0b4e9f;width: 20%;float: left;text-align: center;}

.picList li .dd_vv h3{      font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #ffffff;overflow: hidden;width: 80%;float: left;padding: 0 25px;
	background:url(../img/eab091101e66e03f56e959184ebdcfb092ebdcea.png) no-repeat left 50%;}

.gk{width: 75%;margin:0 auto;background: rgba(0, 0, 0, 0.4);}



@media(max-width:1440px){

.picList li .dd_vv h2{font-size: 20px;}
.picScroll-left .hd ul li a{font-size: 16px;}
.picList li .dd_vv h3{font-size: 14px;}
}




@media(max-width:1100px){

.picList li .dd_vv h2{font-size: 16px;}
.picScroll-left .hd ul li a{font-size: 14px;}
.picList li .dd_vv h3{font-size: 12px;}
}



@media(max-width:992px){

.picScroll-left .hd .prev{display: none;}
.picScroll-left .hd .next{display: none;}

.picList li .dd_vv h2{width: 100%;}
.picList li .dd_vv h3{width: 100%;}

.picList li .dd_vv h2{  font-size: 15px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 0px;
    color: #fff;background:#0b4e9f;float: left;text-align: center;}

.gk{width: 96%;margin:0 auto;background: rgba(0, 0, 0, 0.4);}
.picList li .dd_vv{position:absolute;left:0px;bottom: 10px;width: 100%;}
.pcon{width: 98%;margin:0 auto;}
.picScroll-left .hd ul {background: none;}
.picScroll-left .hd ul li{width: 32.666%;}
}










/* 新闻资讯 */
.xwbg{background:url(../img/9584ab72b2257242c1bee704f36aa60fe2607ba5.png) no-repeat center#f9f8f8;padding: 50px 0;margin-top: 65px;}


.flexd {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}



/*  */
.xin{margin-top: 32px;}
.nleft{width: 31.8%;background-color: #ffffff;padding: 33px 30px 25px 30px;box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.05);}
.nright{width: 65.8%;background-color: #ffffff;padding: 33px 30px 0 13px;box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.05);}
.xin{}
.nbt{color: #333333;font-size: 18px;}
.nn a{display: block;color: #999999;font-size: 12px;text-transform: uppercase;line-height: 27px;}
.nul li .img img{display: block;width: 100%;}
.nul li h3 a{color: #333333;display: block;font-size: 18px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.nul li p{color: #999999;font-size: 16px;line-height: 24px;margin: 18px 0 26px;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical; -webkit-line-clamp: 5;}
.xq a{display: block;text-align: right;color: #0b4e9f;font-size: 14px;}
.nul li:hover h3 a{color: #0b4e9f;font-weight: 600;}
.nright .nn{padding: 0 6px 0 16px;background: url(../img/461db30056103229a000825d1cde9d0af3d8dd3c.png) no-repeat bottom left;padding-bottom: 18px;}
.nul2 li{width: 47%;}
.nul2 {margin: 20px 0 40px 16px;}
.nul2 li h3 a{color: #333333;font-size: 16px;display: block;font-weight: normal;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.nul2 li p{color: #999999;font-size: 14px;line-height: 24px;margin-top: 18px; display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical; -webkit-line-clamp: 3;}
.nul2 li:hover h3 a{color: #0b4e9f;font-weight: bold;}
.nul3{margin-top: 24px;}
.nul3 li{width: 31%;position: relative;}
.nul3 li .img{display: block;}
.nul li .img{display: block;margin: 12px 0 20px;}
.nul3 li .img img{width: 100%;}
.nul3 li h3 a{display: block;text-align: center;font-weight: normal;color: #ffffff;font-size: 16px;text-transform: uppercase;position: absolute;bottom:0;width: 100%;height: 39px;line-height: 39px;padding: 0 3px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;background: rgba(0, 99, 177, 0.8);}
.nn a:hover{color: #0b4e9f;}







@media(max-width:768px){
    .nleft,.nright{width: 100%;float: none;}
    .nleft{margin-bottom: 20px;padding: 20px;}
    .nright{padding: 20px;}
    .nul li p{font-size: 14px;line-height: 22px;}
    .nul3 li{width: 100%;margin-bottom: 10px;}

}























/* 网站的文字 */
.xwth{position: relative;}
.xwth h2{	font-family: Arial-BoldMT;
	font-size: 80px;
	font-weight: 600;
	letter-spacing: 0px;
	color: #0b4e9f;
	opacity: 0.1;text-align: center;position: absolute;width: 100%;top:0px;left:0px;text-transform: uppercase;}


.xwtt{text-align: center;	font-family: MicrosoftYaHei-Bold;
	font-size: 48px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #222222;padding-top: 25px;}

.xwtt span{color:#0b4e9f}

.xwtt2{	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #666666;text-align: center;margin-top: 20px;}


.th_img{text-align: center;margin-top: 20px;}




@media (max-width: 1440px) {
.xwth h2{font-size: 60px;}
.xwtt{font-size: 40px;}
.xwtt2{font-size: 16px;}
 }



@media (max-width: 1280px) {
.xwth h2{font-size: 50px;}
.xwtt{font-size: 30px;}
.th_img{text-align: center;margin-top: 10px;}
.xwtt2{font-size: 16px;margin-top: 10px;}
 }



@media (max-width: 992px) {
.xwth h2{font-size: 40px;}
.xwtt{font-size: 25px;}
.th_img{text-align: center;margin-top: 10px;}
.xwtt2{font-size: 16px;margin-top: 10px;}
.xwtt{padding-top: 20px;}
 }



/* 通栏 */

.dff1{background:#0b4e9f;padding: 50px 0;}

.dtt1{	font-size: 18px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 1px;
	color: #fafafa;background:url(../img/a8ec42bdeb29ebf8209245f53d8e7b3289a631ca.png) no-repeat left 50%;padding-left: 15px;margin-bottom: 25px;}


.dh_a{background:url(../img/0e6269ac42f4e09af969785ded63a8f95cfafe5c.png) no-repeat center left;padding-left: 55px;margin-top: 15px;}
.dh_a p:nth-child(1){	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #fafafa;}

.dh_a p:nth-child(2){	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #fafafa;}


.dh_b{	font-family: Impact;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0px;
	color: #ffffff;margin-top: 15px;}


.zz11{	width: 170px;
	height: 35px;
	background-color: #edb033;
	border-radius: 4px;text-align: center;line-height: 35px;margin-top: 18px;}

.zz11 a{color:#fff}

.zz11 a img{padding-left: 15px;}




.lxwm{margin-left: 15px;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #ffffff;}


.pport{margin-left: 15px;width: 260px;}
.pport li{font-size: 16px;
	font-weight: normal;
	line-height: 34px;
	letter-spacing: -1px;
	color: #ffffff;text-align: left;width: 50%;float: left;}

.pport li a{color: #ffffff;}




.wwmm{margin-left: 15px;}
.wwmm img{max-width: 100%;margin-bottom: 15px;}
.wwmm p{	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	letter-spacing: -1px;
	color: #ffffff;text-align: center;}




@media (max-width: 1440px) {
.dtt1{font-size: 16px;}
 }


@media (max-width: 1280px) {
.dtt1{font-size: 15px;}

.pport li{font-size: 14px;
	font-weight: normal;
	line-height: 34px;
	letter-spacing: -1px;
	color: #ffffff;text-align: left;width: 50%;float: left;}


.lxwm{margin-left: 15px;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #ffffff;}


.dh_b{	font-family: Impact;
	font-size: 25px;
	font-weight: 600;
	letter-spacing: 0px;
	color: #ffffff;margin-top: 15px;}

.zz11{
	width: 150px;
	height: 35px;
	background-color: #edb033;
	border-radius: 4px;
	text-align: center;
	line-height: 35px;
	margin-top: 18px;
	}

 }

@media (max-width: 768px) {
.da_a{width: 100%;margin-bottom: 25px;}
.wwmm{margin-left: 0px;}
}





.dff2{background:#edb033;padding: 15px 0;}

.copyright{	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #ffffff;text-align: center;}


.copyright a{color: #ffffff;text-align: center;}


.w-about-con{
    background-color: #fff;
    padding: 36px;
}
.w-about-l{
    width: 49.1%;
    margin-left: 15px;
}
.w-about-l h3{
    color: #004a9d;
    font: 600 28px/52px "Microsoft yahei";
    padding-bottom: 1vh;
    border-bottom: 1px solid #acacac;
}

.w-about-wz{
    margin-top: 2.8vh; font-size:16px;
}
.w-about-wz p{
    color: #666666;
    font: 400 17px/34px "Microsoft yahei";
}
a.w-about-more{
    display: block;
    width: 170px;
	height: 43px;
	background-color: #004a9d;
	border-radius: 10px;
    text-align: center;
    font: 400 18px/43px "Microsoft yahei";
    color: #fff;
    margin-top: 4.4vh;
}
.w-about-list{
    margin-top: 3vh;
}
.about-item .img{
    overflow: hidden;
}
.about-item .img img{
    transition: all 0.8s;
}
.about-item:hover .img img{
    transition: all 0.8s;
    transform: scale(1.05);
}
.w-about-r{
    width: 43%;
}
.w-about-r img{
    max-width: 100%;
}

@media (max-width: 992px) {
    
    .w-about-l{
        width: 52%;
        margin-left: 0;
    }
    .w-about-l h3{
        font: 600 20px/38px "Microsoft yahei";
    }
    .w-about-wz{
        margin-top: 1vh;
    }
    .w-about-wz p{
        font: 400 16px/30px "Microsoft yahei";
    }
}

@media (max-width: 768px) {
    .w-about-con{
        padding: 15px;
    }
    .w-about-l{
        width: 100%;
    }
    a.w-about-more{
        margin-top: 2vh;
        margin-bottom: 2vh;
    }
    .w-about-r{
        width: 100%;
    }
}
