*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
    color: #333;
}
body{
	font-family: "微软雅黑";
    min-width: 1200px;
}
ul{
    list-style: none;
}




.top{
    width: 100%;
    overflow: hidden;
    height: 30px;
    border-bottom: 1px solid #ccc;
    line-height: 30px;
}
.top>div{
    width: 1200px;
    overflow: hidden;
    margin: auto;
}
.top>div>span{
    float: left;
    font-size: 12px;
    color: #696969;
}
.topRight{
    float: right;
}
.topRight a{
    font-size: 12px;
    color: #696969;
}




.top1{
    width: 100%;
}
.nav{
/*    box-shadow: 0px 2px 3px #ccc;*/
    width: 1200px;
    margin: auto;
}
.nav>img:nth-child(1){
    float: left;
}
.navRight{
    float: right;
}
.navRight a{
    display: block;
    width: 123px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #e6e6e6;
    font-size: 24px;
    font-family: 华文行楷 Regular;
    color: #08228f;
}
.navRight a:nth-child(1){
    border-bottom: 1px solid #07228d;
}
.navRight a:hover{
    background: #07228d;
    color: #fff; 
    transition: 0.2s linear;
}


.nav>ul{
    margin-bottom: 0;
    font-size: 0;
    float: left;
    margin-top: 36px;
    margin-left: 45px;
}
.nav>ul>li{
    display: inline-block;
    font-size: 16px;
    position: relative;
}
.nav>ul>li>a{
    display: block;
    text-align: center;
    color: #333;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    width: 98px;
    background: #fff;
}



.nav>ul>li>a:hover{
    /*border-bottom: 2px solid #243B84;*/
   background:#07228d;
   color: #fff;
   transition: 0.3s linear;
   border-radius: 6px;
}
.clear{
    clear: both;
}









.myabout{
    width: 1200px;
    margin: auto;
    overflow: hidden;
}
.myabout>img{
    display: block;
    margin: auto;
    margin-top: 60px;
}
.myabout>span{
    display: block;
    text-align: center;
    color: #4c4c4c;
    font-size: 16px;
}


.myabouts{
    overflow: hidden;
}
.myabouts img{
    float: left;
}
.myabouts .myaboutRight{
    float: right;
    width: 621px;
    margin-top: 60px;
    overflow: hidden;
}
.myabouts p{
    font-size: 16px;
    color: #666666;
    overflow: hidden;
    line-height: 36px;
    margin-bottom: 20px;
}
.myabouts a{
    display: block;
    width: 150px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border: 1px solid #282828;
    font-size: 18px;
    color: #282828;
}

.myabouts a:hover{
    background: #07228d;
    color: #fff;
    transition: 0.2s linear;
}






.myproduct{
    width: 100%;
    height: 679px;
    background: url(../image/pro_bg_04.jpg)center 0 no-repeat;
    overflow: hidden;
    margin-top: 54px;
}
.myproduct>div{
    width: 1200px;
    margin: auto;
    overflow: hidden;
}



.myproduct>div>img{
    display: block;
    margin: auto;
    margin-top: 50px;
}
.myproduct>div>span{
    display: block;
    text-align: center;
    color: #4c4c4c;
    font-size: 16px;
    margin-bottom: 13px;
}

.myproducts{
    width: 100%;
    overflow: hidden;
}
.myproductss{
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
.myproductss a{
    display: block;
    position: relative;
    margin-top: 17px;

}
.myproductss img{
    width: 283px;
    height: 208px;
}
.myproductss div{
    margin-left: 17px;    
}
.myproductss span{
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,0.6);
    height: 40px;
    line-height: 40px;
}





.mynew{
    width: 100%;
    min-height: 665px;
    background: #f5f5f5;
    overflow: hidden;
}
.mynew>div{
    width: 1200px;
    margin: auto;
    overflow: hidden;
}



.mynew>div>img{
    display: block;
    margin: auto;
    margin-top: 50px;
}
.mynew>div>span{
    display: block;
    text-align: center;
    color: #4c4c4c;
    font-size: 16px;
    margin-bottom: 13px;
}

.mynews{
    overflow: hidden;

}
.mynews>img{
    float: right;
}



