@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #f1f1f1;
	font-size: 13px;
	line-height: 28px;
	color: #333;
	text-decoration: none;
	font-family: "微软雅黑";
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #007CC3;
	text-decoration: none;
}

img {
	border: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
p,
b,
i,
span {
	font-weight: normal;
	color: #333;
}

.bg-fff {
	background: #fff;
}

/*bootstrap4中的margin与padding*/
.m-0 {
	margin: 0 !important;
}

.mt-0,
.my-0 {
	margin-top: 0 !important;
}

.mr-0,
.mx-0 {
	margin-right: 0 !important;
}

.mb-0,
.my-0 {
	margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
	margin-left: 0 !important;
}

.m-1 {
	margin: 0.25rem !important;
}

.mt-1,
.my-1 {
	margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
	margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
	margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
	margin-left: 0.25rem !important;
}

.m-2 {
	margin: 0.5rem !important;
}

.mt-2,
.my-2 {
	margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
	margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
	margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
	margin-left: 0.5rem !important;
}

.m-3 {
	margin: 1rem !important;
}

.mt-3,
.my-3 {
	margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
	margin-right: 1rem !important;
}

.mb-3,
.my-3 {
	margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
	margin-left: 1rem !important;
}

.m-4 {
	margin: 1.5rem !important;
}

.mt-4,
.my-4 {
	margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
	margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
	margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
	margin-left: 1.5rem !important;
}

.m-5 {
	margin: 3rem !important;
}

.mt-5,
.my-5 {
	margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
	margin-right: 3rem !important;
}

.mb-5,
.my-5 {
	margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
	margin-left: 3rem !important;
}

.p-0 {
	padding: 0 !important;
}

.pt-0,
.py-0 {
	padding-top: 0 !important;
}

.pr-0,
.px-0 {
	padding-right: 0 !important;
}

.pb-0,
.py-0 {
	padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
	padding-left: 0 !important;
}

.p-1 {
	padding: 0.25rem !important;
}

.pt-1,
.py-1 {
	padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
	padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
	padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
	padding-left: 0.25rem !important;
}

.p-2 {
	padding: 0.5rem !important;
}

.pt-2,
.py-2 {
	padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
	padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
	padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
	padding-left: 0.5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.pt-3,
.py-3 {
	padding-top: 1rem !important;
}

.pr-3,
.px-3 {
	padding-right: 1rem !important;
}

.pb-3,
.py-3 {
	padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
	padding-left: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.pt-4,
.py-4 {
	padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
	padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
	padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
	padding-left: 1.5rem !important;
}

.p-5 {
	padding: 3rem !important;
}

.pt-5,
.py-5 {
	padding-top: 3rem !important;
}

.pr-5,
.px-5 {
	padding-right: 3rem !important;
}

.pb-5,
.py-5 {
	padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
	padding-left: 3rem !important;
}

.m-auto {
	margin: auto !important;
}

.mt-auto,
.my-auto {
	margin-top: auto !important;
}

.mr-auto,
.mx-auto {
	margin-right: auto !important;
}

.mb-auto,
.my-auto {
	margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
	margin-left: auto !important;
}

/*top*/
.top {
	height: 34px;
	border-bottom: #e8e8e8 1px solid;
	background: #f7f7f7;
	padding: 0px;
	margin: 0px;
}

.top .top-in {
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	margin: 0px auto;
	font-size: 12px;
}

.top .top-in .top-r {
	width: auto;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	float: right;
	border-right: 1px solid #e8e8e8;
}

.top .top-in .top-r span {
	width: auto;
	height: 39px;
	line-height: 34px;
	overflow: hidden;
	float: right;
	border-left: 1px solid #e8e8e8;
	padding: 0px 20px;
}

/*head*/
.header {
	width: 100%;
	overflow: hidden;
}

.head {
	height: 100px;
	overflow: hidden;
	margin: 0px auto;
}

.head img {
	float: left;
	max-height: 100px;
}

.head .tel {
	float: right;
	font-size: 13px;
	color: #666;
	background: url('/static/default/style/images/tel.jpg') no-repeat 0px 5px;
	margin-top: 28px;
	line-height: 20px;
	text-indent: 40px;
}

.head .tel p {
	color: #F58D0B;
	font-size: 25px;
}

.head .tel p span {
	color: #F58D0B;
	font-size: 25px;
	padding-left: 40px;
	line-height: 32px;
}

/*header*/
.heade {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 3.75rem;
	overflow: hidden;
	border-bottom-color: rgb(202, 202, 202);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	/*position: fixed;*/
	z-index: 9999;
	background-color: rgb(244, 244, 244);
}

.heade img {
	padding-left: 0.25rem;
	padding-top: 0.25rem;
	/* width: 11.6rem; */
	height: 3.25rem;
	z-index: 100;
	float: left;
}

.heade .tel-num {
	color: rgb(0, 0, 0);
	line-height: 3.5rem;
	font-size: 1rem;
	display: inline-block;
	float: right;
	margin-right: 15px;
}

.heade .tel-num {
	margin-top: 0.7rem;
	margin-left: 1rem;
	display: inline-block;
}

.heade .tel-num {
	color: rgb(223, 45, 30);
	line-height: 1.5rem;
	font-size: 1.5rem;
}

.heade .tel-num:hover {
	color: rgb(223, 45, 30);
}

.heade .tel-num::before {
	width: 2.20rem;
	height: 2.20rem;
	margin-right: 0.3rem;
	vertical-align: middle;
	display: inline-block;
	content: "";
	background-image: url("/static/default/style/images/common-icon.png");
	background-repeat: no-repeat;
	background-size: 161px auto;
	-webkit-background-size: 161px auto;
}

/*nav*/
.nav-bar {
	height: 48px;
	background: url('data:image/jpg;base64,/9j/4AAQSkZJRgABAQEAYABgAAD/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0aHBwgJC4nICIsIxwcKDcpLDAxNDQ0Hyc5PTgyPC4zNDL/2wBDAQkJCQwLDBgNDRgyIRwhMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjL/wAARCAAxAAoDASIAAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwCh/wAJBqn/AD/XX/gTJ/8AFUf8JBqn/P8AXX/gTJ/8VWZRX13sodj4j21T+ZhRRRWhkFFTeXH/AH5P++B/jR5cf9+T/vgf40WfYqzCiiiuko//2Q==') repeat-x;
	z-index: 99999;
}

.caret {
	color: #fff;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid \9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.navbar-me {
	height: 48px;
	background: url('data:image/jpg;base64,/9j/4AAQSkZJRgABAQEAYABgAAD/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0aHBwgJC4nICIsIxwcKDcpLDAxNDQ0Hyc5PTgyPC4zNDL/2wBDAQkJCQwLDBgNDRgyIRwhMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjL/wAARCAAxAAoDASIAAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwCh/wAJBqn/AD/XX/gTJ/8AFUf8JBqn/P8AXX/gTJ/8VWZRX13sodj4j21T+ZhRRRWhkFFTeXH/AH5P++B/jR5cf9+T/vgf40WfYqzCiiiuko//2Q==') repeat-x;
	z-index: 99999;
}

.navbar-me>* {
	font-size: 16px;
}

.navbar-me .navbar-brand {
	color: #fff;
}

.navbar-me .navbar-brand:hover,
.navbar-me .navbar-brand:focus {
	color: #fff;
	background-color: transparent;
}

.navbar-me .navbar-text {
	color: #fff;
}

.navbar-me .navbar-nav>li:hover {
	color: #fff;
	background: url("data:image/jpg;base64,/9j/4AAQSkZJRgABAQEAYABgAAD/4QBYRXhpZgAATU0AKgAAAAgABAExAAIAAAARAAAAPlEQAAEAAAABAQAAAFERAAQAAAABAAAAAFESAAQAAAABAAAAAAAAAABBZG9iZSBJbWFnZVJlYWR5AAD/2wBDAAcFBQYFBAcGBQYIBwcIChELCgkJChUPEAwRGBUaGRgVGBcbHichGx0lHRcYIi4iJSgpKywrGiAvMy8qMicqKyr/2wBDAQcICAoJChQLCxQqHBgcKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKir/wAARCAAwAAQDASIAAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwD0T7daf8+dr/34X/Ciuf8AMb1or8v+uSPvPq0RlFO20Vw2Ou5a8g0VrfYJv+eMn/fBorv+ry7HH7Zdz//Z") repeat-x;
	text-decoration: none;
}

.navbar-me .navbar-nav>li>a {
	color: #fff;
}

.navbar-me .navbar-nav .dropdown .dropdown-menu {
	width: 100% !important;
}

.navbar-me .navbar-nav>li>a:hover,
.navbar-me .navbar-nav>li>a:focus {
	color: #fff;
	background-color: transparent;
}

.navbar-me .navbar-nav>.active>a,
.navbar-me .navbar-nav>.active>a:hover,
.navbar-me .navbar-nav>.active>a:focus {
	color: #fff;
	background: url("data:image/jpg;base64,/9j/4AAQSkZJRgABAQEAYABgAAD/4QBYRXhpZgAATU0AKgAAAAgABAExAAIAAAARAAAAPlEQAAEAAAABAQAAAFERAAQAAAABAAAAAFESAAQAAAABAAAAAAAAAABBZG9iZSBJbWFnZVJlYWR5AAD/2wBDAAcFBQYFBAcGBQYIBwcIChELCgkJChUPEAwRGBUaGRgVGBcbHichGx0lHRcYIi4iJSgpKywrGiAvMy8qMicqKyr/2wBDAQcICAoJChQLCxQqHBgcKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKir/wAARCAAwAAQDASIAAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwD0T7daf8+dr/34X/Ciuf8AMb1or8v+uSPvPq0RlFO20Vw2Ou5a8g0VrfYJv+eMn/fBorv+ry7HH7Zdz//Z") repeat-x;
	text-decoration: none;
	transition: 0.3s all;
}

.navbar-me .navbar-nav>.disabled>a,
.navbar-me .navbar-nav>.disabled>a:hover,
.navbar-me .navbar-nav>.disabled>a:focus {
	color: #ccc;
	background-color: transparent;
}

.navbar-me .navbar-toggle {
	border-color: #ddd;
}

.navbar-me .navbar-toggle:hover,
.navbar-me .navbar-toggle:focus {
	background-color: #ddd;
}

.navbar-me .navbar-toggle .icon-bar {
	background-color: #888;
}

.navbar-me .navbar-collapse,
.navbar-me .navbar-form {
	border-color: #e7e7e7;
}

.navbar-me .navbar-nav>.open>a,
.navbar-me .navbar-nav>.open>a:hover,
.navbar-me .navbar-nav>.open>a:focus {
	color: #555;
	background-color: #e7e7e7;
}

@media (max-width:767px) {
	.navbar-me .navbar-nav .open .dropdown-menu>li>a {
		color: #fff;
	}

	.navbar-me .navbar-nav .open .dropdown-menu>li>a:hover,
	.navbar-me .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #333;
		background-color: transparent;
	}

	.navbar-me .navbar-nav .open .dropdown-menu>.active>a,
	.navbar-me .navbar-nav .open .dropdown-menu>.active>a:hover,
	.navbar-me .navbar-nav .open .dropdown-menu>.active>a:focus {
		color: #555;
		background-color: #e7e7e7;
	}

	.navbar-me .navbar-nav .open .dropdown-menu>.disabled>a,
	.navbar-me .navbar-nav .open .dropdown-menu>.disabled>a:hover,
	.navbar-me .navbar-nav .open .dropdown-menu>.disabled>a:focus {
		color: #ccc;
		background-color: transparent;
	}
}

.navbar-me .navbar-link {
	color: #fff;
}

.navbar-me .navbar-link:hover {
	color: #333;
}

.navbar-me .btn-link {
	color: #fff;
}

.navbar-me .btn-link:hover,
.navbar-me .btn-link:focus {
	color: #333;
}

.navbar-me .btn-link[disabled]:hover,
fieldset[disabled] .navbar-me .btn-link:hover,
.navbar-me .btn-link[disabled]:focus,
fieldset[disabled] .navbar-me .btn-link:focus {
	color: #ccc;
}




/*banner*/
#banner {
	clear: both;
	min-width: 1000px;
	width: 100%;
	margin: 0px auto;
}

.slider_img {
	display: block;
	text-align: center;
	height: 100%;
}

.slider_img img {
	display: inline-block !important;
	margin: 0px 0;
	max-width: 100%;
	width: auto;
	height: auto;
	display: block;
}

.wmuSlider {
	height: 100% !important;
	position: relative;
	overflow: hidden;
}

.bbdd {
	z-index: 2;
	position: absolute;
	bottom: 5%;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}

.bbdd li {
	margin: 0 10px 10px 0;
	list-style-type: none;
	display: inline-block;
}

.bbdd a {
	display: inline-block;
	text-indent: 999px;
	width: 32px;
	height: 16px;
	background: url('/static/default/style/images/dot.png') no-repeat 0 -16px;
	display: block;
	overflow: hidden;
}

.bbdd a.wmuActive {
	background-position: 0 0;
}

.banner {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 10px;
	background: #f1f1f1;
}

.banner img {
	min-width: 1000px;
	max-width: 100%;
}

.wmuSliderPrev,
.wmuSliderNext {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: url('/static/default/style/images/ad_ctr.png') no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
}

.wmuSliderNext {
	background-position: 0 -70px;
	right: 0;
}

.wmuSliderPrev {
	left: 0;
}

.wmuSlider:hover .wmuSliderNext {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.wmuSlider:hover .wmuSliderPrev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.wmuSlider:hover .wmuSliderNext:hover,
.wmuSlider:hover .wmuSliderPrev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.main {
	width: 1000px;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
	padding: 0px 30px;
}

.s-box {
	width: 1000px;
	background: url(box-shadow.jpg) no-repeat center bottom;
	padding-bottom: 20px;
	margin-top: -20px;
	position: absolute;
}

.s-box .searchbox {
	width: 998px;
	background: #f7f7f7;
	border: 1px solid #fff;
	height: 50px;
	border-radius: 5px;
}

.search {
	width: 272px;
	height: 35px;
	float: left;
	margin-top: 8px;
	margin-left: 10px;
}

.search .search_text {
	width: 220px;
	height: 33px;
	line-height: 33px;
	border: 0;
	float: left;
	border: 1px solid #ccc;
	color: #999;
	padding-left: 10px;
	font-family: "微软雅黑";
}

.search .search_but {
	width: 40px;
	height: 35px;
	line-height: 35px;
	border: 0;
	float: right;
	background: #ccc url(search.png) no-repeat center center;
}

.hots {
	width: 650px;
	height: 50px;
	line-height: 50px;
	float: right;
}

.hots p {
	float: left;
	margin-right: 30px;
}

.pro {
	margin-top: 52px;
	margin-left: -15px;
	overflow: hidden;
}

.pro .pro-left {
	width: 100%;
	background: #fff;
	float: left;
/* 	box-shadow: -6px 0 6px #e6e6e6,
		6px 0 6px #e6e6e6,
		0 0px 0px #e3e3e3,
		0 0px 0px #e3e3e3; */
	padding-top: 10px;
}

.pro .pro-left p {
	font-size: 17px;
	font-weight: bold;
	color: #007CC3;
	line-height: 23px;
	margin-left: 10px;
}

.pro .pro-left p span {
	font-family: "宋体";
	font-size: 22px;
	font-weight: bold;
	color: #007CC3;
	line-height: 20px;
}

.sf-menu {
	display: table;
	width: calc(100% - 20px);
	margin: 0px auto;
	margin: 5px 10px 10px 10px;
}

.sf-menu li {
	clear: both;
	font-size: 14px;
	line-height: 24px;
	border-top: 1px solid #fff;
	margin-top: 1px;
}

.sf-menu li a,
.sf-menu li:hover a {
	display: block;
	padding: 5px 0 5px 30px;
	background: #007CC3 url('/static/default/style/images/point.png') 10px 12px no-repeat;
	color: #fff;
}

.sf-menu li a:hover {
	color: #fff;
}

.sf-menu h5 {
	clear: both;
	font-size: 14px;
	line-height: 24px;
	border-top: 1px solid #fff;
	margin-top: 1px;
	margin: 0px;
}

.sf-menu h5 a,
.sf-menu h5:hover a {
	display: block;
	padding: 5px 0 5px 30px;
	background: #007CC3 url('/static/default/style/images/point_on.png') 10px 12px no-repeat;
	color: #fff;
}
.sf-menu h5.on a {
	display: block;
	padding: 5px 0 5px 30px;
	background: #007CC3 url('/static/default/style/images/point.png') 10px 12px no-repeat;
	color: #fff;
}

.sf-menu h3 {
	clear: both;
	font-size: 14px;
	line-height: 24px;
	border-top: 1px solid #fff;
	margin-top: 1px;
	margin: 0px;
}

.sf-menu h3 a {
	display: block;
	line-height: 20px;
	color: #333;
	padding: 7px 0 5px 25px;
	background: #fff url('/static/default/style/images/point1.png') 10px 13px no-repeat;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	border-bottom: 1px dashed #ddd;
}
.sf-menu h3:hover a,
.sf-menu h3.on:hover a{
	display: block;
	line-height: 20px;
	color: #333;
	padding: 7px 0 5px 25px;
	background: #DDF2FF url('/static/default/style/images/point1.png') 10px 13px no-repeat;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	border-bottom: 1px dashed #ddd;
}
.sf-menu h3.on a {
	display: block;
	line-height: 20px;
	color: #333;
	padding: 7px 0 5px 25px;
	background: #fff url('/static/default/style/images/point1_on.png') 10px 13px no-repeat;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	border-bottom: 1px dashed #ddd;
}

.sf-menu li li {
	clear: both;
	position: relative;
	text-transform: capitalize;
	margin: 0 auto;
}

.sf-menu li li a,
.sf-menu li:hover li a {
	line-height: 20px;
	color: #333;
	padding: 7px 0 5px 25px;
	background: #fff url('/static/default/style/images/point1.png') 10px 13px no-repeat;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	border-bottom: 1px dashed #ddd;
}

.sf-menu li li a:hover {
	text-decoration: none;
	color: #333;
	background: #DDF2FF url('/static/default/style/images/point1.png') 10px 13px no-repeat;
}

.sf-menu li li.LiProDetail a {
	background: #fff url('/static/default/style/images/point1.png') no-repeat 10px 13px;
}

.sf-menu li li.LiProDetail a:hover {
	background: #DDF2FF url('/static/default/style/images/point1.png') no-repeat 10px 13px;
}

ul.sf-menu ul ul {
	position: absolute;
	top: 0px;
	margin: 0px;
	padding: 0 0 0 0;
	visibility: hidden;
	border: 0px;
	padding: 0;
	border-radius: 0px;
	background: #fff;
	opacity: 0.9;
}

.sf-menu li li li {
	background: #fff;
	padding: 0;
	min-height: 28px;
}

.sf-menu li li:hover {
	opacity: 1;
}

.sf-menu li li li a,
.sf-menu li:hover li li a {
	text-decoration: none;
	background: url('/static/default/style/images/point1.png') #ddd no-repeat 10px 13px;
	border-bottom: 1px solid #ccc;
	padding: 7px 0 5px 12px;
	text-indent: 15px;
	font-weight: normal;
}

ul.pro-menu {
	margin-top: -1px;
	margin: 0px;
	padding: 0px;
	text-transform: capitalize;
}

ul.sf-menu li:hover>ul {
	visibility: visible;
	margin: 0px;
	padding: 0px;
}

.leftcontact {
	margin: 5px 15px 0px 15px;
}

.leftcontact h3 {
	font-size: 16px;
	color: #007CC3;
}

.sb-menu {
	display: none;
}

.sb-menu .level2 {
	clear: both;
	font-size: 14px;
	line-height: 24px;
	border-top: 1px solid #fff;
	margin-top: 1px;
}

.sb-menu .level2 a {
	line-height: 20px;
	color: #333;
	padding: 7px 0 5px 25px;
	background: #fff url('/static/default/style/images/point1.png') 10px 13px no-repeat;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	border-bottom: 1px dashed #ddd;
}

.sb-menu .level2 a:hover {
	line-height: 20px;
	color: #333;
	padding: 7px 0 5px 25px;
	text-decoration: none;
	color: #333;
	font-size: 12px;
	font-weight: normal;
	border-bottom: 1px dashed #ddd;
	background: #DDF2FF url('/static/default/style/images/point1.png') 10px 13px no-repeat;
}
.sb-menu .level3 {
	clear: both;
	font-size: 14px;
	line-height: 24px;
	border-top: 1px solid #fff;
	margin-top: 1px;
}

.sb-menu .level3 a {
	line-height: 20px;
	color: #333;
	padding: 7px 0 5px 25px;
	background: #fff url('/static/default/style/images/point2.png') 10px 13px no-repeat;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	border-bottom: 1px dashed #ddd;
}

.sb-menu .level3 a:hover {
	line-height: 20px;
	color: #333;
	padding: 7px 0 5px 25px;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	border-bottom: 1px dashed #ddd;
	background: #DDF2FF url('/static/default/style/images/point2.png') 10px 13px no-repeat;
}


.pro .pro-right {
	float: right;
	background: #e4e4e4;
	padding: 10px;
}

.protitle {
	border-bottom: 1px dashed #ccc;
	width: 100%;
	height: 58px;
	padding: 10px;
	margin-bottom: 12px;
}

.protitle p {
	min-width: 150px;
	height: 38px;
	background: url('/static/default/style/images/pro_tab.jpg') no-repeat;
	text-align: center;
	line-height: 34px;
	color: #fff;
	float: left;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 5px;
}

.protitle span {
	float: right;
	font-size: 12px;
	line-height: 40px;
}

.prolist {
	border: 1px solid #d1d1d1;
	background: #fff;
	overflow: hidden;
}

/*.prolist li div {height:189px; float:left; margin:0px 0px 14px 10.5px; border:1px solid #ddd; padding:1px; text-align:center;overflow: hidden;text-overflow: ellipsis;}
.prolist li div img { height:150px;}
.prolist li:hover div { border:1px solid #007CC3;}*/

.title {
	height: 49px;
	background: url('/static/default/style/images/tit-bg.jpg') no-repeat bottom right;
}

.title p {
	float: left;
	line-height: 20px;
	font-size: 15px;
	padding-left: 15px;
	color: #999;
	font-weight: normal;
}

.title p span {
	float: left;
	line-height: 29px;
	font-weight: bold;
	font-size: 17px;
	font-family: "微软雅黑";
	color: #007CC3;
}

.title .more {
	float: right;
	margin-right: 15px;
	line-height: 54px;
}

.news-title {
	height: 55px;
	padding: 10px 0px;
	border-bottom: 1px solid #ddd;
}

.news-title p {
	float: left;
	line-height: 20px;
	font-size: 14px;
	padding-left: 15px;
	font-weight: normal;
	color: #999;
}

.news-title p span {
	float: left;
	line-height: 20px;
	font-weight: bold;
	font-size: 17px;
	font-family: "微软雅黑";
	color: #007CC3;
}

.news-title .more {
	float: right;
	line-height: 34px;
	margin-right: 15px;
}

.abo {
	width: 1000px;
	overflow: hidden;
	margin-top: 16px;
}

.abo .aboleft {
	width: 100%;
	float: left;
	border: 1px solid #ddd;
	background: #fff;
}

.profile {
	margin: 20px;
	line-height: 25px;
	height: 200PX;
	overflow: hidden;
}

.profile img {
	width: 230px;
	height: 180px;
	float: left;
	margin-right: 20px;
}

.profile p {
	font-weight: bold;
	font-size: 16px;
	color: #333;
}

.abo .aboright {
	width: 280px;
	float: right;
	border: 1px solid #ddd;
	background: #fff;
}

.honour {
	margin: 20px;
	width: 240px;
	height: 200px;
	overflow: hidden;
	line-height: 25px;
	text-align: center;
}

.honour img {
	width: 240px;
	height: 200px;
}

.hotpro {
	border: 1px solid #ddd;
	margin-top: 16px;
	height: auto;
	overflow: hidden;
	background: #fff;
}

.pro-scr {
	width: 998px;
	height: auto;
	OVERFLOW: hidden;
	ZOOM: 1;
	margin: 0px auto 20px;
	margin-top: 20px;
}

.pro-scr .pcont {
	FLOAT: left;
	OVERFLOW: hidden;
	WIDTH: 956px;
}

.pro-scr .ScrCont {
	WIDTH: 32733px;
	ZOOM: 1;
}

.pro-scr #List1_1 {
	FLOAT: left;
}

.pro-scr #List2_1 {
	FLOAT: left;
}

