/*-------------------------information_Info-----------------------*/

.information_Info {
    padding-bottom: 50px;
}

.information_Info .infor_con {
    margin-bottom: 30px;
    position: relative;
    width: 1200px;
}

.information_Info .infor_con .infor_con_top {
    width: 1200px;
    padding: 20px;
}

.information_Info .infor_con .infor_con_bottom {
    margin-top: 20px;
    padding: 20px;
}

.infor_con_bottom .infor_read_con {
    padding: 10px 0;
    margin-top: 10px;
}

.infor_con_bottom .infor_read_con .imgBox {
    width: 136px;
    height: 88px;
}

.infor_con_bottom .infor_read_con .contentBox {
    width: 254px;
    padding-left: 10px;
    min-height: 101px;
}

.infor_con_bottom .infor_read_con .contentBox p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 10px;
}

.infor_con_bottom .infor_read_con .contentBox a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.infor_con_bottom .infor_read_con .infor_read_ul {
    padding-left: 18px;
    margin-top: 10px;
    color: #ccc;
}

.infor_con_bottom .infor_read_con .infor_read_ul li {
    list-style: outside;
    line-height: 24px;
    padding-right: 20px;
}

.infor_con_bottom .infor_read_con .infor_read_ul li a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 20px;
    height: 20px;
}

.information_Info .infor_con .infor_title {
    margin: 0;
    width: 710px;
    display: block;
}

.information_Info .infor_con .infor_title .title_tag_hot {
    width: 50px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    background-color: #ff7300;
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin-right: 10px;
}

.information_Info .infor_con .infor_title:hover {
    /*color: rgb(161,36,52)*/
}

.information_Info .infor_con .infor_time {
    margin-top: 14px;
}

.information_Info .infor_con .infor_tag {
    width: 100%;
    margin-top: 20px;
    height: 24px;
}

.information_Info .infor_con .infor_tag .tag_con {
    height: 24px;
    line-height: 22px;
    border: 1px solid #ccc;
    padding: 0 15px;
    display: block;
    float: left;
    margin-right: 20px;
    border-radius: 6px;
}

.information_Info .infor_con .infor_tag .tag_con:hover {
    border: 1px solid rgb(161,36,52);
    color: rgb(161,36,52);
    cursor: pointer;
}

.information_Info .infor_con .infor_con_c {
    padding: 30px 0;
    padding-bottom: 0;
}

.information_Info .infor_con .infor_con_c table {
    width: 100%;
}

.information_Info .infor_con .infor_con_c table tbody {
    width: 100%;
}

.information_Info .infor_con .infor_con_c p {
    text-indent: 2em;
    font-size: 16px;
    color: #333;
    line-height: 28px;
    text-align: justify;
    margin-bottom: 28px;
}

.information_Info .infor_con .infor_con_c img,
.information_Info .infor_con .infor_con_c p img {
    margin: 0 auto;
    display: block;
    max-width: 100%
}

.information_Info .infor_con .infor_footer {
    height: 70px;
    padding: 17px 0;
    border-top: 1px solid #e8e8e8;
}

.information_Info .infor_con .shareBtn {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 90px;
    height: 36px;
    line-height: 36px;
    display: block;
    font-size: 14px;
    background: url(/resources/v1/icon/news-share.png) no-repeat top left;
    border: 1px solid #ccc;
    background-position: 15px 6px;
    padding-left: 44px;
    color: #333;
    margin: 0 auto;
    margin-top: 3px;
    float: inherit;
    display: none;
}

.information_Info .infor_con .infor_con_bottom {
    width: 100%;
}

.information_Info .infor_right {
    width: 290px;
    color: #333;
}

.information_Info .infor_right .right_adv {
    width: 100%;
    height: 180px;
    display: block;
    background-color: #fff;
}

.information_Info .infor_right .right_top {
    background-color: #fff;
    margin-top: 20px;
}

.information_Info .infor_right .right_top_con li .right_top_con_li_c {
    width: 180px;
}

.information_Info .infor_right .right_bottom {
    padding: 10px;
    background-color: #fff;
}

.information_Info .infor_right .right_bottom_con {
    /*border-top: transparent;
	padding: 0;*/
}


/*-------------------------helpContent-----------------------*/

.helpContent {
    /*padding-top: 30px;*/
    min-height: 400px;
    padding-bottom: 50px;
}

