@import url(/images/lib.css);
* {
    margin:0 auto;
	padding:0;
}
html {
	overflow-x: hidden; background-color:#fff;
}
body {
    font-family:"宋体",Arial,Helvetica,sans-serif;
	color:#363636;
	line-height:21px;
	font-size:12px;
}
ul li {
    list-style:none;
}
.tbold { font-weight:bold;}
.tred {color:#F00;}
.tblue {color:#0066FF}
.tem {font-style:italic}
input {
	border:1px solid #ddd;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:0 2px;
}
.inp {
    height:25px;
	line-height:25px;
	padding:0 2px;
	border:1px solid #ccc;
}
textarea {
	border:1px solid #ccc;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:2px;
}
.formurl {
	line-height:21px;
	font-family:"Microsoft YaHei"
}
.formurl td {
	padding:2px;
}
.formurl  input[type=submit],.formurl  input[type=reset] {
    cursor:pointer;
	border:1px solid #ddd;
	height:30px;
	padding:0 5px;
	background:#eee;
}
.formurl  input[type=submit]:hover,.formurl  input[type=reset]:hover {
    background:#008783;
	border:1px solid #008783;
	color:#fff;
}


.area {
	border:1px solid #ddd;
}
.coder {width:180px;height:30px;position:relative; float:left;}
.coder input {height:30px;width:100%; position:absolute; right:0; padding-right:0;}
.coder img {position:absolute; right:1px; top:1px;bottom:1px;height:30px;-webkit-border-radius:0 6px 6px 0; 
	-moz-border-radius:0 6px 6px 0;
	border-radius:0 6px 6px 0;}


a:link, a:visited {
    color:#363636;
	text-decoration:none;
	outline:none; blur:expression(this.onFocus=this.blur());
}
a:hover, a:Active {
    color:#F00;
	text-decoration:none;
}
.container {
    width:1280px;
}
a img {
    border:0;
}

.top {
	width:100%;
	height:123px;
background:url(/eucms/xuyi/pic/topabg.jpg) repeat-x top;
}
.topcon {
	width:1280px;
	height:123px;
	position:relative;
}
.logo {
    width:508px;
	height:123px;
	float:left;
	
}
.logo a {
    width:508px;
	height:123px;
	display:block;
}
.codes {
	width:60px;
	height:75px;
	float:left;
	padding-top:10px;
	position:relative;
	text-align:center;
	margin-left:5px;
}
.codes i {
	background:url(/eucms/xuyi/pic/code.gif) no-repeat 22px 24px;
	width:60px;
	height:75px;
	position:absolute;
	z-index:100;
	display:block;
	cursor:pointer;

}

.codes span {
	position:absolute;
	bottom:0;
	height:15px;
	display:block;
	color:#777;
}
.tel {
	width:auto;
	height:50px;
	float:right;
	padding-top:30px;
	font-size:14px;
	color:#008783;
	font-family:"Microsoft YaHei"
}
.tel em {
	font-size:25px;
	line-height:35px;
	font-weight:bold;
}

.sc {
    width:450px;
	height:20px;
	line-height:20px;
	float:right;
	padding:5px;
	position:absolute;
	top:5px;
	right:5px;
	text-align:right;
}
.sc a {
    margin:0;
}


.fixedmenu{position:fixed;top:0px;left:0px;width:100%;	
    FILTER: alpha(opacity=90); 
	opacity: 0.9;
	transition:all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;	-webkit-transition: all 0.5s ease-in-out;	-o-transition: all 0.5s ease-in-out;
}


.menu {
    width:100%;
	height:50px;
	line-height:50px;
	z-index:9999;
	background:#036d6b;
}

.menu ul{ 
    width:1280px;
    margin:0 auto;
	font-family:"Microsoft YaHei";
	font-size:14px;
} 
.menu>ul>li{ 
    width:auto;
	display:block;
	text-align:center;
	float:left;
	font-size:14px;
	position:relative;
	margin-right:1px;
} 
.menu>ul>li>a:link, .menu>ul>li>a:visited {
	text-decoration:none;
	display:block;
	color:#fff;
}


.menu>ul>li span {
    padding:0 26px;
}

.menu>ul>li b {
	position:absolute;
	left:45%;
	z-index:9999;
	display:block; width:0; height:0; border-left:5px solid transparent; border-right:5px solid transparent; border-top:5px solid #008783; position:absolute; bottom:2px;
}
.menu>ul>li:hover b, .menu>ul>li.navthis> b{
	display:block; width:0; height:0; border-left:5px solid transparent; border-right:5px solid transparent; border-top:5px solid #ddd; position:absolute; bottom:2px;
}


.menu>ul>li:hover,.menu>ul>li>a:hover, .menu>ul>li>a:active, .menu>ul>li.navthis>a{
	background:#008783;
	color:#ff0;
	transition:0.3s; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out;
} 

/* 下拉的菜单栏 */ 
.menu>ul>li ul{ 
    display:none; 
    width:108px; 
    position:absolute; 
    background:#008783;
    color:#fff; 
    overflow:hidden;
    box-shadow:2px 2px 10px #333; 
    -webkit-box-shadow:2px 2px 10px #333; 
    -moz-box-shadow:2px 2px 10px #333;
    z-index:9999;
	-webkit-border-radius:0 0 5px 5px; 
	-moz-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;

} 
/* 下拉菜单的菜单项 */ 
.menu .arrow{
	position:absolute;
	right:-10px;
    color:#ddd;
	font-family:"宋体"
}
.menu>ul>li>ul>li{
	position:relative;
	text-align:left;
	line-height:40px;
	border-bottom:1px solid #036d6b;
} 
.menu>ul>li>ul>li>a{
	color:#fff;
	padding-left:25px;
	display:block;
} 
.menu>ul>li>ul li:hover,.menu>ul>li>ul li.mcur {
	color:#ff0;
	background:#036d6b;
	border-bottom:1px solid #036d6b;
} 
.menu>ul>li>ul li a:hover,.menu>ul>li ul li:hover .arrow {
	color:#fff;
}
.menu>ul>li ul.keshi{width:650px;overflow:hidden;}
.menu>ul>li ul.keshi li {float:left;width:25%}

/* 三级及以下的菜单项的定位 */ 
.menu>ul>li>ul>li ul{
	left:108px;
	top:0px;
} 

.fullSlide {
	width:1280px;
	position:relative;
	height:520px;
}
.fullSlide .bd {
	margin-left:-15px;
	position:relative;
	z-index:0;
	overflow:hidden;
}
.fullSlide .bd ul {
	width:1265px !important;
}
.fullSlide .bd li {
	width:100% !important;
	overflow:hidden;
	text-align:center;
	display:block;
	background:no-repeat center top;
	height:520px;
}
.fullSlide .bd li a {
	display:block;
}
.fullSlide .hd {
	width:100%;
	position:absolute;
	z-index:1;
	bottom:0;
	left:0;
	height:20px;
	line-height:20px;
}
.fullSlide .hd ul {
	text-align:center;
}
.fullSlide .hd ul li {
	cursor:pointer;
	display:inline-block;
	*display:inline;
	zoom:1;
	width:40px;
	height:5px;
	border-bottom:1px solid #fff;
	margin-right:2px;
	overflow:hidden;
	filter:alpha(opacity=80);
	opacity:0.8;
	line-height:999px;
}
.fullSlide .hd ul .on {
	width:40px;
	height:5px;
	background:#fff;
	transition:all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out;	-webkit-transition: all 0.8s ease-in-out;	-o-transition: all 0.8s ease-in-out;
}
.fullSlide .prev,.fullSlide .next {
	display:block;
	position:absolute;
	z-index:1;
	top:50%;
	margin-top:-30px;
	left:0;
	z-index:1;
	width:40px;
	height:60px;
	background:url(/eucms/xuyi/pic/slider-arrow.png) -126px -137px #888 no-repeat;
	cursor:pointer;
	display:none;
}
.fullSlide .next {
	left:auto;
	right:15px;
	background-position:-6px -137px;
}
.fullSlide .prev:hover {
	left:0;
	z-index:1;
	background-position:-126px -137px;
	background-color:#000;
}

.fullSlide .next:hover {
	left:auto;
	right:15px;
	background-position:-6px -137px;
	background-color:#000;
}

.main {
	width:1280px;
	overflow:auto;
	margin-top:5px;
	background:#FFF;
	border-bottom:5px solid #FFF;
	overflow-x: hidden; 
	overflow-y: hidden;
}
.main-left {
    width:1050px;
	float:left;
}
.title {
    height:38px;
	line-height:35px;
	
}
.titlea {
    padding:0 15px;
	letter-spacing:1px;
	float:left;
	color:#00c1c1;
margin-left:5px;
	font-size:14px;
	font-family:"Microsoft YaHei";
	border-bottom:2px solid #00c1c1;
	-webkit-border-radius:5px 5px 0 0; 
	-moz-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
}
.titlea span {
    font-size:10px;
	padding-left:5px;
	color:#eee;
	font-weight:normal;
}

.title3 {
    height:35px;
	line-height:33px;
	background:#efefef;
}
.title3a{ float:left; font-size:14px;font-family:"Microsoft YaHei"; display:inline-block; background:#008783; color:#fff; padding:0 10px; position:relative; box-shadow:1px 3px 4px #bbc9c4;-webkit-border-radius:3px; 
	-moz-border-radius:3px;	border-radius:3px;}
.title3a em{ display:block; width:0; height:0; border-top:6px solid transparent; border-bottom:6px solid transparent; border-left:6px solid #008783; position:absolute; top:35%; right:-5px;}

.titlea span {
    font-size:10px;
	padding-left:5px;
	color:#eee;
	font-weight:normal;
}
.title2 {
    height:30px;
	background:#222;
	line-height:30px;
}
.title2a {
    padding:0 10px;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
}
.titlecon {
    padding:15px;
	text-align:left;
}
.titlecon ul li {
	border-bottom:1px dotted #ddd;
	padding-left:10px;
	height:35px;
	line-height:35px;
	display:block;
	position:relative;
	overflow:hidden;
font-size:13px;
	background:url(/images/list2.gif) no-repeat left center;
}
li:hover .over {
	bottom:0;
	padding-left:10px;
}
.over {
		background: #008783; transition:0.3s; left: 0px; bottom: -100%; width: 100%; height: 100%;color:#fff; position: absolute; -o-transition: .3s; -moz-transition: .3s; -webkit-transition: .3s; display:block;

}
.zs {
    width:760px;
	padding:5px;
	height:160px;
}

.main-right {
    width:220px;
	float:right;
	background:#f0f0f0;
}
.classcon {
    padding:5px;
	text-align:left;
}
.classcon>ul>li {
    height:29px;
	line-height:29px;
	display:block;
	margin-top:7px;
	text-align:left;
	position:relative;
	font-family:"Microsoft YaHei";
	font-size:14px
}
.classcon>ul>li>a:link, .classcon>ul>li>a:visited {
    border:#ddd solid 1px;
	display:block;
	background:url(/eucms/xuyi/pic/n1.gif);
	-webkit-border-radius:5px; 
	-moz-border-radius:5px;
	border-radius:5px;
	padding-left:16px;
}

.classcon>ul>li:hover>a,.classcon>ul>li>a:hover, .classcon>ul>li>a:Active, .classcon>ul>li.navs>a {
    border:#008783 solid 1px;
	display:block;
	background:#008783;
	transition:0.3s; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out;
	color:#FFF;
}
.classcon>ul>li ul{ 
    display:none; 
    width:120px; 
    position:absolute; 
    background:#008783;
    color:#fff; 
    z-index:4444;
	top:0px;
	left:-120px;
	-webkit-border-radius:5px; 
	-moz-border-radius:5px;
	border-radius:5px;
} 

/* 下拉菜单的菜单项 */ 
.classcon>ul>li>ul li{
	position:relative;
	text-align:right;
	line-height:30px;
	-webkit-border-radius:5px; 
	-moz-border-radius:5px;
	border-radius:5px;
} 
.classcon>ul>li>ul li>a{
	color:#fff;
	display:block;
	padding-right:25px;
} 
.classcon>ul>li>ul li:hover{
	background:#333;
} 
.classcon>ul>li>ul li a:hover {
	color:#ff0;
}

.classcon .arrow{
    float:left; 
    color:#ddd;
	position:absolute;
	left:10px;
	font-family:"宋体"
} 
.classcon>ul>li b {
	background:url(/eucms/xuyi/pic/nico.png) no-repeat left;
	width:26px;
	height:30px;
	display:block;
	position:absolute;
	left:10px;
	z-index:5555;
}
/* 三级及以下的菜单项的定位 */ 
.classcon>ul>li>ul>li ul{
	right:120px;
	top:0px;
} 
.news {
    width:1280px;
	padding:15px auto;
}
.news1 {
    width:48%;
	float:left;
margin-bottom:15px;
	border-left:1px solid #DDD;
    box-shadow:-5px -5px 18px #ccc; 
    -webkit-box-shadow:-5px -5px 18px #ccc; 
    -moz-box-shadow:-5px -5px 18px #ccc; 
    z-index:9999;
}
.news0 {
    width:48%;
	float:right;
margin:0 15px 15px 0;
	border:1px solid #DDD;
	border-top:0;
    box-shadow:0px 2px 6px #ccc; 
     -webkit-box-shadow:0px -5px 18px #ccc; 
    -moz-box-shadow:0px 2px 6px #ccc;
    z-index:9999;
}

.lxwm {
    padding:5px;
	text-align:left;
	height:220px;
	overflow:hidden;
}
.lxwm img {
    display:none;
}
.case {
	width:98%;
	text-align:left;
	display:block;
	margin:10px 0 0 10px;
}
.case strong {
	background:#eee;
	position:relative;
	display:block;
	float:left;
	padding:1px 5px;
	margin-right:5px;
}

.case ul li {
	line-height:23px;
	display:block;
	margin-bottom:5px;
	overflow:hidden;
}
.case ul li a:link, .case ul li a:visited {
    background:#eee;
	border:1px solid #e4ecf7;
	color:#777;
	padding:0 5px;
	display:block;
	float:left;
	margin:0 5px 5px 0;
	-webkit-border-radius:5px; 
	-moz-border-radius:5px;
	border-radius:5px;
}
.case ul li span,.case2 ul li span {width:60px; text-align:right;}
.case ul li a:hover,.case ul li a.cur {
	border:1px solid #ff9001;
	color:#f0f0f0;
	background:#ff9001;
	transition:0.3s; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -o-transition: all .3s ease;
}
.case ul li a.cur2 {width:45px; background:#eee; color:#333;}
.case ul li .cl1{
	width:87px;
	display:block;
	float:left;
	overflow:hidden;
	margin-left:-2px;
}
.case ul li .cl2{
	display:block;
	float:left;
}
.co,.co1,.co2,.co3,.co4,.co5,.co6,.co7,.co8 {
	width:45px;
	height:25px;
	display:block;
}
.co1:hover,.co2:hover,.co3:hover,.co4:hover,.co5:hover,.co6:hover,.co7:hover,.co8:hover {
	background:url(/eucms/xuyi/pic/nowcolor.png) no-repeat center
}
.case ul li a.co1 {background:#f00; display:block; width:45px; border:0;}
.case ul li a.co2 {background:#f60; display:block; width:45px; border:0;}
.case ul li a.co3 {background:#ff0; display:block; width:45px; border:0;}
.case ul li a.co4 {background:#090; display:block; width:45px; border:0;}
.case ul li a.co5 {background:#06f; display:block; width:45px; border:0;}
.case ul li a.co6 {background:#63F; display:block; width:45px; border:0;}
.case ul li a.co7 {background:#333; display:block; width:45px; border:0;}
.case ul li a.co8 {background:url(/eucms/xuyi/pic/co.gif) repeat-x left top; display:block; width:45px; border:0;}
.case ul li a.cur.co1 {background:url(/eucms/xuyi/pic/nowcolor.png) no-repeat center #f00;}
.case ul li a.cur.co2 {background:url(/eucms/xuyi/pic/nowcolor.png) no-repeat center #f60;}
.case ul li a.cur.co3 {background:url(/eucms/xuyi/pic/nowcolor.png) no-repeat center #ff0;}
.case ul li a.cur.co4 {background:url(/eucms/xuyi/pic/nowcolor.png) no-repeat center #090;}
.case ul li a.cur.co5 {background:url(/eucms/xuyi/pic/nowcolor.png) no-repeat center #06f;}
.case ul li a.cur.co6 {background:url(/eucms/xuyi/pic/nowcolor.png) no-repeat center #63f;}
.case ul li a.cur.co7 {background:url(/eucms/xuyi/pic/nowcolor.png) no-repeat center #333;}
.case2 {
	width:99%;
	text-align:left;
	display:block;
	height:30px;
	margin-top:15px;
}

.case2 ul li {
	line-height:25px;
	margin:0px auto;
	display:block;
	overflow:auto;
}
.case2 ul li strong {
	float:left;
}

.case2 ul>li>a:link, .case2>ul>li>a:visited {
    background:#eee;
	border:1px solid #e4ecf7;
	color:#777;
	padding:0 5px;
	margin:0 10px 5px 0;
	display:block;
	float:left;
	text-align:center;
	letter-spacing:2px;
	-webkit-border-radius:5px; 
	-moz-border-radius:5px;
	border-radius:5px;
}
.case2>ul>li>a:hover,.case2>ul>li>a.cur,.case ul li a.cur2,.showlist a.cur,.showlist a:hover {
	border:1px solid #2882d1;
	color:#f0f0f0;
	background:#2882d1;
	transition:0.3s; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -o-transition: all .3s ease;
}
.case2>ul>li>span,.case>ul>li>span {font-weight:bold; color:#f60; float:left;}
.case2 ul li a.cur2 {width:45px; background:#eee; color:#333;}
.showlist {
	height:auto;
	overflow:hidden;
	margin-left:36px;
}
.linkurl{background:#036D6B;height:60px;line-height:60px;color:#fff;font-size:15px; font-family:"Microsoft YaHei";width:100%;border-bottom:2px solid #222}
.linkcon {width:1280px; margin:0 auto; text-align:left;}
.linkcon a{display:block;float:left;height:40px;margin:10px;line-height:40px;padding:0 10px;text-align:center;background:#fff;-webkit-border-radius:5px; 
	-moz-border-radius:5px;
	border-radius:5px;}
.linkcon b {float:left}
.foot {
	width:100%;
	border-top:2px solid #008783;
	background:#f0f0f0;
}
.footer {
    width:990px;
	overflow:auto;
	overflow-x: hidden; 
	overflow-y: hidden;
	padding:5px;
	padding-bottom:10px;
	text-align:center;
	line-height:25px;
}
.footer .n1,.footer .n2,.footer .n3,.footer .n4,.footer .n5,.footer .n6,.footer .n7,.footer .n8,.footer .n9,.footer .n0 {font-size:10px;padding:2px 5px;text-align:center;background:#f03;color:#fff;margin-right:1px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.footer .n1 {background:#FF8080}
.footer .n2 {background:#66CCCC}
.footer .n3 {background:#FFB380}
.footer .n4 {background:#E673C9}
.footer .n5 {background:#00CC00}
.footer .n6 {background:#7A6E93}
.footer .n7 {background:#F2B6E3}
.footer .n8 {background:#B1ECD3}
.footer .n9 {background:#DFA7A7}
.footer .n0 {background:#B1D3EC}





















/*二级页面*/
.second {
	width:1280px;
	overflow:auto;
	overflow-x: hidden; 
	overflow-y: hidden;
	margin-top:5px;
	border-bottom:5px solid #FFF;
	background:url(/eucms/xuyi/pic/second.gif) repeat-y right #fff;
}
.classpic {
    height:460px;
	width: 1280px;
	overflow:hidden;
}
.classpic a {
	display:block;
	height:460px;
}
.seco-left {
    width:1050px;
	float:left;
}
.seco-right {
    width:220px;
	min-height:600px;
	float:right;
	background:#f0f0f0;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
}
.search {
	padding:5px;
}
.skey {
	background:#f0f0f0;
	padding:5px;
	text-align:left;
}
.skey span {
	color:#f00;
}
.sea {
	width:96%;
	height:30px;
	line-height:30px;
	margin:0 auto;
	font-family:"Microsoft YaHei";
}
.seb {
	height:26px;
	line-height:24px;
	cursor:pointer;
	background:#008783;
	border:1px solid #008783;
	color:#eee;
	letter-spacing:2px;
	padding:0 10px;
	text-align:center;
	margin-top:5px;
	font-family:"Microsoft YaHei";
	margin-left:10px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.procon {
    padding:5px 0;
	overflow:auto;
	overflow-x: hidden; 
	overflow-y: hidden;
}
a:hover .hover {
	bottom:0;
	-webkit-border-radius:3px; -moz-border-radius:3px;border-radius:3px;
}
.hover {
	background: #000; transition:0.3s; left: 0px; width: 100%; height: 100%; text-align: center; color:#fff; position: absolute; transition: .3s;-o-transition: .3s; -moz-transition: .3s; -webkit-transition: .3s; FILTER: alpha(opacity=70); opacity: 0.7; line-height:25px;-webkit-border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;border-radius:0 0 5px 5px;}
	.hover span { height:30px;line-height:25px; font-size:14px;font-weight: 600; letter-spacing: 2px;}
.hover p {
	text-align:left;
	padding:5px;
	font-size:12px;
	line-height:21px;
}
.stb{position:absolute;bottom:0px;left:0px;z-index:1;width:100%;height:100%;background:#000;opacity:0;filter:alpha(opacity=0);transition:all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;	-webkit-transition: all 0.5s ease-in-out;	-o-transition: all 0.5s ease-in-out;transform:scale(0,0);-moz-transform:scale(0,0);	-webkit-transform:scale(0,0);	-o-transform:scale(0,0);-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;
}
.procon li:hover .stb{opacity:0.8;filter:alpha(opacity=80);-webkit-transform:scale(1,1);-moz-transform:scale(1,1);transform:scale(1,1);}

.procon ul li {
	position: relative;
	overflow: hidden;
	float:left;
	text-align:center;
	margin:0 4px;
	margin:0 5px\9;
	_margin:0 4px;
	display:block;
	margin-bottom:5px;
	border:1px solid #ddd;
	line-height:25px;
	-webkit-border-radius:5px; 
    -moz-border-radius:5px; 
    border-radius:5px;
}
.procon ul li:hover {
	border:1px solid #008783;
    box-shadow:2px 2px 10px #888;
    -webkit-box-shadow:2px 2px 10px #888; 
    -moz-box-shadow:2px 2px 10px #888;
	overflow:hidden;
}
.procon ul li a img {
	-webkit-border-radius:5px; 
    -moz-border-radius:5px; 
    border-radius:5px;
display:block;
}
.procon ul li a:hover {
    color:#eee;
}
/*
.procon ul li:hover img {
	transform:rotate(360deg) scale(1);
}
*/
.procon ul li:hover {
    background:#008783;
	cursor:pointer;
	color:#eee;
	display:block;
}

.page {
	margin-top:15px;
	width:90%;
	height:34px;
	float:right;
	text-align:center;
	_overflow:hidden;
	float:right;
}
.page ul {
    float:right;
}
.page ul li {
    list-style:none;
	display:block;
	height:28px;
	margin:0 3px;
	line-height:28px;
	float:left;
	text-align:center;
}
.page ul li span {
	display:block;
	padding:0 6px;
	border:1px solid #ddd;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
}
.page ul li.curpage {
	background:#008783;
	display:block;
	color:#FFF;
	border:1px solid #008783;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
}
.page ul li.curpage span {
    border:0;
	padding:0 10px;
}
.page ul li a:link, .page ul li a:visited {
    display:block;
	padding:0 10px;
	border:1px solid #ddd;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
}
.page ul li a:hover {
    display:block;
	background:#008783;
	border:1px solid #008783;
	color:#FFF;
}
.pagelist{padding-top:10px;padding-bottom:10px;text-align:center; font-size:0px; clear:both;}
.pagelist span,.pagelist a,.pagelist strong{text-align:center; vertical-align:middle; font-family:Arial; font-size:12px;
display:inline-block; padding:4px 12px;margin:0px 2px;border:#cccccc solid 1px;color:#333333; border-radius:3px;}
.pagelist var{height:21px;line-height:21px; display:inline-block;margin:0px 3px 0px 3px;}
.pagelist strong,.pagelist .thispage{font-weight:100;margin-right:3px;border:#008783 solid 1px; background:#008783;color:#fff;}
.pagelist a:hover{ color:#fff; border:#008783 solid 1px; background:#008783;text-decoration:none;}
.pagelist select {border:0; padding:2px 0;}
/*日期*/
.dtime {
    width:60px;
	padding-top:5px;
	height:75px;
	background:#777;
	margin-bottom:10px;
	text-align:center;
	display:block;
	color:#9f9f9f;
	font-family:"Microsoft YaHei";
	float:right;
	background:url(/eucms/xuyi/pic/news_clock.png) no-repeat center 47px #777;
}
.titlecon ul li:hover .dtime {
	color:#FFF;
	display:block;
	background:url(/eucms/xuyi/pic/news_clock.png) no-repeat center 47px #008783;
	cursor:pointer;
}

.dayto {
    color:#fff;
	font-size:24px;
}

.aboutcon {
    height:249px;
    padding:5px;
    font-size:14px;
    line-height:28px;
	overflow:hidden;
	text-align:left;
}
.aboutcon2 td {
	margin:1px;
	padding:3px;
}
.aboutcon img {
    height:120px;
	width:150px;
	margin-right:5px;
}

.aboutcon2 {
    padding:5px;
	text-align:left;
	line-height:21px;
	margin:5px;
}
.artitle {
    font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:25px;
	border-bottom:1px solid #fff;
	margin:0 10px;
	letter-spacing:2px;
	padding-top:10px;
	font-family:"Microsoft YaHei";
}
.artitle h1 {
    font-size:14px;
}
.update {
    height:20px;
	line-height:20px;
	text-align:center;
	width:98%;
    color:#aba4b4;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	margin-top:20px;
	background:#f0f0f0
}
.aba4b4 a:link, .aba4b4 a:visited {
	color:#aba4b4
}
.aba4b4 a:hover{
    color:#99CC00
}

.arcon {
    text-align:left;
	padding:10px 5px;
	font-size:14px;
	line-height:180%;
	font-family: "Microsoft YaHei";
}
.arcon img{max-width:750px;autoimg:expression(onload=function(){this.style.width=(this.offsetWidth > 750)?"600px":"auto"}); display:block; margin:0 auto;}
.arcon p{ text-indent:2em;}
.arlist {
	width:96%;
    height:40px;
	line-height:20px;
	border-top:1px dashed #ddd;
	padding:5px;
}


.more {
    float:left;
	font-weight:normal;
	font-size:14px;
	letter-spacing:2px;
	text-align:left;
}
.more a {
	display:block;
	padding:5px 15px;
	margin:5px;
color:#ccc
}
.path {
    float:right;
	font-weight:normal;
	font-size:13px;
	padding:0 15px;
	letter-spacing:2px;
	text-align:right;
	font-size:0.9em;
}

#top-bottom-menu{
	font: 9pt Arial, Helvetica, sans-serit ; 
	position:fixed;
	height:auto;
	text-align:center;
	filter: alpha(opacity=80); 
    opacity: 0.8;
	z-index:9999;
}
#top-bottom-menu #dstbm-top{
	position:absolute;
	border:1px #cccccc solid;
	display:none;
	cursor:pointer;	
}
#top-bottom-menu #dstbm-menu{
	position:absolute;
	border:1px #cccccc solid;
	cursor:pointer;	
}
#top-bottom-menu #dstbm-menu a:link, #top-bottom-menu #dstbm-menu a:visited{
	 color:#777;
 }
#top-bottom-menu #dstbm-menu a:hover{
	  color:#f00;
 }
#top-bottom-menu #dstbm-menu #dstbmmenu{
	display:none;
}
#top-bottom-menu #dstbm-menu ul li{
	display:inline;
	padding-left:10px;
 }
#top-bottom-menu #dstbm-bottom{
	position:absolute;
	border:1px #cccccc solid;
	cursor:pointer;
}
/*图片列表自适应*/
.tw_zs{clear:both;overflow:hidden;}
.tw_zs ul li{float:left;width:25%;position:relative; list-style:none}
.tw_zs ul li a{display:block;width:100%;height:100%;overflow:hidden;}
.tw_zs ul li img{clear:both;overflow:hidden;display:block;width:100%;height:auto;text-align:center;transition:all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;}
.tw_zs ul li a:hover img{transform:scale(1.3,1.3);-moz-transform:scale(1.3,1.3);-webkit-transform:scale(1.3,1.3);-o-transform:scale(1.3,1.3);transition:all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;}
.tw_zs ul li a .tw_tit{position:absolute;top:38%;left:0px;z-index:2;line-height:30px;color:#ffffff;font-size:16px;text-align:center;display:block;width:100%;opacity:0;filter:alpha(opacity=0);transition:all 0.5s ease-in-out;padding:0px 5px;}
.tw_zs ul li a:hover .tw_tit{opacity:1;filter:alpha(opacity=100);top:40%;}
.tw_zs ul li a .stb{position:absolute;top:0px;left:0px;z-index:1;width:100%;height:100%;background:#000;opacity:0;filter:alpha(opacity=0);transition:all 0.5s ease-in-out;}
.tw_zs ul li a:hover .stb{opacity:0.8;filter:alpha(opacity=80);transform:scale(1,1);}

/*
<li class="yw"> <a href="/p533/?Col7/21.html"> <img src="http://demo.skinsite.cn/p533//Up/day_160119/201601191820043787.jpg"> <span class="tw_tit">测试案例</span>
            <div class="fd-bg"></div>
          </a> </li>
*/
/*旋转*/
.icon img {
	transition:width 2s, height 1s; cursor: pointer; -webkit-transition: width 2s, height 2s, -webkit-transform 1s; -moz-transition: width 2s, height 2s, -moz-transform 1s; -o-transition: width 2s, height 2s, -o-transform 1s;
}
.icon:hover img {
	transform: rotate(20deg); -webkit-transform: rotate(20deg); -moz-transform: rotate(20deg); -o-transform: rotate(20deg);
}
/*
transform:rotateY(180deg);
transform:rotateX(180deg);翻转
transform:rotate(180deg) scale(1)旋转
transform:rotate(360deg) scale(1)
transform:0.5s linear 10ms;延时
/*放大*/
.big img{transition:all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;	-webkit-transition: all 0.5s ease-in-out;	-o-transition: all 0.5s ease-in-out;}
.big a:hover img{transform:scale(1.3,1.3);-moz-transform:scale(1.3,1.3);-webkit-transform:scale(1.3,1.3);-o-transform:scale(1.3,1.3);}


.hasMoreTab{ width:100%; font-family:"Microsoft YaHei"; }
	.hasMoreTab .hd{ line-height:100px;height:100px; position:relative; padding-bottom:30px; border-bottom:2px solid #777;   }
	.hasMoreTab .hd .more{ float:right; }
	.hasMoreTab .hd ul{ z-index:5;  zoom:1; width:400px; margin:0 auto; }
	.hasMoreTab .hd li{ float:left; width:100px;  cursor:pointer; margin-left:10px; text-align:center; background:#f00; border:2px solid #f00; color:#fff;-webkit-border-radius:50px; 
	-moz-border-radius:50px;
	border-radius:50px;
	transition: all 0.8s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;  }
	.hasMoreTab .hd li.on{ font-weight:bold; background:#fff; position:relative;  border:2px solid #777;  font-weight:bold; color:#777;  }
	.hasMoreTab .hd li.on dd {width:2px; height:30px; background:#777; position:absolute; bottom:-30px; left:49%; z-index:9999;}
	.hasMoreTab .bd{  padding:10px; clear:both; position:relative;  }
	.hasMoreTab .bd h2{ font-size:14px; }
	.hasMoreTab .bd p{ color:#999;  }
	.hasMoreTab .bd p a{ color:#008783;  }
	.hasMoreTab .bd ul a{ color:#3E78B3;  }
	.hasMoreTab .con { padding-bottom:20px; }
	
	
	.focusBox{ margin:0 auto;  position:relative;  border:1px solid #eee; width:217px; height:146px; padding:1px; background:#fff; overflow:hidden;     }
	.focusBox .hd{ height:22px; position:absolute; z-index:1; bottom:2px; right:2px; overflow:hidden;   }
	.focusBox .hd ul{ float:right;  overflow:hidden;  }
	.focusBox .hd li{ width:22px; height:22px; line-height:22px; text-align:center; background:#999; color:#fff; font-family:Arial; float:left; margin:0 1px; display:inline;
		-webkit-border-radius:22px; -moz-border-radius:22px; border-radius:22px; cursor:pointer;
	}
	.focusBox .hd li.on{ background:#008783; }
	.focusBox .bd li{ vertical-align:middle; }
	.focusBox .bd li img{ width:220px; height:150px; display:block;  background:url(/eucms/xuyi/pic/loading.gif) center center no-repeat;  }

.newslist{width: 100%;font-family:"Microsoft YaHei";}
.newslist dl{padding: 1px;background: #fff;box-sizing: content-box; margin-top:10px;}
.newslist dl a{display: block;}
.newslist dl dt{float: left;width: 75px; background-color: #f2f2f2; text-align: center; font-family: Arial;}
.newslist dl dt span{display: block; line-height: 50px; border-bottom: 1px solid #fff; color: #666; font-size: 28px;}
.newslist dl dt p{display: block; color: #999; line-height: 21px; font-size: 12px; }
.newslist dl dd{overflow: hidden; padding-left:10px; height:72px;}
.newslist dl dd b{font-size: 15px; margin-top:20px;display: block; text-overflow: ellipsis;white-space: nowrap;line-height: 28px;}
.newslist dl dd p{font-size: 14px;overflow: hidden; color: #888;}
.newslist dl:nth-of-type(even){ background: #fff;}
.newslist dl:hover{ background: #f2f2f2;}
.newslist dl:hover dt{ background: #fff;}
.newslist dl:hover dt span{border-bottom:1px solid #f2f2f2}

.newslist dl2{background: #fff;box-sizing: content-box;}
.newslist dl2 a{display: block;}
.newslist dl2 dd2{overflow: hidden; height:50px; background: #fff; width: 25%; float: left;}
.newslist dl2 dd2 b{font-size: 15px;line-height: 50px;margin-left: 10px; letter-spacing: 2px;}
.newslist dl2 dd2:hover{background:#ddd; transition:0.2s; color:#ff0;}

.mainlist a {display:block; width:20%; float:left; marin:10px;font-size:14px;line-height:35px;border:1px solid #ddd;margin:10px;padding:5px 15px;}
.mainlist a:hover{background:#036d68;color:#fff}
.bmfw {height:150px;margin:16px 0;width:1280;overflow:hidden}
.bmfw a {display:block; float:left; margin-right:28px;}
