﻿@charset "utf-8";
/* ֯��58��dede58.com�������õ�֯����վģ��������վ */
@charset "utf-8";
/*ȫ��*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p/*,blockquote,th,td*/ {
	margin:0;
	padding:0;
}
ol, ul, li {
	list-style:none;
}
table {
	border-collapse:collapse;/*border-spacing:0*/
}
address, caption, cite, code, dfn, var {
	font-style:normal;
	font-weight:normal;
}
body {
	font:normal 12px/160% "Microsoft Yahei", Verdana, Geneva, sans-serif;
	color:#666;
}
input, button, select, textarea {
	outline:none;
	font-family:"Microsoft Yahei"
}
textarea {
	resize:none
}
fieldset, img {
	border:0px;
}
a {
	outline:0;
}
a {
	color:#808380;
	text-decoration:none;
}
input, select, img {
    vertical-align: middle;
}
fieldset, img, iframe, button {
    border: 0;
    text-decoration: none;
}
a:hover {
	color:#dd4250;
	text-decoration:none;
	outline:none;
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
}
/** html a{behavior:url(select.htc);}*/
p.txident {
	text-indent:2em
}
h1, h2, h3, h4, h5, h6 {
	font-style:normal;
	font-size:100%;
	font-weight:normal
}
html, body {
	width:100%;
	height:100%; /*background:#f1f1f1*/
	position: relative;
}
.clear {
	clear:both
}


