@charset "utf-8";
/* CSS Document */
*{
	padding:0;
	margin:0;
	font-family:"微软雅黑";
}
html,body{
	height:100%;
}
img{
	border:none;
}
ul li{
	list-style:none;
}
a{
	color:#000;
	text-decoration:none;
}
a:hover{
	color:#e60012;
}
.container{
	width:1000px;
	margin:0 auto;
}
.head{
	position:relative;
	
}
.head .rxy{
	width:1000px;
	height:43px;
	position:absolute;
	left:50%;
	margin-left:-502px;
	z-index:9999;
	background:url(../images/bomx.png) no-repeat center top;
}
.head .top{
	background:#383735;
	line-height:37px;
	overflow:hidden;
}
.left{
	float:left;
}
.right{
	float:right;
}
.head .top .left{
	font-size:12px;
	color:#b8b8b8;
}
.head .top .right{
	font-size:12px;
	color:#b8b8b8;
}
.head .top .right a{
	color:#b8b8b8;
	display:inline-block;
	padding:0 10px;
}
.head .top .right a:hover{
	text-decoration: underline;
	color:#b8b8b8;
}
.head .content{
	background:url(../images/headbg.jpg) no-repeat center top;
	height:227px;
	
}
.head .content .left{
	height:177px;
	line-height:177px;
}
.head .content .left img{
	vertical-align:middle;
}
.head .content .left:nth-child(2) img{
	margin: 5px 0 0;
}
.head .content .right{
	height:177px;
	background:url(../images/phone.jpg) no-repeat center;
	width:210px;
}
.head .content .right h1{
	font-size:14px;
	color:#000;
	font-weight:400;
	padding-top:60px;
	padding-left:15px;
}
.head .content .container{
	overflow:hidden;
}
.head .content .nav a{
	font-size:16px;
	display:inline-block;
	padding: 0 31px;
	line-height:53px;
	color:#fff;
}
.head .content .nav a:hover{
	color:#E4E4E4;
}
.clear{
	clear:both;
}
.about .left{
	width:592px;
	padding-top:50px;
	box-sizing:border-box;
	padding-left:50px;
	padding-right:50px;
}
.about .left h3{
	font-size:30px;
}
.con{
	padding-top:30px;
	font-size:12px;
	color:#929292;
	line-height:2em;
	padding-bottom:30px;
}
.about .left a{
	width:130px;
	height:35px;
	line-height:35px;
	display:block;
	border:1px solid #f599a0;
	color:#f599a0;
	text-align:center;
	text-transform:uppercase;
}
.about .right{
	width:575px;
	box-sizing:border-box;
	margin-right:-176px;
	}
