.wrap { width: 1260px; margin: 0 auto; overflow: hidden;}
#header { position:relative;}
.tips-inner{position:relative; z-index:99;background: #eee;}
.tips-inner .tips{ height:32px; color:#333; line-height:32px; font-size:14px;}
.tips-inner .tips a{font-size:14px; color:#333;}
.tips-inner .tips a:hover{text-decoration: underline;}
.tips-inner .tips .widget{}
.tips-inner .tips .widget a,.tips-inner .tips .widget span{ display:inline-block;padding:0px 6px;}
.tips-inner .tips .widget a:hover{text-decoration: underline;}
.tips-inner .tips .widget .tips-fuwu{padding-left:28px; background: url(../images/icon0.png) no-repeat 6px center;}
.tips-inner .tips .widget .tips-lang{color: #0075c2;}



.logo-inner{height:178px;}
.logo{
  float:left;margin-top: 28px;
  }
.logo img{}

.search-inner{float: right;width:380px;padding-top:55px;}
.sear-form{ position:relative;}
.sear-form .keyword{width:300px;border: 1px solid #edebeb;font-size:14px;line-height:29px;padding: 2px 5px;}
.sear-form .form-smt{width:41px; height:35px; position:absolute; right:27px; top:0px; background:url(../images/icon7.png) no-repeat center center #fff; cursor:pointer;border: none;}
.sear-type{}
.sear-type ul{}
.sear-type ul li{float: left;}
.sear-type ul li a{display: block;padding-top:9px;}
.sear-type ul li a span{display: block;background-color: #4a4a4a;font-size:14px;color: #fff;padding: 4px 13px;}
.sear-type ul li a.on{background: url(../images/icon3.png) no-repeat center top;}
.sear-type ul li a.on span{background-color: #0075c2;}


.nav { height: 60px; position:relative; z-index:2;font-family: "Microsoft YaHei",微软雅黑;margin-bottom:12px;-moz-box-shadow:0px 5px 4px #ddd; -webkit-box-shadow:0px 5px 4px #ddd; box-shadow:0px 5px 4px #ddd;}
.nav #navlist{position:relative; overflow:inherit;}
.nav ul{height: 60px; line-height: 60px; margin:0px auto;}
.nav ul li { float: left; position:relative;padding: 0px 10px;}
.nav ul li a { color:#555; display: block; padding: 0px 20px; height:57px; line-height:57px; font-size:16px; text-align:center; font-weight:normal;border-bottom:3px solid #fff;}
.nav ul li a:hover,.nav ul li a.hover { color:#0075c2;border-bottom:3px solid #0075c2;}


.nav ul li ul{
  margin:0;
  height:auto; 
  position:absolute; 
  background-color:#666;
  background-color: rgba(102,102,102,0.95);/* IE9、标准浏览器、IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂 */ 
  border-top:1px solid #555;
  border-bottom:1px solid #555;
  z-index:999;
  display:none;
  -moz-box-shadow: 2px 2px 10px #555;/*firefox*/
  -webkit-box-shadow: 2px 2px 10px #555;/*safari或chrome*/
  box-shadow:2px 2px 10px #555;/*opera或ie9*/
  }
@media \0screen\,screen\9 {/* 只支持IE6、7、8 */
  .nav ul li ul{
    background-color:#555;
    filter:Alpha(opacity=80);
    position:static; /* IE6、7、8只能设置position:static(默认属性) ，否则会导致子元素继承Alpha值 */
    *zoom:1; /* 激活IE6、7的haslayout属性，让它读懂Alpha */
  }
}
.nav ul li ul li{display:block; clear:both; margin:0; position:relative;}
.nav ul li ul li a{color:#fff; font-size:14px; height:48px; line-height:48px; display:block; padding:0;  border-bottom:1px dotted #555;white-space:nowrap; text-overflow:ellipsis;overflow:hidden;}
.nav ul li ul li a:hover,.nav ul li ul li a.hover{ color:#fff; background-color:#555;border-bottom:1px dotted #444;}

.nav ul li ul li ul{position:absolute; left:160px; top:-1px;}

.nav ul li ul.t1{left:0px;}
.nav ul li ul.t1 li a{width:168px;}
.nav ul li ul.t2{left:0px;}
.nav ul li ul.t2 li a{width:168px;}
.nav ul li ul.t3{left:0px;}
.nav ul li ul.t3 li a{width:168px;}
.fr {
  float: right;
}



/* 清除内外边距 */
body,  hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */select,option,
th, td {
 /* table elements 表格元素 */
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	text-align: justify;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold
}

h1 {
	font-size: 18px;
 /* 18px / 12px = 1.5 */
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4, h5, h6 {
	font-size: 100%;
}

address, cite, dfn, em, var {
	font-style: normal;
} /* 将斜体扶正 */
code, kbd, pre, samp, tt {
} /* 统一等宽字体 */
small {
	font-size: 12px;
} /* 小于 12px 的中文很难阅读，让 small 正常化 */

/* 重置列表元素 */
ul, ol {
	list-style: none;
}

/* 重置文本格式元素 */
a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}
 
/* 重置表格元素 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 重置 hr */
hr {
	border: none;
	height: 1px;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {
	overflow-y: scroll;
}

html,body {
	height: 100%;
}

div:focus {
	outline: none;
}

.menu {
	position: absolute;
	width: 100%;
	background: #0075c5;
	z-index: 99999;
	/*border-bottom: 1px solid #eee;*/
	top: 165px;
	box-shadow: rgb(0, 0, 0) 0px 1px 2px;
}

.menu .menu-center {
	display: block;
	width: 1260px;
	margin: 0 auto;
}

.menu .menu-center .h-h-left {
	display: inline-block;
	width: 100%;
}

.menu .menu-center .h-h-left .menunav {
	display: block;
}

.menu .menu-center .h-h-left .menunav a {
	display: block;
	float: left;
	height: 45px;
	line-height: 45px;
	color: #fff;
	margin: 0 0 0 0;
	font-size: 16px;
	padding: 0px 8px;
}

.menu .menu-center .h-h-left .menunav a:last-child {
	/*margin-right: 0;*/
}

.menu .menu-center .h-h-right {
	display: inline-block;
	float: right;
	overflow: hidden;
}

.menu .menu-center .h-h-right h4 {
	display: block;
	overflow: hidden;
	text-align: right;
	margin: 10px 0 0 0;
}

.menu .menu-center .h-h-right h4 a {
	display: inline-block;
	font-size: 13px;
	line-height: 1em;
	color: #0673b8;
	border-left: 1px solid #ddd;
	padding-left: 16px;
	margin-left: 16px;
}

.menu .menu-center .h-h-right .search-form {
	display: block;
	position: relative;
	width: 320px;
	background: #eee;
	float: right;
	margin: 25px 0 0 0;
}

.menu .menu-center .h-h-right .search-form .in {
	display: block;
	border: 0;
	font-size: 12px;
	line-height: 40px;
	height: 40px;
	width: 100%;
	background: none;
	text-indent: 1em;
}

.menu .menu-center .h-h-right .search-form .btn-submit {
	position: absolute;
	width: 40px;
	height: 40px;
	background: none;
	top: 0;
	right: 0;
	border: 0;
	text-align: center;
	color: #0072b8;
	font-size: 14px;
}

.menu .menu-center .h-h-right h4 a:hover {
	color: #666;
}

.menu .menu-center .h-h-left .menunav dd {
	padding: 0 50px;
	position: relative;
	display: block;
	float: left;
}
.menu .menu-center .h-h-left .menunav dd:hover{background: #e8412f;}

.menu .menu-center .h-h-left .menunav dd .nav-1 {
	position: relative;
	overflow: hidden;
}

.menu .menu-center .h-h-left .menunav dd .nav-1 span {
	position: absolute;
	width: 100%;
	height: 1px;
	background: #0066cd;
	bottom: 0px; /*鼠标划过位置*/
	left: -100%;
	transition: all .3s;
	display: none;
}

.menu .menu-center .h-h-left .menunav dd:hover .nav-1 {
	/*color: #0072b8;*/
}

.menu .menu-center .h-h-left .menunav dd:hover .nav-1 span {
	left: 0;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-botom {
	display: none;
	position: absolute;
	width: 560px;
	top: 43px; /*鼠标划过位置*/
	background: rgba(255, 255, 255, 0.98);
	padding: 30px;
	box-shadow: 0px 13px 30px 0 rgba(0,0,0,.1);
	left: -130px;
	border-top: 1px solid #eee;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-botom .left {
	display: block;
	overflow: hidden;
	width: 42%;
	float: left;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-botom .left img {
	display: block;
	width: 100%;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-botom .left span {
	display: block;
	font-size: 13px;
	letter-spacing: 0;
	color: #999;
	margin: 20px 0;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-botom .left .to-a {
	line-height: 30px;
	height: 30px;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-botom .right {
	display: block;
	float: right;
	width: 45%;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-botom .right h3 {
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #0066cd;
	position: relative;
	margin-bottom: 20px;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-botom .right h3 a {
	display: block;
	color: #0072b8;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-botom .right h3 .fa {
	position: absolute;
	top: 50%;
	right: 0;
	height: 20px;
	margin-top: -10px;
	color: #0066cd;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-botom .right .ta {
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	position: relative;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-botom .right .ta a {
	height: auto;
	line-height: 40px;
	color: #666;
	font-size: 13px;
	float: left;
	width: 100%;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-botom .right .ta .fa {
	font-size: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	height: 20px;
	margin-top: -10px;
	color: #666;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-botom .right .ta:hover {
	border-bottom: 1px solid #0066cd;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-botom .right .ta:hover a,.menu .menu-center .h-h-left .menunav dd .nav-1-botom .right .ta:hover .fa {
	color: #0072b8;
}

.menu .menu-center .h-h-left .menunav dd:hover .nav-1-botom {
	display: block;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-pro-bottrom {
	width: 1200px;
	left: -200px;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-pro-bottrom .top-nav-left {
	display: block;
	overflow: hidden;
	width: 100%;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-pro-bottrom .top-nav-left div {
	cursor: pointer;
	display: block;
	float: left;
	font-size: 12px;
	color: #444;
	background: #eee;
	padding: 6px 80px;
	margin: 0 20px 0 0;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-pro-bottrom .top-nav-left .hover {
	background: #0072b8;
	color: #fff;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-pro-bottrom .top-nav-right {
	display: block;
	overflow: hidden;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-pro-bottrom .top-nav-right #con_one_1 {
}

.menu .menu-center .h-h-left .menunav dd .nav-1-pro-bottrom .top-nav-right #con_one_1 .center {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: top;
	-webkit-align-items: top;
	overflow: hidden;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-pro-bottrom .top-nav-right #con_one_1 .n-1-p-b-pro {
	display: block;
	float: left;
	overflow: hidden;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-pro-bottrom .top-nav-right #con_one_1 .n-1-p-b-pro h3 {
	color: #0072b8;
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-pro-bottrom .top-nav-right #con_one_1 .n-1-p-b-pro h4 {
	display: block;
	overflow: hidden;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-pro-bottrom .top-nav-right #con_one_1 .n-1-p-b-pro h4 a {
	border-bottom: 1px solid #eee;
	display: block;
	overflow: hidden;
	float: none;
	height: 36px;
	line-height: 36px;
	color: #666;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-pro-bottrom .top-nav-right #con_one_1 .n-1-p-b-pro h4 a span {
	font-size: 13px;
	letter-spacing: 0;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-pro-bottrom .top-nav-right #con_one_1 .n-1-p-b-pro h4 a .fa {
	color: #0072b8;
	margin-right: 10px;
	font-size: 13px;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-pro-bottrom .top-nav-right #con_one_2 .center {
	display: block;
	overflow: hidden;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-pro-bottrom .top-nav-right #con_one_2 .n-1-p-b-pro {
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 50px;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-pro-bottrom .top-nav-right #con_one_2 .n-1-p-b-pro h3 {
	color: #0072b8;
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-pro-bottrom .top-nav-right #con_one_2 .n-1-p-b-pro h4 {
	display: block;
	overflow: hidden;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-pro-bottrom .top-nav-right #con_one_2 .n-1-p-b-pro h4 a {
	border-bottom: 1px solid #eee;
	display: block;
	overflow: hidden;
	float: none;
	height: 36px;
	line-height: 36px;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-pro-bottrom .top-nav-right #con_one_2 .n-1-p-b-pro h4 a span {
	font-size: 12px;
	letter-spacing: 0;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-pro-bottrom .top-nav-right #con_one_2 .n-1-p-b-pro h4 a .fa {
	color: #0072b8;
	margin-right: 10px;
	font-size: 13px;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-pro-bottrom .top-nav-right #con_one_3 .center {
	display: block;
	overflow: hidden;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-pro-bottrom .top-nav-right #con_one_3 .center a {
	display: block;
	float: left;
	height: auto;
	line-height: 1em;
	width: calc(19.2% - 2px);
	overflow: hidden;
	margin: 0 1% 1% 0;
	border: 1px solid #eee;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-pro-bottrom .top-nav-right #con_one_3 .center a:nth-child(5n) {
	margin-right: 0;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-pro-bottrom .top-nav-right #con_one_3 .center a img {
	display: block;
	width: 100%;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-pro-bottrom .top-nav-right #con_one_3 .center a p {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 16px 30px;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-pro-bottrom .top-nav-right #con_one_3 .center a p span {
	display: block;
	float: left;
	color: #444;
	font-size: 12px;
	letter-spacing: 0;
	text-align: left;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-pro-bottrom .top-nav-right #con_one_3 .center a p .fa {
	display: inline-block;
	color: #444;
	font-size: 13px;
	position: absolute;
	top: 50%;
	right: 30px;
	margin-top: -6px;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-pro-bottrom .top-nav-right #con_one_3 .center a:hover {
	border: 1px solid #0072b8;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-pro-bottrom .top-nav-right #con_one_3 .center a:hover p span,.menu .menu-center .h-h-left .menunav dd .nav-1-pro-bottrom .top-nav-right #con_one_3 .center a p .fa {
	color: #0072b8;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-pro-bottrom .top-nav-right #con_one_1 .n-1-p-b-pro h4 a:hover,.menu .menu-center .h-h-left .menunav dd .nav-1-pro-bottrom .top-nav-right #con_one_2 .n-1-p-b-pro h4 a:hover {
	border-bottom: 1px solid #0072b8;
}

.menu .menu-center .h-h-left .menunav dd .nav-1-pro-bottrom .top-nav-right #con_one_1 .n-1-p-b-pro h4 a:hover span,.menu .menu-center .h-h-left .menunav dd .nav-1-pro-bottrom .top-nav-right #con_one_2 .n-1-p-b-pro h4 a:hover span {
	color: #0072b8;
}

.bannerindex {
	display: block;
	width: 100%;
	height: 520px;
	overflow: hidden;
	position: relative;
	height: auto;
	background: #eee;
	margin-top: 25px;
	z-index: 999
}

.bannerindex img {
	width: 100%;
	height: auto;
}



.in_cp{width: 1200px;margin: 0 auto;}
.in_cp ul{}
.in_cp ul li{ float:left; width:33%; height:230px;border: 1px solid #eee; text-align:center;}
.in_cp ul li:nth-child(2n){background: #f8f8f8;}
.in_cp ul li a {
  display: block;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  color: #686667;
  text-decoration: none;
}
.in_cp ul li:hover{background: #0075c5;}
.in_cp ul li:hover .cptitle{ color: white;}
.cpimg{height: 134px; width:100%;margin-bottom: 10px;}
.cpimg img{ max-height:100%; max-width:100%;}
.cptitle{font-size: 17px;line-height: 26px;
  height: 52px;
  overflow: hidden;
  color: #333;
  margin-top: 30px;}

.solution{margin-left: 0px;overflow: hidden;}
.container {
    width: 1200px;margin: 0 auto 0;overflow: hidden;
  }
.line-small {
  margin-left: -1px;
  margin-right: -1px;display: block;
}
.x4 {
  width: 33.33333333%;position: relative;float: left;
  min-height: 1px;
  padding-right: 1px;
  padding-left: 1px;
}
.solution .media-img {
  position: relative; overflow:hidden;
}
.solution .media-img:hover img {
  transition: all 0.6s;
  transform: scale(1.1);
}
.margin-little-bottom {
  margin-bottom: 2px;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.solution .media-img .linear-link {
  z-index: 1;
  opacity: 1;
  background: linear-gradient(to bottom,rgba(0,0,0,.2) 65%,rgba(0,0,0,.8) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.3s;
}
.solution .media-img .linear-link .subtitle {
  padding: 0 25px;
  z-index: 3;
  width: 100%;
  bottom: 25px;
  left: 0;
  position: absolute;
  transition: 0.3s;
}
.text-middle {
  font-size: 16px;
}
.margin-small-bottom {
  margin-bottom: 5px;
}
.text-white{color: #fff;}

.container2 {
    width: 1200px;margin: 100px auto 0;overflow: hidden;
  }
.jishu-box{margin:0px -20px}
.jishu-box .jishu-item{width: 33%;float: left;position: relative; overflow:hidden;}
.jishu-box .jishu-item .j-content{position: absolute;top:5%;left:0;width:100%;color:#fff;text-align: center;}
.jishu-box .jishu-item .j-content img{display: inline-block;margin-top:15px;width: 26px;margin-bottom: 10px;}
.jishu-box .jishu-item .j-content .j-title{font-size: 14px;font-weight: bold;}
.jishu-box .jishu-item .j-content  .btn-more{display: inline-block;background:#e60012;color:#fff;padding:4px 10px;margin-top:5%;border-radius: 6px;}
.jishu-box .jishu-item .j-content  .btn-more:hover{background: #b40312;}
.jishu-box .jishu-item:hover img{transition: all 0.6s;
  transform: scale(1.1);}

@media (min-width: 768px) and (max-width: 1200px) {  
    .jishu-box .jishu-item .j-content img{margin-top:30px;width: 46px;margin-bottom: 40px;}
    .jishu-box .jishu-item .j-content .j-title{font-size: 18px;font-weight: bold;}
    }


@media(min-width:1200px){
    .jishu-box{margin:20px 0}
    .jishu-box .jishu-item{width: 33%;float: left;position: relative;;}
    .jishu-box .jishu-item .j-content{position: absolute;top:5%;left:0;width:100%;color:#fff;text-align: center;}
    .jishu-box .jishu-item .j-content img{display: inline-block;margin-top:60px;width: 86px;margin-bottom: 40px;}
    .jishu-box .jishu-item .j-content .j-title{font-size: 25px;font-weight: bold;}
    .jishu-box .jishu-item .j-content  .btn-more{display: inline-block;background:#e60012;color:#fff;padding:8px 20px;margin-top:15%;border-radius: 6px;}
    .jishu-box .jishu-item .j-content  .btn-more:hover{background: #b40312;}

}

.banner{width:100%;height:500px;margin: auto;overflow:hidden;position:relative;font-size:0;}
.b-img{height:500px;position:absolute;left:0;top:0}
.b-img a{display:block;height:500px;float:left}
.inbannerdiv{width: 1200px; margin:260px auto 0;}
.b-img h1{ color:white;
  margin: 0 0 12px;
  font-size: 30px;}
.b-img h2{ color:white;width: 1200px;
  font-size: 24px;
  font-weight: normal;
  line-height: 34px;}
.ljgd{ color: white;
  border: 1px solid white;
  padding: 7px 10px;
  font-size: 14px;
  width: 120px;
  text-align: center;
  border-radius: 7px;
  margin-top: 18px;}
.b-list{height:50px;padding-top:640px;position:relative;margin:0 auto;z-index:1}
.b-list span{display:block;cursor:pointer;width:14px;height:14px;border-radius:50%;border:3px solid #fff;float:left;margin:0 5px;_margin:0 3px}
.b-list .spcss{border:3px solid #787878}
.bar-left{position:absolute;z-index:1;display:block;width:100px;height:100%;left:0;background:0 0;top:0}
.bar-right{position:absolute;z-index:1;display:block;width:100px;height:100%;right:0;background:0 0;top:0}
.bar-left em{display:block;width:50px;height:100px;background:url(../arrow.png) 0 0 no-repeat;margin:0 auto;margin-top:80px}
.bar-right em{display:block;width:50px;height:100px;background:url(../arrow.png) -50px 0 no-repeat;margin:0 auto;margin-top:125px}
.bar-left .emcss{background-position:0 -100px}.bar-right .emcss{background-position:-50px -100px}
.sm{display:none}


.slideTxtBox{  }
.slideTxtBox .hd{ height: 20px;
line-height: 20px;
text-align: center;
margin: 0 auto;
width: 290px; }
.slideTxtBox .hd ul{   }
.slideTxtBox .hd ul li{ float:left; padding:0 15px; cursor:pointer;border-right: 1px solid #aeaeae;  }
.slideTxtBox .hd ul li.on{ color: #0075c5;font-weight: bold; }
.slideTxtBox .bd ul{ padding:15px;  zoom:1;  }

.pcdi{ display:block;}
.phonedi{ display:none;}

@media screen and (max-width:1000px) {
.pcdi{ display:none;}
.phonedi{ display:block;}

.sm{display:inline}
.bannersc{display:none}
#header{ display:none;}

.in_cp {width: 96%;}
.in_cp ul li {width: 50%;}
.cptitle {
  font-size: 14px;
  margin-top: 25px;
}
.container {
  width: 96%;
  margin: 40px auto 0;
}
.x4 {width: 50%;}
.text-middle {
  font-size: 14px;
}
.margin-small-bottom {
  margin-bottom: 0px;
}
.container2 {
  width: 96%;
  margin: 40px auto 0;
}
.jishu-box .jishu-item {width: 100%;}
.jishu-box .jishu-item .j-content{width: 100%;padding: 0 40px;}
.jishu-box .jishu-item .j-content img{width: 61px;}
.jishu-box .jishu-item .j-content .j-title {
  font-size: 20px;
  margin-bottom: 10px;
}
.g_fk {width: 96%;}
.g_fk dt {width: 100%;}
.g_fk dt img{ height:auto;}
.g_fk dd {width: 100%;height: auto;}
.nConc{ display:none;}
.nCon0{ display:none;}

.nNewsD{padding: 0 14px;}

.inews .t2{font-size: 15px;}
.inews .t3{word-break: break-all;
text-overflow: ellipsis;
display: -webkit-box; 
-webkit-box-orient: vertical; 
-webkit-line-clamp: 2; 
overflow: hidden; }

.footwz{font-size: 14px;line-height: 26px;
  padding-top: 8px;}

}