.helpContent .helpContent_left {
    width: 200px;
    padding: 10px 0;
}

.helpContent .helpContent_left .inforClassBox {
    padding: 10px 22px;
    margin-bottom: 0;
    border-bottom: 1px dotted #e8e8e8;
}

.helpContent .helpContent_left .inforClassBox:last-child {
    border-bottom-color: transparent;
}

.helpContent .helpContent_con {
    width: 990px;
    margin-left: 10px;
    padding: 20px 10px;
}

.helpContent .helpContent_con .helpPage_title {
    height: 36px;
    padding-bottom: 16px;
    line-height: 20px;
    width: 960px;
    margin-left: 10px;
    /*border-bottom: 1px solid #e8e8e8;*/
}

.helpContent .helpContent_con .pageTextarea {
    padding: 10px;
}

.helpContent .helpContent_con .helpPage_remind {
    padding: 20px 10px 16px 10px;
    width: 100%;
}

.helpContent .helpContent_con .helpPage_remind p {
    height: 12px;
    line-height: 12px;
    margin-bottom: 0;
    letter-spacing: 0.05em;
}

.helpContent .helpContent_con .helpPage_con_ul {
    width: 100%;
}

.helpContent .helpContent_con .helpPage_con_ul .ul_li {
    width: 100%;
}

.helpContent .helpContent_con .helpPage_con_ul .li_title {
    height: 36px;
    line-height: 36px;
    background-color: #e3f1fe;
    padding: 0 10px;
}

.helpContent .helpContent_con .helpPage_con_ul .li_con {
    width: 100%;
    line-height: 20px;
    padding-left: 10px;
}

.helpContent .helpContent_con .helpPage_con_ul .li_con p {
    line-height: 14px;
    margin-bottom: 6px;
    letter-spacing: 0.05em;
}


/*-------------------------gxkc_Banner-----------------------*/

.gxkc_Banner {
    height: 300px;
    width: 100%;
    background-color: #e3f1fe;
    z-index: 0;
}

.gxkc_Banner .applyBox {
    position: absolute;
    top: 72px;
    right: 30px;
    width: 230px;
    height: 156px;
    background-color: #fff;
    padding: 20px;
    z-index: 3;
}

.gxkc_Banner .applyBox .box_line {
    height: 36px;
    line-height: 36px;
}

.gxkc_Banner .applyBox .box_line .phoneIcon {
    width: 24px;
    height: 24px;
    display: block;
    margin-top: 6px;
    margin-right: 6px;
    background: url(/resources/v1/icon/banner-phone.png) no-repeat center;
}

.gxkc_Banner .applyBox .box_line .qqIcon {
    width: 24px;
    height: 24px;
    display: block;
    margin-top: 6px;
    margin-right: 6px;
    background: url(/resources/v1/icon/banner-QQ.png) no-repeat center;
}

.gxkc_Banner .applyBox .applyBtn {
    width: 100%;
    height: 36px;
    line-height: 36px;
    display: block;
    margin-top: 10px;
    text-align: center;
    background-color: #ff7300;
    color: #fff;
}

.gxkc_Banner .applyBox .applyBtn:hover {
    background-color: #ff8d30;
}

.gxkc_Banner.banner .bannerBox {
    height: 300px;
}

.gxkc_Banner.banner .bannerBox .bannerImgBox {
    width: 100%;
    margin: 0;
    padding: 0;
}

.gxkc_Banner.banner .bannerBox .bannerImgBox {
    padding: 0;
    width: 100%;
    height: 300px;
    display: block;
    overflow: hidden;
}

.gxkc_Banner.banner .bannerBox .bannerImgBox.banner1 {
    background: url(/resources/v1/img/banner-share.png) no-repeat center;
}

.gxkc_Banner.banner .bannerBox .bannerImgBox.banner2 {
    background: url(/resources/v1/img/banner-share2.png) no-repeat center;
}


/*-------------------------gxkc_title-----------------------*/

.gxkc_title {
    width: 100%;
    height: 280px;
    padding: 30px 0;
}

.gxkc_title h1 {
    margin-top: 10px;
    margin-bottom: 50px;
}

.gxkc_title p {
    margin-bottom: 5px;
}


/*-------------------------gxkc_con-----------------------*/

.gxkc_con {
    width: 100%;
    height: 380px;
    padding: 60px 0;
}

.gxkc_con .title_ {
    height: 24px;
    line-height: 24px;
    margin-bottom: 28px;
}