.mynewsLeft{
    float: left;
    overflow: hidden;
    width: 728px;
    padding-top: 33px;
}
.mynewsLeft a{
    display: block;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    padding-bottom: 19px;
    margin-top: 28px;
}
.mynewsLeft img{
    float: left;
    width: 109px;
    height: 87px;

}

.mynewsLeft>a>div{
    float: right;
    width: 603px;
    overflow: hidden;
}

.mynewsLeft>a>div>div{
     overflow: hidden;
    color: #b08d5b;
    font-size: 16px;   
}
.mynewsLeft span{
     float: right;   
}

.mynewsLeft label{
     color: #ff0000;
    float: right;
    cursor: pointer;
}
.mynewsLeft p{
     color: #666666;
    overflow: hidden;
    line-height: 26px;
    margin-bottom: 0;
    margin-top: 6px;   
}



























.bottom{
     width: 100%;
    height: 156px;
    background:#e6e6e6;
    overflow: hidden;
}
.bottom>div{
    width: 1200px;
    margin: auto;
    overflow: hidden;
    display: flex;
}
.bottom>div>div:nth-child(1){
    padding-left: 0;
}
.bottomCenter{
    flex: 1;
    overflow: hidden;
    margin-top: 58px;
    padding-left: 59px;
}
.bottomCenter>div{
    float: left;
    overflow: hidden;
}
.bottomCenter>div>img{
    float: left;
}

.bottomCenter>div>div{
    float: left;
    margin-left: 16px;   
}

.bottomCenter>div>div>span{
    display: block;
    color: #000000;
}

.bottomCenter>div>div>label{
    display: block;
    color: #4c4c4c;
    font-weight: 400;
}

.bottomCenter>div>div>a{
    display: block;
    color: #4c4c4c;  
}

.bottomCenter>img{
    float: right;
}
.bottoms{
    width: 100%;
    background: #1b1b1b;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
}
.bottoms a{
    font-size: 12px;
    color: #fff;
}







/*.izl-rmenu{position:fixed;left:58%;margin-left:532px;bottom:10px;padding-bottom:73px;background:url(../image/r_b.png) 0px bottom no-repeat;z-index:999;}
.izl-rmenu .btn{display:block;width:72px;height:73px;margin-bottom:1px;cursor:pointer;position:relative;}
.izl-rmenu .btn-qq{background:url(../image/r_qq.png) 0px 0px no-repeat;background-color:#6da9de;}
.izl-rmenu .btn-qq:hover{background-color:#488bc7;}
.izl-rmenu a.btn-qq,.izl-rmenu a.btn-qq:visited{background:url(../image/r_qq.png) 0px 0px no-repeat;background-color:#6da9de;text-decoration:none;display:block;}
.izl-rmenu .btn-wx{background:url(../image/r_wx.png) 0px 0px no-repeat;background-color:#78c340;}
.izl-rmenu .btn-wx:hover{background-color:#58a81c;}
.izl-rmenu .btn-wx .pic{position:absolute;left:-160px;top:0px;display:none;width:160px;height:160px;}
.izl-rmenu .btn-phone{background:url(../image/r_phone.png) 0px 0px no-repeat;background-color:#fbb01f;}
.izl-rmenu .btn-phone:hover{background-color:#ff811b;}
.izl-rmenu .btn-phone .phone{background-color:#ff811b;position:absolute;width:160px;left:-160px;top:0px;line-height:73px;color:#FFF;font-size:18px;text-align:center;display:none;}
.izl-rmenu .btn-top{background:url(../image/r_top.png) 0px 0px no-repeat;background-color:#666666;display:none;}
.izl-rmenu .btn-top:hover{background-color:#444;}

*/

































/*详情*/
/* 垂直居中 */
.small-img{
    display: flex;
    align-items:center;
    justify-content: center;
}
.clearfix:before,
.clearfix:after{
  display: table;
  line-height: 0;
  content: "";
}
.magnifier{
    width: 500px;
    position: relative;
    float: left;
    margin-bottom: 34px;
}
.magnifier-container{
    width: 500px;
    height: 500px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
}
.move-view{
    width: 100px;
    height: 100px;
    position: absolute;
    background-image: url('../image/move-box.png');
}
.images-cover{
    height: 100%;
    width: 100%;
    position: relative;
}
.images-cover img{
    position: absolute;
}
.magnifier-assembly{
    height: 92px;
    overflow: hidden;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}
