.contact_new ul li h3/*
    ----------------------------------- 
            方法变量    
                     
    Create Time : 2014-07-22
    Update Time : 2015-08-03
    Author      : Trueland Development Department
    -----------------------------------
*/
/*
    ---------------------- 
            普通方法 
    ---------------------- 

    1 .opc()              // 透明度     - 传整数 50 代表 0.5   
    2 .pos(r)             // 定位方式 - 必须传参，r 代表relative || a 代表absolute ||  f 代表 fixed
    3 .font()             // 字体大小 - 默认12px 
    4 .align()            // 文本对齐 - 默认 center
    5 .lineH()            // 行高设置 - 默认 20px
   11 .arrow(r)           // 三角箭头 - 必须传参    l:向左箭头 | r:向右箭头 | t:向上箭头 | b:向下箭头
   12 .float()            // 快速浮动 - 默认为 left ||  left: 向左浮动   | right:向右浮动
   13 .fontC(d)           // 字大小写 - 比传参数 d 为 大写 s 为首字母大写
   14 .fontB()            // 字体粗细 - 默认加粗  fontB(100) 传100 就是 变细

   ----------------------
   CSS3 方法 
   ---------------------- 

   01 .borderR()          // 圆角设置 - 默认为 5px
   02 .linearG(red,blue)  // 线性渐变 - 两个颜色值 是开始到结束  目前支持 *上下* 渐变
   03 .bgFull             // 背景充满 - 背景等比例拉伸 使用 ：bgFull;
   04 .css3Tansition()    // 过度属性 - 默认两个值 前者是过渡动画时间 后者是过渡动画效果 使用 : .css3tansition(.4s,ease)
   

   //滤镜

   05 .filterBlur()       // 滤镜模糊 - 使用 ：.filterBlur(2px); 默认 5px
   06 .filterGrayscale()  // 滤镜灰度 - 使用 ：.filterGrayscale(100%); 默认100% ★注意参数 是 0%~100$; 100%代表全灰
   07 .filterSepia()      // 滤镜褐色 - 使用 ： .filterSepia(1); 默认1 ★注意参数 (同上)
   08 .filterBrightness() // 滤镜亮度 - 使用 ： .filterBrightness(10); 默认5 ★注意参数 10代表100% 5代表50%
   09 .filterHue()        // 滤镜色相 - 使用 ： .filterHue(180deg); 默认180deg ★注意参数 0deg~360deg
   10 .filterInvert()     // 滤镜反色 - 使用 ： .filterInvert(1); 默认1 ★注意参数 0.1~1 1代表100%
   11 .filterSaturate()   // 滤镜饱和 - 使用 ： .filterSaturate(5); 默认5 ★注意参数 5 代表 50%
   12 .filterContrast()   // 滤镜对比 - 使用 ： .filterContrast(1.5); 默认1.5 ★注意参数 1.5代表 15%
    
   ----------------------
        普通嵌套 
   ---------------------- 

   01 .vcenter            // 垂直水平居中
   02 .tHide              // 文本超出隐藏省略
   03 .blockFull          // 块状元素 宽高100%
   04 .block              // 块状元素 没有设置宽高
   05 .centerBlock        // 左右居中
   05 .clearfix           // 清除浮动

    -----------------------------------
*/

.lxwmm { padding: 15px 30px 0px 250px; width: 100%; height: 167px; margin-top: 10px;background: url(/images/20170727211119_3840.jpg)  no-repeat;
}
.bgFull {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-behavior: url(css/cover.htc);
  behavior: url(css/cover.htc);
}
.vcenter {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.tHide {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.blockFull {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.block {
  display: block;
  position: relative;
}
.centerBlock {
  margin-left: auto;
  margin-right: auto;
}
.clearfix {
  clear: both;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-list {
  background: #ffffff url("../images/ajax-loader.gif") center center no-repeat;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.youqinglianjie {
width:1200px; padding-top:15px;background: #003a7b; padding-left:0px;padding-bottom:25px;  margin:0 auto;}
.slick-prev,
.slick-next {
  z-index: 20;
  position: absolute;
  display: block;
  height: 60px;
  width: 30px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -30px;
  padding: 0;
  border: none;
  outline: none;
  border: 1px solid red;
}
.slick-prev {
  left: 30px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: 30px;
}
.slick-next {
  right: 30px;
}
[dir="rtl"] .slick-next {
  left: 30px;
  right: auto;
}
.slick-dots {
  position: absolute;
  bottom: 20px;
  height: auto;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
  line-height: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  display: block;
  height: 10px;
  width: 10px;
  padding: 0;
  margin: 0;
  outline: none;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: #cccccc;
  border-radius: 0px;
}
.slick-dots li.slick-active button {
  background: #333333;
}
.w1220 {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
}
img {
  max-width: 100%;
}
/*页面顶部*/
.header{
	position:relative;
	z-index:9;
}
.header_top {
  padding-top: 10px;
  text-align: right;
}
.header_top .con {
  max-width: 80%;
  float: right;
}
.header_top a {
  display: block;
  float: left;
  line-height: 20px;
  padding: 3px 15px;
  color: #666;
  font-family: "宋体";
  font-size: 12px;
  position: relative;
}
.header_top a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 1px;
  height: 12px;
  background: #D7D7D7;
}
.header_top a:first-child:before {
  display: none;
}
.header_top a:last-child {
  padding-right: 0;
}
.header {
  margin-top: 10px;
  
}
.header .logo {
  float: left;
}
.header .logo .img {
  float: left;
  line-height: 0;
}
.header .logo .text {
  margin-top: 14px;
  float: left;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #E0E0E0;
}
.header .logo .text p {
  color: #666666;
  font-size: 15px;
}
.header .logo .text span {
  margin-top: 5px;
  float: left;
  display: block;
  line-height: 0;
}
.header .nav {
  margin-top: 30px;
  float: right;
}
.header .nav ul li {
  float: left;
  padding: 0 19px;
  color: #454545;
  font-size: 15px;
  font-weight: bold;
  position:relative;
  padding-bottom:15px;
 
}
.header .nav ul li:before{
	content: "";
	position: absolute;
	right: 0;
	top: 3px;
	width: 1px;
	height: 15px;
	background: #E0E0E0;
}


.header .nav ul li .nav_box{
	position:absolute;
	left:0;
	top:100%;
	width:100%;
	background:#015AAA;
	display:none;
	text-align:center;
	padding-top:20px;
}

.header .nav ul li .nav_box a{
	color:#B5D4F0;
	font-size:14px;
	font-weight:initial;
	padding:15px 0;
}
.header .nav ul li:hover .nav_box a{
	color:#B5D4F0;
}

.header .nav ul li a {
  display: block;
  color: #333;
}
.header .nav ul li:last-child {
  border-right: none;
  padding-right: 0;
}
.header .nav ul li:hover a,
.header .nav ul li.cur a {
  color: #015AAA;
}

.header .nav ul li:hover .nav_box{
	display:blcok;
}

.blueBar {
  background: #015AAA;
  line-height: 24px;
  color: #98ADD1;
  font-size:12px;
}
.banner .text{
	position: relative;
}

.banner .text img{
	width: 100%;
}

.banner .text .box{
	position: absolute;
	left: 50%;
	top: 108px;
	width: 1220px;
	margin-left: -610px;
}
.banner .text .box .left{
	float: left;
	width: 40px;
	line-height: 0;
}
.banner .text .box .right{
	float: left;
	margin-left: 15px;
	padding-top: 10px;
}
.banner .text .box .right h1{
	position: relative;
	color: #015aa9;
	font-size: 40px;
	z-index: 1;
}
.banner .text .box .right h1 span{
	position: absolute;
	left: 0;
	top: -42px;
	color: #fff;
	font-size: 84px;
	font-family: arial;
	text-transform: uppercase;
	font-weight: bold;
	z-index: -1;
}
.banner .text .box .right i{
	display: block;
	width: 50px;
	height: 4px;
	background: #f3f3f3;
	margin: 16px 0;
}
.banner .text .box .right p{
	color: #333333;
	font-size: 18px;
	line-height: 28px;
	display: inline-block;
}
.banner .text .box .right .trangle_02{
	display: inline-block;
	width: 0;
	height: 0;
	
    border-top-color: rgb(230, 36, 34);
    border-left-color: rgb(230, 36, 34);
	vertical-align: sub;
	border-left-color: transparent;
	border-top-color: transparent;
	position: relative;
	bottom: -10px;
}
.slick-slide {
	width:1920px}
.banner .slick-dots {
  bottom: 52px;
  width: 1220px;
  left: 78%;
  margin-left: -610px;
  text-align: left;
}
.banner .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background: #fff;
}
.banner .slick-dots li.slick-active button {
  background: #ff0000;
}


@media screen and (max-width: 767px) {
	.banner .text{
	position: relative;
}


.lxwmm { width: 100%; height: 167px; margin-top: 10px;  no-repeat;
}

.banner .text img{
	width: 100%;
}

.youqinglianjie {
width:100%; padding-top:15px;background: #003a7b; padding-left:15px;padding-bottom:55px;  margin:0 auto;}

.banner .text .box{
	position: absolute;
	left: 3%;
	top: 58px;
	width: 100%;
	margin-left: 5px;
}
.banner .text .box .left{
	float: left;
	width: 40px;
	line-height: 0;
}
.banner .text .box .right{
	float: left;
	margin-left: 15px;
	padding-top: 10px;
}
.banner .text .box .right h1{
	position: relative;
	color: #015aa9;
	font-size: 20px;
	z-index: 1;
}
.banner .text .box .right h1 span{
	position: absolute;
	left: 0;
	top: 22px;
	color: #fff;
	font-size: 34px;
	font-family: arial;
	text-transform: uppercase;
	font-weight: bold;
	z-index: -1;
}
.banner .text .box .right i{
	display: block;
	width: 50px;
	height: 4px;
	background: #f3f3f3;
	margin: 16px 0;
}
.banner .text .box .right p{
	color: #333333;
	font-size: 13px;
	line-height: 28px;
	display: inline-block;
}
.banner .text .box .right .trangle_02{
	display: inline-block;
	width: 0;
	height: 0;
	
    border-top-color: rgb(230, 36, 34);
    border-left-color: rgb(230, 36, 34);
	vertical-align: sub;
	border-left-color: transparent;
	border-top-color: transparent;
	position: relative;
	bottom: -10px;
}
.slick-slide {
	width:720px}

.banner .slick-dots {
  bottom: 52px;
  width: 1220px;
  left: 78%;
  margin-left: -610px;
  text-align: left;
}
.banner .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background: #fff;
}
.banner .slick-dots li.slick-active button {
  background: #ff0000;
}
}
.links {
  background: #E9E9E9;
  padding: 25px 0 12px;
}
.links .links_top ul {
  float: left;
}
.links .links_top ul li {
  float: left;
  padding: 0 15px;
  line-height: 36px;
  background-color: #D3D3D3;
  color: #666666;
  font-size: 13px;
  cursor: pointer;
  position: relative;
  margin-right: 10px;
}
.links .links_top ul li:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 8px solid #ADADAD;
  display: none;
}
.links .links_top ul li:hover,
.links .links_top ul li.cur {
  color: #fff;
  background-color: #ADADAD;
}
.links .links_top ul li:hover:before,
.links .links_top ul li.cur:before {
  display: block;
}
.links .links_top span {
  float: right;
  line-height: 36px;
  display: block;
  border-radius: 50px;
  font-size: 13px;
  color: #666;
  padding: 0 25px;
  background-color: #DEDEDE;
}
.links .links_box {
  margin-top: 20px;
}
.links .links_box ul li {
  float: left;
  margin-right: 25px;
  margin-bottom: 10px;
}
.links .links_box ul li a {
  font-size: 13px;
  color: #999;
}
.footer {
  background: #1c1c1c;
  padding: 50px 0;
}
.footer .left {
  float: left;
  color: #969696;
  font-size: 13px;
  line-height: 24px;
}
.footer .left .foot_nav {
  margin: 5px 0;
}
.footer .left .foot_nav a {
  float: left;
  color: #969696;
  padding-bottom: 10px;
  padding-right: 35px;
  border-bottom: 1px solid #969696;
}
.footer .left .foot_nav a:last-child {
  padding-right: 0;
}
.footer .right {
  float: right;
  text-align: right;
  color: #969696;
  font-size: 13px;
  line-height: 24px;
}
.footer .right p {
  margin-bottom: 5px;
}
.home_details {
  background: #F7F7F7;
  border-bottom: 2px solid #E7E7E7;
}
.home_details .w1220 {
  position: relative;
}
.home_details ul {
  float: left;
  width: 56%;
}
.home_details ul li {
  float: left;
  padding: 25px 23px 0;
  width: 33.33333333%;
  height: 214px;
  border-right: 1px solid #E7E7E7;
  border-bottom: 2px solid #E7E7E7;
  text-align: center;
}
.home_details ul li dt {
  margin-bottom: 20px;
  line-height: 0;
}
.home_details ul li dd b {
  color: #393939;
  font-size: 16px;
  margin-bottom: 5px;
}
.home_details ul li dd b span {
  font-size: 16px;
}
.home_details ul li dd span {
  font-size: 12px;
  color: #7F7F7F;
}
.home_details ul li:first-child {
  border-left: 1px solid #E7E7E7;
}
.home_details ol {
  position: absolute;
  right: 0;
  top: -110px;
  float: right;
  width: 44%;
  background: #ebecef;
}
.home_details ol li {
  float: left;
  width: 33.33333333%;
  text-align: center;
}
.home_details ol li a {
  display: block;
  padding: 41px 0;
}
.home_details ol li .icon {
  line-height: 0;
}
.home_details ol li .icon span {
  display: block;
}
.home_details ol li .icon em {
  display: none;
}
.home_details ol li .bt {
  color: #333333;
  font-size: 14px;
  margin-top: 15px;
}
.home_details ol li:nth-child(2),
.home_details ol li:nth-child(6) {
  background: #e1e5ea;
}
.home_details ol li:nth-child(3),
.home_details ol li:nth-child(4) {
  background: #eff1f2;
}
.home_details ol li:hover {
  background: #016ec2;
}
.home_details ol li:hover .icon span {
  display: none;
}
.home_details ol li:hover .icon em {
  display: block;
}
.home_details ol li:hover .bt {
  color: #fff;
}
.title {
  text-align: center;
}
.title h2 {
  position: relative;
  margin-bottom: 10px;
  color: #333333;
  font-weight: 400;
  font-size: 30px;
}
.title h2 .trangle_01 {
  display: inline-block;
  width: 0;
  height: 0;
  position: relative;
  top: -3px;
  margin-right: 5px;
  border: 8px solid #E62422;
  border-right-color: #e62422;
  border-bottom-color: #e62422;
  vertical-align: super;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.title h2 .trangle_02 {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 5px;
  border: 8px solid #E62422;
  border-top-color: #e62422;
  border-left-color: #e62422;
  vertical-align: sub;
  border-left-color: transparent;
  border-top-color: transparent;
}
.title p {
  color: #777777;
  font-size: 14px;
}
.title2 h2 {
  color: #fff;
}
.title2 p {
  color: #fff;
}
.home_service {
  padding: 60px 0;
}
.home_service ol {
  margin-top: 40px;
}
.home_service ol li {
  float: left;
  width: 23%;
  position: relative;
  margin-right: 1.25%;
}
.home_service ol li .img {
  width: 100%;
  line-height: 0;
  height:230px;
}
.home_service ol li .text {
  position: relative;
  
  width: 100%;
  margin-top:65px;

  background: rgba(0, 0, 0, 0.5);
  padding-top:5px;
  padding-bottom:5px;
   text-align:center;
 
 
}
.home_service ol li .text h3 {
  color: #ffffff;
  font-size: 16px;
 
  font-weight: normal;
}
.home_service ol li .text h3 i {
  width: 7px;
  height: 14px;
  background: url(../images/home_p.png) no-repeat center center;
  display: inline-block;
  margin-left: 8px;
  position: relative;
  top: 1px;
}
#imgdx{ width:400px;
height:333px}


a :hover {
transition: all 0.6s ease-out;transform: scale(1.1,1.1);
 
}

.home_service ol li .text p {
  margin-top: 10px;
  color: #cccccc;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
.home_service ol li {
  float: left;
  width: 100%;
  position: relative;
  margin-right: 1.25%;
}

.home_service ol li .img {
  width: 100%;
  line-height: 12px;
  
}

#imgdx{ width:100%;
height:333px}
.home_service ol li .text {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 22px;
}
.home_service ol li .text h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
}
.home_service ol li .text h3 i {
  width: 7px;
  height: 14px;
  background: url(../images/home_p.png) no-repeat center center;
  display: inline-block;
  margin-left: 8px;
  position: relative;
  top: 1px;
}
.home_service ol li .text p {
  margin-top: 10px;
  color: #cccccc;
  font-size: 13px;
}
}