.about .right .top{
	height:191px;
	background:url(../images/top01.jpg) no-repeat center left;
}
.about .right .top .fleft{
	float:left;
	height:100%;
	width:192px;
	box-sizing:border-box;
	padding:60px 38px;
	color:#fff;
	background:#000;
	-moz-opacity:0.9;
	opacity:0.9;
	filter:alpha(opacity=90);
}
.about .right .top .fright{
	float:right;
	height:100%;
	width:192px;
	box-sizing:border-box;
	padding:60px 38px;
	color:#fff;
	background:#e60012;
	filter:alpha(opacity=90);
}
.about .right .bottom{
	height:191px;
	background:url(../images/bottm01.jpg) no-repeat center right;
}
.about .right .bottom .text{
	float:left;
	height:100%;
	width:192px;
	box-sizing:border-box;
	padding:70px 38px;
	color:#fff;
	background:#000;
	-moz-opacity:0.9;
	opacity:0.9;
	filter:alpha(opacity=90);
	margin-left:192px;
}
.alc{
	background:#f8f8f8;
	padding:55px 0;
}
.alc .left{
	padding-top:30px;
}
.alc .right ul li{
	display:inline-block;
	width:127px;
	text-align:center;
}
.alc .right ul li .row{
	width:65px;
	height:65px;
	border-radius:50%;
	border:1px solid #dbdbdb;
	overflow:hidden;
	display:inline-block;
	position:relative;
}
.alc .right ul li .row .img{
	height:65px;
	width:100%;
	position:absolute;
	background:url(../images/tubiao.png) center no-repeat;
	-webkit-transition:all .3s ease-in-out 0s;
	-moz-transition:all .3s ease-in-out 0s;
	-ms-transition:all .3s ease-in-out 0s;
	-o-transition:all .3s ease-in-out 0s;
	transition:all .3s ease-in-out 0s;
	top:0;
	left:0;
}
.alc .right ul li .row .mo{
	height:65px;
	width:100%;
	position:absolute;
	top:65px;
	left:0;
	-webkit-transition:all .3s ease-in-out 0s;
	-moz-transition:all .3s ease-in-out 0s;
	-ms-transition:all .3s ease-in-out 0s;
	-o-transition:all .3s ease-in-out 0s;
	transition:all .3s ease-in-out 0s;
	background:url(../images/tubiao.png) center no-repeat;
}
.alc .right ul li a:hover .row .img{
	-webkit-transition:all .3s ease-in-out 0s;
	-moz-transition:all .3s ease-in-out 0s;
	-ms-transition:all .3s ease-in-out 0s;
	-o-transition:all .3s ease-in-out 0s;
	transition:all .3s ease-in-out 0s;
	top:0;
	margin-top:-65px;
}
.alc .right ul li a:hover .row .mo{
	-webkit-transition:all .3s ease-in-out 0s;
	-moz-transition:all .3s ease-in-out 0s;
	-ms-transition:all .3s ease-in-out 0s;
	-o-transition:all .3s ease-in-out 0s;
	transition:all .3s ease-in-out 0s;
	top:0;
	
}
.alc .right ul li.l1 .row .img{
	background-position:-19px -134px;
}
.alc .right ul li.l1 .row .mo{
	background-position:-19px -17px;
}
.alc .right ul li.l2 .row .img{
	background-position:-117px -135px;
}
.alc .right ul li.l2 .row .mo{
	background-position:-117px -17px;
}
.alc .right ul li.l3 .row .img{
	background-position:-208px -135px;
}
.alc .right ul li.l3 .row .mo{
	background-position:-208px -17px;
}
.alc .right ul li.l4 .row .img{
	background-position:-311px -134px;
}
.alc .right ul li.l4 .row .mo{
	background-position:-311px -17px;
}
.alc .right ul li .text h3{
	font-size:12px;
	color:#dc3419;
	font-weight:400;
}
.alc .right ul li .text span{
	display:inline-block;
	width:8px;
	border-bottom:1px solid #000;
}
.alc .right ul li .text h4{
	font-size:12px;
	color:#b0afaf;
	font-weight:400;
	text-transform:uppercase;
	
}
.pro{
	padding:50px 0;
	text-align:center;
}
.pro .title{
	text-align:center;
}
.pro .title h4{
	font-weight:400;
}
.pro  ul{
	padding:50px 0 20px 0;
	overflow:hidden;
	box-sizing:border-box;
	width:1578px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	
}
.pro  ul li{
	width:263px;
	box-sizing:border-box;
}
.pro  ul li a{
	display:block;
	width:100%;
	height:100%;
	position:relative;
	-webkit-transition:all .3s ease-in-out 0s;
	-moz-transition:all .3s ease-in-out 0s;
	-ms-transition:all .3s ease-in-out 0s;
	-o-transition:all .3s ease-in-out 0s;
	transition:all .3s ease-in-out 0s;
}
.pro  ul li a .img {
	width:100%;
	transition:all .3s
}
.pro  ul li a .img img{
	width:100%;
	-webkit-transition:all .3s ease-in-out 0s;
	-moz-transition:all .3s ease-in-out 0s;
	-ms-transition:all .3s ease-in-out 0s;
	-o-transition:all .3s ease-in-out 0s;
	transition:all .3s ease-in-out 0s;
}
.pro  ul li a:hover{
	
}
.pro  ul li :hover{
	
	-webkit-transition:all .3s ease-in-out 0s;
	-moz-transition:all .3s ease-in-out 0s;
	-ms-transition:all .3s ease-in-out 0s;
	-o-transition:all .3s ease-in-out 0s;
	transition:all .3s ease-in-out 0s;
	z-index:99;
}
.pro .box{
	width:100%;
	overflow:hidden;
}
.pro  ul li :hover .img{
	transform: scale(1.2,1.2);
}
.pro  ul li  .img{
	width:100%;
}
.pro  ul li a .mo{
	transform: scale(1.2,1.2);
	background:url(../images/mo.png) no-repeat center top;
	width:100%;
	position:absolute;
	z-index:999;
	height:100%;
	-webkit-transition:all .4s ease-in-out 0s;
	-moz-transition:all .4s ease-in-out 0s;
	-ms-transition:all .4s ease-in-out 0s;
	-o-transition:all .4s ease-in-out 0s;
	transition:all .4s ease-in-out 0s;
	background-size:100%;
	left:0;
	top:0;
	margin-top:200%;
}
.pro  ul li a .mo div{
	height:100%;
	width:100%;
	position:relative;
}
.pro  ul li a .mo h4{
	font-size:15px;
	font-weight:400;
	color:#fff;
	bottom:32%;
	width:100%;
	position:absolute;
}
.pro  ul li a .mo p{
	font-size:15px;
	font-weight:400;
	color:#fff;
	text-transform:uppercase;
	position:absolute;
	bottom:34px;
	width:100%;
}
.pro  ul li a h3 {
	text-align:center;
}
.pro  ul li a h3 span{
	font-size:15px;
	font-weight:400;
	color:#1c1c1c;
	display:inline-block;
	padding:0 10px;
	line-height:54px;
	border-bottom:2px solid #e2e2e2;
}
.pro  ul li a:hover .mo{
	-webkit-transition:all .4s ease-in-out 0s;
	-moz-transition:all .4s ease-in-out 0s;
	-ms-transition:all .4s ease-in-out 0s;
	-o-transition:all .4s ease-in-out 0s;
	transition:all .4s ease-in-out 0s;
	margin-top:0;
	
}
.news{
	background:url(../images/newsbg.jpg) no-repeat center top;
	padding-top:47px;
}
.news .left{
	width:241px;
	height:330px;
	text-align:center;
}
.news .left h3{
	padding-top:66px;
}
.news .left h4{
	font-size:18px;
	color:#fff;
	margin-top:61px;
}
.news .left a{
	display:inline-block;
	width:85px;
	height:25px;
	line-height:25px;
	font-size:12px;
	color:#fff;
	border:1px solid #fff;
	margin-top:40px;
}
.news .right{
	width:750px;
	padding-top:121px;
	padding-left:15px;
	box-sizing:border-box;
}
.news .right h4{
	font-size:12px;
	font-weight:400;
	color:#a3a3a3;
	padding-left:8px;
}
.news .right .newstitle{
	padding-top:79px;
	padding-left:50px;
	overflow:hidden;
}
.news .right .newstitle a{
	float:left;
	font-size:12px;
	line-height:25px;
	width:138px;
	text-align:center;
}
.news .right .bo{
	width:0;
	display:inline-block;
	height:2px;
	background:#e60012;
	margin-top:23px;
}
.news .bomlist{
	padding:50px 0;
}
.news .bomlist ul li{
	display:inline-block;
	width:302px;
	float:left;
	margin:0 10px;
}
.news .bomlist ul li a h4{
	font-size:12px;
	font-weight:400;
	padding-bottom:12px;
	color:#949494;
}
.news .bomlist ul li a h3{
	color:#242424;
	font-size:14px;
	font-weight:400;
	padding-bottom:21px;
	line-height:18px;
}
.news .bomlist ul li a:hover h3{
	color:#e60012;
}
.news .bomlist ul li a span{
	display:block;
	width:30px;
	height:2px;
	background:#000;
	margin-bottom:17px;
}
.news .bomlist ul li a p{
	color:#949494;
	font-size:12px;
	line-height:18px;
}
.news .bomlist ul li a .win{
	width:20px;
	height:20px;
	overflow:hidden;
	text-align:center;
	line-height:20px;
	margin-top:45px;
	position:relative;
}
.news .bomlist ul li a .win h5{
	position:absolute;
	width:100%;
	height:100%;
	line-height:17px;
	box-sizing:border-box;
	border:1px solid #e60012;
	background:#e60012;
	color:#fff;
	top:0;
	-webkit-transition:all .3s ease-in-out 0s;
	-moz-transition:all .3s ease-in-out 0s;
	-ms-transition:all .3s ease-in-out 0s;
	-o-transition:all .3s ease-in-out 0s;
	transition:all .3s ease-in-out 0s;
	background-size:100%;
	left:0;
	margin-left:-20px;
	font-size:16px;
}
.news .bomlist ul li a .win h6{
	position:absolute;
	width:100%;
	-webkit-transition:all .3s ease-in-out 0s;
	-moz-transition:all .3s ease-in-out 0s;
	-ms-transition:all .3s ease-in-out 0s;
	-o-transition:all .3s ease-in-out 0s;
	transition:all .3s ease-in-out 0s;
	background-size:100%;
	font-weight:400;
	height:100%;
	line-height:17px;
	box-sizing:border-box;
	border:1px solid #e1e1e1;
	color:#e1e1e1;
	top:0;
	left:0;
	font-size:16px;
	margin-left:0;
}
.news .bomlist ul li a:hover h5{
	-webkit-transition:all .3s ease-in-out 0s;
	-moz-transition:all .3s ease-in-out 0s;
	-ms-transition:all .3s ease-in-out 0s;
	-o-transition:all .3s ease-in-out 0s;
	transition:all .3s ease-in-out 0s;
	margin:0;
	
}
.news .bomlist ul li a:hover h6{
	-webkit-transition:all .3s ease-in-out 0s;
	-moz-transition:all .3s ease-in-out 0s;
	-ms-transition:all .3s ease-in-out 0s;
	-o-transition:all .3s ease-in-out 0s;
	transition:all .3s ease-in-out 0s;
	margin-left:20px;
}
.news .bomlist ul{
	display:none;
	overflow:hidden;
}
.news .bomlist ul.activ{
	display:block;
}
.lianxi{
	background:url(../images/lianxibg.jpg) no-repeat center top;
	text-align:center;
	height:457px;
}
.lianxi .right{
	text-align:left;
	width:442px;
	padding-top:92px;
}
.lianxi .right h3{
	font-size:14px;
	line-height:30px;
	margin-bottom:10px;
}
.lianxi .right p{
	font-size:12px;
	color:#b0afaf;
	line-height:2em;
	text-transform:uppercase;
}
.footer{
	padding:24px 0;
	background:#414550;
}
.footer .code{
	width:98px;
	height:98px;
	background:#fff;
}
.footer .text{
	width:555px;
	padding-top:27px;
	padding-left:20px;
}
.footer .text .footernav{
	font-size:12px;
	color:#fff;
}
.footer .text .footernav a{
	color:#fff;
	display:inline-block;
	padding:0 10px;
	line-height:2em;
}
.footer .text .footernav a:first-child{
	padding-left: 0;
}
.footer .text p{
	color:#969696;
	font-size:12px;
}
.footer .text p a{
	color:#969696;
	font-size:12px;
	padding-left:15px;
}
.footer .right{
	padding-top:25px;
}
.footer .right a{
	margin-right:10px;
}
.footer .right a.bds_tsina{
	background:url(../images/weibo.png) no-repeat center top;
	width:29px;
	height:29px;
	padding-left:0;
}
.footer .right a.bds_tqq{
	background:url(../images/kongjian.png) no-repeat center top;
	width:29px;
	height:29px;
	padding-left:0;
}
.footer .right a.bds_weixin{
	background:url(../images/weixin.png) no-repeat center top;
	width:29px;
	height:29px;
	padding-left:0;
}
.footer .right .tex{
	float:left;
	border:1px solid #f5f5f5;
	height:30px;
	box-sizing:border-box;
	background:#414550;
	font-size:12px;
	width:130px;
	color:#f5f5f5;
}
.footer .right span{
	float:left;
}
.footer .right span input{
	height:30px;
	box-sizing:border-box;
	border:1px solid #f5f5f5;
	background:#f5f5f5;
	font-size:12px;
	color:#5d5d5d;
	width:57px;
}
.footer .form{
	padding-top:30px;
}
.footer .form input:nth-child(1){
	width: 130px;
	height: 30px;
	border: 1px solid #fff;
	background: none;
}
.footer .form input:nth-child(2){
	width: 58px;
	height: 32px;
	border: 1px solid #fff;
	margin-left: -5px;
	background: white;
}
.showtitle{
	margin-top:43px;
}
.showtitle .top{
	font-size:12px;
	border-bottom:1px solid #e8e8e8;
	padding-bottom:20px;
}
.showtitle .top h3{
	font-size:12px;
	color:#989898;
	font-weight:400; 
	
} 
.showtitle .top h3 a{
	color:#989898;
	display:inline-block; 
	margin:0 5px;
} 
.showtitle .top h3 span{
	display:inline-block;
	margin:0 5px;
	color:#989898;
}
.showtitle .sled{
	padding:24px 0 15px 0;
}
.showtitle .sled dd{
	display:inline-block;
	font-size:12px;
}
.showtitle .sled dd a{
	color:#000000;
	display:block;
	height:34px;
	line-height:34px;
	background:#e7e7e7;
	margin-right:20px;
	position:relative;
	text-align:center;
	width:135px;
	overflow:hidden;
}

