/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block}
mark, rp, rt, ruby, summary, time {display:inline}

/* Global properties ======================================================== */
html {width:100%}

.ifz14{font-size:14px;}
.ifz15{font-size:15px;}
.ifz16{font-size:16px;}
.ifz17{font-size:17px;}

.new{position:absolute;margin-top:-62px;left:139px;width:45px;height:45px;}
.new2{position:absolute;margin-top:-62px;left:140px;width:45px;height:45px;}
@media only screen and (max-width: 960px) {
.new{position:absolute;margin-top:-41px;left:70px;width:25px;height:25px;overflow:auto;}
.new2{position:absolute;margin-top:-41px;left:70px;width:25px;height:25px;overflow:auto;}
}
body {
font-family: "Microsoft YaHei",-apple-system,BlinkMacSystemFont,"PingFang SC","Helvetica Neue",STHeiti,"微软雅黑",arial,Tahoma,SimSun,sans-serif!important;
font-size:100%; color:#333; min-width:160px; background:#f1f1f1}
.ic {border:0;float:right;background:#fff;color:#f00;width:50%;line-height:10px;font-size:10px;margin:-120% 0 0 0;overflow:hidden;padding:0}
.main {
	width:960px; 	
	padding:0;
	margin:0 auto;
	font-size:0.8125em;
	line-height:1.3846em;
}
.wrapper {max-width:960px; overflow:hidden; position:relative;}
@media only screen and (max-width: 960px) {
.main {
	width:100%; 
	font-size:13px;
	line-height:25px;
}
.wrapper {width:100%;}
}
a {color:#333; outline:none;font-size:14px;text-decoration:none;}
a:hover {text-decoration:none;}
.extra-wrap {overflow:hidden;padding-top:10px;max-width:660px;}
.extra-wrap a {color:#999;max-width:660px;margin-top:5px;}
p {margin-bottom:18px;}
.p1 {margin-bottom:8px;font-size:14px;}
.p2 {margin-bottom:15px}
.p3 {margin-bottom:30px}
.p4 {margin-bottom:40px}
.p5 {margin-bottom:50px}

.reg {text-transform:uppercase}

.fleft {float:left}
.fright {float:right}

.alignright {text-align:right}
.aligncenter {text-align:center}


.color-1 {color:#fff}
.color-2 {color:#333}
.color-3 {color:#39b9d6}

.img-border {border:1px solid #fff;border-radius:5px;box-shadow:0 0px 12px 1px rgba(0,0,0,.2) inset; padding:15px;border-radius:25px;}
.img-border:hover {
    transition: filter .3s;
    filter: brightness(1.1) contrast(110%);
}

/*********************************boxes**********************************/
/*5+ 引擎环境下自动隐藏无关元素*/

.indent {padding:20px}
.indent-top {padding-top:24px}
.indent-left {padding-left:2px}
.indent-left2 {padding-left:40px}
.indent-left3 {padding-left:20px}
.indent-left4 {padding-left:10px}
.indent-right {padding-right:50px}

.indent-bot {margin-bottom:20px}
.indent-bot2 {margin-bottom:28px}

.prev-indent-bot {margin-bottom:10px;font-size:16px;line-height:25px;}
.img-indent-bot {margin-bottom:25px}
.margin-bot {margin-bottom:35px}

.img-indent {float:left; margin:0 20px 0px 0}	
.img-indent2 {float:left; margin:0 15px 0px 0}	
.img-indent3 {float:left; margin:0 6px 0px 0}	

@media only screen and (max-width: 960px) {
.prev-indent-bot {margin-bottom:10px;font-size:13px;line-height:25px;}
.img-indent {zoom:0.5;}
.p3 {margin-bottom:30px;margin-left:-20px;}
}
.buttons a:hover {cursor:pointer}

.menu li a,
.list-1 li a,
.list-2 li a,
.link,
.button,
h1 a {text-decoration:none}	
.tsh{text-shadow: 1px 1px 1px rgba(0,0,0,.5);}

/*********************************header*************************************/
/*用户专用*/

.tasklist-nav-action {
	font-size:12px;
    display: block;
    position: relative;
    z-index: 9999;
    margin-bottom: 0;
	float:right;
	color:#fff;
	margin:10px 3px 0px 40px;
}
.banben {
	height:50px;
	width:100px;
	color:#fff;
	background:url(../images/APP100.png) no-repeat; 
	background-size:100px 50px;
	cursor:pointer;
}
.tasklist-nav-list {
    opacity: 1;
    position: fixed;
	padding:20px;
	background:#fff;
	z-index: 99;
    left: 0;
    right: 20%;
    bottom: 0;
    top: 0px;
    overflow: auto;
    -webkit-transition: all 0.5s ease-out 0.1s;
    -o-transition: all 0.5s ease-out 0.1s;
    transition: all 0.5s ease-out 0.1s;
    -webkit-transform: translate(-100%,0 );
    -ms-transform: translate(-100%,0);
    -o-transform: translate(-100%,0);
    transform: translate(-100%,0);
	border-right:1px solid #aaa;
}
.tasklist-nav-action:hover .tasklist-nav-list {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
	overflow: auto;
	box-shadow:200px 0px 52px -6px rgba(0,0,0,.2);
}
.pd20{padding:20px;margin:30px 30px 60px;font-family:'Microsoft Yahei';}
.mt20{margin-top:20px;}
.lh30{line-height:28px;}
.ifz14{font-size:14px;}
.right{float:right;}
.left{float:left;}
.mb30{margin-bottom:30px;}
.ewm{border-radius:10px;margin-right:20px;float:left;width:130px;height:130px;}
.ewm1{border-radius:10px;margin-right:20px;float:left;width:121px;height:75px;}
@media only screen and (max-width: 960px) {
.ewm{border-radius:10px;margin-right:15px;float:left;width:100px;height:100px;}
.ewm1{border-radius:10px;margin-right:15px;float:left;width:121px;height:75px;}
.pd20{padding:10px;margin:10px 0px 10px;}
.mt20{margin-top:5px;height:100px;}
.tasklist-nav-action {
	font-size:12px;
    display: block;
    position: relative;
    z-index: 9999;
    margin-bottom: 0;
	float:right;
	color:#fff;
	margin:10px 3px 0px  0px;
}
.banben {
	height:40px;
	width:80px;
	color:#fff;
	background:url(../images/APP300.png) no-repeat; 
	background-size:80px 40px;
}
.tasklist-nav-list {
	zoom:0.8;
    opacity: 1;
    position: fixed;
	background:#fff;
	z-index: 99;
    left: 0;
    right: 70px;
    bottom: 0;
    top: 0px;
    overflow: auto;
    -webkit-transition: all 0.5s ease-out 0.1s;
    -o-transition: all 0.5s ease-out 0.1s;
    transition: all 0.5s ease-out 0.1s;
    -webkit-transform: translate(-100%,0 );
    -ms-transform: translate(-100%,0);
    -o-transform: translate(-100%,0);
    transform: translate(-100%,0);
	border-right:1px solid #aaa;
}
}





.hang {
	width:85%;
	cursor:pointer;
	line-height:43px;
	padding-left:40px;
	background-color:#f8f8f8;
	font-family: 'Microsoft Yahei','宋体', 'Open Sans', sans-serif;
	font-size:18px;
	text-decoration:none;
	color:#fff;
	text-align:left;
	letter-spacing:3px;
	float:left;
	border-left:solid 1px #dddddd;
	background-image: linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -o-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(44,160,202)),
	color-stop(1, rgb(62,184,229))
	);
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
	-moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
	-o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
	box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
}
.hang:hover {
	line-height:45px;
	background-image: linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -o-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(62,184,229)),
	color-stop(1, rgb(44,160,202))
	);
	-webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
	-moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
	-o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
	box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
}
.hang::before {
	background-color:#444444;
	content:"1";
	text-align:center;
	line-height:40px;
	width:30px;
	height:43px;
	float:left;
	margin-left:-63px;
	padding:0px 6px;
	display:block;
	font-size:18px;
	font-weight:bold;
	color:#8fd1ea;
	text-shadow:1px 1px 0px #07526e;
	border-right:solid 1px #07526e;
	background-image: linear-gradient(bottom, rgb(10,94,125) 0%, rgb(14,139,184) 100%);
	background-image: -o-linear-gradient(bottom, rgb(10,94,125) 0%, rgb(14,139,184) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(10,94,125) 0%, rgb(14,139,184) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(10,94,125) 0%, rgb(14,139,184) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(10,94,125) 0%, rgb(14,139,184) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(10,94,125)),
	color-stop(1, rgb(14,139,184))
	);
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-box-shadow:inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 0px 10px 5px #999 ;
	-moz-box-shadow:inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 0px 10px 5px #999 ;
	-o-box-shadow:inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 0px 10px 5px #999 ;
	box-shadow:inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 0px 10px 5px #999 ;
}
.hang:hover::before {
	margin-bottom:3px;
	-webkit-box-shadow:inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 1px 1px 0px 0px #044a64, 2px 2px 0px 0px #044a64, 2px 5px 0px 0px #044a64, 6px 4px 2px #0b698b, 0px 10px 5px #999 ;
	-moz-box-shadow:inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 1px 1px 0px 0px #044a64, 2px 2px 0px 0px #044a64, 2px 5px 0px 0px #044a64, 6px 4px 2px #0b698b, 0px 10px 5px #999 ;
	-o-box-shadow:inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 1px 1px 0px 0px #044a64, 2px 2px 0px 0px #044a64, 2px 5px 0px 0px #044a64, 6px 4px 2px #0b698b, 0px 10px 5px #999 ;
	box-shadow:inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #032b3a, 1px 1px 0px 0px #044a64, 2px 2px 0px 0px #044a64, 2px 5px 0px 0px #044a64, 6px 4px 2px #0b698b, 0px 10px 5px #999 ;
}
.hangzong{margin-left:12%;margin-bottom:70px;}
.zhankai {
display:none;
width:88%;
overflow: hidden;
text-indent:-38px;
padding:22px 20px 0px 45px;
font-size:17px;
text-align:left;
margin:10px 20px 10px -20px;
line-height:30px;
z-index: 2;
			-webkit-transition: height 0.5s ease-in;
			-moz-transition: height 0.5s ease-in;
			-o-transition: height 0.5s ease-in;
			transition: height 0.5s ease-in;
}
.zhankai p{margin-bottom:8px;color:#000;letter-spacing:2px;}
.tese {width:50%;float:left;overflow: hidden;padding-bottom:20px;}
.zhongbu{margin-bottom:40px;overflow: hidden;margin-top:0px;}

.twob::before {
	content:"2";
}
.threeb::before {
	content:"3";
}
.fourb::before {
	content:"4";
}
.fiveb::before {
	content:"5";
}
.sixb::before {
	content:"6";
}
.sevenb::before {
	content:"7";
}
.eightb::before {
	content:"8";
}


@media only screen and (max-width: 960px) {
.zhongbu{margin-bottom:0px;overflow: hidden;}
.hang {
	width:95%;
	margin-left:0%;
	line-height:28px;
	padding-left:30px;
	font-size:14px;
}
.hang:hover {
	line-height:31px;
}
.hang::before {
	background-color:#444444;
	content:"1";
	text-align:center;
	line-height:28px;
	width:30px;
	height:28px;
	float:left;
	margin-left:-50px;
	padding:0px 2px;
	display:block;
	font-size:15px;
}

.twob::before {
	content:"2";
}
.threeb::before {
	content:"3";
}
.fourb::before {
	content:"4";
}
.fiveb::before {
	content:"5";
}
.sixb::before {
	content:"6";
}
.sevenb::before {
	content:"7";
}
.eightb::before {
	content:"8";
}
.hang:hover::before {
	margin-bottom:3px;}
.hangzong{margin:0 auto 45px;width:80%;}
.tese {width:100%;float:left;overflow: hidden;padding-bottom:15px;}
.zhankai {
width:96%;
overflow: hidden;
text-indent:-30px;
padding:20px 20px 0px 45px;
font-size:14px;
line-height:25px;
text-align:left;
margin:8px 20px 8px -30px;
z-index: 2;
font-family:'宋体', 'Microsoft Yahei',serif;
			-webkit-transition: height 0.5s ease-in;
			-moz-transition: height 0.5s ease-in;
			-o-transition: height 0.5s ease-in;
			transition: height 0.5s ease-in;
}
.zhankai p{margin-bottom:8px;letter-spacing:1px;}
/*.hangzong:hover .zhankai{height:255px;line-height:25px;}*/

}
.yingyong{padding:38px 30px 50px;margin:60px auto;border-radius:30px;box-shadow:0 0px 12px 1px rgba(0,0,0,.2);width:86%;}

@media only screen and (max-width: 960px) {
.yingyong{padding:20px 30px 10px;margin:70px auto;border-radius:15px;width:75%;}
}


header {
	width:100%;
	position:relative; 
	z-index:2;
}
.row-top {
	width:100%;
	height:124px;
	background:#000;
	overflow:hidden;
}

h2 {font-weight:700;
}
h1 {
	padding:43px 0 0 7px; 
	position:relative;
	float:left;
}
	h1 a {
		display:block; 
		width:500px;
		height:44px;
		font-size:40px;
		color:#fff;
		letter-spacing:3px;
		margin-top:15px;
	}
	h1 span {
		font-size:30px;
		color:#39b9d6;
		padding-top:55px;
		margin-left:15px;
	}

@media only screen and (max-width: 960px) {
.row-top {
	width:100%;
	height:60px;
	background:#000;
	overflow:hidden;
}
.html5plus .html5plus-cxdh {
	display: block;
	width:100%;
	height:60px;
	background:#fff;
	overflow:hidden;
}
h1 {
	padding:3px 0 0 7px; 
	position:relative;
	float:left;
}
	h1 a {
		display:block; 
		width:210px;
		height:40px;
		font-size:18px;
		color:#fff;
		letter-spacing:1px;
		margin-top:15px;
	}
	h1 span {
		font-size:16px;
		color:#39b9d6;
		padding-top:55px;
		margin-left:3px;
	}
}
/***** search form *****/


#search-form {
	padding:50px 10px 0 0;
	float:right;
}
#search-form fieldset {
	position:relative; 
	width:100%; 
	display:block; 
	overflow:hidden;
}
#search-form .search-field {
	float:right;
	width:260px;
	height:34px;
	background:url(../images/search-bg.jpg) 0 0 no-repeat; 
}
#search-form input {
	width:245px; 
	font-size:14px;
	line-height:1.25em;
	padding:9px 15px 9px; 
	font-family:Arial, Helvetica, sans-serif; 
	color:#646458;
	background:none;
	border:none;
	margin:0;
	outline:none;
}
#search-form .search-button {
	display:block; 
	width:20px;
	height:21px;
	text-indent:-5000px;
	background:url(../images/search-icon.png) left top no-repeat;
	position:absolute;
	right:7px;
	top:7px;
}
@media only screen and (max-width: 960px) {
#search-form {
display:none;
}
}
.search-form2 {
	padding:18px 10px 0 0;
	float:right;
}
.search-form2 fieldset {
	position:relative; 
	width:100%; 
	display:block; 
	overflow:hidden;
}
.search-form2 .search-field {
	float:right;
	width:110px;
	height:24px;
	background:url(../images/search-bg.jpg) 0 0 no-repeat; 
}
.search-form2 input {
	width:34px; 
	font-size:12px;
	line-height:1.25em;
	padding:5px 0px 5px 10px; 
	font-family:Arial, Helvetica, sans-serif; 
	color:#646458;
	background:none;
	border:none;
	margin:0;
	outline:none;
}
.search-form2 .search-button {
	display:block; 
	width:21px;
	height:20px;
	text-indent:-5000px;
	background:url(../images/search-icon2.png) left top no-repeat;
	background-size:19px;
	position:absolute;
	right:3px;
	top:3px;
}

