html, body {
    background: #fff!important;
}
body {
    font-size: 16px; font-family: '微软雅黑';
}
header {
    width: 100%; height: 79px;
    /*position: fixed; top: 0; left: 0;*/
    background: #FF3249;
    z-index: 999;
}
.nav {
    width: 1024px;
    margin: auto;
}
.logo {
    float: left;
    width: 200px;
    height: 79px;
    margin-top: 0px;
}
.logo img {
    height: 100%;
}
.logo img.logo1 {
	border-radius: 10px;
    box-shadow: 0 0 1px 1px rgba(255,255,255,0.2);
}

.nav-main {
    float: right;
    width: 640px; height: 68px;
    text-align: right;
}
.nav-main span {
    display: inline-block;
    height: 30px;
    margin: 0 15px; margin-top: 25px;
    line-height: 30px; color: #fff; font-size: 15px;
    cursor: pointer;
}
.nav-main span.active,
.nav-main span:hover {
    border-bottom: 2px solid #fff;
}

.part-main {
    width: 840px;
    margin: auto;
    padding: 50px 0;
}
.top-title-img {
    width: 100%;
}
.top-title-img img {
    width: 100%;
}

/*首页*/
#part-1 {
	/*padding-top: 68px;*/
    position: relative;
	background: #fff;
}
.banner-main {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
img.show-phone {
    width: 360px;
    margin-right: 40px;
}
.show-box {
    color: #fff;
}
.show-title {
    font-size: 60px;
    font-weight: 100;
    letter-spacing: 10px;
}
.show-row {
    height: 40px;
}
.show-tip {
    border: 0.06em solid #fff;
    height: 30px;
    padding: 0 15px;
    line-height: 30px;
    margin-right: 15px;
    border-radius: 10px;
}
.show-row span {
    margin-right: 15px;
    letter-spacing: 10px;
}
.show-down {
    margin-top: 10px;
}
.show-down img {
    width: 100px;
    padding: 5px;
    background: #fff;
    border-radius: 5px;
    margin-right: 20px;
}
.show-downbtn {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
}
.show-downbtn i.icon {
    margin: 0 10px 0 20px;
    font-size: 1.1em;
}

.us-text p {
    color: #333;
    line-height: 30px;
    text-indent: 30px;
}
.us-img {
    width: 480px;
    margin-left: 40px;
}
.us-img img {
    width: 100%;
}

.part-main {
    width: 1024px;
    margin: auto; padding: 50px 0;
}
.pt-item {
    position: relative;
    width: 200px;
    margin-top: 160px;
    padding: 70px 15px 10px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);
    -webkit-transition: margin-top .5s;
    transition: margin-top .5s;
}
.pt-item:hover {
    margin-top: 40px;
}
.pt-icon {
    width: 90px; height: 90px;
    position: absolute; top: -45px; right: 0; left: 0; margin: auto;
    text-align: center; line-height: 90px;
    background: #FF3249;
    border-radius: 20px;
    box-shadow: 0 3px 10px 1px rgba(255,50,73,0.3);
}
.pt-icon i.icon {
    font-size: 50px; color: #fff;
}
.pt-title {
    margin-bottom: 20px;
    font-size: 1.2em; text-align: center;
}
.pt-content {
    height: 120px;
    margin: 0 10px;
    font-size: 0.9em; line-height: 24px; color: #666;
    overflow: hidden;
}
.pt-content p {
    margin: 0;
}

#part-4 {
	background: url('../image/bg2.webp') no-repeat;
	background-size: 100% 100%;
}
.fw-box {
    padding: 50px 0;
}
.fw-item {
    width: 160px;
    height: 160px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    background: rgba(255,255,255,0.5);
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
}
.fw-item:hover {
    color: #424140;
    background: rgba(255,255,255,0.9);
}
.fw-item img {
    width: 80px; height: 80px;
}
.fw-item i.icon {
    width: 80px;
    height: 80px;
    font-size: 3em;
    line-height: 80px;
    text-align: center;
}
.fw-item p {
    margin: 0;
    font-size: 0.9em;
}


.hz-title {
    color: #999; font-size: 18px;
}
ul.hz-list {
    padding: 0;
}
.hz-list li {
    width: 158px;
    height: 80px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #ebebeb;
}
.hz-list li img {
    height: 60px;
}

