﻿/*common start*/

body,
div,
ul,
li,
a,
img,
p,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
span,
strong,
input {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border: 0;
    list-style: none;
}

body {
    font-size: 12px;
    font-family: ' ';
    color: #333;
}

a {
    color: #333;
}

a:hover {
    color: #f60;
    text-decoration: underline;
}

p {
    line-height: 1.8em;
    padding: 5px 0;
}

.clear {
    margin: 0;
    padding: 0;
    font-size: 0;
    clear: both;
}

.wapper {
    width: 1200px;
    margin: 0 auto;
}

.header {
    position: relative;
    z-index: 66;
}

.header .topbg {
    background: #e8e8e8;
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: right;
}

.header .top {
    width: 1250px;
}

.header .top a {
    color: #000;
}

.header .head {
    height: 89px;
    width: 1200px;
}

.header .head .logo {
    float: left;
    margin-top: 10px;
}


/*menu*/

.menu {
    height: 70px;
    line-height: 70px;
    float: right;
    margin-top: 15px;
}

.menu ul li {
    float: left;
    width: 105px;
    position: relative;
	left:18px;
}

.menu ul li .list {
    background: #fff;
    width: 465px;
    position: absolute;
    left: -180px;
    top: 70px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    padding: 10px 0px;
    display: block;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    display: none;
}

.menu ul li dl {
    float: left;
    width: 105px;
    text-align: center;
}

.menu ul li dl dd {
    line-height: 38px;
    border-bottom: #ddd dotted 1px;
    margin: 0 10px;
}

.menu ul li dl dd a {
    font-size: 12px;
    color: #497EC0;
    font-weight: normal;
    display: inline;
    padding: 0;
    text-align: left;
}

.menu ul li dl dd a:hover {
    color: #f60;
}

.menu ul li .list .txt {
    float: left;
    width: 280px;
    padding-left: 20px;
    border-left: 1px solid #ccc;
}

.menu ul li .list .txt img {
    width: 280px;
    height: 110px;
}

.menu ul li .list .txt strong {
    display: block;
    color: #497EC0;
    font-size: 16px;
    height: 25px;
    line-height: 25px;
}

.menu ul li .list .txt p {
    display: block;
}

.menu ul li .list1 {
    background: #fff;
    width: 840px;
    position: absolute;
    left: -735px;
    top: 70px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    padding: 10px 0px;
    display: block;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    display: none;
}

.menu ul li dl.cn1 {
    width: 210px;
    text-align: left;
    border-right: 1px solid #ccc;
}

.menu ul li .list1 .txt1 {
    float: left;
    padding-left: 20px;
}

.menu ul li .list1 .txt1 img {
    width: 113px;
    height: 113px;
}

.menu ul li .list1 .txt2 {
    float: left;
    width: 400px;
    height: 234px;
    padding-left: 20px;
    border-left: 1px solid #ccc;
    margin-left: 20px;
}

.menu ul li .list2 {
    background: #fff;
    width: 840px;
    position: absolute;
    left: -210px;
    top: 70px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    padding: 10px 0px;
    display: block;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    display: none;
}

.menu ul li .list2 .txt {
    float: left;
    width: 280px;
    padding-left: 20px;
}

.menu ul li .list2 .txt img {
    width: 280px;
    height: 110px;
}

.menu ul li .list2 .txt strong {
    display: block;
    color: #497EC0;
    font-size: 16px;
    height: 25px;
    line-height: 25px;
}

.menu ul li .list2 .txt p {
    display: block;
}

.menu ul li dl.cn2 {
    padding-right: 20px;
    width: auto;
    text-align: left;
    margin: 0px;
}

.menu ul li dl.cn2 dt {
    border-bottom: #ddd dotted 1px;
    font-size: 14px;
    color: #497EC0;
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
    font-weight: bold;
}

.menu ul li dl.cn2 dd.tt {
    height: 25px;
    line-height: 25px;
    margin-right: 0px;
}

.menu ul li dl.cn2 dd {
    line-height: 25px;
    margin-right: 0px;
    border-bottom: none;
}

.menu a {
    font-size: 17px;
    text-decoration: none;
    font-weight: bold;
    display: block;
    text-align: center;
}

