.change-time {
  transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
}
* {
  margin: 0;
  padding: 0;
}
body {
  background: #f9f9f9;
  font-family: "HanheiTC", "HanheiSC", "SourceHanSansCN-Light", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei UI", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
a {
  color: #323232;
  text-decoration: none;
  transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
}
a:link {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #666;
}
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
/*h3{
  padding-top:@pd-top;
  padding-bottom:@pd-but;
}*/
.mar-bot-zero {
  margin-bottom: 0;
}
/******************header config***********************/
.header {
  /* background-color: #bebebe; */
}
.navbar {
  background-color: #fff;
  margin-bottom: 0;
  border: 0;
}
.navbar-default .navbar-brand {
  color: #f9f9f9;
  padding-top: 0;
}
.navbar-default .navbar-toggle {
  border: 0;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #666;
  transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
}
.navbar-default .navbar-toggle .icon-hover {
  background-color: #666;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-nav > li > a {
  color: #666;
  transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  padding-bottom: 5px;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #000;
}
.navbar-default .navbar-nav > li > a.focus {
  color: #666;
}
.navbar-default .navbar-nav > li > .line-top{
  width: 60px;
  border: 1px solid #666;
  margin: auto;
}
.navbar-default .navbar-nav > li > a > p{

}
.navbar-default .navbar-nav > li > a:hover > p{
	width: 55px;
	border: 1px solid #666;
	margin: auto;
	margin-top:5px;
}
	
.navbar-default .navbar-nav > li > .line-top2{
  width: 60px;
  border: 1px solid #666;
  margin: auto;
}
/***********title line***********/
.title-line {
  width: 18px;
  border: 0;
  margin: 0 auto;
}
.h3-p {
  font-size: 24px;
}
.h3-m {
  font-size: 13px;
}
.p-p {
  font-size: 14px;
}
.p-m {
  font-size: 12px;
}
.mar-bot-zero {
  margin-bottom: 0;
}
h3.title,
p.content {
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .mod-m {
    margin-top: 100px;
  }
  .mod-m .mod-title h3.title {
    font-size: 24px;
  }
  .mod-m .mod-title p.title-line {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .mod-m .mod-content p.content {
    font-size: 16px;
    line-height: 28px;
  }
  .a-h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 910px) {
  .mod-m {
    margin-top: 100px;
  }
  .mod-m .mod-title h3.title {
    font-size: 24px;
  }
  .mod-m .mod-title p.title-line {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .mod-m .mod-content p.content {
    font-size: 16px;
    line-height: 28px;
  }
  .a-h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 909px) and (min-width: 768px) {
  .mod-m {
    margin-top: 30px;
  }
  .mod-m .mod-title h3.title {
    font-size: 13px;
  }
  .mod-m .mod-title p.title-line {
    margin: 15px auto;
  }
  .mod-m .mod-content p.content {
    font-size: 12px;
    line-height: 28px;
  }
  .a-h3 {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-m {
    margin-top: 30px;
  }
  .mod-m .mod-title h3.title {
    font-size: 13px;
  }
  .mod-m .mod-title p.title-line {
    margin: 15px auto;
  }
  .mod-m .mod-content p.content {
    font-size: 12px;
    line-height: 28px;
  }
  .a-h3 {
    font-size: 13px;
  }
}
.adroitst-foot {
  background-color: #323232;
  padding: 20px 0;
}
.adroitst-foot .adroitst-foot-url-head {
  color: #f9f9f9;
  margin-bottom: 15px;
  text-align: center;
}
.adroitst-foot .adroitst-foot-url-head a {
  color: #f9f9f9;
  font-size: 16px;
  transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
}
.adroitst-foot .adroitst-foot-url-head a:hover {
  color: #B3B8BB;
}
.adroitst-foot .adroitst-foot-url-head p {
  color: #aaa;
}
.adroitst-foot .adroitst-foot-url-head .footBox-line {
  display: inline-block;
  width: 1px;
  height: 10px;
  border-left: 1px solid #f9f9f9;
  margin: 0 10px;
  padding: 2px 0;
}
.list-content > ul {
 list-style-Type: none;
 margin-left: 0;
 padding: 0 0 1em 2em;
}
.list-content > ul li {
list-style-Type: disc;
 margin-left: 0;
 padding: 0 0 0.5em 1em;
}
