﻿/* 织梦58（dede58.com）做最好的织梦整站模板下载网站 */
@charset "utf-8";
/* 全局 */
* {
    transition: background-color ease .3s;
    -moz-transition: background-color ease .3s;
    -webkit-transition: background-color ease .3s;
    -o-transition: background-color ease .3s
}

html {
    webkit-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-align: justify;
    text-justify: inter-ideograph;
    word-break: break-all
}

body, div, dl, dt, dd, ul, ol, li, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
    font-size: 12px;
    _background-image: url(about:blank);
    _background-attachment: fixed;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
}

ul, li, dl, dt, dd, ol {
    display: block;
    list-style: none;
}

img {
    border: 0;
    display: block
}

<!--
img {
    border: 0;
    display: block
}

-->
.fl{
    float:left;
}
.fr{
    float:right;
}
.clear {
    clear: both;
}

a {
    text-decoration: none;
    outline: 0;
}

center {
    padding: 20px 0;
}

/* fixed */
.fixed {
    position: fixed;
    width: 55px;
    height: 212px;
    right: 25px;
    bottom: 50px;
    _position: absolute;
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
    z-index: 999;
}

.fixed a {
    display: block;
    width: 55px;
    height: 53px;
}

.book {
    background: url(../images/fixed.jpg) 0 0 no-repeat;
}

.book:hover {
    background-position: -54px 0;
}

.fixed a.codepic {
    background: url(../images/fixed.jpg) 0 -53px no-repeat;
    height: 52px;
}

.fixed a.codepic:hover {
    background-position: -54px -53px;
}

.fixed div {
    position: relative;
}

.fixed a.backup {
    background: url(../images/fixed.jpg) 0 -158px no-repeat;
    height: 52px;
}

.fixed a.backup:hover {
    background-position: -54px -158px;
    height: 53px;
}

.fixed div img {
    position: absolute;
    left: -196px;
    width: 196px;
    height: 196px;
    top: -106px;
    display: none;
}

/* banner */
.banner {
    width: 980px;
    height: 320px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin: 18px auto 0;
}

.banner img {
    display: block;
    margin: 0 auto;
}

.banner .num {
    overflow: hidden;
    height: 22px;
    position: absolute;
    bottom: 19px;
    right: 20px;
    zoom: 1;
    z-index: 3
}

.banner .num li {
    width: 22px;
    height: 22px;
    background: url(../images/radius.png) -24px 0 no-repeat;
    margin-right: 2px;
    cursor: pointer;
    float: left;
    overflow: hidden;
    font: 700 14px/22px "arial";
    color: #637bce;
    text-align: center;
}

.banner .num li.on {
    background-position: 0 0;
    color: #ff7200
}

/* topbg */
.topbg {
    width: 100%;
    height: 520px;
    background: url(../images/topbg.jpg) center 0 no-repeat;
}

.search {
    width: 282px;
    height: 30px;
    overflow: hidden;
    float: right;
    border: 1px solid #6b82cf;
    background: #5466a7;
    padding: 3px;
    margin-top: 37px;
}

.text {
    width: 143px;
    float: left;
    font: 14px/20px 'microsoft yahei';
    color: #1a3695;
    text-indent: 15px;
    height: 20px;
    padding: 5px 45px;
    background: #e1e6f8;
    *height: 20px;
    border: 0
}

.select {
    float: left;
    width: 90px;
    border: 0;
    background: url(../images/select.jpg) 67px center no-repeat #e1e6f8;
}

.btn {
    float: left;
    background: url(../images/search.jpg) no-repeat center center #ff9000;
    width: 49px;
    height: 30px;
    border: 0;
    cursor: pointer;
}

.select select {
    margin: 5px auto;
    width: 90px;
}

.searchBar span {
    float: right;
    margin-top: 6px;
}

.searchBar span a {
    color: #666;
    margin-right: 8px;
}

.searchBar span a:hover {
    color: #ef9b11;
}

.searchBar .select {
    float: left;
    margin-top: 1px;
    display: inline;
    margin-right: 8px;
}

.searchBar .text {
    float: left;
}

.searchBar .text input {
    width: 182px;
    padding-top: 3px;
    height: 17px;
    border: 1px solid #b7d1eb;
}

div.selectbox-wrapper {
    overflow: hidden;
    width: 90px;
    position: absolute;
    text-align: left;
    *margin-top: 0;
    z-index: 11;
    background: #fff;
}

div.selectbox-wrapper ul li.current {
    color: #fff;
    background-color: #36c
}

div.selectbox-wrapper ul li {
    text-align: center;
    padding-right: 3px;
    padding-bottom: 3px;
    width: 90px;
    cursor: pointer;
    line-height: 20px;
    padding-top: 3px;
    font-size: 12px;
    font-family: '微软雅黑';
    color: #666;
}

