div.clear{
	clear: both;
	height: 0;
	width: 0;
}



a{
	text-decoration: none;
	color:inherit;
	cursor: pointer;
}

img{
	border:0;
/*	width: 100%;*/
	max-width: 100%;
}


div.wp{
	width: 1200px; /*主要内容区尺寸大小，每次制作前更新！！！ */
	margin:0 auto;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

.tran{
	transition: all .3s ease-out 0s;
}




/*图片中心放大代码区域*/

.img-box{/*图片盒子类名*/
	
	overflow: hidden;
}

.img-box img{
	transition: .3s;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; /* ueco 时间曲线*/
	width: 100%;
	max-width: 100%;
}

.img-box:hover img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


/*图片中心放大代码区域*/





/**************************************/
/************[公用over]****************/
/**************************************/




/*header-start*/
/**************************************************************/

#header{

}


.header-1{
	height: 115px;
	background-color: #fff;
}
.logo{
	width: 548px;
	margin-top: 18px;
}
.logo img{
	display: block;
	width: 100%;
}



.header-a {
	float:right;
}

.header-right{
	margin-top: 45px;
	    width: 480px;
    text-align: right;
}
.form-1{
	float: left;
	position: relative;
}

.form-1 input[type="text"]{


	padding-right: 34px;

}
.form-1 input[type="image"]{
	position: absolute;
	right: 10px;
	top: 10px;
	width: 14px;
}

.form-1 input[type="image"]:focus{
	outline: none;
}
.nav-wp{
	background-color:#9e0001;

}
.nav ul{
	margin:0;
}
.nav>ul>li{
	float: left;
	width: 12.5%;
	position: relative;
}
.nav>ul>li:first-child{
	padding-left: 0;
	background-image: none;
}

.nav>ul>li>a{
	display: block;
	height: 70px;
	line-height: 70px;
	text-align: center;
	color:#fff;
	font-size: 16px;
	transition: .3s;
}

.nav>ul>li#time{
	height: 50px;
	line-height: 50px;
	text-align: center;
	color:#fff;
	font-size: 16px;
	padding: 0!important;
	width: 22%!important;
}

.nav>ul>li:hover>a,.nav>ul>li.active>a{
	background-color:#8a0b00; 
}


.nav>ul>li ul{
	position: absolute;
	left: 2px;
	right: 0;
	top: 70px;
	background-color: rgba(158,0,1,0.8);
	z-index: 900;
	display: none;
}
.nav>ul>li ul>li>a{
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color:#fff;
	font-size: 14px;
	transition: .3s;
}
.nav>ul>li ul>li>a:hover{
	background-color:#8a0b00; 
}
/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{
	
}
.fafa .slides>li{
	height:770px;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
}
.fafa .slides>li>a{
	display: block;
	height: 100%;
}
.fafa .slides>li>a img{
	display: none;
	width: 100%;
}

.fafa .flex-control-nav{
	display: block;
	font-size: 0;
}


.smwai{
	height: 99px;
	border-bottom: 1px solid #e2e3e3;
}


.m23{
	margin-top: 23px;
}

.main{
	padding-bottom:30px;
}


