﻿/**全局css**/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "微软雅黑";
	background: white;
	color: #333;
}
a {
	text-decoration: none;
	color: #333;
}
p {
	color: #333;
}
li {
	list-style: none;
}
img {
	border: none;
	display:block;
}
.clear {
	clear: both;
}
.height15
{
	height:15px;
	overflow:hidden;
}
/**全局css**/
/**banner**/
.banner {
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	margin-bottom:-1px;
}
.banner .hd {
	width: 100%;
	height: 11px;
	position: absolute;
	z-index: 1;
	bottom: 5px;
	text-align: center;
}
.banner .hd ul {
	display: inline-block;
	height: 5px;
	padding: 3px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 0;
	vertical-align: top;
}
.banner .hd ul li {
	display: inline-block;
	width: 5px;
	height: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #ddd;
	margin: 0 5px;
	vertical-align: top;
	overflow: hidden;
}
.banner .hd ul .on {
	background: #f46314;
}
.banner .bd {
	position: relative;
	z-index: 0;
}
.banner .bd li a {
	display:block;
	height:auto;
	overflow:hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 取消链接高亮 */
}
.banner .bd li img {
	width: 100%;
	height: auto;
	display:block;
	margin:auto;
}
/**banner end**/
/**head.php**/
.head
{
	width:100%;
	height:auto;
	position:relative;
	background:white;
	display:none;
}
.head .logo
{
	width:80%;
	height:auto;
	float:left;
	overflow:hidden;
}
.head .logo img
{
	width:100%;
	height:auto;
}
.head .navbtn
{
	float:left;
	overflow:hidden;
	width:20%;
	position: relative;
}
.head .navbtn img
{
	width:100%;
	height:auto;
}
.head .navbtn .guanbi
{
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	display:none;
}
/**导航**/
.nav
{
	width:100%;
	height:auto;
	overflow:auto;
	position: absolute;
	left:0px;
	z-index:1000;
	background:rgba(255,255,255,0.95);
	display: none;
}
.nav .xiang
{
	width:100%;
	height:auto;
	border-bottom:1px solid #ddd;
	box-sizing:border-box;
	opacity:0;
}
.nav .xiang a.yijia
{
	width:100%;
	height:auto;
	display:block;
	padding:10px;
	box-sizing: border-box;

}
.nav .xiang a.yijia .line
{
	width:10px;
	height:30px;
	float:left;
	overflow:hidden;
	display:none;
}
.nav .xiang a.yijia .wenzi
{
	width:calc(100% - 30px);
	font-size:18px;
	color:black;
	line-height:30px;
	float:left;
	height:30px;
	box-sizing: border-box;
	padding-left:10px;
	padding-right:10px;
} 
.nav .xiang a.yijia .arr
{
	width:30px;
	float:right;
	height:30px;
	text-align:center;
	font-size:18px;
	line-height:30px;
}
.nav .yijiahov0
{
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: returnToNormal;
}
.nav .yijiahov1
{
    animation-duration: 0.7s;
    animation-fill-mode: both;
    animation-name: returnToNormal;
}
.nav .yijiahov2
{
    animation-duration: 0.9s;
    animation-fill-mode: both;
    animation-name: returnToNormal;
}
.nav .yijiahov3
{
    animation-duration: 1.1s;
    animation-fill-mode: both;
    animation-name: returnToNormal;
}
.nav .yijiahov4
{
    animation-duration: 1.3s;
    animation-fill-mode: both;
    animation-name: returnToNormal;
}
.nav .yijiahov5
{
    animation-duration: 1.5s;
    animation-fill-mode: both;
    animation-name: returnToNormal;
}
.nav .yijiahov6
{
    animation-duration: 1.7s;
    animation-fill-mode: both;
    animation-name: returnToNormal;
}
.nav .yijiahov7
{
    animation-duration: 1.9s;
    animation-fill-mode: both;
    animation-name: returnToNormal;
}
@keyframes returnToNormal {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.nav .xiang .erji
{
	width:100%;
	height:auto;
	box-sizing: border-box;
	padding-left:30px;
	overflow:hidden;
	padding-top:10px;
	padding-bottom:10px;
	display:none;
}
.nav .xiang .erji .erjixiang
{
	 width:100%;
	 height:auto;
	 overflow:hidden;
}
.nav .xiang .erji .erjixiang .erjia
{
	width:100%;
	font-size:16px;
	color:black;
	line-height:25px;
	height:25px;
	padding-bottom:10px;
	margin-bottom:10px;
	display: block;
	border-bottom:1px solid #eee;
}
.nav .xiang .erji .erjixiang .erjia
{
	color:#f46314;
}
.nav .hover 
{

}
.nav .hover a.yijia .wenzi
{
	color:#f46314;
} 
.nav .hover a.yijia .arr
{
	color:#f46314;
}
/**导航 end**/
/**head.php end**/
/**底部**/
.footsec
{
	width:100%;
	height:auto;
	padding:15px 4%;
	padding-bottom:66px;
	background:#f7f7f7;
	box-sizing: border-box;
	font-size:15px;
}
.footsec p
{
	color:#666;
	text-align:center;
	line-height:25px;
	font-size:15px;
}
.footsec p a
{
	color:#666;
}
/**底部 end**/
/**网站底部固定菜单**/
#footnavgu
{
    position: fixed;
    bottom: 0;
    left:0;
    width:100%;
    height:50px;
    border-top:1px solid #ddd;
    z-index:10000;
    background:#fff;
}
#footnavgu ul li
{
    float:left;
    width:25%;
    height:50px;
    position: relative;

}
#footnavgu ul li a
{
    width:100%;
    height:50px;
    display: block;
}
#footnavgu ul li img
{
    display: block;
    margin:auto;
    width:22px;
    padding-top:5px;
}
#footnavgu ul li .pic2
{
	display:none;
}
#footnavgu ul li p
{
    font-size:12px;
    width:100%;
    text-align: center;
    color:#999;
}
#footnavgu ul li .hover .pic2
{
	display: block;
}
#footnavgu ul li .hover .pic1
{
	display: none;
}
#footnavgu ul li .hover p
{
	color:#f46314;
}
/**网站底部固定菜单 end**/
/**index.php**/
.indblockbg
{
	width:100%;
	height:auto;
	overflow:hidden;	
}
.indblock
{
	width:100%;
	padding:15px;
	height:auto;
	margin:auto;
	box-sizing: border-box;
}
.indtit
{
	overflow:hidden;
}
.indtit .en
{
	color:#000;
	font-size:22px;
	text-align:center;
	line-height:25px;
	font-weight:bold;
	font-family: 'Arial';
	text-transform: uppercase;

}
.indtit .cn
{
	color:#161616;
	font-size:18px;
	text-align:center;
	line-height:25px;
}
.indmore
{
	width:120px;
	height:auto;
	overflow:hidden;
}
.indmore a
{
	display: block;
	height:40px;
	background:#f46314;
	color:#fff;
	font-size:15px;
	line-height:40px;
	text-align:center;
	border-radius:20px;
	transition: 1s;
}
/**网站首页第一部分特色列表**/
.indblockbg1
{
	background:url('../images/indbg1.jpg') no-repeat center center;
	background-size:cover !important;
}
.indabu 
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indabu  .line
{
	width:100%;
	height:1px;
	background:#dcdcdc;
	overflow:hidden;
	margin-top:15px;
	margin-bottom:15px;
}
.indabu  .insxxcontent
{
	min-height:auto;
	height:auto;
	overflow:hidden;

}
.indabu  .insxxcontent .indabucont p
{
	font-size:15px;
	line-height:24px;
}
.indabu .pic
{
	width:100%;
	height:auto;
}
.indabu .pic img
{
	width:100%;
	height:auto;
}
.indblockbg1 .indmore
{
	margin:auto;
}
/**网站首页第一部分特色列表 end**/
/**网站首页第二部分产品列表**/
.indpronavlist
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:0px;
	text-align:center;
}
.indpronavlist .xiang
{
	display: inline-block;
	vertical-align:top;
	overflow:hidden;
	margin-left:7.5px;
	margin-right:7.5px;
}
.indpronavlist .xiang a
{
	overflow:hidden;
	display: block;
}
.indpronavlist .xiang a .tit
{
	width:100%;
	padding:5px 15px;
	font-size:15px;
	line-height:20px;
	border-radius:5px;
	background:#f7f7f7;
	box-sizing:border-box;
}
.indpro
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:0px;
}
.indpro .xiang
{
	display: inline-block;
	vertical-align: top;
	width:calc(50% - 7.5px);
	margin-right:15px;
	margin-bottom:15px;
}
.indpro .xiang:nth-child(2n)
{
	margin-right:0px;
}
.indpro .xiang a
{
	display: block;
	width:100%;
	height:auto;
	overflow:hidden;
	border-radius:8px;
}
.indpro .xiang a .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indpro .xiang a .pic img
{
	width:100%;
	height:auto;
}
.indpro .xiang a .tit
{
	font-size:15px;
	text-align:center;
	line-height:20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;
	background:#f7f7f7;
	padding-top:5px;
	padding-bottom:5px;
}
.indblockbg2 .indmore
{
	margin:auto;
}
/**网站首页第二部分产品列表 end**/
/**网站首页第三部分关于我们新闻**/
.indblockbg3
{
	background:url('../images/indbg2.jpg') no-repeat center center;
	background-size:cover !important;
}
.indnews
{
	width:100%;
	height:auto;
}
.indnews .indnewslist
{
	width:100%;
	height:auto;
}
.indnews .indnewslist .bd
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indnews .indnewslist .bd ul
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indnews .indnewslist .bd ul li
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indnews .indnewslist .bd ul li a
{
	display: block;
	width:100%;
	height:auto;
	overflow:hidden;
}
.indnews .indnewslist .bd ul li a .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indnews .indnewslist .bd ul li a .pic img
{
	width:100%;
	height:auto;
}
.indnews .hd
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indnews .hd ul
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indnews .hd ul li
{
	width:100%;
	overflow:hidden;
	height:auto;
	border-bottom:1px solid #eee;
}
.indnews .hd ul li a
{
	width:100%;
	height:auto;
	background:#fff;
	display:block;
	overflow:hidden;
}
.indnews .hd ul li a .kuang
{
	width:100%;
	overflow:hidden;
}
.indnews .hd ul li a .kuang .cont
{
	width:100%;
	height:auto;
}
.indnews .hd ul li a .kuang .cont .time
{
	width:80px;
	float:left;
	overflow:hidden;
	padding-top:10px;
	padding-bottom:10px;
}
.indnews .hd ul li a .kuang .cont .time .ri
{
	font-size:22px;
	font-weight: bold;
	line-height:30px;
	text-align: center;
}

