@charset "utf-8";
.indexFirst-bg {
    width: 100%;
    height: 400px;
    background: url("../images/banner_bigbg.png") no-repeat top center;
}

.lunhuan .lunhuanback a {
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.indexFirst {
    height: 400px;
    position: relative;
}
/*轮换大区域 4.0修改*/
.lunhuan {
    width: 100%;
    min-width: 1200px;
    height: 400px;
    position: relative;
    margin: 0 auto;
}

.lunhuancenter li {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.lunhuan #lunhuanback {
    width: 100%;
    height: 400px;
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
}

.lunhuan #lunhuanback p {
    width: 100%;
    height: 400px;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.lunhuan #lunhuanback p.lunhuanback {
    background: url("../images/banner3.png") no-repeat scroll center center;
}

.lunhuan #lunhuanback p.lunhuanback1 {
    background: url("../images/banner3.png") no-repeat scroll center center;
}

.lunhuan .lunhuan_main {
    width: 1200px;
    height: 400px;
    margin: 0 auto;
    position: relative;
}

#lunbonum {
    height: 14px;
    line-height: 14px;
    position: absolute;
    width: 1200px;
    text-align: right;
    bottom: 16px;
    z-index: 5;
}
#lunbonum li {
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-left: 4px;
    cursor: pointer;
}

#lunbonum li b {
    display: inline-block;
    height: 10px;
    width: 10px;
    background: #ffffff;
    border-radius: 50%;
    margin-top: 2px;
    margin-left: 1px;
    text-align: center;
}

#lunbonum .lunboone b {
    background: #ff6600;
}

.main {
    height: 400px;
    min-width: 1200px;
    position: relative;
    width: 100%;
    float: left;
    z-index: 100;
}
#lunbonum li:hover{
    cursor:pointer;
}

/*搜索*/
.logo-search {
	width: 100%;
	max-width: 850px;
	margin: 0 auto;
}
.dropdownDefault{
	position: relative;
	display: inline-block;
	width: 100%;
	height: 48px;
	text-align: center;
	line-height: 48px;
}
.search-menutxt{
	font-size: 16px;
	color: #FF6600;
	font-weight: bold;
	margin: 0;
}
.downArrow {
    display: inline-block;
    width: 8px;
    height: 5px;
    display: inline-block;
    float: left;
    margin-top: 22px;
    margin-left: 12px;
    background: url("../images/search-tringleb-icon.png") no-repeat;
}

.dropdownDefault:hover {
    cursor: pointer;
}

.downArrow:hover {
    cursor: pointer;
}

.dropdownContainer{
	position: relative;
	width: 110px;
	background: #ffffff;
}

.drop-input-search{
	width: calc(100% - 110px);
}
.dropdrown-menu{
	position: absolute;
	top: 48px;
	left: 0;
	display: none;
	width: 100%;
	height: 45px;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	background: #FFFFFF;
	z-index: 200;
}
.dropdrown-menu li{
	width: 100%;
	height: 45px;
	line-height: 43px;
	border-top: 1px solid #e2e2e7;
	cursor: pointer;
}
.dropdrown-menu li a{
	display: block;
	color: #4d4d4d;
}
.dropdrown-menu li a:hover{
	color: #ff6600;
}

.drop-input-search .zlmc{
	width: calc(100% - 60px);
	height: 48px;
	font-size: 14px;
	line-height: 40px;
	display: inline-block;
	float: left;
	background: #f0f0f5;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
}
.drop-input-search .zlmc:focus {
	border-left: none;
	border-right: none;
}
.drop-input-search .js {
	width: 60px;
	line-height: 48px;
	height: 48px;
	display: inline-block;
	float: left;
	text-align: center;
	background-color: #f0f0f5;
	background-image: url("../images/index-search.png");
	background-repeat: no-repeat;
	background-position: center;
}

.drop-input-search .js:hover {
    cursor: pointer;
}
/*热门推荐*/
.index-bg{
    background: #f0f0f5;
    width: 100%;
    min-width: 1200px;
    margin-top: -114px;
}

.recommend-hot {
    position: relative;
    height: 243px;
    width: 1249px;
    background: url("../images/index-hot-bg.png") no-repeat;
    z-index: 10;
}
.recommend-hot .recommendBar{
    width: 1200px;
    height: 195px;
    padding:57px 24px 0px;
}

.recommend-hot .recommendBar .same{
    float: left;
    padding: 0 18px;
    background: url("../images/index-hot-border.png") no-repeat;
    height: 133px;
}

.recommend-hot .recommendBar .same .left{
    float: left;
}

.recommend-hot .recommendBar .same .right{
    float: left;
}

.recommend-hot .recommendBar .same a{
    color: #fee6e6;
    line-height: 12px;
    font-size: 12px;
    margin-bottom: 11px;
    position: relative;
    display: block;
}

.recommend-hot .recommendBar .same a:hover{
    color: #ffffff;
}

.recommend-hot .recommendBar .same a .hot-icon{
    width: 15px;
    height: 14px;
    background: url("../images/index-hot-icon01.png") no-repeat;
    display: block;
    position: absolute;
    top: -4px;
}

.recommend-hot .recommendBar .same a .hot-icon01{
    left: 56px;
}

.recommend-hot .recommendBar .same a .hot-icon02{
    left: 104px;
}

.recommend-hot .recommendBar .same a .hot-icon03{
    left: 80px;
}

.recommend-hot .recommendBar .same .title a{
    font-size: 17px;
    color: #ffffff;
    line-height: 17px;
    font-weight: bold;
    margin-bottom: 24px;
}

.recommend-hot .recommendBar .first{
    width: 249px;
    color: #ffffff;
    line-height: 133px;
    font-size: 24px;
    text-align: center;
    float: left;
}
.recommend-hot .recommendBar .second{
    width: 241px
}

.recommend-hot .recommendBar .third{
    width: 224px
}

.recommend-hot .recommendBar .four{
    width: 183px
}

.recommend-hot .recommendBar .five{
    width: 156px
}

.recommend-hot .recommendBar .second .left{
    width: 100px;
}

.recommend-hot .recommendBar .second .right{
    width: 128px;
}

.recommend-hot .recommendBar .third .left,.recommend-hot .recommendBar .third .right{
    width: 104px
}

/*专利服务*/
.recommend-td{
    padding-top: 139px;
}

.recommend-td .td-market-box{
    background: #ffffff;
    padding: 12px;
    width: 1176px;
    height: 606px;
}

.td-market-box .td-left{
    width: 230px;
    height: 606px;
}
.td-market-box .td-left img{
    width: 100%;
}

.td-market-box .td-right{
    width: 934px;
    background: #f7f7fb;
    height: 606px;
}
.td-innovate-box .td-right{
    background: #f7f7fb;
}
.td-copyright-box .td-right{
    background: #eff4f0;
}
.td-right .zl-service-box .zl-service-itmes{
    height: 65px;
    background: #ffffff;
}
.td-right .zl-service-box .zl-service-itmes li{
    width: 25%;
    float: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
    padding: 12px 0 14px 0;
}

.td-right .zl-service-box .zl-service-itmes li:hover{
    cursor: pointer;
}

.td-right .zl-service-box .zl-service-itmes li.selected{
    background: #f7f7fb;
}

.td-right .zl-service-box .zl-service-itmes li a{
    color: #333333;
    display: inline-block;
}

.td-right .zl-service-box .zl-service-itmes li.selected a{
    color: #413faa;
    border-bottom: 3px solid #413faa;
}

.zl-service-box .zl-service-conter{
    margin: 15px 0px 0 0;
}

.zl-service-box .zl-service-conter .items{
    margin: 0 21px;
}

.zl-service-box .zl-service-conter .swiper-slide{
    height: 372px;
}
.zl-service-box .zl-service-conter .swiper-container{
    height: 402px;
}

.zl-service-box .zl-service-pro{
    display: none;
}

.zl-service-box .zl-service-conter .items li{
    width: 288px;
    height: 114px;
    background: #ffffff;
    float: left;
    margin: 10px 0 0 7px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.zl-service-box .zl-service-conter .items li a{
    display: block;
    padding: 22px 20px 14px;
    width: 248px;
    height: 78px;
}
.zl-service-box .zl-service-conter .items li a:hover h2,
.trad-swiper-container .swiper-slide .tm-items li a:hover h2{
    color: #30cb8b;
}

.zl-service-box .zl-service-conter .items li:hover{
    cursor: pointer;
    box-shadow: 0 3px 10px rgba(68,66,154,0.15);
    -webkit-box-shadow: 0 3px 10px rgba(68,66,154,0.15);
    transform: translate3d(0,-2px,0);
    -webkit-transform: translate3d(0,-2px,0);
}

.index-trade-box{
    margin: 24px 36px 0;
}

.index-trade-box .title{
    height: 14px;
    position: relative;
}
.index-trade-box .title .border{
    width: 100%;
    height: 1px;
    background: #fde6e2;
    margin-top: -6px;
}
.index-trade-box .title p{
    font-size: 14px;
    color: #ff7968;
    line-height: 14px;
    width: 379px;
    background: #fcf8f6;
    margin: 0 auto;
    position: relative;
    z-index: 5;
    text-align: center;
}

.index-trade-box .comm{
    text-align: center;
}

.index-trade-box .comm .topic{
    margin: 20px 0 14px 0;
}
.index-trade-box .index-phone span{
    font-size: 16px;
    color: #262626;
    line-height: 30px;
}

.index-trade-box .index-phone a{
    width: 130px;
    height: 30px;
    line-height: 30px;
    background: url("../imagesindex-trade-phone.png") 13px center no-repeat #30cb8b;
    display: inline-block;
    font-size: 12px;
    text-indent: 30px;
    color: #ffffff;
    margin-left: 10px;
    border-radius: 3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    cursor: pointer;
}



.zl-service-box .zl-service-conter .items .title{
    position: relative;
    font-size: 14px;
    color: #404040;
    line-height: 14px;
    font-weight: bold;
}

.zl-service-box .zl-service-conter .items .title .hot{
    display: inline-block;
    width: 15px;
    height: 14px;
    position: absolute;
    top: -2px;
    background: url("../images/index-hot-icon02.png") no-repeat;
    margin-left: 5px;
}

.zl-service-box .zl-service-conter .items .introduce{
    height: 36px;
    line-height: 18px;
    font-size: 12px;
    color: #b2b2b2;
    margin: 6px 0 9px 0;
}

.zl-service-box .zl-service-conter .items .price{
    font-size: 13px;
    color: #ff5454;
    line-height: 13px;
}

.zl-service-box .zl-service-conter .items .speical a{
    padding: 0;
    height: 114px;
    width: 288px;
}

.zl-service-box .zl-service-conter .items .speical p{
    font-size: 14px;
    color: #30cb8b;
    line-height: 114px;
    text-align: center;
    font-weight: bold;
}

.zl-service-box .zl-service-conter .items .speical .gt-icon{
    background: url("../images/zl-gt-icon.png") no-repeat;
    display: inline-block;
    height: 8px;
    width: 11px;
    margin-left: 6px;
}

.zl-service-box .zl-apply-box .top{
    position: relative;
    height: 20px;
    line-height: 20px;
    margin: 0px 28px 24px;
}
.zl-service-box .zl-apply-box .top .border{
    height: 1px;
    background: #d4d7e9;
    position: absolute;
    width: 100%;
    top: 10px;
}

.zl-service-box .zl-apply-box .top .title{
    width: 318px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    font-size: 15px;
    color: #4c4c4c;
    font-weight: bold;
    background: url("../images/zl-search-icon.png") 19px center no-repeat #f7f7fb;
    text-indent: 54px;
}


.zl-service-box .zl-apply-box .bottom .search{
    width: 828px;
    margin: 0 auto;
    height: 48px;
}

.zl-service-box .zl-apply-box .bottom .search-left{
    height: 46px;
    width: 660px;
    border: 1px solid #eff1fd;
    background: #ffffff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.zl-service-box .zl-apply-box .bottom .search-left span{
    float: left;
    font-size: 14px;
    color: #4c4c4c;
    font-weight: bold;
    width: 101px;
    text-align: center;
    line-height: 46px;
}

.zl-service-box .zl-apply-box .bottom .search-left input{
    width: 188px;
    padding: 0 20px;
    float: left;
    font-size: 14px;
    line-height: 44px;
    height: 44px;
}
.zl-service-box .zl-apply-box .bottom .search-left input::-webkit-input-placeholder,
.drop-input-search input::-webkit-input-placeholder{ 
    color: #b2b2b2;
}
.zl-service-box .zl-apply-box .bottom .search-left input::-moz-input-placeholder,
.drop-input-search input::-moz-input-placeholder{ 
    color: #b2b2b2;
}
.zl-service-box .zl-apply-box .bottom .search-left input::-ms-input-placeholder,
.drop-input-search input::-ms-input-placeholder{ 
    color: #b2b2b2;
}

.zl-service-box .zl-apply-box .bottom .search-right a{
    display: block;
    width: 156px;
    height: 46px;
    text-align: center;
    background: #30cb8b;
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    line-height: 46px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    cursor: pointer;
}
.zl-service-box .zl-apply-box .bottom .search-right a:hover{
    background: #2ebf83;
}

.zl-service-box .zl-apply-box .bottom .count{
    text-align: right;
    padding-right: 8px;
    font-size: 11px;
    color: #9ea1b7;
    line-height: 11px;
    margin-top: 12px;
}
.zl-service-box .zl-apply-box .bottom .count .num{
    color: #626472;
    font-weight: bold;
    padding: 0 3px;
}

/*商标版块*/
.trademark-td{
    margin-top: 40px;
}

.tm-market-box{
    padding: 12px;
    background: #ffffff;
    width: 1176px;
    height: 578px;
}

.tm-market-box .tm-left{
    width: 230px;
}

.tm-market-box .tm-left img{
    width: 100%;
}

.tm-market-box .tm-right{
    width: 934px;
}

.tm-market-box .trademark-bg{
    background: #fcf8f6;
    height: 470px;
}

.td-copyright-box .zl-service-conter .items li:hover{
    box-shadow: 0 3px 10px rgba(14,105,66,0.15);
    -webkit-box-shadow: 0 3px 10px rgba(14,105,66,0.15);
}

.trad-swiper-container{
    height: 470px;
}

.trad-swiper-container .swiper-slide .tm-items{
    padding:30px 0 0 30px;
}

.trad-swiper-container .swiper-slide .tm-items li{
    width: 228px;
    height: 126px;
    background: #ffffff;
    float: left;
    margin: 0 0 16px 6px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.trad-swiper-container .swiper-slide .tm-items .speical{
    width: 160px;
    height: 126px;
}

.trad-swiper-container .swiper-slide .tm-items .speical a{
    padding: 14px 12px 24px;
    width: 136px;
    height: 88px;
}

.trad-swiper-container .swiper-slide .tm-items .speical h3{
    font-size: 16px;
    color: #ffffff;
    line-height: 22px;
    text-indent: 30px;
}

.trad-swiper-container .swiper-slide .tm-items .speical span{
    width: 16px;
    height: 10px;
    display: inline-block;
    background: url("../images/tm-tringle.png")left center no-repeat;
    margin-top: 60px;
}

.trad-swiper-container .swiper-slide .tm-items .first{
    background: #faa98d;
}

.trad-swiper-container .swiper-slide .tm-items .second{
    background: #fa9e81;
}

.trad-swiper-container .swiper-slide .tm-items .third{
    background: #fa8f77;
}

.trad-swiper-container .swiper-slide .tm-items .first h3{
    background: url("../images/tm-iocn01.png") left center no-repeat;
}

.trad-swiper-container .swiper-slide .tm-items .second h3{
    background: url("../images/tm-iocn02.png") left center no-repeat;
}

.trad-swiper-container .swiper-slide .tm-items .third h3{
    background: url("../images/tm-iocn03.png") left center no-repeat;
}

.trad-swiper-container .swiper-slide .tm-items .four h3{
    background: url("../images/tm-iocn04.png") left center no-repeat;
}

.trad-swiper-container .swiper-slide .tm-items li a{
    display: block;
    padding: 22px 20px 14px;
    width: 200px;
    height: 88px;
    padding: 19px 14px;
}

.trad-swiper-container .swiper-slide .tm-items li:hover{
    cursor: pointer;
    box-shadow: 0 3px 10px rgba(162,56,27,0.15);
    -webkit-box-shadow: 0 3px 10px rgba(162,56,27,0.15);
    transform: translate3d(0,-2px,0);
    -webkit-transform: translate3d(0,-2px,0);
}

.trad-swiper-container .swiper-slide .tm-items .title{
    position: relative;
    font-size: 14px;
    color: #404040;
    line-height: 14px;
    font-weight: bold;
}

.trad-swiper-container .swiper-slide .tm-items .title .hot{
    display: inline-block;
    width: 15px;
    height: 14px;
    position: absolute;
    top: -2px;
    background: url("../images/index-hot-icon02.png") no-repeat;
    margin-left: 5px;
}

.trad-swiper-container .swiper-slide .tm-items .introduce{
    height: 36px;
    line-height: 18px;
    font-size: 12px;
    color: #b2b2b2;
    margin: 10px 0 17px 0;
}

.trad-swiper-container .swiper-slide .tm-items .price{
    font-size: 13px;
    color: #ff5454;
    line-height: 13px;
}

/*分页*/
.trademark-bg .swiper-pagination,
.transaction-content .swiper-pagination,
.zl-trad-swiper-container{
    height: 10px;
}
.trademark-bg .swiper-container .swiper-pagination-bullet,
.transaction-content .swiper-container .swiper-pagination-bullet,
.zl-trad-swiper-container .swiper-pagination-bullet{
    height: 10px;
    width: 10px;
    background: #f1ccb7;
    opacity:1;
}
.zl-trad-swiper-container .swiper-pagination-bullet{
    background: #c4c9e9;
    opacity:1;
}
.trademark-bg .swiper-container .swiper-pagination-bullet-active,
.transaction-content .swiper-container .swiper-pagination-bullet-active{
    background: #fb696c;
    opacity:1;
}
.zl-trad-swiper-container .swiper-pagination-bullet-active{
    background: #7c80f2;
    opacity:1;
}

.trad-swiper-container .swiper-pagination,
.zl-trad-swiper-container .swiper-pagination{
    text-align: right;
    right: 36px;
}
.trademark-bg .swiper-container-horizontal>.swiper-pagination-bullets,.trademark-bg .swiper-pagination-custom,.trademark-bg .swiper-pagination-fraction{
    width: auto;
}
.zl-trad-swiper-container.swiper-container-horizontal>.swiper-pagination-bullets{
    width: auto;
}

.trademark-bg .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.transaction-content .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.zl-trad-swiper-container.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin:0 0 0 20px;
}

.trademark-bg .swiper-button-next,
.trademark-bg .swiper-button-prev,
.transaction-content .swiper-button-next,
.transaction-content .swiper-button-prev,
.zl-trad-swiper-container .swiper-button-next,
.zl-trad-swiper-container .swiper-button-prev{
    width: 24px;
    height: 42px;
    margin-top: -21px;
}

.trademark-bg .swiper-button-prev,
.transaction-content .swiper-button-prev{
    background: url("../images/tm-tringle-left.png") no-repeat;
    left: 0px;
}
.trademark-bg .swiper-button-prev:hover,
.transaction-content .swiper-button-prev:hover{
    background: url("../images/tm-tringle-left-hover.png") no-repeat;
}
.trademark-bg .swiper-button-next,
.transaction-content .swiper-button-next{
    background: url("../images/tm-tringle-right.png") no-repeat;
    right: 0px;
}
.trademark-bg .swiper-button-next:hover,
.transaction-content .swiper-button-next:hover{
    background: url("../images/tm-tringle-right-hover.png") no-repeat;
}
.zl-trad-swiper-container .swiper-button-prev{
    background: url("../images/zl-left-iocn.png") no-repeat;
    left: 0px;
}
.zl-trad-swiper-container .swiper-button-prev:hover{
    background: url("../images/zl-left-iocn-hover.png") no-repeat;
}
.zl-trad-swiper-container .swiper-button-next{
    background: url("../images/zl-right-iocn.png") no-repeat;
    right: 0px;
}
.zl-trad-swiper-container .swiper-button-next:hover{
     background: url("../images/zl-right-iocn-hover.png") no-repeat;
}

.tm-market-box .tm-bottom-img{
    margin:24px 0 0 64px;
}

.tm-bottom-img .tm-customize-left{
    width: 81px;
    margin-right: 60px;
}

.tm-bottom-img .tm-customize-right h3{
    font-size: 16px;
    color: #333333;
    line-height: 16px;
}
.tm-bottom-img .tm-customize-right p{
    font-size: 12px;
    color: #666666;
    line-height: 12px;
    margin: 9px 0 16px;
}

.tm-bottom-img .tm-customize-right a{
    font-size: 16px;
    color: #30cb8b;
    font-weight: bold;
    line-height: 16px;
    display: block;
    background: url("../images/video-right-icon-hover.png") 137px center no-repeat;
    cursor: pointer;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
}
.tm-bottom-img .tm-customize-right a:hover{
    background: url("../images/video-right-icon-hover.png") 140px center no-repeat;
}

/*版权版块*/
.copyright-td{
    margin-top: 40px;
}

.td-copyright-box{
    width: 1176px;
    padding: 12px;
    background: #ffffff;
    height: 410px;
}

.td-copyright-box .td-right,.td-market-box .td-left{
    height: 410px;
}

/*创新版块*/
.td-innovate-box{
    width: 1176px;
    padding: 12px;
    background: #ffffff;
    height: 476px;
}

.td-innovate-box .td-left,.td-innovate-box .td-right{
    height: 476px;
}

.in-service-box .zl-service-conter .items li{
    height: 98px;
    width: 436px;
}

.in-service-box .zl-service-conter .items li a{
    display: block;
    height: 64px;
    width: 396px;
    padding:18px 20px  16px;
}

.in-service-box .zl-service-conter .items li:hover{
    box-shadow: 0 3px 10px rgba(60,58,134,0.15);
    -webkit-box-shadow: 0 3px 10px rgba(60,58,134,0.15);
}

.in-service-box .zl-service-conter .items .introduce{
    margin: 7px 0 13px 0;
    height: 18px;
}

.in-service-box .zl-service-conter .items .speical a{
    height: 98px;
    width: 436px;
}

.in-service-box .zl-service-conter .items .speical p{
    line-height: 98px;
}

/*交易版块*/
.transaction-td{
    padding:12px;
    height: 543px;
    width: 1176px;
    background: #ffffff;
    margin-top: 40px;
}

.td-transaction-box .td-left{
    width: 230px;
    height: 543px;
}

.td-transaction-box .td-right{
    width: 934px;
    height: 543px;
    background: #fcf8f6;
}

.td-right .transaction-items{
    height: 64px;
    background: #ffffff;
}
.td-right .transaction-items li{
    width: 33%;
    float: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
    padding: 12px 0 14px 0;
}
.td-right .transaction-items li.last{
    width: 34%;
}

.td-right .transaction-items li:hover{
    cursor: pointer;
}

.td-right .transaction-items li.selected{
    background: #fcf8f6;
}

.td-right .transaction-items li a{
    color: #333333;
    display: inline-block;
}

.td-right .transaction-items li.selected a{
    color: #fc666f;
    border-bottom: 3px solid #fc666f;
}
.transaction-content .swiper-slide{
    height: 479px;
}
.transaction-content .transa-box{
    padding:24px 36px 0;
}

.transaction-content .trans-left{
    width: 178px;
    height: 390px;
    background: #fbe2dc;
    text-align: center;
}
.transaction-content .trans-right{
    width: 684px;
}

.swiper-container .trans-left h2{
    font-size: 26px;
    color: #fb676e;
    font-weight: bold;
    line-height: 26px;
    margin:17px 0 14px 0;
}
.swiper-container .trans-left p{
    color: #fb676e;
    font-size: 18px;
    line-height: 18px;
    width: 48px;
    margin: 0 auto;
    text-align: center;
}
.swiper-container .trans-left p span{
    font-family: Arial;
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    line-height: 22px;
    vertical-align: middle;
    float: left;
}
.swiper-container .trans-left p b{
    display: inline-block;
    float: left;
    vertical-align: middle;
}

.swiper-container .trans-left img{
    padding-top: 120px;
    display: inline-block;
}

.tm-transac-items li{
    width: 336px;
    height: 192px;
    float: left;
    background: #ffffff;
    margin: 0 0 6px 6px;
}

.tm-transac-items li a{
    display: block;
}

.tm-transac-items li .img{
    width: 100%;
    height: 168px;
}

.tm-transac-items li .img td{
    vertical-align: middle;
    text-align: center;
}
.tm-transac-items li .img td img{
    transition: all 0.4s;
    -webkit-transition:all 0.4s; 
    -ms-transition:all 0.4s; 
    -moz-transition:all 0.4s;
    height: 50%;
}

.tm-transac-items li:hover .img td img{
    transform:scale(1.05);
    -ms-transform:scale(1.05);
    -moz-transform:scale(1.05); 
    -webkit-transform:scale(1.05); 
    -o-transform:scale(1.05);
}
.tm-transac-items li:hover a .comm,.tm-transac-items li:hover a .comm .title{
    color: #30cb8b;
}

.tm-transac-items li a p{
    font-size: 12px;
    line-height: 12px;
    color: #999999;
    text-align: center;
}

/*分页*/
.transaction-content .swiper-pagination{
    text-align: center;
}

.transaction-content .swiper-container-horizontal>.swiper-pagination-bullets,.transaction-content .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 40px;
}