.home_youshi {
  background: url(../images/home_bg.jpg) no-repeat center center / cover;
  padding: 60px 0;
}
.home_youshi .left {
  float: left;
  width: 412px;
  padding-top: 145px;
}
.home_youshi .left h2 {
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  display: inline-block;
  font-size: 30px;
  position: relative;
}
.home_youshi .left h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  background: url(../images/1.png) no-repeat center center;
}
.home_youshi .left h2:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 16px;
  height: 16px;
  background: url(../images/2.png) no-repeat center center;
}
.home_youshi .left h2 p {
  font-style: normal;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: normal;
}
.home_youshi .left .text {
  margin-top: 25px;
  margin-left: 20px;
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  max-width: 338px;
}
.home_youshi .left i {
  margin-top: 35px;
  margin-left: 20px;
  display: block;
  width: 82px;
  height: 1px;
  background: rgba(255, 255, 255, 0.8);
}
.home_youshi ul {
  background: rgba(255, 255, 255, 0.8);
  float: right;
  width: 875px;
  margin-right: -67px;
  padding: 67px;
}
.home_youshi ul li {
  float: left;
  margin-top: 40px;
  width: 46%;
}
.home_youshi ul li:nth-child(2n) {
  float: right;
}
.home_youshi ul li:first-child,
.home_youshi ul li:first-child + li {
  margin-top: 0;
}
.home_youshi ul li .icon {
  line-height: 0;
  margin-bottom: 10px;
}
.home_youshi ul li h3 {
  color: #333333;
  font-size: 18px;
}
.home_youshi ul li i {
  margin: 15px 0 13px;
  display: block;
  width: 52px;
  height: 1px;
  background: #3a5c9c;
}
.home_youshi ul li p {
  color: #333333;
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
	.home_youshi {
  background: url(../images/home_bg.jpg) no-repeat center center / cover;
  padding: 60px 0;
}
.home_youshi .left {
  float: left;
  width: 412px;
  padding-top: 145px;
}
.home_youshi .left h2 {
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  display: inline-block;
  font-size: 30px;
  position: relative;
}
.home_youshi .left h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  background: url(../images/1.png) no-repeat center center;
}
.home_youshi .left h2:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 16px;
  height: 16px;
  background: url(../images/2.png) no-repeat center center;
}
.home_youshi .left h2 p {
  font-style: normal;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: normal;
}
.home_youshi .left .text {
  margin-top: 25px;
  margin-left: 20px;
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  max-width: 338px;
}
.home_youshi .left i {
  margin-top: 35px;
  margin-left: 20px;
  display: block;
  width: 82px;
  height: 1px;
  background: rgba(255, 255, 255, 0.8);
}
.home_youshi ul {
  background: rgba(255, 255, 255, 0.8);
  float: right;
  width: 100%;
  margin-right: 0;
  padding: 67px;
}
.home_youshi ul li {
  float: left;
  margin-top: 40px;
  width: 100%;
}
.home_youshi ul li:nth-child(2n) {
  float: right;
}
.home_youshi ul li:first-child,
.home_youshi ul li:first-child + li {
  margin-top: 0;
}
.home_youshi ul li .icon {
  line-height: 0;
  margin-bottom: 10px;
}
.home_youshi ul li h3 {
  color: #333333;
  font-size: 18px;
}
.home_youshi ul li i {
  margin: 15px 0 13px;
  display: block;
  width: 52px;
  height: 1px;
  background: #3a5c9c;
}
.home_youshi ul li p {
  color: #333333;
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
}
.home_tuandui {
  padding: 60px 0;
}
.home_tuandui ol {
  margin-top: 40px;
}
.home_tuandui ol li {
  float: left;
  width: 23.5%;
  position: relative;
  margin-right: 2%;
}
.home_tuandui ol li:last-child {
  margin-right: 0;
}
.home_tuandui ol li .img {
  line-height: 0;
}
.home_tuandui ol li .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  padding: 15px 25px;
}
.home_tuandui ol li .text h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
}
.home_tuandui ol li .text h3 i {
  display: none;
  position: relative;
  top: 1px;
  margin-left: 5px;
  display: inline-block;
  width: 7px;
  height: 14px;
  background: url(../images/home_p.png) no-repeat center center / cover;
}
.home_tuandui ol li .text p {
  margin-top: 5px;
  color: #e2e2e2;
  font-size: 14px;
}
.home_tuandui ol li:hover .text {
  background: rgba(1, 90, 170, 0.8);
}
.home_tuandui ol li:hover .text h3 i {
  display: inline-block;
}
.home_case {
  background: url(../images/home_bg2.jpg) no-repeat center center / cover;
  padding: 60px 0;
}
.home_case .case_Tit {
  margin-top: 40px;
  text-align: center;
}
.home_case .case_Tit ol {
  display: inline-block;
}
.home_case .case_Tit ol li {
  display: inline-block;
  color: #d6ebff;
  font-size: 16px;
  padding: 0 45px;
  position: relative;
  cursor: pointer;
}
.home_case .case_Tit ol li:before {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  width: 2px;
  height: 15px;
  background: url(../images/3.png) no-repeat center center;
}
.home_case .case_Tit ol li span {
  border-bottom: 2px solid transparent;
  padding-bottom: 12px;
}
.home_case .case_Tit ol li.cur span {
  border-bottom: 2px solid #fff;
}
.home_case .case_Tit a {
  color: #d6ebff;
  font-size: 16px;
 
}
.home_case .case_Tit a:hover {
  color: #fff;
}
.home_case .case_con {
  margin-top: 60px;
  background: #f6f9fb;
  padding: 20px;
}
.home_case .case_con ul li {
  float: left;
  width: 100%;
}
.home_case .case_con ul li .left {
  width: 560px;
  float: left;
}
.home_case .case_con ul li .left .bt span {
  color: #eaedf0;
  font-size: 46px;
  text-transform: uppercase;
}
.home_case .case_con ul li .left .bt h3 {
  margin-top: -35px;
  color: #333333;
  font-size: 24px;
}
.home_case .case_con ul li .left i {
  display: block;
  width: 74px;
  height: 1px;
  background: #d3d4d6;
  margin: 20px 0;
}
.home_case .case_con ul li .left .t {
  color: #333333;
  font-size: 14px;
  line-height: 24px;
  height: 144px;
  overflow: hidden;
}
.home_case .case_con ul li .left .case_img {
  margin-top: 20px;
}
.home_case .case_con ul li .left .case_img .box {
  text-align: center;
}
.home_case .case_con ul li .left .case_img .box .img {
  width: 120px;
  height: 35px;
  margin: 0 auto;
  position: relative;
}
.home_case .case_con ul li .left .case_img .box .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home_case .case_con ul li .left .case_img .box p {
  color: #999999;
  font-size: 14px;
  margin-top: 10px;
}
.home_case .case_con ul li .left .case_img .slick-prev,
.home_case .case_con ul li .left .case_img .slick-next {
  width: 9px;
  height: 22px;
  margin-top: -11px;
  border: none;
}
.home_case .case_con ul li .left .case_img .slick-prev {
  background: url(../images/left.jpg) no-repeat center center;
  left: 0;
}
.home_case .case_con ul li .left .case_img .slick-next {
  background: url(../images/right.jpg) no-repeat center center;
  right: 0;
}
.home_case .case_con ul li .right {
  float: right;
  width: 590px;
  position: relative;
}
.home_case .case_con ul li .right .img {
  line-height: 0;
  overflow: hidden;
}
.home_case .case_con ul li .right .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 28px;
}
.home_case .case_con ul li .right .text h3 {
  color: #ffffff;
  font-size: 24px;
}
.home_case .case_con ul li .right .text p {
  margin-top: 10px;
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
	.home_case {
  background: url(../images/home_bg2.jpg) no-repeat center center / cover;
  padding: 60px 0;
}
.home_case .case_Tit {
  margin-top: 40px;
  text-align: center;
}
.home_case .case_Tit ol {
  display: inline-block;
}
.title p{ padding-left:10px; padding-right:10px}
.home_case .case_Tit ol li {

  color: #d6ebff;
  font-size: 16px;
 
  text-align:left;
  margin-bottom:10px;
  width: 48%;
  position: relative;
  cursor: pointer;
  padding-left:35px;
 
  
}

.home_case .case_Tit ol li a {
  border-bottom: 2px solid transparent;
  padding-bottom: 12px;
}
.home_case .case_Tit ol li.cur span {
  border-bottom: 0px solid #fff;
}
.home_case .case_Tit a {
  color: #d6ebff;
  font-size: 16px;
 
}
.home_case .case_Tit a:hover {
  color: #fff;
}
.home_case .case_con {
  margin-top: 60px;
  background: #f6f9fb;
  padding: 20px;
}
.home_case .case_con ul li {
  float: left;
  width: 100%;
}
.home_case .case_con ul li .left {
  width: 100%;
  float: left;
}
.home_case .case_con ul li .left .bt span {
  color: #eaedf0;
  font-size: 46px;
  text-transform: uppercase;
}
.home_case .case_con ul li .left .bt h3 {
  margin-top: -35px;
  color: #333333;
  font-size: 24px;
}
.home_case .case_con ul li .left i {
  display: block;
  width: 74px;
  height: 1px;
  background: #d3d4d6;
  margin: 20px 0;
}
.home_case .case_con ul li .left .t {
  color: #333333;
  font-size: 14px;
  line-height: 24px;
  height: 144px;
  overflow: hidden;
}
.home_case .case_con ul li .left .case_img {
  margin-top: 20px;
}
.home_case .case_con ul li .left .case_img .box {
  text-align: center;
}
.home_case .case_con ul li .left .case_img .box .img {
  width: 0px;
  height:0px;
  margin: 0 auto;
  position: relative;
}
.home_case .case_con ul li .left .case_img .box .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home_case .case_con ul li .left .case_img .box p {
  color: #999999;
  font-size: 14px;
  visibility:hidden;
  height:0px;
  margin-top: 10px;
}
.home_case .case_con ul li .left .case_img .slick-prev,
.home_case .case_con ul li .left .case_img .slick-next {
  width: 9px;
  height: 22px;
  margin-top: -11px;
  border: none;
}
.home_case .case_con ul li .left .case_img .slick-prev {
  background: url(../images/left.jpg) no-repeat center center;
  left: 0;
}
.home_case .case_con ul li .left .case_img .slick-next {
  background: url(../images/right.jpg) no-repeat center center;
  right: 0;
}
.home_case .case_con ul li .right {
  float: right;
  width: 100%;
  position: relative;
}
.home_case .case_con ul li .right .img {
  line-height: 0;
  overflow: hidden;
}
.home_case .case_con ul li .right .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 28px;
}
.home_case .case_con ul li .right .text h3 {
  color: #ffffff;
  font-size: 24px;
}
.home_case .case_con ul li .right .text p {
  margin-top: 10px;
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
}


