html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
input,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
a,p,li,span,h1,h2,h3,h4,h5,h6{    word-break: break-word;
    word-wrap: break-word;}
html {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
a {
  text-decoration: none;
}
a img {
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
html,
body {
  width: 100%;
  height: 100%;
  font-family: "微软雅黑";
}
/*清除浮动*/
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: ".";
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  overflow: hidden;
}
.hide {
  display: none;
}
html,
body {
  background: #f2f9fc;
}
/*header*/
.header .top {
  height: 2.93333333rem;
  background: rgba(255, 255, 255, 0.8);
  padding: 0rem 0.8rem;
}
.header .top .logo {
  width: 11.09333333rem;
  height: 1.92rem;
  padding: 0.50666667rem 0;
  font-size: 0;
}
.header .top .logo img {
  width: 100%;
  height: auto;
}
.header .top .menuBtn {
  width: 1.06666667rem;
  height: 0.96rem;
  padding: 1.01333333rem 0px;
  font-size: 0;
}
.header .top .menuBtn img {
  width: 100%;
}
.header .bottom {
  position: relative;
}
.header .bottom .informationBox {
  width: 17.65333333rem;
  height: 6.45333333rem;
  border-radius: 3.22666667rem 0.26666667rem 0.26666667rem 3.22666667rem;
  background: rgba(9, 38, 17, 0.2);
  margin:2.5rem auto .5rem auto;
}
.header .bottom .informationBox .photo {
  margin: 0.13333333rem;
  border-radius: 50%;
  width: 6.18666667rem;
  height: 6.18666667rem;
  overflow: hidden;
  font-size: 0;
  background: #fff;
}
.header .bottom .informationBox .photo img {
  width: 100%;height: auto;
    vertical-align: middle;
}
.header .bottom .informationBox .information {
  padding: 0rem 1.06666667rem 0 0.8rem;
  width: 9.33333333rem;
}
.header .bottom .informationBox .information .informationT {
  height: 1.92rem;
  margin-bottom: 0.26666667rem;
  line-height: 1.92rem;
}
.header .bottom .informationBox .information .informationT .name {
  font-size: 0.90666667rem;
  text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 2px;
  color: #fff;font-weight:700;margin-top: 4px;
}
.header .bottom .thumbsUp{
padding: 0 10px 10px 56px;
    margin: 0 auto;
    text-align: center;
    width: 80%;
}
.header .bottom .informationBox .information .informationT .thumbsUp span{
  color: #e60012;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  font-family: "黑体";
  padding: 0 5px;
}
.header .bottom .informationBox .information .button {
  display: block;
  width: 7.33333333rem;
  height: 1.6rem;
  margin-bottom: 0.53333333rem;
  background: rgba(9, 38, 17, 0.2);
  border-radius: 0.26666667rem;
  line-height: 1.6rem;
  font-size: 0.74666667rem;
  text-align: center;
  color: #fff;
}
.searchfrom{
	padding: 0 10px 10px 0px;
	margin:0 auto;
	height: 34px;
	text-align: center;
	width: 80%;
}
.searchfrom .inputext{
	    height: 24px;
	    line-height: 20px;
	    padding: 4px 8px;
	    font-size: 14px;
	    width: 71%;
	    background: rgba(9, 38, 17, 0.2);
	    border-radius: 6px 0 0 6px;
	    margin: 0;
	    float: left;
	    margin-left: 15px;
	}

input#keyWord_temp {}
.searchfrom .inputgo{
	    height: 28px;
	    line-height: 30px;
	    padding: 0px 0px 4px 0px;
	    width: 15%;
	    background-color: rgba(9, 38, 17, 0.4);
	    border: 0;
	    color: #fff;
	    font-size: 14px;
	    display: block;
	    float: left;
	    border-radius: 0 6px 6px 0;
	}
/*footer*/
.footer {
  background: url(../images/foot_bg.png) no-repeat center;
  background-size: cover;
  min-height: 3.06666667rem;
  padding-top: 0.66666667rem;
  box-shadow: rgba(0, 0, 0, 0.2) -2px 0px 6px;
    padding-bottom: 0.5rem;
}

.footer p {
  color: #fff;
  font-size: 0.53333333rem;
  line-height:24px;
  min-height: 0.8rem;
  text-align: center;
  text-shadow: #000000 1px 1px 2px;
}
.footer p a {
  color: #fff;
}
/*导航*/
.menuWarp {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
}
.menuWarp .menu {
  position: absolute;
  background: #fff;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  text-align: center;
    overflow-y: auto;
  transition: 1s all;
}

.menuWarp .menu .menuList {
  padding: 0.53333333rem 0;
 background: #fff;
}
.menuWarp .menu .menuList li {
  position:relative; border-bottom:1px dotted #ddd;
 } 
.menuWarp .menu .menuList li a{
 margin-right:46px
 } 
 .menuWarp .menu .menuList li ul li a{
  border-bottom:none;
  color:#666;
  font-weight:normal;font-size: 0.75rem;
 } 
.menuWarp .menu .menuList li a {
  color: #ff5058;
  font-size: 0.8rem;
  line-height: 2.13333333rem;
  height: auto;
  display:block;font-weight:700;
 
}
 .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    height:  2.13333333rem;
    width: 46px;
    cursor: pointer;
	 color: #333;
	 content: ""
}
 .submenu-button:before {
	position: absolute;
	top: 17px;
	right: 22px;
	display: block;
	width: 2px;
	height: 8px;
	background: #333;
	content: '';}
 .submenu-button:after {
	position: absolute;
	top: 20px;
	right: 19px;
	width: 8px;
	height: 2px;
	display: block;
	background: #333;
	content: '';
}
.submenu-button.submenu-opened {
    background: #2c2d2d;
}
.submenu-button.submenu-opened:after {
    background: #ffffff;
}
.ve-menu-close a {
	text-align: right;
	margin-right: 0 !important
	}
.ve-menu-close div {
	
	padding: 0 10px
}
.ve-menu-close div:after {
	font-size: 35px;
	content: '\00d7'
}