body {
	font-family:"思源宋体 CN",sans-serif;
	font-size: 14px;
	color: #333;/*深灰色 偏黑色*/
	
}
input, select, textarea {
	font-family: "思源宋体 CN",sans-serif;
	font-size: 1em;
}


.wrap {
	width: 100%;
	margin: auto auto;
	max-width: 1350px;
	position: relative;
}

/*图片自适应":实现图片的自动缩放。*/
img{
	/*width:100%;*/
	-ms-interpolation-mode: bicubic;
	text-align: center;
}

img, a {
	border: 0;
}
ul, li {
	list-style: none;
}
* {
	margin: 0;
	padding: 0;
}


/*------------公司首页关于我们-公司介绍样式---开始------------*/
p.gywm{
	font-size: 16px;
	/*color: #212121;*/
	color: #000000;
}
/*------------公司首页关于我们-公司介绍样式---结束------------*/


/*--------------------------前端新闻文本样式-开始---------------------*/
div .wenzhang p{
	font-size: 18px;
	/*color: #000000;*/
	color: #1C1C1C;
	font-weight:100;
}

/*文章标题样式*/
div .wrap h3{ 
	align-content: center;
	font-size: 28px ;
}

div .xinwen {
	font-size: 32px; 
	text-align: center;
	position: relative;
	float: inherit;
	margin: 40px auto 0px auto;
}

/*-----鼠标悬停样式-----*/
div .xinwen a:hover{
	background-color: #ffcc00 ;
	padding: 3px;
}

div .xinwen a:visited{
	text-decoration: line-through;
}

.xtitle{
	background-color: #ffcc00 ;	
	padding: 3px;
}
/*--------------------------前端新闻文本样式 -结束--------------------*/

.flt {
	float: left;
}
.frt {
	float: right;
}
.clear {
	clear: both;
}
.clear:after, .clear:before {
	content: '';
	clear: both;
	display: table;
}
img {
	max-width: 100%;
}
.img {
	overflow: hidden;
	position: relative;
}
/*.img:hover img {
	transform: scale(1.1) rotate(3deg);
	-o-transform: scale(1.1) rotate(3deg);
	-webkit-transform: scale(1.1) rotate(3deg);
	-moz-transform: scale(1.1) rotate(3deg);
	-ms-transform: scale(1.1) rotate(3deg);
}*/
h3 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal;
	font-size: 18px;
	color: #000;
	line-height: 1.2em;
}
p {
	line-height: 32px;
	color: #666;
}
*, *:after, *:before {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}


/*--------------------------前端产品和服务文本样式-结束---------------------*/
div .text h3{
	line-height: 35px;
	/*background-color: #cea76e;*/
	/*background-color: #1479D7;*/
}

/***应用领域内文章h3样式  */
div .text h3.yh3{
	line-height: 35px;
	/*background-color: #cea76e;*/
	background-color: #1479D7;
}

div .chanpin p{
	color: #333;
	/*color: #242424; 灰色*/
	font-size: 15px;
}

div .text p span .curbar {
  float: right;
  text-align: right;
  font-size: 12px;
  color: #6e6e6e;
  /*width: 78%;*/
  vertical-align: middle;
  margin-top: 12px;
}
div .text p span .curbar a {
  max-width: 100px;
  overflow: hidden;
  height: 18px;
  line-height: 18px;
  display: inline-block;
  vertical-align: top;
}
div .text p span  .curbar a:hover {
  color: #0083c7;
}
div .text p span  .curbar i {
  font-style: normal;
  max-width: 100px;
  overflow: hidden;
  height: 18px;
  line-height: 18px;
  display: inline-block;
  vertical-align: top;
}


/*--------------------------前端产品和服务文本样式 -结束--------------------*/

.modal, .fp_modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000
}
.fp_modal {
	display: table;
}
.modal {
	transition: all 0s;
	-o-transition: all 0s;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	background: rgba(0,0,0,0.7);
}
.fp_modal .cell {
	display: table-cell;
	vertical-align: middle;
}
.modal_cont {
	max-width: 990px;
	margin: 0 auto;
	width: 90%;
	background: #fff;
	position: relative;
}
.modal_cont .close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 32px;
	height: 32px;
	background: url(../images/close.png) no-repeat center center #ccc;
	border-radius: 100%;
	cursor: pointer;
}
.modal_cont .box {
	padding: 45px;
}

/*----------header----------*/
.header {
	/*导航栏始终在顶端*/
	border-bottom: 1px solid rgba(255,255,255,.2);
	position: fixed;
	
	/*position: absolute;*/
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	font-weight:bolder;
	font-family:"思源宋体 CN" ,sans-serif;
	background: url(../images/bg-0.png);
}

.header:hover{
	/*position: absolute;*/
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	font-weight:bolder;
	font-family:"思源宋体 CN" ,sans-serif;
}

.header.fixed .logo {
	padding: 5px 0;
}
.header.fixed .menu ul li a {
	line-height: 54px;
}
.header.fixed .menu ul li li a {
	line-height: 31px;
}
.header.fixed {
	background: rgba(0,0,0,0.8)
}

.logo {
	padding: 15px 0;
	line-height: 28px;
	/*float: left;*/
}
/*.logo span {
	display: inline-block;
	position: relative;
	color: #cca384;
	padding-left: 53px;
	margin-left: 20px;
	border-left: 1px solid #675e58;
	background: url(../images/icon1.png) no-repeat 20px center;
}*/
.logo img {
	vertical-align: middle;
	
}

.menu ul li {
	position: relative;
	float: left;
	margin: 0 40px;
	font-size: 18px;
}


.menu ul li .drop {
	transition: all 0s;
	-o-transition: all 0s;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 142px;
	left: 50%;
	margin-left: -71px;
	padding-top: 5px;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	/*
	 box-shadow: h-shadow v-shadow blur spread color inset;
	注意：boxShadow 属性把一个或多个下拉阴影添加到框上。
	该属性是一个用逗号分隔阴影的列表，每个阴影由 2-4 个长度值、一个可选的颜色值和一个可选的 inset 关键字来规定。
	省略长度的值是 0。

		值	说明
	h-shadow	必需的。水平阴影的位置。允许负值
	v-shadow	必需的。垂直阴影的位置。允许负值
	blur	可选。模糊距离
	spread	可选。阴影的大小
	color	可选。阴影的颜色。在CSS颜色值寻找颜色值的完整列表
	inset	可选。从外层的阴影（开始时）改变阴影内侧阴影
	 * */
}
.menu ul li .drop ul {
	background: #fff;
	margin: 0 auto;
	padding: 10px 0;
	/*width: 100%;
	height: 50px;
	background: #E83737;*/
}
.menu ul li .drop ul li a {
	line-height: 42px;
	color: #000;
}
.menu ul li .drop ul li a:after {
	display: none;
}
.menu ul li .drop ul li {
	float: none;
	margin: 0 auto;
	text-align: center;
	font-weight:normal;
	font-size: 16px;
}
.menu ul li .drop ul li.on a, .menu ul li .drop ul a:hover {
	/*color: #cea76e;橙色*/
	color: #ff1717;/*红色*/
	/*color: #cc0000;*/
}

