/*common start*/
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input{ margin:0; padding:0;list-style:none;text-decoration:none;border:0; list-style:none;}
body{font-size:12px;font-family:' '; color:#666;}
a{color:#666;}
a:hover{color:#f60; text-decoration:none;}
p{line-height:1.8em; padding:5px 0;}
.wapper {max-width: 1200px;height: auto;margin: 0 auto;overflow: hidden;padding:2% 2%;}

.clear{ margin:0; padding:0; font-size:0; clear:both;}
.clearfix:after {
   content:""; 
   display: block; 
   clear:both; 
}
@media screen and (max-width: 1800px){
.logo{margin-left: 150px!important;}
.menuLists{left: 28%!important;}
.openBtn{right: 7%!important;}}
@media screen and (max-width: 1600px){
.logo{margin-left: 150px!important;}
.openBtn{right: 5%!important;}}
@media screen and (max-width: 1550px){
.logo{margin-left: 90px!important;}
.menuLists{width: 890px!important;left: 26%!important;}
.menuLists ul li{margin-right: 33px!important;}
.openBtn{right: 2%!important;}
}
@media screen and (max-width: 1420px){
.logo{margin-left: 50px!important;}
.menuLists{width: 860px!important;left: 24%!important;}
.menuLists ul li{margin-right: 28px!important;}
}

.InBanner img{display: block;width: 100%;}
.inside_con{padding-top: 0%;font-size: 14px;}

/* mainDetails */
.weizhi_top{
    width:96%;
    height: 55px;
    background-color: #eeeeee;
    margin-bottom: 50px;
    overflow: hidden;
	padding:0% 2%;
}
.weizhi{
    width: 1200px;
    height: inherit;
    margin: 0 auto;
    line-height: 55px;
    overflow: hidden;
}
.weizhi span{
    color: #160c06;
    font-size: 14px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    float: left;
}
.weizhi a{
    color: #160c06!important;
    font-size: 14px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    /*float: left;*/
    padding-right: 15px;
    margin-right: 0px;
    position: relative;

    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}
.weizhi a:after{
    content: '>';
    box-sizing: content-box!important;
    position: absolute;
    right: 0;
    top: 0;
    color: #000;
    font-family: "宋体";
    font-size: 14px;
}
.weizhi a:hover{
    color: #2f7fc7!important;
}
.weizhi a:last-child:after{
    display: none;
}
