*{
    margin: 0;
    padding: 0;
}

.clear{
    clear: both;
    margin: 0 auto;
}

.wapper{
    width: 1200px;
    margin: 0 auto;
}

a{
    text-decoration: none;
}

ul{
    list-style: none;
}

.top{
    height: 100px;
}

.logo{
    /*font-size: 28px;*/
    /*color: #000;*/
    display: block;
    /*line-height: 100px;*/
    /*font-weight: bolder;*/
    float: left;
    margin-top: 23px;
    height: 60px;
}


.logo img{
    display: block;
    height: 100%;
}



.top dl{
    float: right;
    height: 100%;
}

.top dl dt{
    font-size: 20px;
    float: left;
    height: 100px;
    line-height: 100px;
    color: #000;
}

.top dl dd{
    font-size: 20px;
    float: left;
    height: 100px;
    line-height: 100px;
    color: #000;
}

.mebg{
 background: #0689db;
    z-index: 100;
}


.menu{
    height: 50px;
    position: relative;
    z-index: 999;

    
}

.menu>li{
    width: 164px;
    float: left;
    height: 50px;
    position: relative;
}

.menu>li>a{
    display: block;
    height: 50px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    transition: 500ms;
}

.menu>li dl{
    position: absolute;
    top: 50px;
    left: 0;
    width: calc(100% - 10px);
    border: 1px solid #ccc;
    padding: 5px;
    display: none;
}


.menu>li:hover>a{
    background: #2ea3f2;
}

.menu>li:hover dl{
    display: block;
    background: #fff;
}

.menu>li dl dd{
    height: 30px;
    line-height: 30px;
    border-bottom: 1px dashed #ccc;
}

.menu>li dl dd a{
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #000;
    transition: 500ms;
}

.menu>li dl dd:hover a{
    color: #2196f3;
}


/* 本例子css */
.slideBox{height:400px; overflow:hidden; position:relative;}
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1;width: 100%; }
.slideBox .hd ul{ overflow:hidden; zoom:1;
    height: 15px;
    position: absolute;
    left: 50%;
    width: fit-content;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}