/********************首页切换语言模块*********开始*********/
.menu ul li .drop1 {
	transition: all 0s;
	-o-transition: all 0s;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	display: none;
	position: relative;
	top: 100%;
	left: 0;
	width: 142px;
	left: 50%;
	margin-left: -71px;
	padding-top: 5px;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	
}
/*.menu ul li .drop1 ul {
	background: #fff;
	margin: 0 auto;
	padding: 10px 0;
}
.menu ul li .drop1 ul li a {
	line-height: 20px;
	color: #000;
}
.menu ul li .drop1 ul li a:after {
	display: none;
}
.menu ul li .drop1 ul li {
	float: none;
	margin: 0 auto;
	text-align: center;
	font-weight:normal;
	font-size: 16px;
}
.menu ul li .drop1 ul a:hover {
	color: #ff1717;
}*/

/********************语言模块***************结束*********/

/*-------------首页应用领域样式---------开始--------*/
#main {
    width: 1350px;
    height: 550px;
    padding-top: 30px;
    background-color: #fff;
    margin: 0 auto;
    /*padding-top: 30px;*/
   align-content: center;
}


#main h2 {
    position: relative;
    font-size: 18px;
    /*box-sizing: border-box;*/
    padding-left: 10px;
    height: 30px;
    line-height: 25px;
    color: #1479D7;
    border-bottom: 1px solid #1479D7;
}
#main h2:hover{
	color: #1479D7;
	
}

#main h2 span a{
    position: absolute;
    right: 10px;
    font-size: 14px;
    /*color: #1479D7;*/
}


#main h2 span a:hover{
	/*color:#062b4f ;*/
	color: #1479D7;
}

#left {
	float: left;
    width: 410px;
	height: 410px;
    display: inline-block;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 40px;
    border-right: 1px dotted #ccc;
    
}


#left ul li {
    font-size: 16px;
    line-height: 25px;
    margin-top: 12px;
}

#left ul li a {
    color: #000000;
    margin-left: 10px;
}

#left ul li a:hover {
    color: #1479D7;
}


#mid {
	float: left;
	position: relative;
    width: 410px;
    height: 410px;
    display: inline-block;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 50px;
    
    border-right: 1px dotted #ccc;
    /*float: left;*/

}

#mid ul li{
	font-size: 16px;
    line-height: 25px;
    margin-top: 12px;
}

#mid ul li a {
    color: #000;
    /*text-decoration: none;*/
    margin-left: 10px;
}

#mid ul li a:hover {
    color: #1479D7;
}

/*#news ul li {
    position: relative;
    left: 0px;
}*/

/*#news ul li span{
    position: absolute;
   position: relative;
    right: 0px;
    color: #b3b3b3;
}*/

#righ {
	float: left;
	position: relative;
    width: 410px;
	height: 410px;
    display: inline-block;
    box-sizing: border-box;
    padding-left: 50px;
    padding-right: 15px;
    border-right: 1px dotted #ccc;
}

/*#righ ul {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
}*/

#righ ul li {
    position: relative;
    /*left: 0px;*/
    font-size: 16px;
    line-height: 25px;
    margin-top: 12px;
}

#righ ul li a {
    color: #000;
    /*text-decoration: none;*/
    margin-left: 10px;
}

#righ ul li a:hover {
    color: #1479D7;
}

#righ ul li span {
    /*position: absolute;*/
    position: relative;
    /*right: 0px;*/
    color: #b3b3b3;
}

/*---------------首页应用领域结束--------------*/





.menu ul li a {
	line-height: 98px;
	display: block;
	color: #fff;
	position: relative;
}
.menu ul li a:after {
	content: '';
	display: block;
	position: absolute;
	width: 0%;
	margin: 0 auto;
	left: 0;
	right: 0;
	height: 3px;
	bottom: -1px;
	/*background: #cca384;*/
	background: #ff1717;
	/*background: #cc0000;*/
	
}
.menu ul li.on a:after, .menu ul li a:hover:after {
	width: 100%;
}
.menu ul li a:hover, .menu ul li.on a {
	/*color: #cea76e;*/
	color: #ff1717;
	/*color: #cc0000;*/
}

.menu ul {
	margin: 0 -40px;
}

.header div .languge {
    /*width: 12%;*/
    /*min-width: 30px;*/
    /*background: url(../images/language1.png) no-repeat left;*/
    /*height: 40px;
    float: right;
    margin-top: 30px;
    line-height: 98px;*/
    cursor: pointer;
    position: relative;
}
div .languge span{
    font-size: 16px;
    color: #666666;
    /*margin-left: 10px;*/
    display: inline-block;
    /*background: url(../images/cur1.png) no-repeat right;*/
    /*padding-right: 20px;*/
    
}

div .languge i {
    /*font-style: normal;*/
    /*position: relative;*/
    /*z-index: 999;*/
    display: none;
    background: #fff;
    text-align: center;
}
div .languge i a {
    display: block;
    line-height: 16px;
    height: 14px;
    color: #666;
    font-size: 12px;
}


.banner .item {
	position: relative;
	font-family:"思源宋体 CN",sans-serif;
}
.banner .item .text {
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	font-size: 24px;
}
.banner .text h2 {
	font-size: 2em;
	margin-bottom: 1em;
}
.owl-theme .owl-dots .owl-dot span {
	width: 20px;
	height: 4px;
	border-radius: 0;
	margin: 0 5px;
	opacity: .5;
	background: #cea76e;
}
.owl-theme .owl-dots {
	margin-bottom: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #cea76e;
	opacity: 1;
	width: 28px;
}
ul:after {
	content: '';
	display: block;
	clear: both;
}
.banner .img1 {
	overflow: hidden;
	/*margin-top:98px;*/
}
/*.banner .img1 img {
	margin: 98px auto auto auto;
	
}*/

#bg{
	background-image: url(../images/bg1.png);
	background-position: center; /* 背景图片居中 */
    background-repeat: no-repeat; /* 背景图片不重复 */
   	width: 1920px;
   	height: 1056px ;
    z-index: 0;
    /*cursor: pointer;变成鼠标手*/
	position: relative;
	display: block;
	margin: 0 auto;
	/*margin-bottom: -12px;*/
}

li #bg{
	width: 1920px;
   	height: 1056px ;
	/*margin: auto 200px;*/
	
}

li img .img-slide{
	position: relative;
	/*display: block;
	margin: 0 auto;*/
	
	z-index: 1;
	cursor: pointer;
	/*margin-bottom: -12px;*/
	
	/*-webkit-filter: brightness(30) grayscale(1);
	transition-duration: 5s;*/
	
	/*opacity: 0; /* 开始状态，不可见
  	transform: translateY(10px); 开始状态，向下偏移 
  	transition: opacity 10s ease-out, transform 10s ease-out; 定义过渡效果*/
}
 
/*li img .img-slide.visible {
  	opacity: 1; 结束状态，完全可见 
  	transform: translateY(0); 结束状态，位置重置 
}*/

/*li img .img-slide:hover{
	-webkit-filter: brightness(1) grayscale(1);
	}*/

