body,
textarea,
input,
button,
select,
keygen,
legend {
  color: #ffffff;
  outline: 0;
}
a {
  color: #ffffff;
}
a:hover {
  color: #ecc395;
}
.btn {
  background-color: #ecc395;
  color: #fff;
  display: inline-block;
  height: 2rem;
  line-height: 3rem;
  padding: 0 1.5rem 2px 1.3rem;
  white-space: nowrap;
  text-align: center;
  font-size: 1em;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  align-items: center;
}
.btn img {
  float: right;
  width: 1.8rem;
  margin-top: .63rem;
  margin-left: .6rem;
}
.mobile_ico {
  position: fixed;
  right: 0;
  top: 1.2rem;
  z-index: 999999999;
  width: 10%;
  height: 4rem;
}
.mobile_ico img {
  width: 2.5rem;
}
.menu {
  position: fixed;
  top: 0;
  z-index: 9999999;
  width: 40%;
  text-align: center;
  background-color: #000;
  right: 0;
}
.menu ul li {
  line-height: 3em;
}
.menu ul li a {
  font-size: 1.5em;
}
.menu a {
  color: #fff;
}
.menu a:hover {
  color: #ecc395;
}
.menu .hover {
  color: #ecc395;
}
.menu .m_subnav {
  padding: 0.2rem;
  background: #000;
  opacity: 0.8;
  border-top: 2px solid #ecc395;
  box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
}
.menu .m_subnav a {
  display: block;
  font-size: 1.2em;
}
.menu li:hover .m_subnav {
  opacity: 0.8;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.subnav {
  height: 50px;
  line-height: 50px;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  opacity: 0;
  font-size: .7em;
  transition: all .6s ease 0s;
  transform: translate3d(0, 10px, 0);
  -moz-transform: translate3d(0, 10px, 0);
  -webkit-transform: translate3d(0, 10px, 0);
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
}
.subnav_hover {
  display: block;
  color: #ffffff;
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 1999999 !important;
}
.nav_hover {
  color: #ecc395;
  border-bottom: 2px solid #ecc395;
  background: url('../images/triangle.png') bottom center no-repeat;
}
.full {
  position: fixed !important;
  top: 0;
  z-index: 100000;
  width: 100%;
  background-color: #2778af;
  float: left;
  height: 40px;
}
.header_fixed {
  position: fixed !important;
  top: 0;
  width: 100% !important;
  left: 0;
  right: 0;
  margin: auto !important;
  z-index: 10000;
  float: none !important;
  background-color: #000;
  height: 6rem;
  border-bottom: 1px solid #ecc395;
  box-shadow: 0px 0px 10px 0px #ecc395;
}
@media screen and (max-width: 768px) {
  .header_fixed {
    height: 5rem;
  }
}
.banner {
  width: 100%;
  margin: 0 auto;
  height: 23.75rem;
}
.banner_title {
  position: absolute;
  width: 100%;
  margin-top: -6rem;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.7);
  height: 6rem;
  line-height: 6rem;
  font-size: 2.2rem;
}
.banner_title h1 {
  opacity: 1;
  color: #ecc395;
}
.banner_bg_0 {
  background: url('../images/banner.jpg') center no-repeat;
  animation: slide 1s forwards;
}
.banner_bg_1 {
  background: url('../images/banner2.jpg') center no-repeat;
  animation: slide3 1s forwards;
}
.banner_bg_2 {
  background: url('../images/banner3.jpg') center no-repeat;
  animation: slide4 1s forwards;
}
.banner_bg_3 {
  background: url('../images/banner4.jpg') center no-repeat;
  animation: slide 1s forwards;
}
@keyframes slide {
  0% {
    transform: scale3d(10%, -100%, 10%);
  }
  100% {
    transform: scale3d(100%, 100%, 100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(-1500px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes slide3 {
  0% {
    transform: scale3d(-100%, 10%, 10%);
  }
  100% {
    transform: scale3d(100%, 100%, 100%);
  }
}
@keyframes slide4 {
  0% {
    transform: translateX(-1500px);
  }
  100% {
    transform: translateX(0px);
  }
}
.footer {
  width: 100%;
  background-color: #0b1e2e;
}
.footer .content {
  border-bottom: 2px solid #1e2f3e;
}
.footer .content .home {
  padding: 3rem 0 0.8rem 0;
}
.footer .content .home a {
  color: #fff;
  font-size: 1.2em;
}
.footer .content .home img {
  float: right;
}
.footer .content .logo {
  float: left;
  width: 25%;
  margin-top: 3rem;
  border-right: 1px solid #1e2f3e;
  padding-top: 3.7rem;
  padding-bottom: 3.8rem;
}
.footer .content .logo img {
  width: 80%;
}
.footer .content .logo div {
  background: url("../images/email.png") 5px 8px no-repeat;
  background-color: #ecc395;
  padding-left: 35px;
  width: 70%;
  line-height: 2.5rem;
  margin-top: 1.5rem;
  color: #fff;
}
.footer .content .nav {
  float: right;
  width: 70%;
}
.footer .content .nav ul {
  height: 15rem;
  padding: 3rem 0 2rem 0;
  color: #ffffff;
}
.footer .content .nav ul li {
  float: left;
  width: 16.8%;
}
.footer .content .nav ul li strong {
  display: block;
  color: #fff;
  line-height: 3rem;
  font-size: 1.3em;
  font-weight: 500;
}
.footer .content .nav ul li a {
  display: block;
  color: #fff;
  line-height: 3rem;
  font-size: 0.9em;
}
.footer .content .nav ul li a:nth-child(1) {
  font-size: 1.5em;
}
.footer .content .nav ul li a:hover {
  color: #ecc395;
}
.footer .content .nav ul li:nth-child(1) a {
  line-height: 2.555em;
}
.footer .content .nav ul li:nth-child(3) {
  width: 24%;
}
.footer .content .nav ul li:nth-child(3) strong {
  font-size: 1.1em;
}
.footer .content .nav ul li:nth-child(3) a {
  line-height: 2.555em;
}
.footer .content .nav ul li:nth-child(5) {
  width: auto;
  float: right;
}
.footer .content .nav ul li:nth-child(5) a:nth-child(1) {
  border: 1px solid red;
  text-align: right;
}
.footer .content .links {
  margin-top: 1rem;
}
.footer .content .links a {
  font-size: 1.2em;
  color: #fff;
  padding-left: 1rem;
}
.footer .content .links a:hover {
  color: #ecc395;
}
.copyright {
  height: 3rem;
  width: 100%;
  background-color: #0b1e2e;
  padding-top: 1rem;
  font-size: 1rem;
  color: #fff;
  text-align: center;
}
.copyright div:nth-child(4) {
  text-align: right;
}
.copy {
  background-color: #d3d3d3;
  line-height: 3rem;
}
@media screen and (max-width: 1200px) {
  .copyright {
    padding-left: 6%;
  }
  .copyright div:nth-child(4) {
    width: 100%;
    float: left;
    margin-top: 1rem;
    text-align: center;
    margin-left: -6%;
  }
}
@media screen and (max-width: 768px) {
  .copy {
    margin-top: 5rem;
    line-height: 10rem;
  }
  .copyright {
    margin-top: 3rem;
    height: 9rem;
    padding-left: 0;
  }
  .copyright div {
    float: none;
    text-align: center;
    line-height: 2em;
  }
  .copyright div:nth-child(4) {
    margin-left: 0;
    text-align: center;
  }
}
.list {
  height: 100%;
  margin-bottom: 3rem;
}
.list .search {
  height: 9rem;
}
.list .search form {
  margin: 4rem 0 0 4rem;
  float: left;
}
.list .search form .text {
  float: left;
  width: 31rem;
  height: 40px;
  line-height: 40px;
  border: 1px solid #c9ccda;
  border-right: none;
  padding-left: 10px;
}
.list .search form .text:focus {
  color: #000;
}
.list .search form .default {
  color: #8d8d8d;
}
.list .search form .button {
  float: left;
  width: 3rem;
  height: 42px;
  border: 1px solid #c9ccda;
  border-left: none;
  background: url('../images/list_search.png') 18px 10px no-repeat;
  cursor: pointer;
  color: #fff;
}
.list .search form .button:hover {
  background: url('../images/list_search_hover.png') 18px 10px no-repeat;
  opacity: .8;
}
.list .search .btn {
  float: right;
  margin-top: 4rem;
  margin-right: 5%;
  line-height: 2em;
}
.list .search .btn .i {
  background: url('../images/list_btn.png') 18px 10px no-repeat;
  width: 100px;
  height: 100px;
  display: block;
}
.list .content {
  margin-top: 3rem;
}
.list .content article {
  width: 80%;
  float: right;
}
.list .content article table tr {
  height: 4.5rem;
  border-bottom: 2px solid #fff;
}
.list .content article table tr td {
  text-align: center;
  padding: 0 5px;
}
.list .content article table tr:nth-child(1) {
  height: 3.5rem;
  background-color: #eef5fd;
  border-bottom: 2px solid #ecc395;
  font-weight: 700;
  font-size: 1.1em;
}
.list .content article .loadmore {
  text-align: center;
  line-height: 5rem;
}
.list .techonlogy a {
  display: block;
  border-bottom: 1px solid #c9ccda;
  padding-bottom: 10px;
  margin-bottom: 1.5rem;
}
.list .techonlogy a h1 {
  line-height: 2.2rem;
  font-size: 1.2em;
  padding: 4px;
}
.list .techonlogy a time {
  display: block;
  background: url('../images/list_time.png') 2px 9px no-repeat;
  padding-left: 30px;
  line-height: 2rem;
}
.list .techonlogy a p {
  background: url('../images/list_intro.png') 3px 10px no-repeat;
  padding-left: 30px;
  line-height: 2rem;
}
.list .techonlogy a span {
  float: right;
  height: 2rem;
  line-height: 2rem;
}
.list .case article {
  border: 1px solid #fff;
  border-top: 2px solid #ecc395;
}
.list .case article .lists a {
  margin-top: 3rem;
  display: block;
}
.list .case article .lists a h1 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.list .case article .lists a p {
  line-height: 2.5em;
}
.list .case article .lists a p span {
  display: block;
  width: 85%;
  float: left;
}
.list .case article .lists a p time {
  float: right;
  margin: 0;
  text-align: right;
}
.list .case article .lists a p time strong {
  font-size: 2.5rem;
  text-align: right;
}
.list .case article .lists a p:nth-child(3) {
  font-size: 1em;
  opacity: .6;
}
.list .cooperation {
  margin-top: 3rem;
}
.list .cooperation li {
  width: 18.5%;
  margin-right: 1.5%;
  margin-bottom: 1.5rem;
  float: left;
  text-align: center;
  height: 14rem;
  border: 1px solid #c9ccda;
  box-shadow: 0px 0px 10px 0px #c9ccda;
}
.list .cooperation li img {
  margin-top: 1rem;
}
.list .cooperation li h1 {
  line-height: 3em;
}
.list .cooperation li p {
  width: 70%;
  margin-left: 15%;
  font-size: .9rem;
  line-height: 1.5em;
}
.list .cooperation li:nth-child(5n) {
  margin-right: 0;
}
.list .cooperation li:hover {
  opacity: .7;
  box-shadow: 0px 0px 10px 0px #257ce5;
}
.list .example {
  margin-top: 3rem;
}
.list .example ul li {
  margin-top: 3rem;
}
.list .example ul li img {
  float: left;
  width: 20%;
  height: 10rem;
}
.list .example ul li img:hover {
  opacity: .8;
}
.list .example ul li article {
  width: 72%;
  float: left;
  margin-left: 2%;
  border-bottom: 1px solid #c9ccda;
}
.list .example ul li article h1 {
  line-height: 2.5rem;
}
.list .example ul li article span {
  background: url('../images/example_ico4.png') 0 2px no-repeat;
  padding-left: 25px;
  margin-left: 150px;
}
.list .example ul li article p {
  line-height: 2rem;
  padding-left: 25px;
}
.list .example ul li article .p1 {
  background: url('../images/example_ico1.png') 0 3px no-repeat;
}
.list .example ul li article .p2 {
  background: url('../images/example_ico2.png') 0 7px no-repeat;
}
.list .example ul li article .p3 {
  background: url('../images/example_ico3.png') 0 7px no-repeat;
  padding-bottom: .8rem;
}
.list .news {
  margin-top: 3rem;
  margin-bottom: 3rem;
  width: 1050px;
}
.list .news ul li {
  margin-top: 3rem;
}
.list .news ul li article {
  width: 100%;
  border-bottom: 1px solid #ecc395;
  padding-bottom: 2rem;
}
.list .news ul li article h1 {
  line-height: 2.5rem;
}
.list .news ul li article p {
  line-height: 1.2rem;
  padding-top: .5rem;
}
.list .news ul li article time {
  opacity: .6;
}
.list .expert {
  margin-top: 3rem;
}
.list .expert li {
  width: 18.5%;
  margin-right: 1.5%;
  margin-bottom: 1.5rem;
  float: left;
  text-align: center;
  height: 18.5rem;
  border: 1px solid #c9ccda;
  box-shadow: 0px 0px 10px 0px #c9ccda;
}
.list .expert li img {
  margin-top: 1.4rem;
  width: 40%;
  border-radius: 100px;
}
.list .expert li h1 {
  line-height: 1.5em;
  padding-bottom: 1rem;
}
.list .expert li p {
  width: 70%;
  margin-left: 15%;
  line-height: 1.5em;
  font-size: .8em;
}
.list .expert li:nth-child(5n) {
  margin-right: 0;
}
.list .expert li:hover {
  opacity: .7;
  box-shadow: 0px 0px 10px 0px #257ce5;
}
.list_search {
  width: 1050px;
  min-height: 40rem;
  background: url('../images/bg.png') top center no-repeat;
  padding: 50px 50px;
  margin-bottom: 50px;
  margin-top: 50px;
}
.list_search .search {
  width: 90%;
  margin-left: 5%;
  height: 18rem;
  background-color: #f8fcff;
  border-radius: 30px;
}
.list_search .search ul {
  padding: 20px 0;
  text-align: center;
}
.list_search .search ul li {
  float: left;
  width: 35%;
  margin-top: 20px;
}
.list_search .search ul li select {
  height: 40px;
  width: 65%;
  background-color: #fff;
  border: 1px solid #c9ccda;
  margin-left: 25px;
}
.list_search .search .button {
  width: 300px;
  background-color: #fff;
  border: 1px solid #c9ccda;
  height: 35px;
  margin-left: 300px;
  margin-top: 30px;
}
.list_search article {
  width: 80%;
  margin-left: 5%;
  background-color: #f8fcff;
  border-radius: 30px;
  margin-top: 2rem;
  padding: 30px 5%;
}
.list_search article .title {
  background: url('../images/search_title.png') 0px 15px no-repeat;
  color: #ecc395;
  line-height: 3rem;
  font-size: 1.4em;
  padding-left: 35px;
  margin-bottom: .4rem;
}
.list_search article table tr {
  height: 3.5rem;
  border-bottom: 2px solid #fff;
}
.list_search article table tr td {
  text-align: center;
}
.list_search article table tr:nth-child(1) {
  height: 3.5rem;
  background-color: #eef5fd;
  border-bottom: 2px solid #ecc395;
}
.list_search article .loadmore {
  text-align: center;
  line-height: 5rem;
}
@media screen and (max-width: 768px) {
  .list .news {
    width: 95%;
  }
  article img {
    width: 90% !important;
  }
  .list_search {
    width: 85% !important;
  }
  .list_search .search {
    width: 90%;
    height: 18rem;
    background-color: #f8fcff;
    border-radius: 30px;
  }
  .list_search .search ul {
    padding: 20px 0;
    text-align: center;
  }
  .list_search .search ul li {
    float: left;
    width: 35%;
    margin-top: 20px;
  }
  .list_search .search ul li select {
    height: 40px;
    width: 55%;
    background-color: #fff;
    border: 1px solid #c9ccda;
  }
  .list_search .search .button {
    width: 100px;
    background-color: #fff;
    border: 1px solid #c9ccda;
    height: 35px;
    margin-left: 30%;
    margin-top: 5px;
  }
}
.navigation {
  width: 17%;
  float: left;
}
.navigation a {
  display: block;
  background-color: #eef5fd;
  line-height: 2.5rem;
  border-bottom: 2px solid #fff;
  font-size: 1rem;
  text-align: center;
}
.navigation a:hover {
  background-color: #ecc395;
  color: #fff;
}
.navigation .hover {
  background-color: #ecc395;
  color: #fff;
}
/*新闻详情页*/
.newsshow {
  padding-top: 4rem;
  margin-bottom: 3rem;
}
.newsview {
  min-height: 400px;
  margin-top: 30px;
  border-top: 1px solid #fff;
  margin-bottom: 25px;
  padding-bottom: 15px;
  font-size: 14px;
  line-height: 33px;
}
.newsview img {
  margin: 10px 0;
  max-width: 80%;
}
.allow_visitor {
  font-size: 15px;
  padding: 10px 10px;
  text-align: center;
  border: 1px dashed #ff9a9a;
  background: #ffe;
}
.allow_visitor a {
  color: #666;
}
.newsshow h2 {
  color: #333333;
  font-size: 26px;
  font-weight: normal;
  line-height: 1.5em;
}
.newsshow .date {
  font-size: 14px;
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
}
.newsshow .date span {
  display: block;
  float: left;
  color: #999999;
  margin-right: 30px;
  padding-left: 22px;
}
.newsshow .date .s1 {
  background: url(../images/news_icon1.jpg) no-repeat left center;
}
.newsshow .date .s2 {
  background: url(../images/news_icon2.jpg) no-repeat left center;
}
.newsshow .date .s3 {
  background: url(../images/news_icon3.jpg) no-repeat left center;
}
.main_r_nav {
  float: left;
  width: 754px;
  height: 66px;
  padding: 10px 0;
  font-size: 14px;
  margin-left: 20px;
  display: inline;
}
.main_r_nav a {
  color: #777;
  float: left;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 33px;
  font-size: 14px;
}
.main_r_nav a:hover {
  color: #ecc395;
}
.returnlist {
  width: 50px;
  height: 56px;
  padding: 15px 18px;
  display: inline;
  float: right;
  color: #fff;
  line-height: 30px;
  font-size: 12px;
  background: #ffffff;
}
.returnlist:hover {
  background-color: #ecc395;
}
.returnlist a {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-family: "microsoft yahei";
  width: 100%;
  display: block;
}
/*分页*/
#pages {
  text-align: center;
  margin-top: 2rem;
}
#pages li {
  margin: 0 .35rem;
  height: 2rem;
  line-height: 1.9em;
  text-align: center;
  color: #fff;
  display: inline-block;
  border: 1px #c9ccda solid;
}
#pages li:nth-child(1) {
  margin: 0 0;
}
#pages li:last-child {
  margin: 0 0;
}
#pages li a {
  font-size: 1em;
  display: block;
  padding: 0 .7rem;
}
#pages li span {
  font-size: 1em;
  display: block;
  padding: 0 .7rem;
}
#pages li.active {
  text-align: center;
  background: #ecc395;
  color: #fff;
  display: inline-block;
  border: 0.125rem #ecc395 solid;
}
#pages li:hover {
  background: #ecc395;
}
#pages li:hover a {
  color: #fff;
}
.page {
  width: 1050px;
  min-height: 20rem;
}
.page_nav {
  margin-top: 3rem;
  min-height: 40rem;
  margin-bottom: 5rem;
}
.page_nav .content article {
  width: 80%;
  float: right;
}
.need {
  text-align: center;
  background-color: #ededed;
}
.show_list {
  padding: 4rem 0;
}
.show_list table {
  width: 70%;
}
.show_list table tr {
  padding: 0px;
}
.show_list table tr td {
  line-height: 1.7rem;
  padding: 1rem 0;
}
.show_list table tr td h1 {
  width: 100%;
  height: 100%;
}
.show_list table td:nth-child(1) {
  width: 30%;
}
.show_list table td:nth-child(2) {
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .page {
    width: 95%;
  }
}
