.jq22-container {
	overflow: hidden;
}

.mySlideshow .animated {
	position: absolute;
}

.bg-style {
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.first {
	background-image: url("/addons/cms/view/default/images/banner1.jpg");
}

.first img.ban-des1 {
	width: 670px;
	height: 126px;
	left: 50%;
	top: 50%;
	margin-left: -335px;
	margin-top: -93px;

}

.second {
	background-image: url("/addons/cms/view/default/images/banner2.jpg");
}

.second img.ban-des2 {
	width: 711px;
	height: 114px;
	left: 50%;
	top: 50%;
	margin-left: -355px;
	margin-top: -92px;

}

.third {
	background-image: url("/addons/cms/view/default/images/banner3.jpg");
}

.third img.ban-des3 {
	width: 738px;
	height: 350px;
	left: 50%;
	top: 60px;
	margin-left: 20px;
}

.fourth {
	background: url("/addons/cms/view/default/images/fourth.jpg") center no-repeat;
}

.fourth img {
	top: 320px;
	right: 8%;
}

.fifth {
	background: url("/addons/cms/view/default/images/fifth.jpg") center no-repeat;
}

.fifth img {
	top: 120px;
	left: 21%;
}






/*海报*/
/*BANNER*/
#indexbanner {
	clear: both;
	float: none;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 600px;
	overflow: hidden;
	position: relative;
}

#indexbanner .piclist {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 727px;
}

#indexbanner .piclist li a {
	height: 600px;
	width: 100%;
	text-align: center;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
}

#indexbanner .btncon {
	width: 1200px;
	margin-left: -600px;
	position: absolute;
	left: 50%;
	right: 50%;
	z-index: 2;
	bottom: 30px;
	height: 160px;
	overflow: hidden;
}

#indexbanner .btncon ul {
	width: 1400px;
}

#indexbanner .btncon ul li {
	-o-transition: all .6s;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
	width: 285px;
	float: left;
	margin-right: 20px;
	background-image: url(/addons/cms/view/default/images/bg2.png);
	height: 160px;
	-o-transition: all .0s;
	-moz-transition: all .0s;
	-webkit-transition: all .0s;
	-ms-transition: all .0s;
	transition: all .0s;
	font-size: 12px;
	line-height: 22px;
	color: #FFFFFF;
}

#indexbanner .btncon ul li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#indexbanner .btncon ul li a strong {
	font-size: 20px;
	font-weight: normal;
}

#indexbanner .btncon ul li a p {
	padding-top: 8px;
}

#indexbanner .btncon ul li:hover,
#indexbanner .btncon ul li.on {
	background-color: #ef8519;
	background-image: none;
}

#indexbanner .btncon ul li img {
	float: left;
	margin-right: 10px;
}

/*企业优势*/
#index_advantage {
	padding-bottom: 0px;
}

#index_advantage .box {
	background-image: url(/addons/cms/view/default/images/advantage_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 468px;
	padding-top: 69px;
	clear: both;
	float: none;
	margin-top: 50px;
}

#index_advantage .box ul {
	height: auto;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

#index_advantage .box ul li {
	float: left;
	height: 200px;
	width: 25%;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	display: table;
	color: #FFFFFF;
	position: relative;
	cursor: pointer;
}

#index_advantage .box ul li:nth-child(1),
#index_advantage .box ul li:nth-child(3),
#index_advantage .box ul li:nth-child(6) {
	color: #000000;
}

#index_advantage .box ul li .bg {
	-o-transition: all .6s;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(/addons/cms/view/default/images/bg3.png);
	background-repeat: repeat;
}

#index_advantage .box ul li:nth-child(1) .bg,
#index_advantage .box ul li:nth-child(3) .bg,
#index_advantage .box ul li:nth-child(6) .bg {
	background-image: url(/addons/cms/view/default/images/bg4.png);
}

#index_advantage .box ul li span {
	font-size: 55px;
	display: block;
	clear: both;
	float: none;
	margin-right: auto;
	margin-left: auto;
	font-family: "Times New Roman", Times, serif;
	line-height: 45px;
	padding-bottom: 20px;
	font-weight: bold;
}

