body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section ,img,a{margin:0;padding:0;  box-sizing: content-box;}  
body,html{
  background: #fff;
  font-size:16px;
  font-family: AlibabaSans,"思源黑体","microsoft yahei",'Arial','宋体';
  color:#505050; 
  box-sizing: content-box;
}
body,html{
	min-width: 1100px;
}
ol,ul {list-style:none;} 
a,a:hover {text-decoration:none; color: #505050;}
img{
	display: block;
	width: 100%;
	border:none;
}
input{
	outline: none;
}
.alert{
	color:#856404;
	background:#fff3cd ;
	padding: 10px 20px;
	height: 45px;
	line-height: 45px;
	position: fixed;
	top: 0;
	z-index: 1200;
	width: 100%;
}
.alert a{
	color:#005BAB;
}
@-webkit-keyframes fadeInUp {
	0% {
	opacity:0;
	-webkit-transform:translate3d(0, 100%, 0);
	transform:translate3d(0, 100%, 0)
	}
	100% {
	opacity:1;
	-webkit-transform:none;
	transform:none
	}
}
@keyframes fadeInUp {
	0% {
	opacity:0;
	-webkit-transform:translate3d(0, 100%, 0);
	transform:translate3d(0, 100%, 0)
	}
	100% {
	opacity:1;
	-webkit-transform:none;
	transform:none
	}
}
@-webkit-keyframes bounceInDown{
  0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,.610,.355,1.000);transition-timing-function:cubic-bezier(0.215,.610,.355,1.000)}
  0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}
  60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}
  75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}
  90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}
  100%{-webkit-transform:none;transform:none}
}
@keyframes bounceInDown{
  0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,.610,.355,1.000);transition-timing-function:cubic-bezier(0.215,.610,.355,1.000)}
  0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}
  60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}
  75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}
  90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}
  100%{-webkit-transform:none;transform:none}
}
@keyframes zoomIn {
	0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
}
    /*0% {
        opacity:0;
        transform:scale3d(.3, .3, .3)
    }
    50% {
        opacity:1
    }*/
       0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
}
20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
}
80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
}
100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}
@-webkit-keyframes zoomIn {
	0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
}
    /*0% {
        opacity:0;
        transform:scale3d(.3, .3, .3)
    }
    50% {
        opacity:1
    }*/
    0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
}

20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
}
80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
}
100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}
.bounceInDown{
	-webkit-animation: bounceInDown 1s ease 0s 1 both;
	animation: bounceInDown 1s ease 0s 1 both;
	opacity: 1!important;
}
.zoomIn {
    animation-name:zoomIn;
    -webkit-animation-name:zoomIn;
    animation-duration:0.75s;
    -webkit-animation-duration:0.75s;
    animation-fill-mode:both;
    -webkit-animation-fill-mode:both;
    opacity:1!important;
}	
		.fadeInUp {
			-webkit-animation: fadeInUp 1s ease 0.4s 1 both;
			animation: fadeInUp 1s ease 0.4s 1 both;
			opacity:1!important;
		}
		.fadeInUp2{
			-webkit-animation: fadeInUp 1s ease 0.2s 1 both;
			animation: fadeInUp 1s ease 0.2s 1 both;
			opacity:1!important;
		}
		.fadeInUp1 {
			-webkit-animation: fadeInUp 1s ease 0.3s 1 both;
			animation: fadeInUp 1s ease 0.3s 1 both;
			opacity:1!important;
		}
/*导航*/
#header{
	padding: 0 95px 0 40px;
	height: 75px;
	background: rgba(0,0,0,0.2);
	position: fixed;
	top: 0;
	width: 100%;
	min-width: 1000px;
	box-sizing: border-box;
	line-height: 75px;
	z-index: 1000;
}

