﻿body {
    font-family: "Microsoft YaHei","微软雅黑";
    min-width: 1250px;
    background: #fcfdff;
    color: #333;
}
/*头图*/
.part1-top{
    width: 100%;
    height: 134px;
    background: #317cd9;
}

.part1-top-logo{
    width: 1160px;
    height: 134px;
    margin: 0 auto;
    background: url("iecc_top.jpg") 0 0 no-repeat;
}

/*导航*/
.part1-nav-box {
    width: 100%;
    height: 84px;
    overflow: hidden;
    background-color: #3d4762;
    /*opacity: 0.9;*/
    /*position: absolute;*/
    /*left: 50%;*/
    /*bottom: 0;*/
    /*margin-left: -50%;*/
    /*z-index: 2;*/
    /*-moz-box-shadow: 0px -5px 9px rgba(0, 0, 0, 0.5);*/
    /*-webkit-box-shadow: 0px -5px 9px rgba(0, 0, 0, 0.5);*/
    /*box-shadow: 0px -5px 9px rgba(0, 0, 0, 0.5);*/
}

.part1-nav-fixed {
    position: fixed;
    left: 50%;
    top: 0;
    margin-left: -50%;
    z-index: 999;
}

.part1-nav {
    width: 1020px;
    margin: 0 auto;
}

.part1-nav-list {
    /*width: 1152px;*/
    height: 84px;
    float: left;
    /*margin-left: 58px;*/
}

.part1-nav-list li {
    width: 145px;
    height: 84px;
    position: relative;
    float: left;
    transform: skew(-30deg);
}


/*.part1-nav-list-cont{
    transform: skew(30deg);
}*/

.part1-nav-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 105%;
    background: #fff;
    opacity: 0.2;
    /*transform: rotate(25deg) translate(0px,-6px);*/
}

.part1-nav-list li.part1-noline:before {
    opacity: 0;
}

.part1-nav-list-name {
    height: 64px;
    width: 145px;
    float: left;
    position: relative;
    padding-top: 14px;
    transform: skew(30deg);
}

.part1-noline .part1-nav-list-name {
    padding-top: 26px;
}

.part1-nav-list-name-mark {
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    text-align: center;
}

.part1-nav-list-name-mark a {
    color: #fff;
}

.part1-nav-list li:hover {
    /*width: 354px;*/
    background-color: rgba(72, 91, 133, 0.8);
}

/*列表*/
.part2 {
    width: 1140px;
    margin: 40px auto 0;
}

.part2-left {
    width: 710px;
    float: left;
}

.part2-right {
    width: 370px;
    float: right;
    background: #eef5fb;
}