body {
	background: #fff;
	color: #666;
	font: 12px/150% Arial, Verdana, "microsoft yahei";
}

html,
body,
div,
dl,
dt,
dd,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
button,
fieldset,
form,
input,
legend,
textarea,
th,
td {
	margin: 0;
	padding: 0;
}



.clearfix::after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}



/* 必要布局样式css */

.strange-box {
	max-width: 1200px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}

.strange-header {
	max-width: 1210px;
	padding: 50px 15px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.strange-header h2 {
	margin-bottom: 10px;
	font-size: 36px;
	line-height: 46px;
	text-align: center;
	color: #3B516A;
}

.strange-header p {
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: #999;
}

.strange-content {
	position: relative;
	padding-bottom: 60px;
}

.strange-news-fl {
	width: 482px;
	height: 500px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.10);
}

.strange-news-fl img {
	position: relative;
	z-index: 1;
	float: right;
	width: 100%;
	height: 100%;
	background-color: white;
}

.strange-news-fr {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.strange-news-sw {
	margin-left: 400px;
	width: calc(100% - 400px);
	box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.10);
}

.strange-info {
	background-color: #FFFFFF;
	padding-left: 10px;
	height: 500px;
}

.strange-info-list {
	width: 100%;
	box-sizing: border-box;
}

.strange-info-list li {
	margin-left: 150px;
}

.strange-info-list li {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
}

.strange-info-list>li {
	padding-top: 50px;
	/*padding-left: 150px;*/
	/*padding-right: 75px;*/
	width: 100%;
	height: 100%;
}

.strange-info-list li a {
	display: inline-block;
	width: 100%;
	height: auto;
}

.strange-info-list li a h2 {
	font-size: 20px;
	line-height: 26px;
	color: #3B516A;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.strange-info-list li a h2:hover {
	color: #fa6f66;
}

.strange-text {
	position: relative;
	width: 550px;
}

.strange-info-list .strange-text:before {
	width: 20px;
	height: 20px;
	content: "";
	position: absolute;
	bottom: 0;
	right: -30px;
	background-size: cover;
}

.strange-info-list .strange-text:after {
	width: 20px;
	height: 20px;
	content: "";
	position: absolute;
	top: 0;
	left: -30px;
	background-size: cover;
}

.strange-text-title {
	padding-top: 50px;
	height: 250px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #95989D;
	line-height: 22px;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}

.strange-info-list .strange-more {
	display: inline-block;
	width: 132px;
	height: 40px;
	border: 1px solid #3B516A;
	border-radius: 4px;
	font-size: 14px;
	color: #3B516A;
	text-align: left;
	padding-left: 30px;
	line-height: 40px;
	margin-bottom: 70px;
}

.strange-more em {
	display: inline-block;
	width: 13px;
	height: 8px;
	vertical-align: middle;
	margin-top: -4px;
	margin-left: 10px;
	background-size: cover;
	transition: margin-left 0.3s ease-out;
}

.strange-more:hover {
	color: #fa6f66;
	border-color: #fa6f66;
}

.strange-more:hover em {
	margin-left: 15px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAJCAYAAADpeqZqAAAAAXNSR0IArs4c6QAAAI1JREFUGBljYCADMBLS87sgfQPDf4Z/LIKSYYwNDX9A6pkIaWIRkAz7z8ig//vDs+v/GxrYQOoJ2gRSBFL8+8Pz60DWP1YBKW2wpl/56beAAqogBYQAIyPDBuJsmpnG+uc6wxqggf9YNBnCCGr6j64hfdZvFkLO+XuDKZiFhaGagUfiGmN6wz9C6nHKAwAcay6AxWqjRQAAAABJRU5ErkJggg==") no-repeat;
}

.strange-pagination {
	width: 200px;
	height: 20px;
	bottom: 30px;
	left: 50%;
	margin-left: -100px;
}

