p{
				font-size: 13px;
			}
			.footer
			{
			    position: relative;
			
			    padding: 0 50px;
			
			    background-color: #0b0c1f;
			}
			.footer .link
			{
			    padding-top: 40px;
			    padding-bottom: 16px;
			
			    color: #9aa2af;
			    border-bottom: 1px solid #2c2e50;
			}
			@media (max-width: 1199px)
			{
			    .footer .link
			    {
			        display: none;
			    }
			}
			.footer .link span
			{
			    font-size: 16px;
			    line-height: 30px;
			
			    display: inline-block;
			}
			.footer .link span:before
			{
			    font-family: 'iconfont' !important;
			    font-size: 20px;
			
			    display: inline-block;
			
			    margin-right: 10px;
			
			    content: '\e625';
			    vertical-align: middle;
			}
			.footer .link a
			{
			    line-height: 30px;
			
			    display: inline-block;
			
			    padding: 0 10px;
			}
			.footer .link a:hover
			{
			    color: #fff;
			}
			
			
			.footer .foot
			{
			    /* padding: 60px 0; */
				padding-top: 60px;
				
			width: 1100px;
			    margin: 0 auto;
			    color: #9aa2af;
			}
			@media (max-width: 1199px)
			{
			    .footer .foot
			    {
			        display: none;
			    }
			}
			.footer .foot > ul
			{
			    font-size: 0;
			
			    padding: 0;
			
			    text-align: justify;
			    text-justify: distribute-all-lines;
			}
			.footer .foot > ul:after
			{
			    display: inline-block;
			    overflow: hidden;
			
			    width: 100%;
			    height: 0;
			    margin: 0;
			
			    content: '';
			}
			@media (max-width: 1199px)
			{
			    .footer .foot > ul:after
			    {
			        display: none;
			    }
			}
			@media (max-width: 1199px)
			{
			    .footer .foot > ul
			    {
			        display: block;
			        overflow: hidden;
			
			        margin: 0 -15px;
			    }
			}
			@media (min-width: 1200px)
			{
			    .footer .foot > ul > li
			    {
			        position: relative;
			
			        display: inline-block;
			
			        vertical-align: top;
			        word-break: break-all;
			    }
			}
			@media (max-width: 1199px)
			{
			    .footer .foot > ul > li
			    {
			        display: inline-block;
			
			        width: 33.33333333%;
			        margin-right: -4px;
			        padding: 0 15px;
			
			        vertical-align: top;
			    }
			}
			@media (max-width: 991px)
			{
			    .footer .foot > ul > li
			    {
			        width: 100%;
			    }
			}
			.footer .foot > ul > li .item
			{
			    text-align: left;
			}
			@media (max-width: 1199px)
			{
			    .footer .foot > ul > li .item
			    {
			        margin-top: 30px;
			    }
			}
			.footer .foot > ul > li .item-1 img
			{
			    display: inline-block;
			
			    max-width: 100%;
			
			    vertical-align: top; width:220px
			}
			.footer .foot > ul > li .item-1 .text
			{
			    display: inline-block;
			
			    max-width: 510px;
			    margin-left: 70px;
			
			    vertical-align: top;
			}
			@media (max-width: 1560px)
			{
			    .footer .foot > ul > li .item-1 .text
			    {
			        max-width: 300px;
			    }
			}
			@media (max-width: 1300px)
			{
			    .footer .foot > ul > li .item-1 .text
			    {
			        max-width: 200px;
			    }
			}
			.footer .foot > ul > li .item-1 .text p
			{
			    font-size: 14px;
			    line-height: 1.71428571;
			}
			.footer .foot > ul > li .item-2
			{
			    /* max-width: 520px; */
			}
			.footer .foot > ul > li .item-2 a
			{
			    font-size: 16px;
			    line-height: 2;
			
			    display: inline-block;
			
			    min-width: 90px;
			    padding: 0 0px;
			}
			.footer .foot > ul > li .item-2 a:hover
			{
			    color: #fff;
			}
			.footer .foot > ul > li .item-2 a
			{
			    color: #9aa2af;
			}
			
			.footer .foot > ul > li .item-3 p
			{
			    font-size: 16px;
			    line-height: 1.75;
			
			    margin: 0;
			}
			.footer .foot > ul > li .item-4
			{
			    text-align: center;
			}
			.footer .foot > ul > li .item-4 img
			{
			    max-width: 110px;
			}
			.footer .foot > ul > li .item-4 p
			{
			    font-size: 14px;
			    line-height: 2;
			
			    margin: 0;
			
			    text-align: center;
			
			    color: #9aa2af;
			}  /* text-justify: distribute-all-lines; */
			}
			ul {
			    margin: 0;
			    padding: 0;
			}
			li, ol, ul {
			    list-style: none;
			}
			
			.copyright {
			    overflow: hidden;
			    padding: 5px 50px;
			    background-color: #0b0c1f;
			}
			.copyright p {
			    line-height: 28px;
			    margin: 0;
			    color: #939ba8;
				width: 1100px;
				margin: 0 auto;
			}
			