@charset "utf-8";
body, div, p, span, a, img, input, h1, h2, h3, h4, ul, li, dl, dt, dd, ol, textarea{
	margin:0;
	padding:0;
	border:0;
	list-style:none;
}
body{
	line-height:26px;
	font-size:12px;
	font-family:"Microsoft YaHei", Verdana, Geneva, sans-serif;
	font-family: "微软雅黑";
	color:#666;
	overflow-x:hidden;
	box-sizing: border-box;
}
a{
	color:#666;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
	color:#974c04;
	text-decoration:none;
}
a:hover img{
	filter:alpha(opacity=80);
	-moz-opacity:0.9;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
img{
	border:0;
	max-width:100%;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clearfix {
    *zoom: 1;
}
.clear{
	clear:both;
}
.after:after{
	content: '';
	height:0;
	clear: both;
	display: block;
}
#wrapper{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	overflow-x:hidden !important;
	padding-top:115px;
}
.wrahead{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	box-sizing: border-box;
	z-index: 999;
}
.sintit{
	font-size:16px;
	color:#fff;
	background:#EB611B;
	padding:8px 20px;
}
.fixed-top{
	position: fixed;
	top: 0;
	left:0;
	z-index: 999;
	background: #fff;
	width:100%;
}
.header{
	height:35px;
	background-color: rgb(245, 243, 241);
}
.header-right{
	font-style: normal;
	letter-spacing: normal;
	line-height: 35px;
}
.header-right a{
	padding:0 5px;
}
.header-right a:hover{
	color:rgb(235, 97, 27);
}
.header-right span{
	line-height: 35px;
}
.top {
    width: 100%;
    height:80px;
    background: #fff;
	line-height:80px;
}
.top-nav{
	text-align: center;
}
.top-nav li{
	display: inline-block;
	padding: 0 15px;
}
.top-nav li.active a{
	color:rgb(235, 97, 27);
	font-weight: bold;
}
.top-nav li a{
	font-size:16px;
}
.top-nav li a:hover{
	color:rgb(235, 97, 27);
	font-weight: bold;
}
.top-search input{
	border-bottom: 1px solid rgb(235, 97, 27);
	height:30px;
	width:100%;
	padding: 0 25px 0 10px;
	color:rgb(169, 169, 169);
	outline:none;
}
.top-search input:focus{
	border:0;
	border-bottom: 1px solid rgb(235, 97, 27);
	outline:none;
}
.top-search .input-group-addon{
	padding: 0;
	width:auto;
	border:0;
	background-color: unset;
	color:rgb(235, 97, 27);
	font-size:20px;
	position: inherit;
	left: -20px;
}
.carousel-indicators li {
	width: 16px;
	height: 16px;
}
.carousel-indicators .active {
	width: 18px;
	height: 18px;
}
.top-navbar{
	position:absolute;
	top:25px;
	right:15px;
	z-index:11;
}
.top-navbar a{
	font-size:12px;
	letter-spacing: 1.5px;
	color:#ff6611;
	border: 1px solid #ff6611;
	padding:0px 12px;
	border-radius: 30px;
	display:none;
	line-height: 30px;
}
.top-navbar a.active{
	color:#ff6611;
	border: 1px solid rgba(255,102,17, 0.6);
}
.top-content{
	width:100%;
	height:100%;
	position: absolute;
	z-index:9;
}
/*轮播图*/
.banner .carousel-inner > .item {
    text-align: center;
}
.banner .carousel-inner > .item > img, .banner .carousel-inner > .item > a > img {
    display:inline-block;
    height: auto;
    max-width: 100%;
    line-height: 1;
}
/*标题*/
.mule{
	text-align:center;
}
.mule h1{
	font-size:50px;
	color: rgb(103, 51, 1);
	word-wrap: break-word;
	word-break: break-all;
	font-family: "微软雅黑";
	-webkit-text-size-adjust: 100%;
	background-image:url(../images/underline.png);
	background-position: bottom;
    background-repeat: no-repeat;
    padding-bottom:50px;
}
.mule .mule-text{
	color:rgb(103, 51, 1);
	text-align:center;
	font-size:16px;
}
/*特色课程*/
.lesson{
	padding:30px 0 50px;
	text-align:center;
}
.lesson .lesson-content{
	margin-top:10px;
}
.lesson .col-md-4{
	margin-bottom:10px;
}
.lesson .lesson-list{
	padding:5px;
}
.lesson .lesson-img {
    margin-bottom: 20px;
    overflow: hidden;
	text-align: center;
}
.lesson .lesson-title {
	font-size: 20px;
	color: #000000;
	line-height: 1.5;
	font-weight: bold;
	text-align:center;
}
.lesson .lesson-desc {
	line-height: 2;
	font-size: 14px;
	text-align: left;
	margin-top: 15px;
}
.comtit{
	text-align: center;
	position: relative;
}
.comtit-con{
	position: absolute;
	width:100%;
	text-align: center;
	left: 0;
	top: 55px;
}
.comtit-con-title{
	font-size: 32px;
	color: #EB611B;
	font-weight: 400;
}
.comtit-con-line{
	width:60px;
	height:3px;
	background-color: rgb(235, 97, 27);
	display: inline-block;
	margin-top: 10px;
}
.comtit-con-desc{
	font-size: 14px;
	color: rgb(153, 153, 153);
	margin-top:10px;
	display: block;
}
.comtit-con-desc-m {
	font-size: 13px;
	color: #444;
	margin-top:5px;
	line-height: 20px;
	display: none;
}
.about{
	margin-top:90px;
	margin-bottom:90px;
}
.about .container{
	position: relative;
}
.about-icon-1{
	content: '';
	background-image: url("../images/jiao1.jpg");
	background-size: 10px 12px;
	background-repeat: no-repeat;
	width:10px;
	height: 12px;
	position: absolute;
	left: 30px;
	top: 0;
}
.about-icon-2{
	content: '';
	background-image: url("../images/jiao2.jpg");
	background-size: 12px 13px;
	background-repeat: no-repeat;
	width:12px;
	height: 13px;
	position: absolute;
	right: 30px;
	top: 0;
}
.about-icon-3{
	content: '';
	background-image: url("../images/jiao3.jpg");
	background-size: 12px 12px;
	background-repeat: no-repeat;
	width:12px;
	height: 12px;
	position: absolute;
	left: 30px;
	bottom: 0;
}
.about-icon-4{
	content: '';
	background-image: url("../images/jiao4.jpg");
	background-size: 10px 12px;
	background-repeat: no-repeat;
	width:10px;
	height: 12px;
	position: absolute;
	right: 30px;
	bottom: 0;
}
.about-icon-box{
	width: 100%;
	box-sizing: border-box;
	padding:0 30px;
	position: absolute;
	left:0;
	bottom: 0;
}
.about-icon-line{
	width:100%;
	height:1px;
	background:#999;
	box-shadow: 0px 5px 8px 1px #666;
}
.about .container{
	display: flex;
	align-items: center;
}
.about-right{
	padding:50px 0 50px 15px;
}
.about-top{
	font-size:18px;
	color:rgb(235, 97, 27);
	font-weight: 600;
	letter-spacing: 1px;
	position: relative;
	padding-left: 70px;
	margin-top:30px;
}
.about-top span{
	display: inline-block;
	width:50px;
	height:3px;
	background-color: rgb(235, 97, 27);
	position: absolute;
	left: 0;
	top: 12px;
}
.about-con{
	font-size:14px;
	color:#444;
	line-height: 2.3;
	padding:30px 0px 0px 70px;
	text-indent: 28px;
	text-align: justify;
}
.about-btn{
	padding-left:70px;
	margin-top:30px;
}
.about-btn a{
	padding:5px 20px;
	color:#444;
	border:1px solid #999;
	border-radius: 5px;
	font-size:14px;
}
/*新闻动态*/
.onhover-img {
	overflow: hidden;
	cursor: pointer;
}
.onhover-img img {
	width: 100%;
	display: block;
	overflow: hidden;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.onhover-img img:hover {
	transform: scale(1.2, 1.2) rotate(10deg);
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.indexnews{
	width:100%;
	padding:10px 0;
	margin-top:90px;
	margin-bottom: 90px;
}
.indexnews-left-title{
	font-size:16px;
	color:#444;
	margin-top:10px;
}
.indexnews-left-desc{
	font-size:14px;
	color:rgb(153, 153, 153);
	margin-top:4px;
	line-height: 20px;
}
.indexnews .indexnews-title{
	width:100%;
	font-size:18px;
	color:#974c04;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 5px;
	margin-top: 5px;
}
.indexnews .indexnews-title span{
	color:#464545;
	padding:6px 14px;
}
.indexnews .indexnews-title span.active{
	color:#fff;
	background: rgb(235, 97, 27);
	padding:6px 14px;
}
.indexnews .indexnews-title a{
	font-size:14px;
	color:#464545;
}
.indexnews ul{
	margin-top:20px;
}
.indexnews ul li{
	margin-bottom:24px;
}
.indexnews ul li .onhover-img{
	width:100px;
	float:left;
	margin-right:15px;
	overflow: hidden;
    margin-bottom:10px;
}
.indexnews ul li a:hover img{
	transform: scale(1.2, 1.2) rotate(10deg);
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.indexnews ul li .li-right{
	position:relative;
	padding-right:15px;
}
.indexnews ul li h1{
	font-size:16px;
	color:#343432;
}
.indexnews ul li .right-desc{
	margin-left:15px;
	color:#6a6a69;
	margin-top:10px;
	line-height: 18px;
	font-size:14px;
	color:rgb(153, 153, 153);
}
.indexnews ul li .li-right span{
	position:absolute;
	top:23px;
	right:0;
}
.indexnews ul li a:hover h1{
	color:rgb(235, 97, 27);
}
.service{
	margin:90px 0;
	box-sizing: border-box;
}
.service-in{
	margin-top:350px !important;
	margin-bottom:0 !important;
}
.service-name{
	padding:0 15px;
	margin-bottom:4px;
}
.service-box{
	background:#fff;
	padding:60px 0;
}
.service-left{
	float:left;
	width:33.3333333%;
	box-sizing: border-box;
	padding:0 15px;
}
.service-left .onhover-img {
	height: 188px;
}
.service-left img{
	width:100%;
}
.service-left-title{
	background: rgb(235, 97, 27);
	padding:10px 10px;
	text-align: center;
	font-size:18px;
	color:#fff;
}
.service-left-con{
	box-shadow: rgb(204, 204, 204) 1px 1px 5px 0px;
	border:1px solid rgb(235, 97, 27);
	border-radius: 0 0 5px 5px;
	padding:10px 15px 20px;
	height:330px;
}
.service-left-con-m{
	padding-bottom: 90px;
}
.service-left-con h1{
	font-size:15px;
	font-weight: bold;
	color:rgb(235, 97, 27);
	margin:17px 0 20px;
}
.service-left-con-desc{
	line-height: 2.2;
	color:#444;
	font-size:14px;
}
.service-right{
	float:left;
	width:40%;
	box-sizing: border-box;
	padding: 0 15px;
}
.service-right-title{
	background: rgb(235, 97, 27);
	padding:10px 10px;
	text-align: center;
	font-size:18px;
	color:#fff;
}
.service-right-iml{
	border:1px solid rgb(235, 97, 27);
	border-radius:5px;
	margin-bottom:10px;
	box-sizing: border-box;
}
.service-right-iml-left-tit{
	font-size:14px;
	color:#fff;
	background: rgb(235, 97, 27);
	padding:5px 10px;
	text-align: center;
}
.service-right-iml-left-tit div{
	line-height:18px;
}
.service-right-iml-right{
	width:100%;
	box-sizing: border-box;
	padding:20px 15px 69px;
}
@-moz-document url-prefix() {
	.service-right-iml-right{
		width:100%;
		box-sizing: border-box;
		padding:20px 15px 74px;
	}
}
.borra{
	border-radius: 0;
}
.service-right-iml-t{
	margin-bottom:30px;
}
.service-right-iml-right-tit{
	font-size: 15px;
	font-weight: bold;
	color:rgb(235, 97, 27);
	margin-bottom: 10px;
}
.service-right-iml-right ul li{
	width:50%;
	float:left;
	font-size:14px;
	color:#444;
	margin-top:5px;
}
.service-right-imr{
	border:1px solid rgb(235, 97, 27);
	border-radius:5px;
	display: flex;
	align-items: center;
	margin-bottom:10px;
}
.service-right-imr-right{
	width:45%;
	float:left;
}
.service-right-imr-right-tit{
	font-size:14px;
	color:#fff;
	background: rgb(235, 97, 27);
	padding:5px 10px;
	text-align: center;
}
.service-right-imr-right-tit div{
	line-height:18px;
}
.service-right-imr-left{
	width:55%;
	float:left;
	box-sizing: border-box;
	padding:0 15px;
}
.service-right-imr-left-tit{
	font-size: 15px;
	font-weight: bold;
	color:rgb(235, 97, 27);
	margin-bottom: 10px;
}
.service-right-imr-left ul li{
	width:50%;
	float:left;
	font-size:14px;
	color:#444;
	margin-top:5px;
}
.indls{
	margin:90px 0;
}
.indls-box{
	box-sizing: border-box;
}
.indls-left{
	padding:10px;
	border:1px solid #EB611B;
	float:left;
	margin-right:40px;
}
.indls-right{
	/*float:left;*/
	display: contents;
	padding:0 15px;
}
.indls-right-title{
	font-size:18px;
	font-weight: 600;
	color:#444;
	margin-top:40px;
}
.indls-right-scope{
	font-size:14px;
	color:#444;
	margin-top:20px;
}
.indls-right-desc{
	font-size:14px;
	color:#444;
	margin-top:20px;
}
.indls-right-btn{
	margin-top:30px;
}
.indls-right-btn a{
	font-size:14px;
	color:#fff;
	background:#EB611B;
	padding:8px 15px;
	border-radius: 5px;
}
.indls-list{
	margin-top:50px;
}
.indls-list-info{
	width:14.285714%;
	float:left;
	box-sizing: border-box;
	padding:5px;
}
.indls-list-info img{
	width:100%;
}
.indls-list-info.active{
	border:1px solid #EB611B;
}

/*底部*/
.footer{
	padding:50px 0 35px;
	overflow: hidden;
	background-color: #333333;
	color: #ccc;
	font-size: 13px;
}
.footer-line{
	width:100%;
	height:1px;
	background:#999;
	margin:20px 0;
}
.footer-logo{
	margin-bottom:20px;
}
.footer p{
	color:#fff;
	line-height:32px;
	padding-left:23px;
}
.footer p span{
	width: 1px;
	background: #fff;
	height: 11px;
	content: '';
	display: inline-block;
	margin-right: 8px;
}
.footer-address{
	background: url(../images/icon-local2.png) no-repeat center;
	background-size: 12px 14px;
	background-position: left center;
}
.footer-tel{
	background: url(../images/icon-tel2.png) no-repeat center;
	background-size: 11px 12px;
	background-position: left center;
}
.footer-email{
	background: url(../images/icon-email2.png) no-repeat center;
	background-size: 13px 13px;
	background-position: left center;
}
.footer-wechat{
	background: url(../images/icon-wechat2.png) no-repeat center;
	background-size: 16px 12px;
	background-position: left center;
}
.footer-nav{
	text-align: center;
}
.footer-nav a{
	font-size:12px;
	color:#fff;
	padding:0 8px 0 5px;
	border-right:1px solid #fff;
	line-height: 6px;
	display: inline flow-root list-item;
}
.footer-nav a:nth-last-child(2){
	border-right:0;
}
.footer-nav a:hover,.footer-nav a:focus{
	color:#EB611B;
}
.footer-nav p{
	font-size:12px;
}
.ewm-box{
	padding-top:36px;
}
.ewm-name{
	font-size:14px;
	color:#fff;
	margin-top:5px;
}
.bannerin img{
	width:100%;
}
.incon{
	padding:0 0 0;
	margin-top:350px;
}
.incon-name{
	margin-bottom:4px;
	padding: 0 15px;
}
.incon-box{
	background: #fff;
	padding:60px 0;
}
.incon img{
	width:100%;
}
.incon .col-md-6{
	padding:0;
}
.incon-l-word{
	padding-top:40px;
}
.incon-l-word-title{
	font-size:24px;
	color:#444;
	position: relative;
	text-align: center;
}
.incon-l-word-title span{
	display:block;
	width:130px;
	height:2px;
	background: #444;
	position: absolute;
	left:-30px;
	top:12px;
}
.incon-l-word-desc{
	font-size:14px;
	color:#444;
	text-indent: 2em;
	padding:20px 60px 20px 40px;
}
.icon-right{
	margin-top:0 !important;
}
.icon-right .incon-l-word-title{
	font-size:24px;
	color:#444;
	position: relative;
	text-align: center;
}
.icon-right .incon-l-word-title span{
	display:block;
	width:130px;
	height:2px;
	background: #444;
	position: absolute;
	right:-30px;
	left:auto;
	top:12px;
	z-index: 9;
}
.icon-right .incon-l-word-desc{
	font-size:14px;
	color:#444;
	text-indent: 2em;
	padding:20px 40px 20px 60px;
}
/*新闻列表*/
.news{
	margin-top:350px;
}
.news-name{
	margin-bottom:4px;
}
.news-box{
	background:#fff;
	padding:10px 0;
}
.news .mule{
	text-align:center;
	border-bottom:1px solid #dddddd;
	padding-bottom:20px;
	margin-bottom:20px;
}
.news .mule h2{
	font-size:24px;
	color:#000;
}
.news .entry-item {
    border-bottom: none;
    margin-bottom: 25px;
    padding-bottom: 35px;
	padding-left: 120px;
	min-height: 70px;
	height: auto !important;
	position: relative;
}
.news-right{
    padding-left:0;
}
.news .entry-item .imgbox {
	width:120px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}
.news .entry-item .entry-title {
    margin-bottom: 10px;
	margin-left:15px;
}
.news .entry-item h2 {
	font-size: 18px;
	color: #666666;
    line-height: 1.4;
}
.news .entry-item h2 a {
	color:#000;
}
.news .entry-item h2 a:hover {
	text-decoration:underline;
	color:#ea5503;
	text-decoration:none;
}
.news .entry-summary {
    margin-bottom: -8px;
	color: #999999;
    font-size: 14px;
	margin-left:15px;
}
.news .entry-item p {
    line-height: 1.6;
}
.contact{
	padding:60px 0;
	margin-top:300px;
}
.contact-title{
	font-size:18px;
	color:#444;
	letter-spacing: 1px;
	margin-top:80px;
}
.contact-line{
	width:60px;
	height:1px;
	background:#444;
	margin-top:8px;
	margin-bottom:30px;
}
.contact .contact-con{
	font-size:14px;
	padding-left:25px;
	margin-bottom:10px;
}
.con-address{
	background: url(../images/icon-local.png) no-repeat center;
	background-size: 12px 14px;
	background-position: left center;
}
.con-tel{
	background: url(../images/icon-tel.png) no-repeat center;
	background-size: 11px 12px;
	background-position: left center;
}
.con-email{
	background: url(../images/icon-email.png) no-repeat center;
	background-size: 13px 13px;
	background-position: left center;
}
.con-wechat{
	background: url(../images/icon-wechat.png) no-repeat center;
	background-size: 16px 12px;
	background-position: left center;
}
.contact-name{
	margin-top:100px;
}
/*单页样式*/
.content {
    position: relative;
    margin: 60px 0 15px;
    text-align: center;
}
.sbox h2{
	margin-bottom: 20px;
	line-height: normal;
	font-weight: normal;
	font-size: 28px;
	color: #4d4d4d;
}
.sbox h4{
	margin-bottom: 20px;
	line-height: normal;
	font-weight: normal;
	font-size: 22px;
	color: #4d4d4d;
}
.sbox .aums{
	text-align:center;
	border:1px dashed #dddddd;
	font-size:14px;
	color:#666666;
	padding:5px 0;
}
.sbox .entry-meta {
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 12px;
    border-bottom: 1px dotted #ccc;
	color: #999;
}
.sbox .entry-meta span {
    margin: 0 10px;
}
.sbox .entry-meta strong {
    font-weight: normal;
}
.sbox .entry-meta a {
    color: #999;
}
.sbox .entry-meta a:hover{
	text-decoration:underline;
	color:#ff0000;
	text-decoration:none;
}
.sbox ul li{
    border-bottom: none;
    display: inline-block;
    background-image: none;
    margin: 0 5px;
}
.sbox ul li a {
    display: inline-block;
    line-height: 42px;
    padding: 0 35px;
    font-size: 14px;
    color: #808080;
    background-color: #f0f0f0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.sbox ul li a:hover {
    background: #d9d9d9;
}
.sbox ul li.current a {
    background: #ea5503;
    color: #fff;
}
.full-content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 45px 0 50px;
	font-size:14px;
	text-align:left;
}
.content .dbp{
	padding:5px 0;
	color:#000;
	font-size:14px;
}
.content .dbp-l{
	float:left;
}
.content .dbp-r{
	float:right;
}
/*产品列表*/
.procontent {
    text-align: center;
	margin-top:350px;
}
.procontent-name{
	text-align: left;
	padding:0 15px;
	margin-bottom:4px;
}
.page-nav {
    border-bottom: 1px solid #e1e1e1;
    padding-top: 28px;
	font-size:14px;
	height: 75px;
}
.sitenav {
    float: left;
    margin-bottom: -1px;
}
.sitenav li {
    margin-right: 5px;
    border-bottom: 3px solid transparent;
    padding-bottom: 8px;
    position: relative;
    display: inline-block;
}
.sitenav li a:hover, .sitenav li.active a, .sitenav li.active span {
    color: #ea5503;
}
.sitenav li a {
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
}
.sitenav li a, .sitenav li span {
    color: #222;
    padding: 5px 18px;
    display: block;
}
.breadcrumb {
    padding: 8px 15px;
    float: right;
	background:none;
}
.breadcrumb a, .breadcrumb span {
    font-size: 12px;
    color: #6f6f6f;
}
.breadcrumb a:hover{
    color: #ea5503;
}
.breadcrumb > a + a::before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.clearfix::after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
.full-product{
	padding:30px 0 30px;
	margin-bottom:20px;
	margin-top:30px;
}
.full-product .list{
	margin-bottom:20px;
}
.full-product-list-info{
	padding: 20px 30px;
	background:#efefef;
}
.full-product-list-info h1{
	font-size:18px;
	color:#444;
	margin-top:20px;
}
.full-product-list-info h2{
	font-size:14px;
	color:#444;
	margin-top:5px;
}
.full-product-list-info .list-info-desc{
	font-size:14px;
	color:#666;
	margin-top:20px;
	border-top:1px solid #e1e1e1;
	padding-top:10px;
	height:40px;
	overflow: hidden;
}
.list-info-img{
	overflow: hidden;
}
.list-info-img img {
	width: 100%;
	display: block;
	overflow: hidden;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	/*max-height:280px;*/
}
.list-info-img img:hover {
	transform: scale(1.2, 1.2) rotate(10deg);
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.full-product .txt {
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #ea5503;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    line-height: 30px;
    padding: 5px 10px;
}
.full-product .list:hover a.txt {
    background-color: #ea5503;
    color: #fff;
}
.conpage{
	padding:10px 0;
	text-align:center;
}
.gotop-wrapper {
    position: fixed;
    bottom: 50px;
    right: 15px;
    z-index: 1001;
    background-color: rgba(0,0,0,0.3);
    background-color: #969696\9;
	display:none;
}
.gotop-wrapper a {
    display: none;
    _display: none !important;
    width: 55px;
    height: 55px;
    overflow: hidden;
    background: url(../images/icon-gotop-fixed.gif) no-repeat center;
}
.right-box{
	width:50px;
	background:#ccc;
	position: fixed;
	right:0;
	top:300px;
	border-radius: 5px 0 0 5px;
	text-align: center;
	padding: 8px 5px;
}
.right-box img{
	cursor: pointer;
}
.right-box-tel{
	margin:10px 0;
}
.right-box-tel img{
	width:25px;
}
.mbnav{
	width:100%;
	height: 28px;
	line-height: 28px;
	color: #999;
	margin:15px 0 10px;
	clear: both;
	text-align: left;
}
.mbnav a{
	color: #999;
}
.article-content{
	width:100%;
	margin-top:350px;
	background: #fff;
	padding: 30px 0 0;
}
.article-content h1 {
	overflow: hidden;
	display: block;
	line-height: 46px;
	height: 46px;
	font-size: 24px;
	color: #333;
	font-weight:bold;
}
.article-content .tit {
	height: 50px;
	line-height: 50px;
	color: #999;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 25px;
}
.article-content .tin {
	font-size:14px;
}
.article-content h3 {
	margin:15px 0 20px;
	font: 16px/30px "microsoft yahei";
	color: #333;
	height: 0;
	border-bottom: 1px solid #ddd;
}
.article-content h3 b {
	float: left;
	padding: 0 10px 0 0;
	margin: -15px 0 0;
	background: #fff;
}
.article-content .hot-list {
	margin: 14px 0 0;
	clear: both;
}
.article-content .hot-list li {
	margin: 18px 0 0;
}
.article-content .hot-list p {
	font: 16px/24px "microsoft yahei";
	color: #666;
}
.article-content .hot-list a {
	font: 16px/24px "microsoft yahei";
	color: #666;
}
.article-content .hot-list a:hover{
	text-decoration:underline;
	color:#459b3a;
	text-decoration:none;
}
.article-content .hot-list span {
	font: 12px/20px "microsoft yahei";
	color: #999;
}
.article-content .art-list .art-item {
	border-bottom: 1px solid #d9d9d9;
	padding: 26px 0 22px;
}
.article-content .art-list .art-img {
	float: left;
	margin: 4px 22px 0 0;
}
.article-content .art-list .art-bd {
	overflow: hidden;
}
.article-content .art-list .art-title {
	max-height: 56px;
	font: 18px/28px "microsoft yahei";
	color: #333;
}
.article-content .art-list p {
	margin: 4px 0;
	font: 14px/20px "microsoft yahei";
	color: #999;
}
.article-content .art-list a:hover{
	text-decoration:underline;
	color:#459b3a;
	text-decoration:none;
}
.article-content .art-list ins {
	margin: 0 30px 0 0;
	text-decoration: none;
}
.article-content .art-sum {
	min-height: 40px;
}
#tool {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 900;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	display:none;
}
ul.toollist {
	position: fixed;
	z-index: 900;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	height: 60px;
}
.toollist {
	background: #EB611B;;
}
.toollist li {
	border-right: 1px solid rgba(255, 255, 255, 0.7);
}
.toollist li {
	float: left;
	width: auto;
	height: 100%;
	width: 25%;
	position: static !important;
	margin: 0;
	border-radius: 0 !important;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 1;
	box-flex: 1;
	-webkit-box-sizing: border-box;
	box-shadow: none !important;
	background: none;
}
.toollist li a {
	color: #fff;
}
.toollist li a {
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	display: block;
	text-decoration: none;
	padding-top: 10px;
	position: relative;
}
.toollist li a img {
	width: 24px;
	height: 24px;
}
.toollist li a p {
	margin: 1px 0 1px 0;
	font-size: 14px;
	display: block !important;
	line-height: 18px;
	text-align: center;
}
.toollist li.li4 {
	border: none;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color: #EB611B;
	border-color: #EB611B;
}
.pagination > li > a, .pagination > li > span {
	margin-left: 10px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.footer-link{
	padding:10px 0;
}
.footer-link-box{
	padding:0 15px;
}
.footer-link a{
	color:#fff;
	margin-right:10px;
}
.footer-link a:hover,.footer-link a:focus{
	color:#EB611B;
}
@media (min-width: 1200px) {
.container {
	width:1300px;
}
}
@media (min-width: 1024px) {

}
@media (max-width: 991px) {

}
#banner-pc{
	display:block;
}
#banner-mobile{
	display:none;
}
@media (max-width: 767px) {
	#tool {
		display:block !important;
	}
	#banner-pc{
		display:none !important;
	}
	#banner-mobile{
		display:block !important;
	}
	#wrapper{
		padding-top:80px;
	}
	.footer-nav {
		padding-bottom: 30px;
	}
	.header,.top-search{
		display:none;
	}
	.logo_img img{
		width:40%;
	}
	.top-navbar a{
		display:block;
	}
	.top-nav{
		position: fixed;
		width: 110px;
		height: 270px;
		position: fixed;
		top: -500px;
		right: 15px;
		background: #000;
		opacity: 0.8;
		z-index: 99999;
	}
	.top-nav ul{
		margin-top:10px;
	}
	.top-nav ul li{
		display:block;
		line-height: 36px;
		padding:0 10px;
	}
	.top-nav ul li a{
		font-size:13px;
	}
	.lesson-img img{
		width:30%;
	}
	.lesson .lesson-title{
		font-size:16px;
		margin-top:5px;
	}
	.lesson .lesson-desc{
		font-size:12px;
		margin-top:5px;
	}
	.comtit-con {
		top: 10px;
	}
	.comtit-con-title {
		font-size: 18px;
	}
	.comtit-con-line {
		width: 40px;
		height: 2px;
		margin-top: 2px;
	}
	.comtit-con-desc {
		display:none;
	}
	.comtit-con-desc-m {
		display:block;
	}
	.about-top {
		font-size: 14px;
		letter-spacing: 0px;
		padding-left: 25px;
		margin-top: 15px;
	}
	.about-top span {
		width: 20px;
		height: 2px;
	}
	.about-con {
		font-size: 13px;
		color: #444;
		line-height: 22px;
		padding: 10px;
		text-indent: 28px;
		text-align: justify;
	}
	.about-right {
		padding: 10px;
	}
	.about .container {
		display:block;
	}
	.about-btn {
		padding-left: 0;
		text-align: center;
		padding: 10px 0;
	}
	.about-icon-box {
		padding: 0 15px;
	}
	.about-icon-1,.about-icon-3{
		left:15px;
	}
	.about-icon-2,.about-icon-4{
		right:15px;
	}
	.about,.indexnews {
		margin-top: 60px;
		margin-bottom: 15px;
	}
	.about{
		margin-top: 85px;
		margin-bottom: 60px;
	}
	.indexnews-left-title {
		font-size: 14px;
	}
	.indexnews-left-desc {
		font-size: 13px;
	}
	.indexnews-right{
		margin-top:20px;
	}
	.indexnews .indexnews-title {
		font-size: 14px;
		padding-bottom: 3px;
	}
	.indexnews .indexnews-title a {
		font-size: 12px;
		height: 40px;
		overflow: hidden;
	}
	.indexnews ul li .right-desc {
		font-size: 12px;
		height: 36px;
		overflow: hidden;
	}
	.service {
		margin: 36px 0 30px;
		padding-top: 30px;
	}
	.service .container{
		padding-left:5px;
		padding-right:5px;
	}
	.service-left-title {
		font-size: 14px;
	}
	.service-left {
		width: 100%;
		padding: 0 5px;
		margin-top:10px;
	}
	.service-right-title {
		font-size: 12px;
	}
	.service-right-iml-t {
		margin-bottom: 10px;
	}
	.service-right {
		width: 100%;
		padding: 0 5px;
		margin-top: 10px;
	}
	.service-left-con h1 {
		font-size: 12px;
		margin: 5px 0 10px;
	}
	.service-left-title {
		padding: 10px 5px;
		font-size: 12px;
	}
	.service-left-con {
		padding: 10px 5px 10px;
	}
	.service-left-con-desc {
		line-height: 2.2;
		font-size: 11px;
		float: left;
		width: 50%;
	}
	.service-right-iml-right {
		padding: 20px 15px 20px;
	}
	.service-right-iml-right ul li {
		font-size: 11px;
	}
	.service-right-imr-left ul li {
		font-size: 11px;
	}
	.service-right-imr-left-tit {
		font-size: 12px;
		margin-bottom: 5px;
	}
	.service-right-iml-right-tit {
		font-size: 12px;
		margin-bottom: 5px;
	}
	.service-right-iml-left-tit {
		font-size: 12px;
		padding: 5px 5px;
	}
	.service-right-imr-right-tit {
		font-size: 12px;
		padding: 5px 5px;
	}
	.indls-left {
		margin-right: 15px;
		width: 40%;
	}
	.indls-right-scope {
		font-size: 11px;
		color: #444;
		margin-top: 0px;
	}
	.indls-right-title {
		font-size: 14px;
	}
	.indls-right-btn a {
		font-size: 12px;
		padding: 5px 10px;
		border-radius: 3px;
	}
	.indls-right-desc {
		font-size: 14px;
		margin-top: 5px;
	}
	.indls-right-btn {
		margin-top: 0px;
	}
	.indls-list {
		margin-top: 20px;
	}
	.indls {
		margin: 40px 0;
	}
	.indls-right-desc{
		font-size:12px;
		line-height: 20px;
		height: 60px;
		overflow: hidden;
	}
	.indexnews-left{
		margin-bottom:20px;
	}
	.footer {
		padding: 30px 0;
		font-size: 12px;
	}
	.footer .container{
		padding-left: 0;
		padding-right:0;
	}
	.footer .col-xs-12{
		padding-left:5px;
		padding-right:5px;
	}
	.footer-logo img{
		width:35%;
	}
	.ewm-box {
		padding-top: 20px;
		margin-bottom: 20px;
	}
	.ewm-name {
		font-size: 12px;
	}
	.footer-nav a {
		padding: 0 5px 0 3px;
	}
	.footer-nav a:nth-last-child(2) {
		border-right:0;
	}
	.right-box {
		top: 200px;
	}
	.right-box img {
		width: 50%;
	}
	.right-box-tel img {
		width: 16px;
	}
	.sintit {
		font-size: 12px;
	}
	.incon {
		padding: 20px 0 0;
		margin-top: 87px;
	}
	.incon-box {
		padding: 20px 0 0;
	}
	.incon-l-word {
		padding-top: 15px;
		background:#fff;
	}
	.incon-l-word-title {
		font-size: 16px;
		padding-left: 0;
		text-align: center;
	}
	.incon-l-word-title span {
		display: none;
	}
	.incon-l-word-desc {
		padding: 10px;
	}
	.icon-right .incon-l-word-title {
		font-size: 16px;
		padding-right: 0;
		text-align: center;
	}
	.icon-right .incon-l-word-title span {
		display: none;
	}
	.icon-right .incon-l-word-desc {
		padding: 10px;
	}
	.procontent {
		margin-top: 100px;
	}
	.full-product {
		padding: 0;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.full-product .list {
		margin-bottom: 5px;
	}
	.full-product-list-info {
		padding: 10px 10px;
	}
	.full-product-list-info h1 {
		font-size: 16px;
		margin-top: 10px;
	}
	.full-product-list-info h2 {
		font-size: 12px;
	}
	.full-product-list-info .list-info-desc {
		font-size: 12px;
		margin-top: 10px;
		padding-top: 2px;
	}
	.full-product .list {
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom:10px;
	}
	.news {
		margin-top: 87px;
	}
	.news-box {
		padding: 10px 0;
	}
	.news .entry-item {
		padding-left: 130px;
	}
	.service-in {
		margin-top: 87px !important;
		padding-top:20px !important;
	}
	.service-box {
		padding: 20px 0;
	}
	.contact {
		padding: 20px 0;
		margin-top: 77px;
	}
	.contact-name {
		margin-top: 10px;
	}
	.contact-title {
		font-size: 14px;
		margin-top: 10px;
	}
	.contact-line {
		margin-top: 8px;
		margin-bottom: 15px;
	}
	.contact .contact-con {
		font-size: 12px;
		padding-left: 23px;
		margin-bottom: 5px;
	}
	#dituContentContact{
		height:300px !important;
	}
	.article-content {
		margin-top: 50px;
		padding: 0px 0 0;
	}
	.article-content h1 {
		line-height: 30px;
		height: 30px;
		font-size: 16px;
	}
	#dituContent{
		display:none;
	}
	.lvshi-box{
		padding-top:20px;
	}
	.footer-address {
		line-height: 20px !important;
	}
