﻿@charset "utf-8";

body {
    color: #666;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: "微软雅黑";
    font-size: 12px; /*-moz-user-select:none;*/
    line-height: 22px;
    HEIGHT: 100%;
}

div, h1, h2, h3, h4, h5, h6, dl, dt, dd, ol, ul, li, p, q, span, strong, form, iframe, label, textarea, input {
    padding: 0;
    margin: 0;
    text-align: left
}

div {
    margin: 0 auto
}

ul, li, ol {
    list-style: none;
    list-style-type: none
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

textarea {
    overflow-y: auto
}

q {
    quotes: none
}

q:before, q:after {
    content: '';
    content: none
}

a {
    text-decoration: none;
    color: #666;
}

a:hover {
    text-decoration: none;
    color: #c30101;
}

.none, #none, .hide, #hide {
    display: none
}

#clear, .clear {
    clear: both;
    line-height: 1px;
    height: 1px;
    margin-top: -1px;
    overflow: hidden
}

a:link {
    text-decoration: none
}

a:visited {
    text-decoration: none;
}

a:active {
    text-decoration: underline;
}

.fl, .l, #l {
    float: left
}

.fr, .r, #r {
    float: right
}

.MT10 {
    margin-top: 10px
}

.MB10 {
    margin-bottom: 10px
}

.PT10 {
    padding-top: 10px
}

.PB10 {
    padding-bottom: 10px
}

.PT30 {
    padding-top: 30px
}

.MT20 {
    margin-top: 20px
}

.MT50 {
    margin-top: 50px
}

.r5 {
    margin-right: 10px;
}

.bbai {
    background: #FFF !important;
}

.clearfix {
    zoom: 1;
}



.clearfix:after {
    content: ".";
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
}

.gray {
    color: #999;
    font-weight: normal;
}

.white {
    color: #fff;
    font-weight: normal;
}

.container {
    margin: 0 auto;
    width: 1080px;
}

a, li, span, p {
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

#header {
}

.header_top {
    width: 100%;
    height: 45px;   
    border-bottom: #dedede 1px solid;
    background-color:#fdc800;
}

.h_top{width: 1080px;height:45px;line-height:45px;font-size: 13px;color:#003868;}
.h_top em{font-style: normal;float:left;}
.h_top ul{float:right;display:inline-block;}
.h_top ul li{float:left;height:45px;padding:0 20px;border-left:#fddc6e 1px solid;position: relative;}
.h_top ul li a{line-height:45px;color:#023769;}
.h_top li:hover{background-color:#003868;cursor:pointer;}
.h_top li:hover a{color:#fff;}
.h_top ul li span {display: none;position: absolute;left: -5px;top: 25px;z-index: 2;padding: 25px 10px 10px 10px;}
.h_top ul li:hover span {display: block;}

.hd_cont {
    position: relative;
    height: 135px;
    overflow: hidden;
}

.hd_cont .hd_logo {
    position: absolute;
    left: 0px;
    top: 34px;
    width: 560px;
}

.hd_cont .hd_logo dd {
    margin-top: 12px;
    margin-left: 12px;
    padding-left: 20px;
    border-left: 1px solid #003868;
    font-size: 18px;
    color: #003868;
}

.hd_cont .hd_logo dd p {    
    background-color: #fdc800;
    margin-top: 5px;
}

.hd_cont .dh_phone {
    padding: 0 0 6px 45px;
    margin-top: 50px;
    background: url(../images/phone.png) no-repeat left center;
    color: #003868;
}

.hd_cont .dh_phone dd {
    font-size: 22px;
    background-color:#fdc800;
    font-family: Arial;
}

#nav {
    width: 100%;
    height: 46px;
    overflow: hidden;
    background:#003868;
}

#navMenu {
    width: 1080px;
    overflow: hidden;
    height: 46px;
    margin: 0 auto;
}

#navMenu ul {
    overflow: hidden;
    height: 46px;
    text-align: center;
}

#navMenu ul li {
    float: left;
    display: block;
}

#navMenu ul li a {
    height: 100%;
    width:135px;
    line-height: 46px;
    display: block;
    float: left;
    text-align: center;
    color: #FFF;
    font-size: 15px;
    font-family: "微软雅黑";    
}

#navMenu ul li a:hover {
    color: #fdc800;   
}
#navMenu ul .home  {
    color: #fdc800;   
}



.dropMenu {
    position: absolute;
    top: 0;
    z-index: 100;
    width: 160px;
    visibility: hidden;
    margin-top: -2px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #0151a7;
    opacity: 0.9;
}

.dropMenu li {
    display: block;
}

.dropMenu a {
    display: block;
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
    color: #FFFFFF;
}

* html .dropMenu a {
    width: 100%;
    color: #FFFFFF;
}

.dropMenu a:hover {
    color: #fff975;
}

.dropMenu li {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
}

.dropMenu a {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
}

.main {
    width: 1000px;
    overflow: hidden;
    zoom: 1;
}

.main:after {
    content: ".";
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
}

/*首页幻灯片*/
#banner {
    width: 100%;
    float: left;
    height: 480px;
    position: relative
}

.ulBanner {
    width: 100%;
    height: 500px
}

.ulBanner li {
    position: absolute;
    width: 100%;
    height: 480px
}

.ulBannerNav {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -33px;
    z-index: 10
}

.ulBannerNav li {
    background: #252525;
    cursor: pointer;
    display: inline-block;
    margin: 2px;
    width: 25px;
    height: 25px;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    opacity: 0.7;
}

.ulBannerNav li.on {
    background: #c81624;
    opacity: 1;
}

.searchBg {
    padding-top: 10px;
    padding-bottom: 20px;
    background: url(../images/serbg.png) bottom no-repeat
}

.search {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
}

.search .searchBox {
    width: 262px;
}

.search .soText {
    float: left;
    width: 206px;
    height: 16px;
    line-height: 16px;
    padding: 10px;
    color: #333;
    border: none;
    background: url(../images/searchtxt.png) no-repeat center;
    outline: none;
    font-family: microsoft yahei;
}

.search .soBtn {
    float: right;
    width: 36px;
    height: 36px;
    border: none;
    background: url(../images/searchbtn.png) no-repeat center;
    cursor: pointer
}

.search .keyWord {
    width: 500px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    color: #333;
}

.search .keyWord b {
    font-weight: normal;
    height: 36px;
    float: left;
}

.search .keyWord a {
    padding: 0 10px;
    color: #333;
}

.search .keyWord ul {
    float: left;
    height: 36px;
}

.search .keyWord ul li {
    float: left;
    padding: 0 5px;
}

/*产品*/
.cpbg {
    padding: 30px 0px;
    background-color: #f9f5f2;
}

.cpbox {
    background-color: #fff;
}

.cpmu {
    width: 210px;
    height: 746px;
    overflow: hidden;
}

.cpmu h2 {
    font-size: 13px;
    font-family: "微软雅黑";
}

.cpmu dl {
}

.cpmu dt {
    height: 40px;
    line-height: 40px;
    background: #0151a7 no-repeat center;
}