.transaction-content {
    position: relative;
}

.transaction-content .trans-links{
    position: absolute;
    right: 36px;
    bottom: 20px;
    z-index: 10;
    width: 104px;
}
.transaction-content .trans-links a{
    font-size: 16px;
    color: #fc666f;
    line-height: 16px;
    font-weight: bold;
}
.transaction-content .trans-links .icon{
    background: url("../images/trans-tingle-icon.png") center no-repeat;
    width: 16px;
    height: 10px;
    display: inline-block;
    cursor: pointer;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin-left: 17px;
}
.transaction-content .trans-links:hover .icon{
    margin-left: 20px;
}

.zl-transaction-swiper-container .tm-transac-items li{
    width: 336px;
    height: 192px;
}

.tm-transac-items li img{
    transition: all 0.4s;
    -webkit-transition:all 0.4s; 
    -ms-transition:all 0.4s; 
    -moz-transition:all 0.4s;
    height: 130px;
}

.tm-transac-items li img:hover{
    transform:scale(1.05);
    -ms-transform:scale(1.05);
    -moz-transform:scale(1.05); 
    -webkit-transform:scale(1.05); 
    -o-transform:scale(1.05);
}

.zl-transaction-swiper-container .tm-transac-items .zl-img{
    height: 147px;
    margin-top: 22px;
    width: 100%;
    text-align: center;
}

