body, html {
    background-color: #f8f8f8;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.wrap {
	width: 1200px;
    margin: 0 auto;
}
.header {
    height: 57px;
    border-bottom: solid 1px #D8D8D8;
}
.logo {
    padding-top: 8px;
	width: 168px;
	height: 40px;
    line-height: 0;
    margin-left: 48px;
}

.logo a img{width: 186px; height: 45px;}
.lang ul li {
    padding-left: 5px;
    float: left;
    color: #424242;
    line-height: 56px;
    cursor: pointer;
}
.search {
    width: 240px;
    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: 56px;
	border-bottom: solid 4px #fff;
}
.nav-wrap > ul > li > a {
	padding: 0 20px;
    display: inline-block;
}
.nav-wrap > ul > li:hover {
	border-bottom: solid 4px #001D3E;
}
.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: 800px;
	position: absolute;
	background-color: #F8F8F8;
	top: 60px;
	right: 0;
	z-index: 999;
	padding: 20px 50px;
	line-height: 100%;
	border: 1px solid #eee;
	display: none;
    -webkit-transition: all 800ms ease-out;
    transition: all 800ms ease-out;
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
}
.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 {
	font-size: 18px;
	font-weight: bold;
}
.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 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
}
.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: 111px;
    margin-top: 0px;
    margin-right: 17px;
    vertical-align: top;
}
.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;
}
.foot-top{
    padding-top: 42px;
    height: 210px;
    background-color: #323942;
}
.foot-top-wrap > ul{
    float: left;
   /* width: 275px;*/
    width: 180px;
}
.foot-top-wrap ul li {
    font-size: 14px;
    line-height: 36px;
    text-align: left;
}
.foot-top-wrap > ul > li:first-child {
    color: #fff;
    font-size: 16px;
}
.foot-top-wrap a{
    color: #7E8793;
}
.follow{
    width: 280px;
    float: right !important;
}
.follow .follow-title{
    line-height: 36px;
}
.foot-bottom{
    height: 60px;
    line-height: 60px;
    color: #73777A;
    background-color: #292F38;
}
.foot-bottom-wrap{
    background-color: #292F38;
}
.foot-bottom-content{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    font-family: "Microsoft Yahei";
}
.foot-left{
    width: 34%;
    text-align: center;
}
.foot-content{
    width: 45%;
}
.foot-right{
    width: 23%;
}
.foot-bottom-content ul{
    text-align: center;
}
.foot-bottom-content ul li{
    display: inline-block;
    margin-left:10px;
}
.foot-bottom-content ul li img{
    width: 20px;
    display: inline-block;
}
.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: #fff;
}
.lang_en ul{
    width: 140px;
}
.codeimg{
    position: absolute;
    margin-left: 240px;
}

.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: 580px;
    max-height: 600px;
    overflow-y: auto;
    background: #f8f8f8;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.20);
    border-radius: 4px;
    z-index: 99;
}

.pop-home-inner > form {
    padding: 30px;
}

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

.pop-home-common > textarea {
    text-indent: 2em;
    margin-top: 8px;
    border: 1px solid #9B9B9B;
    width: 487px;
    height: 90px;
    border-radius: 4px;
    font-size: 14px;
    outline: none;
    resize: none;
    overflow-x: hidden;
}

.pop-home-common > input {
    padding-left: 10px;
    margin-top: 8px;
    height: 34px;
    background: #FFFFFF;
    border: 1px solid #9B9B9B;
    font-size: 14px;
    border-radius: 4px;
}

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

.pop-comm {
    margin-top: 30px;
}

.pop-btn {
    width: 70px;
    height: 34px;
    outline: 0;
    border: none;
    background: #60D2F4;
    border-radius: 4px;
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
}

.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: left;
    width: 350px;
}

.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: #fff;
    font-size: 16px;
}

.email-err-tips, .err-tips,.name-err,.company-err{
    font-size: 14px;
    color: red;
    line-height: 30px;
}
#formInp select{
    width: 100px;
    font-size:14px;
    border: 2px solid #60D2F4;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("../img/lower-triangle.svg") no-repeat scroll 80px center transparent;
    background-size: 12px;
    padding: 3px;
}
.pop-home-select{
    margin: 20px 0;
    width: 50%;
    float: left;
}

.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;
}
.gotoTop {
    width: 44px;
    height: 44px;
    display:none;
    position:fixed;
    bottom: 30px;
    right:20px;
    cursor:pointer;
    text-align:center;
    background: #fff;
    line-height: 44px;
    cursor: pointer;
    -moz-box-shadow: 0px 1px 20px 1px #e5e5e5;
    box-shadow: 0px 1px 20px 1px #e5e5e5;
    font-size: 10px;
    z-index:999;
}
.gotoTop > img {
    display: inline-block;
    margin-top: 10px;
    width: 20px;
}
.online-feedback{
    width: 44px;
    display:none;
    position:fixed;
    bottom: 130px;
    right:120px;
    color: #fff;
    cursor:pointer;
    text-align:center;
    background: #60D2F4;
    cursor: pointer;
    z-index: 999;
    padding: 10px 0;
}
/* .online-feedback img{
    width: 28px;
    margin: 8px 0 4px;
} */
.online-feedback  span{
    display: inline-block;
    width: 18px;
    font-size: 18px;
    color: #fff;
    line-height: 20px;
}