/*******����*******/
.fl {
	float: left;
	display: inline
}
.fr {
	float: right;
	display: inline
}
/*��������*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.clearfix {
	zoom: 1
}/*IE����ר��*/
* li {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/*ͷ��*/
.container {
	width:1100px;
	height: auto;
	overflow: hidden;
	zoom:1;
	margin: 0 auto;
}
/*顶部*/
.welcome {
	width:100%;
	height:36px;
	background-color:#66666669;
	text-align:center;
	vertical-align:middle;
	line-height:36px;
	color:#fff;
	    font-size: 14px;
}
.welcome1 {
	float:left
}
.phone {
	float:right;
	padding-left:35px;
	font-size:14px;

}
.header {
	width:100%;
	padding:5px 0; padding-top:15px;
	position: relative;
	z-index: 999;
	background-color:#000;
}
.logo {
	width:600px;
	float:left;
	height:85px;
}
.logo img {
	max-height:100px;
	overflow:hidden
}
.search {
	position:relative;
	float:right;
	margin-top:0px; 
    text-align:right;
        width: 306px;
    height: 70px;
}
.search input {
	border:none;
	background:none;
}
.search .txt1 {
	width:220px;
	border:#efefef 1px solid;
	border-right:none;
}
.search .txt1 input {
	height:26px;
	padding:0 10px;
	width:200px;
	background:#FFF;
	font-family:΢���ź�;
	color:#999;
	line-height:26px;
*margin:-1px 0;
}
.search .sub1 {
	position:absolute;
	right:0;
	top:0;
	width:29px;
	background:url(../Images/search.jpg) no-repeat;
	text-align:center;
}
.search .sub1 input {
	height:34px;
	line-height:34px;
	color:#fff;
}
/*导航*/

.nav {
	width:100%;
	height:60px;
	background-color:#0d73d8;
}
.nav1 {
	display:block;
	width:1200px;
	height:60px;
	margin:0px auto;
	
}
.nav1 li {
	position:relative;
	display:block;
	
	height:60px;
	float:left;
	display: inline;
	text-align:center;
	vertical-align:middle;
	line-height:60px;
	border-left:1px solid #fff
}
.nav1 li a {
	text-decoration:none;
	color:#fff;
	font-size:15px;
	display:block;
	width:auto;
	height:60px;
        padding: 0px 19px;
}
.nav1 li:last-child{border-right:1px solid #fff}
.nav1 li a:hover {
	background-color:#79b424;
}
.nav1 li a.nav_bj {
	background-color:#BF3131;
}
.nav1 li a img {
	margin-right:5px;
}
.nav1 li ul li {
    width: 100%;
	background-color:#353535;
	border:0px;
	height:40px;
	text-align:center;
	vertical-align:middle;
	line-height:40px;
	clear:both
}
.nav1 li ul li a {
	font-size:12px;
	height:40px
}
.nav1 li ul {
	display:none;
	position:absolute;
	z-index:999;
	left: 0
}
.nav1 li:hover ul {
	display:block
}
.nav1 li ul li a:hover {
	background-color:#979797
}
/*banner样式*/

.swiper-container {
      width: 100%;
      height: auto;

    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }


.swiper-container .swiper-wrapper .swiper-slide img{
        width: 100%;
    }

.sy-case{    padding: 50px 0;}

    /*应用行业样式*/
.sy-title {
font-size: 30px;
color: #0065cd;
text-align: center;
padding-bottom: 30px;
background: url(../images/bor1.png) no-repeat center bottom;
}

.hyshow {
    padding: 40px 0;
    width: 100%;
    background: #fff;
}

.yyhy{
	    width: 1200px;
    margin: 0 auto;
    display: none;
    background: #fff;
    overflow: hidden;
    padding-bottom: 20px;
    overflow: hidden;

}
.cont {
    width: 1200px;
    margin: 0 auto;
    display: none;
    background: #fff;
    overflow: hidden;
    padding-bottom: 20px;
    overflow: hidden;
}

.cont .column {
    width: 232px;
    float: left;
    text-align: center;
    margin-top: 20px;
    margin-right: 85px;
}
.cont .column.last {
    margin-right: 0;
}
.cont .column {
    width: 232px;
    float: left;
    text-align: center;
    margin-top: 20px;
    margin-right: 85px;
}
.cont .column h3 {
    font-weight: bold;
    font-size: 19px;
    margin-top: 15px;
}

.thumb img{
    border-radius: 100%;
    border: 1px solid #dadada;
}
.cont .column p {
    color: #717171;
    line-height: 22px;
    font-size: 14px;
    margin: 20px;
    text-align: center;
}

.cont .column a {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    width: 95px;
    text-align: center;
    border-radius: 3px;
    display: inline-block;
    border: 1px solid #cdcdcd;
}
.cont .column a:hover {
    background: #0065cd;
    color: #fff;
}
/*产品展示*/
.Case {
    width: 1200px;
    margin-top: 20px;
     margin: 0 auto;
}
.CaseHead {
    width: 1200px;
    height: 120px;
}
.CaseHead .left {
    width: 156px;
    height: 67px;
    float: left;
    background: url(../images/case.jpg) no-repeat 22px 22px;
    padding-top: 53px;
    padding-left: 164px;
}
.CaseHead .coms {
    width: 650px;
    height: 60px;
    float: left;
    padding-top: 60px;
    color: #999999;
    line-height: 24px;
    font-size: 14px;
}
.CaseHead .right {
    width: 220px;
    height: 120px;
    float: left;
}
.CaseHead .leftDiv {
    width: 160px;
    height: 30px;
    font-size: 18px;
    color: #0065cd;
}
.CaseHead .leftDivs {
    width: 160px;
    height: 30px;
    font-size: 22px;
    color: #0065cd;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.CaseBody {
    width: 1190px;
    
    overflow: hidden;
    padding-left: 10px;
    padding-top: 25px;
}
.CaseBody .list {
    width: 295px;
    height: 275px;
    float: left;
}
.CaseBody .lists {
    width: 275px;
   /* height: 246px;*/
       border: 1px solid #ddd;
    position: relative;
}
.CaseBody .lists .imgs {
    width: 275px;
    height: 153px;
    display: block;
    overflow: hidden;
}
.CaseBody .lists img {
    width: 275px;
    height: 153px;
    position: relative;
}
.CaseBody .lists .title {
    width: 255px;
    padding: 0px 10px;
    line-height: 38px;
    color: #2A2B2C;
    height: 38px;
    border-bottom: 1px dashed #C9C9C9;
    font-weight: bold;
    position: relative;
    z-index: 9000;
    left: 0px;
}
.CaseBody .lists .coms {
    width: 255px;
    padding: 2px 10px 0px;
    height: 63px;
    left: 0px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #C9C9C9;
    color: #999;
    line-height: 20px;
    position: relative;
    z-index: 9000;
    font-size: 12px;
       text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp:3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.CaseBody .lists .a1 {
    width: 3px;
    height: 0px;
    position: absolute;
    font-size: 0px;
    line-height: 0px;
    background: #FF6600;
    left: 0px;
    bottom: 93px;
}
.CaseBody .lists .a2 {
    width: 3px;
    height: 0px;
    position: absolute;
    font-size: 0px;
    line-height: 0px;
    background: #FF6600;
    right: 0px;
    bottom: 93px;
}
.CaseBody .lists .a3 {
    width: 0px;
    height: 3px;
    position: absolute;
    font-size: 0px;
    line-height: 0px;
    background: #FF6600;
    left: 0px;
    top: 0px;
}
.CaseBody .lists .a4 {
    width: 0px;
    height: 3px;
    position: absolute;
    font-size: 0px;
    line-height: 0px;
    background: #FF6600;
    right: 0px;
    top: 0px;
}
.CaseBody .lists .a5 {
    width: 275px;
    height: 87px;
    background: #ff7519;
    position: absolute;
    left: 0px;
    bottom: 6px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}
.newpromore{text-align: center;}
.newpromore a{font-size: 26px;
    font-weight: normal;
    color: #0065cd;
    display: block;
    width: 90px;
    height: 30px;
    border-bottom: 1px solid #0065cd;
    margin: 0 auto;
    margin-top: 25px;}

/*产品下面的优势*/
.CaseMore {
    width: 1200px;
    height: 50px;
    text-align: center;
    line-height: 65px;
    padding-top: 165px;
    position: relative;
}
.CaseMore a {
    font-size: 26px;
    font-weight: normal;
    color: #0065cd;
    display: block;
    width: 90px;
    height: 55px;
    border-bottom: 1px solid #0065cd;
    margin: -165px auto;
}

.CaseMore .a1 {
    width: 1px;
    height: 0px;
    position: absolute;
    font-size: 0px;
    line-height: 0px;
    background: #01A9B2;
    left: 550px;
    bottom: 160px;
}
.CaseMore .a2 {
    width: 1px;
    height: 0px;
    position: absolute;
    font-size: 0px;
    line-height: 0px;
    background: #01A9B2;
    left: 650px;
    bottom: 160px;
}
.CaseMore .a3 {
    width: 0px;
    height: 1px;
    position: absolute;
    font-size: 0px;
    line-height: 0px;
    background: #01A9B2;
    left: 570px;
    top: 10px;
}
.CaseMore .a4 {
    width: 0px;
    height: 1px;
    position: absolute;
    font-size: 0px;
    line-height: 0px;
    background: #01A9B2;
    right: 570px;
    top: 55px;
}
.Service {
    width: 100%;
    height: 330px;
    border-bottom: 1px solid #D5D1D2;
    padding-top: 50px;
}
.clearfix:before,.clearfix:after {    content:"";    display:table;}
.clearfix:after {    clear:both;}
.clearfix {    zoom:1; /* IE <8 */}
.Services {
    width: 1200px;
   
    margin:0 auto;
}
.ServiceList {
    width: 300px;
    height: 330px;
    float: left;
}
.ServiceLists {
    width: 280px;
    height: 330px;
    position: relative;
    overflow: hidden;
    background-color: #F7F7F7;
}


.ServiceList a {
    color: #666;
}
.ServiceLists .top {
    width: 280px;
    height: 118px;
    text-align: center;
    padding-top: 12px;
    position: absolute;
    left: 0px;
}
.ServiceLists .title {
    width: 280px;
    height: 52px;
    text-align: center;
    line-height: 20px;
    padding-top: 5px;
    position: absolute;
    left: 0px;
    top: 130px;
}
.ServiceLists .com {
    width: 247px;
    
    line-height: 22px;
    position: absolute;
    left: 16px;
    top: 180px;
    z-index: 800;
	    font-size: 15px;
		    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp:5;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ServiceLists .tops {
    width: 280px;
    height: 118px;
    text-align: center;
    padding-top: 12px;
    position: absolute;
    left: -275px;
    z-index: 800;
}
.ServiceLists .titles {
    width: 280px;
    height: 52px;
    text-align: center;
    line-height: 20px;
    padding-top: 5px;
    position: absolute;
    left: 280px;
    top: 130px;
    color: #FF6600;
    z-index: 800;
}
.ServiceLists .coms {
    width: 247px;
    height: 140px;
    line-height: 22px;
    position: absolute;
    left: 280px;
    top: 180px;
    z-index: 800;
    color: #888888;
}
.ServiceLists .title span {
    color: #2A2B2C;
    font-size: 18px;
    line-height: 16px;
}




/**优势展示**/
#box_youshi {
    float: none;
    width: 1200px;
    margin: auto;
    height: 690px;
    
    padding-top: 260px;
}
#box_youshi_sub1 {
    width: 348px;
    height: 130px;
        padding-left: 852px;
    padding-top: 61px;
}
#box_youshi_sub2 {
    width: 348px;
    height: auto;
    padding-left: 180px;
    padding-top: 84px;
}
#box_youshi_sub3 {
    width: 352px;
        padding-left: 848px;
    padding-top: 119px;
}
.columnSpace {
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
.FrontSpecifies_show01-d3_c1 {
    width: 100%;
    margin: 0 auto;
}
.FrontSpecifies_show01-d3_c1 .htmledit {
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    font-stretch: normal;
    text-transform: none;
    text-indent: 0;
    text-align: left;
    vertical-align: baseline;
    letter-spacing: normal;
    word-spacing: normal;
    color: #000;
    text-decoration: none;
    letter-spacing: normal;
    word-spacing: normal;
    white-space: normal;
    word-break: normal;
    word-wrap: normal;
    border: medium none;
    background: transparent none repeat scroll 0% 0%;
    list-style: disc outside none;
    float: none;
    width: auto;
    height: auto;
    clear: none;
    z-index: auto;
    text-justify: auto;
    overflow: visible;
    display: inline;
    visibility: inherit;
    margin: auto;
    border-collapse: separate;
}
#box_youshi .span1 {
    color: #333333;
    font-weight: bold;
    font-size: 22px;
}



