@charset "utf-8";
html {
	overflow-x:hidden
}
body {
	font-size:16px;
	font-family:"微软雅黑";
}
html, body {
	height:100%;
	width:100%;
}
p, h1, h2, h3, h4, h5, h6, dd, dt, dl, li, ol, body, html, form, textarea, input, select, table, ul {
	margin:0;
	padding:0;
}
ul, li, ol {
	list-style:none;
}
a, u, button {
	text-decoration:none;
	color:inherit;
}
section, article, aside, nav, header, footer, main {
	display:block;
}
input, button {
	background:#fff;
	border:0;
	outline:0;
}
img {
	border:0;
}
.fl {
	float:left;
}
.fr {
	float: right;
}
.clear::after {
content:'';
display:block;
visibility:hidden;
opacity:0;
clear:both;
height:0;
overflow:hidden;
}
@font-face {
 font-family:'cuya';
 src: url('../images/cuya.ttf');
}
.cuya {
	font-family: "cuya";
}
/*webkit scroll*/
::-webkit-scrollbar-track-piece {
background-color:#f5f5f5;
border-left:1px solid #d2d2d2;
}
::-webkit-scrollbar {
width:8px;
height:13px;
}
::-webkit-scrollbar-thumb {
background-color:#c6c6c6;
background-clip:padding-box;
min-height:28px;
border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
background-color:#f49a12;
}
/*ie scroll*/
@-ms-viewport {
width:device-width;
}



A {
	TEXT-DECORATION: none;
	font-family:"微软雅黑", arial, 宋体;
}
A:link {
	TEXT-DECORATION: none;
	color:#464646;
	font-family:"微软雅黑", arial, 宋体;
}
A:visited {
	TEXT-DECORATION: none;
	color:#464646;
	font-family:"微软雅黑", arial, 宋体;
}
A:hover {
	COLOR: #e70113;
	TEXT-DECORATION: none;
	font-family:"微软雅黑", arial, 宋体;
}
.hui {
	font-size:16px;
	text-decoration:none;
	color:#999999;
	font-family:"微软雅黑", arial, 宋体;
}
a.hui:link {
	text-decoration: none;
	color:#999999;
	font-family:"微软雅黑", arial, 宋体;
}
a.hui:visited {
	text-decoration: none;
	color:#999999;
	font-family:"微软雅黑", arial, 宋体;
}
a.hui:hover {
	font-size:16px;
	text-decoration: none;
	color: #e70113;
	font-family:"微软雅黑", arial, 宋体;
}
.bai {
	font-size:14px;
	text-decoration:none;
	color:#2f2f2f;
	font-family:"微软雅黑", arial, 宋体;
}
a.bai:link {
	text-decoration: none;
	font-size:14px;
	color:#2f2f2f;
	font-family:"微软雅黑", arial, 宋体;
}
a.bai:visited {
	text-decoration: none;
	font-size:14px;
	color:#2f2f2f;
	font-family:"微软雅黑", arial, 宋体;
}
a.bai:hover {
	font-size:14px;
	text-decoration: underline;
	color:#e70113;
	font-family:"微软雅黑", arial, 宋体;
}