.main1{
	background-color: #f5f5f5;
	border:1px solid #e2e3e3;
	padding: 25px 50px 20px;
}
.main1-title{
	font-size: 28px;
	font-weight: bold;
	color:#c21815;
	text-align: center;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.main1-title a:hover{
	text-decoration: underline;
}


.main1-dl dl{
	margin:0;
	margin-left: -3%;
}

.main1-dl dd{
	float: left;
	width: 30.33333333%;
	margin-left: 3%;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 10px;
    text-align: center;
}

.main1-dl dd a{
	font-size: 16px;
	color:#c21815;
}
.main1-dl dd a:hover{
	/*text-decoration: underline;*/font-weight: bold;
}


.main-left{
	margin-right: 24px;
	width: 533px;
}


.fmain2 .slides>li>a{
	display: block;
	position: relative;
	padding-bottom: 68.67%;
}
.fmain2 .slides>li>a img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.fmain2 .slides>li>a h1{
	margin:0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 42px;
	line-height: 42px;
	background-image: url(../images/heidi.png);
	font-size: 14px;
	color:#fff;
	padding-left: 16px;
	padding-right: 90px;text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 60;
    overflow: hidden;
}


.fmain2 .flex-control-nav{
	display: block;
	font-size: 0;
	bottom: 16px;
	text-align: right;
	padding-right: 13px;
}
.fmain2 .flex-control-nav li{
	margin:0 3px;
}

.fmain2 .flex-control-paging li a{
	width: 10px;
	height: 10px;
	
}












.main-right{
	overflow: hidden;
}
.title-11{
	border-bottom: 2px solid #c21815;
}
.title-11 span{
	height: 40px;
	line-height: 40px;
	padding: 0	23px;
	font-size: 16px;
	color:#333;
	cursor: pointer;
}
.title-11 span.cur{
	background-color: #c21815;
	color:#fff;
}

.title-11 a.fr{
	display: none;
	font-size: 12px;
	color:#999;
	margin-top: 12px;
}
.title-11 a.fr:hover{
	color:#c21815;
}
.title-11 a.fr.frr{
	display: block;
}
.tui{
	padding: 24px 0px 13px 0px;
	border-bottom: 1px dotted #e2e3e3;
}
.tui h1{
	margin: 0;
    font-size: 16px;
	font-weight: bold;
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.tui h1 a:hover{
	color:#c21815;

}
.tui p{
	margin: 0;
    font-size: 14px;
    color: #808080;
    line-height: 1.6;
    overflow: hidden;
    height:44px;
    margin-top: 8px;
}

.list-wp .list{
	display: none;
}
.list-wp .list:first-child{
	display: block;
}
.list-wp .list_list{
	padding-top: 18px;

}

.list_list{
	overflow: hidden;
}
.list_list ul{
	margin:0;
}

.list_list li{
	position: relative;
	padding-right: 90px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 23px;
    line-height: 23px;
    margin-top: 12px;
}
.list_list li:first-child{
	margin-top: 0;
}
.list_list li a{
 font-size: 14px;
    color: #666;
}
.list_list li a:hover{
	color:#c21815;

}

.list_list li span{
	 font-size: 14px;
    color: #999;
    font-family: "Arial";
    position: absolute;
    right: 0;
    top: 0;
}

.list-pic-wp{
	width: 170px;
	margin-right: 20px;
}
.list-pic{
	padding-top: 22px;
}
.list-pic a{
	display: block;
	padding-bottom: 70.6%;
	position: relative;
	overflow: hidden;
}
.list-pic a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
}

.list-pic a h1{
	margin:0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 33px;
	line-height: 33px;
	background-image: url(../images/heidi.png);
	font-size: 12px;
	color:#fff;
	padding: 0	5px;
	text-align: center;
	text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 60;
    overflow: hidden;
}


.title-22{
	background-repeat: repeat-x;
	background-position: left center;
	background-image: url(../images/title-22.jpg);
}

.title-22 h1{
	float: left;
	font-size: 21px;
	color:#c21815;
	margin:0;
	height: 40px;
	line-height: 40px;
	background-color: #fff;
	padding-right: 15px;
}

.title-22-a1{
	background-color: #fff;
	padding-left: 13px;
	padding-top: 5px;
}
.title-22-a1 a{
	float: left;
	width:86px;
	line-height: 28px;
	height: 30px;
	border:1px solid #dddddd; 
	text-align: center;
	font-size: 12px;
	color:#333;
	margin-left: 8px;
}
.title-22-a1 a:hover{
	background-color: #c21815;
	color:#fff;
	border-color: #c21815;
}

.lsgg{
	background-color: #f2f0f0;
	
	margin-top: 6px;
    margin-bottom: 10px;
}

.lsgg-title{
	width: 80px;
	height: 74px;
	background-color: #c21815;
	color:#fff;
	font-size: 18px;
	text-align: center;
	padding: 17px 20px 0;
	line-height: 1.2;
}

.lsgg-div{
	overflow: hidden;
	padding: 17px 20px 0;

}

.lsgg-div h1{
	margin:0;
	font-size: 18px;
	color:#333;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.lsgg-div h2{
	margin:0;
	font-size: 14px;
	color:#666;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 9px;
}
.lsgg-div h1 a:hover{
	color:#c21815;

}

.title-22-a2 {
	background-color: #fff;
    padding-left: 13px;
    height: 40px;
    line-height: 40px;
}

.title-22-a2 a{
	font-size: 12px;
	color:#999;
}
.title-22-a2 a:hover{
	color:#c21815;
}

.main-middle{
	width: 310px;
	margin-right: 24px;
}
.main-middle .list-wp .list_list li{
	padding-right: 0;
}
.main-middle .list-wp .list_list {
    padding-top: 5px;
}

.tui-pic{
	width: 120px;
	margin-right: 16px;
}
.tui-pic a{
	display: block;
	padding-bottom: 70.6%;
	position: relative;
	overflow: hidden;
}
.tui-pic a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
}
.tui-con{
	overflow: hidden;
	padding-top: 8px;
}