.box{
	position: relative;
	overflow: hidden;
	width: 100%;
	align-content: center;
	margin: 0px 0px;
}

.box .pic{
    width: 100%;
}
.pic li {
    float: left;
	position: relative;
	align-content: center;
}

.img-slide{
	background-position-x:center;
	background-position-y: center;
	/*left: 25%;*/
}

#lis{
/*   position: absolute;
   bottom: 15px;
   left: 50%;
   margin-left: -35px;
   width: 70px;
   height:13px;
   border-radius: 7px; 
   background: rgba(158, 154, 154, 0.7);*/
	width: 200px;
	height: 10px;
	/*border-radius: 12px;*/
	padding-left: 13px;
	margin: 0px auto;
	position: relative;
	top: -80px;
}
/*.lis li {
/*  float: left;
    width: 8px;
    height: 8px;
    margin: 3px;
    border-radius: 50%;
    background-color: #fff;*/
	/*border: 1px solid #FFFFFF;
	width: 47px;
	height: 4px;
	/*border-radius: 50%;*/
	/*margin: 4px 4px 4px 4px;
	display: block;
	float: left;
	background-color: #FFFFFF;
	cursor: pointer;*/
    
/*}*/
#lis .selected{
    background-color: #FF0000;
}

/*轮播按钮背景--椭圆半透明*/
#imgbtn{
	width: 180px;
	height: 14px;
	border-radius: 12px;
	padding-left: 13px;
	margin: 0 auto;
	position: relative;
	top: -80px;
	/* border-radius: 12px; //半径
	 * background-color: #FF0000;
	background-color: rgba(1,150,0,0.3);*/ 	/*椭圆*/
}

/*
 *轮播图--按钮样式
 */
#lis font{
	border: 1px solid #FFFFFF;
	width: 47px;
	height: 4px;
	/*border-radius: 50%;*/
	margin: 4px 4px 4px 4px;
	display: block;
	float: left;
	background-color: #FFFFFF;
	cursor: pointer;
}


/****************开始**************/

#ban {
	width: 100%;
	height: 520px;
	margin: auto;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
/***修改这里的高度*****/
#ban ul.ban_bj li {
	display: block;
	width: 100%;
	height: 520px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	z-index: 0;
	cursor: pointer;
}/***修改这里的高度*****/
#ban ul.ban_bj li.on {
	z-index: 111;
}
#ban ul.ban_bj li a {
	display: block;
	text-indent: -300000em;
}

/**************结束****************/

.center {
	text-align: center;
}
.news_list ul li {
	margin-top: 24px;
}
.news_list ul li:first-child {
	margin-top: 0
}
.news_list ul li .img {
	height: 210px;
	overflow: hidden;
	float: left;
	width: 280px;
}
.news_list ul li:after {
	content: '';
	display: block;
}
.news_list ul li .text {
	overflow: hidden;
	border: 10px solid #f4f4f4;
	border-left: -1px;
	/*边框*/
	height: 130px;
	padding: 30px;
}
.news_list ul li .text .time {
	color: #cea76e
}
.news_list ul li .text h3 {
	font-size: 20px;
	margin-bottom: 15px;
	line-height: 30px;
	margin-top: 5px;
}
.news_list ul li .text p {
	color: #666;
	height: 64px;
	overflow: hidden;
}
.news_list ul li a:hover .text h3, .news_list ul li a:hover .text p {
	color: #cea76e
}
/*----------mainer----------*/

div .page_list .about{
	overflow: hidden;
	position: relative;
	padding: 110px 0px 0px 0px;
	/*background: url(../images/bg-1.png) no-repeat center center;*/
}

.page_list{
	margin-top: -2px;
	
}
.page {
	overflow: hidden;
	position: relative;
	padding: 82px 0;
}

/*.page .bg_fff {
	position: absolute;
	left: 0;
	right: 0;
	height: 25%;
	background: #fff;
	bottom: 0
}*/
.page .bg_000 {
	position: absolute;
	left: 0;
	right: 0;
	height: 100%;
	background: #000;
	bottom: 0;
	opacity: .4
}
.page.on {
	background: #f6f6f6
}

.page_tit {
	text-align: center;
	margin-bottom: 40px;
}
.page_tit h3 {
	font-size: 32px;
	font-weight: normal;
}
.page_tit label {
	display: block;
	margin: 15px auto;
	width: 44px;
	height: 3px;
	background: #007eff
}
.page_tit p {
	margin-top: 20px;
	font-size: 14px;
}
.about_img {
	float: right;
	margin-left: 85px;
}
.about_txt {
	overflow: hidden;
}
.about_txt h3 {
	font-size: 28px;
	margin-bottom: 20px;
	line-height: 45px;
	padding-top: 20px;
}
.about_txt .text {
	height: 500px;
}
.btn a {
	display: inline-block;
	text-align: center;
	width: 122px;
	line-height: 38px;
	color: #000000;
	/*background: #cea76e*/
	background: #99ccff;
}
/*.btn a:hover {
	background: #bc8b43; 浅褐色、深橙色
}*/

.btn a:hover span{
	color: #ff1717;/*红色*/
	/*color: #cc0000;*/
}

.full {
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 1001;
}
.full li a {
	display: block;
	width: 52px;
	height: 52px;
	margin-bottom: 1px;
	position: relative;
	background: rgba(0,0,0,0.5);
	z-index: 1;
}
.full li a:hover span, .full li a:hover label {
	background-color: #cea76e !important;
}
.full li:last-child a {
	border-bottom: 0;
}
.full li a span {
	display: block;
	width: 52px;
	height: 52px;
	position: relative;
	z-index: 100;
	background-position: center center;
	background-repeat: no-repeat;
}
.full li:nth-child(2) a, .full li:nth-child(1) a {
	z-index: 2;
}
.full li a label {
	display: block;
	width: 100px;
	white-space: nowrap;
	padding: 0 20px;
	position: absolute;
	line-height: 52px;
	color: #fff;
	z-index: -1;
	background: #000;
	bottom: 0;
	left: 100%;
	box-sizing: inherit;
	max-width: 300%;
	;
}
.full li a:hover label {
	left: -120px;
}
.full li a .lbl_img {
	padding: 10px;
	height: auto;
	line-height: normal;
}
/*.full li a span.span1 {
	background-image: url(../images/full1.png);
}*/
.full li a span.span2 {
	background-image: url(../images/full2.png);
}
/*.full li a span.span3 {
	background-image: url(../images/full3.png);
}*/
.full li a span.span4 {
	background-image: url(../images/full4.png);
}
.service_list ul li {
	position: relative;
	z-index: 10;
	
	/*width: 33.333%;*/
	height: 505px;
	width: 650px;
	float: left;
}
.service_list ul li a {
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	display: block;
	margin: 25px;
	border-bottom: 3px solid #59534e;
	background: #fff;
	text-align: center;
	position: relative;
}
.service_list ul li a:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50%;
	background: #fff;
	z-index: -1;
}
.service_list ul li a:hover {
	background: #212121;
	border-bottom-color: #212121
}
.service_list ul {
	margin: -25px;
}
.service_list .img {
	height: 350px;
	/*height: 167px;*/
}
/*.service_list .img.img1 {
	background: url(../images/icon2.png) no-repeat center center;
}*/
.service_list .img.img2 {
	
	background: url(../images/zkzd.png) no-repeat center center;
	/*background: url(../images/icon3.png) no-repeat center center;*/
}
.service_list .img.img3 {
	background: url(../images/cvd.png) no-repeat center center;
}

