/*公共样式*/


/*IE浏览器不支持*/

html::-webkit-scrollbar,
body::-webkit-scrollbar,
.studyVideoBoxRight ul::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 6px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 6px;
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb,
.studyVideoBoxRight ul::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    background: #00A0E9;
}


/*IE浏览器不支持*/

body {
    background-color: #F4F4F4;
    min-width: 1130px;
}

a,
span,
h2,
.studyVideoBoxRight ul li p {
    color: #434343;
}

a:hover,
a:hover h2,
.buttonBuy span,
a:visited,
a:link,
.buyTishi p a:hover,
.indexTitle h2,
.footerBoxContent li p a:hover,
.footerLiOneLeftOl li a:hover,
.studyVideoBoxRight ul li:hover p,
.videoActive,
.footerBoxContent ul li.footerLiOne p a:hover {
    cursor: pointer;
    color: #00A0E9;
    text-decoration: none;
}

p {
    color: #898989;
}

input,
textarea,
button,
select,
a {
    outline: none;
    border: none;
}

.ellipsisOne {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}

.ellipsisTwo {
    overflow: hidden;
    text-overflow: ellipsis;
    /*word-break: break-all;*/
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

img.hoverImg:hover,
.indexProduct li:hover .indexProductImg img,
.newsBoxListUl li:hover a .newsBoxListUlImg img,
.userHeader:hover img,
.formHeader:hover img,
.q-content ul li:hover .q-leftCn img,
.t-content ul li:hover .t-imgBg img{
    transform: scale(1.1);
}

.ggWidthBox {
    width: 100%;
    overflow: hidden;
    background-color: #ffffff;
    min-width: 1130px;
}

.ggWidthBoxAuto {
    width: 1130px;
    min-width: 1130px;
    margin: 0 auto;
    padding: 0 15px;
    overflow: hidden;
}

.ggBoxShadow {
    box-shadow: 0 0 3px #ccc;
    z-index: 999999999;
}

ul {
    padding: 0;
    margin: 0;
}

.colorRed {
    color: red;
}

.colorBlue {
    color: #00a0ea;
}

.userNone {
    display: none;
}

.marBottom {
    margin-bottom: 30px;
}


/*公共样式*/


/* 声明 */

.salesExplain {
    padding: 30px 0;
    margin: 20px 0;
    border-top: 1px solid #D4D4D4;
    border-bottom: 1px solid #D4D4D4;
}


/* 声明 */


/*LOGO与菜单样式开始*/

.logoMenuBox {
    height: 80px;
    line-height: 80px;
}

.logoMenuBox .logo a img {
    /*height: 52px;*/
    max-height: 80px;
    width: auto;
    max-width: 200px;
}

.logoMenuBox ul li {
    float: left;
    margin-left: 25px;
}

.logoMenuBox ul li a {
    font-size: 16px;
    padding: 10px 6px;
}

.logoMenuBox ul li a:hover,
.menuActive {
    border-bottom: 2px solid #00A0E9;
}


/*LOGO与菜单样式结束*/


/*个人中心*/

.userBox {
    margin-top: 50px;
    margin-bottom: 110px;
}

.userBoxConLeft {
    width: 250px;
    height: auto;
    overflow: hidden;
}

.userBoxConLeftUl li {
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 35px;
    overflow: hidden;
}

.userHeader {
    margin: 49px auto 0;
    width: 126px;
    height: 126px;
    border-radius: 50%!important;
    border: 2px solid #00A0E9;
    overflow: hidden!important;
}

.userHeader img, .indexProductImg img{
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    cursor: pointer;
    transition: all 0.7s;
    -ms-transition: all 0.7s;
}

.userHeaderName {
    text-align: center;
    padding-bottom: 18px;
    object-fit: cover;
}

.userHeaderName h2 {
    font-size: 20px;
    font-weight: normal;
}

.userHeaderName p {
    font-size: 16px;
    color: #A7A7A7;
}

.userBoxInfo {
    padding: 30px 30px 20px;
}

li.userBoxInfo p:hover a::before,
li.userBoxInfo p a.userAtive::before {
    content: '';
    width: 2px;
    height: 20px;
    background-color: #00A0E9;
    position: absolute;
    top: 8px;
    left: 10px;
}

.userBoxInfo p {
    position: relative;
}

.userBoxInfo p a {
    display: block;
    height: 36px;
    line-height: 36px;
    text-align: left;
    text-indent: 35px;
    font-size: 16px;
    color: #434343;
}

.userBoxConRight {
    width: 810px;
    padding: 10px 17px 7px;
    height: auto;
    overflow: hidden;
    border-radius: 10px;
    background-color: #ffffff;
}

.userRightInfoTitle {
    color: #737373;
    font-size: 18px;
    line-height: 40px;
    border-bottom: 1px solid #D4D4D4;
}

.userRightInfoCon {
    padding: 30px 0 0 0;
}

.formBox {
    width: 460px;
    margin: 0 auto;
    padding: 16px 0;
}

.formHeader {
    margin: 0 auto;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #00A0E9;
}

.formHeader img {
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    cursor: pointer;
    transition: all 0.7s;
    -ms-transition: all 0.7s;
}

.a-upload {
    margin-top: 10px;
    padding: 4px 10px;
    height: 30px;
    line-height: 20px;
    position: relative;
    cursor: pointer;
    color: #fff !important;
    background: #00A0EA;
    border: 1px solid #00A0EA;
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom: 1
}

.a-upload input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer
}

.a-upload:hover {
    color: #444;
    background: #00A0EA;
    border-color: #00A0EA;
    text-decoration: none
}


/*个人中心*/


/*我的订单*/

.userHonnorYes {
    margin: 20px 0 50px;
    text-align: center;
}

.userHonnorYes img {
    width: 500px;
}

.userOrderNo {
    text-align: center;
    padding: 70px 0 93px 0;
}

.userHonnorNo {
    text-align: center;
    padding: 10px 0 30px 0;
}

.userHonnorNo img,
.userMedalNo img,
.userOrderNo img {
    margin-bottom: 20px;
}

.userHonnorNo p,
.userMedalNo p,
.userOrderNo p {
    font-size: 16px;
    margin-bottom: 0;
}

.userMedalNo {
    text-align: center;
    padding: 98px 0 76px 0;
}

.orderUl,
.userMedalUl {
    width: 460px;
    margin: 0 auto;
}

.orderUl li {
    padding: 15px;
    margin-bottom: 20px;
    background-color: #F3F3F3;
    border-radius: 10px;
    overflow: hidden;
}

.table {
    margin-bottom: 0;
}

