@charset "utf-8";

/*全局*/

@font-face {
	font-family: 'iconfont';
	src: url('font/iconfont.eot');
	/* IE9*/
	src: url('font/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('font/iconfont.woff') format('woff'), /* chrome、firefox */
	url('font/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
	url('font/iconfont.svg#iconfont') format('svg');
	/* iOS 4.1- */
}

.iconfont {
	font-family: "iconfont";
	font-size: 25px !important;
	font-style: normal;
}

@font-face {
	font-family: 'gothic';
	src: url(font/gothic.eot);
	/* IE9*/
	src: url(font/gothic.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
	url(font/gothic.woff) format('woff'), /* chrome、firefox */
	url(font/gothic.ttf) format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
	url(font/gothic.svg#gothic) format('svg');
	/* iOS 4.1- */
}

@font-face {
	font-family: 'gothambold';
	src: url(font/gothambold.eot);
	/* IE9*/
	src: url(font/gothambold.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
	url(font/gothambold.woff) format('woff'), /* chrome、firefox */
	url(font/gothambold.ttf) format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
	url(font/gothambold.svg#gothambold) format('svg');
	/* iOS 4.1- */
}

@font-face {
	font-family: 'timesbd';
	src: url(font/timesbd.eot);
	/* IE9*/
	src: url(font/timesbd.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
	url(font/timesbd.woff) format('woff'), /* chrome、firefox */
	url(font/timesbd.ttf) format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
	url(font/timesbd.svg#timesbd) format('svg');
	/* iOS 4.1- */
}

::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

::-webkit-scrollbar-track {
	background: 0 0
}

::-webkit-scrollbar-thumb {
	background-color: #6fa0b5;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #6fa0b5
}

::-webkit-scrollbar-corner {
	background-color: #6fa0b5
}

::-webkit-scrollbar-resizer {
	background-color: #6fa0b5
}

* {
	margin: 0;
	padding: 0;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.wrap {
	width: 100%;
	float: left;
}

.pt-40 {
	padding-top: 40px;
}

.pb-40 {
	padding-bottom: 40px;
}

.container {
	width: 80%;
	max-width: 1400px;
	min-width: 1100px;
	margin: 0 auto;
	position: relative;
}

.main {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
}

body {
	min-height: 100%;
	color: #333;
	padding-top: 105px;
	font-size: 13px;
	background: #f8f8f8;
	font-family: arial, "microsoft yahei";
	-webkit-font-smoothing: antialiased;
}

.i_page {
	padding-top: 0;
}

:focus {
	outline: none;
}

body img {
	border: none;
	max-width: 100%;
}

body a {
	font-weight: normal;
	text-decoration: none;
	color: #555;
}

body ul,
body ul li,
body ol {
	list-style: none;
}

body em {
	font-style: normal;
}

body input,
body textarea,
body select {
	border: none;
	outline: none;
}

img,
a,
div,
b,
em,
i,
li,
p,
h3,
span {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}


/*简易*/

.f12 {
	-webkit-font-smoothing: none;
	font-size: 12px;
}

.overflow-text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.font-arial {
	font-family: arial;
}

.w100 {
	width: 100%;
}

.display100 {
	display: block;
	width: 100%;
	height: 100%;
}

.rel {
	position: relative;
}

.m-h500 {
	height: 500px;
}

.clearfix:after {
	clear: both;
	visibility: hidden;
	display: table;
	content: '';
	height: 0;
}
.clear {
	clear: both;
}

/*top*/

.header_bk {
	position: fixed;
	left: 50%;
	top: 0;
	width: 90%;
	transform: translateX(-50%);
	min-width: 1100px;
	z-index: 9999;
	border-radius: 15px;
}

.header {
	width: 90%;
	max-width: 1400px;
	min-width: 1000px;
	height: 105px;
	margin: 0 auto;
	position: relative;
}

.header .logo {
	width: 164px;
	height: 65px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-image: url(logo.png);
	margin-top: 20px;
	float: left;
}

.header_bg {
	background: #fff;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}



.header .nav {
	width: auto;
	float: right;
	height: 100%;
}

.header .nav li {
	height: 100%;
	float: left;
	position: relative;
}

.header .nav li a.nav_link {
	display: block;
	text-align: center;
	line-height: 105px;
	padding: 0 25px;
	height: 105px;
	font-size: 15px;
	position: relative;
	color: #333;
}

.i_page .header .nav li a.nav_link {
	color: #000;
}

.header .nav li a.b {
	height: 95px;
	line-height: 95px;
}

.i_page .header .nav li a.nav_link.b {
	color: #333;
}

.header .nav li a.nav_link b {
	display: block;
	width: 0px;
	height: 3px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	background: #6fa0b5;
}

.header .nav li a:hover,
.header .nav li a.on,
.i_page .header .nav li a.nav_link.b:hover,
.i_page .header .nav li a.nav_link.b.on {
	color: #000;
}

.i_page .header .nav li a.nav_link:hover,
.i_page .header .nav li a.nav_link.on {
	color: #000;
}

.header .nav li a:hover b,
.header .nav li a.on b {
	width: 50%;
}

.i_page .header .nav li a.nav_link:visited,
.i_page .header .nav li a.nav_link:active,
.i_page .header .nav li a.nav_link:link{
	font-weight: normal;
}




/*次导航*/

.header .nav li ul.subnav {
	opacity: 0;
	visibility: hidden;
	background: rgba(0, 0, 0, .8);
	border-top: 0;
	box-shadow: 0 6px 10px rgba(0, 0, 0, .1);
	position: absolute;
	width: 210px;
	top: 105px;
	left: 0;
}

.header .nav li ul.subnav li {
	width: 210px;
	border-bottom: transparent 1px solid;
	margin-left: 0;
}

.header .nav li ul.subnav li a {
	background: transparent;
	color: #fff;
	width: auto !important;
	padding: 10px 30px 10px 30px;
	height: 20px;
	line-height: 20px;
	display: block;
	font-size: 12px;
	text-align: left;
	transition: all 0.3s ease-out 0s;
}

.header .nav li ul.subnav li a span {
	display: block;
	float: left;
	width: 135px;
}

.header .nav li ul.subnav li i {
	float: right;
	margin-top: 5px;
	opacity: 0;
	transition: all ease-out .2s;
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../images/subnav.png);
}

.header .nav li ul.subnav li a:hover {
	background: #6fa0b5;
	text-indent: 10px;
}

.header .nav li ul.subnav li a:hover i {
	opacity: 1;
}

.header .nav li:hover ul.subnav {
	opacity: 1;
	visibility: visible;
}

.header .head_search {
	float: right;
	width: 60px;
	height: 100%;
	position: relative;
}

.header .head_search i {
	display: block;
	height: 100%;
	width: 50px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	background-size: 25px;
	background-image: url(search.png);
}

.header_bg .header .head_search i {
	background-image: url(search.png);
}

.header .head_search form {
	display: block;
	position: absolute;
	right: 0;
	width: 222px;
	top: 105px;
	padding: 0 20px;
	height: 0;
	overflow: hidden;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#7f003065, endColorstr=#7f003065);
	background: rgba(0, 0, 0, .5);
}

.header .head_search input[type="text"] {
	display: block;
	float: left;
	width: 150px;
	line-height: 28px;
	height: 28px;
	overflow: hidden;
	border: 1px solid #eee;
	color: #999;
	padding: 0 10px;
	text-align: left;
	background: #fff;
}

.header .head_search input[type="submit"] {
	display: block;
	float: left;
	width: 50px;
	height: 30px;
	background-image: url(search_icon.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60%;
	cursor: pointer;
	background-color: #6fa0b5;
}

.i_page .header .head_search i {
	background-image: url(search.png);
}

.header .head_search:hover form {
	height: 30px;
	padding: 15px 20px;
}


.head_login{
	float: left;
	display: block;
	width: 60px;
	height: 105px;
	background: url(login.png) no-repeat;
}
.head_cart{
	float: left;
	display: block;
	width: 60px;
	height: 105px;
	background: url(cart.png) no-repeat;
}
.head_login:hover,
.head_login.on,
.head_cart:hover,
.head_cart.on{
	background-position: 0 -105px;
}


/*flash*/

#banner {
	width: 100%;
	background: url(load.gif) no-repeat center;
	height: 800px;
}

.pro-switch {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 300px;
}

.cn_pro-switch {
	overflow: hidden;
	position: fixed;
	width: 100%;
	height: 800px;
	z-index: 0;
}

.cn_flexslider {
	margin: 0;
	padding: 0;
}

.cn_flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.cn_flexslider .slides li {
	width: 100%;
	display: block;
	height: 800px;
}

.cn_flexslider .slides .img {
	width: 100%;
	display: block;
	height: 800px;
	background-position: center;
	background-repeat: no-repeat;
}

.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.flexslider .slides li {
	width: 100%;
	display: block;
	height: 300px;
}

.flexslider .slides .img {
	width: 100%;
	display: block;
	height: 300px;
}

.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

.slides {
	height: auto;
}

.no-js .slides > li:first-child {
	display: block;
}

.flexslider {
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: auto;
	zoom: 1;
}

.cn_flexslider {
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: auto;
	zoom: 1;
}

.flex-viewport {
	max-height: 2333px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.flexslider .slides {
	zoom: 1;
}

.cn_flexslider .slides {
	zoom: 1;
}

.flex-direction-nav {
	*height: 0;
}

.flex-direction-nav a {
	width: 60px;
	height: 90px;
	margin: -20px 0 0;
	display: block;
	background: url(../images/ad_ctr.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	margin-top: -45px;
}

.flex-direction-nav .flex-next {
	background-position: 0 -90px;
	right: 0;
}

.flex-direction-nav .flex-prev {
	left: 0;
}

.flexslider:hover .flex-next,
.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.cn_flexslider:hover .flex-next:hover,
.cn_flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
	margin: 0;
	padding: 0;
}

.flex-control-nav li {
	margin: 0 5px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 2px;
	background: rgba(255, 255, 255, .6);
	border-radius: 50px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
	transition: width, background 0.4s;
}

.flex-control-paging li a.flex-active {
	background: #fff;
	cursor: default;
	width: 20px;
}

.web_f {
	width: 100%;
	clear: both;
	position: relative;
	height: 450px;
	background-repeat: no-repeat;
	background-position: center;
}


/*分页*/

.curr {
	border: 1px solid #666;
	color: #666;
	display: inline;
	padding: 4px 8px;
}

a.page {
	border: 1px solid #666;
	text-decoration: none;
	color: #fff;
	display: inline;
	padding: 4px 8px;
	background-color: #666;
}

a.page:visited {
	border: 1px solid #666;
	text-decoration: none;
	padding: 4px 8px;
}

.ra {
	color: #666;
}

.ra a,
.ra a:link {
	color: #666;
	text-decoration: none;
}

.ra a:hover {
	color: #666;
	text-decoration: underline;
}

.red {
	color: #ff3330;
}

.yrr {
	color: #FF9900;
}

.bb {
	font-weight: bold;
}

.expage {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding-top: 10px;
	float: left;
	margin-left: 0px;
}

.error {
	border: 1px #f40 solid;
}

.right {
	border: 1px #44b549 solid;
}


/*# sourceMappingURL=style.css.map */

.page {
	padding-top: 40px;
	width: 88px;
	clear: both;
	text-align: center;
	cursor: pointer;
	margin: 0 auto;
}

.page img {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#protype_prv:hover {
	opacity: 1;
}

#protype_prv:hover {
	opacity: 1;
}

#protype_prv {
	float: left;
	height: 32px;
	opacity: 1;
}

.news_show_content {
	overflow: hidden;
	padding: 0 0 50px 0;
	line-height: 35px;
	color: #555;
	font-size: 13px;
}

.news_show_content img {
	display: block;
	max-width: 100%;
	padding-bottom: 15px;
	margin: 0 auto;
}

.news_show_content ul li {
	float: left;
	width: 232px;
	height: 258px;
	overflow: hidden;
	position: relative;
	margin-left: 24px;
	margin-bottom: 20px;
	cursor: pointer;
	border: 1px solid #eee;
	background-size: cover;
	background-position: center;
}

.news_show_content ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.news_show_content ul {
	width: 774px;
	height: auto;
	margin-left: -24px;
}

.prolist_c li:hover .event_img {
	transform: scale(1.1, 1.1);
}

.event_img {
	width: 100%;
	height: 195px;
	background-size: cover;
	background-position: center;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.news_show_content ul li img {
	width: 218px;
	height: 258px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.news_show_content .event_bg {
	width: 1200px;
	height: 450px;
	margin-bottom: 25px;
	border-bottom: 1px solid #eee;
	background-size: cover;
	background-position: center
}

.news_show_content .event_bg img {
	width: 1200px;
	height: 450px;
}

.news_show_content h3 {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	line-height: 35px;
	padding-bottom: 20px;
	color: #666;
}

.news_show_content p {
	font-size: 14px;
	text-align: left;
	line-height: 30px;
	color: #666;
	padding-bottom: 20px;
}

.news_show_content ul li:hover img {
	transform: scale(1.1, 1.1);
}

.news_boxs {
	width: 100%;
	height: 140px;
	background-size: cover;
	background-position: center;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.news ul li:hover .news_right .news_boxs {
	transform: scale(1.1, 1.1);
}

.pt-480 {
	margin-top: 460px;
	position: relative;
	background: #fff;
	overflow: hidden;
}

.pt-60 {
	padding-top: 60px;
}

.package {
	clear: both;
	padding: 5% 0;
}

.new_package {
	clear: both;
	padding: 60px 0 50px 0;
}

.package p {
	line-height: 2;
	color: #666;
	font-size: 14px;
}

.gray_bg {
	background-color: #f8f8f8;
}

.white_bg {
	background-color: #fff;
}

@media screen and (max-width: 1440px) {
	.package {
		clear: both;
		padding: 85px 0;
	}
}


/*底部漂浮*/

.supmenu {
	width: 180px;
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -113px;
	height: 0;
	overflow: hidden;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.supmenu .sup_tit {
	background-image: url(../images/sup_tit.png);
	height: 56px;
	background-color: #333;
	color: #fff;
	line-height: 56px;
	font-size: 14px;
	text-indent: 24px;
}

.supmenu .sup_qq {
	background-image: url(../images/sup_qq.jpg);
	height: 42px;
	line-height: 42px;
	text-indent: 60px;
	font-size: 14px;
	color: #333;
}

.supmenu .sup_line {
	background-image: url(../images/sup_line.jpg);
	height: 40px;
	line-height: 40px;
	text-indent: 60px;
	font-size: 14px;
	color: #333;
}

.supmenu .sup_lines {
	padding: 10px 0 15px 0;
	color: #333;
	font-size: 20px;
	text-align: center;
	background: #fff;
}

.supmenu .to_top {
	width: 40px;
	height: 40px;
	background: url(../images/to_top.png);
	float: right;
}

.sup_menu {
	box-shadow: #ccc 0px -3px 10px;
}

.package_left {
	float: left;
	width: 400px;
}

.news_show_content {
	float: right;
	width: 950px;
}

.mask_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	display: none;
	background: #000;
	opacity: 0;
	-webkit-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	-o-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	-ms-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
}

@-webkit-keyframes maskShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.7;
	}
}

@-o-keyframes maskShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.7;
	}
}

@-ms-keyframes maskShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.7;
	}
}

@keyframes maskShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.7;
	}
}

.video_show {
	width: 1000px;
	height: 680px;
	position: fixed;
	left: 50%;
	margin-left: -500px;
	top: -1000px;
	margin-top: -340px;
	opacity: 0;
	z-index: 10001;
	border-radius: 5px;
	display: none;
	-webkit-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
	-o-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
	-ms-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
	animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
}

@-webkit-keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}
	to {
		opacity: 1;
		top: 50%;
	}
}

@-o-keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}
	to {
		opacity: 1;
		top: 50%;
	}
}