/* 上边不要动 */
.navg {
	width:100%;
	height:60px;
	background:#fff;
	border-bottom: 1px solid #ccc;
}
.nav_cnt {
	width: 100%;
	padding: 19px 2% 0 2%;
	position:relative;
}
.crumbs {
	color:#8f8f8f;
}
.crumbs img {
	margin-right:14px;
	margin-top:0px
}
.crumbs a {
	font-size:14px;
	color:#8f8f8f;
}
.crumbs span {
	float:right;
	display:block;
	color:#ff0000;
	font-size:20px;
}
.main_box {
	width: 100%;
	min-width:1200px;
}
.body_box {
	width: 100%;
	min-width:1200px;
}
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.h50 {
	height:50px;
	overflow:hidden;
	width:100%;
}
/*顶部*/
.head1_box {
	background: #f9f8f8;
	width: 100%;
	height: 40px;
	border-bottom:1px solid #e0e0e0;
	min-width:1200px;
}
.head1_box_w1200 {
	width: 1200px;
	height: 40px;
	margin: 0 auto;
	color: #2f2f2f;
	font-size: 14px;
	line-height: 40px;
}
.head1_box_w1200 span {
	font-size: 14px;
	padding-left: 20px;
	color: #2f2f2f;
	float:right;
	text-align:right;
}
.head2_box {
	width:100%;
	height:140px;
	background: #FFF;
	min-width:1200px;
}
.head2_box_w1200 {
	width: 1200px;
	margin: 0 auto;
}
.head_logo {
	width:100%;
	position:relative;
	z-index:11;
	background-color:rgba(255, 255, 255, 0.02);
}
.head_logo .logoDiv {
	float:left;
	width:380px;
	height:130px;
	position:relative;
}
.head_logo .logoDiv a {
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	background-image:url(../images/logo.png);
	background-position: left center;
	background-repeat:no-repeat;
}
.head_logo .l1 {
	margin-top:35px;
	padding-right:55px;
	background:url(../images/tel.png) right center no-repeat;
}
.head_logo .l1 span {
	display:block;
	text-align:right;
}
.head_logo .l1 .span1 {
	height:20px;
	line-height:20px;
	color:#333;
	font-size:14px;
	padding-right:2px;
}
.head_logo .l1 .span2 {
	color:#ce0d0d;
	font-size:30px;
	height:37px;
	line-height:40px;
	font-family: "Impact";
	font-weight:700;
}
.head_logo .biaoyu {
	height:60px;
	margin-left:10px;
	margin-top:33px;
	text-align: center;
	width:400px;
}
.head_logo .biaoyu .p1 {
	font-size:22px;
	font-weight:700;
	color:#333;
	line-height:30px;
	height:30px;
}
.head_logo .biaoyu .p2 {
	font-size:16px;
	color:#333;
	line-height:30px;
	height:30px;
}
.head_logo .biaoyu .p1 span {
	color:#d90511;
	font-weight:bold;
}
.nav {
	height:60px;
	background:#e70012; min-width:1200px;
}
.nav ul {
	list-style:none;
	height:60px;
}
.nav ul li {
	height:60px;
	float:left;
	font-family:"微软雅黑", arial, 宋体;
	padding:0;
	width:120px;
}
.nav ul li a {
	color:#fff;
	font-size:18px;
	font-weight:bold;
	line-height:60px;
	margin:0;
	font-family:"微软雅黑", arial, 宋体;
	display:block;
	text-align:center;
}
.nav ul li span {
	color:#333;
	font-size:11px;
	display:block;
	text-transform:uppercase;
	position:absolute;
	width:12px;
	right:0;
	top:3px;
	height:36px;
	line-height:10px;
}
.nav ul li a:hover, .nav ul li.on a, .nav ul li a:hover {
	color:#fff;
	background:#ce0d0d;
	transition-duration:0.4s;
	font-size:18px;
	font-weight:bold;
}
.nav ul li a:hover span, .nav ul li.on a span {
	color:#006ac7;
}
.nav ul li em {
	color:#fff;
	font-size:16px;
	line-height:44px;
	height:44px;
	font-family:"微软雅黑", arial, 宋体;
	font-style:normal;
	padding-left:22px;
}
.nav ul li.li-1 {
	margin-left:146px;
	position:relative;
	z-index:10000000000;
}
.nav ul li.li-1 img {
	position:absolute;
	top:-73px;
	left:0;
	z-index:10000000000;
}
.nav li ul.menu {
	margin:0;
	position:absolute;
	display:none;
	height:auto;
	width:133px;
	overflow:hidden;
	opacity: 0;
	height:auto;
	z-index:1000000000;
	clear:both;
	background:#e70012;
}
.nav li ul.menu li {
	width:auto;
	padding:0;
	line-height:43px;
	height:43px;
	float:none;
	margin:0;
	overflow:hidden;
	border-top:1px solid #eee;
}
.nav li ul.menu li a {
	line-height:43px;
	color:#fff;
	padding:0;
	background: #e70012;
	font-family:"微软雅黑", arial, 宋体;
	height:43px;
	font-size:15px;
	font-weight:normal;
	text-align:center;
	margin:0;
	text-transform: uppercase;
}
.nav li ul.menu li a:hover {
	color:#fff;
	background:#ce0d0d;
	line-height:43px;
	height:43px;
	transition-duration:0.4s;
}
.fuwu {
	background:url(../images/bg1.jpg) repeat-x center;
	height:545px;
	min-width:1200px;
}
.fuwu_top {
	width:570px;
	margin:auto;
	padding-top:70px;
	padding-bottom:30px;
}
.fuwu_nr {
	width:1200px;
	margin:auto;
}
.nr1 {
	width:286px;
	height:129px;
	float:left;
	background:#FFF;
	color:#333;
	margin-right:18px;
	margin-top:18px;
}
.nr1:hover {
	background:#C31919;
	color:#FFF;
}
.nr1 dl a {
	width:284px;
	height:128px;
	display:block;
	margin:auto;
	background:url(../images/nr1.png) no-repeat 20px;
	color:#333;
	font-weight:bold;
	font-size:16px
}
.nr1 dl a:hover {
	background:url(../images/nr11.png) no-repeat 20px;
	color:#FFF;
	font-weight:bold;
	font-size:16px
}
.nr1 dl dd {
	padding:24px 15px 5px 82px;
	font-size:14px;
	font-weight:bold;
}
.nr1 dl dd span {
	font-size:12px;
	font-weight:normal;
	text-transform:uppercase
}
.nr1 dl dt {
	padding:0px 20px 5px 85px;
	font-size:12px;
	padding-top:10px;
	font-weight:500;
}
.nr2 dl a {
	background:url(../images/nr2.png) no-repeat 20px;
}
.nr2 dl a:hover {
	background:url(../images/nr22.png) no-repeat 20px;
}
.nr3 dl a {
	background:url(../images/nr3.png) no-repeat 20px;
}
.nr3 dl a:hover {
	background:url(../images/nr33.png) no-repeat 20px;
}
.nr4 {
	margin-right:0px;
}
.nr4 dl a {
	background:url(../images/nr4.png) no-repeat 20px;
}
.nr4 dl a:hover {
	background:url(../images/nr44.png) no-repeat 20px;
}
.nr5 dl a {
	background:url(../images/nr5.png) no-repeat 20px;
}
.nr5 dl a:hover {
	background:url(../images/nr55.png) no-repeat 20px;
}
.nr6 dl a {
	background:url(../images/nr6.png) no-repeat 20px;
}
.nr6 dl a:hover {
	background:url(../images/nr66.png) no-repeat 20px;
}
.nr7 dl a {
	background:url(../images/nr7.png) no-repeat 20px;
}
.nr7 dl a:hover {
	background:url(../images/nr77.png) no-repeat 20px;
}
.nr8 {
	margin-right:0px
}
.nr8 dl a {
	background:url(../images/nr8.png) no-repeat 20px;
}
.nr8 dl a:hover {
	background:url(../images/nr88.png) no-repeat 20px;
}
.more {
	width:51px;
	margin:-25px auto -26px auto
}
.About_sty {
	background:url(../images/bg2.jpg) repeat-x center;
	height:500px;
	margin:auto;
	font-size:16px;
	min-width:1200px;
}
.About_sty_big {
	width:1200px;
	margin:auto;
	padding:50px 0px;
}
.About_sty_left {
	float:left;
	width:860px;
}
.About_sty_wz {
	margin:auto;
}
.About_sty_nr {
	margin:auto;
	color:#808080;
	line-height:30px;
}
.About_sty_nr p {
	line-height:30px;
	padding-top:30px;
	text-indent:30px;
}
.About_sty_nr p a {
	float:none;
	border:none;
	color:#D62734;
}
.About_sty_nr a {
	color:#808080;
	padding:3px 5px;
	font-size:14px;
}
.About_sty_nr a:hover {
	color:#d70c19;
}
.About_sty_right {
	float:right;
}
.news {
	background:url(../images/bg3.jpg) repeat-x center;
	height:513px;
	margin:auto;
	font-size:16px;
	min-width:1200px;
}
.news_nr {
	width:1200px;
	margin:auto;
	padding:100px 0px;
}
.news_tj {
	float:left;
}
.news_zs {
	float:right;
	width:700px;
}
.news_bj {
	margin:auto;
}
.news_wz {
	margin:0px auto;
}
.news_wz li {
	background:url(../images/xwdian.gif) no-repeat left;
	color:#7c7c7c;
	position:relative;
	line-height:36px;
}
.news_wz li a {
	color:#7c7c7c;
	padding-left:20px;
}
.news_wz li span {
	position:absolute;
	right:0px;
	top:0px;
}
.news_wz li:hover {
	color:#c42621;
}
.news_wz li a:hover {
	color:#c42621;
}
.news_wz p { /*border:#c42621 1px solid; width:100px;*/
	height:30px;
	float:right;
	margin-top:20px;
}
.news_wz p a {
	font-size:14px;
	color:#c42621;
	line-height:30px;
	padding-left:18px;
}
.news_wz p a:hover {
	color:#c42621;
}
.group {
	background:url(../images/bg4.jpg) repeat-x center;
	height:750px;
	margin:auto;
	font-size:16px;
	min-width:1200px;
}
.group_nr {
	width:1200px;
	margin:auto;
	padding:58px 0px;
}
.group_nr p a {
	float:none;
	border:none;
	color:#D62734;
}
.group_bj {
	margin:auto;
}
.jieshou_nr1 {
	float:left;
	color:#808080;
	width:610px;
	height:400px;
}
.jieshou_nr1 p {
	line-height:28px;
	padding-top:30px;
	text-indent:30px;
}
.jieshou_nr1 a {
	border:#d60c1a 1px solid;
	color:#808080;
	padding:3px 5px;
	font-size:14px;
}
.jieshou_nr1 a:hover {
	color:#d70c19;
}
.lianjie {
	background:#2f2f2f;
	margin:auto;
	min-width:1200px;
}
.lianjie_nr {
	width:1200px;
	margin:auto;
	padding:20px 0px;
}

