/**************************************/
/*************[公用start]**************/
/**************************************/

/*主站变灰*/
/*html {
-webkit-filter:grayscale(100%);
-moz-filter:grayscale(100%);
-ms-filter:grayscale(100%);
-o-filter:grayscale(100%);
filter:grayscale(100%);
filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)
}
* {
-moz-filter: grayscale(100%); 
-ms-filter: grayscale(100%); 
-o-filter: grayscale(100%); 
filter: gray;
}*/
/*主站变灰*/

/*淘宝变灰*/
/* body, html {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    }*/

/*淘宝变灰*/

/*百度百科變灰*/


/*body.memorial>* {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(1)
}
*/


/*百度百科變灰*/
div.clear{
	clear: both;
	height: 0;
	width: 0;
}




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

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


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

.fl{
	float: left;
}

.fr{
	float: right;
}

.tran{
	transition: all .3s ease-out 0s;
}
.tver{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}



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

.img-box{/*图片盒子类名*/

	overflow: hidden;
}

.img-box img{
	transition: .3s;
	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);
}


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


.imgbox_a{
	position:relative;
	padding-bottom: 100%;
	overflow:hidden;
	display: block;
}

.imgbox_a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%!important;
	height: 100%!important;
}
.imgbox_hover>img{
	/* ueco 时间曲线*/
	/*transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;

}
.imgbox_hover: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{
	position: relative;
	z-index: 999;
}


.header-1{
	height: 122px;
}

.logo{
	width: 419px;
	margin-top: 22px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}


.search{
	position: relative;
	margin-top: 40px;
	width: 222px;
}
.search input:focus{
	outline: none;
}

.search input[type="text"]{
	display: block;
	width: 100%;
	height: 42px;
	background-color:#fff;
	border:1px solid #d2d2d2;
	font-size: 14px;
	border-radius: 999em;
	color: #333;
	line-height: 1.428571;
	padding: 8px 50px 8px 25px;
}

.search input[type="image"]{
	position: absolute;
	right: 18px;
	top: 13px;
	width: 16px;
}

.header-a{
	font-size: 14px;
	color: #333;
	text-align: center;
	margin-right: 25px;
	margin-top: 40px;
}
.header-a a{
	display: block;
}
.header-a img{
	display: block;
	margin:0 auto 8px;
}
.header-a a:hover{
	color: #ad0f19;
}

.nav-wp{
	background-color: #ad0f19;
}

.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	width: 10%;
	text-align: center;
	position: relative;

}
.nav>ul>li+li{
	border-left: 1px solid #ad0f19;
}
.nav>ul>li>a{
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color:#fff;
	position: relative;

}

.nav>ul>li:hover>a, .nav>ul>li.cur>a {
	background-color:#9a0d16;
}
.nav>ul>li>ul{
	position: absolute;
	left: 0px;
	right: 0;
	top:100%;
	z-index: 600;
	background-color: #ad0f19;
	border-top: 1px solid #ad0f19;
	display: none;
}

.nav>ul>li>ul>li>a{
	display: block;
	padding: 11px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 14px;
	color:#fff;
	/*transition: .3s;*/
	text-align: center;

}
.nav>ul>li>ul>li>a:hover{
	background-color: #9a0d16;
}






/**************************************************************/
/*header-over*/





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

#main{

}


.fafa .flex-direction-nav a{
	width: 57px;
	height: 57px;
	margin-top: -28px;
}

.fafa .flex-direction-nav .flex-prev{
	left: 6%;
}

.fafa .flex-direction-nav .flex-next{
	right: 6%;
}

