﻿@charset "utf-8";

html {
	max-width:450px;
	margin: 0 auto;
	padding: 0;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	width:100%;
    overflow: scroll;
	margin: 0;
	font-family:"Microsoft YaHei", Helvetica, Arial, "sans-serif";
	font-size: 14px;
	padding: 0;
	color: #555555;
	line-height: 190%;
}
img {
	border: none;
}
dl,dt,dd {
	display: block;
	margin: 0;
}
p,ul,li,form,h1,h2,h3,h4,h5,h6,dl,dd {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	color: #555555;
	text-decoration: none !important;
	cursor: pointer;
	background: transparent;
	outline: none;
	blr: expression(this.onFocus=this.blur());
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s; 
}
a img {
	border: none;
}
a:hover {
	color: #095CC4;
}
.wrap {
	width: 92%;
	margin: 0 auto; overflow: hidden;
}
.clear {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
}
.fl {float: left;}
.fr {float: right;}
.tc {text-align: center;}
*{ box-sizing:border-box; }
textarea,input {font-family:"Microsoft YaHei", Helvetica, Arial, "sans-serif";}
.bg { background:#f5f5f5}
.cf:after{content:""; display:block; height:0; clear:both;}
.pc-div { display:none!important}

.fadeInUp50 {
  -webkit-animation-name: fadeInUp50;
  -moz-animation-name: fadeInUp50;
  -ms-animation-name: fadeInUp50;
  animation-name: fadeInUp50;
}
@-webkit-keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft50 {
  -webkit-animation-name: fadeInLeft50;
  -moz-animation-name: fadeInLeft50;
  -ms-animation-name: fadeInLeft50;
  animation-name: fadeInLeft50;
}
@-webkit-keyframes fadeInLeft50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeInLeft50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fadeInLeft50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight50 {
  -webkit-animation-name: fadeInRight50;
  -moz-animation-name: fadeInRight50;
  -ms-animation-name: fadeInRight50;
  animation-name: fadeInRight50;
}
@-webkit-keyframes fadeInRight50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeInRight50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fadeInRight50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}


