@charset "utf-8";
/* CSS Document */

body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0}
* {
    margin: 0px auto;
    padding: 0px;
    list-style-type: none;
    border: none;
    text-decoration: none;
}
a{color:#737373;text-decoration:none;outline:none;blr:expression(this.onFocus=this.blur());}
a:hover{color:#cd0000;text-decoration:none;}:focus{outline:none;}
ol,ul,li{list-style-type:none;}

.clear {    clear: both;}
.weixin{position:fixed; width:145px; height:180px; top:300px; z-index:99;}
.top{
    width: 100%;
    height: 135px;
    background: url(topsd.jpg) center center repeat;
}
.toplogin{
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #d8d8d8;
}
.login1000{
    width: 1200px;
    height: 30px;
}
.loginleft{
    float: left;
    width: 1000px;

}
.loginright{
    float: left;
    width: 160px;
    height: 28px;
}
.loginright img{
    float: left;
}
.loginleft p{
    font-size: 12px;
    line-height: 28px;
    color: #666;
}
.loginright a{
    font-size: 12px;
    line-height: 28px;
    color: #666;

}
.toplogo{
    width: 1200px;
    height: 100px;
}
.logoleft{
    float: left;
    width: 880px;
    height: 100px;
    background: url(logo.png) 0px 10px no-repeat;
}
.logoright{
    float: left;
    width: 320px;
    height: 100px;
    background: url(phone.png) 0px 18px no-repeat;
}
.nav{
    width: 100%;
    height: 48px;
    background: url(navbg.jpg) repeat-x;
}
.nav1000{
    width: 1200px;
    height: 48px;
}
.nav1000 ul{
    text-decoration: none;
}
.nav1000 ul li{
    float: left;
    width: 171px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    font-size: 14px;
    font-weight: bold;
}
.nav1000 ul li a{
    color: #FFF;
}
#xieline{
    background: url(xieline.jpg) no-repeat;
}
#home{
    background: url(navli.jpg) center center no-repeat;
}
.banners{
    width: 100%;
    height: 397px;
}
#full-screen-slider {
    width: 100%;
    height:397px;
    float: left;
    position: relative;
}
#slides {
    display: block;
    width: 100%;
    height: 397px;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1;
}
#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: 370px;
    z-index: 11;
    padding: 5px 15px 5px 0;
    margin: 0
}
#pagination li {
    display: block;
    list-style: none;
    width: 10px;
    height: 10px;
    float: left;
    margin-left: 15px;
    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
}



.Keyword{
    width: 1200px;
    height: 30px;
}
.Keywordleft{
    float: left;
    width: 720px;
    height: 30px;
}
.Keywordright{
    float: left;
    width: 283px;
    height: 30px;
}
#jiacu{
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
}
#xiaop{
    font-size: 12px;
    line-height: 30px;
}
div#container {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
div.examples_body {
    width: 1003px;
    margin: 50px auto 0 auto;
    clear: both;
    overflow: hidden;
    position: relative;
}


/* The main banner unordered list */
.bannerHolder {
    width: 1003px;
    margin: 0px 0 0px 0;
    padding: 0px 10px 20px 10px;
    overflow: hidden;
    /* CSS3 rounded corners */
    -moz-border-radius:12px;
    -webkit-border-radius:12px;
    border-radius:12px;
}

/* Hiding the bullets of the li elements: */
.bannerHolder li {
    list-style: none;
    display: inline;
}

/* The banner divs */
.banner {
    width: 280px;
    height: 280px;
    position: relative;
    overflow: hidden;
    float: left;
    display: inline;
    margin: 0 10px
}

/* The banner divs */
.banner img {
    display: block;
    border: none;
}

/* The dark animated divs */
.banner div {
    position: absolute;
    z-index: 100;
    background-color: #0e57a4;
    width: 60px;
    height: 60px;
    cursor: pointer;

    /*	Setting a really big value for border-radius
        will make the divs perfect circles */
    -moz-border-radius:200px;
    -webkit-border-radius:200px;
    border-radius:200px;
}

/*	Positioning the animated divs outside the
	corners of the visible banner area: */
