body, html {
    background-color: #F8F8F8;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.maker-nav{
    margin-top: 60px !important;
}
.wrap {
	/*width: 1200px;
    margin: 0 auto;*/
}
.header {
    height: 60px;
    width: 100%;
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    /*border-bottom: solid 1px #D8D8D8;*/
}
.fixed{
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 4px 14px 0px rgba(12,37,91,0.1);
}
.logos {
    margin-top: 15px;
	width: 120px;
	height: 30px;
    line-height: 0;
    background: url("../../static/img/hand-logo.svg") no-repeat;
    background-size: 120px 30px;
}
/*.lang ul li {*/
/*    padding-left: 5px;*/
/*    float: left;*/
/*    color: #424242;*/
/*    line-height: 56px;*/
/*    cursor: pointer;*/
/*}*/
.lang img{
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.lang ul{
    margin-left: 22px;
    margin-top: 14px;
    display: none;
    width:24px;
    padding: 8px;
    background:rgba(255,255,255,1);
    box-shadow:0px 4px 14px 0px rgba(12,37,91,0.1);
}
.lang ul li{
    margin-bottom: 6px;
}
.lang ul li:last-child{
    margin-bottom: 0;
}
.search-logo{
    background: url("../../static/img/search1.svg") no-repeat 24px 24px;
    height: 30px;
    width: 140px;
    background-position: 4px;
    padding: 0  10px 0 32px;
    background-color: transparent;
    border: none;
    outline: none;
    font-size: 14px;
    transform: translateX(150px);
    transition: all .3s;
    cursor: pointer;
    line-height: 30px;
}
.search-box{
    height: 43px;
    width: 182px;
    padding-top: 17px;
    overflow: hidden;
}
.moveOut{
    transform: translateX(0px);
    transition: all .3s;
}
.search {
    width: 24px;
    height: 56px;
    line-height: 56px;
	position: relative;
	margin-right: 10px;
}
.search i {
	position: absolute;
	left: 0;
	top: 15px;
    width: 28px;
    height: 28px;
    background: url("../img/search.png") no-repeat center center;
    background-size: 18px 18px;
    cursor: pointer;
}
.search input {
    padding-left: 28px;
    width: 210px;
    height: 28px;
    border: none;
    outline: none;
    border: solid 1px #D8D8D8;
    border-radius: 5px;
}
.nav a {
	color: #333;
	display: block;
}
.nav .nav-wrap {
	position: relative;
}
.nav-wrap > ul > li {
	margin: 0 5px;
    float: left;
    line-height: 58px;
    font-size: 14px;
	/*border-bottom: solid 4px #fff;*/
}
.nav-wrap > ul > li > a {
	padding: 0 20px;
    display: inline-block;
}
.nav-wrap > ul > li > a:hover{
    color: #4DB7DD;
}
.nav-wrap > ul > li:hover {
	border-bottom: solid 2px #4DB7DD;
}
.nav-wrap > ul > li:hover .sub-nav {
	display: block;
    -webkit-transition: all 800ms ease-out;
    transition: all 800ms ease-out;
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
}
.active {
    border-bottom: solid 4px #001D3E;
}
.nav .sub-nav {
	width: 1100px;
	position: absolute;
	background-color: #FFFFFF;
	top: 60px;
	left: -220px;
	z-index: 9999;
	padding: 20px 50px;
	line-height: 100%;
	display: none;
    box-shadow:0px 4px 14px 0px rgba(12,37,91,0.1);
    border:1px solid rgba(235,240,252,1);
    -webkit-transition: all 800ms ease-out;
    transition: all 800ms ease-out;
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
}

.nav .hd-nav {
	position: absolute;
    background-color: #FFFFFF;
    left: -218px;
	top: 60px;
	z-index: 9999;
    padding-left: 60px;
    padding-bottom: 40px;
	line-height: 100%;
	display: none;
    box-shadow:0px 4px 14px 0px rgba(12,37,91,0.1);
    border:1px solid rgba(235,240,252,1);
    -webkit-transition: all 800ms ease-out;
    transition: all 800ms ease-out;
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
    box-sizing: border-box;
}

.hd-nav .hd-nav-child{
    font-size:16px;
    font-weight:500;
    color:rgba(9,15,33,1);
    line-height:22px;
    padding-top: 40px;
    /* padding-right: 60px; */
}

.hd-nav .hd-nav-child .hd-nav-child-three{
    border-top: 1px solid #DFE2E4;
    margin-top: 20px;
    font-size:14px;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:20px;
}

.hd-nav-child-three.vertical{
    display: flex;
    flex-wrap: wrap;
}

.hd-nav-child-three .hd-nav-item {
    display: block;
    padding: 20px 0px 0 0;
}

.hd-nav-child-three.vertical .hd-nav-item{
    width: 150px;
}

.hd-nav-child-three span.hd-nav-item {
    color:rgba(51,51,51,.5);
}

.hd-nav-child-three a.hd-nav-item:hover {
    color:rgba(51,51,51,.5);
}

.nav li:hover .hd-nav{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}



.sub-nav .m-s {
	padding: 20px 0;
	border-bottom: 1px solid #D8D8D8;
}
.sub-nav .m-s:last-child {
	border-bottom: 0;
}
.sub-nav .m-s-item {
    height:42px;
    font-size:16px;
    font-family:PingFangSC-Medium,PingFang SC;
    font-weight:500;
    color:rgba(9,15,33,1);
    line-height:42px;
    border-bottom: solid 1px #DFE2E4;
}
.sub-nav .m-s-s ul li a:hover {
    color: #4A90E2;
}
.sub-nav .m-s-s.vertical {
	position: relative;
	float: left;
	min-width: 200px;
	/*height: 232px;*/
}
.sub-nav .m-s-s.vertical ul {
    float: left;
    width: 200px;
    margin-top: 0;
}
.sub-nav .m-s-s.vertical ul li {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sub-nav .m-s-s.vertical ul li a {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sub-nav .m-s-s-item {
	margin-top: 20px;
    font-size:16px;
    font-family:PingFangSC-Medium,PingFang SC;
    font-weight:500;
    color:rgba(9,15,33,1);
    line-height:42px;
    height: 42px;
    border-bottom: solid 1px #DFE2E4;
    width: 100px;
}
.sub-nav .m-s-s-s {
	color: #666;
	font-size: 14px;
	margin-top: 20px;
    line-height: 25px;
}
.sub-nav .m-s-s-s li {
	margin-top: 20px;
    color: #999;
}
.sub-nav .m-s-s.horizontal .m-s-s-s li {
    display: inline-block;
    width: 136px;
    margin-top: 0px;
    margin-right: 17px;
    vertical-align: top;
    font-size: 14px;
}
.sub-nav .m-s-s-s.in-line li:last-child {
	margin-right: 0;
}
.sub-nav .m-s-s .more {
	text-align: right;
}
.sub-nav .m-s-s .more a {
	font-size: 12px;
    color: #EC2629;
	padding-right: 20px;
}
.m-s .more {
    position: absolute;
    right: 50px;
    bottom: 10px;
    text-align: right;
}
.m-s .more a {
	font-size: 12px;
    color: #EC2629;
}
.sub-nav .m-s-s.vertical .more {
	position: absolute;
	width: 200px;
}

.foot{
    /*background-color: #323942;*/
    background:rgba(248,249,250,1);
    position: relative;
}
.foot-top{
    padding-top: 60px;
    height: 353px;
    /*background-color: #323942;*/
    background:rgba(248,249,250,1);
}
.foot-top-wrap > ul{
    float: left;
   /* width: 275px;*/
    width: 226px;
}
.foot-top-wrap ul li {
    font-size: 14px;
    line-height: 36px;
    text-align: left;
}
.foot-top-wrap > ul > li:first-child {
    color:rgba(9,15,33,1);
    font-size: 16px;
    font-weight:500;
    margin-bottom: 20px;
}
.foot-top-wrap a{
    color: #7E8793;
}
.foot-line{
    width:1200px;
    height:1px;
    background:rgba(223,226,228,1);
    margin: -60px auto 60px;
    /*position: absolute;*/
    /*top: 0;*/
}
.follow{
    width: 226px;
    float: left;
    position: relative;
}
.follow .follow-title{
    line-height: 36px;
    margin-bottom: 20px;
}
.foot-bottom{
    /*height: 45px;*/
    line-height: 60px;
    color: #73777A;
    /*background-color: #292F38;*/
    background:rgba(248,249,250,1);
}
.foot-bottom-wrap{
    /*background-color: #292F38;*/
    background:rgba(248,249,250,1);
}
.foot-bottom-content{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    font-family: "Microsoft Yahei";
    font-size:12px;
    background: #F8F9FA;
}
.foot-left{
    width: 47%;
    text-align: left;
}
.foot-content{
    width: 45%;
    text-align: right;
}
.foot-right{
    width: 23%;
    text-align: left;
}
.foot-bottom-content .foot-right ul{
    text-align: left;
}
.foot-bottom-content ul{
    text-align: right;
}
.foot-bottom-content ul li{
    display: inline-block;
    margin-left:10px;
}
.foot-bottom-content ul li img{
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}
.foot-bottom-content ul li a{
    color: #73777A;
}

.statement ul li{
    float: left;
    padding-left: 30px;
}
.statement ul li a {
	color: #73777A;
}
.foot ul li a:hover {
	color: #000;
}
.lang_en ul{
    width: 140px;
}
.codeimg{
    position: absolute;
    width: 200px;
    height: 200px;
    top: 10px;
    left: 100px;
}

.show-pic{
    position: absolute;
    margin-top: -150px;
    margin-left: 140px;
}

.show-pic>img{
    width: 140px;
    height: auto;
}

/*弹窗*/
.pop-home {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.20);
    z-index: 88;
}

.pop-home-inner {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 520px;
    max-height: 583px;
    overflow-y: auto;
    background: #ffffff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.20);
    z-index: 99;
}

.pop-home-inner > form {
    padding: 30px 20px 30px 40px;
    background: #fff;
}

.pop-home-inner h1{
    font-size:28px;
    font-weight:400;
    color:rgba(29,35,37,1);
    line-height:40px;
}

.pop-home-inner h2{
    font-size:14px;
    font-weight:400;
    color:rgba(29,35,37,.5);
    line-height:20px;
    margin-top: 10px;
    margin-bottom: 6px;
}

.pop-home-title {
    font-size: 14px;
    color: #333333;
}
.pop-tips {
    width: 105px;
    font-size: 11px;
    color: #ff0000;
    margin-left: 100px;
}

.pop-home-common{
    width:8px;
    font-size:14px;
    font-weight:400;
    color:rgba(255,30,30,1);
    line-height:40px;
    position: relative;
}

.captcha-text{
    position: absolute;
    top: 13px;
    left: 139px;
    opacity: 1;
}

.pop-home-common > textarea {
    width:390px;
    height:92px;
    border-radius:2px;
    border:1px solid rgba(230,231,234,1);
    padding: 10px 15px;
    margin-top: 12px;
}

.pop-home-common > input {
    width: 405px;
    padding-left: 15px;
    height: 40px;
    line-height: 40px;
    background: #FFFFFF;
    border: 1px solid #E6E7EA;
    font-size: 14px;
    border-radius: 2px;
    margin-right: 11px;
    margin-top: 12px;
}

.pop-home-common > textarea.selected, .pop-home-common > input.selected {
    border: 1px solid red;
}

.pop-home-common > input:focus{
    border:1px solid rgba(77,183,221,1);
}

.pop-home-common img{
    width: 130px;
    height: 40px;
    margin-right: 11px;
    margin-top: 12px;
}

.pop-btn {
    outline: 0;
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
    width:420px;
    height:50px;
    background:rgba(77,183,221,1);
    border: 1px solid rgba(77,183,221,1);
}

.pop-inp {
    width: 485px;
}

.dn {
    display: none;
}

.pop-home-select p{
    width: 55%;
    display: inline-block;
    font-size: 14px;
    color: #333;
}

#amount{
    width: 30%;
    display: inline-block;
    font-size: 14px;
    color: #333;
}

.foot-top-left {
    float: right;
    width: 191px;
}

.foot-phone-img {
    margin-top: 10px;
    padding-right: 30px;
}

.foot-top-left > div, .foot-top-left > ul {
    float: left;
}

.foot-top-left > ul > li:first-child {
    color:rgba(9,15,33,1);
    font-size: 16px;
    margin-bottom: 20px;
}

.foot-top-left-img{
    width: 42px;
    height: 42px;
    margin-top: 20px;
}
.foot-top-left-img img{
    width: 42px;
    height: 42px;
}
.email-err-tips, .err-tips,.name-err,.company-err{
    font-size: 14px;
    color: red;
    line-height: 30px;
}
#formInp select{
    width: 422px;
    font-size:14px;
    border: 1px solid rgba(230,231,234,1);;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("../img/arrow.svg") no-repeat scroll 393px center transparent;
    background-size: 12px;
    padding: 10px 15px;
    color:rgba(29,35,37,.8);
    box-shadow: none;
    margin-top: 12px;
}

