﻿/* www.htidc.com */

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
    ;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

body {
    font-family: 微软雅黑, "Open Sans", sans-serif !important;
    line-height: 1 !important;
    font-size: 14px;
    color: #2d251b;
    overflow-x: hidden;
}

input,
select,
textarea {
    font-family: 微软雅黑, "Open Sans", sans-serif;
    font-size: 1em;
    -webkit-appearance: none;
}

.wrap {
    max-width: 1200px;
    padding: 0 10px;
    margin: 0 auto;
    position: relative;
}

img,
a {
    border: 0;
}

ul,
li {
    list-style: none;
}

* {
    margin: 0;
    padding: 0;
}

.flt {
    float: left;
}

.frt {
    float: right;
}

.clear {
    clear: both;
}

.clear:after,
.clear:before {
    content: '';
    clear: both;
    display: table;
}

.lgre a {
    padding: 2px 5px;
}

.lgre a:nth-child(2) {
    color: red;
}

.cont_copy {
    line-height: 25px;
    background: #f7f7f7;
    margin-top: 15px;
    padding: 5px 15px;
}

.cont_copy p {
    text-indent: 0;
    text-align: center;
    line-height: 25px;
}

img {
    max-width: 100%;
}

.page_news .text {
    line-height: 36px;
}


/*不同设备字体em基准*/

@media screen and (min-width: 320px) and (max-width: 360px) {
    body {
        font-size: 12px;
        width: 1240px;
    }
}

@media screen and (min-width: 360px) and (max-width: 480px) {
    body {
        font-size: 14px;
        width: 1240px;
    }
}

@media screen and (min-width: 480px) and (max-width: 700px) {
    body {
        font-size: 14px;
    }
}

@media screen and (min-width: 700px) {
    body {
        font-size: 14px;
    }
}


/*不同设备字体em基准*/


/**{transition:all 0.5s;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;}*/


/*----------header----------*/

.header_top {
    background-color: #fff;
    width: 100%;
    height: 45px;
    padding: 15px;
    color: #555;

}

.header_top_lf {
    float: left;
    font-size: 14px;
}

.header_top_rg {
    float: right;
    padding-right: 20px;
}

.header_top_rg a {
    padding: 2px 5px;
    color: #555;
}

.header_top_rg span {
    padding: 0 10px;
}

.header_top_rg strong {
    padding: 0 2px;
}

.header {
    -webkit-transition: all 0s;
}

.header {
    padding: 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 10000;
    /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) */
    border-top: 1px solid #ccc;
}

.logo {
    margin-right: 2em;
}

.header .text span {
    display: block;
    line-height: 35px;
    background: url(../images/tel.png) no-repeat left center;
    padding-left: 30px;
    font-size: 14px;
    color: #d31f23;
}

.header .text p {
    color: #626b72;
}

.menu ul li {
    float: left;
    margin-left: 19px;
}