@-ms-keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}
	to {
		opacity: 1;
		top: 50%;
	}
}

@keyframes introShow {
	from {
		opacity: 0;
		top: -1000px;
	}
	to {
		opacity: 1;
		top: 50%;
	}
}

.video_show i {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 10px;
	top: 10px;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	font-size: 22px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	font-weight: bold;
	background: url(i_closed.png);
}

.video_show i:hover {
	transform: rotate(90deg);
}

.video_show .content {
	width: 90%;
	margin: 20px 5%;
}

.video_show .content h2 {
	line-height: 50px;
	color: #4c321c;
}

.video_show .content .show_date {
	width: 100%;
	height: 25px;
	margin: 10px 0;
	background: #F9F9F9;
	line-height: 25px;
	color: #666;
	text-indent: 2em;
}

.video_show .content .show_intro {
	width: 100%;
	text-align: left;
	font-size: 14px;
	height: 500px;
}

.video_show iframe,
.video_show video{
	width: 100%;
	height: 500px;
}

.apply_box {
	background: #fff;
	overflow: hidden;
	padding-left: 60px;
	border: 1px solid #eee;
}

.apply_box h3 {
	text-align: left;
	font-weight: normal;
	font-size: 24px;
	color: #666;
	line-height: 90px;
}

.apply_box img {
	float: right;
}

.apply_box form {
	float: left;
	width: 538px;
}


/*用户登陆*/

.Validform_right {
	color: green;
}

.Validform_wrong {
	color: #f60;
}

.sidebar {
	width: 71px;
	height: 211px;
	position: fixed;
	bottom: 15%;
	right: 0;
	z-index: 9;
}

.sidebar ul {}

.sidebar ul li {
	width: 71px;
	height: 67px;
	background: #eee;
	margin: 1px 0;
	cursor: pointer;
	position: relative;
}

.sidebar ul li span {
	position: absolute;
	right: 60px;
	top: 0;
	background: #6fa0b5;
	color: #fff;
	padding: 10px;
	width: 96px;
	opacity: 0;
	z-index: -1;
	visibility:hidden;
}

.sidebar ul li i {
	display: block;
	width: 71px;
	height: 67px;
	background-repeat: no-repeat;
	background-position: top;
}

.sidebar ul li span img {
	width: 96px;
	visibility:hidden;
}

.sidebar ul li:hover,
.sidebar ul li.sidebar_active {
	background: #6fa0b5;
}

.sidebar ul li:hover img {
	opacity: 1;
	visibility: visible;
}

.sidebar ul li:hover span {
	right: 72px;
	opacity: 1;
	display: inline-block;
	visibility: visible;
}

.sidebar ul li:hover i {
	background-position: bottom;
}

.sidebar ul li span.phone_number {
	width: 120px;
	height: 47px;
	line-height: 47px;
	text-align: center;
}

.sidebar ul li:hover span.phone_number {
	display: inline-block;
	width: 120px;
	height: 47px;
	line-height: 47px;
	text-align: center;
}

.news_show_time {
	padding-bottom: 25px;
	border-bottom: 1px solid #eee;
	color: #999;
	line-height: 30px;
}

.news_show_time a {
	display: block;
	background: #333;
	color: #fff;
	padding: 5px 10px;
	clear: both;
	margin-top: 30px;
	width: 150px;
	cursor: pointer;
	border-radius: 40px;
	text-align: center;
}

.news_show_time a:hover {
	text-decoration: underline;
	background: #6fa0b5;
}



/*次级菜单*/

.sub_menu {
	position: absolute;
	height: 0;
	overflow: hidden;
	background: rgba(255, 255, 255, .9);
	text-align: left;
	box-shadow: rgba(0, 0, 0, .1) 0px 3px 3px;
	width: 900px;
	padding: 0 50px;
	top: 80px;
	right: 0;
}

.sub_menu .fl h3 {
	font-weight: normal;
	color: #000;
	line-height: 70px;
	font-size: 24px;
	padding-top: 50px;
}

.sub_menu .fl p {
	color: #666;
	line-height: 2;
	padding-bottom: 35px;
}

.sub_menu .fl a {
	display: block;
	float: left;
	width: 138px;
	line-height: 38px;
	text-align: center;
	border: 1px solid #d5d5d5;
	margin-right: 10px;
	color: #666;
}

.header .nav li:hover .sub_menu {
	height: 310px;
}

.header .nav li .sub_menu .fl a:hover {
	background: #444;
	color: #fff;
	border-color: #444;
}

.bot_menu {
	position: fixed;
	right: 0;
	bottom: 240px;
	z-index: 1;
	width: 180px;
	font-family: arial, "microsoft yahei";
	box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
}

.bot_menu .menu_top {
	line-height: 54px;
	background: #182c45;
	color: #fff;
	padding: 0 20px 0 24px;
	height: 54px;
	overflow: hidden;
}

.bot_menu .menu_top span {
	display: block;
	float: left;
	line-height: 54px;
}

.bot_menu .menu_top img {
	display: block;
	float: right;
	margin-top: 20px;
	cursor: pointer;
}

.bot_menu .menu_top img:hover {
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	;
}

