BODY {font-family:Tahoma,Arial,"\5B8B\4F53",sans-serif,'Microsoft Yahei','微软雅黑E\8F6F\96C5\9ED1'; }

*{ margin:0 auto; padding:0; list-style:none; TEXT-DECORATION: none;}
a:link {color: #333333; TEXT-DECORATION: none;}     /* 未访问的链接 */
a:visited {color: #333333; TEXT-DECORATION: none;}  /* 已访问的链接 */
a:hover {color: #333333; TEXT-DECORATION: none;}    /* 当有鼠标悬停在链接上 */
a:active {color: #333333; TEXT-DECORATION: none;}   /* 被选择的链接 */

body { margin: 0; padding: 0; font-size: 14px; font-family: "Microsoft YaHei"!important; color: #332c2b; }

li {
    list-style: none;
}

.nav {
	float: left; width:100%; margin-top:10px;
}
.nav_ul li {
	float: left;
	height:45px;
	position: relative;
	z-index: 999;
	width:14%;
	text-decoration:none; font-family: "Microsoft YaHei"!important; 
}
.nav_ul a { text-decoration: none;  font-size:18px; color: #FFFFFF; display:block; text-align:center; text-decoration:none;}
.nav_ul li a{
	float: left;
	line-height: 45px;
	position: relative;
	z-index: 999; height:45px;
	width:100%; 
	text-decoration:none; 
} 
.nav_ul li a:hover{ 
	float: left;
	line-height: 45px; height:45px;
	position: relative;
	z-index: 999;
	width:100%; color: #FFFFFF;
	text-decoration:none;
}


.one{ position:absolute; top:45px; width:180px; left:0%; text-align:center; z-index:999; opacity:0; visibility:hidden;-webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out;}
.one ul{ background:rgba(202,28,29,0.7); box-shadow:0 0 5px rgba(0,0,0,0.5); border-radius:4px; }
.one ul li{ float:none; width:100%; color:#ffffff;}
.one ul li a{ display:block; background-color:rgba(202,28,29,0.7); border-radius:4px; font-size:16px; color:#ffffff;}
.one ul li a:hover{ background-color:rgba(252,28,29,0.7); border-radius:4px; font-size:16px; color:#ffffff;}
.nav li:hover > div.one{ opacity: 1; visibility: visible; }


.box{width:98%;height: 400px;margin: 10px auto;overflow: hidden;position: relative;}
.box-1 ul{}
.box-1 ul li{width:100%;height: 400px;position: relative;overflow: hidden;}
.box-1 ul li img{display:block;width:100%; height: 400px;}
.box-1 ul li h2{position: absolute;left: 0;bottom: 0;height: 40px;width:300px;background: rgba(125,125,120,.4);text-indent: 2em;
				padding-right:500px ;font-size: 15px;line-height: 40px;text-overflow: ellipsis;overflow: hidden;
				white-space: nowrap;font-weight: normal;color: ghostwhite}
.box-2{position: absolute;right: 10px;bottom: 14px;}
.box-2 ul li{float:left;width: 45px;height: 8px;overflow: hidden; margin: 0 5px; border-radius: 35%; background: rgba(0,0,0,0.5);text-indent: 50px;cursor: pointer;}
.box-2 ul .on{background: rgba(255,255,255,0.6);}
.box-3 span{position: absolute; color: white; background: rgba(125,125,120,.3); width: 30px; height: 80px; top:50%; font-family: "宋体"; line-height: 80px; font-size:30px; margin-top: -40px; text-align: center;cursor: pointer;}
.box-3 .prev{left: 10px;}
.box-3 .next{right: 10px;}
.box-3 span::selection{background: transparent;}
.box-3 span:hover{background: rgba(125,125,120,.8);}



.project-list{height:410px;background:#fff;color:#333;text-align: center;margin:0 auto;width:1280px;}
.project-top{margin-top:50px;}
.project-list ul{width:1260px;height:300px;}
.project-list ul li{
	z-index:2;
	overflow:hidden;
	position:relative;
	height:230px;
	text-align: center;
	width:290px;
	float: left;
	margin:11px;


transition:all .3s;transition-delay:.3s;}
.project-list ul li:nth-child(1) a{background-image:url(/images/project1.png)}
.project-list ul li:nth-child(2) a{background-image:url(/images/project2.png)}
.project-list ul li:nth-child(3) a{background-image:url(/images/project3.png)}
.project-list ul li:nth-child(4) a{background-image:url(/images/project4.png)}
.project-list ul li:nth-child(5) a{background-image:url(/images/project5.png)}
.project-list ul li:nth-child(6) a{background-image:url(/images/project6.png)}
.project-list ul li:nth-child(7) a{background-image:url(/images/project9.png)}
.project-list ul li:nth-child(8) a{background-image:url(/images/project10.png)}
.project-list ul li:nth-child(9) a{background-image:url(/images/project9.png)}
.project-list ul li:nth-child(10) a{background-image:url(/images/project10.png)}
.project-list ul li a{position:relative;z-index:2;display:block;position:relative;width: 100px;height: 100px;background-size: 200px;background-position: -100px;margin: 0 auto;transition:all .3s;transition-delay:.6s;}
.project-list ul li h4{position:relative;z-index:2;font-size:20px;margin: 30px 0 10px 0;}
.project-list ul li span{position:relative;z-index:2;font-size:12px;text-transform:uppercase;}
.project-list a i{position: absolute;background: url(/images/round.png);width: 100px;height: 100px;top: 0;left: 0;display: block;background-size: 100%;transition:all .3s;}

.project-list ul li .bg{
	z-index:1;
	position:absolute;
	width: 100%;
	height:230px;
	background: #1c9fea;
	top: 230px;


transition:all .3s;transition-delay:.3s;}

.project-list ul .il{clip:rect(0px,50px,100px,0px)}
.project-list ul .ir{clip:rect(0px,100px,100px,50px)}
.project-list ul li:hover{color:#fff;}
.project-list ul li:hover a .il{clip:rect(100px,50px,100px,0px)}
.project-list ul li:hover a .ir{clip:rect(0px,100px,0px,50px)}
.project-list ul li:hover a{background-position:0px;}
.project-list ul li:hover .bg{top:0;}


.home-special{width: 1280px;padding: 10px 5px;background: #fff;margin-top: 10px}
.home-special-rel{position: relative;width: 1280px;overflow: hidden;height: 205px;}
.home-title{width: 1280px;height: 40px;line-height: 40px}
.home-special-wrap{margin-top: 10px;position: absolute;left:0;top:0;}
.home-special-li{width: 289.75px;margin-right: 5px;height: 121px;padding: 2px;}
.spe-pic{width: 1280px;}
.special-li{width: 290px;margin: 5px;}

.Milun-left{float: left;}
.Milun-right{float: right;}
.clearfix{clear:both;height:0;overflow:hidden;}

.title-icon{width: 4px;height: 25px;margin-right: 10px;margin-top: 7.5px;}
.title-icon span{display: block;width: 100%;height: 11px;}
.title-icon span:first-child{margin-bottom: 3px;background: #b61412;}
.title-icon span:last-child{background: #1881D1;}
.more{margin-right: 20px;}


.MilunFont-theme{color: #b61412;}
.MilunFont-theme10{color: rgba(182,20,18,1);}
.MilunFont-vice{color: #1881D1;}
.MilunFont-vice10{color: rgba(24,129,209,1);}
.MilunFont-black{color: black;}
.MilunFont-333{color: #333;}
.MilunFont-666{color: #666;}
.MilunFont-999{color: #999;}
.MilunFont-white{color: white;}


.Milun-xBig{font-size: 4rem;}
.Milun-lBig{font-size: 3rem;}
.Milun-mBig{font-size: 2rem;}
.Milun-big{font-size: 1rem;}
.Milun-h1{font-size: 1.5rem;}
.Milun-h2{font-size: 1.4rem;}
.Milun-h3{font-size: 1.3rem;}
.Milun-h4{font-size: 1.2rem;}
.Milun-h5{font-size: 1.1rem;}
.Milun-h6{font-size: 0.9rem;}
.Milun-h7{font-size: 0.8rem;}
.Milun-h8{font-size: 0.7rem;}



.home-trends{width: 1190px;padding: 10px 5px;background: #fff;}
.home-trends-wrap{width: 790px;float: left;}
.home-trends-wrap-li{width: 380px;margin-right: 10px;height: 224px;}
.home-trends-wrap-li-title{width: 100%;height: 40px;line-height:40px;border-bottom: #ececec 1px solid;display: inline-block}
.home-trends-wrap-li-title span:first-child{display: inline-block;padding: 0 20px;}
.home-trends-wrap-li-wrap{width: 370px;margin-left: 10px;margin-bottom: 10px}
.home-trends-wrap-li-wrap-li{height: 33px;border-bottom: #fff solid 1px}
.home-trends-wrap-li-wrap-li .home-trends-wrap-li-wrap-li-a b{margin-right: 5px;}
.home-trends-wrap-li-wrap-li:hover .home-trends-wrap-li-wrap-li-a{color:#c31f0b;border-bottom: #c31f0b solid 1px}

.home-search-wrap{width: 400px;height: 448px;}
.home-search-nav{width: 100%;height: 40px;line-height: 40px;border-bottom: 1px solid #ececec}
.home-search-nav li{padding: 0 15px;}
.home-search-count{width: 380px;height: 380px;margin: 22px 10px 10px 10px;border-radius: 6px;border:solid #ececec 1px;overflow: hidden}
.home-search-title{height: 45px;line-height: 45px;}
.home-search-count ul{width: 360px;padding: 0 10px;margin-top: 20px;}
.home-search-count ul li{width: 100%;height: 42px;line-height: 42px;margin: 20px 0;}
.home-search-sp{width: 100px;}
.home-search-select{height: 30px;line-height:30px;width: 198px;border:#666 1px solid;position: relative;margin-top: 5px;}
.home-search-select:after{content:"";width:0;height:0;position:absolute;right:10px;top:60%;transform:translateY(-50%);border:8px transparent solid;border-top-color:#ccc;}
.home-search-select-count{position: absolute;z-index: 999;left: -2px;width: 200px;border:#999 1px solid;overflow-y:scroll;max-height:150px;background: #fff;display: none}
.year-li,.month-li,.range-li{height: 30px;line-height: 30px;}
.year-li:hover{background: #1881D1;color: #fff;}
.month-li:hover{background: #1881D1;color: #fff;}
.range-li:hover{background: #1881D1;color: #fff;}
.home-search-bnt{padding: 20px}
.home-search-bnt span{padding: 0 15px;height: 35px;line-height: 35px;margin-right: 15px;}
.home-search-bnt span:nth-child(1){margin-left: 40px;}

.home-search-select input{width: 195px;margin-left: 3px;height: 29px;line-height: 29px;border: none;}

.file-wrap{width: 780px;max-height:800px;min-height:320px;padding: 12px 9px;}
.content-wrap{width: 780px;padding: 12px 9px;min-height: 350px;}
.content-li{width: 100%;padding: 10px 0;border-bottom: #ececec 1px solid}
.content-li p{text-indent: 2em; margin-top: 10px;margin-bottom: 10px}

.file-wrap{width: 780px;max-height:500px;min-height:250px;padding: 12px 9px;}
.file-li{width:100%;padding: 10px 0;}
.file-a{height: 30px;line-height: 30px;}
.file-a img{margin-right: 10px;width: 18px;height: 18px;margin-top: 6px;display: block}
.file-li:hover .file-a{border-bottom: #666 1px solid}
.file-time{margin:  0 5px;}

.home-pic{width:1190px;padding:0 5px;background: #fff}
.home-pic-wrap{height: 325px;width: 1106px;margin: 20px auto;position: relative}
.pic-li{overflow: hidden;background: #999;position: absolute;}
.pic-li a{width: 100%;height: 100%}
.pic-li-title{position: absolute;left: 0;bottom: 0;color: #fff;width:94%;padding: 10px 3%;line-height: 20px;background: rgba(0,0,0,.5);}


.friend-link{width: 1280px;padding: 5px;background: #fff; margin:0 auto; padding:0;}
.friend-link-wrap{margin-top: 10px;margin-bottom: 10px;}
.friend-left,.friend-right{width: 27px;height: 44px;margin-top: 5px;}
.friend-left{margin-right: 10px;background: url("../src/Icon/arrow-l.png");background-size: 100% 100%;}
.friend-right{margin-left: 10px;background: url("../src/Icon/arrow-r.png");background-size: 100% 100%;}
.friend-center{width: 1280px;position: relative;overflow: hidden;height: 54px;}
.friend-center-wrap{height: 54px;position: absolute;left: 0;top:0;}
.friend-center-wrap li{margin: 0 3px;background: #999;height: 54px;width: 180px;}
.footer{padding: 30px 0;border-top:#ececec 1px solid;width: 1280px;background: #fff; text-align:center;}





.news-li{height: 50px;line-height: 50px;border-bottom: #ececec 1px dashed;}
.news-bar{width: 6px;height: 6px;margin-right: 10px;margin-top: 22px;}
.news-title{width: 760px;}
.home-news{width: 100%;height: 400px;background: #fff}

.home-news-banner{width: 630px;height: 390px;margin: 5px;float: left;position: relative;overflow: hidden}
.home-news-banner-wrap{position: absolute;height: 390px;left:0px;top:0px;z-index: 666;}
.home-news-banner-li{height: 100%;background: #f4f4f4;position: relative;}
.home-banner-img{width: 100%;height: 100%;z-index: 999;}
.home-news-li-title{position: absolute;left: 0;bottom: 0;color: white;background: rgba(0,0,0,.5);z-index: 888;width: 100%;height: 50px;text-indent: 2rem;line-height: 50px;}
.home-banner-wrap-dire{position: absolute;right: 20px;bottom: 20px;z-index: 999;}
.home-banner-wrap-dire li{width: 20px;height: 8px;margin: 0 5px;border-radius: 10px;}

.home-news-wrap{width: 530px;height: 390px;padding:10px;float: right;}
.home-news-nav{width: 100%;padding: 2px;border-bottom: #ececec 1px solid;height: 30px;}
.home-news-nav-li{float: left;padding:0 25px; height: 30px;line-height: 30px;color:#333;}

.home-news-nav-li:hover{animation: home-news-nav-li-hover 500ms both;}


.page-main{width: 100%;margin-bottom: 30px}
.page-count{width: 940px;padding:20px;float: right;background: #fff;}
.page-left{width: 200px;float: left;margin-right: 20px;padding:20px;background: #fff;border-radius: 8px;}
.page-left-wrap li{height: 20px; width:160px;padding: 12px;border-radius: 5px;margin: 10px 0}
.page-left p{margin-bottom: 10px;border-bottom: black 1px solid;}
.page-left-wrap li:hover{background:#ca1c1d;color: #fff;border-radius: 5px; }
.page-left-wrap li a:{height: 20px;padding: 12px;border-radius: 5px;margin: 10px 0;}
.page-left-wrap li a:hover{background:#ca1c1d;color: #fff;border-radius: 5px;}

.details-count{padding:50px 100px;width: 1000px;background: #fff;}
.des-title{font-size: 2.2rem;text-align: center;margin-bottom: 10px;}
.des-origin{width: 100%;height: 40px;line-height: 40px;border-bottom: 1px dotted #999;margin-bottom: 10px;}
.des-sub-title{font-size: 1.5rem;line-height: 26px;margin-bottom: 10px;text-align: center;width: 100%;}
.des-origin-info{margin: 0 5px;}
.des-origin-info a{color: #1881D1;}
.des-nav{margin-bottom: 50px;}
.des-nav span{margin: 0 5px;}
.page-left-wrap li a:hover{height: 20px; width:160px;padding: 12px;border-radius: 5px;margin: 10px 0; color:#FFFFFF;}


.MilunCur {
    cursor: pointer;
}
.Milun-big {
    font-size: 1rem;
}





.deanluxian{
	width:100%;
	padding:0;
	background:#fff;
}
.w1180{ width:}
.deanlxtab{display:table;margin:0 auto;}
.deanlxtab ul{margin-top:5px;}
.deanlxtab ul li{
	float:left;
	width:155px;
	height:50px;
	line-height:50px;
	font-size:16px;
	text-align:center;
	color:#666;
	border-bottom:2px solid #f2f4f6;
	cursor:pointer;
}
.deanlxtab ul li.cur{border-bottom:2px solid #ff9900;color:#f90;}
.deanlxtaba{margin-top:20px;}
.deanlxtaba ul li{display:none;}
.deanhdlist{width:1280px;position:relative; margin:0 auto; padding:0;}
.deanhdlist dl{width:1280px;}
.deanhdlist dl dd{width:376px;float:left;margin:0 26px 26px 0;}
.deanhdpic{}
.deanhdpic a{display:block;width:376px;height:276px;position:relative;overflow:hidden;}
.deanhdpic img{width:376px;height:276px;transition:all 1.2s;-moz-transition:all 1.2s;-webkit-transition:all 1.2s;-o-transition:all 1.2s;}
.deanhdpic a:hover img{transform:scale(1.2);-moz-transform:scale(1.2);-webkit-transform:scale(1.2);-o-transform:scale(1.2);-ms-transform:scale(1.2);}
.deanhdinnerbox{width:100px;height:100px;overflow:hidden;position:absolute;top:90px;left:140px;background:rgba(0,0,0,0.5);text-align:center;border-radius:100%;-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;-o-transition:all 0.2s linear;-ms-transition:all 0.2s linear;transition:all 0.2s linear;}
.deanhdmdd{border-bottom:1px solid #a8a8a8;margin-top:28px;width:80px;height:25px;overflow:hidden;margin-left:auto;margin-right:auto;font-size:16px;color:#fff;}
.deanhdprice{color:#fff;font-size:14px;}
.deanhdprice span{font-size:12px;text-align: center;background-position: center;width: 100px;
}
.deanhdinnerbox_hidden{padding:20px;background:rgba(0,0,0,0.5);width:336px;height:236px;position:absolute;top:0;left:0;-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;-o-transition:all 0.2s linear;-ms-transition:all 0.2s linear;transition:all 0.2s linear;opacity:0;}
.deanhdinnerbox_hidden span {color: #FFF;}
.deanhdinnerbox_hidden p{height:30px;font-size:14px;color:#fff;}
.deanhdpic a:hover .deanhdinnerbox{opacity:0;}
.deanhdpic a:hover .deanhdinnerbox_hidden{opacity:1;}
.deanhdbt{height:60px;line-height:60px;padding:0 10px;border:1px solid #e0e0e0;border-top:0;}
.deanhdbt a{width:356px;height:60px;line-height:60px;overflow:hidden;font-size:16px;color:#333;}
.deanhdbt a:hover{color:#ff9900;}
.deanhots{padding:50px 0 30px 0;}
.deanhotstab{display:table;width:600px;margin:0 auto;}
.deanhotstab ul{margin-top:40px;}
.deanhotstab ul li{float:left;width:200px;height:50px;line-height:50px;font-size:18px;text-align:center;color:#666;border-bottom:2px solid #f2f4f6;cursor:pointer;}
.deanhotstab ul li.curs{border-bottom:2px solid #ff9900;color:#f90;}
.deanhotsaba{margin-top:20px;}
.deanhotsaba ul li,.deanhotstaba ul li{display:none;}
.deanhotsbox{margin-top:30px;}
.deanhotsbox dl{width:1190px;}
.deanhotsbox dl dd{width:351px;padding:20px;border:1px solid #f2f2f2;float:left;}
.deantouxiang{width:70px;float:left;height:50px;line-height:50px;}
.deantouxiang img{width:50px;height:50px;border-radius:100%;float:left;-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;-o-transition:all 0.2s linear;-ms-transition:all 0.2s linear;transition:all 0.2s linear;}
.deantouxiang em{display:block;width:90px;float:right;height:50px;line-height:50px;overflow:hidden;font-size:14px;color:#999;}
.deanhotstop span{display:block;float:right;height:50px;line-height:50px;font-size:14px;color:#999;}
.deantouxiang:hover img{transform:rotate(360deg);-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg);}
.deantouxiang:hover em{color:#ff9900;}
.deanhotsbox dl dd h4{margin-top:5px;height:57px;}
.deanhotsbox dl dd h4 a{font-size:20px;color:#333;font-weight:normal;}
.deanhotsbox dl dd h4 a:hover{color:#ff9900;}
.deanhotstext{padding-top:10px;height:50px;font-size:14px;color:#999;}
.deanhotsbk{margin-top:5px;}
.deanhotsbk a{display:block;float:left;display:block;padding:2px 10px;text-align:center;height:22px;line-height:22px;font-size:12px;color:#333;background:#f3f3f3;}
.deanhotsbk a:hover{background:#98CA06;color:#fff;}
.deandd2{border-left:1px solid #fff!important;}
.deandd3{border-top:1px solid #fff!important;border-left:1px solid #fff!important;}
.deandd1{border-top:1px solid #fff!important;}
.deanhotsbox dl dd:hover{border:1px solid #ff9900!important;}
.deanyjlist{margin-top:30px;}
.deanyjlist ul{width:1208px;}
.deanyjlist ul li{float:left;margin:0 20px 20px 0;width:280px;height:226px;}
.deanyjlist ul li a{width:280px;height:226px;float:left;position:relative;overflow:hidden;}
.deanitem{background-color:rgba(138,130,133,0.6);}
.deancoverpic{width:280px;height:226px;}
.deaninfo-min{position:absolute;left:0;bottom:-90px;height:90px;width:100%;color:#fff;font-size:16px;transition:all .5s ease;bottom:0;text-shadow:0 0 2px #000;background:-webkit-gradient(linear,left bottom,left top,color-stop(0,rgba(0,0,0,.7)),color-stop(100%,rgba(0,0,0,0)));}
.deanyjtitle{position:absolute;bottom:17px;left:20px;text-overflow:ellipsis;overflow:hidden;max-width:77%;font-size:16px;color:#fff;white-space:nowrap;}
.deanyjavatar{position:absolute;right:20px;bottom:8px;}
.deancomponent-avatar{position:relative;}
.deanyjavatar span{display:inline-block;margin-top:2px;margin-bottom:3px;float:right;}
.deanyjavatar img{width:44px;height:44px;border-radius:100%;}
.deanyjinfo{position:absolute;left:0;bottom:-90px;height:90px;width:100%;color:#fff;font-size:16px;transition:all .5s ease;}
.deanyjtitle span{display:inline-block;margin-top:6px;margin-right:10px;color:rgba(255,255,255,.7);font-size:12px;}
.deanyjtitle span.deanlooked{background:url(/images/view.png) left center no-repeat;padding-left:20px;}
.deanyjtitle span.deanreplies{background:url(/images/reply.png) left center no-repeat;padding-left:20px;}
.deanyjtitle span.deanzan{background:url(/images/heart1.png) left center no-repeat;padding-left:20px;}
.deanavatar-item{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:100px;font-size:12px;}
.deanyjavatar span{font-size:12px;color:#fff;}
.deancomponent-avatar i{position:absolute;bottom:4px;right:-1px;width:20px;height:20px;display:block;background:url(/images/badge.png) center no-repeat;bottom:-52px;right:-3px;}
.deanyjlist ul li a:hover .deaninfo-min{filter:alpha(opacity=0);-moz-opacity:0;opacity:0;}
.deanyjlist ul li a:hover .deanyjinfo{bottom:0;background-color:rgba(0,0,0,.6);}
#hiddenresult{min-height:0!important;}
.holder{margin:25px 0 0;text-align:center;}
.holder a{font-size:12px;cursor:pointer;color:#777;text-decoration:none;margin-left:3px;display:inline-block;width:35px;height:35px;text-align:center;background:#fff;line-height:35px;border:1px solid #e0e0e0;}
.holder a.jp-next,.holder a.jp-previous{width:35px;height:35px;}
.holder a:hover,.holder a.jp-current{background:#ff9900;color:#FFF;border:1px solid #ff9900;}
.holder a.jp-previous{margin-right:1px;font-weight:bold;}
.holder a.jp-next{margin-left:3px;font-weight:bold;}
.holder a.jp-current,a.jp-current:hover{color:#FFF;font-weight:bold;}
.holder a.jp-current,a.jp-current:hover,.holder a.jp-disabled,a.jp-disabled:hover{cursor:default;}
.holder a.jp-disabled,a.jp-disabled:hover{background:#f1eff0;color:#333;}
.holder a.jp-disabled{background:#ff9900;border:1px solid #ff9900;color:#fff;margin-right:3px;}
.holder span{margin:0 5px;color:#e0e0e0;}
.deanaboutus{width:100%;min-width:1180px;height:370px;background:url(/images/dr.jpg) center no-repeat;padding:30px 0 50px 0;}
.deanpubtitle1 p,.deanpubtitle1 h5{color:#fff;}
.focusBox{position:relative;width:800px;margin:0 auto;}
.deanldtx{text-align:center;margin-top:30px;}
.deanldtx a{display:block;width:300px;margin:15px auto;}
.deanldtx a img{width:140px;height:140px;border-radius:100%;}
.deanldtx h5{font-size:16px;color:#fff;font-weight:normal;margin-top:10px;}
.deanldtx a:hover h5{color:#ff9900;}
.deanldtx p{font-size:14px;color:#ff9900;width:100px;margin:0 auto;overflow:hidden;height:30px;line-height:30px;}
.deanlingduijs{font-size:14px;padding-top:6px;text-indent:25px;color:#fff;line-height:22px;width:800px;height:65px;overflow:hidden;position:relative;}
.deanlingduijs i.deanqutol{display:block;width:20px;height:32px;background:url(/images/left_quote.png) center no-repeat;position:absolute;top:0;left:0;}
.deanlingduijs i.deanqutor{display:block;width:20px;height:32px;background:url(/images/right_quote.png) center no-repeat;position:absolute;right:0;bottom:-10px;}
.focusBox .hd{overflow:hidden;zoom:1;position:absolute;bottom:-35px;right:45%;z-index:3}
.focusBox .hd li{float:left;line-height:15px;text-align:center;font-size:12px;width:15px;height:15px;cursor:pointer;overflow:hidden;background:#e0e0e0;margin-left:4px;-webkit-transition:All .5s ease;-moz-transition:All .5s ease;-o-transition:All .5s ease;border-radius:100%;}
.focusBox .hd .on{background:#ff9900;filter:alpha(opacity=100);opacity:1;}
.deanaboutuss{width:100%;min-width:1180px;background:#fff;padding:9px 0 30px 0;}
.deanva{width:100px;height:100px;position:absolute;top:145px;left:240px;}
.deanvideointro{width:1180px;height:403px;margin-top:30px;position:relative;background:url(/images/fenxiang.jpg) center no-repeat;}
.deanplay{display:block;width:100px;height:100px;background:url(/images/play.png) center no-repeat;}
.deanplay:hover{background:url(/images/play1.png) center no-repeat;}
.deanjieshao{position:absolute;top:0px;right:0;width:520px;height:363px;background:rgba(0,0,0,0.5);color:#FFF;padding:20px 40px;}
.deanjieshao h5{font-size:28px;text-align:center;font-weight:normal;margin-bottom:5px;}
.deanjieshao p{padding-top:6px;line-height:25px;font-size:14px;font-weight:normal;text-indent:30px;background:url(/images/left_quote.png) top left no-repeat;}
.deancontactus{display:block;width:110px;margin-top:50px;height:30px;line-height:30px;text-align:center;border-radius:5px;background:#98CA06;color:#fff;font-size:14px;}
.deancontactus:hover{background:#ff9900;}
.deanqqqun{width:100%;min-width:1180px;background:#fff;padding-top: 20px;padding-right: 0;padding-left: 0;}
.deanqqqunlist{margin-top:20px;}
.deanqqqunlist ul{}
.deanqqqunlist ul li{float:left;width:300px;padding:13px 0px 13px 20px;}
.qq_name{padding:0px 0px 0px 10px;font-size:16px;color:#666666;}
.qq_code{padding:0px 0px 0px 10px;font-size:14px;color:#ff9b25;font-weight:bold;}
.deanfooter{margin-top:0;}


table{empty-cells:show;border-collapse:collapse;}
caption,th{text-align:left;font-weight:400;}
ul li,.xl li{list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:1em;}
em,cite,i{font-style:normal;}
a{color:#333;text-decoration:none;}
a:hover{text-decoration:underline;}
a img{border:none;}



.jm_w95 { width:100%; margin:0 auto;}

/*---------图片尺寸----------------*/
.jm_pic li img{
	width:100%;  height:220px;
}
.jm_pic1 li img{ width:100%; height:220px;}
.pm-toptel {
    display: block;
    background: #d20000; text-align:center; color:#FFFFFF;
    padding: 6.5% 0;
    margin-top: 4%; }
    .pm-toptel a:hover {
      color: #fff; }
.f-h3, h3 {
    font-size: 18px;
}


.jm_pic li {
	float:left;
	padding:0 0 0 0;
	overflow:hidden;
	border-radius:5px;
	width:31.3%;
	margin:1%;
	text-align:center;
	box-shadow:0 0 3px #ccc; TEXT-DECORATION: none;
}
.jm_pic li span {font-size:1.1em; display:block; height:2em; line-height:2em; TEXT-DECORATION: none;}
.jm_pic li a {color:#666; font-size:1.1em; line-height:2em; TEXT-DECORATION: none;}





.jm_more { line-height:2em;  margin-top:0.5em; text-align:left;}
.jm_more a { background:#333;color:#FFF;display:inline-block; width:49%; border-radius:5px; padding-top:0.8em; padding-bottom:0.8em}
.jm_more a span { float:left;margin-left:20%; margin-right:5%;}

.jm_weixin { text-align:center;padding-top:1em; margin-top:1em;}

.jm_foot { border-top:1px dotted #ccc; text-indent:0 !important; }