.banner .cornerTL { left:-63px; top:-63px; }
.banner .cornerTR { right:-63px; top:-63px; }
.banner .cornerBL { left:-63px; bottom:-63px; }
.banner .cornerBR { right:-63px; bottom:-63px; }

/* The "Visit Company" text */
.banner p {
    width: 100%;
    left: 0;
    top: 120px;
    z-index: 200;
    position: absolute;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    display: none;	/* hidden by default */
}
.case{
    margin-top: 20px;
    width: 100%;
    height: 375px;
    background: #0e57a4;
}
.caseh2{
    width: 1003px;
    height: 100px;
    background: url(case.jpg) 0px 45px no-repeat;
}
.caseh2 h2{
    padding-top:60px;
    margin-left: 50%;
    font: Arial, Helvetica, sans-serif;
}
#white{
    color: #FFF;
}
#demo{
    margin-top: 20px;
    width:1200px;
    overflow:hidden;
}
.demolist{
    margin-right: 12px;
    width:248px;
    text-align:center;
    float:left;
}
.demolist img{
    width: 248px;
    height: 190px;
}
.demolist a{
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}
.Moddleone{
    margin-top: 15px;
    width: 1200px;
    overflow:hidden;

}
.Moddleleft{
    float: left;
    width: 210px;
    overflow:hidden;
    border: 3px solid #0e57a4;
}
.Moddleleft h2{
    width: 210px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #FFF;
    background: url(prh2.jpg) no-repeat;
}
.Moddleleft h3{
    margin-top: 10px;
    width: 190px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    background: url(pdul.jpg) no-repeat;

    margin-left: 12px;
}
.Moddleleft ul{
    text-decoration: none;
    width: 160px;
    height: auto;
}
.Moddleleft ul li{
    font-size: 12px;
    padding-left: 18px;
    width: 160px;
    height: 30px;
    line-height: 30px;
    background: url(proli.jpg) 0px 6px no-repeat;
    margin-left: 15px;
}
.Moddleleft ul li a{
    color: #666;
}
#biaozhu{
    color: #000;
}
.Mph2{
    width: 960px;
    height: 49px;
    background: url(proh2bg.jpg) no-repeat;
}
.Mph2 h2{
    float: left;
    font-size: 16px;
    line-height: 25px;
}
.Mph2 a{
    float: right;
    line-height: 30px;
    color: #333;
    margin-right: 15px;
}
.Moddleright{
    float: right;
    width: 960px;
}
.Moddleright H6{font-size: 14px;line-height: 50px;color: #0e57a4;}
.Moddleright ul{
    text-decoration: none;
}
.Moddleright ul li{
    margin-right: 8px;
    margin-top: 8px;
    float: left;
    width: 232px;
    height: 218px;
}
.Moddleright ul li img{
    width: 230px;
    height: 188px;

}
.Moddleright ul li a{
    color: #333;

}
.Moddleright ul li p{
    text-align: center;
    line-height: 30px;
    color: #333;
    font-size: 12px;
}
.Moddletwobanner{
    margin-top: 5px;
    width: 100%;
    height: 160px;
    background: url(xiliebanner.jpg) center center no-repeat;
}
.changxia{
    width: 1003px;
    height: 500px;
}
.changleft{
    float: left;
    width: 600px;
    height: 500px;
    background: url(conxilie.jpg) no-repeat;
}
.changright{
    float: left;
    width: 403px;
    height: 500px;
}
.changone{
    margin-top: 30px;
    width: 380px;
    height: 130px;
}
.changone h3{
    font-size: 16px;
    line-height: 40px;
    padding-left: 30px;
    color: #0e57a4;
}
#bianhao01{
    background: url(01.jpg) 10px 10px no-repeat;
}
#bianhao02{
    background: url(2.jpg) 10px 10px no-repeat;
}