div.selectbox-wrapper ul li.selected {
    background-color: #334d9c;
    color: #fff;
}

.selectbox {
    border: none;
    display: block;
    width: 90px;
    background: none;
    text-indent: 9px;
    cursor: pointer;
    height: 30px;
    font-size: 14px;
    font-family: 'microsoft yahei';
    color: #1a3695;
    line-height: 30px;
}

.top {
    width: 980px;
    height: 103px;
    margin: 0 auto;
    overflow: hidden;
}

.logo {
    float: left;
    margin-top: 36px;
}

.top_words {
    float: left;
    font: 16px/24px "microsoft yahei";
    margin: 50px 0 0 14px;
    color: #fff;
}

.nav {
    background: url(../images/navbg.png) 0 0 no-repeat;
    width: 966px;
    height: 54px;
    margin: 0 auto;
    padding-left: 20px;
}

.nav li {
    width: 90px;
    height: 54px;
    float: left;
    position: relative;
    z-index: 2;
    background: url(../images/navborder.jpg) right 14px no-repeat;
    font: 16px/46px "microsoft yahei";
    color: #1a3695;
    text-indent: 6px;
}

.nav li a {
    color: #1a3695
}

.nav li.nobg {
    background: url(../images/navborder.jpg) right 114px no-repeat;
}

.nav li.hover {
    background: url(../images/navhover1.jpg) 0 0 no-repeat;
    text-indent: 12px;
}

.nav li.hover > a {
    display: block;
    height: 45px;
    background: #fff;
    position: relative;
    z-index: 2;
    width: 84px;
    margin: 2px;
}

.nav_slide {
    position: absolute;
    top: 45px;
    border: 2px solid #b9c8f5;
    background: url(../images/navslidebg.jpg) right bottom no-repeat #f6f8fe;
    display: none
}

.nav_slide dl {
    float: left;
    height: auto;
    overflow: hidden;
    margin: 19px auto 22px;
}

.nav_slide dl dd {
    float: left;
    width: 94px;
    padding-left: 11px;
    margin-right: 11px;
    height: 30px;
    font: 14px/26px "microsoft yahei";
    color: #1a3695;
}

.nav_slide dl dd:hover {
    background: url(../images/dlhover.jpg) 11px 0 no-repeat;
    color: #fff
}

.nav_slide dl dd:hover a {
    color: #fff
}

/* con1 */
.con1_bg {
    width: 100%;
    height: 220px;
    background: #cbd6ff;
}

.con1_marquee {
    width: 980px;
    height: 50px;
    background: url(../images/marquee.jpg) 1px center no-repeat;
    text-indent: 50px;
    margin: 0 auto;
}

.con1_marquee span {
    font: 14px/50px "microsoft yahei";
    color: #30448c;
    float: left;
}

.con1_marquee marquee {
    float: left;
    width: 852px;
    height: 50px;
    font: 14px/50px "microsoft yahei";
    color: #30448c;
}

.movead {
    zoom: 1;
    width: 980px;
    position: relative;
    z-index: 11
}

.movead .pcont {
    float: left;
    width: 980px;
    height: 143px;
    overflow: hidden
}

.movead .ScrCont {
    width: 32766px;
    zoom: 1
}

.movead #List1_1 {
    FLOAT: left
}

.movead #List2_1 {
    FLOAT: left
}

.LeftBotton {
    background: url(../images/left_btn.jpg) no-repeat center 0;
    width: 44px;
    height: 44px;
    position: absolute;
    left: -62px;
    top: 51px;
}

.RightBotton {
    background: url(../images/rightbtn.jpg) no-repeat center 0;
    width: 44px;
    height: 44px;
    position: absolute;
    right: -62px;
    top: 51px;
}

.movead .pl img {
    display: block;
    cursor: pointer;
    width: 190px;
    height: 143px;
    float: left;
}

.movead .pl {
    float: left;
    width: 196px;
    height: 147px;
    overflow: hidden;
    position: relative;
}

.con1 {
    width: 980px;
    height: 143px;
    position: relative;
    margin: 0 auto;
}

.con1_hover {
    position: absolute;
    background: url(../images/con1hover.png) 0 0 no-repeat;
    width: 190px;
    height: 143px;
    overflow: hidden;
    left: 0;
    top: 0;
    display: none
}

.con1_hover span, .con3_hover span {
    display: block;
    width: 42px;
    height: 44px;
    cursor: pointer;
    margin: 35px 0 0 74px;
}

.con1_hover a, .con3_hover a {
    display: block;
    width: 95%;
    height: 30px;
    margin: 14px auto 0;
    text-align: center;
    font: 16px/30px "microsoft yahei";
    color: #ff7800;
    text-decoration: underline;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#picShow {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(../images/blackbg.png) 0 0 repeat;
    left: 0;
    top: 0;
    z-index: 9999
}