/*menu*/
#header{position: fixed;top: 0;width: 100%;z-index: 99999; overflow: hidden; border-bottom:1px solid rgba(249,249,249,0.2); max-width: 450px; margin: 0 auto;}
#header,.header{font-size: 16px;font-weight: bold;color: #fff;line-height: 52px;height: 52px;}
#header a.navBox,.header a.navBox{ background: center center no-repeat transparent;
	display: block;
	width: 120px;
	height: 52px;
	position: absolute;
	top: 0;
	right: 0;
}
.logo a{width: 114px; height:36px; display:block; margin:8px 0 0 13px;background: url(../images/logo.png) no-repeat center center; background-size: cover}
.burgers_box{ width:100%;height:100%}
.icon_m {height: 2px;width: 27px;top: 25px;background-color: #fff;border-radius: 20px;position: absolute;transition-duration: 0.5s;}
.icon_m:before {left: 0;position: absolute;top: -10px;height: 2px;width: 27px;background-color: #fff;content: "";border-radius: 20px;transition-duration: 0.5s;}
.icon_m:after {left: 0;position: absolute;top: 10px;height: 2px;width: 27px;background-color: #fff;content: "";border-radius: 20px;transition-duration: 0.5s;}
.menu {width: 63px;height: 52px;position: relative;transition-duration: 1s;display: block;cursor: pointer;z-index:99; float:right; padding-left:18px;}
/*.burger_lin .icon_m {transition-duration: 0.5s;transition-delay: 0.5s;}*/
.burger_lin .icon_m:after {transition: transform 0.5s, top 0.5s 0.5s;}
.burger_lin .icon_m:before {transition: transform 0.5s, top 0.5s 0.5s;}
.burger_lin.open .icon_m {transition-duration: 0.1s;transition-delay: 0.5s;background: transparent;}
.burger_lin.open .icon_m:before {transition: top 0.5s, transform 0.5s 0.5s;top: 0px;transform: rotateZ(-45deg);}
.burger_lin.open .icon_m:after {transition: top 0.4s, transform 0.5s 0.5s;top: 0px;transform: rotateZ(45deg);}
.burger_lin.cloase { display:none}
.menu_ex{position: fixed;z-index: -10;}
.iop{position: fixed;width: 100%;height: 100%;top: 0;left: 0;z-index: 1!important; }
.nav_hide{background:#fff;position: fixed;top: 52px;width: 100%;max-width:450px;height: 100%;z-index: 999999;padding-top: 20px;display: none;}
.nav_hide ul li>a {
    -webkit-user-select: none;
	color:#666666;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    border-bottom: 1px solid #e1dede;
    margin: 0 25px;
    position: relative;
    display: block;
}
.nv_hide {margin: 0 25px;padding: 9px 0;border-bottom: 1px solid #e1dede;display: none;}
.nv_hide dd a{height: 35px;line-height: 35px;border-left: 1px solid #e1dede;display: block;position: relative;padding: 0 30px;color:#666666;}
.sec-line {
    position: absolute;
    height: 0;
    width: 20px;
    border-bottom: 1px solid #d7d7d7;
    left: 0;
    top: 18px;
}
.tt_hide>a{background: url(../images/ico-arr-right2.png) no-repeat center right;}
.fixed-header {background:#fff;-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;box-shadow: 0 0 5px rgba(0,0,0,.3);}
.fixed-header #header {background:#fff}
.fixed-header .logo a{background: url(../images/logo2.png) no-repeat center center; background-size: cover}
.fixed-header .icon_m {background-color: #1B4FBC;}
.fixed-header .icon_m:before {background-color: #1B4FBC;}
.fixed-header .icon_m:after {background-color: #1B4FBC;}




/*banner*/
.home .mBanner{ clear:both; overflow: hidden; width: 100%; position: relative;  }
.home .mBanner .swiper-container { position: static}
.home .mBanner video{width: 100%;display: block;object-fit:fill; height: 100%;}
.home .mBanner img { display:block; width: 100%; height: 100%;}
.home .mBanner .swiper-pagination-bullet { width: 8px; height: 8px;background: #fff; opacity: .6;}
.home .mBanner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 5px; }
.home .mBanner .swiper-container-horizontal>.swiper-pagination-bullets { bottom:14px; height: 26px; line-height: 26px; display: flex; align-items: center; justify-content: center; width: 200px; left: 50%; margin-left: -100px;}
.home .mBanner .swiper-pagination-bullet-active{ background: #1B4FBC; width: 8px; height: 8px; opacity: 1;}



.scfoll {
    width: 24px;
    height: 61px;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    text-align: center;
    animation: mymove0 1.2s infinite;
    -webkit-animation: mymove0 1.2s infinite;
    cursor: pointer;
    z-index: 30;
}
@keyframes mymove0 
{
from {bottom: 29px;}
to {bottom: 23px;}
}
.scfoll img{
    width: 24px;
    height: 61px;
	 display:block; margin:0 auto;
}

.mTitle .d1{ font-size: 18px; color: #D1D1D1;text-transform:uppercase; line-height: 24px; font-family:Arial, "sans-serif"; font-weight: bold;}
.mTitle .d2{ font-size: 20px; font-weight: bold; line-height: 30px; display: flex; align-items: center; justify-content: flex-start;}
.mTitle .d2 span { display:inline-block;}
.mTitle .d2 .sp1 { color: #1B4FBC;}
.mTitle .d2 .sp2 { color: #333333;}


.home .row1 { clear:both; padding: 8% 0;}
.home .bx_top { height:80px;}
.home .bx_top .mTitle { width:60%; float: left;}
.home .bx_top .R { width:40%; float: right; text-align: right;}
.home .mMore { clear:both;display:block; width: 82px; height: 26px; line-height: 26px; text-align: center; background: #1B4FBC; color: #fff; font-size: 12px;}
.home .row1 .mMore { float:right; margin-top: 25px;}
.home .row1 .cp_qh { clear:both; width: 100%; overflow: hidden;}
.home .row1 .cp_qh .bd .thd { width:100%;border-left: 1px solid #DCDCDC; border-top: 1px solid #DCDCDC;border-right: 1px solid #DCDCDC;}
.home .row1 .cp_qh .bd .thd ul li { color:#666666; height: 112px; width: 50%; float: left; text-align: center; background: #F6F6F6; border-bottom: 1px solid #DCDCDC; padding-top: 18px; cursor: pointer;}
.home .row1 .cp_qh .bd .thd ul li:nth-child(2n) { border-left: 1px solid #DCDCDC;}
.home .row1 .cp_qh .bd .thd ul li .icon { width: 33px; height: 33px; margin: 0 auto; margin-bottom:8px;}
.home .row1 .cp_qh .bd .thd ul li .icon1 {background:url(../images/icon03.png) no-repeat top center; background-size:cover;}
.home .row1 .cp_qh .bd .thd ul li .icon2 {background:url(../images/icon04.png) no-repeat top center; background-size:cover;}
.home .row1 .cp_qh .bd .thd ul li .icon3 {background:url(../images/icon05.png) no-repeat top center; background-size:cover;}
.home .row1 .cp_qh .bd .thd ul li .icon4 {background:url(../images/icon06.png) no-repeat top center; background-size:cover;}
.home .row1 .cp_qh .bd .thd ul li .icon5 {background:url(../images/icon07.png) no-repeat top center; background-size:cover;}
.home .row1 .cp_qh .bd .thd ul li .icon6 {background:url(../images/icon08.png) no-repeat top center; background-size:cover;}
.home .row1 .cp_qh .bd .thd ul li .icon7 {background:url(../images/2022112503-on.svg) no-repeat top center; background-size:cover; width: 45px;}
.home .row1 .cp_qh .bd .thd ul li .d2 { font-size: 14px; color: #666; line-height: 20px;}
.home .row1 .cp_qh .bd .thd ul li .d3 { font-size: 12px;text-transform:uppercase; color: #999999; line-height: 18px;}
.home .row1 .cp_qh .bd .thd ul li.on { background:#1B4FBC;}
.home .row1 .cp_qh .bd .thd ul li.on .d2 { color: #ffffff;}
.home .row1 .cp_qh .bd .thd ul li.on .d3 { color: #ffffff;}
.home .row1 .cp_qh .bd .thd ul li.on .icon1{background:url(../images/icon03-on.png) no-repeat top center; background-size:cover;}
.home .row1 .cp_qh .bd .thd ul li.on .icon2{background:url(../images/icon04-on.png) no-repeat top center; background-size:cover;}
.home .row1 .cp_qh .bd .thd ul li.on .icon3{background:url(../images/icon05-on.png) no-repeat top center; background-size:cover;}
.home .row1 .cp_qh .bd .thd ul li.on .icon4{background:url(../images/icon06-on.png) no-repeat top center; background-size:cover;}
.home .row1 .cp_qh .bd .thd ul li.on .icon5{background:url(../images/icon07-on.png) no-repeat top center; background-size:cover;}
.home .row1 .cp_qh .bd .thd ul li.on .icon6{background:url(../images/icon08-on.png) no-repeat top center; background-size:cover;}
.home .row1 .cp_qh .bd .thd ul li.on .icon7{background:url(../images/2022112503.svg) no-repeat top center; background-size:cover;}



.home .row1 .cp_qh .bd .tbd { width:100%; height: 306px; position: relative; overflow: hidden;background:url(../images/pic159.jpg) no-repeat center center; background-size: cover;}
.home .row1 .cp_qh .bd .tbd ul { height: 100%;}
.home .row1 .cp_qh .bd .tbd ul li { height: 100%;}
.home .row1 .cp_qh .bd .tbd ul li .box { height: 100%;}
.home .row1 .cp_qh .bd .tbd .tp { display:block; width: 100%; height: 100%;}
.home .row1 .cp_qh .bd .tbd .text1 { width: 92%; position: absolute; left:4%; top: 7%; color: #fff;}
.home .row1 .cp_qh .bd .tbd .text1 .d1 { font-size: 14px; line-height: 22px;}
.home .row1 .cp_qh .bd .tbd .text1 .d2 { font-size: 12px;text-transform:uppercase; line-height: 18px;}
.home .row1 .cp_qh .bd .tbd .text2 { width: 92%; position: absolute; left:4%; bottom: 3%; color: #fff;}
.home .row1 .cp_qh .bd .tbd .text2 .d1 { font-size: 12px; line-height: 22px; border-bottom: 1px solid #D8D8D8; padding-bottom: 10px; margin-bottom: 10px;}
.home .row1 .cp_qh .bd .tbd .text2 .d2 a{ font-size: 12px; color: #fff; background:url(../images/icon10.png) no-repeat right center; display: block; width: 100%; line-height: 33px; background-size: 16px;}
.home .row1 .cp_qh .bd .tbd .text2 .d2_2 a { color:#333;}


.home .row2 { clear:both; width: 100%; overflow: hidden;background:#e8ecef url(../images/pic02.jpg) no-repeat bottom center; background-size: 100%; padding: 9% 0 11% 0;}
.home .row2 .mTitle2 {clear:both; width: 100%; text-align: center; margin-bottom: 3%;}
.home .row2 .mTitle2 .d1{ font-size: 20px; font-weight: bold; line-height: 28px; display: flex; align-items: center; justify-content:center; margin-bottom: 5px;}
.home .row2 .mTitle2 .d1 span { display:inline-block;}
.home .row2 .mTitle2 .d1 .sp1 { color: #1B4FBC;}
.home .row2 .mTitle2 .d1 .sp2 { color: #333333;}
.home .row2 .mTitle2 .d2{ font-size: 22px; color: #fff;text-transform:uppercase; line-height: 30px; font-family:Arial, "sans-serif"; font-weight: bold;}
.home .row2 .text {font-size: 13px; color: #666666; text-align:justify; margin-bottom:8%;}
.home .row2 .text p { width: 100%; margin: 0 auto;}
.numlist{ clear:both;height:180px; padding-left: 6%;}
.numlist .li{ width:50%; height: 90px; float: left;}
.numlist .li .d1 { font-size: 13px; color: #999999;line-height:32px; display: flex; align-items:baseline; justify-content: flex-start;}
.numlist .li .d1 span { font-size: 40px; color: #1B4FBC; display: inline-block;  font-weight: bold; font-family: Arial, "sans-serif";}
.numlist .li .d2 { font-size: 13px; color: #999999; line-height: 20px; padding-left: 3px;}
.home .row2 .mMore {margin:0 auto;}


.home .row3 { clear:both; padding:9% 0;}
.home .row3 .mMore { float:right; margin-top: 25px;}
.home .row3 .list .li { float:left; width: 49%; text-align: center; border: 1px solid #C3C3C3; margin-right: 2%; margin-bottom: 2%;}
.home .row3 .list .li:nth-child(2n) { margin-right:0;}
.home .row3 .list .li a{ display:block; width: 100%; height: 100%;}
.home .row3 .list .li .d1{ height: 123px; overflow: hidden;}
.home .row3 .list .li .d1 img{ display:block; width: 100%; height: 100%;}
.home .row3 .list .li .d2{ font-size: 13px; color: #333333; line-height: 30px;}



.home .row4 { clear:both; width: 100%; background: #F7F9FD; padding: 9% 0 5% 0;}
.home .row4 .list .listL { width:100%; position: relative; margin-bottom: 9%}
.home .row4 .list .listR { width:100%; position: relative; margin-bottom: 9%}
.home .row4 .list .more { position: absolute; right: 0; top:24px;}

.home .row4 .list .mTitle { height: 72px;}
.home .row4 .list .listR .mTitle{ border-bottom:1px solid #D8D8D8; margin-bottom: 2px;}
.home .row4 .list .listR .list2 .li { width: 100%; padding:4% 0; border-bottom: 1px solid #D8D8D8;}
.home .row4 .list .listR .list2 .li:last-child {border-bottom:0}
.home .row4 .list .listR .list2 .li a{ display:block; width: 100%; height: 100%;}
.home .row4 .list .listR .list2 .li .d1 { font-size: 14px; width: 100%;overflow:hidden;text-overflow:ellipsis;white-space: nowrap; margin-bottom: 6px;background: url(../images/icon12.png) no-repeat left center; padding-left: 9px; color: #333333; background-size: 2px; line-height: 26px; }
.home .row4 .list .listR .list2 .li .d2 { width: 100%; color: #666; font-size: 13px; line-height: 20px; padding-left: 9px;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden; margin-bottom: 13px;}
.home .row4 .list .listR .list2 .li .d3 { width: 100%;background: url(../images/icon13.png) no-repeat 9px center; height: 5px; margin-bottom: 2px; }
.home .row4 .list .listR .list2 .li:hover {background:#fff;-moz-box-shadow:0px 1px 16px 2px #eff0f2; -webkit-box-shadow:0px 1px 16px 2px #eff0f2; box-shadow:0px 1px 16px 2px #eff0f2;}
.home .row4 .list .listL .list1 .li{width:48.5%; height: 222px; float: left; background: #fff;}
.home .row4 .list .listL .list1 .li:nth-child(2) { margin-left:3%;}
.home .row4 .list .listL .list1 .li a { display:block; width: 100%; height: 100%;}
.home .row4 .list .listL .list1 .li .d1 { width: 100%; height: 116px;}
.home .row4 .list .listL .list1 .li .d1 img { display:block; width: 100%; height: auto;}
.home .row4 .list .listL .list1 .li .p1 { width: 100%; font-size: 14px; color: #333333; line-height: 22px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap; margin-bottom: 3px; font-weight: bold;}
.home .row4 .list .listL .list1 .li .p2 { font-size: 12px; color: #666; line-height: 18px;text-align: justify; display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden; margin-bottom: 2px;
}
.home .row4 .list .listL .list1 .li .p3 { color: #999999; font-size: 12px;}
.home .row4 .list .listL .list1 .li .p3 span{ color:#fff; background: #1B4FBC; width: 84px; height: 28px; line-height: 28px; text-align: center; display: inline-block; margin-right: 10px;}
.home .row4 .list .listL .list1 .li .d2 { width: 100%; padding:7% 4% 6% 4%;}


.home .row5 { clear:both; padding: 9% 0;}
.home .row5 .mTitle{ text-align: center; margin-bottom: 5%;}
.home .row5 .mTitle .d2 { justify-content: center;}
.home .row5 .list {position:relative;}
.home .row5 .list .swiper-container{position:static; width: 88%; margin: 0 auto;}
.home .row5 .list .swiper-slide {background:#fff; height: 125px; padding-top: 5px;}
.home .row5 .list .swiper-slide p { width: 96%; height: 100px; display: flex; align-items: center; justify-content: center;-moz-box-shadow:0px 1px 6px 2px #eff0f2; -webkit-box-shadow:0px 1px 6px 2px #eff0f2; box-shadow:0px 1px 6px 2px #eff0f2; margin: 0 auto;}
.home .row5 .list .swiper-slide img { display:block; margin: 0 auto; width: 70px; height: auto;}
.home .row5 .swiper-button-prev {background: url(../images/icon15.png) no-repeat center center; width: 30px; height: 28px;-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s; background-size: cover;}
.home .row5 .swiper-button-next {background: url(../images/icon14.png) no-repeat center center; width: 30px; height: 28px;-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s; background-size: cover;}
.home .row5 .swiper-button-prev:hover {background: url(../images/icon15-on.png) no-repeat center center; background-size: cover;}
.home .row5 .swiper-button-next:hover {background: url(../images/icon14-on.png) no-repeat center center; background-size: cover;}


.footer { clear:both; width: 100%;background:#01133b url(../images/pic15.jpg) no-repeat center center; padding:25px 0 20px 0; background-size: 100%;}
.footer .box1 .box1L { width:100%; display: flex; align-items: center; justify-content: center}
.footer .box1 .box1L_2 {border-bottom: 1px solid #262E39;margin-bottom: 13px;padding-bottom:9px;}
.footer .box1 .box1R { width:100%; text-align: center;}
.footer .box1 .box1L .li { float: left; margin: 0 3%}
.footer .box1 .box1L_2 .li { width:25%;}
.footer .box1 .box1L .li .p1 { font-size: 12px; height: 30px; line-height: 30px; margin-bottom: 3px;background: url(../images/icon16.png) no-repeat left center; padding-left:9px;}
.footer .box1 .box1L .li .p2 { padding-left: 12px;}
.footer .box1 .box1L .li .p1 a { color: #F7F7F7;}
.footer .box1 .box1L .li .p2 a { color: #999999; display: block; width: 100%; line-height: 28px; margin-bottom: 1px;}
.footer .box1 .box1R .d1 { font-size: 14px;color:#fff; line-height: 26px; margin-bottom: 6px; }
.footer .box1 .box1R .d2 { font-size: 12px; line-height: 18px; color: #9E9E9E; margin-bottom: 10px;text-transform:uppercase;}
.footer .box1 .box1R .d3 { font-size: 13px;color: #9E9E9E; line-height: 26px;}
.footer .box1 .box1R .d3 p { display:flex; align-items: center; justify-content:center;}
.footer .box1 .box1R .d3 img { display:block; width: 12px; margin-right: 6px;}
.footer .box1 .box1R .d4 { width: 210px; margin: 0 auto;margin-top: 5%; text-align: center; color: #9E9E9E; font-size: 12px; margin-bottom: 10px;}
.footer .box1 .box1R .d4 p{float:left; width: 85px; font-size: 12px;}
.footer .box1 .box1R .d4 .p1 { margin-right: 40px;}
.footer .box1 .box1R .d4 img { display:block; width: 100%; height: auto;}

.footer .box2 { clear:both; border-top:1px solid #262E39; line-height: 20px; padding-top:10px; font-size: 12px; text-align: center;}


.iBanner { clear:both; width: 100%; position: relative;}
.iBanner img { display:block; width: 100%; height: auto;}
.iBanner .text { width: 100%; height: 60px; position: absolute; left: 0%; top: 44%; text-align: center; color: #fff;}
.iBanner .text .d1 { font-size: 14px; line-height: 22px;text-transform:uppercase; }
.iBanner .text .d2 { font-size: 18px; line-height: 26px;}
.iCon { clear:both; width: 100%; padding: 8% 0 10% 0;}
.iCon2 { clear:both; width: 100%;}

.secMenu { clear:both; width: 100%; background: #E8E8E8; line-height:38px; height: 38px; text-align: center; font-size: 14px;display:flex; align-items: center; justify-content: center;}
.secMenu a { display:block; width: 25%; height: 38px; line-height: 38px;}
#nowMenu { color: #fff; background: #1B4FBC;}

.gsjj-div {background:#fff url(../images/pic14.jpg) no-repeat bottom center; background-size: 100%; padding-top:10%;}
.gsjj-div .list .list1 {margin-bottom: 5%;}
.gsjj-div .list .list1 .list1L { width:100%; margin-bottom: 20px;}
.gsjj-div .list .list1 .list1R { width:100%; margin-bottom: 25px;}
.gsjj-div .list .list1 .list1L img { display:block; width: 100%; height: auto;}
.gsjj-div .list .list1 .list1R .d1 { font-size: 20px; color: #333; line-height: 28px; margin-bottom: 12px;}
.gsjj-div .list .list1 .list1R .d2 { font-size: 14px; color: #666666;}
.gsjj-div .list .list1 .list1R .d2 p { text-align:justify; margin-bottom: 10px;}
.gsjj-div .list .list2 { padding-left:0; margin-bottom: 6%;}

.news-list ul li{ margin-bottom: 15px;border-bottom: 1px solid #D8D8D8; padding-bottom: 15px;}
.news-list ul li a { display:block; width: 100%; height:93px; overflow: hidden;}
.news-list ul li .liL { width: 37%; height: 100%; float: left;}
.news-list ul li .liR { width: 59%; height: 100%; float: right;}
.news-list ul li .liL img { display:block; width: 100%; height: 100%;}
.news-list ul li .liR .d1 { font-size: 14px; color: #333333; line-height: 22px; margin-bottom: 14px;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden; }
.news-list ul li .liR .d2 { font-size: 12px; color: #999999; line-height: 22px; margin-bottom: 22px;background: url(../images/icon21.png) no-repeat left center; padding-left: 16px; background-size: 12px; }


.news-content { margin:0 auto; margin-bottom:60px; }
.newsdetail-content { width:100%; margin:0 auto}
.newsdetail-content p { margin-bottom:10px;}
.newsdetail-content img { width:100%!important;height: auto!important;  display: block;margin:0 auto; margin-bottom: 10px;}
.newsdetail-title { width: 100%; overflow: hidden; padding: 8px 0 13px 0; border-bottom:1px dashed #e1e0e6; margin-bottom: 20px; text-align:center }
.newsdetail-title .title { font-weight:bold; font-size: 17px; line-height: 26px; color: #202020; margin-bottom: 2px; }
.newsdetail-title .time { margin-top:10px; font-size: 12px; line-height: 18px; color: #999}
.newsdetail-content video { display:block; width: 100%; margin: 0 auto; height: auto; background-size: cover; margin-bottom: 20px;object-fit:fill;}

.fy{ clear:both; margin:0 auto; margin-top:25px; font-size:12px; text-align: center;}
.fy b{ display:inline-block; width:24px; height:24px; background:#1B4FBC; line-height:24px; margin:0 3px; color:#fff; font-weight:100; text-align:center; }
.fy a{ display:inline-block; padding:0 7px;height:24px; text-align:center; line-height:24px;margin:0 1px; font-size:12px; background: #E8E8E8; }
.djdt_box .fy b{ background:#1B4FBC; }



.case-list ul li { width: 100%;text-align: center; font-size: 14px; color: #666666; margin-bottom:20px;}
.case-list ul li .d1 { width: 100%;margin-bottom: 8px;}
.case-list ul li .d1 img { display:block; width: 100%; height: auto;}



.lxwm-div{background: url(../images/pic22.png) no-repeat top center; padding-bottom:15%; padding-top:10%;}
.lxwm-div .box1 {  color: #fff; background: #1B4FBC; }
.lxwm-div .box1 .listL { width:100%; padding:6% 5%;}
.lxwm-div .box1 .listR { width:100%; height: 250px; overflow: hidden;}
.lxwm-div .box1 .listL .d0 {font-size: 12px; line-height: 20px;text-transform:uppercase;}
.lxwm-div .box1 .listL .d1 { font-size: 16px; line-height: 28px; border-bottom: 1px solid #6998d9; height: 40px; margin-bottom:5%;}
.lxwm-div .box1 .listL .d2 { font-size:16px; line-height: 30px; display: flex; align-items: center; justify-content: flex-start; margin-bottom: 3%;}
.lxwm-div .box1 .listL .d2 img { display:block; width: 26px; height: auto; margin-right: 10px;}
.lxwm-div .box1 .listL .d3 { font-size: 13px; line-height: 26px;}
.lxwm-div .box1 .listL a { color: #fff; }

.ry-list ul li { width:100%; text-align: center; font-size: 14px; color: #666666; margin-bottom: 22px;}
.ry-list ul li .d1 { width:100%; margin: 0 auto; overflow: hidden;margin-bottom: 8px; background: #f9f9f9;}
.ry-list ul li .d1 img {display:block; width: 100%; height:auto; margin: 0 auto;}


.fzlc-div {background:#f6f9ff url(../images/pic28.png) no-repeat bottom center; background-size: 100%; padding:10% 0 8% 0;}
.fzlc-div .list { width: 92%; margin: 0 auto; background: url(../images/pic27.png) repeat-y 14px center; }
.fzlc-div .list .li { position:relative; margin-bottom: 30px; width: 100%; padding-left: 40px}
.fzlc-div .list .li:after { content:''; display: block;background:url(../images/pic26.png) no-repeat center center; width: 27px; height: 27px; position: absolute; left:0; top: 0; background-size: cover;}
.fzlc-div .list .li .d1 { font-size: 22px; color: #1B4FBC; line-height: 26px; margin-bottom: 12px;}
.fzlc-div .list .li .d2 { width: 100%; line-height: 22px; margin-bottom: 10px; font-size: 15px; font-weight: bold; color: #333;}
.fzlc-div .list .li .d3 p { background:url(../images/icon12.png) no-repeat left 9px; padding-left: 10px; line-height: 24px; margin-bottom:8px; font-size: 13px;}




.kxcxrj-list .box { margin-bottom: 2%; border-radius:8px; padding: 3% 2%; }
.kxcxrj-list .box .li{ margin-bottom: 15px;}
.kxcxrj-list .box .li1{width:100%;}
.kxcxrj-list .box .li2{width:100%;background: #fff; margin-top: 30px; border-radius: 8px; padding: 4% 5% 6% 5%;-moz-box-shadow:0px 1px 10px 2px #e7e9ef; -webkit-box-shadow:0px 1px 10px 2px #e7e9ef; box-shadow:0px 1px 10px 2px #e7e9ef;}
.kxcxrj-list .box .li1 .d1{ font-size: 20px; color: #333333; line-height: 28px; margin-bottom: 15px;}
.kxcxrj-list .box .li1 .d2 img{display:block; width: 100%; height: auto;}
.kxcxrj-list .box .li2 .d1{ font-size:16px; color: #1B4FBC; line-height:26px; margin-bottom: 6px;}
.kxcxrj-list .box .li2 .d2{ font-size: 13px; color: #666666; margin-bottom: 12px;}
.kxcxrj-list .box .li2 .d3 a{display:block; background: #1B4FBC; color: #fff; width: 80px; height: 26px; line-height: 26px; text-align: center;font-size: 12px;}



.kxcx-list .listL { width: 100%;}
.kxcx-list .listR { width: 100%; border-top:1px solid #EAEAEA; padding-top:20px; text-align: justify}
.kxcx-list .listL .tit { font-size: 15px; font-weight: bold; color: #333; line-height: 22px; margin-bottom: 8px;}
.kxcx-list .listL .li { font-size: 13px; height: 20px; line-height: 20px; margin-bottom: 20px; }
.kxcx-list .listL .li a { float: left; display: block; color: #666; padding-right: 20px;}
.kxcx-list .listR .tit {font-size: 18px; color: #333; line-height: 28px; margin-bottom: 20px;}
.kxcx-list .listR table { width:100%; margin-bottom:35px}

.kxcx-con { font-size:13px; color: #666; line-height: 185%}
.kxcx-con .d1{ font-size: 20px; color: #333; line-height: 26px; margin-bottom: 20px;}
.kxcx-con img { display:block; max-width: 100%; height: auto; margin: 0 auto; margin-top:17px; margin-bottom:17px;}

.kxcx-con .d3{ width: 100%; height: 36px; line-height: 36px; background: url(../images/pic273.png) no-repeat center center; text-align: center; font-size: 16px; color: #333; margin-bottom: 30px; margin-top: 8%;}

.kxcx-con .d4{ font-size: 15px; font-weight: bold; color: #1B4FBC; line-height: 26px; margin-bottom: 8px; margin-top:30px;}
.kxcx-con .video { clear:both;}
.kxcx-con video{ display:block; width: 100%; height: auto; margin-top: 18px; margin-bottom: 18px;}
#kxcx{color:#1B4FBC;}
.kxcx-con .mbtn { clear:both; width: 100%; height: 36px; line-height: 36px; color: #1B4FBC; font-size: 14px; font-weight: bold; text-align: center; margin-top:12%;}
.kxcx-con .mbtn .gn { display:block; color: #1B4FBC; width: 49%; height: 100%; float: left; border: 1px solid #1B4FBC;}
.kxcx-con .mbtn .zanw{width: 49%; float: right;margin-top:0; height: 36px; line-height: 36px; border: 1px solid #1B4FBC; color: #1B4FBC; }
.kxcx-con .mbtn .zanw a { color: #1B4FBC;}
.kxcx-con .mbtn .gn span { background: url(../images/pic274.png) no-repeat left center; padding-left: 20px; background-size: 13px; display: inline-block;}
.kxcx-con .mbtn .zanw span { background: url(../images/pic328.svg) no-repeat left center; padding-left: 20px; background-size: 13px;}





.cp-div { clear:both; padding-bottom: 4%;}
.cp-div .cp-box1 { clear:both;background: url(../images/pic31.jpg) no-repeat center center; color: #fff; overflow: hidden; padding: 7% 0 8% 0; background-size: cover;}
.cp-div .cp-box1 .list .d1{ font-size: 20px; font-weight: bold; line-height: 26px; margin-bottom: 13px;}
.cp-div .cp-box1 .list .d2{ font-size: 13px; color: #D4D4D4; margin-bottom: 5%; line-height: 24px; text-align: justify;}
.cp-div .cp-box1 .list .d3{ font-size: 14px; line-height: 28px; margin-bottom: 12px;}
.cp-div .cp-box1 .list .d4{height: 26px;}
.cp-div .cp-box1 .list .d4 a { display:block; float: left; width: 80px; height: 26px; line-height: 26px; text-align: center; color: #fff; font-size: 12px; background: #1B4FBC; margin-right: 10px;}

.cp-div .cp-box2 { clear:both;}
.cp-div .cp-box2 .li2 { background: #F7F9FD;}
.cp-div .cp-box2 .li .bx { padding: 7% 0;}
.cp-div .cp-box2 .li .bx .liL { width: 100%; margin-bottom: 15px;}
.cp-div .cp-box2 .li .bx .liR { width: 100%; margin-bottom: 15px;}
.cp-div .cp-box2 .li .bx .liL .d1 { font-size: 20px; color: #333333; line-height: 26px; margin-bottom:12px;}
.cp-div .cp-box2 .li .bx .liL .d2 { font-size: 13px; color: #666666; line-height: 24px; text-align: justify;}
.cp-div .cp-box2 .li .bx .liR img { display:block; width: 100%; height: auto; margin: 0 auto;}




.cp-table { clear:both; padding:8% 0 1% 0; text-align:center;}
.cp-table .mTitle { margin-bottom: 22px;}
.cp-table .mTitle .d2 {justify-content: center;}
.table-div {width:100%;border: 1px solid #D8D8D8; }
.cp-table .list { width:100%; overflow: hidden;overflow-x:scroll;}
.cp-table .bx { width:1000px; overflow: hidden;overflow-x:scroll;}
.cp-table .list .line-header { width:100%;background: #1B4FBC; color: #fff;line-height: 22px; font-size: 13px; text-align: center;}
.cp-table .list .line-header td { color: #fff; font-weight: bold; line-height: 22px; padding: 8px 0;}
.cp-table .list .line { line-height: 22px; font-size: 12px;}
.cp-table .list td { border-right: 1px solid #D8D8D8; color: #333333; width: 15%; padding: 8px 0;}
.cp-table .list .line:nth-of-type(even){ background: #edf1fa;}
.cp-table .line1{ background: #edf1fa!important;}
.cp-table .line2{ background: #fff!important;}
.cp-table .list td:last-child {border-right: 0}
.cp-table .list td a { color: #1B4FBC; font-size: 12px; display: block; width: 100%; height: 100%;}
.cp-table .list .fontw { color:#333333; font-weight: bold; width: 10%;}

.cp_nav { clear:both; width: 100%; background: #F3F3F3; height: 30px; line-height: 30px; margin-bottom:25px;}
.cp_nav ul li { height: 30px; line-height: 30px; text-align: center; padding: 0 15px; float: left; font-size: 14px; cursor: pointer;}
.cp_nav ul li.act { background: #1B4FBC; color: #fff;}


#cp_container .tab_2 {display: none;}
#cp_container .tab_2tab {width:100%;overflow:hidden;overflow-x:scroll; font-size: 13px;}


.cp-con { padding: 2% 0 5% 0; margin-bottom: 3%;}
.cp-con .box1 { clear:both; margin-bottom:35px;}
.cp-con .box1 .box1L { width:100%; overflow: hidden; position: relative;}
.cp-con .box1 .box1R { width:100%; padding-top: 25px; overflow: hidden;}
.cp-con .box1 .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
}
.cp-con .box1 .box1R .d1 { font-size: 20px; color: #1B4FBC; line-height: 26px; margin-bottom: 4%;}
.cp-con .box1 .box1R .d2 { color: #666666; line-height: 24px; font-size: 13px;}
.cp-con .box1 .box1R .d3 { clear:both; width: 100%; font-size: 12px; margin-top: 10px;}
.cp-con .box1 .box1R .d3 a { display: inline-block; width: 80px; height: 30px; line-height: 30px; text-align: center; margin-right: 10px; border:1px solid #1B4FBC; color: #1B4FBC;}
.cp-con .box1 .box1R .d3 a:hover { border:1px solid #1B4FBC; background: #1B4FBC; color: #fff;}
.cp-con .box1 .box1L .swiper-button-prev { background: url(../images/icon23.png) no-repeat center center; width: 20px; height: 36px; position: absolute; top: 50%; left: 2%; background-size: 12px;}
.cp-con .box1 .box1L .swiper-button-next { background: url(../images/icon24.png) no-repeat center center; width: 20px; height: 36px; position: absolute; top: 50%; right: 2%;background-size: 12px;}
.cp-con .box2 { clear:both; width: 100%; overflow: hidden;}


.tc-div { width:100%; height:100vh; position:fixed; left:0; top:0; z-index:99999999999999999;background: url(../images/tcbg.png)repeat bottom center; background-size:100%;display: none;}
.tc-div .tc-box { width:100%; height: 100%; position: relative; left: 0; top: 0;}
.tc-div .form { width:96%; height: 460px; margin: 0 auto; background: #fff; border-radius: 10px; padding:15px 15px; position:absolute; left: 2%; top: 50%;  margin-top: -230px;}
.tc-div .tc-box .close { width:100%; height:22px; cursor:pointer; margin-bottom: 15px;  }
.tc-div .tc-box .close img { display:block; width:22px; height:auto; float: right;}

.tc-div .tc-box .in1 { clear:both;width: 100%; height: 44px; line-height: 44px; float: left; display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px;}
.tc-div .tc-box .in1 input { display:block; width: 48.5%; height: 44px; line-height: 44px; background: #F2F2F2; border: 0; padding: 0 10px; outline: none; }
.tc-div .tc-box .in3 .yzm { width: 36%; float: left; height: 44px; margin-left: 3%}
.tc-div .tc-box .in3 .yzm img{ display:block; width:90%;height:100%; margin: 0 auto; float: left;}
.tc-div .tc-box .in3 .in3R { width: 48%; height: 44px; float: right;}
.tc-div .tc-box .in3 .in3R input{ width:59%; float: left;}
.tc-div .tc-box .in3 .in3L{ width:48.5%; float: left;}
.tc-div .tc-box .in3 .in3L input{ width:100%;}
.tc-div .tc-box .in1 span { color:#f00;}

.tc-div .tc-box .in2 { clear:both; width: 100%; height: 163px;}
.tc-div .tc-box .in2 textarea { display:block; width: 100%; height: 163px; background: #F2F2F2; border: 0; padding:10px; outline: none;}
.tc-div .tc-box .smt { clear:both; width: 100%; margin-top: 15px;}
.tc-div .tc-box .smt input { display:block; width: 100%; height: 45px; line-height: 45px; border: 0; background: #1B4FBC; color: #fff; font-size: 14px; letter-spacing: 1px; cursor: pointer;}
.tc-div .tc-box .in3 span { float: right;}




.cp_con_table { width: 100%; border-color:#eee;overflow:hidden;}
.cp_con_table tr td { padding:9px 9px; line-height: 20px;}
.kxcx-list .cp_con_table tr td { padding:9px 6px;}
#cp_container .tab_2 img { display:block; max-width: 100%; height: auto!important; margin: 0 auto;}
.cpbg { background: #f3f3f3;}


.cp-more { width: 100%; background:#fff; padding:3% 0 4% 0; border-radius: 12px;}
.cp-more .tit { font-size: 20px; color: #333333; line-height: 28px; margin-bottom: 25px;}
.cp-more .list { position:relative;}
.cp-more .list .swiper-container { position: static; width: 100%; margin: 0 auto;}
.cp-more .swiper-slide { text-align:center; font-size: 13px; color: #666666; }
.cp-more .swiper-slide .d1 { width: 100%; height: 145px; margin-bottom:10px; overflow: hidden;background: #eeeeee; display: flex; align-items: center; justify-content: center;}
.cp-more .swiper-slide .d1 img { display:block; max-width: 62%; max-height: 84%; margin:0 auto;}
.cp-more .swiper-slide .d2 { line-height: 22px;}

.cp-more .swiper-button-prev{background: url(../images/icon15.png) no-repeat center center; width: 30px; height: 28px; left: 0; -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s; background-size: cover;}
.cp-more .swiper-button-next{background: url(../images/icon14.png) no-repeat center center; width: 30px; height: 28px; right:0; -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s; background-size: cover;}
.cp-more .swiper-button-prev:hover {background: url(../images/icon15-on.png) no-repeat center center;}
.cp-more .swiper-button-next:hover {background: url(../images/icon14-on.png) no-repeat center center;}



.zxly-div { margin-top:2%; margin-bottom:2%;}
.zxly-div .L { width: 100%;}
.zxly-div .R { width: 100%; margin-bottom: 6%;}
.zxly-div .R img { display:block; width: 100%; height: auto;}
.zxly-div .L .in1 { width: 100%;margin-bottom: 10px;}
.zxly-div .L .in1 input { display:block; width: 97%; height: 36px; line-height: 36px; background: #F2F2F2; border: 0; padding: 0 15px; outline: none; margin-bottom: 10px; float: left; }
.zxly-div .L .in1 span { width:3%; float: right; text-align: right;}
.zxly-div .L .in3 .yzm {background: #F2F2F2; width: 20%; float: right; height: 36px;}
.zxly-div .L .in3 .yzm img{ display:block; width:100%;height: auto; margin: 0 auto;}
.zxly-div .L .in3 .in3R { width: 100%; height: 36px;}
.zxly-div .L .in3 .in3R input{ width:78%; float: left;}
.zxly-div .L span { color:#f00;}
.zxly-div .L .in3 span { display:none}

.zxly-div .L .in2 { clear:both; width: 100%; height: 170px;}
.zxly-div .L .in2 textarea { display:block; width: 100%; height: 170px; background: #F2F2F2; border: 0; padding:15px; outline: none;}
.zxly-div .L .smt { clear:both; width: 100%; margin-top: 15px;}
.zxly-div .L .smt input { display:block; width: 100%; height: 38px; line-height: 38px; border: 0; background: #1B4FBC; color: #fff; font-size: 14px; letter-spacing: 1px; cursor: pointer;}


.rczp-div .box1 { margin-bottom:10%;}
.rczp-div .box1 .box1L { width:100%; padding-top: 3%; margin-bottom: 6%;}
.rczp-div .box1 .box1R { width:100%;}
.rczp-div .box1 .box1R img { display:block; width: 100%; height: auto;}
.rczp-div .box1 .mTitle { margin-bottom: 6%;}
.rczp-div .box1 .mTitle .d1 { color: #342626; font-size: 16px;}
.rczp-div .box1 .list { font-size:14px; color: #666;}
.rczp-div .box1 .list p { margin-bottom: 10px; width:100%; padding-left: 12px;background: url(../images/pic47.jpg) no-repeat left 7px; line-height: 26px; text-align: justify;}

.rczp-div .box2 { clear:both; width: 100%; background: url(../images/pic43.jpg) no-repeat center center; overflow: hidden; padding-top:8%; background-size: cover; padding-bottom: 12%;}
.rczp-div .box2 .tit { text-align:center; color: #fff; font-size: 16px; line-height:30px; margin-bottom:30px;}
.rczp-div .box2 .list { width:96%; margin: 0 auto;}
.rczp-div .box2 .list .li { width: 19%; height: 130px; background: url(../images/pic46.png) no-repeat top center; float: left; text-align: center; color: #fff; font-size: 13px; font-weight: bold; padding-top: 22px; line-height: 20px; letter-spacing: 1px; background-size: 100%; margin: 0 3%;}

.rczp-div .box3 { clear:both; padding:8% 0 0 0;}
.rczp-div .box3 .tit { text-align:center; font-size: 20px; color: #342626; font-weight: bold; line-height: 30px; margin-bottom:25px;}
.rczp-div .box3 .tit span { color: #1B4FBC;}
.rczp-div .box3 .zp-list { clear:both; width:100%;}
.rczp-div .box3 .zp-list .list_dd2 { width: 100%; padding:0 0 6% 0;}
.rczp-div .box3 .zp-list .list_dd2 .bx { width: 100%; border: 1px solid #CDCDCD; padding: 1% 4% 4% 4%;}
.rczp-div .box3 .zp-list .list_dd2 .d0 { width: 100%; font-size: 13px; line-height: 20px; color: #342626; padding:4% 2% 3% 2%;}
.rczp-div .box3 .zp-list .list_dd2 .d0 span { float:left; display: inline-block;background: url("../images/pic48.png") no-repeat right center; margin-right: 12px; padding-right: 12px;}
.rczp-div .box3 .zp-list .list_dd2 .d0 span:last-child {background:none;}

.rczp-div .box3 .zp-list .list_dd2 .t1 { width:100%; font-size: 14px; margin-top: 10px; line-height: 28px; margin-bottom: 4px; color: #342626;}
.rczp-div .box3 .zp-list .list_dd2 .t2 { font-size: 12px; color: #342626;}
.rczp-div .box3 .zp-list .list_dd2 .t3 { clear:both; width: 100%; color:#1B4FBC; padding-top:10px; font-size: 13px;}
.shzp_list2 .list_dl2 .list_dt2 { width: 100%; height: 42px; line-height: 42px; cursor: pointer;background: url(../images/pic44.png) no-repeat 98% center; color: #342626;font-size: 14px; font-weight: bold; padding: 0 2%; background-size: 10px; border-top: 1px solid #CDCDCD; }
.shzp_list2 .list_dl2 .list_dt2 p { float:left}
.shzp_list2 .list_dl2 .list_dt2 .p1 { width:35%;}
.shzp_list2 .list_dl2 .list_dt2 .p2 { width:22%;}
.shzp_list2 .list_dl2 .list_dt2 .p3 { width:23%;}
.shzp_list2 .list_dl2 .list_dt2 .p4 { width:20%;}
.shzp_list2 .list_dd2{padding:1% 0 3% 0; display: none;}
#open2{
    background:#1B4FBC; color: #fff; background-size: 14px; border-top:0; padding: 0 4%;
}


.button {
    position: absolute;
    cursor: pointer;
    top: 39px;
    width: 30px; height: 28px;z-index: 999;
}
.prev {
    left: 0;
	background: url(../images/icon15.png) no-repeat center center;
	background-size: cover;
}
.next {
    right: 0;
    background: url(../images/icon14.png) no-repeat center center;
	background-size: cover;
}
.prev:hover {background: url(../images/icon15-on.png) no-repeat center center;background-size: cover;}
.next:hover {background: url(../images/icon14-on.png) no-repeat center center;background-size: cover;}
.container {
    width: 100%;
    margin: 0 auto;
    position: relative; overflow: hidden;
}
.slide_wrap  {
	width: 100%; margin: 0 auto;
    position: relative;
}
.slide_wrap_bx {width: 84%; margin: 0 auto; height: 100%;overflow: hidden;}
.slide_wrap ul {
    position: relative; height: 100%;
    left: 0px;
}
.slide_items li{
    float: left;
    font-size: 13px;
    width: 188px; color: #666;
    text-align: center;cursor: pointer;
}
.slide_items li p { width: 95%; height: 100px; overflow: hidden; margin: 0 auto; margin-bottom: 6px;background: url(../images/cpbg.jpg) no-repeat center center; background-size: cover; display: flex; align-items: center; justify-content: center;}
.slide_items li img {
    display:block; width: 100%; height: 100%;
}
.slide_items li.on {
    color: #1B4FBC;
}
.slide-content {
    margin-top: 20px;
}
.slide-content img{
   width: 100%;
}
.slide-content ul {
    display: none;
}
.slide-content ul.on {
    display: block;
}
.cp .secMenu { height:auto; display: block!important;}
.cp .secMenu a { float:left;}




.xjxx-div {overflow-x:scroll; padding-bottom: 5%; margin-bottom: 5%;}
.xjxx-div .bx{width:950px;overflow:hidden;overflow-x:scroll;}
.xjxx-div .list1 { background: #1B4FBC; color: #fff; font-size: 14px;font-weight: bold;}
.xjxx-div .list1 .li { width: 100%; height: 36px; line-height: 36px;}
.xjxx-div .list1 .li div { padding:0 0 0 12px; float: left;}
.xjxx-div .list1 .li .d1 { width: 17%;}
.xjxx-div .list1 .li .d2 { width: 12%;}
.xjxx-div .list1 .li .d3 { width: 13%;}
.xjxx-div .list1 .li .d4 { width: 11%;}
.xjxx-div .list1 .li .d5 { width: 14%;}
.xjxx-div .list1 .li .d6 { width: 15%;}
.xjxx-div .list1 .li .d7 { width: 8%;}
.xjxx-div .list1 .li .d8 { width: 10%;}

.xjxx-div .list2 { clear:both; font-size: 12px;}
.xjxx-div .list2 .li { width: 100%; line-height: 20px;}
.xjxx-div .list2 .li:nth-of-type(even) { background:#fff;}
.xjxx-div .list2 .li:nth-of-type(odd) { background: #edf1fa;}
.xjxx-div .list2 .li a { display:block; display:flex; align-items: center; justify-content: space-between; width: 100%; height: 100%;}
.xjxx-div .list2 .li div { padding:8px 0 8px 12px; float: left;}
.xjxx-div .list2 .li .d1 { width: 17%;}
.xjxx-div .list2 .li .d2 { width: 12%;}
.xjxx-div .list2 .li .d3 { width: 13%;}
.xjxx-div .list2 .li .d4 { width: 11%;}
.xjxx-div .list2 .li .d5 { width: 14%;}
.xjxx-div .list2 .li .d6 { width: 15%;}
.xjxx-div .list2 .li .d7 { width: 8%;}
.xjxx-div .list2 .li .d8 { width: 10%;}



/*搜索*/
.screening{ margin-bottom: 35px;}
.screening .lp_k1 .li{width:48%; float: left; height: 72px; margin-right: 4%;}
.screening .lp_k1 .li:nth-child(2n) {margin-right:0;}
.screening .lp_k1 .li p { font-size:14px; color: #666; margin-bottom: 6px; line-height: 26px;}
.screening .lp_k1 .li .select{width: 100%;}
.screening .lp_k1 .li .select select{width: 100%;height: 30px; line-height: 30px; outline: none; color: #a6a6a6; border:1px solid #C1C1C1; background:#fff url("../images/pic50.png") no-repeat 95% center; box-sizing:border-box;padding:0 8px; font-size: 12px;appearance:none;-moz-appearance:none;-webkit-appearance:none; background-size: 10px;}
.screening .btn { clear:both; width: 70%; height: 44px; padding-top: 12px; margin: 0 auto;}
.screening .btn button { display: block; width: 46%; height: 32px; line-height: 32px; border: 0; color:#fff; font-size: 13px; background: #1B4FBC; margin: 0 auto; float: left; margin: 0 2%;}



.zanwu{clear:both; width: 100%; text-align: center; padding:12% 0;}



.sxtc-div .box { clear:both; background: #F4F4F4; margin-bottom: 15px; padding:8% 5% 7% 5%;}
.sxtc-div .box .boxL { width:100%;}
.sxtc-div .box .boxR { width:100%; text-align: center; margin-bottom: 25px;}
.sxtc-div .box .boxL .d1 { font-size: 20px; color: #333; line-height: 26px; margin-bottom: 22px;}
.sxtc-div .box .boxL .d2 { font-size: 14px; color: #666;}
.sxtc-div .box .boxL .d2 p { width: 100%; background: url("../images/pic155.png") no-repeat left 8px; padding-left: 13px; line-height: 22px; margin-bottom:9px; background-size: 5px;}
.sxtc-div .box .boxR .swiper-slide img { display:block; max-width:96%; max-height:96%; margin:0 auto;}

.sxtc-div .box .boxL .d4 { clear:both; width: 100%; margin-top: 15px;}
.sxtc-div .box .boxL .d4 a { display: inline-block; width: 85px; height: 30px; line-height: 30px; text-align: center; margin-right: 10px; border:1px solid #1B4FBC; color: #1B4FBC;}



.oem-div { text-align:center; padding-top: 10px;}
.oem-div .d1 { font-size: 18px; font-weight: bold; color: #333; line-height:28px; margin-bottom:15px}
.oem-div .d2 { font-size: 13px; line-height: 24px; color: #333; margin-bottom:20px;}
.oem-div .d3 { margin-bottom:30px;}
.oem-div .d3 img { display:block; width: 100%; height: auto;}


.beizhu { clear:both; font-size: 13px; color: #666; text-align: center; letter-spacing: 1px; padding-top: 10px; padding-bottom: 20px;}
.beizhu a { color:#1B4FBC; border-bottom: 1px solid #1B4FBC;}


/*2023-12-11*/
.iCon_cp { clear:both; padding-bottom: 10%;}
.iCon_cp .L{ width: 150px; position:fixed; right: -150px; top: 32%; z-index: 999; background: #fff; border: 1px solid #1545A8; padding:4px 10px;-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;}
.iCon_cp .R{ width: 100%;}
.iCon_cp .R #box1{ padding-top: 35px;}
.iCon_cp .R #box2{ padding-top: 35px;}
.iCon_cp .R #box3{ padding-top: 35px;}
.iCon_cp .R #box4{ padding-top: 35px;}
.iCon_cp .R #box5{ padding-top: 35px;}
.iCon_cp .R #box6{ padding-top: 35px;}
.iCon_cp .R #box7{ padding-top: 35px;}
.iCon_cp .L .tit { width: 100%; font-size: 15px; color: #4F4F4F; font-weight: bold; line-height: 38px; height: 38px; background: url("../images/icon34.png") no-repeat 97% center; background-size: 4px; border-bottom: 1px solid #D3D3D3;cursor: pointer;}
.iCon_cp .L .tit a{display:block;width: 100%; height: 100%;} 
.iCon_cp .L .list{width:100%; padding: 0 15px; margin-bottom: 10px; display: none;}
.iCon_cp .L .list a{ display:block; width: 100%; font-size: 14px; line-height: 35px; margin-bottom: 2px;}

.iCon_cp .R .tit { font-size: 18px; color: #000000; font-weight: bold; line-height: 30px; position: relative; padding-left: 11px;}
.iCon_cp .R .tit:after { content:''; display:block; width: 3px; height: 15px; background: #1545A8; position: absolute; left: 0; top:9px; }
.iCon_cp .R .list .li { width: 48%; height: 400px; float: left; margin-right:4%; margin-top: 6%; background: #F8F8F8; border-radius: 10px; overflow: hidden;-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s; }
.iCon_cp .R .list .li:nth-child(2n){ margin-right:0;}
.iCon_cp .R .list .li .li_1{ width:100%; line-height: 26px; height: 26px; background: #1545A8; color: #fff; text-align: center;font-size: 12px;}
.iCon_cp .R .list .li .li_2{height:155px; width: 100%; overflow: hidden; display: flex; align-items: center; justify-content: center; padding: 7% 15%;}
.iCon_cp .R .list .li .li_2 img { display:block; margin: 0 auto; max-width: 100%;  max-height: 100%;-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s; }
.iCon_cp .R .list .li .li_3{ width: 92%; margin: 0 auto;font-size: 14px; color: #787878; line-height: 20px; border-bottom: 1px solid #D8D8D8;padding-bottom: 4px; margin-bottom: 4px; font-weight: bold;}
.iCon_cp .R .list .li .li_4{ width: 92%; margin: 0 auto; font-size: 12px; color: #7B7B7B; line-height: 20px; height: 120px; overflow-y: auto;}
/*滚动条整体宽度*/
.iCon_cp .R .list .li .li_4::-webkit-scrollbar{
    width: 2px; /*宽对应滚动条的尺寸*/
}
/*轨道*/
.iCon_cp .R .list .li .li_4::-webkit-scrollbar-track{
    background: #eae9e9;
}
/*滑块*/
.iCon_cp .R .list .li .li_4::-webkit-scrollbar-thumb{
    border-radius: 5px;background: #c9c9c9;
}



.iCon_cp .L .cplist_dd2{ padding: 10px 0 0 10px; }
.iCon_cp .L .cplist_dd2 a{ display:block; width: 100%; font-size: 12px; line-height: 24px; margin-bottom: 4px; color: #757575;}
.iCon_cp .L .cplist_dd2{ display: none;}
.iCon_cp .L #opencp .tit{
    background: url("../images/icon34-on.png") no-repeat 97% center; background-size: 6px; color:#1545A8; border-bottom: 1px solid #1545A8;
}
#nowMenucp { color: #1545A8;background: url("../images/icon35.png") no-repeat right center;}
/*.programme-leval {
  position: sticky;
  left: 0;
  top: 72px;
  z-index: 10;
}*/
.programme-list li {
  position: relative;
  z-index: 2;
}
.programme-list li:hover a,
.programme-list li.active a {
  color: #1545A8;background: url("../images/icon35.png") no-repeat right center; background-size: 7px;
}
.iCon_cp .L .cplist_dd2 .programme-list li.active a{color: #1545A8;}


.cjwd-list{ margin-top: 5%;}
.cjwd-list ul li{ margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid #C5C5C5;}
.cjwd-list ul li a{ display: block; width: 100%; height:93px;}
.cjwd-list ul li .liL{ width: 37%; height: 100%; float: left; overflow: hidden;}
.cjwd-list ul li .liR{ width: 59%; height: 100%; float: right;}
.cjwd-list ul li .liL img{ display: block;width:100%; height: 100%;-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;}
.cjwd-list ul li:hover .liL img { transform: scale(1.1, 1.1);}
.cjwd-list ul li .liR .d1 { font-size: 14px; color: #000000; line-height: 28px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap; margin-bottom: 5px;background: url("../images/icon36.png") no-repeat left center; padding-left: 24px; background-size: 20px;}
.cjwd-list ul li .liR .d2 { font-size: 13px; color: #000000; line-height: 20px;background: url("../images/icon37.png") no-repeat left 3px; padding-left: 24px; background-size: 20px;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;}

.case-content .cp-more{ border-top: 1px solid #D8D8D8; margin-top: 10%; padding-top: 7%;}
.case-content{ width: 1280px;}
.news-content .cp-more{ margin-top: 30px; }

.cpBtn{ clear:both; width: 35px; height: 90px; background: #1545A8; color: #fff; text-align: center; font-size: 14px; line-height: 16px; border-radius: 10px 0 0 10px; position: fixed; right: 0; top: 32%; z-index: 33; padding-top: 13px;-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;}
.open_1{right:149px;}
.iCon_cp .open_2{right:-1px;}















