body{
    font-size: 14!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: 15px;
}
.crumb .crumbInfo a:hover{
    color: #0657b4;
}
.crumbInfo span{
    color: #a5a5a5;
}

.main{
    width: 100%;
    height: auto;
    margin-bottom: 50px;
    overflow: hidden;
}
.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-image: url("../images/h3Bg.png");*/
    background-color: #0657b4;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    color: #ffffff;
    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;
}
.mainLef ul li a{
    width: 100%;
    height: 100%;
    color: #373737;
    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: #0657b4;
    color: #ffffff;
}

.contInfo{
    width: 100%;
    height: 240px;
    background: #0657b4;
    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;
}
.contInfo span{
    width: 100%;
    display: block;
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
}
.contInfo p{
    width: 100%;
    display: block;
    font-size: 16px;
    text-align: center;
}


/*public*/

/*aboutUs*/

.mainRig .details{
    width: 830px;
    height: auto;
    margin: 0 auto;
    text-align: justify;
}
.details .content h3{
    width: 100%;
    color: #0657b4;
    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;
}

/*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;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    overflow: hidden;
}
.mlCon ul.mll li{
    width: 32.5%;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    margin-left: .8%;
    height: auto;
    /*margin-bottom: 30px;*/
    overflow: hidden;    
    float: left;
}
/*.mlCon ul.mll li:nth-child(odd){
    float: left;
}
.mlCon ul.mll li:nth-child(even){
    float: right;
}*/
.mlCon ul.mll li .img{
    width: 100%;
    height: 200px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.mlCon ul.mll li .img img{
    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{
    color: #565a73;
    height: 50px;
    font-size: 18px;
    margin-left: 20px;
    margin-bottom: 10px;
    overflow: hidden;    
}
.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: #0657b4;
}
.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: 830px;
    height: auto;
    margin: 0 auto;
}
.contactBox h4{
    width: 100%;
    color: #0657b4;
    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: 925px;
    height: auto;
    background: #f8f8f8;
    margin-top: 35px;
    float: right;
}
.mainRig .newsLis .ulist{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.newsLis .ulist li{
    width: 100%;
    height: auto;
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: hidden;
}
.newsLis .ulist li .nImg{
    width: 260px;
    float: left;
    max-height: 180px;
    overflow: hidden;
    text-align: center;
}
.newsLis .ulist li .nImg a>img{
    max-width: 100%;
    max-height: 180px;
    overflow: hidden;
}

.newsLis .ulist li .nText{
    width: 630px;
    float: right;
    margin-right: 10px;
}
.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: #0657b4;
}
.nText .conDesc{
    /*min-height: 80px;*/
    font-size: 14px;
    float: left;
    margin: 10px 0 20px;
}

.nText .more{
    width: 100%;
    float: left;
    text-align: left;
    font-size: 15px;
    overflow: hidden;
}
.nText .more span{
    text-align: left;
    float: left;
    margin-right: 20px;
    color: #999;
}
.nText .more a{
    color: #0657b4;
    float: right;
    text-align: left;
    margin-right: 10px;

    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;
}
/*newsList*/

/*分页*/
#content-page .pagination>.active>a{
	color: #fff;
}
.pagination ul .active a{
	background-color: #0657b4;	
}
#content-page .pagination>.disabled>a{
	color: #777;
}
#content-page .pagination>li{
	cursor: pointer;
}
#content-page .pagination>li>a{
	color: #0657b4;
}
#content-page .pagination>.active>a:hover{
	background-color: #0657b4;	
}
.pagination>.active>a{
    border-color: #0657b4!important;
}
/*分页*/