.link {
	margin:auto;
}
.link_bt {
	background:url(../images/lianjiezi.png) no-repeat left;
	width:210px;
	height:26px;
	margin:18px 0px;
}
.link_nr {
	margin:auto;
	line-height:25px;
}

.link_nr  a {
	font-size:14px;
	color:#737373;
}
.link_nr  a:hover {
	color:#F00; text-decoration:none;
}
.bottom_big {
	background:url(../images/beijing6.jpg) repeat-x center top;
	height:200px;
	margin:auto;
	min-width:1200px;
}
.bottom_dh {
	width:640px;
	margin:auto;
}
.bottom_dh li {
	float:left;
	font-size:14px;
	line-height:45px;
	background:url(../images/daohangxian.gif) no-repeat left;
	padding-left:10px;
	padding-right:10px;
}
.bottom_dh li a {
	color:#FFF;
}
.bottom_dh li a:hover {
	text-decoration:underline;
}
.bottom_dh li.li1 {
	background:none;
}
.bottom_nr {
	width:1200px;
	margin:auto;
}
.bottom_left {
	float:left;
	width:362px;
	margin-top:20px;
}
.bottom_logo {
	margin:auto;
}
.bottom_leftnr {
	margin:auto;
	padding-left:90px;
	font-size:14px;
	color:#666666;
}
.bottom_leftnr span {
	font-size:18px;
	color:#d51619;
}
.bottom_right {
	float:right;
	width:780px;
	margin-top:30px;
	font-size:12px;
	color:#666666;
	line-height:30px;
}
.bottom_right p {
	float:right;
}
.bottom_right p a {
	color:#666666;
}
.bottom_right p a:hover {
	color:#F00;
}
/*首页team*/
.index-case {
	float:left;
	width:100%;
}
.index-case2 {
	float:left;
	width:100%
}
.picScroll-left {
	width:1200px;
	position:relative;
}
.picScroll-left .hd {
	height:40px;
	width:435px;
	margin:0 auto;
	line-height:40px;
	margin-top: 25px;
}
.picScroll-left .hd .prev {
	display:block;
	width:90px;
	height:38px;
	float:right;
	margin-right:5px;
	cursor:pointer;
}
.picScroll-left .hd .next {
	display:block;
	width:90px;
	height:38px;
	float:left;
	margin-right:5px;
	cursor:pointer;
}
.picScroll-left .hd .prevStop {
	background-position:-60px 0;
}
.picScroll-left .hd .nextStop {
	background-position:-60px -50px;
}
.picScroll-left .hd ul {
	float:left;
	zoom:1;
	margin-left:10px
}
.picScroll-left .hd ul li {
	float:left;
	width:40px;
	height:40px;
	margin-right:5px;
	text-align:center;
	color:#fff;
	cursor:pointer;
	background:#c3c3c3;
}
.picScroll-left .hd ul li.on {
	background:#ce0d0d;
}
.picScroll-left .bd {
}
.picScroll-left .bd ul {
	zoom:1;
}
.picScroll-left .bd ul li {
	float:left;
	display:inline;
	width:284px;
	margin-right:24px;
	text-align:center;
	position:relative;
	height:460px
}
.picScroll-left .bd ul li .pic {
	text-align:center;
}
.picScroll-left .bd ul li .pic img {
	width:284px;
	height:380px;
	display:block;
}
.picScroll-left .bd ul li .pic a:hover img {
	border-color:#999;
}
.picScroll-left .bd ul li .title {
	height:58px;
	line-height:58px;
	background:#c3c3c3
}
.picScroll-left .bd ul li .title a {
	color:#fff
}
.index-case3 {
	position:absolute;
	top:420px;
	left:121px;
	width:35px;
	height:35px;
	-webkit-transition: -webkit-transform 0.5s ease-out;
}
.picScroll-left .bd ul li:hover .index-case3 {
	transform: rotateZ(360deg);
}
.index-02 {
	float:left;
	width:100%;
	background:url(../images/index-bg2.jpg) center top no-repeat;
	height:152px;
	margin-top:54px
}
.img_sty {
	overflow: hidden;
}
.img_sty img {
	cursor: pointer;
	transition: all 0.6s;
}
.img_sty img:hover {
	transform: scale(1.2);
}
/*index-news*/
.index-news {
	background:url(../images/bg5.jpg) repeat-x center;
	height:600px;
	min-width:1200px;
}
.index-news_top {
	width:570px;
	margin:auto;
	padding-top:70px;
	padding-bottom:30px;
}
.index-news_nr {
	width:1200px;
	margin:auto;
}
.index-news2 {
	width:100%;
	float:left;
	padding-bottom:20px;
}
.index-news2 ul li {
	width:585px;
	background: rgba(238, 238, 238, 0.7);
	float:left;
	margin-right:30px;
	height:113px;
	margin-bottom:27px;
}
.news-1 {
	float:left;
	width:103px;
	height:78px;
	margin:18px 18px 18px 15px
}
.news-1 img {
	width:103px;
	height:78px
}
.news-2 {
	float:left;
	width:370px;
	height:78px;
	margin-right:10px
}
.news-2 h2 {
	font-weight:500;
	font-size:16px;
	color:#2c2c2c;
	margin-top:22px
}
.news-2 p {
	color:#6f6f6f;
	font-size:12px;
	margin-top:10px;
	line-height:20px
}
.news-3 {
	float:left;
	width:55px;
	height:88px;
	background:url(../images/index-news1.png) center 28px no-repeat;
	-webkit-transition: -webkit-transform 0.5s ease-out;
}
.index-news2 ul li:hover {
	background:rgba(206, 13, 13, 0.7)
}
.index-news2 ul li:hover h2 {
	color:#FFF
}
.index-news2 ul li:hover p {
	color:#FFF
}
.index-news2 ul li:hover .news-3 {
	background:url(../images/index-news2.png) center 28px no-repeat;
	transform: rotateY(360deg);
}
/*左侧产品列表 联系我们*/