.pic_show_box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.pic_show_box img {
    display: block;
    margin: 93px auto 0;
    border: 5px solid rgba(255, 255, 255, .2);
}

.pic_quit {
    position: absolute;
    background: url(../images/quit.png) 0 0 no-repeat;
    width: 64px;
    height: 64px;
    top: 0;
    right: 0;
    cursor: pointer
}

.lbtn {
    display: block;
    position: absolute;
    background: url(../images/leftbtn1.png) 0 0 no-repeat;
    width: 53px;
    height: 53px;
    top: 287px;
    left: 65px;
}

.rbtn {
    display: block;
    position: absolute;
    background: url(../images/rightbtn1.png) 0 0 no-repeat;
    width: 53px;
    height: 53px;
    top: 287px;
    right: 65px;
}

.pic_show_box p {
    width: 593px;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    font: 18px/106px "microsoft yahei";
    color: #0c4201;
    text-overflow: ellipsis;
    white-space: nowrap
}

.pic_show_box p a {
    color: #fff;
}

/* con2 */
.con2 {
    width: 980px;
    height: 298px;
    margin: 24px auto 0;
    overflow: hidden;
}

.con2_left {
    float: left;
    width: 270px;
    height: 298px;
    overflow: hidden;
}

.con2_title1 {
    background: url(../images/title1.jpg) 0 0 no-repeat;
    width: 213px;
    height: 43px;
    overflow: hidden;
    font: 16px/43px "microsoft yahei";
    color: #fff;
    text-indent: 54px;
}

.con2_class {
    width: 258px;
    height: auto;
    overflow: hidden;
    margin-top: 11px
}

.con2_class li {
    width: 129px;
    height: 44px;
    float: left;
    overflow: hidden;
}

