anim* {
	margin: 0;
	padding: 0;
}

/* html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
small,
strong,
dl,
dt,
dd,
ol,
ul {
	margin: 0;
	padding: 0;
	font-size: 100%;
} */

ul,
a,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: initial;
}

/* body {
	font-size: 1rem;
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
	color: #666;
	background: #fff;
	overflow-x: hidden;
} */


ul,
ol {
	list-style: none;
}

li,
span ,
em,
strong,
i{
	display: inline-block;
}

em,
strong,
i {
	font-style: normal;
}

a {
	display: inline-block;
	color: #666;
	text-decoration: none;
	cursor: pointer;
	outline:none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
a,i,span{
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
img {
	max-width: 100%;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
    vertical-align: middle;
    border: 0;
}
#pc-header, #pc-footer {
	display: block;
}
#m-header, #m-footer, #navs {
	display: none;
}
.inner {
    margin: 0 auto;
    width: 96rem;
    height: 30rem;
    margin-top: 1.9rem;
}

.page-list {
	max-width:1600px;
	margin:30px auto 0;
        text-align:center;
}
.page-list a {
	width:40px;
	height:40px;
	display:inline-block;
	border:1px solid #ccc;
	text-align:center;
	line-height:38px;
	font-size:16px;
	color:#666;
	background:#fff;
	border-radius:3px;
	margin-right:10px;
    transition: all 0.5s linear;
	font-family: 'gotham-Book';
}
.page-list a:hover {
	color:#fff;
	background:#222;
	border:1px solid #222;
}
.page-list a.now {
	color:#fff;
	background:#222;
	border:1px solid #222;
}
.page-list a.prev {
	background:#fff url(../images/icon24.png) center center no-repeat;
}
.page-list a.next {
	background:#fff url(../images/icon25.png) center center no-repeat;
}


    #page1{
        transform:none;
		position: relative;
		width: 100vw;
    }
	.container-page {
		width: 100vw;
	    margin-top: 0 !important;
	}
	#page1 .content1 {
    height: 55rem;
    opacity: 1;
    padding: 0 0;
    color: #fff;
}
.content-banner.animated {
    z-index: 1;
}
.content-banner {
    z-index: 9;
    overflow: visible;
    height: 444.8px;
    height: 27.8rem;
}
.container-content {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-left: 40px;
    padding-left: 2.5rem;
    padding-right: 40px;
    padding-right: 2.5rem;
    margin-bottom: 112px;
    margin-bottom: 7rem;
}
#page1 .content1 .container-images {
    height: 55rem;
    right: 0;
	top:0;
    width: 100%;
}
.content-banner .container-images {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: all ease 2s;
    -o-transition: all ease 2s;
    transition: all ease 2s;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: -80px;
    right: 0;
}
.container-images {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#page1 .content1 .container-images .img1 {
    height: 55rem;
    width: 100%;
    position: absolute;
    right: 0;
    z-index: -1;
}
.container-images>div {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#page1 .content1 .container-images .img1 img {
    position: absolute;
    top: 0;
    left: 0;
}
.content-banner .container-images img {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.container-images>div img, .container-images>div video {
    width: 100%;
}
.container-images img, .container-images video {
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}
#page1 .content1 .container-texts {
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
    margin-left: 80px;
    margin-left: 10rem;
    padding-top: 160px;
    padding-top: 30rem;
}
.content-banner.animated .container-texts {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.content-banner .container-texts {
    margin-top: 0;
    padding-top: 80px;
    padding-top: 5rem;
    opacity: 0;
    -webkit-transform: translateX(4rem);
    -ms-transform: translateX(4rem);
    transform: translateX(4rem);
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}
.content1 .container-texts {
    color: #fff;
}
.container-texts {
    margin-top: 80px;
    margin-top: 5rem;
    z-index: 1;
    position: relative;
}
#page1 .content1 .container-texts h3 {
    font-size: 54.4px;
    font-size: 3.4rem;
    color: #333;
}
.container-content .line-content {
    height: 2px;
    width: 121.6px;
    width: 7.6rem;
    background: #30BF94;
    margin-top: 16px;
    margin-top: 1rem;
    border-radius: 4px;
}
#page1 .content2 {
    padding: 0;
}
.container-content:not(.content1).animated {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
    opacity: 1;
}
.container-content:not(.content1) {
    -webkit-transform: translateY(1.5rem);
    -ms-transform: translateY(1.5rem);
    transform: translateY(1.5rem);
    opacity: 0;
    -webkit-transition: all ease .7s;
    -o-transition: all ease .7s;
    transition: all ease .7s;
}
.container-content {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-left: 40px;
    padding-left: 2.5rem;
    padding-right: 40px;
    padding-right: 2.5rem;
    margin-bottom: 112px;
    margin-bottom: 7rem;
}
#page1 .content2 .cell2 {
    width: 74%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#page1 .content2 .cell2 .cell2_list {
    height: auto;
}