.pro-scr .LeftBotton {
	background: url('/static/default/style/images/left.jpg') no-repeat left top;
	FLOAT: left;
	WIDTH: 20px;
	HEIGHT: 51px;
	margin-top: 66px;
}

.pro-scr .RightBotton {
	background: url('/static/default/style/images/right.jpg') no-repeat top right;
	FLOAT: right;
	WIDTH: 20px;
	HEIGHT: 51px;
	margin-top: 66px;
}

.pro-scr .LeftBotton:hover {
	background: url('/static/default/style/images/left-h.jpg') no-repeat left top;
	transition: 0.5s all;
}

.pro-scr .RightBotton:hover {
	background: url('/static/default/style/images/right-h.jpg') no-repeat right top;
	transition: 0.5s all;
}

.pro-scr .pl {
	DISPLAY: block;
	CURSOR: pointer;
	float: left;
}

.pro-scr .pl li {
	width: 210px;
	height: 220px;
	margin-left: 20px;
	padding: 1px;
	float: left;
	border: 1px solid #ddd;
	text-align: center;
	line-height: 25px;
}

.pro-scr .pl li img {
	width: 210px;
	height: 183px;
}

.pro-scr .pl li:hover {
	border: 1px solid #007CC3;
}

.news {}

.news .news-left {
	border-top: 2px solid #007CC3;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background: #fff;
}