.bcx {display:none}
.html5plus .html5plus-hide {display: none}
.html5plus .html5plus-cx {display: block;}

	
/***** menu *****/
.menu-row {
	width:100%;
	background:url(../images/menu-row-tail.gif) center top repeat-x #178fbe;
}
.menu-bg {
	width:100%;
	background:url(../images/menu-bg.jpg) center top no-repeat;
}
.menu {
	padding:0 0 0 0; 
	/* background:url(../images/menu-spacer.gif) left top no-repeat; */
}
.menu li {
	width:33%;
	float:left; 
	position:relative;
	/* background:url(../images/menu-spacer.gif) right top no-repeat; */
	padding-right:2px;
}
.menu li a {
	display:block; 
	font-size:19px; 
	text-shadow: 1px 1px 1px rgba(0,0,0,.6);
	font-family:'Microsoft YaHei','SimSun','LiSu',Arial;
	line-height:60px;
	padding:5px 0 5px;
	text-align:center;
	color:#fff; 
	letter-spacing:3px;
}
.menu2 li a {
	display:none; 
}
@media only screen and (max-width: 960px) {
.menu li a {
	display:none; 
}
.menu2 {
	padding:0 0 0 0; 
	/* background:url(../images/menu-spacer.gif) left top no-repeat; */
}
.menu2 li {
	width:33%;
	float:left; 
	position:relative;
	/* background:url(../images/menu-spacer.gif) right top no-repeat; */
}
.menu2 li a {
	display:block; 
	font-size:13px;  
	text-shadow: 1px 1px 1px rgba(0,0,0,.6);
	font-family:'Microsoft YaHei','SimSun','LiSu',Arial;
	line-height:40px; 
	text-decoration:none;
	text-align:center;
	color:#fff; 
	letter-spacing:1px;
}
}

