﻿.row {
    width: 101%;
    transition: .2s width ease;
    *zoom: 1
}

.row:before, .row:after {
    display: table;
    clear: both;
    content: ''
}

.row>[class*="span-"] {
    float: left;
    margin-right: 1%;
    *margin-right: .89%
}

.row>.span-1 {
    width: 7.33333333%
}

.row>.span-2 {
    width: 15.66666667%
}

.row>.span-3 {
    width: 24%
}

.row>.span-4 {
    width: 32.33333333%
}

.row>.span-5 {
    width: 40.66666667%
}

.row>.span-6 {
    width: 49%
}

.row>.span-7 {
    width: 57.33333333%
}

.row>.span-8 {
    width: 65.66666667%
}

.row>.span-9 {
    width: 74%
}

.row>.span-10 {
    width: 82.33333333%
}

.row>.span-11 {
    width: 90.66666667%
}

.row>.span-12 {
    width: 99%
}

.row>.pull-right {
    float: right
}

.row>.center {
    position: relative;
    left: -0.5%;
    display: block;
    float: none;
    clear: both;
    margin-right: auto;
    margin-left: auto
}

.ico {
    display: inline-block;
    width: 20px;
    height: 20px;
    white-space: nowrap;
    letter-spacing: -1em;
    text-indent: -99em;
    color: transparent;
    background: url(../img/ico.png);
    *text-indent: 0;
    *zoom: expression( this.runtimeStyle['zoom']='1', this.innerHTML='\3000');
    vertical-align: middle;
}

.ico:before {
    content: '\3000';
}


@media (min-width:1440px){

    .wrap {
        width: 1400px;
        margin-right: auto;
        margin-left: auto;
    }
}


@media (min-width:1200px) and (max-width:1440px){

    .wrap {
        width: 85%;
        margin-right: auto;
        margin-left: auto;
    }
}



a {
    color: inherit;
}

a:hover {
    color: #ffb900;
}

::-moz-selection {
    color: #fff;
    background: #ffb900;
}

::selection {
    color: #fff;
    background: #ffb900;
}

::-webkit-input-placeholder {
    color: #aaa;
}

.placeholder {
    color: #aaa;
}

.form-control, .input-group-addon, .btn {
    border-radius: 2px;
}

.form-control:focus {
    border-color: #ffb900;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(102, 175, 233, 0.6);
}

.common-btn {
    position: relative;
    display: inline-block;
    transition: all .5s ease-in-out;
    padding: 10px 30px;
    font-size: 16px;
    background: #ffcc00;
}

.common-btn span {
    position: relative;
    z-index: 2;
    color: #2a2a2a;
}

.common-btn:hover {
    color: #2a2a2a;
}

.common-btn:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #dd970c;
    z-index: 1;
    -webkit-transition: all 1s cubic-bezier(.1, 1, .4, 1);
    -o-transition: all 1s cubic-bezier(.1, 1, .4, 1);
    transition: all 1s cubic-bezier(.1, 1, .4, 1);
    -webkit-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s;
}

.common-btn:hover:before {
    width: 100%;
}

.pro_detail.channel_content {
    padding: 90px 0 0;
}

.pro_detail02 {
    padding: 25px 0 50px;
}

.pro_detail02 .left {
    float: left;
    width: 43%;
}

.pro_detail02 .left .rect-495 {
    padding-bottom: 61.9%;
}

.pro_detail02 .left .big_img {
    margin-bottom: 35px;
    display: none;
}

.pro_detail02 .left .cur .item {
    border-color: #ffb900;
}

.pro_detail02 .left .item {
    display: none;
}

.pro_detail02 .left .owl-item .item {
    display: block;
}

.pro_detail02 .left .owl-nav>div {
    cursor: pointer;
    z-index: 5;
    font-size: 30px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    color: #8a8a8a;
}

.pro_detail02 .left .owl-nav>div i {
    margin: 0;
}

.pro_detail02 .left .owl-nav .owl-prev {
    left: -30px;
}

.pro_detail02 .left .owl-nav .owl-next {
    right: -30px;
}

.pro_detail02 .left .owl-nav>div:hover {
    color: #ffb900;
}