.menu ul li * {
    display: block;
    text-align: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.menu ul li span {
    font-size: 15px;
    padding: 0 15px;
    margin-top: 15px;
    color: #333;
    font-weight: bold;
}

.menu ul li label {
    font-size: 9px;
    color: #626b72;
    opacity: 0.39;
    filter: alpha(opacity=39);
}

.menu ul li em {
    height: 18px;
    width: 0px;
    margin: 0 auto;
    background: url(../images/icon1.png) no-repeat center center;
}

.menu ul li.on span,
.menu ul li a:hover span,
.menu ul li.on label,
.menu ul li a:hover label {
    color: #d31f23;
}

.menu ul li a:hover em,
.menu ul li.on em {
    width: 100%;
}

.menu ul li .sub a {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: left;
    text-indent: 30px;
}


/*.menu ul li span { font-size: 15px; padding: 0 15px; margin-top: 5px; color: #626b72; }
    .menu ul li label { font-size: 9px; color: #626b72; opacity: 0.39; filter: alpha(opacity=39); }
    .menu ul li em { height: 18px; width: 100%; transform:rotateY(90deg); margin: 0 auto; background: url(../images/icon1.png) no-repeat center center; }
    .menu ul li.on span, .menu ul li a:hover span, .menu ul li.on label, .menu ul li a:hover label { color: #d31f23; }
    .menu ul li a:hover em, .menu ul li.on em { transform:rotateY(0deg); }*/


/*----------mainer----------*/

.mainer {
    padding-top: 67px;
}

.layui-layer,
.banner * {
    transition: all 0s;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
}

.banner .item .text {
    height: 599px;
    background: rgba(0, 0, 0, 0.69);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#69000000', endColorstr='#69000000');
    color: #fff;
    width: 100%;
    display: table;
}

.banner .item .cell {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.banner h1 {
    font-size: 41px;
    line-height: 1.5em;
}

.banner p {
    padding-top: 20px;
    font-size: 18px;
}

.banner ul li {
    float: left;
    font-size: 12px;
    margin-right: 20px;
    text-align: center;
}

.banner ul li .img {
    width: 61px;
    margin: 0 auto;
    margin-bottom: 15px;
    height: 61px;
    text-align: center;
    line-height: 61px;
    border-radius: 61px;
    border: 2px solid #fff;
    overflow: hidden;
}

.banner.owl-carousel .owl-item ul li img {
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 3px;
}

.banner ul {
    overflow: hidden;
    margin: 40px 0;
}

.banner.owl-theme .owl-dots .owl-dot {
    margin-bottom: 20px;
}

.banner.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.banner.owl-theme .owl-dots .owl-dot.active:hover span,
.banner.owl-theme .owl-dots .owl-dot.active span {
    opacity: 1;
    filter: alpha(opacity=100);
    background: #21b9e0;
    width: 30px;
}

.page {
    padding: 60px 0;
    margin: 0 auto;
}

.title {
    text-align: center;
    padding: 0 10px;
    margin-bottom: 50px;
}

.title span {
    font-size: 34px;
}

.title em {
    height: 25px;
    width: 100%;
    background: url(../images/icon1-1.png) no-repeat center center;
    display: block;
}

.title p {
    display: inline-block;
    margin: 0 auto;
}

.page_list {
    position: relative;
    width: 1200px;
    margin: auto;
}

.page_list ul {
    overflow: hidden;
    padding: 10px 0;
}

.page_list ul li {
    display: inline-block;
    width: 323px;
    float: left;
    padding: 30px;
    text-align: center;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.page_list ul li h2 {
    font-size: 32px;
    margin: 30px 0px;
}

.page_list ul li.qygw {
    background: #e60212;
    color: #fff;
}

.page_list ul li.scxt {
    background: #fff;
    margin-left: 25px;
}

.page_list ul li.xcx {
    background: #0580cb;
    color: #fff;
    margin-left: 25px;
}

.page_list ul li.qygw a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}

.page_list ul li.xcx a {
    color: #fff;
}

.page_list ul li .list {
    border: 1px solid #e3e3e3;
    border-left: 0;
    padding-top: 30px;
}

.page_list ul li div {
    padding: 5px;
}

.page_list ul li span {
    display: block;
    padding: 20px 0;
    font-size: 21px;
}

.page_list ul li:hover span {
    color: #d31f23;
}

.page_list li:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}

.page_list ul * {
    transition: all 0.5s;
    -webkit-moz-ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    transition: all 0.5s;
}

.page_list li a {
    display: block;
    position: relative;
    z-index: 100;
}

.page_list li img {
    margin: 63px 0px 15px;
}

.page_list li.qygw a .wzttip {
    font-size: 12px;
    color: #fff;
    border-radius: 20px;
    border: 1px solid #cacaca;
    padding: 5px 20px;
    display: inline-block;
}

.page_list li.scxt a .wzttip {
    font-size: 12px;
    border-radius: 20px;
    border: 1px solid #cacaca;
    padding: 5px 20px;
    display: inline-block;
}

.page_list li.xcx a .wzttip {
    font-size: 12px;
    color: #fff;
    border-radius: 20px;
    border: 1px solid #cacaca;
    padding: 5px 20px;
    display: inline-block;
}

.page_se {
    width: 93.75%;
    border-bottom: solid 1px #f5f5f5;
    position: relative;
    padding: 0 3.125%;
    background: #fff;
}

.page_se .List {
    width: 1200px;
    margin: auto;
}

.page_se .List dt .img02 {
    display: none;
}

.List dt .img01 {
    display: block;
}

.List dl dd h3 {
    font-size: 24px;
    font-weight: normal;
    margin: 20px 0;
    color: #333;
    transition: all 0.8s ease;
}

.List dl dd h6 {
    font-size: 14px;
    color: #777;
    line-height: 26px;
    font-weight: normal;
    transition: all 0.8s ease;
}

.List dt img {
    max-width: 100%;
    margin: auto;
    transition: all 0.8s ease;
}

.List dl p {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #ff4229;
    transform: translateY(101%);
    transition: all 0.8s ease;
}

.List dl dt,
.List dl dd {
    position: relative;
    z-index: 2;
}

.List dl:hover .img01 {
    display: none;
}

.List dl:hover .img02 {
    display: block;
}

.List dl p {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #e60212;
    transform: translateY(101%);
    transition: all 0.8s ease;
}

.List dl:hover p {
    transform: translateY(0);
    opacity: 1;
}

.List dl:hover h3,
.List dl:hover h6 {
    color: #fff;
}

.page_se dl {
    float: left;
    padding-top: 140px;
    padding-bottom: 50px;
    width: 19.66%;
    text-align: center;
    border-left: solid 0.0625rem #f5f5f5;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}


/*网站开发*/

.page_kf {
    width: 100%;
    height: 682px;
    background: url(../images/ourcase_bj.jpg) center top no-repeat;
    background-size: cover;
    padding: 0;
}

.wpc {
    width: 1150px;
    margin: 0 auto;
    position: relative;
}

.page_kf .index_ourcase_left {
    float: left;
    padding: 55px 0 0 20px;
    width: 400px;
}

.page_kf .index_ourcase_cs {
    border-bottom: 5px solid #fff;
    border-top: 5px solid #fff;
    margin: 40px 0 15px;
    width: 315px;
    color: #fff;
    font-size: 15px;
    padding: 12px 0;
}

.page_kf .index_ourcase_cs span {}

.index_ourcase_left .index_ourcase_cs span {
    font-size: 24px;
    line-height: 50px;
}

.index_ourcase_left b {
    line-height: 70px;
    color: #ffea00;
    font-size: 45px;
    font-weight: 400;
}

.page_kf .index_ourcase_big {
    line-height: 55px;
    color: #ffea00;
    font-size: 52px;
}

.page_kf .index_ourcase_ban {
    background: url(/static/skin/images/ourcase_sj.png) no-repeat;
    width: 566px;
    height: 490px;
    float: right;
    margin: 104px 64px 0 0;
    padding: 20px 24px 0;
}

.page_kf .index_ourcase_right {
    float: right;
    position: relative;
    width: 720px;
}

.index_ourcase_right .fd {
    display: block;
    width: 255px;
    height: 255px;
    overflow: hidden;
    text-align: center;
    font-size: 18px;
    color: #6d7373;
    line-height: 310px;
    position: absolute;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}

.index_ourcase_right .fd1 {
    background: url(/static/skin/images/ourcase_tb1.png) no-repeat;
    left: -50px;
    top: 255px;
}

.index_ourcase_right .fd2 {
    background: url(/static/skin/images/ourcase_tb2.png) no-repeat;
    right: -30px;
    top: 30px;
}

.index_ourcase_right .fd3 {
    background: url(/static/skin/images/ourcase_tb3.png) no-repeat;
    right: -30px;
    top: 358px;
}

.index_ourcase_right .fd:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}


/*小程序*/

.page_xcx {}

.page_xcx .title {}

.page_xcx .xcx_con {
    width: 1200px;
    margin: auto;
    overflow: hidden;
}

.span1,
.span2,
.span3,
.span4,
.span5,
.span6,
.span7,
.span8,
.span9,
.span10,
.span11,
.span12 {
    float: left;
}

.span3 {
    width: 50%;
    height: 543px;
}

.span12 {
    width: 100%;
}

.marketing_advantage_list {
    position: relative;
    margin: 0 0 15px 15px;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    overflow: hidden;
}

.marketing_advantage_list h2 {
    font-size: 24px;
    font-weight: 100;
    margin-top: 10px;
    display: inline-block;
}

.marketing_advantage_list a {
    float: right;
    color: #e72726;
    border: 1px solid #e72726;
    border-radius: 15px;
    display: inline-block;
    padding: 8px 30px;
    margin-top: 4px;
    margin-right: 30px;
}

.marketing_advantage_list a:hover {
    background: #e72726;
    color: #fff;
}

.marketing_advantage_brief {
    position: absolute;
    top: 30%;
    padding: 0 40px;
}

.marketing_advantage_brief .brief_title {
    font-size: 16px;
    color: #606060;
    margin-bottom: 10px;
}

.marketing_advantage_brief .brief_text {
    font-size: 12px;
    color: #a5a5a5;
    line-height: 1.6;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}

.marketing_advantage_brief .brief_title span {
    margin-left: 15px;
}

.marketing_advantage_brief .brief_title span img {
    vertical-align: middle;
}

.page_al {
    background: url(/static/skin/images/h07.jpg) no-repeat top center;
    background-size: cover;
}


/*智能建站*/

.page_zn {
    overflow: hidden;
    background: url(/static/skin/images/i_bg1.jpg) center center no-repeat;
    background-size: cover;
}

.page_zn .title {
    color: #fff;
}

.page_zn .gy2 {
    width: 1200px;
    margin: auto;
    overflow: hidden;
}

.page_zn .solutioncon_l {
    width: 48%;
    max-width: 550px;
    float: left;
    overflow: hidden;
    color: #fff;
}

.page_zn .solutioncon_l .h2 {
    font-size: 60px;
    font-weight: normal;
    line-height: 72px;
    margin-top: 223px;
    margin-bottom: 62px;
    font-family: "华文细黑";
}

.page_zn .solution_ul {
    width: calc(100% - 1px);
    width: -webkit-calc(100% - 1px);
    width: -moz-calc(100% - 1px);
    float: right;
    overflow: hidden;
    border-right: 1px solid #495a6f;
    border-bottom: 1px solid #495a6f;
}

.page_zn .solution_ul ul li {
    float: left;
    height: 279px;
    width: calc(33.333% - 1px);
    width: -webkit-calc(33.333% - 1px);
    width: -moz-calc(33.333% - 1px);
    border-top: 1px solid #495a6f;
    border-left: 1px solid #495a6f;
    text-align: center;
}

.page_zn .solution_ul ul li a:link,
.page_zn .solution_ul ul li a:visited {
    position: relative;
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    border-radius: 0;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.page_zn .solution_ul ul li a:link:after,
.page_zn .solution_ul ul li a:visited:after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 0.75s ease 0s;
    -moz-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}

.page_zn .solution_ul ul li a:link:hover,
.page_zn .solution_ul ul li a:visited:hover {
    color: #FFF;
    text-shadow: none;
}

.page_zn .solution_ul ul li a:link:hover:after,
.page_zn .solution_ul ul li a:visited:hover:after {
    height: 450%;
}

.page_zn .solution_ul ul li a:link,
.page_zn .solution_ul ul li a:visited {
    position: relative;
    display: block;
    color: #fff;
    font-size: 14px;
    border-radius: 0;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.page_zn .solution_ul ul li>a {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 9999;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    0s;
}

.page_zn .solution_ul ul li img {
    height: 58px;
    display: block;
    margin: 0 auto;
    margin-bottom: 27px;
    margin-top: 71px;
    position: relative;
}

.page_zn .solution_ul ul li strong {
    display: block;
    text-align: center;
    height: 84px;
    line-height: 84px;
    background: url(/static/skin/images/i_bg3.png) center top no-repeat;
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    position: relative;
}

.page_zn .solution_ul ul li>a:hover {
    color: #000 !important;
    background-color: transparent;
}

.page_zn .solution_ul ul li>a:hover:before {
    left: 0%;
    right: auto;
    width: 100%;
}

.page_zn .solution_ul ul li>a:before {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: '';
    color: #000 !important;
    background: #ff4229;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}


/*解决方案*/

.page_fa {
    background: url(/static/skin/images/h07.jpg) no-repeat top center;
    background-size: cover;
}

.page_fa div {
    color: #fff;
}

.page_fa .list {
    color: #fff;
}

.page_al .title {
    color: #fff;
}


/*我们的团队*/

.fl {
    float: left;
}

.fr {
    float: left;
}

.page_team {
    background: #fff;
    overflow: hidden;
}

.page_team .team-list .item .main .cate {
    font-size: 16px;
    color: #666;
    text-align: center;
    margin-top: 30px;
}

.page_team .team-list .item .main .img img {
    border-radius: 50%;
}

.page_team .team-list .item {
    width: 23.33%;
    background-color: #f3f3f3;
    margin-left: 1.32558%;
    margin-bottom: 2.32558%;
}

.page_team .main {
    padding: 8.75% 5.25%;
}


/*公司环境*/

* {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.page_hj {
    background: #fff;
}

.page_hj .hj_list {
    width: 1200px;
    margin: 0 auto;
}

.page_hj .hj_list ul li {
    cursor: pointer;
    width: 24.666%;
    float: left;
    background: #000;
}

.page_hj .hj_list ul li .img1:hover img {
    opacity: 0.5;
    filter: alpha(opacity=50);
    transform: rotate(3deg) scale(1.05);
    -o-transform: rotate(3deg) scale(1.05);
    -webkit-transform: rotate(3deg) scale(1.05);
    -moz-transform: rotate(3deg) scale(1.05);
    -ms-transform: rotate(3deg) scale(1.05);
}

.page_f9f9f9 {
    background: #f9f9f9;
}

.page_list2 {
    width: 1200px;
    margin: auto;
}

.page_list2 ul {
    overflow: hidden;
    margin: 0 10px;
}

.page_list2 ul li {
    width: 25%;
    margin-bottom: 10px;
    float: left;
}

.case_img img,
.page_list2 ul li .img label {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.page_list2 ul li a:hover .case_img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.page_list2 ul li .list {
    margin: 10px;
}

.page_list2 ul li .img {
    position: relative;
    overflow: hidden;
}

.page_list2 ul li .img label {
    width: 60px;
    height: 1px;
    background: #fff;
    display: block;
    margin: 5px auto;
}

.page_list2 ul li:hover .img label {
    width: 5px;
}

.page_list2 ul li a:hover .img {
    opacity: 1;
    filter: alpha(opacity=100)
}

.page_list3 ul li a:hover .text {
    background: #d31f23;
}

.page_list3 ul li a:hover .text h4 {
    background: url(../images/icon2-1.png) no-repeat right center;
}

.page_list2 ul li .img .img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    position: absolute;
    top: 0%;
    left: 0;
    bottom: 0;
    display: table;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#5f000000', endColorstr='#5f000000');
}

.page_list2 ul li .img .img span {
    font-size: 15px;
    vertical-align: middle;
    margin: 0 auto;
    text-align: center;
    display: table-cell;
}

.page_list2 ul li .text {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    line-height: 20px;
    background: #f1f1f1;
    padding: 15px 20px;
}

.page_list2 ul li .text h4 {
    font-weight: normal;
    padding-right: 40px;
    background: url(../images/icon2.png) no-repeat right center;
    color: #2d251b;
}

.page_list2 ul li .text span {
    margin-left: 10px;
    font-size: 12px;
    color: #909090;
}

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

.more a {
    display: inline-block;
    line-height: 35px;
    font-size: 15px;
    width: 132px;
    text-align: center;
    border-radius: 30px;
    border: 1px solid #d2d2d2;
    color: #adadad;
}

.more a:hover {
    border-color: #e63b3e;
    color: #e63b3e;
}

.page_list3 ul {
    margin: 0 25px;
}

.page_list3 ul li {
    width: 33.333%;
}

.page_list3 ul li .list {
    margin: 25px;
}

.page_list3 ul li a .img .img {
    opacity: 0;
    filter: alpha(opacity=0);
    top: 0;
}

.page_list3 ul li a:hover .img .img {
    opacity: 1;
    filter: alpha(opacity=100);
}

.page_list3 .t_tit {
    border-bottom: 1px solid #c9c9c9;
    position: relative;
}

.page_list3 .t_tit label {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 40px;
    height: 3px;
    background: #d31f23;
    display: block;
}

.page_list3 a:hover .t_tit label {
    background: #fff;
}

.page_list3 ul li a:hover .text p {
    color: #fff;
}

.page_list3 ul li .text p {
    margin: 10px 0;
    line-height: 25px;
    color: #fff;
    height: 75px;
    overflow: hidden;
}

.page_list3 ul li .text span {
    color: #fff;
    font-size: 22px;
    line-height: 50px;
    /*padding-left: 40px;*/
    margin-left: 0;
    padding-bottom: 5px;
    white-space: nowrap;
}

.page_list3 ul li .text {
    background: none;
    border-bottom: 1px solid #e3e3e3;
}

.page_list3 ul li .text span.span1 {
    background: url(../images/icon16.png) no-repeat left center;
}

.page_list3 ul li .text span.span2 {
    background: url(../images/icon17.png) no-repeat left center;
}

.page_list3 ul li .text span.span3 {
    padding-left: 50px;
    background: url(../images/icon18.png) no-repeat left center;
}

.page_list3 ul li .text span.span4 {
    background: url(../images/icon19.png) no-repeat left center;
}

.page_list3 ul li .text span.span5 {
    background: url(../images/icon20.png) no-repeat left center;
}

.page_list3 ul li .text span.span6 {
    background: url(../images/icon21.png) no-repeat left center;
}

.page_list3 ul li .text span.span7 {
    background: url(../images/icon22.png) no-repeat left center;
}

.page_list3 ul li .text span.span8 {
    background: url(../images/icon23.png) no-repeat left center;
}

.page_list3 ul li .text span.span9 {
    background: url(../images/icon24.png) no-repeat left center;
}

.page_list3 ul li .text span.span10 {
    background: url(../images/icon25.png) no-repeat left center;
}

.page_list3 ul li .text span.span11 {
    background: url(../images/icon26.png) no-repeat left center;
}

.page_list3 ul li .text span.span12 {
    background: url(../images/icon27.png) no-repeat left center;
}

.page_list3 ul li .text span.span13 {
    background: url(../images/icon28.png) no-repeat left center;
}

.page_list3 ul li .text span.span14 {
    background: url(../images/icon29.png) no-repeat left center;
}

.page_list2 ul li a:hover .img span,
.page_list3 ul li a:hover *,
.page_list3 ul li a:hover .text span {
    color: #fff;
}

.span_icon.span1 {
    background: url(../images/icon16_2.png) no-repeat left center;
}

.span_icon.span2 {
    background: url(../images/icon17_2.png) no-repeat left center;
}

.span_icon.span3 {
    padding-left: 50px;
    background: url(../images/icon18_2.png) no-repeat left center;
}

.span_icon.span4 {
    background: url(../images/icon19_2.png) no-repeat left center;
}

.span_icon.span5 {
    background: url(../images/icon20_2.png) no-repeat left center;
}

.span_icon.span6 {
    background: url(../images/icon21_2.png) no-repeat left center;
}

.span_icon.span7 {
    background: url(../images/icon22_2.png) no-repeat left center;
}

.span_icon.span8 {
    background: url(../images/icon23_2.png) no-repeat left center;
}

.span_icon.span9 {
    background: url(../images/icon24_2.png) no-repeat left center;
}

.span_icon.span10 {
    background: url(../images/icon25_2.png) no-repeat left center;
}

.span_icon.span11 {
    background: url(../images/icon26_2.png) no-repeat left center;
}

.span_icon.span12 {
    background: url(../images/icon27_2.png) no-repeat left center;
}

.span_icon.span13 {
    background: url(../images/icon28_2.png) no-repeat left center;
}

.span_icon.span14 {
    background: url(../images/icon29_2.png) no-repeat left center;
}

.page_list4 {
    padding-top: 20px;
}

.page_list4 .wrap {
    max-width: 1300px;
}

.page_list4 .item_img {
    text-align: center;
}

.page_list4 .item {
    width: 33.333%;
    float: left;
}

.page_list4 ul li {
    cursor: pointer;
    margin: 20px auto;
    margin-bottom: 40px;
    width: 90%;
}

.page_list4 ul li .list {
    clear: both;
    padding: 20px 0;
    border: 1px solid #f9f9f9;
}

.page_list4 ul li .img {
    float: left;
    width: 90px;
    text-align: center;
}

.page_list4 ul li .img span {
    display: block;
    height: 48px;
    background: url(../images/icon6.png) no-repeat center center;
    margin-top: 18px;
}

.page_list4 .text {
    font-size: 13px;
    margin-right: 20px;
    overflow: hidden;
    line-height: 25px;
}

.page_list4 .text p {
    height: 75px;
    overflow: hidden;
}

.page_list4 .text h2 {
    margin-bottom: 20px;
    font-size: 18px;
}

.page_list4 ul li:hover .list {
    border-color: #d31f23;
}

.page_list4 ul li:hover .img span {
    background: url(../images/icon6-1.png) no-repeat center center;
}

.page_list4 ul li:hover .text h2,
.page_list4 ul li:hover .text p {
    color: #d31f23;
}

.page_list5 {
    width: 1200px;
    margin: 0 auto;
}

.page_list5 ul li {
    float: left;
    width: 272px;
    height: 390px;
    background: #ffffff;
    margin-right: 190px;
    margin-bottom: 40px;
}

.page_list5 ul li.c3 {
    margin-right: 0;
}

.page_list5 ul li dt.pic {
    border: 1px solid #fff;
    width: 270px;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.page_list5 ul li dt.t {
    height: 66px;
    line-height: 66px;
}

.page_list5 ul li dd {
    color: #666666;
    font-size: 12px;
    font-family: "宋体";
    line-height: 24px;
    width: 270px;
    z-index: 1;
    position: relative;
    transition-delay: 0.2s;
}

.page_link ul {
    overflow: hidden;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}

.page_link ul li {
    width: 20%;
    float: left;
    background: #fff;
}

.page_link ul li a {
    display: block;
    height: 160px;
    line-height: 160px;
    border: 1px solid #e5e5e5;
    border-left: 0;
    border-top: 0;
    text-align: center;
    position: relative;
}

.page_link ul li img {
    vertical-align: middle;
    max-width: 85%;
    margin: 0 auto;
}

.gy_zqpz {
    overflow-x: hidden;
}

.page_link ul li:hover .img {
    transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}

.page_link ul li:hover .img1 {
    transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    opacity: 1;
}

.page_link ul li .img {
    transition: all .5s linear 10ms;
    -webkit-transition: all .5s linear 10ms;
    -moz-transition: all .5s linear 10ms;
    -ms-transition: all .5s linear 10ms;
    -o-transition: all .5s linear 10ms;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    filter: progid: DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(100%);
    filter: Gray;
}

.page_link ul li .img1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all .5s linear 10ms;
    -webkit-transition: all .5s linear 10ms;
    -o-transition: all .5s linear 10ms;
    -moz-ms-transition: all .5s linear 10ms;
    -ms-transition: all .5s linear 10ms;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

.page_news .item {
    width: 47%;
}

.news_tit {
    text-align: center;
    font-size: 18px;
    color: #5a5a5a;
}

.news_tit span {
    height: 25px;
    border-bottom: 1px solid #dcdcdc;
    display: block;
    text-align: center;
    margin-bottom: 35px;
}

.news_tit span img {
    padding: 0 3px;
    background: #f9f9f9;
}

.page_news ul {
    padding-top: 30px;
}

.page_news ul li {
    border: 1px solid #fff;
    margin-bottom: 15px;
    padding: 25px;
    background: url(../images/icon7-1.png) no-repeat right bottom #fff;
    position: relative;
}

.page_news ul li:hover {
    border-color: #d31f23;
    background: url(../images/icon7.png) no-repeat right bottom #fff;
}

.page_news ul li:hover .date {
    background: #d31f23;
}

.page_news ul li:hover .date_k,
.page_news ul li:hover .date_k h2 {
    border-color: #df5a5d;
}

.page_news ul li .tips {
    position: absolute;
    top: -1px;
    right: 20px;
    width: 39px;
    height: 32px;
    background: url(../images/tips.png) no-repeat center center;
    text-align: center;
    line-height: 28px;
    color: #fff;
}


/*.page_news ul li .text { height: 83px; }*/

.page_news ul li .text h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.page_news ul li:hover .text h3 {
    color: #d31f23;
}

.page_news ul li .text p {
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    color: #9e9e9e;
}

.page_news ul li .date {
    float: left;
    margin-right: 30px;
    background: #b5b5b5;
    padding: 2px;
}

.page_news ul li .date_k {
    height: 75px;
    width: 65px;
    padding: 0 5px;
    border: 2px solid #c9c9c9;
}

.date_k h2 {
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 43px;
    color: #fff;
    border-bottom: 1px solid #d2d2d2;
}

.date_k span {
    line-height: 25px;
    text-align: center;
    display: block;
    color: #fff;
}

.page_ededed {
    background: #ededed;
}

.wrap1 {
    max-width: 1200px;
    padding: 0 10px;
    margin: 0 auto;
}

.page_ededed h2 {
    font-size: 33px;
    font-weight: normal;
}

.page_ededed p {
    color: #4e4e4e;
    padding-top: 10px;
    font-size: 12px;
}

.div_input_list {
    margin: 15px -1%;
}

.div_input_list .div_input {
    margin: 15px 1%;
    float: left;
    width: 15%;
    height: 44px;
    line-height: 44px;
    background: #fff;
}

.div_input_list .div_input.input1 {
    width: 47%;
}

.div_input_list .div_input.input2 {
    width: 25%;
}

.div_input_list .div_input.input3 {
    margin-right: 15%;
    width: 220px;
    position: relative;
}

.div_input input {
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-indent: 1.5em;
    margin: 0 auto;
    border: 0;
    background: none;
}

.div_input .img {
    position: absolute;
    right: 0;
    top: 0;
}

.div_input input[type=button] {
    background: #d31f23;
    color: #fff;
    text-indent: 0;
}


/*----------footer----------*/

.footer {
    position: relative;
    background: #262626;
    color: #fff;
}

.gotop {
    position: absolute;
    top: -32px;
    left: 50%;
    margin-left: -28px;
}

.gotop a {
    display: block;
    width: 56px;
    height: 64px;
    background: url(../images/top.png) no-repeat center center;
}

.tit h3 {
    border-bottom: 1px solid #545454;
    line-height: 40px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    font-size: 16px;
    font-weight: normal;
    padding-left: 10px;
}

.foot {
    padding: 30px 0;
}

.foot ul {
    overflow: hidden;
    padding: 10px 0;
    margin-left: -2.5%;
}

.foot li {
    float: left;
    margin: 10px;
}

.foot .wrap {
    overflow: hidden;
}

.foot li a {
    color: #969696;
    display: block;
    border-left: 1px solid #6a6a6a;
    padding-left: 20px;
}

.foot2 {
    background: #262626;
    padding: 20px 0;
    line-height: 30px;
    font-size: 12px;
}

.foot2 span {
    opacity: 0.55;
    filter: alpha(opacity=55);
    display: inline-block;
    margin-left: 15px;
    ;
}

.foot2 img {
    vertical-align: middle;
}

.foot2 a {
    color: #fff;
}

.footer_box {
    position: relative;
    max-width: 1200px;
    margin: 0px auto;
    padding-top: 30px;
}

.footer .di_logo {
    width: 200px;
    padding-top: 80px;
    /* padding-left: 80px; */
}

.footer .bNav {
    width: 630px;
    padding-left: 100px;
    padding-top: 65px;
}

.footer .bNav dl {
    display: inline-block;
    float: left;
    width: 100px;
    padding-right: 52px;
}

.footer .bNav dl dt {
    height: 16px;
    display: block;
    padding-bottom: 22px;
}

.footer .bNav dl dt a {
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 16px;
}

.footer .bNav dl dd {
    display: block;
    height: 12px;
    padding-bottom: 16px;
}

.footer .bNav dl dd a {
    display: block;
    font-size: 12px;
    color: #999;
    line-height: 12px;
}

.footer .contacte {
    /* width: 400px; */
    padding-top: 80px;
    /* margin-left: 80px; */
    /* padding-left: 60px; */
}

.footer .contacte .ewm {
    width: 140px;
    height: 140px;
    background-color: #fff;
    text-align: center;
}

.footer .contacte .ewm img {
    width: 122px;
    height: 122px;
    background-size: 100%;
    display: inline-block;
    margin-top: 8px;
}

.footer .contacte .contact_info {
    width: 260px;
}

.footer .contacte .contact_info p.teo {
    font-size: 14px;
    color: #ddd;
    font-family: arial;
    line-height: 24px;
}

.friend_link {
    clear: both;
    font-size: 12px;
    line-height: 16px;
    color: #666;
    padding-top: 40px;
    padding-bottom: 10px;
}

.friend_link a {
    color: #999;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px dotted #333;
}

.fter_line {
    clear: left;
    border-bottom: 1px solid #333;
    width: 100%;
    position: relative;
}

.fli ul li a {
    font-size: 12px;
    color: #666;
    line-height: 24px;
}

.phone_btn {
    position: fixed;
    z-index: 999;
    top: 50%;
    right: 10px;
}

.phone_btn a {
    display: block;
}

.phone_btn img {
    height: 43px;
}

.phone_btn .wrap {
    /*width:200px*/
    ;
    overflow: inherit;
    height: 200px;
}

.phone_btn .list {
    position: absolute;
    transition: all 0.5s;
    right: 0;
    width: 40px;
    overflow: hidden;
    line-height: 40px;
    background: #000;
    border-radius: 40px;
}

.phone_btn a {
    display: block;
    clear: both;
    position: relative;
}

.phone_btn .img {
    width: 40px;
    float: left;
    height: 40px;
    background: #000;
}

.phone_btn p {
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
}

.phone_btn .li_QQ {
    top: 0;
}

.phone_btn .li_QQ .img {
    background: url(../images/icon10.png) no-repeat center center;
}

.phone_btn .li_wx {
    top: 50px;
}

.phone_btn .li_wx .img {
    background: url(../images/icon10_wx.png) no-repeat center center;
}

.phone_btn .li_xq {
    top: 50px;
}

.phone_btn .li_xq .img {
    background: url(../images/icon11.png) no-repeat center center;
}

.phone_btn .li_dh {
    top: 100px;
}

.phone_btn .li_dh .img {
    background: url(../images/icon12.png) no-repeat center center;
}

.phone_btn .list:hover {
    width: 160px;
}

.phone_btn .list_wx {
    position: absolute;
    transition: all 0.5s;
    right: 0;
    width: 40px;
    line-height: 40px;
    background: #000;
    border-radius: 40px;
}

.phone_btn .list_wx:hover .text {
    display: block;
}

.phone_btn .list_wx .text {
    display: none;
    position: absolute;
    right: 100%;
    width: 130px;
    height: 130px;
    top: 50%;
    margin-top: -50px;
    padding-right: 10px;
}

.phone_btn .list_wx .text img {
    width: 100%;
    height: 100%;
}

.zbanner {
    height: 400px;
    background: url(../images/zbanner.png) no-repeat center center
}

.zbanner .wrap {
    overflow: inherit;
}

.div_font {
    position: absolute;
    top: 176px;
    left: 10px;
    font-family: Arial, 微软雅黑;
}

.div_font.div_font1 {
    top: 250px;
}

.div_font .div_p1 {
    font-size: 48px;
    color: #fff;
}

.div_font .div_p2 {
    color: #fff;
    font-size: 18px;
    margin-top: 24px;
    line-height: 27px;
}

.main_tit {
    line-height: 27px;
    padding: 10px 0;
    border-bottom: 1px solid #ececec;
}

.main_tit p {
    padding-left: 20px;
    background: url(../images/icon15.png) no-repeat left 8px;
}

.main_toggle ul {
    overflow: hidden;
    display: flex
}

.main_toggle ul li {
    float: left;
    width: auto;
    text-align: center;
    line-height: 87px;
    width: 100%
}

.main_toggle.toggle2 ul li {
    width: 50%;
}

.main_toggle ul li a {
    background: #fff;
    margin: 0 1px;
    display: block;
    color: #373737;
    font-size: 15px;
}

.main_toggle ul li a:hover,
.main_toggle ul li.on a {
    background: #d73034;
    /* background: #0286D7; */
    color: #fff;
}

.main_tips {
    margin: 56px 0;
    line-height: 53px;
}

.main_tips span.span_tit {
    padding: 0 16px;
    display: block;
    color: #fff;
    float: left;
    background: #d31f23;
}

.main_tips span.span_tit label {
    display: block;
    padding-left: 40px;
    background: url(../images/icon13.png) no-repeat left center;
    font-size: 16px;
}

.main_tips span.span_tit label.lbl2 {
    background: url(../images/icon13-1.png) no-repeat left center
}

.tips_lt {
    width: 60%;
    float: left;
}

.tips_lt .text {
    overflow: hidden;
    height: 53px;
    background: #fff;
    padding: 0 40px;
}

.tips_lt .text .item {
    width: auto;
    display: inline-block;
}

.tips_lt .text a {
    color: #818181
}

.tips_search {
    width: 38%;
    float: right;
    height: 51px;
    line-height: 51px;
}

.tips_search .div_input {
    border: 1px solid #d31f23;
    position: relative;
}

.tips_search a {
    display: block;
    width: 53px;
    background: url(../images/icon14.png) no-repeat left center;
    height: 53px;
    position: absolute;
    top: 0;
    right: 0;
}

.tips_owl.owl-theme .owl-controls .owl-nav [class*=owl-] {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 9px;
    height: 17px;
    background: url(../images/cur3.png) no-repeat center center;
    background-size: 100% auto;
}

.tips_owl.owl-theme .owl-controls .owl-nav .owl-prev {
    left: -20px;
}

.tips_owl.owl-theme .owl-controls .owl-nav .owl-next {
    right: -20px;
    background: url(../images/cur4.png) no-repeat center center;
    background-size: 100% auto;
}

.tips_owl.owl-theme .owl-controls {
    bottom: auto;
    top: 20px;
}

.pagesize {
    text-align: center;
    padding: 40px 0;
}

.pagesize a {
    border: 1px solid #ddd;
    display: inline-block;
    margin-right: 6px;
    color: #707070;
    width: 34px;
    height: 34px;
    font: bold 14px/34px arial;
}

.pagesize a:hover,
.pageBox a:active {
    background: #1349a7;
    color: #FFFFFF;
    text-decoration: none;
}

.pagesize .cur {
    background: #e91c0c;
    border: 1px solid #e91c0c;
    text-decoration: none;
}

.pagesize a.cur {
    color: #fff;
}

.pagesize .disabled {
    width: 79px;
}

.pagess {
    clear: both;
    margin: 20px 0 60px;
    overflow: hidden;
    margin-left: 0px;
    text-align: center;
    font-size: 12px;
}

.pagess ul li {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 2px 9px;
    margin: 0 3px;
    line-height: 20px;
    background: #fff;
    color: #999;
}

.pagess ul li.thisclass {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 2px 9px;
    margin: 0 3px;
    background: #ccc;
    color: #fff;
}

.pagess ul li:hover {
    background: #ccc;
    color: #fff;
    border: 1px solid #ccc;
}

.pagess ul li a:hover {
    color: #fff;
}

#tyj {
    font-size: 19px;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.z_div1 h3 {
    font-size: 19px;
    border-bottom: 1px solid #eaeaea;
    padding-top: 53px;
    padding-bottom: 23px;
    margin-bottom: 23px;
}

.z_div1 p {
    font-size: 13px;
    color: #acacac;
    line-height: 30px;
}

.z_div1 {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 23px;
}

.z_div2 {
    border-bottom: 1px solid #eaeaea;
    padding: 15px 0;
}

.z_div2 p {
    font-size: 13px;
    color: #acacac;
    line-height: 38px;
}

.z_div2_p3 img {
    transition: all 0.5s;
    vertical-align: middle;
    margin-right: 10px;
}

.z_div2_p3 a {
    display: inline-block;
    width: 30px;
    height: 38px;
    vertical-align: bottom;
    margin-right: 10px;
}

.z_div2_p3 a.a1 {
    background: url(../images/weixin.png) no-repeat center center;
    background-size: 100% auto;
}

.z_div2_p3 a.a2 {
    background: url(../images/weibo.png) no-repeat center center;
    ;
    background-size: 100% auto;
}

.z_div2_p3 a.a3 {
    background: url(../images/pyq.png) no-repeat center center;
    ;
    background-size: 100% auto;
}

.z_div2_p3 a.a4 {
    background: url(../images/kj.png) no-repeat center center;
    ;
    background-size: 100% auto;
}

.z_div2_p3 a.a1:hover {
    background: url(../images/weixin1.png) no-repeat center center;
    ;
    background-size: 100% auto;
}

.z_div2_p3 a.a2:hover {
    background: url(../images/weibo1.png) no-repeat center center;
    ;
    background-size: 100% auto;
}

.z_div2_p3 a.a3:hover {
    background: url(../images/kj1.png) no-repeat center center;
    ;
    background-size: 100% auto;
}

.z_div2_p3 a.a4:hover {
    background: url(../images/yq1.png) no-repeat center center;
    ;
    background-size: 100% auto;
}

.z_div3 {
    position: relative;
    margin: 0 auto;
    margin-top: 26px;
    max-width: 871px;
    text-align: center;
    margin-bottom: 50px;
}

.div3_cur {
    position: absolute;
    top: 40%;
    margin-top: -20px;
    width: 120%;
    left: -10%;
}

.div3_cur span:hover {
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.pagesize1 {
    padding-top: 32px;
    padding-bottom: 25px;
    border-top: 1px solid #eaeaea;
}

.pagesize1 a {
    display: inline-block;
    width: 54px;
    margin: 0 7px;
    height: 54px;
}

.pagesize1 a.prev {
    background: url(../images/cur1.png) no-repeat center center;
    background-size: 100% auto;
}

.pagesize1 a.next {
    background: url(../images/cur2.png) no-repeat center center;
    background-size: 100% auto;
}

.pagesize1 a.prev:hover {
    background: url(../images/cur1-1.png) no-repeat center center;
    background-size: 100% auto;
}

.pagesize1 a.next:hover {
    background: url(../images/cur2-1.png) no-repeat center center;
    background-size: 100% auto;
}

.pagesize1 a.ty {
    background: url(../images/ty5.png) no-repeat center center;
    background-size: 100% auto;
}

.z_div3_img {
    position: absolute;
    top: 5.1%;
    width: 92%;
    left: 4.1%;
}

.div_owl.owl-theme .owl-controls {
    bottom: -60%;
}


/*.div_p3{background:#f7f7f7; border-bottom:1px solid #eee;}*/

.div_owl.owl-theme .owl-dots .owl-dot span {
    background: #c9c9c9
}

.div_owl.owl-theme .owl-dots .owl-dot.active span,
.div_owl.owl-theme .owl-dots .owl-dot:hover span {
    background: #000
}

.div1_p1 {
    line-height: 47px;
}

.div1_p1 img {
    margin-right: 6px;
}

.div1_p1 a {
    font-size: 12px;
    color: #000;
}

.main_div2 li {
    float: left;
    width: 15%;
    text-align: center;
    line-height: 87px;
}

.main_div2 li a {
    color: #373737;
    font-size: 15px;
}

.main_div2 li:nth-child(1) {
    background: #d73034;
    color: #fff;
}

.main_div2 li:nth-child(1) a {
    color: #fff;
}

.main_div3 {
    padding-top: 56px;
}

.main_span1 {
    background: #d31f23;
    width: 143px;
    display: inline-block;
    line-height: 53px;
    font-size: 16px;
    color: #fff;
    float: left;
    margin-right: 24px;
}

.main_span1 .span_img1 {
    padding-left: 18px;
    padding-right: 11px;
}

.main_span1 .span_img2 {
    padding-right: 11px;
    vertical-align: middle;
}

.div3_p {
    float: left;
    line-height: 28px;
}

.div3_p a {
    font-size: 13px;
    color: #818181;
    width: 70px;
    text-align: center;
    display: inline-block;
}

.div3_p img {
    vertical-align: middle;
}

.page_ededed1 {
    background: #fff;
}

.page_falb {
    padding-top: 80px;
}

.wp {
    padding: 60px 0;
    overflow: hidden;
}


/*小程序页面用*/


/*.intro_con4 .intro_pic {
	float: left;
	width: 350px;
	height: 335px;
	position: relative;
	left: 130px;
}

.intro_con4 .pic_list {
	position: absolute;
	opacity: 0;
	transform: translate(-100px,100px);
	-moz-transform: translate(-100px,100px);
	-o-transform: translate(-100px,100px);
	-webkit-transform: translate(-100px,100px);
}

.intro_con4 .pic_list_1 {
	left: 0;
	top: 0;
	opacity: 1;
	transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
}

.intro_con4 .pic_list_2 {
	right: 0;
	top: 27px;
	opacity: 1;
	transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-webkit-transition: all 1s;
}

.intro_con4 .pic_list_3 {
	left: 74px;
	bottom: 0;
	opacity: 1;
	transition: all 1s .5s;
	-moz-transition: all 1s .5s;
	-o-transition: all 1s .5s;
	-webkit-transition: all 1s .5s;
}*/


/*案例*/

.case_tit {
    padding: 2em 0;
}

.case_tit ul {
    overflow: hidden;
    margin: 0 -0.5%;
}

.case_tit ul li {
    min-width: 15.6667%;
    margin: 10px 0.5%;
    float: left;
    text-align: center;
    line-height: 50px;
}

.case_tit ul li a {
    display: block;
    padding: 0 10px;
    font-size: 12px;
    background: #f2f2f2;
    border-radius: 30px;
}

.case_tit ul li a:hover,
.case_tit ul li.on a {
    background: #d31f23;
    color: #fff;
}

.title2 {
    max-width: 1200px;
    margin: 0 auto;
    border-bottom: 1px solid #eee;
    line-height: 96px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.title2 span {
    font-size: 22px;
    display: inline-block;
    padding-left: 45px;
}

.title2 em {
    display: block;
    height: 3px;
    line-height: 3px;
    width: 40px;
    background: #d31f23;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: -1px;
}

.case_info .text {
    margin: 40px 0;
    line-height: 20px;
    color: #6f6f6f
}

.case_info .pagesize {
    text-align: left;
}

.case_info .pagesize a {
    margin: 0;
    margin-right: 30px;
}

.wrap2 {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
}

.xg_case {
    padding: 100px 0;
}

.xg_case .page_list2 ul li .text {
    padding: 5px 20px;
}

.xg_tit {
    line-height: 45px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

.xg_tit span {
    display: inline-block;
    border-bottom: 2px solid #d31f23;
    font-size: 16px;
}

.xg_tit a {
    display: inline-block;
    padding-left: 20px;
    float: right;
    background: url(../images/icon31.png) no-repeat left center;
    color: #909090;
}

.xg_tit a:hover {
    color: #d31f23
}

.news_list ul {
    overflow: hidden;
}

.news_list li * {
    transition: all 0.5s;
}

.news_list li {
    width: 48%;
    margin: 0 1%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #cfcfcf;
    float: left;
}

.news_list li .img {
    height: 200px;
    overflow: hidden;
}

.news_list li a:hover img {
    transform: scale(1.1);
}

.news_list li a:hover .btn span {
    color: #d31f23;
    border-color: #d62e32
}

.news_list li h3 {
    font-size: 20px;
    position: relative;
    font-weight: normal;
    line-height: 2.5em;
    border-bottom: 1px solid #e4e4e4
}

.news_list li h3 span {
    display: block;
    position: absolute;
    bottom: -1px;
    height: 3px;
    width: 2.5em;
    background: #e63b3e
}

.news_list li .p_time {
    line-height: 50px;
    padding-left: 25px;
    background: url(../images/icon32.png) no-repeat left center;
    color: #b6b6b6;
}

.news_list li .text {
    padding: 25px 0;
    line-height: 20px;
    color: #999;
}

.news_list li .btn span {
    font-size: 12px;
    display: inline-block;
    padding: 0 25px;
    border: 1px solid #b6b6b6;
    line-height: 38px;
    border-radius: 20px;
    color: #b6b6b6;
}

.news_list .pagesize {
    text-align: left;
}

.pagesize.left {
    text-align: left;
}

.news_lt {
    float: left;
    width: 68%;
}

.news_lt li {
    border-bottom: 1px solid #eaeaea
}

.news_list2 {
    padding: 0 10px;
    margin-top: 87px;
}

.news_list2 ul {
    overflow: hidden;
}

.news_list2 li * {
    transition: all 0.5s;
}

.news_list2 .news_lt>ul>li {
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: none;
    /*float:left;*/
}

.news_list2 li .img {
    height: 200px;
    overflow: hidden;
}

.news_list2 li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.news_list2 li .btn:hover span {
    color: #d31f23;
    border-color: #d62e32
}

.news_list2 li h3 {
    font-size: 20px;
    position: relative;
    font-weight: normal;
    line-height: 2.5em;
    border-bottom: 1px solid #e4e4e4
}

.news_list2 li h3 span {
    display: block;
    position: absolute;
    bottom: -1px;
    height: 3px;
    width: 2.5em;
    background: #e63b3e
}

.news_list2 li .p_time {
    padding-left: 25px;
    background: url(../images/icon32.png) no-repeat left center;
    color: #b6b6b6;
}

.div_tag {
    line-height: 50px;
    color: #b6b6b6
}

.div_tag label {
    padding: 0 10px;
    color: #b6b6b6
}

.div_tag label:hover {
    color: #e63b3e
}

.news_list2 li .text,
.news_list2 li .text2 {
    padding: 0;
    line-height: 20px;
    color: #999;
}

.news_list2 li .btn span {
    display: inline-block;
    line-height: 40px;
    color: #b6b6b6;
}

.news_rt {
    width: 25%;
    float: right;
}

.news_rt .item {
    margin: 70px 0;
    line-height: 25px;
}

.news_rt .item a {
    color: #666;
}

.news_rt .item a:hover {
    color: #e63b3e;
}

.news_rt .item .span_tit {
    font-size: 16px;
    display: block;
    line-height: 40px;
}

.news_rt .item1 li {
    float: left;
}

.news_rt .item1 li a {
    display: block;
    line-height: 30px;
    border: 1px solid #e3e3e3;
    padding: 0 10px;
}

.news_rt .item1 li a:hover {
    color: #d31f23;
    border-color: #e63b3e
}

.main_toggle.main_toggle3 ul li {
    width: 20%;
}

.news_rt .item2 a {
    text-decoration: underline;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_rt .item2 a:hover {
    color: #d31f23
}

.news_rt .item2 li {
    line-height: 15px;
}

.news_rt .tips_search {
    float: none;
    width: 100%;
}

.news_rt .tips_search .div_input {
    border-color: #e3e3e3;
}

.news_rt ul {
    height: 630px;
}

.news_rt ul li {
    padding: 5px;
}

.gy_jj {
    background: #f7f7f7;
}

.lsfx_tit.gy_tit {}

.lsfx_tit.gy_tit h3 {
    text-align: center;
    font-size: 22px;
}

.lsfx_tit.gy_tit span {
    left: 50%;
    margin-left: -1.25em;
}


/* 忘记密码页面 */

.forget_bg {
    background-color: #fff;
    box-shadow: 0px 0px 20px #ccc;
}

.forget_conter {
    width: 450px;
    margin: 0 auto;
    padding: 50px 100px;
}

.forget_cont input {
    border: 1px solid #ccc;
    padding: 10px;
    width: 300px;
    margin: 10px;
    display: inline-block;
}

.forget_cont th {
    text-align: left;
}

.forget_cont .yzm {
    width: 150px;
}

.forget_cont .hq {
    width: 100px;
}

.forget_cont .sumbit {
    width: 100px;
    background-color: #2084C7;
    color: #fff;
}