

/*全局*/

@font-face {
	font-family: 'iconfont';
	src: url('http://www.scddsz.com/skin/fonts/iconfont.eot');
	/* IE9*/
	src: url('http://www.scddsz.com/skin/fonts/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */
	url('http://www.scddsz.com/skin/fonts/iconfont.woff') format('woff'), /* chrome、firefox */
	url('http://www.scddsz.com/skin/fonts/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
	url('http://www.scddsz.com/skin/fonts/iconfont.svg') format('svg');
	/* iOS 4.1- */
}

.iconfont {
	font-family: "iconfont";
	font-size: 25px !important;
	font-style: normal;
}

@font-face {
	font-family: 'Helvetica';
	src: url('font/helveticaneueltpro-thex');
	/* IE9*/
	src: url('font/helveticaneueltpro-thex') format('embedded-opentype'), /* IE6-IE8 */
	url('http://www.scddsz.com/skin/css/font/helveticaneueltpro-thex.woff') format('woff'), /* chrome、firefox */
	url('http://www.scddsz.com/skin/fonts/helveticaneueltpro-thex.ttf') format('truetype');
	/* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
}
@font-face {
	font-family: 'haettenschweiler';
	src: url('http://www.scddsz.com/skin/fonts/hatten.eot');
	/* IE9*/
	src: url('http://www.scddsz.com/skin/fonts/hatten.eot') format('embedded-opentype'), /* IE6-IE8 */
	url('http://www.scddsz.com/skin/fonts/hatten.woff') format('woff'), /* chrome、firefox */
	url('http://www.scddsz.com/skin/fonts/hatten.ttf') format('truetype');
	/* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
}
@font-face {
	font-family: 'HELVETICANEUELTPRO-THEX';
	src: url('http://www.scddsz.com/skin/css/fonts/HELVETICANEUELTPRO-THEX.OTF');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'KAUSHANSCRIPT-REGULAR';
	src: url('http://www.scddsz.com/skin/css/fonts/KAUSHANSCRIPT-REGULAR.TTF');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HelveNueThin';
	f src: url('http://www.scddsz.com/skin/fonts/helvenuethin.ttf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GOTHAM-BLACK';
	src: url('http://www.scddsz.com/skin/css/fonts/GOTHAM-BLACK.OTF');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueThn';
	src: url('http://www.scddsz.com/skin/css/fonts/HelveticaNeueThn.TTF');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'LANEUP';
	src: url('http://www.scddsz.com/skin/fonts/laneup.ttf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'AVGARDD';
	src: url('http://www.scddsz.com/skin/fonts/avgardd.ttf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GOTHAMRND-BOOK';
	src: url('http://www.scddsz.com/skin/css/fonts/GOTHAMRND-BOOK.OTF');
	font-weight: normal;
	font-style: normal;
}

* {
	margin: 0;
	padding: 0;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.wrap {
	width: 100%;
	float: left;
	clear: both;
}

.container {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	padding: 0 15px;
}

.main {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
}

body {
	padding-top: 90px;
	min-width: 1200px;
	min-height: 100%;
	color: #333;
	font-size: 13px;
	background: #fff;
	font-family:  "思源黑体";
	-webkit-font-smoothing: antialiased;
}

body img {
	border: none;
	max-width: 100%;
}

body a {
	text-decoration: none;
	color: #555;
	line-height: 200%;
}

body ul,
body ol {
	list-style: none;
}

body em {
	font-style: normal;
}

body input,
body textarea,
body select {
	border: none;
	outline: none;
}


/*cql*/

.ficont {
	margin-top: 150px;
	padding: 20px;
	width: 500px;
	height: 180px;
	background-image: url(http://www.scddsz.com/skin/images/bg.png);
	margin-left: auto;
	margin-right: auto;
}

.ficont .title {
	text-align: center;
	font-size: 20px;
	padding: 10px 0;
	color: #f5f9f9;
	padding-top: 15px;
}

.ficont .content {
	padding: 10px 0;
	font-size: 14px;
	text-align: center;
	color: #f5f9f9;
}

.ficont .button {
	margin-top: 10px;
	padding: 5px 0;
	width: 100px;
	color: #fff;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #abcd03;
}

.en_con .list {
	float: left;
	width: 440px;
	/*height: 230px;*/
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid #3898a9;
	padding: 20px;
	margin-bottom: 20px;
	cursor: pointer;
}

.en_con .list .title {
	width: 100%;
	height: 100px;
	display: block;
}

.en_con .list .title .img {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	border: 1px solid #3898a9;
	display: block;
	float: left;
}

.en_con .list .title .img img {
	border-radius: 100%;
	width: 90px;
	padding: 5px;
}

.en_con .list .title .display {
	float: left;
	width: 300px;
	color: #03859a;
	padding: 30px 10px;
}

.en_con .list .content {
	border-top: 1px solid #DDDDDD;
	margin-top: 10px;
	padding: 10px 0px;
	width: 100%;
	height: 100px;
	line-height: 150%;
	display: block;
}

.wd {
	position: fixed;
	margin-left: auto;
	margin-right: auto;
	left: 35%;
	bottom: 400px;
	width: 580px;
	height: 180px;
	background-color: #fff;
	border-radius: 10px;
	display: none;
	clear: both;
	padding: 20px;
	z-index: 10000;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: transform 0.3s;
	transition: transform 0.3s;
}

body.wd-show #wd-container {
	display: block;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

body.wd-show #wd-dialog-mask-pc {
	display: block;
}

#wd-dialog-mask-pc {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	;
	z-index: 9999;
	display: none;
}

.wd .img {
	float: left;
	width: 120px;
	height: 170px;
}

.wd .img img {
	width: 120px;
	height: 170px;
}

.wd .con {
	float: left;
	width: 400px;
	padding: 0px 20px;
}

.wd .con .title {
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 10px;
	border-bottom: 1px #DDDDDD solid;
	line-height: 150%;
	font-size: 14px;
}

.wd .con .content {
	padding: 10px 0px;
	line-height: 150%;
}


/*简易*/

.f12 {
	-webkit-font-smoothing: none;
	font-size: 12px;
}

.overflow-text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.font-arial {
	font-family: arial;
}

.w100 {
	width: 100%;
}

.display100 {
	display: block;
	width: 100%;
	height: 100%;
}

.rel {
	position: relative;
}

.m-h500 {
	height: 500px;
}

.clearfix:after {
	clear: both;
	visibility: hidden;
	display: table;
	content: '';
	height: 0;
}


/*top*/

.header_bk {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	box-sizing: border-box;
	background: #fff;
	box-shadow: rgb(51, 51, 51) 0px -4px 8px;
}

.header_bs {
	box-shadow: rgb(51, 51, 51) 0px -4px 8px;
}

.header {
	width: 1200px;
	height: 90px;
	margin: 0 auto;
	position: relative;
}

.header .logo {
	height:40px;
	float: left;
	width: 317px;
	background: url(../image/logo.png) no-repeat;
	margin-top: 25px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

.header .logo.b {
	background: url(../image/logo_b.png) no-repeat;
	height: 30px;
	margin: 15px 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

.header .nav {
	width: auto;
	float: right;
	height: 100%;
}

.header .nav li {
	width: auto;
	height: 100%;
	float: left;
	position: relative;
}

.header .nav li a {
	display: block;
	padding: 0 20px;
	text-align: center;
	line-height: 90px;
	height: 90px;
	font-size: 15px;
	position: relative;
	color: #666;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

.header .nav li a.b {
	height: 60px;
	line-height: 60px;
	width: auto;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	color: #333;
}

.header .nav li a b {
	display: block;
	width: 100%;
	height: 0%;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0px;
	background: #b39b77;
	z-index: -1;
}

.header .nav li a:hover,
.header .nav li a.on {
	color: #fff;
}

.header .nav li a:hover b,
.header .nav li a.on b {
	height: 100%;
}

.header .lang {
	width: auto;
	position: absolute;
	right: 0;
	top: 34px;
}

.header .lang.b {
	top: 20px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

.header .lang li {
	float: left;
	width: 22px;
	height: 22px;
	margin-right: 10px;
}

.header .lang li a {
	color: #000;
	display: block;
	width: 100%;
	height: 22px;
	line-height: 22px;
	border: 1px #000 solid;
	text-align: center;
	border-radius: 100%;
	overflow: hidden;
}

.header .lang li a:hover,
.header .lang li a.on {
	background: #000;
	color: #fff;
}


/*flash*/

#banner {
	width: 100%;
	background: url(../image/load.gif) no-repeat center;
	height: 715px;
}

.pro-switch {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 300px;
}

.cn_pro-switch {
	overflow: hidden;
	width: 100%;
	height: 715px;
	z-index: 0;
	position: relative;
}

.cn_flexslider {
	margin: 0;
	padding: 0;
}

.cn_flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.cn_flexslider .slides li {
	width: 100%;
	display: block;
	height: 715px;
}

.cn_flexslider .slides .img {
	width: 100%;
	display: block;
	height: 715px;
	background-position: center;
	background-repeat: no-repeat;
}

.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.flexslider .slides li {
	width: 100%;
	display: block;
	height: 300px;
}

.flexslider .slides .img {
	width: 100%;
	display: block;
	height: 300px;
}

.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

.slides {
	height: auto;
}

.no-js .slides > li:first-child {
	display: block;
}

.flexslider {
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: auto;
	zoom: 1;
}

.cn_flexslider {
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: auto;
	zoom: 1;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.flexslider .slides {
	zoom: 1;
}

.cn_flexslider .slides {
	zoom: 1;
}

.flex-direction-nav {
	*height: 0;
}

.flex-direction-nav a {
	width: 60px;
	height: 90px;
	margin: -20px 0 0;
	display: block;
	background: url(../image/ad_ctr.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	margin-top: -45px;
}

.flex-direction-nav .flex-next {
	background-position: 0 -90px;
	right: 0;
}

.flex-direction-nav .flex-prev {
	left: 0;
}

.flexslider:hover .flex-next,
.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.cn_flexslider:hover .flex-next:hover,
.cn_flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 50px;
	text-align: center;
	margin: 0;
	padding: 0;
}

.flex-control-nav li {
	margin: 0 5px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 2px;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 50px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
	transition: width, background 0.4s;
}

.flex-control-paging li a.flex-active {
	background: rgba(50,141,75, 0.9);
	cursor: default;
	width: 20px;
}


/*foot*/

.foot {
	width: 100%;
	overflow: hidden;
	float: left;
	position: relative;
}
.index_search{background-image: url(http://www.scddsz.com/skin/images/index_search.jpg);height: 160px;border-top-left-radius:10px;border-top-right-radius:10px;}
.index_search .foot_search{float: right;width: 600px;padding-top: 25px;}
.index_search .foot_search h3{font-weight: normal;line-height: 55px;}
.index_search .foot_search form{display: block;float: left;width: 100%;}
.index_search .foot_search .index_input{display: block;width: 330px;padding:0 20px;line-height: 33px;border: 1px solid #d5d5d5;float: left;background: #fff;border-radius:20px;}
.index_search .foot_search .index_submit{display: block;padding:0 25px;line-height: 33px;border: 1px solid #e50006;float: left;background: #e50006;border-radius:20px;color: #fff;margin-left: 20px;}

.web_f {
	width: 100%;
	height: 440px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.web_img{width: 100%;clear: both;overflow: hidden;}
.web_img img{display:block;width: 100%;}
.web_nav {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px #000 solid;
	color: #666;
	margin: 40px 0;
	position: relative;
}

.web_nav li {
	float: left;
	min-width: 110px;
	text-align: center;
	height: 50px;
	cursor: pointer;
	padding: 0 15px;
}

.web_nav li:hover,
.web_nav li.on {
	color: #fff;
	background: #000;
}

.web_nav li:hover a,
.web_nav li.on a {
	color: #fff;
}

.web_nav li a {
	display: block;
	width: auto;
	height: 100%;
	color: #000;
	line-height: 50px;
}

.web_nav span {
	position: absolute;
	right: 0;
	color: #999;
	line-height: 50px;
	top: 0px;
}


/*产品*/

.web_prolist {
	overflow: hidden;
	margin-left: -20px;
	width: 1220px;
	min-height: 300px;
}

.web_prolist li {
	float: left;
	margin-left: 20px;
	width: 283px;
	margin-bottom: 20px;
	overflow: hidden;
	background: #fff;
	position: relative;
	border: 1px solid #eee;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	color: #666;
}

.web_prolist li em {
	display: block;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
	background: #83c44e;
	width: 64px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}

.web_prolist li:hover {
	box-shadow: 0 6px 10px rgba(0, 0, 0, .1);
	border-color: #666;
	color: #666;
}

.web_prolist li i {
	font-style: normal;
	display: block;
}

.web_prolist li a {
	display: block;
	overflow: hidden;
	width: 100%;
	line-height: 0;
}

.web_prolist li:hover img {
	transform: scale(1.1, 1.1);
}

.web_prolist li img {
	display: block;
	width: 220px;
	margin: 20px auto;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.web_prolist li span {
	display: block;
	width: 100%;
	padding: 10px 0;
	line-height: 25px;
	text-align: center;
	font-size: 14px;
}


/*分页*/

.curr {
	border: 1px solid #CCC;
	color: #CCC;
	display: inline;
	padding: 4px 8px;
}

a.page {
	border: 1px solid #eee;
	text-decoration: none;
	color: #fff;
	display: inline;
	padding: 4px 8px;
	background-color: #b29873;
}

a.page:visited {
	border: 1px solid #b29873;
	text-decoration: none;
	padding: 4px 8px;
}

.ra {
	color: #000;
}

.ra a,
.ra a:link {
	color: #000;
	text-decoration: none;
}

.ra a:hover {
	color: #000;
	text-decoration: underline;
}

.red {
	color: #ff0000;
}

.yrr {
	color: #FF9900;
}

.bb {
	font-weight: bold;
}

.expage {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding-top: 10px;
	float: left;
	padding-bottom: 30px;
	padding-top: 30px;
	margin-left: 0px;
}
.expage li{
	border: 1px solid #CCC;
    color: #CCC;
    display: inline;
    padding: 4px 8px;
}
.expage .active,.expage li:hover{
	background: #837157;
}
.expage .active a,.expage li:hover a{
	 color: #fff;
}

.error {
	border: 1px #f40 solid;
}

.right {
	border: 1px #44b549 solid;
}


/*# sourceMappingURL=style.css.map */

.page {
	padding-top: 40px;
	width: 88px;
	clear: both;
	text-align: center;
	cursor: pointer;
	margin: 0 auto;
}

.page img {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#protype_prv:hover {
	opacity: 1;
}

#protype_prv:hover {
	opacity: 1;
}

#protype_prv {
	float: left;
	height: 32px;
	opacity: 1;
}


/*次导航*/

.header .nav li ul.subnav {
	opacity: 0;
	visibility: hidden;
	transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=90);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#ccb39b77, endColorstr=#ccb39b77);
	background: rgba(179, 155, 119, .8);
	border-top: 0;
	box-shadow: 0 6px 10px rgba(0, 0, 0, .1);
	transition: all 0.3s ease-out 0s;
	position: absolute;
	width: 210px;
	top: 91px;
	left: 0;
}

.header .nav li ul.subnav li {
	width: 210px;
	border-bottom: transparent 1px solid;
}

.header .nav li ul.subnav li a {
	background: transparent;
	color: #fff;
	width: auto !important;
	padding: 10px 30px 10px 30px;
	height: 20px;
	line-height: 20px;
	display: block;
	font-size: 12px;
	text-align: left;
	transition: all 0.3s ease-out 0s;
}

.header .nav li ul.subnav li a span {
	display: block;
	float: left;
	width: 135px;
}

.header .nav li ul.subnav li i {
	float: right;
	margin-top: 5px;
	opacity: 0;
	transition: all ease-out .2s;
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../image/subnav.png);
}

.header .nav li ul.subnav li a:hover {
	background: #b39b77;
	color: #fff;
	text-indent: 10px;
}

.header .nav li ul.subnav li a:hover i {
	opacity: 1;
}

.header .nav li:hover ul.subnav {
	opacity: 1;
	visibility: visible;
}

/*vi*/

.vi_list {
	clear: both;
	padding: 40px 0;
}

.vi_list ul {
	width: 1215px;
	margin-left: -15px;
}

.vi_list ul li {
	float: left;
	margin-left: 15px;
	width: 286px;
	height: 250px;
	border: 1px solid #eee;
	margin-bottom: 15px;
	overflow: hidden
}

.vi_list ul li a {
	display: block;
	width: 100%;
	overflow: hidden;
}

.vi_list ul li img {
	width: 286px;
	height: 250px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.vi_list ul li:hover img {
	transform: scale(1.1, 1.1);
}

.advanced h3 {
	color: #000;
	font-size: 21px;
	font-family: arial;
	font-weight: normal;
}

.advanced h3 i {
	display: inline-block;
	width: 3px;
	height: 16px;
	background: #000;
	float: left;
	margin-right: 10px;
	margin-top: 3.5px;
}

.advanced p {
	text-indent: 0;
	color: #666;
	line-height: 40px;
	padding-top: 15px;
}


/*产品分类列表*/

.wrap_pro {
	width: 100%;
	height: auto;
	padding-bottom: 60px;
	float: left;
	clear: both;
	text-transform: uppercase;
}

.main_pro {
	width: 1000px;
	margin: 0 auto;
	height: auto;
}

.pro_tit {
	clear: both;
	width: 100%;
	margin-bottom: 40px;
}

.pro_tit h3 {
	font-family: "Helvetica", "微软雅黑";
	font-size: 20px;
	text-transform: none;
	color: #7d7d7d;
}

.pro_tit h4 {
	font-size: 24px;
	font-weight: normal;
	color: #585858;
	line-height: 50px;
}

.pro_tit i {
	display: block;
	width: 25px;
	height: 4px;
	background-color: #575755;
	margin-top: 15px;
}

.prolist_c {
	width: 1215px;
	margin-left: -15px;
	float: left;
}

.prolist_c li {
	width: 228px;
	background: #fff;
	height: 291px;
	float: left;
	margin-left: 15px;
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
}

.prolist_c li img {
	width: 100%;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.prolist_c li .list_img {
	overflow: hidden;
	height: 173px;
	position: relative;
}

.prolist_c li .list_t {
	font-size: 16px;
	color: #333;
	padding-left: 18px;
	padding-top: 18px;
	transition: all ease-out .4s;
}

.prolist_c li .list_st {
	color: #8f8e8e;
	font-size: 13px;
	padding-left: 15px;
}

.prolist_c li .more {
	width: 100%;
	height: 36px;
	background-color: #575755;
	position: absolute;
	transition: all ease-out .3s;
	bottom: -36px;
	left: 0;
	text-align: center;
}

.prolist_c li .more i {
	margin-top: 12px;
	background-position: 0 -7px;
}

.prolist_c li .rectborder {
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	position: absolute;
	left: -10px;
	top: -10px;
	border: rgba(255, 255, 255, .6) 1px solid;
	transition: all ease-out .3s;
}

.prolist_c li .icon {
	position: absolute;
	bottom: 0;
	right: 30px;
	width: 46px;
	height: 40px;
	background: #575755;
	bottom: -40px;
	transition: all ease-out .3s;
}

.prolist_c li .icon .add {
	width: 15px;
	height: 15px;
	margin: 20px 0 0 15px;
}

.prolist_c li .icon .add .lcitem .rect {
	width: 15px;
	height: 1px;
	background: #fff;
	top: 7px;
}

.prolist_c li .icon .add .lcitem.v .rect {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.prolist_c li .more {
	width: 100%;
	height: 36px;
	background-color: #575755;
	position: absolute;
	transition: all ease-out .3s;
	bottom: -36px;
	left: 0;
	text-align: center;
}

.prolist_c li:hover .more {
	bottom: 0px;
}

.prolist_c li:hover {
	background: #fff;
	box-shadow: 0 8px 42px rgba(0, 0, 0, .12);
}

.prolist_c li:hover .list_t {
	padding-top: 10px;
	transition: all ease-out .4s;
}

.prolist_c li .more i {
	margin-top: 12px;
	background-position: 0 -7px;
}

.prolist_c li:hover .icon {
	bottom: 0px;
}

.prolist_c li:hover img {
	transform: scale(1.1, 1.1);
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.prolist_c li:hover .rectborder {
	width: calc(100% - 22px);
	height: calc(100% - 22px);
	left: 10px;
	top: 10px;
}

.icon-morejt {
	background: url(../image/more.png) no-repeat;
	width: 16px;
	height: 7px;
	display: inline-block;
}


/*新闻页面*/

.ex_news {
	clear: both;
	overflow: hidden;
	width: 100%;
}

.ex_news ul {
	overflow: hidden;
}

.ex_news ul li {
	clear: both;
	padding: 25px;
	border-bottom: 1px solid #eee;
	overflow: hidden;
	background: #fff;
	position: relative;
	height: 195px;
	margin-bottom: 30px;
	cursor: pointer;
}

.ex_news ul li:last-child {
	margin-bottom: 0px;
}

.ex_news ul li .ex_news_img {
	float: left;
	width: 300px;
	height: 195px;
	background-image: url(../image/logo.png);
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	top: 0;
	left: 0;
}

.ex_news ul li .img_box {
	width: 300px;
	height: 195px;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	background-size: cover;
}

.ex_news ul li .ex_news_info {
	float: left;
	width: 400px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	position: absolute;
	top: 20px;
	left: 350px;
}

.ex_news ul li .ex_news_info a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	font-size: 18px;
	display: block;
	width: 100%;
	padding-bottom: 15px;
	color: 666;
}

.ex_news ul li .ex_news_info p {
	height: 50px;
	line-height: 25px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	overflow: hidden;
	color: #999;
	font-size: 13px;
}

.ex_news ul li .ex_news_date {
	float: right;
	text-align: right;
	width: 100px;
	height: 150px;
	overflow: hidden;
	position: absolute;
	top: 25px;
	right: 25px;
}

.ex_news ul li .ex_news_date item {
	display: block;
	width: 14px;
	height: 14px;
	background: url(../image/r_arrow.png) no-repeat center;
	position: absolute;
	bottom: -50px;
	right: 5px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.ex_news ul li .ex_news_date font {
	font-family: helvetica;
	font-size: 32px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	display: block;
}

.ex_news ul li:hover a {
	color: #333;
}

.ex_news ul li:hover .ex_news_info {
	padding-left: 20px;
}

.ex_news ul li:hover .ex_news_date font {
	color: #333;
}

.ex_news ul li:hover .ex_news_date item {
	bottom: 60px;
}

.ex_news ul li:hover .img_box {
	transform: scale(1.1, 1.1);
}

.news_show_content {
	overflow: hidden;
	padding: 30px 0 50px 0;
	line-height: 35px;
	color: #555;
	font-size: 13px;
}

.news_show_content img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	padding-bottom: 15px;
}

.news_show_content ul li {
	float: left;
	width: 232px;
	height: 258px;
	overflow: hidden;
	position: relative;
	margin-left: 24px;
	margin-bottom: 20px;
	cursor: pointer;
	border: 1px solid #eee;
	background-size: cover;
	background-position: center;
}

.news_show_content ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.news_show_content ul {
	width: 774px;
	height: auto;
	margin-left: -24px;
}

.prolist_c li:hover .event_img {
	transform: scale(1.1, 1.1);
}

.event_img {
	width: 100%;
	height: 195px;
	background-size: cover;
	background-position: center;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.news_show_content ul li img {
	width: 218px;
	height: 258px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.news_show_content .event_bg {
	width: 1200px;
	height: 450px;
	margin-bottom: 25px;
	border-bottom: 1px solid #eee;
	background-size: cover;
	background-position: center
}

.news_show_content .event_bg img {
	width: 1200px;
	height: 450px;
}

.news_show_content h3 {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	line-height: 35px;
	padding-top: 20px;
	color: #666;
}

.news_show_content p {
	font-size: 14px;
	text-align: left;
	line-height: 30px;
	color: #666;
	padding-bottom: 20px;
}

.news_show_content ul li:hover img {
	transform: scale(1.1, 1.1);
}

.ser_c {
	line-height: 36px;
	font-size: 14px;
	margin-bottom: 40px;
}

.maintain {
	line-height: 30px;
	font-size: 14px;
	margin-bottom: 40px;
	clear: both;
}

.maintain li {
	background: #fff;
	padding: 40px;
	margin-bottom: 20px;
	border: 1px solid #d5d5d5;
	transition: all .3s ease-out 0s;
	position: relative;
}

.maintain li:hover {
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.maintain h3,
.quality h3 {
	font-weight: normal;
	font-size: 18px;
	color: #000;
	padding-bottom: 10px;
}

.maintain p,
.quality p {
	padding-bottom: 20px;
	color: #777;
	line-height: 35px;
}

.quality {
	padding: 40px;
	border: 1px solid #d5d5d5;
	clear: both;
}

.news_boxs {
	width: 100%;
	height: 140px;
	background-size: cover;
	background-position: center;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}/*导航菜单*/
.nav_menu{width: 220px;float: left;margin-top: -70px;}
.nav_menu ul{overflow: hidden; border-top: 0;background: #b39b77;padding: 15px 0;}
.nav_menu .menu_tit{color: #fff;text-align: center;background-image: url(../image/about_bg.jpg);background-repeat: no-repeat;width:220px;text-align: center;height: 123px;line-height: 123px;margin-bottom: 10px;}
.nav_menu .menu_tit h3{font-size: 26px;font-weight: normal;}
.nav_menu ul li{position: relative;width: 100%;overflow: hidden;z-index: 1;cursor: pointer;}
.nav_menu ul li a{height: 48px;line-height: 48px;text-align: left;display: block;width: 80%;position: relative;overflow: hidden;font-size: 14px;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;text-indent: 2em;color: #fff;border-bottom: 1px solid #c2af92;margin: 0 auto;z-index: 2;}
.nav_menu ul li em{display: block;width: 0;height: 48px;position: absolute;left: 0;top: 0;background: #837157;z-index: -1;}
.nav_menu ul li:hover em{width: 100%;}
.nav_menu ul li:last-of-type a{border-bottom: 0;}
.nav_menu ul li:hover,.nav_menu ul .on em{width: 100%;}
.nav_menu ul li:hover a{text-indent: 3em;}
.package{float: right;width: 940px;padding: 50px 0;overflow: hidden;}
.nav_menu li .menu_down{overflow: hidden;height: 0;background: #ddd;}
.nav_menu li .menu_down a{text-indent: 3em;}
.nav_menu li .menu_down a:hover,.nav_menu li .menu_down a.ck{background-color: #35312e;color: #fff;}
.nav_menu li:hover .menu_down,.nav_menu .on .menu_down{height: auto;}
.list_tit {
	width: 100%;
	clear: both;
	margin: 45px auto;
	overflow: hidden;
}

.tit_left {
	width: 50%;
	float: left;
	text-align: left;
	position: relative;
}

.tit_left h3 {
	color: #4d4948;
	font-size: 30px;
	line-height: 50px;
}

.tit_left p {
	font-size: 14px;
	color: #5d5d5d;
	z-index: 2;
}

.tit_right {
	float: right;
	width: 50%;
	position: relative;
	line-height: 25px;
	color: #5d5d5d;
	text-align: right;
	font-family: arial;
	font-size: 12px;
	margin-top: 20px;
}

.list_tit strong {
	display: block;
	width: 100%;
	height: 38px;
	background-image: url(http://www.scddsz.com/skin/images/border.jpg);
	background-position: left;
	background-repeat: no-repeat;
	float: left;
	margin: 20px 0;
}


/*made*/

.made {
	padding: 60px 0;
	background: #f9f9f9;
	position: relative;
}

.made .made_title {
	text-align: center;
	line-height: 1;
	margin: 0;
	animation-delay: 0.1s;
}

.made .made_title h2 {
	font-size: 28px;
	font-weight: normal;
	color: #444444;
}

.made .made_title p a {
	margin-top: 20px;
	float: left;
}

.made .made_title .exlist {
	margin-top: 30px;
}

.made .made_title .exlist li {
	float: left;
	position: relative;
	height: 403px;
	overflow: hidden;
}

.right20 {
	margin-right: 20px;
	margin-bottom: 20px
}

.exlist a .prodcut_info {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	position: absolute;
	left: 0;
	top: 0;
	transition: all ease-out .3s;
}

.exlist a .prodcut_info div {
	position: relative;
	top: 50%;
	margin-top: -15px;
}

.exlist a .prodcut_info p.prodcut_title {
	margin-top: 10px;
	color: rgba(0, 0, 0, 0);
	font-size: 16px;
	transition: all ease-out .3s;
}

.exlist a .prodcut_info p.prodcut_text {
	margin-top: 10px;
	color: rgba(0, 0, 0, 0);
	font-size: 12px;
	transition: all ease-out .3s;
}

.exlist li:hover .prodcut_info {
	background: rgba(0, 0, 0, .8);
}

.exlist li:hover .prodcut_info p.prodcut_title {
	margin-top: 0px;
	color: #fff;
	font-size: 16px;
}

.exlist li:hover .prodcut_info p.prodcut_text {
	margin-top: 0px;
	color: #b7b7b7;
}

.exlist li::after {
	content: '';
	width: 28px;
	height: 28px;
	background: url(http://www.scddsz.com/skin/images/jt1.png);
	margin-left: -14px;
	margin-top: 0px;
	position: absolute;
	top: 0%;
	left: 50%;
	z-index: 10;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	opacity: 0;
}

.exlist li:hover::after {
	margin-top: 30px;
	top: 52%;
	opacity: 1;
}

.exlist a .prodcut_info p {
	text-align: center;
	color: #fff;
	padding: 0 20px;
}

.exlist li:hover img {
	transform: scale(1.2, 1.2);
}

.exlist a img {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.bgShow {
	background-repeat: no-repeat;
	background-size: auto;
}

.container_t {
	margin-top: 50px;
	width: 100%;
	text-align: center;
}

.container_t h2 {
	font-family: helvetica;
	color: #454545;
	font-size: 34px;
	font-weight: normal;
	text-transform: uppercase;
}

.container_t p {
	font-size: 24px;
	color: #5f5f5f;
}

.product_menu {
	clear: both;
	width: 100%;
	border-bottom: 0px solid #a5251c;
	overflow: hidden;
	line-height: 40px;
	margin: 40px 0 0 0;
}

.product_menu ul {
	float: left;
}

.product_menu ul li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.product_menu ul li:last-child {
	margin-right: 0;
}

.product_menu ul li a {
	display: block;
	float: left;
	padding: 0 16px;
	color: #444444;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	line-height: 40px;
	border: 1px solid #b9b9b9;
	background: #fff;
}

.product_menu ul li a.on {
	background: #575755;
	color: #fff;
	border: 1px solid #575755;
}

.product_menu ul li a:hover {
	background: #575755;
	color: #fff;
	border: 1px solid #575755;
}


/*# sourceMappingURL=style.css.map */

.list-box {
	text-align: center;
}

.list-box a.list-item {
	padding: 0 15px 0 16px;
	color: #666;
	font-size: 15px;
	height: 15px;
	line-height: 15px;
	border-right: 1px solid #ccc;
	display: inline-block;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	cursor: pointer;
}

.list-box a:hover {
	color: #8a211d;
}

.pro_type {
	width: 100%;
	padding-left: 3%;
	min-width: 1200px;
	padding-bottom: 60px;
	overflow: hidden;
	position: ;
}

.pro_type ul li {
	width: 23%;
	height: auto;
	background: none;
	margin-right: 0.5%;
	margin-bottom: 0.5%;
	float: left;
	position: relative;
}

.pro_type ul li a.list_item {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
}

.type_img {
	overflow: hidden;
}

.typeshow .type_img img {
	height: auto;
	overflow: hidden;
	float: none;
	width: 100%;
	height: auto;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.pro_type ul li a:hover img {
	transform: scale(1.08, 1.08);
}

.pro_type ul li a .pro_info {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	position: absolute;
	left: 0;
	top: 0;
	transition: all ease-out .3s;
	font-family: "microsoft yahei";
}

.pro_type ul li a .pro_info {
	opacity: 0;
}

.pro_type ul li a:hover .pro_info {
	opacity: 1;
}

.pro_type ul li a .pro_info div {
	height: 100%;
	background: rgba(138, 33, 29, 0.8);
	top: 0px;
	margin-top: 0px;
	position: relative;
}

.pro_type ul li a .pro_info:after {
	content: '';
	display: block;
	border: 1px solid rgba(255, 255, 255, .5);
	position: absolute;
	top: 0px;
	left: -1px;
	margin: 2%;
	width: 96%;
	height: 96%;
}

.pro_type ul li a .pro_info .pro_tit {
	padding: 40% 50px 0;
	text-align: center;
	transform: scale(1.4, 1.4);
	color: #fff;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 28px;
	line-height: 28px;
	margin: 0px;
	width: auto;
	transition: all ease-out .3s;
}

.pro_type ul li a .pro_info p {
	color: #fff;
	text-align: center;
}

.pro_type ul li:hover a .pro_info .pro_tit {
	transform: scale(1, 1);
}

.pro_type ul li a .pro_info .sub_tit {
	font-family: "Helvetica";
	text-align: center;
	margin-top: 5px;
	transform: scale(1.4, 1.4);
	color: #fff;
	padding: 0 50px;
	display: block;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	margin: 0px;
	font-size: 14px;
	letter-spacing: 1px;
	transition: all ease-out .3s;
	width: auto;
}

.pro_type ul li:hover a .pro_info .sub_tit {
	transform: scale(1, 1);
}

.pro_type ul li a .pro_info .description {
	text-align: center;
	transform: scale(1.4, 1.4);
	color: #fff;
	display: block;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	width: 70%;
	padding: 0 20px;
}

.pro_type ul li a .pro_info .description {
	text-align: center;
	margin: 5% auto;
	font-size: 13px;
	line-height: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.pro_type ul li:hover a .pro_info .description {
	transform: scale(1, 1);
}

.pro_type ul li a .pro_info div:after {
	content: '';
	width: 160px;
	height: 37px;
	display: block;
	position: absolute;
	top: 65%;
	left: 50%;
	margin-left: -81px;
	background: transparent url(../image/icon.png) no-repeat 70px 9px;
	transition: all 0.3s ease-out 0s;
	margin-top: -10px;
	border: 1px solid rgba(255, 255, 255, .5);
	transform: scale(1.4, 1.4);
}

.pro_type ul li:hover a .pro_info div:after {
	transform: scale(1, 1);
}

.newslist a.news_more {
	margin: 40px auto 10px;
	display: block;
	border: #dfdfdf 1px solid;
	clear: both;
}

.newslist a.news_more {
	color: transparent;
	background: url(../image/jiantou.png)no-repeat 26px -92px;
	width: 148px;
	height: 40px;
	transition: all ease-out .3s;
	border-radius: 0px;
	font-size: 0px;
}

.newslist a.news_more:hover {
	background: url(../image/jiantou.png)no-repeat 26px -122px;
}

.newslist a.news_more:hover {
	border-color: #b6b6b6;
	text-indent: 130px;
}

.wx {
	width: 20px;
	height: 20px;
	background: #929292;
	padding: 5px;
	float: left;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	position: relative;
}

.wx img {
	width: 20px;
}

.qrcode {
	width: 147px;
	height: 157px;
	background: url(../image/qrcode.png) no-repeat center;
	visibility: hidden;
	position: absolute;
	top: -154px;
	left: -10px;
	transition: all 0.3s ease-out 0s;
	opacity: 0;
}

.wx:hover .qrcode {
	visibility: visible;
	transition: all 0.3s ease-out 0s;
	margin-top: -10px;
	opacity: 1;
}

.container_bg {
	background: #fbfbfb;
}


/*分类滚动*/

.exproduct {
	position: relative;
	overflow: hidden;
	background-size: auto;
	background-color: #F8F8F8;
	padding: 0px 0;
}

.ab_img2 {
	width: 1200px;
	margin: 0 auto;
	clear: both;
	position: relative;
	overflow: hidden;
	margin-bottom: 40px;
}

.ab_img2 ul {
	width: 1200px;
	margin-left: -12px;
	position: relative;
}

.ab_img2 li {
	width: 228px;
	margin-left: 14px;
	float: left;
	position: relative;
	overflow: hidden;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.ab_img2 li img {
	width: 100%;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	overflow: hidden;
}
.ab_img2 li a{width: 228px;height: 228px;overflow: hidden;display: block;}
.ab_img2 .pro_prv:hover,.ab_img2 .pro_next:hover {
	background-color:#e50006;
	border-color:#e50006;
	border-bottom-color:#e50006;
	background-position: bottom;
}

.ab_img2 li:hover img {
	transform: scale(1.1, 1.1);
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.ab_img2 .pro_page{clear: both;margin: 0 auto;width: 120px;}
.ab_img2 .pro_prv {
	background-image: url(../image/ab_prv.png);
	float: left;
}
.ab_img2 .pro_next{
	background-image: url(../image/ab_next.png);
	float: right;
}
.ab_img2 .pro_prv,.ab_img2 .pro_next {
	width: 48px;
	height: 48px;
	cursor: pointer;
	background-color:#f8f8f8;
	border: 1px solid #f8f8f8;
	border-bottom:1px solid #c6c6c6;
	background-position: top;
	background-repeat: no-repeat;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.swiper-container {
	width: 385px;
	height: 300px;
	float: left;
	margin: 0 100px !important;
}

.mteamimg img {
	width: 100%;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	overflow: hidden;
}

.mteamimg:hover img {
	transform: scale(1.1, 1.1);
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.content {
	background: #f8f8f8;
}

.join_sup .sup_info {
	float: left;
	margin-left: 26px;
}

.join_sup .sup_info p {
	font-size: 14px;
	line-height: 25px;
	color: #999;
	height: 50px;
}

.join_sup h3 {
	line-height: 45px;
	color: #575755;
	font-size: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


.join_table {
	clear: both;
	width: 100%;
	padding: 50px 0;
	border-top: 1px solid #d5d5d5;
	overflow: hidden;
}

.join_table table {
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 35px;
	border-spacing: 0;
	border-color: #eee;
}

.join_table th {
	font-weight: normal;
	color: #fff;
}

.qua_img {
	width: 205px;
	height: 125px;
	float: left;
}

.qua_info {
	width: 960px;
	float: right;
	line-height: 30px;
	color: #666;
	padding-top: 20px;
}

.qua {
	width: 100%;
	float: left;
}
.honor .honor_list{width: 1232px;margin-left: -32px;clear: both;}
.honor .honor_list li{float: left;width: 274px;border: 1px solid #a0a0a0;margin-left: 32px;margin-bottom: 32px;}
.honor .honor_list li .honor_img{width: 274px;height: 326px;overflow: hidden;}
.honor .honor_list li:hover img{transform: scale(1.05,1.05);}
.honor .honor_list li:hover{border-color: #575755;}
.honor .honor_list li:hover span{background: #575755;}
.honor .honor_list li span{display: block;text-align: center;color: #fff;line-height: 40px;background: #a0a0a0;}
.spokesman {
	background-image: url(http://www.scddsz.com/skin/images/spokesman.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.spokesman_text {
	float: left;
	width: 580px;
	padding-bottom: 40px;
}

.spokesman_text h3 {
	line-height: 65px;
	color: #575755;
	font-weight: normal;
	font-size: 24px;
}

.spokesman_text p {
	line-height: 26px;
	color: #000;
	font-size: 14px;
	padding-bottom: 40px;
}

.brand h3 {
	padding-top: 40px;
	line-height: 80px;
	border-bottom: 1px solid #575755;
	font-weight: normal;
	color: #575755;
	font-size: 26px;
	margin-bottom: 40px;
}
.case_list h3{line-height: 110px;font-size: 36px;color: #000;padding-left: 12.5px;}
.case_list p{padding-left: 12.5px;padding-bottom: 40px;}
.case_list {
	width: 952px;
	margin-left: -12px;
	clear: both;
}

.case_list li {
	float: left;
	width: 226px;
	margin-left: 12px;
	margin-bottom: 12px;
}

.case_list li .case_img {
	width: 224px;
	height: 263px;
	border: 1px solid #d5d5d5;
	overflow: hidden;
}

.case_list li:hover img {
	transform: scale(1.05, 1.05);
}

.case_list li:hover span {
	color: #000;
}

.case_list li span {
	display: block;
	text-align: center;
	color: #666;
	line-height: 40px;
}
.condition p {
	font-size: 14px;
	line-height: 35px;
}

.condition img {
	position: absolute;
	left: 0;
	bottom: -33px;
}

.news_show_time {
	padding-bottom: 25px;
	border-bottom: 1px solid #eee;
	color: #999;
	line-height: 30px;
}


/*产品列表*/

.list_box {
	overflow: hidden;
	padding: 80px 0 60px 0;
	border-bottom: 1px solid #d5d5d5;
}

.list_box:first-of-type {
	padding-top: 0;
}

.list_box:last-of-type {
	border-bottom: 0;
}

.list_box .list_box_left {
	float: left;
	width: 372px;
}

.list_box .list_box_left h3 {
	text-transform: uppercase;
	color: #575755;
	font-family: arial;
	font-size: 20px;
	padding-top: 70px;
}

.list_box .list_box_left h4 {
	font-size: 18px;
	font-weight: normal;
	color: #585858;
	line-height: 40px;
}

.list_box .list_box_right,
.list_box .new_right {
	float: left;
	width: 828px;
}

.list_box .new_right ul li {
	float: left;
	margin-left: 20px;
	width: 256px;
	margin-bottom: 20px;
	overflow: hidden;
	background: #fff;
}

.list_box .new_right ul li:hover {
	box-shadow: 0 6px 10px rgba(0, 0, 0, .1);
}

.list_box .new_right ul li a {
	display: block;
	overflow: hidden;
	width: 100%;
	line-height: 0;
}

.list_box .new_right ul li:hover img {
	transform: scale(1.1, 1.1);
}

.list_box .new_right ul li img {
	display: block;
	width: 200px;
	margin: 30px auto;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.list_box .new_right ul li:hover span {
	color: #575755;
}

.list_box .new_right ul li span {
	display: block;
	width: 100%;
	padding: 10px 0;
	line-height: 25px;
	color: #666;
	text-align: center;
	font-size: 14px;
}

.list_box .list_box_right ul li {
	width: 256px;
	height: 185px;
	background-image: url(../image/logo.png);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	margin-left: 18px;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
	border: 1px solid #eee;
}

.list_box_right img,
.list_box_right span {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.list_box_right ul li:hover img {
	transform: scale(1.1, 1.1);
}

.list_box_right ul li:hover span {
	bottom: 0;
}

.list_box_right ul li span {
	position: absolute;
	text-align: center;
	display: block;
	width: 100%;
	left: 0;
	bottom: -100px;
	color: #fff;
	height: 30px;
	line-height: 30px;
	background: rgba(50,141,75, 0.9);
}

.list_box_right ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.pro_menu {
	width: 100%;
	float: left;
	line-height: 40px;
	color: #000;
	font-size: 20px;
	margin:0 0 20px 0;
}

.pro_menu .menu_left {
	float: left;
}

.pro_menu .menu_left i {
	display: inline-block;
	float: left;
	width: 2px;
	height: 18px;
	background: #575755;
	margin-right: 15px;
	margin-top: 11px;
}

.pro_menu .search_box {
	float: right;
	width: 230px;
	margin-top: 10px;
}

.pro_menu .search_box .search_input {
	display: block;
	float: left;
	width: 150px;
	line-height: 28px;
	height: 28px;
	overflow: hidden;
	border: 1px solid #d5d5d5;
	color: #999;
	padding: 0 10px;
	text-align: left;
}

.pro_menu .search_box .reset_input {
	display: block;
	float: right;
	text-align: center;
	line-height: 30px;
	height: 30px;
	background:#b39b77;
	color: #fff;
	width: 50px;
	cursor: pointer;
}

.pro_menu .pro_sub {
	width: 100%;
	float: left;
	margin-top: 20px;
}

.pro_menu .pro_sub a {
	font-size: 14px;
	padding: 0 15px;
	border-right: 1px solid #ccc;
	display: block;
	float: left;
	line-height: 14px;
	margin-bottom: 12px;
}

.pro_menu .pro_sub a:last-of-type {
	border-right: 0;
}

.pro_menu .pro_sub a:hover {
	color: #575755;
}

.propage {
	display: table;
	margin: 30px auto;
	padding: 0 15px;
	line-height: 38px;
	border: solid 1px #ccc;
	clear: both;
}

.propage img {
	vertical-align: middle;
	padding-left: 5px;
}

.preview {
	width: 535px;
	float: left;
}


/* smallImg */

.smallImg {
	position: relative;
	height: 115px;
	margin-top: 25px;
	width: 535px;
	overflow: hidden;
	float: left;
}

.scrollbutton {
	width: 14px;
	height: 50px;
	overflow: hidden;
	position: absolute;
	float: left;
	cursor: pointer;
	top: 50%;
	margin-top: -25px;
}

.scrollbutton.smallImgUp,
.scrollbutton.smallImgUp.disabled {
	background: url(../image/d_08.png) no-repeat;
	left: 0;
}

.scrollbutton.smallImgDown,
.scrollbutton.smallImgDown.disabled {
	background: url(../image/d_09.png) no-repeat;
	right: 0;
}

#imageMenu {
	height: 115px;
	width: 535px;
	margin-left: 0;
	float: left;
}

#imageMenu li {
	height: 115px;
	width: 115px;
	overflow: hidden;
	float: left;
	text-align: center;
	margin-left: 25px;
}

#imageMenu li:first-of-type {
	margin-left: 0;
}

#imageMenu li img {
	width: 113px;
	height: 113px;
	cursor: pointer;
	border: 1px solid #eee;
}

#imageMenu li#onlickImg img,
#imageMenu li:hover img {
	border: 1px solid #000;
}


/* bigImg */

.bigImg {
	position: relative;
	float: left;
	width: 533px;
	height: 533px;
	overflow: hidden;
	border: 1px solid #eee;
}

.bigImg #midimg {
	width: 400px;
	height: 400px;
	margin: 67.5px auto;
	display: block;
}

.bigImg #winSelector {
	width: 235px;
	height: 210px;
}

#winSelector {
	position: absolute;
	cursor: crosshair;
	filter: alpha(opacity=15);
	-moz-opacity: 0.15;
	opacity: 0.15;
	background-color: #000;
	border: 1px solid #fff;
}


/* bigView */

#bigView {
	position: absolute;
	border: 1px solid #959595;
	overflow: hidden;
	z-index: 999;
}

#bigView img {
	position: absolute;
}


/*header_menu*/

.sub-menu.show {
	opacity: 1;
	top: 142px;
	visibility: inherit;
}

.header_bk .topdown {
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=90);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff, endColorstr=#e5ffffff);
	width: 100%;
	position: absolute;
	left: 0;
	background-color: rgba(255, 255, 255, 0.9);
	z-index: 99;
	display: none;
	overflow: hidden;
	padding: 60px 0;
}

.header_bk .topdown .head_left {
	float: left;
	width: 245px;
}

.nav-sub-title {
	padding-bottom: 22px;
	position: relative;
	margin-bottom: 25px;
}

.nav-sub-title .cn {
	font-size: 22px;
	color: #333;
	line-height: 34px;
}

.nav-sub-title .en {
	font-size: 12px;
	color: #666;
	line-height: 22px;
	text-transform: uppercase;
}

.nav-sub-title .line {
	position: absolute;
	width: 40px;
	background-color: #b39b77;
	overflow: hidden;
	height: 1px;
	bottom: 0;
	left: 0;
}

.nav-sub-p {
	margin-bottom: 45px;
	font-size: 13px;
	color: #616161;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}

.nav-sub-more {
	display: block;
	width: 148px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	border: 1px solid #b39b77;
	font-size: 12px;
	color: #b39b77;
	-webkit-transition: 0.2s ease all;
	transition: 0.2s ease all;
}

.nav-sub-more:hover {
	background-color: #b39b77;
	color: #FFF;
}

.header_bk .topdown ul {
	float: right;
	width: 880px;
}

.header_bk .topdown ul li {
	display: block;
	float: left;
	width: 391px;
	border-left: 1px solid #E2E2E2;
	height: 100px;
}

.header_bk .topdown ul .padding_top {
	padding: 0 0 32px 48px;
}

.header_bk .topdown ul .padding_bot {
	padding: 32px 0 0 48px;
}

.header_bk .topdown ul .border_top {
	border-bottom: 1px solid #E2E2E2;
}

.header_bk .topdown ul .head_img {
	float: left;
	width: 174px;
	height: 100px;
	overflow: hidden;
}

.header_bk .topdown ul li .t {
	position: relative;
	float: left;
	width: 145px;
	margin-left: 50px;
	line-height: 100px;
	font-size: 14px;
	color: #000;
}

.header_bk .topdown ul li b {
	position: absolute;
	display: block;
	width: 10px;
	height: 100px;
	top: 0;
	right: 0;
	background-image: url(../image/nav_arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: 0.6s ease all;
	transition: 0.6s ease all;
}

.header_bk .topdown ul li:hover b {
	right: 15px;
}

.header_bk .topdown ul li.left {
	opacity: 1;
	left: 0;
}

.header_bk .topdown ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.header_bk .topdown ul li a span {
	display: block;
	width: 100%;
	text-align: left;
	color: #555;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
}

.header_bk .topdown ul li:hover .t {
	color: #575755;
}

.header_bk .topdown ul li img {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#head_d li p {
	width: 165px;
	height: 118px;
	overflow: hidden;
}

.header_bk .topdown ul li:hover img {
	transform: scale(1.1, 1.1);
}


/*底部漂浮*/

.supmenu {
	width: 180px;
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -113px;
	height: 0;
	overflow: hidden;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.supmenu .sup_tit {
	background-image: url(http://www.scddsz.com/skin/images/sup_tit.png);
	height: 56px;
	background-color: #575755;
	color: #fff;
	line-height: 56px;
	font-size: 14px;
	text-indent: 24px;
}

.supmenu .sup_qq {
	background-image: url(http://www.scddsz.com/skin/images/sup_qq.jpg);
	height: 42px;
	line-height: 42px;
	text-indent: 60px;
	font-size: 14px;
	color: #000;
}

.supmenu .sup_line {
	background-image: url(http://www.scddsz.com/skin/images/sup_line.jpg);
	height: 40px;
	line-height: 40px;
	text-indent: 60px;
	font-size: 14px;
	color: #000;
}

.supmenu .sup_lines {
	padding: 10px 0 15px 0;
	color: #000;
	font-size: 20px;
	text-align: center;
	background: #fff;
}

.supmenu .to_top {
	width: 40px;
	height: 40px;
	background: url(../image/to_top.png);
	float: right;
}

.sup_menu {
	box-shadow: #ccc 0px -3px 10px;
}

.header_bk .topdown ul li a.pro_list_img {
	display: block;
	width: 165px;
	height: 118px;
	overflow: hidden;
}

.header_bk .topdown ul .pro_list span {
	display: block;
	width: 100%;
	text-align: left;
	color: #555;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
}

.pro_list a.nav_small {
	font-size: 12px;
	color: #999;
}

.pro_list a.nav_small:hover {
	color: #575755;
	text-decoration: underline;
}

.brand .pro_boxs .pro_next {
	width: 35px;
	margin-top: -30px;
	height: 60px;
	right: 10px;
	background-image: url(../image/brand_next.png);
	background-position: center;
	cursor: pointer;
	background-color: rgba(0, 0, 0, .5);
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.brand .pro_boxs .pro_prv {
	width: 35px;
	height: 60px;
	left: 10px;
	background-image: url(../image/brand_prv.png);
	background-position: center;
	cursor: pointer;
	margin-top: -30px;
	background-color: rgba(0, 0, 0, .5);
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.pro_right {
	float: right;
	width: 600px;
	overflow: hidden;
	position: relative;
	min-height: 675px;
}

.pro_right h2 {
	font-size: 25px;
	line-height: 50px;
}

.pro_right p {
	border-bottom: 1px solid #d5d5d5;
	font-size: 16px;
	color: #575755;
	line-height: 40px;
}

.text_menu span {
	display: block;
	width: 100%;
	height: 40px;
	text-align: left;
	color: #333;
	float: left;
	line-height: 40px;
	border-bottom: 1px solid #d5d5d5;
	font-size: 18px;
}

.text_menu {
	width: 100%;
	clear: both;
	margin: 15px 0 10px 0;
	overflow: hidden;
}

.pro_right .pro_intro,
.pro_right .pro_infor {
	width: 100%;
	clear: both;
	min-height: 100px;
}

.pro_right .pro_intro li,
.pro_right .pro_infor li {
	color: #999999;
	line-height: 26px;
	font-size: 14px;
	text-align: left;
	float: left;
	width: 100%;
}

.pro_right .pro_infor2,
.pro_right .pro_infor2 {
	width: 100%;
	clear: both;
}

.pro_right .pro_infor2 li,
.pro_right .pro_infor2 li {
	color: #999999;
	line-height: 30px;
	font-size: 14px;
	text-align: left;
	float: left;
	width: 100%;
}

.brand .page {
	bottom: 30px;
}

.brand .page .on {
	background: rgba(50,141,75, 0.9)
}

.brand .page li {
	width: 8px;
	height: 8px;
	background: rgba(50,141,75, 0.6);
	border-radius: 50%;
	margin-left: 5px;
}

.pro_detailed {
	padding: 40px 0;
	overflow: hidden;
	clear: both;
}

.pro_detailed h3 {
	color: #000;
	line-height: 2.5;
	border-bottom: #d5d5d5;
	overflow: hidden;
	margin-bottom: 40px;
	font-size: 24px;
	border-bottom: 1px solid #d5d5d5;
}

.pro_detailed img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	margin-bottom: 5px;
}

.package_left {
	float: left;
	width: 400px;
}

.news_show_content {width: 100%;float: left;
}
.prenext {
	    margin-top: 30px;
    border-top: 1px dotted #dddddd;
    border-bottom: 1px dotted #dddddd;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}
.prenext a:hover{color:#837157; }

.video_list {
	width: 1216px;
	margin-left: -16px;
}

.school_list {
	width: 1224px;
	margin-left: -24px;
}

.school_list li {
	float: left;
	width: 384px;
	margin-left: 24px;
	margin-bottom: 24px;
	background: #fff;
}

.school_list li span {
	display: block;
	text-align: center;
	color: #666;
	line-height: 40px;
}

.video_list li {
	float: left;
	width: 388px;
	margin-left: 16px;
	margin-bottom: 16px;
	position: relative;
}

.video_list li span {
	display: block;
	text-align: center;
	color: #333;
	line-height: 40px;
	background: #fff;
	position: relative;
	z-index: 99;
}

.video_list li .mask {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	background: url(../image/mask.png) repeat;
	transition: all 0.5s ease 0s;
}

.video_list li:hover .mask {
	opacity: 0.5;
	transition: all 0.5s ease 0s;
}

.video_list li b {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -30px;
	width: 60px;
	height: 60px;
	background: url(../image/syvi.png) no-repeat center;
	background-size: cover;
	z-index: 999;
}

.video_list li .ex_news_img {
	width: 388px;
	height: 245px;
	overflow: hidden;
}

.video_list li .img_box {
	width: 388px;
	height: 245px;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.school_list li .ex_news_img {
	width: 384px;
	height: 250px;
	overflow: hidden;
}

.school_list li .img_box {
	width: 384px;
	height: 250px;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.video_list li,
.video_list li .img_box,
.video_list li .ex_news_img,
.school_list li,
.school_list li .img_box,
.school_list li .ex_news_img {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.video_list li:hover .img_box,
.school_list li:hover .img_box {
	transform: scale(1.1, 1.1);
}

.school_list li:hover span {
	color: #575755;
}

.mask_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	display: none;
	background: #000;
	opacity: 0;
	-webkit-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	-o-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	-ms-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
}

@-webkit-keyframes maskShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.5;
	}
}

@-o-keyframes maskShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.5;
	}
}

@-ms-keyframes maskShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.5;
	}
}

@keyframes maskShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.5;
	}
}

.video_show {
	width: 1000px;
	height: 680px;
	position: fixed;
	left: 50%;
	margin-left: -500px;
	top: -1000px;
	margin-top: -340px;
	opacity: 0;
	z-index: 10001;
	border-radius: 5px;
	display: none;
	-webkit-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
	-o-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
	-ms-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
	animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
}

@-webkit-keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}
	to {
		opacity: 1;
		top: 50%;
	}
}

@-o-keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}
	to {
		opacity: 1;
		top: 50%;
	}
}

@-ms-keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}
	to {
		opacity: 1;
		top: 50%;
	}
}

@keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}
	to {
		opacity: 1;
		top: 50%;
	}
}

.video_show i {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 10px;
	top: 10px;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	font-size: 22px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	font-weight: bold;
	background: url(http://www.scddsz.com/skin/images/i_closed.png);
}

.video_show i:hover {
	transform: rotate(90deg);
}

.video_show .content {
	width: 90%;
	margin: 20px 5%;
}

.video_show .content h2 {
	line-height: 50px;
	color: #4c321c;
}

.video_show .content .show_date {
	width: 100%;
	height: 25px;
	margin: 10px 0;
	background: #F9F9F9;
	line-height: 25px;
	color: #666;
	text-indent: 2em;
}

.video_show .content .show_intro {
	width: 100%;
	text-align: left;
	font-size: 14px;
	height: 500px;
}

.video_show iframe {
	width: 100%;
	height: 500px;
}

.changge_language a {
	float: right;
	color: #fff;
	width: 80px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	display: block;
	margin-top: 29px;
	margin-left: 20px;
	background: #666;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.changge_language a.a_scroll {
	color: #000;
	border-color: #000;
}

.changge_language a:hover {
	background: #b39b77;
}

.pro_qrcode {
	width: 120px;
	height: 120px;
	position: absolute;
	bottom: 0;
	right: 0;
}
img {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.join_top {
	padding: 40px;
	background: #fff;
	width: 1120px;
	height: 440px;
}

.join .join_top_img {
	width: 552px;
	margin-left: -24px;
}

.join .join_top_img li {
	float: left;
	margin-left: 24px;
	width: 160px;
	height: 96px;
	overflow: hidden;
}

.join .join_top_img li img {
	opacity: .8;
}

.join .join_top_img li:hover img,
.join .join_top_img .on img {
	opacity: 1;
}

.join .jion_img:hover img,
.join .join_top_img li:hover img {
	transform: scale(1.05, 1.05);
}

.join .jion_img {
	width: 528px;
	height: 318px;
	overflow: hidden;
	margin-bottom: 24px;
}

.join .join_top .join_left {
	float: left;
	width: 528px;
}

.join .join_top .join_right {
	float: right;
	width: 540px;
}

.join .join_top .join_right h3 {
	text-align: left;
}

.join .join_top .join_right p {
	line-height: 30px;
	color: #999;
}

.join .join_top .join_right a {
	display: block;
	width: 490px;
	line-height: 50px;
	height: 50px;
	background: #575755;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	margin-top: 30px;
}

.join_list li {
	float: left;
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
	background: #fff;
	height: 245px;
}

.join_list li img {
	float: left;
}

.join_list li .join_list_info {
	padding: 0 50px;
	float: left;
	width: 706px;
	height: 238px;
	color: #666;
}

.join_list li .join_list_info h3 {
	font-size: 20px;
	line-height: 18px;
	padding-top: 50px;
	text-align: left;
	padding-bottom: 25px;
}

.join_list li .join_list_info p {
	width: 100%;
	float: left;
	text-align: left;
	line-height: 30px;
}

.join_list li .join_list_img {
	width: 394px;
	height: 238px;
	float: left;
	overflow: hidden;
}

/*用户登陆*/

.containers {
	width: 100%;
	margin: 0 auto;
	margin-top: 555px;
	background: #f8f8f8;
	overflow: hidden;
	position: relative;
}

.apply {
	clear: both;
	width: 840px;
	min-height: 300px;
	padding-top: 40px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 50px;
}

.apply .apply_sub {
	width: 200px;
	background: #252766;
	color: #fff;
	height: 45px;
	text-align: center;
	border: 1px solid #252766;
	margin: 0 auto;
	float: none;
	line-height: 45px;
	padding: 0;
}

.formitem {
	min-height: 56px;
	font-size: 15px;
	overflow: hidden;
	position: relative;
	margin-bottom: 6px;
	right: 0;
	float: left;
}

.formitem:after {
	content: '';
	display: table;
	clear: both;
}

.formitem > .label {
	width: 100px;
	height: 56px;
	line-height: 56px;
	padding: 0 10px;
	position: absolute;
	left: 0;
	top: 0;
	background: #eee;
	color: #666;
}

.formitem > .container {
	width: 420px;
	min-height: 56px;
	overflow: hidden;
}

.formitem > .notice {
	width: 100%;
	line-height: 15px;
	font-size: 12px;
	color: #999;
	margin: 5px 0;
}

.container input {
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.container textarea:hover {
	border: 1px solid #b5b5b5 !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.container input:focus,
.container textarea:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #696969;
	border-color: #575755 !important;
	background-color: #fff;
	outline: 0
}

.formitem > .container input[type="text"] {
	width: 400px;
	height: 56px;
	font-size: 15px;
	font-family: "microsoft yahei", arial;
	line-height: 56px;
	box-sizing: border-box;
	padding: 0 10px;
	border: 1px solid #eee;
	border-radius: 2px;
}

.formitem > .container input[type="password"] {
	width: 400px;
	height: 56px;
	font-size: 15px;
	font-family: "microsoft yahei", arial;
	line-height: 56px;
	box-sizing: border-box;
	border: 1px solid #eee;
	padding: 0 10px;
	border-radius: 2px;
}

.formitem > .container textarea {
	width: 400px;
	height: 100px;
	font-size: 15px;
	font-family: "microsoft yahei", arial;
	line-height: 56px;
	box-sizing: border-box;
	border: 1px solid #eee;
	padding: 0 18px;
	resize: none;
	border-radius: 2px;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.formitem > input[type="submit"] {
	width: 400px;
	height: 56px;
	background: #b39b77;
	color: #fff;
	font-family: "microsoft yahei", arial;
	font-size: 16px;
	cursor: pointer;
	border: 1px solid #eee;
	border-radius: 2px;
}

.formitem > input[type="submit"]:hover {
	background: #b29873;
}

.Validform_checktip {
	margin-left: 0px;
	font-size: 13px;
	width: 100%;
	float: left;
	height: 17px;
	padding-top: 6px;
}

.Validform_right {
	color: #44b549;
}

.Validform_wrong {
	color: #575755;
}

.jxs {
	width: 100%;
	position: fixed;
	top: 0;
	bottom: 50px;
	left: 0;
	right: 0;
	z-index: 8;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.jxs .jxs_main {
	margin: 0 auto;
	height: 100%;
	width: 1200px;
	position: relative;
}

.bgwhite {
	background: #fff;
	position: absolute;
	top: 50%;
	right: 0;
	width: 366px;
	height: 390px;
	margin-top: -210px;
	background-color: #fff;
	padding: 40px 50px;
	box-sizing: border-box;
	border-radius: 5px;
}

.bgwhite h2 {
	padding-bottom: 20px;
	font-weight: normal;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

#wandou-dialog-pc > .btn > a.primary:hover {
	background: #b29873 !important;
	color: #fff;
}

.apply_box {
	background: #fff;
	overflow: hidden;
	padding: 30px;
	border: 1px solid #eee;
	width: 400px;
	position: absolute;
	right: 50px;
	top: 100px;
}

.apply_box h3 {
	text-align: left;
	font-weight: normal;
	font-size: 24px;
	color: #666;
	line-height: 90px;
}

.apply_box img {
	float: right;
}

.apply_box form {
	float: left;
	width: 540px;
}

.menu_down .pro_menu i {
	float: right;
	margin-top: 14px;
	opacity: 0;
	transition: all ease-out .2s;
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../image/subnav.png);
}

.menu_down a:hover i {
	opacity: 1;
}

.nav_menu ul li:hover .menu_down {
	display: block;
}

.menu_down {
	display: none;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.menu_down a.pro_menu {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0 10px;
	width: 130px;
	border: 0px;
	line-height: 42px;
	height: 42px;
	transition: 0.3s;
	transform-origin: bottom;
	margin: 0;
	font-size: 14px;
	color: #fff;
}

.menu_down a.pro_menu:hover {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	color: #fff;
	background-color: #333;
}

.menu_down a.ck {
	background-color: #333;
	color: #fff;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.menu_down a.ck i {
	opacity: 1;
}

.nav_menu ul li .menu_down {
	display: none;
	padding-bottom: 0px;
	position: absolute;
	background: #575755;
	left: 0;
	z-index: 99;
	top: 70px;
}

/*樱井卫浴*/
.index_menu ul li,.index_menu ul li .menu_info em,.index_menu ul li .menu_info .menu_text,.idea_list li,.idea_list li .idea_img,.ex_jobs ul li,.ex_jobs ul li a,.aut li,.aut li img,.aut li .aut_info,.property_list li b,.property_list li,.customer li .customer_img,.history_left div,.newpro_list li i,.recommend_box ul li i,.bigpro_list li span,.aut li .aut_imgs,.newpro_tit i,.nav_menu ul li em,.cultura_list li h3,.nav_menu .sub_menu i{transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.about_text{overflow: hidden;}
.flow_text{line-height: 30px;color: #666;padding-top:35px;border-top: 1px solid #d5d5d5;overflow: hidden;margin-top: 45px;}

.brand_h3{line-height: 100px;}
.idea_h3{line-height: 50px;}
.brand_h3,.idea_h3{font-size: 26px;font-weight: normal;}
.idea_text{line-height: 30px;color: #666;}
.join_text h3{color: #000;font-size: 20px;line-height: 40px;font-weight: normal;}
.join_text i{display: block;width: 50px;margin: 15px 0; background: #E50006;height: 2px;}
.ex_jobs{clear: both;}
.ex_jobs ul{width: 950px;clear: both;margin-left: -10px;}
.ex_jobs ul li{float: left;padding: 30px 20px;margin-left: 10px;margin-bottom: 10px;border: 1px solid #d5d5d5;cursor: pointer;border-radius:5px;width: 422px;background: #fff;}
.ex_jobs ul li .jobs_title{line-height: 20px;overflow: hidden;padding-bottom: 25px;border-bottom: 1px solid #d5d5d5;float: left;width: 100%;}
.ex_jobs ul li .jobs_title b{display: block;float: left;font-weight: normal;color: #000;font-size: 16px;width: 390px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.ex_jobs ul li .jobs_title span{display: block;float: right;font-size: 14px;color: #666;width: 150px;text-align: right;}
.ex_jobs ul li a{display: block;width: 100%;height: 100%;overflow: hidden;}
.ex_jobs ul li p{line-height: 34px;color: #666;display: block;float: left;width: 100%;height: 102px;overflow: hidden;margin: 30px 0 50px 0;}
.ex_jobs ul li em{display: block;float: left;width: 120px;height: 38px;line-height: 38px;border-radius:3px;background: #837157;color: #fff;text-align: center;}
.ex_jobs ul li:hover{box-shadow: 0 6px 10px rgba(0, 0, 0, .1);}
.ex_jobs ul li:hover em{background: #b39b77;}
.about h3{font-size: 30px;color: #000;}
.about span{line-height: 55px;color: #666;padding-bottom: 15px;font-size: 14px;display: block;}
.about h4{line-height: 100px;font-size: 25px;font-weight: normal;}
.about img{display: block;}
.about i{display: block;width: 140px;height: 1px;background: #b39b77;margin-bottom: 25px;}
.package p{line-height: 30px;color: #666;font-size: 14px;}
.about h5{font-size: 18px;line-height: 60px;border-bottom: 1px solid #d5d5d5;margin-bottom: 25px;font-weight: normal;}
.about .about_list li{float: left;position: relative;width: 297px;height: 180px;overflow: hidden;margin-left: 4px;}
.about .about_list li em{display: block;position: absolute;line-height: 40px;text-align: right;color: #fff;width: 100%;right: 15px;bottom: 0;}
.about .about_list li:hover img{transform: scale(1.05,1.05);}
.about .about_list{clear: both;width: 1206px;margin-left: -4px;}
.cultura_list h4{border-bottom: 1px solid #B29873;color: #B29873;font-size: 20px;line-height: 60px;margin-top: 30px;padding-left: 29px;}
.idea_list{clear: both;width: 970px;margin:0 0 0 -30px;}
.cultura_list{clear: both;width: 969px;margin:0 0 0 -29px;}
.cultura_list li{float: left;margin-left: 29px;width: 294px;height: 370px;cursor: pointer;}
.cultura_list li div{overflow: hidden;width: 294px;height: 168px;}
.cultura_list li h3{font-size: 18px;padding:30px 0 15px 0;line-height:1;color: #000;}
.cultura_list li:hover h3{color: #B29873;padding-top: 20px;}
.cultura_list li p{padding-top: 20px;line-height: 28px;color: #999;}
.idea_list li{float: left;margin-left: 30px;width: 455px;height: 450px;cursor: pointer;}
.service h2{padding-bottom: 20px;}
.service{clear: both;overflow: hidden;}
.service .idea_list{margin-top: 30px;}
.service_box{padding: 40px 30px;background: #e5e5e5;clear: both;overflow: hidden;line-height: 2;font-size: 14px;color: #666;margin-top: 40px;} 
.service_box b{display: inline-block;font-size: 32px;line-height: 50px;}
.service .idea_list li{height: 520px;}
.idea_list li .idea_img{overflow: hidden;width: 455px;height: 225px;margin-top: 20px;}
.idea_list li:hover img,.cultura_list li:hover img{transform: scale(1.05,1.05);}
.idea_list li:hover .idea_img{margin-top: 10px;}
.idea_list li h3{font-weight: normal;font-size: 20px;padding-top: 15px;line-height: 40px;color: #666;}
.service .idea_list li .idea_img{height: 240px;}
.service .idea_list li h4{font-size: 16px;padding-bottom: 10px;color: #666;}
.skill h3,.property h3{font-size: 18px;line-height: 1.5;}
.skill p{font-size: 14px;line-height: 45px;padding-bottom: 10px;}
.skill img{padding-bottom:20px;}
.aut{clear: both;}
.aut li{padding: 20px 30px;border-bottom: 1px solid #eee;background: #fff;overflow: hidden;cursor: pointer;margin-top: 15px;}
.aut li .aut_img{float: left;width: 204px;height: 124px;border: 1px solid #eee;overflow: hidden;}
.aut li:hover .aut_imgs{transform:scale(1.05,1.05);}
.aut li .aut_imgs{width: 204px;height: 124px;background-repeat: no-repeat;background-position: center;background-size: contain;}
.aut li .aut_info{float: right;width: 880px;color: #666;}
.aut li .aut_info h3{font-size: 18px;font-weight: normal;padding-bottom: 15px;}
.aut li .aut_info p{line-height: 20px;font-size: 14px;height: 40px;overflow: hidden;}
.aut li .aut_info em{display: block;padding-top: 30px;}
.aut li:hover img{transform: scale(1.1,1.1);}
.aut li:hover{background: #eee;}
.aut li:hover .aut_info{color: #000;}
.property h4{font-size: 20px;font-weight: normal;line-height: 45px;padding-bottom: 15px;border-bottom: 1px solid #d5d5d5;margin-bottom: 40px;padding-top: 15px;clear: both;}
.property_list{width: 1212.5px;clear: both;margin-left: -12.5px;}
.property_list li{margin-left: 12.5px;width: 230px;height: 270px;float: left;overflow: hidden;position: relative;background-color: #fff;overflow: hidden;margin-bottom: 12.5px;}
.property_list li:hover img{transform: scale(1.05,1.05);}
.property_list li b{position: absolute;left: 0;bottom: 0;width: 0;display: block;height: 3px;background: #c12d31;}
.property_list li:hover b{width: 100%;}
.property_list li:hover{box-shadow: rgba(0,0,0,.1) 0px 3px 5px;}
.service_tel{border-top: 1px solid #d5d5d5;padding-top: 30px;width: 100%;clear: both;margin-top: 30px;}
.service_tel b{font-size: 36px;}
.customer{margin-left: -15px;width: 1215px;}
.customer li{width: 390px;float: left;margin-left: 15px;height: 425px;}
.customer li .customer_img{width: 390px;height: 235px;overflow: hidden;margin-top: 10px;}
.customer li:hover img{transform: scale(1.05,1.05);}
.customer li h3{line-height: 45px;padding-top: 15px;font-size: 21px;color: #000;}
.customer li p{height: 120px;display: block;overflow: hidden;}
.customer li:hover .customer_img{margin-top:0;}
.download ul li{float: left;width: 100%;margin-bottom: 30px;}
.download ul li .dwon_right{width: 100px;height: 40px;line-height: 40px;padding: 0 10px;float: left;background: #6b9b78;color: #fff;text-align: center;}
.download ul li:hover .dwon_right{background: #b39b77;}
.download ul li .dwon_left{width:1038px;height: 38px;font-size: 15px;font-family:arial,"microsoft yahei";line-height: 38px;border: 1px solid #8bbe99;padding: 0 20px;float: left;color: #666;background: #eee;white-space: nowrap;text-overflow: ellipsis;text-align: left;background-image: url(../image/qrcode.png);background-repeat: no-repeat;background-position: right;position: relative;}
.download ul li .dwon_left .dwon_qr{position: absolute;width: 120px;height: 120px;padding:15px 13.5px 22px 13.5px;background-image: url(../image/dwon_qr.png);right: 0;bottom: 45px;display: none;}
.download ul li .dwon_left:hover .dwon_qr{display: block;}
.download h3{font-size: 21px;color: #000;}
.download p{font-size: 14px;color: #666;padding: 15px 0 50px 0;}
.bigpro_list li .pro_img{overflow: hidden;width: 285px;height: 285px;}
.bigpro_list li:hover img{transform: scale(1.05,1.05);}
.aut_top{padding: 20px 30px;border-bottom: 1px solid #eee;background: #fff;overflow: hidden;cursor: pointer;margin-bottom: 15px;}
.aut_top .aut_img{float: left;width: 204px;height: 124px;border: 1px solid #eee;overflow: hidden;}
.aut_top:hover .aut_imgs{transform:scale(1.05,1.05);}
.aut_top .aut_imgs{width: 204px;height: 124px;background-repeat: no-repeat;background-position: center;background-size: contain;}
.aut_top .aut_info{float: right;width: 880px;color: #666;}
.aut_top .aut_info h3,.qua h3{font-size: 18px;font-weight: normal;padding-bottom: 15px;}
.aut_top .aut_info p{line-height: 20px;font-size: 14px;}
.apply_main{width: 100%;background-image: url(../image/apply.jpg);height: 722px;clear: both;overflow: hidden;margin-top: 30px;position: relative;}
/*水*/
#water { width: 100%; height: 30px;position: absolute;left: 0;bottom: 0; }
.water-1,.water-2 { width: 100%; height: 30px; position: absolute;  }
.water-1 { background: url('http://www.scddsz.com/skin/images/water-1.svg') repeat-x; background-size: 600px; -webkit-animation: wave-animation-1 3.5s infinite linear; animation: wave-animation-1 3.5s infinite linear;  }
.water-2 { background: url('http://www.scddsz.com/skin/fonts/water-2.svg') repeat-x; background-size: 600px; -webkit-animation: wave-animation-2 6s infinite linear; animation: wave-animation-2 6s infinite linear;  }
@keyframes wave-animation-1 {
    0% {
        background-position: 0 top
    }
    100% {
        background-position: 600px top
    }
}
@keyframes wave-animation-2 {
    0% {
        background-position: 0 top
    }
    100% {
        background-position: 600px top
    }
}
.about_desc{float: left;width: 100%;}
.about_desc h3{font-size: 36px;padding: 30px 0;}
.about_desc p{color: #444;line-height: 27px;}
.history{width: 450px;margin:40px 0 40px 0}
.history li h3{font-family: helvetica;color: #b29873;font-size: 24px;}
.history li p{color: #999;font-size: 14px;line-height: 30px;padding: 10px 0;}
.about_tit{width: 100%;overflow: hidden;clear: both;padding-bottom: 20px;}
.about_tit h3{text-transform: capitalize;font-size: 30px;font-weight: normal;color: #b39b77;}
.about_tit h4{font-weight: normal;font-size: 24px;line-height: 50px;}
.about_tit p{line-height: 1.5;color: #999;}
.pl30{padding-left: 30px;width: 382px;}
.pr20{padding-right: 20px;width: 294px;}
.culture ul li{padding-top: 60px;}
.culture ul li h3{font-weight: normal;font-size: 20px;color: #000;line-height: 1;}
.culture ul li h4{font-weight: normal;font-size: 16px;color: #999;line-height: 2;padding-bottom: 10px;}
.culture ul li p{color: #999;line-height: 24px;}
.contact p{font-size: 18px;color: #000;line-height: 40px;padding-bottom: 30px;}
.contact em{display: inline-block;width: 30px;}
.contact h3{font-size: 36px;padding: 0 0 30px 0;}
.room_h3{font-size: 21px;font-weight: normal;color: #b29873;padding-left: 12px;padding-bottom: 24px;}
.brand_list {
	width: 952px;
    margin-left: -12px;
	clear: both;
}

.brand_list li {
	float: left;
	width: 226px;
	margin-left: 12px;
	margin-bottom: 12px;
}

.brand_list li .case_img {
	width: 226px;
	height: 226px;
	overflow: hidden;
}

.brand_list li:hover img {
	transform: scale(1.05, 1.05);
}

.brand_list li:hover span {
	color: #000;
}

.brand_list li span {
	display: block;
	text-align: center;
	color: #666;
	line-height: 40px;
}
.cultura{background-image: url(../image/wenhua.jpg);width: 940px;height: 546px;position: relative;color: #fff;}
.cultura ul{position: absolute;left: 40px;top: 55px;}
.cultura ul li{width: 395px;padding-top: 30px;}
.cultura ul li h3{font-size: 20px;line-height: 30px;}
.cultura ul li p{line-height: 28px;color: #fff;}
.policy{border: 1px solid #d5d5d5;padding: 50px;}
.policy h3{font-size: 18px;padding-bottom: 15px;color: #333;}
.policy p{padding-left: 10px;color: #999;line-height: 2;border-bottom: 1px dashed #eee;padding-bottom: 20px;margin-bottom: 20px;}
.policy h2{color: #f00;}
/*产品推荐*/
.newpro_tit,.recommend_tit{font-size: 26px;text-align: left;line-height: 1;color: #333;padding-top: 30px;overflow: hidden;clear: both;}
.newpro_tit b{display: block;font-weight: normal;float: left;}
.newpro_page{float: right;}
.newpro_tit i{display: block;cursor: pointer;float: left;float: left;background-position: bottom;width: 23px;height: 23px;margin-left: 15px;}
.newpro_tit .icon_left{background-image: url(../image/icon_left.png);}
.newpro_tit .icon_right{background-image: url(../image/icon_right.png);}
.newpro_tit i:hover,.newpro_tit .cur{background-position: top}
.newpro_list{width: 952px;margin-left: -12px;margin-top: 30px;clear: both;}
.newpro_list li em,.recommend_list li em{display: block;background: #b39b77;text-align: center;height: 20px;line-height: 20px;color: #fff;position: absolute;left: 0;top: 0;width: 50px;z-index: 1;}
.newpro_list li{width: 224px;margin-left: 12px;float: left;position: relative;background: #fff;overflow: hidden;border: 1px solid #d5d5d5;margin-bottom: 12px;}
.newpro_list li img,.recommend_wrap ul li img{display: block;}
.newpro_list li a,.recommend_wrap ul li a{display: block;width: 100%;height: 100%;overflow: hidden;}
.newpro_list li i,.recommend_wrap ul li i{display: block;width: 0;height: 2px;background: #ffac13;left: 0;top: 0;position: absolute;z-index: 1;}
.newpro_list li:nth-of-type(4n-3) i{background: #ffac13;}
.newpro_list li:nth-of-type(4n-2) i{background: #83c44e;}
.newpro_list li:nth-of-type(4n-1) i{background: #2196f3;}
.newpro_list li:nth-of-type(4n) i{background: #e53935;}
.newpro_list li .pro_img,.recommend_wrap ul li .pro_img{overflow: hidden;width: 224px;height: 175px;}
.newpro_list li:hover img,.recommend_wrap ul li:hover img,.recommend a.recommend_img:hover img{transform: scale(1.05,1.05);}
.newpro_list li span,.recommend_wrap ul li span{display: block;text-align: center;padding-top: 10px;color: #555555;padding-bottom: 10px;}
.newpro_list li b,.recommend_wrap ul li b{display: block;color: #b39b77;font-weight: normal;}
.newpro_list li:hover i,.recommend_wrap ul li:hover i{width: 100%;}
.recommend_tit{margin-bottom: 15px;}
.recommend_tit a{font-size: 14px;line-height:24px;color: #fff;display: inline-block;float: right;width: 95px;background: #4c7341;text-align: center;text-transform: uppercase;}
.recommend_tit a:hover{background: #6ba05c;}
.diy{padding: ;overflow: hidden;padding-top: 40px;}
.diy h2,.diy h3{font-weight: normal;color: #000;}
.diy h2{font-size: 30px;line-height: 1;}
.diy h3{line-height: 55px;font-size: 20px;}
.room_list {
	width: 952px;
	margin-left: -12px;
	clear: both;
}

.room_list li {
	float: left;
	width: 226px;
	margin-left: 12px;
	margin-bottom: 12px;
}

.room_list li .room_img {
	width: 226px;
	height: 226px;
	overflow: hidden;
}

.room_list li:hover img {
	transform: scale(1.05, 1.05);
}

.room_list li span {
	display: block;
	text-align: center;
	background: #d5d5d5;
	color: #666;
	line-height: 40px;
}
.nav_menu .sub_menu a {
    display: block;
    font-size: 13px;
    background: #b69f7f;
    position: relative;
    z-index: 1;
}
.nav_menu .sub_menu i {
    display: block;
    z-index: -1;
    position: absolute;
    width: 0;
    height: 100%;
    background: #9d8a6f;
    left: 0;
    top: 0;}
.nav_menu .sub_menu a:hover i, .sub_menu a.on i {
    width: 100%;
}
.nav_menu .sub_menu a:hover, .sub_menu a.on{
    background: #b69f7f;
}
.nav_menu .sub_menu{display: none;}
.nav_menu .on .sub_menu{display: block;}
.search span {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: left;
    text-indent: 4em;
    background-color: rgb(76, 115, 65);
    background-image: url(../image/icon.png);
    color: rgb(255, 255, 255);
    background-position: -5px -963px;
    background-repeat: no-repeat;
}
.search .search_input {
    width: 80%;
    height: 40px;
    line-height: 40px;
    color: rgb(153, 153, 153);
    display: block;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(238, 238, 238);
    border-image: initial;
    padding: 0px 5%;
    margin: 20px auto;
}
.search .reset_input {
    display: block;
    width: 90%;
    text-align: center;
    color: rgb(255, 255, 255);
    height: 30px;
    line-height: 30px;
    margin: 0px auto 20px;
    background: rgb(95, 95, 95);
    border-radius: 3px;
}
.search {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(238, 238, 238);
    border-image: initial;
    margin: 40px 0px;
}


/*滚动*/

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.product .center-wrap {
	position: relative;
	z-index: 1;
	width: 80% !important;
	height: 100%;
	margin: 0 auto;
	max-width: 1500px;
}

.desc {
	position: relative;
	z-index: 1;
}

.section {
	overflow: hidden;
}

.section h1 {
	margin-bottom: 20px;
	line-height: 1.4;
	font-size: 40px;
	font-weight: 400;
}

.banner .slide a {
	display: table;
	width: 100%;
	height: 100%;
	display: table;
}

.banner .slide {
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.banner .slide img {
	max-width: 100%;
	display: block;
}

.banner-desc {
	position: absolute;
	width: 386px;
	margin: 0 auto;
	color: #FFF;
	bottom: 95px;
	left: 50%;
	margin-left: -193px;
}

.banner-desc h1 {
	text-align: center;
}

#fp-nav ul li:first-child,
#fp-nav ul li:last-child {
	display: block;
}

.thin {
	background: #eee;
}

@media screen and (min-width:1920px) {
	.thin {
		background: #eee;
	}
	.cnc {
		background: url(http://www.scddsz.com/skin/images/bg3.jpg) center 0 no-repeat;
	}
	.screen {
		background: url(http://www.scddsz.com/skin/images/bg4.jpg) center 0 no-repeat;
	}
	.cpu {
		background: url(http://www.scddsz.com/skin/images/bg5.jpg) center 0 no-repeat;
	}
	.camera {
		background: url(http://www.scddsz.com/skin/images/bg7.jpg) center 0 no-repeat;
	}
	.flyme {
		background: url(http://www.scddsz.com/skin/images/bg9.jpg) center 0 no-repeat;
	}
	.cnc-desc {
		padding-top: 50%;
	}
	.thin-img {
		margin-top: 100px;
		margin-left: -720px;
	}
	.thin-img2 {
		left: 400px;
	}
	.thin-img1 {
		left: 230px;
		width: auto;
	}
	.thin-img2 {
		left: 480px;
		width: auto;
	}
	.screen-desc {
		padding-top: 200px;
	}
	.screen-img img {
		width: 1200px;
	}
	.cpu-img {
		position: absolute;
		bottom: -300px;
		left: 50%;
		margin-left: -666px;
	}
	.cpu-img img {
		width: 1200px;
	}
	.net-img {
		top: 16%;
		left: 0;
	}
	.battery-img img {
		width: 1200px;
	}
	.flyme-img {
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -600px;
		padding-top: 400px;
		width: 1200px;
		height: 752px;
		z-index: 1;
	}
	.flyme-img img {
		position: absolute;
	}
	.flyme-pic1 {
		left: 0;
		padding-top: 60px;
		width: auto;
	}
	.flyme-pic2 {
		left: 368px;
		width: auto;
		z-index: 1;
	}
	.flyme-pic3 {
		left: 755px;
		padding-top: 60px;
		width: auto;
	}
	.parameters-list li h2 {
		height: 100px;
		line-height: 100px;
	}
}

@media screen and (max-width:1440px) {
	.cnc {
		background: url(http://www.scddsz.com/skin/images/bg3-xs.jpg) center 0 no-repeat;
	}
}

.product .products {
	width: 100%;
	position: relative;
	top: 50%;
	margin-top: -46%;
}

.product .product_top .title {
	font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑";
	text-align: left;
	font-size: 30px;
}

.product .product_top .subtitle {
	font-family: "Helvetica", "微软雅黑";
	text-align: left;
	font-size: 14px;
}

.product .product_left {
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	transition: all .8s;
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	overflow: hidden;
	width: 23%;
}

.product .product_right {
	float: left;
	padding-top: 10px;
	width: 77%;
	transition: all .8s;
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

.product .product_right li {
	width: 23.9%;
	background: #f7f7f7;
	float: left;
	margin-left: 8px;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}

.active .product_right {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	transition: all 1.1s;
}

.active .product_left {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	transition: all 1s;
	position: relative;
}

.product .product_right li img {
	width: 100%;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.product .product_right li:hover img {
	transform: scale(1.1, 1.1);
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.product .product_right li .list_img {
	overflow: hidden;
	position: relative;
}

.product .product_right li .list_t {
	font-size: 16px;
	color: #333;
	padding-left: 18px;
	padding-top: 20px;
	transition: all ease-out .4s;
	padding-bottom: 2%;
}

.product .product_right li .list_st {
	color: #8f8e8e;
	font-size: 13px;
	padding-left: 15px;
}

.product .product_right li .rectborder {
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	position: absolute;
	left: -10px;
	top: -10px;
	border: rgba(255, 255, 255, .6) 1px solid;
	transition: all ease-out .3s;
}

.product .product_right li:hover .rectborder {
	width: calc(100% - 22px);
	height: calc(100% - 22px);
	left: 10px;
	top: 10px;
}

.product .product_right li .icon {
	position: absolute;
	bottom: 0;
	right: 30px;
	width: 46px;
	height: 40px;
	background: #0072d4;
	bottom: -40px;
	transition: all ease-out .3s;
}

.product .product_right li:hover .icon {
	bottom: 0px;
}

.product .product_right li .icon .add {
	width: 15px;
	height: 15px;
	margin: 12px 0 0 15px;
}

.lcbody {
	width: 30px;
	height: 30px;
	position: relative;
	transform: translateZ(0px) rotate(0deg);
	-webkit-transform: translateZ(0px) rotate(0deg);
	transition: transform 0.4s cubic-bezier(0.4, 0.01, .165, 0.99);
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0.01, .165, 0.99);
}

.lcitem {
	position: absolute;
	left: 0;
	top: 0;
	transform: translateZ(0px) rotate(0deg);
	transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s;
	-webkit-transform: translateZ(0px) rotate(0deg);
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s;
	width: 30px;
	height: 30px;
}

.product .product_right li .icon .add .lcitem .rect {
	width: 15px;
	height: 1px;
	background: #fff;
	top: 7px;
}

.lcitem .rect {
	width: 30px;
	height: 2px;
	background: #181818;
	position: absolute;
	left: 0;
	top: 14px;
	transition: transform 0.2s ease 0.2s;
	-webkit-transition: -webkit-transform 0.2s ease 0.2s;
}

.product .product_right li .icon .add .lcitem.v .rect {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.product .product_right li .more {
	width: 100%;
	height: 36px;
	background-color: #0072d4;
	position: absolute;
	transition: all ease-out .3s;
	bottom: -36px;
	left: 0;
	text-align: center;
}

.product .product_right li:hover .more {
	bottom: 0px;
}

.product .product_right li:hover {
	background: #fff;
	box-shadow: 0 8px 42px rgba(0, 0, 0, .12);
}

.product .product_right li:hover .list_t {
	transition: all ease-out .4s;
	padding-top: 10px;
}

.product .product_right li .more i {
	margin-top: 12px;
	background-position: 0 -7px;
}

.icon-morejt {
	background: url(../image/more.png) no-repeat;
	width: 16px;
	height: 7px;
	display: inline-block;
}

.product .product_right li:hover .more {
	bottom: 0px;
}

#footer.mini {
	position: fixed;
	bottom: 0;
	background: rgba(0, 0, 0, .8);
	width: 100%;
	margin: 0 auto;
}

#footer {
	background: #000;
	width: 100%;
	position: relative;
	z-index: 2;
}

#footer.mini p {
	float: left;
	height: 36px;
	line-height: 36px;
	color: #7e7e7e;
	font-size: 13px;
}

#footer.mini a {
	float: right;
	color: #7e7e7e;
	line-height: 36px;
}

#footer .footers {
	width: 1200px;
	margin: 0 auto;
}
.menu_pages .menu_list{float: left;}
.menu_pages .menu_list ul li{padding:0 25px;height: 35px;text-align: left;cursor: pointer;width: 110px;margin-bottom: 15px;line-height: 35px;}
.menu_pages .menu_list ul li:hover,.menu_pages .menu_list ul .on{background: #b39b77;color: #fff;}
.menu_boxs i{display: block;width: 80px;height: 1px;background: #e5e5e5;}
.menu_boxs{float: right;width: 986px;z-index: 1;position: relative;}
.menu_boxs div{cursor: pointer;}
.menu_boxs a{display: block;font-size: 12px;}
.Lila i{margin: 15px 0;}
.menu_boxs p{line-height: 22px;color: #787878;height: 44px;overflow: hidden;}
.Lila .Lila_box_top:hover img,.Lila .Lila_box_bot:hover img,.Narciso .Narciso_box_left:hover img,.Narciso .Narciso_box_right:hover img,.Rosa .Rosa_box_left:hover img,.Rosa .Rosa_box_right:hover img{transform: scale(1.03,1.03);}
.Lila .Lila_box_top:hover a,.Lila .Lila_box_bot:hover a,.Narciso .Narciso_box_left:hover a,.Narciso .Narciso_box_right:hover a,.Rosa .Rosa_box_left:hover a,.Rosa .Rosa_box_right:hover a{text-decoration: underline;color: #000;}
.Lila .Lila_box_top{margin-bottom: 20px;}
.Lila .Lila_box_top,.Lila .Lila_box_bot{z-index: 1;position: relative;width: 100%;float: left;}
.Lila .Lila_info{position:absolute;padding:30px 40px;background: #fff;top: 35px;width: 340px;}
.Lila .Lila_box_top .Lila_info{right: 0;} 
.Lila .Lila_box_bot .Lila_info{left: 0;} 
.Lila .Lila_info h3,.Narciso .Narciso_info h3{font-size: 18px;line-height: 30px;font-weight: normal;text-transform: capitalize;}
.Lila_box_top .Lila_img{float: left;}
.Lila_box_bot .Lila_img{float: right;}
.Lila_img{width: 701px;height: 250px;overflow: hidden;}
.productbox2,.productbox3,.productbox4,.productbox5,.productbox6{display: none;}
.Narciso_img{width: 493px;height: 342px;overflow: hidden;}
.Narciso .Narciso_box_left,.Narciso .Narciso_box_right{z-index: 1;position: relative;width: 50%;float: left;}
.Narciso .Narciso_box_left .Narciso_img{margin-bottom: 155px;}
.Narciso .Narciso_box_right .Narciso_img{margin-top: 155px;}
.Narciso .Narciso_info{left: 66.5px;}
.Narciso .Narciso_info,.Rosa .Rosa_info{padding:35px 40px;background: #fff;text-align: center;position: absolute;width: 280px;}
.Narciso .Narciso_box_left .Narciso_info{bottom: 0;}
.Narciso .Narciso_box_right .Narciso_info{top: 0;}
.Narciso .Narciso_info i,.Rosa .Rosa_info i{margin: 25px auto;}
.Narciso a,.Rosa a{margin-top: 15px;}
.Rosa .Rosa_box_left,.Rosa .Rosa_box_right{width: 450px;float: left;position: relative;}
.Rosa .Rosa_info{left: 45px;bottom: 0;}
.Rosa .Rosa_img{width: 450px;height: 494px;margin-bottom: 30px;overflow: hidden;} 
.add{float: right;width: 86px;height: 86px;background: #4c7341;color: #fff;}
.add em{display: block;background-image: url(../image/add.png);width: 27px;height: 27px;margin: 20px 0 0 29.5px;}
.add:hover em{transform: rotate(90deg);-webkit-transform: rotate(90deg);-o-transform: rotate(90deg);}
.add span{font-size: 14px;line-height: 35px;text-transform: uppercase;text-align: center;display: block;}
.Narciso .add,.Lila .add{position: absolute;right: 0;bottom: 0;z-index: 5;}
.Narciso,.Lila{width: 100%;overflow: hidden;position: relative;}
.index_title{overflow: hidden;clear: both;width: 100%;}
.index_title h3{font-size: 48px;font-weight: normal;color: #444;line-height: 1;}
.index_title p{text-transform: capitalize;color: #c4c4c4;font-size: 16px;line-height: 2;padding-bottom: 40px;}
.index_menu ul li .menu_img,.index_menu ul li .menu_info,.index_menu ul li .menu_info p,.index_join .join_page a,.news_right ul li b,.news_right a.more,.add em{transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.index_menu{background-image: url(../image/index_menu.jpg);background-repeat: no-repeat;background-position: center;background-size: cover;width: 100%;height: 100%;}
.index_menu ul li{float: left;width: 300px;background: #fff;height: 440px;z-index: 1;position: relative;overflow: hidden;}
.index_menu ul li .menu_img{width: 300px;height: 316px;overflow: hidden;position: absolute;left: 0;}
.index_menu ul .menu_top .menu_img{top: 0;}
.index_menu ul .menu_bot .menu_img{bottom: 0;}
.index_menu ul li .menu_img img{display: block;}
.index_menu ul li:hover .menu_img img{transform: scale(1.05,1.05);}
.index_menu ul li .menu_info{padding:32px 20px;position: absolute;left: 0;}
.index_menu ul .menu_top .menu_info{top: 316px;}
.index_menu ul .menu_bot .menu_info{top: 0;height: 60px;overflow: hidden;}
.index_menu ul li .menu_info h3{font-weight: normal;color: #000;line-height: 30px;font-size: 18px;}
.index_menu ul li .menu_info h4{font-size: 16px;color: #c4c4c4;font-weight: normal;padding-bottom: 15px;}
.index_menu ul li .menu_info p{font-size: 12px;line-height: 2;padding-top: 40px;}
.index_menu ul .menu_top:hover .menu_img{top: -60px;}
.index_menu ul .menu_top:hover .menu_info{top: 256px;}
.index_menu ul .menu_bot:hover .menu_img{bottom: -60px;}
.index_menu ul .menu_bot:hover .menu_info{height: auto;}
.index_menu ul li:hover .menu_info p{padding-top: 0;}
.index_join{background-image: url(../image/index_join.jpg);background-repeat: no-repeat;background-position:center;background-size:cover;}
.index_join .join_page{background: #fff;padding:50px;width: 700px;position: absolute;top: 50%;right: 0;margin-top: -195px;}
.index_join .join_page .pages_p{line-height: 24px;color: #8b8b8b;font-size: 14px;padding: 20px 0 60px 0;}
.index_join .join_page a{display: block;width: 230px;text-align: center;height: 45px;line-height: 45px;background: #9a8667;color: #fff;text-transform: uppercase;}
.index_join .join_page a:hover{background:#b39b77;}
/*首页新闻*/
.index_news{}
.news_left{width: 630px;float: left;}
.news_left .news_img{width: 630px;height: 360px;overflow: hidden;}
.news_left .news_bg{width: 630px;height: 360px;background-repeat: no-repeat;background-position: center;background-size: cover;}
.news_left h3,.news_right ul li h3{font-weight: normal;color: #7b7b7b;font-size: 18px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news_right ul li h3{line-height: 1;}
.news_left:hover h3{color: #000;}
.news_left h3{padding-top: 25px;line-height: 50px;}
.news_left h4,.news_right ul li h4{font-weight: normal;line-height: 1;font-size: 14px;color: #999;}
.news_right ul li h4{padding-top: 25px;}
.news_left p,.news_right ul li p{color: #8b8b8b;line-height: 24px;height: 48px;overflow: hidden;padding-top: 25px;}
.news_left p{width: 500px;}
.news_right ul li p{padding-bottom: 20px;border-bottom: 1px solid #d5d5d5;}
.news_right ul li a{display: block;width: 100%;height: 100%;overflow: hidden;}
.news_right ul li:hover h3{color: #000;}
.news_right{float: right;width: 510px;}
.news_right ul li{padding-left:35px;position: relative;margin-bottom: 60px;overflow: hidden;}
.news_right ul li b{display: block;width: 1px;height: 45px;background: #000;position: absolute;left: 0px;top: -100px;}
.news_right ul li:hover b{top: 0;}
.news_right a.more{display: block;width: 240px;height: 45px;line-height: 45px;text-align: center;background: #9a8667;color: #fff;text-transform: uppercase;float: left;margin-top: 40px;margin-left: 35px;}
.news_right a.more:hover{background:#b39b77;}
.foot{padding:150px 0;}
.index_foot{background-image: url(../image/foot.jpg);background-repeat: no-repeat;background-position: center;background-size: cover;text-align: center;}
.foot_page {
	width: 638px;
	float: right;
	margin-right: -30px;
}
.foot_pages p,.foot_page p{font-size: 24px;line-height: 2;padding: 0 0 25px 0;color: #fff;text-transform:capitalize;}
.foot_page h3{ font-size: 30px; margin-bottom: 10px; text-align: center; color: #fff; margin-top: 20px;}
.foot_pages em,.foot_page em{display: inline-block;width: 20px;}
.foot_pages img,.foot_page img{display: block;margin: 0 auto;}
/*动态*/
.menu_page ul li,.index_title,.join_page,.news_left,.news_right ul li,.news_right a.more,.foot_pages img,.foot_pages p,.menu_pages .menu_list,.Narciso_box_left,.Narciso_box_right,.menu_page .add{transition: all .8s;opacity: 0;-webkit-transform: translate3d(0, 100%, 0);transform: translate3d(0, 100%, 0);}
.active .menu_page ul li,.active .index_title,.active .join_page,.active .news_left,.active .news_right ul li,.active .news_right a.more,.active .foot_pages img,.active .foot_pages p,.active .menu_pages .menu_list,.active .Narciso_box_left,.active .Narciso_box_right,.active .menu_page .add{opacity: 1;-webkit-transform: none;transform: none;}
.active .index_title{transition: all 1s;}
.active .menu_page ul li:nth-child(1),.active .join_page,.active .news_left,.active .foot_pages img,.active .menu_pages .menu_list{transition: all 1.1s;}
.active .menu_page ul li:nth-child(2),.active .news_right ul li:nth-child(1),.active .foot_pages p,.active .Narciso_box_left{transition: all 1.3s;}
.active .menu_page ul li:nth-child(3),.active .news_right ul li:nth-child(2),.active .Narciso_box_right{transition: all 1.5s;}
.active .menu_page ul li:nth-child(4),.active .news_right a.more.active .menu_page .add{transition: all 1.7s;}
.en_final {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #1c1c1c;
	background-repeat: no-repeat;
	background-position: center;
	color: #767676;
	font-size: 14px;clear: both;overflow: hidden;
}
.en_final a {
	display: inline-block;
	color: #6b6b6b;
	float: right;
	line-height: 50px;
}
.foot_links{width: 180px;margin: 0 auto;}
.foot_links a{display: block;width: 70px;height: 70px;float: left;position: relative;cursor: pointer;}
.foot_links a.foot_wx{margin-left: 40px;cursor: pointer;}
.foot_links .foot_qrcode{display: none;position: absolute;z-index: 99;max-width: 144px !important;left: 50%;margin-left: -72px;top: -160px;}
.foot_links a.foot_wx:hover .foot_qrcode{display: block;}