.service_list a:hover p {
	color: #fff;
}
.service_list a:hover h3 {
	/*color: #cf9e5d;*/
	color: #ff1717;
	/*color: #cc0000;*/
}
/*.service_list a:hover .img.img1 {
	background: url(../images/icon2-1.png) no-repeat center center;
}*/
.service_list a:hover .img.img2 {
	/*background: url(../images/icon3-1.png) no-repeat center center;*/
	/*background: #ffffff no-repeat center center;*/
	opacity: 0.8;/*----设置元素透明度为50%-----*/
}
.service_list a:hover .img.img3 {
	/*background: url(../images/icon4-1.png) no-repeat center center;*/
	/*background: #ffffff no-repeat center center;*/
	opacity: 0.8;/*----设置元素透明度为50%-----*/
	
}
.service_list p {
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	max-width: 265px;
	margin: 20px auto;
	width: 95%;
}
.service_list .text {
	padding-bottom: 20px;
}
/*----------footer----------*/
/*.footer {
	background: #272727
}*/
.page3 {
	padding: 150px 0;
	clear: both;
	background: url(../images/page3.png) no-repeat center center;
	/*background-attachment: fixed;*/
}
.banner_txt {
	color: #fff;
	/*color: #ff1717;红色*/
}
.banner_txt .span_tit {
	width: 90px;
	height: 117px;
	border: 4px solid #fff;
	display: block;
	float: left;
	text-align: center;
	font-size: 28px;
	padding-top: 20px;
	margin-right: 30px;
}
.banner_txt .span_tit label {
	display: block;
	height: 40px;
	background: url(../images/icon8.png) no-repeat center center;
}
.banner_txt .text {
	overflow: hidden;
}
.banner_txt .text h3 {
	font-size: 28px;
	color: #fff;
	/*color: #FF1717;红色*/
	margin-bottom: 20px;
}
.banner_txt .text p {
	font-size: 18px;
	color: #fff;
	/*color: #FF1717;红色*/
	max-width: 700px;
}
.pagesize {
	text-align: center;
	padding: 70px 0;
}
.pagesize a {
	display: inline-block;
	line-height: 36px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: center center;
	min-width: 16px;
	padding: 0 10px;
	margin: 5px;
	vertical-align: middle;
	border: 1px solid #f2f2f2;
	color: #666;
}
.pagesize a:hover, .pagesize a.on {
	background-color: #cea76e;
	border-color: #cea76e;
	color: #fff;
}
.pagesize a.prev {
	background-image: url(../images/cur5.png);
}
.pagesize a.next {
	background-image: url(../images/cur6.png);
}
.pagesize a.prev:hover {
	background-image: url(../images/cur1.png);
}
.pagesize a.next:hover {
	background-image: url(../images/cur2.png);
}
.foot {
	padding: 60px 0;
}
.f_logo {
	float: left;
	padding-top: 40px;
	margin-right: 40px;
	text-align: center;
}
.f_logo h3 {
	margin-top: 20px;
	color: #fff;
}
.address {
	border-left: 1px solid #fff;
	float: left;
	color: #fff;
	padding: 10px 0;
	padding-left: 40px;
}
.address p, .address h3 {
	color: #fff;
	line-height: 24px;
}
.address h3 {
	font-size: 22px;
}
.address p {
	min-height: 24px;
}
/*----------尾部-免责声明样式--开始----------*/
.mianze{
	color: #FFF;
	text-decoration: underline;
	font-size: 16px;
}
p a:hover {
	color: #cea76e;/*橘黄色*/
}
/*----------尾部-免责声明样式--结束----------*/

.ewm {
	float: right;
	width: 125px;
	text-align: center;
	color: #fff;
}
.ewm span {
	display: block;
	margin-top: 15px;
}


.his_list {
	padding-top: 20px;
	position: relative;
}
.his_list .line {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 1px;
	background: #cea76e
}
.his_list ul li {
	text-align: right;
	margin: 20px 0;
	width: 50%;
	padding-right: 50%;
	clear: both;
	position: relative;
}
.his_list ul li i {
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 10px;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #cea76e;
	border: 4px solid #fff;
}
.his_list ul li i:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -80px;
	width: 60px;
	height: 1px;
	background: #d3d3d3;
	top: 4px;
}
.his_list ul li:nth-child(2n) i:after {
	margin-left: 20px;
}
.his_list ul li:nth-child(2n) {
	padding-right: 0;
	padding-left: 50%;
	text-align: left;
}
.his_list ul li:nth-child(2n) .text {
	padding-left: 100px;
	padding-right: 0
}
.his_list ul li .text {
	padding: 0 100px;
	padding-left: 0;
	line-height: 28px;
	color: #000;
}
.his_list ul li .text h3 {
	font-size: 20px;
	color: #000;
	font-weight: normal;
	margin-bottom: 10px;
}
.ry_list {
	margin: auto auto 300px auto;
}
.ry_list li {
	width: 25%;
	float: left;
	margin: 14px 0%;
	text-align: center;
	line-height: 40px;
}
.ry_list li h3 {
	margin-top: 20px;
	font-size: 18px;
}
.ry_list li .img {
	border: 1px solid #efefef;
	margin: 0 14px;
}
.ry_list li:nth-child(4n+1) {
	clear: both;
}
.ry_list li .img img {
	display: block;
}

.zp_list {
	margin: auto auto 300px auto;
}

.zp_p_list {
	margin: 0 auto;
	line-height: 28px;
	color: #4c4c4c;
}
.zp_p_list a {
	color: #be9a78;
}
.bold {
	font-weight: bold;
}
.zp_p_list .list {
	color: #666;
}
.zp_p_list .list:last-child {
	border-bottom: 0;
}
.zp_p_list .list h3 {
	font-size: 20px;
	font-weight: normal;
	color: #000;
	margin-bottom: 5px;
	line-height: 40px;
}
.zp_p_list .box {
	padding: 0 20px;
}
.zp_p_list .box .list {
	padding: 20px 0;
}
.zp_p_list .text h4 {
	font-size: 16px;
	color: #333;
	font-weight: normal;
	margin-bottom: 10px;
	padding-left: 15px;
	border-left: 4px solid #cea76e;
	height: 16px;
	margin: 10px 0;
	line-height: 16px;
}
.zp_p_list .title {
	border-bottom: 1px solid #e7e3e2;
	cursor: pointer;
	line-height: 78px;
	background: url(../images/icon12.png) no-repeat 98% center;
	padding: 0 20px;
}
.zp_p_list .title span {
	display: inline-block;
	margin-right: 75px;
	color: #666;
}
.zp_p_list .title span.span1 {
	font-size: 22px;
	color: #000;
}
.zp_p_list .box {
	display: none;
	transition: all 0s;
	-o-transition: all 0s;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
}
.zp_p_list .on .title, .zp_p_list li:hover .title {
	background: url(../images/icon12-1.png) no-repeat 98% center;
}

