.w1180 {
	width: 1180px;
	margin: 0 auto
}

.side-menu {
	width: 210px;
	min-height: 300px
}

.side-menu h2 {
	padding: 24px 20px 0;
	margin-bottom: 10px;
	box-sizing: border-box;
	background: url(../images/bg/title-bg.jpg) no-repeat;
	height: 90px;
	color: #fff
}

.side-menu h2 b {
	font-family: "微软雅黑";
	font-size: 20px;
	display: block;
	height: 20px;
	margin-bottom: 9px
}

.side-menu h2 span {
	font-size: 18px;
	font-family: arial;
	line-height: 1
}

.side-menu ul li a {
	position: relative;
	display: block;
	height: 44px;
	line-height: 44px;
	font-size: 15px;
	color: #333;
	text-indent: 22px;
	border-left: 3px solid #fff
}

.side-menu ul .cur a,
.side-menu ul li:hover a {
	background: #f5f5f5;
	border-color: #004976;
	color: #004976
}

.side-menu ul .cur a i,
.side-menu ul li:hover a i {
	display: block
}

.side-menu ul li i {
	position: absolute;
	right: 14px;
	top: 16px;
	display: none
}

.main-content {
}

.main-content .channel-tt {
	font-family: "微软雅黑";
	font-weight: bold;
	font-size: 30px;
	color: #333;
	padding-top: 9px;
	padding-bottom: 15px;
	height: 20px
}

.crumbs {
	height: 52px;
	line-height: 52px;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #333
}

.crumbs a {
	padding: 0 6px
}

.crumbs a:hover {
	text-decoration: underline
}

.crumbs a:first-child {
	padding-left: 0
}

.crumbs span {
	margin-left: 6px
}

.crumbs a:hover {
	color: #004976
}

.page {
	margin: 30px auto 60px;
	width: 420px
}

.page li {
	float: left
}

.page li a {
	font-family: "微软雅黑", arial;
	font-size: 14px;
	color: #666;
	margin: 0 5px;
	display: inline-block;
	text-align: center;
	width: 36px;
	height: 36px;
	box-sizing: border-box;
	line-height: 34px;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 3px;
	border-radius: 3px
}

.page .pre a,
.page .next a {
	width: 72px
}

.page li a.cur {
	background: #004976;
	border-color: #004976;
	color: #fff
}

.page .pre a:hover,
.page .next a:hover {
	background: #e5e5e5;
	border-color: #e5e5e5;
	color: #666
}

.page a:hover {
	background: #e5e5e5;
	border-color: #e5e5e5;
	color: #666
}

.news-details {
	background: #fff;
	padding: 33px 40px 30px 40px;
	margin-bottom: 60px
}

.news-details h2 {
	font-weight: bold;
	font-size: 30px;
	color: #000;
	line-height: 30px
}

.news-header {
	font-family: "微软雅黑";
	text-align: center
}

.news-header p {
	color: #999;
	margin: 16px 0 20px
}

.news-header .divider {
	margin: 0 20px
}

.news-header {
	border-bottom: 1px solid #ddd
}

.news-content {
	padding: 0 70px
}

.news-content img {
	margin: 30px auto;
	display: block;
	margin-bottom: 23px
}

.news-content p {
	font-size: 16px;
	color: #333;
	line-height: 27px;
	text-indent: 30px;
	margin-top: 25px
}

.news-content p:first-child {
	margin-top: 0
}

.banner-hyzx,
.banner-gywm,
.banner-comm,
.banner-qtfw,
.banner-jrfw,
.banner-bzzx {
	width: 100%;
	height: 500px;
	margin-bottom: 40px
}

.banner-hyzx {
	background: url(../images/bg/banner-hyzx.jpg) no-repeat center center
}

.banner-gywm {
	background-image: url(../images/bg/bg1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.banner-comm {
	background: url(../images/bg/banner-common.jpg) no-repeat center center
}

.banner-jrfw {
	background: url(../images/bg/banner-jrfw.jpg) no-repeat center center
}

.banner-qtfw {
	background: url(../images/bg/banner-qtfw.jpg) no-repeat center center
}

.banner-bzzx {
	background: url(../images/bg/banner-bzzx.jpg) no-repeat center center
}

.news-list li a {
	border-bottom: 1px solid #eee;
	height: 30px;
	padding: 30px 0;
	display: block;
	font-family: "微软雅黑";
	font-size: 14px
}

.news-list li:first-child a {
	padding-top: 0
}

.news-list-right {
	padding-left: 100px
}

.news-list li a h2 {
	margin: 19px 0 17px;
	font-size: 18px;
	color: #000;
	height: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: inline-block
}

.news-list li a .txt {
	color: #666;
	max-height: 27px;
	line-height: 27px;
	overflow: hidden;
	width: 600px
}

.news-list li a .date {
	margin-top: 17px;
	font-family: arial;
	float:right;
	color: #999
}

.news-list-left {
	width: 230px;
	height: 160px;
	overflow: hidden
}

.news-list-left img {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}

.news-list a:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2)
}

.news-list a:hover h2 {
	color: #004976;
	text-decoration: underline
}

.main-content .about-us {
	margin-bottom: 75px
}

.main-content .about-us p {
	font-size: 14px;
	line-height: 26px;
	text-indent: 30px;
	margin: 33px 20px 0 20px
}