.tm-transac-items li a .comm{
    font-size: 12px;
    color: #999999;
    line-height: 12px;
    width: 196px;
    margin: 0 auto;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.tm-transac-items li .title{
    color: #666666;
    font-weight: bold;
}
.tm-transac-items li b{
    padding: 0 8px;
}

.bq-transaction-swiper-container .tm-transac-items li{
    width: 222px;
    height: 192px;
}

.bq-transaction-swiper-container .tm-transac-items .zl-img{
    height: 140px;
    margin-top: 28px;
    width: 100%;
    text-align: center;
}

.bq-transaction-swiper-container .trans-left h2{
    font-size: 22px;
    line-height: 30px;
    margin-top: 12px;
}

/*首页呱呱研究院*/
.transaction-bg{
    background: #221e4f;
    width: 100%;
    min-width: 1200px;
    height: 580px;
    margin: 0 auto;
}
.quackTitle {
    text-align: center;
}
.quackTitle h2{
    font-size: 22px;
    color: #ffffff;
    font-weight: bold;
    line-height: 22px;
    padding: 57px 0 12px;
}
.quackTitle p{
    font-size: 14px;
    color: rgba(255,255,255,0.63);
    line-height: 14px;
}

.quackBox {
    margin-top: 64px;
    position: relative;
}

.quackBox .quackComm {
    margin-top: 38px;
}
.transaction-bg{
    position: relative;
}

.transaction-bg .quack-vide{
    width: 1200px;
    height: 150px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -600px;
}

.quackBox .quackComm .quack-left {
    width: 790px;
    height: 400px;
    background: #FFFFFF;
    border-radius: 3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
}

.quackBox .quackComm .quack-left .quack-title {
    margin-top: 29px;
    height: 40px;
}

.quackBox .quackComm .quack-left .quack-title .line{
    width: 63px;
    height: 3px;
    background: #30cb8b;
    position: absolute;
    bottom: 0;
}

.quackBox .quackComm .quack-left .quack-title .left{
    position: relative;
    margin-left: 34px;
}

.quackBox .quackComm .quack-left .quack-title .left .items{
    display: flex;
}

.quackBox .quackComm .quack-left .quack-title .left .items li {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    float: left;
    text-align: center;
    margin-right: 50px;
    cursor: pointer;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}

.quackBox .quackComm .quack-left .quack-title .left .items li a {
    color: #333333;
    font-weight: bold;
    display: inline-block;
}

.quackBox .quackComm .quack-left .quack-title .left .items li.selected a {
    color: #30cb8b;
}

.quackBox .quackComm .quack-left .quack-title .left .items li.selected span {
    display: none;
}

.quackBox .quackComm .quack-left .quack-title .left .items li span {
    width: 1px;
    height: 32px;
    display: inline-block;
    background: #dbdbdb;
    float: left;
    margin-top: 12px;
}

.quackBox .quackComm .quack-left .quack-title .right {
    margin: 0 24px 0 0;
}

.quackBox .quackComm .quack-left .quack-title .right .more {
    font-size: 12px;
    color: #999999;
    line-height: 40px;
    height: 40px;
    display: inline-block;
}

.quackBox .quackComm .quack-left .quack-title .right .more .more-icon{
    display: inline-block;
    width: 16px;
    height: 10px;
    background: url("../images/video-right-icon.png") center no-repeat;
    margin-left: 8px;
}

.quackBox .quackComm .quack-left .quack-title .right .more:hover {
    color: #30cb8b;
}

.quackBox .quackComm .quack-left .quack-title .right .more:hover .more-icon{
    background: url("../images/video-right-icon-hover.png") center no-repeat;
}

.quackComm .quack-comm{
    margin: 40px 36px 0;
}

.quack-comm .dynamic-left{
    width: 320px;
}

.quack-comm .dynamic-left .pic{
    width: 320px;
    height: 160px;
}

.quack-comm .dynamic-left .pic .links{
    width: 100%;
    height: 100%;
    display: block;
}

.quack-comm .dynamic-left .pic .links img{
    width: 100%;
    height: 100%;
}

.quack-comm .dynamic-left .commP{
    margin-top: 23px;
}

.quack-comm .dynamic-left .commP .link{
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 14px;
}
.quack-comm .dynamic-left .commP .link:hover{
    color: #30cb8b;
}

.quack-comm .dynamic-left .commP .knows{
    font-size: 12px;
    color: #b2b2b2;
    line-height: 18px;
    margin-top: 13px;

}

.quackComm .quack-comm .items{
    width: 352px;
}

.quackComm .quack-comm .items li{ 
    margin-bottom: 27px;
}

.quackComm .quack-comm .special-items{
    width: 320px;
}

.quackComm .quack-comm .items .quack-tit {
    width: 100%;
}

.quackComm .quack-comm .items .quack-tit .video-box{
    background: url("../images/yjy-video-icon.png") left center no-repeat;
    font-size: 12px;
    color: #808080;
    line-height: 14px;
    text-indent: 18px;
    margin-top: 15px;
}
.quackComm .quack-comm .video-items li{
    margin-bottom: 10px;
    width: 349px;
    background: #f5f5fa;
    height: 125px;
    float: left;
    margin-right: 20px;
}
.quackComm .quack-comm .video-items li:nth-child(2n){
    margin-right: 0px;
}
.quackComm .quack-comm .video-items li .index-video-left{
    width: 200px;
    height: 125px;
    margin-right: 20px;
    position: relative;
}
.quackComm .quack-comm .video-items li .index-video-left img{
    width: 100%;
    height: 100%;
}

.quackComm .quack-comm .video-items li .index-video-left .talk-icon {
    display: none;
    width:100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    top:0;
    left: 0;
}
.quackComm .quack-comm .video-items li .index-video-left .talk-icon1{
    width:40px;
    height: 40px;
    background: url("../images/video-btn.png") no-repeat;
    position:absolute;
    top:50%;
    left: 50%;
    margin-top:-20px;
    margin-left:-20px;
    display: none;
    background-size: contain;
}
.quackComm .quack-comm .video-items li:hover .index-video-left .talk-icon {
    display: block;
}
.quackComm .quack-comm .video-items li:hover .index-video-left .talk-icon1{
    display: block;
}

.quackComm .quack-comm .video-items li .index-video-right{
    width: 110px;
    height: 125px;
    position: relative;
}
.quackComm .quack-comm .video-items li .index-video-right .link{
    font-size: 14px;
    color: #313131;
    line-height: 20px;
    margin-top: 13px;
    display: inline-block;
}
.quackComm .quack-comm .video-items li .index-video-right .link:hover{
    color: #30cb8b;
}
.quackComm .quack-comm .video-items li:hover{
    cursor: pointer;
}

.quackComm .quack-comm .video-items li .index-video-right .video-box{
    height: 18px;
    line-height: 18px;
    border:1px solid #cdcdcd;
    font-size: 12px;
    color: #9b9b9b;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding:0 8px;
    position: absolute;
    bottom: 16px;
}

.quackComm .quack-comm .video-items{
    width: 100%;
}
.quackComm .quack-comm .items .quack-tit .link {
    width: 330px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    color: #333333;
    line-height: 14px;
    font-weight: bold;
    background: url("../images/dema-radio-icon.png") left center no-repeat;
    text-indent: 16px;
}

.quackComm .quack-comm .special-items .quack-tit .link{
    width: 280px;
}

.quackComm .quack-comm .items .quack-tit .link:hover {
    cursor: pointer;
    color: #30cb8b;
}

.quackComm .quack-comm .items .quack-tit .knows {
    font-size: 12px;
    color: #b2b2b2;
    line-height: 18px;
    margin-top: 13px;
    padding-left: 16px;
}

.quackComm .quack-comm .items .quack-tit .times {
    font-size: 14px;
    color: #b2b2b2;
    line-height: 14px;
}

.quackComm .quack-right {
    width: 326px;
    height: 340px;
    padding: 30px 34px;
    background: #FFFFFF;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

/*呱呱问答*/
.quackComm .quack-right  .question-title {
    height: 39px;
    line-height: 39px;
    border-bottom: 1px solid #f2f2f2;
}

.question-title .question-tiems{
    position: relative;
}

.question-title .question-tiems .line{
    width: 24px;
    height: 3px;
    background: #30cb8b;
    position: absolute;
    bottom: -1px;
}

.quack-right  .question-title .title {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}

.quack-right  .question-title .items li {
    float: left;
    font-size: 12px;
    margin-right: 12px;
    display: inline-block;
    cursor: pointer;
}

.quack-right  .question-title .items li  a{
    color: #b2b2b2;
}

.quack-right  .question-title .items li.selected a{
    color: #30cb8b;
}

.quack-right  .question-title .more{
    font-size: 12px;
    color: #999999;
    line-height: 39px;
    height: 39px;
    display: inline-block;
    margin-left: 22px;
    cursor: pointer;
}

.quack-right  .question-title .more .more-icon{
    display: inline-block;
    width: 16px;
    height: 10px;
    background: url("../img/index2/icon/video-right-icon.png") center no-repeat;
    margin-left: 8px;
}

.quack-right  .question-title .more:hover {
    color: #30cb8b;
}

.quack-right  .question-title .more:hover .more-icon{
    background: url("../img/index2/icon/video-right-icon-hover.png") center no-repeat;
}

.question-zixun-comm {
    padding-top: 0px;
}

.question-zixun-comm .question-item-li{
    margin-top: 38px;
}

.question-zixun-comm .question-item-li li{
    margin-bottom: 47px;
}

.question-zixun-comm .question-item-li h2 {
    font-size: 14px;
    margin: 0 0 15px 0;
    line-height: 14px;
}

.question-zixun-comm .question-item-li h2 a {
    cursor: pointer;
    color: #333333;
    font-weight: bold;
    display:inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 303px;
}

.question-zixun-comm .question-item-li h2 a:hover{
    color: #30cb8b;
}

.question-item-li .ques-comm {
    display: block;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.question-item-li .ques-comm p {
    font-size: 12px;
    color: #b2b2b2;
    line-height: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*呱呱访谈*/
.interviewBox {
    margin-top: 65px;
    position: relative;
}

.interviewTitle h2{
    font-size: 26px;
    color: #333333;
    line-height: 26px;
    text-align: center;
    font-weight: bold;
}
.interviewTitle h2 .video-icon{
    width: 43px;
    height: 19px;
    display: inline-block;
    background: url("../img/index2/icon/video-icon.png") left center no-repeat;
    padding-right: 18px;
}

.interviewBox .intImgDiv {
    background: #ffffff;
    padding:34px 36px;
    height: 429px;
    margin-top: 46px;
    position: relative;
    border-radius: 3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
}
.interviewBox .intImgDiv .pic{
    width: 1127px;
    height: 429px;
}

.interviewBox .intImgDiv .swiper-pagination{
    height: 10px;
}
.interviewBox .intImgDiv .swiper-container .swiper-pagination-bullet{
    height: 10px;
    width: 10px;
    background: #cdcdcd;
    opacity:1;
}
.interviewBox .intImgDiv .swiper-container .swiper-pagination-bullet-active{
    background: #30cb8b;
    opacity:1;
}

.interviewBox .intImgDiv .swiper-pagination{
    text-align: center;
}
.interviewBox .intImgDiv .swiper-container-horizontal>.swiper-pagination-bullets,.interviewBox .intImgDiv .swiper-pagination-custom,.trademark-bg .swiper-pagination-fraction{
    width: 788px;
    left: 376px;
}

.interviewBox .intImgDiv .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin:0 7px;
}

.interviewBox .intImgDiv .swiper-button-next,
.interviewBox .intImgDiv .swiper-button-prev{
    width: 16px;
    height: 10px;
    top: 433px;
}

.interviewBox .intImgDiv .swiper-button-prev{
    background: url("../images/video-left-icon.png") no-repeat;
    left: 676px;
}
.interviewBox .intImgDiv .swiper-button-prev:hover{
    background: url("../images/video-left-icon-hover.png") no-repeat;
}
.interviewBox .intImgDiv .swiper-button-next{
    background: url("../images/video-right-icon.png") no-repeat;
    right: 264px;
}
.interviewBox .intImgDiv .swiper-button-next:hover{
    background: url("../images/video-right-icon-hover.png") no-repeat;
}

/*合作伙伴*/
.chooseBox {
    margin-top: 57px;
    padding-bottom: 76px;
}

.interviewTitle h2 .choose-icon{
    width: 40px;
    height: 25px;
    display: inline-block;
    background: url("../img/index2/icon/chhose-icon.png") left center no-repeat;
    padding-right: 18px;
}

.choose-comm {
    background: url("../img/index2/choose-img.png") no-repeat #ffffff;
    width: 1200px;
    height: 264px;
    border-radius: 3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    margin-top: 46px;
}

/*productBar*/
.productBar {
    padding: 60px 0px;
    height: 474px;
}

.produce_h1 {
}

.produce_h1 h1 {
    font-size: 36px;
    color: #4e4e4e;
    font-weight: normal;
    line-height: 36px;
}

.produce_h1 span {
    font-size: 24px;
    color: #01b344;
    line-height: 60px;
    line-height: 24px;
    padding-top: 20px;
    display: inline-block;
    padding-left: 20px;
}

.product_box {
    width: 300px;
    margin-top: 40px;
    height: 354px;
}

.inv_top {
    display: inline-block;
    text-align: center;
    width: 300px;
}

.inv_images {
    margin-bottom: 40px;
    width: 300px;
    text-align: center;
}

.fa_itt {
    font-size: 24px;
    color: #666666;
    margin-bottom: 30px;
    text-align: center;
    width: 298px;
    line-height: 24px;
}

.inv_txt {
    border-left: 1px solid #E6E6E6;
    width: 298px;
    height: 114px;
}

.inv_txt_left {
    font-size: 14px;
}

.inv_txt_left span {
    margin-left: 0px;
}

.inv_txt_left p {
    margin-bottom: 20px;
}

.inv_txt_left .mar_40 {
    margin-bottom: 20px;
}

.inv_txt_gr {
    color: #666666;
    font-size: 18px;
    line-height: 18px;
    padding-left: 50px;
}

.inv_red {
    font-size: 24px;
    color: #ff0000;
}

.inv_gray {
    font-size: 14px;
    color: #989898;
}

.mon_gray {
    padding-left: 24px;
}

.inv_txt_98 {
    color: #989898;
}

.inv_txt_98 .trou {
    text-decoration: line-through;
    color: #e50000;
    padding-left: 4px;
}

.mon_gray {
    text-decoration: line-through;
}

.inv_prefer {
    margin-left: -8px;
    margin-top: 32px;
}

.in10 {
    margin-right: 18px;
}

.inv_prefer a {
    font-size: 18px;
    font-weight: bold;
    #4d4d4d; line-height: 48px;
}

.inv_input {
    padding-bottom: 0px;
    text-align: center;
    margin-top: 20px;
    margin-left: 16px;
}

.inv_add {
    color: #00b344;
    font-size: 40px;
}

.mar_7 {
    margin-top: -7px;
}

.wid_70 {
    text-align: left;
    display: inline-block;
}

.line_hei {
    line-height: 14px;
    padding-left: 64px;
}

.bor_ri {
    border-right: 1px solid #E6E6E6;
}

.inv_txt_gr .wid_70 {
    padding-right: 20px;
}

/*咨询*/
/*consultComm*/
.consultComm {
    margin-top: 40px;
    margin-bottom: 40px;
    *padding-top: 40px;
}

.cosult_left {
    width: 870px;
    margin-right: 30px;
}

.cosult_right {
    width: 300px
}

.cosult_l_top {
    margin-bottom: 10px;
    *padding-bottom: 10px;
}

.cosult_l_top ul li {
    float: left;
    background-position: 0px -88px;
    width: 110px;
    height: 34px;
    text-align: center;
}

.cosult_l_top ul li a {
    font-size: 18px;
    line-height: 34px;
    color: #FFFFFF;
    text-align: center;
    display: inline-block;
}

.cosult_l_top ul .active {
    background-position: 0px -124px;
    width: 110px;
    height: 34px;
    display: inline-block;
}

.cosult_l_top ul li a:hover {
    background-position: 0px -124px;
    display: inline-block;
    width: 110px;
    height: 34px;
}

.marg_30 {
    margin: 0 30px;
}

.seaBox {
    float: left;
    height: 30px;
    padding-left: 10px;
    border-left: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    width: 278px;
}

.inBox {
    float: left;
    background: url("../images/search.png") no-repeat center center;
    height: 34px;
    width: 35px;
    border: 1px solid #EEEEEE;
}

.cosult_l_m {
    padding: 30px 0;
    border-bottom: 1px solid #F0F0F0;
    *+height: 200px;
    _padding-bottom: 0px;
}

.cosult_l_ic_l {
    width: 240px;
    height: 160px;
    margin-right: 30px;
}

.cosult_l_ic_l a:hover {
    color: #009a3b;
}

.cosult_l_ic_r {
    width: 600px;
    position: relative;
    height: 160px;
}

.cosult_l_ic_r .cosult_tit a:hover {
    color: #009A3B;
}

.cosult_tit {
    font-size: 18px;
    color: #4c4c4c;
    margin-bottom: 12px;
}

.cosult_txt {
    font-size: 14px;
    color: #999999;
    line-height: 26px;
}

.cosult_txt .span_red a:hover {
    text-decoration: underline;
}

.cosult_txt .span_red a {
    color: #ff3232;
    font-size: 14px;
}

.cosult_bot {
    position: absolute;
    bottom: 0;
    width: 600px;
}

.cosult_bot_l span {
    margin-right: 20px;
    color: #999999;
    font-size: 12px;
    line-height: 26px;
}

.number {
    background: url("../images/number.png") no-repeat left center;
    width: 30px;
    height: 16px;
    padding-left: 36px;
}

.repeat {
    background: url("../images/repeat.png") no-repeat left center;
    width: 19px;
    height: 16px;
    padding-left: 25px;
}

.cosult_bot_r .mar_20 {
    margin: 0 20px;
}

.cosult_bot_r .mar_20r {
    margin-right: 20px;
}

.cosult_bot_r span {
    color: #999999;
    font-size: 12px;
    display: inline-block;
    line-height: 28px;
}

.nc_ueditor_p_img img {
    width: 500px;
    height: auto;
}

/*页码*/
/*.page-normal{text-align:right; font-size:0; margin: 30px 0 40px 0;}
.page-normal a,.page-normal a:hover.page-normal .page-current{display:inline-block; font-size:12px; margin-left:10px; height:20px; border:1px solid #DCDCDC; background:#FFFFFF;}
.page-normal a span,.page-normal .page-current span,.page-normal .page-prev span{display:inline-block;padding:0px 10px; line-height:20px; font-size:12px;height:12px;background:#FFFFFF; color:#7e7e7e;}
.page-normal .page-current,.page-normal a:hover{background:#00ae66}
.page-normal .page-current span,.page-normal a:hover span{background:#00ae66; color:#fff;}
.page-normal a{color:#7e7e7e;text-decoration:none;}
.page-normal .page-current{color:#7e7e7e;}
.page-normal .ellipsis{display:inline-block;padding:0px 10px; line-height:20px; font-size:12px;height:12px;background:#FFFFFF; color:#7e7e7e;}
*/
.cosult_l_btn {
    text-align: center;
    margin-bottom: 60px;
    *margin-bottom: -30px;
}

/**/
.fon18 {
    font-size: 18px;
    color: #676767;
}

.active_txt:hover {
    cursor: pointer;
}

.active_ul {
    margin-bottom: 26px;
}

.active_tit {
    padding-top: 20px;
}

.active_tit p {
    font-size: 16px;
    color: #676767;
    text-align: center;
}

.active_tit p a:hover {
    text-decoration: underline;
    color: #343434;
}

.active_txt .ap {
    width: 170px;
    margin-left: 10px;
}

.active_txt .ap {
    font-size: 14px;
    color: #9b9b9b;
}

.active_txt .ap p {
    line-height: 22px;
}

.active_txt .ap a:hvoer {
    color: #009a3b;
}

.active_txt .ap span a {
    float: right;
    color: #00993a;
}

.active_txt .ap span a:hover {
    text-decoration: underline;
}

.active_txt {
    padding: 20px 0;
    border-bottom: 1px dashed #EEEEEE;
}

.cosult_active a:hover {
    color: #009a3b;
}

.cosult_active {
    margin-bottom: 30px;
}

.active_txt a:hvoer {
    cursor: pointer;
}

/*咨询详情页*/
.cosult_l_top span {
    font-size: 18px;
    color: #666666;
}

.cosult_detail {
    background: #fafafa;
    margin-top: 30px;
    padding: 40px 40px 20px 40px;
    margin-bottom: 40px;
}

.detail_top .h1 {
    font-size: 30px;
    color: #4e4e4e;
    text-align: center;
    line-height: 40px;
}

.detail_top {
    border-bottom: 1px solid #E6E6E6;
}

.detail_top .bq {
    margin-top: 26px;
    margin-bottom: 20px;
    text-align: center;
}

.detail_top .bq span {
    font-size: 14px;
    color: #999999;
    padding: 0 20px;
}

.detail_top .bq a {
    font-size: 14px;
    color: #999999;
    padding: 0 20px;
}

.detail_top .bq a img {
    height: 30px;
    vertical-align: middle;
    padding-left: 10px;
}

.detail_comm {
    margin-top: 40px;
    margin-bottom: 16px;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    text-indent: 2em
}

.detail_comm .comm_img {
    text-align: center;
}

.detail_comm .comm_img img {
    width: 690px;
    height: 460px;
}

.comm_img p {
    font-size: 14px;
    color: #4C4C4C;
    line-height: 54px;
}

.comm_wz p {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    text-indent: 2em;
    margin-bottom: 10px;
}

.pt {
    margin-top: 38px;
}

.pt h3 {
    font-size: 16px;
    color: #646464;
    text-indent: 2em;
    padding: 8px 0 22px 0;
}

.pt p {
    padding-bottom: 16px;
}

.pt_green {
    margin-top: 16px;
    overflow: hidden;
}

.pt_green p {
    color: #009a3a;
}

.pt_share {
    padding-bottom: 30px;
    margin-left: -30px;
}

.prev_next {
    border-top: 1px solid #E9E9E9;
    padding-top: 21px;
    *width: 788px;
}

.prev_next span {
    font-size: 16px;
}

.prev_next span a:hover {
    color: #009a38;
}

.prev_next .green01 {
    color: #009a38;
}

.prev_next .xz_prev {
    margin-left: -30px;
}

.prev_next .wz_next {
    margin-left: -30px;
}

.read .read_top {
    padding-top: 24px;
}

.read .read_top p,.comm_top p {
    font-size: 16px;
    color: #656565;
    line-height: 54px;
}

.read .read_top p {
    padding-left: 40px;
}

.read .read_top span {
    font-size: 16px;
    color: #999999;
}

.read_bot {
    background: #F9F9F9;
    padding: 20px 40px;
    margin-bottom: 40px;
}

.read_bot ul li {
    font-size: 16px;
    color: #676767;
    line-height: 35px;
    _padding: 5px 0;
    background: url("../images/li_squal.png") no-repeat 4px;
    padding-left: 20px;
    height: 35px;
}

.comments .comm_top {
    padding-top: 24px;
}

.comm_txt {
    height: 160px;
    border: 1px solid #E5E5E5;
}

.comm_txt .comm_txt_expre {
    height: 30px;
    background: #F4F4F4;
}

.comm_txt .comm_txt_expre .smail {
    display: inline-block;
    float: left;
}

.smail {
    padding-left: 20px;
}

.comm_txt .comm_txt_expre a label {
    background: url("../images/exmpr_smile.png") no-repeat left -2px;
    padding-left: 30px;
}

.comm_txt .comm_txt_expre span {
    font-size: 14px;
    float: left;
    color: #989898;
    line-height: 30px;
    display: inline-block;
    padding-left: 10px;
}

.comm_txt .comm_p {
    text-align: center;
    font-size: 14px;
    color: #9B9B9B;
    padding-top: 48px;
}

.comm_txt .comm_p a {
    color: #00993a;
}

.comm_txt .comm_p a:hover {
    text-decoration: underline;
}

.comments .comm_btn {
    float: right;
    margin-top: 20px;
    margin-bottom: 40px;
    _margin-bottom: -40px;
}

.share .mar_20 {
    margin: 0 20px;
}

.share .mar_20r {
    margin-right: 20px;
}

.share span {
    color: #999999;
    font-size: 12px;
    line-height: 28px;
}

.comm_imgpng img {
    width: 48px;
    height: 48px;
}

.comm_imgpng {
    width: 48px;
    margin-right: 20px;
}

.comm_detai {
    padding-left: 68px;
}

.comm_tit .green {
    font-size: 12px;
    color: #009a3b;
}

.comm_tit {
    height: 26px;
    width: 802px;
    background: #FAFAFA;
    line-height: 26px;
}

.comm_tit .green a {
    font-size: 12px;
    color: #009a3b;
    padding-left: 15px;
}

.comm_tit .green .pa10 {
    padding-right: 10px;
}

.deta_com {
    margin-top: 13px;
    margin-bottom: 24px;
}

.deta_com p {
    font-size: 14px;
    color: #656565;
    line-height: 26px;
}

.lc_comm span {
    display: inline-block;
    width: 120px;
    font-size: 14px;
    color: #999999;
    line-height: 26px;
    vertical-align: top;
}

.lc_comm {
    margin-top: 14px;
}

.lc_comm .mar_75 {
    margin-right: 71px;
}

.lc_comm .mar_76 {
    margin-right: 71px;
}


/*咨询专家*/
.focusBg {
    background: url("../images/top_bg.png") repeat-x;
}

.information_top {
    background: #CFE5D7;
    height: 60px;
    *+margin-top: -14px;
    _margin-top: -16px;
}

.infor_left span {
    line-height: 60px;
    font-size: 18px;
    color: #009A3A;
}

.infor_right {
    color: #009A3B;
    line-height: 60px;
}

.infor_right a {
    font-size: 14px;
    color: #009A3B;
}

.padd20 {
    padding: 0px 40px;
}

.padd20:hover {
    cursor: pointer;
}

.infor_right span {
    font-size: 18px;
}

/*infor_banner*/
.infor_banner {
    height: 630px;
    width: 100%;
}

.infor_banner a {
    height: 630px;
    width: 100%;
    background: url("../images/banner4.png") no-repeat center;
    margin-top: -4px;
    display: block;
}

.infor_banner a:hover {
    cursor: pointer;
}

/*add_guagua*/
.add_guagua {
    height: 416px;
}

.add_guagua .add_h1 {
    padding: 60px 0px;
}

.add_guagua .add_h1 p {
    font-size: 36px;
    color: #4c4c4c;
    text-align: center;
}

.add_img_png {
    width: 240px;
}

.add_img_png img {
    padding-left: 44px;
}

.add_img_png p {
    font-size: 16px;
    color: #4c4c4c;
    text-align: center;
    line-height: 72px;
    padding-bottom: 32px;
}

/*add_start*/
.add_start {
    background: url("../images/banner_add.png") no-repeat center;
    position: relative;
    height: 580px;
}

.add_start .add_h1 {
    padding: 118px 0px 58px 0px;
}

.add_start .add_h1 p {
    font-size: 36px;
    color: #FFFFFF;
    text-align: center;
}

.add_start_top {
    margin: 0 100px;
    height: 153px;
}

.add_start_top .start_img_span a {
    width: 104px;
    height: 104px;
    margin: 0 40px;
    display: block;
    text-decoration: none;
}

.add_start_top .start_img_span a i {
    display: block;
    width: 104px;
    height: 104px;
    background: url("../images/add_start_icon.png") no-repeat;
}

.add_start_top .start_img_span a.money i {
    background-position: 0px 0px
}

.add_start_top .start_img_span a.hw i {
    background-position: -172px 0px;
}

.add_start_top .start_img_span a.free i {
    background-position: -344px 0px;
}

.add_start_top .start_img_span a.ct i {
    background-position: -516px 0px;
}

.add_start_top .start_img_span a.dlp i {
    background-position: -687px 0px;
}

.add_start_top .start_img_span .money:hover i {
    background-position: 0px -105px;
}

.add_start_top .start_img_span .hw:hover i {
    background-position: -172px -105px;
}

.add_start_top .start_img_span .free:hover i {
    background-position: -344px -105px;
}

.add_start_top .start_img_span .ct:hover i {
    background-position: -516px -105px;
}

.add_start_top .start_img_span .dlp:hover i {
    background-position: -687px -105px;
}

.start_img_span {
    float: left;
    width: 170px;
    margin: 0 15px;
}

.start_img_span p {
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    display: inline-block;
    padding-top: 28px;
    width: 170px;
    line-height: 16px;
}

.add_start_btn {
    padding-left: 508px;
}

.add_start_btn .add_btn:hover {
    cursor: pointer;
}

/*createBar*/
.createBar {
    height: 580px;
}

.createBar .create_h1 {
    padding: 50px 0px 60px 0px;
}

.createBar .create_h1 p {
    font-size: 36px;
    color: #4d4d4d;
    text-align: center;
}

.create_comm {
    padding-left: 72px;
    height: 379px;
}

.create_c_txt {
    padding-left: 100px;
    padding-top: 90px;
    width: 324px;
    *height: 240px;
    text-align: center;
}

.create_c_txt p {
    font-size: 24px;
    color: #4d4d4d;
    line-height: 56px;
}

.create_c_txt span {
    font-size: 30px;
    color: #00b244;
    line-height: 45px;
}

.create_c_txt .p72 {
    padding-right: 72px;
}

.create_btn {
    padding-left: 70px;
    padding-top: 30px;
}

.create_btn .create_btn_once:hover {
    cursor: pointer;
}

/*processBar*/
.processBar {
    background: #f4fcff;
    border-top: 1px solid #e1e1e1;
    padding-bottom: 60px;
    *margin-bottom: -30px;
    width: 100%;
    min-width: 1200px;
}

.process_zxsq {
    text-align: center;
    margin-top: 40px;
}

.process_zxsq a:hover {
    cursor: pointer;
}

/*perfectBar*/
.perfectBar {
    margin-top: 30px;
}

.perfectTop {
    border-bottom: 2px solid #00993A;
    height: 40px;
}

.perfectTop span {
    font-size: 18px;
    color: #353535;
    line-height: 40px;
}

.perfectTop img {
    margin-right: 10px;
    padding-top: 2px;
}

.per_ul {
    border-right: 1px solid #E5E5E5;
    *+height: 376px;
}

.per_ul li {
    height: 32px;
}

.perfect_L {
    width: 672px;
}

.per_ul .reg_item {
    font-size: 16px;
    color: 656565;
    width: 118px;
    text-align: right;
    float: left;
    line-height: 32px;
}

.per_ul .fmzl span {
    font-size: 16px;
    color: 656565;
    line-height: 32px;
}

.per_ul .fmzl {
    float: left;
}

.zi_int {
    width: 422px;
    height: 32px;
    border: 1px solid #CDCDCD;
    float: left;
    padding-left: 10px;
    line-height: 32px;
}

.zl_name {
    width: 422px;
}

.per_ul .mar_30 {
    padding-top: 30px;
    *+margin-top: -24px;
}

.prg {
    width: 212px;
    height: 102px;
}

.per_jd p {
    font-size: 14px;
    color: #656565;
    line-height: 22px;
    margin-top: 4px;
}

.per_jz .upload_btn,.per_btn_l .btn_su,.per_btn_r .btn_ap {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative;
    behavior: url("PIE.htc");
}

.per_jz .upload_btn {
    width: 144px;
    height: 32px;
    background: #00B345;
    color: #FFFFFF;
    font-size: 14px;
    float: left;
}

.per_jz .per_a a {
    color: #00b345;
    font-size: 12px;
    padding-left: 18px;
}

.per_jz .per_a {
    float: left;
    padding-top: 16px;
}

.per_jz {
    margin-top: 0px;
}

#pFilename {
    padding-left: 120px;
    height: 34px;
    line-height: 34px;
}

.per_ul .li-bottom {
    padding-top: 10px;
    padding-bottom: 20px;
}

.img_prg {
    border: 1px solid #CDCDCD;
    width: 161px;
    height: 123px;
    margin-left: 60px;
    margin-top: 6px;
}

.img_prg .img_p {
    padding: 24px 17px;
}

.img_prg .img_p span {
    font-size: 14px;
    color: #00b345;
}

.perfect_L .per_btn_l {
    margin-bottom: 60px;
    margin-top: 36px;
    padding-left: 226px;
}

.mar_38 {
    margin-bottom: 38px;
}

.lie {
    _width: 672px;
    margin-top: -32px;
}

.perfect_R {
    width: 402px;
    padding-left: 124px;
}

.perfect_to {
    padding-left: 110px;
    padding-bottom: 28px;
    padding-top: 36px;
}

.per_r_t {
    margin-bottom: 34px;
    *+height: 88px;
    _height: 76px;
}

.per_r_img .per_rad {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: relative;
    behavior: url("PIE.htc");
    width: 80px;
    height: 80px;
    background: #EEEEEE;
    display: inline-block;
}

.per_t span {
    color: #00b345;
    font-size: 18px;
    line-height: 80px;
    padding-left: 20px;
    display: inline-block;
}

.per_r_c {
    _padding-top: 31px;
}

.per_r_c ul {
    background: url("../images/perf_icon.png") no-repeat;
}

.per_r_c ul li {
    font-size: 16px;
    color: #656565;
    line-height: 20px;
    padding-bottom: 20px;
    padding-left: 36px;
}

.per_btn_l .btn_su,.per_btn_r .btn_ap {
    width: 140px;
    height: 38px;
    font-size: 18px;
    color: #FFFFFF;
    background: #00ae66;
}

.perfect_R .per_btn_r {
    margin-bottom: 60px;
    margin-top: 36px;
    padding-left: 190px;
}


/*进一步完善资料*/
/*preComm*/
.preComm {
    height: 470px;
}

.preComm .pre_p {
    margin-top: 40px;
    margin-bottom: 40px;
}

.preComm .pre_p p {
    font-size: 14px;
    color: #4e4e4e;
    text-align: center;
}

.preComm .pre_ra,.preComm .pre_name {
    padding-left: 462px;
}

.pre_ra dl {
    height: 16px;
    line-height: 16px;
}

.pre_ra dl dt {
    float: left;
    font-size: 16px;
    color: #4e4e4e;
}

.pre_ra dl dd {
    float: left;
    margin: 0 10px 0 8px;
    position: relative;
    padding-left: 23px;
}

.pre_ra dl dd a {
    display: block;
    font-size: 14px;
    color: #4e4e4e;
}

.pre_ra dl dd b,.pre_ra dl dd b {
    width: 14px;
    height: 14px;
    background: url("../img/icon/radio_icon.png") no-repeat 0px 0px;
    display: block;
    position: absolute;
    left: 0;
    top: 1px;
}

.pre_ra dl .selected b,.type dl .selected a:hover b {
    background-position: 0px -28px;
}

.pre_ra dl #mar80 {
    margin-left: 80px;
}

.preComm .pre_name {
    margin-top: 32px;
    margin-bottom: 62px;
}

.pre_name {
    height: 34px;
}

.pre_name .pre_name_btn {
    width: 184px;
    height: 32px;
    border: 1px solid #CCCCCC;
    margin-left: 10px;
    padding-left: 10px;
    font-family: "宋体", "simsun";
    font-size: 12px;
}

.pre_name .pre_span span {
    font-size: 16px;
    color: #4e4e4e;
    display: inline-block;
    height: 32px;
    line-height: 32px;
}

.pre_sub {
    padding-left: 530px;
}

.pre_sub .qr,.once_pay .ying_btn,.recip_su,.invo_btn {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative;
    behavior: url("PIE.htc");
    width: 140px;
    height: 38px;
    background: #00ae66;
    color: #FFFFFF;
    font-size: 18px;
}

/*核对订单*/
/*checkBar*/
.checkBar .receipt {
    padding: 26px 30px;
    border-bottom: 1px solid #E6E6E6;
}

.checkBar .receipt p {
    font-size: 16px;
    color: #666666;
    line-height: 46px;
}

.checkBar .receipt .green,.checkBar .receipt .green a {
    color: #009a3a;
}

.checkBar .receipt .org {
    color: #ff8a00;
}

.checkBar .receipt p span {
    padding-right: 20px;
}

.checkBar .payid {
    padding: 30px 30px 40px 30px;
    border-bottom: 1px solid #E6E6E6;
}

.checkBar .payid p {
    font-size: 16px;
    color: #00b244;
    line-height: 16px;
    margin-bottom: 30px;
}

.checkBar .payid a {
    display: inline-block;
    font-size: 16px;
    color: #666666;
    border: 1px solid #E6E6E6;
    width: 124px;
    height: 36px;
    text-align: center;
    line-height: 36px;
}

.checkBar .payid .acti {
    border: 1px solid #00B244;
}

.checkBar .payid a {
    margin-right: 30px;
}

.checkBar .yhqComm {
    padding-top: 40px;
}

.checkBar .yhqComm p {
    padding-left: 30px;
    font-size: 16px;
    color: #00b244;
    line-height: 16px;
}

.checkBar .yhqComm .zkss,.checkBar .syComm .zkss {
    padding: 30px 30px 20px 30px;
    height: 17px;
    line-height: 17px;
}

.checkBar .yhqComm .zkss a {
    display: inline-block;
    height: 17px;
    width: 17px;
}

.checkBar .yhqComm .zkss span,.checkBar .syComm .zkss span {
    font-size: 14px;
    color: #009a3b;
    padding-left: 10px
}

.checkBar .yhqComm .zkssCom {
    border: 1px solid #E5E5E5;
}

.checkBar .yhqComm .zkssCom .yhqH {
    height: 60px;
    background: #EBF5E6;
}

.checkBar .yhqComm .zkssCom .yhqH ul {
    padding-top: 20px;
    margin-left: 12px;
}

.checkBar .yhqComm .zkssCom .yhqH ul li {
    float: left;
    font-size: 16px;
}

.checkBar .yhqComm .zkssCom .yhqH a {
    display: inline-block;
    height: 40px;
    width: 180px;
    line-height: 40px;
    text-align: center;
    color: #656565;
}

.checkBar .yhqComm .zkssCom .yhqH ul li .selected {
    background: #FFFFFF;
    color: #00b244;
}

.checkBar .yhqComm .zkssCom .yhqH ul li span {
    color: #00b244;
}

.checkBar .yhqComm .zkssCom .yhqZd {
    padding: 0px 30px;
}

.checkBar .yhqComm .zkssCom .yhqP {
    padding-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #B3B3B3;
}

.checkBar .yhqComm .zkssCom .yhqP span {
    font-size: 14px;
    color: #989898;
    line-height: 14px;
}

.checkBar .yhqComm .zkssCom .yhqP span a {
    color: #00b345;
}

.checkBar .yhqComm .zkssCom .yhqC {
    padding-top: 20px;
}

.checkBar .yhqComm .zkssCom .yhqC input,.checkBar .syComm .syBB input {
    display: none;
}

.zkssCom .yhqZd .yhqC dl {
    display: inline-block;
    padding-left: 40px
}

.yhqZd .yhqC dl dd {
    position: relative;
    padding-left: 23px;
    height: 14px;
    padding-bottom: 20px;
    line-height: 14px;
    _width: 94px;
}

.yhqZd .yhqC dl dd a {
    display: inline-block;
    font-size: 14px;
    color: #00b345;
    line-height: 14px;
}

.yhqZd .yhqC dl dd b,.pre_ra dl dd b {
    width: 14px;
    height: 14px;
    background: url("../images/radio_icon.png") no-repeat 0px 0px;
    display: block;
    position: absolute;
    left: 0;
    top: 0px;
}

.yhqZd .yhqC dl .selected b {
    background-position: 0px -28px;
}

.add_400 {
    width: 400px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.checkBar .syComm .syBB ul {
    padding-left: 30px;
}

.checkBar .syComm .syBB ul li {
    line-height: 14px;
    padding-top: 12px;
    padding-bottom: 14px;
    ; font-size: 14px;
    color: #656565;
}

.syComm .syBB {
    height: 40px;
    border: 1px solid #E5E5E5;
    background: #EBF5E6;
}

.zkssCom .yhqC {
    border-bottom: 1px dashed #B3B3B3;
}

.zkssCom .bornone {
    border-bottom: none;
}

.zkssCom .bornone .born li {
    _width: 94px;
}

.zkssCom .yhqZd .yhqB {
    padding: 20px 0px 30px 0px;
}

.zkssCom .yhqZd .yhqB span {
    font-size: 14px;
    color: #979797;
}

.zkssCom .yhqZd .yhqB span label {
    color: #00b345;
}

.zkssCom .yhqBB {
    height: 60px;
    background: #EBF5E6;
}

.zkssCom .yhqC ul {
    padding-left: 40px;
    display: inline-block;
}

.zkssCom .yhqC ul li {
    margin-bottom: 20px;
    font-size: 14px;
    _margin-top: -3px;
    color: #00b345;
    height: 14px;
    line-height: 14px;
}

.checkBar .yhqComm .zkssCom .yhqC .gray span {
    display: inline-block;
    color: #9b9b9b;
    font-size: 14px;
}

.checkBar .syComm .syBB label {
    position: relative;
    background: url("../images/check_icon.png") left 2px no-repeat;
    padding-left: 22px;
    font-size: 14px;
    color: #00b345;
    line-height: 12px;
}

.syComm .syBB label.checked {
    background: url("../images/checked_icon.png") left 2px no-repeat;
}

.syComm .syBB label.checkedHover,.custom-checkbox label.checkedFocus {
    background: url("../images/checked_icon.png") left 2px no-repeat;
}

.syComm .syBB label.focus {
    outline: 1px dotted #ccc;
}

.checkBar .yhqComm .zkssCom .yhqC span {
    display: inline-block;
    font-size: 14px;
    color: #00b345;
    line-height: 14px;
}

.checkBar .yhqComm .zkssCom .yhqP .yhqa {
    color: #00B345;
    font-size: 14px;
    padding-left: 50px;
}

.checkBar .orderTable {
    padding-top: 20px;
    padding-bottom: 40px;
}

.orderTable .table_inner {
    border: 1px solid #E6E6E6;
    border-bottom: none;
}

.orderTable .table_head {
    height: 36px;
    background: #F4F4F4;
}

.ta_item {
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    color: #646464;
}

.t_name {
    width: 100px;
}

.t_message {
    width: 278px;
}

.t_serv {
    width: 116px;
    padding-left: 10px;
    padding-right: 10px;
}

.t_youhui {
    width: 116px;
    padding-left: 10px;
    padding-right: 10px;
}

.t_zhye {
    width: 116px;
    padding-left: 10px;
    padding-right: 10px;
}

.t_pay {
    width: 262px;
    padding-left: 10px;
    padding-right: 10px;
}

.t_yfye {
    width: 114px;
    padding-left: 10px;
    padding-right: 10px;
}

.yhhk_sf {
    width: 281px;
}

.yhhk_zf {
    width: 273px;
}

.yhhk_pay {
    width: 278px;
}

.co_item {
    padding-top: 24px;
    vertical-align: top;
    border-right: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 24px;
    font-size: 16px;
    line-height: 24px;
    color: #646464;
    text-align: center;
}

.co_item1 {
    border-right: none;
}

.table_comm .co_name {
    padding-left: 30px;
    border-right: none;
    color: #00993a;
}

.table_comm .co_m {
    padding-left: 22px;
    padding-right: 28px;
    text-align: left;
}

.table_comm .t_yfye {
    border-right: none;
}

.checkBar .order_sub {
    margin: 40px 0px;
    padding-bottom: 40px;
}

.order_sub .sub_box .sub_btn {
    margin-left: 60px;
    margin-right: 30px;
    *margin-left: 0px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative;
    behavior: url("PIE.htc");
    width: 140px;
    height: 38px;
    background: #00ae66;
    color: #FFFFFF;
    font-size: 18px;
}

.order_sub .order_sum {
    font-size: 16px;
    color: #646464;
    *margin-right: 60px;
}

.order_sub .order_sum span {
    font-size: 24px;
    color: #cd0000;
}

.checkBar .check_mar24 {
    height: 24px;
}

.checkTit {
    padding: 20px 20px 14px 30px;
    height: 32px;
}

.checkTit p {
    font-size: 16px;
    color: #4e4e4e;
    width: 500px;
}

.checkB a,.pay_pr a {
    display: inline-block;
    height: 32px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 32px;
    background: #00993A;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    behavior: url("PIE.htc");
}

.pay_pr {
    height: 124px;
    padding-top: 16px;
    padding-bottom: 28px;
}

.checkB a {
    width: 124px;
    _padding-top: 2px;
    _heieght: 30px;
}

.pay_pr a {
    width: 82px;
    _padding-top: 6px;
    _height: 26px;
}

.pay_pr .pa12 {
    padding-left: 12px;
}

.pay_pr .print {
    width: 18px;
    height: 18px;
    background: url("../images/print_icon.png") right center no-repeat;
    padding-left: 12px;
    display: inline-block;
}

.checkB .print {
    width: 18px;
    height: 18px;
    background: url("../images/print_icon.png") right center no-repeat;
    padding-left: 12px;
    display: inline-block;
}

.checkB .shu {
    width: 2px;
    height: 24px;
    background: url("../images/shu_icon.png") center no-repeat;
    padding-left: 12px;
    padding-right: 12px;
}

.checkDz {
    padding-left: 30px;
}

.checkDz span {
    display: inline-block;
    margin-right: 80px;
    font-size: 14px;
    color: #656565;
    line-height: 14px;
}

.payBar .pay_ms p label {
    display: inline-block;
    width: 96px;
    text-align: right;
}

.payBar .pay_ms p {
    line-height: 46px;
    font-size: 16px;
    color: #676767;
}

.payBar .pay_ms {
    padding-top: 16px;
    height: 184px;
    width: 1066px;
    padding-bottom: 28px;
    padding-left: 30px;
}

.payBar .pay_green,.payBar .pay_att .pay_green {
    color: #00993a;
}

.payBar .pay_att p {
    line-height: 46px;
    font-size: 16px;
    color: #676767;
}

.payBar .pay_att {
    padding: 24px 30px 16px 30px;
    border-top: 1px solid #E5E5E5;
}

.payBar .pay_b {
    height: 40px;
    background: #EBF5E6;
}





/*payBar*/
.payBar {
    border: 1px solid #E5E5E5;
    width: 1200px;
    margin-bottom: 60px;
}

.payBar .pay_tit {
    height: 80px;
    background: #EBF5E6;
}

.payBar .pay_tit a {
    line-height: 40px;
    font-size: 16px;
    color: #656565;
    margin-top: 40px;
    text-align: center;
    display: inline-block;
    width: 124px;
}

.payBar .pay_tit .pa30 {
    margin-left: 30px;
}

.payBar .pay_tit .select_t {
    background: #FFFFFF;
}

.payBar .pay_tit a:hover {
    background: #FFFFFF;
}

.yinghang_img {
    padding: 20px 0px 20px 20px;
}

.yinghang_img a {
    display: inline-block;
    border: 1px solid #E5E5E5;
    margin: 10px;
}

.yinghang_img a img {
    width: 168px;
    height: 40px;
}

.yinghang_img .select_hang {
    border: 2px solid #009A3B;
}

.pay_yinhang_b {
    background: #EBF5E6;
    height: 106px;
}

.pay_yinhang_b .once_pay {
    text-align: right;
    padding-right: 30px;
    padding-top: 30px;
}

.szfp_need {
    height: 190px;
}

.checkBar .order {
    padding-top: 26px;
}

.checkBar .order p {
    font-size: 16px;
    color: #009a3a;
    line-height: 46px;
    padding-left: 30px;
}

.order table {
    font-size: 16px;
    color: #646464;
}

.order table .td1 {
    widt: 114px;
}

.order table .td2 {
    widt: 224px;
}

.order table .td3 {
    widt: 332px;
}

.order table .td4 {
    widt: 224px;
}

.order table .td5 {
    widt: 302px;
}

.td1,.td2,.td3,.td4,.td5 {
    text-align: center;
}

.order table .tr_gray {
    background: #F4F4F4;
    height: 36px
}

.order table .td_center {
    text-align: center;
}

.order table .td_green {
    color: #00993a;
}

.order table .td_l {
    border-left: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
}

.order table .td_r {
    border-right: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
}

.order table .td_b {
    border-bottom: 1px solid #EAEAEA;
    padding: 30px 0px;
}

/*充值*/
.cz_Bar {
    margin-top: 30px;
    background: #F6F6F6;
    padding: 30px;
}

.cz_Bar p {
    font-size: 16px;
    color: #4d4d4d;
    padding-bottom: 20px;
    line-height: 16px;
}

.cz_Bar span {
    font-size: 14px;
    color: #676767;
    display: inline-block;
    margin-right: 60px;
    line-height: 14px;
}

.cz_money {
    padding: 30px;
}

.cz_money p {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
}

.cz_money p span {
    font-size: 24px;
    color: #ffb400;
    line-height: 24px;
}

.span_box {
    margin-bottom: 26px;
}

.span_box span {
    color: #656565;
    font-size: 14px;
    margin-right: 60px;
    line-height: 14px;
}

.mar_40 {
    margin-bottom: 40px;
}

.page .page_r {
    padding-right: 0px;
}

.xgfpBar {
    width: 693px;
    height: 338px;
    border: 4px solid #CCCCCC;
    background: #fff;
    left: 50%;
    top: 50%;
    margin: -169px 0 0 -346px;
    position: absolute;
    position: fixed !important;
    z-index: 5;
    display: none;
}

.xgfpBar .recip_tit span {
    font-size: 16px;
    color: #4d4d4d;
    display: inline-block;
    padding-left: 56px;
    width: 606px
}

.xgfpBar .recip_tit a {
    display: inline-block;
}

.xgfpBar .recip_tit {
    height: 40px;
    line-height: 40px;
    background: #F0F0F0;
}

.invoR .xgfp_it {
    margin-top: 30px;
}

.invoR .invo_it .xgfp_type dl {
    padding-left: 56px;
}

.xgfp_btn {
    height: 38px;
    width: 80px;
    font-size: 18px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    position: relative;
    behavior: url("PIE.htc");
}

.xgfp_qr {
    background: #00ae66;
    color: #FFFFFF;
    margin-right: 30px;
}

.xgfp_qx {
    background: #E6E6E6;
    color: #686868;
}

.invoR .xgfpB {
    margin-top: 20px;
}

.yhhk_p {
    margin-bottom: 30px;
    padding-left: 30px;
}

.yhhk_p p {
    font-size: 16px;
    color: #646464;
    line-height: 24px;
}

.yhhk_p p span {
    font-size: 24px;
    color: #cb0000;
}

.yehkBar {
    text-align: right;
    padding-right: 30px;
}

.fmzl_btn {
    width: 180px;
    height: 40px;
    background: #00ae66;
    color: #FFFFFF;
    display: block;
    text-align: center;
    line-height: 40px;
}

.sq_btn {
    padding-right: 10px;
    padding-top: 6px;
}

.sq_btn a {
    display: inline-block;
    font-size: 14px;
    color: #00b344;
    background: url("../images/case_sq_icon.png") right center no-repeat;
    padding-right: 14px;
}

.sq_btn a:hover {
    cursor: pointer;
}

/*二维码*/
.dialog,.dialog2 {
    width: 102px;
    height: 107px;
    text-align: center;
    top: 36px;
    position: absolute;
    z-index: 1001;
    display: none;
}

.dialog {
    left: 14px;
    top: 20px;
}

.dialog2 {
    left: 50px;
    top: 20px;
}

.top_left {
    position: relative;
}

/*咨询*/
.zxBox {
    height: 266px;
    padding-top: 28px;
}

.enjoy_tit span,.enjoy_tit a {
    display: inline-block;
    line-height: 40px;
}

.enjoy_tit span {
    font-size: 18px;
    color: #4c4c4c;
}

.enjoy_tit a {
    font-size: 14px;
    color: #009a3a;
}

.enjoy_tit a:hover {
    text-decoration: underline;
}

.enjoy_tit {
    border-bottom: 1px solid #E0E0E0;
    height: 40px;
}

.zxEnjoy {
    width: 560px;
}

.enjoy_ul {
    padding-top: 10px;
}

.enjoy_ul li {
    font-size: 16px;
    color: #676767;
    line-height: 36px;
    height: 36px;
}

.enjoy_ul li a {
    width: 372px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.enjoy_ul li a:hover {
    text-decoration: underline;
}

.enjoy_ul li span {
    font-size: 14px;
    color: #989898;
}

.zxDt {
    padding-left: 640px;
}

.wz_next {
    padding-top: 20px;
}

.applyBar:hover {
    cursor: pointer;
}

.apply {
    width: 758px;
    height: 450px;
}

.progress {
    margin-top: 26px;
}

.inv_input a:hover {
    cursor: pointer;
}

.ptcz {
    text-align: center;
    border: 1px solid #CBCBCB;
    border-bottom: none;
    font-size: 14px;
    color: #656565;
    margin-left: 50px;
    margin-bottom: 16px;
}

.ptcz tr {
    height: 38px;
}

.ptcz_td1 {
    width: 166px;
}

.cz_r_b {
    border-bottom: 1px solid #CBCBCB;
    border-right: 1px solid #CBCBCB;
}

.cz_b {
    border-bottom: 1px solid #CBCBCB;
}

.pre_tit {
    margin-bottom: 40px;
}

.ap a:hover {
    color: #009a3b;
}

#pFilename a {
    color: #009a3b;
}

.list-header-fixed {
    position: fixed;
    top: 32px;
}

.list-header-padding {
    padding-left: 300px
}

.list-header-absolu {
    bottom: 400px;
    position: fixed;
}

.more:hover {
    cursor: pointer;
}

/*index2-compareBar*/
.compareBar {
    margin-bottom: 33px;
}

.comp_h1 {
    margin-bottom: 35px;
    margin-top: 40px;
    text-align: center;
}

.comp_h1 h1 {
    font-size: 36px;
    color: #4c4c4c;
    font-weight: normal;
    line-height: 36px;
}

.compareBox {
    background: url("../img/compare_pk.png") center no-repeat;
    height: 349px;
}

.comp_left h1,.comp_right h1 {
    font-size: 30px;
    color: #FFFFFF;
    height: 54px;
    line-height: 54px;
    margin-top: 8px;
    font-weight: normal;
}

.comp_left ul li,.comp_right ul li {
    font-size: 18px;
    color: #656565;
    height: 56px;
    line-height: 56px;
}

.comp_left {
    padding-left: 158px;
    width: 442px;
}

.comp_right {
    padding-left: 195px;
    width: 405px;
}

.comp_left ul li {
    background: url("../images/compare_gou.png") left center no-repeat;
    padding-left: 30px
}

.comp_right ul li {
    background: url("../images/compare_cha.png") left center no-repeat;
    padding-left: 30px;
}

/*applNoBox*/
.applNoBox {
    height: 406px;
    width: 100%;
    min-width: 1200px;
}

.applyNo_h1 {
    padding-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}

.applyNo_h1 h1 {
    font-size: 36px;
    color: #4c4c4c;
    font-weight: normal;
    line-height: 36px;
}

.applyLeft {
    width: 680px;
}

.applyLeft img {
    width: 100px;
    height: 100px;
}

.applySpan {
    padding-left: 120px;
}

.applySpan span {
    display: block;
}

.span_title {
    font-size: 22px;
    color: #4c4c4c;
    line-height: 32px;
    margin-bottom: 7px;
}

.span_comm {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    width: 400px;
}

.apply_01 {
    margin-bottom: 50px;
    height: 100px;
}

/*applyBox*/
.applyBox {
    height: 878px;
}

.this_h1 {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

.this_h1 h1 {
    font-size: 36px;
    color: #4c4c4c;
    font-weight: normal;
    line-height: 36px;
}

.appBlock {
    background: #fafafa;
    width: 354px;
    height: 342px;
}

.app_img {
    text-align: center;
}

.app_img img {
    padding-top: 40px;
}

.app_img p {
    font-size: 24px;
    font-weight: bold;
    color: #666666;
    line-height: 24px;
    margin-top: 24px;
    margin-bottom: 25px;
}

.app_p p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    text-indent: 2em;
    padding: 0px 30px;
}

.app_02 {
    margin-left: 69px;
    margin-right: 69px;
}

.app_bottom {
    margin-top: 40px;
    height: 342px;
}

.app_top {
    height: 342px;
}

/*teamBox*/
.teamBox {
    height: 544px;
    background: #f7f7f7;
    width: 100%;
    min-width: 1200px;
}

.team_td_h1 {
    padding-top: 40px;
    padding-bottom: 28px;
    text-align: center;
}

.team_td_h1 h1 {
    font-size: 36px;
    color: #4c4c4c;
    font-weight: normal;
    line-height: 36px;
}

.team_td_l {
    width: 498px;
}

.team_td_r {
    width: 652px;
    background: url("../images/team_bg.png") right center no-repeat;
    height: 327px;
    margin-top: 29px;
    text-align: right;
    padding-right: 50px;
}

.team_td_r .team_title {
    font-size: 30px;
    color: #00b243;
    font-weight: bold;
    padding-top: 48px;
    line-height: 30px;
    padding-bottom: 16px;
}

.team_td_r p {
    font-size: 18px;
    color: #676767;
    line-height: 38px;
}

/*cooptionBar*/
.cooptionBar {
    height: 457px;
}

.coop_h1 {
    padding-top: 60px;
    padding-bottom: 20px;
    text-align: center;
}

.coop_h1 h1 {
    font-size: 36px;
    color: #4c4c4c;
    font-weight: normal;
    line-height: 36px;
}

.coopChant {
    height: 280px;
    background: url("../images/hezuojiameng_bg.png") center no-repeat;
    margin-bottom: 60px;
}

.jiam_top {
    padding-top: 20px;
}

.chantBox .jiam_top,.chantBox .jiam_bottom {
    height: 120px;
}

.chantBox a {
    display: block;
    text-decoration: none;
}

.chantBox a i {
    display: block;
    background: url("../images/hezuojiameng_icon.png") no-repeat;
}

.chantBox a:hover i {
    display: block;
    background: url("../img/icon/hezuojiameng_hover.png") no-repeat;
}

.chantBox a i.baidu1 {
    width: 138px;
    height: 45px;
}

.chantBox a.baidu {
    margin: 37px 31px;
    _margin: 37px 20px;
}

.chantBox a.baidu i {
    background-position: -30px -35px;
}

.chantBox a.baidu:hover i {
    background-position: -30px -35px;
}

.chantBox a i.fangzheng1 {
    width: 138px;
    height: 45px;
}

.chantBox a.fangzheng {
    margin: 37px 31px;
}

.chantBox a.fangzheng i {
    background-position: -230px -35px;
}

.chantBox a.fangzheng:hover i {
    background-position: -230px -35px;
}

.chantBox a i.renminwang1 {
    width: 138px;
    height: 58px;
}

.chantBox a.renminwang {
    margin: 31px 31px;
}

.chantBox a.renminwang i {
    background-position: -430px -29px;
}

.chantBox a.renminwang:hover i {
    background-position: -430px -29px;
}

.chantBox a i.iscas1 {
    width: 178px;
    height: 60px;
}

.chantBox a.iscas {
    margin: 30px 11px;
}

.chantBox a.iscas i {
    background-position: -610px -29px;
}

.chantBox a.iscas:hover i {
    background-position: -610px -29px;
}

.chantBox a i.sanyi1 {
    width: 140px;
    height: 54px;
}

.chantBox a.sanyi {
    margin: 33px 30px;
}

.chantBox a.sanyi i {
    background-position: -830px -32px;
}

.chantBox a.sanyi:hover i {
    background-position: -830px -32px;
}

.chantBox a i.huagong1 {
    width: 104px;
    height: 102px;
}

.chantBox a.huagong {
    margin: 6px 48px;
}

.chantBox a.huagong i {
    background-position: -1046px -8px;
}

.chantBox a.huagong:hover i {
    background-position: -1046px -8px;
}

.chantBox a i.liantong1 {
    width: 88px;
    height: 92px;
}

.chantBox a.liantong {
    margin: 14px 56px;
    _margin: 14px 30px;
}

.chantBox a.liantong i {
    background-position: -56px -136px;
}

.chantBox a.liantong:hover i {
    background-position: -56px -136px;
}

.chantBox a i.zhejiang1 {
    width: 85px;
    height: 100px;
}

.chantBox a.zhejiang {
    margin: 10px 57px;
}

.chantBox a.zhejiang i {
    background-position: -257px -128px;
}

.chantBox a.zhejiang:hover i {
    background-position: -257px -128px;
}

.chantBox a i.kexue1 {
    width: 172px;
    height: 100px;
}

.chantBox a.kexue {
    margin: 10px 14px;
}

.chantBox a.kexue i {
    background-position: -414px -130px;
}

.chantBox a.kexue:hover i {
    background-position: -414px -130px;
}

.chantBox a i.beida1 {
    width: 74px;
    height: 100px;
}

.chantBox a.beida {
    margin: 10px 63px;
}

.chantBox a.beida i {
    background-position: -663px -129px;
}

.chantBox a.beida:hover i {
    background-position: -663px -129px;
}

.chantBox a i.sougou1 {
    width: 140px;
    height: 36px;
}

.chantBox a.sougou {
    margin: 42px 30px;
}

.chantBox a.sougou i {
    background-position: -828px -162px;
}

.chantBox a.sougou:hover i {
    background-position: -828px -162px;
}

.chantBox a i.wuli1 {
    width: 178px;
    height: 102px;
}

.chantBox a.wuli {
    margin: 9px 11px;
}

.chantBox a.wuli i {
    background-position: -1010px -128px;
}

.chantBox a.wuli:hover i {
    background-position: -1010px -128px;
}

/*expertBar*/
.expertBar {
    height: 614px;
    background: #f7f7f7;
    width: 100%;
    min-width: 1200px;
}

.exper_h1 {
    padding-top: 40px;
    padding-bottom: 30px;
    text-align: center;
}

.exper_h1 h1 {
    font-size: 36px;
    color: #4c4c4c;
    font-weight: normal;
    line-height: 36px;
}

.experLeft {
    width: 469px;
    height: 467px;
    background: url("../images/expert_bg.png") no-repeat;
}

.experLeft a {
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    overflow: hidden;
}

.experLeft div {
    position: relative;
}

.exper a:hover {
    cursor: pointer;
}

#ex_01 {
    top: 3px;
    left: 185px;
    background: url("../images/zhuanjia_01.png") no-repeat;
}

#ex_01:hover {
    top: 3px;
    left: 185px;
    background: url("../images/zhuanjia_big_01.png") no-repeat;
}