/*******************应用领域页面样式***************/
#pro_i{
	background-color: #1479D7;
	font-size: 32px;
	font-style: inherit;
	width: 280px;
	height: 60px;
	align-content: center;
	padding-top: 20px;
	padding-left: 20px;
	display: inline-block;
	line-height: 32px;
	position: relative;
}

.accordion {
 	width: 100%;
 	max-width: 280px;
 	margin: 20px auto 20px;
 	background: #FFF;
 	-webkit-border-radius: 4px;
 	-moz-border-radius: 4px;
 	border-radius: 4px;
 }

.accordion .link {
	cursor: pointer;
	display: block;
	/*padding: 5px 5px 5px 32px;*/
	padding: 0 auto;
	/*color: #4D4D4D;*/
	font-size: 18px;
	font-weight: 700;
	border-bottom: 1px solid #CCC;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;

}

.accordion .link:hover {
	color: #1479D7 ;
}

/*.accordion .link:active {
	color: #1479D7 ;
}*/

.accordion li:last-child .link {
	border-bottom: 0;
	/*color: #1479D7 ;*/
}

.accordion li i {
	position: absolute;
	top: 16px;
	left: 12px;
	font-size: 18px;
	color: #595959;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

/*.accordion li i.fa-chevron-down {
	right: 12px;
	left: auto;
	font-size: 16px;
}*/

.accordion li.open .link {
	/*color: #b63b4d; 橙红色*/
	color: #1479D7 ;
}

.accordion li.open i {
	/*color: #b63b4d;*/
	color: #1479D7 ;
	
}
/*.accordion li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}*/

/**
 * Submenu
 -----------------------------*/
 .submenu {
 	display: none;
 	/*background: #444359;*/
 	font-size: 14px;
 }

 .submenu li {
 	border-bottom: 1px solid #4b4a5e;
 }

 .submenu a {
 	display: block;
 	text-decoration: none;
 	/*color: #d9d9d9;*/
 	padding: 12px;
 	padding-left: 42px;
 	-webkit-transition: all 2s ease;
 	-o-transition: all 2s ease;
 	transition: all 2s ease;
 	-moz-transition: all 2s ease;
 	
 }

 .submenu a:hover {
 	/*background: #b63b4d;*/
 	color: #000;
 	background: #595959;
 }


/*****************应用领域页面样式结束*************/

/*
 *测试 
 *应用领域右侧样式 
 * */
.pic-list{
	position: relative;
	width: 1280px;
	margin: 0px auto;
}

.pic-list ul li{
	position: relative;
	float: left;
	width: 300px;
	height: 200px;
	margin: 20px;
	border: 1px solid #CCCCCC;
	padding-bottom: 30px;
}

.pic-list ul li img{
	display: block;
	width: 100%;
	height: 100%;
}

.pic-list ul li h3{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 10px;
	background: rgba(0,0,0,0.5);
	color: #FFFFFF;
	font-size: 14px ;
	font-weight: normal;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	z-index: 2;
	width: 280px;
	text-align: center;
	margin-bottom: 0px;
}

.pic-list ul li h3:hover{
	color: #FF1717;	
	/*color: #cc0000;*/
	
}

/*.pic-list ul li .app_er{
	padding-top: 50px;
	bottom: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px ;

}*/
	
/****测试结束*****/


.news_details .d_text {
	background: #f6f6f6;
	padding: 38px;
}
.news_details .d_text h2 {
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.2em;
	margin-bottom: 10px;
}
.news_details .d_text .tit {
	border-bottom: 1px solid #d0d0d0;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.news_details .d_text h3 {
	font-size: 16px;
	margin: 10px 0;
	font-weight: 600px;
}
.news_details .d_text .text {
}
.news_details .d_text .text p {
	margin-bottom: 15px;
}
.news_details {
	padding-left: 320px;
	position: relative;
}
.news_details.product {
	padding-left: 300px;
	
}
/*.wow_list.ul_tag{
	background: #002240;
	height: 600px;
}*/


.news_details .news_list, .pro_menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 280px;
	/*background: #000000;*/
}
/*.pro_menu {
	width: 260px;
}*/
.news_details .news_list .text {
	height: auto;
	border: 0;
	padding: 15px 0;
}
.news_details .news_list .img {
	float: none;
}
.news_details .news_list li {
	margin: 0
}
.txt_cur {
	text-align: right;
	padding-top: 20px;
	color: #ccc;
	border-top: 1px solid #dfdfdf
}
.txt_cur a {
	color: #999;
	display: inline-block;
	padding: 0 20px;
}
.txt_cur a:hover {
	color: #cea76e
}
.txt_cur a:last-child {
	padding-right: 0
}
.pro_menu .tit {
	display: none;
}
.pro_menu ul li {
	line-height: 52px;
	border-bottom: 1px solid #fff;
}
.pro_menu ul li a {
	display: block;
	padding: 0 30px;
	background: url(../images/cur4.png) no-repeat 95% center #f6f6f6;
}
.pro_menu ul li.on a, .pro_menu ul li a:hover {
	/*background: url(../images/cur2.png) no-repeat 95% center #cea76e; 暗橙色*/
	background: url(../images/cur2.png) no-repeat 95% center #1479D7; 
	
	/*background: url(../images/cur2.png) no-repeat 95% center #dfa859;*/
	/*background: #0000FF;*/
}
.pro_menu ul li.on a span, .pro_menu ul li a:hover span {
	color: #fff;
}
.pro_menu ul li.on a span:after, .pro_menu ul li a:hover span:after {
	background: #fff;
}
.pro_menu ul li span {
	display: block;
	padding-left: 26px;
	position: relative;
	color: #666;
}
.pro_menu ul li span:after {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	background: #dedede;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
}

.contact_list li {
	width: 33.333%;
	float: left;
	text-align: center;
}
.contact_list li .img {
	width: 116px;
	height: 116px;
	line-height: 116px;
	text-align: center;
	border-radius: 100%;
	background: rgba(255,255,255,0.05);
	border: 1px solid #cea76e;
	margin: 0 auto;
	margin-bottom: 20px;
}
.contact_list {
	width: 80%;
	margin: 0 auto;
	padding-bottom: 50px;
	margin-top: -30px;
}
.contact_list li .img img {
	vertical-align: middle;
}
.contact_list li .text p, .contact_list li .text h3 {
	color: #ecb564
}
.contact_list li .text h3 {
	font-size: 22px;
	line-height: 40px;
}
.contact_list li .text p {
	max-width: 145px;
	margin: 0 auto;
}
.foot_fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(206,167,110,.6); /*cea76e*/
}
/*--------------------页面顶部背景-----------------------------*/

.page_banner {
	text-align: center;
	line-height: 510px;
	padding-top: 100px;
	background: url(../images/bg1.jpg) no-repeat top center;
	background-attachment: fixed;
}
/*-----------关于我们顶部背景--------------*/
.page_bannerg {
	text-align: center;
	line-height: 510px;
	padding-top: 100px;
	background: url(../images/bg2.jpg) no-repeat top center;
	background-attachment: fixed;
}

