html,body,ul,li,div,p,textarea,h1,h2,h3 {margin: 0;padding: 0;}
html,body {font-family: PingFang SC Medium,microsoft yahei,arial,verdana,helvetica,sans-serif;background-color: #f5f5f5;min-width: 320px; margin: 0 auto;}
ul,li {list-style: none; margin:0px; padding: 0px;}
a {text-decoration: none;}
a { -webkit-tap-highlight-color: rgba(0,0,0,.3); color: #666 !important;}
input::-webkit-input-placeholder { /* WebKit browsers */ color: #ccc; } 
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #ccc; } 
input::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #ccc; } 
input:-ms-input-placeholder { /* Internet Explorer 10+ */ color: #ccc; } 

.navbar{
	margin-bottom: 0px !important;
	border:0 none !important;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	border:0 none !important;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding:0px 10px !important;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color:#fff;
    background-image: none;
    border: 1px solid #ff6060 !important;
    border-radius: 44px !important;
    height: 42px !important;
}
.Home .navbar-toggle .icon-bar{
	border: 1px solid #ff6060 !important;
}
.navbar-collapse{
	position: absolute !important;
    z-index: 9999 !important;
    width: 100% !important;
    background: rgb(0, 0, 0,0.8) !important;
}
.navbar-default .navbar-nav>li>a{
	color: #fff !important;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a{
	color: #ccc !important;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
	background-color:rgba(0,0,0,0.5) !important;
	color: #fff !important;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	background-color:rgba(0,0,0,0.5) !important;
	color: #fff !important;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
	background-color:transparent !important;
}
.cont{
	max-width: 640px;
	margin:0 auto;
	margin-bottom:70px; 
    background: #f8f4f4;
}
.header{
	height: 40px;
	padding: 10px 2.67%;
	overflow: hidden;
	background: #fff;
}
.logo{
	width: 120px;
	height: 40px;
	float: left;
	margin-top: 5px;
}
 .logo img{
	max-height: 40px;
	max-width: 120px;
}
.adtitle{
	font-size:14px;
	float:left;
	color: #9babcc;
	line-height: 40px;
	margin-left: 10px; 
}
.adtitle h2{
	font-size:14px;
	font-weight: normal;
}
.header .nav{
	float: right;
	margin-top:10px;
}
.header .nav a{
	width: 25px;
	height:25px;
	background-image: url(../image/nav.png);
	background-size:100% 100%;
	display: inline-block;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-brand {
    float: left !important;
    font-size: 18px !important;
    line-height: 20px !important;
    width: 50% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}
.nav>li{ border-bottom: 1px solid #333; }
ul.dropdown-menu{
	overflow: hidden;
}
ul.dropdown-menu li {
    width: 33%;
    overflow: hidden;
    float: left;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.caret{
	float: right;
	position: relative;
	top: 8px;
}
.Other {
    background: #ff6600;
}
.Other button{
	border:1px solid #fff !important;
}
.Other button span{
	background-color: #fff !important;
}

.navbar-back {
    width: 44px;
    float: left;
    margin-left: 5px;
    text-align: center;
    height: 50px;
    line-height: 50px;
}
.backindex {
    flex: 1;
    padding-left: 5%;
}
.backindex i.icon_back {
    display: inline-block;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.navbar-txt {
    line-height: 50px;
    text-align: center;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    width: 70%;
    margin-left: 50px;
    color: #fff;
    font-weight: bold;
}


/*banner*/
.bannerbox{
	width: 100%;
	height: 150px;
}
ul.banner{
	overflow: hidden;
	width: 100%;
	height: 150px;
}
ul.banner li{
	width: 100%;
}
ul.banner li img{
	border-radius: 10px;
	height: 150px !important;
	width: 100%;
}
.spot{
	height:20px;
	line-height:20px;
	text-align: center;
	margin:0 auto;
}
.spot span{
	width: 8px;
	height: 8px;
	background: #cbe8fb;
	border-radius: 8px;
	margin:0 5px;
	display: inline-block;
}
.spot span.current{
	background: #0080d5;
}

.commonbox{
	overflow: hidden;
	margin:0 auto;
}
.layerbox{
	padding:0px 2.67% 15px 2.67%; 
	margin-bottom:10px;
}
.white{
	background: #fff;
}
.grey{
	background: #f5f5f5;
}
/*title*/
.titlebox{
	overflow: hidden;
	line-height: 32px;
	padding:10px 0px 10px 0px;
	text-align: center;
	position: relative;
}
.titlebox .title_z{
	font-size: 26px;
	background-image: -webkit-linear-gradient(bottom,#f5f5f5,#e6e6e6);
	-webkit-background-clip: text;
	-webkit-text-fill-color:transparent;
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	letter-spacing: 1px;
}
.titlebox .title_t{
	position: absolute;
	bottom: 5px;
	width: 100%;
}
.titlebox .title_t i{
	width:45px ;
	height: 10px;
	background-size: 100% 100%;
	display: inline-block;
}
.titlebox .title_t i.t_left{
	background-image: url(../image/sign_l.png);
}
.titlebox .title_t i.t_right{
	background-image: url(../image/sign_r.png);
}
.titlebox .title_t h2{
	font-size: 16px;
	display: inline-block;
	padding: 0 5px;
	font-weight: bold;
}
.morebutnbox{
	text-align: center;
}
.morebutnbox a{
	border:1px solid #ff6600;
	height:32px;
	line-height: 32px;
	padding:0 20px;
	color: #ff6600 !important;
	font-size: 12px;
	display: inline-block;
	background: #fff;
}
/*详情页title*/
.xq_title{
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	text-align: center;
	position: relative;
}
.xq_title h1{
	font-size: 16px;
	color: #333;
	position: relative;
	z-index:1;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
.xq_title span{
	width: 100px;
	height: 12px;
	background: #ffc299;
	position:absolute;
	bottom: 5px;
	left: 50%;
	margin-left:-50px;
	display: inline-block;	
}
/*联系我们title*/
.contact_title{
	height: 40px;
	line-height:40px;
	border-bottom: 1px solid #e6e6e6;
	text-align: center;
}
.contact_title span{
	border-bottom: 1px solid #ff6600;
	display:inline-block
}

/*产品展示*/
ul.productbox{
	overflow: hidden;
	margin:0 auto;
	text-align: center;
}
ul.productbox li{
	margin: 5px 5px 5px 5px;
    overflow: hidden;
    width:22%;
    float: left;
    background: #fff;
    text-align: center;
    border-radius: 5px;
}
ul.productbox li a .pro_picture{
	width: 100%;
	text-align: center;
	display: flex;
	min-height: 70px;
}
ul.productbox li a .pro_picture img{
	max-height:150px; 
	border-radius: 3px;
	align-self: center;
    flex: 1;
    width: 100%;
}
ul.productbox li a .pro_text{
	height: 30px;
	line-height: 30px;
	font-size:14px;
	padding: 0 10px;
	color: #333;
}
/*公司介绍*/
.profilebox{
	border-radius: 5px;
	overflow: hidden;
	padding: 10px;
}
.profile_img{
	width: 40%;
	float: left;
	margin-right: 10px;
}
.profile_img img{
	width: 100%;
	margin:0 auto;
}
.profiletext{
	font-size:14px;
	color: #000;
}
.profiletext p{
	line-height: 24px;
	margin:0px;
}
.p1_more{
	border-top: 1px solid #e6e6e6;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size:14px;
	color: #666;
	width: 100%;
	display: inline-block;
	margin-top: 10px;
}
.p1_more i{
	display: inline-block;
    margin-bottom: 2px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*我们的优势*/
ul.advantage{
	border-radius: 5px;
	background: #fff;
	margin:0 auto;
	overflow: hidden;
}
ul.advantage li{
	background: #fef6f0;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 10px;
	padding: 10px;
}
ul.advantage li:last-of-type{
	margin-bottom: 0px;
}
.advat_left{
	overflow: hidden;
}
.advat_text{
	color: #333;
	font-size:14px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 24px;
}
.advat_neirong{
	color: #999;
	font-size:12px;
	overflow: hidden;
	line-height:20px;
	height: 40px;
}
.advat_picture{
	width: 100px;
	float: left;
	margin-right:10px;
}
.advat_picture img{
	width: 100%;
	border-radius: 5px;
}

/*客户案例*/
ul.casebox{
	overflow: hidden;
    margin: 0 auto;
    text-align: center;
}
ul.casebox li{
	margin: 5px 5px 5px 5px;
    overflow: hidden;
    width: 46%;
    display: inline-block;
    background: #fff;
    text-align: center;
    border-radius: 5px;
}
ul.casebox li a .pro_picture{
	width: 100%;
    text-align: center;
}
ul.casebox li a .pro_picture img {
    width: 100%;
    max-height: 100px;
}
ul.casebox li a .pro_text {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
}

/*第三种标题*/
.f_title{
	height: 40px;
	line-height: 40px;
}
.f_title i{
	width: 3px;
	height: 20px;
	background: #ff6600;
	margin-right: 5px;
	display: inline-block;
	position: relative;
	top: 5px;
}
.f_title span{
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.f_title a{
	float: right;
	color: #888;
	font-size: 12px;
}
/*友情连接*/
ul.friendlink{
	margin: 0 auto;
	overflow: hidden;
}
ul.friendlink li{
	width: 30%;
	background: #fff;
	margin:3px 1%;
	padding:0 0.51515%;
	float: left;
	border-radius: 5px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	overflow: hidden;
}
ul.friendlink li a{
	width: 100%;
	color: #333;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-overflow:ellipsis;
	overflow: hidden;
	white-space: nowrap;

}

/*fixed*/
.fixed{
	position: fixed;
    left: 0;
    bottom: 0;
    display: flex;
    max-width: 640px;
    width: 100%;
    background: #fff;
    padding: 10px 0px;
    border-top: 1px solid #e6e6e6;
}
.home, .dianhua, .zixun, .liuyan{
    flex: 1;
    text-align: center;
}
.homeicon,.dianhuaicon,.zixunicon,.liuyanicon {
    width: 20px;
    height: 20px;
    display: inline-block;
}
.homeicon{ 
	background-image: url(../image/home02.png);
	background-size:100% 100%; 
}
.current .homeicon{
	background-image: url(../image/home01.png);
	background-size:100% 100%; 
}
.dianhuaicon{
	background-image: url(../image/dianhua02.png);
	background-size:100% 100%; 
}
.current .dianhuaicon{
	background-image: url(../image/dianhua01.png);
	background-size:100% 100%; 
}
.zixunicon{
	background-image: url(../image/zixun02.png);
	background-size:100% 100%; 
}
.current .zixunicon{
	background-image: url(../image/zixun01.png);
	background-size:100% 100%; 
}
.liuyanicon{
	background-image: url(../image/liuyan02.png);
	background-size:100% 100%; 
}
.current .liuyanicon{
	background-image: url(../image/liuyan01.png);
	background-size:100% 100%; 
}

.hometxt, .dianhuatxt, .zixuntxt, .liuyantxt {
    height:20px;
    line-height: 20px;
    font-size: 14px;
    color: #999;
    text-align: center;
}
.current .hometxt,.current .dianhuatxt,.current .zixuntxt,.current .liuyantxt{
	color: #ff6600;
}

/*foot*/
.foot{
	text-align: center;
	font-size:12px;
	color: #ccc;
	margin-bottom: 66px;
	padding: 10px 0px;
}
.foot p{
	line-height: 20px;
}
.foot p a{
	margin:0 5px;
	color: #ccc;
}
/*返回顶部*/
.backtop{
	width:40px;
	height:40px;
	background-image:url(../image/ico_return.png);
	background-size:100% 100%;
	display: inline-block;
	position:fixed;
	right:2.67%;
	bottom: 100px;
}

/*下拉导航*/
.offside-mask{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.3);
    z-index: 98;
    overflow-y: auto;
    display: none;
}
.offside{
	background: #fff;
	width: 100%;
	position: fixed;
	top: 0;
    height: 100%;
    z-index: 9999;
}
.offside_cont{
	padding: 10px 2.67%;
	overflow: hidden;
}
.close{
	font-size:30px;
	float: right;
	color: #0080d5;
	font-weight: bold;
	line-height:30px;
}
.collapse-menu-title{
	border-top: 1px solid #f3f3f3;
	display: flex;
	height: 50px;
	line-height: 50px;
	text-indent: 10px;
}
.collapse-menu-title.active{
	background: #efefef;
}
.collapse-menu-title a{
	flex: 1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size:18px;
	color: #333;
	font-weight: bold;
}
i.icon-right{
	display: inline-block;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    top: 15px;
	right: 15px;
}
.collapse-menu-title.active i.icon-right{
	display: inline-block;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    position: relative;
    top: 15px;
	right: 15px;
}
.collapse-menu-body{
	display: none;
}
ul.navlist{
	overflow: hidden;	
	padding-left: 20px;	
}
ul.navlist li{
	border-bottom: 1px solid #f3f3f3;
	height: 40px;
	line-height: 40px;
}
ul.navlist li:last-of-type{
	border-bottom: 0 none;
}
ul.navlist li a{
	color: #333;
}
ul.navlist li.current a{
	color: #4480e1;
}
ul.navlist li a:hover{
}
i.icon-square{
	width: 12px;
	height: 12px;
	background-image: url(../image/square.png);
	background-size:100% 100%;
	display: inline-block;
}
ul.navlist li.current i.icon-square{
	width: 12px;
	height: 12px;
	background-image: url(../image/square1.png);
	background-size:100% 100%;
	display: inline-block;
}

/*其他公共head*/
.m_head{
	height:44px;
	background:#ff6600;
	line-height: 44px;
	color: #fff;
	display: flex;
}
.backindex{
	flex: 1;
	padding-left:5%;
}
.backindex i.icon_back{
	display: inline-block;
    border-top: 2px solid #fff;
    border-right:2px solid #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    width: 12px;
    height:12px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.h_title{
	flex: 6;
	text-align: center;
	font-size:16px;
	font-weight: bold;
	height: 44px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.h_title h1{
	font-size:16px;
	font-weight: bold;
}
.m_head .nav{
	flex: 1;
	float: right;
	margin-top: 5px;
	padding-right: 5%;
	text-align: right;
}
.m_head .nav a{
	width: 25px;
	height:25px;
	background-image: url(../image/nav2.png);
	background-size:100% 100%;
	display: inline-block;
}
/*其他通用标题*/
.o_title{
	overflow: hidden;
	text-align: center;
	padding-top: 10px;
}
.o_title i{
	width: 16px;
	height: 9px;
	display:inline-block;
	background-size:100% 100%;
}
i.sig_l{ background-image: url(../image/one_sign_l.png);}
i.sig_r{ background-image: url(../image/one_sign_r.png);}
.o_title h2{
	display: inline-block;
	font-size: 16px;
	color:#333;
	padding:0 5px;
	font-weight: bold;
}
/*搜索*/
.searchbox{
	padding:0 2.67%;
	margin:0 auto;
}
.search{
	display: flex;
	padding:10px 0px;
}
.search .search-input{
	flex: 6;
	background: #fff;
	height: 40px;
	line-height: 40px;
	position: relative;
	border-radius: 40px;
	position: relative;
}
.search .search-input input{
	width: 100%;
	text-align:center;
	height: 40px;
	line-height: 40px;
	border:0 none;
	border-radius: 40px;
}
.search .search-butn{
	flex: 1.5;
	color: #0080d5;
	line-height: 40px;
	text-align: center;
	font-size:16px;
	font-weight:bold;
}
.search-input i{
	width:13px;
	height: 13px;
	background-image: url(../image/search.png);
	background-size:100% 100%; 
	display: inline-block;
	position: absolute;
	left: 30%;
	top:15px;
}

/*产品tab*/
.pro_tab{
	padding: 10px 0px 0px 0px;
}
.tabtext{
	width: 100%;
	overflow: hidden;
}

.tabtext a{
	margin:5px;
	font-size:14px;
	width: 30%;
	float: left;
	overflow: hidden;
}
.tabtext a{
	background: #ebebeb;
	height:30px;
	line-height: 30px;
	color: #333;
	border-radius: 30px;
	padding:0 10px;
}
.tabtext a.current{
	background-color: #ff6060;
	color: #fff !important;
}
.checkall{
	border-top: 1px solid #e6e6e6;
	line-height: 20px;
	font-size:14px;
	text-align: center;
	color: #ff6600;
	padding-top: 10px;
}
.checkall i{
	display: inline-block;
    border-top: 1px solid #ff6600;
    border-right: 1px solid #ff6600;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    width: 6px;
    height:6px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
	margin-left: 5px;
	position: relative;
	top: -2px;
}

/*page*/
.pagebox{
	padding:10px 0px;
	font-size: 14px;
}	

ul.pages{
	display: flex;
	text-align: center;
}
ul.pages li{
	flex: 1;
	margin:0 3px;
}
ul.pages li:first-of-type{
	flex: 2;
	margin:0 3px;
}
ul.pages li:last-of-type{
	flex: 2;
	margin:0 3px;
}
ul.pages li a{
	width: 100%;
}
.pagebox a{
	background: #f9f9f9;
	color: #999;
	margin: 0 5px;
	flex: 1;
	text-align: center;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
}
.pagebox a.homepage,.pagebox a.lastpage{
	background: #0080d5;
	color: #fff;
}
.pagebox span{
	flex: 1.5;
	text-align: center;
	margin: 0 5px;
	color: #999;
	border:1px solid #e6e6e6;
	background: #fff;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
}

/*.pagebox a{
	background: #fff;
	color: #999;
	margin: 0 5px;
	flex: 1;
	text-align: center;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
}
.pagebox a.uppage,.pagebox a.nextpage{
	background: #eee;
	color: #333;
}
.pagebox span{
	flex: 1.5;
	text-align: center;
	margin: 0 5px;
	color: #999;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
}*/
/*热门推荐*/
ul.hot_recom{
	overflow: hidden;
	background: #fff;
	border-radius: 5px;
}
ul.hot_recom li{
	padding:5px;
	margin:5px;
	border-bottom: 1px solid #e6e6e6;
	overflow: hidden;
}

ul.hot_recom li .listpicture{
	width: 100px;
	height: 100px;
	float: left;
	margin-right: 10px;
	display: flex;
}
ul.hot_recom li .listpicture img{
	width: 100%;
	max-height: 100px;
	border-radius: 5px;
	align-self:center;
}
ul.hot_recom li a{
	display: inline-block;
	width: 100%;
}
.listtext{
	overflow: hidden;
	width: 67%;
	float: left;
}
.listtext .listtitle{
	height: 44px;
	overflow: hidden;
	font-size: 14px;
}
.listlabel{
	height: 60px;
	line-height:30px;
	color: #000;
	overflow: hidden;
	margin-top: 10px;
}
.listlabel{
	height: 30px;
}
.listlabel span{
	padding: 0 5px;
	display: inline-block;
	margin-right: 5px;
	font-size: 12px;
}
.listlabel span:nth-child(n+1){
	background: #ffe0d6;
	color: #ff6632;
}
.listlabel span:nth-child(n+2){
	background: #d3f4e5;
	color: #24c67f;
}
.listlabel span:nth-child(n+3){
	background: #d2f2ff;
	color: #1ebfff;
}
/*面包屑*/
.breadbox{
	background: #fff;
	border-radius: 5px;
	height: 40px;
	line-height: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size:14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.breadbox a,.breadbox span{
	margin:0 8px;
	color: #333;
}
.breadbox span h1, .breadbox a h1{
	display: inline;
    font-weight: normal;
    color: #333;
    font-size: 14px;
}


/*热门新闻*/
.hotnews{
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	padding: 5px 10px;
}
ul.hotnew_cont{
	overflow: hidden;
}
ul.hotnew_cont li{
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
ul.hotnew_cont li a i{
	width: 11px;
	height: 14px;
	background-image: url(../image/hot.png);
	background-size:100% 100%;
	display: inline-block;
	margin-right: 10px;
}
ul.hotnew_cont li a{
	color: #333;
	font-size: 14px;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*留言弹窗*/
.draw{
	display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.6);
}
.tanchu{
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 99999;
    background: #fff;
}
.tc_title{
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	color: #0080d5;
	font-weight:bold;
}
ul.contact_ly{
	overflow: hidden;
	padding:0px 15px;
}
ul.contact_ly li{
	margin-bottom:10px;
	overflow: hidden;
	display: flex;
	background: #f6f7f9;
	border-radius: 5px;
}
ul.contact_ly li .textbox{
	overflow: hidden;
	flex:5;
}
ul.contact_ly li .textbox input{
	width: 100%;
	border:0 none;
	height: 40px;
	background:none;
	text-indent: 10px;
	color:#ccc;
	padding: 0px;
}
.contact_ly li .textbox textarea{
	padding:10px 0px;
	border:0 none;
	width: 100%;
	color:#ccc;
	line-height: 24px;
	background: none;
	text-indent: 10px;
}
.yzmabox{
	flex:2.5;
	float: right;
	margin-top:6px;
	margin-right: 10px;
}
.yzmabox img{
	width: 100%;
	height: 30px;
}
.contact_ly li:last-of-type{
	background: none;
}
.butnbox{
	flex:1;
	overflow: hidden;
}
.butnbox:first-of-type{margin-right: 10px;}
.contact_ly li:last-of-type .butnbox input{
	background: #0080d5;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	height: 44px;
	line-height: 44px;
	font-size:16px;
	width: 100%;
	border:0 none;
}
.contact_ly li:last-of-type .butnbox a{
	background: #f5f5f5;
	border-radius: 5px;
	text-align: center;
	height: 44px;
	line-height: 44px;
	font-size:16px;
	width: 100%;
	display: inline-block;
	color: #999;
}

ul.hy88{
	list-style: none;
}
ul.hy88{ color: #666; font-size: 14px; margin-bottom: 0px; }
ul.hy88_area li{ display: inline-block; height: 40px; line-height: 40px; }
ul.hy88_brand li,ul.hy88_productname li,ul.hy88_phone li,ul.hy88_mobile li{display: inline-block; height: 30px; line-height: 30px; color: #666;overflow: hidden; }
ul.hy88.hy88_brand li:nth-of-type(1),ul.hy88_productname li:nth-of-type(1),ul.hy88_phone li:nth-of-type(1),ul.hy88_mobile li:nth-of-type(1){width: 25%; color: #999; float: left;}

ul.hy88_attribute{ width: 100%; overflow: hidden; margin-bottom: 10px;}
ul.hy88_attribute li{ height: 30px; line-height: 30px; overflow: hidden;}
ul.hy88_attribute li.t{width: 25%;float: left;color: #999;}
ul.hy88_attribute li.c{width: 75%;float:left;color: #666;}
.modal{z-index: 10000 !important;}

/*弹层*/
.modal-title{ text-align: center !important; }
.btn-primary{ width: 100% !important; background-color: #ff6600 !important;  border-color: #ff6600 !important;}