.news .news-left .topone {
	margin: 20px 20px 10px 20px;
	overflow: hidden;
}

.news .news-left .topone img {
	float: left;
	width: 120px;
	height: 100px;
	margin-right: 20px;
}

.news .news-left .topone strong {
	float: right;
	height: 25px;
	line-height: 25px;
	width: 460px;
	display: inline-block;
	font-size: 15px;
	font-weight: normal;
	overflow: hidden;
}

.news .news-left .topone span {
	float: right;
	height: 30px;
	line-height: 30px;
	width: 460px;
	display: inline-block;
	font-size: 12px;
	overflow: hidden;
	color: #999;
}

.news .news-left .topone p {
	float: right;
	height: 40px;
	line-height: 20px;
	width: 460px;
	display: inline-block;
	font-size: 12px;
	overflow: hidden;
	color: #666;
	margin-top: 5px;
}

.timg-box img {
	width: 100%;
	height: 100px;
	margin-right: 20px;
}

.timg-box strong {
	height: 25px;
	line-height: 25px;
	width: 100%;
	display: inline-block;
	font-size: 15px;
	font-weight: normal;
	overflow: hidden;
}

.timg-box span {
	height: 30px;
	line-height: 30px;
	width: 100%;
	display: inline-block;
	font-size: 12px;
	overflow: hidden;
	color: #999;
}