/*-----------新闻动态顶部背景--------------*/
.page_bannern {
	text-align: center;
	line-height: 510px;
	padding-top: 100px;
	background: url(../images/bg3.jpg) no-repeat top center;
	background-attachment: fixed;
}

.page_banner img {
	vertical-align: middle;
}


.page_banner.page_banner1 {
	background: none;
	line-height: 430px;
}


/*----------custom----------*/
@media only screen and (max-width: 1600px) {
.banner .item .text {
	font-size: 22px;
}
}
 @media only screen and (max-width: 1200px) {
	.banner .item .text {
		font-size: 20px;
	}
	.banner img {
		width: 120%;
		margin-left: -10%;
		max-width: initial;
	}
	.about_img {
		margin-left: 30px;
		width: 50%;
	}
	.about_txt .text {
		height: 400px;
	}
	.service_list ul li a {
		margin: 10px;
	}
	.service_list ul {
		margin: -10px;
	}
	.team_list a {
		margin: 10px;
	}
	.team_list ul {
		margin: -10px;
	}
	.menu ul li {
		margin: 0 30px;
	}
}
 @media only screen and (max-width: 1000px) {
.banner .item .text {
	font-size: 18px;
}
.banner img {
	width: 150%;
	margin-left: -25%;
}
}
 @media only screen and (max-width: 1024px) {
	.menu {
		position: fixed;
		top: 0;
		left: -110%;
		width: 100%;
		height: 100%;
		background: #fff;
	}
	.menu ul li {
		float: none;
		display: block;
		border-bottom: 1px solid #ddd;
		padding: 0
	}
	.menu ul li a {
		line-height: 45px;
		font-size: 18px;
	}
	.menu ul {
		padding-top: 60px;
	}
	.header .logo {
		position: relative;
		z-index: 1001;
		line-height: 40px;
	}
	.menu_wrap {
		position: absolute;
		top: 50%;
		margin-top: -20px;
		width: 40px;
		height: 40px;
		background: url(../images/menu.png) no-repeat center center #cea76e;
		background-size: 25px auto;
		right: 20px;
	}
	.h_menu .menu_wrap {
		background: url(../images/menu-1.png) no-repeat center center #cea76e;
		background-size: 25px auto;
	}
	.h_menu .menu {
		left: 0;
		overflow-y: auto;
	}
	.menu ul {
		margin: 0;
	}
	.menu ul li a {
		color: #333;
	}
	.menu ul li .drop {
		position: initial;
		top: auto;
		left: auto;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		box-shadow: none;
	}
	.menu ul li .drop ul {
		padding: 0;
	}
	.menu ul li .drop ul a {
		padding-left: 30px;
		text-align: left;
		line-height: 45px;
	}
	.header.fixed .menu ul li li a {
		line-height: 45px;
	}
	.header {
		line-height: 60px;
	}
	.wrap {
		padding: 0 2%;
	}
	.header .logo {
		padding: 15px 0;
	}
	.about_txt .text {
		height: auto;
		margin-bottom: 20px;
	}
	.page{
		padding: 40px 0;
	}
	.foot {
		padding: 40px 0;
	}
}
 @media only screen and (max-width: 900px) {
.about_img {
	width: 100%;
	margin: 0 auto;
	float: none;
}
.full {
	display: none;
}
}

@media only screen and (max-width: 750px) {
.logo span {
	margin-left: 10px;
	padding-left: 10px;
	background: none;
}
.header .logo {
	padding: 10px 0;
}
.owl-theme .owl-dots {
	margin-bottom: 15px;
}
.service_list ul li {
	width: 50%;
}
.service_list .img {
	height: 100px;
}
.banner_txt .text p {
	font-size: 14px;
	line-height: 25px;
}
.team_list ul li {
	width: 50%;
}
.team_list a {
	margin: 5px;
	padding-bottom: 80px;
}
.team_list .text {
	padding: 11px 0;
}
.team_list .text2 {
	bottom: -150%;
}
.team_list .text2>p {
	height: 125px;
	overflow: hidden;
}
.team_list .text2 {
	padding: 15px 0;
}
.team_list ul {
	margin: 0
}
.news_list ul li .img {
	width: 110px;
	height: 82px;
}
.news_list ul li .text {
	padding: 10px;
	border: 0;
	height: auto;
}
.news_list ul li .text h3 {
	margin: 0 auto;
	margin-bottom: 5px;
}
.news_list ul li .text p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: auto;
}
.foot {
	padding: 20px 0;
}
.f_logo {
	float: none;
	padding-top: 0;
	text-align: center;
	margin: 0 auto;
}
.address p {
	min-height: 5px;
}
.address {
	padding-left: 0;
	border-left: 0;
	text-align: center;
	float: none;
}
.ewm {
	float: none;
	text-align: center;
	clear: both;
	margin: 0 auto;
}
.news_list ul li .text .time {
	display: none;
}
.page_banner {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 100px;
	padding-bottom: 50px;
	height: auto;
	line-height: normal;
}
.about_txt h3 {
	font-size: 34px;
	
}

.his_list ul li {
	width: auto !important;
	padding: 0 !important;
	text-align: left !important;
	padding-left: 20px !important;
}
.his_list .line {
	/*left: 5px;*/
	left: 5px;
	/*margin-left: 0;*/
	margin-left: 10px;
}
.his_list ul li i {
	left: 5px;
	top: 5px;
}
.his_list ul li i:after {
	display: none;
}
.zp_p_list .title span.span1 {
	font-size: 18px;
}
.zp_p_list .title {
	line-height: 50px;
}
.zp_p_list .box .list {
	padding: 10px 0;
}
.his_list ul li .text {
	padding: 0 !important
}
.ry_list li {
	width: 50%;
}
.ry_list li:nth-child(2n+1) {
	clear: both;
}
.news_details .news_list, .pro_menu {
	position: initial;
	top: auto;
	left: auto;
	width: 100%;
	margin-bottom: 10px;
}
.pro_menu.on ul {
	display: block;
}
.news_details, .news_details.product {
	padding-left: 0;
}
.pro_menu .tit {
	display: block;
	font-size: 18px;
	line-height: 50px;
	background: #f1f2f3 url(../images/cur6-1.png) no-repeat 95% center;
	padding: 0 15px;
}
.pro_menu ul li {
	line-height: 40px;
}
.pro_menu ul {
	display: none;
}
.news_details .d_text {
	padding: 15px;
}
.news_details .news_list li {
	width: 30.333%;
	float: left;
	margin: 0 1.5%;
}
.news_details .news_list ul li .text h3 {
	font-size: 14px;
}
.news_details .news_list .img {
	width: 100%;
}

/*-------------------首页新闻模块------开始-------------*/

/*--------------------------首页--新闻资讯--文字样式-----------------*/
/*
 *
 * 首页新闻样式
 * */

#more_n{
	/*font-style: initial;*/ 
	/*color:#0f2341;*/
	/*font-size: 28px;
	color: #0080DD;*/
	
    line-height: 33px;
    width: 120px;
    margin: 0 auto;
    border: 1px solid #2495e4;
    border-radius: 16.5px;
    text-align: center;
    
}