.header .tel {
    float: right;
    background: url(../images/tel.png) left center no-repeat;
    color: #515567;
    font-size: 18px;
    padding-left: 35px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin-top: 30px;
    font-style: italic;
}


/*banner_02*/

.banner_02 {
    height: 400px;
    overflow: hidden;
}

.banner_02 #banner_02_con {
    display: none;
}

.con1bg {
    border-bottom: 0px solid #ccc;
    height: 30px;
}

.con1 {
    height: 50px;
    overflow: hidden;
}

.con1 h2 {
    background: url(../images/laba.png) 80px center no-repeat;
    float: left;
    border-right: 1px solid #ccc;
    line-height: 20px;
    color: #000;
    font-size: 14px;
    padding-top: 5px;
    width: 120px;
    height: 45px;
    padding-right: 20px;
	margin-left:10px;
}


/*scroll_01*/

.scroll_01 {
    float: right;
    width: 860px;
}

.scroll_01 .bd li {
    float: left;
    height: 50px;
    line-height: 50px;
    margin-right: 20px;
}

#leftMarquee .infoList li {
    width: auto !important;
    text-align: left;
}

#leftMarquee .infoList li a {}

.infoList li {
    height: 24px;
    line-height: 24px;
    text-align: left;
    width: auto !important;
}

.infoList li .date {
    float: right;
    color: #999;
}

.leftLoop {
    overflow: hidden;
    position: relative;
}

.leftLoop .hd {
    overflow: hidden;
    height: 30px;
    background: #f4f4f4;
}

.leftLoop .hd .prev,
.leftLoop .hd .next {
    display: block;
    width: 5px;
    height: 9px;
    line-height: 10px;
    float: right;
    margin-right: 10px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url("images/icoLeft.gif") no-repeat;
}

.leftLoop .hd .next {
    background: url("images/icoRight.gif") no-repeat;
}

.leftLoop .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
}

.leftLoop .hd ul li {
    position: relative;
    _display: inline;
    float: left;
    width: 10px;
    height: 10px;
    overflow: hidden;
    background: #ccc;
    margin-right: 10px;
    text-indent: -999px;
    cursor: pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    behavior: url(../PIE.htc);
}

.leftLoop .hd ul li.on {
    background: #f00;
}

.leftLoop .bd {
    padding: 10px;
}

.leftLoop .bd ul {
    overflow: hidden;
    zoom: 1;
}

.leftLoop .bd ul li {
    margin: 0 10px;
    text-align: center;
    float: left;
    _display: inline;
}

.con2 {
    margin-top: 20px;
    overflow: hidden;
}

.con2 h2 {
    height: 29px;
    line-height: 29px;
    border-bottom: 1px solid #CDCDCD;
	width:1180px;
	margin-left:10px;
}

.con2 h2 strong {
    float: left;
    border-bottom: 2px solid #497EC0;
    display: block;
    color: #497EC0;
    font-size: 16px;
}

.con2 h2 b {
    float: left;
    font-weight: normal;
    color: #888;
    font-size: 14px;
}

.con2 h2 a {
    float: right;
    font-weight: normal;
    font-size: 12px;
}


/*scroll_03*/

.scroll_03 {
    margin-top: 13px;
}

.scroll_03 .hd .prev,
.scroll_03 .hd .next {
    display: block;
    width: 5px;
    height: 9px;
    line-height: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url(../images/icoLeft.gif) no-repeat;
}

.scroll_03 .hd .next {
    background: url(../images/icoRight.gif) no-repeat;
}

.scroll_03 .bd li {
    float: left;
    width: 200px;
    overflow: hidden;
    margin: 0 2px;
}

.scroll_03 .bd li .img {
    height: 150px;
    border: #f4f4f4 solid 1px;
    padding: 2px;
    background: #fff;
}

.scroll_03 .bd li .img:hover {
    background: #f4f4f4;
}

.scroll_03 .bd li span {
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
}

.scroll_03 .bd li .img table tr td {
    height: 144px;
}

.scroll_03 .bd li .img table tr td img {
    max-width: 194px;
    max-height: 144px;
}

.con3 {
    margin-top: 20px;
}

.con3 h2 {
    height: 29px;
    line-height: 29px;
    border-bottom: 1px solid #CDCDCD;
	width:1180px;
	margin-left:10px;
}

