@charset "utf-8";
/*元指令建站*/
* {
	margin: 0px;
	padding: 0px;
}
div, form, img, ul, ol, li, dl, dt, dd, map {
	padding: 0;
	margin: 0;
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #222;
	font-family: "微软雅黑", "Microsoft Yahei", "Arial", "Verdana", "sans-serif";
	background: #fff;
	overflow-x: hidden;
}
ul, li {
	list-style: none;
}
.clear {
	clear: both;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #25346f;
	text-decoration: none;
}
img {
	border: none;
	max-width:100%;
}
hr {
	line-height: 0px;
	font-size: 0px;
	border: none;
	height: 1px;
	width: 100%;
	margin: 5px 0px;
}
div {
	margin: 0px auto;
}
.f_l {
	float: left;
}
.f_r {
	float: right;
}
input, select {
	padding: 1px;
}
.blank {
	width: 100%;
	height: 10px;
	clear: both;
	overflow: hidden;
}
.blank20 {
	width: 100%;
	height: 20px;
	clear: both;
	overflow: hidden;
}
.mt10 {
	margin-top: 10px;
}
.hide {
	display: none;
}
.red {
	color: #25346f;
}
.blue {
	color: #00f;
}
.gray {
	color: #ccc;
}
.noInfo {
	width: 100%;
	float: left;
	padding: 10px 0;
	text-align: center;
}
.input_submit {
	width: 77px;
	height: 41px;
	float: left;
	text-align: center;
	line-height: 41px;
	color: #fff;
	border: 0px;
	cursor: pointer;
}
.float_bg {
	width: 118px;
	padding: 2px 0;
	float: left;
}
.f_list {
	width: 100%;
	float: left;
	margin: 5px auto;
	clear: both;
}
.f_list span {
	float: left;
	width: 80px;
}
.block {
	width: 1000px;
	margin: 0 auto;
}

/* css */
#mobile-nav {
	display: none;
}
#menu-trigger {
	display: none;
}
@media screen and (max-width: 767px) {
#mobile-nav {
	display: block;
}
#menu-trigger {
	display: block;
}
.overflow-hidden {
	overflow: hidden;
}
.toolbar2_left {
	-webkit-transform: translateX(-260px);
	-moz-transform: translateX(-260px);
	-ms-transform: translateX(-260px);
	-o-transform: translateX(-260px);
	transform: translateX(-260px);
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.toolbar2_right {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
/* -------------------------------- 

Main components 

-------------------------------- */
.main-content {
	min-height: 100%;
	position: relative;
	background-color: #fff;
	z-index: 2;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.main-content.mobile-menu-is-open {
	-webkit-transform: translateX(-260px);
	-moz-transform: translateX(-260px);
	-ms-transform: translateX(-260px);
	-o-transform: translateX(-260px);
	transform: translateX(-260px);
}
#header {
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
#header.mobile-menu-is-open {
	-webkit-transform: translateX(-260px);
	-moz-transform: translateX(-260px);
	-ms-transform: translateX(-260px);
	-o-transform: translateX(-260px);
	transform: translateX(-260px);
}
#header.is-fixed {
	position: fixed;
}
#top-nav {
	position: absolute;
	top: 0;
	right: 120px;
	height: 100%;
	display: none;
}
#top-nav ul {
	height: 100%;
	padding-top: 18px;
}
#top-nav li {
	display: inline-block;
	margin-right: 1em;
}
#top-nav a {
	display: inline-block;
	padding: .5em;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 600;
}
#top-nav a.current {
	background-color: #242e30;
}
.no-touch #top-nav a:hover {
	color: rgba(255, 255, 255, 0.7);
}
#menu-trigger {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 50px;
}
#menu-trigger .menu-text {
	height: 100%;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 600;
	display: none;
}
#menu-trigger .menu-icon {
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 18px;
	height: 2px;
	background-color: #25346f;
}
#menu-trigger .menu-icon::before, #menu-trigger .menu-icon:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: inherit;
	left: 0;
}
#menu-trigger .menu-icon::before {
	bottom: 5px;
}
#menu-trigger .menu-icon::after {
	top: 5px;
}
#menu-trigger.is-clicked .menu-icon {
	background-color: rgba(0, 0, 0, 0);
}
#menu-trigger.is-clicked .menu-icon::before, #menu-trigger.is-clicked .menu-icon::after {
	background-color: #000;
}
#menu-trigger.is-clicked .menu-icon::before {
	bottom: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#menu-trigger.is-clicked .menu-icon::after {
	top: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#mobile-nav {
	position: fixed;
	height: 100%;
	right: 0;
	top: 0;
	visibility: hidden;
	z-index: 1;
	width: 260px;
	background-color: #252424;
	overflow-y: auto;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform .4s 0s, visibility 0s .4s;
	-moz-transition: -moz-transform .4s 0s, visibility 0s .4s;
	transition: transform .4s 0s, visibility 0s .4s;
	-webkit-transform: translateX(80px);
	-moz-transform: translateX(80px);
	-ms-transform: translateX(80px);
	-o-transform: translateX(80px);
	transform: translateX(80px);
}
#mobile-nav .navigation {
	margin: 20px 0 16px;
}
#mobile-nav .sub-menu {
	padding: 0 10px 0 15px;
	display: none;
}
#mobile-nav a {
	display: block;
	line-height: 36px;
	padding: 0 16px 0 32px;
	color: #ffffff;
}
#mobile-nav a.current {
	background-color: #424141;
	color: #FFF;
}
.no-touch #mobile-nav a:hover {
	color: #FFF;
}
#mobile-nav.mobile-menu-is-open {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
	-webkit-transition: -webkit-transform .4s 0s, visibility 0s 0s;
	-moz-transition: -moz-transform .4s 0s, visibility 0s 0s;
	transition: transform .4s 0s, visibility 0s 0s;
	-webkit-overflow-scrolling: touch;
}
#mobile-nav .item-has-children > a {
	position: relative;
}
#mobile-nav .item-has-children > a::after {
	content: '';
	display: block;
	height: 11px;
	width: 8px;
	position: absolute;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 1em;
	background: url("../images/arrow.svg") no-repeat center center;
	background-size: 8px 11px;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
