#mall .news li li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



#mall .banner {
    width: 100%;
    height: 420px;
    text-align: center;
    color: #fff;    
	background-color: #1746D2;
    background-repeat: no-repeat;
}


#mall .header_1200{
	
	position: relative;
	width: 1200px;
    margin: 0 auto;
}

#mall .header_1200 .showimg{
	
    position: absolute;
    top: 10px;
    right: 0px;
}

#mall .header_1200 .showimg img{ height:410px;}

#mall .header_1200 .content{
	
	position: absolute;
    top: 115px;
    left: 40px;
	text-align: left;
}

#mall .header_1200 .content h2 {
    padding: 20px 0px;
    font-size: 50px;
    text-shadow: 0 2px 4px rgba(0,0,0,.2);
    text-align: left;
	font-weight: 100;
}

#mall .header_1200 .content h2 span { 
	
	font-size:30px;
}

#mall .header_1200 .content h2 img{
    width: 200px;
}

#mall .header_1200 .content .aim {
    font-size: 20px;
    margin-bottom: 12px;
}

#mall .header_1200 .content a {
    display: inline-block;
    width: 180px;
    height: 40px;
    line-height: 40px;
    border-radius: 2px;
    font-size: 16px;
    color: #fff;
    background: url(../images/btn_bg.png);
	text-align: center;
}

#mall .header_1200 .content .call {
    width: 200px;
    margin: 20px 0;
    font-size: 14px;
    line-height: 18px;
    box-sizing: border-box;
    padding-left: 20px;
    background: url(../images/tel_icon.png) 8px no-repeat;
}


/**********************************************************/
#mall h3 {
    font-size: 30px;
    padding: 85px 0 35px;
    font-weight: normal;
}

#mall .sub {
    font-size: 16px;
    line-height: 26px;
    color: #666;
}

#mall .mall_intro {
    padding-bottom: 55px;
    text-align: center;
}

#mall .mall_intro ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1200px;
    margin: 20px auto 0;
}

#mall .mall_intro li {
    width: 270px;
    height: 190px;
    margin: 10px 40px;
	padding: 20px 0 0;
    transition: all .3s linear;
}

#mall .mall_intro li:hover{
	
	transform: translateY(-5px);
	box-shadow: 0px 6px 70px 1px rgba(0, 0, 0, .1);
}

#mall .mall_intro li .icon {
    width: 45px;
    height: 60px;
    margin: 0 auto;
}

#mall .mall_intro li .title {
    font-size: 20px;
    line-height: 40px;
}

#mall .mall_intro li p {
    line-height: 20px;
    color: #888;
    font-size: 14px;
}

#mall .mall_intro li:nth-child(1) .icon {
    background: url(../images/icon1.png) center no-repeat;
}

#mall .mall_intro li:nth-child(2) .icon {
    background: url(../images/icon2.png) center no-repeat;
}

#mall .mall_intro li:nth-child(3) .icon {
    background: url(../images/icon3.png) center no-repeat;
}

#mall .mall_intro li:nth-child(4) .icon {
    background: url(../images/icon4.png) center no-repeat;
}

#mall .mall_intro li:nth-child(5) .icon {
    background: url(../images/icon5.png) center no-repeat;
}

#mall .mall_intro li:nth-child(6) .icon {
    background: url(../images/icon6.png) center no-repeat;
}

#mall .mall_intro .intro_right {
    width: 352px;
}

#mall .mall_intro .intro_right img {
    display: block;
    width: 219px;
    height: 219px;
    margin: 70px auto 45px;
    border-radius: 10px;
    box-shadow: 0 8px 20px #e5e5e5;
}

#mall .mall_intro .intro_right p {
    font-size: 16px;
    color: #666;
}

#mall .mall_model {
    text-align: center;
    background: #f4f4f4;
    padding-bottom: 38px;
}

#mall .mall_model ul {
    padding-top: 50px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#mall .mall_model li {
    width: 280px;
    height: 100px;
    margin-bottom: 42px;
    padding: 25px 0 25px 80px;
    box-sizing: border-box;
    border-radius: 10px;
    text-align: left;
    background: #fff url(../images/i1.png) 20px center no-repeat;
    cursor: pointer;
    transition: all .3s ease;
}