.FrontSpecifies_show01-d3_c1 .htmledit p, .FrontSpecifies_show01-d3_c1 .htmledit div {
    line-height: 23px;
    font-family: '微软雅黑';
    font-size: 13px;
    color: #555555;
}
#box_youshi .span2 {
    color: #999999;
    font-size: 12px;
    font-family: 'Arial';
    text-transform: uppercase;
}
#box_youshi p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

/**关于我们**/
.huoban {
	width:100%;
	padding:50px 0;
	margin:0 auto;
	overflow:hidden;
	background:#f2f2f2
}
.guanyu{
	width:1200px;
	margin:0 auto;
}
.hezuo {
	width:1200px;
	height:350px;
	margin:0 auto;
}
.about_title{
	float:left;
	
	    width: 749px;
    margin: 0px 50px 0px 0px;
	
}
.about_title p{
	
	color: #333;
    overflow: hidden;
    font-size: 15px;
    line-height: 44px;
    margin-top: 43px;
}
.abmeou {
    width: 95px;
    font: 400 14px/24px "Microsoft Yahei";
    color: #333;
    border: #333 1px solid;
    border-radius: 10px;
    text-align: center;
    margin-top: 30px;
    float: right;
    text-transform: uppercase;
}

.about_img{
	float:left;
	width:400px;
	margin-top: 27px;
}
.about_img img{
	width:100%;
}