.timg-box p {
	height: 40px;
	line-height: 20px;
	width: 100%;
	display: inline-block;
	font-size: 12px;
	overflow: hidden;
	color: #666;
	margin-top: 5px;
}

ul.newslist {
	margin: 0px 20px 15px 20px;
	overflow: hidden;
}

ul.newslist li {
	line-height: 34px;
	border-bottom: 1px dashed #ccc;
	background: url('/static/default/style/images/point2.png') no-repeat 5px 15px;
	text-indent: 20px;
}

ul.newslist li span {
	float: right;
	margin-right: 5px;
	font-size: 12px;
	color: #999;
}

.news .news-left .newslist {
	margin: 0px 20px 15px 20px;
	overflow: hidden;
}

.news .news-left .newslist li {
	line-height: 34px;
	border-bottom: 1px dashed #ccc;
	background: url('/static/default/style/images/point2.png') no-repeat 5px 15px;
	text-indent: 20px;
}

.news .news-left .newslist li span {
	float: right;
	margin-right: 5px;
	font-size: 12px;
	color: #999;
}

.news .news-right {
	border-top: 2px solid #007CC3;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background: #fff;
	height: 370px;
}

.news .news-right .contact {
	width: 300px;
	height: 300px;
	overflow: hidden;
	margin: 18px 20px 0px 20px;
	line-height: 26px;
}

