* {
  margin: 0;
  padding: 0;
}
body {
  font-size: 14px;
  font-family: "Microsoft Yahei";
  min-width: 1180px;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
img {
  border: none;
}
input,
button,
textarea,
form {
  border: 1px solid #f4f4f4;
}
.container {
  width: 1180px;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.posr {
  position: relative;
}
.posa {
  position: absolute;
}
.posf {
  position: fixed;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.block {
  display: block;
}
.none {
  display: none;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.clearfix:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
.header a {
  color: #fff;
}
.header .header-top {
  padding: 22px 0;
}
.header .header-top .tel i {
  font-size: 58px;
  color: #0f6bc0;
  margin-right: 5px;
  position: relative;
  top: -4px;
}
.header .header-top .tel .p1 {
  font-size: 14px;
  color: #666;
}
.header .header-top .tel .top-phone {
  color: #52aef9;
  font-size: 30px;
}
.header .header-nav {
  font-size: 16px;
  line-height: 52px;
  background: #0f6bc0;
  text-align: center;
}
.header .header-nav > .container > ul > li {
  width: 14.28571429%;
  z-index: 2;
}
.header .header-nav > .container > ul > li:before {
  display: block;
  position: absolute;
  content: "";
  height: 10px;
  width: 1px;
  background: #fff;
  top: 21px;
  left: 0;
}
.header .header-nav > .container > ul > li:last-child:after {
  display: block;
  position: absolute;
  content: "";
  height: 10px;
  width: 1px;
  background: #fff;
  top: 21px;
  right: 0;
}
.header .header-nav > .container > ul > li:hover,
.header .header-nav > .container > ul > li.active {
  background: #52aef9;
}
.header .header-nav > .container > ul > li ul {
  background: #0f6bc0;
  width: 100%;
  padding: 10px 0;
  line-height: 40px;
}
.header .header-nav > .container > ul > li ul li:first-child a {
  border-top: 1px solid rgba(82, 174, 249, 0.3);
}
.header .header-nav > .container > ul > li ul a {
  display: block;
  border-bottom: 1px solid rgba(82, 174, 249, 0.3);
}
.header .header-nav > .container > ul > li ul a:hover {
  background: #52aef9;
}
.header .header-nav > .container > ul > li:hover ul {
  display: block;
}
.banner {
  width: 100%;
  overflow: hidden;
}
.banner .img {
  width: 1200%;
  margin-left: -100%;
}
.banner .img a {
  width: 8.33333333%;
  height: 530px;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
}
.banner .img a img {
  display: none;
}
.banner i {
  position: absolute;
  top: 43%;
  font-size: 80px;
  color: #999;
  cursor: pointer;
}
.banner i:hover {
  color: #fff;
}
.banner i.prev2 {
  left: 124px;
}
.banner i.next2 {
  right: 124px;
}
.banner #bannerlist {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  line-height: 44px;
}
.banner #bannerlist li {
  width: 40px;
  height: 4px;
  display: inline-block;
  margin: 0 4px;
  background: #fff;
}
.banner #bannerlist li.active,
.banner #bannerlist li:hover {
  background: #0f6bc0;
}
.sbanner {
  height: 340px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 38px;
}
.index-article {
  font-size: 14px;
  line-height: 26px;
  color: #666;
  margin-bottom: 26px;
}
.index-article.index-article2 {
  padding-top: 20px;
}
.index-article a {
  color: #0f6bc0;
}
.snav {
  position: absolute;
  width: 1180px;
}
.snav a {
  padding: 8px 26px;
  background: #52aef9;
  color: #fff;
  margin: 3px 3px;
  position: relative;
  top: -90px;
  display: inline-block;
}
.snav a:hover,
.snav a.active {
  background: #0f6bc0;
}
.article-article {
  margin-bottom: 30px;
}
.article-article .content .title {
  padding-bottom: 10px;
  color: #0f6bc0;
}
.article-article .content h2 {
  font-weight: normal;
  font-size: 16px;
}
.article-article .content .small {
  font-size: 12px;
  color: #999;
  line-height: 26px;
}
.article-article .content .small span {
  margin: 0 10px;
}
.article-article .content .desc {
  padding: 23px;
  margin-top: 15px;
  font-size: 14px;
  line-height: 28px;
  color: #666;
  background: #f6f6f6;
  border: 1px solid #eee;
}
.article-article .content .article-content {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  padding: 10px 0 30px;
  border-bottom: 1px solid #dcdcdc;
}
.article-article .content .article-content img {
  max-width: 100%;
}
.article-article .content .article-content a {
  color: #666;
}
.article-article .content .prenext {
  font-size: 14px;
  line-height: 28px;
  margin-top: 22px;
}
.article-article .content .prenext p,
.article-article .content .prenext p a {
  color: #333;
}
.article-article .content .prenext p:hover,
.article-article .content .prenext p:hover a {
  color: #0f6bc0;
}
.item {
  background-repeat: no-repeat;
  background-position: center center;
}
.item .title {
  padding: 10px 0;
}
.item .title .en {
  font-size: 72px;
  color: rgba(20, 135, 200, 0.15);
}
.item .title .con {
  margin-top: -50px;
  font-size: 24px;
  line-height: 38px;
}
.item .title .con .desc {
  font-size: 14px;
}
.item.news .title .en,
.item.achievement .title .en {
  color: rgba(20, 135, 200, 0.15);
}
.item.news .title .zh,
.item.achievement .title .zh {
  color: #333;
}
.item.news .title .desc,
.item.achievement .title .desc {
  color: #999;
}
.item.achievement .more {
  width: 160px;
  font-size: 12px;
  line-height: 42px;
  background: #52aef9;
  color: #fff;
  margin: 30px 0 40px;
  border-radius: 5px;
}
.item.achievement .content .views {
  overflow: hidden;
}
.item.achievement .content .views ul {
  width: 10000%;
}
.item.achievement .content .views ul li {
  margin-right: 16px;
}
.item.achievement .content .views ul li img {
  width: 258px;
  height: 146px;
}
.item.achievement .content .views ul li a {
  color: #666;
  font-size: 14px;
  line-height: 28px;
}
.item.achievement .content .views #im {
  width: 800px;
  height: 500px;
  top: 50%;
  left: 50%;
  margin-left: -400px;
  margin-top: -250px;
  z-index: 666;
}
.item.achievement .content i {
  font-size: 26px;
  color: #e6e6e6;
  top: 60px;
}
.item.achievement .content i.achievement-prev {
  left: -40px;
}
.item.achievement .content i.achievement-next {
  right: -40px;
}
.item.achievement .content i:hover {
  color: #0f6bc0;
  cursor: pointer;
}
.item.news .content {
  min-height: 390px;
  margin: 10px 0 48px;
}
.item.news .content .news-banner {
  width: 574px;
  height: 390px;
}
.item.news .content .news-banner-list {
  bottom: 20px;
  right: 20px;
}
.item.news .content .news-banner-list span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: 0 3px;
  border: 1px solid #fff;
}
.item.news .content .news-banner-list span.active {
  background: #fff;
}
.item.news .content .news-banner img {
  width: 574px;
  height: 390px;
}
.item.news .content .news-banner p {
  font-size: 16px;
  line-height: 58px;
  background: rgba(15, 107, 192, 0.88);
  color: #fff;
  padding: 0 28px;
  width: calc(100% - 56px);
  bottom: 0;
  left: 0;
}
.item.news .content .news-list {
  font-size: 14px;
  line-height: 38px;
  width: 573px;
}
.item.news .content .news-list .top {
  background: #eee;
  padding-right: 13px;
  line-height: 40px;
}
.item.news .content .news-list .top a.fl {
  font-size: 16px;
  color: #333;
  width: 128px;
}
.item.news .content .news-list .top a.fl.active {
  background: #52aef9;
  color: #fff;
}
.item.news .content .news-list .top a.fr {
  color: #999;
}
.item.news .content .news-list .btm {
  height: 351px;
  overflow: hidden;
}
.item.news .content .news-list .btm li {
  border-bottom: 1px dashed #9f9f9f;
}
.item.news .content .news-list .btm li a:hover span:first-child {
  color: #0f6bc0;
}
.item.news .content .news-list .btm li a span:first-child {
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 480px;
}
.item.news .content .news-list .btm li a span:first-child:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #d2d2d2;
  vertical-align: middle;
  margin: 0 8px 0 3px;
}
.item.news .content .news-list .btm li a span:last-child {
  font-size: 12px;
  color: #999;
}
.item.business {
  background-image: url("../images/business.jpg");
}
.item.business .title .en {
  color: rgba(255, 255, 255, 0.16);
}
.item.business .title .zh {
  color: #fff;
}
.item.business .title .desc {
  color: rgba(255, 255, 255, 0.8);
}
.item.business .content,
.item.business .content a {
  color: #fff;
}
.item.business .content li {
  width: 12.5%;
  margin: 5px 0 40px;
}
.item.business .content i {
  font-size: 32px;
}
.item.business .content span {
  margin-top: 15px;
  line-height: 22px;
}
.item.business .content span:after {
  content: "咨询服务";
  display: block;
}
.item.about {
  background-image: url("../images/about.jpg");
}
.item.about .title .en {
  color: rgba(0, 132, 206, 0.1);
}
.item.about .title .zh {
  color: #333;
}
.item.about .title .desc {
  color: #9f9e9e;
}
.item.about .content {
  font-size: 14px;
  line-height: 26px;
  color: #666;
}
.item.about .content .img .jj {
  background: #0f6bc0;
  color: #fff;
  padding: 34px 27px;
  left: -38px;
  top: 58px;
  z-index: 2;
}
.item.about .content .img .jj .zh {
  font-size: 22px;
}
.item.about .content .img .jj .en {
  font-size: 16px;
  margin-top: 5px;
}
.item.about .content .img .jj .en:after {
  display: block;
  content: "";
  width: 26px;
  height: 2px;
  background: #fff;
  margin-top: 20px;
}
.item.about .content .img .box {
  padding: 16px;
  background: #52aef9;
  left: -49px;
  top: 185px;
  z-index: 1;
}
.item.about .content .text {
  padding: 30px 0;
}
.item.about .content .text .more {
  width: 160px;
  font-size: 12px;
  line-height: 42px;
  background: #52aef9;
  color: #fff;
  margin: 23px 0 10px;
  border-radius: 5px;
}
.item.about .content img {
  width: 1180px;
  height: 246px;
}
.item.contact {
  background-image: url("../images/contact.jpg");
}
.item.contact .title {
  padding-top: 30px;
}
.item.contact .title .en {
  color: rgba(255, 255, 255, 0.18);
}
.item.contact .title .zh {
  color: #fff;
}
.item.contact .title .desc {
  color: #d6d6d6;
}
.item.contact .content {
  color: #fff;
}
.item.contact .content li {
  width: 25%;
  margin: 25px 0 50px;
}
.item.contact .content i {
  font-size: 40px;
}
.item.contact .content span {
  margin-top: 20px;
  line-height: 22px;
}
.subnav a {
  color: #666;
  background: #eee;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 9px 42px;
  margin: 0 2px 26px;
}
.subnav a.active,
.subnav a:hover {
  color: #fff;
  background: #0f6bc0;
}
.list-news {
  padding-bottom: 30px;
}
.list-news .list li {
  border-left: 5px solid transparent;
  margin-bottom: 10px;
  background: #f6f6f6 ;
  padding: 25px 30px;
}
.list-news .list li a {
  display: block;
  overflow: hidden;
}
.list-news .list li .time {
  font-size: 12px;
  color: #999;
}
.list-news .list li .time span {
  margin-left: 20px;
}
.list-news .list li .title {
  font-size: 16px;
  color: #333;
  margin: 14px 0;
}
.list-news .list li .title:before {
  content: "";
  display: inline-block;
  width: 0;
  margin-right: 0;
  height: 1px;
  background: #7d7d7d;
  vertical-align: 4px;
  transition: width .5s;
}
.list-news .list li .desc {
  font-size: 14px;
  color: #666;
}
.list-news .list li:hover {
  border-left-color: #0f6bc0;
}
.list-news .list li:hover .title {
  color: #52aef9;
}
.list-news .list li:hover .title:before {
  width: 28px;
  margin-right: 15px;
}
.pageno {
  text-align: center;
  margin-top: 26px;
}
.pageno li {
  display: inline-block;
}
.pageno li a {
  display: block;
  color: #fff;
  padding: 3px 8px;
  background: #0f6bc0;
}
.pageno li a:hover {
  background: #52aef9;
}
.pageno li i.prev {
  color: #666;
}
.pageno li i.next {
  color: #0ca6f0;
}
.pageno li.thisclass a {
  background: #52aef9;
}
.footer {
  background: #fafdfe;
  color: #666;
  padding: 40px 0 30px;
}
.footer .flink {
  border: 1px solid #eaeaea;
  background: #fff;
}
.footer .flink a {
  color: #666;
  float: left;
  height: 76px;
  line-height: 76px;
  padding: 0 22px;
}
.footer .flink a.active {
  background: #52aef9;
  color: #fff;
  border-color: #52aef9;
}
.footer .flink a:hover {
  color: #52aef9;
}
.footer .footer-nav {
  margin: 40px auto;
}
.footer .footer-nav span {
  color: #333;
  margin: 0 15px;
}
.footer .footer-nav a {
  color: #333;
}
.footer .powerby {
  font-size: 14px;
  line-height: 32px;
}
.footer .powerby .zc {
  margin-left: 25px;
  color: #666;
}
.footer .powerby .zc:hover {
  color: #0f6bc0;
}
