﻿@charset "utf-8"; /* CSS Document*/
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    min-width: 1300px;
    background: #f7faff !important;
    font-family: "Microsoft Yahei", 宋体, sans-serif;
    position: relative;
}

ul, li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: normal
}

img {
    border: 0;
}

a {
    text-decoration: none;
    color: #666666;
}

a:hover {
    text-decoration: none;
    color: #cc0000;
    transition: all 0.6s;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.i_jg {
    width: 100%;
    margin: 10px auto;
    height: 10px;
    overflow: hidden
}

.clearboth {
    clear: both;
    border: 0;
    padding: 0;
    margin: 0;
}

.w1200 {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.relative {
    position: relative;
}

.imghover {
    cursor: pointer;
    transition: all 0.6s;
}

.imghover:hover {
    transform: scale(1.2);
}

/**/
.zt_banner {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto
}

.zt_banner img {
    width: 100%;
}
/**/
.hy_about{width: 1100px; margin: 0 auto; padding:90px 50px 0 50px; height:357px; overflow:hidden; background: url("../images/zy_bg.png") top center no-repeat}
.hy_about .hy_tit{font-size: 26px; font-weight: bold; color: #000; line-height: 40px; width: 90%; margin: 0 auto; text-align: center}
.hy_about p{font-size: 17px;line-height:32px;text-indent: 2em; margin: 10px 0 0 0 }
/*part_box*/
.part_box {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 30px 0
}

.zt_title {
    background: url("../images/title_bg.png") center no-repeat;
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    line-height: 54px;
    position: relative;
    top: 26px;
    z-index: 99;
}

.zt_title h1 {
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    position: relative;
    top: 0;
    z-index: 999
}
.zt_title2{ background: url("../images/title_bg2.png") center no-repeat;
    color: #000;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    line-height: 60px;
    position: relative;
    top: 0;
    z-index: 99;
    margin-bottom: 15px;
}
.zt_title2 h1{
    color: #000;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    position: relative;
    top: 0;
    z-index: 999
}
.part_nr {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    width: 1080px;
    height: auto;
    overflow: hidden;
    background: #ffffff;
    margin: 0 auto;
    padding: 60px;
    position: relative;
}
.part_nr2{width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;}
.part_nr:hover {
    box-shadow: 0 0 10px rgba(64, 69, 193, 0.5);
}
/**/
.pic_list{width: 1200px; margin: 0 auto; height:auto; overflow: hidden;}
.pic_list ul{width: 1300px;}
.pic_list li{width: 280px; float: left; margin-right:24px;}
.pic_list li:hover{opacity: 0.8}
.pic_list li:hover span{color: #cc0000}
.pic_list img{width: 280px; height: 202px; margin: 0 auto}
.pic_list span{display: block; width: 100%; height: 50px; line-height: 50px;font-size: 16px; color: #000;text-align: center}
/**/
.i_list {
    width: 104%;
    margin: 5px auto 0 auto;
}

.i_list li {
    width: 585px;
    margin-right:27px;
    margin-bottom:23px;
    float: left;
    font-size: 16px;
    color: #a0a0a0;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    background: #ecedfb;
    border-left: 3px #a15fff solid;
}

.i_list li a {
    color: #222222;
    font-size: 16px;
    float: left;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    width: 78%;
    padding-left: 2%;
    text-align: left;
    transition: all 0.2s;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.i_list li span {
    float: right;
    color: #7d7d7d;
}

.i_list li:hover a {
    color: #cc0000
}

.marginbottm {
    margin-bottom: 40px
}
