@charset "utf-8";
/*
Theme Name: ss-link-solution
Theme URI: http://www.solution-sy.com/
Author: Fyy
Description: This is a default wordpress themes
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
*/

/* Start Reset Css */
*{margin:0;padding:0;border:0;outline:0;font-size:100%;background:0 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

:after,:before{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

html{font-size:100%;overflow-x:hidden;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}

@font-face{
	font-family:"yuGothic";
	src:url("fonts/yu-gothic-medium.eot");
	src:url("fonts/yu-gothic-medium.eot?#iefix") format("embedded-opentype"),
		url("fonts/yu-gothic-medium.woff2") format("woff2"),
		url("fonts/yu-gothic-medium.woff") format("woff"),
		url("fonts/yu-gothic-medium.ttf") format("truetype"),
		url("fonts/yu-gothic-medium.svg#yugothicmedium") format("svg");
	font-weight:normal;
	font-style:normal;
}

@font-face{
	font-family:"gillSansMt";
	src:url("fonts/gill-sans-mt.eot");
	src:url("fonts/gill-sans-mt.eot?#iefix") format("embedded-opentype"),
		url("fonts/gill-sans-mt.woff2") format("woff2"),
		url("fonts/gill-sans-mt.woff") format("woff"),
		url("fonts/gill-sans-mt.ttf") format("truetype"),
		url("fonts/gill-sans-mt.svg#gillsansmt") format("svg");
	font-weight:normal;
	font-style:normal;
}

body{margin:0 auto;width:100%;max-width:1920px;background:#000;line-height:1.8;font-family:"yuGothic",sans-serif;font-size:16px;color:#060001;}
@media (max-width:1380px){
	body{font-size:15px;}
}
@media (max-width:1180px){
	body{font-size:14px;}
}

address,caption,code,figcaption,pre,th{font-size:1em;font-weight:normal;font-style:normal;}

blockquote,q{quotes:none;}

blockquote:after,blockquote:before,q:after,q:before{content:'';content:none;}

fieldset,iframe,img{border:0;}

ins{background-color:#ff9;color:#000;text-decoration:none;}

caption,th{text-align:left;}

table{border-collapse:collapse;border-spacing:0;}

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block;}

audio,canvas,progress,video{display:inline-block;vertical-align:baseline;}

sup{vertical-align:text-top;}

sub{vertical-align:text-bottom;}

hr{display:block;margin:1em 0;padding:0;height:1px;border:0;border-top:1px solid #ccc;}

input,select{vertical-align:middle;}

button{background:0 0;border:0;color:inherit;cursor:pointer;font:inherit;line-height:inherit;overflow:visible;vertical-align:inherit;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}

button:disabled{cursor:default;}

audio:not([controls]){display:none;}

:focus[data-focus-method=mouse]:not(input):not(textarea):not(select),:focus[data-focus-method=touch]:not(input):not(textarea):not(select){outline:0;}

::-moz-focus-inner{border:0;padding:0;}

a,a:link,a:visited{text-decoration:none;
	-webkit-transition:0.3s;
	transition:0.3s;
}

a:hover,a:active{text-decoration:none;}

ul,ol{list-style:none;}

img{display:block;height:auto;max-width:100%;}

:-moz-placeholder{
  /* Mozilla Firefox 4 to 18 */
  color:#999;opacity:1;}

::-moz-placeholder{
  /* Mozilla Firefox 19+ */
  color:#999;opacity:1;}

input:-ms-input-placeholder{color:#999;opacity:1;}

input::-webkit-input-placeholder{color:#999;opacity:1;}

::-webkit-scrollbar{width:6px;background-color:#f3f3f3;border-left:1px solid #dddddd;}

::-webkit-scrollbar:hover{background-color:transparent;}

::-webkit-scrollbar-thumb{cursor:pointer;background-color:#666;}

::-webkit-scrollbar-thumb:hover{background-color:#333;}

::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment{display:none;}

.f-fl{float:left;}
.f-fr{float:right;}
.f-cb:after{content:".";display:block;clear:both;height:0;visibility:hidden;overflow:hidden;}
.f-cb{zoom:1;}

.hasbg{background-repeat:no-repeat;background-size:cover;background-position:center center;}
.hasbg:after{display:block;content:"";padding-top:100%;}
.hasbg>img{display:none;}

em{font-style:normal;}
i{font-style:normal;}
/* Start Reset Css */

/*loading*/
#loading{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;width:100%;height:100%;background:#fff;}
#loading>figure{position:absolute;top:50%;left:50%;margin:-100px 0 0 -100px;width:200px;height:200px;
	background-image:url(img/loading.gif);
	background-size:200px 200px;
	background-repeat:no-repeat;
	background-position:center;
}

/*mobile-btn*/
.mobile-btn{margin-left:60px;}
.mobile-btn>div{cursor:pointer;
	-webkit-transition:all 500ms cubic-bezier(0.86,0,0.07,1);
	transition:all 500ms cubic-bezier(0.86,0,0.07,1);
}
.mobile-btn>div>span{display:block;height:3px;background:#fff;
	-webkit-transform-origin:center;
	transform-origin:center;
	
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
}
.mobile-btn>div>span:nth-of-type(1){width:30px;}
.mobile-btn>div>span:nth-of-type(2){margin-top:12px;width:25px;}
.mobile-btn>div:hover>span,.mobile-btn>div.active>span{width:30px;}
.mobile-btn>div.active>span:nth-child(1){
  	-webkit-transform:translateY(7px) rotate(-45deg);
    transform:translateY(7px) rotate(-45deg);
}
.mobile-btn>div.active>span:nth-child(2){
  	-webkit-transform:translateY(-8px) rotate(45deg);
    transform:translateY(-8px) rotate(45deg);
}
@media (max-width:1440px){
	.mobile-btn{margin-left:40px;}
}
@media (max-width:1180px){
	.mobile-btn{margin-left:20px;}
}

/*spWrapper*/
.spWrapper{position:fixed;top:120px;right:0;z-index:50;line-height:1;
	-webkit-transform:translateX(100%);
	transform:translateX(100%);
	-webkit-transition:all 500ms cubic-bezier(0.86,0,0.07,1);
	transition:all 500ms cubic-bezier(0.86,0,0.07,1);
}
.spWrapper.spWrapper-move{
	-webkit-transform:translateX(0px) !important;
	transform:translateX(0px) !important;
}
.spWrapper>dt{display:flex;padding:60px;background:#fff;}
.spWrapper>dt>ul:not(:first-child){margin-left:60px;}
.spWrapper>dt>ul>li:not(:first-child){margin-top:40px;}
.spWrapper>dt>ul>li>a{display:flex;align-items:center;padding-bottom:20px;border-bottom:2px solid #181818;color:#181818;}
.spWrapper>dt>ul>li>a>h3{font-family:"gillSansMt",sans-serif;font-size:18px;letter-spacing:2px;text-transform:uppercase;}
.spWrapper>dt>ul>li>a>i{display:block;margin-top:1px;margin-left:20px;font-size:14px;}
.spWrapper>dt>ul>li>a:hover{opacity:0.6;}
.spWrapper>dd{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:60px;background:#000;}
.spWrapper>dd>a:nth-of-type(1){text-align:center;}
.spWrapper>dd>a:nth-of-type(1)>img{width:100%;max-width:299px;}
.spWrapper>dd>a:nth-of-type(1)>h3{margin-top:25px;font-size:18px;color:#aeaeae;letter-spacing:4px;}
.spWrapper>dd>a:nth-of-type(1):hover{opacity:0.6;}
.spWrapper>dd>a:nth-of-type(2){margin-top:25px;font-size:30px;color:#aeaeae;font-weight:bold;letter-spacing:2px;}
.spWrapper>dd>a:nth-of-type(2):hover{text-decoration:underline;}
@media (max-width:1440px){
	.spWrapper{top:102px;}
	.spWrapper>dt{padding:50px;}
	.spWrapper>dt>ul:not(:first-child){margin-left:50px;}
	.spWrapper>dt>ul>li:not(:first-child){margin-top:30px;}
	.spWrapper>dt>ul>li>a{padding-bottom:15px;}
	.spWrapper>dt>ul>li>a>h3{font-size:16px;}
	.spWrapper>dt>ul>li>a>i{margin-top:-1px;margin-left:15px;font-size:13px;}
	.spWrapper>dd{padding:50px;}
	.spWrapper>dd>a:nth-of-type(1)>img{max-width:259px;}
	.spWrapper>dd>a:nth-of-type(1)>h3{margin-top:20px;font-size:16px;letter-spacing:2px;}
	.spWrapper>dd>a:nth-of-type(2){margin-top:20px;font-size:26px;}
}
@media (max-width:1180px){
	.spWrapper{top:84px;}
	.spWrapper>dt{padding:40px;}
	.spWrapper>dt>ul:not(:first-child){margin-left:40px;}
	.spWrapper>dt>ul>li:not(:first-child){margin-top:20px;}
	.spWrapper>dt>ul>li>a{padding-bottom:10px;}
	.spWrapper>dt>ul>li>a>h3{font-size:14px;}
	.spWrapper>dt>ul>li>a>i{margin-top:2px;margin-left:10px;font-size:12px;}
	.spWrapper>dd{padding:40px;}
	.spWrapper>dd>a:nth-of-type(1)>img{max-width:219px;}
	.spWrapper>dd>a:nth-of-type(1)>h3{margin-top:15px;font-size:14px;}
	.spWrapper>dd>a:nth-of-type(2){margin-top:15px;font-size:22px;}
}
@media (max-width:920px){
	.spWrapper{top:76px;}
	.spWrapper>dt{padding:30px;}
	.spWrapper>dt>ul:not(:first-child){margin-left:30px;}
	.spWrapper>dd{padding:30px;}
	.spWrapper>dd>a:nth-of-type(1)>img{max-width:179px;}
}

/*bkt*/
.bkt{position:fixed;bottom:20px;right:20px;z-index:999;display:flex;justify-content:center;align-items:center;width:45px;height:45px;
	background:#fff;border-radius:50%;cursor:pointer;
	-webkit-transition:0.3s;
	transition:0.3s;
}
.bkt>i{margin-top:-4px;line-height:1;font-size:18px;color:#000;}
.bkt:hover{opacity:0.6;}

/*common*/
.wrapperMain{margin:0 auto;width:100%;max-width:1520px;}

/*common_tit*/
.common_tit{line-height:1;color:#fff;text-transform:uppercase;}
.common_tit>hr{margin:0;width:100%;max-width:270px;height:2px;background:#fff;border:none;}
.common_tit>h2{margin-top:20px;padding:0 20px;font-family:"gillSansMt",sans-serif;font-style:italic;font-size:20px;letter-spacing:6px;}
@media (max-width:1380px){
	.common_tit>hr{max-width:230px;}
	.common_tit>h2{margin-top:17px;padding:0 15px;font-size:18px;letter-spacing:4px;}
}
@media (max-width:1180px){
	.common_tit>hr{max-width:190px;}
	.common_tit>h2{margin-top:14px;padding:0 10px;font-size:16px;letter-spacing:2px;}
}
@media (max-width:420px){
	.common_tit>h2{letter-spacing:0;}
}

/*googlemap*/
.googlemap{position:relative;width:100%;overflow:hidden;background:#ccc url(img/lgm.png) no-repeat center center;background-size:40% auto;}
.googlemap iframe{position:absolute;top:0;left:0;width:100%;height:100%;}

/*header*/
.header{position:fixed;top:0;left:0;z-index:9999;padding:30px 60px;width:100%;line-height:1;border-bottom:2px solid #000;
	font-family:"gillSansMt",sans-serif;text-transform:uppercase;
	-webkit-transition:all 500ms cubic-bezier(0.86,0,0.07,1);
	transition:all 500ms cubic-bezier(0.86,0,0.07,1);
}
.header .headerMat{display:flex;justify-content:space-between;align-items:center;max-width:1720px;}
.header .headerMat>dt>a{display:block;width:100%;max-width:299px;}
.header .headerMat>dt>a:hover{opacity:0.6;}
.header .headerMat>dd{display:flex;align-items:center;margin-left:60px;}
.header .headerMat>dd>ul{display:flex;}
.header .headerMat>dd>ul>li:not(:first-child){margin-left:60px;}
.header .headerMat>dd>ul>li>a{font-size:20px;color:#fff;letter-spacing:2px;}
.header .headerMat>dd>ul>li>a:after{display:block;content:"";width:100%;height:2px;background:#fff;opacity:0;
	-webkit-transform:translateY(-10px);
	transform:translateY(-10px);
	-webkit-transition:0.3s;
	transition:0.3s;
}
.header .headerMat>dd>ul>li>a:hover:after{opacity:1;
	-webkit-transform:translateY(3px);
	transform:translateY(3px);
}
.header .headerMat>dd>a{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-left:60px;padding:20px 40px;font-size:20px;color:#fff;letter-spacing:2px;font-weight:normal;
	background-image:url(img/joinUsBg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.header .headerMat>dd>a:hover{border-radius:8px;
	-webkit-transform:translateY(-10px);
	transform:translateY(-10px);
}
@media (max-width:1440px){
	.header{padding:25px 40px;}
	.header .headerMat>dt>a{max-width:259px;}
	.header .headerMat>dd{margin-left:40px;}
	.header .headerMat>dd>ul>li:not(:first-child){margin-left:40px;}
	.header .headerMat>dd>ul>li>a{font-size:18px;}
	.header .headerMat>dd>a{margin-left:40px;padding:17px 30px;font-size:18px;}
	.header .headerMat>dd>a:hover{border-radius:6px;
		-webkit-transform:translateY(-8px);
		transform:translateY(-8px);
	}
}
@media (max-width:1180px){
	.header{padding:20px;}
	.header .headerMat>dt>a{max-width:219px;}
	.header .headerMat>dd{margin-left:20px;}
	.header .headerMat>dd>ul>li:not(:first-child){margin-left:20px;}
	.header .headerMat>dd>ul>li>a{font-size:16px;}
	.header .headerMat>dd>a{margin-left:20px;padding:14px 20px;font-size:16px;}
	.header .headerMat>dd>a:hover{border-radius:4px;
		-webkit-transform:translateY(-6px);
		transform:translateY(-6px);
	}	
}
@media (max-width:920px){
	.header{background:#000;border-bottom-color:#4c4c4c;}
	.header .headerMat>dt>a{max-width:179px;}
	.header .headerMat>dd>ul{display:none;}
	.header .headerMat>dd>a{margin-left:0;padding:11px 10px;font-size:14px;letter-spacing:0;}
}

.header.header_fixed{background:#000;border-bottom-color:#4c4c4c;}

/*banner*/
#textFir-strings{opacity:0;}
#textSec-strings{opacity:0;}
#textThi-strings{opacity:0;}

.banner{position:relative;height:900px;overflow:hidden;}
.banner .bannerBg{position:absolute;top:0;left:0;width:100%;height:100%;}
.banner .bannerBg:after{padding-top:0;width:100%;height:100%;}
.banner .bannerMat{position:absolute;top:50%;left:50%;z-index:5;padding:0 40px;max-width:1600px;color:#fff;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.banner .bannerMat>h2{line-height:1.2;font-family:"gillSansMt",sans-serif;font-size:76px;letter-spacing:4px;font-weight:normal;text-transform:uppercase;}
.banner .bannerMat>h3{margin-top:40px;line-height:1;font-size:38px;letter-spacing:6px;}
.banner .bannerMat>figcaption{margin-top:40px;font-size:20px;letter-spacing:8px;}
@media (max-width:1380px){
	.banner{height:800px;}
	.banner .bannerMat{padding:0 30px;}
	.banner .bannerMat>h2{font-size:68px;letter-spacing:2px;}
	.banner .bannerMat>h3{margin-top:35px;font-size:34px;letter-spacing:4px;}
	.banner .bannerMat>figcaption{margin-top:35px;font-size:18px;letter-spacing:6px;}
}
@media (max-width:1180px){
	.banner{height:700px;}
	.banner .bannerMat{padding:0 20px;}
	.banner .bannerMat>h2{font-size:60px;}
	.banner .bannerMat>h3{margin-top:30px;font-size:30px;letter-spacing:2px;}
	.banner .bannerMat>figcaption{margin-top:30px;font-size:16px;letter-spacing:4px;}
}
@media (max-width:980px){
	.banner{height:600px;}
	.banner .bannerMat>h2{font-size:52px;}
	.banner .bannerMat>h3{margin-top:25px;font-size:26px;}
	.banner .bannerMat>figcaption{margin-top:25px;font-size:14px;letter-spacing:2px;}
}
@media (max-width:780px){
	.banner .bannerMat>h2{font-size:44px;}
	.banner .bannerMat>h3{font-size:22px;}
}
@media (max-width:580px){
	.banner .bannerMat>h2{font-size:36px;}
	.banner .bannerMat>h3{font-size:18px;}
}
@media (max-width:420px){
	.banner .bannerMat>h2{font-size:28px;letter-spacing:0;}
	.banner .bannerMat>h3{font-size:14px;letter-spacing:0;}
	.banner .bannerMat>figcaption{font-size:12px;letter-spacing:0;}
}

/*indexMain*/
/*aboutUs*/
.aboutUs{padding:160px 40px;}
.aboutUs .aboutUsSep:nth-of-type(1){margin-top:100px;}
.aboutUs .aboutUsSep:nth-of-type(2){margin-top:140px;}
.aboutUs .aboutUsSep>dd{text-align:center;}
.aboutUs .aboutUsSep>dd>h3{line-height:1;font-family:"gillSansMt",sans-serif;font-size:66px;color:#fff;letter-spacing:8px;text-transform:uppercase;}
.aboutUs .aboutUsSep>dd>h4{margin-top:50px;line-height:1.4;font-size:44px;color:#fff;letter-spacing:6px;}
.aboutUs .aboutUsSep>dd>h6{margin-top:50px;font-size:22px;color:#fff;font-weight:normal;letter-spacing:4px;}
.aboutUs .aboutUsSep>dd>hr{margin:50px auto 0;width:100%;height:2px;background:#767676;border:none;}
.aboutUs .aboutUsSep>dd>figcaption{margin-top:50px;font-style:italic;font-size:18px;color:#767676;}
.aboutUs .aboutUsSep>dt{margin-top:100px;}
@media (max-width:1380px){
	.aboutUs{padding:130px 30px;}
	.aboutUs .aboutUsSep:nth-of-type(1){margin-top:80px;}
	.aboutUs .aboutUsSep:nth-of-type(2){margin-top:120px;}
	.aboutUs .aboutUsSep>dd>h3{font-size:60px;letter-spacing:6px;}
	.aboutUs .aboutUsSep>dd>h4{margin-top:40px;font-size:40px;letter-spacing:4px;}
	.aboutUs .aboutUsSep>dd>h6{margin-top:40px;font-size:20px;letter-spacing:2px;}
	.aboutUs .aboutUsSep>dd>hr{margin:40px auto 0;}
	.aboutUs .aboutUsSep>dd>figcaption{margin-top:40px;font-size:16px;}
	.aboutUs .aboutUsSep>dt{margin-top:80px;}
}
@media (max-width:1180px){
	.aboutUs{padding:100px 20px;}
	.aboutUs .aboutUsSep:nth-of-type(1){margin-top:60px;}
	.aboutUs .aboutUsSep:nth-of-type(2){margin-top:100px;}
	.aboutUs .aboutUsSep>dd>h3{font-size:54px;letter-spacing:4px;}
	.aboutUs .aboutUsSep>dd>h4{margin-top:30px;font-size:36px;letter-spacing:2px;}
	.aboutUs .aboutUsSep>dd>h6{margin-top:30px;font-size:18px;}
	.aboutUs .aboutUsSep>dd>hr{margin:30px auto 0;}
	.aboutUs .aboutUsSep>dd>figcaption{margin-top:30px;font-size:14px;}
	.aboutUs .aboutUsSep>dt{margin-top:60px;}
}
@media (max-width:980px){
	.aboutUs{padding:70px 20px;}
	.aboutUs .aboutUsSep:nth-of-type(1){margin-top:40px;}
	.aboutUs .aboutUsSep:nth-of-type(2){margin-top:80px;}
	.aboutUs .aboutUsSep>dd>h3{font-size:48px;letter-spacing:2px;}
	.aboutUs .aboutUsSep>dd>h4{margin-top:20px;font-size:32px;}
	.aboutUs .aboutUsSep>dd>h6{margin-top:20px;font-size:16px;}
	.aboutUs .aboutUsSep>dd>hr{margin:20px auto 0;}
	.aboutUs .aboutUsSep>dd>figcaption{margin-top:20px;}
	.aboutUs .aboutUsSep>dt{margin-top:40px;}
}
@media (max-width:780px){
	.aboutUs .aboutUsSep>dd>h3{font-size:42px;}
	.aboutUs .aboutUsSep>dd>h4{font-size:28px;}
	.aboutUs .aboutUsSep>dd>h6{font-size:14px;}
}
@media (max-width:580px){
	.aboutUs .aboutUsSep>dd>h3{font-size:36px;}
	.aboutUs .aboutUsSep>dd>h4{font-size:24px;}
}
@media (max-width:420px){
	.aboutUs .aboutUsSep>dd>h3{letter-spacing:0;}
	.aboutUs .aboutUsSep>dd>h4{font-size:19px;letter-spacing:0;}
	.aboutUs .aboutUsSep>dd>h6{letter-spacing:0;}
	.aboutUs .aboutUsSep>dd>h6>br{display:none;}
	.aboutUs .aboutUsSep>dd>h6>span{display:block;}
}

.aboutUs .aboutUsVal{margin-top:140px;}
.aboutUs .aboutUsVal>dd{text-align:center;}
.aboutUs .aboutUsVal>dd>h3{line-height:1;font-family:"gillSansMt",sans-serif;font-size:66px;color:#fff;letter-spacing:8px;text-transform:uppercase;}
.aboutUs .aboutUsVal>dd>h6{margin-top:50px;font-size:22px;color:#fff;font-weight:normal;letter-spacing:4px;}
.aboutUs .aboutUsVal>dd>fieldset{margin-top:70px;}
.aboutUs .aboutUsVal>dd>fieldset>hgroup{display:flex;justify-content:center;align-items:center;line-height:0.8;font-size:40px;color:#fff;}
.aboutUs .aboutUsVal>dd>fieldset>hgroup>h4{padding-bottom:15px;}
.aboutUs .aboutUsVal>dd>fieldset>hgroup>h5{display:flex;align-items:center;padding-bottom:15px;letter-spacing:6px;}
.aboutUs .aboutUsVal>dd>fieldset>hgroup>h5:before{margin:10px 40px 0;display:block;content:"";width:2px;height:47px;background:#fff;}
.aboutUs .aboutUsVal>dd>fieldset>figcaption{margin-top:20px;font-size:22px;color:#fff;font-weight:normal;letter-spacing:4px;}
.aboutUs .aboutUsVal>dd>hr{margin:50px auto 0;width:100%;height:2px;background:#767676;border:none;}
.aboutUs .aboutUsVal>dd>figcaption{margin-top:50px;font-style:italic;font-size:18px;color:#767676;}
.aboutUs .aboutUsVal>dt{margin-top:100px;}
@media (max-width:1380px){
	.aboutUs .aboutUsVal{margin-top:120px;}
	.aboutUs .aboutUsVal>dd>h3{font-size:60px;letter-spacing:6px;}
	.aboutUs .aboutUsVal>dd>h6{margin-top:40px;font-size:20px;letter-spacing:2px;}
	.aboutUs .aboutUsVal>dd>fieldset{margin-top:60px;}
	.aboutUs .aboutUsVal>dd>fieldset>hgroup{font-size:36px;}
	.aboutUs .aboutUsVal>dd>fieldset>hgroup>h4{padding-bottom:13px;}
	.aboutUs .aboutUsVal>dd>fieldset>hgroup>h5{padding-bottom:13px;letter-spacing:4px;}
	.aboutUs .aboutUsVal>dd>fieldset>hgroup>h5:before{margin:8px 30px 0;height:42px;}
	.aboutUs .aboutUsVal>dd>fieldset>figcaption{margin-top:15px;font-size:20px;letter-spacing:2px;}
	.aboutUs .aboutUsVal>dd>hr{margin:40px auto 0;}
	.aboutUs .aboutUsVal>dd>figcaption{margin-top:40px;font-size:16px;}
	.aboutUs .aboutUsVal>dt{margin-top:80px;}
}
@media (max-width:1180px){
	.aboutUs .aboutUsVal{margin-top:100px;}
	.aboutUs .aboutUsVal>dd>h3{font-size:54px;letter-spacing:4px;}
	.aboutUs .aboutUsVal>dd>h6{margin-top:30px;font-size:18px;}
	.aboutUs .aboutUsVal>dd>fieldset{margin-top:50px;}
	.aboutUs .aboutUsVal>dd>fieldset>hgroup{font-size:32px;}
	.aboutUs .aboutUsVal>dd>fieldset>hgroup>h4{padding-bottom:11px;}
	.aboutUs .aboutUsVal>dd>fieldset>hgroup>h5{padding-bottom:11px;letter-spacing:2px;}
	.aboutUs .aboutUsVal>dd>fieldset>hgroup>h5:before{margin:6px 20px 0;height:37px;}
	.aboutUs .aboutUsVal>dd>fieldset>figcaption{margin-top:10px;font-size:18px;}
	.aboutUs .aboutUsVal>dd>hr{margin:30px auto 0;}
	.aboutUs .aboutUsVal>dd>figcaption{margin-top:30px;font-size:14px;}
	.aboutUs .aboutUsVal>dt{margin-top:60px;}
}
@media (max-width:980px){
	.aboutUs .aboutUsVal{margin-top:80px;}
	.aboutUs .aboutUsVal>dd>h3{font-size:48px;letter-spacing:2px;}
	.aboutUs .aboutUsVal>dd>h6{margin-top:20px;font-size:16px;}
	.aboutUs .aboutUsVal>dd>fieldset{margin-top:40px;}
	.aboutUs .aboutUsVal>dd>fieldset>hgroup{font-size:28px;}
	.aboutUs .aboutUsVal>dd>fieldset>hgroup>h4{padding-bottom:9px;}
	.aboutUs .aboutUsVal>dd>fieldset>hgroup>h5{padding-bottom:9px;}
	.aboutUs .aboutUsVal>dd>fieldset>hgroup>h5:before{margin:4px 10px 0;height:32px;}
	.aboutUs .aboutUsVal>dd>fieldset>figcaption{font-size:16px;}
	.aboutUs .aboutUsVal>dd>hr{margin:20px auto 0;}
	.aboutUs .aboutUsVal>dd>figcaption{margin-top:20px;}
	.aboutUs .aboutUsVal>dt{margin-top:40px;}
}
@media (max-width:780px){
	.aboutUs .aboutUsVal>dd>h3{font-size:42px;}
	.aboutUs .aboutUsVal>dd>h6{font-size:14px;}
	.aboutUs .aboutUsVal>dd>fieldset>hgroup{flex-direction:column;font-size:24px;}
	.aboutUs .aboutUsVal>dd>fieldset>hgroup>h4{padding-bottom:0;}
	.aboutUs .aboutUsVal>dd>fieldset>hgroup>h5{margin-top:25px;padding-bottom:0;}
	.aboutUs .aboutUsVal>dd>fieldset>hgroup>h5:before{display:none;}
	.aboutUs .aboutUsVal>dd>fieldset>figcaption{margin-top:25px;font-size:14px;}
}
@media (max-width:580px){
	.aboutUs .aboutUsVal>dd>h3{font-size:36px;}
	.aboutUs .aboutUsVal>dd>fieldset>hgroup{font-size:20px;}
}
@media (max-width:420px){
	.aboutUs .aboutUsVal>dd>h3{letter-spacing:0;}
	.aboutUs .aboutUsVal>dd>h6{font-size:13px;letter-spacing:0;}
	.aboutUs .aboutUsVal>dd>fieldset>hgroup>h5{letter-spacing:0;}
	.aboutUs .aboutUsVal>dd>fieldset>figcaption{letter-spacing:0;}
	.aboutUs .aboutUsVal>dd>fieldset>figcaption>span{display:block;}
	.aboutUs .aboutUsVal>dd>figcaption>br{display:none;}
	.aboutUs .aboutUsVal>dd>figcaption>span{display:block;}
}

/*message*/
.message{padding:0 40px 160px;
	background-image:url(img/messageBg.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
.message .messageMat{margin-top:100px;text-align:center;color:#fff;}
.message .messageMat>h3{line-height:1;font-size:40px;letter-spacing:8px;}
.message .messageMat>figcaption{margin-top:200px;line-height:2.5;font-size:20px;}
.message .messageMat>figcaption>*:not(:first-child){margin-top:100px;}
.message .messageMat>figcaption.mo{display:none;}
@media (max-width:1380px){
	.message{padding:0 30px 130px;}
	.message .messageMat{margin-top:80px;}
	.message .messageMat>h3{font-size:36px;letter-spacing:6px;}
	.message .messageMat>figcaption{margin-top:160px;line-height:2.3;font-size:18px;}
	.message .messageMat>figcaption>*:not(:first-child){margin-top:80px;}
}
@media (max-width:1180px){
	.message{padding:0 20px 100px;}
	.message .messageMat{margin-top:60px;}
	.message .messageMat>h3{font-size:32px;letter-spacing:4px;}
	.message .messageMat>figcaption{margin-top:120px;line-height:2.1;font-size:16px;}
	.message .messageMat>figcaption>*:not(:first-child){margin-top:60px;}
}
@media (max-width:980px){
	.message{padding:0 20px 70px;}
	.message .messageMat{margin-top:40px;}
	.message .messageMat>h3{font-size:28px;letter-spacing:2px;}
	.message .messageMat>figcaption{margin-top:80px;line-height:1.9;font-size:14px;}
	.message .messageMat>figcaption>*:not(:first-child){margin-top:40px;}
}
@media (max-width:420px){
	.message .messageMat>h3{letter-spacing:0;}
	.message .messageMat>figcaption.pc{display:none;}
	.message .messageMat>figcaption.mo{display:block;font-size:13px;}
}

/*service*/
.service{padding:160px 0;}
.service .serviceTit{padding:0 40px;max-width:1600px;}
.service .serviceVer{margin-top:100px;padding:0 40px;max-width:1600px;text-align:center;}
.service .serviceVer>h3{line-height:1.4;font-size:44px;color:#fff;letter-spacing:6px;}
.service .serviceVer>hr{margin:50px auto 0;width:100%;height:2px;background:#767676;border:none;}
.service .serviceVer>figcaption{margin-top:50px;font-style:italic;font-size:18px;color:#767676;}
@media (max-width:1380px){
	.service{padding:130px 0;}
	.service .serviceTit{padding:0 30px;}
	.service .serviceVer{margin-top:80px;padding:0 30px;}
	.service .serviceVer>h3{font-size:40px;letter-spacing:4px;}
	.service .serviceVer>hr{margin:40px auto 0;}
	.service .serviceVer>figcaption{margin-top:40px;font-size:16px;}
}
@media (max-width:1180px){
	.service{padding:100px 0;}
	.service .serviceTit{padding:0 20px;}
	.service .serviceVer{margin-top:60px;padding:0 20px;}
	.service .serviceVer>h3{font-size:36px;letter-spacing:2px;}
	.service .serviceVer>hr{margin:30px auto 0;}
	.service .serviceVer>figcaption{margin-top:30px;font-size:14px;}
}
@media (max-width:980px){
	.service{padding:70px 0;}
	.service .serviceVer{margin-top:40px;}
	.service .serviceVer>h3{font-size:32px;}
	.service .serviceVer>hr{margin:20px auto 0;}
	.service .serviceVer>figcaption{margin-top:20px;}
}
@media (max-width:780px){
	.service .serviceVer>h3{font-size:28px;}
}
@media (max-width:580px){
	.service .serviceVer>h3{font-size:24px;}
}
@media (max-width:420px){
	.service .serviceVer>h3{letter-spacing:0;}
	.service .serviceVer>h3>br{display:none;}
	.service .serviceVer>h3>span{display:block;}
	.service .serviceVer>figcaption>span{display:block;}
}

.service .serviceBus{padding-top:200px;}
.service .serviceBus>dd{position:relative;z-index:5;padding:0 20px;text-align:center;}
.service .serviceBus>dd>h3{line-height:1;font-family:"gillSansMt",sans-serif;font-size:66px;color:#fff;letter-spacing:4px;text-transform:capitalize;}
.service .serviceBus>dd>h6{margin-top:50px;font-size:22px;color:#fff;font-weight:normal;letter-spacing:2px;}
.service .serviceBus>dt{margin-top:-40px;}
@media (max-width:1380px){
	.service .serviceBus{padding-top:160px;}
	.service .serviceBus>dd>h3{font-size:60px;letter-spacing:2px;}
	.service .serviceBus>dd>h6{margin-top:40px;font-size:20px;}
	.service .serviceBus>dt{margin-top:-30px;}
}
@media (max-width:1180px){
	.service .serviceBus{padding-top:120px;}
	.service .serviceBus>dd>h3{font-size:54px;}
	.service .serviceBus>dd>h6{margin-top:30px;font-size:18px;}
	.service .serviceBus>dt{margin-top:-20px;}
}
@media (max-width:980px){
	.service .serviceBus{padding-top:80px;}
	.service .serviceBus>dd>h3{font-size:48px;}
	.service .serviceBus>dd>h6{margin-top:20px;font-size:16px;}
	.service .serviceBus>dt{margin-top:-10px;}
}
@media (max-width:780px){
	.service .serviceBus>dd>h3{font-size:42px;}
	.service .serviceBus>dd>h6{font-size:14px;}
	.service .serviceBus>dt{margin-top:0;}
}
@media (max-width:600px){
	.service .serviceBus>dd>h3{font-size:36px;}
	.service .serviceBus>dd>h3>span{display:block;margin-top:15px;}
}
@media (max-width:490px){
	.service .serviceBus>dd>h3{font-size:30px;letter-spacing:0;}
	.service .serviceBus>dd>h6{letter-spacing:0;}
	.service .serviceBus>dd>h6>span{display:block;}
}

.service .serviceSal{padding-top:200px;}
.service .serviceSal>dd{position:relative;z-index:5;padding:0 20px;text-align:center;}
.service .serviceSal>dd>h3{line-height:1;font-family:"gillSansMt",sans-serif;font-size:66px;color:#fff;letter-spacing:4px;text-transform:capitalize;}
.service .serviceSal>dd>h6{margin-top:50px;font-size:22px;color:#fff;font-weight:normal;letter-spacing:2px;}
.service .serviceSal>dt{margin-top:-200px;}
@media (max-width:1380px){
	.service .serviceSal{padding-top:160px;}
	.service .serviceSal>dd>h3{font-size:60px;letter-spacing:2px;}
	.service .serviceSal>dd>h6{margin-top:40px;font-size:20px;}
	.service .serviceSal>dt{margin-top:-160px;}
}
@media (max-width:1180px){
	.service .serviceSal{padding-top:120px;}
	.service .serviceSal>dd>h3{font-size:54px;}
	.service .serviceSal>dd>h6{margin-top:30px;font-size:18px;}
	.service .serviceSal>dt{margin-top:-140px;}
}
@media (max-width:980px){
	.service .serviceSal{padding-top:80px;}
	.service .serviceSal>dd>h3{font-size:48px;}
	.service .serviceSal>dd>h6{margin-top:20px;font-size:16px;}
	.service .serviceSal>dt{margin-top:-100px;}
}
@media (max-width:780px){
	.service .serviceSal>dd>h3{font-size:42px;}
	.service .serviceSal>dd>h6{font-size:14px;}
	.service .serviceSal>dt{margin-top:-60px;}
}
@media (max-width:490px){
	.service .serviceSal>dd>h3{font-size:30px;letter-spacing:0;}
	.service .serviceSal>dd>h6{letter-spacing:0;}
	.service .serviceSal>dd>h6>span{display:block;}
}

.service .serviceIns{padding-top:200px;}
.service .serviceIns>dd{position:relative;z-index:5;padding:0 20px;text-align:center;}
.service .serviceIns>dd>h3{line-height:1;font-family:"gillSansMt",sans-serif;font-size:66px;color:#fff;letter-spacing:4px;text-transform:capitalize;}
.service .serviceIns>dd>h6{margin-top:50px;font-size:22px;color:#fff;font-weight:normal;letter-spacing:2px;}
.service .serviceIns>dt{margin-top:0;}
@media (max-width:1380px){
	.service .serviceIns{padding-top:160px;}
	.service .serviceIns>dd>h3{font-size:60px;letter-spacing:2px;}
	.service .serviceIns>dd>h6{margin-top:40px;font-size:20px;}
}
@media (max-width:1180px){
	.service .serviceIns{padding-top:120px;}
	.service .serviceIns>dd>h3{font-size:54px;}
	.service .serviceIns>dd>h6{margin-top:30px;font-size:18px;}
}
@media (max-width:980px){
	.service .serviceIns{padding-top:80px;}
	.service .serviceIns>dd>h3{font-size:48px;}
	.service .serviceIns>dd>h6{margin-top:20px;font-size:16px;}
}
@media (max-width:780px){
	.service .serviceIns>dd>h3{font-size:42px;}
	.service .serviceIns>dd>h6{font-size:14px;}
}
@media (max-width:600px){
	.service .serviceIns>dd>h3{font-size:36px;}
	.service .serviceIns>dd>h3>span{display:block;margin-top:15px;}
}
@media (max-width:490px){
	.service .serviceIns>dd>h3{font-size:30px;letter-spacing:0;}
	.service .serviceIns>dd>h6{letter-spacing:0;}
	.service .serviceIns>dd>h6>span{display:block;}
}

.service .serviceCol{padding-top:200px;}
.service .serviceCol>dd{position:relative;z-index:5;padding:0 20px;text-align:center;}
.service .serviceCol>dd>h3{line-height:1;font-family:"gillSansMt",sans-serif;font-size:66px;color:#fff;letter-spacing:4px;text-transform:capitalize;}
.service .serviceCol>dd>h6{margin-top:50px;font-size:22px;color:#fff;font-weight:normal;letter-spacing:2px;}
.service .serviceCol>dt{margin-top:0;}
@media (max-width:1380px){
	.service .serviceCol{padding-top:160px;}
	.service .serviceCol>dd>h3{font-size:60px;letter-spacing:2px;}
	.service .serviceCol>dd>h6{margin-top:40px;font-size:20px;}
}
@media (max-width:1180px){
	.service .serviceCol{padding-top:120px;}
	.service .serviceCol>dd>h3{font-size:54px;}
	.service .serviceCol>dd>h6{margin-top:30px;font-size:18px;}
}
@media (max-width:980px){
	.service .serviceCol{padding-top:80px;}
	.service .serviceCol>dd>h3{font-size:48px;}
	.service .serviceCol>dd>h6{margin-top:20px;font-size:16px;}
}
@media (max-width:780px){
	.service .serviceCol>dd>h3{font-size:42px;}
	.service .serviceCol>dd>h6{font-size:14px;}
}
@media (max-width:600px){
	.service .serviceCol>dd>h3{font-size:36px;}
	.service .serviceCol>dd>h3>span{display:block;margin-top:15px;}
}
@media (max-width:490px){
	.service .serviceCol>dd>h3{font-size:30px;letter-spacing:0;}
	.service .serviceCol>dd>h6{letter-spacing:0;}
	.service .serviceCol>dd>h6>span{display:block;}
}

/*contact*/
.contact{display:flex;justify-content:center;padding:80px 40px;}
.contact>a{display:block;padding:50px 200px;line-height:1;border:2px solid #727272;border-radius:10px;
	font-size:26px;color:#c0c0c0;letter-spacing:8px;
}
.contact>a:hover{background:#fff;border-color:#fff;color:#000;}
@media (max-width:1380px){
	.contact{padding:70px 30px;}
	.contact>a{padding:40px 160px;font-size:23px;letter-spacing:6px;}
}
@media (max-width:1180px){
	.contact{padding:60px 20px;}
	.contact>a{padding:30px 120px;font-size:20px;letter-spacing:4px;}
}
@media (max-width:980px){
	.contact{padding:50px 20px;}
	.contact>a{padding:20px 80px;font-size:17px;letter-spacing:2px;}
}

/*footer*/
.footer .footerNav{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:60px 40px;background:#080808;line-height:1;}
.footer .footerNav>a:nth-of-type(1){display:block;text-align:center;color:#fff;}
.footer .footerNav>a:nth-of-type(1)>img{width:100%;max-width:299px;}
.footer .footerNav>a:nth-of-type(1)>h3{margin-top:30px;font-size:20px;letter-spacing:4px;}
.footer .footerNav>a:nth-of-type(1):hover{opacity:0.6;}
.footer .footerNav>a:nth-of-type(2){margin-top:30px;font-size:34px;color:#fff;font-weight:bold;letter-spacing:4px;}
.footer .footerNav>a:nth-of-type(2):hover{text-decoration:underline;}
.footer .footerNav>ul{display:flex;flex-wrap:wrap;justify-content:center;margin-top:60px;}
.footer .footerNav>ul>li{margin:0 40px;}
.footer .footerNav>ul>li>a{font-size:18px;color:#fff;letter-spacing:2px;}
.footer .footerNav>ul>li>a:after{display:block;content:"";width:100%;height:2px;background:#fff;opacity:0;
	-webkit-transform:translateY(-10px);
	transform:translateY(-10px);
	-webkit-transition:0.3s;
	transition:0.3s;
}
.footer .footerNav>ul>li>a:hover:after{opacity:1;
	-webkit-transform:translateY(5px);
	transform:translateY(5px);
}

.footer .footerCopy{padding:20px 40px;text-align:center;font-family:"gillSansMt",sans-serif;font-size:15px;color:#2d2d2d;}
@media (max-width:1380px){
	.footer .footerNav{padding:50px 30px;}
	.footer .footerNav>a:nth-of-type(1)>img{max-width:259px;}
	.footer .footerNav>a:nth-of-type(1)>h3{margin-top:25px;font-size:18px;letter-spacing:2px;}
	.footer .footerNav>a:nth-of-type(2){margin-top:25px;font-size:30px;letter-spacing:2px;}
	.footer .footerNav>ul{margin-top:50px;}
	.footer .footerNav>ul>li{margin:0 30px;}
	.footer .footerNav>ul>li>a{font-size:16px;}
	
	.footer .footerCopy{padding:17px 30px;font-size:14px;}
}
@media (max-width:1180px){
	.footer .footerNav{padding:40px 20px;}
	.footer .footerNav>a:nth-of-type(1)>img{max-width:219px;}
	.footer .footerNav>a:nth-of-type(1)>h3{margin-top:20px;font-size:16px;}
	.footer .footerNav>a:nth-of-type(2){margin-top:20px;font-size:26px;}
	.footer .footerNav>ul{margin-top:40px;}
	.footer .footerNav>ul>li{margin:0 20px;}
	.footer .footerNav>ul>li>a{font-size:14px;}
	
	.footer .footerCopy{padding:14px 20px;font-size:13px;}
}
@media (max-width:980px){
	.footer .footerNav>a:nth-of-type(1)>img{max-width:179px;}
	.footer .footerNav>a:nth-of-type(1)>h3{font-size:14px;}
	.footer .footerNav>a:nth-of-type(2){font-size:22px;}
	.footer .footerNav>ul{margin-top:30px;}
	.footer .footerNav>ul>li{margin:0 10px;}
}

/*page_company*/
.page_company{position:relative;margin-top:160px;padding:80px 40px 160px;}
.page_company .companyBg{position:absolute;top:0;left:0;width:100%;height:100%;}
.page_company .companyBg:after{padding-top:0;width:100%;height:100%;}
.page_company .companyMat{position:relative;z-index:5;display:flex;}
.page_company .companyMat>dd{width:50%;}
.page_company .companyMat>dd>hgroup>hr{width:100%;max-width:340px;height:2px;background:#b6b6b6;border:none;}
.page_company .companyMat>dd>hgroup>figure{margin-top:40px;width:100%;max-width:299px;}
.page_company .companyMat>dd>hgroup>h2{margin-top:40px;line-height:1;font-family:"gillSansMt",sans-serif;font-size:20px;
	font-style:italic;text-transform:uppercase;letter-spacing:4px;
}
.page_company .companyMat>dd>div{margin-top:60px;}
.page_company .companyMat>dd>div>dl{display:flex;padding:20px 40px;}
.page_company .companyMat>dd>div>dl:not(:first-child){border-top:2px solid #b6b6b6;}
.page_company .companyMat>dd>div>dl>dt{width:140px;}
.page_company .companyMat>dd>div>dl>dd{width:calc(100% - 140px);}
.page_company .companyMat>dd>div>dl>dd>fieldset{display:flex;align-items:center;}
.page_company .companyMat>dd>div>dl>dd>fieldset>a{display:block;margin-left:20px;width:25px;}
@media (max-width:1440px){
	.page_company{margin-top:132px;}
}
@media (max-width:1380px){
	.page_company{padding:70px 30px 140px;}
	.page_company .companyMat>dd{width:55%;}
	.page_company .companyMat>dd>hgroup>hr{max-width:300px;}
	.page_company .companyMat>dd>hgroup>figure{margin-top:30px;max-width:259px;}
	.page_company .companyMat>dd>hgroup>h2{margin-top:30px;font-size:18px;letter-spacing:2px;}
	.page_company .companyMat>dd>div{margin-top:50px;}
	.page_company .companyMat>dd>div>dl{padding:17px 30px;}
	.page_company .companyMat>dd>div>dl>dt{width:120px;}
	.page_company .companyMat>dd>div>dl>dd{width:calc(100% - 120px);}
	.page_company .companyMat>dd>div>dl>dd>fieldset>a{margin-left:15px;width:20px;}
}
@media (max-width:1180px){
	.page_company{margin-top:104px;padding:60px 20px 120px;}
	.page_company .companyMat>dd{width:60%;}
	.page_company .companyMat>dd>hgroup>hr{max-width:260px;}
	.page_company .companyMat>dd>hgroup>figure{margin-top:20px;max-width:219px;}
	.page_company .companyMat>dd>hgroup>h2{margin-top:20px;font-size:16px;}
	.page_company .companyMat>dd>div{margin-top:40px;}
	.page_company .companyMat>dd>div>dl{padding:14px 20px;}
	.page_company .companyMat>dd>div>dl>dt{width:100px;}
	.page_company .companyMat>dd>div>dl>dd{width:calc(100% - 100px);}
	.page_company .companyMat>dd>div>dl>dd>fieldset>a{margin-left:10px;width:15px;}
}
@media (max-width:980px){
	.page_company{padding:50px 20px 100px;}
	.page_company .companyMat>dd{width:100%;}
	.page_company .companyMat>dd>div>dl{display:block;}
	.page_company .companyMat>dd>div>dl>dt{width:100%;font-weight:bold;}
	.page_company .companyMat>dd>div>dl>dd{width:100%;}
}
@media (max-width:920px){
	.page_company{margin-top:98px;}
}
@media (max-width:450px){
	.page_company .companyBg:after{background:rgba(255,255,255,0.8);}
	.page_company .companyMat>dd>div>dl>dd>fieldset>figcaption>span{display:block;}
}

/*page_contact*/
.page_contactBtn{display:flex;justify-content:center;margin-top:120px;padding:60px 40px;background:#fff;}
.page_contactBtn>a{position:relative;display:block;}
.page_contactBtn>a>span{position:relative;display:block;padding:30px 120px;font-family:"gillSansMt",sans-serif;font-size:22px;
	color:#000;font-style:italic;text-transform:uppercase;letter-spacing:4px;
}
.page_contactBtn>a:before,.page_contactBtn>a:after{position:absolute;top:0;display:block;content:"";height:2px;background:#000;}
.page_contactBtn>a:before{left:0;width:50%;}
.page_contactBtn>a:after{right:0;width:50%;}
.page_contactBtn>a>span:before,.page_contactBtn>a>span:after{position:absolute;display:block;content:"";width:0%;height:0%;background:transparent;opacity:0;}
.page_contactBtn>a>span:before{top:0;left:0;
	border-left:2px solid #000;
	border-bottom:2px solid #000;
}
.page_contactBtn>a>span:after{top:0;right:0;
	border-right:2px solid #000;
	border-bottom:2px solid #000;
}
.page_contactBtn>a>span:hover:before,.page_contactBtn>a>span:hover:after{
	width:50%;height:96%;opacity:1;
	transition:height 0.1s 0.1s ease-in,width 0.1s 0.2s linear,opacity 0s 0.1s;
}
@media (max-width:1440px){
	.page_contactBtn{margin-top:102px;}
}
@media (max-width:1380px){
	.page_contactBtn{padding:50px 30px;}
	.page_contactBtn>a>span{padding:25px 100px;font-size:20px;letter-spacing:2px;}
}
@media (max-width:1180px){
	.page_contactBtn{margin-top:84px;}
	.page_contactBtn{padding:40px 20px;}
	.page_contactBtn>a>span{padding:20px 80px;font-size:18px;}
}
@media (max-width:980px){
	.page_contactBtn>a>span{padding:15px 60px;}
}
@media (max-width:920px){
	.page_contactBtn{margin-top:78px;}
}

.page_contactShe{padding:180px 40px;
	background-image:url(img/contactBg.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment:fixed;
	background-size:cover;
}
.page_contactShe .contactSheVer{display:flex;flex-direction:column;justify-content:center;align-items:center;}
.page_contactShe .contactSheVer>figure{width:100%;max-width:299px;}
.page_contactShe .contactSheVer>h3{margin-top:120px;text-align:center;font-size:20px;color:#fff;font-weight:normal;}
@media (max-width:1380px){
	.page_contactShe{padding:140px 30px;}
	.page_contactShe .contactSheVer>figure{max-width:259px;}
	.page_contactShe .contactSheVer>h3{margin-top:90px;font-size:18px;}
}
@media (max-width:1180px){
	.page_contactShe{padding:100px 20px;}
	.page_contactShe .contactSheVer>figure{max-width:219px;}
	.page_contactShe .contactSheVer>h3{margin-top:60px;font-size:16px;}
}
@media (max-width:980px){
	.page_contactShe{padding:60px 20px;}
	.page_contactShe .contactSheVer>figure{max-width:179px;}
	.page_contactShe .contactSheVer>h3{margin-top:30px;font-size:14px;}
}
@media (max-width:420px){
	.page_contactShe .contactSheVer>h3{text-align:left;font-size:12px;}
}

.page_contactShe .contactSheBtn{display:flex;margin-top:60px;max-width:1020px;}
.page_contactShe .contactSheBtn>li:not(:first-child){margin-left:30px;}
.page_contactShe .contactSheBtn>li>a{display:block;padding:3px;border:2px solid #fff;border-radius:8px;}
.page_contactShe .contactSheBtn>li>a>span{display:block;padding:20px 50px 23px;line-height:1;background:#fff;border-radius:8px;font-size:18px;color:#000;
	-webkit-transition:0.3s;
	transition:0.3s;
}
.page_contactShe .contactSheBtn>li>a:hover,.page_contactShe .contactSheBtn>li.current>a{background:#000;border-color:#000;}
.page_contactShe .contactSheBtn>li>a:hover>span,.page_contactShe .contactSheBtn>li.current>a>span{background:#000;color:#fff;}
@media (max-width:1380px){
	.page_contactShe .contactSheBtn{margin-top:50px;}
	.page_contactShe .contactSheBtn>li:not(:first-child){margin-left:20px;}
	.page_contactShe .contactSheBtn>li>a{border-radius:6px;}
	.page_contactShe .contactSheBtn>li>a>span{padding:17px 40px 20px;border-radius:6px;font-size:16px;}
}
@media (max-width:1180px){
	.page_contactShe .contactSheBtn{margin-top:40px;}
	.page_contactShe .contactSheBtn>li:not(:first-child){margin-left:10px;}
	.page_contactShe .contactSheBtn>li>a{border-radius:4px;}
	.page_contactShe .contactSheBtn>li>a>span{padding:14px 30px 17px;border-radius:4px;font-size:14px;}
}

input,textarea{font-family:"yuGothic",sans-serif;font-weight:bold;}
.mw_wp_form .error{color:#fff;font-weight:bold;}
.page_contactShe .contactSheForm{margin-top:60px;max-width:1020px;}
.page_contactShe .contactSheForm>dl:not(:first-child){margin-top:40px;}
.page_contactShe .contactSheForm>dl>dt{display:flex;align-items:center;line-height:1;color:#fff;}
.page_contactShe .contactSheForm>dl>dt>p{font-size:18px;}
.page_contactShe .contactSheForm>dl>dt>font{display:block;margin-left:20px;font-size:14px;}
.page_contactShe .contactSheForm>dl>dd{margin-top:25px;}
.page_contactShe .contactSheForm>dl>dd>input,
.page_contactShe .contactSheForm>dl>dd>textarea{display:block;padding:13px;width:100%;background:#fff;border:1px solid #a0a0a0;border-radius:5px;}
.page_contactShe .contactSheForm>dl>dd>textarea{height:200px;}
@media (max-width:1380px){
	.page_contactShe .contactSheForm{margin-top:50px;}
	.page_contactShe .contactSheForm>dl:not(:first-child){margin-top:30px;}
	.page_contactShe .contactSheForm>dl>dt>p{font-size:16px;}
	.page_contactShe .contactSheForm>dl>dt>font{margin-left:15px;font-size:12px;}
	.page_contactShe .contactSheForm>dl>dd{margin-top:20px;}
	.page_contactShe .contactSheForm>dl>dd>input,.page_contactShe .contactSheForm>dl>dd>textarea{padding:11px;}
	.page_contactShe .contactSheForm>dl>dd>textarea{height:170px;}
}
@media (max-width:1180px){
	.page_contactShe .contactSheForm{margin-top:40px;}
	.page_contactShe .contactSheForm>dl:not(:first-child){margin-top:20px;}
	.page_contactShe .contactSheForm>dl>dt>p{font-size:14px;}
	.page_contactShe .contactSheForm>dl>dt>font{margin-left:10px;}
	.page_contactShe .contactSheForm>dl>dd{margin-top:15px;}
	.page_contactShe .contactSheForm>dl>dd>input,.page_contactShe .contactSheForm>dl>dd>textarea{padding:9px;}
	.page_contactShe .contactSheForm>dl>dd>textarea{height:140px;}
}

.page_contactShe .contactShePol{margin-top:60px;max-width:1220px;color:#fff;}
.page_contactShe .contactShePol>h3{text-align:center;font-size:20px;font-weight:normal;}
.page_contactShe .contactShePol>div{margin-top:40px;font-size:15px;}
.page_contactShe .contactShePol>div>dl{padding-right:30px;max-height:360px;overflow-y:scroll;}
.page_contactShe .contactShePol>div>dl>dd:not(:first-child){margin-top:30px;}
.page_contactShe .contactShePol>div>dl>dd>*:not(:first-child){margin-top:20px;}
@media (max-width:1380px){
	.page_contactShe .contactShePol{margin-top:50px;}
	.page_contactShe .contactShePol>h3{font-size:18px;}
	.page_contactShe .contactShePol>div{margin-top:30px;font-size:14px;}
	.page_contactShe .contactShePol>div>dl{padding-right:25px;}
	.page_contactShe .contactShePol>div>dl>dd:not(:first-child){margin-top:25px;}
	.page_contactShe .contactShePol>div>dl>dd>*:not(:first-child){margin-top:15px;}
}
@media (max-width:1180px){
	.page_contactShe .contactShePol{margin-top:40px;}
	.page_contactShe .contactShePol>h3{font-size:16px;}
	.page_contactShe .contactShePol>div{margin-top:20px;font-size:13px;}
	.page_contactShe .contactShePol>div>dl{padding-right:20px;}
	.page_contactShe .contactShePol>div>dl>dd:not(:first-child){margin-top:20px;}
	.page_contactShe .contactShePol>div>dl>dd>*:not(:first-child){margin-top:10px;}
}
@media (max-width:420px){
	.page_contactShe .contactShePol>h3{text-align:left;}
	.page_contactShe .contactShePol>h3>span{display:block;}
}

.mwform-checkbox-field input{margin-top:-4px;}
.page_contactShe .contactSheAcp{margin-top:60px;text-align:center;color:#fff;}
.page_contactShe .mwform-checkbox-field-text{font-size:18px;font-weight:bold;}
@media (max-width:1380px){
	.page_contactShe .contactSheAcp{margin-top:50px;}
	.page_contactShe .mwform-checkbox-field-text{font-size:16px;}
}
@media (max-width:1180px){
	.page_contactShe .contactSheAcp{margin-top:40px;}
	.page_contactShe .mwform-checkbox-field-text{font-size:14px;}
}
@media (max-width:980px){
	.page_contactShe .contactSheAcp{margin-top:30px;}
}

.page_contactShe .send{display:flex;justify-content:center;align-items:center;margin-top:60px;}
.page_contactShe .send>input{padding:25px 100px 28px;line-height:1;background:#fff;font-size:20px;color:#000;cursor:no-drop;}
@media (max-width:1380px){
	.page_contactShe .send{margin-top:50px;}
	.page_contactShe .send>input{padding:22px 80px 25px;font-size:18px;}
}
@media (max-width:1180px){
	.page_contactShe .send{margin-top:40px;}
	.page_contactShe .send>input{padding:19px 60px 22px;font-size:16px;}
}
@media (max-width:980px){
	.page_contactShe .send{margin-top:30px;}
	.page_contactShe .send>input{padding:16px 40px 19px;font-size:14px;}
}

body.page-id-25 .page_contactShe .contactSheForm>dl>dd{color:#fff;font-weight:bold;}
body.page-id-25 .page_contactShe .contactShePol{display:none;}
body.page-id-25 .page_contactShe .contactSheAcp{display:none;}
body.page-id-25 .page_contactShe .send>input{cursor:pointer;}
body.page-id-36 .page_contactShe .contactSheForm>dl>dd{color:#fff;font-weight:bold;}
body.page-id-36 .page_contactShe .contactShePol{display:none;}
body.page-id-36 .page_contactShe .contactSheAcp{display:none;}
body.page-id-36 .page_contactShe .send>input{cursor:pointer;}