/**底部**/
.bt {
	width:1100px;
	text-align:center;
	padding-top:68px;
}
.bt1 {
	font-size:34px;
	color:#b7061c;
	width:1100px;
	text-align:center;
	height:66px;
	line-height:66px;
	display:block
}
.bt2 {
	font-size:26px;
	color:#a70526;
	width:1100px;
	text-align:center;
	height:35px;
	line-height:35px;
	display:block;
	background:url(../images/zhanshi.gif) no-repeat center;
}
.bt3 {
	padding-top:10px;
	width:1100px;
	text-align:center;
	display:block
}
/**底部导航**/
.nei3{
	width:1100px;
	margin:0 auto;
	background:#fff;
}
.nav_foot {
        color: rgb(51, 51, 51);
    display: inline-block;
    padding-top: 16px;
 
    height: 40px;
    font: 400 14px/30px 微软雅黑;
}
.nav_foot a {
     background: url(../images/xian.png) center right no-repeat; 
    color: #333;
    padding: 0 47px;
}
/*�ײ底部样式开始�*/
.nei4 {
    background: url(../images/nei4.png) top center no-repeat;
    height: 303px;
}
#footer {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 10px;
    padding-top: 8px;
    color: #999999;
}
.ff {
    width: 380px;
    margin-top: 45px;
    text-align: left;
}
.fl {
    float: left;
}
.ffti {
    font: 400 16px/30px 微软雅黑;
}
.ffting {
    text-transform: uppercase;
    font: 400 20px/30px 微软雅黑;
}
.ffnei {
    margin-top: 30px;
    font: 400 12px/24px 微软雅黑;
}
.copyright {
    text-align: left;
    font: 400 12px/24px 微软雅黑;
}
#footer a {
    color: #999999;
}
.ff {
    width: 475px;
    margin-top: 32px;
    text-align: left;
}
.you {
    font: 400 12px/24px 微软雅黑;
}
.gggr {
    padding-top: 80px;
}
.fr {
    float: right;
}