.gxkc_con .con_ul {
    width: 100%;
    overflow: hidden;
    height: 178px;
}

.gxkc_con .con_ul li {
    width: 140px;
    height: 178px;
    display: block;
    float: left;
    background-color: #fff;
    margin-right: 10px;
    padding: 10px;
}

.gxkc_con .con_ul li:last-child {
    width: 130px;
    margin-right: 0;
}

.gxkc_con .con_ul li p {
    line-height: 16px;
    letter-spacing: 0.07em
}


/*-------------------------gxkc_con-----------------------*/

.gxkc_table {
    width: 100%;
    height: 510px;
    padding: 40px 0;
}

.gxkc_table .table_title {
    padding-left: 10px;
    height: 22px;
    line-height: 22px;
    width: 580px;
    margin-bottom: 30px;
}

.gxkc_table .ask_table_success,
.gxkc_table .ask_table {
    height: 350px;
    width: 580px;
    overflow: hidden;
    overflow-y: scroll;
}

.gxkc_table .ask_table_success thead,
.gxkc_table .ask_table_success tbody,
.gxkc_table .ask_table_success,
.gxkc_table .ask_table thead,
.gxkc_table .ask_table tbody,
.gxkc_table .ask_table {
    width: 580px;
    color: #333;
}

.gxkc_table .ask_table_success thead th,
.gxkc_table .ask_table thead th {
    height: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: 800;
    background-color: #e3f1fe;
}

.gxkc_table .ask_table_success tbody tr:first-child td,
.gxkc_table .ask_table tbody tr:first-child td {
    padding-top: 10px;
}

.gxkc_table .ask_table_success tbody tr:hover td,
.gxkc_table .ask_table tbody tr:hover td {
    background-color: #f5f5f5;
    cursor: pointer;
}

.gxkc_table .ask_table tbody td {
    padding: 10px 0;
    text-align: center;
    font-size: 12px;
}

.gxkc_table .ask_table_success tbody td {
    padding: 10px 0;
    text-align: center;
    font-size: 12px;
}


/*.gxkc_table .ask_table tbody td .toListBtn{
	width: 40px;
	height: 24px;
	line-height: 24px;
	display: block;
	margin: 0 auto;
	border: 1px solid rgb(161,36,52);
	color: rgb(161,36,52);
}*/


/*.gxkc_table .ask_table tbody td .toListBtn:hover{
	background-color: #e3f1fe
}*/

.gxkc_table .ask_table_box .ask_table_success thead,
.gxkc_table .ask_table_box .ask_table thead {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.gxkc_table .ask_table_box {
    border: 1px solid #e8e8e8;
    margin-top: 16px;
    height: 350px;
    width: 580px;
    overflow: hidden;
    padding-bottom: 10px;
    -webkit-box-shadow: 1px 1px 20px rgba(0, 0, 0, .1) !important;
    -moz-box-shadow: 1px 1px 20px rgba(0, 0, 0, .1) !important;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, .1) !important;
}

.gxkc_table .ask_table_box .ask_table_success,
.gxkc_table .ask_table_box .ask_table {
    height: auto;
}


/*-------------------------gxkc_footer-----------------------*/

.gxkc_footer {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    height: 110px;
    width: 100%;
    z-index: 999;
}

.gxkc_footer .footTextBox {
    width: 160px;
    margin-top: 11px;
    height: 46px;
    background-color: #f5f5f5;
    border-radius: 23px !important;
    margin-left: -48px;
    padding-left: 42px;
    padding-top: 8px;
}

.gxkc_footer .footTextBox span {
    margin-bottom: 0;
    color: #333;
    line-height: 16px;
    display: block
}

.gxkc_footer .footer_applyBtn {
    width: 160px;
    margin-top: 11px;
    height: 46px;
    background-color: rgb(161,36,52);
    border-radius: 23px !important;
    text-align: center;
    line-height: 44px;
    color: #fff;
    cursor: pointer
}

.gxkc_footer .footer_applyBtn:hover {
    background-color: #2da1ff;
}


/*-------------------------comm_banner-----------------------*/

.comm_banner.banner .bannerBox .bannerImgBox {
    width: 100%;
    margin: 0;
    padding: 0;
}

.comm_banner.banner .bannerBox .bannerImgBox {
    padding: 0;
    width: 100%;
    height: 400px;
    display: block;
    overflow: hidden;
}