.news .news-right .contact img {
	width: 300px;
	height: 100px;
	margin-bottom: 7px;
}

.foot {
	width: 100%;
	margin-top: 40px;
	background: #007CC3;
	border-top: 10px solid #00619B;
	overflow: hidden;
}

.foot .foot-in {
	margin: 25px auto;
	overflow: hidden;
}

.foot .foot-in .footmenu {
	height: auto;
	background: url('/static/default/style/images/foot-line.jpg') repeat-x left bottom;
	line-height: 20px;
	text-align: center;
}

.foot .foot-in .footmenu li {
	display: inline-block;
	line-height: 20px;
	background: none;
	color: #fff;
	margin: 10px;
}

.foot .foot-in .footmenu li a {
	background: none;
	color: #fff;
	line-height: 20px;
	font-size: 13px;
}

.foot .foot-in .footmenu li a:hover {
	background: none;
	color: #fff;
	line-height: 20px;
	font-size: 13px;
	text-decoration: underline;
}

.foot .foot-in .keywords {
	color: #ccc;
	overflow: hidden;
	margin-top: 10px;
	display: table;
}

.foot .foot-in .keywords .ewm {
	float: left;
	margin-right: 10px;
}

.foot .foot-in .keywords .ewm img {}

.foot .foot-in .keywords>* {
	color: #fff;
}

