@charset "utf-8";

*,
:after,
:before {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: 400;
	vertical-align: baseline;
}

body {
	line-height: 1.6;
	font-family: HELVETICANEUELTPRO-THEX, Arial, "微软雅黑";
	text-decoration: none;
}

ol,
ul {
	list-style: none
}

@font-face {
	font-family: cicon;
	src: url(fonts/font_385839_bxvpl1zmvwj.eot);
	src: url(fonts/font_385839_bxvpl1zmvwj.eot#iefix) format("embedded-opentype"), url(fonts/font_385839_bxvpl1zmvwj.woff) format("woff"), url(fonts/font_385839_bxvpl1zmvwj.ttf) format("truetype"), url(fonts/font_385839_bxvpl1zmvwj.svg#cicon) format("svg")
}

.c-icon {
	font-family: cicon!important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.c-wrapper {
	width: 1176px;
	margin: 0 auto
}

/*轮播描述*/

.c-col4 {
	width: 16.66667%;
	float: left;
	box-sizing: border-box;
}

.c-col16 {
	width: 66.66667%;
	float: left;
	box-sizing: border-box;
}

.c-gap-top-small {
	margin-top: 8px;
}

.c-line-clamp {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.c-gap-top {
	margin-top: 16px;
}

.index-top {
	width: 100%;
	color: #fff;
	background: #000;
}

.index-top a {
	color: inherit;
	text-decoration: none;
}

.index-top .index-top-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 120px;
	padding: 29px 0;
	background: rgba(0, 0, 0, .35);
	
}

.index-top .index-top-bar .index-top-news ul {
	font-size: 12px
}

.index-top .index-top-bar .index-top-media .c-icon {
	display: inline-block;
	position: relative;
	cursor: pointer;
	font-size: 25px;
	margin-right: 8px;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.index-top .index-top-bar .index-top-media .c-icon:hover {
	color: #07c7b2
}

.index-top .index-top-bar .index-top-media .c-icon:hover .index-top-media-qrcode {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.index-top .index-top-bar .index-top-media .index-top-media-qrcode {
	position: absolute;
	bottom: 50px;
	left: -44px;
	
	width: 112px;
	padding-top: 100px;
	font-size: 12px;
	color: #676767;
	text-align: center;
	border-radius: 4px;
	border: 6px solid #fff;
	background: #fff url(../images/erweima.png) 0 0 no-repeat;
	cursor: default;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translate3d(0, 5%, 0);
	transform: translate3d(0, 5%, 0);
	-webkit-transition: opacity .3s ease, visibility .3s ease, -webkit-transform .3s ease;
	transition: opacity .3s ease, visibility .3s ease, -webkit-transform .3s ease;
	transition: opacity .3s ease, transform .3s ease, visibility .3s ease;
	transition: opacity .3s ease, transform .3s ease, visibility .3s ease, -webkit-transform .3s ease
}

.index-top .index-top-bar .index-top-media .index-top-media-qrcode:after {
	content: "";
	position: absolute;
	bottom: -16px;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #fff
}

.index-top .index-top-bar .index-top-media .index-top-media-qrcode-alipay {
	background-position: -100px 0
}

.index-top .index-top-bar .index-top-media .index-top-media-qrcode-weibo {
	background-position: -200px 0
}

.index-top .index-top-bar .index-top-media .index-top-media-qrcode-wechat {
	background-position: -300px 0
}


/*轮播*/

.m-carousel {
	position: relative;
	overflow: hidden;
	
}

.m-carousel-list {
	overflow-y: hidden;
	width: 100%;
	height: 680px;
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease
}

.m-carousel-list li {
	float: left;
	width: 100%;
	height: 100%;
	padding-bottom: 120px;
	overflow: hidden;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: auto 100%
}

.m-carousel-list li a {
	display: block;
	height: 100%
}

.m-carousel-list .m-carousel-title {
	font-size: 56px;
	font-weight: 700;
	padding-top: 220px;
	text-shadow: 0 2px 20px rgba(0, 0, 0, .1)
}

.m-carousel-list .m-carousel-note {
	color: hsla(0, 0%, 100%, .8);
	font-size: 24px;
	text-shadow: 0 2px 20px rgba(0, 0, 0, .1)
}

.m-carousel-list .m-carousel-btn {
	display: inline-block;
	width: 218px;
	height: 40px;
	line-height: 40px;
	background: -webkit-linear-gradient(right, #36e4ff, #5bbdff);
	background: linear-gradient(-90deg, #36e4ff, #5bbdff);
	border-radius: 4px;
	margin-top: 32px
}

.c-carousel-dot {
	position: absolute;
	bottom: 148px;
	left: 0;
	width: 100%;
	text-align: center
}

.c-carousel-dot span {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	border-radius: 6px;
	background: #4d4d4d;
	background: hsla(0, 0%, 100%, .3);
	cursor: pointer;
	-webkit-transition: width .3s ease, background .3s ease;
	transition: width .3s ease, background .3s ease
}

.c-carousel-dot span:hover {
	background: #666;
	background: hsla(0, 0%, 100%, .4)
}

.c-carousel-dot span.active {
	width: 23px;
	background: #d8d8d8;
	cursor: default
}

/*关于鼎润*/
.ding-jj{ width: 1200px; background: #fff; margin: -120px auto 10px; padding: 70px 30px; z-index:1; position: relative; border-radius: 10px;}
.ding-jj-t{ width: 282px; margin: 0 auto;}
.ding-jj-t span{ color: #b60005;font-size:36px;font-weight: bold;width:100%;display: block; text-align: center;}
.ding-jj-t p{text-transform: uppercase;font-size:13px;display: inline-block;width:282px;height: 36px;background: #B70005;color: #fff;line-height: 36px;text-align: center;}
.ding-jj-t span::before{width:40px;height: 1px;background: #333333;display: inline-block;content: "";vertical-align: middle;margin-right:10px;}
.ding-jj-t span::after{width:40px;height: 1px;background: #333333;display: inline-block;content: "";vertical-align: middle;margin-left:10px;}
.ding-jj-t .titbg{width:283px;height: 34px;background: #B60005;color: #fff;text-align: center;font-size:18px;display: inline-block;line-height: 34px;margin-top:10px;}
.ding-jj-t .titbg::before{width:8px;height: 8px;display: inline-block;vertical-align: middle;background: #fff;border-radius:8px;margin-right:10px;content: "";}
.ding-jj-n{ font-size: 14px; color:#666; padding: 30px 0 0 0;}
.ding-jj-n p{ text-indent:30px; line-height: 26px;}

/*经营理念*/
.ding-jing-b{ width: 100%; padding: 80px 0; background:url(../index-images/bg.png) no-repeat center top;}
.ding-jing-n{ width: 1100px; margin: 0 auto 0; padding: 80px 0 0 0;}
.ding-jing-n:after {clear:both; content:'.'; display:block; width: 0; height: 0; visibility:hidden;}
.ding-jing-n li{ width: 410px; float: left;}
.d-j-n-q{ text-align: right; height: 200px; }
.d-j-n-q .d-j-n-t{ color:#333; font-size: 16px; margin-bottom: 10px; width: 350px;}
.d-j-n-q .d-j-n-c{ color:#999; font-size: 14px; width: 350px;}
.ding-jing-n .d-j-n-w { width: 350px; float: right; text-align: left; }
.d-j-n-w .d-j-n-c{ text-align: left;}

.ding-fk-q{ padding: 50px 0 0 0;}
.ding-fk-nr{ width: 1100px; margin: 0 auto; padding: 50px 0; color:#666; text-indent:30px; font-size: 14px; line-height: 26px;} 

.ding-fk-fw{ width: 1150px; margin: 0 auto;}
.ding-fk-fw img{ width: 1150px;}