#mall .mall_model li .title {
    font-size: 20px;
    margin-bottom: 15px;
}

#mall .mall_model li p {
    color: #888;
    font-size: 13px;
    line-height: 1;
}

#mall .mall_model li:nth-child(2) {
    background-image: url(../images/i2.png);
}

#mall .mall_model li:nth-child(3) {
    background-image: url(../images/i3.png);
}

#mall .mall_model li:nth-child(4) {
    background-image: url(../images/i4.png);
}

#mall .mall_model li:nth-child(5) {
    background-image: url(../images/i5.png);
}

#mall .mall_model li:nth-child(6) {
    background-image: url(../images/i6.png);
}

#mall .mall_model li:nth-child(7) {
    background-image: url(../images/i7.png);
}

#mall .mall_model li:nth-child(8) {
    background-image: url(../images/i8.png);
}

#mall .mall_model li:nth-child(9) {
    background-image: url(../images/i9.png);
}

#mall .mall_model li:nth-child(10) {
    background-image: url(../images/i10.png);
}

#mall .mall_model li:nth-child(11) {
    background-image: url(../images/i11.png);
}

#mall .mall_model li:nth-child(12) {
    background-image: url(../images/i12.png);
}

#mall .mall_model li:nth-child(13) {
    background-image: url(../images/i13.png);
}

#mall .mall_model li:nth-child(14) {
    background-image: url(../images/i14.png);
}

#mall .mall_model li:nth-child(15) {
    background-image: url(../images/i15.png);
}

#mall .mall_model li:hover {
    box-shadow: 0 10px 30px #dbdbdb;
}

#mall .mall_advan {
    height: 800px;
    background: url(../images/bg2.png) center;
    text-align: center;
}

#mall .mall_advan h3 {
    padding: 62px 0 45px;
    color: #fff;
}

#mall .mall_advan ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#mall .mall_advan li {
    width: 220px;
    height: 240px;
    margin-bottom: 30px;
    padding: 106px 28px 0;
    box-sizing: border-box;
    border-radius: 10px;
    cursor: pointer;
    background: #fff url(../images/ad1.png) center 30px no-repeat;
}

#mall .mall_advan li .title {
    font-size: 18px;
    line-height: 42px;
}

#mall .mall_advan li p {
    line-height: 26px;
    text-align: left;
    color: #888;
    font-size: 14px;
}

#mall .mall_advan li:hover {
    color: #fff;
}

#mall .mall_advan li:hover p {
    color: #fff;
}

#mall .mall_advan li:nth-child(1) {
    background-image: url(../images/ad1.png);
}

#mall .mall_advan li:nth-child(1):hover {
    background: #f74564 url(../images/ad1whi.png) center 30px no-repeat;
}

#mall .mall_advan li:nth-child(2) {
    background-image: url(../images/ad2.png);
}

#mall .mall_advan li:nth-child(2):hover {
    background: #f74564 url(../images/ad2whi.png) center 30px no-repeat;
}

#mall .mall_advan li:nth-child(3) {
    background-image: url(../images/ad3.png);
}

#mall .mall_advan li:nth-child(3):hover {
    background: #f74564 url(../images/ad3whi.png) center 30px no-repeat;
}

#mall .mall_advan li:nth-child(4) {
    background-image: url(../images/ad4.png);
}

#mall .mall_advan li:nth-child(4):hover {
    background: #f74564 url(../images/ad4whi.png) center 30px no-repeat;
}

#mall .mall_advan li:nth-child(5) {
    background-image: url(../images/ad5.png);
}

#mall .mall_advan li:nth-child(5):hover {
    background: #f74564 url(../images/ad5whi.png) center 30px no-repeat;
}

#mall .mall_advan li:nth-child(6) {
    background-image: url(../images/ad6.png);
}

#mall .mall_advan li:nth-child(6):hover {
    background: #f74564 url(../images/ad6whi.png) center 30px no-repeat;
}

#mall .mall_advan li:nth-child(7) {
    background-image: url(../images/ad7.png);
}

#mall .mall_advan li:nth-child(7):hover {
    background: #f74564 url(../images/ad7whi.png) center 30px no-repeat;
}