.foot .foot-in .keywords a {
	color: #fff;
}

.neiyei {
	width: 1010px;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
}

.banner-inner {
	width: 1002px;
	margin: 10px auto;
	text-align: center;
	width: 1000px;
}

.banner-inner img {
	max-width: 1000px;
	border-radius: 5px;
	border: 1px solid #fff;
}

.position {
	margin: 0px auto;
	border-bottom: 1px solid #ddd;
	line-height: 40px;
	height: 40px;
	padding: 0px 10px;
	text-align: right;
	background: #f1f1f1;
}

.position span {
	float: left;
	font-size: 18px;
	color: #007CC3;
}

.left {
	float: left;
}

.right {
	float: right;
}

.ny {
	margin-top: 12px;
	width: 1010px;
}

.ny .ny-left {
	background: #fff;
	width: 200px;
	margin: 5px;
	box-shadow: 0 0 5px #bbb;
	padding: 5px 0px 15px 0px;
	border-radius: 2px;
}

.ny .ny-left p {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #007CC3;
	line-height: 30px;
	height: 35px;
	margin: 0px 10px;
	border-bottom: 1px dashed #007CC3;
}

.ny .ny-right {
	background: #fff;
	width: 780px;
	margin: 5px;
	box-shadow: 0 0 5px #bbb;
	border-radius: 2px;
	padding-bottom: 20px;
}

/*about*/
.about {
	margin: 15px;
	font-size: 14px;
}

/*news*/
.news-list {
	margin: 10px;
}

.news-list li {
	border-bottom: 1px dashed #ccc;
	padding: 5px 10px 10px 10px;
}

.news-list li strong {
	display: block;
	font-weight: 500;
	font-size: 15px;
	background: url('/static/default/style/images/point2.png') no-repeat 0px 12px;
	width: 720px;
	padding-left: 10px;
}

.news-list li span {
	font-size: 12px;
	color: #007CC3;
	line-height: 15px;
}

.news-list li p {
	display: block;
	font-weight: normal;
	font-size: 12px;
	line-height: 17px;
	color: #888;
	margin-bottom: 5px;
}

/*products*/
.pro-list {
	margin-top: 16px;
}

.pro-list li {
	height: 189px;
	float: left;
	margin: 0px 0px 16px 16px;
	border: 1px solid #ddd;
	padding: 1px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pro-list li img {
	height: 150px;
}

.pro-list li:hover {
	border: 1px solid #007CC3;
}

/*pages*/
.pages,
.npage {
	clear: both;
	text-align: center;
	font-size: 12px;
	padding: 5px 0 0px 0;
	color: #444;
}

.pages a,
.pages span {
	display: inline-block;
	height: 24px;
	padding: 0 2px;
	margin: 0 2px !important;
	line-height: 24px;
	border: 1px solid #111;
	background: #222;
	padding: 0px 5px;
	color: #fff;
}

.pages a:link,
.pages a:visited {
	color: #fff;
	line-height: 24px;
	border: 1px solid #111;
	background: #222;
	padding: 0px 5px;
}

.pages a:hover,
.pages a:active,
.pages span.ctxt {
	color: #fff;
	text-decoration: none;
	border: 1px solid #007CC3;
	background: #007CC3;
	padding: 0px 5px;
}

/*newdetail*/
.news-content {
	margin: 15px;
}

.newsTitle {
	clear: both;
	font-size: 18px;
	font-weight: bold;
	color: #444;
	line-height: 25px;
	padding: 10px 0px 5px 0px;
}

.newsDate {
	clear: both;
	line-height: 15px;
	margin-bottom: 15px;
	color: #999;
	font-size: 12px;
}

.newsDate a {
	color: #999;
}

.newsDate a:hover {
	color: #f00;
}

.newsContent {
	clear: both;
	margin: 0px auto;
	padding: 0px;
	padding-top:1em;
	font-size: 16px;
	color: #333;
	line-height: 28px;
	word-wrap: break-word;
	word-break: normal;
}

.prevNext {
	clear: both;
	margin: 0px auto;
	line-height: 20px;
	color: #333;
	font-size: 14px;
	-webkit-text-size-adjust: none;
	margin-top: 15px;
}

.prevNext a {
	text-decoration: underline;
}

.prevNext .prev {
	/*float:left;*/
}

.prevNext .prev a {
	text-decoration: none;
}

.prevNext .prev a:hover {
	color: #007CC3;
	text-decoration: none;
}

.prevNext .next {
	/*float:right;*/
}

.prevNext .next a {
	text-decoration: none;
}

.prevNext .next a:hover {
	color: #007CC3;
	text-decoration: none;
}

/*pro-detail*/
.pro-detail {
	overflow: hidden;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}

.pro-detail .fl {
	max-width: 380px;
	float: left;
}

.pro-detail .fl img {
	max-width: 370px;
	border: 1px solid #ccc;
	padding: 4px;
}

.pro-detail .fr {
	width: 350px;
	float: right;
	font-size: 14px;
}

.pro-detail .fr strong {
	font-weight: 600;
	width: 350px;
	display: block;
	font-size: 17px;
	border-bottom: 1px dashed #ddd;
	padding: 7px 0px;
	margin-bottom: 10px;
}

.pro-down {
	margin-top: 10px;
}

#A_DownLoadProduct {
	background: #007CC3;
	color: #fff;
	padding: 7px 25px;
}

#A_DownLoadProduct:hover {
	background: #333;
	transition: 0.5s all;
}

