@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "微软雅黑";
	font-size: 12px;
	background-color: #fbfcfd
}
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #cd4681;
	text-decoration: none;
}
/*顶部*/
.header {
	width: 100%;
	height: 130px;
	overflow: hidden
}
.header_c {
	max-width: 1100px;
	height: 130px;
	margin: 0px auto
}
.header_logo {
	width: 553px;
	height: 71px;
	line-height: 71px;
	float: left;
	padding-top: 28px;
}
.header_tel {
	width: 312px;
	height: 43px;
	line-height: 43px;
	float: right;
	padding-top: 55px;
}
@media(max-width:640px) {
.header {
	width: 100%;
	height: 105px;
	overflow: hidden
}
.header_logo {
	width: 100%;
}
.header_logo img {
	width: 90%;
	padding-left: 5%;
}
.header_tel {
	display: none
}
}
/*导航*/
#nav {
	width: 100%;
	height: 46px;
	line-height: 46px;
	background-color: #077fcb;
	color: #fff;
}
.daohang {
	width: 1320px;
	height: 46px;
	margin: 0px auto
}
.home {
	margin-left: 16px
}
.tab {
	position: relative;
	display: block;
	float: left;
	cursor: pointer;
	padding-right: 13px;
}
.tab .tablink {
	position: relative;
	padding: 1px 18px;
	line-height: 45px;
	display: block;
	height: 45px;
	color: #fff;
	font-size: 16px;
	z-index: 99;
	float: left;
	text-align: center
}
.tab .tablink a {
	line-height: 45px;
	color: #FFF;
	text-decoration: none
}
.tab:hover {
	background-color: #02609b
}
.tab:hover .tablink {
	color: #fff;
	padding: 0 18px;
	text-decoration: none
}
.tab:hover .tablink a {
	color: #357d13;
	font-size: 14px
}
.dropdown:hover .arwlink {
	height: 45px
}
.dropdown ul {
	display: none
}
.dropdown:hover ul {
	position: absolute;
	display: block;
	margin-left: -1px;
	top: 45px;
	left: 1px;
	z-index: 9
}
.subnav {
	width: 300px
}
.subnav a {
	padding: 4px 0 4px 20px;
	line-height: 28px;
	width: 90px;
	display: block;
	white-space: nowrap;
	color: #333;
	font-size: 14px;
	float: left;
}
.subnav a:hover {
	text-decoration: underline;
	color: #f60
}
.dropdown .subnav {
	line-height: 28px;
	padding: 10px;
	background: rgba( 232,232,232,0.9)
}
@media(max-width:640px) {
#nav {
	width: 100%;
	height: auto;
	line-height: 25px;
	background-color: #077fcb;
	color: #fff;
	margin-bottom: 1px;
}
.daohang {
	width: 100%;
	height: auto;
	margin: 0px auto;
	padding-bottom: 1.5em
}
.home {
	width: auto;
	padding: 0px;
	float: left
}
.tab {
	float: left;
	width: auto;
	height: 25px;
	line-height: 25px;
	padding-left: 8px;
	padding-right: 8px;
}
.tab .tablink {
	height: 25px;
	font-size: 1.2em;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}
}
/*自适应大图*/
#container {
	width: 100%;
	height: 457px;
	overflow: hidden;
}
.sections, .section {
	height: 100%;
}
#container, .sections {
	position: relative;
}
.section {
	background-color: #000;
	background-size: cover;
	background-position: 50% 50%;
	text-align: center;
	color: white;
}
#section0 {
	background-image: url(../images/banner.jpg);
}
#section1 {
	background-image: url(../images/banner1.jpg);
}
#section2 {
	background-image: url(../images/banner.jpg);
}
@media( max-width:640px) {
#container {
	width: 100%;
	height: 120px;
	overflow: hidden;
}
.sections, .section {
	height: 100%;
}
}
/*服务范围*/
.service_t {
	width: 311px;
	height: 79px;
	margin: 40px auto;
}
.service_b {
	width: 1180px;
	height: auto;
	margin: 0px auto
}
.service_b_lf {
	width: 248px;
	height: 340px;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	overflow: hidden;
}
.ser_lf_img {
	width: 247px;
	height: 181px;
	overflow: hidden;
}
.service_b_lf img {
	width: 247px;
	height: 181px;
	border: 0;
	transition: transform 0.2s;
}
.service_b_lf:hover img {
	transform: rotateY(180deg);
}
.service_b_lf h1 {
	font-size: 18px;
	color: #333;
	font-weight: 300;
	text-align: center;
	padding: 15px
}
.service_b_lf h1 a {
	color: #333
}
.service_b_lf h1 a:hover {
	color: #1375ad
}
.service_b_lf span {
	display: block;
	line-height: 20px;
	color: #999;
	font-size: 12px;
}
@media( max-width:640px) {
.service_t {
	width: 100%;
	height: 79px;
	margin: 40px auto;
}
.service_b {
	width: 100%;
	height: auto;
	margin: 10px auto;
}
.service_b_lf {
	width: 35%;
	height: 300px;
	text-align: center;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 20px;
	float: left
}
.service_b_lf img {
	width: 100%;
	height: 161px;
	border: 0;
}
.service_b_lf h1 {
	width: 90%;
	font-size: 18px;
	color: #000;
	font-weight: 300;
	text-align: left;
}
.service_b_lf span {
	width: 90%;
	display: block;
	line-height: 20px;
	color: #999;
	font-size: 12px;
	text-align: left
}
}
/*成功案例*/
.sus_case {
	width: 100%;
	height: 169px;
	margin: 40px auto;
	background: url(../images/case1.jpg) no-repeat top
}
.sus_case img {
	display: block;
	width: 386px;
	height: 75px;
	margin: 0px auto;
	padding-top: 58px;
}
.sus_casec {
	width: 1200px;
	height: auto;
	margin: 0px auto;
	overflow: hidden
}
.sucse_case {
	width: 343px;
	height: 280px;
	float: left;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 30px;
}
.sucse_case_img {
	width: 343px;
	height: 221px;
}
.sucse_case_img:hover img {
	border: 1px solid #f5f5f5;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}
.sucse_case span {
	display: block;
	line-height: 50px;
	text-align: center;
	text-align: center;
	color: #333;
	background: url(../images/pc.jpg) no-repeat right center;
}
.sucse_case a {
	color: #444;
	font-size: 18px;
	font-weight: 500
}
.sucse_case a:hover {
	color: #1a7ebb
}
@media(max-width:640px) {
.sus_case {
	width: 100%;
	height: auto
}
.sus_case img {
	width: 80%;
	height: auto;
	margin: 40px auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.sus_casec {
	width: 95%;
	height: auto;
	margin: 0px auto
}
.sucse_case {
	width: 100%;
	height: auto;
	padding: 0px;
}
.sucse_case_img {
	width: 60%;
	height: auto;
	margin: 0px auto;
}
}
/*新闻资讯*/
.news {
	width: 100%;
	height: auto;
	background: url(../images/news_bg.jpg) no-repeat top;
}
.news_t {
	width: 401px;
	height: 66px;
	margin: 0px auto;
	padding: 40px;
}
.news_b {
	width: 990px;
	height: 420px;
	margin: 10px auto;
	padding-bottom: 50px;
}
.clear {
	clear: both;
}
.main-page {
	margin: 0 auto;
	width: 990px;
	height: 420px;
}
.main-page .left, .main-page .right {
	float: left;
}
.main-page .nav-back {
	width: 475px;
	height: 420px;
	margin-left: 20px;
}
.main-page .nav {
	position: relative;
	margin-top: -420px;
	width: 60px;
	text-align: center;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #fff;
	padding-left: 50px;
}
.main-page .nav div {
	width: 430px;
	height: 40px;
	line-height: 40px;
	background: url(../images/news_icon.png) no-repeat left #41b6ee;
	padding-left: 45px;
	margin-bottom: 20px;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	cursor: pointer
}
.main-page .nav div.on {
	background: #49b9f7;
	cursor: pointer
}
.main-page .right {
	width: 485px;
	height: 420px;
}
.main-page .content-back {
	width: 485px;
	height: 410px;
	background: #fff;
	opacity: .3;
}
.main-page .content {
	position: relative;
	width: 100%;
	height: 420px;
	margin-top: -410px;
	overflow: hidden;
}
.main-page .content div {
	width: 100%;
	height: 410px;
	margin-bottom: 10px;
}
.main-page .content div img {
	width: 100%;
	height: 250px;
	border: 0
}
.main-page .content div h1 {
	width: 450px;
	line-height: 25px;
	color: #333;
	font-size: 16px;
	font-weight: 600;
	margin: 10px auto;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}
.main-page .content div span {
	display: block;
	width: 450px;
	height: 85px;
	line-height: 22px;
	color: #333;
	margin: 0px auto;
	overflow: hidden
}
/*我们的客户*/
.cust {
	width: 1100px;
	height: auto;
	margin: 35px auto;
	padding-bottom: 50px;
}
.cust_t {
	width: 420px;
	height: 63px;
	margin: 0px auto;
	padding-bottom: 20px;
}
.cust_b {
	width: 1100px;
	height: 215px;
	border: 1px solid #dfdfdf;
}
.customer {
	width: 1100px;
	height: 198px;
	background-color: #FFF;
	margin: 0px auto;
	margin-top: 25px;
}
.cus1 {
	width: 217px;
	height: 108px;
	border: 1px solid #cccccc;
	float: left
}
.cus2 {
	width: 217px;
	height: 108px;
	border: 1px solid #cccccc;
	float: left;
}
.cus2 img {
	width: 217px;
	height: 108px;
}
/*关于我们*/
.botab {
	width: 100%;
	height: 290px;
	background-color: #2990cf;
	color: #fff;
}
.botabc {
	width: 1100px;
	height: 250px;
	margin: 0px auto;
	padding-top: 30px;
}
.botab_lf {
	width: 350px;
	height: 240px;
	float: left;
}
.botab_md {
	width: 325px;
	height: 240px;
	float: left;
	margin-left: 60px;
}
.bot_md {
	width: 325px;
	height: 55px;
	margin-bottom: 30px;
	padding-top: 15px;
}
.bot_md img {
	width: 80px;
	height: 52px;
	float: left;
}
.bot_md span {
	display: block;
	width: 200px;
	height: 52px;
	float: right;
	font-size: 14px
}
.bot_md span a {
	color: #fff
}
.bot_md span a:hover {
	text-decoration: underline;
	color: #FFC
}
.botab_rg {
	width: 260px;
	height: 240px;
	float: right
}
.title {
	font-size: 18px;
	font-weight: 600;
	line-height: 35px;
	text-align: left
}
.botcon {
	width: 100%;
	height: 155px;
	line-height: 22px;
	font-size: 12px;
	margin-top: 15px;
	overflow: hidden
}
.more {
	width: auto;
	height: 20px;
	line-height: 20px;
	float: left;
	margin-top: 20px;
}
.more a {
	color: #FFF;
	text-decoration: underline
}
.bot_con {
	width: 260px;
	height: 100px;
	line-height: 22px;
	margin-top: 15px;
}
.bottom {
	width: 100%;
	height: 70px;
	text-align: center;
	color: #666;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.nbottom {
	width: 100%;
	height: auto;
	text-align: center;
	color: #fbfcfd;
	background-color: #2990cf;
	line-height: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 30px;
}
/*内页_关于我们*/
.ab_banner {
	width: 100%;
	height: auto;
}
.ab_banner img {
	width: 100%;
	height: auto;
}
.ab_t {
	width: 1100px;
	height: 70px;
	margin: 30px auto;
}
.ab_t_lf {
	width: auto;
	height: 70px;
	line-height: 70px;
	background-color: #077fcb;
	color: #fff;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	font-size: 24px;
}
.ab_t_rg {
	width: auto;
	height: 40px;
	line-height: 40px;
	background-color: #a6d250;
	color: #fff;
	text-align: center;
	float: left;
	margin-left: 1px;
	font-size: 16px;
	margin-top: 30px;
}
.ab_t_rg .on {
	display: block;
	width: auto;
	height: 40px;
	line-height: 40px;
	background-color: #3fa7e9;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
}
.ab_t_rg .on a {
	color: #fff
}
.ab_t_rg .on a:hover {
	color: #fff
}
.ab_t_rg a {
	color: #fff;
	padding-left: 15px;
	padding-right: 15px;
}
.ab_t_rg a:hover {
	color: #077fcb
}
.ab_con {
	width: 1200px;
	height: auto;
	line-height: 28px;
	font-size: 14px;
	overflow: hidden;
	margin: 30px auto;
}
.ab_con_top {
	width: 1100px;
	height: 510px;
	margin: 20px auto;
}
.ab_con_top_lf {
	width: 755px;
	height: auto;
	float: left;
}
.ab_con_top_lf span {
	display: block;
	line-height: 28px;
	margin-top: 20px;
	font-size: 14px;
}
.ab_con_top_rg {
	width: 275px;
	height: 429px;
	padding-top: 50px;
	float: right;
}
.ab_con_ban {
	width: 100%;
	height: 326px;
	background: url(../images/ab_ban.jpg) repeat;
}
.ab_con_banc {
	width: 1100px;
	height: 291px;
	margin: 0px auto;
	padding-top: 35px;
	overflow: hidden
}
.ab_con_ban_lf {
	width: 375px;
	height: 265px;
	float: left;
}
.ab-con_t {
	width: 168px;
	height: 55px;
	margin: 0px auto;
}
.ab-con_b {
	width: 375px;
	height: 190px;
	margin: 15px auto;
	line-height: 25px;
	font-size: 14px;
	font-weight: 600;
	color: #234047
}
.ab_con_ban_md {
	width: 345px;
	height: 265px;
	float: left;
	text-align: center
}
.ab_con_ban_rg {
	width: 365px;
	height: 265px;
	float: right;
}
.ab_wh {
	width: 1000px;
	height: auto;
	margin: 30px auto
}
.ab_wh_lf {
	width: 255px;
	height: 190px;
	float: left;
}
.ab_wh_rg {
	width: 710px;
	height: auto;
	float: right
}
.ab_wh_rg h1 {
	height: 40px;
	line-height: 40px;
	color: #03568a;
	font-size: 30px;
	padding-top: 20px;
}
.ab_wh_rg span {
	display: block;
	height: auto;
	padding-top: 30px;
	font-size: 25px;
}
.ab_dt {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 20px;
	margin: 25px auto;
	border-bottom: 1px solid #dfdfdf
}
.ab_dt_t {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
}
.ab_dt_t a {
	color: #333
}
.ab_dt_t a:hover {
	color: #8dbc31
}
.ab_dt_b {
	width: 100%;
	height: 150px;
	margin-top: 10px;
}
.ab_dt_b img {
	width: 206px;
	height: 153px;
	border-radius: 15px;
	float: left;
}
.ab_dt_b_rg {
	width: 850px;
	height: 153px;
	float: right;
}
.ab_dt_b_rg span {
	display: block;
	width: 850px;
	height: 90px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666;
	font-size: 16px;
}
.ab_dt_b_rg_btn {
	width: 115px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	background-color: #69aada;
	border-radius: 10px;
	float: right;
	color: #fff
}
.ab_dt_b_rg_btn a {
	color: #fff
}
.case_show {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 20px auto
}
.case_show_t {
	width: 1200px;
	height: 80px;
	margin: 0px
}
.case_show_t_lf {
	width: 300px;
	height: 80px;
	float: left
}
.case_show_t_lf_txt {
	color: #0D73CE;
	font-size: 22px;
	font-weight: 600
}
.case_txt {
	color: #333;
	font-size: 18px;
	font-weight: 500;
	margin-top: 5px;
}
.case_data {
	font-size: 12px;
	color: #666;
	margin-top: 5px;
}
.case_show_t_rg {
	width: 450px;
	height: 80px;
	float: right;
	color: #999
}
.case_img {
	width: 75%;
	height: auto;
	margin: 20px auto
}
.case_img img {
	width: 100%;
	height: auto;
}
.case_bk {
	width: 900px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #333;
	font-size: 18px;
	border-radius: 10px;
	border: 1px solid #0D73CE;
	margin: 20px auto
}
DIV.scott {
	height: 40px;
	line-height: 40px;
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 8px;
	MARGIN: 8px;
	PADDING-TOP: 5px;
	TEXT-ALIGN: center
}
DIV.scott A {
	height: 40px;
	line-height: 40px;
	BORDER-RIGHT: #ddd 1px solid;
	PADDING-RIGHT: 10px;
	BORDER-TOP: #ddd 1px solid;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 5px;
	BORDER-LEFT: #ddd 1px solid;
	COLOR: #333;
	MARGIN-RIGHT: 2px;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: #ddd 1px solid;
	TEXT-DECORATION: none;
	margin-left: 5px;
}
DIV.scott A:hover {
	BORDER-RIGHT: #c3e456 1px solid;
	BORDER-TOP: #c3e456 1px solid;
	BORDER-LEFT: #c3e456 1px solid;
	COLOR: #fff;
	BORDER-BOTTOM: #c3e456 1px solid;
	BACKGROUND-COLOR: #c3e456
}
DIV.scott A:active {
	BORDER-RIGHT: #c3e456 1px solid;
	BORDER-TOP: #c3e456 1px solid;
	BORDER-LEFT: #c3e456 1px solid;
	COLOR: #333;
	BORDER-BOTTOM: #c3e456 1px solid;
	BACKGROUND-COLOR: #c3e456
}
DIV.scott SPAN.current {
	BORDER-RIGHT: #c3e456 1px solid;
	PADDING-RIGHT: 10px;
	BORDER-TOP: #c3e456 1px solid;
	PADDING-LEFT: 10px;
	FONT-WEIGHT: bold;
	PADDING-BOTTOM: 5px;
	BORDER-LEFT: #c3e456 1px solid;
	COLOR: #fff;
	MARGIN-RIGHT: 2px;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: #c3e456 1px solid;
	BACKGROUND-COLOR: #c3e456
}
DIV.scott SPAN.disabled {
	BORDER-RIGHT: #f3f3f3 1px solid;
	PADDING-RIGHT: 10px;
	BORDER-TOP: #f3f3f3 1px solid;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 5px;
	BORDER-LEFT: #f3f3f3 1px solid;
	COLOR: #333;
	MARGIN-RIGHT: 2px;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: #f3f3f3 1px solid;
	margin-right: 5px;
}
.ab_rl {
	width: 100%;
	height: 230px;
	margin: 35px auto;
	background-color: #f6f5f5;
}
.ab_rl_lf {
	width: 150px;
	height: 230px;
	line-height: 40px;
	background-color: #3fa7e9;
	color: #fff;
	font-size: 30px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 70px;
	text-align: center;
	float: left
}
.ab_rl_md {
	width: 665px;
	height: 200px;
	line-height: 25px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	font-size: 14px;
	color: #666;
	float: left;
	border-right: 1px solid #dfdfdf;
}
.ab_rl_rg {
	width: 130px;
	height: 45px;
	line-height: 45px;
	background-color: #a6d250;
	margin-left: 20px;
	margin-top: 90px;
	border-radius: 10px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	float: right;
	margin-right: 20px;
}
.ab_rl_rg a {
	color: #fff
}
.ab_zd {
	width: 1100px;
	height: 600px;
	margin: 30px auto
}
.ab_zd_lf {
	width: 330px;
	height: 550px;
	float: left;
	margin-left: 15px;
	margin-bottom: 30px;
}
.ab_zd_md {
	width: 330px;
	height: 550px;
	float: left;
	margin-left: 40px;
}
.ab_zd_rg {
	width: 330px;
	height: 550px;
	float: right;
	margin-right: 15px;
}
.ab_zd_t {
	width: 180px;
	height: 40px;
	line-height: 40px;
	color: #333;
	font-size: 20px;
	text-align: center;
	border-radius: 20px;
	background-color: #dfdfdf;
	margin: 10px auto
}
.ab_zd_b {
	width: 310px;
	height: 500px;
	background-color: #fff;
	box-shadow: -5px 0 5px #dfdfdf, /*左边阴影*/ 5px 0 5px #dfdfdf, /*右边阴影*/ 0 -5px 5px #dfdfdf, /*顶部阴影*/ 0 5px 5px #dfdfdf; /*底边阴影*/
	margin-top: 25px;
	padding: 10px;
	overflow-y: scroll;
	border-radius: 10px;
}
.ab_zd_b_ls {
	width: 120px;
	height: 120px;
	float: left;
	margin-left: 12px;
	margin-top: 10px;
}
.ab_zd_b_ls img {
	width: 120px;
	height: 80px;
	border: 1px solid #dfdfdf;
}
.ab_zd_b_ls span {
	display: block;
	height: 25px;
	line-height: 25px;
	color: #666;
	font-size: 12px;
	text-align: center;
}
.jcyw_t {
	width: 221px;
	height: 66px;
	margin: 50px auto;
}
.jcyw_b {
	width: 1100px;
	height: auto;
	margin: 0px auto;
	overflow: hidden
}
.jcyw_b ul {
	width: 1100px;
	height: auto
}
.jcyw_b ul li {
	width: 244px;
	height: 245px;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 60px;
}
.jcyw_b ul li img {
	width: 244px;
	height: 245px;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 60px;
}
.jcyw_b ul li:hover img {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9)
}
.jc_pm {
	width: 1100px;
	height: auto;
}
.jc_pm_ban {
	width: 100%;
	height: 415px;
	background-color: #f5f5f3;
	text-align: center
}
.design_bot {
	width: 995px;
	height: auto;
	margin: 0px auto;
	margin-bottom: 20px;
}
.design_bot ul {
	width: 995px;
	height: 650px;
}
.design_bot li {
	width: 215px;
	height: 185px;
	float: left;
	margin-left: 11px;
	margin-right: 11px;
	margin-top: 25px;
	background: url(../images/design_bg.jpg) no-repeat center center;
}
.design_bot img {
	width: 205px;
	height: 141px;
	margin: 5px;
}
.design_bot h2 {
	width: 200px;
	height: 30px;
	padding: 0px;
	font-size: 12px;
	color: #333;
	font-weight: bold;
	text-align: center
}
.design_bot a {
	color: #333;
}
.design_bot a:hover {
	color: #036
}
.web_lf {
	width: 500px;
	height: auto;
	float: left;
	margin-top: 70px;
}
.web_lf_t {
	width: 500px;
	height: 75px;
}
.web_lf_b {
	width: 500px;
	height: auto;
	line-height: 30px;
	font-size: 14px;
	color: #333
}
.web_rg {
	width: 500px;
	height: auto;
	float: left;
	margin-top: 70px;
	margin-left: 100px
}
.rj_lf {
	width: 475px;
	height: auto;
	float: left;
	margin-top: 70px;
}
.rj_lf_t {
	width: 475px;
	height: 75px;
	color: #000;
	font-size: 35px;
	font-weight: 600
}
.rj_lf_b {
	width: 475px;
	height: auto;
	line-height: 30px;
	font-size: 16px;
	color: #333
}
.rj_rg {
	width: 540px;
	height: auto;
	float: left;
	margin-top: 40px;
	margin-left: 40px;
}
.ym {
	width: 600px;
	height: auto;
	line-height: 28px;
	background: url(../images/ymbg.jpg) no-repeat left 20%;
	padding-left: 420px;
	font-size: 14px
}
.ym strong {
	font-size: 20px;
	padding-bottom: 20px;
}
.ym p {
	width: 600px;
	height: auto;
	line-height: 28px;
}
.idc {
	width: 660px;
	height: auto;
	/*	overflow: hidden;
*/	line-height: 28px;
	background: url(../images/ibm.png) no-repeat left 30%;
	padding-left: 420px;
	font-size: 14px
}
.idc strong {
	font-size: 15px;
	padding-bottom: 20px;
}
.yx {
	width: 100%;
	height: auto;
	line-height: 28px;
	background: url(../images/yx_bg.jpg) no-repeat bottom;
	padding-bottom: 350px;
	font-size: 14px
}
.yx_lf {
	width: 300px;
	height: auto;
	float: left;
	padding-top: 15%;
}
.yx_lf img {
	width: 300px;
	height: auto;
}
.yx_rg {
	width: 700px;
	height: auto;
	float: right;
	margin-top: 20px;
}
.ls1 {
	width: 620px;
	height: auto;
	margin-left: 50px;
	padding-bottom: 30px;
}
.ls {
	width: 520px;
	height: 70px;
	color: #666667;
	margin-left: 10px;
	padding-bottom: 30px;
	float: left
}
.yq {
	width: 1100px;
	height: auto;
	line-height: 28px;
	font-size: 14px;
	padding-bottom: 50px;
}
.yq img {
	width: 380px;
	height: 380px;
	float: left;
	margin-right: 20px;
}
.qywz {
	width: 1100px;
	height: 159px
}
.qywz_t {
	width: 1085px;
	height: 159px;
	background: url(../images/web_t.jpg) no-repeat top
}
.qywz_tc {
	width: 890px;
	height: 159px;
	margin-left: 20px;
}
.qywz_tc_lf {
	width: 221px;
	height: 159px;
	float: left;
	border-right: 1px dashed #dfdfdf;
}
.qywz_tc_lf h1 {
	width: 140px;
	height: 25px;
	line-height: 25px;
	font-weight: 500;
	color: #666;
	margin: 0px auto;
	margin-top: 25px;
	text-align: center;
	font-size: 18px
}
.qywz_tc_lf_img {
	width: 221px;
	height: 120px;
	margin: 0px auto;
}
.qywz_tc_lf:hover {
	width: 221px;
	height: 159px;
	background-color: #20b3e7
}
.qywz_tc_lf:hover h1 a {
	width: 221px;
	height: 159px;
	color: #fff;
}
.xmt_qywz {
	width: 1100px;
	height: auto;
	line-height: 25px;
	margin: 20px auto;
	font-size: 14px;
	color: #666
}
.xmt_qywz_xxk {
	width: 1100px;
	height: 545px;
	margin: 20px auto
}
.warp {
	width: 1100px;
	height: 540px;
}
.main_ {
	width: 880px;
	height: 540px;
	overflow: hidden;
	float: right;
	margin-top: 15px;
}
.news_ {
	position: absolute;
	z-index: 4;
	width: 190px;
	height: 550px;
	float: left;
}
.news_ ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.news_ ul li {
	height: 160px !important;
	height: 160px;
	width: 190px;
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
}
.news_ ul li.on {
	color: #039
}
.dis {
	display: block;
	float: right
}
.undis {
	display: none;
}
.xmt {
	width: 100%;
	height: 635px;
	background-color: #eee;
}
.xmt_t {
	width: 360px;
	height: auto;
	margin: 20px auto;
	text-align: center
}
.xmt_t h1 {
	font-size: 35px;
	line-height: 45px;
	color: #333;
	padding-top: 40px;
}
.xmt_t span {
	display: block;
	font-size: 18px;
	line-height: 40px;
	color: #505050;
}
.xmt_t_c {
	width: 1100px;
	height: auto;
	margin: 20px auto;
}
.xmt_t_c img {
	width: 250px;
	height: 384px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
.xmt_tit {
	width: 480px;
	height: auto;
	margin: 20px auto;
	text-align: center
}
.xmt_tit h1 {
	font-size: 33px;
	line-height: 40px;
	color: #333;
	padding-top: 20px;
}
.xmt_tit1 {
	width: 1100px;
	height: 77px;
	margin: 40px auto;
	background: url(../images/xmtbg.jpg) no-repeat top;
	line-height: 77px;
	color: #36bae0;
	font-size: 24px;
	font-weight: 600;
	text-align: center
}
.xmt_titcon {
	width: 1100px;
	height: auto;
	line-height: 25px;
	font-size: 14px;
	margin: 30px auto;
	overflow: hidden;
}
.xmt_xon {
	width: 1000px;
	height: 1400px;
	margin: 20px auto;
	overflow-y: scroll;
}
.xmt_ewm {
	width: 100%;
	height: 640px;
	background-color: #34b8de;
	padding-top: 30px;
}
.xmt_ewm_t {
	width: 1098px;
	height: 72px;
	background: url(../images/xmt_ewm_bg.png) no-repeat top;
	line-height: 72px;
	color: #36bae0;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	margin: 0px auto;
}
/* scr_con style */
.scr_con {
	position: relative;
	height: 350px;
	border: solid 1px #FFF;
	width: 850px;
	margin: 30px auto;
}
#dv_scroll {
	position: absolute;
	height: 350px;
	overflow: hidden;
	width: 95%;
	margin: 0 auto
}
#dv_scroll .Scroller-Container {
	width: 100%;
}
#dv_scroll_bar {
	position: absolute;
	right: 0;
	top: 10px;
	width: 15px;
	height: 330px;
	border-left: 2px solid #FFF;
}
#dv_scroll_bar .Scrollbar-Track {
	position: absolute;
	left: 0;
	top: 20px;
	width: 15px;
	height: 300px;
}
#dv_scroll_bar .Scrollbar-Handle {
	position: absolute;
	left: -8px;
	top: 0;
	width: 15px;
	height: 29px;
	overflow: hidden;
	background: url(../images/srcoll.gif) no-repeat;
	cursor: pointer;
}
#dv_scroll_text {
	position: absolute;
	left: -3px;
	top: 21px;
}
.xmt_ewm_c {
	padding: 10px;
	margin: 0 auto;
	text-align: left
}
.xmt_ewm_c li {
	height: 190px;
	height:auto; overflow:hidden;
	line-height: 32px;
	padding: 0 5px;
	float: left;
	text-align: center;
	list-style: none
}
.xmt_ewm_c li img {
	display:block;
	width: 160px;
	height: 160px;
	margin-left:20px;
}
.xmt_con {
	width: 645px;
	height: 160px;
	line-height: 40px;
	margin: 20px auto;
	font-size: 24px;
	text-align: center
}
.jdcase {
	width: 1100px;
	height: auto;
	margin: 30px auto
}
.jdcase ul {
	width: 1100px;
	height: 135px;
	margin-bottom: 50px;
	overflow: hidden;
}
.jdcase ul li {
	width: 190px;
	float: left;
	margin-left: 10px;
	margin-right: 15px;
	margin-bottom: 50px;
}
.dzs {
	width: 1005px;
	height: 195px;
	background-color: #f9f9f9;
	padding: 10px;
	margin: 50px auto
}
.dzs_img {
	width: 174px;
	height: 174px;
	border-radius: 50%;
	background-color: #34b8de;
	padding-right: 8px;
	float: left
}
.dzs_img img {
	width: 174px;
	height: 174px;
	border-radius: 50%;
}
.dzs_md {
	width: 670px;
	height: 174px;
	float: left;
	margin-left: 40px;
	margin-top: 20px;
}
.dzs_md h1 {
	width: 670px;
	height: 70px;
	line-height: 70px;
	border-bottom: 1px solid #dfdfdf;
	color: #333;
	font-size: 30px;
	font-weight: 500
}
.dzs_md h1 a {
	color: #333
}
.dzs_md h1 a:hover {
	color: #34b8de
}
.dzs_md span {
	display: block;
	width: 670px;
	height: 45px;
	line-height: 45px;
	color: #666;
	font-size: 18px;
	margin-top: 20px;
}
.dzs_rg {
	width: 56px;
	height: 61px;
	float: right;
	margin-right: 15px;
	margin-top: 55px;
}
.wjdc {
	width: 1000px;
	height: auto;
	margin: 50px auto
}
.wjdc_l {
	width: 1000px;
	height: 100px;
	border-bottom: 1px solid #dfdfdf;
	padding-top: 20px;
}
.wjdc_l_lf {
	width: 105px;
	height: 55px;
	float: left;
	border-right: 1px solid #333;
	font-size: 16px;
	color: #cdcdcd;
	text-align: center;
	padding-left: 23px;
	padding-right: 23px;
}
.wjdc_l_md {
	width: 750px;
	height: 75px;
	float: left;
	margin-left: 23px;
}
.wjdc_l_md h1 {
	height: 30px;
	line-height: 30px;
	color: #333;
	font-size: 18px;
	font-weight: 100
}
.wjdc_l_md h1 a {
	color: #333
}
.wjdc_l_md h1 a:hover {
	color: #f60
}
.wjdc_l_md span {
	display: block;
	line-height: 25px;
	height: 45px;
	color: #999;
	font-size: 12px;
}
.wjdc_l_rg {
	width: 34px;
	height: 33px;
	float: right;
	padding-top: 10px;
	margin-right: 25px;
}
.xmtpx {
	width: 1100px;
	height: auto;
	margin: 0px auto;
}
.xmtpx_lf {
	width: 280px;
	height: 400px;
	float: left;
	margin-top: 40px;
	margin-left: 40px;
	margin-right: 40px;
}
.xmtpx_lf img {
	width: 280px;
	height: 270px;
}
.xmtpx_lf img:hover {
	width: 280px;
	height: 270px;
	border: 5px solid #c0f0f4
}
.xmtpx_lf h1 {
	height: 48px;
	line-height: 48px;
	border-bottom: 1px solid #43bcc7;
	font-weight: 500;
	font-size: 20px;
	color: #333;
	margin-bottom: 15px;
}
.xmtpx_lf h1 a {
	color: #333
}
.xmtpx_lf h1 a:hover {
	color: #218887
}
.xmtpx_lf span {
	display: block;
	height: 55px;
	line-height: 25px;
	color: #888;
	font-size: 12px;
	overflow: hidden;
}
.ydhl_txt {
	width: 100%;
	height: auto;
	line-height: 28px;
	font-size: 14px;
	margin: 30px auto;
	overflow: hidden
}
.ydhl_title {
	width: 145px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 25px;
	font-weight: 500;
	color: #2990cf;
	border-bottom: 3px solid #a6d250;
	margin: 10px auto
}
.ydhlcon {
	width: 100%;
	height: auto;
	overflow: hidden
}
.ydhlcon ul {
	width: 100%;
	height: auto;
}
.ydhlcon ul li {
	width: 252px;
	height: 162px;
	float: left;
	margin: 10px;
}
/*网络商学院*/
  /*通知公告新闻列表*/