.pro_detail02 .right {
    width: 50%;
    float: right;
}

.pro_detail02 .right .tit {
    font-size: 30px;
   /* text-transform: uppercase;*/
    line-height: 1;
}

.pro_detail02 .right .con {
    margin: 20px 0;
}

.pro_detail02 .right .con ul li {
    float: left;
    width: 33%;
}

.pro_detail02 .right .con ul li .num {
    font-size: 30px;
    font-family: 'he';
    color: #ffb900;
}

.pro_detail02 .right .field .t {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
}

.pro_detail02 .right .field .c a {
    display: inline-block;
    line-height: 30px;
    height: 30px;
    border: 1px solid #e5e5e5;
    padding: 0 25px;
    margin-bottom: 6px;
    margin-right: 7px;
    background: transparent;
    color: #484848
}

.pro_detail02 .right .field .c a:hover {
    background: #ffb900;
    border-color: #ffb900;
}

.pro_detail02 .right .btn_box {
    margin: 20px 0 25px;
}

.pro_detail02 .right .btn_box a {
    background: #e7e7e7;
    color: #484848;
    display: inline-block;
    line-height: 55px;
    height: 55px;
    width: 175px;
    text-align: center;
    text-transform: capitalize;
}

.pro_detail02 .right .btn_box a i {
    position: relative;
    top: 4px;
    margin-right: 15px;
    width: 25px;
    height: 21px;
    display: inline-block;
    background: url(../images/pro_detail02_3.png);
}

.pro_detail02 .right .btn_box .btn1 {
    margin-right: 10px;
}

.pro_detail02 .right .btn_box .btn2 i {
    background-position: -25px 0;
}

.pro_detail02 .right .btn_box a:hover {
    background: #d5d5d6;
    color: #484848;
}

.pro_detail02 .right .share .t {
    font-size: 18px;
    color: #3d3d3d;
    font-weight: normal;
    margin-right: 15px;
}

.pro_detail02 .right .share .a2a_default_style a {
    background: #3d3d3d;
    width: 30px;
    height: 30px;
    margin: 0 2px;
    color: #fff;
    text-align: center;
}

.pro_detail02 .right .share .a2a_default_style a i {
    line-height: 30px;
    vertical-align: top;
}

.pro_detail02 .right .share .a2a_default_style a:hover {
    background: #4b4b4b;
}

.pro_detail03 {
    background: #f9f9f9;
    padding: 35px 0 33px;
}

.pro_detail03 .left {
    float: left;
    width: 50%;
}

.pro_detail03 .left .infor {
    margin: 0 0 43px;
}

.pro_detail03 .left .infor .t {
    float: left;
    margin-right: 30px;
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
    line-height: 1;
}

.pro_detail03 .left .infor .btn_box {
    float: left;
}

.pro_detail03 .left .infor .btn_box a {
    background: #fff;
    color: #484848;
    display: inline-block;
    line-height: 50px;
    height: 50px;
    width: 220px;
    text-align: center;
}

.pro_detail03 .left .infor .btn_box .btn1 {
    margin-right: 8px;
}

.pro_detail03 .left .infor .btn_box .btn1 i {
    position: relative;
    top: 4px;
    margin-right: 10px;
    width: 14px;
    height: 17px;
    display: inline-block;
    background: url(../img/pro_detail03_1.png);
}

.pro_detail03 .left .infor .btn_box .btn2 i {
    position: relative;
    top: 4px;
    margin-right: 10px;
    width: 27px;
    height: 16px;
    display: inline-block;
    background: url(../img/pro_detail03_2.png);
}

.pro_detail03 .left .infor .btn_box a:hover {
    background: #ffb900;
    color: #3d3d3d;
}

.pro_detail03 .left .infor .btn_box .btn1:hover i {
    background-position: 0 -17px;
}

.pro_detail03 .left .infor .btn_box .btn2:hover i {
    background-position: 0 -16px;
}

.pro_detail03 .right {
    float: right;
    width: 50%;
    height: 345px;
}

.pro_detail03 .right .content {
    padding: 0 20px;
    height: 100%;
}

