.container {
    width: 1000px;
    /*width: 1200px;*/
    margin: 0px auto;
}

#header {}

.brand {
	float: left;
	margin: 25px 0px 22px 10px;
	display: inline;
}

.hdRt {
	text-align: right;
}

.topMenu {
	color: #bebebe;
	margin-top: 23px;
}

.topMenu a {
	margin: 0px 10px;
}

.phone {
	margin: 20px 0px 0px 0px;
}

.navbar {
	position: relative;
	float: left;
	width: 1000px;
    /*width: 1200px;*/
	height: 36px;
	background: #000;
	z-index: 1000;
}

.navbar li {
	float: left;
	padding: 0px 30px;
	/*padding: 0px 53px;*/
}

.navbar li a {
	font: normal 15px/36px "Microsoft YaHei";
	color: #fff;
	text-decoration: none;
}

.navbar li a:hover {
	color: #EC8E50;
}

.subMenu {
	position: absolute;
	background: #000;
	width: 130px;
	display: none;
	padding: 5px 0px;
	margin-left: -10px;
}

.subMenu li {
	padding: 0px 10px;
	width: 110px;
}

.subMenu li a {
	font: normal 13px/30px "Microsoft YaHei";
}

.slider {
	width: 100%;
	height: 380px;
	overflow: hidden;
	position: relative;
	clear: both;
	top: -10px;
}

.slider ul {
	height: 380px;
	position: absolute;
}

.slider ul li {
	float: left;
	height: 380px;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 100%;
}

.slider ul li div {
	position: absolute;
	overflow: hidden;
}

.slider .btnBg {
	position: relative;
	width: 100%;
	height: 20px;
	left: 0;
	bottom: 0;
	background: #000;
}

.slider .btn {
	position: absolute;
	width: 10px;
	height: 200px;
	padding: 5px 10px;
	right: 0;
	bottom: 20px;
	text-align: right;
}

.slider .btn span {
	display: block;
	_zoom: 1;
	width: 15px;
	height: 20px;
	_font-size: 0;
	margin-left: 5px;
	cursor: pointer;
	background: url(../images/dot.png) center -50px no-repeat;
}

.slider .btn span.on {
	background: url(../images/dot.png) center top no-repeat;
}

.wrapCnt .bg1 {
	background: url(../images/barbg1.jpg) left top repeat-x;
}

.wrapCnt .bg2 {
	background: url(../images/barbg2.jpg) left top repeat-x;
}

.wrapCnt .bg3 {
	/** background: url(../images/barbg3.jpg) left top repeat-x; */
}

.wrapCnt .bg4 {
	background: url(../images/barbg4.jpg) left top repeat-x;
}

.wrapCnt .bg5 {
	background: url(../images/barbg5.jpg) left top repeat-x;
}
.wrapCnt .bg21 {
	background: url(../images/barbg21.jpg) left top repeat-x;
}

.row_1 {
	margin: 20px 0px 0px 0px;
}

.titleH2 {
	font: bold 20px/30px "Microsoft YaHei";
	color: #004A8E;
	margin-bottom: 10px;
}

.titleH2 span {
	font: normal 16px/30px "Tahoma";
	color: #F29F45;
}

.bizBox {
	width: 450px;
}

.ttLink {
	float: right;
	margin: -45px 10px 0 0;
}

.bizBox h3 {
	font: normal 16px/30px "Microsoft YaHei";
	color: #3E3E3E;
	margin-top: 0px;
}

.bizBoxRt {
	margin: 0 0 0 15px;
	float: right;
	display: inline;
	width: 230px;
}

.bizBoxRt li {
	float: left;
	margin: 0 10px 10px 0;
}

.bizBoxRt li a {
	width: 105px;
	height: 30px;
	float: left;
	background: #6692BC;
	text-align: center;
	line-height: 30px;
	color: #fff;
}

.bizBoxRt li a:hover {
	background: #EFA473;
}

.newsLf {
	position: relative;
	width: 575px;
	height: 156px;
	overflow: hidden;
}

.nList {
	position: absolute;
	width: 2300px;
}

