@charset "utf-8";

/* CSS Document */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
abbr,
del,
dfn,
em,
img,
ins,
strike,
strong,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
object,
col,
colgroup,
caption,
summary,
tbody,
tfoot,
thead,
th {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-family: "寰蒋闆呴粦", "Microsoft Yahei";
    font-size: 15px;
    color: #666;
    line-height: 1.8em;
    background: #fff;
}

body {
    font-style: normal;
    font-variant: normal;
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
}

input,
button {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
}

dl,
ol,
ul,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
    color: #333;
}

element.style {
    height: auto !important
}

img {
    vertical-align: middle;
    border: none;
    outline: none;
    max-width: 100%;
    height: auto;
}

textarea {
    resize: none;
}

a {
    text-decoration: none;
    outline: none;
    color: #666;
    cursor: pointer;
}

a:hover {
    cursor: pointer;
    text-decoration: none;
    color: #d33d1a;
}

:focus {
    outline: 0
}

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

.clearfix:after {
    clear: both;
    overflow: hidden;
}

.clear {
    clear: both;
    overflow: hidden;
}


.left,
.right {
    display: inline;
}

.left,
.l {
    float: left
}

.right,
.r {
    float: right
}

.w1200 {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

#mob {
    display: none;
}

#mob table,
#pc table {
    margin-bottom: 15px;
}

.content_video {
    text-align: center;
}


/*==========header==========*/

.header {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    height: 84px;
}

.header .tops {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
}

.header .top01 {
    width: 100%;
    margin: 10px auto;
    overflow: hidden;
}

.header .top01 .hxlogo img {
    max-width: 270px;
    width: 100%;
    height: auto;
}

.header .top01 .hxtel img {
    max-width: 240px;
    width: 100%;
    height: auto;
    margin-top: 10px;
}

.header .top02 {
    width: 100%;
    background: #020202;
}

.header .top02 .w1200 {
    position: relative;
    font-size: 16px;
}

.page_nav {
    width: 100%;
}

.page_nav li {
    position: relative;
    float: left;
    width: 14%;
    text-align: center;
}

.page_nav li a {
    display: block;
    height: 3em;
    line-height: 3em;
    color: #ffffff;
}

.page_nav li:hover a,
.page_nav li.active a {
    color: #ff9000;
}

.page_swt {
    width: 150px;
    background: #fff;
    margin: 5px 0;
    border-radius: 3px;
    text-align: center;
    padding: 4px;
    box-sizing: border-box;
}

.page_swt img {
    max-width: 26px;
    width: 100%;
    margin-right: 10px;
}

.hide {
    display: none;
}

.header .top02.leave {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: url(../images/hdft05.png) repeat;
}

.mobnav,
.wapnav {
    display: none;
}



/*==========right float==========*/

.flo_swt {
    width: 120px;
    position: fixed;
    top: 40%;
    right: 1%;
    z-index: 99;
    text-align: center;
    margin: 30px auto;
    animation: myfirst 3s infinite;
}

.flo_swt a span {
    background: #d33d1a;
    border-radius: 4px;
    display: block;
    color: #fff;
    padding: 3px 0;
    margin-top: 2px;
}

