@charset "utf-8";

/* CSS Document 
author:Yi Zhihai
version:1.0
*/

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    *overflow: auto;
    _overflow-x: hidden;
}

body,
div {
    margin: 0;
}

p,
ul,
ol,
form,
dl,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
}

dl,
dd {
    margin-left: 0;
}

ul,
ol {
    padding-left: 0;
    *margin-left: 0;
    list-style-type: none;
}

ul li {
    *zoom: 1;
    *vertical-align: bottom;
    *list-style: none;
}

em,
var,
cite,
i {
    font-style: normal;
}

s,
a {
    text-decoration: none;
}

a:focus,
input:focus,
textarea:focus {
    outline: none;
}

a {
    cursor: pointer;
    text-decoration: none;
}

blockquote,
q {
    quotes: none;
    margin: 0px;
}

table {
    border-collapse: collapse;
    table-layout: fixed;
    border-spacing: 0;
    empty-cells: show;
}

img,
iframe {
    border: none;
    border: 0;
    background: none;
}

img {
    /*width: auto\9; height:auto; */
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}


/*表单*/

textarea,
select,
button,
.tinput,
.intxt,
.submit,
.button {
    margin: 0;
    vertical-align: middle;
    outline: 0;
    background: transparent;
    resize: none;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

input[type='checkbox'],
input[type='radio'] {
    vertical-align: -2px;
    *vertical-align: middle;
}

label,
button,
.button,
.submit,
.reset {
    cursor: pointer;
}

input[type='submit'],
button,
.submit,
.button {
    filter: chroma(color=#000000);
}

button,
input {
    *overflow: visible;
    line-height: normal;
}


/*---------字体、字号定义---------*/

body,
button,
input,
textarea,
select,
a {
    font-family: "Microsoft YaHei ", arial, simsun;
    font-weight: normal;
}

p,
ul,
ol,
form,
dl,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Microsoft YaHei", arial, simsun;
    font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
    margin: 0;
}

<!--圆角开始-->
/*通用样式--容器宽度值*/

.sharp {
    height: 38px;
    float: left;
    margin-left: 10px;
    display: inline;
}

.sharp .content div {
    padding: 10px;
    text-indent: 2em;
}

.content {
    height: 35px;
}


/*这个高度值等于图片的高度值-8px*/


/*圆角框通用设置样式，如果要运用多个不同颜色，以下部分不用重新变化--------------------------------*/

.b1,
.b2,
.b3,
.b4,
.b5,
.b6,
.b7,
.b8 {
    height: 1px;
    font-size: 1px;
    overflow: hidden;
    display: block;
}

.b1,
.b8 {
    margin: 0 5px;
}

.b2,
.b7 {
    margin: 0 3px;
    border-right: 2px solid;
    border-left: 1px solid;
}

.b3,
.b6 {
    margin: 0 2px;
    border-right: 1px solid;
    border-left: 1px solid;
}

.b4,
.b5 {
    margin: 0 1px;
    border-right: 1px solid;
    border-left: 1px solid;
    height: 2px;
}

.content {
    border-right: 1px solid;
    border-left: 1px solid;
    overflow: hidden;
}


/*图片偏移定位--上面部分*/

.sharp b.b2 {
    background-position: -2px top;
}

.sharp b.b4 {
    background-position: -1px -2px;
}


/*颜色方案一----------------------------------------*/


/*边框色*/

.color1 .b2,
.color1 .b3,
.color1 .b4,
.color1 .b5,
.color1 .b6,
.color1 .b7,
.color1 .content {
    border-color: #0c4da1;
}

.color1 .b1,
.color1 .b8 {
    background: #0c4da1
}


/*图片路径*/

.color1 .b2,
.color1 .b3,
.color1 .b4,
.color1 h3,
.color1 .b5,
.color1 .b6,
.color1 .b7,
.color1 .content {
    background: #0c4da1;
}

body {
    font-size: 12px;
    font-family: simsun, arial, helvetica, clean, sans-serif;
    background: #bce1f4;
    color: #2b2b2b;
    height: auto;
}

<!--页头开始-->.top_part {
    background: #000000;
    width: 100%;
    height: 222px;
    position: relative;
}

.top_bg {
    background-image: url(../../img/top-ph.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    /* width: 1430px; */
    height: 222px;
    margin: 0 auto;
}

.top_arrow {
    display: block;
    width: 168px;
    height: 396px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../../img/top-left-bg.png);
}

.top_bt {
    height: 56px;
    position: absolute;
    left: 25%;
    top: 145px;
    width: 350px;
}

.top_bt01 {
    float: left;
    width: 123px;
    height: 56px;
    background: url(../../img/button01.png) no-repeat left;
}

.top_bt02 {
    float: left;
    width: 123px;
    margin-left: 20px;
    height: 56px;
    background: url(../../img/button02.png) no-repeat left;
}

.top_bt01:hover {
    background: url(../../img/button01_hover.png) no-repeat left;
}

.top_bt02:hover {
    background: url(../../img/button02_hover.png) no-repeat left;
}

<!--主要部分开始-->.middle_part {
    width: 940Px;
    background: #bce1f4;
}

.middle_bg {
    width: 940px;
    margin: 0 auto;
    height: auto;
    background: #FFF;
    padding: 30px;
}

.no1 {
    height: 558px;
    width: 940px;
    margin-bottom: 25px;
}

.no1_left {
    width: 310px;
    height: auto;
    margin-right: 20px;
    float: left;
}

.no1_left_top {
    width: 310px;
    height: 410px;
}

.content p {
    font-size: 16px;
    color: #FFF;
    margin: 5px 0 0 30px;
    padding-left: 20px;
}

.content img {
    margin-right: 10px;
}

.box_01 {
    border: #cacaca 1px solid;
    width: 308px;
}

.box_01_list {
    padding-top: 10px;
}

.box_01_list ul {
    margin: 5px 0 6px;
    overflow: hidden;
}

.box_01_list li {
    color: #6c7a9d;
    line-height: 35px;
    padding-left: 30px;
    overflow: hidden;
    width: 250px;
    background: url(../../img/arrow02.png) no-repeat center right;
}

.box_01_list img {
    float: right;
    margin-top: 14px;
    width: 7px;
    height: 10px;
    display: block;
}

.box_01_list a {
    color: #6c7a9d;
}

.box_01_list a:hover {
    color: #0c4da1;
}

.line {
    height: 2px;
    width: 270px;
    border-bottom: #e8e8e8 1px solid;
    margin: 0 auto;
}

.enter {
    width: 308px;
    height: 36px;
    background: #e8e8e8;
    margin-top: 12px;
}

.enter span {
    display: block;
    width: 130px;
    background: url(../../img/arrow01.png) no-repeat center right;
    padding-left: 90px;
}

.enter a {
    line-height: 36px;
    font-size: 14px;
}

.no1_left_middle {
    width: 310px;
    height: 10px;
}

.no1_left_down {
    width: 310px;
}

.no1_right {
    width: 610px;
    height: 555px;
    float: right;
}

.box_02 {
    border: #cacaca 1px solid;
    width: 548px;
    height: 471px;
    padding: 30px 30px 16px;
    overflow: hidden;
}

.box_02_left {
    width: 274px;
    float: left;
}

.box_02_right {
    width: 274px;
    float: right;
}

.box_02_left_t,
.box_02_right_t {
    height: 170px;
    border-bottom: #e8e8e8 1px solid;
    margin-bottom: 30px;
}

.picture_line {
    height: 145px;
    width: 243px;
    border: #dadada 1px solid;
}

.picture_line img {
    margin: 14px;
}

.box_02_left li,
.box_02_right li {
    margin-bottom: 10px;
}

.box_02 h6 {
    color: #808080;
    font-size: 12px;
    line-height: 16px;
}

.p13 {
    font-size: 13px;
    display: block;
    float: left;
    margin-right: 5px;
    color: #808080;
    line-height: 19px;
}

.p14 {
    font-size: 14px;
    color: #4f4f4f;
    line-height: 19px;
}

.box_02_right_t ul {
    display: block;
    padding-top: 15px;
}

.box_02_right_t li {
    background: url(../../img/list01.gif) no-repeat 0 center;
    padding-left: 15px;
    overflow: hidden;
}

<!--2部分开始-->.no2 {
    height: 175px;
    width: 940px;
}

.box_03 {
    border: #cacaca 1px solid;
    width: 938px;
    height: 110px;
    padding: 20px 0;
    margin-bottom: 25px;
}

.more {
    background: url(../../img/more.png) no-repeat;
    width: 70px;
    height: 20px;
    margin: -20px 15px;
    float: right;
}

.more:hover {
    background: url(../../img/more_hover.png) no-repeat;
}

.box_03 ul {
    display: block;
    padding: 0 35px;
    width: 241px;
    border-right: #cacaca 1px solid;
    float: left;
}

.box_03 li {
    background: url(../../img/list01.gif) no-repeat 0 center;
    padding-left: 15px;
    overflow: hidden;
    height: 28px;
    line-height: 28px;
}

.box_03 a {
    color: #808080
}

.box_03 a:hover {
    color: #0c4da1
}

<!--3部分开始-->.no4_box {
    margin-right: 12px;
    float: left;
}

.box_04 {
    border: #cacaca 1px solid;
    width: 303px;
    height: 190px;
}

.box_04 .box_01_list li a {
    color: #808080
}

.box_04 .box_01_list li a:hover {
    color: #0c4da1;
}

.more_02 {
    line-height: 30px;
    text-align: right;
    width: 260px;
    margin: 0 auto;
}

.more_02 a {
    color: #6c7a9d;
}

.more_02 a:hover {
    color: #0c4da1;
}

<!--4部分开始-->.clear {
    clear: both;
}

.box_05 {
    border: #cacaca 1px solid;
    width: 938px;
    height: 180px;
    position: relative;
}

.scrDiv ul {
    position: absolute;
    top: 20px;
    right: 19px;
}

.scrDiv li {
    width: 148px;
    height: 120px;
    background: #e8e8e8;
    border: #cacaca 1px solid;
    float: left;
    margin: 10px 15px;
}

.scrDiv img {
    height: 98px;
    width: 126;
    border: #cacaca 1px solid;
    margin: 10px;
}

.scrDiv h6 {
    color: #808080;
    line-height: 35px;
    text-align: center;
    font-size: 12px;
}

.scrDiv h6:hover {
    color: #0c4da1
}

<!--页尾开始-->.down_part {
    position: relative;
    height: 470px;
}

.down_arrow {
    width: 167px;
    height: 398px;
    position: absolute;
    bottom: 75px;
    right: 0;
    z-index: 10;
    background: url(../../img/down-right-bg.png);
}

.down_one {
    width: 100%;
    height: 70px;
    background-color: #252525;
    bottom: 75px;
}

.down_one img {
    margin: 0 auto;
    width: 627px;
    height: 33px;
    display: block;
    padding-top: 20px;
}

.down_two {
    width: 100%;
    height: 75px;
    background-color: #000000;
    position: absolute;
    bottom: 0;
}

.down_two p {
    color: #cacaca;
    margin: 0 auto;
    text-align: center;
    line-height: 75px;
}