@charset "utf-8";
/* CSS Document */

body {padding:0; margin: 0; font-size: 12px; font-family:"Microsoft Yahei";}
ul,ol{list-style:none; padding: 0; margin: 0;}
.clear{clear:both;}
img{max-width:100%; height: auto;}
a{text-decoration:none;}

.container{width:1200px; margin: 0 auto;}
.fixed {
    position: fixed!important;
    width: 100%;
    background: #fff;
    box-shadow: 0 8px 25px 0 rgb(0 0 0 / 4%);
    -moz-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 8px 25px 0 rgb(0 0 0 / 4%);
    -o-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
    z-index: 999;

}
.table{margin:1em auto 0 auto; border-collapse:collapse; cellspacing:0; cellpadding:0; text-align:center; width:100%; clear:both;}
.table tr:first-child{font-size:14px;background:#f8f8f8;}
.table td{padding:10px; text-align:center; border:1px solid #E8E8E8;}


/*导航end*/
.owl-dots {
    text-align: center;
    padding-top: 30px;
}
.owl-dots .owl-dot span {
    width: 12px;
    height: 6px;
    border-radius: 50px;
    background: #c51e15;
    display: inline-block;
    opacity: .3;
    margin: 0 5px;
}
.owl-dots .owl-dot.active span {
    opacity: 0.8;
    width: 30px;
}
#owl0 .owl-dots {
    display: inline-block;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.dropdown:hover .dropdown-menu {
    display: block;
}
.offcanvas.show:not(.hiding), .offcanvas.showing {
    transform: none;
}
.offcanvas.hiding, .offcanvas.show, .offcanvas.showing {
    visibility: visible;
}

/*浮动导航*/
#header {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 999;
    top: 0em;
	transition-duration: 0.5s;
	height: 6rem;
	    box-shadow: 0 8px 25px 0 rgb(0 0 0 / 4%);
    -moz-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 8px 25px 0 rgb(0 0 0 / 4%);
    -o-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
}
.bodyon #header{position:fixed; top:-6rem; background-color:#fff;}
.bodyon2 #header{top:0; position:fixed; background-color:#fff;}
.navbar-brand img{height: 55px;}


/*关于我们*/
.iabout{padding:50px 0; display: flex; flex-wrap: wrap;}
.iabout .ab_l{width:49%;}
.iabout .ab_l .title span {
    color: #999;
    display: inline-block;
    position: relative;
    font-size: 18px;
}
.iabout .ab_l .title span:after {
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    right: -30px;
    content: '';
    position: absolute;
    width: 19px;
    height: 1px;
    background-color: #ff5b3f;
    top: 50%;
}
.iabout .ab_l .ftit {
    margin-bottom: 20px;
    font-size: 30px;
    color: #000;
    margin-top: 20px;
    line-height: 2;
}
.iabout .ab_l .smtext {
    margin-bottom: 40px;
    font-size: 14px;
    color: #666;
    line-height: 2;
	text-align: justify;
}

.iabout .ab_l .shuzi{margin-top: 20px; width:100%; display: flex;}
.iabout .ab_l .shuzi .szbox{width:33.33%;}
.iabout .ab_l .shuzi .szbox .t1{ margin-bottom: 10px; font-size: 14px; font-weight: bold;}
.iabout .ab_l .shuzi .szbox .t1 span{ color: #ff5b3f; font-size: 36px;}
.iabout .ab_l .shuzi .szbox .t2{ font-size: 16px; color: #444;}
.iabout .ab_r{width:46%;  margin-left: 5%; position: relative;}
.iabout .ab_r:after{position:absolute; content: ""; width:60%; height:60%;  right:-10px; background: #ff5b3f; top:-10px; z-index: -999;}

/*服务项目*/
.iservices{background:#F4F4F4;}
.iservices  .s_box{ display:flex; flex-wrap: wrap; width:100%;}
.iservices  .s_box .p_box{width:calc(25% - 10px); margin-right: 12px; margin-bottom: 15px;  background: #fff; padding-bottom: 15px; transition: 0.5s ease all; }
.iservices  .s_box .p_box:hover{-webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
    -webkit-transform: translate3d(0,-2px,0);
    transform: translate3d(0,-2px,0);
    border-radius: 2px;}
.iservices  .s_box .p_box:hover .pic img{transform: scale(1.1)}
.iservices  .s_box .p_box:nth-child(4n){margin-right:0;}
.iservices  .s_box .p_box .pic{width:100%; height: auto; overflow: hidden;}
.iservices  .s_box .p_box .pic img{width:100%; transition: 0.5s ease all;}
.iservices  .s_box .p_box .tit{padding:20px 0 0; margin-bottom: 10px; text-align: center; font-size: 18px; font-weight: bold;}
.iservices  .s_box .p_box .smtext{padding:20px; font-size: 14px; line-height: 1.8; color: #333;}
.iservices  .s_box .p_box .btns{width:60%; margin:0px auto; text-align: center;}
.iservices  .s_box .p_box .btns a{padding:4px 0; border:1px solid #999; color: #333; display: block; text-decoration:none; border-radius: 25px;}
.iservices  .s_box .p_box .btns a:hover{background:#035096; color:#FFF;}

.ititle{font-size: 32px; font-weight: bold; color: #000; text-align: center; position: relative; height: 60px;}
.ititle:after{position:absolute; content: ""; width:50px;  height: 3px; border-radius: 20px; background: #035096; bottom: 0; left: 50%; margin-left: -25px;}
.ititle span{color: #035096; padding-left: 5px;}
.iftitle{padding:10px 0 30px 0; font-size: 20px; color: #000; text-align: center; font-weight: 300;}

.pd50{padding:50px 0;}
.xuanze{display: flex; flex-wrap: wrap;}
.xuanze .xz_box{ width:calc(50% - 10px);margin-right: 20px; background: #F8F8F8; display: flex; flex-wrap:wrap; margin-bottom: 20px; transition:0.5s ease all; cursor: pointer;}
.xuanze .xz_box:hover{-webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
    -webkit-transform: translate3d(0,-2px,0);
    transform: translate3d(0,-2px,0);}
.xuanze .xz_box:nth-child(2n){margin-right:0;}
.xuanze .xz_box .pic{width:30%;}
.xuanze .xz_box .pic img{width:100%; height: auto;}
.xuanze .xz_box .txt{width:70%; padding:15px 20px;}
.xuanze .xz_box .txt .tit{font-size: 24px; color: #024990; margin-bottom: 10px;}
.xuanze .xz_box .txt .tit span{margin-right: 10px; padding:2px 8px; border-radius: 20%; color: #FFF; background:#024990 }
.xuanze .xz_box .txt .ftit{font-size: 18px; color: #666; margin-bottom: 10px;}
.xuanze .xz_box .txt .entit{ font-size: 14px; color: #999;}
.bj{background:#F4F4F4;}
.icase{ display: flex; flex-wrap: wrap;}
.icase .c_box{width:23.5%; margin-right: 2%; background: #FFF; margin-bottom: 2%;}
.icase .c_box:nth-child(4n){margin-right:0;}
.icase .c_box .pic{overflow: hidden;}
.icase .c_box .pic img{width:100%; height: auto; transition:0.5s ease all;}
.icase .c_box .tit{ padding:15px 10px; color: #333; text-align: center; font-size: 16px; text-decoration: none;}
.icase .c_box:hover .pic img{transform:scale(1.1)}
.icase .c_box:hover .tit{color:#FFF; text-decoration: none; background: #035096;}

/*流程*/
.part5{
	padding-bottom: 80px;
}
.part5 .cont02{
	width: 1000px;
	margin: 25px auto 0;
}
.part5 .cont02 .borders{
	width: 358px;
	height: 310px;
	background: url(../images/border.png) no-repeat;
	margin: 0 auto;
	position: relative;
}
.part5 .cont02 .borders p{
	color: #fff;	
}
.part5 .cont02 .borders .p1{
	padding-top: 184px;
	padding-bottom: 17px;
	font-size: 20px;
}
.part5 .cont02 .border .p2{
	font-size: 22px;
	font-weight: bold;
}
.part5 .cont02 .posBox1{
	position: absolute;
	left: -160px;
	top: -25px;
}
.part5 .cont02 .posBox2{
	position: absolute;
	left: -320px;
	top: 66px;
}
.part5 .cont02 .posBox3{
	position: absolute;
	left: -162px;
	top: 160px;
}
.part5 .cont02 .posBox4{
	position: absolute;
	left: 316px;
	top: -25px;
}
.part5 .cont02 .posBox5{
	position: absolute;
	left: 480px;
	top: 66px;
}
.part5 .cont02 .posBox6{
	position: absolute;
	left: 320px;
	top: 160px;
}
.part5 .cont02 .pos1{
	width: 200px;
	height: 174px;
	background: url(../images/border1.png) no-repeat;	
	cursor: pointer;
	transition: 0.3s;
}
.part5 .cont02 .pos1 h3{
	font-size: 18px;
	color: #666;
	padding-top: 46px;
	padding-bottom: 16px;
}
.part5 .cont02 .pos1 .p3{
	font-size: 18px;
	color: #888;
	
}
.part5 .cont02 .pos1 .p4{
	font-size: 16px;
	color: #f95d37;
	margin-top: -80px;
	margin-left: 11px;
	/*opacity: 1;*/
	line-height: 24px;
	opacity: 0;
	filter:alpha(opacity=0); 
}
.part5 .cont02 .pos1 .p5{
	margin-top: -60px;
	margin-left: 0;
}
.part5 .cont02 .pos1 em{
	width: 77px;
	height: 1px;
	background: #999;
	display: block;
	margin: 25px auto 0;
}
.part5 .cont02 .color{
	opacity: 1;
	filter:alpha(opacity=100); 
	transition: 0.2s;
}
.part5 .cont02 .pos1 .p4.fir{
	opacity: 1;
	filter:alpha(opacity=100); 
}
.part5 .cont02 .color.fir{
	opacity: 0;
	filter:alpha(opacity=0); 
}
.part5 .cont02 .changeBg{
	background: url(../images/border2.png) no-repeat;
	cursor: pointer;
	transition: 0.3s;
}
/*.part5 .cont02 .pos1:hover .color{
	opacity: 0;
	transition: 0.3s;
}*/
/*.part5 .cont02 .pos1:hover .p4{
	opacity: 1;
	transition: 0.3s;
}*/

/*.part5 .cont02 .color{
	background: url(../images/border2.png) no-repeat;
	cursor: pointer;
	transition: 0.3s;
}
.part5 .cont02 .color h3{
	color: #f95d37;
}
.part5 .cont02 .color .p3{
	color: #f95d37;
}
.part5 .cont02 .color em{
	background: #f95d37;
}*/

.part1 {
    width: 100%;
    text-align: center;
    padding-bottom: 60px;
    border-bottom: 1px solid #f5f5f5;
}
.owl-nav{display:none;}


.part5 .btn{
	display: block;
	width: 187px;
	height: 46px;
	border: 1px solid #01AFB8;
	color: #01AFB8;
	line-height: 46px;
	font-size: 18px;
	margin: 56px auto 20px;
	border-radius: 24px;
	transition: .6s;
}

.part5 .btn:hover{
	background: #01AFB8;
	color: #fff;
}

.part1 h2 {
    font-size: 38px;
    color: #424242;
    padding-top: 70px;
}
.part1 .text {
    font-size: 20px;
    color: #999;
    padding-top: 15px;
    padding-bottom: 45px;
}
.part1 h2 span {
    color:#F95D37;
}
.mob{display:none}
.lc{ display:flex; flex-wrap: wrap;}
.lc .top{width:100%; position: relative; margin-bottom: 30px;}
.lc .top img{max-width:100%; height: auto;}
.lc .top .txt{position:absolute; width:100%; text-align: center; left: 0; top:0; color: #FFF; padding-top:45%;}
.lc .top .txt .tit{font-size: 24px; margin-bottom: 10px}
.lc .top .txt .ftit{ font-size: 16px; }
.lc .lclist{width:100%; }
.lc .lclist .tl{ float:left; width:48%; border-radius: 0 20px 20px 0; border:1px solid #F2F2F2; padding:10px 20px; margin-bottom: 10px;}
.lc .lclist .tr{ float: right; width:48%; border-radius:20px 0 0 20px; border:1px solid #F2F2F2; padding:10px 20px; margin-bottom: 10px;}
.lc .lclist .title{ font-size: 18px; color: #666;}
.lc .lclist .ftitle{ font-size: 16px; color: #999;}

.ibanner img{width:100%; height: auto; }


.c-bj{background:#f4f4f4; padding:40px 0;}
.culture{ padding:30px 0; display: flex; flex-wrap: wrap;}
.culture .culture-box{width:33.33%; padding:20px 0; text-align: center; border-right: 1px solid #ddd;}
.culture .culture-box:nth-child(3n){border-right:0;}
.culture .culture-box .c-b-pic{margin-bottom:15px;}
.culture .culture-box .c-b-tit{margin-bottom: 10px; font-size: 28px; color: #333;}
.culture .culture-box .c-b-ftit{font-size: 16px; color: #666; padding:0 15px;}


.hz{display:flex;   margin-bottom: 20px; padding-bottom: 20px;}
.hz .hzlist{width:100%;display:flex; flex-flow: wrap;}
.hz .hzlist .hzimg{width:20%; text-align: center; margin-bottom:20px;}
.hz .hzlist .hzimg img{width:95%; height: auto; border:1px solid #F4F4F4;}

/*产品列表*/
.pro_nav{border-bottom: 1px #eee solid; margin-bottom: 20px; padding-top:30px;}
.pro_nav .navbox{ display: flex; flex-wrap: wrap; justify-content:center;}
.pro_nav .navbox .navlist{width:12%; padding:18px 0; text-align: center; font-size: 18px; }
.pro_nav .navbox .navlist a{color:#333; padding:20px 0; position: relative;}
.pro_nav .navbox .navlist a:after{width:0; content: ""; position: absolute; left: 0; bottom: 0; height: 2px; transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; background: #035096;}
.pro_nav .navbox .navlist a:hover:after{width:100%;}
.pro_nav .navbox .active a:after{width:100%;}

.pro .prolist{display:flex;flex-wrap:wrap;}
.pro .lm{display:flex; justify-content: space-between;padding:10px; margin-bottom:20px; border-bottom:1px solid #f0f0f0;}
.pro .lm .name{ font-size:20px; color: #000000; }
.pro .lm .bread{font-size:12px; color: #333; padding-top:15px;}
.pro .lm .bread a{color:#333;}


.pro .prolist .pro_box{width:25%; padding:20px;color:#333}
.pro .prolist .pro_box a{color:#333;}
.pro .prolist .pro_box:hover a{color:#035096;}
.pro .prolist .pro_box .pic{width:100%;overflow: hidden;}
.pro .prolist .pro_box .pic img{position:relative; overflow: hidden; transition: 0.5s ease all;}
.pro .prolist .pro_box:hover .pic img{transform:scale(1.08);}
.pro .prolist .pro_box dt{padding:15px 0; text-align: center; font-size: 14px; font-weight: normal; background: #F8F8F8;}

.protxt{}
.pro{padding:20px 0;}

.snav{padding:12px 0; border-bottom: 1px solid #EEE; text-align: right;}
.snav a{color:#333;}
.newstxt{padding:20px 0;}
.newstxt .title{font-size:32px; color: #000000; text-align: center; margin-bottom: 15px;}
.newstxt .ftitle{ text-align:center; color: #666;}
.newstxt .ftitle span{padding-right:10px; margin-right: 10px; border-right: 1px solid #ddd; color: #035096;}
.newstxt .pagetxt{padding-top:25px; font-size: 16px; color: #262626; line-height: 1.8;}
.newstxt .fy{border:1px solid #f0f0f0; display: flex; flex-flow: wrap; margin-top: 30px;}
.newstxt .fy a{color:#333;}
.newstxt .fy a:hover{color: #035096;}
.newstxt .fy a i{padding:0 5px;}
.newstxt .fy .fy-l{width:50%; border-right: 1px solid #f0f0f0; padding:10px; transition: 0.5s ease all;}
.newstxt .fy .fy-l:hover{padding-left:20px;}
.newstxt .fy .fy-r{width:50%; padding:15px; text-align: right; padding:10px; transition: 0.5s ease all;}
.newstxt .fy .fy-r:hover{padding-right:20px;}


/*新闻资讯*/
.newslist{display:flex;  flex-flow: wrap;}
.newslist .news-box{padding: 15px 0; width:100%; margin-bottom: 10px; border-bottom: 1px solid #F0F0F0; display: flex; justify-content: space-between; flex-flow: wrap;}
.newslist .news-box:hover{background:#f8f8f8;}
.newslist .news-box .news-pic{width:24%;}
.newslist .news-box .news-pic img{max-width:100%; height: auto;}
.newslist .news-box .news-txt{width:74%;}
.newslist .news-box .news-txt .title{font-size: 24px; color: #000; margin-bottom: 15px; margin-top: 8px;}
.newslist .news-box .news-txt .title a{ color:#333; transition: 0.5s ease all;}
.newslist .news-box .news-txt .title a:hover{ color: #035096; padding-left: 10px;}
.newslist .news-box .news-txt .time{ font-size: 14px; color: #999; margin-bottom: 15px;}
.newslist .news-box .news-txt .time i{margin-right: 5px;}
.newslist .news-box .news-txt .smtext{ font-size: 16px; color:#666; line-height: 1.8; margin-bottom: 25px;}
.newslist .news-box .news-txt .ck{width:150px; text-align: center; }
.newslist .news-box .news-txt .ck a{padding:10px 0; border: 1px solid #DDD; color: #333; display: block;}
.newslist .news-box .news-txt .ck a:hover{ background: #035096; color: #FFF;}
.newstxt{padding:20px 0;}
.newstxt .title{font-size:32px; color: #000000; text-align: center; margin-bottom: 15px;}
.newstxt .ftitle{ text-align:center; color: #666;}
.newstxt .ftitle span{padding-right:10px; margin-right: 10px; border-right: 1px solid #ddd; color: #035096;}
.newstxt .pagetxt{padding-top:25px; font-size: 16px; color: #262626; line-height: 1.8;}
.newstxt .fy{border:1px solid #f0f0f0; display: flex; flex-flow: wrap; margin-top: 30px;}
.newstxt .fy a{color:#333;}
.newstxt .fy a:hover{color: #035096;}
.newstxt .fy a i{padding:0 5px;}
.newstxt .fy .fy-l{width:50%; border-right: 1px solid #f0f0f0; padding:10px; transition: 0.5s ease all;}
.newstxt .fy .fy-l:hover{padding-left:20px;}
.newstxt .fy .fy-r{width:50%; padding:15px; text-align: right; padding:10px; transition: 0.5s ease all;}
.newstxt .fy .fy-r:hover{padding-right:20px;}


.pro-l{width:18%}
.pro-l .ptit{font-size:1.4rem; color: #333; position: relative;}
.pro-l .ptit::after{position: absolute; content: ""; left: 0; bottom: -12px; width:45px; height: 3px; background: #174f91; transition:0.5s ease all;}
.pro-l .ptit:hover::after{width:120px;}
.pro-l .plist{display:flex; flex-wrap:wrap;}
.pro-l .plist .pbox{ line-height: 40px; font-size: 14px; width: 100%; margin-bottom: 15px; background: #edeef3;}
.pro-l .plist .pbox a{color:#333; border-left: 4px solid #294f96;  padding-left: 15px; display: block; transition:0.5s ease all; font-size: 16px;}
.pro-l .plist .pbox a:hover{color:#ff5b3f; border-left: 4px solid #ff5b3f; padding-left: 18px;}
.pro-r{ width:80%;}
.r-l{flex-direction:row-reverse;}
.c-txt{ font-size:16px; color: #333;}

/*联系我们*/
.contact{display: flex; flex-wrap: wrap;}
.contact .c_l{width:50%; padding:40px; position: relative;}
.contact .c_l .tit{color:#000; font-size: 32px; margin-bottom: 10px;}
.contact .c_l .ftit{font-size: 18px; color: #888; border-bottom: 1px solid #F2F2F2; margin-bottom: 20px; padding-bottom: 30px;}
.contact .c_l .name{font-size:22px; color: #25384f; margin-bottom: 20px;}
.contact .c_l .tx{font-size:18px; color: #444; margin-bottom: 10px;}
.contact .c_l .red{ color: #FF0004; font-size: 28px}
.contact .c_l .ewm{ position:absolute; right:10%; top:40%;}
.contact .c_l .ewm dt{text-align: center; padding:10px; font-size: 16px;}
.contact .c_l .ewm img{width:150px; height: auto;}

.contact .c_r{width:50%;}
.pagelist{text-align:center;}
.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: #337ab7;
    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
}



footer {
    background-repeat: no-repeat !important;
    background-position: center center !important;
	color: #bbb;
	padding:30px 0 0px;
}

footer .f-item h4{color:#EEE; margin-bottom: 15px; font-size:20px;}
footer .f-item ul{padding:10px 0 0 0; margin: 0; display: flex; flex-wrap: wrap;}
footer .f-item ul li{margin-bottom: 5px; width:48%; margin-right: 2%;}
footer .f-item ul li a{color:#999;}
footer .f-item ul li a:hover{color:#FFF;}
.f_ewm img{max-width:160px;}
.copyright{ margin-top:15px; color: #999; font-size:13px;}
.copyright a{color:#666; }
.twitter-item{color:#999;}
.twitter-item p{padding:0; margin: 0; margin-bottom: 2px;}
.footfix{display:none;}
.dh{ color:#ff5b3f; font-size: 20px; padding:8px 0;}
.dh i{padding-right:10px;}

.p-img{width:40%; cursor:pointer;}
.p-cs{width:60%;}

.table{border-collapse:collapse; cellspacing:0; cellpadding:0; padding:10px; width:100%; text-align: left;}
.table td:first-child{padding:10px;text-align: left; border:1px solid #E8E8E8;}
.intext{padding:20px 0;}

table{width:100%;overflow-x:scroll;}

@media (max-width:767px) {
	.container{width:100%;}
	.navbar-brand img{height: 40px;}
	#header {height:4rem;}
	.bodyon #header{top:-4rem;}

	.iabout .ab_l{width:100%; margin-bottom: 20px;}
	.iabout .ab_r{width:100%; margin-left: 0;}
	.iabout .ab_l .shuzi .szbox .t1 span{ font-size: 32px;}
	.iabout .ab_l .shuzi .szbox .t2{ font-size: 14px; padding:0 5px;}
	.iservices  .s_box{margin-bottom: 20px;}
	.iservices  .s_box .s_txt{width:100%;}
	.iservices  .s_box .s_img{width:100%;}
	.iservices .s_box .p_box{width:100%; margin-right: 0; margin-bottom: 20px;}
	.xuanze .xz_box{width:100%; margin-right:0;}
	.xuanze .xz_box .txt .tit{font-size:16px;}
	.xuanze .xz_box .txt .ftit{font-size:14px;}
	.xuanze .xz_box .txt .entit{font-size:12px;}
	.xuanze .xz_box .txt .tit span{padding:2px 5px;}
	.xuanze .xz_box .txt{padding:8px 15px;}
	.pt50{padding:30px 0;}
	.ititle{font-size: 24px; height: 40px}
	.iftitle{font-size: 16px; padding:10px 0 20px 0}
	.icase .c_box{width:49%; margin-right: 2%;}
	.icase .c_box:nth-child(2n){margin-right: 0;}
	.pc{display:none;}
	.mob{display:block;}
	.row50{width:50%!important;}
	.f_news{display:none;}
	.culture .culture-box{width:100%; margin-bottom: 20px; border:none;}

	.footfix{ width:100%; position: fixed; bottom: 0; background: #FFF; box-shadow: 10px 7px 15px 4px rgba(0,0,0,.13); z-index: 999999; display:block;}
.footfix ul{padding:5px 0 5px; margin: 0; display: flex;}
.footfix ul li{width:33.3333%;  text-align: center;}
.footfix ul li i{font-size:28px; color: #ff5b3f}
.footfix ul li i img{width:30%; height:auto;}
.footfix ul li p{width:100%; text-align: center; margin: 5px 0 0; padding:0; font-size: 13px; color: #666;}
	.contact .c_l{width:100%; margin-bottom: 10px; padding:10px;}
	.contact .c_r{width:100%; height: 240px;}
	.contact .c_l .ewm{ position:relative; right:0%; top:0%; width:100%; text-align: center;}
	.contact .c_l .ewm img{width:60%;}
	.newslist .news-box .news-pic{width:100%; margin-bottom:10px;}
	.newslist .news-box .news-txt{width:100%;}
	.newslist .news-box .news-txt .title{font-size:18px;}
	.newslist .news-box .news-txt .smtext{font-size:14px;}
	footer {padding:30px 0 50px;}
	.hz .hzlist .hzimg{width:50%; }
	.hz .hzlist .hzimg img{width:90%;}
	.pro-r{width:100%;}
	.pro-l{width:100%;}
	.p-img{width:100%; margin-bottom: 10px;}
.p-cs{width:100%;}
.pro .prolist .pro_box{width:50%; padding:5px;}
.pro .lm .bread{display:none;}
	
}