#mall .mall_advan li:nth-child(8) {
    background-image: url(../images/ad8.png);
}

#mall .mall_advan li:nth-child(8):hover {
    background: #f74564 url(../images/ad8whi.png) center 30px no-repeat;
}

#mall .mall_advan li:nth-child(9) {
    background-image: url(../images/ad9.png);
}

#mall .mall_advan li:nth-child(9):hover {
    background: #f74564 url(../images/ad9whi.png) center 30px no-repeat;
}

#mall .mall_advan li:nth-child(10) {
    background-image: url(../images/ad10.png);
}

#mall .mall_advan li:nth-child(10):hover {
    background: #f74564 url(../images/ad10whi.png) center 30px no-repeat;
}

#mall .mall_advan .btn {
    margin-top: 28px;
}

#mall .mall_advan .btn a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    border-radius: 2px;
    color: #fff;
}

#mall .mall_advan .btn a.more {
    width: 160px;
    margin-right: 15px;
    border: 1px solid #fff;
}

#mall .mall_advan .btn a.expe {
    width: 100px;
    background: url(../images/btn_bg1.png);
}

#mall .authorize {
    height: 700px;
    background: #f4f4f4;
}

#mall .authorize h3 {
    padding: 64px 0 27px;
    text-align: center;
}

#mall .authorize .sub {
    margin-bottom: 57px;
    text-align: center;
}

#mall .authorize_con {
    width: 100%;
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
}

#mall .authorize_con .con_left {
    width: 300px;
    height: 100%;
    background: url(../images/bg3.png) center;
    color: #fff;
}

#mall .authorize_con .con_left .type {
    width: 110px;
    height: 110px;
    margin: 40px auto;
    border-radius: 50%;
    background: url(../images/type_bg.jpg);
    font-size: 30px;
    text-align: center;
    line-height: 110px;
}

#mall .authorize_con .con_left .process {
    margin-top: 95px;
    padding: 0 35px;
}

#mall .authorize_con .con_left .process p {
    margin-bottom: 18px;
    font-weight: bold;
}

#mall .authorize_con .con_left .process p.p1 {
    font-size: 16px;
}

#mall .authorize_con .con_right {
    position: relative;
    height: 100%;
    width: 900px;
    background: #fff url(../images/line.png) center 117px no-repeat;
}

#mall .authorize_con .con_right .item {
    position: absolute;
    width: 128px;
    height: 58px;
    line-height: 58px;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

#mall .authorize_con .con_right .item1 {
    top: 36px;
    left: 336px;
    width: 228px;
    height: 68px;
    line-height: 68px;
    font-size: 26px;
    background: url(../images/btn_bg2.png);
}

#mall .authorize_con .con_right .item2 {
    top: 199px;
    left: 140px;
    background: url(../images/btn_bg3.png);
}

#mall .authorize_con .con_right .item2 .item_con {
    left: -40px;
}

#mall .authorize_con .con_right .item3 {
    top: 199px;
    left: 370px;
    background: url(../images/btn_bg4.png);
}

#mall .authorize_con .con_right .item3 .item_con {
    left: -45px;
}

#mall .authorize_con .con_right .item4 {
    top: 199px;
    left: 635px;
    background: url(../images/btn_bg5.png);
}

#mall .authorize_con .con_right .item4 .item_con {
    left: -15px;
}

#mall .authorize_con .con_right .item_con {
    position: absolute;
    left: 0;
    top: 80px;
    width: 230px;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    color: #666;
}

#mall .entrance {
    height: 500px;
    text-align: center;
}

#mall .entrance h3 {
    padding: 63px 0 20px;
}

#mall .entrance ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 52px;
}

#mall .entrance li {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    width: 280px;
    height: 100px;
    margin-bottom: 30px;
    padding-left: 90px;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    text-align: left;
    background: #fff url(../images/wx1.png) 25px center no-repeat;
    transition: background-color 0.3s;
}

#mall .entrance li p {
    font-size: 16px;
    line-height: 20px;
    color: #666;
}

#mall .entrance li:hover {
    background-color: #f74564;
}

#mall .entrance li:hover p {
    color: #fff;
}

