﻿arset "utf-8";
/*重置样式*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.foot_bottom a {
	color:#bbb
}
body {
	font-size: 14px;
	font-family: "微软雅黑";
	font-style: normal;
}
a {color:#666;
	cursor: pointer;
	text-decoration: none;
}
a, a:hover {
	transition: background 0.5s linear;
	-webkit-transition: background 0.5s linear;
	-moz-transition: background 0.5s linear;
	-o-transition: background 0.5s linear;
}
a:hover{color:#333;}

em, i {
	font-style: normal;
}
ul, ol, li {
	list-style: none;
}
img {
	border: none;
	vertical-align: middle;
}
input, select, textarea {
	outline: none;
	border: none;
	background: none;
}
textarea {
	resize: none;
}
.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	cursor: pointer;
	clear: both;
}
.clearfix {
	zoom: 1;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.container {
	position: fixed;
	width: 50px;
	height: 50px;
	bottom: 250px;
	right: 10px;
}
#goToTop {
	cursor: pointer;
}
.gray {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
/*重置样式结束*/

.Top {
	width: 40px;
	height: 40px;
	border-radius: 5px;
	overflow: hidden;
	position: fixed;
	right: 15px;
	bottom: 30px;
	background: url(/skinyy/zhiyuan/images/top_02.jpg);
	display: none;
}
.Top > a {
	display: block;
	height: 40px;
}
.Top:hover {
	background: url(/skinyy/zhiyuan/images/top_01.jpg);
}
.head {
	width: 100%;
	position: fixed;
	z-index: 10;
	background: #fff;
	top: 0;
}
.head .head_top {
	height: 36px;
	border-bottom: 1px solid #ededed;
}
.head .head_top > div {
	width: 1200px;
	margin: auto;
}
.head .head_top p {
	line-height: 36px;
	color: #999;
	padding-left: 10px;
	border-left: 1px solid #dcdcdc;
	margin-left: 10px;
}
.head .head_top p span {
	float: left;
	margin-right: 2px;
}
.head .head_top p a {
	font-size: 14px;
	color: #D91B18;
	font-weight: bold;
}
.head .head_top form {
	line-height: 35px;
	border-bottom: 1px solid #d91b18;
}
.head .head_top form > .iconfont {
	color: #D91B18;
	font-weight: bold;
	padding-right: 8px;
	margin-top:5px;
}
.head .head_top form > .cpkey {
	position: relative;
	right: 0;
	width: 0px;
	transition: all 0.5s;
	text-indent: 1rem;
	color:#999;
}
.head .head_top form:hover > .cpkey {
	width: 190px;
}
.head .nav {
	margin-top: 2px;
	position: relative;
}
.head .nav > .navBox {
	width: 1200px;
	height: 76px;
	margin: auto;
}
.head .nav > .navBox > p {
	line-height: 76px;
}
.head .nav > .navBox > ul li {
	float: left;
	height: 76px;
	padding-bottom: 10px;
	padding:0 22px;
	position:relative;
}
.head .nav > .navBox > ul li > a {
	display: block;
	height: 66px;
	font-size: 16px;
	color: #666;
	line-height: 66px;
	font-weight: 600;
}
/*.head .nav > .navBox > ul li .h_active {

	border-bottom: 2px solid #D91B18;

}*/



.head .nav > .navBox > ul li .h_active:hover {
	color: #666;
}
.head .nav > .navBox > ul li a:hover {
	color: #D91B18 !important;
}
.head .nav > .navBox > ul li:hover .nav_listT {
	display:block;
}
.head .nav > .navBox > ul li ul {
	width:189%;
	position:absolute;
	top:76px;
	left:-30px;
	background:#f9f9f9;
	padding:0 20px;
	display:none;
}
.head .nav > .navBox > ul li:hover ul {
	display:block;
}
.head .nav > .navBox > ul li ul li {
	margin-right:0px;
}
.head .nav .nav_listT {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	top: 75px;
	display: none;
	background: #f9f9f9;
	z-index: 9999;
}
.head .nav .nav_listT > div {
	width: 1200px;
	margin: auto;
	padding: 70px 0 80px 0;
}
.head .nav .nav_listT > div > div {
	height: 320px;
	padding-right: 50px;
	margin-right: 50px;
	border-right: 1px solid #c7c7c7;
}
.head .nav .nav_listT > div > div p {
	width: 90px;
	height: 100px;
	border: 2px solid #D91B18;
	text-align: center;
	padding: 30px 0;
	color: #D91B18;
	font-size: 14px;
}
.head .nav .nav_listT > div > div p a {
	color:#D91B18;
}
.head .nav .nav_listT > div dl {
	height: 320px;
	margin-right: 140px;
}
.head .nav .nav_listT > div dl dt {
	margin-bottom: 16px;
	font-weight: bold;
	font-size: 16px;
}
.head .nav .nav_listT > div dl dt a {
	font-size:16px;
	font-weight:bold;
	color:#666;
}
.head .nav .nav_listT > div dl dt a {
	color: #666;
}
.head .nav .nav_listT > div dl dd {
	margin-bottom: 10px;
}
.head .nav .nav_listT > div dl dd a {
	color: #666;
}
.head .nav .nav_listT > div .last {
	margin: 0;
}
/*.head:hover {

	box-shadow: 0 2px 10px 3px #eee;

	z-index: 9999;

}*/



