@charset "utf-8";
body {
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family: "Helvetica Neue",Helvetica,"Microsoft YaHei",SimHei,Tahoma,sans-serif;
}
a{
	text-decoration: none;
}
p{
	margin:0px;
	padding:0px;
}
ol, ul {
    list-style: none;
	margin:0px;
	padding:0px;
}
li{
	margin:0px;
	padding:0px;
}
img{
	border:0px;
	display:block;
}
.clear{
	clear:both;
}
.c{
	max-width:1200px;
	width:100%;
	margin:0px auto;
}
h1,h2,h3,h4{
	margin:0;
	padding:0;
}
.clearfix:after{
	content:'';
	display:block;
	clear:both;
}
/*------------------------------------------------------------------Eric_tc-----------------------------------------------------------------------------*/

.Ray_LY_box{
	width:560px;
	height:330px;
	position:fixed;
	border-radius:10px;
	background-repeat:no-repeat;
	left:0;
	top:0;
	right:0;
	bottom:0;
	margin:auto;
	display:none;
	z-index:99999;
}
.Ray_LY_a{
	
	width:560px;
	height:330px;
	cursor: pointer;
	display:block;
}
.Ray_LY_x{
	font-size:30px;
	font-weight:bolder;
	text-align:center;
	text-align:center;
	line-height:50px;
	width:300px;
	position:absolute;
	background-color:rgba(47,88,131,0.9);
	color:#FFF;
	top:105px;
	left:100px;
	cursor: pointer;
	text-decoration:none;
}
.Ray_LY_x2{
	height:33px;
	width:109px;
	position:absolute;
	top:190px;
	left:33px;
	cursor: pointer;
}
.x{
	top:5px;
	right:5px;
	width:30px;
	height:30px;
	position:absolute;
	cursor: pointer;
}
.post{
	bottom:70px;
	right:17px;
	width:250px;
	height:40px;
	position:absolute;	
}
.tc-tel{
	color: #7d7d7d;
	border: 0px;
	text-indent:10px;
	width:150px;
	height:30px;

	float:left;
}
.tc-anniu{
	float:left;
	font-weight:bolder;
	color:#013161;
	border: 0px;
	text-align:center;
	background-color:#ffe32d;
	width:60px;
	height:32px;
	font-weight:bold;
	cursor: pointer;
}
.post1{
	bottom:25px;
	right:17px;
	width:250px;
	height:30px;
	position:absolute;	
}
.yes{
	text-align:center;
	line-height:30px;
	width:100px;
	display:block;
	color:#013161;
	font-size:18px;
	background-color:#ffe32d;
	font-weight:bolder;
	float:left;
	margin-right:14px;
	border-radius:5px;
	text-decoration:none;
}
.no{
	text-align:center;
	line-height:30px;
	width:100px;
	font-weight:bolder;
	background-color:#FFF;
	color:#aaacb5;
	font-size:18px;
	float:left;
	border-radius:5px;
	cursor: pointer;
}

/*----------------------------------------- 首页 -----------------------------------------*/

