@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	list-style: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	max-width: 100%;
}

body {
	font-family: '微软雅黑';
	background-color: #f5f5f5;
	min-width: 1200px;
}

.animated {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	transition: all .2s ease-in-out;
}

.animated.slideDown {
	top: -120px;
}

.animated.slideUp {
	top: 0;
}

.container12 {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

/*top*/
.header {
	width: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999;
}

.header-a {
	width: 100%;
	background: #fff;
	/*height: 70px;*/
	padding: 16px 0;
}

.logo a {
	display: block;
}

.telsearch .top-tel .top-tel-a {
	font-family: '宋体';
	font-size: 12px;
	color: #666;
	line-height: 22px;
}

.telsearch .top-tel .top-telnum {
	font-family: 'Century Gothic', '微软雅黑';
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	color: #da251d;
}

.top-tel {
	margin-right: 15px;
}

.top-select,
.top-tel option {
	width: 90px;
	height: 28px;
	background: #fff;
	border: none;
	font-family: 'Arial', '宋体';
	font-size: 12px;
	color: #666;
	line-height: 22px;
	vertical-align: middle;
}
.top-select option{
	padding:2px 0;
}
.top-search {
	width: 300px;
	height: 30px;
	border: 1px solid #e4e4e4;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
}

.btn-topsearch {
	width: 28px;
	height: 28px;
	background: #da251d url(../images/icon-search1.png) no-repeat center center;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	cursor: pointer;
}

.topsearch-text {
	width: 175px;
	padding: 0 8px;
	font-size: 12px;
	color: #333;
	line-height: 22px;
}

.header-b {
	width: 100%;
	background: #f1f1f1;
}

.nav>ul {
	display: table;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

.nav>ul>li {
	float: left;
	width: 133px;
	position: relative;
}

.nav>ul>li>a {
	display: block;
	font-size: 14px;
	color: #000;
	text-align: center;
	width: 100%;
	height: 40px;
	line-height: 40px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.nav>ul>li.cur>a,
.nav>ul>li:hover>a {
	color: #fff;
	background: #da251d;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

/*头部二级*/
.subnav-box {
	position: absolute;
	width: 100%;
	z-index: 3;
	left: 50%;
	top: 40px;
	text-align: center;
	height: 0px;
	overflow: hidden;
	transition: all .3s;
	background: transparent;
	-ms-transform: translate(-50%, 30px);
	-webkit-transform: translate(-50%, 30px);
	transform: translate(-50%, 30px);
	opacity: 0;
	filter: alpha(opacity=0);
	border-radius: 5px;
	padding-top: 0px;
}

.nav>ul>li:hover .subnav-box {
	height: auto;
	overflow: inherit;
	transform: translate(-50%, 0px);
	-ms-transform: translate(-50%, 0px);
	-webkit-transform: translate(-50%, 0px);
	opacity: 1;
	filter: alpha(opacity=100);
}

.subnav-box>ul>li>a {
	display: block;
	font-size: 12px;
	background: #fff;
	color: #666;
	padding: 10px 0;
	border: 1px solid #eee;
}

.subnav-box>ul>li:hover>a {
	background: #f5f5f5;
}

.navheigth {
	width: 100%;
	height: 110px;
}

/*首页banner轮播*/
.sylunbo .slideBox {
	width: 100%;
	height: 480px;
	overflow: hidden;
	position: relative;
}

.sylunbo .slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom: 8px;
	z-index: 1;
	transform: translateX(-50%);
}

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

.sylunbo .slideBox .hd ul li {
	float: left;
	margin-right: 10px;
	width: 10px;
	height: 10px;
	line-height: 14px;
	text-align: center;
	background: transparent;
	cursor: pointer;
	border: 1px solid #fff;
	border-radius: 50%;
}

.sylunbo .slideBox .hd ul li.on {
	background: #da251d;
	color: #fff;
	border: none;
}

.sylunbo .slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

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

.sylunbo .slideBox .bd li a {
	display: block;
	height: 480px;
	max-width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.sylunbo .slideBox .prev,
.sylunbo .slideBox .next {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 44px;
	height: 44px;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.sylunbo .slideBox .next {
	background: url(../images/banner-right.png);
	right: 120px;
}

.sylunbo .slideBox .prev {
	background: url(../images/banner-left.png);
	left: 120px;
}

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

.sylunbo .slideBox .prevStop {
	display: none;
}

.sylunbo .slideBox .nextStop {
	display: none;
}

/*公告*/
.sy-notice {
	width: 100%;
	height: 46px;
	background: #fff;
	/*overflow:hidden;*/
}

.sy-notice-left {
	width: 750px;
	height: 46px;
	background-image: url(../images/icon-notice1.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: 18px 14px;
	padding-left: 25px;
}

.sy-notice-left .txtScroll-top {
	width: 600px;
	height: 46px;
	margin-left: 10px;
	overflow: hidden;
	position: relative;
}

.sy-notice-left .txtScroll-top .hd {
	overflow: hidden;
	height: 100%;
	padding: 0 10px;
}

.sy-notice-left .txtScroll-top .hd .prev,
.sy-notice-left .txtScroll-top .hd .next {
	display: block;
	width: 9px;
	height: 5px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url("images/icoUp.gif") no-repeat;
}

.sy-notice-left .txtScroll-top .hd .next {
	background: url("images/icoDown.gif") no-repeat;
}

.sy-notice-left .txtScroll-top .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
}

.sy-notice-left .txtScroll-top .hd ul li {
	float: left;
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background: url("images/icoCircle.gif") 0 -9px no-repeat;
}

.sy-notice-left .txtScroll-top .hd ul li.on {
	background-position: 0 0;
}

.sy-notice-left .txtScroll-top .bd {
	padding: 11px 0;
}

.sy-notice-left .txtScroll-top .infoList li {
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap;
}

.sy-notice-left .txtScroll-top .infoList li .date {
	font-size: 12px;
	color: #888888;
	display: inline-block;
	margin-right: 30px;
	position: relative;
}

.sy-notice-left .txtScroll-top .infoList li a {
	font-size: 12px;
	color: #666666;
	line-height: 22px;
}

.sy-notice-left .txtScroll-top .infoList li .date:after {
	content: '';
	width: 1px;
	height: 12px;
	background: #888;
	position: absolute;
	top: 50%;
	right: -15px;
	transform: translateY(-50%);
}

.sy-notice-title span {
	display: inline-block;
	/*width: 60px;*/
	padding: 12px 0;
	text-align: center;
	vertical-align: middle;
	font-family: '宋体';
	font-size: 12px;
	font-weight: bold;
	color: #000;
	line-height: 22px;
}

.sy-notice-right {
	width: auto;
	text-align: right;
	padding: 10px 0;
	position: relative;
}

.sy-notice-right span {
	font-size: 12px;
	font-family: '宋体';
	color: #000;
	font-weight: bold;
}

.qr-code-a {
	width: 120px;
	height: 120px;
	padding: 10px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 10px;
	overflow: hidden;
	position: absolute;
	top: -126px;
	left: -20px;
	z-index: 1;
	display: none;
}

.qr-code-a img {
	width: 100px;
	height: 100px;
}

/* 首页主内容 */
.sy-iteam {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}

.sy-list-a {
	width: 398px;
	height: 385px;
	overflow: hidden;
	float: left;
	margin-right: 3px;
	margin-bottom: 30px;
}

.sy-list-a:nth-child(3n) {
	margin-right: 0;
}

.sy-slideBox1 {
	width: 100%;
	height: auto;
	position: relative;
}

/* .sy-slideBox1 .hd{ height:15px; overflow:hidden; position:absolute; left: 50%; bottom:8px; z-index:1; transform: translateX(-50%);}
.sy-slideBox1 .hd ul{ overflow:hidden; zoom:1; float:left;  }
.sy-slideBox1 .hd ul li{ float:left; margin-right:10px;  width:10px; height:10px; line-height:14px; text-align:center; background:transparent; cursor:pointer;border: 1px solid #fff;border-radius: 50%; }
.sy-slideBox1 .hd ul li.on{ background:#da251d; color:#fff;border: none; } */
.sy-slideBox1 .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.sy-slideBox1 .bd li {
	zoom: 1;
	vertical-align: middle;
	width: 398px;
	height: 286px;
	position: relative;
}

.sy-slideBox1 .bd li a {
	display: block;
	height: auto;
	max-width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.sy-slideBox1 .prev,
.sy-slideBox1 .next {
	position: absolute;
	bottom: 65px;
	margin-top: -25px;
	display: block;
	width: 10px;
	height: 18px;
	filter: alpha(opacity=100);
	opacity: 1;
}

.sy-slideBox1 .next {
	background: url(../images/small-right2.png);
	right: 10px;
}

.sy-slideBox1 .prev {
	background: url(../images/small-left2.png);
	right: 40px;
}

/* .sy-slideBox1 .prev:hover{ background: url(../images/small-left2.png); }
.sy-slideBox1 .next:hover{ background: url(../images/small-right2.png);  } */
.sy-slideBox1 .prevStop {
	background: url(../images/small-left1.png);
}

.sy-slideBox1 .nextStop {
	background: url(../images/small-right1.png);
}

.sy-list-atext {
	position: absolute;
	bottom: -95px;
	left: 50%;
	z-index: 1;
	/* transform: translateX(-50%); */
	margin-left: -180px;
	padding: 20px;
	width: 360px;
	height: 140px;
	background: #ffffff;
}

.sy-list-atext h3 {
	font-size: 16px;
	color: #333;
	line-height: 25px;
	margin-bottom: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap;
	transition: all 0.3s;
}

.sy-list-ainfo,
.sy-list-ainfo p {
	font-size: 12px;
	color: #888;
	line-height: 22px;
	height: 66px;
	;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.sy-list-atitle {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 60px;
	height: 60px;
	background: #da251d;
	z-index: 2;
	text-align: center;
	padding: 7px;
	overflow: hidden;
}

.sy-list-atitle h3 {
	color: #fff;
	font-size: 20px;
	line-height: 22px;
	font-family: '宋体';
}

.sy-list-atext h3:hover {
	color: #da251d;
	transition: all 0.3s;
}

.sy-slideBox1.sixli-a .hd {
	width: 360px;
	height: 140px;
	background: #fff;
	position: absolute;
	bottom: -95px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.sy-slideBox1.sixli-a .hd ul li {
	float: left;
	width: 120px;
	height: 70px;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eee;
	cursor: pointer;
}

.sy-slideBox1.sixli-a .hd ul li:nth-child(3n) {
	border-right: none;
}

.sy-slideBox1.sixli-a .hd ul li:nth-child(4),
.sy-slideBox1.sixli-a .hd ul li:nth-child(5),
.sy-slideBox1.sixli-a .hd ul li:nth-child(6) {
	border-bottom: none;
}

.sixli-img {
	text-align: center;
	margin-top: 9px;
	margin-bottom: 10px;
}

.sy-slideBox1.sixli-a .hd ul li .sixli-img span {
	display: block;
	width: 27px;
	height: 20px;
	background-position: center center;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}

.sixli-name h3 {
	text-align: center;
	font-size: 12px;
	color: #888;
	line-height: 22px;
}

.sy-slideBox1.sixli-a .hd ul li.on .sixli-name h3 {
	color: #da251d;
}
/*.sy-slideBox1.sixli-a .hd ul li:nth-child(1) .icon-solvepic*/ 
/*.sy-slideBox1.sixli-a .hd ul li:nth-child(1) .icon-solvepic {
	background-image: url(../images/icon-solve1h.png);
}

.sy-slideBox1.sixli-a .hd ul li:nth-child(2) .icon-solvepic {
	background-image: url(../images/icon-solve2h.png);
}

.sy-slideBox1.sixli-a .hd ul li:nth-child(3) .icon-solvepic {
	background-image: url(../images/icon-solve3h.png);
}

.sy-slideBox1.sixli-a .hd ul li:nth-child(4) .icon-solvepic {
	background-image: url(../images/icon-solve4h.png);
}




.sy-slideBox1.sixli-a .hd ul li:nth-child(5) .icon-solvepic {
	background-image: url(../images/icon-solve5h.png);
}

.sy-slideBox1.sixli-a .hd ul li:nth-child(6) .icon-solvepic {
	background-image: url(../images/icon-solve6h.png);
}*/

.sy-slideBox1.sixli-a .hd ul li span.icon-solvepic{
	-webkit-filter: grayscale(100%) !important;
    -moz-filter: grayscale(100%) !important;
    -ms-filter: grayscale(100% !important);
    -o-filter: grayscale(100%) !important;
    
    filter: grayscale(100%) !important;
	
     filter: gray !important;
     opacity: 0.7 !important;
}
.sy-slideBox1.sixli-a .hd ul li.on span.icon-solvepic{
  -webkit-filter: grayscale(0%) !important;
    -moz-filter: grayscale(0%) !important;
    -ms-filter: grayscale(0%) !important;
    -o-filter: grayscale(0%) !important;
    
    filter: grayscale(0%) !important;
	
    filter: gray !important;
    opacity: 1 !important;
}

/* hover */
/*.sy-slideBox1.sixli-a .hd ul li:nth-child(1).on .icon-solvepic {
	background-image: url(../images/icon-solve1h.png);
}

.sy-slideBox1.sixli-a .hd ul li:nth-child(2).on .icon-solvepic {
	background-image: url(../images/icon-solve2h.png);
}

.sy-slideBox1.sixli-a .hd ul li:nth-child(3).on .icon-solvepic {
	background-image: url(../images/icon-solve3h.png);
}

.sy-slideBox1.sixli-a .hd ul li:nth-child(4).on .icon-solvepic {
	background-image: url(../images/icon-solve4h.png);
}

.sy-slideBox1.sixli-a .hd ul li:nth-child(5).on .icon-solvepic {
	background-image: url(../images/icon-solve5h.png);
}

.sy-slideBox1.sixli-a .hd ul li:nth-child(6).on .icon-solvepic {
	background-image: url(../images/icon-solve6h.png);
}*/

.sy-news,
.sy-news p {
	font-size: 12px;
	color: #888;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.sy-list-time {
	margin-top: 5px;
}

.sy-time-a {
	font-size: 12px;
	color: #bbb;
	line-height: 22px;
}

.sy-xq-a {
	font-size: 12px;
	color: #da251d;
	line-height: 22px;
}

.sy-slideBox1.fourli-a .hd {
	width: 360px;
	height: 140px;
	background: #fff;
	position: absolute;
	bottom: -95px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.sy-slideBox1.fourli-a .hd ul li {
	float: left;
	width: 180px;
	height: 70px;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eee;
	cursor: pointer;
}

.sy-slideBox1.fourli-a .hd ul li:nth-child(2n) {
	border-right: none;
}

.sy-slideBox1.fourli-a .hd ul li:nth-child(3),
.sy-slideBox1.fourli-a .hd ul li:nth-child(4) {
	border-bottom: none;
}

.sy-slideBox1.fourli-a .hd ul li .sixli-img span {
	display: block;
	width: 27px;
	height: 22px;
	background-position: center center;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}

.sy-slideBox1.fourli-a .hd ul li.on .sixli-name h3 {
	color: #da251d;
}

/*.sy-slideBox1.fourli-a .hd ul li:nth-child(1) .icon-solvepic {
	background-image: url(../images/icon-ser1h.png);
}

.sy-slideBox1.fourli-a .hd ul li:nth-child(2) .icon-solvepic {
	background-image: url(../images/icon-ser2h.png);
}

.sy-slideBox1.fourli-a .hd ul li:nth-child(3) .icon-solvepic {
	background-image: url(../images/icon-ser3h.png);
}

.sy-slideBox1.fourli-a .hd ul li:nth-child(4) .icon-solvepic {
	background-image: url(../images/icon-ser4h.png);
}*/

.sy-slideBox1.fourli-a .hd ul li .icon-solvepic{
		-webkit-filter: grayscale(100%) !important;
    -moz-filter: grayscale(100%) !important;
    -ms-filter: grayscale(100% !important);
    -o-filter: grayscale(100%) !important;
    
    filter: grayscale(100%) !important;
	
     filter: gray !important;
     opacity: 0.7 !important;
}
.sy-slideBox1.fourli-a .hd ul li.on .icon-solvepic{
	-webkit-filter: grayscale(0%) !important;
    -moz-filter: grayscale(0%) !important;
    -ms-filter: grayscale(0%) !important;
    -o-filter: grayscale(0%) !important;
    
    filter: grayscale(0%) !important;
	
    filter: gray !important;
    opacity: 1 !important;
}

/* hover */
/*.sy-slideBox1.fourli-a .hd ul li:nth-child(1).on .icon-solvepic {
	background-image: url(../images/icon-ser1h.png);
}

.sy-slideBox1.fourli-a .hd ul li:nth-child(2).on .icon-solvepic {
	background-image: url(../images/icon-ser2h.png);
}

.sy-slideBox1.fourli-a .hd ul li:nth-child(3).on .icon-solvepic {
	background-image: url(../images/icon-ser3h.png);
}

.sy-slideBox1.fourli-a .hd ul li:nth-child(4).on .icon-solvepic {
	background-image: url(../images/icon-ser4h.png);
}*/

.footer {
	width: 100%;
	background: #333333;
	/* height: 80px; */
	padding: 15px 0;
}

.footer-left {
	width: 50%;
}

.footer-left h4 {
	font-size: 12px;
	color: #fff;
	line-height: 22px;
	margin-bottom: 5px;
}

.footer-left .footer-link {
	font-size: 12px;
	color: #fff;
	line-height: 22px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	margin-right: 7px;
	transition: all 0.3s;
}

.footer-left .footer-link:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	transition: all 0.3s;
}

.footer-right {
	width: 50%;
	text-align: right;
}

.footer-rightlink,
.footer-rightlink a {
	font-size: 12px;
	color: #fff;
	line-height: 22px;
}

.footer-rightlink a {
	padding: 0 5px;
}
.footer-rightlink a:hover{
	color: #da2512;
}

.copyright p {
	font-size: 12px;
	color: #fff;
	line-height: 22px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.copyright p a {
	font-size: 12px;
	color: #fff;
	line-height: 22px;
}

/* 内页banner */
.nybanner {
	display: block;
	width: 100%;
	/* height: 100%; */
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
	height: 300px;
}

/* 面包屑 */
.bread {
	width: 100%;
	background: #fff;
	padding: 8px 0;
}

.bread .home a {
	display: inline-block;
	font-size: 12px;
	color: #999;
	line-height: 22px;
	vertical-align: middle;
	transition: all 0.2s;
}

.bread .home a.cur {
	color: #da251d;
	transition: all 0.2s;
}

.bread .home .icon-home {
	display: inline-block;
	width: 14px;
	height: 12px;
	background-image: url(../images/icon-home1.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 14px 12px;
	vertical-align: middle;
}

.bread .home span {
	display: inline-block;
	width: 14px;
	height: 12px;
	background-image: url(../images/icon-trian1.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 4px 6px;
	vertical-align: middle;
}

.contact-main {
	width: 100%;
	margin-top: 28px;
}

.contact-list {
	width: 100%;
	background: #fff;
}

.contact-title {
	width: 100%;
	background: #eee;
	border: 2px solid #fff;
	padding: 12px 25px;
	position: relative;
}

.contact-title h3 .vline-a {
	display: inline-block;
	width: 3px;
	height: 15px;
	background: #da251d;
	margin-right: 15px;
	vertical-align: middle;
}

.contact-title h3 .contact-tit-a {
	display: inline-block;
	font-size: 18px;
	color: #000;
	line-height: 22px;
	vertical-align: middle;
}

.contact-con-a {
	width: 100%;
	padding: 0 25px;
}

.contact-con-aleft {
	width: 590px;
	float: left;
	/* margin-left: 25px; */
}

.contact-con-aright {
	width: 535px;
	float: right;
}

.contact-con-ul {
	padding: 25px 0;
}

.contact-con-ul li {
	margin-bottom: 5px;
}

.contact-con-ul li:nth-last-child(1) {
	margin-bottom: 0;
}

.contact-con-ul li .contact-st {
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	font-weight: bold;
	vertical-align: top;
}

.contact-con-ul li .contact-font-a {
	display: inline-block;
	width: 480px;
	font-family: '宋体';
	margin-left: 15px;
	font-size: 14px;
	color: #666;
	line-height: 25px;
	white-space: normal;
	vertical-align: middle;
}

.contact-con-ul li .ct-caright {
	width: 420px;
}

.contact-con-b {
	padding: 25px 25px;
}

.contact-b-left {
	width: 555px;
	float: left;
	overflow: hidden;
}

.contact-b-right {
	width: 567px;
	float: right;
	position: relative;
}

.contact-b-left ul li {
	width: 25%;
	float: left;
	margin-bottom: 5px;
	font-size: 14px;
	color: #666;
	line-height: 22px;
	padding-left: 8px;
	cursor: pointer;
	vertical-align: middle;
	transition: all .2s;
}

.contact-b-left ul li.act,
.contact-b-left ul li:hover {
	color: #da251d;
	/* background:#fff7f7; */
	transition: all .2s;
	position: relative;
	z-index: 1;
}

.contact-b-left ul li.act:after,
.contact-b-left ul li:hover:after {
	content: '';
	width: 85%;
	height: 100%;
	background: #fff7f7;
	transition: all .2s;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.contact-b-left ul li:nth-last-child(1) {
	margin-bottom: 0;
}

.contact-b-left ul li .redgt {
	display: inline-block;
	font-family: '宋体';
	color: #da251d;
	font-size: 12px;
	vertical-align: middle;
	font-weight: bold;
	margin-right: 8px;
}

.contact-b-conli {
	width: 555px;
	height: 146px;
	background: #fff7f7;
	border-radius: 8px;
	/* overflow: hidden; */
	box-shadow: 0px 0px 3px 1px #f3f3f3;
	position: relative;
	padding: 12px;
	display: none;
}

.contact-b-right .contact-b-conli:nth-child(1) {
	display: block;
}

.contact-b-right:after {
	content: '';
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-left: 15px solid transparent;
	border-right: 15px solid #fff5f5;
	border-bottom: 8px solid transparent;
	/* background:#000; */
	position: absolute;
	top: 50%;
	left: -30px;
	transform: translateY(-50%);
	z-index: 1;
}

.contact-b-conlileft {
	width: 122px;
	height: 122px;
	float: left;
	background: #fff;
	text-align: center;
}

.contact-b-conlileft img {
	margin-top: 30px;
	margin-bottom: 8px;
}

.contact-b-conlileft p {
	font-size: 16px;
	color: #333;
	line-height: 25px;
	font-family: '宋体';
	font-weight: bold;
}

.contact-b-conliright {
	width: 390px;
	height: 122px;
	float: right;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.contact-b-conliul li .contact-b-smtit {
	display: inline-block;
	font-family: '宋体';
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	color: #666;
	vertical-align: top;
}

.contact-b-conliul li .contact-b-text {
	display: inline-block;
	width: 300px;
	font-size: 12px;
	color: #666;
	line-height: 22px;
	vertical-align: text-top;
}

/* 地图 */
.map-box {
	width: 100%;
	padding: 25px;
}

.map {
	width: 100%;
	height: 390px;
}

.map .pop .top {
	border-bottom: none;
}

.map .pop .center,
.map .pop .bottom {
	-webkit-box-sizing: initial;
	-moz-box-sizing: initial;
	box-sizing: initial;
}

.map .iw_poi_title {
	color: #da0000;
}

.map label {
	display: block;
	max-width: none;
}

.map img {
	max-width: none;
}

.multipleColumn {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.multipleColumn .hd {
	overflow: hidden;
	height: 30px;
	/* background: #f4f4f4; */
	padding: 0 10px;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	transform: translateY(-50%);
}

.multipleColumn .hd .prev {
	display: block;
	padding: 1px;
	width: 20px;
	height: 20px;
	color: #da251d;
	font-size: 12px;
	line-height: 18px;
	font-family: '宋体';
	text-align: center;
	font-weight: bold;
	float: right;
	margin-right: 5px;
	margin-top: 5px;
	overflow: hidden;
	cursor: pointer;
	border: 1px solid #da251d;
	border-radius: 2px;
	position: relative;
}

.multipleColumn .hd .next {
	display: block;
	padding: 1px;
	width: 20px;
	height: 20px;
	color: #fff;
	font-size: 12px;
	background: #da251d;
	line-height: 18px;
	font-family: '宋体';
	text-align: center;
	font-weight: bold;
	float: right;
	margin-right: 5px;
	margin-top: 5px;
	overflow: hidden;
	cursor: pointer;
	border: 1px solid #da251d;
	border-radius: 2px;
	position: relative;
}

/* .multipleColumn .hd .prev:after{
	content: ' < ';
	text-align: center;
	font-size: 12px;
	font-family: '宋体';
	font-weight: bold;
} */
.multipleColumn .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 12px;
}

.multipleColumn .hd ul li {
	float: left;
	width: 6px;
	height: 6px;
	background: #888888;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	border-radius: 50%;
}

.multipleColumn .hd ul li.on {
	background: #da251d;
}

.multipleColumn .bd {
	padding: 10px;
	overflow: hidden;
}

.multipleColumn .bd ul {
	overflow: hidden;
	zoom: 1;
	width: 100%;
	float: left;
	_display: inline;
	padding-top: 10px;
}

.multipleColumn .bd ul li {
	margin: 0 8px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	/* width: 200px;
	height: 80px; */
	border: 1px solid #ebebeb;
	margin-bottom: 15px;
	transition: all .2s;
}

.multipleColumn .bd ul li img {
	text-align: center;
	max-width: 218px;
	max-height: 78px;
}

.multipleColumn .bd ul li:hover {
	border: 1px solid transparent;
	box-shadow: 0 0 11px 0px #ddd;
	transition: all .2s;
}

/* 内页主要盒子 */
.main {
	width: 100%;
	position: relative;
	margin-top: 30px;
	margin-bottom: 45px;
}

.main-left {
	float: left;
	width: 280px;
}

.main-right {
	float: right;
	width: 896px;
	min-height: 590px;
	background: #fff;
	padding: 25px 25px 40px;
}

/* 内页主要左侧导航 */
.main-title {
	width: 100%;
	height: 60px;
	background-image: url(../images/maintitbg1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.main-title h2 {
	font-size: 26px;
	color: #fff;
	line-height: 60px;
	padding-left: 15px;
}

.ernav-box {
	width: 100%;
	border: 1px solid #e6e6e6;
}

.ernav-title {
	width: 100%;
	height: 44px;
	background: #eeeeee;
	border-bottom: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
}

.ernav-title h3 {
	padding-left: 15px;
	padding-right: 15px;
	font-family: '宋体';
	font-weight: bold;
	font-size: 16px;
	color: #000;
	/* font-weight: bold; */
	line-height: 44px;
	
}

.ernav-title h3 a:hover {
	color: #da2512;
}

.ernav-ul {
	width: 100%;
	background: #fff;
	padding: 15px 0;
}

.ernav-ul>li>a {
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 22px;
	padding: 5px 15px;
	transition: all .3s;
}

.ernav-ul>li>a>.icon-ernav-a {
	display: inline-block;
	width: 14px;
	height: 15px;
	background-image: url(../images/ernav-pic1.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 13px 13px;
	vertical-align: sub;
	margin-right: 10px;
	transition: all .3s;
}

.ernav-ul>li:hover>a,
.ernav-ul>li.act>a {
	color: #da251d;
	transition: all .3s;
}

.ernav-ul>li:hover>a>.icon-ernav-a,
.ernav-ul>li.act>a>.icon-ernav-a {
	background-image: url(../images/ernav-pic2.png);
	transition: all .3s;
}

.ernav-title .jump {
	background-image: url(../images/ernav-pic1.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: 13px 13px;
	margin-right: 15px;
	cursor: pointer;
	transition: all .2s;
}

.ernav-title .jump:hover,
.ernav-title .jump.act {
	background-image: url(../images/ernav-pic2.png);
	transition: all .2s;
}

.ernav-title .jump:hover a,
.ernav-title .jump.act a {
	color: #da2512;
}

.ernav-title .jump a {
	display: block;
}

.main-left-banner {
	width: 100%;
	margin-top: 10px;
}

.main-left-banner a {
	display: block;
	margin-bottom: 8px;
}

.main-left-banner a:nth-last-child(1) {
	margin-bottom: 0;
}

.yline {
	display: inline-block;
	width: 3px;
	height: 15px;
	line-height: 22px;
	background: #da251d;
	margin-right: 15px;
	vertical-align: middle;
}

.qytit {
	display: inline-block;
	font-size: 18px;
	color: #000;
	line-height: 22px;
	vertical-align: middle;
}

.ctr-main-a {
	width: 100%;
	margin-top: 25px;
}

.ctr-box {
	width: 100%;
	margin-top: 25px;
}

.ctr-main-a-tit h3 {
	font-size: 20px;
	line-height: 33px;
	color: #333;
	font-weight: bold;
	text-align: center;
}

.ctr-main-a-con1 ul li {
	width: 141px;
	height: 78px;
	float: left;
	border: 1px solid #eeeeee;
	padding-top: 16px;
}

.ctr-mian-a-img {
	width: 100%;
	height: 25px;
	text-align: center;
	margin-bottom: 5px;
}

.ctr-main-a-name p {
	text-align: center;
	font-size: 14px;
	color: #666;
}

.ctr-main-a-con1 {
	margin-top: 15px;
}

.ctr-threebox ul li {
	width: 280px;
	height: 280px;
	background: #f5f5f5;
	float: left;
	padding-top: 45px;
	margin-right: 3px;
}

.ctr-threebox ul li:nth-child(3n) {
	margin-right: 0px;
}

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

.ctr-threetit span {
	font-size: 18px;
	color: #333;
	line-height: 33px;
	vertical-align: middle;
}

.ctr-threetit em {
	font-size: 24px;
	font-weight: bold;
	color: #da251d;
	line-height: 33px;
	vertical-align: middle;
}

.ctr-threetext p {
	text-align: center;
	font-size: 14px;
	color: #666;
	line-height: 22px;
}

.ctr-threetext {
	margin-top: 40px;
}

.culture-a ul li {
	width: 50%;
	float: left;
	background: #f5f5f5;
}

.culture-atext {
	width: 202px;
	padding-top: 50px;
}

.culture-atext h3 {
	font-size: 16px;
	color: #333;
	line-height: 22px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
	position: relative;
}

.culture-atext h3:after {
	content: '';
	width: 20px;
	height: 2px;
	background: #da251d;
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.culture-atext p {
	font-size: 14px;
	color: #666;
	line-height: 22px;
	text-align: center;
}

.free-edit {
	width: 100%;
	margin-top: 30px;
}

.free-edit p {
	font-size: 14px;
	color: #777777;
	line-height: 22px;
}

.course-box {
	width: 100%;
	position: relative;
	margin-top: 30px;
}

.hisline {
	width: 1px;
	height: 101%;
	background: #dddddd;
	position: absolute;
	top: 0;
	left: 18px;
	z-index: 1;
}

.course-start {
	width: 18px;
	height: 18px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 50%;
	margin-left: 9px;
	position: relative;
	z-index: 2;
}

.course-con {
	width: 100%;
	z-index: 5;
	padding-left: 45px;
}

.course-list {
	position: relative;
	margin-top: 40px;
}

.course-list h3 {
	font-size: 24px;
	font-family: Arial;
	color: #da251d;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}

.course-list p {
	font-size: 12px;
	color: #888;
	line-height: 22px;
}

.yuan1 {
	position: absolute;
	width: 18px;
	height: 18px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 50%;
	top: 6px;
	z-index: 5;
	left: -36px;
}

.yuan1:after {
	content: '';
	width: 10px;
	height: 10px;
	background: #da251d;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 6;
}

.gallery {
	width: 100%;
	margin-top: 30px;
}

.gallery li {
	display: inline-block;
	width: 205px;
	border: 1px solid #ddd;
	padding: 1px;
	margin-right: 3px;
	margin-bottom: 30px;
	overflow: hidden;
}

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

.baguetimg {
	display: block;
	/* background: #f7f7f7; */

	padding-bottom: 80%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 85%;
	position: relative;
	overflow: hidden;
	transition: all .3s;
}

.baguetimg:hover {
	transform: scale(1.1);
	transition: all .3s;
}

.honor-name {
	background: #eeeeee;
	width: 100%;
	text-align: center;
	height: 30px;
}

.honor-name p {
	font-size: 12px;
	color: #666;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap;
}

.honor-more a {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
	font-size: 14px;
	color: #888888;
	text-align: center;
	transition: all .3s;
}

.honor-more a:hover {
	background: #da251d;
	color: #fff;
	transition: all .3s;
}

/* 人才招聘 */
.talent-info {
	width: 100%;
	background: #fff;
	padding-top: 45px;
	padding-bottom: 45px;
}

.talent-info-img {
	width: 615px;
	height: 409px;
	position: relative;
}

.talent-info-txt {
	width: 540px;
	height: 409px;
	overflow: hidden;
}

.talent-info-tit {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.talent-info-tit h3 {
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.talent-info-tit p {
	font-size: 14px;
	color: #fff;
	font-family: Arial;
	opacity: 0.5;
	text-align: center;
	filter: alpha(opactiy=50);
}

.talent-info-name {
	padding-bottom: 15px;
	border-bottom: 1px solid #eeeeee;
	position: relative;
	margin-bottom: 45px;
	margin-top: 70px;
}

.talent-info-name:after {
	content: '';
	width: 40px;
	height: 3px;
	background: #da251d;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.talent-info-name h3 {
	font-size: 26px;
	color: #333;
	font-weight: bold;
	line-height: 33px;
}

.talent-info-xx p {
	font-size: 12px;
	color: #888;
	line-height: 20px;
}

.recruit-title h3 {
	font-size: 36px;
	color: #333;
	font-weight: bold;
	line-height: 45px;
	text-align: center;
}

.recruit-title p {
	font-family: Arial;
	font-size: 14px;
	color: #333;
	line-height: 22px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	text-align: center;
}

.recruit-box {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}

.recruit-title {
	margin-bottom: 45px;
}

.recruit-table {
	width: 100%;
	margin-bottom: 25px;
}

.recruit-table thead tr th {
	text-align: left;
	font-size: 16px;
	color: #da251d;
	line-height: 22px;
	font-weight: bold;
	padding-left: 15px;
	height: 56px;
}

.recruit-table thead tr th.table-first-th {
	width: 320px;
}

.recruit-table thead tr th.table-sec-th {
	width: 250px;
}

.recruit-table thead tr th.table-last-th {
	width: 130px;
}

.recruit-table tbody tr {
	border: 1px solid #dddddd;
	height: 56px;
}

.recruit-table tbody tr:nth-child(even) {
	background: #ffffff;
}

.recruit-table tbody tr td {
	padding-left: 15px;
	font-size: 14px;
	color: #888;
	line-height: 22px;
	padding-top: 13px;
	padding-bottom: 13px;
}

.recruit-table tbody tr td a {
	font-size: 14px;
	color: #888;
	line-height: 22px;
	transition: all .2s;
}

.recruit-table tbody tr td a:hover {
	color: #da251d;
	transition: all .2s;
}

.recruit-table tbody tr td a.recruit-btn1 {
	display: block;
	width: 86px;
	height: 30px;
	text-align: center;
	font-size: 12px;
	line-height: 28px;
	color: #fff;
	background: #da251d;
	border-radius: 20px;
	border: 1px solid transparent;
	transition: all .2s;
}

.recruit-table tbody tr td a.recruit-btn1:hover {
	border: 1px solid #da251d;
	background: transparent;
	color: #da251d;
}

.recruit-more a {
	display: block;
	width: 200px;
	height: 50px;
	text-align: center;
	border: 1px solid #da2512;
	line-height: 48px;
	font-size: 14px;
	color: #da2512;
	transition: all 0.2s;
	border-radius: 40px;
	margin-left: auto;
	margin-right: auto;
}

.recruit-more a:hover {
	background: #da2512;
	color: #fff;
	transition: all 0.2s;
}

.interview-box .container12 {
	background: #fff;
}

.interview-left {
	width: 400px;
	background: #fff;
}

.interview-right {
	width: 675px;
	height: 400px;
	overflow: hidden;
	margin-left: 40px;
}

.interview-right-top {
	margin-top: 45px;
}

.interview-right-top h3 {
	font-size: 14px;
	color: #da2512;
	line-height: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}

.interview-right-top p {
	font-size: 14px;
	color: #666;
	line-height: 25px;
}

.interview-right-bot h3 {
	line-height: 35px;
}

.interview-right-bot h3 span {
	display: inline-block;
	font-size: 14px;
	color: #666;
	line-height: 22px;
}

.interview-right-bot h3 .inter-tit {
	font-size: 14px;
	line-height: 22px;
	color: #da2512;
	display: inline-block;
	width: 70px;
	vertical-align: text-top;
}

.interview-right-bot h3 .inter-txt {
	width: 580px;
	vertical-align: text-top;
}

.interview-right-bot {
	margin-top: 40px;
}

.interview-box {
	margin-bottom: 60px;
}

.rcactivity {
	width: 100%;
	background: #fff;
	padding: 60px 0;
}

.rcactivity-slide .picScroll-left {
	width: 100%;
	/* overflow: hidden; */
	position: relative;
}

.rcactivity-slide .picScroll-left .hd {
	overflow: hidden;
	/* height: 30px; */
	padding: 0 10px;
}

.rcactivity-slide .picScroll-left .hd .prev,
.rcactivity-slide .picScroll-left .hd .next {
	display: block;
	width: 22px;
	height: 41px;
	position: absolute;
	/* margin-right: 5px; */
	/* margin-top: 10px; */
	overflow: hidden;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	top: 50%;
	z-index: 2;
	transform: translateY(-50%);
}

.rcactivity-slide .picScroll-left .hd .prev {
	background-image: url(../images/rc-iconleft1.png);
	transition: all 0.2s;
	left: -35px;
}

.rcactivity-slide .picScroll-left .hd .next {
	background-image: url(../images/rc-iconright1.png);
	transition: all 0.2s;
	right: -55px;
}

.rcactivity-slide .picScroll-left .hd .prev:hover {
	background-image: url(../images/rc-iconleft2.png);
	transition: all 0.2s;
}

.rcactivity-slide .picScroll-left .hd .next:hover {
	background-image: url(../images/rc-iconright2.png);
	transition: all 0.2s;
}

.rcactivity-slide .picScroll-left .hd .prevStop {
	background-image: url(../images/rc-iconleft2.png);
	transition: all 0.2s;
}

.rcactivity-slide .picScroll-left .hd .nextStop {
	background-image: url(../images/rc-iconright2.png);
	transition: all 0.2s;
}

.rcactivity-slide .picScroll-left .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
	zoom: 1;
}

.rcactivity-slide .picScroll-left .hd ul li {
	float: left;
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	/* background: url("images/icoCircle.gif") 0 -9px no-repeat; */
}

.rcactivity-slide .picScroll-left .hd ul li.on {
	background-position: 0 0;
}

.rcactivity-slide .picScroll-left .bd {
	padding: 10px;
	overflow: hidden;
}

.rcactivity-slide .picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.rcactivity-slide .picScroll-left .bd ul li {
	margin: 0 8px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}

.rcactivity-slide .picScroll-left .bd ul li .pic {
	text-align: center;
}

.rcactivity-slide .picScroll-left .bd ul li .pic {
	display: block;
	width: 390px;
	height: 259px;
	overflow: hidden;
}

.rcactivity-slide .picScroll-left .bd ul li .pic img {
	display: block;
	transition: all .3s;

}

.rcactivity-slide .picScroll-left .bd ul li .pic img:hover {
	transform: scale(1.1);
	transition: all .3s;
}

.rcactivity-slide .picScroll-left .bd ul li .title {
	padding: 5px 0;
	position: relative;
}

.rcactivity-slide .picScroll-left .bd ul li .title .time {
	position: absolute;
	bottom: 0;
	left: 15px;
}

.rcactivity-slide .picScroll-left .bd ul li .title .time a {
	display: block;
	width: 60px;
	height: 60px;
	background: #da2512;
	color: #fff;
	padding: 9px;
}

.rcactivity-slide .picScroll-left .bd ul li .title .time a p {
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	line-height: 20px;
}

.rcactivity-slide .picScroll-left .bd ul li .title .time a span {
	font-size: 14px;
	font-family: Arial;
	line-height: 20px;
}

.rcactivity-slide .picScroll-left .bd ul li .title a {
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 24px;
	position: relative;
	text-align: left;
	padding-left: 85px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap;
}

.rcbtnact {
	width: 100%;
	margin-top: 45px;
}

.rcbtnact a {
	display: block;
	width: 280px;
	height: 35px;
	font-size: 12px;
	color: #666;
	border: 1px solid #ddd;
	line-height: 33px;
	margin-bottom: 10px;
	text-align: center;
	transition: all .2s;
}

.rcbtnact a:hover {
	color: #da2512;
	border: 1px solid #da2512;
	transition: all .2s;
	background: #fff;
}

.rcbtnact .rcreturn {
	border: 1px solid #da2512;
	background: #da2512;
	color: #fff;
}

.news-amore {
	font-size: 12px;
	color: #888;
	line-height: 24px;
	padding-right: 20px;
	display: block;
	background-image: url(../images/ernav-pic2.png);
	background-repeat: no-repeat;
	background-position: right;
}

.news-amore:hover {
	color: #da2512;
}

.news-home-left .slideBox {
	width: 400px;
	overflow: hidden;
	position: relative;
}

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

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

.news-home-left .slideBox .hd ul li {
	float: left;
	margin-right: 4px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}

.news-home-left .slideBox .hd ul li.on {
	background: #da2512;
	color: #fff;
}

.news-home-left .slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.news-home-left .slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	position: relative;
}

.news-home-left .slideBox .bd li .title {
	width: 100%;
	height: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	background: rgba(0, 0, 0, 0.5);
}

.news-home-left .slideBox .bd li .title h3 {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	padding-left: 15px;
	padding-right: 110px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap;
}

.news-home-left .slideBox .bd img {
	display: block;
}

.news-home-left .slideBox .prev,
.news-home-left .slideBox .next {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 20px;
	height: 35px;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.news-home-left .slideBox .next {
	background: url(../images/new-lbright.png);
	right: 0;
}

.news-home-left .slideBox .prev {
	background: url(../images/new-lbleft.png);
	left: 0;
}

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

.news-home-left .slideBox .prevStop {
	display: none;
}

.news-home-left .slideBox .nextStop {
	display: none;
}

.news-home-right {
	width: 425px;
}

.news-home {
	width: 100%;
	padding: 0 25px;
	margin-top: 10px;
	padding-bottom: 20px;
}

.news-home-list-a a h3 {
	font-size: 18px;
	color: #000;
	line-height: 22px;
	transition: all .2s;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap;
}

.news-home-list-a a h3:hover {
	color: #da2512;
	transition: all .2s;
}

.news-home-list-a a p {
	font-size: 12px;
	color: #666;
	line-height: 20px;
	height: 40px;
	margin: 8px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.news-home-list-a .newstime span.releasetime {
	float: left;
	font-size: 14px;
	font-family: Verdana;
	color: #888888;
	line-height: 22px;
}

.news-home-list-a .newstime span.newsxq {
	float: right;
	color: #da2512;
	font-size: 12px;
	line-height: 22px;
}

.news-home-list-a {
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin-top: 6px;
}

.news-home-list-b {
	margin-top: 23px;
}

.news-home-list-b ul li {
	width: 100%;
	margin: 14px 0;
	transition: all .2s;
}

.news-home-list-b ul li a {
	display: block;
	transition: all .2s;
}

.news-home-list-b ul li a h4 {
	font-size: 12px;
	color: #333;
	line-height: 20px;
	float: left;
	width: 320px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap;
	transition: all .2s;
}

.news-home-list-b ul li a span {
	font-size: 12px;
	color: #888;
	font-family: Verdana;
	line-height: 20px;
	vertical-align: bottom;
	float: right;
	transition: all .2s;
}

.news-home-list-b ul li:hover a span,
.news-home-list-b ul li:hover a h4 {
	color: #da2512;
}

.small-news {
	margin-top: 12px;
}

.wnews-box {
	width: 100%;
	padding: 0 25px 10px;
}

.wnews-info {
	width: 200px;
	margin-top: 6px;
}

.wnews-top {
	margin-top: 12px;
}

.wnews-img {
	max-width: 180px;
	max-height: 126px;
}

.calendar1-box .news-input {
	border: 1px solid #ddd;
	height: 30px;
	width: 150px;
	line-height: 28px;
	padding-left: 15px;
	font-size: 12px;
	color: #333;
	/* color: #bebebe; */
	background-image: url(../images/icon-calendar1.png);
	background-position: 125px center;
	padding-right: 15px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.calendar1-box .news-input2 {
	width: 208px;
	height: 30px;
	line-height: 28px;
	border: 1px solid #ddd;
	font-size: 12px;
	color: #333;
	padding-left: 15px;
	padding-right: 15px;
}

.news-search {
	position: relative;
	margin-left: 15px;
}

.news-search .news-submit {
	width: 28px;
	height: 28px;
	background: #da2512 url(../images/icon-newssre1.png) no-repeat center center;
	position: absolute;
	top: 1px;
	right: 1px;
	z-index: 1;
	cursor: pointer;
}

.news-main-liright {
	width: 565px;
	height: 180px;
}

.news-home-list-c a h3 {
	font-size: 18px;
	color: #000;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap;
	margin-top: 10px;
	transition: all 0.2s;
}

.news-home-list-c a h3:hover {
	color: #da2512;
	transition: all 0.2s;
}

.news-main-lileft {
	width: 251px;
	height: 180px;
	overflow: hidden;
	transition: all .2s;
}

.news-home-list-c a p {
	font-size: 12px;
	color: #666;
	line-height: 20px;
	height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin: 17px 0 25px;
}

.news-main-lileft a img {
	transition: all .2s;
}

.news-main-lileft a img:hover {
	transform: scale(1.1);
	transition: all .2s;
}

.news-home-list-c a .newstime .releasetime {
	font-size: 16px;
	font-family: Arial;
	color: #999;
	line-height: 28px;
}

.news-home-list-c a .newstime .newsxq {
	display: block;
	width: 120px;
	height: 30px;
	text-align: center;
	line-height: 28px;
	font-size: 12px;
	color: #da2512;
	border: 1px solid #da2512;
	transition: all .2s;
}

.news-home-list-c a .newstime .newsxq:hover {
	background: #da2512;
	color: #fff;
}

.news-main-con {
	margin-top: 20px;
}

.news-main-li {
	width: 100%;
	height: 180px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dashed #ddd;
	box-sizing: content-box;
}

.news-main-li:nth-last-child(1) {
	/* border: none; */
	margin-bottom: 0;
	/* padding-bottom: 0; */
}

/*分页*/
.page {
	display: table;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

.page ul,
.page .page-text,
.page .page-go {
	float: left;
}

.page ul li {
	float: left;
}

.page ul li a {
	font-size: 12px;
	color: #999999;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	transition: all 0.2s;
}

.page ul li.cur a,
.page ul li:hover a {
	color: #fff;
	background: #db251c;
	transition: all 0.2s;
}

.page .page-text input {
	font-size: 16px;
	width: 52px;
	height: 40px;
	color: #999999;
	background: #f3f3f3;
	/*padding: 0 10px;*/
	text-align: center;
	margin: 0 10px;
}

.page .page-go a {
	display: block;
	width: 50px;
	height: 38px;
	font-size: 16px;
	color: #db251c;
	border: 2px solid #db251c;
	line-height: 34px;
	text-align: center;
	transition: all 0.2s;
}

.page .page-go a:hover {
	color: #fff;
	background: #db251c;
	transition: all 0.2s;
}

.certificate-query {
	width: 100%;
	margin-top: 20px;
}

.certificate-query p {
	font-size: 12px;
	color: #666;
	line-height: 20px;
	margin-bottom: 12px;
}

.certificate-query p b {
	display: inline-block;
	width: 140px;
	text-align: right;
	font-size: 12px;
	color: #333;
	line-height: 20px;
}

.certificate-query p span {
	font-size: 12px;
	color: #666;
	line-height: 20px;
}

.train-box ul li {
	border: 1px solid #ddd;
	transition: all .2s;
	margin-bottom: 20px;
}

.train-box ul li:nth-last-child(1) {
	margin-bottom: 0;
}

.train-box ul li:hover {
	border: 1px solid transparent;
	box-shadow: 0 0 20px 1px #ddd;
	transition: all .2s;
}

.train-box ul li a {
	display: block;
}

.train-box ul li a .train-left {
	width: 110px;
	height: 110px;
	background: #eeeeee;
	padding-top: 12px;
	padding-left: 20px;
}

.train-box ul li a .train-left span {
	font-size: 40px;
	color: #da2512;
	line-height: 55px;
	font-family: Impact;
}

.train-box ul li a .train-left p {
	font-size: 16px;
	color: #666;
	font-family: Verdana;
	line-height: 20px;
}

.train-box ul li a .train-right {
	width: 730px;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
}

.train-right .train-title h3 {
	width: 585px;
	font-size: 16px;
	float: left;
	color: #333;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap;
	transition: all .2s;
}

.train-right .train-title h3:hover {
	color: #da2512;
	transition: all .2s;
}

.train-right .train-title span {
	float: right;
	font-size: 12px;
	color: #da2512;
	line-height: 20px;
}

.train-right .train-info p {
	font-size: 12px;
	color: #666;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.train-right .train-info {
	margin-top: 15px;
}

.train-box {
	width: 100%;
	margin-top: 20px;
}

.tool-box ul li {
	width: 100%;
	border: 1px solid #ddd;
	border-bottom: none;
}

.tool-box ul li:nth-last-child(1) {
	border-bottom: 1px solid #ddd;
}

.tool-box ul li .tool-left {
	float: left;
	width: 510px;
	height: 120px;
	padding: 22px 13px;
}

.tool-box ul li .tool-right {
	float: right;
	width: 328px;
	height: 120px;
	background: #f8f8f8;
	border-left: 1px solid #ddd;
}

.tool-box ul li .tool-left h3 {
	font-size: 16px;
	color: #333;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap;
}

.tool-box ul li .tool-left .tool-info {
	margin-top: 10px;
}

.tool-box ul li .tool-left .tool-info span {
	font-size: 12px;
	color: #888;
	font-family: Verdana, '微软雅黑';
	margin-right: 10px;
}

.tool-box ul li .tool-right {
	position: relative;
}

.tool-box ul li .tool-right p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.tool-box ul li .tool-right p a {
	font-size: 14px;
	color: #666;
	line-height: 22px;
	vertical-align: middle;
	transition: all .2s;
}

.tool-box ul li .tool-right p a:hover {
	color: #da2512;
	transition: all .2s;
}

.tool-box ul li .tool-right p a img {
	margin-right: 5px;
	margin-top: -4px;
}

.yline2 {
	display: inline-block;
	width: 3px;
	height: 14px;
	position: relative;
	margin: 0 5px;
}

.yline2:after {
	content: '';
	width: 1px;
	height: 14px;
	background: #bbb;
	position: absolute;
	top: 4px;
	left: 0;
	z-index: 1;
}

.video-box ul li {
	width: 261px;
	float: left;
	margin-right: 30px;
	margin-bottom: 25px;
	position: relative;
}

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

.video-box ul li:nth-last-child(1),
.video-box ul li:nth-last-child(2),
.video-box ul li:nth-last-child(3) {
	margin-bottom: 0;
}

.video-box ul li .video-vdimg {
	display: block;
	overflow: hidden;
	position: relative;
}

.video-box ul li a img {
	transition: all .3s;
}

.video-box ul li a img:hover {
	transform: scale(1.1);
	transition: all .3s;
}

.video-box ul li a h3 {
	font-size: 16px;
	color: #333;
	line-height: 22px;
	margin: 10px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap;
	transition: all .2s;
}

.video-box ul li a h3:hover {
	color: #da2512;
	transition: all .2s;
}

.video-box ul li .video-info p {
	font-size: 12px;
	color: #888;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.video-box ul li .video-vdimg .mask1 {
	width: 100%;
	height: 100%;
	background-image: url(../images/balckmask1.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	transition: all .3s;
}

.video-box ul li .video-vdimg .mask1:hover {
	opacity: 0;
	transition: all .3s;
}

.vd-title h3 {
	font-size: 22px;
	color: #da2512;
	line-height: 30px;
	text-align: center;
}

.vd-soure {
	display: table;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 15px;
}

.vd-soure span {
	text-align: center;
	font-size: 12px;
	color: #999;
	line-height: 20px;
	margin-right: 12px;
}

.video-maincon {
	width: 100%;
}

.video-maincon video {
	width: 100%;
	height: 600px;
}

.freetext {
	margin-top: 20px;
}

.freetext p {
	font-size: 12px;
	color: #999;
	line-height: 20px;
}

.chapter-box {
	width: 100%;
	margin-top: 30px;
}

.chapter-box .chapter-left {
	width: 525px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap;
}

.chapter-box .chapter-left p a {
	font-size: 12px;
	color: #999;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap;
}

.chapter-box .chapter-right a {
	display: block;
	width: 120px;
	height: 30px;
	font-size: 12px;
	border: 1px solid #da2512;
	line-height: 28px;
	text-align: center;
	color: #da2512;
	border-radius: 5px;
	margin-top: 13px;
	transition:  all .2s;
}
.chapter-box .chapter-right a{
	border: #da2512;
	color: #fff;
	transition:  all .2s;
}
.qiye-tips {
	font-size: 12px;
	color: #888;
	vertical-align: middle;
	margin-left: 10px;
}

.repair-title {
	width: 100%;
	height: 40px;
	margin-bottom: 20px;
}

.repair-title h3 {
	font-size: 14px;
	color: #383838;
	line-height: 40px;
	background: #eeeeee;
	font-weight: bold;
	padding-left: 15px;
}

.repair-list {
	margin-bottom: 20px;
}

.repair-list .repair-t {
	width: 120px;
	text-align: right;
}

.repair-list .repair-t span {
	font-size: 12px;
	color: #666;
	line-height: 28px;
	vertical-align: middle;
}

.repair-list .repair-rightcon {
	width: 715px;
}

.repair-list .repair-rightcon .repairinput1 {
	width: 460px;
	height: 30px;
	border: 1px solid #dedede;
	line-height: 28px;
	font-size: 12px;
	color: #333;
	vertical-align: middle;
	padding: 0 10px;
}

.repair-list .repair-rightcon .repairinput2 {
	width: 215px;
	height: 30px;
	border: 1px solid #dedede;
	line-height: 28px;
	font-size: 12px;
	color: #333;
	vertical-align: middle;
	padding: 0 10px;
}

.repair-rightcon .repair-checked {
	display: block;
	float: left;
	border-radius: 5px;
	width: 220px;
	height: 30px;
	text-align: center;
	line-height: 28px;
	background: #f5f5f5;
	color: #333;
	font-size: 12px;
	margin-right: 25px;
	margin-bottom: 12px;
	cursor: pointer;
	transition: all .2s;
}

.repair-rightcon .repair-checked:nth-child(3n) {
	margin-right: 0;
}

.repair-rightcon .repair-checked:hover,
.repair-rightcon .repair-checked.act {
	background: #da2512;
	color: #fff;
	transition: all .2s;
}

.repair-list .repair-rightcon textarea.repair-txtarea {
	width: 100%;
	height: 140px;
	border: 1px solid #dedede;
	padding: 10px;
	font-size: 12px;
	color: #333;
}

.repair-xx {
	font-size: 12px;
	color: #333;
	line-height: 28px;
}

.four-infobox {
	width: 100%;
	margin-bottom: 20px;
}

.four-infobox .four-left span {
	display: inline-block;
	text-align: right;
	width: 120px;
	font-size: 12px;
	color: #666;
	line-height: 28px;
	vertical-align: middle;
}

.four-infobox .four-left .fleft-input {
	width: 245px;
	height: 30px;
	border: 1px solid #dedede;
	line-height: 28px;
	font-size: 12px;
	color: #333;
	padding: 0 10px;
	margin-left: 10px;
}

.maintain a {
	display: inline-block;
	width: 120px;
	height: 50px;
	background: #fff5f5;
	text-align: center;
	font-size: 12px;
	color: #333;
	line-height: 50px;
}

.maintain span {
	color: #da2512;
}

.maintain {
	width: 100%;
	text-align: center
}

.repair-box {
	width: 100%;
	/* padding-bottom: 40px;
	border-bottom: 1px dashed #dedede; */
}

.agree {
	margin-top: 40px;
	padding-top: 20px;
	text-align: center;
	border-top: 1px dashed #dedede;
}

.agree-top span {
	font-size: 12px;
	color: #666;
	line-height: 20px;
}

.agree-top span a {
	font-size: 12px;
	color: #f97b26;
	line-height: 20px;
	text-decoration: underline;
}

.agree-top input[type='checkbox'] {
	visibility: hidden;
	position: absolute;
}

#agree-btn+label:before {
	content: "";
	display: inline-block;
	/* vertical-align: .2em; */
	width: 12px;
	height: 12px;
	margin-right: 5px;
	border-radius: .2em;
	border: 1px solid #d0d0d0;
	background-color: #fff;
	/* text-indent: .15em; */
	line-height: .65;
	background-image: url(../images/icon-check2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px 12px;
	vertical-align: middle;
}

#agree-btn:checked+label:before {
	content: "";
	text-align: center;
	background-image: url(../images/icon-check1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px 12px;
	/* font-size: 16px; */
	color: #09bb07;
}

.agree-bot {
	margin-top: 20px;
}

.agree-bot input {
	width: 186px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 18px;
	border-radius: 4px;
	background: #da2512;
	cursor: pointer;
}

.feedback-top input {
	width: 260px;
	height: 30px;
	line-height: 28px;
	font-size: 12px;
	color: #333;
	padding: 0 10px;
	margin-right: 28px;
	border: 1px solid #d2d2d2;
}

.feedback-top input:nth-last-child(1) {
	margin-right: 0;
}

.feedback-mid {
	margin-top: 20px;
}

.feedback-mid input {
	width: 260px;
	height: 30px;
	line-height: 28px;
	font-size: 12px;
	color: #333;
	padding: 0 10px;
	margin-right: 29px;
	border: 1px solid #d2d2d2;
}

.feedback-mid input:nth-child(1) {
	width: 552px;
}

.feedback-mid input:nth-last-child(1) {
	margin-right: 0;
}

.feedback-bot {
	width: 100%;
	margin-top: 20px;
}

.feedback-bot textarea {
	width: 100%;
	height: 280px;
	border: 1px solid #d1d1d1;
	padding: 10px;
	font-size: 12px;
	color: #333;
	line-height: 20px;
}

.feedback-code {
	margin-top: 20px;
}

.feedback-code span {
	font-size: 14px;
	color: #666;
	margin-right: 10px;
	line-height: 20px;
	vertical-align: middle;
}

.feedback-code input {
	width: 130px;
	height: 30px;
	line-height: 28px;
	font-size: 12px;
	color: #333;
	border: 1px solid #d1d1d1;
	padding: 0 10px;
	vertical-align: middle;
	margin-right: 18px;
}

.feedback-code img {
	max-width: 110px;
	height: 30px;
}

.feedback-code a {
	font-size: 12px;
	color: #9e9e9e;
	line-height: 20px;
	vertical-align: middle;
	text-decoration: underline;
}

.feedback-sub {
	margin-top: 30px;
	text-align: center;
}

.feedback-sub input {
	width: 186px;
	height: 40px;
	background: #da2512;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	border-radius: 5px;
}

.tips-a {
	width: 100%;
	margin-bottom: 20px;
}

.tips-a p {
	font-size: 12px;
	color: #666;
	line-height: 20px;
}

.evaluate-listleft {
	width: 690px;
	margin-bottom: 10px;
}

.evaluate-listleft p {
	font-size: 12px;
	color: #666;
	line-height: 28px;
	padding-left: 15px;
	vertical-align: middle;
}

.evaluate-listleft p span {
	font-size: 12px;
	color: #da251d;
	line-height: 20px;
}

.evaluate-listright {
	width: 80px;
}

.evaluate-listright input {
	width: 76px;
	height: 30px;
	border: 1px solid #ddd;
	vertical-align: middle;
	line-height: 28px;
	font-size: 12px;
	color: #da2512;
	text-align: center;
}

.research-box {
	width: 100%;
	padding: 0 15px;
}

.research-box .research-a h3 {
	font-size: 12px;
	color: #666;
	line-height: 20px;
	margin-bottom: 10px;
}

.research-box .research-a .research-area {
	padding: 0 15px;
}

.research-box .research-a .research-area textarea {
	width: 100%;
	height: 120px;
	padding: 8px;
	border: 1px solid #ddd;
	letter-spacing: 1px;
}

.research-radio {
	width: 100%;
	padding: 0 15px;
}

.research-radio input {
	vertical-align: middle;
}

.research-radio label {
	font-size: 12px;
	color: #333;
	line-height: 20px;
	vertical-align: middle;
	margin-right: 40px;
}

.research-radio input[type='radio'] {
	visibility: hidden;
	position: absolute;
	border: none;
}

.research-radio input[type='radio']+label:before {
	content: "";
	display: inline-block;
	/* vertical-align: .2em; */
	width: 13px;
	height: 13px;
	margin-right: 5px;
	border-radius: .2em;
	/* border: 1px solid #d0d0d0; */
	background-color: #fff;
	/* text-indent: .15em; */
	line-height: .65;
	background-image: url(../images/icon-radio1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 13px 13px;
	vertical-align: middle;
}

.research-radio input[type='radio']:checked+label:before {
	content: "";
	text-align: center;
	background-image: url(../images/icon-radio2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px 12px;
	/* font-size: 16px; */
	color: #09bb07;
}

.case-search {
	width: 100%;
	height: 36px;
	line-height: 32px;
	background: #fff;
	border: 1px solid #eeeeee;
}

.case-search .case-search-btn1 {
	width: 16px;
	height: 30px;
	background-image: url(../images/icon-ksreach1.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px 16px;
	background-color: #fff;
	vertical-align: middle;
	box-sizing: content-box;
	padding: 0 8px;
	cursor: pointer;
}

.case-search .case-search-text1 {
	width: 825px;
	height: 80%;
	font-size: 14px;
	color: #999;
}

.case-iteam {
	width: 100%;
	margin-top: 30px;
}

.case-iteam ul li {
	width: 280px;
	float: left;
	background: #fff;
	margin-right: 28px;
	margin-bottom: 30px;
	transition: all .2s;
}

.case-iteam ul li:hover {
	box-shadow: 0 0 6px 6px #ddd;
	transition: all .2s;
}

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

/* .case-iteam ul li:nth-last-child(1),
.case-iteam ul li:nth-last-child(2),
.case-iteam ul li:nth-last-child(3) {
	margin-bottom: 0;
} */

.case-iteam ul li .case-img {
	width: 280px;
	overflow: hidden;
}

.case-iteam ul li .case-img img {
	transition: all .2s;
}

.case-iteam ul li .case-img img:hover {
	/* transform: scale(1.1); */
	transition: all .2s;
}

.case-iteam ul li .case-info {
	padding: 10px;
}

.case-iteam ul li .case-info h3 {
	font-size: 16px;
	color: #000;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap;
	transition: all .2s;
}

.case-iteam ul li .case-info h3:hover {
	color: #da2512;
	transition: all .2s;
}

.case-iteam ul li .case-info p {
	font-size: 12px;
	color: #888;
	line-height: 20px;
	height: 40px;
	margin: 5px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.case-iteam ul li .case-info span {
	font-size: 12px;
	color: #da2512;
	line-height: 20px;
}

.case-more {
	margin-top: 30px;
}

.case-more a {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #888;
	background: #eeeeee;
	transition: all .3s;
}

.case-more a:hover {
	background: #da2512;
	transition: all .3s;
	color: #fff;
}

.case-detail {
	background: #fff;
	width: 100%;
	margin-top: 30px;
	padding: 30px 25px;
}

.case-detail-left .slideBox {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.case-detail-left .slideBox .hd {
	width: 380px;
	height: 51px;
	overflow: hidden;
	position: relative;
	padding: 0 24px;
	margin-top: 15px;
	/*position:absolute; right:5px; bottom:5px; z-index:1;*/
}

.case-detail-left .slideBox .hd ul {
	width: 380px;
	overflow: hidden;
	zoom: 1;
	float: left;
}
.case-detail-left .slideBox .bd li a{
	display: block;
	width: 380px;
}

.case-detail-left .slideBox .hd ul li {
	float: left;
	margin: 0 7px;
	width: 71px;
	height: 49px;
	line-height: 14px;
	text-align: center;
	border: 1px solid transparent;
	cursor: pointer;
	position: relative;
}

.case-detail-left .slideBox .hd ul li.on {
	border: 1px solid #da2512;
}

.case-detail-left .slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

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

.case-detail-left .slideBox .bd img {
	display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.case-detail-left .slideBox .prev,
.case-detail-left .slideBox .next {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 20px;
	height: 50px;
	border: 1px solid #e7e7e7;
	font-size: 16px;
	color: #666;
	text-align: center;
	background: #f3f3f3;
	font-family: '宋体';
	line-height: 50px;
	transition: all .2s;
}

.case-detail-left .slideBox .prev {
	left: 0;
}

.case-detail-left .slideBox .next {
	right: 0;
}

.case-detail-left .slideBox .prev:hover,
.case-detail-left .slideBox .next:hover {
	border: 1px solid #da2512;
	background: #da2512;
	color: #fff;
	transition: all .2s;
}

.case-detail-left .slideBox .prevStop {
	display: none;
}

.case-detail-left .slideBox .nextStop {
	display: none;
}

.case-detail-right {
	width: 440px;
}

.casexq-title h3 {
	font-size: 22px;
	color: #000;
	line-height: 30px;
}

.casexq-smalltit {
	width: 100%;
	background: #eeeeee;
	height: 45px;
}

.casexq-smalltit h3 {
	font-size: 14px;
	color: #da2512;
	line-height: 45px;
	font-weight: bold;
	padding: 0 15px;
}

.casexq-smalltit {
	margin-top: 20px;
}

.casexq-info {
	margin-top: 25px;
}

.casexq-info p {
	font-size: 14px;
	color: #666666;
	line-height: 22px;
}

.case-tab {
	margin-top: 40px;
	padding: 0 25px;
}

.case-tab .slideTxtBox {
	width: 100%;
	background: #fff;
	text-align: left;
}

.case-tab .slideTxtBox .hd {
	height: 45px;
	line-height: 30px;
	background: #eeeeee;
	position: relative;
}

.case-tab .slideTxtBox .hd ul {
	float: left;
	position: absolute;
	left: 0px;
	top: -1px;
	height: 45px;
}

.case-tab .slideTxtBox .hd ul li {
	float: left;
	padding: 0 15px;
	cursor: pointer;
	line-height: 45px;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	border-top: 2px solid transparent;
	transition: all .2s;
}

.case-tab .slideTxtBox .hd ul li.on {
	height: 46px;
	background: #fff;
	color: #da2512;
	border-top: 2px solid #da2512;
	transition: all .2s;
	/* border-bottom: 1px solid #fff; */
}

/* .slideTxtBox .bd ul{ padding:15px;  zoom:1;  }
.slideTxtBox .bd li{ line-height:24px;   }
.slideTxtBox .bd li .date{ float:right; color:#999;  } */
.case-tab .slideTxtBox .bd .case-tab-con {
	padding: 20px 15px;
	/* width: 846px !important; */
	zoom: 1;
}

.case-tab .slideTxtBox .bd .case-tab-con p {
	/* font-family: '宋体' */
	font-size: 14px;
	color: #666;
	line-height: 25px;
}
.case-tab .slideTxtBox .bd .case-tab-con li,.case-tab .slideTxtBox .bd .case-tab-con{
	font-size: 14px;
	color: #666;
	line-height: 25px;
}

.solve-main {
	width: 100%;
	position: relative;
	margin-top: 20px;
	padding-bottom: 40px;
}

.solve-main .solve-main-left {
	width: 930px;
	float: left;
}

.solve-con ul li {
	width: 295px;
	float: left;
	margin-right: 22px;
	margin-bottom: 30px;
	transition: all .2s;
}

.solve-con ul li:hover {
	box-shadow: 0 0 6px 6px #ddd;
	transition: all .2s;
}

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

.solve-con ul li .solve-liimg {
	width: 295px;
	overflow: hidden;
}

.solve-con ul li .solve-libot {
	width: 100%;
	background: #fff;
	padding: 15px 25px;
}

.solve-con ul li .solve-libot .solve-lititle {
	margin-bottom: 15px;
}

.solve-con ul li .solve-libot .solve-lititle h3 img {
	margin-right: 10px;
}

.solve-con ul li .solve-libot .solve-lititle h3 span {
	font-size: 16px;
	color: #000;
	vertical-align: middle;
}

.solve-con ul li .solve-libot .solve-libq span {
	font-size: 12px;
	color: #666;
	margin-right: 5px;
	position: relative;
}

.solve-con ul li .solve-libot .solve-libq span:after {
	content: '';
	width: 1px;
	height: 12px;
	background: #cccccc;
	position: absolute;
	top: 50%;
	margin-top: 1px;
	right: -5px;
	transform: translateY(-50%);
	z-index: 1;
}

.solve-con ul li .solve-libot .solve-libq span:nth-last-child(1):after {
	display: none;
}

.solve-con {
	width: 100%;
	margin-top: 15px;
}

.solve-news .slideTxtBox {
	width: 100%;
	text-align: left;
	background: #fff;
}

.solve-news .slideTxtBox .hd {
	height: 46px;
	line-height: 46px;
	background: #eeeeee;
	position: relative;
}

.solve-news .slideTxtBox .hd>ul {
	float: left;
	position: absolute;
	left: 0px;
	top: -1px;
	height: 46px;
}

.solve-news .slideTxtBox .hd>ul>li {
	float: left;
	padding: 0 106px;
	cursor: pointer;
	line-height: 46px;
	font-size: 14px;
	color: #666;
	font-weight: bold;
}

.solve-news .slideTxtBox .hd>ul>li.on {
	height: 47px;
	background: #fff;
	border-top: 2px solid #da2512;
	color: #da2512;
}

.solve-news .slideTxtBox .bd>ul {
	padding: 15px;
	zoom: 1;
	/* width: 930px !important; */
}

.solve-news .slideTxtBox .bd>ul>li {
	width: 100%;
	line-height: 28px;
}

.solve-news .slideTxtBox .bd>ul>li>a {
	font-size: 12px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap;
	transition: all .2s;
}

.solve-news .slideTxtBox .bd>ul>li:hover>a {
	color: #da2512;
	transition: all .2s;
}

.solve-news .slideTxtBox .bd>ul>li .date {
	float: right;
	color: #999;
	font-size: 12px;
	font-family: Verdana;
}

.solve-main-right {
	width: 250px;
	float: right;
	border: 1px solid #e4e4e4;
	background: #fff;
	padding: 1px;
}

.pro-right-title {
	width: 100%;
	height: 45px;
	padding-left: 15px;
	background: #da2512;
}

.pro-right-title h3 {
	color: #fff;
	line-height: 45px;
	font-size: 14px;
	font-weight: bold;
}

.pro-groom {
	width: 100%;
	text-align: center;
	margin-top: 8px;
	padding-bottom: 20px;
}

.pro-groom ul li {
	width: 220px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #e4e4e4;
}

.groomimg {
	width: 220px;
	height: 147px;
	overflow: hidden;
	margin-bottom: 12px;
}

.groomimg img {
	transition: all .3s;
}

.groomimg img:hover {
	transform: scale(1.1);
	transition: all .3s;
}

.pro-groom ul li .groomname {
	font-size: 12px;
	color: #666;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap;
	transition: all .2s;
}

.groom-more a {
	text-align: center;
	font-size: 12px;
	color: #999;
	line-height: 20px;
	transition: all .2s;
}

.groom-more a:hover,
.pro-groom ul li .groomname:hover {
	color: #da2512;
	transition: all .2s;
}

.sol-more-a {
	text-align: center;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.sol-more-a a {
	text-align: center;
	font-size: 14px;
	color: #888;
	line-height: 22px;
	transition: all .2s;
}

.sol-more-a a:hover {
	color: #da2512;
	transition: all .2s;
}

.solve-free {
	margin-top: 20px;
	width: 100%;
	background: #fff;
	padding: 0 20px;
}

.solve-freetitle {
	width: 100%;
	padding: 25px 0;
	border-bottom: 1px dashed #dddddd;
}

.solve-freetitle h3 {
	font-size: 22px;
	color: #da2512;
	line-height: 33px;
	text-align: center;
}

.solve-free-text {
	width: 100%;
	margin-top: 20px;
}

.solve-free-text p {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}

.solve-chapter {
	width: 100%;
	position: relative;
	padding: 10px 0 20px;
	border-top: 1px dashed #dddddd;
}

.solve-chapter-left {
	max-width: 450px;
}

.solve-chapter-left p a {
	font-size: 12px;
	color: #999;
	line-height: 22px;
	transition: all .2s;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap;
}

.solve-chapter-left p a:hover {
	color: #da2512;
	transition: all .2s;
}

.solve-chapter-right {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	z-index: 1;
}

.solve-chapter-right a {
	display: block;
	font-size: 12px;
	color: #da2512;
	line-height: 28px;
	width: 120px;
	height: 30px;
	border: 1px solid #da2512;
	text-align: center;
	border-radius: 5px;
	transition: all .2s;
}

.solve-chapter-right a:hover {
	background: #da2512;
	color: #fff;
	transition: all .2s;
}

.related-box {
	width: 100%;
	background: #fff;
	margin-top: 20px;
	padding:20px 0;
}

.related-box .picScroll-left {
	width: 100%;
	/* overflow: hidden; */
	position: relative;
}

.related-box .picScroll-left .hd {
	/* overflow: hidden; */
	/* height: 30px; */
	padding: 0 10px;
	position: relative;
}
.related-box .picScroll-left .hd .title-a{
	padding:0 13px;
	font-size: 18px;
	color: #333;
	line-height: 33px;
}
.related-box .picScroll-left .hd .title-a span{
	display:inline-block;
	width: 4px;
	height: 15px;
	background:#da2512;
	vertical-align: middle;
	margin-right: 10px;
	margin-top: -2px;
}
.related-box .picScroll-left .hd .prev,
.related-box .picScroll-left .hd .next {
	font-family: "宋体";
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	display: block;
	width: 32px;
	height: 32px;
	background:#da2512;
	color: #fff;
	position: absolute;
	top: 105px;
	/* transform: translateY(-50%); */
	z-index: 1;
	overflow: hidden;
	cursor: pointer;
	border: 1px solid transparent;
	transition: all .2s;
}
.related-box .picScroll-left .hd .prev{
	left: -16px;
}
.related-box .picScroll-left .hd .next {
	right:-16px;
}
/* .related-box .picScroll-left .hd .prev:hover,
.related-box .picScroll-left .hd .next:hover{
	border:1px solid #da2512;
	background:#fff;
	color: #da2512;
	transition: all .2s;
} */
/* .related-box .picScroll-left .hd .prevStop{ background-position:-60px 0; }
.related-box .picScroll-left .hd .nextStop{ background-position:-60px -50px; } */

.related-box .picScroll-left .bd {
	padding: 10px 15px;
}

.related-box .picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.related-box .picScroll-left .bd ul li {
	width: 200px;
	overflow: hidden;
	margin: 0 8px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}
.related-box .picScroll-left .bd ul li .pic{
	width: 200px;
	height: 150px;
	overflow: hidden;
}
.related-box .picScroll-left .bd ul li .pic img{
	transition: all .2s;
}
.related-box .picScroll-left .bd ul li .pic img:hover{
	transform: scale(1.1);
	transition: all .2s;
}
.related-box .picScroll-left .bd ul li .title{
	margin-top: 12px;
}
.related-box .picScroll-left .bd ul li .title h3{
	font-size: 14px;
	color: #000;
	line-height: 22px;
	text-align: center;
	overflow: hidden; text-overflow: ellipsis; display: block; white-space: nowrap;
	transition: all .2s;
}
.related-box .picScroll-left .bd ul li .title h3:hover{
	color: #da2512;
	transition: all .2s;
}
.related-box .picScroll-left .bd ul li .title p{
	font-size: 12px;
	color: #999;
	line-height: 20px;
	text-align: center;
	overflow: hidden; text-overflow: ellipsis; display: block; white-space: nowrap;
}
.main-protop{
	width: 100%;
	position: relative;
	margin-top: 20px;
}
.main-proleft{
	width: 930px;
	float: left;
}

.procatalogue{
	width: 100%;
	margin-top: 10px;
	border: 1px solid #eeeeee;
	padding:30px 15px;
	background:#fff;
}
.procatalogue ul li{
	width: 200px;
	float: left;
	margin-right: 26px;
	margin-bottom: 27px;
}
.procatalogue ul li:nth-child(4n){
	margin-right: 0;
}
.catadl dt{
	width: 100%;
	padding-bottom: 5px;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 10px;
	margin-left:15px;
	position: relative;
}
.catadl dt h4{
	font-size: 16px;
	color: #000;
	line-height: 30px;
	font-weight: bold;
	position: relative;
}
.catadl dt:after{
	content: '';
	width: 30px;
	height: 3px;
	background:#da2512;
	position: absolute;
	bottom: 0;
	left: 0;
}
.catadl dd{
	margin:2px 0;
}
.catadl dd a{
	display: block;
	width: 100%;
	height: 24px;
	font-size: 12px;
	line-height: 24px;
	padding-left: 15px;
	color: #666;
	position: relative;
}
.catadl dd:hover a,.catadl dd.act a{
	background:#fff1f0;
}
.main-proright{
	width: 250px;
	min-height: 504px;
	float:right;
	background-image: url(../images/mpror1.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding:1px;
}
.maprdl dt{
	width: 100%;
	height: 46px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.maprdl dt a{
	display: block;
	line-height: 46px;
	color: #fff;
	font-size: 14px;
	padding:0 12px;
	position: relative;
	transition: all .2s;
}
.maprdl dt a:hover{
	color: #da2512;
	transition: all .2s;
}
.maprdl dt a::after{
	content:'>';
	width: auto;
	font-family: '宋体';
	font-size: 16px;
	color: #fff;
	opacity: 0.5;
	filter: alpha(opacity=50);
	position: absolute;
	top: 0;
	right: 12px;
	z-index: 1;
	transition: all .2s;
}
.maprdl dt a:hover:after{
	color: #da2512;
	opacity: 1;
	filter: alpha(opacity=100);
	transition: all .2s;
}
.maprdl dt a img{
	margin-right: 2px;
}
.maprdl dt a span{
	font-size: 14px;
	color: #fff;
	vertical-align: middle;
	transition: all .2s;
}
.maprdl dt a:hover span{
	color: #da2512;
	transition: all .2s;
}
.maprdl dd{
	width: 100%;
	padding:0 15px;
	margin: 15px 0;
}
.maprdl dd a{
	display: block;
}
.maprdl dd a span{
	display: block;
	width: 10px;
	font-family: '宋体';
	font-size: 12px;
	transform: scale(0.8);
	margin-top: 3px;
	color: #fff;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.maprdl dd a p{
	width: 200px;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	max-height: 36px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;
}
.maprdl dd a:hover span,.maprdl dd a:hover p{
	opacity: 1;
	filter: alpha(opacity=100);
}
.bs-xb2, .bs-xb3, .bs-xb4{
	background-color: #da251d !important;
}
#bsFloatTab{
	background-color: #da251d !important;
}
.query-header{
	width: 100%;
	padding:21px 0;
}
.query-header-tel .text1{
	font-size: 14px;
	color: #666;
	line-height: 22px;
}
.query-header-tel .text2{
	display: inline-block;
	width: 155px;
	height: 24px;
	background:#da2512;
	border-radius: 14px;
	font-size: 16px;
	font-family: Arial;
	line-height: 24px;
	color: #fff;
	text-align: center;
}

.query-main{
	width: 100%;
	height: 600px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.quertuser-box{
	width: 430px;
	height: 430px;
	background:#fff;
	border-radius: 4px;
	overflow: hidden;
	position: absolute;
	top: 85px;
	right: 127px;
	z-index: 1;
}
.query-usertit{
	width: 100%;
	height: 67px;
	background:#f5f5f5;
}
.query-usertit h3{
	font-size: 20px;
	color: #333;
	text-align: center;
	line-height: 67px;
}
.query-form{
	width: 100%;
	margin-top: 30px;
}
.quform-list{
	width: 330px;
	height: 38px;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 8px;
	margin-bottom: 20px;
}
.quform-list span{
	display: inline-block;
	/* width: 60px; */
	font-size: 14px;
	color: #333;
	line-height: 38px;
}
.quform-list input{
	width: 228px;
	font-size: 14px;
	color: #333;
}
.quform-list span.w2{
	letter-spacing: 26px;
	margin-right: -26px;
}
.quform-list span.w3{
	letter-spacing: 7px;
	margin-right: -7px;
}
.quform-code{
	/* width: 100%; */
	width: 330px;
	margin-left: auto;
	margin-right: auto;
}
.querycode img{
	display: block;
	width: 105px;
	height: 38px;
}
.querycode a{
	display: block;
	font-size: 12px;
	color: #888;
	text-align: center;
	text-decoration: underline;
	margin-top: 10px;
}
.querycode a:hover{
	color: #da2512;
}
.query-formsub {
	margin-top: 40px;
}
.query-formsub .query-btn{
	display: block;
	width: 330px;
	height: 40px;
	background:#da2512;
	text-align: center;
	color: #fff;
	font-size: 18px;
	border-radius: 4px;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}
.query-foot{
	text-align: center;
	padding:10px 0;
}
.query-foot .query-adress ,.query-foot p{
	font-size: 12px;
	color: #999;
	line-height: 22px;
	text-align: center;
}
.query-foot p span{
	font-size: 12px;
	color: #999;
	margin-right: 10px;
}
.query-foot p a{
	font-size: 12px;
	color: #999;
	line-height: 22px;
}
.query-foot p a:hover{
	color: #da2512;
}
.rightslide{
	position: fixed;
	bottom: 130px;
	right: 10px;
}
.rightslide ul li{
	width: 40px;
	height: 40px;
	text-align: center;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px 20px;
	cursor: pointer;
	border: 1px solid #dddd;
	border-bottom: none;
	position: relative;
}
.rightslide ul li:nth-last-child(1){
	border: 1px solid #ddd;
}
.rightslide ul li:hover{
	background-color: #da2512;
}
.rightslide ul li.bot1{
	background-image: url(../images/icon-rqq1.png)
}
.rightslide ul li.bot2{
	background-image: url(../images/icon-rtel1.png)
}
.rightslide ul li.bot3{
	background-image: url(../images/icon-rcr1.png)
}
.rightslide ul li.bot4{
	background-image: url(../images/icon-ryx1.png)
}
.rightslide ul li.bot5{
	background-image: url(../images/icon-rtop1.png)
}

.rightslide ul li:hover.bot1{
	background-image: url(../images/icon-rqq1a.png)
}
.rightslide ul li:hover.bot2{
	background-image: url(../images/icon-rtel1a.png)
}
.rightslide ul li:hover.bot3{
	background-image: url(../images/icon-rcr1a.png)
}
.rightslide ul li:hover.bot4{
	background-image: url(../images/icon-ryx1a.png)
}
.rightslide ul li:hover.bot5{
	background-image: url(../images/icon-rtop1a.png)
}
.qq-con{
	position: absolute;
	top: 0;
	left:-94px;
	/* background:#fff; */
	
	width: auto;
	/* padding:8px; */
	display: none;
	padding-right: 13px;
	cursor: initial;
	z-index: 1;
}
.qq-con .qq-iteam{
	background:#fff;
	border: 1px solid #ddd;
}
.qq-conli{
	padding:2px 5px;
	padding-right: 8px;
	border:1px solid #fff;
	cursor: pointer;
}
.qq-conli img{
	width: 18px;
	height: 18px;
}
.qq-conli a{
	font-size: 12px;
	color: #333;
	line-height: 22px;
	padding-left: 5px;
}
.qq-conli a:hover{
	color: #da2512;
}
.bot2-tel-box {
	position: absolute;
	top:0;
	left: -105px;
	display: none;
	z-index: 1;
	padding-right: 13px;
}
.bot2-tel{
	width: auto;
	padding: 0 8px;
	height: 40px;
	background:#fff;
	border: 1px solid #ddd;
}
.bot2-tel p{
	font-size: 12px;
	color: #da2512;
	line-height: 38px;
}
.crcode-box {
	position: absolute;
	top: 0;
	left: -105px;
	z-index: 1;
	display: none;
}
.crcode-a{
	width: 100px;
	height: 100px;;
}
.bot4-yx-box{
	position: absolute;
	top: 0;
	left: -149px;
	z-index: 1;
	padding-right: 13px;
	display: none;
}
.bot4-yx{
	width: auto;
	padding: 0 8px;
	height: 40px;
	background:#fff;
	border: 1px solid #ddd;
}
.bot4-yx a{
	font-size: 12px;
	color: #da2512;
	line-height: 38px;
}
/* .rightslide{
	display: none;
} */


/*分页样式*/
.page1{display: table;width: auto;margin-left: auto;margin-right: auto;margin-top: 40px;}
.page1 a , .page1 span{float: left;font-size: 12px;color: #999999;display: block;width: 40px;height: 40px;line-height: 40px;text-align: center;transition: all 0.2s;}
.page1 span.current,.page1 a:hover{color: #fff;background: #db251c;transition: all 0.2s;}