h1{
	float: left;
	width: 217px;
	height: 75px;
	line-height: 75px;
}
h1 img{
	display: inline-block;
	width: 100%;
	height: 35px;
	line-height: 75px;
}
.nav{
	float: right;
	height: 100%;
}
.nav li {
	float: left;
}
.nav li a{
	display: block;
	height: 100%;
	color:#fff;
	padding: 0 10px;
	position: relative;
}
.nav li a:after{
	content: '';
	position: absolute;
	bottom: 0;
	width: 0;
	display: block;
	left: 0;
	height: 3px;
	transition: all .6s ease;
}
.nav .selected a:after,.nav li a:hover:after{
	background: #fff;
	width:100%;
}
.menu{
	width: 27px;
    height: 27px;
    position: absolute;
    right: 40px;
    top: 26px;
    cursor: pointer;
    z-index: 1501;
    transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    -webkit-transition: all ease 0.6s;
}
.menu em{
	width: 100%;
	height: 2px;
	display: block;
	background: #fff;
	margin-top: 8px;
}
.menu em:first-child{
	margin-top: 0;
}
/*侧边导航*/
#cover{
	background: #000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 2000;
	display: none;
}
#sidernav{
    width: 300px;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    right: -300px;
    z-index: 2001;
    overflow-y: auto;
	
}
#sidernav ul li,.share_icon{
	position: relative;
    padding: 0;
    text-align: left;
    font-size: 18px;
    font-weight: 100;
    transform: translateY(100%);
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    opacity: 0;
    filter: alpha(opacity=0);

}
#sidernav .open li{
	opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0);
    
}
#sidernav ul li a{
    transition: all .4s ease;
    font-size: 16px;
    color: #ffffff;
    color: #000000;
    display: block;
    text-align: left;
    padding: 20px 30px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #505050;
}
.navchild{
	display: none;
}
#sidernav ul li .navchild li a{
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    padding: 0 50px 0 60px;
    display: block;
    color: #ffffff;
    color: #000000;
    height: 38px;
    line-height: 38px;
    font-weight: normal;
    text-align: left;
    border: none;
}
#sidernav ul li .navchild li .selected{
	color:#005BAB;
}
#sidernav ul li .navchild li a:hover{
	background: #fff;
		color:#005BAB;
}
#sidernav ul li a:hover{
	background: #005BAB;
	color:#fff;
}
.share_icon{
	width: 172px;
	margin: 0 auto;
	transition-delay: 400ms;
		opacity: 1;
   filter: alpha(opacity=100);
   transform: translateY(0);
   text-align: center;
}
.share_icon a{
	width: 40px;
	height: 40px;
	display: block;
	float: left;
}
.wx{
	margin: 0 30px;
	background: url(../images/share_icon_wechat@2x.png) 0 0 no-repeat;
	background-size: cover;
}
.wx:hover{
	background: url(../images/share_icon_wechat.png) 0 0 no-repeat;
	background-size: cover;
}
.wb{
	background: url(../images/share_icon_sina@2x.png) 0 0 no-repeat;
	background-size: cover;
}
.wb:hover{
	background:url(../images/share_icon_sina.png) 0 0 no-repeat;
	background-size: cover;
}
/*字体*/
@font-face{
	font-family:DIN;
	/*为引入的字体命名*/
	src: url(../font/DINAlternateBold.ttf);
	/*定义要引入字体文件的路径*/
}
@font-face{
	font-family:AlibabaSans;
	/*为引入的字体命名*/
	src: url(../font/AlibabaSans-Regular.otf);
	/*定义要引入字体文件的路径*/
}
.clearfloat:after{
	content: '';
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
#footer{
	background: #F0F0F0;
	width: 100%;
	min-width: 1100px;
	height: 82px;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	padding-top: 29px;
}
.PSBRecord {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}
#footer a:hover {
    color: #000;
}
.b_nav{
	width: 100%;
	margin-top: 10px;
}
.b_nav ul{
	width: 1200px;
	margin: 0 auto;
}
.b_nav ul li {
	float: left;
	margin-left: 42px;
}
.b_nav ul li:first-child{
	margin-left:0 ;
}
.b_nav ul li a{
	display: block;
	width: 120px;
	font-size: 24px;
	line-height: 43px;
	border-bottom: 4px solid #9B9B9B;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.b_nav ul li a:after{
	content: '';
	width: 25px;
	height: 4px;
	display: block;
	position: absolute;
	bottom: -4px;
	left: 0;
	transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
}
.b_nav ul li a:hover:after{
	width: 100%;
}
.b_nav ul li .trade{
	width: 168px;
}
.trade:after{
	background:#005CAA ;
}
.fashion:after{
	background:#EAA05B ;
}
.health:after{
	background:#7AE0B4 ;
}
.supply:after{
	background:#DA717A ;
}
.create:after{
	background:#73B2E7 ;
}
.estate:after{
	background:#61588B ;
}
.finance:after{
	background:#B89868 ;
}
.describe{
	width: 1000px;
	margin: 0 auto;
}
.describe p{
	width: 815px;
	font-size: 20px;
	line-height: 32px;
	/*padding: 106px 40px 114px 57px;*/
	padding: 78px 40px 114px 57px;
	position: relative;
	margin-left: 45px;
}
.describe p:before{
	content: '“';
	display: block;
	height: 23px;
	width: 22px;
	font-size: 60px;
	text-align: center;
	line-height: 23px;
	position: absolute;
	top: 106px;
	left: -40px;
	color:#EAA05B;
}
.describe p:after{
	content: '”';
	display: block;
	height: 23px;
	width: 22px;
	font-size: 60px;
	text-align: center;
	line-height: 23px;
	position: absolute;
	bottom: 96px;
	right: 0px;
	color:#EAA05B;
}
.pic {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.pic ul{
	opacity: 0;
}
.pic ul li {
	float: left;
	width: 400px;
	height: 600px;
	margin-bottom: 64px;
}
.pic ul li div{
	height: 300px;
	overflow: hidden;
}
.pic ul li div p{
	font-size: 20px;
	line-height: 30px;
	width: 284px;
	margin: 0 auto;
	padding-top: 120px;
}
.pic ul li div:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: transform 1s ease-out;
    -moz-transition: transform 1s ease-out;
    -ms-transition: transform 1s ease-out;
    transition: transform 1s ease-out;
}
.pic ul li div img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    height: 100%;
    -webkit-transition: transform 1s ease-out;
    -moz-transition: transform 1s ease-out;
    -ms-transition: transform 1s ease-out;
    transition: transform 1s ease-out;
    object-fit: cover;
}