.main100 {
	width: 100%;

  /*产品中心*/

  /*解决方案 solution*/

  /*典型案例Typical*/

  /*企业应用案例*/

  /*主营业务*/

  /**/

  /**/

}
.main100 .product_crumbs {
	height: 60px;
	background: #fff;
}
.main100 .product_crumbs ul {
	width: 1200px;
	margin: auto;
	color:#666;
	line-height:60px;
}
.main100 .product_crumbs ul a {
	line-height: 60px;
	color: #666666;
	padding: 0 10px;
}
.main100 .product_crumbs ul li:last-child a {
	text-decoration: underline;
}
.main100 .paging {
	color:#666;
	text-align: center;
	padding: 50px 0;
	background: #fff;
}
.main100 .paging a {
	color:#666;
	padding:5px 10px;
	display:inline-block;
}
.main100 .paging li {
	display: inline-block;
	padding: 5px 10px;
	color: #666;
}
.main100 .paging li a {
	color:#666;
}
.main100 .paging li:hover a {
	color: #D91B18;
}
.main100 > .banner {
	width: 100%;
	height: 600px;
}
.main100 > .banner .tb-list {
	width: 100%;
}
.main100 > .banner .tb-btn a {
	background: rgba(255, 255, 255, 0.5);
}
.main100 > .banner .tb-btn a.active {
	width: 20px;
	border-radius: 2000px;
	background: #fff;
}
.main100 > .banner .swier_button > div {
	position: absolute;
	width: 27px;
	height: 44px;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 0;
	filter: Alpha(opacity=0);
}
.main100 > .banner .swier_button > .next {
	right: 0;
}
.main100 > .banner .swiper-wrapper > li {
	position: relative;
}
.main100 > .banner .swiper-wrapper > li > ol {
	position: absolute;
	width: 640px;
	height: 175px;
	top: 80px;
	left: 0;
	right: 0;
	margin: auto;
	color: #fff;
	text-align: center;
}
.main100 > .banner .swiper-wrapper > li > ol h2 {
	font-size: 70px;
	font-weight: normal;
	font-weight: 100;
}
.main100 > .banner .swiper-wrapper > li > ol h2 span {
	font-weight: bold;
}
.main100 > .banner .swiper-wrapper > li > ol i {
	display: inline-block;
	width: 50px;
	height: 3px;
	background: #fff;
	margin: 50px 0 40px 0;
}
.main100 > .banner .swiper-wrapper > li > ol ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 90px;
}
.main100 > .banner .swiper-wrapper > li > ol ul > li {
	width: 25%;
}
.main100 > .banner .swiper-wrapper > li > ol ul > li p {
	margin-top: 10px;
}
.main100 .banner:hover .swier_button > div {
	opacity: 1;
	transition: all 0.5s;
	filter: Alpha(opacity=100);
}
.main100 .number {
	width: 100%;
	padding: 75px 0;
}
.main100 .number > ul {
	width: 1200px;
	margin: auto;
}
.main100 .number > ul li {
	float: left;
	width: 33.3%;
	text-align: center;
}
.main100 .number > ul li h2 {
	color: #ff0100;
	font-size: 60px;
	margin-bottom: 20px;
	letter-spacing: -4px;
}
.main100 .number > ul li h2 span {
	font-size: 40px;
}
.main100 .number > ul li p {
	font-size: 16px;
	color: #999999;
}
 .main100 .number > ul li:nth-child(2) {
 position: relative;
}
 .main100 .number > ul li:nth-child(2) i {
 position: absolute;
 width: 1px;
 height: 55px;
 border-left: 1px dashed #999;
 left: 0;
 top: 0;
 bottom: 0;
 margin: auto;
}
 .main100 .number > ul li:nth-child(2) .right {
 left: auto;
 right: 0;
}
.main100 .title {
	text-align: center;
}
.main100 .title h3 {
	font-size: 30px;
	color: #666666;
}
.main100 .title p {
	font-size: 12px;
	color: #cccccc;
	padding-top: 10px;
}
.main100 .title i {
	width: 30px;
	height: 2px;
	display: block;
	margin: auto;
	background: #D91B18;
	margin-top: 12px;
}
.main100 .products {
	width: 100%;
	padding: 80px 0;
	background: #F9F9F9;
}
.main100 .products .title {
	text-align: center;
}
.main100 .products .title h3 {
	font-size: 30px;
	color: #666666;
}
.main100 .products .title p {
	font-size: 12px;
	color: #cccccc;
	padding-top: 10px;
}
.main100 .products .title i {
	width: 30px;
	height: 2px;
	display: block;
	margin: auto;
	background: #D91B18;
	margin-top: 12px;
}

.main100 .products .button {
	text-align: center;
	margin-top: 70px;
}
.main100 .products .button a {
	display: inline-block;
	width: 170px;
	height: 40px;
	border: 1px solid #999;
	text-align: center;
	line-height: 40px;
	color: #747474;
	font-size: 12px;
}
.main100 .products .button a:hover{

	background: #D91B18;
	color: #fff;
	border-color: #D91B18;
}
.main100 .products .button > .active {
	border-radius: 2000px;
	background: #D91B18;
	color: #fff;
	border-color: #D91B18;
}