.tui .tui-con h1{
	font-size: 16px;
}
.tui .tui-con p{
	margin-top: 11px;
}

.main4 .tui{
	padding-top: 8px;
	padding-bottom: 10px;
}
.main4 .main-left .list-wp .list_list {
    padding-top: 6px;
}

.shipin-box{
	padding-top: 10px;
}
.shipin a{
	display: block;
	padding-bottom:55.8%;
	position: relative;
	overflow: hidden;
}
.shipin a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
}

.shipin a h1{
	margin:0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 36px;
	line-height: 36px;
	background-image: url(../images/heidi.png);
	font-size: 14px;
	color:#fff;
	padding: 0	15px;
	text-align: center;
	text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 60;
    overflow: hidden;
}

.shipin-dl dl{
	margin:0;
	margin-left: -3%;
}

.shipin-dl dd{
	float: left;
	width: 30.33333333333333%;
	margin-top: 3%;
	margin-left: 3%;
}

.shipin-dl dd a{
	display: block;
	height: 78px;
	color:#fff;
	font-size: 14px;
	text-align: center;
	background-color: #c21815;
	padding-top: 14px;
	transition: .3s;
}
.shipin-dl dd a img{
	display: block;
	margin:0 auto 8px;
}
.shipin-dl dd a:hover{
	background-color: #8a0b00;
}
/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	
}


.footer-1{
	background-color: #f5f5f5;
	border-top:1px solid #e2e3e3; 
	padding: 20px 0;
}

.footer-1-title{
	width: 93px;
	font-size: 16px;
	color:#c21815;
	height: 42px;
	line-height: 42px;
}

.you-list{
	overflow: hidden;
}

.you-list dl{
	margin:0;
	margin-left: -3%;
}
.you-list dd{
	float: left;
	width: 30.3%;
	margin-left: 3%;
}
.you-list dd select{
	height: 42px;
	padding: 8px 12px;
}

.footer-2{
	background-color: #0f0f0f;
	padding: 25px 0;
	color:#fff;
}

.er{
	width: 120px;
	height: auto;
	margin-top:30px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: left center;
}

.er-pic img{
	display: block;
	width: 100%;
}

.footer-2-a{
	font-size: 14px;
	color:#fff;
	padding-bottom: 10px;
	padding-top: 10px;
}
.footer-2-a a{
	font-size: 14px;
	color:#fff;
}

.footer-p{
	font-size: 12px;
	line-height: 2.2;
}

/**************************************************************/
/*footer-over*/





/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/
#header-2{
	display: none;
	height: 75px;
	/*border-bottom:0px solid #035cac;*/
	box-shadow: 0 4px 8px -3px #000;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 1001;
	background-color: #fff;
  
}
.nav-2{
	display: none;
	background-color: #fff;
	position: relative;
	z-index:900;
	
}

