@charset 'utf-8';

* {
	margin: 0;
	padding: 0;
}

body {
	max-width: 1920px;
	margin: 0 auto;
	color: #333;
	font-size: 16px;
	background-color: #fff;
	letter-spacing: 1px;
	font-family: "Microsoft YaHei","Helvetica Neue", Helvetica, Arial, "Microsoft Yahei UI", SimHei, "\5B8B\4F53", simsun, sans-serif;
}

ul,ol {
	list-style: outside none none;
}

li {
	list-style-type: none;
}

a {
	color: #333;
	text-decoration: none;
}


hr {
	border: none;
}

img {
	border: none;
}

.none {
	display: none;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	*zoom: 1;
}

.min_width {
	min-width: 1200px;
}

.main_width {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
/*头部公共*/
.header {

}
.header .top {
	width: 100%;
	height: 85px;
	text-align: center;
}
.header .top a {
	height: 100%;
	display: inline-block;
}
.header .top a img {
	height: 100%;
}
.header .nav {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #fc8503;
}
.header .nav .main_width {
	display: table;
	height: 100%;
}
.header .nav ul {
	display: table-row;
}
.header .nav ul li {
	display: table-cell;
	text-align: center;
}
.header .nav ul li a {
	display: block;
	height: 100%;
	color: #fff;
}
.header .nav ul li a:hover {
	background: #eef2f8;
	color: #fc8503;
}
/*手机端*/
.header_m {
	display: none;
}

.header_m {
	width: 100%;
	height: 55px;
	position: fixed;
	top: 0;
	z-index: 1000;
	text-align: center;
	color: #fff;
	font-weight: normal;
	vertical-align: middle;
	text-align: center;
	background-size: 100% 100%;
	background: #fff;
}

.header_m .logo {
	height: 80%;
	margin-top: 5px;
	display: inline-block;
	float: left;
}

.header_m .logo img {
	height: 100%;
}

.header_m .webname {
	height: 100%;
	display: inline;
	color: #ffd700;
	font-size: 16px;
	font-weight: 700;
	height: 55px;
	line-height: 55px;
	letter-spacing: 1px;
}

.flbox {
	position: relative;
	margin-right: 0px;
	width: 60px;
	height: 55px;
	float: right;
	cursor: pointer;
	opacity: 0.9;
}

div.x,

div.y,

div.z {
	position: absolute;
	margin: auto;
	top: 0px;
	bottom: 18px;
	background: #333;
	border-radius: 2px;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

div.x, div.y, div.z {
	height: 3px;
	width: 30px;
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-ms-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
}

div.y.squize {
	width: 0;
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-ms-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
}

div.y {
	top: 18px;
}

div.z {
	top: 37px;
}

div.open div.x, div.open div.z {
	top: 19px;
	-webkit-transition: all 70ms ease-out;
	-moz-transition: all 70ms ease-out;
	-ms-transition: all 70ms ease-out;
	-o-transition: all 70ms ease-out;
	transition: all 70ms ease-out;
}

div.rotate45 {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-ms-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
}

div.rotate135 {
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-ms-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
}

#sideMenuContainer {
	background: #fc8503;
	background-size: 100% 100%;
	position: fixed;
	top: 55px;
	right: -150px;
	width: 150px;
	z-index: 4;
	opacity: 0.9;
}

#sideMenuContainer > a {
	display: block;
	padding: 10px;
	color: #fff;
	font-size: 17px;
	border-bottom: 1px solid #fff;
}

