﻿@charset "utf-8";
/* CSS Document 
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700|ROBOTO|Ruthie|Fjalla+One|Roboto+Mono|Raleway|Staatliches|Merriweather|PT+Sans+Narrow|);*/
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+SC:100,300,400,500,700,900);

body {
	font-family: "Noto Sans SC", Arial, Raleway,Helvetica, sans-serif;
	font-size: 14px;
}
a {
	color: #015697;
	font-family: "Noto Sans SC", Arial, Raleway,Helvetica, sans-serif;
}
a:hover {
	color: #ff0000;
	text-decoration:none;
}
img {
	max-width: 100%;
}

.fl {
	float: left;
}
.fr {
	float: right;
}
.nomp {
	margin: 0;
	padding: 0;
}
.nolr {
	margin: 0;
	margin-left:auto;
	margin-right:auto;
	padding: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}/* End hide from IE-mac */
ul li {
	list-style: none;
}
.carousel-control.left {
	background-image: none;
}
.carousel-control.right {
	background-image: none;
}
h1, h2, h3, h4, h5, h6, h7 {
	font-family: "Noto Sans SC", Arial, Raleway,Helvetica, sans-serif;
}

* {
	margin: 0 auto;
	padding: 0;
	transition-property: all;
	-ms-transition-property: all;
	-moz-transition-property: all;
	-webkit-transition-property: all;
	-o-transition-property: all;
}
a {
	text-decoration: none;
	-webkit-transition: all ease .1s;
	-moz-transition: all ease .1s;
	transition: all ease .1s;
	border: none;
	color: #333333;
}
a:focus {
	outline: 0
}
a:hover {
	color: #015697;
}
img {
	border: none;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
}
ul, li {
	list-style: none;
}
.clear {
	clear: both;
}
p {
	margin: 0 auto;
	padding: 0;
}
.padding5 {
	padding: 5px;
}
.padding10 {
	padding: 10px;
}
.padding15 {
	padding: 15px;
}
.padding20 {
	padding: 20px;
}
.padding30 {
	padding: 30px;
}
.padding40 {
	padding: 40px;
}
.fr {
	float: right;
}
.fl {
	float: left;
}
.paddingright {
	padding-right: 10px;
}
.paddingleft {
	padding-left: 10px;
}
.undis {
	display: block;
	background-size: cover;
}
.dis {
	display: none;
}
.pr5 {
	padding-right: 5px;
}
.red {
	color: #f00;
}
.fff {
	color: #fff;
}
.pdt30 {
	padding-top: 30px;
}
.txtcenter {
	text-align: center;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
	z-index: 1;
}
.clear_both {
	zoom: 1;
}
.clear_both:after {
	content: "";
	display: block;
	clear: both;
}
/*#home .home a, #about .about a, #products .products a, #yyly .yyly a, #zbfz .zbfz a, #services .services a, #news .news a {
	font-size: 16px;
	color: #015697;
	padding-bottom: 18px;
}
*/.gotop {
	width: 24px;
	height: 24px;
	padding: 10px;
	background: #015697 url(../images/float_qqicon1.png) no-repeat center;
	position: fixed;
	right: 0;
	box-sizing: content-box;
	display: none;
	bottom: 0px;
}
input, button, select, textarea {
	outline: none;
	font-family: "Noto Sans SC";
}
textarea {
	resize: none;
}
input[type="button"], input[type="submit"], input[type="reset"], input[type="text"] {
	-webkit-appearance: none;
	font-weight: normal;
}
submit {
	font-family: "Noto Sans SC";
}
#warp {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.header {
	width: 100%;
}
.header_main {
	padding: 0 6%;
	position: relative;
}
.header .logo {
	width: 33%;
}
.header .logo img {
	vertical-align: middle;
	margin-top:25px;
}
.searchshow {
	width: 269px;
	height: 32px;
	z-index: 999;
	background: #FFFFFF;
	position: absolute;
	right: 5%;
	top: 68px;
	display:none;
}
.searchshow .inputt {
	width: 188px;
	padding: 0 10px;
	height: 30px;
	border: 1px solid #ddd;
	border-right: none;
	float: left;
	font-size: 14px;
	color: #999;
}
.searchshow .submitt {
	width: 60px;
	height: 32px;
	float: left;
	border: none;
	background: #015697;
	color: #FFFFFF;
	font-size: 18px;
}

.headerRight {
	line-height: 32px;
	text-align: right;
}
.headerRight h4 {
	display: inline-block;
	float: right;
	color: #015697;
	font-size: 18px;
	font-family: arial;
	padding-right: 5px;
	margin: 0;
}
.headerRight h4 i {
	padding-right: 8px;
	font-size: 20px;
	line-height: 32px;
}
.headerRight a.Hlang {
	width: 32px;
	height: 32px;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #848484;
	color: #848484;
	display: inline-block;
	border-radius: 50%;
	margin-left: 10px;
	float: right;
}
.headerRight a.Hlang:hover {
	background: #015697;
	color: #FFFFFF;
	border-color: #015697;
}
.headerRight a.Search {
	width: 32px;
	height: 32px;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #848484;
	color: #848484;
	display: inline-block;
	border-radius: 50%;
	margin-left: 10px;
	float: right;
}
.headerRight a.Search i {
	line-height: 28px;
}
.headerRight a.Search:hover {
	background: #015697;
	color: #FFFFFF;
	border-color: #015697;
}
.inTit {
	width: 100%;
	height: auto;
	text-align: center;
}
.inTit h2 {
	font-size: 36px;
	line-height: 52px;
}
.inTit h3 {
	font-family: arial;
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: normal;
	color: #999999;
}
.inTit h4 {
	width: 22px;
	height: 3px;
	background: #015697;
	margin-top: 12px;
}
.inprobg {
	width: 100%;
	height: 830px;
	background: url(/UploadSysFiles/Images/Bg/bg-home-1.png) no-repeat center top;
}
.inprobg2 {
	width: 100%;
	background: url(/UploadSysFiles/Images/Bg/bg1.jpg) no-repeat center top fixed;
}
.inproList {
	height: auto;
	overflow: hidden;
}
.inproList dl {
	float: left;
	box-sizing: border-box;
/*	background: #FFFFFF;
*/	overflow: hidden;
	text-align: center;
/*	border-right: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
*/}
.inproList dl:nth-child(4) {
	border-right: none;
}
.inproList dl:nth-child(5) {
	border-bottom: none;
}
.inproList dl:nth-child(6) {
	border-bottom: none;
}
.inproList dl:nth-child(7) {
	border-bottom: none;
}
.inproList dl:nth-child(8) {
	border-right: none;
border-bottom
}
.inproList dl:nth-child(1) a:hover {
	background: url(/UploadSysFiles/Images/inproicon/inprobgs1.jpg) no-repeat;
}
.inproList dl:nth-child(2) a:hover {
	background: url(/UploadSysFiles/Images/inproicon/inprobgs2.jpg) no-repeat;
}
.inproList dl:nth-child(3) a:hover {
	background: url(/UploadSysFiles/Images/inproicon/inprobgs3.jpg) no-repeat;
}
.inproList dl:nth-child(4) a:hover {
	background: url(/UploadSysFiles/Images/inproicon/inprobgs4.jpg) no-repeat;
}
.inproList dl:nth-child(5) a:hover {
	background: url(/UploadSysFiles/Images/inproicon/inprobgs5.jpg) no-repeat;
}
.inproList dl:nth-child(6) a:hover {
	background: url(/UploadSysFiles/Images/inproicon/inprobgs6.jpg) no-repeat;
}
.inproList dl:nth-child(7) a:hover {
	background: url(/UploadSysFiles/Images/inproicon/inprobgs7.jpg) no-repeat;
}
.inproList dl:nth-child(8) a:hover {
	background: url(/UploadSysFiles/Images/inproicon/inprobgs8.jpg) no-repeat;
}
.inproList dl:nth-child(9) a:hover {
	background: url(/UploadSysFiles/Images/inproicon/inprobgs9.jpg) no-repeat;
}
.inproList dl:nth-child(10) a:hover {
	background: url(/UploadSysFiles/Images/inproicon/inprobgs10.jpg) no-repeat;
}
.inproList dl:nth-child(11) a:hover {
	background: url(/UploadSysFiles/Images/inproicon/inprobgs11.jpg) no-repeat;
}
.inproList dl:nth-child(12) a:hover {
	background: url(/UploadSysFiles/Images/inproicon/inprobgs12.jpg) no-repeat;
}
.inproList dl:nth-child(13) a:hover {
	background: url(/UploadSysFiles/Images/inproicon/inprobgs13.jpg) no-repeat;
}
.inproList dl:nth-child(14) a:hover {
	background: url(/UploadSysFiles/Images/inproicon/inprobgs14.jpg) no-repeat;
}