.bot_menu .menu_mid {
	line-height: 45px;
	background: #f5f5f5;
	color: #333;
	padding: 0 0 0 24px;
	height: 45px;
	overflow: hidden;
}

.bot_menu .menu_mid span {
	display: block;
	float: left;
	line-height: 45px;
	font-size: 14px;
}

.bot_menu .menu_mid img {
	display: block;
	float: left;
	padding: 5px 0;
}

.bot_menu .menu_bot {
	background: #fff;
	padding: 0 0 0 24px;
	height: 84px;
}

.bot_menu .menu_bot h3 {
	font-size: 14px;
	color: #666;
	font-weight: normal;
	line-height: 35px;
	padding-top: 12px;
}

.bot_menu .menu_bot h2 {
	color: #000;
	font-size: 22px;
	line-height: 1;
}

.bot_list img {
	display: block;
	position: fixed;
	z-index: 1;
	cursor: pointer;
}

.bot_list .bot_go_msg {
	right: -50px;
	bottom: 241px;
}

.bot_list .bot_go_top {
	right: 0;
	bottom: 200px;
}
.pro_search{
	position: absolute;
	right: 0;
	top: 0;
}

.pro_search h3 {
	font-weight: normal;
	color: #000;
	font-size: 31px;
	padding-bottom: 30px;
	text-align: center;
}

.pro_search form {
	width: 360px;
	height: 38px;
	border-radius: 25px;
	margin: 0 auto;
	background: #fff;
	display: block;
	overflow: hidden;
}

.pro_search input[type="text"] {
	float: left;
	width: 250px;
	line-height: 38px;
	height: 38px;
	background: none;
	padding: 0 20px;
	font-size: 14px;
}

.pro_search input[type="submit"] {
	float: right;
	width: 70px;
	height: 38px;
	background: url(../images/search_img.png) center no-repeat;
	background-size: 20px;
	cursor: pointer;
}

.pro_menu .menu_left {
    width: 100%;
    color: #000;
    height: 18px;
    font-size: 18px;
    line-height: 1;
}

.pro_menu .menu_left i {
    display: inline-block;
    width: 2px;
    height: 18px;
    background: #6fa0b5;
    margin-right: 15px;
}

.pro_menu {
	width: 100%;
	line-height: 40px;
	color: #333;
	font-size: 20px;
	margin: 0 0 20px 0;
}

.pro_menu .pro_sub {
	width: 100%;
	margin-bottom: 20px;
}

.pro_menu .pro_sub li {
	text-transform: capitalize;
	font-size: 13px;
	display: block;
	float: left;
	color: #999;
	margin: 0 10px 0 0;
	position: relative;
	line-height: 2;
}

.pro_menu .pro_sub li a.sub_link {
	display: block;
	padding: 0 30px;
	line-height: 38px;
	border-radius: 25px;
	background: #eee;
	cursor: pointer;
}

.pro_menu .pro_sub li:hover a,
.pro_menu .pro_sub li.on a{
	background: #306283;
}

.pro_menu .pro_sub li:hover a,
.pro_menu .pro_sub li.on a {
	color: #fff;
}
.pro_small{
	font-size: 0;
	margin-bottom: 20px;
	overflow: hidden;
}
.pro_small a{
	float: left;
	display: inline-block;
	padding: 0 28px;
	line-height: 38px;
	font-size: 14px;
	margin-right: 10px;
	border-radius: 30px;
	background-color: #eee;
}
.pro_small a:hover,
.pro_small a.on{
	color: #fff;
	background-color: #668f7d;
}


/*产品*/

.web_prolist {
	width: 100%;
	min-height: 300px;
	margin-top: 30px;
}

.web_prolist li{
	float: left;
	width: calc(97%/4);
	margin: 0 1% 1% 0;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	box-sizing: border-box;
	border: 1px solid #dcdcdc;
	position: relative;
}

.web_prolist li:nth-child(4n){
	margin-right: 0;
}

.web_prolist li .pro_img{
	overflow: hidden;
}

.web_prolist li img{
	display: block;
	margin: 0 auto;
}

.web_prolist li em{
	display: block;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
	background: #1f1a17;
	width: 40px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}

.web_prolist li:hover{
	box-shadow: 2px 12px 25px rgba(0, 0, 0, 0.08);
}

.web_prolist li:hover span{
	color: #000;
}

.web_prolist li i {
	font-style: normal;
}

.web_prolist li a{
	display: block;
	overflow: hidden;
	width: 100%;
	line-height: 0;
}

.web_prolist li:hover img{
	transform: scale(1.05, 1.05);
}

.web_prolist li span{
	display: block;
	width: 100%;
	line-height: 40px;
	background: #fff;
	text-align: center;
	font-size: 14px;
	color: #666;
}


/*产品内页*/

.pro_left {
	float: left;
	width: 30%;
	height: auto;
	overflow: hidden;
	
}
.pro_left .pro_img{
	border: 1px solid #d5d5d5;
}
.pro_left h2{
	margin: 15px 0 5px;
	color: #4b4b4b;
	line-height: 45px;
	font-size: 36px;
}

.pro_left h3 {
	font-size: 18px;
	font-weight: normal;
	color: #000;
	line-height: 45px;
}
.pro_desc {
	margin-bottom: 15px;
}
.pro_desc li {
	color: #666;
	line-height: 2;
	font-size: 14px;
	text-align: left;
	width: 100%;
}
.pro_left h4{
	color: #4b4b4b;
	margin: 15px 0;
	font-size: 28px;
	line-height: 2.5;
	border-top: 1px solid #cfd0d0;
	border-bottom: 1px solid #cfd0d0;
}
.pro_color{
	padding-bottom: 7%;
	margin-bottom: 5%;
	border-bottom: 1px solid #cfd0d0;
}
.pro_color i{
	float: left;
	display: block;
	width: 13%;
	padding-bottom: 7%;
	border-radius: 4px;
	margin-right: 3%;
}
.pro_left a{
	display: block;
	width: 48%;
	color: #fff;
	text-align: center;
	line-height: 45px;
	cursor: pointer;
	border-radius: 30px;
}
.pros_01{
	background-color: #306283;
}
.pros_02{
	background-color: #7a7265;
}
.pro_left a:hover{
	text-decoration: underline;
}

.pro_left .swiper-container {
	width: 100%;
	height: 100%;
	position: relative;
}

.pro_left .swiper-pagination {
	position: absolute;
}


.pro_right {
	float: right;
	width: 68%;
	padding: 5%;
	min-height: 950px;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	background-color: #fff;
}

.pro_detailed {
	overflow: hidden;
	clear: both;
	background: #fff;
	width: 100%;
}

.pro_detailed img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.pro_right_menu{
	margin-bottom: 30px;
}

.pro_right_menu span{
	cursor: pointer;
	display: inline-block;
	padding: 10px 20px;
	margin-right: 10px;
	border-radius: 30px;
	background-color: #ededed;
}

.pro_right_menu span:hover,
.pro_right_menu span.on{
	color: #fff;
	background-color: #6fa0b6;
}


.pro_right .right_menu {
	width: 100%;
	border-bottom: 1px solid #d5d5d5;
	overflow: hidden;
	margin-bottom: 20px;
}

.pro_right .right_menu span {
	display: block;
	text-align: center;
	cursor: pointer;
	float: left;
	width: 90px;
	height: 35px;
	border-radius: 20px;
	border: 1px solid #d5d5d5;
	line-height: 35px;
	margin-right: 10px;
}

.pro_right .right_menu .on,
.pro_right .right_menu span:hover {
	border-color: #1f1a17;
	color: #fff;
	background: #1f1a17;
}


.pro_video{
	display: none;
	min-height: 500px;
}
.pro_video iframe,.pro_video video{
	display: block;
	width: 100%;
	height: auto;
}
.pro_video h3{
	padding-top: 230px;
	line-height: 30px;
	font-size: 35px;
	text-align: center;
	font-weight: normal;
}



/*加入购物车*/
.cart_page {
	width: 500px;
	min-height: 370px;
    text-transform: capitalize;
    overflow: hidden;
    position: fixed;
    left: 50%;
    top: 50%;
	margin: -235px 0 0 -250px;
    z-index: 10001;
	background-color: #fff;
	border-radius: 10px;
	padding: 40px;
	opacity: 0;
	display: none;
	box-sizing: border-box;
    -webkit-animation: cartShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
    -o-animation: cartShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
    -ms-animation: cartShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
    animation: cartShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
}


@-webkit-keyframes cartShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-o-keyframes cartShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-ms-keyframes cartShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes cartShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}


.cart_page.open{
	opacity: 1;
	visibility: visible;
}

.cart_page i {
	width: 20px;
	height: 20px;
	background: url(close.jpg);
	display: block;
	float: right;
	cursor: pointer;
}

.cart_page strong {
	line-height: 55px;
	display: block;
	font-size: 36px;
	margin-bottom: 20px;
}

.cart_page div {
	padding: 30px 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.cart_page p {
	color: #333;
	font-size: 20px;
	line-height: 35px;
	display: block;
	width: 100%;
}
.cart_page ul{
	width: 350px;
}
.cart_page ul li{
	float: left;
	width: 50px;
	cursor: pointer;
	padding-bottom: 28px;
	border: 1px solid #ddd;
	border-radius: 6px;
	margin-right: 10px;
	position: relative;
}
.cart_page ul li::after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: -3px;
	top: -3px;
	border-radius: 8px;
	display: none;
	border: 3px solid #6fa0b6;
}
.cart_page h3{
	color: #4b4b4b;
	font-size: 36px;
	line-height: 3;
}
.cart_page ul li.on::after{
	display: block;
}



.cart_page .pro_num {
	display: block;
	line-height: 30px;
	text-align: center;
	width: 50px;
	box-sizing: border-box;
	border: 1px solid #d5d5d5;
}

.cart_page input[type="submit"] {
	display: block;
	margin: 0 auto;
	line-height: 43px;
	text-align: center;
	width: 220px;
	color: #fff;
	background: #6fa0b6;
	cursor: pointer;
	margin-top: 30px;
	border-radius: 30px;
	text-transform: uppercase;
}



.cart_page .pro_size {
	display: block;
	float: left;
	line-height: 30px;
	width: 90px;
	margin-right: 15px;
	text-align: center;
	color: #999;
	cursor: pointer;
}

.cart_page .pro_size {
	background: #ED1B24;
	border-color: #ED1B24;
	color: #fff;
}



.pro_qrcode {
	width: 80px;
	height: 80px;
	border: 1px solid #000;
	float: left;
	background: #fff;
	margin-top: 10px;
	padding: 2px;
}