/*tab*/
#con {
	FONT-SIZE: 14px;
	MARGIN: 0px auto;
	margin-top: 20px;
}

#tags {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	HEIGHT: 35px
}

#tags LI {
	BACKGROUND: #111;
	FLOAT: left;
	MARGIN-RIGHT: 10px;
	LIST-STYLE-TYPE: none;
	HEIGHT: 35px;
	padding: 0px 25px;
}

#tags LI A {
	BACKGROUND: none;
	FLOAT: left;
	COLOR: #fff;
	LINE-HEIGHT: 35px;
	HEIGHT: 35px;
	TEXT-DECORATION: none;
}

#tags LI.emptyTag {
	BACKGROUND: #E78000;
}

#tags LI.selectTag {
	BACKGROUND: #E78000;
	HEIGHT: 35px;
	margin: 10px;
}

#tags LI.selectTag A {
	COLOR: #fff;
	LINE-HEIGHT: 35px;
	HEIGHT: 35px;
}

#tagContent {
	PADDING-TOP: 10px;
}

.tagContent {
	DISPLAY: none;
	COLOR: #333;
	PADDING-TOP: 10px;
	font-size: 14px;
	line-height: 28px;
}

#tagContent DIV.selectTag {
	DISPLAY: block;
}

/*feedback*/
.feedback {
	clear: both;
	margin: 0px auto;
	padding: 0px;
	margin: 20px 0px 0px 0px;
}

.submita {
	margin: 16px auto;
	display: inline-block;
	padding: 0 18px !important;
	line-height: 22px;
	background: #ff9c00;
	border: 0px;
	height: 24px;
	color: #FFF;
	cursor: pointer;
	font-size: 16px;
}

.xh {
	color: #f00;
	padding: 0 3px;
}

#feedbackForm {
	margin: 20px 0px 0px 0px;
}

#feedbackForm .text {
	width: 300px;
	height: 26px;
	margin: 10px 0px 0px 0px;
	font-size: 12px;
	line-height: 26px;
	padding: 0px 0px 0px 5px;
	border: 1px solid #CCC;
}

#feedbackForm .lable {
	padding: 10px 12px 0px 0px;
	line-height: 30px;
	height: 30px;
	text-align: right;
}

#feedbackForm .atextarea {
	float: left;
	border: 1px solid #CCC;
	height: 100px;
	width: 305px;
	ont-size: 12px;
	margin-top: 10px;
	line-height: 24px;
	color: #666;
}

#feedbackForm .smtcss {
	padding-right: 112px;
	text-align: center;
}

.table {
	border-collapse: collapse;
}

.table td,
.table th {
	border: 1px solid #cdcdcd;
	padding: 5px;
}

.table p {
	padding: 0px;
	margin: 0px;
}

.e_mobile {
	display: block;
	height: 25px;
	line-height: 25px;
	background: url('/static/default/style/images/emobile.png') 0px -50px no-repeat;
	text-indent: 20px;
}

.YqbYears {
	vertical-align: middle;
	padding-left: 8px;
	margin-top: -6px;
}

.nav {
	margin: 0px;
	padding: 0px;
	border-radius: 0px;
}

.nav>ul>li {
	display: flex;
	justify-content: center;
	align-items: Center;
	height: 48px;
	float: left;
}

.nav>ul>li:hover {
	color: #fff;
	background: url("data:image/jpg;base64,/9j/4AAQSkZJRgABAQEAYABgAAD/4QBYRXhpZgAATU0AKgAAAAgABAExAAIAAAARAAAAPlEQAAEAAAABAQAAAFERAAQAAAABAAAAAFESAAQAAAABAAAAAAAAAABBZG9iZSBJbWFnZVJlYWR5AAD/2wBDAAcFBQYFBAcGBQYIBwcIChELCgkJChUPEAwRGBUaGRgVGBcbHichGx0lHRcYIi4iJSgpKywrGiAvMy8qMicqKyr/2wBDAQcICAoJChQLCxQqHBgcKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKir/wAARCAAwAAQDASIAAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwD0T7daf8+dr/34X/Ciuf8AMb1or8v+uSPvPq0RlFO20Vw2Ou5a8g0VrfYJv+eMn/fBorv+ry7HH7Zdz//Z") repeat-x;
	text-decoration: none;
}

.nav>ul>li>a {
	color: #fff;
	font-size: 16px;
	margin: 3px 10px;
	/*overflow:hidden;*/
}

.nav>ul>li>a:after {}

.nav>ul>li.active {
	color: #fff;
	background: url("data:image/jpg;base64,/9j/4AAQSkZJRgABAQEAYABgAAD/4QBYRXhpZgAATU0AKgAAAAgABAExAAIAAAARAAAAPlEQAAEAAAABAQAAAFERAAQAAAABAAAAAFESAAQAAAABAAAAAAAAAABBZG9iZSBJbWFnZVJlYWR5AAD/2wBDAAcFBQYFBAcGBQYIBwcIChELCgkJChUPEAwRGBUaGRgVGBcbHichGx0lHRcYIi4iJSgpKywrGiAvMy8qMicqKyr/2wBDAQcICAoJChQLCxQqHBgcKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKir/wAARCAAwAAQDASIAAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwD0T7daf8+dr/34X/Ciuf8AMb1or8v+uSPvPq0RlFO20Vw2Ou5a8g0VrfYJv+eMn/fBorv+ry7HH7Zdz//Z") repeat-x;
	text-decoration: none;
}

.nav .sub {
	display: none;
	width: 100%;
	padding: 0;
	position: absolute;
	top: 48px;
	overflow: hidden;
	text-align: left;
	z-index: 110;
	left: 0px;
	background-color: rgba(255, 255, 255, 0.8);
}

.nav .sub .nav_xiao {
	overflow: hidden;
	padding-top: 15px;
	margin: 0 auto;
	padding-bottom: 50px;
}

.nav .sub li {
	overflow: hidden;
}

/**/
.slideBox {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	margin: 0px;
	padding: 0px;
}

