body {
	margin: 0px;
	padding: 100px 0 0 0;
	font-family: Microsoft Yahei;
	overflow-x: hidden;
}

table,
form,
h1,
h2,
h3,
ul,
li,
ol,
dl,
dd,
dt,
span,
a,
em,
p {
	padding: 0px;
	margin: 0px;
}

ul,
li {
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #ff6633;
}

.center {
	text-align: center;
}

img {
	border: none;
}
.row_jl{margin-left: 0px !important;margin-right: 0px !important;}
@font-face {
	font-family: "iconfont";
	src: url('iconfont.eot');
	/* IE9*/
	src: url('iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('iconfont.woff') format('woff'), /* chrome, firefox */
	url('iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
	url('iconfont.svg#iconfont') format('svg');
	/* iOS 4.1- */
}
.muyun_01{ padding: 30px 0px;}
.iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
.top_welcome{ width: 100%; background: #293a4c; padding: 0px;}
.top_welcome p{ font-size: 12px; color: #fff; line-height: 30px; text-align: left;}
#header {
	background: #ffffff;
	padding: 20px 0;
	transition: padding 0.4s;
}

.top-tel {
	height:78px;
	width: 270px;
	background: url(../img/tell.png) no-repeat right center;
	float: right;
	transition: all;
	-webkit-transition: all
}

.b-menu {
	display: none;
	background: #f9f9f9;
	border-top: #E0E0E0 solid 1px;
}









.navbar-brand {
	display: block;
	height: 60px;
	text-indent: -9999px;
	margin: 0 auto;
	width: 320px;
	float: left;
	padding: 0px 0;
}

.navbar-brand:hover,
.navbar-brand:focus {
	text-decoration: none;
}

.navbar-brand>img {
	display: block;
}

.menu {
	background: #293a4c;
	width: 100%;
	height: 50px;
	background-image: -webkit-linear-gradient(to bottom, #293a4c, #293a4c);
	background-image: linear-gradient(to bottom, #293a4c, #293a4c);
}

/*.carousel-inner img{width:100%;}*/

.nav {
	font-family: "Microsoft Yahei";
	font-size: 16px;
}

.nav>li {
	margin: 0 0px;
	padding: 0px 3px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
	color: #fff;
	line-height: 40px;
	background-color: #bd4343;
	border-radius: 0px;
}

.nav>li>a {
	color: #ffffff;
	line-height: 30px;
	margin-bottom: 5px;
}

.nav>li:hover>a {
	background-color: #bd4343;
	color: #fff;
	border-radius: 0px;
	line-height: 40px;
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 5px 10px;
	color: #ffffff;
}

.nav>li>a:hover,
.nav>li>a:focus {
	text-decoration: none;
	background-color: #bd4343;
	color: #fff;
	border-radius: 0px;
	line-height: 40px;
}

.nav>li.disabled>a {
	color: #777;
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
	color: #777;
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
	background-color: #fff;
	border-color: #333;
}

.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #428bca;
}

.nav>li>a>img {
	max-width: none;
}

.nav>li .dropdown-menu {
	margin: 0;
}

.nav>li:hover .dropdown-menu {
	display: block;
}

.navbar {
	margin: 0;
}

.navbar-default {
	background: none;
	border: none;
}

.navbar-collapse {
	margin: 0;
	padding-right: 0px;
	padding-left: 0px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

.navbar-collapse.in {
	overflow-y: auto;
}

@media (min-width: 768px) {
	.navbar-collapse {
		border-top: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
		visibility: visible !important;
	}
	.navbar-collapse.in {
		overflow-y: visible;
	}
	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}
}

.nav>li>ul {
	height: 0;
	background: rgba(255, 255, 255, 0.9);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	padding: 0px 0px;
	border-radius: 0px !important;
	width: auto;
	border-radius: 5px;
	overflow: hidden;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	position: absolute;
	min-width: 136px;
}

.nav>li:nth-child(3)>ul {
	width: 150px;
}

.nav>li>ul>li {
	line-height: 40px;
	display: block;
	text-align: left;
	font-size: 16px;
	padding: 0 20px;
	border-bottom: #DDDDDD solid 1px;
}

.nav>li>ul>li a {
	color: #444444;
	text-decoration: none;
	border-radius: 0px;
}

.nav>li>ul>li:hover {
	background: #d8d8d8;
}

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

.nav>li:nth-child(4):hover>ul {
	height: 100px;
}

.nav>li:nth-child(3):hover>ul {
	height:180px;
}


/*-面包屑-*/

.current {
	font-size: 14px;
	line-height: 40px;
	background: #bd4343;
	border-bottom: #ddd solid 1px;
}

.breadcrumb {
	color: #666666;
	border-radius: 0;
	background: none;
	padding: 0;
	margin-bottom: 0;
}

.breadcrumb>li+li:before {
	content: '>';
	color: #999999;
	font-family: arial;
}

.breadcrumb a {
	color: #999999;
}

.breadcrumb .active a {
	color: #003e89;
}







/*--自适应焦点图--*/

.wrapper {
	position: relative;
}

.fullwidthbanner-container {
	width: 100% !important;
	position: relative;
	padding: 0;
	max-height: 500px !important;
	overflow: hidden;
}

.fullwidthbanner-container .fullwidthabnner {
	width: 100% !important;
	max-height: 500px !important;
	position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.yl_dh{margin:0 auto;width:250px; height: 108px;text-align: center; background: url(../img/yl_01.png) no-repeat center;}


}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
	
}

@media only screen and (max-width: 319px) {
	
}




/** BULLETS **/



@media only screen and (min-width: 768px) and (max-width: 959px) {
	
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
	
}



/*--自适应 slide end--*/

@media (max-width: 768px) {
	.container {
		overflow: hidden;
	}
	.new_up{padding: 0px 0px 10px 0px !important;}
.new_up p{line-height: 25px !important;text-overflow:ellipsis;}

	.you_title1{
font-size:14px !important;
line-height: 25px !important; 
margin: 10px 0px 0px 0px !important; 
padding: 10px !important;
}
.new_ny h3{font-size:18px !important;line-height: 30px !important;padding: 0px 10px !important;}
	.you_title{font-size:18px !important; line-height: 30px !important;}
	.youhui_img img{ margin: 10px 0px !important;}
	.xc_07{ margin-bottom: 20px !important;}
	.xc_08{ margin-bottom: 20px !important;}
	.muyun_bottom p{ font-size: 12px !important; line-height: 24px !important;}
	.muyun_bottom a{ font-size: 12px !important;line-height: 24px !important;}
	.yl_center{ background: #bd4342; height:auto !important;}
	.xz_01{ padding-bottom: 10px !important; text-align: center; width: auto !important;}
	.xz_erweima{ margin-top: 20px !important; margin-bottom: 20px !important; text-align: center;float: none !important;border:0px !important;}
	.xz_erweima img{ margin: 0 auto !important;}
	.xc_wenzi h3{ font-size: 16px !important;}
	.xc_wenzi p{font-size: 14px !important;}
	.yl_dh{margin:0 auto;width: 150px !important; height: 32px !important;text-align: center; background: url(../img/yl_001.jpg) no-repeat center !important ;}
    .about_01{ margin:0px !important;}
    .about_ewm{ border:0px !important; text-align: center;}
    .liuyan_k{ margin: 0px !important;}
    .muyun_tell{ margin-top: 0px !important; height: auto !important; padding-bottom: 20px !important;}
    .muyun_tell h3{ font-size:24px !important; padding: 20px 0px !important;}
    .muyun_tell p{ font-size: 14px !important;}
    .muyun_01{ margin: 0px !important; padding:15px 0px !important;}
    .new_muyun{ padding: 20px 0px;}
.new_muyun li{ border-bottom: #ccc 1px dashed;}
.new_muyun li a{white-space:nowrap;overflow:hidden;font-size: 12px !important;padding-left: 0px !important; line-height: 30px !important; color: #333;text-align: left;text-overflow:ellipsis;}
.new_muyun li a:hover{ color: #bd4342; text-decoration: none;}
.new_muyun li span{display: none; text-align: right;width: 20% !important; font-size: 12px; line-height: 30px !important;}
.xz_tu{ padding-left: 0px !important;}
.muyun_map{ margin-top: 0px !important;}
	body {
		padding-top: 50px;
	}
	.about_left_dh{display:none !important;}
    .about_hot{display:none !important;}
	.thumbnail{padding: 0px !important;}
	.top-tel {
		display: none;
	}
	.yl_t4 h3{ font-size: 16px !important; line-height: 25px !important;}
	.yl_t4 h1{ font-size:22px !important;}
	.you_xm h1{font-size: 20px !important;}
	.you_fk h3{ font-size: 12px !important;}
	.xc_yx h1{ font-size: 24px !important;}
	.xc_yx h1 p{ font-size: 12px !important;}
	.you_xm p{ font-size: 12px !important;}
	.you_xm1{  
	text-align: center; 
	}
.you_xm1 h1{ 
	color: #fff; 
	font-weight: bold;
	font-size: 24px !important;
	}
.you_xm1 img{ 
	max-width: 100%;
	}
.you_xm1 p{
	color: #fff;
	font-size: 12px !important;
	}
	.cp_img{ padding-left:0px !important; padding-right: 15px !important;}
	.wrapper{ margin-top:32px !important;}
	.hot_titel p{line-height: 30px !important;font-size: 13px !important;}
    .hot_titel a{line-height: 30px !important; font-size: 13px !important;}
    .top-search{ width: 100% !important;}
	.side {
		display: none;
	}
	#header {
		padding: 0px 0;
		border-bottom: #293a4c 1px solid;
	}
	#header.scrolled {
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
		padding: 0px 0px;
	}
	.col-xs-6 {
		padding: 0 5px;
	}
	.you_sj img {
    max-height: 100%;
    max-width: 100%;
    padding: 9px 0px !important;
}
	.menu {
		height: auto;
	}
	
	
	
	.navbar-brand {
		display: block;
		height: 43px;
		text-indent: -9999px;
		margin: 8px auto 0 auto;
		width: 187px;
		float: left;
	}
	.navbar-brand img {
		height: 35px;
		width: 187px;
	}
	.nav {
		padding: 0;
		margin: 0;
	}
	.nav>li {
		display: block;
		margin: 0px auto;
		text-align: left;
		width: 100%;
		padding: 0;
		border-bottom: dashed 1px #f7f7f7;
	}
	.nav li>a {
		display: block;
		width: 100%;
		border-radius: 0 !important;
		text-align: left;
	}
	.nav-pills>li.active {
		background: none;
	}
	.nav-pills>li.active>a,
	.nav-pills>li.active>a:hover,
	.nav-pills>li.active>a:focus {
		color: #bd4343;
		line-height: 30px;
		background: none;
	}
	.nav>li>a {
		margin-bottom: 0px;
	}
	.nav>li:hover>a {
		background: none;
		color: #bd4343;
	}
	.nav-pills>li>a {
		border-radius: 4px;
	}
	.nav-pills>li+li {
		margin-left: 0px;
	}
	.nav-pills>li:first-child {
		margin: 0;
	}
	.nav:before,
	.navbar-collapse:before,
	.navbar-collapse:after {
		content: "" !important;
	}
	.navbar-toggle {
		position: relative;
		float: right;
		padding: 9px 10px;
		margin-top: 8px;
		margin-right: 0px;
		margin-bottom: 0px;
		background-color: #bd4343;
		background-image: none;
		border: none;
		border-radius: 4px;
	}
	.navbar-toggle:hover {
		background: #bd4343 !important;
	}
	.navbar-toggle:focus {
		outline: 0;
	}
	.navbar-toggle .icon-bar {
		display: block;
		width: 22px;
		height: 2px;
		border-radius: 1px;
		background: #fff !important;
	}
	.navbar-toggle .icon-bar+.icon-bar {
		margin-top: 4px;
		background: #fff;
	}
	.nav>li>ul {
		height: auto;
		position: static;
		width: auto;
		background: none;
		margin-bottom: 8px;
		padding-left: 8px;
	}
	.nav>li:nth-child(3)>ul {
		width: auto;
	}
	.nav>li>ul li {
		display: inline-block;
		font-size: 14px;
		border: none;
		padding: 0 5px;
		line-height: 25px;
	}
	.nav>li>ul>li:hover {
		background: none;
	}
	.nav>li>ul>li:hover a {
		color: #bd4343;
	}
	.nav>li>ul li a {
		color: #FFFFFF;
	}
	.nav>li:nth-child(4):hover>ul {
		height: auto;
	}
	.nav>li:nth-child(3):hover>ul {
		height: auto;
	}
	.index-pic li>div span {
		font-size: 12px;
		line-height: 30px;
		height: 30px;
		overflow: hidden;
	}
	.index-ys {
		background: none;
		padding: 0px;
	}
	.index-ys-title {
		display: none;
	}
	.index-ys-tt {
		margin-top: 20px;
	}
	.index-ys .r {
		text-align: left;
	}
	.index-ys .text h3 {
		font-size: 16px
	}
	.index-tt {
		text-align: center;
	}
	.index-video {
		margin-bottom: 20px;
	}
	.index-news {
		margin-bottom: 20px;
	}
	.index-honor {
		margin-bottom: 20px;
	}
	.index-honor .owl-theme .owl-controls {
		text-align: center;
	}
	.index-kz ul li span {
		height: 75px;
		overflow: hidden;
		display: block;
	}
	
}

@media(max-width:1200px) {
	.index-contact {
		height: auto;
	}
}

@media(max-width:992px) {
	.nav {
		margin-top: 5px;
		text-align: center;
	}
	.nav>li {
		margin: 0 10px;
	}
	#menu {
		text-align: center;
		width: 100%;
	}
	
}

@media(min-width:992px) {
	#header.scrolled .nav {
		padding: 0;
		margin-top: 0px;
	}
}

@media(min-width:1200px) {}

@media(min-width:768px) {
}

@media(max-width:320px) {}

@media (min-width: 768px) and (max-width: 992px) {
	body {
		padding-top: 220px
	}
	.nav {
		margin: 0px auto 0 auto;
	}
	
	.tubiao{display: none !important;}
	.top-tel {
	height:58px;
	width: 200px;
	background: url(../img/tell1.png) no-repeat right center;
	float: right;
	transition: all;
	-webkit-transition: all
	}
	.top-search{ width: 100% !important;}
	.nav>li {
		margin: 0 1px;
		font-size: 10pt;
	}
	.nav>li>a {
		padding: 5px 8px;
	}
	.navbar-brand {
		display: block;
		height: 60px;
		text-indent: -9999px;
		margin: 0 auto;
		width: 350px;
		float: left;
	}
	.navbar-brand img {
		height: 60px;
		width: 350px;
	}
	
	
	.top-tel {
		width:250px;
		height: 60px;
	}
	
	.sunNav ul {
		padding: 0px 0;
		margin: 0;
	}
	.sunNav ul li {
		display: inline-block;
		margin-right: 10px;
		line-height: 25px;
	}
	.wrapper{ margin-top: -40px !important;}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.navbar-brand {
		display: block;
		height: 55px;
		text-indent: -9999px;
		margin: 0 auto;
		width: 295px;
		float: left;
		margin-top: 5px;
	}
	.navbar-brand img {
		height:82px;
		width:450px;
	}
	.hot_titel p{ font-size: 13px !important;}
	.hot_titel a{ font-size: 13px !important;}
	.nav>li {
		margin: 0 2px;
		font-size: 11pt;
	}
	.top-search {
		width: 300px;
	}
	}
/*datu jiaodian*/
/*--自适应焦点图--*/

/*--自适应焦点图--*/

.wrapper {
	position: relative;
	margin-top: 49px;
}

.fullwidthbanner-container {
	width: 100% !important;
	position: relative;
	padding: 0;
	max-height: 500px !important;
	overflow: hidden;
}

.fullwidthbanner-container .fullwidthabnner {
	width: 100% !important;
	max-height: 500px !important;
	position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.banner,
	.bannercontainer {
		width: 768px;
		height: 309px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.banner,
	.bannercontainer {
		width: 480px;
		height: 193px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
	.banner,
	.bannercontainer {
		width: 320px;
		height: 129px;
	}
}

@media only screen and (max-width: 319px) {
	.banner,
	.bannercontainer {
		width: 240px;
		height: 97px;
	}
}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {
	background: #0172D5 !important;
}

.tp-leftarrow:hover,
.tp-rightarrow:hover {
	background-color: #0172D5 !important;
}


/** BULLETS **/

.tp-bullets {
	z-index: 1001;
	position: absolute;
	bottom: 20px;
}

.tp-bullets.simplebullets.round .bullet {
	cursor: pointer;
	position: relative;
	background: #fff;
	width: 30px;
	height: 5px;
	float: left;
	border-radius: 7px;
	margin: 10px 5px;
	/*-焦点图切换那妞颜色-*/
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
}

.tp-leftarrow.large {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: #393939 url(../assets/slider-left-arrow.png) no-Repeat;
	width: 42px;
	height: 43px;
	margin-left: 0px;
	margin-top: -21px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	/*增加阴影*/
	/*
	**打开注释，按钮变成圆形的
	border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性 
	-moz-border-radius: 20px;  Mozilla浏览器的私有属性 
	-webkit-border-radius: 20px;  Webkit浏览器的私有属性 
	border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角 
	*/
}

.tp-rightarrow.large {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: #393939 url(../assets/slider-right-arrow.png) no-Repeat 0 0;
	width: 42px;
	height: 43px;
	margin-left: 0;
	margin-top: -21px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	/*增加阴影*/
	/*
	**打开注释，按钮变成圆形的
	border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性 
	-moz-border-radius: 20px;  Mozilla浏览器的私有属性 
	-webkit-border-radius: 20px;  Webkit浏览器的私有属性 
	border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角 
	*/
}

.tp-bullets.tp-thumbs {
	z-index: 100;
	position: absolute;
	padding: 3px;
	background-color: #fff;
	width: 500px;
	height: 50px;
	margin-top: -50px;
}

.fullwidthbanner-container .tp-thumbs {
	padding: 3px;
}

.tp-bullets.tp-thumbs .tp-mask {
	width: 500px;
	height: 50px;
	overflow: hidden;
	position: relative;
}

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
	width: 5000px;
	position: absolute;
}

.tp-bullets.tp-thumbs .bullet {
	width: 100px;
	height: 50px;
	cursor: pointer;
	overflow: hidden;
	background: none;
	margin: 0;
	float: left;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/*filter: alpha(opacity=50);	*/
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
}

.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.tp-thumbs img {
	width: 100%;
}

.tp-bannertimer {
	width: 100%;
	height: 10px;
	position: absolute;
	z-index: 200;
	z-index: 5000;
}

.tp-bannertimer.tp-bottom {
	bottom: 0px !important;
	height: 5px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.responsive .tp-bullets.tp-thumbs {
		width: 300px !important;
		height: 30px !important;
	}
	.responsive .tp-bullets.tp-thumbs .tp-mask {
		width: 300px !important;
		height: 30px !important;
	}
	.responsive .tp-bullets.tp-thumbs .bullet {
		width: 60px !important;
		height: 30px !important;
	}
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
	.responsive .tp-bullets {
		display: none;
	}
	.responsive .tparrows {
		display: none;
	}
}

.tp-simpleresponsive img {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	max-width: 100%;
}

.tp-simpleresponsive a {
	text-decoration: none;
}

.tp-simpleresponsive ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.tp-simpleresponsive>ul>li {
	list-stye: none;
	position: absolute;
	visibility: hidden;
}

.caption.slidelink a div,
.tp-caption.slidelink a div {
	width: 10000px;
	height: 10000px;
}

.tp-loader {
	background: url(loader.gif) no-repeat 10px 10px;
	background-color: #fff;
	margin: -22px -22px;
	top: 50%;
	left: 50%;
	z-index: 10000;
	position: absolute;
	width: 44px;
	height: 44px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
/*热门搜索*/
.rot_tbg{height: auto; border-bottom: #bdbbbb 1px solid;}
.hot_titel{}
.hot_titel p{ font-size: 14px; color: #333; line-height: 50px;}
.hot_titel a{ font-size: 14px; color: #333; line-height: 50px; padding: 0px 5px;}
.top-search {
    float: right;
    width:250px;
    height: auto;
    text-align: left;
    margin: 15px 0px;
}
.top-search-cont {
    height: 35px;
}
.top-search-cont .form-control {
    border-radius: 0;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    width: 75%;
    float: left;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    font-size: 14px;
    border-bottom: #ddd solid 1px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    height: 30px;
    background: #fff !important;
}
.top-search-cont .btn {
    border-radius: 5px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    font-family: "Microsoft Yahei";
    width: 25%;
    border: none;
    font-size: 14px;
    height: 30px;
    line-height: 18px;
    float: right;
    background: #bd4342;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
/*项目*/
.you_full{
	height: auto; 
	background: #f7f7f7;
	}
.you_xm{  
	text-align: center; 
	}
.you_xm h1{ 
	color: #4f4f4f; 
	font-weight: bold;
	}
.you_xm img{ 
	max-width: 100%;
	}
.you_xm p{
	color: #555555;
	font-size: 16px;
	}
	.you_xm1{  
	text-align: center; 
	}
.you_xm1 h1{ 
	color: #fff; 
	font-weight: bold;
	}
.you_xm1 img{ 
	max-width: 100%;
	}
.you_xm1 p{
	color: #fff;
	font-size: 16px;
	}
.you_fk{ 
	width: 100%;
	height: auto; 
	background: #fff; 
	border: #ccc 1px solid;
	text-align: center;
	margin-top: 20px;
	float: left;
	margin-left: 0px !important;
	margin-right: 0px !important;
	}
.you_fk h3{
	font-size: 24px; 
	color: #333; 
	border-bottom: #ccc 1px solid;
	line-height: 40px;
	}	
.you_fk .you_ka{ width: 100%; height: auto;float: left;}
.you_fk .you_ka li{ width: 50%; height: auto; float: left;}	
.you_fk .you_ka li img{ margin:5%; max-width: 100% !important;}
.you_border{ border-bottom: #ccc 1px solid; border-right: #ccc 1px solid;}
.you_border1{border-bottom: #ccc 1px solid;}
.you_border2{border-right: #ccc 1px solid;}
.you_sj{ width: 100%; padding: 10px 0px;}
.you_sj img{ max-height: 100%; max-width: 100%; padding:43px 0px;}

.thumbnail1{border-bottom: 1px solid #ddd !important;
    border-right: 1px solid #fff !important;}
/*宣传*/
.xc_bj{height: auto; background: url(../img/bj.jpg) no-repeat center center;}
.xc_yx{ 
	width: 100%; 
	height: auto; 
	text-align: center;
	}
.xc_yx h1{ color: #bd4342; font-weight: bold;}
.xc_yx img{max-width: 100%;}
.xc_yx p{ font-size: 16px; color: #989797;}
.xc_atrow{ margin:100px 0px 30px 0px;}
.xc_01{background: #999999; text-align: center; margin-bottom: 80px; min-height: 225px;}
.xc_02{background: #537777; text-align: center;margin-bottom: 80px;min-height: 225px;}
.xc_01 img{max-width: 100%; margin-top:-50px;}
.xc_02 img{max-width: 100%; margin-top:-50px;}
.xc_03{background: #516b82; text-align: center;margin-bottom: 80px;min-height: 225px;}
.xc_04{background: #189496; text-align: center;margin-bottom: 80px;min-height: 225px;}
.xc_03 img{max-width: 100%; margin-top:-50px;}
.xc_04 img{max-width: 100%; margin-top:-50px;}
.xc_05{background: #16c5ca; text-align: center;margin-bottom: 80px;min-height: 225px;}
.xc_06{background: #41bc90; text-align: center;margin-bottom: 80px;min-height: 225px;}
.xc_05 img{max-width: 100%; margin-top:-50px;}
.xc_06 img{max-width: 100%; margin-top:-50px;}
.xc_07{background: #f57f7f; text-align: center;margin-bottom: 80px;min-height: 225px;}
.xc_08{background: #537777; text-align: center;margin-bottom: 80px;min-height: 225px;}
.xc_07 img{max-width: 100%; margin-top:-50px;}
.xc_08 img{max-width: 100%; margin-top:-50px;}
.xc_wenzi{text-align: center;}
.xc_wenzi h3{ color: #fff; font-size: 24px;font-weight: bold; line-height: 50px;}
.xc_wenzi p{ font-size: 16px; color: #fff; padding-bottom:20%;}
.xc_juli{ margin-top: 100px;}
.xc_row{ margin-left: 0px !important;; margin-right: 0px !important;}

/*产品*/
.cp_ptrue{}
.cp_img{padding-left:0px !important; padding-right:0px !important;}
.cp_ptrue img{ max-width: 100%;border: #fff 1px solid;}
/*盈利*/
.yl_dh{ margin:30px auto;width: 313px; margin-bottom: 0px !important; height: 135px;text-align: center; background: url(../img/yl_01.png) no-repeat center center;}

.yl_t1{ background: #e0e1e1; width: 100%;}
.yl_t1 img{max-width: 100%;}
.yl_t1_01{ background: #bd4342; width: 100%;}
.yl_t1_01 img{ max-width: 100%;}
.yl_t2{ text-align: right;}
.yl_t3{text-align: right; margin-left: -13px;}
.yl_t4{background: #bd4342; text-align: center; margin-left: 0px !important; margin-right:0px !important;}
.yl_t4 h1{ color: #fff; font-size: 36px; font-weight: bold;padding-top:50px;}
.yl_t4 h3{font-size: 24px; color: #fff;line-height:50px;}
.yl_t4 img{ max-width: 100%;}
.muyun_anli{ background: #2d3e50;}


.jq22-container{ width: 100%;}
.cntl {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.cntl-center {
	left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
}

.cntl-bar {
	position: absolute;
	width: 2px;
	top: 0;
	bottom: 0;
	background-color: #bd4342;
	box-shadow: inset 0px 0px 7px -2px #000;
}


.cntl-bar-fill {
	background-color: #ae3e3d;
	position: absolute;
	left:0;
	right:0;
	top:0;
	height:0;

}

.cntl-state {
	width:100%;
	min-height: 200px;
}

.cntl-state::after {
	display:block;
	content: ' ';
	clear:both;
}

.cntl-icon {
	border-radius: 50%;
	width: 20px;
	height: 20px;
	background-color: #ae3e3d;
	border: solid 3px #e3a7a7;
	box-shadow: 0px 0px 19px -9px #000;
	position: absolute;
	top: 0;
	text-align: center;
	line-height: 80px;
	font-size: 40px;
	color: #fff;
}

.cntl-content {
	width: 40%;
	padding: 2%;
	border-radius: 8px;
	float:left;
	opacity:0;
	position:relative;
	margin-left:-40%;
}

.cntl-state:nth-child(2n+2) .cntl-content {
	float:right;
	margin-right:-40%;
}

.cntl-image {
	opacity:0;
	width: 40%;
	padding: 2%;
}

.cntl-state:nth-child(2n+1) .cntl-image {
	float:right;
}

.cntl-image img {
	width:100%;
}

.cntl-content h4 {
	font-size:20px;
	font-weight: normal;
	margin-bottom: 10px;
}


/*
animations
*/
.cntl-bar-fill,.cntl-content,.cntl-image {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	transition: all 500ms ease;
}

.cntl-state:nth-child(2n+2).cntl-animate .cntl-content {
	margin-right:0%;
}

.cntl-animate .cntl-content {
	opacity:1;
	margin-left:0%;
}

.cntl-animate .cntl-image {
	opacity:1;
}




/* mobile support */

@media (max-width: 600px) {

	.cntl-bar {
		left:auto;
		right: 37px;
	}

	.cntl-content {
		width:80%;
		float:none;
	}
	.cntl-state:nth-child(2n+2) .cntl-content {
		margi-right:0%;
		float:none;
	}

	.cntl-image {
		width:80%;
	}

	.cntl-state:nth-child(2n+1) .cntl-image {
		float:none;
	}

	.animate .cntl-content {
		margin-left: 2%;
	}

	.cntl-icon {
		left: auto;
		right:28px;
	}

}
.cntl-animate .cntl-content img{ }




/*滚动*/
.rvc{			
	max-width: 1140px;
	position: relative;
	margin: auto;
	margin-top: 30px;
}
.rvc .rvc-wrapper{
	margin: auto;
	overflow: hidden;
}
.rvc .rvc-wrapper ul{
	overflow: hidden;
	position: relative;
}
.rvc .rvc-wrapper ul li{
	float: left;
	background: #ee4433;
}
.rvc .rvc-wrapper ul li a{
	display: block;
	width: 100%;
	height: auto;
	text-decoration: none;
}
.rvc .rvc-wrapper ul li a .img-wrapper{
	height: 150px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.rvc .rvc-wrapper ul li a h2{
	margin-top: 10px;
	text-align: center;
}
.rvc .rvc-wrapper ul li a p{
	padding: 10px;
	height: 80px;
}
.rvc-prv,.rvc-next{
	position: absolute;
	height: 100%;
	top: 0;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.rvc-prv{						
	left: 0;			
}
.rvc-next{			
	right: 0;
	
}
/*下载*/
.xiazai_left{ background: #bd4342;}
.xz_img{ float: right; width: auto; padding-top: 20px;}
.xz_img img{ text-align: right; max-width: 100%;}
.xiazai_right{ background: #e5ebf4;}
.xz_tu{ width: auto; float:left; padding-left: 30px;}
.xz_01{ float: left; width: 250px; padding-bottom:51px;}
.xz_01 img{ padding: 10px 0px;}
.xz_01 h1{ font-size: 36px; color: #333; padding-top: 50px; padding-bottom: 20px;}
.xz_01 p{ font-size: 18px; color: #333; line-height: 30px; width: 100%;}
.xz_01 b{ font-size: 18px; color: #333; width: 100%;}
.xz_erweima{ width: auto; height:auto; border: 1px #a3b5d0 solid; float: left; margin-top: 100px;}
.xz_erweima img{max-width: 100%; padding: 10px;}
/*关于我们*/
.about_01{margin-top: 30px; margin-bottom: 50px;}
.about_01 h1{ font-size: 30px; font-weight: bold; color: #333;}
.about_icon{ width: 100px; height: 5px;background: #bd4342; margin: 20px 0px;}
.about_01 p{ font-size: 14px; color:#333; line-height: 30px; width: 100%; padding-bottom: 30px;}
.about_01 a{border:#bd4342 1px solid; text-align: center; font-size: 14px; color: #bd4342; line-height: 30px; padding: 5px 20px;}
.about_ewm{ border-left: #ccc 1px solid;margin-top: 30px;}
.about_ewm img{ padding: 20px; max-width: 100%;}
/*liuyan*/
.liuyan_full{background: #e4ebf5;}
.liuyan_k{ margin-top: 50px;}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #b3c1d0 !important;
    background-color: #748597 !important;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-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;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background:#bd4342 !important;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 4px;
}
.btn-default {
    color: #fff !important;
    background-color: #fff;
    border-color: #ccc;
}
/*留言滚动*/
.scrollbox{margin: 0 auto; overflow: hidden;padding: 10px; margin-top: 30px; }
#scrollDiv{height:259px; overflow:hidden;}/*这里的高度和超出隐藏是必须的*/
#scrollDiv li{height:90px;padding:0 20px;background:url(ico-4.gif) no-repeat 10px 23px; overflow:hidden; vertical-align:bottom; zoom:1; border-bottom:#B7B7B7 dashed 1px;}
#scrollDiv li h3{ height:24px; padding:20px 0px; font-size:14px; color:#353535;}
#scrollDiv li h3 img{ padding-right: 15px;}
#scrollDiv li p{color:#666; line-height:25px; overflow:hidden}
#scrollDiv li p img{padding-right: 15px;}
.scroltit{ height:26px; line-height:26px; padding-bottom:4px; margin-bottom:4px;}
.scroltit h3{ width:100px; float:left;}
.scroltit .updown{float:right; width:32px; height:22px; margin-left:4px}
#but_up{ background:url(../img/up.gif) no-repeat 0 0; text-indent:-9999px}
#but_down{ background:url(../img/down.gif) no-repeat 0 0; text-indent:-9999px}


#n{margin:10px auto; width:920px; border:1px solid #CCC;font-size:12px; line-height:30px;}
#n a{ padding:0 4px; color:#333}
/*联系我们*/
.muyun_map{ margin-top: 50px;}
.muyun_tell{ background: #bd4342; width: 100%;margin-top: 50px; height: 300px; text-align: center;}
.muyun_tell h3{ font-size: 24px; color: #fff; font-weight: bold; padding:80px 0px 20px 0px;}
.muyun_tell p{ font-size: 20px; color:#fff; line-height: 25px;}
#allmap{width:100%;height:300px;}
.muyun_footer{ width: 100%; background: #3d3c3c;}
.muyun_bottom{ text-align: center; padding: 30px 0px;}
.muyun_bottom p{ font-size:14px; color: #fff; line-height:25px;}
.muyun_bottom a{font-size:14px; color: #fff; line-height:25px; padding-right: 15px;}

/*单页关于我们*/
.about_muyun{ margin: 20px 0px; padding-bottom: 20px;}
.about_muyun h1{ color: #333; font-weight: bold; font-size: 24px; padding-bottom: 20px;}
.about_muyun img{ max-width: 100%; padding: 20px 0px;}
.about_muyun p{ font-size: 14px; color: #333; line-height: 30px;}
.about_left_dh{display: block;}
.about_left_dh li{background: #e4ebf5; border-bottom: #ccc 1px solid; text-align: center;}
.about_left_dh li a{font-size: 14px; color: #272727; line-height: 50px;}
.about_left_dh li.active{background: #bd4342; color: #fff;}
.about_left_dh li:hover{background: #bd4342; color: #fff;}
.about_left_dh li a:hover{ color: #fff; text-decoration: none;}
.about_02{ background: #34495e; text-align: center;  margin-top: 20px;}
.about_02 h3{margin:5px; border-left: #bd4342 1px solid;border-right: #bd4342 1px solid;color: #fff; font-size: 24px;line-height: 50px;}
.about_hot{display: block; margin-top: 20px;}
.about_hot1{background: #34495e; text-align: center;}
.about_hot1 h3{font-size: 24px; color: #fff; background: #34495e;line-height: 50px;margin:5px; border-left: #bd4342 1px solid;border-right: #bd4342 1px solid;}
.about_hot1 a{ text-decoration: none;}
.about_hot2{}
.about_hot2 li{ border-bottom: #ccc 1px solid;}
.about_hot2 li a{ font-size: 12px; color: #333; line-height: 30px; white-space: nowrap; padding-left: 15px;text-overflow:ellipsis; overflow: hidden; display: block;}
.about_hot2 li a:hover{text-decoration: none; color: #bd4342;}
.about_tub{ width: 5px; height: 5px; background: #bd4342; float: left; margin-top: 12px;}
/*产品列表*/
.thumbnail img{max-width: 100%; padding: 10px 0px;}
.thumbnail .caption{ text-align: center; padding: 9px 0px !important;}
.thumbnail .caption p{ font-size: 14px;}
.cp_fenye{ text-align: center;}
/*资讯动态*/
.new_muyun{}
.new_muyun li{ border-bottom: #ccc 1px dashed;}
.new_muyun li a{ font-size: 12px; color: #333; line-height: 50px; white-space: nowrap;text-overflow:ellipsis; overflow: hidden; display: block;}
.new_muyun li a:hover{text-decoration: none; color: #bd4342;}
.new_time{ float: right; margin-top: -50px;}
.new_time span{ font-size: 12px; text-align: right; line-height: 50px;}
/*下载中心*/
.xzzx_01{}
.xzzx_01 h3{color: #333; font-size: 24px; line-height: 50px;font-weight: bold;}
.xzzx_01 p{color: #333; font-size: 16px; line-height: 30px;text-indent: initial;}
.xzzx_01 span{ color: #bd4342; font-size: 18px; line-height: 30px;}
.xzzx_img{ text-align: center; padding-top: 20px;}
.xzzx_img img{ border:1px #ccc solid;}
.you_hui{ text-align: center; padding: 50px 0px 30px 0px;}
.you_hui h3{ font-size: 24px; color: #bd4342; font-weight: bold;}
/*在线咨询*/
.zx_liuyan{ background:none !important;}

/*三大盈利*/
.main-timeline{ position: relative; background: #e0e1e1;}
.timeline-content img{ max-width: 100%;}
.main-timeline:before,
.main-timeline:after{
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
.main-timeline:before{
    content: "";
    width: 1px;
    height: 100%;
    background: #bd4342;
    position: absolute;
    top: 0;
    left: 50%;
}
.main-timeline .timeline{
    width: 50%;
    float: left;
    position: relative;
    z-index: 1;
}
.main-timeline .timeline:before,
.main-timeline .timeline:after{
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
/.main-timeline .timeline:first-child:before,
.main-timeline .timeline:last-child:before{
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid #cca872;
    position: absolute;
    top: 0;
    right: -14px;
    z-index: 1;
}
.main-timeline .timeline:last-child:before{
    top: auto;
    bottom: 0;
}
.main-timeline .timeline:last-child:nth-child(even):before{
    right: auto;
    left: -12px;
    bottom: -2px;
}
.main-timeline .timeline-content{
    text-align: center;
    margin: 8px 0px 0px 20px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.main-timeline .timeline-content:before{
    content: "";
    width:10%;
    height: 1px;
    background: #bd4342;
    position: absolute;
    top:180px;
    right: 0;
    z-index: -1;
}
.main-timeline .circle{
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: #fff;
    border: 8px solid #cca872;
    float: left;
    margin-right: 25px;
    position: relative;
}
.main-timeline .circle:before{
    content: "";
    width: 26px;
    height: 30px;
    background: #cca872;
    margin: auto;
    position: absolute;
    top: 0;
    right: -33px;
    bottom: 0;
    z-index: -1;
    box-shadow: inset 7px 0 9px -7px #444;
}
.main-timeline .circle span{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    line-height: 160px;
    border: 3px solid #adabab;
    font-size: 80px;
    color: #454344;
}
.main-timeline .circle span:before,
.main-timeline .circle span:after{
    content: "";
    width: 28px;
    height: 50px;
    background: #fff;
    border-radius: 0 0 0 21px;
    margin: auto;
    position: absolute;
    top: -54px;
    right: -33px;
    bottom: 0;
    z-index: -1;
}
.main-timeline .circle span:after{
    border-radius: 21px 0 0 0;
    top: 0;
    bottom: -56px;
}
.main-timeline .content{
    display: table;
    padding-right: 40px;
    position: relative;
}
.main-timeline .year{
    display: block;
    padding: 10px;
    margin: 10px 0 50px 0;
    background: #cca872;
    border-radius: 7px;
    font-size: 25px;
    color: #fff;
}
.main-timeline .title{
    font-size: 25px;
    font-weight: bold;
    color: #cca872;
    margin-top: 0;
}
.main-timeline .description{
    font-size: 14px;
    color: #a6a6a6;
    text-align: justify;
}
.main-timeline .icon{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #bd4342;
    border: 4px solid #e3a7a7;
    position: absolute;
    top: 169px;
    right: -28px;
}
.main-timeline .icon:before{
    content: "";
    /*width: 15px;*/
    height: 25px;
    background: #bd4342;
    margin: auto;
    position: absolute;
    top: -1px;
    left: -15px;
    bottom: 0;
    z-index: -1;
}
.yl_center{ background: #bd4342; height: 514px;}
.main-timeline .icon span:before,
.main-timeline .icon span:after{
    content: "";
   /* width: 21px;*/
    height: 25px;
    background: #fff;
    border-radius: 0 0 21px 0;
    margin: auto;
    position: absolute;
    top: -30px;
    left: -15px;
    bottom: 0;
    z-index: -1;
}
.main-timeline .icon span:after{
    border-radius: 0 21px 0 0;
    top: 0;
    left: -15px;
    bottom: -30px;
}
.main-timeline .timeline:nth-child(2n) .timeline-content,
.main-timeline .timeline:nth-child(2n) .circle{
    float: right;
}
.main-timeline .timeline:nth-child(2n) .circle{
    margin: 0 0 0 25px;
}
.main-timeline .timeline:nth-child(2n) .circle:before{
    right: auto;
    left: -33px;
    box-shadow: -7px 0 9px -7px #444 inset;
}
.main-timeline .timeline:nth-child(2n) .circle span:before,
.main-timeline .timeline:nth-child(2n) .circle span:after{
    right: auto;
    left: -33px;
    border-radius: 0 0 21px 0;
}
.main-timeline .timeline:nth-child(2n) .circle span:after{
    border-radius: 0 21px 0 0;
}
.main-timeline .timeline:nth-child(2n) .content{
    padding: 0 0 0 40px;
    margin-left: 2px;
}
.main-timeline .timeline:nth-child(2n) .icon{
    right: auto;
    left: -14px;
}
.main-timeline .timeline:nth-child(2n) .icon:before,
.main-timeline .timeline:nth-child(2n) .icon span:before,
.main-timeline .timeline:nth-child(2n) .icon span:after{
    left: auto;
    right: -15px;
}
.main-timeline .timeline:nth-child(2n) .icon span:before{
    border-radius: 0 0 0 21px;
}
.main-timeline .timeline:nth-child(2n) .icon span:after{
    border-radius: 21px 0 0 0;
}
.main-timeline .timeline:nth-child(2){
    margin-top:0px;
}
.main-timeline .timeline:nth-child(odd){
    margin: 0px 0 0 0;
}
.main-timeline .timeline:nth-child(even){
    margin-bottom: 80px;
}
.main-timeline .timeline:first-child,
.main-timeline .timeline:last-child:nth-child(even){
    margin: 0;
}
@media only screen and (max-width: 990px){
    .main-timeline:before{ left: 100%; }
    .main-timeline .timeline{
        width: 100%;
        float: none;
        margin-bottom: 20px !important;
    }
    .main-timeline .timeline:first-child:before,
    .main-timeline .timeline:last-child:before{
        left: auto !important;
        right: -13px !important;
    }
    .main-timeline .timeline:nth-child(2n) .circle{
        float: left;
        margin: 0 25px 0 0;
    }
    .main-timeline .timeline:nth-child(2n) .circle:before{
        right: -33px;
        left: auto;
        box-shadow: 7px 0 9px -7px #444 inset;
    }
    .main-timeline .timeline:nth-child(2n) .circle span:before,
    .main-timeline .timeline:nth-child(2n) .circle span:after{
        right: -33px;
        left: auto;
        border-radius: 0 0 0 21px;
    }
    .main-timeline .timeline:nth-child(2n) .circle span:after{
        border-radius: 21px 0 0 0;
    }
    .main-timeline .timeline:nth-child(2n) .content{
        padding: 0 40px 0 0;
        margin-left: 0;
    }
    .main-timeline .timeline:nth-child(2n) .icon{
        right: -14px;
        left: auto;
    }
    .main-timeline .timeline:nth-child(2n) .icon:before,
    .main-timeline .timeline:nth-child(2n) .icon span:before,
    .main-timeline .timeline:nth-child(2n) .icon span:after{
        left: -15px;
        right: auto;
    }
    .main-timeline .timeline:nth-child(2n) .icon span:before{
        border-radius: 0 0 21px 0;
    }
    .main-timeline .timeline:nth-child(2n) .icon span:after{
        border-radius: 0 21px 0 0;
    }
    .main-timeline .timeline:nth-child(2),
    .main-timeline .timeline:nth-child(odd),
    .main-timeline .timeline:nth-child(even){
        margin: 0;
    }
}
@media only screen and (max-width: 480px){
    .main-timeline:before{ left: 0; }
    .main-timeline .timeline:first-child:before,
    .main-timeline .timeline:last-child:before{
        left: -12px !important;
        right: auto !important;
    }
    .main-timeline .circle,
    .main-timeline .timeline:nth-child(2n) .circle{
        width: 130px;
        height: 130px;
        float: none;
        margin: 0 auto;
    }
    .main-timeline .timeline-content:before{
        width:10%;
        top: 68px;
        left:-20px;
    }
    .main-timeline .circle span{
        line-height: 115px;
        font-size: 60px;
    }
    .main-timeline .circle:before,
    .main-timeline .circle span:before,
    .main-timeline .circle span:after,
    .main-timeline .icon{
        display: none;
    }
    .main-timeline .content,
    .main-timeline .timeline:nth-child(2n) .content{
        padding: 0 10px;
    }
    .main-timeline .year{
        margin-bottom: 15px;
    }
    .main-timeline .description{
        text-align: center;
    }
}
/*案例滚动*/
.list-item .item{height:275px;width:285.5px;padding-bottom:0;overflow: hidden;}
.list-item .item .box{background:#fff;border:1px solid #D7D7D7; text-align: center;}
.list-item .item .box img{max-width:100%;height:150px;margin:15px;}
.list-item .item .box h2{}
.list-item .item .box p{font-size: 14px; color: #333; line-height: 30px;}
.list-item{position: relative;overflow: hidden;}
.list-item span[class*="-btn"]{position:absolute;z-index:99999;display:block;height:80px;width:30px;line-height:80px;text-align:center;color:#fff;background:#000;opacity:.85;}
.list-item span.next-btn{position:absolute;right:0;top:70px;user-select:none;cursor:pointer;}
.list-item span.prev-btn{position:absolute;left:0;top:70px;user-select:none;cursor:pointer;}
#zzScroll .wrapbox{width:3000px;position: relative;}
@media screen and (max-width:768px){
    .list-item .item{float:left;}
    .list-item .item{border:none;}
    .zz-sever .list-item .wrapbox{width:3000px;position: relative;}

}
@media screen and (max-width:480px){
    .list-item .item{float:left; padding-right: 0px !important; margin-right: 0px !important;}
    .list-item .item{border:none;}
    .zz-sever .list-item .wrapbox{width:3000px;position: relative;}
}
/*YOU惠生活*/
.you_title{background: #bd4343; height: auto; text-align: center; font-size: 22px; color: #fff; line-height: 50px; margin: 20px 0px;}
.youhui_img{margin: 20px 0px;}
.youhui_img img{ margin: 10px 0px; max-width: 100%;}
.youhui_img p{ font-size: 16px; line-height: 30px;}
.you_title1{
	border:1px #bd4343 solid; 
border-top-left-radius:50px;
border-bottom-left-radius:50px;
border-top-right-radius:50px;
border-bottom-right-radius:50px;
height: auto; text-align: center; 
font-size: 22px; 
color: #333; 
line-height: 50px; 
margin: 20px 0px 0px 0px; 
padding: 20px;
}
.you_QA{ padding-bottom: 20px;}
.you_QA p{ line-height: 30px; color: #333;}
.you_QA span{line-height: 30px; color: #c2495a; padding-right: 10px;}
.YOU_qa_01{font-size: 24px; color: #bd4343; font-weight: bold; padding: 20px 0px;}
/*neiye*/
.new_ny{text-align: center;}
.new_ny h3{font-size: 24px; border-bottom: #ccc 1px solid; line-height: 50px; padding: 0px 20px;}
.new_ny span{ font-size: 12px;color:#999; padding: 0px 15px; line-height: 30px;}
.new_ny p{ padding:0px 20px;font-size: 14px; line-height: 30px;color: #333; text-indent: 2em !important; text-align: left !important;}
.new_ny img{ max-width: 100%; padding:20px;}
.new_01_border{ border:#e6e5e5 1px solid;}
.new_up{padding: 0px 0px 20px 0px;}
.new_up p{font-size: 14px; color: #333;line-height: 50px;display: block;white-space: nowrap; overflow: hidden;text-overflow:ellipsis;}
.ka_01_tu{ padding: 0px !important; margin: 0px !important;}
.ka_01_tu img{ width: 100%; max-width: 100%;}
.tubiao{display: none;}
