* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a{
	color: #333;
}
a:hover{
	text-decoration: none;
}
li{
	list-style-type: none;
}
.head_top{
	line-height: 38px;
	background-color: #fff;
	border-bottom: 1px solid #dcdcdc;
}
.head_top_right{
	float: right;
}
.head_bottom{
	background-color: #f6f6f6;
}
.logo{
	margin-top: 31px;
}
.logo a{
	display: block;
	height: 58px;
	background: url(../images/logo.png) no-repeat center;
	background-size:contain;
	font-size: 0;
}
.slogan{
	margin-top: 32px;
	padding-left: 20px;
	line-height: 18px;
	font-size: 16px;
	font-weight: 500;
	border-left: 2px solid #ddd;
}
.slogan span{	
	color: #db251f;	
}
.tel{
	background: url(../images/telphone.jpg) no-repeat center;
	background-size:contain;
}
.tel p {
    font-size: 16px;
    font-family: impact;
    font-weight: 500;
    color: #DD2727;
}
.navbar-default{
	min-height: 45px;
	background: #14785c;
	margin-bottom: 0;
	border: 0;
	border-radius: 0;
}
.navbar-default .navbar-nav>li>a{
	color: #fff;
}
.navbar-default .navbar-nav>li>a:hover{
	background: #E7E7E7;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
@media screen and (min-width: 1200px){
   .navbar-collapse{
	padding: 0;
   }
   .navbar-default .navbar-nav>li>a{
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	padding: 0 20px;
   }
   .tab{
	line-height: 36px;
	border-top: 1px solid #cdcdcd;
}
}
@media screen and (min-width:992px)and (max-width:1199px){
	.navbar-default .navbar-nav>li>a{
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	padding: 0 10px;
	}
	.tab{
	line-height: 36px;
	border-top: 1px solid #cdcdcd;
}
}	
@media screen and (min-width:768px)and (max-width:991px){
	.navbar-default .navbar-nav>li{
		width: 16.66%;
		text-align: center;
		}
	.navbar-default .navbar-nav>li>a{
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	padding: 0 10px;
	}
	.navbar-default .navbar-nav>.active>a{
    height: 90px;
    line-height: 90px;
        }
    .tab{
	line-height: 36px;
	border-top: 1px solid #cdcdcd;
}
}
.zngg{
	height: 38px;
	margin: 2px auto;
	padding-left: 30px;
	line-height: 38px;
	border-bottom: 2px dotted #CCC;
}
.Notice{	
    float: left;
    height: 36px;
    font-weight: 600;
    line-height: 36px;
    padding-left: 25px;
    background: url(../images/notice.gif) no-repeat left ;
    background-size: 14px; 
    
}
.zngg marquee{
    float: left;
    width: 90%;
    font-size: 14px;
    line-height: 38px;
}
.main{
	margin-top: 10px;
}
.menu{
	margin-top: 10px;	
}
.move_show h3, .move_item h3, .boutique_move h3, .move_contact h3{
	width: 100%;
	height: 38px;
	line-height: 38px;
	margin: 0 0 3px 0;
	padding-left: 20px;	
	font-size: 18px;
	color: #fff;
	border-radius: 3px 3px 0 0;
	background: #14785c;	
}
.menu small {
	margin-left: 10px;
	font-size: 14px;
	color: #FFC108;
	text-transform: uppercase;
	font-style: italic;
	text-shadow: 2px 2px #000;
}
@media screen and (min-width: 768px){
.carousel-indicators{
	bottom:0;
}
}
.move_item{
	margin: 15px 0;
}
.move_item .list-group-item{
	padding: 6px 15px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
} 
.boutique_show marquee{
	height: 342px;
	padding: 10px;
	line-height: 28px;
	text-align: center;
	border: 1px solid #CCC;
	border-radius: 5px;
}
.boutique_show marquee p{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.move_contact{
	margin-top: 10px;
}
.contact{
	padding: 10px;
	border: 1px solid #CCC;
	border-radius: 5px;
}
.contact dt{
	font-size: 16px;
	line-height: 32px;
	font-weight: 500;
	color: #14785C;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.contact dd{
	line-height: 28px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.contact dd span{
	font-size: 15px;
	font-weight: 600;
}
.main small {
	margin-left: 10px;
	font-size: 14px;
	color: #cdcdc;
	text-transform: uppercase;
	font-style: italic;
}
.about{
	border: 1px solid #CCC;
	border-radius: 4px;
}
.service_mod h3,.about h3, .move_line h3, .business h3{
	width: 100%;
	height: 38px;
	line-height: 38px;
	margin: 0 0 3px 0;
	padding-left: 20px;	
	font-size: 18px;
	color: #14785c;
	border-bottom: 2px solid #14785c;
	background: #fff;
}
.about_content{
	padding: 15px;
}
.about_content p{
	line-height: 22px;
	text-indent: 2em;
	text-align: justify;
	
}
.about_content img{
	float: right;
	margin: 5px;
	border-radius: 8px;
}
@media (min-width: 992px){
	.about_content img{
	float: right;
	width: 230px;
	margin: 2px 8px;
	}
}
.move_line{
	margin: 10px 0;
	border: 1px solid #CCC;
	border-radius: 3px;
}
.move_content{
	padding: 0 15px;
	
	}
.move_content h4{
	font-size: 15px;
	font-weight: 600;
	color:crimson;
}
.move_content ul{
	float: left;
}
.move_content ul li{
	height: 25px;
	line-height: 25px;
}
@media (min-width: 992px){
	.line_right{
	padding: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
      }
}
.bjfwtp{
	border-radius: 5px;
}
.business{
	margin-top: 10px;
	border: 1px solid #CCC;
	border-radius: 3px;
}
.business_content{
	padding: 8px 15px;
	line-height: 30px;
}

.links{
	margin-top: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.links span{
	display: inline-block;
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	font-size: 16px;
	color: #fff;
	background: #38a586;
}
.links a{
	padding: 0 10px;
	color: #333;
}

.subnav{
	height: 35px;
	line-height: 35px;
	margin-top: 10px;
	color: #fff;
	text-align: center;
	background: #14785c;	
}
.subnav a{
	padding: 0 5px;
	color: #fff;
}
.footer{
	padding-top: 10px;
	background: #f6f6f6;
}
.copyright{
	text-align: center;
	line-height: 22px;
}
.Project_up{
	height: 90px;
	padding: 20px;
	text-align: center;
	color: #fff;
	background: #14785c;
	border-radius: 5px;
}
.Project_up h3{
	margin: 0px;
	font-size: 26px;	
}
.Project_up p{
	color: #FFC108;
	text-transform: uppercase;
	font-style: italic;
	text-shadow: 2px 2px #000;
}
.mod_panel{
	border: 1px solid #CCC;
	border-radius: 4px;
}
.mod_panel h3{
	width: 100%;
	height: 38px;
	line-height: 38px;
	margin: 0 0 3px 0;
	padding-left: 20px;	
	font-size: 18px;
	color: #14785c;
	border-bottom: 2px solid #14785c;
	background: #fff;
}
.mod_panel_body{
	padding: 15px 15px 10px;
}
.mod_panel_body p{
	line-height: 20px;
	text-indent: 2em;
	text-align: justify;	
}
.mod_panel_body img{
	border-radius: 5px;
}
.zx p{
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.bjbz h5{
	text-align: center;
	margin: 5px auto;
}
.table{
	text-align: center;	
}
.table>thead>tr>th{
	text-align: center;
	background: #38a586;
	color: #fff;
}
.table>tbody>tr>td{
	vertical-align: middle;
}
.xgbj{
	padding: 8px;
	margin-bottom: 10px;
	border-radius: 4px;
	background: #dcdcdc;
}
.xgbj p{
	text-indent: 0em;
}
.xgbj_bj table tbody{
	text-align: left;
}
.lxwm{
	font-size: 15px;
}
.lxwm_1{
	font-weight: 700;
	color: #3C763D;
}
.lxwm_2{
	font-weight: 700;
	color: #e60000;
}
.lxwm_3{
	font-weight: 700;
	color: cornflowerblue;
}
/*悬浮客服*/
.suspension{position:fixed;z-index:55;right:0;bottom:85px;width:70px;height:240px;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:44px;height:44px;background-color:#14785c;margin-bottom:4px;cursor:pointer;outline:none;}
.suspension .a.active,
.suspension .a:hover{background:#38a586;}
.suspension .a .i{float:left;width:44px;height:44px;background-image:url(../images/side_icon.png);background-repeat:no-repeat;}
.suspension .a-service .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:0 0;}
.suspension .a-service-phone .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:-27px 0;}
.suspension .a-qrcode .i{background-position:-44px 0;}
.suspension .a-cart .i{background-position:-88px 0;}
.suspension .a-top .i{background-position:-132px 0;}
.suspension .a-top{background:#38a586;display:none;}
.suspension .a-top:hover{background:#222222;}
.suspension .d{display:none;width:223px;background:#fff;position:absolute;right:67px;min-height:90px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(../images/side_bg_arrow.png) no-repeat;right:-8px;top:31px;}
.suspension .d-service{top:0;}
.suspension .d-service-phone{top:34px;}
.suspension .d-qrcode{top:78px;}
.suspension .d .inner-box{padding:8px 22px 12px;}
.suspension .d-service-item{border-bottom:1px solid #eee;padding:14px 0;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(../images/side_con_icon03.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(../images/side_con_icon02.png) no-repeat center center;display:block;}
.suspension .d-service-item h3{float:left;width:112px;line-height:44px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.suspension .d-service-intro{padding-top:10px;}
.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
.suspension .d-service-intro i{background:url(../images/side_con_icon01.png) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
.suspension .d-qrcode{text-align:center;}
.suspension .d-qrcode .inner-box{padding:20px 0;}
.suspension .d-qrcode p{font-size:16px;color:#93959c;}