@font-face {
    font-family: 'MyCustomFont';
    src: url('OPPOSANS-B.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyCustomFont1';
    src: url('OPPOSANS-H.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyCustomFont2';
    src: url('DIN-BOLD.OTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
}

body {
    position: relative;
    line-height: 1.5;
    font-size: 14px;
    /* font-family: Arial, Helvetica, STHeiTi, sans-serif;*/
    margin: 0 auto
}

ul,
ol,
li {
    list-style: none;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {

    text-decoration: none
}

img {
    display: block
}

html {
    background: #f7f7f7;
    font-family: "Î¢ÈíÑÅºÚ";
}

.container {
    width: 100%;
    /*    max-width: 1920px;*/
    height: auto;
    display: table;
    margin: 0 auto;

}

.box1 {
    width: 486px;
    height: 70px;
    background: url(box1-4.jpg) no-repeat center center;
}

.box1 a {
    display: block;
    width: 100%;
    height: 100%;
}

.box1-group {
    position: relative;
    float: left;
    width: auto;
    display: table;
    margin-left: 240px;
}

.box1-group-item1 {
    float: left;
    width: 38px;
    height: 70px;
    line-height: 68px;
    background: url(box1-1.png) no-repeat center center;
    text-align: center;
    font-size: 30px;
    font-family: 'MyCustomFont2';
    color: #fff;
}

.box1-group-item2 {
    float: left;
    width: 74px;
    height: 70px;
    line-height: 68px;
    background: url(box1-2.png) no-repeat center center;
    text-align: center;
    font-size: 30px;
    font-family: 'MyCustomFont2';
    color: #fff;
}

.box1-group-item1-1 {
    position: absolute;
    top: 32px;
    left: 41px;
    font-size: 12px;

}

.box1-group-item1-2 {
    position: absolute;
    top: 32px;
    left: 98px;
    font-size: 12px;
}

.box1-group-item1-1,
.box1-group-item1-2 {
    color: #333;
}

.box1-group2 {
    float: left;
    width: 132px;
    height: 70px;
    line-height: 70px;
    background: url(box1-3.png) no-repeat center center;
    text-align: center;
}

.box1-group2-item1 {
    float: left;
    font-size: 20px;
    font-family: 'MyCustomFont';
    /*background-image: linear-gradient(to right, #d60b09, #fb6d31);
    color: transparent;
    background-clip: text;*/
	color:#d60b09;
    margin-left: 8px;
}

.box1-group2-item2 {
    float: left;
    font-family: 'MyCustomFont1';
    /*background-image: linear-gradient(to right, #d60b09, #fb6d31);
    color: transparent;
    background-clip: text;*/
	color:#d60b09;
    margin-left: 6px;
}

.box1-group2-item2 span {
    font-size: 20px;
}



.box2 {
    width: 196px;
    height: 78px;
    background: url(box2-1.jpg) no-repeat center center;
   
}

.box2 a {
    display: block;
   width: 186px;
    height: 40px;
	 padding-top: 38px;
    padding-left: 10px;
}

.box2-group {
    position: relative;
    float: left;
    width: auto;
    display: table;
    margin-top: 6px;
}

.box2-group-item1 {
    float: left;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: url(box2-2.png) no-repeat center center;
    text-align: center;
    font-size: 20px;
    font-family: 'MyCustomFont2';
    color: #fff;
}

.box2-group-item2 {
    float: left;
    font-size: 12px;
    line-height: 30px;
    margin: 0 1px;
}

.box2 a .box2-group-item2 {
    color: #333;
}

.box2-group2 {
    float: left;
    width: 100px;
    height: 34px;
    line-height: 34px;
    background: url(box2-3.png) no-repeat center center;
    text-align: center;
}

.box2-group2-item1 {
    float: left;
    font-size: 16px;
    font-family: 'MyCustomFont';
    /*background-image: linear-gradient(to right, #d60b09, #fb6d31);
    color: transparent;
    background-clip: text;*/
	color:#d60b09;
    margin-left: 6px;
}

.box2-group2-item2 {
    float: left;
    font-family: 'MyCustomFont1';
    /*background-image: linear-gradient(to right, #d60b09, #fb6d31);
    color: transparent;
    background-clip: text;*/
	color:#d60b09;
    margin-left: 6px;
    font-size: 10px;
}

.box2-group2-item2 span {
    font-size: 16px;
}