.flo_swt p {
    width: 12px;
    height: 12px;
    background: url(../images/swt_close.png) center no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.flo_swt img {
    width: 100%;
    height: auto;
}

@keyframes myfirst {
    0% {
        transform: translate(0px, 0px);
    }
    50% {
        transform: translate(0px, -30px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}

#go_top {
    position: fixed;
    right: 1%;
    bottom: 100px;
    z-index: 100;
}

#go_top img {
    background-color: #fff;
}

.hided {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(20, 20, 20, 0.8);
    z-index: 99;
}

.zhezhao {
    position: relative;
}

.div {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    z-index: 1000;
    margin-top: -140px;
    margin-left: -128px;
    background: #fff;
    padding: 15px;
    border-radius: 8px;
}

.div p {
    text-align: center;
    font-size: 16px;
}


/*==========mian bao xie==========*/

.located {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    overflow: hidden;
    border-bottom: 1px #ddd solid;
    color: #999;
}

.located_mbx a {
    color: #d33d1a;
}

.located_mbx {
    padding: 0 10px;
    box-sizing: border-box;
    background: url(../images/mbx.png) 10px center no-repeat;
    text-indent: 25px;
}

.psznywz {
    margin-top: 48px;
}


/*==========index==========*/

.banner {
    margin-top: 47px;
}

.slick-dots li button {
    transition: all 0.8s ease-in-out;
}

.slick {
    position: relative;
}

.slick .two img {
    display: block;
    width: 100%;
    z-index: 1;
    position: relative;
}

.slick img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.slick.slick-slider img {
    position: relative;
}

.slick-prev,
.slick-next {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: all 1s;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
}

.slick-slider:hover .slick-prev,
.slick-slider:hover .slick-next {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
}

.home_tit h2,
.home_new h2 {
    font-size: 32px;
    text-align: center;
    line-height: 2em;
}

.home_tit p,
.home_new p {
    font-size: 16px;
    text-align: center;
}

.home_pszysbg {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 0 0;
    text-align: center;
}

.home_tit {
    width: 100%;
    margin-bottom: 30px;
}

.home_tit h1 {
    margin-bottom: 20px;
    font-size: 34px;
}

.home_tit span {
    color: #d33d1a;
}

.home_pszys {
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
    position: relative;
}


.home_good {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
	padding:1.5em 0;
}

.home_good img {
    width: 100%;
    height: auto;
    max-width: 70px;
    background: #d33d1a;
    border-radius: 50%;
    padding: 5px;
    box-sizing: border-box;
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}


.home_good h4 {
    font-size: 18px;
    line-height: 2em;
}

.home_pro {
    width: 100%;
    margin: 40px auto 0;
    overflow: hidden;
}

.home_pro li {
    width: 23%;
    float: left;
    margin: 0 1% 15px;
    transition: all .3s ease;
}

.home_pro li p {
    font-size: 16px;
    text-align: center;
    margin: 5px 0 10px;
}

.home_pro li a {
    display: block;
}

.home_pro li:hover p a {
    color: #d33d1a;
}

.home_pro li:hover {
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    box-shadow: 0 26px 15px -24px rgba(0, 36, 100, .5);
    -webkit-box-shadow: 0 26px 15px -24px rgba(0, 36, 100, .5);
    -moz-box-shadow: 0 26px 15px -24px rgba(0, 36, 100, .5)
}

.homeother_tit {
    width: 100%;
    margin: 30px auto 20px;
    overflow: hidden;
}

.homeother_tit h2 {
    font-size: 32px;
    text-align: center;
    line-height: 2em;
    color: #fff;
}

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

.home_con {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: url(../images/pszhome.jpg) top center no-repeat;
}

.home_con dl {
    width: 31.33%;
    float: left;
    margin: 0 1%;
}

.home_con dl dt {
    width: 100%;
    height: auto;
}

.home_con dl dd {
    width: 100%;
    padding-bottom: 15px;
    background: #e8f0fd;
}

.home_con dl dd div {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}

.home_con dl dd h3 a {
    display: block;
    text-align: center;
    color: #000;
    font-size: 22px;
    line-height: 2em;
    padding-top: 10px;
}

.home_con dl dd p {
    color: #000;
    padding: 0 10px;
    box-sizing: border-box;
}

.home_new {
    width: 98%;
    margin: 20px auto;
    overflow: hidden;
    padding: 0 8px;
    box-sizing: border-box;
}

.home_new .ul_one {
    overflow: hidden;
    margin-top: 30px;
	text-align:left;
}

.home_new .ul_one dl {
    width: 31.33%;
    float: left;
    margin: 0 1% 12px;
}

.home_new .ul_one dd {
    background: #f9f9f9;
    padding: 10px;
    box-sizing: border-box;
}

.home_new .ul_one dd h4 {
    font-size: 16px;
    line-height: 1.8em;
    height: 1.8em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.home_new .ul_one dd p {
    line-height: 1.8em;
    height: 1.8em;
    overflow: hidden;
    margin: 5px 0 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home_new .ul_one dd span {
    font-size: 12px;
    text-align: right;
    border-top: 1px #ddd dashed;
    display: block;
    width: 100%;
    padding-top: 10px;
}

.home_newl {
    width: 50%;
    margin: 30px 0 15px;
    overflow: hidden;
}

.home_newl li {
    width: 100%;
    overflow: hidden;
    margin: 0 1% 10px;
    float: left;
    border-bottom: 1px #ddd dashed;
    padding: 5px 0;
}

.home_newl h4 {
    font-size: 16px;
    float: left;
    width: 70%;
    font-weight: normal;
	text-align:left;
}

.home_newl p {
    font-size: 14px;
    color: #777;
    text-align: left;
    line-height: 2em;
    height: 2em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.home_newl span {
    float: right;
    display: block;
    font-size: 12px;
    width: 28%
}

.home_newl em {
    color: #999;
    font-style: normal;
    background: url(../images/timerili.png) left center no-repeat;
    -webkit-background-size: 14px;
    -moz-background-size: 14px;
    -ms-background-size: 14px;
    -o-background-size: 14px;
    background-size: 14px;
    padding-left: 20px;
    box-sizing: border-box;
}

.home_newl strong {
    float: right;
    font-weight: 500;
    background: url(../images/timemore.png) right center no-repeat;
    background-size: 12px;
    padding-right: 20px;
    box-sizing: border-box;
}

.home_newl a:hover em {
    color: #999;
}

.home_newl a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home_new .more_new {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}

.home_new .more_new a {
    font-size: 16px;
    display: inline-block;
    border-radius: 30px;
    background: #d33d1a;
    color: #fff;
    padding: 8px 40px;
    box-sizing: border-box;
}

.footer {
    width: 100%;
    background: #141427;
    padding: 10px 0;
    color: #fff;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
}

.index_footer p a {
    color: #fff;
}

.index_yqlj {
    width: 100%;
    margin: 10px auto;
    overflow: hidden;
}

.index_yqlj a {
    font-size: 14px;
    margin-right: 8px;
}

#phone {
    display: none
}


/*==========prolist==========*/

/* .profl1300 {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.profl1300 ul {
    width: 100%;
    padding: 0px 8px;
    box-sizing: border-box;
}

.profl1300 ul li {
    float: left;
    width: 19.8%;
    margin: 0 0.1%;
    padding: 72px 5px 0 5px;
    box-sizing: border-box;
}

.profl1300 ul li a {
    display: block;
}

.profl1300 ul li div {
    position: relative;
    background: #e9eff4;
    border-radius: 5px;
    padding: 72px 0px 25px;
    margin-top: -110px;
    transition: all 0.5s;
}

.profl1300 ul li div em {
    position: absolute;
    padding: 5px;
    box-sizing: border-box;
    left: 50%;
    top: -55px;
    margin-left: -50px;
    background: #5f6b75;
    border-radius: 50%;
    z-index: 3;
    width: 110px;
    height: 110px;
}

.profl1300 ul li div::after {
    content: '';
    position: absolute;
    left: 50%;
    top: -60px;
    margin-left: -55px;
    background: rgba(44, 55, 66, 0.4);
    z-index: 1;
    border-radius: 50%;
    width: 120px;
    height: 120px;
}

.profl1300 ul li div em img {
    width: 100%;
}

.profl1300 ul li div .mobonetit {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    text-align: center;
}

.profl1300 ul li div .mobonetxt {
    text-align: center;
    padding: 0px 10px;
    box-sizing: border-box;
}

.profl1300 ul li:hover div,
.profl1300 ul li.active div {
    background: #d33d1a;
    position: relative;
    z-index: 1;
}

.profl1300 ul li:hover div .mobonetit,
.profl1300 li:hover div .mobonetxt,
.profl1300 li.active div .mobonetit,
.profl1300 li.active div .mobonetxt {
    color: #fff;
}

.profl1300 ul li:hover div em,
.profl1300 li.active div em {
    background: #d33d1a;
    transition: all 0.5s;
}

.profl1300 ul li:hover div:after,
.profl1300 li.active div:after {
    background: rgba(255, 255, 255, 0.7);
    transition: all 0.5s;
} */

.prolist_psz {
    width: 100%;
    overflow: hidden;
    margin: 60px auto 20px;
}

.prolist_psz ul {
    overflow: hidden;
}

.prolist_psz li {
    width: 30.33%;
    float: left;
    text-align: center;
    margin: 0 1.5%;
    overflow: hidden;
    transition: all .3s ease;
}

.prolist_psz li a {
    display: block;
    overflow: hidden;
}

.prolist_psz li img {
    width: 100%;
    height: auto;
    transition: all ease 1s;
}

.prolist_psz li p {
    font-size: 16px;
    line-height:55px;
}

.prolist_psz li:hover a {
    color: #d33d1a;
}

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


/*==========proshow==========*/

.pszprony_top {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 8px;
    box-sizing: border-box;
    background: #e8f0fd;
}

.pszprony_yd dl {
    width: 100%;
    margin: 30px auto 10px;
    overflow: hidden;
}

.pszprony_yd h1 {
    font-size: 32px;
    line-height: 1.2em;
    margin-bottom: 15px;
}

.pszprony_yd dt {
    width: 52%;
    float: left;
}

.pszprony_yd dd {
    width: 36%;
    float: right;
}

.pszprony_yd  .tel {
    background: url(../images/icon_fw5.png) left center no-repeat;
    background-size: 40px;
}

.pszprony_yd  .tel span {
    text-align: left;
    padding-left: 50px;
}

.pszprony_yd  .tel a {
    font-size: 34px;
    color: #f20d00;
    font-weight: bold;
    line-height: 60px;
}

.pszprony_yd  .btn_zx {
    width: 100%;
    text-align: center;
    height: 50px;
    background: #f20d01;
    background: -webkit-gradient(linear, 0% 2%, 60% 10%, from(#f20d01), to(#ff461f));
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    border-radius: 4px;
    -webkit-box-shadow: #ff461f 0px 2px 5px;
    -moz-box-shadow: #ff461f 0px 0px 5px;
    box-shadow: #ff461f 0px 0px 5px;
    cursor: pointer;
}

.pszny_det {
    width: 100%;
    margin: 40px auto;
    overflow: hidden;
    padding: 0 8px;
    box-sizing: border-box;
}

.pszny_detxt {
    width: 76%;
    overflow: hidden;
}

.pszny_detxt p {
    margin: 10px 0;
    text-indent: 2em;
}

.pszny_detxt img {
    margin: 8px 0;
    text-indent: 0;
    max-width: 600px;
    width: 100%;
    height: auto;
}

.pszny_detxt video {
    max-width: 700px;
    width: 100%;
    height: auto;
}

.pszny_detxt h3 {
    font-size: 22px;
    margin: 20px 0;
}

.pszny_detxt a {
    color: #ff0000;
}

.xwny_sxp p strong {
    padding: 14px 8px;
    box-sizing: border-box;
}

.xwny_sxp p:hover strong {
    color: #fff;
    background: #d33d1a;
    padding: 14px 8px;
    box-sizing: border-box;
}
.pronydetl {
    width: 20%;
}

.pronydetl ul {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 8px;
    box-sizing: border-box;
    border: 1px #ddd solid;
}

.pronydetl ul li {
    margin-bottom: 10px;
}

.pronydetl h4 {
    font-size: 22px;
    line-height: 2em;
    text-align: center;
    background: #48566e;
    color: #fff;
}

.profw_callmebg {
    position: relative;
    width: 100%;
    margin: 20px auto 50px;
    background: url(../images/profw.jpg) center no-repeat;
}


.profw_callme {
    width: 100%;
    float: right;
    background: url(../images/hdft05.png) repeat;
    text-align: center;
    padding: 20px 10px;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto;
}



.profw_dl {
    padding: 10px 0;
    overflow: hidden;
    text-align: left;
    border-bottom: 1px #6f463d dashed;
}

.profw_dl dl {
    float: left;
    width: 25%;
    padding-left: 20px;
    box-sizing: border-box;
}

.profw_dl dt {
    float: left;
    overflow: hidden;
    margin: 0 10px 10px 0;
}

.profw_dl dt img {
    max-width: 50px;
    width: 100%;
    height: auto;
}

.profw_dl dd {
    float: left;
    overflow: hidden;
    font-size: 14px;
    color: #fff;
}

.profw_dl dd h5 {
    display: block;
    font-size: 20px;
    color: #fff;
}

.profw_callme .notice {
    font-size: 18px;
    color: #f0f0f0;
    line-height: 28px;
    margin: 25px 0 20px;
}

.profw_callme .tel {
    display: inline-block;
    margin: 0 10px;
    padding: 0 40px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    background-color: #f0f0f0
}

.profw_callme .tel span {
    font-size: 16px;
    color: #333;
}

.profw_callme .tel img {
    max-width: 34px;
    width: 100%;
    height: auto;
    margin-right: 10px;
    margin-bottom: 5px;
}

.profw_callme .tel a {
    display: inline-block;
    font-size: 18px;
    color: #d33d1a;
    font-weight: 700
}

.profw_callme .tel a strong {
    font-size: 24px;
}

.profw_callme .refer {
    display: inline-block;
    margin: 0 10px;
    padding: 0 55px;
    font-size: 22px;
    color: #222;
    height: 50px;
    line-height: 50px;
    background-color: #f0f0f0;
    border-radius: 50px;
    font-weight: 700
}

.profw_callme .refer:hover {
    color: #d33d1a;
}


/*==========newcenter newslist==========*/

.psznew_center {
    width: 100%;
    margin: 0 auto;
    padding: 30px 1.5% 28px;
    box-sizing: border-box;
    overflow: hidden;
    background: url(../images/news_bj.jpg) center no-repeat;
}

.psznew_hyxw {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.psznew_hyxw h2:hover a {
    color: #fff;
}

.psznew_hyxw dl {
    width: 40%;
    float: left;
}

.psznew_hyxw dt img {
    width: 100%;
    height: auto;
}

.psznew_hyxw dd {
    background: url(../images/white_70.png) repeat;
    padding: 10px;
    box-sizing: border-box;
}

.psznew_hyxw dd h4 {
    font-size: 16px;
    line-height: 1.8em;
    height: 1.8em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.psznew_hyxw dd p {
    font-size: 14px;
    margin: 5px 0 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.psznew_hyxw ul {
    width: 58%;
    float: right;
}

.psznew_hyxw ul li {
    width: 100%;
    margin: 0 auto 1%;
    background: url(../images/white_70.png) repeat;
    padding: 10px;
    box-sizing: border-box;
}

.psznew_hyxw ul li h4 {
    font-size: 16px;
    line-height: 1.8em;
    height: 1.8em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.psznew_hyxw ul li p {
    font-size: 14px;
    line-height: 1.6em;
    height: 3.2em;
    overflow: hidden;
    margin: 3px 0 5px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.psznew_hyxw ul li span {
    font-size: 12px;
    text-align: right;
    border-top: 1px #ddd dashed;
    display: block;
    width: 100%;
    padding-top: 5px;
}

.psznew_list h2,
.psznew_hyxw h2 {
    font-size: 32px;
    line-height: 2em;
    padding: 8px 1.5%;
    box-sizing: border-box;
    border-bottom: 1px #ddd dashed;
    margin-bottom: 20px;
}

.psznew_list h2 b,
.psznew_hyxw h2 b {
    font-size: 16px;
    float: right;
}

.psznew_list dl {
    width: 31.33%;
    float: left;
    margin: 0 1% 40px;
}

.psznew_list dd {
    background: #f9f9f9;
    padding: 10px;
    box-sizing: border-box;
}

.psznew_list dd h4 {
    font-size: 16px;
    line-height: 1.8em;
    height: 1.8em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.psznew_list dd p {
    line-height: 1.8em;
    height: 1.8em;
    overflow: hidden;
    margin: 5px 0 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.psznew_list dd span {
    font-size: 12px;
    text-align: right;
    border-top: 1px #ddd dashed;
    display: block;
    width: 100%;
    padding-top: 10px;
}

.psznew_list {
    width: 100%;
    margin: 30px auto;
    overflow: hidden;
}

.psznew_list ul {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.psznew_list ul li {
    width: 47%;
    margin: 0 1.5% 20px;
    float: left;
    background: url(../images/white_70.png) repeat;
}

.psznew_list ul h4 {
    font-size: 18px;
    margin-bottom: 5px;
    transition: 0.5s ease all;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.psznew_list ul p {
    font-size: 14px;
    color: #777;
    text-align: left;
    line-height: 2em;
    height: 2em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.psznew_list ul span {
    border-bottom: 1px #ddd dashed;
    display: block;
    padding: 5px 0 8px;
    font-size: 12px;
}

.psznew_list ul em {
    color: #999;
    font-style: normal;
    background: url(../images/timerili.png) left center no-repeat;
    background-size: 14px;
    padding-left: 20px;
    box-sizing: border-box;
}

.psznew_list ul strong {
    float: right;
    font-weight: 500;
    background: url(../images/timemore.png) right center no-repeat;
    background-size: 12px;
    padding-right: 20px;
    box-sizing: border-box;
}

.psznew_list ul a:hover em {
    color: #999;
}

.psznew_list ul li:hover h4 {
    margin-left: 10px;
}

.psznew_list ul li:hover h4 a {
    color: #d33d1a;
}

.newpage_sz {
    width: 100%;
    margin: 0 auto 60px;
    overflow: hidden;
    text-align: center;
}

.newpage_sz .pagination {
    display: inline-block;
}

.newpage_sz a,
.newpage_sz span {
    display: inline-block;
    background: #fff;
    border: 1px solid #ddd;
    color: #333;
    margin: 5px 4px 0 0;
    padding: 8px 18px;
    text-decoration: none;
}

.newpage_sz a:hover {
    background: #d33d1a;
    color: #fff;
    border: 1px solid #333;
    border: 1px solid #d33d1a;
}

.newpage_sz ul li {
    float: left;
}

.newpage_sz ul li.active span {
    background: red;
    color: #fff;
    border: red 1px solid;
}

.newpage_sz .hover {
    background: #d33d1a;
    color: #fff;
    border: 1px solid #d33d1a;
    margin: 5px 4px 0 0;
    padding: 8px 18px;
    display: inline-block;
    text-align: center;
}

.gdpronew_xgxw {
    width: 100%;
    margin: 30px auto 40px;
    overflow: hidden;
    padding: 0 1% 2%;
    box-sizing: border-box;
    border-bottom: 1px #ddd dashed;
}

.gdpronew_xgxw dt {
    width: 300px;
    float: left;
}

.gdpronew_xgxw dd {
    margin-left: 330px;
}

.gdpronew_xgxw dd h1 {
    font-size: 32px;
    line-height: 2em;
}

.gdpronew_xgxw dd p {
    margin-bottom: 20px;
    overflow: hidden;
}

.gdpronew_xgxw dd span a {
    padding: 10px 50px;
    box-sizing: border-box;
    font-size: 16px;
    background: #d33d1a;
    color: #fff;
}


/*==========newshow==========*/

.xwny_top {
    width: 100%;
    margin: 40px auto;
    overflow: hidden;
    padding: 0 8px;
    box-sizing: border-box;
}

.xwny_top h1 {
    font-size: 32px;
    text-align: center;
    line-height: 2em;
}

.xwny_rq {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.xwny_rq .newny_hour {
    background: url(../images/icon_newsj.png) no-repeat left center;
    background-size: 20px;
    text-indent: 25px;
	margin-right:30px;
}
.xwny_rq .newny_hour_1 {
    background: url(../images/icon_newsj_1.png) no-repeat left center;
    background-size: 20px;
    text-indent: 25px;
	margin-right:30px;
}
.xwny_rq .newny_hour_2 {
    background: url(../images/icon_newsj_2.png) no-repeat left center;
    background-size: 20px;
    text-indent: 25px;
}

.xwny_cone {
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
    background: url(../images/icon_newts.png) no-repeat 10px 18px #f6f6f6;
    border: 1px dashed #ddd;
    padding: 15px 15px 15px 130px;
    box-sizing: border-box;
}

.xwny_contel {
    font-size: 28px;
    line-height: 36px;
    color: #ff0000;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.xwny_contel span {
    font-size: 20px;
}

.xwny_conezx img {
    vertical-align: middle;
    margin: 0 5px 2px 0;
}

.xwny_conezx {
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 10px;
    width: 100px;
    height: 25px;
    padding: 3px 10px;
    border-radius: 5px;
    background: #FF3F3C;
    border: 1px solid #FF3F3C;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
}

.xwny_contel:hover {
    color: #ff0000;
}

.xwny_conezx:hover {
    color: #ffffff;
}

.xwny_det {
    width: 100%;
    margin: 40px auto;
    overflow: hidden;
    padding: 0 8px;
    box-sizing: border-box;
}

.xwnydetl {
    width: 76%;
}

.xwny_detxt {
    width: 100%;
    overflow: hidden;
}

.xwny_detxt p {
    margin: 8px 0;
    text-indent: 2em;
    font-size: 16px;
    line-height: 2em
}

.xwny_detxt p .zx {
    background: #ff0000;
    color: #fff;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 3px 10px;
    cursor: pointer;
}

.xwny_detxt .DIV3 {
    display: none
}

.xwny_detxt img {
    margin: 8px 0;
    text-indent: 0;
}

.xwny_detxt video {
    max-width: 700px;
    width: 100%;
    height: auto;
}

.xwny_detxt h3 {
    font-size: 22px;
    margin: 20px 0;
}

.xwny_detxt a {
    color: #ff0000;
}

.xwny_sxp {
    width: 100%;
    border-top: 1px #ddd solid;
    box-sizing: border-box;
}

.xwny_sxp p {
    border-bottom: 1px #ddd solid;
    padding: 10px 0;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xwny_sxp p:hover strong {
    color: #fff;
    background: #d33d1a;
    padding: 14px 8px;
    box-sizing: border-box;
}

.xwny_xgxw,
.xwny_xgxw ul {
    width: 100%;
    margin: 20px auto;
    overflow: hidden;
}

.hdxgnew {
    width: 100%;
    overflow: hidden;
    z-index: 10;
    background: #e8f0fd;
}

.hdxgnew span a {
    text-align: right;
    padding: 10px;
    float: right;
}

.xwny_xgxw h4,.xwny_xgxw_1 h4 {
    float: left;
    width: auto;
    font-size: 20px;
    padding: 10px;
    box-sizing: border-box;
}

.xwny_xgxw li {
    float: left;
    width: 48%;
    margin: 0 1% 10px;
    overflow: hidden;
    background: url(../images/icon_xgxw.png) left 3px no-repeat;
    background-size: 20px;
    text-indent: 25px;
    border-bottom: 1px #ddd dashed;
    padding-bottom: 8px;
}

.xwny_xgxw li a {
    float: left;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.xwny_xgxw li span {
    float: right;
    font-size: 12px;
}

.xwnydetr {
    width: 20%;
}

.xwnydetr .ul1 {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 8px;
    box-sizing: border-box;
    border: 1px #ddd solid;
}

.xwnydetr .ul1 li {
    margin-bottom: 10px;
}

.xwnydetr .tj h4 {
    font-size: 22px;
    line-height: 2em;
    text-align: center;
    background: #d33d1a;
    color: #fff;
}

.xwnydetr .time-new {
    border: #d8d8d8 1px solid;
    width: 98%;
    padding-bottom: 25px;
    margin-top: 30px;
	display:table;
}

.xwnydetr .time-new h4 {
    color: #fff;
    text-align: center;
    font-size: 22px;
    background: #d33d1a;
    line-height: 2
}

.xwnydetr .time-new .ul2 {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}

.xwnydetr .time-new .ul2 li {
    border-bottom: 1px dashed #ccc;
    padding: 15px 0;
}

.xwnydetr .time-new .ul2 li a {
    background: url(../images/new_ico.png) no-repeat left 10px;
    padding-left: 8%;
    line-height: 1.8em;
    font-size: 14px;
    color: #555;
    display: block;
}


/*==========about==========*/

.about_one {
    width: 100%;
    margin: 50px auto;
    overflow: hidden;
    padding: 0 10px;
    box-sizing: border-box;
}

.about_tit1 {
    position: relative;
    text-align: center
}

.about_tit1 span {
    position: absolute;
    font-size: 90px;
    color: #feded6;
    font-weight: 700;
    font-family: Arial;
    top: 0;
    left: 0;
    width: 100%;
    text-transform: uppercase;
    line-height: 1;
}

.about_tit1 h2 {
    font-size: 32px;
    color: #d33d1a;
    line-height: 2em;
    margin-bottom: 15px;
    padding-top: 25px;
    position: relative;
    z-index: 1
}

.about_tit1 p {
    margin-bottom: 25px;
}

.number_ul {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.number_ul li {
    float: left;
    width: 20%;
    text-align: center;
}

.number_ul li em {
    font-style: normal;
    display: block;
    font-size: 80px;
    color: #d33d1a;
    line-height: 1;
    font-family: impact;
}

.number_ul li p {
    margin-top: 10px;
}

.about_two2 {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 50px;
}

.about_two2 h2 {
    font-size: 32px;
    text-align: center;
    line-height: 2em;
}

.about_two2 .text {
    text-align: center;
    margin-bottom: 20px;
}

.about_two2 .sl h3 {
    font-size: 26px;
    margin: 35px 0 20px 0;
    color: #fff;
}

.about_two2 .sl li {
    width: 50%;
    height: 460px;
    float: right;
}

.about_two2 .sl img {
    width: 100%;
    height: 100%;
    transition: all ease 1s;
}

.about_two2 .sl .left {
    position: relative;
    color: #fff;
    overflow: hidden;
}

.about_two2 .sl .left:hover img {
    transform: scale(1.1);
}

.about_two2 .sl .copy {
    width: 100%;
    position: absolute;
    top: 0;
    padding: 125px 125px 0 50px;
    box-sizing: border-box;
}

.about_two2 .sl .right li {
    width: 50%;
    height: 230px;
    overflow: hidden;
}

.about_two2 .sl .right li img {
    width: 100%;
    transition: all ease 1s;
}

.about_two2 .sl .right li:hover img {
    transform: scale(1.1);
}

.about_two2 .sl .right .nr {
    background: #f9f9f9;
    padding: 0 25px;
    box-sizing: border-box;
}

.about_two2 .sl .right .nr h3 {
    color: #333;
}

.about_gjhz {
    width: 100%;
    height: 900px;
    background: url(../images/about_gjhz.jpg) center no-repeat;
    color: #333;
}

.about_gjhz h2 {
    font-size: 32px;
    line-height: 2em;
    text-align: center;
    color: #000;
    margin-top: 40px;
}

.about_gjhz p {
    margin: 5px 0 20px;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
}

.about_gjhz ul li {
    width: 23%;
    margin: 0 1%;
    float: left;
    padding: 5px;
    border: 1px #bbb dashed;
    box-sizing: border-box;
    text-align: center;
}

.about_gjhz ul li img {
    max-width: 30px;
    width: 100%;
    height: auto;
    margin-right: 10px;
}

.about_slnl {
    width: 100%;
    margin: 0 auto 40px;
    overflow: hidden;
}

.about_slnl h2 {
    font-size: 32px;
    line-height: 2em;
    text-align: center;
}

.about_slnl p {
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
}

.about_slnl li {
    width: 23%;
    margin: 1%;
    float: left;
}


/*==========services==========*/

.ser_fwbz {
    width: 100%;
    margin: 50px auto;
    overflow: hidden;
}

.ser_fwbz h2,
.ser_shfw_tit h2,
.ser_lctit h2 {
    font-size: 32px;
    line-height: 1.8em;
    text-align: center;
    margin-bottom: 10px;
}

.ser_fwbz p,
.ser_shfw_tit p,
.ser_lctit p {
    font-size: 16px;
    text-align: center;
}

.ser_fwbz ul {
    clear: both;
    overflow: hidden;
    margin-top: 20px;
}

.ser_fwbz ul li {
    float: left;
    width: 20%;
    margin: 0 2.5%;
    text-align: center;
}

.ser_fwbz ul li h3 {
    color: #333;
    font-size: 24px;
    margin: 10px 0;
}

.ser_fwbz ul li p {
    line-height: 24px;
}

.serv_ico1 {
    background: url(../images/fw01.png) center no-repeat;
    width: 134px;
    height: 134px;
    margin: 0 auto;
    display: block;
}

.serv_ico2 {
    background: url(../images/fw02.png) center no-repeat;
    width: 134px;
    height: 134px;
    margin: 0 auto;
    display: block;
}

.serv_ico3 {
    background: url(../images/fw03.png) center no-repeat;
    width: 134px;
    height: 134px;
    margin: 0 auto;
    display: block;
}

.serv_ico4 {
    background: url(../images/fw04.png) center no-repeat;
    width: 134px;
    height: 134px;
    margin: 0 auto;
    display: block;
}

.ser_shcnbg {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: #e9eff4;
    padding: 30px 0 40px;
}

.ser_fwcn {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.ser_fwcn dl {
    width: 31.33%;
    margin: 20px 1% 0;
    float: left;
    position: relative;
}

.ser_fwcn dl dd {
    position: absolute;
    bottom: 5%;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
    background: url(../images/white_70.png) repeat;
    margin: 0 5%;
    width: 90%;
}

.ser_fwcn dl dd h3 {
    color: #d33d1a;
}

.ser_fwlc {
    width: 100%;
    margin: 50px auto;
    overflow: hidden;
}

.ser_lctit {
    text-align: center;
}

.ser_fwlct {
    width: 100%;
    margin: 20px auto 0;
    overflow: hidden;
}

.ser_fwlct li:hover .lc_ico {
    -ms-background-position-y: -110px;
    background-position-y: -110px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.lc_ico {
    display: block;
    margin: 0 auto;
    width: 110px;
    height: 110px;
    background: url(../images/fw10.png) 0 0 no-repeat;
}

.lii {float: left; display: inline-block;position: relative; width: 16.666%;}

   
    
    
   

.lii.lii2 .lc_ico {
    background-position: -110px 0px;
}

.lii.lii3 .lc_ico {
    background-position: -220px 0px;
}

.lii.lii4 .lc_ico {
    background-position: -330px 0px;
}

.lii.lii5 .lc_ico {
    background-position: -440px 0px;
}

.lii.lii6 .lc_ico {
    background-position: -550px 0px;
}

.ser_fwlct h3 {
    font-size: 18px;
    line-height: 1.8em;
    margin-top: 10px;
    text-align: center;
}

.ser_fwlct span {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/fw11.png) no-repeat;
    background-size: 25px;
    position: absolute;
    top: 55px;
    right: -15px;
}

.ser_fwlct li:hover h3 {
    color: #d33d1a;
}

.ser_shfwbg {
    width: 100%;
    margin: 50px auto 0;
    overflow: hidden;
    background: #e9eff4;
    padding: 30px 0 40px;
}

.ser_shfw {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.ser_shfw dl {
    width: 48%;
    margin: 20px 1% 0;
    float: left;
    position: relative;
}

.ser_shfw dl dd {
    position: absolute;
    top: 50%;
    padding: 15px 35px 15px 15px;
    box-sizing: border-box;
    background: url(../images/white_70.png) repeat;
    margin: 0 10px;
}

.ser_shfw dl dd h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.ser_shfw dl dd p a span {
    color: #ff0000;
    font-size: 22px;
    font-weight: 700;
}

.ser_shfw dl dd p.serv_btn a {
    padding: 5px 20px;
    font-size: 14px;
    color: #fff;
    background: #ff0000;
    box-sizing: border-box;
}

.ser_shfw dl dd p.serv_btn {
    margin-top: 8px;
}


/*==========contact==========*/

.contactme,
.callmely {
    width: 100%;
    overflow: hidden;
    margin: 50px auto;
    padding: 0 10px;
    box-sizing: border-box;
}

.contactme h2 {
    font-size: 32px;
    text-align: center;
    line-height: 2em;
}

.callmely span {
    display: block;
    font-size: 32px;
    text-align: center;
    line-height: 2em;
    color: #222;
    font-weight: bold;
}

.contactme p {
    text-align: center;
    margin: 15px 0;
}

.contactme dl {
    width: 31.33%;
    margin: 0 1%;
    overflow: hidden;
    float: left;
    background: #e8f0fd;
    padding: 25px 10px;
    box-sizing: border-box;
    /* 7-25澧炲姞 */
    /* height: 149px; */
}

.contactme dl dt {
    float: left;
    margin: 0 10px;
}

.contactme dl dd {
    float: left;
}

.contactme dl dd h4 {
    font-size: 22px;
    margin-top: 8px;
}

.contactme dl dd p.tel {
    font-weight: 800;
    font-size: 22px;
}

.contactme dl dd p.tel a {
    color: #d33d1a;
    display: block;
    text-align: left;
}

.contactme dl dd p {
    font-size: 16px;
    padding: 0;
    margin: 5px 0;
}

.callmely p {
    text-align: center;
    margin: 15px 0;
}

.callmely .msg {
    width: 100%;
    overflow: hidden;
    padding: 40px 0;
    background: url("../images/icon_callly5.jpg") top center no-repeat #e8f0fd;
    background-size: 100%;
}

.callmely .msg input {
    font-size: 14px;
    width: 47%;
    height: 50px;
    border: 1px solid #cdcdcd;
    margin: 0 1% 30px;
    text-indent: 10px;
    box-sizing: border-box;
}

.callmely .msg input.icon_name {
    background: url("../images/icon_callly1.png") left 5px center no-repeat;
    background-size: 25px;
	padding-left:30px;
}

.callmely .msg input.icon_tel {
    background: url("../images/icon_callly2.png") left 5px center no-repeat;
    background-size: 25px;
	padding-left:30px;
}

.callmely .msg input.icon_pro {
    background: url("../images/icon_callly3.png") right 5px center no-repeat;
    background-size: 25px;
}

.callmely .msg textarea.icon_need {
    background: url("../images/icon_callly4.png") 6px 10px no-repeat;
    background-size: 25px;
    text-indent: 30px;
    width: 98%;
    margin: 0 1%;
    height: 125px;
    font-size: 14px;
    border: 1px solid #cdcdcd;
    box-sizing: border-box;
    padding: 20px 0 0 10px;
}

.liebiaps {
    width: 185px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    background: -webkit-gradient(linear, 0% 2%, 100% 10%, from(#ffcb01), to(#ffde5c));
    background: #ffcb01;
    border-radius: 4px;
    border: none;
    margin: 20px 0 0 42%;
}

.liebiaps:hover {
    background: -webkit-gradient(linear, 0% 2%, 100% 10%, from(#ffde5c), to(#ffcb01));
}

.psz-bot {
    display: none;
}

@media (max-width:1200px) {
    .home_con dl dd p {
        line-height: 1.6em;
        height: 4.8em;
        overflow: hidden;
    }
    .pszprony_yd dd {
        width: 38%;
    }
    .home_newl h4 {
        font-size: 16px;
    }
}

@media (max-width:1100px) {
    .home_good p {
        font-size: 14px;
        line-height: 1.6em;
    }
    
    .pszprony_yd dd {
        width: 42%;
    }
    .contactme dl {
        padding: 25px 0;
        /* 7-25鏂板姞 */
        height: 218px;
    }
      /* 7-25鏂板姞 */
    .contactme dl dd p.tel a{
        text-align: center;
    }
}

@media (max-width:1000px) {
    /*==========mobnav==========*/
    #mzx {
        width: 35px;
        height: 35px;
        bottom: 110px;
        cursor: pointer;
        text-indent: -999em;
        background: url(../images/mtel.gif) no-repeat;
        background-size: 35px 35px;
        position: fixed;
        right: 3px;
        border-radius: 50%;
    }
    #go_top {
        width: 35px;
        height: 35px;
        bottom: 60px;
        right: 3px;
    }
    #go_top img {
        background-color: #ddd;
    }
    #mob {
        display: block;
    }
    #pc {
        display: none;
    }
    .pcbanner {
        display: none;
    }

    .header {
        display: none;
    }
    .mobnav {
        display: block;
        position: fixed;
        z-index: 9999;
        width: 100%;
        height: 40px;
        margin: 0 auto;
        top: 0;
        padding: 0;
        background: #d33d1a;
        line-height: 40px;
    }
    .mobnav img {
        width: 100%;
        vertical-align: top;
        margin-top: 5px;
        height: auto;
    }
    .mobnav span {
        width: 30px;
        line-height: 40px;
        position: relative;
        padding: 0 5px;
    }
    .mobnav p {
        padding: 0 10px;
        font-size: 14px;
        text-align: center;
        white-space: nowrap;
        line-height: 40px;
        text-overflow: ellipsis;
        overflow: hidden;
        text-align: center;
        color: #fff;
        box-sizing: border-box;
    }
    .mobnav p a {
        color: #fff;
        font-size: 14px;
    }
    .mobnav b img {
        width: 150px;
        margin-top: 2px;
    }
    .wapnav {
        width: 100%;
        max-width: 1000px;
        margin-top: 0;
        top: 40px;
        border-bottom: 1px solid #DDD;
        background-color: rgba(255, 255, 255, 0.9);
        position: fixed;
        overflow: hidden;
        z-index: 999;
    }
    .wapnav ul {
        overflow: hidden;
    }
    .wapnav li {
        float: left;
        width: 14.28%;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
        text-align: center;
    }
    .wapnav li.active a {
        color: red;
        padding-bottom: 5px;
        border-bottom: 2px solid red;
    }
    .wapnav .close1 {
        background: url(https://www.hxjiqi.com/images/close1.png) no-repeat right bottom;
        float: right;
        text-indent: -999999px;
    }
    .wapnav .close1 a {
        display: block;
    }
    .banner,
    .aboutban,
    .con_banner,
    .newsban,
    .ser_banner,
    .callban {
        margin-top: 40px;
    }
    .flo_swt,
    .home_pszys,
	.home_tit,
    .index_yqlj,
    .home_tit p,
    .home_new p,
    .homeother_tit p,
    .located {
        display: none;
    }
    .home_new ul p {
        display: block;
    }
    .home_tit h2,
    .home_new h2,
    .homeother_tit h2 {
        font-size: 24px;
        line-height: 1.4em;
    }
    .home_pszysbg {
        padding: 20px 0 10px;
    }
    .home_tit {
        margin-bottom: 0;
    }
    .home_pro {
        margin-top: 15px;
    }
    .home_new {
        margin-top: 30px;
    }
    .home_newl li {
        width: 100%
    }
    .home_con dl dd h3 a {
        font-size: 20px;
    }
    .aboutp2,
    .aboutli {
        display: none;
    }
    .about_tit1 p,
    .about_slnl p,
    .about_gjhz p {
        text-align: left;
    }
    .about_tit1 h2,
    .about_gjhz h2,
    .about_slnl h2 {
        font-size: 24px;
    }
    .about_tit1 span {
        font-size: 75px;
    }
    .about_one {
        margin: 30px auto;
    }
    .number_ul li em {
        font-size: 60px;
    }
    .about_yc,
    .number_ul li.ys5,
    .about_two2 {
        display: none;
    }
    .number_ul li {
        width: 25%;
    }
    .number_ul li p {
        font-size: 14px;
        line-height: 1.4em;
        height: 2.8em;
        overflow: hidden;
    }
    .about_gjhz {
        height: auto;
        background: none;
    }
    .about_gjhz {
        width: 100%;
        height: auto;
    }
    .about_gjhz h2 {
        margin-top: 0;
    }
    .about_gjhz ul {
        display: none;
    }
    .about_slnl {
        padding-top: 15px;
        border-top: 5px #f0f2f5 solid;
        margin-bottom: 15px;
    }
    /* .profl1300 {
        margin-bottom: 0;
    }
    .profl1300 ul li {
        padding-top: 60px;
    }
    .profl1300 ul li div .mobonetxt {
        display: none;
    }
    .profl1300 ul {
        margin-bottom: 20px;
    }
    .profl1300 ul li div em {
        padding: 2px;
        top: -40px;
        margin-left: -40px;
        width: 80px;
        height: 80px;
    }
    .profl1300 ul li div::after {
        top: -44px;
        margin-left: -44px;
        width: 88px;
        height: 88px;
    }
    .profl1300 ul li div {
        margin-top: 0px;
        padding: 50px 0 10px;
    } */
    .prolist_psz,
    .psznew_list {
        margin-top: 20px;
    }
    .psznew_list h2,
    .psznew_hyxw h2 {
        font-size: 24px;
    }
    .xwny_top {
        margin: 15px auto 0;
    }
    .xwny_det {
        margin: 20px auto;
    }
    .xwny_cone,
    .xwny_rq {
        margin-top: 10px;
    }
    .xwny_top h1 {
        font-size: 24px;
        line-height: 1.4em;
    }
    .xwny_cone {
        background: #f0f2f5;
        padding: 10px
    }
    .xwnydetl,
    .xwnydetr,
    .pszny_detxt,
    .pronydetl {
        width: 100%;
        float: left;
    }
    .xwnydetr ul,
    .pronydetl ul {
        padding: 0;
        border: none;
        margin: 15px auto;
    }
    .xwnydetr ul li,
    .pronydetl ul li {
        margin-bottom: 10px;
        width: 23%;
        float: left;
        margin: 0 1%;
        transition: all .3s ease;
    }
    .xwnydetr h4,
    .pronydetl h4 {
        background: #e8f0fd;
        color: #333;
        text-align: left;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .xwny_detxt p,
    .pszny_detxt p {
        text-indent: 0;
        font-size: 14px;
    }
    .profw_psz {
        display: none;
    }
    .profw_callme {
        width: 100%;
    }
    .profw_callmebg {
        margin-bottom: 0;
        background: none;
    }
    .profw_dl {
        border-bottom: 1px #c3c1c0 dashed;
    }
    .profrtop {
        margin-top: 15px;
    }
    .pszprony_top {
        margin-top: 40px;
        padding: 0;
    }
    .pszprony_yd h1 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .pszprony_yd dl {
        padding: 0 10px;
        box-sizing: border-box;
        margin: 10px auto;
    }
    .pszprony_yd dt {
        width: 100%;
    }
    .pszprony_yd dd {
        width: 100%;
    }
    .pszny_det {
        margin-top: 20px;
    }
    .ser_fwbz h2,
    .ser_shfw_tit h2,
    .ser_lctit h2 {
        font-size: 24px;
        margin-bottom: 5px;
    }
    .ser_fwbz ul li h3 {
        font-size: 18px;
        margin-bottom: 0;
    }
    .ser_fwbz {
        margin: 20px auto;
    }
    .serv_ico1,
    .serv_ico2,
    .serv_ico3,
    .serv_ico4 {
        background-size: 90px;
        width: 100px;
        height: 100px;
    }
    .ser_shfw dl dd {
        top: 40%;
    }
    .callmely .msg input {
        width: 98%;
        margin-bottom: 15px;
        height: 40px;
    }
    .callmely .msg input.button {
        display: block;
        margin: 15px auto 0;
    }
    .callmely .msg textarea.icon_need {
        height: 100px;
    }
    .contactme dl dt,
    .contactme dl dd {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .contactme h2,
    .callmely h2 {
        font-size: 24px;
        line-height: 1.4em;
    }
    .contactme dl dd h4 {
        font-size: 18px;
    }
    .contactme p {
        margin: 5px auto 15px;
    }
    .contactme,
    .callmely {
        margin: 20px auto;
    }
    #computer {
        display: none
    }
    #phone {
        display: block
    }
    .xwny_detxt .DIV1 {
        display: none
    }
    .xwny_detxt .DIV3 {
        display: block
    }
}

@media (max-width:810px) {
    .profw_dl dd p,
    .profw_callme .tel span {
        display: none;
    }
    .profw_dl dl dd,
    .profw_dl dl dt {
        width: 100%;
        text-align: center;
    }
    .profw_dl dd h5 {
        font-weight: 500;
        font-size: 16px;
    }
    .profw_callme .notice {
        font-size: 16px;
        margin: 10px auto;
    }
    .profw_dl {
        padding-top: 0;
    }
    .profw_callme .refer {
        font-size: 18px;
        font-weight: 500;
        padding: 0 30px;
        line-height: 40px;
        height: 40px;
    }
    .profw_callme .tel {
        padding: 0 30px;
        line-height: 40px;
        height: 40px;
    }
    .ser_fwlct span {
        display: none;
    }
    .lii {
        width: 33.3%;
        margin-bottom: 15px;
    }
}

@media (max-width:768px) {
    .home_tit h1 {
        font-size: 26px
    }
    .xwny_top h1 {
        font-size: 22px
    }
    .xwny_detxt h3 {
        font-size: 18px;
        margin: 10px auto;
    }
    .xwny_cone {
        font-size: 14px
    }
    .xwny_contel {
        font-size: 24px;
    }
    .footer {
        display: none;
    }
    .psznew_list ul li {
        width: 100%;
        margin: 0 0 10px;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .psznew_center {
        background: #f0f2f5;
    }
    .pszny_detxt h2,
    .pszprony_yd h1 {
        font-size: 22px
    }
    .psznew_hyxw dl {
        width: 100%;
        margin-bottom: 15px;
    }
    .psznew_hyxw ul {
        width: 100%;
        float: left;
    }
    .newpage_sz a,
    .newpage_sz .hover,
    .newpage_sz .disabled {
        padding: 4px 10px;
    }
    .xwny_xgxw li {
        width: 98%;
    }
    .ser_fwbz p,
    .ser_shfw_tit p,
    .ser_lctit p {
        display: none;
    }
    .ser_fwbz p.serv_ico1,
    .ser_fwbz p.serv_ico2,
    .ser_fwbz p.serv_ico3,
    .ser_fwbz p.serv_ico4 {
        display: block;
    }
    .ser_shcnbg {
        padding: 10px 0 15px;
    }
    .ser_fwcn dl {
        margin-top: 5px;
    }
    .ser_fwcn dl dd {
        position: static;
        background: none;
        padding: 10px 0 0;
        margin: 0;
        width: 100%;
    }
    .ser_fwcn dl dd p {
        line-height: 22px;
        margin-top: 5px;
    }
    .ser_fwlc {
        margin: 20px auto 0;
    }
    .ser_shfwbg {
        margin-top: 10px;
    }
    .ser_shfw dl {
        width: 98%;
    }
    .ser_shfw dl img {
        width: 100%;
        height: auto;
    }
    .ser_shfw dl dd h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .ser_shfw dl dd p a span {
        font-size: 20px;
    }
    .contactme p {
        display: none;
    }
    .contactme dl dt,
    .contactme dl dd p {
        display: block;
    }
    .contactme dl {
        margin-top: 10px;
    }
    .number_ul li {
        width: 50%;
        border: 1px #ddd solid;
        box-sizing: border-box;
        padding: 10px 5px;
    }
    .number_ul li em {
        font-size: 48px;
    }
    .about_slnl {
        padding-top: 0;
        border-top: none;
    }
    .contactme h2,
    .callmely h2 {
        font-size: 22px;
    }
    .xwnydetr h4,
    .pronydetl h4 {
        font-size: 20px
    }
    .psz-bot {
        display: block;
        overflow: hidden;
        position: fixed;
        bottom: 0;
        width: 100%;
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        background-color: #fff;
        z-index: 9999;
        max-width: 780px;
        margin: 0 auto;
        width: 100%;
    }
    .psz-bot a {
        float: left;
        width: 33.33%;
        line-height: 45px;
        font-size: 16px;
        color: #333333;
        text-align: center;
        background-color: #fff;
        position: relative;
    }
    .psz-bot a img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 0.1rem;
        width: 16px;
    }
    .psz-bot a:first-child::after,
    .psj-bot a:nth-child(2)::after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        height: 20px;
        width: 1px;
        background-color: #c5c5c5;
        margin-top: -8px;
    }
    .profw_callmebg {
        margin-bottom: 50px;
    }
    .callmely span {
        font-size: 24px;
    }
}

@media (max-width:680px) {
    .home_pro li {
        width: 48%;
        margin-bottom: 0;
    }
    .home_pro li p {
        font-size: 14px;
    }
    .home_con {
        display: none;
    }
    .home_new {
        margin-top: 0;
        border-top: 5px #f0f2f5 solid;
        padding-top: 10px;
    }
    .home_newl {
        width: 100%;
        float: left;
        margin-top: 10px;
        margin-bottom: 0;
    }
    .home_newr {
        width: 100%;
        float: left;
        margin: 0;
    }
    .home_newl h4,
    .home_newr h4 {
        font-size: 16px;
        margin-bottom: 0;
    }
    .home_newl span,
    .home_newr span {
        padding: 0 0 5px;
    }
    .home_newl li,
    .home_newr li {
        margin-bottom: 10px;
    }
    .prolist_psz li {
        width: 47%;
    }
    .prolist_psz li p {
        font-size: 14px;
    }
    /* .profl1300 ul li {
        padding-top: 50px;
    }
    .profl1300 ul li div {
        padding: 35px 0 5px;
    }
    .profl1300 ul li div em {
        top: -30px;
        margin-left: -30px;
        width: 60px;
        height: 60px;
    }
    .profl1300 ul li div::after {
        top: -32px;
        margin-left: -32px;
        width: 64px;
        height: 64px;
    }
    .profl1300 ul li div .mobonetit {
        font-size: 14px;
        font-weight: normal;
    } */
    .xwnydetr ul li,
    .pronydetl ul li {
        width: 48%;
        margin-bottom: 10px;
    }
    .contactme dl {
        width: 98%;
        padding: 10px 0;
        /* 7-25鏂板姞 */
        height: auto;
    }
    /* 7-25鏂板姞 */
    .contactme dl dd p.tel a{
        text-align: left;
    }
    .contactme dl dt {
        width: 50px;
        float: left;
        text-align: left;
    }
    .contactme dl dt img {
        max-width: 60px;
        width: 100%;
        height: auto;
    }
    .contactme dl dd {
        width: auto;
        float: none;
        text-align: left;
        margin-left: 60px;
    }
    .contactme dl dd p {
        text-align: left;
    }
    .contactme dl dd h4 {
        margin-top: 0;
    }
    .callmely p {
        display: none;
    }
    #success p {
        display: block;
    }
    .callmely h2 {
        margin-bottom: 15px;
    }
    .callmely .msg {
        padding: 20px 0;
    }
	.time-new ul li{width:100%;}

}

@media (max-width:600px) {
    .home_tit h1 {
        font-size: 20px;
        margin-bottom: 0;
    }
    .home_tit h2,.home_new h2,.homeother_tit h2{font-size: 20px;}
    
    
    
        
    
    .wapnav li {
        width: 25%;
    }
    /* .profl1300 ul li div .mobonetit a span {
        display: none;
    }
    .profl1300 ul li div em {
        top: -20px;
        margin-left: -20px;
        width: 40px;
        height: 40px;
    }
    .profl1300 ul li div::after {
        top: -22px;
        margin-left: -22px;
        width: 44px;
        height: 44px;
    }
    .profl1300 ul li div {
        padding: 24px 0 5px;
    }
    .profl1300 ul li {
        width: 20%;
        margin: 0;
        padding: 40px 2px 0;
    } */
    .profw_dl dt {
        margin-bottom: 0;
    }
    .profw_dl dd h5,
    .profw_callme .notice {
        font-size: 14px;
        line-height: 24px;
    }
    .profw_callme .refer {
        font-size: 16px;
        padding: 0 10px;
        border-radius: 4px;
    }
    .profw_callme .tel {
        padding: 0 10px;
        border-radius: 4px;
    }
    .profw_callme .tel img {
        margin-right: 0;
    }
    .about_one {
        margin-top: 15px
    }
    .about_slnl li {
        width: 48%;
    }
    .gdpronew_xgxw dt,
    .gdpronew_xgxw dd {
        width: 100%;
        display: block;
        float: none;
    }
    .gdpronew_xgxw dd {
        margin: 15px 0;
    }
    .gdpronew_xgxw dd h1 {
        font-size: 24px;
    }
}

@media (max-width:480px) {
    .newny_fhan {
        display: none;
    }
    #success .div {
        left: 59%;
    }
    .xwny_top h1 {
        font-size: 20px;
    }
    .xwny_contel,
    .xwnydetr h4,
    .pronydetl h4 {
        font-size: 20px;
    }
    .xwny_detxt p,
    .pszny_detxt p {
        font-size: 14px;
    }
    .xwny_xgxw li span {
        display: none;
    }
    .xwny_xgxw li a {
        width: 100%;
    }
    .pszprony_yd  .tel a {
        font-size: 26px;
    }
    .pszprony_yd  .tel {
        background-size: 36px;
    }
    .pszprony_yd  .tel span {
        padding-left: 40px;
    }
    .pszprony_yd h1 {
        font-size: 20px;
		text-align:center;
    }
    .serv_ico1,
    .serv_ico2,
    .serv_ico3,
    .serv_ico4 {
        background-size: 60px;
        width: 70px;
        height: 70px;
    }
    .ser_fwbz ul li h3 {
        font-weight: 500;
        font-size: 16px;
        margin-top: 0;
    }
    .ser_fwbz ul {
        margin-top: 10px;
    }
    .psznew_list dl {
        width: 100%;
    }
    .pszny_detxt h2 {
        font-size: 20px
    }
    .lc_ico {
        width: 60px;
        height: 60px;
        background-size: 360px;
    }
    .lii.lii2 .lc_ico {
        background-position: -60px 0px;
    }
    .lii.lii3 .lc_ico {
        background-position: -120px 0px;
    }
    .lii.lii4 .lc_ico {
        background-position: -180px 0px;
    }
    .lii.lii5 .lc_ico {
        background-position: -240px 0px;
    }
    .lii.lii6 .lc_ico {
        background-position: -300px 0px;
    }
    .ser_fwlct h3 {
        font-size: 14px;
        font-weight: normal;
    }
    .number_ul li p span {
        display: none;
    }
    .number_ul li p br {
        display: none;
    }
    .about_tit1 h2,
    .about_gjhz h2,
    .about_slnl h2 {
        font-size: 22px;
    }
    .about_tit1 span {
        font-size: 54px;
    }
    .about_tit1 h2 {
        padding-top: 15px;
        margin-bottom: 0;
    }
}

@media (max-width:400px) {
    .profw_dl {
        display: none;
    }
    .profw_callme .notice {
        margin-top: 0;
    }
    .profw_callme .tel img {
        max-width: 28px;
    }
    .profw_callme .tel a strong {
        font-size: 18px;
    }
    .profw_callme .tel,
    .profw_callme .refer {
        margin: 0;
    }
}

@media (max-width:360px) {
    .pszprony_yd  .tel a {
        font-size: 22px;
    }
    .pszprony_yd  .tel {
        background-size: 30px;
    }
    .pszprony_yd .tel span {
        padding-left: 35px;
    }
    .ser_fwbz ul li h3 {
        font-size: 14px;
    }
    .ser_fwbz h2,
    .ser_shfw_tit h2,
    .ser_lctit h2 {
        font-size: 18px;
    }
    .ser_fwcn dl dd h3 {
        font-size: 16px;
    }
}
/*修*/
.home_pro li img{width:275px;height:205px;}
.ul_one dl dt img ,.prolist_psz ul li img{width:370px;height:230px;}
.thisclass{
	display: inline-block;
	color: #333;
	margin: 5px 4px 0 0;
	padding: 8px 18px;
	text-decoration: none;
	background: #d33d1a;
	color: #fff;
	border: 1px solid #d33d1a;
	
}

.yl01{padding:1em 0;}
.home_good li{width:18%;float:left;margin:0 1%;}
.psznew_list dl dt img{width:375px;height:260px;}
.index_type ul {
	clear: both;
	overflow: hidden;
    display: flex; 
    justify-content: space-between;
}
.index_type ul li {
	float: left;
	width: 18%;
	margin: 0 0.8%;
	/* border-right: 1px solid #EEE; */
}
.index_type ul li img {
	float: left;
	width: 84px;
}
.index_type ul li a {
	float: left;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	margin-top: 12px;
}
.index_type ul li a i {
	display: block;
	color: #444;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
}
.left_cp{float:left;width:45%;}
.right_cp{float:right;width:50%;padding:15px 0 0 0;}
.right_cp p{font-size:16px;margin:0 10px 0 0;}
.pszprony_ul{background:#48566e;}
.cpdh_1{text-align:center;}
.cpdh_1 li{float:left;width:20%;padding:10px 0;}
.cpdh_1 li a{color:#fff;}
.right_ul{display:table;}
.right_ul li{float:left; border-radius:20px;border: 1px solid;padding: 0.3em 1em;font-size: 16px;margin-right: 10px;}
.right_li1{
	color: #ed1c24;
}
.right_li2{
	color: #0093d8;
}
.right_li3{
	color: #15A645;
}
.right_li4{
	color: #ffba00;
}
@media (max-width:999px) {
.home_pro li img{height:145px;}
.ul_one dl dt img ,.prolist_psz ul li img{width:230px;height:145px;}
.psznew_list dl dt img{width:240px;height:180px;}
.left_cp,.right_cp{width:100%;margin:10px 0;}
.padding_10{padding:10px;}

}
@media (max-width:680px) {
	.thisclass{padding:4px 10px;}
	.index_type ul li a{font-size:16px;font-weight:500;}
	.index_type ul li a i {display:none;}
	.home_new .ul_one dl{width:100%;}
	.home_new .ul_one dd h4 {font-weight:500;}
	.yl01,.newny_hour{display:none;}
	.ul_one dl dt img{width:100%;height:225px;}
	.psznew_list dl dt img{width:100%;height:240px;}
	.right_ul li{font-size:12px;}
	
}
/*手*/
.shou_s{cursor:pointer;}