#bianhao03{
    background: url(03.jpg) 10px 10px no-repeat;
}
.grWidth{width: 1200px; /*! margin: 0 auto; */position: relative;height: 600px;/*! display: block; */}
.changone p{
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    line-height: 25px;
}
.Mone{
    width: 1200px;
    height: 340px;
    /*! background: url(lineone.jpg) top center no-repeat; */
    /*! float: left; */
}
.Moneleft{
    float: left;
    width: 460px;
    height: 340px;
    background: url(adone.jpg) 40px 30px no-repeat;
}
.Moneright{
    float: left;
    width: 543px;
    height: 300px;
}
.Mtop{
    margin-top: 55px;
    width: 500px;
    height: 80px;
    border-bottom: 1px solid #999;
    background: url(biaotione.jpg) 0px 0px no-repeat;
}
.Mtop h2{
    margin-left: 80px;
    color: #0e57a4;
    line-height: 30px;
}
.Moneright ul{
    margin-top: 10px;
    text-decoration: none;
}
.Moneright ul li{
    padding-left: 15px;
    width: 390px;
    /*! height: 30px; */
    line-height: 30px;
    background: url(dian.jpg) 0px 10px no-repeat;
}
.Mtwo{
    width: 1003px;
    height: 300px;
    background: url(longline.jpg) top center no-repeat;
}
.Mtwoleft{
    float: right;
    width: 520px;
    height: 300px;
}
.Mtworight{
    float: left;
    width: 483px;
    height: 300px;
    background: url(adtwo.jpg) 10px 50px no-repeat;
}
.MTtop{
    margin-top: 55px;
    width: 500px;
    height: 79px;
    border-bottom: 1px solid #999;
    background: url(biaotitwo.jpg) no-repeat;
}
.MTtop h2{
    margin-left: 80px;
    color: #0e51a4;
    line-height: 30px;
}
.Mtwoleft ul{
    margin-top: 10px;
    text-decoration: none;

}
.Mtwoleft ul li{
    padding-left: 15px;
    width: 390px;
    height: 30px;
    line-height: 30px;
    background: url(dian.jpg) 0px 10px no-repeat;
}
.Mthree{
    width: 1003px;
    height: 310px;
    background: url(lineone.jpg) top center no-repeat;
}
.Mthreeleft{
    float: left;
    width: 460px;
    height: 310px;
    background: url(adthree.jpg) 10px 35px no-repeat;
}
.Mthreeright{
    float: left;
    width: 543px;
    height: 300px;
}
.MThop{
    margin-top: 50px;
    width: 500px;
    height: 80px;
    border-bottom: 1px solid #999;
    background: url(biaotithree.jpg) 0px 0px no-repeat;
}
.MThop h2{
    margin-left: 80px;
    color: #0e57a4;
    line-height: 30px;
}
.Mthreeright ul{
    margin-top: 10px;
    text-decoration: none;
}
.Mthreeright ul li{
    padding-left: 15px;
    width: 390px;
    height: 30px;
    line-height: 30px;
    background: url(dian.jpg) 0px 10px no-repeat;
}
.Mfour{
    width: 1003px;
    height: 340px;
    background: url(longline.jpg) top center no-repeat;
}
.Mfourleft{
    float: right;
    width: 500px;
    height: 300px;

}
.Mftop{
    margin-top: 50px;
    width: 500px;
    height: 80px;
    border-bottom: 1px solid #999;
    background: url(biaotifour.jpg) 0px 0px no-repeat;
}
.Mftop h2{
    margin-left: 80px;
    color: #0e57a4;
    line-height: 30px;
}
.Mfourleft ul{
    margin-top: 10px;
    text-decoration: none;

}
.Mfourleft ul li{
    padding-left: 15px;
    width: 390px;
    height: 30px;
    line-height: 30px;
    background: url(dian.jpg) 0px 10px no-repeat;
}