.nList dl {
	float: left;
}

.newsLf dd {
	float: left;
}

.newsLf .nDetail {
	width: 320px;
	float: right;
}

.newsCnt {
	width: 575px;
	float: left;
	height: 150px;
	font-size: 12px;
}

.newsCnt h3 {
	color: #004A8E;
	margin-top: 10px;
	font: normal 16px/30px "Microsoft YaHei" !important;
}

.newsCnt p a {
	color: #EB8D50;
}

.newsBtn {
	position: absolute;
	top: 136px;
	left: 148px;
}

.newsBtn span {
	float: left;
	background: #014A8F;
	width: 20px;
	height: 20px;
	color: #fff;
	line-height: 20px;
	text-align: center;
	margin-left: 3px;
	cursor: pointer;
	font-size: 12px;
}

.newsBtn span.on {
	background: #EB8D50;
}

.picLi {
	float: right;
	width: 60px;
}

.picLi a {
	background: #000;
	display: block;
}

.picLi a img {
	display: block;
	margin: 0px 0px 3px 0px;
}

.newsRt {
	width: 380px;
	margin: -10px 0px 0px 0px;
}

.newsRt li {
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	font-size: 12px;
	padding: 0 0 0 16px;
	background: url(../images/dot.gif) left 10px no-repeat;
}

.newsRt li a {
	float: left;
}

.newsRt li span {
	float: right;
	color: #f90;
}

.row_2 {
	background: #F6F6F6;
	float: left;
	clear: both;
	width: 100%;
	margin: 20px 0px 0px 0px;
	padding: 30px 0px;
}

.caseBox dd {
	width: 192px;
	height: 220px;
	background: #E8E8E8;
	margin: 0px 0px 0px 10px;
	text-align: center;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	*margin-left: expression(this.previousSibling==null?"0px": "10px");
}

.caseBox dd:first-child {
	margin: 0px;
}

.caseBox dd h3 {
	font: normal 16px "Microsoft YaHei";
	color: #fff;
	margin: 10px 0px;
}

.caseBox dd .btm a {
	white-space: nowrap;
	background: url(../images/arrow.gif) 5px 8px no-repeat;
	padding: 0px 10px 0px 15px;
	float: left;
	line-height: 24px;
}

.caseBox .cntBtm {
	position: absolute;
	top: 180px;
	left: 0px;
	height: 132px;
	z-index: 101;
}

.caseBox .cntBtm p {
	line-height: 18px;
	width: 180px;
	margin: 15px 10px 0px 5px;
	overflow: hidden;
	color: #D2D2D2;
	text-align: left;
}

.caseBox .cntBtm a {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.caseBox .markBtm {
	position: absolute;
	top: 185px;
	left: 0px;
	z-index: 100;
	width: 192px;
	height: 130px;
	background: #000;
	opacity: .5;
	filter: alpha(opacity=50);
}

.foot {
	width: 100%;
	float: left;
	background: #F6F6F6;
	border-top: 1px solid #E7E7E7;
	margin-top: 20px;
	padding: 20px 0px;
}

.ftCol1 {
	width: 300px;
	float: left;
}
.ftCol4 {
	width: 300px;
	float: right;
}

.foot p {
	text-align: left;
	color: #838383;
	margin: 10px 0px 0px 0px;
}

.foot dl {
	float: left;
	width: 190px;
	/*margin: 0 0 0 180px;*/
    margin: 0 0 0 10px;
	line-height: 24px;
}

.ftCol3 {
    width: 140px !important;
}

.foot dd {
	clear: both;
    width: 190px;
}

.foot dt {
	font-weight: bold;
	margin-bottom: 6px;
}


/******about******/

.banner {
	width: 100%;
	background: #F0F3F8;
	height: 160px;
	text-align: center;
	float: left;
	display: inline;
	overflow: hidden;
	margin: 10px 0 0 0;
}

.guide {
	background: #F6F6F6;
	width: 980px;
	line-height: 36px;
	color: #999;
	text-align: right;
	float: left;
	padding: 0px 10px;
	margin: 10px 0px 0px 0px;
}

.colLf {
	width: 220px;
	margin: 15px 0px;
}

.colLf h2 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #F0F0F0;
}