.con2_class li a {
    display: block;
    width: 123px;
    height: 39px;
    background: url(../images/class_btn1.jpg) 0 0 no-repeat;
    font: 14px/39px "microsoft yahei";
    color: #3c4f8c;
    text-indent: 22px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.con2_class li.last a {
    background: url(../images/class_btn2.jpg) 0 0 no-repeat;
}

.con2_class li a:hover {
    text-indent: 34px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.con2_center {
    float: left;
    width: 442px;
    height: 298px;
    overflow: hidden;
}

.con2_title2 {
    width: 100%;
    height: 49px;
    overflow: hidden;
    background: url(../images/title2.jpg) 0 bottom no-repeat;
}

.con2_title2 span {
    float: left;
    font: 16px/36px "microsoft yahei";
    color: #3c4f8c;
    text-indent: 70px;
}

.con2_title2 a {
    float: right;
    font: 12px/36px "microsoft yahei";
    color: #3c4f8c;
    margin-right: 16px;
}

.con2_about {
    width: 410px;
    height: 210px;
    margin: 12px auto 0;
    overflow: hidden;
    font: 14px/32px "microsoft yahei";
    color: #3c4f8c;
}

.con2_about p {
    margin: 12px auto 0;
    overflow: hidden;
    font: 14px/32px "microsoft yahei";
    color: #3c4f8c;
}

.con2_right {
    float: right;
    width: 245px;
    height: auto;
    overflow: hidden;
    padding-top: 27px;
}

.con2_right a {
    display: block;
    width: 245px;
    height: 75px;
    background: url(../images/con2_btns.jpg) 0 0 no-repeat;
    overflow: hidden;
    margin-bottom: 8px;
    color: #dce4ff;
    font-size: 16px;
    padding-left: 5px;
}

.con2_right a.con2_btn2 {
    background-position: 0 -82px;
}

.con2_right a.con2_btn3 {
    background-position: 0 -165px;
}

.con2_btn1 span {
    font: 700 16px/1 "microsoft yahei";
    color: #dce4ff;
    margin-top: 20px;
    display: inline-block;
}

.con2_btn1 i {
    font: 700 16px/1.2 "microsoft yahei";
    color: #5a74c5;
    text-indent: 48px;
    display: block;
    font-style: italic;
    text-transform: uppercase
}

.con2_btn2 span {
    font: 700 22px/1 "microsoft yahei";
    color: #cbe5f6;
    margin-top: 20px;
    text-indent: 22px;
    display: block;
}

.con2_btn2 i {
    font: 700 16px/1.2 "microsoft yahei";
    color: #4289b4;
    text-indent: 48px;
    display: block;
    font-style: italic;
    text-transform: uppercase
}

.con2_btn3 span {
    font: 700 22px/1 "microsoft yahei";
    color: #d8fbf4;
    margin-top: 20px;
    text-indent: 92px;
    display: block;
}

.con2_btn3 i {
    font: 700 16px/1.2 "microsoft yahei";
    color: #77c9ba;
    text-indent: 116px;
    display: block;
    font-style: italic;
    text-transform: uppercase
}

.banner_img1 {
    display: block;
    margin: 0 auto 22px;
}

/* con3 */
.con3 {
    width: 980px;
    height: 406px;
    margin: 0 auto;
    overflow: hidden;
}

.con3_title {
    width: 980px;
    height: 43px;
    background: url(../images/title3.jpg) 0 0 no-repeat;
    overflow: hidden
}

.con3_title span {
    float: left;
    font: 16px/43px "microsoft yahei";
    color: #fff;
    padding-left: 52px;
}

.con3_title a {
    float: right;
    font: 12px/43px "microsoft yahei";
    color: #fff;
    margin-right: 16px;
}

.con3_list {
    width: 990px;
    height: 314px;
    margin: 19px auto 0;
}

.con3_list li {
    width: 198px;
    height: 157px;
    float: left;
    overflow: hidden;
    position: relative;
}

.con3_list li img {
    border: 1px solid #cad5fb;
    width: 190px;
    height: 140px;
}

.con3_hover {
    position: absolute;
    background: url(../images/con3_hover.png) 0 0 no-repeat;
    top: 0;
    left: 0;
    width: 190px;
    height: 143px;
    display: none
}

/* con4 */
.con4 {
    width: 980px;
    height: 337px;
    margin: 0 auto;
}

.s_banner {
    width: 290px;
    height: 218px;
    position: relative;
    overflow: hidden;
    float: left;
    _display: inline;
    margin-top:35px;
}

.s_banner img {
    display: block;
    margin: 0 auto;
    width: 290px;
    height: 215px;

}

.s_banner .num {
    display: none
}

.s_btns {
    width: 66px;
    position: absolute;
    height: 31px;
    right:0px;
    bottom: 3px;
}

.s_banner .prev, .s_banner .next {
    width: 33px;
    height: 31px;
    float: left;
    background: url(../images/con3btn.jpg) 0 0 no-repeat;
}

.s_banner .next {
    background-position: -33px 0;
}

.s_banner_pic li div {
    width: 288px;
    height: 288px;
    position: relative;
}

.s_banner_pic li div a {
    display: block;
    position: absolute;
    background: url(../images/look_more.png) 0 0 no-repeat;
    width: 121px;
    height: 40px;
    text-align: center;
    font: 700 18px/40px "microsoft yahei";
    color: #fff;
    top: 134px;
    left: 19px;
}

.con4_news {
    float: left;
    width: 642px;
    height: 337px;
    overflow: hidden;
    padding-left: 35px;
}

.con4_title {
    width: 100%;
    background: url(../images/title4.jpg) 0 bottom no-repeat;
    height: 38px;
    overflow: hidden
}

.con4_title span {
    float: left;
    font: 18px/1 "microsoft yahei";
    color: #3c4f8c;
    padding-left: 62px;
}

.con4_title a {
    float: right;
    font: 12px/26px "microsoft yahei";
    color: #3c4f8c;
    margin-right: 36px;
}

.news_top {
    width: 100%;
    height: 104px;
    overflow: hidden;
    margin-top: 17px;
}
.news_top img{
    width: 120px;
    height: 90px;
}
.news_img {
    display: block;
    float: left;
    width: 120px;
    height: 90px;
    overflow: hidden;
}

.news_right {
    float: left;
    width: 458px;
    height: 90px;
    padding: 0 28px 0 20px;
    background: url(../images/line1.jpg) center bottom no-repeat;
    margin-left: 9px;
}

.news_right p {
    width: 100%;
    height: 26px;
    overflow: hidden;
    font: 14px/26px "microsoft yahei";
    color: #3c4f8c;
}

.news_right p a {
    float: left;
    color: #3c4f8c;
    font-size: 16px;
    font-weight: bold;
}

.news_right p img {
    float: left;
    margin: 7px 0 0 8px;
}

.news_right div {
    width: 100%;
    height: 52px;
    overflow: hidden;
    font: 14px/26px "microsoft yahei";
    color: #8a95b6;
    text-indent: 2em;
}

.news_ul {
    width: 100%;
    height: 132px;
    overflow: hidden;
}

.news_ul li {
    width: 100%;
    height: 33px;
    background: url(../images/line2.jpg) 0 bottom no-repeat;
    overflow: hidden;
}

.news_ul li a {
    float: left;
    font: 14px/28px "microsoft yahei";
    color: #3c4f8c;
    text-indent: 21px;
}

.news_ul li span {
    float: right;
    font: 16px/28px "microsoft yahei";
    color: #8a95b6;
    padding-right: 23px;
}

/* con5 */
.con5 {
    width: 980px;
    height: 264px;
    margin: 0 auto;
    overflow: hidden;
}

.con5_title {
    width: 100%;
    background: url(../images/title5.jpg) 0 0 no-repeat;
    height: 43px;
    overflow: hidden;
    margin-bottom: 22px;
}

.con5_title span {
    float: left;
    font: 16px/43px "microsoft yahei";
    color: #fff;
    padding-left: 52px;
}

.con5_title a {
    float: right;
    font: 12px/43px "microsoft yahei";
    color: #fff;
    margin-right: 16px;
}

.case_ul {
    width: 992px;
    height: 190px;
    overflow: hidden
}

.case_ul li {
    width: 248px;
    height: 190px;
    float: left;
    overflow: hidden;
    position: relative;
}
.case_ul li img{
    width: 235px;
    height: 175px;
}
.case_hover {
    position: absolute;
    width: 233px;
    height: 175px;
    left: 0;
    top: 0;
    overflow: hidden;
    background: url(../images/case_hover.png) 0 0 no-repeat;
    display: none
}

.case_hover p {
    width: 173px;
    height: 34px;
    margin: 42px 0 0 30px;
    overflow: hidden;
    font: 16px/34px "microsoft yahei";
    color: #d4d4d4
}

.case_hover p a {
    color: #d4d4d4
}

.case_hover div {
    width: 173px;
    height: 40px;
    margin-top: 5px;
    font: 14px/20px "microsoft yahei";
    color: #8f8f8f;
    overflow: hidden;
    margin-left: 30px;
}

/* foot */
.footbg {
    width: 100%;
    height: 141px;
    background: url(../images/footbg.jpg) center bottom no-repeat;
    overflow: hidden;
}

.links {
    width: 980px;
    height: 56px;
    padding-top: 25px;
    margin: 0 auto;
    background: url(../images/links.jpg) 0 0 no-repeat;
    font: 14px/56px "microsoft yahei";
    color: #3c4f8c
}

.links a {
    color: #3c4f8c;
    margin-left: 11px;
}

.foot {
    width: 980px;
    height: 87px;
    margin: 50px auto 0;
    position: relative;
}

.foot p {
    font: 14px/26px "microsoft yahei";
    color: #a1aedf;
}

.foot p span {
    margin: 0 18px 0 0
}

.foot p a {
    color: #a1aedf
}

#pgshare1 #bdshare a {
    background: url(../images/share.png) no-repeat scroll 0 0 transparent;
    margin-right: 14px;
    min-height: 32px;
    min-width: 32px;
    display: block;
    float: left;
    padding: 0
}

#pgshare1 #bdshare {
    background: url(../images/share.png) repeat-x scroll 0 -178px transparent;
    display: block;
    float: left;
    padding-bottom: 2px;
    text-align: left !important;
    z-index: 999999;
}

