@charset "utf-8";

@font-face{font-family:DINBold;src:url(/m/skin/default/fonts/DIN-Bold.eot);src:url(/m/skin/default/fonts/DIN-Bold.eot?#iefix) format('embedded-opentype'),url(/m/skin/default/fonts/DIN-Bold.woff2) format('woff2'),url(/m/skin/default/fonts/DIN-Bold.woff) format('woff'),url(/m/skin/default/fonts/DIN-Bold.ttf) format('truetype'),url(/m/skin/default/fonts/DIN-Bold.svg) format('svg')}



html {
	width: 100%;
	margin: 0;
	padding: 0;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	width:100%;
	margin: 0 auto;
	font-family: "微软雅黑";
	font-size: 14px;
	margin: 0;
	padding: 0;
	color: #636b84;
	line-height: 200%;
}
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: #636b84;
	text-decoration: none !important;
	cursor: pointer;
	background: transparent;
	/*修正win8系统IE连接灰色背景*/
	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: #005bab;
}
.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 { font-family:微软雅黑}
.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;left: 0;width: 100%;z-index: 99999; overflow: hidden; background:#fff }
.home #header{ background:none; }
#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;
}
.home .banner .swiper-pagination-bullet-active { background:#ff0000;}
.logo img{width: auto; height:34px; display:block; margin:8px 0 0 11px;}
.burgers_box{ width:100%;height:100%}
.icon {height: 3px;width: 24px;top: 26px;background-color: #005bab;border-radius: 20px;position: absolute;transition-duration: 0.5s;}
.icon:before {left: 0;position: absolute;top: -8px;height: 3px;width: 24px;background-color: #005bab;content: "";border-radius: 20px;transition-duration: 0.5s;}
.icon:after {left: 0;position: absolute;top: 8px;height: 3px;width: 24px;background-color: #005bab;content: "";border-radius: 20px;transition-duration: 0.5s;}
.menu {width: 52px;height: 52px;position: relative;transition-duration: 1s;display: block;cursor: pointer;z-index:99; float:right; padding-left:16px;}
.burger_lin .icon {transition-duration: 0.5s;transition-delay: 0.5s;}
.burger_lin .icon:after {transition: transform 0.5s, top 0.5s 0.5s;}
.burger_lin .icon:before {transition: transform 0.5s, top 0.5s 0.5s;}
.burger_lin.open .icon {transition-duration: 0.1s;transition-delay: 0.5s;background: transparent;}
.burger_lin.open .icon:before {transition: top 0.5s, transform 0.5s 0.5s;top: 0px;transform: rotateZ(-45deg);}
.burger_lin.open .icon: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;left: 0;width: 100%;height: 100%;z-index: 999999;padding-top: 20px;display: none;border-top:1px solid #ddd;}
.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(/m/skin/default/images/ico-arr-right2.png) no-repeat center right;}

.home .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);}
.home .fixed-header #header {background:#fff}




.links {text-align:right; position: relative; height: 100%; padding-top: 25px;}
.links .li{ display:block; float: right; margin-left: 11px; padding-top: 8px;cursor: pointer; width: 36px; height: 36px; border: 1px solid #005bab; border-radius: 50%;}
.links .li .ttp{display:block; width: 20px; height: auto; filter:currentColor; color: #fff; margin: 0 auto;}

.ewm_tc { clear:both; width: 100%; height: 357px; overflow: hidden; position: fixed; left: 0; z-index: 999999; background: #fff; display: none;}
.ewm_tc1 { top: 90px;}
.ewm_tc .box { width:960px; height: 357px; margin: 0 auto;display: flex; align-items: center; justify-content: center; padding-top: 3%}
.ewm_tc .box .L { width:200px; height: 100%; float: left; margin-right: 50px;}
.ewm_tc .box .L img {display:block; width: 200px; height: auto;}
.ewm_tc .box .L_2 { width: 800px;float:inherit; margin-right:0;}
.ewm_tc .box .L_2 img{display:block; width: 800px; height: auto;}
.ewm_tc .box .R { height: 100%; float: right; padding-top: 40px;}
.ewm_tc .box .R .p1 { font-size: 36px; color: #005bab; font-weight: bold; line-height: 44px; margin-bottom: 17px;}
.ewm_tc .box .R .p2 { font-size: 24px; color: #636b84}
.links .li:hover .ewm_tc{ display: block}

.ewm_tc2 {bottom: 5%}


.home .top_1 .ho {background:url(/m/skin/default/images/icon01.png) no-repeat center 63px; color: #005bab;}


/*banner*/
.home { background:#f5f5f5}
.home .mBanner{ clear:both;width: 100%; position: relative}
.home .mBanner .swiper-container { position: static}
.home .mBanner img { display:block; width: 100%; height: auto;}
.home .mBanner .swiper-pagination-bullet { width: 7px; height: 7px; opacity: 1; background: #999999;}
.home .mBanner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 4px;}
.home .mBanner .swiper-container-horizontal>.swiper-pagination-bullets { bottom:3%; height: 10px; line-height: 10px; display: flex; align-items: center; justify-content: center;}
.home .mBanner .swiper-pagination-bullet-active{ background: #005bab; width: 9px; height: 9px;}


.row1 { clear:both; width: 100%; padding-bottom: 8%;}
.row1 .box { width: 92%; margin: 0 auto;overflow: hidden; margin-top: 35px; margin-bottom: 2%;}
.row1 .box .d1 { font-size: 22px; color: #2d3651; line-height: 30px; margin-bottom: 15px; letter-spacing: 1px; text-align: center;}
.row1 .box .d2 { width: 100%; margin: 0 auto;font-size: 13px; color: #636b84; line-height: 24px; text-align: justify;}
.row1 .box .numlist { clear:both; width: 100%; margin: 0 auto; text-align: center; margin-top: 20px; margin-bottom: 15px;}
.row1 .box .numlist .li { width: 50%; height: 95px; float: left; padding: 0 4%;}
.row1 .box .numlist .last { clear:both;width:100%; float: inherit; padding-top: 10px;}
.row1 .box .numlist .li .p1 { font-size: 22px; color: #1d69b9; font-weight: bold; line-height:38px;}
.row1 .box .numlist .li .p1 span{ font-size: 30px;}
.row1 .box .numlist .li .jia {background: url(/m/skin/default/images/icon43_.png) no-repeat right 8px; display: inline-block; padding-right: 13px}
.row1 .box .numlist .li .p2 { font-size: 12px; color: #878d9e; line-height: 20px;}


.row2 { clear:both; width: 100%; background: #fff; overflow: hidden;}
.row2 .swiper-slide img { display:block; width: 100%; height: auto;}
.row2 .list {width:100%;}
.row2 .list .swiper-pagination-bullet { width: 7px; height: 7px; opacity: 1; background: #999999;}
.row2 .list .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 4px;}
.row2 .list .swiper-container-horizontal>.swiper-pagination-bullets { bottom:5%; height: 10px; line-height: 10px; display: flex; align-items: center; justify-content: center;}
.row2 .list .swiper-pagination-bullet-active{ background: #005bab; width: 9px; height: 9px;}

.row2 .list2 { clear:both; width: 100%; text-align: center;}
.row2 .list2 .li { width:33.3333%; float: left; height: 110px; color: #636b84; border-bottom: 1px solid #f5f5f5;border-right: 1px solid #f5f5f5;}
.row2 .list2 .li:nth-child(3n) {border-right:0}
.row2 .list2 .li a { display:block; color: #636b84; width: 100%; height: 100%; padding: 21px 0 0 0;}
.row2 .list2 .li .d1 { margin-bottom:5px;}
.row2 .list2 .li .d1 img { width: 50px; height: auto;display:block; margin: 0 auto;}





.row2 .list #nav22 { width: 43%; height: 160px; position: absolute; left: 1%; bottom: 0; text-align: center; z-index: 9;}
.row2 .list #nav22 ul li { width: 16.6666%; float: left; font-size: 16px; color: #2d3651; cursor: pointer;}
.row2 .list #nav22 ul li p{ line-height: 22px; -webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;}
.row2 .list #nav22 ul li.act22 { color: #005bab;}
.row2 .list #nav22 ul li .p1 {background: url(/m/skin/default/images/icon11.png) no-repeat top center; padding-top: 58px;}
.row2 .list #nav22 ul li .p2 { background: url(/m/skin/default/images/icon12.png) no-repeat top center; padding-top: 58px;}
.row2 .list #nav22 ul li .p3 {background: url(/m/skin/default/images/icon13.png) no-repeat top center; padding-top: 58px;}
.row2 .list #nav22 ul li .p4 {background: url(/m/skin/default/images/icon14.png) no-repeat top center; padding-top: 58px;}
.row2 .list #nav22 ul li .p5 {background: url(/m/skin/default/images/icon15.png) no-repeat top center; padding-top: 58px;}
.row2 .list #nav22 ul li .p6 {background: url(/m/skin/default/images/icon16.png) no-repeat top center; padding-top: 58px;}
.row2 .list #nav22 ul li:hover .p1 {background: url(/m/skin/default/images/icon11-on.png) no-repeat top center;}
.row2 .list #nav22 ul li:hover .p2 {background: url(/m/skin/default/images/icon12-on.png) no-repeat top center;}
.row2 .list #nav22 ul li:hover .p3 {background: url(/m/skin/default/images/icon13-on.png) no-repeat top center;}
.row2 .list #nav22 ul li:hover .p4 {background: url(/m/skin/default/images/icon14-on.png) no-repeat top center;}
.row2 .list #nav22 ul li:hover .p5 {background: url(/m/skin/default/images/icon15-on.png) no-repeat top center;}
.row2 .list #nav22 ul li:hover .p6 {background: url(/m/skin/default/images/icon16-on.png) no-repeat top center;}
.row2 .list #nav22 ul li.act22 .p1 {background: url(/m/skin/default/images/icon11-on.png) no-repeat top center;}
.row2 .list #nav22 ul li.act22 .p2 {background: url(/m/skin/default/images/icon12-on.png) no-repeat top center;}
.row2 .list #nav22 ul li.act22 .p3 {background: url(/m/skin/default/images/icon13-on.png) no-repeat top center;}
.row2 .list #nav22 ul li.act22 .p4 {background: url(/m/skin/default/images/icon14-on.png) no-repeat top center;}
.row2 .list #nav22 ul li.act22 .p5 {background: url(/m/skin/default/images/icon15-on.png) no-repeat top center;}
.row2 .list #nav22 ul li.act22 .p6 {background: url(/m/skin/default/images/icon16-on.png) no-repeat top center;}

#container22 .tab_22{ -webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;}
#container22 .tab_22 {display: none}
.row2 .list #container22 .box { width: 100%; height: 638px;}
.row2 .list #container22 .box .boxL { width:47%; height: 100%; float: left; text-align: center;background:#ffffff url(../images/icon10.png) no-repeat center center; padding-top: 8%;}
.row2 .list #container22 .box .boxR { width:53%; height: 100%; float: right; overflow: hidden;}
.row2 .list #container22 .box .boxL .d1 { font-size: 48px; font-weight: bold; color: #2d3651; line-height: 60px; margin-bottom: 15px;}
.row2 .list #container22 .box .boxL .d2 { font-size: 24px; color: #2d3651; line-height: 36px; margin-bottom: 30px;}
.row2 .list #container22 .box .boxL .d3 { color: #005bab;}
.row2 .list #container22 .box .boxL .d3 a { color: #005bab; border: 1px solid #005bab; border-radius: 30px; width: 120px; height: 44px; line-height: 44px; display: block; margin: 0 auto;}
.row2 .list #container22 .box .boxL .d3 a:hover { background: #005bab; color: #fff;border: 1px solid #005bab;}
.row2 .list #container22 .box .boxR img { display:block; width: 100%; height: auto;-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;}
.row2 .list #container22 .box .boxR:hover img {transform: scale(1.07, 1.07);}








.row2 .cp-qh { width:100%; height: 640px; overflow: hidden; position: relative;}
.row2 .cp-qh .bd { height: 100%;}
.row2 .cp-qh .bd .thd { width: 42%; height: 170px; position: absolute; left: 1%; bottom: 0; text-align: center; z-index: 9;}
.row2 .cp-qh .bd .thd ul li { width: 16.6666%; float: left; font-size: 16px; color: #2d3651; cursor: pointer;}
.row2 .cp-qh .bd .thd ul li.on { color: #005bab;}
.row2 .cp-qh .bd .thd ul li p{ line-height: 22px; -webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;}
.row2 .cp-qh .bd .thd ul li .p1 {background: url(/m/skin/default/images/icon11.png) no-repeat top center; padding-top: 58px;}
.row2 .cp-qh .bd .thd ul li .p2 { background: url(/m/skin/default/images/icon12.png) no-repeat top center; padding-top: 58px;}
.row2 .cp-qh .bd .thd ul li .p3 {background: url(/m/skin/default/images/icon13.png) no-repeat top center; padding-top: 58px;}
.row2 .cp-qh .bd .thd ul li .p4 {background: url(/m/skin/default/images/icon14.png) no-repeat top center; padding-top: 58px;}
.row2 .cp-qh .bd .thd ul li .p5 {background: url(/m/skin/default/images/icon15.png) no-repeat top center; padding-top: 58px;}
.row2 .cp-qh .bd .thd ul li .p6 {background: url(/m/skin/default/images/icon16.png) no-repeat top center; padding-top: 58px;}
.row2 .cp-qh .bd .thd ul li:hover .p1 {background: url(/m/skin/default/images/icon11-on.png) no-repeat top center;}
.row2 .cp-qh .bd .thd ul li:hover .p2 {background: url(/m/skin/default/images/icon12-on.png) no-repeat top center;}
.row2 .cp-qh .bd .thd ul li:hover .p3 {background: url(/m/skin/default/images/icon13-on.png) no-repeat top center;}
.row2 .cp-qh .bd .thd ul li:hover .p4 {background: url(/m/skin/default/images/icon14-on.png) no-repeat top center;}
.row2 .cp-qh .bd .thd ul li:hover .p5 {background: url(/m/skin/default/images/icon15-on.png) no-repeat top center;}
.row2 .cp-qh .bd .thd ul li:hover .p6 {background: url(/m/skin/default/images/icon16-on.png) no-repeat top center;}
.row2 .cp-qh .bd .thd ul li.on .p1 {background: url(/m/skin/default/images/icon11-on.png) no-repeat top center;}
.row2 .cp-qh .bd .thd ul li.on .p2 {background: url(/m/skin/default/images/icon12-on.png) no-repeat top center;}
.row2 .cp-qh .bd .thd ul li.on .p3 {background: url(/m/skin/default/images/icon13-on.png) no-repeat top center;}
.row2 .cp-qh .bd .thd ul li.on .p4 {background: url(/m/skin/default/images/icon14-on.png) no-repeat top center;}
.row2 .cp-qh .bd .thd ul li.on .p5 {background: url(/m/skin/default/images/icon15-on.png) no-repeat top center;}
.row2 .cp-qh .bd .thd ul li.on .p6 {background: url(/m/skin/default/images/icon16-on.png) no-repeat top center;}

.row2 .cp-qh .bd .tbd { width: 100%; height: 100%;}
.row2 .cp-qh .bd .tbd ul{height:100%!important}
.row2 .cp-qh .bd .tbd ul li{height:100%!important}
.row2 .cp-qh .bd .tbd .box { width: 100%; height: 100%;}
.row2 .cp-qh .bd .tbd .box .boxL { width:47%; height: 100%; float: left; text-align: center;background:#ffffff url(../images/icon10.png) no-repeat center center; padding-top: 8%;}
.row2 .cp-qh .bd .tbd .box .boxR { width:53%; height: 100%; float: right; overflow: hidden;}
.row2 .cp-qh .bd .tbd .box .boxL .d1 { font-size: 48px; font-weight: bold; color: #2d3651; line-height: 60px; margin-bottom: 15px;}
.row2 .cp-qh .bd .tbd .box .boxL .d2 { font-size: 24px; color: #2d3651; line-height: 36px; margin-bottom: 30px;}
.row2 .cp-qh .bd .tbd .box .boxL .d3 { color: #005bab;}
.row2 .cp-qh .bd .tbd .box .boxL .d3 a { color: #005bab; border: 1px solid #005bab; border-radius: 30px; width: 120px; height: 44px; line-height: 44px; display: block; margin: 0 auto;}
.row2 .cp-qh .bd .tbd .box .boxL .d3 a:hover { background: #005bab; color: #fff;border: 1px solid #005bab;}
.row2 .cp-qh .bd .tbd .box .boxR 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;}
.row2 .cp-qh .bd .tbd .box .boxR:hover img {transform: scale(1.07, 1.07);}


.row3 { clear:both; background: #fff; padding: 35px 0 40px 0;}
.row3 .title .p1 { font-size: 22px; color: #2d3651; line-height: 32px; text-align: center; width: 100%; margin-bottom: 22px;}
.row3 .wrap { margin-bottom:25px}
.row3 .swiper-slide { position: relative;}
.row3 .swiper-slide .pic{ display:block; width: 100%; height: auto; border-radius: 15px;}
.row3 .swiper-slide .text { width:100%; position: absolute; left: 0; top: 8%; text-align: center;}
.row3 .swiper-slide .text .d1 { font-size:28px; color: #2d3651; font-weight: bold; line-height: 40px; margin-bottom: 6%;}
.row3 .swiper-slide .text .d2 { width: 240px; margin: 0 auto;}
.row3 .swiper-slide .text .d2 a { display:block; float: left; width: 100px; height: 34px; line-height: 34px; border-radius: 18px; font-size: 13px; margin: 0 10px;color: #005bab; border: 1px solid #005bab; box-sizing: border-box;}
.row3 .swiper-slide .text .a22 {width: 100px; margin: 0 auto;}
.row3 .swiper-slide .text .a22 a { display:block; width: 100px; height: 34px; line-height: 34px; border-radius: 18px; font-size: 13px;color: #005bab; border: 1px solid #005bab; box-sizing: border-box;}
.row3 .swiper-slide .a3 {display:block; width: 100px; height: 34px; line-height: 34px;border-radius: 18px; font-size: 13px; margin: 0 auto; color: #005bab; border: 1px solid #005bab;-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;}
.row1 .box .smwz { clear:both; width: 100%; margin: 0 auto;color: #878d9e; text-align: right; padding-top: 35px; font-size: 12px;}



.row3 .row3L { width: 45%; float: left; position: relative;}
.row3 .row3R { width: 53%; float: right;}
.row3 .picbox { width:100%; overflow: hidden; border-radius: 20px;}
.row3 .pic { display:block; width: 100%; height: auto;-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;}
.row3 .row3R .li { width:48%; position: relative;}
.row3 .row3R .li1 { float: left; margin-bottom: 3%;}
.row3 .row3R .li2 { float: right; margin-bottom: 3%;}
.row3 .row3R .li3 { float: left;}
.row3 .row3R .li4 { float: right;}
.row3 .row3L .text { width: 100%; height: 100%; position: absolute; left: 0; top: 0; text-align: center; padding-top: 16%;}
.row3 .row3L .text .d1 { font-size: 48px; color: #2d3651; font-weight: bold; line-height: 60px; margin-bottom: 6%;}
.row3 .row3L .text .d2 { width: 360px; margin: 0 auto;}
.row3 .row3L .text .d2 a { display:block; float: left; width: 160px; height: 54px; line-height: 54px; border-radius: 32px; font-size: 18px; margin: 0 10px;color: #005bab; border: 1px solid #005bab; box-sizing: border-box;}


.row3 .row3L .text .d2 a:hover { background: #005bab; color: #fff;border: 1px solid #005bab;}
.row3 .row3R .text { width: 100%; height: 100%; position: absolute; left: 0; top: 0; text-align: center; padding-top: 15%;}
.row3 .row3R .li .text .d1 { font-size: 24px; font-weight: bold;line-height: 32px; margin-bottom: 35px; color: #2d3651; }
.row3 .row3R .li1 .text .d1{ color:#fff;}
.row3 .row3R .li .text .a3 {display:block; width: 120px; height: 44px; line-height: 44px;border-radius: 26px; margin: 0 auto; color: #005bab; border: 1px solid #005bab;}
.row3 .row3R .li1 .text .a3 { color: #fff; border: 1px solid #fff;-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s; }
.row3 .row3R .li:hover .a3 { background: #005bab; color: #fff;border: 1px solid #005bab;}
.row3 .row3L:hover .picbox img {transform: scale(1.05, 1.05);}
.row3 .row3R .li:hover .picbox img{transform: scale(1.07, 1.07);}


.home .row4 { clear:both; width: 100%; background: #f5f5f5;padding: 30px 4% 40px 4%;}
.row4 { clear:both;}
.home .row4 .title { clear:both; width: 100%; text-align: center; margin-bottom: 22px;}
.home .row4 .title .p1 { font-size: 22px; color: #2d3651; line-height: 32px; text-align: center; width: 100%;}



.home .row4 .box { width: 100%; margin-bottom: 25px;}
.row4 .box .boxL { width: 100%;}
.home .row4 .box .boxR { width: 100%; border-radius: 10px; overflow: hidden; position: relative; margin-bottom: 10px;}
.row4 .box .boxR { width: 100%; overflow: hidden; position: relative;}
.row4 .box .boxL .li { background: #fff; width: 100%; border-radius: 10px; padding: 4% 4%; margin-bottom: 10px;}
.row4 .box .boxL .li .d1 { font-size:12px; font-family: Arial, "sans-serif"; line-height: 22px; color: #82899c;}
.row4 .box .boxL .li .d2 { font-size:15px; color: #2d3651; line-height: 24px;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden; margin-bottom:8px; }

.row4 .box .boxL .li .d4 { font-size: 15px; color: #2d3651; border-top: 1px solid #e8e8e8; padding-top: 22px;}
.row4 .box .boxL .li .d4 a{ color: #2d3651; display: block;-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-ms-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;}


.row4 .box .boxR a{ color: #2d3651; display: block; width: 100%; height: 100%;}
.row4 .box .boxR .d1 { width:100%; height: 588px;}
.row4 .box .boxR .d1 img { display:block; width: 100%; height: 100%;}
.home .row4 .box .boxR .d2 { width: 100%; background: #fff; padding: 3% 4%;}
.row4 .box .boxR .d2 { width: 100%; background: #fff; padding: 3% 1%;}
.row4 .box .boxR .d2 .d2L { width: 100%; font-size:15px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap; }
.row4 .box .boxR .d2 .d2R { width: 100%; font-size: 12px;color: #82899c;}
.row4 .box .boxR .swiper-slide-active { height:auto}
.row4 .box .boxR .swiper-pagination { width:100%; text-align: right; left: inherit; right:3%}


.home .more { clear:both; width: 100px; height: 32px; line-height: 32px; margin: 0 auto; overflow: hidden; background: #005bab; border-radius: 20px;}
.home .more a { display:block; width: 100%; height: 100%;background:url(/m/skin/default/images/icon60.png) no-repeat 91% center; background-size: 24px; font-size: 12px; padding-left: 16px; color: #fff;-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;}
.home .more:hover a{background:url(/m/skin/default/images/icon60.png) no-repeat 9px center; padding-left: 56px; letter-spacing: 1px;}



.fy{ clear:both; width:100%; margin:0 auto; margin-top:20px; font-size:12px; text-align: center;}
.fy b{ display:inline-block; width:22px; height:22px; background:#005bab; line-height:22px; margin:0 3px; color:#fff; font-weight:100; text-align:center; border-radius: 50%}
.fy a{ display:inline-block; padding:0 6px;height:22px; text-align:center; line-height:22px;margin:0 3px; font-size:12px; }
.djdt_box .fy b{ background:#d23030; }


.footer { clear:both; width: 100%; background: #fff url("../images/icon18.png") top center no-repeat; padding:16% 0 4% 0; background-size: 100%;}
.footer .box1 { width:100%; height: 52px;}
.footer .box1 .box1L { height: 90px; width: 100%; text-align: center;border-top: 1px solid #e6e6e6;border-bottom: 1px solid #e6e6e6; position: relative;}
.footer .box1 .box1L .li{ display:block; width: 25%; height: 90px; float: left; padding-top:16px;cursor: pointer; z-index: 999; border-right: 1px solid #e6e6e6; color: #005bab; font-size: 13px;}
.footer .box1 .box1L .li a { color: #005bab; display: block; width: 100%; height: 100%;}
.footer .box1 .box1L .li:last-child{border-right:0}
.footer .box1 .box1L .li .ico{display:block; width: 28px; height: auto; color: #fff; margin: 0 auto; margin-bottom:5px;}
.footer .box1 .box1L .li p { width:125px; height: 125px; position: absolute; top: -132px; display: none; z-index: 9999999; left: 50%; margin-left: -65px;}

.footer .box1 .box1L .li p img { display:block; width: 125px; height: 125px;}


.footer .box1 .box1R { width:95px; height: 100%; float:right;}
.footer .box1 .box1R a { display:block; width: 100%; border-radius: 20px; height: 27px; line-height: 26px; border:1px solid #cccccc; background: #fff url("../images/mpic01.png") 86% center no-repeat; background-size: 6px; padding-left: 15px; font-size: 13px;}

.footer .box2 { clear:both; padding-top: 20px;}
.footer .box2 .d1 { font-size: 24px; color: #005bab; font-weight: bold;background:url(/m/skin/default/images/icon05.png) no-repeat left center; padding-left: 33px; line-height: 30px; font-family: Arial, "sans-serif"; margin-bottom: 5px; background-size: 23px;}
.footer .box2 .d1_logo { font-size: 24px; color: #005bab; font-weight: bold; padding-left: 33px; line-height: 30px; font-family: Arial, "sans-serif"; margin-bottom: 5px; background-size: 23px;margin-bottom:-17px; margin-left:-37px;}
.footer .box2 .d2 {margin-bottom: 12px; color: #82899c;}
.footer .box2 .d3 { font-size: 12px; line-height: 24px; color: #82899c;}
.footer .box2 .d3 a { color: #82899c;}
.footer .box2 .d3 .p2 a{display: flex; align-items: center; color: #82899c; }
.footer .box2 .d3 .p2 img { margin-right:2px;}


.footer .shzp_list2 .list_dt2{ width: 100%; border-bottom: 1px solid #f3f3f3; font-size: 16px;background: url("/m/skin/default/images/footer_ico_on.png") no-repeat 99% center;background-size: 12px; line-height: 52px; height: 52px; padding: 0 8px; color: #2d3651; position: relative;}
.footer .shzp_list2 .list_dt2 a { display:inline-block; width: 80px; height: 52px; line-height: 52px; position: absolute; left: 0; top: 0; z-index: 99}
.footer .list_dd2 a { display:block; width: 100%; font-size: 14px; line-height: 44px; height: 44px; border-bottom: 1px solid #f3f3f3; padding: 0 10px; color: #636b84; }
#open2{
    background: url("/m/skin/default/images/footer_ico.png") no-repeat 99% center;background-size: 12px;
}
.footer .lianj { width: 100%; border-bottom: 1px solid #f3f3f3; font-size: 16px;background: url("/m/skin/default/images/footer_ico_on2.png") no-repeat 98% center;background-size: 8px; line-height: 52px; height: 52px; padding: 0 10px; }
.footer .lianj a{ color: #2d3651; display: block; width: 100%; height: 100%;}
.footer .shzp_list2 .list_dd2{ display: none;}
.footer .shzp_list2 .m0 {border-bottom:0;}
.footer .list_dd2 a.m0 {border-bottom:0;}

/*弹出层*/
.fotdn-sm {
	width: 100%;
	height: 100%;
	background: #000;
	background: rgba(0,0,0,.4);
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index:9999;
}
.fotdn-sm .bgbox { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 9999;}
.fotdn-sm .flsm-div{
	width: 92%;
	height: 270px;
	position: absolute;
	top: 50%;
	left: 4%;
	margin-top: -135px;
	border-radius:10px;
	padding:20px 30px 25px 30px;
	z-index:99999;
	box-sizing:border-box;
	background:#fff;
	color:#fff;
}
.fotdn-sm .flsm-div .fancybox{
	position: absolute;
	top: 8px;
	right: 8px;
	cursor: pointer;
	 width:32px; height:32px;
}
.fotdn-sm .flsm-div p { color:#005bab; width: 100%; text-align: center; line-height: 26px;}
.fotdn-sm .flsm-div p img{ display:block; width: 200px; height: 200px; margin: 0 auto; margin-bottom: 3px;}





.iBanner { clear:both; width: 100%; position: relative; margin-top: 52px;}
.iBanner .ibann { display:block; width: 100%; height: auto;}
.iBanner .iTitle { width: 100%; height: 70px; color: #fff; text-align: center; position: absolute; left: 0; top: 25%;}
.iBanner .iTitle .d1 { font-size: 26px;text-transform:uppercase; font-family:Arial, "sans-serif"; line-height:30px; font-weight: bold;}
.iBanner .iTitle .d2 { font-size: 18px; line-height: 30px;}


.secMenu { clear:both; width: 100%; text-align: center; font-size: 14px; color: #2d3651; height: 50px; line-height: 50px; border-bottom: 1px solid #e2e2e2; margin-bottom: 30px; padding: 0 1%;}
.secMenu .li { color: #2d3651; display: block; float: left; height: 50px; position: relative; width: 20%;}
.secMenu .li a {display:inline-block; height: 100%;color: #2d3651;}

#nowMenu { color:#005bab; border-bottom: 2px solid #005bab;}
.secMenu2 { clear:both; width: 100%; text-align: center; font-size: 14px; color: #2d3651; height: 50px; border-bottom: 1px solid #e2e2e2; margin-bottom: 30px;}
.secMenu2 .li { width: 20%; float: left;color: #2d3651; display: block; height: 50px; line-height: 48px; position: relative}
.secMenu2 .li a {display:inline-block; height: 100%;color: #2d3651;}
.secMenu .li a:after{ content: '';display: block; width: 100%; border-bottom: 2px solid #005bab; position:absolute; left: 0; bottom: 0;transform-origin: center center;
  transform: scale3d(0, 1, 0);
  transition: all .5s;}
.secMenu2 .li a:after{ content: '';display: block; width: 100%; border-bottom: 2px solid #005bab; position:absolute; left: 0; bottom: 0;transform-origin: center center;
  transform: scale3d(0, 1, 0);
  transition: all .5s;}


.secMenu3 { clear:both; width: 100%; text-align: center; font-size: 14px; color: #2d3651; height: 50px; line-height: 50px; border-bottom: 1px solid #e2e2e2; margin-bottom: 3%;}
.secMenu3 .li a {display:inline-block; height: 100%;color: #2d3651;}
.secMenu3 .li { color: #2d3651; display: block; height: 50px; position: relative; width: 20%; float: left; line-height: 48px;}
.secMenu3 .li a:after{ content: '';display: block; width: 100%; border-bottom: 3px solid #005bab; position:absolute; left: 0; bottom: 0;transform-origin: center center;
  transform: scale3d(0, 1, 0);
  transition: all .5s;}


.news .secMenu {padding:0 13%;}
.news .secMenu .li { width:50%}
.join .secMenu .li { width:25%}


.bg{ background: #f5f5f5;}
.qydt-div { padding-bottom:9%}
.qydt-div ul li { width:100%; height: 210px; overflow: hidden; margin-bottom: 20px; border-bottom: 1px solid #e6e6e6; position:relative;}
.qydt-div ul li a { display:block; width: 100%; height: 190px; overflow: hidden;}
.qydt-div ul li .liL { width:35%; height: 100%; float: left; overflow: hidden; position: relative}
.qydt-div ul li .liR { width:60%; height: 100%; float: right; padding-top: 3px; position: relative}
.qydt-div ul li .liL img { display:block; width: 100%; height: 100%;}
.qydt-div ul li .liR .d1 { font-size:18px; color: #2d3651; line-height: 30px; margin-bottom: 15px;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden; }
.qydt-div ul li .liR .d3 { font-size: 12px; color: #878d9e;background:url("/m/skin/default/images/icon17.png") left center no-repeat; padding-left: 18px; line-height:26px; height: 26px; background-size: 14px;}
.xwsm{ clear:both; font-size:12px;color:#c0bbbb; text-align:center; padding-bottom:20px; line-height:20px; width:92%; margin:0 auto;}

.gsgg-div { padding-bottom:9%;}
.gsgg-div ul li { width: 100%; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #e6e6e6;}
.gsgg-div ul li a { display:block; width: 100%; height: 100%;}
.gsgg-div ul li .d1 { font-size: 16px; color: #2d3651; line-height: 24px; font-weight: bold; margin-bottom:12px;}
.gsgg-div ul li .d2 { color: #646b85; margin-bottom: 12px;font-size: 13px; line-height: 24px;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.gsgg-div ul li .d3 {font-size: 12px; color: #878d9e;background:url("/m/skin/default/images/icon17.png") left center no-repeat; padding-left: 18px; line-height: 26px; height: 26px; background-size: 14px;}

.iCon { clear:both; width: 100%; padding-top: 2%;}
.iCon2 { clear:both; width: 100%; padding-top: 5%;}
.iCon3 { clear:both; width: 100%; padding-bottom: 6%; }
.iCon4 { clear:both; width: 100%; }



.lxwm-div .box0 .box0L { width: 100%; padding: 6% 5% 4% 5%;}
.lxwm-div .box0 .box0C { width: 100%; padding: 6% 5% 5% 5%;}
.lxwm-div .box0 .box0R { width: 100%; padding: 6% 5% 5% 5%;}
.lxwm-div .box0 .li {background:url("/m/skin/default/images/pic14.png") left 7px no-repeat; width: 100%; margin-bottom: 8px; padding-left:30px; color: #2d3651; line-height: 30px; background-size: 19px;}
.lxwm-div .box0 .box0R .li { margin-bottom: 15px;}
.lxwm-div .box0 .li p { display:inline-block;}
.lxwm-div .box0 .box0R .li .p1 { line-height: 32px; margin-bottom: 2px; }
.lxwm-div .box0 .box0R .li .p1 span { font-size: 18px; font-weight: bold; color: #2d3651;}
.lxwm-div .box0 .box0R .li .p2 { font-size: 15px; line-height: 26px;}

.lxwm-div .box0 .box0L .li1 {background:url("/m/skin/default/images/pic10.png") left center no-repeat; background-size: 18px;  }
.lxwm-div .box0 .box0R .li2 {background:url("/m/skin/default/images/pic11.png") left center no-repeat; background-size: 18px; }
.lxwm-div .box0 .box0L .li3 {background:url("/m/skin/default/images/pic12.png") left center no-repeat; background-size: 18px; }
.lxwm-div .box0 .box0R .li4 {background:url("/m/skin/default/images/pic13.png") left center no-repeat; background-size: 18px; }

.lxwm-div .box0 .btt { color: #2d3651; font-weight: bold; font-size: 18px; margin-bottom: 20px;}

.lxwm-div .box0 .box0C .li1 {background:url("/m/skin/default/images/pic10.png") left 5px no-repeat; background-size: 18px; }
.lxwm-div .box0 .box0C .li span { display:block; margin-left: 2px;}
.lxwm-div .box0 .box0C .li3 {background:url("/m/skin/default/images/pic12.png") left 5px no-repeat; background-size: 18px; }



.lxwm-div .box1 { margin-bottom:5%;}
.lxwm-div .box1 .box1L { width: 30%; float: left;}
.lxwm-div .box1 .box1C { width: 35%; float: left;}
.lxwm-div .box1 .box1R { width: 35%; float: right;}
.lxwm-div .box1 .box1L img { display:block; width: 230px; height: auto;}
.lxwm-div .box1 .box1C .li { color: #2d3651; width: 100%; padding-left:42px; margin-bottom: 20px; font-size: 15px;}
.lxwm-div .box1 .box1C .li1 {background:url("/m/skin/default/images/pic10.png") left 1px no-repeat; }
.lxwm-div .box1 .box1C .li2 {background:url("/m/skin/default/images/pic11.png") left 1px no-repeat; }
.lxwm-div .box1 .box1C .li3 {background:url("/m/skin/default/images/pic12.png") left 1px no-repeat; }
.lxwm-div .box1 .box1C .li4 {background:url("/m/skin/default/images/pic13.png") left 1px no-repeat; }
.lxwm-div .box1 .box1R .li {background:url("/m/skin/default/images/pic14.png") left 2px no-repeat; width: 100%; margin-bottom: 20px; padding-left:42px; color: #2d3651;  }
.lxwm-div .box1 .box1R .li .p1 { line-height: 32px; margin-bottom: 2px; }
.lxwm-div .box1 .box1R .li .p1 span { font-size: 18px; font-weight: bold; color: #2d3651;}
.lxwm-div .box1 .box1R .li .p2 { font-size: 15px;}

.lxwm-div .box2 { clear:both; width: 100%; height: 320px; overflow: hidden; position: relative;}
.lxwm-div .box2 .bg{ width:100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1;background:url("/m/skin/default/images/icon22.png") center center repeat;}
.lxwm-div .box2 .wailian { display:block; width: 130px; height: 38px; line-height: 36px; position: absolute; left: 50%; top: 58%; background: #005bab; color: #fff; text-align: center; margin-left: -65px; border-radius: 20px; font-size: 15px; font-weight: bold; border: 2px solid #bfbfbf; z-index: 2;}


.kqhl-div .tit { font-size: 20px; font-weight: bold; color: #2d3651; line-height: 30px; margin-bottom: 4%;}
.kqhl-div .box1 { margin-bottom: 4%;position: relative; padding-bottom: 52px;}
.kqhl-div .box1 .list { width:100%;}
.kqhl-div .box1 .list .myPic01 { height: 100%;}
.kqhl-div .box1 .swiper-slide{ height: 100%;background:#f5f5f5}
.kqhl-div .box1 .swiper-slide a{ display: block; width: 100%; height: 100%; position: relative;}
.kqhl-div .box1 .swiper-slide .wzbg { width:100%; height: 100%; position: absolute; left: 0; top: 0;background:url("/m/skin/default/images/pic87.png") center center no-repeat; background-size: cover;z-index: 2; }
.kqhl-div .box1 .swiper-slide img { display:block; width: 100%; height: auto;}
.kqhl-div .box1 .swiper-slide .text { width:100%;line-height: 32px; position: absolute; left: 0; bottom: 5%; color: #fff; font-size: 16px; padding: 0 5%; z-index: 3; font-weight: bold;background:url("/m/skin/default/images/pic88.png") 95% center no-repeat; }


.kqhl-div .box1 .swiper-container-horizontal>.swiper-pagination-bullets { height:30px; display: flex; align-items: center; justify-content: center}
.kqhl-div .box1 .swiper-pagination-bullet { width: 8px; height: 8px; background: #cccccc; opacity: 1;}
.kqhl-div .box1 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 4px;}
.kqhl-div .box1 .swiper-pagination-bullet-active{ background: #f7941c; opacity: 1; width: 11px; height: 11px;}

.kqhl-div .box2 { clear: both;width: 100%; background: #f5f5f5; padding: 30px 0 45px 0;}
.kqhl-div .box2 .list .li { width:100%; position: relative; overflow: hidden; margin-bottom: 7px;}
.kqhl-div .box2 .list .li a { display:block; width: 100%; height: 100%; color: #fff; font-size: 16px;}
.kqhl-div .box2 .list .li img { display:block; width: 100%; height: auto;}
.kqhl-div .box2 .list .li .bgg {background:url(/m/skin/default/images/icon22.png)repeat center center; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 11;}
.kqhl-div .box2 .list .li p{position: absolute; left: 0; z-index: 12; bottom: 0;width: 100%; height: 100%;background:url(/m/skin/default/images/icon21.png)no-repeat 94% center; padding: 0 5%; background-size: 22px; display: flex; align-items: center;
}


.news-content { margin:0 auto; margin-bottom:60px; }
.newsdetail-content { width:100%; margin:0 auto}
.newsdetail-content p { margin-bottom:8px;}
.newsdetail-content img { width:100%!important; display: block; height: auto!important;}
.newsdetail-content .xinxily { clear: both; width: 100%; padding-top: 2%; padding-left: 25px;}
.newsdetail-title { width: 100%; overflow: hidden; padding: 0 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: 28px; color: #202020; margin-bottom: 5px; }
.newsdetail-title .title2 { font-weight: normal; font-size: 15px; line-height: 24px; color: #202020; margin-bottom: 10px;}
.newsdetail-title .info { color: #696969; }
.newsdetail-title .time { font-size: 12px; line-height: 20px;}


.newsdetail-content video { display:block; width: 100%; margin: 0 auto; height: auto; background-size: cover; margin-bottom: 20px;object-fit:fill;}



.kqhl-con .box1 { padding-bottom: 50px;}
.kqhl-con .box1 .tit { font-size: 22px; color: #2d3651; line-height: 34px; margin-bottom: 30px; text-align: center;}
.kqhl-con .box1 .neir { font-size: 13px; color: #636b84; border-bottom: 1px solid #ebebeb; padding-bottom: 35px; margin-bottom: 22px;}
.kqhl-con .box1 .neir video { display:block; width:100%; margin: 0 auto;}
.kqhl-con .box1 .neir p { margin-bottom:8px;}
.kqhl-con .box1 .neir img { display:block; max-width: 100%; height: auto!important; margin: 0 auto;}
.preNext { clear:both;height: 30px; line-height: 30px; position: relative; font-size: 13px;}
.preNext .pre { display:block; width: 34%; float: left; padding-left: 26px;}
.preNext .pre a { display:block;background: url("/m/skin/default/images/icon24.png") no-repeat left center; width: 80px; font-size: 0; position: absolute; left: 0; top: 0; background-size: 18px;}
.preNext .next { display:block; width: 34%; float: right; text-align: right; padding-right: 26px;}
.preNext .next a { display:block;background: url("/m/skin/default/images/icon25.png") no-repeat right center; width: 70px; font-size: 0; position: absolute; right: 0; top: 0; background-size: 18px;}


.kqhl-con .box3 { clear:both; padding-bottom: 5%; padding-top: 20px;}
.kqhl-con .box3 .box3_1 {padding-bottom:25px; border-bottom: 1px solid #ebebeb; margin-bottom: 25px;}
.kqhl-con .box3 .d0 { font-size: 22px; color: #2d3651; line-height: 30px; margin-bottom: 25px; text-align: center;}
.kqhl-con .box3 .d1 { font-size: 16px; color: #2d3651; font-weight: bold; margin-bottom: 3%;}
.kqhl-con .box3 .d2 { font-size: 16px; color: #2d3651; font-weight: bold; margin-bottom: 5px;}
.kqhl-con .box3 .d3 { font-size: 14px; color: #636b84; margin-bottom: 20px;}
.kqhl-con .box3 .tieshi { clear:both; background: #fff; padding: 1% 5% 5% 5%; color: #333333;margin-top: 4%;}
.kqhl-con .box3 .tieshi .L { width:100%;}
.kqhl-con .box3 .tieshi .L img { display:block; width: 230px; margin: 0 auto;}
.kqhl-con .box3 .tieshi .R { width:100%;}
.kqhl-con .box3 .tieshi .p1 { font-size: 16px;font-weight: bold; margin-bottom: 10px; color: #2d3651;}
.kqhl-con .box3 .tieshi .p2 { line-height: 24px; color: #636b84; margin-bottom: 5px;}


.preNext .gengduo { color: #fff; background: #005bab; border-radius: 20px; width: 112px; height: 28px; display: inline-block; text-align: center; font-size: 13px; position: absolute; left: 50%; top: 0; margin-left: -56px;}

.kqhl-con .box2 { clear:both; width: 100%; background: #f5f5f5; padding: 30px 0 35px 0;}
.kqhl-con .box2 .bt{ font-size: 20px; color: #2d3651; text-align: center; line-height: 40px; margin-bottom: 15px;}
.cp-list { width: 96%; margin: 0 auto; text-align: center;}
.cp-list .li { width: 48%; height: 410px; overflow: hidden;float: left; background: #fff; margin: 0 1% 2% 1%;}
.cp-list .li a { display:block; }
.cp-list .li .li_1 { width: 100%;}
.cp-list .li .li_1 img { display:block; width: 100%; height: auto;}
.cp-list .li .li_2 { width: 100%; font-size: 13px; color: #2d3651; height: 40px; line-height: 22px; padding:0 5%;overflow:hidden;text-overflow:ellipsis;white-space: nowrap; }
.cp-list .li .li_2 span { font-size: 10px; vertical-align:super;}
.cp-list .li .li_3 { font-size: 12px; color: #2d3651; border: 1px solid #999999; margin: 0 auto; width: 83px; height: 26px; line-height: 24px;background: url("/m/skin/default/images/icon23.png") no-repeat 86% center; padding-left: 11px; text-align: left; background-size: 6px;}

.cp-list2 { width: 96%; margin: 0 auto; text-align: center; position: relative; padding-bottom: 40px;}
.cp-list2 .swiper-container {position:static}
.cp-list2 .li { width: 100%; height: 440px; overflow: hidden;float: left; background: #fff;}
.cp-list2 .li a { display:block;}
.cp-list2 .li .li_1 { width: 100%;}
.cp-list2 .li .li_1 img { display:block; width: 100%; height: auto;}
.cp-list2 .li .li_2 { width: 100%; font-size: 13px; color: #2d3651; height: 40px; line-height: 20px; padding:0 3%;}
.cp-list2 .li .li_3 { font-size: 12px; color: #2d3651; border: 1px solid #999999; margin: 0 auto; width: 83px; height: 26px; line-height: 24px;background: url("/m/skin/default/images/icon23.png") no-repeat 86% center; padding-left: 11px; text-align: left; background-size: 6px;}
.cp-list2 .swiper-pagination-bullet { width: 7px; height: 7px; opacity: 1; background: #999999;}
.cp-list2 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 4px;}
.cp-list2 .swiper-container-horizontal>.swiper-pagination-bullets { bottom:3%; height: 10px; line-height: 10px; display: flex; align-items: center; justify-content: center;}
.cp-list2 .swiper-pagination-bullet-active{ background: #005bab; width: 9px; height: 9px;}


.about-div .box1 { margin-bottom: 6%;}
.about-div .box1 .box1L { display:none;}
.about-div .box1 .box1R { width: 100%; }
.about-div .box1 .box1L img { display:block; width: 100%; height: auto;}
.innerTit { margin-bottom: 30px;}
.innerTit .d1 { font-size: 32px; color: #e6e7e8;text-transform:uppercase; line-height: 38px;font-family:DINBold; margin-bottom: 2px;}
.innerTit .d2 { font-size: 20px; color: #2d3651; line-height: 28px;}.about-div 
.box1 .box1R .text { width: 100%; font-size: 14px; line-height: 26px; }
.box1 .box1R .text p { margin-bottom:15px; text-align: justify;}


.about-div .box2 { clear:both; width: 100%; height: 520px; overflow: hidden;background: url("/m/skin/default/images/pic26.jpg") no-repeat center center; padding-top: 30px; background-size: cover; text-align: center;}
.about-div .box2 .innerTit { text-align: center;} 
.about-div .box2 .innerTit .d1 { color: #fff; opacity: 0.1;}
.about-div .box2 .innerTit .d2 { color: #fff;}
.about-div .box2 .list { width: 74%; margin: 0 auto; overflow: hidden;height:360px; position: relative;}
.about-div .box2 .list .lin { background: #fff; position: absolute; z-index: 99999;}
.about-div .box2 .list .lin1 {width:1px; height: 40px; left: 0; top: 0;}
.about-div .box2 .list .lin2 {width:40px; height: 1px; left: 0; top: 0;}
.about-div .box2 .list .lin4 {width:1px; height: 40px; right: 0; top: 0;}
.about-div .box2 .list .lin3 {width:40px; height: 1px; right: 0; top: 0;}
.about-div .box2 .list .lin5 {width:40px; height: 1px; left: 0; bottom:60px;}
.about-div .box2 .list .lin6 {width:1px; height: 40px; left: 0; bottom: 60px;}
.about-div .box2 .list .lin8 {width:1px; height: 40px; right: 0; bottom: 60px;}
.about-div .box2 .list .lin7 {width:40px; height: 1px; right: 0; bottom: 60px;}
.about-div .box2 .list .swiper-slide { color: #fff; height: 290px; width: 100%; padding:0 6%; overflow: hidden; box-sizing: border-box; display: flex; align-content: center; justify-content: center;flex-wrap:wrap; text-align: left;}
/*.about-div .box2 .list .swiper-slide .d1:before{ content:''; display: block; width: 30px; height: 3px; background: #fff; margin: 0 auto; margin-bottom: 40px;}*/
.about-div .box2 .list .swiper-slide .d1{ width:100%; text-align: center; font-size: 24px; font-family: Arial, "sans-serif"; line-height: 30px; margin-bottom: 20px;}
.about-div .box2 .list .swiper-slide .d1 span { font-weight:bold; font-size: 26px;}
.about-div .box2 .list .swiper-button-prev {background: url("/m/skin/default/images/icon30.png") no-repeat center center; width: 36px; height:36px; top: inherit; bottom: 0; left:36%; background-size: 36px;}
.about-div .box2 .list .swiper-button-next {background: url("/m/skin/default/images/icon31.png") no-repeat center center; width: 36px; height: 36px;top: inherit; bottom: 0; right:36%; background-size: 36px;}
.about-div .box2 .list .swiper-button-prev:hover{background: url("/m/skin/default/images/icon30-on.png") no-repeat center center; background-size: 36px;}
.about-div .box2 .list .swiper-button-next:hover{background: url("/m/skin/default/images/icon31-on.png") no-repeat center center; background-size: 36px;}


.about-div .box3 { clear:both; width: 100%; padding: 35px 0 35px 0;}
.about-div .box3 .innerTit { text-align: center; margin-bottom: 20px;} 
.about-div .box3 .innerTit .d1 { color: #f3f3f3;}
.about-div .box3 .list1 .li { background: #f5f5f5;padding: 28px 5%; font-size: 13px; line-height: 28px; margin-bottom: 15px;}
.about-div .box3 .list1 .li .bit { width: 100%; height: 40px; display: flex; align-items: center; justify-content: flex-start; color: #005bab; font-size: 18px; font-weight: bold; margin-bottom: 15px;}
.about-div .box3 .list1 .li .bit img {display:block; height: 52px; margin-right: 10px;}
.about-div .box3 .list1 .li p { text-align: justify;}

.about-div .box3 .list1 .li1 .tp { display:block; height: 43px; margin-bottom: 15px;}
/*.about-div .box3 .list1 .li2 .bit img { height: 60px;}*/

.about-div .box3 .list2 { clear:both; overflow: hidden; position: relative;}
.about-div .box3 .list2 .swiper-wrapper {position:static}
.about-div .box3 .list2 .swiper-slide { width: 100%; background: #f5f5f5; overflow: hidden; cursor: pointer;}
.about-div .box3 .list2 .d1 { width:100%;}
.about-div .box3 .list2 .d1 img { display:block; width: 100%; height: auto;}
.about-div .box3 .list2 .d2 { width: 100%;background: #f5f5f5; padding: 4% 6%;-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;}
.about-div .box3 .list2 .d2 .p1 { font-size: 16px; color: #2d3651; line-height: 30px; margin-bottom: 2px;}
.about-div .box3 .list2 .d2 .p2 { font-size: 13px; color: #646b85; line-height: 24px;}
.about-div .box3 .list2 .swiper-pagination { top:50%; width: 90px; right: 0; left: inherit; height: 20px;}
.about-div .box3 .list2 .swiper-pagination-bullet { width: 7px; height: 7px; opacity: 1; background: #fff;}
.about-div .box3 .list2 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 4px;}
.about-div .box3 .list2 .swiper-container-horizontal>.swiper-pagination-bullets {  height: 10px; line-height: 10px; display: flex; align-items: center; justify-content: center;}
.about-div .box3 .list2 .swiper-pagination-bullet-active{ background: #005bab; width: 9px; height: 9px;}




.about-div .box4 { clear:both; width: 100%; overflow: hidden;background: url("/m/skin/default/images/pic27.jpg") no-repeat center center; padding: 30px 0 40px 0; background-size: cover; position: relative}
.about-div .box4 .innerTit { text-align: center; margin-bottom: 20px;} 
.about-div .box4 .innerTit .d1 { color: #8d8b88;}
.about-div .box4 .innerTit .d2 { color: #fff;}
.about-div .box4 .list { width:100%; margin: 0 auto; padding-bottom: 60px }
.about-div .box4 .rongyu-qh { width: 100%; text-align: center;}
.about-div .box4 .rongyu-qh .bd .thd { width: 98%;margin: 0 auto; margin-bottom:5%;}
.about-div .box4 .rongyu-qh .bd .thd ul li{ font-size: 13px; color: #fff; float: left; border: 1px solid #bfbebd; border-radius: 20px; width: 18%; height: 32px; line-height: 31px; margin:0 1% 2% 1%; cursor: pointer;-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;}
.about-div .box4 .rongyu-qh .bd .thd ul li.on{ background: #135e9f; border: 1px solid #135e9f;}
.about-div .box4 .rongyu-qh .bd .tbd { clear: both;width:92%;margin: 0 auto; overflow: hidden;}
.about-div .box4 .rongyu-qh .bd .tbd ul{ height: 100%; }
.about-div .box4 .rongyu-qh .bd .tbd ul li { width:100%;}
.about-div .box4 .rongyu-qh .bd .tbd ul li p { font-size:0; height: 0; display:none;}
.about-div .box4 .rongyu-qh .bd .tbd ul li img{display:block; width: 100%; height: auto; margin: 0 auto;}
.about-div .box4 .rongyu-qh .swiper-wrapper { position:static}
.about-div .box4 .rongyu-qh .swiper-button-prev {background: url("/m/skin/default/images/icon30.png") no-repeat center center; width: 36px; height:36px; top: inherit; bottom: 0; left:37%; background-size: 36px; outline: none; -webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;}
.about-div .box4 .rongyu-qh .swiper-button-next {background: url("/m/skin/default/images/icon31.png") no-repeat center center; width: 36px; height: 36px;top: inherit; bottom: 0; right:37%; background-size: 36px; outline: none;-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;}
.about-div .box4 .rongyu-qh .swiper-button-prev:hover{background: url("/m/skin/default/images/icon30-on.png") no-repeat center center; background-size: 36px;}
.about-div .box4 .rongyu-qh .swiper-button-next:hover{background: url("/m/skin/default/images/icon31-on.png") no-repeat center center; background-size: 36px;}


/*党建*/
.dj-nav { width: 100%; margin: 0 auto; overflow: hidden; position: absolute; left: 0; bottom: 0; z-index: 9; height: 70px; line-height: 70px; background: #d23030;}
.dj-nav a { display:block; width: 20%; float: left; text-align: center; background: #d23030; color: #fff; font-size: 24px;  height: 70px; line-height: 70px; letter-spacing: 3px;}

.dj-tit { clear:both; text-align: center; height: 34px; line-height: 34px;background: url("/m/skin/default/images/icon33.png") repeat-x center center; margin-bottom: 4%;}
.dj-tit span { display:inline-block; font-size: 18px; font-weight: bold;color: #2d3651; background: #f5f5f5; padding: 0 20px;}

.dj-div .box1 { clear: both; padding:5px 0 4% 0;}
.dj-div .top {height: 50px; line-height: 40px; margin-bottom: 15px; background: url("/m/skin/default/images/icon33.png") repeat-x bottom center;}
.dj-div .top .topL { width: 70%; font-size:18px; font-weight: bold; color: #2d3651;background: url("/m/skin/default/images/icon38.png") no-repeat left center; padding-left:23px; float: left; background-size: 16px;}
.dj-div .top .topR { width: 30%; float: right; text-align: right;text-transform:uppercase; float: right;background: url("/m/skin/default/images/icon37.png") no-repeat right center; padding-right: 26px;}

.dj-div .box1 .list .listR { width: 100%;}


.dj-div .box1 .list .swiper-container-horizontal>.swiper-pagination-bullets { width: 115px; right: 0; left: inherit;}
.dj-div .box1 .list .swiper-pagination-bullet{ background: #fff; opacity: 1; 
}
.dj-div .box1 .list .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{ width: 10px; height: 10px;}
.dj-div .box1 .list .swiper-pagination-bullet-active { border:2px solid #fff; background: none;}

.dj-div .box1 .list .listR .listR_2 .li { width: 100%; height: 32px; line-height: 32px;background: url("/m/skin/default/images/icon34.png") no-repeat left center; padding-left: 13px; background-size: 6px;}
.dj-div .box1 .list .listR .listR_2 .li:first-child{ display:none}
.dj-div .box1 .list .listR .listR_2 .li a { display:block; width: 100%; height: 100%;}
.dj-div .box1 .list .listR .listR_2 .li .liL { width: 70%; font-size:15px; color: #2d3651; float: left;overflow:hidden;text-overflow:ellipsis;white-space: nowrap; }
.dj-div .box1 .list .listR .listR_2 .li .liR { width: 25%; font-size:14px; color: #878d9e; float: right; text-align: right;}



.dj-div .box2 { clear: both; padding: 4% 0;}
.dj-div .box2 .list .listL { width: 100%;}
.dj-div .box2 .list .listR { width:480px; height: 100%; float:right; background: #fff; text-align: center; font-size: 15px; color: #2d3651;overflow: hidden; position: relative;}
.dj-div .box2 .list .listL .li1 { width: 100%; border-bottom: 1px solid #e6e6e6; padding-bottom: 23px; margin-bottom: 20px;}
.dj-div .box2 .list .listL .li2 .d1 { font-size: 22px; color: #2d3651; font-weight: bold; margin-bottom: 10px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap; display: none }
.dj-div .box2 .list .listL .li2 .d2 { font-size: 14px; color: #636b84; line-height: 24px; display: none}
.dj-div .box2 .list .listL .li2 a { display:block; width: 100%; height: 100%; color: #2d3651;}
.dj-div .box2 .list .listL .li2 .d0{ width: 100%;background: url("/m/skin/default/images/icon34.png") no-repeat left center; padding-left: 13px; line-height: 32px; height: 32px; color: #2d3651; font-size: 15px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap; background-size: 6px; }



.dj-div .box2 .list .listL .more { clear:both; font-size: 15px; color: #636b84; margin-top: 35px;}
.dj-div .box2 .list .listL .more a { display:block; width: 140px; height: 40px; line-height: 39px; border-radius: 30px; border: 1px solid #c3c8d5;text-transform:uppercase;background: url("/m/skin/default/images/icon37.png") no-repeat 75% center; padding-left: 32px;}
.dj-div .box2 .list .listL .more a:hover { border:1px solid #d23030; color: #d23030}
.dj-div .box2 .list .listR .pic { width:100%; height: 320px; overflow: hidden;}
.dj-div .box2 .list .listR img { display:block; width: 100%; height: 100%;}
.dj-div .box2 .list .listR .text { line-height: 60px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap; width: 100%; padding: 0 3%;  }

.dj-div .box3 { clear: both; padding: 4% 0 6% 0;}
.dj-div .box3 .dj-tit span { background: #fff;}

.dj-div .box3 .list .listL { width: 100%; margin-bottom: 15px; }

.dj-div .box3 .list .d0 { width: 100%; height:40px; line-height: 40px; border-bottom: 1px solid #d92a35; margin-bottom:10px;}
.dj-div .box3 .list .d0 span { display:block; height: 100%; float: left; font-size: 15px; font-weight: bold; color: #2d3651;background: url("/m/skin/default/images/icon35.png") no-repeat left center; padding-left: 23px; background-size: 15px;}
.dj-div .box3 .list .d0 a { display:block; height: 100%; float: right; font-size: 14px; color: #999999;text-transform:uppercase;background: url("/m/skin/default/images/icon37.png") no-repeat right center; padding-right: 27px;}

.dj-div .box3 .list .d1 a{ display:block; width: 100%; height: 32px; line-height: 32px;background: url("/m/skin/default/images/icon34.png") no-repeat left center; padding-left: 13px; background-size: 6px;}
.dj-div .box3 .list .d0_2 span {background: url("/m/skin/default/images/icon36.png") no-repeat left center; background-size: 15px; }
.dj-div .box3 .list .d1 .p1 { width: 70%; font-size:15px; color: #2d3651; float: left;overflow:hidden;text-overflow:ellipsis;white-space: nowrap; }
.dj-div .box3 .list .d1 .p2 { width: 25%; font-size:13px; color: #878d9e; float: right; text-align: right;}


.dj-foot { clear:both;}
.dj-foot .dj-tit {margin-bottom:2%;}

.dj-foot .box1 { background: #f5f5f5; padding:30px 0 20px 0;}
.dj-foot .box1 .list { display: flex; align-items: center; justify-content: space-between;}
.dj-foot .box1 .list a{ height: 100%; display:flex; align-items: center;}
.dj-foot .box1 .list img { display:block; height: auto; width: 90%; margin: 0 auto;}
.dj-foot .box1 .list .swiper-slide { height:100px; display: flex; align-items: center;}
.dj-foot .box1 .list .swiper-button-prev{background: url("/m/skin/default/images/mpic06.png") no-repeat center center; background-size: 29px; left: 0; width: 29px; height: 29px; }
.dj-foot .box1 .list .swiper-button-next{background: url("/m/skin/default/images/mpic07.png") no-repeat center center; background-size: 29px; right:0; width: 29px; height: 29px;  }



.dj-foot .box2 { clear:both; width: 100%; padding: 20px 0 16px 0;}
.dj-foot .box2 .box2_1 { width: 100%; margin: 0 auto;text-align: center; font-size: 14px; color: #636b84; line-height: 36px; padding-bottom:2px;}
.dj-foot .box2 .box2_1 a { display:block;width: 20%; float: left;}
.dj-foot .box2 .box2_1 a:last-child {background:none}
.dj-foot .box2 .box2_2 { clear:both; width: 100%; margin: 0 auto; text-align: center; font-size: 13px; color: #636b84; border-top: 1px solid #e6e6e6; line-height: 24px; padding-top: 9px; text-align: center;}
.dj-foot .box2 .box2_2 .gabeia { display:flex; align-items: center; justify-content:center; }
.dj-foot .box2 .box2_2 .gabeia img { margin-right:3px;}
.dj-foot .box2 .box2_2 .p22 { display:flex; align-items: center; justify-content: center;}





.djdt_box { clear:both; }
.djdt_box .djdt_bt{border-bottom: 1px solid #d23030; width: 100%;line-height: 30px;height: 43px; margin-top: 20px;}
.djdt_box .djdt_bt a{font-size: 18px; display: block; height: 100%;
	color: #2d3651; font-weight: bold; float: left; margin-right: 15px;background:url('/m/skin/default/images/icon40-on.png') no-repeat right 12px; background-size: 4px; padding-right: 15px; width: 92px;}
.djdt_box .djdt_bt a:nth-child(2){background:none}
#nowdj { color:#1d69b9; }


#djnav { border-bottom: 1px solid #d23030; width: 100%;line-height: 30px;height: 43px;}
#djnav ul { height:100%; margin: 20px 0 0 0;}
#djnav ul li { font-size: 18px; display: block; height: 100%;color: #2d3651; font-weight:bold; float: left; margin-right:15px;background:url('/m/skin/default/images/icon40-on.png') no-repeat right 12px; background-size: 4px; width: 92px; height: 30px; line-height: 30px; padding-left: 0; cursor: pointer;-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s; border-bottom: 0}
#djnav ul li:nth-child(2){background:none}
#djnav ul li.act {color:#1d69b9; }




.djdt_box .top {height: 50px; line-height: 40px; margin-bottom: 10px; background: url("/m/skin/default/images/icon33.png") repeat-x bottom center; margin-top: 5px;}
.djdt_box .top .topL { width: 100%; font-size:18px; font-weight: bold; color: #2d3651;background: url("/m/skin/default/images/icon38.png") no-repeat left center; padding-left:23px; background-size: 16px;}


.djdt_box .djqh { width:100%; height: 280px; overflow: hidden; position: relative;border-bottom: #E6E6E6 solid 1px; margin-top: 40px; }
.djdt_box .swiper { height: 240px; overflow: hidden;}
.djdt_box .swiper .news_img{
	width: 372px;
	overflow: hidden; float: left;
}
.djdt_box .swiper .news_img img{
	width: 100%;
	height: auto;
}
.djdt_box .swiper .news_cont{
	box-sizing: border-box;
	width: 908px;
	padding: 0 10px 0 35px; float: right;
}
.djdt_box .swiper .news_cont h2{
	font-size: 22px;
	font-weight: bold;
	color: #2d3651; margin-bottom: 18px;
}
.djdt_box .swiper .news_cont p{
	font-size: 15px;
	line-height: 30px;
	color: #636b84; margin-bottom: 25px;
}
.djdt_box .swiper .news_cont span{
	color: #878d9e;
	font-size: 14px;
	line-height: 40px;
}
.swiper-prev:hover{
	background: #d23030 url('../images/up_on.png') no-repeat center center !important;
}
.swiper-next:hover{
	background: #d23030 url('../images/next_on.png') no-repeat center center !important;
}
.swiper-prev{
	right: 40px; cursor: pointer;
	background: #E6E6E6 url('../images/up_off.png') no-repeat center center;
}
.swiper-next{
	right: 0; cursor: pointer;
	background: #E6E6E6 url('../images/next_off.png') no-repeat center center;
}
.swiper-prev,
.swiper-next {
	transition: 0.3s;
	width: 32px;
	height: 32px;
	border-radius: 4px;
  position: absolute;
  bottom: 46px;
  z-index: 10;
}
.djdt_box ul{
	box-sizing: border-box;
	margin: 20px 0 0 0;
}
.djdt_box ul li{
	font-size: 15px; width: 100%;
	line-height: 24px; border-bottom: 1px solid #e6e6e6; padding-bottom: 10px; margin-bottom: 10px;
}
.djdt_box ul li .sp1{
	color: #2d3651;display: block; width: 100%; margin-bottom: 5px;
}
.djdt_box ul li .sp2{
	display: block;
	color: #878c9f; font-size: 14px; width: 100%;
}
.djdt-list { clear:both; width: 100%; padding-bottom: 8%;}
.fubiaoti { margin-left: 1px;background: url('/m/skin/default/images/news_line.png') no-repeat left center; padding-left: 35px;}


/*产品*/
.cp-div { clear:both; padding-bottom:10%;}

.cp_nav { clear:both; width: 100%; line-height: 30px; background: #fff; padding: 2% 4%;margin-bottom: 12px; display: flex; align-items: center; justify-content: center;flex-wrap:wrap;}
.cp_nav a { display:block; font-size: 14px;border: 1px solid #fff; color: #454c62; float: left; height: 30px; line-height: 29px; border-radius: 18px; text-align: center; padding: 0 12px; margin-right: 5px;}
.cp_nav #nowcp {border: 1px solid #005bab; color: #005bab;}


/*产品-三级菜单*/
.cp_nav2 { clear:both; margin-top:15px; height: 32px; line-height: 32px; margin-bottom: 3px; display: flex; align-items: center; justify-content: center;flex-wrap:wrap;}
.cp_nav2 a { display:block; font-size: 13px;color: #454c62; float: left; height: 32px; line-height: 31px; text-align: center; margin-right: 12px;background: url('/m/skin/default/images/icon59.jpg') no-repeat right center; padding-right: 14px; background-size: 1px;}
.cp_nav2 a:last-child { background:none}
.cp_nav2 #nowcp { color: #005bab;}

.cp-tuijian { clear:both; width: 100%; overflow: hidden; position: relative; margin-top: 52px;}
.cp-tuijian img { display:block; width: 100%; height: auto;}
.cp-tuijian .swiper-pagination-bullet-active { background: #005bab;}

.cp-con{ clear:both; width: 100%;overflow: hidden; margin-top:52px; padding: 15% 0 14% 0;background:#c4d9ee url('../images/yagaobg.jpg') no-repeat top center; background-size: 100% }
.cp-con .beijing { display:block; width: 100%; height: auto;}

.cp-con .box {width: 100%;}

.cp-con .datu { display:block; width:82%; height: auto; margin: 0 auto; margin-bottom:7%;}

.cp-con .tit{ width: 94%; font-size: 24px; color: #2d3651; text-align: center; line-height: 30px; margin: 0 auto;margin-bottom: 5%; display: none; }
.cp-con .text{ width: 92%;margin: 0 auto;}
.cp-con .text #nav_cp  { width:100%; height:40px; line-height: 40px; font-size: 16px; margin-bottom:20px;}
.cp-con .text #nav_cp ul { width:100%;}
.cp-con .text #nav_cp ul li { width:85px; float: left; height: 100%; background: url('/m/skin/default/images/mpic05.png') no-repeat right center; margin-right: 21px;}
.cp-con .text #nav_cp ul li:last-child{background:none}
.cp-con .text #nav_cp ul li p { display:inline-block;}
.cp-con .text #nav_cp ul li.act_cp p { border-bottom:2px solid #2f86d2;}
.cp-con .text .tedian {font-size: 13px; color: #646b85; margin-bottom: 10px; line-height: 24px;}
.cp-con .text .jinganl { clear: both; width: 100%; font-size: 13px; color: #005bab; font-style: italic;}
.cp-con .text #container_cp .tab_cp { display:none}


.cp-con .text .textL{float:left; width: 50%; padding-right: 5%; padding-top: 1%; height: 100%; box-sizing: border-box; }
.cp-con .text .textR{ float:right; border-left: 1px solid #cbd2e9; padding-left: 8%;}
.cp-con .text .textL .d1 { font-size: 16px; color: #2d3651; line-height: 26px; margin-bottom: 15px;}
.cp-con .text .textL .d2 { font-size: 13px; color: #646b85; margin-bottom: 17px;}
.cp-con .text .textL p{ margin-bottom: 13px;}
.cp-con .text .textR .d2 p{ background: url('/m/skin/default/images/icon41.jpg') no-repeat left 9px; padding-left: 17px; line-height: 24px; margin-bottom: 10px;}
.cp-con .text .textL .d2 .sm{ font-style: italic; font-size:13px; line-height: 24px; margin-top: 4px; margin-bottom: 0;}
.cp-con .text .textL .d3 { clear: both; font-size: 13px; color: #005bab; font-style: italic;}

.cp-con .gmlinks { clear:both; width: 104px; height: 32px; line-height: 32px; color: #fff;background: #3d95e2; border-radius: 20px; margin: 0 auto; margin-bottom: 40px;}
.cp-con .gmlinks a { color:#fff; width: 100%; height: 100%; display: block;font-size: 14px;background: url('/m/skin/default/images/icon42.png') no-repeat 14px center; padding-left: 35px; background-size: 17px;}


/*三角形*/
.txt-c { text-align: center; }
.top2 .documentary-list ul li p.up:after, .messageBox .msg-list dl dd .reply i { content: ""; width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 10px solid #fff; }
.top2 .documentary-list ul li p.down:after { content: ""; width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 10px solid #fff; }
.top2 { position: relative; height: 430px; }
.top2 .documentary { position: absolute; bottom: 0; left: 0; width: 100%; }
.top2 .wave-1, .top2 .wave-2, .top2 .wave-3 { width: 6939px; position: absolute; bottom: 0; }
.top2 .wave-1 { height: 324px; background: url(/m/skin/default/images/wave-new-1.png) no-repeat; left: 0; }
.top2 .documentary-list { width: 105%; height: 220px; position: absolute; bottom: 60px; left: 0; z-index: 2; }
.top2 .documentary-list ul { width: 2050px; height: 160px; background: url(/m/skin/default/images/time-line-1.png) no-repeat 0 bottom; }
.top2 .documentary-list ul li { width: 136px; height: 22px; position: absolute; }
.top2 .documentary-list ul li a { display: block; width: 136px;line-height: 22px; background: url(/m/skin/default/images/time-ico-1.png) no-repeat; overflow: hidden; font-size: 20px; color: #969ba9; text-align: center; transition: 0s; font-weight: bold;}
.top2 .documentary-list ul li a.up { padding-bottom: 30px; background-position: center 30px; }
.top2 .documentary-list ul li a.down { padding-top: 30px; background-position: center 0; }
.top2 .documentary-list ul li a:hover { color:#1d69b9;}
.top2 .documentary-list ul li p { text-align: justify; display: none; width: 160px; margin-left: -90px; padding: 10px; position: absolute; left: 50%;; background: #fff; border-radius: 10px; font-size: 14px; color: #666; z-index: 9999999999999999999999999;-moz-box-shadow:0px 1px 16px 2px #eff0f2; -webkit-box-shadow:0px 1px 16px 2px #eff0f2; box-shadow:0px 1px 16px 2px #eff0f2; }
.seat-10 p { width: 220px !important; margin-left: -118px !important; }
.seat-12 p { width: 220px !important; margin-left: -118px !important; }
.seat-14 p { width: 220px !important; margin-left: -118px !important; }
.top2 .documentary-list ul li.on a.up { background-position: center -68px; }
.top2 .documentary-list ul li.w240 p { width: 240px; margin-left: -130px; }
.top2 .documentary-list ul li.on a.down { background-position: center -98px; }
.top2 .documentary-list ul li.on p { display: block; }
.top2 .documentary-list ul li p.up { top: 66px; }
.top2 .documentary-list ul li p.down { bottom: 35px; }
.top2 .documentary-list ul li p.up:after { top: -10px }
.top2 .documentary-list ul li p.down:after { bottom: -10px }
.top2 .documentary-list ul li p:after { position: absolute; left: 50%;  }
.top2 .documentary-list ul li.seat-0 { left: 60px; top: -4px; }
.top2 .documentary-list ul li.seat-1 { left: 170px; top: 130px; }
.top2 .documentary-list ul li.seat-2 { left: 384px; top: 100px; }
.top2 .documentary-list ul li.seat-3 { left: 517px; top: 4px; }
.top2 .documentary-list ul li.seat-4 { left: 648px; top: 112px; }
.top2 .documentary-list ul li.seat-5 { left: 808px; top: -30px; }
.top2 .documentary-list ul li.seat-6 { left: 944px; top: 86px; }
.top2 .documentary-list ul li.seat-7 { left: 1157px; top: 114px; }
.top2 .documentary-list ul li.seat-8 { left: 1320px; top: 61px; }
.top2 .documentary-list ul li.seat-9 { left: 1526px; top: 106px; }
.top2 .documentary-list ul li.seat-10 { left: 1661px; top: 0; }
.top2 .documentary-list ul li.seat-11 { left: 1758px; top: 144px; }
.top2 .documentary-list ul li.seat-12 { left: 1840px; top: -4px; }
.top2 .documentary-list ul li.seat-13 { left: 1944px; top: 130px; }
.top2 .documentary-list ul li.seat-14 { left: 2170px; top: 100px; }
.top2 .documentary-list ul li.seat-15 { left: 2295px; top: 4px; }
.top2 .documentary-list ul li.seat-16 { left: 2428px; top: 113px; }
.top2 .documentary-list ul li.seat-17 { left: 2585px; top: -27px; }
.top2 .documentary-list ul li.seat-18 { left: 2722px; top: 90px; }
.top2 .documentary-list ul li.seat-19 { left: 2936px; top: 115px; }
.top2 .documentary-list ul li.seat-20 { left: 3100px; top: 62px; }
.top2 .documentary-list ul li.seat-21 { left: 3307px; top: 105px; }
.top2 .documentary-list ul li.seat-22 { left: 3439px; top: 3px; }
.top2 .documentary-list ul li.seat-23 { left: 3538px; top: 150px; }
.top2 .documentary-list ul li.seat-24 { left: 3618px; top: -5px; }
.top2 .documentary-list ul li.seat-25 { left: 3726px; top: 130px; }
.top2 .documentary-list ul li.seat-26 { left: 3946px; top: 100px; }
.top2 .documentary-list ul li.seat-27 { left: 4073px; top: 5px; }
.top2 .documentary-list ul li.seat-28 { left: 4205px; top: 112px; }
.top2 .documentary-list ul li.seat-29 { left: 4364px; top: -30px; }
.top2 .documentary-list ul li.seat-30 { left: 4503px; top: 88px; }
.top2 .documentary-list ul li.seat-31 { left: 4716px; top: 115px; }
.top2 .documentary-list ul li.seat-32 { left: 4880px; top: 61px; }
.top2 .documentary-list ul li.seat-33 { left: 5085px; top: 106px; }
.top2 .documentary-list ul li.seat-34 { left: 5218px; top: 2px; }
.top2 .documentary-list ul li.seat-35 { left: 5317px; top: 146px; }
.top2 .documentary-list ul li.seat-36 { left: 5397px; top: -3px; }
.top2 .documentary-list ul li.seat-37 { left: 5502px; top: 129px; }
.top2 .documentary-list ul li.seat-38 { left: 5726px; top: 100px; }
.top2 .documentary-list ul li.seat-39 { left: 5854px; top: 34px; }
.top2 .documentary-list ul li.seat-40 { left: 5983px; top: 117px; }
.top2 .documentary-list ul li.seat-41 { left: 6144px; top: 0; }
.top2 .documentary-list ul li.seat-42 { left: 6277px; top: 88px; }
.top2 .documentary-list ul li.seat-43 { left: 6493px; top: 114px; }
.top2 .documentary-list ul li.seat-44 { left: 6652px; top: 60px; }
.top2 .l-r-move-btn a { position: absolute; bottom: 120px; display: block; width: 40px; height: 60px; z-index: 11; opacity: .4; filter: alpha(opacity=40); }
.top2 .l-r-move-btn a.left-btn { left: 20px; background: url(/m/skin/default/images/jt-ico-1.png) no-repeat; }
.top2 .l-r-move-btn a.right-btn { right: 20px; background: url(/m/skin/default/images/jt-ico-2.png) no-repeat; }
.top2 .l-r-move-btn a:hover { opacity: .8; filter: alpha(opacity=80); }
.news-top { position: absolute; bottom: 0; width: 100%; height: 52px; background: #ff0200; text-align: center; line-height: 52px; }
.news-top a { color: #FFCA66; font-size: 18px; display: none;}
.news-top a:hover { color: #ffd78b; }

/*join*/
.zl-div { padding-top:6%;}
.zl-div .box1 { clear:both; width: 100%; background: url(/m/skin/default/images/pic47.jpg) no-repeat center center; background-size: cover; position: relative; text-align: center; color: #fff; margin-bottom: 12px; overflow: hidden; padding:7% 0 6% 0}
.zl-div .box1bg { width: 100%; height: 100%; background: url(/m/skin/default/images/icon47.png) repeat center center; position: absolute; left: 0; top: 0;}
.zl-div .list { width: 100%; height: 100%;  overflow: hidden;}
.zl-div .box1 .swiper-wrapper {position: static}
.zl-div .box1 .swiper-slide { width:100%}
.zl-div .box1 .swiper-slide .d1 img { display:block; width: 50px; height: auto; margin: 0 auto; margin-bottom: 30px;}
.zl-div .box1 .swiper-slide .d2 { background: url(/m/skin/default/images/icon46-on.png) no-repeat top center; padding-top: 60px; font-size:16px; margin-bottom: 10px; background-size: 25px;}
.zl-div .box1 .swiper-slide .d3 { font-size: 13px;}

.zl-div .box1 .swiper-button-prev {background: url("/m/skin/default/images/icon28.png") no-repeat center center; width: 22px; height: 32px; top: 48%; left:33%; background-size: 11px;}
.zl-div .box1 .swiper-button-next {background: url("/m/skin/default/images/icon29.png") no-repeat center center; width: 22px; height: 32px;top: 48%; right:33%; background-size: 11px;}



.zl-div .box2 { clear:both; margin-bottom: 11px; position: relative;}
.zl-div .box2 .pic { display:block; width: 100%; height: auto;}
.zl-div .box2 .text { width:100%; height: 100%; position: absolute; left:0; top:0;padding:6% 6% 5% 6%;}
.zl-div .box2 .text .d1 { font-size: 30px; color: #eceef3;font-family:DINBold;text-transform:uppercase; line-height: 36px;}
.zl-div .box2 .text .d2 { font-size: 18px; color: #2d3651; line-height: 28px; margin-bottom: 15px;}
.zl-div .box2 .text .d3 { font-size: 13px; color: #646b85; line-height: 25px; text-align: justify;}

.zl-div .box3 { clear:both; margin-bottom: 11px; }
.zl-div .box3 .li { width: 48.5%; float: left; background: #fff;}
.zl-div .box3 .li a { display:block; width: 100%; height: 100%;}
.zl-div .box3 .li2 { float:right;}
.zl-div .box3 .li .d1 { width:100%; }
.zl-div .box3 .li .d1 img { display:block; width: 100%; height: auto;}
.zl-div .box3 .li .d2 { width: 100%; padding: 5% 5%; font-size: 15px; font-weight: bold; line-height: 24px;}
.zl-div .box3 .li .d2 .d2L { width: 100%;background:url(/m/skin/default/images/icon49-on.png) no-repeat right center; }
.zl-div .box3 .li .d2 .d2R { width: 100%; display: none;}
.zl-div .box3 .li .d2 .d2L .p1{ font-size: 16px; color: #2d3651; font-weight: bold;}
.zl-div .box3 .li .d2 .d2L .p2{ font-size: 14px; color: #2d3651;text-transform:uppercase; display: none;}
.zl-div .box3 .li .d2 .d2R span { display: block;text-transform:uppercase; float: right; color: #fff; width: 140px; height: 40px; line-height: 40px; border-radius: 30px;background:#005bab url(../images/icon49.png) no-repeat 72% center; padding-left: 36px;}
.zl-div .box3 .li:hover .d1 img{transform: scale(1.07, 1.07);}

.zl-div .box4 { clear:both; margin-bottom: 20px;}
.m2_1{width: 100%;margin: 0 auto;position: relative;}
.m2_1 ul li{float: left;width: 48.5%;position: relative;}
.m2_1a img{display: block;width: 100%;
    transition: All 1s;
    -moz-transition: All 1s;
    -webkit-transition: All 1s;
    -o-transition: All 1s;
}
.m2_1 ul .li2 { float:right}
.m2_1b{position: absolute;width: 60%;height: 58%;top: 21%;left: 20%;border: 1px solid #d5d5d5; display: flex; align-items: center; justify-content: center;}
.info{ text-align: center; width: 100%;}
.info h3{color: #fff;font-size:16px; font-weight: bold;}
.info a {color: #fff;}
.m2_1b:before{ content: ""; display: block; width: 0; height: 0; position: absolute; left: 50%;top: 50%; transition: ease 0.7s; background: rgba(0,91,171,0.7);}
.m2_1 ul li:hover .m2_1b:before{ width: 100%; height: 100%; left: 0; top: 0;}
.m2_1 ul li:hover .m2_1b{ border-color: rgba(0,91,171,0.7);}
.zw{position: relative;z-index: 999;}
.m2_1a{overflow: hidden;}
.m2_1 ul li:hover .m2_1a img{transform: scale(1.1);}




.gzsh-div .bt { font-size: 20px; color: #2d3651; line-height: 28px; height: 46px;background:url("/m/skin/default/images/icon33.png") repeat-x bottom center; margin-bottom: 18px;}
.gzsh-div .box1 .list { position: relative;}
.gzsh-div .box1 .d1 { width: 100%; font-size: 13px; color: #646b85; margin-bottom: 15px;}
.gzsh-div .box1 { margin-bottom: 6%;}
.gzsh-div .box1 .list .swiper-slide { position: relative; border-radius: 12px; overflow: hidden}
.gzsh-div .box1 .list .li { width: 100%;text-align: center; color: #fff; font-size: 14px;}
.gzsh-div .box1 .list .li img { display:block; width: 100%; height: auto;}
.gzsh-div .box1 .list .li p { width: 100%; height: 42px; line-height: 42px; position: absolute; left: 0; bottom:0;background:url("/m/skin/default/images/icon48.png") repeat center center;}
.gzsh-div .box1 .list .swiper-button-prev {background:url("/m/skin/default/images/icon50.png") no-repeat center center; width: 33px; height: 33px; background-size: 33px; left: 0; bottom: 1%;-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;}
.gzsh-div .box1 .list .swiper-button-next {background:url("/m/skin/default/images/icon51.png") no-repeat center center; width: 33px; height: 33px; background-size: 33px; right: 0; bottom: 1%;-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;}
.gzsh-div .box1 .list .swiper-button-prev:hover {background:url("/m/skin/default/images/icon50-on.png") no-repeat center center;}
.gzsh-div .box1 .list .swiper-button-next:hover {background:url("/m/skin/default/images/icon51-on.png") no-repeat center center;}



.czfz-div .box1 { width: 100%; position: relative;}
.czfz-div .box1 .pic { display:block; width: 100%; height: auto;}
.czfz-div .box1 .text { width: 100%; height: 100%; position: absolute; left: 0; top: 0; color: #fff; font-weight: bold;padding: 10% 3%;}
.czfz-div .box1 .wrap { text-align: justify;}

.czfz-div .box2 { clear: both; padding: 25px 0 30px 0;}
.czfz-div .bt { width: 100%; font-size: 20px; color: #2d3651; line-height: 30px; height: 48px;background:url("/m/skin/default/images/icon33.png") repeat-x bottom center; margin-bottom: 30px;}
.czfz-div .box2 .d1 { color: #646b85; margin-bottom: 25px;}
.czfz-div .box2 .d2 { font-size: 16px; font-weight: bold; color: #005bab; line-height: 30px; margin-bottom: 18px;background:url("/m/skin/default/images/pic89.png") no-repeat left center; padding-left: 20px;}
.czfz-div .box2 .list { clear:both;margin-bottom: 4%;}
.czfz-div .box2 .list .li {height: 195px; padding:5% 4%; float:left; width: 48.5%; margin-right: 3%; background: #fff;color: #646b85; margin-bottom: 3%;}
.czfz-div .box2 .list .li:nth-child(2) { margin-right:0}
.czfz-div .box2 .list .li:nth-child(4) { margin-right:0}
.czfz-div .box2 .list .li .li_1 { font-size: 15px;font-weight: bold; height:36px; margin-bottom: 10px;background:url("/m/skin/default/images/icon52.png") repeat-x bottom center;}

.czfz-div .box2 .list .li .li_2 { text-align: justify; font-size: 13px; line-height: 24px;}
.czfz-div .box2 .list .li .li_2 span{display:block;}


	
	
.czfz-div .box2 .list2 { clear:both; margin-bottom: 4%;}
.czfz-div .box2 .list2 .list2L { width:100%; background: #fff; overflow: hidden; margin-bottom: 15px;}

.rcpy-div1 { height: 100%;}
.czfz-div .box2 .list2 .bd .thd { width: 45%; height: 100%; float: left; border-right:1px solid #f5f5f5;}
.czfz-div .box2 .list2 .bd .thd ul li { font-size:14px; height:50px; font-weight: bold; color: #2c3651; line-height: 50px; padding-left: 12%; cursor: pointer;-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;}
.czfz-div .box2 .list2 .bd .thd ul li.on { background: #005bab; color: #fff;}
.czfz-div .box2 .list2 .bd .tbd { width: 55%; height: 100%; float: right; font-size: 13px; color: #646b85; font-weight: bold; padding: 6% 5% 0 5%;}
.czfz-div .box2 .list2 .bd .tbd p { line-height:22px; margin-bottom: 5px;background:url("/m/skin/default/images/icon61.png") no-repeat left 9px; padding-left: 9px; background-size: 3px; }
.czfz-div .box2 .list2 .bd .tbd .p0 { color: #878c9f;background:none; line-height: 32px; font-weight: normal;font-size: 15px;}
.czfz-div .box2 .list2 .rcpy-div2 .bd .thd ul li{height: 70px; line-height: 70px;}


.czfz-div .box3 { clear: both; background: #fff; padding:30px 0 10px 0;}
.czfz-div .box3 .list {margin-top:5%;}
.czfz-div .box3 .li { width: 100%; margin-bottom: 6%;}
.czfz-div .box3 .li .tp-qh { width: 100%;}
.czfz-div .box3 .li .swiper-slide img { display:block; width: 100%; height: 100%;}

.czfz-div .box3 .li .text { background:#fff; color: #333333; width: 100%; margin: 0 auto; padding: 4% 4%;}
.czfz-div .box3 .li .text .d1 { font-size:16px; line-height: 26px;  margin-bottom: 13px; font-weight: bold; color: #2c3651;}
.czfz-div .box3 .li .text .d2 { text-align: justify; color: #646b85;}



.czfz-div .box4{ clear: both; padding:30px 0;}
.czfz-div .box4 .d1 { color: #646b85; margin-bottom: 30px; text-align: justify;}
.czfz-div .box4 .pic img { display:block; max-width: 100%; height: auto;}


.other_box { padding-top:110px; padding-bottom: 10%}
.other_box p { margin-bottom:10px; text-align: justify;}
.other_box table tr td{ padding:10px; text-align: center; border:1px solid #c1c1c1; }
.other_box table { border:1px solid #c1c1c1; box-sizing: border-box; margin-bottom: 20px;}







.dj-piclist .li { width:100%; height: 180px; overflow: hidden; margin-bottom: 20px; border-bottom: 1px solid #e6e6e6; position:relative;}
.dj-piclist .li a { display:block; width: 100%; height: 160px; overflow: hidden;}
.dj-piclist .li .liL { width:35%; height: 100%; float: left; overflow: hidden; position: relative}
.dj-piclist .li .liR { width:60%; height: 100%; float: right; padding-top: 3px; position: relative}
.dj-piclist .li .liL img { display:block; width: 100%; height: 100%;}
.dj-piclist .li .liR .d1 { font-size:18px; color: #2d3651; line-height: 30px; margin-bottom: 15px;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden; }
.dj-piclist .li .liR .d3 { font-size: 12px; color: #878d9e;background:url("/m/skin/default/images/icon17.png") left center no-repeat; padding-left: 18px; line-height:26px; height: 26px; background-size: 14px;}
.dj-piclist .swiper-pagination { width:80px; left: inherit; right:3%; text-align: right;}
.dj-piclist .swiper-container-horizontal>.swiper-pagination-bullets { bottom: 17%}



.cp-list3 { width: 96%; margin: 0 auto; text-align: center; margin-top: 6%; }
.cp-list3 .li { width: 48%; height: 390px; overflow: hidden;float: left; background: #fff; margin: 0 1% 2% 1%;border: 1px solid #e6e6e6; border-radius: 4px;}
.cp-list3 .li a { display:block; width: 100%; height: 100%;}
.cp-list3 .li .li_1 { width: 100%;}
.cp-list3 .li .li_1 img { display:block; width: 100%; height: auto;}
.cp-list3 .li .li_0 { color:#2d3651; font-size: 15px;}
.shuomm { clear:both; text-align: right; color: #bababb;font-size: 12px;margin-bottom: 9%}



.lps-list { padding-bottom:5%;}
.lps-list ul li { width: 100%; background: #fff; margin-bottom: 15px;}
.lps-list ul li a{ display:block; width: 100%; height: 100%;}
.lps-list ul li .liL { width: 40%; float: left;overflow: hidden;}
.lps-list ul li .liR { width: 60%; float: right; padding:10% 5% 5% 5%;}
.lps-list ul li .liL img { display:block; width: 100%; height: auto;-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;}
.lps-list ul li .liR .d1 { font-size: 16px; color: #2d3651; line-height:24px;}
.lps-list ul li .liR .d2 {background:url("/m/skin/default/images/2022062303.png") no-repeat center center; width: 24px; height: 24px;margin-top:10%; background-size: cover; }


.wrap_bps { clear:both; width: 100%; margin: 0 auto; overflow: hidden; margin-top: 10px;}
#nav_bps { width:100%; margin-bottom: 4%; margin-top: 2%; padding: 0 2%}
#nav_bps ul{ width: 100%; margin: 0 auto; line-height:32px; text-align: center; display: flex; align-items: center; justify-content: center;flex-wrap:wrap;}
#nav_bps ul li { display: block;border-radius: 20px; color: #828181; text-align:center; font-size:14px; height:32px; line-height:30px; width:23%; border: 1px solid #aaaaaa;margin:0 1% 2% 1%; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; float: left;}
#nav_bps ul li.act_bps { color:#005bab;border: 1px solid #0066f4}
#container_bps .tab_bps {display: none;padding:2% 0; width: 92%; margin: 0 auto;}
#container_bps .tab_bps2 p { text-align:justify;}

#container_bps { padding-bottom:12%; font-size: 14px; color: #2d3651;}
#container_bps .bbt { text-align: center; font-size:16px; color: #2d3651; font-weight: bold; height: 32px; line-height: 32px;background:url("/m/skin/default/images/2022062305.jpg") repeat-x center center; margin-bottom: 10px; }
#container_bps .bbt span { background:#f5f5f5; display: inline-block; margin: 0 auto; padding: 0 5%;}

.mulu-div .tit{ clear: both; width: 100%; font-size: 16px; font-weight: bold; color: #2d3651; line-height: 30px; margin-bottom: 25px;}
.mulu-div .tit2 { margin-top: 40px;}
.mulu-div .d1{ clear: both; width: 100%; font-size: 14px; font-weight: bold; color: #2d3651; line-height: 28px; margin-top: 10px; margin-bottom: 10px;}
.mulu-div .d1 span {display:inline-block; width: 30px;}
.mulu-div .d2{ clear: both; width: 100%; font-size: 12px; color: #2d3651; line-height: 24px; padding-left: 30px;}
.mulu-div .d3{ clear: both; width: 100%; font-size: 12px; color: #747a8c; line-height: 24px; padding-left: 30px; margin-bottom: 5px;}
.mulu-div .d3 p{ width:100%;background:url("/m/skin/default/images/2022071901.png") repeat-x center 16px; text-align: right; background-size: 4px; line-height: 24px;}
.mulu-div .d3 span { display:inline-block; background: #f5f5f5;}
.mulu-div .d4{ clear: both; width: 100%; font-size: 12px; color: #747a8c; line-height: 24px;}

.mulu-div .d5 { clear: both; width: 100%; font-size: 12px; color: #2d3651; line-height: 24px;}
.mulu-div .d6{ clear: both; width: 100%; font-size: 12px; color: #747a8c; line-height: 24px; margin-bottom: 8px; }
.mulu-div .d6 p{ width:100%;text-align:right!important;  line-height: 24px;background:url("/m/skin/default/images/2022071901.png") repeat-x center 16px;background-size: 4px;}
.mulu-div .d6 span { display:inline-block; background: #f5f5f5;}


.mulu-div .d7 { clear: both; width: 100%; font-size: 12px; color: #747a8c; line-height: 24px; margin-bottom: 8px; text-align: right}

.footer .box1 .box1L .d1 img { display:block; width: 225px; height: 107px; margin-bottom:46px;}














<!--0.00027799606323242-->