@charset "utf-8";
/* CSS Document */
* {
    margin: 0px;
    padding: 0px;
}
ul,
li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
}
a {
    text-decoration: none;
    color: #333;
}
a:hover {
    color: #004ca0;
    text-decoration: none;
}
input,
textarea,
select {
    vertical-align: middle;
}
table {
    border: 0;
    margin: 0;
}
body {
    margin: 0px auto;
    border: 0px;
    font-family: microsoft yahei, simhei;
    font-size: 12px;
    color: #333;
    min-width: 1020px;
}
.clear {
    clear: both;
}
h2 {
    font-size: 16px;
}
h3 {
    font-size: 14px;
}
h4 {
    font-size: 12px;
}
.mt8 {
    margin-top: 8px;
}
.mt10 {
    margin-top: 10px;
}
.mt15 {
    margin-top: 15px;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.inner {
    width: 1020px;
    margin-left: auto;
    margin-right: auto;
}
#header .logo-des {
    padding-left: 30px;
}
.header-search {
    padding-top: 30px;
}
.header-search .input-text {
    width: 200px;
    height: 28px;
    border: 1px solid #ddd;
    padding: 0 0 0 15px;
    font-size: 16px;
}
.header-search .dosubmit {
    width: 41px;
    height: 32px;
    background: url("../images/bg/icon_search.jpg") no-repeat;
    background-size: contain;
    border: none;
}
#nav {
    height: 52px;
    background: #000;
}
.nav-ul {
    zoom: 1;
    overflow: hidden;
}
.nav-ul li {
    float: left;
    background: url("../images/bg/title_line.jpg") right center no-repeat;
    font-size: 16px;
    padding-right: 2px;
}
.nav-ul li a.a {
    display: block;
    padding: 14px 25px;
    color: #fff;
}
.nav-ul li a.a:hover {
    background: #004ca0;
}
.nav-ul li:last-child {
    background: none;
}
/*banner*/
#banner {
    /*height: 389px;*/
    text-align: center;
    overflow: hidden;
}
#banner .bd li {
    height: 389px;

}
.slideBox .hd {
    left: 50%!important;
    bottom: 10px!important;
    height: 20px!important;
    margin-left: -10px;
}
.slideBox .hd ul li {
    text-indent: -999px;
    border: 1px solid #f9f7f1;
    background: #f9f7f1!important;
    margin-left: 5px;
    float: left;
}
.slideBox .hd ul li.on {
    background: #004ca0!important;
    border-color: #004ca0!important;
}
/*ind-pro*/
.ind-pro {
    zoom: 1;
    overflow: hidden;
}
.ind-pro-left {
    width: 230px;
    float: left;
}
.left-tltle {
    height: 63px;
    background: #0b53a5;
    color: #fff;
    padding: 15px 0 0 20px;
}
.left-tltle .zh {
    font-size: 20px;
    padding-bottom: 5px;
}
.left-tltle .en {
    font-size: 12px;
}
.cat-lists {
    border: 1px solid #ddd;
    padding: 10px 0;
    font-size: 14px;
}
.cat-lists li {
    border-bottom: 1px solid #ddd;
}
.cat-lists li a {
    display: block;
    padding: 30px 10px 30px 35px;
    background: url("../images/bg/icon_pic_01.png") 10px center no-repeat;
}
.cat-lists li:last-child {
    border: none;
}

.cat-lists-dl {
    border: 1px solid #ddd;
    padding: 10px 0;
    font-size: 14px;
}
.cat-lists-dl dt {
    border-top: 1px solid #ddd;
    margin-top: 5px;
}
.cat-lists-dl dt a.a {
    display: block;
    padding: 8px 10px 8px 35px;
    background: url("../images/bg/icon_pic_01.png") 10px center no-repeat;
}
.cat-lists-dl dt:first-child {
    border: none;
}
.cat-lists-dl dd{
    padding: 5px 5px 5px 35px;
}