.main100 .products .products_list {
	width: 1200px;
	margin: auto;
	margin-top: 40px;
}
.main100 .products .products_list .list {
	height: 130px;
	background: #fff;
	margin-bottom: 10px;
}
.main100 .products .products_list .list h4 {
	width: 180px;
	height: 100%;
	text-align: center;
	padding: 38px 0 35px;
	font-size: 18px;
	color: #fff;
	background: #999;
	line-height: 26px;
}
.main100 .products .products_list .list .img {
	width: 290px;
	height: 100%;
	text-align: center;
	padding: 24px 0 25px;
	border-right: 2px solid #f9f9f9;color: #333;
}
.main100 .products .products_list .list .img p {
	display:block; width:288px;
	height: 43px;
	line-height: 43px;
	overflow:hidden;margin-bottom:5px;
}
.main100 .products .products_list .list .img p img{
	position: relative;top: -19px;width: 150px;height:86px;
}
.main100 .products .products_list .list .img a {
	display: inline-block;
	padding:0px 5px;
	height: 22px;
	margin-top:5px;
	border-radius: 2000px;
	border: 1px solid #999;
	text-align: center;
	line-height: 20px;
	color: #999;
	font-size: 12px;
}
.main100 .products .products_list .list .img a:hover {
	background: #D91B18;
	color: #fff;
	border-color: #D91B18;
}
.main100 .products .products_list .list ul {
	padding:40px 0 0 40px;
	width:720px;
	overflow: hidden;
}
.main100 .products .products_list .list ul li {
	width:170px;
	margin-bottom: 15px;color: #999;
}
.main100 .products .products_list .list ul li i {
	display: inline-block;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left-color: #D91B18;
	margin-right: 5px;
}
.main100 .products .products_list .list ul li a {
	color: #777;
	font-size: 14px;
}
.main100 .products .products_list .list ul li span {
	display: block;padding-top: 5px;
}
.main100 .products .products_list .list ul li a:hover {
	color: #D91B18;
}
.main100 .products .products_list .list:hover {
	box-shadow: 0 0 10px 1px #eee;
}
.main100 .products .products_list .list:hover h4 {
	background: #D91B18;
	transition: background 0.5s linear;
}

