@charset "utf-8";

/* CSS Document */


/*zanghao QQ:516955996*/


/*2012-09-10*/

.new_list p img {
    display: none;
}

body {
    background: #f8f8f8;
    width: 100%;
    overflow-x: hidden;
}

.top {
    height: 80px;
    padding-top: 10px;
    background: #fff;
}

.top .left .logo {
    float: left;
    border-right: 1px solid #eee;
    padding-right: 15px
}

.top .left .kh {
    float: left;
    margin-top: 13px;
    padding-left: 15px;
}

.top .left .kh span {
    display: block;
    font-size: 16px;
    color: #888;
    line-height: 24px;
}

.top .right .qlink a {
    margin: 0 5px 8px;
    color: #555;
}

.top .right .qlink a:hover {
    color: red;
}

.top .right .phone {
    margin-top: 8px;
}

.nav {
    height: 45px;
    line-height: 45px;
    background: #0184d9;
    font-family: "Microsoft Yahei";
    font-size: 16px;
}

.nav ul {
    float: left;
}

.nav ul li {
    float: left;
}

.nav ul li a {
    display: block;
    float: left;
    line-height: 45px;
    color: #fff;
    text-shadow: 1px 1px 0 #0184d9;
    -moz-text-shadow: 1px 1px 0 #025e9c;
    -webkit-text-shadow: 1px 1px 0 #025e9c;
    -ms-text-shadow: 1px 1px 0 #025e9c;
    padding: 0 25px;
}

.nav ul li a.cur,
.nav ul li a:hover {
    background: #0069b0;
}

.nav .searbox {
    float: right;
    height: 30px;
    width: 199px;
    background: url(searbox.png) no-repeat;
    margin-top: 8px;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: .5;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.nav .searbox .txtbox {
    width: 143px;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    color: #888;
    float: left;
    background: none;
}

.nav .searbox .btn {
    width: 50px;
    height: 30px;
    line-height: 18px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    border: none;
    float: right;
    background: none;
}

.nav:hover .searbox {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

#full-screen-slider {
    width: 100%;
    height: 500px;
    float: left;
    position: relative
}

#slides {
    display: block;
    width: 100%;
    height: 500px;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative
}

#slides li {
    display: block;
    width: 100%;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute
}

#slides li a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px
}

#pagination {
    display: block;
    list-style: none;
    position: absolute;
    left: 50%;
    top: 470px;
    z-index: 9900;
    margin: 0;
    width: 80px;
    margin-left: -40px !important;
}

#pagination li {
    display: block;
    list-style: none;
    width: 10px;
    height: 10px;
    margin: 5px 8px;
    float: left;
    border-radius: 5px;
    background: #FFF
}

#pagination li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    text-indent: -9999px;
}

#pagination li.current {
    background: #0092CE
}

.hotnews {
    height: 40px;
    line-height: 40px;
    background: #f9f9f9;
    border-bottom: 1px solid #ebebeb;
    width: 1000px;
    margin: auto
}

.hotnews .txtScroll-left {
    width: 560px;
    overflow: hidden;
    position: relative;
    float: left;
    height: 41px;
    padding-left: 10px;
}

.w1000 h3.lefttitle {
    width: 91px;
    height: 40px;
    background: url(news-ico.jpg) no-repeat;
    color: #fff;
    text-align: center;
    float: left;
    font-size: 14px;
}

.hotnews .txtScroll-left .btn {
    width: 41px;
    height: 22px;
    float: right;
    position: absolute;
    right: 0;
    top: 10px;
}

.hotnews .txtScroll-left .btn a {
    display: block;
    float: left;
    width: 20px;
    height: 22px;
    cursor: pointer;
}

.hotnews .txtScroll-left .bd {
    width: 500px;
}

.hotnews .txtScroll-left .infoList li {
    height: 40px;
    line-height: 42px;
}

.hotnews .txtScroll-left .infoList li a {
    color: #333;
}

.hotnews .txtScroll-left .infoList li a:hover {
    color: #d9251e;
    text-decoration: underline;
}

.hotnews .txtScroll-left .infoList li .date {
    float: right;
    color: #999;
}

.hotnews .fr {
    float: right;
    font-size: 14px;
    color: #555;
    background: url(phone.jpg) 0 13px no-repeat;
    padding-left: 25px;
}

.hotnews .fr span.cred {
    font-size: 18px;
    margin-left: 6px;
}

.content .ibox {
    width: 320px;
    line-height: 25px;
    float: left;
}

.content .ibox p {
    color: #555;
}

a.more {
    display: block;
    width: 100px;
    height: 23px;
    line-height: 23px;
    color: #555;
    background: url(i-more.png) no-repeat;
    padding-left: 10px;
    margin-top: 10px;
}

.content .ibox img {
    margin-bottom: 10px;
}

.content .ibox h3 a {
    font-size: 18px;
    font-weight: normal;
    margin: 8px 0 12px;
    display: block;
    color: #007edf;
}

.content .ibox a {
    color: #555;
}

.content .ibox a:hover {
    color: #d9251e;
    text-decoration: underline;
}