/*.pic ul li div p b{
	font-size: 24px;
}*/
.btnbox{
	display: block;
	width: 110px;
	margin: 0 auto;
	margin-bottom: 50px;
}
 .btnbox a{
 	display: inline-block;
	width: 42px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	margin: 0 auto;
	border:1px solid #005CAA;
	color:#005CAA;
	background: #fff;
 }
 .btnbox .iconfont{
	font-size: 25px;
}
 .btnbox a:hover{
 	background: #005CAA;
 	color:#fff;
 }
.bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.31);
    padding: 7px;
    box-sizing: border-box;
    opacity: 0;
    filter:alpha(opacity=0);
    top: 0;
}
.bg p {
	display: inline-block;
    height: 176px;
    width: 176px;
    overflow: hidden;
    color: #fff;
    position: relative;
    text-align: center;
		font-size: 20px;
    font-weight: 900;
    opacity: 0;
    filter:alpha(opacity=0);
}
.bg p span{
	display: inline-block;
	margin-top: 40%;
	text-align: left;
}
.bg p:before {
    content: '';
    opacity: 0;
    filter: alpha(opacity=0);
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.bg p:after {
    content: '';
    opacity: 0;
    filter: alpha(opacity=0);
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.kinds li a:hover .bg,.kinds li a:hover .bg p {
    opacity: 1;
    filter: alpha(opacity=100);
}
.kinds li a:hover .bg p:after, .kinds li a:hover .bg p:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1);
}