#sideMenuContainer > a:hover {
	background-color: #ffffff;
	color: black;
}
.header_h {
	height: 55px;
	display: none;
}
.tel_search {
	display: table;
	height: 200px;
	background: #fc8503;
}
.tel_search .row {
	height: 100%;
	display: table-row;
}
.tel_search .row>div {
	display: table-cell;
}
.tel_search .row .time {
	width: 22%;
	background: #f5f5f5;
	color: #fc8503;
	text-align: center;
	vertical-align: middle;
}
.tel_search .row .time .tit {
	font-size: 24px;
}
.tel_search .row .time hr {
	width: 50px;
	height: 1px;
	display: inline-block;
	border-bottom: 2px solid #fc8503;
}
.tel_search .row .time .p1 {
	font-size: 14px;
	line-height: 2;
}
.tel_search .row .phone {
	width: 39%;
	color: #fff;
	vertical-align: middle;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
.tel_search .row .phone .tit {
	box-sizing: border-box;
	padding-left: 70px;
}
.tel_search .row .phone .num {

}
.tel_search .row .phone .num span {
	font-size: 45px; 
	font-weight: bold;
}
.tel_search .row .search {
	width: 39%;
	vertical-align: middle;
	box-sizing: border-box;
	padding-left: 25px;
	padding-right: 25px;
}
.tel_search .row .search .search_word {
	font-size: 14px;
	color: #fff;
}
.tel_search .row .search .search_word a {
	color: #fff;
	display: inline-block;
}
.tel_search .row .search form {
	width: 100%;
	box-sizing: border-box;
	position: relative;
	margin-top: 20px;
}
.tel_search .row .search form input {
	width:-webkit-calc(100% - 55px); 
    width:-moz-calc(100% - 55px); 
    width:calc(100% - 55px);
	height: 55px;
	outline: none;
	box-sizing: border-box;
	padding-left: 5px;
	border: none;
	color: #666;
}
.tel_search .row .search form button {
	width: 55px;
	height: 55px;
	position: absolute;
	right: 0;
	background: #f5f5f5 url(../images/search.png) no-repeat center center;
	background-size: 50% 50%;
	border: none;
	cursor: pointer;
	outline: none;
}
.tel_search .row .search form button:hover {
	background: #ecebeb url(../images/search.png) no-repeat center center;
	background-size: 50% 50%;
}
input::-webkit-input-placeholder{
    color:#999999;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#999999;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#999999;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#999999;
}
.common_top {
	width: 260px;
	height: 70px;
	background: url(../images/img_04.jpg) no-repeat center center;
	background-size: 100% 100%;
	font-size: 36px;
	font-weight: bold;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 40px;
}
/*产品分类*/
.index_pro {

}
.index_pro .son_nav {
	width: 100%;
	display: table;
}
.index_pro .son_nav ul {
	height: 60px;
	display: table-row;
	text-align: center;

}
.index_pro .son_nav ul li {
	display: table-cell;
	vertical-align: middle;
}
.index_pro .son_nav ul li a {

}
.index_pro .son_nav ul li a:hover {
	color: #fc8503;
}
.index_pro .list {
	margin-top: 20px;
}
.index_pro .list .box {
	width: 32%;
	margin-right: 2%;
	display: block;
	float: left;
	margin-bottom: 15px;
	box-shadow: 0 0 1px 0 #999;
	border-bottom: 2px solid #fff;
}
.index_pro .list .box:nth-child(3n) {
	margin-right: 0px;
}
.index_pro .list .box .img_box {
	width: 100%;
	position: relative;
	padding-top: 73%;
	overflow: hidden;
}
.index_pro .list .box .img_box img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.6s;
	position: absolute;
	top: 0;
}
.index_pro .list .box .img_box img:hover {
	transform: scale(1.1);
}
.index_pro .list .box .text {
	width: 100%;
	height: 65px;
	line-height: 65px;
}
.index_pro .list .box .text .title {
	width: 100%;
    font-size: 18px;
    display: block;
	text-align: center;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
}
.index_pro .list .box:hover {
	border-bottom: 2px solid #fc8503;
}
.index_pro .list .box:hover .title {
	width:-webkit-calc(100% - 65px); 
    width:-moz-calc(100% - 65px); 
    width:calc(100% - 65px);
    text-align: left;
    float: left;
}
.index_pro .list .box .text .more {
	width: 65px;
	display: inline-block;
	text-align: center;
	float: right;
	display: none;
}
.index_pro .list .box .text .more img {
	width: 35%;
	display: inline-block;
	vertical-align: middle;
}
.index_pro .list .box:hover .more {
	display: block;
}