#ex_02 {
    top: 56px;
    left: 313px;
    background: url("../images/zhuanjia_02.png") no-repeat;
}

#ex_02:hover {
    top: 56px;
    left: 313px;
    background: url("../images/zhuanjia_big_02.png") no-repeat;
}

#ex_03 {
    top: 177px;
    left: 364px;
    background: url("../images/zhuanjia_03.png") no-repeat;
}

#ex_03:hover {
    top: 177px;
    left: 364px;
    background: url("../images/zhuanjia_big_03.png") no-repeat;
}

#ex_04 {
    top: 311px;
    left: 312px;
    background: url("../images/zhuanjia_04.png") no-repeat;
}

#ex_04:hover {
    top: 311px;
    left: 312px;
    background: url("../images/zhuanjia_big_04.png") no-repeat;
}

#ex_05 {
    top: 364px;
    left: 185px;
    background: url("../images/zhuanjia_05.png") no-repeat;
}

#ex_05:hover {
    top: 364px;
    left: 185px;
    background: url("../images/zhuanjia_big_05.png") no-repeat;
}

#ex_06 {
    top: 312px;
    left: 57px;
    background: url("../images/zhuanjia_06.png") no-repeat;
}

#ex_06:hover {
    top: 312px;
    left: 57px;
    background: url("../images/zhuanjia_big_06.png") no-repeat;
}

