body {
    margin: 0;
    padding: 0;
    font-family: "PT Sans", "Roboto", "Open Sans", Arial, sans-serif;
    font-size: 14px;
}

.left {
    float: left;
}

.right {
    float: right;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    display: block;
}

a {
    text-decoration: none;
    color: #333;
}

.bodywidth {
    width: 1400px;
    margin: auto;
}

.top {
    background: #005285;
    color: #fff;
    overflow: hidden;
    clear: both;
    padding: 10px 0 0px;
    height: 30px;

}

.top a {
    color: #fff;
}

.top .bodywidth {
    position: relative;
    width: 1400px;
}

.top .mc {
    background: url('/style/cn_style/icon.png') no-repeat left center;
    text-indent: 20px;
    position: absolute;
    top: 0px;
    left: 0;
}

.top .mc a {}

.top .mc a:hover {
    color: #FFFF00;
}

.top .tel {
    background: url('/style/cn_style/tel.png') no-repeat left center;
    text-indent: 30px;
    position: absolute;
    right: 100px;
    top: 0;

}

.top .language {
    position: absolute;
    right: 0px;
    top: 0;
}

.top .language ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 80px;
    padding-top: 2px;
}

.top .language ul li {
    width: 20px;
}

.top .language ul li img {
    width: 100%;
}

.header {
    padding: 10px 0 0;
    display: flex;


}

.header .logo {
    background: url('/style/cn_style/logo.png') no-repeat left top;
    height: 70px;
    text-indent: 110px;
    font-size: 22px;
    color: #005285;
    padding-top: 30px;
    width: 800px;
    font-weight: 600;


}

.header .logo span {
    display: block;
    color: #333333;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: -0.5px;

}

.header .nav {
    width: 750px;
}

.header .nav ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 30px;
}


.header .nav ul li {
    font-size: 18px;
    font-weight: 500;
    position: relative;
    z-index: 9999;
}

.header .nav ul li a {
    color: #003f76;
    display: block;
    padding: 3px 6px;
    transition: all .3s ease-in-out;
    display: block;
}

.header .nav ul li a:hover {
    transform: scale(1.1);
}

.header .nav ul li ul li a:hover {

    color: #000;
    transform: scale(1.1);


}

.header .nav ul li ul {
    position: absolute;
    top: 70px;
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease-in-out;
    width: 100%;
    text-align: center;
    padding: 0 30px;
    width: 220px;
}

.header .nav ul li ul li {
    padding: 15px 0px;

}

.header .nav ul li ul li:hover {}

.header .nav ul li ul li a {
    font-size: 14px;
    text-align: center;
    padding: 0 0;
}

.header .nav ul li:hover ul {
    visibility: visible;
    opacity: 1;
    top: 70px;
    background: rgba(255, 255, 255, 0.726);
    padding: 0 30px;

}

.banner {
    overflow: hidden;
}

.gsjjindex {
    padding: 40px 0;
    overflow: hidden;
    width: 1400px;
    margin: auto;
    display: flex;

}

.gsjjindex ul li {
    width: 1400px;
    position: relative;
    height: 400px;
}

.gsjjindex ul li .title {
    font-size: 30px;
    color: #005285;

    position: absolute;
    top: 10px;
    left: 0;
}

.gsjjindex ul li .cont {
    position: absolute;
    top: 70px;
    left: 0;
    width: 700px;
    line-height: 170%;
    font-size: 16px;
    color: #525252;
    height: 224px;
    overflow: hidden;
}

.gsjjindex ul li .image {
    position: absolute;
    top: 0;
    right: 0;
}

.gsjjindex ul li .image img {
    width: 100%;
}

.gsjjindex ul li .more {
    position: absolute;
    bottom: 50px;
    left: 0;

}

.gsjjindex ul li .more a {
    display: block;
    width: 160px;
    height: 40px;
    background: #005285;
    border-radius: 100px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    display: block;
    transition: all .3s ease-in-out;

}

.gsjjindex ul li .more a:hover {
    background: #333;
    color: #FFFF00;

}

.qywhindex {
    background: url('/style/cn_style/i1bg.jpg') no-repeat center top;
    height: 300px;
    display: flex;
    overflow: hidden;
}

.qywhindex ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.qywhindex ul li {
    color: white;
    font-size: 28px;

}

.qywhindex ul li .enname {
    width: 250px;
    padding: 8px 0;
    text-align: left;
}

.qywhindex ul li .icon {
    text-align: left;
}