.cpmu dt a {
    margin-left: 64px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

.cpmu dd {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.cpmu dd a {
    display: block;
    padding-left: 66px;
    color: #333;
    background: url(../images/cpmudd.png) no-repeat left center;
}

.cplist {
    margin-right: 20px;
    width: 730px;
    height: 746px;
}

.cplist p {
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}

.cplist ul {
    overflow: hidden;
}

.cplist li {
    margin-right: 20px;
    margin-top: 22px;
    float: left;
    width: 243px;
    text-align: center;
}

.cplist li.nomr {
    margin-right: 0px;
}

.cplist li h3 {
    margin-top: 8px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-weight: normal;
    text-align: center;
    font-size: 14px;
}

.cplist li h3 a {
    color: #333;
}

.list_2 ul {
    padding: 10px 15px;
}

.list_2 li {
    margin: 10px;
    float: left;
    width: 220px;
    text-align: center;
}

.list_2 li img {
    width: 220px;
    height: 142px;
}

.list_2 li h5 {
    width: 220px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    font-weight: normal;
    text-align: center;
    font-size: 14px;
    background: #666;
    display: block;
}

.list_2 li:hover h5 {
    background: #003868;
}

.list_2 li h5 a {
    color: #fff;
}

.prs dd h3 {
    width: 184px;
    height: 15px;
    line-height: 15px;
    font-size: 15px;
    font-weight: bold;
    padding: 8px;
    border-bottom: 1px solid #f0f0f0;
    background: #f7f7f7;
}

.prs dd h3 a {
    color: #0151a7;
}

.prs dd {
    width: 200px;
    height: auto;
}

.prs dd h5 {
    width: 180px;
    height: 15px;
    line-height: 15px;
    font-size: 12px;
    padding: 8px 0 8px 20px;
    border-bottom: 1px solid #f0f0f0;
}

.prs dd h5 a {
    color: #666;
}

/*解决方案*/
.jjfabox {
    margin: 30px auto;
}

.famu {
    width: 210px;
    height: 576px;
}

.famu p img {
    display: block;
}

.famu ul {
}

.famu h2 {
    font-size: 12px;
}

.famu li {
    height: 44px;
    line-height: 44px;
    background: #524f4f no-repeat center;
}

.famu li a {
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    height: 44px;
    line-height: 44px;
}

.famu li:hover {
    background: #569f0b;
}

.faphone {
    position: relative;
    height: 124px;
    background: url(../images/faphone.png) no-repeat center;
}

.faphone span {
    position: absolute;
    left: 60px;
    top: 88px;
    font-size: 20px;
    color: #fff;
}

.facont {
    width: 770px;
    height: 576px;
}

.facont li {
    position: relative;
    margin-left: 20px;
    margin-bottom: 20px;
    float: left;
    width: 364px;
    height: 278px;
}

.facont li h3 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 36px;
    line-height: 36px;
    background: url(../images/facont.png) no-repeat center;
    overflow: hidden;
    font-size: 14px;
    font-weight: normal;
}

.facont li h3 a {
    margin: 0 10px;
    color: #fff;
}

/*优势*/
.hxysbg {
    padding-bottom: 36px;
    background: #007440;
}

.hxysbox {
    text-align: center;
}

.hxysbox .hxystit {
    padding: 30px 0 20px 0;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
    background: url(../images/hxystitbr.png) no-repeat bottom;
}

.hxysbox .hxystit span {
    font-size: 32px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #f57720;
    text-align: center;
    display: block
}

.hxysbox .hxystit p {
    font-size: 20px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    display: block
}

.hxysbox ul {
    overflow: hidden;
}

.hxysbox li {
    float: left;
    margin: 0 2px;
    padding: 0 20px;
    width: 152px;
    height: 234px;
    background: url(../images/hxysdl.png) no-repeat center;
}

.hxysbox li p {
    padding-top: 54px;
    margin-bottom: 10px;
    font-size: 24px;
    text-align: center;
    color: #400100;
    font-weight: bold;
}

.hxysbox li span {
    line-height: 20px;
    font-weight: bold;
    color: #fff;
}

/*关于我们*/
.index_abt {
    width: 100%;
    background-color: #f9f5f2;
}

.about {
    width: 1000px;
    height: 350px;
    padding-top: 40px;
}

.about_t {
    width: 100%;
    height: 55px;
    position: relative;
    background: url(../images/about_titbg.gif) repeat-x bottom left;
}

.about_t p {
    font-size: 24px;
    color: #666;
    line-height: normal;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
}

.about_t span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0 20px;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    line-height: normal;
    background-color: #0151a7;
}

.about_t .more {
    position: absolute;
    bottom: 0;
    right: 30px;
    padding: 0 15px;
    background: #0151a7;
    color: #FFF
}

.about_t .more a {
    color: #FFF
}

.about_c {
    width: 1000px;
    height: 220px;
    padding: 20px 0
}

.about_cl {
    width: 400px;
    height: 245px;
}

.about_cl img {
    width: 400px;
    height: 245px;
}

.about_cr {
    width: 570px;
    height: 220px;
}

.about_cr p {
    line-height: 1.6em;
    font-weight: bold;
    color: #0151a7;
    font-family: "Microsoft YaHei", "微软雅黑";
    font-size: 20px;
}

.about_cr span {
    width: 570px;
    line-height: 26px;
    margin-bottom: 15px;
    margin-top: 10px;
    font-size: 14px;
    display: block
}

.about_cr a {
    width: 60px;
    font-style: normal;
    height: 30px;
    line-height: 30px;
    padding: 0 10px 0 15px;
    background: #0151a7;
    color: #fff;
    display: block
}

.about_cr a:hover {
    background: #f57720
}

/*横幅 定制*/

.box {
    width: 100%;
    height: 180px;
    background: #007440;
}

.box_c {
    width: 1000px;
    height: 100px;
    padding: 40px 0;
}

.box_cl {
    width: 600px;
}

.box_cl p {
    color: #f57720;
    font-size: 26px;
    margin-bottom: 10px;
    line-height: 40px;
    font-weight: bold;
}

.box_cl span {
    color: #f7f7f7;
    font-size: 20px;
    line-height: 30px;
}

.box_cr {
    width: 300px;
    margin-top: 20px;
}

.box_cr a {
    width: 160px;
    height: 50px;
    line-height: 50px;
    float: right;
    text-align: center;
    font-size: 16px;
    color: #FFF;
    background: #f57720
}

.box_cr a:hover {
    background: #f57720
}

/*通用标题*/
.boxt {
    width: 100%;
    height: 44px;
    border-bottom: 1px solid #e6e6e6;
}

.boxt h2 {
    float: left;
    border-bottom: 1px solid #909090;
    font-size: 20px;
    height: 44px;
    line-height: 44px;
    color: #000;
}

.boxt font {
    float: left;
    font-size: 14px;
    padding-left: 15px;
    height: 44px;
    line-height: 44px;
    color: #666;
}

.boxt a {
    float: right;
    font-family: Arial;
    line-height: 44px;
    margin-right: 10px;
    color: #000;
}

.boxt a:hover {
    color: #168301;
}

.poxt {
    width: 100%;
    background: url(../images/poxtit.png) no-repeat center bottom;
}

.poxt p {
    height: 84px;
    overflow: hidden;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.poxt p a {
    margin-top: 24px;
    display: inline-block;
    color: #0151a7;
}

.poxt p span {
    display: block;
    color: #b2b2b2;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center
}

.conttit {
    position: relative;
    height: 44px;
    line-height: 44px;
}

.conttit .tita {
    margin-right: 12px;
    color: #0151a7;
    font-size: 18px;
    font-weight: bold;
}

.conttit span {
    font-family: 宋体;
    font-size: 16px;
    color: #b2b2b2;
    text-transform: uppercase;
}

.conttit .titmore {
    position: absolute;
    right: 0px;
    top: 14px;
}

/*滚动成功案例*/
.case {
    width: 1000px;
    height: 260px
}

.ibox7 {
    padding-top: 30px;
    height: 214px;
    overflow: hidden;
    position: relative;
}

.ibox7 #LeftArr1 {
    position: absolute;
    left: 0px;
    top: 30px;
    width: 34px;
    height: 144px;
    cursor: pointer;
    background: url(../images/left.png) left center no-repeat;
}

.ibox7 #RightArr1 {
    position: absolute;
    right: 0px;
    top: 30px;
    width: 34px;
    height: 144px;
    cursor: pointer;
    background: url(../images/right.png) right center no-repeat;
}

.ihonor {
    width: 900px;
    margin: 0px auto;
    overflow: hidden;
}

.ihonor img {
    width: 209px;
    height: 154px;
    border: 1px #d6d3d3 solid;
    margin: 0px 7px;
}

/*新闻动态*/
.dtspan {
    margin: 30px auto;
}

.dtbox {
    width: 718px;
    height: 414px;
    border: 1px solid #ccc;
}

.dtbox .zixun {
    overflow: hidden;
    font-size: 18px;
    background: url(../images/dttitbr.png) no-repeat center;
    font-weight: bold;
}

.dtbox .zixun a {
    float: left;
    width: 50%;
    text-align: center;
    height: 48px;
    line-height: 48px;
    color: #333;
    background: url(../images/dttitbr.png) repeat-x center 47px;
    transition: all 0s;
}

.dtbox .zixun a em {
    font-family: 宋体;
    text-transform: uppercase;
    margin-left: 5px;
    color: #969696;
}

.dtbox .zixun a:hover, .dtbox .zixun a.cur {
    background: url(../images/dttith.png) repeat-x center bottom;
    color: #0151a7;
    text-decoration: none;
}

.dtbox dl {
    margin: 20px;
    height: 150px;
    overflow: hidden;
}

.dtbox dd {
    margin-left: 240px;
}

.dtbox dd h4 {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
}

.dtbox dd h4 a {
    color: #333;
}

.dtbox dd p {
    line-height: 22px;
    height: 66px;
    overflow: hidden;
}

.dtbox ul {
    margin: 0 20px;
    border-top: 1px dotted #ccc;
    padding-top: 10px;
}

.dtbox li {
    position: relative;
    height: 28px;
    line-height: 28px;
}

.dtbox h5 {
    font-weight: normal;
}

.dtbox li a {
    display: inline-block;
    padding-left: 16px;
    background: url(../images/dtliico.png) no-repeat left center;
    width: 470px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    font-weight: normal;
}

.dtbox li span {
    position: absolute;
    right: 0;
    color: #999;
}

/*服务支持*/
.fwzc {
    width: 232px;
    height: 414px;
    border: 1px solid #ccc;
}

.fwzc p {
    margin-left: 18px;
    padding: 1px 0px;
}

.fwzc .fwphone {
    position: relative;
    height: 64px;
    background: url(../images/fwphone.png) no-repeat center;
}

.fwzc .fwphone span {
    position: absolute;
    left: 62px;
    top: 24px;
    font-size: 22px;
    font-weight: bold;
    color: #0151a7;
}

.fwzc .m_form {
    margin-left: 8px;
}

.fwzc .m_form li {
    margin-bottom: 4px;
    overflow: hidden;
}

.fwzc .m_form label {
    float: left;
    width: 27px;
    height: 28px;
    border: 1px solid #ccc;
    border-right-width: 0;
    text-align: center;
    background-color: #fff;
}

.fwzc .m_form label img {
    position: relative;
    top: 8px;
}