#mobile-nav .item-has-children > a.submenu-open::after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	-moz-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	-o-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}
#mobile-nav .socials {
	padding: 0 32px;
}
#mobile-nav .socials:after {
	content: "";
	display: table;
	clear: both;
}
}


/*all*/
.main {
	width: 100%;
	float: left;
	padding: 20px 0;
}
/*end*/

/**顶部**/
#header {
	float: left;
	width: 100%;
	padding: 17px 0 20px;
	position: relative;
}
#logo {
	float: left;
	margin-top: 10px;
}
#logo img {
	height: 50px;
}
.top_des {
	float: left;
	height: 40px;
	line-height: 40px;
	font-size: 22px;
	color: #25346f;
	font-weight: bold;
	border-left: 1px solid #d4d0c8;
	margin: 18px 0 0 25px;
	padding-left: 25px;
}
.tel {
	float: right;
	background: url(../images/tel.jpg) no-repeat left center;
	margin: 10px 0;
	padding-left: 58px;
}
.tel span {
	display: block;
}
.tel .a {
	font-size: 14px;
	color: #666;
	line-height: 20px;
}
.tel .b {
	font-size: 28px;
	color: #ed720b;
	line-height: 30px;
	font-weight: bolder;
}
/*end*/

/*menu*/
#navigate {
	float: left;
	width: 100%;
	background: #25346f;
}
#navigate ul li {
	float: left;
	line-height: 60px;
	position: relative;
}
#navigate ul li a {
	display: block;
	font-size: 16px;
	color: #fff;
	padding: 0 40px;
}
#navigate ul li:last-child {
	margin-right: -13px;
}
#navigate ul li a:hover, #navigate ul li .current, #navigate ul li:hover a {
	color: #fff;
	background: #ed720b;
}
#navigate ul li .drop_menu {
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	display: none;
	text-align: center;
	background: #25346f;
	z-index: 2;
}
#navigate ul li .drop_menu li {
	float: left;
	width: 100%;
	line-height: 30px;
}
#navigate ul li .drop_menu li a {
	padding: 0 5px;
	display: block;
	font-size: 14px;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #25346f;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#navigate ul li .drop_menu li a:hover {
	background: #ed720b;
}
/*end*/