.userMedalUButton {
    display: block;
    margin: 0 auto;
    height: 35px;
    line-height: 35px;
    width: 150px;
    background-color: #37B760;
    text-align: center;
    color: #ffffff !important;
    border-radius: 5px;
}

.userMedalUButton:hover {
    background-color: #449D43;
}


/*我的订单*/


/*登录*/

.loginAction {
    padding: 0 15px;
    margin-bottom: 30px;
    line-height: 50px;
}

.loginAction a {
    font-size: 18px;
    color: #818181;
}


/*登录*/


/*账号注册*/

.registerExplain {
    padding: 30px 30px 20px;
    border-top: 1px solid #D4D4D4;
    border-bottom: 1px solid #D4D4D4;
}

.registerInput {
    height: 290px;
    padding: 25px 0 30px;
}

.registerInputLeft {
    width: 500px;
    overflow: hidden;
}

.registerInputRight {
    width: 500px;
    overflow: hidden;
}

.registerExplain p {
    font-size: 16px;
}

.registerButton {
    padding: 30px 0 10px;
    text-align: center;
}

.registerButton button {
    font-size: 16px;
    padding: 10px 40px;
    background-color: #00A0E9;
}


/*账号注册*/


/*购买*/

.buyBox {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 30px 40px;
    background-color: #ffffff;
    border-radius: 10px;
}

.buyBoxBox {
    margin-left: 20px;
    width: 1010px;
}

.buyBoxBoxLeft {
    position: relative;
    width: 450px;
    height: 480px;
    overflow: hidden;
}

.buyBoxBoxLeft .swiper-container {
    width: 450px;
    height: 396px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -225px;
    margin-top: -255px;
}

.buyBoxBoxLeft .swiper-pagination-bullet {
    background: #ffffff !important;
    opacity: 1;
}

.buyBoxBoxLeft .swiper-pagination-bullet-active {
    background: #00A0E9 !important;
    opacity: 1;
}

.buyBoxBoxRight {
    width: 430px;
    overflow: hidden;
}

.buyProduct {
    /*border-bottom: 1px solid #D4D4D4;*/
    padding: 30px 0 0;
}

.buyBoxBoxTitle h2 {
    margin: 0;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    color: #2C2C2C;
}

.buyBoxBoxTitle {
    height: 80px;
    border-bottom: 1px solid #D4D4D4;
}

.buyBoxBoxTitleCon p {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin: 0 10px 0 0;
}

.buyBoxBoxTitleConOne,
.buyBoxBoxTitleConOne span {
    color: #E7880C;
    font-size: 18px;
}

.buyHeaher {
    margin-right: 105px;
}

.buyHeaher img {
    width: 22px;
    height: 22px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    margin: -2px -8px 0 0;
}

.buyTitle {
    font-size: 20px;
    color: #434343;
    margin-bottom: 10px;
}

.buyProductTitle,
.buyProductCon {
    width: 430px;
}

.buyProductTitle li {
    padding: 10px 10px;
    margin-bottom: 15px;
    height: 62px;
    align-items: center;
    display: flex;
    /*line-height: 22px;*/
    border-radius: 5px;
    background-color: #F4F4F4;
    font-size: 16px;
    cursor: pointer;
}

.buyProductTitle li.buyTitleActive {
    background-color: #00A0E9;
    color: #ffffff;
}

.buyProductCon li {
    padding: 10px 10px;
    margin-bottom: 15px;
    height: 62px;
    /*align-items: center;*/
    /*display: flex;*/
    line-height: 22px;
    border: 1px solid #DFDFDF;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

.buyProductCon li.buyConActive {
    border: 1px solid #00A0E9;
    color: #00A0E9;
}

.buyDunBox {
    height: 55px;
    line-height: 55px;
    overflow: hidden;
}

.buyDunBox h2 {
    font-size: 20px;
}

.buyTishi p a {
    font-size: 16px;
}

.buyButton {
    padding: 10px 0;
}

.buyButton button {
    background-color: #00A0E9;
    border: 1px solid #00A0E9;
    border-radius: 30px;
}

.buyDunBoxCon>p {
    line-height: 60px;
    margin-left: 5px;
    font-size: 18px;
}

.buyNumber {
    margin-top: 15px;
    min-width: 90px;
    height: 30px;
    line-height: 30px;
    background-color: #F4F4F4;
    border-radius: 20px;
    overflow: hidden;
}

.buyNumber p {
    text-align: center;
}

.buyOneP,
.buyThreeP {
    width: 30px;
    cursor: pointer;
}

.buyTwoP {
    min-width: 30px;
    padding: 0 5px;
}

.buyThreeP {
    color: #00A0E9;
}

.buySwiperSlideImgBox img {
    width: 100%;
    min-width: 100%;
    min-height: 100%;
}

.buyServiceTitle h2 {
    margin: 0;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    color: #2C2C2C;
}

.buyServiceTitle {
    height: 120px;
    border-bottom: 1px solid #D4D4D4;
}

.buyServiceTitleCon p {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin: 0 10px 0 0;
}

.buyServiceTitleConOne {
    color: #000000;
}

.buyServiceTitleConOne span {
    color: #E7880C;
    font-size: 18px;
}

.buyServCon {
    width: 430px;
}

.buyServCon li {
    padding: 0 10px;
    margin-bottom: 15px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #DFDFDF;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

.buyServCon li.buyServConActive {
    border: 1px solid #00A0E9;
    color: #00A0E9;
}

.buyServ {
    line-height: 25px;
    margin: 20px 0;
    font-size: 15px;
}

.buyServ span {
    color: #f7991d;
    font-weight: bold;
}

.orderCon>p {
    line-height: 60px;
    margin-left: 5px;
    font-size: 18px;
}

.orderNumber {
    min-width: 90px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    height: 34px;
    overflow: hidden;
    display: flex;
}

.orderNumber p:nth-child(2) {
    flex: 1;
}

.orderNumber p {
    text-align: center;
}

.orderOneP,
.orderThreeP {
    width: 30px;
    cursor: pointer;
}

.orderTwoP {
    min-width: 30px;
    padding: 0 5px;
}

.orderThreeP {
    color: #00A0E9;
}

.familyNum input {
    text-align: center;
}

.orderTwoDe {
    position: relative;
}

.orderTwoDe input {
    padding-right: 58px;
}

@media (max-width: 767px) {
    .orderTwoDe span {
        top: 30px !important;
    }
}

.orderTwoDe span {
    cursor: pointer;
    position: absolute;
    right: 5%;
    top: 5px;
    border-radius: 4px !important;
    background-color: #fa676c;
    border-radius: 2px;
    padding: 2px 5px;
    color: white;
}

.addMember {
    border: 1px solid #00b3ee;
    color: #00b3ee;
    height: 34px;
    line-height: 34px;
    border-radius: 4px;
    width: 353px;
    float: right;
    text-align: center;
    margin-right: 0 !important;
    cursor: pointer;
    margin-bottom: 5px;
}

.inputCenter input {
    text-align: center;
}

.allPerson {
    position: relative;
}

.allPerson input {
    padding-right: 90px;
}

@media (max-width: 767px) {
    .allPerson span {
        top: 35px !important;
    }
}

.allPerson .down span:first-child {
    margin-right: 20px;
}

.allPerson .down span {
    cursor: pointer;
    position: absolute;
    right: 5%;
    top: 7px;
    border-radius: 4px !important;
    color: #00b3ee;
}


/* 地球护卫 */

.serviceInput {
    min-height: 400px;
}

.serviceInput label {
    font-weight: normal;
    text-align: left !important;
}

.serviceBtn {
    margin: 20px 0 40px;
}


/* 地球护卫 */


/*购买*/


/*订单*/

.orderBox {
    margin-top: 40px;
    margin-bottom: 50px;
    padding: 0 60px;
    border-radius: 10px;
    min-height: 630px;
    background-color: #ffffff;
}

.orderBoxInfo {
    width: 1010px;
    /* height: 630px; */
    overflow: hidden;
}

.orderBoxInfoBox {
    margin: 10px 0;
    border-bottom: 1px solid #D4D4D4;
    padding-bottom: 15px;
}

.orderBoxInfoBox h2 {
    font-size: 22px;
    height: 40px;
    line-height: 40px;
}

.orderBoxInfoLeft {
    width: 480px;
}

.orderBoxInfoRight {
    width: 480px;
}

.orderTishi {
    padding: 20px 30px 30px;
    border-bottom: 1px solid #D4D4D4;
}

.orderTishi p {
    /*height: 30px;*/
    line-height: 30px;
    margin: 0;
    font-size: 16px;
}

.orderButton {
    margin: 0 auto;
    width: 650px;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
}

.orderButton p {
    margin: 0;
    min-width: 340px;
    font-size: 24px;
    color: #2C2C2C;
}

#orderDunMoney {
    color: #E7880C;
    font-size: 30px;
}

#orderTuikun {
    color: #818181;
}