/*p .more a:hover{
	text-decoration: underline;鼠标悬浮下划线
}*/

/*------------增加新闻模块-测试---------------*/
div .news1{
	width: 670px;
	height: 429px;
	float: left;
}

.h_banner1{
	width: 670px;
	position: relative;
	float: left;
	
}
#fullscreen-silder{
	position: relative;
	width: 670px;
	height: 429px;
	margin: 0px auto;
}

#fullscreen-silder ul li{
	position: relative;
	float: left;
	width: 303px;
	height: 203px;
	margin: 20px;
	border: 1px solid #ccc;
}
#fullscreen-silder ul li img{
	display: block;
	width: 100%;
	height: 100%;
}
#fullscreen-silder ul li h3{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 10px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	z-index: 2;
}


/*#slides {
    display: block;
    width: 710px;
    height: 372px;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}*/


/*------------增加新闻模块-测试结束---------------*/

div .news1 h3 a:hover{
  /*color: #ff1717;*/
 	/*color: #0000FF;*/
 	color: #F08047;
 	text-decoration: underline;
	}

div .news1 h3 a:active {
	/*color: #006600;*/
	color: #FF0000;
	}

/**a标签鼠标样式设置
 * a:link {color: #FF0000} 未访问的链接 
 *a:visited {color: #00FF00} 已访问的链接 
 *a:hover {color: #FF00FF}  当有鼠标悬停在链接上 
 *a:active {color: #0000FF}  被选择的链接 
 */

p .pnews {
  border-bottom: 3px solid #0083c7;
  font-size: 52px;
  color: #333333;
  width: 120px;
  line-height: 50px;
  height: 50px;
  overflow: hidden;
  margin: auto;
}

/*.page_news span {
  font-family: "思源宋体 CN",sans-serif;
  font-size: 14px;
  display: inline-block;
  margin-top: 10px;
}*/

/*---------------无效样式--p span .news_eng:after与p span .news_eng:before--------*/
p span .news_eng:after{
  background: url(../images/you.png);
  position: absolute;
  right: 0px;
  bottom: 3px;
}
p span .news_eng:before {
  background: url(../images/zuo.png);
  position: absolute;
  left: 0px;
  bottom: 5px;
}
/*-----------------------------------------无效样式结束----------------------------*/


/*------------------------------首页新闻功能模块----结束-------------------*/

.clearfix {
  _zoom: 1;
}
.clearfix:after {
  clear: both;
  content: '.';
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}

.vcenter {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  margin: auto;
}


.home_news {
  background: #ffffff;
  padding: 3% 0px 1%;
}
.home_news .page_news {
  margin-bottom: 3%;
}
.home_news .news_com {
  max-width: 1200px;
  margin: auto;
  width: 98%;
}

div .home_news .news_com a:hover{
	color: #FF00FF;
}
/*.home_news .news_com .n_left {
  width: 44.5%;
  float: left;
  position: relative;
}
.home_news .news_com .n_left .imgd {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}
.home_news .news_com .n_left .imgd i {
  display: block;
  padding-bottom: 25.89118198874296%;
}
.home_news .news_com .n_left .imgd img {
  transition: 0.3s;
}
.home_news .news_com .n_left .imgd img:hover {
  transform: scale(1.1);
}
.home_news .news_com .n_left .imgd .ri {
  position: absolute;
  background: #0083c7;
  z-index: 9999;
  top: 0px;
  left: 0px;
  color: #fff;
  font-family: "思源宋体 CN",sans-serif;
  padding: 5px 10px;
  max-width: 99px;
}
.home_news .news_com .n_left .imgd .ri i {
  font-style: normal;
  font-size: 40px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  width: 98%;
  margin: auto;
  display: block;
  text-align: center;
  overflow: hidden;
}
.home_news .news_com .n_left .imgd .ri time {
  font-size: 13px;
  width: 98%;
  margin: auto;
  display: block;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}*/
/*@media (max-width: 480px) {
    .home_news .news_com .n_left .imgd .ri i {
    font-size: 20px;
    height: 25px;
    line-height: 25px;
  }
  .home_news .news_com .n_left .imgd .ri time {
    font-size: 10px;
  }
}
.home_news .news_com .n_left h4 {
  color: #333333;
  font-size: 18px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  width: 100%;
}
.home_news .news_com .n_left h4 a:hover {
  color: #0083c7;
}
.home_news .news_com .n_left p {
  font-size: 14px;
  max-height: 80px;
  color: #666;
  line-height: 20px;
  margin: 10px 0px;
  overflow: hidden;
}
.home_news .news_com .n_left .more {
  width: 160px;
  height: 36px;
  background: #0083c7;
  display: block;
  text-align: center;
  line-height: 36px;
  color: #fff;
  font-size: 12px;
  margin-top: 20px;
  transition: 0.3s;
}
.home_news .news_com .n_left .more:hover {
  background: #fe9d00;
}
.home_news .news_com .n_right {
  width: 52.5%;
  float: right;
}
.home_news .news_com .n_right ul li {
  border-bottom: 1px solid #ededed;
  padding: 10px 0px;
}
.home_news .news_com .n_right ul li .ri {
  width: 15%;
  float: left;
  font-family: "思源宋体 CN",sans-serif;
  max-width: 90px;
  color: #a4a4a4;
  font-weight: 500;
  text-align: center;
}
.home_news .news_com .n_right ul li .ri i {
  font-style: normal;
  font-size: 50px;
  font-weight: 700;
  height: 48px;
  line-height: 48px;
  width: 98%;
  margin: auto;
  display: block;
  overflow: hidden;
  margin-bottom: 3px;
}
.home_news .news_com .n_right ul li .ri time {
  font-size: 17px;
  width: 98%;
  margin: auto;
  display: block;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}
.home_news .news_com .n_right ul li .wen_nei {
  width: 84%;
  float: right;
}
.home_news .news_com .n_right ul li .wen_nei h4 {
  font-size: 16px;
  line-height: 24px;
  height: 24px;
  color: #333333;
  margin-bottom: 6px;
  overflow: hidden;
  width: 100%;
}
.home_news .news_com .n_right ul li .wen_nei p {
  color: #666;
  font-size: 12px;
  height: 40px;
  line-height: 20px;
  overflow: hidden;
}
.home_news .news_com .n_right ul li:last-child {
  border-bottom: none;
}
.home_news .news_com .n_right ul li:hover .wen_nei h4 {
  color: #0083c7;
}
@media (max-width: 768px) {
   .home_news .news_com .n_left {
    width: 100%;
    margin-bottom: 10px;
  }
  .home_news .news_com .n_right {
    width: 100%;
  }
}
@media (max-width: 480px) {
   .home_news .news_com .n_right ul li .ri {
    width: 20%;
  }
  .home_news .news_com .n_right ul li .ri i {
    font-size: 36px;
    height: 40px;
    line-height: 40px;
  }
  .home_news .news_com .n_right ul li .ri time {
    font-size: 12px;
  }
  .home_news .news_com .n_right ul li .wen_nei {
    width: 79%;
  }
}

.bounceInLeft{
	-webkit-animation-name:bounceInLeft;
	animation-name:bounceInLeft;
	}
@-webkit-keyframes bounceInRight{
	0%,60%,75%,90%,to{
		-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);
		animation-timing-function:cubic-bezier(.215,.61,.355,1);
		}0%{
			opacity:0;
			-webkit-transform:translate3d(3000px,0,0);
			transform:translate3d(3000px,0,0);
		}60%{
			opacity:1;-webkit-transform:translate3d(-25px,0,0);
			transform:translate3d(-25px,0,0)
		}75%{
			-webkit-transform:translate3d(10px,0,0);
			transform:translate3d(10px,0,0)}
		90%{
			-webkit-transform:translate3d(-5px,0,0);
			transform:translate3d(-5px,0,0)
		}to{
			-webkit-transform:none;transform:none;
		}
	}
@keyframes bounceInRight{
	0%,60%,75%,90%,to{
		-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);
		animation-timing-function:cubic-bezier(.215,.61,.355,1);
		}0%{
			opacity:0;
			-webkit-transform:translate3d(3000px,0,0);
			transform:translate3d(3000px,0,0)
		}60%{
			opacity:1;-webkit-transform:translate3d(-25px,0,0);
			transform:translate3d(-25px,0,0)
		}75%{
			-webkit-transform:translate3d(10px,0,0);
			transform:translate3d(10px,0,0)
		}90%{
			-webkit-transform:translate3d(-5px,0,0);
			transform:translate3d(-5px,0,0)
		}to{
			-webkit-transform:none;transform:none;
		}
	}
.bounceInRight{
	-webkit-animation-name:bounceInRight;
	animation-name:bounceInRight;
	}

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.clearfix {
  _zoom: 1;
}
.clearfix:after {
  clear: both;
  content: '.';
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
          animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }

  90% {
    -we  bkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
          animation-name: bounceInRight;
}
*/