/*flash*/
#banner {
	width: 100%;
}
#banner img {
	width: 100%;
	height: auto;
}
#flash {
	width: 100%;
	float: left;
}
.slide-yzlcon {
	position: relative;
	overflow: hidden;
	background: #000;
}
.slide-yzlcon .bd {
	position: relative;
	z-index: 0;
	margin: 0 auto;
}
.slide-yzlcon .bd li {
	position: relative;
	text-align: center;
}
.slide-yzlcon .bd li img {
	width: 100%;
}
.slide-yzlcon .bd li .flash_img {
	width: 100%;
	padding-bottom: 450px;
	background-size: cover !important;
}
.slide-yzlcon .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 20px;
	left: 0;
	height: 12px;
	line-height: 12px;
}
.slide-yzlcon .hd ul {
	text-align: center;
}
.slide-yzlcon .hd ul li {
	cursor: pointer;
	display: inline-block;
	zoom: 1;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	overflow: hidden;
	background: #ffffff;
	line-height: 999px;
	border-radius: 50%;
}
.slide-yzlcon .hd ul li.mbpic {
	display: none
}
.slide-yzlcon .hd ul .on {
	background: #ed720b;
}
.slide-yzlcon .prev {
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -37.5px;
	display: none;
	width: 49px;
	height: 75px;
	cursor: pointer;
}
.slide-yzlcon .next {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -37.5px;
	display: none;
	width: 49px;
	height: 75px;
	cursor: pointer;
}
.slide-yzlcon:hover .prev, .slide-yzlcon:hover .next {
	display: block;
}
/*end*/

.line {
    height: 2px;
    width: 70px;
    background: #ed720b;
    display: inline-block;
}

/* 业务领域 */
#service {
	float: left;
	width: 100%;
	padding: 60px 0 0 0;
}
.home_top {
	float: left;
	width: 100%;
	text-align: center;
	padding-bottom: 40px;
}
.home_top h3 {
	float: left;
	width: 100%;
	line-height: 44px;
	font-size: 30px;
	color: #25346f;
	font-weight: bold;
	letter-spacing: 2px;
}
.home_top span {
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.service_con {
	float: left;
	width: 100%;
}
.service_con_row {
	margin-left: -20px;
	margin-right: -20px;
}
.service_item {
	float: left;
	width: 33.3333%;
	padding: 20px;
}
.service_item a {
	display: block;
	float: left;
	width: 100%;
}
.service_item_img {
	float: left;
	width: 58%;
	height: 130px;
	background-size: cover !important;
}
.service_item_title {
	float: left;
	width: 42%;
	height: 130px;
	display: table;
	font-size: 18px;
	color: #fff;
	background: #25346f;
	line-height: 32px;
	text-align: center;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.service_item_title div {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
/* 关于我们 */
#about {
	float: left;
	width: 100%;
	padding: 40px 0 0 0;
}
.about_con {
	float: left;
	width: 100%;
}
.about_img {
	float: left;
	width: 600px;
	margin-right: 55px;
}
.about_img img {
	width: 100%;
	height: auto;
	box-shadow: 3px 3px 5px #dbdada;
}
.about_des {
	font-size: 14px;
	line-height: 1.8;
	color: #333;
	margin-top: 50px;
}
.about_more {
	float: left;
	display: block;
	color: #25346f;
	line-height: 1.8;
	margin-top: 20px;
}
.about_more:hover {
	color: #ed720b;
}
/* 经典案例 */
#case {
	float: left;
	width: 100%;
	padding: 60px 0 0 0;
}
/* 新闻中心 */
#news {
	float: left;
	width: 100%;
	padding: 30px 0 0 0;
}
.news_con {
	float: left;
	width: 100%;
}
.news_item {
	float: left;
	width: 50%;
	padding: 0 15px;
	margin: 15px 0 35px 0;
}
.news_item_yzlcon {
	float: left;
	width: 100%;
}
.news_item_time {
	float: left;
	width: 90px;
	height: 90px;
	background: #dcdcdc;
	text-align: center;
	overflow: hidden;
}
.news_item_time .a {
	display: block;
	line-height: 60px;
	font-size: 35px;
	color: #000;
	background: #efefef;
}
.news_item_time .b {
	display: block;
	line-height: 30px;
	font-size: 15px;
	color: #fff;
	background: #25346f;
}
.news_item_right {
	margin-left: 110px;
}
.news_item_title {
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_item_title a {
	font-size: 18px;
	color: #000;
}
.news_item_title a:hover {
	color: #25346f;
}
.news_item_des {
	line-height: 22px;
	font-size: 12px;
	color: #6e6e6e;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
/* footer */
#footer {
	float: left;
	width: 100%;
	padding: 40px 0;
	background: #25346f;
	margin-top: 40px;
	overflow: hidden
}
#wechat {
	float: right;
}
.wechat_img {
	float: right;
	width: 140px;
	height: 140px;
}
.wechat_img img {
	width: 100%;
	height: 100%;
}
.wechat_txt {
	float: right;
	width: 140px;
	height: 140px;
	text-align: center;
}
.wechat_txt img {
	width: 40px;
	height: auto;
	margin-top: 17px;
}
.wechat_txt span {
	display: block;
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	margin-top: 9px;
}
.footer_con {
	text-align: center;
}
.footer_con p {
	font-size: 14px;
	color: #fff;
	line-height: 32px;
	margin: 0;
}
.footer_con p a {
	font-size: 14px;
	color: #fff;
}
.footer_con p a:hover {
	color: #fff;
}
.foot-flink {
	color: #fff;
}
.foot-flink span {
	display:inline-block;
	margin: 0 0 5px 0;
}
.foot-flink a {
	display:inline-block;
	color: #fff;
	margin: 0 8px 5px 0;
	line-height: 32px;
}
/*left*/
#left {
	float: left;
	width: 230px;
}
.left_list {
	float: left;
	width: 100%;
}
.left_top {
	float: left;
	width: 100%;
	background: #25346f;
	text-align: center;
}
.left_top h3 {
	float: left;
	width: 100%;
	height: 90px;
	line-height: 90px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}