.nav-2>ul>li{

	border-top: 1px dotted #ccc;
	position: relative;
}

.jiaspan{
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(../images/jia2.png);
	background-repeat: no-repeat;
	background-position: center ;
	top: 11px;
	right: 14px;
}
.jiaspan.cur{
	background-image: url(../images/jia2h.png);

}
.nav-2>ul>li:first-child{
	/*border-top: 0;*/
}
.nav-2>ul>li>a{
	
	padding:15px 15px;
	display: block;
	font-size: 16px;
	width: 100%;
	color:#333;
	font-family: "anb";
	text-transform: uppercase;

}
.nav-2>ul>li>ul{
	padding-bottom: 10px;
	display: none;
}
.nav-2>ul>li>ul>li>a{
	padding: 6px 10px;
	display: block;
	font-size: 14px;
	padding-left: 25px;
	width: 100%;
	color:#666;
}
/*.downla-2 {
	padding: 5px 0 10px;
	display: none;
}
.downla-2 dd{
	padding-left: 30px;
}
.downla-2 dd a{
	font-size: 14px;
	display: inline-block;
	padding: 3px 0; 
	width: auto;
}*/
/*.nav-2 li a:hover{
	color:#1a0d07;
}*/

.nav-2-form{
	padding: 10px;
	position: relative;
}
.nav-2-form input[type="image"]{
	position: absolute;
	right: 19px;
    top: 17px;
    width: 18px;

}

.nav-2-form .form-control{padding-right: 50px;}
.logo-2 {
   font-size: 0;
    width: 300px;
    margin-left: 15px;
    margin-top: 13px;
}

.logo-2 img{
	display: block;
	width: 100%;
}


.menu2{
	
	margin-right: 15px;
	height: 75px;
	font-size: 0;

}
.menu2 li{
	cursor:pointer ;
	margin-left: 15px;
	float: right;
	margin-top: 29px;
}
.menu2 li+li{
	margin-top: 21px;
}
.menu2 li img{
	/*vertical-align: middle;*/

	
}

.chenggao{
		display: none;
		height: 75px;
	}


#nav-2-heidi{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 800;
	background-image: url(../images/heidi.png);
	display: none;
	
}







/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/




.banner-2{
	height: 420px;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
}

.banner-2 img{
	display: none;
	width: 100%;
}

.erji{
	padding: 35px 0;
}

.menu{
	width: 240px;
	margin-right: 34px;
	background-color: #bd0607;
	padding: 10px;
margin-top: -92px;
padding-bottom:30px;
}

.erji-content{
	overflow: hidden;
}

.menu-title{
	height: 120px;
	line-height: 120px;
	text-align: center;
	color:#fff;
	font-size: 21px;
}
.menu-title:before{
	content:'--';
	padding:5px;
}
.menu-title:after{
	content:'--';
	padding:5px;
}
.menu-list{
	background-color: #fff;
	margin-left: 10px;
    margin-right: 10px;
}
.menu-list ul{
	margin:0;
}
.menu-list li
{
	border-bottom: 10px solid #c21815;
	}