.qywhindex ul li .name {
    text-align: left;
}

.cpzsindex {
    padding: 30px 0;
    overflow: hidden;
}

.cpzsindex .title {
    color: #005285;

    font-size: 30px;
    text-align: center;
}

.cpzsindex .entitle {
    text-align: center;
}

.cpzsindex .cpzs {
    padding: 30px 0;
}

.cpzsindex .left {
    width: 260px;
}

.cpzsindex .left .cptitle {
    background: #005285;
    padding: 20px 0;
    color: white;
    font-size: 18px;
    text-indent: 20px;
}

.cpzsindex .left .cptitle span {
    font-size: 14px;
}

.cpzsindex .left ul ul {
    border: 1px #CCCCCC solid;
}

.cpzsindex .left ul ul li {
    background: #F6F6F6;
    border-bottom: 1px #EEE solid;
}

.cpzsindex .left ul ul li a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding-left: 5px;
    color: #005285;
    font-size: 16px;

    background: url('/style/cn_style/iconli.png') no-repeat 240px center;

}

.cpzsindex .left ul ul li a:hover {
    color: red;
    transition: all .3s ease-in-out;
}

.cpzsindex .left ul ul li ul li {

    background: white url('/style/cn_style/iconli.png') no-repeat 240px center;
}

.cpzsindex .left ul li li:nth-child(3) li a {
    border: none;
}

.cpzsindex .left ul li li li {
    font-weight: normal;
    font-size: 14px;
    border-bottom: 1px #EEE solid;
    height: 35.5px;
    line-height: 35.5px;
    display: block;
    transition: all .3s ease-in-out;
    background: none;
}

.cpzsindex .left ul li li li a {
    display: block;
    width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    font-size: 13px;

}

.cpzsindex .left ul li li li a:hover {
    color: #005285;

    transform: scale(1.1);

}

.cpzsindex .left ul ul ul {
    border: none;
}

.cpzsindex .left .ProdMenu>li>a {
    display: none;
}

.cpzsindex .right {
    width: 1100px;
}

.cpzsindex .right ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;


}

.cpzsindex .right ul li {
    width: 350px;
    padding-bottom: 25px;
}

.cpzsindex .right ul li .Image {
    overflow: hidden;
}

.cpzsindex .right ul li .Image img {
    display: block;
    transition: all .5s ease-in-out;
    width: 350px;
    height: 240px;

}

.cpzsindex .right ul li .Image img:hover {
    transform: scale(1.2);
}

.cpzsindex .right ul li .Name {
    background: #DDDDDD;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 10px;
}

.cpzsindex .right ul li .Name a {
    display: block;
    transition: all .5s ease-in-out;
    overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
}

.cpzsindex .right ul li .Name a:hover {
    color: #005285;

}

.cpzsindex .right ul li a.ColName {
    display: none;
}

.cpzsindex .right ul li .Time {
    display: none;
}

.cpzsindex .right ul li .Desc {
    display: none;
}

.zycpindex {

    overflow: hidden;
}

.zycpindex .title {
    color: #005285;
    font-size: 30px;
    text-align: center;
}

.zycpindex .entitle {
    text-align: center;
}


.zycpindex ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px 0;

}

.zycpindex ul li {
    width: 24.9%;
    position: relative;
}

.zycpindex ul li .image {
    overflow: hidden;
}

.zycpindex ul li img {
    display: block;
    transition: all .5s ease-in-out;
}

.zycpindex ul li .image img:hover {
    transform: scale(1.2);
}

.zycpindex ul li .name {
    position: absolute;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    left: 0;
    width: 100%;
    background-color: #333333c7;
    z-index: 9999;
    text-align: center;
}

.zycpindex ul li .name a {
    color: white;
    transition: all .5s ease-in-out;
}

.zycpindex ul li .name a:hover {
    font-weight: bold;
}

.xwzxindex {
    padding: 20px 0;
    overflow: hidden;
}

.xwzxindex .title {
    color: #005285;

    font-size: 30px;
    text-align: center;
}

.xwzxindex .entitle {
    text-align: center;
}

.xwzxindex ul {
    padding: 30px 0;
    overflow: hidden;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
}

.xwzxindex ul li {
    width: 680px;
    height: 650px;
    position: relative;
}

.xwzxindex ul li .Image {
    width: 610px;
}

.xwzxindex ul li .Image img {
    width: 100%;

}