.home_news {
  padding: 60px 0;
}
.home_news .news_Tit {
  margin-top: 40px;
  text-align: center;
}
.home_news .news_Tit span {
  display: inline-block;
  margin: 0 20px;
  color: #333333;
  font-size: 14px;
  border-bottom: 2px solid transparent;
  padding-bottom: 12px;
  cursor: pointer;
}
.home_news .news_Tit span:hover,
.home_news .news_Tit span.cur {
  color: #e72024;
  border-color: #e72024;
}
.home_news .news_con {
  margin-top: 40px;
}
.home_news .news_con ul li {
  float: left;
  width: 32%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin-right: 2%;
}
.home_news .news_con ul li:nth-child(3n) {
  margin-right: 0;
}
.home_news .news_con ul li .img {
  line-height: 0;
  overflow: hidden;
  width: 100%;
}
.home_news .news_con ul li .text {
  padding: 15px 20px;
}
.home_news .news_con ul li .text h3 {
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.home_news .news_con ul li .text span {
  color: #666666;
  font-size: 14px;
  display: block;
  margin: 10px 0;
}
.home_news .news_con ul li .text p {
  color: #777777;
  font-size: 14px;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
}


@media screen and (max-width: 767px) {
	.home_news {
  padding: 60px 0;
}
.home_news .news_Tit {
  margin-top: 40px;
  text-align: center;
}
.home_news .news_Tit span {
  display: inline-block;
  margin: 0 20px;
  color: #333333;
  font-size: 14px;
  border-bottom: 2px solid transparent;
  padding-bottom: 12px;
  cursor: pointer;
}
.home_news .news_Tit span:hover,
.home_news .news_Tit span.cur {
  color: #e72024;
  border-color: #e72024;
}
.home_news .news_con {
  margin-top: 40px;
}
.home_news .news_con ul li {
  float: left;
  width: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin-right: 2%;
}
.home_news .news_con ul li:nth-child(3n) {
  margin-right: 0;
}
.home_news .news_con ul li .img {
  line-height: 0;
  overflow: hidden;
  width: 100%;
}
.home_news .news_con ul li .text {
  padding: 15px 20px;
}
.home_news .news_con ul li .text h3 {
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.home_news .news_con ul li .text span {
  color: #666666;
  font-size: 14px;
  display: block;
  margin: 10px 0;
}
.home_news .news_con ul li .text p {
  color: #777777;
  font-size: 14px;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
}
}
.more_btn {
  margin-top: 52px;
  text-align: center;
}
.more_btn a {
  display: block;
  width: 184px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  border: 1px solid #105282;
  color: #105282;
  text-transform: uppercase;
}
.more_btn a i {
  display: inline-block;
  width: 11px;
  height: 11px;
  background: url(../images/icon_h.png) no-repeat center center;
  margin-left: 14px;
}
.nybanner{
	position: relative;
}
.nybanner img {
  width: 100%;
  float: left;
}
.ny_news .news_con ul li {
  box-shadow: none;
}
.ny_news .news_con ul li .text {
  padding-left: 0;
  padding-right: 0;
}
.solve_box .box {
  background: url(../images/fangan_bg.png) no-repeat left center;
  height: 248px;
  top: -87px;
  position: relative;
}
.solve_box .left {
  padding-top: 50px;
  padding-left: 37px;
  float: left;
  width: 360px;
}
.solve_box .left span {
  display: block;
  line-height: 0;
}
.solve_box .left h3 {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
}
.solve_box .left i {
  height: 2px;
  display: block;
  width: 55px;
  border-top: 2px solid #e72024;
  margin: 15px 0;
}
.solve_box .left p {
  font-size: 14px;
  color: #fff;
}
.solve_box .right {
  padding-left: 37px;
  float: left;
  width: 830px;
  margin-top: -28px;
}
.solve_box .right ul li {
  width: 20%;
  float: left;
  display: block;
  background: #ffffff;
  text-align: center;
  padding: 20px 22px;
}
.solve_box .right ul li .img {
  line-height: 0;
}
.solve_box .right ul li .text {
  padding-top: 8px;
}
.solve_box .right ul li .text p {
  font-size: 14px;
  color: #666666;
}
.solve_box .right ul li .text span {
  font-size: 10px;
  color: #999999;
}
.solve_box .right ul li:nth-child(2n) {
  background-color: #eef0f2;
}
.service_youshi {
  background: url(../images/youshi_bg.jpg) repeat-x left top;
  padding: 60px 0;
}
.service_youshi .box {
  margin-top: 40px;
  position: relative;
}
.service_youshi .box .img {
  line-height: 0;
  overflow: hidden;
}
.service_youshi .box ul {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px 60px;
  background: rgba(7, 102, 187, 0.9);
}
.service_youshi .box ul li {
  float: left;
  width: 25%;
}
.service_youshi .box ul li .mg {
  float: left;
  line-height: 0;
}
.service_youshi .box ul li .t {
  margin-left: 10px;
  padding-top: 5px;
  float: left;
  color: #fff;
}
.service_youshi .box ul li .t h3 {
  font-size: 18px;
  font-family: "黑体";
}
.service_youshi .box ul li .t p {
  font-size: 14px;
  margin-top: 6px;
}
.service_zenzhi ul {
  margin-top: 40px;
}
.service_zenzhi ul li {
  float: left;
  text-align: center;
  background: #f7f7f7;
  width: 24.25%;
  margin-right: 1%;
}
.service_zenzhi ul li:nth-child(4n) {
  margin-right: 0;
}
.service_zenzhi ul li .img {
  line-height: 0;
  overflow: hidden;
}
.service_zenzhi ul li .text {
  padding: 25px 30px;
}
.service_zenzhi ul li .text h3 {
  margin-bottom: 8px;
  color: #333333;
  font-size: 16px;
}
.service_zenzhi ul li .text p {
  color: #7E7E7E;
  font-size: 13px;
  line-height: 20px;
}
.service_liucheng {
  background: #F6f6f6;
  margin-top: 70px;
  padding: 60px 0;
}
.service_liucheng ul {
  margin-top: 40px;
  position: relative;
}
.service_liucheng ul:before {
  content: "";
  position: absolute;
  left: 0;
  top: 62px;
  width: 100%;
  height: 1px;
  background: #dddddd;
  z-index: 1;
}
.service_liucheng ul li {
  position: relative;
  z-index: 2;
  float: left;
  width: 130px;
  text-align: center;
  margin-right: 51px;
}
.service_liucheng ul li:last-child {
  margin-right: 0;
}
.service_liucheng ul li .img {
  line-height: 0;
}
.service_liucheng ul li .img img {
  opacity: 0.5;
  filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.service_liucheng ul li .text span {
  color: #BABABA;
  font-weight: 900;
  font-size: 20px;
  display: block;
  padding: 15px 0 10px;
}
.service_liucheng ul li .text h3 {
  margin-bottom: 8px;
  color: #333333;
  font-size: 16px;
}
.service_liucheng ul li .text p {
  color: #7E7E7E;
  font-size: 13px;
  line-height: 20px;
}
.service_liucheng ul li:hover .img img {
  opacity: 1;
  filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -webkit-filter: grayscale(0);
}
.yufw_box {
  padding: 60px 0;
}
.yufw_box ol {
  margin-top: 35px;
}
.yufw_box ol li {
  width: 33.33333333%;
  float: left;
  text-align: center;
  padding: 30px 35px;
  border-right: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  transition: all .6s;
}
.yufw_box ol li:first-child,
.yufw_box ol li:first-child + li,
.yufw_box ol li:first-child + li + li {
  border-top: none;
}
.yufw_box ol li:nth-child(3n) {
  border-right: none;
}
.yufw_box ol li .img {
  line-height: 0;
}
.yufw_box ol li .text {
  padding-top: 10px;
}
.yufw_box ol li .text h3 {
  color: #000000;
  font-size: 20px;
  font-weight: normal;
}
.yufw_box ol li .text p {
  margin-top: 10px;
  color: #333333;
  font-size: 14px;
  line-height: 20px;
  height: 40px;
}
.yufw_box ol li:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.yufw_box2 {
  background: url(../images/yufw_bg.jpg) no-repeat center center;
  min-height: 572px;
  text-align: center;
  padding-top: 200px;
}
.yufw_box2 i {
  display: block;
  width: 100px;
  height: 2px;
  background: #9fa2a8;
  margin: 35px auto 25px;
}
.yufw_box2 .text {
  color: #fff;
  font-size: 16px;
  line-height: 32px;
}
.yufw_box3 {
  padding: 60px 0 70px;
}
.yufw_box3 ol {
  margin-top: 40px;
}
.yufw_box3 ol li {
  float: left;
  width: 32.5%;
  position: relative;
  margin-right: 1.25%;
}
.yufw_box3 ol li:last-child {
  margin-right: 0;
}
.yufw_box3 ol li .img {
  width: 100%;
  line-height: 0;
}
.yufw_box3 ol li .text {
  position: absolute;
  left: 0;
  bottom: 0;
  min-height: 106px;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  padding: 25px 50px;
  line-height: 28px;
  color: #fff;
  text-align: center;
  font-size: 16px;
}
.yufw_box4 {
  background: url(../images/yufw_bg2.jpg) no-repeat center center;
  min-height: 528px;
  padding-top: 80px;
}
.yufw_box4 ol {
  margin-top: 50px;
}
.yufw_box4 ol li {
  text-align: center;
  float: left;
  width: 25%;
}
.yufw_box4 ol li .img {
  margin: 0 auto;
  width: 132px;
  height: 132px;
  position: relative;
  border-radius: 50%;
  background: url(../images/4.png);
}
.yufw_box4 ol li .img span {
  display: block;
}
.yufw_box4 ol li .img em {
  display: none;
}
.yufw_box4 ol li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.yufw_box4 ol li .text {
  padding-top: 20px;
  color: #fff;
}
.yufw_box4 ol li .text h3 {
  font-size: 20px;
  font-weight: normal;
}
.yufw_box4 ol li .text p {
  margin-top: 8px;
  font-size: 14px;
}
.yufw_box4 ol li:hover .img {
  background: #d82e30;
}
.yufw_box4 ol li:hover .img span {
  display: none;
}
.yufw_box4 ol li:hover .img em {
  display: block;
}
.yufw_box5 {
  padding: 60px 0;
}
.yufw_box5 .img {
  float: left;
  width: 640px;
  line-height: 0;
}
.yufw_box5 .text {
  padding-top: 70px;
  float: right;
  width: 568px;
}
.yufw_box5 .text h3 {
  color: #004c9f;
  font-size: 30px;
  font-weight: normal;
}
.yufw_box5 .text .name {
  margin-top: 8px;
  color: #333333;
  font-size: 16px;
}
.yufw_box5 .text .name i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/2.png) no-repeat center center;
  position: relative;
  top: 2px;
  margin-left: 10px;
}
.yufw_box5 .text .icon {
  margin: 20px 0 16px;
  display: block;
  width: 78px;
  height: 1px;
  background: #00204a;
}
.yufw_box5 .text .t {
  color: #333333;
  font-size: 14px;
  line-height: 26px;
}
.wuliu_box {
  padding: 60px 0;
}
.wuliu_box ol {
  margin-top: 40px;
}
.wuliu_box ol li {
  float: left;
  width: 49%;
  background: #f4f5f9;
  margin-right: 2%;
}
.wuliu_box ol li:first-child + li {
  margin-right: 0;
}
.wuliu_box ol li .img {
  line-height: 0;
}
.wuliu_box ol li .text {
  padding: 22px 25px;
}
.wuliu_box ol li .text h3 {
  color: #333333;
  font-size: 20px;
  font-weight: normal;
}
.wuliu_box ol li .text .name {
  margin-top: 4px;
  color: #333333;
  font-size: 16px;
}
.wuliu_box ol li .text p {
  margin-top: 12px;
  color: #666666;
  font-size: 14px;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
}
.wuliu_box2 {
  background: url(../images/wl_bg.jpg) no-repeat center center;
  min-height: 572px;
  padding-top: 145px;
}
.wuliu_box2 .text {
  padding: 20px 85px 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
}
.wuliu_box2 .icon {
  width: 245px;
  margin: 38px auto 0;
  position: relative;
}
.wuliu_box2 .icon:before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 20px;
  width: 2px;
  height: 42px;
  background: #fff;
  opacity: 0.2;
}
.wuliu_box2 .icon span {
  display: block;
  width: 81px;
  line-height: 0;
}
.wuliu_box3 {
  padding: 60px 0 80px;
}
.wuliu_box3 .box {
  margin-top: 40px;
}
.wuliu_box3 .box .img {
  float: left;
  width: 574px;
}
.wuliu_box3 .box .img span {
  position: relative;
  display: block;
  line-height: 0;
}
.wuliu_box3 .box .img span:before {
  position: absolute;
  right: -20px;
  bottom: -20px;
  content: "";
  background: #ececec;
  width: 100%;
  height: 100%;
}
.wuliu_box3 .box .img span img {
  position: relative;
  z-index: 2;
}
.wuliu_box3 .box .text {
  float: right;
  width: 600px;
}
.wuliu_box3 .box .text .bt {
  margin-top: 50px;
  color: #015aaa;
  font-size: 22px;
}
.wuliu_box3 .box .text i {
  margin: 20px 0;
  display: block;
  width: 80px;
  height: 1px;
  background: #999999;
}
.wuliu_box3 .box .text p {
  color: #333333;
  font-size: 16px;
  line-height: 26px;
}
.wuliu_box4 {
  background: url(../images/wl_bg2.jpg) no-repeat center center;
  min-height: 528px;
  padding-top: 70px;
}
.wuliu_box4 ol {
  margin-top: 50px;
}
.wuliu_box4 ol li {
  text-align: center;
  float: left;
  width: 45%;
}
.wuliu_box4 ol li:last-child {
  float: right;
}
.wuliu_box4 ol li .img {
  margin: 0 auto;
  width: 132px;
  height: 132px;
  position: relative;
  border-radius: 50%;
  background: url(../images/4.png);
}
.wuliu_box4 ol li .img span {
  display: block;
}
.wuliu_box4 ol li .img em {
  display: none;
}
.wuliu_box4 ol li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.wuliu_box4 ol li .text {
  padding-top: 20px;
  color: #fff;
}
.wuliu_box4 ol li .text h3 {
  font-size: 22px;
  font-weight: normal;
}
.wuliu_box4 ol li .text p {
  margin-top: 8px;
  font-size: 16px;
  color: #d4ebfe;
  line-height: 30px;
}
.wuliu_box4 ol li:hover .img {
  background: #d82e30;
}
.wuliu_box4 ol li:hover .img span {
  display: none;
}
.wuliu_box4 ol li:hover .img em {
  display: block;
}
.wuliu_box5 {
  padding: 60px 0;
}
.wuliu_box5 .icon {
  float: left;
  line-height: 0;
  width: 111px;
}
.wuliu_box5 .img {
  margin-left: 20px;
  float: left;
  width: 466px;
  line-height: 0;
}
.wuliu_box5 .text {
  padding-top: 50px;
  float: right;
  width: 598px;
}
.wuliu_box5 .text h3 {
  color: #004c9f;
  font-size: 30px;
  font-weight: normal;
}
.wuliu_box5 .text .name {
  margin-top: 8px;
  color: #333333;
  font-size: 16px;
}
.wuliu_box5 .text .name i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/2.png) no-repeat center center;
  position: relative;
  top: 2px;
  margin-left: 10px;
}
.wuliu_box5 .text .icon {
  margin: 20px 0 16px;
  display: block;
  width: 78px;
  height: 1px;
  background: #00204a;
}
.wuliu_box5 .text .t {
  float: left;
  color: #333333;
  font-size: 14px;
  line-height: 26px;
}
.wuliu_box6 {
  background: url(../images/wl_bg3.jpg) no-repeat center center;
}
.wuliu_box6 ol li {
  width: 252.5px;
  margin-right: 70px;
}
.wuliu_box6 ol li:last-child {
  margin-right: 0;
}
.jinrong_box {
  padding: 60px 0;
}
.jinrong_box ol {
  margin-top: 50px;
}
.jinrong_box ol li {
  float: left;
  width: 20%;
  text-align: center;
}
.jinrong_box ol li .icon {
  line-height: 0;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}
