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,
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  background: #fcfcfc;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a{list-style:none;text-decoration:none;color:#333}
* {
  box-sizing: border-box;
  font-family: "微软雅黑" !important;
}

/*--如果你的网站已经安装了reset.css请去掉上面的代码段--*/
.nav {
  background: #eee;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.nav .mobNav {
  display: none;
}
.nav .dropdown {
  width: 1000px;
  
}
.nav .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.nav .menu li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.nav .menu li:last-child a {
  border-right: none;
}
.nav .menu a {
  color: #666;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  text-decoration: none;
  font-weight:800;
}
.nav .menu a:hover {
  background: #005cd3;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  color:#fff;
}
.ss{
	width:200px;
	margin-left: 30px;
}
.top{
	width:1300px;
	height: 140px;
	display:flex;
	margin:0 auto;
	justify-content: space-between;
}
.top .logo,.top .tel{
	display:flex;
	justify-content:center;
	align-items:center;
}
.top .tel{
	justify-content:flex-end;
}
.top .logo span,.top .tel span{
	display: block;
    font-size: 20px;
    color: #888;
    width: 360px;
    text-align: justify;
    text-align-last: justify;
    margin-left: 20px;
    height: 25px;
}
.top .tel span{
	width: 155px;
}
.ss form{
	display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.dropdown-menu{display:none;position:absolute;z-index:999999;background:#fff;border:1px solid #aaa;text-align:center;min-width:140px;}
.nav .menu li:hover .dropdown-menu{display:inline;}
footer .bq{background:#217cf0;color:#fff;text-align:center;padding:30px 0;line-height:30px;}
footer {background:#626979;color:#fff;padding-top: 30px;}
footer .dhz{background:#626979;color:#fff;display:flex;width:1300px;margin:0px auto;padding:20px 0 20px;}
footer .dhz h2{font-size:22px;font-weight:400;font-family:"微软雅黑";line-height:80px;padding-left: 25px;}
footer .dhz ul li{height:50px;display: flex;}
footer .dhz ul li a{color:#fff;}
footer .dhz ul li::before{content:url('../images/ddd.png');margin-right:10px;}
footer .dhz .dh{margin:0 20px;}
footer .dhz .dh1{margin-top:75px;}
footer .dhz .dh1 .dh1-1{border-left:1px solid #fff;padding-left:25px;}
footer .dhz .dh ul li{border-left:1px solid #fff;padding-left:20px;}
footer .dhz .dh2 ul li{border-left:none;}
footer .dhz .dh ul li:nth-child(0){border-left:0px solid #fff;}
footer .dhz img.dh1-2{display:none;}
@media screen and (max-width: 850px) {
	body{min-width:700px;}
  .nav {
    background: #f2f2f2;
    position: relative;
    padding: 0vw;
  }
  .nav .mobNav {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .nav .mobNav .toolBar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 8vw;
    overflow: hidden;
  }
  .nav .mobNav .menuBtn {
    padding: 0;
    margin: 0;
    height: 8vw;
    width: 8vw;
    background:url(../imgs/bar.png) center center no-repeat;
    background-size: 7vw 7vw;
    border: none;
    outline: none;
    border-radius: 1px;
  }
  .nav .mobNav .menuBtn:active {
    opacity: 0.8;
  }
  .nav .mobNav .menuBtn.close {
    background: url(../imgs/close.png) center center no-repeat;
    background-size: 5vw 5vw;
  }
  .nav .mobNav a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
  }
  .nav .mobNav a img {
    height: 100%;
    width: auto;
  }
  .nav .mobNav span {
    width: 8vw;
    height: 8vw;
  }
  .nav .dropdown {
    position: absolute;
    left: 0;
    top: 7vw;
    width: 100vw;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
    display: none;
  }
  .nav .dropdown .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nav .dropdown .menu li {
    width: 100vw;
  }
  .nav .dropdown .menu li:last-child a {
    border-bottom: 0;
  }
  .nav .dropdown .menu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: none;
    text-indent: 2vw;
    border-bottom: 1px solid #ddd;
	color: #fff;
  }
  .nav .dropdown.show {
    display: block;
  }
  .top .logo span, .top .tel span {
    display: block;
    font-size: 16px;
    color: #888;
    width: 260px;
    text-align: justify;
    text-align-last: justify;
    margin-left: 10px;
    height: 25px;
}
.dh1-2{display:none;}
}
@media screen and (max-width: 710px) {
	.tabPanel1 ul li p{display:none;}
	footer .dh2,footer .dh4{display:none;}
	footer .dh3 ul li{float: left;}
	footer .dhz .dh ul li{border-left:0px solid #eee;}
	.dh1-1{display:none;}
	.dh1-2{display:block;}
	footer .dhz .dh1 img{border-left:0px solid #eee;}
	footer .dhz .dh1 {margin-top: 10px;}
	footer .dhz img.dh1-2 {display: block;}
}