.fwzc .m_form .ipttxt {
    float: left;
    width: 164px;
    border: 1px solid #ccc;
    height: 16px;
    line-height: 16px;
    padding: 6px 10px;
    outline: none;
    color: #666;
    background-color: #fff;
    font-family: microsoft yahei;
}

.fwzc .m_form .areli label {
    height: 70px;
}

.fwzc .m_form .txtare {
    float: left;
    width: 164px;
    height: 60px;
    line-height: 20px;
    border: 1px solid #ccc;
    outline: none;
    resize: none;
    color: #666;
    padding: 5px 10px;
    background-color: #fff;
    font-family: microsoft yahei;
}

.fwzc .m_form .btnsubmit {
    width: 214px;
    height: 30px;
    cursor: pointer;
    border: none;
    background: url(../images/btnsubmit.png) no-repeat center;
}

/*友情链接*/
.yqljbg {
    background-color: #333;
}

.yqlj {
    padding: 24px 0px;
}

.yqlj .conttit {
    border-bottom: none;
}

.yqlj .conttit .tita {
    padding-left: 10px;
    color: #fff;
    background: url(../images/yqljtit.png) no-repeat left;
}

.yqlj .conttit span {
    color: #5c5c5c;
}

.yqlj p {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.yqlj p a {
    padding-right: 15px;
    color: #808080;
}

/*页尾*/
.footer {
    overflow: hidden;
    width: 100%;
    background-color: #333
}

.footer .ftNav {
    overflow: hidden;
    background: url(../images/ftheng.png) no-repeat left bottom;
}

.footer .ftUl {
    overflow: hidden;
    width: 1050px;
    margin: 0 auto;
    padding: 20px 0;
}

.footer .ftUl li {
    float: left;
    font-size: 13px;
    padding: 0 38px;
    border-right: 1px dotted #5c5c5c;
}

.footer .ftUl li a {
    color: #fff
}

.footer .ftUl li.last {
    border: none;
}

.footer .ftBox {
    overflow: hidden;
    padding: 40px 0;
}

.footer .ftDl {
    overflow: hidden;
    width: 92%;
    margin: 0 auto;
}

.footer .ftDl dt {
    overflow: hidden;
    float: left;
    width: 244px;
}

.footer .ftPhone {
    float: right;
    background: url(../images/ftphone.png) no-repeat left center;
    padding-left: 45px;
}

.footer .ftPhone p {
    color: #fff;
    font-size: 14px;
}

.footer .ftPhone h4 {
    font-size: 24px;
    color: #fff;
    font-family: Arial;
}

.footer .ewm {
    overflow: hidden;
    margin-top: 5px;
}

.footer .ewm li {
    width: 98px;
    float: right;
    margin-right: 40px;
}

.footer .ewm li p {
    font-size: 13px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    margin-top: 3px;
}

.footer .ftDl dd {
    overflow: hidden;
    float: left;
    background: url(../images/ftlinebg.png) no-repeat right center;
    width: 336px;
}

.footer .ftDl dd p {
    line-height: 28px;
    font-size: 12px;
    color: #cccccc;
}

.footer .ftDl dd p a {
    color: #cccccc;
}

.footer .ftlogo {
    overflow: hidden;
    margin-bottom: 10px;
}

.footer .ftlogo img {
    display: block;
    float: left;
}

.footer .xiao {
    float: left;
    margin-left: 10px;
}

.footer .xiao img {
    margin-left: 5px;
}

.footer dd.two {
    width: 276px;
    padding-left: 31px;
}

/*内页左右*/
.ncon {
    width: 1000px;
    height: auto;
    padding-bottom: 10px
}

.ncon:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.nconr {
    width: 750px;
    float: right;
    border: #dedede 1px solid;
    background: #FFF
}

.nconl {
    width: 210px;
    float: left
}

/*内页左侧产品分类*/
.prs {
    width: 210px;
    overflow: hidden;
    background: #FFF
}

.prs .t05 {
    background: #003868;
    height: 63px;
    line-height: 63px;
    padding-left: 25px;
    font-family: "微软雅黑";
    font-size: 22px;
    color: #FFF
}

.prs .t05_con {
    border: 5px solid #003868;
    width: 200px;
    border-top: 0;
}

.prs li {
    line-height: 35px;
    padding-left: 16px;
    border-bottom: 1px solid #f0f0f0;
}

.prs li.cur a {
    color: #f57720
}

.prs li a {
    color: #333333;
    font-size: 12px;
    font-weight: bold;
}

/*左侧联系我们*/
.contactn {
    width: 210px;
    overflow: hidden;
    background: #FFF;
}

.contactn .tits {
    padding: 10px;
    height: 38px;
    text-align: center;
    background: #003868;
    color: #fff;
    font-size: 16px;
    font-weight: 100;
    font-family: "Microsoft YaHei";

}

.contactn .tits a {
    color: #fff;
}

.contactn .tits span {
    color: #F3F3F3;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Microsoft YaHei";
    text-align: center
}

.contactn .subnr {
    border: 1px solid #d7d7d7;
    border-top: 0;
    padding: 24px 7px 5px;
    width: 194px;
    overflow: hidden;
}

.contactn .subnr p {
    line-height: 25px;
    overflow: hidden;
}

.contactn .subnr span {
    color: #333;
    font-weight: bold;
}

.contactn .subnr .yan2 {
    padding-top: 12px;
    line-height: 28px;
    overflow: hidden;
    color:#003868;
    font-size: 14px;
    font-weight: bold;
}

/*产品中心联系我们*/
.contactn2 {
    width: 240px;
    overflow: hidden;
    background: #FFF;
}

.contactn2 .tits {
    padding: 10px;
    height: 38px;
    text-align: center;
    background: #c30101;
    color: #fff;
    font-size: 16px;
    font-weight: 100;
    font-family: "Microsoft YaHei";

}

.contactn2 .tits a {
    color: #fff;
}

.contactn2 .tits span {
    color: #F3F3F3;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Microsoft YaHei";
    text-align: center
}

.contactn2 .subnr {
    border: 1px solid #d7d7d7;
    border-top: 0;
    padding: 24px 7px 5px;
    width: 224px;
    overflow: hidden;
    text-align: center;
}

.contactn2 .subnr p {
    line-height: 25px;
    overflow: hidden;
    padding-left: 8px;
}

.contactn2 .subnr span {
    color: #333;
    font-weight: bold;
}

.contactn2 .subnr .yan2 {
    padding-top: 12px;
    line-height: 28px;
    overflow: hidden;
    color: #f57720;
    font-size: 14px;
    font-weight: bold;
}

/*内页模板BANNER*/
.index_article {
    width: 100%;
    height: 300px;
    background: url(../images/img01.jpg) bottom no-repeat;
}

.contact_article {
    width: 100%;
    height: 300px;
    background: url(../images/contact.jpg) bottom no-repeat;
}

.support_article {
    width: 100%;
    height: 300px;
    background: url(../images/support.jpg) bottom no-repeat;
}

.list_article {
    width: 100%;
    height: 300px;
    background: url(../images/news.jpg) bottom no-repeat;
}

.case_article {
    width: 100%;
    height: 300px;
    background: url(../images/case.jpg) bottom no-repeat;
}

.list_article2 {
    width: 100%;
    height: 300px;
    background: url(../images/img03.jpg) bottom no-repeat;
}

.news_article {
    width: 100%;
    height: 300px;
    background: url(../images/news.jpg) bottom no-repeat;
}

.article_article {
    width: 100%;
    height: 300px;
    background: url(../images/news.jpg) bottom no-repeat;
}

.img_article {
    width: 100%;
    height: 300px;
    background: url(../images/img04.jpg) bottom no-repeat;
}

.book {
    width: 100%;
    height: 297px;
    background: url(../images/img05.jpg) bottom no-repeat;
}

.title {
    width: 730px;
    height: 60px;
}

.title h2 {
    height: 60px;
    line-height: 60px;
    font-family: '黑体';
    font-size: 20px;
    display: block;
    text-align: center;
}

.resource {
    height: 35px;
    width: 720px;
    line-height: 35px;
    border-bottom: 1px solid #DEDEDE;
    text-align: center;
    margin-bottom: 8px
}

.des {
    height: 40px;
    width: 708px;
    padding: 5px;
    line-height: 23px;
    border: #CCC 1px dotted;
    overflow: hidden
}

.content {
    line-height: 24px;
    font-size: 14px;
    padding: 15px 20px 25px 20px;
    width: 710px;
    background: #FFF
}

.content p {
    padding-top: 10px
}

.fenxiang {
    padding: 10px 5px;
    width: 720px
}

/*相关阅读*/
.linkarc {
    width: 720px;
    padding: 10px 5px 5px 5px;
}

.linkarc_t {
    width: 720px;
    height: 25px;
    background: url(../images/xuxian.png) bottom repeat-x
}

.linkarc_t h2 {
    font-size: 12px;
    background: url(../images/dd.gif) left no-repeat;
    padding-left: 20px;
    font-weight: bold;
    font-family: "微软雅黑"
}

.linkarc_c {
    width: 720px;
    padding: 10px 0;
}

.linkarc_c li {
    width: 705px;
    height: 28px;
    line-height: 25px;
    padding-left: 15px;
    background: url(../images/dd2.gif) left no-repeat;
    border-bottom: #CCC 1px dashed
}

.linkarc_c li a {
    color: #2b2b2b
}

.caseimg {
    width: 690px;
    height: 115px;
    float: left;
    padding: 5px 5px
}

.caseimg img {
    width: 198px;
    height: 108px;
    float: left;
    border: #CCC 1px solid;
    margin-right: 10px
}

/*图片列表*/
.pro {
    width: 750px;
    padding: 5px 0
}

.proimg {
    width: 215px;
    height: 250px;
    float: left;
    display: block;
    padding: 10px 16px;
}

.proimg img {
    width: 211px;
    height: 168px;
    border: #dedede 1px solid;
    padding: 1px;
    display: block
}

.proimg span {
    width: 215px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    background: #F7F7F7;
    text-align: center;
    display: block
}

.proimg p {
    width: 215px;
    height: 45px;
    padding-top: 5px;
    line-height: 20px;
    text-align: left;
    color: #666;
    font-weight: normal;
    display: block
}

/*新闻列表*/
.liebiao {
    padding: 15px 15px;
    width: 720px
}

.liebiao li {
    width: 700px;
    height: 35px;
    line-height: 35px;
    background: url(../images/sou_bj.png) left no-repeat;
    padding-left: 15px;
    border-bottom: #CCC 1px dotted
}

.liebiao li a {
    width: 520px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    float: left
}

.liebiao li span {
    width: 150px;
    height: 35px;
    line-height: 35px;
    float: right;
    text-align: right
}

/*图文混排列表*/
.list_1 {
    padding: 15px;
    width: 720px
}

.list_1 li {
    height: 100%;
    overflow: hidden;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #CCCCCC;
}

.list_1 li img {
    width: 170px;
    height: 120px;
    display: block;
    float: left;
    margin-right: 10px;
    padding: 3px;
    border: 1px solid #dedede;
}

.list_1 li h3 a {
    font-size: 13px;
    padding-bottom: 5px;
}

.list_1 li p {
    height: 60px;
    font-size: 12px;
    line-height: 20px;
    color: #666;
    overflow: hidden;
    padding-top: 5px;
}

.list_1 li p a {
    color: #0151a7;
}

.list_1 li p a:hover {
    color: #0151a7;
}

/*面包屑*/
.weizhi {
    width: 740px;
    height: 32px;
    border-bottom: #DDDDDD 1px solid;
    padding: 0 0 0 10px;
    background: url(../images/conttitbg.png) repeat-x
}

.weizhi h2 {
    height: 32px;
    float: left;
    padding-left: 20px;
    background: url(../images/lf_n_ic2.gif) left no-repeat;
    line-height: 32px;
    font-size: 14px;
    color: #0151a7;
    display: block
}

.weizhi h3 {
    height: 32px;
    float: right;
    padding-right: 20px;
    text-align: right;
    line-height: 32px;
    font-size: 12px;
    font-weight: normal;
    color: #666;
    display: block
}

.weizhi p {
    height: 32px;
    float: left;
    padding-left: 20px;
    background: url(../images/lf_n_ic2.gif) left no-repeat;
    line-height: 32px;
    font-size: 14px;
    color: #003868;
    display: block;
    font-weight: bold;
}

.weizhi span {
    height: 32px;
    float: right;
    padding-right: 20px;
    text-align: right;
    line-height: 32px;
    font-size: 12px;
    font-weight: normal;
    color: #666;
    display: block
}

.page {
    width: 720px;
    padding: 10px 0;
    margin-top: 5px;
}

/*分页*/
.page_list {
    padding: 3px;
    margin: 3px;
    text-align: center
}

.page_list a, .page_list strong {
    border: 1px solid #ddd;
    padding: 6px 10px;
}

.page_list a.now, .page_list a:hover, .page_list li.thisclass a {
    background: #f57720;
    color: #fff;
    cursor: pointer
}

.page_list span.disabled {
    cursor: pointer;
    border: 1px solid #ddd;
    padding: 6px 10px;
}

.page_list span.thisclass {
    background: #f57720;
    color: #fff;
    cursor: pointer;
    border: 1px solid #ddd;
    padding: 6px 10px;
}

/*产品*/
/*-----------------详情页-放大图---------------------*/
.proarc {
    padding: 30px 10px;
    width: 730px
}

.show_gallery {
    float: left;   
    margin: 0 0 20px 0;
    position: relative;
}

.show_gallery h2 {
    position: relative;
    margin-top: -40px;
    color: #fff;
    font-size: 24px;    
    height: 40px;
    font-weight: normal;
    text-align: center;
    line-height: 40px;
    background-color: rgba(0,56,104,0.7);
    overflow: hidden;
}


.tb-pic a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.tb-pic a img {
    vertical-align: middle;
    width: 500px;
    height: 375px;
}

.tb-pic a {
    *display: block;
    *font-family: Arial;
    *line-height: 1;
}

.tb-thumb {    
    overflow: hidden;
    padding: 0;
}

.tb-thumb li img {
    width: 150px;
    height: 113px;
}

.tb-thumb li {    
    width:150px;
    height: 113px;
    margin: 0 0 10px 30px;
    overflow: hidden;
    padding: 2px;
    border: #dfdfdf 1px solid;
}

.tb-s310, .tb-s310 a {
    height: 375px;
    width: 500px;
}

.tb-s310, .tb-s310 img {
    max-height: 375px;
    max-width: 500px;
}

.tb-s310 a {
    *font-size: 271px;
}

.tb-s40 a {
    *font-size: 35px;
}

.tb-s40, .tb-s40 a {
    height: 70px;
    width: 70px;
}

.tb-booth {
    float:left;
    border: 1px solid #e9e9e9;
    background: #fff;
    position: relative;   
    padding: 2px;
}

.tb-thumb .tb-selected {   
    border: #c30101 1px solid;
}

.tb-thumb .tb-selected div {
    background-color: #FFFFFF;
    border: medium none;
}

div.zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0px;
    left: 10px;
    width: 300px;
    height: 300px;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    display: none;
    text-align: center;
    overflow: hidden;
    margin: -3px 0 0 2px;
}