.tips-content {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 260px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #edf2fc;
    border: 1px solid #ebeef5;
    border-radius: 5px;
    font-style: italic;

}


.tips-message {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 316px;
    height: 100px;
    font-size: 16px;
    color: #333;
    border-radius: 5px;
    z-index: 100;
}

.bg-col {
    background: #fff;
}
.bg-sucess {
    background: #60d2f4;
}

.tips-message > div {
    float: left;
    height: 100%;
}

.tips-message > div:nth-child(1) {
    width: 130px;
    text-align: right;
    line-height: 108px;
}

.tips-message > div:nth-child(2) {
    padding-left: 20px;
    text-align: left;
    line-height: 100px;
}
.goTop {
    display: block;
    position:fixed;
    width: 40px;
    height: 40px;
    bottom: 50%;
    margin-bottom: -150px;
    right: 10px;
    background: #ffffff;
    box-shadow:0px 4px 14px 0px rgba(12,37,91,0.1);
    z-index: 999;
    cursor:pointer;
}

.goTop:hover{
    background: #4DB7DD;
}

.goTop span{
    width: 16px;
    height: 9px;
    margin: 15px auto;
    display: block;
    background: url("../../static/img/goTop.svg");
}

.goTop:hover span{
    background: url("../../static/img/goTop_hover.svg");
}

.online-feedback{
    width: 40px;
    height: 134px;
    position:fixed;
    bottom: 50%;
    margin-bottom: -100px;
    right: 10px;
    cursor:pointer;
    text-align:center;
    z-index: 999;
    padding: 20px 12px;
    background:rgba(255,255,255,1);
    box-shadow:0px 4px 14px 0px rgba(12,37,91,0.1);
}
.online-feedback:hover{
    background: #4DB7DD;
}
.online-feedback-img{
    width: 16px;
    height: 16px;
    display: block;
    margin-bottom: 6px;
    background: url("../../static/img/contact.svg") no-repeat;
}
.online-feedback:hover .online-feedback-img{
    background: url("../../static/img/contact-hover.svg") no-repeat;
}
.online-feedback-txt{
    display: inline-block;
    width:14px;
    height:72px;
    font-size:14px;
    font-weight:500;
    color:rgba(29,35,37,1);
    line-height:18px;
}

.online-feedback:hover .online-feedback-txt{
    color: #ffffff;
}

