.top {
	height: auto;
}
.imain {
	overflow: hidden;
}
.itext {
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	color: #fff;
	text-align: center;
	animation: headert 1.5s ease-in-out 0.6s forwards;
	width: 100%;
}
@keyframes headert { from { transform: translate(-50%, 0); z-index: 0; opacity: 0; } to {  transform: translate(-50%, -50%); opacity: 1; z-index:6} }
@keyframes caption { from { transform: translateX(-50%); opacity: 0; } to {  transform: translateX(0); opacity: 1;} }
.itext h1 {
	font-size: 4rem;
	color: transparent;
}
.itext p {
	padding: 2rem 0 0;
	font-size: 1.5rem;
	letter-spacing: 0.0625rem;
	color: transparent;
}
.itext p::before {
	content: "";
	width: 50px;
	height: 2px;
	display: inline-block;
	background: transparent;
	vertical-align: middle;
	margin-right: 10px;
}
.index-container {
	max-width: 100%;
	padding: 7rem 0 4rem;
	background: #fbfbfb;
}
.iabouttext {
	padding: 3.5rem 0
}
.iabout-t {
	line-height: 3.625rem;
	font-family: times new roman;
	max-width: 50rem;
	margin: 0 auto 3rem;
}
.iabout-t1 {
	font-size: 3rem;
	color: #aaa;
}
.iabout-t2 {
	font-size: 2.5rem;
	text-align: right;
	margin: 2.5rem 0 1.875rem;
}
.iabout-d {
	max-width: 50rem;
	margin: 0 auto 3rem;
	color: #666;
	line-height: 2.5rem;
	text-align: justify;
}
.iabouttext p a {
	color: #fff;
	display: block;
	line-height: 2.75rem;
	width: 8.75rem;
	text-align: center;
	background: #000;
	margin: 0 auto;
	font-size: 0.875rem;
	transition: background 0.5s ease-in-out
}
.iabouttext p a:hover {
	background: #0CBA9F;
}
.iaboutpic {
	position: relative;
	max-width: 93.5%;
}
.iaboutpic img {
  box-shadow: 0 0 50px #bbb;
  width: 100%
}
.iaboutpic::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	mix-blend-mode: soft-light;
	background-image: linear-gradient(rgba(145, 152, 229, 0.5), rgba(230, 100, 101, 0.3));
}
.iproduct {
	border-top: 1px solid rgba(0,0,0,0.04);
}
.iproject-t {
	text-align: center;
	padding: 5rem 0;
}
.icol-12 h3 {
	font-size: 2.5rem;
	margin-bottom: 1.25rem;
	letter-spacing: 1px;
}
.iproject-t p {
	text-transform: uppercase;
	color: #ddd;
	font: bold 1.75rem Georgia;
}

