* {
    padding: 0;
    margin: 0;
}
html, body {
    font: 12px Arial, "微软雅黑";
    color: #929292;
    width: 100%;
    height: 100%;
    background: #fff;
}
body {
    background: #fff;
    overflow-x: hidden;
}
a {
    text-decoration: none;
}
img {
    border: none;
}
ul li {
    list-style: none;
}
.clear {
    clear: both;
}
.fa{
    transform: translate(0, 0);
}
.fa-angle-down {
    margin-left: 10px;
}
.nav-a i {
    display: inline;
}
.w1200{
  width: 1200px;
  margin: 0 auto;
  padding: 0
}
.mr_0{
  margin-right: 0!important;
}
.ml_0{
  margin-left: 0!important;
}
.clearfix:after{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.nopic{
  height:500px;
  background:url(../images/nopic.png) no-repeat center
}
#header {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    padding-top: 0px;
    background-color: transparent;
    font-size: 14px;
    transition: all ease .3s;
    z-index: 70;
    transition-property: padding, background;
}
#header .content {
    padding-left: 0px;
    padding-right: 0px;
}
#header #logo {
    width: auto;
    height: 40px;
    display: block;
    float: left;
    margin-right: 50px;
    padding: 20px 40px;
    transition: all 0.3s ease-out 0s;
    font-size: 0;
    display: none;
}
#header #logo img {
    transform: scale(1, 1);
    transition: all 0.3s ease-out 0s;
    height: 40px;
}
#header ul#nav {
    float: right;
    padding: 0px 40px;
    transition: all 0.3s ease-out 0s;
}
#header ul li.navitem {
    padding: 20px 0.5px;
    height: auto;
    width: auto;
    line-height: 40px;
    float: left;
    position: relative;
}
#header ul li.navitem a {
    font-size: 14px;
    padding: 30px 30px;
    color: #838383;
    transition: none ease-out .3s;
    transition-property: color, background, text-indent, opacity;
}
#header ul li.navitem a.active, #header ul li.navitem:hover a {
    padding: 30px 30px;
    color: #FFF;
    background: transparent none repeat scroll 0% 0%;
}
#header ul li.navitem a::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 1px;
    margin-left: 22px;
    margin-top: 19px;
    background: rgba(255,255,255,.3);
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#header ul li.navitem:last-child a::after {
    width: 0px;
}
#header ul li.navitem ul.subnav {
    border-top: 0px solid #7B7B7B;
    border-radius: 0px;
    box-shadow: 0px 12px 36px rgba(0, 0, 0, 0.16);
    transition: all 0.3s ease-out 0s;
    position: absolute;
    width: 210px;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0px, 10px, 0px);
    -moz-transform: translate3d(0px, 10px, 0px);
    -webkit-transform: translate3d(0px, 10px, 0px);
}
#header ul li.navitem ul.subnav li {
    border-bottom: 1px solid #f0f0f0;
}
#header ul li.navitem ul.subnav li a {
    border-bottom: medium none transparent;
    padding: 14px 30px;
    width: 150px;
    height: 20px;
    line-height: 20px;
    background: rgba(255, 255, 255, 1) none repeat scroll 0% 0%;
    display: block;
    font-size: 12px;
    transition: all 0.2s ease-out 0s;
    color: #999;
}
#header ul li.navitem ul.subnav li a i {
    float: right;
    margin-top: 5px;
    transition: all ease-out .2s;
    opacity: 0;
}
#header ul li.navitem ul.subnav li a:hover {
    text-indent: 10px;
    background: #f0f0f0;
    color: #454545;
}
#header ul li.navitem ul.subnav li a:hover i {
    opacity: 1
}
#header ul li.navitem:hover ul.subnav{
  opacity: 1;
  visibility: visible;
}
#header.mini{
  background: #000;
}
#header.mini ul#nav {
  padding: 0px 20px 0px 20px;
}
#header.mini ul li.navitem {
  padding: 10px 0.5px;
}
#header.mini #logo {
  padding: 10px 20px 10px 20px;
}
#header.mini #logo img {
  transform: scale(0.8, 0.8);
}
#headSHBtn {
    display: none;
    width: 40px;
    height: 40px;
    background: #000;
    line-height: 40px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    right: -40px;
}
#sitecontent {
    height: auto;
}