.ac_newslist {
	width: 1100px;
	height: auto;
	padding: 0px;
}
.ac_newslist ul {
	width: 1100px;
}
.ac_newslist ul li {
	width: 1100px;
	height: 40px;
	line-height: 40px;
	background: url(../images/icon.jpg) no-repeat left center;
	border-bottom: 1px #dfdfdf dotted;
	padding-left: 25px;
	margin-top: 8px;
	font-size: 16px;
	color: #333;
}
.ac_newslist ul li span {
	display: block;
	width: 900px;
	height: 40px;
	line-height: 40px;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
	float: left
}
.ac_newslist ul li span a {
	color: #333;
}
.ac_newslist ul li span a:hover {
	color: #f60;
}
.ac_newslist_time {
	width: 100px;
	height: 30px;
	color: #999;
	float: right;
}
/*新闻内容页样式*/
.ny_newsv_t {
	width: 1200px;
	height: auto;
	line-height: 30px;
	font-weight: normal;
	font-size: 30px;
	line-height: 52px;
	padding-top: 20px;
	text-align: center;
	font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体"
}
.ny_newsv_t1 {
	width: 1200px;
	height: 35px;
	margin: 0px auto;
	color: #acacac;
	font-size: 14px;
	text-align: center;
	border-bottom: 1px solid #e8e8e8;
}
.ny_newsv_c {
	width: 1200px;
	height: auto;
	margin-top: 15px;
	font-size: 16px;
	color: #333;
	line-height: 35px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e8e8e8;
	font-family: "微软雅黑";
	word-break: break-all;
}
.ny_newsv_c img {
	MAX-WIDTH: 100%!important;
	HEIGHT: auto!important;
width:expression(this.width > 600 ? "600px" : this.width)!important;
}
.ny_newsv_bt {
	width: 100px;
	height: 31px;
	margin-top: 15px;
}
.ny_newsv_fy {
	width: 1200px;
	height: 55px;
	line-height: 25px;
	margin-top: 15px;
	color: #666;
}
.ny_newsv_fy a {
	color: #666
}
.ny_newsv_fy a:hover {
	color: #F60
}