.row-bot {
	width:100%;
	min-height:20px;
	background:url(../images/row-bot-tail2.gif) center top repeat-x;
}
	#page1 .row-bot {background-image:url(../images/row-bot-tail.gif)}
.center-shadow {
	width:100%;
	height:100%;
	min-height:20px;
	background:url(../images/center-shadow2.jpg) center top no-repeat;
}
	#page1 .center-shadow {background:url(../images/center-shadow.png) center top no-repeat}

/********************
 * FEATURE CAROUSEL *
 ********************/
.carousel-container {
  position:relative;
  width:960px;
  margin:0 auto;
}
#carousel {
  height:350px;
  width:960px;
  position:relative;
}
.carousel-image {
  border:0;
  display:block;
  width:45%;
}
.carousel-image:hover {
    /* transition: filter .3s;
    filter: brightness(1.1) contrast(110%); */
}
.biaoti1{width:22%;margin-left:0%;margin-bottom:30px;}
.biaoti2{width:166px;margin:-120px -6% 30px;text-align:center;float:right;}
.biaoti1:hover,
.biaoti2:hover {
    transition: filter .3s;
    filter: brightness(1.1) contrast(110%);
}
#content {
	width:100%; 
	border-top:1px solid #fff;
	background:url(../images/content-tail.gif) center top repeat-x #f1f1f1;
	padding:0;
	position:relative;
	z-index:1;
}
	#page1 #content {border-top:none; background:none; padding:43px 0 60px}