.content .ibox ul li {
    background: url(ilistyle.jpg) 0 10px no-repeat;
    padding-left: 15px;
}

.content .ibox.fr {
    background: url(tem.jpg) right 120px no-repeat;
}

.content .ibox.fr ul li {
    padding-left: 0;
    background: none;
}

.w1000.content {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

.iproduct {
    padding: 20px 0;
    margin-bottom: 20px;
}

.iproduct h3 {
    margin: 8px 0 12px;
}

.iproduct h3 a,
.iproduct h3.jbb {
    font-size: 18px;
    font-weight: normal;
    color: #007edf !important;
}

.iproduct h3 a:hover {
    color: #d9251e;
    text-decoration: underline;
}

.iproduct .ibox .li {}

.iproduct .ibox .con dl {
    margin-left: 30px;
    margin-top: 10px;
    margin-right: 10px;
    float: left;
    line-height: 27px;
    width: 270px;
}

.iproduct .ibox .con dl dt {
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.iproduct .ibox .con dl dd a {
    color: #b1d8f6;
    letter-spacing: 1px;
}

.iproduct .ibox .con dl dd a span {
    margin-right: 10px;
    font-family: "宋体";
}

.iproduct .ibox .con a.ckgd {
    color: #dbefff;
    margin-left: 30px;
    margin-top: 15px;
    line-height: 30px;
    width: 100px;
    text-align: center;
    border: 1px solid #006cbf;
    background: #006cbf;
    display: block;
    float: left;
}

.iproduct .ibox .con a.ckgd:hover {
    color: #007edf;
    background: #fff;
    border-color: #fff;
}

.iproduct .ibox .con dl dd a:hover {
    color: #fff;
    text-decoration: underline;
}

.Flink {
    height: 83px;
    background: url(flink.jpg) repeat-x;
    line-height: 83px;
}

.Flink a {
    color: #777;
    margin-left: 5px;
    margin-right: 15px;
}

.Flink a:hover {
    color: #007edf;
}

.bottom {
    padding: 20px 0;
    color: #555;
    background: #000;
    line-height: 24px;
}

.bottom a {
    color: #007edf;
}

.n-content {
    margin-top: 20px;
}

.n-content .left {
    width: 200px;
    float: left;
}

.left-menu {
    background: #fff;
    font-family: "Microsoft Yahei";
    border: 1px solid #eee;
    border-top: 3px solid #1898f2;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.left-menu dt {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #333;
    border-bottom: 1px solid #e8e8e8;
    text-align: center;
}

.left-menu .title {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #333;
    border-bottom: 1px solid #e8e8e8;
    text-align: center;
}

.left-menu dd {
    border-bottom: 1px dotted #ddd;
    background: url(case_icon.gif) 160px 15px no-repeat;
}

.ce>li {
    border-bottom: 1px dotted #ddd;
    background: url(case_icon.gif) 160px 15px no-repeat;
}

.ce a {
    height: 39px;
    line-height: 39px;
    color: #0184d9;
    display: block;
    padding-left: 10px;
}

.ce a span {
    margin-left: 80px;
}

.ce a:hover,
.ce.cur a {
    color: #1898f2;
}

.ce A:hover,
.ce .cur {
    background: #f8f8f8 url(case_icon_hover.gif) 160px 15px no-repeat;
}

.left-menu dd a span {
    margin-left: 80px;
}

.left-menu dd a:hover,
.left-menu dd.cur a {
    color: #1898f2;
}

.left-menu dd A:hover,
.left-menu dd.cur {
    background: #f8f8f8 url(case_icon_hover.gif) 160px 15px no-repeat;
}


/*.lev1{ display:none;}
.lev2{ display:none;}*/

.n-content .right {
    float: right;
    width: 780px;
    background: #fff;
    border: 1px solid #eee;
    padding-bottom: 30px;
    margin-bottom: 10px;
}

.n-content .left .contact {
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.n-content .left .contact img {
    margin-bottom: 0px;
    border: 1px solid #eee;
}

.n-content .left .contact a.xl,
.n-content .left .contact a.tx,
.n-content .left .contact a.kf {
    height: 40px;
    width: 148px;
    display: block;
    line-height: 40px;
    border: 1px solid #eee;
    border-bottom: none;
    color: #555;
    font-family: "Microsoft Yahei";
    padding-left: 50px;
}

.n-content .left .contact a.xl {
    background: url(xl.gif) no-repeat;
}

.n-content .left .contact a.tx {
    background: url(tx.gif) no-repeat;
}

.n-content .left .contact a.kf {
    background: url(kf.gif) no-repeat;
}

.n-content .left .contact a.xl:hover,
.n-content .left .contact a.tx:hover,
.n-content .left .contact a.kf:hover {
    color: #1898f2;
}

.n-content .right {
    width: 780px;
    overflow: hidden;
    float: right;
    font-family: "Microsoft Yahei";
}

.n-content .txtbox {
    margin: 20px;
    font-size: 14px;
    line-height: 30px;
    color: #555;
}

.n-content .txtbox h3.title {
    font-size: 16px;
    text-align: center;
    color: #333;
    line-height: 50px;
}

.n-content .txtbox h4.sub-title {
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    padding-bottom: 10px;
}

.n-content .txtbox a {
    font-weight: bold;
    color: #333;
}

.n-content .txtbox a:hover {
    color: red;
    text-decoration: underline;
}

.n-content .txtbox p {
    margin-bottom: 5px;
}

.n-content .txtbox img {
    max-width: 740px;
            text-indent: 0;
}

.n-content .txtbox h4 {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

.n-content .txtbox h4 span {
    margin-right: 20px;
}

.brnav {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 20px;
    height: 40px;
    line-height: 40px;
    color: #aaa;
    font-size: 12px;
    margin-left: 10px;
    margin-right: 10px;
}

.brnav a {
    font-weight: normal !important;
    color: #555;
}

.brnav a:hover {
    color: #1898f2;
    text-decoration: underline;
}

.new_list li {
    padding: 10px;
    border-bottom: 1px dotted #eee;
}

.new_list li h3 {
    margin-bottom: 8px;
    width: 575px;
    *margin-top: -20px;
}

.new_list li h3 a {
    font-size: 14px;
    color: #555;
    font-weight: bold;
    display: block;
}

.new_list li h3 a:hover {
    color: #1898f2;
    text-decoration: underline;
}

.new_list li img {
    width: 150px;
    margin-right: 20px;
    float: left;
}

.new_list li .date {
    background: #f0f0f0;
    color: #888;
    padding: 1px 5px;
}

.new_list li p {
    color: #777;
    font-size: 12px;
    margin-top: 8px;
    line-height: 24px;
}

.new_list li:hover {
    background: #f9f9f9;
    *background: none;
}

.new_list li:hover a {
    color: #1898f2;
}

#pages {
    padding: 5px 5px 5px 0;
    font-size: 12px;
    margin-top: 30px;
    text-align: center;
}

#pages a {
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #333;
    padding: 0 10px
}

#pages a.a1 {
    width: 56px;
    padding: 0
}

#pages a:hover {
    color: #000;
    text-decoration: none;
    border: 1px solid #4dace7;
}