.Mfourright{
    float: left;
    width: 503px;
    height: 340px;
    background: url(adfour.jpg) 10px 40px no-repeat;
}
.Modbanner{
    width: 1003px;
    height: 128px;
    background: url(xiaoban.jpg) no-repeat;
}
.shengbao{
    width: 1200px;
    height: 80px;
    background: url(ke.jpg) 0px 53px no-repeat;
}
.shengbao p{
    text-align: center;
    font-size: 24px;
    color: #333;
    line-height: 80px;
}
.company{
    margin-top: 10px;
    width: 1200px;
    height: 380px;

}
.company-left{
    float: left;
    width: 500px;
    height: 350px;
}
.company-left img{
    margin: 10px auto auto 0px;
    padding: 4px;
    border: 1px solid #d6d0d2;
}
.company-right{
    float: right;
    width: 700px;
    height: 350px;
}
.comword{
    width: 658px;
    height: 200px;
}
.comword h2{
    font-size: 14px;
    color: #333;
    line-height: 30px;
}
.comword p{
    font-size: 14px;
    color: #666;
    line-height: 30px;
    text-indent: 2em;
}
.companyimg img{
    float: left;
    margin: 10px 0px auto 0px;
    padding: 4px;
}
.honor{
    margin-top: 15px;
    width: 1003px;
    height: 50px;
}
.honor h2{
    padding-left: 10px;
    float: left;
    width: 200px;
    font-size: 18px;
    line-height: 50px;
    height: 50px;
    background: url(honnor.jpg) no-repeat;
}
.honor a{
    float: right;
    margin-right: 20px;
    margin-top: 15px;
}
.honorimg{
    width: 1003px;
    height: 175px;
}
.honorimg ul{
    text-decoration: none;
}
.honorimg ul li{
    float: left;
    width: 250px;
    height: 175px;
    text-align: center;

}
.honorimg ul li img{
    margin-top: 12px;
    width: 215px;
    height: 140px;
    padding: 4px;
    border: 1px solid #cccccc;
}
.Moddlenews{
    width: 1003px;
    height: 330px;
}
.know{
    margin-right: 30px;
    float: left;
    width: 263px;
    height: 330px;
}
.knowh2{
    width: 263px;
    height: 32px;
    border-bottom: 1px solid #dbd9d9;
}
.knowh2 h2{
    float: left;
    padding-left: 8px;
    width: 90px;
    height: 31px;
    font-size: 14px;
    line-height: 31px;
    color: #FFF;
    background: url(h2.jpg)  no-repeat;
}
.knowh2 a{
    margin-top: 12px;
    float: right;

}
.know ul{
    text-decoration: none;
}
.know ul li{
    padding-left: 8px;
    font-size: 13px;
    line-height: 30px;
    color: #666;
    background: url(knowli.jpg) 2px 12px no-repeat;
}
.know ul li a{
    color: #333;
}
.knowimg{
    margin-top: 5px;
    margin-left: 10px;
}
.news{
    margin-right: 30px;
    float: left;
    width: 390px;
    height: 330px;
}
.newsh2{
    width: 390px;
    height: 32px;
    border-bottom: 1px solid #dbd9d9;
}
.newsh2 h2{
    float: left;
    padding-left: 8px;
    width: 90px;
    height: 31px;
    font-size: 14px;
    line-height: 31px;
    color: #FFF;
    background: url(h2.jpg)  no-repeat;
}
.newsh2 a{
    margin-top: 12px;
    float: right;
}
.newimg{
    margin-top: 5px;
    width: 390px;
    height: 110px;
}
.newimg img{
    float: left;
    margin-right: 5px;
}
.newimg h2{
    font-size: 14px;
    line-height: 25px;
}
.newimg p{
    font-size: 13px;
    line-height: 25px;
}
.news ul{
    text-decoration: none;

}
.news ul li{
    padding-left: 10px;
    font-size: 13px;
    line-height: 30px;
    color: #666;
}
.news ul li a{
    float: left;
    color: #333;
}
.news ul li span{
    margin-right: 5px;
    float: right;
}