.content-bg {
	width:100%;
	padding:24px 0 49px;
	background:url(../images/content-bg.jpg) center top no-repeat;
}

@media only screen and (max-width: 960px) {
.carousel-container {
  position:relative;
  width:100%;
  margin:0 auto;
}
#carousel {
  height:200px;
  width:103%;
  margin-left:-5px;
  position:relative;
}
.carousel-image {
  border:0;
  display:block;
  width:25%;
}
.biaoti1{width:40%;margin-left:2%;margin-bottom:10px;margin-top:10px;}
.biaoti2{width:110px;margin:-80px -18% 20px;float:right;}
#content {
	width:100%; 
	border-top:1px solid #fff;
	background:url(../images/content-tail.gif) center top repeat-x #f1f1f1;
	padding:0;
	position:relative;
	z-index:1;
}
	#page1 #content {border-top:none; background:none; padding:10px 0 60px}

.content-bg {
	width:100%;
	padding:24px 0 49px;
	background:url(../images/content-bg.jpg) center top no-repeat;
}
}

.carousel-feature {
  position:absolute;
  top:-1000px;
  left:-1000px;
  cursor:pointer;
}

/*********************************content*************************************/

h3 {
	font-size:26px; 
	line-height:2em; 
	color:#333;
	margin-bottom:3px;
}
h4 {
	font-size:17px; 
	line-height:1.2em; 
	color:rgb(14,139,184);
	text-transform:uppercase;
	letter-spacing:1px;
}
	h4 em {
		display:block;
		color:#333;
		text-transform:none;
	}
	h4 strong {
		display:block;
		margin-top:-3px;
	}
