@charset "utf-8";


html,
body {
  -ms-overflow-style: scrollbar;
}
html {
  font-size: 23.80952vw;
}
@media screen and (min-width: 421px) {
  html {
    font-size: 102px;
  }
}

body {
	font-family: "Microsoft YaHei", 微软雅黑, STHeiti !important;
	overflow-x: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}




#main_header {
	background: transparent;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 999999;
	background-color: #FFF;
	height: 200px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.gc_header {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.gc_site_pad {
	position: relative;
	padding: 0px 40px;
}

#masthead {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 290px;
	height: 85px;
	margin-left: -145px;
	z-index: 9;
}
.site-branding a img{width: 220px;}
.site-header {
	padding: 40px 0 20px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.site-branding p {
	font-family: 'ralewaythin';
	letter-spacing: 2px;
	text-transform: uppercase;
}

.text-center {
	text-align: center;
}

.gc_chir {
	margin-top: 20px;
	font-family: 'ralewaythin';
	letter-spacing: 2px;
}

.gc_menu {
	width: 50%;
	float: left;
}

.gc_padding {
	padding-top: 70px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.gc_menu ul li {
	float: left;
	margin-right: 20px;
	line-height: 20px;
	width: 80px;
	text-align: center;
}

.gc_menu ul li a {
	text-decoration: none;
	color: #666;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 2px;
}

.gc_menu ul li a span {
	font-weight: bold;
}

.gc_border {
	height: 1px;
	background: #000;
	width: 0%;
	margin: 0;
}

.gc_phone {
	width: 50%;
	float: right;
}

.gc_phone ul li {
	float: right;
	margin-left: 20px;
	line-height: 20px;
	width: 80px;
	text-align: center;
}

.gc_phone ul li a {
	color: #666;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 2px;
}




.gc_masking {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .6);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000,endcolorstr=#99000000);
	z-index: 999999;
	width: 100%;
	height: 100%;
	display: none;
}

.menu_content {
	position: absolute;
	z-index: 9999;
	background: #fff;
	width:35%;
	height: 100%;
	top: 0px;
	left: -50%;
	padding: 50px;
	overflow-y: hidden;
	overflow-x: hidden;
	box-sizing: border-box;
}

.menu_header {
	margin-bottom: 34px;
}

.menu_header_left {
	float: left;
	min-width: 25%;
	cursor: pointer;
}

.close_click {
	display: inline-block;
	white-space: nowrap;
}

.close_click span{
	letter-spacing: 2px;
	font-family: 'ralewaythin';
	text-transform: uppercase;
	
	font-weight: bold;
	color: #000;
}
.menu_header_left img {
	margin-right: 6px;
	vertical-align: middle;
	width: 12px;
}

.menu_header_center {
	float: left;
	width: 50%;
	text-align: center;
}

.menu_header_right {
	float: right;
	width: 25%;
	text-align: end;
}

.menu_header_right a {
	color: #666;
	letter-spacing: 2px;
	font-family: 'ralewaythin';
}

.sf_menu_li {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.sf_menu_li li a {
	text-transform: uppercase;
	color: #000;
	display: block;
	position: relative;
	font-size: 26px;
	letter-spacing: 2px;
	font-weight: bold;
	text-decoration: none;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.sf_menu_li .sf_menu_li01 {
	margin-bottom: 40px;
}

.sf_menu_li li {
	padding: 2% 0;
}

.sf_menu_li .sf_menu_li02 {
	margin-top: 40px;
}

.gc_f {
	margin-top: 40px;
	text-align: center;
	padding: 20px 0 10px 0;
}

.gc_f a {
	width: 40px;
	height: 40px;
	display: inline-block;

	margin: 0 20px;
	position: relative;
}
.gc_f a img{
	    position: absolute;
    width: 100px;
    height: 100px;
    top: 55px;
    left: -30px;
    display: none;
}
.gc_f a.weixin:hover img.weixin_img{
	display: block;
}
.gc_f a.weibo:hover img.weibo_img{
	display: block;
}
.gc_f a.qq:hover img.qq_img{
	display: block;
}
.gc_f .weixin{background: url(../image/gc_f.png);}
.gc_f .weibo{background: url(../image/gc_f1.png);}
.gc_f .qq{background: url(../image/gc_f2.png);}
.sf_menu_li li a span {
	display: inline-block;
	height: 1px;
	background: #333;
	width: 0%;
	position: absolute;
	top: 50%;
	left: 0;
}


#fixed {
	position: fixed;
	bottom: 40px;
	right:10px;
	z-index: 1000;
	display: none;
}
#fixed ul {}
#fixed ul li {
	margin-bottom:5px;
	width: 60px;
	height:60px;
}
#fixed ul li a {
	display: block;
	background: rgba(68,68,68,0.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#c8444444,endcolorstr=#c8444444);
	width: 100%;
	height: 100%;
	
	text-align: center;
}

#fixed ul li a img {
	width:100%;
}