.indnews .hd ul li a .kuang .cont .time .yue
{
	font-size:14px;
	text-align: center;
	line-height:20px;
	transition: 1s;
}
.indnews .hd ul li a .kuang .cont .jt
{
	width:calc(100% - 80px);
	float:left;
	overflow:hidden;
	padding:10px;
	box-sizing: border-box;
	padding-left:0px;
}
.indnews .hd ul li a .kuang .cont .jt .tit
{
	font-size:16px;
	line-height:25px;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color:#000;
}
.indnews .hd ul li a .kuang .cont .jt .des
{
	font-size:15px;
	color:#888;
	line-height:20px;
	height:20px;
	overflow:hidden;
	margin-top:5px;
}
.indblockbg3 .indmore
{
	margin:auto;
}
/**网站首页第三部分关于我们新闻 end**/
/**网站首页第四部分咨询**/
.indblockbg4
{
	background:#f46314;
}
.indblockbg4 .indzixun
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.indblockbg4 .indzixun .zuo
{
	width:100%;
	overflow:hidden;
	font-size:18px;
	line-height:30px;
	color:#f9f9f9;
	text-align: center;
}
.indblockbg4 .indzixun .you
{
	 width:120px;
	 color:#f9f9f9;
	 border:1px solid #f9f9f9;
	 font-size:15px;
	 line-height:30px;
	 height:30px;
	 text-align:center;
	 margin:auto;
}
.indblockbg4 .indzixun .you a
{
	color:#f9f9f9;
}
/**网站首页第四部分咨询 end**/
/**index.php end**/
/**内页**/
/**内页菜单 end**/
/**内页所在的位置 **/
.inssitebg
{
	width:100%;
	height:auto;
	overflow:hidden;
	border-bottom:1px solid #eee;
	display: none;
}
.inssite
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:15px;
	overflow:hidden;
	line-height:30px;
	margin:auto;
	color:#8f959f;
	padding:10px 4%;
	box-sizing: border-box;

}
.inssite a
{
	color:#888;
	transition:1s;
}
/**内页所在的位置 end**/
/**内页**/
/**内页菜单**/
.insnav
{
	width:100%;
	height:auto;
}
.insnav .xianglist
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:0px;
	text-align:center;
}
.insnav .xianglist .xiang
{
	display: inline-block;
	vertical-align:top;
	overflow:hidden;
	margin-left:7.5px;
	margin-right:7.5px;
	margin-bottom:15px;
}
.insnav .xianglist .xiang a
{
	overflow:hidden;
	display: block;
	width:100%;
	padding:5px 15px;
	font-size:15px;
	line-height:20px;
	border-radius:5px;
	background:#f7f7f7;
	box-sizing:border-box;
}
.insnav .xianglist .xiang a.hover
{
	background:#f46314;
	color:#fff;
}
/**内页菜单 end**/
/**展示页内容**/
.inszt
{
	width:100%;
	height:auto;
	padding:15px 4%;
	box-sizing: border-box;
}
.insxx {
  width: 100%;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
}
.insxxpic {
  width: 100%;
  height: auto;
  margin: auto;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
}
.insxxpic img {
  width: 100%;
  height: auto;
  display: block;
}
.insxxtitle {
  width: 100%;
  font-size: 16px;
  margin: auto;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  margin-bottom:10px;
}
.insxxline
{
	width:100%;
	height:1px;
	background:#dcdcdc;
	margin:auto;
	margin-bottom:10px;
}
.insxxtime
{
  text-align: center;
  font-size:14px;
  padding-bottom:10px;
  color:#999;
}
.insxxcontent {
  width: 100%;
  font-size: 15px;
  line-height: 25px;
  color: #333;
  word-break: break-word;
  min-height:250px;
  overflow-x:auto;
}
.insxxcontent p {
  word-break: break-word;
  font-size: 15px;
  line-height: 25px;
  color: #333;
}
.insxxcontent table {
  width: 100%;
}
.insxxcontent img {
  height: auto;
  display:inline-block;
  vertical-align: middle;
  width:auto;
  max-width:100% !important;
}
.insxxxx {
  width: 100%;
  font-size: 16px;
  margin: auto;
  font-weight: bold;
  margin-bottom:10px;
}
/**展示页内容 end**/
/**分页**/
.switch {
  padding-top: 17px;
  padding-bottom: 17px;
  text-align: center;
  width: 100%;
  overflow: hidden;
  font-size:14px;
  box-sizing: content-box;
}
.switch a {
  display: inline-block;
  border: 1px solid #ccc;
  text-align: center;
  margin: 3px;
  padding: 3px;
  background: #f2f2f2;
  color: #333;
  text-decoration: none;
  box-sizing: content-box;
}
.switch a:hover {
  background: #f46314;
  color: white;
}
.switch a.on {
  background: #f46314;
  color: white;
}
/**分页 end**/
/**内页banner**/
.insbanner
{
	width:100%;
	height:auto;
	overflow:hidden;
	position: relative;
}
.insbanner .pic img
{
	width:100%;
	height:auto;
}
.insbanner img
{
	width:100%;
	height:auto;
}
.insbanner .wenzi
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:500;
	display: flex;
	align-items: center;
}
.insbanner .wenzi .ec
{
	width:100%;
	height:auto;
	
}
.insbanner .wenzi .ec .en
{
	color:#fff;
	text-align:center;
	font-size:22px;
	line-height:30px;
	font-weight: bold;
}
.insbanner .wenzi .ec .cn
{
	color:#fff;
	text-align:center;
	font-size:20px;
	line-height:30px;
	font-weight: bold;
}
/**about.php**/
.insabu
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.insabu .pic
{
	width:100%;
	height:auto;
	margin-top:15px;
}
.insabu .pic img
{
	width:100%;
	height:auto;

}
.insabu .right
{
	width:100%;
	height:auto;
}
.insabu .right .wenzi
{
	width:100%;
	height:auto;
	background:#fff;
	box-sizing: border-box;
}
.insabu .right .wenzi .tit
{
	font-size:18px;
	font-weight: bold;
	line-height:25px;
	overflow:hidden;
	text-align:center;
}
.insabu .right .wenzi .line
{
	width:40px;
	height:5px;
	background:#f46314;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;

}
.insabu .right .wenzi .des
{
	font-size:15px;
	line-height:25px;
	overflow:hidden;
	text-indent:30px;
}
/**about.php end**/
/**news.php**/