#pgshare1 #bdshare .bds_tsina, #pgshare1 #bdshare a.bds_tsina:hover {
    background-position: 0 0 !important;
}

#pgshare1 #bdshare .bds_qzone, #pgshare1 #bdshare a.bds_qzone:hover {
    background-position: -93px 0 !important;
}

#pgshare1 #bdshare .bds_tqq, #pgshare1 #bdshare a.bds_tqq:hover {
    background-position: -46px 0 !important;
}

#pgshare1 #bdshare .bds_bdhome, #pgshare1 #bdshare a.bds_bdhome:hover {
    background-position: -139px 0 !important;
}

#pgshare1 {
    width: 186px;
    height: 28px;
    position: absolute;
    bottom: 55px;
    right: 54px;
}

/* subpage */
.sub_top {
    height: 162px
}

.sub_foot_bg {
    height: 141px;
    overflow: hidden;
}

.sub_foot {
    margin-top: 54px;
}

.sub_page {
    width: 980px;
    height: auto;
    overflow: hidden;
    margin: 24px auto;
}

.left {
    float: left;
    width: 200px;
    height: auto;
    overflow: hidden;
}

.left_title {
    background: url(../images/lefttitle.jpg) 0 0 no-repeat;
    width: 200px;
    height: 77px;
    text-align: center;
    font: 700 26px/77px "microsoft yahei";
    color: #fff;
    margin-bottom: 5px;
}

.left_nav {
    width: 200px;
    height: auto;
    background: url(../images/leftbg1.jpg) center bottom no-repeat #30448c;
    padding: 23px 0 48px;
    margin-bottom: 27px;
}