.sideBar li a {
	color: #464646;
	display: block;
	line-height: 40px;
	font-size: 16px;
	padding: 2px 0;
	background: url(../images/line.jpg) left top repeat-x;
}

.sideBar li span {
	background: url(../images/arrow.gif) 10px -32px no-repeat;
	padding: 0px 0px 0px 25px;
	display: block;
}

.sideBar li.on a,
.sideBar li a:hover {
	background: url(../images/hover.jpg) left 4px no-repeat;
}

.sideBar li.on span,
.sideBar li a:hover span {
	background: url(../images/arrow.gif) 10px 18px no-repeat;
	color: #fff;
}

.subSide li span {
	padding: 0 0 0 35px;
	font-size: 14px;
	background: url(../images/arrow.gif) 20px -133px no-repeat;
}

.subSide li a:hover span,
.subSide li.on a span {
	background: url(../images/arrow.gif) 20px -83px no-repeat;
}

.sideBar .closeBtn span {
	background: url(../images/arrow.gif) 10px -235px no-repeat;
}

.sideBar .closeBtn:hover span {
	background: url(../images/arrow.gif) 10px -185px no-repeat;
	border: 1px solid #0000;
}

.colRt {
	width: 720px;
	margin: 15px 0px;
}

.article {
	clear: both;
}

.article p {
	text-indent: 24px;
	margin: 0px 0px 20px 0px;
}

.article .desc {
	background: #F6F6F6;
	padding: 15px 8px 8px 8px;
}

.article .desc li {
	line-height: 20px;
	padding: 8px;
}

.subDesc p {
	margin-bottom: 5px;
}

.subDesc {
	padding: 10px 0;
}

.pList img {
	float: left;
	width: 175px;
	margin-bottom: 7px;
}

.moreRt {
	float: right;
	color: #F29F45;
	margin-top: 25px;
}

.ttH3 {
	width: 286px;
	height: 36px;
	padding: 0 10px;
	margin: 30px 0 10px 0;
	font: normal 16px/36px "Microsoft YaHei";
	color: #fff;
	background: url(../images/ttbg.jpg) left top no-repeat;
}

.picList li {
	width: 232px;
	float: left;
	text-align: center;
	margin: 10px 3px;
}

.picList li img {
	display: block;
	width: 224px;
	padding: 3px;
	border: 1px solid #D2D2D2;
}

.picList li span,
.picList li a {
	display: block;
	margin: 10px 0px;
	overflow: hidden;
	white-space: nowrap;
}

.picList li span {
	height: 20px;
	line-height: 20px;
}

.process {
	position: relative;
	overflow: hidden;
	width: 714px;
	/*height:1320px;*/
	padding: 130px  0;
	margin: 20px auto;
	background: url(../images/timebg.jpg) center top repeat-y;
}

.processLf {
	float: left;
	width: 352px;
}

.processRt {
	float: right;
	width: 352px;
}

.process .item {
	float: left;
	width: 352px;
	margin-top:60px;
}

.processLf .item {
       /*margin-top:80px;*/
    
       margin-top:20px;
}

.process ul {
	width: 232px;
	float: left;
	padding: 10px 5px;
	border: 1px solid #E78849;
}

.process li {
	line-height: 16px;
	font-size: 12px;
	margin-bottom: 5px;
}

.process h3 {
	float: left;
	width: 108px;
	margin-top: 20px;
	text-align: center;
	border-bottom: 3px solid #E38344;
}


/****20161227**add******/

.p_newDate {
	position: absolute;
	top: 0;
	width: 100%;
	background: #ffffff;
	/*! left: 42%; */
	font-size: 54px;
	font-weight: bold;
	color: #064990;
	text-align: center;
	font-family: songti;
}
.p_oldDate {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #ffffff;
	/*! left: 42%; */
	font-size: 54px;
	font-weight: bold;
	color: #064990;
	text-align: center;
	font-family: songti;
}
.p_newDate img{
	position: absolute;
	top: 60px;
	/*left: 300px;*/
    left: 299px;
}
/******business**********/

