body {
  /* background: #002956 !important; */
}
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, 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;
  font-family: "微软雅黑" ;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
  /* overflow: hidden; */
}
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;
}
* { 
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
  /* overflow: hidden; */
}
body::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 0px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 0px;
}
.service::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 0px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 0px;
}
body {
  /* font-family: 'Montserrat', sans-serif; */
  /* line-height: 1.3; */
  -webkit-font-smoothing: antialiased;
}
a{
  text-decoration:none; 
  color: black;
}
p a{
  -webkit-user-select:none;

  -moz-user-select:none;

  -ms-user-select:none;

  user-select:none;
}
a:hover{
  text-decoration:none;
}
a:active{
  text-decoration:none;
}
a:visited{
  text-decoration:none;
}
a:link{
  text-decoration:none; 
}
p{
  user-select: none;
}
@font-face {font-family: 'iconfont';
  src: url('iconfont.eot'); /* IE9*/
  src: local('?'),
  url('iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('iconfont.woff') format('woff'), /* chrome、firefox */
  url('iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
/* header */
.header {
  width: 100%;
  height: 50px;
  background: #202329;
  box-shadow: 0 1px 8px rgba(0,0,0,.06);
  position: relative;
  z-index: 1005;
}
/* .headUl{
  width: 60%;
  height: 50px;
  float: left;
  margin-left: 20%;
} */
/* .headLi{
  float: left;
  padding: 0 10px;
  line-height: 50px;
  font-size: 14px;
  color: white;
} */
.headLi a{
  /* color: white; */
}
.headLi:hover a{  
  /* color: #00bebd; */
}
.show{
  display: block;
}
/************************ 页脚 *************************/
/*页面脚部*/
.footer { width: 100%; height: auto; margin: 0 auto; padding: 20px 0 200px 0; _padding: 20px 0 50px 0; overflow: hidden;font-size: 13px; }
.down_nav { width: 100%; height: auto; }
.friendlinks { width: 100%; height: auto; margin: 10px 0; }
.copyright { width: 100%; height: auto; }
.cnzz { visibility: hidden; width: 0px; height: 0px; }
.footer {
  color: #8b8b8b;
  background: #222222 url(../images/footer_blank.png) center bottom repeat-x;
}
.footer a{
  color: #bababa;
  font-size: 12px;
}
/************************ 动画 ************************/
.highwayYImg{
  animation: heightWidthOpacity 0.5s linear infinite alternate;
}
.highwayXImg{
  animation: heightWidthOpacity 0.35s linear infinite alternate;
}
.highwayZImg{
  animation: heightWidthOpacity 0.44s linear infinite alternate;
}
.opacity{
	animation: opacity 1s linear infinite;
}
.opacity1{
	animation: opacity 1.5s linear infinite;
}
.opacity2{
	animation: opacity 2s linear infinite;
}
.opacity3{
	animation: opacity 0.5s linear infinite;
}
.width{
  animation: width 2s linear 1 forwards;
}
.width1{
  animation: width 2s linear 1 forwards reverse;
}
.width2{
  animation: width 0.5s linear 1 forwards;
}
.width3{
  animation: width 5s linear infinite ;
}
.height{
  animation: height 2s linear 1 forwards;  
}
.height1{
  animation: height 1s linear 1 forwards ;
}
.heightWidth1{
  animation: heightWidth1 1s linear 1 forwards;  
}
.rotate1{
	-webkit-animation: rotate1 20s linear infinite;
	animation: rotate1 20s linear infinite;
}
.rotate2{
	-webkit-animation: rotate2 20s linear infinite;
	animation: rotate2 20s linear infinite;
}
.up{
	animation: up 1s linear infinite;
}
.down{
  animation: down 1s linear infinite;
}
@keyframes heightWidthOpacity {
	from   {width:50%;height:50%;opacity: 0.2; margin-left:25%;margin-top:25%;}
  to {width:100%;height:100%;opacity: 0.8;margin-left:0%;margin-top:0%;}
}
@keyframes heightWidth {
	from   {width:0;height:0;}
  to {width:100%;height:100%;}
}
@keyframes heightWidth1 {
	from   {width:50%;height:50%;opacity: 0.2; margin-left:25%;margin-top:25%;}
  to {width:100%;height:100%;opacity: 1;margin-left:0%;margin-top:0%;}
}
@keyframes width {
	from   {width:0;}
  to {width:100%;}
}
@keyframes height {
	from   {height:0;}
  to {height:100%;}
}
@keyframes opacity {
	0%   {opacity:0;}
  10%  {opacity:0.1;}
  20%  {opacity:0.25;}
  30%  {opacity:0.5;}
  40%  {opacity:0.5;}
  50%  {opacity:1;}
  60%  {opacity:0.75;}
  70%  {opacity:0.5;}
  80%  {opacity:0.25;}
  90%  {opacity:0.1;}
  100%  {opacity:0;}
}
@keyframes rotate1 {
	from {
	  transform: rotate(0deg);
	}
	to {
	  transform: rotate(360deg);
	  transition: all 1s;
	}
}
@keyframes rotate2 {
	from {
	  transform: rotate(0deg);
	}
	to {
	  transform: rotate(-360deg);
	  transition: all 1s;
	}
}
@keyframes up {
  0%   {margin-top:0;}
  50%  {margin-top:10px;}
  100%  {margin-top:0;}
}
@keyframes down {
  0%   {margin-top:10px;}
  50%  {margin-top:0px;}
  100%  {margin-top:10px;}
}
.headMenu{
  margin-top: 24px;
  width: 100%;
  height: 40px;
}
.headLi p{
  font-size: 20px;
  color: black;
  font-weight: bold;
}
.headLiDh p{
  /* font-weight: bold; */
  color: #3a6dcb;
}
.headLi:nth-child(1){
  margin-left: 0px;
}
.headLine{
  width: 36px;
  height: 4px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -18px;
  background: #3a6dcb;
  display: none;
}
.headLineN{
  width: 36px;
  height: 4px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -18px;
  /* background: white; */
  display: none;
  background: black;
}
.headLiDh .headLine{
  display: block;
}
.headMy{
  position: absolute;
  top: 55px;
  right: 0px;
}
.headMyImg{
  width: 16px;
  margin-right: 20px;
  float: left;
}
.headMyp1{
  float: left;
  font-size: 14px;
  color: black;
  margin-right: 15px;
  margin-top: 3px;
  cursor: pointer;
  user-select: none;
}
.headMyp2{
  font-size: 14px;
  float: left;
  padding-left: 15px;
  height: 16px;
  border-left: 1px solid black;
  margin-top: 3px;
  cursor: pointer;
  user-select: none;
}
.show{
  display: block;
}
.headLi{
  float: left;
  height: 40px;
  font-size: 20px;
  color: black;
  position: relative;
  margin-left: 70px;
}
.headTwo{
  width: 130px;
  overflow: hidden;
  /* background: rgba(0, 0, 0, 0.2); */
  position: absolute;
  top: 40px;
  padding: 10px 0px;
  left: -26px;
  display: none;
  z-index: 99;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.1);
}
.headTwoLi{
  width: 100%;
  height: 40px;
  position: relative;
}
.headTwoLi p{
  line-height: 40px;
  color: white;
  text-align: center;
}
.headTwoLi p a{
  color: black;
  font-size: 16px;
}
/* .headTwoLiDh .headLine{
  display: block;
}
.headTwoLi:hover .headLine{
  display: block;
} */

/* .headTwoLiDh .headLineN{
  display: block;
} */
.headTwoLi:hover p a{
  font-weight: bold;
}

.bold{
  font-weight: bold;
}
/* .headTwoLi p{
  font-weight: normal !important;
} */
.headTwoLi p{
  font-weight: normal !important;
}