﻿@charset "utf-8";

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
}


body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li, sub, sup, tt, var, del, dfn, ins, kbd, q, s, samp, strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select {
	margin: 0;
	padding: 0;
}

::-webkit-input-placeholder {
	color: #96a0b3;
}

:-moz-placeholder {
	color: #96a0b3;
	opacity: 1;
}

::-moz-placeholder {
	color: #96a0b3;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #96a0b3;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:after {
	clear: both;
	height: 0;
	content: "";
	line-height: 0;
	font-size: 0;
	display: block;
}

.pic {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.pic:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.middleCenter {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	display: block;
	vertical-align: middle;
	text-align: center;
	margin: auto;
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	width: 1220px;
}

@media (max-width:1200px) {
	.container {
		margin-right: auto;
		margin-left: auto;
		padding-right: 10px;
		padding-left: 10px;
		width: 100%;
	}
}

@font-face {
	font-family: "DIN-Light";
    src: url("../font/DIN-Light.woff2") format("woff2"),url("../font/DIN-Light.woff") format("woff"),url("../font/DIN-Light.ttf") format("truetype"),url("../font/DIN-Light.eot") format("embedded-opentype"),url("../font/DIN-Light.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

#container {
	overflow: hidden;
}


.map {
	width: 100%;
	margin: 60px auto;
}

.map dl {
	border: #d6dbe1 solid 1px;
	border-top: #043490 solid 2px;
	border-bottom: 0;
	margin: 0 0 20px 0;
}

.map dl dt {
	background: #fcfcfc;
	color: #4596d7;
	font-size: 16px;
	line-height: 40px;
	border-bottom: #d6dbe1 solid 1px;
	padding: 0 0 0 20px;
}

.map dl dt a {
	color: #333;
}

.map dl dt a:hover {
	color: #003e7e;
}

.map dl dt img {
	margin-left: 20px;
}

.map dl dd {
	font-size: 12px;
	line-height: 30px;
	overflow: hidden;
	padding-top: 10px;
}

.map dl dd p {
	padding: 0 0 0 20px;
	clear: both;
}

.map dl dd p a {
	color: #043490;
	font-weight: bold;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.map dl dd p a:hover {
	color: #764b00;
}

.map dl dd div {
	clear: both;
	overflow: hidden;
	line-height: 30px;
	border-bottom: #d6dbe1 solid 1px;
	padding: 0 20px 10px 10px;
}

.map dl dd div a {
	color: #333;
	float: left;
	padding: 0 10px 0 10px;
}

.map dl dd div a:hover {
	background: #043490;
	color: #fff;
}

.map dl:hover {
	background: #f5f8fa;
}

.map dl:hover dt a {
	color: #043490;
}

.home-advantage {
	background: #2e4587;
	overflow: hidden;
}

.home-advantage ul {
	border-left: 1px solid #425791;
}

.home-advantage ul li {
	width: 25%;
	float: left;
	position: relative;
	border-right: 1px solid #425791;
}

.home-advantage ul li .box {
	height: 134px;
	position: relative;
	overflow: hidden;
}

.home-advantage ul li .box .pic {
	height: 134px;
	overflow: hidden;
	right: 0;
	width: 299px;
	position: absolute;
}

.home-advantage ul li .box .advantage-info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	font-family: 微軟正黑體;
	z-index: 2;
}

.home-advantage ul li .box .advantage-info span {
	font-size: 36px;
	color: #fff;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	display: block;
	text-align: center;
	line-height: 60px;
	border: 1px solid #6a79a7;
	position: absolute;
	top: 37px;
	left: 23px;
}

.home-advantage ul li .box .advantage-info .advantage-content {
	padding-left: 75px;
	text-align: center;
	color: #fff;
	padding-top: 34px;
}

.home-advantage ul li .box .advantage-info .advantage-content h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 9px;
}

.home-advantage ul li .box .advantage-info .advantage-content p {
	color: #919ab8;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}

.home-title {
	text-align: center;
}

.home-title h3 {
	font-size: 32px;
	color: #333;
	font-weight: normal;
	margin-bottom: 7px;
}

.home-title p {
	font-size: 14px;
	color: #555;
}

.home-service {
	padding: 61px 0 80px 0;
	overflow: hidden;
	background: #f3f3f3;
}

.home-service .service-bottom {
	margin-top: 46px;
	box-shadow: 0 0 5px #ededed;
	background: #fff;
}

.home-service .service-bottom ul li {
	width: 16.666666667%;
	border-right: 1px solid #f5f6f7;
	float: left;
	padding-top: 42px;
	padding-bottom: 16px;
}

.home-service .service-bottom ul li .pic {
	width: 60px;
	height: 60px;
	margin: 0 auto;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.home-service .service-bottom ul li h3 {
	text-align: center;
	font-size: 16px;
	color: #333;
	line-height: 40px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-top: 23px;
}

.home-service .service-bottom ul li:last-child {
	border-right: 0;
}

.home-service .service-bottom ul li:hover {
	box-shadow: 0 0 10px #ddd;
}

.home-service .service-bottom ul li:hover .pic {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.home-service .service-bottom ul li:hover h3 {
	color: #043490;
}

.home-register {
	padding: 60px 0 0 0;
	overflow: hidden;
}

.home-register .register-bottom {
	margin-top: 47px;
	background: #373d41;
	overflow: hidden;
}

.home-about {
	margin-top: 1px;
	position: relative;
}

.home-about .pic {
	width: 960px;
	left: 50%;
	position: relative;
	height: 489px;
}

.home-about .about-bottom {
	width: 100%;
	position: absolute;
	top: 0;
}

.home-about .about-bottom .about-info {
	width: 44%;
	padding-top: 69px;
}

.home-about .about-bottom h3 {
	font-size: 32px;
	color: #333;
}

.home-about .about-bottom span {
	color: #043490;
	font-size: 16px;
	text-transform: uppercase;
	font-family: "DIN-Light",arial;
	font-weight: bold;
	display: block;
	margin-bottom: 13px;
}

.home-about .about-bottom .about-p {
	height: 210px;
	overflow: hidden;
	margin-bottom: 40px;
}

.home-about .about-bottom .about-p p {
	font-size: 14px;
	color: #555;
	line-height: 30px;
}

.home-about .about-bottom .more a {
	display: block;
	text-transform: uppercase;
	background: url("../images/more.png") no-repeat bottom left;
	color: #043490;
	font-size: 14px;
	font-family: arial;
	padding-left: 1px;
	padding-bottom: 4px;
	transition: .5s;
}

.home-about .about-bottom .more a:hover {
	margin-left: 10px;
}

.home-case {
	padding: 60px 0 68px 0;
	background: #1f3971;
}

.home-case .home-title h3 {
	color: #fff;
}

.home-case .home-title p {
	color: #fff;
}

.home-case .case-bottom {
	width: 100%;
	text-align: center;
	margin: 48px 0 0 0;
	position: relative;
}

.home-case .case-bottom .getIndex {
	float: left;
	text-align: center;
	padding: 0 10px;
	margin: 0 auto;
	width: 20%;
}

.home-case .case-bottom .getIndex a {
	display: block;
}

.home-case .case-bottom .getIndex .box {
	padding: 5px;
	background: #fff;
}

.home-case .case-bottom .getIndex .box .pic {
	margin: 0 auto;
}

.home-case .case-bottom .getIndex .box .pic img {
	transition: .5s;
}

.home-case .case-bottom .getIndex .box .pic:after {
	padding-bottom: 135%;
}

.home-case .case-bottom .getIndex h3 {
	color: #fff;
	font-size: 16px;
	line-height: 43px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.home-case .case-bottom .getIndex:hover .box .pic img {
	transform: scale(1.04);
}

.home-case .case-bottom .slick-prev {
	background: url("../images/prev.png") no-repeat center center;
	width: 30px;
	height: 30px;
	left: -40px;
	margin-top: -35px;
}

.home-case .case-bottom .slick-prev:hover {
	background: url("../images/prevh.png") no-repeat center center;
}

.home-case .case-bottom .slick-next {
	background: url("../images/next.png") no-repeat center center;
	width: 30px;
	height: 30px;
	right: -40px;
	margin-top: -35px;
}

.home-case .case-bottom .slick-next:hover {
	background: url("../images/nexth.png") no-repeat center center;
}

.home-case .case-bottom .slick-prev:before, .home-case .case-bottom .slick-next:before {
	content: '';
}

.home-supermarket {
	padding: 80px 0;
	background: #f3f3f3;
	overflow: hidden;
}

.home-supermarket .container {
	position: relative;
	height: 349px;
}

.home-supermarket .super-title {
	width: 295px;
	height: 349px;
	position: absolute;
}

.home-supermarket .super-title .pic {
	width: 295px;
	height: 349px;
}

.home-supermarket .super-title .super-info {
	position: absolute;
	top: 41px;
	left: 34px;
	padding-left: 12px;
	border-left: 3px solid #fff;
}

.home-supermarket .super-title .super-info h3 {
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 11px;
}

.home-supermarket .super-title .super-info p {
	color: #fff;
	font-size: 24px;
	line-height: 28px;
}

.home-supermarket .super-right {
	padding-left: 295px;
	background: #fff;
	height: 349px;
}

.home-supermarket .super-right ul li {
	float: left;
	width: 20%;
	border-left: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
}

.home-supermarket .super-right ul li a {
	display: block;
	position: relative;
}

.home-supermarket .super-right ul li .pic {
	height: 132px;
}

.home-supermarket .super-right ul li .super-p {
	color: #333;
	font-size: 13px;
	height: 42px;
	line-height: 41px;
	margin: 0 20px;
	border-top: 1px solid #f3f3f3;
	text-align: center;
}

.home-supermarket .super-right ul li .super-p span {
	display: inline-block;
	width: 23%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 -2px;
}

.home-supermarket .super-right ul li .super-p p {
	display: inline-block;
	width: 74%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 -2px;
}

.home-supermarket .super-right ul li .super-hover {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 12px;
	width: 100%;
	height: 100%;
	padding: 10px;
}

.home-supermarket .super-right ul li .super-hover .super-info {
	height: 100%;
	background: url("../images/hover.png") repeat center center;
	position: relative;
	width: 100%;
}

.home-supermarket .super-right ul li .super-hover .super-info p {
	line-height: 18px;
	height: 72px;
	top: 50%;
	padding: 0 20px;
	margin-top: -36px;
	position: absolute;
	width: 100%;
	overflow: hidden;
}

.home-supermarket .super-right ul li:hover {
	box-shadow: 0 0 10px #ccc;
}

.home-supermarket .super-right ul li:hover .super-hover {
	display: block;
}

.home-news {
	padding: 60px 0 0 0;
	overflow: hidden;
}

.home-news .news-bottom {
	position: relative;
	margin-top: 33px;
}

.home-news .news-bottom .news-nav {
	margin: 0 auto 40px auto;
	text-align: center;
}

.home-news .news-bottom .news-nav ul li {
	display: inline-block;
	margin: 0 8px;
	position: relative;
     
}

.home-news .news-bottom .news-nav ul li a {
	display: block;
	height: 40px;
	line-height: 36px;
	background: #f3f3f3;
	border: 2px solid #f3f3f3;
	color: #333;
	font-size: 16px;
	padding: 0 21px;
}

.home-news .news-bottom .news-nav ul li:after {
	content: '';
	display: none;
	position: absolute;
	bottom: -6px;
	background: url("../images/dot2.jpg") no-repeat center center;
	height: 8px;
	width: 100%;
}

.home-news .news-bottom .news-nav ul li:hover:after {
	display: block;
}

.home-news .news-bottom .news-nav ul li:hover a {
	border: 2px solid #043490;
	background: #fff;
}

.home-news .news-bottom .news-nav ul .sel:after {
	display: block;
}

.home-news .news-bottom .news-nav ul .sel a {
	border: 2px solid #043490;
	background: #fff;
}

.home-news .news-bottom .news-show {
	padding: 60px 0;
	background: #1f3971;
	overflow: hidden;
}

.home-news .news-bottom .news-info {
	display: none;
}

.home-news .news-bottom .news-info .container {
	position: relative;
	height: 354px;
}

.home-news .news-bottom .news-list {
	display: inline-block;
	width: 50%;
	vertical-align: top;
	padding-left: 39px;
}

.home-news .news-bottom .news-list ul li {
	margin-bottom: 30px;
	overflow: hidden;
}

.home-news .news-bottom .news-list ul li a {
	position: relative;
	display: block;
	border-bottom: 1px solid #495d8a;
	padding-bottom: 28px;
}

.home-news .news-bottom .news-list ul li:hover .news-p h3 {
	text-decoration: underline;
}

.home-news .news-bottom .news-list ul li:hover .date {
	background: #fff;
	color: #043490;
}

.home-news .news-bottom .news-list ul li .date {
	width: 73px;
	height: 67px;
	text-align: center;
	border: 1px solid #fff;
	color: #fff;
	position: absolute;
}

.home-news .news-bottom .news-list ul li .date h3 {
	font-size: 24px;
	font-family: arial;
}

.home-news .news-bottom .news-list ul li .date p {
	font-size: 12px;
}

.home-news .news-bottom .news-list ul li .news-p {
	padding-left: 96px;
	color: #fff;
}

.home-news .news-bottom .news-list ul li .news-p h3 {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 3px;
}

.home-news .news-bottom .news-list ul li .news-p p {
	color: #a9afc1;
	height: 42px;
	overflow: hidden;
}

.home-news .news-bottom .news-list ul .first {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 48%;
	margin-bottom: 0;
	padding-left: 10px;
}

.home-news .news-bottom .news-pic {
	display: inline-block;
	width: 48%;
	vertical-align: top;
}

.home-news .news-bottom .news-pic .news-content {
	display: none;
}

.home-news .news-bottom .news-pic .news-content .pic:after {
	padding-bottom: 39%;
}

.home-partner {
	padding: 60px 0 51px 0;
	overflow: hidden;
	background: #fff;
}

.home-partner .partner-bottom {
	margin: 41px -10px 0 -10px;
}

.home-partner .partner-bottom .slick-list {
	padding: 5px;
}

.home-partner .partner-bottom .slick-dots {
	z-index: 10;
	bottom: auto;
	line-height: 0;
	text-align: center;
	position: relative;
	margin-top: 25px;
}

.home-partner .partner-bottom .slick-dots li {
	margin: 0 10px;
	padding: 0;
	width: 12px;
	height: 12px;
}

.home-partner .partner-bottom .slick-dots li button {
	width: 12px;
	height: 12px;
	display: block;
	background: url("../images/dot3.png") no-repeat center center;
}

.home-partner .partner-bottom .slick-dots li button:before {
	content: "";
}

.home-partner .partner-bottom .slick-dots .slick-active button {
	background: url("../images/dot3h.png") no-repeat center center;
}

.home-partner .partner-bottom .slick-dots .slick-active button:before {
	color: transparent;
}

.home-partner .partner-bottom .getIndex {
	border: 1px solid #e6e6e6;
	float: left;
	margin: 0 -1px 0 0;
}

.home-partner .partner-bottom .getIndex a {
	display: block;
	background: #fff;
	border-bottom: 1px solid #e6e6e6;
	transition: all .7s ease;
	position: relative;
}

.home-partner .partner-bottom .getIndex a .pic {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.home-partner .partner-bottom .getIndex a .pic:after {
	padding-bottom: 75%;
}

.home-partner .partner-bottom .getIndex a:hover {
	z-index: 99999;
	box-shadow: 0 0 15px #ccc;
}

.home-partner .partner-bottom .getIndex a:hover .pic {
	-webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.home-partner .partner-bottom .getIndex .last {
	border-bottom: 0;
}

.footer-top {
	padding: 55px 0 52px 0;
	overflow: hidden;
	background: #2d2d2d;
}

.footer-top .f-list {
	float: left;
	max-width: 100px;
	margin-right: 26px;
}

.footer-top .f-list a {
	font-size: 16px;
	color: #fff;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 100px;
	margin-bottom: 14px;
}

.footer-top .f-list a:hover {
	color: #fff;
	text-decoration: underline;
}

.footer-top .f-list ul li a {
	font-size: 13px;
	color: #9f9f9f;
	line-height: 22px;
	margin-bottom: 0;
}

.footer-top .ewm {
	float: left;
	margin: 5px 8px 0 0;
	text-align: center;
}

.footer-top .ewm .pic {
	width: 135px;
	height: 135px;
}

.footer-top .ewm h3 {
	font-size: 14px;
	color: #a2a2a2;
	line-height: 30px;
	margin-top: 3px;
}

.footer-top .footer-contact {
	float: right;
}

.footer-top .footer-contact h3 {
	font-size: 14px;
	color: #999;
}

.footer-top .footer-contact p {
	font-size: 20px;
	color: #fff;
	font-family: "DIN-Light",arial;
	padding-left: 30px;
	border-bottom: 1px dashed #424242;
	margin-bottom: 12px;
	padding-bottom: 12px;
}

.footer-top .footer-contact .tel {
	background: url("../images/tel.png") no-repeat left 7px;
}

.footer-top .footer-contact .email {
	background: url("../images/email.png") no-repeat left 10px;
}

.footer-bottom {
	line-height: 25px;
	text-align: center;
	color: #fff;
	background: #232323;
	font-size: 14px;
	padding: 17px 0;
}

.footer-bottom a {
	color: #fff;
	text-decoration: underline;
}

.inmain-title {
	position: relative;
}

.inmain-title h3 {
	display: block;
	text-align: center;
	font-size: 32px;
	color: #333;
	vertical-align: middle;
	text-transform: uppercase;
}

.inmain-title:before {
	background: url("../images/ileft.png") no-repeat center center;
	height: 48px;
	width: 350px;
	content: '';
	display: inline-block;
	vertical-align: middle;
	left: 0;
	position: absolute;
}

.inmain-title:after {
	background: url("../images/iright.png") no-repeat center center;
	height: 48px;
	width: 350px;
	content: '';
	display: inline-block;
	vertical-align: middle;
	right: 0;
	position: absolute;
	top: 0;
}

.choose1 {
	padding: 60px 0 80px 0;
	overflow: hidden;
	background: #f3f3f3;
}

.choose1 .choose1-bottom {
	margin-top: 45px;
	overflow: hidden;
}

.choose1 .choose1-nav {
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.choose1 .choose1-nav ul {
	margin: 0 -6px;
}

.choose1 .choose1-nav ul li {
	float: left;
	width: 16.66666666667%;
	padding: 0 6px;
}

.choose1 .choose1-nav ul li a {
	display: block;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	height: 60px;
	border-top: 2px solid #fff;
	line-height: 58px;
	background: #fff;
	text-align: center;
	font-size: 20px;
	color: #9da6b7;
	border-bottom: 1px solid #92aad8;
	padding: 0 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.choose1 .choose1-nav ul .sel a {
	border-right: 1px solid #92aad8;
	border-top: 2px solid #043490;
	border-left: 1px solid #92aad8;
	border-bottom: 1px solid #fff;
}

.choose1 .choose1-show {
	border: 1px solid #92aad8;
	margin-top: -1px;
	position: relative;
	z-index: 1;
	padding: 40px 29px;
	overflow: hidden;
	background: #fff;
}

.choose1 .choose1-show .choose1-info {
	display: none;
}

.choose1 .choose1-show .choose1-info ul {
	margin: 0 -12px;
	overflow: hidden;
}

.choose1 .choose1-show .choose1-info ul li {
	width: 16.66666667%;
	float: left;
	padding: 0 12px;
	margin-bottom: 30px;
	overflow: hidden;
}

.choose1 .choose1-show .choose1-info ul li a {
	display: block;
}

.choose1 .choose1-show .choose1-info ul li a .box {
	border: 1px solid #e1e1e1;
	padding: 4px;
	transition: .5s;
}

.choose1 .choose1-show .choose1-info ul li a .box .pic {
	border: 1px solid #e9e9e9;
}

.choose1 .choose1-show .choose1-info ul li a .box .pic:after {
	padding-bottom: 67%;
}

.choose1 .choose1-show .choose1-info ul li a h3 {
	text-align: center;
	color: #333;
	font-size: 16px;
	line-height: 38px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.choose1 .choose1-show .choose1-info ul li:hover a .box {
	border: 1px solid #043490;
}

.choose1 .choose1-show .choose1-info .message {
	margin-top: 10px;
}

.choose1 .choose1-show .choose1-info .message p {
	font-size: 14px;
	line-height: 24px;
	color: #666;
}

.choose1 .list1 .choose1-nav ul li {
	width: 16.66666667%;
}

.choose1 .list2 .choose1-nav ul li {
	width: 20%;
}

.choose1 .list3 .choose1-nav ul li {
	width: 50%;
}

.choose1 .list4 .choose1-nav ul li {
	width: 20%;
}

.choose1 .list6 .choose1-nav ul li {
	width: 20%;
}

.choose1 .oumeng a .oumeng-top {
	position: relative;
	min-height: 117px;
	margin-bottom: 40px;
}

.choose1 .oumeng a .oumeng-top .box {
	border: 1px solid #e1e1e1;
	padding: 4px;
	float: left;
	width: 117px;
	position: absolute;
	top: 0;
}

.choose1 .oumeng a .oumeng-top .box .pic {
	border: 1px solid #e9e9e9;
	width: 107px;
	height: 107px;
}

.choose1 .oumeng a .oumeng-top .oumeng-info {
	padding-left: 153px;
	padding-top: 13px;
}

.choose1 .oumeng a .oumeng-top .oumeng-info h3 {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-bottom: 8px;
}

.choose1 .oumeng a .oumeng-top .oumeng-info h3 span {
	color: #cdcdcd;
	font-family: arial;
	padding-left: 10px;
}

.choose1 .oumeng a .oumeng-top .oumeng-info p {
	font-size: 16px;
	color: #333;
	line-height: 28px;
}

.choose1 .oumeng a .oumeng-p {
	padding-top: 34px;
	border-top: 1px dashed #dedede;
}

.choose1 .oumeng a .oumeng-p p {
	font-size: 14px;
	color: #888;
	line-height: 28px;
}

.choose1 .list5 .choose1-show {
	margin-top: 0;
}

.choose1 .list5 .choose1-show .choose1-info {
	display: block!important;
}

.choose1 .patent-list .choose1-nav ul li {
	width: 20%;
}

.choose1 .patent-list .choose1-show {
	padding: 40px 29px 10px 29px;
}

.necessary {
	padding: 60px 0 48px 0;
	overflow: hidden;
	background: #fff;
}

.necessary .necessary-bottom {
	margin-top: 50px;
	overflow: hidden;
}

.necessary .necessary-bottom ul {
	margin: 0 -65px;
}

.necessary .necessary-bottom ul li {
	width: 33.33333333%;
	display: inline-block;
	padding: 0 65px;
	text-align: center;
	margin-bottom: 30px;
	vertical-align: top;
	margin: 0 -2px;
}

.necessary .necessary-bottom ul li .pic {
	height: 70px;
}

.necessary .necessary-bottom ul li h3 {
	font-size: 18px;
	color: #333;
	margin-top: 14px;
	margin-bottom: 9px;
}

.necessary .necessary-bottom ul li p {
	font-size: 13px;
	color: #666;
	line-height: 20px;
}

.process {
	padding: 60px 0 67px 0;
	overflow: hidden;
	position: relative;
	background: #1f3971;
}

.process .process-title {
	position: absolute;
	top: 60px;
}

.process .process-title:after {
	content: '';
	display: block;
	width: 48px;
	height: 3px;
	background: #fff;
	margin-top: 62px;
}

.process .process-title h3 {
	color: #fff;
	font-size: 32px;
}

.process .process-title p {
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	font-family: "DIN-Light",arial;
	font-weight: bold;
}

.process .process-info {
	padding-left: 316px;
	overflow: hidden;
}

.process .process-info ul {
	position: relative;
}

.process .process-info ul li {
	width: 25%;
	float: left;
	margin-top: 10px;
	padding-right: 40px;
	position: relative;
	z-index: 2;
}

.process .process-info ul li:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	border-bottom: 1px dashed #677291;
	top: 20px;
	z-index: 1;
}

.process .process-info ul li .box {
	position: relative;
	z-index: 2;
}

.process .process-info ul li h3 {
	width: 40px;
	height: 40px;
	color: #043490;
	font-size: 28px;
	font-family: "DIN-Light",arial;
	background: url("../images/num.png") no-repeat center center;
	text-align: center;
	line-height: 40px;
	font-weight: bold;
	margin-bottom: 18px;
}

.process .process-info ul li span {
	display: block;
	color: #fff;
	font-size: 18px;
	margin-bottom: 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.process .process-info ul li p {
	font-size: 13px;
	color: #8d95ae;
	line-height: 20px;
	text-transform: uppercase;
}

.application .process-title:after {
	margin-top: 39px;
}

.application .process-info ul li {
	width: 20%;
}

.application1 .process-title:after {
	margin-top: 39px;
}

.application1 .process-info ul li {
	width: 25%;
}

.what1 {
	overflow: hidden;
	background: url("../images/copyright.jpg") repeat center center;
}

.what1 ul li {
	width: 20%;
	float: left;
	padding: 70px 0 0 0;
	background: #fff;
	height: 240px;
}

.what1 ul li .pic {
	height: 70px;
	margin-bottom: 10px;
	transform: rotateY(0);
	transition: .5s;
}

.what1 ul li h3 {
	text-align: center;
	font-size: 18px;
	color: #333;
}

.what1 ul li:hover .pic {
	transform: rotateY(360deg);
	transition: .5s;
}

.what1 ul .odd {
	background: url("../images/bg.png") repeat center center;
}

.what1 ul .odd h3 {
	color: #fff;
}

.what1 ul .odd2 {
	width: 40%;
	text-align: left;
	background: #1f3971;
}

.what1 ul .odd2 .process-title {
	padding-left: 81px;
}

.what1 ul .odd2 .process-title:after {
	content: '';
	display: block;
	width: 48px;
	height: 3px;
	background: #fff;
	margin-top: 22px;
}

.what1 ul .odd2 .process-title h3 {
	color: #fff;
	font-size: 32px;
	text-align: left;
	margin-top: 10px;
}

.what1 ul .odd2 .process-title p {
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	font-family: "DIN-Light",arial;
	font-weight: bold;
}

.file {
	padding: 60px 0 83px 0;
	overflow: hidden;
	background: #f3f3f3;
}

.file .file-bottom {
	overflow: hidden;
	margin-top: 44px;
	position: relative;
}

.file .file-bottom .file-hover {
	text-align: center;
	border: 5px solid #fff;
	width: 200px;
	height: 214px;
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	margin: -107px 0 0 -100px;
	background: #043490;
}

.file .file-bottom .file-hover h3 {
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
	padding: 25px 27px 0 27px;
	margin-bottom: 24px;
}

.file .file-bottom .file-hover h3:after {
	content: '';
	display: block;
	background: #6682b7;
	width: 46px;
	height: 2px;
	margin: 24px auto 0 auto;
}

.file .file-bottom .file-hover p {
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	padding: 0 20px;
}

.file .file-bottom ul {
	margin: 0 -18px;
}

.file .file-bottom ul li {
	width: 50%;
	float: left;
	padding: 0 18px;
}

.file .file-bottom ul li .pic {
	width: 51%;
	float: left;
	background: #dce6ed;
}

.file .file-bottom ul li .pic:after {
	padding-bottom: 117%;
}

.file .file-bottom ul li .file-info {
	float: left;
	width: 49%;
	text-align: center;
	margin-top: 40px;
}

.file .file-bottom ul li .file-info h3 {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
	height: 40px;
	background: #043490;
}

.file .file-bottom ul li .file-info dl {
	padding: 11px 0;
	border-left: 5px solid #92aad8;
	border-bottom: 5px solid #92aad8;
	background: #fff;
}

.file .file-bottom ul li .file-info dl dt {
	line-height: 50px;
	border-bottom: 1px dashed #92aad8;
	font-size: 16px;
	color: #666;
}

.file .file-bottom ul li .file-info dl .last {
	border-bottom: 0;
}

.file .file-bottom ul .odd .file-info dl {
	border-left: 0;
	border-right: 5px solid #92aad8;
}

.patent1 .file-bottom ul li .pic:after {
	padding-bottom: 135%;
}

.patent1 .file-bottom ul li .file-info dl {
	height: 281px;
}

.service {
	padding: 60px 0 80px 0;
	overflow: hidden;
}

.service .service-bottom {
	margin-top: 44px;
}

.service .service-bottom ul {
	margin: 0 -16px;
}

.service .service-bottom ul li {
	width: 25%;
	display: inline-block;
	vertical-align: top;
	padding: 0 16px;
	margin: 0 -2px;
}

.service .service-bottom ul li .pic {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	z-index: 2;
	transform: rotateY(0);
	transition: .8s;
}

.service .service-bottom ul li .service-info {
	margin-top: -50px;
	position: relative;
	z-index: 1;
	text-align: center;
	padding: 66px 30px 27px 30px;
	min-height: 210px;
	background: #fff;
	box-shadow: 0 0 10px #ddd;
}

.service .service-bottom ul li .service-info h3 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-bottom: 11px;
}

.service .service-bottom ul li .service-info p {
	font-size: 13px;
	color: #666;
	line-height: 24px;
}

.service .service-bottom ul li:hover .pic {
	transform: rotateY(360deg);
}

.trademark-show {
	padding: 60px 0;
	overflow: hidden;
	background: #f3f3f3;
}

.trademark-show .ts-top {
	overflow: hidden;
	background: #fff;
	margin-bottom: 40px;
}

.trademark-show .ts-top .pic {
	width: 45%;
	float: left;
}

.trademark-show .ts-top .pic:after {
	padding-bottom: 67%;
}

.trademark-show .ts-top .top-info {
	width: 55%;
	float: right;
	padding-left: 49px;
	padding-top: 51px;
}

.trademark-show .ts-top .top-info .top-title {
	overflow: hidden;
	margin-bottom: 34px;
}

.trademark-show .ts-top .top-info .top-title .pic {
	width: 30px;
	height: 21px;
	margin-right: 13px;
	vertical-align: middle;
}

.trademark-show .ts-top .top-info .top-title h3 {
	font-size: 24px;
	color: #333;
	vertical-align: middle;
	float: left;
	line-height: 23px;
}

.trademark-show .ts-top .top-info .top-title h3 span {
	color: #dcdcdc;
	font-family: arial;
	padding-left: 7px;
}

.trademark-show .ts-top .top-info .top-p {
	color: #555;
	font-size: 14px;
	line-height: 30px;
	padding-right: 56px;
	max-height: 210px;
	margin-right: 3px;
	overflow: auto;
}

.trademark-show .ts-top .top-info .top-p p {
	text-indent: 2em;
}

.trademark-show .ts-top .top-info .top-p::-webkit-scrollbar {
	width: 3px;
	height: 100%;
}

.trademark-show .ts-top .top-info .top-p::-webkit-scrollbar-button {
	display: none;
}

.trademark-show .ts-top .top-info .top-p::-webkit-scrollbar-track {
	background: #fff;
}

.trademark-show .ts-top .top-info .top-p::-webkit-scrollbar-thumb {
	background: url("../images/scroll01.png") no-repeat center center;
	height: 20px;
	width: 3px;
}

.trademark-show .ts-center {
	background: #fff;
	overflow: hidden;
	padding-bottom: 27px;
}

.trademark-show .ts-center .ts-info {
	overflow: hidden;
	border-bottom: 1px solid #e9e9e9;
}

.trademark-show .ts-center .ts-info ul li {
	width: 25%;
	float: left;
	border-right: 1px solid #e9e9e9;
	padding-top: 31px;
	padding-left: 40px;
	padding-bottom: 32px;
}

.trademark-show .ts-center .ts-info ul li h3 {
	color: #043490;
	font-size: 24px;
	margin-bottom: 16px;
}

.trademark-show .ts-center .ts-info ul li dl dt {
	line-height: 30px;
	font-size: 14px;
	color: #555;
}

.trademark-show .ts-center .ts-info ul li .zuzhi dt {
	background: url("../images/xuan.png") no-repeat center left;
	padding-left: 20px;
}

.trademark-show .ts-center .ts-info ul li .zuzhi .on {
	background: url("../images/xuanh.png") no-repeat center left;
}

.trademark-show .ts-center .ts-info ul .last {
	border-right: 0;
}

.trademark-show .ts-center .ts-liucheng {
	padding-top: 34px;
	padding-left: 40px;
	overflow: hidden;
}

.trademark-show .ts-center .ts-liucheng .liucheng-title {
	color: #043490;
	font-size: 24px;
}

.trademark-show .ts-center .ts-liucheng .liucheng-list {
	margin-top: 24px;
	overflow: hidden;
	padding-left: 4px;
}

.trademark-show .ts-center .ts-liucheng .liucheng-list li {
	width: 16.66666667%;
	padding-right: 53px;
	position: relative;
	z-index: 2;
	margin: 0 -4px 20px -4px;
	display: inline-block;
	vertical-align: top;
}

.trademark-show .ts-center .ts-liucheng .liucheng-list li:before {
	display: block;
	position: absolute;
	content: '';
	height: 1px;
	border-bottom: 1px dashed #cecece;
	width: 100%;
	z-index: 1;
	top: 16px;
}

.trademark-show .ts-center .ts-liucheng .liucheng-list li h3 {
	width: 33px;
	height: 33px;
	color: #fff;
	font-size: 22px;
	font-family: "DIN-Light",arial;
	background: url("../images/num1.png") no-repeat center center;
	text-align: center;
	line-height: 33px;
	font-weight: bold;
	margin-bottom: 12px;
	position: relative;
	z-index: 2;
}

.trademark-show .ts-center .ts-liucheng .liucheng-list li span {
	display: block;
	color: #043490;
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: bold;
}

.trademark-show .ts-center .ts-liucheng .liucheng-list li p {
	font-size: 13px;
	color: #666;
	line-height: 20px;
}

.advisory {
	background: #fff;
}

.advisory .container {
	position: relative;
	min-height: 187px;
}

.advisory .ren {
	margin-top: -42px;
	margin-left: 116px;
	position: absolute;
	top: 0;
}

.advisory .ren img {
	display: block;
}

.advisory .advisory-info {
	text-align: center;
	width: 100%;
	padding-top: 35px;
	padding-left: 262px;
}

.advisory .advisory-info h3 {
	font-size: 26px;
	color: #333;
}

.advisory .advisory-info p {
	font-size: 14px;
	color: #999;
	margin-bottom: 17px;
}

.advisory .advisory-info a {
	display: block;
	width: 127px;
	height: 40px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	background: #043490;
	font-size: 18px;
	margin: 0 auto;
	border: 2px solid #043490;
	transition: .5s;
}

.advisory .advisory-info a:hover {
	background: #fff;
	color: #043490;
}

.why {
	padding: 60px 0 74px 0;
	overflow: hidden;
	position: relative;
}

.why .inmain-title h3 {
	color: #fff;
}

.why:before {
	height: 58%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #1f3971;
	content: '';
	display: block;
}

.why:after {
	height: 42%;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #f3f3f3;
	content: '';
	display: block;
}

.why .why-bottom {
	padding-top: 44px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.why .why-bottom ul {
	margin: 0 -16px;
	padding-left: 4px;
}

.why .why-bottom ul li {
	width: 25%;
	padding: 0 16px;
	display: inline-block;
	margin: 0 -2px;
}

.why .why-bottom ul li .box {
	padding: 32px;
	overflow: hidden;
	min-height: 249px;
	background: #fff;
	transition: .5s;
}

.why .why-bottom ul li .box .pic {
	width: 80px;
	height: 80px;
	margin: 0 auto;
}

.why .why-bottom ul li .box .why-info {
	text-align: center;
}

.why .why-bottom ul li .box .why-info h3 {
	font-size: 18px;
	color: #333;
	margin-bottom: 8px;
	margin-top: 8px;
}

.why .why-bottom ul li .box .why-info p {
	font-size: 13px;
	color: #666;
	line-height: 20px;
}

.why .why-bottom ul li:hover .box {
	box-shadow: 0 0 10px #1f3971;
}

.why1 {
	background: #f3f3f3;
}

.why1 .inmain-title h3 {
	color: #333;
}

.why1:before {
	display: none;
}

.why1:after {
	display: none;
}

.what {
	padding: 60px 0 80px 0;
	overflow: hidden;
}

.what .what-bottom {
	margin-top: 54px;
	overflow: hidden;
}

.what .what-bottom ul {
	padding-left: 2px;
	margin: 0 -50px;
}

.what .what-bottom ul li {
	width: 33.33333%;
	margin: 0 -2px;
	display: inline-block;
	vertical-align: top;
	padding: 0 50px;
}

.what .what-bottom ul li .box {
	position: relative;
	margin-bottom: 20px;
}

.what .what-bottom ul li .box .what-info {
	padding-top: 14px;
	padding-left: 74px;
	overflow: hidden;
}

.what .what-bottom ul li .box .pic {
	width: 70px;
	height: 70px;
	float: left;
	position: absolute;
}

.what .what-bottom ul li .box h3 {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.what .what-bottom ul li .box p {
	color: #666;
	font-size: 13px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-family: arial;
}

.what .what-bottom ul li p {
	color: #666;
	font-size: 13px;
}

.tool {
	padding-top: 50px;
	overflow: hidden;
    position:relative;
	background: #f3f3f3;
}

.tool .tool-title {
	font-size: 20px;
	color: #333;
	border-bottom: 1px solid #e7e7e7;
	height: 54px;
	line-height: 50px;
	text-align: center;
	border-top: 3px solid #043490;
	background: #fff;
}

.tool .tool-left {
	float: left;
	width: 18%;
	margin-bottom: 80px;
	background: #fff;
	margin-right: 2%;
}

.tool .tool-left ul {
	padding: 11px 7px 11px 7px;
	overflow: hidden;
}

.tool .tool-left ul li {
	float: left;
	margin: 0 5px 11px 5px;
}

.tool .tool-left ul li a {
	font-size: 14px;
	color: #333;
	font-family: arial;
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: #f3f3f3;
	transition: .5s;
}

.tool .tool-left ul li a:hover {
	background: #043490;
	color: #fff;
}

.tool .asideFixed {
	top: 10px;
	position: fixed;
	width: 216px;
}

.tool .asideBottom {
	top: auto;
	bottom: 0;
	position: absolute;
	width: 216px;
}

.tool .tool-center {
	float: right;
	width: 60%;
	margin-bottom: 80px;
	margin-right: 2%;
}

.tool .tool-center .tool-class {
	position: relative;
	overflow: hidden;
	background: #fff;
}

.tool .tool-center .tool-class:after {
	content: '';
	display: block;
	position: absolute;
	height: 100%;
	width: 1px;
	background: #e7e7e7;
	left: 50%;
	top: 0;
}

.tool .tool-center .tool-class li {
	float: left;
	width: 50%;
	border-bottom: 1px solid #e7e7e7;
}

.tool .tool-center .tool-class li a {
	display: block;
	padding: 30px 30px 26px 30px;
}

.tool .tool-center .tool-class li span {
	display: block;
	font-weight: bold;
	font-size: 18px;
	color: #333;
	font-family: arial,"microsoft yahei";
	margin-bottom: 12px;
}

.tool .tool-center .tool-class li p {
	font-size: 13px;
	color: #555;
	line-height: 24px;
	height: 96px;
	overflow: hidden;
}

.tool .tool-center .tool-class li:hover p {
	text-decoration: underline;
}

.tool .tool-right {
	float: right;
	width: 18%;
	margin-bottom: 80px;
	background: #fff;
}

.tool .tool-right ul li {
	padding: 17px 10px 0 10px;
	overflow: hidden;
	border-bottom: 1px solid #e7e7e7;
}

.tool .tool-right ul li h3 {
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin-bottom: 7px;
}

.tool .tool-right ul li dl {
	padding-bottom: 5px;
}

.tool .tool-right ul li dl dt {
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
}

.tool .tool-right ul li dl dd {
	overflow: hidden;
	margin: 0 -5px 11px -5px;
	padding-bottom: 4px;
	border-bottom: 1px dashed #f0f0f0;
}

.tool .tool-right ul li dl dd a {
	font-size: 14px;
	color: #333;
	font-family: arial;
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: #f3f3f3;
	float: left;
	margin: 0 5px 11px 5px;
	transition: .5s;
}

.tool .tool-right ul li dl dd a:hover {
	background: #043490;
	color: #fff;
}

.tool .tool-right ul li dl .last {
	border-bottom: 0;
	margin-bottom: 0;
}

.tool .header-search {
	position: relative;
	margin-bottom: 10px;
	background: #fff;
	height: 40px;
}

.tool .search {
	border: 1px solid #043490;
	width: 100%;
	float: left;
	margin-right: 2px;
	position: relative;
}

.tool .search font {
    position:absolute;
    right:0;
    top:-20px;
    font-size:12px;
    color:#f00;
    display:none;
}

.tool .search:hover {
	border: 1px solid #043490;
}

.tool .search:focus {
	border: 1px solid #043490;
}

.tool .search select {
	display: none;
}

.tool .search .select_box {
	font-size: 12px;
	color: #999;
	width: 145px;
	line-height: 38px;
	float: left;
	position: relative;
	display: block;
}

.tool .search .select_showbox {
	height: 38px;
	background: url(../images/drop_black.png) no-repeat 115px center;
	text-indent: 2em;
	width: 145px;
	border-right: 1px solid #d1d8e4;
	position: absolute;
	color: #043490;
}

.tool .search .select_option {
	border: 1px solid #043490;
	border-top: 0;
	display: none;
	left: -1px;
	top: 38px;
	position: absolute;
	z-index: 99;
	background: #fff;
	color: #043490;
}

.tool .search .select_option:after {
	display: none;
}

.tool .search .select_option li {
	text-indent: 1.5em;
	width: 144px;
	cursor: pointer;
}

.tool .search .select_option li.selected {
	background-color: #f3f3f3;
	color: #999;
}

.tool .search .select_option li.hover {
	background: #bebebe;
	color: #fff;
}

.tool .search input.inp_srh, .tool .search input.btn_srh {
	background: 0;
	border: 0;
	padding-left: 165px;
	font-size: 14px;
	color: #888;
	height: 38px;
	line-height: 38px;
	width: 100%;
	padding-right: 100px;
}

.tool .btn_srh {
	background: #043490;
	width: 91px;
	height: 40px;
	line-height: 40px;
	border: 0;
	position: absolute;
	right: 0;
	font-size: 16px;
	color: #fff;
}

.tool-show {
	padding: 11px;
	overflow: hidden;
	background: #fff;
	border-top: 3px solid #043490;
	margin-bottom: 10px;
}

.tool-show .zbn {
	float: left;
	width: 50%;
	padding: 11px 20px;
	font-size: 13px;
}

.tool-show .zbn .bt {
	font-size: 16px;
	line-height: 45px;
	font-weight: bold;
	color: #f00;
	text-align: center;
}

.tool-show .zbn .jsh {
	color: #062a52;
	text-align: center;
}

.tool-show .zbn .zhu {
	color: #91a1a6;
	padding-top: 25px;
}

.tool-show ul {
	width: 50%;
	float: right;
}

.tool-show ul li {
	line-height: 25px;
}

.tool-show ul li a {
	color: #333;
}

.tool-show ul li a:hover {
	text-decoration: underline;
}

.current {
	line-height: 30px;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.tool-show1 {
	padding: 11px;
	overflow: hidden;
	background: #fff;
	margin-bottom: 10px;
	border-top: 3px solid #043490;
}

.tool-show1 table tr td {
	line-height: 27px;
	border: 1px solid #e7e7e7;
	padding: 5px;
}

.news {
	overflow: hidden;
	padding-top: 50px;
}

.news ul {
	margin: 0 -18px;
	overflow: hidden;
}

.news ul li {
	width: 33.3333333333%;
	float: left;
	padding: 0 18px;
	margin-bottom: 40px;
}

.news ul li .pic {
	overflow: hidden;
}

.news ul li .pic img {
	transition: .5s;
}

.news ul li .pic:after {
	padding-bottom: 67%;
}

.news ul li:hover .news-info h3 {
	color: #043490;
	text-decoration: underline;
}

.news ul li .news-info {
	padding: 23px 27px;
	border: 1px solid #dcdcdc;
	overflow: hidden;
	border-top: 0;
}

.news ul li .news-info h3 {
	font-size: 16px;
	color: #333;
	margin-bottom: 19px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.news ul li .news-info p {
	color: #666;
	line-height: 24px;
	font-size: 13px;
	height: 72px;
	overflow: hidden;
	margin-bottom: 45px;
}

.news ul li .news-info .date {
	font-size: 13px;
	color: #999;
	font-family: arial;
}

.news ul li .news-info .date span {
	padding-right: 14px;
}

.news ul li .news-info .date b {
	background: url("../images/ya.png") no-repeat center left;
	padding-left: 22px;
	max-width: 64px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	background-size: 18px;
}

.page {
	text-align: center;
	margin-bottom: 55px;
	overflow: hidden;
}

.page a {
	color: #666;
	display: inline-block;
	font-size: 14px;
	line-height: 40px;
	min-width: 40px;
	height: 40px;
	padding: 0 10px;
	margin: 0 5px;
	text-align: center;
	font-family: arial;
	background: #f0f0f0;
	-webkit-transition: all .5s;
	transition: all .5s;
	border-radius: 3px;
}

.page a.cur, .page a.cpb, .page a:hover {
	background: #043490;
	color: #fff;
}

.page a.prev {
	padding: 0;
}

.page a.next {
	padding: 0;
}

.page a.prev:hover {
	background: #043490;
	padding: 0;
}

.page a.next:hover {
	background: #043490;
	padding: 0;
}

@media (max-width:767px) {
	.page a {
		display: none;
	}

	.page a.prev, .page a.next {
		display: inline-block;
	}
}

.news-show {
	padding-top: 50px;
	overflow: hidden;
	padding-bottom: 80px;
	background: url("../images/news-show.jpg") no-repeat top center;
}

.news-show .show-left {
	float: left;
	width: 66%;
}

.news-show .show-left .show-title h1 {
	font-size: 22px;
	color: #333;
	line-height: 30px;
	margin-bottom: 8px;
}

.news-show .show-left .show-title .title-p {
	font-size: 13px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e8e8e8;
	overflow: hidden;
}

.news-show .show-left .show-title .title-p span {
	color: #003158;
}

.news-show .show-left .show-title .title-p a {
	color: #999;
	margin-right: 8px;
}

.news-show .show-left .show-title .title-p .date {
	font-size: 13px;
	color: #999;
	font-family: arial;
	float: right;
}

.news-show .show-left .show-title .title-p .date span {
	padding-right: 14px;
	color: #999;
}

.news-show .show-left .show-title .title-p .date b {
	background: url("../images/ya.png") no-repeat center left;
	padding-left: 22px;
	background-size: 18px;
}

.news-show .show-left .show-info {
	padding: 30px 0;
	border-bottom: 1px solid #e8e8e8;
	overflow: hidden;
}

.news-show .show-left .show-info p {
	line-height: 32px;
	color: #555;
	text-indent: 2em;
}

.pagenav {
	overflow: hidden;
	line-height: 51px;
}

.pagenav a {
	display: block;
	float: left;
	width: 50%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #003158;
	padding-right: 20px;
}

.pagenav a:hover {
	text-decoration: underline;
}

.pagenav .next {
	text-align: right;
	padding-right: 0;
	padding-left: 20px;
}

.show-tuijian {
	border-left: 10px solid #043490;
	color: #043490;
	height: 35px;
	line-height: 35px;
	font-size: 18px;
	background: #dbe1ec;
	padding-left: 10px;
}

.show-right {
	float: right;
	width: 29%;
}

.show-right .show-top {
	margin-bottom: 45px;
	overflow: hidden;
}

.show-right .show-top ul {
	padding: 25px 20px 0 20px;
	overflow: hidden;
	background: #f3f5f8;
}

.show-right .show-top ul li {
	position: relative;
	margin-bottom: 20px;
}

.show-right .show-top ul li .pic {
	width: 90px;
	height: 60px;
	float: left;
	position: absolute;
}

.show-right .show-top ul li .pic img {
	transition: .5s;
}

.show-right .show-top ul li h3 {
	font-size: 14px;
	color: #333;
	line-height: 20px;
	height: 60px;
	padding-left: 110px;
}

.show-right .show-top ul li:hover .pic img {
	transform: scale(1.04);
}

.show-right .show-top ul li:hover h3 {
	color: #043490;
}

.show-right .show-bottom {
	margin-bottom: 80px;
	overflow: hidden;
}

.show-right .show-bottom ul {
	padding: 25px 20px 10px 20px;
	overflow: hidden;
	background: #f3f5f8;
}

.show-right .show-bottom ul li {
	margin-bottom: 13px;
	overflow: hidden;
}

.show-right .show-bottom ul li a {
	display: block;
	position: relative;
	padding-left: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.show-right .show-bottom ul li a span {
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	display: block;
	position: absolute;
	background: #e0e5ed;
	color: #043490;
	font-size: 12px;
	font-family: arial;
	left: 0;
}

.show-right .show-bottom ul li a:hover {
	color: #043490;
}

.show-right .show-bottom ul .one a span {
	background: #e9573f;
	color: #fff;
}

.show-right .show-bottom ul .two a span {
	background: #fc8d00;
	color: #fff;
}

.show-right .show-bottom ul .three a span {
	background: #f6bb42;
	color: #fff;
}

.about1 {
	padding: 60px 0;
	overflow: hidden;
}

.about1 .pic {
	width: 48%;
	float: left;
}

.about1 .pic:after {
	padding-bottom: 57%;
}

.about1 .pic i {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../images/video.png") no-repeat center center;
}

.about1 .about-info {
	width: 48%;
	float: right;
	padding-top: 20px;
}

.about1 .about-info h3 {
	font-size: 32px;
	color: #333;
}

.about1 .about-info h3:after {
	content: '';
	display: inline-block;
	width: 100px;
	height: 2px;
	background: #6a6a6a;
	vertical-align: middle;
}

.about1 .about-info span {
	display: block;
	font-size: 30px;
	color: #333;
	font-family: arial;
	font-weight: bold;
	margin-bottom: 16px;
}

.about1 .about-info p {
	font-size: 14px;
	color: #666;
	line-height: 30px;

}

.about1 .about-info a {
	display: block;
	font-size: 18px;
	color: #043490;
	text-align: center;
	width: 237px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #043490;
	transition: .5s;
}

.about1 .about-info a:hover {
	background: #043490;
	color: #fff;
}

.transparent {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 998;
	width: 100%;
	height: 100%;
	background: url(../images/transparent-bg.png) repeat;
	background: rgba(0,0,0,0.7);
	display: none;
}

.video-popup {
	position: fixed;
	z-index: 999;
	width: 780px;
	height: 500px;
	background: #fff;
	left: 50%;
	top: 50%;
	margin: -250px 0 0 -390px;
	text-align: center;
	padding: 20px;
	display: none;
}

.video-popup .box {
	background: #f1f1f1;
	height: 100%;
}

.video-popup .close {
	display: block;
	width: 35px;
	height: 35px;
	position: absolute;
	right: -45px;
	top: 0;
	background: url(../images/close-icon.png) no-repeat;
}

.video-popup .p-01 {
	font-weight: bold;
	font-size: 15px;
	margin: 5px 0;
}

.video-popup .p-02 {
	font-size: 12px;
}

.video-popup a {
	color: #274095;
}

.video-popup a:hover {
	text-decoration: underline;
}

.about2 {
	text-align: center;
	color: #fff;
	line-height: 32px;
	background: url("../images/about2.jpg") no-repeat center center;
}

.about2 .about-info {
	padding: 69px 0 59px 0;
	background: url("../images/about2bg.png") repeat center center;
}

.about3 {
	overflow: hidden;
	padding: 58px 0;
}

.about3 .case-bottom {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin: 0 -10px 0 -10px;
	position: relative;
}

.about3 .case-bottom .getIndex {
	float: left;
	text-align: center;
	padding: 0 10px;
	margin: 0 auto;
	width: 20%;
}

.about3 .case-bottom .getIndex a {
	display: block;
}

.about3 .case-bottom .getIndex .box {
	padding: 5px;
	border: 1px solid #ddd;
}

.about3 .case-bottom .getIndex .box .pic {
	margin: 0 auto;
}

.about3 .case-bottom .getIndex .box .pic img {
	transition: .5s;
}

.about3 .case-bottom .getIndex .box .pic:after {
	padding-bottom: 135%;
}

.about3 .case-bottom .getIndex .box:hover {
	border: 1px solid #043490;
}

.about3 .case-bottom .getIndex .box:hover .pic img {
	transform: scale(1.04);
}

.about3 .case-bottom .getIndex h3 a {
	color: #333;
	font-size: 16px;
	line-height: 43px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.about3 .case-bottom .slick-prev {
	background: url("../images/prev1.png") no-repeat center center;
	width: 30px;
	height: 30px;
	left: -60px;
	margin-top: -35px;
	z-index: 5;
}

.about3 .case-bottom .slick-prev:hover {
	background: url("../images/prev1h.png") no-repeat center center;
}

.about3 .case-bottom .slick-next {
	background: url("../images/next1.png") no-repeat center center;
	width: 30px;
	height: 30px;
	right: -60px;
	margin-top: -35px;
	z-index: 5;
}

.about3 .case-bottom .slick-next:hover {
	background: url("../images/next1h.png") no-repeat center center;
}

.about3 .case-bottom .slick-prev:before, .about3 .case-bottom .slick-next:before {
	content: '';
}

.about4 {
	padding-top: 63px;
	overflow: hidden;
	background: #f3f3f3;
}

.about4 .about4-title {
	font-size: 32px;
	color: #333;
	text-align: center;
}

.about4 .contact-bottom {
	margin-top: 33px;
	overflow: hidden;
}

.about4 .contact-bottom .contact-ul {
	position: relative;
	margin: 0 auto 34px auto;
	text-align: center;
}

.about4 .contact-bottom .contact-ul li {
	display: inline-block;
	text-align: center;
	font-size: 16px;
	color: #333;
	margin: 0 8px 15px 8px;
	cursor: pointer;
	position: relative;
}

.about4 .contact-bottom .contact-ul li:after {
	content: '';
	display: none;
	position: absolute;
	bottom: -6px;
	background: url(../images/dot2.jpg) no-repeat center center;
	height: 8px;
	width: 100%;
}

.about4 .contact-bottom .contact-ul li a {
	display: block;
	height: 38px;
	line-height: 34px;
	background: #e8e8e8;
	border: 2px solid #e8e8e8;
	color: #333;
	font-size: 16px;
	padding: 0 21px;
}

.about4 .contact-bottom .contact-ul .sel {
	font-weight: bold;
}

.about4 .contact-bottom .contact-ul .sel a {
	border: 2px solid #043490;
	color: #043490;
}

.about4 .contact-bottom .contact-ul .sel:after {
	display: block;
}

.about4 .contact-bottom .map-show {
	clear: both;
	overflow: hidden;
}

.about4 .contact-bottom .map-show .map-p {
	display: none;
	clear: both;
}

.about4 .contact-bottom .map-show .map-info {
	padding: 63px 89px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 10px #e7e7e7;
	position: relative;
	z-index: 2;
}

.about4 .contact-bottom .map-show .map-info .info-left {
	float: left;
	overflow: auto;
	width: 45%;
	height: 270px;
}

.about4 .contact-bottom .map-show .map-info .info-left h3 {
	font-size: 24px;
	color: #333;
	margin-bottom: 16px;
}

.about4 .contact-bottom .map-show .map-info .info-left p {
	font-size: 18px;
	color: #333;
	padding-left: 30px;
}

.about4 .contact-bottom .map-show .map-info .info-left .i1 {
	background: url("../images/i1.png") no-repeat center left;
	margin-bottom: 12px;
}

.about4 .contact-bottom .map-show .map-info .info-left .i2 {
	background: url("../images/i2.png") no-repeat center left;
	margin-bottom: 12px;
}

.about4 .contact-bottom .map-show .map-info .info-left .i3 {
	background: url("../images/i3.png") no-repeat center left;
}

.about4 .contact-bottom .map-show .map-info .info-left .phone {
	font-family: Brig;
	font-size: 40px;
	color: #043490;
	padding-left: 21px;
	display: block;
}

.about4 .contact-bottom .map-show .map-info .info-left .zixun {
	display: block;
	width: 126px;
	height: 40px;
	line-height: 36px;
	color: #fff;
	font-size: 18px;
	margin-top: 13px;
	padding-left: 41px;
	border: 2px solid #043490;
	background: #043490 url("../images/i4.png") no-repeat 10px center;
}

.about4 .contact-bottom .map-show .map-info .info-left .zixun:hover {
	border: 2px solid #f3f2f2;
}

.about4 .contact-bottom .map-show .map-info .info-right {
	float: right;
	width: 51%;
	padding-top: 26px;
}

.about4 .contact-bottom .map-show .map-info .info-right div {
	background: url("../images/ewm.png") no-repeat center center;
	width: 222px;
	float: left;
	text-align: center;
	height: 222px;
	padding-top: 30px;
	margin-right: 35px;
}

.about4 .map1 {
	height: 712px;
	width: 100%;
	margin-top: -233px;
	position: relative;
	z-index: 1;
}

.supermarket {
	padding: 40px 0;
	overflow: hidden;
	background: #f3f3f3;
}

.supermarket .item {
	margin-bottom: 40px;
}

.supermarket .item .super-title {
	width: 295px;
	height: 349px;
	position: absolute;
}

.supermarket .item .super-title .pic {
	width: 295px;
	height: 349px;
}

.supermarket .item .super-title .super-info {
	position: absolute;
	top: 41px;
	left: 34px;
	padding-left: 12px;
	border-left: 3px solid #fff;
}

.supermarket .item .super-title .super-info h3 {
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 11px;
}

.supermarket .item .super-title .super-info p {
	color: #fff;
	font-size: 24px;
	line-height: 28px;
}

.supermarket .item .super-right {
	padding-left: 295px;
	background: #fff;
	height: 349px;
}

.supermarket .item .super-right ul li {
	float: left;
	width: 20%;
	border-left: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
}

.supermarket .item .super-right ul li a {
	position: relative;
	display: block;
}

.supermarket .item .super-right ul li .pic {
	height: 132px;
}

.supermarket .item .super-right ul li .super-p {
	color: #333;
	font-size: 13px;
	height: 42px;
	line-height: 41px;
	margin: 0 20px;
	border-top: 1px solid #f3f3f3;
	text-align: center;
}

.supermarket .item .super-right ul li .super-p span {
	display: inline-block;
	width: 23%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.supermarket .item .super-right ul li .super-p p {
	display: inline-block;
	width: 76%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.supermarket .item .super-right ul li .super-hover {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 12px;
	width: 100%;
	height: 100%;
	padding: 10px;
}

.supermarket .item .super-right ul li .super-hover .super-info {
	height: 100%;
	background: url("../images/hover.png") repeat center center;
	position: relative;
	width: 100%;
}

.supermarket .item .super-right ul li .super-hover .super-info p {
	line-height: 18px;
	height: 72px;
	top: 50%;
	padding: 0 20px;
	margin-top: -36px;
	position: absolute;
	width: 100%;
    overflow:hidden;
}

.supermarket .item .super-right ul li:hover {
	box-shadow: 0 0 10px #ccc;
}

.supermarket .item .super-right ul li:hover .super-hover {
	display: block;
}

.super-top {
	margin-bottom: 40px;
	overflow: hidden;
}

.super-top ul {
	overflow: hidden;
	margin: 0 -12px;
}

.super-top ul li {
	position: relative;
	float: left;
	width: 50%;
	padding: 0 12px;
	height: 120px;
	overflow: hidden;
}

.super-top ul li .box {
	position: relative;
	z-index: 1;
	width: 588px;
}

.super-top ul li .box img {
	display: block;
}

.super-top ul li .top-info {
	position: absolute;
	top: 0;
	left: 12px;
	z-index: 2;
	padding-left: 49px;
	padding-top: 19px;
	width: 100%;
}

.super-top ul li .top-info h3 {
	font-size: 30px;
	color: #fff;
	text-shadow: 0 1px 1px #e3b47e;
	margin-bottom: 7px;
	font-weight: bold;
}

.super-top ul li .top-info p {
	color: #fff;
	font-size: 14px;
	background: url("../images/cbgg.png") no-repeat center left;
	line-height: 24px;
	padding-left: 12px;
}

.super-top ul .mai .top-info h3 {
	text-shadow: 0 1px 1px #4a649f;
}

.super-top ul .mai .top-info p {
	background: url("../images/cbgg1.png") no-repeat center left;
}

.supermarket-list1 {
	padding: 36px 0;
	overflow: hidden;
}

.supermarket-list1 .superlist-title {
	overflow: hidden;
	margin-bottom: 36px;
}

.supermarket-list1 .superlist-title h3 {
	font-size: 32px;
	color: #333;
	float: left;
}

.supermarket-list1 .superlist-title .title-right {
	float: right;
}

.supermarket-list1 .superlist-title .title-right .search {
	float: left;
	margin-top: 4px;
    position:relative;
}

.supermarket-list1 .superlist-title .title-right .search font {
    position:absolute;
    right:17%;
    top:-2px;
    font-size:12px;
    color:#f00;
    display:none;
}

.supermarket-list1 .superlist-title .title-right .search .form-control {
	text-align: left;
	float: left;
	box-shadow: 0;
	border-radius: 0;
	font-size: 14px;
	height: 40px;
	width: 460px;
	color: #333;
	line-height: 38px;
	vertical-align: top;
	padding: 0 20px 0 20px;
	-webkit-appearance: none;
	border: 1px solid #043490;
}

.supermarket-list1 .superlist-title .title-right .search .searchbtn {
	border: 0;
	font-size: 12px;
	color: #fff;
	width: 91px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	border-radius: 0;
	background: #043490;
	outline: 0;
}

.supermarket-list1 .superlist-title .title-right .search .searchbtn:hover {
	background: #043490;
}

.supermarket-list1 .superlist-title .title-right a {
	display: block;
	color: #043490;
	border: 1px solid #043490;
	width: 130px;
	height: 40px;
	line-height: 38px;
	margin-left: 10px;
	text-align: center;
	float: left;
	margin-top: 4px;
	font-size: 16px;
}

.class-list {
	border: 1px solid #e4e3e3;
	margin-bottom: 20px;
}

.class-list dl {
	position: relative;
	padding: 10px 0;
	overflow: hidden;
	border-bottom: 1px dashed #e8e8e8;
}

.class-list dl dt {
	font-size: 13px;
	color: #333;
	height: 20px;
	line-height: 20px;
	position: absolute;
	left: 25px;
	top: 15px;
}

.class-list dl dd {
	padding-left: 107px;
	overflow: hidden;
	position: relative;
	padding-right: 95px;
	height: 30px;
}

.class-list dl dd .chushou {
	overflow: hidden;
}

.class-list dl dd a {
	font-size: 13px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	padding: 0 7px;
	display: block;
	float: left;
	margin: 5px 23px 5px 0;
}

.class-list dl dd a:hover {
	color: #fff;
	background: #043490;
}

.class-list dl dd .more {
	position: absolute;
    cursor:pointer;
	top: 0;
	right: 5px;
	margin-right: 0;
	width: 84px;
	height: 20px;
	background: url(../images/zhankai.png) no-repeat center center;
}

.class-list dl dd .more:hover {
	background: url(../images/zhankai.png) no-repeat center center;
}

.class-list dl dd .more.active {
	background: url(../images/shouqi.png) no-repeat center center;
}

.class-list dl dd .active {
	color: #fff;
	background: #043490;
}

.class-list dl .open {
	height: auto;
}

.paixu {
	background: #1f3971;
	overflow: hidden;
	margin-bottom: 40px;
}

.paixu ul {
	float: left;
}

.paixu ul li {
	float: left;
	height: 40px;
	line-height: 40px;
	width: 96px;
	position: relative;
	text-align: center;
}

.paixu ul li a {
	display: block;
	color: #fff;
}

.paixu ul li i {
	display: block;
	position: absolute;
	background: url("../images/top.png") no-repeat center center;
	width: 7px;
	height: 13px;
	top: 15px;
	right: 10px;
}

.paixu ul li:hover {
	background: #4764a4;
}

.paixu ul .active {
	background: #4764a4;
}

.paixu span {
	display: block;
	float: right;
	height: 40px;
	line-height: 40px;
	color: #949cb2;
	margin-right: 20px;
}

.superlist1-bottom ul {
	margin-bottom: 50px;
	border-top: 1px solid #f3f3f3;
	border-right: 1px solid #f3f3f3;
}

.superlist1-bottom ul li {
	float: left;
	width: 16.66666667%;
	border-left: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
}

.superlist1-bottom ul li a {
	display: block;
	position: relative;
}

.superlist1-bottom ul li .pic {
	height: 146px;
}

.superlist1-bottom ul li h3 {
	border-top: 1px solid #f3f3f3;
	height: 42px;
	line-height: 41px;
	padding-top: 6px;
	margin: 0 20px;
	color: #1f1f1f;
	font-size: 16px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.superlist1-bottom ul li .super-p {
	color: #333;
	font-size: 13px;
	height: 37px;
	line-height: 21px;
	margin: 0 20px;
	text-align: center;
}

.superlist1-bottom ul li .super-p span {
	display: inline-block;
	width: 23%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.superlist1-bottom ul li .super-p p {
	display: inline-block;
	width: 76%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.superlist1-bottom ul li .super-hover {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 12px;
	width: 100%;
	height: 100%;
	padding: 10px;
}

.superlist1-bottom ul li .super-hover .super-info {
	height: 100%;
	background: url("../images/hover.png") repeat center center;
	position: relative;
	width: 100%;
}

.superlist1-bottom ul li .super-hover .super-info p {
	line-height: 18px;
	height: 72px;
	top: 50%;
	padding: 0 20px;
	margin-top: -36px;
	position: absolute;
	width: 100%;
	overflow: hidden;
}

.superlist1-bottom ul li:hover {
	box-shadow: 0 0 10px #ccc;
}

.superlist1-bottom ul li:hover .super-hover {
	display: block;
}

.superlist2-bottom ul {
	margin-bottom: 50px;
	border-top: 1px solid #f3f3f3;
	border-right: 1px solid #f3f3f3;
}

.superlist2-bottom ul li {
	float: left;
	width: 16.66666667%;
	border-left: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
}

.superlist2-bottom ul li a {
	display: block;
	position: relative;
	padding: 10px 10px 0 10px;
}

.superlist2-bottom ul li .pic:after {
	padding-bottom: 70%;
}

.superlist2-bottom ul li h3 {
	border-top: 1px solid #f3f3f3;
	height: 42px;
	line-height: 41px;
	padding-top: 6px;
	margin: 0 10px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #1f1f1f;
	font-size: 16px;
}

.superlist2-bottom ul li .super-p {
	color: #333;
	font-size: 13px;
	height: 37px;
	line-height: 21px;
	padding: 0 10px;
	margin: 0 auto;
	text-align: center;
}

.superlist2-bottom ul li .super-p span {
	display: inline-block;
	width: 25%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: right;
}

.superlist2-bottom ul li .super-p p {
	display: inline-block;
	width: 50%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
}

.superlist2-bottom ul li .super-hover {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 13px;
	width: 100%;
	height: 100%;
	padding: 10px;
}

.superlist2-bottom ul li .super-hover .super-info {
	height: 100%;
	background: url("../images/hover.png") repeat center center;
	position: relative;
	width: 100%;
}

.superlist2-bottom ul li .super-hover .super-info p {
	line-height: 24px;
	height: 168px;
	top: 50%;
	padding: 0 13px;
	margin-top: -84px;
	position: absolute;
	width: 100%;
	overflow: hidden;
}

.superlist2-bottom ul li:hover {
	box-shadow: 0 0 10px #ccc;
}

.superlist2-bottom ul li:hover .super-hover {
	display: block;
}

.information {
	padding: 40px 0;
	background: url("../images/news-show.jpg") no-repeat top center;
}

.infor-top .info-one {
	float: left;
	width: 45%;
	margin-right: 2%;
	position: relative;
}

.infor-top .info-one .pic img {
	transition: .5s;
}

.infor-top .info-one .pic:after {
	padding-bottom: 67%;
}

.infor-top .info-one:hover .pic img {
	transform: scale(1.04);
}

.infor-top .info-one h3 {
	position: absolute;
	bottom: 10px;
	font-size: 20px;
	color: #fff;
	padding: 0 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
}

.infor-top .info-two {
	width: 21%;
	float: left;
	margin-right: 2%;
}

.infor-top .info-two a {
	position: relative;
	display: block;
	margin-bottom: 25px;
}

.infor-top .info-two a .pic img {
	transition: .5s;
}

.infor-top .info-two a .pic:after {
	padding-bottom: 67%;
}

.infor-top .info-two a:hover .pic img {
	transform: scale(1.04);
}

.infor-top .info-two a h3 {
	position: absolute;
	bottom: 10px;
	font-size: 15px;
	color: #fff;
	padding: 0 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
}

.infor-top .info-three {
	width: 29%;
	float: right;
}

.infor-top .info-three ul {
	padding: 13px 20px 10px 20px;
	background: #f3f5f8;
}

.infor-top .info-three ul li a {
	display: block;
	background: url("../images/dot4.jpg") no-repeat center left;
	padding-left: 14px;
	font-size: 14px;
	color: #333;
	line-height: 34px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.infor-top .info-three ul li a:hover {
	color: #043490;
	text-decoration: underline;
}

.infor-bottom {
	margin-top: 20px;
}

.infor-bottom .infor-left {
	float: left;
	width: 69%;
}

.infor-bottom .infor-left .infor-nav {
	position: relative;
}

.infor-bottom .infor-left .infor-nav ul {
	padding-right: 281px;
}

.infor-bottom .infor-left .infor-nav ul li {
	width: 33.3333333333%;
	float: left;
	position: relative;
	height: 34px;
	border-bottom: 1px solid #b7c0d1;
    overflow:hidden;
}

.infor-bottom .infor-left .infor-nav ul li:after {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	right: 0;
	background: #dbdfe8;
	width: 1px;
	height: 13px;
}

.infor-bottom .infor-left .infor-nav ul li a {
	color: #586f9a;
	font-size: 18px;
	text-align: center;
	display: block;
	height: 38px;
    line-height: 38px;
    overflow:hidden;
	position: relative;
}

.infor-bottom .infor-left .infor-nav ul li a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: url("../images/line.png") no-repeat center center;
	height: 6px;
	display: none;
}

.infor-bottom .infor-left .infor-nav ul .sel {
	font-weight: bold;
}

.infor-bottom .infor-left .infor-nav ul .sel a {
	color: #043490;
}

.infor-bottom .infor-left .infor-nav ul .sel a:after {
	display: block;
}

.infor-bottom .infor-left .infor-nav ul li:hover {
    font-weight: bold;
}

.infor-bottom .infor-left .infor-nav ul li:hover a{
    color: #043490;
}

.infor-bottom .infor-left .infor-nav ul  li:hover a:after {
	display: block;
}

.infor-bottom .infor-left .infor-nav .search {
	position: absolute;
	right: 0;
	background: #e9edf4;
}

.infor-bottom .infor-left .infor-nav .search font {
    position: absolute;
	right: 0;
    top:-18px;
    font-size:12px;
    color:#f00;
    display:none;
}

.infor-bottom .infor-left .infor-nav .search .form-control {
	text-align: left;
	box-shadow: 0;
	border-radius: 0;
	font-size: 14px;
	height: 35px;
	width: 216px;
	color: #333;
	line-height: 35px;
	vertical-align: top;
	padding: 0 20px 0 13px;
	-webkit-appearance: none;
	border: 0;
	background: 0;
	float: left;
}

.infor-bottom .infor-left .infor-nav .search .searchbtn {
	float: left;
	border: 0;
	font-size: 12px;
	color: #fff;
	width: 42px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	cursor: pointer;
	border-radius: 0;
	background: url("../images/search.png") no-repeat center center;
	outline: 0;
}

.infor-bottom .infor-left .infor-nav .search .searchbtn:hover {
	background: url("../images/search2.png") no-repeat center center #043490;
}

.infor-bottom .infor-left .infor-show {
	margin-top: 30px;
	overflow: hidden;
}

.infor-bottom .infor-left .infor-show .infor-list {
	display: none;
}

.infor-bottom .infor-left .infor-show .infor-list ul {
	margin-bottom: 30px;
	overflow: hidden;
}

.infor-bottom .infor-left .infor-show .infor-list li {
	position: relative;
	overflow: hidden;
	height: 153px;
	padding-bottom: 20px;
	margin-bottom: 21px;
	border-bottom: 1px solid #e8e8e8;
}

.infor-bottom .infor-left .infor-show .infor-list li .pic {
	width: 200px;
	height: 133px;
	float: left;
	position: absolute;
}

.infor-bottom .infor-left .infor-show .infor-list li .pic img {
	transition: .5s;
}

.infor-bottom .infor-left .infor-show .infor-list li:hover .pic img {
	transform: scale(1.04);
}

.infor-bottom .infor-left .infor-show .infor-list li:hover .infor-content h3 a {
	color: #043490;
	text-overflow: ellipsis;
}

.infor-bottom .infor-left .infor-show .infor-list li .infor-content {
	padding-left: 218px;
	padding-top: 10px;
}

.infor-bottom .infor-left .infor-show .infor-list li .infor-content h3 {
	margin-bottom: 13px;
}

.infor-bottom .infor-left .infor-show .infor-list li .infor-content h3 a {
	font-size: 20px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}

.infor-bottom .infor-left .infor-show .infor-list li .infor-content .infor-p {
	position: relative;
	overflow: hidden;
	margin-bottom: 26px;
}

.infor-bottom .infor-left .infor-show .infor-list li .infor-content .infor-p .infor-guanjian {
	font-size: 13px;
	padding-right: 140px;
	height: 19px;
	line-height: 19px;
	overflow: hidden;
}

.infor-bottom .infor-left .infor-show .infor-list li .infor-content .infor-p .infor-guanjian span {
	color: #003158;
	float: left;
}

.infor-bottom .infor-left .infor-show .infor-list li .infor-content .infor-p .infor-guanjian a {
	display: block;
	float: left;
	margin-right: 9px;
}

.infor-bottom .infor-left .infor-show .infor-list li .infor-content .infor-p .date {
	font-size: 13px;
	color: #999;
	font-family: arial;
	right: 0;
	position: absolute;
	top: 0;
}

.infor-bottom .infor-left .infor-show .infor-list li .infor-content .infor-p .date span {
	padding-right: 14px;
	display: block;
	float: left;
}

.infor-bottom .infor-left .infor-show .infor-list li .infor-content .infor-p .date b {
	background: url("../images/ya.png") no-repeat center left;
	padding-left: 22px;
	max-width: 52px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	float: left;
	background-size: 18px;
}

.infor-bottom .infor-left .infor-show .infor-list li .infor-content p {
	color: #666;
	font-size: 15px;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.infor-bottom .infor-left .infor-show .infor-list .page {
	text-align: left;
}

@media (max-width:1200px) {
	.header .lan {
		margin-right: 45px;
	}
}

@media (max-width:1024px) {
	.tool .asideFixed {
		width: 180px;
	}

	.tool .asideBottom {
		width: 180px;
	}

	.footer-top .f-list {
		max-width: 95px;
		margin-right: 10px;
	}

	.footer-top .ewm .pic {
		width: 100px;
		height: 100px;
	}

	.about3 .case-bottom .slick-prev {
		left: 0;
	}

	.about3 .case-bottom .slick-next {
		right: 0;
	}

	.about4 .contact-bottom .map-show .map-info .info-left {
		height: auto;
	}

	.about4 .contact-bottom .map-show .map-info {
		padding: 35px;
	}

	.about4 .contact-bottom .map-show .map-info .info-right div {
		margin-right: 10px;
	}

	.trademark-show .ts-top .top-info {
		padding-top: 34px;
	}

	.trademark-show .ts-top .top-info .top-title {
		margin-bottom: 16px;
	}

	.supermarket .item .super-right ul li {
		width: 25%;
	}

	.supermarket .item .super-right ul li:nth-child(n+9) {
		display: none;
	}

	.supermarket-list1 .superlist-title .title-right .search .form-control {
		width: 380px;
	}

    .supermarket-list1 .superlist-title .title-right .search font {
        right:20%;
    }

	.supermarket-list2 .superlist-title .title-right .search .form-control {
		width: 380px;
	}

    .supermarket-list2 .superlist-title .title-right .search font {
        right:20%;
    }

	.why .why-bottom ul {
		margin: 0 -10px;
	}

	.why .why-bottom ul li {
		padding: 0 10px;
	}

	.what1 ul li {
		height: 200px;
		padding-top: 50px;
	}

	.what1 ul .odd2 .process-title {
		padding-left: 44px;
	}

	.service .service-bottom ul {
		margin: 0 -10px;
	}

	.service .service-bottom ul li {
		padding: 0 10px;
	}

	.file .file-bottom ul li .file-info dl dt {
		line-height: 40px;
	}

	.patent1 .file-bottom ul li .file-info dl {
		height: 231px;
	}

	.infor-top .info-three ul li:nth-child(n+9) {
		display: none;
	}

	.infor-top .info-three ul {
		padding: 10px 20px;
	}

	.infor-top .info-three ul li a {
		line-height: 31px;
	}

	.infor-top .info-two a {
		margin-bottom: 21px;
	}

	.home-supermarket .super-right ul li {
		width: 25%;
	}

	.home-supermarket .super-right ul li:nth-child(n+9) {
		display: none;
	}
}

@media (max-width:992px) {
	.footer-top .f-list {
		max-width: 90px;
	}

	.news ul {
		margin: 0 -10px;
	}

	.news ul li {
		padding: 0 10px;
	}

	.about4 .contact-bottom .map-show .map-info .info-right {
		width: 53%;
	}

	.about4 .map1 {
		margin-top: 0;
		height: 400px;
	}

	.infor-top .info-three ul li a {
		line-height: 30px;
	}
}

@media (max-width:768px) {
	.tool .asideFixed {
		position: relative;
		top: auto;
	}

	.tool .asideBottom {
		position: relative;
		top: auto;
		bottom: auto;
	}

	.footer-top {
		padding: 20px 0;
	}

	.ewm-list {
		clear: both;
		margin: 0 auto;
		text-align: center;
	}

	.ewm-list .ewm {
		display: inline-block;
		float: none;
	}

	.footer-top .footer-contact {
		display: none;
	}

	.footer-top .f-list {
		max-width: none;
		width: 20%;
		margin-right: 0;
		padding-right: 10px;
	}

	.footer-bottom {
		padding: 10px 0;
	}

	.news ul li .news-info {
		padding: 15px;
	}

	.news ul li .news-info h3 {
		margin-bottom: 10px;
	}

	.news ul li .news-info p {
		margin-bottom: 10px;
	}

	.news ul {
		margin: 0 -5px;
	}

	.news ul li {
		padding: 0 5px;
		margin-bottom: 20px;
	}

	.news {
		padding-top: 20px;
	}

	.news-show .show-left {
		float: none;
		width: 100%;
	}

	.show-right {
		display: none;
	}

	.news-show {
		padding: 20px 0;
	}

	.news-show .show-left .show-title .title-p .date {
		float: none;
		margin-top: 5px;
	}

	.news-show .show-left .show-title h1 {
		font-size: 18px;
	}

	.news-show .show-left .show-info {
		padding: 20px 0;
	}

	.pagenav {
		line-height: 30px;
		padding-top: 20px;
	}

	.pagenav a {
		float: none;
		padding-right: 0;
		width: 100%;
	}

	.pagenav .next {
		padding-left: 0;
		text-align: left;
	}

	.about1 {
		padding: 20px 0;
	}

	.about1 .pic {
		width: 100%;
	}

	.about1 .about-info {
		width: 100%;
	}

	.about1 .about-info h3 {
		font-size: 26px;
	}

	.about1 .about-info span {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.about1 .about-info p {
		margin-bottom: 20px;
	}

	.about4 .contact-bottom .map-show .map-info .info-left {
		width: 100%;
		float: none;
	}

	.about4 .contact-bottom .map-show .map-info .info-right {
		width: 100%;
		float: none;
	}

	.about4 .about4-title {
		font-size: 26px;
	}

	.about4 {
		padding-top: 20px;
	}

	.trademark-show .ts-top .pic {
		width: 100%;
		float: none;
	}

	.trademark-show .ts-top .top-info {
		width: 100%;
		float: none;
		padding: 20px;
	}

	.trademark-show .ts-top .top-info .top-title .pic {
		float: left;
	}

	.trademark-show .ts-top .top-info .top-p {
		max-height: none;
		padding-right: 0;
		margin-right: 0;
	}

	.trademark-show {
		padding: 20px 0;
	}

	.trademark-show .ts-top {
		margin-bottom: 20px;
	}

	.trademark-show .ts-center .ts-liucheng .liucheng-list li {
		width: 25%;
		padding-right: 35px;
	}

	.advisory .ren {
		margin-left: 0;
	}

	.advisory .advisory-info h3 {
		font-size: 20px;
	}

	.trademark-show .ts-center .ts-info ul li {
		width: 50%;
		border-bottom: 1px solid #e9e9e9;
	}

	.tool .tool-left {
		width: 100%;
		margin-bottom: 20px;
	}

	.tool {
		padding-top: 20px;
	}

	.tool .tool-center {
		width: 70%;
	}

	.tool .tool-right {
		width: 28%;
	}

	.supermarket .item .super-title {
		position: relative;
		width: 100%;
		height: auto;
		float: none;
	}

	.supermarket .item .super-title .pic {
		display: none;
	}

	.supermarket .item .super-title .super-info {
		position: relative;
		top: auto;
		left: auto;
		border-left: 3px solid #043490;
	}

	.supermarket .item .super-title .super-info h3 {
		color: #333;
		font-size: 22px;
		font-weight: normal;
		margin-bottom: 0;
	}

	.supermarket .item .super-title .super-info p {
		color: #666;
		font-size: 16px;
		margin-bottom: 5px;
	}

	.supermarket .item .super-right {
		padding-left: 0;
		height: auto;
		overflow: hidden;
	}

	.super-top ul li .top-info {
		left: 0;
	}

	.supermarket {
		padding: 20px 0;
	}

	.super-top {
		margin-bottom: 20px;
	}

	.supermarket .item {
		margin-bottom: 20px;
	}

	.supermarket-list1 {
		padding: 20px 0;
	}

	.superlist1-bottom ul li {
		width: 25%;
	}

	.supermarket-list1 .superlist-title .title-right a {
		width: 100px;
	}

	.supermarket-list1 .superlist-title .title-right .search .form-control {
		width: 210px;
	}

    .supermarket-list1 .superlist-title .title-right .search font {
        right:31%
    }

	.supermarket-list1 .superlist-title {
		margin-bottom: 20px;
	}

	.superlist2-bottom ul li {
		width: 25%;
	}

	.supermarket-list2 .superlist-title .title-right a {
		width: 100px;
	}

	.supermarket-list2 .superlist-title .title-right .search .form-control {
		width: 210px;
	}

	.supermarket-list2 .superlist-title {
		margin-bottom: 20px;
	}

	.paixu {
		margin-bottom: 20px;
	}

	.supermarket-list1 .superlist-title h3 {
		font-size: 26px;
	}

	.page {
		margin-bottom: 20px;
	}

	.class-list dl dt {
		left: 15px;
	}

	.class-list dl dd {
		padding-left: 97px;
		padding-right: 35px;
	}

	.class-list dl dd .more {
		background: url(../images/zhankai1.png) no-repeat center center;
		width: 20px;
	}

	.class-list dl dd .more:hover {
		background: url(../images/zhankai1.png) no-repeat center center;
	}

	.class-list dl dd .more.active {
		background: url(../images/shouqi1.png) no-repeat center center;
	}

	.superlist2-bottom ul {
		margin-bottom: 20px;
	}

	.superlist1-bottom ul {
		margin-bottom: 20px;
	}

	.why {
		padding: 20px 0;
	}

	.inmain-title:before {
		display: none;
	}

	.inmain-title:after {
		display: none;
	}

	.why .why-bottom {
		padding-top: 20px;
	}

	.inmain-title h3 {
		font-size: 26px;
	}

	.why .why-bottom ul li .box {
		padding: 20px;
		min-height: 223px;
	}

	.what1 ul .odd2 .process-title h3 {
		font-size: 24px;
	}

	.what1 ul .odd2 .process-title {
		padding-left: 30px;
	}

	.what1 ul li {
		height: 150px;
		padding-top: 22px;
	}

	.process .process-title h3 {
		font-size: 26px;
	}

	.process .process-title p {
		font-size: 14px;
	}

	.process .process-info ul li {
		width: 33.3333333%;
	}

	.process {
		padding: 20px 0;
	}

	.file .file-bottom .file-hover {
		position: relative;
		top: auto;
		left: auto;
		width: auto;
		margin: 0;
		height: auto;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}

	.file .file-bottom ul li .file-info {
		width: 100%;
		margin-top: 0;
	}

	.file .file-bottom ul li .pic {
		width: 100%;
		float: none;
	}

	.patent1 .file-bottom ul li .file-info dl {
		border: 5px solid #92aad8;
	}

	.file .file-bottom ul .odd .file-info dl {
		border: 5px solid #92aad8;
	}

	.file .file-bottom ul {
		margin: 0 -10px;
	}

	.file .file-bottom ul li {
		padding: 0 10px;
	}

	.file {
		padding: 20px 0;
	}

	.file .file-bottom {
		margin-top: 20px;
	}

	.service .service-bottom ul li {
		width: 50%;
		margin-bottom: 10px;
	}

	.service {
		padding: 20px 0;
	}

	.service .service-bottom {
		margin-top: 20px;
	}

	.why .why-bottom ul li {
		width: 50%;
		margin-bottom: 10px;
	}

	.what .what-bottom ul {
		margin: 0 -20px;
	}

	.what .what-bottom ul li {
		padding: 0 20px;
	}

	.what {
		padding: 20px 0;
	}

	.what .what-bottom {
		margin-top: 20px;
	}

	.choose1 {
		padding: 20px 0;
	}

	.choose1 .choose1-show {
		padding: 20px;
	}

	.choose1 .oumeng a .oumeng-top .oumeng-info {
		padding-top: 0;
	}

	.choose1 .oumeng a .oumeng-top {
		margin-bottom: 20px;
	}

	.choose1 .oumeng a .oumeng-p {
		padding-top: 20px;
	}

	.choose1 .choose1-bottom {
		margin-top: 20px;
	}

	.choose1 .choose1-show .choose1-info ul li {
		width: 25%;
		margin-bottom: 20px;
	}

	.choose1 .patent-list .choose1-show {
		padding: 20px;
	}

	.choose1 .choose1-nav ul li a {
		font-size: 16px;
	}

	.necessary .necessary-bottom ul {
		margin: 0 -35px;
	}

	.necessary .necessary-bottom ul li {
		padding: 0 35px;
	}

	.necessary {
		padding: 20px 0;
	}

	.video-popup {
		width: 600px;
		height: 400px;
		margin: -200px 0 0 -300px;
	}

	.about2 .about-info {
		padding: 20px 0;
	}

	.about3 {
		padding: 20px 0;
	}

	.infor-top .info-one {
		width: 67%;
	}

	.infor-top .info-two {
		width: 31%;
		margin-right: 0;
	}

	.infor-top .info-three {
		float: none;
		width: 100%;
		clear: both;
	}

	.infor-bottom .infor-left {
		width: 100%;
	}

	.infor-top .info-two a {
		margin-bottom: 26px;
	}

	.infor-bottom .infor-left .infor-show .infor-list ul {
		margin-bottom: 20px;
	}

	.information {
		padding: 20px 0;
	}

	.home-advantage ul li .box .advantage-info span {
		display: none;
	}

	.home-advantage ul li .box .advantage-info .advantage-content {
		padding-left: 0;
	}

	.home-case .case-bottom .slick-next {
		right: 0;
	}

	.home-case .case-bottom .slick-prev {
		left: 0;
	}

	.home-service {
		padding: 20px 0;
	}

	.home-title h3 {
		font-size: 26px;
	}

	.home-service .service-bottom {
		margin-top: 20px;
	}

	.home-service .service-bottom ul li {
		width: 33.33333333%;
		border-bottom: 1px solid #f5f6f7;
	}

	.home-about .about-bottom .about-info {
		width: 100%;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.home-about .pic {
		width: 100%;
		height: auto;
		left: auto;
	}

	.home-about .pic:after {
		padding-bottom: 51%;
	}

	.home-about .about-bottom {
		position: relative;
	}

	.home-about .about-bottom .about-p {
		height: auto;
		margin-bottom: 20px;
	}

	.home-case {
		padding: 20px 0;
	}

	.home-supermarket {
		padding: 20px 0;
	}

	.home-supermarket .super-title {
		position: relative;
		width: 100%;
		height: auto;
		float: none;
	}

	.home-supermarket .super-title .pic {
		display: none;
	}

	.home-supermarket .super-title .super-info {
		position: relative;
		top: auto;
		left: auto;
		border-left: 3px solid #043490;
	}

	.home-supermarket .super-title .super-info h3 {
		color: #333;
		font-size: 22px;
		font-weight: normal;
		margin-bottom: 0;
	}

	.home-supermarket .super-title .super-info p {
		color: #666;
		font-size: 16px;
		margin-bottom: 5px;
	}

	.home-supermarket .container {
		height: auto;
	}

	.home-supermarket .super-right {
		padding-left: 0;
		height: auto;
		overflow: hidden;
	}

	.home-supermarket .super-right ul li:hover {
		box-shadow: none;
	}

	.home-supermarket .super-right ul li:hover .super-hover {
		display: none;
	}

	.home-news .news-bottom .news-nav ul li:hover:after {
		display: none;
	}

	.home-news .news-bottom .news-nav ul li:hover a {
		border: 2px solid #043490;
		background: #fff;
	}

	.home-news .news-bottom .news-nav ul .sel:after {
		display: none;
	}

	.home-news .news-bottom .news-nav ul .sel a {
		border: 2px solid #043490;
		background: #fff;
	}

	.home-news .news-bottom .news-list {
		width: 100%;
		float: none;
		padding-left: 0;
	}

	.home-news .news-bottom .news-list ul li {
		margin-bottom: 20px;
	}

	.home-news .news-bottom .news-list ul .first {
		width: 100%;
		position: relative;
		left: auto;
		padding-left: 0;
		margin-bottom: 20px;
	}

	.home-news .news-bottom .news-list ul li a {
		padding-bottom: 20px;
	}

	.home-news .news-bottom .news-show {
		padding: 20px 0;
	}

	.home-news .news-bottom .news-pic {
		width: 100%;
		margin-bottom: 10px;
	}

	.home-news .news-bottom .news-info .container {
		height: auto;
	}

	.home-partner {
		padding: 20px 0;
	}

	.home-news .news-bottom {
		margin-top: 20px;
	}

	.home-news .news-bottom .news-nav {
		margin-bottom: 20px;
	}

	.home-register {
		padding: 20px 0;
	}

	.about4 .contact-bottom .contact-ul .sel {
		font-weight: bold;
	}

	.about4 .contact-bottom .contact-ul .sel a {
		border: 2px solid #043490;
		color: #043490;
	}

	.about4 .contact-bottom .contact-ul .sel:after {
		display: none;
	}

	.home-news {
		padding-top: 20px;
	}

	.home-partner .partner-bottom {
		margin-top: 20px;
	}

	.about4 .contact-bottom {
		margin-top: 20px;
	}

	.home-register .register-bottom {
		margin-top: 20px;
	}

	.home-case .case-bottom {
		margin-top: 20px;
	}
}

@media (max-width:640px) {
	.trademark-show .ts-center .ts-liucheng .liucheng-list li {
		width: 33.333333%;
	}

	.supermarket-list1 .superlist-title h3 {
		float: none;
	}

	.supermarket-list1 .superlist-title .title-right {
		float: none;
	}

	.supermarket-list2 .superlist-title h3 {
		float: none;
	}

	.supermarket-list2 .superlist-title .title-right {
		float: none;
	}

	.what1 ul li {
		width: 33.33333333%;
	}

	.what1 ul .odd2 {
		width: 66.666666%;
	}

	.process .process-info ul li {
		width: 50%;
		padding-right: 20px;
	}

	.video-popup {
		width: 500px;
		height: 400px;
		margin: -200px 0 0 -250px;
	}

	.infor-top .info-two a {
		margin-bottom: 21px;
	}

	.infor-top .info-two a h3 {
		padding: 0 10px;
	}

	.infor-bottom .infor-left .infor-nav ul li a {
		font-size: 14px;
	}

	.home-advantage ul li .box .advantage-info .advantage-content h3 {
		font-size: 18px;
	}

	.home-advantage ul li .box .advantage-info .advantage-content p {
		font-size: 13px;
	}
}

@media (max-width:520px) {
	.footer-top .f-list ul {
		display: none;
	}

	.footer-top .f-list a {
		font-size: 14px;
		text-align: center;
		width: auto;
	}

	.news ul li {
		width: 50%;
	}

	.about4 .contact-bottom .map-show .map-info {
		padding: 20px;
	}

	.about4 .contact-bottom .map-show .map-info .info-right div {
		background: 0;
		width: auto;
		height: auto;
		padding-top: 0;
	}

	.about4 .contact-bottom .map-show .map-info .info-right {
		padding-top: 20px;
	}

	.about4 .contact-bottom .map-show .map-info .info-left h3 {
		font-size: 20px;
	}

	.about4 .contact-bottom .map-show .map-info .info-left p {
		font-size: 14px;
	}

	.about4 .contact-bottom .map-show .map-info .info-left b {
		font-size: 28px;
	}

	.about4 .contact-bottom .map-show .map-info .info-left a {
		width: 115px;
		font-size: 15px;
	}

	.about4 .contact-bottom .contact-ul li a {
		padding: 0 14px;
	}

	.about4 .contact-bottom .contact-ul {
		margin-bottom: 20px;
	}

	.advisory .advisory-info p {
		display: none;
	}

	.advisory .advisory-info h3 {
		display: none;
	}

	.advisory .advisory-info {
		padding-top: 90px;
		padding-left: 196px;
	}

	.trademark-show .ts-top .top-info .top-title .pic {
		float: none;
		margin-bottom: 5px;
	}

	.trademark-show .ts-top .top-info .top-title h3 span {
		display: block;
		margin-top: 5px;
		padding-left: 0;
	}

	.trademark-show .ts-center .ts-info ul li {
		width: 100%;
		padding: 20px;
	}

	.trademark-show .ts-center .ts-info {
		border-bottom: 0;
	}

	.trademark-show .ts-center .ts-info ul li h3 {
		font-size: 20px;
		margin-bottom: 5px;
	}

	.trademark-show .ts-center .ts-liucheng {
		padding-top: 20px;
		padding-left: 20px;
	}

	.tool .tool-right {
		display: none;
	}

	.tool .tool-center {
		width: 100%;
		margin-right: 0;
	}

	.supermarket .item .super-right ul li {
		width: 33.3333333%;
	}

	.super-top ul li .top-info {
		padding-left: 30px;
	}

	.supermarket-list1 .superlist-title .title-right a {
		width: 80px;
		font-size: 14px;
	}

	.superlist1-bottom ul li {
		width: 33.33333333%;
	}

	.supermarket-list1 .superlist-title .title-right .search .searchbtn {
		width: 80px;
	}

	.superlist2-bottom ul li {
		width: 33.33333333%;
	}

	.supermarket-list2 .superlist-title .title-right .search .searchbtn {
		width: 80px;
	}

	.paixu ul {
		float: none;
		background: #1f3971;
		overflow: hidden;
	}

	.paixu {
		background: 0;
	}

	.process .process-info {
		padding-left: 0;
	}

	.process .process-title {
		position: relative;
		top: auto;
		margin-bottom: 20px;
	}

	.process .process-title:after {
		margin-top: 20px;
	}

	.what .what-bottom ul li {
		width: 100%;
		margin-bottom: 20px;
	}

	.choose1 .choose1-show .choose1-info ul li {
		width: 33.3333333%;
	}

	.choose1 .patent-list .choose1-nav ul li {
		width: 33.333333%;
	}

	.choose1 .choose1-nav ul .sel a {
		border-right: 0;
		border-top: 2px solid #043490;
		border-left: 0;
		border-bottom: 1px solid #92aad8;
	}

	.choose1 .choose1-nav ul li a {
		height: 50px;
		line-height: 48px;
		font-size: 14px;
	}

	.choose1 .choose1-nav ul li {
		width: 33.333333%;
	}

	.choose1 .list1 .choose1-nav ul li {
		width: 33.333333%;
	}

	.choose1 .list2 .choose1-nav ul li {
		width: 33.333333%;
	}

	.choose1 .list3 .choose1-nav ul li {
		width: 50%;
	}

	.choose1 .list4 .choose1-nav ul li {
		width: 33.333333%;
	}

	.choose1 .list5 .choose1-nav ul li {
		width: 33.333333%;
	}

	.choose1 .list6 .choose1-nav ul li {
		width: 50%;
	}

	.necessary .necessary-bottom ul {
		margin: 0 -20px;
	}

	.necessary .necessary-bottom ul li {
		padding: 0 20px;
	}

	.video-popup {
		width: 400px;
		height: 400px;
		margin: -200px 0 0 -200px;
	}

	.infor-top .info-two a {
		margin-bottom: 17px;
	}

	.infor-bottom .infor-left .infor-nav .search {
		display: none;
	}

	.infor-bottom .infor-left .infor-nav ul {
		padding-right: 0;
	}

	.infor-bottom .infor-left .infor-show .infor-list li .pic {
		width: 165px;
		height: 109px;
	}

	.infor-bottom .infor-left .infor-show .infor-list li .infor-content {
		padding-left: 175px;
		padding-top: 0;
	}

	.infor-bottom .infor-left .infor-show .infor-list li .infor-content h3 {
		margin-bottom: 10px;
	}

	.infor-bottom .infor-left .infor-show .infor-list li .infor-content .infor-p {
		margin-bottom: 20px;
	}

	.infor-bottom .infor-left .infor-show .infor-list li .infor-content h3 a {
		font-size: 16px;
	}

	.infor-bottom .infor-left .infor-show .infor-list li {
		height: 130px;
	}

	.home-advantage .container {
		padding: 0;
	}

	.home-advantage ul li {
		width: 50%;
	}

	.home-service .service-bottom ul li h3 {
		margin-top: 10px;
	}

	.home-service .service-bottom ul li {
		padding-top: 25px;
	}

	.home-about .about-bottom h3 {
		font-size: 26px;
	}

	.home-supermarket .super-right ul li {
		width: 33.33333333333%;
	}

	.home-supermarket .super-right ul li:nth-child(n+9) {
		display: block;
	}

	.home-supermarket .super-right ul li:nth-child(n+10) {
		display: none;
	}
}

@media (max-width:414px) {
	.about4 .contact-bottom .map-show .map-info .info-right div {
		margin: 0;
		padding-right: 10px;
		width: 50%;
	}

	.trademark-show .ts-center .ts-liucheng .liucheng-list li {
		width: 50%;
	}

	.advisory .ren {
		width: 200px;
	}

	.advisory .container {
		min-height: 130px;
	}

	.advisory .advisory-info {
		padding-top: 53px;
	}

	.advisory .advisory-info a {
		width: 100px;
		font-size: 14px;
	}

	.tool-show ul {
		width: 100%;
	}

	.tool-show .zbn {
		width: 100%;
	}

	.tool .tool-center .tool-class li a {
		padding: 20px;
	}

	.tool .search .select_showbox {
		text-indent: 1em;
		width: 110px;
		background: url(../images/drop_black.png) no-repeat 90px center;
	}

	.tool .search .select_option li {
		width: 109px;
	}

	.tool .search input.inp_srh, .tool .search input.btn_srh {
		padding-left: 115px;
		font-size: 12px;
		padding-right: 65px;
	}

	.tool .btn_srh {
		width: 60px;
		font-size: 12px;
	}

	.super-top ul li {
		width: 100%;
		margin-bottom: 10px;
	}

	.supermarket .item .super-right ul li {
		width: 50%;
	}

	.superlist1-bottom ul li {
		width: 50%;
	}

	.supermarket-list1 .superlist-title .title-right .search {
		float: none;
	}

	.supermarket-list1 .superlist-title .title-right a {
		margin-left: 0;
		margin-right: 5px;
	}

	.superlist2-bottom ul li {
		width: 50%;
	}

	.supermarket-list2 .superlist-title .title-right .search {
		float: none;
	}

	.supermarket-list2 .superlist-title .title-right a {
		margin-left: 0;
		margin-right: 5px;
	}

	.paixu ul li {
		width: 25%;
		text-align: left;
		padding-left: 10px;
	}

	.file .file-bottom ul li {
		width: 100%;
		margin-bottom: 20px;
	}

	.file .file-bottom ul li .pic {
		display: none;
	}

	.service .service-bottom ul li {
		width: 100%;
	}

	.patent1 .file-bottom ul li .file-info dl {
		height: auto;
	}

	.service .service-bottom ul li .service-info {
		min-height: inherit;
	}

	.what1 ul li .pic {
		height: 55px;
	}

	.what1 ul li h3 {
		font-size: 14px;
	}

	.what1 ul .odd2 .process-title h3 {
		font-size: 16px;
	}

	.what1 ul li {
		height: 130px;
	}

	.why .why-bottom ul li .box .why-info h3 {
		font-size: 16px;
	}

	.why .why-bottom ul li .box .why-info p {
		font-size: 12px;
	}

	.why .why-bottom ul li .box {
		padding: 10px;
		min-height: 170px;
	}

	.why .why-bottom ul li .box .pic {
		width: 50px;
		height: 50px;
	}

	.process .process-info ul li h3 {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.process .process-info ul li span {
		font-size: 16px;
	}

	.choose1 .oumeng a .oumeng-top .box {
		position: relative;
		top: auto;
		float: none;
		margin-bottom: 10px;
	}

	.choose1 .oumeng a .oumeng-top .oumeng-info {
		padding-left: 0;
	}

	.choose1 .choose1-show .choose1-info ul li {
		width: 50%;
	}

	.choose1 .list6 .choose1-nav ul li {
		width: 100%;
	}

	.necessary .necessary-bottom ul li {
		width: 50%;
	}

	.video-popup {
		width: 280px;
		height: 260px;
		margin: -130px 0 0 -140px;
	}

	.about1 .about-info a {
		font-size: 14px;
		width: 200px;
	}

	.header .login {
		display: none;
	}

	.infor-bottom .infor-left .infor-show .infor-list li .infor-content .infor-p .infor-guanjian {
		display: none;
	}

	.infor-bottom .infor-left .infor-show .infor-list li .infor-content .infor-p .date {
		position: relative;
		top: auto;
		left: auto;
	}

	.infor-top .info-one {
		width: 100%;
		margin-right: 0;
		float: none;
	}

	.infor-top .info-two {
		width: 100%;
		float: none;
	}

	.infor-top .info-two a {
		float: left;
		display: block;
		width: 50%;
	}

	.infor-top .info-one h3 {
		font-size: 16px;
	}

	.infor-top .info-two a h3 {
		font-size: 14px;
	}

	.infor-bottom .infor-left .infor-show .infor-list li .infor-content p {
		font-size: 14px;
	}

	.infor-bottom .infor-left .infor-show .infor-list li .pic {
		width: 150px;
		height: 99px;
	}

	.infor-bottom .infor-left .infor-show .infor-list li .infor-content {
		padding-left: 160px;
	}

	.infor-bottom .infor-left .infor-show .infor-list li {
		height: 120px;
	}

	.infor-bottom .infor-left .infor-show .infor-list li .infor-content .infor-p {
		margin-bottom: 15px;
	}

	.home-supermarket .super-right ul li {
		width: 50%;
	}

	.home-supermarket .super-right ul li:nth-child(n+9) {
		display: none;
	}

	.home-news .news-bottom .news-nav ul li a {
		font-size: 14px;
		padding: 0 7px;
	}

	.home-news .news-bottom .news-nav ul li {
		margin: 0 2px;
	}

	.home-news .news-bottom .news-list ul li .news-p h3 {
		font-size: 14px;
	}

	.home-news .news-bottom .news-list ul li .news-p p {
		font-size: 12px;
		line-height: 21px;
	}

	.home-service .service-bottom ul li h3 {
		font-size: 13px;
	}
}

@media (max-width:375px) {
	.news ul li {
		width: 100%;
	}

	.about4 .contact-bottom .contact-ul li {
		margin: 0 2px 15px 2px;
	}

	.about4 .contact-bottom .contact-ul li a {
		font-size: 13px;
		padding: 0 11px;
	}

	.supermarket .item .super-right ul li .super-p {
		margin: 0 10px;
	}

	.necessary .necessary-bottom ul {
		margin: 0 -10px;
	}

	.necessary .necessary-bottom ul li {
		padding: 0 10px;
	}
}

@media (max-width:360px) {
	.footer-top .f-list {
		width: 33.333333%;
		display: inline-block;
		float: none;
		margin: 0 -2px;
	}

	.footer-top .f-list a {
		margin-bottom: 5px;
	}

	.advisory .advisory-info a {
		width: 85px;
		font-size: 14px;
	}

	.tool .tool-center .tool-class li {
		width: 100%;
	}

	.tool .tool-center .tool-class:after {
		display: none;
	}

	.home-news .news-bottom .news-nav ul li a {
		font-size: 13px;
	}
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.detailed {
	background: #f3f3f3;
	padding: 60px 0 60px 0;
}

.detailed .jieshao {
	background: #fff;
	padding: 20px;
	overflow: hidden;
}

.detailed .jieshao .picture {
	width: 30%;
	display: block;
	border: 1px #dedede solid;
	float: left;
	position: relative;
}

.detailed .jieshao .picture:after {
	content: "";
	display: block;
	padding-top: 69.44444444444444%;
}

.detailed .jieshao .text {
	width: 70%;
	float: left;
	padding-left: 40px;
}

.detailed .jieshao .title-info {
	background: #212a72 url(../images/supermarket-show-bg.jpg) no-repeat;
	background-size: cover;
	color: #fff;
	font-size: 13px;
	padding: 20px 20px;
}

.detailed .jieshao .title-info .title {
	font-size: 24px;
}

.detailed .jieshao .special {
	display: inline-block;
	background: #fff \9;
	background: rgba(255,255,255,0.2);
	font-size: 14px;
	line-height: 22px;
	padding: 0 10px;
	margin-left: 15px;
	vertical-align: middle;
}

.detailed .jieshao .special .icon {
	vertical-align: middle;
	margin-top: -3px;
}

.detailed .jieshao .info {
	overflow: hidden;
}

.detailed .jieshao .info li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

.detailed .jieshao .info li:last-child {
	margin-right: 0;
}

.detailed .jieshao .fanwei {
	font-size: 13px;
	line-height: 2;
	min-height: 78px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.detailed .jieshao .fanwei b {
	color: #333;
}

.detailed .jieshao .price-btn {
	font-size: 18px;
	color: #333;
}

.detailed .jieshao .price-btn .price em {
	font-style: normal;
	font-size: 30px;
	color: #e50f3a;
}

.detailed .jieshao .price-btn .btn {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	margin-top: -3px;
	border: 1px #043490 solid;
	color: #043490;
	font-size: 16px;
	line-height: 38px;
	min-width: 128px;
	padding: 0 10px;
	text-align: center;
	transition: all .5s;
}

.detailed .jieshao .price-btn .btn:hover {
	background: #043490;
	color: #fff;
}

.detailed .nr {
	clear: both;
	background: #fff;
	margin-top: 40px;
	line-height: 30px;
	color: #555;
}

.detailed .nr .title {
	color: #043490;
	font-size: 24px;
}

.detailed .nr .item {
	padding: 35px 35px 35px 35px;
}

.detailed .nr .part-01, .detailed .nr .part-02, .detailed .nr .part-03, .detailed .nr .part-04, .detailed .nr .part-05 {
	clear: both;
	overflow: hidden;
	border-bottom: 1px #e9e9e9 solid;
}

.detailed .nr .part-01 .area {
	margin: 20px 0 35px 0;
	overflow: hidden;
}

.detailed .nr .shbxx {
	width: 30%;
	float: left;
	overflow: hidden;
}

.detailed .nr .shbxx .area {
	height: 180px;
	overflow: auto;
}

.detailed .nr .shbxx .area::-webkit-scrollbar {
	width: 3px;
	height: 100%;
}

.detailed .nr .shbxx .area::-webkit-scrollbar-button {
	display: none;
}

.detailed .nr .shbxx .area::-webkit-scrollbar-track {
	background: #fff;
}

.detailed .nr .shbxx .area::-webkit-scrollbar-thumb {
	background: url("../images/scroll01.png") no-repeat center center;
	height: 20px;
	width: 3px;
}

.detailed .nr .shbtp {
	width: 40%;
	float: left;
	border-left: 1px #e9e9e9 solid;
	border-right: 1px #e9e9e9 solid;
	overflow: hidden;
	color: #555;
}

.detailed .nr .shbtp .area {
	height: 180px;
}

.detailed .nr .shbtp .list {
	overflow: hidden;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 15px;
}

.detailed .nr .shbtp li {
	width: 50%;
	float: left;
	text-align: center;
	padding: 0 10px;
	line-height: 40px;
}

.detailed .nr .shbtp li .box {
	position: relative;
}

.detailed .nr .shbtp li .picture {
	display: block;
	border: 1px #dedede solid;
	position: relative;
}

.detailed .nr .shbtp li .picture:after {
	content: "";
	display: block;
	padding-top: 69.44444444444444%;
}

.detailed .nr .shyfw {
	width: 30%;
	float: left;
	overflow: hidden;
}

.detailed .nr .shyfw .area {
	max-height: 180px;
	overflow: auto;
}

.detailed .nr .shyfw .area::-webkit-scrollbar {
	width: 3px;
	height: 100%;
}

.detailed .nr .shyfw .area::-webkit-scrollbar-button {
	display: none;
}

.detailed .nr .shyfw .area::-webkit-scrollbar-track {
	background: #fff;
}

.detailed .nr .shyfw .area::-webkit-scrollbar-thumb {
	background: url("../images/scroll01.png") no-repeat center center;
	height: 20px;
	width: 3px;
}

.detailed .nr .zhlxx {
	width: 27%;
}

.detailed .nr .zhlxx .area {
	max-height: 210px;
}

.detailed .nr .zhltp {
	width: 23%;
}

.detailed .nr .zhltp .area {
	height: 210px;
}

.detailed .nr .zhltp li {
	width: 100%;
}

.detailed .nr .zhlmsh {
	width: 50%;
}

.detailed .nr .zhlmsh .area {
	max-height: 210px;
}

.detailed .nr .whybuy {
	font-size: 14px;
	color: #666;
	line-height: 20px;
}

.detailed .nr .whybuy .list {
	padding-top: 40px;
	overflow: hidden;
}

.detailed .nr .whybuy li {
	width: 50%;
	float: left;
}

.detailed .nr .whybuy .jmjy {
	padding-right: 30px;
}

.detailed .nr .whybuy .shxshl {
	padding-left: 30px;
}

.detailed .nr .whybuy .picture {
	float: left;
	width: 30%;
}

.detailed .nr .whybuy .text {
	float: left;
	width: 70%;
	padding: 0 0 0 20px;
}

.detailed .nr .whybuy .bt {
	color: #043490;
	font-size: 18px;
	font-weight: 700;
	line-height: 2;
	margin-bottom: 5px;
}

.detailed .nr .whybuy .box {
	margin-top: 10px;
	border-radius: 5px;
	border: 3px #dae1ee solid;
	padding: 15px 20px 20px 15px;
	position: relative;
}

.detailed .nr .whybuy .box:before {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	background: #fff;
	border-top: 3px #dae1ee solid;
	border-left: 3px #dae1ee solid;
	transform: rotate(-45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: -13px;
}

.detailed .nr .jylch .list {
	margin-top: 25px;
	overflow: hidden;
	position: relative;
}

.detailed .nr .jylch .num {
	display: block;
	background: #043490;
	width: 33px;
	height: 33px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 33px;
	font-size: 22px;
	position: relative;
	z-index: 1;
	font-family: "DIN-Light",arial;
}

.detailed .nr .jylch .bt {
	color: #333;
	font-size: 16px;
	line-height: 40px;
}

.detailed .nr .jylch li {
	width: 14.285714285714286%;
	float: left;
	position: relative;
	z-index: 0;
}

.detailed .nr .jylch li:after {
	content: "";
	display: block;
	border-top: 1px #cecece dashed;
	position: absolute;
	z-index: 0;
	width: 100%;
	top: 16px;
	left: 0;
}

.detailed .nr .sxzl {
	overflow: hidden;
	margin-top: 25px;
}

.detailed .nr .sxzl .zl {
	width: 71%;
	overflow: hidden;
	float: left;
	background: #f7f7f7;
	padding: 0 10px 20px 10px;
	position: relative;
}

.detailed .nr .sxzl .zl:before {
	content: "";
	display: block;
	background: #5e7ab0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 80px;
}

.detailed .nr .sxzl .zl li {
	width: 33.333333333333336%;
	float: left;
	text-align: center;
	position: relative;
}

.detailed .nr .sxzl .bt {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 50px;
	height: 80px;
	background: #5e7ab0;
}

.detailed .nr .sxzl .text {
	background: #fff;
	color: #666;
	border-radius: 3px;
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
	line-height: 36px;
	font-size: 15px;
	margin: 0 10px;
	position: relative;
	margin-top: -30px;
	padding: 20px 10px 20px 10px;
	min-height: 148px;
}

.detailed .nr .sxzl .arrow {
	width: 5%;
	height: 30px;
	float: left;
	text-align: center;
	margin-top: 90px;
	position: relative;
}

.detailed .nr .sxzl .huode {
	width: 24%;
	overflow: hidden;
	float: right;
	background: #f7f7f7;
	padding: 0 10px 20px 10px;
	position: relative;
}

.detailed .nr .sxzl .huode:before {
	content: "";
	display: block;
	background: #f8a749;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 80px;
}

.detailed .nr .sxzl .huode .bt {
	background: #f8a749;
}

.detailed .nr .sxzl .huode li {
	text-align: center;
	position: relative;
}

.detailed .nr .aqbzh .list {
	overflow: hidden;
	margin-left: -13px;
	margin-right: -13px;
	position: relative;
	margin-top: 15px;
}

.detailed .nr .aqbzh .picture {
	display: block;
	width: 150px;
	height: 150px;
	background: #5e7ab0;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.detailed .nr .aqbzh li {
	width: 50%;
	float: left;
	padding: 13px;
}

.detailed .nr .aqbzh .box {
	position: relative;
	border: 3px #dae1ee solid;
	padding: 13px 200px 13px 35px;
	transition: all .5s;
}

.detailed .nr .aqbzh .text {
	text-align: right;
}

.detailed .nr .aqbzh .text .bt {
	font-size: 18px;
	color: #333;
	font-weight: 700;
	margin-bottom: 5px;
}

.detailed .nr .aqbzh .text .jsh {
	line-height: 20px;
	min-height: 40px;
}

.detailed .nr .aqbzh .icon {
	display: block;
	width: 70px;
	height: 70px;
	position: absolute;
	right: 100px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.detailed .nr .aqbzh .icon .line {
	display: block;
	width: 70px;
	height: 70px;
	position: absolute;
	top: 0;
	left: 0;
}

.detailed .nr .aqbzh .icon .line:before {
	content: "";
	display: block;
	border-top: 2px #dae1ee solid;
	border-left: 2px #dae1ee solid;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 0;
	left: 0;
}

.detailed .nr .aqbzh .icon .line:after {
	content: "";
	display: block;
	border-top: 2px #dae1ee solid;
	border-right: 2px #dae1ee solid;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 0;
	right: 0;
}

.detailed .nr .aqbzh .icon .line span {
	display: inline-block;
}

.detailed .nr .aqbzh .icon .line span:before {
	content: "";
	display: block;
	border-bottom: 2px #dae1ee solid;
	border-left: 2px #dae1ee solid;
	width: 14px;
	height: 14px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.detailed .nr .aqbzh .icon .line span:after {
	content: "";
	display: block;
	border-bottom: 2px #dae1ee solid;
	border-right: 2px #dae1ee solid;
	width: 14px;
	height: 14px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.detailed .nr .aqbzh .box:hover {
	border-color: #043490;
}

.detailed .nr .aqbzh .box:hover .line:before {
	border-color: #043490;
}

.detailed .nr .aqbzh .box:hover .line:after {
	border-color: #043490;
}

.detailed .nr .aqbzh .box:hover .line span:before {
	border-color: #043490;
}

.detailed .nr .aqbzh .box:hover .line span:after {
	border-color: #043490;
}

.detailed .nr .aqbzh .even .box {
	padding-left: 200px;
	padding-right: 35px;
}

.detailed .nr .aqbzh .even .text {
	text-align: left;
}

.detailed .nr .aqbzh .even .icon {
	left: 100px;
	right: auto;
}

.detailed .nr .jxshb .list {
	padding-top: 55px;
	overflow: hidden;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: -30px;
	position: relative;
}

.detailed .nr .jxshb li {
	width: 16.666666666666668%;
	float: left;
	text-align: center;
	padding: 0 10px;
}

.detailed .nr .jxshb .box {
	display: block;
	border: 1px #e4e3e3 solid;
}

.detailed .nr .jxshb .picture {
	display: block;
	position: relative;
}

.detailed .nr .jxshb .picture:after {
	content: "";
	display: block;
	padding-top: 67.56756756756756%;
}

.detailed .nr .jxshb .text {
	padding: 10px 0;
	margin: 0 10px;
	border-top: 1px #eee solid;
	color: #999;
	font-size: 13px;
}

.detailed .nr .jxshb .bt {
	color: #1f1f1f;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.detailed .nr .jxshb .info {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.detailed .nr .jxshb .slick-prev {
	z-index: 1;
	background: url("../images/icon/arrow-left-02.png") no-repeat center center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	left: auto;
	right: 30px;
	top: 5px;
	border: 1px #043490 solid;
	margin-top: 0;
}

.detailed .nr .jxshb .slick-prev:hover {
	background: #043490 url("../images/icon/arrow-left-03.png") no-repeat center center;
}

.detailed .nr .jxshb .slick-next {
	background: url("../images/icon/arrow-right-02.png") no-repeat center center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	right: 0;
	top: 5px;
	border: 1px #043490 solid;
	margin-top: 0;
}

.detailed .nr .jxshb .slick-next:hover {
	background: #043490 url("../images/icon/arrow-right-03.png") no-repeat center center;
}

.detailed .nr .jxshb .slick-prev:before, .detailed .nr .jxshb .slick-next:before {
	content: '';
}

@media (max-width:1219px) {
	.detailed .jieshao .text {
		padding-left: 20px;
	}

	.detailed .jieshao .title-info {
		padding: 15px;
	}

	.detailed .jieshao .info li {
		font-size: 12px;
	}

	.detailed .jieshao .fanwei {
		min-height: 52px;
	}

	.detailed .jieshao .price-btn {
		font-size: 16px;
	}

	.detailed .jieshao .price-btn .price em {
		font-size: 20px;
	}

	.detailed .jieshao .price-btn .btn {
		line-height: 30px;
		min-width: 100px;
	}

	.detailed .nr {
		margin-top: 20px;
	}

	.detailed .nr .item {
		padding: 20px 20px;
	}

	.detailed .nr .part-01 .area {
		margin-top: 10px;
	}

	.detailed .nr .whybuy .box {
		padding: 10px 15px 20px 15px;
	}

	.detailed .nr .whybuy .bt {
		margin-bottom: 0;
	}

	.detailed .nr .jylch .bt {
		font-size: 14px;
		line-height: 34px;
	}
}

@media (max-width:1023px) {
	.detailed .nr .whybuy .jmjy {
		padding-right: 10px;
	}

	.detailed .nr .whybuy .shxshl {
		padding-left: 10px;
	}

	.detailed .nr .sxzl .text {
		padding-left: 5px;
		padding-right: 5px;
		font-size: 14px;
	}

	.detailed .nr .aqbzh .picture {
		display: none;
	}

	.detailed .nr .aqbzh .box {
		padding: 10px 100px 10px 10px;
	}

	.detailed .nr .aqbzh .icon {
		right: 10px;
	}

	.detailed .nr .aqbzh .even .box {
		padding: 10px 10px 10px 100px;
	}

	.detailed .nr .aqbzh .even .icon {
		left: 10px;
	}

	.detailed .nr .jxshb li {
		width: 25%;
	}
}

@media (max-width:767px) {
	.detailed .jieshao .picture {
		width: 100%;
	}

	.detailed .jieshao .picture .middleCenter {
		position: initial;
	}

	.detailed .jieshao .picture img {
		max-height: 180px;
	}

	.detailed .jieshao .picture:after {
		padding-top: 0;
	}

	.detailed .jieshao .text {
		width: 100%;
		padding-left: 0;
	}

	.detailed .nr .shbxx {
		width: 100%;
		line-height: 2;
	}

	.detailed .nr .shbxx .area {
		height: auto;
	}

	.detailed .nr .part-01 .area {
		margin-bottom: 10px;
	}

	.detailed .nr .shbtp {
		border-left: none;
		border-right: 0;
		border-top: 1px #e9e9e9 solid;
		border-bottom: 1px #e9e9e9 solid;
		width: 100%;
	}

	.detailed .nr .zhlxx .area {
		max-height: initial;
	}

	.detailed .nr .zhltp .area {
		height: auto;
	}

	.detailed .nr .zhlmsh .area {
		max-height: initial;
	}

	.detailed .nr .shyfw {
		width: 100%;
	}

	.detailed .nr .whybuy .jmjy {
		width: 100%;
		padding-right: 0;
	}

	.detailed .nr .whybuy .shxshl {
		width: 100%;
		padding-left: 0;
	}

	.detailed .nr .jylch li {
		width: 25%;
	}

	.detailed .nr .jylch li .bt {
		font-size: 12px;
	}

	.detailed .nr .sxzl .arrow {
		width: 100%;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.detailed .nr .sxzl .arrow img {
		transform: rotate(90deg);
	}

	.detailed .nr .sxzl .text {
		min-height: auto;
	}

	.detailed .nr .sxzl .zl {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
		width: 100%;
	}

	.detailed .nr .sxzl .zl:before {
		display: none;
	}

	.detailed .nr .sxzl .zl li {
		padding-bottom: 15px;
		width: 100%;
	}

	.detailed .nr .sxzl .zl li .text {
		min-height: auto;
		margin-left: 15px;
		margin-right: 15px;
	}

	.detailed .nr .sxzl .huode {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}

	.detailed .nr .aqbzh li {
		width: 100%;
	}

	.detailed .nr .jxshb li {
		width: 33.333333333333336%;
	}
}

@media (max-width:414px) {
	.detailed .nr .jxshb li {
		width: 50%;
	}

	.detailed .nr .jxshb .bt {
		font-size: 14px;
	}

	.detailed .nr .jxshb .text {
		margin-left: 5px;
		margin-right: 5px;
	}
}

@media (max-width:413px) {
	.detailed .jieshao .price-btn .price {
		display: block;
	}

	.detailed .jieshao .price-btn .btn {
		clear: both;
		margin-top: 5px;
		margin-left: 0;
	}
}

@media (max-width:374px) {
	.detailed .nr .jylch li {
		width: 25%;
	}

	.detailed .nr .jylch li .bt {
		font-size: 10px;
	}
}

@media (max-width:768px) {
	.detailed {
		padding: 20px 0;
	}
}

@media (max-width:413px) {
	.supermarket-list1 .superlist-title .title-right .search font{
		right: 42%;
	}
}

.fsbanner {
	position: relative;
	overflow: hidden;
	height: 400px;
	width: 100%;
}

.fsbanner .pic {
	height: 400px;
	width: 295px;
	position: absolute;
	left: 50%;
	margin-left: -147px;
	z-index: 1;
}

.fsbanner .pic i {
	display: block;
	width: 100%;
	height: 100%;
	background: url("../images/bg3.png") repeat center center;
	top: 0;
	position: absolute;
}

.fsbanner .list {
	font-size: 14px;
	width: 16.66666667%;
	float: left;
	height: 400px;
	display: inline-block;
	z-index: 1;
	position: relative;
	overflow: hidden;
	transition: all 200ms cubic-bezier(0.645,0.575,0.09,1);
	cursor: default;
	color: #fff;
	text-align: center;
	z-index: 2;
}

.fsbanner .list h3 {
	font-size: 50px;
	position: relative;
	z-index: 2;
	font-family: "DIN-Light",arial;
	margin-top: 98px;
	font-weight: bold;
	margin-bottom: 26px;
}

.fsbanner .list h3:after {
	width: 20px;
	height: 2px;
	background: #fff;
	content: '';
	display: block;
	margin: 17px auto;
}

.fsbanner .list b {
	font-size: 16px;
	color: #fff;
	position: relative;
	z-index: 2;
	display: block;
}

.fsbanner .list .proinfo {
	display: none;
	margin-top: 17px;
	height: 72px;
	overflow: hidden;
	line-height: 24px;
	position: relative;
	z-index: 2;
	padding: 0 20px;
}

.fsbanner .other {
	width: 15.2%;
}

.fsbanner .active {
	width: 24%;
}

.fsbanner .active .pic i {
	background: url("../images/bg4.png") repeat center center;
}

.fsbanner .active .proinfo {
	display: block;
}

@media (max-width:768px) {
	.fsbanner .list {
		width: 33.33333333%;
		height: 200px;
	}

	.fsbanner .pic {
		margin-top: -200px;
		top: 50%;
	}

	.fsbanner {
		height: auto;
	}

	.fsbanner .list h3 {
		margin: 0;
		font-size: 35px;
	}

	.fsbanner .list .proinfo {
		display: block;
		padding: 0 11px;
	}

	.fsbanner .list h3:after {
		margin: 10px auto;
	}
}

@media (max-width:520px) {
	.fsbanner .list {
		width: 50%;
	}

	.fsbanner .list .proinfo {
		font-size: 12px;
	}

	.fsbanner .list b {
		font-size: 15px;
	}
}


/**********IE8***********/

.prompt {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../images/ie_sosad.png) no-repeat center 35% #ffffff;
  left: 0;
  bottom: 0;
  display: none;
  z-index: 999;
  filter: alpha(opacity=80);
  opacity: 80;
}
.prompt span {
  position: absolute;
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  top: 55%;
  left: 50%;
  margin-left: -200px;
  width: 400px;
  display: block;
  line-height: 24px;
  color: #666;
}
.prompt span a {
  text-decoration: underline;
}
.prompt_close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 30px;
  background: url(../images/closed.png) no-repeat center center;
  cursor: pointer;
}