body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "微软雅黑","黑体",sans-serif;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-size-adjust: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.475;
  background-color: #FFF;
}
.container {
  width: 1200px;
}
a {
  color: #333;
}

/* header */
.header {
  height: 100px;
}
.logo-img {
  height: 100px;
  line-height: 100px;
}
.wrodline{
   white-space: nowrap;
   display:inlie-block;
}
/* 导航菜单 */
.nav {
  margin-top: 25px;
}
.nav li {
  display: inline-block;
}
.nav>li>a {
  position: relative;
  display: block;
  padding: 12px 30px;
}
.nav>li:nth-of-type(1)>a {
  padding-left:0;
}
.nav>li:nth-of-type(6)>a {
  padding-right:0;
}
.nav>li>.active {
  color: #ff6e00;
  font-weight: 700;
}
.nav>li>.active:after {
  content: "";
  display: block;
  width: 30px;
  height: 4px;
  background: #ff6e00;
  margin: 0 auto;
  margin-top: 5px;
}
.nav>li>a:focus, .nav>li>a:hover {
  text-decoration: none;
  color: #ff6e00;
  font-weight: 700;
  background-color: transparent;
}
.nav>li>a:hover:after {
  content: "";
  display: block;
  width: 30px;
  height: 4px;
  background: #ff6e00;
  margin: 0 auto;
  margin-top: 5px;
}

/* banner */
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
  display: block;
  width: 100%;
  height: auto;
}
.banner img {
  display: block;
  width: 100%;
  height: auto;
}