.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 1;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox .hd ul li {
	float: left;
	margin-right: 2px;
	width: 15px;
	height: 15px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}

.slideBox .hd ul li.on {
	background: #f00;
	color: #fff;
}

.slideBox .bd {
	position: relative;
	height: auto;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd img {
	width: 100%;
	height: auto;
	display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url('/static/default/style/images/slider-arrow.png') -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.slideBox .prevStop {
	display: none;
}

.slideBox .nextStop {
	display: none;
}

.pro-box {
	margin-top:1em;
}

.pro-linebox {
	background: #fff;
	border: 1px solid #eee;
}

.pro-linebox .row {
	padding: 5px !important;
	margin: 0px;
}

.pro-linebox .row li {
	padding: 5px;
	margin: 0px;
	overflow: hidden;
}

.pro-linebox .row li img {
	width: 100%;
	height: 185px;
}

.pro-linebox .row li div {
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

/**/
/* 本例子css */
/* 本例子css */
.picScroll-left {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 0px;
}

.picScroll-left .bd {
	padding: 0px;
	margin: 0px;
}

.picScroll-left .bd ul {
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}

.picScroll-left .bd ul li {
	padding: 0px;
	margin: 0px;
	float: left;
	text-align: center;
}

.picScroll-left .bd ul li .tt-box {
	overflow: hidden;
	margin: 10px;
	position: relative;
}

.picScroll-left .bd ul li .tt-box .b-pic img {
	height: 180px;
	width: 100%;
	display: block;
	padding: 2px;
	border: 1px solid #ccc;
}

/*.picScroll-left .bd ul li .tt-box .pic{ text-align:center; }
.picScroll-left .bd ul li .tt-box .pic img{ max-width:100%; height:50px; display:block;padding:2px; border:1px solid #ccc; }
.picScroll-left .bd ul li .tt-box .pic a:hover img{ border-color:#999;  }*/
.picScroll-left .bd ul li .b-title {
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

/**/
.ab-img img {
	width: 100%;
}

.con-left {}

.con-right {}

.con-right .position {
	margin: 0px auto;
	border-bottom: 1px solid #ddd;
	line-height: 40px;
	height: 40px;
	padding: 0px 10px;
	text-align: right;
	background: #fff;
}

.con-right .position span {
	float: left;
	font-size: 18px;
	color: #007CC3;
}

.con-right .content {
	clear: both;
	font-size: 16px;
	padding: 10px;
	text-align: inherit;
}

.con-left h5 {
	margin: 0px;
	font-size: 16px;
	/* font-weight: bold; */
	color: #007CC3;
	line-height: 23px;
	/* margin-left: 10px; */
	/* padding-top: 10px; */
}

.con-right ul {
	padding: 5px !important;
	margin: 0px !important;
}

.con-right ul li {
	padding: 0px !important;
	margin: 0px !important;
}

.con-right ul.pro-list li {
	border: none;
	text-align: center;
}

.con-right ul.pro-list li img {
	width: 90%;
}

.con-right ul.pro-list li span {
	display: inline-block;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: rgba(200, 200, 200, 1);
}

.con-right ul.pro-list li:hover {
	border: 1px solid #007CC3;
}

.con-right ul.pro-list li:hover span {
	background: rgba(200, 200, 200, 0.5)
}

.newsContent img {
	max-width: 95%;
	text-align: center;
}

.pro-detail img {
	width: 95%;
	text-align: center;
}

/*浮动客服*/
#floatDivBoxs {
	width: 170px;
	background: #fff;
	position: fixed;
	top: 180px;
	right: 0;
	z-index: 999;
}

#floatDivBoxs .floatDtt {
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: #f08326;
	color: #fff;
	font-size: 18px;
	text-indent: 22px;
	position: relative;
}

#floatDivBoxs .floatDqq {
	padding: 0 14px;
}

#floatDivBoxs .floatDqq li {
	height: 45px;
	line-height: 45px;
	font-size: 15px;
	border-bottom: 1px solid #e3e3e3;
	padding: 0 0 0 50px;
}

#floatDivBoxs .floatDtxt {
	font-size: 18px;
	color: #333;
	padding: 12px 14px;
}

#floatDivBoxs .floatDtel {
	padding: 0 0 15px 10px;
}

#floatDivBoxs .floatDtel img {
	display: block;
}

#floatDivBoxs .floatDbg {
	width: 100%;
	height: 20px;
	background: url('/static/default/style/images/online_botbg.jpg') no-repeat;
	box-shadow: -2px 0 3px rgba(0, 0, 0, 0.25);
}

.floatShadow {
	background: #fff;
	box-shadow: -2px 0 3px rgba(0, 0, 0, 0.25);
}

#rightArrow {
	width: 50px;
	height: 45px;
	background: url('/static/default/style/images/online_arrow.jpg') no-repeat;
	position: fixed;
	top: 180px;
	right: 170px;
	z-index: 999;
}

#rightArrow a {
	display: block;
	height: 45px;
}
.xiao_three li{float:left;padding:1em;}
.pro-view{margin-top:1em;}
.abc .atitle{
	color:#0c44a1;font-size:36px;font-weight: bold;line-height:60px;
}
.abc .stitle{
	color:#d01121;font-size:20px;line-height:24px;
}
.abc .iconfont{
	font-size:50px;
}
.abc{background: #fff url('/static/default/style/images/abcbg.png');margin-bottom:-40px;}
.abc .btitle{color:#000;font-size:18px;line-height:26px;}
.abc .ctitle{color:#909090;font-size:14px;line-height:16px;}
.abc .dtitle{color:#909090;font-size:14px;line-height:16px;}
.abc .row{margin-top:35px;}
.atitle,.btitle{position: relative;}
.atitle::before{position: absolute;top:0;left:calc(50% - 30px);content:'';display: inline-block;height:5px;width:60px;background: #d02535;}
.btitle::before{position: absolute;bottom:-5px;left:calc(50% - 15px);content:'';display: inline-block;height:3px;width:30px;background: #edb000;}
.navbar {
    border-radius: 0px!important;
}