.dt-item {
    width: 300px;
    padding: 15px;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    cursor: pointer;
}
.dt-img {
    width: 300px;
    height: 180px;
    background: #eee;
    border-radius: 2px;
    overflow: hidden;
}
.dt-img img {
    width: 100%;
    min-height: 100%;
    -webkit-transition: width .5s;
    transition: width .5s;
}
.dt-img img:hover {
    width: 120%;
}
.dt-title p {
    height: 60px;
    margin: 15px 0 5px;
    line-height: 30px;
    font-weight: bold;
    color: #333;
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    /* overflow: hidden; */
}
.dt-content p {
    height: 72px;
    margin: 10px 0;
    color: #666;
    font-size: 0.8em;
    line-height: 24px;
    overflow: hidden;
}
.dt-more span {
    float: right;
    font-size: 0.7em;
    line-height: 20px;
    color: #666;
    padding: 0 10px;
    border: 1px solid #ccc;
    border-radius: 20px;
    cursor: pointer;
}
.dt-more span:hover {
    color: #fff;
    border: 1px solid #DD0031;
    background: #DD0031;
}

#part-7 {
	background: url('../image/bg1.webp') no-repeat;
	background-size: 100% 100%;
}
.app-box {
    width: 840px;
    margin: auto; padding: 100px 0;
}
.phone-box {
	position: relative;
    width: 200px; height: 400px;
    margin-left: 100px;
}
.phone-box img {
    width: 100%;
}
.phone-banner {
    width: 173px; height: 308px;
    position: absolute; top: 45px; left: 13px;
    background: #eee;
    border-radius: 3px;
    overflow: hidden;
}
.phone-banner img {
    width: 100%; height: 100%;
}

.app-down-text {
    color: #f5f5f5; font-size: 80px; font-weight: 100;
}

.ercoder-box {
    width: 100px; height: 100px;
    margin-top: 30px; margin-right: 30px;
    padding: 5px;
    background: #eee;
    border-radius: 10px;
    overflow: hidden;
}
.ercoder-box img {
    width: 100%;
}
.app-down-btns {
    margin-top: 30px;
}
a.app-down-btn {
    width: 160px; height: 40px;
    margin: 10px;
    border: 1px solid #fff;
    border-radius: 10px;
    color: #fff; font-size: 16px;
    cursor: pointer;
}
.app-down-btn.mark {
    color: #424140;
    background: #fff;
}
.app-down-btn i.icon {
    margin: 0 10px;
    font-size: 1.2em;
}
footer {
    background: #FF3249;
    color: #fff;
}
.foot-logo {
    width: 50px; height: 50px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 1px 1px rgba(255,255,255,0.3);
    overflow: hidden;
}
.foot-logo img {
    width: 100%; height: 100%;
}
.foot-name {
    text-align: center;
}
.foot-name p {
    margin: 5px 0;
}
.foot-btn {
    position: relative;
    width: 40px; height: 40px;
    margin: 5px;
    border: 1px solid;
    border-radius: 10px;
    text-align: center; line-height: 40px; color: inherit;
}
.foot-btn.wx:hover .wxqrcode {
    display: block;
}
.foot-btn i.icon {
    font-size: 1.5em;
}
.wxqrcode {
    display: none;
    width: 100px;
    position: absolute;
    left: -28px;
    bottom: 58px;
    text-align: center;
    color: #333;
    font-size: 0.8em;
    line-height: 20px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.1);
    overflow: hidden;
}
.wxqrcode img {
    display: block;
    width: 100px; height: 100%;
}
.wxqrcode p {
    margin: 0;
}

/*招商*/
.single-img-box {
	/*width: 640px;*/
	margin: auto; padding: 20px 0;
}
.single-img-box>img {
    width: 100%;
}
p.img-zhusi {
    margin-top: 30px;
    font-size: 0.8em; text-align: center; color: #666;
}

.show-img-box img {
	width: 100%; height: 100%;
	-webkit-transition: width .5s, height .5s;
    transition: width .5s, height .5s;
}
.show-img-box img:hover {
    width: 120%; height: 120%;
}
.img-box-1 {
	width: 210px; height: 210px;
	overflow: hidden;
}
.img-box-2 {
	width: 200px; height: 210px;
	margin: 0 10px;
}
.img-box-3 {
	width: 200px; height: 100px;
	overflow: hidden;
}