.con3 h2 strong {
    float: left;
    border-bottom: 2px solid #497EC0;
    display: block;
    color: #497EC0;
    font-size: 16px;
}

.con3 h2 b {
    float: left;
    font-weight: normal;
    color: #888;
    font-size: 14px;
}

.con3 h2 a {
    float: right;
    font-weight: normal;
    font-size: 12px;
}

.con3 ul {
    width: 1200px;
    margin-top: 13px;
}

.con3 ul li {
    float: left;
    width:281px;
    margin-right: 5px;
	margin-left:10px;
}

.con3 ul li img {
    width: 291px;
    height: 170px;
}

.con3 ul li span {
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #497EC0;
    font-size: 14px;
}

.footerbg {
    border-top: 0px solid #fc00;
    margin-top: 0px;
    background: #3c3d4200;
    text-align: center;
}

.footer {
    padding: 0px 0px;
}

.footer img {
    float: left;
    width: 113px;
    height: 113px;
}

.footer ul li {
    line-height: 30px;
    color: #fff;
}

.footer ul li a {
    color: #fff;
}


/*Add------------------------------------------------------------------------------*/

.weizhi {
    height: 60px;
    line-height: 60px;
    background: url(../images/home.png) left center no-repeat;
    font-size: 15px;
    padding-left: 20px;
    width: 1184px;
}

.inside {
    margin-top: 0px;
    min-height: 400px;
}

.inside_left {
    width: 255px;
    float: left;
	margin-left:0px;padding-top: 10px;padding-left: 10px;
}

    .inside_left .side_a {
        background: #fff0;
        padding-bottom: 30px;
    }

.inside_left .side_a h2 {
    font-size: 19px;
    color: #000;
    font-weight: normal;
    padding-left: 15px;
    height: 55px;
    line-height: 55px;
    border-bottom: 1px dashed #949493;
    font-weight: bold;
}

.inside_left .side_a dl {
    width: 255px;
    margin: 0 auto;
}

.inside_left .side_a dl dd {
    height: 42px;
    line-height: 7px;
    border-bottom: 1px dashed #8e8e8e;
}

.inside_left .side_a dl dd a {
    display: block;
    color: #000;
    float: left;
}

.inside_left .side_a dl .d3 a {
    font-size: 12px;
}

.inside_left .side_a dl dd a:hover {
    color: #497EC0;
}

.lianxi {
    margin-top: 15px;
    text-align: center;
    padding-bottom: 20px;
}

.inside_right {
    width: 902px;
    float: right;margin-right: 10px;
}

.inside_right h2 {
    height: 55px;
    line-height: 55px;
    border-bottom: 1px solid #636262;
    font-size: 18px;
	width:901px;
}

.inside_con {
    padding: 10px 0;
}


/*contact*/

.contact h2 {
    height: 36px;
    line-height: 36px;
    padding-left: 20px;
    color: #fff;
    background: #999;
}

.contact {
    margin-top: 15px;
}

.contact ul {
    padding: 10px 10px;
    border: #e4e4e4 solid 1px;
}

.contact ul li {
    line-height: 20px;
    padding: 3px 0;
}


/*proShow*/

.product_show ul li {
    width: 130px;
    line-height: 20px;
}

.product_show ul li {
    float: left;
    margin: 15px 20px 0;
    border: #e4e4e4 solid 1px;
    display: inline;
}

.pro img {
    max-width: 120px;
    max-height: 90px;
    width: expression(this.width >120 && this.height < this.width ? 120: true);
    height: expression(this.height > 90 ? 90: true);
}

.hover2 {
    background: #f4f4f4;
}


/*product_list*/

.side_product {
    margin-top: 15px;
}

.side_product h2 {
    height: 36px;
    line-height: 36px;
    padding-left: 20px;
    color: #fff;
    background: #999;
}

.side_product ul {
    padding: 10px 10px;
    border: #e4e4e4 solid 1px;
}

.side_product ul li {
    line-height: 24px;
}

.side_product ul li a {
    padding-left: 30px;
    display: block;
    border-bottom: #e4e4e4 dashed 1px;
    background: url(../images/side_menu_bg.gif) 10px 8px no-repeat;
}

.side_product ul li dl dd a {
    display: inline;
    border: none;
    background: none;
}