.comm_banner.banner .bannerBox .bannerImgBox.banner1 {
    background: url(/resources/v1/img/comm_banner1.png) no-repeat center;
}

.comm_banner.banner .bannerBox .bannerImgBox.banner2 {
    background: url(/resources/v1/img/comm_banner2.png) no-repeat center;
}

.comm_laizhang {
    width: 100%;
    height: 562px;
}

.comm_laizhang .bgImg_laizhang .comm_con_box {
    width: 100%;
    padding-left: 660px;
    padding-top: 80px;
}

.comm_laizhang .comm_con_box img {
    vertical-align: text-bottom;
    margin-right: 10px;
}

.comm_laizhang .comm_con_box p {
    padding-left: 31px;
    margin: 10px 0;
    line-height: 14px;
}

.comm_laizhang .bgImg_laizhang {
    height: 100%;
    background: url(/resources/v1/img/comm_laizhang.png) no-repeat;
    background-position: 0px 60px;
}

.comm_laizhang .bgImg_jianding .comm_con_box {
    width: 100%;
    padding-left: 80px;
    padding-top: 80px;
}

.comm_laizhang .bgImg_jianding {
    height: 100%;
    background: url(/resources/v1/img/comm_jianding.png) no-repeat;
    background-position: 660px 60px;
}

.comm_laizhang .bgImg_jiaqun .comm_con_box {
    width: 100%;
    padding-left: 80px;
    padding-top: 80px;
}

.comm_laizhang .bgImg_jiaqun {
    height: 100%;
    background: url(/resources/v1/img/comm_jiaqun.png) no-repeat;
    background-position: 660px 60px;
}


/*-------------------------qijian_Banner-----------------------*/

.qijian_Banner {
    height: 360px;
    width: 100%;
    background-color: #e3f1fe;
    z-index: 0;
    background: url(/resources/v1/img/qijian/qijian_banner.png) no-repeat center;
}

.qijian_Banner .applyBox {
    position: absolute;
    top: 90px;
    right: 30px;
    width: 230px;
    height: 156px;
    background-color: #fff;
    padding: 20px;
    z-index: 3;
}

.qijian_Banner .applyBox .box_line {
    height: 36px;
    line-height: 36px;
}

.qijian_Banner .applyBox .box_line .phoneIcon {
    width: 24px;
    height: 24px;
    display: block;
    margin-top: 6px;
    margin-right: 6px;
    background: url(/resources/v1/icon/banner-phone.png) no-repeat center;
}

.qijian_Banner .applyBox .box_line .qqIcon {
    width: 24px;
    height: 24px;
    display: block;
    margin-top: 6px;
    margin-right: 6px;
    background: url(/resources/v1/icon/banner-QQ.png) no-repeat center;
}

.qijian_Banner .applyBox .applyBtn {
    width: 100%;
    height: 36px;
    line-height: 36px;
    display: block;
    margin-top: 10px;
    text-align: center;
    background-color: #ff7300;
    color: #fff;
}

.qijian_Banner .applyBox .applyBtn:hover {
    background-color: #ff8d30;
}

.qijian_Banner.banner .bannerBox {
    height: 300px;
}

.qijian_Banner.banner .bannerBox .bannerImgBox {
    width: 100%;
    margin: 0;
    padding: 0;
}

.qijian_Banner.banner .bannerBox .bannerImgBox {
    padding: 0;
    width: 100%;
    height: 300px;
    display: block;
    overflow: hidden;
}

.qijian_Banner.banner .bannerBox .bannerImgBox.banner1 {
    background: url(/resources/v1/img/white_banner.png) no-repeat center;
}


/*-------------------------qijian_title-----------------------*/

.qijian_title {
    width: 100%;
    height: 320px;
    padding: 110px 0;
}

.qijian_title h1 {
    margin-top: 0;
    margin-bottom: 20px;
}

.qijian_title p {
    margin-bottom: 5px;
}

.line_title {
    position: absolute;
    width: 300px;
    height: 2px;
    display: block;
    background-color: #ccc;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -150px;
    z-index: 0
}

.con_title {
    background-color: #fff;
    z-index: 1;
    width: 160px;
    position: absolute;
    top: -1px;
    left: 50%;
    margin-left: -80px;
}


/*-------------------------qijian_con-----------------------*/

.qijian_con {
    width: 100%;
    height: 530px;
    padding: 80px 0;
}

