body {
    font-family: 微软雅黑;
    font-size: 14px;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

img {
    display: block;
    margin: 0 auto;
    padding: 0 auto;
    border: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    color: #333;
    text-decoration: none;
}
.bodywidth {
    width: 1200px;
    margin: 0 auto;
    /*border: 1px solid red;*/
}

.clearfix {
    clear: both;
}

.Tit {
    margin-bottom: 30px;
}

h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 30px;
}

.tit {
    margin-bottom: 30px;
}

.More {
    margin-top: 30px;
    text-align: center;
}

.More a {
    font-size: 16px;
    padding: 16px 30px;
    background-color: #225ba0;
    color: #fff;
}

.More a:hover {
    background-color: #225ba0;
}
p{
    padding:0;
    margin: 0;
    line-height: 25px;
}
.title{
    margin-bottom: 30px;
}
/* 图库 */
.LightBox li{
    padding:3px;
    border:1px solid #e5e5e5;
}
.LightBox li a{
    display: block;
    width: 200px;
    height: 150px;
    overflow: hidden;
}
.LightBox li a img{
    display: block;
    width: 200px;
    height: 150px;
    transition: transform 0.2s ease;
}
.LightBox li a:hover img{
    transform: scale(1.1);
    transform-origin: center center;
    transition: transform 0.2s linear;
}

/*--------------------------------------------------------------页眉----------------------------------------------*/
/* 中英文切换 */
.qh{
    background-color: #f6f6f6;
    overflow: hidden;
    padding: 10px 0;
}
.qh .left{
    float: left;
}
.qh .left p{
    font-size: 14px;
    color: #999;
    
}
.qh .right{
    float: right;
}
.qh .right ul{
    overflow: hidden;
}
.qh .right ul li{
    float: left;
    margin-left: 20px;
}
.qh .right ul li a{
    color: #aeaeae;
}
.qh .right ul li a:hover{
    color: #225ba0;
}
.qh .right ul li img{
    width: 30px;
    height: 20px;
}
/* ------------------------------------------------ */
.ym {
    padding: 20px 0;
    background-color: #fff;
    overflow: hidden;
    border-top:1px solid #ebebeb;
    border-bottom:1px solid #ebebeb;
    overflow: hidden;
}
.ym p{
    float: left;
}
.ym ul{
    float: right;
}
.ym ul li{
    float: left;
}
.ym ul li img{
    margin-top: 5px;
}
.ym ul li:first-child{
    margin-right: 15px;
}
.ym ul .dh{
    float: right;

}
.ym ul .dh .phone-bottom{
    font-size: 20px;
    color: #333;
    font-weight: bold;
    font-family: Arial;
    height: 25px;
    line-height: 23px;
}


/*-------------------------------------------------------------------导航----------------------------------------*/



.nav .Logo {
    float: left;
    margin-right: 100px;
}



.nav .menu>li>a {
    font-size: 15px;
}


/*--------------------------------------------------------------------魔板通用-------------------------------------------------*/

.neiyecont1 .left {
    float: left;
}

.neiyecont1 .right {
    width: 970px;
    float: right;
}

.neiyecont1 {
    overflow: hidden;
    padding: 20px 0;
}

.neiyecont1_1 .NIndexCont2_2_3 .PageName {
    padding: 10px 0;
    font-size: 15px;
    padding-left: 10px;
    background-color: #edf0f9;
    border-bottom: 2px solid #225ba0;
    color: #000;
    margin-bottom: 30px;
}

.neiyecont1_1 .NIndexCont2_2_3 .PageCont p {
    text-indent: 2em;
}

.neiyecont1_1 .NIndexCont2_2_3 .PageCont .LightBox {
    overflow: hidden;
}

.neiyecont1_1 .NIndexCont2_2_3 .PageCont .LightBox li {
    float: left;
    margin: 10px 17px;
    text-align: center;
}

.neiyecont1_1 .NIndexCont2_2_3 .PageBack {
    text-align: center;
    margin-top: 20px;
}

.neiyecont1_1 .NIndexCont2_2_3 .PageBack a {
    border-radius: 5px;
    background-color: #ddd;
    padding: 8px 25px;
}

.neiyecont1_1 .NIndexCont2_2_3 .PageBack a:hover {
    background-color: #225ba0;
    color: #fff;
}