.left_top h3 a {
	color: #fff;
}
.left_con {
	padding: 0px;
	line-height: 24px;
	width: 100%;
	background: #fff;
	float: left;
	border-top: none;
}
.type_list {
	width: 100%;
	float: left;
}
.type_list ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.type_list li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 45px;
	margin-top: 2px;
	text-align: center;
}
.type_list li a {
	background: #F2F2F2;
	font-size: 16px;
	color: #000;
	display: block;
}
.type_list li a:hover, .type_list li a.current {
	color: #fff;
	background: #ed720b;
}
.type_list li.second_cat {
	display: none;
}
.type_list li.second_cat a {
}
.type_list li.second_cat a:hover {
}
.type_list li.second_cat a.current {
}
/*end*/

/*right*/
#right {
	width: 1150px;
	float: right;
}
#right_top {
	float: left;
	width: 100%;
	height: 44px;
	line-height: 44px;
	margin-bottom: 20px;
	background: #25346f;
	color: #fff;
}
#right_top a {
	color: #fff;
}
#right_top h3 {
	float: left;
	font-size: 18px;
	line-height: 44px;
	padding-left: 20px;
}
#right_top span {
	float: right;
	font-size: 14px;
	padding-right: 20px;
}
#right_top li {
	float: left;
	margin-left: 6px;
}
#right_con {
	width: 100%;
	float: left;
	padding: 10px 0 0 0;
	line-height: 1.8;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	overflow: hidden;
}
#right_con img {
	max-width: 100%;
	height: auto;
}
/*end*/