div.zoomMask {
    position: absolute;
    border: 1px solid #aaa;
    background: #fff 50% top no-repeat;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
    cursor: move;
    z-index: 1;
    width: 200px;
    height: 200px;
}

.zoomDiv img {
    width: 600px;
    height: 600px;
}


.zx_price span {
    vertical-align: top;
    line-height: 37px;
}

.numbox span {
    vertical-align: top;
}



.green {
    color: #669900;
}



.choose_style h3 {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
}

.choose_style h3 span {
    float: left;
    width: 148px;
    height: 39px;
    background: #fff;
    line-height: 39px;
    border-right: #e9e9e9 1px solid;
    border-bottom: #e9e9e9 1px solid;
    cursor: pointer;
}

.choose_style h3 span.last {
    border-right: none;
    width: 149px;
}

.choose_style h3 span.current {
    background: #f4f4f4;
    border-bottom: #f4f4f4 1px solid;
}

.choose_color {
    margin: 0;
}

.choose_color li {
    overflow: hidden;
    width: 78px;
    height: 38px;
    border: #ccc 1px solid;
    background: #fff;
    line-height: 34px;
    text-align: center;
    position: relative;
}

.choose_color li img {
    display: none;
}

.choose_color li span {
    display: none;
}

.choose_color li.tb-selected span {
    display: block;
    width: 14px;
    height: 14px;
    background: url(../images/choose.gif) no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
}

.choose_color li.tb-selected {
    width: 74px;
    height: 34px;
    border: #F0800F 3px solid;
    background: #fff;
    line-height: 34px;
}

.choose_color li .tb-s40, .choose_color li .tb-s40 a {
    height: 34px;
    width: 100%;
    display: block;
    text-decoration: none;
    font-size: 12px;
    line-height: 34px;
    cursor: pointer;
}

.num_box {
    float: left;
    background: url(../images/num_box.jpg) no-repeat;
    width: 72px;
    height: 40px;
    line-height: 40px;
    border: none;
    text-align: center;
    font-size: 20px;
    color: #F0800F;
    font-family: Arial, Helvetica, sans-serif;
}

.add_num {
    float: left;
    display: block;
    width: 29px;
    height: 40px;
    background: url(../images/add.jpg) no-repeat;
    border: none;
    cursor: pointer;
}

.min_num {
    float: left;
    display: block;
    width: 29px;
    height: 40px;
    background: url(../images/min.jpg) no-repeat right 0;
    border: none;
    cursor: pointer;
}

.buybtn {
    margin: 0 20px 10px 0;
    display: block
}

.choose_body td.btnbar {
    padding: 10px 0 0 0;
}

.show_sider {
    float: left;
    width: 190px;
}

.show_content {
    float: left;
    width: 730px;
    display: inline;
    border-top: 1px #E6E6E6 solid;
}

/*-----------------详情页-商品参数---------------------*/
.brand_box {
    background: #f9f9f9;
    border: #e9e9e9 1px solid;
    margin: 15px 0;
}

.brand_box ul {
    margin: 25px;
}

.brand_box ul li {
    float: left;
    width: 50%;
    height: 24px;
    line-height: 24px;
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
}

.brand_box ul li strong {
    color: #333;
    font-weight: normal;
}