.left_pro_box {
	width:265px;
	float:left
}
.left_pro_box_tit {
	color: #fff;
	background: #e70012;
	padding: 25px 0;
	text-align: center;
	font-size: 1.4em;
	border-radius: 5px 5px 0 0;
	text-transform:uppercase
}
.left_pro_box_tit p {
	margin:0 auto;
	font-size:35px;
	font-weight:bold;
	padding-top:38px;
}
.left_pro_box_tit p span {
	display:block;
	font-size:15px;
	font-weight:normal;
	text-transform: uppercase;
	color:#70c3ff;
	padding-top:5px;
}
.left_pro_box_cont {
	background: #FFF;
}
.cpfl dd a {
	display:block;
	font-size:16px;
	text-indent:28px;
	color:#1c1c1c;
	line-height:50px;
	width:265px;
transition:all .2s ease;
	height:50px;
	background:url(../images/rr.gif) no-repeat left;
	font-weight:normal;
	margin-bottom:1px;
	overflow:hidden
}
.cpfl dd a:hover {
	display:block;
	font-size:16px;
	color:#ffffff;
	text-indent:48px;
transition:all .2s ease;
	line-height:50px;
	width:265px;
	height:50px;
	background:url(../images/ll.gif) no-repeat left;
	overflow:hidden
}
.left_lx_box {
	width:265px;
	background:#EFEFEF;
	margin:20px 0px;
	border-radius:0 0 5px 5px;
}
.left_lx_box_tit {
	color: #fff;
	background: #e70012;
	padding: 25px 0;
	text-align: center;
	font-size: 1.4em;
	border-radius: 5px 5px 0 0;
	text-transform:uppercase
}
.left_content_sty {
	font-size:16px;
	line-height:35px;
	padding:10px;
	color:#333
}

