/**
 * Created by 潘红霞 on 2015/10/17
 */
@charset "utf-8";
/*通用部分*/
body, div, h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, ol, span, p, strong,i{
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei","微软雅黑","黑体","宋体";
    font-size:18px;
    box-sizing:border-box;
}
body{
    width: 100%;
    *cursor: default;
    overflow: hidden;
    text-align: center;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.cl {
    clear: both;
}
ul,li{
    list-style: none;
}
a {
    text-decoration: none
}
h2{
    font-size: 30px;
    margin-bottom: 18px;
}
img{
    width: 100%;
    height: 100%;
    border:0;
    vertical-align:top;
}


iframe {
    margin-top: 88px;
    width: 100%;
    height: 100%;
    z-index: -1 !important;
    vertical-align: middle;
}
#Esc {
    position: fixed;
    top: 20%;
    right: 12%; 
    z-index: 9999;
}


/*头部*/
.header{
    position: fixed;
    top:0;
    width: 100%;
    min-width: 1080px;
    height: 88px;
    background:rgba(240, 240, 240, 0.9);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#dff0f0f0,endColorstr=#dff0f0f0);
    z-index: 9999;
    display: none;
    display: block\9;;
}
.header-box{
    margin: 0 auto;
    width: 1040px;
	/*position:relative;*/
	z-index:999;
}
.logo{
    margin:12px 70px 0 12px;
    width: 145px;
    height: 65px;
    overflow: hidden;
}
.nav{
    width: auto;
    height: 34px;
    margin: 26px 0;
}
.nav ul li{
    position: relative;
    float: left;
    margin-right: 26px;
    width: auto;
    line-height:34px ;
    font-size: 16px;
    font-weight: bold;
    color:#5D5D5D;
	cursor:pointer;
}
.img-hover {
    position: absolute !important;
    right: 36px;
    height: 60px;
    vertical-align: bottom;
    margin-top: -12px;
    padding-top: 30px;
    background-image: url("../images/icon_unsel_sw.png");
    background-position: center top;
    background-repeat: no-repeat;
}
.img-hover:hover {
    background-image: url("../images/icon_sel_sw.png");
}
.hover2 {
    background-image: url("../images/icon_sel_sw.png") !important;
    background-position: center top;
    background-repeat: no-repeat;
}
li a{
    color:#5D5D5D;
}
li a:hover{
    color:#ca0915;
}
.nav ul li:last-child{
    margin-right: 0;
}
#navBar .active {
    border-bottom: 2px solid #ca0915;
    color: #ca0915;
}
#navBar .pass {
    color: #ca0915;
    opacity: 0.75;
}
.nav ul li span{
    left: 0;
    bottom: -2px;
    display: none;
    position: absolute;
    width: 64px;
    height: 2px;
    background-color:#ca0915;
}
.nav ul li:first-child span:first-child{
    width: 32px;
}
/*中间内容*/
#pageContain {
    overflow: hidden;
}
.page {
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0
}
.contain {
    width: 100%;
    height: 100%;
    display: none;
    position: relative;
    z-index: 0;
}
.current .contain,.slide .contain {
    display: block;
}
.current {
    display: block;
    z-index: 1;
}
.slide {
    display: block;
    z-index: 2;
}
.swipe {
    display: block;
    z-index: 3;
    transition-duration: 0ms !important;
    -webkit-transition-duration: 0ms !important;
}
.width1024{
    position: relative;
    width: 1024px;
    height: 100%;
    margin: 0 auto;
}
/*首页*/
.page1{
    background:url("../images/01.jpg");
    background-size: cover;
    background-position: center;
    background:url("../images/1.jpg") center center no-repeat\9;
}
.page1 img{
    position: absolute;
    top:50%;
    left: 50%;
    margin-top: -106px;
    margin-left: -202px;
    width: 404px;
    height: 212px;
    display: none;
    display: block\9;
}
/*园区体验*/
.page2{
    background:url("../images/02.jpg");
    background-size: cover;
    background-position: center;
    background:url("../images/2.jpg") center center no-repeat\9;
}
.two-txt{
    position: absolute;
    right: 0;
    bottom: 11%;
}
.two-txt h2{
    display: block;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-shadow: 2px 1px 3px #000;
}
.two-txt p{
    display: block;
    text-align: left;
    width: auto;
    color: #fff;
    line-height: 34px;
    text-shadow: 2px 1px 3px #000;
    font-weight: bold;
}
/*园区保税*/
.page3{
    background:url("../images/03.jpg");
    background-size: cover;
    background-position: center;
    background:url("../images/3.jpg") center center no-repeat\9;
}
.page3 .three-txt{
    text-align: left;
    position: absolute;
    bottom: 10%;
    left: 0;
}
.three-txt h2{
    height: 40px;
    line-height: 40px;
    width: auto;
    /*color: #ca0915;*/
    padding:0 12px;
    color: #fff;
    text-shadow: 2px 1px 3px #000;
    background-color:rgba(0,0,0,.01);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#02000000,endColorstr=#02000000);
}
.three-txt span{
    width: auto;
    display: block;
    padding: 0 20px 0 12px;
    height: 34px;
    text-align: left;
    line-height: 34px;
    font-weight: bold;
    /*color: #5d5d5d;*/
    color: #fff;
    background-color:rgba(0,0,0,.01);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#02000000,endColorstr=#02000000);
    text-shadow: 2px 1px 3px #000;
}
/*跨境电商*/
.page4{
    background:url("../images/04.jpg");
    background-size: cover;
    background-position: center;
    background:url("../images/4.jpg") center -130px no-repeat\9;
}
.four-txt{
    position: absolute;
    right: 138px;
    bottom: 14%;
    bottom: 7%\9;
}
.four-txt h2{
    padding-left: 14px;
    height: 40px;
    width: auto;
    text-align: left;
    line-height: 40px;
    color: #CA0915;
}
.four-txt p{
    display: block;
    padding: 3px 14px 0 14px;
    text-align: left;
    width: auto;
    height: auto;
    color: #5d5d5d;
    font-size: 18px;
    font-weight: bold;
    line-height: 34px;
}
/*文化交流*/
.page5{
    background:url("../images/05.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.five-txt{
    position: absolute;
    left: 14%;
    bottom: 10%;
    text-align: left;
}
.five-txt h2{
    display: block;
    padding:0 12px 0 2px;
    height: 40px;
    width: auto;
    line-height: 40px;
    color: #fff;
    text-shadow: 2px 1px 3px #000;
}
.five-txt p{
    padding-left: 12px;
    display: block;
    height: 34px;
    width: auto;
    color: #fff;
    line-height: 34px;
    text-shadow: 2px 1px 3px #000;
    font-weight: bold;
}
/*园区服务*/
.page6{
    background:url("../images/06.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background:url("../images/6.jpg") center -170px no-repeat\9;
}
.six-txt{
    position: absolute;
    left: 50%;
    margin-left: -150px;
    width:300px;
    bottom: 10%;
}
.six-txt h2{
    text-align: center;
    display: block;
    height: 40px;
    line-height: 40px;
    text-shadow: 2px 1px 3px #000;
    color: #fff;
}
.six-txt p{
    text-align: center;
    display: block;
    color: #fff;
    text-shadow: 2px 1px 3px #000;
    font-size: 18px;
    line-height: 34px;
    font-weight: bold;
}
/*园区位置*/
.page7{
    background-color: #ededed;
}
.page7 .seven-content{
    position: relative;
    top:50%;
    height: 472px;
    margin-top: -216px;
}
.page7 img{
    margin: 0 20px 0 5px;
    width: 630px;
    float: left;
}
.page7 .seven-txt{
    float: left;
    margin-top:150px;
    width: auto;
    color: #b97f5c;
}
.seven-txt h2{
    display: block;
    width: 100%;
    line-height: 36px;
    border-top:2px solid #b97f5c ;
    border-bottom:2px solid #b97f5c ;
    font-size: 20px;
    margin-bottom: 20px;
}
.seven-txt p{
    line-height: 35px;
    font-size: 18px;
}
/*申请入驻*/
.page8{
    background-color: #f0f0f0;
}
.page8 .apply-entry-con{
    position: absolute;
    left: 50%;
    top:48%;
    margin:-124px auto 0 -280px;
    color: #5d5d5d;
    width:590px
}
.page8 .apply-entry-con h2{
    font-size: 30px;
    line-height: 30px;
    color: #ca0915;
}
.page8 .apply-entry-con img{
    width: 170px;
    height: 170px;
    margin: 20px 64px auto 0;
}
.page8 .apply-entry-txt{
    text-align:left;
    width: auto;
}
.page8 .apply-entry-txt p{
    font-size: 16px;
    margin-top:32px;
    line-height: 38px;
    font-weight: bold;
}
.page8 .footer{
    position: absolute;
    left: 50%;
    margin-left: -160px;
    bottom: 70px;
    width: auto;
    color: #5d5d5d;
    text-align: center;
}
.page8 .footer img{
    width: 265px;
}
.page8 .footer span{
    font-size: 12px;
    /*display: block;*/
    line-height: 20px;
}
.apply-btn{
    position: fixed;
    bottom: 148px;
    right: 39px;
    padding: 12px 10px 12px 10px;
    /*width: 38px;
    height: 104px;*/
    color: #ff6363;
    background-color:rgba(0,0,0,.8);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000,endColorstr=#BF000000);
    z-index: 10;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}
.apply-btn-sq{
    cursor:pointer;
}
.apply-btn-jr{
    cursor:pointer;
}
.apply-btn-jr{
    color: #ff6363;
}
.apply-btn-sq a{
    color: #ff6363;
}
.apply-btn span {
    display: block;
    font-size: 16px;
}
.sidebar-tip {
    display: block;
    width: 140%;
    height: 1px;
    margin: 10px 0;
    margin-left: -20%;
    background: #ff6363;
}
/*返回顶部*/
.up-btn{
    position: fixed;
    bottom: 92px;
    right: 42px;
    width: 32px;
    height: 32px;
    cursor:pointer;
    z-index: 10;
    display: none;
}
.down-btn{
    position: fixed;
    bottom: 0;
    left:50%;
    margin-left: -24px;
    width: 48px;
    height: 48px;
    cursor:pointer;
    z-index: 10;
}

/*加入我们*/

/*.page10 {
    background-color: #f0f0f0;
}
.page10 .apply-entry-con{
    position: absolute;
    left: 50%;
    top:44%;
    margin:-124px auto 0 -280px;
    color: #5d5d5d;
    width:590px;
}

.apply-entry-con a {
    color: #3359AC !important;
    outline: none;
    text-decoration: none;
}
.apply-entry-con a:visited {
    color: #660033;
}
.apply-entry-con a:hover {
    text-decoration: underline;
}

.apply-entry-left {
    display: inline-block;
    width: 170px;
}
.apply-entry-left h2 {
    font-size: 30px;
    line-height: 30px;
    color: #ca0915;
    margin-bottom: 32px;
}
.apply-entry-left img {
    vertical-align: initial;
}

.page10 .apply-entry-txt{
    display: inline-block;
    text-align:left;
    width: auto;
    margin-left: 40px;
}
.page10 .apply-entry-txt p{
    font-size: 16px;
    margin-top: 24px;
    line-height: 34px;
    font-weight: bold;
}
.page10 .footer{
    position: absolute;
    left: 50%;
    margin-left: -160px;
    bottom: 70px;
    width: auto;
    color: #5d5d5d;
    text-align: center;
}
.page10 .footer img{
    width: 265px;
}
.page10 .footer span{
    font-size: 12px;
    display: block;
    line-height: 20px;
}*/