.orderButton button {
    padding: 8px 40px;
    margin-top: 19px;
    border-radius: 30px;
    background-color: #00A0E9;
    border: 1px solid #00A0E9;
}


/*订单*/


/* 购买登陆提示框 */

.buyTishi a {
    color: #000000;
}


/* 购买登陆提示框 */


/*助力样式*/

.helpBox {
    height: 49px;
    background-color: #ffffff;
}

.helpBoxTitle {
    margin: 0 auto;
    padding: 20px 0 0 0;
    width: 390px;
    height: 50px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
}

.helpBoxTitle img {
    width: 27px;
    margin: 0 6px 3px 0;
}

.helpBoxTitle span {
    font-size: 18px;
}

.helpBoxSlider {
    padding: 10px 15px;
    margin-top: 20px;
    height: 52px;
    line-height: 30px;
    overflow: hidden;
}

.helpBoxSlider .swiper-container{
    height: 32px;
    overflow: hidden;
}
.tupianimg {
    font-size: 15px;
    color: #F27827;
}

.tupianimg img {
    margin-right: 8px;
    width: 26px;
    height: auto;
    border-radius: 50%;
}

.borderRadius {
    border-radius: 10px;
}

.indexMarginTop {
    margin-top: 40px;
}


/*助力样式*/


/*产品样式*/

.indexTitle {
    height: 80px;
    overflow: hidden;
}

.indexTitle .indexLine {
    width: 390px;
    height: 40px;
    border-bottom: 1px solid #D7D7D7;
}

.indexTitle h2 {
    width: 100%;
    text-align: center;
    font-size: 28px;
}

.indexProduct li {
    /*float: left;*/
    width: 533px;
    height:432px;
    /*margin-right: 25px;*/
    /*margin-top: 35px;*/
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}




.indexProduct li:nth-child(3n) {
    margin-right: 0;
}

.indexProduct li:nth-child(1),
.indexProduct li:nth-child(2),
.indexProduct li:nth-child(3),
.indexProduct li:nth-child(4) {
    /*margin-top: 0;*/
}

.indexProduct li:last-child {
    border-radius: 10px;
}

.hoverImg,
.indexProductImg img {
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    cursor: pointer;
    transition: all 0.7s;
    -ms-transition: all 0.7s;
}

.indexProductImg {
    width: 500px;
    height: 200px;
    margin-left: 15px;
    margin-top: 15px;
    overflow: hidden;
}

.indexProductImg img {
    width: 100%;
    min-width: 100%;
    min-height: 100%;
}

.indexProductCon {
    padding: 5px 15px;
    height: 216px;
    overflow: hidden;
}

.indexProductConTitle {
    height: 138px;
    border-bottom: 1px solid #DFDFDF;
    overflow: hidden;
}

.indexProductConTitle h2 {
    margin: 0;
    line-height: 40px;
    font-size: 17px;
    font-weight: bold;
    color: #2C2C2C;
}

.indexProductConTitle p {
    color: #818181;
    font-size: 14px;
}

.indexProductConCon {
    height: 60px;
    line-height: 60px;
    overflow: hidden;
}

.buttonBuy {
    width: 100px;
    height: 32px;
    line-height: 32px;
    margin: auto;
    margin-top: 15px;
    text-align: center;
    border: 1px solid #d7d7d7;
}

.indexProductConConXD .buttonBuy{
    margin-top: 0!important;
}

.buttonBuyNoneMargin{
    margin-left: 0!important;
}

.buttonBuyNoneMargin span{
    display: block;
    width: 98px!important;
    height: 30px!important;
    line-height: 30px!important;
    color: #818181;
    font-size: 14px!important;
    margin: 0!important;
}

.q-content ul li a:hover .buttonBuyNoneMargin{
    border: 1px solid #00A0E9;
}
.q-content ul li a:hover .buttonBuyNoneMargin span{
    color: #00A0E9;
}

.t-imgBg{
    width: 520px;
    height: 300px;
    overflow: hidden;
}

.q-content ul li .q-leftCn img, .t-content ul li .t-imgBg img{
    transition: all 0.7s;
    -ms-transition: all 0.7s;
}

.buttonBuy a {
    display: block;
    color: #818181;
    font-size: 14px;
}

.buttonBuy span {
    font-size: 14px;
    text-align: center;
}

.buttonBuy img {
    margin-top: -2px;
}


/*产品样式*/