.news {
    padding: 20px 0 20px;
}
.news .mule {
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.news .news-right {
    margin-bottom: 0px;
}
.news .mule h2 {
    font-size:16px;
}
.news .entry-item .time {
    width: 65px;
}
.news .entry-item .time-day {
    font-size: 16px;
    line-height: 21px;
}
.news .entry-item .entry-title {
    margin-bottom: 1px;
    margin-left: 0px;
}
.news .entry-item h2 {
    font-size: 14px;
}
.news .entry-summary {
    margin-bottom: -25px;
    font-size: 12px;
    margin-left: 0px;
}
.news .entry-item {
    margin-bottom: 15px;
}
.news h4 {
	margin-top:15px;
    margin-bottom: 8px;
}
.news .news-left{
	margin-bottom:20px;
}
.nav{
	height:auto;
}
.nav > li{
	text-align:left;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding:2px 10px;
    margin-top: -42px;
    margin-right:15px;
    margin-bottom:0;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    top: 0;
	z-index:999;
	box-sizing:border-box;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color:rgb(103, 51, 1);
}
.navbar-toggle .word {
    font-size:11px;
	color:rgb(103, 51, 1);
}
.navbar-nav > li {
    display:unset !important;
    float: unset;
}
.lesson {
    padding:20px 0 20px;
}
.mule h1 {
    font-size:18px;
    color: rgb(103, 51, 1);
    background-image: url(../images/underline.png);
    background-position: bottom;
    background-repeat: no-repeat;
	background-size:60%;
    padding-bottom:35px;
}
.indexnews ul li h1 {
    font-size: 14px;
	height: 30px;
	overflow: hidden;
}
.indexnews ul li .li-right span {
    top: -8px;
}
	.indexnews ul li {
		margin-bottom: 10px;
	}
.aboutus h1 {
    font-size:16px;
}

.sbox h2 {
    margin-bottom: 15px;
    font-size: 16px;
}
.content {
    margin: 20px 0 20px;
}
.full-content {
    padding: 20px 0 20px;
}
.sitenav {
    display:none;
}
.page-nav {
    padding-top: 4px;
    height: 50px;
}
.breadcrumb {
    float: left;
}
	.right-box{
		display: none;
	}
	.carousel-indicators .active {
		width: 10px;
		height: 10px;
	}
	#dituContentContact{
		display:none;
	}
	.footer-link{
		display:none;
	}
	.service-left-con {
		height: auto;
	}
}
@media (max-width: 480px) {
 
}
@media (min-width: 992px) and (max-width: 1199px) {
.nav > li > a {
 padding: 10px 22px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.nav > li > a {
 padding: 10px 10px;
}
}