

/* html, body, img { */
	/* max-width: 100%; */
/* } */
html, body {
	/*font-family: 微软雅黑, 'Microsoft YaHei', 黑体, Helvetica, Arial;*/
	overflow-x: hidden;
	-ms-overflow-style: scrollbar;
	-webkit-font-smoothing: antialiased;
	background-color: #ffffff;
	color: #ffffff;
}
body {
	position: relative;
    overflow: hidden;
	/*background-color: #36679c;*/
	font-family: PingFangSC-Regular, Helvetica Neue, Helvetica, Microsoft YaHei, sans-serif; /*苹方字体*/
}
html {
	font-size: 50%;
}
@media only screen and (min-width: 768px) {
	html {
		font-size: 55.5555%;
	}
}
@media only screen and (min-width: 992px) {
	html {
		font-size: 62.5%;
	}
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	margin: 0;
	padding: 0;
}
h1, .h1 {
	font-size: 72px;
	font-size: 7.2rem;
}
h1 small, .h1 small {
	font-size: 48px;
	font-size: 4.8rem;
}
h2, .h2 {
	font-size: 50px;
	font-size: 5rem;
	font-weight: inherit;
	color: inherit;
}
h3, .h3 {
	font-size: 36px;
	font-size: 3.6rem;
}
h4, .h4,
p.lead,
.ct-descriptionList dt,
.ct-descriptionList dd {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 30px;
}

h5, .h5 {
	font-size: 16px;
	font-size: 1.6rem;
}

h6, .h6 {
	font-size: 14px;
	font-size: 1.4rem;
}
p {
	margin: 0;
}
p.lead {
	font-weight: 400;
	color: #ffffff;
}
a,
a:hover,
a:focus,
a:active {
	text-decoration: none;
	color: inherit;
	background-color: transparent;
}
a {
	-webkit-transition: all, 250ms, cubic-bezier(0.55, 0, 0.1, 1);
	transition: all, 250ms, cubic-bezier(0.55, 0, 0.1, 1);
}
button,
.btn {
	-webkit-transition: background-color, 250ms, cubic-bezier(0.55, 0, 0.1, 1);
	transition: background-color, 250ms, cubic-bezier(0.55, 0, 0.1, 1);
}
ul {
	margin-bottom: 0;
}
.container {
	padding: 0;
	margin: 0 auto;
}
@media(max-width: 768px) {
	.container {
		margin: 0 5%;
	}
}
@media (min-width: 1200px) {
	.container {
		/*width: 1280px;*/
	}
}




#product {
	position: relative;
	height: calc(100vh - 90px);
	width: 100%;
	/*background-color: #48609e;*/
    width: 1200px;
    margin: 0 auto;
}
#product .bg-imgs {
	width: 100%;
	height: 100%;
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
#product .bg-imgs .img {
	position: absolute;
	float: left;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover; /* 100% */
	opacity: 0;

	-moz-transition: opacity 0.8s ease;
	-webkit-transition: opacity 0.8s ease;
	-o-transition: opacity 0.8s ease;
	transition: opacity 0.8s ease;
}
#product .bg-imgs .bg-1 {
	background-image: url('../image/carousel-ct.jpg');
}
#product .bg-imgs .active {
	opacity: 1;
}

#product .bg-imgs .bg-2 {
	background-image: url('../image/product.png');
}


#product .inner-view {
	/*width: 100%;*/
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
#product .inner-view .inner {
	position: absolute;
	float: left;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/*width: 50%;*/
	width: 100%;
	height: 100%;
	/*padding: 0 10%;*/
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover; /* 100% */

	/*
	opacity: 0;
	z-index: 0;
	display: table;

	-moz-transition: opacity 0.8s ease;
	-webkit-transition: opacity 0.8s ease;
	-o-transition: opacity 0.8s ease;
	transition: opacity 0.8s ease;
	*/
}
#product .inner-view .active {
	/*display: table;*/
	/*
	opacity: 1;
	z-index: 9;
	*/
}
/*
#product .inner-view .inner .vertical-align-middle {
	display: table-cell;
	vertical-align: middle;
}
*/
#product .inner-view .text-left {
	text-align: left;
}
#product .inner-view .text-center {
	text-align: center;
}
#product .inner-view .text-right {
	text-align: right;
}
#product .inner-view .inner .slogan {
	margin-top: 230px;
}
#product .inner-view .inner .slogan p {
	font-size: 24px;
	font-size: 2.4rem;
}
#product .inner-view .inner .slogan .sub-slogan {
	margin-top: 18px;
    margin-top: 1.8rem;
    /*color: #c6cbd8;*/
    color: #000000;
}
#product .inner-view .inner .slogan .minor-slogan {
	margin-top: 5px;
    margin-top: 0.5rem;
	color: #c6cbd8;
	color: #000000;
}
#product .inner-view .inner .demo {
	margin-top: 28px;
	margin-top: 2.8rem;
}
#product .inner-view .inner .demo a {
	display: inline-block;
	background-color: #0e9e7a;
	padding: 15px 30px;
	font-size: 18px;
	font-size: 1.8rem;
	/*font-weight: bold;*/
	border-radius: 4px;
	/*border-top: 1px solid #7bcd7f;*/
}
#product .inner-view .inner .demo a:hover {
	background-color: #0c906f;
}
#product .indicators {
	position: absolute;
	border: none;
	width: 100%;
	height: 8px;
	line-height: 40px;
	/*right: 0;*/
	bottom: 60px;
	/*left: 0;*/
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	z-index: 10;
}
#product .indicators span {
	background-color: rgba(255, 255, 255, 0.4);
	width: 24px;
	height: 6px;
	cursor: pointer;
	display: inline-block;
	margin: 0 5px;
	border-radius: 2px;
}
#product .indicators span.active {
	background-color: #ffffff;
	cursor: default;
}
#product .pull-down {
	height: 54px;
	width: 54px;
	background-color: #ffffff;
	/*line-height: 54px;*/
	position: absolute;
	left: 0;
	right: 0;
	bottom: -26px;
	margin: 0 auto;
	z-index: 8;
	text-align: center;
	-webkit-border-radius: 28px;
	border-radius: 28px;
	/*border: 1px solid #c0c0c0;*/
	border-top: 1px solid transparent;
    border-bottom: 1px solid #c0c0c0;
}
#product .pull-down a {
	display: block;
	/*color: #909090;*/
	/*font-size: 24px;*/
}
#product .pull-down a:hover {
	/*color: #42b747;*/
}

#productlist {
	position: relative;
	/* height: calc(100vh - 90px); */
	width: 100%;
	/*background-color: #48609e;*/
	/*padding: 0;*/
	/*margin: 0;*/
	width: 1200px;
    margin: 0 auto;
}


.carousel-caption {
}

.head-text {
            margin: 0 auto;
            width: 1200px;
            padding: 155px 0 0 50px;
            color: #fff;
        }
        .head-text h3 {
            font-size: 36px;
            color: #fff;
            font-weight: normal;
        }
        .head-text p {
            margin-top: 23px;
            line-height: 33px;
            font-size: 19px;
            font-family: "Microsoft Yahei";
            width: 390px;
            float: left;
        }
