body{
    font-size: 14px!important;
}
*{
    box-sizing: border-box!important;
}
a{
    text-decoration: none;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
h1,h2,h3,h4,h5{
    margin: 0;
    padding: 0;
}
p{
    margin: 0;
    padding: 0;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
img{
    vertical-align: middle;
    border: none;
}
input{
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
.clear{
    clear: both;
}

/*public*/
.InBanner{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.InBanner img{
    width: 100%;
    height: 100%;
}

.crumb{
    width: 100%;
    height: auto;
    margin-top: 35px;
    margin-bottom: 10px;
    overflow: hidden;
}
.crumb .crumbInfo a{
    color: #a5a5a5;
    font-size: 14px;
}
.crumb .crumbInfo a:hover{
    color: #129e70;
}
.crumbInfo span{
    color: #a5a5a5;
}

.main{
    width: 100%;
    height: auto;
    margin-bottom: 50px;
    /* overflow: hidden; */
    padding-bottom: 100px;
}
.main .mainBox{
/*    min-height: 500px;
*//*    background-image: url("../images/mainBg.png");
*/    background-repeat: no-repeat;
    background-size: 100% 550px;
}
.mainBox .mainLef{
    width: 206px;
    height: auto;
    margin-top: 45px;
    overflow: hidden;
}

.mainRig{
    /* width: 940px; */
    height: auto;
    /* overflow: hidden; */
}

.mainLef h4{
    width: 100%;
    height: 50px;
    background-color: #263e98;
    color: #ffffff;
    cursor: context-menu;
    line-height: 50px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
}
.mainLef ul{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    overflow: hidden;
}
.mainLef ul li{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    text-align: center;
    background: #999;
    margin-top:1px;
}
.mainLef ul li a{
    width: 100%;
    height: 100%;
    color: #fff;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.mainLef ul li a:hover{
    background: #6780e0;
    color: #ffffff;
}

.contInfo{
    width: 100%;
    height: 240px;
    background: #4460c6;
    color: #ffffff;    
    overflow: hidden;
}
.contInfo img{
    width: 100px;
    height: 100px;
    display: block;
    margin: 20px auto 5px;
}
.contInfo i{
    width: 100%;
    display: block;
    font-size: 12px;
    font-style: normal;
    text-align: center;
    margin-bottom: 25px;
    color: #fff;
}
.contInfo span{
    width: 100%;
    display: block;
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
    color: #fff;
}
.contInfo p{
    width: 100%;
    display: block;
    font-size: 16px;
    text-align: center;
    color: #fff;
}


/*public*/

/*aboutUs*/

.mainRig .details{
    width: 830px;
    height: auto;
    text-align: justify;
}
.details .content h3{
    width: 100%;
    color: #007bc2;
    font-size: 24px;
    font-weight: 500;
    /*margin: 45px auto 45px;*/
    margin: 45px auto 25px;
    text-align: center;
}
.content .Info{
    background: #f3f0f0;
    text-align: center;
    line-height: 24px;
    margin-bottom: 15px;
    padding: 10px 0;
}

/*aboutUs*/


/*product*/
.mList{
    width: 925px;
    height: auto;
    /*background: #f8f8f8;*/
    margin-top: 35px;
    float: right;
}
.mList h4{
    width: 100%;
    height: 75px;
    /*background-image: url("../images/pTit.jpg");*/
    background-repeat: no-repeat;
    background-position: left;
    border-bottom: 2px dashed #9b9aaa;
    margin-bottom: 40px;
}
.mlCon{
    width: 100%;
    height: auto;
}
.mlCon ul.mll{
    width: 100%;
    height: auto;
}
.mlCon ul.mll li{
    width:290px;
    height:260px;
    margin: 0 5px 10px 5px;
    box-shadow: inset 0 0 0 0 rgba(54,71,140,0);
/*    overflow: hidden;*/
    float: left;
}
.mlCon ul.mll li:hover{
    box-shadow: inset 0 0 0 10px rgba(54,71,140,.05);
}

.mlCon ul.mll li .img{
    /*width: 100%;*/
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin: 25px auto 0;
}
.mlCon ul.mll li .img img{
    width: 100%;
    /*max-width: 100%;*/
    /*max-height: 100%;    */
}
.mlCon ul.mll li h5{
    color: #565a73;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 25px;
    padding: 0 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}
.mlCon ul.mll li p{
    overflow: hidden;    
}
.mlCon ul.mll li,
.mlCon ul.mll li .img>img,
.mlCon ul.mll li h5{
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.mlCon ul.mll li h5:hover{
    color: #39aa6c;
}
.mlCon ul.mll li:hover .img>img{
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
}

/*product*/

/*contact*/
.contactBox{
    width: 966px;
    height: auto;
    margin: 0 auto;
}
.contactBox h4{
    width: 100%;
    color: #263e98;
    font-size: 24px;
    font-weight: 500;
    margin: 45px auto 45px;
    text-align: center;
}
.contactBox .map{
    margin-bottom: 40px;
}
.contactBox p{
    color: #454545;
    font-size: 14px;
    margin-bottom: 10px;
}

/*contact*/

/*newsList*/
.mainRig .newsLis{
    width: 100%;
    height: auto;
    /*background: #f8f8f8;*/
    margin-top: 35px;
    float: right;
}
.mainRig .newsLis .ulist{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.newsLis .ulist li{
    width: 100%;
    height: 185px;
    float: left;
    /* padding-top: 15px; */
    padding: 15px;
    overflow: hidden;
    border-bottom: 1px solid #dedede;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    margin-bottom: 20px;
}
.newsLis .ulist li .nImg{
    width: 300px;
    height: 180px;
    float: left;
    overflow: hidden;
}
.newsLis .ulist li .nImg a>img{
    max-width: 100%;
    width:  100%;
    height: 100%;
}

.newsLis .ulist li .nText{
    /* width: 630px; */
    width: 855px;
    float: right;
    margin-right: 10px;
    padding-right: 15px;
}
.newsLis .ulist li .nText .conTitle{
    height: 40px;
    line-height: 40px;
    float: left;
    width: 100%;
    text-align: left;
    overflow: hidden;
    font-size: 19px;
    font-weight: 500;
}
.conTitle a{
    color: #000000;
}
.conTitle a:hover{
    color: #036847;
}
.nText .conDesc{
    /*min-height: 80px;*/
    font-size: 14px;
    float: left;
    margin: 3px 0 20px;
    height: 73px;
    line-height: 1.7;
    overflow: hidden;
}

.nText .more{
    width: 100%;
    float: left;
    text-align: left;
    font-size: 15px;
    overflow: hidden;
}
.nText .more span{
    margin-right: 20px;
    color: #999;
    margin-top:20px;
}
.nText .more a{
    color: #183888;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.nText .more a:hover{
    margin-right: 0;
}

.newsLis .ulist li:hover{
    background: #f8f8f8;
}

.newsConBox p img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
/*newsList*/

/*脙茠脗楼脙鈥姑⑩偓聽脙垄芒鈥毬偮犆兤捗偮┟冣€毭偮∶冣€毭偮�*/
#content-page .pagination>.active>a{
    color: #fff;
}
.pagination ul .active a{
    background-color: #263e98;  
}
#content-page .pagination>.disabled>a{
    color: #777;
}
#content-page .pagination>li{
    cursor: pointer;
}
#content-page .pagination>li>a{
    color: #263e98;
}
#content-page .pagination>.active>a:hover{
    background-color: #3756a6;  
}
.pagination>.active>a{
    border-color: #263e98!important;
}
/*脙茠脗楼脙鈥姑⑩偓聽脙垄芒鈥毬偮犆兤捗偮┟冣€毭偮∶冣€毭偮�*/

/*proInfo*/
/*脙茠脗楼脙鈥γ偮犆冣€毭偮犆兤捗偮冣€毭偮矫冣€毭偮�*/
#ajax_load_progessbar{
    width: 100px; 
    height: 100px; 
    position: absolute; 
    top: 0px; 
    left: 0px; 
    right: 0px; 
    bottom: 0px; 
    margin:auto;
    z-index: 500;
    display: none;
}
#ajax_load_progessbar.show_load{
    display: block;
}
#ajax_load_progessbar.hide_load{
    display: none;
}
.loadEffect{
    width: 100px;
    height: 100px;
    position: relative;
    margin: 0 auto;
}
.loadEffect span{
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ed5c29;
    position: absolute;
    -webkit-animation: load 1.04s ease infinite;
}
@-webkit-keyframes load{
    0%{
        background: #cacaca;
    }
    100%{
        background: #ed5c29;
    }
}
.loadEffect span:nth-child(1){
    left: 0;
    top: 50%;
    margin-top:-8px;
    -webkit-animation-delay:0.13s;
}
.loadEffect span:nth-child(2){
    left: 14px;
    top: 14px;
    -webkit-animation-delay:0.26s;
}
.loadEffect span:nth-child(3){
    left: 50%;
    top: 0;
    margin-left: -8px;
    -webkit-animation-delay:0.39s;
}
.loadEffect span:nth-child(4){
    top: 14px;
    right:14px;
    -webkit-animation-delay:0.52s;
}
.loadEffect span:nth-child(5){
    right: 0;
    top: 50%;
    margin-top:-8px;
    -webkit-animation-delay:0.65s;
}
.loadEffect span:nth-child(6){
    right: 14px;
    bottom:14px;
    -webkit-animation-delay:0.78s;
}
.loadEffect span:nth-child(7){
    bottom: 0;
    left: 50%;
    margin-left: -8px;
    -webkit-animation-delay:0.91s;
}
.loadEffect span:nth-child(8){
    bottom: 14px;
    left: 14px;
    -webkit-animation-delay:1.04s;
}
/*脙茠脗楼脙鈥γ⑩偓艙脙鈥毭偮兤捗偮冣€毭偮好冣€毭偮棵兤捗偮兟⒚⑩€毬偮⒚兟⒚⑩偓啪脗垄脙茠脗篓脙鈥毭偮兟⒚⑩偓拧脗卢*/
.message{width:100%; height:auto; margin:0 auto;}
/*脙茠脗搂脙垄芒鈥毬偮⒚兟⒚⑩偓啪脗垄脙茠脗篓脙鈥毭偮兟⒚⑩偓拧脗卢脙茠脗楼脙垄芒鈥毬偮好冣€毭偮久兤捗偮兟⒚⑩€毬偮懊兟⒚⑩€毬偮�*/
.message .img{width:500px; height:auto; float:left;}
.message .img img{width:500px; height:auto;}
/*脙茠脗搂脙垄芒鈥毬偮⒚兟⒚⑩偓啪脗垄脙茠脗篓脙鈥毭偮兟⒚⑩偓拧脗卢脙茠脗娄脙鈥毭偮∶兟⒚⑩€毬偮�*/
.message .messageCon{width:100%; height:auto; float:right;}
.message .messageCon .title{width:100%; height:auto; padding-top:20px; margin-bottom:30px;}
.message .messageCon .title h4{font-size:30px; font-family:"Times New Roman"; color:#624533; font-weight:normal; padding-bottom:10px;}
.message .messageCon .title h5{font-size:18px; color:#666; line-height:24px; font-weight:normal;}

.message .messageCon .messageBox{width:100%; height:auto;}
.message .messageCon .messageBox .text{width:218px; float: left; margin-left: 8px; height:45px; box-sizing:border-box; border:1px solid #ccc; background:none; margin-bottom:10px;}
.message .messageCon .messageBox .text i{display:block; float:left; width:59px; height:43px;}
.message .messageCon .messageBox .text .i1{background:url(../images/messageIcon1.png) center no-repeat;}
.message .messageCon .messageBox .text .i2{background:url(../images/messageIcon2.png) center no-repeat;}
.message .messageCon .messageBox .text span{display:block; float:left; width:1px; height:20px; margin:12px 0; background:#ccc;}
.message .messageCon .messageBox .text input{width:156px; height:20px; float:left; box-sizing:border-box; padding:0 15px; margin:12px 0; border:none; background:none;}

.message .messageCon .messageBox .textarea{width:444px; float: left;margin-left: 8px; height:120px; box-sizing:border-box; border:1px solid #ccc; background:none; margin-bottom:10px;}
.message .messageCon .messageBox .textarea textarea{
    border: none;
    background: none;
    padding: 10px 10px;
    line-height: 25px;
    width: 100%;
    height: 100%;
}
.message .messageCon .messageBox .vCode{width:550px; height:45px; margin-bottom:20px;}
.message .messageCon .messageBox .vCode input{border:1px solid #ccc; background:rgba(0,139,214,.05); box-sizing:border-box; width:200px; height:45px; float:left; padding:12px 15px; line-height:25px;}
.message .messageCon .messageBox .vCode p{width:80px; height:28px; float:left; margin:7px 20px;}

.message .messageCon .messageBox .button{width:200px; height:45px;}
.message .messageCon .messageBox .button input{width:444px; float: left; margin-left: 8px; height:45px; background:#624533; color:#fff; border:none; font-size:16px;}

/*.toumings,.toumingss{position: fixed;left:0;top:0;background:url(../contact/tmss.png); width:100%;height:100%;z-index:9999;display:none}
*/
.wxcode,.wxcodes{width:200px;height:auto;position: fixed;left:50%;top:20%;text-align:center;}
.wxcode img,.wxcodes img{width:178px;height:178px;position: relative;left:100%}
.wxcode p{color:#fff;margin-top:10px;cursor:pointer;position: relative;left:-100%}
.products li{position: relative;}
.products li img{width:100%!important;height:100%!important}
.products li p{position: absolute;left:0;bottom:-24px;width:96%;height:40px;background:rgba(0,0,0,0.5);margin-bottom:0;text-align:center;color:#fff;padding:0 2%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;line-height:40px;}
.pagination{float:right;}

.sub-btn{text-align:center;}
.sub-btn li{border:1px solid #c9c9c9;padding:5px 15px;display:inline-block;*zoom:1;*display:inline;color:#4b4b4b;margin:0 10px;-webkit-transition:all 0.6s;transition:all 0.6s;}
.sub-btn li a{display:block;width:100%;height:100%}
.sub-btn li:hover{background:#dedede;}
 .bit-tits{text-align:center;position: relative;padding:50px 0;}
 .bit-tits i{position: absolute;width:50%;height:20px;background:url(../images/Alines.jpg) repeat-x;top:60px;}
.bit-tits i.lefts{left:0;}
.bit-tits i.rights{right:0;}
.bit-tits h2{width:360px;height:35px;background:url(../images/bbgs.png) no-repeat center #fff;margin:0 auto;position: relative;z-index:999}


.bigs-tit{padding-top: 50px;}