.menu-list li:last-child{
	border-bottom: 0;
}
.menu-list li>a{
	display: block;
	height: 57px;
	line-height: 57px;
	text-align: center;
	color:#666;
	font-size: 16px;
}
.menu-list li.active{
	/*border-color: #c21815;*/
	border-bottom:10px solid #c21815;
}
.menu-list li.active>a,.menu-list li:hover>a{
	color:#c21815;
}
.erji-title{
	padding-bottom: 12px;
	border-bottom: 1px dotted #ddd;
	margin-bottom: 5px;
}
.erji-title h1{
	font-size: 18px;
	color:#c21815;
	margin:0;
	padding-left: 16px;
	background-image: url(../images/h1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.mian{
	font-size: 12px;
	color:#999;
	padding-left: 23px;
	background-image: url(../images/mian.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 20px;
	line-height: 20px;
	margin-top: 3px;
}

.news-list ul{
	margin:0;
}

.news-list li{
	border-bottom: 1px dotted #ddd;
	padding: 25px 0;
}

.news-pic{
	width: 204px;
	margin-right: 20px;
}
.news-pic a{
	display: block;
	padding-bottom: 70.6%;
	position: relative;
	overflow: hidden;
}
.news-pic a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	transition: .3s;
}

.news-pic a:hover>img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.news-con{
	overflow: hidden;
	padding-top: 15px;
}

.news-con h1{
	margin: 0;
    font-size: 16px;
	font-weight: bold;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.news-con h1 a:hover{
	color:#c21815;

}
.news-con p{
	margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    overflow: hidden;
    height:50px;
    margin-top: 12px;
}

.news-con h2{
	margin: 0;
    font-size: 12px;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 12px;
}

.fenye{
	margin-top: 25px;
}

.fenye ul{
	margin:0;
}
.pic-list{
	padding-bottom: 25px;
	border-bottom: 1px dotted #DDD;
}
.pic-list .col-sm-6{
	margin-top: 25px;
}
.pic-list .col-sm-6 a{
	display: block;
}
.pic-list .col-sm-6 h1{
	margin: 0;
    font-size: 16px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 15px;
    text-align: center;
}

.pic-list .col-sm-6 a:hover h1{
	color:#c21815;

}

.pic-pic{
	display: block;
	padding-bottom: 70.6%;
	position: relative;
	overflow: hidden;
}
.pic-pic img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	transition: .3s;
}

.pic-pic:hover img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.danpian{
	padding-top:10px;
}
.danpian-h1{
	font-size: 24px;
	line-height: 1.6;
	color:#333;
	text-align: center;
	padding: 10px 0;
}


.danpian-h2{
	font-size: 14px;
	line-height: 1.6;
	color:#999;
	text-align: center;
	
}

.danpian-con{
	font-size: 16px;
	color:#333;
	line-height: 2;
	padding: 10px 0 20px;
}

.danpian-con img{
	display: block;
	margin:15px auto;
}

.dan-page{
	padding-top: 10px;
	border-top: 1px solid #eee;
}

.dan-a{
	margin-top: 12px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.dan-a a{
	font-size: 14px;
	color:#666;
}

.dan-a a:hover{
	color:#c21815;

}



.fazhan{
	padding-top: 19px;
	background-image: url(../images/fazhan1.jpg);
	background-repeat: no-repeat;
	background-position: 59px top;
	margin-top: 35px;
	padding-bottom: 25px;

}
.fazhan-list{
	background-image: url(../images/fazhan.jpg);
	background-repeat: repeat-y;
	background-position: 68px top;
	padding-top: 50px;
}

.fazhan-list ul{
	margin:0;
}

.fazhan-list li{
	margin-top: 50px;
	background-repeat: no-repeat;
	    background-position: 65px 9px;
	background-image: url(../images/fazhan2.jpg);
}
.fazhan-list li:first-child{
	margin-top: 0px;
}

.fazhan-date{
	width: 60px;
	font-size: 21px;
	color:#c21815;
	font-family: "Arial";
	margin-right: 33px;
}

.fazhan-con{
	overflow: hidden;
	font-size: 14px;
	color:#666;
	line-height: 2;
}

.liuyan{
	margin-top: 25px;
}

.liuyan .form-group{
	margin-bottom: 20px;
}

.contact-con{
	margin-top: 25px;
}
.contact-con h1{
	font-size: 26px;
	color:#333;
	margin:0;
}

.contact-con-p p{
	margin:0;
}

.contact-con-p{
	font-size: 14px;
	color:#666;
	line-height: 2.2;
	margin-top: 15px;
}

.contact-map{
	margin-top: 25px;
}

.sanji-dl {
	padding-top: 15px;
	padding-bottom: 5px;
}
.sanji-dl dl{
	margin:0;
}

.sanji-dl dd{
	float: left;
	
	margin-right: 10px;
	margin-bottom: 10px;
}
.sanji-dl dd>a{
	display: block;
	background-color: #f5f5f5;
	color:#666;
	font-size: 14px;
	padding: 0	15px;
	height: 40px;
	line-height: 40px;
}
.sanji-dl dd:hover a{
	color:#c21815;
}
.sanji-dl dd.cur a{
	background-color: #c21815;
	color:#fff;
}

.sanji-dl dd.cur:hover a{
	color:#fff;
}


.smwai-title{
	width: 100px;
	height: 98px;
	background-color: #c21815;
	text-align: center;
	color:#fff;
	padding-top: 16px;
}
.smwai-title h1{
	margin: 0;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.smwai-title h2{
	margin: 0;
    font-size: 12px;
    color: #f5cccc;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 7px 0;
}
.smwai-title h3{
	margin: 0;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
   
}
.smwai-div{
	overflow: hidden;
	padding-top: 16px;
}

.smwai-div dl{
	margin:0;
}


.smwai-div *{
	font-family: "新宋体";
}
.smwai-div dd{
	float: left;
	width: 6.66666667%;
	text-align: center;
	height: 61px;
	border-left: 1px dotted #cccccc;
	padding-top: 14px;
}
.smwai-div dd:first-child{
	border-left: 0;
}
.smwai-div dd h1{
	margin: 0;
    font-size: 12px;
    color: #666666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.smwai-div dd h2{
	margin: 0;
    font-size: 12px;
    color: #666666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  	margin-top: 10px;
}

/*业务领域*/

      .ywly_box{
          width: 1200px;
          height: 250px;
          /* border: solid; */
          overflow: hidden;  /*图片溢出盒子的部分隐藏*/
		    list-style: none;
          margin: 0px;
          padding: 0px;
      }
      .ywly_box li{
          width: 120px;           /*图片向左浮动每张宽度为120*/
          float: left;
          transition: 1s linear;
      }
      .ywly_box li:hover{
          width: 400px;   /*鼠标悬停时，图片展开宽度为400*/
      }
      /*除..之外*/
      .ywly_box li:not(:hover){    /*除了鼠标悬停的图片之外，其他的图片宽度为50*/
        width: 50px; 
      }


.lxwm{
	background-color: #edf3f8;
	padding-top: 50px;
	padding-bottom: 60px;
}

.lxwm_title span{
font-size: 24px;
color: #828181;
}

.lxwm_title h4{
 font-size: 28px; color: #c21815;font-weight: bold;
}

.lxwm_content{
	margin-top: 40px;
}

.lxwm_content_left{
	width: 850px;
	height: 475px;
	float:left;
	border:1px solid #ccc;
}

.lxwm_content_right{
	background-color: #c21815;
	width: 350px;
	height: 475px;
	float:left;
	color: white;
	text-align: center;
}

.lxwm_content_right h3{
	margin-top:50px;
	font-size: 18px;
	font-weight: bold;

}
.lxwm_content_right ul{
	padding-left:40px;
	padding-right:40px;
	margin-top: 30px;
}
.lxwm_content_right ul li{
	list-style-type: none;
	border-bottom:1px dotted #ed312e;
	margin-top: 30px;
	padding-bottom:10px;
}

.lxwm_content_right ul li p{
	margin-top: 10px;
}

/*无缝滚动*/
.picMarquee-left{ overflow:hidden; position:relative;  }
		.picMarquee-left .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
		.picMarquee-left .hd .prev,.picMarquee-left .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
			 cursor:pointer; background:url("../images/arrow.png") no-repeat;}
		.picMarquee-left .hd .next{ background-position:0 -50px;  }
		.picMarquee-left .hd .prevStop{ background-position:-60px 0; }
		.picMarquee-left .hd .nextStop{ background-position:-60px -50px; }

		.picMarquee-left .bd{ padding:10px;   }
		.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
		.picMarquee-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
		.picMarquee-left .bd ul li .pic{ text-align:center; }
		.picMarquee-left .bd ul li .pic img{ width:220px; height:100px; display:block; padding:2px; border:1px solid #ccc; }
		.picMarquee-left .bd ul li .pic a:hover img{ border-color:#999;  }
		.picMarquee-left .bd ul li .title{ line-height:24px;   }



/*业务领域*/
.box{
	font-family: 'Kanit', sans-serif;
	text-align: center;
	border: 10px solid #fff;
	box-shadow: 1px 1px 2px #e6e6e6;
	overflow: hidden;
	position: relative;
}
.box:hover{ box-shadow: 13px 13px 15px rgba(0, 0, 0, 0.3); }
.box:before{
	content: "";
	background: linear-gradient(to left top,#c11205,#f44336);
	height: 100%;
	width: 100%;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.4s linear;
}
.box:hover:before{ opacity: 1; }
.box img{
	width: 100%;
	height: auto;
	transition: all 0.4s linear;
}
.box:hover img{
	opacity: 0;
	transform: scale(3);
}
.box .box-content{
	color: #fff;
	width: 100%;
	transform: translateY(-50%) scale(0);
	position: absolute;
	top: 50%;
	left: 0;
	transition: all 0.4s linear;
}
.box:hover .box-content{ transform: translateY(-50%) scale(1); }
.box .title{
	font-size: 25px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0;
}
.box .post{
	font-size: 16px;
	text-transform: capitalize;
}
.box .icon{
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	right: 8px;
	bottom: 10px;
}
.box .icon li{
	display: inline-block;
	margin: 0 1px;
	opacity: 0;
	transform: scale(1.3);
	transition: all 0.3s ease 0.4s;
}
.box:hover .icon li{
	opacity: 1;
	transform: scale(1);
}
.box:hover .icon li:nth-child(2){ transition: all 0.3s ease 0.2s; }
.box .icon li a{
	color: #2196f3;
	background: #fff;
	font-size: 16px;
	line-height: 33px;
	height: 33px;
	width: 33px;
	border-radius: 50%;
	display: block;
	transition: all 0.5s ease;
}
.box .icon li  a:hover{
	color: #fff;
	background-color: #11998e;
	box-shadow: 0 0 5px #000;
}



/*项目展示*/

.xmzs{
	padding-top: 50px;
	padding-bottom: 60px;
}

.xmzs_title span{
font-size: 24px;
color: #828181;
}

.xmzs_title h4{
 font-size: 28px; color: #c21815;font-weight: bold;
}


.xmzs{
    clear: both;
}


.xmzs_item{
  position: relative;
  width: 100%;
  height: 285px;
  text-align: center;
  margin-bottom: 12px;
  border: 10px solid #edf3f8;
      box-shadow: 1px 1px 2px #e6e6e6;
}

.xmzs_item img{
    width: 100%;
	height: 100%;
}
.xmzs_item_title{
        width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: rgb(171 25 23 / 80%);
    position: absolute;
    bottom: -10px;
    font-size: 14px;
    font-family: 微软雅黑;
    color: white;
    overflow: hidden;
	z-index: 99999;
}

.xmzs_type{
	width: 200px;
	height: 100%;
	background-color: #333333;
    float:left;
	color: white;
}
.xmzs_type ul{
  margin-left:auto;
  margin-right:auto;
  text-align: center;
  padding:0px;
  margin-top: 60px;
}

.xmzs_type ul li{
    list-style-type: none;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
}
.xmzs_type_on{
    border-bottom: 2px solid #c21815;
    padding-bottom: 8px;
}

.xmzs_type ul li a:hover{
    border-bottom: 2px solid #c21815;
    padding-bottom: 8px;
}

.xmzs_content{
    float: left;
	width: 1000px;
	height: 100%;
}


.xmzs_content ul{padding: 0px;}

.xmzs_content ul li{
	list-style-type: none;
	float: left;
}

.moreBtn{line-height:54px;color:#fff;height:54px;width:155px;background:#c21815;font-size:14px;display:inline-block;text-align:center}
.moreBtn:hover{transform:translateY(-3px);box-shadow:0 5px 8px rgba(0,0,0,.1);color:#fff}