.jinrong_box ol li .icon img {
  border-radius: 50%;
}
.jinrong_box ol li p {
  color: #333333;
  font-size: 16px;
  margin-top: 20px;
}
.jinrong_box2 {
  background: url(../images/jinrong_bg.jpg) no-repeat center center;
  min-height: 444px;
}
.jinrong_box2 ul li {
  float: left;
  width: 50%;
  padding: 90px 55px 0;
  text-align: center;
}
.jinrong_box2 ul li .icon {
  line-height: 0;
}
.jinrong_box2 ul li .text {
  padding-top: 30px;
}
.jinrong_box2 ul li .text h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
}
.jinrong_box2 ul li .text p {
  margin-top: 15px;
  color: #e0f1ff;
  font-size: 16px;
  line-height: 22px;
}
.jinrong_box2 ul li .pic {
  margin-top: 46px;
  line-height: 0;
}
.jinrong_box3 {
  padding: 60px 0;
}
.jinrong_box3 .box {
  width: 850px;
  margin: 35px auto 0;
  text-align: center;
  color: #666;
  font-size: 18px;
  line-height: 30px;
}
.jinrong_box4 {
  background: url(../images/jinrong_bg2.jpg) no-repeat center center;
  min-height: 620px;
  padding-top: 62px;
}
.jinrong_box4 ul {
  background: #f0f3f7;
  float: left;
  width: 875px;
  margin-left: -67px;
  padding: 67px;
}
.jinrong_box4 ul li {
  float: left;
  margin-top: 40px;
  width: 46%;
}
.jinrong_box4 ul li:nth-child(2n) {
  float: right;
}
.jinrong_box4 ul li:first-child,
.jinrong_box4 ul li:first-child + li {
  margin-top: 0;
}
.jinrong_box4 ul li .icon {
  line-height: 0;
  margin-bottom: 10px;
}
.jinrong_box4 ul li h3 {
  color: #333333;
  font-size: 20px;
  font-weight: normal;
}
.jinrong_box4 ul li i {
  margin: 15px 0 13px;
  display: block;
  width: 52px;
  height: 1px;
  background: #3a5c9c;
}
.jinrong_box4 ul li p {
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.jinrong_box4 .left {
  float: right;
  width: 302px;
  padding-top: 185px;
}
.jinrong_box4 .left h2 {
  color: #ffffff;
  font-size: 30px;
  font-weight: normal;
}
.jinrong_box4 .left h2 .trangle_02 {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 10px;
  border: 8px solid #E62422;
  border-top-color: #e62422;
  border-left-color: #e62422;
  vertical-align: sub;
  border-left-color: transparent;
  border-top-color: transparent;
}
.jinrong_box4 .left .text {
  margin-top: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}
.jinrong_box5 ol li .text {
  min-height: 0;
}
.jinrong_box6 {
  background: url(../images/jinrong_bg3.jpg) no-repeat center center;
  min-height: 507px;
  padding-top: 100px;
}
.jhy_box {
  background: url(../images/jhy_box.jpg) no-repeat center top;
}
.jhy_jjfa {
  padding: 130px 0 0;
}
.jhy_jjfa ol {
  margin-top: 56px;
}
.jhy_jjfa ol li {
  width: 19.6%;
  margin-right: 0.5%;
  margin-bottom: 10px;
  position: relative;
  float: left;
}
.jhy_jjfa ol li:nth-child(5n) {
  margin-right: 0;
}
.jhy_jjfa ol li .img {
  line-height: 0;
}
.jhy_jjfa ol li .text {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.jhy_jjfa ol li .text h3 {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
}
.jhy_jjfa ol li .text h3 i {
  width: 7px;
  height: 14px;
  background: url(../images/home_p.png) no-repeat center center;
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: 2px;
}
.jhy_jjfa ol li .text p {
  margin-top: 5px;
  color: #bdbdbd;
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.jhy_dbkh {
  padding-top: 80px;
}
.jhy_dbkh ul {
  margin-top: 40px;
  border-top: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
}
.jhy_dbkh ul li {
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  float: left;
  width: 20%;
  height: 122px;
  background: #ffffff;
  position: relative;
}
.jhy_dbkh ul li img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.jhy_box2 {
  margin-top: 60px;
  background: url(../images/jhy_bg.jpg) no-repeat center center;
  min-height: 545px;
  padding-top: 65px;
}
.jhy_box2 .top {
  text-align: center;
}
.jhy_box2 .top .icon {
  line-height: 0;
}
.jhy_box2 .top h3 {
  margin-top: 15px;
  color: #ffffff;
  font-size: 30px;
  font-weight: normal;
}
.jhy_box2 .top p {
  margin-top: 12px;
  color: #fff;
  font-size: 14px;
}
.jhy_box2 ul {
  margin-top: 45px;
}
.jhy_box2 ul li {
  float: left;
  width: 20%;
  text-align: center;
  color: #fff;
  padding: 0 15px;
  position: relative;
}
.jhy_box2 ul li:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: url(../images/jhy_pic2.png) repeat-y left top;
}
.jhy_box2 ul li:last-child:before {
  display: none;
}
.jhy_box2 ul li .num {
  font-size: 38px;
  font-weight: bold;
}
.jhy_box2 ul li .num span {
  font-size: 18px;
}
.jhy_box2 ul li h3 {
  margin-top: 8px;
  font-size: 16px;
  font-weight: normal;
}
.jhy_box2 ul li p {
  margin-top: 12px;
  color: #ddebff;
  font-size: 14px;
  line-height: 22px;
}
.jhy_box2 .more {
  text-align: center;
  line-height: 43px;
  color: #ecf4ff;
  font-size: 16px;
  display: block;
  margin: 65px auto 0;
  width: 180px;
  height: 45px;
  background: rgba(37, 64, 100, 0.5);
  border: 1px solid #2e5588;
  border-radius: 50px;
}
.news_box {
  padding: 60px 0;
}
.news_box ol {
  margin-top: 40px;
}
.news_box ol li {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.news_box ol li:nth-child(3n) {
  margin-right: 0;
}
.news_box ol li .img {
  line-height: 0;
  overflow: hidden;
  width: 100%;
}
.news_box ol li .text {
  padding-top: 15px;
}
.news_box ol li .text h3 {
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.news_box ol li .text span {
  color: #666666;
  font-size: 14px;
  display: block;
  margin: 10px 0;
}
.news_box ul {
  margin-top: 20px;
  padding-top: 22px;
  border-top: #e9e9e9 solid 1px;
}
.news_box ul li {
  float: left;
  width: 32%;
  margin-bottom: 15px;
  background: url(../images/jhy_pic3.jpg) no-repeat left center;
  padding-left: 15px;
  font-size: 14px;
  margin-right: 2%;
}
.news_box ul li:nth-child(3n) {
  margin-right: 0;
}
.news_box ul li a {
  display: block;
  color: #666666;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.show_content {
  background: url(../images/show_box.jpg) no-repeat center top;
  padding-top: 150px;
}
.show_content ol {
  margin-top: 50px;
}
.show_content ol li {
  float: left;
  width: 32.5%;
  position: relative;
  margin-right: 1.25%;
}
.show_content ol li:last-child {
  margin-right: 0;
}
.show_content ol li .img {
  width: 100%;
  line-height: 0;
}
.show_content ol li .img img {
  width: 100%;
}
.show_content ol li .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  padding: 25px;
}
.show_content ol li .text h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
}
.show_content ol li .text h3 i {
  width: 7px;
  height: 14px;
  background: url(../images/home_p.png) no-repeat center center;
  display: inline-block;
  margin-left: 8px;
  position: relative;
  top: 1px;
}
.show_content ol li .text p {
  margin-top: 10px;
  color: #cccccc;
  font-size: 13px;
}
.show_box2 {
  padding-top: 80px;
}
.show_box2 ul {
  margin-top: 45px;
}
.show_box2 ul li {
  float: left;
  width: 132px;
  text-align: center;
}
.show_box2 ul li .icon {
  line-height: 0;
}
.show_box2 ul li .text {
  padding-top: 20px;
}
.show_box2 ul li .text .num {
  color: #666666;
  font-size: 18px;
}
.show_box2 ul li .text h3 {
  margin-top: 7px;
  color: #000000;
  font-size: 16px;
  font-weight: normal;
}
.show_box2 ul li .text p {
  margin-top: 5px;
  color: #666;
  font-size: 12px;
}
.show_box2 ul li.li2 {
  float: left;
  width: 85px;
  line-height: 0;
  margin-top: 61px;
}
.show_box3 {
  margin-top: 60px;
  background: #f4f5f9;
}
.show_box3 .img {
  line-height: 0;
  float: left;
  margin-left: -350px;
  width: 960px;
}
.show_box3 .text {
  padding-top: 82px;
  float: right;
  width: 560px;
}
.show_box3 .text .title {
  text-align: left;
}
.show_box3 .text ol {
  margin-top: 15px;
}
.show_box3 .text ol li {
  float: left;
  width: 100%;
  margin-top: 25px;
  padding-left: 30px;
  position: relative;
}
.show_box3 .text ol li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 23px;
  height: 2px;
  background: #006dce;
}
.show_box3 .text ol li .bt {
  color: #333333;
  font-size: 20px;
}
.show_box3 .text ol li p {
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}
.show_box4 ol {
  margin-top: 25px;
}
.show_box4 ol li {
  margin-top: 1.25%;
}



/*资讯*/
.lf{float:left}
.rt{float:right}
.contactUsBanner {
  position: relative;
}

.contactUsBanner > img {
  width: 100%;
  height: 400px;
}

.contactUsBanner .text {
  position: absolute;
  top: 200px;
  left: 350px;
}

.contactUsBanner .text h1 {
  margin-top: 14px;
  color: #282828;
  font-weight: 900;
  font-size: 35px;
}

.contactUsBanner .text h2 {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E5E5E5;
  color: #0D9151;
  font-size: 32px;
}

.contactUsBanner .text h2 span {
  vertical-align: middle;
}

.contactUsBanner .text p {
  margin-bottom: 25px;
  color: #ffffff;
  font-size: 16px;
}

.contactUsBanner .text a {
  display: inline-block;
  width: 160px;
  height: 40px;
  border-radius: 40px;
  background-color: #0D9151;
  text-align: center;
  font-size: 15px;
  line-height: 38px;
}

.contactUsBanner .text h3 {
  margin-top: 64px;
}

.contactUsBanner .text h3 a:first-child {
  margin-right: 15px;
  border: 2px solid transparent;
  color: #ffffff;
}

.contactUsBanner .text h3 a:last-child {
  border: 2px solid #C6C6C6;
  background-color: transparent;
}

.buildStation-banner .contactUsBanner .text {
  position: absolute;
  top: 80px;
  left: 350px;
}

.buildStation-banner .contactUsBanner .text h1 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 30px;
color:#ffffff;
}