/**news.php end**/
/**product.php**/
.insprolist
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:0px;
}
.insprolist .xiang
{
	width:calc(50% - 7.5px);
	height:auto;
	vertical-align:top;
	display:inline-block;
	margin-right:15px;
	margin-bottom:10px;
}
.insprolist .xiang:nth-child(2n)
{
	margin-right:0px;
}
.insprolist .xiang a
{
	display: block;
	width:100%;
	height:auto;
	overflow:hidden;
}
.insprolist .xiang a .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
	border-radius:8px;
}
.insprolist .xiang a .pic img
{
	width:100%;
	height:auto;
}
.insprolist .xiang a .tit
{
	width:100%;
	height:auto;
	box-sizing: border-box;
	padding:10px;
	background:#fff;
	font-size:15px;
	text-align: center;
	transition: 1s;
}
/**product.php end**/
/**news.php**/
.insnewslist
{
	width:100%;
	height:auto;
}
.insnewslist .insfirnew
{
	width:100%;
	height:auto;
	overflow:hidden;
	background:#fff;
	margin-bottom:15px;
}
.insnewslist .insfirnew a
{
	display: block;
	width:100%;
	height:auto;
	overflow:hidden;
	padding:10px;
	box-sizing: border-box;
}
.insnewslist .insfirnew a .pic
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.insnewslist .insfirnew a .pic img
{
	width:100%;
	height:auto;
}
.insnewslist .insfirnew a .right
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.insnewslist .insfirnew a .right .time
{
	width:80px;
	float:left;
	overflow:hidden;
	padding-top:10px;
	padding-bottom:10px;
}
.insnewslist .insfirnew a .right .time .ri
{
	font-size:22px;
	font-weight: bold;
	line-height:30px;
	text-align: center;
}
.insnewslist .insfirnew a .right .time .yue
{
	font-size:14px;
	text-align: center;
	line-height:20px;
}
.insnewslist .insfirnew a .right .wenzi
{
	width:calc(100% - 80px);
	float:left;
	overflow:hidden;
	box-sizing: border-box;
	padding-left:0px;
}
.insnewslist .insfirnew a .right .wenzi .tit
{
	font-size:16px;
	line-height:25px;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color:#000;
	margin-top:10px;
}
.insnewslist .insfirnew a .right .wenzi .des
{
	font-size:15px;
	color:#888;
	line-height:20px;
	height:20px;
	overflow:hidden;
	margin-top:5px;

}
.insnewslist .other
{
	width:100%;
	height:auto;
	font-size:0px;
}
.insnewslist .other .xiang
{
	display: block;
	width:100%;
	height:auto;
	margin-bottom:15px;
	overflow:hidden;
}
.insnewslist .other .xiang a
{
	display: block;
	background:#fff;
	height:auto;
	overflow:hidden;
}
.insnewslist .other .xiang a .time
{
	width:80px;
	float:left;
	overflow:hidden;
	padding-top:10px;
	padding-bottom:10px;
}
.insnewslist .other .xiang a .time .ri
{
	font-size:22px;
	font-weight: bold;
	line-height:30px;
	text-align: center;
}
.insnewslist .other .xiang a .time .yue
{
	font-size:14px;
	text-align: center;
	line-height:20px;
}
.insnewslist .other .xiang a .td
{
	width:calc(100% - 80px);
	float:left;
	overflow:hidden;
	box-sizing: border-box;
	padding-left:0px;
	padding:10px;
}
.insnewslist .other .xiang a .td .tit
{
	font-size:16px;
	line-height:25px;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color:#000;
}
.insnewslist .other .xiang a .td .des
{
	font-size:15px;
	color:#888;
	line-height:20px;
	height:20px;
	overflow:hidden;
	margin-top:5px;
}
/**news.php end**/
/**contact.php**/
/**contact.php**/
.inscontact
{
	width:100%;
	height:auto;
	overflow:hidden;
	box-sizing: border-box;
}
.inscontact .map
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:15px;
	
}
.inscontact .map img
{
	width:100%;
	height:auto;
}
.inscontact .info
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.inscontact .info .gstit
{
	margin-bottom: 10px;
    color: #333333;
    font-size: 16px;
    overflow:hidden;
    margin-top:10px;
    font-weight:bold;
}
.inscontact .info p
{
	font-size:15px;
	overflow:hidden;
	color:#666;
	line-height:30px;
	word-break:break-word;
}
/**contact.php end**/
/**contact.php end**/
/**message.php**/
.messagebg
{
	width:100%;
	height:auto;
	background:url('../images/messagebg.jpg') no-repeat center center;
	background-size:cover !important;
	padding:15px;
	box-sizing:border-box;
}
.messagebg .bigtit
{
	width:100%;
	margin:auto;
	overflow:hidden;
	font-size:22px;
	line-height:30px;
	text-align: center;
}
.messagebg .message
{
	width:100%;
	margin:auto;
	overflow:hidden;
	margin:auto;
	margin-top:15px;
}
.messagebg .message .shuru
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.messagebg .message .shuru .xiang
{
	width:80%;
	height:auto;
	border-bottom:1px solid #666;
	margin:auto;
	margin-bottom:15px;
	overflow:hidden;
}
.messagebg .message .shuru .xiang input
{
	width:100%;
	height:30px;
	font-size:16px;
	border:none;
	background:none;

}
.messagebg .message .shuru .xiang input:focus
{
	outline: none;
}
.messagebg .message .submit
{
	width:150px;
	height:30px;
	margin:auto;
	margin-top:15px;
	overflow:hidden;
}
.messagebg .message .submit input
{
	width:100%;
	border:1px solid #f46314;
	color:#fff;
	font-size:15px;
	background:#f46314;
	border-radius: 5px;
	height:100%;
	transition: 1s;
	cursor: pointer;
}
/**message.php end**/