/* 主体 */
/* .core-product {
  background: url(../images/bg_1.png) -28px 65px;
  background-size: cover;
} */
.core-product-bg-1 {
  height: 406px;
  width: 1407px;
  margin: 0 auto;
  background: url(../images/index_bg_1.png) right bottom no-repeat;
  background-size: cover;
}
.core-product-bg-2 {
	position: relative;
  height: 324px;
  width: 1274px;
  margin: 0 auto;
  margin-top: 50px;
} 
.core-product-bg-2 img{
  position: absolute;
  bottom: -85px;
}
.core-product {
  margin: 112px auto;
  margin-bottom: 0;
}
.core-product .container {
  width: 1107px;
}
.border {
  width: 32px;
  height: 6px;
  background: #ff6600
}
.btn {
  height: 42px;
  line-height: 42px;
  border-radius: unset;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: 0; 
  outline-offset: 0; 
  box-shadow: none;
}
.btn-detail {
  padding: 0 66px;
  border: 1px solid #ff6600;
  background: transparent;
}
.btn-detail:hover {
   border: 1px solid rgba(255,102,0,.6);
}
.btn-detail a {
  color: #ff6600;
}
.btn-default {
  padding: 0 66px;
  border: 1px solid #fff;
  background: transparent;
  border-color: #fff; 
}
.btn-default a {
  color: #fff;
}
.btn-default.focus, .btn-default:focus,.btn-default:active:focus, .btn-default:active:hover,.btn-default:hover {
  border: 1px solid #fff;
  background: transparent;
}
.text-letter {
  display: inline-block;
  letter-spacing: 10px;
}
.line {
  display: inline-block;
  position: relative;
  top: -3px;
  margin: 0 22px;
  width: 87px;
  height: 1px;
  background: #dbdbdb;
}
.slogan span {
  display: inline-block;
  margin: 0 10px;
  font-size: 20px;
  color: #fff;
  background: #ff6600;
}
.service-img {
  width: 1214px;
  margin: 0 auto;
  margin-top: 40px;
}
.service-img .service-img-box>a>div {
  position: relative;
  width: 365px;
  height: 295px;
}
.service-img .service-img-box>a>div .bg_sm {
  position: absolute;
  width: 72px;
  height: 72px;
  left: 50%;
  bottom: 0;
  margin-left: -36px;
}
.service-img .service-img-box:hover .bg_sm {
	transform: rotateZ(360deg);
	width: 80px;
	height: 80px;
	margin-left: -39px;
    bottom: -4px;
	transition: all 1.5s;
    -moz-transition: all 1.5s;
    -webkit-transition: all 1.5s;
}
.supply-chain-service {
  background: url(../images/bg_2.png) center center;
  background-size: cover;
  padding-bottom: 50px;
}
.news-centre {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 76px;
  overflow: hidden;
}
.head-bg {
  position: relative;
  width: 551px;
  height: 30px;
  background: url(../images/icon_1.png) center center no-repeat;
}
.head-bg-text {
  position: absolute;
  left: 25px;
  top: 1px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.more {
  position: absolute;
  right: 0;
  bottom: 7px;
  color: #aaa;
  font-size: 14px;
}
.more a {
	color: #aaa;
}
.news-content {
  border-right: 1px solid #ddd;
}
.news-content ul {
  display: block;
  overflow: hidden;
}
.news-content ul li{
  overflow: hidden;
}
.news-content ul li {
  display: block;
  margin-bottom: 30px;
}
.news-content ul li:nth-of-type(1){
  margin-top: 30px;
}
.news-img-sm {
  width: 160px;
  height: 120px;
}
.news-img-sm img{
  width: 160px;
  height: 120px;
}
.des-news-text {
  width: 362px;
}
.news-content ul li.active .des-news-text{
  margin-left: 18px;
}
.news-content ul li.active .des-news-text .news-title{
  padding-top: 7px;
}
.news-text .news-title {
  font-size: 14px;
  max-width: 420px;
}
.school-content ul {
  display: block;
  overflow: hidden;
}
.school-content ul li {
  display: block;
  margin-bottom: 30px;
  overflow: hidden;
}
.school-content ul li:last-child {
  margin-bottom: 0;
}
.school-content ul li:nth-of-type(1){
  margin-top: 30px;
}
.school-content ul li.active .des-news-text{
  margin-left: 18px;
}
.school-content ul li.active .des-news-text .news-title{
  padding-top: 7px;
}
.school-text .news-title {
  font-size: 14px;
  max-width: 420px;
}

/* footer */
.footer {
  padding-top: 26px;
  border-top: 1px solid #ddd;
}
.footer #bottomMenu {
  padding: 0;
}
.footer dl {
  display: block;
  float: left;
  width: auto;
  text-align: left;
  margin-right: 40px;
}
.footer-menu dl dt {
  font-size: 16px;
  font-weight: 600;
}
.footer-menu dl dd {
  margin-top: 5px;
}
.footer-menu dl dd a {
  color: #999;
  font-size: 13px;
}
.footer-menu dl dd a:hover {
  color: #ff6600;
}
.wechat-img {
  width: 113px;
}
.wechat-img img{
  display: block;
  width: 113px;
  height: 113px;
}
.contact {
  width: 313px;
  height: 142px;
  background: url(../images/bg_3.png) center center;
  background-size: cover;
  margin-top: -9px;
  margin-right: 10px;
}
.contact .contact-content {
  margin-top: 27px;
  margin-left: 35px;
}
.business-number {
  font-size: 24px;
  color: #ff6700;
}
.footer-bottom {
  height: 37px;
  line-height: 37px;
  font-size: 13px;
  color: #999;
  background: #f8f8f8;
  text-align: center;
}
.typical-case-banner， .typical-case-img {
  width: 100%；
}
.typical-case-banner {
  position: relative;
}
.typical-case-img img {
  display: block;
  width: 100%;
  height: auto;
}
.panel-tabs {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  height: 40px;
  background:rgba(0,0,0,.33);
}
.panel-tabs li {
  position: relative;
  float: left;
  height: 40px;
  line-height: 40px;
  width: 400px;
  text-align: center;
  cursor: pointer;
}
.panel-tabs li:nth-of-type(2):after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  right: 0;
  width: 1px;
  height: 22px;
  background: #586368;
} 
.panel-tabs li:nth-of-type(2):before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 1px;
  height: 22px;
  background: #586368;
}
.panel-tabs li:nth-of-type(2).active:before, .panel-tabs li:nth-of-type(2).active:after {
  content: "";
  display: none;
}
.panel-tabs li a {
  color: #fff;
}
.panel-tabs li.active {
  background: #fff;
}
.panel-tabs li.active a {
  color: #000;
}
.content-one {
  padding-top: 105px;
  padding-bottom: 50px;
  background: url(../images/bg_4.png) center center;
  background-size: cover;
}
.content-one .container {
  width: 1107px;
  margin: 0 auto;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  vertical-align: middle;
  border: none;
}
.content-second, .content-third {
  padding: 52px 0;
}
.content-second-bg {
  background: #f5f5f5;
}
.content-second-img {
	position: relative;
  width: 426px;
  height: 294px;
}
.content-second-img .border-bg{
	width: 404px;
	height: 269px;
	border: 10px solid #eeeeee;
}
.content-second-img img{
	position: absolute;
	top: 26px;
	left: 41px;
  width: 398px;
  height: 265px;
}
.content-text {
  font-size: 14px;
}
.content-second .content-text {
  margin-left: 74px;
}
.content-text .table {
  font-size: 14px;
  color: #666;
}
.content-text .table>tbody>tr>td {
  padding: 9px 0 9px 0;
}
.text-indent {
  text-indent:28px;
}
.typical-customers {
  background: #f5f5f5;
  padding-top: 72px;
  padding-bottom: 72px;
}
.typical-customers-content  {
  width: 1302px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 60px;
}
.customer-img {
  width: 1200px;
  margin-left: 24px;
  overflow: hidden;
}
.customer-img>div {
  position: relative;
}
.img-box {
  float: left;
  width: 1200px;
}
.img-box  ul {
  width: 100%;
}
.img-box ul>li {
  display: block;
  float: left;
  margin-right: 16px;
  margin-bottom: 16px;
  width: 288px;
  height: 100px;
}
.img-box ul>li:nth-child(4n+4) {
  margin-right: 0;
}
.img-box ul>li>img{
  display: block;
  width: 100%;
}
.typical-customers .line {
  top: -8px;
}
.btn-left, .btn-right {
  margin-top: 64px;
  cursor: pointer;
}
.typical-case-banner .group-btn {
  position: absolute;
  left: 50%;
  top: 74%;
  width: 453px;
  transform: translate(-50%,-50%);
}
.main-des {
  background: url(../images/bg_8.png) left bottom no-repeat;
  background-size: cover;
}
.line-group {
  margin-bottom: 55px;
}
.line-group .line {
  top: -8px;
}
.main-des .content-text {
  margin-left: 74px;
}
.analysis {
  height: 530px;
  background: url(../images/bg_5.png) center 134px no-repeat;
  background-size: 85%;
}
.core-function {
  background: url(../images/bg_6.png) center top no-repeat;
}
.content ul {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.fun-list li {
  float: left;
  width: 25%;
  text-align: center;
  padding: 0 32px;
}
.fun-list li span{
  display: block;
  margin-bottom: 46px;
  height:64px;
}
.fun-list li p:nth-of-type(1){
  margin-bottom: 27px;
}
.core-function  .line {
  background: #9dc9d8;
  opacity: 0.9;
}
.value-list {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.value-list li {
  position: relative;
  display: block;
  float: left;
  width: 234px;
  height: 351px;
  margin-right: 66px;
  border: 1px solid #eee;
}
.value-list li:nth-of-type(1) {
  background: url(../images/small_img_11.png) center center no-repeat;
}
.value-list li:nth-of-type(2) {
  background: url(../images/small_img_12.png) center center no-repeat;
}
.value-list li:nth-of-type(3) {
  background: url(../images/small_img_13.png) center center no-repeat;
}
.value-list li:nth-of-type(4) {
  background: url(../images/small_img_14.png) center center no-repeat;
  margin-right: 0;
}
.value-list li span{
  position: absolute;
}
.value-list li:nth-child(2n+1) span{
  top: 46px;
  left: 0;
  width: 100%;
}
.value-list li:nth-child(2n+2) span{
  bottom: 46px;
  left: 0;
  width: 100%;
}
.value-list>li:hover .border_top, .value-list>li:hover .border_bottom{
	width: 231px;
}
.value-list>li:hover .border_left, .value-list>li:hover .border_right{
	height: 348px;
}
.content {
  padding-top: 64px;
  padding-bottom: 72px;
}
.crowd-analysis {
  padding-bottom: 0;
}
.crowd-analysis ul {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.crowd-analysis ul>li {
  display: block;
  float: left;
  width: 525px;
  height: 111px;
}
.crowd-analysis ul>li:hover h4, .crowd-analysis ul>li:hover p {
  color: #ff6e00;
}
.crowd-analysis ul>li>div {
  width: 300px;
  text-align: left;
  margin-left: 112px;
  margin-top: 23px;
}
.crowd-analysis ul>li:nth-of-type(1) {
  background: url(../images/icon_6.png) center center no-repeat;
  margin-bottom: 47px;
  margin-left: 60px;
}
.crowd-analysis ul>li:nth-of-type(2) {
  background: url(../images/icon_7.png) center center no-repeat;
  margin-bottom: 47px;
  margin-left: 24px;
}
.crowd-analysis ul>li:nth-of-type(3) {
  background: url(../images/icon_8.png) center center no-repeat;
  margin-left: 60px;
}
.crowd-analysis ul>li:nth-of-type(4) {
  background: url(../images/icon_9.png) center center no-repeat;
  margin-left: 24px;
}
.operate {
  position: relative;
  width: 1200px;
  height: 119px;
  margin: 0 auto;
  margin-top: 72px;
  background: url(../images/bg_7.png) center center no-repeat;
}
.operate a{
  display: block;
  width: 400px;
  height: 119px;
  float: left;
  cursor: pointer;
  font-size: 0;
}
.application-scenario {
  background: url(../images/bg_9.png) center center no-repeat;
}
.application-scenario ul {
  overflow: hidden;
  width: 523px;
  margin: 0 auto;
  padding: 10px 0;
}
.application-scenario ul>li {
  display: block;
  float: left;
  width: 129px;
  height: 112px;
  background: url(../images/icon_10.png) center center no-repeat;
  margin-left: 68px;
  margin-top: 59px;
}
.application-scenario ul>li:hover {
	transform: rotateZ(360deg);
    transition: all 1.5s;
    -moz-transition: all 1.5s;
    -webkit-transition: all 1.5s;
}
.application-scenario ul>li>span {
  display: block;
  width: 40px;
  margin-left: 45px;
  margin-top: 32px;
}
.application-scenario ul>li:nth-of-type(1) {
  margin-left: 100px;
  margin-top: 0;
}
.application-scenario ul>li:nth-of-type(2) {
  margin-top: 0;
}
.application-scenario ul>li:nth-of-type(3) {
  margin-left: 0;
}
.service-system ul {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.service-system ul>li {
  display: block;
  float: left;
  width: 270px;
  margin-left: 40px;
  margin-bottom: 25px;
}
.service-system ul>li:nth-child(4n+1) {
  margin-left: 0;
}
.service-system ul>li:nth-child(1n+5) {
  margin-bottom: 0;
}
.service-system ul>li:nth-child(5) {
  clear: both;
}
.service-system ul>li .service-icon {
  display: block;
  width: 100%;
  text-align: center;
}
.service-text {
  position: relative;
  width: 100%;
  height: 120px;
  border: 1px solid #e8e8e8;
  padding-left: 24px;
  padding-top: 30px;
  padding-right: 26px;
  margin-top: 20px;
}
.service-system ul>li .service-text h4 {
  position: absolute;
  width: 127px;
  background: #fff;
  top: -10px;
  left: 72px;
  margin: 0;
  z-index: 11;
}
.service-advantage {
  background: #fafafa;
  padding-bottom: 0;
}
.service-advantage ul {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.service-advantage ul li {
  float: left;
  width: 150px;
}
.triangle-left {
  width: 0;
  height: 0;
  border-top: 45px solid transparent;
  border-right: 150px solid #e8e8e8;
}
.triangle-right {
  width: 0;
  height: 0;
  border-top: 45px solid transparent;
  border-left: 150px solid #fff;
}
.rectangle-gray {
  width: 150px;
  height: 280px;
  background: #e8e8e8;
  text-align: center;
  padding-top: 75px;
}
.rectangle-white {
  width: 150px;
  height: 280px;
  background: #fff;
  text-align: center;
  padding-top: 75px;
}
.advantage-icon {
  display: block;
  margin-bottom: 50px;
}
.business-info ul {
  width: 1200px;
  margin: 0 auto;
  margin-top: 68px;
  overflow: hidden;
}
.business-info ul li {
  float: left;
  width: 309px;
}
.business-info ul li:nth-of-type(2) {
  margin: 0 129px;
}
.strategy {
  position: relative;
  padding-bottom: 130px;
  background: url(../images/bg_10.png) center center no-repeat;
}
.strategy ul li {
  position: relative;
  float: left;
  width: 242px;
  padding-top: 9px;
  margin-left: 68px;
}
.strategy ul li:nth-of-type(1) {
  margin-left: 0;
}
.strategy-border {
  width: 196px;
  height: 373px;
  border: 1px solid #c2c2c2;
  margin: 0 auto;
}
.strategy-border h4 {
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 10px;
  background: #f0f0f0;
}
.strategy ul li:nth-of-type(4) .strategy-border h4 {
  left: 25%;
  transform: none;
}
.strategy-border p {
  position: absolute;
  top: 66px;
  left: 0;
  background: #ededed;
}
.strategy-img {
  position: absolute;
  bottom: 79px;
  left: 50%;
  transform: translateX(-50%);
}
.service-advantage-two ul li {
  padding-top: 16px;
  float: left;
  width: 333px;
}
.service-advantage-two ul li:nth-of-type(2) {
  margin: 0 97px;
}
.advantage-border {
  position: relative;
  width: 100%;
  height: 363px;
  border: 1px solid #ccc;
}
.service-advantage-two ul>li:hover .advantage-border, .service-advantage-two ul>li:hover .border_top, .service-advantage-two ul>li:hover .border_bottom {
	width: 100%;
	border:none;
}
.service-advantage-two ul>li:hover .border_left, .service-advantage-two ul>li:hover .border_right {
	height: 363px;
}
.advantage-border>h4 {
  position: absolute;
  top: -20px;
  left: 22%;
  padding: 0 14px;
  background: #fff;
  z-index: 11;
}
.service-advantage-two ul li:nth-of-type(2) .advantage-border>h4 {
  left: 33%;
}
.advantage-border>p {
  width: 266px;
  margin: 0 auto;
  text-align: left;
  padding-top: 39px;
}
.advantage-border>.point {
  width: 29px;
  margin: 0 auto;
  margin-top: 39px;
}
.advantage-border>.point a{
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #acacac;
  cursor: none;
}
.advantage-border>.advantage-img {
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 161px;
  width: 100%;
}
.advantage-border>.advantage-img img{
  width: 100%;
}
.service-mode-img {
  margin-bottom: 21px;
  height: 75px;
}
.service-advantage-third {
  background: url(../images/bg_11.png) center center no-repeat;
}
.service-advantage-third li {
	position:relative;
  float: left;
  width: 313px;
}

.service-advantage-third li:nth-of-type(2) {
  margin: 0 129px;
}
.service-advantage-third li:hover .border_top, .service-advantage-third li:hover .border_bottom {
	width: 100%;
}
.service-advantage-third li:hover .border_left, .service-advantage-third li:hover .border_right {
	height: 186px;
}
.advantage-pic {
	position:relative;
  width: 100%;
  height: 186px;
}
.border_top{ position:absolute;height:1px;width:0px;font-size:0;background:#f90;top:0;left:0; z-index: 10; -webkit-transition:all 0.4s ease-out; -o-transition:all 0.4s ease-out; transition:all 0.4s ease-out;}
.border_right{ position:absolute;height:0px;width:1px;font-size:0;background:#f90;bottom:0;right:0; z-index: 10; -webkit-transition:all 0.4s ease-out; -o-transition:all 0.4s ease-out; transition:all 0.4s ease-out;}
.border_bottom{ position:absolute;height:1px;width:0px;font-size:0;background:#f90;right:0;bottom:0; z-index: 10; -webkit-transition:all 0.4s ease-out; -o-transition:all 0.4s ease-out; transition:all 0.4s ease-out;}
.border_left{ position:absolute;height:0px;width:1px;font-size:0;background:#f90;left:0;top:0; z-index: 10; -webkit-transition:all 0.4s ease-out; -o-transition:all 0.4s ease-out; transition:all 0.4s ease-out;}
.value-embodiment-second ul>li:hover .border_top, .value-embodiment-second ul>li:hover .border_bottom{
	width: 313px;
}
.value-embodiment-second ul>li:hover .border_left, .value-embodiment-second ul>li:hover .border_right{
	height: 186px;
}
.core-architecture>ul {
  padding-top: 90px;
}
.core-architecture>ul>li {
  position: relative;
  float: left;
  width: 250px;
  padding-top: 10px;
  margin: 0 auto;
}
.core-architecture>ul>li:nth-of-type(1) {
  background: url(../images/icon_30.png) center center no-repeat;
  background-position: 58px top;
}
.core-architecture>ul>li:nth-of-type(1) .architecture>h4  {
  left: 22%;
}
.core-architecture>ul>li:nth-of-type(1) .architecture>p  {
  margin-top: 12px;
}
.core-architecture>ul>li:nth-of-type(2) {
  background: url(../images/icon_30.png) center center no-repeat;
  background-position: -197px top;
}
.core-architecture>ul>li:nth-of-type(3) {
  background: url(../images/icon_30.png) center center no-repeat;
  background-position: -446px top;
}
.core-architecture>ul>li:nth-of-type(4) {
  background: url(../images/icon_30.png) center center no-repeat;
  background-position: -694px top;
}
.core-architecture>ul>li:nth-of-type(5) {
  width: 200px;
  background: url(../images/icon_30.png) center center no-repeat;
  background-position: -942px top;
}
.architecture {
  position: relative;
  text-align: center;
  width: 200px;
  height: 79px;
  border: 1px solid #ff6a00;
  margin-top: 85px;
  background: #fff;
}
.architecture>h4 {
  position: absolute;
  padding: 0 9px;
  background: #fff;
  top: -18px;
  left: 14%;
  margin: 0;
  height: 35px;
  line-height: 35px;
}
.architecture>p {
  margin-top: 17px;
}
.tip-text {
  position: absolute;
  top: -90px;
  left: 0;
  width: 200px;
  height: 69px;
  font-size: 14px;
  color: #999;
  padding: 18px 14px;
  text-align: center;
  border: 1px solid #e8e8e8;
  background: #f8f8f8;
}
.tip-text:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 40%;
  bottom: -15px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #f8f8f8;
}
.tip-text:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 40%;
  bottom: -16px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #e8e8e8;
}
.down-tip-text {
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  width: 200px;
  height: 69px;
  font-size: 14px;
  color: #999;
  padding: 18px 14px;
  text-align: center;
  border: 1px solid #e8e8e8;
  background: #f8f8f8;
}
.down-tip-text:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 40%;
  top: -15px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #f8f8f8;
}
.down-tip-text:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 40%;
  top: -16px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #e8e8e8;
}
.core-architecture>ul>li.second-li  {
  padding-top: 190px;
  padding-bottom: 90px;
}
.second-li .architecture {
  margin-top: 0;
  height: 106px;
}
.core-architecture>ul>li.second-li:nth-of-type(7) {
  background: url(../images/icon_30.png) center center no-repeat;
  background-position: -197px -174px;
}
.core-architecture>ul>li:nth-of-type(7) .architecture>h4  {
  left: 30px;
}
.core-architecture>ul>li.second-li:nth-of-type(8) {
  background: url(../images/icon_30.png) center center no-repeat;
  background-position: -446px -174px;
}
.core-architecture>ul>li:nth-of-type(8) .architecture>h4  {
  left: 42px;
}
.core-architecture>ul>li.second-li:nth-of-type(9) {
  background: url(../images/icon_30.png) center center no-repeat;
  background-position: -694px -174px;
}
.core-architecture>ul>li:nth-of-type(9) .architecture>h4  {
  left: 42px;
}
.purchase-points ul>li {
  float: left;
  width: 240px;
  height: 270px;
  margin-right: 80px;
}
.purchase-points ul>li:nth-of-type(1) {
  background: url(../images/bg_12.png) left top no-repeat;
}
.purchase-points ul>li:nth-of-type(2) {
  background: url(../images/bg_13.png) left top no-repeat;
}
.purchase-points ul>li:nth-of-type(3) {
  background: url(../images/bg_14.png) left top no-repeat;
}
.purchase-points ul>li:nth-of-type(4) {
  background: url(../images/bg_16.png) left top no-repeat;
  margin-right: 0;
}
.purchase-points ul>li>h4 {
  margin-top: 133px;
}
.purchase-points ul>li>p {
  width: 182px;
  margin: 0 auto;
  margin-top: 30px;
}
.eight-core-function {
  background: url(../images/bg_15.png) left top no-repeat;
}
.eight-core-function ul>li {
  float: left;
  width: 25%;
  margin-bottom: 78px;
}
.eight-core-function ul>li>div img {
  opacity: 0.8;
}
.eight-core-function ul>li:hover div img {
  opacity: 1;
}
.eight-core-function ul>li:nth-child(1n+5) {
  margin-bottom: 0;
}
.eight-core-function ul>li>div {
  height: 64px;
}
.value-embodiment-second {
  padding-bottom: 0;
}
.value-embodiment-second li {
  float: left;
  width: 313px;
}
.value-embodiment-second li:nth-of-type(2) {
  margin: 0 129px;
}
.platform-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 90px;
}
.supply-chain .content-text {
  width: 488px;
  margin-left: 183px;
}
.supply-chain {
  background: url(../images/bg_11.png) left top no-repeat;
}
.service-center {
  background: url(../images/bg_17.png) left top no-repeat;
  background-size: cover;
}
.service-center .line-group {
  margin-bottom: 30px;
}
.technical-support .content-text {
  margin-left: 74px;
}
.service-purpose ul>li {
  float: left;
  width: 194px;
  margin-left: 57px;
}
.service-purpose ul>li:nth-of-type(1) {
  margin-left: 0;
}
.service-purpose ul>li:hover .purpose-border, .service-purpose ul>li:hover .purpose-border .border_top, .service-purpose ul>li:hover .purpose-border .border_bottom {
	width: 100%;
	border: none;
}
.service-purpose ul>li:hover .purpose-border .border_left, .service-purpose ul>li:hover .purpose-border .border_right {
	height: 180px;
}
.service-purpose ul>li .purpose-border{
  position: relative;
  width: 100%;
  height: 180px;
  border: 1px solid #e8e8e8;
}
.purpose-border h4 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  padding: 0 10px;
  background: #fff;
  z-index: 11;
}
.purpose-border img {
  margin-top: 54px;
}
.market-cooperation {
  background: url(../images/bg_18.png) left top no-repeat;
  background-size: cover;
}
.market-cooperation p {
  width: 810px;
  margin: 0 auto;
  margin-bottom: 33px;
}
.market-cooperation .table {
  width: 600px;
  margin: 0 auto;
  font-size: 14px;
  color: #666;
}
.market-cooperation .table>tbody>tr>td input {
  height: 36px;
  line-height: 36px;
}
.market-cooperation .table>tbody>tr>td:nth-child(odd) {
  text-align: right;
}
.market-cooperation .table>tbody>tr>td {
  padding: 12px 0 12px 8px;
}
.market-cooperation .table>tbody>tr>td input, .market-cooperation .table>tbody>tr>td textarea {
  width: 440px;
  background: #fff;
  border: none;
  color: #000;
}
.text-require {
  font-size: 18px;
  color: #f23030;
  vertical-align: sub;
  padding-right: 10px;
}
.feedback .table>tbody>tr>td input {
  height: 36px;
  line-height: 36px;
}
.feedback .table>tbody>tr>td:nth-child(odd) {
  text-align: right;
}
.feedback .table>tbody>tr>td:nth-child(even) {
  text-align: left;
}
.feedback .table>tbody>tr>td {
  padding: 12px 0 12px 8px;
}
.feedback .table>tbody>tr>td input {
  width: 440px;
  background: #fff;
  color: #000;
}
.feedback .table>tbody>tr>td textarea {
	width: 1000px;
	height:216px;
}
.feedback .table>tbody>tr>td select {
  width: 240px;
}
.feedback .form-control {
  border: 1px solid #ddd !important;
  box-shadow: none;
}
.submitButton {
  color: #fff;
  background: #ff7e00;
  padding-left: 92px;
  padding-right: 92px;
}
.submitButton:hover {
  color: #fff;
}
.table-tit {
  padding-top: 47px;
  padding-bottom: 24px;
  overflow: hidden;
}
.table-tit>h4 {
  float: left;
  font-size: 20px;
  font-weight: 600;
  padding-left: 8px;
  line-height: 16px;
  color: #000;
  border-left: 6px solid #ff8157;
  margin-bottom: 0;
  margin-top: 0;
}
.viewpoint-list li {
  position: relative;
  float: left;
  width: 388px;
  height: 184px;
  border: 1px solid #e8e8e8;
  margin-left: 17px;
}
.viewpoint-list li:nth-of-type(1) {
  margin-left: 0;
}
.viewpoint-title {
  width: 210px;
  margin-left: 17px;
  margin-top: 17px;
}
.viewpoint-title h3 {
  margin-top: 16px;
}
.viewpoint-bg {
  position: absolute;
  bottom: 0;
  right: 129px;
  width: 257px;
  height: 60px;
  padding: 8px 19px;
  background: #eee;
}
.viewpoint-bg h4 {
  margin: 0;
}
.figure {
  position: absolute;
  right: 0;
  top: -27px;
}
.video-list li {
  float: left;
  width: 288px;
  margin-left: 16px;
}
.video-list li:nth-of-type(1) {
  margin-left: 0;
}
.video-list li .video {
  position: relative;
  width: 100%;
  height: 162px;
  margin-bottom: 13px;
}
.VideoBtn {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 36px;
  color: #fff;
  transform: translate(-50%,-50%);
}
.videoShow {
  width: 100%;
}
.video-img {
  position: absolute;
  left: 0;
  top: 0;
}
.industry-content {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.left-large, .left-small {
  float: left;
}
.left-large {
  position: relative;
  width: 592px;
  height: 340px;
  margin-right: 16px;
}
.left-large>img {
  width: 100%;
}
.left-large .left-large-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px 21px;
  background: rgba(0,0,0,.33);
}
.left-small {
  width: 592px;
}
.left-small ul>li {
  position: relative;
  float: left;
  width: 286px;
  height: 162px;
  margin-left: 17px;
  margin-bottom: 16px;
}
.left-small ul>li:nth-child(odd) {
  margin-left: 0;
}
.left-small ul>li:nth-child(1n+3) {
  margin-bottom: 0;
}
.left-small ul>li>img {
  width: 100%;
}
.left-small ul li p {
  position: absolute;
  bottom: 0;
  padding: 10px 10px;
  text-overflow: ellipsis;
  width: 287px;
  overflow: hidden;
  white-space: nowrap;
  background: rgba(0,0,0,.33);
}
.report-list {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.report-list li {
  position: relative;
  float: left;
  width: 288px;
  height: 162px;
  margin-left: 16px;
}
.report-list li:nth-of-type(1) {
  background: url(../images/bg_19.png) left top no-repeat;
  margin-left: 0;
}
.report-list li:nth-of-type(2) {
  background: url(../images/bg_20.png) left top no-repeat;
}
.report-list li:nth-of-type(3) {
  background: url(../images/bg_21.png) left top no-repeat;
}
.report-list li:nth-of-type(4) {
  background: url(../images/bg_22.png) left top no-repeat;
}
.report-list li h3 {
  width: 253px;
  margin: 0 auto;
  margin-top: 54px;
  text-align: center; 
}
.report-list li p {
  position: absolute;
  color: #fff;
  opacity: .5; 
  text-align: center;
  width: 100%;
  bottom: 20px;
}
.knowledge-list {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 24px;
  margin-bottom: 48px;
}
.knowledge-list li {
  position: relative;
  float: left;
  width: 288px;
  height: 243px;
  background: #f5f5f5;
  padding: 0 18px;
  margin-left: 16px;
}
.knowledge-list li:nth-of-type(1) {
  margin-left: 0;
}
.knowledge-img {
  position: absolute;
  top: -19px;
  left: 18px;
  width: 253px;
  height: 142px;
}
.knowledge-img img {
	box-shadow: 0px 2px 4px 2px #ccc;
}
.knowledge-list li h3 {
  margin-top: 146px;
}
.knowledge-list li p {
  height: 40px;
  text-overflow: ellipsis;
  width: 250px;
  overflow: hidden;
}
.news-centre {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 76px;
  overflow: hidden;
}
.news-content {
  border-right: 1px solid #ddd;
}
.news-content ul {
  display: block;
  overflow: hidden;
}
.news-content ul li{
  overflow: hidden;
}
.news-content ul li {
  display: block;
  margin-bottom: 30px;
}
.news-content ul li:last-child {
  margin-bottom: 0;
}
.news-content ul li:nth-of-type(1){
  margin-top: 30px;
}
.news-img-sm {
  width: 160px;
  height: 120px;
}
.news-img-sm img{
  width: 160px;
  height: 120px;
}
.des-news-text {
  width: 362px;
}
.news-content ul li.active .des-news-text{
  margin-left: 18px;
}
.news-content ul li.active .des-news-text .news-title{
  max-width: 362px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-top: 7px;
}
.news-text .news-title {
  font-size: 14px;
  max-width: 420px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.des-text .des-text-p {
	max-height:68px;
	overflow:hidden;
}

/* footer */
.footer-up { background: #f8f8f8; min-width: 1200px;}
.footer-left ul li { display: block; float: left; padding: 0 40px; line-height: 30px; border-right: 1px solid #dedede;}
.footer-left ul li b { font-size: 16px;}
.footer-left ul li p,.footer-left ul li p a { color: #666;}
.footer-left ul li:last-child { border-right: 0;}

.footer-right dl dt,.footer-right dl dd { display: block; font-weight: normal; line-height: 30px; color: #666;}
.footer-right dl dt b { display: block; font-size: 16px;}
.footer-right dl dt b font { color: #f60; font-size: 20px;}
.footer-right .code-pic { width: 100px;}
.footer-right .code-pic i { display: block; width: 100px; height: 100px;}
.footer-right .code-pic i img { width: 100px; height: 100px;}
.footer-right .code-pic p { line-height: 30px; font-size: 16px; font-weight: bold; text-align: center;}

/* feedback */
.feedback-right { position: fixed; left: 0; bottom: 0; z-index: 3002; width: 70px; height: 150px; font-size: 18px; color: #fff; text-align: center; cursor: pointer; background: rgba(2, 2, 2, 0.7); border-top-right-radius: 75px; border-bottom-right-radius: 75px;}
.feedback-right:hover { background: #f50;}
.feedback-right .feedback-tb { position: absolute; right: 10px; top: 50%; margin-top: -14px; width: 14px; height: 27px; background: url(../images/indexbg.png) no-repeat -270px -20px;}
.feedback-right .feedback-bt { float: left; width: 22px; margin: 25px 0 0 10px;}
.feedback-left { display: none; position: fixed; bottom: 0; left: -100%; z-index: 3001; width: 100%; height: 150px; padding: 15px 0; background: rgba(2, 2, 2, 0.7);}
.feedback_active { left: inherit; right: 0;}

.feedback-close { display: inline-block; width: 32px; height: 32px; webkit-transition: 0.3s ease 0s; moz-transition: 0.3s ease 0s; o-transition: 0.3s ease 0s; transition: 0.3s ease 0s;}
.feedback-close:hover { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg);}

.feedback-con dl { float: left; display: block; width: 135px; padding: 5px 0; color: #fff; overflow: hidden;margin-right: 0;}
.feedback-con dl dt { display: block; line-height: 30px; color: #fff; font-size: 16px;}
.feedback-con dl dd a { float: left; padding: 0 15px; margin: 10px 10px 0 0; height: 30px; font-size: 15px; color: #fff; background: #f50; border-radius: 3px; text-decoration: none;}
.feedback-con dl dd a i { float: left; margin: 6px 5px 0 0; width: 15px; height: 18px; background: url(../images/indexbg.png) no-repeat -90px -40px;}
.feedback-con dl dd a span { float: left; margin-top: 4px;}
.feedback-con dl dd a:hover { background: #ce4602; color: #fff;}
.feedback-con .w360 { width: 360px !important;}

.feedback-left .footer-right dl dt,.feedback-left .footer-right dl dd { color: #fff;}
.feedback-left .footer-right dl dt b font {color: #ff0;font-size: 24px;}
.feedback-left .footer-right .code-pic p { line-height: 20px; font-size: 14px; font-weight: normal;}
.w240 { width: 240px!important;}

.ml20 { margin-left: 20px; }
.wd50 {width: 50%!important;}
.mr20 { margin-right: 20px; }
.ml50 { margin-left: 50px; }
.mt20 { margin-top: 20px !important; }
.min1200 { min-width: 1200px; margin: 0 auto; }

.carousel-indicators li {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 6px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(0,0,0,0);
    border: 2px solid #fff;
    border-radius: 10px;
}
.carousel-indicators .active {
	width: 16px;
    height: 16px;
    background: #fff;
    margin: 6px;
}
.purchase-points ul>li {
	cursor: pointer;
}
.purchase-points ul>li:hover {
	box-shadow: 0 15px 30px rgba(0,0,0,.1);
    transform: translate3d(0,-2px,0);
}
.fun-list>li>span>img {
	opacity: 0.8;
}
.fun-list>li:hover span>img {
	opacity: 1;
}
.service-system ul>li:hover .service-text, .service-system ul>li:hover .service-text .border_top, .service-system ul>li:hover .service-text .border_bottom {
	width: 100%;
	border:none;
}
.service-system ul>li:hover .service-text .border_left, .service-system ul>li:hover .service-text .border_right {
	height: 120px;
	border:none;
}
.cat-upload {
	padding: 0;
}
.formError {
    top: 2930px ! important;
}
.formErrorContent {
	color: red;
}