#indexPage #mslider {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: auto;
}
#indexPage #mslider ul li {
    width: 100%;
    height: 100%;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bx-controls {
    margin: 0 auto;
}
#indexPage #mslider .bx-wrapper .bx-pager {
    z-index: 52;
    bottom: 0px;
    margin-left: 20px;
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    position: absolute;
    width: 100%;
}
.bx-wrapper .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
}
.bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0;
}
#mslider .bx-wrapper .bx-pager-item::before {
    position: absolute;
    content: "";
    height: 1px;
    background: #dedede;
    width: 30px;
    margin: 5px 0 0 -10px;
    border-radius: 3px;
}
#mslider .bx-wrapper .bx-pager-item::after {
    position: absolute;
    content: "";
    height: 40px;
    background: #fff;
    width: 96px;
    margin: -25px 0 0 -74px;
    z-index: -1;
    border-radius: 0px;
}
#mslider .bx-wrapper .bx-pager-item:last-child::before {
    position: absolute;
    content: "";
    height: 0px;
    width: 0px;
}
#mslider .bx-wrapper .bx-pager.bx-default-pager a {
    margin: 0 40px 0 0;
    border-radius: 0px;
    border: #8C8C8C 1px solid;
    background-color: transparent;
    width: 6px;
    height: 6px;
    text-indent: -9999px;
    display: block;
    outline: 0;
    transition: all ease-out .3s;
}
#mslider .bx-wrapper .bx-pager.bx-default-pager a:hover, #mslider .bx-wrapper .bx-pager.bx-default-pager a.active, #mslider .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background-color: #2A2A2A;
    border: 1px solid #2A2A2A;
}
#mslider .bx-wrapper .bx-controls-direction {
    /* display: block; */
    display: none;
}
.bx-wrapper .bx-controls-direction a {
    background: transparent;
    border-radius: 0px;
    z-index: 51;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    outline: 0;
    width: 40px;
    height: 40px;
    transition: all ease-out .3s;
}
.bx-wrapper .bx-prev {
    left: 20px;
}
.bx-wrapper .bx-next {
    right: 20px;
}
.bx-wrapper .bx-controls-direction a i {
    color: #fff;
    font-size: 30px;
    margin-top: 4px;
    margin-left: 14px;
    transition: all ease-out .3s
}
.bx-wrapper .bx-controls-direction a.bx-next i {
    margin-left: 16px
}
.bx-wrapper .bx-controls-direction a:hover {
    background-color: rgba(0,0,0,.8);
}
.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}
#indexPage{
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 68;
}
#main{
  margin-top: 600px;
  background: #fff;
  width: 100%;
  position: relative;
  z-index: 69;
  min-height: 1000px;
}
#main .scenery{
  padding-bottom: 70px;
}
#main .mt{
  font-size: 30px;
  color: #111;
  padding-top: 80px;
  text-align: center;
  margin-bottom: 54px;
}
#main .mt span{
  display: block;
  font-size: 14px;
  color: #b9b8b8;
  margin-top: 12px;
}
#main .main_category{
  display: block;
  text-align: center;
}
#main .main_category a {
    display: inline-block;
    line-height: 16px;
    height: 16px;
    padding: 8px 30px;
    margin-right: 10px;
    transition: all 0.3s ease-out 0s;
    color: #999;
    border: 1px solid transparent;
    text-decoration: none;
    position: relative;
}
#main .main_category a::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 1px;
    margin-left: 31px;
    margin-top: 7px;
    background: rgba(0,0,0,.2);
}
#main .main_category a:last-child::after {
    width: 0px;
}
#main .main_category a.active, #main .main_category a:hover {
    color: #3B3B3B;
    border: 1px solid transparent;
    background-color: transparent;
}
#main .scenery .mc{
  position: relative;
  margin: 0 auto;
  padding-bottom: 80px;
  width: 1158px;
}
#main .scenery .mc li{
  width: 366px;
  padding-bottom: 88px;
  margin: 0;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  background-color: transparent;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  height: auto;
}
#main .scenery .mc li a {
    display: block;
    overflow: hidden;
}
#main .scenery .mc li a::before {
    position: absolute;
    content: "";
    width: 326px;
    height: calc(100% - 130px);
    margin-top: 20px;
    margin-left: 20px;
    z-index: 10;
    border: 1px solid transparent;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#main .scenery .mc li a::after {
    content: '';
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: url(../images/jia.png);
    margin: 0 auto;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 1px;
    z-index: 10;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    opacity: 0;
}
#main .scenery .mc li a img {
    width: 100%;
    height: auto;
    float: none;
    display: block;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#main .scenery .mc li a:hover img {
    transform: scale(1.2, 1.2)
}
#main .scenery .mc li a .project_info {
    width: 100%;
    top: auto;
    bottom: 0px;
    height: auto;
    background: rgba(0,0,0,0);
    position: absolute;
    left: 0;
    transition: all ease-out .3s;
}
#main .scenery .mc li a .project_info div {
    position: relative;
    top: 50%;
    margin-top: -15px;
    margin: 0 auto;
}
#main .scenery .mc li a .project_info p.title {
    color: #7B7B7B;
    margin-top: -70px;
    font-size: 12px;
    transition: all ease-out .3s;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#main .scenery .mc li a .project_info p.subtitle {
    color: #BABABA;
    margin-top: 0px;
    font-size: 12px;
    transition: all ease-out .3s;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#main .scenery .mc li a .project_info div:after {
    content: '';
    display: block;
    margin: 10px 0 0 0;
    width: 3px;
    height: 1px;
    background: #a5a5a5;
    top: 0;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#main .scenery .mc li:hover a .project_info div:after {
    width: 30px;
}
#main .scenery .mc li:hover a::before {
    border: 1px solid rgba(255,255,255,.5);
}
#main .scenery .mc li:hover a::after {
    opacity: 1;
    top: 10%;
}
#main .scenery .learnMore{
  width: 120px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background: #474747;
  display: block;
  margin: 0 auto;
}
#main .scenery .learnMore:hover{
  background: #024e10;
}
#projectitem_0 {
    animation-name: fadeInUp;
}
#projectitem_1 {
    animation-name: fadeInUp;
    animation-delay: 0.1s;
}
#projectitem_2 {
    animation-name: fadeInUp;
    animation-delay: 0.2s;
}
#projectitem_3 {
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}
#projectitem_4 {
    animation-name: fadeInUp;
    animation-delay: 0.4s;
}
#projectitem_5 {
    animation-name: fadeInUp;
    animation-delay: 0.5s;
}
#projectitem_6 {
    animation-name: fadeInUp;
    animation-delay: 0.6s;
}
#projectitem_7 {
    animation-name: fadeInUp;
    animation-delay: 0.7s;
}
#projectitem_8 {
    animation-name: fadeInUp;
    animation-delay: 0.8s;
}
#projectitem_9 {
    animation-name: fadeInUp;
    animation-delay: 0.9s;
}
#projectitem_10 {
    animation-name: fadeInUp;
    animation-delay: 1s;
}
#projectitem_11 {
    animation-name: fadeInUp;
    animation-delay: 1.1s;
}
#projectitem_12 {
    animation-name: fadeInUp;
    animation-delay: 1.3s;
}
#projectitem_13 {
    animation-name: fadeInUp;
    animation-delay: 1.5s;
}
#projectitem_14 {
    animation-name: fadeInUp;
    animation-delay: 1.7s;
}
#projectitem_15 {
    animation-name: fadeInUp;
    animation-delay: 1.9s;
}
#projectitem_16 {
    animation-name: fadeInUp;
    animation-delay: 2.1s;
}
#projectitem_17 {
    animation-name: fadeInUp;
    animation-delay: 2.3s;
}
#projectitem_18 {
    animation-name: fadeInUp;
    animation-delay: 2.5s;
}
#projectitem_19 {
    animation-name: fadeInUp;
    animation-delay: 2.7s;
}
#projectitem_20 {
    animation-name: fadeInUp;
    animation-delay: 2.9s;
}
#projectitem_21 {
    animation-name: fadeInUp;
    animation-delay: 3.1s;
}
#projectitem_22 {
    animation-name: fadeInUp;
    animation-delay: 3.3s;
}
#projectitem_23 {
    animation-name: fadeInUp;
    animation-delay: 3.5s;
}
#projectitem_24 {
    animation-name: fadeInUp;
    animation-delay: 3.7s;
}
#projectitem_25 {
    animation-name: fadeInUp;
    animation-delay: 3.9s;
}
#projectitem_26 {
    animation-name: fadeInUp;
    animation-delay: 4.1s;
}
#projectitem_27 {
    animation-name: fadeInUp;
    animation-delay: 4.3s;
}
#projectitem_28 {
    animation-name: fadeInUp;
    animation-delay: 4.5s;
}
#main .about{
  background: #f5f5f5;
  padding: 108px 0 90px;
}
#main .about .logoBox{
  width: 250px;
  height: 160px;
  overflow: hidden;
  position: relative;
  margin-left: 40px;
  float: left;
  margin-top: 34px;
}
#main .about .logoBox img{
  position: absolute;
  left: 0;
  z-index: 2;
  top: 78px;
}
#main .about .logoBox i{
  background: url(../images/logo1.jpg) no-repeat center center;
  height: 155px;
  width: 125px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