.slideBox .hd ul li{ float:left; margin-right:5px;  width:10px; height:10px; line-height:14px; text-align:center; background:#c2bfa3; cursor:pointer;border-radius: 50%; }
.slideBox .hd ul li.on{ background:#fff; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:100%; height:400px; display:block;  }

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }

.con1bg{
}

.con1Con{
    /*border: 1px solid #2196f3;*/
    margin: 20px auto;
    padding: 30px;
    width:  1138px;
    height: 296px;
}

.con1L{
    float: left;
    width: 434px;
    height:310px;
    /*border: 1px solid #2196f3;*/
    margin-left:23px;
    margin-top:-11px;
}

.con1R{
    display: block;
    width: 600px;
    float: right;
}

.ov{
    height:327px;
    overflow: hidden;
    margin-top: -5px;
}

.anniu{
    display: block;
    cursor: pointer;
    
    font-size: 16px;
    color: #2196f3;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.con2{
    margin: 20px auto;
}

.title{
    height: 55px;
    /*border-bottom: 1px solid #2196f3;*/
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.title span{
    display: inline-block;
    font-size: 30px;
    height: 55px;
    /*border-bottom: 1px solid #f00;*/
    line-height: 33px;
    color: #0689db;

    position: relative;
}

.title span:after{
    content: '';
    width: 70%;
    height: 5px;
    border-radius: 5px;
    background: #0689db;
    position: absolute;
    left: 15%;
    bottom: 0;
}

.con2{
margin-bottom: 50px !important;
}


.mianbaoxue{
    height: 33px;
    position: absolute;
    left: 0;
    top: 0;
    width: fit-content;
    padding: 0 10px;
    color: #2196f3;
    font-size: 15px;
    line-height: 33px;
}

.mianbaoxue>a{
    color: #2196f3;
    font-size: 15px;
    line-height: 33px;
}

.mianbaoxue>a:hover{
    color: #f00;
}


.con2 ul{
    margin: 15px 0;
    overflow: hidden;
}


.con2 ul li{
    width: 260px;
    height: 250px;
    float: left;
    margin-right: 53px;
    margin-bottom: 20px;
    overflow: hidden;
}


.con2 ul li a{
    display: block;
    width: 260px;
    height: 230px;
}

.con2 ul li a img{
    display: block;
    width: 80%;
    height: 80%;
    transition: 500ms;
	padding-left:34px;
}

.con2 ul li:hover img{
   transform: scale(1.3);
}


.con2 ul li a span{
    display: block;
    width: 260px;
    height: 50px;
    font-size: 16px;
    color: #000;
    margin-top: 20px;
    text-align: center;
    line-height: 50px;
    transition: 500ms;
}

.con2 ul li:hover span{
    color: #2196f3;
}
/*
.anniu2{
    display: block;
    cursor: pointer;
    border: 1px solid #2196f3;
    font-size: 16px;
    color: #2196f3;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

*/

.aDiv{
 text-align: center;
}

.aLink{
    display: inline-block;
    cursor: pointer;
    border: 2px solid #2196f3;
    font-size: 20px;
    border-radius: 5px;
    background: rgba(33,150,243,.5);
    color: #fff;
    font-weight: bolder;
    text-align: center;
    height: 50px;
    line-height: 50px;
    transition: 500ms;
    padding: 0 20px;
}

.aLink:hover{
    background: rgba(33,150,243,1);
}


.con3{
    margin: 20px auto;
}

.con3M{
    margin: 10px auto;
    overflow: hidden;
}

.con3M li{
    width: 400px;
    float: left;
}

.con3M li dl{
    width: 100%;
    height: 100%;
}

.con3M li dl dt{

    text-align: center;
    line-height: 45px;
    height: 45px;
    border-right: none;
    position: relative;
}

.con3M li dl dt label{
    display: inline-block;
    color: #2196f3;
    font-size: 24px;
    font-weight: bolder;
    line-height: 45px;
    height: 45px;
    padding: 0 30px;
    position: relative;
}

.con3M li dl dt label:after{
    content: '';
    position: absolute;
    left: 0;
    top: 22px;
    width: 20px;
    height: 3px;
    border-radius: 3px;
    background: #2196f3;
}

.con3M li dl dt label:before{
    content: '';
    position: absolute;
    right: 0;
    top: 22px;
    width: 20px;
    height: 3px;
    border-radius: 3px;
    background: #2196f3;
}


/*.con3M li:last-child dl dt{*/
    /*border-right:1px solid #2196f3;*/
/*}*/

.con3M li dl dd{
    padding: 10px;
    margin-bottom: 30px;
}

.con3M li dl dd>div{
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}

.con3M li dl dd a{
    display: block;
    font-size: 14px;
    color: #000;
    width: calc(100% - 100px);
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    line-height: 30px;
    height: 30px;
    padding-left: 10px;
    overflow: hidden;
    position: relative;
}

.con3M li dl dd span{
    display: block;
    float: right;
    font-size: 14px;
    color: #666666;
    height: 30px;
    line-height: 30px;
    width: 80px;
}

.con3M li dl dd a:hover{
    color: #2196f3;
    text-decoration: underline;
}



.ov2{
    height: 180px;
    overflow: hidden;
}

.anniu3{
    display: block;
    cursor: pointer;
    border: 1px solid #2196f3;
    font-size: 16px;
    color: #2196f3;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.foot{
    margin: 30px auto 0;
}

.footUl{
    overflow: hidden;
    margin: 10px auto;
    margin-left: 130px;
}

.footUl>li{
    width: 380px;
    padding: 0 380px;
    float: left;
    margin-right: -130px;
}


.footUl>li dd{
    line-height: 24px;
    margin: 5px 0;
    overflow: hidden;
}

.footUl>li dt{
    line-height: 60px;
    font-size: 18px;
    color: #000;
    margin-left: 13px;
}

.footUl>li dd label{
    width:68px;
    text-align: right;
    display: block;
    line-height: 24px;
    float: left;
}

.footUl>li dd input{
     display: block;
     float: left;
     outline: none;
     border-radius: 3px;
     width: 359px;
     margin-left: 10px;
     border: 1px solid #ccc;
     height: 24px;
     padding-left: 5px;
 }

.footUl>li dd input[type="button"]{
    display: block;
    outline: none;
    border-radius: 3px;
    width: 378px;
    border: 1px solid #ccc;
    height: 24px;
    cursor: pointer;
    margin-left: 64px  !important;
    padding-left:0 !important;
}


.lynr{
    border: 1px solid #ccc;
    display: block;
    outline: none;
    border-radius: 3px;
    width: 362px;
    height:90px;
    padding: 10px;
    margin-left: 60px;
}

.wxDiv{
    width: 130px;
    height: 130px;
}

.wxDiv img{
    display: block;
    width: 130px;
    height: 130px;
    margin-left: 33px;
    
}
.wxDiv span{
    display: block;
    width: 130px;
    color: #000;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    margin-left: 34px;
}

/*inside--------------------------------------------------*/
.insBanner{
    height: 300px;
}

.inside{
    margin: 15px auto;
    overflow: hidden;
}

.insL{
    width: 230px;
    float: left;
}

.insR{
    width: 940px;
	float: right;
}

.insRCon{
    padding: 10px 0;
}

.insL1{
}

.insL1 ul{
    padding: 10px 0;
}


.insL1 ul li{
    line-height: 30px;
    margin-bottom: 2px;
    position: relative;
}

.insL1 ul li>a{
    display: block;
    font-size: 16px;
    color: #000;
    line-height: 30px;
    padding: 10px 10px;
    background: #f2f2f2;
}

.insL1 ul li:hover>a{
    background: rgba(0,0,0,.5);
}


.insL1 ul li:hover>a{
    color: #fff;
}


.insL1 ul li dl{
    width: 100%;
    margin-top: 2px;
    display: none;
}

.insL1 ul li dl dd{
    line-height: 30px;
    margin-bottom: 2px;
    background: #f2f2f2;

}

.insL1 ul li dl dd a{
    display: block;
    font-size: 16px;
    color: #000;
    line-height: 30px;
    padding: 0 15px;
}

.insL1 ul li dl dd:hover{
    background: rgba(0,0,0,.5);
}

.insL1 ul li dl dd:hover>a{
    color: #fff;
}


.fL{
    float: left;
}

.wL{
    width: 230px !important;
}

.w1{
    width:230px !important;
}

.w1 input{
    width:147px !important;
}

.w2{
    width: 220px !important;
}

.w2 input{
    width: 147px !important;
}


.fL label{
    width: 50px !important;
}

.wL input{
    width: 147px !important;
}

.fN{
    clear: both;
}

/*产品页修改*/
.proUl{
    overflow: hidden;
}

.proUl li{
    width: 224px;
    height: 250px;
    float: left;
    margin-bottom: 10px;
    margin-right: 14px;
}


.proUl li a{
    width: 224px;
    height: 250px;
    display: block;
}

.proTu{
    width: 222px;
    height: 222px;
    position: relative;
    border:1px solid #ccc;
}

.proTu img{
    display: block;
    max-width: 222px;
    max-height: 222px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.proUl li span{
    display: block;
    height: 30px;
    /*background: rgba(0,0,0,.6);*/
    line-height: 30px;
    color: #666;
    font-size: 14px;
    text-align: center;
}

.proUl li:hover span{
    color: #f00;
}



/*宽度修改*/


  .tj02 > a { display: block; width: 118px; height: 30px; border: 1px solid #444; border-radius: 5px; margin: 30px auto; text-align: center; line-height: 30px; color: #444; }
        
        .tj02 > a:hover { background: #252a5e; color: #fff; }
        
        .NEWLi li a { display: block; height: 36px; padding-left: 16px; overflow: hidden; position: relative; }
        
        .NEWLi li a span { display: block; height: 36px; line-height: 36px; color: #000; font-size: 14px; float: right; }
        
        .NEWLi li a label { display: block; height: 36px; line-height: 36px; color: #000; font-size: 14px; float: left; width: 260px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
        
        .NEWLi li:hover label { color: #f00; }
        
        .NEWLi li:hover span { color: #f00; }
        
        .NEWLi li a:after { content: ''; position: absolute; left: 0; top: 14px; border-left: 4px solid #000; border-top: 4px solid transparent; border-bottom: 4px solid transparent; }
        
        .NEWLi li { height: 36px; border-bottom: 1px dashed #ccc; }
        
        .NEWLi {    margin-top: 30px; height: 74px; overflow: hidden; }
        
        .tj02Ul > li > a dl dd { height: 40px; font-size: 14px; color: #666; overflow: hidden; line-height: 20px; }
        
        .tj02Ul > li > a dl dt { font-size: 16px; line-height: 40px; color: #444; overflow: hidden; font-weight: bolder; text-overflow: ellipsis; white-space: nowrap; }
        
        .tj02Ul > li > a dl dt:hover { color: #f00; }
        
        .tj02Ul > li > a dl { padding: 20px 10px; background: #f5f5f5; height: 80px; }
        
        .riqi span { display: block; color: #fff; line-height: 20px; font-size: 14px; text-align: center; }
        
        .riqi label { color: #fff; line-height: 24px; font-size: 20px; display: block; text-align: center; }
        
        .riqi { padding: 10px; background: #1b2a5f; position: absolute; left: 0; top: 0; width: fit-content; }
        
        .divTu img { display: block; width: 100%; height: 100%; }
        
        .divTu { width: 380px; height: 242px; overflow: hidden; position: relative; }
        
        .tj02Ul > li > a { display: block; width: 100%; }
        
        .tj02Ul { overflow: hidden; margin-top: 40px; }
        
        .tj02Ul > li { margin: 0 10px; width: 380px; height: 462px; float: left; }
        
        .Tit02 > span { display: block; color: #888; font-size: 14px; line-height: 30px; text-align: center; }
        
        .Tit02 { }
        
        .Tit02 h1 { height: 70px; font-size: 30px; color: #000; text-align: center; line-height: 70px; }
        
        
        .Tit02 h1 span { color: #ce0002; }
        
        
        
        
        .tj02 { padding: 30px 0; }
        
        .dl04 { position: absolute; right: 0; top: 161px; }
        
        
        .dl03 { position: absolute; right: 0; top: 0; }
        
        .dl02 { position: absolute; left: 0; top: 161px; }
        
        
        .dl01 { position: absolute; left: 0; top: 0; }
        
        .tj01dl dd label { display: block; font-size: 18px; font-weight: bolder; color: #fff; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; margin-bottom: 5px; }
        
        .tj01dl dd span { display: block; font-size: 14px; font-weight: bolder; color: #fff; overflow: hidden; height: 80px; line-height: 20px; }
        
        .tj01dl dd { width: calc(100% - 60px); float: left; }
        
        .tj01dl dt { float: left; color: #fff; font-size: 24px; text-align: center; width: 50px; height: 70px; margin-right: 10px; background: #22347a; font-weight: bolder; line-height: 70px; }
        
        .bor01 { border-top: 1px dashed #364eab; }
        
        .tj01dl { width: 417px; padding: 25px 0; border-bottom: 1px dashed #364eab; overflow: hidden; }
        
        .tj01M { height: 330px; position: relative; margin-top: 45px; }
        
        .tj01M img { display: block; width: 320px; height: 320px; border-radius: 50%; border: 5px solid #fff; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; }
        
        
        .tj01 { min-height: 548px; }
        
        .TitBg { margin-top: 74px; height: 74px; }
        
        .Tit { width: fit-content; height: 74px; background: url(images/jiantou01.html) no-repeat left top,url(images/jiantou02.html) no-repeat right bottom; padding: 0 26px; margin: 0 auto; }
        
        .Tit h1 { color: #fff; font-size: 30px; line-height: 50px; text-align: center; }
        
        .Tit span { color: #4763d0; }
        
        .Tit h3 { color: #fff; font-size: 22px; line-height: 30px; text-align: center;}
        .insR .title span{
            display: none;
        }


.footBg{
    padding: 30px 0;
    background: #0689db;
    color: #fff !important;
}


.footBg .title{
    color: #fff !important;
}

.footBg .title span{
    color: #fff !important;
}

.footBg .title span:after {
    content: '';
    width: 70%;
    height: 5px;
    border-radius: 5px;
    background: #fff !important;
    position: absolute;
    left: 15%;
    bottom: 0;
}


.footBg a{
    color: #fff !important;
}

.footBg dt{
    color: #fff !important;
}

.footBg .wxDiv span{
    color: #fff !important;
}





