
  
.clear{clear:both;}
img {
  max-width: 100%;
  outline: none;
}

.fixs {
    display: none;
}

.owl {
    position: relative
}
.banner .item {
    position: relative;
    font-family: Arial
}
.banner .item .text {
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 24px
}
.banner .text h2 {
    font-size: 2em;
    margin-bottom: 1em
}

.banner .img1 {
    overflow: hidden
}
.owl {
    position: relative
}
.banner_cur {
    position: absolute;
    top: 40%;
    left: 5%;
    right: 5%;
    z-index: 10
}
.banner_cur span {
    display: block;
    width: 54px;
    height: 54px;
    background: url(../image/cur1.png) no-repeat center center;
    float: left;
    cursor: pointer;
    border-radius: 100%
}
.banner_cur span.next {
    float: right;
    background: url(../image/cur2.png) no-repeat center center
}
.banner_cur span:hover {
    background-color: rgba(255,255,255,.1)
}
.table{ border-collapse:collapse; cellspacing:0; cellpadding:0;  width:100%; clear:both;}
.table tr:first-child{font-size:14px;background:#f8f8f8;}
.table td{padding:5px;  border:1px solid #E8E8E8;}


.vcenter {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  margin: auto;
}
.tHide {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.blockFull {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.relative {
  position: relative;
}
a:hover {
  color: #04438c;
}
* {
  transition: All 0.2s ease-in-out;
  -webkit-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
}
body {
  font-family: "微软雅黑";
  overflow-x: hidden;
}
ul {
  padding: 0px;
}
ul li {
  list-style: none;
}
.pagelist{text-align:center; padding:10px 0;}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}
.pagination>li {
    display: inline
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #04438c;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 3;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}
.proimg{text-align:center;}
.proimg img{max-width:100%; height: auto;}

.ny_main{padding:30px 0; line-height: 28px; font-size: 14px; color: #333;}

/*优势*/
.advBg .PostBox ul {
    font-size: 0;
    padding: 20px 0px 0 0;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
.advBg .PostBox ul li {
    width: 25%;
	float: left;
}
.advBg .PostBox ul li .liBox {
    height: 100%;
    text-align: center;
    font-size: 14px;
}
.advBg .PostBox ul li .liBox .imgBox {
    width: 168px;
    margin: 0 auto;
    display: block;
    border-radius: 100%;
    overflow: hidden;
    font-size: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    filter: alpha(opacity=80);
    opacity: 0.8;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.advBg .PostBox ul li .liBox .imgBox:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}
.advBg .PostBox ul li .liBox h4 {
    font-size: 20px;
    color: #3D444F;
    padding: 5px 0;
    font-weight: normal
}
.advBg .PostBox ul li .liBox p {
    line-height: 22px;
    padding: 0px 8px;
    font-size: 14px;
    color: #646A75
}
.advBg.PostBox .PostBox {
    overflow: visible;
}
.advBg{padding:30px 0;}


/*About us*/
.PostBox.aboutBg {
    background: #FCFCFC;
}
.PostBox.about .post {
    padding: 0;
    max-width: 100%;
    position: relative;
}
.PostBox.about .post .postAbout {
    height: 500px;
    width: 50%;
    float: right;
    position: relative;
    z-index: 1;
}
.PostBox.about .post .aboutImg {
    height: 500px;
    width: 50%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.PostBox.about .post .postTitle {
    padding: 110px 30px 20px 0;
    text-align: left;
}
.PostBox.about .post .postTitle h3{font-size:20px; color: #333;}
.PostBox.about .post .postTitle .title2{ color:#666; font-size: 14px;}
.post .postTitle {
    text-align: center;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 1.5%;
    z-index: 2;
}
.PostBox.about .post .PostText {
    line-height: 24px;
    color: #666;
    padding-right: 60px;
    text-align: left;
    position: relative;
    z-index: 2;
}
.PostBox.about .post .more {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 115px;
}
.post .more {
    padding: 35px 0 0;
    text-align: center;
    clear: both;
}
.post .more a {
    padding: 8px 30px;
    display: inline-block;
    background: #04438c;
    color: #fff;
    text-shadow: none;
    font-size: 14px;
    filter: alpha(opacity=80);
    opacity: 0.8;
    position: relative;
    border: 1px solid #ddd;
    color: #FFF;

}


.PostBox.about .post .postAbout:after {
    content: "";
    display: block;
    width: 110%;
    height: 400px;
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    right: 0%;
    top: 50%;
    z-index: 0;
    box-shadow: 0 6px 40px rgba(128, 128, 128, 0);
    transform: translateY(-50%);
}

.in-tab{ text-align: center;}
.in-tab ul{}
.in-tab ul li{    
    display: inline-block;
	padding:15px;
    vertical-align: middle;}
.in-tab ul li .pic{ text-align: center;}
.in-tab ul li .pic img{width:120px; height: 120px; border-radius: 50%; border: 1px solid #DDD;}
.in-tab ul li p{ font-size: 18px; text-align: center; margin-top: 20px;}


.newstab {
}
.newstab ul {
	list-style:none; text-align: center;
}
.newstab li {line-height: 50px;
    display: inline-block;
    margin-bottom: 10p;
    vertical-align: middle;
	line-height: 45px;
	padding: 0 10px;
	color: #000;
	border: 1px solid #DDD;
	margin: 0 5px;
}
.newstab li:hover {
	text-decoration:none;
}
.newstab li.curr {
	background:#04438c;
	border-bottom-color:#fff;
	cursor:pointer;
	color: #fff;
}

#owl0.owl-carousel:hover .owl-nav button {
    opacity: 1;
}
.owl-dots {
    text-align: center;
}
.owl-dots .owl-dot span {
    width: 12px;
    height: 6px;
    border-radius: 5px;
    background: #04438c;
    display: inline-block;
    opacity: .5;
    margin: 0 3px;
}
.owl-dots .owl-dot.active span {
    opacity: 0.9;
    width: 20px;
}
.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    display: block;
    position: absolute;
    outline: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 6;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#owl0 .owl-dots {
    display: inline-block;
    position: absolute;
    bottom:25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}
#owl0.owl-carousel .owl-nav .owl-prev {
    left: 80px;
}
#owl0.owl-carousel:hover .owl-nav .owl-prev {
    left: 20px;
}
#owl0.owl-carousel .owl-nav .owl-next {
    right: 80px;
}
#owl0.owl-carousel:hover .owl-nav .owl-next {
    right: 20px;
}
#owl0.owl-carousel .owl-nav i {
    font-size: 60px;
    color: #fff;
    opacity: 0;
}
#owl0.owl-carousel:hover .owl-nav i, #owl0.owl-carousel:hover .owl-nav i {
    opacity: 1;
}

.pro_list{ padding: 20px 0;}
.i_title{ padding:10px 0; position: relative; border-bottom: 1px solid #ddd; margin-bottom: 20px;}
.i_title h3{ font-size: 22px; margin: 0; font-weight: normal; color: #000; padding-bottom: 5px;}
.i_title span{ background: #04438c; height: 2.5px; width: 40px; display: block; float: left; margin-top: 11px; margin-right: 10px;}
.i_title p{font-size: 12px; color: #999;}
.i_title ul{position: absolute; right: 0; top: 20px;}
.i_title ul li{line-height:40px; text-align: center; float: left; padding:0px 20px; font-size: 14px; cursor: pointer;}
.i_title li.curr {
	background:#04438c;
	color: #FFF;
	cursor: pointer;}
.prolist{}
.prolist ul{ padding:10px 0;}
.prolist ul li{width:25%; float:left; margin-bottom: 20px; position: relative;}
.prolist ul li .pd4{margin:4px; }
.prolist ul li:hover{background: #04438c;}
.prolist ul li .pic{overflow: hidden;}
.prolist ul li .pic img{transition: 0.5s ease all}
.prolist ul li .pic img:hover{transform:scale(1.1)}
.prolist .tit{line-height: 50px; text-align: center; font-size: 16px;color: #333; height: 50px; overflow: hidden; text-overflow: ellipsis;white-space: nowrap; background: #F2F2F2;}
.prolist ul li:hover .tit{color:#FFF;background: #04438c;}

.izizhi{padding:30px 0;}

.in_page{ padding: 30px 0;}


.prolm{ line-height: 40px; }
.prolm h3{ padding:0 0 20px; font-size: 28px; line-height: 40px; margin: 0; color: #000; margin: 0; font-weight: normal; border-bottom: 1px solid #DDD;}
.prolm ul{padding:20px 0;}
.prolm ul li{font-size: 18px; color: #666; float: left;}
.prolm ul li a{padding:8px 25px; color: #666;}
.prolm ul li a:hover{color:#04438c;}
.prolm ul li .on{ background: #f2f7ff; border-radius: 10px; color:#04438c}

.protxt{ padding-top: 20px;}
.protxt .proimg{width:40%; float: left;}
.protxt .smtext{width:58%; float: right; padding-top: 40px;}
.protxt .smtext h3{ font-size: 20px; color: #000; margin: 0 0 30px;}
.protxt .smtext .jianjie{ padding:10px 0; color: #666; line-height: 30px; font-size: 14px;}
.protxt .smtext .bq{ padding:10px 0; font-size: 16px; color: #333;}
.protxt .smtext .bq span{padding-right: 2px;}
.protxt .smtext .pro_c p{margin-top:20px; font-size: 24px; color: #FF0004;}
.protxt .smtext .pro_c p i{margin-right:10px;}
.protxt .pro_more{color:#666; font-size: 14px; line-height: 28px; margin-top: 30px;}

.protxt .description{}


.about_ys{background:#04438c; padding:30px 0;}
.about_ys ul{}
.about_ys ul li{width:25%; float: left; border-right:1px solid #FFF; text-align: center; color:#FFF;}
.about_ys ul li h3{margin:0 0 15px; font-size: 24px;}


.about{ padding:20px 0; line-height: 28px; font-size: 14px; color: #333;}





.fl{float:left;}
.fr{float:right;}
.pinpai{background:url(../image/pinpaibj.jpg) top center no-repeat; padding:20px 0;}
.pplist{ position: relative; padding:30px 0 0px;}
.pplist .listbox{width:47%; margin: 3% 0;}
.pplist .listbox .pptit{ font-size: 18px; font-weight: bold; color: #444; margin-bottom: 12px;}
.pplist .listbox .pptit img{width:28px; margin-right: 5px;}
.pplist .listbox .ppsmtxt{ font-size: 14px; color: #666; text-indent: 2em;}
.pplist .s_line{width:1px; background: #cccccc; height: 260px; position: absolute; left: 50%;}
.pplist .h_line{width:100%; background:  #cccccc; height: 1px; float: left;}

.iabout{background:#F0F0F0; padding: 30px 0;}
.iaboutxt{}
.iaboutxt .about_img{width:50%; float: left;}
.iaboutxt .about_img img{width:100%; height: auto;}
.iaboutxt .about_box{width:50%; float: left; background: #04438c; height:410px;}
.iaboutxt .about_box .pd10{padding:30px; color:#FFF;}
.iaboutxt .about_box .pd10 h3{ font-size: 20px; margin:0 0 10px;}
.iaboutxt .about_box .pd10 h4{ font-size: 18px; margin: 0 0 20px;}
.iaboutxt .about_box .pd10 .company{ font-size: 14px; line-height: 28px; text-indent: 2em;}
.iaboutxt .about_box .pd10 .a_more a{ float: left; margin-top: 20px; padding:10px 20px; display: block; border: 1px solid #FFF; color: #FFf;}
.iaboutxt .about_box .pd10 .a_more a:hover{background: #FFF; color:#04438c; }

.iaboutimg{padding-top:20px;}


.iproducts{ background: #FFF;padding:5px;}
.iproducts img{width:100%; height: auto;}
.iproducts p{ padding:15px 0; text-align: center; font-size: 16px;}

.hc_tit{ text-align: center; font-size: 30px; color: #000;}
.hc_ftit{text-align: center; font-size:16px; color: #999; padding:10px 0 30px;}
.huace{ padding:40px 0 0px;}
.huace .hc_l{width:49%; float: left; position: relative; overflow: hidden;}
.huace .hc_l img{width:100%; height:auto; transition: 0.5s ease all}
.huace .hc_l img:hover{transform:scale(1.1)}
.huace .hc_l dt{position: absolute; bottom: 0; width:100%; height: 40px; line-height: 40px; text-align: center; font-size: 16px; color: #FFF; background-color: rgba(0,0,0,0.5)}
.huace .hc_r{width:49%; float: right;}
.huace .hc_r ul{}
.huace .hc_r ul li{width:48%; float: left; position: relative; overflow: hidden;}
.huace .hc_r ul li img{width:100%; height: auto; transition: 0.5s ease all}
.huace .hc_r ul li img:hover{transform:scale(1.1)}
.huace .hc_r ul li dt{position: absolute; bottom: 0; width:100%; height: 40px; line-height: 40px; text-align: center; font-size: 16px; color: #FFF; background-color: rgba(0,0,0,0.5)}
.huace .hc_r ul li:nth-child(1){float:right; margin-bottom: 16px;}
.huace .hc_r ul li:nth-child(2){ margin-bottom: 16px;}
.huace .hc_r ul li:nth-child(3){}
.huace .hc_r ul li:nth-child(4){float:right; }

.hotpro{background:url("../image/hotbj.jpg") top center no-repeat; padding-top:100px;}
.hotpro .hot_tit{ padding:30px; text-align: center; font-size: 32px; color: #FFF;}
.hot_box{background:#FFF; padding:70px 10% 30px; }
.hot_box .hot_img{margin-bottom: 15px; position: relative;} 
.hot_box .hot_img .btn1{position:absolute; bottom: 40px; right: 5%;}
.hot_box .hot_img .btn1 a ,.hot_box .hot_img .btn2 a{padding:12px 30px; color: #FFF; background: #fe0000; border-radius: 20px; font-size: 22px;}
.hot_box .hot_img .btn1 a:hover ,.hot_box .hot_img .btn2 a:hover{ background: #ce0000;}
.hot_box .hot_img .btn2{position:absolute; bottom: 40px; left: 5%;}




.inews{ padding:10px 5px;}
.inews ul{ padding:20px 0;}
.inews ul li{width:24%; float: left; height: auto; margin: 0 0.5%;}
.inews ul li img{width:100%; margin-bottom: 10px;}
.inews ul li dt{ line-height: 30px;font-size: 15px;}
.inews ul li dd{ line-height: 24px; font-size: 12px; color: #666;}

.case-nav{ text-align: center;}
.case-nav ul{padding:20px 0;}
.case-nav ul li{ display: inline-block; vertical-align: middle; margin-right: 10px; }
.case-nav ul li a{border-radius: 15px; padding:10px 20px; font-size: 16px; background: #F2F2F2; color: #000;}
.case-nav ul li a:hover{ background: #04438c; color: #FFF;}
.case-nav ul li .on{background: #04438c; color: #FFF;}

.ibanner img{width:100%; height: auto;}

.top{padding:8px 0; border-bottom: 1px solid #eee; color: #333; font-size: 12px;}

#wrap {
    padding: 30px 0;
    background: #f4f6f8;
}
.snav
{
	height:50px;
	line-height:50px;
	background-color:#f1f0f0;
	padding-left:35px;
	background:url(../image/snav.png) 10px center no-repeat;
	font-size:14px;
	border-bottom: 1px solid #F2F2F2;
	color:#888;
}
.snav a{ color:#888;}
.snav a:hover{ color:#556fb5;}

/*contact*/
.sm_contact{  padding:10px 0; margin-bottom: 60px; border-bottom: 1px solid #DDD;}
.sm_contact  h3{ line-height: 60px; font-size: 22px; font-weight: normal; color: #000; border-bottom: 1px solid #DDD; margin-bottom: 30px; color: #04438c;}
.sm_contact .c_l{ width:25%; float: left;}
.sm_contact .c_l img{width:100%; height: auto;}
.sm_contact .c_l p{line-height:30px; text-align: center; font-size: 16px;}
.sm_contact .c_r{ width:70%; float: right;}

.sm_contact .c_r p{ font-size:15px; color: #666;}
.sm_contact .c_r .c_tel{ height: 50px; line-height: 50px; font-size: 20px; color: #333;}
.sm_contact .c_r .c_tel i{padding-right:10px;}


.icase{}
.icase ul {}
.icase ul li{width:31.33333%; float: left; margin: 10px 1%;}
.icase ul li img{width:100%; height: auto;}
.icase ul li dt{padding:15px 0; text-align: center; font-size: 15px; background: #f4f6f8;}
.icase ul li dt a{color: #0161b7;}


.solution{ padding: 20px 0; border-bottom: 1px solid #f4f6f8;}
.solution img{ width: 20%; height: auto; float: left; text-align: center;}

.solution dl{float: right; width: 78%;}
.solutions dl dt{ line-height: 30px; height: 30px;  overflow: hidden;}
.solution dl dt a{font-size: 18px; color: #222222;}
.solution dl dt a:hover{ color: #0161b7;}
.solution dl dd{    line-height: 22px;
    font-size: 14px;
    color: #333;
    margin-top: 11px; max-height: 66px;}
.solution dl dd a{color:#444; font-weight: bold;}
.solution .time{    height: 30px;
    line-height: 20px;
    font-size: 12px;
    color: #b3b3b3;
    margin-top: 12px;}



.t1 {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    line-height: 70px;
    border-bottom: 1px solid #F2F2F2;
    margin-bottom: 20px;
}

  .header .container .main .logo {
    float: left;
    margin-bottom: 10px;
  }
  .header .container .main .logo img {
    border: none;
    outline: none;
	height:78px;
	width:auto;
  }
  .header .container .main .logo_text{ float:left; margin-top: 15px; margin-left: 10px;}
  .header .container .main .logo_text h3{ font-size:24px; color:#333; margin:0; padding:0;}
  .header .container .main .logo_text p{ color:#666; padding-top: 10px; font-size: 16.5px; font-weight: 300;}
  
  .header .container .main .header_right {

    float: right;
  }
  .header .container .main .header_right .fa-map-marker {
    font-size: 36px !important;
    color: #04438c;
  }
  .header .container .main .header_right .fa-phone {
    font-size: 36px !important;
    color: #04438c;
  }
  .header .container .main .header_right .tel,
  .header .container .main .header_right .addr {	  
    float: left;
    display: inline-block;
	padding-left: 20px;  
	margin-top: 15px;  
	 min-width: 220px 

  }
  .header .container .main .header_right .tel .left,
  .header .container .main .header_right .addr .left {
    float: left;
	margin-right: 10px;  
    text-align: center;
  }
  .header .container .main .header_right .tel .right,
  .header .container .main .header_right .addr .right {


    float: left;
  }
  .header .container .main .header_right .tel .right p,
  .header .container .main .header_right .addr .right p {
    color: #1e1e1e;
    font-size: 22px;
    white-space: nowrap;
    overflow: hidden;
  }
	
	.header .container .main .header_right .ewm{float:left;}
	.header .container .main .header_right .ewm img{width:80px; height: auto;}
	
  .header .container .main .header_right .tel .right span,
  .header .container .main .header_right .addr .right span {

    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
	margin-top: 10px;
	color: #FF0004;
	font-weight: bold;
  }




@media (min-width: 1240px) {
  .container {
    width: 1210px;
  }
  .header {
    background-color: #ffffff;

  }
  .header .container {
    width: 1210px;
  }
  .header .container .en {
    text-align: right;
    text-transform: capitalize;
    margin-top: 10px;
  }
  .header .container .en a {
    color: #000000;
    font-size: 12px;
    margin-left: 5px;
  }
  .header .container .main {
    padding: 10px 0px 5px;
    display: inline-block;
    width: 100%;
  }
	
	.navbj{background:#04438c;}	
	
	
  .header .container .main .logo {
    float: left;
    margin-bottom: 10px;
  }
  .header .container .main .logo img {
    border: none;
    outline: none;
	height:78px;
	width:auto;
  }
  .header .container .main .logo_text{ float:left; margin-top: 15px; margin-left: 10px;}
  .header .container .main .logo_text h3{ font-size:24px; color:#333; margin:0; padding:0;}
  .header .container .main .logo_text p{ color:#666; padding-top: 10px; font-size: 16.5px; font-weight: 300;}
  
  .header .container .main .header_right {

    float: right;
  }
  .header .container .main .header_right .fa-map-marker {
    font-size: 36px !important;
    color: #04438c;
  }
  .header .container .main .header_right .fa-phone {
    font-size: 36px !important;
    color: #04438c;
  }
  .header .container .main .header_right .tel,
  .header .container .main .header_right .addr {	  
    float: left;
    display: inline-block;
	padding-left: 20px;  
	margin-top: 15px;  

  }
  .header .container .main .header_right .tel .left,
  .header .container .main .header_right .addr .left {
    float: left;
	margin-right: 10px;  
    text-align: center;
  }
  .header .container .main .header_right .tel .right,
  .header .container .main .header_right .addr .right {


    float: left;
  }
  .header .container .main .header_right .tel .right p,
  .header .container .main .header_right .addr .right p {
    color: #1e1e1e;
    font-size: 22px;
    white-space: nowrap;
    overflow: hidden;
  }
	
	.header .container .main .header_right .ewm{float:left;}
	.header .container .main .header_right .ewm img{width:80px; height: auto;}
	
  .header .container .main .header_right .tel .right span,
  .header .container .main .header_right .addr .right span {

    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
	margin-top: 10px;
	color: #FF0004;
	font-weight: bold;
  }
  .header .container .main .header_right .addr {
    width: 38%;
  }
  .header .container .main .header_right .header_cont {
    border: 2px solid #04438c;
    padding: 10px;
    width: 47%;
    float: left;
    margin-left: 3%;
  }
  .header .container .main .header_right .header_cont a {
    color: #04438c;
    text-transform: capitalize;
    margin: 0 5%;
    font-size: 15px;
  }
  .header .container .main .header_right .header_cont a:hover {
    color: #000;
  }
  .header .container .search {
    width: 25%;
    padding-top: 12px;
    text-align: right;
    float: right;
  }
  .header .container .search .search_input {
    outline: none;
    width: 180px;
    height:22px;
    line-height:22px;
    color: #c4c4c4;
    font-size: 12px;
    padding: 0px 5px;
    border: none;
    border-bottom: 1px solid #444444;
  }
  .header .container .search .fa-search {
    font-size: 18px;
  }
  .header .container .nav {
    margin:0 auto;
  }
  .header .container .nav ul {
    margin-left: 0px;
  }

  .header .container .nav .active a {
    color: #fff;
	background: #ee9913;  
  }
  .header .container .nav li {
    list-style: none;
    float: left;
    position: relative;
    line-height: 50px;
  }

  .header .container .nav li:hover a {
    color: #FFF;
	background: #ee9913;  
  }
  .header .container .nav li > a {
    color: #FFF;
    font-size: 16px;
    padding: 0px 35px;
	  display: block;
  }
  .header .container .nav li > a:hover {
    color: #FFF;
  
  }	
  .header .container .nav li ul {
    position: absolute;
    z-index: 9;
    padding: 0px;
    background: #fff;
    display: none;
    margin-top: 0px;
    width: 100%;
  }
  .header .container .nav li ul li {
    width: 100%;
    padding: 0px;
    margin: 3px 0px;
    line-height: 50px;
    text-align: center;

  }
  .header .container .nav li ul li:hover {
    background: #04438c;
  }
	
  .header .container .nav li ul li a {
    color: #fff !important;
    font-size: 14px;
	background: none !important;  
  }	
	
  .header .container .nav li ul li:hover a {
    color: #fff !important;
    font-size: 14px;
	background: none !important;  
  }
  .header .container .nav li ul li > a {
    color: #000000 !important;
	padding:0;
	text-align: center;  
    font-size: 14px;
	  
  }
  .phone-nav {
    display: none;
  }
  
}
@media (min-width: 992px) and (max-width: 1239px) {
  .container {
    width: 970px;
  }
  .header {
    background-color: #ffffff;
  }
  .header .container .en {
    text-align: right;
    text-transform: capitalize;
    margin-top: 10px;
  }
  .header .container .en a {
    color: #000000;
    font-size: 12px;
    margin-left: 5px;
  }
  .header .container .main {
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
  }

  .header .container .main .header_right {
    width: 35%;
    float: right;
  }
  .header .container .main .header_right .fa-map-marker {
    font-size: 36px !important;
    color: #04438c;
  }
  .header .container .main .header_right .fa-phone {
    font-size: 36px !important;
    color: #04438c;
  }

  .header .container .main .header_right .tel .left,
  .header .container .main .header_right .addr .left {
    float: left;

    padding-top: 10px;
    text-align: center;
  }
  .header .container .main .header_right .tel .right,
  .header .container .main .header_right .addr .right {
    width: 77%;
    margin-left: 3%;
    float: left;
  }
  .header .container .main .header_right .tel .right p,
  .header .container .main .header_right .addr .right p {
    color: #1e1e1e;
    font-size: 22px;
    white-space: nowrap;
    overflow: hidden;
  }
  .header .container .main .header_right .tel .right span,
  .header .container .main .header_right .addr .right span {
    color: #585858;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
  }
  .header .container .main .header_right .addr {
    width: 38%;
  }
  .header .container .main .header_right .header_cont {
    border: 2px solid #04438c;
    padding: 8px;
    width: 47%;
    float: left;
    margin-left: 3%;
  }
  .header .container .main .header_right .header_cont a {
    color: #04438c;
    text-transform: capitalize;
    margin: 0 2%;
    font-size: 14px;
  }
  .header .container .main .header_right .header_cont a:hover {
    color: #000;
  }
  .nav {
    width: 70%;
    float: left;
  }
  .nav ul {
    margin-left: -50px;
  }
  .nav .active {
    border-bottom: 4px solid #04438c;
  }
  .nav .active a {
    color: #04438c;
  }
  .nav li {
    list-style: none;
    float: left;
    position: relative;
    margin: 0 5px;
    line-height: 65px;
  }
  .nav li:hover {
    border-bottom: 4px solid #04438c;
  }
  .nav li:hover a {
    color: #04438c;
  }
  .nav li > a {
    color: #000000;
    font-size: 15px;
    padding: 0px 10px;
  }
  .nav li ul {
    position: absolute;
    z-index: 9;
    padding: 0px;
    background: #ccc;
    opacity: 0.85;
    left: 50px;
    display: none;
    margin-top: 4px;
    width: 100%;
  }
  .nav li ul li {
    width: 100%;
    padding: 0px;
    margin: 3px 0px;
    line-height: 25px;
    text-align: center;
  }
  .nav li ul li:hover {
    background: #04438c;
  }
  .nav li ul li:hover a {
    color: #fff !important;
    font-size: 14px;
  }
  .nav li ul li > a {
    color: #000000 !important;
    font-size: 14px;
  }
  .phone-nav {
    display: none;
  }
 
}
@media (min-width: 768px) and (max-width: 991px) {
   
  .header {
    background-color: #ffffff;

  }
  .header .container {
    width: 100%;
  }
  .header .container .en {
    display: none;
  }
  .header .container .main {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
  }

  .header .container .main .header_right {
    display: none;
  }
  .nav {
    display: none;
  }

}
@media (min-width: 641px) and (max-width: 767px) {
  .header {
    background-color: #ffffff;

  }
  .header .container {
    display: block;
  }
  .header .container .en {
    display: none;
  }
  .header .container .main {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
  }

  .header .container .main .header_right {
    display: none;
  }
  .nav {
    display: none;
  }
  .phone-nav {
    position: absolute;
    font-size: 28px;
    right: 25px;
    line-height: 60px;
    display: none;
    color: #04438c;
    display: block;
  }
}
@media (max-width: 640px) {
    .ny_main{padding:15px 10px;}
 
  .header {
    background-color: #ffffff;

  }
  .header .container {
    display: block;
  }
  .header .container .en {
    display: none;
  }
  .header .container .main {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
  }

  .header .container .main .header_right {
    display: none;
  }
  .nav {
    display: none;
  }
  .phone-nav {
    position: absolute;
    font-size: 24px;
    right: 25px;
    line-height: 60px;
    display: none;
    color: #04438c;
    display: block;
  }
}
#mmenu {
  z-index: 9999;
}

.home_sevice {
  width: 100%;
  padding: 35px 0px 40px 0px;
}
.home_sevice .container .title_cn {
  color: #000000;
  font-size: 24px;
  text-align: center;
  line-height: 30px;
  margin-bottom: 15px;	
}
.home_sevice .container .title_en {
  color: #000000;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  text-transform: uppercase;
}
.home_sevice .container .service_main {
  padding: 0px;
  margin-left: -3%;
  padding: 20px 0px;
}
.home_sevice .container .service_main li {
  width: 22%;
  float: left;
  list-style: none;
  background: #f5f5f5;
  margin-left: 3%;
  padding: 45px 35px;
  min-height: 197px;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 992px) and (max-width: 1239px) {
  .home_sevice .container .service_main li {
    min-height: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home_sevice .container .service_main li {
    width: 47%;
    padding: 35px 25px;
    min-height: 155px;
    float: left;
  }
}
@media (min-width: 641px) and (max-width: 767px) {
  .home_sevice .container .service_main li {
    width: 47%;
    padding: 35px 25px;
    min-height: 155px;
    float: left;
  }
}
@media (max-width: 640px) {
  .home_sevice .container .service_main li {
    width: 97%;
    padding: 30px 25px;
    min-height: 145px;
    float: left;
  }
	
.PostBox.about .post .postAbout {
    width: 100%;
}
.PostBox.about .post .postTitle {
    text-align: center;
    padding: 90px 50px 0px;
    margin-bottom: 20px;
}
.PostBox.about .post .PostText {
    text-align: left;
    padding: 0 50px;
}
.PostBox.about .post .more {
    left: 50%;
    transform: translateX(-50%);
    bottom: 90px;
}
.PostBox.about .post .postAbout:after {
    width: auto;
    right: 5%;
    left: 5%;
}
.PostBox.about .post .aboutImg {
    width: 100%;
}	
	
	
	
}
.home_sevice .container .service_main li:hover {
  background: #04438c;
}
.home_sevice .container .service_main li:hover .left_img {
  display: none;
}
.home_sevice .container .service_main li:hover .img_hover {
  display: block !important;
}
.home_sevice .container .service_main li:hover .right .title a {
  color: #fff;
}
.home_sevice .container .service_main li:hover .right .text a {
  color: #fff;
}
.home_sevice .container .service_main li .left {
  width: 25%;
  float: left;
  position: relative;
}
.home_sevice .container .service_main li .left .img_hover {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.home_sevice .container .service_main li .right {
  width: 65%;
  float: right;
}
.home_sevice .container .service_main li .right .title {
  color: #000000;
  font-size: 18px;
}
.home_sevice .container .service_main li .right .title a {
  color: #000000;
}
.home_sevice .container .service_main li .right .text {
  color: #858585;
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
}
.home_sevice .container .service_main li .right .text a {
  color: #858585;
}
.home_case {
  width: 100%;
  overflow: hidden;
}
.home_case_bg{}
.pd50{padding:50px 0;}

.home_case .submit {
  border: 2px solid #04438c;
  width: 220px;
  margin: 0 auto;
  margin-top: 25px;
	margin-bottom: 45px;
  text-align: center;
  line-height: 45px;
}


@media (max-width: 640px) {
  .home_case .submit {
    line-height: 40px;
  }
}
.home_case .submit:hover {
  background: #04438c;
}
.home_case .submit:hover a {
  color: #fff;
}
.home_case .submit a {
  color: #04438c;
  padding: 0px 45px;
  font-size: 15px;
}
@media (max-width: 640px) {
  .home_case .submit a {
    padding: 0px 35px;
  }
}
.case_title {
  color: #000000;
  font-size: 28px;
  text-align: center;
  line-height: 30px;
  margin: 40px 0 50px;	
  	
}
.index-common-title-after, .index-common-title-before {
    display: inline-block;
    width: 57px;
    height: 1px;
    margin: 0 26px;
    background-color: #d8d8d8;
    vertical-align: middle;
}


.case_title span {
  text-transform: uppercase;
  padding:0 10px;
}



/*服务流程*/
.liucheng{ padding:40px 0; max-width: 1400px; margin: 0 auto;}
.liucheng .title {
    font-size: 24px;
    color: #333;
    font-weight: 500;
	text-align: center;
	margin-bottom: 30px;
}
.liucheng .lc-box{ padding:20px 0;}
.liucheng .lc-box ul li{float:left; width:15%; text-align: center; margin-left: 2%;}
.liucheng .lc-box ul li:first-child{margin-left:0;}
.liucheng .lc-box .lc-icon {
    width: 48px;
    height: 60px;
	margin: 0 auto;
}
.liucheng .lc-box .ftitle {
    margin-top: 16px;
    font-size: 18px;
    color: #333;
}
.liucheng .lc-box .detail {
    margin-top: 3px;
    font-size: 14px;
    color: #999;
	margin-top:10px;
	line-height: 24px;
}
.lc-step {
    height: 33px;
}
.lc-step i{font-style: normal;}
.lc-step-img {
    position: relative;
    float: left;
    margin-left: 5px;
}
.icon-round {
    float: left;
    width: 33px;
    height: 33px;
    background: url("../image/cicle.png") no-repeat;
	color: #a3a3a3;
	text-align: center;
	line-height: 33px!important;
	
}

.lc-step-line {
    float: left;
    width: 200px;
    height: 1px;
    margin: 16px 0 0 5px;
    background-color: #e3e3e3;
}
.lc-step-first {
    margin-left: 6%;
}



@media (max-width: 768px) {

#owl0 .owl-dots {
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}	
#sidekefu{display:none;}
.liucheng .lc-box ul li {
    float: left;
    width: 30%;
    text-align: center;
    margin-left: 2%;
    margin-bottom: 15px;
}	
.lc-step {
    height: 33px;
    display: none;
}	
	
.sm_contact .c_l{ width:100%; float: left;}
.sm_contact .c_r{ width:100%; float: right;}
  .header .container .main .logo {
    height:60px;
    float: left;
  }
	.header .container .main .logo img{height:80%; width:auto;}
	
  .home_case .case_title { font-size: 18px; margin: 15px 0;}
  
.inner_left{ width: 100%; float: left;}	
.inner_left .sbar ul li {
    height: 55px;
    line-height: 55px;
    background: #ffffff;
	width:50%;
	float: left;
    border-top: 1px solid #f4f6f8;
    transition: 0.5s all ease;
    font-size: 16px;
}	
.inner_right {
    width: 100%;
    float: right;
    background: #FFF;
}
.iaboutxt .about_img {
    width: 100%;

}
.iaboutxt .about_box {
    width: 100%;
	padding-bottom: 20px;
    background: #04438c;
    height:auto
}	
	
.in_page .page_l {
    width: 100%;
    float: left;
}	
.solution dl dt a {
    font-size: 15px;
    color: #222222;
}
.solution dl dd {
    line-height: 22px;
    font-size: 12px;
    color: #666;
    margin-top: 11px;
	height: auto;
	max-height: 120px;
}	
.t1 {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    line-height: 70px;
    border-bottom: 1px solid #F2F2F2;
    margin-bottom: 20px;
}	
.case-nav ul li a {
    border-radius: 15px;
    padding: 10px;
    font-size: 14px;
    background: #F2F2F2;
    color: #000;
}	
	
.about .aboutimg {
    width: 100%;
    float: left;
}	
.about .aboutxt {
    width: 100%;
    float: left;
    background: #e6f1f8;
    height: auto;
	padding-bottom: 20px;
}	
.sm_contact{text-align:center;}	
.sm_contact .c_l img {
    width: 60%;
    height: auto;
}	
.in_page .page_r {
    width: 100%;
    float: right;
}	
	
  .fixs {
    position: fixed;
    width: 100%;
    bottom: 0px;
    z-index: 999999;
	display: block;
	  background-color: rgba(0,0,0,0.8);
	  padding:10px 0;
}
	.fixs ul{ }
	.fixs ul li{display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; width:25%; float: left; border-right: 1px solid #BBB;}
	
	.fixs ul li a i{text-align:center;color:#FFF;font-size:24px; width: 100%;}
	.fixs ul li p{color:#FFF;}




   .phone-nav {
    position: absolute;
    font-size: 30px;
	top:40px;   
    right: 20px;
    line-height: 60px;
    display: none;
    color: #04438c;
    display: block;
	  z-index: 999;
  }  
  
.banner img {
    max-width: initial;
    width: 150%;
    margin-left: -25%
}
.owl-theme .owl-dots {
    margin-bottom: 20px
}
.banner_cur {
    display: none
}	
	
.advBg .PostBox ul li {
    width: 50%;
	float: left;
	margin-bottom: 10px;
}

.in-tab ul li{    
    display: inline-block;
	padding:8px;
    vertical-align: middle;}
.in-tab ul li .pic{ text-align: center;}
.in-tab ul li .pic img{width:80px; height:80px;}
.in-tab ul li p{ font-size: 15px;}	
	
}
.home_case .case_main {
  padding-top: 10px;
  margin-bottom: 10px;
}
.home_case .case_main .tabs {
  text-align: center;
}

.home_case .case_main .tabs ul li {
    line-height: 40px;
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: middle;
	margin-right: 10px;
}
.home_case .case_main .tabs ul li a {
    display: block;
    padding: 0 15px;
    border: 1px solid #d5d5d5;
}
.home_case .case_main .tabs ul li a:hover{color:#FFF; background: #04438c;}



.home_case .case_main .tabs a.active {
  color: #fff;
  background: #04438c;
}
.home_case .case_main .swiper-container {
  width: 100%;
  border-top: 0px;
}
.home_case .case_main .swiper-slide {
  width: 100%;
  background: none;
  color: #fff;
}

.home_case .case_main .swiper-container {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.home_case .case_main .swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.home_case .case_main .swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.home_case .case_main .swiper-slide {
  float: left;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.home_case .case_main .all_tab {
  padding: 0px;
}
@media (max-width: 768px) {
.logo_text{padding-top:4px; margin-top: 0!important}
.huace .hc_l{width:100%; margin-bottom: 15px;}	
	.huace .hc_r{width:100%}	
	
	.hot_box .hot_img .btn1{display:none;}
	.hot_box .hot_img .btn2{display: none;}
	.hot_box{padding:70px 0 10px;}
	
	
  .home_case .case_main .all_tab {
    padding: 5px;
  }
.h150{height:150px;}	
.i_title ul {
    position: absolute;
    right: 0;
    top: 80px;
	height: 80px;
}
	
.prolist ul li {
    width: 50%;
    float: left;
    margin-bottom: 20px;
}	
	
.pinpai {
    background: url(../image/pinpaibj.jpg) top center no-repeat; background-size:cover;
    padding: 20px 0;
}	
	
	.pplist .listbox {
    width: 100%;
    margin: 3% 0;
}
	
	.pplist .s_line{display:none;}	
	
	
.i_title ul li {
    line-height: 30px;
    text-align: center;
    float: left;
    font-size: 14px;
    width:33.333%;
    cursor: pointer;
}	
	
.home_case .case_main .tabs ul li {
    line-height: 30px;
    display: inline-block;
    margin-bottom: 8px;
    vertical-align: middle;
	margin-right: 10px;
}
.home_case .case_main .tabs ul li a {
    display: block;
    padding: 0 10px;
    border: 1px solid #d5d5d5;
}

.header .container .main .logo_text h3 {
    font-size: 14px;
    color: #333;
    margin: 0;
    padding: 0;
}	
	.header .container .main .logo_text p{font-size:12px;}	
	
	
	
}
@media (min-width: 768px) and (max-width: 991px) {
  .home_case .case_main .all_tab {
    padding: 15px;
  }
}
.home_case .case_main .all_tab li {
  width:calc(25% - 20px);
  position: relative;
  display: block;
  height: 100%;
  float: left;
  list-style: none;
  margin: 10px;	
  box-shadow: 0px 3px 7px 0px rgb(153 153 153 / 20%);	
}

.home_case .case_main .all_tab li .pic{}
.home_case .case_main .all_tab li .pic img{width:100%; height: auto;}
.home_case .case_main .all_tab li .tit{ padding: 30px 0;
    text-align: center;
    font-size: 22px;
    color: #666;}
.home_case .case_main .all_tab li:hover {
    box-shadow: 0px 20px 25px 0px rgb(153 153 153 / 20%);
}
@media (max-width: 768px) {
  .home_case .case_main .all_tab li {
    width: calc(50% - 10px);
	margin: 5px;    
  }
	
.home_case .case_main .all_tab li .tit {
    margin: 15px 0;
    text-align: center;
    font-size: 14px;
    color: #666;
	height: 40px;
	width:100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
		
}	
	
}
@media (min-width: 768px) and (max-width: 991px) {
  .home_case .case_main .all_tab li {
    width: calc(50% - 10px);
	margin: 5px; 
  }
}
.home_case .case_main .all_tab li:hover .hover {
  display: block;
}
@media (min-width: 768px) and (max-width: 991px) {
  .home_case .case_main .all_tab li:hover .hover {
    display: none;
  }
}
@media (min-width: 641px) and (max-width: 767px) {
  .home_case .case_main .all_tab li:hover .hover {
    display: none;
  }
}
@media (max-width: 640px) {
  .home_case .case_main .all_tab li:hover .hover {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .home_case .case_main .all_tab li .hover {
    display: none;
  }
}
@media (min-width: 641px) and (max-width: 767px) {
  .home_case .case_main .all_tab li .hover {
    display: none;
  }
}
@media (max-width: 640px) {
  .home_case .case_main .all_tab li .hover {
    display: none;
  }
}
.home_case .case_main .all_tab li .hover .title {
  color: #fff;
  font-size: 22px;
  margin-top: 23%;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1239px) {
  .home_case .case_main .all_tab li .hover .title {
    margin-top: 8%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home_case .case_main .all_tab li .hover .title {
    display: none;
  }
}
@media (min-width: 641px) and (max-width: 767px) {
  .home_case .case_main .all_tab li .hover .title {
    display: none;
  }
}
@media (max-width: 640px) {
  .home_case .case_main .all_tab li .hover .title {
    display: none;
  }
}
.home_case .case_main .all_tab li .hover .text {
  color: #fff;
  font-size: 12px;
  padding: 5% 8%;
  line-height: 24px;
  height:120px;
  overflow:hidden;
}
@media (min-width: 768px) and (max-width: 991px) {
  .home_case .case_main .all_tab li .hover .text {
    display: none;
  }
}
@media (min-width: 641px) and (max-width: 767px) {
  .home_case .case_main .all_tab li .hover .text {
    display: none;
  }
}
@media (max-width: 640px) {
  .home_case .case_main .all_tab li .hover .text {
    display: none;
  }
}
.home_case .case_main .all_tab li .hover .case_more {
  position: absolute;
  z-index: 99;
  bottom: 0;
  left: 0;
}
@media (min-width: 992px) and (max-width: 1239px) {
  .home_case .case_main .all_tab li .hover .case_more {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home_case .case_main .all_tab li .hover .case_more {
    display: none;
  }
}
@media (min-width: 641px) and (max-width: 767px) {
  .home_case .case_main .all_tab li .hover .case_more {
    display: none;
  }
}
@media (max-width: 640px) {
  .home_case .case_main .all_tab li .hover .case_more {
    display: none;
  }
}
.home_case .case_main .tab {
  margin: 0 auto;
  width: 100%;
  margin-top: 30px;
}
.home_case .case_main .tab_tit {
  margin: 0 auto;
  margin-top: 30px;
  height: 30px;
  border-bottom: 1px solid #CCC;
  width: 90%;
}
.home_case .case_main .tab_tit p {
  font-size: 14px;
  text-indent: 10px;
}
.home_case .case_main .tabBtn {
  margin: 0 auto;
  text-align: center;
  display: table;
  height: 30px;
  margin-bottom: 35px;
  line-height: 30px;
}
@media (max-width: 768px) {
  .home_case .case_main .tabBtn {
    padding: 0px 18px;
    margin-bottom: 10px;
  }
}
.home_case .case_main .tabBtn span {
  display: inline;
  float: left;
  margin-right: 10px;
  padding: 3px 25px;
  line-height: 30px;
  color: #000000;
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 991px) {
  .home_case .case_main .tabBtn span {
    padding: 3px 15px;
  }
}
@media (max-width: 768px) {
  .home_case .case_main .tabBtn span {
    padding: 0px 15px;
    margin: 5px;
  }
}
.home_case .case_main .tabBtn span:hover,
.home_case .case_main .tabBtn span.active {
  background: #04438c;
  color: #fff;
  line-height: 30px;
}
.home_case .case_main .tabBtn a {
  float: right;
  display: inline-block;
  line-height: 30px;
  padding-right: 5px;
}
.home_case .case_main .tabBtn a:link {
  color: #000;
}
.home_case .case_main .tabBtn a:visited {
  color: #000;
}
.home_case .case_main .tabBtn a:hover {
  color: #09F;
}
.home_case .case_main .tabBtn a:active {
  color: #09F;
}
.home_case .case_main .tabBtn .moretwo {
  display: none;
}
.home_case .case_main .tabSec {
  width: 100%;
  overflow: hidden;
}
.home_case .case_main .tabSec img {
  max-width: 100%;
  max-height: 100%;
}
.home_case .case_main .tabArt {
  display: none;
}


.footer {
  background: #04438c;
}
.footer .footer_main {
  border-bottom: 1px solid #0343c6;
  display: inline-block;
  width: 100%;
  padding: 40px 0 10px;	
}


.footer .footer_main .footer_lanmu {
  width: 25%;
  margin-left: 5%;	
  float: left;
  padding: 0px 0px 35px 0px;
}
.footer .footer_main .footer_logo{width:20%; float: left;}
.footer .footer_main .footer_logo img{max-width:100%; }
.footer .footer_main .footer_ewm{width:10%; float: right;}
.footer .footer_main .footer_ewm img{width:100%;}
.footer .footer_main .footer_ewm p{text-align:center; line-height: 35px; color: #FFF;}

@media (min-width: 768px) and (max-width: 991px) {
  .footer .footer_main .footer_lanmu {
    width: 36%;
  }
}
@media (max-width: 768px) {
  .footer .footer_main .footer_lanmu {
    width: 100%;

    padding: 20px 0px 15px 0px;

  }
}
.footer .footer_main .footer_lanmu .title {
  color: #fff;
  font-size: 15px;
}
.footer .footer_main .footer_lanmu ul {
  list-style: none;
  padding: 0px;
  padding: 15px 0px 0px 0px;
}
.footer .footer_main .footer_lanmu ul li {
  float: left;
  width: 33%;
  line-height: 30px;
}
.footer .footer_main .footer_lanmu ul li a {
  color: #F8F8F8;
  font-size: 12px;
}
.footer .footer_main .footer_lanmu ul li a:hover {
  color: #f8f8f8;
}
.footer .footer_main .footer_lanmu ul li a:hover .fa-caret-right {
  color: #f8f8f8;
}
.footer .footer_main .footer_lanmu ul li .fa-caret-right {
  color: #dddddd;
  margin-right: 10px;
}
.footer .footer_main .footer_contact {
  width: 25%;
  float: left;
  margin-left: 5%;	
  padding: 0px 0px 35px 0px;
}
@media (max-width: 640px) {
  .footer .footer_main .footer_contact {
    width: 100%;
    padding: 20px 0px 20px 0px;
  }
}
.footer .footer_main .footer_contact .title {
  color: #fff;
  font-size: 15px;
}
.footer .footer_main .footer_contact .phone {
  color: #fff;
  font-size: 13px;
  margin: 15px 0px 0px 0px;
}
.footer .footer_main .footer_contact .phone span {
  color: #dcdcdc;
  font-size: 13px;
}
.footer .footer_main .footer_contact .phone1 {
  color: #FFF;
  font-size: 13px;
  margin-top: 5px;
}
.footer .footer_main .footer_contact .phone1 span {
  color: #dcdcdc;
  font-size: 13px;
}
.footer .footer_main .footer_contact .ewm {
  margin: 20px 0px 0px 0px;
}
.footer .copy {
  text-align: center;
  padding: 10px 0px 10px;
  color: #FFF;
  font-size: 13px;
}
.footer .copy a {
  color: #dbdbdb;
}
.footer .copy a:hover {
  color: #FFF;
	text-decoration: underline;
}
.footer .links {
  width: 100%;
  background: #3b3b3b;
  padding: 12px 0px;
}
@media (max-width: 640px) {
  .footer .links {
    display: none;
  }
}
.footer .links p {
  color: #fefefe;
  font-size: 12px;
  width: 7%;
  overflow: hidden;
  float: left;
}
@media (min-width: 992px) and (max-width: 1239px) {
  .footer .links p {
    width: 9%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .links p {
    width: 11%;
  }
}
@media (max-width: 768px) {
  .footer .links p {
    width: 100%;
  }
}
.footer .links p .fa-link {
  margin-right: 5px;
  transform: rotateY(180deg);
  color: #e2e2e2;
  font-size: 14px;
}
.footer .links ul {
  float: right;
  width: 93%;
  overflow: hidden;
  padding: 0px;
}
@media (min-width: 992px) and (max-width: 1239px) {
  .footer .links ul {
    width: 91%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .links ul {
    width: 89%;
  }
}
@media (max-width: 768px) {
  .footer .links ul {
    width: 100%;
    margin-top: 5px;
  }
	
	.footer .footer_main .footer_logo{display:none;}
	.footer .footer_main .footer_ewm{display:none;}
}
.footer .links ul li {
  float: left;
  list-style: none;
}
.footer .links ul li:last-child a {
  border-right: none;
}
.footer .links ul li a {
  color: #9f9f9f;
  font-size: 12px;
  border-right: 1px solid #9f9f9f;
  padding: 0px 10px;
  height: 15px;
  display: inline-block;
  line-height: 15px;
}
.footer .links ul li a:hover {
  color: #04438c;
}
/*service*/
.breadcrumb {
  width: 100%;
  background: #f6f6f6;
  padding: 20px 0px;
}
@media (max-width: 640px) {
  .breadcrumb {
    padding: 20px 0px;
  }
}
.breadcrumb .left_title {
  float: left;
  font-size: 20px;
  color: #000000;
}
@media (max-width: 640px) {
  .breadcrumb .left_title {
    font-size: 18px;
  }
}
.breadcrumb .bread {
  float: right;
}
.breadcrumb .bread h2 {
  margin: 0px;
  padding: 0px;
  color: #6e6e6e;
  font-size: 14px;
  font-weight:normal;
}
.seivice_main {
  margin: 0px auto 110px auto;
}
@media (max-width: 640px) {
  .seivice_main {
    margin: 0px auto 60px auto;
  }
}
@media (max-width: 991px) {
  .seivice_main {
    margin: 0px auto 80px auto;
  }
}
.seivice_main .text {
  color: #000000;
  font-size: 14px;
  line-height: 28px;
  margin: 35px 0px 0px 0px;
}
@media (max-width: 640px) {
  .seivice_main .text {
    margin: 20px 0px 0px 0px;
  }
}
.seivice_main .service_img {
  padding: 45px 0px 0px 0px;
  margin-left: -2%;
}
@media (max-width: 640px) {
  .seivice_main .service_img {
    padding: 25px 0px 0px 0px;
  }
}
.seivice_main .service_img li {
  width: 48%;
  float: left;
  margin-left: 2%;
}
.seivice_main .service_img li .pic {
  position: relative;
}
.seivice_main .service_img li .pic:after {
  content: "";
  display: block;
  padding-bottom: 64%;
}
.seivice_main .ser_overview {
  font-size: 30px;
  color: #000000;
  margin: 45px 0px 0px 0px;
  display: inline-block;
  position: relative;
  line-height: 80px;
}
@media (max-width: 991px) {
  .seivice_main .ser_overview {
    margin: 35px 0px 0px 0px;
    line-height: 75px;
  }
}
@media (max-width: 640px) {
  .seivice_main .ser_overview {
    margin: 25px 0px 0px 0px;
    line-height: 58px;
    font-size: 28px;
  }
}
.seivice_main .ser_overview:after {
  content: "";
  width: 55px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #04438c;
}
.seivice_main .ser_detail {
  padding: 0px;
  margin: 50px 0px 0px 0px;
}
@media (max-width: 640px) {
  .seivice_main .ser_detail {
    margin: 40px 0px 0px 0px;
  }
}
.seivice_main .ser_detail li {
  background: #f5f5f5;
  width: 50%;
  float: left;
  overflow: hidden;
  height: 80px;
  line-height: 80px;
  padding: 0 5%;
  text-align: right;
  border-right: 1px solid #ccc;
  font-size: 20px;
  color: #000000;
}
@media (max-width: 640px) {
  .seivice_main .ser_detail li {
    font-size: 16px;
    height: 60px;
    line-height: 60px;
  }
}
.seivice_main .ser_detail li:nth-child(2n) {
  border: none;
  text-align: left;
  padding-left: 60px;
}
@media (max-width: 640px) {
  .seivice_main .ser_detail li:nth-child(2n) {
    padding-left: 10px;
  }
}
.seivice_main .ser_detail li:nth-child(3),
.seivice_main .ser_detail li:nth-child(4),
.seivice_main .ser_detail li:nth-child(7),
.seivice_main .ser_detail li:nth-child(8) {
  background: #fff;
}
.contact_two {
  position: relative;
  margin-top: -220px;
  margin-bottom: 75px;
}
@media (max-width: 640px) {
  .contact_two {
    margin-top: -280px;
    margin-bottom: 55px;
  }
}
@media (max-width: 320px) {
  .contact_two {
    margin-top: -250px;
    margin-bottom: 35px;
  }
}
.contact_all,
.contact_two {
  background: #04438c;
  padding: 30px 0px 15px 0px;
}
.contact_all .cont,
.contact_two .cont {
  margin-left: -8%;
}
@media (max-width: 640px) {
  .contact_all .cont,
  .contact_two .cont {
    padding: 0px;
    margin-left: 0px;
  }
}
.contact_all .cont li,
.contact_two .cont li {
  float: left;
  width: 25%;
  margin-left: 8%;
}
@media (max-width: 640px) {
  .contact_all .cont li,
  .contact_two .cont li {
    margin: 2%;
    width: 28%;
  }
}
.contact_all .cont li:last-child,
.contact_two .cont li:last-child {
  float: right;
}
@media (max-width: 640px) {
  .contact_all .cont li:last-child,
  .contact_two .cont li:last-child {
    float: left;
  }
}
.contact_all .cont li .pic,
.contact_two .cont li .pic {
  width: 22%;
  float: left;
}
@media (max-width: 640px) {
  .contact_all .cont li .pic,
  .contact_two .cont li .pic {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .contact_all .cont li .pic img,
  .contact_two .cont li .pic img {
    width: 55%;
  }
}
@media (min-width: 992px) and (max-width: 1239px) {
  .contact_all .cont li .pic,
  .contact_two .cont li .pic {
    width: 25%;
    padding-top: 10px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .contact_all .cont li .pic,
  .contact_two .cont li .pic {
    width: 25%;
    padding-top: 10px;
  }
}
.contact_all .cont li .pic img,
.contact_two .cont li .pic img {
  max-width: 100%;
}
.contact_all .cont li .cont_email,
.contact_two .cont li .cont_email {
  width: 70%;
  float: left;
  margin-left: 8%;
  font-size: 14px;
  color: #fff;
}
@media (min-width: 767px) and (max-width: 991px) {
  .contact_all .cont li .cont_email,
  .contact_two .cont li .cont_email {
    width: 60%;
  }
}
@media (min-width: 992px) and (max-width: 1239px) {
  .contact_all .cont li .cont_email,
  .contact_two .cont li .cont_email {
    width: 60%;
  }
}
@media (max-width: 640px) {
  .contact_all .cont li .cont_email,
  .contact_two .cont li .cont_email {
    width: 100%;
    margin-left: 0px;
    font-size: 12px;
  }
}
.contact_all .cont li .cont_email p,
.contact_two .cont li .cont_email p {
  margin-top: 10px;
  height: 24px;
  overflow: hidden;
}
@media (max-width: 640px) {
  .contact_all .cont li .cont_email p,
  .contact_two .cont li .cont_email p {
    text-align: center;
  }
}
.contact_all .cont li .cont_email span,
.contact_two .cont li .cont_email span {
  margin-top: 10px;
  height: 48px;
  display: inline-block;
  overflow: hidden;
  line-height: 18px;
}
@media (min-width: 767px) and (max-width: 991px) {
  .contact_all .cont li .cont_email span,
  .contact_two .cont li .cont_email span {
    min-height: 48px;
    overflow: inherit;
  }
}
@media (max-width: 640px) {
  .contact_all .cont li .cont_email span,
  .contact_two .cont li .cont_email span {
    min-height: 48px;
    overflow: inherit;
  }
}
.contact_all .cont li .cont_email span a,
.contact_two .cont li .cont_email span a {
  color: #fff;
}
.contact_all .cont li .cont_email span a:hover,
.contact_two .cont li .cont_email span a:hover {
  text-decoration: underline;
}
.information {
  background: #f2f2f2;
  padding-bottom: 70px;
}
@media (max-width: 640px) {
  .information {
    padding-bottom: 15px;
  }
}
.information .infor_list {
  margin-left: -3%;
  margin-top: 45px;
}
@media (max-width: 640px) {
  .information .infor_list {
    margin-top: 35px;
  }
}
.information .infor_list li {
  width: 47%;
  background: #fff;
  box-shadow: 0px 3px 10px 1px #D6D6D4;
  border-radius: 20px;
  margin-left: 3%;
  margin-bottom: 30px;
  padding: 35px;
  float: left;
  position: relative;
}
.information .infor_list li:after {
  content: "";
  width: 0;
  position: absolute;
  bottom: -28px;
  left: 55px;
  height: 0;
  border-top: 35px solid #fff;
  border-right: 35px solid transparent;
}
.information .infor_list li .pic {
  position: relative;
  width: 160px;
  height: 100px;
  float: left;
  background: #fff;
  cursor: pointer;
  z-index: 999;
}
.information .infor_list li .infor_right {

  width: 100%;
  position: absolute;
  left: 0;
  padding: 0 25px 0 220px;
  height: 100px;
  float: left;
}
.information .infor_list li .infor_right .title_1 {
  color: #0d0d0d;
  font-size: 18px;
  height: 24px;
  overflow: hidden;
}
.information .infor_list li .infor_right .title_1 a {
  color: #0d0d0d;
}
.information .infor_list li .infor_right .title_1 a:hover {
  color: #04438c;
}
.information .infor_list li .infor_right span {
  color: #04438c;
  font-size: 13px;
}
.information .infor_list li .infor_right .text_1 {
  color: #8e8e8e;
  font-size: 12px;
  line-height: 20px;
  margin-top: 10px;
  height: 60px;
  overflow: hidden;
}
@media (max-width: 991px) and (max-width: 991px) {
  .information .infor_list li {
    width: 97%;
    clear: both;
    margin-bottom: 50px;
  }
}
@media (max-width: 640px) {
  .information .infor_list li {
    width: 97%;
    padding: 30px 20px;
    margin-bottom: 50px;
  }
  .information .infor_list li .pic {
    width: 120px;
    height: 75px;
    z-index: 9999999;
    cursor: pointer;
  }
  .information .infor_list li .infor_right {
    padding: 0 25px 0 160px;
  }
  .information .infor_list li .infor_right span {
    display: none;
  }
  .information .infor_list li .infor_right .title_1 {
    font-size: 14px;
    height: 18px;
    line-height: 18px;
  }
  .information .infor_list li .infor_right .text_1 {
    margin-top: 5px;
  }
}
@media (max-width: 320px) {
  .information .infor_list li {
    width: 97%;
    padding: 25px 20px;
    margin-bottom: 50px;
  }
  .information .infor_list li .pic {
    width: 110px;
    height: 69px;
  }
  .information .infor_list li .infor_right {
    padding: 0 20px 0 150px;
  }
  .information .infor_list li .infor_right span {
    display: block;
    margin-top: 10px;
  }
  .information .infor_list li .infor_right .title_1 {
    font-size: 14px;
    height: 36px;
    line-height: 18px;
  }
  .information .infor_list li .infor_right .text_1 {
    display: none;
  }
}
.information .title {
  text-align: center;
  color: #1d1d1d;
  font-size: 30px;
  font-weight: bold;
  margin: 30px 0px 0px 0px;
  line-height: 68px;
}
@media (max-width: 640px) {
  .information .title {
    margin: 25px 0px 0px 0px;
    font-size: 28px;
    line-height: 58px;
  }
}
.information .title:after {
  content: "";
  text-align: center;
  margin: 0 auto;
  display: table;
  background: #04438c;
  width: 85px;
  height: 2px;
}
.information .text {
  text-align: center;
  color: #7a7a7a;
  font-size: 12px;
  line-height: 22px;
  margin-top: 15px;
}
/*case*/
.sub {
  padding-top: 20px;
}
.sub li {
  float: left;
  text-align: center;
  font-size: 15px;
  width: 10%;
  position: relative;
}
.sub li:hover ul {
  display: block;
}
@media (min-width: 641px) and (max-width: 767px) {
  .sub li:hover ul {
    display: none;
  }
}
@media (max-width: 640px) {
  .sub li:hover ul {
    display: none;
  }
}
.sub li ul {
  width: 100%;
  position: absolute;
  background: #ccc;
  opacity: 0.8;
  display: none;
  z-index: 999999;
}
.sub li ul li {
  text-align: center;
  width: 100%;
  line-height: 25px;
}
.sub li ul li:hover {
  background: #04438c;
}
.sub li ul li a {
  color: #000000;
  font-size: 14px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sub li {
    width: 14.28571429%;
  }
}
@media (min-width: 641px) and (max-width: 767px) {
  .sub li {
    width: 14.28571429%;
  }
}
@media (max-width: 640px) {
  .sub li {
    width: 25%;
  }
}
.sub li a {
  width: 100%;
  text-align: center;
  height: 45px;
  display: inline-block;
  line-height: 45px;
  overflow:hidden;
}
.sub li a:hover {
  background: #04438c;
  color: #fff;
}
.sub li .active {
  background: #04438c;
  color: #fff;
}
.ny_main .case_title {
  text-align: center;
  color: #7a7a7a;
  font-size: 13px;
  padding: 60px 0px 50px 0px;
}
@media (max-width: 640px) {
  .ny_main .case_title {
    padding: 30px 15px 20px 15px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .ny_main .case_title {
    padding: 50px 15px 30px 15px;
  }
}
.ny_main .page {
  margin: 0px 0px 40px 0px;
  border-top: 1px solid #dbdbdb;
  padding-top: 40px;
  text-align: center;
}
.ny_main .page .fa-caret-left {
  font-size: 14px;
  padding: 0px 3px;
}
.ny_main .page .fa-caret-right {
  font-size: 14px;
  padding: 0px 3px;
}
.ny_main .page .fa-backward {
  font-size: 10px;
}
.ny_main .page .fa-forward {
  font-size: 10px;
}
.ny_main .page .cpb {
  color: #fff;
  background: #474747;
}
.ny_main .page a {
  color: #474747;
  margin: 0px 2px;
  padding: 2px 10px;
  display: inline-block;
  background: #efefef;
}
.ny_main .page a:hover {
  color: #fff;
  background: #474747;
}
.ny_main .case_main {
  padding-bottom: 40px;
  display: inline-block;
  width: 100%;
}
.ny_main .case_main .all_tab {
  padding: 0px;
}
@media (max-width: 768px) {
  .ny_main .case_main .all_tab {
    padding: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ny_main .case_main .all_tab {
    padding: 5px;
  }
}
.ny_main .case_main .all_tab li {
  width: calc(25% - 20px);
  position: relative;
  display: block;
  height: 100%;
  float: left;
  margin: 10px;	
  list-style: none;
}
@media (max-width: 768px) {
  .ny_main .case_main .all_tab li {
    width: calc(50% - 10px);
	margin: 5px;  
  }
			
}
@media (min-width: 768px) and (max-width: 991px) {
  .ny_main .case_main .all_tab li {
    width: calc(50% - 10px);
	margin: 5px;  
  }
}
.ny_main .case_main .all_tab li:hover .hover {
  display: block;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ny_main .case_main .all_tab li:hover .hover {
    display: none;
  }
}
@media (min-width: 641px) and (max-width: 767px) {
  .ny_main .case_main .all_tab li:hover .hover {
    display: none;
  }
}
@media (max-width: 640px) {
  .ny_main .case_main .all_tab li:hover .hover {
    display: none;
  }
}


@media (min-width: 992px) and (max-width: 1239px) {
  .ny_main .case_main .all_tab li .hover .title {
    margin-top: 8%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ny_main .case_main .all_tab li .hover .title {
    display: none;
  }
}
@media (min-width: 641px) and (max-width: 767px) {
  .ny_main .case_main .all_tab li .hover .title {
    display: none;
  }
}
@media (max-width: 640px) {
  .ny_main .case_main .all_tab li .hover .title {
    display: none;
  }
}
.ny_main .case_main .all_tab li .hover .text {
  color: #fff;
  font-size: 12px;
  padding: 5% 8%;
  line-height: 24px;
  height:120px;
  overflow:hidden;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ny_main .case_main .all_tab li .hover .text {
    display: none;
  }
}
@media (min-width: 641px) and (max-width: 767px) {
  .ny_main .case_main .all_tab li .hover .text {
    display: none;
  }
}
@media (max-width: 640px) {
  .ny_main .case_main .all_tab li .hover .text {
    display: none;
  }
}
.ny_main .case_main .all_tab li .hover .case_more {
  position: absolute;
  z-index: 99;
  bottom: 0;
  left: 0;
}
@media (min-width: 992px) and (max-width: 1239px) {
  .ny_main .case_main .all_tab li .hover .case_more {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ny_main .case_main .all_tab li .hover .case_more {
    display: none;
  }
}
@media (min-width: 641px) and (max-width: 767px) {
  .ny_main .case_main .all_tab li .hover .case_more {
    display: none;
  }
}
@media (max-width: 640px) {
  .ny_main .case_main .all_tab li .hover .case_more {
    display: none;
  }
}
/*about*/
.about_left {
  width: 45%;
  float: left;
  position: relative;
  margin: 70px 0px;
}
@media (max-width: 640px) {
  .about_left {
    width: 80%;
    clear: both;
    margin: 30px auto 0 auto;
    float: none;
  }
}
.about_left:after {
  content: "";
  display: block;
  padding-bottom: 91%;
}
.about_right {
  width: 50%;
  float: right;
  margin: 70px 0px;
}
@media (max-width: 640px) {
  .about_right {
    width: 100%;
    margin: 25px 0px;
  }
}
.about_right .submit {
  margin-top: 30px;
}
.about_right .submit a {
  color: #fff;
  background: #04438c;
  display: inline-block;
  font-size: 15px;
  padding: 13px 38px;
  border-radius: 30px;
}
.about_right p {
  line-height: 30px;
  color: #6d6d6d;
  font-size: 12px;
}
.about_right .fa-check {
  color: #04438c;
  font-size: 16px;
  margin-right: 15px;
}
.about_right .text {
  border-bottom: 1px solid #e5e5e5;
  font-size: 12px;
  color: #1D1D1D;
  line-height: 24px;
  padding: 25px 0px;
  margin-bottom: 30px;
}
.about_right .title {
  font-size: 30px;
  color: #1d1d1d;
  font-weight: bold;
  margin: 0px;
  display: inline-block;
  position: relative;
  line-height: 80px;
}
@media (max-width: 640px) {
  .about_right .title {
    line-height: 60px;
    font-size: 28px;
  }
}
.about_right .title:after {
  content: "";
  width: 85px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #04438c;
}
/*news*/
.news {
  margin-left: -3%;
  padding: 5px 0px 0px 0px;
  width: 103%;
  margin-bottom: 40px;
}
.news li {
  width: 47%;
  float: left;
  height: 100%;
  margin-left: 3%;
  background: #f9f9f9;
  margin-top: 20px;
  padding: 40px 20px;
  position: relative;
  border-bottom: 3px solid #fff;
}
.news li:hover {
  border-bottom: 3px solid #04438c;
}
.news li .pic {
  position: relative;
  width: 160px;
  height: 100px;
  float: left;
  background: #fff;
  cursor: pointer;
  z-index: 999;
}
.news li .news_right {
  width: 100%;
  position: absolute;
  left: 0;
  padding: 0 25px 0 200px;
  height: 100px;
  float: left;
}
.news li .news_right .title_1 {
  color: #0d0d0d;
  font-size: 18px;
  height: 24px;
  overflow: hidden;
}
.news li .news_right .title_1 a {
  color: #0d0d0d;
}
.news li .news_right .title_1 a:hover {
  color: #04438c;
}
.news li .news_right span {
  color: #04438c;
  font-size: 13px;
}
.news li .news_right .text_1 {
  color: #8e8e8e;
  font-size: 12px;
  line-height: 20px;
  margin-top: 10px;
  height: 60px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .news li {
    width: 97%;
    clear: both;
  }
}
@media (max-width: 640px) {
  .news li .pic {
    width: 120px;
    height: 75px;
  }
  .news li .news_right {
    padding: 0 20px 0 160px;
    float: left;
  }
  .news li .news_right span {
    display: none;
  }
  .news li .news_right .text_1 {
    margin-top: 5px;
  }
  .news li .news_right .title_1 {
    font-size: 14px;
    height: 18px;
    line-height: 18px;
  }
}
@media (max-width: 320px) {
  .news li .pic {
    width: 120px;
    height: 75px;
  }
  .news li .text_1 {
    display: none;
  }
  .news li .news_right {
    padding: 0 20px 0 160px;
    float: left;
  }
  .news li .news_right span {
    display: block;
    margin-top: 15px;
  }
  .news li .news_right .title_1 {
    font-size: 14px;
    height: 36px;
    line-height: 18px;
  }
}
@media (max-width: 991px) {
  .news li {
    padding: 30px 20px;
  }
}
@media (max-width: 640px) {
  .news li {
    padding: 30px 20px;
  }
}
@media (max-width: 320px) {
  .news li {
    padding: 20px;
  }
}
/*news_show*/
.news_show_title {
  color: #434b4e;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  padding: 50px 0px 10px 0px;
  line-height: 60px;
}
@media (max-width: 640px) {
  .news_show_title {
    padding: 40px 0px 10px 0px;
    line-height: 40px;
    font-size: 24px;
  }
}
.news_show_title:after {
  content: "";
  text-align: center;
  margin: 0 auto;
  display: table;
  width: 85px;
  height: 3px;
  background: #04438c;
}
.write {
  color: #2a2a2a;
  font-size: 14px;
  text-align: center;
  margin: 0px 0px 50px 0px;
}
@media (max-width: 640px) {
  .write {
    margin: 15px 0px 20px 0px;
  }
}
.ns_title2 {
  background: #04438c;
  line-height: 30px;
  color: #fff;
  display: inline-block;
  padding: 0px 10px;
  font-size: 14px;
  margin-top: 35px;
}
.ns_text {
  color: #2a2a2a;
  line-height: 24px;
  margin-top: 20px;
}
.sx {
  line-height: 35px;
  display: table;
  width: 100%;
  margin: 75px 0px 50px 0px;
}
@media (max-width: 640px) {
  .sx {
    padding: 0px;
    margin: 35px 0px;
  }
}
.sx li {
  width: 50%;
  padding-left: 22px;
  background: #ededed;
  overflow: hidden;
  height: 35px;
  float: left;
}
@media (max-width: 640px) {
  .sx li {
    width: 100%;
    padding: 0px 15px;
  }
}
.sx li a {
  color: #666666;
  font-size: 14px;
}
.sx li a:hover {
  color: #04438c;
}
.sx li:last-child {
  text-align: right;
  padding: 0px 22px 0px 0px;
}
@media (max-width: 640px) {
  .sx li:last-child {
    text-align: left;
    margin-top: 10px;
    padding: 0px 0px 0px 15px;
  }
}
.related_news .title {
  background: url(../image/news_show02.jpg) no-repeat left;
  padding-left: 2.7%;
  height: 24px;
  overflow: hidden;
  width: 100%;
  line-height: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .related_news .title {
    padding-left: 4.5%;
  }
}
@media (max-width: 640px) {
  .related_news .title {
    padding-left: 10%;
  }
}
.related_news .title .zn_en {
  color: #010101;
  font-size: 18px;
  width: 15%;
  float: left;
  display: inline-block;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991px) {
  .related_news .title .zn_en {
    width: 25%;
  }
}
@media (max-width: 640px) {
  .related_news .title .zn_en {
    width: 45%;
  }
}
.related_news .title .zn_en span {
  color: #afafaf;
  font-size: 12px;
  text-transform: uppercase;
}
.related_news .title .line {
  width: 78%;
  float: left;
  margin-left: 1%;
}
@media (max-width: 640px) {
  .related_news .title .line {
    width: 32%;
  }
  .related_news .title .line img {
    height: 5px;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .related_news .title .line {
    width: 64%;
  }
}
.related_news .title .more {
  width: 5%;
  float: right;
  text-align: right;
}
@media (max-width: 640px) {
  .related_news .title .more {
    width: 20%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .related_news .title .more {
    width: 10%;
  }
}
.related_list {
  background: #f4f4f4;
  padding: 10px 35px;
  display: inline-block;
  width: 100%;
  margin: 20px 0px 40px 0px;
}
@media (max-width: 640px) {
  .related_list {
    padding: 10px 15px;
  }
}
.related_list li {

  float: left;
  width: 50%;
  line-height: 35px;
  padding-right: 5%;
  font-size: 13px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .related_list li {
    padding-right: 3%;
  }
}
@media (max-width: 640px) {
  .related_list li {
    width: 100%;
    font-size: 12px;
    padding-right: 0%;
  }
}
.related_list li:last-child {
  border-bottom: none;
}
.related_list li:nth-last-child(2) {
  border-bottom: none;
}
@media (max-width: 640px) {
  .related_list li:nth-last-child(2) {
    border-bottom: 1px solid #d9d9d9;
  }
}
.related_list li .left {
  width: 75%;
  overflow: hidden;
  height: 35px;
  float: left;
}
@media (min-width: 768px) and (max-width: 991px) {
  .related_list li .left {
    width: 70%;
  }
}
.related_list li .fa-caret-right {
  color: #04438c;
  font-size: 10px;
  margin-right: 10px;
}
.related_list li:nth-child(2n) {
  padding-left: 5%;
  padding-right: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .related_list li:nth-child(2n) {
    padding-left: 3%;
  }
}
@media (max-width: 640px) {
  .related_list li:nth-child(2n) {
    padding-left: 0%;
  }
}
.related_list li .date {
  width: 20%;
  overflow: hidden;
  float: right;
  height: 35px;
  color: #a0a0a0;
  font-size: 12px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .related_list li .date {
    width: 25%;
  }
}
@media (max-width: 640px) {
  .related_list li .date {
    width: 25%;
  }
}
.related_list li a {
  color: #666;
}
.related_list li a:hover {
  color: #04438c;
}
/*message*/
.message_nr {
  width: 100%;
  background: url(../image/message_back.jpg) no-repeat center center;
  padding: 45px 0px 110px 0px;
  background-size: auto 100%;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/message_back.jpg', sizingMethod='scale');
}
@media (min-width: 768px) and (max-width: 991px) {
  .message_nr {
    padding: 50px 0px 40px 0px;
  }
}
@media (max-width: 640px) {
  .message_nr {
    padding: 40px 0px;
  }
}
.message_nr .title {
  color: #000000;
  font-size: 44px;
  line-height: 75px;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 991px) {
  .message_nr .title {
    font-size: 40px;
  }
}
@media (max-width: 640px) {
  .message_nr .title {
    font-size: 30px;
  }
}
.message_nr ul {
  margin-left: -3%;
  margin-top: 30px;
}
.message_nr ul li {
  width: 47%;
  word-wrap: break-word;
  margin-left: 3%;
  float: left;
  position: relative;
}
.message_nr ul li b {
  color:#FF0004;
  position: absolute;
  right: 10px;
  top: 17px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .message_nr ul li b {
    top: 15px;
  }
}
@media (max-width: 640px) {
  .message_nr ul li b {
    top: 4.5%;
  }
}
@media (max-width: 640px) {
  .message_nr ul li {
    width: 97%;
  }
}
.message_nr ul li .online_input {
  position: relative;
  background: #fff;
  border: none;
  width: 48%;
  color: #333;
  min-height: 52px;
  display: table;
  padding: 15px 20px;
  margin-right: 4%;
  float: left;
  margin-bottom: 30px;
  outline: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .message_nr ul li .online_input {
    padding: 12px 15px;
    min-height: 45px;
  }
}
@media (max-width: 640px) {
  .message_nr ul li .online_input {
    padding: 10px 15px;
    min-height: 40px;
  }
}
.message_nr ul li .online_input3 {
  background: #fff;
  border: none;
  width: 48%;
  color: #333;
  min-height: 52px;
  display: table;
  padding: 15px 20px;
  float: left;
  margin-bottom: 30px;
  outline: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .message_nr ul li .online_input3 {
    padding: 12px 15px;
    min-height: 45px;
  }
}
@media (max-width: 640px) {
  .message_nr ul li .online_input3 {
    padding: 10px 15px;
    min-height: 40px;
  }
}
.message_nr ul li .online_input1 {
  background: #fff;
  border: none;
  color: #333;
  min-height: 52px;
  display: table;
  width: 100%;
  padding: 15px 20px;
  margin-right: 10px;
  float: left;
  margin-bottom: 30px;
  outline: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .message_nr ul li .online_input1 {
    padding: 12px 15px;
    min-height: 45px;
  }
}
@media (max-width: 640px) {
  .message_nr ul li .online_input1 {
    padding: 10px 15px;
    min-height: 40px;
  }
}
.message_nr ul li .online_input2 {
  background: #fff;
  border: none;
  min-height: 52px;
  display: table;
  color: #333;
  width: 20%;
  padding: 15px 20px;
  margin-right: 10px;
  float: left;
  margin-bottom: 30px;
  outline: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .message_nr ul li .online_input2 {
    padding: 12px 15px;
    min-height: 45px;
    width: 30%;
  }
}
@media (max-width: 640px) {
  .message_nr ul li .online_input2 {
    padding: 10px 15px;
    min-height: 40px;
    width: 36%;
  }
}
.message_nr ul li .input_img {
  width: 20%;
  height: 53px;
  display: table;
  float: left;
  border: 1px solid #ccc;
  outline: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .message_nr ul li .input_img {
    height: 48px;
  }
}
@media (max-width: 640px) {
  .message_nr ul li .input_img {
    height: 45px;
    width: 30%;
  }
}
@media (max-width: 320px) {
  .message_nr ul li .input_img {
    height: 45px;
    width: 30%;
  }
}
.message_nr ul li .online_content1 {
  width: 100%;
  border: none;
  padding: 15px;
  min-height: 215px;
  color: #333;
  font-size: 12px;
  outline: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .message_nr ul li .online_content1 {
    min-height: 205px;
  }
}
@media (max-width: 640px) {
  .message_nr ul li .online_content1 {
    min-height: 180px;
  }
}
.message_nr ul li .btn {
  color: #ffffff;
  float: right;
  margin-top: 40px;
  font-size: 20px;
  border-radius: 1px;
  outline: none;
  padding:10px 15px;
  background: #04438c;
  border: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .message_nr ul li .btn {
    margin-top: 35px;
  }
}
.message_nr ul li .btn .fa-chevron-right {
  font-size: 18px;
  margin-right: 30px;
}
.message_nr ul li .btn a {
  background: #04438c;
  font-size: 15px;
  color: #fff;
  text-align: center;
  padding: 16px 35px;
}
@media (max-width: 640px) {
  .message_nr ul li .btn a {
    padding: 13px 25px;
  }
}
.message_nr ul li .btn a:hover {
  background: #4C4D4E;
}
/*contact*/
.about_nr p {
  line-height: 26px;
  margin-top: 18px;
  color: #343434;
  font-size: 16px;
}
.about_nr p .fa-map-marker {
  font-size: 24px;
  margin-right: 15px;
  color: #04438c;
  text-align: right;
  width: 30px;
}
@media (max-width: 640px) {
  .about_nr p .fa-map-marker {
    font-size: 18px;
    margin-right: 10px;
  }
}
.about_nr p .fa-phone {
  font-size: 20px;
  margin-right: 15px;
  color: #04438c;
  text-align: right;
  width: 30px;
}
@media (max-width: 640px) {
  .about_nr p .fa-phone {
    font-size: 16px;
    margin-right: 10px;
  }
}
.about_nr p .fa-fw {
  font-size: 20px;
  margin-right: 15px;
  color: #04438c;
  text-align: right;
  width: 30px;
}

.about_nr p .fa-internet-explorer {
    font-size: 20px;
    margin-right: 15px;
    color: #04438c;
    text-align: right;
    width: 30px;
}

.about_nr p .fa-tty {
    font-size: 20px;
    margin-right: 15px;
    color: #04438c;
    text-align: right;
    width: 30px;
}

.about_nr p .fa-qq {
  font-size: 20px;
  margin-right: 15px;
  color: #04438c;
  text-align: right;
  width: 30px;
}

@media (max-width: 640px) {
  .about_nr p .fa-fw {
    font-size: 14px;
    margin-right: 10px;
  }
}
.about_nr p .fa-mobile {
  font-size: 24px;
  margin-right: 15px;
  color: #04438c;
  text-align: right;
  width: 30px;
}
@media (max-width: 640px) {
  .about_nr p .fa-mobile {
    font-size: 18px;
    margin-right: 10px;
  }
}
@media (max-width: 640px) {
  .about_nr p {
    line-height: 23px;
    margin: 10px 0px;
    font-size: 14px;
  }
}
.about_nr .addr {
  background: url(https://www.xinfeikj.cn/images/addr.png) no-repeat left center;
}
@media (max-width: 640px) {
  .about_nr .addr {
    background: url(https://www.xinfeikj.cn/images/addr.png) no-repeat left top;
  }
}
.about_nr .phone {
  background: url(../image/tel.png) no-repeat left center;
}
@media (max-width: 640px) {
  .about_nr .phone {
    background: url(../image/tel.png) no-repeat left top;
  }
}
.about_nr .hotline {
  background: url(https://www.xinfeikj.cn/images/hot.png) no-repeat left center;
}
@media (max-width: 640px) {
  .about_nr .hotline {
    background: url(https://www.xinfeikj.cn/images/hot.png) no-repeat left top;
  }
}
.about_nr .web {
  background: url(https://www.xinfeikj.cn/images/web.png) no-repeat left center;
}
@media (max-width: 640px) {
  .about_nr .web {
    background: url(https://www.xinfeikj.cn/images/web.png) no-repeat left top;
  }
}
.about_nr .fix {
  background: url(https://www.xinfeikj.cn/images/fix.png) no-repeat left center;
}
@media (max-width: 640px) {
  .about_nr .fix {
    background: url(https://www.xinfeikj.cn/images/fix.png) no-repeat left top;
  }
}
.about_nr .company {
  color: #000000;
  font-size: 26px;
  margin: 35px 0px 20px 0px;
}
@media (max-width: 640px) {
  .about_nr .company {
    font-size: 24px;
  }
}
.about_nr ul {
  margin-left: -5%;
}
.about_nr ul li {
  width: 45%;
  float: left;
  margin-left: 2.5%;
}
@media (min-width: 767px) and (max-width: 991px) {
  .about_nr ul li {
    width: 95%;
  }
}
@media (max-width: 640px) {
  .about_nr ul li {
    width: 95%;
  }
}
.about_nr .contact_map {
  width: 100%;
  margin: 40px auto 0px auto;
  max-height: 400px;	
  overflow: hidden;
}
@media (max-width: 640px) {
  .about_nr .contact_map {
    margin: 20px auto 0px auto;
  }
}
.about_nr .contact_map #map {
  width: 100%;
  height: 685px;
  overflow: hidden;
}
@media (max-width: 640px) {
  .about_nr .contact_map #map {
    height: 485px;
    min-width: 640px;
    overflow: hidden;
  }
}
/*team*/
.team {
  display: inline-block;
  width: 100%;
  margin: 60px 0px 0px 0px;
}
.team li {
  width: 33.33333333%;
  float: left;
}
@media (max-width: 640px) {
  .team li {
    width: 100%;
  }
}
.team li .title {
  color: #000000;
  font-size: 17px;
  text-align: center;
  margin-top: 25px;
  height: 24px;
  overflow: hidden;
  padding:0 3px;
}
.team li .title a {
  color: #000000;
}
.team li .title a:hover {
  color: #04438c;
}
.team li .title2 {
  color: #949494;
  text-align: center;
  line-height: 60px;
}
.team li .title2:after {
  content: "";
  width: 40px;
  height: 2px;
  text-align: center;
  margin: 0 auto;
  display: table;
  background: #04438c;
}
.team li .text {
  color: #8e8e8e;
  font-size: 13px;
  padding: 0 25px;
  text-align: center;
  height: 48px;
  overflow: hidden;
  margin: 20px 0px 50px 0px;
}
@media (max-width: 640px) {
  .team li .text {
    height: auto;
  }
}
.team li .text a {
  color: #8e8e8e;
}
.team li .text a:hover {
  color: #04438c;
}
.team li .pic {
  width: 100%;
  background: #f5f5f5;
  position: relative;
}
.team li .pic:after {
  content: "";
  display: block;
  padding-bottom: 67%;
}
/*case_show*/
.case_show_title {
  color: #04438c;
  font-size: 28px;
  margin: 25px 0px 20px 0px;
}
.case_show_text {
  color: #323232;
  line-height: 24px;
  font-size: 13px;
}
.lunbo {
  width: 100%;
  height: 710px;
  margin: 0px 0px 40px 0px;
}
@media (min-width: 992px) and (max-width: 1239px) {
  .lunbo {
    height: 580px;
    background: #000;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .lunbo {
    display: none;
  }
}
@media (max-width: 640px) {
  .lunbo {
    display: none;
  }
}
.case_banner {
  width: 100%;
  margin-bottom: 35px;
}
@media (max-width: 640px) {
  .case_banner {
    margin-bottom: 25px;
  }
}
.team_show_title5 {
  background: #04438c;
  font-size: 17px;
  color: #fff;
  margin: 0 auto;
  padding: 12px 30px;
  display: table;
  margin-bottom: 25px;
}
.team_show_text5 {
  color: #000000;
  font-size: 14px;
  margin-bottom: 15px;
}
/*map*/
.w1004 {
  border: solid 1px #cfcfcf;
  max-width: 1180px;
  padding: 20px;
  margin: 50px auto 50px auto;
}
.map {
  margin: 0 auto;
}
.map dl {
  margin: 20px 0 20px 0;
  overflow: hidden;
  border-bottom: 1px solid #EDF2F3;
  line-height: 30px;
}
.map dl:hover {
  background: #f5f8fa;
}
.map dl:hover dt a {
  color: #e0e9f3;
  font-weight: bold;
}
.map dt {
  font-size: 14px;
  float: left;
  width: 10%;
  text-align: center;
  background: #04438c;
}
.map dt:hover {
  background: #439CAF;
}
.map dt a {
  color: #fff;
  display: block;
  padding: 8px 0px;
}
.map dt a:hover {
  color: #e0e9f3;
  font-weight: bold;
}
.map dd {
  font-size: 12px;
  overflow: hidden;
  float: left;
  width: 85%;
}
.map dd .p2 {
  padding: 0 0 0 20px;
  clear: both;
}
.map dd .p2 a {
  color: #b87500;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.map dd .p2 a:hover {
  color: #764b00;
}
.map dd div {
  clear: both;
  overflow: hidden;
  padding: 0px 20px 0 10px;
}
.map dd div a {
  color: #333;
  float: left;
  padding: 10px;
}
.map dd div a:hover {
  color: #003e7e;
  background: #04438c;
  color: #fff;
}
@media (max-width: 768px) {
  .w1004 {
    max-width: 1100px;
    margin: 20px auto;
    border-top: solid 1px #cfcfcf;
    border-bottom: solid 1px #cfcfcf;
    border-right: none;
    border-left: none;
    border-radius: 2px;
    padding: 20px;
    background: #fff;
  }
  .map dt {
    width: 100%;
  }
  .map dd {
    width: 85%;
  }
}
/* ui-banner */
.ui-banner {
  display: block;
  position: relative;
  width: 100%;
}
.ui-banner.ui-banner-invalid {
  display: none;
}
.ui-banner,
.ui-banner .ui-banner-slides,
.ui-banner .ui-banner-slogans,
.ui-banner .ui-banner-arrow {
  height: 680px;
}
@media (min-width: 992px) and (max-width: 1239px) {
  .ui-banner,
  .ui-banner .ui-banner-slides,
  .ui-banner .ui-banner-slogans,
  .ui-banner .ui-banner-arrow {
    height: 550px;
  }
}
.ui-banner .ui-banner-slides,
.ui-banner .ui-banner-slogans,
.ui-banner .ui-banner-arrow {
  position: absolute;
  top: 0;
}
.ui-banner ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.ui-banner .ui-banner-slides {
  width: 80%;
  height: 710px;
  left: 1px;
}
@media (min-width: 992px) and (max-width: 1239px) {
  .ui-banner .ui-banner-slides {
    height: 580px;
  }
}
.ui-banner .ui-banner-slides li {
  display: none;
  position: absolute;
}
.ui-banner .ui-banner-slides li img {
  max-width: 100%;
  max-height: 100%;
  border: none;
}
.ui-banner .ui-banner-slides li.ui-banner-slides-current,
.ui-banner .ui-banner-slides li.ui-banner-slides-prev,
.ui-banner .ui-banner-slides li.ui-banner-slides-next {
  display: block;
}
.ui-banner .ui-banner-slides li.ui-banner-slides-current {
  left: 0;
  width: 100%;
}
.ui-banner .ui-banner-slides li.ui-banner-slides-prev {
  left: -654px;
}
.ui-banner .ui-banner-slides li.ui-banner-slides-next {
  left: 654px;
}
.ui-banner .ui-banner-slogans {
  overflow: hidden;
  width: 19%;
  right: 0;
  margin-top: 25px;
}
.ui-bnnerimg {
  max-width: 100%;
  max-height: 100%;
}
.ui-bnnerp {
  width: 100%;
  height: 97%;
  padding-left: 20px;
}
.ui-bnnerp h3 {
  font-size: 14px;
  color: #666;
}
.ui-bnnerp p {
  color: #666;
}
.ui-line {
  zoom: 1;
  overflow: hidden;
}
.ui-line-hover {
  background: url("https://www.xinfeikj.cn/images/stuj.png") no-repeat left center;
}
.ullinehover {
  margin: 0 0 3px 13px;
  padding: 4px 0;
}
.ui-bnnerp-hover {
  background-color: #9b040d;
  color: #fff;
}
/*.ullinehover:hover .ui-bnnerp h3,.ullinehover:hover .ui-bnnerp p{
    color: #fff;
}*/
.uibannerslog ul li {
  border: 1px solid red;
}
.ui-bnnerp-hover h3,
.ui-bnnerp-hover p {
  color: #fff;
}
.ui-banner .ui-banner-arrow {
  display: block;
  width: 23px;
  outline: none;
}
.ui-banner .ui-banner-arrow.ui-banner-arrow-prev {
  background: transparent url(../image/prew_top.jpg) no-repeat right;
  height: 20px;
  right: 0px;
  top: 0px;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1239px) {
  .ui-banner .ui-banner-arrow.ui-banner-arrow-prev {
    width: 17.8%;
    background: transparent url(../image/prew_top.jpg) no-repeat center;
  }
}
.ui-banner .ui-banner-arrow.ui-banner-arrow-prev:hover {
  background: transparent url(../image/prew_top1.jpg) no-repeat right;
}
@media (min-width: 992px) and (max-width: 1239px) {
  .ui-banner .ui-banner-arrow.ui-banner-arrow-prev:hover {
    width: 17.8%;
    background: transparent url(../image/prew_top1.jpg) no-repeat center;
  }
}
.ui-banner .ui-banner-arrow.ui-banner-arrow-next {
  background: transparent url(../image/prew_bottom.jpg) no-repeat right;
  height: 23px;
  right: 0px;
  top: 688px;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1239px) {
  .ui-banner .ui-banner-arrow.ui-banner-arrow-next {
    width: 17.8%;
    top: 558px;
    background: transparent url(../image/prew_bottom.jpg) no-repeat center;
  }
}
.ui-banner .ui-banner-arrow.ui-banner-arrow-next:hover {
  background: transparent url(../image/prew_bottom1.jpg) no-repeat right;
}
@media (min-width: 992px) and (max-width: 1239px) {
  .ui-banner .ui-banner-arrow.ui-banner-arrow-next:hover {
    width: 17.8%;
    background: transparent url(../image/prew_bottom1.jpg) no-repeat center;
  }
}
.ui-banner .ui-banner-arrow.ui-banner-arrow-next img {
  left: -15px;
}
.ui-banner .ui-banner-overlay {
  bottom: 0;
  height: 10px;
  position: absolute;
  right: 0;
  width: 173px;
}

/*内页案例展示*/
.ny-case-show {
  width: 100%;
  margin: 0 auto 50px auto;
}
@media (max-width: 1199px) {
  .ny-case-show {
    display: none;
  }
}
.ny-case-show .banner-pro .banner-pro {
  overflow: hidden;
}
.ny-case-show .banner-pro .large_box {
  width: 947px;
  height: 700px;
  overflow: hidden;
  float: left;
}
@media (min-width: 1200px) and (max-width: 1240px) {
  .ny-case-show .banner-pro .large_box {
    width: 720px;
    height: 532px;
  }
}
.ny-case-show .banner-pro .large_box li {
  width: 947px;
  height: 700px;
  position: relative;
  text-align: center;
}
@media (min-width: 1200px) and (max-width: 1240px) {
  .ny-case-show .banner-pro .large_box li {
    width: 720px;
    height: 532px;
  }
}
.ny-case-show .banner-pro .large_box li p {
  font-size: 16px;
  color: #fff;
  height: 45px;
  line-height: 45px;
  width: 100%;
  background: #cf3140;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: left;
  padding-left: 20px;
}
.ny-case-show .banner-pro .large_box img {
  display: block;
}
.ny-case-show .banner-pro .small_box {
  width: 210px;
  height: 700px;
  overflow: hidden;
  float: right;
}
@media (min-width: 1200px) and (max-width: 1240px) {
  .ny-case-show .banner-pro .small_box {
    width: 203px;
    height: 532px;
  }
}
.ny-case-show .banner-pro .small_list {
  position: relative;
  width: 210px;
  height: 650px;
  overflow: hidden;
  margin-bottom: 1px;
}
@media (min-width: 1200px) and (max-width: 1240px) {
  .ny-case-show .banner-pro .small_list {
    height: 480px;
    width: 203px;
  }
}
.ny-case-show .banner-pro .small_list ul {
  height: 650px;
  overflow: hidden;
}
.ny-case-show .banner-pro .small_list ul li {
  position: relative;
  width: 210px;
  margin-bottom: 8px;
  height: 155px;
}
@media (min-width: 1200px) and (max-width: 1240px) {
  .ny-case-show .banner-pro .small_list ul li {
    width: 203px;
    margin-bottom: 11px;
    height: 150px;
  }
}
.ny-case-show .banner-pro .small_list ul li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(https://www.xinfeikj.cn/images/mask.png);
  z-index: 10;
}
.ny-case-show .banner-pro .small_list ul li img {
  display: block;
}
.ny-case-show .banner-pro .small_list ul li .bun_bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 210px;
  height: 155px;
}
.ny-case-show .banner-pro .small_list ul li.on:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: none;
  z-index: 10;
  opacity: 0;
}
.ny-case-show .banner-pro .small_list ul li.on .bun_bg {
  display: block;
}
.ny-case-show .banner-pro .btn {
  display: block;
  width: 210px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
@media (min-width: 1200px) and (max-width: 1240px) {
  .ny-case-show .banner-pro .btn {
    width: 203px;
  }
}
.ny-case-show .banner-pro .left_btn {
  background: url(../image/prew_top.jpg) no-repeat;
  margin-bottom: 8px;
}
@media (min-width: 1200px) and (max-width: 1240px) {
  .ny-case-show .banner-pro .left_btn {
    margin-bottom: 11px;
  }
}
.ny-case-show .banner-pro .left_btn:hover {
  background: url(../image/prew_top1.jpg) no-repeat;
}
.ny-case-show .banner-pro .right_btn {
  background: url(../image/prew_bottom.jpg) no-repeat;
}
.ny-case-show .banner-pro .right_btn:hover {
  background: url(../image/prew_bottom1.jpg) no-repeat;
}
.ny-case-show p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  max-width: 920px;
  margin: 0 auto;
}
.case_banner {
  width: 100%;
  overflow: hidden;
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .case_banner {
    display: block;
  }
  .case_banner .banner {
    display: block;
  }
  .case_banner .banner span {
    position: relative;
    display: block;
    width: 100%;
  }
  .case_banner .banner span:before {
    content: "";
    display: block;
    padding-bottom: 4%;
  }
}