.pro_detail03 .right .swiper-container {
    height: 100%;
}

.pro_detail03 .right .tit {
    font-size: 30px;
    font-family: 'he';
    text-transform: uppercase;
}

.pro_detail03 .right .rect-579 {
    padding-bottom: 57.9%;
}

.pro_detail03 .right .item {
    background: #fff;
}

.pro_detail03 .right .item .li_box {
    padding: 25px;
}

.pro_detail03 .right .item .tit {
    border-bottom: 1px solid #f2f2f2;
    padding: 15px 0;
}

.pro_detail03 .right .item .tit .t {
    float: left;
    font-size: 32px;
    line-height: 32px;
    font-family: 'he';
    text-transform: uppercase;
}

.pro_detail03 .right .item .con {
    margin: 10px 0 20px;
}

.pro_detail03 .right .item .con ul li {
    line-height: 28px;
}

.pro_detail03 .right .item .con ul li .l {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 56%;
}

.pro_detail03 .right .item .con ul li .r {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 42%;
    text-align: right;
}

.pro_detail03 .right .item .more_box {
    overflow: hidden;
}

.pro_detail03 .right .item .common-btn {
    padding: 10px 20px;
}

.pro_detail03 .right .item .common-btn span {
    font-size: 15px;
    text-transform: uppercase;
}