.hidden_h3 {
	display: none;
}
.show_h3 {
	display: block;
	height: 264px;
}




@media(max-width:1366px) {
	.gc_menu ul li{
		margin-right: 20px;
	}
	.gc_phone ul li{
		margin-left: 20px;
	}
}

@media(max-width:1330px) {
	.header_bot ul li {
		margin-right: 40px !important;
	}
	
	.gc_menu ul li{
		margin-right: 15px;
	}
	.gc_phone ul li{
		margin-left: 15px;
	}
	
}

@media(max-width:1280px) {
	
	.gc_menu ul li{
		margin-right: 10px;
	}
	.gc_phone ul li{
		margin-left: 10px;
	}
	
}
@media(max-width:1230px) {
	
	.gc_menu ul li{
		margin-right: 6px;
	}
	.gc_phone ul li{
		margin-left: 6px;
	}
	
}
@media(max-width:1180px) {
	
	.gc_menu ul li{
		margin-right: 2px;
	}
	.gc_phone ul li{
		margin-left: 2px;
	}
	
}

.searchProduct{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    background: #fff;
    padding-top: 0px;
    display: none;
}
.searchProduct input{
	width: 90%;
    height: 90%;
    margin-top: 9%;
    margin: 0 auto;
    display: block;
    
    border-radius: 10px;
    padding-left: 70px;
    border:none;
    font-size:20px;
}
.searchProduct img.search{
	position: absolute;
    top: 25%;
    left: 6%;
    cursor: pointer;
}
.searchProduct img.close{
	position: absolute;
    top: 37%;
    right: 3%;
}


#bogger{
	min-height: 800px;
}
@media screen and (max-width: 991px){
	#bogger{
		padding-top: 0px;
	}
}

