* {
    margin: 0;
    padding: 0;
    font-family: "思源黑体 CN Light"!important;
}

body {
    margin: 0;
    padding: 0;
    font: 14px/1.5 \5FAE\8F6F\96C5\9ED1, Tahoma;
    color: #373737;
    min-width: 1260px;
    vertical-align: baseline;
    overflow-y: scroll;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
}

a.blue {
    color: #2871d5;
}

a.red {
    color: #F00;
}

a.bold {
    font-weight: bold;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

img {
    border: none;
}

h1,
h2 {
    display: none;
}


/*锟斤拷锟斤拷图片*/

.introduce {
    /*height: 260px;*/
    background-color: #e3e3e3;
    width: 100%;
}

.introduce img {
    width: 100%;
}


/*锟斤拷锟叫�*/

.navmain {
    height: 70px;
    border-bottom: 1px solid #eaeaea;
    background-color: #e2e5ea;
}

.g-wrap {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    height: 100%;
    overflow: hidden;
}

.navmain .g-wrap .crumbs {
    float: left;
    padding-left: 13px;
    height: 100%;
    /*     background-image: url(../images/img/crumbs_icon.png); */
    background-repeat: no-repeat;
    background-position: 0 29px;
}

.navmain .g-wrap .crumbs span {
    float: left;
    padding: 0 9px;
    font-weight: bold;
    font-size: 14px;
    line-height: 70px;
    color: #666;
}


/*.navmain .g-wrap .crumbs a:hover {
    color: #CC3300;
}*/

.navmain .g-wrap .crumbs span.on {
    background-image: url(../images/img/crumbs_arrow.png);
    background-repeat: no-repeat;
    background-position: 0 32px;
}

.navmain .g-wrap .columns {
    float: right;
    height: 100%;
}


/*锟斤拷锟斤拷页锟芥导锟斤拷 begin*/

.level_nav {
    overflow: hidden;
    margin-left: 60px;
    float: right;
}

.level_nav ul li {
    line-height: 70px;
    float: left;
    margin: 0px 0px 0px 45px;
    position: relative;
    font-weight: bold;
}

.level_nav ul li a:link {
    color: #666;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
}

.level_nav ul li a {
    color: #666;
}

.level_nav ul li a:hover {
    color: #CC3300;
    text-decoration: none;
}

.level_nav ul li a:after {
    content: ' ';
    display: block;
    width: 0%;
    height: 2px;
    background-color: #e72a10;
    position: relative;
    bottom: 2px;
    left: 50%;
    transition: all 0.5s cubic-bezier(.68, -0.55, .27, 1.55);
    -moz-transition: all 0.5s cubic-bezier(.68, -0.55, .27, 1.55);
    /* Firefox 4 */
    -webkit-transition: all 0.5s cubic-bezier(.68, -0.55, .27, 1.55);
    /* Safari 锟斤拷 Chrome */
    -o-transition: all 0.5s cubic-bezier(.68, -0.55, .27, 1.55);
    /* Opera */
}

.level_nav ul li a:hover:after {
    width: 100%;
    left: 0;
    right: 0;
}

.level_nav ul li a.active {
    color: #e72a10;
}

.level_nav ul li a.active:after {
    width: 100%;
    left: 0;
    right: 0;
}


/*锟斤拷锟捷诧拷锟街的猴拷锟斤拷*/

.content_box {
    background-color: #ffffff;
    width: 100%;
    padding-bottom: 80px;
}

.content_center {
    width: 1200px;
    margin: auto;
    margin-top: 30px;
    min-height: 500px;
}


/*页锟斤拷*/

.footer {
    background-color: #69696e;
}

.footercont {
    width: 1200px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    height: 98px;
}

.fl {
    float: left;
    padding-top: 30px;
}

.hotlink {
    color: #FFFFFF;
    float: left;
    line-height: 98px;
    margin-left: 85px;
}

.hotlink ul {
    height: 40px;
}

.hotlink li {
    float: left;
    line-height: 50px;
    color: #FFF;
}

.hotlink a {
    color: #fff;
    margin-left: 5px;
    margin-right: 5px;
}

.hotlink a:hover {
    color: #930
}

.footerphone {
    margin-top: 31px;
    margin-left: 185px;
    text-indent: 30px;
    color: #fff;
    /*background-image: url(../images/img/phone.png);*/
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: left center;
    float: left;
    font-size: 18px;
    /*line-height: 40px;*/
    text-align: left;
}

.copyright {
    text-align: center;
    font-size: 12px;
    color: #FFF;
    background-color: #626266;
    height: 36px;
    width: 100%;
    line-height: 36px;
}

img {
    max-width: 100%;
}