/*float-box*/
.float-box{
    width: 76px;
    height: 238px;
    background-size: 76px 238px;
    position: fixed;
    top: 36%;
    right: 50px;
    z-index: 10000;
    display: none;
}
.fl-icon{
    width: 100%;
    height: inherit;
    background: url("../images/float-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}
.fl-icon a{
    color: #fff!important;
    display: inline-block;
    font-size: 14px;
}
.fl-icon a:first-child{
    margin: 138px 0 10px;
}
.fl-icon span{
    color: #fff;
    display: block;
    text-align: center;
    position: relative;
    font-size: 13px;
    cursor: pointer;
}
.wdiv{
    width: 100px;
    height: 100px;
    background-color: #9e050f;
    position: absolute;
    left: -100px;
    top: 0;
    display: none;
}
.wdiv img{
    width: 100%;
    height: 100%;
}
.fl-icon span:hover .wdiv{
    display: block;
}



/*proInfo*/
/*产品详情页*/
.pro_details01{background:#f8f8f8;overflow:hidden; min-width:1200px;padding-bottom: 20px;}
.pro_details01 section{width:1200px; margin:auto;}
.pro_details01_con{margin:40px 0; overflow:hidden; box-sizing:border-box; padding:0 20px;}
/*图片切换介绍*/
.pro_img{width:420px; float:left; position:relative;}
.pro_img picture{/*width:418px; height:418px; */overflow:hidden; border:1px solid #e9e9e9; background:#fff;}
.pro_img picture img{
    max-width: 100%;
}
.pro_img ul{overflow:hidden;/* margin-top:25px;*/ padding-top:8px; position:absolute; left:25px; bottom:10px;}
.pro_img ul li{width:60px; height:60px; float:left; margin-right:15px; border:1px solid #e9e9e9; position:relative; cursor:pointer;}
.pro_img ul li img{width:100%; height:100%;}
.pro_img ul li em{position:absolute; left:50%; margin-left:-8px; bottom:100%; border-left:8px solid transparent; border-right:8px solid transparent; border-bottom:8px solid #36478c; display:none;}
.pro_img ul li em i{position:absolute; left:0; top:1px; margin-left:-8px; border-left:8px solid transparent; border-right:8px solid transparent; border-bottom:8px solid #fff;}
.pro_img ul li.act{border-color:#36478c;}
.pro_img ul li.act em{display:block;}
/*文字介绍*/
.pro_details01_rl{float:right; width:690px;}
.pro_details01_rl p{line-height:26px; font-size:14px; color:#666;}
/*尺寸规格*/
.pro_size_list{overflow:hidden; margin-top:20px;}
.pro_size_list li{border:1px solid #e0e0e0; text-align:center; line-height:33px; color:#707070; width:13.4%; float:left; margin:0 24px 15px 0; border-radius:5px; cursor:pointer; font-size:13px;}
.pro_size_list li.act{border-color:#36478c; background:#36478c; color:#fff;}
.pro_size{width:1200px; margin:auto; box-sizing:border-box; padding:0 20px;overflow: hidden;}
.pro_size h2{line-height:68px; border-bottom:1px solid #eee;color:#36478c; font-size:20px; position:relative; font-weight:normal;margin-bottom: 25px;}
.pro_size h2 a{position:absolute; right:0; top:0; font-size:14px; color:#36478c;}
.pro_size .pro_size_list li{width:158px; margin:0 40px 15px 0; height:40px;line-height:40px;}
.pro_size h2 span{color:#666; font-size:13px; margin-left:10px;}
.pro_table{width:100%; margin-top:5px; margin-bottom:40px;}
.pro_table thead{background:#36478c; color:#fff;}
.pro_table thead tr td{padding:10px; text-align:center; font-size:14px;}
.pro_table tbody tr td{border:1px solid #d3d3d3; padding:16px 10px; font-size:12px; text-align:center;}
.pro_table tbody tr td.pro_car a{ color:#36478c;}
/*相关知识*/
.pro_related h3{font-size:20px; height:32px; color:#36478c; padding-bottom:15px; border-bottom:1px solid #dedede; font-weight:normal;}
.pro_related ul{overflow:hidden; margin-top:20px; margin-bottom:20px;}
.pro_related ul li{position:relative; float:left; width:48%; line-height:38px; padding-left:10px; font-size:14px;}
.pro_related ul li em{position:absolute; left:0; top:0; font-size:20px; color:#666;}
.pro_related ul li a{color:#666;}
/*产品详情页*/

/*proInfo*/
.content p{
    font-size: 16px;
    line-height: 24px;
}