.financial-service {
	padding-bottom: 40px
}

.service-type {
	padding: 0 20px
}

.financial-service h3 {
	margin: 35px 0
}

.financial-service h4 {
	font-weight: bold;
	font-size: 14px;
	color: #333;
	margin-bottom: 32px
}

.service-type-item {
	padding-left: 50px;
	margin-bottom: 28px;
	position: relative;
	font-size: 14px
}

.service-type-item i {
	position: absolute;
	left: 5px;
	top: -3px
}

.service-type-item span {
	display: block;
	margin-bottom: 6px
}

.service-type-item p {
	line-height: 26px
}

.sub-main {
	display: none
}

.main-content .font-normal {
	font-weight: normal;
	font-size: 16px;
	padding-bottom: 13px
}

.channel-product li {
	position: relative;
	padding-left: 24px;
	margin-top: 50px
}

.channel-product .context {
	display: inline-block;
	vertical-align: middle;
	max-width: 800px;
	margin-left: 21px
}

.channel-product .context h4 {
	font-size: 16px;
	font-weight: bold
}

.channel-product .context p {
	font-size: 14px;
	line-height: 21px;
	margin-top: 10px
}

.sub-main .course {
	padding-top: 57px;
	padding-bottom: 50px
}

.sub-main .course img {
	display: block;
	margin-left: 34px
}

.condition {
	padding-top: 23px;
	margin-bottom: 46px
}

.condition li {
	font-size: 14px;
	line-height: 26px;
	padding-left: 20px
}

.flows-wrap {
	margin: 60px auto 27px
}

.flows {
	text-align: justify;
	font-size: 0
}

.flows .flow,
.flows .flows-arrow {
	display: inline-block;
	text-align: center;
	vertical-align: top
}

.flows .flow {
	width: 108px
}

.flows .flows-arrow {
	width: 29px;
	padding-top: 22px
}

.flows .flow span {
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin-top: 14px
}

.flows:after,
.logistics-service:after {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 1px;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	z-index: -1;
	*zoom: 1;
	content: ""
}

.explain {
	padding-top: 29px;
	padding-bottom: 70px
}

.explain .condition {
	margin-top: 49px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 49px
}

.logistics-service {
	font-size: 0;
	text-align: justify;
	padding: 30px 3px
}

.logistics-service .service {
	display: inline-block;
	vertical-align: top
}

.logistics-service .text {
	font-size: 16px;
	text-align: center;
	padding-top: 18px
}

.logistics-service .img {
	position: relative;
	width: 216px;
	height: 140px;
	overflow: hidden
}

.logistics-service .img-cover {
	background-color: #000;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: .2;
	filter: alpha(opacity=20);
	z-index: 1;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}

.logistics-service .service:hover .img-cover {
	z-index: 1
}

.logistics-service .service img {
	-webkit-transform-origin: 51% 50%;
	transform-origin: 51% 50%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}

.logistics-service .service:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2)
}

.price-calculation {
	padding-top: 40px;
	padding-left: 20px;
	padding-bottom: 49px
}

.cooperative-corporation {
	font-size: 14px
}

.cooperative-corporation ul {
	padding-left: 20px;
	padding-top: 34px;
	padding-bottom: 75px
}

.cooperative-corporation li {
	display: inline-block;
	white-space: nowrap;
	margin-right: 58px
}

.cooperative-corporation .name {
	line-height: 24px
}

.cooperative-corporation .code {
	padding-left: 58px
}

.ser-cont {
	margin-top: 40px;
	margin-bottom: 100px
}

.ser-cont ul {
	margin-left: -15px;
	margin-right: -15px
}

.ser-cont li {
	box-sizing: border-box;
	float: left;
	padding: 0 20px;
	width: 33.3333%
}

.ser-cont li a {
	display: block;
	position: relative;
	font-size: 12px;
	font-family: "微软雅黑";
	color: #333
}

.ser-cont li a .img-wrap {
	overflow: hidden;
	width: 280px;
	height: 180px
}

.ser-cont li a img {
	position: relative;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}

.ser-cont li a:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2)
}

.ser-cont li a .img-layer {
	position: absolute;
	top: 0;
	width: 280px;
	height: 180px;
	background: #000;
	opacity: .2;
	filter: alpha(opacity=20);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}

.ser-cont li a:hover .img-layer {
	opacity: .4;
	filter: alpha(opacity=40)
}

.ser-cont li a h4 {
	font-size: 16px;
	text-align: center;
	margin-top: 17px;
	padding-bottom: 12px;
	position: relative
}

.ser-cont li a .h-line {
	display: block;
	height: 2px;
	width: 30px;
	margin: 0 auto
}

.ser-cont li a p {
	margin: 8px 28px 0 31px
}

.bg-16b893 {
	background: #16b893
}

.bg-ff795e {
	background: #ff795e
}

.bg-ffb319 {
	background: #ffb319
}
.target-fix {  
    padding-top:100px; 
	margin-top:-100px;
	width:240px;
}  
.box{
	width:200px;
           height:160px;
		   margin-top:30px;
            text-align: center;
            background: #FFF;
			position:relative;
         	border-bottom:5px solid #F60;
            box-shadow: #CCC 8px 8px 8px 8px ;//边框阴影
}
.box a:hover{
	color:#0CF;
}
.ula{
}
.ula li{
	float:left;
	padding-left:100px;
}