h6 {color:#000}

.text-1 {
	display:block;
	font-size:20px;
	line-height:30px;
	color:#333;
}
.text-2 {
	display:block;
	color:#929292;
}

.title {
	display:block;
	font-size:18px;
	line-height:24px;
	color:#39b9d6;
}

.border-bot {
	width:100%; 
	padding-bottom:20px; 
	background:url(../images/pic-1.gif) 0 bottom repeat-x;
}

.box {
	width:278px; 
	background:url(../images/box-tail.gif) 0 0 repeat-x #1896c1;
}
	.box .padding {padding:15px 10px 15px 20px}
	.box a {
		display:inline-block;
		padding-right:18px;
		font-size:18px;
		line-height:1.222em;
		color:#fff;
		background:url(../images/marker-3.gif) right 8px no-repeat;
		text-transform:uppercase;
		text-decoration:none;
		-webkit-transition: all 0.25s ease;
		-moz-transition: all 0.25s ease;
		-o-transition: all 0.25s ease;
		transition: all 0.25s ease;
	}
	.box a:hover {padding-right:25px}

.list-1 li {
	line-height:18px; 
	padding:6px 0 6px 24px; 
	background:url(../images/marker-2.png) 0 8px no-repeat;
}
	.list-1 li a {
		display:inline-block;
		color:#333;
	}
	.list-1 li a:hover {text-decoration:underline}

.link:hover {text-decoration:underline} 

.link-1 {
	display:inline-block; 
	padding-right:15px; 
	background:url(../images/marker-1.gif) right 8px no-repeat;
}

dl span {float:left; width:88px}

/***** contact form *****/
#contact-form {width:580px}
#contact-form label {
	display:block; 
	height:44px;
}
#contact-form input {
	width:548px; 
	font-size:15px; 
	line-height:1.2em;
	color:#a0a0a0; 
	padding:8px 15px; 
	margin:0; 
	font-family:Arial, Helvetica, sans-serif; 
	border:1px solid #fff; 
	background:url(../images/input-tail.gif) 0 0 repeat-x #e6e6e6;
	outline:none;
}
#contact-form textarea {
	height:158px; 
	overflow:auto; 
	width:548px; 
	font-size:15px; 
	line-height:1.2em;
	color:#a0a0a0; 
	padding:7px 15px; 
	margin:0; 
	font-family:Arial, Helvetica, sans-serif; 
	border:1px solid #fff; 
	background:url(../images/text-area-tail.gif) 0 0 repeat-x #e5e5e5;
	outline:none;
}
.buttons {padding-top:17px; text-align:right}
.buttons a {margin-left:30px; color:#fff;}

#contact-form2 {
	display:block;
	width:580px;
}
	#contact-form2 label {
		display:block; 
		height:30px; 
		overflow:hidden;
	}
	#contact-form2 input {
		float:left; 
		width:485px; 
		font-size:12px; 
		line-height:1.25em;
		color:#333;
		padding:3px 10px; 
		margin:0; 
		font-family:Arial, Helvetica, sans-serif; 
		border:none; 
		background:#fff;
		outline:none;
	}
	#contact-form2 textarea {
		float:left;
		height:240px; 
		width:485px; 
		font-size:12px; 
		line-height:1.25em;
		color:#333;
		padding:3px 10px; 
		margin:0; 
		font-family:Arial, Helvetica, sans-serif; 
		border:none; 
		background:#fff;
		overflow:auto;
		outline:none;
	}