.magnifier-btn{
    position: absolute;
    font-family: "宋体";
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -40px;
}
.magnifier-btn span{
    line-height: 80px;
    height: 80px;
    width: 20px;
    background-color: #6e6e6e;
    color: #fff;
    display: block;
    z-index: 9998;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    border-radius: 3px;
}
.magnifier-btn .magnifier-btn-left{
    float: left;
}
.magnifier-btn .magnifier-btn-right{
    float: right;
}
.magnifier-line{
    position: relative;
    overflow: hidden;
    height: 92px;
}
.magnifier-line ul{
    display: block;
    font-size: 0;
    width: 10000%;
    position: absolute;
    left: 0;
    z-index: 9997;
}
.magnifier-line li{
    float: left;
    width: 100px;
    cursor: pointer;
}
.magnifier-line ul > .active .small-img{
    border-color: #bbb;
}
.small-img{
    height: 78px;
    padding: 1px;
    margin: 5px;
    overflow: hidden;
    border: 1px solid #ddd;
    text-align: center;
}
.small-img img{
    max-width: 100%;
    max-height: 100%;
}
.magnifier-view{
    width: 100%;
    height: 100%;
    position: absolute;
    right: -105%;
    top: 0;
    z-index: 9999;
    background-color: #fff;
    display: none;
    overflow: hidden;
}
.magnifier-view img{
    display: block;
}
.animation03{
    transition: all 0.3s ease-in 0.1s;
    -ms-transition: all 0.3s ease-in 0.1s;
    -moz-transition: all 0.3s ease-in 0.1s;
    -webkit-transition: all 0.3s ease-in 0.1s;
    -o-transition: all 0.3s ease-in 0.1s;
}
.abstractTop{
    width: 100%;
    height: 40px;
    border-bottom:1px solid #ccc;
    line-height: 40px; 
}
.abstractTop>div{
    width: 1200px;
    margin: auto;
    overflow: hidden;
}
.abstractTop>div>div:nth-child(1){
    float: left;
    width: 330px;
}
.abstractTop>div>div:nth-child(1)>img{
    float: left;
    width: 26px;
    margin-top: 10px;
}
.abstractTop>div>div:nth-child(1)>div{
    width: 810px;
}
.abstractTop>div>div:nth-child(1)>div>a{
    color: #333;
}
.prodDeta{
    width: 1200px;
    overflow: hidden;
    margin: 40px auto;
}

.detairqRight{
  float: right;
    width: 357px;
    overflow: hidden;  
}

.detairqRight p{

}
.detairqRight div{
    margin-top: 20px;
}
.detairqRight a{
    display: inline-block;
    width: 120px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #07228d;
    color: #fff;
    font-size: 14px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 1px;
    border-radius: 4px;
}
.detairqRight button{
          width: 165px;
    display: inline-block;
    margin: 0 10px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #ddd;
    color: #666;
    font-size: 13px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 1px;
    border-radius: 4px;  
}





/*.details3Right{
    float: right;
    width: 635px;
}
.details3Right>h3{
    margin-top: 0;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #ccc;
}
.details3Right>p{
    
}*/
.details3Right>a>button{
        display: inline-block;
    width: 130px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #0170c1;
    color: #fff;
    font-size: 14px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 1px;
    border-radius: 4px;
}
.details3Right>button{
        width: 230px;
    display: inline-block;
    margin: 0 10px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #ddd;
    color: #666;
    font-size: 13px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 1px;
    border-radius: 4px;
}


.details3xq{
    width: 100%;
    margin: auto;
    overflow: hidden;
}
.details3xq>h5{
    border-bottom: 1px solid #ccc;
    height: 43px;
    line-height: 43px;
    font-size: 19px;
    color: #8dbd58;

}
.rb2{
    display: block;
    text-align: center;
    margin-top: 26px;
    margin-bottom: 16px;
    font-size: 20px;
    height: 21px;
}
.rb3{
    text-align: center;
    border-bottom: 1px dashed #ccc;
    border-top: 1px dashed #ccc;
    height: 48px;
    line-height: 48px;
    font-size: 10px;
    display: block;
    margin-bottom: 30px;
}