/*FOOTER开始*/

.footerTopBox {
    margin-top: 80px;
}

.footerBox {
    height: 210px;
}

.footerBoxContent {
    width: 1100px;
    height: 102px;
    margin-top: 54px;
    overflow: hidden;
}

.footerBoxContent>ul>li {
    float: left;
    border-right: 1px solid #AFAFAF;
    height: 102px;
}

.footerBoxContent ul li.footerLiOne {
    width: 610px;
}

.footerBoxContent ul li.footerLiOne p a {
    color: #818181 !important;
}

.footerBoxContent ul li.footerLiTwo {
    width: 274px;
}

.footerBoxContent ul li.footerLiThree {
    width: 216px;
}

.footerLiOneLeftOl>li {
    margin: 11px 0;
    height: 20px;
    line-height: 20px;
    float: left;
    padding: 0 25px;
    border-right: 1px solid #818181;
}

.footerLiOneLeftOl>li:first-child {
    padding-left: 0;
}

.footerLiOneLeftOl li a {
    color: #818181 !important;
    font-size: 18px;
}

.footerBoxContent ul li p {
    margin-bottom: 0;
    clear: both;
    line-height: 20px;
    color: #AFAFAF;
    font-size: 14px;
}

.footerBoxContent li p a {
    color: #AFAFAF;
}

.footerBoxContent ul li:last-child {
    border-right: 0;
}

.footerLiTwoLeftOl {
    margin: 8px 0 0 42px;
}

.footerLiTwoLeftOl li {
    float: left;
    margin-right: 42px;
}

.footerLiTwoLeftOl li img {
    width: 73px;
}

.footerBoxContent ul li.footerLiThree p {
    line-height: 25px;
    margin-left: 45px;
}

.footerBoxContent ul li.footerLiThree p:first-child {
    margin-top: 25px;
}

.footerLiThreeOneP {
    font-weight: bold;
    font-size: 22px !important;
    color: #F27827 !important;
}

.footerLiThreeTwoP {
    font-size: 16px !important;
    color: #818181 !important;
}

.footerPosition {
    position: fixed;
    right: 15px;
    top: 50%;
    margin-top: -96px;
    width: 75px;
    height: 195px;
    background: url(../images/float.png) no-repeat 5px;
    z-index: 99999;
}

.footerPosition ul li {
    cursor: pointer;
    width: 75px;
    height: 65px;
    padding-left: 5px;
}

.footerPositionOne {
    position: relative;
    background: url(../images/weixin.png) no-repeat center center !important;
}

.footerPositionOneImg {
    position: absolute;
    left: -160px;
    top: -20px;
    width: 160px;
    height: 160px;
    border: 1px solid #BFBFBF;
    border-radius: 5px;
    background: #ffffff;
    overflow: hidden;
    display: table;
}