.linkus{
	width: 100%;
	min-width: 1100px;
	background: #005CAA;
}
.l_left {
	width: 38.3%;
	height: 480px;
	float: left;
	overflow: hidden;
	background: url(../images/image_contact.jpg) center center no-repeat;
	background-size:cover ;
}
.l_right{
	margin-left:124px ;
	width: 508px;
	float: left;
	padding-top: 48px;
}
.l_right h4{
	color:#fff;
	font-size: 40px;
	margin-bottom: 32px;
	position: relative;
	z-index: 10;
}
.l_right ul li{
	color:#fff;
	font-size: 18px;
	line-height: 50px;
	padding-right: 10px;
	clear: both;
}
.l_right ul li:after{
	content: ' ';
	height: 0;
	width: 0;
	display: block;
	overflow: hidden;
	visibility: hidden;
	clear: both;
}
.l_right ul li p:first-child{
	width: 350px;
}
.l_right ul li p{
	float: left;
	overflow: hidden;
	text-align: left;
}
.l_right .hr{
	top: -32px;
	margin: 0;
	width: 168px;
	background: #9B9B9B;
}
.l_right .hr:before, .l_right .hr:after{
	content: '';
	width: 14px;
	height: 2px;
	background: #E50113;
	display: block;
	overflow: hidden;
	position: absolute;
}
.l_right .hr:before{
	left: -14px;
	
}
.l_right .hr:after{
	right: -14px;
}
.business{
	overflow: hidden;
}
.animate {
	opacity: 1!important;
}
.zoom {
	opacity: 1!important;
}
.animate li{
	-webkit-animation: fadeInUp 1s ease 0.4s 1 both;
	animation: fadeInUp 1s ease 0.4s 1 both;
}
.zoom li{
	-webkit-animation: zoomIn 1s ease 0.4s 1 both;
	animation: zoomIn 1s ease 0.4s 1 both;
}
.animate li:nth-child(1),.zoom li:nth-child(1){
	animation-delay:0s;
	-webkit-animation-delay:0s;
}
.animate li:nth-child(2),.zoom li:nth-child(2){
	animation-delay:0.2s;
	-webkit-animation-delay:0.2s;
}
.animate li:nth-child(3),.zoom li:nth-child(3){
	animation-delay:0.3s;
	-webkit-animation-delay:0.3s;
}
.animate li:nth-child(4),.zoom li:nth-child(4){
	animation-delay:0.4s;
	-webkit-animation-delay:0.4s;
}
.animate li:nth-child(5),.zoom li:nth-child(5){
	animation-delay:0.5s;
	-webkit-animation-delay:0.5s;
}
.animate li:nth-child(6),.zoom li:nth-child(6){
	animation-delay:0.6s;
	-webkit-animation-delay:0.6s;
}
.animate li:nth-child(7),.zoom li:nth-child(7){
	animation-delay:0.7s;
	-webkit-animation-delay:0.7s;
}
.animate li:nth-child(8),.zoom li:nth-child(8){
	animation-delay:0.8s;
	-webkit-animation-delay:0.8s;
}
.animate li:nth-child(9),.zoom li:nth-child(9){
	animation-delay:0.9s;
	-webkit-animation-delay:0.9s;
}
.animate li:nth-child(10),.zoom li:nth-child(10){
	animation-delay:1s;
	-webkit-animation-delay:1s;
}
.animate li:nth-child(11),.zoom li:nth-child(11){
	animation-delay:1.1s;
	-webkit-animation-delay:1.1s;
}
.animate li:nth-child(12),.zoom li:nth-child(12){
	animation-delay:1.2s;
	-webkit-animation-delay:1.2s;
}
.animate li:nth-child(13),.zoom li:nth-child(13){
	animation-delay:1.3s;
	-webkit-animation-delay:1.3s;
}
.btnbox .disabled, .btnbox .disabled:hover{
	background: #E5E5E5;
	border-color: #C8C8C8;
	color: #9B9B9B;
	cursor: default;
}
@media only screen and (max-width:1400px ) {
	.b_nav ul li a{
		width: 110px;
		font-size: 20px;
	}
	.b_nav ul li .trade {
    width: 132px;
	}
	.b_nav ul{
		width: 1044px;
	}
	.describe p{
		font-size: 18px;
	}
	.describe p:before{
		top: 84px;
    left: -30px;
    font-size: 50px;
	}
	.describe p:after{
		font-size: 50px;
	}
	.pic{
		width: 876px;
	}
	.pic ul {
		width: 1752px;
	}
	.pic ul li{
		width: 292px;
		height: auto;
	}
	.pic ul li div{
		height: 219px;
	}
	.pic ul li div p{
		width: 226px!important;
		padding-top: 77px;
		font-size: 18px;
	}
	.l_left{
		height: 336px;
	}
	.l_right {
   	padding-top: 30px;
  }
  .l_right h4 {
    font-size: 30px;
    margin-bottom: 8px;
  }
  .l_right .hr {
  	width: 126px;
  	top: -6px;
  }
  .l_right ul li{
  	font-size: 16px;
    line-height: 35px;
  }
  .bg p{
  	height: 146px;
    width: 146px;
    font-size: 18px;
  }
  #footer {
    height: 46px;
    line-height: 24px;
    padding: 20px 0;
	}
}
.business .icon li a img {
	border-radius: 50%;
}
.business .icon li a:hover img{
 		box-shadow: -5px 10px 6px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: -5px 10px 6px 0 rgba(0,0,0,0.2);
    transform: translate3d(0, -5px, 0);
    -webkit-transform: translate3d(0, -5px, 0);
}
