@charset "utf-8";


.lt {
	float: left;
}
.rt {
	float: right;
}
.hide {
	display: none;
}
.show {
	display: block;
}
.container {
	margin: 0 auto;
	height: auto;
}
a:focus, a:hover {
	color: #f96465;
	text-decoration: none;
	outline: none;
	outline-offset: 0;
}
body {
	background: #fff;
	position: relative;
}

html {
	overflow-x: hidden;
}
@font-face {
	font-family: 'iconfont';  /* project id 430368 */
	src: url('../fonts/font_430368_rfp6lu8s6aymygb9.eot');
	src: url('../fonts/font_430368_rfp6lu8s6aymygb9.eot') format('embedded-opentype'), url('../fonts/font_430368_rfp6lu8s6aymygb9.woff') format('woff'), url('../fonts/font_430368_rfp6lu8s6aymygb9.ttf') format('truetype'), url('../fonts/font_430368_rfp6lu8s6aymygb9.svg#iconfont') format('svg');
}
.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#had_top {
	height: 37px;
	line-height: 37px;
	background: #f6f6f6;
	color: #999;
	font-size: 12px;
}
.hot_tel {
	display: inline-block;
}
.hot_tel i {
	display: inline-block;
	width: 15px;
	height: 14px;
	background: url(../images/tel.png) no-repeat center center;
	vertical-align: middle;
	margin-top: -3px;
}
.hot_tel:hover {
	color: #f96465;
}
.hot_tel:hover i {
	background: url(../images/tel-on.png) no-repeat center center;
}
.top_classify ul li {
	height: 14px;
	width: 93px;
	text-align: center;
	border-right: 1px solid #999;
	display: inline-block;
	line-height: 14px;
}
.top_classify ul li a {
	color: #999;
}
.top_classify ul li:hover a {
	color: #f96465;
}
.top_classify ul li:last-child {
	border: none;
}
#header {
	height: 125px;
	position: relative;
}

#menu {
	position: absolute;
	top: 0;
	right: 15px;
	height: 100%;
	width: 10%;
	text-align: center;
}
#menu i {
	font-size: 24px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	margin: auto;
	width: 32px;
	height: 28px;
}