.footerPositionOneImg p {
    display: block;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.footerPositionOne:hover {
    position: relative;
    background: url(../images/weixin-hover.png) no-repeat center center !important;
}

.footerPositionOne:hover .footerPositionOneImg {
    display: block !important;
    overflow: hidden;
    display: table !important;
}

.footerPositionOne:hover .footerPositionOneImg p {
    display: block !important;
    display: table-cell !important;
    vertical-align: middle !important;
    text-align: center !important;
}

.footerPositionTwo {
    background: url(../images/qa.png) no-repeat center center !important;
}

.footerPositionTwo:hover {
    background: url(../images/qa-hover.png) no-repeat center center !important;
}

.footerPositionTwo a {
    display: block !important;
    width: 68px;
    height: 64px;
}

.footerPositionThree {
    position: relative;
    background: url(../images/mobil.png) no-repeat center center !important;
}

.footerPositionThree:hover {
    background: url(../images/mobil-hover.png) no-repeat center center !important;
}

.footerPositionThreeImg {
    position: absolute;
    left: -220px;
    top: -35px;
    padding: 23px 0;
    width: 220px;
    height: 100px;
    line-height: 100px !important;
    border: 1px solid #BFBFBF;
    border-radius: 5px;
    background: #ffffff;
}

.footerPositionThreeImg p {
    text-align: center;
    line-height: 26px !important;
}

.footerPositionThree:hover .footerPositionThreeImg {
    display: block !important;
}


/*FOOTER结束*/


/*气候学堂新闻开始*/

.newsBox {
    padding: 30px 15px 50px;
}

.newsBoxTitle {
    line-height: 32px;
    font-size: 18px;
    color: #737373;
    border-bottom: 1px solid #C0C0C0;
}

.newsBoxUl {
    margin-top: 30px;
    width: 190px;
}

.newsBoxUl li {
    height: 50px;
    border-radius: 5px;
    margin-bottom: 10px;
    overflow: hidden;
}

.newsBoxUl li a {
    display: block;
    padding: 0 8px;
    height: 50px;
    line-height: 50px;
    background-color: #FFF;
    position: relative;
}

.newsBoxUl li a .newsBoxUlLiAPCon {
    color: #00A0EA;
}

.newsBoxUlLiAPConA {
    color: #fff !important;
}

.newsBoxUlLiAPCon {
    width: 145px;
    font-size: 16px;
    color: #00A0EA;
    text-align: center;
    overflow: hidden;
}

.newsActive,
.newsBoxUl li a:hover,
.newsBoxUl li a:hover .newsBoxUlLiAPCon {
    background-color: #00A0EA !important;
    color: #ffffff !important;
}

.newsBoxUlLiAP {
    position: absolute;
    left: 15px;
    top: 19px;
    width: 0;
    height: 0;
    margin: 0 0 0 10px;
}

.newsBoxUlLiAPA {
    border: 6px solid #00A0EA;
    border-left: 6px solid #FFF;
}

.newsBoxUlLiAPN {
    border: 6px solid #FFF;
    border-left: 6px solid #00A0EA;
    color: #f00 !important;
}

.newsBoxUl li a:hover .newsBoxUlLiAPN {
    border: 6px solid #00A0EA;
    border-left: 6px solid #FFF;
}

.newsBoxCont {
    margin-top: 30px;
    width: 770px;
    overflow: hidden;
}

.newsBoxListUl li {
    height: 161px;
    margin-bottom: 30px;
    border-bottom: 1px solid #C4C4C4;
    overflow: hidden;
}

.newsBoxListUlImg {
    width: 200px;
    height: 130px;
    border-radius: 10px;
    overflow: hidden;
}

.newsBoxListUlImg img {
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    transition: all 0.7s;
    -ms-transition: all 0.7s;
}

.newsBoxListUlCon {
    width: 540px;
    height: 130px;
    overflow: hidden;
}

.newsBoxListUlConCon {
    width: 420px;
    height: 130px;
    overflow: hidden;
}

.newsBoxListUlConCon h2 {
    font-size: 16px;
}

.newsBoxListUlConCon p {
    margin-top: 20px;
    line-height: 25px;
    font-size: 14px;
}

.newsBoxListUlConTime {
    width: 100px;
    height: 130px;
    overflow: hidden;
}

.newsBoxListUlConTime h2 {
    text-align: right;
    color: #898989;
    font-size: 18px;
}

.newsBoxListUlConTime p {
    padding-top: 20px;
    text-align: right;
}

.newsPage {
    text-align: center;
    height: 50px;
    line-height: 50px;
}

.detailBox {
    margin: 0 auto;
    width: 900px;
    height: auto;
    overflow: hidden;
}

.detailBox h2 {
    margin: 20px 0 0;
    /*height: 50px;*/
    line-height: 30px;
    font-size: 22px;
}

.detailBox p {
    font-size: 16px;
    margin-bottom: 30px;
    color: #333;
}

.pagination {
    margin: 15px 0 !important;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #00A0E9;
    border-color: #00A0E9;
}


/*气候学堂新闻结束*/


/*气候学堂开始*/

.studyVideoBox {
    margin-top: 60px;
    height: 405px;
    border-radius: 5px;
}

.studyVideoBoxLeft {
    width: 720px;
    height: 405px;
    overflow: hidden;
    border-radius: 5px;
}

.studyVideoBoxLeft ul li video {
    background: #000;
    width: 720px;
    height: 405px;
    border: 0;
}

.studyVideoBoxRight {
    padding: 20px 0;
    width: 350px;
    height: 405px;
    border-radius: 5px;
    background: #ffffff;
    overflow: hidden;
}

.studyVideoBoxRight ul {
    overflow-y: scroll;
    height: 370px;
}

.studyVideoBoxRight ul li {
    height: 48px;
    line-height: 48px;
    padding: 0 12px;
}

.studyVideoBoxRight ul li p {
    font-size: 16px;
    border-bottom: 1px solid #E6E6E6;
}

.studyVideoBoxRight ul li span {
    display: block;
    margin: 17px 8px 17px 0;
    width: 14px;
    height: 14px;
    border-left: 7px solid #00A0E9;
    border-top: 7px solid #ffffff;
    border-right: 7px solid #ffffff;
    border-bottom: 7px solid #ffffff;
    overflow: hidden;
}

.studyVideoBoxRight ul li:hover span {
    visibility: visible;
}

.e-banner {
    position: relative;
    overflow: hidden;
}

.e-banner li {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}

.e-banner img {
    width: 100%;
    display: block;
}

.e-banner .btn {
    width: 23px;
    height: 48px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    background: rgba(0, 0, 0, 0.5) url(../images/icon06.png) center no-repeat;
    z-index: 10;
    overflow: hidden;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.e-banner .prev {
    left: 0;
}

.e-banner .next {
    right: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.e-banner h3 {
    width: 100%;
    position: absolute;
    bottom: -10px;
    left: 0;
    z-index: 10;
    color: #fff;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 2px 12px;
    background-color: rgba(0, 0, 0, 0.5);
}

.e-banner .dot {
    text-align: center;
    margin-top: 10px;
}

.e-banner .dot span {
    width: 15px;
    height: 4px;
    background-color: #bfbfbf;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    vertical-align: top;
    opacity: 1;
}

.e-banner .dot .swiper-pagination-bullet-active {
    background-color: #00b3ee;
}

.e-banner {
    width: 75.2%;
    float: right;
}

.e-banner .btn {
    width: 30px;
    height: 62px;
}

.e-banner .dot {
    width: auto;
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    z-index: 20;
}

.e-banner h3 {
    padding-right: 30%;
}

.e-banner h3 {
    padding-bottom: 16px;
    padding-top: 16px;
}

.e-banner .dot {
    padding-right: 4px;
    bottom: 10px;
}

.e-banner .dot span.swiper-pagination-bullet {
    width: 30px;
    height: 8px;
    margin: 0 8px;
}

.font22 {
    font-size: 18px;
}


/* 学堂顶部新闻开始 */

.studyNews {
    background-color: #FFFFFF;
    border-radius: 10px;
    width: 360px;
    height: 365px;
    max-height: 365px;
    padding: 20px;
}

#studyNew li {
    list-style: none;
}

#studyNew .studyNewTitle h3 {
    margin-top: 0;
    font-size: 20px;
    color: #00b3ee;
    font-weight: bold;
    display: inline-block;
}

#studyNew .studyNewTitle a {
    float: right;
    color: #999 !important;
}

#studyNew .studyNewTitle {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #CCCCCC;
}

#studyNew>li {
    font-size: 16px;
    width: 320px;
    margin-right: 55px;
    float: left;
    overflow: hidden;
}

.studyNewsLi {
    height: 290px;
    overflow: hidden;
    margin-top: 10px;
}

.studyNewsLi>li {
    height: 33px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}

.studyNewsLi>li a {
    color: #000000 !important;
}

.studyNewsLi>li>a:hover {
    color: #00b3ee !important;
}


/* 学堂顶部新闻结束 */

#studyNewsTop {
    width: 100%;
    min-height: 488px;
    padding-bottom: 30px;
    border-bottom: 1px solid #CCCCCC;
}

#studyNewsTop li {
    list-style: none;
}

#studyNewsTop .studyNewsTitle h3 {
    font-size: 20px;
    color: #00b3ee;
    font-weight: bold;
    padding-top: 26px;
    display: inline-block;
}

#studyNewsTop .studyNewsTitle a {
    float: right;
    margin-top: 48px;
    color: #999 !important;
}

#studyNewsTop .studyNewsTitle {
    width: 100%;
    height: 86px;
    overflow: hidden;
}

#studyNewsTop>li:nth-child(3n) {
    margin-right: 0;
}

#studyNewsTop>li {
    font-size: 16px;
    width: 330px;
    margin-right: 55px;
    float: left;
    overflow: hidden;
}

.stydyList>li {
    height: 33px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}

.stydyList>li a {
    color: #000000 !important;
}

.stydyList>li>a:hover {
    color: #00b3ee !important;
}

.stydyList>li:first-child {
    width: 330px;
    height: 220px;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 22px;
    position: relative;
}

.stydyList>li:first-child img:hover {
    transform: scale(1.1);
}

.stydyList>li:first-child img {
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    transition: all 0.7s;
}

.stydyList>li:first-child>p {
    width: 100%;
    height: 37px;
    background: #333;
    opacity: .7;
    position: absolute;
    left: 0;
    bottom: -10px;
}