.buildStation-banner .contactUsBanner .text p {
  margin-bottom: 7px;
}

.buildStation-banner .contactUsBanner .text p:nth-child(2) {
  margin-bottom: 20px;
  color: #222222;
}

.buildStation-banner .contactUsBanner .text h3 a {
  width: 132px;
  border: 1px solid #AEAEAE;
  color: #636363;
}

.latestRelease {
  padding: 40px 0 95px;

}

.latestRelease-box {
  margin: 0 auto;
  width: 1220px;
}

.latestRelease-box .list > h1 {
  width: 830px;
  height: 50px;
  border-bottom: 1px solid #DEE1E1;
  color: #444444;
  font-weight: 900;
  font-size: 20px;
  line-height: 50px;
}

.latestRelease-box .list > h1 span {
  color: #959595;
  font-weight: 400;
  font-size: 17px;
}

.latestRelease-box .list ul.text-list-box li {
  padding: 20px 0;
  border-bottom: 1px dashed #DCDCDC;
}

.latestRelease-box .list li:last-child {
  margin-bottom: 40px;
  border-bottom: 0;
}

.latestRelease-box .list li div.text {
  width: 606px;
  height: 125px;
  color: #777777;
  font-size: 13px;
}

.latestRelease-box .list li div.text h2 {
  /*margin-bottom: 15px;*/
  color: #333;
  font-weight: 900;
  font-size: 16px;
}

.latestRelease-box .list li div.text div span {
  margin-right: 20px;
}

.latestRelease-box .read i {
  display: inline-block;
  width: 15px;;
  height: 10px;;
  background: url("../images/build-icon-01.png") no-repeat;
}

.latestRelease-box .zan i {
  display: inline-block;
  width: 12px;;
  height: 12px;;
  background: url("../images/build-icon-02.png") no-repeat;
}

.latestRelease-box .discuss i {
  display: inline-block;
  width: 13px;;
  height: 13px;;
  background: url("../images/build-icon-03.png") no-repeat;
}