#ex_07 {
    top: 184px;
    left: 3px;
    background: url("../images/zhuanjia_07.png") no-repeat;
}

#ex_07:hover {
    top: 184px;
    left: 3px;
    background: url("../images/zhuanjia_big_07.png") no-repeat;
}

#ex_08 {
    top: 56px;
    left: 56px;
    background: url("../images/zhuanjia_08.png") no-repeat;
}

#ex_08:hover {
    top: 56px;
    left: 56px;
    background: url("../img/zhuanjia_big_08.png") no-repeat;
}

.experLeft {
    margin-right: 50px;
}

.experRight {
    width: 630px;
}

.exper_r_top {
    margin-top: 40px;
}

.exper_r_top p {
    font-size: 22px;
    color: #00b345;
    line-height: 38px;
}

.span_xia {
    vertical-align: 4px;
}

.span_shang {
    padding-left: 22px;
    vertical-align: -8px;
}

.experR {
    width: 50px;
    margin-top: 40px;
}

.name_top p span {
    font-size: 24px;
    line-height: 24px;
    color: #00b345;
}

.name_top p {
    font-size: 16px;
    color: #646464;
}

.name_top {
    margin-top: 40px;
}

.name_bottom {
    margin-top: 26px;
}

.name_bottom p {
    font-size: 16px;
    color: #646464;
    line-height: 28px;
    text-indent: 2em;
}