.strange-pagination {
	width: 200px;
	height: 20px;
	bottom: 30px;
	left: 50%;
	margin-left: -100px;
	position: absolute;
	text-align: center;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.strange-pagination ul li {
	width: 24px;
	height: 4px;
	border-radius: 1px;
	transition: all 0.3s;
	margin: 0 5px;
	cursor: pointer;
	display: inline-block;
	background: #000;
	opacity: .2;
	text-indent: -9999px;
}

.strange-pagination .on {
	background: #F66E6A;
	border-radius: 100px;
	transform: scale(1.2);
	opacity: 1;
}

input,
select,
textarea {
	vertical-align: middle;
}

select {
	border: 1px solid #ddd;
}



/**********初始化样式end*********/


/*******sunnavend********/

.mainbox_one {
	height: 622px;
	text-align: center;
}

.main {
	width: 1140px;
	margin: 0 auto;
}

.main h1 {
	font-size: 30px;
	font-weight: normal;
	color: #333;
}

.main p {
	margin-top: 20px;
}

.sublist {
	margin-top: 40px;
	height: 460px;
	background-color: #fff;
}

.sublist .list {
	float: left;
	width: 284px;
	height: 458px;
	border: 1px solid #CCCCCC;
	border-left: none;
}

.sublist .list_first {
	width: 283px;
	border-left: 1px solid #CCCCCC;
}

.sublist .list_one {
	float: left;
	width: 283px;
	height: 458px;
	border: 1px solid #B60253;
	position: relative;
	top: 0;
	cursor: pointer;
}

.sublist .list:hover {
	position: relative;
	-webkit-animation: dese 0.5s 1;
	-moz-animation: dese 0.5s 1;
	animation: dese 0.5s 1;
	box-shadow: 0 10px 20px #ccc;
	-webkit-box-shadow: 0 10px 20px #ccc;
	-moz-box-shadow: 0 10px 20px #ccc;
	top: -1px;
}

@-moz-keyframes dese {
	0% {
		box-shadow: 0 0 2px #ccc;
		-webkit-box-shadow: 0 0 2px #ccc;
		-moz-box-shadow: 0 0 2px #ccc;
		top: 0px;
	}
	100% {
		box-shadow: 0 10px 20px #ccc;
		-webkit-box-shadow: 0 10px 20px #ccc;
		-moz-box-shadow: 0 10px 20px #ccc;
		top: -1px;
	}
}

@-webkit-keyframes dese {
	0% {
		box-shadow: 0 0 2px #ccc;
		-webkit-box-shadow: 0 0 2px #ccc;
		-moz-box-shadow: 0 0 2px #ccc;
		top: 0px;
	}
	100% {
		box-shadow: 0 10px 20px #ccc;
		-webkit-box-shadow: 0 10px 20px #ccc;
		-moz-box-shadow: 0 10px 20px #ccc;
		top: -1px;
	}
}

@keyframes dese {
	0% {
		box-shadow: 0 0 2px #ccc;
		-webkit-box-shadow: 0 0 2px #ccc;
		-moz-box-shadow: 0 0 2px #ccc;
		top: 0px;
	}
	100% {
		box-shadow: 0 10px 20px #ccc;
		-webkit-box-shadow: 0 10px 20px #ccc;
		-moz-box-shadow: 0 10px 20px #ccc;
		top: -1px;
	}
}

.sublist .list .list_head {
	height: 150px;
	position: relative;
	background: #f9f9f9;
}

.sublist .list_one .list_head {
	background-image: -webkit-linear-gradient(top, #B60253, #B81112);
	background-image: -moz-linear-gradient(top, #B81112, #B60253);
	background-image: -ms-linear-gradient(top, #B60253, #B81112);
}

.sublist .list .list_head h2 {
	padding-top: 38px;
}

.sublist .list_one .list_head h2 {
	color: #fff;
}

.sublist .list .list_head p {
	margin-top: 20px;
}

.sublist .list_one .list_head p {
	color: #fff;
}

.sublist .list .list_content {
	background: #fff;
	cursor: pointer;
	text-align: left;
}

.sublist .list .img {
	position: absolute;
	bottom: -33px;
	left: 50%;
	margin-left: -33px;
	height: 66px;
	width: 66px;
	z-index: 1;
}

.no_on li {
	margin: 9px 0;
}

.sublist .list .small {
	position: absolute;
	z-index: 2;
	top: 18px;
	left: 15.5px;
}

.list_span {
	width: 90%;
	margin: 0 auto;
	font-size: 14px;
	color: #333;
	letter-spacing: 2px;
}

.sublist .list .small_two {
	position: absolute;
	z-index: 2;
	top: 15.5px;
	left: 13px;
}

.sublist .list .small_three {
	position: absolute;
	z-index: 2;
	top: 16.5px;
	left: 17px;
}

.sublist .list_one .list_content .list_content_box {
	/*padding:49px 0 0 80px;*/
}

.sublist .list .list_content .list_content_box {
	/*padding:48px 0 0 90px;*/
}

.sublist .list .list_content .list_content_box ul {
	height: 111px;
}

.sublist .list .list_content .list_content_box .on {
	display: none;
	margin-top: 50px;
}

.sublist .list .list_content .list_content_box .on li {
	margin-top: 8px;
}

.sublist .list .list_content .list_content_box .no_on {
	display: block;
	width: 110px;
	margin: 50px auto 0;
}

.sublist .list_one .list_content .list_content_box li {
	width: 199px;
	margin: 0 auto;
}

.sublist .list .list_content .list_content_box li {
	/*text-align:left;margin:9px 0;*/
}

.sublist .list .list_content .list_content_box .right {
	text-align: right;
	width: 102px;
}

.sublist .list .list_content .list_content_box li b {
	color: #ff7200;
}

.sublist .list .list_content .btn_box {
	margin: 70px 30px 0;
	height: 40px;
	text-align: center;
}

.sublist .list .list_content .btn_box .btn {
	width: 98px;
	height: 30px;
	padding-top: 8px;
	line-height: 15px;
}

.sublist .list .list_content .btn_box .btn_left {
	border: 1px solid #ccc;
	float: left;
}

.sublist .list .list_content .btn_box .btn_right {
	border: 1px solid #B81112;
	float: right;
	color: #B81112;
	line-height: 15px;
}

.sublist .list_one .list_content .btn_box .btn_left {
	border: 1px solid #B81112;
	float: left;
	color: #B81112;
	line-height: 15px;
}

.sublist .list_one .list_content .btn_box .btn_left a {
	color: #ff7200;
}

.sublist .list_one .list_content .btn_box .btn_right {
	border: 1px solid #B81112;
	float: right;
	color: #fff;
	background: #B81112;
}

.fl {
	float: left;
}




.ty_yy{
	width:250px;
	height: 300px;
	border: 1px solid #CCCCCC;
	border-radius: 10px;
	margin-left: 38px;
}

.ty_yy p {
	margin-top: 30px;
	text-align: left;
	font-size: 16px;
}

.ty_yy img{
	padding-top: 20px;
	margin-left: 25%;
	width: 50%;
}


/*左浮动*/

.fr {
	float: right;
}


/*右浮动*/

.ititle {
	height: 40px;
	line-height: 40px;
	margin: 20px auto 50px;
	border-left: 3px solid red;border-right: 3px solid red;
	text-align: center;
	width: 20%;
	white-space: 40px;
}
.ititle2 {
	height: 40px;
	line-height: 40px;
	margin:60px auto 50px;
	border-left: 3px solid red;border-right: 3px solid red;
	text-align: center;
	width: 20%;
	white-space: normal;
}
.ititle3 {
	height: 40px;
	line-height: 40px;
	margin:30px auto 50px;
	border-left: 3px solid red;border-right: 3px solid red;
	text-align: center;
	width: 20%;
	white-space: normal;
}
.ititle4 {
	height: 40px;
	line-height: 40px;
	margin:70px auto 50px;
	border-left: 3px solid red;border-right: 3px solid red;
	text-align: center;
	width: 20%;
	white-space: normal;
}

.ititle,.ititle2,.ititle3,.ititle4 p {
	font-size: 28px;
}


.i_more {
	text-align: center;
	margin-top: 36px;
}

.i_more a {
	display: inline-block;
	width: 180px;
	height: 40px;
	line-height: 40px;
	border-radius: 30px;
	border: 2px solid #ededed;
	margin-bottom: 80px;
}

.i_more a:hover {
	text-decoration: underline;
	background-color: #CF0303;
	color: white;
}


/* main */

.main1 {
	width: 1160px;
	margin: 0 auto;
	overflow: hidden;
}

.main_p {
	width: 1112px;
	margin: 0 auto;
	position: relative;
}

.main_p .l {
	position: absolute;
	left: -54px;
	top: 98px;
	z-index: 201;
}

.main_p .r {
	position: absolute;
	right: -54px;
	top: 98px;
	z-index: 201;
}

@-webkit-keyframes rotate {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes rotate {
	from {
		-moz-transform: rotate(0deg)
	}
	to {
		-moz-transform: rotate(360deg)
	}
}

@-ms-keyframes rotate {
	from {
		-ms-transform: rotate(0deg)
	}
	to {
		-ms-transform: rotate(360deg)
	}
}

@-o-keyframes rotate {
	from {
		-o-transform: rotate(0deg)
	}
	to {
		-o-transform: rotate(360deg)
	}
}


/*s-news*/

.inews {
	height: 50%px;
	width: 100%;

}

.newscon {
	background-color: #FFFFFF;
	
}

.newscon li {
	width: 50% ;
	height: 111px;
	background-color: #FFFFFF;
	margin-bottom: 8px;
}

.newstime {
	float: left;
	width: 100px;
	height: 54px;
	font-family: Arial, Helvetica, sans-serif;
}

.newstime span {
	font: 20px/28px 'Arial';
	color: #989595;
}

.newstime font {
	font: bold 28px/36px 'Arial';
	color: #b60202;
}

.newsli_r {
	float: left;
	width: 400px;
}

.newsli_rt {
	float: left;
	width: 100%;
	font-size: 16px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #353535
}

.newscontent {
	color: #8b8b8b;
	float: left;
	width: 100%;
	line-height: 22px;
	height: 44px;
	font-size: 14px;
	overflow: hidden;
	padding: 4px 0 0 0;
}

.inews .i_more {
	margin-top: 10px;
}

.newscon li a {
	background-color: #FFFFFF;
	float: left;
	border: 1px solid #f0f0f0;
	width: 550px;
	height: 90px;
	padding: 12px 15px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.newscon li a:hover {
	border: 3px solid #b60202;
}

.newscon li a:hover .newsli_rt,
.newscen li a:hover {
	color: #b60202
}

.newscen {
	width: 550px;
	
}

.newscen li {
	width: 100%;
	height: 45px;
	font-size: 14px;
	list-style: inside;
	overflow: hidden;
}

.newscen li a {
	_float: left;
}

.newscen li span {
	float: right;
}


/*s-case*/
/*.iproduct{width:100%;background: url(../img/probg.gif) top center repeat-x #f6f6f6; height:520px;margin-top: 100px;}*/
.iproduct{background-color: #ffffff;} 
.iproduct .ititle{ color:#fff;}
.iproli{ width:1300px; height:285px}
.iproli li{ float:left;  width:250px;padding:0 8px; display:inline; margin:0px 12px; background:#fff; border:1px solid #e6e6e6;}
.iproli li a{float:left; position:relative; width:250px; height:279px; }
.iproli li a img{margin:9px 0; display:inline; }
.iproli li span{ display:block;width:246px; font-size:14px; line-height:24px; color:#242424;height:24px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;margin-bottom:30px; text-align:center;}
.iproli font{ position:absolute; bottom:-15px;z-index:9; left:110px; width:30px; height:30px; color:#fff; background:#b60202; text-align:center; font-size:20px;line-height: 30px;}
.i_more{text-align: center;margin-top:36px;}
.i_more a{display: inline-block;width: 180px;height: 40px;line-height: 40px;color:#393939;border-radius: 30px;border:2px solid #ededed;}
.i_more a:hover{text-decoration: underline;}
		

.description {
				display: inline-block;
				height: 85px;
				line-height: 85px;
				margin-left: 20px;
				padding-left: 20px;
				vertical-align: top;
				font-size: 24px;
				letter-spacing: 2px;
				border-left: 1px solid #E4E4E4;
			font-size: 24px;
			}
.he_border1{background:red;width:360px;height:240px;padding:0;margin:0;border:1px solid #000;position:relative;box-sizing:border-box;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_border1 .he_border1_img{display:block;width:100%;padding:0;margin:0;position:relative;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;opacity:1;overflow:hidden}
.he_border1:hover .he_border1_img{position:absolute;-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);opacity:.6}
.he_border1 .he_border1_caption{color:#fff;padding:0;margin:0;-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.he_border1 .he_border1_caption::before,.he_border1 .he_border1_caption::after{position:absolute;content:'';opacity:0;-webkit-transition:opacity 0.4s,-webkit-transform .4s;-moz-transition:opacity 0.4s,-moz-transform .4s;-o-transition:opacity 0.4s,-o-transform .4s;transition:opacity 0.4s,transform .4s}
.he_border1 .he_border1_caption::before{top:8%;right:10%;bottom:8%;left:10%;border-top:1px solid #fff;border-bottom:1px solid #fff;-webkit-transform:scale(0,1);-moz-transform:scale(0,1);-o-transform:scale(0,1);transform:scale(0,1);-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-o-transform-origin:0 0;transform-origin:0 0}
.he_border1 .he_border1_caption::after{top:8%;right:10%;bottom:8%;left:10%;border-right:1px solid #fff;border-left:1px solid #fff;-webkit-transform:scale(1,0);-moz-transform:scale(1,0);-o-transform:scale(1,0);transform:scale(1,0);-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-o-transform-origin:100% 0;transform-origin:100% 0}
.he_border1:hover .he_border1_caption::before,.he_border1:hover .he_border1_caption::after{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}
.he_border1 .he_border1_caption,.he_border1 .he_border1_caption > a{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden; z-index:1000}
.he_border1 .he_border1_caption_h{font-size:1.3em;font-weight:700;text-align:center;width:80%;position:absolute;top:20%;left:10%;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;transition:all .5s ease-in-out;overflow:hidden;opacity:1}
.he_border1 .he_border1_caption_p{font-size:1em;text-align:center;width:80%;position:absolute;top:60%;left:10%;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out;overflow:hidden;opacity:0}
.he_border1:hover .he_border1_caption_p{top:45%;opacity:1}
.col-md-3 .box {
	margin: 10px;
}