﻿@charset "utf-8";
.xuanfukuang{
	z-index:999;
	display:block;
	position:fixed;
	top:40%;
	right:-110px;
}
.xuanfukuang li{
	width:156px;
	height:40px;
	line-height:40px;
	margin-bottom:10px;
	box-sizing:border-box;
	padding-right:10px;
	font-size:14px;
	transition:.3s;
	color:#fff;
	border-radius:5px 0 0 5px;
	font-weight:bold;
	text-align:center;
	overflow:hidden;
}
.xuanfukuang li a{ color:#fff;}
.xuanfukuang li span{float:left;display:block;width:40px;height:40px;margin-right:10px;}
.xuanfukuang li img{ width:130px; height:130px; margin:10px;}
.xuanfukuang li:hover{transform:translateX(-110px);}
.xuanfukuang li:nth-child(6):hover{transform:translateX(-110px);height:150px;}
.xuanfukuang li:nth-child(6):hover span{display:none;}
.xuanfukuang li:nth-child(3):hover{transform:translateX(-110px);height:150px;}
.xuanfukuang li:nth-child(3):hover span{display:none;}



.xuanfukuang li:nth-child(1){background:#35afe2;}/*����ɫ*/
.xuanfukuang li:nth-child(2){background:#ea201c;}
.xuanfukuang li:nth-child(3){background:#62b900;}
.xuanfukuang li:nth-child(4){background:#333;}
.xuanfukuang li:nth-child(5){background:#333;}
.xuanfukuang li:nth-child(6){background:#333;}


.xuanfukuang li:nth-child(1) span{background:url(img/QQ.png);}/*QQͼ��*/
.xuanfukuang li:nth-child(2) span{background:url(img/tell.png);}/*�绰ͼ��*/
.xuanfukuang li:nth-child(3) span{background:url(img/weixin.png);}/*΢��ͼ��*/
.xuanfukuang li:nth-child(4) span{background:url(img/fhdb.png);}/*���ض���ͼ��*/
.xuanfukuang li:nth-child(5) span{background:url(img/fhsy.png);}/*������ҳͼ��*/
.xuanfukuang li:nth-child(6) span{background:url(img/ewm.png);}/*��ά��ͼ��*/


.xuanfukuang li:nth-child(1):hover span{background:url(img/QQ1.jpg);}/*������qqͼ��*/
.xuanfukuang li:nth-child(2):hover span{background:url(img/tel1.jpg);}/*�������绰ͼ��*/
.xuanfukuang li:nth-child(3):hover span{background:url(img/weixin1.jpg);}/*������΢��ͼ��*/
.xuanfukuang li:nth-child(4):hover span{background:url(img/fhdb1.jpg);}/*�����󷵻ض���ͼ��*/
.xuanfukuang li:nth-child(5):hover span{background:url(img/fhsy1.jpg);}/*�����󷵻���ҳͼ��*/
.xuanfukuang li:nth-child(6):hover span{background:url(img/ewm1.jpg);}/*��������ά��ͼ��*/



/* 首页 */
body{
	font-family: "微软雅黑";
	background: #fafafa;
}
.gWidth{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.head{
	display: none;
}
.logo{
	height: 100px;
	display: block;
	line-height: 100px;
}
.logo .nav{
	height: 100px;
	line-height: 100px;
}
.logo .nav>li{
	float: left;
	font-size: 0;
	position: relative;
	margin-left: 20px;
}
.logo .nav li>a{
	color: #333;
	font-size: 14px;
	padding-right: 10px;
}
.logo .nav li:hover>a{
	color: #1291CF;
}
.logo .nav li:hover ol{
	display: block;
}
.logo .nav>li ol{
	z-index: 6;
	width: 130px;
	display: none;
	line-height: 40px;
	position: absolute;
	left: 0;top: 100px;
	background-color: #1291CF;
}
.logo .nav>li ol li{
	border-bottom: 1px solid #fff;
}
.logo .nav>li ol li a {
	color: #fff;
	padding-left: 5px;
}
.logo .nav>li ol li:hover{
	color: #1291CF;
	background-color: #fff;
}
.neirong img{
	margin-left: -258px;
}


/* 轮播图 */
.silder_pc{
	display: block;
}
.silder_phone{
	display: none;
}
img{
	border: 0;
	display: block;
	max-width: 100%;
	vertical-align: middle;
}



.js-silder{
	position: relative;	
	min-width: 320px;
}
.silder-scroll{
	width: 100%;
	overflow: hidden;
}
.silder-main{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.silder-main-img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.silder-main-img img{
	width: 100%;
}
.js-silder-ctrl{
	width: 100%;
	text-align: center;
}
.silder-ctrl-prev,
.silder-ctrl-next{
	position: absolute;
	top: 0;
	width: 8%;
	height: 100%;
	vertical-align: middle;
	cursor: pointer;
	color: #fff;
	font-family: "宋体";
	font-size: 52px;
	font-weight: 600;
	text-shadow: #666 2px 2px 5px;
}
.silder-ctrl-prev{
	left: 0;
	text-align: left;
}
.silder-ctrl-next{
	right: 0;
	text-align: right;
}
.silder-ctrl-prev>span,
.silder-ctrl-next>span{
	position: absolute;
	top: 50%;
	margin-top: -40px;
}
.silder-ctrl-prev>span{
	left: 0;
}
.silder-ctrl-next>span{
	right: 0;
}
.silder-ctrl-con{
	display: inline-block;
	width: 4%;
	padding: 10px 0;
	margin: 0 10px;
	cursor: pointer;
}
.silder-ctrl-con>span{
	display: block;
	line-height: 0;
	text-indent: -9999px;
	overflow: hidden;
	padding: 5px 0;
	cursor: pointer;
	background-color: #e4e4e4;
}
.silder-ctrl-con.active>span{
	background-color: #7bbedf;
}

@media (max-width: 768px){
	.silder-ctrl-prev,
	.silder-ctrl-next{
		width: 10%;
		font-size: 26px;
		margin-top: -25px;
	}
	.silder-ctrl-con{
		width: 14px;
		height: 14px;
		padding: 0;
		margin: 0 5px;
	}
	.silder-ctrl-con>span{
		display: block;
		width: 100%;
		height: 100%;
		border-radius: 50%;
		padding: 0;
	}
}

/* 推荐产品 */
.index_cp{
	display: none;
}
.index_cppc{
	height: auto;
	display: block;
  margin-top: 60px;
  margin-bottom: 40px;
}
.index_btpc{
	height: 60px;
}
.index_btpc h2{
	width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 30px;
  text-align: center;
  font-weight: normal;
}
.index_btpc span{
	font-size: 12px;
  color: #a2a2a2;
  display: block;
  height: 20px;
  line-height: 20px;
  text-align: center;
}


/* 电脑分类 */
.index_flpc{
	margin: 20px 0 35px 0;
  height: 15px;
  text-align: center;
}
.index_flpc a{
	font-size: 16px;
  color: #333;
  line-height: 14px;
  padding: 0 20px;
  border-right: 1px solid #333;
  display: inline-block;
  height: 14px;
}
.index_flpc a:last-child{
    border-right: 0;
}
/* 产品列表 */
.strange-box {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.strange-header {
    max-width: 1200px;
    padding: 50px 15px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.strange-header h2 {
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 46px;
    text-align: center;
    color: #3B516A;
}

.strange-header p {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #999;
}

.strange-content {
    position: relative;
    padding-bottom: 30px;
}

.strange-news-fl {
    width: 482px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.10);
}

.strange-news-fl img {
    position: relative;
    z-index: 1;
    float: right;
    width: 100%;
    background-color: white;
}

.strange-news-fr {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.strange-news-sw {
    box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.10);
}

.strange-info-list {
    width: 100%;
    box-sizing: border-box;
}

.strange-info-list li {
    padding-left:100px;
}
.strange-info-list li {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    height: 100%;
    position: relative;
}
.strange-info-list li a .fl img{
	height: 300px;
}
.strange-info-list>li {
    padding-top: 50px;
    height: 100%;
    padding-bottom: 15px;
}
.strange-info-list li a .fr{
	margin-right: 76px;
  margin-left: 30px;
  margin-top: 15px;
}
.strange-info-list li a {
    display: inline-block;
    /* width: 100%; */
    height: auto;
}

.strange-info-list li a h2 {
    font-size: 20px;
    line-height: 26px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.strange-info-list li a h2:hover {
    color: #1291CF;
}

.strange-text {
    position: relative;
    width: 700px;
}

.strange-info-list .strange-text:before {
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    bottom: 0;
    right: -30px;
    background: url(../images/news-icon-2.png) no-repeat;
    background-size: cover;
}

.strange-info-list .strange-text:after {
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    top: 0;
    left: -30px;
    background: url(../images/news-icon-1.png) no-repeat;
    background-size: cover;
}

.strange-text-title {
    height: 132px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #95989D;
    line-height: 22px;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}

.strange-info-list .strange-more {
    display: block;
    width: 140px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #999999;
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 2px solid #999999;
    border-bottom: 2px solid #999999;
    box-sizing: border-box;
    text-align: center;
    transition: .4s;
    margin-bottom: 20px;
}
.strange-more:hover {
    color: #fff;
    background-color: #999999;
}
.strange-pagination {
    width: 200px;
    height: 20px;
    bottom: 30px;
    left: 50%;
    margin-left: -100px;
}

.strange-pagination {
    width: 200px;
    height: 20px;
    bottom: 30px;
    left: 50%;
    margin-left: -100px;
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
}

.strange-pagination ul li {
    width: 24px;
    height: 4px;
    border-radius: 1px;
    transition: all 0.3s;
    margin: 0 5px;
    cursor: pointer;
    display: inline-block;
    background: #000;
    opacity: .2;
    text-indent: -9999px;
}

.strange-pagination .on {
    background: #F66E6A;
    border-radius: 100px;
    transform: scale(1.2);
    opacity: 1;
}

/* 关于我们 */
.about_bg{
	height: 400px;
	background: url('../images/aboutus_bg.png') no-repeat center center /cover;
}
.about{
	padding-top: 25px;
}
.about_top{
	font-size: 0;
	margin-bottom: 15px;
}
.about_top h2{
	height: 42px;
	font-size: 42px;
	line-height: 42px;
  font-weight: bold;
  margin-bottom: 5px;
  font-family: "微软雅黑";
  text-transform: uppercase;
}
.about_top span{
	font-size: 26px;
}
/* 关于我们内容 */
.about_con{
	height: 225px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	background: rgba(0,0,0,.5);
}
.about_fl{
	font-size: 0;
	width: 726px;
	position: relative;
}
.about_fl .about_pc{
	display:block;
}
.about_fl .about_phone{
	display: none;
}
.about_fl .about_pc{
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
	font-family: "微软雅黑";
}
.about_fl a{
	color: #fff;
	font-size: 14px;
	position: absolute;
	right: 0;bottom: -15px;
	font-family: "微软雅黑";
	text-decoration: underline;
}
.about_fr{
	display: block;
	width: 400px;
	margin-top: -78px;
}
/* 客户见证 */
.case{
	margin-top:60px;
	margin-bottom:55px;
}
.case .case_list{
	width:1200px;
	margin-top:20px;
}
.case_list li{
	float:left;
	width:285px;
	height:200px;
	display: block;
	margin-right:20px;
	margin-bottom:20px;
	position:relative;
}
.case_list li:nth-child(4n){
	margin-right: 0;
}
.case_list li img{
	width:100%;
	height:100%;
}
.case_list li p{
	display:block;
	width:285px;
	height:100%;
	position:absolute;
	top:0; left:0;
	background:rgba(0,0,0,.6);
	overflow:hidden;
	transition:.4s;
}
.case_list li p a{
	color:#fff;
}
.case_list li p img{
	width:285px;
	height:200px;
	position:absolute;
	display:block;
}
.case_list li p i span{
	color:#fff;
	width:220px;
	margin:0 auto;
	display:block;
	left:0; top:0;
	font-size:18px;
	margin-top:30px;
	line-height:26px;
	text-align:center;
	position:relative;
}
.case_list li p i{
	width:285px;
	height:200px;
	left:0; top:0;
	position:relative;
	font-style:normal;
	display:inline-block;
	background:rgba(0,0,0,.6);
}
.case_list li p i>strong{
	color:#fff;
 	display:block;
 	left:0; top:0;
 	font-size:14px;
 	margin-top:10px;
 	line-height:25px;
 	position:relative;
 	margin-left: 5px;
 	margin-right: 5px;
	font-weight:normal;
 }
.case_list li:hover p{
	width:100%;
}
.case #demo {
	overflow:hidden;
	width:1200px;
	height:auto;
	margin-top:10px;
}
.case #demo li {
	float:left;
	width:285px;
	height:200px;
	margin-right:20px;
	margin-bottom:20px;
	position:relative;
}
.case #demo li:nth-child(4n){
	margin-right: 0;
	margin-bottom: 0;
}
.case #demo li  img{
  width:100%;
  height:100%;
}
.case #indemo {
	float: left;
	width: 400%;
}
.case #demo1 {
	float: left;
}
.case #demo2 {
	float: left;
}
.case #demo2 {
	display:block;
}
/* 我们的优势 */
.youshibg{
	display: block;
}
youshibg{
	height:860px;
	width:100%;
	background:rgba(0,0,0,.0);
	color:#fff;
	overflow:hidden;
}
.youshi1{
	height:auto;
	margin-top:40px;
}
.youshi1 p{
	font-size:15px;
	line-height:30px;
	display:block;
	width:680px;
	float:left;
	color:#000;
}
.youshi1 p span{
	font-size:18px;
	display:block;
	margin-top:10px;
	margin-bottom:0;
	color:#000;
}
.youshi1 img{
	width:409px;
	height:49px;
	margin-bottom:15px;
}
.youshi1 ul{
	float:right;
	width:520px;
}
.youshi1 ul li{
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}
.youshi1 ul li img{
	width:100%;
	height:100%;
}
.youshi2{
	overflow:hidden;
	height:auto;
}
.youshi2 img{
	float:left;
}
.youshi2 p{
	font-size:16px;
  line-height:40px;
  display:block;
  width:740px;
  float:right;
  color:#000;
}
.youshi2 p span{
	font-size:18px;
  display:block;
  margin-top:50px;
  margin-bottom:10px;
}
.youshi2 p img{
	width: 410px;
  height:49px;
  margin-right: 330px;
  margin-top:40px;
  margin-bottom:20px;
  display:block;
}
.youshi2 p a{
	color:#000;
  text-align:right;
  float:right;
}

/* 产品问答 */
.pc{
	display: block;
}
.er{
	padding-top: 20px;
}
.wendabg{
	margin-top: 60px;
}
.wendabg{
	height:430px;
	width:100%;
	background:url(../images/wenda.png);
	background-size:auto 100%;
	box-sizing:border-box;
}
.wenda{
	margin-top:60px;
	height:auto;
}
.wenda .wenda_list{
	margin-top:30px;
}
.wenda_list li{
	float:left;
	width:285px;
	height:240px;
	margin-right:20px; margin-bottom:20px;
	background:rgba(255,255,255,.8);
	padding:5px;
	box-sizing:border-box;
}
.wenda_list li:nth-child(4n){
	margin-right:0;
}
.wenda_list li>span{
	display:block;
	font-size:12px;
	height:30px;
	color:#666;
	line-height:30px;
}
.wenda_list li strong{
	display:block;
	width:100%;
	font-size:16px;
	line-height:26px;
	border-bottom:1px solid #afafaf;
	height:55px;
	font-weight:normal;
}
.wenda_list li a{
	color:#333;
}
.wenda_list li p{
	display:block;
	width:100%;
	height:140px;
	font-size:14px;
	line-height:22px;
	margin-top:10px;
}
.wenda_list li:hover{
	box-shadow:0 0 10px #666;
}
.wenda>a{
	display:block;
	width:140px;
	height:35px;
	line-height:35px;
	font-size:14px;
	color:#999999;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:2px solid #999999;
	border-bottom:2px solid #999999;
	box-sizing:border-box;
	text-align:center;
	margin:0 auto;
	transition:.4s;
	margin-bottom:20px;
}
.wenda>a:hover{
	background:#999;
	color:#fff;
}

/* 展会信息 */
.zhanhui{
	padding-top:60px;
}
.zhanhui-li{
	margin-top:30px;
}
.zhanhui1>a{
	display:block;
	width:140px;
	height:35px;
	line-height:35px;
	font-size:14px;
	color:#999999;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:2px solid #999999;
	border-bottom:2px solid #999999;
	box-sizing:border-box;
	text-align:center;
	margin:0 auto;
	transition:.4s;
	margin-top:25px;
}
.zhanhui1>a:hover{
	background:#999;
	color:#fff;
}
.zhanhui-nr{
	width:100%;
	height:auto;
	padding-bottom:45px;
}
.zhanhui_list li{
	float:left;
	height:375px;
	width:285px;
	margin-right:20px;
	margin-bottom:20px;
	background:#eeeeee;
	padding:5px;
	box-sizing:border-box;
	position:relative;
	box-shadow:0 0 10px #999;
}
.zhanhui_list li img{
	width:100%;
	height:275px;
}
.zhanhui_list li:nth-child(2n){
  margin-right: 20px;
}
.zhanhui_list li:nth-child(4n){
	margin-right:0;
}
.zhanhui_list li a{
	display:block;
	width:100%;
	height:auto;
	color:#333;
	padding:0 5px;
	box-sizing:border-box;
	background:#eee;
	overflow:hidden;
	transition:.3s;
}
.zhanhui_list li a strong{
	font-size:16px;
	line-height:40px;
	display:block;
	text-align:center;
	font-weight:normal;
}
.zhanhui_list li a span{
	font-size:14px;
	line-height:20px;
}
.zhanhui_list li:hover a strong{
	font-weight:bold;
}
.zhanhui_list li:hover{
	box-shadow:0 0 ;
}
/* 热点新闻 */
.news{
	height:auto;
	margin-top:60px;
}
.news .news_list{
	margin-top:20px;
}
.news_list li{
	width:555px;
	float:left;
	height:120px;
	margin-bottom:20px;
	margin-right:30px;
}
.news_list li:nth-child(2n){
	margin-right:0;
}
.news_list li span{
	display:block;
	width:100%;
	height:24px;
	font-size:16px;
	color:#989898;
	line-height:24px;
}
.news_list li strong{
	display:block;
	height:36px;
	width:100%;
	font-size:16px;
	line-height:36px;
	font-weight:normal;
}
.news_list li strong a{
	color:#333;
}
.news_list li .line{
	height:1px;
	width:100%;
	background:#d5d5d5;
}
.news_list li .line span{
	height:1px;
	width:70px;
	background:#000;
	transition:.4s;
}
.news_list li p{
	font-size:12px;
	line-height:22px;
	height:55px;
	width:100%;
}
.news_list li p a{
	color:#333;
}
.news_list li:hover .line span{
	width:100%;
}

.news>a{
	display:block;
	width:140px;
	height:35px;
	line-height:35px;
	font-size:14px;
	color:#999999;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:2px solid #999999;
	border-bottom:2px solid #999999;
	box-sizing:border-box;
	text-align:center;
	margin:0 auto;
	transition:.4s;
	margin-bottom:60px;
}
.news>a:hover{
	background:#999;
	color:#fff;
}
.news_list li:nth-child(6){
	display:block;
}
.news_list li:nth-child(5){
	display:block;
}
.news_list li:nth-child(4){
	display:block;
}
/* 底部信息 */
footer{
	height:400px;
	background:#333;
}
.bottom1{
	height:280px;
	padding-top:40px;
	box-sizing:border-box;
}
.sj_bottom{
	display: none;
}
.bottom1{
	display: block;
}
.bottom_lxwm{
	height:auto;
	width:340px;
	float:left;
	margin-left:80px;
	font-size:20px;
	color:#fff;
	line-height:48px;
}
.bottom_lxwm p img{
	width:100px;
	height:100px;
	float:left;
	margin-top:10px;
	margin-right:10px;
}
.bottom_lxwm p{
	font-size:14px;
	line-height:24px;
}
.bottom_lxwm span{
	font-weight:bold;
	font-size:18px;
	line-height:36px;
}
.bottom1 dl{
	float:left;
	margin-left:90px;
	width:auto;
}

.bottom1 dl dt{
	line-height:36px;
	height:36px;
	font-size:16px;
	text-align:center;
}
.bottom1 dl dt a{
	color:#fff;
}
.bottom1 dl dd{
	font-size:12px;
line-height:24px;
text-align: left;
}
.bottom1 .foo_chanpin{
	width: 228px;
}
.bottom1 .foo_chanpin dt{
	text-align: left;
}
.bottom1 .foo_chanpin dd{
	float: left;
	width: 114px;
	text-align: left;
}
.bottom1 dl dd a{
	color:#8c8c8c;
}

.yqlj{
	width:100%;
border-bottom:1px solid #434343;
border-top:1px solid #434343;
height: auto;
font-size:14px;
line-height:30px;
color:#8c8c8c;
}
.yqlj a{
	color:#8c8c8c;
margin-right:25px;
}
.yqlj p{
	width:1000px;
margin:0 auto;
}

.beian{
	font-size:12px;
	line-height:24px;
	text-align:center;
	color:#8c8c8c;
	box-sizing:border-box;
	padding-top:15px;
}
.beian a{
	color:#8c8c8c;
	margin:0 5px;
	display:inline-block;
}
.beian{
	margin-top:10px !important;
}
/* ******************公共区域************* */
.nybanner{
	width: 100%;
  height: 195px;
  padding-top: 75px;
  padding-bottom: 75px;
	background-size:auto 100%;
	background:url('../images/bann.png')  50% 0 no-repeat;
}
.nybanner h2{
  width: 100%;
  height: 100px;
  font-size: 40px;
  text-align: center;
  line-height: 100px;
  font-weight: normal;
}
.nybanner p{
  width: 100%;
  color: #666;
  height: 50px;
  font-size: 36px;
  line-height: 50px;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
}

/* 位置 */
.weizhi{
  width: 100%;
  height: auto;
  line-height: 36px;
  background: #efefef;
  font-size: 16px;
  color: #666;
}
.weizhi1{
	padding: 0;
}
.weizhi1 a{
  color: #666;
}
/* ***************** 头 ************* */
.lxwm-bt {
    width: 100%;
    height: auto;
    padding: 35px 0;
}
.lxwm-bt h2 {
    font-size: 30px;
    line-height: 40px;
    color: #333;
    text-align: center;
    font-weight: normal;
}
.lxwm-bt p {
    font-size: 14px;
    line-height: 20px;
    color: #a2a2a2;
    text-align: center;
}
/* 关于我们分类 */
.gywm-fl {
    width: 100%;
    height: auto;
}
.gywm-fl p {
	font-size: 0;
    width: auto;
    height: auto;
    margin: 0 auto;
    text-align: center;
}
.gywm-fl p a {
    width: 130px;
    line-height: 30px;
    font-size: 16px;
    background: #1291cf;
    color: #eee;
    text-align: center;
    margin-right: 20px;
    border-radius: 5px;
    margin-bottom: 30px;
    display: inline-block;
}
/* 公司简介 */
.about1 {
    width: 100%;
    height: auto;
    margin-bottom: 60px;
    margin-top: 30px;
}
.about11>.left {
    width: 745px;
    float: left;
    height: auto;
    margin-top: 0;
}
.about11>.left h2 {
    font-size: 30px;
    color: #333;
    font-weight: normal;
    line-height: 40px;
    text-align: left;
}

.about11>.left>span {
    font-size: 14px;
    color: #888;
    line-height: 30px;
    display: block;
    text-transform: uppercase;
    margin-bottom: 18px;
    text-align: left;
}
.about11>.left .pc{
	display: block;
}
 .about11>.phone{
	display: none;
}
.about11>.left p{
    font-size: 14px;
    line-height: 30px;
    color: #585858;
    margin-bottom: 24px;
    width: 100%;
}
.about11>.left p>.zhankai{
    font-size: 14px;
    line-height: 30px;
    color: #585858;
    margin-bottom: 24px;
    width: 100%;
    text-align: justify;
}
.about11>.left p>.zhankai{
	display: none;
}
.about11>.left>.more{
  margin: 0;
  width: 140px;
  height: 35px;
  display: block;
  color: #999999;
  cursor:pointer;
  transition: .4s;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  box-sizing: border-box;
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
  border-right: 2px solid #999999;
  border-bottom: 2px solid #999999;
}
.about11>.left>.more:hover{
	background:#999;
	color:#fff;
}
.about11>.right {
    width: 420px;
    float: right;
    padding-right: 10px;
    margin: 0;
}
.about11>.right img {
    width: 420px;
    height: 280px;
}
.about11>a:hover{
}
/* 企业文化 */
.about3{
	width:100%;
	height:auto;
}
.about33{
	width:1200px;
	height:auto;
}
.about33>h2{
	font-size:30px;
	line-height:40px;
	color:#333;
	text-align:center;
	font-weight:normal;
}
.about33>span{
	font-size:14px;
	line-height:30px;
	color:#888;
	text-align:center;
	text-transform:uppercase;
	display:block;
}
.about33 div{
	background:url('../images/gywm.jpg') 0 50% no-repeat;
	background-size:auto 100%;
	height:400px;
	margin-top:30px;
	margin-bottom:30px;
}
.about33 div>p{
	width:580px;
	position:relative;
	left:310px;
	top:10px;
	font-size:16px;
	line-height:34px;
	color:#585858;
	margin:0;
}
/* 企业活动 */
.hd{
	padding-top:60px;
}
.hd-nr1 .more{
  margin: 0;
  width: 140px;
  height: 35px;
  display: block;
  margin: 0 auto;
  color: #999999;
  cursor:pointer;
  font-size: 14px;
  transition: .4s;
  line-height: 35px;
  text-align: center;
  box-sizing: border-box;
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
  border-right: 2px solid #999999;
  border-bottom: 2px solid #999999;
}
.hd-nr1 .more:hover{
	background:#999;
	color:#fff;
}
.hd-nr1 .zhankai{
	display: none;
}
.hd-li{
	margin-top:30px;
}
.hd1>a{
	display:block;
	width:140px;
	height:35px;
	line-height:35px;
	font-size:14px;
	color:#999999;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:2px solid #999999;
	border-bottom:2px solid #999999;
	box-sizing:border-box;
	text-align:center;
	margin:0 auto;
	transition:.4s;
	margin-top:25px;
}
.hd1>a:hover{
	background:#999;
	color:#fff;
}
.hd-nr{
	width:100%;
	height:auto;
	padding-bottom:45px;
}
.hd_list li{
	float:left;
	height:287px;
	width:285px;
	margin-right:20px;
	margin-bottom:20px;
	background:#eeeeee;
	padding:5px;
	box-sizing:border-box;
	position:relative;
	box-shadow:0 0 10px #999;
}
.hd_list li img{
	width:100%;
	height:187px;
}
.hd_list li:nth-child(2n){
	margin-right:20px;
}
.hd_list li:nth-child(4n){
	margin-right:0;
}
.hd_list li div{
	display:block;
	width:100%;
	height:auto;
	color:#333;
	padding:0 5px;
	box-sizing:border-box;
	background:#eee;
	overflow:hidden;
	transition:.3s;
}
.hd_list li div strong{
	font-size:16px;
	line-height:40px;
	display:block;
	text-align:center;
	font-weight:normal;
}
.hd_list li div span{
	font-size:14px;
	line-height:20px;
}
.hd_list li:hover div strong{
	font-weight:bold;
}
.hd_list li:hover{
	box-shadow:0 0 ;
}
/* ******************** 产品中心 *********** */
/* 分类pro_fl */
.pc{
	display: block;
}
.phone{
	display: none;
}

.pro_fl{
	width: 247px;
	background: #F4F4F4;
}
.pro_tou{
	font-size: 0;
	height: 99px;
	padding-top: 26px;
	padding-left: 25px;
	background: #007CC2;
}
.pro_tou h2{
	color: #fff;
	font-size: 34px;
	line-height: 34px;
	font-weight: normal;
	margin-bottom: 10px;
	font-family: "微软雅黑";
}
.pro_tou span{
	font-size: 14px;
	color: #fff;
}
/* .pro_flz */
.pro_flz{
	padding-top: 5px;
}
.pro_flz li{
	font-size: 0;
	margin-top: 10px;
}
.pro_flz li a{
	height: 32px;
	color: #007BC1;
	font-size: 14px;
	line-height: 32px;
	margin-left: 10px;
	padding-left: 15px;
	display: inline-block;
	font-family: "微软雅黑";
	background: url('../images/fl.png') no-repeat left center;
}
.pro_flz li:hover{
	background: url('data:image/png;base64,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') no-repeat center center;
}
/* pro_con */
.pro_con{
	width: 953px;
	height:auto;
}
.cp_list{
	margin-left: 35px;
}
.cp_list li{
	float:left;
	width:286px;
	margin-right:30px;
	margin-bottom:30px;
	background:#eeeeee;
	padding:5px;
	box-sizing:border-box;
	position:relative;
}
.cp_list li img{
	width:100%;
	height:100%;
}
.cp_list li:nth-child(2n){
	margin-right:30px;
}
.cp_list li:nth-child(3n){
	margin-right:0;
}
.cp_list li a{
	position:absolute;
	bottom:0;left:0;
	display:block;
	width:100%;
	height:45px;
	color:#333;
	font-size:12px;
	line-height:16px;
	padding:0 5px;
	box-sizing:border-box;
	background:rgba(238,238,238,0.9);
	overflow:hidden;
	transition:.3s;
}
.cp_list li a .pc{
	display: block;
}
.cp_list li a strong{
	font-size:16px;
	line-height:45px;
	display:block;
	text-align:center;
	font-weight:normal;
}
.cp_list li:hover a strong{
	font-weight:bold;
}
.cp_list li:hover a{
	height: 95px;
}
.cp_list li:hover{
	box-shadow:0 0 10px #999;
}
/* pro_con */
.pro_con1{
	width: 1200px;
	height:auto;
}
.cp_list1{
	margin-left: 0;
}
.cp_list1 li{
	float:left;
	width:286px;
	margin-right:18px;
	margin-bottom:18px;
	background:#eeeeee;
	padding:5px;
	box-sizing:border-box;
	position:relative;
}
.cp_list1 li img{
	width:100%;
	height:100%;
}
.cp_list1 li:nth-child(2n){
	margin-right:18px;
}
.cp_list1 li:nth-child(4n){
	margin-right:0;
}
.cp_list1 li a{
	position:absolute;
	bottom:0;left:0;
	display:block;
	width:100%;
	height:45px;
	color:#333;
	font-size:12px;
	line-height:16px;
	padding:0 5px;
	box-sizing:border-box;
	background:rgba(238,238,238,0.9);
	overflow:hidden;
	transition:.3s;
}
.cp_list1 li a .pc{
	display: block;
}
.cp_list1 li a strong{
	font-size:16px;
	line-height:45px;
	display:block;
	text-align:center;
	font-weight:normal;
}
.cp_list1 li:hover a strong{
	font-weight:bold;
}
.cp_list1 li:hover a{
	height: 95px;
}
.cp_list1 li:hover{
	box-shadow:0 0 10px #999;
}

.pro_cp{
	float: right;
	width: 900px;
	height:auto;
}
.pro_cp .top h5{
	font-size: 18px;
}
.pro_cp .top{
	height: 50px;
	font-size: 0;
	line-height: 50px;
	border-bottom: 1px solid #000;
}
.pro_cp .top a{
	height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: normal;
    border-radius: 5px;
    background-color: #1291cf;
    margin-top: 10px;
}
/* 分页 */
.fenye{
	font-size: 0;
	color:#444;
	margin-top:20px;
	line-height:30px;
	height:30px;
	text-align:center;
	margin-bottom: 60px;
}
.fenye a{
	color:#444;
	font-size:14px;
	display:inline-block;
	border:1px solid #aaa;
	height:100%;
	width:auto;
	padding:0 10px;
	margin-left:3px;
	margin-right:3px;
	box-sizing:border-box;
}
.fenye a:hover{
	color:#fff;
	border:1px solid #aaa;
	background:#aaa;
}
.fenye span{
	font-size: 14px;
  color: #444;
  margin-top: 35px;
  line-height: 30px;
  height: 30px;
  text-align: center;
}
.fenye span strong{
	font-size: 14px;
  color: #444;
  margin-top: 35px;
  line-height: 30px;
  height: 30px;
  text-align: center;
}
/************* 客户见证 *************/
/* 我们的客户 */
.ny-bt{
	width:100%;
	margin:0 auto 28px;
	height:auto;
	padding:0 2px;
	box-sizing:border-box;
}
.ny-bt h2{
	font-size:20px;
	line-height:60px;
	font-weight:normal;
	color:#333;
}
.ny-bt span{
	width:100%;
	height:1px;
	background:#d0d0d0;
	display:block;
}
.ny-bt p{
	width:100px;
	background:#1291cf;
	height:1px;
}
.kehutu{
	width:100%;
	height:auto;
}
.kehutu ul li{
	float:left;
	width:175px;
	margin-right:30px;
	margin-bottom:25px;
}
.kehutu ul li:nth-child(6){
	margin-right:0;
}
.kehutu ul li:nth-child(3){
	margin-right:30px;
}
/* 客户见证 */
.case-nr {
    width: 100%;
    height: auto;
}
.case{
	margin-top:60px;
	margin-bottom:55px;
}
.case .case_list{
	width:1200px;
	margin-top:20px;
}
.case_list li{
	float:left;
	width:285px;
	height:200px;
	display: block;
	margin-right:20px;
	margin-bottom:20px;
	position:relative;
}
.case_list li:nth-child(4n){
	margin-right: 0;
}
.case_list li img{
	width:100%;
	height:100%;
}
.case_list li p{
	display:block;
	width:0;
	height:100%;
	position:absolute;
	top:0; left:0;
	background:rgba(0,0,0,.6);
	overflow:hidden;
	transition:.4s;
}
.case_list li p a{
	color:#fff;
}
.case_list li p img{
	width:285px;
	height:200px;
	position:absolute;
	display:block;
}
.case_list li p span{
	width:220px;
	margin:0 auto;
	display:block;
	left:0; top:0;
	font-size:18px;
	margin-top:30px;
	line-height:26px;
	text-align:center;
	position:relative;
}
.case_list li p i{
	width:285px;
	height:200px;
	left:0; top:0;
	position:relative;
	font-style:normal;
	display:inline-block;
	background:rgba(0,0,0,.6);
}
.case_list li p i>a{
 	display:block;
 	left:0; top:0;
 	font-size:14px;
 	margin-top:10px;
 	line-height:25px;
 	position:relative;
 	margin-left: 5px;
 	margin-right: 5px;
 }
.case_list li:hover p{
	width:100%;
}
#demo{
	overflow:hidden;
	width:1200px;
	height:auto;
	margin-top:10px;
}
#demo li{
	float:left;
	width:285px;
	height:200px;
	margin-right:20px;
	margin-bottom:20px;
	position:relative;
}
#demo li:nth-child(4n){
	margin-right: 0;
	margin-bottom: 0;
}
#demo li  img{
  width:100%;
  height:100%;
}
/* ******************新闻中心************** */
.news-nr{
	width:100%;
	height:auto;
	margin-top:30px;
}
.news-nr-list{
	padding-left:10px;
	padding-right:10px;
	width:910px;
	background:#fff;
	height:auto;
	float:left;
	padding-bottom:35px;
	padding-top:27px;
}
.xwlb{
	width:100%;
	height:130px;
	margin-bottom:35px;
}
.xwtu{
	width:260px;
	height:auto;
	float:left;
}
.xwtu a{
	width:260px;
	display:block;
}
.xwtu img{
	width:260px;
	height:190px;
}
.xw{
	height:auto;
	margin:0;
	float:right;
}
.xw h2{
	font-size:18px;
	color:#333;
	font-weight:normal;
	line-height:18px;
	margin-top:0;
	margin-bottom:10px;
}
.xw h2 a{
	color:#333;
}
.xw p{
	font-size:14px;
	line-height:30px;
	color:#888;
}
.xw p a{
	color:#888;
	font-size:14px;
}
.xw span{
	color:#888;
	line-height:40px;
	font-size:14px;
}
.xw>a{
	display:block;
	width:100%;
	height:1px;
	background:#d6d6d6;
	margin-top:25px;
}
.xw>a p{
	width:200px;
	background:#1291cf;
	height:1px;
	transition:0.2s;
}
.xw:hover a>p{
	width:100%;
}
/* 推荐 */
.hui{
	background:#fafafa;
	padding-bottom:50px;
}
.news-tj{
	padding-left:10px;
	padding-right:10px;
	width:220px;
	float:right;
	background:#fff;
	padding-bottom:15px;
}
.news-tj h2{
	font-size:18px;
	color:#333;
	font-weight:normal;
	line-height:70px;
	margin-top:0;
}
.news-tj ul li{
	font-size:14px;
	line-height:26px;
	margin-bottom:20px;
	border-bottom:1px dashed #aaa;
	padding-bottom:10px;
}
.news-tj ul li a{
	color:#666;
}
.news-tj ul li:last-child{
	border:0;
	margin-bottom:0;
}
.case-nr{
	width:100%;
	height:auto;
}
.case-nr ul{
	width:100%;
	margin:0;
}