.S-title {
	margin: 160px auto 40px;
	text-align: left;
	padding-left: 30px;
}
.S-title b {
	display: block;
	width: 60px;
	background: #f96465;
	height: 3px;
	
}
.S-title h3 {
	font-size: 30px;
	font-weight: bold;
	margin: 10px 0;
}
.S-title span {
	font-size: 14px;
	color: #999;
}
.services-content {
	position: relative;
}
.servicesSlider .slick-list {
}
.services-ul li {
	text-align: center;
	padding: 2px;
}
.services-ul li dl {
	padding: 75px 0;
	border: 2px solid transparent;
}
.services-ul li dl dt {
	width: 60px;
	height: 60px;
	line-height: 50px;
	border: 1px solid #cfcfcf;
	border-radius: 50%;
	padding: 5px;
	margin: 0 auto;
	text-align: center;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
}
.services-ul li dl dt a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.services-ul li dl dt i {
	color: #666;
	display: block;
	vertical-align: middle;
	font-size: 25px;
	width: 45px;
	height: 50px;
	margin: 0 auto
}
.services-ul li:nth-child(1) dl dt i {
	background: url(../images/icon_14_on.png) no-repeat center center;
}
.services-ul li:nth-child(2) dl dt i {
	background: url(../images/icon_16_on.png) no-repeat center center;
}
.services-ul li:nth-child(3) dl dt i {
	background: url(../images/icon_18_on.png) no-repeat center center;
}
.services-ul li:nth-child(4) dl dt i {
	background: url(../images/icon_20_on.png) no-repeat center center;
}
.services-ul li dl dd h3 a {
	font-size: 24px;
	color: #666;
	margin: 10px 0;
	display: block;
	height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.services-ul li dl dd p {
	font-size: 14px;
	color: #999;
	height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.services-ul li dl dd a.more {
	font-size: 14px;
	color: #999;
	margin-top: 5px;
	opacity: 0;
}
.services-ul li dl dd img {
	margin: 0 auto;
	opacity: 0;
	width: 10px;
}
.services-ul li:hover dl {
	border: 2px solid #f96465;
	cursor: pointer;
}
.services-ul li:hover dl dt a {
	background: #f96465;
}
.services-ul li:hover dl dt {
	margin-top: -20px;
}
.services-ul li:nth-child(1):hover dl dt i {
	background: url(../images/icon_14.png) no-repeat center center;
}
.services-ul li:nth-child(2):hover dl dt i {
	background: url(../images/icon_16.png) no-repeat center center;
}
.services-ul li:nth-child(3):hover dl dt i {
	background: url(../images/icon_18.png) no-repeat center center;
}
.services-ul li:nth-child(4):hover dl dt i {
	background: url(../images/icon_20.png) no-repeat center center;
}
.services-ul li:hover dl dd h3 a {
	color: #f96465;
}
.services-ul li:hover dl dd a.more {
	color: #f96465;
	opacity: 1;
}
.services-ul li:hover dl dd img {
	opacity: 1;
}
.slider_btn .slick-prev, .slider_btn .slick-next {
	width: 55px;
	height: 90px;
	text-align: center;
	z-index: 20;
}
.slider_btn .slick-prev {
	left: -50px;
}
.slider_btn .slick-next {
	right: -50px;
}
.slider_btn .slick-prev:before, .slider_btn .slick-next:before {
	content: "";
	color: #cfcfcf;
	font-size: 40px;
	display: inline-block;
	width: 15px;
	height: 29px;
	vertical-align: middle;
	opacity: 1;
}
.slider_btn .slick-prev:before {
	background: url(../images/click-lt.png) no-repeat center center;
	opacity: 1;
	background-size: 100% 100%;
}
.slider_btn .slick-next:before {
	background: url(../images/click-rt.png) no-repeat center center;
	opacity: 1;
	background-size: 100% 100%;
}
.slider_btn .slick-prev:hover {
	background: #f96465;
}
.slider_btn .slick-prev:hover:before {
	background: url(../images/click-lt-on.png) no-repeat center center;
	background-size: 100% 100%;
}
.slider_btn .slick-next:hover {
	background: #f96465;
}
.slider_btn .slick-next:hover:before {
	background: url(../images/click-rt-on.png) no-repeat center center;
	background-size: 100% 100%;
}
.slider_btn .slick-prev.slick-disabled:before, .slider_btn .slick-next.slick-disabled:before {
	opacity: 1;
}
.S-more {
	text-align: center;
	margin: 50px 0 40px;
}
.S-more a {
	display: block;
	
	width: 120px;
    height: 40px;
    line-height: 40px;
	text-align: center;
	border-radius: 25px;
	color: #f96465;
	border: 1px solid #f96465;
}
.S-more a:hover {
	background: #f96465;
	color: #fff;
}
.services-mob {
	width: 90%;
}
.services-content .arrow-right-serM {
	right: 0;
	width: 40px;
	text-align: right;
}
.services-content .arrow-left-serM {
	left: 0;
	width: 40px;
	text-align: right;
}
.brandCenter  {
    background-image: url(/skin/images/sy-bgys.jpg);
    position: relative;
    height: 758px;
    /* background: center no-repeat; */
    background-size: cover;
}
.brand-content {
	    height: 758px;
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
}
.brandLt {
	height: 100%;
	position: relative;
	overflow: hidden;
}
.brandLtBg {
	position: absolute;
	top: 0;
	left: 50%;
	width: 960px;
	height: 470px;
	max-width: none;
	transform: translate(-50%);
	-webkit-transform: translate(-50%);
}

.brandLt-list li a {
	display: block;
	margin-top: 0px;
	width: 280px;
	height: 280px;
	border-radius: 50%;
	border: 1px solid #d1d1d0;
	text-align: center;
	background: #fff;
}
.brandLt-list li i {
	display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-top: 70px;
}
.brandLt-list li.idea i {
	background: url(../images/icon_35_on.png) no-repeat center center;
}
.brandLt-list li.invite i {
	background: url(../images/icon_37_on.png) no-repeat center center;
}
.brandLt-list li.explain i {
	background: url(../images/icon_41_on.png) no-repeat center center;
}
.brandLt-list li.contact i {
	background: url(../images/icon_43_on.png) no-repeat center center;
}
.brandLt-list li span {
	font-size: 18px;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	display: none;
	margin-top: 5px;
}
.brandLt-list li a:hover {
	background: #f96465;
}
.brandLt-list li a:hover i {
	width: 35px;
	height: 30px;
	background-size: 35px 30px;
	margin-top: 25px;
}
.brandLt-list li.idea a:hover i {
	background: url(../images/icon_35.png) no-repeat center center;
	background-size: 35px 30px;
}
.brandLt-list li.invite a:hover i {
	background: url(../images/icon_37.png) no-repeat center center;
	background-size: 35px 30px;
}
.brandLt-list li.explain a:hover i {
	background: url(../images/icon_41.png) no-repeat center center;
	background-size: 35px 30px;
}
.brandLt-list li.contact a:hover i {
	background: url(../images/icon_43.png) no-repeat center center;
	background-size: 35px 30px;
}
.brandLt-list li a:hover span {
	display: block;
	line-height: 26px;
	color: #fff;
}
.brandRt-txt {
	font-size: 14px;
	color: #666;
	line-height: 30px;
	margin: 35px 15px;
	height: 390px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 13
}
.news-content {
	position: relative;
}
.news-list {
}
.news-list li {
	padding: 20px 25px;
	vertical-align: top;
}
.news-list li dl {
	width: 100%;
	height: 360px;
	position: relative;
	overflow: hidden;
}
.news-list li:nth-child(2n) dt {
	position: absolute;
	bottom: 0;
}
.news-list li:nth-child(2n) dd {
	position: absolute;
	top: 0;
}
.news-list li dl dt {
}
.news-list li dl dd {
	padding: 5px 0 0 0;
}
.news-list li dl dd h3 a {
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	display: block;
	font-size: 16px;
}
.news-list li dl dd span {
	line-height: 28px;
	height: 28px;
	overflow: hidden;
	display: block;
	color: #999;
	font-size: 14px;
}
.news-list li dl dd p {
	color: #666;
	font-size: 14px;
	line-height: 32px;
	height: 64px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.news-list li:hover {
	background: #f96465;
}
.news-list li:hover h3 a {
	color: #fff;
}
.news-list li:hover span {
	color: #fff;
}
.news-list li:hover p {
	color: #fff;
}
.team-bg {
	padding: 48px 0;
	background: #fcfcfc;
}
.team-content {
	position: relative;
}
.team-list {
}
.team-list li {
	padding: 0 15px;
}
.team-list li dl {
	position: relative;
	overflow: hidden;
}
.team-list li dl dt {
}
.team-list li dl dd {
	background: #f96465;
	text-align: center;
	position: absolute;
	bottom: -100%;
	width: 100%;
	height: 100%;
	transition: all linear .5s;
	-webkit-transition: all linear .5s;
}
.team-list li dl dd img {
	color: #fff;
	font-size: 30px;
	display: block;
	margin: 90px auto 0;
}
.team-list li dl dd h3 {
	color: #fff;
	font-size: 24px;
	height: 26px;
	overflow: hidden;
	line-height: 26px;
	margin: 8px 0 13px;
}
.team-list li dl dd b {
	width: 55px;
	border-top: 2px solid #fff;
	display: block;
	margin: 0 auto;
}
.team-list li dl:hover dd {
	bottom: 0;
}
.team-list-mob {
	overflow: hidden;
}
.team-list-mob li {
	padding: 0 20px;
	width: 50%;
	float: left;
	margin-bottom: 10px;
}
.team-list-mob li dl dt {
}
.team-list-mob li dl dd {
	text-align: center;
	line-height: 26px;
	height: 26px;
	overflow: hidden;
	margin: 10px 0;
}
.cooperationCase {
	padding-bottom: 105px;
}
.case-content {
	position: relative;
}
.case-list {
}
.case-list li {
	width: 250px;
	padding: 0 20px;
}
.case-list li dl {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.case-list li dl dt {
	width: 100%;
	height: 100%;
}
.case-list li dl dd {
	position: absolute;
	bottom: -100%;
	width: 100%;
	height: 100%;
	background: rgba(000,000,000,.7);
	text-align: center;
	transition: all linear .5s;
	-webkit-transition: all linear .5s;
}
.case-list li dl dd h3 {
	color: #fff;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	margin-top: 50px;
}
.case-list li dl dd b {
	display: block;
	width: 50px;
	border-top: 2px solid #fff;
	margin: 10px auto 0;
}
.case-list li dl:hover dd {
	bottom: 0;
}
#footer {
	background: #fcfcfc;
	padding-top: 45px;
}
.footBox {
	padding: 0 0 25px 0;
	border-bottom: 1px solid #f6f6f6;
	overflow: hidden;
}
.foot-nav li h3 a {
	color: #666;
	font-size: 14px;
	display: block;
	height: 24px;
	overflow: hidden;
	line-height: 24px;
	margin-bottom: 10px;
	font-weight: bold;
}
.foot-nav li span a {
	color: #999;
	font-size: 14px;
	display: block;
	height: 24px;
	overflow: hidden;
	line-height: 24px;
}
.foot-nav li span {
	display: block;
}
.foot-nav li a:hover {
	color: #f96465;
}
.foot-logo dl {
	text-align: center;
}
.foot-logo dl dt {
	width: 90px;
	height: 90px;
	margin: 0 auto;
}
.foot-logo dl dd {
	font-size: 12px;
	color: #999;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	margin-top: 5px;
}
.foot-contact {
	padding: 25px 0;
	overflow: hidden;
}
.foot-contact dl dt {
	display: inline-block;
	vertical-align: top;
	height: 36px;
	line-height: 36px;
	width: 15%;
}
.foot-contact dl dt i {
	color: #b3b3b3;
	font-size: 35px;
}
.foot-contact dl.e-mail dt {
}
.foot-contact dl.e-mail dt i {
	font-size: 45px;
}
.foot-contact dl dd {
	display: inline-block;
	margin-left: 10px;
	width: 75%;
}
.foot-contact dl dd h3 {
	color: #666;
	font-size: 14px;
}
.foot-contact dl dd p {
	color: #999;
	font-size: 12px;
}
#link {
	text-align: center;
	background: #f6f6f6;
	padding: 20px 0;
}
.link li {
	display: inline-block;
	color: #999;
	font-size: 12px;
}
.link li a {
	display: inline-block;
	color: #999;
	font-size: 12px;
	height: 12px;
	line-height: 12px;
	padding: 0 5px;
	border-right: 1px solid #999;
}
.copy {
	color: #999;
	font-size: 12px;
	line-height: 24px;
	margin-top: 10px;
}
.copy a {
	color: #999;
	font-size: 12px;
	line-height: 24px;
}
.copy a:hover {
	color: #f96465;
}
.link li a:hover {
	color: #f96465;
}
.link li:last-child a {
	border: none;
}
.foot-tel {
	background: #f96465;
	color: #fff;
	padding: 5px 15px;
}
.foot-tel img {
	font-size: 25px;
	height: 26px;
	line-height: 26px;
	vertical-align: middle;
	display: inline-block;
}
.foot-tel a {
	color: #fff;
}
.foot-tel span {
	vertical-align: middle;
	display: inline-block;
	width: 75%;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
}
.copy-mob {
	padding: 5px 15px;
	margin-bottom: 50px;
}
.copy-mob p {
	color: #999;
	width: 80%;
	height: 26px;
	overflow: hidden;
	display: inline-block;
}
.copy-mob .scroll_top {
	display: inline-block;
}
.foot-nav-mob {
	background: #f6f6f6;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
	box-shadow: 0 0 10px 1px rgba(0,0,0,.3);
}
.foot-nav-mob ul {
	padding: 0 10px;
}
.foot-nav-mob li {
	width: 25%;
	float: left;
	text-align: center;
	padding: 6px 5px 2px;
}
.foot-nav-mob li i {
	display: block;
	width: 90%;
	height: 20px;
	text-align: center;
	margin: 0 auto;
}
.foot-nav-mob li i img {
}
.foot-nav-mob li span {
	color: #999;
	display: block;
	line-height: 20px;
	height: 20px;
	font-size: 14px;
	overflow: hidden;
}
.det-banner {
	position: relative;
	height: 400px;
	overflow: hidden;
	width: 100%;
}
.det-ban-img {
	position: absolute;
	height: 400px;
	top: 0;
	left: 50%;
	width: 1920px;
	margin-left: -960px;
	overflow: hidden;
	max-width: none;
	max-height: none;
}
.ban-name {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ban-cont {
	text-align: center;
}
.ban-cont h3 {
	font-size: 30px;
	font-weight: bold;
	margin: 130px 0 10px 0;
}
.ban-cont h4 {
	font-size: 24px;
	font-weight: bold;
}
.det-navBox {
	background: #fff;
	z-index: 10;
	position: relative;
}
.det-nav {
	height: 80px;
	background: #fff;
	margin-top: -80px;
}
.det-nav li {
	display: inline-block;
	width: 9%;
	text-align: center;
	position: relative;
}
.det-nav li a {
	line-height: 80px;
	display: inline-block;
	font-size: 14px;
	color: #666;
	border-bottom: 2px solid transparent;
	height: 80px;
	overflow: hidden;
}
.det-nav li:hover>a {
	border-bottom: 2px solid #f96465;
	color: #f96465
}
.det-nav li.current>a {
	border-bottom: 2px solid #f96465;
	color: #f96465
}
.child {
	position: absolute;
	top: 80px;
	left: 0;
	width: 450px;
	text-align: left;
	display: none;
}
.child li {
	display: inline-block;
	width: 24%;
}
.child li a {
	display: inline-block;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	color: #999;
	font-size: 12px;
}
.child li.current a {
	color: #f96465;
	border: none;
}
.child li:hover a {
	color: #f96465;
	border: none;
}
.det-navBox {
	padding: 0 30px;
}
.det-nav {
	border-bottom: 2px solid #f6f6f6
}
.det-content {
	padding: 50px 40px;
}
.det-text {
	padding: 0 0 50px 0;
	line-height: 26px;
}
.det-news {
	padding: 30px 0 50px 0;
}
.det-news .list-news {
	overflow: hidden;
	padding-bottom: 10px;
}
.list-news li {
	margin-bottom: 40px;
	padding: 0 40px;
}
.list-news li dl dt {
	width: 100%;
	position: relative;
}
.list-news li dl dd h3 {
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
}
.list-news li dl dd span {
	color: #999;
	font-size: 12px;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	display: block;
}
.list-news li dl dd p {
	color: #666;
	font-size: 14px;
	line-height: 32px;
	height: 64px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}
.page {
	text-align: center;
}
.page li {
	display: inline-block;
}
.page li a {
	display: inline-block;
	width: 120px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	color: #999;
}
.page li a:hover {
	background: #f96465;
	border-radius: 25px;
	color: #fff;
}
.list-text {
	padding-bottom: 50px;
	overflow: hidden;
}
.list-text li {
	padding: 30px 0;
	border-bottom: 1px dashed #ddd;
}
.list-text li h3 a {
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
}
.list-text li span {
	color: #999;
	font-size: 12px;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	display: block;
}
.list-text li p {
	color: #666;
	font-size: 14px;
	line-height: 32px;
	height: 64px;
	overflow: hidden;
}
.list-text li a.more {
	margin-top: 10px;
	color: #999;
	font-size: 12px;
	display: block;
	width: 70px;
	height: 28px;
	line-height: 28px;
	text-align: center;
}
.list-text li:hover a.more {
	color: #fff;
	background: #f96465;
	border-radius: 15px;
}
.list-text li:hover h3 a {
	color: #f96465;
}
.list-image {
	overflow: hidden;
	padding: 10px 0 20px 0;
}
.list-image li {
	padding: 0 25px;
	text-align: center;
	margin-bottom: 60px;
}
.list-image li .pic {
	position: relative;
}
.list-image li .pic img {
}
.list-image li .pic .pic-bg {
	position: absolute;
	top: 0;
	left: 0;
	background: #f96465;
	width: 100%;
	color: #fff;
	height: 100%;
	display: none;
}
.list-image li .pic .pic-bg i {
	font-size: 30px;
	margin : 19% auto 0;
	display: block;
	background: url(../images/index_51.png) no-repeat center center;
	width: 32px;
	height: 32px;
}
.list-image li .pic .pic-bg h3 {
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	font-size: 24px;
	margin: 10px 0;
}
.list-image li .pic .pic-bg b {
	display: block;
	width: 50px;
	height: 2px;
	background: #fff;
	margin: 0 auto;
}
.list-image li .title {
	line-height: 30px;
	height: 30px;
	margin-top: 10px;
	font-size: 16px;
	overflow: hidden;
	display: none;
}
.list-image li:hover .pic .pic-bg {
	display: block;
}
.content-news {
	text-align: center;
}
.content-news h3 {
	font-weight: bold;
	margin: 10px 0;
	font-size: 16px;
	line-height: 26px;
}
.content-news span {
	color: #999;
	font-size: 12px;
}
.content-news a {
	color: #999;
	font-size: 12px;
}
.content-news a:hover {
	color: #f96465;
}
.content-news-text {
	border-top: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
	padding: 30px 0;
	margin-top: 30px;
}
.share {
	overflow: hidden;
	line-height: 30px;
	height: 30px;
}
.share .bshare-custom {
	float: right;
}
.page-ul {
	margin-top: 50px;
	overflow: hidden;
}
.page-ul li {
	display: inline-block;
	padding: 0;
}
.page-ul li a {
	display: inline-block;
	width: 90%;
	height: 50px;
	line-height: 50px;
	border: 1px solid #f6f6f6;
	border-radius: 25px;
	font-size: 14px;
	color: #999;
	padding: 0 10px;
	overflow: hidden;
}
.page-ul li a:hover {
	background: #f96465;
	color: #fff;
}
.content-pro-text {
	border-top: none;
}
.content-pro {
	position: relative;
	max-width: 700px;
	margin: 0 auto;
}
.slide-product img {
	margin: 0 auto;
}
.pro_name {
	text-align: center;
	font-size: 20px;
	margin: 15px 0;
}
.proContName {
	text-align: center;
	font-size: 20px;
	margin: 15px 0;
}
.right_navBox {
	position: fixed;
	right: -100%;
	top: 0;
	z-index: 100;
	background: #fff;
	height: 100%;
	transition: all linear .5s;
	-webkit-transition: all linear .5s;
}
.que-name {
	height: 60px;
	line-height: 60px;
	background: #f6f6f6;
	overflow: hidden;
}
.que-name p {
	transform: skew(-30deg);
	-webkit-transform: skew(-30deg);
	width: 57%;
	display: inline-block;
	background: #f96465;
	height: 60px;
	line-height: 60px;
	padding: 0 30px 0 35px;
	margin-left: -7%;
}
.que-name span {
	transform: skew(30deg);
	-webkit-transform: skew(30deg);
	font-size: 18px;
	color: #fff;
	display: inline-block;
	height: 60px;
	line-height: 60px;
	margin-left: 7%;
}
.que-name i {
	color: #f96465;
	font-size: 24px;
	display: inline-block;
	height: 60px;
	line-height: 60px;
	cursor: pointer;
	margin-right: 15px;
}
.right_navBox {
	width: 100%;
}
.right_navBox .rt-nav {
	width: 100%;
	overflow-y: auto;
	height: 100%;
	padding-bottom: 60px;
}
.right_navBox .rt-nav li {
	position: relative;
}
.right_navBox .rt-nav li.one-li {
	line-height: 45px;
}
.right_navBox .rt-nav li.one-li a {
	display: block;
	width: 100%;
	position: relative;
	z-index: 20;
	border-bottom: 1px solid #f6f6f6;
	padding: 0 15px;
}
.right_navBox .rt-nav li.one-li span {
	width: 85%;
	height: 45px;
	line-height: 45px;
	display: inline-block;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
}
.right_navBox .rt-nav li.one-li i {
	position: absolute;
	right: 15px;
	height: 45px;
	line-height: 45px;
	color: #666;
	display: inline-block;
	top: 0;
	width: 20px;
	text-align: center;
	font-size: 27px;
	font-weight: normal
}
.right_navBox .rt-nav li.one-li .two .two-li a {
	border-bottom: 2px solid #fff;
	background: #f6f6f6
}
.right_navBox .rt-nav li.one-li .two .two-li span {
	margin-left: 25px;
	width: 78%;
	color: #f96465;
}
.right_navBox .rt-nav li.one-li .three .three-li a {
	border: none;
}
.right_navBox .rt-nav li.one-li .three .three-li span {
	margin-left: 40px;
}
.two {
	display: none;
}
.three {
	display: none;
}
.right_navBox.current {
	right: 0;
}
.list-image li .pic .pic-bg a:hover {
	color: #fff;
}
.proContName {
	text-align: center;
}
/*分享开始*/
.newsclass {
	width: 100%;
	height: 145px;
	padding-top: 15px;
	position: fixed;
	bottom: -145px;
	left: 0px;
	z-index: 9999;
	background: #f5f5f5;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.show {
	transform: translate(0px, -145px);
	-ms-transform: translate(0px, -145px);
	-webkit-transform: translate(0px, -145px);
	-o-transform: translate(0px, -145px);
	-moz-transform: translate(0px, -145px);
}
.share-cance {
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	background: rgba(0,0,0,0.05);
	text-align: center;
	margin-top: 10px;
}
.share-con {
	width: 100%;
	height: 85px;
	overflow: hidden;
}
.share-con a {
	height: 85px;
	width: 80px;
	display: block;
	float: left;
	overflow: hidden;
	text-align: center;
}
.share-con a .title {
	height: 25px;
	overflow: hidden;
	color: #333
}

.pagess {clear: both;margin: 20px;overflow: hidden;margin-left: 0px;text-align: center;font-size:12px}
.pagess ul li { display:inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;line-height: 20px;background: #fff;color:#999}
.pagess ul li:hover{ background:#ccc; color:#fff;border: 1px solid #ccc}
.pagess ul li:hover a{color:#fff;}
.pagess ul li.thisclass {display: inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;background: #ccc;color: #fff;}
.pagess ul li.thisclass a {color: #fff;}
.pagess ul li a{ display:block;color:#999}
.pagess ul li a:hover {color: #fff;}

#adminbuy_cn img{ max-width:100% !important; height:auto !important}

.home3{ position: relative; height: 758px; background: center no-repeat; background-size: cover;background: url(/skin/images/sy-bgys.jpg) no-repeat center;}
.hhome3:before, .hhome3:after{ content: ''; position: absolute; bottom: 0; background-color: #fff; border-top: 3px solid #12408d;}
.home3:before{ left: 0; right: 50%; margin-right: 615px; height: 9px;}
.home3:after{ right: 0; left: 50%; margin-left: 615px; height: 5px;}
.home3 .feature{ position: absolute; left: 0; top: 210px; width: 550px;}
.home3 .feature .h24{ margin-bottom: 17px;font-size: 28px;
    font-weight: bold;
    color: #333;
    margin-bottom: 26px;}
.home3 .feature .p{     margin-bottom: 56px;
    color: #333;
    line-height: 25px;
    font-size: 15px;}
.home3 .feature .more{ display: block; width: 117px; background-color: #12408d; border-radius: 999px; color: #fff; line-height: 36px; text-align: center;}
.home3 .slick-mod{ position: absolute; top: 90px; right: 97px; width: 540px;}
.home3 .slick-slide{}
.home3 .slick-item{}
.home3 .ul{ height: 540px;}
.home3 .li{ position: relative; float: left; width: 280px; height: 280px; border-radius: 999px; overflow: hidden;}
.home3 .l1{}
.home3 .l2{ margin-left: -20px;}
.home3 .l3{ margin-top: -20px;}
.home3 .l4{ margin-left: -20px; margin-top: -20px;}
.home3 .link{ position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: center no-repeat; background-size: cover;}
.home3 .mask{ opacity: 0.9; filter: alpha(opacity=90);
	-webkit-transition: background .3s, opacity .3s;
	transition: background .3s, opacity .3s;
}
.home3 .l1 .mask{ background-color: #12408d;}
.home3 .l2 .mask{ background-color: #12407d;}
.home3 .l3 .mask{ background-color: #f08300;}
.home3 .l4 .mask{ background-color: #01a09b;}
.home3 .cont{ position: absolute; left: 0; right: 0; top: 66px; margin: 0 55px; color: #fff; text-align: center;}
.home3 .cont .icon{ margin: 0 auto 5px; width: 100px; height: 100px; overflow: hidden;}
.home3 .cont .icon img{ display: block; width: 100%;}
.home3 .cont .p{ font-size: 18px;}
.home3 .li:hover .mask{ background-color: #000; opacity: 0.35; filter: alpha(opacity=35);}
.home3 .slick-nav{ position: absolute; right: 0; top: 0; bottom: 0; padding-top: 302px; margin-right: -29px;}
.hhome3 .sslick-nav:before{ content: ''; position: absolute; left: 50%; top: 0; bottom: 0; margin-left: -1px; border-left: 1px solid #bfbfbf;}
.home3 .slick-arrow{ position: relative; width: 56px; height: 56px; border: 1px solid #f08300; border-radius: 999px;}
.home3 .slick-prev{ margin-bottom: 6px;}
.home3 .slick-arrow:before{ content: ''; position: absolute; left: 2px; right: 2px; top: 2px; bottom: 2px; background-color: #f08300; border-radius: 999px;}
.home3 .slick-arrow:after{ content: ''; position: absolute; left: 50%; top: 50%; margin-left: -11px; margin-top: -6px; width: 22px; height: 12px; background: url(../image/arr2.png) no-repeat;}
.home3 .slick-prev:after{ background-position: left;}
.home3 .slick-next:after{ background-position: right;}
.home3 .grid{ position: absolute; left: 0; right: 0; bottom: 0; font-size: 0;}
.hhome3 .ggrid-item{ position: relative; display: inline-block; vertical-align: bottom; width: 20%; background-color: #fff; border-top: 3px solid #12408d;}
.home3 .g1{ height: 28px;}
.home3 .g2{}
.home3 .g3{ height: 38px;}
.home3 .g4{ height: 18px;}
.home3 .g5{ height: 38px;}
.home3 .g1:before,
.home3 .g1:after,
.home3 .g3:before,
.home3 .g3:after,
.home3 .g5:before,
.home3 .g5:after{ content: ''; position: absolute; top: 0; bottom: 0; border-left: 0px solid #e1e1e1;}
.home3 .g1:before{ left: 0;}
.home3 .g3:before,
.home3 .g5:before{ left: -1px;}
.home3 .g1:after,
.home3 .g3:after,
.home3 .g5:after{ right: 0;}
.mask{ position: absolute; left: 0; right: 0; top: 0; bottom: 0;}


.home33{ position: relative; height: 758px; background: center no-repeat; background-size: cover;}
.home33:before, .home33:after{ content: ''; position: absolute; bottom: 0; background-color: #fff; border-top: 3px solid #12408d;}
.home33:before{ left: 0; right: 50%; margin-right: 615px; height: 9px;}
.home33:after{ right: 0; left: 50%; margin-left: 615px; height: 5px;}
.home33 .feature{ position: absolute; left: 0; top: 210px; width: 550px;}
.home33 .feature .h24{ margin-bottom: 17px;}
.home33 .feature .p{ color: #666;    line-height: 1.6;    font-size: 1.5rem;}
.home33 .feature .more{ display: block; width: 117px; background-color: #12408d; border-radius: 999px; color: #fff; line-height: 36px; text-align: center;}
.home33 .slick-mod{ position: absolute; top: 90px; right: 97px; width: 540px;}
.home33 .slick-slide{}
.home33 .slick-item{}
.home33 .ul{ height: 540px;}
.home33 .li{ position: relative; float: left; width: 280px; height: 280px; border-radius: 999px; overflow: hidden;}
.home33 .l1{}
.home33 .l2{ margin-left: -20px;}
.home33 .l3{ margin-top: -20px;}
.home33 .l4{ margin-left: -20px; margin-top: -20px;}
.home33 .link{ position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: center no-repeat; background-size: cover;}
.home33 .mask{ opacity: 0.9; filter: alpha(opacity=90);
	-webkit-transition: background .3s, opacity .3s;
	transition: background .3s, opacity .3s;
}
.home33 .l1 .mask{ background-color: #12408d;}
.home33 .l2 .mask{ background-color: #12407d;}
.home33 .l3 .mask{ background-color: #f08300;}
.home33 .l4 .mask{ background-color: #01a09b;}
.home33 .cont{ position: absolute; left: 0; right: 0; top: 66px; margin: 0 55px; color: #fff; text-align: center;}
.home33 .cont .icon{ margin: 0 auto 5px; width: 100px; height: 100px; overflow: hidden;}
.home33 .cont .icon img{ display: block; width: 100%;}
.home33 .cont .p{ font-size: 18px;}
.home33 .li:hover .mask{ background-color: #000; opacity: 0.35; filter: alpha(opacity=35);}
.home33 .slick-nav{ position: absolute; right: 0; top: 0; bottom: 0; padding-top: 302px; margin-right: -29px;}
.home33 .slick-nav:before{ content: ''; position: absolute; left: 50%; top: 0; bottom: 0; margin-left: -1px; border-left: 1px solid #bfbfbf;}
.home33 .slick-arrow{ position: relative; width: 56px; height: 56px; border: 1px solid #f08300; border-radius: 999px;}
.home33 .slick-prev{ margin-bottom: 6px;}
.home33 .slick-arrow:before{ content: ''; position: absolute; left: 2px; right: 2px; top: 2px; bottom: 2px; background-color: #f08300; border-radius: 999px;}
.home33 .slick-arrow:after{ content: ''; position: absolute; left: 50%; top: 50%; margin-left: -11px; margin-top: -6px; width: 22px; height: 12px; background: url(../image/arr2.png) no-repeat;}
.home33 .slick-prev:after{ background-position: left;}
.home33 .slick-next:after{ background-position: right;}
.home33 .grid{ position: absolute; left: 0; right: 0; bottom: 0; font-size: 0;}
.home33 .grid-item{ position: relative; display: inline-block; vertical-align: bottom; width: 20%; background-color: #fff; border-top: 3px solid #12408d;}
.home33 .g1{ height: 28px;}
.home33 .g2{}
.home33 .g3{ height: 38px;}
.home33 .g4{ height: 18px;}
.home33 .g5{ height: 38px;}
.home33 .g1:before,
.home33 .g1:after,
.home33 .g3:before,
.home33 .g3:after,
.home33 .g5:before,
.home33 .g5:after{ content: ''; position: absolute; top: 0; bottom: 0; border-left: 1px solid #e1e1e1;}
.home33 .g1:before{ left: 0;}
.home33 .g3:before,
.home33 .g5:before{ left: -1px;}
.home33 .g1:after,
.home33 .g3:after,
.home33 .g5:after{ right: 0;}
@media screen and (max-width: 750px){
	*, *:before, *:after{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	body{ font-size: 0.28rem;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
	}
	
	.h48{ font-size: 0.6rem;}
	.h30{ font-size: 0.45rem;}
	.h28{ font-size: 0.42rem;}
	.h26{ font-size: 0.39rem;}
	.h24{ font-size: 2.8rem; font-weight:bold;}
	.h22{ font-size: 0.33rem;}
	.h20, .h18{ font-size: 0.3rem;}
	.h16{ font-size: 0.28rem;}
	
	.p-show{ display: none;}
	
	.middle-cont{ font-size: 0.28rem;}
	.x-wrap3{ width:90%; margin: 0 auto;}
	
	
/*	mobile navigation */
	.home33{  height: auto;background-size: cover;width: 100%;
    background: url(/skin/images/sy-bgys.jpg) no-repeat center;}
	.home33:before, .home33:after{ display: none;}
	.home33 .feature{ position: static; padding: 2.5rem 0; width: 100%;}
	.home33 .feature .h24{ margin-bottom: 0.2rem;}
	.home33 .feature .p{ margin-bottom: 1.5rem;}
	.home33 .feature .more{ display: inline-block; padding: 0 1.4rem; width: auto; line-height: 2.5;}
	.home33 .slick-mod{ position: relative; top: 0; right: 0; width: 6rem;height: 30rem;}
	.home33 .ul{ height: 5.4rem;}
	.home33 .li{ width: 14.3rem; height:14.3rem;}
	.home33 .l1{}
	.home33 .l2{ margin-left: -0.2rem;}
	.home33 .l3{ margin-top: -0.2rem;}
	.home33 .l4{ margin-left: -0.2rem; margin-top: -0.2rem;}
	.home33 .cont{ top: 50%; margin: 0 0.5rem;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.home33 .cont .icon{ margin-bottom: 0.1rem; width: 6rem; height: 6rem;}
	.home33 .cont .p{ font-size: 1.4rem;}
	.home33 .slick-nav{ right: 0.25rem; top: auto; height: 5.4rem; padding-top: 2rem; margin-right: 0;}
	.home33 .slick-arrow{ width: 0.6rem; height: 0.6rem;}
	.home33 .slick-prev{ margin-bottom: 0.2rem;}
	.home33 .slick-arrow:after{ margin-left: -0.11rem; margin-top: -0.06rem; width: 0.22rem; height: 0.12rem; background-size: 200%;}
	.home33 .grid{ display: none;}
	
	/* 移动端面包屑 */
	.bread-mod .bread-item + .bread-item:before{ padding: 0 0.1rem;}
	
	/* 移动端分享 */
	.share-box a.share-item{ margin: 0 0.1rem; width: 0.75rem; height: auto; background-image: none; font-size: 0.5rem;}
	.share-box .share-item:after{ content: '\e602'; vertical-align: top;
		font-family: "xfont" !important;
		font-style: normal;
		-webkit-font-smoothing: antialiased;
		-webkit-text-stroke-width: 0.2px;
		-moz-osx-font-smoothing: grayscale;
	}
	.share-box .icon-qq:after{ content: '\e603';}
	.share-box .icon-qzone:after{ content: '\e604';}
	.share-box .icon-sinawb:after{ content: '\e605';}
	.share-box .icon-txwb:after{ content: '\e606';}
	.share-box .icon-smore:after{ content: '\e600';}
	
	.share-item .code{ position: fixed; left: 0; top: 0; margin: 0; padding: 0; width: 100%; height: 100%; border-radius: 0; background-color: rgba(0,0,0,0.8); pointer-events: all;}
	.share-item .code::before, .share-item .code::after{ display: none;}
	.share-item .code img{ position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; width: 2rem; height: 2rem;}

/*	*****************************************************  */
	
}