
/* CSS Document */
html{background:#FFF;font-size:62.5%; /* 10÷16=62.5% */}
body{font-size:14px;font-size:1.4rem ; /* 14÷10=1.4 */color: #333;font-family:'宋体','arial','Microsoft YaHei',SimSun,SimHei ,"STHeiti Light",STHeiti,"Lucida Grande", Tahoma,Arial, Helvetica, sans-serif;}
html,body,address,blockquote,div,dl,form,h1,h2,h3,h4,h5,h6,ol,p,pre,table,ul,dd,dl,dt,li,tbody,td,tfoot,th,thead,tr,button,del,ins,map,object,a,abbr,acronym,b,bdo,big,br,cite,code,dfn,em,i,img,kbd,q,samp,small,span,strong,sub,sup,tt,var,legend,fieldset{margin:0px;padding:0px; -webkit-font-smoothing: subpixel-antialiased;}
table{border-collapse:collapse;border-spacing:0;width:100%;}
fieldset,img{border:0;}
img,object{max-width:100%;/*height:auto;*/width:auto\9;/* for ie8 */-ms-interpolation-mode: bicubic;}
a{outline:none;blr:expression(this.onFocus=this.blur());text-decoration:none;color: #333;transition: all 0.3s ease;}
a:hover{color: #0074c1;text-decoration: none;}
input[type='button']{outline:none;border:0 none;background-color:transparent;cursor:pointer;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:400;}
ul,ol,li{list-style:none outside none;}
.tc{text-align:center !important;}
.tl{text-align:left  !important;}
.tr{text-align:right  !important;}
.pa{position: absolute;}
.pr{position: relative;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';content:none;}
input,textarea,select{font-weight:inherit;}
input,select,textarea,button {vertical-align:middle}
.fs48{font-size: 48px;}
.fs46{font-size: 46px;}
.fs36{font-size: 36px;}
.fs30{font-size: 30px;}
.fs26{font-size: 26px;}
.fs24{font-size: 24px;}
.fs22{font-size: 22px;}
.fs20{font-size: 20px;}
.fs18{font-size: 18px;}
.fs16{font-size: 16px;}
.fs15{font-size: 15px;}
.fs14{font-size: 14px;}
.fs13{font-size: 13px;}
.fs12{font-size: 12px;}
@media screen  and (max-width:1366px){
	.fs46{font-size: 40px;}
	.fs36{font-size: 32px;}
	.fs30{font-size: 24px;}
	.fs24,.fs26{font-size: 22px;}
	.fs18{font-size: 16px;}
	
}
@media screen  and (max-width:1024px){
	.fs46{font-size: 34px;}
	.fs36{font-size: 28px;}
	.fs30{font-size: 26px;}
	.fs24,.fs26{font-size: 22px;}
	.fs22{font-size: 20px;}
	.fs20{font-size: 18px;}
}
@media screen  and (max-width:768px){
	.fs46{font-size: 28px;}
	.fs36{font-size: 24px;}
	.fs30{font-size: 22px;}
	.fs22,.fs26{font-size: 18px;}
	.fs18{font-size: 16px;}
	.fs16{font-size: 15px;}
	.fs14,.fs15{font-size: 13px;}
}
@media screen  and (max-width:414px){
	.fs46{font-size: 24px;}
	.fs36{font-size: 20px;}
	.fs30{font-size: 18px;}
	.fs24,.fs26{font-size: 18px;}
	.fs22,.fs20{font-size: 16px;}
	.fs18{font-size: 15px;}
	.fs16{font-size: 14px;}
	.fs14,.fs13,.fs15{font-size: 12px;}
}

.ul-inline{font-size: 0;}
.ul-inline li{display: inline-block;*display: inline;*zoom:1;font-size: 14px;vertical-align: top;}
.ul-inline li a{display: block;}
.title{display: block;overflow: hidden;text-overflow: ellipsis;}
.info{display: block;overflow: hidden;}
.img{display: block;overflow: hidden;width: 100%;height: 0;}
.imgCentered{display: block;overflow: hidden;width: 100%;height: 0;position: relative;}
.img img{width: 100%;display: block;}
.imgCentered img{position: absolute;top: 0;bottom: 0;left: 0;right: 0;max-height: 100%;width: auto;margin: auto;}
.img img:hover{transform: scale(1.05);-ms-transform: scale(1.05);-moz-transform: scale(1.05);-webkit-transform: scale(1.05);-o-transform: scale(1.05);transition: all ease-in 0.2s;-ms-transition: all ease-in 0.2s;-moz-transition: all ease-in 0.2s;-webkit-transition: all ease-in 0.2s;-o-transition: all ease-in 0.2s;}
/* .time{font-family: 'Arial';} */

/* .row{width: 1600px;margin:0px auto;*width: 1200px;}
@media screen  and (max-width:1640px){
	.row{width: 1400px;}
}
@media screen  and (max-width:1480px){
	.row{width: 1200px;}
}
@media screen  and (max-width:1240px){
	.row{width: auto;padding: 0 20px;}
}
@media screen  and (max-width:480px){
	.row{padding: 0 10px;}
} */

/*头部样式*/
.wrap_header{width:100%;position: relative;z-index: 3;}
.headerWrap{width:100%;background:url(../image/headerBg3.png) center center repeat-y;background-size: 100% auto;}
.header{min-width: 300px;clear: both;position: relative;background:url(../image/headerBg2.png) left center no-repeat;background-size: auto 100%;}
.header:after{content: '';clear: both;display: block;}

/* 低版本浏览器 */
.ie_bg{width:100%;height:100%;position:fixed;top:0;left:0;background-color:#000;opacity:0.85;filter:alpha(opacity=85);z-index:99998;}
.ie9tips{width:400px;height:300px;position:fixed;top:50%;left:50%;margin:-150px 0 0 -200px;line-height: 1.8;color:#fff;z-index:99999;text-align:center;}
.ie9tips a{color:red;} 
.ie9tips img{display:block;margin:0 auto;opactiy:0.9;filter:alpha(opacity=90);} 
.ie9tips p{padding-top:10px;color: #fff;font-size: 16px;}

.snav{display:block;}
.mbtn{display:block;}
.logo{width: 56.2%;height:auto;padding: 12px 0 6px 37px;float: left;font-size: 0;}
.logo img{display: block;}
.logo .logo_01{width: 74.7%;display: inline-block;*display: inline;*zoom:1;vertical-align: middle;}
.logo .logo_02{width: 25.3%;display: inline-block;*display: inline;*zoom:1;vertical-align: middle;}
.topNav{position:absolute;top: 50%;right: 17px;font-size: 0;margin-top: -15px;}
.topNav a{font-size: 16px;display:inline-block;color: #fff;position: relative;height: 30px;line-height: 30px;text-align: center;padding: 0 20px;vertical-align: middle;margin-right: 0;}
.topNav a::after{content: '';position: absolute;right: 0;top: 50%;width: 1px;height: 18px;margin-top: -9px;background: #fff;}
.topNav .searchBtn{width: 22px;height: 30px;display: inline-block;*display: inline;*zoom: 1;background:url(../image/ser2.png) center center no-repeat;vertical-align: middle;padding: 0 22px;}
.topNav .searchBtn::after{display: none;}

.ser{height:30px;line-height:30px; background:url(http://english.bgrimm.com/images/navbg.png);vertical-align: middle;display: none;float: right;}
.search{width:200px; height: 30px;position:relative;  overflow: hidden;}
.search input{position:absolute;height: 30px;line-height:30px; font-size: 16px; color:#fff; border:none; background:none;font-weight: bold;}
.search input.notxt{padding-left:10px;width:160px;}
.search input.notxt1 {position: absolute;width: 24px;height: 24px;top: 4px;left:170px;border: none;background:url(../image/ser4.png) no-repeat center;cursor:pointer; overflow: hidden; }

/*1.默认展开的搜索*/
.gp-search{width:220px;overflow: hidden;display: inline-block;*display: inline;*zoom:1;vertical-align: middle;transition: all 0.35s ease-in-out;border:1px solid #ccc;}
.gp-ser{width:100%; height:28px; z-index:9999994; margin:0 auto;position: relative;}
.gp-search input,.gp-search button{/* position:absolute; */height: 28px;line-height:28px;border:none;background:none;top:0px;overflow: hidden;}
.gp-search input.notxt{color:#a4a4a4;width:82%;left: 0;top: 0;padding-left: 2%;}
.gp-search .notxt1 {position: absolute;width: 15%;right:0;cursor:pointer;color:#fff;}


/*4.搜索按钮全屏展开*/
/* #gp-serBtn5{position: relative;z-index: 800;background:url(../images/serBtn.png) no-repeat center center;width: 74px;text-align: center;height: 26px;margin: 0 0 0 32px;} */
.gp-search5{height: 0;border:none;width: 100%;overflow: hidden;position: fixed;top: 50%;z-index: 802;left: 0;}
.gp-search5 .gp-ser{max-width: 800px;}
.gp-search5 input,.gp-search5 button{height: 40px;line-height: 40px;}
.gp-search5 .gp-ser{height: 40px;border: 1px solid #ccc;margin-top: 20px;}
.gp-search5 .notxt1{background: #0c6bbb;color:#fff;background:url(../image/ser2.png) no-repeat center center #0c6bbb;}
.gp-search5 .gp-ser{display: none;border:none;background: #fff;position: relative;}
.gp-search5.active .gp-ser{display: block;}
.gp-search5.active{height: 80px;}
.gp-overlay{width: 100%;height: 100%;position: fixed;top: 0;z-index: 10;background: #000;opacity: 0.8;filter: alpha(opacity=80);display: none;left:0;}
.searchActive .gp-overlay{top: 0;margin: 0}
@media screen and (max-width:998px) {
  .gp-search5 .gp-ser{width: 80%;}
  .gp-search5 input,.gp-search5 button{box-sizing: border-box;}
  .gp-search5 input.notxt{width: 100%;padding-right: 90px;}
  .gp-search5 .notxt1{width: 85px;}
}


.mobile_search{height: 46px;line-height: 46px;vertical-align: middle;display: none;text-align: center;border-bottom: 2px solid #4279c0;}
.mobile_search .search{width:100%;height: 46px;position:relative;overflow: hidden;}
.mobile_search .search input{position:absolute;height: 50px;line-height: 46px;font-size: 22px;color: #5c80c0;border:none;background:none;font-weight: normal;}
.mobile_search .search input.notxt{padding-left:5%;height: 46px;width: 100%;left: 0;padding: 0;text-align: center;}
.mobile_search .search input.notxt1 {position: absolute;width: 15%;height: 50px;top: 0px;left:85%;border: none;background:url(../image/ser4.png) no-repeat center #fff;overflow: hidden; }


/*导航*/
.nav{width:100%; height:64px;}
.nav ul{height:64px;margin:0px auto;max-width: 1610px;font-size: 0;text-align: center;white-space: nowrap;}
.nav ul li{height:64px;line-height:64px;text-align:center;position:relative;display: inline-block;transform: perspective(5000px);-moz-transform: perspective(5000px);-o-transform: perspective(5000px);-webkit-transform: perspective(5000px);}
.nav ul li a{color:#333;position: relative;display:block;transition: all 0.3s ease;font-size: 20px;}
.nav ul li a:after{display: block;position: absolute;bottom:7px;left: 50%;width:0;height: 2px;background: #0f57a9;margin-left: -15px;content: '';clear: both;transition: all 0.3s ease;}
.nav ul li .subNav{position:absolute;background: rgba(0,0,0,0.8);left:0;top:100%;display:none;overflow:hidden;width:220px;z-index: 9999999;}
.nav ul li:last-child .subNav{left: auto;right: 0;}
.nav ul li.on{-webkit-transition:  all 0.2s ease; -moz-transition: all 0.2s ease; transition: all 0.2s ease; }
.nav ul li.on > a:after{width: 30px; }
.nav ul li.on .subNav { display:block;}
.nav ul li .subNav dl{overflow:hidden;margin:10px 0;}
.nav ul li .subNav dl dd{height:auto;line-height:18px;text-align:center;}
.nav ul li .subNav dl dd:hover{font-weight: bold; }
.nav ul li .subNav dl dd a{ font-size:14px;line-height:18px;padding:8px 5px; color: #fff; text-align:center; font-weight:normal;white-space: normal;}
.nav ul li .subNav dl dd:hover a{font-weight: bold; }

.nav.currents{top: 0;background: #fff;box-shadow: 0 5px 10px rgba(0,0,0,0.3);}


.fadeInUpSmall {
  -webkit-animation-name: flipInY ;
  animation-name: flipInY ;
  animation-duration: 0.6s; 
  -webkit-animation-duration: 0.6s;

  animation-timing-function: ease-in-out; 
  -webkit-animation-timing-function: ease-in-out;   

  visibility: visible !important; 
  display: block;
}


@keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
}

.animate{-webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both}



/*手机端导航*/
.mobile{width: 100%;position:absolute;height: 90px;display: none;top:0;right: 0;z-index: 999999;height: 100%;}
/*.mobile.active{overflow:visible;}*/
.mobile-inner-header{    position: absolute;top: 0px;right: 0px;z-index: 999999;width: 40px;}
.mobile-inner-header-icon{
  color: #fff; height: 40px;font-size:25px;text-align: center;
  float:right;width: 40px;position: relative;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.mobile-inner-header-icon:hover{
  opacity:0.8;
  cursor: pointer;
}
.mobile-inner-header-icon span{
  position: absolute; right: calc((100% - 25px) / 2);
  top: calc((100% - 1px) / 3);  width: 25px;  height: 2px;  background-color: #fff;}
.mobile-inner-header-icon span:nth-child(1){transform: translateY(4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(2){transform: translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon-click span:nth-child(1){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickfirst;}    
.mobile-inner-header-icon-click span:nth-child(2){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clicksecond;}
.mobile-inner-header-icon{color: #fff;height: 30px;text-align: left;float:right;width: 30px;position: relative;cursor: pointer;margin-right: 18px;font-weight: bold;text-align: right;margin-top: 15px;} 
.mobile-inner-header-icon-out span{width: 30px;height: 2px;background-color:#fff;display: block;}
.mobile-inner-header-icon-out span:nth-child(1){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;width: 24px;
    }       
.mobile-inner-header-icon-out span:nth-child(2){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;width: 14px;margin-left: 6px;
    }
.mobile-inner-header-icon-out span:nth-child(3){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outthird;width: 24px;margin-left: 12px;
    }
.mobile-inner-header-icon span:nth-child(1){transform: translateY(4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(2){transform: translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(3){transform: translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon-click span:nth-child(1){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickfirst;}      
.mobile-inner-header-icon-click span:nth-child(2){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clicksecond;}
.mobile-inner-header-icon-click span:nth-child(3){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickthird;}
@keyframes clickfirst {
  0% {
      transform: translateY(4px) rotate(0deg);
      
  }

  100% {
    transform: translateY(0) rotate(45deg);
  }
}   

@keyframes clicksecond {
  0% {
      transform: translateY(-4px) rotate(0deg);
  }

  100% {
    transform: translateY(0) rotate(-45deg);
  }
} 

@keyframes clickthird {
    0% {
     opacity: 0
  }

  100% {
   opacity: 0
  }
}   
.mobile-inner-header-icon-out span:nth-child(1){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
    }       
.mobile-inner-header-icon-out span:nth-child(2){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
    }
.mobile-inner-header-icon-out span:nth-child(3){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outthird;
    }
@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }

  100% {
    transform: translateY(-4px) rotate(0deg);
  }
}   



@keyframes outsecond {
  0% {
    transform: translateY(0) rotate(45deg);
  }

  100% {
    transform: translateY(4px) rotate(0deg);
  }
}
@keyframes outthird {
  0% {
    transform: translateY(0) rotate(90deg);
  }

  100% {
    transform: translateY(12px) rotate(0deg);
  }
}

.wrap_header .mobile-inner-header-icon::before{background: url(../image/triangle.png) left center no-repeat;width: 5px;height: 12px;content: '';position: absolute;left: 13px;top: 50%;margin:-6px 0 0;opacity: 0;}
.wrap_header .mobile-inner-header-icon-out::before{animation-duration: 0.5s; animation-fill-mode: both;animation-name: fadeIn;}
.wrap_header .mobile-inner-header-icon-click::before{animation-duration: 0.5s; animation-fill-mode: both;animation-name: fadeOut;}
@keyframes fadeIn{
  0% {
    transform: translateX(8px);opacity: 0;
  }
  100% {
    transform: translateX(-8px);opacity: 1;
  }
}
@keyframes fadeOut{
  0% {
    transform: translateX(-8px);opacity: 1;
  }
  100% {
    transform: translateX(8px);opacity: 0;
  }
}

.mobile-inner-nav{background:#0769bb;background: -webkit-linear-gradient(top, #1556af, #0074c1); /* Safari 5.1 - 6.0 */background: -o-linear-gradient(bottom, #1556af, #0074c1); /* Opera 11.1 - 12.0 */background: -moz-linear-gradient(bottom, #1556af, #0074c1); /* Firefox 3.6 - 15 */background: linear-gradient(to bottom, #1556af , #0074c1); /* 标准的语法 */box-shadow: 0 5px 30px rgba(0,0,0,0.6);background-size: contain;position: absolute;top: 0;right: 0px;left: 60px;padding-top: 10px;padding-bottom: 25px;padding-bottom: 1020px;transition: all 0.5s ease;padding-top: 22px;display: none;z-index: 99;}
.mobile-inner-nav ul{overflow: hidden;margin:0 auto;}
.mobile-inner-nav.active{display: block;}
.mobile-inner-nav a{display:block;line-height: 2;padding:10px 0;text-decoration: none; font-size: 1.6rem; -webkit-transition: all 0.5s;   -moz-transition: all 0.5s; -o-transition: all 0.5s;    transition: all 0.5s; color:#fff;}
.mobile-inner-nav a:hover{color:#fafafa;}
.mobile-inner-nav li{position: relative;border-bottom:1px solid rgba(255,255,255,0.1);}
.mobile-inner-nav li.on{background: #0e4d97;}
.mobile-inner-nav li a{padding: 10px 28px;line-height: 26px;font-size: 20px;}
.mobile-inner-nav li strong{color:#fff;position: absolute;right:45px;top:0;font-size: 1.8rem;cursor: pointer;width: 44px;height: 44px;text-align: center;line-height: 44px;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;font-weight: normal;}
.mobile-inner-nav li strong.on{font-size: 2.3rem;}
.mobile-inner-nav a{-webkit-animation-duration: 0.5s;animation-duration: 0.5s;-webkit-animation-fill-mode: both;animation-fill-mode: both;-webkit-animation-name: returnToNormal;animation-name: returnToNormal;}
@-webkit-keyframes returnToNormal {
      from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
      }

      to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
      }
    }

    @keyframes returnToNormal {
      from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
      }

      to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
      }
    }
.mobile_subNav{display: none;padding: 0 0 6px;background: #0e4d97;}
.mobile-inner-nav dd a{line-height: 2;border-bottom: none;font-weight: normal;font-size: 1.4rem;color: #ffffff;padding: 0 50px;opacity: 0.4;}

.mobile-inner-nav dd a i{color:#1b7474;margin-right: 6px;font-weight: bold;}
.mobile-links{margin:0 auto;text-align: center;padding:8px 0;color: #fff;}
.mobile-inner-nav .mobile-links a{display: inline-block;font-size: 16px;padding: 0 5px;}

.Wrap_footer{ width: 100%;background:url(../image/headerBg3.png) center center no-repeat;position: relative;background-size: 100% 100%;}
.footer{font-size: 0;max-width: 1200px;margin: 0 auto;padding: 33px 0;white-space: nowrap;}
.footer a{color: #fff;display: block;}
.footer a:hover{transform: translateX(10px);}

.footer .part1,.footer .part2,.footer .part3{display: inline-block;*display: inline;*zoom: 1;vertical-align: top;color: #fff;font-size: 12px;line-height: 24px;white-space: normal;position: relative;}
.footer .part2::before{content: '';width: 1px;position: absolute;left: 0;top: 0;bottom: 0;background: #1282cc;}
.footer .part2::after{content: '';width: 1px;position: absolute;right: 0;top: 0;bottom: 0;background: #1282cc;}


@media screen  and (max-width:1366px) {
	.logo{ padding: 6px 0 6px 17px; }
	.ser{ right: 0px; top:39px;}
	.topNav{/* right: 20px; */}
	.top_nav{margin-right: 20px;}
	.nav ul,.nav{height: 52px;}
	.nav ul li a{font-size: 18px;}
	.footer{width: auto;clear: both;}
	.nav ul li{line-height: 52px;height: 52px;}
	
	
	
}

@media screen  and (max-width:1240px) {
	.logo{width: 586px;}
	.logo .logo_01{width: 69.28%;}
	.logo .logo_02{width: 30.72%;}
	
	.ser{ right: 0px; top:39px;}
	.topNav{ right: 20px; }
	.top_nav{margin-right: 20px;}
	.topNav a{font-size: 12px;padding: 0 12px;}
	.topNav .searchBtn{padding-right: 0;}
	.footer{width: auto;clear: both;padding: 34px 20px;}
	.nav ul li{margin: 0;padding: 0 16px;}
	.nav ul li a{font-size: 14px;}
	
	
}

@media screen  and (max-width:998px) {
	.logo a {/* width: 50%; *//* float: left; */}
	.headerWrap{border-top: none;}
	.nav{display:none;}
	.topNav,.ser{ display: none; }
	.mobile{ display:block; position: static;}
	.mobile_search{display:block;}
	.top_nav{display: none;}
	
	
}
@media screen  and (max-width:992px) {
	.logo{ /*! margin: 0 auto; */padding: 6px 18px;width: 580px;}
	.ser{top:23px;}
	
	.footer .part1{width: 255px;}
}
@media screen and (max-width: 767px) {
	.logo{width: auto;}
	.logo .logo_01{width: 262px;}
	.logo .logo_02{width: 112px;}
	
	.mobile-inner-header-icon{margin-top: 8px;}
	
	.footer .part1,.footer .part2,.footer .part3{width: 100%;display: block;text-align: center;padding: 14px 0;}
	.footer{padding: 6px 15px;}
	
	.footer .part2::before{top: 0;left: 0;right: 0;width: 100%;height: 1px;}
	.footer .part2::after{bottom: 0;left: 0;right: 0;width: 100%;height: 1px;top: auto;}
}

@media screen and (max-width:640px) {
	.mobile-inner-nav li a{}
	.mobile-inner-nav li strong{right: 0;}
	.mobile-inner-nav dd a{padding: 1px 40px 0px 50px;line-height: 27px;opacity: 0.4;}
	
	
}

@media screen and (max-width:480px) {
	.logo{padding: 4px 15px;}
	.logo .logo_02{display: none;}
	
	
}

@media screen and (max-width:414px) {
	.mobile-inner-header-icon{margin-top: 6px;margin-right: 10px;}
}
@media screen and (max-width:360px) {
	.logo .logo_01{width: 240px;}
}