.wp-title_content{word-wrap: break-word; padding: 0px; border: 1px solid rgb(217, 217, 217); height: 290px; width: 268px; display: block; background-color: rgb(255, 255, 255);}
.wp-title_content .img_over{margin:17px 0 0 20px;}
.wp-title_content > span{font-size: 16px;margin:14px 0 0 20px;}
.wp-title_content .MsoNormal{margin:11px 20px 0;width:220px;}
.wp-title_content .MsoNormal .mspan{ color: rgb(90, 90, 90);font-size: 12px;height: 73px;display: block;line-height:18px;}
.wp-title_content .MsoNormal .tjcp_title{color:#D81A18; font-size:14px; line-height:28px; border-bottom:1px solid #eee; width:220px; display:block; font-weight:bold;margin-top:5px;}
.wp-title_content .MsoNormal .tjcp_products{display: inline-block;}
.wp-title_content .MsoNormal .tjcp_products i{display: inline-block;width: 0;height: 0;border: 5px solid transparent;border-left-color: #D91B18;}
.wp-title_content .MsoNormal .tjcp_products a{margin-right:5px; font-weight:bold; line-height:28px;}



.main100 .solution {
	width: 100%;
	padding: 80px 0;
}
.main100 .solution .button {
	text-align: center;
	margin-top: 70px;
}
.main100 .solution .button a {
	display: inline-block;
	width: 170px;
	height: 40px;
	border: 1px solid #999;
	text-align: center;
	line-height: 40px;
	color: #747474;
	font-size: 12px;
}
.main100 .solution .button > .active {
	border-radius: 2000px;
	background: #D91B18;
	color: #fff;
	border-color: #D91B18;
}
.main100 .solution .abt_list > ul {
	width: 1200px;
	margin: auto;
	margin-top: 40px;
}
.main100 .solution .abt_list > ul > li {
	float: left;
	position: relative;
	width: 285px;
	height: 365px;
	margin-right: 20px;
}
.main100 .solution .abt_list > ul > li > a > p {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	padding: 115px 43px 0;
	color: #fff;
	line-height: 25px;
	transition: all 0.5;
	text-align: center;
}
.main100 .solution .abt_list > ul > li > a > ol {
	position: absolute;
	width: 90%;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	color: #fff;
	padding: 30px 0;
}
.main100 .solution .abt_list > ul > li > a > ol > li {
	font-size: 18px;
	width: 100%;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	transition: all 0.5;
}
.main100 .solution .abt_list > ul > li > a > ol > li i {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	border-left: 2px solid #fff;
	padding-left: 10px;
}
.main100 .solution .abt_list > ul > li > a > ol > li span {
	font-size: 40px;
	display: none;
	color: #fff;
}
.main100 .solution .abt_list > ul > .last {
	margin-right: 0;
}
.main100 .solution .abt_list > ul > li:hover > a > p {
	background: rgba(0, 0, 0, 0.5);
}
.main100 .solution .abt_list > ul > li:hover > a > ol > li {
	text-align: left;
}
.main100 .solution .abt_list > ul > li:hover > a > ol > li > span {
	display: block;
}
.main100 .typical {
	width: 100%;
	height: 915px;
	padding: 28px 0 100px;
	background: url(/skinyy/zhiyuan/images/typical_bg.jpg) no-repeat;
}
.main100 .typical .title h3 {
	color: #fff;
}
.main100 .typical .typical_list {
	width: 1200px;
	margin: auto;
	margin-top: 10px;
}
.main100 .typical .typical_list ul {
	overflow: hidden;
	width: 290px;
	height: 290px;
	text-align: center;
	color: #fff;
	background: rgba(255, 255, 255, 0.1);
	margin-right: 10px;
	margin-bottom: 10px;
	transition: background 0.5s linear;
	-webkit-transition: background 0.5s linear;
	-moz-transition: background 0.5s linear;
	-o-transition: background 0.5s linear;
}
.main100 .typical .typical_list ul .typli1{margin-top: 80px;}
.main100 .typical .typical_list ul a {
	color: #fff;
	display: inline-block;
	margin: 40px 0 15px;
	display: none;
	padding: 3px 12px;
	border: 2px solid #fff;
	border-radius: 2000px;
	font-size: 12px;
}
.main100 .typical .typical_list ul p {
	margin-top: 40px;
}
.main100 .typical .typical_list .last {
	margin-right: 0;
}
.main100 .typical .typical_list ul:hover {
	background: #D91B18;
}
.main100 .typical .typical_list ul:hover a {
	display: inline-block;
}
.main100 .typical .typical_list ul:hover p {
	margin: 0;
}
.main100 .case {
	padding: 80px 0;
}
.main100 .case ul {
	width: 1200px;
	margin: auto;
	margin-top: 80px;
}
.main100 .case ul li {
	float: left;
	width: 239px;
	height: 100px;
	margin-right: 1px;
	margin-bottom: 30px;
}
.main100 .case ul img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	transition: all 0.5s;
	opacity: 0.5;
	filter: Alpha(opacity=50);
}
.main100 .case ul img:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity: 1;
	filter: Alpha(opacity=100);
	position: relative;
	z-index: 10;
	box-shadow: 0 0 3px 2px #dcdcdc;
}
.main100 .business {
	background: #F9F9F9;
	padding: 80px 0;
}
.main100 .business .business_list {
	width: 1000px;
	margin: auto;
	margin-top: 60px;
	text-align: center;
}
.main100 .business .business_list > ul {
	width: 270px;
	height: 450px;
	background: #fff;
	padding: 70px 0px 50px;
	color: #666666;
	float: left;
}
.main100 .business .business_list > ul h4 {
	font-size: 46px;
}
.main100 .business .business_list > ul span {
	font-size: 30px;
}
.main100 .business .business_list > ul p {
	font-size: 16px;
	margin-top: 10px;
}
.main100 .business .business_list > ul i {
	display: block;
	width: 1px;
	height: 40px;
	border-left: 1px dashed #666;
	margin: 20px auto;
}
.main100 .business .business_list .middle {
	margin: 0 95px;
}
.main100 .business .business_list > ul:hover {
	box-shadow: 0 0 10px 3px #dcdcdc;
	color: #D91B18;
}
.main100 .intreprise {
	padding: 80px 0;
	width: 1200px;
	margin: auto;
}
.main100 .intreprise .intreprise_box {
	margin-top: 60px;
}
.main100 .intreprise .intreprise_box .intreprise_left {
	width: 590px;
	position: relative;
	margin-top:55px;
}
.main100 .intreprise .intreprise_box .intreprise_left li {
	margin-bottom:27px;
}
.main100 .intreprise .intreprise_box .intreprise_left .tb-list {
	width: 100%;
}
.main100 .intreprise .intreprise_box .intreprise_left .tb-btn a {
	background: #fff;
}
.main100 .intreprise .intreprise_box .intreprise_left .tb-btn a.active {
	width: 20px;
	border-radius: 2000px;
	background: #D91B18;
}
.main100 .intreprise .intreprise_box .intreprise_left .intreprise_prev, .main100 .intreprise .intreprise_box .intreprise_left .intreprise_next {
	position: absolute;
	width: 34px;
	height: 34px;
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto;
	cursor: pointer;
}
.main100 .intreprise .intreprise_box .intreprise_left .intreprise_prev a, .main100 .intreprise .intreprise_box .intreprise_left .intreprise_next a {
	opacity: 0.5;
	filter: Alpha(opacity=50);
}
.main100 .intreprise .intreprise_box .intreprise_left .intreprise_prev a:hover, .main100 .intreprise .intreprise_box .intreprise_left .intreprise_next a:hover {
	opacity: 1;
	filter: Alpha(opacity=100);
}
.main100 .intreprise .intreprise_box .intreprise_left .intreprise_next {
	left: auto;
	right: 10px;
}
.main100 .intreprise .intreprise_box .intreprise_right {
	width: 580px;
}
.main100 .intreprise .intreprise_box .intreprise_right h2 {
	padding: 10px 0;
	border-bottom: 1px solid #DCDCDC;
	font-size: 14px;
	color: #999999;
	font-weight: normal;
}
.main100 .intreprise .intreprise_box .intreprise_right h2 a {
	width: 60px;
	height: 23px;
	background: url(/skinyy/zhiyuan/images/more_01.jpg) no-repeat;
}
.main100 .intreprise .intreprise_box .intreprise_right h2 a:hover {
	background: url(/skinyy/zhiyuan/images/more_02.jpg) no-repeat;
}
.main100 .intreprise .intreprise_box .intreprise_right h3 {
	font-size: 14px;
	color: #333333;
	font-weight: normal;
	padding: 15px 0;
}
.main100 .intreprise .intreprise_box .intreprise_right h3 a {
	color: #333;
	font-weight: bold;
}
.main100 .intreprise .intreprise_box .intreprise_right h3 span {
	padding-right: 5px;
}
.main100 .intreprise .intreprise_box .intreprise_right h3 a:hover {
	color: #D91B18;
}
.main100 .intreprise .intreprise_box .intreprise_right p {
	padding: 0 0 15px 20px;
	border-bottom: 1px solid #DCDCDC;
	height:60px;
	overflow:hidden;
}
.main100 .about {
	padding: 80px 0;
}
.main100 .about .about_txt {
	width: 920px;
	height:130px;
	overflow:hidden;
	text-align: center;
	margin: auto;
	font-size: 14px;
	line-height: 44px;
}
.main100 .about > ul {
	width: 1200px;
	height: 250px;
	margin: auto;
	margin-top: 70px;
	background: url(/skinyy/zhiyuan/images/about_bg.jpg) no-repeat;
}
.main100 .about > ul li {
	width: 400px;
	height: 250px;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
	padding-top: 90px;
	color: #fff;
	opacity: 1;
	filter: Alpha(opacity=100);
	transition: all 0.5s;
}
.main100 .about > ul li h3 {
	font-size: 26px;
	margin-bottom: 20px;
}
.main100 .about > ul li a {
	color: #fff;
	display: inline-block;
	width: 100px;
	height: 30px;
	text-align: center;
	line-height: 25px;
	border-radius: 2000px;
	border: 2px solid #fff;
	font-weight: bold;
	font-size: 13px;
}
.main100 .about > ul li a:hover {
	color: #D91B18;
	background: #fff;
}
.main100 .about > ul li:hover {
	opacity: 1;
	filter: Alpha(opacity=100);
}
.main100 .details_Blist {
	width: 1200px;
	margin: auto;
	margin-top: 30px;
}
.main100 .details_Blist > h2 {
	font-size: 30px;
	color: #666666;
}
.main100 .details_Blist .t {
	color: #666666;
}
.main100 .details_Blist > h2 span {
	font-weight: normal;
	display: block;
	color: #cccccc;
	font-size: 12px;
	margin: 10px 0;
}
.main100 .details_Blist > h2 i {
	display: block;
	width: 30px;
	height: 2px;
	background: #D91B18;
}
.main100 .details_Blist p {
	color: #999999;
	font-size: 14px;
	line-height: 30px;
	margin: 20px 0;
}
.main100 .details_Blist .remark {
	color: #999999;
	font-size: 14px;
	line-height: 30px;
	margin: 20px 0;
}
.main100 .link {
	width: 1200px;
	margin: auto;
	padding: 50px 0 0;
}
.main100 .link dl {
	padding-bottom: 10px;
	margin-top: 10px;
	color: #999;
	border-bottom: 1px dashed #dcdcdc;
}
.main100 .link dl dt {
	line-height: 30px;
}
.main100 .link dl a {
	padding:0 5px;
	text-align: center;
	line-height: 30px;
	color: #999;
}
.main100 .link dl:last-child {
	border: none;
}
.main100 .allnews {
	padding: 30px 0 40px;
	background: #f4f4f4;
}
.main100 .allnews > div {
	width: 1200px;
	margin: auto;
}
.main100 .allnews > div ul {
	color: #999999;
	font-size: 12px;
}
.main100 .allnews > div ul li {
	line-height: 30px;
}
.main100 .allnews > div ul li a {
	width:485px;
	height:30px;
	line-height:30px;
	display:block;
	color:#999;
	float:left;
}
.main100 .allnews > div ul li span {
	width:100px;
	float:left;
	display:block;
	color: #ccc;
}
.main100 .allnews > div ul h4 {
	font-weight: normal;
}
.main100 .allnews > div ul:last-child {
	padding-top: 30px;
}
.foot {
	width: 100%;
	background: #5e6065;
}
.foot .foot_top {
	border-bottom: 1px solid #9ea1a3;
	padding: 15px 0;
}
.foot .foot_top dl {
	width: 1200px;
	margin: auto;
}
.foot .foot_top dl dt {
	margin-right: 50px;
	height: 14px;
	line-height: 14px;
	color: #cbcbcb;
}
.foot .foot_top dl dd {
	padding-right: 25px;
	margin-right: 25px;
	height: 14px;
	line-height: 14px;
	border-right: 1px solid #fff;
}
.foot .foot_top dl dd:last-child {
	border: none;
}
.foot .foot_top dl a {
	color: #fff;
}
.foot .foot_middle {
	width: 1200px;
	margin: auto;
	padding: 20px 0;
}
.foot .foot_middle .floatRight img {
	width: 113px;
}
 .foot .foot_middle p:nth-child(1) {
 margin-top: 40px;
}
.foot .foot_middle ul {
	padding-top: 50px;
	margin-left: 90px;
}
.foot .foot_middle ul li {
	padding: 0 20px;
	line-height: 14px;
	height: 14px;
	border-right: 1px solid #fff;
}
.foot .foot_middle ul li:last-child {
	border: none;
}
.foot .foot_middle ul a {
	color: #fff;
}
.foot .foot_middle ol {
	padding: 20px 0 0 30px;
}
.foot .foot_middle ol a {
	color: #bbb;
	font-size: 14px;
}
.foot .foot_middle ol li {
	height: 14px;
	line-height: 14px;
}
 .foot .foot_middle ol li:nth-child(2) {
 margin: 0 20px;
 padding: 0 20px;
 height: 14px;
 border-left: 1px solid #bbb;
 border-right: 1px solid #bbb;
}
.foot .foot_bottom {
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #45484a;
	color: #bbb;
}
/*产品中心*/