/*右侧主题*/

.body_right_box {
	float:right;
	width:890px; 
}

.page_location {
	width:100%;
	height:60px;
	line-height: 60px;
	background:url(../Images/title_line.png) left bottom no-repeat;
}

.body_right_box_title_left{ float:left; width:200px; margin-top:-10px;}
.body_right_box_title_left h2{ font-size:1.6em;}

.s_width {
	background:url(../images/icon_home.png) left no-repeat;
	color:#999999; float:right; font-size:16px;
}
.s_width p {
	padding:5px 0 0 25px; color:#999999;
}
.s_width a {
	color:#999999
}
.dunxiu_body_content {
	font-size:16px;
	line-height:32px;
	color:#383838;
	margin-top:20px;
	margin-bottom:20px;
}

.news_list_box{
	float:right;
	width:890px;
}
.news_list {
	margin:0px auto;
}
.news_list li {
	background:url(../images/xwdian.gif) no-repeat left;
	color:#7c7c7c;
	position:relative;
	line-height:36px;
}
.news_list li a {
	color:#7c7c7c;
	padding-left:20px;
}
.news_list li span {
	position:absolute;
	right:0px;
	top:0px;
}
.news_list li:hover {
	color:#c42621;
}
.news_list li a:hover {
	color:#c42621;
}

