@charset "utf-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ☆ pub Class=======================================================================================================*/
.clearfix {
  zoom: 1;
  display: table;
  width: 100%;
}
.clear{
	clear: both;
}
/* ☆ common Class====================================================================================================*/
.mainWrap {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.header {
  background-color: #ffffff;
  box-shadow: 0px 2px 8px 0px rgb(21 31 79 / 10%);
}
.sitename {
  padding: 20px;
  line-height: 150%;
}
.sitename .logo,
.sitename .name {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}
.sitename .logo {
  width: 45px;
  height: 54px;
  margin: 0 10px 0 0;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.sitename .name {
  font-size: 26px;
}
.banner {
  height: 340px;
  background: url(../images/banner.jpg?ver=20220722002) no-repeat center center;
}
.banner_h5 {
  display: none;
}
.intor {
  border: 1px solid #e9e9e9;
  background: #ffffff;
  padding: 30px 40px;
  position: relative;
  margin: -30px 0 0 0;
  line-height: 200%;
  font-size: 16px;
  border-radius: 6px;
}
.intor:before,
.intor:after {
  content: " ";
  position: absolute;
  width: 26px;
  height: 26px;
}
.intor:before {
  border-left: 5px solid #3a7bff;
  border-top: 5px solid #3a7bff;
  left: 15px;
  top: 15px;
}
.intor:after {
  border-right: 5px solid #3a7bff;
  border-bottom: 5px solid #3a7bff;
  right: 15px;
  bottom: 15px;
}
.points {
	padding: 30px 0 0 0;
}
.points .item{
	float: left;
	width: 25%;
	margin: 20px 0 0 0;
}
.points .item .icon{
	width: 108px;
	height: 108px;
	margin: 0 auto;
}
.points .item .icon1{
	background: url(../images/icon1.png) no-repeat center center;
}
.points .item .icon2{
	background: url(../images/icon2.png) no-repeat center center;
}
.points .item .icon3{
	background: url(../images/icon3.png) no-repeat center center;
}
.points .item .icon4{
	background: url(../images/icon4.png) no-repeat center center;
}
.points .item .text{
	margin: 15px 0 0 0;
	font-size: 16px;
	text-align: center;
}
.map {
	margin: 80px 0 0 0;
}
.commtitle{
	position: relative;
	line-height: 150%;
	font-size: 30px;
	padding: 0 0 20px 0;
	text-align: center;
}
.commtitle:after{
	content: '';
	width: 66px;
	height: 5px;
	background: #007ebe;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin: 0 0 0 -33px;
}
.mapimg {
	text-align: center;
	margin: 30px 0 20px 0;
}
.addr {
  margin: 30px 0;
  text-align: center;
  font-size: 22px;
  color: #525252;
  line-height: 150%;
}
.addr .icontel {
  width: 38px;
  height: 38px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/icon5.png) no-repeat center center;
}
.addr .addrtext {
  display: inline-block;
  vertical-align: middle;
}
.footer {
  line-height: 150%;
  padding: 30px 0;
  margin: 20px 0 0 0;
  font-size: 12px;
  color: #999999;
  border-top: 1px solid #eeeeee;
}
.footer .icp,.footer .jingbei {
  display: inline-block;
  vertical-align: middle;
}
.footer .jingbei {
  text-decoration: none;
  color: #999999;
}
.footer .icp {
  width: 16px;
}
.footer .col_1,.footer .col_2 {
  width: 50%;
  float: left;
}
.footer .col_2 {
  text-align: right;
}

@media screen and (max-width: 640px) {
  .mainWrap {
    width: 100%;
  }
  .sitename {
    padding: 10px;
  }
  .sitename .logo {
    width: 30px;
    height: 36px;
    margin: 0 5px 0 0;
    background-size: 30px 36px;
  }
  .sitename .name {
    font-size: 16px;
  }
  .banner {
    display: none;
  }
  .banner_h5 {
    display: block;
  }
  .intor {
    width: 90%;
    padding: 20px 20px;
    position: relative;
    margin: -30px auto 0 auto;
    line-height: 150%;
    font-size: 14px;
    box-sizing: border-box;
  }
  .intor:before {
    border-left: 5px solid #3a7bff;
    border-top: 5px solid #3a7bff;
    left: 15px;
    top: 15px;
  }
  .intor:before,
  .intor:after {
    width: 18px;
    height: 18px;
  }
	.points .item{
		width: 100%;
	}
	.mapimg {
		padding: 0 20px 0 20px;
	}
	.mapimg img {
		width: 100%;
	}
  .addr {
    padding: 0 20px;
  }
  #map {
    width: 100%;
  }
  .footer .col_1,.footer .col_2 {
    width: 100%;
    text-align: center;
  }
}