.content_body {
    text-align: left;
    line-height: 1.5em;
    font-size: 14px;
    padding: 5px
}

.content_body p {
    font-size: 14px;
}

.content_body img {
    max-width: 750px;
}

.evaluate ul {
    padding: 10px 0 0 0;
}

.evaluate ul li {
    border-bottom: #e9e9e9 1px solid;
    clear: both;
    padding: 18px 0;
}

.evaluate ul li span {
    color: #999;
}

.evaluate ul li p {
    line-height: 20px;
    color: #666;
}

.evaluate ul li p strong {
    color: #669900;
    font-weight: normal;
    margin-right: 8px;
}

.author {
    padding: 0 0 5px 0;
}

.show_content .pages {
    text-align: left;
    margin: 25px 0;
}

.comment {
    border: #e9e9e9 1px solid;
    background: #f4f4f4;
    padding: 20px 30px;
}

.comment h4 {
    line-height: 20px;
    color: #666;
    font-weight: normal;
    padding: 5px 0 15px 0;
}

.comment td {
    height: 35px;
    padding-bottom: 10px;
}

.comment td .text {
    border: #ccc 1px solid;
    height: 33px;
    line-height: 33px;
    width: 198px;
}

.comment td textarea {
    border: #ccc 1px solid;
    height: 118px;
    line-height: 33px;
    width: 598px;
    overflow: hidden;
}

.huifu {
    border: #FFCC99 1px solid;
    background: #FFF4EA;
    padding: 20px;
    line-height: 21.6px;
    margin: 15px 0 0 0;
}

.huifu_body {
    position: relative;
}

.huifu em {
    display: block;
    width: 16px;
    height: 18px;
    font-size: 0;
    line-height: 0;
    background: url(../images/jiao.gif) no-repeat 0 0;
    position: absolute;
    top: -28px;
    *top: -33px;
    _top: -32px;
    left: 6px;
    z-index: 1000;
}

.huifu strong {
    color: #ff6500;
    font-weight: normal;
}

.sela_list li {
    height: 250px;
    margin: 15px 0 0 0;
    border: #dfdfdf 1px solid;
    padding: 20px;
    position: relative;
    z-index: 100;
}

.sela_list li img {
    margin: 0 40px 0 0;
    width: 250px;
    height: 250px;
}

.sela_list li p strong a {
    font-size: 20px;
    color: #333;
    font-family: "微软雅黑";
    line-height: 36px;
    font-style: normal;
}

.sela_list li p s {
    color: #999;
    line-height: 24px;
}

.sela_list li p em {
    color: #FF7F00;
    font-size: 25px;
    line-height: 24px;
    font-style: normal;
    font-family: "微软雅黑";
    margin-bottom: 15px;
    display: block;
}

.sela_list li p {
    line-height: 22px;
    color: #333;
    font-family: "微软雅黑";
    font-size: 11px;
}

.sela_list li p b {
    color: #FF7F00;
}

.tehui_ico {
    position: absolute;
    width: 79px;
    height: 79px;
    background: url(../images/tehui.gif) no-repeat;
    top: -1px;
    left: -1px;
}

.sela_list li .kq {
    display: block;
    width: 96px;
    height: 46px;
    background: #000 url(../images/kq.jpg) no-repeat right 0;
    position: absolute;
    top: 208px;
    right: -5px;
    z-index: 100;
}

.ok_btn {
    background: #f57720;
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    text-align: center;
    width: 130px;
}

.shr_hotpage {
    float: left;
    padding: 18px 0 22px 0;
    width: 100%;
    text-align: center;
    border-top: #dedede 1px dotted
}

.correlation-article {
    margin-top: 15px;
    padding-bottom: 15px;
}

.correlation-article h2 {
    border: 0;
    border-bottom: 1px #E6E6E6 solid;
    padding-left: 25px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #003868;
    height: 26px;
    line-height: 26px;
    background: url(../images/xgtit.png) left no-repeat;
}

.correlation-article ul {
    height: 100%;
    overflow: hidden;
}

.correlation-article li {
    width: 33.33%;
    height: 205px;
    float: left;
}

.correlation-article img {
    width: 228px;
    height: 171px;
    border: #D5D5D5 1px solid;
}

.correlation-article img:hover {
    border: #c30101 1px solid;
}

.correlation-article li p {
    text-align: center;
    line-height: 30px;
}

/*留言*/
.contact-xmtj {
    width: 690px;
    margin-top: 10px;
    background: url(../images/jobbg.png) top right no-repeat
}

.contact-xmtj a:hover {
    color: #F00
}

.name2 {
    width: 323px;
    height: 21px;
    line-height: 21px;
    border: 1px #e2e2e2 solid;
    font-family: "Microsoft YaHei";
}

.con {
    width: 583px;
    height: 161px;
    border: 1px #e2e2e2 solid;
    font-family: "Microsoft YaHei";
}

.button1 {
    width: 64px;
    height: 21px;
    text-align: center;
    line-height: 21px;
    cOLOR: #FFF;
    font-family: "Microsoft YaHei";
    background: url(../images/xmtj_11.jpg) no-repeat;
    border: none;
    margin-right: 20px;
    float: left;
    cursor: pointer;
}

.button2 {
    width: 64px;
    height: 21px;
    text-align: center;
    line-height: 21px;
    cOLOR: #FFF;
    font-family: "Microsoft YaHei";
    background: url(../images/xmtj_13.jpg) no-repeat;
    float: left;
    border: none;
    cursor: pointer;
}

/*在线客服*/
.online-qq {
    position: fixed;
    top: 50%;
    right: 3px;
    z-index: 200;
}

.online-qq .qq_content {
    background: #fff;
    margin: 0;
    padding: 0;
}

.online-qq .qq_content .dt {
    text-align: center;
    background: #202020;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 15px;
    border: 1px solid #ddd;
    border-bottom: 0;
}

.online-qq .qq_content .qq {
    padding: 10px 10px 5px;
    margin: 0;
    border: 1px solid #ddd;
    border-top: 0
}

.online-qq .qq_content .qq p {
    background: url(../images/online_qq.png) repeat-x 0 -33px;
    margin: 0 0 5px
}

.online-qq .qq_content .qq a {
    border: 1px solid #ddd;
    display: block;
    background: url(../images/online_qq.png) no-repeat 10px -72px;
    height: 23px;
    line-height: 23px;
    padding: 0 18px 0 30px
}

.online-qq .qq_content .tel {
    background: #fff;
    padding: 10px;
    margin: 0;
    text-align: center;
    font-size: 14px;
    color: #333;
    border: 1px solid #ddd;
    border-top: 0
}

.online-qq .qq_content .tel strong {
    font-size: 12px;
    color: #f60
}

.online-qq .qq_content .tel p {
    text-align: center;
    font-size: 12px
}

.online-qq .footqq {
    border: 1px solid #ddd;
    background: #f1f1f1;
    height: 2px;
    overflow: hidden;
    margin: 0 5px;
    border-top: 0;
    display: none
}

.qr_code {
    position: fixed;
    top: 50%;
    left: 10px;
    z-index: 200;
    text-align: center;
    background: #fff;
    padding: 5px;
}

.qr_code img {
    margin: 0 0 5px;
    display: block
}

.page_top {
    position: absolute;
}

#pageTop {
    z-index: 160;
    width: 65px;
    height: 65px;
    background: url(../images/pagetop.png) no-repeat;
    position: fixed;
    _position: absolute;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    text-indent: -999px;
    cursor: pointer
}

#pageTop:hover {
    background-image: url(../images/pagetop_on.png)
}

#pageTop a {
    width: 100%;
    height: 100%;
    display: block;
}

* html #pageTop a {
    width: 65px;
    height: 65px
}

.pagex {
    clear: both;
    height: 30px;
    margin: 20px;
    overflow: hidden;
}

.mbbody_body .pagex {
    margin-left: 20px;
}

.pagex ul {
}

.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 #f57720;
    padding: 2px 9px;
    margin: 0 3px;
    background: #f57720;
    color: #fff;
}

.pagex ul li.thisclass a {
    color: #fff;
}

.pagex ul li a:hover {
    color: #1f9652;
}

.pagex ul li span {
    display: inline-block;
    padding: 0;
}

.ihonor h6 {
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    text-align: center;
    font-weight: normal;
}

.bxybbb {
    width: 1080px;
    height: 150px;
    background: url(../images/bxybbb.jpg) no-repeat top center;
    overflow: hidden;
    margin-top: 20px;
}

.bxybbb .bxybbb_s {
    float: left;
    margin-left: 20px;
    margin-top: 30px;
}

.bxybbb .bxybbb_s p {
    font-size: 26px;
    color: #666666;
}

.bxybbb .bxybbb_s h4 {
    margin-top: 15px;
    font-size: 25px;
    color:#003868;
}

.bxybbb .bxybbb_t {
    float: left;
    border-left: 1px solid #dfdfdf;
    margin-top: 30px;
    margin-left: 15px;
    padding-left: 20px;
}

.bxybbb_t span {
    color: #003868;
    font-size: 26px;
    display: block;
    font-weight: bold;
}

.bxybbb_t p {
    margin: 5px 0;
}

.bxybbb_t .bxybbb_t1 {
    font-size: 16px;
    color: #262626;
    margin: 0;
}

