/*normalize*/
progress,sub,sup{vertical-align:baseline}button,hr,input{overflow:visible}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0} figcaption, menu,article,aside,details,figure,footer,header,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0} [hidden],template{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,input{}button,select{text-transform:none}[type=submit], [type=reset],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

body {
	font-family: 'Helvetica Neue',Helvetica,'PingFang SC','Hiragino Sans GB','Microsoft YaHei',Arial,sans-serif;
	font-size: 14px;
	background: #f4f4f4;
}
.body {
	overflow:hidden;
}
.nav {
	background: white;
}
.nav .menu {
	width: 1200px;
	margin: 0 auto;
	height: 80px;
	/*overflow:hidden;*/
}
.menu>ul{
	list-style: none;
	margin: 0;
	padding: 0;
	clear:both;
}
.menu>ul .logo {
	padding-right: 270px;
}
.menu>ul .logo div {
	/*background: url(../images/logo.png) no-repeat top left;*/
	height: 80px;
}

.menu>ul li {
	float: left;
}

.menu .item {
	position: relative;
}

.menu .item>a {
	width: 90px;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	line-height: 80px;
	text-decoration: none;
	color: black;
}
.menu ul li a {
	width: 90px;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	line-height: 80px;
	text-decoration: none;
	color: black;
}
.menu .item>a:hover, .menu .item>a.active {
	background: #e7444a;
	color:white;
}

.nav-in {
	display: none;
	opacity: 0;
	position: absolute;
	/*left: 0;*/
	top: 70px;
	width: 320px;
	/*height: 160px;*/
	z-index: 100;
	background: white;
	border: 1px solid #ddd;
	padding: 20px;
}

.nav-in .left {
	width: 140px;
	float: left;
}
.nav-in .right {
	width: 160px;
	float: right;
}
.nav-in .left ul {
	padding-left: 0;
}
.nav-in .left ul li{
	margin-bottom: 15px;
	display: block;
	font-size: 14px;
	overflow: hidden; /*自动隐藏文字*/
	text-overflow: ellipsis;/*文字隐藏后添加省略号*/
	white-space: nowrap;
}
.nav-in .left a {
	color:black;
	text-decoration: none;
	line-height: 0;
	text-align: left;
	width:120px;

}
.nav-in .left a:hover {
	color:red;
}
.nav-in .left ul li i{
	padding-right: 5px;
}
.nav-in .line {
	border-left: 1px solid #e9e9e9;
	height: 160px;
	width:1px;
	position: absolute;
	left: 160px;
}
/*swiper reset*/
.swiper-slide img{
	height:500px;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background: none;
	left: 20px;
	padding: 10px 15px;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background: none;
	right: 20px;
	padding: 10px 15px;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
	background: rgba(0, 0, 0, .5);
	border-radius: 50%;
}
.swiper-button-next, .swiper-button-prev {
	width: 10px;
	height: 17px;
}
.swiper-pagination .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    background: #fff;
    opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active{
	width: 30px;
	border-radius: 5px;
}
.body {
	position: relative;
}
.body .body-hr {
	position: absolute;
	top:93px;
	left: 0;
	width:100%;
	border: none;
	border-bottom: 1px solid #e0e0e0;
}
.body .title {
	/*position: relative;*/
}
.body .title .page {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.body .title .font {
	display: inline-block;
	padding-top: 60px;
	padding-bottom: 8px;
	font-size: 18px;
	color: #474747;
	line-height: 30px;
	border: none;
	border-bottom: 3px solid #717171;
}

.body .title .more {
	position: absolute;
	right: 0;
	top: 62px;
	font-size: 12px;
	line-height: 30px;
}
.body .title .more a {
	color: #b1b1b1;
	text-decoration: none;
}
.body .title .more span{
	margin-left: 5px;
}

.swiper-solutions {
	position: relative;
	overflow: hidden;
    width: 1200px;
    height: 350px;
    margin: 20px auto;
}
.solutions {
	background: white;
	height: 350px;
	width: 600px;
}
.solutions .title {
	text-align: center;
	font-size: 20px;
	color: #e7444a;
	padding-top: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ededed;
	font-weight: bold;
}
.solutions .desc {
	color:#4c4c4c;
	padding: 5px 40px;
	line-height: 30px;
	font-size: 14px;
}
.solutions .more {
	text-align: center;
}
.solutions .more a{
	text-decoration: none;
	padding: 10px 30px;
	border: 1px solid #e7444a;
	color: #e7444a;
	border-radius: 20px;
}
.swiper-pagination-solutions.swiper-pagination-bullets {
	position: absolute;
	left: 1000px;
	bottom: 10px;
	z-index: 1024;
	width: auto;
}
.swiper-pagination-solutions.swiper-pagination-bullets .swiper-pagination-bullet {
	background: #cacaca;
}
.swiper-solutions-prev, .swiper-solutions-next {
	z-index: 20;
	position: absolute;
	bottom: 0;
	width:60px;
	height: 35px;
	text-align: center;
	color:white;
	line-height: 35px;
	font-size:28px;
	cursor: pointer;
}
.swiper-solutions-prev{
	right: 61px;
}
.swiper-solutions-next {
	right: 0;
}
.swiper-solutions-next, .swiper-solutions-prev {
	background: #bbbbbb;
}
.swiper-solutions-prev:hover, .swiper-solutions-next:hover {
	background: #e7444a;
}
.product-main {
	background: #fff;
}
.product {
	width: 1200px;
	/*height: 450px;*/
	margin: 0 auto;
	padding: 75px 0;
	overflow: hidden;
}

.product .row-item {
	float: left;
	width:285px;
	margin-right: 20px;
}

.product {
	/*margin-top:50px;*/
	clear: both;
	overflow:hidden;
}
.product .img {
	overflow: hidden;
	width:285px;
	height: 180px;
}
.product img {
	position: relative;
}
.product .title {
	text-align: center;
	padding: 16px;
	font-size:16px;
	color:#313131;
}
.product .desc {
	color:#959595;
	font-size:12px;
	text-align: left;
	padding: 5px 16px;
	table-layout:fixed;
	word-break:break-all;
	word-wrap:break-word;
}
.product .item {
	margin-left: 5px;
	width: 285px;
	position: relative;
	height: 300px;
	transition: background-color .2s ease;
}
.product .item:hover {
	 background: #e7444a;
	 color:white;
}
.product.item:hover, .service .item.hover {
	background: #f38503;
	color:white;
}

.product .bg.f-dn {
	opacity: 0;
}

.product .bg {
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .5);
	height: 180px;
	width: 100%;
}
.product .bg .icon {
	text-align: center;
	line-height: 180px;
	font-size: 36px;
}
.wiper-wrapper {
	position: relative;
}
.swiper-product-prev, .swiper-product-next {
	z-index: 20;
	position: absolute;
	/*width:60px;*/
	/*height: 35px;*/
	top:260px;
	/*font-size:42px;*/
	cursor: pointer;
}
.swiper-product-prev{
	left: 70px;
}
.swiper-product-next {
	right: 70px;
}

.swiper-product-next.swiper-button-disabled, .swiper-product-prev.swiper-button-disabled {
	display: none;
}
.news {
	padding-top: 15px;
	padding-bottom: 30px;
	width: 1200px;
	margin: 0 auto;
	clear: both;
	height: 500px;
}
.news .item {
	position: relative;
	width: 585px;
	height: 200px;
	background: #fff;
	float: left;
	margin: 15px 15px 15px 0px;
}
.news .item:hover {
	box-shadow: 0 10px 30px#aaa;
}
.news .item.left {
	float: left;
}
.news .item.right {
	float: right;
	margin-right: 0px;
}
.news .item .head {
	padding: 25px 40px;
	height: 20px;
	line-height: 20px;
	position: relative;
	border-bottom: 1px solid #ececec;
}

.news.active .item .head {
	background: #e7444a;
}
.news .item .head .day {
	font-size: 28px;
	color: #303030;
}
.news .item .head .year {
	font-size: 14px;
	color: #8e8e8e;
}
.news .item .head .icon {
	background: #fff;
	width: 35px;
	height: 35px;
	text-align: center;
	font-size:30px;
	color:#b9b8b8;
	line-height: 40px;
	display: inline-block;
	border: 1px solid #e9e9e9;
	border-radius: 50%;
	position: absolute;
	right: 25px;
	top:20px;
}
.news .item .content {
	padding: 25px 40px;
}
.news .item .content .title {
	color: #303030;
	font-size: 20px;
	margin-bottom: 15px;
}
.news .item .content .desc {
	color: #959595;
	font-size: 12px;
	line-height: 20px;
}
.popup-main {
	width: 1200px;
	margin: 0 auto;
	height: 0;
}
.popup {
	opacity: 0;
	display: none;
	text-align: right;
	position: relative;
	bottom: 195px;
}
.popup .box {
	display: inline-block;
	width: 105px;
	height: 130px;
	padding: 30px 40px;
	background: white;
	/*border-radius: 5px;*/
	border: 1px solid #d5d5d5;
}
.footer {
	height: 165px;
	background: rgb(42, 48, 60);
	color: #adb2bc;
	overflow: hidden;
}
.footer .top {
	height: 165px;
	width: 1200px;
	margin: 0 auto;
}
.footer .top a {
	color: #adb2bc;
	line-height: 165px;
	text-decoration: none;
	clear: both;
	overflow: hidden;
}
.footer .menu {
	float: left;
}
.footer .contact {
	float: right;
	width: 580px;
	line-height: 165px;
}
.footer .contact i{
	padding: 10px;
	border: 1px solid #383e4b;
	border-radius: 50%;
	color: #adb2bc;
}

.footer .contact .left {
	float: left;
	margin: 60px 0;
	width: 60px;
	height: 45px;
	border-right: 1px solid #383e4b;
	line-height: 45px;
}
.footer .contact .info {
	float: left;
	margin-left: 20px;
	width: 300px;
	height: 165px;
	padding: 40px 0;
}
.footer .contact .info p {
	line-height: 15px;
	font-size: 12px;
	text-transform : uppercase;
	margin-top: 10px;
}
.footer .contact .info span{
	width: 150px;
	display: inline-block;
}
.footer .contact i:hover {
	/*background:#e7444a;*/
}

.footer .contact .right {
	float: right;
	text-align: center;
	padding: 40px 0;
}
.footer .contact .right .icon {
	line-height: 80px;
	float: right;
	margin-left: 29px;
	cursor: pointer;
}
.footer .contact .right .icon i{
	background: #3d4453;
	font-size: 20px;
	color: white;
}
.footer .contact .right .icon span{
	display: block;
	line-height: 0px;
}

.footer-bottom {
	background: rgb(42, 48, 60);
	text-align: center;
	border-top: 1px solid #383e4b;
	color: #adb2bc;
	line-height: 65px;
	width: 100%;
}
.footer_detail{
	width:1200px;
	margin: 0 auto;
	position: relative;
}
.footer-bottom span{
	padding: 0 15px;
}
.footer-bottom .footerlinks{
	width: 148px;
	height: 22px;
	z-index: 45;
	background: url(../images/footerlink.jpg) no-repeat;
	cursor: pointer;
	font: 12px/22px "微软雅黑";
	color: #666;
	position: absolute;
	top: 22px;
	right: 20px;
}
.linkslist{
	position: absolute;
	right: 20px;
	bottom: 43px;
	width: 146px;
	border: 1px solid #e3e3e3;
	border-bottom: none;
	background: #fff;
	text-align: center;
	display: none;
}
.linkslist ul{
	list-style-type: none;
	margin-left: -40px;
	margin-top: -10px;
}
.linkslist ul li{
	height:31px;
}
.linkslist a{
	padding-left: 12px;
	border-bottom: 1px solid #ececec;
	font-size: 14px;
	color: #666;
}
.linkslist a:hover{
	color: #e7444a;
}
/*=========================*/
#zzzzz img{
	width:600px;
	height:350px;
}