/*案例样式*/
.cppic {
	width: 270px;
	height: 270px;
	margin: 13px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	float: left;
	border: solid 1px #ddd;
}
.cppic dl {
}
.cppic dl dt {
	width: 268px;
	height: 208px;
	display: block;
	overflow: hidden;
}
.cppic dl dt img {
	width: 268px;
	height: 208px;
	ition: 0.4s;
	-webkit-transition: -webkit-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
	-moz-transition: -moz-transform 0.4s ease-out;
	-o-transition: -o-transform 0.4s ease-out;
	-ms-transition: -ms-transform 0.4s ease-out;
}
.cppic dl dd {
	text-align: center;
	width: 268px;
	line-height: 60px;
	background: #fff;
	color: #000;
	font-size: 18px;
	font-weight:bold;
}
.cppic a:hover dl dd {
	background: #fdb201;
	width: 268px;
	text-decoration:none;
	color: #fff;
	line-height: 60px;
}
.cppic a:hover dl dt img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}


/*团队样式*/
.team_sty {
	width: 270px;
	height: 370px;
	margin: 13px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	float: left;
	border: solid 1px #ddd;
}

.team_sty dl {
}
.team_sty dl dt {
	width: 268px;
	height: 308px;
	display: block;
	overflow: hidden;
}
.team_sty dl dt img {
	width: 268px;
	height: 308px;
	ition: 0.4s;
	-webkit-transition: -webkit-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
	-moz-transition: -moz-transform 0.4s ease-out;
	-o-transition: -o-transform 0.4s ease-out;
	-ms-transition: -ms-transform 0.4s ease-out;
}
.team_sty dl dd {
	text-align: center;
	width: 268px;
	line-height: 60px;
	background: #fff;
	color: #000;
	font-size: 18px;
	font-weight:bold;
}
.team_sty a:hover dl dd {
	background: #fdb201;
	width: 268px;
	text-decoration:none;
	color: #fff;
	line-height: 60px;
}
.team_sty a:hover dl dt img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