.bxybbb .bxybbb_r {
    float: right;
    margin-top: 20px;
    margin-right: 35px;
}

.bxybbb_r .bxybbb_phone {
    background: url(../images/bxybbb_phone.png) no-repeat right center;
    padding-right: 45px;
}

.bxybbb_phone span {
    font-size: 24px;
    color: #000;
}

.bxybbb_phone p {
    font-size: 13px;
    color: #666666;
    text-align: right;
}

.bxybbb_r a {
    display: block;
    margin-top: 8px;
    margin-left: 20px;
}

.bxycpzx {
    width: 100%;
    overflow: hidden;
    height: 930px;
    background: url(../images/bgbg.png) repeat;
}

.bxycpzxn {
    width: 1080px;
    margin: 0 auto;
    position: relative;
}

.bxycpzxnz {
    width: 240px;
    float: left;
    overflow: hidden;
}

.bxycpzxnz .bxycpzxnz1s {
    width: 200px;
    height: 26px;
    line-height: 25px;
    font-size: 15px;
    font-weight: bold;
    background: url(../images/bxycpzxnz1s.jpg) no-repeat top center;
    padding-left: 30px;
    margin-top: 12px;
    margin-bottom: 8px
}

.bxycpzxnz .bxycpzxnz1s a {
    color: #fff;
}

.bxycpzxnz .cp5_1 {
    width: 180px;
    height: 42px;
    padding-left: 20px;
    line-height: 42px;
    background: url(../images/pro01.png) no-repeat 165px center;
    background-color: #003868;
    margin: 0 auto 10px auto;
    font-size: 16px;
    font-weight: normal;
    margin-top: 10px;
}

.bxycpzxnz .cp5_1.current + .show {
    display: block;
}

.show {
    display: none;
}

.bxycpzxnz .cp5_1 a {
    color: #FFF;
}

.bxycpzxnz .cp5_2 {
    line-height: 20px;
    font-size: 13px;
    height: 20px;
    padding: 8px 50px 8px 15px;
    border-bottom: 1px solid #f0f0f0;
    /*background: url(../images/pro02.png) no-repeat 30px center;*/
    overflow: hidden;
}

.bxycpzxnz .cp5_2 a {
    color: #1a1a1a;

}

.bxycpzxnz .pro_list {
    width: 100px;
    float: left;
    line-height: 27px;
    height: auto;
}

.bxycpzxnz .cp5_2 a:hover {
    color: #c30101;
    text-decoration: underline;
}

.bxycpzxnz .prodb {
    overflow: hidden;
    background:#fdc800;
    width: 240px;
    height: 88px;
}

.bxycpzxnz .phone {
    padding-left: 20px;
    margin-left: 15px;
    margin-top: 20px;
}

.bxycpzxnz .phone p {
    color:#003868;
    font-size: 13px;
}

.bxycpzxnz .phone h4 {
    color:#003868;
    font-size: 24px;
    font-family: Arial;
}

.nconp {
    width: 240px;
    float: left;
    height: 880px;
}

.bxycplm {
    width: 238px;
    overflow: hidden;
    background: #FFF;
}

.bxycpzxnz .cp5 {
    background: #fdc800;
    height: 63px;
    line-height: 63px;
    padding-left: 25px;
    font-family: "微软雅黑";
    font-size: 22px;
    color: #003868;
}

.bxycplm .cp5_con {
    width: 200px;
    border-top: 0;
}

.bxycpzxny {
    width: 796px;
    height: 1050px;
    float: right;
    overflow: hidden;
}

