@media all and (min-width:900px){
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    color: #555;
    font-size: 14px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

td,
th,
caption {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
i,

strong {
    font-style: normal;
    font-weight: normal;
}

a {
    color: #555;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    border: none;
    vertical-align: middle;
}

ol,
ul,
li {
    list-style: none;
}
a{text-decoration:none !important}
input,
textarea,
select,
button {
    font: 14px Verdana, Helvetica, Arial, sans-serif;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    overflow-y: scroll;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.clear{
    clear: both !important
}





/*banner*/
.banner{
    width: 100%;
    position: relative;
}
.banner img{
    width: 100%;
}
.banner .position{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
}
.banner .position .title{
    width: 100%;
    margin: 12% 0 0 0;
    text-align: center;
    font-size: 48px;
    color: #fff;
}
.banner .position .brief{
    width: 100%;
    text-align: center;
    font-size: 48px;
    color: #fff;
}







/*content*/
.content{
    width: 1200px;
    margin: 90px auto 0;
}
.content .left{
    width: 42.6%;
    float: left;
}
.content .left ul li:nth-child(1){
    margin-top: 0;
}
.content .left ul li{
    width: 100%;
    margin-top: 30px;
}
.content .left ul li .li_left{
    width: 8.39%;
    float: left;
}
.content .left ul li:nth-child(1) .li_left i{
    content: url("../font/customer");
}
.content .left ul li:nth-child(2) .li_left i{
    content: url("../font/brand");
}
.content .left ul li:nth-child(3) .li_left i{
    content: url("../font/company");
}
.content .left ul li:nth-child(4) .li_left i{
    content: url("../font/phone");
}
.content .left ul li .li_right{
    width: 86.91%;
    float: right;
}
.content .left ul li .li_right p:nth-child(1){
    font-size: 20px;
    color: #1b1b1b;
    margin-top: 6px;
}
.content .left ul li .li_right p:nth-child(2){
    margin-top: 22px;
}

.content .left ul li .li_right p{
    font-size: 14px;
    color: #808080;
    margin-top: 13px;
}



.content .right{
    width: 51.25%;
    float: right;
}
.content .right .title_en{
    width: 100%;
    text-align: right;
    font-size: 32px;
    color:#ec4344;
    margin-top: 28px;
}

.content .right .division_box{
    width: 100%;
}
.content .right .division_box .division{
    width: 3.252%;
    float: right;
    height: 2px;
    background: #ec4344;
}
.content .right .title{
    width: 100%;
    text-align: right;
    margin-top: 25px;
    color: #1b1b1b;
    font-size: 24px;
}
.content .right .contact_map{
    width: 100%;
    height: 300px;
    margin-top: 73px;
}
}