.form-box {
    width: 400px;
    margin: 20px auto 0;
}
.form-box input {
    width: 100%;
    border: none; outline: none;
    background: inherit;
}
.frow {
    padding: 10px 0;
}
.frow-left {
    width: 50px;
    text-align: center;
}
.frow-left i.icon {
    color: #757575;
}
.frow-right {
    width: 350px;
}
.input-box {
    padding: 6px 10px;
    background: #eee;
}
.input-box-half {
    width: 100px;
    margin-right: 5px; padding: 6px 10px;
    background: #eee;
}
.input-boxs span {
    display: inline-block;
    margin-right: 30px;
}
.frow-tip {
    margin-bottom: 5px;
    font-size: 0.8em;
    color: #999;
}
.form-box label {
    font-size: 0.9em;
    line-height: 30px;
    color: #333;
    margin-right: 20px;
}
.form-box input[type="radio"] {
    width: auto;
    margin-right: 5px;
}
.frow-btn {
    width: 200px; height: 40px;
    margin: 10px auto;
    text-align: center; line-height: 40px; color: #fff;
    background: #FF3249;
    border-radius: 20px;
    box-shadow: 0 1px 10px 1px rgba(252,117,132,0.3);
}

.news-item {
    padding-top: 15px;
    cursor: pointer;
}
.news-item:hover {
    /*background: #f5f5f5;*/
    background: -webkit-radial-gradient(#faf5f5, #fff);
    background: -o-radial-gradient(#faf5f5, #fff);
    background: -moz-radial-gradient(#faf5f5, #fff);
    background: radial-gradient(#faf5f5, #fff);
}
.news-item:hover .news-date {
    color: #ff3249;
}
.news-item:hover .news-title {
    font-weight: bold;
}
.news-date {
    width: 120px;
    text-align: center;
}
.news-day {
    font-size: 38px;
}
.news-ym {
    /*font-size: 0.8em;*/
}
.news-body {
    padding: 15px 0;
    border-bottom: 1px solid #ebebeb;
}
.news-img {
    width: 200px; height: 120px;
    margin-right: 20px;
    overflow: hidden;
}
.news-img img {
    width: 100%; min-height: 100%;
}
.news-info {
    height: 120px;
}
.news-title {
    height: 30px;
    margin-bottom: 10px;
    line-height: 30px; color: #ff3249; font-size: 18px;
    overflow: hidden;
}
.news-content {
    height: 60px;
    font-size: 15px; line-height: 20px;
    overflow: hidden;
}
.news-more-btn {
    float: right;
    margin-top: 4px; padding: 2px 8px;
    color: #999; font-size: 0.6em;
    border: 0.06em solid #999;
    border-radius: 10px;
}

.morenews-title {
    margin-bottom: 40px;
    font-size: 30px;
    color: #FF3249;
    text-align: center;
}
.morenews-title::after {
    content: '';
    display: block;
    width: 40px; height: 3px;
    margin: 10px auto 20px;
    background: #FF3249;
    border-radius: 2px;
}
.morenews-list {
    width: 1024px;
    margin: auto;
}
.morenews-list::after {
	content: '';
	display: block;
	height: 100px;
	clear: both;
}
.morenews-item {
    height: 40px;
    margin: 3px 10px;
    line-height: 40px;
    text-align: center;
    color: #333;
    overflow: hidden;
    cursor: pointer;
}
.morenews-item:hover {
    text-decoration: underline;
}

/**/
.title-box {
    border-bottom: 1px solid #f5f5f5;
}
.title-nav {
    width: 1024px;
    margin: auto;
}
.title-box::after {
    content: '';
    display: block;
    height: 0; line-height: 0; visibility: hidden;
    clear: both;
}
.title-menu {
    float: left;
    height: 50px;
    line-height: 50px;
    color: #999;
    border-left: 1px solid #f5f5f5;
}
.title-menu a {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 15px;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    color: #666;
    border-right: 1px solid #f5f5f5;
    cursor: pointer;
}
.title-menu a:hover {
    color: #FF0040;
}
.title-menu span {
    margin-right: 20px; font-size: 0.9em;
    cursor: pointer;
}
.title-menu span i.i-down {
    display: none;
    margin-left: 3px;
    font-size: 0.7em; font-weight: normal;
}
.title-menu span.title-mark {
    color: #FF3249; font-weight: bold;
}
.title-menu span.title-mark i.i-down {
    display: inline-block;
}
.title-menu .i-more {
    font-size: 0.8em;
}

.question-box {
    padding: 20px 0;
}
.question-item {
    margin-bottom: 30px; margin-left: 30px;
    padding: 20px 10px; padding-left: 30px;
    border-radius: 10px;
    background: #f5f5f5;
    box-shadow: 0 1px 1px 1px rgba(0,0,0,0.1);
}
.question-title {
    position: relative;
    font-size: 1em; color: #333; line-height: 30px;
    margin-bottom: 15px;
}
.question-content {
    position: relative;
    line-height: 30px; font-size: 14px; color: #666;
}
span.tip {
    width: 30px; height: 30px;
    font-size: 15px; text-align: center; line-height: 30px; color: #fff;
    position: absolute; left: -45px;
    background: #999;
    border-radius: 10px;
}
span.tip.q {
    background: #f50;
}
span.tip.a {
    background: #2b2b2b;
}

.about-info {
    background: #F6F7FB;
}
.about-info-box	{
    padding: 10px 50px;
}
.about-title {
    font-size: 1.2em; color: #FE263C;
}
.about-content {
    line-height: 24px; color: #666; text-indent: 30px;
}

.history-item {
    position: relative;
    width: 140px;
    margin-top: 100px;
    padding: 50px 20px 20px;
    text-align: center;
    background: #F6F7FB;
    border-radius: 70px;
    -webkit-transition: margin-top .5s;
    transition: margin-top .5s;
}
.history-item:hover {
    margin-top: 50px;
    box-shadow: 0 3px 10px 1px rgba(0,0,0,0.1);
}
.history-item:hover .history-content {
    color: #333;
}
.history-date {
    width: 80px; height: 80px;
    position: absolute; top: -40px; right: 0; left: 0; margin: auto;
    color: #fff;
    background: #FF3249;
    border-radius: 50%;
    overflow: hidden;
}
.history-year {
    font-size: 1.5em;
}
.history-md {
    font-size: 0.8em;
}
.history-content {
    height: 144px;
    font-size: 14px; line-height: 24px; color: #666; text-align: left;
}
.culture-item {
    width: 240px;
    border-radius: 5px;
    overflow: hidden;
}
.culture-item img {
    width: 100%;
}

.pic-box {
	padding: 20px 0;
}
.p-item {
    position: relative;
    /*border-radius: 10px;
    box-shadow: 0 1px 1px 1px rgba(0,0,0,0.1);
    overflow: hidden;*/
}
.p-item:hover .jianjie {
    top: 0;
}
.pic2 {
    width: 505px; height: 315px;
    margin-bottom: 15px;
}
.pic3 {
    width: 320px; height: 380px;
    margin: 10px;
}
.pic4 {
  	width: 240px; height: 320px;
    margin-right: 20px; margin-bottom: 100px;
}
.pic4:nth-child(4n) {
    margin-right: 0;
}
.man-box {
    width: 100%; height: 100%;
    border-radius: 10px;
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.08);
    overflow: hidden;
}
.pic-box img {
	width: 100%; height: 100%;
}
.jianjie {
    width: 100%; height: 100%;
    position: absolute; top: 100%;
    background: rgba(0,0,0,0.8);
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: top 0.5s;
    transition: top 0.5s;
}
.jianjie-content {
    margin: 15px 10px 5px;
    line-height: 1.5em; text-align: center; color: #fff;
    overflow: scroll;
}
.jianjie-blank {
    height: 60px;
    margin: 0 15px;
    border-top: 1px solid rgba(255,255,255,0.2);
}
::-webkit-scrollbar {
    width: 0;
}
.pic-foot {
    width: 100%; height: 50px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(rgba(0,0,0,0),#000);
}
p.img-title {
    margin: 0; margin-top: 10px;
    font-size: 1.2em; line-height: 30px; text-align: center; color: #333;
}
p.img-tip {
    margin-top: 0;
    color: #FF3249;
    text-align: center;
}