.showtitle .sled dd a .red{
	position:absolute;
	top:0;
	left:0;
	width:135px;
	height:34px;
	-webkit-transition:all .3s ease-in-out 0s;
	-moz-transition:all .3s ease-in-out 0s;
	-ms-transition:all .3s ease-in-out 0s;
	-o-transition:all .3s ease-in-out 0s;
	transition:all .3s ease-in-out 0s;
	background:#e60012;
	margin-left:-135px;
}
.showtitle .sled dd a:hover .red{
	-webkit-transition:all .3s ease-in-out 0s;
	-moz-transition:all .3s ease-in-out 0s;
	-ms-transition:all .3s ease-in-out 0s;
	-o-transition:all .3s ease-in-out 0s;
	transition:all .3s ease-in-out 0s;
	margin-left:0;
}
.showtitle .sled dd a.jd .red{
	-webkit-transition:all .3s ease-in-out 0s;
	-moz-transition:all .3s ease-in-out 0s;
	-ms-transition:all .3s ease-in-out 0s;
	-o-transition:all .3s ease-in-out 0s;
	transition:all .3s ease-in-out 0s;
	margin-left:0;
}
.showtitle .sled dd a span{
	position:absolute;
	z-index:99;
	width:100%;
	-webkit-transition:all .3s ease-in-out 0s;
	-moz-transition:all .3s ease-in-out 0s;
	-ms-transition:all .3s ease-in-out 0s;
	-o-transition:all .3s ease-in-out 0s;
	transition:all .3s ease-in-out 0s;
	left:0;
	top:0;
}
.showtitle .sled dd a:hover span{
	-webkit-transition:all .3s ease-in-out 0s;
	-moz-transition:all .3s ease-in-out 0s;
	-ms-transition:all .3s ease-in-out 0s;
	-o-transition:all .3s ease-in-out 0s;
	transition:all .3s ease-in-out 0s;
	color:#fff;
}
.showtitle .sled dd a:jd span{
	-webkit-transition:all .3s ease-in-out 0s;
	-moz-transition:all .3s ease-in-out 0s;
	-ms-transition:all .3s ease-in-out 0s;
	-o-transition:all .3s ease-in-out 0s;
	transition:all .3s ease-in-out 0s;
	color:#fff;
}
.showtitle .sled dd a.jd{
	background:#e60012;
	color:#fff;
}
.show{
	padding-bottom:30px;
}
.jiaru{
	background:url(../images/jiaru.jpg) no-repeat center top;
	height:949px;
}
.jiaru .right{
	width:654px;
	padding-top:100px;
	box-sizing:border-box;
	padding-left:20px;
}
.jiaru .right h3{
	color:#686868;
	font-size:16px;
	line-height:2em;
}
.jiaru .right h2{
	font-size:14px;
	font-weight:400;
	width:521px;
	margin-top:15px;
	line-height:2em;
	color:#ababab;
}
.jiaru .right h1{
	font-size:40px;
	color:#d90012;
	font-weight:400;
	font-family:Arial, Helvetica, sans-serif;
}
.jiaru .right  .row{
	padding-top:136px;
}
.jiaru .right  .row .title{
	background:url(../images/jiarutitle.jpg) no-repeat center top;
	height:74px;
}
.jiaru .right  .row h4{
	width:540px;
	font-size:16px;
	font-weight:400;
	color:#686868;
	text-align:center;
	margin:0 auto;
	line-height:1.5em;
	text-transform:uppercase;
}
.jiaru .right  .row ul li{
	display:inline-block;
	padding:15px 10px;
}
.jiaru .right  .row ul li a{
	display:block;
	width:188px;
	overflow:hidden;
	box-sizing:border-box;
	position:relative;
	height:161px;
	text-align:center;
}
.jiaru .right  .row ul li a .red{
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	background:#f8f8f8;
	box-sizing:border-box;
	padding-top:49px;
	-webkit-transition:all .3s ease-in-out 0s;
	-moz-transition:all .3s ease-in-out 0s;
	-ms-transition:all .3s ease-in-out 0s;
	-o-transition:all .3s ease-in-out 0s;
	transition:all .3s ease-in-out 0s;
}
.jiaru .right  .row ul li a .red h6{
	font-size:16px;
	color:#686868;
	font-weight:400;
}
.jiaru .right  .row ul li a .mo{
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	background:#e60012;
	box-sizing:border-box;
	padding-top:49px;
	margin-top:161px;
	-webkit-transition:all .3s ease-in-out 0s;
	-moz-transition:all .3s ease-in-out 0s;
	-ms-transition:all .3s ease-in-out 0s;
	-o-transition:all .3s ease-in-out 0s;
	transition:all .3s ease-in-out 0s;
}
.jiaru .right  .row ul li a .mo h6{
	font-size:16px;
	color:#fff;
	font-weight:400;
}
.jiaru .right  .row ul li a:hover .red{
	-webkit-transition:all .3s ease-in-out 0s;
	-moz-transition:all .3s ease-in-out 0s;
	-ms-transition:all .3s ease-in-out 0s;
	-o-transition:all .3s ease-in-out 0s;
	transition:all .3s ease-in-out 0s;
	margin-top:-161px;
}
.jiaru .right  .row ul li a:hover .mo{
	-webkit-transition:all .3s ease-in-out 0s;
	-moz-transition:all .3s ease-in-out 0s;
	-ms-transition:all .3s ease-in-out 0s;
	-o-transition:all .3s ease-in-out 0s;
	transition:all .3s ease-in-out 0s;
	margin-top:0;
}
.lianxic{
	background:url(../images/lianxibg2.jpg) no-repeat center top;
	height:810px;
}
.lianxic .left{
	width:444px;
	box-sizing:border-box;
	text-align:left;
	margin-left:70px;
	margin-top:144px;
}
.lianxic .left h3{
	font-size:30px;
	color:#cc0012;
	margin-bottom:30px;
}
.lianxic .left .group{
	padding:5px 0 0;
}
.lianxic .left .group label{
	font-size:14px;
	color:#777777;
	line-height:45px;
	display:block;
}
.lianxic .left .group input{
	color:#777777;
	font-size:14px;
	line-height:27px;
	height:27px;
	width:100%;
	box-sizing:border-box;
	border-radius:5px;
	border:none;
	background:#f7f7f7;
	padding-left:15px;
}
.lianxic .left .group textarea{
	width:100%;
	height:130px;
	background:#f5f4f5;
	border:none;
	color:#777777;
	box-sizing:border-box;
	padding:15px;
	border-radius:5px;
}
.lianxic .left .sb{
	text-align:right;
	padding-top:25px;
}
.lianxic .left .sb input{
	width:130px;
	height:35px;
	line-height:35px;
	text-align:center;
	background:#e60012;
	color:#fff;
	border-radius:5px;
	cursor:pointer;
	border:none;
}
.lianxic .right{
	width:350px;
	margin-right:52px;
	padding-top:119px;
}
.lianxic .right .cont h3{
	font-size:20px;
	color:#464646;
	line-height:60px;
}
.lianxic .right .cont p{
	font-size:12px;
	color:#464646;
	line-height:2em;
}
.fuwumo{
	width:100%;
	height:100%;
	position:fixed;
	background:url(../images/fuwmo.png);
	top:0;
	left:0;
	z-index:9999;
}
.fuwumo .container{
	background:url(../images/formbg.jpg) no-repeat left top;
	background-color:#fff;
	height:480px;
	position:fixed;
	left:50%;
	margin-left:-500px;
	top:50%;
	margin-top:-240px;
}
.fuwumo .container .right{
	width:575px;
	padding-top:18px;
	padding-right:20px;
}
.fuwumo .container .right i{
	float:right;
	
}
.fuwumo .container .right h3{
	padding-top:30px;
	font-size:30px;
}
.fuwumo .container .right h3 span{
	font-weight:400;
	color:#df0000;
}
.fuwumo .container .right p{
	font-size:14px;
	color:#8b8b8b;
}
.fuwumo .container .right .box .group {
	padding:10px 0;
}
.fuwumo .container .right .box .group input{
	width:500px;
	line-height:40px;
	padding-left:5px;
	height:40px;
	color:#a9a9a9;
	box-sizing:border-box;
}
.fuwumo .container .right .box .group textarea{
	height:100px;
	width:500px;
	padding-left:5px;
	color:#a9a9a9;
	box-sizing:border-box;
}
.fuwumo .container .right .box .group .subs{
	background:#2e3a52;
	color:#fff;
	border:none;
}
.newslist .container>ul li{
	padding:30px 0;
	border-bottom:1px solid #efefef;
}
.newslist .container>ul li a{
	display:block;
}
.newslist .container>ul li a .left{
	font-size:17px;
	color:#929395;
	width:100px;
	text-align:center;
}
.newslist .container>ul li a .left span{
	font-size:60px;
	color:#929395;
	display:block;
}
.newslist .container>ul li a .right{
	width:899px;
}
.newslist .container>ul li a .right h3{
	font-size:20px;
	color:#5b5b5b;
	margin-bottom:10px;
	margin-top:5px;
	line-height:2em;
}
.newslist .container>ul li a .right p{
	font-size:12px;
	color:#929395;
	line-height:2em;
	
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	text-overflow:ellipsis;
	overflow:hidden;
}
.newslist .container>ul li a .right .mo{
	width:75px;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	color:#929395;
	margin-top:25px;
}
.newslist .container>ul li a:hover .left span{
	color:#e60012;
}
.newslist .container>ul li a:hover .right h3{
	color:#e60012;
}
.newslist .container>ul li a:hover .right .mo{
	color:#e60012;
}
.newslist .container>ul li a .right .mo dt{
	width:0;
	height:2px;
	background:#e60012;
	-webkit-transition:all .3s ease-in-out 0s;
	-moz-transition:all .3s ease-in-out 0s;
	-ms-transition:all .3s ease-in-out 0s;
	-o-transition:all .3s ease-in-out 0s;
	transition:all .3s ease-in-out 0s;
}
.newslist .container>ul li a:hover .right .mo dt{
	width:100%;
	height:2px;
	background:#e60012;
	-webkit-transition:all .3s ease-in-out 0s;
	-moz-transition:all .3s ease-in-out 0s;
	-ms-transition:all .3s ease-in-out 0s;
	-o-transition:all .3s ease-in-out 0s;
	transition:all .3s ease-in-out 0s;
}
.prolist ul li.l1{
	background:url(../images/pro01.jpg) no-repeat center top;
	height:409px;
}
.prolist ul li h3{
	font-size:45px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
}
.prolist ul li p{
	font-size:18px;
	color:#fff;
	
	padding-left:3px;
}
.prolist ul li  a{
	font-size:14px;
	color:#000;
	width:185px;
	text-align:center;
	display:inline-block;
	text-shadow:3px 3px 3px #fff;
}
.prolist ul li.l1 .left{
	width:316px;
	box-sizing:border-box;
	padding:10px 30px 0; 
}
.prolist ul li.l1 .left p{
	margin-top:104px;
}
.prolist ul li.l1 .left a{
	margin-top:18px;
	display:block;
}
.prolist ul li.l1 .right{
	width:386px;
	box-sizing:border-box;
	padding:10px 30px 0;
	margin-top:228px;
}
.prolist ul li.l1 .right p{
	margin-top:85px;
}
.prolist ul li.l1 .right a{
	margin-top:20px;
}
.prolist ul li.l2{
	background:url(../images/pro02.jpg) no-repeat center top;
	height:410px;
}
.prolist ul li.l2 .left{
	width:610px;
	text-align:right;
	box-sizing:border-box;
	padding:0 20px;
}
.prolist ul li.l2 .left p{
	margin-top:90px;
}
.prolist ul li.l2 .left a{
	margin-top:33px;
	text-align:left;
	box-sizing:border-box;
	padding-left:85px;
}
.prolist ul li.l2 .right{
	width:390px;
	box-sizing:border-box;
	padding-left:33px;
}
.prolist ul li.l2 .right p{
	margin-top:313px;
}
.prolist ul li.l2 .right a{
	margin-top:22px;
}
.prolist ul li.l3{
	background:url(../images/pro03.jpg) no-repeat center top;
	height:321px;
}
.prolist ul li.l3 .r1{
	width:337px;
	box-sizing:border-box;
	padding-left:35px;
}
.prolist ul li.l3 .r1 p{
	margin-top:119px;
}
.prolist ul li.l3 .r1 a{
	text-align:right;
	margin-top:115px;
	padding-left:40px;
}
.prolist ul li.l3 .r2{
	width:300px;
	box-sizing:border-box;
	padding-left:35px;
}
.prolist ul li.l3 .r2 p{
	margin-top:72px;
}
.prolist ul li.l3 .r2 a{
	text-align:right;
	margin-top:162px;
	padding-left:30px;
}
.prolist ul li.l3 .right{
	width:360px;
	box-sizing:border-box;
	padding-left:22px;
}
.prolist ul li.l3 .right p{
	margin-top:148px;
}
.prolist ul li.l3 .right a{
	text-align:right;
	margin-top:86px;
	padding-left:60px;
}
.prolist ul li.l4{
	background:url(../images/pro04.jpg) no-repeat top right;
	width:1311px;
	margin-left:-310px;
	height:309px;
}
.prolist ul li h4{
	color:#a0a0a0;
	font-size:12px;
	line-height:2em;
	font-weight:400;
	height: 48px;
    display:-webkit-box;  
	-webkit-box-orient:vertical;   
	-webkit-line-clamp:2;  
	text-overflow:ellipsis;
	overflow:hidden;
}
.prolist ul li.l4 .right{
	width:360px;
	box-sizing:border-box;
	padding-left:50px;
	padding-top:97px;
}
.prolist ul li.l4 .right h4{
	margin-top:20px;
}
.prolist ul li.l4 .right a{
	margin-top:54px;
}
.prolist ul li.l5{
	background:url(../images/pro05.jpg) no-repeat top right;
	height:413px;
}
.prolist ul li.l5 .left{
	width:266px;
	box-sizing:border-box;
	padding:96px 20px 0;
}.prolist ul li.l5 .left p{
	margin-bottom:30px;
}
.prolist ul li.l5 .left a{
	margin-top:68px;
}
.prolist ul li.l5 h4{
	height: 120px;
    display:-webkit-box;  
	-webkit-box-orient:vertical;   
	-webkit-line-clamp:5;  
	text-overflow:ellipsis;
	overflow:hidden;
}
.prolist ul li.l6 h4{
	height: 48px;
    display:-webkit-box;  
	-webkit-box-orient:vertical;   
	-webkit-line-clamp:2;  
	text-overflow:ellipsis;
	overflow:hidden;
}
.prolist ul li.l6{
	background:url(../images/pro06.jpg) no-repeat top right;
	height:413px;
	padding-bottom:30px;
}
.prolist ul li.l6 .right{
	width:263px;
	padding:96px 15px 0 15px ;
	box-sizing:border-box;
}
.prolist ul li.l6 .right p{
	padding-bottom:30px;
}
.prolist ul li.l6 .right a{
	margin-top:147px;
}
.lm_message{
	margin: 15px 0 50px 0;
}
.lm_message .write>div{
	margin-bottom: 20px;
}
.lm_message .write>div span{
	display:-moz-inline-box;
	display:inline-block;
	width:59px;
}
.lm_message .write input{
	border:1px solid #A9A9A9;
	width: 500px;
	height: 40px;
	padding: 0 0 0 10px;
}
.lm_message .write textarea{
	border:1px solid #A9A9A9;
	width: 500px;
	height: 100px;
	padding: 10px 0 0 10px;
color: #757575;
}
.lm_message .write div:nth-last-child(2) span{
	position: relative;
	top: -85px;
}
.lm_message .write div:last-child{
	margin-top: -23px;
	clear: both;
}
.lm_message .write div:last-child input:nth-last-child(2){
	width: 90px;
}
.lm_message .write img{
	height: 42px;
	margin-left: 10px;
	position: relative;
	top: 17px;
}
.lm_message .submit{
	clear: both;
	margin-top: -5px;
}
.lm_message .submit input{
	width: 500px;
	height: 40px;
	border: none;
	background: #2E3A52;
	color: white;
}
.lm_message2{
	margin: 50px 0 0;
}
.lm_message2 span{
	display: block;
	margin: 0 0 12px;
	font-size: 14px;
	color: #777777;
}
.lm_message2 input{
	width: 445px;
	height: 30px;
	border: none;
	margin: 0 0 18px;
	border-radius: 3px;
	background: #F7F7F7;
}
.lm_message2 textarea{
	width: 445px;
	height: 130px;
	border: none;
	border-radius: 3px;
	background: #F7F7F7;
}
.lm_message2 .submit input{
	float: right;
	width: 130px;
	height: 35px;
	margin: 15px 0 0;
	color: white;
	background: #E60012;
}
.lianxic h1{
	font-size: 27px;
	color: #CC0012;
}
.pagination{
	display: inline-block;
	margin-bottom: 90px;
	margin-top: 60px;
}
.pagination li{
	float: left;
	border: 1px solid #EEEEEE;
	margin-right: 5px;
	padding: 5px 7px;
	width: 20px;
	text-align: center;
}
.pagination .active{
	background: #EEEEEE;
}
.pagination li span,
.pagination li a{
	font-size: 16px;
	text-align: center;
	display: inline-block;
}
.lm-map{
	margin: 0 0 30px;
}
.lm-map .list{
	padding: 10px 0;
	border-bottom: 1px dotted #CCCCCC;
}
.lm-map>div:nth-last-child(2){
	border: none;
}
.lm-map h3{
	margin: 0 0 5px;
}
.lm-map h3 a{
	font-size: 14px;
}
.lm-map .two{
	padding: 0 0 0 10px;
}
.lm-map .two a{
	display: inline-block;
	padding: 4px 15px 4px 0;
}
.l-sx *,
.l-sx a{
	font-family: 微软雅黑;
	font-size: 13px;
}
.l-link{
	margin: 1px 0 0;
}
.l-link li{
	float: left;
	list-style: none;
}
.l-link a{
	margin: 0 20px 0 0;
	font-size: 12px;
	color: white;
}
.l-link li:hover a{
	text-decoration: underline;
}