.pro_left .swiper-button-next,
.pro_left .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 30px;
	height: 50px;
	margin-top: -25px;
	z-index: 10;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.8);
	background-position: bottom;
	background-repeat: no-repeat;
	cursor: pointer;
	opacity: 0;
}

.pro_left .swiper-button-next {
	right: 0;
	background-image: url(ab_next.png);
}

.pro_left .swiper-button-prev {
	left: 0;
	background-image: url(ab_prv.png);
}

.pro_left:hover .swiper-button-next,
.pro_left:hover .swiper-button-prev {
	opacity: 1;
}

.pro_left .swiper-pagination {
	bottom: 15px !important;
}

.top_ban {
	width: 100%;
	background: url(load.gif) no-repeat center;
	height: 100%;
}

.top_ban .ad_page {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.top_ban .ad_page .swiper-container,
.top_ban .ad_page .swiper-wrapper {
	width: 100%;
	height: 100%;
}

.top_ban .ad_page .swiper-wrapper a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-size: cover;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
}

.top_ban .ad_page .swiper-wrapper .swiper-slide {
	overflow: hidden;
}

.top_ban .ad_page .swiper-wrapper video {
	object-fit: cover;
	height: 100%;
	width: 100%;
	position: relative;
}

.top_ban .ad_page .swiper-button-next,
.top_ban .ad_page .swiper-button-prev {
	background-image: url(ad_ctr.png);
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	cursor: pointer;
	opacity: 1;
	border-radius: 50%;
	pointer-events: auto
}

.top_ban .ad_page .swiper-button-prev {
	background-position: 0 0;
	left: 60px;
}

.top_ban .ad_page .swiper-button-next {
	background-position: 0 -60px;
	right: 60px;
}

.top_ban .ad_page .swiper-button-prev:hover,
.top_ban .ad_page .swiper-button-next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

.top_ban .ad_page .swiper-button-next:after,
.top_ban .ad_page .swiper-button-prev:after {
	content: "";
}

.top_ban .ad_page .swiper-container:hover .swiper-button-next,
.top_ban .ad_page a:hover .swiper-button-prev {
	opacity: 1;
}

.top_ban .ad_page .swiper-pagination {
	left: 50%;
	bottom: 35px;
	transform: translateX(-50%);
}

.top_ban .ad_page .swiper-pagination .swiper-pagination-bullet {
	border-radius: 20px;
	background: #fff;
	width: 20px;
	margin-right: 10px;
	opacity: 0.6;
}

.top_ban .ad_page .swiper-pagination .swiper-pagination-bullet-active {
	background: #fff;
	width: 25px;
	opacity: 1;
}



.carousel-banner .item {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-size: cover;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
}

.carousel-banner .owl-item img {
	width: auto;
	margin: auto;
}

.carousel-banner {
	min-width: 1200px;
}

.carousel-banner .owl-controls {
	/*position: absolute;*/
	width: 100%;
	max-width: 1200px;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.carousel-banner .owl-dots {
	position: absolute;
	width: 100%;
	max-width: 1200px;
	text-align: center;
	margin: auto;
	left: 0;
	right: 0;
	z-index: 10;
	height: 88px;
	line-height: 88px;
	bottom: 0;
}

.carousel-banner .owl-dot {
	width: 13px;
	height: 13px;
	background: url(../images/dot.png);
	display: inline-block;
	*display: inline;
	margin: 0 5px;
}

.carousel-banner .owl-dot.active {
	background: url(../images/dot-on.png)
}

.carousel-banner .owl-nav div {
	font-size: 0;
	width: 39px;
	height: 70px;
	position: absolute;
	top: -300px;
	margin-top: -70px;
	z-index: 10;
}

.carousel-banner .owl-nav div.owl-prev {
	left: 0;
	background: url(../images/b-p.png);
}

.carousel-banner .owl-nav div.owl-next {
	right: 0;
	background: url(../images/b-n.png);
}

.owl-nav {
	width: 100%;
	width: 1200px;
	position: relative;
	margin: auto;
}

.play-btn img {
	margin: auto;
	display: none;
	cursor: pointer;
	z-index: 99;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .8;
	top: 0;
}

.play-btn img:hover {
	opacity: 1;
	transform: scale(1.05, 1.05);
}

.play-text {
	margin: auto;
	width: 500px;
	color: #fff;
	cursor: pointer;
	z-index: 50;
	position: absolute;
	left: 10%;
	z-index: 99;
	bottom: 18%;
}

.play-text img {
	display: block;
	margin-bottom: 10px;
}

.play-text p {
	font-size: 14px;
	line-height: 24px;
}


/*新闻页面*/

.ex_news {
	min-height: 800px;
}

.ex_news ul li {
	clear: both;
	padding: 25px;
	margin-bottom: 25px;
	overflow: hidden;
	background: #fff;
	position: relative;
	cursor: pointer;
	border-radius: 10px;
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
}

.ex_news ul li a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	clear: both;
	position: relative;
}

.ex_news ul li .news_img {
	float: left;
	width: 25%;
	height: 204px;
	background-image: url(logo_b.png);
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	background-size: 200px;
}

.ex_news ul li .news_img div {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	background-size: cover;
}

.ex_news ul li .news_info {
	float: left;
	width: 50%;
	position: absolute;
	top: 25px;
	left: 30%;
}

.ex_news ul li .news_info h3 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 22px;
	display: block;
	width: 100%;
	padding-bottom: 15px;
	color: #333;
}

.ex_news ul li .news_info p {
	height: 50px;
	line-height: 25px;
	overflow: hidden;
	color: #999;
}

.ex_news ul li .news_date {
	float: right;
	text-align: right;
	width: 100px;
	height: 150px;
	overflow: hidden;
	position: absolute;
	top: 25px;
	right: 25px;
}

.ex_news ul li .news_date item {
	display: block;
	width: 13px;
	height: 26px;
	background: url(r_arrow.png) no-repeat center;
	position: absolute;
	bottom: -50px;
	right: 5px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.ex_news ul li .news_date font {
	font-size: 32px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	display: block;
	font-family: "gothic";
}

.ex_news ul li:hover a {
	color: #333;
}

.ex_news ul li:hover .news_info {
	padding-left: 20px;
}

.ex_news ul li:hover .news_date font {
	color: #333;
}

.ex_news ul li:hover .news_date item {
	bottom: 60px;
}

.ex_news ul li:hover .news_img div {
	transform: scale(1.1, 1.1);
}

.block {
	width: 100%;
	clear: both;
	position: relative;
	overflow: hidden;
	display: block;
}

.pro_left .swiper-container .swiper-button-next,
.pro_left .swiper-container .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 1;
	cursor: pointer;
	background-size: 15px 44px;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
}

.pro_left:hover .swiper-container .swiper-button-next,
.pro_left:hover .swiper-container .swiper-button-prev {
	opacity: .8;
}

.pro_left .swiper-container .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
	right: 0;
}

.pro_left .swiper-container .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
	left: 0;
}

.pro_left .swiper-container .swiper-button-prev:hover,
.pro_left .swiper-container .swiper-button-next:hover {
	opacity: 1;
	background-color: #6fa0b5;
}

/*产品分类页面*/

.big_list ul {
	width: 100%;
	margin-bottom: 3%;
}
.big_list ul:last-child{
	margin-bottom: 0;
}

.big_list li {
	display: block;
	float: left;
	width: calc(96%/3);
	margin: 0 2% 2% 0;
	border-radius: 8px;
	overflow: hidden;
}

.big_list li:nth-child(3n) {
	margin-right: 0;
}

.big_list li a {
	display: block;
	width: 100%;
	height: 100%;
}

.big_list li .pro_img{
	overflow: hidden;
}

.big_list li img {
	display: block;
}

.big_list li p {
	font-size: 18px;
	display: block;
	color: #333;
	padding: 0 25px;
	color: #fff;
	line-height: 3.5;
}

.big_list li:hover img {
	transform: scale(1.05, 1.05);
}

.big_list li:hover {
	background: #fff;
	box-shadow: 0 0 21px 1px rgba(0, 0, 0, 0.1);
}




/* css注释：设置了浏览器宽度不小于1601px时的样式*/

@media screen and (max-width: 1600px) {
	.big_list li p{
		line-height: 3;
	}
}


/* css注释：设置了浏览器宽度不大于1441px时的样式 */

@media screen and (max-width: 1440px) {
	.big_list li p{
		font-size: 14px;
		padding: 0 20px;
	}
}




.process {
	position: relative;
	width: 100%;
}

.process .swiper-button-prev,
.process .swiper-button-next {
	width: 16px;
	height: 66px;
	background-color: #000;
	margin-top: -33px;
	opacity: .8;
	background-size: 8px;
	background-position: center;
	background-repeat: no-repeat;
}