.left_nav li {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.left_nav li a {
    display: block;
    width: 100%;
    height: 42px;
    background: url(../images/icons1.jpg) 17px center no-repeat;
    text-indent: 44px;
    font: 14px/42px "microsoft yahei";
    color: #bfccf6;
}

.left_nav li a:hover {
    color: #fff;
}

.left_contact {
    width: 198px;
    height: auto;
    border: 1px solid #b8c3ef;
    background: url(../images/leftbg2.jpg) center bottom no-repeat #d8e0ff;
    padding-bottom: 44px;
}

.left_contact_title {
    width: 164px;
    margin: 0 auto;
    text-align: center;
    font: 700 26px/64px "microsoft yahei";
    color: #30448c;
    border-bottom: 1px solid #b8c3ef;
}

.left_con {
    width: 164px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    font: 14px/30px "microsoft yahei";
    color: #30448c;
}

.right {
    float: left;
    width: 762px;
    height: auto;
    overflow: hidden;
    padding-left: 18px;
}
.right_cont{
    line-height: 26px;
    font-size: 14px;
    color: #777;
}
.right_cont img{
    width:80%;
    display:block;
    margin:0 auto 30px;
}

.right_title {
    background: url(../images/right_title.jpg) 0 bottom no-repeat;
    width: 100%;
    height: 48px;
}

.right_name {
    float: left;
    font: 700 18px/30px "microsoft yahei";
    color: #30448c;
    padding-left: 62px;
}

.right_title p {
    float: right;
    font: 14px/30px "microsoft yahei";
    color: #30448c;
    padding-right: 22px;
}

.right_title p a {
    color: #30448c;
}

.right_con {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 18px 0;
    font: 14px/30px "microsoft yahei";
    color: #30448c;
}

.right_con p {
    font: 14px/30px "microsoft yahei";
    color: #30448c;
}

#tip b {
    color: #ff7e00;
}

.left_nav li dd a {
    background-position: 32px center;
    text-indent: 58px;
}

.left_nav li a.on {
    background: url(../images/icons2.jpg) 17px center no-repeat #ff7e00;
    color: #fff;
}

.sub_pro {
    height: 157px;
    margin-bottom: 20px;
}

.pro_about {
    width: 100%;
    max-height: 96px;
    margin: 12px auto;
    font: 14px/24px "microsoft yahei";
    color: #30448c;
    overflow: hidden;
}

/* product */
.product {
    width: 753px;
    height: auto;
    overflow: hidden;
}

.product li {
    width: 221px;
    height: 200px;
    float: left;
    overflow: hidden;
    position: relative;
    padding-left: 30px;
}

.product li p {
    width: 100%;
    height: 28px;
    overflow: hidden;
    font: 16px/28px "microsoft yahei";
    color: #3c4f8c;
    margin-top: 12px;
    text-align: center;
}

.product li p a {
    color: #3c4f8c;
}

.down1 {
    background: url(../images/pdf.jpg) 0 center no-repeat;
    font: 12px/16px "microsoft yahei";
    color: #c12727;
    padding-left: 22px;
    text-decoration: underline
}

.pro_hover {
    position: absolute;
    background: url(../images/pro_hover.png) 0 0 no-repeat;
    width: 190px;
    height: 143px;
    left: 45px;
    top: 0;
    display: none;
    cursor: pointer;
}

/* page*/
.page {
    margin: 14px 0 14px 0;
    float: left;
    width: 100%;
    line-height: 34px;
    text-align: center;
    color: #1a1d22;
}

.page a {
    color: #fff;
    padding: 0 11px;
    margin: 0 5px;
    font- /
    weight: bold;
    background: #30448c;
}

.page * {
    display: inline-block;
    _zoom: 1;
    _display: inline;
    vertical-align: middle;
    line-height: 30px;
    height: 30px;
    padding-bottom: 1px;
}

.page .hover {
    display: inline-block;
    color: #fff;
    background: #ff7e00;
}

.page a:hover {
    display: inline-block;
    color: #fff;
    background: #ff7e00;
}

/* news */
.news {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 18px auto 0;
}

.news li {
    width: 100%;
    background: url(../images/line3.jpg) center bottom no-repeat;
    overflow: hidden;
}

.news li a {
    font: 14px/36px "microsoft yahei";
    color: #3c4f8c;
    margin-left: 26px;
}

.news li span {
    font: bold 16px/36px "microsoft yahei";
    color: #333;
    margin-right: 32px;
    margin-left:32px;
}
.news li p{
    text-indent: 2em;
    color: #666;
    line-height: 2;
    font-size: 14px;
}
.news li.none {
    margin-bottom: 20px;
}

.case {
    width: 774px;
    height: auto;
    overflow: hidden;
    margin-top: 28px;
}

.case li {
    width: 258px
}

/* news_view */
.right_con h1 {
    width: 100%;
    text-align: center;
    font: 20px/36px "microsoft yahei";
    color: #1a3695;
}

.right_con .date {
    width: 100%;
    text-align: center;
    font: 12px/32px "microsoft yahei";
    color: #7d7d7d;
}

.pagee {
    width: 100%;
    height: 86px;
    margin: 10px auto;
    overflow: hidden;
    position: relative
}

.pagee p {
    width: 100%;
    float: left;
    height: 42px;
    font: 12px/42px "microsoft yahei";
    color: #5c71b8;
    overflow: hidden;
    border-bottom: 1px solid #bfccf6;
}

.pagee p a {
    color: #5c71b8
}