/*--------------------����合作伙伴样式--------------------*/
.sy-title2 {
	/*background:url(../Images/bo.png) repeat-x 35px center;*/
	width:100%;
}
.sy-title2 span {
	background:url(../images/bor1.png) no-repeat center;
	display:block;
	width:200px;
	margin:0 auto;
	text-align:center;
}
.sy-title2 h1 {
	color:#df2f25;
	font-size:28px;
	height:50px;
	line-height:40px;
}
.sy-title2 h2 {
	height:50px;
	line-height:45px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#999;
}
.content .title-1 span,.content .title-2 span{
    width:100px;
    height:30px;
    overflow: hidden;
}
.content {
    width: 1200px;
    min-width: 1200px;
    margin: 0px  auto;
}


.container-4 .content {
    padding: 20px 0;
}


.content .intelligence {
    width:670px;
    height:290px;
    margin:0 30px;
}

.details {
    margin-top:20px;
}


.content .notice {
    width:290px;
    height:290px;
}


.picScroll-left {
    position: relative;
   
}
.picScroll-left .hd {
    height:0;
}
.picScroll-left .hd span {
    display: block;
    width:30px;
    height:30px;
}
.picScroll-left .hd .prev {
    background: url("../images/prev.png") no-repeat;
    background-size: 100%;
    position: absolute;
    top:33%;
    z-index: 2;
}
.picScroll-left .hd .prev:hover {
    background: url("../images/prev_hover.png") no-repeat;
    background-size: 100%;
}
.picScroll-left .hd .next {
    background: url("../images/next.png") no-repeat;
    background-size: 100%;
    position: absolute;
    top:33%;
    right:0;
    z-index: 2;
}
.picScroll-left .hd .next:hover {
    background: url("../images/next_hover.png") no-repeat;
    background-size: 100%;
}
.picScroll-left .bd {
    width:1130px;
    margin:0 44px;
   
}
.picScroll-left  .bd li {
    float: left;
    margin:0 2px;
	border:1px solid #ddd;
}
.picScroll-left  .bd li a {
    display: block;
}
.picScroll-left .bd li img {
    display: block;
    width:274px;
    height:125px;
}
.picScroll-left .describe p {
    width:100%;
    height:22px;
    overflow: hidden;
    line-height: 22px;
    font-size: 12px;
    text-align: center;
}
ul,li,p,dl,dt,dd,p,h1, h2, h3, h4, h5{
    margin:0px;
    padding:0px;
    list-style:none;
}