#mall .entrance li:nth-child(1):hover {
    background-image: url(../images/wx11.png);
}

#mall .entrance li:nth-child(2) {
    background-image: url(../images/wx2.png);
}

#mall .entrance li:nth-child(2):hover {
    background-image: url(../images/wx22.png);
}

#mall .entrance li:nth-child(3) {
    background-image: url(../images/wx3.png);
}

#mall .entrance li:nth-child(3):hover {
    background-image: url(../images/wx33.png);
}

#mall .entrance li:nth-child(4) {
    background-image: url(../images/wx4.png);
}

#mall .entrance li:nth-child(4):hover {
    background-image: url(../images/wx44.png);
}

#mall .entrance li:nth-child(5) {
    background-image: url(../images/wx5.png);
}

#mall .entrance li:nth-child(5):hover {
    background-image: url(../images/wx55.png);
}

#mall .entrance li:nth-child(6) {
    background-image: url(../images/wx6.png);
}

#mall .entrance li:nth-child(6):hover {
    background-image: url(../images/wx66.png);
}

#mall .entrance li:nth-child(7) {
    background-image: url(../images/wx7.png);
}

#mall .entrance li:nth-child(7):hover {
    background-image: url(../images/wx77.png);
}

#mall .entrance li:nth-child(8) {
    background-image: url(../images/wx8.png);
}

#mall .entrance li:nth-child(8):hover {
    background-image: url(../images/wx88.png);
}

#mall .trade {
    height: 750px;
    background: url(../images/bg4.png) center;
    text-align: center;
    color: #fff;
}

#mall .trade h3 {
    padding: 62px 0 120px;
}

#mall .trade ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#mall .trade li {
    width: 120px;
    height: 180px;
    margin: 0 150px 70px 0;
}

#mall .trade li:nth-child(5n) {
    margin-right: 0;
}

#mall .trade li .icon {
    width: 120px;
    height: 120px;
    border-radius: 10px;
    background: #5cddb4 url(../images/trade1.png) center no-repeat;
}

#mall .trade li p {
    margin-top: 20px;
    font-size: 18px;
}

#mall .trade li:nth-child(2) .icon {
    background: #6abde0 url(../images/trade2.png) center no-repeat;
}

#mall .trade li:nth-child(3) .icon {
    background: #82b4ff url(../images/trade3.png) center no-repeat;
}

#mall .trade li:nth-child(4) .icon {
    background: #828eff url(../images/trade4.png) center no-repeat;
}

#mall .trade li:nth-child(5) .icon {
    background: #ba82ff url(../images/trade5.png) center no-repeat;
}

#mall .trade li:nth-child(6) .icon {
    background: #e682ff url(../images/trade6.png) center no-repeat;
}

#mall .trade li:nth-child(7) .icon {
    background: #ff82ce url(../images/trade7.png) center no-repeat;
}

#mall .trade li:nth-child(8) .icon {
    background: #ff6d88 url(../images/trade8.png) center no-repeat;
}

#mall .trade li:nth-child(9) .icon {
    background: #f7455d url(../images/trade9.png) center no-repeat;
}

#mall .trade li:nth-child(10) .icon {
    background: #ffa16d url(../images/trade10.png) center no-repeat;
}

#mall .news h3 {
    padding: 86px 0 66px;
    text-align: center;
}

#mall .news li {
    float: left;
    margin-right: 70px;
}

#mall .news li:nth-child(3n) {
    margin-right: 0;
}

#mall .news li h4 {
    font-size: 16px;
    font-weight: bold;
    border-left: 3px solid #ff4600;
    margin-bottom: 20px;
    padding-left: 10px;
}

#mall .news li .icon {
    width: 350px;
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
}

#mall .news li .icon a {
    display: block;
    width: 100%;
    height: 100%;
}

#mall .news li li {
    float: none;
    width: 350px;
    margin: 16px 0 0;
    padding-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
    background: url(../images/icon3.png) -28px -23px no-repeat;
}

#mall .news li .more {
    padding: 15px 0 40px;
    cursor: default;
}

#mall .news li .more a {
    font-size: 16px;
    color: #0a6dee;
}

/*# sourceMappingURL=mall.css.map */
