/* 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 {
	max-width:100%;
	overflow-x:hidden;
}
/* 网站公共头部区域 */

.p_header {
	width:100%;
}
.p_header h1 {
	float:left;
}
.p_header h1 img {
	display:block;
	height:95px;
}
.p_header .menuBox {
	float:right;
}
.p_header .menuBox ul {
	height:95px;
	border-right:1px solid #e2e3e5;
}
.p_header .menuBox li {
	float:left;
	border-left:1px solid #e2e3e5;
}
.p_header .menuBox li a {
	display:block;
	font-size:18px;
	color:#000000;
	line-height:95px;
	padding:0 32px;
}
.p_header .menuBox li.on a {
	color:#f39800;
}
/*首页banner*/

.i-banner {
	position:relative;
	width:100%;
	height:705px;
	overflow:hidden;
}
.flex-viewport {
	height:100%;
}
.i-banner .flexslider ul {
	width:100%;
	height:100%;
}
.i-banner .flexslider ul li {
	width:100%;
	height:100%;
}
.i-banner .flexslider {
	position:relative;
	height:100%;
}
.i-banner .flex-control-nav {
	bottom:30px;
	z-index:999;
}
.flex-control-paging li {
	background:none !important;
	border:0 !important;
}
.flex-control-paging li a {
	display:block;
	width:24px !important;
	height:24px !important;
	background:url(../images/flex-control-nav-bg.png) no-repeat !important;
	background-position:0 0px !important;
}
.flex-control-paging li a.flex-active {
	background:url(../images/flex-control-nav-bg.png) no-repeat !important;
	background-position:0 -24px !important;
}
/*公司简介*/

.i-about {
	width:100%;
	height:730px;
	background:url(../images/i-about-bg.jpg) top center no-repeat;
}
.i-about .wrap {
	position:relative;
	width:1200px;
	height:620px;
	padding-top:50px;
}
.i-about .leftCon {
	position:absolute;
	left:0;
}
.i-about .leftCon .a_tit {
	width:100%;
}
.i-about .leftCon .a_tit h3 {
	font-size:36px;
	color:#000000;
	line-height:46px;
	font-weight:bold;
}
.i-about .leftCon .a_tit span {
	display:block;
	font-size:24px;
	color:#bdbdbd;
	line-height:32px;
}
.i-about .leftCon .a_desc {
	width:650px;
	height:480px;
	background:#f5f5f5;
	padding:30px 50px 30px 30px;
	margin-top:20px;
}
.i-about .leftCon .a_desc h3 {
	position:relative;
	font-size:22px;
	color:#000000;
	line-height:40px;
	font-weight:bold;
	padding-left:60px;
}
.i-about .leftCon .a_desc h3:before {
	content:"";
	position:absolute;
	left:0;
	top:18px;
	display:block;
	width:50px;
	height:3px;
	background:#333;
}
.i-about .leftCon .a_desc .d_box {
	margin:20px 0;
}
.i-about .leftCon .a_desc p {
	font-size:16px;
	color:#666666;
	line-height:30px;
	text-indent:2em;
}
.i-about .leftCon .a_desc .n_box {
	width:100%;
}
.i-about .leftCon .a_desc .n_box ul {
	width:100%;
}
.i-about .leftCon .a_desc .n_box li {
	float:left;
	width:33.33%;
	text-align:center;
}
.i-about .leftCon .a_desc .n_box li span {
	display:block;
	font-size:40px;
	color:#0078c3;
	font-weight:bold;
}
.i-about .leftCon .a_desc .n_box li span i {
	font-size:18px;
	font-style:normal;
	font-weight:400;
}
.i-about .leftCon .a_desc .n_box li em {
	display:block;
	font-size:16px;
	color:#555;
	line-height:30px;
}
.i-about .rightCon {
	position:absolute;
	right:0;
	width:500px;
}
.i-about .rightCon img {
	display:block;
	width:100%;
}
.i-about .rightCon .more {
	position:absolute;
	right:0;
	bottom:-20px;
	display:block;
	width:140px;
	height:46px;
	background:#ffb21d;
	text-align:center;
	line-height:46px;
	font-size:16px;
	color:#fff;
}
/*首页优势*/