#page1 .content2 .cell2 .cell2_list .container-images {
    position: relative;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
#page1 .content2 .cell2 .cell2_list .container-images .img1 {
    width: 48px;
    width: 3rem;
    height: 56px;
    height: 3.5rem;
}
.container-images>div img, .container-images>div video {
    width: 100%;
}
#page1 .content2 .cell2 .cell2_list .cell2_text1 {
    margin: 2rem 0 1.2rem 0;
    text-align: center;
    font-size: 19.2px;
    font-size: 2.2rem;
}
#page1 .pc {
    display: block!important;
}
#page1 .mobile {
    display: none!important;
}
#page1 .content2 .cell2 .cell2_list .cell2_text2 {
    font-size: 2rem;
	line-height: 2.5rem;
    text-align: center;
}
#page1 .content3 {
    display: block;
    padding: 0;
    margin: 0;
}
#page1 .content3 .container-images {
    position: relative;
}
#page1 .content3 .img2 {
    width: 4rem;
    position: absolute;
    top: 38%;
    left: 488px;
    left: calc(50% - 2rem);
}
#page1 .content3 .img2 img {
    width: 100%;
}
#page1 .content3 .cell3_text {
    position: absolute;
	top: 54%;
    left: calc(50% - 20rem);
    width: 40rem;
    font-size: 1.8rem;
    line-height: 3rem;
    text-align: center;
}