/* 分页 */
.dede_pages {
	line-height:30px;
	clear:both;

}
.dede_pages ul {
	float:none;
	display:table
}
.dede_pages ul li {
	float:left;
	margin-right:4px;
	list-style:none;
	margin-top:4px;
}
.dede_pages ul li a {
	float:left;
	padding:0 10px;
	color:#c3c3c3;
	font-size:14px;
	font-weight:bold;
	border:1px solid #c3c3c3;
	text-decoration:none
}
.dede_pages ul li a:hover {
	color:#FFF;
	padding:0 10px;
	text-decoration:none;
	border:1px solid #e50d00;
	background:#e50d00
}
.dede_pages ul li.nohref {
	color:#999;
	padding:0 10px;
	border:1px solid #c3c3c3;
	background:#e50d00;
}
.dede_pages ul li .thisclass {
	color:#FFF;
	padding:0 10px;
	border:1px solid #e50d00;
	background:#e50d00;
	font-weight:bold
}

.view-title{ font-size:24px; font-weight:500; line-height:50px;}\
.view-date{ font-size:14px; color:#666}
.body_content{
	font-size:16px; line-height:32px;
}

/*留言*/
.area {
	margin: 20px 0;
}
.w90 {
	text-align: right;
}
.input {
	width: 300px;
}
.mes .input {
	height: 30px;
	border: 1px solid #ccc;
	padding-left: 3px;
	padding-top: 2px;
}
.mes p {
	color: #999;
}
.require {
	width: 700px;
	height: 160px;
	border: 1px solid #ccc;
	padding-left: 3px;
	padding-top: 2px;
	margin: 7px 0;
}
.submit {
	width: 100px;
	height: 30px;
	text-align: center;
	background: #ef2416;
	color: #FFF;
	border: 0;
	font-family: "微软雅黑";
	font-size: 15px;
	cursor: pointer;
}
.reset {
	width: 100px;
	height: 30px;
	text-align: center;
	background: #ADADAD;
	color: #FFF;
	border: 0;
	font-family: "微软雅黑";
	margin-left: 15px;
	font-size: 15px;
	cursor: pointer;
}

#divSmallBox{overflow:hidden;*display:inline;*zoom:1;width:10px;height:10px;margin:0 5px;border-radius:10px;background:#ffffff;}
#playBox{ width:284px; height:380px; margin:20px auto; background:#333; position:relative; overflow:hidden; box-shadow: 0px 0px 15px #000;}
#playBox .oUlplay { width:99999px; position:absolute; left:0; top:0;}
#playBox .oUlplay li{ float:left;}
#playBox .pre{ cursor:pointer; width:45px; height:45px; position:absolute; top:190px; left:10px; z-index:10;}
#playBox .next{ cursor:pointer; width:45px; height:45px;  position:absolute; top:190px; right:10px; z-index:10;}
#playBox .smalltitle {width:284px; height:10px; position:absolute; bottom:15px; z-index:10}
#playBox .smalltitle ul{ width:60px; margin:0 auto;}
#playBox .smalltitle ul li{ width:10px; height:10px; margin:0 5px; border-radius:10px; background:#ffffff; float:left; overflow:hidden;*display:inline;*zoom:1;}
#playBox .smalltitle .thistitle{ background:#69aaec;}