.text-form {
	float:left; 
	display:block; 
	font-size:13px;
	line-height:24px;
	width:74px; 
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
}

.buttons2 {padding:10px 10px 0 0; text-align:right}
.buttons2 a {margin-left:35px}
		
/****************************footer************************/
footer {
	width:100%; 
	color:#999;
	background:url(../images/footer-tail.gif) center top repeat;
	position:relative;
	z-index:9;
	overflow:hidden;
	padding:35px 0px 35px 0px;
}
footer h4 {color:#fff; margin-bottom:18px}

	.list-services li {
		font-size:18px;
		line-height:35px;
		text-transform:uppercase;
		padding-bottom:1px;
		margin-left:-20px;
	}
	.list-services a {
		display:inline-block;
		text-decoration:none;
		color:#999;
		padding-left:54px;
	    font-size:20px; 
		background:url(../images/social-icons.png) 0 0px no-repeat;
		transform: scale(0.7);
	}
	.list-services a.item-1 {background-position:0 -44px}
	.list-services a.item-2 {background-position:0 -88px}
	.list-services a.item-3 {background-position:0 -132px}

.youxiang {float:left;width:632px;}
.beian {margin:20px 0 30px;text-align:center;font-size:12px;}

@media only screen and (max-width: 960px) {
.container1{zoom:0.8;}
.beian {zoom:0.8;}
.buttons {padding-top:1px; text-align:right}
footer {
	padding:5px 0px 5px 0px;
}
.youxiang {float:left;width:92%;padding:20px;}
.lianxi {float:left;width:95%;padding:20px;}
#contact-form {width:90%;}
#contact-form label {
	display:block; 
	height:42px;
}
#contact-form input {
	width:100%; 
	font-size:14px; 
	line-height:1em;
	color:#a0a0a0; 
	padding:8px 15px; 
	margin:0; 
	font-family:Arial, Helvetica, sans-serif; 
	border:1px solid #fff; 
	background:url(../images/input-tail.gif) 0 0 repeat-x #e6e6e6;
	outline:none;
}
#contact-form textarea {
	height:118px; 
	overflow:auto; 
	width:100%; 
	font-size:14px; 
	line-height:1em;
	color:#a0a0a0; 
	padding:7px 15px; 
	margin:0; 
	font-family:Arial, Helvetica, sans-serif; 
	border:1px solid #fff; 
	background:url(../images/text-area-tail.gif) 0 0 repeat-x #e5e5e5;
	outline:none;
}
footer h4 {color:#fff; margin-bottom:16px}
h4 {font-size:14px;}
}