.pp65{
	padding: 65px 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.main1{background-image: url(../images/main1-bg.jpg);}
.main2{background-image: url(../images/main2-bg.jpg);}
.main3{background-image: url(../images/main3-bg.jpg);}
.ovh{
	overflow: hidden;
}

.main1-1{
	width: 960px;
	margin-right: 40px;
}
.title-00{position: relative;padding-bottom: 30px;}
.title-00 h1{
	margin:0;
	font-size: 20px;
	color: #c2c2c2;
	text-transform: uppercase;
}
.title-00 h1 span{
	font-weight: bold;
	font-size: 30px;
	color: #ad0f19;
	padding-right: 10px;
}

.tmore{
	position: absolute;
	right: 0;
	top: 0;
	width: 75px;
	height:32px;
	line-height: 32px;
	background-color: #c0c0c0;
	font-size: 14px;
	color: #fff;
	text-align: center;
	border-radius: 32px;
}
.tmore img{
	margin-top: -3px;
	margin-left: 6px;
}
.tmore:hover{
	background-color:#ad0f19;
}

.main1-1-left{
	width: 500px;
	margin-right: 40px;
}

.main1-pic .imgbox_a{
	padding-bottom: 66.6%;
}


.main1-con{
	margin-top: 25px;
}

.main1-con h1{
	margin:0;
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.main1-con h1 a:hover{
	color: #ad0f19;
}

.main1-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 2;
	height: 4em;
	overflow: hidden;
	margin-top: 10px;
}

.main1-1-right{
	overflow: hidden;
}

.main1-1-right dl{
	margin:0;
}

.main1-1-right dd{
	border-bottom: 1px dashed #dedede;
	padding: 15px 0;
}
.main1-1-right dd:first-child{
	padding-top: 0
}
.main1-1-right dd h1{
	margin:0;
	font-size: 16px;
	color: #333;
}
.main1-1-right dd h1 a:hover{
	color: #ad0f19;
	font-weight: bold;
}
.main1-1-right dd h2{
	margin:0;
	font-size: 14px;
	color: #999;
	margin-top: 13px;
}

.main1-2-dl dl{
	margin:0;
}

.main1-2-dl dd+dd{
	margin-top: 20px;
}

.main1-2-date{
	width: 72px;
	height: 72px;
	background-color: #ad0f19;
	border-radius: 5px;
	text-align: center;
	padding-top: 15px;
	margin-right: 25px;
}

.main1-2-date h1{
	margin:0;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	line-height: 1;
}
.main1-2-date h2{
	margin:0;
	font-size: 12px;
	color: #fff;
	margin-top: 5px;
}

.main1-2-con{
	padding-top: 7px;
}

.main1-2-a{
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
}

.main1-2-a a:hover{
	color: #ad0f19;
}




.main3-1{
	width: 460px;
	margin-right: 40px;
}

.main3-3-dl{
	overflow: hidden;
}
.main3-3-dl dl{
	margin:0;
	margin-left: -5%;
	margin-top: -5%;
}

.main3-3-dl dd{
	float: left;
	width: 45%;
	margin-left: 5%;
	margin-top: 5%;
}
.main3-3-dl dd>a{
	display: block;
	height: 153px;
	background-color: #f4f4f4;
	text-align: center;
	font-size: 16px;
	color: #333;
	padding-top: 40px;
	border-radius: 5px;
}
.main3-3-dl dd>a img{
	display: block;
	width: 29px;
	margin:0 auto 16px;
}
.main3-3-dl dd>a img.imgCur{
	display: none;
}

.main3-3-dl dd>a:hover{
	color: #fff;
	background-color: #ad0f19;
}


.main3-3-dl dd>a:hover img{display: none;}
.main3-3-dl dd>a:hover img.imgCur{display: block;}


.main3-1-div .llist {
    padding-top: 0px;
    margin-top: -20px;
}

.main2-list .item{
	padding: 10px;
}


.main2-item{
	display: block;
	padding: 13px 25px 25px;
	background-color: #fff;
	border-radius: 8px;
	transition: box-shadow .5s
}


.main2-title{
	height: 55px;
	line-height: 54px;
	border-bottom: 1px solid #e9e9e9;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: 0px center;
	background-image: url(../images/main2-ico0.png);
	font-size: 16px;
	color: #333;
	font-weight: bold;
	transition: color .5s
}

.main2-item-con{
	margin-top: 20px;
}

.main2-pic{
	width: 112px;
	margin-right: 18px;
}

.main2-pic .imgbox_a{
	padding-bottom: 150%;
}

.main2-dl{
	overflow: hidden;
	padding-top: 6px;
}

.main2-dl dl{
	margin:0;
}

.main2-dl dd{
	font-size: 14px;
	color: #666;
	padding-left: 24px;
	background-repeat: no-repeat;
	background-position: 0 2px;
	line-height: 21px;
	transition: background-image .5s
}
.main2-dl dd+dd{
	margin-top: 15px;
}
.main2-dl dd.dd1{background-image: url(../images/main2-ico1.png);}
.main2-dl dd.dd2{background-image: url(../images/main2-ico2.png);}
.main2-dl dd.dd3{background-image: url(../images/main2-ico3.png);}
.main2-dl dd.dd4{background-image: url(../images/main2-ico4.png);
	max-height: 42px;
	overflow: hidden;
}

.main2-item:hover{
   box-shadow: 0px 2px 9.8px 0.2px rgba(84, 84, 84, 0.3);
}
.main2-item:hover .main2-title{
	color: #ad0f19;
}

.main2-item:hover .main2-dl dd.dd1{background-image: url(../images/main2-ico1h.png);}
.main2-item:hover .main2-dl dd.dd2{background-image: url(../images/main2-ico2h.png);}
.main2-item:hover .main2-dl dd.dd3{background-image: url(../images/main2-ico3h.png);}
.main2-item:hover .main2-dl dd.dd4{background-image: url(../images/main2-ico4h.png);}






/**************************************************************/
/*main-over*/





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

#footer{
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}