.ljxq_btn {
    margin-top: 34px;
    font-size: 18px;
}

.ljxqBtn {
    width: 140px;
    height: 38px;
    line-height: 38px;
    color: #FFFFFF;
    text-align: center;
    display: inline-block;
    background: url("../images/product_sq.png") no-repeat;
}

#type5 {
    margin-top: 30px;
}

.top_left a:hover,.top_right_btn a:hover,.help-box a:hover,.zixun-bottom-left .more:hover {
    color: #00ae66;
}

.top_left .sg {
    padding: 0px 5px;
    margin-right: 0px;
}

/*ui-team 4.0修改*/
.ui-team {
    background: url("../images/ui-team.jpg") no-repeat top center;
    height: 629px;
    width: 100%;
    min-width: 1200px;
}

.ui-team-top {
    text-align: center;
    margin-bottom: 60px;
}

.ui-team-top h1 {
    font-size: 30px;
    color: #FFFFFF;
    font-weight: normal;
    line-height: 30px;
    padding: 60px 0px 0px 0px;
}

.ui-team-top p {
    font-size: 24px;
    color: #FFFFFF;
    line-height: 24px;
}

.appraise {
    background: url("../images/team-opicty.png") repeat;
    height: 400px;
}

.v_out {
    width: 986px;
    margin: 0px auto;
    overflow: hidden;
}

.v_show {
    width: 928px;
    overflow: hidden;
    position: relative;
    height: 280px;
    float: left;
    margin: 0px 136px 0px 136px;
}