/* ************服务中心************* */
.shouqian{
	width:100%;
	height:auto;
	margin-top:10px;
}
.shouqian img{
	width:597px;
	height:auto;
	float:left;
	margin:0;
}
.shouqian1{
	height:auto;
	background:#f0f0f0;
	height:399px;
	font-size:14px;
	color:#666;
	line-height:30px;
}
.shouqian1 div{
	width:530px;
	float:right;
	font-size: 14px;
	line-height:30px;
	margin-right:42px;
}
.shouqian1 div h2{
	font-weight:normal;
	line-height:80px;
	margin-top:30px;
	color:#333;
}
.shouqian1 div p{
	font-size:14px;
	color:#666;
	line-height:30px;
}
.shouhou{
	width:100%;
	height:auto;
}
.shouhou1 img{
	width:597px;
	height:auto;
	float:right;
	margin:0;
}
.shouhou1{
	height:auto;
	background:#f0f0f0;
	height:399px;
}
.shouhou1 div{
	width:530px;
	float:left;
	margin-left:30px;
	font-size:14px;
	color:#666;
	line-height:30px;
}
.shouhou1 div h2{
	font-weight:normal;
	line-height:80px;
	margin-top:10px;
	color:#333;
}
.shouhou1 div p{
	font-size:14px;
	color:#666;
	line-height:30px;
}
.liucheng{
	width:100%;
	height:auto;
	margin-bottom:50px;
}
.liucheng1 h2{
	font-size:30px;
	line-height:130px;
	font-weight:normal;
	text-align:center;
}
.liucheng1 img{
	width:auto;
	height:auto;
}