.footer-1{
	padding: 54px 0 30px;
}

.foo1{
	width: 419px;
}
.foo-logo a,.foo-logo img{
	display: block;
	width: 100%;
}


.er{
	width: 90px;
	margin:27px auto 0;
	font-size: 14px;
	color: #fff;
	text-align: center;
}

.er img{
	display: block;
	width: 100%;
	margin:0 auto 8px;
}


.foo2{
	margin-left: 75px;
	border-left: 1px solid #b95a61;
	padding-left:75px;
	margin-top: 15px;
	padding-bottom: 20px;
}

.foo2 h1{
	margin:0;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: 0 center;
	background-image: url(../images/h1.png);
}
.foo2 dl{
	margin:0;
	padding-top: 10px;
}

.foo2 dd{
	font-size: 16px;
	color: #fff;
	line-height: 20px;
	padding-left: 35px;
	background-repeat: no-repeat;
	background-position: 0 center;
	margin-top: 15px;
}
.foo3{
	width: 280px;
}
.foo3 h1{
	margin:0;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: 0 center;
	background-image: url(../images/h1.png);
}

.foo3-dl{
	padding-top: 30px;
}
.foo3-dl dl{
	margin:0;
}

.foo3-dl dd+dd{
	margin-top: 16px;
}
.foo3-dl dd{
	position: relative;
}
.foo3-span{
	border:1px solid #fff;
	border:1px solid rgba(255,255,255,0.5);
	height: 40px;
	line-height: 38px;
	font-size: 14px;
	color: #fff;
	padding-left: 16px;
	border-radius: 5px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 251px center;
	background-image: url(../images/jt1.png);
}

.foo3-ul{
	position: absolute;
	left: 5px;
	right: 5px;
	bottom: 100%;
	border:1px solid #fff;
	border:1px solid rgba(255,255,255,0.5);
	border-bottom: 0;
	display: none;

	background-color: #ad0f19;
	max-height: 200px;
	overflow-y: auto;
}
.foo3-ul ul{
	margin:0;
}

.foo3-ul li>a{
	display: block;
	padding: 6px 10px;
	font-size: 14px;
	color: #fff;
	line-height: 1.5;
}
.foo3-ul li>a:hover{
	background-color: #9a0d16;
}
.footer-2{
	background-color: #770b12;
	background-color: rgba(0,0,0,0.2);
	font-size: 14px;
	color: #fff;
	line-height: 1.8;
	padding: 13px 0;
}