.pagee p a:hover, .back:hover {
    text-decoration: underline
}
.pagee p a.b{
    font-weight: bold;
}
.back {
    position: absolute;
    right: 0;
    font: 14px/1 "microsoft yahei";
    color: #5c71b8;
    top: 56px;
    padding: 4px 8px;
}

.right_con img {
    width: 190px;
    height: 140px;
    margin: 0 auto;
}

.down2 {
    width: 100%;
    height: 56px;
    text-align: center;
    font: 12px/56px "microsoft yahei";
    color: #c12727
}

.down2 a {
    color: #c12727;
    text-decoration: underline;
    background: url(../images/pdf.jpg) 0 center no-repeat;
    padding-left: 22px
}

/* hr */
.hr {
    margin: 10px auto;
    width: 100%;
    font-size: 12px;
    line-height: 24px;
    border: 1px #CCC solid;
    background-color: #fff;
    color: #333;
}

.hr td {
    border: 1px #CCC solid;
}

.hr a {
    color: #333;
}

.hr a:hover {
    color: #de0303;
}

.hr_btn {
    width: 100px;
    height: 40px;
    font-size: 12px;
}

/* book*/
.bookmain {
    width: 650px;
    padding: 0 10px;
    height: auto;
    font: 14px/30px 'microsoft yahei';
    color: #185e0b;
    margin: 0 auto;
    background: #fff;
}

.bookmain div {
    font-size: 12px
}

.bookline {
    width: 650px;
    height: 34px;
    background-image: url(../images/about_box_line.jpg);
    background-repeat: repeat-x;
    background-position: 0 0;
    margin: 0 auto;
    margin-top: 10px;
}

.book3 {
    width: 550px;
    margin: 0 auto;
}

.booktop {
    width: 650px;
    height: 30px;
    float: left;
    background: url(../images/bookico.png) no-repeat 10px 7px;
    margin-top: 20px;
}

.booktop_name {
    width: 570px;
    height: 30px;
    float: left;
    color: rgb(30, 54, 1);
    padding-left: 30px;
    line-height: 30px;
    font-weight: bold;
}

.booktop_time {
    width: 150px;
    height: 30px;
    float: left;
    color: rgb(30, 54, 1);
    text-align: right;
    line-height: 30px;
}

.bookcontent {
    width: 628px;
    min-height: 40px;
    height: auto !important;
    height: 40px;
    float: left;
    border: 1px solid #d6deef;
    background: url(../images/bookcontentbg.jpg) repeat-x;
    background-color: #fff;
    padding: 10px;
    color: rgb(30, 54, 1);
}

.bookadmin {
    width: 650px;
    height: auto;
    float: left;
}

.bookadmin_top {
    width: 650px;
    height: 12px;
    float: left;
}

.bookadmin_mid {
    width: 628px;
    min-height: 30px;
    height: auto !important;
    height: 30px;
    border-left: 1px solid #d6deef;
    border-right: 1px solid #d6deef;
    border-bottom: 1px solid #d6deef;
    float: left;
    padding: 10px;
    color: rgb(30, 54, 1);
}

.messagecol {
    color: rgb(30, 54, 1);
}

.admincol {
    color: rgb(30, 54, 1);
    font-weight: bold;
}

.admintimecol {
    color: rgb(30, 54, 1);
    float: right;
    *margin-top: -17px;
}

.message {
    width: 500px;
    height: auto;
    float: left;
    padding-left: 50px;
    color: rgb(30, 54, 1);
}

.message li {
    width: 500px;
    height: 40px;
    float: left;
    margin: 0px;
    padding: 0px;
}

.message li input {
    height: 18px;
    line-height: 18px;
    width: 150px;
}

.message li p.message_title {
    width: 100px;
    height: 25px;
    float: left;
    text-align: right;
    font-size: 14px;
    line-height: 20px;
}

.message li p.message_content {
    width: 400px;
    float: left;
}

.message li.contentb {
    width: 500px;
    height: 150px;
    float: left;
}

.message li.contentb textarea {
    width: 370px;
    height: 120px;
}

.message li.yzm {
    width: 500px;
    height: 60px;
    float: left;
}

.message li p.message_yzminput {
    width: 100px;
    float: left;
}

.message li p.message_yzminput input {
    width: 70px;
}

.message li p.message_yzmico {
    width: 100px;
    height: 40px;
    float: left;
}

.message li p.message_sub {
    width: 200px;
    height: 40px;
    float: left;
}

.message li p.message_sub input {
    float: left;
    width: 134px;
    height: 30px;
    display: block;
    border-radius: 5px;
    border: none;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    background: #30448c;
    border-bottom: 2px solid #00104c;
    cursor: pointer;
}

.tab2 {
    background: #fff;
    width: 100%;
    margin-top: 5px;
    border: 1px solid #e1e0e1;
}

.blank {
    width: 100%;
    height: 20px;
    margin-bottom: 5px;
}

