﻿@charset "utf-8";
*{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
a{ color:#333; text-decoration:none;}
a:hover{ color:#999;}
img{ border:0px;}
img{
        pointer-events: none; 
        -webkit-user-select: none;
        -moz-user-select: none;
        -webkit-user-select:none;  
        -o-user-select:none;  
        user-select:none;  
}
ul,li,h1,p,h2{ margin:0px; padding:0px; list-style:none; font-weight:normal}
input{font-family:"Arial";}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#666;
	text-align:center;
	font-family:"Arial";
	font-size:16px;
	-webkit-font-smoothing: antialiased; 
	-moz-osx-font-smoothing: inherit | grayscale
}
.fl{ float:left;}
.fr{ float:right;}
/*top*/
.mHead,.mNav,.mFootNav,.mbanner,.m_class{ display:none;}
.m_top,.g-ft,.banners{ display:none;}
.top{ width:100%; float:left; line-height:37px;font-size:14px; border-bottom:1px solid #E5E5E5; color:#666;}
.container{width:98%; max-width:1400px;height:auto; margin:0 auto; text-align:left; padding-left:1%; padding-right:1%;}
.top a{ padding-left:12px; padding-right:12px;}
.topbar_r_wx{ float:left; position:relative;z-index:2000;padding-left:12px; }
.top .fr div img{padding-top:6px;}
.topbar_r_wx div{ position:absolute; z-index:20; display:none; }
.topbar_r_wx:hover{ cursor:pointer; color:#D71317}
.topbar_r_wx:hover div{ display:block; top:32px; right:-20px; z-index:2000}
.top .fr div{ float:left; padding-left:7px; padding-right:7px;}
.fntccc{ color:#ccc;}
.fntorange{ color:#E2A22E}

.head{ width:100%; float:left; padding-top:13px;padding-bottom:28px;}
.head .tel{ padding-top:31px;}

.navs{ width:100%; height:55px;float:left; background:#E90015;}
.navs .container ul{ width:100%; height:auto; float:left; line-height:55px; font-size:20px;}
.navs>.container>ul>li{position:relative;float:left; background:url(../images/xian.png) center right; background-repeat:no-repeat;}
.navs>.container>ul>li,.navs>.container>ul>li>a{display:inline-block;text-align:center}
.navs>.container>ul>li>a{padding:0 22px; color:#fff; margin-right:9px; margin-left:9px;}
.navs>.container>ul>li.current>a,.navs>.container>ul>li>a:hover{ background:#000;text-decoration:none;-webkit-transition:background-color .3s ease 0s;-moz-transition:background-color .3s ease 0s;-o-transition:background-color .3s ease 0s;-ms-transition:background-color .3s ease 0s;transition:background-color .3s ease 0s}
.navs>.container>ul>li,.navs>.container>ul>li>a{line-height:55px;}

/*banner*/
.banner{ width:100%; height:250px;float:left; text-align:center;}
.fullSlide {width:100%;position:relative;height:250px;z-index:5;}
.fullSlide .bd {margin:0 auto;position:relative;overflow:hidden;}
.fullSlide .bd ul {width:100% !important; list-style:none; margin:0px;}
.fullSlide .bd li {width:100% !important;	height:250px;overflow:hidden;text-align:center;}
.fullSlide .bd li a {display:block;height:250px;}
.fullSlide .hd {width:100%;position:absolute;bottom:0;left:0;height:30px;line-height:30px;}
.fullSlide .hd ul {text-align:center;}
.fullSlide .hd ul li {cursor:pointer;display:inline-block;*display:inline;zoom:1;width:55px;height:10px;margin:1px;overflow:hidden;background:#000;line-height:999px;}
.fullSlide .hd ul .on {background:#E90015;}

/*search*/
.search{ width:100%; height:55px; line-height:55px; float:left; background:#efefef; text-align:center; font-size:14px;}
.s{ width:300px; height:30px; border-radius:20px; padding-left:10px;-moz-border-radius:20px; /* Old Firefox */ background:#fff; margin-left:40px;}
.input{ float:left;}
.input input{ width:270px;border:none; line-height:28px; background:none; height:28px; color:#999;}
.btn{ float:left; padding-top:8px;}
/*product*/
.pagemain{ width:100%; float:left; padding-top:40px; padding-bottom:30px;}
.main_left{ width:75%; float:right; padding-left:3%;}
.main_right{ width:22%; float:left;}
.tit{ width:100%; float:left; font-size:30px; font-weight:bold; color:#000;}
.m_class_title{ width:95%; float:left; background:#E90015; color:#fff; line-height:60px; font-size:20px; padding-left:5%; font-weight:bold;height:60px;}
.main_right ul{ width:95%; float:left; padding-left:5%; line-height:45px;  margin:0px;margin-top:1px; font-size:18px; list-style:none; background:#e8e8e8;}
.main_right ul:hover{ background:#d1d1d1; font-weight:bold;}
.main_right ul:hover a{ color:#000;}
.con{ width:100%; float:left; line-height:180%; padding-top:30px;}
.con img{ max-width:100%;}
.main_right ul.on{background:#d1d1d1;font-weight:bold;}
.pagebot{ width:100%; float:left; background:#252527; padding-top:30px; padding-bottom:50px; color:#FCFCFC;}

.imgZoom img,.imgY180 img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;}
.imgZoom { overflow:hidden; -webkit-transform:rotate(0); transform:rotate(0); }
.imgZoom:hover img{ -moz-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}
.imgY180:hover img { cursor:pointer; -moz-transform:rotateY(180deg); -ms-transform:rotateY(180deg); -o-transform:rotateY(180deg); -webkit-transform:rotateY(180deg); transform:rotateY(180deg) }

.bot2{ float:left; line-height:200%; padding-top:32px;}
.bot2 a{ float:left; padding-left:20px; padding-right:40px; color:#FCFCFC;}
.bot2 a:hover{ color:#fff;}
.bot3{ float:left;}
.bot3 .weixin{ float:left; padding-right:20px; text-align:center;}
.bot3 .weixin img{ padding-top:15px;}
.bot3 .qq{ float:left; text-align:center;}
.bot3 .qq img{ padding-top:15px;}

.bot4{ float:left;}
.bot4 h1{ font-weight:bold; font-size:16px;}
.bot4 span{ font-size:30px; color:#E90015; font-family:"Arial"}
.bot4 p{ font-size:14px; line-height:150%; padding-top:10px;}
.bot_line{ float:left; padding-left:45px; padding-right:55px; padding-top:35px;}
.foot{ width:100%; float:left; text-align:center; background:#1d1d1d; color:#ccc; line-height:60px; font-size:14px;}

.message{width:80%; float:left; padding-left:9.5%; padding-right:9.5%; border:1px solid #f1f1f1; padding-top:15px; padding-bottom:15px;}
.f-tit{ width:100%; float:left; line-height:250%;}
.f-input{width:100%; float:left;}
.f-sub{ width:100%; float:left; padding-top:20px;}
.f-input .input{ width:97%; line-height:42px; border:1px solid #eee; background:#f9f9f9; height:42px; padding-left:3%}
.f-input .inputs{ width:99%; line-height:42px; border:1px solid #eee; background:#f9f9f9;}
.f-sub input{ width:200px; height:50px; background:#999999; text-align:center; line-height:50px; color:#fff; border:none; font-family:"微软雅黑"; cursor:pointer}
.orange{ color:#ff0000;}

/*news*/
#newslist {
    border-bottom: 1px solid #e5e5e5;
}

#newslist li {
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    *margin-bottom: -3px;
    padding: 0 17px 0 43px;
    background: url(../images/ico8.png) 13px 15px no-repeat
}

#newslist li span {
    float: right;
    color: #8b8b8b;
	font-size:14px;
}

#newslist li a {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}

#newslist li:hover{ background:#fafafa
}

#newslist li.even {
    background: url(../images/ico8.png) 13px 15px no-repeat #efefef
}

.page {
    padding-top: 35px;
    text-align: center;
}

.page a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
    border: 1px solid #ccc;
    padding: 0 7px;
    line-height: 18px;
    height: 20px;
    margin-bottom: 3px
}

.page a.now, .page a:hover, .page .cpb {
    color: #fff;
    border: 1px solid #003591;
    background: #1C3093
}

.page span a{ padding:10px;border:1px solid #ddd; margin-left:1px; margin-right:1px; padding-top:8px; padding-bottom:8px;}
.page span a:hover{ border:1px solid #ff0000;color:#ff0000;}
.page span a.on{ border:1px solid #ff0000;color:#ff0000;}
/*news_show*/
.newshow {
    line-height: 180%;
    font-family: "Microsoft yahei";
}
.newshow h1 {
    text-align: center;
    line-height: 60px;
    font-size: 24px
}
.newshow img{ max-width:100%;}
.newshow td{ padding-left:5px;}
.newshow_date {
    text-align: center;
    border-top: 1px solid #e6e6e6;
    line-height: 30px;
    margin-bottom: 20px;
    color: #999
}

.newshow_date h2{font-size:12px;}
.news_l{ width:48%; float:left; padding-right:2%;}
.news_elite{ width:100%; float:left; margin-top:40px; }
.news_elite_tit{ width:100%; float:left; font-size:16px; font-weight:bold;}
.news_elite_con{ width:100%; float:left; padding-top:15px;}
.news_elite_con li{ width:100%; line-height:200%; float:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.nsback {
    border-bottom: 1px dotted #ccc;
    border-top: 1px dotted #ccc;
    line-height: 31px;
    margin-top: 20px;
    text-align: right;
    font-weight: bold;
    color: #666
}


.message{width:80%; float:left; padding-left:9.5%; padding-right:9.5%; border:1px solid #f1f1f1; padding-top:15px; padding-bottom:15px;}
.f-tit{ width:100%; float:left; line-height:250%;}
.f-input{width:100%; float:left;}
.f-sub{ width:100%; float:left; padding-top:20px;}
.f-input .input{ width:97%; line-height:42px; border:1px solid #eee; background:#f9f9f9; height:42px; padding-left:3%}
.f-input .inputs{ width:99%; line-height:42px; border:1px solid #eee; background:#f9f9f9;}
.f-sub input{ width:200px; height:50px; background:#999999; text-align:center; line-height:50px; color:#fff; border:none; font-family:"微软雅黑"; cursor:pointer}
.orange{ color:#ff0000;}

.p_con{ width:100%; float:left;}
.p_ul{ width:30.333%; float:left; padding-right:1.5%; text-align:center; padding-left:1.5%; }

.p_img{ border:1px solid #e5e5e5; float:left; width:95%; padding:2%; background:#fff;overflow: hidden; margin-bottom:10px;}
.p_img img{ width:100%;transition: all 0.5s ease;height:198px;}
.p_img:hover img{
	transform: scale(1.2);
}
.p_txt{ width:100%; float:left; text-align:center; overflow: hidden;text-overflow:ellipsis;white-space: nowrap;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical; padding-bottom:20px;}
.c_con{ width:100%; float:left;}
.c_ul{ width:30.333%; float:left; padding-right:1.5%; text-align:center; padding-left:1.5%; }

.c_img{ border:1px solid #e5e5e5; float:left; width:95%; padding:2%; background:#fff;overflow: hidden; margin-bottom:10px;}
.c_img img{ width:100%;transition: all 0.5s ease;height:300px;}
.c_img:hover img{
	transform: scale(1.2);
}
.c_txt{ width:100%; float:left; text-align:center; overflow: hidden;text-overflow:ellipsis;white-space: nowrap;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical; padding-bottom:20px;}
@media(max-width:480px){
.head,.left,.foot,.slideNav .sn_c,.slideNav .sn_a,.banner{ display:none;}
.top,.head,.navs,.search,.n_tit,.frk,.bot1,.bot2,.bot_line,.p_uls,.qrcode,.main_right{ display:none;}
body {
	font-size:14px;
}
.container{width:100%; max-width:800px;padding-left:0%; padding-right:0%;}

.mHead,.mbanner,.mFootNav{ display:block}
.mHead{
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	background:#cacaca;
	float:left;
}
.mHead .mLogo img{
	float: left;
	width: 80%;
}
.mHead .mNavBtn{
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.mHead .mNavBtn i{
	display: block;
	width: 35px;
	height: 3px;
	margin: 10px auto;

}
.mHead .close i{
	background-color: #fff;
}
.mHead .open i{
	background-color: #000;
}
.mNav{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 300;
}
.mNavBg{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
.mNavBox{
	box-sizing: border-box;
	padding: 25px 30px;
	position: absolute;
	left: -300px;
	top: 0;
	width: 250px;
	height: 100%;
	z-index: 100;
	background-color: #333230;
	box-shadow: 0 0 15px #333;
}
.mNavBox li{
	margin-bottom: 15px;
	text-align:left;
}
.mNavBox li .dt a{
	display: block;
	line-height: 30px;
	color: #ddd;
	font-size: 16px;
	font-weight: bold;

}
.mNavBox li .dd{
}
.mNavBox li .dd a{
	display: block;
	line-height: 25px;
	color: #999;
	font-size: 14px;
	width:50%;
	float:left;
}
.mbanner{ width:100%; float:left;}
.mbanner img{ width:100%;}

.bot3{ float:left; width:95%; padding-left:5%}
.bot3 .weixin{ float:left; padding-right:40px; text-align:center;}

.bot4{ float:left;width:95%; padding-left:5%; padding-top:20px;}
.bot4 span{ font-size:30px;}
.pagemain{ width:98%; float:left; padding-top:15px; padding-bottom:15px; padding-left:1%; padding-right:1%}
.main_left{ width:100%;padding-right:0%;}
.tit{ font-size:20px;}
.newshow h1 {
    text-align: center;
    line-height: 40px;
    font-size: 18px
}

#case{
	padding-top: 15px;
}
#case .list li .pic img{
	height: 150px;
}
#case .list li .pics img{
	height: 180px;
}

#case .list li .text{
	padding: 10px 10px 15px 10px;
}
#case .list li .text2{
	font-size: 16px;
}
#case .list li .text4 p{
	font-size: 14px;
}

.p_con{ padding-top:15px; font-size:14px;}
.p_ul{ width:47%; padding-right:1.5%; padding-left:1.5%;}
.p_img img{ height:138px;}
.p_txt{ padding-bottom:10px;}
.c_img img{ width:100%;transition: all 0.5s ease;height:150px;}
.search{ width:100%; height:40px; line-height:40px;}
.m_class{ width:98%; float:left; padding-left:1%; padding-right:1%;}
.m_class ul{ width:22%; margin-left:1%; margin-right:1%; margin-top:10px; text-align:center; line-height:25px; float:left; border:1px solid #ccc}
.m_class ul.on{border:1px solid #fff; background:#000; color:#fff;}
.m_class ul.on a{ color:#fff;}
.pagebot{ padding-bottom:70px;}

.mFootNav{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #000;
	box-shadow: 0 0 10px #999;
}
.mFootNav div{
	float: left;
	width: 16.666%;
	padding-top: 5px;
}
.mFootNav div a{ color:#fff;}
.mFootNav img{
	display: block;
	margin: 0 auto;
	width: 25px;
	height: 25px;
}
.mFootNav .img2{
	display: none;
}
.mFootNav .on .img1{
	display: none;
}
.mFootNav .on .img2{
	display: block;
}
.mFootNav .on p{
	color: #fff;
}
.mFootNav p{
	text-align: center;
	font-size: 14px;
	line-height: 25px;
}
.mFootNav .on{
	background-color: #E90015;
}
.mFootNav .footTel p{
	color: #fff;
}
}