.canshu{
    float: left;
    width: 290px;
    height: 330px;
}
.canshuh2{
    width: 290px;
    height: 32px;
    border-bottom: 1px solid #dbd9d9;

}
.canshuh2 h2{
    float: left;
    padding-left: 8px;
    width: 90px;
    height: 31px;
    font-size: 14px;
    line-height: 31px;
    color: #FFF;
    background: url(h2.jpg)  no-repeat;
}
.canshu ul{
    text-decoration: none;
}
.canshu ul li{
    padding-left: 10px;
    font-size: 13px;
    width: 270px;
    height: 30px;
    line-height: 30px;
    color: #666;
    background: url(knowli.jpg) 2px 12px no-repeat;
}
.canshuh2 a{
    float: right;
    margin-top: 10px;
    margin-right: 5px;
}
.canshu ul li a{
    float: left;
    color: #333;
}
.canshu ul li span{
    margin-right: 5px;
    float: right;
}
.link{
    margin-top: 10px;
    width: 1003px;
    height: 40px;
    border-bottom: 1px solid #bdbdbd;
}
.link h2{
    font-size: 18px;
    color: #272f00;
    line-height: 40px;
}
.seo{
    width: 1003px;
    height: auto;
}
.seo a{
    font-size: 12px;
    color: #999;
    line-height: 28px;
    margin-left: 5px;
    margin-right: 5px;
}
.foot{
    width: 100%;
    height: 245px;
    background: #0e57a4;
}
.foot a{color: white;}
.footul{
    padding-top: 30px;
    width: 930px;
    height: 150px;

}

.footul ul{
    width: 1200px;
    text-decoration: none;
}
.footul ul li{
    float: left;
    margin-right: 5px;
    font-size: 12px;
    line-height: 30px;
    color: #FFF;

    width: 67px;
    text-align: center;
}.footul ul li a{
     color: #FFF;
 }
.footul p{
    text-align: center;
    font-size: 12px;
    line-height: 28px;
    color: #c8c8c8;
    margin-top: 15px;
}
.wmdfw {height: 655px;}
.wmdfw h1{ text-align: center;margin-top: 20px;}
/*------------------------------------------------------*/
.contain {
    margin-top: 10px;
    width: 1200px;
    height: auto;
}

.contain-right {
    float: right;
    width: 960px;
    height: auto;
    overflow: hidden;
}
.contain-right p {
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    color: #333;
    line-height: 28px;
    text-indent: 2em;
}
#concolor {
    font-size: 14px;
    color: #646663;
}
.diao {
    width: 250px;
    height: auto;
}
.diao h2 {
    padding-left: 20PX;
    width: 240px;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
    color: #FFF;
    background: url(conh2.jpg) no-repeat;
}
.diao ul {
    text-decoration: none;
}
.diao ul li {
    margin-top: 10px;
    padding-left: 30px;
    width: 200px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    font-weight: bold;
    background: #e4e4e4 url(js.png) no-repeat;
}
.diao ul li a {
    color: #646663;
}
.contacta{
    width: 250px;
    height: auto;
}
.contacta h2{
    padding-left: 30px;
    width: 240px;
    height: 35px;
    font-size: 16px;
    color: #FFF;
    line-height: 35px;
}
.contacta ul{
    margin-top: 10px;
    text-decoration: none;
}
.contacta ul li{
    padding-left: 20px;
    width: 210px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
}
.caseh2 h2{
    float: left;
    padding-left: 50px;
    line-height: 30px;
    color: #333;
}
.contain-right h2 {
    width: 950px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    color: #0e57a4;
    border-bottom: 1px dashed #206709;
}
#concolor {
    font-size: 14px;
    color: #646663;
}
.newslist {
    text-decoration: none;
    width: 960px;
}
.newslist li {
    padding-left: 20px;
    font-size: 14px;
    line-height: 50px;
    border-bottom: 1px solid #e9e9e9;
    background: url(newli.jpg) 0px 15px no-repeat;
}
.newslist li a {
    color: #40423f;
}
.newslist li span {
    margin-right: 60px;
    float: right;
}
#page {
    line-height: 24px;
    text-align: center;
    margin: 15px 2px 2px;
    padding: 2px;
    background: #f5f5f5;
    font-size: 12px;
    clear: both;
}
.caseflist {
    padding: 15px 9px;
    overflow: hidden;
}
.caselistt {
    margin-top: 10px;
    height: 210px;
    float: left;
    width: 240px;
}
.caselistt_pic {
    text-align: center;
    height: 165px;
}
.caselistt_pic img {
    width: 230px;
    height: 165px;
    border: 1px solid #bcbcbc;
}
.caselistt_name {
    text-align: center;
    line-height: 45px;
}
.caselistt_name a {
    color: #333;
}
.caselistt_name a:hover {
    color: #CCCC00;
}