.ind-pro-right {
    width: 760px;
    float: right;
}
.pro-list-ul {
    zoom: 1;
    overflow: hidden;
}
.pro-list-ul li {
    margin: 10px 5px;
    float: left;
    width: 242px;
    height: 277px;
}
.pro-list-ul li .thumb {
    border: 1px solid #ddd;
    padding: 5px;
}
.pro-list-ul li .thumb img {
    width: 230px;
    height: 230px;
}
.pro-list-ul li .text {
    height: 35px;
    line-height: 35px;
    background: #ddd;
    text-align: center;
    font-size: 14px;
}
.ind-about {
    background: #004ca0;
    padding: 0 0 30px;
}
.ind-about .line {
    text-align: center;
    margin-bottom: 30px;
}
.ind-about-cnt {
    padding: 20px 0;
}
.ind-about-cnt .thumb {
    float: left;
}
.ind-about-cnt .text {
    /*padding-left: 345px;*/
    color: #fff;
}
.ind-about-cnt .text .title {
    font-size: 20px;
    line-height: 35px;
    opacity: 0.9;
}
.ind-about-cnt .text .des {
    font-size: 15px;
    padding: 15px 0 0;
    line-height: 25px;
    opacity: 0.8;
}
.ind-cats {
    padding: 20px 0;
}
.ind-cats .item {
    float: left;
    padding-right: 22px;
}
.ind-cats .item:last-child {
    padding: 0;
}
.honor-list {
    zoom: 1;
    overflow: hidden;
    padding: 30px 0;
}
.honor-list li {
    float: left;
    padding-right: 12px;
    text-align: center;
}
.honor-list li:last-child{
    padding-right:0;
}
.honor-list li .thumb {
    width: 240px;
    height: 280px;
    border: 1px solid #ddd;
    padding: 2px;
}
.honor-list li .text {
    height: 35px;
    background: #ddd;
    line-height: 35px;
    font-size: 16px;
}
.honor-list li:last-child {
    padding: 0;
}
.ind-other {
    padding: 30px 0;
}
.ind-other .item {
    width: 318px;
    float: left;
    margin-right: 22px;
}
.ind-other .item .item-title {
    height: 64px;
    background: url("../images/bg/bg_title.jpg") no-repeat;
}
.ind-other .item .item-title .name {
    font-size: 16px;
    font-weight: bold;
    float: left;
    padding: 20px 0 0 25px;
}
.ind-other .item .item-title .more {
    float: right;
    padding: 20px 25px 0 0;
}
.ind-other .item-cnt {
    padding: 20px 0;
}
.ind-other .item:last-child {
    margin-right: 0;
}
.ind-news-dl {
    zoom: 1;
    overflow: hidden;
    padding: 20px 0;
}
.ind-news-dl dt {
    zoom: 1;
    overflow: hidden;
    border-bottom: 1px dotted #ddd;
    padding: 10px 0;
}
.ind-news-dl dt .thumb {
    float: left;
    width: 112px;
    height: 85px;
}
.ind-news-dl dt .text {
    padding-left: 125px;
}
.ind-news-dl dt .text .title {
    font-size: 14px;
}
.ind-news-dl dt .text .des {
    padding: 8px 0 0;
    line-height: 20px;
}
.ind-news-dl dd {
    border-bottom: 1px dotted #ddd;
    padding: 10px 0 10px 15px;
    background: url("../images/bg/icon_pic_02.jpg") left center no-repeat;
}
.ind-news-dl dd .date {
    float: right;
}
#links {
    background: #004ca0;
    padding-bottom: 20px;
}
#links .links-title {
    float: left;
}
#links .links-cnt {
    padding-left: 230px;
    line-height: 130px;
    color: #fff;
    opacity: 0.9;
    font-size: 14px;
}
#links .links-cnt a {
    color: #fff;
    padding: 0 10px;
}
#footer {
    background: #212123;
    padding: 30px;
}
#footer .footer-wechat {
    padding-top: 10px;
}
#footer .footer-line {
    padding-left: 100px;
}
#footer .footer-cnt {
    padding-left: 270px;
    padding-top: 30px;
    color: #fff;
    opacity: 0.8;
}
#footer .footer-cnt a {
    color: #fff;
}
#footer .footer-cnt .footer-nav a {
    padding: 0 10px;
}
#footer .footer-cnt .footer-copyright {
    padding: 20px 10px;
    line-height: 25px;
    font-size: 14px;
}
.chi-main{
    padding-bottom: 30px;
}
.chi-right{
    width: 750px;
    float: right;
}
.right-title{
    zoom: 1;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
.right-title strong{
    font-size: 16px;
    color: #0b53a5;
}
.right-cnt{
    padding: 20px 0;
    line-height: 180%;
    font-size: 14px;
}

.chi-news-ul {
    padding: 10px 0;
    line-height: 30px;
}
.chi-news-ul li {
    color: #666;
    background: url("../images/bg/icon_01.jpg") left center no-repeat;
    padding-left: 15px;
    border-bottom: 1px dotted #ddd;
}
.chi-news-ul li a {
    color: #666;
}
.chi-news-ul li span {
    float: right;
    color: #aaa;
}

/*pages*/
#pages {
    height: 20px;
    padding: 10px;
    text-align: center;
}
#pages a {
    padding: 3px 5px;
    border: 1px solid #ccc;
    margin: 0px 5px;
}
.chi-des {
    text-align: center;
    line-height: 25px;
    border-bottom: 1px dotted #ddd;
    padding: 10px;
    background: #eee;
}
.chi-des h1 {
    font-size: 18px;
}
.chi-des .subtitle {
    color: #ccc;
}
.chi-cnt {
    padding: 10px 20px;
    line-height: 25px;
}
.right-cnt img {
    max-width: 100%;
}

.chi-pro-ul li {
    float: left;
    padding: 10px 3px;
    position: relative;
    text-align: center;
    width: 242px;
    height: 300px;
}
.chi-pro-ul li .thumb{
    border: 1px solid #ddd;
    padding: 5px;
}
.chi-pro-ul li .text {
    text-align: center;
    line-height: 30px;
    background: #ddd;
}
.page-go {
    padding: 15px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    zoom: 1;
    overflow: hidden;
    margin: 15px 0;
}