a ,a:hover ,a:focus{
    color:#666;
    text-decoration: none;
    outline: none;
}

.clear{
    clear:both;
    overflow: hidden;
}
button {
    border:none;
    outline: none;
    font-size: 14px;
    background: transparent;
}



/*首页新闻中心*/
.IndexNew {
    width: 1200px;
        padding-top: 50px;
    margin: 0 auto;
}
.IndexNewhead {
    width: 1002px;
    height: 78px;
    float: left;
    background: url(../images/r22_c4.jpg) no-repeat 20px 14px;
    padding-left: 188px;
    padding-top: 52px;
}
.IndexNewBody {
    width: 1200px;
        margin: 30px auto;
}
.IndexNewhead .title {
    width: 70px;
    height: 56px;
    float: left;
    color: #0065cd;
}
.IndexNewComs {
    width: 600px;
    height: 26px;
    padding-top: 30px;
    float: left;
}
.IndexNewhead .title1 {
    width: 70px;
    height: 28px;
    font-size: 16px;
}
.IndexNewhead .title2 {
    width: 70px;
    height: 28px;
    font-weight: bold;
    font-size: 18px;
}
.IndexNewBodys {
    width: 380px;
   
    float: left;
    padding-left: 20px;
}
.I_NewTitle {
    width: 360px;
    height: 33px;
    border-bottom: 1px solid #696969;
    float: left;
    margin-bottom: 12px;
}
.I_NewTitle .chinas {
    font-size: 18px;
    height: 35px;
    padding-top: 5px;
    width: 75px;
    float: left;
    color: #2A2B2C;
}
.I_NewTitle .ens {
    height: 28px;
    padding-top: 8px;
    width: 120px;
    float: left;
    color: #999;
    font-size: 12px;
}
.I_NewList {
    padding-left: 18px;
    height: 26px;
    width: 342px;
    float: left;
    background: url(../images/r30_c21.jpg) no-repeat 3px 11px;
    line-height: 26px;
    position: relative;

}
.I_NewList a {
    display: block;
    height: 26px;
    width: 342px;
    position: relative;
        font-size: 15px;
}
.I_NewMore a{

    color: #0065cd;
    font-weight: bold;
}
.I_NewMore {
   
    height: 26px;
    padding-left: 18px;
    float: right;
    background: url(../images/r32_c21.jpg) no-repeat 3px 9px;
    line-height: 26px;
}
.I_NewList a:hover {
    color: #0065cd;
}

/*banner2*/
.topadcs {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}
.topadcs a.fullad {
    height: 350px;
}
.topadcs a {
    display: block;
    margin: 0 auto;
}