.process .swiper-button-prev {
	left: 0;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.process .swiper-button-next {
	right: 0;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.process .swiper-button-prev:hover,
.process .swiper-button-next:hover {
	opacity: 1;
}

.service {
	width: 1432px;
	margin-left: -32px;
}

.service li {
	float: left;
	margin: 0 0 32px 32px;
	width: 684px;
}

.service li h3 {
	font-weight: normal;
	color: #000;
	font-size: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
}

.service li h4 {
	font-weight: normal;
	color: #000;
	text-transform: capitalize;
	line-height: 38px;
}

.service li p {
	height: 84px;
}

.recom_list {
	width: 100%;
	clear: both;
	overflow: hidden;
}

.recom_list li {
	float: left;
	width: calc(97%/4);
	margin: 0 1% 1% 0;
	border-radius: 8px;
	overflow: hidden;
	background-color: #fff;
}

.recom_list li:nth-child(4n){
	margin-right: 0;
}
.recom_list li div{
	overflow: hidden;
}

.recom_list li span {
	display: block;
	line-height: 40px;
	padding: 0 15px;
	width: 100%;
}

.recom_list li:hover img {
	transform: scale(1.05, 1.05);
}

.quality {
	padding: 60px;
	background: #fff;
}

.quality p {
	padding-bottom: 30px;
	color: #777;
	font-size: 16px;
}


.text-center {
	text-align: center;
}

.cer_menu {
	width: 100%;
	line-height: 35px;
	overflow: hidden;
	padding-bottom: 20px;
}

.cer_menu a {
	display: block;
}

.cer_menu .cer_link {
	float: left;
	color: #999;
}

.cer_menu .cer_link a {
	float: left;
	color: #999;
	line-height: 35px;
}

.cer_menu .cer_link i {
	display: block;
	float: left;
	padding: 0 15px;
	font-style: normal;
}

.cer_menu .cer_link a:hover {
	text-decoration: underline;
	color: #333;
}

.cer_menu span {
	display: block;
	float: right;
	width: 80px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background: #182c45;
	cursor: pointer;
}

.cer_top {
	clear: both;
	padding: 25px;
	overflow: hidden;
	background: #fff;
	margin-bottom: 40px;
	border: 1px solid #eee;
}

.cer_top .fl {
	border: 1px solid #ddd;
}

.cer_top .fr {
	width: 1130px;
	text-align: left;
}

.cer_top .fr h3 {
	line-height: 1;
	font-weight: normal;
	font-size: 21px;
	padding-bottom: 15px;
}

.cer_top .fr p {
	color: #666;
	line-height: 2;
	font-size: 14px;
}

.ab_tit {
	padding-bottom: 40px;
}

.ab_tit h3 {
	font-size: 32px;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 30px;
}

.ab_tit h3.white {
	color: #fff;
}

.ab_tit i {
	display: block;
	width: 61px;
	height: 4px;
	background: #6fa0b5;
}

.maintain {
	background: #e5e5e5;
	padding: 50px 0;
}

.maintain .swiper-slide {
	background: #fff;
	padding: 60px;
	box-sizing: border-box;
	height: 450px;
}

.maintain .swiper-slide h3 {
	font-weight: normal;
	font-size: 18px;
	color: #000;
	padding-bottom: 10px;
}

.maintain .swiper-slide p {
	font-size: 14px;
	color: #666;
	line-height: 2;
}

.recom_page {
	height: 684px;
	z-index: 1;
	margin-bottom: 60px;
}

.recom_page .container {
	height: 654px;
}

.recom_page i {
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	z-index: -1;
	bottom: 30px;
	background: #f4f4f4;
	height: 545px;
}

.recom_page em {
	display: block;
	width: 430px;
	height: 350px;
	z-index: -1;
	position: absolute;
	bottom: -30px;
	background: #6fa0b5;
}

.recom_page a.big_img {
	width: 536px;
	height: 654px;
	overflow: hidden;
	margin: 0 30px;
	z-index: 1;
}

.recom_page a:hover img {
	transform: scale(1.05, 1.05);
}

.recom_page .recom-list {
	overflow: hidden;
	background: #fff;
	position: absolute;
	top: 90px;
	width: 900px;
	height: 465px;
}

.recom_page .recom-list .big_tit {
	padding: 90px 30px 0 45px;
	overflow: hidden;
}

.recom_page .recom-list .big_tit h3 {
	font-weight: normal;
	line-height: 1;
	color: #333;
	font-size: 24px;
}

.recom_page .recom-list .big_tit p {
	text-transform: capitalize;
	line-height: 40px;
	color: #ccc;
	font-size: 16px;
}

.recom_page .recom-list .big_tit a {
	display: block;
	border: 1px solid #6fa0b5;
	color: #6fa0b5;
	width: 110px;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.recom_page .recom-list .big_tit a:hover {
	background: #6fa0b5;
	color: #fff;
}

.recom_page .recom-list ul li {
	width: 25%;
	float: left;
	text-align: center;
}

.recom_page .recom-list ul li div {
	width: 190px;
	margin: 0 auto;
	overflow: hidden;
}

.recom_page .recom-list ul li img {
	display: block;
}

.recom_page .recom-list ul li h3 {
	font-weight: normal;
	line-height: 2;
	font-size: 16px;
	color: #333;
}

.recom_page .recom-list ul li p {
	font-size: 14px;
	color: #999;
	line-height: 40px;
}

.big_0 a.big_img,
.big_2 a.big_img,
.big_4 a.big_img,
.big_6 a.big_img,
.big_8 a.big_img,
.big_10 a.big_img {
	float: left;
}

.big_0 .recom-list,
.big_2 .recom-list,
.big_4 .recom-list,
.big_6 .recom-list,
.big_8 .recom-list,
.big_10 .recom-list {
	right: 0;
}

.big_0 em,
.big_2 em,
.big_4 em,
.big_6 em,
.big_8 em,
.big_10 em {
	left: 0;
}

.big_1 a.big_img,
.big_3 a.big_img,
.big_5 a.big_img,
.big_7 a.big_img,
.big_9 a.big_img {
	float: right;
}

.big_1 .recom-list,
.big_3 .recom-list,
.big_5 .recom-list,
.big_7 .recom-list,
.big_9 .recom-list {
	left: 30px;
}

.big_0 em,
.big_2 em,
.big_4 em,
.big_6 em,
.big_8 em,
.big_10 em {
	right: 0;
}


.pro_page,
.box_page{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0 auto;
	overflow: hidden;
}

.i_pro {
	overflow-x: hidden;
	background: #fff;
}
.i_pro .pro_page{
	padding-left: 10%;
	overflow-x: hidden;
	box-sizing: border-box;
}

.i_pro_top{
	padding-left: 15px;
}
.i_pro_top a{
	color: #000;
	display: inline-block;
	font: 16px/2 'arial';
	margin-right: 2.5%;
	position: relative;
}
.i_pro_top a::after{
	content: "";
	display: block;
	width: 0;
	height: 4px;
	background-color: #6fa0b6;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.i_pro_top a.on::after,
.i_pro_top a:hover::after{
	width: 100%;
}

#prolist {
	overflow-x: hidden;
	padding: 20px 20% 40px 0;
	box-sizing: border-box;
}

#prolist a {
	display: block;
}

#prolist .swiper-slide {
	border-radius: 10px;
	overflow: hidden;
}

.pro_img {
	overflow: hidden;
}

.pro_img img {
	width: 100%;
	vertical-align: bottom;
}

.pro_info {
	padding: 12px 30px;
}

.pro_info h3 {
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
}

.pro_info p {
	font-size: 14px;
	color: #d3d3d3;
	line-height: 26px;
}

.pro_info:after {
	content: "";
	display: block;
	width: 0;
	height: 3px;
	background: #6fa0b5;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#prolist .swiper-slide a:hover {
	box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.14);
}

#prolist .swiper-slide a:hover img {
	transform: scale(1.02, 1.02);
}

.i_pro_box {
	position: relative;
	width: 100%;
}

.i_pro_right_nav {
    height: 62px;
    width: 160px;
    float: left;
    position: relative;
}

.pro_prev,
.pro_next,
.video_prev,
.video_next{
	width: 60px;
	height: 60px;
	position: absolute;
	border-radius: 50%;
	cursor: pointer;
	background-image: url(../css/ad_ctr.png);
	background-repeat: no-repeat;
	background-color: #ccc;
}

.pro_prev{
	left: 0;
	background-position: 0 0;
}

.pro_next {
	right: 0;
	background-position: 0 -60px;
}

.video_prev{
	top: 50%;
	margin-top: -30px;
	left: -90px;
	background-position: 0 0;
}

.video_next{
	top: 50%;
	margin-top: -30px;
	right: -90px;
	background-position: 0 -60px;
}

.pro_prev:hover,
.pro_next:hover,
.video_prev:hover,
.video_next:hover{
	opacity: 1;
	background-color: #6fa0b5;
}



/* css注释：设置了浏览器宽度不小于1601px时的样式*/

@media screen and (max-width: 1600px) {
	.pro_prev,
	.pro_next {
		width: 50px;
		height: 50px;
		background-size: 50px;
	}
	.pro_next {
		right: 0;
		background-position: 0px -50px;
	}
	.i_pro_right_nav {
		width: 124px;
	}
	.pro_info h3 {
		font-size: 14px;
	}
	.pro_info {
		padding: 10px 20px;
	}
}


/* css注释：设置了浏览器宽度不大于1300px时的样式 */

@media screen and (max-width: 1300px) {
	.pro_info {
		padding: 6px 20px;
	}
}

.i_menu .menu_page,
.i_foot .menu_page {
	height: 100%;
}