/*********extra***********/
.dibu {height:365px}
.extra {
	min-height:100%; 
	height:auto !important; 
	height:100%; 
	margin: 0 auto -395px; 
	position:relative;
	overflow:hidden;
} 
html, body {height:100%}

/*低栏*/
.navbar{height:60px;position: fixed;bottom: 0;width:100%;text-align: center;border-top: solid 1px #efefef;z-index:99999;background:rgba(233,233,233,1);}
.qyzy{float:left;width:25%;margin-top:8px;}
.qyzy:hover{transition: filter .3s; filter: brightness(1.1) contrast(110%);}
.navbar a{background: url(images/xszy.png) no-repeat center 2.5px;background-size: 55px}
.navbar .index{ background: url(images/qyzy.png) no-repeat center;background-size: 32px}
.navbar .tasklist{ background: url(images/qyzy.png) no-repeat center 2.5px;background-size: 32px}
.navbar .tasklist:focus,
.navbar .tasklist:active,
.navbar .tasklist.selected{border-radius:8px;box-shadow:  0px 5px 0px 0px #999, 0px 10px 5px #999;}
.navbar .pubtask{ background: url(images/qyzy.png) no-repeat center 2.5px;background-size: 32px}
.navbar .pubtask:focus,
.navbar .pubtask:active,
.navbar .pubtask.selected{border-radius:8px;box-shadow:  0px 5px 0px 0px #999, 0px 10px 5px #999;}
.navbar .msg{ background: url(images/qyzy.png) no-repeat center 2.5px;background-size: 32px}
.navbar .msg:focus,
.navbar .msg:active,
.navbar .msg.selected{border-radius:8px;box-shadow:  0px 5px 0px 0px #999, 0px 10px 5px #999;}
.navbar .mine{ background: url(../images/qyzy.png) no-repeat center 2.5px;background-size: 32px}
.navbar .mine:focus,
.navbar .mine:active,
.navbar .mine.selected{border-radius:8px; box-shadow:  0px 5px 0px 0px #999, 0px 10px 5px #999;}


.boxs{box-shadow:0 0px 12px 1px rgba(0,0,0,.2);}
.br30{border-radius:30px;}
.ltdq{text-align: justify!important;}