/* 联系我们改版样式 */
/*联系*/
.about-contact {
    max-width: 100%;
    margin: 0 auto;
    height: 750px;
    background-image: url(../images/bg03.jpg);
    background-repeat: no-repeat;
    background-position: right center;
}
.about-contact .contain {
    height: 100%;
    max-width: 85%;
    margin: 0 auto;
    display: flex;
    position: relative;
}
.about-contact .left {
    background-color: #fff;
    padding-left: 5%;
    padding-top: 3.13rem;
}
.col-lg-5 {
    -ms-flex: 0 0 50%;
    flex: 2 0 50%;
    max-width: 50%;
}
.about-contact .left .cont .h5 {
    color: #666666;
    font-size: 32px;
}
.about-contact .left .cont .h4 {
    color: #009966;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 20px;
}
.about-contact .right .message h3 {
    color: #666666;
    font-size: 32px;
}
.about-contact .right .message p {
    color: #009966;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 20px;
}
.about-contact .left .cont  ul li {
    line-height: 32px;
    color: #111111;
    font-size: 18px;
    padding: 15px 0px 15px 34px;
    position: relative;
}
.about-contact .left .cont ul li>span {
    display: block;
    color: #333333;
    font-size: 18px;
    margin-bottom: 5px;
}
.about-contact .left .cont ul li a {
    color: #333333;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;

}
.about-contact .left .cont ul li.contact_addr a:after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../images/contact_mouse.png);
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: center;
    position: relative;
    left: 0px;
    top: 6px;
    -ms-transform: mousea .8s ease-out infinite;
    -moz-transform: mousea .8s ease-out infinite;
    -webkit-animation: mousea .8s ease-out infinite;
    -o-animation: mousea .8s ease-out infinite;
    animation: mousea .8s ease-out infinite;
}
@keyframes mousea {
	0% {
        transform:scale(1.5) rotate(10deg);
        -ms-transform:scale(1.5) rotate(10deg);
        -moz-transform:scale(1.5) rotate(10deg);
        -webkit-transform:scale(1.5) rotate(10deg);
        -o-transform:scale(1.5) rotate(10deg);
	}

	50% {
        transform:scale(.5) rotate(-10deg);
        -ms-transform:scale(.5) rotate(-10deg); 	/* IE 9 */
        -moz-transform:scale(.5) rotate(-10deg); 	/* Firefox */
        -webkit-transform:scale(.5) rotate(-10deg); /* Safari 和 Chrome */
        -o-transform:scale(.5) rotate(-10deg);
	}

	100% {
        transform:scale(1.5) rotate(10deg);
        -ms-transform:scale(1.5) rotate(10deg); 	/* IE 9 */
        -moz-transform:scale(1.5) rotate(10deg); 	/* Firefox */
        -webkit-transform:scale(1.5) rotate(10deg); /* Safari 和 Chrome */
        -o-transform:scale(1.5) rotate(10deg);
	}
}
.about-contact .left .cont ul li:after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: center;
    position: absolute;
    left: 0px;
    top: 18px;
}
.about-contact .left .cont ul li.contact_tel .tel {
    display: flex;
    align-items: center;
    line-height: 2;
}
.about-contact .left .cont ul li.contact_tel .tel a  {
    font-family: "Gotham-Bold";
    color: #009966;
    font-size: 26px;
}
.about-contact .left .cont ul li.contact_tel:after {
    background-image: url(../images/contact_icon01.png);
}
.about-contact .left .cont ul li.contact_addr:after {
    background-image: url(../images/contact_icon02.png);
}
.about-contact .left .cont ul li.contact_wxzx:after {
    background-image: url(../images/contact_icon03.png);
}
.about-contact .left .cont ul li.contact_qqzx {
    padding-left: 60px;
    top: 0;
}
.about-contact .left .cont ul li.contact_qqzx:after {
    background-image: url(../images/contact_icon04.png);
    width: 52px;
    height: 52px;
    background-size: 52px 52px;
}
.about-contact .left .cont .contactqqzx {
    width: 100%;
}
.about-contact .left .cont .contactqqzx a {
    display: block;
    float: left;
    background: #fff;
    margin: 12px 0px 0px 15px;
    width: 120px;
    height: 40px;
    color: #009966;
    border: 1px solid #009966;
    font-size: 14px;
    line-height: 38px;
    border-radius: 6px;
    text-align: center;
}
.about-contact .left .cont .contactqqzx a:hover {
    background: #009966;
    color: #fff;
}
.about-contact .left .cont .contact_wxzx a {
    text-align: center;
    font-size: 16px;
}
.about-contact .left .cont .contact_wxzx img {
    width: 135px;
    height: 135px;
    display: block;
    border:1px solid #eee;
}
.about-contact .left .cont .contact_wxzx a p {
    line-height: 1.5;
    margin-top: 5px;
}
.about-contact .left .cont .contact_wxzx a span {
    color: #666666;
    font-size: 14px;
}
.about-contact .right {
    position: absolute;
    padding-right: 5%;
    padding-left: 5%;
    right: 0;
    margin-top:3.13rem;
    width: 50%;
}