/*产品列表页样式*/
.area {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    position: relative;
}
.clear, .area, .con:after, .wrap {
    clear: both;
}
.sub-box .s-title {
    height: 42px;
    line-height: 42px;
    color: #333;
}
.sub-box .sub-left {
    float: left;
    width: 265px;
}
.sub-box .m-sub {
    float: right;
    width: 888px;
    border: 1px solid #ebebeb;
    padding-bottom: 10px;
}
.sub-box .s-title a {
    color: #333;
    margin: 0 3px;
}
.sub-box .leftmenu {
    width: 265px;
    border: 1px solid #e2e2e2;
}
.sub-box .leftcontact {
    margin-top: 10px;
    border: 1px solid #e2e2e2;
    padding-bottom: 15px;
}
.sub-box .leftmenu .title {
    background: #0d73d8;
    height: 48px;
    padding: 10px;
}
.sub-box .leftmenu .cn {
    font-size: 20px;
    color: #fff;
}
.sub-box .leftmenu .en {
    font-size: 14px;
    color: #8fbeec;
}
.sub-box .leftmenu .fir-li {
    background: #f5f5f5;
}
.sub-box .leftmenu .fir-a {
    display: block;
    margin: 0 auto;
    width: 195px;
    height: 39px;
    line-height: 39px;
    font-size: 14px;
    color: #666;
    text-indent: 12px;
    border-bottom: 1px solid #d7d7d7;
    text-indent: 27px;
   
}
.sub-box .leftmenu .fir-li.cur .fir-a {
    height: 43px;
    line-height: 43px;
    border-bottom: none;
    font-size: 16px;
    color: #fff;
    
}

.sub-box .leftcontact {
    margin-top: 10px;
    border: 1px solid #e2e2e2;
    padding-bottom: 15px;
}
.sub-box .leftcontact .title {
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #0d73d8;
    margin-bottom: 13px;
}
.sub-box .leftcontact .title .cn {
    font-size: 18px;
    color: #fff;
}
.sub-box .leftcontact .title .en {
    font-size: 14px;
    color: #afd7ff;
}
.sub-box .leftcontact p {
    padding: 0 10px;
    line-height: 25px;
    font-size: 14px;
    color: #5c5c5c;
}

.sub-box .top-txt {
    padding: 10px;
    border-bottom: 1px dotted #ababab;
    font-size: 14px;
    font-family: '宋体';
    color: #666;
}
.servicelist {
    margin-left: 12px;
    margin-top: 12px;
    width: 877px;
    margin-right: -24px;
}
.servicelist li {
    float: left;
    width: 266px;
    margin-right: 24px;
    margin-bottom: 20px;
}
.servicelist a {
    display: block;
}
.servicelist .imgbox {
    position: relative;
    width: 277px;
    height: 222px;
    
    padding: 3px;
    border: 1px solid #cfcfcf;
    overflow: hidden;
}

