@charset "utf-8";
	body {
	font-family:Arial,'微软雅黑';
	color:#707070;
}
a {text-decoration:none;}
img {vertical-align:bottom;border:none;}
table {border-spacing:0;border-collapse:collapse;}
td,th {padding:0;}
table {background-color:transparent;}
caption {padding-top:8px;padding-bottom:8px;color:#707070;	text-align:left;}
th {text-align:left;}
a:hover,a:visited,a:link {	text-decoration:none;}
a.hover-turn {
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-ms-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
ol,ul{list-style-position: inside;}

ul.ulset {margin:0;	padding:0;list-style:none;}
.no-data {font-size:15px;color:#888;text-align:center;}
.btn-style {margin:30px auto 0;padding:0 15px;font-size:13px;color:#fff;text-align:center;
			line-height:30px;-webkit-border-radius:3px;-moz-border-radius:3px;	border-radius:3px;
}
.btn-style:hover {
	color:#25c9ff;
}
button.btn-style {
	border:none;
}
.btn-style i {
	display:inline-block;
	margin-right:8px;
	font-size:15px;
	vertical-align:middle;
}
.blue {
	background-image:-webkit-linear-gradient(bottom,#00203f,#004280);
	background-image:-moz-linear-gradient(bottom,#00203f,#004280);
	background-image:-o-linear-gradient(bottom,#00203f,#004280);
	background-image:-ms-linear-gradient(bottom,#00203f,#004280);
	background-image:linear-gradient(to top,#00203f,#004280);
}
.aqua {
	background-image:-webkit-linear-gradient(bottom,#5a6474,#758194);
	background-image:-moz-linear-gradient(bottom,#5a6474,#758194);
	background-image:-o-linear-gradient(bottom,#5a6474,#758194);
	background-image:-ms-linear-gradient(bottom,#5a6474,#758194);
	background-image:linear-gradient(to top,#5a6474,#758194);
}
.black {
	background-image:-webkit-linear-gradient(bottom,#000,#222);
	background-image:-moz-linear-gradient(bottom,#000,#222);
	background-image:-o-linear-gradient(bottom,#000,#222);
	background-image:-ms-linear-gradient(bottom,#000,#222);
	background-image:linear-gradient(to top,#000,#222);
}
.gray {
	background-image:-webkit-linear-gradient(bottom,#5a6474,#8b929d);
	background-image:-moz-linear-gradient(bottom,#5a6474,#8b929d);
	background-image:-o-linear-gradient(bottom,#5a6474,#8b929d);
	background-image:-ms-linear-gradient(bottom,#5a6474,#8b929d);
	background-image:linear-gradient(to top,#5a6474,#8b929d);
}
.back {
	display:block;
	color:#004280;
	border:#004280 solid 1px;
	background-color:#fff;
}
.back:hover {
	color:#004280;
	border:#9fc4e7 solid 1px;
	background-image:-webkit-linear-gradient(bottom,#dbe7f3,#eaf2f9);
	background-image:-moz-linear-gradient(bottom,#dbe7f3,#eaf2f9);
	background-image:-o-linear-gradient(bottom,#dbe7f3,#eaf2f9);
	background-image:-ms-linear-gradient(bottom,#dbe7f3,#eaf2f9);
	background-image:linear-gradient(to top,#dbe7f3,#eaf2f9);
}
.w165 {
	width:165px;
}
.blk40{height: 40px}
.blk124{height: 124px}
.pic-over .pic {
	position:relative;
}
.pic-over .pic img {
	display:block;
	max-width:100%;
	height:auto;
}
.pic-over .pic:after {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:" ";
	transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-webkit-transition:all .4s ease-in-out;
}
.pic-over .pic a.view {
	display:block;
	position:absolute;
	z-index:1;
	top:40%;
	left:0;
	width:100%;
	height:100%;
	; visibility:hidden;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.pic-over .pic a.view span {
	display:block;
	margin:-25px auto 0;
	width:50px;
	height:50px;
	font-size:13px;
	color:#fff;
	text-align:center;
	line-height:50px;
	background:rgba(0,0,0,0.7);
	overflow:hidden;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px;
}
.pic-over:hover .pic:after {
	background:rgba(255,255,255,0.5);
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.pic-over:hover a.view {
	top:50%;
	visibility:visible;
}
.pagination {
	margin:0;
}
.pagination li a {
	color:#888;
}
.pagination li a:hover {
	color:#121212;
}
.pagination li a {
	padding:4px 10px;
}
.pagination > .active > a,.pagination > .active > a:focus,.pagination > .active > a:hover {
	background-color:#19b3e5;
	border-color:#19b3e5;
}
.object-visible,.touch .object-non-visible {
	opacity:1 !important;
	filter:alpha(opacity=100) !important;
}

.table {width:100%;max-width:100%;margin-bottom:20px;}
.table > thead > tr > th,.table > tbody > tr > th,.table > thead > tr > td,.table > tbody > tr > td {
	padding:8px;
	line-height:1.42857143;
	vertical-align:top;
	border-top:1px solid #ddd;
}
.table > thead > tr > th {
	vertical-align:bottom;
	border-bottom:2px solid #ddd;
}
.table .table {
	background-color:#fff;
}
.table-responsive {
	min-height:.01%;
	overflow-x:auto;
}
.table-responsive td,.table-responsive th {
	padding:0 10px;
}

.table-responsive > .table {
	margin-bottom:0;
}
.table-responsive > .table > thead > tr > th,.table-responsive > .table > tbody > tr > th,.table-responsive > .table > thead > tr > td,.table-responsive > .table > tbody > tr > td {
	white-space:nowrap;
}
em.error_em {background: #fff none repeat scroll 0 0;color: red;font-style: normal;line-height: 16px;position: absolute;right: 185px;top: 12px;}
.icon-search{background: url(../../images/default/icon-search.png) no-repeat center;width: 16px;height: 36px}
/**下载*/
#support-wrap .download{margin-bottom: 21px}
.list-tb {width:100%;font-size:13px;color:#555;}
.list-tb > thead > tr > th,.list-tb > thead > tr > td,.list-tb > tbody > tr > th,.list-tb > tbody > tr > td {padding:6px 20px;}
.list-tb thead > tr > th,.list-tb thead > tr > td {height:34px;font-size:15px;color:#fff;font-weight:normal;}
.list-tb > thead > tr > th {border-top:#000 solid 2px;border-right:#fff solid 1px;border-bottom:#fff solid 1px;	background-color:#5a6474;}
.list-tb > thead > tr > th:last-child {border-right:#5a6474 solid 1px;}
.list-tb > thead > tr > td {border-right:#fff solid 1px;background-color:#8694aa;}
.list-tb > thead > tr > td:last-child {border-right:#8694aa solid 1px;}
.list-tb > tbody > tr > th,.list-tb > tbody > tr > td {border:#ddd solid 1px;}
.list-tb > tbody > tr:nth-of-type(even) {background-color:#f9f9f9;}
.list-tb > tbody > tr > td span {display:inline-block;margin-right:10px;width:7px;height:10px;
	background:url(../../images/default/icon_aw.gif) no-repeat 0 0;
	overflow:hidden;
}
.list-tb > tbody > tr:hover {color:#000;}
.list-tb > tbody > tr:hover > td span {background-position:0 -10px;}
.list-tb thead > tr > th:first-child {/*width:40%;*/}
.list-tb tbody > tr > th {width:21%;font-size:15px;text-align:center;}
.table > tbody > tr > th {font-weight:normal;vertical-align:middle;}
.list-tb caption {font-size:17px;color:#000;}
/*.pro-box h3 {
	font-size:15px;
	color:#000;
	font-weight:bold;
	text-align:center;
}
.pro-box p {
	padding:0 15px;
	min-height:80px;
	font-size:13px;
	color:#666;
	line-height:20px;
}
.pro-box:hover h3 {
	color:#718e1c;
}
.pro-box:hover p {
	color:#000;
}*/
/*@media screen and (min-width:481px) {
	.pro-box h3 {
	margin-top:30px;
	margin-bottom:20px;
}
}@media screen and (min-width:768px) {
	.pro-box {
	padding-bottom:20px;
}
}@media screen and (min-width:600px) and (max-width:768px) {
	.pro-box h3 {
	font-size:20px;
	font-weight:normal;
}
.pro-box p {
	font-size:15px;
}
}*/
.overview-txt {font-size:15px;color:#666;line-height:25px;}
.specific.list-tb > tbody > tr > td {
	padding:0;
}
.specific.list-tb tbody tr > td > table {
	width:100%;
}
.specific.list-tb tbody tr > td > table > tbody > tr > td {
	padding:6px 20px;
	border-bottom:#ddd solid 1px;
}
.specific.list-tb tbody tr > td > table > tbody > tr:last-child > td {
	border-bottom:none;
}
.package.list-tb tbody tr > td > i {
	padding-right:8px;
	font-size:17px;
	color:#aaa;
}
.optional.list-tb thead > tr > th:first-child {
	width:20%;
}

#company-who,#company-do,#company-believe {max-width:1120px;margin:0 auto;}
#service-embedded,#service-display {max-width:1120px;margin:0 auto;}
#txt-edit {width:100%;margin-top:20px;}
#txt-edit .txt {line-height:30px;font-size:14px;zoom:1;color:#707070}
#txt-edit .txt:before {content:'';display:table;}
#txt-edit .txt:after {content:'';display:table;clear:both;}
#txt-edit .txt .scroll-x,#txt-edit .txt .scroll-yx {width:100%;	margin-top:10px;}
#txt-edit .txt a:not(.button) {
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-ms-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
#txt-edit .txt a.button {display:inline-block;height:40px;
	line-height:40px;
	padding:0 10px;
	margin:0 5px;
	border-radius:3px;
	color:#fff;
}
#txt-edit .txt a.button:hover {color:#31ccff;}
#txt-edit .txt a.button.pdf i {display:block;float:left;margin-top:8px;margin-right:5px;
	width:22px;height:24px;	background:url(../images/icon_pdf.png) no-repeat 0 0;
}
#txt-edit .txt a.button.pdf:hover i {background-position:0 -24px;}
#txt-edit .txt .m-1 {margin-left:12px;}
#txt-edit .txt p {padding-left:12px;margin-bottom:5px;}
#txt-edit .txt p.p-0 {padding-left:0;}
#txt-edit .txt p.p-2 {padding-left:24px;}
#txt-edit .txt ul.p-1 {padding-left:28px;}
#txt-edit .txt ul.p-2 {padding-left:40px;}
#txt-edit .txt em {display:block;width:100%;line-height:28px;font-size:16px;font-weight:700;
	font-style:normal;margin-top:10px;margin-bottom:5px;color:#004280;}
#txt-edit .txt strong > i {	display:block;line-height:26px;	padding-left:12px;margin-bottom:5px;}
#txt-edit .txt p.quotetitle {width:100%;line-height:32px;font-size:18px;font-weight:700;font-style:bold;
	padding:0;color:#82a90d;}
#txt-edit .txt ul {padding:0 15px;margin:0;}
#txt-edit .txt table {width:100%;border-collapse:collapse;margin:20px auto;}
#txt-edit .txt table tr th {padding:2px 10px;color:#fff;
	background-image:-webkit-linear-gradient(bottom,#00203f,#004280);
	background-image:-moz-linear-gradient(bottom,#00203f,#004280);
	background-image:-o-linear-gradient(bottom,#00203f,#004280);
	background-image:-ms-linear-gradient(bottom,#00203f,#004280);
	background-image:linear-gradient(to top,#00203f,#004280);
}
#txt-edit .txt table tr td {padding:2px 10px;border:1px solid #ddd;border-top:none;}
#txt-edit .txt table tr:nth-child(odd) td {	background:#f7f7f7;}
#txt-edit .txt .fl {display:block;float:left;margin-right:5px;}
#txt-edit .txt .fr {display:block;float:right;margin-left:5px;}
#txt-edit .txt .fe {overflow:hidden;}
#txt-edit .txt .fe:after {content:'';display:block;clear:both;}
#txt-edit .txt table.no-border tr td {border:0;padding-bottom:10px;}
#txt-edit .txt table.no-background tr td {background:transparent;}
#txt-edit .txt table .w1 {width:10%;}
#txt-edit .txt table .w2 {width:20%;}
#txt-edit .txt table .w3 {width:30%;}
#txt-edit .txt table .w4 {width:40%;}
#txt-edit .txt table .w5 {width:50%;}
#txt-edit .txt table .w6 {width:60%;}
#txt-edit .txt table .w7 {width:70%;}
#txt-edit .txt table .w8 {width:80%;}
#txt-edit .txt table .w9 {width:90%;}
#txt-edit .txt table .wr {width:100%;}
#txt-edit .txt table .wq2 {width:50%;}
#txt-edit .txt table .wq3 {width:33.3333333333%;}
#txt-edit .txt table .wq4 {width:25%;}
#txt-edit .txt table .wq5 {width:20%;}
#txt-edit .txt table .wq6 {width:16.6666666667%;}
#txt-edit .txt table .wq7 {width:14.2857142557%;}
#txt-edit .txt table .wq8 {width:12.5%;}
#txt-edit .txt table .vt {vertical-align:top;}
#txt-edit .txt table .vm {vertical-align:middle;}
#txt-edit .txt table .vb {vertical-align:bottom;}


/*新闻切换*/
.tab-box {margin:0 0 30px 0;padding:0;text-align:center;list-style:none;}
.tab-box li {display:inline-block;margin-bottom:5px;}
.tab-box li a {display:block;padding:0 15px;font-size:14px;font-family:'微软雅黑';height:32px;
	color:#3c3c3c;line-height:32px;border:1px solid #ddd;-webkit-border-radius:4px;	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-ms-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.tab-box li a:hover,.tab-box li a.current {
	color:#fff;
	border-color:#fff;
	background-image:-webkit-linear-gradient(bottom,#00203f,#004280);
	background-image:-moz-linear-gradient(bottom,#00203f,#004280);
	background-image:-o-linear-gradient(bottom,#00203f,#004280);
	background-image:-ms-linear-gradient(bottom,#00203f,#004280);
	background-image:linear-gradient(to top,#00203f,#004280);
}


#txt-edit .txt .hl {text-align:left;}
#txt-edit .txt .hc {text-align:center;}
#txt-edit .txt .hr {text-align:right;}
#txt-edit .txt .h10 {height:100px;}
#txt-edit .txt .h15 {height:150px;}
#txt-edit .txt .h20 {height:200px;}
#txt-edit .txt .h25 {height:250px;}
#txt-edit .txt .h30 {height:300px;}
#txt-edit .txt .h35 {height:350px;}
#txt-edit .txt .h40 {height:400px;}
#txt-edit .txt .h45 {height:450px;}
#txt-edit .txt .h50 {height:500px;}
#txt-edit .txt .h55 {height:550px;}
#txt-edit .txt .h60 {height:600px;}


/*头部信*/

/**最上方顶部*/
.scrollToTop {display: block;position:fixed;z-index:1005;bottom:50px;
	right:20px;	width:40px;height:40px;	color:#fff;	text-align:center;
	cursor:pointer;background-color:#82a90d;overflow:hidden;-webkit-border-radius:4px;
	-moz-border-radius:4px;border-radius:4px;}
.scrollToTop i {font-size:26px;line-height:40px;}
.header-top {
	min-width: 1120px;
	height:36px;
	background:url(../../images/default/topnav_bg.gif) no-repeat center top #004280;
}
.header-top .topnav > div {float:right;}
.header-top .line {padding:0 20px;	width:2px;	height:25px;vertical-align:middle;background:url(../../images/default/topnav_line.gif) no-repeat center 13px;
}
.header-top .btn {padding:0;font-size:12px;color:#fff;line-height:36px;border:none;
	border-radius:none;	background:none;}

.header-top .btn:focus,.header-top .btn:active:focus,.header-top .btn.active:focus,.header-top .btn.focus,.header-top .btn:active.focus,.header-top .btn.active.focus {
	outline:0;	outline-offset:0;}
.header-top .btn:hover,.header-top .btn:focus,.header-top .btn.focus,.header-top .btn:hover .caret {
	color:#25c9ff;}
.header-top .btn:active,.header-top .btn.active {-webkit-box-shadow:none;box-shadow:none;}

/**搜索框*/
/*.header-top .search-wrap button:hover {color:#fff;background-color:#25c9ff;}*/
.header-top .search-wrap {margin-left:15px;background-color:#003566;}
.header-top .search-wrap .btn {text-align:center;line-height:18px;overflow:hidden;-webkit-border-radius:25px;
	-moz-border-radius:25px;border-radius:25px;}
.header-top .search .form-control:focus {-webkit-box-shadow:none;box-shadow:none;}
.header-top .search .form-control::-moz-placeholder {color:#b3c3d3;opacity:1;}
.header-top .search .form-control:-ms-input-placeholder {color:#b3c3d3;}
.header-top .search .form-control::-webkit-input-placeholder {color:#b3c3d3;}
.header-top .search-wrap {padding:0 10px;}
.header-top .search-wrap i {color:#b3c3d3;vertical-align:middle;}
.header-top .search-wrap .form-control {height:36px;padding:0;font-size:12px;
	color:#b3c3d3;background-color:transparent;border:none;border-radius:none;
	-webkit-box-shadow:none;box-shadow:none;}
.header-top .search-wrap button {width:22px;height:22px;color:#004280;background-color:#fff;}
.header-top .search-wrap button:hover {color:#004280;	background-color:#fff;}


.email-enter{float: right;}
.icon{display: inline-block;vertical-align: middle;}
.email-enter .icon-email{margin-right: 8px;width: 20px;height: 36px;background: url(../../images/default/icon-email.png) no-repeat center;}
.email-enter a{font-size: 12px;color: #fff;}
.lang .icon-map{width: 41px;height: 36px;background: url(../../images/default/icon-map.png) no-repeat center;}
.lang a{font-size: 12px;color: #fff;}
.lang a:hover{text-decoration: none;}
/**导航*/
.header {
	min-width: 1120px;
	background-image:-webkit-linear-gradient(bottom,#ececec,#fff);
	background-image:-moz-linear-gradient(bottom,#ececec,#fff);
	background-image:-o-linear-gradient(bottom,#ececec,#fff);
	background-image:-ms-linear-gradient(bottom,#ececec,#fff);
	background-image:linear-gradient(to top,#ececec,#fff);
}
.header .navbar-default {background-color:transparent;border-color:transparent;}
.header h1 {	margin:0;}
.logo{width: max-width:278px;width:278px;height:40px;float: left;margin-top: 26px;}
.logo a{display: block;width:100%;height:100%;background: url("../../images/default/logo.png") no-repeat center;}
.header .navbar {margin-bottom:0;}
.header .navbar-default .navbar-nav > li > a {font-family:Arial,'微软雅黑';font-size:15px;	color:#000000;		
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-ms-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.header .navbar-toggle {margin-top:10px;padding:9px 12px 9px 7px;}
.header .navbar-toggle span {position:absolute;display:block;width:20px;
	height:2px;border-radius:1px;opacity:1;left:0;
	background-color:#003566;-webkit-transform:rotate(0);-moz-transform:rotate(0);
	-o-transform:rotate(0);transform:rotate(0);-webkit-transition:.25s ease-in-out;
	-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out;
}
.header .navbar-toggle span[class="icon-bar"] {position:relative;opacity:0;}
#nav-icon span:nth-child(1) {left:10px;	top:9px;-webkit-transform-origin:left center;
	-moz-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center;
}
#nav-icon span:nth-child(2) {left:10px;	top:15px;-webkit-transform-origin:left center;
	-moz-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center;
}
#nav-icon span:nth-child(3) {left:10px;top:21px;-webkit-transform-origin:left center;
	-moz-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center;
}
#nav-icon.open span:nth-child(1) {-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);top:7px;
	left:13px;
}
#nav-icon.open span:nth-child(2) {width:0;opacity:0;}
#nav-icon.open span:nth-child(3) {-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);transform:rotate(-45deg);top:22px;left:13px;
}
.header .navbar-default .navbar-toggle {border-color:#003566;}
.header .navbar-default .navbar-toggle .icon-bar {background-color:#003566;}
.header .navbar-default .navbar-toggle:hover,.header .navbar-default .navbar-toggle:focus {
	background-color:#fff;
}

.header .navbar-collapse {padding:0;}
.header .navbar {min-height:85px !important;}
.header .navbar-nav {position:relative;	margin:0;float:right;}
.header .navbar-nav > li > a {position:relative;padding:44px 10px 20px;}
.header .nav > li > a {font-size:15px;}
.header .navbar-default .navbar-nav > li > a:hover,.header .navbar-default .navbar-nav > li > a:focus {
	color:#6f900b;
}
.header .navbar-default .navbar-nav > .active > a,.header .navbar-default .navbar-nav > .active > a:hover,.header .navbar-default .navbar-nav > .active > a:focus {
	color:#6f900b;
	background-color:transparent;
}
.header .navbar-default .navbar-nav > .open > a,.header .navbar-default .navbar-nav > .open > a:hover,.header .navbar-default .navbar-nav > .open > a:focus {
	color:#6f900b;
	background-color:transparent;
}
.header .navbar-nav > li.dropdown:hover > .dropdown-menu {display:block;}
.header .open > .dropdown-menu {display:none;}
.header .dropdown-menu {left:50%;margin:0 0 0 -80px;padding:0;text-align:center;border:none;
	border-radius:0;-webkit-box-shadow:0 0 2px rgba(0,0,0,.16);	box-shadow:0 0 2px rgba(0,0,0,.16);
}
.header .dropdown-menu > li > a {padding:5px 0;font-size:13px;color:#666;border-bottom:#eee solid 1px;}
.header .dropdown-menu > li:last-child > a {border-bottom:none;}
.header .dropdown-menu > li > a:hover,.header .dropdown-menu > li > a:focus {color:#fff;background-color:#82a90d;}
.header .navbar-nav > li.dropdown.layout-large .dropdown-menu {margin-left:0;left:10px;width:460px;text-align:left;}
.header .navbar-nav > li.dropdown.layout-large .dropdown-menu > li {padding:25px 0;}
.item-list .ti a {font-size:15px;color:#5c8019;}
.item-list .ti a[href]:hover {text-decoration:underline;}
.item-list ul {margin-top:10px;}
.item-list ul li {margin-top:6px;padding-left:12px;	line-height:18px;background:url(../../images/default/nav_aw.gif) no-repeat 0 7px;}
.item-list ul li a {font-size:12px;color:#666;}
.item-list ul li:hover {background:url(../../images/default/nav_aw-over.gif) no-repeat 0 7px;}
.item-list ul li:hover a {color:#000;}

.header .navbar ul.dropdown-menu .item-list {display:inline-block;float:none;width:calc(50% - 2px);
	vertical-align:top;margin-bottom:10px;}
.header .navbar-nav > li > a {padding:44px 22px 20px;}
.main-navigation {position:relative;z-index:3;height:85px;}
.fixed-header-on .main-navigation.fixed {
	position:fixed;z-index:1006;top:0;left:0;width:100%;height:70px;
	background-image:none;background:url(../../images/default/mainnav_bg.gif) no-repeat center top #004280;
	opacity:0;filter:alpha(opacity=0);}
.fixed-header-on .main-navigation.fixed.animated {-webkit-animation-duration:.4s;	animation-duration:.4s;}
.fixed-header-on .main-navigation.fixed .logo {margin-top:15px;}
.fixed-header-on .main-navigation.fixed .logo a {background:url(../../images/default/logo-2.png) no-repeat 0 0;}

.fixed-header-on .main-navigation.fixed .navbar-nav > li > a {padding-top:30px;}
.fixed-header-on .main-navigation.fixed .navbar-nav > li > .dropdown-menu {margin-top:-1px;}
.fixed-header-on .main-navigation.fixed .navbar-default .navbar-nav > li > a {color:#fff;}
.fixed-header-on .main-navigation.fixed .navbar-default .navbar-nav > li > a:hover,.fixed-header-on .main-navigation.fixed .navbar-default .navbar-nav > li > a:focus {
	color:#9ccf04;
}
.fixed-header-on .main-navigation.fixed .navbar-default .navbar-nav > .active > a,.fixed-header-on .main-navigation.fixed .navbar-default .navbar-nav > .active > a:hover,.fixed-header-on .main-navigation.fixed .navbar-default .navbar-nav > .active > a:focus {
	color:#9ccf04;
}
.fixed-header-on .main-navigation.fixed .navbar-default .navbar-nav > .open > a,.fixed-header-on .main-navigation.fixed .navbar-default .navbar-nav > .open > a:hover,.fixed-header-on .main-navigation.fixed .navbar-default .navbar-nav > .open > a:focus {
	color:#9ccf04;
}
#footer .info {padding:25px 0;color:#707070;background-color:#e6e7e8;min-width: 1120px}

#footer .info .col-md-2 {width:19%;float: left;}
#footer .info .col-md-10 {width:81%;float: left;}
#footer .info .name {font-size:18px;color:#000;}
#footer .info .add {margin:5px 0 12px;font-size:12px;line-height:22px;}
#footer .info .data {font-size:14px;}
#footer .info .data li {margin-top:8px;}
#footer .info .data li a {color:#707070;}
#footer .info .data li a:hover {color:#707070;}
#footer .info .data li i {display:inline-block;margin-right:6px;width:23px;height:23px;font-size:12px;
	color:#fff;text-align:center;vertical-align:middle;line-height:24px;background-color:#718e1c;
	overflow:hidden;-webkit-border-radius:23px;	-moz-border-radius:23px;
	border-radius:23px;}
	
#footer .link .col-md-4 {width:34%;float: left;}
#footer .link .col-md-2 {width:17%;}
#footer .link .col-md-2.industries {width:18%;}
#footer .link .col-md-2.support {width:14%;}
#footer .link > div:last-child {padding-right:15px;}
#footer .link .link-ti {margin-bottom:15px;	padding-bottom:10px;font-size:15px;color:#000;
	font-weight:bold;background:url(../../images/default/footer_line.gif) repeat-x bottom;
}
#footer .link ul {font-size:12px;word-break:break-all;}
#footer .link ul li {margin-top:3px;margin-bottom: 13px;}
#footer .link ul li a {	display:block;color:#707070;}
#footer .link ul li a:hover {color:#718e1c;	text-decoration:underline;}
#footer .link ul li.btn-more a {padding-left:10px;color:#707070;}
#footer .link .industries a,#footer .link .support a,#footer .link .last a {padding-bottom:5px;}
#footer .link .goods ul li a:hover,#footer .link .company ul li a:hover {color:#000;text-decoration:none;}
#footer .link .box:hover ul li.list-header {color:#6f900b;font-weight:bold;}
#footer .link .goods .box {float:left;}

/*底部版权*/
#footer .copyright {padding:12px 0 8px;font-size:12px;color:#ffffff;text-align:center;	background-color:#082b5f;min-width: 1120px}
#footer .copyright a {color:#ffffff;}
#footer .copyright a:hover {text-decoration:underline;}
#footer .copyright ul li span {color:#82a90d;}
#footer .copyright ul {	text-align:left;}
#footer .copyright ul li {display:inline-block;}
#footer .copyright ul li:last-child,#footer .copyright ul li:nth-last-child(2) {
	margin-left:17px;
	padding-left:17px;
	background:url(../../images/default/copyright_line.gif) no-repeat 0 1px;
}
#footer .copyright .designers {text-align:right;}


.qq{width: 146px;position: fixed;left: 140px;top: 0;bottom: 0;margin: auto;height: 108px;z-index: 2000;}
.qq .pic{text-align: right;}
.qq a{line-height: 44px;height:44px;font-size: 18px;color: #fff;text-align: center;background:-moz-linear-gradient(bottom,#ff7d22,#fdb264);background:-webkit-gradient(linear, 0 0,0 bottom, from(#fdb264), to(#ff7d22));background:-o-linear-gradient(bottom, #ff7d22, #fdb264);border-radius: 6px;display: block;}