.header {
	position: fixed;
	width: 100%;
	min-width: 1200px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	transition: all .1s;
	z-index: 999;
}
.header .content {
	width: 66%;
	height: 100%;
	min-width: 1200px;
	margin: 0 auto;
	padding: 5px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header .content ul {
	flex: 1;
	text-align: right;
}
.header .content ul li {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	padding-bottom: 2px;
	/* font-weight: bold; */
	margin-right: 6%;
}
.header .content ul li:last-child {
	margin-right: 0;
}
.header .content img {
	width: 30%;
}
.headerGd {
	background-color: #fff;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
.headerGd ul li a {
	color: #333;
}
.tab-active a {
	color: #00B285 !important;
}
.tab-active {
	border-bottom:2px solid #00B285;
}

.contact {
    position: fixed;
	box-sizing: border-box;
    right: 0px;
    width: 126px;
    z-index: 999999999;
    top: 50%;
    margin-top: -262px;
    background: #2d2d2d;
    padding: 0 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #FFF;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
}
.contactLeft {
    width: 34px;
    height: 162px;
    text-align: center;
    position: absolute;
    left: -34px;
    top: 50%;
    margin-top: -81px;
    background: url(../img/dockbighide.png) center 92% no-repeat #2d2d2d;
    border-radius: 5px 0 0 5px;
    padding: 10px 10px 0 10px;
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
	box-sizing: border-box;
}
.contact ul {
    overflow: hidden;
}
.contact li {
    padding: 0 6px;
    border-top: 1px dashed #d8d8d8;
    margin-top: -1px;
}
.contact li .tell {
    padding-top: 18px;
}
.contact li .tell p {
    display: block;
    height: 26px;
    line-height: 26px;
    padding-left: 34px;
    background: url(../img/rightfix_tellicon.png) no-repeat left center;
    font-size: 16px;
}
.contact li .tell span {
    display: block;
    line-height: 32px;
    padding-bottom: 4px;
    font-size: 13px;
    font-family: "Arial Black";
}
.contact li .kefu {
    width: 90px;
    margin: auto;
    padding-top: 18px;
}
.contact li .kefu p a {
    width: 90px;
    line-height: 27px;
    margin-bottom: 18px;
    padding-top: 59px;
    overflow: hidden;
    text-align: center;
    display: block;
    color: #FFF;
    background: url(../img/rightfix_qq.png) top center no-repeat;
}
.contact li .code {
    width: 100px;
    margin: auto;
    padding: 16px 0 12px;
    text-align: center;
}
.contact li .code img {
    width: 100px;
    display: block;
}
.contact li .code p {
    line-height: 20px;
    padding-top: 8px;
    font-size: 14px;
}
.contact li .gotop {
    width: 100%;
    height: 42px;
    display: block;
    cursor: pointer;
    background: url(../img/rightfix_gotop.png) no-repeat center;
}
.contactLeft.off {
    background-image: url(../img/dockbigshow.png);
}
.contact.selected {
    right: -122px;
}


/**
脚步样式
 */
.customized {
    position: relative;
    background: url(../img/xbanner.jpg);
    padding: 30px 0;
}
.customized .title {
    width: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.customized .title h1 {
    font-size: 34px;
    margin-bottom: 30px;
}
.customized .title input {
    height: 45px;
    border-radius: 70px;
    width: 430px;
    border: none;
    padding: 0 25px;
}
.customized .title div {
    position: relative;
    margin-top: 15px;
    border-radius: 70px;
    overflow: hidden;
}
.customized .title button {
    margin-top: 20px;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    width: 170px;
    line-height: 40px;
    border-radius: 100px;
    font-size: 18px;
    cursor: pointer;
}
.footer {
    background-color: rgb(26,26,26);
    color: #fff;
}
.footer .top {
    display: flex;
    justify-content: space-between;
    width: 1046px;
    margin: 0 auto;
    padding: 82px 0 74px;
}
.footer .top ul li a {
    color: #fff;
}
.footer .top ul li {
    margin-bottom: 14px;
    position: relative;
    font-size: 14px;
}
.footer .top ul li:first-child {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
}
.footer .top ul li:first-child::after{
    content: '';
    display: block;
    width: 18px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -12px;
    background: #fff;
}
.footer .bottom {
    text-align: center;
    background: #000;
    color: #fff;
    font-size: 14px;
    height: 44px;
    line-height: 44px;
    width: 100%;
}

.tijiao {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: center;
    background-color: #4c5360;
    width: 100%;
    height: 164px;
}

.primary {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 48px;
    margin-right: 55px;
    line-height: normal;
}

.title {
    position: relative;
    max-width: 360px;
    height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 38px;
    color: #ffffff;
    font-size: 28px;
    font-weight: 400;
}

.tijiao-desc {
    position: relative;
    margin-top: 6px;
    line-height: 25px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
}

.sub-item0 {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-top: 70px;
    margin-right: 20px;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    border-color: #ffffff;
    padding-right: 25px;
    padding-left: 19px;
    height: 48px;
    overflow: hidden;
}

.tijiao-tag {
    margin-top: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
}

.sub-item1 {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-top: 70px;
    margin-right: 20px;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    border-color: #ffffff;
    padding-left: 19px;
    height: 48px;
    overflow: hidden;
    width: 160px;
}

.sub-item2 {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-top: 70px;
    margin-right: 20px;
    height: 48px;
    overflow: hidden;
}

.section {
    margin-top: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
}

.button {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-top: 70px;
    border-radius: 5px;
    background-color: #00a99d;
    padding-right: 35px;
    padding-left: 37px;
    height: 48px;
    overflow: hidden;
    border: solid 1px #fff;
}

.tijiao-tag1 {
    margin-top: 1px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
}