.contact{
    margin-top: 20px;
    width: 220px;
    height: 350px;
    border: 1px solid #d4d4d4;
    background: #FFF;
}
.contact h2{
    padding-left: 30px;
    width: 190px;
    height: 80px;
    font-size: 26px;
    color: #FFF;
    line-height: 80px;
    background: #4b96d0;
}
.contact ul{
    margin-top: 10px;
    text-decoration: none;
    background: url(KJ.jpg) 0px 50px no-repeat;
}
.contact ul li{
    padding-left: 20px;
    width: 210px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
}
.one-left{
    float: left;
    width: 206px;
    height: auto;
    border-bottom: 1px solid #dadada;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;


}
.one-left h2{
    width: 192px;
    height: 50px;
    font-size: 20px;
    color: #FFF;
    line-height: 50px;
    padding-left: 15px;
    background: url(prh2.jpg) no-repeat;
}
.one-left ul{
    text-decoration: none;
    margin-bottom: 20px;
}
.one-left ul li{
    padding-left: 35px;
    line-height: 35px;
    margin-top: 5px;
    width: 206px;
    height: 35px;
    background: url(pdul.jpg) 2px 0px no-repeat;
}
.one-left ul li a{
    font-size: 13px;
    color: #666;
}




.one-lefts{
    float: left;
    width: 206px;
    height: auto;
    border-bottom: 1px solid #dadada;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;


}
.one-lefts h2{
    width: 192px;
    height: 60px;
    font-size: 20px;
    color: #FFF;
    line-height: 60px;
    padding-left: 15px;
    background: #0e57a4;
}
.one-lefts ul{
    text-decoration: none;
    margin-bottom: 20px;
}
.one-lefts ul li{
    margin-top: 10px;
    width: 200px;
    height: 160px;
    border: 1px solid #CCC;
}
.one-lefts ul li img{
    width: 200px;
    height: 140px;
}




.right_contnet{
    margin-top: 20px;


}



.caselistts {
    margin-top: 10px;
    height: 190px;
    float: left;
    width: 240px;
}
.caselistt_pics {
    text-align: center;
    height: 126px;
}
.caselistt_pics img {
    width: 230px;
    height: 190px;
    border: 1px solid #bcbcbc;
}

.ads{
    background: url(ad.png) no-repeat;
}
.mea{
    background: url(mea.png) no-repeat;
}
.tel{
    background: url(tel.png) no-repeat;
}
.teph{
    background: url(psh.png) no-repeat;
}
.e-mail{

    background: url(chan.png) no-repeat;
}
.inet{
    background: url(ine.png) no-repeat;
}
.contactss p{
    padding-left: 20px;
    line-height: 35px;
}
.contactss{
    margin-bottom: 20px;
}
.contactss h2{
    color: #666;
    font-size: 16px;
    background: url(coh2.jpg) 10px 0px no-repeat;


}
.right_content,p,span,{ font-size:14px; line-height:30px;}