/*我们的优势*/
.index_adv {
	width: 100%;
	height: 510px;
	background: url(../images/img_13.jpg) center center;
	padding-top: 40px;
	box-sizing: border-box;
	margin-top: 30px;
}
.index_adv .top {

}
.index_adv .top .out_adv {
	font-size: 46px;
	font-weight: bold;
}
.index_adv .top .small {
	font-size: 18px;
}
.index_adv .list {
	width: 56%;
	float: left;
	display: table;
	margin-top: 30px;
}
.index_adv .list .table_row {
	margin-bottom: 30px;
	display: table-row;
}
.index_adv .list .table_row .table_cell {
	display: table-cell;
	padding-right: 30px;
	padding-bottom: 30px;
	box-sizing: border-box;
}
.index_adv .list .table_row .table_cell:nth-child(2n) {
	padding-left: 30px;
	padding-right: 0px;
	box-sizing: border-box;
}
.index_adv .list .table_row .title {
	font-size: 18px;
}
.index_adv .list .table_row .title img {
	position: relative;
	top: 10px;
}
.index_adv .list .table_row .des {
	font-size: 14px;
	color: #666;
	line-height: 2;
	margin-top: 5px;
}
/*产品案例*/
.index_case {

}
.index_case .list {
	margin-top: 20px;
}
.index_case .list .box {
	display: block;
	width: 32%;
	margin-right: 2%;
	float: left;
	margin-bottom: 10px;
}
.index_case .list .box:nth-child(3n) {
	margin-right: 0px;
}
.index_case .list .box .img_box {
	width: 100%;
	position: relative;
	padding-top: 75%;
	overflow: hidden;
}
.index_case .list .box .img_box img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.6s;
	position: absolute;
	top: 0;
}
.index_case .list .box .img_box img:hover {
	transform: scale(1.1);
}
.index_case .list .box .img_box .bg {
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: 0;
	background: #000;
	opacity: 0.5;
}
.index_case .list .box .img_box .txt {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	position: absolute;
	bottom: 0;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.company {
	width: 100%;
	padding-top: 40px;
	background: #f5f5f5;
	margin-top: 30px;
	padding-bottom: 40px;
}
.company .index_about {
	padding-bottom: 30px;
}
.company .index_about .pic {
	width: 50%;
	float: left;
}
.company .index_about .pic img {
	width: 100%;
}
.company .index_about .txt {
	width: 50%;
	float: right;
	box-sizing: border-box;
	padding-left: 30px;
}
.company .index_about .txt h2 {
	font-size: 24px;
	font-weight: normal;
	margin-top: 20px;
}
.company .index_about .txt .des {
	font-size: 14px;
	line-height: 2;
	color: #666666;
	margin-top: 10px;
}
.company .index_about .txt .more {
	width: 150px;
	height: 35px;
	line-height: 35px;
	display: block;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #fc8503;
	margin-top: 50px;
}
.company .index_about .txt .more:hover {
	background: #e47904;
}
/*企业相册&荣誉资质*/
.pic_honor {

}
.pic_honor .nav {
	font-size: 18px;
	text-align: center;
}
.pic_honor .nav li {
	display: inline-block;
	position: relative;
}
.pic_honor .nav li a {
	color: #000;
	padding-left: 20px;
	padding-right: 20px;
	display: block;
}
.pic_honor .nav li .line {
	width: 30px;
	height: 1px;
	border-bottom: 1px solid #e6122b;
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 10px;
	display: none;
}
.pic_honor .nav .cur .line,
.pic_honor .nav li:hover .line {
	display: block;
}
.pic_honor .nav .cur a,
.pic_honor .nav li:hover a {
	color: #e6122b;
}
.pic_honor .list {
	overflow: hidden;
	margin-top: 20px;
}
.pic_honor .list ul {

}
.pic_honor .list ul li {
	width: 290px;
	margin-right: 10px;
}
.pic_honor .list ul li a {
	width: 100%;
	padding-top: 72%;
	position: relative;
	display: block;
}
.pic_honor .list ul li a img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
/*新闻资讯*/

.index_news {
	text-align: center;
	padding-top: 30px;
}

.index_news .main {
	margin-top: 30px;
	text-align: left;
}

.index_news .main .left {
	width: 65%;
	float: left;
}

.index_news .main .left .top {
	height: 35px;
	line-height: 35px;
}

.index_news .main .left .top .nav a {
	width: 125px;
	height: 35px;
	line-height: 35px;
	display: block;
	float: left;
	text-align: center;
	color: #333;
	font-size: 18px;
}

.index_news .main .left .top .nav a.cur {
	color: #fff;
	background: #fc8503;
}

.index_news .main .left .top .more {
	color: #666;
	display: inline-block;
	float: right;
	font-size: 14px;
}

.index_news .main .left .top .more:hover {
	color: #e6122b;
}

.index_news .main a:hover {
	color: #e6122b;
}

.index_news .main .left .list {
}

.index_news .main .left .list .box {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgb( 227, 227, 227 );
}

.index_news .main .left .list .box .pic {
	width: 30%;
	float: left;
	margin-right: 3%;
}

.index_news .main .left .list .box .pic .img_box {
	width: 100%;
	position: relative;
	padding-top: 65%;
	overflow: hidden;
}

.index_news .main .left .list .box .pic .img_box img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.6s;
}