.c_red {
    color: #fF6600;
}

/* 浮动工具 */
#common-tool {
    margin-top: 278px;
    position: absolute;
    top: 78px;
    right: 0;
    z-index: 9999
}

#common-tool ul {
    list-style: none
}

#common-tool ul li {
    background: #30448c;
    margin: 3px 0 0 0;
    _margin: 0;
    *margin: 0;
    width: 40px;
    height: 40px;
    overflow: hidden;
}

#common-tool ul li a {
    display: block;
    padding: 5px
}

#common-tool ul li a:hover {
    background: #ff7e00;
}

#common-top-ico {
    display: none
}

.common-sweep-box {
    display: none;
    position: absolute;
    right: 50px;
    top: 3px;
    padding: 5px;
    background: #FFF;
    border: 1px solid #EEE
}

.common-sweep-box img {
    width: 196px;
    height: 196px;
}

/* product view 产品内页 */
.view_imgs {
    width: 555px;
    height: 500px;
    margin: 20px auto;
    position: relative;
    background: #f7f7f7;
}

.view_imgs .btn {
    position: absolute;
    width: 15px;
    height: 70px;
    top: 422px;
    cursor: pointer;
    z-index: 99;
    font-size: 50px;
    font-weight: bold;
}

.view_imgs .prev {
    left: 0;
    background: url(../images/view_left.png) no-repeat center center #bfbebe;
}

.view_imgs #prev, .view_imgs #prev #next {
    width: 15px;
    height: 70px;
    margin-left: 0;
}

.view_imgs #prevTop, .view_imgs #nextTop {
    display: none
}

.view_imgs .next {
    right: 0;
    background: url(../images/view_right.png) no-repeat center center #bfbebe;
}

.view_imgs li {
    float: left;
}

.view_imgs .prev:hover, .view_imgs .next:hover {
    background-color: #30448c;
}

.view_imgs .cf li {
    position: relative;
    color: #fff;
}

.view_imgs .cf a {
    display: block;
    width: 555px;
    height: 416px;
    position: absolute;
    color: #fff;
}

.view_imgs .picBox {
    height: 416px;
    position: relative;
    overflow: hidden;
}

.view_imgs .picBox ul {
    height: 416px;
    position: absolute;
}

.view_imgs .picBox li {
    width: 555px;
    height: 374px;
}

.view_imgs .listBox {
    width: 511px;
    height: 71px;
    margin: 0 auto;
    position: relative;
    padding: 6px 0 10px;
    overflow: hidden;
}

.view_imgs .listBox ul {
    height: 71px;
    position: absolute;
}

.view_imgs .listBox li {
    width: 104px;
    height: 71px;
    cursor: pointer;
    position: relative;
}

.view_imgs .listBox li a {
    display: block;
    width: 95px;
    height: 71px;
}

.view_imgs .listBox li img {
    width: 95px;
    height: 71px;
}

.view_imgs .listBox .on img {
    width: 89px;
    height: 65px;
    border: 3px solid #30448c;
}

.view_imgs .picBox li img {
    max-width: 100%;
}

.ol_width {
    width: 580px;
}

.pagex {
    clear: both;
    height: 30px;
    margin: 20px;
    overflow: hidden;
    margin-left: 0px;
}

.mbbody_body .pagex {
    margin-left: 20px;
}

.pagex ul li {
    float: left;
    border: 1px solid #ccc;
    padding: 2px 9px;
    margin: 0 3px;
    line-height: 20px;
    background: #fff;
}

.pagex ul li.thisclass {
    display: inline-block;
    border: 1px solid #30448c;
    padding: 2px 9px;
    margin: 0 3px;
    background: #30448c;
    color: #fff;
}

.pagex ul li.thisclass a {
    color: #fff;
}

.pagex ul li a:hover {
    color: #30448c;
}

.pagex ul li span {
    display: inline-block;
    padding: 0;
}

/* page*/
.page {
    margin: 14px 0 14px 0;
    float: left;
    width: 100%;
    line-height: 34px;
    text-align: center;
    color: #1a1d22;
}

.page a {
    color: #fff;
    padding: 0 11px;
    margin: 0 5px;
    font- /
    weight: bold;
    background: #30448c;
}

.page * {
    display: inline-block;
    _zoom: 1;
    _display: inline;
    vertical-align: middle;
    line-height: 30px;
    height: 30px;
    padding-bottom: 1px;
}

.page .hover {
    display: inline-block;
    color: #fff;
    background: #ff7e00;
}

.page a:hover {
    display: inline-block;
    color: #fff;
    background: #ff7e00;
}

.pages {
    text-align: center;
    padding: 10px 0;
}

.pages * {
    display: inline-block;
    padding: 2px 10px;
    border: 1px solid #aaa;
}
.lam_box .box{
     max-width:980px;
}