/* ***************产品问答********* */
.wd_list{
	width:100%;
}
.wd_list li{
	float:left;
	width:285px;
	height:240px;
	margin-right:20px;
	margin-bottom:20px;
	background:rgba(255,255,255,1);
	padding:5px;
	box-sizing:border-box;
}
.wd_list li:nth-child(2n){
	background:rgba(255,255,255,1);
}
.wd_list li:nth-child(4n){
	margin-right:0;
}
.wd_list li>span{
	display:block;
	font-size:12px;
	height:30px;
	color:#666;
	line-height:30px;
}
.wd_list li strong{
	display:block;
	width:100%;
	font-size:16px;
	line-height:26px;
	border-bottom:1px solid #afafaf;
	height:55px;
	font-weight:normal;
}
.wd_list li a{
	color:#333;
}
.wd_list li p{
	display:block;
	width:100%;
	height:140px;
	font-size:14px;
	line-height:22px;
	margin-top:10px;
}
.wd_list li:hover{
	box-shadow:0 0 10px #666;
}
/* 联系我们 */
.lxwm-nr{
	width:100%;
	height:auto;
	padding-bottom:30px;
}
.lxwm-nr p{
	font-size:14px;
	line-height:30px;
	color:#585858;
	width:425px;
	float:left;
	margin:0;
	display:block;
}
.lxwm-nr p span{
	font-size:24px;
	line-height:48px;
	color:#333;
}
/* arclist_pro.htm */
.content_xq{
	font-size: 16px;
	float:right;
	width:900px;
	height:auto;
	margin-bottom: 50px;
}
.xq_bt{
	height:40px;
	width:100%;
	margin-bottom:20px;
}
.xq_bt h2{
	font-size:18px;
	line-height:38px;
	text-transform:uppercase;
	font-weight:normal;
	color:#333;
}
.xq_bt span{
	display:block;
	width:150px;
	height:2px;
	background:#fd9b1d;
}
.title{
	width:100%;
	height:auto;
	line-height:30px;
	font-size:18px;
	text-align:center;
	font-weight:600;
}
.xq_time{
	display:block;
	height:20px;
	line-height:20px;
	color:#999999;
	font-size:14px;
	text-align:center;
}
.slt{
	width:450px;
	height:568px;
	display:block;
	margin:20px auto;
	border:1px solid #e8ebf2;
}
.xq_txt{
	padding-top:10px;
	font-size:16px;
	line-height:32px;
	color:#333;
	border-top:1px solid #274da3;
}
.xq_txt img{
	max-width:100%;
	display:block;
}
.shangxia{
	height:30px;
	line-height:30px;
	margin-top:40px;
	font-size:16px;
	color:#333;
	background:#f4f4f4;
	padding:0 5px;
	box-sizing:border-box;
}
.shangxia p a{
	color:#333;
}
.shangxia p{
	float:left;
	width:50%;
	text-align:left;
}
.shangxia p:last-child{
	text-align:right;
}
/* arclist_xinwen.htm */
.xwny{
	width:100%;
	height:auto;
	padding-top:35px;
	margin-bottom:40px;
}
.xwny .left{
	color:#333;
	line-height:32px;
	font-size: 16px;
	padding-left:10px;
	padding-right:10px;
	width:910px;
	background:#fff;
	height:auto;
	float:left;
}
.xwny .left h2{
	font-size:22px;
	line-height:60px;
	color:#333;
	font-weight:normal;
	text-align:center;
	margin-top:20px;
	margin-bottom:0;
}
.xwny .left .shijian{
	font-size:14px;
	line-height:20px;
	color:#999;
	text-align:center;
	margin-bottom:20px;
	display:block;
}
.xwny .left div{
	font-size:14px;
	line-height:30px;
	color:#585858;
	margin-top: 15px;
	margin-bottom: 15px;
}
.xwny .left div img{
	max-width:900px;
}
/* 地图 */
.iw_poi_title {
	color:#CC5522;
	font-size:14px;
	font-weight:bold;
	overflow:hidden;
	padding-right:13px;
	white-space:nowrap;
}
.iw_poi_content {
	font:12px arial,sans-serif;
	overflow:visible;
	padding-top:4px;
	white-space:-moz-pre-wrap;
	word-wrap:break-word;
}

/* 相关标签 */
.sp-title h2{font-size: 25px;font-weight: 600;color:#1291CF;text-align: center;padding-top: 10px;padding-bottom: 10px;}
.tbox{margin-bottom: 20px;}
.tbox dt{margin-bottom: 10px;}
.tbox dt strong{font-size: 20px;color: #333;font-weight: 600;}
.tbox dd{font-size: 0;}
.tbox dd a{font-size: 16px;color: #333;font-weight: normal;line-height: 25px;margin-right: 10px;}
.tbox dd a:hover{color: #CC5522;}