#main .about .infoBox{
  float: right;
  width: 822px;
  color: #474747;
  font-size: 13px;
  line-height: 36px;
}
#main .news .mc{
  padding-top: 80px;
}
#main .news .mc li{
  float: left;
  width: 600px;
  margin-bottom: 75px;
}
#main .news .mc li .imgBox{
  float: left;
  width: 161px;
  height: 124px;
  overflow: hidden;
}
#main .news .mc li .imgBox img{
  width: 100%;
}
#main .news .mc li .infoBox{
  float: right;
  width: 395px;
  margin-right: 23px;
}
#main .news .mc li .infoBox .time{
  font-size: 13px;
  color: #bebbbb;
  margin-top: 10px;
}
#main .news .mc li .infoBox .title{
  font-size: 16px;
  color: #333;
  margin: 10px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#main .news .mc li .infoBox .desc{
  font-size: 12px;
  color: #a7a7a7;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#main .news .mc li:hover .infoBox .title{
  color: #024e10;
}
#newsitem_1 {
  animation-name: fadeInUp;
  animation-delay: 0.2s;
}
#newsitem_2 {
  animation-name: fadeInUp;
  animation-delay: 0.4s;
}
#newsitem_3 {
  animation-name: fadeInUp;
  animation-delay: 0.6s;
}
#newsitem_4 {
  animation-name: fadeInUp;
  animation-delay: 0.8s;
}
#newsitem_5 {
  animation-name: fadeInUp;
  animation-delay: 1s;
}
#newsitem_6 {
  animation-name: fadeInUp;
  animation-delay: 1.2s;
}
#newsitem_7 {
  animation-name: fadeInUp;
  animation-delay: 1.4s;
}
#newsitem_8 {
  animation-name: fadeInUp;
  animation-delay: 1.6s;
}
#newsitem_9 {
  animation-name: fadeInUp;
  animation-delay: 1.8s;
}
#newsitem_10 {
  animation-name: fadeInUp;
  animation-delay: 2s;
}
#newsitem_11 {
  animation-name: fadeInUp;
  animation-delay: 2.2s;
}
#main .news .learnMore{
  width: 120px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background: #474747;
  display: block;
  margin: 0 auto;
}
#main .news .learnMore:hover{
  background: #024e10;
}
#footer{
  background: #fff;
  position: relative;
  z-index: 69;
  padding-top: 120px;
}
#footer .info{
  margin: 0 auto 76px;
}
#footer .info .friend{
  width: 650px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  border-bottom: 1px solid #151515;
  text-align: center;
  margin-bottom: 42px;
}
#footer .info .friend a{
  color: #151515;
  font-size: 14px;
  margin: 0 15px;
}
#footer .info .friend a:hover{
  color: #024e10
}
#footer .info .qrBox{
  float: left;
  width: 440px;
  padding-left: 25px;
}
#footer .info .qrBox li{
  width: 110px;
  float: left;
  text-align: center;
  color: #333;
  font-size: 12px;
  margin-right: 20px;
}
#footer .info .qrBox li img{
  width: 110px;
  height: 110px;
  margin-bottom: 6px;
}
#footer .info .rightInfo{
  float: left;
  width: 710px;
  line-height: 30px;
}
#footer .info .rightInfo p,
#footer .info .rightInfo a{
  font-size: 12px;
  color: #151515;
}
#footer .info .rightInfo p span{
  float: left;
  margin-right: 20px;
}
#footer #allmap{
  height: 473px;
}
#footer #allmap .BMapLabel{
  width: 165px!important;
  height: 48px;
  line-height: 48px!important;
  text-align: center;
  background: #fff;
  box-shadow: 0px 1px 4px #828282;
  max-width: inherit;
  border: 0!important;
  font-size: 15px!important;
}
#footer #allmap .anchorBL{
  display: none;
}
#footer footer{
  height: 88px;
  background: #151515;
  text-align: center;
  color: #999;
  font-size: 12px;
  line-height: 30px;
  padding-top: 14px;
}
#footer footer a{
  color: #999;
}
#footer footer a:hover{
  color: #f00;
}
#footer .footerSafe{
  text-align: center;
  margin: 34px 0 44px;
}
#footer .footerSafe li{
  display: inline-block;
  vertical-align: middle;
  width: 114px;
  margin: 0 4px;
}
#footer .footerSafe li img{
  width: 100%;
}