.latestRelease-box .list li div.text p {
  display: -webkit-box;
  margin-bottom: 20px;
  color: #999999;
  text-overflow: ellipsis;
  line-height: 20px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.latestRelease-box .list li div.text p.date{
  padding-top: 0;
}
.rt-content {
  width: 330px;
}

.rt-content .title {
  position: relative;
  margin-bottom: 20px;
  padding-left: 22px;
  height: 50px;
  background-color: #F8F8F8;
  color: #444444;
  font-size: 18px;
  line-height: 50px;
  text-align: left;
}

.rt-content .title i {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 50px;
  background-color: #0D9151;
}

.rt-content .tab {
  /* display: -webkit-flex; */
  margin-bottom: 40px;
  /* justify-content: space-between; */ /* flex-wrap: wrap; */
}

.rt-content .tab li {
  float: left;
  /*overflow: hidden;*/
  margin-bottom: 10px;
  margin-right: 6px;
  /*width: 78px;*/
  /*text-overflow: ellipsis;*/
  /*white-space: nowrap;*/

}





.rt-content .tab li a {
  display: block;
  /*width: 78px;*/
  height: 35px;
  border: 1px solid #D8D8D8;
  color: #A2A2A2;
  text-align: center;
  font-size: 14px;
  padding: 8px 5px;
  /*line-height: 35px;*/
}

.rt-content .article .text-box {
  margin-top: 0;
  width: 205px;
  color: #666666;
  font-size: 16px;
}

.rt-content .article .text-box div {
  margin-top: 13px;
  color: #A9A9A9;
  font-size: 14px;
}

.rt-content .article li {
  padding: 13px 0;
  border-bottom: 1px dashed #D0D0D0;
}

.rt-content .article li:first-child {
  padding-top: 0;
}

.rt-content .article li:last-child {
  border-bottom: 0;
}

.rt-content .one-img {
  margin: 17px 0 50px;
}

.rt-content .goodArticle li {
  padding: 13px 0;
  border-bottom: 1px dashed #D0D0D0;
}

.rt-content .goodArticle li:last-child {
  margin-bottom: 30px;
}

.rt-content .goodArticle li a {
  color: #666666;
  font-size: 16px;
}

.rt-content .goodArticle li div {
  margin-top: 15px;
}

.rt-content .items {
}

.rt-content .items span {
  margin-right: 2px;
  margin-bottom: 2px;
  font-size: 14px;
}

.rt-content .items .size01 {
  color: #929292;
  font-size: 21px;
}

.rt-content .items .size03 {
  font-size: 17px;
}

.latestRelease-box .titleT{
	border-bottom: 1px solid #dfe1e0;
	color: #999999;
	font-size: 16px;
	font-family: arial;
}
.latestRelease-box .titleT span{
	color: #444444;
	font-size: 20px;
	font-weight: bold;
	font-family: "微软雅黑";
	display: inline-block;
	margin-right: 10px;
	padding-bottom: 10px;
	position: relative;
	bottom: -1px;
	border-bottom: 2px solid #166ecf;
}

.latestRelease-box .titleT{
	margin-top: 40px;
}
.latestRelease-box .titleT:first-child{
	margin-top: 0;
}
.latestRelease-box .ul_search li{
	padding-top: 20px;
	width: 48%;
	float: left;
	color: #666666;
	font-size: 16px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.latestRelease-box .ul_search li:nth-child(2n){
	float: right;
}
.latestRelease-box .ul_search li a{
	text-decoration: underline;
}
.latestRelease-box .words{
	margin-top: 20px;
}
.latestRelease-box .words a{
	margin-right: 5px;
}
.latestRelease-box .link a{
	display: inline-block;
	color: #666666;
	font-size: 16px;
	margin-top: 20px;
	margin-right: 18px;
}

.number {
  margin: 40px auto 0;
  /*width: 406px;*/
  /*padding: 0 150px;*/
}

.number li {
  float: left;
  margin-right: 1px;
}

.number li:first-child a, .number li:last-child a {
  background-color: transparent;
}

.number li:first-child {
  margin-right: 20px;
}

.number li:last-child {
  margin-right: 0;
  margin-left: 20px;
}

.number li a {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: transparent;
  color: #999999;
  text-align: center;
  font-size: 18px;
  line-height: 45px;
}

/*.imgList-box .number li:not(:first-child) a.active,*//*.imgList-box .number li:not(:last-child) a.active{*/ /* background-color: #0D9151; */ /* color: #ffffff; *//*;;}*/
.number li:not(:first-child):hover a, .number li:not(:last-child):hover a {
  background-color: #0D9151;
  color: #ffffff;
}

/*资讯详情*/
.article-details {
  margin: 50px auto;
  width: 1220px;
}

.f-l {
  float: left;
}

.article-details .article {
  width: 840px;
}

.article-details .article .article-header {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #e3e3e3;
}

.article-details .article .article-header .more {
  width: 840px;
}

.article-details .article .article-header h1 {
  margin-bottom: 20px;
  color: #333333;
  font-weight: normal;
  font-size: 27px;
}

.article-details .article .article-content {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px dotted #e3e3e3;
  color: #777777;
  font-size: 15px;
  line-height: 28px;
}

.article-details .aside {
  width: 305px;
}

.f-r {
  float: right;
}

.gz_img {
  margin-bottom: 20px;
  line-height: 0;
}

.article-details .aside .aside-title {
  margin-bottom: 5px;
  padding: 17px;
  border-left: 2px solid #d71c27;
  background: #f7f7f7;
  color: #666;
  font-weight: normal;
  font-size: 16px;
}

.article-details .aside .hot-article2 .item {
  /* padding: 15px 0; */
  padding-bottom: 15px;
  border-bottom: 1px dotted #d0d0d0;
}

.article-details .aside .hot-article2 .item p {
  margin-top: 10px;
}

.article-details .article .articles-link {
  margin-bottom: 70px;
  width: 840px;
}

.article-details .article .articles-link .link a {
  display: block;
  outline: none;
  color: #777777;
  text-decoration: none;
  font-size: 15px;
  line-height: 34px;
}

.article-details .article .articles-link .link a:last-child {
  margin-top: 8px;
}

.article-details .article .articles-link .link a {
  display: block;
  height: 34px;
  outline: none;
  color: #777777;
  text-decoration: none;
  font-size: 15px;
  line-height: 34px;
}

.article-details .article .articles-link .link a .f-l {
  display: block;
  margin-right: 10px;
  width: 83px;
  height: 34px;
  border: 1px solid #c1c1c1;
  text-align: center;
  line-height: 32px;
}

.article-details .article .articles-link .link a .f-r {
  float: left;
}

.article-details .article .articles-link .return {
  float: right;
  display: block;
  margin-top: 44px;
  width: 110px;
  height: 34px;
  border: 1px solid #c1c1c1;
  color: #777777;
  text-align: center;
  line-height: 32px;
}

.article-details .aside .hot-article2 .item h3 a {
  display: block;
  overflow: hidden;
  /* margin-bottom: 10px; */
  color: #44444e;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
  font-size: 16px;
}

span.read-count {
  float: left;
  padding-left: 22px;
  background: url(../images/news-list-bg.png) no-repeat left center;
  font-size: 14px;
}

span.read-count, span.date {
  color: #a7a7a7;
  font-weight: 200;
}

span.date {
  float: right;
  font-size: 10px;
}

.more-information {
  margin: 0;
  /* margin-bottom: 8px; */
  height: 20px;
}

.img-box {
  text-align: center;
}

/*关于琪邦页面样式*/
.about-qb-banner {
    width: 100%;
    height: 658px;
    background: url("../images/about-qibang-banner.jpg") no-repeat;
    background-size: cover;
}

.about-qb-banner .about-qb-banner-text {
    position: relative;
    margin: 0 auto;
    width: 1220px;
    height: 658px;
}

.about-qb-banner .about-qb-banner-text .about-qb-banner-text-content {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 640px;
    height: 396px;
    background-color: rgba(249, 249, 249, 0.95);
}

.about-qb-banner-text-content .redBar {
    width: 640px;
    height: 6px;
    background-color: #E81D21;
}

.about-qb-banner-text-content h3 {
    color: #ECEDED;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 36px;
}

.about-qb-banner-text-content span {
    position: absolute;
    top: -20px;
    left: 0px;
    width: 240px;
    height: 64px;
    background-color: #015AAA;
    color: #FFFFFF;
    text-align: center;
    font-size: 30px;
    line-height: 64px;
    z-index: 11;
}

.about-qb-banner-text-content p {
    margin-top: 40px;
    padding: 0 40px;
    color: #666666;
    font-size: 16px;
    line-height: 30px;
}
.about-qb-banner-text-content .banner-triangle {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 40px solid #DE191A;
    border-right: 40px solid transparent;
    top: -28px;
    left: -8px;
    z-index: 10;
}


.brand-culture{
	padding: 60px 0 70px;
}
.brand-culture .efficiency-list{
	margin-top: 40px;
}
.brand-culture .efficiency-list .item {
    width: 586px;
    background: #F4F5F9;
}
.brand-culture .efficiency-list .item dd{
	padding: 35px 25px 35px 30px;
}
.brand-culture .efficiency-list .item dd h3 {
    margin-bottom: 10px;
    color: #333333;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
.brand-culture .efficiency-list .item dd p{
	color: #666666;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
}
/*琪邦KBANS CI系统*/
.kbans-ci-system{
    width:1220px;
    margin:0 auto;

}
.kbans-ci-system .tip{
    text-align: center;
    margin-bottom: 25px;
    background: url("../images/about-kbans-bg01.jpg");
    height:235px;
    display:table;
    width:100%;
}
.kbans-ci-system .tip .text-box{
    display: table-cell;
    vertical-align: middle;
}
.kbans-ci-system .tip .text-box span{
    font-size: 30px;
    color: #363636;
}
.kbans-ci-system .tip .text-box p{
    margin-top: 30px;
}
.kbans-ci-system .content-box p{
    text-align: center;
    font-size: 16px;
    color: #666;
    line-height: 24px;
    margin-top: 20px;
}
.kbans-ci-system .disc-box{
    text-align: center;
    margin-bottom: 30px;
}



/*服务优势*/
.about-qb-service-advantage {
    width: 100%;
    height: 674px;
    background: url("../images/about-qibang-img03.jpg") no-repeat;
    background-size: cover;
    padding-top: 80px;
}

.about-qb-service-advantage .ser-advan {
    margin-top: 50px;
}

.about-qb-service-advantage .ser-advan li {
    float: left;
    width: 240px;
}

.about-qb-service-advantage .ser-advan li + li {
    margin-left: 86.6px;
}

.about-qb-service-advantage .ser-advan dl {
    text-align: center;
}

.about-qb-service-advantage .ser-advan dt {
    margin: 0 auto;
    width: 170px;
    height: 170px;
}

.about-qb-service-advantage .ser-advan li:nth-child(1) dl dt {
    background: url("../images/about-qibang-icon01.png") no-repeat center center;
}

.about-qb-service-advantage .ser-advan li:nth-child(2) dl dt {
    background: url("../images/about-qibang-icon02.png") no-repeat center center;
}

.about-qb-service-advantage .ser-advan li:nth-child(3) dl dt {
    background: url("../images/about-qibang-icon03.png") no-repeat center center;
}

.about-qb-service-advantage .ser-advan li:nth-child(4) dl dt {
    background: url("../images/about-qibang-icon04.png") no-repeat center center;
}

.about-qb-service-advantage .ser-advan li:nth-child(1):hover dl dt {
    background: url("../images/about-qibang-icon01-copy.png") no-repeat center center;
}

.about-qb-service-advantage .ser-advan li:nth-child(2):hover dl dt {
    background: url("../images/about-qibang-icon02-copy.png") no-repeat center center;
}

.about-qb-service-advantage .ser-advan li:nth-child(3):hover dl dt {
    background: url("../images/about-qibang-icon03-copy.png") no-repeat center center;
}

.about-qb-service-advantage .ser-advan li:nth-child(4):hover dl dt {
    background: url("../images/about-qibang-icon04-copy.png") no-repeat center center;
}

.about-qb-service-advantage .ser-advan dd {
    color: #FFFFFF;
}

.about-qb-service-advantage .ser-advan dd h3 {
    margin: 20px 0 12px;
    font-size: 20px;
}

.about-qb-service-advantage .ser-advan dd h3 span {
    text-transform: uppercase;
    font-weight: normal;
    /* font-size: 22px; */
}

.about-qb-service-advantage .ser-advan dd p {
    font-size: 14px;
    line-height: 20px;
}

.about-qb-service-advantage a.more {
    display: block;
    margin: 55px auto 0;
    border-color: #607A95;
    width: 180px;
    height: 40px;
    border: 2px solid #607A95;
    border-radius: 40px;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    line-height: 36px;
}

.qb-message{
	padding: 60px 0 70px;
	background: #F5F5F5;
}
.qb-message .tab-details{
	margin-top: 40px;
}
.qb-message .air-message .service {
    padding-bottom: 20px;
}

.qb-message .air-message .tab {
    margin: 0 auto 40px;
    width: 322px;
}

.qb-message .air-message .tab li {
    float: left;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
    color: #333333;
    font-weight: 900;
    font-size: 14px;
    cursor: pointer;
}

.qb-message .air-message .tab li + li {
    margin-left: 26px;
}

.qb-message .air-message .tab li:hover {
    color: #E72024;
    border-bottom-color: #E72024;
}

.qb-message .air-message .tab-details {
    margin: 0 auto;
    width: 1220px;
}

.qb-message .air-message .tab-details .tab-item li {
    float: left;
}

.qb-message .air-message .tab-details .tab-item li + li {
    margin-left: 20.5px;
}

.qb-message .air-message .tab-item {
    margin-top: 40px;
}

.qb-message .air-message .tab-item dd {
    padding-top: 20px;
    width: 393px;
    font-size: 14px;
}

.qb-message .air-message .tab-item dd h3 {
    color: #333333;
    font-weight: normal;
    font-size: 16px;
}

.qb-message .air-message .tab-item dd h4 {
    margin: 6px 0 15px;
    color: #989898;
    font-weight: normal;
}

.qb-message .air-message .tab-item dd p {
    color: #777777;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/*联系琪邦*/
.contact-qibang {
	padding-top: 60px;
    margin-bottom: 70px;
}

.contact-qibang .contact-way {
    margin: 40px auto 0;
    width: 1220px;
}

.contact-qibang .contact-way .telWay {
    padding: 64px;
    width: 613px;
    height: 410px;
    background-color: #F2F2F2;
}

.contact-qibang .contact-way .telWay h3 {
    font-weight: normal;
    font-size: 20px;
    color: #000;
}

.contact-qibang .contact-way .telWay h3 span {
    color: #015AAA;
    text-transform: uppercase;
    font-size: 42px;
}

.contact-qibang .contact-way .telWay h4 {
    margin: 20px 0 23px;
    font-weight: normal;
    font-size: 20px;
    color: #000;
}

.contact-qibang .contact-way .telWay p {
    margin-bottom: 12px;
    font-size: 18px;
    color: #000;
}

.contact-qibang .contact-way .telWay p span {
    color: #939393;
    font-size: 16px;
}

.contact-qibang .contact-way .telWay h5 {
    font-size: 18px;
    color: #000;
}

.contact-qibang .contact-way .telWay h5 span {
    font-weight: normal;
}

.contact-qibang .contact-way .img-box {
    width: 607px;
}

#map {
    width: 607px;
    height: 410px;
    font-size: 12px;
}

/**2017-11-14**/
.contact_banner{
	background: url(../images/contact_banner.jpg) no-repeat center center;
	height: 657px;
}
.contact_banner .text_box{
	width: 1220px;
	margin: 0 auto;
	padding-top: 105px;
}
.contact_banner .text_box h1{
	color: #333333;
	font-size: 20px;
	font-weight: bold;
}
.contact_banner .text_box h3{
	color: #333333;
	font-size: 26px;
	font-weight: bold;
	margin-top: 9px;
}
.contact_banner .text_box h4{
	margin-top: 15px;
	color: #1a58ab;
	font-size: 26px;
	font-weight: bold;
	font-family: arial;
}
.contact_banner .text_box .text{
	margin-top: 12px;
	width: 555px;
	border-top: 1px solid #fff;
}
.contact_banner .text_box .text p{
	color: #333333;
	font-size: 16px;
	padding-top: 21px;
}
.contact_banner .text_box .text ol{
	margin-top: 18px;
}
.contact_banner .text_box .text ol a{
	display: block;
	width: 146px;
	height: 42px;
	background: #1a58ab;
	float: left;
	margin-right: 20px;
	border-radius: 3px;
	color: #fff;
	line-height: 42px;
	font-size: 14px;
	text-align: center;
}
.contact_banner .text_box .text ol a:hover{
	background: #1e468c;
}
.contact_banner .text_box .text ol a span{
	line-height: 42px;
	padding-left: 25px;
	background: url(../images/g_icon.png) no-repeat left center;
}
.contact_banner .text_box .text ol a.zixun span{
	line-height: 42px;
	padding-left: 34px;
	background: url(../images/g_icon2.png) no-repeat left center;
}

.contact_banner .text_box .text ol a.yx{
	background: #fdfdfd url(../images/yx_icon.png) no-repeat 20px center;
	min-width: 227px;
	color: #a8a8a8;
	padding-left: 46px;
	padding-right: 10px;
	text-align: left;
	font-size: 16px;
}

.contact_banner .text_box .text p.dd span{
	color: #6d6d6d;
	font-size: 13px;
	background: url(../images/g001.png) no-repeat left center;
	padding-left: 18px;
	display: inline-block;
	margin-left: 8px;
	cursor: pointer;
}
.contact_banner .text_box .text p.dd span.cur{
	background: url(../images/g002.png) no-repeat left center;
}

.contact_banner .text_box .text ul{
	margin-top: 18px;
}
.contact_banner .text_box .text ul li{
	float: left;
	height: 40px;
	line-height: 40px;
	margin-right: 7px;
	margin-bottom: 9px;
	background: #fff;
}
.contact_banner .text_box .text ul li:first-child{
	width: 143px;
}

.contact_banner .text_box .text ul li:nth-child(2){
	width: 181px;
}

.contact_banner .text_box .text ul li:nth-child(3){
	width: 210px;
	margin-right: 0;
}
.contact_banner .text_box .text ul li:nth-child(4){
	width: 442px;
	height: 60px;
}
.contact_banner .text_box .text ul li:last-child{
	width: 100px;
	height: 60px;
	margin-right: 0;
	line-height: 60px;
}
.contact_banner .text_box .text ul li input{
	width: 100%;
	border: none;
	background: none;
	padding: 0 10px;
	font-size: 14px;
	height: 40px;
	font-family: "微软雅黑";
}
.contact_banner .text_box .text ul li textarea{
	width: 100%;
	height: 60px;
	line-height: 40px;
	padding:  0 10px;
	border: none;
	background: none;
	font-family: "微软雅黑";
}
.contact_banner .text_box .text ul li:last-child input{
	height: 60px;
	width: 100%;
}

.contact_box{
	background: url(../images/contact_bg.jpg) no-repeat center center;
	height: 757px;
}
.contact_box .box{
	width: 1220px;
	margin: 0 auto;
	position: relative;
	padding-top: 107px;
}
.contact_box .box .left{
	width: 733px;
	float: left;
}
.contact_box .box .left .img{
	margin-top: 50px;
}
.contact_box .box .right{
	position: absolute;
	right: -8px;
	top: 154px;
	width: 572px;
	height: 448px;
	background: url(../images/contact_bg2.png) no-repeat center center;
	padding: 85px 46px 0 82px;
}
.contact_box .box .right h3{
	color: #333333;
	font-size: 20px;
	font-weight: bold;
}
.contact_box .box .right .bt{
	border-bottom: 1px solid #f5f5f5;
	margin-top: 15px;
}
.contact_box .box .right .bt span{
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 12px;
}
.contact_box .box .right .text{
	margin-top: 10px;
}
.contact_box .box .right .text p{
	padding-top: 0;
	color: #666666;
	font-size: 16px;
	line-height: 26px;
}


.contact_new{
	padding-bottom: 60px;
    width: 1220px;
    margin: 0 auto;
}
.contact_new ul li{
	width: 393px;
	float: left;
	margin-right: 20px;
}
.contact_new ul li:last-child{
	margin-right: 0;
}
.contact_new ul li h3{
	color: #333333;
	font-size: 16px;
	margin-top: 10px;
	text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.contact_new ul li span{
	font-size: 14px;
	color: #666;
	margin-top: 5px;
	display: block;
}
.contact_new ul li p{
	font-size: 14px;
	color: #666;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	margin-top: 10px;
}

.contact_new_box{
	padding-top: 60px;
}
.contact_new_box .contact_new{
	margin-top: 40px;
}
.page {
  text-align: center;
}
.page a {
  display: inline-block;
  border: 1px solid #e4e4e4;
  line-height: 40px;
  color: #666666;
  font-size: 14px;
  margin: 0 1px;
  transition: all .5s;
  padding: 0 16px;
}
.page a:hover,
.page a.cur {
  background: #0c5194;
  border-color: #0c5194;
  color: #fff;
}
/**2018-8-14**/
.core_box {
  padding: 60px 0;
}
.core_box ul {
  margin-top: 40px;
}
.core_box ul li {
  float: left;
  width: 24.25%;
  position: relative;
  margin-right: 1%;
}
.core_box ul li:last-child {
  margin-right: 0;
}
.core_box ul li .img {
  line-height: 0;
}
.core_box ul li .img img {
  width: 100%;
}
.core_box ul li .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  color: #fff;
}
.core_box ul li .text h3 {
  font-size: 17px;
  font-weight: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.core_box ul li .text p {
  margin-top: 10px;
  color: #e2e2e2;
  font-size: 14px;
}
.core_box2 {
  background: url(../images/core_bg.jpg) no-repeat center center;
  min-height: 507px;
  padding-top: 122px;
}
.core_box3 ol li {
  text-align: center;
  border-bottom: 1px solid #ebebeb;
}
.core_box3 ol li .text {
  position: relative;
  background: none;
}
.core_box3 ol li .text h3 {
  color: #333333;
  font-size: 18px;
}
.core_box3 ol li .text p {
  color: #333333;
  line-height: 24px;
  height: 48px;
}
.core_box3 ol li:hover {
  border-bottom-color: #015aaa;
}
.core_box3 ol li:hover .text h3 {
  color: #015aaa;
}
.core_box4 {
  background: url(../images/core_bg2.jpg) no-repeat center center;
  min-height: 457px;
  padding-top: 125px;
}
.core_box4 .text {
  max-width: 768px;
  width: 100%;
  margin: 35px auto 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
}
.core_box5 {
  padding-bottom: 70px;
}
/*2018.8.14*/
.nybanner_box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
	padding-top: 170px;
}
.nybanner_box h1{
	color: #FFFFFF;
	font-size: 36px;
	font-weight: bold;
}
.nybanner_box h1 .trangle_01{
	display: inline-block;
	width: 0;
	height: 0;
	border: 15px solid #E62422;
	vertical-align: super;
	border-right-color: transparent;
	border-bottom-color: transparent;
}
.nybanner_box h1 .trangle_02{
	display: inline-block;
	width: 0;
	height: 0;
	border: 15px solid #E62422;
	vertical-align: sub;
	border-left-color: transparent;
	border-top-color: transparent;
	position: relative;
	bottom: -10px;
}
.nybanner_box p{
	color: #ffffff;
	font-size: 18px;
	margin-top: 20px;
}
.nybanner_box2 h1{
	font-size: 30px;
}
.nybanner_box2 h1 .trangle_01{
	position: relative;
	top: -40px;
}

.jian{
	    background: url(../images/arrow-icon.png) no-repeat;
		display: inline-block;
    margin-left: 5px;
    width: 11px;
    height: 6px;
	vertical-align: middle;
    transition: transform .3s linear;
}

.header .nav ul li:hover  a .jian{
	    transform: rotateZ(180deg);
}

.header .nav ul li .nav_box a:hover{
	background:#004D95;
	color:#fff;
}
/**2018-8-16**/
.chu_service {
  padding: 60px 0;
  border-bottom: 1px solid #e8e8e9;
}
.chu_service ul {
  margin-top: 45px;
  text-align: center;
}
.chu_service ul li {
  display: inline-block;
  width: 267px;
  position: relative;
}
.chu_service ul li:before {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  width: 1px;
  height: 95px;
  background: #e6e7e7;
}
.chu_service ul li:last-child:before {
  display: none;
}
.chu_service ul li .img {
  height: 65px;
  line-height: 0;
}
.chu_service ul li .text {
  color: #666;
  font-size: 16px;
  margin-top: 20px;
}
.chu_service2 {
  margin-top: 20px;
  background: url(../images/chu_bg.jpg) no-repeat center center;
  min-height: 576px;
  padding-top: 70px;
}
.chu_service2 ol {
  text-align: center;
  margin-top: 50px;
  padding: 0 5px;
}
.chu_service2 ol li {
  width: 117px;
  float: left;
}
.chu_service2 ol li .icon {
  width: 117px;
  height: 117px;
  position: relative;
}
.chu_service2 ol li .icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.chu_service2 ol li .text {
  padding-top: 10px;
}
.chu_service2 ol li .text p {
  color: #fff;
  font-size: 14px;
}
.chu_service2 ol li .text span {
  margin-top: 5px;
  display: block;
  color: #c3e1ff;
  font-size: 12px;
}
.chu_service2 ol .li2 {
  margin-top: 53px;
  width: 65px;
  height: 21px;
  line-height: 0;
}
.chu_service2 .jt {
  width: 45px;
  margin: 35px auto;
  line-height: 0;
}
.chu_service2 .chu_t {
  width: 178px;
  line-height: 45px;
  background: #015aaa;
  color: #fff;
  font-size: 15px;
  text-align: center;
  margin: 0 auto;
  border-radius: 50px;
}
.chu_service3 {
  padding: 60px 0;
}
.chu_service3 ol {
  margin-top: 40px;
}
.chu_service3 ol li {
  text-align: center;
  float: left;
  width: 32%;
  min-height: 278px;
  margin-left: 2%;
  padding: 50px 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.chu_service3 ol li:first-child {
  margin-left: 0;
}
.chu_service3 ol li .icon {
  height: 64px;
  line-height: 0;
}
.chu_service3 ol li .icon em {
  display: block;
}
.chu_service3 ol li .icon span {
  display: none;
}
.chu_service3 ol li .text {
  padding-top: 20px;
}
.chu_service3 ol li .text h3 {
  color: #333333;
  font-size: 22px;
  font-weight: normal;
}
.chu_service3 ol li .text p {
  margin-top: 10px;
  color: #333333;
  font-size: 16px;
}
.chu_service3 ol li:hover {
  background: url(../images/chu_4.jpg) no-repeat center center / cover;
}
.chu_service3 ol li:hover .icon em {
  display: none;
}
.chu_service3 ol li:hover .icon span {
  display: block;
}
.chu_service3 ol li:hover .text h3,
.chu_service3 ol li:hover .text p {
  color: #fff;
}
.chu_service4 {
  background: url(../images/chu_bg2.jpg) no-repeat center center;
  min-height: 605px;
  padding-top: 140px;
}
.chu_service4 ol li {
  float: left;
  width: 43%;
}
.chu_service4 ol li:first-child + li {
  float: right;
}
.chu_service4 ol li .icon {
  width: 46px;
  line-height: 0;
  float: left;
}
.chu_service4 ol li .text {
  margin-top: -5px;
  width: 430px;
  float: left;
  margin-left: 22px;
  color: #fff;
}
.chu_service4 ol li .text h3 {
  font-size: 24px;
  font-weight: normal;
}
.chu_service4 ol li .text .t {
  font-size: 18px;
  margin-top: 5px;
}
.chu_service4 ol li .text .box {
  margin-top: 16px;
  font-size: 16px;
  line-height: 30px;
}

/*右侧边栏样式*/
.sidebar-box{
    position: fixed;
    right:0;
    bottom:28%;
    transform: translateY(-50%);
    -ms-transform:translateY(-50%); /* IE 9 */
    -moz-transform:translateY(-50%);    /* Firefox */
    -webkit-transform:translateY(-50%); /* Safari 和 Chrome */
    -o-transform:translateY(-50%);
    z-index:1000;
}
.sidebar li{
    width:50px;
    height:50px;
    background-color: #EAEAEA;
    /*padding: 15px;*/
    position:relative;
    text-align:right;
    border-bottom: 1px solid #DBDBDB;
    transition:all 0.5s ease-in-out;
}
.sidebar li+li{

}
.sidebar li i{
    width:50px;
    height:49px;
    position: absolute;
    right:0;
    top:0;
    z-index:1100;
    background-color: #EAEAEA;
    transition:all 0.5s ease-in-out;
}

.sidebar li a{
    display:block;
    width:100%;
}
.sidebar li .text{
    width:220px;
    font-size:14px;
    color:#181818;
    font-weight: 600;
    position:absolute;
    left:50px;
    top:50%;
    transform: translateY(-50%);
    -ms-transform:translateY(-50%); /* IE 9 */
    -moz-transform:translateY(-50%);    /* Firefox */
    -webkit-transform:translateY(-50%); /* Safari 和 Chrome */
    -o-transform:translateY(-50%);
    text-align:left;
    z-index:10;
}
.sidebar li .icon01{
    background:url('../images/aside-img01.png') no-repeat center #EAEAEA;
}
.sidebar li .icon02{
    background:url('../images/aside-img02.png') no-repeat center #EAEAEA;
}
.sidebar li .icon03{
    background:url('../images/aside-img03.png') no-repeat center #EAEAEA;
}
.sidebar li .icon04{
    background:url('../images/aside-img04.png') no-repeat center #EAEAEA;
}
.sidebar li .icon05{
    background:url('../images/aside-img05.png') no-repeat center #EAEAEA;
}
.sidebar li .icon06{
    background:url('../images/aside-img06.png') no-repeat center #EAEAEA;
}



.sidebar:hover li{
    width: 250px;
}
.sidebar:hover li .text{
    left:30px;
}
.sidebar li:hover{
    background-color: #181818;
}
.sidebar li:hover .text{
    color: #FFFFFF;
}
.sidebar li:hover .icon01{
    background:url('../images/aside-img001.png') no-repeat center #181818;
}
.sidebar li:hover .icon02{
    background:url('../images/aside-img002.png') no-repeat center #181818;
}
.sidebar li:hover .icon03{
    background:url('../images/aside-img003.png') no-repeat center #181818;
}
.sidebar li:hover .icon04{
    background:url('../images/aside-img004.png') no-repeat center #181818;
}
.sidebar li:hover .icon05{
    background:url('../images/aside-img005.png') no-repeat center #181818;
}
.sidebar li:hover .icon06{
    background:url('../images/aside-img006.png') no-repeat center #181818;
}

/*侧边end*/

/*新详情页*/
/*新详细页*/
.motion_top.in_motion {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: transform 2s , opacity 1.5s;
    -moz-transition: transform 2s , opacity 1.5s;
    -ms-transition: transform 2s , opacity 1.5s;
    -o-transition: transform 2s , opacity 1.5s;
    transition: transform 2s , opacity 1.5s;
}
.contactUsBanner {
    position: relative;
}
/* 
.contactUsBanner > img {
    width: 100%;
    height: 800px;
} */

.newsshow_banner {
    position: absolute;
    left: 50%;
    top: 310px;
    margin-left: -630px;
    width: 1260px;
}
.newsshow_banner .bt_text h3 {
    color: #015aaa;
    font-size: 40px;
}
.newsshow_banner .bt_text p {
    color: #333333;
    font-size: 16px;
    margin-top: 10px;
}
.newsshow_banner ol {
    margin-top: 55px;
}
.newsshow_banner ol li:first-child {
    border-left: none;
    padding-left: 0;
}
.newsshow_banner ol li {
    float: left;
    padding: 0 32px;
    border-left: 1px solid #b8b9c0;
}

.newsshow_banner ol li .t h3 {
    color: #2d2d2d;
    font-size: 16px;
}
.newsshow_banner ol li .t p {
    margin-top: 7px;
    color: #666;
    font-size: 13px;
}

.newsshow_banner ol li .t {
    width: 186px;
    margin-top: 20px;
}

.rt-content .titleT {
    border-bottom: 1px solid #dfe1e0;
    color: #999999;
    font-size: 16px;
    font-family: arial;
    text-align: left;
}

.rt-content .titleT span {
    color: #444444;
    font-size: 20px;
    font-weight: bold;
    font-family: "微软雅黑";
    display: inline-block;
    margin-right: 10px;
    padding-bottom: 10px;
    position: relative;
    bottom: -1px;
    border-bottom: 2px solid #166ecf;
}

.guo_box {
    background: url(../images/szj_img1.jpg) no-repeat center center;
    height: 194px;
    padding: 25px 24px;
}

.guo_box p {
    color: #1e3149;
    font-size: 16px;
}

.guo_box .t {
    margin-top: 15px;
}
.guo_box2 {
    padding: 30px 10px;
}
.guo_box2 .img {
    float: left;
    line-height: 0;
}
.guo_box2 p {
    margin-left: 20px;
    padding-top: 5px;
    float: left;
    color: #373439;
    font-size: 16px;
    line-height: 24px;
}
.guo_box3 {
    margin-bottom: 40px;
}
.guo_box .t a {
    display: block;
    line-height: 0;
    margin-bottom: 7px;
}

/*t19-12-18*/
.xzdh{
	float: left;
	font-size: 12px;
}
.xzdh p span{
	font-size: 12px;
	line-height: 20px;
	margin:0 0px;
		font-family: "微软雅黑";
}
.xzdh p{
	display:block;
	float:left;
	padding:0 0;
	line-height:26px;
	font-size: 12px;
	line-height: 20px;
	color: #666;
	font-family: "宋体";
} 
.xzdh p a{
	padding:0 0;
	color: #666;
	font-size: 12px;
}
.banner .gbox{
	position: relative;
	height: 800px;
}
.banner .gbox .img1{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.banner .gbox .img2{
	position: absolute;
	left: 50%;
	top: 58%;
	transform: translate(-50%,-50%);
}
.banner .slick-dots{
	bottom: 40px;
}
.banner .slick-dots li button{
    border-radius: 50px;
    width: 10px;
    height: 10px;
    background: #fff;
    margin: 0 5px;
    opacity: .4;
}
.banner .slick-dots li.slick-active button{
	opacity: 1;
	background: #fff;
}
.banner .slick-arrow{
	width: 48px;
	height: 48px;
	border: none;
	margin-top: -24px;
}
.banner .slick-prev{
	background: url(../images/index_prev2.png) no-repeat center center;
	left: 60px;
}
.banner .slick-next{
	background: url(../images/index_next2.png) no-repeat center center;
	right: 60px;
}
.left_animate {
  transition: all 2s;
  opacity: 0;
  -webkit-transform: translateX(-40%);
  -moz-transform: translateX(-40%);
  -ms-transform: translateX(-40%);
  -o-transform: translateX(-40%);
  transform: translateX(-40%);
}
.banner_animate {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.right_animate{
    transition: all 5s;
    -webkit-transform: scale(1.2);
    -moz-transform:  scale(1.2);
    -ms-transform:  scale(1.2);
    -o-transform: scale(1.2);
    transform:  scale(1.2);
}
.banner_zoom{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.trust-box .img-box03{
	max-width: 44%;
}


	
	.trust-box .left-box .text-content .icon-box li+li{
		margin-left: 22px;
	}
