/*commom style*/
*,*:before,*:after {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,
details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video
{margin:0;padding:0;border:0;outline:none;}
input{margin:0;padding:0;outline:none;}
li{list-style:none;}
a,ins{text-decoration:none;}
*:focus{outline:none;}
a{color:#333;}
a:hover{color:#2763ce;transition:all 0.2s;-webkit-transition:all 0.2s;-o-transition:all 0.2s;-moz-transition:all 0.2s;}
.fl{float:left;}
.fr{float:right;}
.cf:after{display:block;content:"";height:0;visibility:hidden;clear:both;}
.cf{zoom:1;}
.hide{display:none;}
.block{display:block;}
body{background:;font-family:"微软雅黑";}

/*中部区域*/
.contain{width: 100%;background: url(container-bg.png) repeat-x;padding-top: 16px;padding-bottom:20px;}
.main{width: 1170px;margin: 0 auto;position: relative;min-height:968px;}

/*中间分割线*/
.sepearite_line{position: absolute;width: 1px ;height:954px;background: url(col-line.png) no-repeat;top: 14px;right: 400px;}

/*左侧*/
.main_l{width: 734px;}
.main_l_t{height: 54px;color: #3372e0;border-bottom: 1px solid #949494;line-height: 54px;font-size: 20px;}
.main_l_t>div{padding:0 15px;}
.main_l_t h1,.main_l_t h3{font-size: 20px;}
.main_l_t h3{font-weight: normal;}

/*左侧下根据自己的页面修改的地方样式删除 避免class冲突*/



















































































































/*
 <!--[if lt IE 9]> <script src="http://cdn.staticfile.org/html5shiv/r29/html5.min.js"></script> <![endif]-->
<!--[if lt IE 9]>
<script type="text/javascript">
document.createElement("header");
document.createElement("footer");
document.createElement("nav");
document.createElement("article");
document.createElement("section");
document.createElement("aside");
document.createElement("canvas");
document.createElement("details");
document.createElement("figcaption");
document.createElement("figure");
document.createElement("hgroup");
document.createElement("menu");
document.createElement("summary");
</script>
<![endif]-->
header,footer,nav,article,section,aside,canvas,details,figcaption,figure,hgroup,menu,summary{display:block;}
 */
