@charset "utf-8";
body, div, ol, ul, li, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select {
	margin: 0;
	padding: 0;
}
em,i{
    font-style: normal;
}
fieldset, img {
	border: 0;
}
img {
	vertical-align: middle;
}
ol, ul, li {
	list-style-type: none;
	text-align: justify;
	text-justify: inter-ideograph;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button, input, select, textarea {
	font-size: 12px;
	font-family: inherit;
	margin: 0;
	outline: none;
	resize: none;
	border: none;
}
.clearfix:after,.clearfix:before{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}
.clearfix {
	zoom: 1;
}
html {
	verflow: -Scroll;
	overflow-x: hidden;
	zoom: 1;
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
}
body {
	color: #565656;
	font-size: 14px;
	font-family: "Microsoft YaHei", "SimSun", Arial, Helvetica, sans-serif;
}
a {
	color: #565656;
	text-decoration: none;
	outline: none;
	blr:expression(this.onFocus=this.blur());
	transition: all ease 0.3s;
	cursor: pointer;
}
a:hover {
	color: #007ebf;
	text-decoration: none;
}
/* CSS活动的公共样式 */
.fl {
	float: left;
}
.fr {
	float: right;
}
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb25 {
	margin-bottom: 25px;
}
.center {
	text-align: center;
}

/*tips*/

.tips {
	background: #efefef;
	height: 30px;
	line-height: 30px;
	color: #333;
}
.tips_txt {
	font-size: 12px;
	width: 420px;
	height: 30px; line-height: 30px;
}
.tips .phone {
	background: url('../images/topicon2.png') no-repeat 3px -80px;
	padding-left: 25px;
}
.tips .phone span {
	font-size: 22px;
	color: #00549d;
	font-family: Arial;
	margin-left: 10px;
}
.tips .icon {
	text-align: right;
	background:none;
}
.tips .icon a {
	background: url('../images/topicon2.png') no-repeat left 3px;
	margin-left: 13px;
	padding-left: 22px;
	color: #333;
	font-size: 12px;
}
.tips .icon a:hover {
	color: #333
}
.tips .icon .a2 {
	position: relative;
	background-position: 0 -43px;
	z-index: 10;
}
.tips .icon .a2 span {
	position: absolute;
	top: 25px;
	left: -15px;
	background: #ececec;
	padding: 5px;
	display: none;
	z-index: 999;
}
.tips .icon .a2 span::before {
	position: absolute;
	content: "";
	top: -12px;
	left: 50px;
	border: 6px solid transparent;
	border-bottom-color: #ccc;
}
.tips .icon .a2 img {
	width: 100px;
	height: 100px;
}
.tips .icon .a3 {
	background-position: 0 -132px;
}

/* 头部  */
.header {
	height: 100px;
	width: 1200px;
	margin: 0 auto;
	position: relative
}
.header h1 {
	float: left;
	font-weight: bold;
	line-height: 1.5
}
.header h1 a {
	width: 200px;
	float: left;
	line-height: 100px;
}
.header h1 img{ width: 180px;}
.header h1 p {
	float: left;
	font-size: 16px;
	margin-top: 28px;
	color: #0157b9;
}
.header h1 p span {
	display: block;
	font-size: 18px;
	color: #333;
	font-weight: normal;
}

.cate {
    width: 100%;
    background: #f7f7f7;
}
.cate .breadcrumb {
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    width: 1200px;
}




/*  搜索 */
.searMain {
	width: 350px;
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	margin-top: 20px;
	border: 1px solid #cbcbcb;
}
.searMain .sear_text {
	float: left;
	width: 285px;
	height: 38px;
	line-height: 38px;
	padding: 0 10px;
	background: #fff;
}
.searMain .sear_btn {
	float: right;
	width: 38px;
	height: 38px;
	cursor: pointer;
	background: url('../images/sbtn.png') no-repeat center center;
	transition: all 0.3s;
}
.searMain:hover {
	box-shadow: 0 0 5px #b2d8ff;
	border: 1px solid #b2d8ff;
}

.searKey{ position: absolute; right: 0; top: 70px;}
.searKey a{ margin-left: 5px;}

/*菜单*/
.menu{ height:50px; line-height:50px; position:relative; z-index:1; background: #0157b9;}
.nav{ width: 1200px; margin: 0 auto}
.nav a{ width: 130px; text-align: center; display: block; }
.nav>li{ float:left; position:relative; display:inline;  }
.nav>li>a{ display:block; font-size:16px;color:#fff;}

.nav>li>dl{ display:none;left:0; top:50px;position:absolute; background: rgba(0,0,0,0.7); line-height:26px;z-index: 999 }
.nav>li>dl>dd{ zoom:1; }
.nav>li>dl:last-child{ border-radius: 0 0 10px 10px; overflow: hidden;}
.nav>li>dl>dd>a{ display:block; color: #fff; padding: 8px 0; width:130px; font-weight: normal;}
.nav>li>dl>dd>a:hover{ background:#6d6d6d; color:#fff;  }

.nav>li.on>a{ background:#ffae00; color:#fff;}


/*  广告轮播图 */
.banner {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	height: 550px;
}
.banner .bd {
	height: 550px;
	z-index: 0;
	position: relative;
	left: 50%;
	margin-left: -960px;
}
.banner_ctr {
	height: 90px;
	position: absolute;
	top: 45%;
	z-index: 2;
	left: 50%;
	margin-left: -600px;
}
.banner_ctr a {
	display: block;
	width: 45px;
	height: 100px;
	background: url('../images/icons.png') no-repeat 0 0;
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	display: block;
}
.banner_ctr a.prev {
	left: -90px;
}
.banner_ctr a.next {
	right: -1280px;
	background-position: -45px 0px;
}
.banner_ctr a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}


.banner .hd {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 30px;
	line-height: 30px
}
.banner .hd ul {
	text-align: center
}
.banner .hd ul li {
	display: inline-block;
	overflow: hidden;
	margin: 5px;
	width: 12px;
	height: 12px;
	background: #333;
	line-height: 999px;
	cursor: pointer;
	zoom: 1;
	transition: all ease 0.3s;
	border-radius: 50px;
}
.banner .hd ul .on {
	background: #ddd;
	width: 20px;
}

/*mainCase*/

.mainCase{background:#efefef;padding:50px 0;overflow:hidden;}
.mainCase .hd{height:70px;}
.mainCase .hd h2{float:left;font-size:25px;color:#333;font-weight:normal;background:url(../images/cline.jpg) no-repeat left 30px;line-height:28px;}
.mainCase .hd h2 span{font-family:arial;display:block;text-transform:uppercase;font-size:16px;line-height:16px;color:#999;padding-top:6px;}
.mainCase .hd ul{float:right;}
.mainCase .hd li{float:left;height:40px; border-right: 1px solid #ddd; padding:0 30px;cursor:pointer;}

.mainCase .hd li i{ float: left; height: 70px; width:50px; font-size: 40px;}
.mainCase .hd li span{ float:right; font-size:16px;font-weight:normal;line-height:20px;}
.mainCase .hd li em{display:block;font-family:arial;font-size:12px;text-transform:uppercase;}


.mainCase .hd li.on,.mainCase .hd li.on i span em{color:#077cc9;}


.mainCase .bd{height:413px;margin-top:30px;overflow:hidden;}
.mainCase .bd li{float:left;}
.mainCase .bd li.case1,.mainCase .bd li.case1 a{display:block;width:590px;height:413px;position:relative;}
.mainCase .bd li.case1 .popup{width:260px;height:260px;background:#077cc9;border-radius:50%;position:absolute;display:none;color:#fff;text-align:center;}
.mainCase .bd li.case1 .popup h3{font-size:18px;padding:70px 15px 0;}
.mainCase .bd li.case1 .popup p{line-height:20px;padding:15px 15px 0;}
.mainCase .bd li.case1 .popup span,.mainCase .bd li.caseA .r_board span,.mainCase .bd li.caseA span{display:block;width:38px;height:38px;margin:15px auto 0; background: url(../images/slink.png) no-repeat;}
.overlayPop{position:absolute;top:0;left:0;display:none;margin:0;background:#000;}
.mainCase .bd li.caseA{width:295px;height:202px;margin-left:10px;overflow:hidden;}
.mainCase .bd li.caseA a{display:block;width:295px;height:202px;position:relative;}
.mainCase .bd li.caseA .r_board{width:295px;height:77px;text-align:center;color:#fff;display:none;position:absolute;z-index:40;}
.mainCase .bd li.caseA .r_board h3{font-size:16px;padding:0 15px;}
.overlayRubTop{position:absolute;overflow:hidden;z-index:20;margin:0;border:0 none;background:#000;}
.overlayRubBottom{position:absolute;overflow:hidden;z-index:20;margin:0;border:0 none;background:#000;}
.mainCase .bd li.case4,.mainCase .bd li.case5{margin-top:10px;}




.ind_tit h3{ text-align: center; color: #333; margin: 30px 0;}
.ind_tit h3 span{ font-weight: bold; font-size:30px; padding: 15px 0; display: block;}
.ind_tit h3 i{ font-style: normal; color: #1d66bb; font-size: 42px;}
.ind_tit h3 p{ font-weight: normal}

/*  解决方案 */
.solution {
	background: #fff;
	overflow: hidden;
}

.solution .hTitle, .odds .hTitle {
	background: url('../images/tie_bg.png') no-repeat center 40px;
	margin-bottom: 12px;
	padding: 30px 0 0 0;
}
.solutionMain{ padding: 10px 0 50px 0;}
.solutionMenu {
	width: 205px;
	overflow: hidden;
	padding-left: 20px;
}
.solutionMenu li {
	margin-bottom: 1px;
	text-transform: uppercase;
}
.solutionMenu li a {
	display: block;
	color: #fff;
	border: 1px solid #4a5e78;
	border-radius: 3px;
	padding-left: 5px;
	height: 43px;
	padding-top: 15px;
	background: #1a3957;
}
.solutionMenu li i {
	float: left;
	width: 30px;
	height: 30px;
	background: url('../images/solution_icon.png') no-repeat;
	margin-right: 6px;
}
.solutionMenu li h5 {
	font-weight: normal;
	font-size: 14px;
	overflow: hidden;
	line-height: 18px;
}
.solutionMenu li h5 span {
	display: block;
	font-family: Arial;
	font-size: 10px;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(1);
	transform-origin: left;
}
.solutionMenu li:nth-child(2) i {
	background-position: -30px 0;
}
.solutionMenu li:nth-child(3) i {
	background-position: -60px 0;
}
.solutionMenu li:nth-child(4) i {
	background-position: -90px 0;
}
.solutionMenu li:nth-child(5) i {
	background-position: -120px 0;
}
.solutionMenu li:nth-child(6) i {
	background-position: -150px 0;
}
.solutionMenu li:nth-child(7) i {
	background-position: -180px 0;
}
.solutionMenu li:nth-child(8) i {
	background-position: -210px 0;
}
.solutionMenu li:nth-child(9) i {
	background-position: -240px 0;
}
.solutionMenu li a:hover, .solutionMenu li.on a {
	background: #1d66bb;
	color: #fff;
	width: 225px;
	margin-left: -20px;
	padding-left: 20px;
	border: 1px solid #1d66bb;
	border-radius: 0 5px 5px 0;
}
.solutionTab, .solutionBox {
	width: 975px;
	height: 565px;
	overflow: hidden;
	position: relative;
}
.solutionBox .sImg {
	width: 700px;
	height: 540px;
	overflow: hidden;
	margin-top: 25px;
	position: relative;
	z-index: 2;
}
.solutionBox img {
	width: 700px;
	height: 540px;
	transition: all 1s;
}
.solutionBox .scale {
	animation: scale 10s;
}
.solutionBox .txt {
	background: #1d66bb;
	height: 525px;
	width: 215px;
	padding: 20px 30px;
	color: #a4ceff;
	position: relative;
}
.solutionBox .txt:after {
	content: "";
	position: absolute;
	border: 25px solid transparent;
	border-right-color: #001839;
	left: -50px;
	top: 0;
}
.solutionBox .txt h4 {
	font-size: 25px;
	height: 50px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal;
	color: #fff;
}
.solutionBox .txt p {
	height: 380px;
	overflow: hidden;
	margin-bottom: 20px;
	line-height: 26px;
}
.solutionBox .txt .more {
	display: inline-block;
	width: 90px;
	height: 30px;
	border: 1px solid #8eb3dd;
	border-radius: 3px;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	color: #fff;
}
.solutionBox .txt .more:hover {
	background: #fff;
	color: #0e79f3;
}

/*关于我们*/
.homeAbout{padding:30px; background:url(../images/abbg.jpg) no-repeat center top; /*background-attachment: fixed; */}
.homeAbout h1{color:#fff; font-size:80px;opacity: 0.3;}
.homeAbout h2{color:#fff;font-size:25px;font-weight:bold;}
.homeAbout .wx{margin:30px 0 20px 0;color:#fff; font-size:14px;line-height: 25px;}
.homeAbout .veo{float:left;width:100%;margin:20px 0 0 0}

/*==效果1==*/
.effect-one{position:relative;box-sizing:border-box;cursor:pointer;-webkit-transition:all .7s ease-in-out;-moz-transition:all .7s ease-in-out;-o-transition:all .7s ease-in-out;-ms-transition:all .7s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.effect-one .effect-one-img{position:relative;display:block;width:100%;padding:0;margin:0;opacity:1;-webkit-transition:all .7s ease-in-out;-moz-transition:all .7s ease-in-out;-o-transition:all .7s ease-in-out;-ms-transition:all .7s ease-in-out;transition:all .7s ease-in-out;overflow:hidden}
.effect-oneBox:hover .effect-one-img,.effect-one:hover .effect-one-img
{opacity:.9;-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}

/*工程案例*/
.homeProgramme{padding:50px 0}
.homeProgramme h1.title{color:#000000; font-size:25px}
.homeProgramme h1.title span{margin-left:10px;color:#c7c7c7;font-size:20px}
.homeProgramme ul{ position: relative;height:400px;margin:50px 0 0 0;}
.homeProgramme ul li{position: absolute;overflow: hidden;}
.homeProgramme ul li .lump{position: relative;display: block;height: 100%;width: 100%;}
.homeProgramme ul li .lump u{position: absolute;bottom: 0;width:100%;height:100%;background: rgba(0,0,0,0.5);}
.homeProgramme ul li .lump h3{position: absolute;top: 50%;width:100%;color:#fff;font-size:16px;text-align:center;}
.homeProgramme ul li.box6 b{float:right; display:block;font-size:60px; color:#F5D5A8}
.homeProgramme ul li.box6 span{float:left;width:100%;display:block;color:#fff; font-size:16px;}
.homeProgramme ul li.box6 span em{ font-weight:bold; font-size:19px;}
.homeProgramme ul li.box1{ left:0;top:0;width:407px;height:390px;}
.homeProgramme ul li.box2{left: 420px;top:0;width:387px;height:190px;}
.homeProgramme ul li.box3{left: 820px;top:0;width: 387px;height:190px;}
.homeProgramme ul li.box4{left: 420px;top: 200px;width: 225px;height:190px;}
.homeProgramme ul li.box5{left: 658px;top: 200px;width:225px;height:190px;}
.homeProgramme ul li.box6{left: 895px;top: 200px;width:273px;height:150px;padding:20px;background: #fbaa35;}

.homeProgramme ul li.box1 .effect-one .effect-one-img{/* width:600px; *//* height:480px; *//* margin-top:-50px; *//* left:-100px; */}

/*  关于我们 */
.about {
	padding: 50px 0;
	overflow: hidden;
	background: url('../images/about_bg.jpg') no-repeat center center #fff;
	color: #fff;
}
.about ul.piclist{position: relative; width: 540px; height: 360px;}
.about ul.piclist li{position: absolute; width: 540px; left: 0px; top: 0px; }
.about ul.piclist li p{bottom: -45px;}

.aboutRight .hTitle {
	text-align: center;
	font-size: 30px;
	color: #00549d;
	line-height: 35px;
	margin-bottom: 15px;
	font-weight: normal;
	text-transform: uppercase;
}
.aboutRight .hTitle span {
	display: block;
	font-size: 20px;
	color: #dfdfdf;
	font-family: Arial;
}


.settingBox {
	width: 540px;
	border: 2px solid #fff;
	position: relative;
	overflow: hidden;
	height: 360px
}
.settingBox li, .settingBox .ohbox {
	width: 540px;
	height: 360px;
	overflow: hidden;
	position: relative;
}
.settingBox li img {
	width: 540px;
	height: 360px;
	transition: all 0.5s;
}
.settingBox li p {
	display: block;
	height: 45px;
	line-height: 45px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff;
	background: url('../images/opc.png');
	background: rgba(0,0,0,.6);
	transition: all 0.4s;
	position: absolute;
	z-index: 2;
	padding: 0 20px;
	bottom: 0;
	width: 500px;
}
.settingBox li:hover img {
	transform: scale(1.1);
}
.settingBox .pageBtn span {
	position: absolute;
	top: 140px;
	cursor: pointer;
	left: 0;
	background: url('../images/setting_btn.png') no-repeat;
	width: 40px;
	height: 30px;
	font-size: 0;
	line-height: 0;
	opacity: .5;
}
.settingBox .pageBtn .next {
	left: auto;
	right: 0;
	background-position: -40px 0;
	right: 0;
}
.settingBox .pageBtn span:hover {
	opacity: 1;
}
.aboutRight {
	width: 600px;
}
.aboutRight .hTitle {
	color: #fff;
	text-align: left;
	position: relative;
}
.aboutRight .hTitle:after {
	content: "";
	left: 0;
	bottom: 0;
	width: 50px;
	height: 1px;
	background: #fff;
	position: absolute;
}
.aboutRight .hTitle span {
	color: #fff;
	opacity: .4;
}
.aboutRight .font p{ text-indent: 40px;}
.aboutRight .more {
	width: 160px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	display: inline-block;
	color: #fff;
	border-radius: 3px;
	margin-top: 30px;
	border: 1px solid #fff;
}
.aboutRight .more:hover {
	background: #fff;
	color: #0e79f3;
}

/*  产品中心 */
.product {
	padding: 50px 0;
	overflow: hidden;
	background: #f7f7f7;
	border-top: 1px solid #eee;
}
.proLeft {
	width: 260px;
}
.proLeft .tie {
	background: #00549d;
	/*background: #00549d;*/
	height: 70px;
	color: #fff;
	font-size: 25px;
	text-transform: uppercase;
	text-align: center;
	line-height: 32px;
	padding-top: 10px;
}
.proLeft .tie span {
	display: block;
	font-size: 16px;
	font-family: Arial;
	font-weight: normal;
}
.proLeft ul {
	margin-bottom: 15px;
}
.proLeft li {
	height: 50px;
	line-height: 50px;
	margin-top: 1px;
	font-size: 16px;
	background: #fff;
}
.proLeft li a {
	display: block;
	color: #333;
	padding-left: 25px;
	background: url('../images/side_li.png') no-repeat 220px center;
}
.proLeft li a:hover {
	background: #333 url('../images/side_lih.png') no-repeat 230px center;
	color: #fff;
}
.proRight {
	width: 910px;
	height: 780px;
}
.proRight ul {
	width: 950px;
}
.proRight li {
	float: left;
	width: 300px;
	background: #fff;
	/*box-shadow: 0 0 10px #ddd;*/
	font-size: 12px;
	/*margin: 0 15px 15px 0;*/
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	
}
.proRight li a {
	display: block;
	padding: 10px;
	height: 385px;
}
.proRight li .pImg {
	display: block;
	width: 280px;
	height: 280px;
	overflow: hidden;
	margin-bottom: 10px;
}
.proRight li img {
	width: 280px;
	height: 280px;
	transition: all 0.5s;
}
.proRight li h4 {
	font-size: 18px;
	color: #4c4c4c;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 1px dashed #c4c4c4;
	height: 40px;
	margin-bottom: 5px;
	line-height: 40px;
	position: relative;
	top: 0;
	transition: all 0.4s;
	text-align: center;
}
.proRight li p {
	position: relative;
	top: 0;
	transition: all 0.4s;
	text-align: center;
}
.proRight li a:hover {
	background: #00549d;
	color: #fff;
}
.proRight li a:hover h4 {
	color: #fff;
	top: 60px;
	border-top: 1px dashed #0088ff;
	border-bottom: none;
}
.proRight li a:hover p {
	top: -45px;
}
.proRight li a:hover img {
	transform: scale(1.1);
}

/* flow */
.flow .title { text-align: center; }
.flow .title h2 { font-size: 25px; font-weight: bold; line-height: 38px; }
.flow .title h2 span { position: relative; padding: 0 35px; line-height: 38px; }
.flow .title h2 em { width: 24px; height: 4px; position: absolute; top: 50%; margin-top: -2px; }
.flow .title .left { left: 0; }
.flow .title .right { right: 0; }
.flow .title h3 { line-height: 26px; font-family: Arial; font-size: 18px; font-weight: bold; }

.flow { background: url(../images/flowAdorn.gif) no-repeat center 0 #0157b9; padding-top: 40px; padding-bottom: 45px; }
.flow .title { margin-bottom: 26px; }
.flow .title h2, .flow .title p, .flow .title h3 { color: #fff; }
.flow .title em { background: #fff; }
.flowWrap { background: url(../images/cut.gif) repeat-x 0 74px; position: relative; }
.flowWrap .bd { width: 940px; margin: 0 auto; overflow: hidden; }
.flowWrap li { float: left; width: 138px; text-align: center; position: relative; margin: 0 25px; }
.flowWrap img { padding-top: 4px; margin-bottom: 8px; }
.flowWrap em { background: url(../images/flow.png); width: 138px; height: 138px; position: absolute; top: 0; left: 0; }
.flowWrap span { color: #fff; width: 100%; transition: 0.2s; }
.flowWrap .txt { font-size: 14px; padding-top: 3px; }
.flowWrap a:hover span { color: #f48a00; }


.flowWrap .ctrl { width: 1050px; position: absolute; top: 0; left: 50%; margin-left: -525px; }
.flowWrap .ctrl a { background: #fff; font-weight: bold; overflow: hidden; top: 60px; border-radius: 50%; width: 30px; height: 30px; line-height: 30px; text-align: center; color: #cdcdcd; position: absolute; font-family: 'simsun'; font-size: 20px; }
.flowWrap .ctrl .prev { left: 0; }
.flowWrap .ctrl .next { right: 0; }
.flowWrap .ctrl a:hover { background: #f48a00; color: #fff; }

/*典型客户*/
.index_case { margin: 40px auto 80px auto;}
.index_case ul li{width:239px; float: left; height: 160px;position:relative; border-right: 1px solid #eee;}
.index_case ul li img{width:239px; height: 160px;position: absolute; z-index: 2;transform:rotateY(0deg);transition: all 0.5s ease 0s; backface-visibility: hidden;}
.index_case ul li span{ position: absolute; width:239px; height:160px; background:#fff; line-height:158px; text-align: center;transform:rotateY(-180deg);transition: all 0.5s ease 0s; backface-visibility: hidden; color: #fff; background: #00549d; font-size: 18px;}

.index_case ul li:hover img{transform: rotateY(180deg); }
.index_case ul li:hover span{transform: rotateY(0deg);}

.index_case ul li:nth-child(5),
.index_case ul li:nth-child(10),
.index_case ul li:nth-child(15){width:240px;border-right: 0;}

.index_case ul li:nth-child(6),
.index_case ul li:nth-child(7),
.index_case ul li:nth-child(8),
.index_case ul li:nth-child(9),
.index_case ul li:nth-child(10){border-top:1px solid #eee; border-bottom: 1px solid #eee;}

/*service_index*/
.service_index{ background: url(../images/8.jpg) center center no-repeat; height: 826px;}
.service_index .tit{
box-sizing: border-box;
font-family: Microsoft YaHei;
color: #ffffff;
font-size: 47px;
line-height: 47px;
font-weight: bold;
text-align: center;
padding-top: 80px;
}
.service_index .text{
box-sizing: border-box;
font-family: Microsoft YaHei;
color: rgba(255,255,255,0.8);
font-size: 14px;
font-weight: normal;
text-align: center;
padding: 30px 0 40px 0;
}
.service_index .four-point{ color: #fff; width: 1200px; margin:0 auto; position: relative;}
.service_index .four-point span{ width: 280px; display: inline-block; position: absolute;font-size: 15px; line-height: 30px; background-image: url(../images/tu_101.png); background-repeat: no-repeat;}
.service_index .four-point span i{ font-style: normal; font-size: 18px; display: block;}
.service_index .four-point span:nth-child(1),.service_index .four-point span:nth-child(3){ padding-right: 70px;}
.service_index .four-point span:nth-child(2),.service_index .four-point span:nth-child(4){ padding-left: 70px;}
.service_index .four-point span:nth-child(1){text-align: right; left: 0; top: 100px;background-position: 298px -200px;}
.service_index .four-point span:nth-child(2){text-align: left;right: 0; top: 100px;background-position: 0 0;}
.service_index .four-point span:nth-child(3){text-align: right;left: 0; top: 350px;background-position:298px -600px;}
.service_index .four-point span:nth-child(4){text-align: left;right: 0; top: 350px;background-position: 0 -400px;}
.service_index .four-point .img-tu{ display: block; width: 500px; height: 500px; background: url(../images/tu.png) center center no-repeat; position: absolute; left: 350px; top: 0;}



.zy_second{padding:50px 0px 70px 0px;*padding:50px 0px 55px 0px; overflow:hidden;text-align:center;background:url(../images/bj1.jpg) no-repeat center top;}
.second_top{overflow:hidden; background:url(../images/title_bj1.png) no-repeat center bottom; padding-bottom:15px; margin-bottom:25px;}
.second_top h2{font-size:30px; color:#ffffff;}

.second_left div,.second_right div{transition: all 0.5s;}
.second_left div:hover,.second_right div:hover{ cursor: pointer;}

.second_left{overflow:hidden; float:left; width:354px;}
.second_left_top{overflow:hidden; text-align:center; padding:45px 30px 0px 30px; background-color:rgba(10,152,224,1); height:190px;}
.second_left_top:hover{background-color:rgba(10,152,224,0.5);}

.second_left_top.r{background-color:rgba(34,34,34,1);}
.second_left_top.r:hover{background-color:rgba(34,34,34,0.5);}
.second_left_top.r p{color:#bcbcbc;}
.second_left_top h2{font-size:16px; color:#ffffff; font-weight:bold; padding:12px 0px 18px 0px;}
.second_left_top p{font-size:12px; color:#b1d6f2; line-height:18px;}
.second_left_bottom{overflow:hidden;padding:25px 30px 35px 30px; background:#fff; text-align:left; height:194px;}
.second_left_bottom.r{background:#555555;}
.second_left_bottom.r h2{background:url(../images/h_bai.jpg) no-repeat top left; color:#fff;}
.second_left_bottom.r p{color:#fff;}
.second_left_bottom h2{background:url(../images/h_hei.jpg) no-repeat left top; padding-bottom:12px; padding-top:8px; font-size:40px; color:#454545; font-family:impact;}
.second_left_bottom p{font-size:14px; color:#333333; line-height:24px;}
.second_right{overflow:hidden; width:492px; float:left; overflow:hidden;}
.second_right_top{overflow:hidden; background-color:rgba(41,174,106,1); padding:45px 75px 0px 75px; height:190px;}
.second_right_top:hover{background-color:rgba(41,174,106,0.5);}

.second_right_top h2{font-size:16px; color:#ffffff; font-weight:bold; padding:12px 0px 18px 0px;}
.second_right_top p{font-size:14px; color:#afdbc1;}

/*  设备实力 */
.strength{ padding:0 0 50px 0;overflow:hidden;}
.strength .ohbox{ position:relative;overflow:hidden;height:335px;margin-bottom:25px;}
.strength .piclist{zoom:1; height:335px; width:1200px;}
.strength .piclist li{float:left;width:210px;height:335px;margin:0 15px;font-size:14px;}
.strength .piclist li img{width:210px;height:300px;}
.strength .piclist li span{display:block;text-align:center;height:35px;line-height:35px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}

.strength .pageBtn{text-align:center;height:23px;}
.strength .pageBtn span{ background:url(../images/strenth_btn.png) no-repeat 0 0px; display:inline-block;width:22px;height:23px;cursor:pointer;overflow:hidden; text-indent:-9999px;margin-left:5px;}
.strength .pageBtn .next{background-position:-22px 0;}
.strength .pageBtn span:hover{background-position:-44px 0;}
.strength .pageBtn .next:hover{background-position:-66px 0;}


/* 优势 */
.odds{background:url(../images/odds_bg.jpg) no-repeat center top;height:650px;overflow:hidden;padding-top:44px;}

.homeTitle{font-weight:normal;text-transform:uppercase;font-size:10px;font-family:Arial;color:#666;-webkit-transform:scale(0.8);-o-transform:scale(1);text-align:center;line-height:30px;margin-bottom:25px;}
.homeTitle span:before,.homeTitle span:after{display:inline-block;content:" ";height:15px;vertical-align:top;border-bottom:1px solid #3b4c77;width:120px; margin: 0 20px;}
.homeTitle strong{color:#3d507c; font-size: 38px; font-weight: normal; padding: 0 6px;}
.homeTitle span{display:block;font-size:30px;color:#333;}

.odds .homeTitle{color:#fff;margin-bottom:0;}
.odds .homeTitle span{color:#fff;}
.odds .homeTitle span strong{color:#768ebe;}
.odds .homeTitle span:before,.odds .homeTitle span:after{border-bottom:1px solid #fff;}
.oddsMain{padding-top:120px;overflow:hidden;color:#fff;font-size:14px;}
.oddsMain li{float:left;width:380px;padding-left:30px;height:210px;margin-bottom:20px;}
.oddsMain li .num{display:block;font-size:46px;color:#768ebe;font-family:Arial;line-height:46px;margin-bottom:10px;font-weight:bold;}
.oddsMain li h3{font-size:18px;font-weight:normal;line-height:20px;padding-bottom:8px;background:url(../images/odds_line.png) no-repeat left bottom;margin-bottom:10px;}
.oddsMain li h3 span{display:block;font-size:10px;-webkit-transform:scale(0.8);-o-transform:scale(1); text-transform:uppercase;}
.oddsMain li p{background:url(../images/odds_li.png) no-repeat left 5px;padding-left:20px;}
.oddsMain li.right{float:right;}



/*certi*/
.certi{background:url(../images/bBpprove_bg.png);padding:50px 0;overflow:hidden;}
.certi h2{text-align:center;height:104px;display:block;margin-bottom:25px;}
.certi a{display:block;width:103px;height:203px;float:left;margin-right:104px;text-align:center;padding:30px 5px 0; border-radius: 55px;}
.certi a span{display:block;width:48px;height:44px;margin:0 auto;}
.certi a em{ font-weight: bold; color:#333;line-height:35px;}
.certi a p{line-height:18px;color:#999;}
.certi a.bp span{background:url(../images/pa.png) no-repeat;}
.certi a.bp:hover span{background:url(../images/pah.png) no-repeat;}
.certi a.bp1 span{background:url(../images/pb.png) no-repeat;}
.certi a.bp1:hover span{background:url(../images/pbh.png) no-repeat;}
.certi a.bp2 span{background:url(../images/pc.png) no-repeat;}
.certi a.bp2:hover span{background:url(../images/pch.png) no-repeat;}
.certi a.bp3 span{background:url(../images/pd.png) no-repeat;}
.certi a.bp3:hover span{background:url(../images/pdh.png) no-repeat;}
.certi a.bp4 span{background:url(../images/pe.png) no-repeat;}
.certi a.bp4:hover span{background:url(../images/peh.png) no-repeat;}
.certi a.bp5 span{background:url(../images/pf.png) no-repeat;}
.certi a.bp5:hover span{background:url(../images/pfh.png) no-repeat;}
.certi a:hover{background:#1d66bb; cursor: pointer}
.certi a:hover em,.certi a:hover p{color:#fff;}
.certi a.bp5{margin-right:0;}

/*ind_story*/
.ind_story{width:100%;height:349px; background: url(/templates/pc/default/theme/images/dl.jpg) center center no-repeat;}


/*ind_news */
.ind_news {
	padding: 65px 0;
	background: #e9eaeb;
	overflow: hidden;
}
.ind_news .news {
	width: 660px;
	overflow: hidden;
	background: #fff;
	padding: 30px;
}
.ind_news .news .hd {
	height: 25px;
	line-height: 25px;
}
.ind_news .news .hd ul {
	float: left;
}
.ind_news .news li{cursor:pointer}
.ind_news .news .hd ul li {
	width: 110px;
	height: 25px;
	float: left;
	font-size: 17px;
	color: #333;
}
.ind_news .news .hd ul li.on {
	color: #fe0002;
}
.ind_news .news .hd a {
	float: right;
	font-family: arial;
	font-size: 13px;
	color: #999;
}
.ind_news .news .hd a:hover, .ind_news .ind_faq h2 a:hover, .ind_news .ind_faq .bd li h3 a:hover {
	color: #fe0002
}
.ind_news .news .bd {
	width: 660px;
	overflow: hidden;
}
.ind_news .news .bd ul {
	width: 700px;
}
.ind_news .news .bd ul li {
	width: 305px;
	height: 109px;
	float: left;
	padding-right: 10px;
	margin-right: 30px;
	margin-top: 20px;
}
.ind_news .news .bd ul li .pic {
	display: block;
	width: 86px;
	height: 109px;
	float: left;
	margin-right: 14px;
}
.ind_news .news .bd ul li .n-tit {
	width: 205px;
	float: left;
	height: 40px;
	line-height: 40px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	font-weight: normal;
	font-size: 15px
}
.ind_news .news .bd ul li .n-tit a {
	color: #333;
	transition: all 0s linear;
}
.ind_news .news .bd ul li h5 {
	width: 205px;
	float: left;
	font-size: 12px;
	padding-top: 10px;
	font-weight: normal;
	color: #999;
	line-height: 20px;
}
.ind_news .news .bd ul li:hover {
	background: #fe0002;
}
.ind_news .news .bd ul li:hover .n-tit a, .ind_news .news .bd ul li:hover h5 {
	color: #fff;
}

/* ind_faq */
.ind_news .ind_faq {
	width: 377px;
	background: #fff;
	padding: 30px;
	overflow: hidden;
}
.ind_news .ind_faq h2 {
	height: 25px;
	line-height: 25px;
	font-size: 17px;
	color: #333;
	font-weight: normal;
}
.ind_news .ind_faq h2 a {
	float: right;
	font-family: arial;
	font-size: 13px;
	color: #999;
}
.ind_news .ind_faq .bd {
	height: 367px;
	overflow: hidden;
	margin-top: 20px;
}
.ind_news .ind_faq .bd img {
	height: 154px;
	margin-bottom: 20px;
}
.ind_news .ind_faq .bd li {
	padding-bottom: 25px;
}
.ind_news .ind_faq .bd li h3 {
	height: 20px;
	line-height: 20px;
	background: url(../images/fq.jpg) no-repeat left top;
	padding-left: 30px;
	padding-bottom: 5px;
	font-weight: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 15px;
}
.ind_news .ind_faq .bd li h3 a {
	color: #333;
}
.ind_news .ind_faq .bd li p {
	background: url(../images/fa.jpg) no-repeat left 2px;
	padding-left: 30px;
	color: #888;
	line-height: 20px;
	margin-top: 5px;
}



/* =========home_pro============*/
.home_pro{padding:60px 0 0 0;background: url(../images/homebg01.jpg) no-repeat center top;background-size: cover;}
.home_pro .title{text-align: center;color: #fff;margin-bottom: 60px; }
.home_pro .title h2{font: 700 34px/2em microsoft yahei;}
.home_pro .title p{text-transform:Uppercase;font: 700 18px/1em microsoft yahei;}
.home_pro .mode01 li{width: 12.5%; float: left; text-align: center;}
.home_pro .mode01 li img{max-width: 95%;transition-duration:800ms;}
.home_pro .mode01 li:hover img{margin-top: -10px;}
.home_pro .mode01 li p{color: #fff;margin-top: 10px;}
.home_pro .mode02{text-align: center;padding:30px 0;}
.home_pro .mode02 img{max-width: 90%;}
.home_pro .mode03{margin-top: 60px;}
.home_pro .mode03 .txtarea{width: calc(100% - 167px);height: 167px;float: left; }
.home_pro .mode03 .txtarea .desc{width: 90%; text-align: center;color: #fff;margin:0 auto;font: 300 15px/2em microsoft yahei;height: 6em; overflow: hidden;}
.home_pro .mode03 .more{width: 167px; height: 167px; background: #c40a0a; float: right;transition-duration:800ms;}
.home_pro .mode03 .more a{color: #fff;width: 100%;display: inline-block; height: 137px;padding-top: 30px;font-size: 14px; text-align: center;transition-duration:800ms;}
.home_pro .mode03 .more:hover{background: #d40a0a;}
.home_pro .mode03 .more:hover a{padding-top: 50px;}

.home_pro .mode04 li{width: 12.5%; float: left; text-align: center;overflow: hidden;}
.home_pro .mode04 a{width: 110px;height: 85px;padding-top:25px; display: block;margin:0 auto; color: #fff;border:3px solid #fff;font-size: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;transition-duration:800ms;
}
.home_pro .mode04 a:hover{transform:rotateY(360deg); background: #c40a0a;}

@media only screen and (max-width:1024px) {
.home_pro .mode04 a{width: 85px;height: 70px;padding-top:15px;font-size: 14px;}
}
@media only screen and (max-width:767px) {
.home_pro .mode02{padding:0 0 20px 0;}
.home_pro .mode01 li{width:25%; float: left; text-align: center;margin-bottom: 20px;}
.home_pro .mode04 li{width: 25%;margin-bottom: 20px;}
.home_pro .mode01 li img{max-width: 80%;}
}
@media only screen and (max-width:420px) {
    .home_pro{padding:60px 0;}
    .home_pro .mode03{margin-top: 30px;}
.home_pro .mode03 .txtarea{width:100%;height: auto;float: none;margin-bottom: 30px; }
.home_pro .mode03 .more{width: 100%; height: auto; background: #c40a0a; float: none;}
.home_pro .mode03 .more a{color: #fff;width: 100%;display: inline-block; height: auto;padding: 15px 0;font-size: 14px; text-align: center;}
}
@media only screen and (max-width:378px) {
.home_pro .mode04 a{width: 80px;height: 65px;padding-top:15px;font-size: 14px;}
}
@media only screen and (max-width:320px) {
.home_pro .mode04 a{width: 65px;height: 55px;padding-top:10px;font-size: 12px;}
}

/*  新闻 */
.news {
	padding: 50px 0;
	overflow: hidden;
	background: #e9eaeb;
}
.newsLeft {
	width: 740px;
	overflow: hidden;
}
.nTie {
	height: 55px;
	font-size: 18px;
	font-weight: normal;
}
.nTie em {
	color: #ccc;
	margin: 0 25px;
	font-style: normal;
}
.nTie .m.on, .newsRight .nTie .m {
	font-weight: bold;
	color: #018bcf;
}
.nTie .more {
	float: right;
	text-transform: uppercase;
	margin-top: 5px;
	font-size: 12px;
	font-weight: normal;
}
.newsMain, .newsBox {
	height: 365px;
	overflow: hidden;
}
.newsBox .n1 {
	height: 200px;
	margin-bottom: 5px;
	overflow: hidden;
	font-size: 12px;
	line-height: 1.5
}
.newsBox .n1 .nImg {
	width: 300px;
	height: 200px;
	float: left;
	margin-right: 20px;
	overflow: hidden;
}
.newsBox .n1 img {
	width: 300px;
	height: 200px;
	transition: all 0.5s;
}
.newsBox .n1 h4 {
	font-size: 18px;
	height: 50px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal;
	line-height: 50px;
}
.newsBox .n1 h4 a {
	color: #222;
}
.newsBox .n1 h4 a:hover {
	color: #0066ff;
}
.newsBox .n1:hover img {
	transform: scale(1.1);
}
.newsBox .n1 .more {
	display: inline-block;
	width: 90px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	background: #017cc9;
	color: #fff;
	margin-top: 15px;
	border-radius: 20px;
}
.newsBox .n1 .more:hover {
	background: #333;
}
.newsBox .n2 {
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #dfdfdf;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.newsBox .n2 a {
	background: url('../images/ly_li.png') no-repeat left center;
	padding-left: 10px;
	color: #333;
}
.newsBox .n2 span {
	float: right;
	color: #999;
	font-size: 12px;
	margin-left: 10px;
}
.newsBox .n2 a:hover {
	background: url('../images/ly_li.png') no-repeat 8px center;
	padding-left: 18px;
	color: #0e79f3;
}
/*  常见问题 */
.faq {
	width: 420px;
}
.faq .nTie {
	color: #018bcf;
	font-weight: bold;
}
.faq .nTie span {
	color: #d2d2d2;
	margin-left: 5px;
	font-weight: normal;
}
.faq li {
	overflow: hidden;
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 20px;
}
.faq li a {
	display: block;
	border: 1px solid #c3c3c3;
	transition: all 0.4s;
	padding: 0 20px;
	height: 38px;
	background-position: right top;
}
.faq li h4 {
	height: 38px;
	line-height: 38px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal;
	font-size: 14px;
}
.faq li.on a {
	background: #007ebf url('../images/faq_icon.jpg') no-repeat right top;
	padding-right: 100px;
	color: #fff;
	height: 115px;
	border: 1px solid #006498;
}
.faq li.on a h4 {
	font-size: 16px;
	padding-top: 5px;
}

/*home_clients*/
.home_clients{padding:30px 0 60px 0;}
.home_clients .picList li{width: 270px; transform: translate3d(0px, 0px, 0px); transition-duration: 0ms; float: left; margin: 15px}
.home_clients .picList li a{order: 0; width: 270px;}
.home_clients .picList li img{width: calc(100% - 10px);filter: alpha(opacity=90);opacity: 0.9;}
.home_clients .picList li img:hover{width: calc(100% - 10px);filter: alpha(opacity=100);opacity: 1;}
.home_clients .picList li img{border:5px solid #cdd4dc;}
.home_clients .picList li .line { position: absolute; transition: all 0.3s ease; z-index: 8; display: block; background: #007ebf; }
.home_clients .picList li .line1 { left: 0; top: 0; height: 5px; width: 0; }
.home_clients .picList li .line2 { right: 0; top: 0; height: 0; width: 5px; }
.home_clients .picList li .line3 { right: 0; bottom: 0; height: 5px; width: 0; }
.home_clients .picList li .line4 { left: 0; bottom: 0; height: 0; width: 5px; }
.home_clients .picList li a.cur .line1, .picList li a.cur .line3, .picList li a:hover .line1, .picList li a:hover .line3 { width: 100%; }
.home_clients .picList li a.cur .line2, .picList li a.cur .line4, .picList li a:hover .line2, .picList li a:hover .line4 { height: 100%; }


/* footer_lv */
.footer_lv { background: url(../images/footer.jpg) no-repeat center 0; height: 320px; }
.footNav { height: 46px; line-height: 46px; background: #50b64f; text-align: center; color: #fff; font-size: 16px; }
.footNav a { color: #fff; }
.footNav a:hover { color: #e9ba25; }
.footNav span { margin: 0 20px; font-weight: bold; cursor: default; }

.footer_lv h2 { padding-top: 81px; margin-right: 60px; }
.siteInfo { padding-top: 61px; line-height: 30px; color: #fff; opacity: 0.5; filter: alpha(opacity = 50); font-size: 13px; }
.siteInfo a { color: #fff; }
.siteInfo a:hover { color: #50b64f; }
.siteInfo .long { margin-right: 30px; }
.siteInfo .short { margin-right: 24px; }
.siteInfo em { cursor: default; margin: 0 5px; font-style: normal; }

.code p { width: 88px; text-align: center; margin-left: 14px; padding-top: 70px; line-height: 30px; font-size: 13px; color: #fff; }
/* footer_lv */















/* 底部 */
.footer {
	background: #333;
	font-size: 12px;
	color: #fff;
	color: #a4a4a4;
}

.footer a {
	color: #a4a4a4;
}
.footer a:hover {
	color: #fff;
}

.footer .footMain {
	padding: 35px 0 40px 0;
	overflow: hidden;
}
.backTop {
	background: #2fd45c;
	border-radius: 10px;
	position: absolute;
	right: 0;
	top: -55px;
}
.footLeft {
	width: 740px;
	overflow: hidden;
}
.footLeft ul {
	float: left;
	width: 160px;
}
.footLeft ul li{
	line-height: 22px;
}
.footLeft ul h3 {
	font-size: 16px;
	color: #fff;
	height: 40px;
	font-weight: normal;
}
.footContact {
	width: 190px;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
}
.footContact .phone {
	font-size: 25px;
	font-family: Arial;
	margin-bottom: 10px;
}
.footContact span {
	display: inline-block;
	width: 150px;
	height: 36px;
	line-height: 36px;
	background: #006699;
	color: #fff;
	margin-top: 10px;
}
.footContact span a{ color: #fff;}
.footContact span a:hover{ color: #eee}
.footWx {
	width: 225px;
	overflow: hidden;
	text-align: center;
}
.footWx p {
	width: 100px;
}
.footWx img {
	width: 100px;
	margin-bottom: 8px;
	border-radius: 4px;
}
.copyright {
	padding: 20px 0;
	border-top: 1px solid #454545;
}
.firendLink {
	margin-top: 10px;
	color: #666;
}
.firendLink a {
	margin: 0 5px;
	color: #666;
}
.copyright em {
	font-style: normal;
	margin: 0 10px;
}

.proind { }
.proind h3{ font-size: 22px; font-weight: 300; height: 40px; line-height: 40px; background: #f3f3f3; padding:0 20px; color: #0157b9; margin: 20px 0;}
.proind h3 a{color: #333; transition: all ease 0.3s;}
.proind h3 a:hover{color: #007ebf;}
.proind h3 span{ float: right; font-size: 14px; font-weight: 500;}

.proind ul {}
.proind ul li{ width: 240px;height: 330px; float: left; text-align: center;transition: all ease 0.3s;}
.proind ul li img{ width:160px; height: 160px;}
.proind ul li a{ display: block; width: 160px; padding:20px 40px; height: 160px;}
.proind ul li p{ height:30px; line-height: 30px;}
.proind ul li:hover{box-shadow: 0px 0px 30px #999 inset; }
.proind ul li:hover p{color: #007ebf;}



	/* 焦点图效果 */
	.picBtnTop{ width:600px; height:500px;  padding:5px;  position:relative; float: left;}
	.picBtnTop .hd{ width:98px;  height:500px; position:absolute; left:5px; overflow:hidden; }
	.picBtnTop .hd ul li{ width:80px; text-align:center; padding:0 0 5px 5px;  }
	.picBtnTop .hd ul li img{ width:60px; height:60px; border:2px solid #ddd; cursor:pointer; vertical-align:bottom; }
	.picBtnTop .hd ul li.on img{ border-color:#ffae00;  }
	.picBtnTop .bd{ width:500px; height:500px; position:relative; margin-left: 100px;  }
	.picBtnTop .bd li{ width:500px; height:500px; line-height: 500px; text-align: center; position:relative; zoom:1; vertical-align:middle;}
	.picBtnTop .bd li .pic{ position:relative; z-index:0;  }
	.picBtnTop .bd li .pic img{ width:500px; height:500px; vertical-align:bottom; }
	#demo1,#demo2{ margin-bottom:20px;  }

	.proinfo{width:500px;height:500px; float: left; padding: 20px;}
	.proinfo h3{ color: #0157b9; font-size: 22px; margin-bottom: 20px;}
	.proinfo p{ height: 30px; line-height: 30px;}
	
	
	
.pro_canshu{ margin-bottom: 30px;}
.pro_canshu dl:first-child {
	min-width: 20%!important;
}
.pro_canshu dl dd:first-child {
	background: #00b3d5!important;
	color: #fff!important;
	margin: 0 30px;
}

.pro_canshu dl:first-child dd:first-child{background: #ffffff!important;color: #666!important;}

.pro_canshu dl {
	width: 20%;
	float: left;
}
.pro_canshu dl dd {
	height: 28px;
	line-height: 28px;
	text-align: center;
}
.pro_canshu dl dd:nth-child(odd) {
	background: #ffffff;
}
.pro_canshu dl dd:nth-child(even) {
	background: #f1f1f1;
}
.pro_canshu ul li {
	float: left;
	margin-bottom: 1px;
	width: 400px;
	height: 30px;
	border-bottom: 1px solid #eee;
	font-family: Microsoft Yahei;
	line-height: 30px;
	overflow: hidden;
}
.pro_canshu em {
	display: inline-block;
	margin-right: 10px;
	padding-left: 10px;
	width: 90pt;
	height: 30px;
	background: #f1f1f1;
	color: #333;
	font-weight: inherit;
	font-style: normal;
	line-height: 30px
}
	
.pro_canshu em{word-break:break-all;min-height:30px;}
.pro_canshu ul li { min-height:30px;}

#help h2,#down h2{ font-size:18px; line-height:54px; color:#323232; border-bottom:2px solid #ff8e29; width:100%; font-weight:normal;}
#help dt{cursor:pointer; color:#353535; font-size:18px;margin-bottom:20px; }
#help dd{ display:none;color:#767676; font-size:14px; padding:10px; border-radius:5px; background:#f0f0f0; margin-bottom:20px;margin-bottom:20px; line-height:25px; letter-spacing:1px;}
#help dt,#help dd{ margin-left:40px; position:relative;}
#help dt i,#help dd i{background:url(../images/ico.png) no-repeat; width:30px; height:30px; display:block; position:absolute; left:-40px; top:0px;}
#help dd i{background-position: 0 -35px;}
#help .mb{ padding:20px 0px 0 0px;}

.page_left{ width:260px; float: left;}
.page_left h3{ font-size:18px; line-height:54px; color:#323232; font-weight:normal; border-bottom: 1px solid #ddd;}
.page_left h3 span{ position: relative; padding-bottom: 10px; }
.page_left h3 span:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -7px;
    left: 0;
    height: 2px;
    width: 100%;
    background: #0961bb;
}
.page_left ul{ margin: 20px 0;}
.page_left ul li{ height: 30px; line-height: 30px; border-bottom: 1px dashed #ccc;}

.page_right{ width:920px; float:right;}

	.font-weight-300 {font-weight: 300!important;}
	
	.news_index li{padding: 30px 0; height: 150px;border-bottom: 1px solid #f0f2f5;}
	.news_index li .media-left{ width:210px; height: 140px; margin: 0 10px 10px 0; float: left}
	.news_index li .media-left img{ width:210px; height: 140px; }
	.news_index li .media-body{ float: right; width: 680px;}
	.news_index li .media-body h4 {margin: 0 0 20px;font-size: 22px;}
	.news_index li .media-body p.info {margin-bottom: 0px;font-size: 16px;color: #a3afb7;}
	.news_index li .media-body p.info span {margin-right: 10px;}
	.news_index li .media-body p.des {color: #333333;margin-bottom: 10px;}


/*分页样式*/
.list_page {
	display: block;
	margin: 30px 0;
	text-align: center
}
.list_page:after {
	clear: both;
	display: block;
	visibility: hidden;
	overflow: hidden;
	height: 0;
	content: " "
}
.list_page ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
	vertical-align: bottom
}
.list_page ul li {
	display: inline-block;
	border: 1px solid #ddd;
	border-radius: 4px
}
.list_page ul a {
	display: block;
	padding: 9pt 15px;
	background: #fff;
	color: #333;
	line-height: 18px;
	transition: all 1s cubic-bezier(.175, .885, .32, 1) 0s
}
.list_page ul a:hover {
	background: #333;
	color: #fff
}
.page_group ul {
	border-right: 1px solid #ddd;
	border-radius: 4px
}
.page_group ul li {
	float: left;
	border-right: none;
	border-radius: 0
}
.page_group ul li:not(:first-child):not(:last-child) {
	border-radius: 0
}
.page_group ul li:first-child {
	border-radius: 4px 0 0 4px
}
.page_group ul li:last-child {
	border-radius: 0 4px 4px 0
}
.page_group ul .page-active a {
	border-radius: 0;
	background: #eee;
	color: #333
}

.news-view {
	padding: 20px 0;
}
.news-view .viewtit {
	margin-bottom: 20px;
	padding: 15px;
	border-bottom: 1px dashed #ccc;
	color: #1a1a1a
}
.news-view .viewtit h3 {
	color: #1a1a1a;
	text-align: center;
	font-size: 20px;
	padding: 15px 0;
}
.news-view .viewtit .tim {
	text-align: center;
	font-size: 14px;
}
.news-view .viewcon {
	font-size: 15px;
	line-height: 25px;
	color: #1a1a1a;
}
.news-view .viewcon img{ max-width: 100%;}
.news-view .viewcon a {
	color: #0f84d3;
	text-decoration: underline
}
.news-view .viewcon a:hover {
	color: #666
}
.viewurl{ padding: 20px 0;}

.nextinfo {
	padding: 10px 0;
	line-height: 28px;
	font-size: 15px;
}
.nextinfo p {
}
.nextinfo a {
	color: #333
}
.nextinfo a:hover {
	text-decoration: underline
}
.nextinfo p b {
	color: #00b3d5
}

.pagecontent{ line-height: 35px;}