.box{
	width:100%;
	position:relative;
}
.top{
	clear:both;
	width:100%;
	height:130px;
	padding:20px 50px 0px;
	position:fixed;
	left:0;
	right:0;
	top:0;
	z-index:1000;
	background-color:#FFF;
	border-bottom: #d1d4dc solid 1px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.topLogo{
	position:absolute;
	left:50px;
	top:40px;
	z-index:1024;
}
.topLogo img{
	height:50px;
}
.topDH{
	position:absolute;
	text-align:center;
	top:57px;
	left:0;
	right:0;
	height:73px;
}
.topDHul{
	display:table;
	text-align:center;
	width:100%;
	height:73px;
}
.topDHul li{
	display: inline-block;
}
.topDHA{
	display:block;
	float:left;
	margin:0px 19px;
	font-size:20px;
	color: #1d181e;
	height:73px;
	line-height:73px;
	float: left;
	text-transform: uppercase;
	background-color:transparent;
	transition: all 70ms linear 0s;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.topBox{
	display:none;
	position:absolute;
	width:100%;
	height:50px;
	line-height:50px;
	top:73px;
	left:0px;
	background-color:#A32B32;
}
.topBoxA{
	display:block;
	float:left;
	color:#FFF;
	margin:0px 20px;
	height:50px;
	line-height:50px;
	transition: all 70ms linear 0s;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.topBoxA:hover{
	border-bottom:3px solid #000;
}
.topCD{
	position:absolute;
	top:70px;
	right:50px;
	z-index:1024;
}
.topCD a{
	display:block;
	background-color:#FFF;
	color:#A32B32;
	border:1px solid #A32B32;
	padding:6px 12px;
	margin:0px 5px;
	float:left;
	font-size:14px;
	border-radius:3px;
	transition: all 0.3s;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.topCD a:hover{
	background-color:#A32B32;
	color:#FFF;
}
.main1,.main2,.main3{
	width:100%;
	height:100vh;
	position:relative;
	padding:1px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.mainbg1,.mainbg2,.mainbg3{
	width:100%;
	height:100vh;
	position:absolute;
	top:0;
	left:0;
	right:0;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center;
	background-size:100% 100%;
}
.mainbg1{
	background-image:url(../images/bg1.jpg);
}
.mainbg2{
	background-image:url(../images/bg2.jpg);
}
.mainbg3{
	background-image:url(../images/bg3.jpg);
}
.main{
	width:100%;
	max-width:1200px;
	margin:200px auto;
	position:relative;
	z-index:10;
}
.mainBt{
	color:#A32B32;
	font-size:30px;
	font-weight:bold;
	padding-left:30px;
}
.mainBox{
	width:100%;
	position:relative;
	background-color:#FFF;
	box-shadow:0px 0px 30px #b4b4b4;
	padding:35px 30px;
	margin-top:15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.mainBoxContent{
	display:block;
	width:50%;
	float:left;
	margin-right:5%;
}
.mainBoxXBT{
	color:#1d181e;
	font-size:18px;
	font-weight:bold;
	line-height:30px;
	transition: all 0.3s;
}
.mainBoxXian{
	height:3px;
	width:20px;
	background-color:#A32B32;
	margin:15px 0px;
}
.mainBoxNR{
	text-align:justify;
	line-height:25px;
	color:#120605;
	font-size:14px;
	margin-bottom:40px;
}
.mainBoxGD{
	border:1px solid #A32B32;
	color:#A32B32;
	padding:5px;
	display:inline-block;
	background-color:#FFF;
	position:absolute;
	bottom:35px;
	left:30px;
	transition: all 0.3s;
}
.mainBoxGD:hover{
	background-color:#A32B32;
	color:#FFF;
}
.mainBoxKuai{
	width:55px;
	height:300px;
	background:rgba(163,43,50,0.5);
	position:absolute;
	top:-20px;
	right:-15px;
}
.mainBoxKuai2{
	width:55px;
	height:300px;
	background:rgba(163,43,50,0.5);
	position:absolute;
	top:130px;
	left:54%;
}
.mainBoxImg{
	display:block;
	float:left;
	width:40%;
	max-width:430px;
}
.mainBoxImg2{
	display:block;
	float:right;
	width:40%;
	max-width:430px;
	overflow:hidden;
	position:relative;
	min-height:285px;
}
.sliderbox{position:relative;}
.mainBoxN{
	width:100%;
	position:relative;
	margin-top:15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.mainBoxContentB{
	display:block;
	width:40%;
	min-height:495px;
	float:left;
	margin-right:5%;
	background-color:#FFF;
	box-shadow:0px 0px 10px #b4b4b4;
	padding:35px 30px;
	margin-right:1%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.mainBoxImgN{
	width:100%;
	margin-top:10px;
}
.mainBoxGD2{
	border:1px solid #A32B32;
	color:#A32B32;
	padding:5px;
	display:inline-block;
	background-color:#FFF;
	position:absolute;
	bottom:-50px;
	left:30px;
	transition: all 0.3s;
}
.mainBoxGD2:hover{
	background-color:#A32B32;
	color:#FFF;
}
.mainBoxRight{
	float:left;
	width:59%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.mainBoxRight1{
	display:block;
	background-color:#A32B32;
	width:100%;
	height:225px;
	padding:30px 50% 30px 25px;
	position:relative;
	transition: all 0.3s;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.mainBoxRight2{
	display:block;
	background-color:#00994c;
	width:100%;
	height:125px;
	margin-top:10px;
	position:relative;
	padding:25px 25px 25px 45px;
	transition: all 0.3s;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.mainBoxRight3{
	display:block;
	background-color:#00a0e9;
	width:100%;
	height:125px;
	margin-top:10px;
	position:relative;
	padding:25px 25px 25px 45px;
	transition: all 0.3s;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.mainBoxRight1:hover{
	transform: scale(1.02);
}
.mainBoxRight2:hover{
	transform: scale(1.02);
}
.mainBoxRight3:hover{
	transform: scale(1.02);
}
.mainBoxRightBt{
	color:#FFF;
	font-size:18px;
	margin-bottom:10px;
}
.mainBoxRightNr{
	color:#FFF;
	font-size:12px;
	line-height:25px;
}
.mainBoxXian2{
	height:3px;
	width:20px;
	background-color:#FFF;
	margin:15px 0px;
}
.mainBoxXian3{
	height:3px;
	width:20px;
	background-color:#A32B32;
	margin:15px 0px;
	display:none;
}
.mainBoxRightXian{
	background-color:#FFF;
	width:3px;
	height:50px;
	position:absolute;
	left:25px;
	top:35px;
}
.mainBoxRightImg{
	height:185px;
	position:absolute;
	right:20px;
	top:20px;
	overflow:hidden;
	max-width:45%;
}
.mainBoxRightImg img{
	height:185px;
}
.mainBoxContent:hover .mainBoxXBT{
	color:#A32B32;
}
.mainBoxContentB:hover .mainBoxXBT{
	color:#A32B32;
}
.bottomDHL{
	width:100%;
	background-color:#f5f5f5;
	border-top:1px solid #8d8d8d;
	padding:60px 0px;
}
.bottomDHLBox{
	float:left;
	width:200px;
}
.bottomDHLBt{
	display:block;
	font-size:16px;
	color:#1d181e;
	line-height:50px;
}
.bottomDHLnr{
	display:block;
	font-size:14px;
	color:#454545;
	transition: all 160ms linear 0s;
	line-height:35px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.bottomDHLBt:hover{
	color:#A32B32;
}
.bottomDHLnr:hover{
	color:#A32B32;
	padding-left:15px;
}
.bottom{
	width:100%;
	background-color:#f5f5f5;
	border-top:1px solid #8d8d8d;
	padding:60px 0px;
}
.bottomLogo{
	height:130px;
	float:left;
}
.bottomLogo img{
	height:130px;
}
.bottomXX{
	float:left;
	margin-left:60px;
}
.bottomXXf{
	font-size:16px;
	line-height:33px;
}
.bottomEWM{
	height:130px;
	width:130px;
	float:right;
}
.bottomEWM img{
	height:130px;
	width:130px;
}
.bottomFIXED{
	width:100%;
	height:40px;
	background-color:#A32B32;
	position:fixed;
	bottom:0px;
	left:0;
	right:0;
	z-index:1024;
}
.bottomFIXEDImg{
	float:left;
	margin-top:5px;
}
.bottomFIXEDFont{
	float:left;
	line-height:40px;
	color:#FFF;
	font-size:16px;
	margin-right:30px;
}
.bottomFIXEDInput{
	float:left;
	height:30px;
	line-height:30px;
	padding:0px 10px;
	margin-top:5px;
	margin-right:10px;
	width:190px;
	border:0px;
	border-radius:2px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.bottomFIXEDSubmit{
	float:left;
	height:30px;
	line-height:30px;
	color:#A32B32;
	width:190px;
	border:0px;
	margin-top:5px;
	background-color:#FFF;
	border-radius:2px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	cursor:pointer;
}
.bottomFIXEDX{
	float:left;
	color:#FFF;
	width:20px;
	font-size:40px;
	line-height:40px;
	cursor:pointer;
	margin-left:10px;
}

/*----------------------------------------- Slider -----------------------------------------*/

.Slider{
	width: 100%;
	position: relative;
	margin-top:130px;
}
.Slider img{
	width: 100%;
}
.Slider .banner ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.Slider .banner ul li{
	position: absolute
	display: none;
	opacity: 0;
}
.Slider .banner ul li:nth-child(1){
	opacity: 1;
	display: block;
}
.Slider .banner ul li img{
	width: 100%;
	position: absolute;
	top: 0px;
}
.Slider .banner ul li:first-child img{
	position: relative;
}
.Slider .nexImg,.Slider .preImg{
	padding: 25px 10px 25px 10px;
	position: absolute;
	top: 50%;
	margin-top: -53px;
	background: #000000;
	opacity: 0.5;
	border-radius: 5px;
	z-index: 10;
	
}
.Slider .nexImg:hover,.Slider .preImg:hover{
	opacity: 0.8;
}
.Slider .nexImg{
	right: 0px;
}
.Slider .nexImg img,.Slider .preImg img{
	
	
}
.Slider .jumpBtn{
	width: 100%;
	position: absolute;
	bottom: 55px;
	text-align: center;
}
.Slider .jumpBtn ul{
	margin-bottom: 0px;
	padding: 0px;
}

.Slider .jumpBtn ul li{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display: inline-block;
	background: rgba(163,43,50,0.5);
	opacity: 0.9;
	margin-left: 10px;
	cursor:pointer;
}
.Slider .jumpBtn ul li:first-child{
	margin-left: 0px;
}

/*----------------------------------------- Slider2 -----------------------------------------*/

.Slider2{
	width: 100%;
	position: relative;
}
.Slider2 img{
	width: 100%;
}
.Slider2 .banner2 ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.Slider2 .banner2 ul li{
	position: absolute
	display: none;
	opacity: 0;
}
.Slider2 .banner2 ul li:nth-child(1){
	opacity: 1;
	display: block;
}
.Slider2 .banner2 ul li img{
	width: 100%;
	position: absolute;
	top: 0px;
}
.Slider2 .banner2 ul li:first-child img{
	position: relative;
}
.Slider2 .nexImg2,.Slider2 .preImg2{
	padding: 25px 10px 25px 10px;
	position: absolute;
	top: 50%;
	margin-top: -53px;
	background: #000000;
	opacity: 0.5;
	border-radius: 5px;
	z-index: 10;
	
}
.Slider2 .nexImg2:hover,.Slider2 .preImg2:hover{
	opacity: 0.8;
}
.Slider2 .nexImg2{
	right: 0px;
}
.Slider2 .nexImg2 img,.Slider2 .preImg2 img{
	
	
}
.Slider2 .jumpBtn2{
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}
.Slider2 .jumpBtn2 ul{
	margin-bottom: 0px;
	padding: 0px;
}

.Slider2 .jumpBtn2 ul li{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display: inline-block;
	background: rgba(171,36,76,0.5);
	opacity: 0.9;
	margin-left: 10px;
	cursor:pointer;
}
.Slider2 .jumpBtn2 ul li:first-child{
	margin-left: 0px;
}

/*----------------------------------------- List -----------------------------------------*/

.ListBox{
	width:100%;
	max-width:1200px;
	margin:130px auto 0px;
	position:relative;
	z-index:10;
}
.ListBox2{
	width:100%;
	max-width:1000px;
	margin:130px auto 0px;
	position:relative;
	z-index:10;
}
.ListBt{
	font-size:40px;
	color:#A32B32;
	line-height:65px;
	padding-top:50px;
}
.ListOne{
	width:100%;
	position:relative;
	margin-bottom:220px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.ListOneImg{
	width:100%;
	height:400px;
	overflow:hidden;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:100% auto;
}
.ListOneBox{
	width:58%;
	background-color:#FFF;
	box-shadow:0px 0px 30px #b4b4b4;
	padding:40px 60px;
	position:absolute;
	right:50px;
	bottom:-130px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.ListOneContent{
	display:block;
	width:100%;
	padding-bottom:40px;
}
.ListOneNR{
	text-align:justify;
	line-height:25px;
	color:#120605;
	font-size:14px;
}
.ListOneGD{
	border:1px solid #A32B32;
	color:#A32B32;
	padding:5px;
	display:inline-block;
	background-color:#FFF;
	position:absolute;
	bottom:40px;
	left:60px;
	transition: all 0.3s;
}
.ListOneGD:hover{
	background-color:#A32B32;
	color:#FFF;
}
.ListBig{
	width:100%;
	min-height:380px;
	max-width:1200px;
	position:relative;
	clear:both;
	margin-bottom:80px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.ListBG{
	width:84%;
	max-width:1000px;
	min-height:380px;
	background-color:#FFF;
	box-shadow:0px 0px 30px #b4b4b4;
	padding:40px 60px 40px 60px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.ListBigNR{
	text-align:justify;
	line-height:25px;
	color:#120605;
	font-size:14px;
	padding-right:40%;
}
.ListBigImg{
	width:485px;
	height:260px;
	overflow:hidden;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:100% auto;
	position:absolute;
	right:0px;
	top:60px;
}
.ListXBT{
	display:block;
	color:#1d181e;
	font-size:18px;
	font-weight:bold;
	line-height:30px;
	transition: all 0.3s;
}
.ListXBT:hover{
	color:#A32B32;
}
.ListOneTime{
	color:#5f5b5a;
	font-size:10px;
	margin-bottom:5px;
}
.ContentBox{
	text-align:justify;
	line-height:22px;
	font-size:14px;
	padding:0px 0px 30px;
	color:#454545;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.ContentBox img{width:100%;border-color:#FFF;}
.SampleBox{
	width:100%;
	max-width:1000px;
	margin:0px auto 60px;
	position:relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.SampleBanner{
	width:100%;
	height:90vh;
	margin-top:130px;
	overflow:hidden;
	position:relative;
	background-position:center center;
	background-repeat:no-repeat;
}
.SampleBannerFont{
	height:88px;
	line-height:88px;
	width:30%;
	text-align:right;
	position:absolute;
	bottom:0px;
	left:0px;
	background: rgba(163,43,50,0.5);
	color:#FFF;
	font-size:34px;
	padding-right:22px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.SampleBt{
	color:#A32B32;
	font-size:16px;
	line-height:30px;
	margin-top:80px;
}
.SampleNr{
	color:#454545;
	font-size:14px;
	line-height:22px;
	margin-bottom:80px;
}
.SampleTop{
	display:block;
	height:288px;
	width:100%;
	background-size:100% auto;
	background-repeat:no-repeat;
	background-position:center center;
	position:relative;
}
.SampleFour{
	display:block;
	float:left;
	height:315px;
	width:49%;
	background-size:100% 100%;
	background-repeat:no-repeat;
	background-position:center center;
	position:relative;
	margin-top:20px;
}
.SampleTopBt{
	display:inline-block;
	white-space:nowrap;
	background-color:#A32B32;
	color:#FFF;
	font-size:20px;
	height:45px;
	padding:0px 35px;
	line-height:45px;
	text-align:center;
	position: absolute;
	top: 50%;
	left:50%;
	margin-top:-22px;
	transform: translateX(-50%);
	z-index:10;
}
.SampleTopHei{
	height:100%;
	width:100%;
	background:rgba(0,0,0,0.5);
	display:none;
}
.iphone_dhl_bg{
	height:100%;
	width:100%;
	background-color:rgba(20, 20, 20, 0.9);
	position:fixed;
	top:0px;
	left:0px;
	z-index:9998;
	display:none;
}
.iphone_dhl{
	display:none;
	height:100%;
	position:fixed;
	left:0px;
	top:0px;
	width:80%;
	background-color:#FFF;
	z-index:9999;
	border-right:1px solid #FFF;
}
.iphone_dhl_logo{
	display:block;
	height:120px;
	width:100%;
	background-color:#FFF;
	text-align:center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding:40px;
}
.iphone_dhl_logo img{
	height:50px;
}
.iphone_dhl_box{
	width:90%;
	margin:20px 5%;
}
.iphone_dhl_box_yi{
	display:block;
	line-height:30px;
	font-size:20px;
	color:#111;
	cursor:pointer;
	position:relative;
	margin-top:10px;
	padding-left:20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.iphone_dhl_list{
	display:none;
	margin:10px 0px;
}
.iphone_dhl_box_er{
	display:block;
	color:#111;
	font-size:18px;
	line-height:30px;
	padding-left:40px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.iphone_dhl_bottom{
	height:80px;
	background-color:#A32B32;
	position:absolute;
	bottom:0px;
	width:100%;
}
.iphone_dhl_bottom div{
	float:left;
	height:40px;
	width:1px;
	margin-top:20px;
	background-color:#FFF;
}
.iphone_dhl_bottom a{
	display:block;
	float:left;
	font-size:18px;
	color:#FFF;
	line-height:80px;
	text-align:center;
	width:49.5%;
}
.iphone_dhl_Guan{
	position:absolute;
	color:#A32B32;
	font-size:55px;
	top:0px;
	right:15px;
}
.iphone_top{
	display:none;
	height:100px;
	width:100%;
	background-color:#FFF;
	border-bottom:1px solid #8d8d8d;
	z-index:999;
	position:fixed;
	top:0px;
	right:0px;
	left:0px;
}
.iphone_top_caidan{
	display:block;
	float:left;
	width:100px;
	font-size:44px;
	color:#A32B32;
	margin:20px 0px 0px 20px;
}
.iphone_top_logo{
	display:block;
	position:absolute;
	left:50%;
	transform: translateX(-50%);
	margin-top:10px;
	padding-top:15px;
}
.iphone_top_logo img{
	height:50px;
}
.iphone_top_lxwm{
	display:block;
	float:right;
	width:70px;
	height:30px;
	line-height:30px;
	font-size:13px;
	border:1px solid #A32B32;
	color:#A32B32;
	text-align:center;
	margin:35px 10px 0px 0px;
}
.FormBox{
	border:1px solid #c7c7c7;
	background-color:#FFF;
	padding:35px 45px;
	margin:180px auto 50px;
	max-width:1000px;
	width:100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.FormBoxIMG{
}
.FormBoxBT{
	color:#232323;
	font-size:26px;
	text-align:center;
	line-height:100px;
}
.FormBoxLine1,.FormBoxLine2{
	width:45%;
	float:left;
	margin-top:35px;
	height:70px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.FormBoxLine2{margin-left:10%;}
.FormBoxFont{
	color:#333333;
	font-size:18px;
	line-height:35px;
	background-repeat:no-repeat;
	background-position:left center;
	background-image:url(../images/dian.png);
	padding-left:15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.FormBoxInput{
}
.FormInput{
	display:block;
	width:100%;
	padding:0px 10px;
	height:35px;
	line-height:35px;
	color:#656565;
	border:1px solid #cccccc;
	font-family: "Helvetica Neue",Helvetica,"Microsoft YaHei",SimHei,Tahoma,sans-serif;
	border-radius:2px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.FormBoxJZ{
	width:100%;
	border-top:1px dashed #cccccc;
	margin-top:35px;
}
.FormBoxSubmit,.FormBoxButton{
	background-color:#5c8afa;
	color:#FFF;
	text-align:center;
	display:block;
	border:0px;
	border-radius:2px;
	cursor:pointer;
	font-size:18px;
	font-family: "Helvetica Neue",Helvetica,"Microsoft YaHei",SimHei,Tahoma,sans-serif;
}
.FormBoxButton{
	height:35px;
	width:30%;
	float:left;
	margin-left:5%;
}
.FormBoxSubmit{
	margin:35px auto 0px;
	height:40px;
	width:18%;
}
.FormControl{
	font-family: "Helvetica Neue",Helvetica,"Microsoft YaHei",SimHei,Tahoma,sans-serif;
	color:#656565;
	border:1px solid #cccccc;
	padding:0px 10px;
	width:100%;
	line-height:35px;
	height:35px;
	border-radius:2px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.FormControl option{
	height:35px;
	line-height:35px;
}
.mainBoxImg2WZ{
	display:inline-block;
	white-space:nowrap;
	background-color:#A32B32;
	color:#FFF;
	font-size:20px;
	height:45px;
	padding:0px 35px;
	line-height:45px;
	text-align:center;
	position: absolute;
	top:50%;
	left:50%;
	margin-top:-22px;
	transform: translateX(-50%);
	z-index:10;
}
.Fanye{
	float:left;
	margin-left:160px;
	margin-bottom:65px;
}
.Fanye a{
	color:#383738;
	background-color:#f391a9;
	font-size:14px;
	display:block;
	float:left;
	height:30px;
	line-height:30px;
	margin-left:10px;
	padding:0 10px;
	text-decoration: none;
}
.Fanye a:hover {
	background-color:#A32B32;
	color:#ffffff;
}
.Fanye span{
	color:#ffffff;
	background-color:#A32B32;
	font-size:14px;
	display:block;
	float:left;
	height:30px;
	line-height:30px;
	margin-left:10px;
	padding:0 10px;
	text-decoration: none;
}

/*------------------------------------------------------------------- 滚图 -------------------------------------------------------------------*/

.wrapper{width:100%;overflow:hidden;position:relative;font-size:0;display:none;margin-top:100px;}
.b-img{height:600px;position:absolute;left:0;top:0;}
.b-img a{display:block;height:600px;float:left;background-size:100%;}
.b-list{height:50px;padding-top:550px;position:relative;margin:0 auto;z-index:1;}
.b-list233{color:#FFF;text-shadow: 0 0 7px rgba(0, 0, 0, 0.7);font-size:20px;height:30px;line-height:30px;width:400px;text-align:center;position:absolute;bottom:60px;left:-140px;font-family: Omnes,sans-serif;font-weight:900;}
.b-list span{display:block;cursor:pointer;width:14px;height:14px;border-radius:50%;border:3px solid #fff;float:left;margin:0 5px;_margin:0 3px;}
.b-list .spcss{border:3px solid #83192d;}
.bar-left{position:absolute;z-index:1;display:block;width:100px;height:100%;left:0;background:0 0;top:0;}
.bar-right{position:absolute;z-index:1;display:block;width:100px;height:100%;right:0;background:0 0;top:0;}
.bar-left em{display:block;width:50px;height:100px;background:url(../images/arrow.png) 0 0 no-repeat;margin:0 auto;margin-top:230px;cursor:pointer;}
.bar-right em{display:block;width:50px;height:100px;background:url(../images/arrow.png) -50px 0 no-repeat;margin:0 auto;margin-top:230px;cursor:pointer;}
.bar-left .emcss{background-position:0 -100px;}
.bar-right .emcss{background-position:-50px -100px;}
.slider_img{display:block;}
.iphoneIMG{height:230px;width:100%;display:none;background-repeat:no-repeat;background-position:center;background-size:100% auto;}

@media screen and ( max-width: 1250px ) {
	.mainBoxKuai{right:0px;}
	.bottomDHLBox{width:150px;margin-left:10px;}
}

@media screen and ( max-width: 1120px ) {
	.topDHul li:nth-child(1){display:none;}
}

@media screen and ( max-width: 1000px ) {
	.topDHA{font-size:16px;}
	.iphone_top{display:block;}
	.top{display:none;}
	.Slider{margin-top:100px;display:none;}
	.wrapper{display:block;}
	.b-img a{height:500px;}
	.b-list{display:none;}
	.main1,.main2,.main3{height:auto;}
	.mainbg1,.mainbg2,.mainbg3{height:auto;}
	.main{margin:20px auto}
	.mainBoxKuai{display:none;}
	.mainBoxKuai2{display:none;}
	.mainBoxImg{display:none;}
	.mainBoxImg2{width:100%;max-width:none;}
	.iphoneIMG{display:block;}
	.mainBoxContent{width:100%;margin:0px auto;}
	.mainBoxImg2Img{width:100%;height:auto;}
	.mainBox{box-shadow:none;background-color:transparent;padding:10px 30px;}
	.mainBoxNR{margin:10px 0px;}
	.mainBoxContentB{box-shadow:none;background-color:transparent;width:100%;padding:10px 30px;min-height:auto;}
	.mainBoxRight{width:100%;}
	.mainBoxRight1,.mainBoxRight2,.mainBoxRight3{box-shadow:none;background-color:transparent;height:auto;padding:15px 30px;}
	.mainBoxRightNr{color:#120605;}
	.mainBoxRightBt{color:#120605;}
	.mainBoxXian2{background-color:#A32B32;}
	.mainBoxRightImg{position:static;right:auto;top:auto;max-width:none;height:auto;}
	.mainBoxRightImg img{width:100%;height:auto;}
	.mainBoxGD{display:none;}
	.mainBoxGD2,.mainBoxRightXian{display:none;}
	.mainBoxXian3{display:block;}
	.bottomFIXED{display:none;}
	.bottomDHLBox{float:none;margin:0px auto;}
	.bottomDHLBt{text-align:center;line-height:30px; font-weight:bold;}
	.bottomDHLnr{display:none;}
	.bottomLogo{float:none;margin:0px auto;width:200px;}
	.bottomLogo img{height:auto;width:200px;}
	.bottomXX{float:none;margin:0px auto;width:100%;text-align:center;padding:20px 0px;}
	.bottomEWM{float:none;margin:0px auto;width:130px;}
	.bottomDHL,.bottom{padding:30px 0px;}
	.ListBox{margin-top:100px;}
	.ListBox2{margin-top:100px;}
	.ListBt{padding:10px;font-size:25px;line-height:40px;}
	.ListOne{margin-bottom:20px;padding:20px 10px;margin-bottom:0px;}
	.ListOneImg{height:200px;}
	.ListOneBox{position:static;right:0px;bottom:0px;box-shadow:none;background-color:transparent;width:100%;padding:10px 0px;}
	.ListOneGD{display:none;}
	.ListOneContent{padding-bottom:0px;}
	.ListBig{margin-bottom:0px;padding:10px;}
	.ListBigImg{width:100%;position:static;}
	.ListBG{box-shadow:none;background-color:transparent;width:100%;padding:10px 0px;min-height:auto;}
	.ListBigNR{padding-right:0px;}
	.ContentBox{padding:0px 10px;}
	.SampleBanner{margin-top:100px;height:50vh;}
	.SampleBannerFont{font-size:20px; height:50px; line-height:50px;}
	.SampleBox{padding:20px 10px;margin:0px auto;}
	.SampleBt{margin-top:0px;}
	.SampleNr{margin:20px 0px;}
	.SampleTop{background-size:100%;}
	.SampleFour{background-size:100%;float:none;width:100%;height:288px;}
	.SampleTopBt{font-size:20px;}
	.mainBoxImg2WZ{font-size:20px;}
}
@media screen and ( max-width:900px ) {
	.FormBox{margin-top:100px;border:0px;padding:10px 15px;}
	.FormBoxLine1,.FormBoxLine2{width:100%;height:auto;margin-top:10px;}
	.FormBoxLine2{margin-left:0px;}
	.FormBoxBT{line-height:50px;font-size:18px;}
	.FormBoxFont{font-size:14px;}
	.yincang{display:none;}
	.FormBoxSubmit,.FormBoxButton{font-size:14px;}
	.FormBoxSubmit{width:30%;margin-top:20px;}
	.FormBoxJZ{margin-top:20px;}
}
@media screen and ( max-width:768px ) {
	.Slider{
		width: 100%;
		height: 345px;
		overflow: hidden;
	}
	.Slider .banner ul li img{
		width: 768px;
		height: 345px;
		position: absolute;
		left: 50%;
		margin-left: -384px;
	}
}




















































