.i-adv {
	width:100%;
	height:710px;
	background:url(../images/i-adv-bg.jpg) top center no-repeat;
}
.i-adv .a_con_box {
	float:right;
}
.i-adv .a_con_box .a_tit {
	width:100%;
	text-align:right;
	padding:50px 0 30px;
}
.i-adv .a_con_box .a_tit h3 {
	font-size:36px;
	color:#000000;
	line-height:46px;
	font-weight:bold;
}
.i-adv .a_con_box .a_tit span {
	display:block;
	font-size:24px;
	color:#bdbdbd;
	line-height:32px;
}
.i-adv .a_con_box .a_list {
	width:600px;
}
.i-adv .a_con_box .a_list ul {
	width:100%;
	padding-left:40px;
}
.i-adv .a_con_box .a_list li {
	float:left;
	width:260px;
	margin:0 0 20px 20px;
}
.i-adv .a_con_box .a_list li .box {
	padding:20px;
	border:1px solid #f0f0f0;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
}
.i-adv .a_con_box .a_list li .box img {
	display:block;
}
.i-adv .a_con_box .a_list li .box span {
	display:block;
	font-size:22px;
	color:#000000;
	line-height:50px;
	margin:20px 0 10px 0;
	font-weight:bold;
}
.i-adv .a_con_box .a_list li .box p {
	font-size:15px;
	color:#8c8c8c;
	line-height:24px;
}
/*产品展示*/

.i-pdt {
	width:100%;
	height:700px;
	background:url(../images/i-pdt-bg.jpg) top center no-repeat;
}
.i-pdt .wrap {
	padding:80px 0;
}
.i-pdt .p_tit {
	width:100%;
	overflow:hidden;
}
.i-pdt .p_tit .word {
	float:left;
}
.i-pdt .p_tit .word h3 {
	font-size:36px;
	color:#fff;
	line-height:46px;
	font-weight:bold;
}
.i-pdt .p_tit .word span {
	display:block;
	font-size:20px;
	color:#9dcaea;
	line-height:32px;
}
.i-pdt .p_tit .more {
	float:right;
	display:block;
	width:140px;
	height:46px;
	background:#ffb21d;
	text-align:center;
	line-height:46px;
	font-size:18px;
	color:#fff;
	margin-top:20px;
}
.i-pdt .pdt_list {
	position:relative;
	width:1380px;
	margin-left:-90px;
	margin-top:40px;
}
.i-pdt .pdt_list .hd {
	position:absolute;
	left:0;
	top:35%;
	width:100%;
	height:260px;
	margin-top:40px;
}
.i-pdt .pdt_list .hd a {
	position:absolute;
	top:0;
	display:block;
	width:55px;
	height:55px;
	background:#fff;
	text-align:center;
	line-height:55px;
	font-size:30px;
	color:#999;
	font-family:"宋体";
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
}
.i-pdt .pdt_list .hd ul {
	position:absolute;
	bottom:0;
	width:100%;
	text-align:center;
}
.i-pdt .pdt_list .hd ul li {
	display:inline-block;
	width:15px;
	height:15px;
	background:#fff;
	margin:0 5px;
	cursor:pointer;
	text-indent:9999px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
}
.i-pdt .pdt_list .hd ul li.on {
	background:#ffb21d;
}
.i-pdt .pdt_list .hd a.next {
	right:0;
}
.i-pdt .pdt_list .hd a.prev {
	left:0;
}
.i-pdt .pdt_list .bd {
	width:1200px;
	margin:0 auto;
}
.i-pdt .pdt_list .bd ul {
	width:100%;
}
.i-pdt .pdt_list .bd li {
	float:left;
	width:380px;
	margin-right:30px;
}
.i-pdt .pdt_list .bd li .pic {
	display:block;
	width:100%;
}
.i-pdt .pdt_list .bd li .pic img {
	display:block;
	width:100%;
}
.i-pdt .pdt_list .bd li .tit {
	display:block;
	width:100%;
	height:60px;
	background:#fff;
	text-align:center;
	line-height:60px;
	font-size:18px;
	color:#000000;
	line-height:60px;
}
/*新闻动态*/