.index_news .main .left .list .box .pic .img_box:hover img {
	transform: scale(1.1);
}

.index_news .main .left .list .box .txt {
}

.index_news .main .left .list .box .txt .title {
	width: 60%;
	font-size: 16px;
	display: block;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index_news .main .left .list .box .txt .des {
	color: #666;
	line-height: 1.8;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 10px;
	font-size: 14px;
}

.index_news .main .left .list .box .txt .t_m {
	color: #999;
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin-top: 20px;
}

.index_news .main .left .list .box .txt .t_m a {
	display: inline-block;
	float: left;
	font-size: 14px;
	color: #999;
}
.index_news .main .left .list .box .txt .t_m a:hover {
	color: #e6122b;
}
.index_news .main .left .list .box .txt .t_m span {
	display: inline-block;
	float: right;
	font-size: 14px;
	color: #999;
}

.index_news .main .left .list .box:last-child {
	border-bottom: none;
}

.index_news .main .right {
	width: 30%;
	float: right;
}

.index_news .main .right .top {
	height: 30px;
	line-height: 30px;
}

.index_news .main .right .top h2 {
	font-size: 18px;
	color: #feb42c;
	line-height: 1.5;
	display: inline-block;
}

.index_news .main .right .top .more {
	color: #666;
	display: inline-block;
	float: right;
	font-size: 14px;
}

.index_news .main .right .top .more:hover {
	color: #e6122b;
}

.index_news .main .right .box {
	width: 100%;
	float: left;
	border-bottom: 1px solid #eee;
	padding-bottom: 25px;
	padding-top: 15px;
}

.index_news .main .right .box:last-child {
	border-bottom: none;
}

.index_news .main .right .box h3 a {
	width: 100%;
	display: block;
	padding-left: 35px;
	background: url(../images/index_25.png) no-repeat left center;
	line-height: 2.5;
	font-size: 16px;
	color: #333;
	font-weight: normal;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
}

.index_news .main .right .box h3 a:hover {
	color: #e6122b;
}

.index_news .main .right .box .intro {
	padding-left: 35px;
	background: url(../images/index_26.png) no-repeat;
	line-height: 1.8;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 14px;
}
.flink {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 14px;
	background: #f5f5f5;
}
.flink ul {
	display: inline-block;
	line-height: 1.7;
}
.flink li {
	display: inline-block;
	margin-right: 20px;
}
.flink li a {
	font-size: 14px;
	color: #666;
	display: inline-block;
}
.flink li a:hover {
	color: #e6122b;
}
/*底部*/
.footer {
	color: #fff;
	background: #282828;
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer .left {
	width: 28%;
	text-align: center;
	border-right: 1px solid #fff;
	float: left;
	margin-top: 20px;
}
.footer .left .phone {
	font-size: 36px;
	font-weight: bold;
}
.footer .left .hot_line {
	width: 225px;
	max-width: 96%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border: 1px solid #fff;
	margin-top: 20px;
}
.footer .left .time {
	font-size: 14px;
	margin-top: 20px;
}
.footer .middle {
	width: 42%;
	float: left;
	text-align: center;
}
.footer .middle h2 {
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 5px;
}
.footer .middle p {
	font-size: 14px;
	line-height: 2;
}
.footer .right {
	width: 28%;
	float: right;
	border-left: 1px solid #fff;
	margin-top: 20px;
}
.footer .right .pic {
	overflow: hidden;
	float: right;
}
.footer .right .pic img {
	width: 145px;
	display: inline-block;
	float: left;
}
.footer .right .pic p {
	width: 20px;  
    margin: 0 auto;   
    font-size: 16px;  
    text-align: center;
    line-height: 1.3;
    float: left;
    margin-left: 15px;
}
/*移动端底部*/
.foot_h {
	height: 4em;
	display: none;
}

.myfooter {
	height: 4em;
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 999;
	bottom: 0;
	background: #282828;
	display: none;
}

.myfooter li {
	width: 33.3%;
	float: left;
	position: relative;
	font-size: 0.9em;
	text-align: center;
	color: #fff;
	line-height: 1em;
	height: 5.33em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	border-right: 1px solid rgba(255,255,255,0.2);
}

.myfooter li:last-child:before {
	height: 0;
}

.myfooter li em {
	width: 28.125%;
	display: block;
	margin: 0 auto;
	padding: 0.6em 0 0.10em 0;
}

.myfooter li em img {
	width: 28px;
	height: auto;
}

.myfooter li a {
	color: #fff;
}
.banner {
	width: 100%;
}
.banner img {
	width: 100%;
}
/*当前位置*/
.position {
	height: 60px;
	line-height: 60px;
	background: #fafafa;
	font-size: 14px;
	color: #666;
}
.position a:hover {
	color: #e6122b;
}

/*新闻列表*/
.list_news {
	width: 100%;
	margin-top: 30px;
}

.list_news .box {
	width: 100%;
	padding: 30px 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
	background: #fff;
	margin-bottom: 20px;
}

.list_news .box .pic {
	width: 25%;
	float: left;
	margin-right: 2%;
	position: relative;
	z-index: 10;
}

.list_news .box .pic .img_box {
	width: 100%;
	display: block;
	float: left;
	padding-top: 63%;
	position: relative;
	overflow: hidden;
}

.list_news .box .pic .img_box img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	transition: all 0.6s;
}

.list_news .box .pic .img_box img:hover {
	transform: scale(1.1);
}

.list_news .box .txt {
	box-sizing: border-box;
	padding-right: 150px;
	position: relative;
}

.list_news .box .txt .title {
	font-size: 18px;
	line-height: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list_news .box .txt .title a {
	color: #333;
}

.list_news .box .txt .title a:hover {
	color: #fc8503;
}

.list_news .box .txt .des {
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.list_news .box .txt .time {
	display: inline-block;
	font-size: 14px;
	color: #666;
	margin-top: 30px;
}

.list_news .box .txt .more {
	width: 105px;
	height: 50px;
	line-height: 50px;
	text-align: right;
	color: #999;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	font-size: 14px;
	margin-top: -25px;
	border-left: 1px solid #ccc;
}

.list_news .box .txt .more:hover {
	color: #fc8503;
}
/*分页*/
.page {
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}

.page a {
	padding: 5px 10px;
	border: 1px solid #eee;
	border-radius: 4px;
	background: #fff;
}

.page span {
	padding: 5px 10px;
	border: 1px solid #eee;
	background: #fc8503;
	color: #fff;
	border-radius: 4px;
}
.son_typename {
	margin-top: 30px;
}
.son_typename ul {
	width: 100%;
	text-align: center;
}
.son_typename ul li {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.son_typename ul li a {
	padding-left: 20px;
	padding-right: 20px;
	height: 35px;
	line-height: 35px;
	display: inline-block;
	font-size: 16px;
	text-align: center;
	border-radius: 30px;
}
.son_typename ul li a.a-active,
.son_typename ul li a:hover {
	background: #fc8503;
	color: #fff;
}
/*联系我们*/
.index_cont {
	margin-top: 30px;
	margin-bottom: 50px;
}
#dituContent {
	width: 62.5%;
	height: 550px;
	float: left;
}
.index_cont .cont_msg {
	width: 36%;
	float: right;
}
.index_cont .cont_msg .com_name {
	font-size: 30px;
	line-height: 2;
	font-weight: bold;
	margin-top: 20px;
}
.index_cont .cont_msg .word {
	color: #666666;
}
.index_cont .cont_msg .msg {
	margin-top: 10px;
}
.index_cont .cont_msg .msg p {
	margin-top: 10px;
	margin-bottom: 10px;
}
.index_cont .cont_msg .msg p img {
	width: 25px;
	position: relative;
	top: 7px;
}
.index_cont .cont_msg .phone {
	margin-top: 30px;
}
.index_cont .cont_msg .phone .p1 {
	color: #666666;
}
.index_cont .cont_msg .phone .num {
	color: #f5222a;
	font-size: 30px;
	line-height: 1.5;
	font-weight: bold;
}
.index_cont .cont_msg .wechart {
	margin-top: 20px;
}
.index_cont .cont_msg .wechart .img_box {
	width: 150px;
	padding: 5px;
	box-sizing: border-box;
	box-shadow: 0 0 2px 0 #ccc;
	float: left;
	margin-right: 20px;
}
.index_cont .cont_msg .wechart .img_box img {
	width: 100%;
}
.index_cont .cont_msg .wechart .img_box p {
	font-size: 14px;
	color: #666;
	line-height: 2;

	text-align: center;
}
/*成功案例*/
.list_case {
	margin-top: 20px;
}
.list_case .box {
	width: 32%;
	margin-right: 2%;
	display: block;
	float: left;
	margin-bottom: 10px;
}
.list_case .box:nth-child(3n) {
	margin-right: 0px;
}
.list_case .box .img_box {
	width: 100%;
	padding-top: 77%;
	position: relative;
}
.list_case .box .img_box img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.list_case .box .img_box .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.5;
	display: none;
}
.list_case .box .img_box .txt {
	width: 90%;
	height: 90%;
	position: absolute;
	top: 5%;
	left: 5%;
	border: 1px solid #fff;
	padding: 20px;
	line-height: 1.6;
	color: #fff;
	font-size: 14px;
	box-sizing: border-box;
    display: none;
}
.list_case .box .img_box .txt p {
	width: 100%;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.list_case .box .img_box .more {
	width: 30px;
	height: 30px;
	line-height: 28px;
	border: 2px solid #fff;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	bottom: 15%;
	color: #fff;
	margin-left: -15px;
	font-size: 26px;
	text-align: center;
	display: none;
}
.list_case .box:hover .bg {
	display: block;
}
.list_case .box:hover .txt {
	display: block;
}
.list_case .box:hover .more {
	display: block;
}
.list_case .box .title {
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-style: 18px;
	color: #000;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.list_case .box:hover .title {
	color: #fc8503;
}
/*关于我们*/
.about_cont {
	width: 100%;
	background: url(../images/img_12.jpg) no-repeat 90% center;
	margin-top: 10px;
}
.about_cont .cont {
	width: 54%;
	padding-top: 25px;
}
.about_cont .cont .en {
	font-size: 30px;
	font-weight: bold;
}
.about_cont .cont .ch {
	font-size: 30px;
	color: #282828;
	margin-top: 20px;
}
.about_cont .cont .line {
	width: 75px;
	height: 1px;
	background: #fcb15f;
	margin-top: 20px;
}
.about_cont .cont .txt {
	margin-top: 20px;
}


.num_run {
	width: 100%;
	height: 120px;
	margin-top: 30px;
	box-shadow: 0 0 5px 0 #ccc;
}
.num_run .box {
	width: 32%;
	display: inline-block;
	border-right: 1px solid #ccc;
	margin-top: 20px;
}
.num_run .box:last-child {
	border-right: none;
}
.num_run .box .red {
	color: #fc8503;
	text-align: center;
}
.num_run .box .red .counter {
	font-size: 36px;
	font-weight: bold;
}
.num_run .box .red .add {
	font-size: 24px;
}

.num_run .box .gray {
	color: #666;
	text-align: center;
	font-size: 16px;
}
/*荣誉资质*/
.honor {
	width: 100%;
	height: 540px;
	background: url(../images/img_16.jpg) no-repeat center center;
	box-sizing: border-box;
	padding-top: 55px;
	margin-top: 20px;
}
.honor .typename {
	font-size: 30px;
	color: #fff;
	text-align: center;
}
.honor .line {
	width: 100px;
	margin-top: 20px;
	height: 1px;
	background: #fff;
	margin-left: auto;
	margin-right: auto;
}
.honor .con {
	overflow: hidden;
}
.honor .list {

	width: 100%;
	margin-top: 30px;
}
.honor .list .box {
	width: 275px;
	box-sizing: border-box;
	padding: 20px;
	background: #fff;
	margin-left: 5px;
	margin-right: 5px;
}
.honor .list .box img {
	width: 100%;
	height: 245px;
}
.honor .list .box p {
	font-size: 14px;
	color: #666;
	line-height: 2;
	text-align: center;
}
/*企业相册*/
.com_pic {
	margin-top: 30px;
	margin-bottom: 50px;
}
.com_pic .typename {
	font-size: 30px;
	color: #333;
	text-align: center;
}
.com_pic .line {
	width: 100px;
	margin-top: 20px;
	height: 1px;
	background: #fc8503;
	margin-left: auto;
	margin-right: auto;
}
.com_pic .con {
	width: 100%;
	margin-top: 20px;
}
.com_pic .con .list {
	width: 100%;
	overflow: hidden;
}
.com_pic .con .list ul {
	width: 100%;
}
.com_pic .con .list li {
	width: 285px;
	margin-left: 5px;
	margin-right: 5px;
}
.com_pic .con .list li img {
	width: 100%;
	height: 215px;
}
/*产品展示*/
.list_goods {
	margin-top: 30px;
}
.list_goods .box {
	width: 32%;
	margin-right: 2%;
	float: left;
	margin-bottom: 20px;
	box-shadow: 0 0 3px 0 #bbb;
	border-radius: 3px;
}
.list_goods .box:nth-child(3n) {
	margin-right: 0px;
}
.list_goods .box .img_box {
	width: 100%;
	position: relative;
	padding-top: 62%;
	overflow: hidden;
}
.list_goods .box .img_box img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.6s;
}
.list_goods .box .img_box img:hover {
	transform: scale(1.1);
}
.list_goods .box .title {
	height: 50px;
	line-height: 50px;
	text-align: center;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.list_goods .box:hover .title {
	color: #fc8503;
}
/*产品详情*/
.article_goods {
	margin-top: 30px;
	margin-bottom: 30px;
}
.article_goods .title {
	font-size: 30px;
	text-align: center;
	margin-bottom: 30px;
}
.article_goods .cont {
	margin-top: 30px;
	margin-bottom: 30px;
}
.article_goods .pre_next {
	font-size: 14px;
	color: #666;
	margin-top: 10px;
	margin-bottom: 10px;
}
.article_goods .pre_next a:hover {
	color: #fc8503;	
}

/*文章详情*/
.article_article {
	font-size: 14px;
	margin-bottom: 40px;
}
.article_article h1 {
	font-size: 20px;
	color: #333;
	text-align: center;
	font-weight: normal;
	margin-top: 30px;
	margin-bottom: 10px;
}
.article_article .time {
	font-size: 13px;
	color: #777;
	line-height: 2;
	text-align: center;
}
.article_article .content {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
}
.article_article .content img {
	max-width: 100%;
	height: auto !important;
}
.article_article .pre,
.article_article .next {
	line-height: 2;
}
.article_article .pre a:hover {
	color: #fc8503;
}
.article_article .next a:hover {
	color: #fc8503;
}

/*搜索页*/
.search_box {
	width: 94%;
	max-width: 980px;
	height: 215px;
	margin-left: auto;
	margin-right: auto;
    border: 1px solid #dedede;
    margin-top: 50px;
    font-size: 14px;
}
.search_box .top {
	height: 35px;
	line-height: 35px;
	padding-left: 50px;
	color: #000;
	font-size: 14px;
	border-bottom: 1px solid #dedede;
}
.search_box form {

}
.search_box .search_tr {
	margin-top: 20px;
}
.search_box .search_tr span {
	width: 20%;
	display: inline-block;
    color: #818181;
    height: 30px;
    line-height: 30px;
    text-align: right;
}
.search_box .search_tr input {
	width: 300px;
	height: 30px;
    border: 1px solid #d5d5d5;
    outline: none;
    padding-left: 5px;
}
.search_box .search_tr select {
	padding: 5px;
    margin: 0px;
    border: 1px solid #d5d5d5;
    outline: none;
}
.search_box .button {
	width: 100px;
	height: 30px;
	background: #fc8503;
	border: none;
	color: #fff;
	margin-left: 20%;
	float: left;
	cursor: pointer;
	margin-top: 20px;
	position: relative;
	left: 5px;
}
.search_box .button:hover {
	background: #fb8605;
}
.search_list {
	width: 94%;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.search_list .top {
	height: 40px;
	line-height: 40px;
    color: #fc8503;
    border-bottom: 1px solid #dedede;
    font-size: 16px;
}
.search_list ul {
	padding: 10px;
	font-size: 12px;
}
.search_list ul li {
    padding: 10px 0px 0px 10px;
    display: block;
}
.search_list li dl {
	display: block;
}
.search_list li dd {
	display: block;
}
.search_list li dd.tl {
	float: left;
}
.search_list li dd.tl a:hover {
	color: #fc8503;
}
.search_list li dd.dr {
	float: right;
	color: #a5a5a5;
}

/*右侧浮动栏*/
.sidebar {
	width: 45px;
	position: fixed;
	bottom: 50%;
	margin-top: 110px;
	right: 10px;
	z-index: 10;
	font-size: 14px;
}
.sidebar .a {
	width: 45px;
	height: 45px;
	border-radius: 5px;
	margin-bottom: 10px;
	box-sizing: border-box;
	display: block;
	border: 1px solid #eee;
}
.sidebar .a5{
	background: #fff url(../images/course_icon.png) no-repeat center center;
	background-size: 70% 70%;
	position: relative;
}
/*.sidebar .a5 .course_show_layer{
	width: 150px;
	height: 45px;
	position: absolute;
	background: url(../images/icon_bg22.png) no-repeat;
	left: 50px;
	padding-left: 20px;
	border-radius: 5px;
	overflow: hidden;
	line-height: 45px;
	font-size: 15px;
	color: #fc8503;
}*/
.sidebar .a1 {
	background: #fff url(../images/icon_01.png) no-repeat center center;
	background-size: 70% 70%;
	position: relative;
}
.sidebar .a1 .kf {
	display: none;
	width: 220px;
	height: 135px;
	position: absolute;
	background: url(../images/icon_bg2.png) no-repeat;
	right: 35px;
	padding-left: 10px;
	font-size: 13px;

}
.sidebar .a1 .kf a {
	width: 155px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	border-radius: 20px;
	background: #fc8503;
	color: #fff;
	margin-top: 25px;
	margin-left: 15px;
}
.sidebar .a1 .phone {
	margin-top: 30px;
	text-indent: 20px;
	font-size: 12px;
}
.sidebar .a1:hover {
	background: #fc8503 url(../images/icon_01_h.png) no-repeat center center;
	background-size: 70% 70%;
}
.sidebar .a1:hover .kf {
	display: block;
}
.sidebar .a2 {
	background: #fff url(../images/icon_02.png) no-repeat center center;
	background-size: 70% 70%;
}
.sidebar .a2:hover {
	background: #fc8503 url(../images/icon_02_h.png) no-repeat center center;
	background-size: 70% 70%;
}
.sidebar .a3 {
	background: #fff url(../images/icon_03.png) no-repeat center center;
	background-size: 70% 70%;
	position: relative;
}
.sidebar .a3 .wetchart {
	display: none;
	position: absolute;
	right: 45px;
	top: -80px;
	width: 200px;
	height: 213px;
}
.sidebar .a3 .wetchart img {
	width: 100%;
	height: 100%;
}
.sidebar .a3:hover {
	background: #fc8503 url(../images/icon_03_h.png) no-repeat center center;
	background-size: 70% 70%;
}
.sidebar .a3:hover .wetchart {
	display: block;
}
.sidebar .a4 {
	background: #fff url(../images/icon_04.png) no-repeat center center;
	background-size: 70% 70%;
}
.sidebar .a4:hover {
	background: #fc8503 url(../images/icon_04_h.png) no-repeat center center;
	background-size: 70% 70%;
}
.form_block {
	width: 100%;
}
.form_block .mid_block {
	max-width: 1200px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: #fc8503;
	box-sizing: border-box;
	padding: 40px 65px 40px 65px;
}
/*.form_block .mid_block .pic {
	width: 60%;
	float: left;
}
.form_block .mid_block .pic img {
	width: 100%;
}*/
.form_block .mid_block .txt {
	width: 100%;
	float: right;
}
.form_block .mid_block .txt .tab {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	box-sizing: border-box;
	padding: 5px;
}
.form_block .mid_block .txt form {
	width: 100%;
}
.form_block .mid_block .txt form input {
	height: 45px;
	background: #f5f5f4;
	width: 100%;
	border: none;
	outline: none;
	margin-bottom: 25px;
	box-sizing: border-box;
	padding-left: 5px;
	font-size: 16px;
	float: left;
}
.form_block .mid_block .txt form .input_line {
	width: 48%;
	float: left;
}
.form_block .mid_block .txt form .input_line .input_item {
	float: right;
}
.form_block .mid_block .txt form input::-webkit-input-placeholder {
	font-size: 16px;
	letter-spacing: 3px;
	color: #999;
}
.form_block .mid_block .txt form input::-moz-input-placeholder {
	font-size: 16px;
	letter-spacing: 3px;
	color: #999;
}
.form_block .mid_block .txt form input::-ms-input-placeholder {
	font-size: 16px;
	letter-spacing: 3px;
	color: #999;
}
.form_block .mid_block .txt form button {
	background: #fff;
	border-radius: 10px;
	height: 40px;
	width: 100px;
	font-weight: bold;
	color: #fc8503;
	border: none;
	outline: none;
	background: #f5f5f4;
	font-size: 16px;
	cursor: pointer;
}
.form_block .mid_block .txt form button:hover {
	background: #fff;
}
.form_block .mid_block .txt form textarea {
	width: 50%;
	float: right;
	height: 185px;
	background: #f5f5f4;
	border: none;
	outline: none;
	font-size: 16px;
	padding: 5px;
	box-sizing: border-box;
}