#pages span {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    background: #4dace7;
    border: 1px solid #4dace7;
    color: #fff;
    text-align: center;
    padding: 0 10px;
    font-weight: bold;
}

.page {
    text-align: right;
    position: relative;
}

.page .noPage {
    display: inline-block;
    width: 56px;
    height: 22px;
    line-height: 22px;
    background: #ddd;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #a4a4a4;
}

.products li img {
    width: 150px !important;
}

.products li .more {
    display: block;
    float: right;
}

.right.lxwm ul {
    margin: 0 10px;
    font-size: 14px;
    color: #555;
}

.right.lxwm ul li {
    height: 40px;
    line-height: 40px;
    width: 370px;
}

.right.lxwm .dt {
    margin-top: 30px;
}

.right.lxwm table td {
    line-height: 50px;
    font-family: "Microsoft Yahei";
}

.right.lxwm table td input {
    border: 1px solid #eee;
    height: 30px;
    line-height: 30px;
    width: 230px;
    padding: 0 5px;
    color: #888;
}

.right.lxwm table td textarea {
    height: 150px;
    width: 400px;
    border: 1px solid #eee;
    padding: 3px 5px;
    color: #777;
    margin-top: 10px;
}

.right.lxwm table td a.btn {
    padding: 8px 20px;
    background: #4dace7;
    color: #fff;
}

.right.lxwm table td a:hover {
    background: #3092ce;
}

.pro_list {
    width: 758px;
    margin: 0 auto;
}

.pro_list li {
    width: 210px;
    text-align: center;
    float: left;
    margin: 5px 0 10px 32px;
}

.pro_list li img {
    height: 140px;
    width: 210px;
}

.pro_list li p {
    font-size: 12px;
    line-height: 25px;
    width: 210px;
    margin: 0 auto;
}

.pro_list li a {
    color: #555;
    display: block;
    line-height: 24px;
}

.pro_list li:hover p {
    background: #ddd;
}

.s-banner {
    height: 200px;
    background: #ddd;
}

.s-banner img {
    position: absolute;
    left: 50%;
    margin-left: -960px;
}


/*.newsbanner{ background:url(nesbanner.jpg) center center no-repeat;}
.companybanner{ background:url(companybanner.jpg) center center no-repeat;}
.prodbanner{ background:url(productbanner.jpg) center center no-repeat;}
.lxwmbanner{ background:url(lxwmbanner.jpg) center center no-repeat;}
.jsbanner{background:url(jsbanner.jpg) center center no-repeat;}
.jiaobanner{background:url(jiaobanner.jpg) center center no-repeat;}
.zsyzbanner{background:url(zsyzbanner.jpg) center center no-repeat;}*/

.erwema {
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.erwema img {
    margin: 0 0 20px 0;
}

.erwema p {
    text-align: center;
    font-size: 14px;
    width: 320px;
}

.code {
    background: url(code.jpg) no-repeat;
    padding-left: 70px;
    height: 70px
}

.er {
    display: none;
}

.thr {
    display: none;
}