@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:nth-child(1){*/
/*    border-top:1px solid #dedede;*/
/*}*/
.content{
    width: 1200px;
    margin: 100px auto 0;
    /*border-bottom: 1px solid #dedede;*/
    /*border-right: 1px solid #dedede;*/
    /*border-left: 1px solid #dedede;*/
}
.content .menu{
    width: 100%;
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-left: 1px solid #dedede;
}
.content .menu:nth-child(1){
    border-top: 1px solid #dedede;
}
.content .menu .left{
    width: 10.66%;
    float: left;
    border-right: 1px solid #dedede;
}
.content .menu .left .title{
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #1b1b1b;

}
.content .menu .right{
    width: 89.259%;
    float: right;
    padding: 30px 0;
}
.content .menu .right .left_min{
    width: 15.7%;
    float: left;
    border-right: none;
}
.content .menu .right .min{
    margin-top: 20px;
}
.content .menu .right .min:nth-child(1){
    margin-top: 0px;
}
/*.content .menu .right .min:nth-child(1) .left_min .titles{*/
/*    color: #ed5050;*/
/*}*/
.content .menu .right .left_min .division{
    width: 15.29%;
    height: 1px;
    background: #dedede;
    float: left;
    margin-top: 19px;
}
.content .menu .right .left_min .titles{
    width: 80.58%;
    float: left;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    color: #484644;
    background: #fbf4ea;
    border-right: none;
}
.content .menu .right .left_min .titles a{
    color: #484644;
}
.content .menu .right .left_min .titles:hover a{
    color: #ed5050 !important;
}
.content .menu .right .left_min .triangle{
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #fbf4ea;
    float: left;
    margin-top: 13px;
}
.content .menu .right .right_min{
    width: 80.98%;
    float: left;
}
.content .menu .right .right_min ul li{
    width: 16.5%;
    float: left;
    border-right: 1px solid #dedede;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    text-align: center;
    margin-top: 10px;
    font-size: 14px;

}
.content .menu .right .right_min ul li a{
    color: #7e7e7e;
}
.content .menu .right .right_min ul li a:hover{
    color: #ed5050 !important;
}
/*.content .menu .right .right_min ul li:nth-child(1){*/
/*    color: #ed5050;*/

/*}*/
.min_active{
    color: #ed5050 !important;
}
.content .menu .right .divisions{
    width: 86%;
    padding: 12px 7%;
    border-top:1px solid #dedede;
    border-bottom:1px solid #dedede;
    background: #f9f9f9;
    font-size: 16px;
    color: #2a2a2a;
    margin-top: 20px;
}



.fiedx_top{
    content: url("../font/top");
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
}


.fiedx_left{
    width: 56px;
    position: fixed;
    top: 155px;
    /*left: 15.58%;*/
    left: -10%;
}
.fiedx_left ul li{
    width: 36px;
    padding: 10px;
    font-size: 16px;
    color: #919191;
    background: #e8e8e8;
    text-align: center;
    cursor: pointer;
    margin-top: 1px;
    transition: 0.5s;
}
.fiedx_left ul li:hover{
    color: #fff;
    background: #ec4344;
}
.fiedx_left ul .active{
    color: #fff;
    background: #ec4344;
}
}