/*-------------------首页新闻模块------结束--------------*/

.page_banner.page_banner1 {
	line-height: initial;
}
.contact_list li {
	width: 100%;
}
.contact_list li .img {
	width: 80px;
	height: 80px;
	line-height: 80px;
	float: left;
	transform: scale(.7);
	-webkit-transform: scale(.7);
	-moz-transform: scale(.7);
}
.contact_list {
	width: 100%;
	margin: 0 auto;
}
.contact_list .text {
	overflow: hidden;
	text-align: left;
	padding-top: 5px;
}
.contact_list li .text p {
	text-align: left;
	max-width: initial;
}
.contact_list li .text h3 {
	font-size: 20px;
}
.pagesize a {
	padding: 0;
	width: 25px;
	height: 25px;
	line-height: 25px;
	margin: 2px;
}
.pagesize {
	padding: 40px 0;
}
.page {
	padding: 20px 0;
}
}
/*********************页面尾页***公司菜单地图**************/
.clear {
	clear: both !important;
	height: 0px !important;
	width: 0px !important;
	float: none !important;
	margin: 0px !important;
	padding: 0px !important;
	border: 0px !important;
}
.fl {
	float: left;
}
.fr {
	float: right;
}

.footer {
	width: 100%;
	/*min-height: 382px;*/
	min-height: 252px;
	/*background: #2c3035;*/
	background: #0f2341;
	padding-top: 30px;
}
.footer .footer1 {
	width: 1240px;
	margin: 0 auto;
	/*min-height: 240px;*/
	min-height: 120px;
	
	
}
.footer .footer1 .footer1_xun1 {
	width: 145px;
	margin-right: 40px;
}
.footer .footer1_title {
	height: 35px;
	text-transform: uppercase;
	width: 100%;
	/*border-bottom: #212427 solid 1px;*/
	border-bottom: #000000 solid 1px;
	line-height: 35px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bolder;
}
.footer .footer1 .footer1_xun2 {
	width: 286px;
	font-size: 12px;
	/*color: #dddddd;*/
}
.footer1_xun2 table tbody tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
    margin: 2px auto 2px auto;
}

.footer .footer1 .footer1_xun2 .footericon1 {
	background-image: url(../images/foot1.png);
	align-content: center;
	height:32px;
	width:32px;
	float:right;
	max-width: 100% !important;
	vertical-align: middle;
	border: 0;
	margin: 10px auto 5px auto;
}
/*img {
	max-width: 100% !important;
	vertical-align: middle;
	border: 0;
}*/

.footer .footer1 .footer1_xun2 .footericon2 {
	background-image: url(../images/foot2.png);
	/*align-content: center;*/
	height:14px;
	width: 9px;
	float: right;
	margin: 2px auto 2px auto;
	line-height: 18px;
}
.footer .footer1 .footer1_xun2 .footericon3 {
	background-image: url(../images/foot3.png) ;
	/*align-content: center;*/
	height:12px;
	width: 11px;
	float: right;
	margin: 2px auto 2px auto;
	line-height: 16px;
}


.footer .footer1 .footer1_xun2 span {
	float: left;
	margin-left: 8px;
	color: #dddddd;
	line-height: 16px;
}
.footer .footer1 .footer1_xun2 span p .tel{
	color:#FFFFFF; 
	font-weight:lighter; 
}

.footer .footer1 .footer1_xun2 .bdsharebuttonbox {
	float: left;
	margin-left: 20px;
}
.footer .footer1 .footer1_xun2 .bdsharebuttonbox a {
	width: 24px;
	height: 24px;
	margin: 5px 10px 0 0;
	padding: 0;
	border-radius: 24px;
	display: inline-block;
	overflow: hidden;
	background-color: #222629;
	background-position: center;
	background-repeat: no-repeat;
}
.footer .footer1 .footer1_xun2 .bdsharebuttonbox a:hover {
	background-color: #e10808;
}
.footer .footer1 .footer1_xun1 .footer1_xun1_box {
	width: 100%;
	padding-top: 15px;
}
.footer .footer1 .footer1_xun1 .footer1_xun1_box a {
	display: inline-block;
	width: 100%;
	float: left;
	font-size: 12px;
	color: #ffffff;
	line-height: 32px;
}
.footer .footer1 .footer1_xun1 .footer1_xun1_box a:hover {
	color: #ff1717;
	/*color: #cc0000;*/
}

/*******************底栏---备案号*********************************/
div .copyright{
	/*width: 100%;*/
	width: auto;
	margin: 50px 0px 0 0;
	text-align: center;
	color: #ffffff;
	background: #162d50;
	/*border-top: 1px solid #212427;*/
	border-top: 1px solid #000000;
	line-height: 30px;
	padding: 17px 0;
	font-size: 13px;
}
.copyright  .d_left{
	float: left;
	margin-left: 300px;
	font-style: normal;/*字体样式：标准*/
}
div .copyright a {
	color: #ffffff;
}
div .copyright a:hover {
	color: #999999;
}
div span .d_center{
	width: 100%;
	/*float: right*/
	/*margin-right: 600px;*/;
	margin: 0px auto;
	/*text-align: center;*/
	align-content: center;
}
