﻿/*********************************网页公共部分************************************/
@charset "utf-8";
html{font: 14px/24px 'Helvetica Neue','Microsoft Yahei',arial,helvetica,sans-serif;}
*{
	margin: 0;
	padding: 0;
	border:medium none;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
a,img{border: 0;}
img{display: block;}
a{color: #333;text-decoration: none;}
a{transition: all 300ms ease-in-out;-webkit-transform: all 1000ms ease-in-out;}
li {list-style-type: none;}
.wrapper{width: 1200px;margin:0px auto;}
.left{float: left;}
.right{float: right;}
.clear{clear: both;}
.clear:after{display: block;content: " ";clear: both;}
h1,h2,h3,h4,h5{font-size: 100%;font-weight: normal;}
.over-flow{
    overflow: auto; 
    zoom: 1; //处理兼容性问题
}


/***********************************page***************************************/
div.page{padding:3px;margin:3px;text-align:center;margin-top: 10px;}
div.page a{border:#38322d 1px solid;padding:2px 5px;margin:2px;color:#38322d;text-decoration:none}
div.page a:hover{border:#38322d 1px solid;color:#000;}
div.page a:active{border:#38322d 1px solid;color:#000;}
div.page span.current{border:solid 1px #38322d;padding:2px 5px;font-weight:bold;margin:2px;color:#fff;background-color:#38322d;}
div.page span.disabled{border:#38322d 1px solid;padding:2px 5px;margin:2px;color:#38322d;}






/***********************************banner***************************************/
.banner{ overflow:hidden; position:relative;  }
.banner .hd{ height:15px; overflow:hidden; position:absolute; right:50%; bottom:25px; z-index:1; }
.banner .hd ul{ overflow:hidden; zoom:1; float:left;  }
.banner .hd ul li{ float:left; margin-right:10px;  width:15px; height:15px; border-radius: 50%; line-height:14px; text-align:center; background:#ffd800; cursor:pointer; opacity:0.2;}
.banner .hd ul li.on{ background:#ffd800; color:#ffd800;opacity:1;}
.banner .bd{ position:relative; height:100%; z-index:0;   }
.banner .bd li{ zoom:1; vertical-align:middle; }
.banner .bd img{ display:block; width: 100%;margin-left: auto; margin-right: auto; }





/*********************************header************************************/
.header-nav{}
.header-nav ul li{float: left;width: 170px;height: 50px;line-height: 50px;text-align: center;}
.header-nav ul li a{display: block;}



/*********************************footer************************************/






/*********************************内页************************************/


#main{margin:0 auto;padding-bottom:50px;padding-top:50px;width:1200px;min-height:700px;}

#main:after{display: block;content: " ";clear: both;}

#main .left_zuo{float:left;}

#main .right_you{float:right;width:890px;}

#main .right_you .article{
	width:100%;
	height:50px;
	border-bottom:2px solid #2252c0;
	margin-bottom: 20px;
}
#main .right_you .content{
	position: relative;
	padding:10px;
	border:1px solid #eee;
	background: #fff;
}
#main .right_you .article .left_bitao{
	float: left;
	height: 50px;
	font-size:26px;
	color:#333;
	line-height: 50px;
	background: url('../images/fangzi.png')no-repeat 0px center;
	text-indent: 42px;
}

#main .right_you .article .right_biaoti{
	float:right;
	height:50px;
	line-height:50px;
	font-size:14px;
	color:#666;
	background: url("../images/lo.png") no-repeat left center;
	padding-left: 17px;
}

.news-list ul{
	margin: 0 auto;
}
.news-list ul li{
	margin: 10px 0px;
	padding:20px;
	border-bottom: 1px dashed #ddd;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 300ms ease-in-out;
	width:100%;
	position: relative;
}
.news-list ul li .time {
    position: absolute;
    right: 20px;
    top: 16px;
}
.news-list ul li:hover a span{
	color:#1e3eb8;
	/* -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.18);
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.18);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0); */
}
.news-list ul li:first-child{
	margin-top:0;
}
.news-list ul li a{
	display: block;
	color: #de0f18;
    cursor: pointer;
    letter-spacing: 1px;
}
.news-list ul li span{display: block;font-size: 16px;color: #000;padding-bottom: 10px;}
.news-list ul li p{display: block;font-size: 14px;color: #777;text-align: justify;}



.news_title{font-size: 18px;color: #333;display: block;margin: 10px auto;text-align: center;}
.username_click {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 20px auto;
    border-bottom: 1px dashed #ccc;
    position: relative;
}
.username_click span{
	display: inline-block;
    vertical-align: middle;
    color: #999;
    line-height: 1.8;
    text-indent: 25px;
    margin-right: 10px;
}
.username_click .news_user {
    background: url(../images/news_u.png) no-repeat left;
} 
.username_click .show_t {
    background: url(../images/time.png) no-repeat left;
}
.username_click .to_look {
    background: url(../images/look.png) no-repeat left;
}
.username_click .back {
    float: right;
    background: url(../images/back.png) no-repeat left;
    color: #999;
    line-height: 1.8;
    text-indent: 25px;
}

.xq{max-width: 940px;font-size: 14px;color: #666;line-height: 28px;text-align:justify;}
.xq img{max-width: 100%;display: block;margin: 5px auto!important;}
.xq table{border: 1px solid #808080;width: 98%;border-collapse: collapse; margin:0 auto;}
.xq table td {border: 1px solid #808080;}

.newsXQ{
	text-align: justify;
}
.moiveXQ{
	text-align: center;
}


/*上一页+下一页*/
#prev_next{margin-top: 30px;}
#prev_next li{line-height:40px;text-indent: 20px;width: 100%;font-size: 14px;}
#prev_next li:nth-child(1){background: url('../images/up.png')no-repeat 0px 15px;border-top: 1px solid #ccc;}
#prev_next li:nth-child(2){background: url('../images/down.png')no-repeat 0px 15px;border-top: 1px solid #ccc;border-bottom: 1px solid #ccc;}





/*产品列表*/
.product-img-list ul{
	width:885px;
	margin:0 auto;
}
.product-img-list ul li{
	width: 280px;
	margin-right: 20px;
	float: left;
	margin-bottom: 20px;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 300ms ease-in-out;
	transition: all .2s ease-in;
}
.product-img-list ul li:nth-child(3n){
	margin-right:0;
}
.product-img-list ul li:hover{
	-webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.18);
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.18);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}
.product-img-list ul li .img-box{    border: 3px solid #01509d;max-width:280px;max-height:234px;width: 280px;height: 234px;position: relative;}
.product-img-list ul li .img-box .product-img{
	position: absolute;
	max-width: 100%;
    max-height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.product-img-list ul li .img-box .pic-logo{
	width:100%;
	position: absolute;
	right:0;
	top:0;
}
.product-img-list ul li p{
	height: 35px;
	position: relative;
	background: #01509d;
}
.product-img-list ul li span{display: block;text-align: center;height: 40px;line-height: 40px;color: #000;}
.product-mengban{
	position: absolute;
	top:0;
	left: 0;
	width:280px;
	height: 190px;
	background: #000;
	opacity:0;
	text-align: center;
	display: none;
}
.product-mengban img{
	width:56px;
	height:67px;
	display: block;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	display: none;
}  
.product-img-list ul li:hover .product-mengban{
	opacity: 0.9;
}
.product-img-list .bg{
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/z.png) no-repeat center;
    background-size: 105%;
}
.product-img-list .fir {
    position: absolute;
    bottom: 6px;
    left: 25px;
}
.product-img-list .sec {
    position: absolute;
    bottom: 6px;
    right: 25px;
    font-size: 16px;
    font-weight: 500;
    transition: all 300ms ease-in-out;
    -webkit-transform: all 1000ms ease-in-out;
}
.product-img-list ul li:hover .sec{
	color:#f9c231;
}
.product-img-list b {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}

/*产品详情*/
.content_p {margin: 40px 0;}
.content_p span.sp {display: block;background-color: #dddddd;color: #ffffff;margin-bottom: 20px;overflow: hidden;}
.content_p span.sp small {
	background: url("../images/xiang.png") no-repeat left center;
	display: block;
	float: left;
	text-align: center;
	line-height: 40px;
	width: 140px;
	font-size: 14px;
	font-weight: 700;
	
}
.biaoti{
	line-height: 60px;
	text-align: center;
	background: #01509d;
	color:#fff;
	font-size: 20px;
	font-weight: 700;
}
.xijietu{
	padding:35px 0;
	padding: 35px 0;
    color: #666;
    font-size: 14px;
    line-height: 28px;
}
.xijietu img{
	max-width: 100% !important;
	margin:0 auto !important;
	margin-bottom: 15px !important;
}




/*返回上一页*/
.return{float:right;width:120px;height:40px;background-color:#38322d;color:#fff;text-align:center;line-height:40px;margin-top: 20px;}
.return:hover{background-color:#d83a2a;}




#zhutu{
	max-width:100%;
	max-height: 100%;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	display: block;
}



/*CONTACT 地图大小*/
#allmap{width:100%;height:450px;overflow:hidden;}




/*人才招聘*/
.job_tab{line-height: 54px; background: #571b00; font-size: 14px; color: #fff; text-align: center; width: 100%; overflow: hidden;}
.job_tab span{display: block; width: 20%; text-align: center; float: left;}
.jobs ul li > p{line-height: 54px; background: #ffffff; font-size: 14px; color: #4c4c4c; text-align: center; overflow: hidden;}
.jobs ul li:nth-of-type(even) > p{background: #f3f3f3;}
.jobs ul li > p span{float: left; display: block; width: 20%;}
.jobs ul li div{background: #f7f7f7; padding: 20px; display: none;}
.jobs ul li div small{font-size: 14px; line-height: 30px; color: #7c7c7c;}
.jobs ul li div > p{font-size: 16px; color: #B59A80; margin-bottom: 10px; font-weight: bold;}
.jobs ul li div > span{display: block; margin-top: 20px; border-top: 1px solid #ccc; font-size: 14px; color: #7C7C7C; padding-top: 20px;}
.jobs ul li div > span a{color: #a3906f;}


/* sidebar */
.sidebar .title{
	width:225px;
	height: 70px;
	line-height: 70px;
	background: #123d88;
	padding:18px 20px 0px 25px;
	border-top-left-radius:4px;
	border-top-right-radius:4px; 
	border-bottom-right-radius:0px; 
	border-bottom-left-radius:0px;
	position: relative;
}
.sidebar .title img{
	vertical-align: middle;
}
.sidebar .title .xiangmu-title{
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left:38px;
	color:#fff;
	font-size: 20px;
	
}
.sidebar .title img:first-child{
	float: left;
}
.sidebar .title img:last-child{
	float: right;
	position: absolute;
	right:25px;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.sidebar ul li a{
	display: block;
	line-height: 20px;
	font-size: 15px;
	
}
.sidebar ul li {
	position: relative;
	width:225px;
	border:1px solid #d0d0d0;
	border-top:none;
	font:14px/53px 'Mircosoft YaHei';
	color:#616161;
	padding:10px;
}
.sidebar ul li a img{
	position: absolute;
	right:40px;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width:10px;
	height: 10px;
}
.sidebar ul li a:hover{
	color:#123d88;
}
.lianxi{
	width:24px;
	height: 24px;
}
.fir-title{
	background: #4c4c4c !important;
}
.lxwm-list li {
	font:15px 'Microsoft YaHei' !important;
	color:#606060 !important;
	padding:10px !important;
	border:1px dashed #d0d0d0 !important;
	border-top: none !important;
	line-height: 40px !important;

}
.fenlei-list span{
	
}
.fir-sidebar{
	margin-bottom: 35px;
}
.anlifeilei{
	position: absolute;
	display: inline-block;
	float: left;
	color:#fff;
	font-size:20px;
	font-weight: bold;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}


/*侧边栏*/
.chanping-left{
	width: 267px;
	float: left;
	background: #2252c0;
    padding: 7px;
}
.chanping-left .topbox{
	padding:15px 0;
	
	box-sizing:border-box;
}
.chanping-left .topbox p{
	font-size: 30px;
	color:#fff;
	text-align: center;
	line-height: 38px;
	margin-top: 18px;
}
.chanping-left .topbox .xian{
	height: 2px;
	width:55px;
	background:#2252c0;
	margin:0 auto;
	margin-top: 10px;
}
.ulBox{
	background:url("../images/neibg.png") no-repeat top center;
	background-size:100% 100%;
    border-top: none;
    padding-top: 17px;
}
.chanping-left .ulBox>ul>li>a{
	transition: all 300ms ease-in-out;
	-webkit-transform: all 1000ms ease-in-out;
	position: relative;
	color:#fff;
	background: #2252c0;
	font-size: 16px;
	font-weight: 700;
	display: block;
	line-height: 50px;
	border-bottom:1px solid #ededed ;
	box-sizing:border-box;
	padding-left:20px;
}
.chanping-left .ulBox>ul>li{
	position: relative;
}
/* .chanping-left .ulBox>ul>li:hover>a{
	background: #00bf79;
} */
.chanping-left .ulBox>ul>li>i{
	transition: all 300ms ease-in-out;
	-webkit-transform: all 1000ms ease-in-out;
	position: absolute;
	right:8px;
	top:19px;
	width:15px;
	height: 15px;
	background: url("../images/libg.png") no-repeat center;
}
.chanping-left .ulBox>ul>li>ul>li{
	border-bottom:1px dashed #ededed;
}
.chanping-left .ulBox>ul>li:last-child{
	
}
.chanping-left .ulBox>ul>li>ul>li>a{
	display:block;
	
	padding: 10px 20px 10px 20px;
}
.chanping-left .ulBox>ul>li>ul>li>a>span{
	display: inline-block;
	margin-right:10px;
}
.chanping-left .ulBox>ul>li>ul>li:hover>a{
	color:#f9c231;
}

/*产品详情页*/
.content .img-wrap{
	float: left;
	width:398px;
	height: 398px;
	position: relative;
	margin:0;
}
.content .img-wrap .pic{
	margin-top: 90px;
	position: relative;
	width:100%;
	height: 330px;
}
.content .img-wrap .des{
	position: absolute;
	width:100%;
	top:0;
	left:0;
}
.content .img-wrap .zhixiao{
	font-size: 38px;
	color:#fff;
	font-weight: 700;
	position: absolute;
	left:20px;
	bottom:17px;
}
.content .img-wrap .boda{
	font-size: 38px;
	color:#fff;
	font-weight: 700;
	position: absolute;
	right:20px;
	bottom:15px;
}
.content .img-wrap .zhe{
	width:100%;
	height:100%;
	background: url("../images/z1.png") no-repeat center;
	position: absolute;
	left:0;
	top:0;
	background-size: 102% 101%;
}
.content .text-wrap{
	width:460px;
	float: left;
	text-align: left;
	margin-left: 10px;

}
.content .text-wrap h1{
	font-size: 24px;
    line-height: 40px;
    color: #454545;
    margin-bottom: 20px;
}
.p15-showcase-right-con {
    line-height: 24px;
    font-size: 14px;
    height: 168px;
    overflow: hidden;
}
.pc-cx-tel-1{
	width:100%;
	height: 56px;
	border-top:2px solid #e6e6e6;
	padding-top: 30px;
}
.pc-cx-tel-1-t1 {
    width: 114px;
    height: 44px;
    background: #2252c0;
    font-size: 18px;
    line-height: 44px;
    text-align: center;
    float: right;
}
.pc-cx-tel-1-t1 a {
    display: block;
    color: #fff;
}
.con-box{
	background: #fff;
	padding:0 10px;
	margin-top: 20px;
}
.p14-product-2-tit{
	line-height: 46px;
	border-bottom: 2px solid #dfdfdf;
	margin-bottom: 30px;
	padding-top: 26px;
}
.p14-product-2-tit b{
	display: inline-block;
	font-size:24px;
	font-weight: normal;
	color:#464646;
	padding-left: 52px;
	border-bottom: 2px solid #bbbaba;
	background: url("../images/p14-icon11.png") no-repeat 22px center;
}
.p14-product-2-tit span {
    margin-left: 10px;
    font-size: 18px;
    font-family: Arial;
    color: #c2c2c1;
    text-transform: uppercase;
}
.p14-product-2-list dl{
	transition: all 300ms ease-in-out;
    -webkit-transform: all 1000ms ease-in-out;
	width:215px;
	border:1px solid #dfdfdf;
}
.p14-product-2-list a{
	float: left;
	height: 242px;
	display: block;
	margin-right:3px;
}
.p14-product-2-list a:last-child{
	margin-right: 0;
}
.p14-product-2-list dl dt{
	position: relative;
	width:100%;
	height: 166px;
}
.p14-product-2-list dl dt img{
	max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.p14-product-2-list dd{
	padding: 10px 28px 10px 10px;
    margin-right: 2px;
    position: relative;
}
.p14-product-2-list h3{
	height: 30px;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #191919;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.p14-product-2-desc {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.p14-product-2-list dl:hover{
	border-color: #01509d
}
.shili{
	font-size: 14px;
	color:#666;
	line-height: 35px;
}
.text{
	padding:40px 0;
	color:#666;
	font-size: 16px;
}
.text img{
	margin:0 auto;
	max-width: 100%;
}
.lianxiwom{
	background: url("../images/lianxi.png") no-repeat center;
	margin-top: 40px;
	padding:50px;
}
.lianxiwom ul li{
	font-size: 16px;
	color:#333;
	padding-bottom:8px;
}
.lianxiwom ul li:first-child{
	font-size: 20px;
	color:#333;
	font-weight: 700;
}
.content .pro-info-bottom{
	width:100%;
	background: #01509d;
	height: 58px;


}
.mainbox{
	background: #f7f7f7;
}

.new_right li {
    padding: 15px 0;
}
.new_right li a {
    display: block;
    height: 202px;
    border: 1px solid #ddd;
    padding: 15px;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.new_right li:hover a {
    -webkit-box-shadow: 0 5px 30px rgba(0,0,0,.18);
    box-shadow: 0 5px 30px rgba(0,0,0,.18);
    -webkit-transform: translate3d(0,-2px,0);
    transform: translate3d(0,-2px,0);
}
.new_right li a .pic{
	float: left;
	position: relative;
	width: 270px;
    height: 100%;
}
.new_right li a img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.new_right li a div {
    float: right;
    width: 65%;
}
.new_right li a h2 {
    color: #000;
    font-size: 20px;
}
.new_right li span {
    transition: 0.5s 0s all ease;
    display: block;
    line-height: 26px;
    color: #666;
    padding: 10px 0 0 0;
    font-size: 14px;
}
.new_right li small {
    color: #000;
    font-size: 14px;
    margin-top: 70px;
    display: block;
    position: absolute;
    left: 322px;
    bottom: 29px;
}
.new_right li em{
	display: block;
	position: absolute;
	right: 15px;
	bottom:29px;
	width: 90px;
    line-height: 30px;
    text-align: center;
    background: #b6b6b6;
    color: #fff;
    font-style: normal;
}
.new_right li:hover em{
	background: #01509d;
}
.inner_map{
	width: 100%;
    height: 380px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}

.p16-left-nav-1 {
    height: 60px;
    background: #fff;
    margin-bottom: 20px;
    overflow: hidden;
}
.p16-left-nav-1 li {
    width: 239px;
    height: 60px;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    float: left;
    border-right: 1px solid #eee;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: none;
}
.p16-left-nav-1 li:last-child{
	border:none;
}
.p16-left-nav-1 li a {
    color: #a8a8a8;
}
.p16-left-nav-1 li.sidenavcur, .p16-left-nav-1 li:hover {
    background: url(../images/p16-icon6.png) no-repeat bottom center #2252c0;
    border-color: #01509d;
}
.p16-left-nav-1 li.sidenavcur a, .p16-left-nav-1 li:hover a {
    color: #fff;
}
.p12-aboutinfo-1 {
    display: inline-block;
    width: 100%;
    background: #fff;
    margin-bottom: 38px;
}
.p12-aboutinfo-1-nr {
    padding: 0 20px 20px;
	    padding-top: 40px;
}
.endit-content {
    line-height: 28px;
}
.endit-content .img-block {
    text-indent: 0px;
    margin: 15px 0;
    text-align: center;
}
.endit-content img {
    max-width: 100%;
    margin:0 auto;
}
.combg{
    height: 425px;
    overflow: hidden;
    font-family: microsoft yahei;
}
.combg p:first-child{
	font-size: 24px;
    color: #01509d;
    margin:15px 0;
}
.combg p:nth-child(2){
	display: block;
    font-size: 10px;
    text-transform: uppercase;
    color: #0c0c0c;
}
.combg .comcon p{
	font-size: 14px;
	line-height: 25px;
	color:#666;
}


.tpl-lxfs1-wrap {
    padding: 0 10px;
    margin: 0 auto;
	    padding-top: 40px;
}

.tpl-lxfs1-wrap .tpl-lxfs1-bdl {
    float: left;
    min-width: 300px;
    width: 46.58%;
    font-family: "微软雅黑";
    color: #333;
    margin: 10px 20px 20px 0;
}

.tpl-lxfs1-wrap .tpl-lxfs1-bdl > span {
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-bottom: 20px
}

.tpl-lxfs1-wrap .tpl-lxfs1-bdl > p {
    line-height: 72px;
    padding: 0 0 14px 50px;
    margin: 0;
    margin-top: 14px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    white-space: normal;
}
.tpl-lxfs1-wrap .tpl-lxfs1-bdl > p:nth-child(2){
	background: url(../images/c4.png) left top 15px no-repeat;
}
.tpl-lxfs1-wrap .tpl-lxfs1-bdl > p:nth-child(3){
	background: url(../images/c1.png) left top 15px no-repeat;
}
.tpl-lxfs1-wrap .tpl-lxfs1-bdl > p:nth-child(4){
	background: url(../images/c5.png) left top 15px no-repeat;
}
.tpl-lxfs1-wrap .tpl-lxfs1-bdl > p:nth-child(5){
	background: url(../images/c2.png) left top 15px no-repeat;
}
.tpl-lxfs1-wrap .tpl-lxfs1-bdr {
    float: left;
    min-width: 320px;
    float: left;
    padding-top: 10px;
    width: 100%;
}
.tpl-lxfs1-wrap .tpl-lxfs1-bdr {
    float: left;
    min-width: 300px;
    width: 49.39%;
    padding-top: 10px;
}

.b-md {
    width: 100%;
    clear: both;
}
.blk {
    margin-bottom: 20px;
}
.p4-order-form-1 {
    overflow: hidden;
}
.p4-order-form-1 .p4-titlel-1 {
    width: 145px;
    height: 46px;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    background: #bbbaba;
}
.p4-order-form-1-con {
    border: 1px solid #bbb;
    background: url(../images/r1-orderform-1-bg.jpg) no-repeat center bottom #fff;
    padding: 40px 15%;
    height: 500px;
}
.news_title {
    font-size: 28px;
    line-height: 40px;
    color: #535353;
    text-align: center;
    display: block;
    margin: 10px auto;
}
.fengcai ul li{
	width: 288px;
    float: left;
    background: #f0f0f0;
    margin: 0 16px 13px 0;
}
.fengcai ul li:nth-child(4n){
	margin-right: 0;
}

.fengcai ul li a{
	display: block;
	border: 1px solid #e5e5e5;
    padding: 10px 9px;
    background: #fff;
}
.fengcai ul li a .pic{
	width:266px;
	height: 190px;
	position: relative;
}
.fengcai ul li a p{
	font-style: 14px;
	line-height: 30px;
	color:#666;
	text-align: center;
	width:100%;
}
.fengcai ul li a .pic img{
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}