.caseList {
	clear: both;
	padding: 20px 0px;
}

.caseList li {
	float: left;
	width: 300px;
	height: 180px;
	margin: 10px 30px;
	display: inline;
	text-align: center;
}

.caseList img {
	margin-bottom: 10px;
}

.tabBar {
	height: 36px;
	font: normal 14px/36px "Microsoft YaHei";
	background: #F6F6F6;
}

.tabBar li {
	float: left;
}

.tabBar li a {
	float: left;
	padding: 0px 25px;
}

.tabBar li.on a {
	background: #00488D;
	color: #fff;
}


/******join**********/

.jList {
	float: left;
	display: inline;
	margin: 20px 0 40px 40px;
}

.jList li {
	width: 160px;
	height: 150px;
	margin: 20px 30px;
	float: left;
	display: inline;
	text-align: center;
}

.jList .first {
	margin-left: 140px;
}

.jList li.space {
	width: 100%;
	height: 0px;
	margin: 0px;
}

.jList li a {
	font: normal 14px/36px "Microsoft YaHei";
}

.jList1 li {
	height: 100px;
	width: 100%;
	margin-bottom: 50px;
}

.jList1 .lf {
	width: 100px;
	margin-top: 10px;
}

.jList1 .rt {
	width: 590px;
}

.num {
	width: 32px;
	height: 32px;
	background: url(../images/dot.jpg) left top no-repeat;
	float: left;
	font: normal 16px/32px "Microsoft YaHei";
	margin: 15px 5px 10px 0;
	color: #fff;
	text-align: center;
}

.colRt .infoBox {
	padding: 20px 0px 20px 50px;
}

.infoBox dd {
	float: left;
	display: inline;
	margin: 9px 0px;
	line-height: 36px;
}

.infoBox dt {
	width: 100%;
	font-size: 0px;
	height: 0px;
	clear: both;
}

.infoBox dl {
	margin-top: -20px;
}

.infoBox .col1 {
	width: 120px;
	text-align: right;
	color: #00468C;
}

.infoBox .txt {
	background: #F6F6F6;
	width: 400px;
	padding: 8px 0px;
	border: 0px;
}

.infoBox .col3 {
	font-weight: bolder;
	margin: 0px 10px;
	color: #EB8D50;
	font-size: 15px;
}

.infoBox textarea {
	height: 82px !important;
}

.infoBox select {
	width: 400px;
	border: 0px;
	background: #F6F6F6;
}

.radioBtn {
	padding-right: 20px;
}

.btns {
	text-align: center;
	width: 100%;
}

.button {
	width: 128px;
	height: 38px;
	background: url(../images/btnbg.jpg) left top no-repeat;
	font: normal 18px/38px "Microsoft YaHei";
	color: #fff;
	border: 0px;
	cursor: pointer;
}

.titleH1 {
	clear: both;
	text-align: center;
	padding: 30px 0px;
}

.joinTT {
	background: url(../images/ttbg2.jpg) left top repeat-x;
	height: 30px;
	width: 100%;
	text-align: center;
}

.joinTT span {
	font: bold 22px/30px "Microsoft YaHei";
	color: #00468C;
	padding: 0px 20px;
	background: #fff;
}

.row_3 {
	background: url(../images/ttbg1.jpg) center 50px no-repeat;
	height: 230px;
}

.row_3 dl,
.row_8 dl {
	width: 330px;
	float: left;
}

.row_3 dt,
.row_8 dt {
	margin-top: 10px;
	font: normal 22px/42px "Microsoft YaHei";
	color: #fff;
	text-align: center;
}

.row_3 dd,
.row_8 dd {
	width: 276px;
	margin: 10px 27px;
	color: #666;
	font: normal 14px/24px "Microsoft YaHei";
}

.row_8 {
	background: url(../images/ttbg3.jpg) center 50px no-repeat;
	height: 230px;
}

.row_8 dl {
	width: 420px;
}

.row_8 .lf {
	margin-left: 80px;
}

.row_8 dd {
	width: 366px;
}