.stydyList>li:first-child>a {
    color: #fff !important;
    z-index: 9999;
    text-indent: 1em;
    display: block;
    height: 37px;
    line-height: 37px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    position: absolute;
    left: 0;
    bottom: 0;
}

.stydyList>li:first-child>a:hover {
    color: #f1f1f1 !important;
}

.studyQus img {
    border-radius: 10px;
    width: 100%;
    height: auto;
}


/*气候学堂结束*/


/* 表格开始 */

#businessBottomBox li {
    list-style: none;
}

#businessBottomBox {
    border: 1px solid #E4E4E4;
    border-radius: 5px;
    width: 1100px;
    height: 250px;
    overflow: hidden;
}

#tableParent {
    height: 200px;
    overflow-y: scroll;
}

#BottomBoxTitle {
    width: 1098px;
    background: #E4E4E4;
    height: 49px;
    line-height: 49px;
}

#BottomBoxTitle ul li {
    float: left;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

#businessBottomTab tr {
    text-align: center;
    height: 50px;
}

#businessBottomTab tr td {
    border-right: 1px solid #E4E4E4;
}

.tabOne {
    width: 292px;
}

.tabTwo {
    width: 156px;
}

.tabThree {
    width: 122px;
}

.tabFour {
    width: 180px;
}

.tabFive {
    width: 184px;
}

.tabSix {
    width: 165px;
    border-right: none !important;
}


/* 表格结束 */


/*碳核算开始*/

.ckConImg img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.checkInfoBox {
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 30px 100px;
    font-size: 16px;
    line-height: 28px;
}

.ckInfoBox_1 {
    font-weight: bold;
}

.ckInfoBox_2Box {
    border-radius: 5px;
    border: 1px solid #14a4db;
    margin: 30px 50px;
    padding: 20px;
}

.ckInfoBox_2Box>div {
    float: left;
}

.ckInfoBox_2Box .ck_2BoxLeft {
    border-right: 1px solid #EEEEEE;
    padding-right: 20px;
}

.ckInfoBox_2Box .ck_2BoxRight {
    padding-top: 8px;
    padding-left: 20px;
}

.ckInfoBox_2Box .ck_2BoxRight>div:first-child {
    font-weight: bold;
}

.ckForm .formDe {
    text-align: center;
}

.ckFormBox {
    width: 560px;
    margin: 0 auto;
    padding: 30px 0;
}

.ckFormBox .control-label {
    text-align: left;
    font-weight: normal;
}

.servCheckRadios {
    position: relative;
}

.servCheckIpt {
    padding-right: 135px;
}

.servCheckRadio {
    position: absolute;
    right: 15px;
    width: auto;
    line-height: 22px;
}

@media (max-width:767px) {
    .servCheckRadio {
        top: 0;
    }
}

.telServSelect {
    position: relative;
}

.telServSelects {
    position: absolute;
    top: 1px;
    left: 16px;
    border-radius: 4px;
    height: 32px;
    width: 18%;
    border: none;
    outline: none;
    padding-left: 10px;
}

.ckFormBtn {
    background: #00a0ea;
    border-radius: 30px;
    /* margin-right: 94px; */
    color: #fff;
    font-size: 22px;
}

.servCkConBox {
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 30px;
}

.servCkConBox .servCkConBox_1 {
    float: left;
    margin-left: 50px;
}

.ckConBox {
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 10px 80px;
}

.ckConBox .ckConBoxTitle {
    font-weight: bold;
}

.ckConBox ul {
    color: #00a0ea;
    border-bottom: 1px solid #CCCCCC;
}

.ckConBox ul li {
    margin: 25px 0;
    line-height: 25px;
}

.ckConBox ul li div {
    color: #000000;
}

.ckConBox ul li .ckConLiTitle {
    font-size: 18px;
    font-weight: bold;
    color: #00a0ea;
}

.ckConBox .ckConImg {
    margin: 30px 0;
}

.ckConBox .ckConImg img {
    width: 100%;
    height: auto;
}


/*碳核算结束*/


/* 碳咨询开始 */

.consultCon {
    background-color: #FFFFFF;
    border-radius: 10px;
    padding-bottom: 30px;
    font-size: 16px;
}

#serviceTab {
    display: flex;
    font-weight: bold;
}

#serviceTab li {
    list-style: none;
    border: 1px solid #CCCCCC;
    background-color: #F5F5F5;
    color: #8C8C8C;
    font-weight: bold;
    flex: 1;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
}

.serviceActive {
    border: none !important;
    border-top: 3px solid #00a0ea !important;
    background-color: #FFFFFF !important;
    color: #00a0ea !important;
}

.consultCons {
    padding: 40px 80px;
}

.consultCons .consultDe {
    font-weight: bold;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 20px;
    line-height: 28px;
}

.consultDetails {
    line-height: 30px;
    padding: 20px 0;
}

.consultDetails .consultTitle {
    color: #00a0ea;
    font-weight: bold;
}

.detailLeft span {
    font-weight: bold;
}

.consultDetails>div {
    float: left;
}

.consultDetails:last-child {
    border-bottom: 1px solid #CCCCCC;
}

.detailLeft {
    width: 600px;
}

.detail {
    width: 340px;
    text-align: center;
}

.detail img {
    width: 80%;
}

.consultForm {
    margin-top: 30px;
}

.consultFormBox {
    width: 666px;
}


/* 碳咨询结束 */


/* 绿色碳汇开始 */

.thAllContent {
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 20px 80px;
    font-size: 16px;
    line-height: 28px;
}

.thAllTop {
    text-align: center;
}

.thAllCon {
    padding: 20px 0;
    border-bottom: 1px solid #CCCCCC;
}

.thAllCon>div {
    width: 313px;
    float: left;
    font-weight: bold;
}

.thAllCon>div .thAllConImg {
    width: 130px;
    height: 130px;
    margin: 0 auto 10px;
}

.thAllCon>div .thAllConImg img {
    width: 100%;
    height: auto;
}

.thAllCenter {
    margin: 30px 0;
}

.thAllCenter h4 {
    margin-top: 35px;
}

.thAllBottom {
    border: 1px solid #CCCCCC;
    border-top: none;
}

.thCenter_2 {
    margin-top: 30px;
}

#thAllTab {
    display: flex;
    font-weight: bold;
}

#thAllTab li {
    list-style: none;
    border: 1px solid #CCCCCC;
    background-color: #F5F5F5;
    color: #8C8C8C;
    font-weight: bold;
    flex: 1;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
}

.thAllTabActive {
    border: none !important;
    border-top: 3px solid #00a0ea !important;
    background-color: #FFFFFF !important;
    color: #00a0ea !important;
}