.product_main {
	background: #fff;
}
.product_main a {
	color:#999999;
}
.product_main .product_banner {
	height: 400px;
	background: url(/skinyy/zhiyuan/images/producta_bnner.jpg) no-repeat;
}
.product_main .product_banner ul {
	width: 1200px;
	margin: auto;
	color: #fff;
	padding-top: 160px;
}
.product_main .product_banner ul h2 {
	font-family: "苹方";
	font-weight: 200;
	font-size: 50px;
}
.product_main .product_banner ul p {
	font-size: 20px;
	margin: 10px 0 15px;
}
.product_main .product_banner ul a {
	color: #fff;
	display: block;
	width: 140px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #fff;
	border-radius: 0px;
}
.product_main .product_banner ul a:hover {
	border-radius: 2000px;
}
.product_main .product_crumbs {
	height: 60px;
	background: #fff;
}
.product_main .product_crumbs ul {
	width: 1200px;
	margin: auto;
	line-height:60px;
	color:#666;
}
.product_main .product_crumbs ul a {
	line-height: 60px;
	color: #666666;
	padding: 0 10px;
}
.product_main .product_crumbs ul a:last-child {
	text-decoration:underline;
}
.product_main .product_box {
	padding: 40px 0 60px;
	width: 1200px;
	margin: auto;
}
.product_main .product_box .product_nav > .product_list {
	padding-bottom: 30px;
	border-bottom: 1px solid #f0f0f0;
}
.product_main .product_box .product_nav > .product_list > li {
	width: 240px;
	height: 50px;
	line-height: 50px;
	float: left;
	padding: 0 20px;
	background: #fff;
	border-left: 4px solid #f9f9f9;
	position: relative;
}
.product_main .product_box .product_nav > .product_list > li > a {
	color: #666666;
	font-size: 16px;
}
.product_main .product_box .product_nav > .product_list > li .icon-jia {
	font-size: 28px;
}
.product_main .product_box .product_nav > .product_list > li > .product_listT {
	position: absolute;
	left: -4px;
	width: 240px;
	background: #fff;
	padding: 25px;
	display: none;
}
.product_main .product_box .product_nav > .product_list > li > .product_listT li {
	line-height: 20px;
	margin-bottom: 10px;
}
.product_main .product_box .product_nav > .product_list > li > .product_listT li a {
	color: #666;
	padding-left: 10px;
}
.product_main .product_box .product_nav > .product_list > li > .product_listT li a:hover {
	color: #D91B18;
	text-decoration: underline;
}
.product_main .product_box .product_nav > .product_list li:hover {
	border-color: #D91B18;
}
.product_main .product_box .product_nav > .product_list > .product_active {
	border-color: #D91B18;
}
.product_main .product_box .product_nav > .product_list > .product_active > a {
	color: #D91B18;
}
.product_main .product_box .product_Blist {
	margin-top: 60px;
}
.product_main .product_box .product_Blist > div {
	margin-bottom: 10px;
}
.product_main .product_box .product_Blist > div:hover {
	box-shadow: 0 0 13px 2px #ddd;
}
.product_main .product_box .product_Blist .product_BlistL {
	height: 200px;
	background: #fff;
	padding: 0 50px 0 34px;
}
.product_main .product_box .product_Blist .product_BlistL .product_BlistL_left {
	line-height: 200px;
	width: 220px;
	text-align: center;
	border-right: 2px solid #f9f9f9;
}
.product_main .product_box .product_Blist .product_BlistL .product_BlistL_left img {
	width:220px;
}
.product_main .product_box .product_Blist .product_BlistL .product_BlistL_middle {
	width: 800px;
	padding-left: 50px;
	padding-top: 50px;
}
.product_main .product_box .product_Blist .product_BlistL .product_BlistL_middle h3 {
	width:750px;
	height:33px;
	line-height:33px;
	overflow:hidden;
	font-size: 24px;
	font-weight: 500;
}
.product_main .product_box .product_Blist .product_BlistL .product_BlistL_middle h3 a {
	color:#D91B18;
}
.product_main .product_box .product_Blist .product_BlistL .product_BlistL_middle h5 {
	color: #999;
	font-size: 16px;
	font-weight: normal;
	margin: 10px 0;
}
.product_main .product_box .product_Blist .product_BlistL .product_BlistL_middle h5 i {
	display: block;
	width: 30px;
	height: 2px;
	background: #D91B18;
	margin-top: 10px;
}
.product_main .product_box .product_Blist .product_BlistL .product_BlistL_middle .p {
	color: #cccccc;
	font-size: 12px;
	height:22px;
	line-height:22px;
	overflow:hidden;
}
.product_main .product_box .product_Blist .product_BlistL .product_BlistL_bottom {
	line-height: 200px;
}
.product_main .product_box .product_Blist .product_BlistL .product_BlistL_bottom a {
	font-size: 50px;
	color: #ccc;
}
.product_main .product_box .product_Blist .product_BlistL:hover .product_BlistL_bottom a {
	color: #D91B18;
}
.journalism_main {
	background: #f9f9f9;
}
.journalism_main .journalism_banner {
	height: 400px;
	background: url(/skinyy/zhiyuan/images/journalism_banner.jpg) no-repeat;
}
.journalism_main .journalism_banner ul {
	width: 1200px;
	margin: auto;
	color: #fff;
	padding-top: 100px;
}
.journalism_main .journalism_banner ul h1 {
}
.journalism_main .journalism_banner ul h1 span {
	font-size: 50px;
}
.journalism_main .journalism_banner ul h2 {
	font-family: "苹方";
	font-weight: 200;
	font-size: 50px;
	margin-bottom: 15px;
}
.journalism_main .journalism_banner ul a {
	color: #fff;
	display: block;
	width: 140px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #fff;
}
.journalism_main .journalism_banner ul a:hover {
	border-radius: 2000px;
}
.journalism_main .journalism_box {
	padding: 40px 0 60px;
	width: 1200px;
	margin: auto;
}
.journalism_main .journalism_box .journalism_nav > .journalism_list {
	padding-bottom: 30px;
	border-bottom: 1px solid #f0f0f0;
}
.journalism_main .journalism_box .journalism_nav > .journalism_list > li {
	width: 150px;
	height: 50px;
	line-height: 50px;
	float: left;
	padding: 0 20px;
	background: #fff;
	border-left: 4px solid #f9f9f9;
	position: relative;
}
.journalism_main .journalism_box .journalism_nav > .journalism_list > li > a {
	color: #666666;
	font-size: 16px;
}
.journalism_main .journalism_box .journalism_nav > .journalism_list > li .icon-jia {
	font-size: 28px;
}
.journalism_main .journalism_box .journalism_nav > .journalism_list li:hover {
	border-color: #D91B18;
}
.journalism_main .journalism_box .journalism_nav > .journalism_list > .journalism_active {
	border-color: #D91B18;
}
.journalism_main .journalism_box .journalism_nav > .journalism_list > .journalism_active > a {
	color: #D91B18;
}
.journalism_main .journalism_box .journalism_Blist {
	margin-top: 60px;
}
.journalism_main .journalism_box .journalism_Blist ul li {
	margin-bottom: 20px;
}
.journalism_main .journalism_box .journalism_Blist ul li img {
	width:1200px;
	height:200px;
}
.journalism_main .journalism_box .journalism_Blist ul li h4 {
	margin: 24px 0 10px;
}
.journalism_main .journalism_box .journalism_Blist ul li h4 a {
	font-size: 18px;
	color: #666;
	font-weight: normal;
}
.journalism_main .journalism_box .journalism_Blist ul li h4 a:hover {
	color: #D91B18;
}
.journalism_main .journalism_box .journalism_Blist ul li div span {
	color: #cccccc;
	font-size: 12px;
}
.journalism_main .journalism_box .journalism_Blist ul li div a {
	color: #cccccc;
	font-size: 12px;
	padding-top: 5px;
}
.journalism_main .journalism_box .journalism_Blist ul li div a:hover {
	color: #D91B18;
}
.journalism_main .journalism_box .journalism_Blist ul li div i {
	display: block;
	width: 30px;
	height: 2px;
	background: #D91B18;
	margin: 10px 0;
}
.journalism_main .journalism_box .journalism_Blist ul li p {
	color: #999999;
	font-size: 12px;
	padding-bottom: 20px;
	line-height: 20px;
	border-bottom: 1px dashed #dcdcdc;
	height:61px;
	overflow:hidden;
}
.journalism_main .journalism_box .paging {
	background: #f9f9f9;
}
.about_main {
	background: #f9f9f9;
}
.about_main .about_banner {
	height: 400px;
	background: url(/skinyy/zhiyuan/images/about_banner.jpg) no-repeat;
}
.about_main .about_banner ul {
	width: 1200px;
	margin: auto;
	color: #fff;
	padding-top: 100px;
}
.about_main .about_banner ul h1 {
}
.about_main .about_banner ul h1 span {
	font-size: 50px;
}
.about_main .about_banner ul h2 {
	font-family: "苹方";
	font-weight: 200;
	font-size: 50px;
	margin-bottom: 15px;
}
.about_main .about_banner ul a {
	color: #fff;
	display: block;
	width: 140px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #fff;
}
.about_main .about_banner ul a:hover {
	border-radius: 2000px;
}
.about_main .about_box {
	padding: 40px 0 60px;
	width: 1200px;
	margin: auto;
}
.about_main .about_box .about_nav > .about_list {
	padding-bottom: 30px;
	border-bottom: 1px solid #f0f0f0;
}
.about_main .about_box .about_nav > .about_list > li {
	width: 150px;
	height: 50px;
	line-height: 50px;
	float: left;
	padding: 0 20px;
	background: #fff;
	border-left: 4px solid #f9f9f9;
	position: relative;
}
.about_main .about_box .about_nav > .about_list > li > a {
	color: #666666;
	font-size: 16px;
}
.about_main .about_box .about_nav > .about_list > li .icon-jia {
	font-size: 28px;
}
.about_main .about_box .about_nav > .about_list li:hover {
	border-color: #D91B18;
}
.about_main .about_box .about_nav > .about_list > .about_active {
	border-color: #D91B18;
}
.about_main .about_box .about_nav > .about_list > .about_active > a {
	color: #D91B18;
}
.about_main .about_box .about_Blist {
	width: 905px;
	margin: auto;
	margin-top: 30px;
}
.about_main .about_box .about_Blist > h2 {
	font-size: 30px;
	color: #666666;
}
.about_main .about_box .about_Blist > h2 span {
	font-weight: normal;
	display: block;
	color: #cccccc;
	font-size: 12px;
	margin: 10px 0;
}
.about_main .about_box .about_Blist > h2 i {
	display: block;
	width: 30px;
	height: 2px;
	background: #D91B18;
}
.about_main .about_box .about_Blist p {
	color: #999999;
	font-size: 14px;
	line-height: 30px;
	margin: 20px 0;
}
.about_main .about_box .paging {
	background: #f9f9f9;
}
.fullSlide {
	width:100%;
	position:relative;
	height:600px;
}
.fullSlide .bd {
	margin:0 auto;
	position:relative;
	z-index:0;
	overflow:hidden;
}
.fullSlide .bd ul {
	width:100% !important;
}
.fullSlide .bd li {
	width:100% !important;
	height:600px;
	overflow:hidden;
	text-align:center;
	background-repeat:no-repeat;
	background-size:100%;
}
.fullSlide .bd li a {
	display:block;
	height:600px;
}
.fullSlide .hd {
	width:100%;
	position:absolute;
	z-index:1;
	bottom:0;
	left:0;
	height:30px;
	line-height:30px;
}
.fullSlide .hd ul {
	text-align:center;
}
.fullSlide .hd ul li {
	cursor:pointer;
	display:inline-block;
 *display:inline;
	zoom:1;
	width:10px;
	height:10px;
	border-radius:8px;
	background:#FFF;
	margin:5px;
	overflow:hidden;
	line-height:999px;
	opacity:0.7;
}
.fullSlide .hd ul li.on {
	width:20px;
	background:#FFF;
	opacity:1;
}
.fullSlide .prev, .fullSlide .next {
	display:block;
	position:absolute;
	z-index:1;
	top:50%;
	margin-top:-30px;
	left:0;
	width:13px;
	height:19px;
	cursor:pointer;
	background:url(../images/left.png) no-repeat;
}
.fullSlide .next {
	left:auto;
	right:0;
	background:url(../images/right.png) no-repeat;
}