.inproList dl a {
	width: 100%;
	height: 100%;
	display: block;
	padding: 57px 0;
	box-sizing: border-box;
}
.inproList dl dt {
	width: 100%;
	height: 96px;
	overflow: hidden;
}
.inproList dl dt img {
	width: 96px;
	height: 96px;
	overflow: hidden;
}
.inproList dl dt img.inproimg1 {
	display: block;
}
.inproList dl dt img.inproimg1s {
	display: none;
}
.inproList dl dd {
	width: 100%;
	padding-top: 18px;
}
.inproList dl dd h4 {
	line-height: 32px;
	font-size: 20px;
	font-weight: normal;
}
.inproList dl dd p {
	color: #999999;
	font-family: arial;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
}
.inproList dl a:hover dt img.inproimg1 {
	display: none;
}
.inproList dl a:hover dt img.inproimg1s {
	display: block;
}
.inproList dl a:hover dd {
	color: #FFFFFF;
}
.inproList dl a:hover dd p {
	color: #ddd;
}
.inYYlyList {
	height: auto;
	overflow: hidden;
}
.inYYlyList dl {
	float: left;
	width: 330px;
	height: 260px;
	overflow: hidden;
	position: relative;
	text-align: center;
	margin-bottom:0;
}
.inYYlyList dl a {
	width: 330px;
	height: 260px;
	display: block;
}
.inYYlyList dl dt {
	width: 330px;
	height: 260px;
	overflow: hidden;
}
.inYYlyList dl dt img {
	width: 330px;
	height: 260px;
}
.inYYlyList dl dd {
	transition: all ease .5s;
	width: 100%;
	height: 43px;
	line-height: 43px;
	color: #fff;
	font-size: 15px;
	background: url(../images/inYYddbg.png) repeat;
	position: absolute;
	left: 0;
	bottom: 0;
}
.inYYlyList dl a:hover dd {
	width: 100%;
	height: 260px;
	line-height: 260px;
	background: url(../images/inYYddbgs.png) repeat;
}
.inZlbzbg {
	width: 100%;
}
.inZlbz {
	overflow: hidden;
	text-align: center;
}
.inZlbz dl {
	overflow: hidden;
	text-align: center;
	display: inline-block;
}
.inZlbz dl dt {
	width: 100%;
	height: 114px;
}
.inZlbz dl dt img {
	filter: gray;
	filter: grayscale(100%);
}
.inZlbz dl dd {
	width: 100%;
	line-height: 66px;
	font-size: 18px;
	color: #b8b8b8;
}
.inSerbg {
	width: 100%;
	background: url(/UploadSysFiles/Images/Bg/index_bg1.jpg) no-repeat center;
	background-size: cover;

	padding-top:20px; padding-bottom:80px;
}
.inTitW {
	width: 100%;
	height: auto;
	text-align: center;
	padding: 20px 0 30px 0;
}
.inTitW h2 {
	font-size: 36px;
	line-height: 52px;
	color: #000;
}
.inTitW h3 {
	font-family: arial;
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: normal;
	color: #000;
}
.inTitW h4 {
	width: 22px;
	height: 3px;
	background: #000;
	margin-top: 12px;
}
.inSerinfo {
	color: #333;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	overflow: hidden;
	margin-bottom:30px;
}
.inSerMore {
	width: 100%;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin-top: 20px;
}
.inSerMore a {
	color: #FFFFFF;
}
.inSerMore a img {
	vertical-align: bottom;
	padding-right: 15px;
}
.inNewsbg {
	width: 100%;
	background-size: cover;
}
.inNewsList {
	overflow: hidden;
}
.inNewsList dl {
	float: left;
	overflow: hidden;
}
.inNewsList dl:first-child {
	margin-left: 0;
}
.inNewsList dl a {
	display: block;
	background: #FFFFFF;
}
.inNewsList dl dt {
	overflow: hidden;
}
.inNewsList a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.inNewsList dl dd {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 20px 25px;
}
.inNewsList dl dd h4 {
	color: #015697;
	font-size: 14px;
	font-family: arial;
	line-height: 23px;
}
.inNewsList dl dd p {
	font-size: 18px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	font-weight: bold;
	margin-top: 15px;
}
.inNewsMore {
	width: 100%;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin-top: 50px;
}
.inNewsMore a {
	color: #015697;
	text-decoration: underline;
}
.inNewsMore img {
	vertical-align: bottom;
	padding-left: 15px;
}
.footerbg {
	width: 100%;
	height: auto;
	background: #015697;
	color: #fff;
}
.footerCopybg {
	width: 100%;
	background: #0066B1;
}
.footerCopy a {
	color: #FFFFFF;
}
.footerCopy a:hover {
	color: #FFFFFF;
}
.Flinks {
	padding: 20px 0;
	line-height: 32px;
	border-bottom: 1px solid #0066B1;
	overflow: hidden;
	color: #fff;
}
.Flinks a {
	color: #fff;
	padding-left: 10px;
}
.Flinks a:hover {
	color: #FFFFFF;
}
.footer {
	padding: 30px 0 50px 0;
}
.footerL {
	float: left;
	height: auto;
	overflow: hidden;
}
.footerL h2 {
	font-weight: normal;
	color: #fff;
	font-size: 14px;
	line-height: 32px;
	margin: 0;
}
.footerL h3 {
	color: #fff;
	font-size: 24px;
	line-height: 36px;
	margin: 0;
}
.footerL h4 {
	width: 21px;
	height: 1px;
	background: #fff;
	float: left;
	clear: both;
	margin: 0;
}
.footerL p {
	clear: both;
	font-size: 14px;
	color: #fff;
	line-height: 32px;
	margin: 0;
}
.footerM {
	float: left;
	width: 650px;
	height: auto;
	overflow: hidden;
}
.footerM dl {
	float: left;
	width: 160px;
	height: auto;
}
.footerM dl dt {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 46px;
}
.footerM dl dd {
	width: 100%;
	height: auto;
}
.footerM dl dd a {
	display: block;
	color: #fff;
	line-height: 24px;
}
.footerM dl dd a:hover {
	color: #FFFFFF;
}
.footerR {
/*	width: 148px;
	height: 200px;
*/	text-align: center;
}
.footerR img {
/*	width: 148px;
	height: 148px;
*/}
.footerR p {
	width: 100%;
	height: 52px;
	line-height: 52px;
	color: #fff;
	font-size: 14px;
}
.banner2 {
	width: 100%;
	height: 400px;
}
.menubg {
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 5px 8px #CCCCCC;
/*	z-index: 999;
*/	position: relative;
}
.menu {
	text-align: center;
	overflow: hidden;
}
.menu a {
	display: inline-block;
	font-size: 16px;
	padding: 0 15px;
}
#lm_hover {
	color: #015697;
}
#lm_hover {
	color: #015697;
}