/**************************************************************/
/*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: 5px;

	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:8px 10px;
	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: 260px;
   margin-left: 15px;
   margin-top:15px;
}

.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;w
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 800;
	background-image: url(../images/heidi.png);
	display: none;

}




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




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

.erji{
	padding: 47px 0 62px;
}

.menu{
	width:292px;
	margin-right: 48px;
}

.menu-h1{
	background-color: #ad0f19;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 25px 0;
}

.menu-dl{
	background-color: #f4f4f4;
	padding-bottom: 60px;
	padding-top: 2px;
}

.menu-dl dl{
	margin:0;
}

.menu-dl dd>a{
	display: block;
	font-size: 18px;
	color: #333;
	padding: 20px 0;
	line-height: 1.5;
	text-align: center;
	position: relative;
}
.menu-dl dd>a img{
	margin-top: -3px;
	margin-left: 10px;
}
.menu-dl dd>a img.imgCur{display: none;}
.menu-dl dd>a::after{
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 0;
	height: 1px;
	background-color: #d9d9d9;
	content:"";
}
.menu-dl dd>a:hover{
	color: #ad0f19;
}

.menu-dl dd.cur>a{
	color: #fff;
	background-color: #ad0f19;
}
.menu-dl dd.cur>a::after{
	display: none;
}


.menu-dl dd.cur>a img{display: none;}
.menu-dl dd.cur>a img.imgCur{display: inline-block;}

.menu-dl dd.cur ul{
	display: block;
}


.menu-dl dd ul{
	margin:0;
	/*background-color: #ad0f19;*/
	padding: 18px 15px 25px; 
	position: relative;
	text-align: center;
	display: none;
}
.menu-dl dd ul::before{
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 0;
	height: 1px;
	background-color: #d9d9d9;
	background-repeat: repeat-x;
	background-position: left center;
	content:"";
}
.menu-dl dd li{
	position: relative;
	left: -9px;
}
.menu-dl dd li+li{
	margin-top: 15px;
}

.menu-dl dd li>a{
	font-size: 14px;
	color: #333;
}

.menu-dl dd li>a img{
	display: inline-block;
	margin-top: -3px;
	margin-right: 6px;
}
.menu-dl dd li>a img.imgCur{
	display: none;
}

.menu-dl dd.cur li.cur>a img{
	display: none;
}
.menu-dl dd.cur li.cur>a img.imgCur{display: inline-block;}

.menu-dl dd li>a:hover,
.menu-dl dd li.cur>a{
	color: #ad0f19;
}

.erji-content{
	overflow: hidden;
}
.erji-title{
	border-bottom: 1px solid #e7e7e7;
	padding: 15px 0;
}
.erji-title h1{
	margin:0;
	font-size: 26px;
	color: #333;
	font-weight: bold;
}

.mianbaoxie{
	background-repeat: no-repeat;
	background-position: 0px center;
	background-image: url(../images/mian1.png);
	padding-left: 20px;
	margin-top: 5px;
	
}
.mianbaoxie a:hover,.mianbaoxie span{
	color: #ad0f19;
}
.mianbaoxie dl{
	margin:0;
}
.mianbaoxie dd{
	float: left;
	font-size: 14px;
	color: #999;
}
.mianbaoxie dd+dd{
	padding-left: 24px;
	background-repeat: no-repeat;
	background-position: 8px center;
	background-image: url(../images/mian2.png);
}

.news_list dl{
	margin:0;
}

.news_list dd{
	margin-top: 40px;
	border-bottom: 1px solid #ebebeb;
}

.news-pic{
	width: 270px;
	margin-right: 40px;
}

.news-pic .imgbox_a{
	padding-bottom: 66.67%;
}

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

.news-con h1{
	margin:0;
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.news-con h1 a:hover{
	color: #ad0f19;
}
.news-con h2{
	margin:0;
	font-size: 14px;
	color: #999;
	margin:20px 0 12px;
}
.news-con h2 img{
	margin-top: -3px;
	margin-right: 8px;
}

.news-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 2;
	height: 4em;
	overflow: hidden;
}


.fenye ul{
	margin:0;
}

.fenye{
	text-align: center;
	margin-top: 70px;
}

.erji-content-div{
	margin-top: 30px;
}

.danpian-h1{
	font-size: 28px;
	line-height: 1.6;
	color:#333;
	text-align: center;

}

.danpian-h2{
	font-size: 14px;
	line-height: 1.6;
	color:#999;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding: 10px 0 15px;

}
.bsBox,.bsBox *,#bsPanelHolder,#bsPanelHolder *{
	-webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.danpian-con{
	/* font-size: 14px;*/
	line-height: 2;
	padding: 20px 0 20px;
}
.danpian-con *{
	/*font-size: 16px!important;*/
	line-height: 2!important;
}
.danpian-con img{
	display: block;
	margin:15px auto;
}
.danpian-con img[src*="fileTypeImages/icon"] {
    display: inline-block;
    margin: 0;
}

.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: 16px;
	color:#666;
}