.qijian_con .title_ {
    height: 24px;
    line-height: 24px;
    margin-bottom: 28px;
}

.qijian_con .white_con_ul {
    width: 100%;
    margin-top: 50px;
}

.qijian_con .white_con_ul li {
    float: left;
    text-align: center;
    width: 300px;
}


/*-------------------------qijian_follow-----------------------*/

.qijian_follow {
    width: 100%;
    height: 500px;
    padding: 80px 0;
}

.qijian_follow .title_ {
    height: 24px;
    line-height: 24px;
    margin-bottom: 28px;
}

.qijian_follow .follow_img {
    height: 200px;
    margin-top: 80px;
    background: url(/resources/v1/img/qijian/qijian_5.png) no-repeat center;
}


/*-------------------------qijian_apply-----------------------*/

.qijian_apply {
    width: 100%;
    height: 360px;
    padding: 80px 0;
}

.qijian_apply .title_ {
    height: 24px;
    line-height: 24px;
    margin-bottom: 28px;
}

.qijian_apply .qijian_apply_btn {
    width: 160px;
    height: 40px;
    line-height: 38px;
    display: block;
    margin: 0 auto;
    margin-top: 60px;
    border: 1px solid rgb(161,36,52);
}

.qijian_apply .qijian_apply_btn:hover {
    background-color: #e3f1fe;
    color: rgb(161,36,52);
}


/*-------------------------infor_intro new-----------------------*/

.infor_intro_title {
    position: relative;
}

.infor_intro_title .bdsharebuttonbox {
    position: absolute;
    top: -4px;
    right: 0;
}

.infor_intro_title .bdsharebuttonbox .shareBtn {
    width: 90px;
    height: 36px;
    line-height: 36px;
    display: block;
    font-size: 14px;
    background: url(/resources/v1/icon/news-share.png) no-repeat top left;
    border: 1px solid #ccc;
    background-position: 15px 6px;
    padding-left: 42px;
    color: #333;
    margin: 0 auto;
    margin-top: 3px;
    float: inherit;
}

.infor_intro_title h1 {
    margin: 0;
    font-size: 24px;
}

.infor_intro_con {
    margin-top: 10px;
    line-height: 20px;
}

.right_tags {
    margin-top: 0;
    padding: 0 10px;
    background-color: #fff;
    padding-top: 10px;
}

.information_Info .infor_con_bottom .right_title .vertical_line,
.right_tags .right_title .vertical_line {
    height: 20px;
    width: 4px;
    background-color: #ff7300;
    display: block;
    margin-right: 10px;
}

.right_tags .tags_ul {
    padding-top: 20px;
    padding-bottom: 10px;
}

.right_tags .tags_ul li a {
    display: block;
    padding: 2px 10px;
    border: 1px solid #ddd;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 6px;
}

.right_tags .tags_ul li a:hover {
    color: rgb(161,36,52);
    border-color: rgb(161,36,52);
    background-color: #f5f5f5
}

.information .infor_con .infor_con_mudel2_ul {
    width: 100%;
    overflow: hidden;
}

