﻿/* CSS Document */
@charset "utf-8";

/* Base Reset Css */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

img {
  border: none;
}

caption,
th {
  text-align: left;
}

th {
  text-align: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

input,
select,
textarea {
  font-size: 100%;
  font-family: Arial, Helvetica, sans-serif;
}

.clearfix:before,
.clearfix:after {
  visibility: hidden;
  display: block;
  content: ".";
  height: 0;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.clearb {
  clear: both
}

a {
  color: #000;
  text-decoration: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

header,
footer,
article,
section,
aside,
nav,
menu,
hgroup,
small,
title {
  display: block;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.center-wrap {
  position: relative;
  z-index: 1;
  width: 1108px;
  margin: 0 auto;
  overflow: hidden;
}

.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/*轮播图片*/
.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  width: 100%;
  height: 100%;
}

/*轮播效果改为淡出淡入 .carousel-fade*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

/*幻灯片切换的时候，防止出现了闪屏的现象*/
@media all and (transform-3d),
(-webkit-transform-3d) {

  .carousel-fade .carousel-inner>.item.next,
  .carousel-fade .carousel-inner>.item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-fade .carousel-inner>.item.prev,
  .carousel-fade .carousel-inner>.item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-fade .carousel-inner>.item.next.left,
  .carousel-fade .carousel-inner>.item.prev.right,
  .carousel-fade .carousel-inner>.item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}


/*header*/
body {
  font-family: "微软雅黑";
  font-size: 14px;
}

/*header*/
.header {
  background-color: #fbfbfc;
  height: 97px;
}

.logo {
  float: left;
  line-height: 97px;
}

.header-nav {
  float: left;
  margin-left: 100px;
}

.header-nav li {
  float: left;
  width: 86px;
  margin: 0 32px;
  line-height: 95px;
}

.header-nav li>a {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #525252;
}

.header-nav li.acitve {
  border-bottom: 2px solid #f34816;
}

.header-nav li.acitve>a {
  color: #f34816;
}

.header-nav li:hover>a {
  color: #f34816;
}

/*.banner{height: 934px; background: url(/templates/img_adx/banner.jpg) no-repeat center top; max-width: 1920px; margin: 0 auto; position: relative;}*/
.banner {
  height: 934px;
  background: url(bg.jpg) no-repeat center top;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

.banchar {
  float: left;
  color: #FFF;
  padding-top: 155px;
  margin-left: 50px;
  text-align: center;
}

.banchar>h1 {
  font-size: 68px;
  font-weight: 700;
  line-height: 94px;
}

.banchar>h2 {
  font-size: 51px;
  font-weight: 700;
  line-height: 61px;
}

.banchar>h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 28px;
  padding-top: 50px;
}

.login-box {
  float: right;
  width: 327px;
  height: 352px;
  background: url(/templates/img_adx/loginbox.png) no-repeat;
  margin: 84px 82px 0 0;
  box-shadow: 0px 10px 10px #333333;
}

.login-box>title {
  font-size: 28px;
  color: #224263;
  font-weight: 700;
  line-height: 100px;
  text-align: center;
}

.login-input {
  width: 265px;
  height: 42px;
  margin: 0 auto 20px;
  border: 1px solid #dcdcdc;
  border-radius: 5em;
  background-color: #ffffff;
}

.login-input>input {
  line-height: 21px;
  border: none;
  border-left: 1px solid #e5e5e5;
  margin: 10px 0 0 49px;
  width: 190px;
  padding: 0 9px;
}

.user {
  background-image: url(/templates/img_adx/icon1.png);
  background-size: 15px 18px;
  background-repeat: no-repeat;
  background-position: 22px center;
}

.password {
  background-image: url(/templates/img_adx/icon2.png);
  background-size: 16px 18px;
  background-repeat: no-repeat;
  background-position: 22px center;
}

.captcha {
  background-image: url(/templates/img_adx/icon8.png);
  background-size: 16px 18px;
  background-repeat: no-repeat;
  background-position: 22px center;
}

.login-sub {
  display: block;
  width: 265px;
  height: 42px;
  margin: 0 auto;
  background-color: #f6611f;
  font-size: 24px;
  color: #FFF;
  padding: 0;
  border-radius: 5em;
  letter-spacing: 18px;
}

.login-sub:hover {
  color: #FFF;
}

.login-other {
  width: 175px;
  margin: 35px auto 0;
  color: #FFF;
}

.login-other>a {
  color: #FFF;
  line-height: 20px;
}

.login-other>span {
  margin: 0 23px;
}

.login-other>a:hover {
  color: #f6611f;
}

.banbot {
  height: 252px;
  width: 100%;
  background: url(ban_bot.png) no-repeat;
  position: absolute;
  bottom: 0;
  padding-top: 60px;
}

.banbot li {
  width: 33%;
  float: left;
  text-align: center;
}

.banbot li>a {
  color: #FFF;
  font-size: 12px;
}

.banbot li>a>img {
  transition: transform 1s ease-out;
}

.banbot li>a>p {
  line-height: 20px;
  margin-top: 12px;
}

.banbot li>a:hover {
  color: #f6611f;
}

.banbot li>a:hover>img {
  transform: rotateZ(360deg);
}

.main {
  background-color: #f4f6fa;
  background-image: url(mainbg.png);
  background-repeat: no-repeat;
  background-size: 1920px 981px;
  background-position: center top;
  padding-top: 80px;
  padding-bottom: 155px;
}

.main>title {
  width: 774px;
  border-bottom: 1px solid #466f8c;
  font-size: 36px;
  color: #224263;
  margin: 0 auto;
  text-align: center;
  font-weight: 700;
  line-height: 76px;
}

.main-center {
  width: 1050px;
  margin: 0 auto;
}

.main .nav-tabs {
  width: 328px;
  margin: 25px auto 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  background-color: #FFF;
  border-radius: 5em;
  height: 42px;
  overflow: hidden;
}

.main .nav-tabs>li {
  width: 50%;
  margin: 0;
}

.nav-tabs>li>a {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 40px;
  font-size: 18px;
  color: #555555;
  text-align: center;
  border-radius: 0;
}

.main .nav-tabs>li.active>a,
.main .nav-tabs>li.active>a:focus,
.main .nav-tabs>li.active>a:hover {
  border: none;
  background-color: #f6611f;
  color: #FFF;
}

.nav-tabs>li>a:hover {
  background-color: inherit;
}

.main .tab-content {
  margin-top: 100px;
}

.main .carousel {
  height: 378px;
}

.main .carousel-inner>.item>p {
  float: left;
  display: table;
  width: 198px;
  height: 150px;
  border: 1px solid #e8e8e8;
  background-color: #FFF;
  text-align: center;
  margin: 2px 6px;
}

.main .carousel-inner>.item>p>a {
  display: table-cell;
  vertical-align: middle;
}

.main .carousel-inner>.item>p>a>img {
  width: auto;
  height: auto;
  max-width: 197px;
  max-height: 150px;
  display: inline-block;
}

.main .carousel-indicators li {
  width: 18px;
  height: 18px;
  background-color: #dfdfdf;
  border: none;
  margin: 0 7px;
}

.main .carousel-indicators .active {
  width: 18px;
  height: 18px;
  background-color: #f6611f;
}

.main-service {
  width: 100%;
  margin-top: 96px;
  padding-left: 50px;
}

.main-service>title {
  font-size: 36px;
  color: #224263;
  font-weight: 700;
}

.main-service-inside {
  margin-top: 32px;
}

.main-service-inside>h1 {
  font-size: 24px;
  color: #202020;
  font-weight: 700;
  line-height: 42px;
}

.main-service-inside>small {
  font-size: 14px;
  color: #f6611f;
  line-height: 14px;
}

.main-service-inside li {
  float: left;
  width: 137px;
  height: 38px;
  border-radius: 5em;
  background-color: #2db5ee;
  background-repeat: no-repeat;
  margin: 20px 28px 20px 0;
  transition: all .2s linear 0s;
  position: relative;
  overflow: hidden;
}

.main-service-inside li a {
  color: #FFF;
  font-size: 14px;
  line-height: 38px;
  padding-left: 50px;
  display: block;
  width: 100%;
  height: 100%;
}

.main-service-inside li:hover a {
  color: #224263;
}

.main-service-inside li::before {
  content: "";
  width: 20px;
  height: 21px;
  background-image: url(/templates/img_adx/icon7.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 9px;
  left: 18px;
  transition: all .2s linear 0s;
}

.main-service-inside li:hover::before {
  background-position: 0 -21px;
}

/*footer*/
.footer {
  height: 144px;
  background-color: #102333;
}

.footer .logo {
  float: left;
  line-height: 144px;
}

.footer-info {
  float: left;
  margin-left: 75px;
}

.footer-info ul {
  padding-bottom: 17px;
  margin-top: 50px;
  border-bottom: 1px solid #727e87;
}

.footer-info li {
  float: left;
  padding: 0 19px;
  color: #9caab6;
  line-height: 14px;
  border-left: 1px solid #9caab6;
}

.footer-info li:first-of-type {
  padding-left: 2px;
  border-left: none;
}

.footer-info li>a {
  font-size: 14px;
  color: #9caab6;
  line-height: 14px;
}

.footer-info li>a:hover {
  color: #FFF;
}

.footer-info>p {
  font-size: 14px;
  color: #9caab6;
  line-height: 14px;
  margin-top: 15px;
}

/*product*/
.product1 {
  height: 774px;
  background: url(/templates/img_adx/probg.jpg) no-repeat center top;
}

.pro-center {
  height: 100%;
  display: table;
}

.pro-main {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  padding: 0 130px 0 50px;
}

.pro-main>img {
  float: left;
}

.pro-char {
  float: left;
  max-width: 410px;
  padding-top: 60px;
}

.pro-char>h1 {
  font-size: 42px;
  color: #FFF;
  font-weight: 700;
  line-height: 102px;
  display: inline-block;
  position: relative;
}

.pro-char>h1::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 18px solid #FFF;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 45px;
  right: -36px;
}

.pro-char>p {
  font-size: 18px;
  color: #FFF;
  line-height: 24px;
  margin-bottom: 15px;
  text-transform: Uppercase;
}

/*.product2{height: 774px; background: url(/templates/img_adx/probg2.jpg) no-repeat center top;}*/
.product2 {
  height: 774px;
  background: url(bg.jpg) no-repeat center top;
}

.product3 {
  height: 774px;
  background: url(/templates/img_adx/probg3.jpg) no-repeat center top;
}

.product1 .pro-char,
.product3 .pro-char {
  margin-left: 64px;
}

.product2 .pro-char {
  margin-right: 64px;
}

/*notice*/
.notban {
  height: 447px;
  background: url(/templates/img_adx/banner2.jpg) no-repeat center top;
}

.notban>title {
  font-size: 64px;
  color: #FFF;
  text-align: center;
  font-weight: 700;
  line-height: 447px;
}

.not-main {
  background-color: #f4f6fa;
}

.not-main ul {
  width: 100%;
  background-color: #FFF;
  padding: 0 30px;
}

.not-main li {
  width: 100%;
  height: 218px;
  border-bottom: 1px solid #bebebe;
  padding: 50px 0 30px 0;
}

.notime {
  float: left;
  width: 92px;
  height: 100%;
  background-color: #e5e5e5;
  text-align: center;
  position: relative;
}

.notime>span {
  display: block;
  font-size: 14px;
  color: #2d2d2d;
  line-height: 14px;
  padding: 30px 0 10px 0;
}

.notime>b {
  display: block;
  font-size: 24px;
  color: #2d2d2d;
}

.notime>p {
  width: 100%;
  height: 35px;
  font-size: 14px;
  color: #FFF;
  line-height: 35px;
  background-color: #c5c7ce;
  position: absolute;
  bottom: 0;
}

.notchar {
  float: left;
  margin-left: 30px;
  max-width: 926px;
  max-height: 137px;
  overflow: hidden;
}

.notchar>span {
  display: block;
  font-size: 14px;
  color: #f6611f;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.notchar>p {
  font-size: 14px;
  color: #000000;
  line-height: 18px;
}

.notchar:hover p {
  color: #f6611f;
}

.pagination {
  display: table;
  margin: 0 auto;
  overflow: hidden;
  padding: 50px 0;
}

.pagination a {
  width: auto;
  line-height: 30px;
  padding: 0 11px;
  background: #fff;
  display: block;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  border: solid 1px #ddd;
  border-radius: 4px;
  float: left;
  margin: 0 5px;
}

.pagination a:hover {
  background: #2797ff;
  color: #fff;
}

.pagination a.current {
  background: #2797ff;
  color: #fff;
}

.pagination a.current:hover {
  cursor: default;
}

/*service*/
.ser-bgc {
  background-color: #f4f6fa;
  padding: 20px 0 15px 0;
}

.ser-main {
  background-color: #FFF;
  padding: 0 45px;
}

.ser-main>title {
  width: 910px;
  margin: 0 auto;
  font-size: 27px;
  color: #525252;
  font-weight: 700;
  text-align: center;
  line-height: 84px;
  border-bottom: 2px solid #fccfbb;
}

.ser-info {
  width: 100%;
  margin-top: 77px;
}

.ser-info>h1 {
  font-size: 18px;
  color: #f6611f;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 20px;
  position: relative;
}

.ser-info>h1::after {
  content: "";
  width: 55px;
  height: 1px;
  background-color: #f6611f;
  position: absolute;
  bottom: 0px;
  left: 0;
}

.ser-info>p {
  font-size: 16px;
  color: #545454;
  line-height: 28px;
  text-indent: 2em;
  margin-bottom: 14px;
}

.ser-info>h5 {
  font-size: 16px;
  color: #f88324;
  line-height: 16px;
  padding: 14px 0;
}

.ser-info>h2 {
  font-size: 20px;
  color: #7a7a7a;
  line-height: 56px;
  text-align: center;
  margin-top: 14px;
}

.ser-info>ol {
  margin: 20px 0;
}

.ser-info>ol>li {
  font-size: 16px;
  color: #545454;
  line-height: 28px;
  padding-left: 15px;
  position: relative;
}

.ser-info>ol>li::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #f88324;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 2px;
}

/*about*/
.aboutbg {
  height: 733px;
  background: url(banner3.jpg) no-repeat center top;
}

.about-box {
  background: rgba(255, 255, 255, .5);
  height: 642px;
  padding: 0 45px;
}

.about-box>title {
  width: 910px;
  margin: 0 auto;
  text-align: center;
  font-size: 27px;
  color: #525252;
  font-weight: 700;
  line-height: 98px;
  border-bottom: 2px solid #fcceb4;
}

.about-char {
  margin-top: 40px;
}

.about-char>p {
  font-size: 18px;
  color: #525252;
  line-height: 36px;
  text-indent: 2em;
}

/*page*/
.page-info {
  background-color: #FFF;
  padding: 0 45px;
}

.page-title {
  width: 910px;
  margin: 0 auto;
  text-align: center;
  border-bottom: 2px solid #fccfbb;
  padding: 40px 0 20px 0;
}

.page-title>title {
  font-size: 27px;
  color: #f6611f;
  font-weight: 700;
  line-height: 48px;
}

.page-title>small {
  font-size: 14px;
  color: #ccc;
}

.page-char {
  padding: 30px 0;
}

.page-char>p {
  font-size: 16px;
  color: #545454;
  line-height: 28px;
  text-indent: 2em;
  margin-bottom: 14px;
}

.page-char>img {
  max-width: 100%;
}

@media (max-width: 1000px) {

  .center-wrap,
  .main-center {
    width: 980px;
  }

  .center-wrap .logo {
    margin-left: 50px;
  }

  .center-wrap .header-nav {
    margin-left: 50px;
  }

  .center-wrap .logo img {
    width: 120px;
  }

  .carousel-inner {
    width: 86%;
    margin: 0 auto;
  }

  .notchar {
    max-width: 750px;
  }

  .pro-main img {
    width: 320px;
  }
}