.xwzxindex ul li:nth-child(1) .Image {
    position: absolute;
    top: 0;
    right: 0;
}

.xwzxindex ul li:nth-child(1) .Name {
    position: absolute;
    left: 0;
    top: 340px;
    background: #2D2C2A;
    width: 345px;
    height: 120px;
}

.xwzxindex ul li:nth-child(1) .Name a {
    display: block;
    font-size: 16px;
    color: white;
    width: 90%;
    margin: auto;
    padding: 20px 0;
    line-height: 140%;
}

.xwzxindex ul li:nth-child(2) .Image {
    position: absolute;
    top: 0;
    left: 0;
}

.xwzxindex ul li:nth-child(2) .Name {
    position: absolute;
    right: 0;
    top: 340px;
    background: #2D2C2A;
    width: 345px;
    height: 120px;
}

.xwzxindex ul li:nth-child(2) .Name a {
    display: block;
    font-size: 16px;
    color: white;
    width: 90%;
    margin: auto;
    padding: 20px 0;
    line-height: 140%;
}

.xwzxindex ul li .Name a.ColName {
    display: none;
}

.xwzxindex ul li .Time {
    position: absolute;
    top: 490px;
    left: 0;
    color: #6C6C6C;
    font-size: 16px;
}

.xwzxindex ul li .Desc {
    position: absolute;
    top: 520px;
    left: 0;
    line-height: 160%;
    font-size: 14px;
    width: 600px;
    color: #6C6C6C;
}

.xwzxindex ul li .Desc a {}

.xwzxindex ul li .Desc a:hover {
    color: #333;
}

.xwzxindex ul li .More {
    position: absolute;
    top: 610px;
    left: 0;
}

.xwzxindex ul li .More a {
    display: block;
    width: 145px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: white;
    background-color: #005285;
    border-radius: 100px;
    transition: all .5s ease-in-out;
}

.xwzxindex ul li .More a:hover {
    background: #333;
    color: #FFFF00;
}

.bottom {
    background: #444444;
    clear: both;
    padding: 40px 0;
    overflow: hidden;
    color: #fff;
}

.bottom .left {}

.bottom .left .title {
    font-size: 22px;
}

.bottom .left ul {
    padding: 10px 0;
}

.bottom .left ul li {
    padding-left: 40px;
    height: 40px;
    line-height: 40px;
}

.bottom .left ul li:nth-child(1) {
    background: url('/style/cn_style/f1.png') no-repeat left center;
}

.bottom .left ul li:nth-child(2) {
    background: url('/style/cn_style/f2.png') no-repeat left center;
}

.bottom .left ul li:nth-child(3) {
    background: url('/style/cn_style/f3.png') no-repeat left center;
}

.footer {
    background: #000000;
    height: 60px;
    line-height: 60px;
    color: #fff;
}

.neiyecont {
    padding: 50px 0;
    overflow: hidden;
}

.nbanner {
    height: 600px;
}

.neiyecont1 {
    width: 260px;
}

.neiyecont1 .cptitle {
    background: #005285;
    padding: 20px 0;
    color: white;
    font-size: 18px;
    text-indent: 20px;
}

.neiyecont1 .cptitle span {
    font-size: 14px;
}

.neiyecont1 ul ul {
    border: 1px #CCCCCC solid;
}

.neiyecont1 .ProdMenu>li>a {
    display: none;
}

.neiyecont1 ul ul li {
    background: #F6F6F6;

}

.neiyecont1 ul ul li a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    color: #005285;
    font-size: 14px;
    border-bottom: 1px #EEE solid;
    background: url('/style/cn_style/iconli.png') no-repeat 240px center;
}

.neiyecont1 ul ul li a:hover {
    color: red;
}

.neiyecont1 ul li ul li li {
    background: white url('/style/cn_style/iconli.png') no-repeat 240px center;
    font-weight: normal;
    font-size: 14px;
    border-bottom: 1px #EEE solid;
    height: 35.5px;
    line-height: 35.5px;
    display: block;
    background: none;
}

.neiyecont1 ul li li li a {
    display: block;
    transition: all .3s ease-in-out;
    color: #333;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    width: 220px;
    height: 35.5px;
}

.neiyecont1 ul li li:nth-child(3) li a {
    border: none;
}

.neiyecont1 ul li li li a:hover {
    color: #005285;
    transform: scale(1.1);
}

.neiyecont1 ul ul ul {
    border: none;
}

.neiyecont2 {
    width: 1100px;
}

