﻿@charset utf-8;
html {
	overflow-x: hidden;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%
}
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	-webkit-box-sizing: border-box; /* Safari */
}
html, body, div, span, p, h1, h2, h3, h4, h5, h6, em, img, strong, blockquote, sub, sup, tt, i, b, dd, dl, dt, form, label, table, caption, tbody, tfoot, thead, tr, th, td, ul, li, p, a, ol, ul, input {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal
}
body {
	background: #fff;
	font-family: "微软雅黑";
	color: #333;
	font-size: 12px;
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
img {
	border: 0;
	padding: 0px;
	display: block;
}
a, a:visited {
	text-decoration: none;
}
a, iframe, input, select {
	outline: 0 none
}
ul, ol, li {
	list-style-type: none;
}
button, input, select, textarea {
	font-size: 100%;
	vertical-align: middle
}
textarea {
	resize: none
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear:after {
	content: '';
	display: block;
	clear: both;
}
.tc {
	text-align: center;
}
.header {
	height: 80px;
	position: relative;
	box-shadow: 0px 0px 5px #9e9e9e;
	z-index: 1;
}
.header .logo {
	height: 80px;
	display: flex;
	align-items: center;
	margin-left: 2%;
}
.header .logo img {
	width: 100%
}
.header .eng {
	width: 152px;
	height: 24px;
	background-color: #efeeee;
	color: #333;
	position: absolute;
	right: 0;
	top: 14px;
}
.header .eng a {
	width: 50%;
	float: left;
	display: block;
	line-height: 24px;
	text-align: center;
	font-size: 12px;
	color: #333;
}
.header .eng a:hover {
	background-color: #2553a1;
	color: #fff;
}
.header .eng .hover {
	background-color: #2553a1;
	color: #fff;
}
.header .navbtn {
	background-color: #fff;
	width: 14%;
	height: 80px;
	float: right;
	line-height: 80px;
}
.header .navbtn .ico {
	display: block;
	background: url(../images/menu.jpg) no-repeat scroll center;
	height: 100%;
	color: #0f59aa;
}
.sub-meun {
	width: 100%;
	background-color: #fff;
	z-index: 2;
	position: absolute;
	border-top: #dedede solid 1px;
	height: calc(100% - 0.9rem);
	display: none;
	overflow: auto !important;
}
.sub-meun li {
	border-bottom: #f4f4f4 solid 1px;
	position: relative;
	line-height: 42px;
}
.sub-meun li .tit {
	display: block;
	color: #000;
	line-height: 42px;
	position: relative;
	font-size: 14px;
	padding: 0 1rem;
	box-sizing: border-box;
}
.sub-meun li .tit a {
	color: #000;
}
.sub-meun li .sec-list {
	padding: 0 1rem 1rem
}
.sub-meun li .sec-list p {
	font-size: 13px;
}
.sub-meun li .sec-list p a {
	line-height: 42px;
	color: #333;
	display: block;
}
.sub-meun li .sub-tit:after {
	content: '';
	display: block;
	width: 13px;
	height: 13px;
	background: url(../images/ico_03.png) no-repeat center;
	background-size: 100% auto;
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -6px;
}
.sub-meun li a.sub-tit:after {
	background: url(../images/ico_03.jpg) no-repeat center;
}
.sub-meun .eng {
	width: 93%;
	height: 24px;
	background-color: #efeeee;
	color: #333;
	position: absolute;
	left: 1rem;
	right: 1rem;
	overflow: hidden;
	top: 14px;
}
.sub-meun .eng a {
	width: 33.3%;
	float: left;
	display: block;
	line-height: 24px;
	text-align: center;
	font-size: 12px;
	color: #333;
}
.sub-meun .eng a:hover {
	background-color: #2553a1;
	color: #fff;
}
.sub-meun .eng .hover {
	background-color: #2553a1;
	color: #fff;
}
/*标题*/
.title {
	text-align: center;
	color: #000;
	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: 'Arial';
	padding-top: 2%;
}
.title:after {
	content: '';
	height: 10px;
	background: url(../images/title.jpg) center bottom no-repeat;
	margin: 6px auto;
	display: block;
}
/*产品*/
.index_product {
	border-bottom: #ddd solid 1px;
}
.index_product_nav h3 {
	font-size: 12px;
	font-family: 'Arial';
	border: #e2e2e2 solid 1px;
	margin: 0px 9px;
	float: left;
	text-align: center;
	line-height: 28px;
	border-radius: 3px;
}
.index_product_nav h3 a {
	color: #666;
	display: block;
	padding: 0 8px;
	font-size: 16px;
}
.index_product_nav h3 a.hover {
	background-color: #03b5ff;
	color: #fff;
}
.index_content {
	padding: 2% 1%;
}
.index_content ul
{
    font-size:0;
    overflow:hidden;
}
.index_content li {
	width: 50%;
	display:inline-block;
	margin-bottom: 2%;
	vertical-align: top;
}
.index_content li .img {
	width: 96%;
	margin: 0 auto;
}
.index_content li a img {
	width: 100%
}
.index_content li .zhengti
{
	background-color: #efefef;
	padding-top:5px;
    box-sizing: border-box;
    overflow:hidden;
} 
.index_content li .txt {
	text-align: center;
	font-size: 12px;
	color: #333;	
	margin: 0 2%;
	height:auto;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow:hidden;
    padding-bottom:5px;
}
.index_content li:hover {
	color: #666;
}
/*合作合作*/
.index_partners {
}
.index_partners_content {
	padding: 2% 2% 0 2%;
}
.index_partners_content li {
	width: 33.333%;
	float: left;
	margin-bottom: 2%;
}
.index_partners_content li img {
	width: 96%;
	margin: 0 auto;
}
/*关于*/
.index_about {
	background-color: #f6f6f6;
	padding: 2%;
}
.index_about img
{
	width:100%;
	height:auto;
	margin-top:10px;
}
.index_about_content {
}
.index_about_content .txt p {
	line-height: 22px;
	font-size: 14px;
	color: #333;
	text-align: justify;
}
.index_about_content .img {
	padding-top: 2%;
}
.index_about_content .img .span {
}
.index_about_content .img .span img {
	width: 100%;
}
.index_about_content .img .span li {
	width: 49.5%;
	float: left;
	margin-top: 1%;
}
.index_about_content .img .span li:nth-child(2n+2) {
	float: right;
}
/*案例*/
.have-case {
	background: url(../images/icase.jpg) center top no-repeat;
	padding: 5% 0
}
.have-case .title {
	color: #fff;
}
.have-case .title p {
	color: #fff;
}
.have-case .have-content {
	padding-left: 4px;
}
.have-case .have-content .list {
	margin-bottom: 4px;
}
.have-case .have-content .list li {
	width: 50%;
	float: left;
}
.have-case .have-content .list li.ioc3 {
	width: 52%;
}
.have-case .have-content .list li.ioc3 img {
	width: 102.2%;
}
.have-case .have-content .list li.ioc4 {
	width: 48%;
}
.have-case .have-content .list li.ioc4 img {
	width: 100%;
}
.have-case .have-content .list li {
	width: 50%;
}
.have-case .have-content .list .img {
	width: 98%;
	overflow: hidden;
}
.have-case .have-content .list .img5 {
	margin-right: 4px;
}
.have-case .have-content .list .img5 img {
	width: 100%;
}
/*新闻*/
.index_news {
	padding-bottom: 3%
}
.index_news .news-nav {
	padding: 3% 0;
}
.index_news .news-nav li {
	width: 25%;
	float: left;
}
.index_news .news-nav li a {
	color: #333;
	width: 92%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 15px;
	border-radius: 5px;
	margin: 0 auto;
	background-color: #f6f6f6;
	display: block;
}
.index_news .news-nav li .hover {
	background-color: #2a1771;
	color: #fff;
}
.index_news_content {
	padding: 0 2%;
}
.index_news_content li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.index_news_content li span {
}
.index_news_content li span i {
	display: block;
	margin-right: 8px;
	display: inline-block;
	border-top: 1px solid;
	border-right: 1px solid;
	width: 9px;
	height: 9px;
	border-color: #333;
	transform: rotate(46deg);
}
.index_news_content li a {
	color: #333;
	line-height: 30px;
	font-size: 14px;
}
.index_news_content li a.more {

	width:100px;
	display:block;
	margin:auto;
	height:30px;
	color:white;
	line-height:30px;
	background:#2a1771;
	font-size:14px;
	text-align:center;
	border-radius: 5px;
	margin-top:10px;
}
.index_news_content li em {
	float: right;
	font-size: 13px;
}
/*版权*/
.copy {
	background-color: #2a1771;
	text-align: center;
	padding: 4% 2%;
	font-family: 'Arial';
	color: #fff;
	line-height: 25px;
	margin-bottom: 69px;
}
.copy p {
	font-size: 14px;
}
/*底部导航*/
.navigation {
	width: 100%;
	position: fixed;
	bottom: 0;
	background-color: #fff;
	padding: 14px 0;
	border-top: #cacaca solid 1px;
}
.navigation li {
	width: 20%;
	float: left;
	text-align: center;
}
.navigation li .img {
	width: 20px;
	height: 20px;
	margin: 0 auto;
	margin-bottom: 5px;
	display: flex;
	align-items: center;
}
.navigation li .img img {
	margin: 0 auto;
}
.navigation li a {
	color: #333;
	display: block
}
/*内页*/
.about {
	padding: 0 2%;
	padding-bottom:10px;
}
.inszt .have-title {
	position: relative;
	margin: 10px 0;
}
.inszt .have-title p {
	color: #333;
	font-size: 20px;
}
.about p {
	line-height: 30px;
	font-size: 14px;
}
.about img {
	width: 100%;
	margin-bottom: 10px;
}
.about-1 {
	padding: 2%;
}
.about-1 p {
	color: #333;
	font-size: 14px;
	line-height: 30px;
}
.about-1 p em {
	font-weight: bold;
}
.about-1 img {
	margin: 5% auto;
	width:100%;
}
.bread {
	border-bottom: #e5e5e5 solid 1px;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	display: flex;
	align-items: center;
}
.bread i {
	color: #e80012;
	padding-left: 3px;
}
.bread img {
	line-height: 50px;
	margin: 0 10px;
}
/*新闻*/
.news {
}
.news ul
{
	 font-size:0;
}
.news li {
	width: 50%;
	display: inline-block;
	margin-bottom: 4%;
	overflow:hidden;
	vertical-align: top;
}
.news li .img {
	width: 92%;
	margin: 0 auto;
}
.news li .img img {
	width: 100%
}
.news li .txt {
	padding: 2% 4%;
}
.news li .txt p {
	color: #333;
	font-size: 14px;
}
.news li .txt span {
	color: #8b8b8b;
	font-size: 12px;
}
@media screen and (max-width:460px) {
.header .logo {
	width: 70%;
}
.header .logo img {
	width: 100%
}
}
/**sohu6**/
/**banner**/
.banner {
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	margin-bottom:-1px;
}
.banner .hd {
	width: 100%;
	height: 11px;
	position: absolute;
	z-index: 1;
	bottom: 5px;
	text-align: center;
}
.banner .hd ul {
	display: inline-block;
	height: 5px;
	padding: 3px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 0;
	vertical-align: top;
}
.banner .hd ul li {
	display: inline-block;
	width: 5px;
	height: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #8C8C8C;
	margin: 0 5px;
	vertical-align: top;
	overflow: hidden;
}
.banner .hd ul .on {
	background: #FE6C9C;
}
.banner .bd {
	position: relative;
	z-index: 0;
}
.banner .bd li a {
	display:block;
	height:auto;
	overflow:hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 取消链接高亮 */
}
.banner .bd li a img {
	width: 100%;
	height: auto;
	display:block;
}
/**banner end**/
/**内页菜单**/
.insnav
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding:10px;
	box-sizing: border-box;
}
.insnav ul
{
	width:100%;
	height:auto;
	overflow:hidden;
	text-align: center;
}
.insnav ul li
{
	display:inline-block;
	margin-bottom:10px;
}
.insnav ul li a
{
	display:block;
	background:#959595;
	color:white;
	font-size:14px;
	padding:5px 5px;
	margin-right:5px;
	overflow:hidden;
	border-radius: 5px;
}
.insnav ul li a.hover
{
	background:#54458d;
}
/**内页菜单 end**/
/**分页**/
.switch {
  padding-top: 17px;
  padding-bottom: 17px;
  text-align: center;
  width: 100%;
  overflow: hidden;
  font-size:14px;
  box-sizing: content-box;
}
.switch a {
  display: inline-block;
  border: 1px solid #ccc;
  text-align: center;
  margin: 3px;
  padding: 3px;
  background: #f2f2f2;
  color: #333;
  text-decoration: none;
  box-sizing: content-box;
}
.switch a:hover {
  background: #54458d;
  color: white;
}
.switch a.on {
  background: #54458d;
  color: white;
}
/**分页 end**/
/**内容展示页**/
.insxx {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 10px;
  box-sizing: border-box;
}
.insxx .insxxpic {
  width: 100%;
  height: auto;
  margin: auto;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
}
.insxx .insxxpic img {
  width: 100%;
  height: auto;
  display: block;
}
.insxx .insxxtitle {
  width: 100%;
  font-size: 16px;
  margin: auto;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}
.insxx .insxxtime {
  width: 100%;
  margin: auto;
  text-align: center;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #999;
}
.insxx .insxxcontent {
  width: 100%;
  margin: auto;
  text-align: justify;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 25px;
  color: #333;
}
.insxx .insxxcontent p {
  text-align: justify;
  font-size: 14px;
  line-height: 25px;
  color: #333;
}
.insxx .insxxcontent table {
  width: 100%;
}
.insxx .insxxcontent img {
  max-width:100% !important;
  height: auto;
  display:inline-block;
}
/**内容展示页 end**/
/**sohu6 end**/