#index_advantage .box ul li div {
	vertical-align: middle;
	display: table-cell;
	position: relative;
}

#index_advantage .box ul li.more {
	background-image: none;
	background-color: #0061b0;
}

#index_advantage .box ul li.more a {
	display: inline-block;
	padding-right: 18px;
	padding-left: 18px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #85aece;
	border-left-color: #85aece;
	color: #FFFFFF;
	line-height: 16px;
	text-decoration: none;
}

#index_advantage .box ul li:hover .bg {
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
	-moz-transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}









.Banner2 {
	background: url(/addons/cms/view/default/images/ban2.jpg) no-repeat center top;
}

.Banner2 .bncont {
	height: 738px;
	overflow: hidden;
}

.bncont_l {
	width: 340px;
	float: left;
	margin-top: 246px;
	margin-left: 22px;
}

.bncont_r {
	width: 340px;
	float: right;
	margin-top: 246px;
	margin-right: 68px;
}

.Banner2 .bncont .textt {
	margin-bottom: 30px;
	overflow: hidden;
}

.Banner2 .bncont .textt dt {
	text-align: left;
	margin-bottom: 8px;
	font-size: 24px;
	color: #ff7800;
	font-weight: bold;
}

.Banner2 .bncont_l .textt dt {
	text-align: right;
}

.Banner2 .bncont .textt dd {
	text-align: left;
	line-height: 24px;
	font-size: 15px;
	color: #333333;
}

/*.Banner2 .bncont .textt3{ margin-bottom: 61px;}*/
.Banner2 .bncont .textt2 {
	margin-bottom: 47px;
}

.Banner2 .bncont .textt6 {
	overflow: hidden;
	position: relative;
	/*left: -56px; top: -20px;*/
}

/*.Banner2 .bncont .textt6 dt{float: left;}*/
.Banner2 .bncont .textt6 dt img {
	display: block;
	margin-top: 2px;
}

/*.Banner2 .bncont .textt6 dd{padding-left: 51px;}*/
.Banner2 .bncont .textt6 dd span {
	font-size: 16px;
	color: #333333;
}

.Banner2 .bncont .textt6 dd p {
	font-size: 20px;
	color: #1273ba;
	font-weight: bold;
}

.Banner2 .bncont .textt6 dd .Ljzx {
	display: block;
	width: 130px;
	margin-top: 7px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background: #1273ba;
	font-size: 16px;
	color: #fff;
}

.textt3 {
	padding-top: 20px;
}

/*-- Banner2_end --*/









/*相册*/
.photo {
	overflow: hidden;
	height: 312px;
	/*background:url(/addons/cms/view/default/images/photo_bg.jpg) repeat center top;*/
	padding-bottom: 50px;
	background: #3777be;
}

.photo h2 {
	display: block;
	padding-top: 50px;
	height: 70px;
	text-align: center;
	font-size: 28px;
	font-weight: normal;
}

.photo h2 a {
	color: #ffffff;
	font-weight: bold;
}

.photo h2 em {
	display: block;
	margin: 0 auto;
	width: 380px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #d0cfcf;
	font-size: 16px;
	color: #ffffff;
	margin-top: 10px;
}

.photo h2 a:hover {
	text-decoration: none;
}

.photo .scrolls {
	overflow: hidden;
	margin: 35px auto 0;
	width: 1200px;
	height: 129px;
}

.photo ul {
	overflow: hidden;
	display: block;
	width: 928px;
	height: 129px;
}

.photo ul li {
	position: relative;
	display: block;
	float: left;
	margin-right: 20px;
	width: 223px;
	height: 129px;
}

.photo ul li img {
	display: block;
	width: 223px;
	height: 129px;
}

.photo ul li.laster {
	margin-right: 0;
}

.photo ul li.laster img {
	border: 0;
}

.photo ul li span {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	padding-top: 70px;
	width: 223px;
	height: 59px;
	background: url(/addons/cms/view/default/images/photo_pbg.png) no-repeat left top;
	cursor: pointer;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
}

