﻿@charset "utf-8";

/* CSS Document */
.worry {
    padding: 50px 0px 0px;
    overflow: hidden;
	background-color:#F9F9F9;
}

.worry h2 {
    font-size: 28px;
    color: #fc4506;
    height: 50px;
    text-align: center;
    display: block;
}


.module {
	width: 1158px;
	margin: 0 auto;
	overflow: hidden;
}

.module>h2 {
	font-size: 20px;
	line-height: 78px;
	display: block;
	text-align: center;
}

.module ul {
	width: 100%;
	display: block;
	overflow: hidden;
}

.module ul li {
	width: 370px;
	height: 518px;
	margin-right: 14px;
	margin-bottom: 25px;
	float: left;
	text-align: center;
	line-height: 18px;
	position: relative;
	box-shadow: 0 6px 16px 0 rgba(180, 180, 180, .45);
	cursor: pointer;
}

.module ul li div.moduleImg {
	width: 100%;
	height: 311px;
	overflow: hidden;
}

.moduleImg img {
	transition: all 1s;
	-webkit-transition: all 1s;
	margin-left: -26px;
	margin-top: -20px
}

.module ul li:hover .moduleImg img {
	transform: scale(1.2) rotate(0);
	-webkit-transform: scale(1.2) rotate(0)
}

.module img.moduleIco {
	position: absolute;
	top: 106px;
	left: 50%;
	margin-left: -44px
}

.module ul li h3 {
	margin-top: 26px;
	font-size: 18px;
	line-height: 48px
}

.module ul li p {
	font-size: 14px;
	line-height: 24px;
	display: block;
}

.module ul li p i {
	display: block;
}

.module ul li span {
	display: inline-block;
	width: 210px;
	margin-top: 18px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #5a2cff;
	color: #5a2cff;
	border-radius: 14px;
	cursor: pointer;
	/*transition:background 2s*/
}

.module ul li span:hover {
	color: #fff;
	background: #4524bc
}

.hot {
	width: 1158px;
	margin: 10px auto;
	overflow: hidden;
}

.hot>h2 {
	font-size: 20px;
	line-height: 78px;
	display: block;
	text-align: center;
}

.hot .hotBox {
	width: 100%;
	overflow: hidden;
}

.hotBox .hotBoxLeft {
	width: 844px;
	float: left;
	overflow: hidden;
}

.hotBoxLeft li {
	float: left;
	background: #fff;
	margin-right: 12px;
	margin-bottom: 12px;
	border: 1px solid #fff;
	border-left: 1px solid #c3b4e2;
	box-shadow: 1px 0 11px 0 rgba(180, 180, 180, .45);
	transition: all .8s;
	-webkit-transition: all .8s
}

.hotBoxLeft li a {
	width: 322px;
	height: 132px;
	display: block;
	line-height: 132px;
	padding-left: 86px;
}

.hotBoxLeft li:hover {
	border: 1px solid #c3b4e2;
	color: #4524bc;
}

.hotBoxLeft li big {
	font-size: 18px;
	margin-right: 2px
}

.hotBoxLeft li span {
	font-size: 60px;
	color: #f4f4f4;
	vertical-align: -16px;
	margin-right: 6px;
	transition: all .8s;
	-webkit-transition: all .8s
}

.hotBoxLeft li:hover span {
	color: #4524bc;
}

.hotBox .hotBoxRight {
	width: 214px;
	float: right;
	padding: 8px 26px 18px;
	box-shadow: 0 3px 16px 0 rgba(180, 180, 180, .45);
	background: #fff;
}

.hotBoxRight h2 {
	line-height: 42px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 10px
}

.hotBoxRight dd {
	line-height: 34px;
	height: 34px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.hotBoxRight dd.first span {
	background: #d70029
}

.hotBoxRight dd a {
	color: #333;
}

.hotBoxRight dd a:before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	background: #999;
	color: #fff;
	margin-right: 6px;
	vertical-align: middle;
}

