/* CSS Document */
@charset "utf-8";
	* {
	margin:0;
	padding:0;
}
body {
	font:14px/1.5 "Microsoft Yahei";
	color:#333;
	cursor:default;
}
img {
	border:0px;
	vertical-align:top;
}
ul,ol {
	list-style-type:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
input,textarea,select {
	font:14px/1 "Microsoft Yahei";
	color:#555;
	outline:0;
}
textarea {
	resize:none;
	overflow:auto;
}
input[type='checkbox'],input[type='radio'] {
	vertical-align:-2px;
	margin-right:5px;
}
h1,h2,h3,h4,h5,h6,font {
	font-size:14px;
}
a {
	color:#333;
	text-decoration:none;
	cursor:pointer;
}
a:hover,a:active {
	color:#e0272c;
}
em {
	font-style:normal;
}
h3,h4 {
	font-weight:400;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
	color:#e5e5e5;
}
input:-moz-placeholder,textarea:-moz-placeholder {
	color:#e5e5e5;
}
input::-moz-placeholder,textarea::-moz-placeholder {
	color:#e5e5e5;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {
	color:#e5e5e5;
}
.clearfix:after {
	content:"";
	clear:both;
	font-size:0px;
	line-height:0px;
	display:block;
	width:100%;
	height:1px;
}
.hidden {
	display:none;
}
.center {
	text-align:center;
}
.p_left,.leftCon {
	float:left;
}
.p_right,.rightCon {
	float:right;
}
.autocut {
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	word-break:break-all;
}
.ease {
	-webkit-transition:all ease 300ms;
	-moz-transition:all ease 300ms;
	-ms-transition:all ease 300ms;
	-o-transition:all ease 300ms;
	transition:all ease 300ms;
}
a {
	-webkit-transition:all ease 300ms;
	-moz-transition:all ease 300ms;
	-ms-transition:all ease 300ms;
	-o-transition:all ease 300ms;
	transition:all ease 300ms;
}
.noease,.noease * {
	-webkit-transition:none;
	-moz-transition:none;
	-ms-transition:none;
	-o-transition:none;
	transition:none;
}
.wrap {
	width:1200px;
	margin:0 auto;
	position:relative;
}
.pcolor {
	color:#1B954E;
}
body {
	position:relative;
	max-width:100%;
	overflow-x:hidden;
}
/* 网站公共头部区域 */

.p_header {
	width:100%;
	height:90px;
	background:#fff;
}
.i_header {
	position:absolute;
	left:0;
	top:0;
	z-index:99;
	background:rgba(255,255,255,0.1);
	border-bottom:1px solid #ffffff1c;
}
.p_header .logo {
	float:left;
}
.p_header .logo img {
	display:block;
	height:90px;
}
.p_header .menuCon {
	float:right;
}
.p_header .menuCon li {
	position: relative;
	float:left;
	padding:0 20px;
}
.p_header .menuCon li > a {
	display:block;
	font-size:18px;
	color:#3b3b3b;
	line-height:86px;
}
.p_header .menuCon li.on > a {
	border-bottom:4px solid #ff782d;
	color:#ff782d;
}
.i_header .menuCon li a {
	color:#fff;
}
.p_header .menuCon li .box {
	position: absolute;
	left: -42px;
	top: 90px;
	width: 200px;
	background: #fff;
	display: none;
}
.p_header .menuCon li .box a {
	display: block;
	width: 100%;
	height: 55px;
	text-align: center;
	font-size: 14px;
	color: #333;
	line-height: 55px;
	border-bottom: 1px solid #ccc;
}
.p_header .menuCon li .box a:hover {
	color: #ff782d;
}

/*首页banner*/
.i-banner {
	position:relative;
	width:100%;
	height:900px;
	overflow:hidden;
}
.i-banner .flexslider ul {
	width:100%;
	height:100%;
}
.i-banner .flexslider ul li {
	width:100%;
	height:900px;
}
.i-banner .flexslider {
	position:relative;
	height:900px;
}
.i-banner .flex-control-nav {
	bottom:20px;
	z-index:999;
}
.i-banner .flex-control-paging li a {
	width:15px;
	height:15px;
	border:1px solid #fff;
	background:none;
}
.i-banner .flex-control-paging li a.flex-active {
	background:#fff;
}
/*公司简介*/

.i_about {
	width:100%;
	height:840px;
	background:url(../images/i_about_bg.jpg) top center no-repeat;
}
.ja_s_tit {
	width:100%;
	text-align:center;
	padding:40px 0;
}
.ja_s_tit h3 {
	font-size:40px;
	color:#ff6b1b;
	line-height:60px;
	font-weight:bold;
}
.ja_s_tit .en {
	width:100%;
	text-align:center;
}
.ja_s_tit .en span {
	display:inline-block;
	font-size:20px;
	color:#cbd0d3;
	line-height:30px;
	text-transform:uppercase;
	margin:0 20px;
}
.ja_s_tit .en em {
	position:relative;
	top:-5px;
	display:inline-block;
	width:30px;
	height:2px;
	background:#b3b3b3;
}
.ja_s_tit .en em:after {
	content:"";
	position:absolute;
	left:-8px;
	top:-3px;
	display:block;
	width:6px;
	height:6px;
	border:1px solid #b3b3b3;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
}
.ja_s_tit .en em.fst:after {
	left:auto;
	right:-8px;
}
.i_about .abt_con {
	position:relative;
	width:100%;
	height:574px;
	margin-top:20px;
}
.i_about .abt_con .leftPic {
	float:left;
	width:466px;
}
.i_about .abt_con .leftPic img {
	display:block;
	width:100%；
}
.i_about .abt_con .rightDes {
	position:absolute;
	right:0;
	bottom:0;
	width:734px;
	height:530px;
	background:#fff;
}
.i_about .abt_con .rightDes .box {
	padding:30px 50px;
}
.i_about .abt_con .rightDes h3 {
	position:relative;
	font-size:40px;
	color:#177aea;
	line-height:80px;
}
.i_about .abt_con .rightDes h3:after {
	content:"";
	position:absolute;
	left:0;
	top:0;
	display:block;
	width:100px;
	height:2px;
	background:#177aea;
}
.i_about .abt_con .rightDes .d_box {
	width:100%;
	margin:10px 0;
}
.i_about .abt_con .rightDes .d_box p {
	font-size:16px;
	color:#7e7e7e;
	line-height:32px;
	text-indent:2em;
}
.i_about .abt_con .rightDes .more {
	float:right;
	display:block;
	width:50px;
	height:50px;
	background:#ff6b1b;
	text-align:center;
	line-height:50px;
	font-size:60px;
	color:#fff;
	font-weight:400;
	font-family:"宋体";
}
/*郡安模式*/

.i_ms {
	width:100%;
	overflow:hidden;
}
.i_ms .ms_con {
	width:100%;
}
.i_ms .ms_con .mItmPic {
	width:100%;
	overflow:hidden;
}
.i_ms .ms_con .mItmPic .line {
	display:block;
	margin:0 auto;
}
.i_ms .ms_con .mItmPic .box {
	width:100%;
}
.i_ms .ms_con .mItmPic .box .itm {
	float:left;
	width:400px;
}
.i_ms .ms_con .mItmPic .box .itm img {
	display:block;
}
.i_ms .ms_con .mItmPic .box .itm .des {
	width:100%;
	text-align:center;
	margin-top:20px;
}
.i_ms .ms_con .mItmPic .box .itm .des span {
	display:block;
	font-size:16px;
	color:#666666;
	line-height:40px;
}
.i_ms .ms_con .itmIcon {
	width:100%;
	overflow:hidden;
	padding:50px 0;
}
.i_ms .ms_con .itmIcon ul {
	width:100%;
}
.i_ms .ms_con .itmIcon li {
	float:left;
	width:20%;
	text-align:center;
}
.i_ms .ms_con .itmIcon li img {
	display:block;
	margin:0 auto;
}
.i_ms .ms_con .itmIcon li span {
	font-size:18px;
	color:#888888;
	line-height:30px;
}
/*信息化产品*/

.i_xxh {
	width:100%;
	height:840px;
	background:url(../images/i_xxh_bg.jpg) top center no-repeat;
}
.i_xxh .wrap {
	padding-top:110px;
}
.i_xxh .leftCon {
	float:left;
	width:600px;
}
.i_xxh .rightCon {
	float:left;
	width:600px;
}
.i_xxh .leftCon .word {
	width:100%;
	height:111px;
	overflow:hidden;
}
.i_xxh .leftCon .word h3 {
	font-size:40px;
	color:#fff;
	line-height:55px;
	font-weight:bold;
}
.i_xxh .leftCon .word span {
	font-size:20px;
	color:#fff;
	line-height:40px;
	text-transform:uppercase;
}
.i_xxh .picBox {
	width:100%;
}
.i_xxh .picBox .itm {
	position:relative;
	float:left;
}
.i_xxh .picBox .itm .des {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	text-align:center;
}
.i_xxh .picBox .itm .des img {
	position: relative;
	top: 0;
	display:block;
	margin:60px auto 0;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
}
.i_xxh .picBox .itm:hover .des img {
	top: -10px;
}
.i_xxh .picBox .itm .des span {
	display:block;
	font-size:26px;
	color:#fff;
	line-height:36px;
	font-weight:bold;
}
.i_xxh .picBox .itm .words {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	text-align:left;
	padding-left:310px;
	padding-top:50px;
}
.i_xxh .picBox .itm .words p {
	font-size:18px;
	color:#fff;
	line-height:44px;
	font-weight:bold;
}
/*资讯中心*/

.i_news {
	width:100%;
	overflow:hidden;
	padding:20px 0 40px;
}
.i_news .ns_list {
	width:100%;
	margin-top:30px;
}
.i_news .ns_list ul {
	width:100%;
	height:440px;
}
.i_news .ns_list li {
	position: relative;
	top: 0;
	float:left;
	width:380px;
	margin:0 10px;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
}
.i_news .ns_list li:hover {
	top: -10px;
	box-shadow: 0 0 6px #d6d6d6;
	-webkit-box-shadow: 0 0 6px #d6d6d6;
	-moz-box-shadow: 0 0 6px #d6d6d6;
	-ms-box-shadow: 0 0 6px #d6d6d6;
	-o-box-shadow: 0 0 6px #d6d6d6;
}
.i_news .ns_list li .pic {
	display:block;
	width:100%;
}
.i_news .ns_list li .pic img {
	display:block;
	width:100%;
	height:235px;
}
.i_news .ns_list li .des {
	padding:20px 15px;
	border:1px solid #ececec;
	overflow:hidden;
}
.i_news .ns_list li .des .tit {
	display:block;
	width:100%;
	height:30px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-size:20px;
	color:#333333;
	line-height:30px;
}
.i_news .ns_list li .des p {
	width:100%;
	height:66px;
	overflow:hidden;
	line-height:22px;
	font-size:16px;
	color:#9b9b9b;
	margin:15px 0;
}
.i_news .ns_list li .des .more {
	position: relative;
	left: 0;

	display:block;
	font-size:16px;
	color:#ff782d;
	line-height:30px;
	background:url(../images/ns_more.png) left bottom no-repeat;

	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
}
.i_news .ns_list li:hover .des .more {
	left: 10px;
}
.i_news .nsMore {
	display:block;
	width:180px;
	height:50px;
	border:1px solid #ececec;
	font-size:18px;
	color:#666666;
	line-height:50px;
	text-align:center;
	line-height:50px;
	margin:40px auto;
}
.i_news .nsMore:hover {
	background:#ff6b1b;
	color:#fff;
}
/*合作案例*/

.i_case {
	width:100%;
	height:560px;
	background:url(../images/i_case_bg.jpg) top center no-repeat;
}
.i_case .wrap {
	width:1360px;
}
.i_case .cs_list {
	position:relative;
	width:100%;
	height:320px;
}
.i_case .cs_list .hd {
	position:absolute;
	left:0;
	top:30%;
	width:100%;
	height:50px;
}
.i_case .cs_list .hd a {
	position:absolute;
	top:0;
	display:block;
	width:46px;
	height:46px;
	border:2px solid #e3e4e8;
	border-radius:50%;
	-webkit-border-radius:50%;
	font-size:30px;
	color:#666;
	text-align:center;
	line-height:46px;
	font-family:"宋体";
}
.i_case .cs_list .hd a:hover {
	background:#ff6b1b;
	color:#fff;
}
.i_case .cs_list .hd a.next {
	right:0;
}
.i_case .cs_list .hd a.prev {
	left:0;
}
.i_case .cs_list .bd {
	width:1260px;
	margin:0 auto;
	overflow:hidden;
	margin-top:30px;
}
.i_case .cs_list .bd ul {
	width:100%;
}
.i_case .cs_list .bd li {
	float:left;
	width:290px;
	margin:0 12px;
}
.i_case .cs_list .bd li .pic {
	width:100%;
	height:230px;
}
.i_case .cs_list .bd li .pic img {
	display:block;
	width:100%;
	height:230px;
}
.i_case .cs_list .bd li .tit {
	display:block;
	width:100%;
	text-align:center;
	font-size:18px;
	color:#333333;
	line-height:80px;
}
/*网站底部*/

.p_footer {
	width:100%;
	background:url(../images/p_footer_bg.jpg) top center no-repeat;
	overflow:hidden;
}
.fItmTop {
	width:100%;
}
.fItmTop .wrap {
	overflow:hidden;
}
.fItmTop .logo_menu {
	width:100%;
	overflow:hidden;
	padding:50px 0;
}
.fItmTop .logo_menu .logo {
	float:left;
}
.fItmTop .logo_menu .logo img {
	display:block;
}
.fItmTop .logo_menu .menu {
	float:right;
}
.fItmTop .logo_menu .menu li {
	float:left;
}
.fItmTop .logo_menu .menu li a {
	display:block;
	font-size:20px;
	color:#fff;
	line-height:50px;
	padding:0 20px;
}
.fItmTop .tel_form {
	width:100%;
	overflow:hidden;
}
.fItmTop .tel_form .telBox {
	float:left;
	width:370px;
	padding-top:20px;
}
.fItmTop .tel_form .telBox p {
	font-size:16px;
	color:#ffffff;
	line-height:30px;
}
.fItmTop .tel_form .fmBox {
	float:left;
	width:390px;
	padding:0 35px;
	border-left:1px solid #286db7;
	border-right:1px solid #286db7;
	overflow:hidden;
	margin-left:50px;
}
.fItmTop .tel_form .fmBox input {
	background:none;
	border:0;
	margin:5px 0;
}
.fItmTop .tel_form .fmBox input[type='text'] {
	display:block;
	width:370px;
	padding:0 10px;
	height:46px;
	background:rgba(255,255,255,0.1);
	font-size:16px;
	color:#fff;
}
.fItmTop .tel_form .fmBox input[type='submit'] {
	display:block;
	width:100%;
	height:46px;
	background:#ff782d;
	font-size:18px;
	color:#fff;
	cursor:pointer;
}
.fItmTop .tel_form .ewm {
	float:right;
	padding-top:20px;
}
.fItmTop .tel_form .ewm img {
	display:block;
	width:180px;
}
.fCopyRight {
	width:100%;
	border-top:1px solid  #286db7;
	margin-top:50px;
}
.fCopyRight * {
	text-align:center;
	line-height:100px;
	font-size:16px;
	color:#fff;
}
/*页面栏目*/

.pgCate {
	width:100%;
	height:66px;
	background:#f7f7f7;
}
.pgCate ul {
	width:100%;
}
.pgCate li {
	float:left;
}
.pgCate li a {
	display:block;
	font-size:18px;
	color:#000000;
	line-height:66px;
	padding:0 20px;
}
.pgCate li.on a {
	background:#ff7d14;
	color:#fff;
}
/*公司简介*/
.pg_about {
	width:100%;
	padding:50px 0;
	overflow:hidden;
	background:url(../images/pg_about_bg.jpg) center bottom no-repeat;
}
.pg_about .a_tit {
	width:100%;
	overflow:hidden;
}
.pg_about .a_tit h3 {
	position:relative;
	float:left;
	font-size:26px;
	color:#595959;
	line-height:60px;
}
.pg_about .a_tit h3:after {
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	display:block;
	width:90px;
	height:2px;
	background:#e6e6e6;
}
.pg_about .a_tit img {
	float:right;
}
.pg_about .a_con {
	width:100%;
	margin-top:30px;
}
.pg_about .a_con p {
	font-size:16px;
	color:#7e7e7e;
	line-height:30px;
	text-indent:2em;
}
.ja_wh {width: 100%;}
.ja_wh ul {width: 110%;}
.ja_wh li {position: relative;float: left;width: 285px;height: 343px;margin-right: 15px;overflow: hidden;}
.ja_wh li .pic {position: relative;width: 100%;height: 100%;}
.ja_wh li .pic img {display: block;width: 100%;height: 100%;}
.ja_wh li .pic span {position: absolute;left: 0;bottom: 0;width: 100%;height: 48px;background: rgba(0,0,0,0.6);font-size: 18px;color: #fff;text-align: center;line-height: 48px;}
.ja_wh li .des {position: absolute;left: 0;top: 400px;width: 285px;height: 343px;background: rgba(255,125,20,0.9);transition: all 0.5s;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;}
.ja_wh li .des .box {padding: 100px 10px 0;}
.ja_wh li .des .box h4 {font-size: 24px;color: #fff;line-height: 30px;text-align: center;margin-bottom: 25px;}
.ja_wh li .des .box p {font-size: 14px;color: #fff;line-height: 24px;text-align: center;text-indent: 0;}
.ja_wh li:hover .des {top: 0;}

/*业务形态*/
.pg_yw {
	width:100%;
	overflow:hidden;
}
.ywItmMs {
	width:100%;
	height:750px;
	background:url(../images/ywItmMs_bg.jpg) center top no-repeat;
}
.ywItmMs .m_con {
	position:relative;
	width:890px;
	height:460px;
	margin:0 auto;
	position:relative;
	left:10px;
}
.ywItmMs .m_con .itm {
	position:absolute;
	width:340px;
}
.ywItmMs .m_con .itm img {
	display:block;
	margin:65px auto 10px;
}
.ywItmMs .m_con .itm span {
	display:block;
	font-size:22px;
	color:#fff;
	line-height:50px;
	text-align:center;
}
.ywItmMs .m_con .itm p {
	width:60%;
	margin:0 auto;
	font-size:16px;
	color:#fff;
	line-height:24px;
}
.ywItmYs {
	width:100%;
}
.ywItmYs .itm {
	width:100%;
	height:360px;
	padding:60px 0;
	background:#f2f9ff;
}
.ywItmYs .itm .word {
	float:left;
	width:650px;
}
.ywItmYs .itm .word h3 {
	font-size:26px;
	color:#ff8c1b;
	line-height:50px;
	font-weight:bold;
	margin-top:100px;
}
.ywItmYs .itm .word p {
	font-size:16px;
	color:#7b7b7b;
	line-height:30px;
}
.ywItmYs .itm .pic {
	float:left;
	width:490px;
}
.ywItmYs .itm .pic img {
	display:block;
}
.ywItmLst {
	width:100%;
	overflow:hidden;
	padding:50px 0;
}
.ywItmLst .lNav {
	width:100%;
}
.ywItmLst .lNav ul {
	width:100%;
	height:120px;
	text-align:center;
	font-size: 0;
}
.ywItmLst .lNav li {
	display:inline-block;
	width:190px;
	height:120px;
	margin:0 5px;
	background:#f2f2f2;
	cursor:pointer;
}
.ywItmLst .lNav li .icon {
	display:block;
	width:80px;
	height:60px;
	background:url(../images/ywItmLst_icon1.png) no-repeat;
	background-size:80px 60px;
	margin:8px auto;
}
.ywItmLst .lNav .li2 .icon {
	display:block;
	width:80px;
	height:60px;
	background:url(../images/ywItmLst_icon2.png) no-repeat;
	background-size:80px 60px;
	margin:8px auto;
}
.ywItmLst .lNav .li3 .icon {
	display:block;
	width:80px;
	height:60px;
	background:url(../images/ywItmLst_icon3.png) no-repeat;
	background-size:80px 60px;
	margin:8px auto;
}
.ywItmLst .lNav .li4 .icon {
	display:block;
	width:80px;
	height:60px;
	background:url(../images/ywItmLst_icon4.png) no-repeat;
	background-size:80px 60px;
	margin:8px auto;
}
.ywItmLst .lNav .li5 .icon {
	display:block;
	width:80px;
	height:60px;
	background:url(../images/ywItmLst_icon5.png) no-repeat;
	background-size:80px 60px;
	margin:8px auto;
}
.ywItmLst .lNav li.on,.ywItmLst .lNav li:hover {
	background:#0d6fb8;
}
.ywItmLst .lNav li.on .tit,.ywItmLst .lNav li:hover .tit {
	color:#fff;
}
.ywItmLst .lNav .li1.on .icon {
	background:url(../images/ywItmLst_icon1_1.png) no-repeat;
	background-size:80px 60px;
}
.ywItmLst .lNav .li2.on .icon,.ywItmLst .lNav .li2:hover .icon {
	background:url(../images/ywItmLst_icon2_1.png) no-repeat;
	background-size:80px 60px;
}
.ywItmLst .lNav .li3.on .icon,.ywItmLst .lNav .li3:hover .icon {
	background:url(../images/ywItmLst_icon3_1.png) no-repeat;
	background-size:80px 60px;
}
.ywItmLst .lNav .li4.on .icon,.ywItmLst .lNav .li4:hover .icon {
	background:url(../images/ywItmLst_icon4_1.png) no-repeat;
	background-size:80px 60px;
}
.ywItmLst .lNav .li5.on .icon,.ywItmLst .lNav .li5:hover .icon {
	background:url(../images/ywItmLst_icon5_1.png) no-repeat;
	background-size:80px 60px;
}
.ywItmLst .lNav li .tit {
	display:block;
	text-align:center;
	line-height:30px;
	font-size:13px;
	color:#343434;
}
.ywItmLst .lCon {
	width:100%;
	padding:50px 0;
}
.ywItmLst .lCon .itm {
	width:100%;
	display:none;
}
.ywItmLst .lCon .itm .word {
	float:left;
	padding-top:30px;
}
.ywItmLst .lCon .itm .word h3 {
	font-size:26px;
	color:#0d6fb8;
	line-height:50px;
	margin-bottom:15px;
}
.ywItmLst .lCon .itm .word p {
	font-size:16px;
	color:#000000;
	line-height:24px;
}
.ywItmLst .lCon .itm .pic {
	float:right;
}
.ywItmLst .lCon .itm .pic img {
	display:block;
	width:425px;
}
/*产品中心*/

.pg_pdt {
	width:100%;
	overflow:hidden;
}
.pg_pdt .pdtItmPt {
	width:100%;
	padding:50px 0;
}
.pg_pdt .pdtItmPt .itmBox {
	width:100%;
	height:457px;
	margin-bottom:40px;
	box-shadow:0 0 2px 2px #eee;
	-webkit-box-shadow:0 0 2px 2px #eee;
	-moz-box-shadow:0 0 2px 2px #eee;
	-ms-box-shadow:0 0 2px 2px #eee;
	-o-box-shadow:0 0 2px 2px #eee;
}
.pg_pdt .pdtItmPt .itmBox .picBox {
	float:left;
	width:720px;
}
.pg_pdt .pdtItmPt .itmBox .picBox img {
	display:block;
	width:100%;
}
.pg_pdt .pdtItmPt .itmBox .descBox {
	float:left;
	width:480px;
}
.pg_pdt .pdtItmPt .itmBox .descBox .box {
	padding:20px 30px;
}
.pg_pdt .pdtItmPt .itmBox .descBox .tit {
	position:relative;
	width:100%;
	padding-bottom:20px;
	border-bottom:1px solid #f2f2f2;
	text-align:center;
}
.pg_pdt .pdtItmPt .itmBox .descBox .tit:after {
	content:"";
	position:absolute;
	left:50%;
	bottom:-2px;
	display:block;
	width:60px;
	height:4px;
	margin-left:-30px;
	background:#ff8b2d;
}
.pg_pdt .pdtItmPt .itmBox .descBox .tit h3 {
	font-size:26px;
	color:#000000;
	line-height:40px;
	font-weight:bold;
}
.pg_pdt .pdtItmPt .itmBox .descBox .tit p {
	font-size:14px;
	color:#c2c2c2;
	line-height:20px;
}
.pg_pdt .pdtItmPt .itmBox .descBox .con {
	width:100%;
	margin-top:40px;
}
.pg_pdt .pdtItmPt .itmBox .descBox .con p {
	font-size:16px;
	color:#767676;
	line-height:30px;
	text-indent:2em;
}
.pg_pdt .pdtItmPt .itmBox .descBox .more {
	width:100%;
	margin-top:50px;
}
.pg_pdt .pdtItmPt .itmBox .descBox .more a {
	display:block;
	width:166px;
	height:45px;
	margin:0 auto;
	background:#ff8b2d;
}
.pg_pdt .pdtItmPt .itmBox .descBox .more a span {
	float:left;
	width:120px;
	height:100%;
	text-align:center;
	line-height:45px;
	font-size:16px;
	color:#fff;
}
.pg_pdt .pdtItmPt .itmBox .descBox .more a em {
	float:left;
	width:45px;
	height:100%;
	border-left:1px solid #ff9742;
	text-align:center;
	line-height:45px;
	font-size:16px;
	color:#fff;
	font-family:"宋体";
}
.pdtItmBg {
	width:100%;
	overflow:hidden;
}
.pg_pdt .ja_s_tit h3 {
	font-size:34px;
}
.pg_pdt .ja_s_tit .en span {
	font-size:14px;
}
.pdtItmBg .leftPic {
	float:left;
	width:570px;
}
.pdtItmBg .leftPic img {
	display:block;
	width:100%;
}
.pdtItmBg .rightDes {
	float:right;
	width:580px;
}
.pdtItmBg .rightDes ul {
	width:100%;
	margin-top:-15px;
}
.pdtItmBg .rightDes li {
	width:100%;
	padding:15px 0;
	border-bottom:1px solid #e5e5e5;
}
.pdtItmBg .rightDes li .tit {
	display:block;
	width:100%;
	font-size:18px;
	color:#141414;
	line-height:30px;
	font-weight:bold;
}
.pdtItmBg .rightDes li p {
	font-size:14px;
	color:#7d7d7d;
	line-height:28px;
	margin-top:10px;
}
.pdtItmXz {
	width:100%;
	overflow:hidden;
	padding:30px 0 60px;
}
.pdtItmXz .itmBox {
	position: relative;
	top: 0;
	float:left;
	width:573px;
	height:280px;
	background:url(../images/pdtItmXz_bg1.jpg) no-repeat;

	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-ms-transition: all 0.6s;
}
.pdtItmXz .itmBox:hover {
	top: -15px;
}
.pdtItmXz .itmBox1 {
	background:url(../images/pdtItmXz_bg1.jpg) no-repeat;
}
.pdtItmXz .itmBox2 {
	float:right;
	background:url(../images/pdtItmXz_bg2.jpg) no-repeat;
}
.pdtItmXz .itmBox .box {
	padding:30px;
}
.pdtItmXz .itmBox .box h3 {
	font-size:24px;
	color:#fff;
	line-height:30px;
	font-weight:bold;
	margin-bottom:20px;
}
.pdtItmXz .itmBox .box p {
	font-size:14px;
	color:#bcd4e9;
	line-height:26px;
}
.pdtItmJs {
	width:100%;
	height:640px;
	background:url(../images/pdtItmJs_bg.jpg) no-repeat;
}
.pdtItmJs .js_con {
	width:100%;
}
.pdtItmJs .js_con .word {
	width:100%;
}
.pdtItmJs .js_con .word p {
	font-size:18px;
	color:#484848;
	line-height:30px;
	text-align:center;
}
.pdtItmJs .js_con .p_list {
	width:100%;
	margin-top:60px;
}
.pdtItmJs .js_con .p_list ul {
	width:110%;
}
.pdtItmJs .js_con .p_list li {
	float:left;
	width:235px;
	margin-right:8px;
}
.pdtItmJs .js_con .p_list li img {
	display:block;
	width:100%;
}
.pdtItmJs .js_con .p_list li span {
	display:block;
	width:100%;
	line-height:60px;
	font-size:18px;
	color:#474747;
	text-align:center;
}
.pdtItmZs {
	width:100%;
	overflow:hidden;
}
.pdtItmZs .zNav {
	width:100%;
}
.pdtItmZs .zNav ul {
	width:100%;
	overflow:hidden;
}
.pdtItmZs .zNav li {
	float:left;
	width:130px;
	height:110px;
	background:#f2f2f2;
	text-align:center;
	margin-right:3px;
	cursor:pointer;
}
.pdtItmZs .zNav li span {
	display:block;
	font-size:30px;
	color:#0d6fb8;
	line-height:50px;
	font-weight:bold;
	padding-top:10px;
}
.pdtItmZs .zNav li em {
	display:block;
	font-size:18px;
	color:#585757;
}
.pdtItmZs .zNav li.on {
	background:#0d6fb8;
}
.pdtItmZs .zNav li.on * {
	color:#fff;
}
.pdtItmZs .zCon {
	width:100%;
	margin-top:30px;
}
.pdtItmZs .zCon .itmBox {
	width:100%;
	overflow:hidden;
	display:none;
}
.pdtItmZs .zCon .itmBox .desc {
	float:left;
	width:600px;
	padding-top:30px;
}
.pdtItmZs .zCon .itmBox .desc h3 {
	font-size:26px;
	color:#0d6fb8;
	margin-bottom:20px;
}
.pdtItmZs .zCon .itmBox .desc p {
	font-size:16px;
	color:#000000;
	line-height:30px;
}
.pdtItmZs .zCon .itmBox .pic {
	float:right;
	width:600px;
}
.pdtItmZs .zCon .itmBox .pic img {
	display:block;
	width:600px;
}
.pdtItmXg {
	width:100%;
	height:547px;
	background:url(../images/pdtItmXg_bg.jpg) no-repeat;
	margin-top:50px;
}
.pdtItmXg .wrap {
	padding-top:20px;
}
.pdtItmXg .x_list {
	width:100%;
}
.pdtItmXg .x_list ul {
	width:100%;
	overflow:hidden;
}
.pdtItmXg .x_list li {
	float:left;
	width:240px;
	padding:20px 30px;
	text-align:center;
}
.pdtItmXg .x_list li img {
	display:block;
	margin:0 auto;
}
.pdtItmXg .x_list li span {
	display:block;
	font-size:22px;
	color:#000000;
	line-height:60px;
	font-weight:bold;
}
.pdtItmXg .x_list li p {
	font-size:16px;
	color:#818181;
	line-height:27px;
}
.yjPdtItmNd {
	width:100%;
}
.yjPdtItmNd .n_list {
	width:100%;
	overflow:hidden;
}
.yjPdtItmNd .n_list ul {
	width:110%;
}
.yjPdtItmNd .n_list li {
	float:left;
	width:387px;
	height:250px;
	background:url(../images/yjPdtItmNd_bg1.jpg) no-repeat;
	margin:0 20px 20px 0;
}
.yjPdtItmNd .n_list li .box {
	padding:100px 30px 0px 30px;
}
.yjPdtItmNd .n_list li .box p {
	font-size:16px;
	color:#7d7d7d;
	line-height:28px;
}
.yjPdtItmNd .n_list .li_1 {
	background:url(../images/yjPdtItmNd_bg1.jpg) no-repeat;
}
.yjPdtItmNd .n_list .li_2 {
	background:url(../images/yjPdtItmNd_bg2.jpg) no-repeat;
}
.yjPdtItmNd .n_list .li_3 {
	background:url(../images/yjPdtItmNd_bg3.jpg) no-repeat;
}
.yjPdtItmNd .n_list .li_4 {
	background:url(../images/yjPdtItmNd_bg4.jpg) no-repeat;
}
.yjPdtItmNd .n_list .li_5 {
	background:url(../images/yjPdtItmNd_bg5.jpg) no-repeat;
}
.yjPdtItmNd .n_list .li_6 {
	background:url(../images/yjPdtItmNd_bg6.jpg) no-repeat;
}
.yjPdtItmNd .n_list .li_1:hover {
	background:url(../images/yjPdtItmNd_bg1_1.jpg) no-repeat;
}
.yjPdtItmNd .n_list .li_2:hover {
	background:url(../images/yjPdtItmNd_bg2_1.jpg) no-repeat;
}
.yjPdtItmNd .n_list .li_3:hover {
	background:url(../images/yjPdtItmNd_bg3_1.jpg) no-repeat;
}
.yjPdtItmNd .n_list .li_4:hover {
	background:url(../images/yjPdtItmNd_bg4_1.jpg) no-repeat;
}
.yjPdtItmNd .n_list .li_5:hover {
	background:url(../images/yjPdtItmNd_bg5_1.jpg) no-repeat;
}
.yjPdtItmNd .n_list .li_6:hover {
	background:url(../images/yjPdtItmNd_bg6_1.jpg) no-repeat;
}
.yjPdtItmNd .n_list li:hover .box p {
	color:#fff;
}
.yjPdtItmJs {
	width:100%;
	height:640px;
	background:url(../images/yjPdtItmJs_bg.jpg) no-repeat;
	margin-top:50px;
}
.yjPdtItmJs .leftPic {
	float:left;
	width:600px;
	overflow:hidden;
}
.yjPdtItmJs .leftPic img {
	display:block;
	width:600px;
}
.yjPdtItmJs .rightCon {
	float:right;
	width:600px;
	padding-top:50px;
}
.yjPdtItmJs .rightCon p {
	font-size:16px;
	color:#7d7d7d;
	line-height:32px;
}
.yjpdtItmZs.pdtItmZs .zNav li {
	width:145px;
}
.yjpdtItmFz {
	width:100%;
	padding:30px 0 50px;
	overflow:hidden;
}
.yjpdtItmFz .f_list {
	width:100%;
}
.yjpdtItmFz .f_list ul {
	width:110%;
}
.yjpdtItmFz .f_list li {
	float:left;
	width:590px;
	height:180px;
	margin:0 20px 20px 0;
	background:#f7f7f7;
	position: relative;
	top: 0;

	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.yjpdtItmFz .f_list li:hover {
	top: -10px;
	box-shadow: 0 0 8px #b1b1b1;
	-webkit-box-shadow: 0 0 8px #b1b1b1;
	-moz-box-shadow: 0 0 8px #b1b1b1;
	-ms-box-shadow: 0 0 8px #b1b1b1;
	-o-box-shadow: 0 0 8px #b1b1b1;
}
.yjpdtItmFz .f_list li .box {
	padding:30px 30px;
}
.yjpdtItmFz .f_list li .box img {
	float:left;
	width:90px;
	margin-top:10px;
}
.yjpdtItmFz .f_list li .box .des {
	float:left;
	width:430px;
	margin-left:10px;
}
.yjpdtItmFz .f_list li .box .des h3 {
	font-size:20px;
	color:#0d6fb8;
	line-height:40px;
	font-weight:bold;
}
.yjpdtItmFz .f_list li .box .des p {
	font-size:16px;
	color:#838383;
	line-height:28px;
}
/*新闻中心*/

.pg-news {
	width:100%;
	overflow:hidden;
}
.pg-news .nsListCon {
	width:100%;
	margin-top:40px;
	overflow:hidden;
}
.pg-news .nsList {
	width:100%;
}
.pg-news .nsList ul {
	width:100%;
}
.pg-news .nsList li {
	width:100%;
	padding:20px 0;
	border-bottom:1px solid #f2f2f2;
	overflow:hidden;
}
.pg-news .nsList li .pic {
	float:left;
	width:320px;
}
.pg-news .nsList li .pic img {
	display:block;
	width:320px;
	height:210px;
}
.pg-news .nsList li .info {
	float:right;
	width:835px;
}
.pg-news .nsList li .info .tit {
	display:block;
	width:100%;
	height:50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	font-size:22px;
	color:#060001;
	line-height:50px;
}
.pg-news .nsList li .info .time {
	display:block;
	font-size:16px;
	color:#949494;
	line-height:40px;
	padding-left:30px;
	background:url(../images/pg-news-time.png) left center no-repeat;
	background-size: 24px 24px;
}
.pg-news .nsList li .info .desc {
	width:100%;
	height:90px;
	overflow:hidden;
	font-size:16px;
	color:#949494;
	line-height:30px;
}
.page_bar {
	width:100%;
	text-align:center;
	padding:30px 0;
}
.page_bar * {
	display:inline-block;
	padding:0 10px;
	height:24px;
	font-size:14px;
	color:#333;
	border:1px solid #ccc;
	line-height:24px;
	margin:3px;
}
.artCon {
	width:100%;
	overflow:hidden;
	padding:30px 0;
}
.artCon .art_tit {
	width:100%;
	text-align:center;
	margin-bottom:40px;
}
.artCon .art_tit h3 {
	font-size:26px;
	color:#333;
	line-height:80px;
	font-weight:bold;
}
.artCon .art_tit p {
	width:100%;
	text-align:center;
}
.artCon .art_tit p .time {
	display:inline-block;
	font-size:14px;
	color:#949494;
	padding-left:30px;
	background:url(../images/pg-news-time.png) left center no-repeat;
	background-size: 22px 22px;
}
.artCon .art_con {
	width:100%;
}
.artCon .art_con p {
	font-size:16px;
	color:#333;
	line-height:30px;
}
.artCon .art_con img {
	display:block;
	max-width:1200px;
	margin:0 auto;
}
.art_p_n {
	padding:30px 0;
	margin-top:60px;
	border-top:1px solid #d0cccd;
}
.art_p_n div {
	width:100%;
	height:40px;
	overflow:hidden;
}
.art_p_n div,.art_dtl .art_p_n div * {
	font-size:16px;
	color:#000000;
	line-height:40px;
}
.pg_cate {
	width:100%;
	height:70px;
	background:#f9f9f9;
}
.pg_cate ul {
	width:100%;
}
.pg_cate li {
	float:left;
	width:170px;
	height:70px;
}
.pg_cate li a {
	display:block;
	width:100%;
	height:70px;
	text-align:center;
	line-height:70px;
	font-size:18px;
	color:#333333;
}
.pg_cate li a:hover,.pg_cate li.on a {
	height:68px;
	border-top:2px solid #f77912;
	background:#fff;
	color:#f77912;
	border-right:1px solid #ececec;
}

/*案例详情*/
.itmSwitch {width: 100%;overflow: hidden;margin:30px 0;}
.itmSwitch .s_nav {width: 100%;height: 60px;border: 1px solid #f3f3f3;background: #f9f9f9;overflow: hidden;}
.itmSwitch .s_nav a {float:left;display: block;width: 130px;height: 100px;font-size: 18px;color: #333;line-height: 60px;text-align: center;}
.itmSwitch .s_nav a.on {height:58px;background: #fff;color: #f77912;border-top: 2px solid #f77912;line-height: 58px;}
.itmSwitch .s_con {width: 100%;padding: 40px 0;overflow: hidden;}
.itmSwitch .s_con .itm {width: 100%;display: none;}
.itmSwitch .s_con p {font-size: 15px;color: #7b7b7b;line-height: 30px;}
.itmSwitch .s_con img {max-width: 1200px;}