.v_cont {
    width: 9280px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.v_cont ul {
    float: left;
    line-height: 50px;
}

.v_cont ul li {
    width: 928px;
    height: 250px;
    float: left;
    overflow: hidden;
}

.v_cont ul li .name {
    text-align: center;
    font-size: 18px;
    color: #4c4c4c;
    line-height: 18px;
    margin-top: 18px;
    margin-bottom: 14px;
}

.v_cont ul li .title {
    text-align: center;
    font-size: 16px;
    color: #00983a;
    margin-bottom: 14px;
    line-height: 16px;
}

.v_cont ul li .comm {
    font-size: 16px;
    color: #4c4c4c;
    text-indent: 2em;
    line-height: 28px;
    text-align: left;
}

.v_cont ul li .heart {
    text-align: right;
    font-size: 24px;
    color: #009a3b;
    line-height: 24px;
    font-weight: bold;
    margin-top: 30px
}
/***用户评价***/
/*.userEval{height: 500px;background: url(../img/tupian/eual.jpg) no-repeat scroll center center;}
.userEval .index_title,.menuLi > p,.menuLi h3{color: #ffffff;}
.user-eval{height: 500px;position: relative;}
.user-eval li{float: left;}
.user-eval .ueInfo{padding: 13px 78px 26px 97px;width: 740px;height: 88px;margin: 0 auto;background: url(../img/tupian/ueinfo.png) no-repeat scroll center center;position: relative;}
.ueInfo li{width: 546px;height: 44px;line-height: 1.7;font-size: 14px;color: #575757;overflow: hidden;}
.ueInfo li{position: absolute;display: none;}
.ueImgDiv{width: 1000px;margin: 30px auto 22px auto;overflow: hidden;}
.ueImgDiv ul{width: 1000px;position: relative;}
.ueImg li{width: 200px;text-align: center;}
.user-eval .ueName,.ueName li{height: 90px;width: 740px;}
.user-eval .ueName{margin: 0 auto;position: relative;}
.ueName li{position: absolute;text-align: center;display: none;}
.ueName h4{font-size: 18px;line-height: 1;color: #ffffff;font-weight: normal;}
.ueName span{display: inline-block;font-size: 12px;line-height: 1.8;color: #ffffff;width: 100%;}
.ueBut{width: 100px;margin: 0 auto;}
.ueBut li{margin-right: 10px;width: 10px;height: 10px;background: #000000 none repeat scroll 0 0;cursor: pointer;opacity: 0.33;filter:alpha(opacity=33);text-align: center;-webkit-border-radius: 50%;-moz-border-radius: 50%;-ms-border-radius: 50%;-o-border-radius: 50%;border-radius: 50%;}
.ueBut .active{background: #ffffff;opacity: 1;filter:alpha(opacity=100);}
.user-eval .s-uebut{position: absolute;top: 50%;margin-top: -30px;height: 60px;width: 40px;background: url(../img/tupian/posit.png) repeat scroll center center;cursor: pointer;}
.user-eval .uebutLe{left: 0;}
.user-eval .uebutRi{right: 0;}
.s-uebut i{width: 17px;height: 30px;position: absolute;top: 50%;left: 50%;margin-left: -8.5px;margin-top: -15px;display: block;}
.uebutLe i{background-position: -3px -506px;}
.uebutRi i{background-position: -4px -584px;}
.v_cont ul li{display: block;}*/
/*---圆圈---*/
/*.v_out_p{position:relative;overflow:visible}
.circle{position:absolute;left: 70px;top: 60px; width:848px; overflow: hidden; height:168px;}
.circle li{float:left;height:168px;}
.circle li img{width:110px;height:110px;margin:39px 27px;}
.circle .circle-cur img{height: 168px;width: 168px; margin:0px 15px;}
.circle li .first{margin-left: 0px;}*/
/*---切换4.4修改---*/
/*.unitlist .ml{background:url(../img/icon/team-left.png) no-repeat left top;}
.unitlist .mr{background:url(../img/icon/team-right.png) no-repeat right top;}
.unitlist .icon{width:29px;height:60px; display:block}
.appraise .unitlist {width: 928px;height: 160px;padding-top: 40px;margin: 0 auto;}
.unitlist .ml {float: left; margin-top: 54px;}
.unitlist .mr {float: right;margin-top: 54px;}
.unitlist .piclist {position: relative;float: left;width: 861px;height: 160px;overflow: hidden;}
.unitlist ul {float: left;height: 268px;}
.unitlist ul li {position: absolute; width:160px; height:160px;}
.unitlist ul .li {width: 110px;height: 110px;margin: 0px 30px; }
.unitlist ul li .li1{background: transparent url(../img/people/panmengyu.png) repeat center  center ; background-size: cover; width: 110px; height: 110px; margin-top: 29px;}
.unitlist ul li .li2{background: transparent url(../img/people/guoyunlin.png) repeat center  center ;background-size: cover; width: 110px; height: 110px; margin-top: 29px; }
.unitlist ul li .li3{background: transparent url(../img/people/matingting.png) repeat center  center ;background-size: cover; width: 110px; height: 110px; margin-top: 29px; }
.unitlist ul li .li4{background: transparent url(../img/people/liuchong.png) repeat center  center ;background-size: cover; width: 110px; height: 110px; margin-top: 29px; }
.unitlist ul li .li5{background: transparent url(../img/people/yangzhihua.png) repeat center  center ;background-size: cover; width: 110px; height: 110px; margin-top: 29px; }
.unitlist ul li .li6{background: transparent url(../img/people/tianbin.png) repeat center  center ;background-size: cover; width: 160px; height: 160px; margin:0px 0px; }
.unitlist ul li .li7{background: transparent url(../img/people/renying.png) repeat center  center ;background-size: cover; width: 110px; height: 110px; margin-top: 29px; }
.unitlist ul li .li8{background: transparent url(../img/people/songmuyuan.png) repeat center  center ;background-size: cover; width: 110px; height: 110px; margin-top: 29px;}
.unitlist ul li .li0{background: transparent url(../img/people/songmuyuan.png) repeat center  center ;background-size: cover; width: 110px; height: 110px; margin-top: 29px; }
.unitlist ul li .li10{background: transparent url(../img/people/yaming-icon.png) repeat center  center ;background-size: cover; width: 110px; height: 110px; margin-top: 29px; }
.unitlist ul li .li9{background: transparent url(../img/people/yongwei-icon.png) repeat center  center ;background-size: cover; width: 110px; height: 110px; margin-top: 29px; }
.unitlist ul li .li11{background: transparent url(../img/people/liuchong.png) repeat center  center ;background-size: cover; width: 110px; height: 110px; margin-top: 29px; }
.unitlist ul li .li12{background: transparent url(../img/people/yayun-icon.png) repeat center  center ;background-size: cover; width: 110px; height: 110px; margin-top: 29px; }
.unitlist ul li .li15{background: transparent url(../img/people/liyuan.png) repeat center  center ;background-size: cover; width: 110px; height: 110px; margin-top: 29px; }
.unitlist ul li .li14{background: transparent url(../img/people/liminghai.png) repeat center  center ;background-size: cover; width: 110px; height: 110px; margin-top: 29px; }
.unitlist ul li .li16{background: transparent url(../img/people/quanzhenhua.png) repeat center  center ;background-size: cover; width: 110px; height: 110px; margin-top: 29px; }
.piclist{padding-left:9px;}*/

/*ui-choose 4.0修改*/

/*改*/
/*.ui-choose .ui-choose-bottom{background: url(../img/join-hz.png) no-repeat; border: 1px solid #f0f0f0; width:1198px; height: 295px; margin-bottom: 40px;}*/

/*ui-zixun 4.0修改*/
/*改*/
/*改*/
/*.ui-zixun{background: #FFFFFF; width:100%; min-width: 1200px;}
.same-title-h2{font-size: 24px; color: #333333; font-weight: bold; border-left: 3px solid #00DB66; line-height: 26px; margin: 40px 0; padding-left: 16px;}
.consultation{height: 462px;}
.consultation .consu-left{width:488px; height: 458px; background: #f7f7f7; margin-right: 16px;}
.consu-left .consulation-top{position: relative; display: block; cursor: pointer;}
.consu-left .consulation-top img{width:488px; height: 290px;}
.consu-left .consulation-bottom{margin-top: 30px; padding: 0 16px;}
.consu-left .consulation-bottom .title{font-size: 20px; line-height: 20px; color: #333333; display: block; width:456px; overflow: hidden; text-overflow : ellipsis; white-space : nowrap;}
.consu-left .consulation-bottom .title:hover{color: #00cd63; cursor: pointer;}
.consu-left .consulation-bottom .commen{font-size: 14px; color: #7e7e7e; line-height: 24px; margin-top: 11px;}
.consul-right .consulation-top{width:694px; height: 353px; margin-bottom: 16px;}
.consul-right .consulation-top li{height: 140px; margin-bottom: 16px; border: 1px solid #eaeaea;}
.consul-right .consulation-top li.cont-li{margin-bottom: 0px;}
.consul-right .consulation-top .link-left{width:442px;  padding-left: 16px; padding-top: 16px; padding-right:16px;}
.consul-right .consulation-top .link-left .link-a{display: block; cursor: pointer;}
.consul-right .consulation-top .link-left .link-a h2{font-size: 18px; line-height: 18px; margin-bottom: 11px; color: #333333; width:390px; overflow: hidden; text-overflow : ellipsis; white-space : nowrap;}
.consul-right .consulation-top .link-left .link-a:hover h2{color: #00cd63;}
.consul-right .consulation-top .link-left .comm{font-size: 14px; color: #7e7e7e; line-height: 24px;}
.consul-right .consulation-top .link-left .sj-time{font-size: 14px; color: #b2b2b2; line-height: 14px; margin-top: 15px;}
.consul-right .consulation-top .link-right{width:210px; height:140px; display: block;}
.consul-right .consulation-top .link-right img{width:100%; height: 100%;}
.consul-right li .tp-link{display: block; height:140px; ease
.consul-right li .tp-link:hover{box-shadow:0px 0px 15px rgba(179,179,179,0.4);}
.consu-left .mt-link{display:block; height:458px; width:488px; -moz-transition:all 0.4s ease; -ms-transition:all 0.4s ease; -webkit-transition:all 0.4s ease; transition:all 0.4s ease;}
.consu-left .mt-link:hover{box-shadow:0px 0px 15px rgba(179,179,179,0.4);}
.report-title{height: 26px; margin: 40px 0px;}
.same-title-h3{font-size: 24px; color: #333333; font-weight: bold; border-left: 3px solid #00DB66; line-height: 24px; padding-left: 16px;}
.question-report-a a{height:22px; font-size:14px; margin-left:10px; line-height:22px; border:1px solid #eee; background:#fff; padding:0 16px; display:inline-block; border-radius:15px; float:left;}
.question-report-a a:hover{background:#00cd63; color:#fff; cursor: pointer;}
.question-report-a a.selected{background:#00cd63; color:#fff;}
.report-title .repor-more{font-size: 14px; color: #999999; line-height: 24px; background: url(../img/icon/repor-more-btn.png) right center no-repeat; padding-right: 16px;}
.report-title .repor-more:hover{color: #00cd63; background: url(../img/icon/repor-more-hover.png) right center no-repeat;}
.zixun-question-right{width:464px;} 
.question-zixun-comm{width:462px; height: 456px; border: 1px solid #eaeaea;}
.question-zixun-comm .question-item-li{margin: 0 20px;}
.question-zixun-comm .question-item-li h2{font-size: 16px; margin: 30px 0 19px 0; color: #4D4D4D; line-height: 16px; overflow: hidden; text-overflow : ellipsis; white-space : nowrap;}
.question-zixun-comm .question-item-li h2 span{color: #00cd63;}
.question-zixun-comm .question-item-li h2 a:hover{cursor: pointer; color: #00CD63;}
.question-item-li .ques-comm{width:422px; display:block; height: 70px; position: relative; background: #f5f5f5; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius:4px;}
.question-item-li .ques-comm p{font-size: 13px; color: #7f7f7f; line-height: 24px; padding: 11px 14px;}
.question-item-li .ques-comm i.tringle{position: absolute; top: -7px; left: 24px;  z-index:10;width:10px; height: 7px; display: inline-block; background: url(../img/icon/tringle-top.png) no-repeat;}
.question-item-li .ques-comm:hover{background:#ebebeb;}
.question-item-li .ques-comm:hover i{background: url(../img/icon/tringle-top-hover.png) no-repeat;}
*/
/*检索3.0 首页检索3.0有修改*/
.ui-jsfx-bar {
    background: #f7f7f7;
    height: 188px;
}

.jsfxBar {
    height: 32px;
}

.jsfxcomm {
    height: 34px;
    padding: 30px 0px 30px 413px;
}

.jsfxBar .text-input {
    display: inline-block;
    border: 1px solid #dedede;
    line-height: 42px;
    margin-right: 10px;
    font-size: 14px;
    color: #686868;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.jsfxBar .zlmc-input {
    width: 380px;
    height: 42px;
    background: #fff url("../images/js_search.png") 20px center no-repeat;
    padding: 0px 10px 0px 50px;
}

.jsfxBar .phone-input {
    width: 168px;
    height: 42px;
    background: #FFFFFF url("../images/js_phone.png") 20px center no-repeat;
    padding: 0px 10px 0px 42px;
}

.jsfxBar .jsfx-btn {
    width: 222px;
    height: 44px;
    display: inline-block;
    line-height: 44px;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    background: #00ae66;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.jsfxBar .jsfx-btn:hover {
    cursor: pointer;
}

.jsfxcomm ul li {
    float: left;
    height: 18px;
    line-height: 18px;
}

.jsfxcomm ul li a {
    font-size: 18px;
    color: #333333;
    line-height: 18px;
    display: inline-block;
    vertical-align: top;
}

.jsfxcomm ul li a.selected {
    color: #00ae66;
}

.jsfxcomm ul li a:hover {
    cursor: pointer;
}

.jsfxcomm ul li span {
    border-left: 1px solid #e5e5e5;
    height: 18px;
    margin: 0 40px;
}

.jsfxcomm ul li span ,.jsfxcomm ul li a {
    vertical-align: middle;
}

.jsfx-search {
    margin-bottom: 14px;
    padding-left: 148px;
}

.jsfx-search span {
    font-size: 14px;
    color: #808080;
    line-height: 14px;
}

.jsfx-search span label {
    color: #e61717;
}

.jsfx-search span label.big {
    font-size: 18px;
}

.searchId {
    padding-left: 147px;
}

/*检索弹框1.2 3.0修改*/
.jsfx_dialog {
    width: 434px;
    height: 478px;
    border-radius: 20px;
    background: #f7f7f7;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    left: 50%;
    top: 50%;
    margin: -239px 0 0 -217px;
    position: absolute;
    position: fixed !important;
    z-index: 1001;
    display: none;
}

.jsfx-tit {
    height: 70px;
    line-height: 70px;
    text-align: center;
    position: relative;
    background: #00ae66;
    border-top-left-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    -moz-border-top-left: 20px;
    border-top-right-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-top-right: 20px;
}

.jsfx-tit span {
    font-size: 28px;
    color: #FFFFFF;
}

.jsfx-tit a {
    float: right;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}

.jsfx-tit a:hover {
    cursor: pointer;
}

.jsfx-com-top .jsfx-pp {
    padding: 34px 60px 34px 60px;
    text-align: center;
}

.jsfx-com-top .jsfx-pp p {
    font-size: 18px;
    color: #00ae66;
    line-height: 30px;
}

.jsfx-com-top .jsfx-pp .qr {
    width: 132px;
    height: 38px;
    background: #00ae66;
    font-size: 18px;
    line-height: 38px;
    color: #FFFFFF;
    display: inline-block;
    margin-top: 33px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.jsfx-com-img {
    padding: 0px 146px 12px 146px;
}

.jsfx-com-p p {
    font-size: 18px;
    line-height: 18px;
    color: #00ae66;
    text-align: center;
}

.jsfx-com-top .jsfx-pp .qr:hover {
    cursor: pointer;
}

/*修改圆角*/
.sys-pro .pro_sq {
    width: 180px;
    height: 42px;
    background: #eb7d2b;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #FFFFFF;
    line-height: 42px;
    margin-right: 60px;
}

.sys-pro .pro_zx {
    width: 180px;
    height: 42px;
    background: #f0f0f0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #666666;
    line-height: 42px;
}

.process_zxsq a {
    text-align: center;
    font-size: 18px;
    display: inline-block;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.process_zxsq .pro_sq {
    width: 180px;
    height: 42px;
    background: #eb7d2b;
    color: #FFFFFF;
    line-height: 42px;
    margin-right: 60px;
}

.process_zxsq .pro_zx {
    width: 180px;
    height: 42px;
    background: #f0f0f0;
    color: #666666;
    line-height: 42px;
}

.add_start_btn .add_btn {
    width: 180px;
    display: block;
    text-align: center;
    height: 42px;
    line-height: 42px;
    margin-top: 60px;
    color: #FFFFFF;
    background: none;
    font-size: 20px;
    border: 2px solid #FFFFFF;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.create_btn_once {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.create_btn .create_btn_once {
    width: 180px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    border: 1px solid #00cb4e;
    background: #00b244;
    color: #FFFFFF;
    font-size: 20px;
    display: block;
}

.input_btn {
    width: 140px;
    height: 38px;
    display: inline-block;
    line-height: 38px;
    background: #f71f1f;
    color: #FFFFFF;
    font-size: 18px;
    position: relative;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

/*ui-system*/
.sys-banner {
    background: url("../images/liudaxitong-banner.png") no-repeat center center;
    height: 500px;
    min-width: 1200px;
    border-bottom: 3px dashed #dbdada;
}

.sys-bottom {
    background: #FFFFFF;
    width: 100%;
    min-width: 1200px;
}

.sys-comm {
    background: #f7f8fd;
    height: 500px;
    border-bottom: 3px dashed #dbdada;
}

.sys-comm .sys-img1 {
    background: url("../images/team-sys.png") no-repeat left center;
    height: 500px;
}

.sys-comm .sys-img2 {
    background: url("../images/jingzhun-sys.png") no-repeat left center;
    height: 500px;
}

.sys-comm .sys-img3 {
    background: url("../images/fast-sys.png") no-repeat left center;
    height: 500px;
}

.sys-comm .sys-img4 {
    background: url("../images/zhiliang-sys.png") no-repeat left center;
    height: 500px;
}

.sys-comm .sys-img5 {
    background: url("../images/jindu-sys.png") no-repeat left center;
    height: 500px;
}

.sys-comm .sys-img6 {
    background: url("../images/scipt-sys.png") no-repeat left center;
    height: 500px;
}

.sys-p {
    width: 588px;
}

.sys-p1 {
    padding-left: 422px;
}

.sys-p2 {
    padding-left: 260px;
    width: 610px
}

.sys-p3 {
    padding-left: 420px;
    width: 530px
}

.sys-p4 {
    padding-left: 261px;
    width: 568px
}

.sys-p5 {
    width: 584px;
    padding-left: 420px;
}

.sys-p6 {
    width: 636px;
    padding-left: 216px;
}

.sys-p h2 {
    font-size: 36px;
    line-height: 36px;
    color: #FFFFFF;
    font-weight: normal;
}

.sys-p p {
    font-size: 24px;
    line-height: 38px;
    color: #FFFFFF;
}

.sys-p p strong {
    font-size: 36px;
    padding-right: 4px;
}

.sys-p1 h2 {
    padding: 88px 0px 0px 95px;
}

.sys-p1 p {
    padding-top: 193px;
}

.sys-p2 h2 {
    padding: 88px 0px 0px 394px;
}

.sys-p2 p {
    padding-top: 234px;
}

.sys-p3 h2 {
    padding: 88px 0px 0px 40px;
}

.sys-p3 p {
    padding-top: 230px;
    padding-left: 14px;
}

.sys-p4 h2 {
    padding: 88px 0px 0px 351px;
}

.sys-p4 p {
    padding-top: 227px;
    padding-left: 9px;
}

.sys-p5 h2 {
    padding: 88px 0px 0px 42px;
}

.sys-p5 p {
    padding-top: 188px;
}

.sys-p6 h2 {
    padding: 88px 0px 0px 398px;
}

.sys-p6 p {
    padding-top: 190px;
    text-indent: 30px;
}

.sys-left,.sys-right {
    width: 598px;
}

.sys-prott h1 {
    width: 589px;
    height: 50px;
    line-height: 50px;
    font-size: 36px;
    color: #FFFFFF;
    background: #226474;
}

.sys-right h1 {
    width: 589px;
    height: 50px;
    line-height: 50px;
    font-size: 36px;
    color: #FFFFFF;
    background: #0ec4d6;
}

.sys-prott {
    text-align: center;
    padding-top: 30px;
}

.sys-prott img {
    width: 200px;
    height: 204px;
    margin-top: 56px;
}

.sys-prott p {
    font-size: 24px;
    color: #4b4b4b;
    width: 409px;
    line-height: 38px;
    height: 77px;
    text-align: center;
    padding: 64px 90px 85px 90px;
}

.sys-prott a {
    width: 350px;
    height: 70px;
    margin-bottom: 60px;
    text-align: center;
    display: inline-block;
    line-height: 70px;
    font-size: 36px;
    color: #FFFFFF;
}

.sys-prott a.ljsq {
    background: #9c3342;
}

.sys-prott a.lmzx {
    background: #4E4E4E;
}

.sys-prott a:hover {
    cursor: pointer;
}

.sys-probot {
    background: #f7f8fd;
}


/*一站士平台*/
.ui-platform {
    background: url("../img/ui-platform-img.jpg") top center no-repeat;
    width: 100%;
    min-width: 1200px;
    height: 300px;
}

.ui-platform-comm {
    position: relative;
}

.ui-platform .application {
    position: absolute;
    width: 178px;
    height: 54px;
    line-height: 54px;
    color: #FFFFFF;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border: 1px solid #FFFFFF;
    text-align: center;
    font-size: 24px;
    left: 510px;
    top: 171px;
}

.ui-platform .application:hover {
    cursor: pointer;
}

/*视频弹框*/
.preferentBar .mar-40 {
    margin-top: 40px;
}

.mar-30-30 {
    margin-top: 30px;
}

.preComm_Tit .titWeight {
    font-weight: bold;
}

.zqt-researchBar {
    padding: 40px 80px 0px 80px;
}

.zqt-researchBar p {
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    margin-bottom: 18px;
}

.zqt-researchBar p b {
    font-weight: bold;
}

.zqt-researchBar .mar-12 {
    margin-top: 12px;
}

.zqt-researchBar .mar-b-40 {
    margin-bottom: 40px;
}

.zqt-qcode {
    text-align: center;
    margin-top: 22px;
}

.zqt-qcode p {
    color: #00b244;
    line-height: 16px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 30px;
}

.zqt-video li {
    float: left;
    background: #FFFFFF;
    margin-bottom: 18px;
    margin-right: 14px;
    height: 118px;
    width: 225px;
    border: 1px solid #FFFFFF;
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
}

.zqt-video li:hover {
    border: 1px solid #E5E5E5;
}

.zqt-video li a {
    height: 118px;
    width: 225px;
    display: inline-block;
}

.zqt-video li.no-mar {
    margin-right: 0px;
}

.ui-dialog {
    *zoom: 1;
    _float: left;
    position: relative;
    background-color: #FFF;
    border: 1px solid #999;
    border-radius: 6px;
    outline: 0;
    background-clip: padding-box;
    font-family: Helvetica, arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .15s ease-in-out, opacity .15s ease-in-out;
    transition: transform .15s ease-in-out, opacity .15s ease-in-out;
}

.ui-popup-show .ui-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.ui-popup-focus .ui-dialog {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.ui-popup-modal .ui-dialog {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1), 0 0 256px rgba(255, 255, 255, .3);
}

.ui-dialog-title {
    margin: 0;
    line-height: 16px;
    min-height: 16px;
    padding: 15px;
    overflow: hidden;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: default;
}

.ui-dialog-close {
    position: relative;
    _position: absolute;
    float: right;
    top: 0;
    right: 0;
    height: 56px;
    width: 53px;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #FFF;
    opacity: .2;
    filter: alpha(opacity=20);
    cursor: pointer;
    background: transparent;
    _background: #FFF;
    border: 0;
    -webkit-appearance: none;
}

.ui-dialog-header,.ui-dialog-body,.ui-dialog-footer {
    padding: 0;
    border: 0 none;
    text-align: left;
    background: transparent;
}

.ui-dialog-header {
    white-space: nowrap;
    background: #f7f9f8;
    -ms-border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.ui-dialog-body {
    padding: 20px;
    text-align: center;
}

.ui-dialog .ui-dialog-grid .ui-dialog-footer button.ui-dialog-autofocus {
    background: #9ece69;
    border: none;
    padding: 6px 69px;
}

.ui-dialog-grid {
    width: auto;
    margin: 0;
    border: 0 none;
    border-collapse: collapse;
    border-spacing: 0;
    background: transparent;
}

/*20170915改*/
/*产品版块 zqt-zt-product*/
.zqt-zt-product {
    height: 290px;
    padding: 40px 0 30px 0;
}

.zqt-zt-product .zt-product-left {
    background: url("../img/index/nf-bg.png") no-repeat;
    width: 210px;
    height: 290px;
}

.zt-product-left .under-link {
    width: 120px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    display: inline-block;
    color: #666666;
    margin: 171px 0 0 45px;
    background: #FFFFFF;
    font-size: 16px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

.zqt-zt-product .zt-product-right {
    height: 290px;
}

.zqt-zt-product .zt-product-right li.first {
    width: 237px;
    margin-left: 0px;
}

.zqt-zt-product .zt-product-right li {
    width: 235px;
    height: 288px;
    float: left;
    border: 1px solid #e5e5e5;
    text-align: center;
    margin-left: 10px;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.zqt-zt-product .zt-product-right li img {
    margin: 30px 0 10px 0;
}

.zqt-zt-product .zt-product-right li h2 {
    font-size: 18px;
    color: #4d4d4d;
    font-weight: bold;
    line-height: 22px;
}

.zqt-zt-product .zt-product-right li p {
    font-size: 13px;
    color: #818181;
    line-height: 17px;
    margin: 12px 0 18px 0;
}

.zqt-zt-product .zt-product-right li h3 {
    font-size: 14px;
    color: #ea4c4e;
    line-height: 16px;
    height: 16px;
}

.zqt-zt-product .zt-product-right li h3 b {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
}

.zqt-zt-product .zt-product-right li a {
    width: 104px;
    height: 24px;
    line-height: 24px;
    margin-top: 21px;
    display: inline-block;
    font-size: 14px;
    color: #9a9a9a;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
}

.zqt-zt-product .zt-product-right li a:hover {
    color: #ea4c4e;
    border: 1px solid #ea4c4e;
    cursor: pointer;
}

.zqt-zt-product .zt-product-right li:hover {
    box-shadow: 0px 4px 8px rgba(0,49,77,0.1);
}

/*专题报告*/
.zqt-zt-report {
    background: #f5f5f5;
    width: 100%;
    min-width: 1200px;
    height: 270px;
}

.zt-report-box {
    padding: 30px 0;
}

.report-box-item {
    width: 348px;
    height: 167px;
    background: #FFFFFF;
    float: left;
    padding: 40px 20px 0;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.report-box-item:hover {
    box-shadow: 0px 4px 8px rgba(0,49,77,0.1);
}

.report-box-item .report-img {
    width: 138px;
}

.report-box-item .report-img img {
    width: 100%;
}

.report-box-item .report-conter {
    width: 190px;
}

.report-box-item .report-conter h2 {
    font-size: 18px;
    line-height: 18px;
}

.report-box-item .report-conter p {
    font-size: 13px;
    color: #999999;
    line-height: 18px;
}

.report-box-item .report-conter .apply-link {
    height: 32px;
    line-height: 32px;
    width: 98px;
    margin-top: 18px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: #999999;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.report-box-item .report-conter .apply-link:hover {
    border: 1px solid #00DB66;
    color: #00DB66;
}

.report-box-item .report-conter .border {
    width: 60px;
    margin: 10px 0 8px 0;
}

.report-box-first {
    border-top: 3px solid #00DB66;
}

.report-box-first .report-conter .border {
    border-bottom: 2px solid #00DB66;
}

.report-box-first .report-conter h2 {
    color: #00DB66;
}

.report-box-second {
    border-top: 3px solid #23b3e6;
    margin: 0 18px;
}

.report-box-second .report-conter h2 {
    color: #23B3E6;
}

.report-box-second .report-conter .border {
    border-bottom: 2px solid #23b3e6;
}

.report-box-third {
    border-top: 3px solid #f4c153;
}

.report-box-third .report-conter .border {
    border-bottom: 2px solid #f4c153;
}

.report-box-third .report-conter h2 {
    color: #F4C153;
}

/*产品*/
.service-pro-title {
    margin: 40px 0;
}

.service-pro-title h2 {
    border-left: 3px solid #00DB66;
    line-height: 26px;
}

.service-pro-title h2 span {
    display: inline-block;
    font-size: 14px;
    color: #999999;
    line-height: 26px;
}

.service-pro-title h2 .tit {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    margin: 0 10px 0 16px;
}

.service-product {
    height: 360px;
}

.service-product .service-pro-left {
    width: 300px;
    height: 100%;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.service-product .service-pro-left-zl {
    background: url("../images/zl-service-img01.jpg") no-repeat;
}

.service-product .service-pro-left-sp {
    background: url("../images/sp-service-img01.jpg") no-repeat;
}

.service-pro-left .pro-box01 {
    padding: 30px 20px 0px;
    display: block;
    width: 260px;
    height: 333px;
}

.service-pro-left:hover {
    box-shadow: 0px 0px 15px rgba(200,200,200,0.6);
}

.service-pro-left .pro-box01 h2 {
    font-size: 20px;
    color: #4d4d4d;
    line-height: 20px;
}

.service-pro-left .pro-box01 p {
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    margin-top: 14px;
}

.service-pro-left .pro-box01 h5 {
    font-size: 18px;
    color: #ea4c4e;
    line-height: 25px;
    margin-top: 22px;
    height: 25px;
}

.service-pro-left .pro-box01 h5 b {
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
}

.service-pro-center {
    width: 652px;
}

.service-pro-center .pro-item li {
    width: 308px;
    height: 171px;
    float: left;
    margin-left: 18px;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.service-pro-center .pro-item li:hover {
    box-shadow: 0px 0px 15px rgba(200,200,200,0.6);
}

.service-pro-center .pro-item li .pro-box {
    padding: 30px 98px 0 20px;
    display: inline-block;
    width: 190px;
    height: 141px;
    cursor: pointer;
}

.service-pro-center .pro-item li .pro-box h2 {
    font-size: 16px;
    color: #4d4d4d;
    line-height: 16px;
}

.service-pro-center .pro-item li .pro-box p {
    font-size: 13px;
    color: #999999;
    line-height: 18px;
    margin-top: 10px;
}

.service-pro-center .pro-item li .pro-box h5 {
    font-size: 14px;
    color: #ea4c4e;
    line-height: 18px;
    margin-top: 15px;
    height: 18px;
}

.service-pro-center .pro-item li .pro-box h5 b {
    font-size: 22px;
    font-weight: normal;
    display: inline-block;
}

.service-pro-center .pro-item .pro-box01 {
    background: url("../images/zl-service-img02.jpg") no-repeat;
}

.service-pro-center .pro-item .pro-box02 {
    background: url("../images/zl-service-img03.jpg")no-repeat;
}

.service-pro-center .pro-item .pro-box03 {
    background: url("../images/zl-service-img05.jpg") no-repeat;
    margin-top: 18px;
}

.service-pro-center .pro-item .pro-box04 {
    background: url("../images/zl-service-img06.jpg") no-repeat;
    margin-top: 18px;
}

.service-pro-center .pro-item .pro-box05 {
    background: url("../images/sp-service-img02.jpg") no-repeat;
}

.service-pro-center .pro-item .pro-box06 {
    background: url("../images/sp-service-img03.jpg") no-repeat;
}

.service-pro-center .pro-item .pro-box07 {
    background: url("../images/sp-service-img05.jpg") no-repeat;
    margin-top: 18px;
}

.service-pro-center .pro-item .pro-box08 {
    background: url("../images/sp-service-img06.jpg") no-repeat;
    margin-top: 18px;
}

.service-pro-right {
    width: 230px;
}

.service-pro-right .pro-box {
    width: 230px;
    height: 171px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.service-pro-right .pro-box p {
    padding: 6px 10px;
    background: url("../images/pro-bg.png") repeat;
    width: 210px;
    position: absolute;
    bottom: -60px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.service-pro-right .pro-box p a {
    cursor: pointer;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
    float: left;
    display: inline-block;
}

.service-pro-right .pro-box p a:hover {
    text-decoration: underline;
}

.service-pro-right .pro-box01 {
    background: url("../images/zl-service-img04.jpg") no-repeat;
}

.service-pro-right .pro-box02 {
    background: url("../images/zl-service-img07.jpg") no-repeat;
    margin-top: 18px;
}

.service-pro-right .pro-box03 {
    background: url("../images/sp-service-img04.jpg") no-repeat;
}

.service-pro-right .pro-box04 {
    background: url("../images/sp-service-img07.jpg") no-repeat;
    margin-top: 18px;
}

.service-pro-right .pro-box01 p {
    height: 24px;
}

.service-pro-right .pro-box02 p {
    height: 48px;
}

.service-pro-right .pro-box03 p {
    height: 24px;
}

.service-pro-right .pro-box04 p {
    height: 24px;
}

.service-pro-right .pro-box:hover p {
    bottom: 0;
}

.service-pro-right .pro-box .sing {
    margin-right: 14px;
}

.zqt-service-product .ad-banner {
    display: inline-block;
    width: 1200px;
    height: 100px;
    margin-top: 40px;
}

.zqt-service-product .ad-banner img {
    width: 100%;
    height: 100%;
}

/*版权，知识产权交易，创新*/
.zqt-service-other {
    background: #f5f5f5;
    width: 100%;
    min-width: 1200px;
    margin-top: 40px;
    padding-bottom: 40px;
}

.bq-service .service-pro-title {
    margin: 0;
    padding: 40px 0;
}

.bq-service-box {
    height: 300px;
}

.bq-service-box .bq-service-item {
    height: 300px;
}

.bq-service-box .bq-service-item li {
    height: 300px;
    width: 286px;
    display: inline-block;
    cursor: pointer;
    float: left;
    margin-left: 18px;
    background: #FFFFFF;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.bq-service-box .bq-service-item li.first {
    width: 288px;
    margin-left: 0px;
}

.bq-service-box .bq-service-item li a {
    height: 300px;
    width: 100%;
    display: block;
    text-align: center;
}

.bq-service-box .bq-service-item li img {
    height: 172px;
    width: 100%;
    display: block;
}

.bq-service-box .bq-service-item li h2 {
    font-size: 18px;
    color: #333333;
    line-height: 18px;
    margin: 24px 0 12px 0;
}

.bq-service-box .bq-service-item li p {
    font-size: 13px;
    color: #b3b3b3;
    line-height: 13px;
}

.bq-service-box .bq-service-item h5 {
    font-size: 14px;
    color: #ea4c4e;
    line-height: 18px;
    margin-top: 17px;
    height: 18px;
}

.bq-service-box .bq-service-item h5 b {
    font-size: 22px;
    font-weight: normal;
    display: inline-block;
}

.bq-service-box .bq-service-item h5 span {
    font-size: 16px;
}

.bq-service-box .bq-service-item li:hover h2 {
    color: #00DB66
}

.bq-service-box .bq-service-item li:hover {
    box-shadow: 0px 4px 8px rgba(0,49,77,0.1);
}

.transaction-box {
    height: 26px;
    margin: 40px 0;
}

.transaction-box .service-pro-title {
    margin: 0;
}

.transaction-box .trans-right a {
    line-height: 26px;
    font-size: 16px;
    color: #999999;
}

.transaction-box .trans-right a:hover {
    cursor: pointer;
    color: #00DB66;
}

.transaction-item {
    height: 162px;
}

.transaction-item li {
    width: 388px;
    height: 162px;
    float: left;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.transaction-item li .trans-box {
    margin: 30px 0 0 30px;
}

.transaction-item li:hover {
    box-shadow: 0px 4px 8px rgba(0,49,77,0.1);
}

.transaction-item li h2 {
    font-size: 18px;
    color: #4D4D4D;
    line-height: 18px;
}

.transaction-item li p {
    font-size: 13px;
    color: #999999;
    line-height: 14px;
    margin: 12px 0 18px 0;
}

.transaction-item li .kind-link {
    font-size: 16px;
    color: #999999;
    width: 78px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border: 1px solid #e5e5e5;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.transaction-item li .kind-link:hover {
    color: #00DB66;
    border: 1px solid #00DB66;
}

.transaction-item li.first {
    background: url("../images/trans-img01.png") #FFFFFF no-repeat;
}

.transaction-item li.second {
    background: url("../images/trans-img02.png") #FFFFFF no-repeat;
    margin: 0 18px;
}

.transaction-item li.third {
    background: url("../images/trans-img03.png") #FFFFFF no-repeat;
}


/*销售人员登录*/
.dl-background {
    background: url("../img/login-bg.jpg") center no-repeat;
    width: 100%;
    height: 100%;
}

.dl-people {
    padding: 100px 0 100px 0;
}

.dl-people .title {
    font-size: 26px;
    color: #00da84;
    line-height: 26px;
    margin-bottom: 24px;
    text-align: center;
}

.dl-people .box {
    width: 540px;
    margin: 0 auto;
    background: #ffffff;
    opacity: .8;
    border-radius: 10px;
    padding: 20px 0 20px 20px;
    box-shadow: 0px 0px 25px rgba(0,0,0,.1)
}

.dl-people p {
    margin-bottom: 12px;
}

.dl-people p span {
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    display: inline-block;
    width: 100px;
}

.dl-people p input {
    width: 280px;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #eaeaea;
    display: inline-block;
    background: #ffffff;
}

.dl-people p .code-btn {
    font-size: 16px;
    color: #00da84;
    margin-left: 10px;
}

.dl-people p select {
    width: 302px;
    padding: 0 10px;
    height: 32px;
    border: 1px solid #eaeaea;
    background: #ffffff;
}

.dl-people p .submit-btn {
    width: 100px;
    height: 32px;
    line-height: 32px;
    color: #ffffff;
    background: #00da84;
    border-radius: 5px;
    display: inline-block;
    border: none;
    margin-left: 170px;
    margin-top: 24px;
}


/*活动横幅*/
.dialog-bottom {
    width: 100%;
    min-width: 1100px;
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
}

.dialog-bottom .dialog-bottom-comm {
    width: 100%;
    height: 130px;
    background: url("../images/modal_banner.jpg") center no-repeat;
    position: relative;
}

.dialog-bottom .dialog-bottom-com {
    width: 100%;
    height: 130px;
    background: url("../images/modal_banner1.jpg") center no-repeat;
    position: relative;
}

.dialog_tiaozhuan {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    margin: 0 auto;
}

.dialog_content {
    width: 1100px;
    position: relative;
    margin: 0 auto;
}

.dialog-bottom .dialog-close {
    position: absolute;
    display: inline-block;
    right: 0;
}

.dialog-bottom .dialog-close .close {
    width: 23px;
    height: 23px;
    cursor: pointer;
    display: inline-block;
    margin: 20px 20px 0 0;
}
.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: #000;
		background: rgba(0,0,0,.8);
		z-index: 1200;
		display: none;
		top: 0;
		left: 0; 
		}
	
	.reveal-modal {
	visibility: hidden;
	top: 100px;
	left: 50%;
	margin-left: -300px;
	width: 550px;
	background: #eee url("modal-gloss.png") no-repeat -200px -80px;
	position: absolute;
	z-index:1300;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-box-shadow: 0 0 10px rgba(0,0,0,.4);
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 34px;
	padding-left: 40px;
		}
		
	.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
	.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
	.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
	.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
	
	.reveal-modal .close-reveal-modal {
		font-size: 22px;
		line-height: .5;
		position: absolute;
		top: 8px;
		right: 11px;
		color: #aaa;
		text-shadow: 0 -1px 1px rbga(0,0,0,.6);
		font-weight: bold;
		cursor: pointer;
		} 
	.cssbinput1{
	background-image:url("../images/zoom3.jpg");
	padding-left:30px;
	width:340px;
	height:40px;
	line-height:40px;
	background-repeat: no-repeat;
	background-position:8px 13px;
	border: 1px solid #FF6600;
	background-color: #FFFFFF;
	margin-top: 10px;
}

.cssbinputgw
{
	background-image:url("../images/zoomgw.jpg");
	padding-left:30px;
	width:340px;
	height:40px;
	line-height:40px;
	background-repeat: no-repeat;
	background-position:8px 13px;
	border: 1px solid #FF6600;
	background-color: #FFFFFF;
	margin-top: 10px;
}
		.cssbinput2{
	background-image:url("../images/zoom2.jpg");
	padding-left:30px;
	width:340px;
	height:40px;
	line-height:40px;
	background-repeat: no-repeat;
	background-position:8px 13px;
	border: 1px solid #FF6600;
	background-color: #FFFFFF;
	margin-top: 10px;
	}
		.cssbinput3{
	background-image:url("../images/zoom4.png");
	padding-left:30px;
	width:340px;
	height:40px;
	line-height:40px;
	background-repeat: no-repeat;
	background-position:8px 13px;
	border: 1px solid #FF6600;
	background-color: #FFFFFF;
	margin-top: 10px;
	}
	.cssbinput5{
	background-image:url("../images/zoom4.png");
	padding-left:30px;
	width:310px;
	height:40px;
	line-height:40px;
	background-repeat: no-repeat;
	background-position:8px 13px;
	border: 1px solid #FF6600;
	background-color: #FFFFFF;
	margin-top: 10px;
	}
.frombdtit {
	line-height: 50px;
	height: 50px;
	font-family: "ÃƒÂ¥Ã‚Â¾Ã‚Â®ÃƒÂ¨Ã‚Â½Ã‚Â¯ÃƒÂ©Ã¢â‚¬ÂºÃ¢â‚¬Â¦ÃƒÂ©Ã‚Â»Ã¢â‚¬Ëœ";
	color: #333333;
}

.fromfxk {
	margin-right: 20px;
	margin-left: 20px;
	text-align: left;
	line-height: 40px;
}
.fromfxk imput {

margin: 0px;
	padding: 0px;
	border: 1px solid #FF6600;
	line-height: 40px;
	height:40px;
}
.cssbbut {
	background-image: url("../images/cssbbutsb.jpg");
	height:38px;
	width:128px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}
.cssbinput4{
	padding-left:10px;
	width:370px;
	height:40px;
	line-height:40px;
	background-repeat: no-repeat;
	background-position:8px 13px;
	border: 1px solid #FF6600;
	background-color: #FFFFFF;
	margin-top: 10px;
}
.topbanneriframe {
	float: left;
}

@media (max-width: 767px) {
	.bannerbottom{
		height: auto;
		padding: 12px;
		margin-top: 0;
	}
	.dropdownContainer,.dropdownDefault,.dropdrown-menu{
		width: 80px;
		height: 36px;
		line-height: 36px;
	}
	.dropdrown-menu{
		top: 36px;
	}
	.dropdrown-menu li{
	    height: 36px;
	    line-height: 36px;
	}
	.drop-input-search{
		width: calc(100% - 80px);
	}
	.drop-input-search .zlmc{
		width: calc(100% - 36px);
		height: 36px;
		padding: 0 12px;
	}
	.drop-input-search .js{
		width: 36px;
		height: 36px;
	}
	.cjjlbox{display: block;}
	.cjjlboxin{width: 46%;height: auto;margin: 0 2%;padding-bottom: 15px;}
	.cjjlboxinleft{width: 35%;}
	.cjjlboxinright{
		width: 65%;
		font-size: 18px;
		padding-left: 0;
		height: auto;
	}
	.bigyellow{font-size: 16px;}
	.ywzxbigbox{height: 250px;overflow-x: auto;background: #eee;}
	.ywzxbigbox .ab{width: 100%;height: 10px;background: #fff;position: absolute;bottom: 0;}
	.ywzxbigbox .ywzxbigboxin{display: block;height: 220px;width: max-content;padding: 30px 5px;}
	.ywzxbigbox .ywzxbigboxin .ywzxin{width: 70vw;height: 190px;padding-top: 10px;margin: 0 10px;}
	.ywzxintoptit{height: 30px;padding-top: 0;}
	.ywzxintopul li{
		width: 50%;
		height: 20px;
		line-height: 20px;
		font-size: 12px;
	}
	.remen{width: 100%;padding: 0 2%;display: inline-block;}
	.rm{padding: 10px 0;}
	.rmtitle{width: 96%;height: 30px;}
	.rmtitle br{display: none;}
	.rmtitle span{top: 9px;}
	.rm>ul{width: 100%;float: left!important;}
	.rm ul li{width: 25%!important;margin-top: 10px;font-size: 12px;}
}