﻿
body, html, div, span, p, a, h2, h3, h4, ul, li, ol, dl, dt, dd, table, thead, tbody, tr, th, td, button, select, option, input, label {
   font-size: 14px;
   padding: 0;
   margin: 0;
   list-style: none;
   text-decoration: none;
   font-family: Microsoft YaHei;
   box-sizing: border-box;
}

a {
   text-decoration: none !important;
}
/*a:hover {background:#4284e5;}*/
.a7:hover {
   background: #4284e5;
}

.add:hover {
   background: #4284e5;
}

input, select, option {
   border: 1px solid #ccc;
   font-size: 13px;
}

@media (max-width: 1190px) {
   body, html {
      width: 100%;
   }
}

@media (max-width: 1210px) {
   body, html {
      width: 1200px;
   }
}

body, html {
   height: 100%;
}

body {
   background: #fdfdfd;
}

/*头部导航*/
.registerCenter { height: 90px; width: 100%; /*border-bottom: 5px solid #845dc5;*/ }
.registerCenter1 { height: 90px; width: 100%; /*border-bottom: 3px solid #2f77e3;*/ }
.registerCenter .header { height: 90px; width: 1200px; margin: 0 auto;  }
.registerCenter .header .logo_icon { width: 250px; height: 80px;float: left; margin: 0; font-size: 24px; }
.registerCenter .nav {  height: 90px; float: right; overflow: hidden; }
.registerCenter .nav .nav_con { overflow: hidden; width: 100%; height: 100%; padding: 0; margin: 0;}
.registerCenter .nav .nav_con li { height: 90px; width: 140px; text-align: center; line-height: 90px; font-size: 20px; float: left; cursor: pointer; }
.registerCenter .nav .nav_con li:hover {  }
.registerCenter .nav .nav_con li a { color: #333;font-size:20px;display:inline-block; }
.registerCenter .nav .nav_con li.acitve a { color: #7646bb;font-size:20px;height:80px;/*border-bottom:4px solid #ff9913;*/display:inline-block;padding:0 10px;}/*.registerCenter .nav .nav_con li.acitve { box-sizing:border-box;border-bottom:4px solid #ff9913; }*/



/*底部*/

#footer { height: 30px; line-height:30px; background: #34373a; /*padding-top: 10px;*/ width: 100%; overflow: hidden;  }
.footer_in { width: 1200px; margin: 0 auto;/*padding:0 170px;*/ }
.ft_nav { height: 135px; border-bottom: 1px dashed #3f4042; margin-bottom: 10px; padding-top:20px;}
.ft_nav dl { width: 195px; float: left; }
.ft_nav dt { width: 188px; height: 36px; }
.ft_nav dd { line-height: 33px; text-indent: 60px; margin: 0; }
.ft_nav dd a { color: #999999; color:#fff;font-size:16px; }
.ft_nav dd a:hover { text-decoration: none; color: #fff; }
.ft_nav dd .friendlink-icon {font-size:14px;}
.ft_nav dd .friendlink-icon .HK_icon {margin-right:15px;vertical-align:-4px;}

.footer_in {
   width: 1200px;
   margin: 0 auto;
   padding: 0 170px;
}
/*.ft_nav { height: 135px; border-bottom: 1px dashed #3f4042; margin-bottom: 10px; padding-top:20px;}*/
.ft_nav dl {
   width: 195px;
   float: left;
}

.ft_nav dt {
   width: 188px;
   height: 36px;
}

.ft_nav dd {
   line-height: 33px;
   text-indent: 60px;
   margin: 0;
   height: 33px;
}

   .ft_nav dd a {
      color: #999999;
      color: #fff;
      font-size: 16px;
   }

      .ft_nav dd a:hover {
         text-decoration: none;
         color: #fff;
      }

   .ft_nav dd .friendlink-icon {
      font-size: 14px;
   }

      .ft_nav dd .friendlink-icon .HK_icon {
         margin-right: 15px;
         vertical-align: -4px;
      }

.copyright {
   color: #999;
   margin-bottom: 13px;
   width: 100%;
   text-align: center;
}

   .copyright a {
      color: #999;
   }

      .copyright a:hover {
         text-decoration: none;
         color: #fff;
      }