#insidemain{
  margin-top: 600px;
  background: #fff;
  width: 100%;
  position: relative;
  z-index: 69;
  padding-bottom: 60px;
}
#insidemain .mt{
  font-size: 30px;
  color: #111;
  padding-top: 80px;
  text-align: center;
  margin-bottom: 54px;
}
#insidemain .mt span{
  display: block;
  font-size: 14px;
  color: #b9b8b8;
  margin-top: 12px;
}
#insidemain .main_category{
  display: block;
  text-align: center;
}
#insidemain .main_category a {
    display: inline-block;
    line-height: 16px;
    height: 16px;
    padding: 8px 30px;
    margin-right: 10px;
    transition: all 0.3s ease-out 0s;
    color: #999;
    border: 1px solid transparent;
    text-decoration: none;
    position: relative;
}
#insidemain .main_category a::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 1px;
    margin-left: 31px;
    margin-top: 7px;
    background: rgba(0,0,0,.2);
}
#insidemain .main_category a:last-child::after {
    width: 0px;
}
#insidemain .main_category a.active, #main .main_category a:hover {
    color: #3B3B3B;
    border: 1px solid transparent;
    background-color: transparent;
}
#insidemain .page{
	line-height:30px;
	font-size:14px;
}
#insidemain .article{
  padding-top: 80px;
}
#insidemain .article li{
  margin-bottom: 75px;
}
#insidemain .article li .imgBox{
  float: left;
  width: 240px;
  height: 160px;
  overflow: hidden;
  font-size:0;
  line-height:0;
}
#insidemain .article li .imgBox img{
  width: 100%;
}
#insidemain .article li .infoBox{
  float: right;
  width: 900px;
  margin-right: 23px;
}
#insidemain .article li .infoBox .time{
  font-size: 13px;
  color: #bebbbb;
  margin-top: 10px;
}
#insidemain .article li .infoBox .title{
  font-size: 16px;
  color: #333;
  margin: 10px 0;
}
#insidemain .article li .infoBox .desc{
  font-size: 13px;
  color: #a7a7a7;
  line-height: 25px;
  height: 44px;
  overflow: hidden;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#insidemain .article li:hover .infoBox .title{
  color: #024e10;
}
#insidemain .products{
  position: relative;
  margin: 0 auto;
  padding-bottom: 80px;
  width: 1158px;
}
#insidemain .products li{
  width: 366px;
  padding-bottom: 88px;
  margin: 0;
  float: none;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  background-color: transparent;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  height: auto;
}
#insidemain .products li a {
    display: block;
    overflow: hidden;
}
#insidemain .products li a::before {
    position: absolute;
    content: "";
    width: 326px;
    height: calc(100% - 130px);
    margin-top: 20px;
    margin-left: 20px;
    z-index: 10;
    border: 1px solid transparent;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#insidemain .products li a::after {
    content: '';
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: url(../images/jia.png);
    margin: 0 auto;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 1px;
    z-index: 10;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    opacity: 0;
}
#insidemain .products li a img {
    width: 100%;
    height: auto;
    float: none;
    display: block;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#insidemain .products li a:hover img {
    transform: scale(1.2, 1.2)
}
#insidemain .products li a .project_info {
    width: 100%;
    top: auto;
    bottom: 0px;
    height: auto;
    background: rgba(0,0,0,0);
    position: absolute;
    left: 0;
    transition: all ease-out .3s;
}
#insidemain .products li a .project_info div {
    position: relative;
    top: 50%;
    margin-top: -15px;
    margin: 0 auto;
}
#insidemain .products li a .project_info p.title {
    color: #7B7B7B;
    margin-top: -70px;
    font-size: 12px;
    transition: all ease-out .3s;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#insidemain .products li a .project_info p.subtitle {
    color: #BABABA;
    margin-top: 0px;
    font-size: 12px;
    transition: all ease-out .3s;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#insidemain .products li a .project_info div:after {
    content: '';
    display: block;
    margin: 10px 0 0 0;
    width: 3px;
    height: 1px;
    background: #a5a5a5;
    top: 0;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#insidemain .products li:hover a .project_info div:after {
    width: 30px;
}
#insidemain .products li:hover a::before {
    border: 1px solid rgba(255,255,255,.5);
}
#insidemain .products li:hover a::after {
    opacity: 1;
    top: 10%;
}
#insidemain .mypage{
	margin-top:140px;
}
#insidemain .mypage div{
	text-align:center;
}
#insidemain .mypage a,
#insidemain .mypage span,
#insidemain .mypage p{	
	width: 26px;
    height: 26px;
    background-color: #fff;
    display: inline-block;
    color: #a9a9a9;
    line-height: 26px;
    text-align: center;
    font-family: Arial;
    transition: background-color 0.2s ease-ou
}
#insidemain .mypage .current{
	color:#000
}

.indexfixed{position: fixed;right: 20px;top:50%;transform: translateY(-50%);z-index: 100;}
.indexfixed ul li{position: relative;margin-bottom: 6px;}
.indexfixed ul li .a{width: 60px;height: 60px;background: #999999;display: flex;align-items: center;justify-content: center;}
.indexfixed ul li .a img{max-width: 100%;}
.indexfixed ul li .b{display: none;position: absolute;right:70px;top:0;opacity: 0;}
.indexfixed ul li .b img{width: 120px;}
.indexfixed ul li:hover .b{display: block;opacity: 1;}
.indexfixed ul li:hover .a{background: rgb(2,78,16);}