.wrap {
	width: 1200px;
	margin: 0 auto;

}

.index-header {
	height: 100px;
}

.index-header-main {
	width: 300px;
	height: 60px;
	margin-left: 25px;
}

.index-header-main h3 {
	width: 12%;
	background: #00A1E9;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	padding: 5px 0 0;
}

.index-header-mainCadr {
	width: 88%;
	background: #AE4184;
}

.index-header-mainCadr a {
	width: 25%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #FFFFFF;
}

.index-header-right i {
	background: url(tell.png) no-repeat;
	width: 41px;
	height: 41px;
	margin-right: 10px;
}

.index-header-right span {
	font-size: 28px;
	color: #00A1E9;
}

.index-header-right>div {
	margin-right: 40px;
}

.index-nav {
	background: #8F85AF;
	height: 55px;

}

.index-nav-box>li>a {
	display: block;
	color: #FFFFFF;
	height: 55px;
	line-height: 55px;
	margin-right: 35px;
	position: relative;
  	font-size:18px;
    font-weight: bold
}



.index-nav-box>li>a:after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #FFFFFF;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all .5s;
	opacity: 0;
}

.index-pro {
	padding: 40px 0 0px;
}

.index-title{
     background: #8F85AF;
    color: #ffffff;
    padding: 5px 0 5px;
    height: 55px
}
.index-title h3 {
	font-size: 36px;
	letter-spacing: 10px;
    font-weight: bold;
}

.index-title h6 {
	width: 50px;
	height: 3px;
	background: #fff;
	margin: 12px auto 15px;
    display: none;
}

.index-title p {
	font-size: 16px;
	color: #808080;
	letter-spacing: 1px;
}

.index-pro-wrap>div {
	
	border-radius: 10px;
	width: 21.5%;
	/*padding: 15px 0 40px;*/
	margin-bottom: 40px;
	margin-right: 55px;
	transition: all .5s;
    position:relative;
}
.index-pro-wrap>div:nth-child(4n) {
    margin-right: 0;
}

.index-pro-wrap>div:nth-child(4n) {
	margin-right: 0;
}

.index-pro-wrap img {
	display: block;
    margin: 0 auto;
    width: 258px;
    height: 300px;
    max-width: 100%;
}

.index-pro-wrap p {
	font-size: 18px;
	color: #fff;
	margin-top: 15px;
}

.index-pro-wrap {
	margin-top: 50px;
}

.index-about {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0px 0 20px;
}

.index-about-wrpa {
	background: #FFFFFF;
	border-radius: 10px;
	padding: 45px 0px 20px 0px;
}

.index-about-left {
	width: 35.5%;
    margin-right: 3%;
    /*
	transform: translateY(-80px);
    */

}

.index-about-left img {
	display: block;
	box-shadow: 1px 2px 15px #aaa;
	border-radius: 0px;
    height:auto;
}

.index-about-right {
	flex: 1;
	padding: 0 0 0 25px;
}

.index-about-content p,
.index-about-content p  {
	color: #333;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	text-indent: 0em;
}

.index-about-content {
	margin: 15px 0 30px;
}

.index-about-href {
	display: block;
	width: 120px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #FFFFFF;
	background: #00A1E9;
	border-radius: 99px;
	margin: 0 auto;
	transition: all .5s;
}

.index-silde-wrap {
	padding: 70px 0 50px;
	background: #FAFAFA;
}

.index-silde-btn {
	justify-content: flex-end;
	margin-bottom: 20px;
}

.index-next {
	margin-right: 15px;
}

.index-box {
	width: 10000px;
}

.index-box img {
	margin-right: 16px;
}

.index-news {
	padding: 30px 0 60px;
}

.index-news-left {
	width: 49%;
  background: #F2F2F2;
}

.index-news-box {
	margin-top: 30px;
}

.index-news-con {
	background: #F2F2F2;
	padding: 20px;
}