.i_menu .swiper-slide{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.i_menu_box h3{
	font:68px/72px 'gothambold';
	margin-bottom: 5px;
}
.i_menu_box p{
	font: 18px/30px 'arial';
	margin-bottom: 50px;
}
.i_menu_box.white h3,
.i_menu_box.white p{
	color: #fff;
}
.i_menu_box a{
	display: block;
	width: 154px;
	text-align: center;
	line-height: 40px;
	color: #6fa0b5;
	border: 2px solid #6fa0b5;
	border-radius: 30px;
}
.i_menu_box a:hover{
	color: #fff;
	background-color: #6fa0b5;
}
.i_menu_box .i_menu_icon{
	margin-bottom: 40px;
}
.i_menu_01{
	background-image: url(../images/i_menu_01.jpg);
}
.i_menu_02{
	background-image: url(../images/i_menu_02.jpg);
}
.i_menu_03{
	background-image: url(../images/i_menu_03.jpg);
}
.i_menu_01 .i_menu_box,
.i_menu_02 .i_menu_box{
	position: absolute;
	top: 16.666%;
	left: 13%;
}
.i_menu_03 .i_menu_box{
	position: absolute;
	bottom: 22%;
	left: 13%;
}
.i_menu_page{
	width: 190px;
	position: absolute;
	left: 13%;
	bottom: 6.111%;
	z-index: 100;
	overflow: hidden;
}
.menu-prev,.menu-next{
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 20px;
	border-radius: 50%;
	cursor: pointer;
	background-color: rgba(255,255,255,0.2);
	background-image: url(../css/ad_ctr.png);
	background-repeat: no-repeat;
	background-size: 100%;
}
.menu-prev{
	background-position: 0 0;
}
.menu-next{
	background-position: 0 -60px;
}
.menu-prev:hover,.menu-next:hover{
	background-color: #6fa0b5;
}

@media screen and (max-width: 1600px) {
	.menu-prev,
	.menu-next{
		width: 50px;
		height: 50px;
	}
	.menu-next{
		background-position: 0 -50px;
	}
	.i_menu_box h3{
		font-size: 56px;
		line-height: 64px;
	}
	.i_menu_box p{
		font-size: 14px;
		margin-bottom: 40px;
	}
	.i_menu_box a{
		width: 140px;
		line-height: 35px;
	}
}

@media screen and (max-width: 1300px) {
	.menu-next{
		background-position: 0 -50px;
	}
	.i_menu_box h3{
		font-size: 52px;
		line-height: 60px;
	}
}


.i_news {
	background: #fff;
}

.i_news .news_page {
	width: 85%;
	margin: 0 auto;
	position: relative;
}

.i_news .news_page .news_prev,
.i_news .news_page .news_next {
	width: 65px;
	height: 65px;
	background-color: #c0c0c0;
	margin-top: -33px;
	opacity: 1;
	background-size: 10px;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	cursor: pointer;
	border-radius: 50%;
	overflow: hidden;
}

.i_news .news_page .news_prev {
	left: -85px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.i_news .news_page .news_next {
	right: -85px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.i_news .news_page .news_prev:hover,
.i_news .news_page .news_next:hover {
	opacity: 1;
	background-color: #6fa0b5;
}

.i_news .news_page .swiper-container {
	padding-bottom: 25px;
}

.i_news .news_page .swiper-slide {
	padding: 10px;
	box-sizing: border-box;
}

.i_news .news_page .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.i_news .news_page .swiper-slide .news_img {
	width: 100%;
	height: 280px;
	overflow: hidden;
	position: relative;
}

.i_news .news_page .swiper-slide .news_img div {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.i_news .news_page .swiper-slide .news_img i {
	display: block;
	width: 70px;
	height: 70px;
	position: absolute;
	z-index: 1;
	left: 50%;
	margin-left: -35px;
	top: 150%;
	margin-top: -35px;
	background: url(news_icon.png);
}

.i_news .news_page .swiper-slide .news_desc {
	padding: 40px 30px;
	background-color: #eee;
}

.i_news .news_page .swiper-slide .news_desc h3 {
	font-weight: normal;
	font-size: 20px;
}

.i_news .news_page .swiper-slide .news_desc p {
	padding-top: 20px;
}

.i_news .news_page .swiper-slide a:hover .news_img i {
	top: 50%;
}

.i_news .news_page .swiper-slide a:hover .news_img div {
	transform: scale(1.05);
}

.i_news .news_page .swiper-slide a:hover {
	background: #fff;
	box-shadow: 0 15px 15px 0 rgba(106, 105, 105, .16);
}

.i_news .news_page .swiper-slide a:hover .news_desc{
	background-color: #6fa0b5;
}
.i_news .news_page .swiper-slide a:hover .news_desc h3,
.i_news .news_page .swiper-slide a:hover .news_desc p{
	color: #fff;
}

@media screen and (max-width: 1600px) {
	.i_news .news_page .news_prev,
	.i_news .news_page .news_next{
		width: 50px;
		height: 50px;
	}
	.i_news .news_page .news_prev{
		left:-60px
	}
	.i_news .news_page .news_next{
		right:-60px;
	}
	.menu-next{
		background-position: 0 -50px;
	}
}


.i_foot {
	background: url(../images/i_contact.jpg) center no-repeat;
	background: cover;
}
.i_foot .i_menu_box{
	position: absolute;
	top: 17%;
	right: 10%;
}
.i_foot .con_page{
	position: absolute;
	width: 90%;
	min-width: 1100px;
	left: 50%;
	height: auto;
	bottom: 0;
	z-index: 1;
	transform: translateX(-50%);
}
.i_foot .foot_top {
	border-radius: 15px;
	background-color: #fff;
}

.i_foot_box {
	max-width: 1400px;
	min-width: 1000px;
	width: 90%;
	margin: 0 auto;
	padding: 5% 0;
}
.foot_left img{
	display: block;
}
.social-container {
    float: left;
	margin: 20px auto 10px;
}
.social-container .links {
    text-align: center;
}
.social-container .links a {
    margin-right: 20px;
    color: #ccc;
    text-decoration: none;
    font-size: 20px;
}

.foot_info{
	margin-left: 8%;
}
.foot_info h3{
	color: #383431;
	font: 30px/1 'gothambold';
	margin-bottom: 20px;
}
.foot_info p{
	color: #737373;
	font: 14px/26px 'arial';
}

.foot_qrcode img{
	display: block;
	margin: 0 auto 5px;
}
.foot_qrcode p{
	color: #000;
	text-align: center;
	font: 14px/18px 'arial';
}
.i_foot_bottom {
	padding: 0;
	line-height: 60px;
}
.i_foot_bottom a{
	float: right;
}



/* css注释：设置了浏览器宽度不小于1440px时的样式*/

@media screen and (max-width: 1440px) {
	.foot_info{
		margin-left: 5%;
	}
	.foot_info h3{
		font-size: 24px;
	}
	.foot_info p{
		font-size: 12px;
	}
}



.i_all .swiper1-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	border: 2px solid #a5a5a5;
	background: transparent;
	margin: 12px 0 !important;
	position: relative;
	opacity: 1;
	background-color: none;
}


.i_all .swiper1-pagination .swiper-pagination-bullet p {
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 14px;
	color: #000;
	width: 10px;
	opacity: 0;
	padding-left: 40px;
	text-align: left;
	display: none;
}

.i_all .swiper1-pagination .swiper-pagination-bullet-active {
	border-color: #6fa0b6;
	background-color: #6fa0b6;
}

.i_all .swiper1-pagination .swiper-pagination-bullet-active p {
	opacity: 1;
	display: none;
}

.i_title{
	padding-bottom: 45px;
}
.i_title p{
	color: #7e9eb3;
	font: 14px/30px 'Arial';
	margin-bottom: 10px;
}
.i_title h1{
	color: #383431;
	margin-bottom: 30px;
	font: 36px/1 'gothambold';
	text-transform: uppercase;
}
.i_title i{
	display: block;
	width: 50px;
	height: 6px;
	background-color: #7e9eb3;
}

/* css注释：设置了浏览器宽度不小于1601px时的样式*/

@media screen and (max-width: 1600px) {
	.i_title{
		padding-bottom: 35px;
	}
	.i_title h1{
		font-size: 28px;
		margin-bottom: 16px;
	}
	.i_title i{
		width: 40px;
		height: 4px;
	}
}

.about_01 .fl{
	width: 48.5%;
}
.about_01 .fr{
	width: 47.5%;
}
.about_desc p{
	color: #5e5e5e;
}
.p-t45{
	padding-top: 45px;
}

.b-img{
	border-radius: 12px;
	overflow: hidden;
}

.video_img{
	width: 100%;
	cursor: pointer;
	padding-bottom: 48%;
	background-size: cover;
	background-position: center;
}
.video_img::before{
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    margin-top: -6px;
    margin-left: -2.5px;
    opacity: 1;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 15px solid #fff;
}
.video_img::after {
    transition: 0.36s ease;
    content: "";
    width: 60px;
    height: 60px;
    border: 3px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    border-radius: 50%;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    margin: -30px;
    z-index: 1;
	background-color: rgba(0,0,0,0.2);
}
.video .swiper-slide:hover .video_img::after {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    width: 110px;
    height: 110px;
    margin: -62px -60px;
    opacity: 0;
    border-width: 5px;
}




.about_03 .fl{
	width: 38.9%;
}
.about_03 .fr{
	width: 56.14%;
}

.about_04{
	width: 100%;
	min-width: 1100px;
	background: url(../images/about_04.jpg) bottom no-repeat #eee;
	background-size: 100%;
}
.about_04 .fl{
	width: 57.14%;
	border-radius: 15px;
	overflow: hidden;
}
.about_04 .fl img{
	display: block;
}

.about_04_prev,.about_04_next{
	position: absolute;
	top: 50%;
	margin-top: -50px;
	width: 36px;
	height: 100px;
	cursor: pointer;
	z-index: 100;
	background-size: 10px;
	border-radius: 5px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: rgba(0,0,0,0.7);
}
.about_04_prev{
	left:14px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.about_04_next{
	right:14px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.about_04_prev:hover,.about_04_next:hover{
	background-color: #7e9eb3;
}

.about_04 .fr{
	width: 33.5%;
	position: relative;
	padding-bottom: 40%;
}
.about_04_info{
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.about_05{
	min-width: 1100px;
	min-height: 700px;
	padding-bottom: 12%;
	overflow: hidden;
	background: url(../images/about_05.jpg) top no-repeat;
	background-size: 100%;
}
.about_05 .fl{
	width: 48.9%;
}
.about_05_info{
	width: 82%;
	margin-bottom: 10%;
}
.about_05_right{
	width: 62%;
	position: absolute;
	left: 56.2%;
	top: 22%;
}
.about_05_bottom{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-bottom: 25.42%;
	background: url(../images/about_05_img03.png) bottom no-repeat;
	background-size: cover;
}
.about_06 .fl,
.about_06 .fr{
	width: 49.21%;
	margin-bottom: 1%;
}
.about_06_box{
	border-radius: 12px;
	overflow: hidden;
}
.about_06_info{
	position: absolute;
	bottom: -13%;
	left: 0;
	width: 100%;
	background-color: #668f7d;
}
.about_07{
	padding-top: 2%;
	background-color: #eee;
}
.about_num{
	padding: 2.5% 0;
}
.about_num li{
	float: left;
	width: calc(100%/4);
	text-align: center;
	position: relative;
}
.about_num li h3{
	font-size: 46px;
	height: 55px;
	line-height: 55px;
	color: #fff;
}
.about_num li span{
	font-size: 0.5em;
	font-weight: normal;
}
.about_num li p{
	color: #fff;
	line-height: 2;
}

.about_08{
	width: 100%;
	min-width: 1100px;
	background: url(../images/about_08.jpg) bottom no-repeat;
	background-size: cover;
}
.about_08 .fl{
	width: 28.92%;
}
.about_08 .fr{
	width: 62.85%;
}
.history{
	border-left: 1px dashed #8f8f8f;
	padding-left: 20px;
	padding-bottom: 35px;
	position: relative;
}
.history::after{
	content: "";
	display: block;
	width: 27px;
	height: 27px;
	background: url(../images/history_icon.png) center no-repeat;
	position: absolute;
	top: 0;
	left: -14px;
}
.history h3{
	color: #000;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 5px;
}
.history p{
	color: #000;
	font-size: 14px;
	line-height: 22px;
}
.history.white h3,
.history.white p{
	color: #fff;
}
.p-b2{
	padding-bottom: 25%;
}


/* css注释：设置了浏览器宽度不小于1601px时的样式*/

@media screen and (max-width: 1600px) {
	.about_desc p{
		font-size: 14px;
		line-height: 1.5;
	}
	.about_05{
		padding-bottom: 10%;
	}
	.about_num{
		padding: 2% 0;
	}
	.about_num li h3{
		font-size: 42px;
		line-height: 45px;
	}
}

/* css注释：设置了浏览器宽度不小于1440px时的样式*/

@media screen and (max-width: 1440px) {
	.about_desc p{
		font-size: 13px;
		line-height: 1.5;
	}
	.about_05{
		padding-bottom: 5%;
	}
	.about_num{
		padding: 3% 0;
	}
	.about_num li h3{
		font-size: 38px;
		height: 45px;
		line-height: 45px;
	}
}

.footer{
	margin-top: -1px;
	padding: 50px 0;
	background-color: #222;
	z-index: 0;
}
.footer .fr{
	text-align: right;
	font-size: 14px;
	line-height: 30px;
	color: #afafaf;
}
.footer .fr a{
	color: #afafaf;
}


/*菜单*/
.menu{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 30px;
}
.menu a{
	float: left;
	width: 17%;
	text-align: center;
	line-height: 52px;
	margin-right: 25px;
	border-radius: 30px;
	color: #fff;
	border: 1px solid #fff;
}
.menu a img{
	margin-right: 10px;
	vertical-align: middle;
}
.menu a:hover,
.menu a.on{
	border-color: #6f9fb5;
	background: #6f9fb5;
}



.content_box{
	margin: 0 auto 5%;
	width: 90%;
	min-width: 1100px;
	border-radius: 15px;
	background-color: #fff;
	overflow: hidden;
}

.content_box .container{
	width: 90%;
	max-width: 1400px;
	min-width: 1000px;
}

.content_box .package{
	padding: 4% 0;
}


/*联系方式*/
.contact .con_01{
	margin-top: -15%;
}
.contact_top{
	padding-bottom: 15px;
	margin-bottom: 50px;
	border-bottom: 1px solid #eee;
}
.contact_top ul{
	width: 76.85%;
}
.contact_top ul li{
	float: left;
	width: 102px;
	text-align: center;
	margin-right: 4.5%;
}
.contact_top ul li:last-child{
	margin-right: 0;
}
.contact_top ul li div{
	border-radius: 50%;
	overflow: hidden;
	border:1px solid #eee;
}
.contact_top ul li:hover div{
	box-shadow: 0 0 25px 0 rgba(0,0,0,0.3);
}

.contact_box h2{
	font-size: 32px;
	line-height: 60px;
	font-family: 'gothambold';
}

.qr_code {
	float: right;
}

.qr_code img {
	display: block;
	width: 107px;
	margin: 0 auto;
}

.qr_code span {
	display: block;
	color: #6f6f6f;
	text-align: center;
	line-height: 24px;
}


@media screen and (max-width: 1440px) {
	.contact_top{
		margin-bottom: 30px;
	}
	.contact_top ul li {
		width: 80px;
	}
	.contact_top ul li div{
		width: 85px;
	}
	.contact_top ul li p{
		font-size: 13px;
	}
	.contact_box h2{
		font-size: 28px;
		line-height: 50px;
	}
	.contact_box p{
		font-size: 12px;
	}
	.qr_code img{
		width: 90px;
	}
	.qr_code span{
		font-size: 12px;
		line-height: 16px;
	}
}

@media screen and (max-width: 1100px) {
	.contact .con_01{
		margin-top: -155px;
	}
}


.msg_name,
.msg_eml,
.msg_tel {
	float: left;
	width: 30%;
	height: 80px;
}
.msg_name em,
.msg_eml em,
.msg_tel em{
	display: block;
	line-height: 30px;
}

.msg_name,
.msg_eml {
	margin-right: 5%;
}

.msg input[type="text"]{
	width: 100%;
	line-height: 50px;
	border-bottom: 1px solid #eee;
}

.msg textarea{
	width: 100%;
	line-height: 30px;
	height: 100px;
	font-family: "arial";
	border-bottom: 1px solid #eee;
}
.msg input[type="submit"]{
	width: 190px;
	line-height: 55px;
	border-radius: 30px;
	color: #fff;
	text-align: center;
	background-color: #7e9eb3;
	cursor: pointer;
}

.msg_content {
	float: left;
	padding-top: 10px;
	width: 100%;
}

.msg_submit {
	float: left;
	padding-top: 25px;
}



.ban_bg {
	width: 100%;
	min-width: 1100px;
	height: 600px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.ban_bg .container{
	height: 100%;
}
.contactbg{
	width: 100%;
	min-width: 1100px;
	height: 900px;
	background: url(../images/contactbg.jpg) center no-repeat;
	background-size: cover;
}

/* css注释：设置了浏览器宽度不小于1601px时的样式*/

@media screen and (max-width: 1600px) {
	.ban_bg{
		height: 560px;
	}
	.contactbg{
		height: 700px;
	}
}

/* css注释：设置了浏览器宽度不小于1440px时的样式*/

@media screen and (max-width: 1480px) {
	.ban_bg{
		height: 480px;
	}
	.contactbg{
		height: 600px;
	}
}

/*产品技术*/

.skill_list ul li{
	margin-bottom: 20px;
}
.skill_list ul li .skill_img{
	width: 44.1%;
	max-width: 580px;
}
.skill_list ul li .skill_info{
	width: 50.7%;
	padding-bottom: 26.5%;
}
.skill_list ul li .skill_info div{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.skill_list ul li .skill_info h3{
	font-size: 30px;
	line-height: 40px;
	font-weight: normal;
	margin-bottom: 5px;
}


@media screen and (max-width: 1440px) {
	.skill_list ul li .skill_info h3{
		font-size: 24px;
	}
}



/*认证产品*/


.cer ul li {
	float: left;
	width: calc(96%/5);
	text-align: center;
	padding: 20px 0;
	border-radius: 10px;
	margin: 0 1% 1% 0;
	background: #f4f4f4;
}

.cer ul li:nth-child(5n) {
	margin-right: 0;
}

.cer ul li:hover {
	background-color: #fff;
	box-shadow: 0 0 21px 1px rgba(0, 0, 0, 0.15);
}

.cer ul li img {
	width: 190px;
}

.cer .desc {
	padding: 0 0 40px;
}

.cer_menu {
	width: 100%;
	line-height: 35px;
	overflow: hidden;
	padding-bottom: 20px;
}

.cer_menu a:first-child {
	margin-left: 0;
}

.cer_menu a {
	display: inline-block;
	margin: 0 10px;
	font-size: 14px;
	line-height: 40px;
}

.cer_menu .menu_back {
	float: right;
	width: 100px;
	height: 40px;
	cursor: pointer;
	background: #333;
	color: #fff;
	text-align: center;
	line-height: 40px;
	border-radius: 4px;
}

.cer_menu .menu_back:hover {
	background: #6fa0b5;
}

.cer_top {
	clear: both;
	padding: 25px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #eee;
}

.cer_top .fl {
	border: 1px solid #ddd;
}

.cer_top .fr {
	padding-top: 10px;
	width: calc(100% - 350px);
}

.cer_top .fr h3 {
	font-weight: normal;
	font-size: 24px;
	line-height: 2;
}

.cer_top .fr p {
	font-size: 15px;
	line-height: 1.8;
}

.cer_pro_list li{
	float: left;
	width: calc(96%/5);
	margin: 0 1% 1% 0;
	border-radius: 8px;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #eee;
}

.cer_pro_list li:nth-child(5n){
	margin-right: 0;
}
.cer_pro_list li a{
	display: block;
	padding-bottom: 5px;
}

.cer_pro_list li:hover {
	box-shadow: 0 5px 20px 0 rgba(0,0,0,0.15);
}







/*套间产品*/

.room {
	width: 100%;
}

.room li {
	width: calc(95.5%/4);
	margin: 0 1.5% 1.5% 0;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	float: left;
}

.room li:nth-child(4n){
	margin-right: 0;
}

.room li a {
	display: block;
	padding: 0;
	box-sizing: border-box;
	overflow: hidden;
	padding-bottom: 55px;
}

.room li .room_img {
	width: 100%;
	overflow: hidden;
}

.room li .room_info{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 0 30px;
	height: 55px;
	box-sizing: border-box;
	overflow: hidden;
}

.room li h2 {
	line-height: 55px;
	font-weight: normal;
	color: #fff;
	font-size: 20px;
}
.room li p{
	margin-top: 10px;
	color: #fff;
}
.room li i{
	width: 38px;
	height: 38px;
	position: absolute;
	left: 30px;
	bottom: 60px;
	opacity: 0;
	background: url(../images/room_icon.png) center no-repeat;
}

.room li:hover {
	box-shadow: 2px 12px 25px rgba(0, 0, 0, 0.08);
}

.room li:hover .room_info{
	padding: 40px 30px;
}

.room li:hover .room_info {
	height: 100%;
}

.room li:hover i{
	opacity: 1;
	bottom: 30px;
}


/* css注释：设置了浏览器宽度不小于1601px时的样式*/
@media screen and (max-width: 1600px) {
	.room li a{
		padding-bottom: 45px;
	}
	.room li .room_info{
		padding: 0 25px;
		height: 45px;
	}
	.room li h2{
		font-size: 18px;
		line-height: 45px;
	}
	.room li:hover .room_info{
		padding: 30px 25px;
	}
	.room li p{
		font-size: 13px;
		line-height: 24px;
	}
	.room li i{
		width: 30px;
		height: 30px;
		background-size: cover;
		left: 25px;
	}
	.room li:hover i{
		bottom: 25px;
	}
}

/* css注释：设置了浏览器宽度不大于1441px时的样式 */
@media screen and (max-width: 1440px) {
	.room li p{
		margin-top: 0;
		font-size: 12px;
		line-height: 18px;
	}
	.room li .room_info{
		padding: 0 20px;
		height: 45px;
	}
	.room li:hover .room_info{
		padding: 15px 20px;
	}
}


.room_show .fl {
	width: 26.5%;
	padding-bottom: 42.8%;
	box-sizing: border-box;
	border-radius: 10px;
}

.room_desc{
	position: absolute;
	left: 0;
	top: 0;
	padding: 10%;
}

.room_show .fl h2 {
	color: #fff;
	font: 32px/40px gothambold;	
	margin-bottom: 5px;
}

.room_show .fl h3{
	color: #fff;
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: normal;
}

.room_show .fl p {
	line-height: 26px;
	font-size: 14px;
	color: #fff;
	margin-bottom: 40px;
}

.room_show .fl a {
	border: 1px solid #fff;
	color: #fff;
	width: 212px;
	height: 46px;
	line-height: 46px;
	border-radius: 40px;
	display: block;
	text-align: center;
}

.room_show .fl a:hover {
	color: #000;
	background: #fff;
}

.room_show .fr{
	width: 71.42%;
}

.room_show .fr .fr_big{
	border-radius: 10px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 3.8%;
}

.room_show h3.room_title {
	font-weight: normal;
	line-height: 90px;
	font-size: 20px;
}


/* css注释：设置了浏览器宽度不小于1601px时的样式*/
@media screen and (max-width: 1600px) {
	.room_show .fl h2{
		font-size: 28px;
		line-height: 34px;
	}
	.room_show .fl h3{
		font-size: 18px;
	}
	.room_show .fl p{
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 30px;
	}
	.room_show .fl a{
		width: 200px;
	}
}

/* css注释：设置了浏览器宽度不大于1441px时的样式 */
@media screen and (max-width: 1440px) {
	.room_show .fl h2{
		font-size: 24px;
		line-height: 30px;
	}
	.room_show .fl h3{
		font-size: 16px;
	}
	.room_show .fl p{
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 30px;
	}
	.room_show .fl a{
		width: 180px;
		font-size: 12px;
	}
}


.i_menu_box ul li.on .video_ise {
	opacity: 1;
	top: 50%;
}

.video_ise {
	display: inline-block!important;
	margin: 0 auto;
	width: 90px!important;
	height: 90px!important;
	cursor: pointer;
	line-height: 50px;
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
	opacity: 1;
	margin-top: -45px;
}

.video_ise img {
	vertical-align: middle;
}

.video_ise:hover {
	opacity: 1;
	transform: scale(1.05, 1.05);
}

#thumbs {
	width: 650px;
	height: 76px;
	position: fixed;
	bottom: 25px;
	left: 6%;
	z-index: 999;
	margin: 0 auto;
	cursor: pointer;
}

#thumbs img {
	width: 95%;
	display: block;
	border-radius: 4px;
}

#thumbs .swiper-slide-thumb-active img {
	opacity: 1;
	border: 2px solid #fff;
}

#thumbs img {
	opacity: .5;
	border: 2px solid rgba(255, 255, 255, .0);
}





/*会员*/
.loging {
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 166px;
    left: 0;
    right: 0;
    z-index: 8;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/loging.jpg);
}
.loging .container{
	height: 100%;
}
.loging_page{
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -225px;
	width: 38.5%;
	height: auto;
	padding: 50px;
	text-align: center;
	box-sizing: border-box;
	border-radius: 15px;
	background-color: #fff;
}
.loging_page h3{
	color: #6fa0b5;
	font: 35px/95px '微软雅黑';
	font-weight: bold;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.loging_page .formitem{
	height: 85px;
	text-align: left;
}
.loging_page .formitem em{
	padding: 0 35px;
	display: block;
	line-height: 30px;
}
.loging_page .formitem input{
	width: 100%;
	border-radius: 30px;
	line-height: 50px;
	font-size: 16px;
	padding: 0 30px;
	box-sizing: border-box;
	border: 1px solid #e3e3e3;
}
.loging_page input[type="submit"]{
	width: 100%;
	color: #fff;
	font: 16px/50px '微软雅黑';
	background-color: #6fa0b5;
	border-radius: 30px;
	cursor: pointer;
	margin-bottom: 15px;
}

.ab_tit {
    width: 100%;
    clear: both;
    overflow: hidden;
    position: relative;
    padding-bottom: 40px;
}
.ab_tit h3 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: normal;
    color: #000;
    line-height: 1;
	margin-bottom: 20px;
}
.apply .formitem {
    float: left;
	width: calc(95%/2);
	height: 80px;
	margin-right: 5%;
}
.apply .user_mobile,
.apply .user_mail,
.apply .user_company{
	margin-right: 0;
}
.apply input[type="text"] {
    display: block;
    float: left;
    width: 100%;
    overflow: hidden;
    border: 1px solid #ddd;
    color: #999;
    padding: 0 20px;
    text-align: left;
	box-sizing: border-box;
    line-height: 50px;
}
.apply .Validform_checktip {
    font-size: 12px;
    width: 100%;
    clear: both;
    line-height: 2;
	padding: 0 21px;
}
.apply textarea {
    display: block;
    border: 1px solid #ddd;
    padding: 20px;
    line-height: 20px;
    width: 100%;
	box-sizing: border-box;
    height: 150px;
	font-family: "arial";
}
.user_sub{
	padding-top: 50px;
}
.apply input[type="submit"]{
	display: block;
	margin: 0 auto;
	width: 160px;
	height: 50px;
	color: #fff;
	border-radius: 30px;
	cursor: pointer;
	background-color: #6fa0b5;
}


.package_left {
    width: 220px;
    float: left;
}
.package_left .left_nav li a {
    display: block;
    width: 190px;
    padding: 0 15px;
    line-height: 45px;
    text-transform: capitalize;
    display: block;
    background: #727272;
    color: #fff;
    font-size: 16px;
    clear: both;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
}
.package_left .left_nav li a.on, .package_left .left_nav li a:hover {
    background: #6fa0b5;;
    color: #fff;
}
.my_info {
    float: right;
    width: calc(100% - 250px);
    min-height: 600px;
	padding: 40px;
	background-color: #fff;
	box-sizing: border-box;
}
.my_info li {
    width: 100%;
    display: block;
    float: left;
    padding-bottom: 30px;
    position: relative;
}
.my_info li .fl {
    width: 90px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    float: left;
    color: #666;
    border: 1px solid #ddd;
}
.my_info li .fr {
    float: left;
	width: calc(100% - 113px);
}
.my_info li .fr input {
    display: block;
    width: 100%;
    height: 42px;
    font-size: 14px;
    line-height: 42px;
    background: #fff;
	box-sizing: border-box;
    padding: 0 10px;
    border: 1px solid #ddd;
    border-left: 0;
}
.my_info li .Validform_checktip {
    font-size: 12px;
    width: 100%;
    clear: both;
    position: absolute;
    bottom: 5px;
    left: 122px;
    line-height: 2;
}
.my_info .bot_submit {
    float: left;
	text-align: center;
}
.my_info .bot_submit div {
    display: block;
    width: 100px;
    border: 1px solid #ddd;
    background: #ddd;
    color: #666;
    line-height: 35px;
    float: left;
    text-align: center;
    text-transform: uppercase;
    border-radius: 20px;
    margin-right: 20px;
    cursor: pointer;
}
.my_info .bot_submit div {
    display: block;
    width: 100px;
    border: 1px solid #ddd;
    background: #ddd;
    color: #666;
    line-height: 35px;
    float: left;
    text-align: center;
    text-transform: uppercase;
    border-radius: 20px;
    margin-right: 20px;
    cursor: pointer;
}
.my_info .bot_submit div:hover {
    background: #6fa0b5;;
    color: #fff;
    border-color: #6fa0b5;;
}
.pro_click{
	position: absolute;
	bottom: 0;
	left: 42%;
	font-size: 16px;
	padding: 3px 15px 3px 10px;
	box-sizing: border-box;
	color: #333;
	background-color: #ececec;
}
.pro_click i{
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	margin-right: 5px;
	background: url(../images/click.png) no-repeat;
	background-size: cover;
}


/*购物车*/


.cart_list {
	float: right;
	width: calc(100% - 250px);
	min-height: 600px;
}

.cart_list .cart_notice {
	background: #fff;
	width: 100%;
	box-sizing: border-box;
	min-height: 500px;
	overflow: hidden;
	padding: 50px;
}

.cart_list ul {
	width: 100%;
	float: left;
}

.cart_list ul li {
	float: left;
	width: 49.5%;
	overflow: hidden;
	background: #fff;
	margin: 0 1% 1% 0;
	position: relative;
	padding: 25px;
	box-sizing: border-box;
	color: #fff;
}

.cart_list ul li:nth-child(2n){
	margin-right: 0;
}

.cart_list ul li .pro_top{
	width: 100%;
	clear: both;
}

.cart_list ul li .pro_top .fl {
	width: 150px;
	height: 150px;
	overflow: hidden;
}

.cart_list ul li .pro_bot {
	float: right;
	width: calc( 100% - 175px);
	padding-top: 8px;
	
}

.cart_list ul li .pro_bot h3 {
	color: #000;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 10px;
}

.cart_list ul li .pro_bot p {
	line-height: 1.8;
	text-transform: capitalize;
	color: #666;
	font-size: 14px;
}

.cart_list ul li strong {
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 30px;
	background-image: url(del.png);
	opacity: 0;
	z-index: 1;
	cursor: pointer;
}

.cart_list ul li:hover img {
	transform: scale(1.1,1.1);
}

.cart_list ul li:hover strong {
	opacity: 1;
}

.cart_list .add_order {
	border: 1px solid #6fa0b5;
	color: #6fa0b5;
	text-align: center;
	cursor: pointer;
	text-transform: uppercase;
	padding: 15px 15px;
	cursor: pointer;
	float: left;
	margin: 40px 0 0 0;
	background: #f8f8f8;
	float: left;
}

.cart_list .add_order:hover {
	background: #6fa0b5;
	color: #fff;
}

.cart_list ul li:hover {
	box-shadow: 0 4px 10px rgba(0, 0, 0, .1)
}

.pro_top_color{
	display: block;
	width: 50px;
	height: 20px;
	border: 1px solid #ccc;
	border-radius: 6px;
}

.cart_list ul li .pro_bot h4{
	position: absolute;
	right: 25px;
	bottom: 25px;
	font-size: 24px;
	font-weight: normal;
}



/*订单中心*/

.order_list {
	float: right;
	width: calc(100% - 250px);
	min-height: 400px;
}

.order_list ul li {
	float: left;
	padding: 30px;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 20px;
	background: #fff;
}

.order_list ul li .fl {
	line-height: 35px;
	font-size: 16px;
	text-transform: capitalize;
}
.order_list ul li .fl b{
	font-size: 24px;
}

.order_list ul li .fr {
	width: 230px;
}

.order_list ul li .fr div,.order_list ul li .fr a {
	display: block;
	width: 100px;
	float: left;
	line-height: 35px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	text-transform: capitalize;
}

.order_list ul li .order_see,.order_list ul li .order_print {
	background: #6fa0b5;
}

.order_list ul li .order_del {
	background: #c7c7c7;
	margin-left: 30px;
}

.order_list ul li .order_see:hover,.order_list ul li .order_print:hover {
	background: #668f7d;
}

.order_list ul li .order_del:hover {
	background: #717171;
}

.order_list ul li p {
	display: block;
	width: 100%;
	font-size: 13px;
	color: #999;
	line-height: 16px;
	padding-top: 30px;
	float: left;
}


/* css注释：设置了浏览器宽度不大于1441px时的样式 */
@media screen and (max-width: 1440px) {
	.cart_list ul li .pro_bot h3{
		font-size: 20px;
		line-height: 24px;
	}
	.cart_list ul li .pro_bot p{
		font-size: 12px;
	}
	.cart_list ul li .pro_bot h4{
		font-size: 20px;
	}
}