/*news*/
.art_list {
	width: 100%;
	float: left;
	padding: 28px 0 35px;
	border-bottom: 1px dashed #DBDBDB;
}
.art_list:first-child {
	padding-top: 0;
}
.art_img {
	float: left;
	width: 152px;
}
.art_img img {
	width: 100%;
}
.art_img a {
	display: block;
	width: 100%;
	padding-bottom: 70%;
	background-size: cover !important;
}
.art_right {
	margin-left: 172px;
}
.art_right2 {
	margin-left: 87px;
}
.art_title {
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: -4px;
}
.art_time {
	font-size: 14px;
	color: #999;
	line-height: 20px;
	margin-top: 7px;
}
.art_time2 {
	float: left;
	width: 67px;
	height: 70px;
	padding: 10px 0;
	background: #f2f2f2;
	text-align: center;
	color: #666;
}
.art_time2 .day {
	display: block;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	padding: 2px 0 5px 0;
}
.art_time2 .month-year {
	display: block;
	font-size: 12px;
	line-height: 20px;
}
.art_des {
	font-size: 14px;
	color: #777;
	line-height: 24px;
	margin-top: 5px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.articleList {
	width: 100%;
	float: left;
}
.articleList ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.articleList li {
	margin: 0px;
	padding: 0 0 0 10px;
	list-style-type: none;
	border-bottom: 1px dotted #ccc;
	line-height: 35px;
}
.time {
	float: right;
}
.showtitle {
	font-weight: bold;
	font-size: 20px;
	color: #222;
	text-align: center;
	line-height: 36px;
}
.showtimes {
	text-align: center;
	padding: 5px 0 10px 0px;
	border-bottom: 1px solid #eee;
}
.showtimes span {
	margin: 0px 6px;
	font-size: 14px;
	color: #666;
}
.showinfo {
	width: 100%;
	padding: 25px 0;
	line-height: 1.8;
	min-height: 250px;
}
.showinfo img {
	max-width: 100%;
}
.pageupdown {
	padding-top: 10px;
	text-align: left;
	line-height: 30px;
	font-size: 16px;
	color: #222;
}
.pageupdown span {
	display: block;
}
.pageupdown a {
	font-size: 16px;
	color: #222;
}
.articleImg {
	text-align: center;
}
/*end*/

/*Product*/
.productlist {
	width: 100%;
	float: left;
}
.productlist_row {
	margin-left: -15px;
	margin-right: -15px;
}
.pro_list {
	float: left;
	width: 25%;
	text-align: center;
	margin-bottom: 20px;
	padding: 0 15px;
}
.pro_list_yzlcon {
	float: left;
	width: 100%;
}
.pro_list_img {
	float: left;
	width: 100%;
}
.pro_list_img a {
	display: block;
	width: 100%;
}
.pro_list_title {
	float: left;
	width: 100%;
	line-height: 36px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}
.pro_list_yzlcon:hover .pro_list_title a {
	color: #25346f;
}
.productTitle {
	line-height: 35px;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
}
.productImg {
	width: 100%;
	text-align: center;
	float: left;
	margin: 10px auto;
}
.productImg img {
	max-width: 100%;
}
.productBuy {
	width: 100%;
	text-align: center;
	float: left;
	margin: 10px auto;
}
.productBuy a {
	margin: 0 10px;
}

.title {
	width: 100%;
	float: left;
	margin: 10px 0 0 0;
	border-bottom: 1px dotted #ccc;
	line-height: 25px;
}
.title span {
	font-size: 14px;
	font-weight: bold;
}
.productDesc {
	line-height: 1.8;
	padding: 10px 0;
	width: 100%;
	float: left;
}
/*end*/


/*feedback*/
.f_list {
	width: 100%;
	float: left;
	margin: 5px auto;
	clear: both;
}
.f_list .fl_l {
	float: left;
	width: 20%;
	text-align: right;
}
.f_list .fl_r {
	float: left;
	width: 80%;
}
.input_text {
	width: 90%;
	border: 1px solid #ccc;
	line-height: 24px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.w100 {
	width: 100px;
}
/*end */

@media screen and (min-width: 1200px) {
#right {
    width: 870px;
}
}

@media screen and (min-width: 1600px) {
.container {
	width: 1440px;
}
#right {
    width: 1150px;
}
}
@media screen and (max-width: 1599px) {
	.about_des {
		margin-top: 0px;
	}
}
@media screen and (max-width: 1279px) {
.about_img {
    width: 500px;
    margin-right: 30px;
}
.about_more {
    margin-top: 10px;
}
#left {
	width: 19.3%;
}
#right {
	width: 78%;
}
}
@media screen and (max-width: 1199px) {
.slide-yzlcon .bd li .flash_img {
	padding-bottom: 400px;
}
#navigate ul li a {
	padding: 0 25px;
}
.top_des {
	margin: 10px 0 0 25px;
	font-size: 18px;
}
.service_item_title {
    font-size: 18px;
}

}
@media screen and (max-width: 991px) {
.slide-yzlcon .bd li .flash_img {
	padding-bottom: 300px;
}
#navigate ul li a {
	font-size: 14px;
	padding: 0 15px;
}
#navigate ul li .drop_menu li a {
	font-size: 12px;
}
#logo img {
	height: 50px;
}
.home_top h3 {
	font-size: 24px;
}
.home_top span {
	font-size: 12px;
}
.about_img {
    width: 450px;
}
.service_item {
	width: 50%;
}
.service_item_title {
	font-size: 18px;
}
#wechat {
	display: none;
}
.footer_con {
	margin: 0;
}
#left {
	width: 100%;
	margin-bottom: 20px;
}
#right {
	width: 100%;
}
.type_list li a {
	background: #F2F2F2;
}
.pro_list {
	width: 25%;
}
.showtitle {
    font-size: 18px;
	line-height: 32px;
}
.showinfo {
    padding: 15px 0;
}
}
 @media screen and (max-width: 767px) {
.slide-yzlcon .bd li .flash_img {
	padding-bottom: 160px;
}
.top_des {
	display: none;
}
#header {
	padding: 0;
}
#logo {
    margin-top: 0px;
}
#logo img {
	height: 40px;
	margin: 10px 0;
}
#navigate {
	display: none;
}
.tel {
    display: none;
}
#service {
    padding: 30px 0 0 0;
}
.service_item {
	padding: 15px;
}
.service_con_row {
	margin-left: -15px;
	margin-right: -15px;
}
.about_img {
	width: 320px;
	margin: 0 15px 5px 0;
}
.news_con {
	margin: 0;
}
.news_item {
	width: 100%;
	margin: 10px 0 15px 0;
}
.news_item_title {
	margin-top: -4px;
}
.news_item_title a {
	font-size: 16px;
}
.news_item_time {
	width: 67px;
	height: 70px;
}
.news_item_time .a {
	line-height: 45px;
	font-size: 24px;
}
.news_item_time .b {
	line-height: 25px;
	font-size: 12px;
}
.news_item_right {
	margin-left: 80px;
}
.home_top {
	padding-bottom: 30px;
}
.service_item {
	padding: 0 8px;
	margin-bottom: 20px;
}
.service_con_row {
	margin-left: -8px;
	margin-right: -8px;
}
.service_item_img {
	height: 78px;
}
.service_item_title {
	height: 78px;
	font-size: 16px;
}
.home_top h3 {
	font-size: 20px;
	line-height: 30px;
}
.line {
    width: 60px;
}
#about {
	padding: 10px 0 0 0;
}
#case {
    padding: 20px 0 0 0;
}
#news {
	padding: 0;
}
.foot-flink {
	text-align: center;
	font-size: 12px;
}
.art_title {
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#left {
	display: none;
}
#right_con {
	padding: 0;
}
#right_top h3 {
	font-size: 16px;
}
#right_top span {
	font-size: 12px;
}
.art_list {
	padding: 20px 0;
}
.pro_list {
	width: 50%;
	padding: 0 8px;
	margin-bottom: 15px;
}
.productlist_row {
	margin-left: -8px;
	margin-right: -8px;
}
.pages a {
	font-size: 12px;
}
.showtitle {
	font-size: 16px;
	line-height: 30px;
}
#footer {
	padding: 20px 0;
	margin-top: 25px;
}
.footer_con span {
	font-size: 12px;
	line-height: 20px;
}
.footer_con span a {
	font-size: 12px;
}
.blank55 {
	height: 55px;
	line-height: 1px;
	clear: both;
}

}