.thCons {
    padding: 0 20px;
}

.thCons:nth-child(2),
.thCons:nth-child(3) {
    display: none;
}

.thFormBox {
    margin: 0 auto;
    padding: 30px 0;
}

.thFormBox label {
    font-weight: normal;
    text-align: left !important;
}

.thArea {
    position: relative;
}

.thArea input {
    padding-right: 33px;
}

@media (max-width: 767px) {
    .thArea span {
        top: 35px !important;
    }
}

.thArea span {
    position: absolute;
    right: 5%;
    top: 5px;
}

.thFormWidth {
    width: 412px;
}

.thAllSelect {
    width: 25%;
}

.thBtn {
    text-align: center;
}


/* 绿色碳汇结束 */


/*支付成功*/

.successBox {
    margin-top: 40px;
    margin-bottom: 50px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.successBoxInfo {
    margin: 0 auto;
    width: 800px;
    height: 566px;
    overflow: hidden;
}

.successBoxInfoConLeft {
    width: 380px;
    overflow: hidden;
}

.successBoxInfoConLeft h2 {
    margin-top: 100px;
    height: 120px;
    line-height: 120px;
    font-size: 46px;
    font-weight: bold;
    border-bottom: 1px solid #D9D9D9;
}

.successBoxInfoConLeft p {
    font-size: 18px;
    color: #2C2C2C;
}

.successBoxOneSpan {
    font-size: 24px;
    font-weight: bold;
    border-bottom: 2px solid #2C2C2C;
}

.successBoxTwoSpan {
    color: #F27827;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 2px solid #F27827;
}

.successBoxInfoConRight {
    margin-top: 40px;
    width: 400px;
    overflow: hidden;
}

.successBoxRightImg {
    position: relative;
    margin: 0 auto;
    width: 280px;
    height: 480px;
    border: 1px solid #D9D9D9;
    background-color: #fff;
    overflow: hidden;
}

.successHeaderImg {
    position: absolute;
    left: 115px;
    top: 202px;
    width: 50px;
    height: 50px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background-color: #ffffff;
    overflow: hidden;
}

.successHeaderImg img {
    width: 100%;
    min-width: 100%;
    min-height: 100%;
}

.successCerP {
    height: 225px;
    padding-top: 15px;
    overflow: hidden;
}

.successCerP p {
    height: 20px;
    line-height: 25px;
    color: #444444;
    font-size: 10px;
    text-align: center;
    margin: 0;
}

.successCerP p img {
    width: 60px;
    height: auto;
    margin-top: 15px;
}

.successCerPOneSpan {
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #444444;
}

.successCerPTwoSpan {
    color: #F27827;
    font-size: 14px;
    border-bottom: 1px solid #F27827;
}


/*支付成功*/


/*我的勋章*/

.honnerBox {
    position: relative;
    margin: 50px auto;
    width: 402px;
    border: 1px solid #D9D9D9;
    overflow: hidden;
}

.honnerBox img {
    width: 400px;
}

.honnorImg {
    position: absolute;
    left: 150px;
    top: 290px;
    width: 100px;
    height: 100px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    overflow: hidden;
}

.honnorImg img {
    width: 100%;
    min-width: 100%;
    min-height: 100%;
}

.honnerP {
    margin: 50px 0 30px 0;
    text-align: center;
}

.honnerP img {
    width: 86px;
}

.honnerP .successCerPOneSpan,
.honnerP .successCerPTwoSpan {
    font-size: 18px;
    font-weight: bold;
}


/*我的勋章*/


/*2021/11/24 新样式修改*/

.g-content {
    width: 100%;
    height: 100%;
    float: left;
}

.g-leftImg {
    width: 540px;
    float: left;
    height: 350px;
}
.g-leftImg img{
    border-radius: 8px;
    max-width: 100%; 
    max-height: 100%;
}

.g-right {
    width: 560px;
    float: right;
    height: 350px;
}
.r-rightT_span{
    width: 260px;
    height: 170px;
}
.r-rightT_span img{
     max-width: 100%; 
    max-height: 100%;
}

.r-right ,.l-imgBg img ,.q-leftCn img ,.t-imgBg img ,.r-rightT img{
    /*border-radius: 8px;*/
}
.l-imgBg img,.r-rightT img,.r-rightB img{
    border-radius: 8px;
}
.t-imgBg img{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.q-leftCn{
    width: 270px;
    height: 230px;
    overflow: hidden;
}
.q-leftCn img,.q-leftCn{
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.r-rightB{
    border-radius: 8px;
}
.g-right img {
    float: left;
    margin-left: 20px;
}

.r-rightT {
    float: left;
}

.r-rightB {
    float: left;
    margin-top: 10px;
}

.g-moreCn {
    width: 100%;
    height: 40px;
    float: left;
    margin-top: 30px;
}

.g-moreBt {
    width: 178px;
    height: 40px;
    margin: auto;
    border: 1px solid #d7d7d7;
    text-align: center;
    line-height: 40px;
}

.q-content {
    width: 100%;
    float: left;
}

.q-content li {
    position: relative;
    width: 530px;
    height: 230px;
    /*float: left;*/
    border-radius: 8px;
    list-style: none;
    background: #fff;
}

/*.q-content li:nth-child(2),*/
/*.q-content li:nth-child(4) {*/
/*    float: right;*/
/*}*/

/*.q-content li:nth-child(3),*/
/*.q-content li:nth-child(4) {*/
/*    margin-top: 30px;*/
/*}*/
.q-content li:nth-of-type(odd){
    float: left;
    margin-bottom: 30px;
}
.q-content li:nth-of-type(even){
    float: right;
    margin-bottom: 30px;
}
.q-content li:last-child{
    margin-bottom: 0;
    
}

.q-leftCn {
    float: left;
}

.q-rightCn {
    width: 250px;
    float: right;
    padding-left: 15px;
    padding-right: 15px;
}

.q-rightCn h3 {
    font-size: 18px;
    color: #2c2c2c;
}

.q-rightCn h5 {
    font-size: 16px;
    color: #818181;
}

.q-rightCn span {
    display: block;
    width: 218px;
    height: 104px;
    font-size: 14px;
    overflow: hidden;
}

.q-button {
    float: left;
    display: block;
    width: 92px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #00A0E9;
    border-radius: 18px;
}

.q-buttonStyle span{
    display: inline;
}

.q-buttonStyle img{
    margin-left: 5px;
    margin-top: -3px;
}

.q-buttonCn {
    width: 100%;
    float: left;
    margin-top: 22px;
}

.q-button a,.t-content span,.q-button span{
    padding-left: 20px;
    color: #00A0E9;
}

.buttonBuySpanBox span,.buttonBuyXD span{
    color: #828282;
}

.indexProduct li:hover .buttonBuySpanBox,.iconUl li:hover .buttonBuyXD{
    border: 1px solid #00A1E9!important;
}

.indexProduct li:hover .buttonBuySpanBox span,.iconUl li:hover .buttonBuyXD span{
    color: #00A1E9;
}


.q-buttonCar img {
    float: right;
}

.l-content {
    width: 100%;
    float: left;
}

.l-content li {
    list-style: none;
    float: left;
    width: 340px;
    height: 450px;
    border-radius: 8px;
}

.l-content li:nth-child(2) {
    margin-left: 40px;
}

.l-content li:nth-child(3) {
    float: right;
}

.l-imgBg {
    height: 450px;
}

.l-imgBg img {
    position: absolute;
    height: 450px;
}

.l-imgBt {
    width: 100%;
    height: 50px;
    top: 370px;
    position: relative;
}

.l-imgBTcn {
    float: left;
    padding-left: 20px;
    width: 200px;
}

.l-imgBTcn span {
    font-size: 20px;
    color: #fff;
}

.l-imgBTcn h5 {
    font-size: 16px;
    color: #fff;
}

.l-imgBtbt {
    float: left;
    display: block;
    width: 114px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #fff;
    border-radius: 18px;
    margin-top: 15px;
    margin-left: 10px;
    display: -webkit-flex; /* Safari */
    display: flex;
}

.l-imgBtbt img {
    width: 7px;
    height: 9px;
    float: left;
    margin-top: 10px;
    margin-left: 5px;
}

.l-imgBtbt a {
    float: left;
    display: block;
    width: 76px;
    color: #fff;
    padding-left: 20px;
}

.t-content {
    width: 100%;
    float: left;
}

.t-content li {
    list-style: none;
    width: 520px;
    height: 460px;
    float: left;
    margin-left: 60px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.t-content li:first-child {
    margin-left: 0;
}

.t-text {
    padding: 12px 20px;
    /*float: left;*/
}

.t-text span {
    font-size: 20px;
    color: #2c2c2c;
}

.t-text p {
    font-size: 16px;
    color: #818181;
}

.t-text-t {
    width: 350px;
    float: left;
    color: #818181;
    font-size: 14px;
}

.t-textB {
    padding: 0 20px;
    float: left;
}

.t-textBt {
    float: left;
    margin-left: 10px;
}

.q-acitve h3 {
    width: 166px;
}

.q-acitve span {
    height: 62px;
    font-size: 15px;
    margin-top: 10px;
    float: left;
}

.i-iconCn {
    width: 100%;
    float: left;
}

.i-iconCn img {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    display: block;
    margin-top: 30px;
}

.iconUl li {
    height: 320px;
}

.iconBorder {
    border: none;
}

.iconBorder h2 {
    text-align: center;
}

.iconBorder p {
    text-align: center;
}

.ggWidthBoxAuto1 {
    width: 1130px;
    min-width: 1130px;
    margin: 0 auto;
    padding: 0 15px;
    overflow: hidden;
}

.footerTop {
    height: 210px;
    float: left;
    border-bottom: 1px solid #d7d7d7;
    width: 582px;
}

.footerLeft {
    width: 446px;
    color: #818181;
    float: left;
    height: 214px;
    border-right: 1px solid #d7d7d7;
    margin-top: 40px;
    font-size: 14px;
    padding-right: 70px;
    margin-bottom: 40px;
}

.footerLeft p {
    font-size: 14px;
    /*font-weight: bold;*/
    margin-top: 16px;
}

.footerBt {
    width: 100%;
    float: left;
    /*height: 100px;*/
    padding-top: 40px;
}

.footerZ {
    width: 100%;
    float: left;
    /* padding: 0 27px 0px 54px; */
    /* border-right: 1px solid #d7d7d7; */
    margin-top: 40px;
    height: 155px;
}

.footerZ ul {
    width: 146px;
    float: left;
}

.footerZ li {
    list-style: none;
    margin-bottom: 6px;
}

.footerZ li:first-child {
    margin-bottom: 18px;
    font-size: 16px;
}

.footerZ li a, .q-rightCn>span{
    color: #818181;
}

.footerRight {
    width: 200px;
    float: left;
    padding-left: 40px;
    margin-top: 40px;
}

.footerRight p {
    font-size: 20px;
    color: #f27827;
    margin-bottom: 0px;
}

.footerRight span {
    font-size: 15px;
    color: #818181;
}

.footerMa {
    margin-top: 15px;
}

.footerMa img {
    width: 73px;
    height: 85px;
    margin-left: 10px;
}

.footerMa img:first-child {
    margin-left: 0;
}

.l-imgHover img {
    width: 340px;
    height: 450px;
    border-radius: 8px;
}

.l-imgHover {
    display: none;
}

l-imgHover:hover {
    display: block;
}


.l-imaActi {
    display: none;
}

.l-content li:first-child:hover .l-imaActi {
    display: block;
}

.l-content li:nth-child(2):hover .l-imaActi {
    display: block;
}

.l-content li:nth-child(3):hover .l-imaActi {
    display: block;
}

.l-content li:hover span {
    color: #2c2c2c;
}

.l-content li:hover h5 {
    color: #818181;
}

.l-content li:hover .l-imgBtbt {
    border: 1px solid #00A0E9;
}

.l-content li:hover .l-imgBtbt a {
    color: #00A0E9;
}

.floatWx {
    position: fixed;
    top: 50%;
    right: 15px;
    z-index: 999999999;
}

.floatWx img {
    width: 120px;
    height: 160px;
}
.font_color_gray{
    color: #898989!important;
}
.l_h5_top{
    margin-top: 4px!important;
}
.bold{
    font-weight: bold;
}


.l-content li:hover .sanBox {
    width: 0;
    height: 0;
    border-left: 6px solid #00A0E9;
    border-top: 6px solid rgba(0,0,0,0);
    border-right: 6px solid rgba(0,0,0,0);
    border-bottom: 6px solid rgba(0,0,0,0);
    margin-top: 8px;
    margin-left: 4px;
}



.sanBox{
    width: 0;
    height: 0;
    border-left: 6px solid #fff;
    border-top: 6px solid rgba(0,0,0,0);
    border-right: 6px solid rgba(0,0,0,0);
    border-bottom: 6px solid rgba(0,0,0,0);
    margin-top: 8px;
    margin-left: 4px;
  }
  
  
 .detailBoxCon img{
    max-width: 100%; 
    max-height: 100%; 
 } 