.information .infor_con .infor_con_mudel2_ul li {
    width: 270px;
    border: 1px solid #e8e8e8;
    padding: 10px;
    display: block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.information .infor_con .infor_con_mudel2_ul li a {
    display: block;
    width: 100%;
}

.information .infor_con .infor_con_mudel2_ul li a>span {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.information .infor_con .infor_con_mudel2_ul li:hover {
    border-color: rgb(161,36,52);
}

.information .infor_con .infor_con_mudel2_ul li a:hover {
    color: inherit;
}

.information .infor_con .infor_con_mudel2_ul li:nth-of-type(3n) {
    margin-right: 0;
}


/*-------------------------information new-----------------------*/

.information {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 20px;
    min-height: 0px;
    background-color: #f5f5f5;
}

.information .infor_con {
    width: 850px;
    min-height: 10px;
    margin-left: 0px;
}

.information .infor_con .infor_con_top,
.information .infor_con .infor_con_content {
    padding: 10px;
    background-color: #fff
}

.information .infor_con .infor_con_ul {
    width: 100%;
}

.information .infor_con .infor_con_ul li {
    width: 100%;
    padding: 20px 0px;
    border-bottom: 1px solid #e8e8e8;
}

.information .infor_con .infor_con_ul li:first-child {
    padding-top: 0;
}

.information .infor_con .infor_con_ul li:last-child {
    border-bottom: 1px solid transparent
}

.information .infor_con .infor_con_ul li .infor_li_left {
    width: 214px;
    height: 125px;
    display: block;
    background-color: #f5f5f5;
    border-radius: 6px;
    overflow: hidden;
}

.information .infor_con .infor_con_ul li .infor_li_right {
    margin-left: 10px;
    width: 546px;
}

.information .infor_con .infor_con_ul li .infor_li_right.wid790 {
    width: 790px;
}

.information .infor_con .infor_con_ul li .infor_li_right .infor_li_title {
    width: 100%;
    display: block;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.information .infor_con .infor_con_ul li .infor_li_right .infor_li_title:hover {
    color: rgb(161,36,52)
}

.information .infor_con .infor_con_ul li .infor_li_con {
    width: 100%;
    line-height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    letter-spacing: 0.07em;
    margin-top: 8px;
}

.information .infor_con .infor_con_ul li .infor_li_tag {
    width: 100%;
    margin-top: 10px;
    height: 24px;
}

.information .infor_con .infor_con_ul li .infor_li_tag .tag_con {
    height: 24px;
    line-height: 22px;
    border: 1px solid #ccc;
    padding: 0 15px;
    display: block;
    float: left;
    margin-right: 20px;
    border-radius: 6px;
    margin-bottom: 4px;
}

.information .infor_con .infor_con_ul li .infor_li_tag .tag_con:hover {
    border: 1px solid rgb(161,36,52);
    color: rgb(161,36,52);
    cursor: pointer;
}

.information .infor_con .infor_con_ul li .infor_li_footer {
    height: 20px;
    line-height: 20px;
    margin-top: 8px;
}

.information_Info .eyesIcon,
.information .eyesIcon {
    width: 20px;
    height: 20px;
    margin-right: 6px;
    display: block;
    background: url(/resources/v1/icon/browse.png) no-repeat center;
}

.information_Info .timeIcon,
.information .timeIcon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    display: block;
    background: url(/resources/v1/icon/new-time.png) no-repeat center;
}

.information_Info .infor_right,
.information .infor_right {
    width: 330px;
    margin-left: 20px;
}

.information_Info .infor_right .right_top,
.information .infor_right .right_top {
    width: 100%;
    padding: 10px;
    background-color: #fff;
}

.information_Info .infor_con_bottom .right_title,
.information_Info .infor_right .right_title,
.information .infor_right .right_title {
    height: 20px;
    line-height: 20px;
}

.information_Info .infor_right .right_top .right_title .vertical_line,
.information .infor_right .right_top .right_title .vertical_line {
    height: 20px;
    width: 4px;
    background-color: #ff7300;
    display: block;
    margin-right: 10px;
}

.information_Info .infor_right .right_top_con li .right_top_con_li_c:hover,
.information .infor_right .right_top_con li .right_top_con_li_c:hover,
.information_Info .infor_right .right_title a:hover,
.information .infor_right .right_title a:hover {
    color: rgb(161,36,52)
}

.information_Info .infor_right .right_top_con,
.information .infor_right .right_top_con {
    width: 100%;
    margin-top: 10px;
}

.information_Info .infor_right .right_top_con li,
.information .infor_right .right_top_con li {
    width: 100%;
    overflow: hidden;
}

.information_Info .infor_right .right_top_con li:last-child,
.information .infor_right .right_top_con li:last-child {
    margin-bottom: 10px;
}

.information_Info .infor_right .right_top_con li .right_top_con_li_l,
.information .infor_right .right_top_con li .right_top_con_li_l {
    width: 80px;
    height: 85px;
    display: block;
    background-color: #eee;
}

.information_Info .infor_right .right_top_con li .right_top_con_li_c,
.information .infor_right .right_top_con li .right_top_con_li_c {
    width: 100%;
    line-height: 28px;
    padding-left: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    letter-spacing: 0.07em;
}

.information_Info .infor_right .right_top_con li .r_top_footer,
.information .infor_right .right_top_con li .r_top_footer {
    height: 20px;
    width: 130px;
    margin-top: 13px;
}

.information_Info .infor_right .right_top_con li .r_top_footer .con_tag,
.information .infor_right .right_top_con li .r_top_footer .con_tag {
    height: 20px;
    line-height: 17px;
    border: 1px solid #999;
    color: #999;
    margin-right: 10px;
    display: block;
    padding: 0 10px;
}

.information_Info .infor_right .right_top_con li .r_top_footer .con_tag:hover,
.information .infor_right .right_top_con li .r_top_footer .con_tag:hover {
    border: 1px solid rgb(161,36,52);
    color: rgb(161,36,52);
}

.information_Info .infor_right .right_bottom,
.information .infor_right .right_bottom {
    margin-top: 0;
    padding: 0 10px;
    background-color: #fff;
    padding-top: 10px;
}

.information_Info .infor_right .hot_goods .right_title .vertical_line,
.information .infor_right .hot_goods .right_title .vertical_line,
.information_Info .infor_right .right_bottom .right_title .vertical_line,
.information .infor_right .right_bottom .right_title .vertical_line {
    height: 20px;
    width: 4px;
    background-color: rgb(161,36,52);
    display: block;
    margin-right: 10px;
}

.information_Info .infor_right .right_bottom_con,
.information .infor_right .right_bottom_con {
    padding: 16px 0;
    border-top: 1px solid #e8e8e8;
    margin-top: 10px;
    /*padding-left: 15px;*/
}

.information_Info .infor_right .right_bottom_con li,
.information .infor_right .right_bottom_con li {
    list-style: disc;
    margin-left: 16px;
    padding-left: 6px;
    margin-bottom: 6px;
}

.information_Info .infor_right .right_bottom_con li a,
.information .infor_right .right_bottom_con li a {
    width: 100%;
    line-height: 18px;
    margin-left: -7px;
    /*display: -webkit-box;
*/
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    letter-spacing: 0.07em;
}

.information_Info .infor_right .right_bottom_con li a:hover,
.information .infor_right .right_bottom_con li a:hover {
    cursor: pointer;
    color: rgb(161,36,52)
}

.information_Info .infor_right .hot_goods,
.information .infor_right .hot_goods {
    margin-top: 20px;
    padding: 0 10px;
    background-color: #fff;
    padding-top: 10px;
}

.information_Info .infor_right .hot_goods .hot_goods_con,
.information .infor_right .hot_goods .hot_goods_con {
    padding: 16px 0;
    border-top: 1px solid #e8e8e8;
    margin-top: 10px;
}

.information_Info .infor_right .hot_goods .hot_goods_con li,
.information .infor_right .hot_goods .hot_goods_con li {
    padding: 5px 0;
}

.information_Info .infor_right .hot_goods .hot_goods_con li:hover,
.information .infor_right .hot_goods .hot_goods_con li:hover {
    background-color: #f5f5f5
}

.information_Info .infor_right .hot_goods .hot_goods_con .li_left,
.information .infor_right .hot_goods .hot_goods_con .li_left {
    width: 80px;
    height: 80px;
}

.information_Info .infor_right .hot_goods .hot_goods_con .li_right,
.information .infor_right .hot_goods .hot_goods_con .li_right {
    padding-left: 10px;
    width: 227px;
}

.information_Info .infor_right .hot_goods .hot_goods_con .li_right a:hover,
.information .infor_right .hot_goods .hot_goods_con .li_right a:hover {
    color: rgb(161,36,52);
}


/*-------------------------whitebar-----------------------*/

.whitebar_section1 {
    height: 837px;
    width: 100%;
    z-index: 0;
    background: url(/resources/v1/img/ious/iousBg1.jpg) no-repeat center;
}

.whitebar_section1 .whitebar_content {
    width: 1200px;
    height: 330px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -600px;
}

.whitebar_section1 .whitebar_content .whitebar_title {
    height: 130px;
    line-height: 130px;
    font-size: 36px;
    margin-bottom: 40px;
    color: #be690a;
}

.whitebar_section1 .whitebar_content p {
    margin-bottom: 5px;
}

.whitebar_section2 {
    height: 1003px;
    width: 100%;
    z-index: 0;
    background: url(/resources/v1/img/ious/iousBg2.jpg) no-repeat center;
}

.whitebar_section2 .whitebar_content {
    width: 1200px;
    height: 360px;
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: -600px;
}

.whitebar_section2 .whitebar_content .whitebar_title {
    height: 130px;
    line-height: 130px;
    font-size: 36px;
    margin-bottom: 40px;
    color: #be450a;
}

.whitebar_section2 .whitebar_content p {
    margin-bottom: 5px;
}

.whitebar_section2 .whitebar_content .whitebar_btn_area {
    height: 66px;
    margin: 0 auto;
    margin-top: -20px;
    width: 566px;
    padding-left: 52px;
}

.whitebar_section2 .whitebar_content .whitebar_btn_area a {
    height: 100%;
    line-height: 66px;
    font-size: 28px;
}

.whitebar_section2 .whitebar_content .whitebar_btn_area a.btn_left {
    width: 218px;
    color: #fff;
}

.whitebar_section2 .whitebar_content .whitebar_btn_area a.btn_right {
    width: 268px;
    color: #be450a;
}

.whitebar_section2 .whitebar_content2 {
    width: 1200px;
    height: 518px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -600px;
}

.whitebar_section2 .whitebar_content2 .whitebar_title {
    height: 130px;
    line-height: 130px;
    font-size: 36px;
    margin-bottom: 64px;
    color: #be450a;
}

.whitebar_section2 .whitebar_content2 .whitebar_icon_area {
    width: 100%;
    overflow: hidden
}

.whitebar_section2 .whitebar_content2 .whitebar_icon_area li {
    float: left;
    width: 20%;
    text-align: center
}

.whitebar_section2 .whitebar_content2 .whitebar_icon_area li .f_size24 {
    color: #be690a;
}

.whitebar_section3 {
    height: 1200px;
    width: 100%;
    z-index: 0;
    background: url(/resources/v1/img/ious/iousBg3.jpg) no-repeat center top;
    background-color: #ffce4d
}

.whitebar_section3 .whitebar_content {
    width: 1200px;
    height: 330px;
    position: absolute;
    top: 72px;
    left: 50%;
    margin-left: -600px;
}

.whitebar_section3 .whitebar_content .whitebar_title {
    height: 130px;
    line-height: 130px;
    font-size: 36px;
    margin-bottom: 60px;
    color: #fff;
}

.whitebar_section3 .whitebar_content2 {
    width: 1200px;
    height: 418px;
    position: absolute;
    top: 570px;
    left: 50%;
    margin-left: -600px;
    color: #fe4367;
}

.whitebar_section3 .whitebar_content2 .whitebar_rules {
    width: 900px;
    margin: 0 auto;
}

.whitebar_section3 .whitebar_content2 .whitebar_rules p {
    font-size: 14px;
    color: #fe4367;
    margin-bottom: 3px;
}

.whitebar_section3 .whitebar_content2 .whitebar_rules p span {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50% !important;
    display: block;
    float: left;
    margin-right: 10px;
    background-color: #fff;
    text-align: center;
    font-weight: bold;
}


/*-------------------------sample_Banner-----------------------*/

.sample_Banner {
    height: 360px;
    width: 100%;
    background-color: #e3f1fe;
    background: url(/resources/v1/img/sample/banner.png) no-repeat center;
    background-size: 1920px 360px;
    z-index: 0;
}



/*-------------------------ciku-----------------------*/
.ciku_con_ul .ciku_link{
    padding: 4px 8px;
    border: 1px solid rgb(161, 36, 52);
    color: rgb(161, 36, 52);
    border-radius: 6px;
}

.ciku_con_ul li {
    height: 27px;
    line-height: 27px;
    margin-bottom: 10px;
}

.ciku_con_ul li .ciku_link:hover{
    border: 1px solid #ff7300;
    color: #ff7300;
}

.ciku_searchInput{
    height: 36px;
    line-height: 36px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    width: 300px;
    margin-bottom: 20px;
}

.ciku_searchInput input{
    border: none;
    height: 34px;
    line-height: 34px;
    width: 238px;
    padding-left: 30px;
    background: url(/resources/v1/icon/searchIcon.png) no-repeat left;
    background-position: 4px;
}

.ciku_searchInput .searchIcon{
    width: 60px;
    background-color: rgb(161,36,52);
    height: 34px;
    display: block;
    border-left: 1px solid #e8e8e8;
    color: #fff;
    font-size: 16px;
    line-height: 34px;
    border: 0;
}

.infor_right .ciku.right_bottom_con li{
    list-style: none;
    margin-bottom: 10px;;
}
.infor_right .ciku.right_bottom_con li .ciku_link{
    padding: 4px 8px;
    border: 1px solid rgb(161,36,52);
    color: rgb(161,36,52);
}

.infor_right .ciku.right_bottom_con li .ciku_link:hover{
    border: 1px solid #ff7300;
    color: #ff7300;
}