@charset "utf-8";
/* css document */
* {margin: 0px;padding: 0px;}
h1,h2,h3,h4,h5,h6{font-family:"宋体";font-size:12px;font-weight: normal;}
ul { 
    list-style: none; 
}

body{overflow-x:hidden;}
.header{
    height:755px;
}
.tp{display: none;}
a:link,a:visited{color:#333; text-decoration:none;}
a:hover{color:#333; text-decoration:none;}
a{text-decoration:none;}
/* a:hover{text-decoration:underline;} */
.inside .part2_1{float:left;min-width:100%; height:32px; line-height:32px; font-size:26px; color:#333; margin-left:26px; margin-bottom:26px;font-family:"微软雅黑"; font-weight:bold;}
#foot{float:left;width:100%;padding-top:50px;padding-bottom:50px;text-align:center;color:#333;margin:0 auto 0 auto;line-height: 24px;}
#foot a{color:#ffffff;font-size:14px;}
/*常见手机尺寸，对应设置root的font-size*/
@media screen and (max-width: 749px) {
  body { min-width: 100%;width: 100%; }
  body {font-family: "宋体";font-size: 14px;background-color: #eaeaea;}

  #tb,.header,#foot,.pic{display: none;}
  .hliu{display:block;}
  .container{min-width: 100%;}
  .tp{display:block; margin-bottom:20px;}
  .tp img{width:100%;}
  .pic{position: relative;width:100%;}
.pic img{width:100%;margin-left:0px;}
.inside{width:100%;margin:0 auto;padding-bottom:0px;}
.inside ul{
  display: grid;
    grid-template-columns: repeat(2, 48%);
    /* justify-content: center; *//** 水平居中  */
    /* grid-row-gap:10px; */
    grid-column-gap:5px;
}
.inside li{
    float: left;
    width: 100%;
    /* margin: 20px auto; */
    position: relative;
    border: 1px solid #EAEAEA;
    margin: 0 0 12px 2%;
    }

.inside li img{
    border-radius: 5px 5px 0 0;
    display: block;
    width: 100%;
    /* height: 6.5rem; */
    }
  .inside li h1,.pic h1{
   height: 10px;
    line-height: 10px;
    background: #f6f6f6;
    border-top: 1px solid #fff;
    padding: 0 10px;
    border-radius: 0 0 5px 5px;
    }
.inside li h2,.pic h2{
   padding: 10px;
    line-height: 30px;
    height: 59px;
    overflow: hidden;
    border-bottom: 1px solid #e7e7e7;
    background: #fff;
  /* line-height:30px; */text-align:center; /* position:absolute; */
  
    }
.inside li h2 a,.pic h2 a{color:#3c3c3c;font-size:13px;line-height: 28px;}
}
@media screen and (min-width: 750px) {
	body {width:100%;margin:0 auto 0 auto;background: url("../asset/c01.jpg") no-repeat top center;background-color:#ebf0f4;font-family: "宋体";font-size: 14px;}
.tp,.hliu,h1{display:none;}
.container{min-width: 1200px;width: 1200px;background-color:#fff;margin:0 auto 0 auto;}
.pic{width:1200px;height:680px;margin:0 auto 0 auto;position: relative;}
.pic a{color:#fff; font-size:22px; font-family:"微软雅黑";}
.pic img{width:1200px;height:680px;}
.pic em{width:195px;height:195px;top: 200px;left: 500px;background:url(../asset/bf1.png); background-repeat:no-repeat; position:absolute;}
.pic h2{width:1200px; height:50px; line-height:50px; position:absolute; top:630px; left:0; background:url(../asset/xx.png); background-repeat:no-repeat; float:left;text-indent:1em; }
.inside li{width:307px;margin-left:67px;margin-bottom:26px;float:left;position: relative;}
.inside{width:1200px;float: left;background-color: #fff;padding-bottom:0px;padding-top:50px;}
#tb,.header,#foot,.pic{display:block;}
.inside li img{width:307px;height:204px;border:none;}
.inside li em{width:40px;height:40px;top: 150px;left: 240px;background:url(../asset/bf2.png); background-repeat:no-repeat; position:absolute;}
.inside li h2{width:307px; height:30px; line-height:30px; float:left; }
.inside li h2{line-height:30px;text-align:center;}
.inside li h2 a{color:#333;font-size:14px;}
}