.abbg1 {
	width: 100%;
	height: auto;
	padding: 45px 0;
	background: #f5f5f5;
}
.AbTit {
	width: 100%;
	text-align: center;
}
.AbTit h3 {
	font-size: 30px;
	font-weight: normal;
	line-height: 42px;
}
.AbTit h4 {
	width: 80px;
	height: 3px;
	background: #015697;
	margin-top: 15px;
}
.Abinfo1 {
	height: auto;
	overflow: hidden;
	padding-top: 25px;
	line-height: 24px;
}
.abbg2 {
	width: 100%;
	height: auto;
	padding: 45px 0;
	background: #FFFFFF;
}
.abbox2 {
	height: auto;
	overflow: hidden;
	margin-top: 50px;
}
.abbox2 dl {
	float: left;
	text-align: center;
	height: auto;
	overflow: hidden;
}
.abbox2 dl dt {
	width: 100%;
	overflow: hidden;
}
.abbox2 dl dt img {
	width: 146px;
	height: 146px;
}
.abbox2 dl dd {
	width: 100%;
	height: auto;
	padding-top: 5px;
}
.abbox2 dl dd h4 {
	font-size: 18px;
	line-height: 34px;
	font-weight: normal;
}
.abbox2 dl dd p {
	font-size: 14px;
	line-height: 24px;
	padding: 0 45px;
}
.job-warp {
	text-align: left;
}
.job-warp ul li {
	height: auto;
	width: 100%;
	border-bottom: 1px solid #e9ebed
}
.job-warp li .title {
	height: 52px;
	text-align: left;
	margin-top: 0;
	color: #666666;
	line-height: 52px;
	padding: 0 40px;
	box-sizing: border-box;
	color: #4b4b4b;
	background-color: #ffffff;
	font-size: 14px;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.job-warp li.on .title {
	background-color: #015697;
	color: #fff;
}
.job-warp li .title span {
	float: right;
	padding-right: 30px;
	background: url(../images/job-icon1.png) right center no-repeat;
}
.job-warp li.on .title span {
	background: url(../images/job-icon2.png) right center no-repeat
}
.job-warp li .warp {
	padding: 20px 40px;
	background-color: #fff;
	display: none;
	box-sizing: border-box;
}
.job-warp .warp .tbl {
	width: 100%;
	margin-bottom: 25px;
	padding: 10px 0 20px 0;
	border-bottom: 1px solid #e9ebed
}
.job-warp .warp .tbl p {
	width: 25%;
	float: left;
	font-size: 14px;
	color: #222;
	line-height: 26px;
}
.job-warp .warp .tbl p span {
	color: #565656;
	padding-left: 15px;
}
.job-warp .warp .cont h2 {
	font-size: 14px;
	color: #222;
	line-height: 30px;
	margin-bottom: 15px;
	text-align: left;
}
.job-warp .warp .cont .cent, .job-warp .warp .cont .cent p {
	font-size: 14px;
	line-height: 28px;
	color: #666
}
.job-warp .warp .btns {
	font-size: 14px;
	line-height: 20px;
	color: #6E000F;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.job-warp .warp .btns:hover {
	color: #222;
}
.f-cb {
	zoom: 1;
}
.f-cb:after {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	content: ".";
}
.conBox1 {
	background: #FFFFFF;
}
.conBox1 dl {
	float: left;
	overflow: hidden;
}
.conBox1 dl dt {
	width: 100%;
	line-height: 31px;
	font-size: 18px;
	color: #015697;
}
.conBox1 dl dt img {
	vertical-align: middle;
	padding-right: 10px;
}
.conBox1 dl dd {
	width: 100%;
	height: auto;
	border-right: 1px solid #dedede;
	margin-top: 17px;
	box-sizing: border-box;
}
.conBox1 dl:nth-child(2n) dd {
	border: none;
}
.conBox1 dl dd h4 {
	font-size: 14px;
	color: #333333;
	font-weight: normal;
	line-height: 28px;
}
.conBox1 dl dd p {
	color: #666666;
	line-height: 24px;
}
.conMapbg {
	background: #FFFFFF;
	margin-top: 15px;
	overflow: hidden;
}
.conMap {
}
.newsList {
	height: auto;
	overflow: hidden;
}
.newsList dl {
	float: left;
	overflow: hidden;
	margin: 15px;
}
.newsList dl a {
	display: block;
	background: #FFFFFF;
}
.newsList dl a:hover {
	background: #015697;
}
.newsList dl dt {
	overflow: hidden;
}
.newsList dl dt img {
}
.newsList dl a:hover dt img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.newsList dl dd {
	width: 100%;
	height: auto;
	padding: 20px 25px;
	overflow: hidden;
	box-sizing: border-box;
}
.newsList dl dd h4 {
	color: #015697;
	font-size: 15px;
	height: 28px;
	line-height: 28px;
}
.newsList dl dd p {
	font-size: 18px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	margin-top: 10px;
}
.newsList dl a:hover dd {
	color: #FFFFFF;
}
.newsList dl a:hover dd h4 {
	color: #FFFFFF;
}
.NewsSTit {
	height: auto;
	color: #333333;
	font-size: 30px;
	line-height: 48px;
	overflow: hidden;
	text-align: center;
}
.NewsSAdmin {
	width: 100%;
	height: 42px;
	line-height: 42px;
	color: #999999;
	text-align: center;
}
.NewsSBox {
	height: auto;
	overflow: hidden;
	padding: 25px 0;
	line-height: 24px;
	border-bottom: 1px solid #CCCCCC;
}
.NewsSBox img {
	max-width: 100%;
	height: auto;
}
.NewsPrev {
	height: auto;
	padding: 30px 0;
	overflow: hidden;
	position: relative;
}
.NewsPrev li {
	font-size: 16px;
	line-height: 34px;
	height: 34px;
	overflow: hidden;
}
.NewsPrev .Nback {
	width: 137px;
	height: 43px;
	line-height: 43px;
	background: #015697;
	text-align: center;
	color: #FFFFFF;
	position: absolute;
	right: 0;
	top: 35px;
}
.NewsPrev .Nback a {
	color: #FFFFFF;
}
.menubg2 {
	width: 100%;
	background: #FFFFFF;
	padding: 25px 0;
	box-shadow: 0px 5px 8px #CCCCCC;
	z-index: 999;
	position: relative;
	box-sizing: content-box;
}
.menu2 {
	text-align: center;
	overflow: hidden;
}
.menu2 a {
	display: inline-block;
	padding: 0 30px;
}
.menu2 a img {
	filter: gray;
	filter: grayscale(100%);
}
.menu2 a p {
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	color: #999999;
}
.menu2 a:hover img {
	filter: grayscale(0%);
}
.menu2 a:hover p {
	color: #ed8228;
	text-decoration: none;
}
.menu2 a:hover {
	text-decoration: none;
}
#lm_hover1 p {
	color: #ed8228;
}
#lm_hover1 img {
	filter: grayscale(0%);
}
.DownBox {
	height: auto;
	overflow: hidden;
}
.DownBoxTop {
	padding: 0 20px;
	font-size: 18px;
	color: #FFFFFF;
	overflow: hidden;
	background: #015697;
}
.DownBoxTopDiv1 {
	float: left;
	overflow: hidden;
}
.DownBoxTopDiv2 {
	float: left;
	overflow: hidden;
}
.DownBoxTopDiv3 {
	float: left;
	overflow: hidden;
}
.DownBoxList {
	padding: 0 20px 30px 20px;
	height: auto;
	overflow: hidden;
	background: #FFFFFF;
}
.DownBoxList li {
	border-bottom: 1px solid #ddd;
}
.DownBoxList li:hover { background:#DCECFC; }
.DownBoxList li .DownBdiv1 {
	float: left;
	overflow: hidden;
}
.DownBoxList li .DownBdiv2 {
	float: left;
	overflow: hidden;
}
.DownBoxList li .DownBdiv3 {
	float: left;
	overflow: hidden;
}


.DownBoxList li .DownBdiv3 a {
	color: #ed8228;
}

.DownBoxList li .DownBdiv3 a i {
	padding-right: 10px;
}
.ServicesList {
	height: auto;
	overflow: hidden;
}
.ServicesList dl {
	float: left;
	margin: 15px;
	padding: 45px;
	box-sizing: border-box;
	background: url(../images/Serbg.jpg) no-repeat;
	box-shadow: 0 0 10px #CCCCCC;
}
.ServicesList dl dt {
	width: 100%;
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	font-size: 18px;
}
.ServicesList dl dd {
	width: 100%;
	height: auto;
	line-height: 24px;
	color: #666666;
}
#table {
	margin-bottom: 0;
}
.goodsBox {
	width: 1320px;
	height: auto;
	background: #FFFFFF;
}
.tableTr1 {
	background: #015697;
	color: #FFFFFF;
	height: 70px;
	line-height: 70px;
	text-align: center;
}
.tableTr1 .dropdown-filter-icon {
	border: 1px solid #FFFFFF;
	padding: 3px 5px;
}
.tableTr1 th {
	text-align: center;
	line-height: 70px;
	padding-top: 0;
}
.tableTr1 th .arrow-down {
	border: solid #FFFFFF;
	display: none;
}
.tableTr1 th.filter {
	line-height: 70px;
}
.tableTr1 th.filter:last-child .dropdown-filter-dropdown {
	display: none;
}
.tableTr1 th .dropdown-filter-content div.dropdown-filter-sort {
	color: #666666;
	text-align: left;
	line-height: 30px;
}
.tableTr1 th .dropdown-filter-item {
	color: #666666;
	text-align: left;
	line-height: 30px;
}
#table tbody tr {
	height: 28px;
	text-align: center;
	line-height: 28px;
}
#table tbody td {
	height: 28px;
	text-align: center;
	line-height: 28px;
}
#table tbody td a {
	color: #666;
}
#table tbody td a i {
	line-height: 28px;
	font-size: 24px;
}
.abbg1 .app_form {
	background: #fff;
	padding: 40px 3% 40px;
	box-sizing: border-box;
	margin-top: -30px;
}
.abbg1 .app_form .in_row {
	width: 23.5%;
	border: 1px solid #dedede;
	margin-right: 25px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.abbg1 .app_form .mr {
	margin-right: 0;
}
.abbg1 .app_form .in_row .se {
	width: 100%;
	height: 52px;
	line-height: 52px;
	font-size: 14px;
	color: #666;
	border: none;
	background: none;
	box-sizing: border-box;
}
.abbg1 .app_form .in_row .i {
	width: 100%;
	border: none;
	box-sizing: border-box;
	background: none;
	height: 52px;
	font-size: 14px;
	line-height: 52px;
	color: #666;
	padding-left: 10px;
}
.abbg1 .app_form .in_message {
	width: 100%;
}
.abbg1 .app_form .in_message .mess {
	padding: 14px 20px;
	width: 100%;
	border: 1px solid #dedede;
	min-height: 172px;
	font-size: 14px;
	color: #666;
	box-sizing: border-box;
}
.abbg1 .app_form .apply_sub {
	margin: 40px auto 0;
	height: 60px;
	width: 180px;
	background: #015697;
}
.abbg1 .app_form .apply_sub .a_mit {
	width: 100%;
	height: 100%;
	border: none;
	background: none;
	font-size: 18px;
	color: #f4f4f4;
	cursor: pointer;
}
.GoodsMenu2 {
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}
.GoodsMenu2 a {
	display: inline-block;
	width: auto;
	background: #fff;
	border: 1px solid #dedede;
	padding: 0 25px;
	font-size: 14px;
	margin: 0 5px;
	color: #666;
}
.GoodsMenu2 a:hover {
	color: #fff;
	background: #015697;
	border-color: #015697;
	text-decoration: none;
}
#lm_hover3 {
	color: #fff;
	background: #ed8228;
	border-color: #ed8228;
	text-decoration: none;
}