/*在线留言*/
.message {padding-top:0px;}
.message .contact_title h3{margin:.8rem auto;}
.message .inp-box {}
.message .inp-box li {margin:0 0 20px 0;width: 100%;min-height:50px;margin-top: 40px;}
.message .inp-box li .input_txt {width: 50%;float: left;padding:0 10px;box-sizing:border-box;}
.message .inp-box li .input_con {width: 100%;float: left;padding:0 10px;box-sizing:border-box;text-align: right;}
.message .inp-box ul li input,.message .inp-box ul li select {color: #666;background:#fff;line-height:50px; height:50px; font-size:16px; padding:0 10px; width:100%;box-sizing:border-box;}
.message .inp-box ul li select{background-image:url(../images/msg_bg.png);background-position:98% center;background-repeat:no-repeat;appearance:none;-moz-appearance:none;-webkit-appearance:none;}

.message .inp-box ul li select option:checked{
    background-color:#009966;color:#fff;
}
.message .inp-box ul li select option:target{
    background-color:#009966;
}
.message .inp-box ul li select::-ms-expand {display: none;}
.message .inp-box ul li input::-webkit-input-placeholder,.message .inp-box li textarea::-webkit-input-placeholder{font-size:16px;}
.message .inp-box ul li input::-moz-placeholder,.message .inp-box li textarea::-moz-placeholder{font-size:16px;}
.message .inp-box li.email input{ width:450px;}
.message .inp-box li textarea{height:148px;line-height:1.5;font-size:16px;padding:10px; width:100%;box-sizing:border-box;resize: none;display:block;background:#fff;border: unset;}
.message .inp-box .fl{ float:left;}
.message .inp-box li .input_txt.code{width:60%;}
.message .inp-box li .code input {width:calc(100% - 160px); float:left;}
.message .inp-box li .code img{width:100px;height:50px;float:left;}
.message .inp-box li .btn{width:25%;padding:0 10px;float: left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;}
.message .inp-box li .but{ border:0;  width:100%; background:#009966; color:#fff;height:50px;border-radius: 30px;cursor: pointer;}



@media(max-width:1660px) {

	.case-tj {
		margin:60px 30px 0;
	}
}

@media(max-width:992px) {

	.headerp .hot-line{
		display: none;
	}
	.inner {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    margin: 0 auto;
	    max-width: 95%;
	  }

	#page1 {
    padding-top: 0;
}
#page1 .content1 {
    padding-bottom: 0;
	margin-bottom: 3rem;
    height: 20rem;
    padding-right: 0;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}
#page1 .content1 .container-images {
    overflow: visible;
    width: 100%;
    height: 20rem;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    left: 0;
}
#page1 .content1 .container-images .img1 {
    height: 20rem;
}
#page1 .content1 .container-images .img1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
#page1 .content1 .container-texts {
    color: #333;
    margin: 0 auto 0;
    padding: 12rem 1rem 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}
#page1 .content1 .container-texts h3 {
    font-size: 2rem;
    text-align: center;
}
#page1 .content1 .container-texts .line-content {
    margin: 1rem auto;
}
#page1 .content2 {
    padding: 0 24px;
    margin: 0 0 2rem 0;
}

#page1 .content2 .cell2 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
#page1 .content2 .cell2 .cell2_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    -webkit-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 3rem;
}
#page1 .content2 .cell2 .cell2_list .container-images {
    width: 26%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}
#page1 .content2 .cell2 .cell2_list .container-images .img1 {
    height: auto;
}
#page1 .content2 .cell2 .cell2_list .container-images img {
    width: 100%;
    height: 100%;
}
#page1 .content2 .cell2 .cell2_list .cell2_text1 {
    margin: 0;
}
#page1 .content2 .cell2 .cell2_list .cell2_text2 {
    font-size: .6rem;
}
#page1 .content2 .cell2 .cell2_list .mobile {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
	text-align: center;
    order: 2;
    margin-top: 1rem;
}
#page1 .mobile {
    display: block!important;
}
#page1 .content2 .cell2 .cell2_list .cell2_text1 {
    margin: 0;
}
#page1 .content2 .cell2 .cell2_list .cell2_text2 {
    font-size: 1rem;
}
#page1 .content2 .cell2 .cell2_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    -webkit-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 3rem;
}
#page1 .content2 .cell2 .cell2_list .container-images {
    width: 26%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}
/* #page1 .content3 {
    margin-bottom: -1.5rem;
} */