.dan-a a:hover{
	color:#ad0f19;
}
.llist{
	padding-top: 10px;
}
.llist dl{
	margin:0;
}

.llist dd{
	position: relative;
	height: 58px;
	line-height: 57px;
	font-size: 16px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-right:95px;
	background-repeat: no-repeat;
	background-position: 4px center;
	background-image: url(../images/dian.png);
	padding-left: 27px;
	border-bottom: 1px dashed #e4e4e4;
}

.llist dd a{
	font-size: 16px;
	color: #333;
}
.llist dd a:hover{
	color: #ad0f19;
	font-weight: bold;
}


.llist dd span.span_11{
	position: absolute;
	right: 14px;
	font-size: 14px;
	color: #999;
	top: 0;
}
.sanji-dl{
	padding-bottom: 15px;
}
.sanji-dl dl{
	margin:0;
}

.sanji-dl dd{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.sanji-dl dd>a{
	display: block;
	padding: 8px 15px;
	font-size: 14px;
	color: #333;
	border:1px solid #e7e7e7;
}

.sanji-dl dd.cur>a{
	background-color: #ad0f19;
	border-color: #ad0f19;
	color:#fff;
}

.team-title{
	background-color: #f4f4f4;
	padding:15px 30px;
	font-size: 16px;
	font-weight: bold;
	border:1px solid #f4f4f4;

}

.team-box{
	border:1px solid #f4f4f4;
	border-top:0;
	padding: 30px 5px 15px 30px;
}

.team-box-title{
	font-size: 16px;
	font-weight: bold;
	color:#ad0f19;
 margin-right:25px;
}
.team-box-title img{
margin-top:-3px;
margin-left:10px;}
.team-dl{
	overflow: hidden;
}

.team-dl dl{
	margin:0;
}

.team-dl dd{
	float: left;
	margin-right: 40px;
	margin-bottom: 15px;
	font-size: 16px;
	color: #333;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: 0 center;
	background-image: url(../images/dian.png);
}
.team-dl dd a:hover{
	color: #ad0f19;
}

.team-box-div+.team-box-div{
	margin-top: 10px;
}

.team-item{
	margin-top: 35px;
}

.team-xx1{
	background-color:#f4f4f4;
	padding: 15px;
}

.team-xx1-pic{
	width: 164px;
	margin-right: 40px;
}

.team-xx1-pic .imgbox_a{
	padding-bottom: 132.92683%
}

.team-xx1-con{
	overflow: hidden;
	padding-top: 28px;
}

.team-xx1-con1{
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 23px;
}

.team-name{
	font-size: 20px;
	color: #333;
	font-weight: bold;
}
.team-tags{
	font-size: 16px;
	color: #666;
	line-height: 1.6;
	margin-top: 12px;
}
.team-xx1-con2{
	padding-top: 10px;
}
.team-xx1-con2 dl{
	margin:0;
	margin-left: -2%;
}

.team-xx1-con2 dd{
	float: left;
	width: 48%;
	margin-left: 2%;
	font-size: 16px;
	color: #666666;
	line-height: 20px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: 15px;
}

.team-xx1-con2 dd.langdd{
	width: 98%;
}

.team-xx2{
	border:1px solid #eaeaea;
	margin-top: 26px;
	padding: 35px;
}

.team-xx2-title{
	font-size: 20px;
	color: #ad0f19;
	font-weight: bold;

}

.team-xx2-title img{
	margin-top: -3px;
	margin-left: 11px;
}

.team-xx2-con{
	margin-top: 15px;
	font-size: 16px;
	color: #333;
	line-height: 2;
}

.team-xx2-div+.team-xx2-div{
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dashed #e2e2e2;
}


.laos_list1 dl{
	margin:0;
	margin-left: -2%;
}

.laos_list1 dd{
	float: left;
	width: 31.333333%;
	margin-left: 2%;
	/*background-color: #f4f4f4;*/
	margin-top: 30px;
}

.laos_pic{
	width: 120px;
}

.laos_pic .imgbox_a{
	padding-bottom: 137.46%;
}

.laos_con{
	overflow: hidden;
	padding: 25px 0px 0 20px
}

.laos_con h1{
	margin:0;
	font-size:18px;
	color: #333;
	font-weight: bold;
}

.laos_con-p p{margin:0;}

.laos_con-p{
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	margin-top: 15px;
}