.index-news-con h3 {
	font-size: 16px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index-news-con p {
	font-size: 14px;
	color: #808080;
	margin-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.index-news-right {
	width: 49%;
}

.index-news-t img {
	width: 34%;
  max-height:150px;
}

.index-news-t>div {
	flex: 1;
	background: #F2F2F2;
	padding: 10px 20px 10px 15px;
	transition: all .5s;
}

.index-news-t h3 {
	font-size: 16px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
}

.index-news-t p {
	font-size: 14px;
	color: #808080;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.index-news-right>div:not(:last-child) {
	margin-bottom: 23px;
}

.index-href {
	display: block;
	width: 120px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #00A1E9;
	border: 1px solid #00A1E9;
	border-radius: 99px;
	margin: 45px auto 0;
	transition: all .5s;
}

.index-industry {
	padding-bottom: 50px;
}

.index-industry-box {
	margin: 30px 0 0;
}

.index-industry-box>div {
	width: 30%;
}

.index-industry-box img {
	display: block;
}

.index-contact {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(bg-2.png);
	padding: 75px 0 60px;
}

.index-contact-box {
	justify-content: flex-end;
	padding-right: 30px;
}

.index-contact-title>h3 {
	font-size: 20px;
	color: #FFFFFF;
	letter-spacing: 2px;
}

.index-contact-title>h6 {
	width: 50px;
	height: 3px;
	background: #fff;
	margin: 12px 0 15px;
}

.index-contact-title>p {
	color: #FFFFFF;
}

.index-contact-box dl {
	margin-top: 35px;
}

.index-contact-box dd {
	color: #FFFFFF;
	margin-bottom: 15px;
}

.index-foot {
	background: #00A1E9;
}

.index-foot-nav a {
	height: 70px;
	line-height: 70px;
	color: #FFFFFF;

}

.index-foot-nav a:not(:last-child) {
	margin-right: 35px;
}

.index-foot-nav {
	border-bottom: 1px solid #FFFFFF;
}

.index-king {
	padding: 20px 0 15px;
}

.index-king img {
	display: block;
	margin: 0 auto;
}

.index-king h4 {
	font-size: 14px;
	color: #FFFFFF;
	margin-bottom: 5px;
	margin-top: 15px;
}

.index-king h5 {
	font-size: 14px;
	color: #FFFFFF;
}

.index-king p {
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 40px;
}

.index-header-mainCadr a:hover {
	color: #007AFF;
}

.index-nav-box>li>a:hover:after {
	opacity: 1;
}

.index-pro-box {
	background: #fff;
}

.index-pro-wrap>div:hover,
.index-news-left:hover,
.index-industry-box>div:hover {
	transform: translateY(-10px);
	box-shadow: 2px 2px 10px #aaa;
}

.index-about-href:hover {
	background: #007AFF;
}

.index-href:hover {
	background: #007AFF;
	color: #FFFFFF;
}

.index-down {
	top: 55px;
	left: 32%;
	transform: translateX(-50%);
	z-index: 20;
}

.index-down a {
	display: block;
	width: 170px;
	background: rgba(0, 0, 0, .5);
	line-height: 40px;
	border-bottom: 1px solid #FFFFFF;
	height: 40px;
	color: #FFFFFF;
	text-align: center;
	transition: all .5s;
}

.index-down a:hover {
	background: #00A1E9;
}

.index-news-right>div:hover {
	transform: translateX(10px);
	box-shadow: 2px 2px 10px #aaa;
}

.index-news-right>div,
.index-news-left,
.index-industry-box>div {
	transition: all .5s;

}

.bigimg {
	width: 600px;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: none;
	z-index: 9999;
	border: 10px solid #fff;
}

.mask {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.5;
	filter: Alpha(opacity=50);
	z-index: 98;
	transition: all 1s;
	display: none
}

.bigbox {
	width: 840px;
	background: #fff;
	border: 1px solid #ededed;
	margin: 0 auto;
	border-radius: 10px;
	overflow: hidden;
	padding: 10px;
}

.bigbox>.imgbox {
	width: 400px;
	float: left;
	border-radius: 5px;
	overflow: hidden;
	margin: 0 10px 10px 10px;
}

.bigbox>.imgbox>img {
	width: 100%;
}

.imgbox:hover {
	cursor: zoom-in
}

.mask:hover {
	cursor: zoom-out
}

.bigimg:hover {
	cursor: move
}

.mask>img {
	position: fixed;
	right: 10px;
	top: 10px;
	width: 60px;
}

.mask>img:hover {
	cursor: pointer
}

.index-mob-box {
	width: 100%;
	height: 50px;
	position: fixed;
	top: 0;
	border-bottom: 1px solid #ddd;
	left: 0;
	background: #FFFFFF;
	z-index: 20;
	padding-right: 10px;
}

.index-mob-box>img:nth-child(1) {
	transform: scale(0.65) translateX(-35px);
}

.index-mask {
	position: fixed;
	left: 0;
	top: 50px;
	background: #FFFFFF;
	width: 100%;
	height: 100%;
	z-index: 1000000;
	padding: 0 20px;
}

.index-mask>a {
	display: block;
	text-align: center;
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
	color: #666;
}

.index-mask img {
	display: block;
	margin: 20px auto;
}

.index-mask dd {
	color: #666;
	font-size: 15px;
	margin-bottom: 10px;
}

.schT-title {
	border-bottom: 1px  dashed #CCCCCC;
	padding: 20px 0;
	margin-bottom: 20px;
}

.schT-title>div {
	font-size: 14px;
	color: #666;
}

.schT-title h2 {
	font-size: 30px;
	color: #222;
}

.about-title i {
	color: #666666;
	margin: 0 15px;
	font-size: 20px;
	display:none;
}

.about-title span {
	font-family: "微软雅黑" !important;
	color: #00A1E9;
	font-size: 24px;
	text-transform:Uppercase ;
	display:none;
}

.schT-title a {
	color: #666;
}

.schT-title span {
	font-family: "Helvetica Neue", "Hiragino Sans GB", SimSun, serif;
	margin: 0 5px;
}

.about-left {
	width: 20%;
}

.about-pro {
	border: 1px solid #DDDDDD;
	border-top: 0;
	line-height:26px;

}

.about-left h4 {
	background: #00A1E9;
	height: 60px;
	text-align: center;
	line-height: 60px;
	color: #FFFFFF;
	font-size: 24px;
	border-bottom: 1px solid #FFFFFF;
	font-weight: bold;
}

.about-pro a {
	padding: 0 10px;
	display: block;
	text-align: center;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	border-bottom: 1px dotted #ddd;
	transition: all .5s;
	color: #666666;
}

.about-pro a:last-of-type {
	border: 0;
}

.about-pro a:hover {
	color: #FFFFFF;
	background: #AE4184;
	border-color: #FFFFFF;
}

.about-pro .act {
	color: #FFFFFF;
	background: #AE4184;
	border-bottom: 1px solid #FFFFFF;
}

.about-pro {
	margin-bottom: 20px;
}

.about-bor {
	padding: 10px;
}

.about-bor dd {
	color: #666666;
	font-size: 12px;
	line-height: 25px;
}

.about-right {
	width: 75%;
}

.about-content{color: #666666;
	line-height: 30px;
	font-size: 16px !important;}
.about-content p,
.about-content span {
	color: #666666;
	line-height: 30px;
	font-size: 16px !important;
}

.about-content img {
	width: 100% !important;
	height: auto !important;
	margin: 20px 0;

}

.pro-list>div {
	width: 27%;
	margin-right: 80px;
	margin-bottom: 30px;
}

.pro-list>div:nth-child(3n) {
	margin-right: 0;
}

.pro-list a {
	max-width: 240px;
	max-height: 180px;
	overflow: hidden;

}

.pro-list p {
	font-size: 16px;
	color: #666;
	margin-top: 20px;
}

.pro-list img {
	transition: all .5s;
}

.pro-list img:hover {
	transform: scale(1.2);
}

.pd-img {
	width: 52%;
	border: 1px solid #ddd;
	padding: 10px;
}

.pd-title {
	flex: 1;
	padding-left: 30px;
}

.pd-title p {
	font-size: 14px;
	color: #666;
	margin-bottom: 5px;
	line-height: 25px;
}

.pd-titles span {
	font-size: 18px;
	margin-left: 10px;
	color: #666;
	letter-spacing: 2px;
}

.pd-content {
	border: 1px dotted #DDDDDD;
	padding: 20px;
	line-height:30px; font-size:16px;
}

.pd-content img {
	width: 100% !important;
}

.pd-titles {
	margin: 30px 0;
}

.int-ul img {
	width: 40%;
}

.int-content {
	flex: 1;
	padding-left: 20px;
}

.int-content h4 {
	font-size: 16px;
	color: #333333;
	margin-bottom: 5px;
	font-weight:bold;
}

.int-content p {
	color: #999;
	font-size: 13px;
	text-align: justify;
	line-height: 25px;
}

.int-ul li {
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}

.int-ul li:not(:first-child) {
	padding-top: 20px;
}

.int-ul li:last-of-type {
	border: 0;
}

.new-content p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	width: 100% !important;
}
.new-con h4{
	text-align: center;
	font-size: 24px;
	margin-bottom: 30px;
	
}
.new-con p{
	font-size: 16px;
	color: #666666;
	line-height: 25px;
	letter-spacing: 1px;
}
.new-con img{
	display: block;
	max-width: 100%;
	margin:20px auto;
}
.content-box>div{
	width: 100%;
	margin-bottom: 40px;
}
.content-box dt{
	font-size: 20px;
	color: #333;
	margin-bottom: 20px;
}
.content-box dd{
	font-size: 16px;
	color: #666;
	margin-bottom: 8px;
}
.about-guan h5{
	color:#666;
  	font-size:16px;
}
.about-guan>div{
	flex:1;
}
.about-guan a{
  color:#999;
  	font-size:14px;
  width:12%;
	margin-bottom:10px;
}
.about-guan{
margin-bottom:20px;
}
.about-guan .act{
	color:#00A1E9;
}
.title-h5{
		font-size:16px;
  color:#666;
  margin-bottom:15px;
}
.about-guan a:hover{
	color:#00A1E9;
}
.pro_name{
	position:absolute;
  bottom:0;
  left:0;
  width:100%;
  background:rgba(238,132,125,.9);
  line-height:32px;
}


.pagepage{margin:60px auto 20px auto; width:100%; text-align:center;}


 
.pagepage a{
	display:inline-block;
	height:25px;
	line-height:25px;
	width:25px;
	border:1px solid #dcdcdc;
	margin:0 3px;
	text-decoration:none;
	color:#333;
	background-color:#FFF;
	font-size:11px;
}

 
.pagepage a:hover,.pagepage a.hover{
	color:#fff;
	background:#333333;
	border:#333333 1px solid;
}
.clear{
    clear:both;
}

.zhengshu{margin-top:20px;}
.zhengshu ul li{
    width: 14.2%;
    float: left;
    margin-top: 15px;
}
.zhengshu ul li img{
    width: 100%;
    height: auto;
}
.index-ad{
    background: #00A1E9;
    height: 80px;
    margin-bottom:20px;
}
.index-ad .leftimg{
    width: 100px;
    float: left;
}

.index-ad .leftinfo{
    float: left;
    line-height: 80px;color: #fff;
    width: 1050px;
    font-size: 18px;
}
.mobmob{
    display: none
}

.al_slider{
	width: 1200px;
	height: 250px;
	margin:40px auto 0;
	overflow: hidden;
}
.al_slider li{
	width: 285px;
	height: 250px;
	float: left;
	margin-right:18px;
	position: relative;
	overflow: hidden;
}
.al_slider li img{
	width: 285px;
	height: 250px;
}