#page1 .content3 .container-images {
    position: relative;
    height: auto;
}
#page1 .content3 .container-images img {
    width: 166%;
}
#page1 .content3 .img2 {
    width: 1.5rem;
    top: -6rem;
    left: calc(50% - .8rem);
}
#page1 .content3 .img2 img {
    width: 100%;
}
#page1 .content3 .cell3_text {
	width: 100%;
    top: 45%;
    left: 0;
    font-size: 1rem;
	line-height: 1.5rem;
}
#page1 .pc {
    display: none!important;
}
/* 联系我们改版移动端样式 */
.container {
    min-width: unset;
	max-width: 100%;
}
.ny-banner .container {
    position: relative;
    height: 100%;
    min-width: unset;
}
.container, .container-sm, .container-md {
    width: 100%;
  }
.about-contact {
        height: auto;
        padding: 35px 10px;
        background-size: cover;
    }
	.about-contact .left .cont .h4 {
		font-size: .5rem;
		text-align: center;
		margin-bottom: .3rem;
  }

  .about-contact .left .cont ul li {
	  font-size: .3rem;
	  color: #111111;
	  line-height: .5rem;
	  padding: .3rem .6rem;
	  position: relative;
  }
  .about-contact .left .cont ul li>span {
    font-size: .4rem;
    margin-bottom: .1rem;
    font-weight: bold;
}
  .about-contact .left .cont ul li.contact_tel .tel {
	  display: block;
    line-height: .8rem;
}
.about-contact .left .cont ul li.contact_tel .tel a {
    font-size: .35rem;
}
    .about-contact .contain {
        height: 100%;
        max-width: 740px;
        margin: 0 auto;
        display: block;
        position: relative;
    }
    .about-contact .right {
        display: block;
        position: relative;
        float: right;
        margin-top: .5rem;
        transform: unset;
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        background-color: rgba(255,255,255,0);
        padding: 0;
        border-top: 1px dashed #ccc;
    }
    .about-contact .left {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        background-color: rgba(255,255,255,0);
        padding-left: 0;
		padding-top: .5rem;
        float: left;
        border-right: unset;
    }
    .about-contact .left .cont .contact_wxzx a {
		color: #333;
	    width: 50%;
	    float: left;
	    font-size: .3rem;
	    padding-right: .2rem;
	    margin-right: unset;
    }
    .about-contact .left .cont .contact_wxzx a:last-child {
        margin-right: 0;
    }
    .about-contact .left .cont .contact_wxzx img {
        width: 100%;
        height: auto;
	    border: 1px solid #009966;
    }
    .about-contact .left .cont .contact_wxzx a span {
        display: block;
    }
	.about-contact .right .message h3 {
	    color: #666666;
	    font-size: .5rem;
	    margin: .5rem 0 .2rem;
	    text-align: center;
	}
	.about-contact .right .message p {
	    font-size: .5rem;
	    text-align: center;
	    margin-bottom: .2rem;
	}
	.message .inp-box li {
	    margin: 0 0 .2rem 0;
	    width: 100%;
	    min-height: 1rem;
	    margin-top: .3rem;
	}
	.message .inp-box li .btn {
		width: 50%;
	    float: unset;
		height: .8rem;
	    line-height: .8rem;
	    border-radius: .4rem;
	    margin: 0 auto;
	}
	.message .inp-box li .input_txt {
	    width: 100%;
	    float: unset;
	}
	.message .inp-box li .input_txt:first-child {
	    margin-bottom: .5rem;
	}
	.message .inp-box li:nth-child(2) {
	    margin-top: .3rem;
	}
	/* .about-contact .left .cont ul li.contact_addr a:after {
	    width: .3rem;
	    height: .3rem;
	    background-size: .3rem .3rem;
	    left: 0px;
	    top: .1rem;
	} */
	footer .footer-copyright p {
	    font-size: 0.875rem;
	    line-height: 1.875rem;
	    text-transform: unset;
	}


}

@media(max-width:767px) {


	.page-list a {
		width: 30px;
		height: 30px;
		line-height: 28px;
	}
}