.i-news {
	width:100%;
	overflow:hidden;
}
.i-news .wrap {
	padding:50px 0;
}
.i-news .n_tit {
	width:100%;
	overflow:hidden;
}
.i-news .n_tit .word {
	float:left;
}
.i-news .n_tit .word h3 {
	font-size:36px;
	color:#000;
	line-height:46px;
	font-weight:bold;
}
.i-news .n_tit .word span {
	display:block;
	font-size:20px;
	color:#666;
	line-height:32px;
}
.i-news .n_tit .more {
	float:right;
	display:block;
	width:140px;
	height:46px;
	background:#ffb21d;
	text-align:center;
	line-height:46px;
	font-size:18px;
	color:#fff;
	margin-top:20px;
}
.i-news .n_list {
	width:100%;
	overflow:hidden;
	margin-top:20px;
}
.i-news .n_list ul {
	width:110%;
}
.i-news .n_list li {
	float:left;
	width:380px;
	margin-right:30px;
}
.i-news .n_list li .pic {
	display:block;
	width:100%;
	overflow:hidden;
}
.i-news .n_list li .pic img {
	display:block;
	width:380px;
	height:250px;
}
.i-news .n_list li .desc {
	width:100%;
}
.i-news .n_list li .desc .tit {
	display:block;
	width:100%;
	height:20px;
	margin:20px 0;
	text-indent:15px;
	border-left:3px solid #0074be;
	font-size:18px;
	color:#000;
	font-weight:bold;
	line-height:20px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.i-news .n_list li .desc p {
	width:100%;
	height:66px;
	overflow:hidden;
	line-height:22px;
	font-size:16px;
	color:#a4a4a4;
}
/*网站底部*/

.p_footer {
	width:100%;
	height:500px;
	background:url(../images/p_footer_bg.jpg) no-repeat;
	margin-top:50px;
}
.p_footer .topCon {
	width:100%;
	padding-top:50px;
	overflow:hidden;
}
.p_footer .topCon .itmTel {
	float:left;
	width:320px;
	overflow:hidden;
	border-right:1px solid #418cc7;
}
.p_footer .topCon .itmTel .logo {
	display:block;
	width:100%;
	margin-bottom:30px;
}
.p_footer .topCon .itmTel .logo img {
	display:block;
	width:240px;
}
.p_footer .topCon .itmTel .con {
	width:100%;
}
.p_footer .topCon .itmTel .con p {
	font-size:16px;
	color:#fff;
	line-height:40px;
}
.p_footer .topCon .itmCate {
	float:right;
	width:770px;
}
.p_footer .topCon .itmCate dl {
	float:left;
	width:150px;
}
.p_footer .topCon .itmCate dl dt {
	font-size:22px;
	color:#fff;
	font-weight:bold;
	margin-bottom:20px;
}
.p_footer .topCon .itmCate dl dd {
	width:100%;
}
.p_footer .topCon .itmCate dl dd a {
	display:block;
	font-size:16px;
	color:#fff;
	line-height:40px;
}
.p_footer .topCon .itmCate dl dd img {
	display:block;
	width:150px;
}
.p_footer .infoCon {
	width:100%;
	border-top:1px solid #2a7ebe;
	padding-top:30px;
	text-align:center;
	margin-top:40px;
}
.p_footer .infoCon * {
	font-size:16px;
	color:#fff;
	line-height:30px;
}
/*页面导航栏*/

.pg_pos {
	width:100%;
	height:70px;
	background:#f7f7f7;
}
.pg_pos .wrap {
	width: 80%;
}
.pg_pos .leftCon {
	padding-left:30px;
	background:url(../images/pg_pos_bg.png) left no-repeat;
}
.pg_pos .leftCon * {
	font-size:16px;
	color:#565656;
	line-height:70px;
}
.pg_pos .ss {
	float:right;
	width:295px;
	height:45px;
	background:url(../images/ss_bg.png) no-repeat;
	margin-top:17px;
}
.pg_pos .ss input {
	border:0;
	background:none;
	display:block;
	height:45px;
}
.pg_pos .ss .ipt_key {
	float:left;
	text-indent:20px;
}
.pg_pos .ss .ipt_btn {
	float:right;
	display:block;
	width:45px;
	height:45px;
	background:url(../images/ss_btn_bg.png) no-repeat;
	cursor:pointer;
}
.pg_pos::-webkit-input-placeholder {
	/* WebKit browsers */

  color:#999;
	font-size:16px;
}
.pg_pos::-moz-placeholder {
	/* Mozilla Firefox 19+ */

  color:#999;
	font-size:16px;
}
.pg_pos:-ms-input-placeholder {
	/* Internet Explorer 10+ */

  color:#999;
	font-size:16px;
}
.pg_pos .cate {
	float:right;
}
.pg_pos .cate a {
	float:left;
	display:block;
	font-size:18px;
	color:#565656;
	line-height:68px;
	margin:0 20px;
	padding:0 10px;
}
.pg_pos .cate a:hover,.pg_pos .cate a.on {
	color:#f39800;
	border-bottom:2px solid #f39800;
	font-weight:bold;
}
/*产品中心*/

.pg-cp {
	width:100%;
	overflow:hidden;
}
.pg-cp .wrap {
	width: 80%;
	overflow:hidden;
}
.pg-cp .wrap .pg_cate {
	width:340px;
}
.pg-cp .wrap .pg_cate .tit {
	width:100%;
}
.pg-cp .wrap .pg_cate .tit h3 {
	font-size:32px;
	color:#000000;
	line-height:80px;
	font-weight:bold;
}
.pg-cp .wrap .pg_cate .list {
	width:100%;
}
.pg-cp .wrap .pg_cate .list dl {
	width:100%;
}
.pg-cp .wrap .pg_cate .list dl dt {
	width:280px;
	border-bottom:1px solid #e6e6e6;
	border-top:1px solid #fff;
}
.pg-cp .wrap .pg_cate .list dl dt a {
	display:block;
	width:280px;
	height:60px;
	background:#f2f2f2;
	text-align:center;
	line-height:60px;
	font-size:18px;
	color:#000000;
}
.pg-cp .wrap .pg_cate .list dl dd {
	width:280px;
	display:none;
}
.pg-cp .wrap .pg_cate .list dl dd a {
	display:block;
	width:100%;
	height:50px;
	border-bottom:1px dashed #e5e5e5;
	line-height:50px;
	font-size:16px;
	color:#444444;
	text-indent:30px;
	background:url(../images/pg_cate_icon01.png) 10px center no-repeat;
}
.pg-cp .wrap .pg_cate .list dl.on dt a {
	position:relative;
	background:#f39800;
	color:#fff;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-ms-border-radius:6px;
	-o-border-radius:6px;
}
.pg-cp .wrap .pg_cate .list dl.on dt a:after {
	content:"";
	position:absolute;
	right:-10px;
	top:34%;
	display:block;
	width:0px;
	height:0px;
	border-top:10px solid transparent;
	border-bottom:10px solid transparent;
	border-left:10px solid #f39800;
}
.pg-cp .wrap .pg_cate .list dl.on dd {
	display:block;
}
.pg-cp .wrap .pg_cate .list dl dd a.on,.pg-cp .wrap .pg_cate .list dl dd a:hover {
	background:url(../images/pg_cate_icon02.png) 10px center no-repeat;
	color:#f39800;
}
.pg-cp .wrap .rightCon {
	width:860px;
	overflow:hidden;
}
.pg-cp .wrap .rightCon .pg_tit {
	width:100%;
}
.pg-cp .wrap .rightCon .pg_tit h3 {
	font-size:20px;
	color:#000000;
	line-height:80px;
	font-weight:bold;
}
.pg-cp .wrap .rightCon .c_list {
	width:100%;
	overflow:hidden;
}
.pg-cp .wrap .rightCon .c_list ul {
	width:110%;
}
.pg-cp .wrap .rightCon .c_list li {
	float:left;
	width:280px;
	margin-right:15px;
	margin-bottom:15px;
}
.pg-cp .wrap .rightCon .c_list li .pic {
	display:block;
	width:100%;
}
.pg-cp .wrap .rightCon .c_list li .pic img {
	display:block;
	width:100%;
}
.pg-cp .wrap .rightCon .c_list li .tit {
	display:block;
	width:100%;
	font-size:16px;
	color:#666666;
	line-height:24px;
	margin-top:10px;
}
.cpDtlCon {
	width:100%;
}
.cpDtlCon .t_i {
	width:100%;
	overflow:hidden;
	border-top: 2px solid #f39800;
}
.cpDtlCon .t_i .thumb {
	float:left;
	width:375px;
}
.cpDtlCon .t_i .thumb img {
	display:block;
	width:100%;
}
.cpDtlCon .t_i .info {
	float:left;
	width:440px;
	padding-top: 60px;
}
.cpDtlCon .t_i .info h3 {
	font-size:20px;
	color:#333;
	line-height:50px;
	font-weight:bold;
}
.cpDtlCon .t_i .info p {
	font-size:16px;
	color:#333;
	line-height:30px;
}
.cpDtlCon .content {
	width:100%;
	margin-top:30px;
}
.cpDtlCon .content .c_tit {
	width:100%;
	height:55px;
	overflow: hidden;
	background:#f7f7f7;
	margin-bottom: 20px;
}
.cpDtlCon .content .c_tit h3 {
	float:left;
	padding:0 30px;
	background:#fff;
	line-height:55px;
	font-size:20px;
	color:#333;
	border-top:2px solid #f39800;
}
.cpDtlCon .content .c_con {
	width:100%;
}
.cpDtlCon .content .c_con p {
	width: 100%;
	font-size:14px;
	color:#333;
	line-height:30px;
}
.cpDtlCon .content .c_con img {
	display:block;
	max-width:100%;
}
/*技术支持*/

.pg-zc {
	width:100%;
	padding-top:30px;
}
.pg-zc .wrap {
	width: 80%;
}
.pg-zc .z_list {
	width:100%;
}
.pg-zc .z_list ul {
	width:100%;
}
.pg-zc .z_list li {
	width:100%;
	height:70px;
	border-bottom:1px dashed #dadada;
}
.pg-zc .z_list li .tit {
	float:left;
	line-height:70px;
	font-size:18px;
	color:#000000;
	padding-left:40px;
	background:url(../images/down_bg.png) left center no-repeat;
}
.pg-zc .z_list li .down {
	float:right;
	line-height:70px;
	font-size:18px;
	color:#f39800;
}
/*新闻中心*/

.pg-news {
	width:100%;
	overflow:hidden;
	padding-top:40px;
}
.pg-news .wrap {
	width: 80%;
	margin: 0 auto;
}
.pg-news .ns_list {
	width:100%;
	overflow:hidden;
}
.pg-news .ns_list ul {
	width:100%;
}
.pg-news .ns_list li {
	width:100%;
	padding:16px 0;
	border-bottom:1px dashed #dadada;
	overflow:hidden;
}
.pg-news .ns_list li .pic {
	float:left;
	display:block;
	width:20%;
}
.pg-news .ns_list li .pic img {
	display:block;
	width:100%;
	height:100%;
}
.pg-news .ns_list li .desc {
	position: relative;
	left: 0;
	float:right;
	width:76%;
	transition: all 0.5s;
}
.pg-news .ns_list li:hover .desc {
	left: -12px;
}
.pg-news .ns_list li .desc .tit {
	display:block;
	width:100%;
	height:40px;
	overflow:hidden;
	font-size:20px;
	color:#000000;
	line-height:40px;
}
.pg-news .ns_list li .desc .time {
	display: block;
	width:100%;
	margin: 12px 0;
	font-size:16px;
	color:#8c8b8b;
	line-height:30px;
	padding-left:24px;
	background:url(../images/ns_time_bg.png) left center no-repeat;
}
.pg-news .ns_list li .desc p {
	width:100%;
	height:90px;
	overflow:hidden;
	font-size:16px;
	color:#999898;
	line-height:30px;
}
.pg-news .ns_list li:hover .desc .tit {
	color:#f39800;
}
.pg-news .pg-tit {
	width:100%;
	border-bottom:1px solid #c9c9c9;
}
.pg-news .pg-tit h3 {
	font-size:28px;
	color:#121212;
	line-height:40px;
	padding:30px 0;
	text-align:center;
}
.pg-news .pg-con {
	width:100%;
	margin-top:50px;
	overflow:hidden;
}
.pg-news .pg-con .content {
	width:100%;
	margin-top:0;
}
.pg-news .pg-con .content p {
	font-size:16px;
	color:#545454;
	line-height:30px;
}
.pg-news .pg-con .content img {
	display:block;
	max-width:100%;
	margin:0 auto;
}
.pg-news .pg-con .content table td {
	border:1px solid #ccc;
}
.pg-p-n {
	width:100%;
	height:100px;
	border-top:1px solid #2d2d2d;
	margin-top:50px;
}
.pg-p-n a,.pg-p-n * {
	font-size:16px;
	color:#333;
	line-height:100px;
}
.pg-p-n a:hover {
	color:#c3292e;
}