.photo .btnl,
.photo .btnr {
	position: absolute;
	top: 195px;
	display: block;
	width: 39px;
	height: 85px;
}

.photo .btnl {
	left: -15px;
}

.photo .btnr {
	right: -15px;
}

.photo .btnl a,
.photo .btnr a {
	display: block;
	width: 39px;
	height: 85px;
}





/*优势*/
.ys_tbg {
	background: #f7f7f7;
	height: 190px;
	overflow: hidden;
	border-top: 10px #1261a3 solid;
}

.ys01 {
	background: url(/addons/cms/view/default/images/ys_bg01.gif) no-repeat center 0;
	height: 400px;
	overflow: hidden;
}

.ys_t {
	font-size: 42px;
	color: #333333;
	text-align: center;
	padding: 50px 0 0;
	line-height: 42px;
}

.ys_t span {
	display: block;
	font-size: 20px;
	color: #666;
	font-weight: normal;
	padding: 10px 0 0;
}

.ys_t i {
	color: #444;
}

.ys_l {
	width: 550px;
	padding: 60px 0 0;
}

.ys_l dl {
	width: 550px;
}

.ys_l dl dt {
	font-size: 28px;
	color: #333;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	padding-left: 65px;
	background: url(/addons/cms/view/default/images/ys_ico01.gif) no-repeat 0 13px;
}

.ys_l dl:hover dt {
	background: url(/addons/cms/view/default/images/ys_ico02.gif) no-repeat 0 13px;
	font-weight: bold;
}

.ys_l dl dd {
	padding: 20px 0 0 50px;
	width: 485px;
}

.ys_l dl dd p {
	font-size: 14px;
	color: #666;
	line-height: 26px;
	padding: 10px 0 0 15px;
	background: url(/addons/cms/view/default/images/ys_ico03.gif) no-repeat 0 20px;
}

.ys_l dl dd i {
	color: #fe0000;
}

.ys_r {
	width: 540px;
	padding: 50px 0 0 70px;
}

.ys02 .ys_l dl dt,
.ys02 .ys_l dl:hover dt {
	background-position: right 13px;
}

.ys02 .ys_l dl dt {
	padding-left: 15px;
}

.ys02 .ys_l dl dd {
	padding-left: 0;
}

.ys04 {
	background-color: #f7f7f7;
	padding-bottom: 37px;
}

.ys04 .ys_l {
	padding: 30px 0 0;
}

.ys04 .ys_l dl dd p {
	padding: 5px 0 0 15px;
	background: url(/addons/cms/view/default/images/ys_ico03.gif) no-repeat 0 16px;
}
















/*关于我们*/
/*.about{overflow:hidden;padding-top:60px;height:425px;}
.header, .content, .footer {
    width: 1200px;
    margin: 0 auto;
}
.about dl{overflow:hidden;display:block;height:366px;}
.about dl dt{display:block;float:left;width:540px;height:366px;}
.about dl dt img{display:block;width:540px;height:366px;}
.about dl dd{display:block;float:right;width:620px;}
.about dl dd h5{display:block;height:76px;line-height:38px;font-size:24px;}
.about dl dd h5 a{color:#333333;}
.about dl dd h5 em{display:block;font-size:40px;font-family:"Impact";text-transform: uppercase; color:#eb2533;}
.about dl dd h6{display:block;height:60px;line-height:60px;font-size:20px;color:#1273ba;font-weight:bold;}
.about dl dd p{overflow:hidden;display:block;height:156px;line-height:30px;color:#666666;font-size:16px;}
.about .btns{overflow:hidden; margin-top: 20px;display:block;width:332px;height:36px;line-height:36px;font-size:14px;text-align:center;background:url(/addons/cms/view/default/images/spec_btn1.png) no-repeat center top;}
.about .btns a{display:block;float:left;width:166px;height:36px;line-height:36px;font-weight:bold;font-size:16px;color:#3a3a3a;text-align:center;}
.about .btns a:hover,.about .btns a.cur{background:url(/addons/cms/view/default/images/spec_btn2.png) no-repeat left top;color:#ffffff;}
*/