@media screen and (max-width: 639px) {
.slide-yzlcon .hd {
    bottom: 10px;
}
.slide-yzlcon .hd ul li {
    width: 10px;
    height: 10px;
}
.about_img {
    width: 100%;
    margin: 0 0 5px 0;
}
}

@media screen and (max-width: 539px) {
.service_item {
    width: 100%;
}
.service_item_img {
    height: 100px;
}
.service_item_title {
    height: 100px;
	font-size: 16px;
}
.service_con_row .service_item:nth-child(2n) .service_item_title {
    background: #ed720b;
}
#right_top span {
    display: none;
}
}


.yzlcms-kefu {
	position: fixed;
	z-index: 999999999;
	right: 50px;
	bottom: 220px;
	width: 70px;
	height: 240px;
}
.yzlcms-kefu-con {
	position: relative;
	float: right;
}
.yzlcms-kefu .a {
	display: block;
	width: 80px;
	height: 80px;
	background-color: #3b4d95;
	margin-bottom: 4px;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	text-align: center;
}
.yzlcms-kefu .a.active, .yzlcms-kefu .a:hover {
	background: #444444;
}
.yzlcms-kefu .a .i {
	display: none !important;
	width: 44px;
	height: 44px;
}
.yzlcms-kefu .a-service {
	background: #3b4d95 url(../images/icon_qq.png) center center no-repeat;
	background-size: 30px;
}
.yzlcms-kefu .a-service:hover {
	background: #444444 url(../images/icon_qq.png) center center no-repeat;
	background-size: 30px;
}
.yzlcms-kefu .a-service-phone {
	background: #3b4d95 url(../images/icon_phone.png) center center no-repeat;
	background-size: 30px;
}
.yzlcms-kefu .a-service-phone:hover {
	background: #444444 url(../images/icon_phone.png) center center no-repeat;
	background-size: 30px;
}
.yzlcms-kefu .a-qrcode {
	background: #3b4d95 url(../images/icon_wechat.png) center center no-repeat;
	background-size: 30px;
}
.yzlcms-kefu .a-qrcode:hover {
	background: #444444 url(../images/icon_wechat.png) center center no-repeat;
	background-size: 30px;
}
.yzlcms-kefu .a-top {
	background: #D2D3D6 url(../images/icon_top.png) center center no-repeat;
	background-size: 30px;
}
.yzlcms-kefu .a-top:hover {
	background: #444444 url(../images/icon_top.png) center center no-repeat;
	background-size: 30px;
}
.yzlcms-kefu .a span {
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 12px;
	padding-top: 4px;
}
.yzlcms-kefu .a-top {
	display: none;
}
.yzlcms-kefu .d {
	display: none;
	width: 240px;
	background: #f5f5f5;
	position: absolute;
	right: 80px;
	box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);
}
.yzlcms-kefu .d .arrow {
	position: absolute;
	width: 8px;
	height: 12px;
	ight: -8px;
	top: 31px;
}
.qrcode-img img {
	width: 150px;
	margin: 0 auto;
}
.yzlcms-kefu .d-service {
	top: 0px;
}
.yzlcms-kefu .d-service-phone {
	top: 84px;
}
.yzlcms-kefu .d-qrcode {
	top: 168px;
}
.yzlcms-kefu .d .inner-con {
	padding: 14px 22px;
}
.yzlcms-kefu .d-service-item {
	padding: 4px 0;
	overflow: hidden;
}
.yzlcms-kefu .d-service .d-service-item {
	border-bottom: none;
}
.yzlcms-kefu .d-service-item .circle {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	overflow: hidden;
	background: #F1F1F3;
	display: block;
	float: left;
}
.yzlcms-kefu .d-service-item .i-qq {
	width: 44px;
	height: 44px;
	background: url(../images/qq.png) no-repeat center 2px;
	display: block;
	transition: all .2s;
	border-radius: 50%;
	overflow: hidden;
}
.yzlcms-kefu .d-service-item .i-tel {
	width: 44px;
	height: 44px;
	background: url(../images/phone.png) no-repeat center center;
	display: block;
}
.yzlcms-kefu .d-service-item p {
	float: left;
	width: 112px;
	line-height: 22px;
	font-size: 15px;
	margin-left: 12px;
	margin-bottom: 0px;
}
.yzlcms-kefu .d-service .d-service-item p {
	float: left;
	width: 112px;
	line-height: 44px;
	font-size: 15px;
	margin-left: 12px;
	margin-bottom: 0px;
}
.yzlcms-kefu .d-service .d-service-item:hover p {
	color: #3b4d95;
}
.yzlcms-kefu .d-service-item .text {
	float: left;
	width: 112px;
	line-height: 22px;
	font-size: 15px;
	margin-left: 12px;
}
.yzlcms-kefu .d-service-intro {
	padding-top: 10px;
}
.yzlcms-kefu .d-service-intro p {
	float: left;
	line-height: 27px;
	font-size: 12px;
	width: 50%;
	white-space: nowrap;
	color: #888;
}
.yzlcms-kefu .d-service-intro i {
	height: 27px;
	width: 14px;
	margin-right: 5px;
	vertical-align: top;
	display: inline-block;
}
.yzlcms-kefu .d-qrcode {
	text-align: center;
	width: 180px;
}
.yzlcms-kefu .d-qrcode .inner-con {
	padding: 15px 0;
}
.yzlcms-kefu .d-qrcode p {
	font-size: 14px;
	color: #999;
	padding-top: 5px;
}