.qhkj {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.qhdh {
    overflow: hidden;
    width: 804px;
}

.qhdh ul li {
    float: left;
    width: 260px;
    height: 42px;
    font-size: 16px;
    line-height: 41px;
    margin-right: 8px;
    overflow: hidden;
    background: #003868;
    text-align: center;
}

.qhdh ul li a {
    color: #fff;
}

.qhdh ul li.hover a{
    color:#fdc800;
}
.qhdh ul li:hover,.cp5_1:hover {
    background-color: #787c9a;
	color:#fdc800;
}

.cp5_1:hover a{color:#fdc800;}
.qhnr {
    width: 100%;
    height: 1000px;
    margin-top: 20px;
    overflow: hidden;
}

.qhnrs {
    width: 792px;
    height: 320px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    background: #fff;
    border: 2px solid #fff;
}

.qhnrs:hover {
    border: 2px solid #c30101;
}

.qhnrs img {
    width: 400px;
    height: 300px;
    float: left;
}

.qhnrs .wen {
    overflow: hidden;
    width: 280px;
    float: left;
    margin-top: 35px;
}

.qhnrs .wen h3 {
    font-size: 18px;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #d7d7d7;
}

.qhnrs .wen h3 a {
    color: #c30101;
}

.qhnrs .wen p {
    font-size: 13px;
    color: #333;
    line-height: 12px;
    height: 12px;
    overflow: hidden;
    margin-bottom: 17px;
}

.qhnrs .wen .btn {
    display: block;
    width: 125px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    border: 1px solid #e3e3e3;
    font-size: 13px;
    color: #939393;
    float: left;
    margin-right: 10px;
}

.qhnrs .wen .btn02 {
    border-color: #c81624;
    background-color: #c81624;
    color: #fff;
}

.qhnr ul {
    width: 110%;
}

.qhnr li {
    width: 250px;
    height: 240px;
    float: left;
    overflow: hidden;
    margin-right: 22px;
}

.qhnr li .li1 {
    width: 250px;
    height: 218px;
    overflow: hidden;
    position: relative;
}

.qhnr li img {
    width: 250px;
    height: 161px;
}

.qhnr li p {
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    font-size: 14px;
}

.qhnr li:hover p {
    background: #003868;
}



/*合作流程*/
.L_C {
    overflow: hidden;
    width: 100%;
    padding: 22px 0 25px;
    background-color: #003868;
}

.L_C h2 {
    background: url(../images/lcbg.png) no-repeat center;
    font-size: 22px;
    text-align: center;
    color: #fff
}

.L_C p {
    text-align: center;
    font-size: 12px;
    color: #fff;
}

.L_C .list {
    overflow: hidden;
    margin-top: 16px;
    width: 100%;
}

.L_C .list li {
    float: left;
    width: 120px;
    position: relative;
    margin-right: 39px
}

.L_C .list li img {
    display: block;
    margin: 0 auto
}

.L_C .list li h4 {
    text-align: center;
    font-size: 14px;
    margin-top: 15px;
    color: #fff
}

.L_C .list li i {
    display: block;
    background: url(../images/lc-xjx.png) no-repeat center;
    width: 16px;
    height: 13px;
    position: absolute;
    top: 38px;
    right: -30px;
}

.L_C .list li.last {
    margin-right: 0;
}

/*流程结束*/

.bxyfw {
    width: 100%;
    height: 540px;
    background: url(../images/bxyfw.jpg) no-repeat top center;
    overflow: hidden;
    margin-top: 45px;
    margin-bottom: 35px;
}

.bxyfwn {
    width: 1080px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    font-size: 12px;
    color: #333;
    text-align: center;
}

.bxyfwn1 {
    font-size: 16px;
    color: #060606;
    position: absolute;
    left: 412px;
    top: 44px;
}

.bxyfwn2 {
    position: absolute;
    left: 123px;
    top: 250px;
    font-weight: bold;
}

.bxyfwn3 {
    position: absolute;
    left: 247px;
    top: 387px;
    font-weight: bold;
}

.bxyfwn4 {
    position: absolute;
    left: 384px;
    top: 250px;
    font-weight: bold;
}

.bxyfwn5 {
    position: absolute;
    left: 506px;
    top: 387px;
    font-weight: bold;
}

.bxyfwn6 {
    position: absolute;
    left: 639px;
    top: 250px;
    font-weight: bold;
}

.bxyfwn7 {
    position: absolute;
    left: 774px;
    top: 387px;
    font-weight: bold;
}

.bxyfwn8 {
    position: absolute;
    left: 897px;
    top: 250px;
    font-weight: bold;
}

.bxyhhh {
    width: 100%;
    height: 80px;
    background: url(../images/bxyhhh.jpg) no-repeat top center;
    margin-bottom: 30px;
}

.bxyhhh a {
    text-align: center;
    display: block;
    width: 400px;
    margin: 0 auto;
    font-size: 14px;
    color: #060606;
    padding-top: 45px;
}

/*风琴效果开始*/
.flash4 {
    width: 1080px;
    height: 320px;
    margin: 0px auto;
    position: relative;
    overflow: hidden;
}

.flash4 ul li {
    width: 50px;
    height: 320;
    position: relative;
    overflow: hidden;
    float: left;
}

.flash4 ul li .imgTop {
    width: 854px;
}

.imgTopbxy {
    width: 795px;
    margin-left: 50px;
    height: 318px;
    border: 1px solid #dbdbdb;
}

.imgTopbxy1 {
    width: 245px;
    height: 260px;
    float: left;
    margin-left: 15px;
}

.imgTopbxy1 b {
    display: block;
    width: 100%;
    color: #060606;
    font-size: 16px;
    margin-top: 75px;
    margin-bottom: 15px;
}

.imgTopbxy1 p {
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #060606;
    height: 100px;
    overflow: hidden;
}

.imgTopbxy1 a {
    display: block;
    width: 77px;
    height: 20px;
    color: #0151a7;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    background: url(../images/imgtopbxy1.jpg) no-repeat top center;
}

.imgTopbxy2 {
    width: 510px;
    height: 293px;
    float: left;
    margin-left: 15px;
    margin-top: 12px;
}

.imgTopbxy2 img {
    width: 100%;
    height: 100%;
}

.flash4 ul li .imgTop img {
    opacity: 0.4;
}

.flash4 ul li .imgTop img.tm {
    opacity: 1;
}

.flash4 ul li .imgCon {
    width: 854px;
    height: 320;
}

.flash4 ul li .imgCen {
    width: 42px;
    height: 320px;
    background: #0151a7;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
}

.flash4 ul li .imgCen p {
    width: 18px;
    margin: 0 auto;
    margin-top: 30px;
}

.flash4 ul li.first {
    width: 854px;
}

.flash4 ul li.fast {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.aboutenda {
    background: url(../images/bgbg2.png) repeat;
    overflow: hidden;
}

.awen {
    overflow: hidden;
    width: 1080px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.awen img {
    display: block;
    float: left;
    border: 3px solid #fff;
}

.awen .wen {
    overflow: hidden;
    width: 570px;
    float: right;
    margin-top: 24px;
}

.awen h3 {
    font-size: 16px;
    margin-bottom: 15px;
}

.awen h3 a {
    color: #003868;
}

.awen p {
    font-size: 14px;
    line-height: 28px;
    color: #333;
    height: 168px;
    overflow: hidden;
    text-align: justify;
    margin-bottom: 30px;
}

.awen a.btn {
    display: block;
    width: 136px;
    height: 31px;
    text-align: center;
    line-height: 31px;
    font-size: 14px;
    color: #fff;
    background-color: #949494;
    float: left;
    margin-right: 10px;
}

.awen a.btn:hover {
    background-color: #003868;
}

.bxycf {
    width: 100%;
    height: 290px;
    margin-top: 30px;
}

.bxycfn {
    width: 1080px;
    height: 100%;
    margin: 0 auto;
}

.qhkj2 {
    width: 1080px;
    height: 290px;
    position: relative;
}

.qhdh2 {
    overflow: hidden;
    width: 100%;
    background-color: #fff;
    padding-top: 20px;
}

.qhdh2 ul li {
    float: left;
    width: 120px;
    height: 40px;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    margin-right: 13px;
    overflow: hidden;
    background: #949494;
}

.qhdh2 ul li a {
    color: #fff;
}

.qhdh2 ul li.cur {
    background: #003868;
}

.qhdh2 ul li.cur a {
    color: #fff;
}

/*荣誉资质*/
.qhnr2 {
    overflow: hidden;
    width: 1080px;
    height: 245px;
    top: 0;
    left: 0;
    display: none
}

.qhnr2 .tyKJ {
    overflow: hidden;
    width: 1080px;
    height: 245px;
    position: relativ;
}

.qhnr2 .tyKJ em {
    display: block;
    cursor: pointer;
    position: absolute;
    width: 41px;
    height: 41px;
    top: 155px;
}

.qhnr2 .rylt {
    background: url(../images/sclt.png) no-repeat center top;
    left: 0
}

.qhnr2 .ryrt {
    background: url(../images/scrt.png) no-repeat center top;
    right: 0
}

.qhnr2 .tyKJ em:hover {
    background-position: bottom
}

.qhnr2 .container {
    overflow: hidden;
    padding: 20px 0;
    background-color: #fff;
}

.qhnr2 .ryBox {
    overflow: hidden;
    width: 960px;
    margin: 0 auto;
    height: 210px;
    position: relative;
}

.qhnr2 .list {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 101%;
}

.qhnr2 .list li {
    width: 230px;
    float: left;
    margin-right: 13px;
    border: 1px solid #f1f1f1;
    background-color: #f1f1f1
}

.qhnr2 .list li a {
    text-decoration: none
}

.qhnr2 .list li img {
    display: block;
    margin: 0 auto;
}

.qhnr2 .list li span {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 40px;
}

.qhnr2 .list li:hover span {
    color: #fff
}

.qhnr2 .list li:hover {
    border-color: #003868;
    background-color: #003868;
}

.bxycjwt {
    width: 100%;
    height: 450px;
    background: url(../images/bxycjwt.jpg) no-repeat top center;
    overflow: hidden;
}

.bxycjwtn {
    width: 1080px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.bxycjwtn1 {
    font-size: 13px;
    position: absolute;
    left: 256px;
    top: 60px;
    font-weight: bold;
}

.bxycjwtn3 {
    width: 250px;
    height: 320px;
    position: absolute;
    left: 45px;
    top: 100px;
}

.bxycjwtn3 li {
    width: 250px;
    height: 100px;
}

.bxycjwtn3 li b {
    width: 250px;
    display: block;
    float: left;
    font-size: 13px;
    color: #333;
    margin-top: 13px;
}

.bxycjwtn3 li p {
    width: 250px;
    display: block;
    float: left;
    font-size: 12px;
    color: #333;
    margin-top: 3px;
    line-height: 20px;
}

.bxycjwtn4 {
    width: 710px;
    height: 380px;
    position: absolute;
    right: 0px;
    top: 54px;
}

.qhkj3 {
    width: 100%;
    height: 100%;
}

.qhdh3 {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.qhdh3 ul li {
    float: left;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    color: #fff;
    background: url(../images/qhdh31.jpg) no-repeat top center;
    width: 343px;
}

.qhdh3 ul li.hover {
    color: #333;
    background: url(../images/qhdh32.jpg) no-repeat top center;
}

.qhdh3 ul li p {
    font-weight: bold;
    font-size: 18px;
    float: left;
    margin-left: 22px;
}

.qhdh3 ul li a {
    display: block;
    float: right;
    margin-right: 15px;
    font-size: 14px;
    color: #fff;
}

.qhdh3 ul li.hover a {
    color: #333;
}

.qhnr3 {
    width: 686px;
    height: 315px;
    margin-top: 10px;
}

.qhnr3s {
    width: 100%;
    height: 166px;
    overflow: hidden;
    margin-bottom: 20px;
}

.qhnr3s img {
    width: 267px;
    height: 166px;
    float: left;
    margin-right: 40px;
}

.qhnr3s b {
    width: 370px;
    display: block;
    float: left;
    font-size: 14px;
    color: #1f1f1f;
    margin-top: 10px;
    margin-bottom: 10px;
}

.qhnr3s p {
    width: 370px;
    float: left;
    color: #333;
    font-size: 12px;
    line-height: 22px;
}

.qhnr3x {
    width: 100%;
    height: 130px;
    overflow: hidden;
}

.qhnr3x ul {
    width: 110%;
}

.qhnr3x li {
    width: 313px;
    margin-right: 40px;
    float: left;
    font-size: 12px;
    line-height: 22px;
}

.qhnr3x li p {
    float: left;
    width: 220px;
}

.qhnr3x li span {
    float: right;
    width: 90px;
    text-align: right;
    display: block;
}

.qhnr3x li a {
    color: #3b2a19;
}

.qhnr3x li a:hover {
    color: #0151a7;
}


.bxyfoot {
    width: 100%;
    height: 277px;
    background: url(../images/bxyfoot.jpg) no-repeat top center;
    overflow: hidden;
}

.bxyfootn {
    width: 1080px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.bxyfootn1 {
    width: 1080px;
    height: 50px;
    padding-top: 40px;
    color: #fff;
    margin: 0 auto;
}

.bxyfootn1 ul {
    width: 820px;
    float: right;
}

.bxyfootn1 li {
    float: left;
    font-size: 12px;
    margin-right: 8px;
}

.bxyfootn1 li a {
    color: #fff;
}

.bxyfootx {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.bxyfootx2 {
    width: 420px;
    float: left;
    margin-left: 350px;
    margin-top: 30px;
    font-size: 14px;
}

.bxyfootx2 a {
    color: #fff;
}

.bxyfootx2 p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
}

.bxyliu {
    width: 300px;
    height: 110px;
    position: absolute;
    right: 7px;
    top: 47px;
}

.bxyliun {
    width: 100%;
    height: 100%;
    position: relative;
}

.intxt3 {
    width: 200px;
    height: 25px;
    font-size: 14px;
    position: absolute;
    left: 55px;
    top: 3px;
    background-color: transparent;
    outline: none;
    color: #000;
}

.intxt4 {
    width: 200px;
    height: 25px;
    font-size: 14px;
    position: absolute;
    left: 55px;
    top: 43px;
    background-color: transparent;
    outline: none;
    color: #000;
}

.coolbg5 {
    cursor: pointer;
    font-size: 12px;
    color: #0151a7;
    font-family: "Microsoft YaHei";
    position: absolute;
    left: 31px;
    top: 88px;
    outline: none;
    background-color: transparent;
}

* {
    margin: 0;
    padding: 0;  
}

.solotion {
    margin-left: auto;
    margin-right: auto;
    width: 1080px;
    background: #e1e6e3;
    margin-top: 33px;
}

.bxyppp {
    width: 1080px;
    height: 150px;
    background:#003868;
    overflow: hidden;
}

.titul_con {
    padding-top: 20px;
}

.bxyppp .bxyppp_s {
    float: left;
    margin-left: 35px;
    margin-top: 40px;
}

.bxyppp .bxyppp_s p {
    font-size: 26px;
    color: #fff;
}

.bxyppp .bxyppp_s h4 {
    margin-top: 15px;
    font-size: 40px;
    color: #fff;
}

.bxyppp_l {
    overflow: hidden;
    margin-top: 5px;
}

.bxyppp .bxyppp_t {
    margin-left: 40px;
    padding-left: 25px;
    margin-top: 30px;
    float: left;
    border-left: 1px solid #655757;
}

.bxyppp_t p {
    font-size: 12px;
    color: #fff;
    margin: 5px 0;
}

.bxyppp_l .bxyppp_l2 {
    font-weight: normal;
    font-size: 13px;
    margin-left: 20px;
    float: left;
    color: #fff;
}

.bxyppp_l a {
    display: block;
    float: left;
    margin-left: 15px;
}

.bxyppp_l .bxyppp_l2 strong {
    font-size: 24px;
    font-family: Arial;
}

.bxyppp_l .bxyppp_l1 {
    font-size: 18px;
    color: #fff;
    float: left;
    font-weight: normal;
    margin-top: 5px;
}

.bxyppp_t span {
    display: block;
    font-size: 26px;
    color: #fff;
    font-weight: bold;
}

.B_Z {
    overflow: hidden;
    width: 100%;
    background: url(../images/bgbg2.png) repeat;
    padding: 20px 0;
}

.B_Z .bz {
    overflow: hidden;
    width: 100%;
}

.B_Z .bz01 {

    height: 313px;
}

.B_Z .bz02 {

    height: 307px;
}

.B_Z .bz03 {

    height: 276px;
}

.B_Z .bz04 {

    height: 344px;
}

.B_Z dl {
    overflow: hidden;
    width: 450px;
    margin-left: 33px;
    margin-top: 50px;
    margin-right: 20px;
}

.B_Z dt {
   float: left;
}

.B_Z dd {
    margin-top: 15px;
    padding-left: 40px;    
    float: left;
}

.B_Z dl h3 {
    width: 250px;
    float: right;
    line-height: 54px;
    background-color: #003868;
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    padding-left: 10px;
}

.B_Z dd p {
    background: url(../images/bz-zfx.png) no-repeat left 8px;
    line-height: 22px;
    margin-top: 15px;
    padding-left: 15px;
    font-size: 14px;
    color: #333
}


/*搜索*/
.sousuo {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #ccc;
    background: url(../images/serchbg.jpg) repeat-x;
}

.sousuo .gjc {
    width: 750px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    color: #333;
    font-size: 14px;
}

.sousuo .gjc a {
    margin-right: 15px;
}

.sousuo .search {
    width: 265px;
    height: 32px;
    margin-top: 15px;
}

.sousuo .search .in1 {
    width: 230px;
    height: 32px;
    background: url(../images/s1.jpg) no-repeat;
    border: none;
    float: left;
    text-indent: 35px;
    color: #333;
    line-height: 30px;
}

.sousuo .search .in2 {
    width: 34px;
    height: 32px;
    padding-left: 8px;
    background: url(../images/searchbtn.png);
    border: none;
    float: left;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
}

.w1100 {
    width: 1080px;
    margin: 0 auto;
}

.news {
    overflow: hidden;
    width: 100%;
    height: 430px;
    padding: 50px 0;
    background: url(../images/bgbg2.png) repeat;
}

.leftnews {
    overflow: hidden;
    float: left;
    width: 645px;
    padding: 0 20px;
    height: 430px;
    background-color: #fff;
}

.leftnews .top {
    overflow: hidden;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 24px;
    border-bottom: 1px solid #cdcdcd
}

.leftnews .menu {
    overflow: hidden;
    float: left
}

.leftnews .menu li {
    float: left;
    margin-right: 50px;
    padding: 0 10px;
    padding-bottom: 15px;
    border-bottom: 3px solid #fff;
    font-size: 20px;
}

.leftnews .menu li a {
    color: #000;
    text-decoration: none
}

.leftnews .menu li.cur {    
    border-color: #003868;
}

.leftnews .menu li.cur a {
    color: #003868;
}

.leftnews .top .more {
    float: right;
    font-size: 14px;
    color: #8a8a8a;
}

.leftnews .newsbox {
    overflow: hidden;
    width: 100%;
    height: 325px;
    position: relative;
}

.leftnews .newslist {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.leftnews .newslist dl {
    overflow: hidden;
    width: 100%;
    height: 156px;
    margin-bottom: 12px;
}

.leftnews .newslist dt {
    overflow: hidden;
    float: left
}

.leftnews .newslist dd {
    overflow: hidden;
    float: right;
    width: 420px;
}

.leftnews .newslist h3 {
    font-size: 14px;
    color: #c81624;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 10px 0;
}

.leftnews .newslist h3 a {
    color: #003868;
}

.leftnews .newslist p {
    font-size: 13px;
    line-height: 22px;
    color: #333;
    height: 66px;
    overflow: hidden;
    text-align: justify
}

.leftnews .newslist .more {
    display: block;
    width: 122px;
    height: 30px;
    background-color: #e7e7e7;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    color: #848484;
    margin-top: 20px;
    text-decoration: none
}

.leftnews .newslist .more:hover {
    background-color: #c81624;
    color: #fff;
}

.leftnews .newslist ul {
    overflow: hidden;
    width: 100%;
}

.leftnews .newslist li {
    padding-left: 15px;
    background: url(../images/news_s.png) no-repeat left center;
    width: 630px;
    overflow: hidden;
    font-size: 13px;
    line-height: 30px;
}

.leftnews .newslist li a {
    color: #333;
    display: block;
    width: 480px;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.leftnews .newslist li span {
    float: right;
    color: #333
}

.rightnews {
    overflow: hidden;
    width: 295px;
    float: right;
    height: 430px;
    background-color: #fff;
}

.rightnews .top {
    overflow: hidden;
    width: 100%;
    height: 70px;
    background-color: #003868;
}

.rightnews h3 {
    float: left;
    font-size: 20px;
    margin-left: 10px;
    margin-top: 15px;
}

.rightnews h3 a {
    color: #fff;
}

.rightnews h3 em {
    display: block;
    font-size: 12px;
    color: #fff;
    font-family: Arial;
    text-transform: uppercase;
    opacity: 0.3;
    filter: alpha(opacity=30)
}

.rightnews .more {
    float: right;
    margin-right: 10px;
    margin-top: 28px;
    font-size: 14px;
    color: #fff;
}

.rightnews .wenda {
    overflow: hidden;
    width: 275px;
    margin: 0 auto;
    height: 320px;
    margin-top: 20px;
    position: relative
}

.rightnews .wenda ul {
    overflow: hidden;
    width: 100%;
    position: absolute
}

.rightnews .wenda li {
    overflow: hidden;
    width: 100%;
    height: 94px;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 20px;
}

.rightnews .wenda h5 {
    font-weight: normal;
    font-size: 14px;
    padding-left: 35px;
    line-height: 25px;
    background: url(../images/news_w.png) no-repeat left center;
    margin-bottom: 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.rightnews .wenda h5 a {
    color: #000
}

.rightnews .wenda p {
    padding-left: 35px;
    background: url(../images/news_d.png) no-repeat left top;
    font-size: 13px;
    line-height: 22px;
    color: #666;
    height: 44px;
    overflow: hidden;
}



.bximg {
    overflow: hidden;
    height: 480px;
    position: relative;
    width: 1040px;
    padding: 0 20px;
    margin: 0 auto;
    background-color: #fff;
}

.bximg .ysdIV {
    overflow: hidden;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 10px;
}

.bximg .ysDl {
    width: 230px;
}

.bximg .ysDl dt {
    width: 50px;
    float: left;
}

.bximg .ysDl dd {
    width: 170px;
    float: right;
}

.bximg .ysDl dd h3 {
    font-size: 18px;
    color: #c30101
}

.bximg .ysDl dd p {
    line-height: 22px;
    font-size: 13px;
    color: #666;
    margin-top: 5px;
}

.bximg .tuP {
    position: absolute;
    width: 455px;
    height: 385px;
    left: 50%;
    margin-left: -228px;
    top: 40px;
}

.bximg .tuP img {
    display: block;
    position: absolute;
    z-index: 5
}

.bximg .tuP img.tu01 {
    top: 30px;
    left: 21px;
}

.bximg .tuP img.tu02 {
    top: 219px;
    left: 0;
}

.bximg .tuP img.tu03 {
    top: 55px;
    left: 135px;
}

.bximg .tuP img.tu04 {
    top: 28px;
    right: 15px;
}

.bximg .tuP img.tu05 {
    top: 219px;
    right: 25px;
}

.bximg .tuP img.tu06 {
    top: 0px;
    left: 30px;
    z-index: 0;
    animation: quan 60s linear infinite;
}

@-webkit-keyframes quan {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*404错误页面*/
.web404 {
    margin: 100px auto;
}

.web404 .img {
    text-align: center;
}

.web404 .word {
    font-size: 14px;
    text-align: center;
}

.web404 .word a, .web404 .word span {
    color: #146bd5;
    font-size: 18px;
}






