﻿div {
    display: block;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: outside none none;
}

/*img {
    width: 44%;
    height: 87px;
}*/

a {
    text-decoration: none;
    color: rgb(0,91,171);
}

h2 {
    margin: 0;
    padding: 0;
}

body {
    background: url('../images/topBanner.jpg') repeat-x 50% top;
    display: block;
    height: 500px;
    padding: 0;
    font: 12px "Microsoft YaHei","Arial",sans-serif;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

.body {
    display: block;
    margin: 0 auto;
    width: 1280px;
}

.topBanner {
    height: 75px;
    display: block;
}

.logo {
    height: 75px;
    background: url('../images/logo.png') no-repeat center;
    width: 200px;
    float: left;
}

    .logo a {
        height: 80px;
        display: block;
    }

.nav {
    float: left;
    display: block;
    margin: 0;
    padding-left: 30px;
}

    .nav li {
        float: left;
        width: 75px;
        list-style: none;
    }

        .nav li a {
            height: 75px;
            width: 75px;
            float: left;
            text-align: center;
            text-decoration: none;
            line-height: 80px;
            color: #333;
            font-size: 16px;
        }

        .nav li:hover a {
            background-color: rgb(0,91,171);
            text-decoration: none;
            color: #fff;
        }

    .nav .one {
        background-color: rgb(0,91,171);
        color: #fff;
    }

.searchBlock {
    display: black;
    float: left;
    padding-top: 25px;
    padding-left: 90px;
}

.searchLeft {
    background: url('../images/search1.jpg') no-repeat;
    width: 28px;
    height: 25px;
    cursor: pointer;
    float: left;
    display: black;
}

.searchCenter {
    background: url('../images/search2.jpg') repeat-x;
    width: 130px;
    height: 28px;
    float: left;
    display: black;
}

.searchRight {
    background: url('../images/search3.jpg') no-repeat;
    width: 6px;
    height: 25px;
    float: left;
    display: black;
}

.searchCenter input {
    width: 130px;
    height: 21px;
    border: none;
    float: left;
    background-color: rgb(175,175,175);
    margin-top: 1px;
}


.jpgcdt_left_container {
    height: 350px;
    overflow: hidden;
    width: 205px;
    float: left;
}

.jpgcdt_bottom {
    width: 100%;
    height: 350px;
    margin-top: 10px;
}

.jpgcdt_left {
    width: 95%;
    height: 350px;
    overflow: auto;
   
}

.jpgcdt_right {
    width: 72%;
    height: 100%;
    float: right;
    border: 1px solid #CECECE;
}

.jpgcdt_left_item {
    width: 100%;
    min-height: 40px;
  
}
.jpgcdt_left_itembackup {
    width: 100%;
    height: 60px;
    position: relative;
}

.jpgcdt_left_font_title {
    font-size: 12px;
    font-weight: bold;
}

.jpgcdt_left_font {
    
    padding-top: 3px;
    color: #9F9F9F;
    line-height: 14px;
    font-size: 11px;
    word-break: break-all;
    word-wrap: break-word;
}

.jpgcdt_foot_div {
    width: 100%;
    margin: 30px 0px 30px 0px;
}

.jpgcdt_left_font > span {
    width: 30px;
}

.iconDiv {
    float: left;
    padding-top: 22px;
    padding-left: 20px;
}

    .iconDiv .icon1 {
        background: url('../images/weixinIcon.png');
        width: 30px;
        height: 30px;
        display: block;
        float: left;
    }

    .iconDiv .icon2 {
        background: url('../images/tWeiboIcon.png');
        width: 30px;
        height: 30px;
        display: block;
        float: left;
        margin-left: 5px;
    }

    .iconDiv .icon3 {
        background: url('../images/qqIcon.png');
        width: 30px;
        height: 30px;
        display: block;
        float: left;
        margin-left: 5px;
    }

    .iconDiv .icon4 {
        background: url('../images/weiboIcon.png');
        width: 30px;
        height: 30px;
        display: block;
        float: left;
        margin-left: 5px;
    }

.onlineMessage {
    background: url('../images/onlineMessage.jpg') no-repeat center;
    width: 85px;
    height: 25px;
    float: right;
    padding-top: 45px;
}

.leftMenu {
    height: 100%;
    float: left;
    background-color: rgb(228,228,228);
    width: 245px;
    padding-bottom: 1000%;
    margin-bottom: -1000%;
    overflow: hidden;
    color: rgb(102,102,102);
}

    .leftMenu .menuTitle {
        padding-left: 40px;
        padding-top: 40px;
    }

    .leftMenu .menuTitleIcon {
        background: url('../images/projectIcon.png');
        width: 37px;
        height: 25px;
        float: left;
    }

    .leftMenu .menuTitleWord {
        font-size: 28px;
        width: 50%;
        float: left;
        line-height: 14px;
        padding-left: 15px;
        padding-top: 5px;
    }

    .leftMenu .menuName {
        cursor: pointer;
    }

        .leftMenu .menuName:hover {
            color: rgb(0,91,171);
        }

    .leftMenu .menu {
        padding-top: 80px;
        font-size: 14px;
    }

        .leftMenu .menu a {
            color: rgb(129,129,129);
        }

    .leftMenu .menuBlock {
        padding-top: 20px;
        padding-left: 20px;
    }

    .leftMenu .one {
        background: url('../images/selectMenuIcon.png') left no-repeat;
        color: rgb(0,91,171);
    }

    .leftMenu .menuBlock .cName {
        padding-left: 20px;
    }

    .leftMenu .menuBlock .eName {
        font-size: 12px;
    }

    .leftMenu .menuSplit {
        background: url('../images/leftmenuSplit.png');
        width: 269px;
        height: 17px;
    }

.menuBlock li {
    padding-top: 10px;
}

.menuBlock a {
    font-size: 12px;
    text-decoration: none;
    color: rgb(129,129,129);
}

    .menuBlock a:hover {
        color: rgb(0,91,171);
    }

.menuBlock .subMenu {
    padding-top: 10px;
    padding-left: 20px;
}

.leftMenu .menuWordBlock {
    padding-top: 10px;
    padding-left: 40px;
}

.leftMenu .relateProduct {
    padding-top: 25px;
    color: rgb(123,123,123);
    cursor: pointer;
    padding-left: 30px;
}

    .leftMenu .relateProduct div:hover {
        background: url('../images/productRelateSelected.png');
        color: #FFF;
    }

.leftMenu .relateProductBlock {
    background: url('../images/productRelate.png');
    width: 180px;
    height: 55px;
    margin-top: 10px;
}

.leftMenu .relateProductCWord {
    font-size: 16px;
}

.leftMenu .relateProductEWord {
    font-size: 12px;
}

.leftMenu .relateProduct .one {
    background: url('../images/productRelateSelected.png');
    color: #FFF;
}



.rightNavBar {
    float: right;
    background: url('../images/rightNavBar.png');
    width: 170px;
    position: fixed;
    top: 75px;
    right: 0;
    z-index: 20;
}

    .rightNavBar .title {
        background-color: rgb(0,91,171);
        height: 50px;
    }

    .rightNavBar .titleWord {
        color: #fff;
        font-size: 16px;
        padding-top: 10px;
        padding-left: 20px;
        display: block;
    }

    .rightNavBar .barBlock {
        background: url('../images/rightNavBarBlock.jpg');
        width: 150px;
        height: 75px;
        margin: 10px;
        cursor: pointer;
    }

    .rightNavBar .barIcon {
        background: url('../images/a1.png') no-repeat 0 20px;
        height: 37px;
        margin-left: 20px;
        padding-top: 18px;
    }

    .rightNavBar .two {
        background: url('../images/a2.png') no-repeat 0 20px;
    }

    .rightNavBar .three {
        background: url('../images/a3.png') no-repeat 0 20px;
    }

    .rightNavBar .four {
        background: url('../images/a4.png') no-repeat 0 20px;
    }

    .rightNavBar .five {
        background: url('../images/a5.png') no-repeat 0 20px;
    }

    .rightNavBar .six {
        background: url('../images/a6.png') no-repeat 0 20px;
    }

    .rightNavBar .seven {
        background: url('../images/a7.png') no-repeat 0 20px;
    }

    .rightNavBar .eight {
        background: url('../images/a8.png') no-repeat 0 20px;
    }

    .rightNavBar .barWordBlock {
        padding-left: 40px;
    }

    .rightNavBar .barCWord {
        font-size: 16px;
        color: rgb(109,109,109);
    }

    .rightNavBar .barEWord {
        font-size: 10px;
        color: rgb(109,109,109);
    }



.details {
    background-color: #fff;
    float: left;
    padding-left: 50px;
    width: 780px;
}

    .details .content {
    }

    .details .crumbs {
        background: url('../images/longBar.png') right center no-repeat;
        width: 100%;
        height: 130px;
        font-size: 18px;
        text-align: left;
        line-height: 125px;
        color: rgb(102,102,102);
    }

.crumbs span {
    float: right;
    text-align: right;
    font-size: 12px;
    line-height: 90px;
}

.details .banner {
    padding-bottom: 20px;
    float: left;
}

.details .tagBar {
    float: left;
}

.details .tagLine {
    float: left;
    padding-bottom: 25px;
    width: 100%;
}

.tagLine .tag1 {
    border-left: 2px solid rgb(0,91,171);
    border-right: 2px solid rgb(0,91,171);
    border-top: 2px solid rgb(0,91,171);
    width: 258px;
    height: 46px;
    text-align: center;
    color: rgb(0,91,171);
    font-size: 20px;
    line-height: 45px;
    float: left;
    cursor: pointer;
}



.details .tagLine div:hover {
    border-left: 2px solid rgb(0,91,171);
    border-right: 2px solid rgb(0,91,171);
    border-top: 2px solid rgb(0,91,171);
    background-color: #fff;
    border-bottom: 2px solid #fff;
}

.details .detail {
    margin-bottom: 25px;
    float: left;
}

.detail .scrollBlock {
    width: 400px;
    float: left;
    background: url('../images/products/cpyy.jpg');
    float: left;
    /*height: 490px;*/
}

.details .upArrowLi {
    padding-left: 10px;
    padding-right: 10px;
}

.details .upArrowimg {
    background: url('../images/blueArrowUp.png') no-repeat center;
    height: 30px;
    cursor: pointer;
}

.details .imgLi {
    padding-top: 10px;
}

.details .imgDiv {
    margin-left: 75px;
    background-color: rgb(231,237,242);
    width: 65%;
    border: 4px solid #fff;
    cursor: pointer;
}

.details .downArrowLi {
    padding-top: 10px;
}

.details .downArrowimg {
    background: url('../images/blueArrowDown.png') no-repeat center;
    height: 30px;
    cursor: pointer;
}

.scrollBlock .one {
    border: 4px solid rgb(0,91,171);
}

.imgLi div:hover {
    border: 4px solid rgb(0,91,171);
}

.details .detailItem {
    padding-bottom: 25px;
    float: left;
    width: 734px;
}

.detailItem .detailImg {
    background: url('../images/products/detailImg.jpg') no-repeat;
    width: 380px;
    height: 490px;
    float: left;
}

.detailItem .detailIntro {
    background: url('../images/imgIntroBg.png');
    width: 100%;
    font-size: 14px;
    color: #fff;
    padding-bottom: 10px;
}

.detailIntro .detailWord {
    padding-left: 30px;
    padding-top: 10px;
}


.details .inHouseName {
    font-size: 16px;
    color: rgb(7,103,187);
    float: left;
    padding-bottom: 10px;
    width: 100%;
}

.details .inHouseBlock {
    border: 1px solid rgb(0,91,171);
    float: left;
    border-radius: 5px;
}

.details .inHouseNumberLine {
    float: left;
    width: 100%;
    background: url('../images/inHouseSplitBar.png') repeat-x bottom;
    height: 55px;
}

.details .inHouseNumberBlock {
    float: left;
    margin-left: 10px;
}

.inHouseNumberLine .number {
    height: 41px;
    font-size: 21px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    background: url('../images/kuai2.png') center;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
}

.inHouseNumberBlock .one {
    background: url('../images/kuai.png') center;
    height: 45px;
}

.inHouseNumberBlock .number:hover {
    background: url('../images/kuai.png') center;
    height: 45px;
}

.details .inHousePic {
    width: 350px;
    max-width: 350px;
    float: left;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.details .inHousePic img{max-width:350px}
.details .parameters {
    width: 780px;
    float: left;
}

.details .tableBlock {
    padding-top: 15px;
    float: left;
    width: 380px;
    padding-left: 10px;
}

.tableBlock .word {
    width: 128px;
    float: left;
    padding-top: 8px;
}



.tableBlock .leftUp {
    width: 245px;
    height: 60px;
    background: rgb(72,147,213);
    text-align: left;
    float: left;
    border-bottom: 1px solid #fff;
}

.leftUp .bg {
    background: url('../images/t1.png') no-repeat center;
    width: 110px;
    height: 60px;
    float: left;
}


.tableBlock .rightUp {
    width: 245px;
    height: 60px;
    background: rgb(72,147,213);
    text-align: left;
    float: left;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.rightUp .bg {
    background: url('../images/t2.png') no-repeat center;
    width: 110px;
    height: 60px;
    float: left;
}

.tableBlock .left {
    width: 245px;
    height: 60px;
    background: rgb(147,195,237);
    text-align: left;
    float: left;
}

.left .bg {
    background: url('../images/t3.png') no-repeat center;
    width: 110px;
    height: 60px;
    float: left;
}

.tableBlock .right {
    width: 245px;
    height: 60px;
    background: rgb(147,195,237);
    text-align: left;
    float: left;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.right .bg {
    background: url('../images/t4.png') no-repeat center;
    width: 110px;
    height: 60px;
    float: left;
}

.tableBlock .leftDown {
    width: 245px;
    height: 60px;
    background: rgb(72,147,213);
    text-align: left;
    float: left;
}

.leftDown .bg {
    background: url('../images/t5.png') no-repeat center;
    width: 110px;
    height: 60px;
    float: left;
}

.tableBlock .rightDown {
    width: 245px;
    height: 60px;
    background: rgb(72,147,213);
    text-align: left;
    float: left;
    border-left: 1px solid #fff;
}


.detailWord span {
    padding-bottom: 10px;
    display: block;
}

/*.inHousePic img {
    max-width: 220px;
    max-height: 140px;
    width: 152px;
}*/

.boldWord {
    font-weight: bolder;
}

.tgl {
    background-color: rgb(156,156,156);
    color: #000;
    width: 1045px;
}

.tgld {
    width: 1045px;
    float: left;
    margin-top: 30px;
    padding-left: 20px;
    color: #fff;
}

.parameterName {
    font-size: 18px;
    color: #fff;
}

.parameterValue {
    font-size: 10px;
    color: #fff;
}

.standardDiv {
    float: left;
    height: 50px;
    line-height: 0;
    padding-right: 5px;
}

.standardColdIcon {
    background: url('../images/products/dlNselected.png') no-repeat center;
    width: 26px;
    height: 17px;
    display: block;
    margin-top: 4px;
}

.standardWarmIcon {
    background: url('../images/products/rbNselected.png') no-repeat center;
    width: 26px;
    height: 17px;
    display: block;
    margin-top: 4px;
}

.standardName {
    font-size: 13px;
    display: block;
    padding-top: 10px;
}

.inHouseNumberBlock :hover .standardColdIcon {
    background: url('../images/products/dlSelected.png') no-repeat center;
}

.inHouseNumberBlock :hover .standardWarmIcon {
    background: url('../images/products/rbSelected.png') no-repeat center;
}

.one .standardColdIcon {
    background: url('../images/products/dlSelected.png') no-repeat center;
}

.one .standardWarmIcon {
    background: url('../images/products/rbSelected.png') no-repeat center;
}

@media screen and (max-width: 1280px) {
    .rightNavBar {
        display: none;
    }

    .nav {
        padding-left: 0;
    }

    .body {
        width: 1024px;
    }

    .iconDiv {
        display: none;
    }

    .onlineMessage {
        display: none;
    }

    /*.tagLine .tag2 {
        width: 52%; 
    }

    .tagLine .one {
        width:236px;
    }*/

    .details {
        width: 728px;
    }

    .dbtgl {
        width: 728px;
    }

    .detail .scrollBlock {
        width: 300px;
    }

    .detailItem .detailImg {
        width: 425px;
    }

    .details .imgDiv {
        width: 200px;
        margin-left: 45px;
    }

    .details .tagLine div:hover {
        border-left: 2px solid rgb(0,91,171);
        border-right: 2px solid rgb(0,91,171);
        border-top: 2px solid rgb(0,91,171);
        background-color: #fff;
        border-bottom: 2px solid #fff;
    }

    .searchCenter {
        width: 90px;
    }

        .searchCenter input {
            width: 100%;
        }

    .details .crumbs {
        background: url('../images/longBar_pad.png') right center no-repeat;
    }

    .searchBlock {
        padding-left: 115px;
    }

    .searchCenter {
        width: 150px;
    }

    .tableBlock .word {
        width: 110px;
    }

    .details .parameters {
        width: 722px;
    }

    .tableBlock .leftUp {
        width: 230px;
    }


    .tableBlock .rightUp {
        width: 230px;
    }

    .tableBlock .left {
        width: 230px;
    }

    .tableBlock .right {
        width: 230px;
    }

    .tableBlock .leftDown {
        width: 230px;
    }

    .tableBlock .rightDown {
        width: 230px;
    }

    .details .tableBlock {
        width: 350px;
    }
}

/* add by merlin */
.contentFont {
    font-size: 12px;
    text-decoration: none;
    color: #818181;
    line-height: 25px;
}

.titleFont {
    font-size: 16px;
    color: #0767BB;
    float: left;
    width: 100%;
    padding-bottom: 10px;
}

.fwlczn {
    width: 730px;
    height: auto;
}

.shfwmapleft {
    width: 285px;
}

.shfwmapright {
    width: 500px;
}


.shfwmap {
    padding-top: 30px;
}

.inHouseName img {
    width: 30px;
    height: auto;
}

.inHouseName span {
    vertical-align: middle;
    padding-bottom: 25px;
}

.contentFont img {
    width: 5px;
    height: auto;
}

.zztupdiv {
    height: 225px;
    width: 160px;
    float: left;
    margin-right: 10px;
}

.auto-style1 {
    height: 230px;
    width: 160px;
    float: left;
    margin-right: 10px;
}

.zztupdiv img {
    max-height: 205px;
    max-width: 160px;
    width: auto;
}

.shfwwidth {
    width: 724px;
}

.shfwimgright {
    width: 170px;
    margin-right: 14px;
    float: left;
}

.shfwimg {
    width: 170px;
    float: left;
}

.yzsfw {
    border-style: solid;
    border-width: 1px;
    border-color: #E4E1E1;
}

.head {
    text-align: center;
    font-size: 20px;
    background-color: #F0F0F0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.shfwThumbtack img {
    width: 15px;
    height: 15px;
}

.shfwThumbtack span {
    width: 15px;
    height: 15px;
    font-size: 20px;
}

.yzsfwone {
    margin-top: 10px;
    height: 50px;
    /*background-color: green;*/
    width: 19%;
    float: left;
    margin-right: 5px;
    border-left: 2px solid gray;
}

.titleFontblack {
    font-size: 16px;
    color: black;
    float: left;
    width: 100%;
    padding-bottom: 10px;
    font-weight: bold;
}

.cjwttable {
    width: 98%;
    margin-left: 10px;
    background-color: #D2E3F2;
    color: rgba(68, 69, 70, 1);
}

.fontsize14 {
    font-size: 14px;
}

.tableleft {
    text-align: left;
}

.cjwttable tr td {
    background-color: #F4F8F5;
    border: 1px thin;
    text-align: center;
    line-height: 25px;
}

.cjwttabletd {
    width: 160px;
    color: rgba(68, 69, 70, 1);
}

    .cjwttabletd select {
        width: 140px;
    }

    .cjwttabletd span {
    }

.tagLine .tag3 {
    border-left: 1px solid #fff;
    width: 180px;
    height: 47px;
    text-align: center;
    color: rgb(0,91,171);
    font-size: 16px;
    line-height: 45px;
    float: left;
    cursor: pointer;
    background-color: rgb(228,228,228);
    border-bottom: 2px solid rgb(0,91,171);
    border-top: 2px solid #fff;
}

    .tagLine .tag3 a {
        color: rgb(0,91,171);
    }

.tagLine .one3 {
    width: 180px;
}

.nav .one3 {
    background-color: rgb(0,91,171);
    color: #fff;
}

.tagLine .one3 {
    border: 2px solid rgb(0,91,171);
    border-bottom: 2px solid #fff;
    width: 180px;
    background-color: #fff;
}


.tagLine .tag4 {
    border-left: 1px solid #fff;
    width: 360px;
    height: 47px;
    text-align: center;
    color: rgb(0,91,171);
    font-size: 16px;
    line-height: 45px;
    float: left;
    cursor: pointer;
    background-color: rgb(228,228,228);
    border-bottom: 2px solid rgb(0,91,171);
    border-top: 2px solid #fff;
}

    .tagLine .tag4 a {
        color: rgb(0,91,171);
    }

.tagLine .one4 {
    width: 360px;
}

.nav .one4 {
    background-color: rgb(0,91,171);
    color: #fff;
}

.tagLine .one4 {
    border: 2px solid rgb(0,91,171);
    border-bottom: 2px solid #fff;
    width: 360px;
    background-color: #fff;
}

.xjfwtable {
    width: 100%;
    background-color: #F4F8F5;
    text-align: center;
    line-height: 35px;
    color: #656363;
}

.xjfwtableTitle {
    background-color: #F4F8F5;
    font-size: 16px;
    color: rgb(0,91,171);
}

.xjfwtableContent {
    background-color: white;
}

.zxbxtable {
    line-height: 40px;
    font-size: 14px;
}

    .zxbxtable td {
        width: 100px;
        text-align: left;
    }

.zxbxtableLableTD {
    /*width: 120px;*/
}

.zxbxtableTextTD {
    text-align: left;
    /*width: 300px;*/
}

    .zxbxtableTextTD input {
        border-width: 0px;
        width: 270px;
        height: 30px;
        background-color: #F0F7EC;
    }

.zxbxtable div {
    float: left;
    width: 150px;
}

.zxbxtable div {
    float: left;
    width: 145px;
}

.zxbxtable textarea {
    padding-top: 15px;
    background-color: #EBFAE2;
    width: 100%;
    height: 100px;
    border-width: 0px;
}

.zxbxtable select {
    width: 90px;
    background-color: #EBFAE2;
    height: 30px;
    border-width: 0px;
}

.cjwt_head {
    width: 100%;
    background-color: rgb(240, 240, 240);
    height: 100px;
    float: left;
    margin-bottom: 10px;
}

.cjwt_ktzs {
    font-size: 30px;
    width: 120px;
    float: left;
    color: rgb(77, 200, 77);
    padding-top: 25px;
    padding-left: 50px;
    padding-right: 50px;
}

.cjwt_srwt {
    padding-top: 28px;
    font-size: 30px;
    float: left;
    padding-right: 10px;
}

    .cjwt_srwt input {
        font-size: 30px;
        height: 30px;
        font-size: 16px;
        color: gray;
        width: 320px;
        margin-left: -30px;
        z-index: -1;
        float: left;
        padding-left: 35px;
    }

.cjwt_ss {
    padding-left: 5px;
    padding-top: 28px;
    float: left;
}

    .cjwt_ss input {
        background-image: url("../images/service/ktzs/c.png");
        color: white;
        width: 120px;
        height: 40px;
        font-size: 18px;
        margin-top: -2px;
    }

.cjwt_ktzy_up {
    width: 12px;
    float: right;
    cursor: pointer;
    margin-right: 30px;
}

.cjwt_ktzy_down {
    width: 12px;
    float: right;
    cursor: pointer;
    margin-right: 30px;
}

.cjwt_ktzy_table {
    width: 90%;
    margin: 0 auto;
}

    .cjwt_ktzy_table td {
        padding-top: 10px;
        padding-bottom: 10px;
    }

img {
    width: 100%;
}

.dbtgl a {
    color: rgb(102, 102, 102);
}

.dbtgl {
    width: 780px;
    color: rgb(102,102,102);
    float: left;
}

.cl {
    width: 780px;
}

.cl {
    display: block;
    width: 780px;
    text-align: left;
}

#ktzsQ1 #ktzsQ2 #ktzsQ3 #ktzsQ4 #ktzsQ51 #ktzsQ6 #ktzsQ7 #ktzsQ8 {
    cursor: pointer;
}

#deflist td .jiantou {
    width: 18px;
    height: 18px;
    background-image: url('../images/marketing/dropdown.png');
    margin: 0 auto;
    position: relative;
}

#deflist td > div {
    margin-top: -26px;
}

#deflist td {
    cursor: pointer;
}

.jpgcdt_city_select {
    width: 120px;
    height: 35px;
    background: #EFEFEF;
    border: none;
    cursor: pointer;
    font-size: 1em;
    color: #555555;
    border-radius: 2px;
    -webkit-box-shadow: #999 0px 0px 3px;
    -moz-box-shadow: #999 0px 0px 3px;
    box-shadow: #999 0px 0px 3px;
}

    .jpgcdt_city_select option {
        font-size: 1.0em;
        font-weight: bold;
        color: #555555;
    }

.jpgcdt {
    border: 1px solid #CECECE;
    margin-top: 30px;
    padding: 10px 15px 15px 20px;
    width: 94%;
    height: 420px;
}

.jpgcdt_city_search {
    padding-left: 12px;
    width: 80%;
    height: 100%;
    background: #EFEFEF;
    border: none;
    cursor: pointer;
    font-size: 1em;
    color: #555555;
    border-radius: 2px;
    -webkit-box-shadow: #999 0px 0px 3px;
    -moz-box-shadow: #999 0px 0px 3px;
    box-shadow: #999 0px 0px 3px;
}

.seperate_line {
    width: 100%;
    border-top: 1px solid #CECECE;
    margin: 10px 0px 10px 0px;
}
