@charset "utf-8";
/* CSS Document */
/*==========公共样式========*/
body {
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	max-height: initial;
	min-height: 1200px;
}
h1, h2, h3, h4, h5, h6, p, span, ul, li, dl, dt, dd, img {
	border: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: normal;
}
a {
	text-decoration: none;
	color: #666666;
	transition: all 0.5s;
}
ol, ul {
	list-style: none
}
:focus {
	outline: none;
}
.clr {
	clear: both;
}
* {
	margin: 0;
	padding: 0;
}
/*公共样式*/
.clear:after {
	content: "";
	display: block;
	clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.cl {
	clear: both;
}
.w1100 {
	width: 1200px;
	margin: 0 auto;
}
.indexCen {
	width: 1200px;
	margin: 0 auto;
}
.index_Cen {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.clearfix:after {
	content: '.';
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	line-height: 0px;
}
.clearfix {
	zoom: 1
}
/*网页头部*/
.hed {
	width: 100%;
	height: 35px;
	background: #f3f3f3;
}
.hed_box {
	width: 1200px;
	height: 35px;
}
.hed_box p {
	width: 500px;
	color: #777777;
	line-height: 35px;
	font-size: 15px;
}
.hed_box ul {
	float: right;
}
.hed_box ul li {
	background: url(../images/top01.jpg) no-repeat 7px center;
	width: 76px;
	height: 35px;
	float: right;
	text-align: right;
	line-height: 35px;
}
.hed_box ul li a {
	font-size: 15px;
	color: #777777;
}
.hed_box ul li a:hover {
	color: #24b5e5;
}
.hed_box ul li.top1 {
	background: none;
}
/*logo*/
/*.top {*/
/*	width: 100%;*/
/*	height: 150px;*/
/*}*/
/*.top_box {*/
/*	width: 1200px;*/
/*	height: 150px;*/
/*}*/
/*.top_box h1 {*/
/*	width: 90px;*/
/*	height: 150px;*/
/*	float: left;*/
/*}*/
/*.top_box h1 img {*/
/*	margin-top: 31px;*/
/*}*/
/*.topter {*/
/*	width: auto;*/
/*	height: 150px;*/
/*	float: left;*/
/*	margin-right: 46px;*/
/*}*/
/*.topter h2 {*/
/*	margin-top: 44px;*/
	/*width: 466px;*/
/*	height: 35px;*/
/*}*/
/*.topter h3 {*/
/*	width: 466px;*/
/*	text-align: center;*/
/*	font-size: 18px;*/
/*	color: #777777;*/
/*	margin-top: 7px;*/
/*	height: 24px;*/
/*}*/
/*.top_box ul {*/
/*	float: right;*/
/*}*/
/*.top_box ul li {*/
/*	background: url(../images/top03.png) no-repeat center top;*/
/*	float: left;*/
/*	margin-right: 20px;*/
/*	height: 80px;*/
/*	margin-top: 50px;*/
/*	position: relative;*/
/*	z-index: 11100;*/
/*	cursor: pointer;*/
/*}*/
/*.top_box ul li p {*/
/*	text-align: center;*/
/*	margin-top: 30px;*/
/*	line-height: 30px;*/
/*	font-size: 15px;*/
/*	color: #777777;*/
/*}*/
/*.top_box ul li img {*/
/*	display: none;*/
/*	position: absolute;*/
/*	top: 67px;*/
/*	left: -40px;*/
/*}*/
/*.top_box ul li:hover img {*/
/*	display: block;*/
/*}*/
/*.top_box ul li:hover {*/
/*	background: url(../images/top04.png) no-repeat center top;*/
/*}*/
/*.top_box ul li:hover P {*/
/*	color: #24b5e5;*/
/*}*/
/*.toprt {*/
/*	background: url(../images/top05.png) no-repeat 26px 26px;*/
/*	width: 220px;*/
/*	height: 150px;*/
/*	float: left;*/
/*}*/
/*.toprt p {*/
/*	font-size: 18px;*/
/*	color: #2b2b2b;*/
/*	font-weight: bold;*/
/*	text-indent: 61px;*/
/*	letter-spacing: 4px;*/
/*	margin-top: 27px;*/
/*}*/
/*.toprt dl {*/
/*	width: 218px;*/
	/*height: 68px;*/
/*	border: 1px solid #24b5e5;*/
/*	margin-top: 5px;*/
/*}*/
/*.toprt dl dt {*/
/*	text-align: center;*/
/*	line-height: 33px;*/
/*	font-size: 24px;*/
/*	color: #24b5e5;*/
/*	font-weight: bold;*/
/*}*/
/*.toprt dl dd {*/
/*	text-align: center;*/
/*	line-height: 35px;*/
/*	background: #24b5e5;*/
/*	color: #fff;*/
/*	font-weight: bold;*/
/*	font-size: 24px;*/
/*}*/
/*导航*/
/*.nav {*/
/*	width: 100%;*/
/*	height: 50px;*/
/*	background: #2b2b2b;*/
/*}*/
/*.nav2 {*/
/*	width: 1200px;*/
/*	height: 50px;*/
/*}*/
/*.nav2 ul {*/
/*	width: 1250px;*/
/*	float: left;*/
/*	height: 50px;*/
/*}*/
/*.nav2 ul li {*/
/*	float: left;*/
/*}*/
/*.nav2 ul li a {*/
/*	display: block;*/
/*	float: left;*/
/*	height: 50px;*/
/*	line-height: 50px;*/
/*	color: #ffffff;*/
/*	font-size: 17px;*/
/*	padding: 0 32px;*/
/*}*/
/*.nav2 ul li a:hover {*/
/*	background: #24b5e5;*/
/*}*/
/*.nav2 ul li a.on {*/
/*	background: #24b5e5!important;*/
/*}*/
/*导航*/
.top {
	background: #fff;
	width: 100%;
}
.top_in {
	position: relative;
	min-width: 100%;
	margin: 0 auto;
}
.top_in > .totalwidth {
	position: relative;
	width: 1250px;
	margin: auto;
}
.top .fr {
	height: 90px;
}
.top .logo {
	margin-top: 0px;
}
.top .kds2 {
	width: 220px;
	padding-top: 33px;
	padding-left: 15px;
}
.top .totalwidth .fl {
	display: block;
}
.top .totalwidth .fl a, .top .page .fl a img {
	display: block;
}
.NavCeshi > li {
	float: left;
	width: 89px;
	text-align: center;
	transition: 0.6s all ease-in-out;
	padding-right: 0px;
	height: 90px;
	line-height: 90px;
	display: block
}
.NavCeshi > li > a {
	font-size: 16px;
	color: #454545;
	transition: 0.2s all ease-in-out;
	position: relative;
	z-index: 1113;
}
.NavCeshi > li.navcurrent,.NavCeshi > li:hover {
	transition: 0.8s all ease-in-out;
	background: url(../images/navbg.png) center no-repeat;
	color: #24b5e5;
}
.NavCeshi > li.navcurrent a, .NavCeshi > li:hover a {
	color: #24b5e5;
}

/*首页 banner*/
.fullSlide {
	width: 100%;
	position: relative;
	height: 550px;
	background: #000;
	overflow: hidden;
}
.fullSlide .bd {
	margin: 0 auto;
	z-index: 0;
	overflow: hidden;
	width: 1920px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
}
.fullSlide .bd ul {
	width: 100% !important;
}
.fullSlide .bd li {
	width: 100% !important;
	height: 550px;
	overflow: hidden;
	text-align: center;
}
.fullSlide .bd li a {
	display: block;
	height: 550px;
}
.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 10px;
	left: 0;
	height: 30px;
	line-height: 30px;
}
.fullSlide .hd ul {
	text-align: center;
}
.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
*display:inline;
	zoom: 1;
	width: 12px;
	height: 12px;
	overflow: hidden;
	background: #fff;
	filter: alpha(opacity=80);
	opacity: 1;
	line-height: 999px;
	margin-left: 15px;
}
.fullSlide .hd ul .on {
	background: #24b5e5;
	width: 10px;
	height: 10px;
	border: 1px solid #fff;
}
.fullSlide .prev, .fullSlide .next {
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
	left: 15%;
	width: 40px;
	height: 60px;
	background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
	display: none;
}
.fullSlide .next {
	left: auto;
	right: 15%;
	background-position: -6px -137px;
}
/*内页 banner*/
.fullSlide2 {
	width: 100%;
	position: relative;
	height: 400px;
	background: #000;
	overflow: hidden;
}
.fullSlide2 .bd {
	margin: 0 auto;
	z-index: 0;
	overflow: hidden;
	width: 1920px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
}
.fullSlide2 .bd ul {
	width: 100% !important;
}
.fullSlide2 .bd li {
	width: 100% !important;
	height: 400px;
	overflow: hidden;
	text-align: center;
}
.fullSlide2 .bd li a {
	display: block;
	height: 400px;
}
.fullSlide2 .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 10px;
	left: 0;
	height: 30px;
	line-height: 30px;
}
.fullSlide2 .hd ul {
	text-align: center;
}
.fullSlide2 .hd ul li {
	cursor: pointer;
	display: inline-block;
*display:inline;
	zoom: 1;
	width: 12px;
	height: 12px;
	overflow: hidden;
	background: #fff;
	filter: alpha(opacity=80);
	opacity: 1;
	line-height: 999px;
	margin-left: 15px;
}
.fullSlide2 .hd ul .on {
	background: #0f84da;
	width: 10px;
	height: 10px;
	border: 1px solid #fff;
}
.fullSlide2 .prev, .fullSlide2 .next {
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
	left: 15%;
	width: 40px;
	height: 60px;
	background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
	display: none;
}
.fullSlide2 .next {
	left: auto;
	right: 15%;
	background-position: -6px -137px;
}
/*热搜关键字*/
.search_div {
	width: 100%;
	height: 60px;
	border-bottom: 1px dashed #d9d9d9;
}
.ser {
	width: 1200px;
	height: 60px;
}
.search {
	float: right;
	width: 310px;
	height: 40px;
	margin-top: 10px;
	background: #f3f3f3;
	border-radius: 5px;
}
.search_tow {
	border: none;
	width: 150px;
	color: #777777;
	font-size: 13px;
	padding-left: 10px;
	height: 40px;
	background: none;
}
.search_button {
	background: url(../images/btn.png) no-repeat center center;
	cursor: pointer;
	width: 50px;
	height: 40px;
	position: absolute;
	right: 0px;
	border: none;
}
#SearchType {
	width: 60px;
	height: 30px;
	line-height: 30px;
	border: none;
	color: #ffffff;
	text-indent: 8px;
	background: #24b5e5;
	border-radius: 5px;
	margin: 5px 0 0 6px;
}
#typeid {
	width: 82px;
	height: 30px;
	line-height: 30px;
	border: none;
	color: #ffffff;
	text-indent: 8px;
	background: #24b5e5;
	border-radius: 5px;
	margin: 5px 0 0 6px;
}
.search {
	position: relative;
}
.sea_key {
	float: left;
	width: 800px;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	background: url(../images/ser01.png) no-repeat left center;
}
.sea_key a {
	color: #777777;
	margin: 0 5px;
}
.sea_key a:hover {
	color: #24b5e5;
}
.sea_key span {
	color: #2b2b2b;
	margin-left: 20px;
}
/*******产品展示******/
.cp {
	width: 100%;
	height: 1160px;
	background-color: #f3f3f3;
}
.cp .cp_box {
	width: 1200px;
	height: 920px;
}
.cptop {
	width: 1200px;
	height: 151px;
	float: left;
}
.cptop p {
	text-align: center;
	margin-top: 60px;
}
.cptop span {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #2b2b2b;
	letter-spacing: 5px;
	margin-top: 3px;
}
.cpter {
	width: 1200px;
	height: 130px;
	float: left;
}
.cpterft {
	background: url(../images/cp02.png) no-repeat center center;
	width: 280px;
	height: 100px;
	float: left;
}
.cpterft P {
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	text-indent: 105px;
	margin-top: 30px;
}
.cpterft span {
	display: block;
	font-size: 12px;
	color: #f3a4a7;
	text-indent: 105px;
}
.cpter ul {
	float: left;
	width: 920px;
}
.cpter ul li {
	float: left;
	margin-left: 10px;
	position: relative;
	margin-bottom: 10px;
}
.cpter ul li>a {
	display: block;
	width: 174px;
	height: 100px;
	background: #2b2b2b;
	text-align: center;
	line-height: 100px;
	font-size: 20px;
	color: #fff;
}
.cpter ul li>a:hover {
	background: #24b5e5;
}
.cpter ul li>div {
	display: none;
	width: 174px;
	background: url(../images/cp03.png) no-repeat center 5px;
	position: absolute;
	top: 45px;
	left: 0;
	z-index: 1000;
}
.cpter ul li>div>a {
	background: url(../images/cp04.jpg) no-repeat center center;
	display: block;
	width: 174px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	color: #fff;
	font-size: 15px;
	border-bottom: 1px solid #fff;
}
.cpter ul li>div>a:nth-child(1) {
	margin-top: 10px;
}
.cpter ul li:hover div {
	display: block;
}
.cpter ul li>div>a:hover {
	background: url(../images/cp05.png) no-repeat center center;
}
.cpter ul li.cpp1 a {
	background: url(../images/cp06.jpg) no-repeat center center;
}
.cpbt {
	width: 1235px;
	height: 827px;
	float: left;
}
.cpbt li {
	width: 380px;
	height: auto;
	float: left;
	margin-right: 30px;
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
}
.cpbt li img {
	width: 380px;
	height: auto;
}
.cpbt li p {
	width: 380px;
	height: auto;
	position: absolute;
	top: 384px;
	left: 0;
	background: url(../images/cp07.png) no-repeat center center;
	font-size: 15px;
	color: #fff;
	line-height: 380px;
	text-align: center;
}
.cpbt li:hover p {
	top: 0;
}
/*资讯热线:*/
.tage {
	width: 100%;
	height: 250px;
	background: url(../images/tageck.jpg) no-repeat center center;
}
.tage_box {
	width: 1200px;
	height: 250px;
}
.tage_box>span {
	width: 1200px;
	display: block;
	text-align: center;
	margin-top: 51px;
	float: left;
}
.tage_box p {
	text-align: center;
	font-size: 16px;
	color: #ffffff;
}
.tage_box span {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}
.tage_box div {
	padding-left: 515px;
	margin-top: 22px;
}
.tage_box div a {
	display: block;
	width: 170px;
	height: 40px;
	background: #24b5e5;
	text-align: center;
	line-height: 40px;
	font-size: 15px;
	color: #fff;
}
.tage_box div a:hover {
	text-decoration: underline;
}
/*定制流程*/
.dz {
	width: 100%;
	height: 502px;
}
.dz_box {
	width: 1200px;
	height: 502px;
}
.dztop {
	width: 1200px;
	height: 183px;
}
.dztop p {
	text-align: center;
	margin-top: 60px;
}
.dztop span {
	display: block;
	text-align: center;
	letter-spacing: 5px;
	font-size: 16px;
	color: #2b2b2b;
}
.dzter {
	width: 1200px;
	height: 300px;
	background: url(../images/dz02.png) no-repeat 237px 44px;
}
.dzter li {
	width: 240px;
	height: 100px;
	float: left;
	margin-bottom: 46px;
}
.dzter li p {
	text-align: center;
	line-height: 35px;
	font-size: 15px;
	color: #2b2b2b;
	margin-top: 65px;
}
.dzter li.dz1 {
	background: url(../images/dz1.png) no-repeat center top;
}
.dzter li.dz1:hover {
	background: url(../images/dz11.png) no-repeat center top;
}
.dzter li.dz2 {
	background: url(../images/dz2.png) no-repeat center top;
}
.dzter li.dz2:hover {
	background: url(../images/dz22.png) no-repeat center top;
}
.dzter li.dz3 {
	background: url(../images/dz3.png) no-repeat center top;
}
.dzter li.dz3:hover {
	background: url(../images/dz33.png) no-repeat center top;
}
.dzter li.dz4 {
	background: url(../images/dz4.png) no-repeat center top;
}
.dzter li.dz4:hover {
	background: url(../images/dz44.png) no-repeat center top;
}
.dzter li.dz5 {
	background: url(../images/dz5.png) no-repeat center top;
}
.dzter li.dz5:hover {
	background: url(../images/dz55.png) no-repeat center top;
}
.dzter li.dz6 {
	background: url(../images/dz10.png) no-repeat center top;
}
.dzter li.dz6:hover {
	background: url(../images/dz100.png) no-repeat center top;
}
.dzter li.dz7 {
	background: url(../images/dz9.png) no-repeat center top;
}
.dzter li.dz7:hover {
	background: url(../images/dz99.png) no-repeat center top;
}
.dzter li.dz8 {
	background: url(../images/dz8.png) no-repeat center top;
}
.dzter li.dz8:hover {
	background: url(../images/dz88.png) no-repeat center top;
}
.dzter li.dz9 {
	background: url(../images/dz7.png) no-repeat center top;
}
.dzter li.dz9:hover {
	background: url(../images/dz77.png) no-repeat center top;
}
.dzter li.dz10 {
	background: url(../images/dz6.png) no-repeat center top;
}
.dzter li.dz10:hover {
	background: url(../images/dz66.png) no-repeat center top;
}
/*选择我们*/
.choo {
	width: 100%;
	height: 1372px;
	background: #f3f3f3;
}
.choo_box {
	width: 1200px;
	height: 1372px;
}
.chootop {
	width: 1200px;
	height: 166px;
	float: left;
}
.chootop p {
	text-align: center;
	margin-top: 60px;
}
.chootop span {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #2b2b2b;
	letter-spacing: 5px;
	margin-top: 3px;
}
.ys1 {
	width: 1200px;
	height: 250px;
	float: left;
	margin-bottom: 30px;
}
.ys1 img {
	width: 560px;
	height: 250px;
	float: right;
}
.ys1 dl {
	background: url(../images/ys01.png) no-repeat left 58px;
	width: 560px;
	height: 250px;
	float: left;
}
.ys1 dl dt {
	padding-left: 74px;
	font-size: 24px;
	color: #2b2b2b;
	font-weight: bold;
	margin-top: 58px;
}
.ys1 dl dd {
	padding-left: 74px;
	margin-top: 25px;
	height: 90px;
	color: #777777;
	line-height: 30px;
}
.ys1 dl dd span {
	color: #ec1b24;
	font-weight: bold;
}
.ys2 {
	width: 1200px;
	height: 250px;
	float: left;
	margin-bottom: 30px;
}
.ys2 img {
	width: 560px;
	height: 250px;
	float: left;
}
.ys2 dl {
	background: url(../images/ys02.png) no-repeat left 58px;
	width: 560px;
	height: 250px;
	float: right;
}
.ys2 dl dt {
	padding-left: 74px;
	font-size: 24px;
	color: #2b2b2b;
	font-weight: bold;
	margin-top: 58px;
}
.ys2 dl dd {
	padding-left: 74px;
	margin-top: 25px;
	height: 90px;
	color: #777777;
	line-height: 30px;
}
.ys2 dl dd span {
	color: #ec1b24;
	font-weight: bold;
}
.ys3 {
	width: 1200px;
	height: 250px;
	float: left;
	margin-bottom: 30px;
}
.ys3 img {
	width: 560px;
	height: 250px;
	float: right;
}
.ys3 dl {
	background: url(../images/ys03.png) no-repeat left 58px;
	width: 560px;
	height: 250px;
	float: left;
}
.ys3 dl dt {
	padding-left: 74px;
	font-size: 24px;
	color: #2b2b2b;
	font-weight: bold;
	margin-top: 58px;
}
.ys3 dl dd {
	padding-left: 74px;
	margin-top: 25px;
	height: 90px;
	color: #777777;
	line-height: 30px;
}
.ys3 dl dd span {
	color: #ec1b24;
	font-weight: bold;
}
.ys4 {
	width: 1200px;
	height: 250px;
	float: left;
	margin-bottom: 30px;
}
.ys4 img {
	width: 560px;
	height: 250px;
	float: left;
}
.ys4 dl {
	background: url(../images/ys04.png) no-repeat left 58px;
	width: 560px;
	height: 250px;
	float: right;
}
.ys4 dl dt {
	padding-left: 74px;
	font-size: 24px;
	color: #2b2b2b;
	font-weight: bold;
	margin-top: 58px;
}
.ys4 dl dd {
	padding-left: 74px;
	margin-top: 25px;
	height: 90px;
	color: #777777;
	line-height: 30px;
}
.ys4 dl dd span {
	color: #ec1b24;
	font-weight: bold;
}
/*公司简介*/
.gs {
	width: 100%;
	height: 850px;
	background: url(../images/gsck.jpg) no-repeat center top;
	border-bottom: 1px dashed #c9c9c9;
}
.gs_box {
	width: 1200px;
	height: 850px;
}
.gstop {
	width: 1200px;
	height: 161px;
	float: left;
}
.gstop p {
	text-align: center;
	margin-top: 60px;
}
.gstop span {
	text-align: center;
	display: block;
	font-size: 16px;
	color: #2b2b2b;
	margin-top: 3px;
	letter-spacing: 5px;
}
.gster {
	width: 1200px;
	height: 360px;
	float: left;
}
.gsft {
	width: 577px;
	height: 360px;
	float: left;
}
.gsft span {
	font-size: 24px;
	display: block;
	color: #2b2b2b;
	letter-spacing: 3px;
	margin-top: 30px;
}
.gsft p {
	width: 577px;
	/*height: 170px;*/
	color: #818181;
	line-height: 24px;
	text-indent: 2em;
	margin-top: 12px;
	font-size: 15px;
	letter-spacing: 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
}
.gsft p a {
	color: #0f84da;
}
.gsft ul {
	width: 570px;
	height: 40px;
	margin-top: 50px;
}
.gsft ul li {
	width: 140px;
	height: 40px;
	float: left;
	margin-right: 20px;
}
.gsft ul li a {
	display: block;
	width: 140px;
	height: 40px;
	border: 1px solid #2b2b2b;
	text-align: center;
	line-height: 40px;
	color: #2b2b2b;
	font-size: 15px;
}
.gsft ul li a:hover {
	color: #fff;
	background: #24b5e5;
	border: 1px solid #24b5e5;
}
.gsrt {
	width: 590px;
	height: 360px;
	float: right;
}
.gsrt img {
	width: 590px;
	height: 360px;
}
.mrmr2 {
	width: 1200px;
	float: left;
	height: 178px;
	position: relative;
	margin-top: 40px;
}
.mr_BtnL2 {
	background: url(../images/left.png) no-repeat center center;
	width: 25px;
	height: 46px;
	cursor: pointer;
	display: inline;
	position: absolute;
	top: 65px;
	left: -45px;
}
.mr_mr2 {
	float: left;
	width: 1200px;
	overflow: hidden;
	height: 178px;
}
.mr_BtnR2 {
	background: url(../images/right.png) no-repeat center center;
	width: 25px;
	height: 46px;
	cursor: pointer;
	position: absolute;
	top: 65px;
	right: -45px;
}
.mr_mr2 ul li {
	float: left;
	width: 285px;
	height: 178px;
	margin-right: 20px;
	position: relative;
	overflow: hidden;
}
.mr_mr2 ul li img {
	width: 285px;
	height: 178px;
	float: left;
}
.mr_mr2 ul li p {
	background: url(../images/xc01.png) no-repeat center center;
	width: 285px;
	height: 178px;
	position: absolute;
	top: 178px;
	left: 0;
}
.mr_mr2 ul li:hover p {
	top: 0;
}
/*------------新闻资讯-------------*/
.news {
	width: 100%;
	height: 465px;
}
.news_box {
	width: 1200px;
	height: 405px;
}
.newstop {
	width: 575px;
	float: left;
	overflow: hidden;
	margin-top: 10px;
}
.newstop div {
	height: 39px;
	line-height: 39px;
	overflow: hidden;
	background: url(../images/news02.png) no-repeat bottom center;
}
.newstop div p {
	float: left;
	padding-left: 15px;
	background: url(../images/news01.png) no-repeat left center;
	font-size: 16px;
	color: #434343;
}
.newstop div p span {
	font-weight: bold;
}
.news .title span a {
	display: inline-block;
	float: right;
	width: 48px;
	height: 15px;
	border-radius: 5px;
	border: 1px solid #434343;
	font-size: 12px;
	color: #434343;
	text-align: center;
	line-height: 13px;
	margin-top: 12px;
}
.news .title span a:hover {
	background: #24b5e5;
	color: #fff;
	border: 1px solid #24b5e5;
}
.newstop ul {
	margin-top: 1px;
}
.newstop ul li {
	width: 575px;
	height: 81px;
	overflow: hidden;
	border-bottom: 1px dashed #dbdbdb;
}
.newstop ul li span {
	padding-left: 30px;
	background: url(../images/wen.png) no-repeat left center;
	margin-top: 16px;
	display: block;
}
.newstop ul li span a {
	font-size: 16px;
	font-weight: bold;
	color: #434343;
	width: 400px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.newstop ul li p {
	font-size: 14px;
	color: #707070;
	width: 545px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-left: 30px;
	background: url(../images/da.png) no-repeat left center;
	margin-top: 5px;
}
.newstop ul li span a:hover {
	color: #24b5e5;
}
.news-r {
	width: 575px;
	float: right;
	overflow: hidden;
	margin-top: 10px;
}
.news-r .title {
	height: 39px;
	line-height: 39px;
	overflow: hidden;
	background: url(../images/news02.png) no-repeat bottom center;
}
.news-r .title p {
	float: left;
	padding-left: 15px;
	background: url(../images/news01.png) no-repeat left center;
	font-size: 16px;
	color: #434343;
}
.news-r .title p span {
	font-weight: bold;
}
.news-r1 ul li {
	height: 40px;
	line-height: 40px;
	width: 575px;
	overflow: hidden;
	border-bottom: 1px dashed #dbdbdb;
}
.news-r1 ul li a {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	width: 575px;
	overflow: hidden;
}
.news-r1 ul li .s1 {
	float: right;
	font-size: 12px;
	color: #c5c5c5;
}
.news-r1 ul li .s2 {
	float: left;
	font-size: 15px;
	color: #343434;
	padding-left: 15px;
	background: url(../images/news03.png) no-repeat left center;
	width: 416px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news-r1 ul li:hover .s1 {
	color: #24b5e5;
}
.news-r1 ul li:hover .s2 {
	color: #24b5e5;
	background: url(../images/news04.png) no-repeat left center;
}
/*******友情链接*******/
.box {
	width: 100%;
}
.box_tt {
	width: 1200px;
	background: #24b5e5;
}
.box ul {
	width: 1200px;
	overflow: hidden;
	background: url(../images/link.png) no-repeat 38px 18px;
}
.box li {
	float: left;
}
.box li p {
	color: #0f84da;
	width: 106px;
	height: 64px;
}
.box li a {
	color: #e9a4a6;
	line-height: 64px;
	margin-left: 20px;
	font-size: 15px;
}
.box li a:hover {
	color: #fff;
}
/*底部*/
.foot {
	width: 100%;
	height: 309px;
	background: #1d1d1d;
}
.foot .foot_con {
	width: 1200px;
	height: 308px;
	margin: 0 auto;
	border-bottom: 1px solid #000;
}
.ter4 {
	width: 120px;
	height: 308px;
	float: left;
	overflow: hidden;
}
.ter4 img {
	margin-top: 42px;
}
.ter3 {
	background: url(../images/ter01.jpg) no-repeat left 87px;
	width: 300px;
	height: 308px;
	float: left;
}
.ter3 span {
	display: block;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	margin-top: 55px;
}
.ter3 img {
	width: 140px;
	height: 140px;
	margin-top: 40px;
}
.ter2 {
	width: 350px;
	height: 308px;
	float: left;
	background: url(../images/ter01.jpg) no-repeat left 87px;
}
.ter2 span {
	width: 350px;
	font-size: 18px;
	color: #ffffff;
	margin-top: 55px;
	display: block;
	font-weight: bold;
}
.ter2 p {
	color: #a8a8a8;
	float: left;
	margin-top: 36px;
	line-height: 25px;
}
.ter2 p a {
	color: #a8a8a8;
}
.ter2 p a:hover {
	color: #d2030f;
}
.ter1 {
	width: 230px;
	height: 308px;
	float: right;
	background: url(../images/ter01.jpg) no-repeat left 87px;
}
.ter1 p {
	width: 230px;
	font-size: 18px;
	color: #ffffff;
	margin-top: 55px;
	font-weight: bold;
}
.ter1 ul {
	width: 230px;
	height: 175px;
	margin-top: 36px;
}
.ter1 ul li {
	width: 115px;
	float: left;
}
.ter1 ul li a {
	color: #a8a8a8;
	line-height: 25px;
}
.ter1 ul li a:hover {
	color: #d2030f;
}
.copy {
	width: 100%;
	height: 71px;
	background: #1d1d1d;
}
.copy_box {
	width: 1200px;
	height: 70px;
	margin: 0 auto;
	border-top: 1px solid #363636;
}
.copy_box p.copy1 {
	font-size: 15px;
	color: #ffffff;
	line-height: 70px;
	float: left;
}
.copy_box p.copy2 {
	font-size: 15px;
	color: #ffffff;
	line-height: 70px;
	float: right;
}
.copy_box p.copy2 a {
	font-size: 15px;
	color: #ffffff;
}
.copy_box p.copy2 a:hover {
	color: #d2030f;
}

/*案例*/
.case{background:#f3f3f3;padding-top:54px;position: relative;font-family:"Microsoft Yahei";}
.case-dx{width: 100%;min-width: 1200px;overflow: hidden;position: relative;padding-bottom:50px;}
.case_c{width: 1200px;}
.case-dx .tempWrap{overflow: visible !important;}
.case-dx .tempWrap ul{}
.case-ul li{float: left;margin: 0 5px !important;position: relative;}
.case-ul li span,.case-ul li img{display: block;overflow: hidden;}
.case-desc{height: 100px;padding: 21px 44px 0;line-height: 38px;}
.case-desc h3{height: 48px;font-size: 24px;line-height: 48px;}
.case-desc h3 a{display: block;color: #24b5e5;}
.case_t{height:144px;line-height: 50px;padding: 28px 0 0;}
.case_t ul{width: 1300px;}
.case_t li{display: inline-block;cursor: pointer;float: left;font-size: 18px;color: #666;width: 258px;}
.case_t li span,.case_t li span img{width: 65px;height: 100px;display: block;overflow: hidden;float: left;}
.case_t li p{width: 165px;float: left;padding: 16px 0 0 20px;}
.case_t li p b{display: block;color: #333;}
.case_t li a{display: block;color: #666;}
.case_t li.cur b,.case_t li:hover b{background: url(../ico1.gif) no-repeat 60px center;color: #24b5e5;}
.case-ul li img,.new_c dd span img{transition: 1s;-moz-transition: 1s;-webkit-transition: 1s;-o-transition: 1s;}
.case-ul li img:hover,.new_c dd span img:hover{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}


.til01{height:155px;display: block;font-size:48px;line-height:60px;color: #24b5e5;text-align: center;font-weight: normal;}
.til01 a{display: block;color: #24b5e5;}
.til01 p{display: block;font-size:22px;line-height:37px;color: #333;background:url(../tilbg1.png) no-repeat center;}

/*实力中心*/
/*power*/
.power{ margin: 45px auto 0; font-size: 0;position: relative; padding-bottom: 40px;}
.power .hd{ width: 210px; margin-right: 25px;}
.power .hd ul li{ cursor: pointer; width: 196px; height: 65px; line-height: 65px; margin-bottom: 15px; position: relative; border: 1px solid #b9b9b9;text-align: center;}
.power .hd ul li i{ color: #333; font-size: 18px; position: relative; z-index: 2;font-style:normal;}
.power .hd ul li:before{ content: ""; position: absolute; left: 0; top: 0; opacity: 0; transition: all .4s ease; background: url(../images/abouttab.png)no-repeat; width: 210px; height: 65px;}
.power .hd ul li.on:before{ opacity: 1;}
.power .hd ul li.on i{ color: #fff;}
.power .nrs{ width: 965px;}
.power .bd ul{ display: inline-block; vertical-align: middle; width: 918px; margin-left: 30px;}
.power .bd .tempWrap{ margin-left: 30px; width: 918px!important;}
.power .bd ul li:last-child{ margin-right: 0;}
.power .bd .btn{ position: absolute; top: 95px; z-index: 1; width: 25px; height: 55px; cursor: pointer;}
.power .bd .prev{background: url(../images/btn5.png)no-repeat 6px 20px #eee; left: 225px;}
.power .bd .next{ background: url(../images/btn6.png)no-repeat 7px 20px #eee; right: -25px;}
.power .bd .prev:hover{ background: url(../images/btn5.png)no-repeat 6px 20px #24b5e5;}
.power .bd .next:hover{ background: url(../images/btn6.png)no-repeat 7px 20px #24b5e5;}
.power .bd ul li{ margin-right: 17px; padding: 0px; width: 170px!important; height: 227px; display: inline-block; vertical-align: top; border: 1px solid #b9b9b9;}
.power .bd ul li .pic{  overflow: hidden;}
.power .bd ul li .pic img{ width: 100%;}
.power .bds .tempWrap,.power .bdx .tempWrap{ margin-top: 30px;}
.power .bds ul li,.power .bdx ul li{ width: 290px!important; margin-right: 16px; height: auto;}
.power .bds ul li .pic,.power .bdx ul li .pic{ width: 100%!important; height: auto;}
.power:before{ content: ""; position: absolute; left: -235px; bottom: 0; width: 1920px; height: 1px; 
/*background-color: rgb(221, 221, 221);*/
    
}
