.content {
    width: 1200px;
    margin: 0 auto;
	
}
.buttons{
	text-align: center;
}
.nav{
    width: 100%;
    background-color: #FFFFFF;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    *border: 1px solid #D7D7D7;
}
.nav .content{
    overflow: hidden;
}
.nav-top{
    border-bottom: 1px solid #D7D7D7;
}
.nav-top-left{
    float: left;
    font-size: 24px;
    color: #1847a7;
    line-height: 80px;
}
.nav-top-right{
    float: right;
}
.nav-top-right img{
    float: left;
    width: 31px;
    height: 31px;
    margin-right: 10px;
    margin-top: 28px;
}
.nav-top-right span{
    float: left;
    color: #0A4DC7;
    font-size: 18px;
    font-weight: bold;
    padding: 31px 0;
}
.nav-bottom{
    min-width: 1200px;
    padding: 20px 0;
}
.nav-bottom a{
    float: left;
    color: #666666;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}
.currency .nav-row{
    margin: 5px 80px;
}
.nav-row{
    float: left;
    width: 1px;
    height: 18px;
    background-color: #D7D7D7;
    margin: 5px 73px;
}
.nav-bottom a:hover{
    color: #0A4DC7;
    font-weight: bold;
}

/* banner */
.banner{
    width: 100%;
    height: 300px;
    max-width: 2560px;
    min-width: 1200px;
    margin: auto;
    background: url(../images/bannershixian.jpg) no-repeat center;
}
.banner h1{
    color: #FFFFFF;
    font-size: 36px;
    font-weight: bold;
    padding-top: 85px;
    padding-bottom: 34px;
}
.banner-content{
    width: 435px;
    height: 50px;
    line-height: 50px;
    background-color: #FF931F;
}
.banner-content img{
    float: left;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    margin: 10px 20px 10px 35px;
}
.banner-content span{
    float: left;
    color: #FFFFFF;
    font-size: 26px;
    font-weight: bold;
}

.walk{
    width: 100%;
    max-width: 2560px;
    min-width: 1200px;
    margin: auto;
    padding: 90px 0;
}
.walk .content{
    overflow: hidden;
}
.walk-left{
    float: left;
    margin-right: 80px;
}
.walk-left div{
    width: 480px;
    height: 300px;
    background-color: #0A4DC7;
}
.walk-left img{
    width: 480px;
    height: 330px;
    margin-top: -290px;
    margin-left: 10px;
}
.walk-right{
	width: 630px;
    float: left;
}
.walk-top{
    overflow: hidden;
    margin-bottom: 30px;
}
.walk-row{
    float: left;
    width: 4px;
    height: 56px;
    background: #0A4DC7;
    margin-right: 10px;
}
.walk-top-content{
    float: left;
}
.walk-top-content p{
    color: #0A4DC7;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 12px;
}
.walk-top-content span{
    color: #666666;
    font-size: 16px;
    font-weight: 400;
}
.walk-desc{
    width: 630px;
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: justify;
}
.walk-detail{
    float: right;
    width: 158px;
    height: 38px;
    color: #0A4DC7;
    font-size: 16px;
    font-weight: 400;
    line-height: 38px;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
    border: 1px solid #0A4DC7;
}
.walk-detail:hover{
    color: #FFFFFF;
    background-color: #0A4DC7;
    border: 1px solid #0A4DC7;
}
.policy{
    width: 100%;
    max-width: 2560px;
    min-width: 1200px;
    margin: auto;
    padding: 60px 0;
    background-color: #F7F8FA;
}
#current-content{
    width: 1200px;
    margin: auto;
}
.policy ul{
	width: 1200px;
	margin: 0 auto;
	min-width: 1200px;
    overflow: hidden;
}
.policy ul li{
    float: left;
    width: 214px;
    height: 185px;
    margin-left: 70px;
    overflow: hidden;
    border: 1px solid #EEEEEE;
}
.policy ul li.policy-li-start{
    margin-left: 0;
}
.policy-pic{
    width: 214px;
    height: 130px;
    overflow: hidden;
}
.policy ul li img{
    float: left;
    width: 214px;
    height: 130px;
    transition: all 1s;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
}
.policy ul li:hover img{
    transform: scale(1.1);
}
.policy ul li p{
    float: left;
    width: 214px;
    height: 57px;
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 57px;
    background-color: #FFFFFF;
}
.policy-submit{
    display: block;
    width: 380px;
    height: 40px;
    line-height: 40px;
    background-color: #FF9420;
    margin: auto;
    margin-top: 40px;
    cursor: pointer;
}
.policy-submit:hover{
    background-color: #f6860e;
}
#policy-submit-hangzhou{
    width: 410px;
}
.policy-submit img{
    float: left;
    width: 20px;
    height: 18px;
    margin: 11px 10px 11px 40px;
}
.policy-submit span{
    float: left;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
}
.policy ul li:hover p{
    color: #FFFFFF;
    background-color: #0A4DC7;
}