.global-inner{
	width: 80%;
	max-width: 1540px;
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
.global-inner:before,
.global-inner:after{
	content: '';
	display: table;
	clear: both;
}
@media screen and (max-width: 991px){
	.global-inner{
		width: 100%;
		padding: 0 0.2rem;
	}
}


.pc-ban{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	padding-top: 0px;
}
.pc-banslide{
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	position: relative;
}
.pc-banslide .swiper-wrapper,
.pc-banslide .swiper-slide{
	height: 100%;
}
.pc-banslide .image{
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	position: relative;
	background: no-repeat center center;
	background-size: cover;
}
.pc-banslide .swiper-ctrlbox{
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 20;
}
.pc-banslide .swiper-prev{
	width: 30px;
	height: 150px;
	display: block;
	background: url(../image/slide_prev.jpg) no-repeat center center;
	background-size: 100% auto;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -75px;
	z-index: 20;
	opacity: 0;
	transition: all 0.6s linear;
	-webkit-transition: all 0.6s linear;
}
.pc-banslide .swiper-next{
	width: 30px;
	height: 150px;
	display: block;
	background: url(../image/slide_next.jpg) no-repeat center center;
	background-size: 100% auto;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -75px;
	z-index: 20;
	opacity: 0;
	transition: all 0.6s linear;
	-webkit-transition: all 0.6s linear;
}
.pc-banslide:hover .swiper-prev,
.pc-banslide:hover .swiper-next{
	opacity: 0.6;
}

.ph-ban{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.ph-ban .image{
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
}
.ph-ban .image img{
	width: 100%;
	max-width: 100%;
	display: block;
}
.ph-ban .swiper-ctrlbox{
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 20;
}
.ph-ban .swiper-prev{
	width: 30px;
	height: 150px;
	display: block;
	background: url(../image/slide_prev.jpg) no-repeat center center;
	background-size: 100% auto;
	position: absolute;
	left: 5%;
	top: 50%;
	margin-top: -75px;
	z-index: 20;
	opacity: 0.6;
}
.ph-ban .swiper-next{
	width: 30px;
	height: 150px;
	display: block;
	background: url(../image/slide_next.jpg) no-repeat center center;
	background-size: 100% auto;
	position: absolute;
	right: 5%;
	top: 50%;
	margin-top: -75px;
	z-index: 20;
	opacity: 0.6;
}

.wow{
	animation-delay: .1s;
	animation-duration: 1.2s;
}


.ind-sec-tit{
	font-size: 35px;
	line-height: 40px;
	color: #333;
	text-align: center;
}
.ind-sec2-box{
	width: 100%;
	overflow: hidden;
	background: #f8f8f8;
	position: relative;
	padding: 116px 0 110px;
}
.ind-sec2-box .sec2-doc{
	width: 955px;
	max-width: 100%;
	margin: 26px auto 0;
	font-size: 16px;
	line-height: 28px;
	color: #333;
	text-align: center;
}
.ind-prdt-list{
	overflow: hidden;
	margin: 84px -10px 0;
	padding: 10px;
}
.ind-prdt-list li{
	width: 20%;
	float: left;
	text-align: center;
	transition: all 1s linear;
	-webkit-transition: all 1s linear;
}
.ind-prdt-list .item-inner{
	width: 100%;
	
	display: block;
	padding: 25px 20px 80px; 
}
.ind-prdt-list .item-imgs{
	width: 75%;
	max-width: 200px;
	display: block;
	overflow: hidden;
	margin: 0 auto;
}
.ind-prdt-list .item-imgs img{
	width: 100%;
	max-width: 100%;
	display: block;
}
.ind-prdt-list .item-imgs .imgs2{
	display: none;
}
.ind-prdt-list .item-bd{
	margin-top: 25px;
}
.ind-prdt-list .item-bd .tit{
	font-size: 24px;
	line-height: 28px;
	color: #333;
}
.ind-prdt-list .item-bd .en{
	font-size: 18px;
	line-height: 28px;
	color: #333;
	margin-top: 15px;
}
.ind-prdt-list .index_more{
	width: 80%;
	max-width: 160px;
	line-height: 30px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}
.ind-prdt-list li:hover{
	background: #fff;
	box-shadow: 0 0 16px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 16px rgba(0,0,0,.2);
}
.ind-prdt-list li:hover .item-imgs .imgs1{
	display: none;
}
.ind-prdt-list li:hover .item-imgs .imgs2{
	display: block;
}
.ind-prdt-list li:hover .item-bd .tit{
	color: #2a6771;
}
.ind-prdt-list li:hover .item-bd .en{
	color: #417781;
}


.ind-tel1-box{
	width: 100%;
	overflow: hidden;
	position: relative;
	background: no-repeat center center;
	background-size: cover;
	padding: 62px 0 55px;
	text-align: center;
	margin-bottom: 40px;
}
.ind-tel1-box .tel-box{
	
	max-width: 100%;
	display: inline-block;
	vertical-align: top;
	background: url(../image/indtel1_line.png) no-repeat center center;
	background-size: 100% auto;
	color: #fff;
	margin: 0 auto;
	padding: 0 134px;
	white-space: nowrap;
}
.ind-tel1-box .tel-box .tit{
	font-size: 50px;
	line-height: 60px;
}
.ind-tel1-box .tel-box .tel{
	font-size: 32px;
	line-height: 60px;
	margin-top: 32px;
}


.ind-case-item{
	width: 100%;
	overflow: hidden;
	padding: 80px 0;
	border-bottom: solid 1px #f0f0f0;
	background: #fff;
}
.ind-case-item .item-hd{
	padding: 17px 13px 0;
}
.ind-case-item .item-txt .tit{
	font-size: 35px;
	line-height: 40px;
	color: #2a6771;
	margin-bottom: 10px;
}
.ind-case-item .item-txt .doc{
	height: 3.4em;
	overflow: hidden;
	font-size: 14px;
	line-height: 1.7em;
	color: #333;
	margin-bottom: 4px;
}
.index_more {
	display: block;
	width: 160px;
	margin: 20px 0 60px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	color: #2a6771;
	line-height: 40px;
	text-align: center;
	position: relative;
	font-family: arial;
	text-decoration: none;
}
.index_more.m7 {
	margin: 0 7%;
	color: #fff;
}
.index_more i {
	width: 14px;
	height: 14px;
	position: absolute;
}

.index_more .index_more_line1 {
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.index_more:hover .index_more_line1 {
	width: 100%;
}

.index_more .index_more_line2 {
	-webkit-transition: all 0.3s ease-in-out 0.6s;
	-moz-transition: all 0.3s ease-in-out 0.6s;
	-ms-transition: all 0.3s ease-in-out 0.6s;
	-o-transition: all 0.3s ease-in-out 0.6s;
	transition: all 0.3s ease-in-out 0.6s;
}
.index_more:hover .index_more_line2 {
	height: 100%;
}
.index_more .index_more_line3 {
	-webkit-transition: all 0.3s ease-in-out 1.5s;
	-moz-transition: all 0.3s ease-in-out 1.5s;
	-ms-transition: all 0.3s ease-in-out 1.5s;
	-o-transition: all 0.3s ease-in-out 1.5s;
	transition: all 0.3s ease-in-out 1.5s;
}
.index_more:hover .index_more_line3 {
	height: 100%;
}
.index_more .index_more_line4 {
	-webkit-transition: all 0.6s ease-in-out 0.9s;
	-moz-transition: all 0.6s ease-in-out 0.9s;
	-ms-transition: all 0.6s ease-in-out 0.9s;
	-o-transition: all 0.6s ease-in-out 0.9s;
	transition: all 0.6s ease-in-out 0.9s;
}
.index_more:hover .index_more_line4 {
	width: 100%;
}
.index_more i.index_more_line1 {
	top: 0;
	left: 0;
	border-top: 1px solid #2a6771;
	border-left: 1px solid #2a6771;
}

.index_more i.index_more_line2 {
	top: 0;
	right: 0;
	border-top: 1px solid #2a6771;
	border-right: 1px solid #2a6771;
}

.index_more i.index_more_line3 {
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #2a6771;
	border-left: 1px solid #2a6771;
}

.index_more i.index_more_line4 {
	bottom: 0;
	right: 0;
	border-bottom: 1px solid #2a6771;
	border-right: 1px solid #2a6771;
}
.index_more.m7 i {
	border-color: #fff;
}

.ind-case-item .item-prdt{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.ind-case-item .item-prdt .inner{
	width: 100%;
	display: block;
	position: relative;
}
.ind-case-item .item-prdt .image{
	width: 100%;
	height: 486px;
	display: block;
	overflow: hidden;
	background: no-repeat center center;
	background-size: cover;
}
.ind-case-item .item-prdt img{
	width: 100%;
	max-width: 100%;
	display: block;
}
.ind-case-item .item-prdt .sp{
	position: absolute;
	display: inline-block;
	background-color: #fff;
	z-index: 9;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.ind-case-item .item-prdt .sp.sp1 {
	width: 2px;
	height: 0;
	top: 0;
	left: 15px;
}
.ind-case-item .item-prdt .sp.sp2 {
	height: 2px;
	width: 0;
	top: 15px;
	right: 0;
}
.ind-case-item .item-prdt .sp.sp3 {
	width: 2px;
	height: 0;
	bottom: 0;
	right: 15px;
}
.ind-case-item .item-prdt .sp.sp4 {
	height: 2px;
	width: 0;
	bottom: 15px;
	left: 0;
}
.ind-case-item .item-prdt:hover .sp.sp1,
.ind-case-item .item-prdt:hover .sp.sp3 {
	height: calc(100% - 40px);
}
.ind-case-item .item-prdt:hover .sp.sp2,
.ind-case-item .item-prdt:hover .sp.sp4 {
	width: calc(100% - 40px);
}
.ind-case-item .item-prdt .imgtxt{
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	text-align: center;
}
.ind-case-item .item-prdt .imgtxt .tit{
	font-size: 30px;
	letter-spacing: 3px;
	color: #ffffff;
	margin-bottom: 15px;
}
.ind-case-item .item-prdt .imgtxt .en{
	font-size: 48px;
	letter-spacing: 4px;
	color: #ffffff;
	font-family: 'ralewaythin', 'Arial';
	margin-bottom: 20px;
}
.ind-case-item .item-prdt .imgtxt .more{
	font-size: 14px;
	letter-spacing: 1px;
	font-family: 'ralewaythin', 'Arial';
	color: #ffffff;
	border-bottom: 1px solid #fff;
}
.ind-case-item .item-bd{
	padding: 0 13px;
}
.ind-case-item .case-row{
	overflow: hidden;
	position: relative;
}
.ind-case-item .row-bd,
.ind-case-item .row-imgs{
	padding: 0;
}
.ind-case-item .row-bd{
	position: relative;
	z-index: 2;
}
.ind-case-item .row-imgs{
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.ind-case-item .row-logo{
	width: 100%;
	height: 240px;
	display: block;
	overflow: hidden;
	background: no-repeat center center #f7f7f7;
	background-size: 75% auto;
}
.ind-case-item .row-doc{
	width: 100%;
	height: 140px;
	display: block;
	background: #4f4644;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	padding: 28px 30px 28px 40px;
	position: relative;
}
.ind-case-item .row-doc .doc{
	width: 100%;
	max-height: 80px;
	display: block;
	overflow: hidden;
}
.ind-case-item .row-imgs a{
	display: block;
}
.ind-case-item .row-imgs .image{
	width: 100%;
	height: 380px;
	display: block;
	overflow: hidden;
	background: no-repeat center center;
	background-size: cover;
	transition: all 0.6s linear;
	-webit-transition: all 0.6s linear;
}
.ind-case-item .row-imgs img{
	width: 100%;
	max-width: 100%;
	display: block;
}
.ind-case-item .row-arrow{
	width: 0;
	height: 0;
	display: block;
	border-width: 14px 16px;
	border-style: solid;
	border-color: transparent;
	border-left-color: #4f4644;
	position: absolute;
	right: -32px;
	top: 15.7%;
	z-index: 1;
}
.ind-case-item.odd .case-row.row2 .row-bd{
	float: right;
}
.ind-case-item.odd .case-row.row2 .row-arrow{
	border-color: transparent;
	border-right-color: #4f4644;
	right: auto;
	left: -32px;
}

.ind-case-item.even .item-hd{
	float: right;
}
.ind-case-item.even .case-row.row1 .row-bd{
	float: right;
}
.ind-case-item.even .case-row.row1 .row-arrow{
	border-color: transparent;
	border-right-color: #4f4644;
	right: auto;
	left: -32px;
}

.ind-case-item .case-row.row1 .doc1,
.ind-case-item .case-row.row2 .doc2{
	display: none;
}

.ind-case-item .case-row:hover .row-imgs .image{
	transform: scale(1.1, 1.1);
}



.ind-tel2-box{
	width: 100%;
	overflow: hidden;
	position: relative;
	background: no-repeat center center;
	background-size: cover;
	padding: 120px 0;
}
.ind-tel2-box .logo{
	width: 49.7%;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.ind-tel2-box .tel{
	max-width: 41%;
	float: right;
	padding: 13px 12px;
	border: solid 2px #fff;
	font-size: 32px;
	line-height: 50px;
	color: #fff;
	margin: 10px 0;
}
.ind-tel2-box .tel span{
	font-size: 50px;
}


.ind-tel3-box{
	width: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
	background: no-repeat center center;
	background-size: cover;
	padding: 78px 0 70px;
	color: #fff;
}
.ind-tel3-box h5{
	display: block;
	font-size: 80px;
	line-height: 1em;
	font-family: 'ralewaythin', 'arial';
}
.ind-tel3-box .tel{
	font-size: 32px;
	line-height: 50px;
	margin-top: 40px;
}
.ind-tel3-box .tel span{
	font-size: 50px;
}


.ind-comp-box{
	width: 100%;
	overflow: hidden;
	position: relative;
	background: #fff;
	padding: 120px 0 150px;
}
.ind-comp-box .bg-gray{
	width: 100%;
	height: 50%;
	display: block;
	background: #f8f8f8;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.ind-comp-box .row{
	overflow: hidden;
	margin: 0;
}
.ind-comp-box .comp-imgs{
	padding: 0 0 12.3% 3.2%;
	margin-right: 8%;
	position: relative;
	z-index: 5;
}
.ind-comp-box .comp-imgs .inner{
	width: 100%;
	position: relative;
}
.ind-comp-box .comp-imgs img{
	width: 100%;
	max-width: 100%;
	display: block;
}
.ind-comp-box .comp-imgs .image{
	position: relative;
	z-index: 5;
	transition: all 0.6s linear;
}
.ind-comp-box .comp-imgs .bg{
	position: absolute;
	right: 7%;
	top: 17%;
	z-index: 1; 
	transition: all 0.6s linear;
}
.ind-comp-box .comp-imgs:hover .image{
	transform: translate(-4%, 9%);
}
.ind-comp-box .comp-imgs:hover .bg{
	transform: translate(3%, -8%);
}
.ind-comp-box .comp-bd{
	width: 10000px;
	display: table-cell;
	vertical-align: top;
	padding-top: 118px;
}
.ind-comp-box .comp-tit .tit{
	font-size: 35px;
	line-height: 1.143em;
	color: #333;
}
.ind-comp-box .comp-tit .en{
	font-size: 18px;
	line-height: 1.56em;
	color: #999;
	margin-top: 10px;
}
.ind-comp-box .comp-bt{
	margin-top: 90px;
	position: relative;
	padding-top: 68px;
}
.ind-comp-box .comp-bt:before{
	content: '';
	width: 45px;
	height: 7px;
	display: block;
	background: #2a6771;
	position: absolute;
	left: 0;
	top: 0;
}
.ind-comp-box .comp-bt:after{
	content: '';
	width: 5000px;
	height: 100%;
	display: block;
	background: #f8f8f8;
	position: absolute;
	left: 50%;
	top: 0;
	z-index: -1;
	margin-left: -2500px;
}
.ind-comp-box .comp-bt .doc{
	font-size: 14px;
	line-height: 30px;
	color: #808080;
}
.ind-comp-box .comp-bt .index_more{
	margin: 32px 0 0;
}


.ind-advant-box{
	width: 100%;
	overflow: hidden;
	background: no-repeat center center;
	background-size: cover;
	padding: 116px 0 136px;
}
.ind-advant-box .ind-sec-tit{
	color: #fff;
}
.advant-list{
	overflow: hidden;
	margin: 0 -11px;
}
.advant-list li{
	width: 20%;
	float: left;
	padding: 0 11px;
	margin-top: 96px;
}
.advant-list .item-inner{
	border: solid 1px #b2b2b2;
	padding: 40px 30px 36px;
	text-align: center;
}
.advant-list .icon{
	max-width: 100%;
	height: 74px;
	display: block;
	margin: 0 auto;
}
.advant-list .tit{
	max-width: 100%;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	line-height: 1.56em;
	color: #fff;
	padding-bottom: 14px;
	border-bottom: solid 2px #e6e6e6;
	margin-top: 26px;
}
.advant-list .tit span{
	width: 100%;
	height: 1.56em;
	display: block;
	overflow: hidden;
}
.advant-list .doc{
	height: 100px;
	overflow: hidden;
	font-size: 14px;
	line-height: 20px;
	color: #cccccc;
	margin-top: -13px;
	text-align: left;
}
.advant-list .tel{
	height: 60px;
	font-size: 32px;
	line-height: 1em;
	color: #fff;
	margin-top: 26px;
}


.ind-news-box{
	width: 100%;
	overflow: hidden;
	background: #fff;
	position: relative;
	padding: 76px 0 80px;
}
.ind-news-list{
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: 50px;
}
.ind-news-list:before{
	content: '';
	width: 100%;
	height: 1px;
	display: block;
	background: #f0f0f0;
	position: absolute;
	left: 0;
	top: 36px;
	z-index: -1;
}
.ind-news-list .list{
	overflow: hidden;
	margin: 0 -3.3%;
}
.ind-news-list li{
	padding: 0 3.3%;
	margin-bottom: 50px;
}
.ind-news-list .item-inner{
	width: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.ind-news-list .item-date{
	font-size: 16px;
	line-height: 24px;
	color: #999;
	padding-bottom: 12px;
	border-bottom: solid 1px transparent;
}
.ind-news-list .item-tit{
	font-size: 14px;
	line-height: 28px;
	color: #040000;
	height: 28px;
	overflow: hidden;
	margin: 10px 0;
}
.ind-news-list .item-tit a{
	color: #040000;
}
.ind-news-list .item-imgs{
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
}
.ind-news-list .item-imgs .image{
	width: 100%;
	height: 280px;
	display: block;
	overflow: hidden;
	background: no-repeat center center;
	background-size: cover;
	transition: all 0.6s linear;
}
.ind-news-list .item-imgs img{
	width: 100%;
	max-width: 100%;
	display: block;
}
.ind-news-list .item-inner:hover .item-imgs .image{
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}

.ind-news-box .index_more{
	margin: 0 auto;
}



@media screen and (max-width: 1440px){
	.ind-sec-tit{
		font-size: 30px;
	}

	
	.ind-sec2-box{
		padding: 80px 0;
	}
	.ind-sec2-box .sec2-doc{
		font-size: 14px;
	}
	.ind-prdt-list{
		margin-top: 50px;
	}
	.ind-prdt-list .item-inner{
		padding: 30px 20px 50px;
	}
	.ind-prdt-list .item-bd .tit{
		font-size: 20px;
		line-height: 24px;
	}
	.ind-prdt-list .item-bd .en{
		font-size: 16px;
		line-height: 24px;
	}

	
	.ind-tel1-box{
		margin-bottom: 20px;
	}
	.ind-tel1-box .tel-box{
		padding: 0 80px;
	}
	.ind-tel1-box .tel-box .tit{
		font-size: 40px;
		line-height: 60px;
	}
	.ind-tel1-box .tel-box .tel{
		font-size: 24px;
		line-height: 50px;
		margin-top: 8px;
	}

	
	.ind-case-item{
		padding: 50px 0;
	}
	.ind-case-item .item-prdt .image{
		height: 310px;
	}
	.ind-case-item .row-logo{
		height: 172px;
	}
	.ind-case-item .row-doc{
		height: 118px;
		padding: 20px 30px 20px 20px;
	}
	.ind-case-item .row-imgs .image{
		height: 290px;
	}

	
	.ind-tel2-box{
		padding: 80px 0;
	}

	
	.ind-tel3-box h5{
		font-size: 60px;
	}
	.ind-tel3-box .tel{
		font-size: 28px;
		line-height: 40px;
		margin-top: 30px;
	}
	.ind-tel3-box .tel span{
		font-size: 40px;
	}

	
	.ind-comp-box{
		padding: 90px 0 120px;
	}
	.ind-comp-box .comp-bd{
		padding-top: 70px;
	}
	.ind-comp-box .comp-bt{
		margin-top: 70px;
		padding-top: 50px;
	}

	
	.advant-list{
		margin: 0 -5px;
	}
	.advant-list li{
		padding: 0 5px;
	}
	.advant-list .item-inner{
		padding: 30px 10px;
	}
	.advant-list .icon{
		height: 60px;
	}
	.advant-list .tit{
		font-size: 16px;
	}
	.advant-list .tel{
		font-size: 20px;
	}

	
	.ind-news-list .item-imgs .image{
		height: 200px;
	}
}

@media screen and (max-width: 1100px){
	
	.ind-tel2-box .tel{
		font-size: 28px;
	}
	.ind-tel2-box .tel span{
		font-size: 45px;
	}
}

@media screen and (max-width: 991px){
	.ind-sec-tit{
		font-size: 0.3rem;
		line-height: 0.4rem;
	}

	
	.ind-sec2-box{
		padding: 0.3rem 0;
	}
	.ind-sec2-box .sec2-doc{
		font-size: 0.16rem;
		line-height: 0.28rem;
		margin-top: 0.26rem;
	}
	.ind-prdt-list{
		margin: 0.2rem -10px 0;
	}
	.ind-prdt-list li{
		width: 33.33%;
	}
	.ind-prdt-list .item-inner{
		padding: 10px;
	}
	.ind-prdt-list .item-bd{
		margin-top: 0.2rem;
	}
	.ind-prdt-list .item-bd .tit{
		font-size: 0.20rem;
		line-height: 0.24rem;
	}
	.ind-prdt-list .item-bd .en{
		height: 0.48rem;
		font-size: 0.16rem;
		line-height: 0.2rem;
		margin-top: 0.1rem;
	}

	
	.ind-tel1-box {
		padding: 0.4rem 0;
		margin-bottom: 0;
	}
	.ind-tel1-box .tel-box{
		padding: 0 0.8rem;
	}
	.ind-tel1-box .tel-box .tit{
		font-size: 0.3rem;
		line-height: 0.4rem;
	}
	.ind-tel1-box .tel-box .tel{
		font-size: 0.2rem;
		line-height: 0.3rem;
		margin-top: 0.15rem;
	}

	
	.ind-tel2-box {
		text-align: center;
	}
	.ind-tel2-box .logo{
		width: 80%;
		max-width: 5rem;
		position: static;
		margin: 0 auto 0.4rem;
		transform: translateY(0);
	}
	.ind-tel2-box .tel{
		max-width: 100%;
		display: inline-block;
		vertical-align: top;
		font-size: 0.28rem;
		line-height: 0.5rem;
		float: none;
		margin: 0 auto;
		white-space: nowrap;
		padding-left: 0.3rem;
		padding-right: 0.3rem;
	}
	.ind-tel2-box .tel span{
		font-size: 0.45rem;
		display: block;
	}
}
@media screen and (max-width: 767px){
	
	.ind-prdt-list li{
		width: 50%;
	}

	
	.ind-tel1-box .tel-box{
		width: 100%;
		padding: 0;
		background: none;
	}
	.ind-tel1-box .tel-box .tit{
		font-size: 0.24rem;
		line-height: 0.4rem;
	}
	.ind-tel1-box .tel-box .tel{
		font-size: 0.18rem;
		line-height: 0.2rem;
		margin-top: 0.1rem;
	}
	
	
	.ind-case-item{
		padding: 0.4rem 0;
	}
	.ind-case-item .item-hd{
		padding-top: 0;
	}
	.index_more{
	    margin: 0.2rem 0 0.3rem;
	}
	.ind-case-item .item-txt .tit{
		font-size: 0.3rem;
		line-height: 0.36rem;
		margin-bottom: 0.1rem;
	}
	.ind-case-item .item-txt .doc{
		font-size: 0.14rem;
		height: auto;
	}

	.ind-case-item .item-prdt .imgtxt .tit{
	    font-size: 0.2rem;
	    margin-bottom: 0.15rem;
	}
	.ind-case-item .item-prdt .imgtxt .en {
	    font-size: 0.22rem;
	    letter-spacing: 2px;
	    margin-bottom: 0.2rem;
	}
	.ind-case-item .item-prdt .imgtxt .more {
	    font-size: 0.12rem;
	}
	.ind-case-item .item-prdt .image{
		height: 310px;
	}
	.ind-case-item .row-logo{
		height: 2rem;
	}
	.ind-case-item .row-doc{
		height: auto;
		min-height: 1.4rem;
		padding: 0.3rem;
	}
	.ind-case-item .row-doc .doc{
		max-height: auto;
	}
	.ind-case-item .case-row{
		margin-top: 0.3rem;
	}
	
	.ind-case-item .item-hd,
	.ind-case-item .item-bd,
	.ind-case-item .row-bd,
	.ind-case-item .row-imgs{
		float: none!important;
	}

	.ind-case-item .row-arrow{
		border-width: 16px 14px;
		border-color: transparent!important;
		border-top-color: #4f4644!important;
		right: auto!important;
		top: 100%!important;
		left: 50%!important;
		margin-left: -14px;
	}

	.ind-case-item .case-row .doc1{
		display: none!important;
	}
	.ind-case-item .case-row .doc2{
		display: block!important;
	}

	
	.ind-tel2-box{
		padding: 0.5rem 0 0.7rem;
	}
	.ind-tel2-box .tel{
		font-size: 0.3rem;
		line-height: 0.45rem;
	}
	.ind-tel2-box .tel span{
		font-size: 0.4rem;
	}

	
	.ind-tel3-box{
		padding: 0.5rem 0;
	}
	.ind-tel3-box h5{
		font-size: 0.4rem;
	}
	.ind-tel3-box .tel{
		font-size: 0.2rem;
		line-height: 0.26rem;
		margin-top: 0.15rem;
	}
	.ind-tel3-box .tel span{
		font-size: 0.26rem;
	}

	
	.ind-comp-box{
		padding: 0.5rem 0 0.6rem;
	}
	.ind-comp-box .bg-gray{
		height: 1rem;
	}
	.ind-comp-box .comp-imgs{
		float: none;
		margin: 0 auto;
		padding: 0;
	}
	.ind-comp-box .comp-imgs img{
		width: 100%;
		max-width: 100%;
		display: block;
		margin: 0 auto;
	}
	.ind-comp-box .comp-bd{
		padding-top: 0.3rem;
		display: block;
		width: 100%;
	}
	.ind-comp-box .comp-bt{
		margin-top: 0.3rem;
		padding-top: 0.3rem;
	}
	.ind-comp-box .comp-tit .tit{
		font-size: 0.3rem;
	}
	.ind-comp-box .comp-tit .en{
		font-size: 0.16rem;
	}

	
	.ind-advant-box{
		padding: 0.5rem 0;
	}
	.advant-list li{
		width: 100%;
		margin-top: 0.3rem;
	}
	.advant-list .item-inner{
		padding: 30px 20px;
	}
	.advant-list .icon{
		height: 0.74rem;
	}
	.advant-list .tit{
		font-size: 0.18rem;
		margin-top: 0.2rem;
	}
	.advant-list .doc{
		text-align: center;
		height: auto;
		min-height: 60px;
		margin-top: 0.2rem;
	}
	.advant-list .tel{
		font-size: 0.3rem;
		height: auto;
		min-height: 60px;
		margin-top: 0.2rem;
	}

	
	.ind-news-box{
		padding: 0.5rem 0;
	}
	.ind-news-list{
		margin-top: 0.3rem;
	}
	.ind-news-list:before{
		display: none;
	}
	.ind-news-list li{
		margin-bottom: 0.3rem;
	}
	.ind-news-list .item-date{
		font-size: 0.16rem;
		line-height: 0.24rem;
		padding-bottom: 0.12rem;
		border-bottom: solid 1px #f0f0f0;
	}
	.ind-news-list .item-tit{
		font-size: 0.18rem;
		line-height: 0.28rem;
		height: 0.28rem;
	}
}