@media (max-width:991px) {
.yzlcms-kefu {
	width: 60px;
	right: 10px;
	bottom: 120px;
	height: auto;
}
.yzlcms-kefu .a {
	width: 60px;
	height: 60px;
	background-size: 30px !important;
}
.yzlcms-kefu .d {
    right: 60px;
}
.yzlcms-kefu .d-service-phone {
	top: 64px;
}
.yzlcms-kefu .d-qrcode {
	top: 128px;
}
.yzlcms-kefu .d .inner-con {
    padding: 4px 22px;
}
.yzlcms-kefu .d-qrcode .inner-con {
    padding: 15px 0;
}

}
@media (max-width:767px) {
.yzlcms-kefu {
	width: 40px;
	right: 4px;
	bottom: 100px;
	height: 85px;
}
.yzlcms-kefu .a {
	width: 40px;
	height: 40px;
	background-size: 20px !important;
}
.yzlcms-kefu .a-service {
	display: none !important;
}
.yzlcms-kefu .a-qrcode {
	display: none !important;
}
.yzlcms-kefu .d-service {
	display: none !important;
}
.yzlcms-kefu .d-service-phone {
	display: none !important;
}
.yzlcms-kefu .d-qrcode {
	display: none !important;
}
}


.yzlcms_page { text-align:center;margin: 40px 0 0 0;}
.yzlcms_right .yzlcms_page { margin: 20px 0 0 0;}
.yzlcms_page ul li { display:inline-block; line-height: 30px; border: 1px solid #e9e7e7; margin: 0 5px 5px 0;color: #777777;}
.yzlcms_page ul li.active,.yzlcms_page ul li:hover { background:#25346f; border: 1px solid #25346f;}
.yzlcms_page ul li a,.yzlcms_page ul li span{display:inline-block; font-size:15px; padding:0 10px;}
.yzlcms_page ul li:hover a,.yzlcms_page ul li:hover span,.yzlcms_page ul li.active span {color: #ffffff;}

@media (max-width:767px) {
.yzlcms_page { margin: 30px 0 0 0;}	
.yzlcms_right .yzlcms_page {
    margin: 10px 0 0 0;
}
}

.showcon { font-size:15px;}
.showcon p { font-size:15px;}
.showcon img { max-width:100% !important; height:auto !important;}

.showcon * {
    word-break: break-all;
}
.showcon img {
    max-width: 100% !important;
    height:auto !important;
}
.showcon p {
    text-wrap: wrap !important;
}
.showcon span {
    text-wrap: wrap !important;
}
.showcon ul.list-paddingleft-2 {
    margin: 0 !important;
    padding: 0 0 0 15px !important;
    list-style: inherit !important;
}
.showcon ul.list-paddingleft-2 li {
    display: list-item !important;
    margin-left: 20px !important;
    list-style: inherit !important;
    /* font-size: 20px; */
}
.showcon hr {
    border-bottom: 1px solid #e2e2e3;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}
.showcon audio {
    max-width: 100% !important;
}
.showcon video {
    max-width: 100% !important;
    background: #000000;
}
.showcon iframe {
    max-width: 100% !important;
    border: none !important;
}
.showcon table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100% !important;
    max-width: 100% !important;
    height:auto !important;
}
.showcon td, .showcon th {
    padding: 5px 10px !important;
    border: 1px solid #666666 !important;
    word-break: break-all !important;
}
@media(max-width:991px){
.showcon video {
    height:auto !important;
    min-height:210px;
}
.showcon iframe {
    height:auto !important;
    min-height:210px;
}
}

.yzlcms-kefu .d {
    width: 255px;
}
.yzlcms-kefu .d .arrow {
    display: none;
}
.yzlcms-kefu .d .inner-con {
	line-height: 0;
}
.yzlcms-kefu .d-qrcode .inner-con p {
	line-height: 30px;
        margin: 0 0 0 0;
}
.yzlcms-kefu .d-service-item .text {
    width: 150px;
}
.yzlcms-kefu .d-service-item p {
    width: auto;
}
.yzlcms-kefu .d-service .d-service-item p {
    width: auto;
}
.yzlcms-kefu .d-qrcode {
    width: 180px;
}