/*荣誉*/
.hon {
	overflow: hidden;
	height: 315px;
}

.hon .tils {
	overflow: hidden;
	height: 40px;
	background: url(/addons/cms/view/default/images/hon_tbg.jpg) no-repeat center center;
}

.hon .tils ul {
	display: block;
	margin: 0 auto;
	width: 320px;
	height: 40px;
}

.hon .tils ul li {
	display: block;
	float: left;
	width: 140px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
}

.hon .tils ul li a {
	display: block;
	height: 40px;
	color: #959595;
	background: #f5f5f5;
}

.hon .tils ul li a:hover,
.hon .tils ul li.cur a {
	display: block;
	color: #ffffff;
	background: #d52319;
	font-weight: bold;
}

.hon .tils .mbtn {
	display: block;
	float: right;
	margin-top: 8px;
	width: 120px;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	text-align: center;
}

.hon .tils .mbtn a {
	color: #ffffff;
}

.hon .scrolls {
	overflow: hidden;
	margin-top: 35px;
	height: 182px;
}

.hon ul.pics {
	overflow: hidden;
	display: block;
	height: 182px;
}

.hon ul.pics li {
	position: relative;
	display: block;
	float: left;
	margin-right: 12px;
	width: 240px;
}

.hon ul.pics li img {
	display: block;
	width: 240px;
	height: 182px;
}

.hon ul.pics li.laster {
	margin-right: 0;
}

.hon ul.pics li span {
	position: absolute;
	left: 0;
	top: 142px;
	display: block;
	width: 240px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	cursor: pointer;
	background: url(/addons/cms/view/default/images/hon_pbg.png) repeat-x left top;
}






/*Banner3*/
.Banner3 {
	background: url(/addons/cms/view/default/images/banner3.jpg) no-repeat center top;
	height: 200px;
}









/*新闻*/
.newMain {
	margin-top: 60px;
	height: 620px;
}

.newMain .new_l {
	margin-top: 30px;
	float: left;
	border: 1px #cccccc solid;
	padding-bottom: 20px;
}

.newMain .new_r {
	margin-top: 30px;
	float: right;
	width: 480px;
	height: 445px;
	border: 1px #cccccc solid;
}

.newMain .ntop {
	height: 40px;
	background: #dddddd;
}

.newMain .ntop span {
	float: left;
	height: 40px;
}

.newMain .ntop span a {
	width: 155px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	margin-right: 3px;
	float: left;
}

.newMain .ntop span a:hover,
.newMain .ntop span a.cur {
	background: #006a35;
}

.newMain .ntop .mor {
	float: right;
	padding-right: 15px;
	/* background: url(/addons/cms/view/default/images/morBg.png) no-repeat right center; */
	margin-right: 12px;
	margin-top: 13px;
	font-size: 14px;
	color: #006a35;
}

/*new_l*/
.newMain .new_l .nc {
	padding-left: 10px;
	margin-top: 27px;
}

.newMain .new_l .nc dl {
	overflow: hidden;
}

.newMain .new_l .nc dt {
	float: left;
}

.newMain .new_l .nc dt img {
	display: block;
}

.newMain .new_l .nc dd {
	margin-left: 250px;
	margin-right: 15px;
}