.row_4 {
	float: left;
	width: 100%;
	font: normal 20px/24px "Microsoft YaHei";
}

.row_4 .lf {
	margin: 30px 0 40px 90px;
}

.row_4 ul {
	float: left;
	margin: 30px 0 30px 30px;
}

.row_4 .block {
	width: 28px;
	height: 24px;
	float: left;
	color: #fff;
	background: #EC8E50;
	text-align: center;
	margin-right: 10px;
}

.row_4 li {
	color: #00468C;
	padding: 12px 0;
}

.row_5,
.row_6 {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.row_5 dl.lf {
	width: 460px;
	margin: 40px 0 30px 0;
}

.row_5 dl.rt {
	width: 490px;
	margin: 0 0 30px 0;
}

.row_5 dt {
	font: bold 21px/30px "Microsoft YaHei";
	color: #00468C;
	padding: 40px 0 10px 0;
}

.row_5 dt span {
	font: normal 30px/30px "Microsoft YaHei";
	color: #999;
	margin-right: 10px;
}

.row_5 dd {
	line-height: 20px;
}

.row_5 dd b {
	color: #EB8C50;
}

.row_5 p {
	text-indent: 0px;
}

.row_6 .lf {
	margin: 20px 0 10px 10px;
}

.row_6 .infoBox {
	float: right;
	margin: 20px 10px 0px 0;
}

.row_7 {
	height: 360px;
	padding: 0px 0 100px 0;
	background: url(../images/j12.jpg) left 70px no-repeat;
}

.row_7 h3 {
	margin: 300px 0 0 550px;
	color: #00468C;
	font: normal 20px/30px "Microsoft YaHei";
}

.row_9 {
	padding-bottom: 20px;
}

.row_9 p {
	margin: 20px 108px;
	color: #666;
	font: normal 15px/24px "Microsoft YaHei";
}

.row_10 div {
	width: 340px;
}

.row_10 .lf {
	margin: 20px 0 10px 10px;
}

.row_10 .rt {
	margin: 20px 40px 10px 0;
}

.row_10 h3 {
	font: bold 20px/32px "Microsoft YaHei";
	color: #00468C;
}

.row_10 h3 span {
	float: left;
	width: 36px;
	height: 32px;
	background: #EC8E50;
	text-align: center;
	margin-right: 10px;
	color: #fff;
	font: normal 27px/32px "Microsoft YaHei";
}

.row_10 p {
	font: normal 18px/30px "Microsoft YaHei";
	color: #666;
}
/*****products**********/

.products {
	padding: 20px 0;
}

.products li {
	height: 30px;
	width: 675px;
	padding: 5px 0 0 20px;
	clear: both;
	overflow: hidden;
	background: url(../images/dot.gif) 5px 5px no-repeat;
}

.products li a {
	float: left;
}

.products li span {
	float: rate;
	color: #A4A4A4;
}

/*****mews**********/

.news {
	padding: 20px 0;
}

.news li {
	height: 30px;
	width: 675px;
	padding: 0 0 0 20px;
	clear: both;
	overflow: hidden;
	background: url(../images/dot.gif) 5px 5px no-repeat;
}

.news li a {
	float: left;
}

.news li span {
	float: right;
	color: #A4A4A4;
}

.page {
	height: 36px;
	background: #F6F6F6;
	line-height: 36px;
	padding: 0px 10px;
}

.page span {
	padding: 0 5px;
}

.page a {
	padding: 0 3px;
}

.page a.on {
	font-weight: bold;
	color: #EB8D50;
}

.detail h2 {
	font: normal 20px/30px "Microsoft YaHei";
	color: #00468C;
	text-align: center;
	margin: 30px 0 20px 0;
}

.detail .crumb {
	background: #F6F6F6;
	line-height: 36px;
	text-align: center;
	color: #AEAEAE;
	margin-bottom: 20px;
}

.media .lf {
	width: 270px;
	text-align: center;
	margin: 0px 10px 20px 10px;
}

.media .lf span {
	float: right;
}

.media .news {
	width: 400px;
	float: right;
}

.media .news li {
	width: 380px;
}


/********resources*******/

.strategy {
	width: 680px;
	float: left;
	margin: 20px 0 50px 0;
}

.strategy h3 {
	margin-bottom: 20px;
}

.strategy .lf {
	margin: 20px 0 0 0;
}

.strategy .rt {
	width: 425px;
}

.strategy .rt p {
	text-indent: 24px;
}

.infoTb {
	margin: 20px 0px;
}

.infoTb th {
	background: #8A8A8A;
	line-height: 24px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.infoTb td {
	text-align: center;
}

.infoTb .more {
	color: #EB8C50;
	background: url(../images/arrow.gif) right -146px no-repeat;
	padding-right: 15px;
}

.infoTbDet {
	background: #E4E4E4;
	margin: 20px 0px;
}

.infoTbDet td {
	background: #fff;
	vertical-align: top;
	padding: 10px;
	line-height: 24px;
	font-size: 14px;
}

.infoTbDet .col1 {
	width: 100px;
	color: #00468C;
	font-size: 13px;
	text-align: right;
}

.infoTbEdt {
	margin-bottom: 20px;
}

.infoTbEdt td {
	padding: 10px;
}

.infoTbEdt .col1 {
	width: 15%;
	text-align: right;
	color: #00468C;
	font-size: 13px;
	white-space: nowrap;
}

.infoTbEdt .col2 {
	width: 35%;
}

.infoTbEdt .txt {
	background: #F6F6F6;
	padding: 8px 0px;
	border: 0px;
	width: 200px;
}

.infoTbEdt .col2 b {
	color: #EB8D50;
	font-size: 14px;
	margin: 0px 5px;
}

.edtText {
	width: 96%;
	height: 108px;
	margin-bottom: 20px;
	border: 0px;
	background: #F6F6F6;
}

.edtBtm {
	border-top: 1px solid #E4E4E4;
	padding: 10px;
	color: #9F9F9F;
}

.edtBtm .button {
	margin-top: 20px;
}


/*******contact*******/

.map {
	width: 910px;
	margin: 30px 45px;
	float: left;
	display: inline;
}

.map .img {
	border: 1px solid #ccc;
	float: left;
	width: 500px;
	height: 300px;
	float: left;
	overflow: hidden;
}

.map h3 {
	font: bold 16px/30px "Microsoft YaHei";
	color: #00468C;
	margin: 20px 0 20px 0;
}

.map .rt {
	width: 350px;
}

.map .btmBox {
	width: 310px;
	background: #F6F6F6;
	padding: 20px 20px 5px 20px;
	border-radius: 5px;
}

.btmBox li {
	background: url(../images/icon.gif) left top no-repeat;
	line-height: 24px;
	margin-bottom: 20px;
	padding: 0 0 0 40px;
	color: #7F7F7F;
	font-size: 14px;
}

.btmBox .tel {
	background: url(../images/icon.gif) left -62px no-repeat;
}


/*******float*******/

.float {
	left: 0px;
	top: 140px;
	width: 170px;
	height: 416px;
	position: fixed!important;
	/*FF IE7*/
	position: absolute;
	/*IE6*/
	_top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop+ (document.documentElement.clientHeight-this.offsetHeight)/2: /*IE6*/
	document.body.scrollTop+ (document.body.clientHeight - this.clientHeight)/2);
	/*IE5 IE5.5*/
}

.clsBtn {
	position: absolute;
	top: 0px;
	right: 0px;
	float: right;
	width: 40px;
	height: 40px;
	display: block;
	background: url(../images/float.jpg) right top no-repeat;
}

.pics {
	margin: 20px 0px;
}

.weiBox {
	width: 760px;
	margin: 20px auto;
}

.weiBox p {
	font: normal 20px/150% "Microsoft YaHei";
	text-indent: 40px;
	color: #333;
	margin: 0px 0px 20px 0px;
}

.record {
	padding: 80px 0 80px 80px;
	float: left;
	display: inline;
}

.record li {
	float: left;
	width: 180px;
	text-align: center;
	margin: 0 50px;
	display: inline;
	font: normal 16px/150% "Microsoft YaHei";
}