@charset "utf-8";
/*  涓夊ぇ鐞嗙敱 */
.odds{background:url(odds_bg.jpg) no-repeat center top;font-size:14px;color:#fff;padding-top:305px;margin-bottom:70px;width: 100%;height: 970px;}
.oddsFont h3{font-size:30px;color:#fff;font-weight:normal;margin-bottom:20px;}
.oddsFont h3 span{display:block;font-family:Arial;font-size:14px;color:##c9caca;}
.oddsFont p{margin-bottom:8px;line-height:20px;}
.oddsFont .more{display:inline-block;width:90px;height:25px;text-align:center;color:#fff;background:#6b9bda;font-size:12px;border-radius:3px;line-height:25px;margin-top:15px;}
.oddsFont .more:hover{background:#333;}
.oddsFont{width:482px;padding-left:55px;}
.odds1{height:270px;margin-bottom:65px;position: relative;left: -188px;}
.odds2{height:285px;margin-bottom:50px;padding-left:495px;}
.odds3{height:245px;position: relative;left: -185px;}
.odds .phone{text-align:center;margin-top:20px;}
.odds .phone span{background:url(../images/p_icon3.png) no-repeat left center;color:#0071d0;display:inline-block;text-align:left;}
.odds .phone span strong{font-size:30px;font-family:Arial;font-weight:normal;}


.ad {
    MARGIN: 12px auto 0px; WIDTH: 1200px; OVERFLOW: hidden
}
.ad .a_img {
    WIDTH: 960px
}

.new {
    MARGIN-TOP: 12px
}
.new_left {
    /*! BORDER-BOTTOM: #dbdbdb 1px solid; */ /*! BORDER-LEFT: #dbdbdb 1px solid; */ PADDING-BOTTOM: 10px; PADDING-LEFT: 0px; WIDTH: 875px; PADDING-RIGHT: 0px; BACKGROUND: #fff; FLOAT: left; /*! BORDER-TOP: #dbdbdb 1px solid; */ /*! BORDER-RIGHT: #dbdbdb 1px solid; */ PADDING-TOP: 0px;
    border: #dbdbdb 1px solid;
}
.new_content DL {
    BORDER-BOTTOM: #e5e5e5 1px solid; PADDING-BOTTOM: 20px; MARGIN: 20px 28px 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline; FLOAT: left; PADDING-TOP: 0px
}
.new_content DL DT {
    FLOAT: left
}
.new_content DL DD {
    PADDING-BOTTOM: 0px; LINE-HEIGHT: 31px; PADDING-LEFT: 40px; WIDTH: 600px; PADDING-RIGHT: 0px; FLOAT: left; COLOR: #333; PADDING-TOP: 0px
}
.new_content DL P {
    HEIGHT: 82px; OVERFLOW: hidden
}
.new_content DL DT A IMG {
    BORDER-BOTTOM: #cacaca 1px solid; BORDER-LEFT: #cacaca 1px solid; PADDING-BOTTOM: 1px; PADDING-LEFT: 1px; WIDTH: 174px; PADDING-RIGHT: 1px; HEIGHT: 144px; BORDER-TOP: #cacaca 1px solid; BORDER-RIGHT: #cacaca 1px solid; PADDING-TOP: 1px
}
.new_content DL DD H4 A {
    LINE-HEIGHT: 24px
}
.new_content UL {

}
.new_content UL LI {
    LINE-HEIGHT: 30px; TEXT-INDENT: 8px; WIDTH: 367px; DISPLAY: inline; BACKGROUND: url('../images/i_news_li_w3_h3.gif') no-repeat left center; FLOAT: left; /*! HEIGHT: 30px; */ COLOR: #5c6164; OVERFLOW: hidden; margin-left:30px; margin-right:40px; /*! margin-top:0px; */ /*! margin-bottom:0px; */
    /*! line-height: 26px; */
    margin-top: 10px;
}
.new_right {
    /*! BORDER-BOTTOM: #dbdbdb 1px solid; */ /*! BORDER-LEFT: #dbdbdb 1px solid; */ WIDTH: 300px; BACKGROUND: #fff; FLOAT: right; /*! BORDER-TOP: #dbdbdb 1px solid; */ /*! BORDER-RIGHT: #dbdbdb 1px solid */
    border: #dbdbdb 1px solid;
    /*! line-height: 79px; */
}
.new_right UL.question {
    POSITION: relative; PADDING-BOTTOM: 8px; LINE-HEIGHT: 28px; PADDING-LEFT: 8px; PADDING-RIGHT: 8px; HEIGHT: 426px; OVERFLOW: hidden; PADDING-TOP: 8px
}
.new_right UL.question LI DL DT {
    TEXT-INDENT: 24px; BACKGROUND: url('../images/i_question_w20_h_20.gif') no-repeat left center;
}
.new_right UL.question LI DL DD {
    BORDER-BOTTOM: 1px dotted #e0e0e0; TEXT-INDENT: 24px; BACKGROUND: url('../images/i_answer_w_20_h_20.gif') no-repeat left 4px;
}





.customer {

}
.customer_left {
    BORDER-BOTTOM: #dbdbdb 1px solid; BORDER-LEFT: #dbdbdb 1px solid; WIDTH: 693px; BACKGROUND: #fff; FLOAT: left; BORDER-TOP: #dbdbdb 1px solid; BORDER-RIGHT: #dbdbdb 1px solid
}
.i_c_l_top_a {
    MARGIN: 0px 0px 0px 18px; FLOAT: left;
    margin-top: 20px;
    /*! font-size: ; */
    font-weight: bold;
    font-size: 18px;
}
.morea {
    BACKGROUND: url('images/more.gif') no-repeat left center; FLOAT: right; HEIGHT: 40px; margin-left:0px; margin-right:12px; margin-top:0px; margin-bottom:0px
}
.morea A {
    WIDTH: 44px; DISPLAY: block; HEIGHT: 34px
}
.customer_left DL {
    BORDER-BOTTOM: #e5e5e5 1px dotted; PADDING-BOTTOM: 20px; PADDING-LEFT: 20px; PADDING-RIGHT: 20px; FLOAT: left; PADDING-TOP: 20px
}
.customer_left DL DT {
    FLOAT: left
}
.customer_left DL DD {
    PADDING-BOTTOM: 0px; LINE-HEIGHT: 20px; PADDING-LEFT: 20px; WIDTH: 430px; PADDING-RIGHT: 0px; FLOAT: left; COLOR: #333; PADDING-TOP: 0px
}
.customer_left DL DD P {
    HEIGHT: 100px; OVERFLOW: hidden
}
.customer_left DL DT A IMG {
    BORDER-BOTTOM: #cacaca 1px solid; BORDER-LEFT: #cacaca 1px solid; PADDING-BOTTOM: 1px; PADDING-LEFT: 1px; WIDTH: 174px; PADDING-RIGHT: 1px; HEIGHT: 144px; BORDER-TOP: #cacaca 1px solid; BORDER-RIGHT: #cacaca 1px solid; PADDING-TOP: 1px
}
.customer_left DL DD H4 A {
    LINE-HEIGHT: 24px
}
.customer_right {
    BORDER-BOTTOM: #dbdbdb 1px solid; BORDER-LEFT: #dbdbdb 1px solid; PADDING-BOTTOM: 5px; PADDING-LEFT: 0px; WIDTH: 256px; PADDING-RIGHT: 0px; BACKGROUND: #fff; FLOAT: right; BORDER-TOP: #dbdbdb 1px solid; BORDER-RIGHT: #dbdbdb 1px solid; PADDING-TOP: 0px; _padding: 0 0 0 0
}
.customer_right DL {
    TEXT-ALIGN: center; PADDING-BOTTOM: 10px; PADDING-LEFT: 10px; PADDING-RIGHT: 10px; PADDING-TOP: 10px
}
.company_right DL {
    TEXT-ALIGN: center; PADDING-BOTTOM: 10px; PADDING-LEFT: 10px; PADDING-RIGHT: 10px; PADDING-TOP: 10px
}
.customer_right DL DD {
    LINE-HEIGHT: 26px; MARGIN: 4px 0px 0px; BACKGROUND: #ebebeb; HEIGHT: 26px
}
.company_right DL DD {
    LINE-HEIGHT: 26px; MARGIN: 4px 0px 0px; BACKGROUND: #ebebeb; HEIGHT: 26px
}
.customer_right DL DT A IMG {
    HEIGHT: 142px
}
.company_right DL DT A IMG {
    HEIGHT: 142px}
.xwlb  li{float: left;
width: 480px;
height: 38px;
line-height: 38px;}
.contain-right h3{ margin-top:20px;line-height: 50px;}
.xwlb1 li { width:240px; float:left;height: 237px;text-align: center;}
.xwlb1 li img{ width:230px; margin: 0 auto;height: 174px;}
.xwlb1 li span{ text-align:center; line-height:45px;/*! width: 180px; */}