.carrier{
    width: 100%;
    max-width: 2560px;
    min-width: 1200px;
    margin: auto;
    padding: 60px 0;
}
.carrier ul{
    overflow: hidden;
    margin-bottom: 30px;
}
.carrier ul li{
    float: left;
    width: 278px;
    height: 156px;
    margin-left: 22px;
    overflow: hidden;
    background-color: #FFFFFF;
}
.carrier ul li.carrier-li-start{
    margin-left: 0;
}
.carrier ul li img{
    float: left;
    width: 278px;
    height: 156px;
}
.carrier-content{
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: justify;
	text-indent: 2rem;
}
.carrier-content span{
    color:#1f6cdd;
    font-weight: bold;
}
.carrier-content a{
    color:#1f6cdd;
    font-weight: bold;
    cursor: pointer;
}
.carrier-desc{
    overflow: hidden;
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    background-color: #F7F8FB;
    padding: 20px 0 30px 0;
}
#carrier-jiaxing .carrier-p-start{
    font-weight: 400;
}
.carrier-desc p{
    float: left;
    min-width: 278px;
    margin-left: 29px;
    padding-top: 10px;
}
.carrier-desc p.carrier-p-start{
    font-weight: bold;
    margin-left: 0;
}

.industry{
    width: 100%;
    max-width: 2560px;
    min-width: 1200px;
    margin: auto;
    padding: 60px 0;
    background:url(../images/industry_bg.jpg) no-repeat center;
    background-size: 2560px 100%;
}
.industry .common-desc{
    color: #FFFFFF;
}
.industry .common-row{
    background-color: #FFFFFF;
}
.industry-tab{
    overflow: hidden;
    text-align: center;
    *padding-left: 380px;
}
#industry-jinhua{
    width: 1178px;
    padding-left: 22px;
}
#industry-hangzhou{
    width: 1156px;
    padding-right: 44px;
}
#industry-wenzhou{
    width: 1112px;
    padding-right: 88px;
}
#industry-daxie{
    width: 1178px;
    padding-right: 22px;
}
#industry-daxie{
    width: 1178px;
    padding-right: 22px;
}
#currency-industry li{
    margin: 0 30px;
}
#industry-ningbo-jingji li{
    margin: 0 30px;
}
#industry-jinhua li{
    margin: 0 30px;
}
#industry-zhoushan li{
    margin: 0 30px;
}
#industry-wenzhou li{
    margin: 0 30px;
}
#industry-daxie li{
    margin: 0 30px;
}
.industry-tab li{
    *float: left;
    display: inline-block;
    height: 40px;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 400;
    border: none;
}
.industry-tab li.industry-li-active{
    border-bottom: 4px solid #FF9420;
}
.industry-tab-middle{
    margin: 0 87px;
}
.industry-row{
    width: 1200px;
    height: 1px;
    margin-top: -2px;
    margin-bottom: 20px;
    background-color: #E0E5F2;
}
.industry-content{
    height: 500px;
    overflow: hidden;
}
.industry-content li{
    width: 1120px;
    height: 440px;
    padding: 30px 40px;
    overflow: hidden;
    background-color: #FFFFFF;
}
.industry-top{
    overflow: hidden;
}
.industry-top img{
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.industry-top span{
    float: left;
    color: #0B4EC8;
    font-size: 20px;
    line-height: 21px;
    font-weight: bold;
}
.industry-text{
    height: 90px;
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 10px;
	text-indent: 2rem;
}
.industry-bottom{
    overflow: hidden;
    margin-top: 24px;
}
.industry-left{
    float: left;
    width: 300px;
    margin-right: 39px;
}
.industry-right{
    float: left;
}
.industry-left img{
    float: left;
    width: 300px;
    height: 225px;
    margin-bottom: 30px;
}
.industry-submit{
    float: left;
    width: 300px;
    height: 40px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    background-color: #FF9420;
    cursor: pointer;
}
.industry-submit:hover{
    background-color: #f6860e;
}
.industry-tag{
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 30px;
}
.industry-tag div{
    float: left;
    width: 178px;
    height: 28px;
    color: #0B4EC8;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    margin-left: 20px;
    border: 1px solid #E0E5F4;
}
.industry-tag div.industry-tag-start{
    margin-left: 0;
}
.industry-business{
    width: 718px;
    height: 48px;
    padding: 0 30px;
    line-height: 48px;
    margin-top: 22px;
    border: 1px solid #EBEBEB;
}
.industry-business span{
    float: left;
    color: #666666;
    font-size: 16px;
    font-weight: 400;
}
.industry-business-middle{
    margin: 0 30px;
}

.traffic{
    width: 100%;
    max-width: 2560px;
    min-width: 1200px;
    margin: auto;
    padding: 60px 0;
}
.traffic-content{
    overflow: hidden;
}
.traffic-left{
    float: left;
    width: 730px;
    height: 330px;
    margin-right: 40px;
}
.traffic-right{
    float: left;
    width: 430px;
}
.traffic-right ul{
    width: 100%;
    height: 330px;
}
.traffic ul li{
    overflow: hidden;
    margin-bottom: 15px;
}
.traffic ul li img{
    float: left;
    width: 18px;
    height: 18px;
    margin-right: 12px;
    margin-top: 4px;
}
.traffic ul li span{
    float: left;
    width: 400px;
    color: #343434;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

.advisory{
    width: 100%;
    max-width: 2560px;
    min-width: 1200px;
    margin: auto;
    padding: 60px 0;
    background: url(../images/advisory_bg.jpg) no-repeat center;
    background-size: 2560px 100%;
}
.advisory.currency-advisory{
    background: #F7F8FA;
}
.advisory.currency-advisory .common-text{
    color: #9A9A9A;
}
.advisory.currency-advisory .common-desc{
    color: #0A4DC7;
}
.advisory.currency-advisory .common-row{
    background-color: #0A4DC7;
}
.advisory .common-text{
    color: #DADADA;
}
.advisory .common-desc{
    color: #FFFFFF;
}
.advisory .common-row{
    background-color: #FFFFFF;
}
.advisory.currency-advisory .advisory-contact{
    color: #666666;
}
.advisory-contact{
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}
.advisory-content{
    width: 580px;
    margin: auto;
    margin-top: 20px;
    overflow: hidden;
}
.advisory.currency-advisory input{
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #E6E6E6;
}
.advisory input{
    float: left;
    width: 263px;
    height: 38px;
    color: #C5D4FF;
    font-size: 14px;
    font-weight: 400;
    line-height: 38px;
    padding-left: 14px;
    margin-bottom: 20px;
    background-color:transparent;
    border: 1px solid #FFFFFF;
}
.advisory-input-right{
    margin-right: 20px;
}
.advisory-submit{
    width: 280px;
    height: 40px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    background-color: #FF9420;
    margin: auto;
    *margin-top: 20px;
	border: solid 1px #FF9420;
}
.advisory-submit:hover{
    background-color: #f6860e;
}

.tip-modal{
    position: fixed;
    top: 237px;
    left: 50%;
    margin: 0 auto;
    margin-left: -100px;
    width: auto;
    line-height: 30px;
    padding: 4px 10px;
    display: none;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #000;
    opacity: 0.65;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 5px rgba(130, 130, 130, 0.5);
    border-radius: 4px;
    z-index: 2147483585;
}


#zhichiBtnBox{
    z-index: 998!important;
}
.zsbridge {
    width: 190px;
    position: fixed;
    left: 15px;
    top: 40%;
    z-index: 990;
    text-align: left;
}
.zsbridge .brit {
    height: 80px;
    background: url(../images/brig.png);
    color: #FFFFFF;
    font-weight: bold;
    overflow: hidden;
}
.zsbridge .brit .brt {
    height: 17px;
    font-size: 15px;
    color: #FFFFFF;
    padding: 19px 0 0 55px;
}
.zsbridge .brit .bre {
    height: 22px;
    font-size: 18px;
    color: #FFFFFF;
    margin-left: 55px;
    font-weight: 700;
    letter-spacing: -0.2px;
    margin-top: 4px;
}
.zsbridge .bricon {
    padding-top: 18px;
    width: 187.5px;
    border: 1px solid #dddddd;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-top: 0;
    padding-bottom: 5px;
    background: #fff;
}
.zsbridge .bricon p {
    text-align: center;
    font-size: 18px;
    color: #666666;
    padding: 0;
    margin-top: 0;
    padding-top: 12px;
    margin-bottom: 13px;
}
.zsbridge .bricon li {
    list-style: none;
    width: 150px;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    border-radius: 14px;
    border: 1px solid #1f6cdd;
    color: #1f6cdd;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 13px;
}
.zsbridge .bricon li a {
    width: 150px;
    height: 28px;
    display: block;
    cursor: pointer;
    color: #1f6cdd;
}
.zsbridge .bricon li:hover {
    background: #1f6cdd;
}
.zsbridge .bricon li:hover a {
    color: #fff;
}

.modal{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background: url(../images/modal_bg.png) left top;
    background-size: 100% 100%;
    display: none;
}
.modal-policy{
    display: none;
    width: 400px;
    padding: 30px;
    background: #fff;
    margin: 10% auto 0;
    overflow: hidden;
    position: relative;
}
.modal-policy-title{
    color: #333333;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
    text-align: center;
}
.modal-policy-desc{
    color: #666;
    font-size: 14px;
    margin-bottom: 30px;
    text-align: center;
}
.js-modal-close{
    position: absolute;
    right: 40px;
    top: 40px;
    width: 12px;
    height: 12px;
    cursor: pointer;
}
.modal-policy input{
    width: 370px;
    height: 40px;
    border: 1px solid #e5e5e5;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    padding: 0 15px;
    box-sizing: content-box;
    margin-bottom: 20px;
}
.modal-policy-submit{
    width: 320px;
    height: 50px;
    line-height: 50px;
    background:  #1f6cdd;
    color: #fff;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 30px;
}
.modal-policy-submit:hover{
    background-color: #1d66cc;
}

.form-success {
    display: none;
    position: relative;
    width: 310px;
    padding: 0 20px 30px 30px;
    background: #fff;
    margin: 20% auto 0;
    overflow: hidden;
}
.form-success-top {
    overflow: hidden;
}
.form-success-pic {
    float: left;
    width: 30px;
    height: 30px;
    margin-top: 32px;
    margin-left: 140px;
}
.form-success-text {
    font-size: 16px;
    color: #666666;
    text-align: center;
    line-height: 26px;
}
.form-success-title {
    color: #333;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 10px;
    line-height: 1;
}

.address{
    float: left;
    margin-top: 15px;
    color: #666666;
}

.prevent-tork{
    color: #999999;
    font-size: 12px;
    text-align: center;
    padding-top: 50px;
    opacity: 0.2;
}
ul{
	    padding: 0px;
}

/* 公共模块头部样式 */
.common-top{
    padding-bottom: 40px;
}
.common-text{
    opacity: 0.14;
    color: #9A9A9A;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.common-desc{
    color: #0A4DC7;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-top: -10px;
    margin-bottom: 15px;
}
.common-row{
    width: 60px;
    height: 4px;
    margin: auto;
    background-color: #0A4DC7;
}
a{
	text-decoration: none;
}
body {
	margin: 0px;
}
p{
	display: block;
	    margin-block-start: 0px;
	    margin-block-end: 0px;
	    margin-inline-start: 0px;
	    margin-inline-end: 0px;
}
ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}
input{
	padding: 0px 7px!important;
}