﻿@charset "utf-8";
/* CSS Document */
@media screen and (max-width:750px){
	body {
		background: #fff;
	}
}

.main-banner {
    position: absolute;
    top: 0;
    width: 100%;
    height: 520px;
    /* background: url(../images/banner/main-banner.jpg) no-repeat top center; */
    background: -webkit-linear-gradient( left, #0060a2, #0060a2);
    background: -o-linear-gradient(left, #0060a2, #0060a2);
    background: -moz-linear-gradient(left, #0060a2, #0060a2);
    background: linear-gradient(to right, #0060a2, #0060a2);
}
.main-swiper {
	max-width: 1920px;
	margin: 0 auto;
	width: 100%;
	height: 420px;
	position: relative;
	padding-top: 100px;
}
.main-swiper .tmp-banner {
	background-image: url(../images/banner/tmp-banner.png);
	background-repeat: no-repeat;
	background-position: center center;
}

@media screen and (max-width: 750px) {
	.main-swiper .tmp-banner {
		background-image: url(../images/banner/tmp-banner2.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: center center;
	} 
}

.main-swiper .arrow-left {
	background: url(../lib/swiper/dist/img/arrows2.png) no-repeat left top;
	position: absolute;
	left: 60px;
	top: 50%;
	margin-top: -30px;
	width: 30px;
	height: 60px;
	z-index: 9;
}
.main-swiper .arrow-right {
	background: url(../lib/swiper/dist/img/arrows2.png) no-repeat left bottom;
	position: absolute;
	right: 60px;
	top: 50%;
	margin-top: -30px;
	width: 30px;
	height: 60px;
	z-index: 9;
}
.main-swiper .swiper-container {
	height: 100%;
	width: 100%;
	position: relative;
}
.main-swiper .swiper-container .swiper-slide {
	position: relative;
	overflow: hidden;
}
.main-swiper .content-slide {
	height: 370px;
	position: relative;
}
.main-swiper .content-con {
	position: absolute;
	/*bottom: 70px;*/
	z-index: 1;
	left: -500px;
	/*
	height: 210px;
    top: 50%;
    margin-top: -105px;
	*/
	height: 140px;
	margin-top: 80px;
}

.main-swiper .content-con .content-font b {
	font-weight: normal;
}
.main-swiper .content-con .content-font p {
	margin: 0;
}
.main-swiper .content-con .content-font b,
.main-swiper .content-con .content-font p {
	display: block;
	height: auto;
	line-height: 70px;
	color: #fff;
	font-size: 48px;
	font-weight: bold;
}
.main-swiper .content-con .content-font p{	
	font-size: 28px;
	font-weight: normal;
}
.main-swiper .content-btn {
	position: absolute;
	bottom: 80px;
	left: -500px;
}
.main-swiper .content-btn a {
	display: block;
	width: 120px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
	text-align: center;
	font-size: 18px;
	color: #fff;
}

.main-swiper .content-image {
	position: absolute;
	width: 800px;
	height: 370px;
	top: 50%;
	margin-top: -185px;
	right: -700px;
	font-size: 0;
}
.main-swiper .content-image:before {
	content: "";
	display: inline-block;
	width: auto;
	height: 100%;
	vertical-align: middle;
}
.main-swiper .content-image img {
	display: inline-block;
	max-width: 100%;
	height: auto;
	text-align: right;
	vertical-align: middle;
}
.main-swiper .pagination {
	text-align: left;
	height: 30px;
	margin-top: -50px;
	position: relative;
    z-index: 99
}
.main-swiper .swiper-pagination-switch {
	display: inline-block;
	width: 40px;
	height: 4px;
	background:#fff;
	margin-right: 10px;
	cursor: pointer;
	border-radius:3px;
}
.main-swiper .swiper-active-switch {
	filter:alpha(Opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.main-swiper .content-slide .content-con  {
	-webkit-transition:all .6s ease-out 0.2s;
	-moz-transition:all .6s ease-out 0.2s;
	-ms-transition:all .6s ease-out 0.2s;
	transition:all .6s ease-out 0.2s;
	filter:alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.ltie10 .content-slide .content-con,
.main-swiper .swiper-slide-active .content-slide .content-con {
	left: 0px;
	filter:alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.main-swiper .content-slide .content-image {
	-webkit-transition:all .5s ease-out 0.5s;
	-moz-transition:all .5s ease-out 0.5s;
	-ms-transition:all .5s ease-out 0.5s;
	transition:all .5s ease-out 0.5s;
	filter:alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

.ltie10 .content-slide .content-image,
.main-swiper .swiper-slide-active .content-slide .content-image  {
	right: -80px;
	filter:alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.ltie10 .content-slide1 .content-image,
.main-swiper .swiper-slide-active .content-slide1 .content-image  {
	right: -100px;
}

.main-swiper .content-slide .content-btn  {
	-webkit-transition:all .6s ease-out 0.5s;
	-moz-transition:all .6s ease-out 0.5s;
	-ms-transition:all .6s ease-out 0.5s;
	transition:all .6s ease-out 0.5s;
	filter:alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.ltie10 .content-slide .content-btn,
.main-swiper .swiper-slide-active .content-slide .content-btn {
	left: 0px;
	filter:alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.convenient {
	position: relative;
	margin-bottom: 80px;
}
.convenient .logistics-query {
	float: left;
	width: 400px;
	height: 60px;
	margin-top: 70px;
	position: relative;
	padding-right: 120px;
}
.convenient .logistics-query textarea {
	width: 100%;
	height: 60px;
	padding: 14px 20px;
	-webkit-border-sizing: border-box;
	-moz-border-sizing: border-box;
	-ms-border-sizing: border-box;
	box-sizing: border-box;
	line-height: 32px;
	resize: none;
	border: none;
}
.convenient .logistics-query button {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 120px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #f28e12;
	font-size: 18px;
	color: #fff;
	outline: none;
	border: none;
	cursor: pointer;
}
.convenient .logistics-query.active {
	margin-top: 0;
	height: 130px;
}
.convenient .logistics-query.active textarea {
	height: 130px;
}
.convenient .convenient-navigation {
	float: left;
	width: 880px;
	height: 60px;
	overflow: hidden;
	margin-top: 70px;
}
.convenient .convenient-navigation li {
	float: left;
	width: 25%;
	-webkit-border-sizing: border-box;
	-moz-border-sizing: border-box;
	-ms-border-sizing: border-box;
	box-sizing: border-box;
	padding-left: 5%;
}
.convenient .convenient-navigation li a {
	display: block;
	width: 100%;
	height: 60px;
	padding: 14px 20px;
	font-size: 0;
	background: #fff;
	-webkit-border-sizing: border-box;
	-moz-border-sizing: border-box;
	-ms-border-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.convenient .convenient-navigation li a:before {
	content: "";
	display: inline-block;
	width: auto;
	height: 100%;
	vertical-align: middle;
}
.convenient .convenient-navigation li .img-con {
	height: 32px;
	text-align: left;
	position: absolute;
	top: 14px;
	left: 20px;
}
.convenient .convenient-navigation li .img-con img {
	width: 32px;
	height: 32px;
}
.convenient .convenient-navigation li span {
	display: inline-block;
	line-height: 32px;
	text-align: left;
	font-size: 18px;
	color: #111111;
	vertical-align: middle;
	padding-left: 42px;
}

.product-service-bg {
	background: #f5f5f5;
}

.wap-footer-menu {
	margin-top: 80px;
}

/*xunpan*/
.xunpan {
	width: 100%;
	height: 180px;
	background: url(../images/ixbannerbg.png) no-repeat center top;
	color: #fff;
}
.xunpan .zixun {
	width: 454px;
*padding-right: 80px;
	padding-top: 40px;
	position: relative;
	text-align: center;
}
.xunpan .zixun .ewm {
	width: 108px;
	height: 108px;
	display: block;
	position: absolute;
	padding: 6px;
	background: #fff;
	transition: all ease 300ms;
	right: 0;
	top: 40px;
}
.xunpan .zixun .ewm.hover {
	right: 20px;
}
.xunpan .zixun .tel {
	border: 1px solid #65b44e;
	width: 300px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 26px;
	color: #fff;
	margin-bottom: 20px;
	font-family: arial;
	font-weight: bold;
	border-radius: 30px;
}
.xunpan .zixun .tel s {
	width: 26px;
	height: 28px;
	background-position: 0 -1px;
	margin-right: 16px;
}
.xunpan .zixun .zx {
	width: 302px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	color: #176200;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background: #ffe825;
}
.xunpan .zixun .zx s {
	width: 22px;
	height: 20px;
	display: inline-block;
	background-position: -60px 0;
*background-position: -60px 3px;
	transition: all ease 300ms;
	margin-left: 10px;
	vertical-align: middle;
}
.xunpan .zixun .zx:hover s {
	margin-left: 28px;
}
.xunpan p {
	font-size: 18px;
}
.xunpan p strong {
	display: inline-block;
	color: #fff;
	font-weight: bold;
	font-size: 28px;
	padding-right: 10px;
	font-style: italic;
}
.xunpan p.bigtxt {
	font-size: 30px;
	padding-bottom: 20px;
	padding-top: 35px;
}
.xunpan p span {
	color: #2ca501;
	display: inline-block;
}
.iadvan {
	width: 100%;
	height: 680px;
	position: relative;
}
.iadvan .bigimg {
	position: absolute;
	left: 50%;
	top: 50px;
	width: 380px;
	height: 380px;
	margin-left: -180px;
}
.iadvan li {
	width: 250px;
	position: absolute;
}
.iadvan li img {
	position: absolute;
}
.iadvan li h3 {
	color: #333;
	font-size: 22px;
}
.iadvan li h3 span {
	font-style: oblique;
	display: inline-block;
	line-height: 36px;
	color: #f95927;
	font-size: 30px;
	font-family: arial;
	margin:5px;
}
.iadvan li p {
	line-height: 24px;
	color: #444;
	padding-top: 10px;
	font-size:14px;
}
.iadvan li.a1 {
	left: 60px;
	top: 20px;
}
.iadvan li.a1 img {
	right: -180px;
	top: 10px;
}
.iadvan li.a2 {
	right: 60px;
	top: 20px;
}
.iadvan li.a2 img {
	left: -180px;
	top: 10px;
}
.iadvan li.a3 {
	left: 0;
bottom: 220px;
}
.iadvan li.a3 img {
	right: -180px;
	top: -30px;
}
.iadvan li.a4 {
	right: 0;
bottom: 220px;
}
.iadvan li.a4 img {
	left: -160px;
	top: -3px;
}
.iadvan li.a5 {
	left: 650px;
	bottom: 50px;
}
.iadvan li.a5 img {
	left: -150px;
	top: -0px;
}
.ziti {
    color: #f95927;
}
/*优势*/
/*advantage*/
.adv{ background:url(../images/advbg.jpg) no-repeat center;padding:30px 0 60px;}
.adv .adv_nav{
    width:100%;
}
.adv .adv_nav ul{
    width:100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}
.adv .adv_nav li{height:60px; line-height:60px;}
.adv .adv_nav li a{ font-size:22px; color:#fff; display:block;}
.adv .adv_nav li a i{display:inline-block; margin-left:30px; margin-right:10px; font-family: fastexicon;    font-size: 20px;    font-style: normal; color:#fff;}
    .adv .adv_nav li a:hover, .adv .adv_nav li a.adv_nav_hover {
        color: #0060a2;
        border-bottom: 3px solid #0060a2;
        font-weight: bold;
        -webkit-transition: color .2s ease-in-out;
        -moz-transition: color .2s ease-in-out;
        transition: color .2s ease-in-out;
    }
.adv .adv_nav li a:hover i,.adv .adv_nav li a.adv_nav_hover i{color:#fff;}

.adv .adv_contain{margin-top:40px;}
.adv_contain .item{margin-top:20px;}
.adv_contain .item .ltem_txt{line-height:30px; color:#fff; font-size:16px;min-height:150px;}
.adv_contain .item .ltem_txt  h2{ font-size:16px; font-weight:bold;}
.adv_contain .item .ltem_txt  h2 span{ font-size:14px;}
.adv_contain .item_txt_content{margin-top:20px;}
.adv_contain .item  img{width:500px; float:right;}
.adv .container-head .title{color:#fff;}
.adv .container-head .title {
    color: #fff;
    border-bottom: 3px solid #fff;
}
/*查单*/
.search {
    background: #fff;
    padding: 30px 0
}

    .search .box {
        width: 50%;
        margin: 0 auto;
        position: relative;
        height: 50px;
        background: #f5f5f5;
        border-radius: 5px;
        overflow: hidden;
    }

        .search .box .sbtn {
            position: absolute;
            right: 0;
            top: 0;
            background: #0060a2;
            color: #fff;
            border-radius: 0 5px 5px 0;
            width: 113px;
            font-size: 18px;
            height: 50px;
            cursor: pointer;
            border: 0;
        }

            .search .box .sbtn:hover {
                background-color: #c01920;
            }

        .search .box span {
            display: inline-block;
            line-height: 20px;
            color: #ffb500;
            padding: 0 10px;
            border-right: 1px solid #ddd;
            margin-top: 15px;
            float: left;
        }

        .search .box .form {
            width: 70%;
            border: none;
            padding-left: 10px;
            line-height: 50px;
            outline: none;
            background: #f5f5f5;
        }

.s_btn {
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #fff;
    padding: 6px 15px;
    background-color: #fff;
    color: #0060a2;
    margin: 0 15px
}

    .s_btn img {
        display: inline-block;
        margin-bottom: 2px;
    }
    @media screen and (max-width: 750px) 
    {
        .search{padding:0;}
	.search .box {
        width: 100%;
    }
     .search .box .sbtn {
            width:50px;
            font-size:16px;
        }
        .adv .adv_nav ul{flex-flow: wrap row;}
        .adv .adv_nav ul li
        {flex-grow: 1;
         padding:0 10px;    
         height: 40px;
    line-height: 40px;
            }
        .adv .adv_nav li a {
    font-size: 13px;text-align: center;
}.adv .adv_contain {
    margin-top: 20px;
}
.adv_contain .item_txt_content {
   font-size: 12px;
}
}