.newMain .new_l .nc dd h5 {
	width: 350px;
	height: 14px;
	line-height: 14px;
	padding-top: 12px;
	padding-bottom: 7px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.newMain .new_l .nc dd h5 a {
	font-size: 16px;
	padding-bottom: 20px;
}

.newMain .new_l .nc dd p {
	font-size: 14px;
	line-height: 26px;
	overflow: hidden;
	height: 100px;
}

.newMain .new_l .nc ul {
	overflow: hidden;
	margin-top: 10px;
}

.newMain .new_l .nc li {
	float: left;
	width: 570px;
	height: 36px;
	line-height: 36px;
	border-bottom: 1px solid #dcdcdc;
}

.newMain .new_l .nc li em {
	font-size: 13px;
	float: right;
	margin-right: 10px;
}

.newMain .new_l .nc li a {
	font-size: 13px;
	padding-left: 15px;
	background: url(/addons/cms/view/default/images/diamImg.png) no-repeat left center;
}

/*new_r*/
.newMain .new_r .quetion {
	height: 350px;
	overflow: hidden;
	margin: 15px;
	padding: 0 15px;
}

.newMain .new_r .quetion dl {
	margin-bottom: 25px;
	border-bottom: 1px #CCCCCC dotted;
}

.newMain .new_r .quetion dt {
	width: 285px;
	padding-left: 33px;
	background: url(/addons/cms/view/default/images/wenImg.png) no-repeat left center;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.newMain .new_r .quetion dt a {
	font-size: 14px;
	font-weight: bold;
}

.newMain .new_r .quetion dd {
	padding-left: 33px;
	background: url(/addons/cms/view/default/images/daImg.png) no-repeat left 2px;
	font-size: 13px;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	margin-top: 13px;
	width: 400px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}


.newMain .new_r li {
	height: 85px;
	border: 1px #cccccc solid;
	padding: 15px;
	margin-top: 10px;
}

.newMain .new_r li img {
	float: left;
	margin-right: 10px;
}

.newMain .new_r li span {
	font-size: 12px;
	color: #000;
	line-height: 24px;
}

.newMain .new_r li p {
	font-size: 12px;
	color: #666666;
	line-height: 24px;
}


























/*版权*/
.link11 {
	margin-top: 30px;
	border-top: 1px #cccccc solid;
}

.link h4 {
	float: left;
	padding-right: 10px;
	border-right: 1px #cccccc solid;
}

.link ul {
	width: 900px;
}

.link li {
	float: left;
	line-height: 70px;
	margin: 0 15px;
	display: inline;
}

.link li a {
	font-size: 14px;
}

.footer {
	width: 100%;
	background: #333333;
}

.ftbot {
	background: #1261a3;
	height: 70px;
	line-height: 70px;
	text-align: center;
}

.ftbot a.noBl {
	border-left: none;
}

.ftbot a {
	font-size: 16px;
	color: #ffffff;
	padding: 0 30px;
	border-left: 1px solid #ffffff;
}

.footer {
	width: 100%;
	background: #333333;
	height: 410px;
}

.footer .footerTop {
	width: 100%;
	padding-top: 35px;
	height: 200px;
}

.footer .footerTop .con {
	float: left;
	height: 180px;
	border-left: 1px dotted #4b4b4b;
}

.footer .footerTop .con1 {
	border-left: none;
	width: 125px;
	padding-left: 10px;
}

.footer .footerTop .con h3 {
	font-size: 16px;
	color: #fefefe;
	padding-left: 30px;
	line-height: 20px;
}

.footer .footerTop .con1 h3 {
	background: url(/addons/cms/view/default/images/footer_icon01.png) no-repeat left center;
}

.footer .footerTop .con h3 a {
	color: #fefefe;
	text-decoration: none;
}

.footer .footerTop .con p {
	margin-top: 22px;
}

.footer .footerTop .con p a {
	display: block;
	font-size: 13px;
	color: #838080;
	padding-left: 30px;
	background: url(/addons/cms/view/default/images/footer_icon04.png) no-repeat 6px center;
	margin-bottom: 8px;
}

.footer .footerTop .con2 {
	width: 160px;
}

.footer .footerTop .con3 {
	width: 180px;
	padding-left: 30px;
}

.footer .footerTop .con p {
	margin-top: 22px;
	color: #838080;
}

.footer .footerTop .con p a {
	display: block;
	font-size: 13px;
	color: #838080;
	padding-left: 30px;
	background: url(/addons/cms/view/default/images/footer_icon04.png) no-repeat 6px center;
	margin-bottom: 8px;
}

.footer .footerBottom {
	height: 60px;
	border-top: 1px solid #414141;
}

.footer .footerBottom p {
	text-align: center;
	font-size: 13px;
	color: #5f5f5f;
	line-height: 10px;
	padding-bottom: 25px;
}