.neiyecont1_1_1 {
    padding: 10px 0;
    border: 1px #EEE solid;
    border-radius: 3px;
    text-indent: 10px;
    margin-bottom: 10px;
}

.neiyecont1_2 {
    width: 202px;
}

.neiyecont1_2_1 .title {
    padding: 8px 0;
    font-size: 16px;
    border: 1px #EEE solid;
    border-radius: 3px;
    text-align: center;
}

.neiyecont1_2_1_1 ul li a {
    display: block;
    height: 45px;
    line-height: 45px;
    text-indent: 20px;
    color: #333;
    border-bottom: 1px #CCC dotted;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    background: url("cpdh-bg.jpg") center left no-repeat;
}

.neiyecont1_2_1_1 ul li a.act {
    background-color: #7f93bf;
    color: #fff;
}

.neiyecont1_2_1_1 ul li a:hover {
    background-color: #225ba0;
    color: #fff;
}

.neiyecont1_2_1_1 ul li li a {
    color: #333;
    font-size: 12px;
}

.neiyecont1_2_1_1 ul li li a:hover {
    background-color: #b8e6ff;
    color: #666;
}

.neiyecont1_2_1_1 ul ul {
    display: none;
}

.neiyecont1_2_1_1 ul li ul li a {
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.neiyecont1_2_4 {
    border: 1px solid #ddd;
    margin-top: 30px;
}

.neiyecont1_2_4 .title {
    font-size: 20px;
    color: #225ba0;
    text-align: center;
    background-color: #f2f2f2;
    padding: 10px 0;
    font-weight: 800;
}

.neiyecont1_2_4 .neiyecont1_2_4_1 p {
    line-height: 22px;
    padding: 0 10px;
}

.Pagination {
    text-align: center;
    display: none;
}

.Pagination a {
    padding: 5px 10px;
    background-color: #225ba0;
    margin: 0 10px;
    border-radius: 5px;
    color: #fff;
}

.Pagination a:hover {
    background-color: #225ba0;
}


/* --------------------------------------------------------------------魔板通用结束------------------------------------------------- */


/* 产品列表 */

.NIndexCont2_2_3 .RecordTotal {
    text-align: right;
    margin-bottom: 30px;
}

.NIndexCont2_2_3 .ColumnsIcoList {
    overflow: hidden;
}

.NIndexCont2_2_3 .ColumnsIcoList li {
    float: left;
    margin-left: 30px;
    margin-bottom: 30px;
}

.NIndexCont2_2_3 .ColumnsIcoList li:nth-child(3n+1) {
    margin-left: 0;
}

.NIndexCont2_2_3 .ColumnsIcoList li .Image a {
    display: block;
    width: 300px;
    height: 225px;
    overflow: hidden;
    border:1px solid #e5e5e5;
}

.NIndexCont2_2_3 .ColumnsIcoList li .Image img {
    display: block;
    width: 300px;
    height: 225px;
    transition: transform 0.2s ease;
}

.NIndexCont2_2_3 .ColumnsIcoList li .Image a:hover img {
    transform: scale(1.1);
    transform-origin: center center;
    transition: transform 0.2s linear;
}
.NIndexCont2_2_3 .ColumnsIcoList li .ImageName{
    text-align: center;
}
.NIndexCont2_2_3 .ColumnsIcoList li .ImageName a {
    display: block;
    width: 278px; 
    padding: 10px 10px 0px 10px;
    font-size: 16px;
    
}
.NIndexCont2_2_3 .ColumnsIcoList li .ImageName a:hover{
    color: #225ba0;
}
.NIndexCont2_2_3 .ColumnsIcoList li .ImageBrief{
    max-width: 300px;
    line-height: 25px;
    margin-top: 10px;
    height: 45px;
    overflow: hidden;
    font-size: 12px;
    color: #808080;
}


/*产品分类*/

.pageNav {
    clear: both;
    padding-top: 20px;
    text-align: center;
}

.pageNav span {
    padding: 5px;
    border: 1px solid #eee;
    margin: 2px;
    cursor: pointer;
}

.pageNav span:hover {
    background-color: #004ea1;
    color: #fff;
}

.pageNav .pageSelect option:hover {
    background-color: #004ea1;
}

.zt {
    overflow: hidden;
}

.zt .left {
    float: left;
}

.zt .left img {
    display: block;
    width: 300px;
    height: 300px;
}

.zt .right {
    min-height: 300px;
    float: right;
    width: 600px;
    border-left: 1px solid #ccc;
    overflow: hidden;
    padding-left: 35px;
}

.zt .right .Name {
    font-size: 24px;
    padding: 20px 5px;
    font-weight: 800;
}

.zt .right .tit {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.zt .right .jgtd {
    padding: 10px;
    margin-top: 20px;
    background: #f7f8fa;
    color: #666;
}

.xx {
    border: 1px solid #ddd;
    margin-top: 20px;
}

.xx a {
    display: block;
    width: 95px;
    padding: 0 40px;
    color: #333;
    text-decoration: none;
    height: 45px;
    line-height: 45px;
    background-color: #f2f2f2;
    border-right: 1px solid #ddd;
    text-align: center;
}


/*相关产品*/

.Related {
    display: none;
}

.MsgTable {
    width: 80%;
    margin-top: 20px;
    background-image: url("zxly-bg.png");
    padding: 30px 10px;
    padding-bottom: 100px;
}


/* 新闻中心 */

.NIndexCont2_2_3 .ColumnsIcoList .newsList {
    clear: both;
    margin-left: 0;
    overflow: hidden;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 0;
    padding: 15px 0;
    /* background: url("xw-2.png") center left no-repeat; */
    overflow: hidden;
}

.NIndexCont2_2_3 .ColumnsIcoList .newsList .newsImg {
    /* display: none; */
    float: left;
    margin-right: 30px;
}
.NIndexCont2_2_3 .ColumnsIcoList .newsList .bg{
    float: right;
}
.NIndexCont2_2_3 .ColumnsIcoList .newsList .newsImg a{
    display: block;
    width: 100;
    height: 75px;
    overflow: hidden;
}
.NIndexCont2_2_3 .ColumnsIcoList .newsList .newsImg a img{
    display: block;
    width: 100;
    height: 75px;
    transition: transform 0.2s ease;
}
.NIndexCont2_2_3 .ColumnsIcoList .newsList .newsImg a:hover img{
    transform: scale(1.1);
    transform-origin: center center;
    transition: transform 0.2s linear;
}
.NIndexCont2_2_3 .ColumnsIcoList .newsList .bg {
    width: 750px;
}

.NIndexCont2_2_3 .ColumnsIcoList .newsList .bg .newsBrief {
    color: #999;
    max-width: 750px;
}


.NIndexCont2_2_3 .ColumnsIcoList .newsList .bg .newsName {
    margin-bottom: 15px;
}
.NIndexCont2_2_3 .ColumnsIcoList .newsList .bg .newsName a{
    
    font-weight: 800;  
}

.NIndexCont2_2_3 .ColumnsIcoList .newsList .bg .newsTime {
    float: right;
}

/* .NIndexCont2_2_3 .ColumnsIcoList .newsList:hover {
    background: url("xw-3.png") center left no-repeat;
} */

.NIndexCont2_2_3 .ColumnsIcoList .newsList:hover .newsName a {
    color: #193e82;
}


/* 新闻分类 */
.ColumnsTitle{
    overflow: hidden;
    background: #193e82;
    padding:10px 20px;
    
}
.ColumnsTitle .ColumnsName{
    float: left;
    color: #fff;
}
.ColumnsTitle .ColumnsMore{
    float: right;
}
.ColumnsTitle .ColumnsMore a{
    color: #fff;
}
.NIndexCont2_2_3 .CustomTextList{
    margin-bottom: 30px;
}
.NIndexCont2_2_3 .CustomTextList li {
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding:10px 20px; 
    /* background: url("xw-2.png") center left no-repeat; */
}
.NIndexCont2_2_3 .CustomTextList li:nth-child(2n){
background-color: #e5e5e5;
}
/* .NIndexCont2_2_3 .CustomTextList li:hover {
    background: url("xw-3.png") center left no-repeat;
} */

.NIndexCont2_2_3 .CustomTextList li:hover .Name a {
    color: #193e82;
}

.NIndexCont2_2_3 .CustomTextList li .Name {
    float: left;
}

.NIndexCont2_2_3 .CustomTextList li .Time {
    float: right;
}

.NIndexCont2_2_3 .CustomTextList li .Cont {
    display: none;
}
/* 新闻内容 */
.PageFrom{
    text-align: center;
    margin-bottom: 20px;
}
.xwzx-ny p{
    margin-bottom: 10px;
    line-height: 25px;
}



/* 公司简介-发展历程 */
.fzlc .fzlc-nav li{
    padding:10px 0;
}
.fzlc .fzlc-nav li:nth-child(2n){
    background-color: #e5e5e5;
}
/* 联系我们 */

.lxwm {
    overflow: hidden;
}

.lxwm .lx {
    float: left;
}

.lxwm .dt {
    float: right;
}

.lxwm .lx h3 {
    color: #225ba0;
    margin-bottom: 30px;
}

.lxwm .lx p {
    overflow: hidden;
    line-height: 21px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 5px;
}

.lxwm .lx p img {
    float: left;
}


/* 页脚 */

.yj {
    background: url("yj-bg.png") bottom center no-repeat;
    background-color: #3e3e43;
    padding: 50px 0;
    padding-bottom: 100px;
}
.yj .yj-nav {
    overflow: hidden;
    
}


.yj .yj-nav>li {
    float: left;
    width: 11.2%;
    padding: 0 18px;
}
.yj .yj-nav>li>a{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    display: block;
    padding-bottom: 15px;
    border-bottom: 1px dashed #78787c;
    margin-bottom: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.yj .yj-nav .ejdh li{
    float: none;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    background: url("dot2.png") no-repeat center left;
    width: 100%;
    padding-right: 0;
    color: #d1d1d2;
    padding-left: 10px;
}
.yj .yj-nav .ejdh li a{
    color: #d1d1d2;
    font-weight: normal;
    font-size: 14px;
    border: 0;
    padding-bottom: 0;
    margin: 0;
}
/* 新增产品内容选项卡 */
.cpzs-ny .TabTitle {
    overflow: hidden;
    border-bottom:1px solid #225ba0;
}

/* .cpzs-ny .myTab .TabTitle ul {
    height: 42px;
} */

.cpzs-ny .myTab .TabTitle li {
    background: #ededed;
    float: left;
    cursor: pointer;
    width: 150px;
    padding:0 10px;
    height: 40px;
    font-size: 16px;
    color: #333333;
    text-align: center;
    overflow: hidden;
    line-height: 40px;
    margin-left: 3px;
}
.cpzs-ny .myTab .TabTitle li:first-child{
    margin-left: 0;
}
.cpzs-ny .myTab .TabTitle li:hover{
    background: #225ba0;
    color: #fff;
}
.cpzs-ny .myTab .TabTitle li:first-child {
    margin-left: 0px;
}




/*选项卡----------------------------------------------------------------------------------------内容*/

.cpzs-ny .myTab .TabContent {
    position: relative;
    font-size: 14px;
    overflow: hidden;
    min-height: 200px;
    margin-bottom: 30px;
    padding: 20px;
    color: #333333;
}

.cpzs-ny .myTab .TabContent>div {
    float: left;
    line-height: 28px;
}
.cpzs-ny .myTab .TabContent .zytz li{
    list-style-type:disc;
}

.cpzs-ny .myTab .TabContent div.normal {
    display: none;
    z-index: 0;
}

.cpzs-ny .myTab .TabContent div.active {
    z-index: 1;
}
.cpzs-ny .myTab .TabContent .cpgs{
    overflow: hidden;
}
.cpzs-ny .myTab .TabContent .cpgs .left{
    float: left;
    max-width: 500px;
    margin-right: 80px;
}
.cpzs-ny .myTab .TabContent .cpgs .right{
    float: right;
    width: 350px;
}

.jrwm .zp{
    font-size: 16px;
    font-weight: bold;
}
/* 解决方案 */
.jjda-tit {
    background-color: #225ba0;
    color: #fff;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
}
/* 联系方式 */
.lxfs {
    overflow: hidden;
}
.lxfs .left{
    float: left;
}
.lxfs .left h2{
    color: #225ba0;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    font-weight: bold;
}
.lxfs .left .lx{
    text-indent: 0;
    margin-bottom: 30px;
    line-height: 28px;
}
.lxfs .right{
    float: right;
    width: 450px;
    border:2px solid #e5e5e5;
}


/* 行业应用 */
.yyjs{
    margin-bottom: 20px;
display: block;
width: 680px;
margin-left: 135px;
padding-left: 20px;
height: 35px;
line-height: 35px;
background-color:#edf0f9;
margin-bottom: 20px;
}