.neiyecont2_1 {
    font-size: 20px;
    padding: 10px 0;
    border-bottom: 1px #EEE solid;
}


.neiyecont2_2 {
    padding: 20px 0;
}

/*干栏目文字列表*/
.ColumnList.Article {
    padding: 20px 0px;
    overflow: hidden;
}

.ColumnList.Article li {
    padding: 15px 0px;
    border-bottom: 1px solid #F0F0F0;
}

.ColumnList.Article li .Name {
    float: left;
    width: 80%;
    font-size: 14px;
    font-weight: bold;
    background-image: url('../global/Maincont_ico4.gif');
    background-position: 10px center;
    background-repeat: no-repeat;
    overflow: hidden;
    text-overflow:

        ellipsis;
    white-space: nowrap;
    color: #333;
}

.ColumnList.Article li .Time {
    float: right;
    width: 20%;
    text-align: right;
}

.ColumnList.Article li .Desc {
    clear: both;
    overflow: hidden;
    padding: 5px 0 0;
    line-height: 200%;
}

.gsjj1 .gs {
    line-height: 300%;
    font-size: 16px;
}

.lxwm {
    font-size: 16px;
    line-height: 300%;

}





.PageInfo {
    text-align: right;
}

.NoColumn.Product ul.List {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.NoColumn.Product ul.List li {
    width: 31%;
    padding-bottom: 20px;
    padding-left: 1.1%;
    padding-right: 1.2%;

}

.NoColumn.Product ul.List li .Image {
    overflow: hidden;
}

.NoColumn.Product ul.List li .Image img {
    display: block;
    width: 100%;
    height: 25vh;
    transition: all .3s ease-in-out;
    object-fit: cover;
}

.NoColumn.Product ul.List li .Image img:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.NoColumn.Product ul.List li .Name {
    background-color: #EEE;
    height: 40px;
    line-height: 40px;
    text-align: center;
    overflow:hidden;text-overflow:ellipsis;white-space:nowrap;

    padding: 0 10px;
}

.NoColumn.Product ul.List li .Name a {

    font-size: 14px;

}

.NoColumn.Product ul.List li .Name a.ColName {
    display: none;
}

.NoColumn.Product ul.List li .Desc {}

.NoColumn.Product ul.List li .More {}

.NoColumn.Product ul.List li .More a {

    transition: all .3s ease-in-out;
}

.NoColumn.Product ul.List li .More a:hover {
    color: #1366AD;
    transform: scale(1.1);
    cursor: pointer;

}



.Search.Product ul.List {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.Search.Product ul.List li {
    position: relative;
    width: 550px;
    height: 220px;
    padding-bottom: 50px;
}

.Search.Product ul.List li .Image {
    position: absolute;
    left: 0;
    top: 0;
}

.Search.Product ul.List li .Image img {
    display: block;
    width: 300px;
    height: 220px;
    transition: all .3s ease-in-out;
}

.Search.Product ul.List li .Image img:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.Search.Product ul.List li .Name {
    position: absolute;
    left: 320px;
    top: 0;
    font-size: 20px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
}

.Search.Product ul.List li .Name a {
    color: #1366AD;
}

.Search.Product ul.List li .Desc {
    position: absolute;
    left: 320px;
    width: 190px;
    top: 40px;
    color: #666;
    line-height: 140%;
    height: 115px;
    overflow: hidden;
}

.Search.Product ul.List li .More {
    position: absolute;
    left: 320px;
    bottom: 50px;
}

.Search.Product ul.List li .More a {
    display: block;
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #1366AD;
    color: white;
    border-radius: 100px;
    transition: all .3s ease-in-out;
}

.Search.Product ul.List li .More a:hover {
    background: #333;
    color: white;
    transform: scale(1.1);
    cursor: pointer;

}

.Search.Product ul.List li a {
    color: #333;
}

.Search.Product ul.List li a.ColName {
    display: none;
}

.NoColumn.Product ul.List li a {
    color: #333;
}

.NoColumn.Product ul.List li a.ColName {
    display: none;
}

.NoColumn.Product ul.List li .Desc {}

.Detail.Product>.Name {
    display: none;

}

.Detail.Product>.Images {
    display: none;

}

.Pagination {
    clear: both;
    text-align: center;
}

.Pagination a {
    padding: 5px;
    border: 1px #EEE solid;
    margin: 2px;
    cursor: pointer;
    color: #333;
}

.Pagination a:hover {
    background-color: #EEE;
}

.Pagination a.now {
    background-color: #333;
    color: white;
    font-weight: bold;
}

.Pagination span {
    padding: 5px;
    border: 1px #EEE solid;
    margin: 2px;
    cursor: pointer;
    color: #333;
}

.Pagination span.now {

    margin: 2px;
    background-color: #333;
    color: white;
    font-weight: bold;
}

.Back {
    text-align: center;
    overflow: hidden;
    padding: 20px 0;
}

.Back a {
    display: inline-block;
    padding: 6px 12px;
    font-size: 15px;
    background-color: #EEE;
    color: #333;
    border: 1px #CCC solid;
    transition: all .3s ease-in-out;
}

.Back a:hover {
    background-color: #1366AD;
    color: #fff;
    transform: scale(1.1);
    cursor: pointer;
}







/*干栏目图片列表-新闻*/
.NoColumn.Article ul.List {
    overflow: hidden;
}

.NoColumn.Article ul.List {
    padding: 20px 0px;
}

.NoColumn.Article ul.List li.newsList {}

.NoColumn.Article ul.List {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.NoColumn.Article ul.List li {
    position: relative;
    width: 550px;
    height: 500px;
    padding-bottom: 60px;
}

.NoColumn.Article ul.List li .Image {}

.NoColumn.Article ul.List li .Image img {
    width: 500px;
    height: 360px;
}

.NoColumn.Article ul.List li:nth-child(1) .Image {
    position: absolute;
    left: 0;
    top: 0;
}

.NoColumn.Article ul.List li:nth-child(2) .Image {
    position: absolute;
    left: 0;
    top: 0;
}

.NoColumn.Article ul.List li:nth-child(3) .Image {
    position: absolute;
    right: 0;
    top: 0;
}

.NoColumn.Article ul.List li:nth-child(4) .Image {
    position: absolute;
    right: 0;
    top: 0;
}

.NoColumn.Article ul.List li:nth-child(5) .Image {
    position: absolute;
    left: 0;
    top: 0;
}

.NoColumn.Article ul.List li:nth-child(6) .Image {
    position: absolute;
    left: 0;
    top: 0;
}

.NoColumn.Article ul.List li:nth-child(1) div.Name {
    position: absolute;
    top: 317px;
    right: 20px;
    background: #333;
    color: white;
    height: 90px;
    width: 300px;

}

.NoColumn.Article ul.List li:nth-child(2) div.Name {
    position: absolute;
    top: 317px;
    right: 20px;
    background: #333;
    color: white;
    height: 90px;
    width: 300px;
}

.NoColumn.Article ul.List li:nth-child(3) div.Name {
    position: absolute;
    top: 317px;
    left: 0;
    background: #333;
    color: white;
    height: 90px;
    width: 300px;
}

.NoColumn.Article ul.List li:nth-child(4) div.Name {
    position: absolute;
    top: 317px;
    left: 20px;
    background: #333;
    color: white;
    height: 90px;
    width: 300px;
}

.NoColumn.Article ul.List li:nth-child(5) div.Name {
    position: absolute;
    top: 317px;
    right: 20px;
    background: #333;
    color: white;
    height: 90px;
    width: 300px;
}

.NoColumn.Article ul.List li:nth-child(6) div.Name {
    position: absolute;
    top: 317px;
    right: 20px;
    background: #333;
    color: white;
    height: 90px;
    width: 300px;
}

.NoColumn.Article ul.List li:nth-child(7) div.Name {
    position: absolute;
    top: 317px;
    right: 20px;
    background: #333;
    color: white;
    height: 90px;
    width: 300px;
}


.NoColumn.Article ul.List li .Name a {
    display: block;
    color: white;
    padding: 15px 30px;
    font-size: 16px;
    text-align: left;
    width: 260px;
    height: 55px;
    overflow: hidden;
    line-height: 140%;
}

.NoColumn.Article ul.List li .Name a.ColName {
    display: none;
}

.NoColumn.Article ul.List li:nth-child(1) .Time {
    position: absolute;
    left: 0;
    top: 432px;
    color: #9999;
}

.NoColumn.Article ul.List li:nth-child(2) .Time {
    position: absolute;
    left: 0;
    top: 432px;
    color: #9999;
}

.NoColumn.Article ul.List li:nth-child(3) .Time {
    position: absolute;
    left: 0;
    top: 432px;
    color: #9999;
}

.NoColumn.Article ul.List li:nth-child(4) .Time {
    position: absolute;
    left: 0;
    top: 432px;
    color: #9999;
}

.NoColumn.Article ul.List li:nth-child(5) .Time {
    position: absolute;
    left: 0;
    top: 432px;
    color: #9999;
}

.NoColumn.Article ul.List li:nth-child(6) .Time {
    position: absolute;
    left: 0;
    top: 432px;
    color: #9999;
}

.NoColumn.Article ul.List li:nth-child(7) .Time {
    position: absolute;
    left: 0;
    top: 432px;
    color: #9999;
}


.NoColumn.Article ul.List li div.Desc {
    position: absolute;
    top: 432px;
    line-height: 140%;
    color: #666;
    width: 500px;
    height: 57px;
    overflow: hidden;
}




.NoColumn.Article ul.List li:nth-child(1) .Desc {
    top: 457px;
}

.NoColumn.Article ul.List li:nth-child(2) .Desc {
    top: 457px;
}

.NoColumn.Article ul.List li:nth-child(3) .Desc {
    top: 457px;
}

.NoColumn.Article ul.List li:nth-child(4) .Desc {
    top: 457px;
}

.NoColumn.Article ul.List li:nth-child(5) .Desc {
    top: 457px;
}

.NoColumn.Article ul.List li:nth-child(6) .Desc {
    top: 457px;
}

.NoColumn.Article ul.List li:nth-child(7) .Desc {
    top: 457px;
}

.NoColumn.Article ul.List li div.newsBrief {}

.PageInfo {
    text-align: right;
    padding-bottom: 20px;
    color: #999;
}

.Detail.Article .Name {
    display: none;
}

.Detail.Article .From {
    text-align: right;
}

/*干栏目文字列表*/
.ColumnList.Article {
    padding: 20px 0px;
    overflow: hidden;
}

.ColumnList.Article li {
    padding: 15px 0px;
    border-bottom: 1px solid #F0F0F0;
}

.ColumnList.Article li .Name {
    float: left;
    width: 80%;
    font-size: 14px;
    font-weight: bold;
    background-image: url ('../global/Maincont_ico4.gif');
    background-position: 10px center;
    background-repeat: no-repeat;
    overflow: hidden;
    text-overflow:

        ellipsis;
    white-space: nowrap;
    color: #333;
}

.ColumnList.Article li .Time {
    float: right;
    width: 20%;
    text-align: right;
}

.ColumnList.Article li .Desc {
    clear: both;
    overflow: hidden;
    padding: 5px 0 0;
    line-height: 200%;
}




div.order_online {
    width: 600px;
    margin: auto
}

div.order_online td {
    color: #1B8FDE;
    line-height: 100%;
    padding: 10px;
    text-align: left;
}

div.order_online td:first-child {
    text-align: right;
}

div.order_online td input {
    background-color: #f1f9ff;
    width: 400px;
    border-radius: 4px;
    padding: 3px;
    border: 1px solid #1B8FDE;
}

div.order_online td textarea {
    background-color: #f1f9ff;
    width: 400px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #1B8FDE;
}

div.order_online img.VerifyCode {
    height: 25px;
    vertical-align: middle;
}

div.order_online input[name="VerifyCode"] {
    width: 100px;
    vertical-align: middle;
}

div.order_online input[type="submit"] {
    float: right;
    width: 150px;
    background-color: #1B8FDE;
    color: white;
    cursor: pointer;
    vertical-align: middle;
}



.Detail.Product>.Name {
    display: none;
}

.Detail.Product>.Images {
    display: none;
}

.cp .img {
    overflow: hidden;
    padding-bottom: 50px;
}

.cp .img img {
    display: block;
    max-width: 700px;
    margin: auto;
    transition: all .5s ease-in-out;

}

.cp .img img:hover {
    transform: scale(1.1);
}

.cp h3 {
    font-size: 20px;
    color: #005285;
    margin: 0;
    padding: 0;
}

.cp p {
    line-height: 180%;
    color: #666;
    margin: 0;
    padding: 10px 0 20px;
    font-size: 16px;
}

.cp .img ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cp .img ul li {
    width: 48%;
}

.cp .img ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.ryzz ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 20px;

}

.ryzz ul li {
    width: 29%;
    border: 1px #CCC solid;
}

.ryzz ul li img {
    width: 100%;
    height: 230px;
    object-fit: contain;


}

.Detail.Article .From {
    color: #999;
}

.Detail.Article .Content p {
    line-height: 200%;
    color: #333;
}