.scroller{
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 45px;

}
.scroller a:nth-child(1){
/*    margin-left: 0;*/
}
.scroller a{
    display: block;
    margin-left: 38px;
    margin-top: 8px;
}

.scroller div{
    text-align: center;
    margin-top: 10px;
    color: #333;
    font-size: 16px;
}

.scroller img{
    width: 271px;
    height: 162px;
    border: 1px solid #07228d;
}


.detais{
    margin-bottom: 30px;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #f2f2f2;
    background-color: #07228d;
    font-size: 19px;
    padding: 0 29px;
    color: #fff;
    border-radius: 5px;
}











/**/
.allCenter{
    width: 1200px;
    overflow: hidden;
    margin:20px auto;
}
.allCenterLeft{
    float: left;
    width: 226px
}
.allCenterLeft>h5{
    width: 226px;
    height: 70px;
    background: #07228d;
    margin-top: 0;
    font-size: 22px;
    color: #fff;
    text-align: center;
    padding: 13px 0;
    line-height: 22px;
}
.allCenterLeft>h5>p{
    font-size: 12px;
    font-weight: 500;
    text-align: center; 
}

.containers{
    width: 226px;
}
.rows{
    width: 226px;
}

.panel-level-1 {
    margin:0;
    padding:0;
    list-style:none;
}
.panel-level-1 li {
    white-space:nowrap;
}
.panel-level-1 a {
    color: #666;
    text-decoration: none;
    text-align: left;
    font-size: 14px;
    line-height: 30px;
    display: block;
    padding-left: 15px;
}
.panel-level-1 a:hover {
    color:#07228d;
    text-decoration:none;
}
.panel-level-1 > li {
    border-bottom: 1px solid #ccc;
    width: 226px;
    overflow: hidden;
    margin-bottom: 10px;
}
.panel-level-2 > li {
    margin-bottom:10px;
        padding-left: 10px;
}
.panel-level-3 > li {
    padding-left: 10px;
}

.panel-level-1 li:hover a{
    padding-left: 20px;
    transition: 0.5s linear;
}





.lainxi{
    width: 226px;
    margin-top: 10px;
    overflow: hidden;
    border: 1px solid #ccc;
	padding: 10px;
}

.lainxi li{
    
}
.lainxi a{
    display: block;
    text-align: center;
    color: #333;
    line-height: 43px;
    
}














.allCenterRight{
    float: right;
    width: 900px;
    overflow: hidden;
}

.allRight{
    width: 900px;
}
.rb1 {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #07228d;
    margin-bottom: 15px;
    overflow: hidden;

}
.ttit{
    float: left;
    font-size: 24px;
    color: #07228d;
}
.rb1 .weizhi{

}
.rb1 .weizhi a{
    color: #333;
}
.rb1 .weizhi a:hover{
    color: #07228d;
}

.nnlist li {
    height: 134px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}
.nnlist .rq {
    float: left;
    width: 107px;
    height: 107px;
    text-align: center;
    color: #fff;
    background: #464646;
}
.rq>img {
    display: block;
    width: 100%;
    height: 100%;
}
.nnlist .xx {
    float: right;
    width: 767px;
}
.nnlist .wz {
    font-size: 16px;
}
.wz>a {
    color: #333;
}
.nnlist .jj {
    color: #888;
    line-height: 20px;
    margin-top: 5px;
}


.canp{
    display: block;
    float: left;
    margin-bottom: 10px;
    width: 300px;
    min-height: 180px;
    overflow: hidden;

}
.canp img{
    width: 280px;
    height: 200px;
    border: 1px solid #ccc;
}
.canp div{
    text-align: center;
    color: #333;
    margin-top: 10px;
}
.canp span{
    font-size: 19px;
    color: #09F;
}
.canp>a{
       display: block;
    width: 271px;
}

.canp:hover div{
    transition: 0.3s linear;
    color: #07228d;
}
.canp:hover img{
    transition: 0.3s linear;
    border: 1px solid #07228d;
}