/*底部*/

@media (min-width: 1930px) {
 .main100 {
 width: 1900px;
 margin: auto;
 margin-top: 116px;
}
}
 @media (max-width: 1200px) {
 .head {
 width: 1200px;
}
 .product_main {
 width: 1200px;
}
 .main100 {
 width: 1200px;
 margin-top: 116px;
}
 .foot {
 width: 1200px;
}
 .footer {
 width: 1200px;
}
 .product_main {
 width: 1200px;
}
}
.newXinrongCenter {
	z-index:9 !important;
}

/*# sourceMappingURL=index.css.map */
/*浮动*/
.gong-phone-box{position:fixed; left:0; bottom:0; z-index:200;}
.gong-phone-box{width:77px; height:264px; float:left; overflow:hidden;}
.im_1{background:url(../images/im_img_1.jpg) no-repeat; width:77px; height:95px; float:left;}
.im_1:hover{background:url(../images/im_img_hover.jpg) no-repeat;}
.im_1_enter{background:url(../images/im_img_2_hover.jpg) no-repeat; width:77px; height:95px; float:left;}
.im_1_enter:hover{background:url(../images/im_img_2.jpg) no-repeat;}
.im_2{background:url(../images/im_img_1.jpg) no-repeat; background-position:0 -97px; width:77px; height:94px; float:left;}
.im_2:hover{background:url(../images/im_img_hover.jpg) no-repeat;background-position:0 -97px;}
.im_3{background:url(../images/im_img_1.jpg) no-repeat; background-position:0 -191px; width:77px; height:96px; float:left; cursor:pointer;}
.im_3:hover{background:url(../images/im_img_hover.jpg) no-repeat;background-position:0 -191px;}
.im_4{background:url(../images/im_img_1.jpg) no-repeat; background-position:0 -191px; width:77px; height:96px; float:left;}
.im_4:hover{background:url(../images/im_img_hover.jpg) no-repeat;background-position:0 -191px;}
.im_5{background:url(../images/im_img_1.jpg) no-repeat; background-position:0 -287px; width:77px; height:72px; float:left;}
.im_5:hover{background:url(../images/im_img_hover.jpg) no-repeat;background-position:0 -287px;}
.im_6{background:url(../images/im_img_1.jpg) no-repeat; background-position:0 -479px; width:77px; height:77px; float:left;}
.im_6:hover{background:url(../images/im_img_hover.jpg) no-repeat;background-position:0 -479px;}

#img_im_sq{position: fixed;left: 85px;bottom: 40px;z-index:1000;display: none;}
#img_im_tel{position: fixed;left:80px;bottom:200px;z-index:1000;display:none; background:url(../images/phone_03.png) no-repeat; width:183px; height:40px; padding:7px 20px 13px 25px; font-size:20px;}

.helf_width{ width: 40%; margin-right:10%; float: left;}
