* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: "microsoft yahei";
    color: #333;
    font-size: 16px;
}

ul,li,dl,dt,dd {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    border: none;
    max-width: 100%;
}

p,h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6,i,em,b {
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
}

a {
    text-decoration: none;
    color: #062d3c;
}
table{
    border-collapse:collapse;
}
input,select,textarea,button {
    outline: none;
    padding-top: 0;
    padding-bottom: 0;
    font-family: "microsoft yahei";
    font-size: 16px;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.clearfix:before, .clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1; }

.wrap {
    width: 1200px;
    margin: 0 auto;
}
.mtop30{
	margin-top: 30px;
}
.mtop20{
	margin-top: 20px;
}




@media screen and (max-width:800px){
.wrap{width:100%;}
.boxli-r{float:inherit!important;width:auto!important;height:auto!important;}
.boxd1 .boxli-r{height:auto!important;}
.box-t1{width:auto!important;}
.intro{height:340px!important;}
.int1{padding:20px 20px 0!important;}
.int1 p{line-height:32px!important;font-size:15px!important;}
.boxd-l:nth-of-type(2n){float:inherit!important;width:100%!important;}
.lb1 li{float:inherit!important;}
.boxd-l{width:100%!important;float:inherit!important;}
.boxd-l .boxli-r {width:100%!important;}
.boxli-l{width:80%!important;margin-left:44px!important;}
.box2-lists li{margin:10px 11px!important;width:44%!important;margin-right:8px!important;}
.box3-lists li{width:45%!important;text-align:center!important;margin:10px 9px!important;}
.box3-lists li a{padding:43px 15px!important;overflow:inherit!important;}
.box3-lists li a img{float:inherit!important;}
.box3-lists li a span{margin-left:0px!important;line-height:94px!important;width:100%!important;}
.box1{margin:42px 10px!important;}
.table2{margin-bottom:10px!important;}
.h2c{width:96%!important;margin-bottom:16px!important;}
.h2c a{line-height:44px!important;}
.lb1 li{width:96%!important;}
.boxli-r{font-size:16px!important;}
.lb1{width:100%!important;}
.header{height:220px!important;}
}