.hotBoxRight dd:nth-child(1) a:before {
	content: "1";
	background: #d70029;
}

.hotBoxRight dd:nth-child(2) a:before {
	content: "2";
}

.hotBoxRight dd:nth-child(3) a:before {
	content: "3";
}

.hotBoxRight dd:nth-child(4) a:before {
	content: "4";
}

.hotBoxRight dd:nth-child(5) a:before {
	content: "5";
}

.hotBoxRight dd:nth-child(6) a:before {
	content: "6";
}

.hotBoxRight dd:nth-child(7) a:before {
	content: "7";
}

.hotBoxRight dd:nth-child(8) a:before {
	content: "8";
}

.hotBoxRight dd:nth-child(9) a:before {
	content: "9";
}

.hotBoxRight dd:nth-child(10) a:before {
	content: "10";
}

.wave-container {
	width: 100%;
	height: 192px;
	overflow: hidden;
}


/*jstFont*/

@font-face {
	font-family: "jstFont";
	src: url('img/font_304929_tvnilov8wb.eot');
	/* IE9*/
	src: url('img/font_304929_tvnilov8wb.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('img/TtKd0bYWMC2pZ4ZX177HTAHfb4OoAAA==') format('woff'), url('img/font_304929_tvnilov8wb.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
	url('img/font_304929_tvnilov8wb.svg') format('svg');
	/* iOS 4.1- */
}

.jstFont {
	font-family: "jstFont"!important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-ddjh213:before {
	content: "\e627";
}

.icon-chengzh:before {
	content: "\e702";
}

.icon-sp003:before {
	content: "\e6f1";
}

.icon-dd011:before {
	content: "\e6e9";
}

.icon-spkc190:before {
	content: "\e63e";
}

.icon-cg010:before {
	content: "\e715";
}


/*2018.09.21*/

.enroll {
	width: 1002px;
	margin: 0 auto 70px;
	overflow: hidden;
}

.enroll h2 {
	font-size: 24px;
	color: #505050;
	text-align: center;
	display: block;
	line-height: 50px;
	border-bottom: 1px solid #bcbcbc;
}

.enroll ul {
	width: 100%;
	display: block;
	overflow: hidden;
	padding-top: 40px;
}

.enroll ul li {
	width: 770px;
	margin: 20px auto;
	display: block;
	overflow: hidden;
}

.enroll ul li label {
	width: 20%;
	display: block;
	float: left;
	text-align: right;
	line-height: 52px;
	margin-right: 60px;
}

.enroll ul li label i {
	color: #dc3d45;
}

.enroll ul li input {
	width: 546px;
	float: left;
	background: #fafafa;
	box-sizing: border-box;
	font-size: 18px;
	height: 50px;
	border: 1px solid #bcbcbc;
	color: #333;
	display: block;
	outline: 0;
	padding: 0 1em;
	text-decoration: none;
	-web-kit-appearance: none;
	-moz-appearance: none;
}

.enroll ul li input.btn {
	width: 270px;
	height: 46px;
	line-height: 46px;
	display: block;
	margin: 0 auto;
	font-size: 24px;
	color: #fff;
	background: #ff8e2f;
	border: 0;
	float: none;
	border-radius: 5px;
}


/*首页-自动化分仓*/

.index_advantage h2 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #333;
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 20px;
}


/*你所担心的问题*/

.question {
	height: 710px;
}

.question .container {
	position: relative;
	height: 710px;
	background: url(../images/question-bg.png) no-repeat;
}

.question .title {
	height: 250px;
}

.question .title h2 {
	margin-top: 96px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 24px;
	height: 79px;
	font-size: 30px;
	width: 500px;
	background: url(../images/question-title-bg.png) no-repeat;
}

.question .detail {
	/* .line-1,
    .line-2,
    .line-3,
    .line-4,
    .line-5,
    .line-6,
    .line-7,
    .line-8,
    .line-9,
    .line-10,
    .line-11,
    .line-12,
    .line-13,
    .line-13 {
      position: absolute;
      height: 3px;
      width: 100px;
      background: @main-color;
    }
    .line-1 {
      left: 219px; top: 379px;
      width: 93px;
      transform: rotate(-30deg);
    }
    .line-2 {
      left: 298px; top: 382px;
      width: 107px;
      transform: rotate(30deg);
    }
    .line-3 {
      left: 350px; top: 400px;
      transform: rotate(90deg);
    } */
}

.question .detail h3 {
	font-size: 22px;
}

.question .detail h3 span {
	color: #fc4506;
}

.question .detail .comb-sm {
	position: absolute;
	padding-left: 24px;
	padding-right: 24px;
	width: 184px;
	height: 120px;
	font-size: 15px;
}

.question .detail .comb-sm p {
	text-align: left;
	margin-top: 10px;
}

.question .detail .comb-l {
	position: absolute;
	padding-left: 50px;
	padding-right: 50px;
	width: 270px;
	height: 160px;
}

.question .detail .comb-l p {
	text-align: left;
	margin-top: 20px;
}

.question .detail .comb-md {
	position: absolute;
	padding-left: 40px;
	padding-right: 40px;
	width: 212px;
	height: 126px;
}

.question .detail .comb-md p {
	text-align: left;
	margin-top: 10px;
}

.question .detail .comb-1 {
	left: 214px;
	top: 179px;
}

.question .detail .comb-2 {
	left: 492px;
	top: 228px;
}

.question .detail .comb-3 {
	left: 582px;
	top: 81px;
}

.question .detail .comb-4 {
	left: 764px;
	top: 204px;
	padding-top: 10px;
	width: 272px;
}

.question .detail .comb-5 {
	left: 684px;
	top: 420px;
	width: 226px;
}

.question .detail .icon-1:after {
	content: '';
	position: absolute;
	left: -21px;
	top: -4px;
	z-index: 20;
	width: 41px;
	height: 41px;
	background: url(../images/question-icon-1.png);
}

.question .detail .icon-2:after {
	content: '';
	position: absolute;
	left: -21px;
	top: -4px;
	z-index: 20;
	width: 41px;
	height: 41px;
	background: url(../images/question-icon-2.png);
}

.question .detail .icon-3:after {
	content: '';
	position: absolute;
	left: -21px;
	top: -4px;
	z-index: 20;
	width: 41px;
	height: 41px;
	background: url(../images/question-icon-3.png);
}

.question .detail .icon-4:after {
	content: '';
	position: absolute;
	left: -23px;
	top: 0px;
	z-index: 20;
	width: 41px;
	height: 41px;
	background: url(../images/question-icon-4.png);
}

.question .detail .icon-5:after {
	content: '';
	position: absolute;
	left: -20px;
	top: 0px;
	z-index: 20;
	width: 41px;
	height: 41px;
	background: url(../images/question-icon-5.png);
}

.question .detail canvas {
	position: absolute;
	left: 0;
	top: 254px;
	z-index: 10;
}


.tsfw{
	width: 1200px;
	margin: 0 auto;
}
.tsfw .title h2{
    margin-left: auto;
    margin-right: auto;
    padding-top: 24px;
    width: 1200px;
    height: 77px;




    font-size: 38px;
    color: #12294e;
    line-height: 40px;
    font-weight: 400;
    text-align: center;
}
.tsfw_f{
	padding: 15px 0;

}
.tsfw_f h2{
	font-size: 20px;
	color: #12294e;
	margin-bottom: 15px;
	font-weight: bold;
}
.tsfw_f p{
	font-size: 18px;
    color:#12294e;
    line-height: 24px;
}





.core {
	max-width: 1200px;
    width:100%;
	margin: 50px auto;
	overflow: hidden;
}

.core h2 {
	font-size: 28px;
	color: #fc4506;
	height: 50px;
	text-align: center;
	display: block;
}

.core ul {
	width: 100%;
	display: block;
	margin: 0 auto;
	overflow: hidden;
}

.core ul li {
	width: 33%;
	display: block;
	float: left;
	overflow: hidden;
	margin-bottom: 30px;
}

.core ul li img {
	width: 65px;
	display: block;
	margin: 0 auto;
}

.core ul li p {
	font-size: 18px;
	color: #151313;
	line-height: 46px;
	text-align: center;
}

.core ul li span {
	display: block;
	font-size: 14px;
	color: #6D6A6A;
	text-align: center;
}













.fine {
	width: 100%;
	overflow: hidden;
	padding-top: 50px;
	background: #f5f5f5;
}

.fine .fineBox {
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.fineBox h2,
.client h2 {
	font-size: 28px;
	color: #fc4506;
	height: 50px;
	text-align: center;
	display: block;
}

.fineBox h3,
.client h3 {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #595757;
	margin-bottom: 20px;
	line-height:30px;
}

.fineBox ul,
.fineBox ol {
	width: 100%;
	display: block;
	overflow: hidden;
}



.fineBox ul li img,
.fineBox ol li img {
	width: 100%;
	display: block;
	ransition: All 1s ease-in-out;
	-webkit-transition: All 1s ease-in-out;
	-moz-transition: All 1s ease-in-out;
	-o-transition: All 1s ease-in-out;
}

.fineBox ul li:hover img,
.fineBox ol li:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
}


.fineBox ul li i,
.fineBox ol li i {
	display: block;
	position: absolute;
	right: -35px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 200px;
	color: #fff;
	opacity: 0.3;
	font-family: SimSun;
}

.fineBox ol li {
	width: 200px;
	height: 200px;
	display: block;
	float: left;
	overflow: hidden;
	background: #fc4506;
	position: relative;
}

.caption {
    width: 100%;
    padding: 30px 0;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.caption h2 {
    width: 80%;
    font-size: 24px;
    color: #4b4948;
    display: inline-block;
    padding: 0 5px 12px 5px;
}
.caption:after {
    content: '';
    width: 100px;
    height: 4px;
    display: block;
    background: #fc4506;
    position: absolute;
    left: 50%;
    bottom: 29px;
    margin-left: -50px;
}


/*精细化仓内运作流程*/

.cangchu .content {
  width: 100%;
  
}
.cangchu .icon{
	background-image:url(../images/r15.jpg);
	background-repeat:no-repeat;
	height:39px;
	border-bottom:1px solid #c5c5c5;
}
.cangchu .icon-1{
	background-position:65% 0;
}
.cangchu .icon-2{
	background-position:65% -40px;
}
.cangchu .icon-3{
	background-position:65% -80px;
}
.cangchu .icon-4{
	background-position:65% -120px;
}
.cangchu .icon-5{
	background-position:65% -160px;
}
.cangchu .icon-6{
	background-position:65% -200px;
}
.cangchu p{
	font-size:14px;
	margin-top:12px;
	text-align:center;
}
.cangchu p.vice-name{
	color:#fc4506;
	margin-top:20px;
	margin-bottom:20px;
}
.cangchu li{
	width:10.45%;
	float:left;
	margin-right:60px;
}
.cangchu ul{
	padding-left:100px;
	margin:auto;
}
/*云仓转运仓服务目标*/
.exp .title h2 {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    font-size: 30px;
    color: #fc4506;
}
.exp .title h2{
	text-align: center;
}
.exp .content {
  height: 300px;
  width: 100%;
  position:relative;
  
}
.exp .content .container{
	height:300px;
	max-width:900px;
	margin:auto;
  background:url(../images/r17.jpg) right top no-repeat;
}
.exp .content p{
	text-align:left;
	font-size:16px;
	color:#666;
	line-height:30px;
}