.hsldr-nav-region {
	position: absolute;
	height: 2px;
	width: 20px;
	top: 0px;
	left: 0px;
	background-color: #000;
}
.hsldr-nav-wrapper {
	position: absolute;
	bottom: 0;
	text-align: center;
	left: 50%;
  	transform: translateX(-50%);
  	-webkit-transform: translateX(-50%);
}
.hsldr-nav-marker {
    content: "";
    display: inline-block;
    height: 2px;
    width: 200px;
    background-color: #bbb;
    float: left;
}
.hsldr-container {		
	position: relative;
	width: 100%;
	height: 80vh;
	max-height: 630px;
	overflow: hidden;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
	margin-bottom: 4rem;
}
.hsldr-container.hsldr-has-nav-bar {
	height: calc( 80vh + 30px );
}
.hsldr-gallery-container {
	position: relative;
	left: 0;
	transition: all 0.5s ease-in-out;
	overflow: hidden;
	width: 99999px;
}
.hsldr-image-container {
	float: left;
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;  
}
.hsldr-image-container img {
	width: auto;
	height: 80vh;
	max-height: 600px;
}
.hsldr-container figure, .hsldr-container li {
	position: relative;
}
.hsldr-container figcaption,
.hsldr-container .caption {
	position: absolute;
    left: 0;
    top: 50%;
    color: #fff;
    padding: 4.6% 18% 5% 5%;
    opacity: 0;
    transform: translateY(-50%);
    transition: all 0.5s ease;
    font-size: 1.5rem;
	line-height: 2;
	width: 50%;
	height: 100%;
	overflow: hidden;
	animation: caption 1s ease-in-out 0.6s forwards;
}
.hsldr-container .caption::before {
	content: "";
	background: rgba(233,0,0,0.3);
	width: 77%;
	height: 69%;
	opacity: 1;
	transform: rotate(-70deg);
	position: absolute;
	top: -37%;
	left: -7%;
	z-index: -1;
	transition: all 0.35s ease;
}
.fade-in {
	opacity: 1;
}
.hsldr-next, .hsldr-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	width: 15px;
	height: 30px;
	background-color: rgba(0,0,0,0.4);
	color: #fff;
	transition: background-color 0.3s ease-in-out;
	padding: 15px 20px;
	z-index: 4;
	box-sizing: content-box;
}
.hsldr-has-nav-bar .hsldr-next,
.hsldr-has-nav-bar .hsldr-prev {
	top: calc( 50% - 15px );
}
.hsldr-next {
	right: 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.hsldr-next:before, 
.hsldr-next:after,
.hsldr-prev:before,
.hsldr-prev:after {
	width: 15px;
	height: 2px;
	background-color: #fff;
    display: block;
    content: '';
    position: relative;	    
}
.hsldr-next:before {
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    -moz-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    top: 9px;
    left: 0;
}
.hsldr-next:after {
	-ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    top: 17px;
    left: 0;
}
.hsldr-prev {
	left: 0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.hsldr-prev:before {
	-ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    -moz-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
    top: 9px;
    left: 0;
}
.hsldr-prev:after {
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    -moz-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    top: 17px;
    left: 0;
}
.hsldr-next:hover,
.hsldr-prev:hover {
	background-color: rgba(0,0,0,0.6);
}
.iproduct-more {
	margin-bottom: 4rem;
}
.iproduct-more a {
	padding: 1rem 2rem;
	display: block;
	background: #000;
	width: 15%;
	margin: auto;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
}
.iproduct-more a:hover {
	background: #0CBA9F;
	text-indent: 5px;
}
.ipartner {
	background: #fcfcfc;
}
.ipartner .iproject-t p {
	color: #d6d6d6;
}
.ipartner-img {
	padding-bottom: 7rem;
	background: #fcfcfc;
}
.ipartner-img li {
	list-style: none;
	border-style: solid;
	border-color: #ddd;
	border-width: 1px 0 1px 1px;
	cursor: pointer;
	padding: 0;
	text-align: center;
	background: #fff;
}
.ipartner-img li:last-child {
	border-right-width: 1px;
}
.ipartner-img li img {
	width: 15.625vw;
}
.col-lg-auto {
	flex-basis: 0;
	flex-grow: 1;
}
.ijiangxin {
	background: url(/static/img/jiangxin.jpg) no-repeat;
	background-size: cover;
	width: 100%;
	overflow: hidden;
	box-shadow: 0 0 10px #999;
}
.jiangxin, .zhuzao {
	color: #fff;
	font-size: 3rem;
	letter-spacing: 4px;
	padding-bottom: 1.5rem;
	font-weight: bolder;
	text-shadow: 0 0 10px #000;
}
.zhuzao {
	text-align: right;
	padding-bottom: 0;
}
.xz {
	color: #ccc;
	text-align: justify;
	line-height: 2;
	padding-left: 2rem;
	padding-bottom: 2rem;
	font-size: 1.25rem;
}
.zx {
	text-align: right;
}
.zx a {
	border: 1px solid #999;
	padding: 10px 30px;
	margin-left: 50px;
	color: #fff;
	background-color: #333;
}
.zx a:hover {
	background-color: #000;
	border-color: #eee;
}
.inews {
	padding: 2rem 0 4rem;
}
.inews-left {
	border-right: 1px solid #ddd;
}
.inews-left-top img, .inews-right-top img {
	width: auto;
	height: 280px;
	border-radius: 8% 0;
}
.inews-right-top img {
	border-radius: 0 8%;
}
.inews-left-bottom {
	padding-top: 1.5rem;
}
.inews-left-bottom li, .inews-right-bottom li {
	padding-bottom: 1rem;
	list-style: none;
}
.inews-left-bottom li em, .inews-right-bottom li em {
	color: #999;
	font-style: normal;
	font-family: times new roman;
	padding-left: 1rem;
}
.inews-right {
	padding-left: 3%;
}
.inews-right-top {
	min-height: 280px;
}
.inews-right-d1 {
	float: left;
	padding-right: 2.5rem;
}
.inews-right-dt {
	font-size: 1.3125rem;
	font-weight: normal;
}
.inews-left-bottom li a, .inews-right-dt a, .inews-right-bottom li a {
	color: #333;
}
.inews-right-dt a:hover {
	text-decoration: underline;
}
.inews-right-d2 {
	padding: 0.75rem 0;
	color: #999;
	font-family: times new roman;
}
.inews-right-d3 {
	line-height: 2;
	color: #666;
}
.inews-right-bottom {
	padding-top: 0.5rem;
}
.inews-right-bottom li {
	width: 50%;
	float: left;
}
.inews-right-bottom li:nth-child(2n) {
	padding-left: 0.625rem;
}

@media only screen and (max-width: 768px) {
	.top {
		height: 20.7vw;
	}
	.itext h1 {
		font-size: 1.25rem;
	}
	.itext p {
		font-size: 0.875rem;
		letter-spacing: 0;
		padding: 0;
		margin: 0;
	}
	.itext p::before {
		width: 0;
		margin-right: 0;
	}
	.index-container {
		padding: 0 0 2rem;
	}
	.iabouttext {
		padding: 1.75rem 0 1rem;
	}
	.iabout-t {
		line-height: 2;
		margin-bottom: 0;
	}
	.iabout-t1 {
		font-size: 1.375rem;
	}
	.iabout-t2 {
		font-size: 1.25rem;
		margin: 0.5rem 0;
	}
	.iabout-d {
		margin-bottom: 1rem;
		line-height: 2;
		font-size: 0.9375rem;
	}
	.iaboutpic {
		max-width: 100%;
	}
	.iproject-t {
		padding: 2rem 0;
	}
	.icol-12 h3 {
		font-size: 1.5rem;
		margin-bottom: 0.5rem;
		letter-spacing: 0;
	}
	.iproject-t p {
		font-size: 1rem;
	}
	.hsldr-container {
		margin-bottom: 2rem;
	}
	.hsldr-container figcaption, .hsldr-container .caption {
		top: 38%;
		font-size: 0.875rem;
		width: 60%;
	}
	.hsldr-container .caption::before {
		width: 100%;
	}
	.iproduct-more {
		margin-bottom: 2rem;
	}
	.iproduct-more a {
		padding: 0.75rem 1rem;
		width: 10rem;
		font-size: 0.875rem;
	}
	.ipartner-img {
		padding-bottom: 3rem;
	}
	.ipartner-img li img {
		width: 100%;
	}
	.col-lg-auto {
		flex-basis: auto;
		flex-grow: 0;
	}
	.ijiangxin {
		background-size: auto;
		background-position: 50% 0;
	}
	.ijiangxin .py-5 {
		padding-bottom: 2rem !important;
	}
	.jiangxin, .zhuzao {
		font-size: 1.25rem;
		letter-spacing: 0;
	}
	.jiangxin {
		padding-top: 0.5rem;
	}
	.xz {
		color: #212529;
		text-align: center;
		padding-left: 1rem;
		padding-right: 1rem;
		font-size: 1rem;
	}
	.zx {
		text-align: center;
	}
	.zx a {
		margin-left: 10px;
		border: 0;
		font-size: 0.875rem;
	}
	.inews {
		padding: 1rem 0 2rem;
	}
	.inews-left {
		border-right: 0;
	}
	.inews-left-top img, .inews-right-top img {
		width: 100%;
		height: auto;
	}
	.inews-left-bottom {
		padding-top: 1rem;
	}
	.inews-left-bottom li, .inews-right-bottom li {
		padding-bottom: 0.5rem;
	}
	.inews-left-bottom li a, .inews-right-dt a, .inews-right-bottom li a {
		font-size: 0.875rem;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		display: block;
		float: left;
		width: 72%;
	}
	.inews-left-bottom li em, .inews-right-bottom li em {
		font-size: 0.875rem;
	}
	.inews-right-top {
		padding-top: 1.5rem;
		margin-bottom: 0;
	}
	.inews-right-d1 {
		padding-right: 0;
		margin-bottom: 1rem;
	}
	.inews-right-dt a {
		float: none;
		width: 100%;
		font-size: 1rem;
	}
	.inews-right-d2 {
		padding: 0.5rem 0;
		font-size: 0.875rem;
		margin-bottom: 0;
	}
	.inews-right-d3 {
		color: #999;
		font-size: 0.875rem;
	}
	.inews-right-bottom li a {
		float: none;
		width: 100%;
		color: #444;
	}
	.inews-right-bottom li em {
		display: none;
	}
}

@media (min-width: 415px) and (max-width: 480px) {
	.top {
		height: 5.3125rem;
		max-height: 5.3125rem;
	}
}

.hot-news {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 370px;
    -webkit-overflow-scrolling: touch;
    overflow: -moz-scrollbars-none;
}

.hot-news::-webkit-scrollbar {
    display: none;
}

.hot-news li {
    overflow: unset!important;
}

.quick img {
    width: 100%;
}

.spec .card {
    text-align: center;
}

.spec .card img {
    max-width: 200px;
    margin: 0 auto;
}

.spec .card-body {
    padding: .25em;
}

.carousel-item img {
    width: 100% !important;
}