.pro_detail03 .right .item .more1 i {
    width: 11px;
    height: 11px;
    background: url(../img/jt_black.png) no-repeat center;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

.pro_detail03 .right .item .more2 i {
    width: 13px;
    height: 13px;
    background: url(../img/jt_yellow.png) no-repeat center;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

.pro_detail03 .right .item .more2 {
    margin-right: 0;
    float: right;
    background: #efefef;
}

.pro_detail03 .right .item .more2:before {
    background: #e4e4e4;
}

.pro_detail03 .right .item .more2 span {
    color: #ffb900;
}

.pro_detail03 .right .owl-nav>div {
    cursor: pointer;
    z-index: 5;
    font-size: 50px;
    position: absolute;
    top: 50%;
    margin-top: -44px;
    color: #3d3d3d;
}

.pro_detail03 .right .owl-nav>div i {
    margin: 0;
}

.pro_detail03 .right .owl-nav .owl-prev {
    left: -70px;
}

.pro_detail03 .right .owl-nav .owl-next {
    right: -70px;
}

.pro_detail03 .right .owl-nav>div:hover {
    color: #ffb900;
}

.pro_detail04 {
    padding: 50px 0 30px;
}

.pro_detail04 .infor {
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.pro_detail04 .content .tab .odd {
    background: #f9f9f9;
}

.pro_detail04 .content .tab>div {
    float: left;
    width: 100%;
    text-align: center;
}

.pro_detail04 .content .tab .t {
    padding: 10px 0;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

.pro_detail04 .content .tab .c {
    line-height: 60px;
    border-bottom: 1px solid #e8e8e8;
}

.pro_detail06 {
    padding-bottom: 50px;
    background: #e7e7e7;
}

.pro_detail06 .left {
    width: 50%;
    margin-top: 30px;
}

.pro_detail06 .left .infor .tit {
    font-size: 30px;
    line-height: 1;
    line-height: 55px;
    color: #3d3d3d;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.pro_detail06 .left .infor .con {
    line-height: 28px;
    color: #3d3d3d;
}

.pro_detail06 .right {
    width: 100%;
}

.pro_detail06 .right li {
    margin-bottom: 25px;
    float: left;
}

.pro_detail06 .right li.help {
    width: 100%;
    margin-right: 0px;
}

.pro_detail06 .right li label {
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    color: #3d3d3d;
    margin-bottom: 10px;
}

.pro_detail06 .right li input {
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-indent: 15px;
    border: none;
    background: #fff;
    border-radius: 0;
    padding: 0;
    margin: 0;
}

.pro_detail06 .right li textarea {
    width: 100%;
    line-height: 30px;
    border: none;
    background: #fff;
    border-radius: 0;
    padding: 0;
    margin: 0;
    text-indent: 15px;
    padding: 10px 0;
}

.pro_detail06 .right .intro .intro_l {
    float: left;
}

.pro_detail06 .right .intro .intro_l .text {
    font-size: 15px;
    line-height: 28px;
    color: #3d3d3d;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.pro_detail06 .right .intro .intro_l .permission {
    font-size: 18px;
    line-height: 28px;
    color: #3d3d3d;
    cursor: pointer;
}

.pro_detail06 .right .intro .intro_l .permission span {
    display: inline-block;
    vertical-align: middle;
}

.pro_detail06 .right .intro .intro_l .permission span.icon {
    width: 32px;
    height: 32px;
    background: url(../img/duihao.png) no-repeat center;
    background-position: 0 0;
    margin-right: 10px;
}

.pro_detail06 .right .intro .intro_l .permission.cur span.icon {
    background: url(../img/duihao_on.png) no-repeat;
    background-size: cover;
}

.pro_detail06 .right .intro .intro_r {
    float: left;
}

.pro_detail06 .right .intro .intro_r button {
    outline: none;
    border: none;
    cursor: pointer;
    padding: 17px 60px;
}

.pro_detail06 .right .intro .intro_r button i {
    width: 11px;
    height: 11px;
    background: url(../img/jt_black.png) no-repeat center;
    display: inline-block;
    margin-left: 12px;
}

.pro_detail06 .right .intro .intro_r button span {
    font-size: 18px;
}

.concact-msg {
    display: flex;
    align-items: center;
    font-weight: 600;
}

.concact-msg .concact-share {
    position: relative;
    margin-left: 50px;
    cursor: pointer;
    transition: .35s linear;
}

.concact-msg .concact-share img {
    margin-right: 10px;
}

.concact-msg .concact-share span {
    color: #808080;
}

.msg-types div {
	margin-left:1px;
    width: 33%;
    padding-bottom: 20px;
    position: relative;
    height: 90%;
    color: #fff;
    background-color: #797979;
    cursor: pointer;
}

.msg-types>div::after {
    content: '';
    position: absolute;
    bottom: -20px;
    border: 10px solid #797979;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
}

.msg-types div.active {
    color: #000;
    background-color: #ffcc00;
}

.msg-types>div.active::after {
    border: 10px solid #ffcc00;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
}

.msg-types>div>p {
    font-size: 20px;
}


@media (min-width:1440px) {
    .container {
        width: 1440px;
    }
}

@media (min-width:1200px) and (max-width:1440px) {
    .container {
        width: 85%;
    }
}

@media (max-width:1183px) {
    .iconfont {
        font-size: 30px!important;
    }
    .msg-types>div>p {
        font-size: 16px;
    }
}

@media (max-width:976px) {
    .iconfont {
        font-size: 20px!important;
    }
    .msg-types>div>p {
        font-size: 14px;
    }
}

@media (max-width:976px) {
    .iconfont {
        font-size: 20px!important;
    }
    .msg-types>div>p {
        font-size: 14px;
    }
}

@media (max-width:1024px) {
    .pro_detail03 .wrap .right.hidden-xs {
        display:none;
    }
	.pro_detail03 .left{
		widh:100%!important;
	}
}


@media (max-width:667px) {
    .wt-bnr-inr {
        background-size: 100% 100%;
    }
    .wt-bnr-inr-entry h2 {
        padding: 0 20px;
        font-size: 20px;
    }
    .row.msg-types, .fix.row {
        width: auto;
    }
    .concact-msg>div>p span {
        font-size: 16px!important;
    }
    .concact-msg .concact-share {
        margin-left: 20px;
    }
    .iconfont {
        font-size: 20px!important;
    }
    .msg-types>div {
        height: 90px;
    }
    .msg-types>div>p {
        font-size: 12px;
    }
    .share-content .at-share-btn-elements {
        display: flex;
        flex-direction: column;
    }
}

.share-content {
    position: absolute;
    bottom: 25px;
    left: 20px;
    height: 0;
    overflow: hidden;
    background-color: #fff;
    transition: .35s linear;
}

.concact-msg .concact-share.active .share-content {
    height: auto;
}

.share-content .at-share-btn-elements {
    display: flex;
}
