﻿header .headerTop { padding: 12px 0; background-color: #f1f1f1; }
header .headerTop .myContainer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
header .headerTop .myContainer p { color: #666; font-size: 12px; }
header .headerTop .myContainer ul li { color: #4c4c4c; display: inline-block; font-size: 12px; margin-left: 8px; }
header .headerTop .myContainer ul li i { color: #4c4c4c; margin-right: 3px; }
header .nav { padding: 15px 0; background-color: #fff; }
header .nav .myContainer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
header .nav .myContainer .logo { width: 16%; }
header .nav .myContainer .logo img { width: 100%; }
header .nav .myContainer .navList { width: 66%; padding: 0 15px 0 35px; }
header .nav .myContainer .navList ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
header .nav .myContainer .navList ul li a { color: #4c4c4c; font-size: 14px; }
header .nav .myContainer .login { width: 16%; text-align: right; }
header .nav .myContainer .login ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
header .nav .myContainer .login ul li { -webkit-transition: 0.4s all; transition: 0.4s all; }
header .nav .myContainer .login ul li a button { border-radius: 40px; line-height: 40px; padding: 0 30px; font-size: 14px; border: 1px #e2e2e2 solid; background: transparent; }
header .nav .myContainer .login ul li:hover a button { color: #fff; border-color: #ff6600; background-color: #ff6600; }

footer { background-color: #222730; padding: 32px 0; }
footer .myContainer .footerNav { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
footer .myContainer .footerNav li { -webkit-box-sizing: border-box; box-sizing: border-box; width: 160px; min-height: 205px; border-right: 1px #2e3541 solid; }
footer .myContainer .footerNav li p { font-size: 18px; padding-bottom: 18px; color: #fff; }
footer .myContainer .footerNav li a { line-height: 36px; display: block; color: #d6d6d6; }
footer .myContainer .footerNav li img { width: 80%; }
footer .myContainer .footerNav .contact { width: auto; }
footer .myContainer .footerNav .wx { text-align: center; border-right: 0; }
footer .myContainer .link { padding: 44px 0 30px; }
footer .myContainer .link ul { width: 50%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
footer .myContainer .link ul li span { font-size: 14px; color: #fff; }
footer .myContainer .link ul li a { font-size: 12px; color: #d6d6d6; }

.footerCopy { padding: 17px 0; background: #000; }
.footerCopy .myContainer { text-align: center; }
.footerCopy .myContainer p { font-size: 12px; line-height: 24px; color: #8b8b8b; }
.footerCopy .myContainer p a { display: inline-block; text-decoration: none; font-size: 12px; height: 20px; line-height: 20px; color: #8b94a8; }
.footerCopy .myContainer p a img { padding-left: 5px; padding-right: 2px; }

.swiper-container .swiper-wrapper { height: auto; }
.swiper-container .swiper-wrapper .swiper-slide img { width: 100%; }
.swiper-container .swiper-pagination { width: 100%; bottom: 120px; background: transparent; }
.swiper-container .swiper-pagination .swiper-pagination-bullet-active { width: 12px; height: 12px; background: #fff; }

.location { padding: 10px 0; }
.location .space a img { width: 20px; }

.indexSec { max-height: 100px; }
.indexSec .myContainer .indexSecContent { z-index: 999; padding: 20px 25px; border-radius: 30px; position: relative; -webkit-transform: translateY(-50%); transform: translateY(-50%); background-color: #fff; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
.indexSec .myContainer .indexSecContent ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.indexSec .myContainer .indexSecContent ul li { width: 24%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.indexSec .myContainer .indexSecContent ul li .indexSecLiImg { width: 30%; }
.indexSec .myContainer .indexSecContent ul li .indexSecLiImg img { width: 80%; }
.indexSec .myContainer .indexSecContent ul li .indexSecLiWord { width: 68%; }
.indexSec .myContainer .indexSecContent ul li .indexSecLiWord .indexSecLiWordTop { color: #333; line-height: 1.6; }
.indexSec .myContainer .indexSecContent ul li .indexSecLiWord .indexSecLiWordTop span { font-size: 26px; }
.indexSec .myContainer .indexSecContent ul li .indexSecLiWord .indexSecLiWordTop .indexSecLiWordNum { margin-right: 5px; }
.indexSec .myContainer .indexSecContent ul li .indexSecLiWord .indexSecLiWordSmall { color: #666; font-size: 14px; }

.indexAfterHelper .myContainer { text-align: center; }
.indexAfterHelper .myContainer h1 { position: relative; display: inline-block; padding: 0 30px; border-bottom: 1px #dedede solid; line-height: 70px; font-size: 22px; margin-bottom: 15px; }
.indexAfterHelper .myContainer h1:after { content: ""; width: 40px; height: 5px; background: #f60; position: absolute; left: 50%; bottom: -3px; margin-left: -20px; }
.indexAfterHelper .myContainer ul { display: -webkit-box; display: -ms-flexbox; display: flex; text-align: left; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.indexAfterHelper .myContainer ul li { width: 25%; }
.indexAfterHelper .myContainer ul li .business_tab_warp { margin: 8px; }
.indexAfterHelper .myContainer ul li .business_tab_warp .business_tab_title { font-size: 20px; color: #fff; line-height: 36px; padding: 25px; padding-top: 30px; padding-bottom: 30px; font-weight: bold; }
.indexAfterHelper .myContainer ul li .business_tab_warp .business_tab_title .business_tab_hot { height: 18px; background-color: #FF6638; color: #fff; font-size: 12px; line-height: 18px; vertical-align: middle; margin-left: 10px; padding-left: 5px; padding-right: 5px; padding-top: 2px; padding-bottom: 2px; margin-top: -2px; }
.indexAfterHelper .myContainer ul li .business_tab_warp .business_tab { margin-left: 5px; margin-right: 5px; margin-top: 5px; margin-bottom: 5px; padding: 15px; background: #fff; opacity: 0.8; border-bottom: 2px solid #fff; }
.indexAfterHelper .myContainer ul li .business_tab_warp .business_tab .business_tab_desc { font-size: 15px; margin-top: 25px; margin-bottom: 25px; }
.indexAfterHelper .myContainer ul li .business_tab_warp .business_tab .business_tab_desc .tab_keyword { color: #108CEE; }
.indexAfterHelper .myContainer ul li .business_tab_warp .business_tab .business_tab_contact { padding: 6px 15px; border: 1px solid #108cee; font-size: 14px; color: #108CEE !important; margin-right: 10px; }
.indexAfterHelper .myContainer ul li .business_tab_warp .business_tab .business_tab_price { font-size: 14px; color: #FE8E6C !important; padding: 6px 15px; border: 1px solid #FE8E6C; }

.indexThr { position: relative; padding-bottom: 3%; }
.indexThr .myContainer { text-align: center; }
.indexThr .myContainer h2 { position: relative; display: inline-block; padding: 0 30px; border-bottom: 1px #dedede solid; line-height: 70px; font-size: 22px; }
.indexThr .myContainer h2:after { content: ""; width: 40px; height: 5px; background: #f60; position: absolute; left: 50%; bottom: -3px; margin-left: -20px; }
.indexThr .myContainer small { padding: 0 30px; line-height: 50px; color: #808080; font-size: 14px; display: block; }
.indexThr .myContainer .swiperPag1 { margin: 25px 0; }
.indexThr .myContainer .swiperPag1 .swiper-pagination-bullet { opacity: 1; width: auto; height: 36px; outline: none; margin: 0 10px; padding: 0 13px; font-size: 16px; color: #5d5d5d; line-height: 36px; border-radius: 5px; background-color: #fff; }
.indexThr .myContainer .swiperPag1 .swiper-pagination-bullet-active { color: #fff; background-color: #ff6600; }
.indexThr .myContainer .indexThrSwiper .swiper-wrapper .swiper-slide { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.indexThr .myContainer .indexThrSwiper .swiper-wrapper .swiper-slide .indexThrSwiperBox { width: 100%; }
.indexThr .myContainer .indexThrSwiper .swiper-wrapper .swiper-slide .indexThrSwiperBox ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.indexThr .myContainer .indexThrSwiper .swiper-wrapper .swiper-slide .indexThrSwiperBox ul li { cursor: pointer; position: relative; overflow: hidden; width: 19%; background: #fff; height: 280px; margin-bottom: 1%; }
.indexThr .myContainer .indexThrSwiper .swiper-wrapper .swiper-slide .indexThrSwiperBox ul li .indexThrSwiperLeftImg { width: 100%; min-height: 156px; position: relative; }
.indexThr .myContainer .indexThrSwiper .swiper-wrapper .swiper-slide .indexThrSwiperBox ul li .indexThrSwiperLeftImg img { display: block; max-height: 100%; max-width: 80%; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.indexThr .myContainer .indexThrSwiper .swiper-wrapper .swiper-slide .indexThrSwiperBox ul li p { overflow: hidden; line-height: 25px; text-align: center; font-size: 16px; font-weight: normal; }
.indexThr .myContainer .indexThrSwiper .swiper-wrapper .swiper-slide .indexThrSwiperBox ul li span { height: 29px; overflow: hidden; color: #888; line-height: 29px; text-align: center; font-size: 12px; font-weight: normal; }

.indexFour { position: relative; background: url("/static/images/index/fbg.jpg"); background-repeat: no-repeat; background-size: 100% 100%; padding-bottom: 5px; }
.indexFour .myContainer { text-align: center; }
.indexFour .myContainer h2 { position: relative; display: inline-block; padding: 0 30px; border-bottom: 1px #dedede solid; line-height: 70px; font-size: 22px; color: #fff; }
.indexFour .myContainer h2:after { content: ""; width: 40px; height: 5px; background: #f60; position: absolute; left: 50%; bottom: -3px; margin-left: -20px; }
.indexFour .myContainer small { padding: 0 30px; line-height: 50px; color: #808080; font-size: 14px; display: block; }
.indexFour .myContainer .swiperPag2 { margin: 25px 0; }
.indexFour .myContainer .swiperPag2 .swiper-pagination-bullet { opacity: 1; width: auto; height: 36px; outline: none; margin: 0 10px; padding: 0 13px; font-size: 16px; color: #5d5d5d; line-height: 36px; border-radius: 5px; background-color: #fff; }
.indexFour .myContainer .swiperPag2 .swiper-pagination-bullet-active { color: #fff; background-color: #ff6600; }
.indexFour .myContainer .indexFourSwiper .swiper-wrapper .swiper-slide { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.indexFour .myContainer .indexFourSwiper .swiper-wrapper .swiper-slide .indexFourSwiperBox { width: 100%; }
.indexFour .myContainer .indexFourSwiper .swiper-wrapper .swiper-slide .indexFourSwiperBox ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.indexFour .myContainer .indexFourSwiper .swiper-wrapper .swiper-slide .indexFourSwiperBox ul li { cursor: pointer; position: relative; overflow: hidden; width: 19%; background: #fff; height: 280px; margin-bottom: 1%; }
.indexFour .myContainer .indexFourSwiper .swiper-wrapper .swiper-slide .indexFourSwiperBox ul li .indexFourSwiperLeftImg { width: 100%; height: 156px; position: relative; }
.indexFour .myContainer .indexFourSwiper .swiper-wrapper .swiper-slide .indexFourSwiperBox ul li .indexFourSwiperLeftImg img { display: block; max-height: 100%; max-width: 80%; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.indexFour .myContainer .indexFourSwiper .swiper-wrapper .swiper-slide .indexFourSwiperBox ul li p { overflow: hidden; line-height: 25px; text-align: center; font-size: 16px; font-weight: normal; }
.indexFour .myContainer .indexFourSwiper .swiper-wrapper .swiper-slide .indexFourSwiperBox ul li span { height: 29px; overflow: hidden; color: #888; line-height: 29px; text-align: center; font-size: 12px; font-weight: normal; }

.indexFif img { width: 100%; }

.indexSoft { position: relative; margin-bottom: 10px; padding-bottom: 5px; background-color: #fff; }
.indexSoft .myContainer { text-align: center; }
.indexSoft .myContainer h2 { position: relative; display: inline-block; padding: 0 30px; border-bottom: 1px #dedede solid; line-height: 70px; font-size: 22px; }
.indexSoft .myContainer h2:after { content: ""; width: 40px; height: 5px; background: #f60; position: absolute; left: 50%; bottom: -3px; margin-left: -20px; }
.indexSoft .myContainer small { padding: 0 30px; line-height: 50px; color: #808080; font-size: 14px; display: block; }
.indexSoft .myContainer .swiperPagSoft { margin: 25px 0; }
.indexSoft .myContainer .swiperPagSoft .swiper-pagination-bullet { opacity: 1; width: auto; height: 36px; outline: none; margin: 0 10px; padding: 0 13px; font-size: 16px; color: #5d5d5d; line-height: 36px; border-radius: 5px; background-color: #eee; }
.indexSoft .myContainer .swiperPagSoft .swiper-pagination-bullet-active { color: #fff; background-color: #ff6600; }
.indexSoft .myContainer .indexSoftSwiper .swiper-wrapper .swiper-slide { text-align: left; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.indexSoft .myContainer .indexSoftSwiper .swiper-wrapper .swiper-slide .indexSoftSwiperBox { width: 100%; }
.indexSoft .myContainer .indexSoftSwiper .swiper-wrapper .swiper-slide .indexSoftSwiperBox ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.indexSoft .myContainer .indexSoftSwiper .swiper-wrapper .swiper-slide .indexSoftSwiperBox ul li { cursor: pointer; position: relative; overflow: hidden; width: 24%; background: #fff; margin-bottom: 1%; }
.indexSoft .myContainer .indexSoftSwiper .swiper-wrapper .swiper-slide .indexSoftSwiperBox ul li .indexSoftSwiperBoxImg { width: 100%; position: relative; }
.indexSoft .myContainer .indexSoftSwiper .swiper-wrapper .swiper-slide .indexSoftSwiperBox ul li .indexSoftSwiperBoxImg img { display: block; max-height: 100%; max-width: 80%; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.indexSoft .myContainer .indexSoftSwiper .swiper-wrapper .swiper-slide .indexSoftSwiperBox ul li .indexSoftSwiperBoxContent { padding: 15px 15px; background: #fff; }
.indexSoft .myContainer .indexSoftSwiper .swiper-wrapper .swiper-slide .indexSoftSwiperBox ul li .indexSoftSwiperBoxContent p.title { font-size: 18px; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.indexSoft .myContainer .indexSoftSwiper .swiper-wrapper .swiper-slide .indexSoftSwiperBox ul li .indexSoftSwiperBoxContent p.intro { font-size: 14px; color: #666; line-height: 24px; height: 48px; overflow: hidden; margin-top: 5px; }
.indexSoft .myContainer .indexSoftSwiper .swiper-wrapper .swiper-slide .indexSoftSwiperBox ul li .indexSoftSwiperBoxContent p.price { margin-top: 15px; }
.indexSoft .myContainer .indexSoftSwiper .swiper-wrapper .swiper-slide .indexSoftSwiperBox ul li .indexSoftSwiperBoxContent p.price em { font-size: 20px; color: #f52f3e; font-family: arial; }
.indexSoft .myContainer .indexSoftSwiper .swiper-wrapper .swiper-slide .indexSoftSwiperBox ul li .indexSoftSwiperBoxContent p.price span { font-size: 14px; color: #999999; margin-left: 10px; }

.indexSix { position: relative; margin-bottom: 10px; padding-bottom: 5px; }
.indexSix .myContainer { text-align: center; }
.indexSix .myContainer h2 { position: relative; display: inline-block; padding: 0 30px; border-bottom: 1px #dedede solid; line-height: 70px; font-size: 22px; }
.indexSix .myContainer h2:after { content: ""; width: 40px; height: 5px; background: #f60; position: absolute; left: 50%; bottom: -3px; margin-left: -20px; }
.indexSix .myContainer small { padding: 0 30px; line-height: 50px; color: #808080; font-size: 14px; display: block; }
.indexSix .myContainer .indexSixPag { margin: 25px 0; }
.indexSix .myContainer .indexSixPag ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.indexSix .myContainer .indexSixPag ul li { opacity: 1; width: auto; height: 36px; outline: none; margin: 0 10px; padding: 0 13px; font-size: 16px; color: #5d5d5d; line-height: 36px; border-radius: 5px; cursor: pointer; background-color: #fff; }
.indexSix .myContainer .indexSixPag ul .active { color: #fff; background-color: #ff6600; }
.indexSix .myContainer .indexSixBox { display: none; background-color: #fff; }
.indexSix .myContainer .indexSixBox .swiper-container .swiper-wrapper .swiper-slide { padding: 65px 55px 0; -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; text-align: left; }
.indexSix .myContainer .indexSixBox .swiper-container .swiper-wrapper .swiper-slide h3 { line-height: 70px; font-size: 18px; color: #666; }
.indexSix .myContainer .indexSixBox .swiper-container .swiper-wrapper .swiper-slide h4 { text-indent: 25px; margin-bottom: 20px; background: url("/static/images/index/sixbg.jpg") left center no-repeat; line-height: 26px; color: #ffffff; }
.indexSix .myContainer .indexSixBox .swiper-container .swiper-wrapper .swiper-slide p { line-height: 24px; color: #888; margin-bottom: 20px; }
.indexSix .myContainer .indexSixBox .swiper-container .swiper-wrapper .swiper-slide img { margin-left: 78px; }
.indexSix .myContainer .indexSixBox .swiper-container .swiper-wrapper .indexSixPag .swiper-pagination-bullet { opacity: 1; width: 20px; height: 5px; background: #d6d6d6; border-radius: 5px; }
.indexSix .myContainer .indexSixBox .swiper-container .swiper-wrapper .indexSixPag .swiper-pagination-bullet-active { background: #ff6600; width: 34px; }
.indexSix .myContainer .show { display: block; }

.indexAfterProcess .myContainer { text-align: center; }
.indexAfterProcess .myContainer h2 { position: relative; display: inline-block; padding: 0 30px; border-bottom: 1px #dedede solid; line-height: 70px; font-size: 22px; margin-bottom: 15px; }
.indexAfterProcess .myContainer h2:after { content: ""; width: 40px; height: 5px; background: #f60; position: absolute; left: 50%; bottom: -3px; margin-left: -20px; }
.indexAfterProcess .myContainer small { padding: 0 30px; line-height: 50px; color: #808080; font-size: 14px; display: block; }
.indexAfterProcess .myContainer .content { margin: 35px auto 80px; }
.indexAfterProcess .myContainer .content ul dl { display: inline-block; vertical-align: middle; line-height: 40px; cursor: pointer; color: #373232; }
.indexAfterProcess .myContainer .content ul .progress-arrow { display: inline-block; margin: 0 32px; width: 24px; height: 20px; background: url("/static/images/index/progress_arrow.png") center center no-repeat; }
.indexAfterProcess .myContainer .content ul .show { display: block; }

.indexSev { position: relative; padding: 55px 0; background-color: #fff; }
.indexSev .myContainer { text-align: center; }
.indexSev .myContainer h2 { position: relative; display: inline-block; padding: 0 30px; border-bottom: 1px #dedede solid; line-height: 70px; font-size: 22px; }
.indexSev .myContainer h2:after { content: ""; width: 40px; height: 5px; background: #f60; position: absolute; left: 50%; bottom: -3px; margin-left: -20px; }
.indexSev .myContainer small { padding: 0 30px; line-height: 50px; color: #808080; font-size: 14px; display: block; }
.indexSev .myContainer .zzfgpt { position: relative; margin-top: 75px; height: 367px; background: url(/static/images/index/zzfgpt.png) no-repeat center top; }
.indexSev .myContainer .zzfgpt .text p { position: absolute; width: 40px; color: #fff; font-size: 14px; line-height: 22px; }
.indexSev .myContainer .zzfgpt .text .box01 { top: 38px; left: 588px; }
.indexSev .myContainer .zzfgpt .text .box02 { top: 68px; left: 665px; }
.indexSev .myContainer .zzfgpt .text .box03 { top: 130px; left: 708px; }
.indexSev .myContainer .zzfgpt .text .box04 { top: 195px; left: 708px; }
.indexSev .myContainer .zzfgpt .text .box05 { top: 255px; left: 665px; }
.indexSev .myContainer .zzfgpt .text .box06 { top: 290px; left: 588px; }
.indexSev .myContainer .zzfgpt .text .box07 { top: 255px; left: 510px; }
.indexSev .myContainer .zzfgpt .text .box08 { top: 195px; left: 470px; }
.indexSev .myContainer .zzfgpt .text .box09 { top: 130px; left: 470px; }
.indexSev .myContainer .zzfgpt .text .box10 { top: 68px; left: 510px; }
.indexSev .myContainer .zzfgpt .text h3 { position: absolute; top: 143px; left: 574px; width: 60px; color: #fff; font-size: 30px; line-height: 40px; }
.indexSev .myContainer .zzfgpt .list dl { position: absolute; padding-left: 80px; height: 66px; color: #999; font-size: 14px; }
.indexSev .myContainer .zzfgpt .list dl dt { padding: 6px 0; color: #444; font-size: 16px; }
.indexSev .myContainer .zzfgpt .list .dl01 { top: 14px; left: 800px; background: url(/static/images/index/fgpticon01.png) no-repeat left center; text-align: left; }
.indexSev .myContainer .zzfgpt .list .dl02 { top: 145px; left: 830px; background: url(/static/images/index/fgpticon02.png) no-repeat left center; text-align: left; }
.indexSev .myContainer .zzfgpt .list .dl03 { top: 285px; left: 800px; background: url(/static/images/index/fgpticon03.png) no-repeat left center; text-align: left; }
.indexSev .myContainer .zzfgpt .list .dl04 { top: 285px; left: 88px; padding: 0 80px 0 0; background: url(/static/images/index/fgpticon04.png) no-repeat right center; text-align: left; text-align: right; }
.indexSev .myContainer .zzfgpt .list .dl05 { top: 145px; left: 0; padding: 0 80px 0 0; background: url(/static/images/index/fgpticon05.png) no-repeat right center; text-align: left; text-align: right; }
.indexSev .myContainer .zzfgpt .list .dl06 { top: 14px; left: 10px; padding: 0 80px 0 0; background: url(/static/images/index/fgpticon06.png) no-repeat right center; text-align: left; text-align: right; }

.indexEight { position: relative; padding-top: 14px; min-height: 500px; background-color: #fff; }
.indexEight .myContainer { text-align: center; }
.indexEight .myContainer h2 { position: relative; display: inline-block; padding: 0 30px; border-bottom: 1px #dedede solid; line-height: 70px; font-size: 22px; }
.indexEight .myContainer h2:after { content: ""; width: 40px; height: 5px; background: #f60; position: absolute; left: 50%; bottom: -3px; margin-left: -20px; }
.indexEight .myContainer small { padding: 0 30px; line-height: 50px; color: #808080; font-size: 14px; display: block; }
.indexEight .myContainer ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.indexEight .myContainer ul li { width: 206px; height: 130px; position: relative; margin-bottom: 30px; border: 1px #ededed solid; }
.indexEight .myContainer ul li img { display: block; max-height: 100%; max-width: 145px; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.indexEight .myContainer ul li span { display: block; width: 100%; height: 36px; line-height: 36px; text-align: center; background: #f60; color: #ffffff; opacity: 0; -webkit-transition: 0.4s all; transition: 0.4s all; -webkit-transform: translateY(130px); transform: translateY(130px); }
.indexEight .myContainer ul li:hover span { opacity: 1; -webkit-transform: translateY(94px); transform: translateY(94px); }

.indexNine { padding: 50px 0; }
.indexNine .myContainer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.indexNine .myContainer .left { width: 60%; }
.indexNine .myContainer .left .swiperPag3 { margin-bottom: 25px; }
.indexNine .myContainer .left .swiperPag3 .swiper-pagination-bullet { opacity: 1; width: auto; height: 36px; outline: none; margin: 0 10px; padding: 0 13px; font-size: 16px; color: #5d5d5d; line-height: 36px; border-radius: 5px; background-color: #fff; }
.indexNine .myContainer .left .swiperPag3 .swiper-pagination-bullet-active { color: #fff; background-color: #ff6600; }
.indexNine .myContainer .left .indexNineSwiper .swiper-wrapper .swiper-slide ul .latestItem { padding: 40px 0 30px; }
.indexNine .myContainer .left .indexNineSwiper .swiper-wrapper .swiper-slide ul .latestItem a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.indexNine .myContainer .left .indexNineSwiper .swiper-wrapper .swiper-slide ul .latestItem a .latestItemLeft { width: 32%; border-bottom: 0; }
.indexNine .myContainer .left .indexNineSwiper .swiper-wrapper .swiper-slide ul .latestItem a .latestItemLeft img { width: 100%; }
.indexNine .myContainer .left .indexNineSwiper .swiper-wrapper .swiper-slide ul .latestItem a .latestItemRight { width: 65%; border-bottom: 0; }
.indexNine .myContainer .left .indexNineSwiper .swiper-wrapper .swiper-slide ul .latestItem a .latestItemRight .title { line-height: 38px; padding-top: 5px; height: 38px; overflow: hidden; font-size: 16px; color: #333; margin-bottom: 10px; }
.indexNine .myContainer .left .indexNineSwiper .swiper-wrapper .swiper-slide ul .latestItem a .latestItemRight .time { color: #999; font-size: 14px; line-height: 1; margin-bottom: 10px; }
.indexNine .myContainer .left .indexNineSwiper .swiper-wrapper .swiper-slide ul .latestItem a .latestItemRight .intro { line-height: 1.6; color: #999; }
.indexNine .myContainer .left .indexNineSwiper .swiper-wrapper .swiper-slide ul li { border-bottom: 1px #cecece dashed; }
.indexNine .myContainer .left .indexNineSwiper .swiper-wrapper .swiper-slide ul li a { position: relative; padding-left: 20px; display: block; line-height: 54px; overflow: hidden; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.indexNine .myContainer .left .indexNineSwiper .swiper-wrapper .swiper-slide ul li a .title { color: #4c4c4c; font-size: 16px; }
.indexNine .myContainer .left .indexNineSwiper .swiper-wrapper .swiper-slide ul li a span { color: #999; font-size: 14px; }
.indexNine .myContainer .left .indexNineSwiper .swiper-wrapper .swiper-slide ul li a:before { position: absolute; left: 5px; top: 50%; margin-top: -3px; content: ""; width: 6px; height: 6px; background: #f60; }
.indexNine .myContainer .right { width: 30%; }
.indexNine .myContainer .right .rightNav { margin-bottom: 28px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.indexNine .myContainer .right .rightNav .help button { line-height: 38px; border: #ededed 1px solid; background: #ff6600; font-size: 16px; color: #ffffff; width: 118px; text-align: center; border-radius: 5px; }
.indexNine .myContainer .right .rightNav .more a { display: block; width: 78px; height: 28px; border: 1px #ededed solid; background: #ffffff; font-size: 12px; color: #5d5d5d; line-height: 28px; text-align: center; border-radius: 100px; margin-top: 4px; }
.indexNine .myContainer .right .rightContent ul li { line-height: 24px; margin-bottom: 13px; }
.indexNine .myContainer .right .rightContent ul li .qus, .indexNine .myContainer .right .rightContent ul li .ans { margin-bottom: 10px; color: #333333; position: relative; padding-left: 30px; font-size: 14px; }
.indexNine .myContainer .right .rightContent ul li .qus a, .indexNine .myContainer .right .rightContent ul li .ans a { color: #4c4c4c; text-decoration: none; }
.indexNine .myContainer .right .rightContent ul li .qus:before, .indexNine .myContainer .right .rightContent ul li .ans:before { content: "Q"; width: 24px; height: 24px; border-radius: 3px; background: #f60; color: #fff; line-height: 24px; text-align: center; position: absolute; left: 0; top: 0; }
.indexNine .myContainer .right .rightContent ul li .ans:before { content: "A"; background: #bbbbbb; }

.allBanner { height: 300px; background: #2381f5; }
.allBanner .myContainer .word { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 300px; text-align: center; }
.allBanner .myContainer .word h1 , .allBanner .myContainer .word h2 { margin: 0 auto; }
.allBanner .myContainer .word h1 .title, .allBanner .myContainer .word h2 .title { width: 100%; font-size: 40px; color: #fff; font-weight: 800; line-height: 2.6; }
.allBanner .myContainer .word h1 .small, .allBanner .myContainer .word h2 .small { width: 100%; display: block; font-size: 18px; color: #fff; }

.business .businessSec { padding: 5% 0; background: url(/static/images/business/credit/secbg.jpg) no-repeat bottom center #fff; }
.business .businessSec .myContainer h2 { position: relative; font-size: 36px; text-align: center; font-weight: normal; color: #222; margin-bottom: 5%; }
.business .businessSec .myContainer h2:before, .business .businessSec .myContainer h2:after { margin-left: -390px; content: ""; width: 120px; height: 2px; background: #222; position: absolute; left: 50%; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.business .businessSec .myContainer h2:after { margin-left: 270px; }
.business .businessSec .myContainer .word { margin-bottom: 5%; }
.business .businessSec .myContainer .word p { font-size: 16px; color: #666; line-height: 26px; letter-spacing: 2px; }
.business .businessSec .myContainer .content .arrow { width: 100%; height: 350px; background: url(/static/images/business/index/secbg.png) center no-repeat; background-size: cover; position: relative; }
.business .businessSec .myContainer .content .arrow p { font-size: 18px; color: #666; letter-spacing: 2px; line-height: 26px; position: absolute; }
.business .businessSec .myContainer .content .arrow .p1 { left: 220px; top: 180px; }
.business .businessSec .myContainer .content .arrow .p2 { right: 220px; top: 180px; }
.business .businessSec .myContainer .content .title { width: 1200px; position: relative; }
.business .businessSec .myContainer .content .title p { font-size: 16px; color: #666; letter-spacing: 2px; line-height: 22px; position: absolute; text-align: center; }
.business .businessSec .myContainer .content .title .p1 { left: 20px; }
.business .businessSec .myContainer .content .title .p2 { right: 20px; }
.business .businessThr { background-color: #fff; }
.business .businessThr .myContainer h2 { position: relative; font-size: 36px; text-align: center; font-weight: normal; line-height: 130px; margin-bottom: 5%; color: #222; }
.business .businessThr .myContainer h2:before, .business .businessThr .myContainer h2:after { margin-left: -350px; content: ""; width: 120px; height: 2px; background: #222; position: absolute; left: 50%; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.business .businessThr .myContainer h2:after { margin-left: 230px; }
.business .businessThr .myContainer ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-left: 80px; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.business .businessThr .myContainer ul li { position: relative; width: 45%; margin-bottom: 20px; }
.business .businessThr .myContainer ul li .box { position: relative; padding: 20px 58px 0 68px; height: 130px; border-radius: 6px; background: #f8f9fb; }
.business .businessThr .myContainer ul li .box .title { font-size: 16px; color: #444; }
.business .businessThr .myContainer ul li .box .des { overflow: hidden; margin-top: 10px; height: 66px; color: #999; font-size: 14px; line-height: 22px; }
.business .businessThr .myContainer ul li .box .icon { position: absolute; top: 50%; left: -50px; margin-top: -50px; width: 100px; height: 100px; }
.business .businessThr .myContainer ul li .box .icon01 { background: url(/static/images/business/index/t1.png) no-repeat left center; }
.business .businessThr .myContainer ul li .box .icon02 { background: url(/static/images/business/index/t2.png) no-repeat left center; }
.business .businessThr .myContainer ul li .box .icon03 { background: url(/static/images/business/index/t3.png) no-repeat left center; }
.business .businessThr .myContainer ul li .box .icon04 { background: url(/static/images/business/index/t4.png) no-repeat left center; }
.business .businessThr .myContainer ul li .box .icon05 { background: url(/static/images/business/index/t5.png) no-repeat left center; }
.business .businessThr .myContainer ul li .box .icon06 { background: url(/static/images/business/index/t6.png) no-repeat left center; }
.business .businessThr .myContainer ul li.active .box { background: #5185ff; }
.business .businessThr .myContainer ul li.active .box .title { color: #fff; }
.business .businessThr .myContainer ul li.active .box .des { color: #fff; }
.business .businessThr .myContainer ul li.active .box .icon01 { background: url(/static/images/business/index/t1_h.png) no-repeat left center; }
.business .businessThr .myContainer ul li.active .box .icon02 { background: url(/static/images/business/index/t2_h.png) no-repeat left center; }
.business .businessThr .myContainer ul li.active .box .icon03 { background: url(/static/images/business/index/t3_h.png) no-repeat left center; }
.business .businessThr .myContainer ul li.active .box .icon04 { background: url(/static/images/business/index/t4_h.png) no-repeat left center; }
.business .businessThr .myContainer ul li.active .box .icon05 { background: url(/static/images/business/index/t5_h.png) no-repeat left center; }
.business .businessThr .myContainer ul li.active .box .icon06 { background: url(/static/images/business/index/t6_h.png) no-repeat left center; }
.business .businessApply { text-align: center; padding-bottom: 5%; }
.business .businessApply h2 { position: relative; font-size: 36px; text-align: center; font-weight: normal; line-height: 120px; color: #222; }
.business .businessApply h2:before, .business .businessApply h2:after { margin-left: -294px; content: ""; width: 120px; height: 2px; background: #222; position: absolute; left: 50%; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.business .businessApply h2:after { margin-left: 174px; }
.business .businessApply small { color: #666; line-height: 29px; }
.business .businessApply .content { margin-top: 50px; min-height: 200px; background: url(/static/images/business/index/applybg.png) no-repeat center top; width: 1200px; margin: auto; text-align: left; }
.business .businessApply .content .title { color: #fff; text-align: center; font-size: 24px; padding-top: 45px; }
.business .businessApply .content .titleStr { color: #fff; text-align: center; font-size: 24px; font-weight: 700; }
.business .businessApply .content ul { overflow: hidden; margin-left: -25px; padding-top: 74px; }
.business .businessApply .content ul li { float: left; overflow: hidden; margin-left: 25px; width: 218px; height: 268px; border: 1px solid #ccc; border-radius: 6px; }
.business .businessApply .content ul li .icon { margin-top: 19px; height: 80px; }
.business .businessApply .content ul li .icon01 { background: url(/static/images/business/index/a1.png) no-repeat center center; }
.business .businessApply .content ul li .icon02 { background: url(/static/images/business/index/a2.png) no-repeat center center; }
.business .businessApply .content ul li .icon03 { background: url(/static/images/business/index/a3.png) no-repeat center center; }
.business .businessApply .content ul li .icon04 { background: url(/static/images/business/index/a4.png) no-repeat center center; }
.business .businessApply .content ul li .icon05 { background: url(/static/images/business/index/a5.png) no-repeat center center; }
.business .businessApply .content ul li .title { height: 38px; color: #444; text-align: center; font-size: 16px; line-height: 38px; padding-top: 0; }
.business .businessApply .content ul li .des { height: 61px; color: #666; text-align: center; font-size: 14px; }
.business .businessApply .content ul li .des p { margin-top: 5px; }
.business .businessApply .content ul li .des p span { display: inline-block; width: 80px; text-align: left; }
.business .businessApply .content ul li .bottom { display: table-cell; width: 218px; height: 70px; background: #f6f6f6; color: #999; vertical-align: middle; text-align: center; font-size: 16px; line-height: 22px; }
.business .businessApply .content ul li.active { border: 1px solid #5185ff; }
.business .businessApply .content ul li.active .icon01 { background: url(/static/images/business/index/a1_h.png) no-repeat center center; }
.business .businessApply .content ul li.active .icon02 { background: url(/static/images/business/index/a2_h.png) no-repeat center center; }
.business .businessApply .content ul li.active .icon03 { background: url(/static/images/business/index/a3_h.png) no-repeat center center; }
.business .businessApply .content ul li.active .icon04 { background: url(/static/images/business/index/a4_h.png) no-repeat center center; }
.business .businessApply .content ul li.active .icon05 { background: url(/static/images/business/index/a5_h.png) no-repeat center center; }
.business .businessApply .content ul li.active .bottom { background: #5185ff; color: #fff; }
.business .businessFour { padding: 5% 0; background-color: #fff; }
.business .businessFour .myContainer h2 { position: relative; font-size: 36px; text-align: center; font-weight: normal; color: #222; margin-bottom: 5%; }
.business .businessFour .myContainer h2:before, .business .businessFour .myContainer h2:after { margin-left: -294px; content: ""; width: 120px; height: 2px; background: #222; position: absolute; left: 50%; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.business .businessFour .myContainer h2:after { margin-left: 174px; }
.business .businessFour .myContainer ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.business .businessFour .myContainer ul li { width: 25%; margin-bottom: 35px; text-align: center; }
.business .businessFour .myContainer ul li img { height: 65px; margin-bottom: 12px; }
.business .businessFour .myContainer ul li .word1 { line-height: 30px; text-align: center; font-size: 18px; color: #e57335; }
.business .businessFour .myContainer ul li .word2 { line-height: 24px; text-align: center; color: #666; }
.business .businessAdvantage { padding: 3% 0; }
.business .businessAdvantage .myContainer { text-align: center; }
.business .businessAdvantage .myContainer h2 { position: relative; font-size: 36px; text-align: center; font-weight: normal; color: #222; }
.business .businessAdvantage .myContainer h2:before, .business .businessAdvantage .myContainer h2:after { margin-left: -294px; content: ""; width: 120px; height: 2px; background: #222; position: absolute; left: 50%; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.business .businessAdvantage .myContainer h2:after { margin-left: 174px; }
.business .businessAdvantage .myContainer small { color: #666; line-height: 29px; margin-bottom: 3%; display: block; }
.business .businessAdvantage .myContainer .content { margin: 0px auto; width: 1200px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; text-align: left; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.business .businessAdvantage .myContainer .content .box { width: 30%; color: #fff; padding: 20px 0; margin-bottom: 20px; background-repeat: no-repeat; background-image: url(/static/images/business/index/advbg.png); }
.business .businessAdvantage .myContainer .content .box .t { display: inline-block; text-align: center; font-size: 20px; font-weight: bold; margin-left: 130px; line-height: 60px; padding: 0px 15px; }
.business .businessAdvantage .myContainer .content .box .d { padding-right: 25px; line-height: 25px; padding-left: 130px; margin-top: 16px; }
.business .businessAdvantage .myContainer .content .box1 { background-color: #00bda0; background-position: -5px 65px; }
.business .businessAdvantage .myContainer .content .box1 .t { border-bottom: 1px solid #12dfc0; }
.business .businessAdvantage .myContainer .content .box2 { background-color: #23aae2; background-position: -5px -140px; }
.business .businessAdvantage .myContainer .content .box2 .t { border-bottom: 1px solid #3bbdf3; }
.business .businessAdvantage .myContainer .content .box3 { background-color: #f78d46; background-position: -5px -140px; }
.business .businessAdvantage .myContainer .content .box3 .t { border-bottom: 1px solid #ffa970; }
.business .businessAdvantage .myContainer .content .box4 { background-color: #a55dff; background-position: -5px -140px; }
.business .businessAdvantage .myContainer .content .box4 .t { border-bottom: 1px solid #b478ff; }
.business .businessAdvantage .myContainer .content .box5 { background-color: #ff5682; background-position: -5px -140px; }
.business .businessAdvantage .myContainer .content .box5 .t { border-bottom: 1px solid #fb86a4; }
.business .businessAdvantage .myContainer .content .box6 { background-color: #02c6c4; background-position: -5px -140px; }
.business .businessAdvantage .myContainer .content .box6 .t { border-bottom: 1px solid #3be4e2; }
.business .businessFif { padding: 5% 0; background-color: #fff; }
.business .businessFif .myContainer h2 { position: relative; font-size: 36px; text-align: center; font-weight: normal; color: #222; margin-bottom: 10px; }
.business .businessFif .myContainer h2:before, .business .businessFif .myContainer h2:after { margin-left: -294px; content: ""; width: 120px; height: 2px; background: #222; position: absolute; left: 50%; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.business .businessFif .myContainer h2:after { margin-left: 174px; }
.business .businessFif .myContainer .swiperPagBus { margin: 25px 0; text-align: center; }
.business .businessFif .myContainer .swiperPagBus .swiper-pagination-bullet { opacity: 1; width: auto; height: 36px; outline: none; margin: 0 10px; padding: 0 13px; font-size: 16px; color: #5d5d5d; line-height: 36px; border-radius: 40px; background-color: #fff; }
.business .businessFif .myContainer .swiperPagBus .swiper-pagination-bullet-active { color: #fff; background-color: #ff6600; }
.business .businessFif .myContainer .businessFifSwiper .swiper-wrapper .swiper-slide { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.business .businessFif .myContainer .businessFifSwiper .swiper-wrapper .swiper-slide .left { width: 52%; padding: 0 48px; }
.business .businessFif .myContainer .businessFifSwiper .swiper-wrapper .swiper-slide .left .title { padding-top: 30px; }
.business .businessFif .myContainer .businessFifSwiper .swiper-wrapper .swiper-slide .left .title em { display: block; float: left; width: 50px; height: 30px; background: #e57335; border-radius: 3px; font-size: 16px; font-style: normal; color: #fff; font-weight: normal; text-align: center; margin-right: 20px; position: relative; line-height: 30px; }
.business .businessFif .myContainer .businessFifSwiper .swiper-wrapper .swiper-slide .left .title em:after { content: ""; width: 10px; height: 10px; background: #e57335; border-radius: 2px; position: absolute; right: -3px; top: 9px; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.business .businessFif .myContainer .businessFifSwiper .swiper-wrapper .swiper-slide .left .title span { line-height: 30px; font-size: 24px; color: #666666; }
.business .businessFif .myContainer .businessFifSwiper .swiper-wrapper .swiper-slide .left .stitle { line-height: 44px; font-size: 16px; color: #4c4c4c; padding-top: 30px; }
.business .businessFif .myContainer .businessFifSwiper .swiper-wrapper .swiper-slide .left .sword { font-size: 14px; line-height: 24px; color: #4c4c4c; }
.business .businessFif .myContainer .businessFifSwiper .swiper-wrapper .swiper-slide .right { width: 46%; }
.business .businessSix { min-height: 502px; background-image: url("/static/images/business/index/sixbg.png"); background-repeat: no-repeat; background-size: 100% 100%; }
.business .businessSix .myContainer { padding: 0; text-align: center; }
.business .businessSix .myContainer h2 { position: relative; font-size: 36px; text-align: center; font-weight: normal; color: #fff; line-height: 150px; }
.business .businessSix .myContainer h2:before, .business .businessSix .myContainer h2:after { margin-left: -294px; content: ""; width: 120px; height: 2px; background: #fff; position: absolute; left: 50%; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.business .businessSix .myContainer h2:after { margin-left: 174px; }
.business .businessSix .myContainer ul { margin-top: 40px; height: 237px; background: url("/static/images/business/index/six1.png") top center no-repeat; }
.business .businessSix .myContainer ul li { width: 16.6%; float: left; text-align: center; color: #fff; padding-top: 122px; }
.business .businessSix .myContainer ul li:nth-child(even) { padding-top: 200px; }

.credit .creditSec { width: 100%; height: 594px; background: url(/static/images/business/credit/secbg.jpg) no-repeat bottom center; }
.credit .creditSec .myContainer { padding-top: 130px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.credit .creditSec .myContainer .left { width: 30%; }
.credit .creditSec .myContainer .left h3 { font-size: 36px; color: #e81223; line-height: 1; }
.credit .creditSec .myContainer .left i { display: block; width: 48px; height: 2px; margin-top: 30px; margin-bottom: 30px; background-color: #e81223; }
.credit .creditSec .myContainer .left p { font-size: 16px; line-height: 28px; color: #666666; }
.credit .creditSec .myContainer .left .more { display: inline-block; margin-top: 55px; border: 1px solid #bababa; border-radius: 30px; font-size: 14px; color: #666; height: 44px; line-height: 44px; padding: 0 28px; }
.credit .creditSec .myContainer .right { background: url(/static/images/business/credit/secrightbg.png) no-repeat 90px 14px; }
.credit .creditSec .myContainer .right ul { margin-bottom: 25px; }
.credit .creditSec .myContainer .right ul li { float: left; text-align: center; font-size: 14px; margin-right: 44px; color: #fff; background-color: #9f9f9f; width: 118px; height: 46px; line-height: 46px; border-radius: 15px; }
.credit .creditThr { padding: 3% 0; background-color: #fff; }
.credit .creditThr .myContainer h2 { position: relative; font-size: 36px; text-align: center; font-weight: normal; color: #222; margin-bottom: 3%; }
.credit .creditThr .myContainer h2:before, .credit .creditThr .myContainer h2:after { margin-left: -294px; content: ""; width: 120px; height: 2px; background: #222; position: absolute; left: 50%; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.credit .creditThr .myContainer h2:after { margin-left: 174px; }
.credit .creditThr .myContainer ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.credit .creditThr .myContainer ul li { cursor: pointer; position: relative; width: 24%; height: 230px; background: #f8f8f8; margin-bottom: 20px; -webkit-box-sizing: border-box; box-sizing: border-box; padding-top: 40px; overflow: hidden; }
.credit .creditThr .myContainer ul li img { display: block; margin: 0 auto; }
.credit .creditThr .myContainer ul li .title { text-align: center; line-height: 50px; padding-top: 20px; font-size: 20px; color: #4c4c4c; }
.credit .creditThr .myContainer ul li .content { display: block; text-align: center; line-height: 24px; color: #666; padding: 0 25px; }
.credit .creditThr .myContainer ul li:after { content: ""; width: 6px; height: 25px; position: absolute; left: 0; top: 0px; background: #e57335; border-radius: 0 0 6px 6px; }
.credit .creditFour { width: 100%; overflow: hidden; padding-bottom: 3%; }
.credit .creditFour h2 { position: relative; font-size: 36px; text-align: center; font-weight: normal; color: #222; line-height: 150px; }
.credit .creditFour h2:before, .credit .creditFour h2:after { margin-left: -294px; content: ""; width: 120px; height: 2px; background: #222; position: absolute; left: 50%; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.credit .creditFour h2:after { margin-left: 174px; }
.credit .creditFour .myContainer { margin-top: 50px; margin-bottom: 50px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.credit .creditFour .myContainer dl { width: 30%; text-align: center; height: 275px; position: relative; background: #fff; }
.credit .creditFour .myContainer dl dt { width: 100%; height: 127px; position: absolute; margin-top: -46px; }
.credit .creditFour .myContainer dl .dt1 { background: url(/static/images/business/credit/four1.png) no-repeat center; }
.credit .creditFour .myContainer dl .dt2 { background: url(/static/images/business/credit/four2.png) no-repeat center; }
.credit .creditFour .myContainer dl .dt3 { background: url(/static/images/business/credit/four3.png) no-repeat center; }
.credit .creditFour .myContainer dl .dt4 { background: url(/static/images/business/credit/four4.png) no-repeat center; }
.credit .creditFour .myContainer dl p { font-size: 18px; color: #333; margin-top: 112px; }
.credit .creditFour .myContainer dl dd { padding: 0 24px; margin-top: 24px; line-height: 24px; font-size: 13px; }
.credit .creditFour .word { color: #222; text-align: center; margin: 0 auto; font-size: 20px; }
.credit .creditFour .word a { color: #222; font-size: 20px; }
.credit .creditFour .line { border-bottom: 1px solid #222; width: 271px; margin: 0 auto; margin-top: 13px; padding-bottom: 3%; }
.credit .creditFif { background-image: url("/static/images/business/credit/fifbg.png"); background-repeat: no-repeat; background-size: 100% 100%; padding-top: 45px; padding-bottom: 139px; }
.credit .creditFif .myContainer h2 { position: relative; font-size: 36px; text-align: center; font-weight: normal; color: #222; line-height: 150px; }
.credit .creditFif .myContainer .creditFifFUl { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.credit .creditFif .myContainer .creditFifFUl .creditFifFLi { width: 32%; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; cursor: pointer; height: 563px; background: #fff; border-top: 6px #e57335 solid; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 50px; -webkit-box-shadow: 0 21px 35px #eaeaea; box-shadow: 0 21px 35px #eaeaea; margin-right: 20px; }
.credit .creditFif .myContainer .creditFifFUl .creditFifFLi p.title { line-height: 104px; padding-bottom: 14px; text-align: center; font-size: 24px; color: #4c4c4c; }
.credit .creditFif .myContainer .creditFifFUl .creditFifFLi p.title:hover { color: #fff; }
.credit .creditFif .myContainer .creditFifFUl .creditFifFLi .creditFifSUl .creditFifSUlSLi { line-height: 25px; margin-bottom: 25px; color: #4c4c4c; }
.credit .creditFif .myContainer .creditFifFUl .creditFifFLi .creditFifSUl .creditFifSUlSLi span { font-weight: 600; }
.credit .creditFif .myContainer .creditFifFUl .creditFifFLi:hover { background: #fff url("/static/images/business/credit/fifh.png") top center no-repeat; }
.credit .creditSix { background-color: #f8f8f8; width: 100%; overflow: hidden; }
.credit .creditSix .myContainer h2 { position: relative; font-size: 36px; text-align: center; font-weight: normal; color: #333; line-height: 150px; }
.credit .creditSix .myContainer h2:before, .credit .creditSix .myContainer h2:after { margin-left: -294px; content: ""; width: 120px; height: 2px; background: #333; position: absolute; left: 50%; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.credit .creditSix .myContainer h2:after { margin-left: 174px; }
.credit .creditSix .myContainer ul { padding-top: 18px; padding-bottom: 48px; overflow: hidden; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.credit .creditSix .myContainer ul li { width: 14%; height: 180px; background: url(/static/images/business/credit/sixbg.png) no-repeat center; text-align: center; margin-top: -10px; }
.credit .creditSix .myContainer ul li img { margin-top: 52px; }
.credit .creditSix .myContainer ul li p { margin-top: 24px; color: #454545; font-size: 14px; }
.credit .creditSev { padding: 3% 0; background-color: #fff; }
.credit .creditSev .myContainer h2 { position: relative; font-size: 36px; text-align: center; font-weight: normal; color: #222; margin-bottom: 3%; }
.credit .creditSev .myContainer h2:before, .credit .creditSev .myContainer h2:after { margin-left: -294px; content: ""; width: 120px; height: 2px; background: #222; position: absolute; left: 50%; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.credit .creditSev .myContainer h2:after { margin-left: 174px; }
.credit .creditSev .myContainer .swiperPagCre { margin: 25px 0; text-align: center; }
.credit .creditSev .myContainer .swiperPagCre .creditSevSwiperLi { opacity: 1; width: 118px; height: 38px; border: 1px #e1e1e1 solid; border-radius: 40px; line-height: 38px; text-align: center; font-size: 16px; color: #4c4c4c; margin: 0 10px; outline: none; display: inline-block; background-color: #f8f8f8; }
.credit .creditSev .myContainer .swiperPagCre .swiper-pagination-bullet-active { color: #fff; background-color: #e57335; }
.credit .creditSev .myContainer .creditSevBox { position: relative; height: 493px; background: url("/static/images/business/credit/sevbg.png") center no-repeat; -webkit-box-sizing: border-box; box-sizing: border-box; padding-top: 19px; margin-top: 55px; }
.credit .creditSev .myContainer .creditSevBox .creditSevBoxContent { width: 565px; height: 325px; overflow: hidden; margin: 0 auto; }
.credit .creditSev .myContainer .creditSevBox .creditSevBoxContent .creditSevSwiper .swiper-wrapper .swiper-slide img { width: 100%; }
.credit .creditEight { width: 100%; background: url(/static/images/business/credit/eightbg.jpg) no-repeat center #eff9ff; height: 423px; }
.credit .creditEight .myContainer { padding-top: 40px; text-align: center; }
.credit .creditEight .myContainer h2 { position: relative; font-size: 36px; text-align: center; font-weight: normal; color: #222; margin-bottom: 3%; }
.credit .creditEight .myContainer h2:before, .credit .creditEight .myContainer h2:after { margin-left: -294px; content: ""; width: 120px; height: 2px; background: #222; position: absolute; left: 50%; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.credit .creditEight .myContainer h2:after { margin-left: 174px; }
.credit .creditEight .myContainer p { font-size: 14px; font-weight: normal; color: #999; }
.credit .creditEight .myContainer h4 { font-size: 16px; font-weight: normal; color: #444; display: block; text-align: center; line-height: 180%; padding-top: 150px; }

.ask .askSec { padding-bottom: 3%; background-color: #fff; }
.ask .askSec h2 { position: relative; font-size: 36px; text-align: center; font-weight: normal; line-height: 130px; color: #222; }
.ask .askSec h2:before, .ask .askSec h2:after { margin-left: -294px; content: ""; width: 120px; height: 2px; background: #222; position: absolute; left: 50%; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.ask .askSec h2:after { margin-left: 174px; }
.ask .askSec .myContainer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.ask .askSec .myContainer .left { width: 35%; }
.ask .askSec .myContainer .left p.title { font-size: 18px; color: #333; line-height: 28px; }
.ask .askSec .myContainer .left p.content { color: #888; font-size: 14px; text-align: justify; line-height: 30px; margin-top: 22px; }
.ask .askSec .myContainer .left p.bottom { color: #888; font-size: 14px; text-align: justify; line-height: 30px; margin-top: 22px; }
.ask .askSec .myContainer .left .button { width: 194px; height: 37px; line-height: 37px; padding-left: 20px; margin-top: 22px; background: #00a63f url(/static/images/business/ask/sec2.png) no-repeat right 20px center; }
.ask .askSec .myContainer .left .button a { color: #fff; display: block; font-size: 16px; }
.ask .askSec .myContainer .right { width: 60%; }
.ask .askSec .myContainer .right img { width: 100%; }
.ask .askThr { padding-bottom: 3%; }
.ask .askThr h2 { position: relative; font-size: 36px; text-align: center; font-weight: normal; line-height: 130px; color: #222; }
.ask .askThr h2:before, .ask .askThr h2:after { margin-left: -294px; content: ""; width: 120px; height: 2px; background: #222; position: absolute; left: 50%; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.ask .askThr h2:after { margin-left: 174px; }
.ask .askThr .myContainer ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.ask .askThr .myContainer ul li { width: 32%; }
.ask .askThr .myContainer ul li .box { margin-left: 5px; margin-right: 5px; margin-top: 5px; margin-bottom: 5px; padding: 25px; background: #fff; margin-top: 20px; opacity: 0.8; border-bottom: 2px solid #fff; -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); }
.ask .askThr .myContainer ul li .box .title { font-size: 20px; color: #000; line-height: 36px; margin-top: 30px; }
.ask .askThr .myContainer ul li .box .title span { height: 18px; background-color: #FF6638; color: #fff; font-size: 12px; line-height: 18px; vertical-align: middle; margin-left: 10px; padding-left: 5px; padding-right: 5px; padding-top: 2px; padding-bottom: 2px; margin-top: -2px; }
.ask .askThr .myContainer ul li .word { font-size: 15px; margin-top: 25px; margin-bottom: 25px; }
.ask .askThr .myContainer ul li .word .keywords { color: #108CEE; }
.ask .askThr .myContainer ul li .button { margin-bottom: 35px; }
.ask .askThr .myContainer ul li .button .contact { padding: 5px 25px; border: 1px solid #108cee; font-size: 14px; color: #108CEE !important; margin-right: 10px; }
.ask .askThr .myContainer ul li .button .price { border: 1px solid #FE8E6C; padding: 5px 25px; font-size: 14px; color: #FE8E6C !important; }
.ask .askFour { padding-bottom: 3%; background-color: #fff; }
.ask .askFour h2 { position: relative; font-size: 36px; text-align: center; font-weight: normal; line-height: 130px; color: #222; }
.ask .askFour h2:before, .ask .askFour h2:after { margin-left: -370px; content: ""; width: 120px; height: 2px; background: #222; position: absolute; left: 50%; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.ask .askFour h2:after { margin-left: 250px; }
.ask .askFour .myContainer ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.ask .askFour .myContainer ul li { width: 24%; height: 200px; padding: 30px 20px; border: 1px solid #f6f6f6; }
.ask .askFour .myContainer ul li p { font-size: 16px; color: #333; }
.ask .askFour .myContainer ul li span { font-size: 14px; line-height: 24px; color: #888; }
.ask .askFour .myContainer ul .li1 { background: #fff url(/static/images/business/ask/four1.png) no-repeat right 20px bottom 15px; }
.ask .askFour .myContainer ul .li2 { background: #fff url(/static/images/business/ask/four2.png) no-repeat right 20px bottom 15px; }
.ask .askFour .myContainer ul .li3 { background: #fff url(/static/images/business/ask/four3.png) no-repeat right 20px bottom 15px; }
.ask .askFour .myContainer ul .li4 { background: #fff url(/static/images/business/ask/four4.png) no-repeat right 20px bottom 15px; }
.ask .askFif { padding-bottom: 3%; }
.ask .askFif h2 { position: relative; font-size: 36px; text-align: center; font-weight: normal; line-height: 130px; color: #222; }
.ask .askFif h2:before, .ask .askFif h2:after { margin-left: -370px; content: ""; width: 120px; height: 2px; background: #222; position: absolute; left: 50%; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.ask .askFif h2:after { margin-left: 250px; }
.ask .askFif .myContainer { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; position: relative; }
.ask .askFif .myContainer dl { overflow: hidden; background: #fff; margin: 0; padding: 0 80px 0 40px; width: 584px; height: 133px; margin-top: 30px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.ask .askFif .myContainer dl .left { width: 355px; margin-bottom: 25px; margin-top: 28px; }
.ask .askFif .myContainer dl .left p { text-align: right; width: 100%; color: #333333; margin-top: 0; margin-bottom: 11px; font-size: 16px; }
.ask .askFif .myContainer dl .left dd { margin: 0; text-align: right; font-size: 14px; line-height: 24px; color: #888888; }
.ask .askFif .myContainer dl .right { width: 74px; height: 74px; background: url(/static/images/business/ask/fif1.png) no-repeat center center; margin-top: 29px; line-height: 74px; color: #46ad75; text-align: center; font-size: 30px; }
.ask .askFif .myContainer .wenda-mar-n { margin-right: 0 !important; }
.ask .askFif .myContainer .wenda-mar-n .left { float: right !important; margin-right: 35px; }
.ask .askFif .myContainer .wenda-mar-n .left p { text-align: left !important; }
.ask .askFif .myContainer .wenda-mar-n .left dd { text-align: left !important; }
.ask .askFif .myContainer .wenda-mar-n .right { float: left !important; margin-left: 80px !important; }
.ask .askFif .myContainer .image { position: absolute; left: 516px; top: 98px; }
.ask .askFif .myContainer .image img { border: none; outline: none; }
.ask .askFif .word { width: 100%; margin-top: 35px; text-align: center; }
.ask .askFif .word a { color: #222; font-size: 20px; display: block; padding-bottom: 35px; }
.ask .askFif .word .line { width: 300px; height: 1px; margin: 0 auto; background: #222; }
.ask .askSix { padding-bottom: 3%; background-color: #fff; }
.ask .askSix h2 { position: relative; font-size: 36px; text-align: center; font-weight: normal; line-height: 130px; color: #222; }
.ask .askSix h2:before, .ask .askSix h2:after { margin-left: -370px; content: ""; width: 120px; height: 2px; background: #222; position: absolute; left: 50%; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.ask .askSix h2:after { margin-left: 250px; }
.ask .askSix .myContainer { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.ask .askSix .myContainer dl { width: 270px; height: 181px; margin: 5px; border: 1px solid #eee; }
.ask .askSix .myContainer dl dt { text-align: center; padding-top: 25px; }
.ask .askSix .myContainer dl p { text-align: center; font-size: 18px; color: #333333; margin: 14px 0; }
.ask .askSix .myContainer dl dd { font-size: 14px; color: #999; text-align: center; margin: 0; line-height: 24px; padding: 0 33px; }
.ask .askSix .myContainer dl:hover { -webkit-box-shadow: 0 0 5px #c6f1bd; box-shadow: 0 0 5px #c6f1bd; }
.ask .askSeven { padding-bottom: 3%; }
.ask .askSeven h2 { position: relative; font-size: 36px; text-align: center; font-weight: normal; line-height: 130px; color: #222; }
.ask .askSeven h2:before, .ask .askSeven h2:after { margin-left: -370px; content: ""; width: 120px; height: 2px; background: #222; position: absolute; left: 50%; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.ask .askSeven h2:after { margin-left: 250px; }
.ask .askSeven .myContainer ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.ask .askSeven .myContainer ul li { width: 50%; }
.ask .askSeven .myContainer ul li img { width: 100%; }

.manu .manuFirst { height: 300px; background: url("/static/images/business/manu/banner.jpg") center no-repeat; }
.manu .manuFirst .myContainer .title { line-height: 56px; font-size: 36px; font-weight: bold; padding-top: 100px; color: #fff; }
.manu .manuFirst .myContainer .stitle { color: #fff; font-size: 18px; line-height: 40px; }
.manu .manuSec { padding: 3% 0; }
.manu .manuSec .myContainer h2 { position: relative; font-size: 36px; text-align: center; font-weight: normal; color: #222; }
.manu .manuSec .myContainer .content { font-size: 14px; line-height: 25px; color: #666; text-align: center; margin-bottom: 15px; padding: 40px 0 55px; }
.manu .manuSec .myContainer ul { display: -webkit-box; display: -ms-flexbox; display: flex; }
.manu .manuSec .myContainer ul li { cursor: pointer; position: relative; width: 250px; height: 300px; -webkit-box-shadow: 0 5px 20px #eaeaea; box-shadow: 0 5px 20px #eaeaea; background: #fff; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 20px; }
.manu .manuSec .myContainer ul li .title { height: 40px; margin-top: 20px; line-height: 40px; text-align: center; font-size: 20px; color: #4c4c4c; }
.manu .manuSec .myContainer ul li .word { height: 48px; overflow: hidden; padding-top: 5px; text-align: center; line-height: 24px; color: #4c4c4c; }
.manu .manuSec .myContainer ul li .ico { width: 100px; height: 100px; position: absolute; left: 50%; bottom: 20px; margin-left: -50px; border-radius: 100%; background: #fae3d7; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 14px; }
.manu .manuSec .myContainer ul li .ico span { display: block; width: 100%; height: 72px; border-radius: 100%; }
.manu .manuSec .myContainer ul li.active { width: 450px; background: #e57335; padding: 0 40px; z-index: 999; }
.manu .manuSec .myContainer ul li.active .title { text-align: left; color: #fff; }
.manu .manuSec .myContainer ul li.active .word { text-align: left; color: #fff; height: 96px; }
.manu .manuSec .myContainer ul li.active .ico { margin: 0; left: auto; right: 30px; background: #ea8f5d; }
.manu .manuSec .myContainer ul li:nth-child(1) .ico span { background: #e57335 url("/static/images/business/manu/sec1.png") center no-repeat; }
.manu .manuSec .myContainer ul li:nth-child(2) .ico span { background: #e57335 url("/static/images/business/manu/sec2.png") center no-repeat; }
.manu .manuSec .myContainer ul li:nth-child(3) .ico span { background: #e57335 url("/static/images/business/manu/sec3.png") center no-repeat; }
.manu .manuSec .myContainer ul li:nth-child(4) .ico span { background: #e57335 url("/static/images/business/manu/sec4.png") center no-repeat; }
.manu .manuSec .myContainer ul li.active:nth-child(1) .ico span { background: #fff url("/static/images/business/manu/sech1.png") center no-repeat; }
.manu .manuSec .myContainer ul li.active:nth-child(2) .ico span { background: #fff url("/static/images/business/manu/sech2.png") center no-repeat; }
.manu .manuSec .myContainer ul li.active:nth-child(3) .ico span { background: #fff url("/static/images/business/manu/sech3.png") center no-repeat; }
.manu .manuSec .myContainer ul li.active:nth-child(4) .ico span { background: #fff url("/static/images/business/manu/sech4.png") center no-repeat; }
.manu .manuThr { height: 480px; background: url("/static/images/business/manu/thrbg.jpg") center no-repeat; background-size: 100% 100%; }
.manu .manuThr .myContainer .pagManu { width: 262px; height: 480px; overflow: hidden; float: left; background: #000; padding-top: 40px; outline: none; }
.manu .manuThr .myContainer .pagManu li { height: 80px; overflow: hidden; line-height: 80px; font-size: 20px; color: #fff; text-indent: 80px; cursor: pointer; }
.manu .manuThr .myContainer .pagManu li:nth-child(1) { background: url("/static/images/business/manu/t1.png") 30px center no-repeat; }
.manu .manuThr .myContainer .pagManu li:nth-child(2) { background: url("/static/images/business/manu/t2.png") 30px center no-repeat; }
.manu .manuThr .myContainer .pagManu li:nth-child(3) { background: url("/static/images/business/manu/t3.png") 30px center no-repeat; }
.manu .manuThr .myContainer .pagManu li:nth-child(4) { background: url("/static/images/business/manu/t4.png") 30px center no-repeat; }
.manu .manuThr .myContainer .pagManu li.active:nth-child(1) { background: #f58d54 url("/static/images/business/manu/th1.png") 30px center no-repeat; }
.manu .manuThr .myContainer .pagManu li.active:nth-child(2) { background: #f58d54 url("/static/images/business/manu/th2.png") 30px center no-repeat; }
.manu .manuThr .myContainer .pagManu li.active:nth-child(3) { background: #f58d54 url("/static/images/business/manu/th3.png") 30px center no-repeat; }
.manu .manuThr .myContainer .pagManu li.active:nth-child(4) { background: #f58d54 url("/static/images/business/manu/th4.png") 30px center no-repeat; }
.manu .manuThr .myContainer .content { width: 838px; height: 480px; overflow: hidden; float: right; }
.manu .manuThr .myContainer .content .manuThrSwiper .swiper-wrapper .swiper-slide .title { padding-top: 50px; line-height: 56px; color: #fff; font-size: 36px; font-weight: normal; }
.manu .manuThr .myContainer .content .manuThrSwiper .swiper-wrapper .swiper-slide .small { display: block; height: 34px; overflow: hidden; line-height: 34px; color: #c2c2c2; margin-bottom: 42px; }
.manu .manuThr .myContainer .content .manuThrSwiper .swiper-wrapper .swiper-slide .word { color: #fff; line-height: 29px; }
.manu .manuThr .myContainer .content .manuThrSwiper .swiper-wrapper .swiper-slide a { display: block; width: 198px; height: 58px; border: 1px #fff solid; line-height: 58px; text-align: center; color: #fff; font-size: 20px; margin: 0 auto; margin: 0; margin-top: 74px; }
.manu .manuFour { padding: 60px 0 20px; }
.manu .manuFour .myContainer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.manu .manuFour .myContainer .manuFourLeft { width: 32%; height: 500px; background: #fff; margin-bottom: 20px; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 40px; }
.manu .manuFour .myContainer .manuFourLeft h3 { font-size: 36px; color: #e57335; line-height: 53px; padding-top: 50px; }
.manu .manuFour .myContainer .manuFourLeft p { line-height: 24px; color: #4c4c4c; padding-top: 25px; }
.manu .manuFour .myContainer .manuFourLeft img { margin-top: 60px; width: 124px; height: 115px; }
.manu .manuFour .myContainer .manuFourRight { width: 65%; }
.manu .manuFour .myContainer .manuFourRight ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.manu .manuFour .myContainer .manuFourRight ul li { margin-bottom: 20px; width: 376px; height: 240px; background: #fff; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 40px; }
.manu .manuFour .myContainer .manuFourRight ul li span { margin-top: 72px; height: 37px; line-height: 37px; color: #4c4c4c; font-size: 20px; height: 37px; padding-right: 44px; display: inline-block; }
.manu .manuFour .myContainer .manuFourRight ul li p { line-height: 24px; color: #a7a7a7; padding-top: 5px; }
.manu .manuFour .myContainer .manuFourRight ul li:first-child span { background: url("/static/images/business/manu/four2.png") right center no-repeat; }
.manu .manuFour .myContainer .manuFourRight ul li:nth-child(2) span { background: url("/static/images/business/manu/four3.png") right center no-repeat; }
.manu .manuFour .myContainer .manuFourRight ul li:nth-child(3) span { background: url("/static/images/business/manu/four4.png") right center no-repeat; }
.manu .manuFour .myContainer .manuFourRight ul li:nth-child(4) span { background: url("/static/images/business/manu/four5.png") right center no-repeat; }
.manu .manuFif { padding: 30px 0 70px 0; text-align: center; background-color: #fff; }
.manu .manuFif .myContainer h2 { line-height: 77px; font-size: 36px; color: #222; font-weight: normal; }
.manu .manuFif .myContainer small { color: #666; line-height: 29px; }
.manu .manuFif .myContainer ul { padding-top: 70px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.manu .manuFif .myContainer ul li { width: 33.3%; }
.manu .manuFif .myContainer ul li .manuFifLiBg { width: 150px; height: 150px; border-radius: 100%; background: #dbdbdb; margin: 0 auto; -webkit-box-sizing: border-box; box-sizing: border-box; padding-top: 22px; }
.manu .manuFif .myContainer ul li .manuFifLiBg span { display: block; margin: 0 auto; width: 106px; height: 106px; border-radius: 100%; }
.manu .manuFif .myContainer ul li .manuFifLiBg:first-child span { background: #4c4c4c url("/static/images/business/manu/fif1.png") center no-repeat; }
.manu .manuFif .myContainer ul li .manuFifLiBg:nth-child(2) span { background: #4c4c4c url("/static/images/business/manu/fif1.png") center no-repeat; }
.manu .manuFif .myContainer ul li .manuFifLiBg:nth-child(3) span { background: #4c4c4c url("/static/images/business/manu/fif1.png") center no-repeat; }
.manu .manuFif .myContainer ul li .manuFifLiBg:nth-child(4) span { background: #4c4c4c url(/static/images/business/fif1.png) center no-repeat; }
.manu .manuFif .myContainer ul li .title { text-align: center; line-height: 58px; font-size: 20px; color: #4c4c4c; padding-top: 10px; }
.manu .manuFif .myContainer ul li .word { text-align: center; line-height: 24px; color: #4c4c4c; }
.manu .manuFif .myContainer ul li:hover .manuFifLiBg span { background-color: #ff6600; }
.manu .manuSix { padding: 30px 0 70px 0; text-align: center; }
.manu .manuSix .myContainer h2 { line-height: 77px; font-size: 36px; color: #222; font-weight: normal; }
.manu .manuSix .myContainer small { color: #666; line-height: 29px; }
.manu .manuSix .myContainer ul { overflow: hidden; padding-top: 75px; position: relative; }
.manu .manuSix .myContainer ul li { width: 12.5%; float: left; padding-top: 20px; position: relative; z-index: 10; }
.manu .manuSix .myContainer ul li span { display: block; text-align: center; line-height: 33px; color: #a7a7a7; }
.manu .manuSix .myContainer ul li p { line-height: 37px; text-align: center; font-size: 20px; color: #4c4c4c; }
.manu .manuSix .myContainer ul li:before { content: ""; width: 20px; height: 20px; background: #dbdbdb; border-radius: 100%; position: absolute; left: 50%; top: 0; margin-left: -10px; }
.manu .manuSix .myContainer ul li:after { content: ""; width: 10px; height: 10px; background: #4c4c4c; border-radius: 100%; position: absolute; left: 50%; top: 5px; margin-left: -5px; }
.manu .manuSix .myContainer ul:after { content: ""; width: 100%; height: 1px; background: #a7a7a7; position: absolute; left: 0; top: 85px; }
.manu .manuSev { height: 249px; text-align: center; background: url("/static/images/business/manu/sevbg.jpg") center no-repeat; }
.manu .manuSev .myContainer h2 { line-height: 40px; font-weight: normal; font-size: 24px; padding-top: 32px; color: #fff; }
.manu .manuSev .myContainer small { line-height: 34px; color: #fff; margin-bottom: 34px; display: block; }
.manu .manuSev .myContainer a { display: block; width: 198px; height: 58px; border: 1px #fff solid; line-height: 58px; text-align: center; color: #fff; font-size: 20px; margin: 0 auto; }

.opinion .opinionFirst { height: 300px; background: url("/static/images/business/opinion/banner.jpg") center no-repeat; }
.opinion .opinionFirst .myContainer .title { line-height: 56px; font-size: 36px; font-weight: bold; padding-top: 100px; color: #fff; }
.opinion .opinionFirst .myContainer .stitle { color: #fff; font-size: 18px; line-height: 40px; }
.opinion .opinionSec { padding: 45px 0 55px; background-color: #fff; }
.opinion .opinionSec .myContainer h2 { position: relative; font-size: 36px; text-align: center; font-weight: normal; color: #222; margin-bottom: 3%; }
.opinion .opinionSec .myContainer h2:before, .opinion .opinionSec .myContainer h2:after { margin-left: -294px; content: ""; width: 120px; height: 2px; background: #222; position: absolute; left: 50%; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.opinion .opinionSec .myContainer h2:after { margin-left: 174px; }
.opinion .opinionSec .myContainer .content { background: url("/static/images/business/opinion/secbg.jpg") no-repeat center top; background-size: auto 100%; min-height: 300px; padding-top: 50px; margin-top: 60px; }
.opinion .opinionSec .myContainer .content p { width: 515px; font-size: 16px; line-height: 30px; color: #737373; margin-top: 25px; }
.opinion .opinionThr { background: url("/static/images/business/opinion/thrbg.jpg") no-repeat top center; height: 420px; padding-top: 50px; text-align: center; color: #fff; }
.opinion .opinionThr .myContainer h2 { position: relative; font-size: 36px; text-align: center; font-weight: normal; color: #fff; margin-bottom: 3%; }
.opinion .opinionThr .myContainer h2:before, .opinion .opinionThr .myContainer h2:after { margin-left: -294px; content: ""; width: 120px; height: 2px; background: #fff; position: absolute; left: 50%; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.opinion .opinionThr .myContainer h2:after { margin-left: 174px; }
.opinion .opinionThr .myContainer small { font-size: 16px; margin-top: 15px; color: #fff; }
.opinion .opinionThr .myContainer ul { margin-top: 60px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.opinion .opinionThr .myContainer ul li { width: 185px; height: 185px; background: #e3e4e4; border-radius: 100%; }
.opinion .opinionThr .myContainer ul li img { display: block; margin: 30px auto 0; }
.opinion .opinionThr .myContainer ul li span { display: block; color: #666; font-size: 16px; }
.opinion .opinionFour { background-color: #fff; }
.opinion .opinionFour .myContainer ul { clear: both; overflow: hidden; padding: 60px 0 50px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.opinion .opinionFour .myContainer ul li { width: 48%; height: 500px; padding: 200px 48px 0; color: #fff; }
.opinion .opinionFour .myContainer ul li h4 { text-align: center; font-size: 24px; font-weight: normal; line-height: 2; color: #fff; }
.opinion .opinionFour .myContainer ul li p { line-height: 22px; margin-top: 20px; color: #fff; }
.opinion .opinionFour .myContainer ul li:first-child { background: url("/static/images/business/opinion/fourbg1.jpg") no-repeat top center; }
.opinion .opinionFour .myContainer ul li:nth-child(2) { background: url("/static/images/business/opinion/fourbg2.jpg") no-repeat top center; }
.opinion .opinionFour .myContainer .opinionFourTitle { text-align: center; padding-bottom: 50px; }
.opinion .opinionFour .myContainer .opinionFourTitle h2 { font-size: 34px; color: #222222; display: inline-block; position: relative; font-weight: normal; line-height: 2; }
.opinion .opinionFour .myContainer .opinionFourTitle h2:before, .opinion .opinionFour .myContainer .opinionFourTitle h2:after { content: ''; position: absolute; width: 100px; height: 2px; background: #222222; left: -120px; top: 50%; margin-top: -1px; }
.opinion .opinionFour .myContainer .opinionFourTitle h2:before { left: auto; right: -120px; }
.opinion .opinionFour .myContainer .opinionFourTitle h2:after { content: ''; position: absolute; width: 100px; height: 2px; background: #222222; left: -120px; top: 50%; margin-top: -1px; }
.opinion .opinionFour .myContainer .opinionFourTitle small { font-size: 16px; color: #666; display: block; }
.opinion .opinionFif { background: url("/static/images/business/opinion/fifbg.jpg") no-repeat center top; height: 500px; padding-top: 80px; background-size: auto 100%; }
.opinion .opinionFif .myContainer { padding: 0 80px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.opinion .opinionFif .myContainer .left { width: 400px; }
.opinion .opinionFif .myContainer .left h4 { font-weight: normal; font-size: 22px; color: #222; line-height: 2; }
.opinion .opinionFif .myContainer .left p { color: #666666; line-height: 22px; margin-top: 20px; }
.opinion .opinionSix { height: 500px; padding-top: 80px; background-color: #fff; }
.opinion .opinionSix .myContainer { padding: 0 80px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.opinion .opinionSix .myContainer .right { width: 400px; }
.opinion .opinionSix .myContainer .right h4 { font-weight: normal; font-size: 22px; color: #222; line-height: 2; }
.opinion .opinionSix .myContainer .right p { color: #666666; line-height: 22px; margin-top: 20px; }
.opinion .opinionSev { background: url("/static/images/business/opinion/sevbg.jpg") no-repeat center top; height: 500px; padding-top: 80px; background-size: auto 100%; }
.opinion .opinionSev .myContainer { padding: 0 80px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.opinion .opinionSev .myContainer .left { padding-right: 15px; }
.opinion .opinionSev .myContainer .left h4 { font-weight: normal; font-size: 22px; color: #222; line-height: 2; }
.opinion .opinionSev .myContainer .left p { color: #666666; line-height: 22px; margin-top: 20px; }
.opinion .opinionSev .myContainer .left ul { line-height: 26px; margin-top: 20px; color: #666; }
.opinion .opinionSev .myContainer .left ul li { line-height: 26px; color: #666; }
.opinion .opinionEight { padding: 35px; background-color: #fff; }
.opinion .opinionEight .myContainer { text-align: center; }
.opinion .opinionEight .myContainer h2 { font-size: 34px; color: #222222; display: inline-block; position: relative; font-weight: normal; line-height: 2; margin-bottom: 35px; }
.opinion .opinionEight .myContainer h2:before, .opinion .opinionEight .myContainer h2:after { content: ''; position: absolute; width: 100px; height: 2px; background: #222222; left: -120px; top: 50%; margin-top: -1px; }
.opinion .opinionEight .myContainer h2:before { left: auto; right: -120px; }
.opinion .opinionEight .myContainer h2:after { content: ''; position: absolute; width: 100px; height: 2px; background: #222222; left: -120px; top: 50%; margin-top: -1px; }
.opinion .opinionEight .myContainer .opinionEightContent { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.opinion .opinionEight .myContainer .opinionEightContent .left { width: 37%; }
.opinion .opinionEight .myContainer .opinionEightContent .left img { display: block; margin: 0 auto; max-width: 100%; }
.opinion .opinionEight .myContainer .opinionEightContent .right { width: 60%; text-align: left; }
.opinion .opinionEight .myContainer .opinionEightContent .right h4 { font-weight: normal; font-size: 22px; margin-top: 20px; color: #222; }
.opinion .opinionEight .myContainer .opinionEightContent .right ul .title { font-size: 14px; color: #e57335; line-height: 1.5; margin: 15px 0 10px; }
.opinion .opinionEight .myContainer .opinionEightContent .right ul .word { font-size: 14px; color: #666; line-height: 1.5; }

.cases .casesSec { background-color: #fff; }
.cases .casesSec .myContainer { width: 1040px; }
.cases .casesSec .myContainer .navBox { height: 70px; text-align: center; background: #fff; }
.cases .casesSec .myContainer .navBox ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.cases .casesSec .myContainer .navBox ul li { height: 70px; line-height: 70px; }
.cases .casesSec .myContainer .navBox ul li a { font-size: 16px; }
.cases .casesThr { padding-bottom: 3%; }
.cases .casesThr .myContainer ul { padding: 10px 0; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.cases .casesThr .myContainer ul li { width: 285px; height: 300px; border-radius: 10px; background: #fff; margin: 10px 0; -webkit-transition: .4s all; transition: .4s all; }
.cases .casesThr .myContainer ul li a { display: block; padding: 0 20px; }
.cases .casesThr .myContainer ul li a img { display: block; width: 285px; height: 150px; margin: 0 -20px; }
.cases .casesThr .myContainer ul li a h2 { display: block; height: 45px; overflow: hidden; line-height: 45px; padding-top: 5px; font-size: 16px; font-weight: normal; }
.cases .casesThr .myContainer ul li a p { height: 40px; overflow: hidden; line-height: 20px; font-size: 12px; color: #969899; }
.cases .casesThr .myContainer ul li a span { display: block; height: 50px; line-height: 50px; font-size: 12px; color: #969899; background: url("/static/images/cases/index/arrow.png") right center no-repeat; }
.cases .casesThr .myContainer ul li:hover { -webkit-box-shadow: 2px 5px 13px rgba(75, 75, 75, 0.49); box-shadow: 2px 5px 13px rgba(75, 75, 75, 0.49); }

.cdetail .cdetailSec .myContainer .cdetailSecBox { background: #fff; margin: 20px 0 0 0; padding: 30px 40px; }
.cdetail .cdetailSec .myContainer .cdetailSecBox h1 { text-align: center; line-height: 46px; font-size: 30px; }
.cdetail .cdetailSec .myContainer .cdetailSecBox small { text-align: center; line-height: 26px; font-size: 12px; color: #969899; padding-bottom: 30px; display: block; border-bottom: 1px #e1e1e1 solid; }
.cdetail .cdetailSec .myContainer .cdetailSecBox .content { padding: 25px 15px; }
.cdetail .cdetailSec .myContainer .cdetailSecBox .content img { max-width: 100%; }
.cdetail .cdetailSec .myContainer .cdetailSecBox .content p { line-height: 1.7; letter-spacing: .03em; margin-bottom: 15px; }
.cdetail .cdetailThr { text-align: center; }
.cdetail .cdetailThr .myContainer h2 { font-size: 30px; color: #222; height: 88px; line-height: 88px; padding-top: 20px; }
.cdetail .cdetailThr .myContainer ul { padding: 10px 0; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; text-align: left; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.cdetail .cdetailThr .myContainer ul li { width: 285px; height: 300px; border-radius: 10px; background: #fff; margin: 10px 0; -webkit-transition: .4s all; transition: .4s all; }
.cdetail .cdetailThr .myContainer ul li a { display: block; padding: 0 20px; }
.cdetail .cdetailThr .myContainer ul li a img { display: block; width: 285px; height: 150px; margin: 0 -20px; }
.cdetail .cdetailThr .myContainer ul li a h2 { display: block; height: 45px; overflow: hidden; line-height: 45px; padding-top: 5px; font-size: 16px; font-weight: normal; }
.cdetail .cdetailThr .myContainer ul li a p { height: 40px; overflow: hidden; line-height: 20px; font-size: 12px; color: #969899; }
.cdetail .cdetailThr .myContainer ul li a span { display: block; height: 50px; line-height: 50px; font-size: 12px; color: #969899; background: url("/static/images/cases/index/arrow.png") right center no-repeat; }
.cdetail .cdetailThr .myContainer ul li:hover { -webkit-box-shadow: 2px 5px 13px rgba(75, 75, 75, 0.49); box-shadow: 2px 5px 13px rgba(75, 75, 75, 0.49); }

.news .newsSec .myContainer .newsNav { padding: 30px 0; }
.news .newsSec .myContainer .newsNav ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.news .newsSec .myContainer .newsNav ul li { margin-right: 20px; margin-bottom: 20px; }
.news .newsSec .myContainer .newsNav ul li a { display: block; height: 48px; border-radius: 100px; border: 1px #e2e2e2 solid; padding: 0 34px; background: #fff; line-height: 48px; font-size: 18px; }
.news .newsSec .myContainer .newsList { padding: 10px 30px 40px; margin-bottom: 40px; background: #fff; }
.news .newsSec .myContainer .newsList ul li { padding: 40px 0; border-bottom: 1px #e1e1e1 solid; }
.news .newsSec .myContainer .newsList ul li a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.news .newsSec .myContainer .newsList ul li a .left { width: 260px; height: 180px; }
.news .newsSec .myContainer .newsList ul li a .left img { width: 100%; }
.news .newsSec .myContainer .newsList ul li a .right { width: 855px; }
.news .newsSec .myContainer .newsList ul li a .right .rightTop { height: 36px; overflow: hidden; border-bottom: 1px #e1e1e1 solid; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}
.news .newsSec .myContainer .newsList ul li a .right .rightTop .title { width: 80%; height: 36px; line-height: 36px; font-size: 16px; font-weight: normal; overflow: hidden; }
.news .newsSec .myContainer .newsList ul li a .right .rightTop .time { display: block; height: 36px; line-height: 36px; text-align: right; font-size: 12px; color: #969899; font-weight: normal; }
.news .newsSec .myContainer .newsList ul li a .right .rightBot .intro { padding-top: 24px; height: 90px; overflow: hidden; line-height: 24px; color: #969899; font-size: 14px; }
.news .newsSec .myContainer .newsList ul li a .right .rightBot span { display: block; padding-top: 10px; }
.news .newsSec .myContainer .newsList ul li a .right .rightBot span em { display: block; height: 37px; line-height: 37px; color: #969899; float: left; font-style: normal; padding-left: 26px; margin-right: 20px; background: url("/static/images/news/index/s2.png") left center no-repeat; }

.ndetail .ndetailSec { margin: 20px 0 50px; }
.ndetail .ndetailSec .myContainer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.ndetail .ndetailSec .myContainer .left { width: 820px; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 27px 40px 0; background: #fff; }
.ndetail .ndetailSec .myContainer .left h1 { line-height: 50px; font-size: 30px; }
.ndetail .ndetailSec .myContainer .left .time { padding-bottom: 10px; border-bottom: 1px #e1e1e1 solid; overflow: hidden; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.ndetail .ndetailSec .myContainer .left .time em { padding-left: 26px; background: url("/static/images/news/index/s2.png") left center no-repeat; font-style: normal; margin-right: 16px; height: 30px; line-height: 30px; color: #969899; }
.ndetail .ndetailSec .myContainer .left .time span { height: 30px; line-height: 30px; color: #969899; padding-left: 22px; }
.ndetail .ndetailSec .myContainer .left .content { padding: 40px 0; }
.ndetail .ndetailSec .myContainer .left .content p { line-height: 1.7; letter-spacing: .03em; margin-bottom: 15px; }
.ndetail .ndetailSec .myContainer .left .page { padding: 30px 0; border-top: 1px #e1e1e1 solid; }
.ndetail .ndetailSec .myContainer .left .page a { color: #4c4c4c; line-height: 32px; display: block; }
.ndetail .ndetailSec .myContainer .left .page .firstPage { color: #969899; }
.ndetail .ndetailSec .myContainer .right { width: 360px; padding: 10px 30px; background: #fff; }
.ndetail .ndetailSec .myContainer .right h2 { height: 84px; line-height: 84px; font-size: 26px; }
.ndetail .ndetailSec .myContainer .right ul li { margin-bottom: 30px; }
.ndetail .ndetailSec .myContainer .right ul li a { height: 80px; overflow: hidden; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.ndetail .ndetailSec .myContainer .right ul li a img { width: 100px; height: 80px; }
.ndetail .ndetailSec .myContainer .right ul li a .rightWord { padding-left: 15px; }
.ndetail .ndetailSec .myContainer .right ul li a .rightWord h3 { height: 44px; overflow: hidden; line-height: 22px; font-weight: normal; font-size: 14px; padding-top: 4px; }
.ndetail .ndetailSec .myContainer .right ul li a .rightWord span { padding-top: 7px; height: 25px; line-height: 25px; color: #969899; }

.media .mediaNav { margin-bottom: 15px; }
.media .mediaNav .myContainer { background-color: #fff; }
.media .mediaNav .myContainer .navBox { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; border-bottom: 1px #cecece dashed; overflow: hidden; padding: 28px 0; position: relative; }
.media .mediaNav .myContainer .navBox .left { font-size: 16px; color: #e57335; width: 115px; text-align: center; }
.media .mediaNav .myContainer .navBox .right { width: 1085px; max-height: 86px; overflow: hidden; padding-right: 35px; }
.media .mediaNav .myContainer .navBox .right ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.media .mediaNav .myContainer .navBox .right ul li { text-indent: 10px; width: 95px; margin-bottom: 10px; }
.media .mediaNav .myContainer .navBox .right ul li a { font-size: 14px; color: #4c4c4c; }
.media .mediaNav .myContainer .navBox .right ul li .active { color: #e57335; }
.media .mediaDetail { margin-bottom: 20px; }
.media .mediaDetail .myContainer { background-color: #fff; }
.media .mediaDetail .myContainer h3 { height: 60px; line-height: 60px; font-size: 16px; padding: 0 30px; position: relative; color: #e57335; }
.media .mediaDetail .myContainer ul { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.media .mediaDetail .myContainer ul .mediaDetailLi { display: -webkit-box; display: -ms-flexbox; display: flex; border-top: 1px #e1e1e1 solid; padding: 25px; }
.media .mediaDetail .myContainer ul .mediaDetailLi .left { width: 15%; padding-top: 5px; position: relative; }
.media .mediaDetail .myContainer ul .mediaDetailLi .left img { display: block; line-height: 28px; text-align: center; }
.media .mediaDetail .myContainer ul .mediaDetailLi .left a { display: block; line-height: 28px; text-align: center; }
.media .mediaDetail .myContainer ul .mediaDetailLi .middle { width: 50%; padding-left: 40px; }
.media .mediaDetail .myContainer ul .mediaDetailLi .middle a { height: 27px; line-height: 27px; color: #969899; font-size: 14px; }
.media .mediaDetail .myContainer ul .mediaDetailLi .middle a strong { font-size: 16px; color: #4c4c4c; font-weight: bold; }
.media .mediaDetail .myContainer ul .mediaDetailLi .middle ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.media .mediaDetail .myContainer ul .mediaDetailLi .middle ul li { width: 115px; }
.media .mediaDetail .myContainer ul .mediaDetailLi .middle ul li p.title { line-height: 30px; font-size: 16px; color: #969899; }
.media .mediaDetail .myContainer ul .mediaDetailLi .middle ul li p.price { height: 27px; line-height: 25px; color: #e57335; font-size: 16px; }
.media .mediaDetail .myContainer ul .mediaDetailLi .right { width: 35%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.media .mediaDetail .myContainer ul .mediaDetailLi .right a { display: block; height: 38px; padding: 0 22px; margin: 26.5px 0; margin-left: 15px; line-height: 38px; border: 1px #e57335 solid; border-radius: 3px; color: #e57335; font-size: 16px; text-align: center; background: #fff; -webkit-box-sizing: border-box; box-sizing: border-box; }

.about .aboutFirst .myContainer { padding: 40px 0 55px; width: 1200px; margin: 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.about .aboutFirst .myContainer .info { width: 60%; }
.about .aboutFirst .myContainer .info .titbox .cn { font-size: 30px; color: #333333; font-weight: bold; }
.about .aboutFirst .myContainer .info .titbox .line { width: 75px; height: 6px; background: #c79f54; display: block; margin-top: 20px; }
.about .aboutFirst .myContainer .info .txt { font-size: 14px; color: #999999; line-height: 32px; text-indent: 2em; margin-top: 35px; }
.about .aboutFirst .myContainer .imgbox { width: 35%; height: 355px; border: 1px solid #c79f54; margin-right: 20px; margin-top: 45px; }
.about .aboutFirst .myContainer .imgbox .pic { width: 100%; margin: -20px 0 0 20px; }
.about .aboutSec { padding: 50px 0 10px; background: #fff; }
.about .aboutSec .myContainer { width: 1200px; margin: 0 auto; }
.about .aboutSec .myContainer .dx_titbox { text-align: center; margin-bottom: 45px; }
.about .aboutSec .myContainer .dx_titbox .cn { font-size: 26px; color: #222222; }
.about .aboutSec .myContainer .dx_titbox .en { font-size: 14px; color: #666666; margin-top: 5px; }
.about .aboutSec .myContainer .list { margin-left: -30px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.about .aboutSec .myContainer .list li { width: 30%; border: 1px solid #ddd; }
.about .aboutSec .myContainer .list li .imgbox { position: relative; }
.about .aboutSec .myContainer .list li .imgbox .img { width: 100%; }
.about .aboutSec .myContainer .list li .imgbox .shade { background: rgba(53, 53, 53, 0.5); position: absolute; width: 100%; height: 100%; left: 0; top: 0; }
.about .aboutSec .myContainer .list li .imgbox .shade .icon { position: absolute; top: 50%; left: 50%; width: 80px; height: 80px; margin-left: -40px; margin-top: -40px; }
.about .aboutSec .myContainer .list li .info { padding: 15px 23px 20px; }
.about .aboutSec .myContainer .list li .info .title { font-size: 14px; color: #666666; }
.about .aboutSec .myContainer .list li .info .title em { font-size: 20px; color: #333333; font-weight: bold; margin-right: 10px; }
.about .aboutSec .myContainer .list li .info .font { font-size: 14px; color: #999999; margin-top: 10px; }
.about .aboutThr { padding: 65px 0 100px; background: #fff; }
.about .aboutThr .myContainer { width: 1200px; margin: 0 auto; }
.about .aboutThr .myContainer .dx_titbox { text-align: center; margin-bottom: 45px; }
.about .aboutThr .myContainer .dx_titbox .cn { font-size: 26px; color: #222222; }
.about .aboutThr .myContainer .dx_titbox .en { font-size: 14px; color: #666666; margin-top: 5px; }
.about .aboutThr .myContainer .list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.about .aboutThr .myContainer .list li { width: 45%; }
.about .aboutThr .myContainer .list li img { width: 100%; }
.about .aboutThr .myContainer .list li .info { padding: 25px 20px; }
.about .aboutThr .myContainer .list li .info .title { font-size: 18px; color: #333333; }
.about .aboutThr .myContainer .list li .info .txt { font-size: 14px; color: #6a6a6a; line-height: 30px; height: 120px; -webkit-line-clamp: 4; margin-top: 10px; }
.about .aboutThr .myContainer .list li .info .more { font-size: 14px; color: #b7b7b7; width: 90px; line-height: 30px; border: 1px solid #b7b7b7; text-align: center; display: block; margin-top: 15px; }
.about .aboutFour { padding: 45px 0 100px; background: url(/static/images/about/fourbg.jpg) no-repeat center; background-size: cover; }
.about .aboutFour .myContainer { width: 1200px; margin: 0 auto; }
.about .aboutFour .myContainer .dx_titbox { text-align: center; margin-bottom: 45px; }
.about .aboutFour .myContainer .dx_titbox .cn { font-size: 26px; color: #fff; }
.about .aboutFour .myContainer .dx_titbox .en { font-size: 14px; color: #fff; margin-top: 5px; }
.about .aboutFour .myContainer .detail { background: #fff; display: -webkit-box; display: -ms-flexbox; display: flex; }
.about .aboutFour .myContainer .detail img { width: 40%; }
.about .aboutFour .myContainer .detail .info { padding: 35px 45px; width: 50%; }
.about .aboutFour .myContainer .detail .info .title { font-size: 20px; color: #333333; font-weight: bold; margin-bottom: 20px; }
.about .aboutFour .myContainer .detail .info .txt li { font-size: 14px; color: #6a6a6a; line-height: 40px; background-repeat: no-repeat; background-position: left 11px; background-size: 18px; padding-left: 28px; }
.about .aboutFour .myContainer .detail .info .txt li em { color: #999999; margin-right: 15px; vertical-align: top; }
.about .aboutFour .myContainer .detail .info .txt li span { display: inline-block; }
.about .aboutFour .myContainer .detail .info .txt .dz { background-image: url(/static/images/about/four1.png); }
.about .aboutFour .myContainer .detail .info .txt .tel { background-image: url(/static/images/about/four2.png); }
.about .aboutFour .myContainer .detail .info .txt .phone { background-image: url(/static/images/about/four3.png); }
.about .aboutFour .myContainer .detail .info .txt .email { background-image: url(/static/images/about/four3.png); }
.about .aboutFour .myContainer .detail .info .txt .website { background-image: url(/static/images/about/four3.png); }

/*# sourceMappingURL=style.css.map */