.compar_ul{ height: auto; overflow: hidden; margin-top: 30px;}
.compar_ul li{ float: left; width: 281px; height: 300px;  margin-right: 20px;position: relative; border:1px solid #d4d4d4; margin-bottom:30px; }
.compar_ul li div{position: absolute;  width: 140px; height: 140px; overflow: hidden;
left:25%;
top:37px;
transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
backface-visibility: hidden;
}
.compar_ul li:nth-child(4n) {margin-right: 0px;}
.compar_ul li .div1{z-index: 1;}
.compar_ul li .div2{
-webkit-transform: rotateY(-180deg);
-moz-transform: rotateY(-180deg);
-ms-transform: rotateY(-180deg);
-o-transform: rotateY(-180deg);
transform: rotateY(-180deg);
}

.compar_ul li h2{ font-size: 24px; color:#333333; text-align: center; margin-top: 195px; font-weight: normal;}
.compar_ul li p{text-align: center;color: #666666;font-size: 16px;padding: 13px 20px;line-height: 20px;height: 65px;overflow: hidden;}
.compar_ul li span{ display: block; width: 96px; height: 32px; background: #1c2d37; margin:0 auto; color:#fff; text-align: center; font-size: 13px; line-height: 32px;}
.compar_ul li:hover{ border:1px solid #1c2d37;}
.compar_ul li:hover .div1{
-webkit-transform: rotateY(-180deg);
-moz-transform: rotateY(-180deg);
-ms-transform: rotateY(-180deg);
-o-transform: rotateY(-180deg);
transform: rotateY(-180deg);
}

.compar_ul li:hover .div2{
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
transform: rotateY(0deg);
}

.bgarea { background:#e5eef7; padding-bottom:100px; }
.bgnews { background:url(/UploadSysFiles/Images/Bg/index_bg3.jpg) center center no-repeat; }
.bghonor { margin-top:50px; padding-bottom:100px; }

#table tbody tr:hover { background:#e2edf6; }

.cprfile { font-size:16px; }
.cprfile p { margin-bottom:15px; }
.c-factory { margin-top:50px; margin-bottom:50px; }

.prolist {
	margin-bottom: 0;
}
.prolist th {
	background: #b2def4;
	text-align: center;
	color: #000;
}
.prolist thead tr th {
	padding: 4px;
}
.filter {
	color: #000;
}
.filter label {
	color: #000;
	font-weight: 100;
	font-size: 12px;
}
.filtergray {
	background: #eee;
}
.filterorang {
	background: #92c6eb;
}
.protitlecon p:nth-child(1) {
}
.protitlecon p:nth-child(2) {
	margin-bottom: 30px;
	margin-top: 10px;
}
.prolist > thead > tr > th {
	vertical-align: middle;
	border: 1px #fff solid
}
.prolist > thead > tr:nth-child(1) > th:last-child {
	border-right: 1px #ddd solid
}
.prolist > thead > tr:nth-child(1) > th:nth-child(1) {
	border-left: 1px #ddd solid
}


.prolist > thead > tr > td {
	padding: 3px;
}
.prolist tr {
	background: #fff;
	text-align: center;
	color: #000;
}
.prospa {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
}
.prospb {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
}
.prvnext {
	border-bottom: 1px #ccc dotted;
	margin-bottom: 1em;
	padding-bottom: 1em;
	margin-top: 2em;
}

.mpbt001 {
	margin-top: 3em;
	margin-bottom: 3em;
}
.mptb02 {
	margin-top: 1.5em;
	margin-bottom: 2em;
}
.imgcon img {
	border: 1px #ccc solid;
	border-radius:5px;
	float:right;
}
.filter { color:#fff; }



/* Common style */
.row figure {
	position: relative;
	float: left;
	overflow: hidden;
/*	margin: 10px 1%;
	min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	width: 48%;
	background: #3085a3;*/
	text-align: center;
	cursor: pointer;
	margin-bottom:5px;
}

.row figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.row figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.row figure figcaption::before,
.row figure figcaption::after {
	pointer-events: none;
}

.row figure figcaption,
.row figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.row figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.row figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.row figure h2 span {
	font-weight: 800;
}

.row figure h2,
.row figure p {
	margin: 0;
}

.row figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}


/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effect-lily img {
	max-width: none;
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(-40px,0,0);
}

figure.effect-lily figcaption {
	text-align: left;
}

figure.effect-lily figcaption > div {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	height: 50%;
}

figure.effect-lily h2,
figure.effect-lily p {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-lily h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-lily p {
	color: rgba(255,255,255,0.8);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
	opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}
.prolist > thead > tr > th {
    vertical-align: middle;
    border: 1px #fff solid; }
#table > tbody > tr > td {padding:0;}
#table > tbody > tr > th {padding:0;}
.listpager { margin-bottom:50px; }

.QualityList .col-sm-4 { margin-bottom:50px; }
.qclist { margin-top:30px; margin-bottom:50px; }

.bgbor {
-webkit-box-shadow: 0px -2px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px -2px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px -2px 5px 0px rgba(50, 50, 50, 0.75); margin-bottom:50px;
	}

.mb30 { margin-bottom:35px; }
.app_form form { margin-top:30px; }



.ch-grid {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 230px;
	height: 230px;
	display: inline-block;
	margin: 35px;
}




.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	cursor: default;
}

.ch-info-wrap{
	position: absolute;
	border-radius: 50%;

	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	-o-perspective: 800px;
	-ms-perspective: 800px;
	perspective: 800px;

	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;

/*	top: 20px;
	left: 20px;
*/	background: #f9f9f9 url(../images/bg.jpg);
	box-shadow: 
		0 0 0 20px rgba(255,255,255,0.2), 
		inset 0 0 3px rgba(115,114, 23, 0.8);

}

.ch-info{
	position: absolute;
	border-radius: 50%;

	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
		
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;

}

.ch-info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-position: center center;

	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.ch-info .ch-info-back {
	-webkit-transform: rotate3d(0,1,0,180deg);
	-moz-transform: rotate3d(0,1,0,180deg);
	-o-transform: rotate3d(0,1,0,180deg);
	-ms-transform: rotate3d(0,1,0,180deg);
	transform: rotate3d(0,1,0,180deg);
	
	background: #000;
}

.ch-img-1 { 
	background-image: url(/UploadSysFiles/Images/App/app-1.png);
}

.ch-img-2 { 
	background-image: url(/UploadSysFiles/Images/App/app-2.png);
}

.ch-img-3 { 
	background-image: url(/UploadSysFiles/Images/App/app-3.png);
}

.ch-img-4 { 
	background-image: url(/UploadSysFiles/Images/App/app-4.png);
}

.ch-img-5 { 
	background-image: url(/UploadSysFiles/Images/App/app-5.png);
}

.ch-img-6 { 
	background-image: url(/UploadSysFiles/Images/App/app-6.png);
}

.ch-img-7 { 
	background-image: url(/UploadSysFiles/Images/App/app-7.png);
}

.ch-img-8 { 
	background-image: url(/UploadSysFiles/Images/App/app-8.png);
}

.ch-img-9 { 
	background-image: url(/UploadSysFiles/Images/App/app-9.png);
}




.ch-info h3 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 36px;
	margin: 0 15px;
	padding: 90px 0 0 0;
	height: 115px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}

.ch-info p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.5);
}

.ch-info p a {
	display: block;
	color: #fff;
	color: rgba(255,255,255,0.7);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif;
}

.ch-info p a:hover {
	color: #fff222;
	color: rgba(255,242,34, 0.8);
}

.ch-item:hover .ch-info-wrap {
	box-shadow: 
		0 0 0 0 rgba(255,255,255,0.8), 
		inset 0 0 3px rgba(115,114, 23, 0.8);
}

.ch-item:hover .ch-info {
	-webkit-transform: rotate3d(0,1,0,-180deg);
	-moz-transform: rotate3d(0,1,0,-180deg);
	-o-transform: rotate3d(0,1,0,-180deg);
	-ms-transform: rotate3d(0,1,0,-180deg);
	transform: rotate3d(0,1,0,-180deg);
}

.Flinks img { width:100px; }

.pcontact h2 { font-size:20px; font-weight:bold; }
.pcontact h3 { font-size:16px; font-weight:bold; }
.mt01 { margin-top:30px; }


 @media ( min-width: 780px) 
{
	
#affixtop {
width:1320px;
}

#listdivfix .affix { top: 00px; margin-left: 5px; }

#affixtop {  top: 0px; z-index:999; }	
	
.headerRight {
	float: right;
	width: 17%;
	height: 32px;
	line-height: 32px;
	margin-top: 34px;
}


nav {
	margin-top: 20px;
	width: 50%;
	text-align: center;
}
nav li {
	margin-right: 4.5%;
	padding-bottom: 20px;
	float: none;
	display: inline-block;
}
nav li.on { font-weight:bold; color:#06C; }
nav li a:hover {
	text-decoration: none;
}
nav li .senior {
	height: 58px;
	line-height: 58px;
	font-size: 16px;
}
nav li .senior a {
	color: #666;
}
nav li:hover .sub {
	display: block;
}
nav li .sub {
	width: 240px;
	background-color: #015697;
	border-top: 1px solid #015697;
	border-bottom: 4px solid #015697;
	margin-left: -120px;
	top: 100%;
	left: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}
nav li .sub .i {
	font-size: 14px;
	border-bottom: 1px solid #0066B1;
	background:#015697;
}
nav li .sub .i:hover { background:#0176C6; border-bottom: 1px solid #0066B1; }
nav li .sub .i:last-child {
	border-bottom: 0;
}
nav li .sub .i a {
	font-size: inherit;
	color: inherit;
	padding: 10px 20px;
	display: block; color:#fff;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}
nav li .sub .i a:hover {
	color:#fff; 
	text-indent: 10px;
	text-decoration: none;
}
nav li:hover .senior {
	border-bottom: 2px solid #015697;
	font-size: 16px;
}
nav li:hover .senior a {
	color: #015697;
}
nav li .second {
	width: 100%;
	left: 0;
	position: absolute;
	z-index: 6;
	padding: 20px 4% 34px;
	border-top: 1px solid #015697;
	border-bottom: 4px solid #015697;
	background: #f8f8f8;
	top: 100px;
	display: none;
}
nav li .second dl {
	width: 24%;
	margin-right: 1%;
}
nav li .second dd {
	margin-bottom: 20px;
}
nav li .second dd .title {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	font-size: 18px;
}
nav li .second dd .title a {
	color: #288c3a;
}
nav li .second dd .d_li {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}
nav li .second dd .d_li a {
	color: #666;
}
nav li .second dd .d_li:hover a {
	color: #015697;
}
nav li:hover .second {
	display: block;
}
	
#mbmenu { display:none;}	
#pcmenu { display:block;  }	
	
.header {
	width: 100%;
	height: 100px;
	position: relative;
	z-index: 5;
}

.inTit {
	padding: 30px 0 40px 0;
}

.inprobg2 {
/*	height: 830px;
*/}

.inproList {
	width: 1320px;
	height: auto;
	overflow: hidden;
}

.inproList dl {
	float: left;
	width: 330px;
	height: 275px;
}

.inYYlyList {
	width: 1320px;
}
.bgadvantage { padding-bottom:100px; }
	
.inNewsbg {
	height: 730px;
}
	
	
.inNewsList {
	width: 1320px;
	height: 385px;
}
.inNewsList dl {
	float: left;
	width: 410px;
	height: 385px;
	margin-left: 45px;
}
.inNewsList dl a {
	width: 410px;
	height: 385px;
}
.inNewsList dl dt {
	width: 410px;
	height: 223px;
}	
	
.inZlbz {
	width: 1320px;
	height: 180px;
}
.inZlbz dl {
	width: 216px;
	height: 180px;
}
	
.inZlbz dl dd {
	height: 66px;
}
.inZlbzbg {
	width: 100%;
	margin-bottom:80px;
}
	
.Flinks {
	width: 1320px;
}
	
.footer {
	width: 1320px;
	padding: 30px 0 50px 0;
}
.footerL {
	float: left;
	width: 436px;
	height: auto;
	overflow: hidden;
}
	
.footerCopybg {
	height: 70px;
}
.footerCopy {
	width: 1320px;
	height: 70px;
}
.footerR {
	float:right;
	width: 220px;
	text-align: center;
}
.footerR img {
	padding:2px;
/*	width: 148px;
	height: 148px;
*/}
.footerCopy {
	line-height: 70px;
}
	
.menubg2 {
	width: 100%;
	height: 85px;
	background: #FFFFFF;
	padding: 25px 0;
	box-shadow: 0px 5px 8px #CCCCCC;
	z-index: 999;
	position: relative;
	box-sizing: content-box;
}
.menu2 {
	/* height: 85px;
	line-height: 85px; */
	text-align: center;
	overflow: hidden;
}
.menu2 a {
	display: inline-block;
	padding: 0 30px;
}
.menu2 a img {
	/* width: 71px; */
	height: 43px;
	filter: gray;
	filter: grayscale(100%);
}
.menu2 a p {
	width: 100%;
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	font-size: 16px;
	color: #999999;
}
.menu2 a:hover img {
	filter: grayscale(0%);
}
.menu2 a:hover p {
	color: #ed8228;
	text-decoration: none;
}
.menu2 a:hover {
	text-decoration: none;
}	
	
.GoodsMenu2 {
	height: 58px;
}
.GoodsMenu2 a {
	height: 56px;
	line-height: 56px;
}
.menubg {
	height: 79px;
}
.menu {
	width: 1200px;
	height: 79px;
	line-height: 79px;
}
	
.conMapbg {
	width: 1200px;
	height: 410px;
	padding: 50px 60px;
	background: #FFFFFF;
	margin-top: 15px;
	overflow: hidden;
}
.conMap {
	width: 1200px;
	height: 410px;
}
.newsList {
	width: 1320px;
	height: auto;
	overflow: hidden;
}
.newsList dl {
	float: left;
	width: 410px;
	height: 385px;
	overflow: hidden;
	margin: 15px;
}
.newsList dl a {
	display: block;
	width: 410px;
	height: 385px;
	background: #FFFFFF;
}
.newsList dl a:hover {
	background: #015697;
}
.newsList dl dt {
	width: 410px;
	height: 223px;
	overflow: hidden;
}
.newsList dl dt img {
	width: 410px;
	height: 223px;
}	
.NewsSTit {
	width: 1320px;
}
.NewsSAdmin {
	height: 42px;
}
.NewsSBox {
	width: 1320px;
}
.NewsSBox img {
	max-width: 100%;
	height: auto;
}
.NewsPrev {
	width: 1320px;
}	
.ServicesList {
	width: 1340px;
}
.ServicesList dl {
	width: 414px;
	height: 197px;
}


.DownBox {
	height: auto;
	overflow: hidden;
}
.DownBoxTop {
	width: 1280px;
	height: 52px;
	line-height: 52px;
}
.DownBoxTopDiv1 {
	width: 602px;
	height: 52px;
}
.DownBoxTopDiv2 {
	width: 422px;
	height: 52px;
}
.DownBoxTopDiv3 {
	width: 250px;
	height: 52px;
}
.DownBoxList {
	width: 1280px;
	padding: 0 20px 30px 20px;
}
.DownBoxList li {
	width: 1280px;
	height: 74px;
	line-height: 74px;
}
.DownBoxList li:hover { background:#DCECFC; }
.DownBoxList li .DownBdiv1 {
	width: 602px;
	height: 74px;
}
.DownBoxList li .DownBdiv2 {
	width: 422px;
	height: 74px;
}
.DownBoxList li .DownBdiv3 {
	width: 250px;
	height: 74px;
}

.conBox1 {
	width: 1320px;
	padding: 34px 0 59px 0;
	margin-top: 60px;
}

.conBox1 dl dt {
	width: 100%;
	height: 31px;
	line-height: 31px;
	font-size: 18px;
	color: #015697;
	text-indent:25px;
}
.conBox1 dl dt img {
	vertical-align: middle;
	padding-right: 10px;
}
.conBox1 dl dd {
	padding: 0 50px;
	height:200px;
}	
.conBox1 dl:nth-child(1) dd {
	padding: 0 50px;
	height:50px;
}	
.conBox1 dl:nth-child(2) dd {
	padding: 0 50px;
	height:50px;
}	
.job-warp {
/*	width: 1320px;
*/	text-align: left;
	margin-top: 60px;
}

.job-warp li .warp {
/*	width: 1320px;
*/}

.Abinfo1 {
	width: 1320px;
	padding-top: 25px;
	line-height: 24px;
	padding-left:5px;
	padding-right:5px;
}
.abbg2 {
	padding: 45px 0;
}
.abbox2 {
	width: 1320px;
	margin-top: 50px;
}
.abbox2 dl {
	width: 330px;
}
.abbox2 dl dt {
	height: 146px;
}
.abbox2 dl dt img {
	width: 146px;
	height: 146px;
}
.cprfile { padding-top:30px; padding-bottom:30px; }

.headerRight a.Search {
	margin-left: 5px;
}

.h-search { text-align:center; margin-top:30px }

.menu2 a {
	padding: 0 10px; font-weight:bold; font-size:16px;
}
.menu2 a:hover { text-decoration:underline; }

.ch-info-wrap{
	position: absolute;
	width: 230px;
	height: 230px;
	border-radius: 50%;
}

.ch-info{
	width: 230px;
	height: 230px;
}


	
}

 @media ( min-width: 1200px) 
{
	.container { width:1200px; }
	
	
}




 @media ( min-width: 1400px) 
{
	.headerRight h4 {
		font-size: 16px;
		
		}

	nav li  {
		margin-right: 2.5%;
		
		
		}
		
	.homeappbtlist { width:1500px; }
	.homeappbtlist2 { width:1600px; }
	
}

 @media ( min-width: 1900px) 
{

	nav li { margin-right: 4.5%; }

}


 @media ( max-width: 780px) 
{
	
.headerRight {
	float: right;
	width: 100%;
	line-height: 32px;
	margin-top: 5px;
}
.header .logo {
	width: 100%;
}
	
#mbmenu { display: inline-block; position: inherit; width:100%; margin-top:12px; margin-bottom:8px;  }	
#pcmenu { display:none; }	
	
#mbmenu .navbar-header a { line-height:50px; font-weight:bold; margin-left:8px; margin-right:8px; font-size:16px; }
	
.inTit {
	padding: 20px 0 20px 0;
}
	
.inproList dl {
	float: left;
	width: 165px;
}
	
.compar_ul li{ float: left; width: 140px; height: 150px;  margin-right: 20px;position: relative; border:1px solid #d4d4d4; margin-bottom:30px; margin-left:20px; }
.compar_ul li div{position: absolute;  width: 70px; height: 70px; overflow: hidden; left:25%; top:15px;
}

.compar_ul li h2{ font-size: 16px; color:#333333; text-align: center; margin-top: 90px; font-weight: normal;}
.compar_ul li p{text-align: center;color: #666666;font-size: 10px;padding: 5px 5px;line-height: 20px;overflow: hidden;}

.compar_ul li:nth-child(2n) { margin-right:0; margin-left:0px; }

.inYYlyList dl {
	float: left;
	width: 155px;
	height: 130px;
}
.inSerinfo { font-size:16px; }

.inYYlyList dl dd {
	height: 33px;
	line-height: 33px;
	font-size: 14px;
}
.inYYlyList dl a:hover dd {
	width: 100%;
	height: 130px;
	line-height: 130px;
}

.inNewsList dl dd { padding:5px; }

.bgnews { background:#E0EAF6; padding-bottom:30px; }
.inZlbz dl { width:40%; display:inline-table;  }
.Flinks { padding-left:20px; padding-right:20px; }
.footer { padding-left:20px; padding-right:20px; }
.footerM { display:none; }
.footerCopy {
	line-height: 30px;
}
.inproList dl a { padding-top:15px; padding-bottom:15px; }

.menu2 a p { font-size:12px; }	
.menu2 a { padding:0 3px; margin-bottom:10px; }	
.menubg2 { padding:10px 0; }	
.abbg1 { padding:10px 0; }
	
.GoodsMenu2 a { padding:0 10px; margin-bottom:10px; }	
.GoodsMenu2 { margin-bottom:10px; }	

.affix { top:0; }	
.prospa { margin-top:20px; }	
	
.menu {
	padding-top:10px; padding-bottom:10px;
}
	
.NewsSTit { font-size:18px; line-height:28px; }	
.NewsSBox { padding:25px; }	
	
.NewsPrev .Nback { position:relative; margin-bottom:30px; }
.menu a { margin-bottom:10px; }

.abbg1 .app_form .in_row { width:100%; }



.DownBoxTopDiv1 {
	width: 43%;
	height: 30px; font-size:18px;
}
.DownBoxTopDiv2 {
	width: 33%;
	height: 30px; font-size:18px;
}
.DownBoxTopDiv3 {
	width: 23%;
	height: 30px; font-size:18px;
}

.DownBoxList li .DownBdiv1 {
	width: 43%;
	height: 50px;
}
.DownBoxList li .DownBdiv2 {
	width: 33%;
	height: 50px;
}
.DownBoxList li .DownBdiv3 {
	width: 23%;
	height: 50px;
}
.AbTit h3 { font-size:20px; }
.cprfile { padding-left:5px; padding-right:5px;  }

.menu a { padding-left:5px; padding-right:5px; }




.ch-grid {
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}


.ch-grid li {
	width: 135px;
	height: 135px;
	display: inline-block;
	margin: 10px;
}

.ch-info-wrap{
	width: 135px;
	height: 135px;
}

.ch-info{
	width: 135px;
	height: 135px;
}
.ch-info h3 { padding-top:50px; font-size:18px; }


.ch-img-1 { 
	background-image: url(/UploadSysFiles/Images/App/mb/app-1.png);
}

.ch-img-2 { 
	background-image: url(/UploadSysFiles/Images/App/mb/app-2.png);
}

.ch-img-3 { 
	background-image: url(/UploadSysFiles/Images/App/mb/app-3.png);
}

.ch-img-4 { 
	background-image: url(/UploadSysFiles/Images/App/mb/app-4.png);
}

.ch-img-5 { 
	background-image: url(/UploadSysFiles/Images/App/mb/app-5.png);
}

.ch-img-6 { 
	background-image: url(/UploadSysFiles/Images/App/mb/app-6.png);
}

.ch-img-7 { 
	background-image: url(/UploadSysFiles/Images/App/mb/app-7.png);
}

.ch-img-8 { 
	background-image: url(/UploadSysFiles/Images/App/mb/app-8.png);
}

.ch-img-9 { 
	background-image: url(/UploadSysFiles/Images/App/mb/app-9.png);
}













	
	
}


/*在线客服*/
.float0831 { POSITION: fixed; TOP: 251px; left: 1px; _position: absolute }
.float0831 A { COLOR: #00a0e9 }
.float0831 A:hover { COLOR: #ff8100; TEXT-DECORATION: none }
.float0831 .floatL { POSITION: relative; WIDTH: 28px; FLOAT: right; }
.float0831 .floatL A { TEXT-INDENT: -9999px; DISPLAY: block; FONT-SIZE: 0px }
.float0831 .floatR { BACKGROUND: url(../images/float_bg.gif) }
.float0831 .tp { BACKGROUND: url(../images/float_bg.gif) }
.float0831 .cn { BACKGROUND: url(../images/float_bg.gif) }
.float0831 .floatR { PADDING-BOTTOM: 15px; WIDTH: 130px; BACKGROUND-REPEAT: no-repeat; BACKGROUND-POSITION: -131px bottom; FLOAT: left; OVERFLOW: hidden }
.float0831 .tp { BACKGROUND-REPEAT: no-repeat; BACKGROUND-POSITION: 0% 0%; HEIGHT: 10px }
.float0831 .cn { BACKGROUND-REPEAT: repeat-y; BACKGROUND-POSITION: -262px 0px }
.float0831 .cn H3 { TEXT-INDENT: -9999px; HEIGHT: 36px; FONT-SIZE: 0px }
.float0831 .cn UL { PADDING-BOTTOM: 0px; PADDING-LEFT: 14px; PADDING-RIGHT: 14px; PADDING-TOP: 0px }
.float0831 .cn UL LI { BORDER-BOTTOM: #e6e5e4 1px solid; LINE-HEIGHT: 36px; WORD-WRAP: break-word; HEIGHT: 36px; OVERFLOW: hidden; WORD-BREAK: normal }
.float0831 .titZx { BACKGROUND: url(../images/float_s.gif) no-repeat }
.float0831 .titDh { BACKGROUND: url(../images/float_s.gif) no-repeat }
.float0831 .titDc { BACKGROUND: url(../images/float_s.gif) no-repeat }
.float0831 .icoZx { BACKGROUND: url(../images/float_s.gif) no-repeat }
.float0831 .icoTc { BACKGROUND: url(../images/float_s.gif) no-repeat }
.float0831 .icoFf { BACKGROUND: url(../images/float_s.gif) no-repeat }
.float0831 .icoTl { BACKGROUND: url(../images/float_s.gif) no-repeat }
.float0831 .btnOpen { BACKGROUND: url(../images/float_s.gif) no-repeat }
.float0831 .btnOpen_n { BACKGROUND: url(../images/float_s.gif) no-repeat }
.float0831 .btnCtn { BACKGROUND: url(../images/float_s.gif) no-repeat }
.float0831 .titZx { BACKGROUND-POSITION: 5px -10px }
.float0831 .titDh { BACKGROUND-POSITION: 5px -66px }
.float0831 .titDc { BACKGROUND-POSITION: 5px -124px }
.float0831 .icoZx { BACKGROUND-POSITION: 2px -154px }
.float0831 .icoTc { BACKGROUND-POSITION: 0px -323px }
.float0831 .icoFf { BACKGROUND-POSITION: 2px -213px }
.float0831 .icoTl { PADDING-LEFT: 20px; DISPLAY: block; FONT-FAMILY: "Noto Sans SC"; BACKGROUND-POSITION: 2px -266px; FLOAT: left }
.float0831 .btnOpen { BACKGROUND-POSITION: -30px -396px }
.float0831 .btnOpen_n { BACKGROUND-POSITION: 0px -530px }
.float0831 .btnCtn { BACKGROUND-POSITION: 0px -396px }
.float0831 .icoZx { PADDING-LEFT: 28px; DISPLAY: block; FLOAT: left }
.float0831 .icoTc { PADDING-LEFT: 28px; DISPLAY: block; FLOAT: left }
.float0831 .icoFf { PADDING-LEFT: 28px; DISPLAY: block; FLOAT: left }
.float0831 .btnOpen { POSITION: relative; WIDTH: 28px; HEIGHT: 118px; TOP: 80px; LEFT: 2px }
.float0831 .btnOpen_n { POSITION: relative; WIDTH: 28px; HEIGHT: 118px; TOP: 80px; LEFT: 2px }
.float0831 .btnCtn { POSITION: relative; WIDTH: 28px; HEIGHT: 118px; TOP: 80px; LEFT: 2px }
.float0831 .btnOpen { TOP: 55px; LEFT: 1px }
.float0831 .btnOpen_n { TOP: 118px; LEFT: 1px }
.float0831 .btnCtn { TOP: 55px; LEFT: 2px }
.float0831 UL LI H3.titDc A { WIDTH: 80px; DISPLAY: block; HEIGHT: 36px }
.float0831 UL LI.top { BORDER-BOTTOM: #ace5f9 1px solid }
#floatTools{z-index:99999;}

.qun {
	BORDER-BOTTOM: #ffd2bf 1px solid; BORDER-LEFT: #ffd2bf 1px solid; PADDING-BOTTOM: 5px; LINE-HEIGHT: 20px; BACKGROUND-COLOR: #ffffff; PADDING-LEFT: 0px; WIDTH: 100px; PADDING-RIGHT: 0px; FONT-SIZE: 12px; BORDER-TOP: #ffd2bf 1px solid; BORDER-RIGHT: #ffd2bf 1px solid; PADDING-TOP: 5px
}
.qun SPAN {
	COLOR: #ff6600; FONT-SIZE: 13px; FONT-WEIGHT: bold
}
.qqtable p { margin-bottom:10px; }