.imgbox img{
    width: 100%;
 
}
.servicelist .caption {
    margin-top: 8px;
    font-size: 14px;
    text-align: center;
    height: 33px;
    line-height: 33px;
    font-family: '宋体';
    color: #666;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.servicelist .thumb {
    position: absolute;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    background: url(../images/thumb-pic2.png)/*tpa=http://www.banmate.com/templates/bmtjdsb/images/thumb-pic2.png*/ center center no-repeat;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.sub-box .leftmenu .fir-li.cur {
    background: #0d73d8;
}

/*分页*/
.lp_a1_7 {
    width: 100%;
    height: 40px;
    clear: both;
    overflow: hidden;
}
.pages {
    width: 100%;
    clear: both;
    height: 40px;
    padding-top: 10px;
}

.txt-content {
    padding: 15px;
}
.sub-box .top-txt span.fr {
    font-size: 12px;
    font-family: '宋体';
    color: #666;
}
.sub-box .top-txt .t {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.sub-box .top-txt span.fr a {
    color: #666;
}

/*新闻中心*/
.news-list {
    width: 888px;
    margin: 0 auto;
}
.news-list li.gray {
    background: #f3f3f3;
}
.news-list li {
    margin-top: 10px;
    padding: 10px;
}
.news-list .imgbox {
    float: left;
    display: block;
    width: 204px;
    height: 153px;
    padding: 1px;
    border: 1px solid #c5c5c5;
    background: #fff;
    overflow: hidden;
}
.news-list .imgbox .jqthumb {
    transition: all .8s ease;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
}
.news-list .z-txt {
    float: right;
    position: relative;
    width: 870px;
    height: 157px;
}
.news-list .z-txt h3 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
}
.news-list .z-txt .date {
    color: #999;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}
.news-list .z-txt .info {
    border-top: 1px solid #e43101;
    padding-top: 4px;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    color: #656565;
}
.news-list .z-txt .more {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 97px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #ccc;
    background: #f3f3f3;
    color: #666;
    text-align: center;
}
.news-list .z-txt .more:hover {
    background: #f94c24;
    border-color: #f94c24;
    color: #fff;
}
.txt-content h1 {
    font-size: 24px;
    line-height: 30px;
    color: #333;
    margin: 10px 0;
}

/*留言样式*/
.z-message {
    padding: 15px;
}
.z-message h1 {
    font-size: 24px;
    line-height: 30px;
    color: #333;
    margin: 10px 0;
}
.z-message p {
    font-size: 14px;
    color: #666;
}
.mess-form {
    width: 853px;
    margin: 15px auto 0;
    border: 1px solid #cbcbcb;
    background: #efefef;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
.mess-form td {
    height: 38px;
}
.mess-form td {
    height: 38px;
}
.mess-form label {
    display: inline-block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: right;
    position: relative;
    color: #ed3b00;
    font-size: 14px;
    vertical-align: middle;
}
.mess-form .txt {
    width: 210px;
    height: 24px;
    border: 1px solid #ccc;
    background: #fff;
    text-indent: 8px;
}
.mess-form .tarea {
    width: 410px;
    height: 150px;
    padding: 5px;
}
.mess-form .z-btn {
    height: auto;
}
.mess-form .btn {
    display: block;
    margin: 10px auto;
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #0d73d8;
}

.phone a{
    color: #fff;
}

.news-xqy h5{
        text-align: center;
    font-size: 21px;
    line-height: 53px;

    font-weight: bold;
    border-bottom: 2px dashed #ddd;
}

.news-xqy h6{
        text-align: center;
    margin-top: 10px;
    font-size: 13px;
    margin-bottom: 11px;

}
.overimg:hover {
    transform: scale(1.4);  
}
.overimg img {

    cursor: pointer;  
    transition: all 0.6s; 
}

.online_icon{overflow:hidden; }
.online_icon a{ display: block;width: 85px;height: 148px;background: url(images/qq_online_trigger.png) no-repeat;}
.online_windows{ width:144px;}
.online_w_top{ background:url(images/online_bg.png) no-repeat -36px 0; height:10px;  _margin-bottom:-7px;}
.online_content{ background:url(images/online_bg.png) no-repeat -147px -185px; padding-top:11px;}
.online_content a.qq_icon{ background:url(images/online_bg.png) no-repeat -37px -130px; width:121px; height:25px; display:block; margin:0 auto; text-indent:30px; line-height:23px; cursor:pointer; }
.online_content a.qq_icon:hover{ background-position:-159px -130px; color:#FFF;}
.online_bar h2{ background:url(images/online_bg.png) repeat-x 0 -156px; height:29px; line-height:27px; font-size:12px; color:#666; text-align:left; }
.online_bar h2 a{ display:block; padding-left:14px; margin-left:6px; cursor:pointer;}
.expand h2 a{ background:url(images/online_bg.png) no-repeat -36px -69px;}
.collapse h2 a{ background:url(images/online_bg.png) no-repeat -36px -96px; color:#666; text-decoration:none;}
.expand h2 a:hover,.collapse h2 a:hover{ text-decoration:none; color:#c81d04;}
.online_content{ text-align:center; border-bottom:1px solid #d0d0d0;}
.online_content ul li{ height:24px; line-height:24px; margin-bottom:4px; font-size:12px;}
.online_content ul li a:hover{color:#c81d04; }

#online_qq_layer { width:225px; height:455px; position:fixed; right:-140px; top:80px;z-index:9999;}
#online_qq_tab {float:left; margin-top: 50px;}
#onlineService {float:left; margin-left:-4px;}
#onlineType1, #onlineType2, #onlineType3, #onlineType4, #onlineType5, #onlineType6 {display:none;}
#onlineType1 {display:block;}

.duanbox{overflow: hidden;}
.duanbox img{max-width: 100% !important;}