@charset "utf-8";

html,
body {
    background: #fff;
    color: #333;
    font: 14px/1.6 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
li,
ol,
ul,
dd,
th,
td,
p,
pre,
form,
input,
button,
textarea,
hr {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #e9280c;
    text-decoration: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

ul,
li {
    list-style: none;
}

img {
    border: 0
}

button,
input,
select,
textarea {
    font-size: 100%
}


.container {
    width: 1200px;
    margin: 0 auto;
}

.header {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

.top_out {
    background-color: #eee;
    height: 37px;
    line-height: 37px;
    width: 100%;
}

.head_out {
    padding: 20px 0;
}

.header_tel {
    float: right;
}

.header_tel h5 {
    font-size: 30px;
    color: #0285d9;
    line-height: 35px;
}


/*banner*/

#flash {
    width: 100%;
    display: block;    
 
}

#flash .swiper-slide{
  top: 0;
  left: 0;
  width: 100%;
  }
#flash .swiper-slide .img {
    width: 100%;   
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

#flash .swiper-slide .img img {
    position: relative;
    left: auto;
    top: auto;
    transform: translate(0) scale(1.08);    
    max-width: none;
    transition: all 1.8s cubic-bezier(0.250, 0.460, 0.450, 0.940); display: block;

}

#flash .swiper-slide .img img,#flash .swiper-slide .img video{ width: 100%;
  height: 100%;
  object-fit: cover; /* 关键：填充容器并保持比例 */
  display: block; }


#flash .swiper-slide .banner-intro{ position: absolute;
    top: 30vh;
    width: 100%;
    text-align: left; }

#flash .swiper-slide .banner-intro span{ width: 140px;text-align: center; display: block; overflow: hidden; }
#flash .swiper-slide .banner-intro span a{ color: #fff; font-size: 15px;display: block; line-height: 45px; color:#fff;border:1px solid #fff; border-radius: 30px;margin-top:.5rem; }
#flash .swiper-slide .banner-intro span a:hover{ background: #fff; color: #92c136; }
#flash .swiper-slide-active .img img {
    transform: translate(0) scale(1);
}

#flash .swiper-pagination-bullet {
   padding: 1px;
    opacity: 0.4;
    outline: none;
    border-radius: 5px;
    width: 50px;
    height: 5px;
    background: #fff;
}

#flash .swiper-pagination-bullet-active {
       background: #fff;
    width: 50px;   
    opacity: 1;
    display: inline-block;
    margin: 0 3px;
}

#flash .swiper-button-prev {
    background: url(../images/ad_ctr_01.png) no-repeat rgba(0, 0, 0, 0.4);
    width: 46px;
    height: 73px;
    outline: none;
    margin-top:-36px;
}

#flash .swiper-button-prev:after{
    display: none;
}

#flash .swiper-button-next {
    background: url(../images/ad_ctr_02.png) no-repeat rgba(0, 0, 0, 0.4);
   width: 46px;
    height: 73px;   
        outline: none;
       margin-top:-36px;
}

#flash .swiper-button-next:after {
    display: none;
}

#flash .swiper-pagination-bullets {
    bottom: 40px !important;
}

@keyframes sliderPagination {
    100% {
        transform: scaleX(1);
        opacity: 1;
    }
}
@media screen and (max-width:1520px) {

 
#flash .swiper-slide .img img { width: 100%; }

}


.pageBanner {
    position: relative;
}

.pageBanner .imgDiv {
    width: 100%;
    display: block;
    overflow: hidden;
}

.pageBanner .imgDiv img {
    width: 100%;
    display: block;
   
}

@-webkit-keyframes banner_inside {
    from {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes banner_inside {
    from {
        -moz-transform: scale(1.15);
        transform: scale(1.15);
    }
    to {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes banner_inside {
    from {
        -o-transform: scale(1.15);
        transform: scale(1.15);
    }
    to {
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes banner_inside {
    from {
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15);
    }
    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.pageBanner .mxfDiv {
    position: absolute;
    right: 25%;
    top: 60%;
    transform: translateY(-50%);
    z-index: 5;
    width: 50%
}

.pageBanner .mxfDiv2 {
    left: 50%;
    right: auto;
    margin-right: 0;
    margin-left: -7.68rem;
}

.pageBanner .txtDiv {
    color: #fff;
    text-align: center;
}

.pageBanner .txtDiv hr {
    width: 30px;
    height: 2px;
    background: #fff;
    border: none;
    margin: 0 auto;
}

.pageBanner .mxfDiv2 .txtDiv {
    text-align: left;
}

.pageBanner .txt1 {
    font-size: 30px;
    line-height: 20px;
    padding-bottom: 25px;
    color: #fff;
    font-weight: bold
}

.pageBanner .txt2 {
    font-size: 18px;
    height: 75px;
    line-height: 36px;
    position: relative;
    color: #fff
}

.pageBanner .sxdDiv {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

.pageBanner .wenDiv {
    color: #fff;
    text-align: center;
}

.pageBanner .wen1 {
    font-size: 48px;
    line-height: 48px;
    height: 0.8rem;
    position: relative;
}

.pageBanner .wen1:after {
    content: '';
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: 0;
}

.pageBanner .wen2 {
    font-size: 14px;
    padding-top: 0.6rem;
}


/*左侧分栏*/

lside {
    display: block;
    position: relative;
    float: left;
    width: 222px;
}

lside section h2 {
    background: url(../images/p_tit.png) 10px no-repeat #0060a9;
    height: 112px;
    font-size: 30px;
    line-height: 112px;
    color: #fff;
    padding-left: 65px
}

lside .lside_list {
    border: 1px solid #dfdfdf;
    display: block;
    overflow: hidden;
    background: #fff;
    padding: 15px 0 30px;
}

lside .lside_list dl {
    border-bottom: 1px solid #dfdfdf;
}

lside .lside_list dl dt {
    padding-left: 34px;
    font-size: 16px;
    color: #666;
    background: url(../images/side_ico.png) 180px no-repeat;
    display: block;
}

lside .lside_list dl dt a {
    display: block;
    padding: 15px 0 15px 20px;
    color: #4b4b4b;
}

lside .lside_list dl dt:hover {
    color: #fff;
    background: url(../images/side_ico1.png) 180px no-repeat #ffa94c;
    display: block;
}

lside .lside_list dl dt:hover a {
    color: #fff;
}

lside .lside_list dl dt.current {
    color: #fff;
    background: url(../images/side_ico1.png) 180px no-repeat #ffa94c;
    display: block;
}

lside .lside_list dl dt.current a {
    color: #fff;
}

lside .lside_list dl dd {
    padding: 6px 0 6px 0;
}

lside .lside_list dl dd a {
    display: block;
    padding-left: 40px;
    height: 36px;
    color: #333;
    font-weight: normal;
    line-height: 36px;
    background: url(../images/p_ico.png) 10px no-repeat;
    border-bottom: 1px solid #eee;
}

lside .lside_list dl dd .current a,
.lside_list dl dd a:hover {
    background: #efefef;
}

/*右侧内容*/

.article_head {
    position: relative;
    height: 60px;
    border-bottom: 1px solid #ddd;
    line-height: 60px;
    /* width: 920px; */
    /* float: right; */
}

.article_head .position {
    position: absolute;
    top: 0;
    right: 0px;
    color: #aaa;
    font-family: '宋体';
}

.article_head .position a {
    color: #999;
    font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
}

.article_head h1 {
    color: #555;
    font-weight: normal;
    font-size: 18px;
}

/*新闻列表*/
.module_list_article {
    padding: 15px 0;
    display: block;
    overflow: hidden;
}

.module_list_article dl {
    list-style: none;
    border-bottom: 1px solid #ddd;
    padding: 15px 0px;
    position: relative;
    clear: both;
}

.module_list_article dl dt {
    width: 20%;
    float: left;
    border: 1px solid #eee;
}

.module_list_article dl dt img {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    height: 120px;
}

.module_list_article dl dd {
    float: right;
    width: 78%;
}

.module_list_article dl dd h3 {
    font-weight: normal;
    line-height: 50px;

}

.module_list_article dl dd p {
    font-size: 12px;
    line-height: 20px;
    padding: 5px 0px;
    color: #666;
}

.module_list_article dl dd span {
    font-size: 12px;
    color: #999;
}

.module_list_article dl:hover dd h3 a {
    color: #30478d;
}

/*新闻详细*/
.article_content h1.article_title {
    font-size: 28px;
    font-weight: normal;
    padding: 5px 0
}

.article_content .article_infos {
    color: #818181;
    font-size: 12px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd
}

.article_content .article_infos span {
    margin-right: 10px;
}

.article_content .article_editor {
    padding: 0 10px;
}
.article_content .article_editor p{ font-size: 15px; line-height: 30px; }
.article_content {
    padding: 20px 0;
}

/*图片列表*/
.module_list_img {
    padding: 15px 0;
    display: block;
    overflow: hidden;

}

.module_list_img li {
    width: 31%;
    float: left;
    margin: 15px 10px;
}

.module_list_img li:nth-child(3n) {
    margin-right: 0 !important;
}

.module_list_img li a {
    display: block;
    width: 100%;
    text-align: center;
}

.module_list_img li .img-size {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
}

.module_list_img li h3 {
    font-weight: normal;
    background: #eee;
    line-height: 50px;
}

.module_list_img li:hover h3 {
    background: #30478d;
    color: #fff;
}

/*图片详情*/
.product-info {
    padding: 10px;
    overflow: hidden;
}

.product-img {
    width: 499px;
    float: left;
    border-right: 1px solid #eee;
    /* padding-right: 49px; */
}

.product-img img {
    width: 100%;
}

.product-arr {
    /* float: right; */
    /* width: 378px; */
    padding-left: 20px;
    text-align: center;
}

.product-arr h3 {
    font-size: 24px;
     padding: 20px 5px; 
   
}

.product-arr p {
    line-height: 28px;
    font-size: 14px;
    padding: 20px 10px;
}

.product_nav {
    height: 45px;
    line-height: 45px;
    margin: 30px 0;
    border: 1px solid #ddd
}

.product_nav li {
    float: left;
    list-style: none;
    border-right: 1px solid #ddd;
    cursor: pointer
}

.product_nav li a {
    display: block;
    padding: 0 40px
}

.product_nav li.product_nav_now,
.product_nav li.product_nav_hover {
    background: #f7f8fa
}

.side_lx,
.side_news {
    width: 238px;
    display: block;
    overflow: hidden;
    border: 1px solid #dfdfdf;
    background: #fff;
    margin: 15px 0;
}

.side_lx h3,
.side_news h3 {
    text-align: center;
    width: 100%;
    line-height: 60px;
    font-size: 24px;
    color: #fff;
    background: #30478d;
}

.side_lx p {
    padding: 15px 10px;
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 30px;
}

.side_lx ul {
    padding: 24px 5px 0;
    display: block;
    overflow: hidden;
    background: url(../images/ab_con.png) 10px 20px no-repeat;
    border-bottom: 1px solid #dfdfdf;
}

.side_lx ul li {
    padding-left: 42px;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
}

.side_lx ul li h4 {
    font-size: 16px;
    color: #4b4b4b;
    font-weight: normal;
    line-height: 20px;
}

.side_lx ul li span {
    font-size: 12px;
    color: #9c9c9c;
}

.side_news ul {
    list-style: none;
    padding: 15px 8px;
    display: block;
    overflow: hidden;
}

.side_news ul li {
    width: 100%;
    display: block;
    line-height: 42px;
    border-bottom: 1px solid #eeeeee;
}

.side_news ul li a {
    padding-left: 5px;
    display: block;
    font-size: 14px;
    color: #5c5c5c;
}

.side_news ul li a:hover {
    color: #f00;
    text-decoration: underline;
}

.p_tel{
    border: 1px solid #eeeeee;
}

.p_tel h3{
    text-align: center;
    width: 100%;
    line-height: 60px;
    font-size: 24px;
    color: #fff;
    background: #30478d;
}

.p_tel .side_lx02{
    padding: 10px;
}
.p_tel .side_lx02 p{ font-size: 14px; line-height: 30px; }
.sd_ewm{ margin-top:15px; display: block;  }
.sd_ewm img{display: block; margin:0 auto; max-width: 100%;}
.sd_ewm p{ text-align: center; font-size: 14px; }
.con_section {
    position: relative;
    padding: 20px 0 50px;
}

.con_section aside {
    position: relative;
    float: left;
    width: 240px;
    padding-bottom: 20px;
}

.con_section>div{
    margin-left:240px;
    padding:15px 20px;
}
.messagelist{ width: 100%;  margin-left:0 !important; padding: 15px 0 !important;}

.con_section article {
    float: left;
    margin-left: -240px;
    width: 100%;
}

.con_section article .met_article {
    margin-left: 240px;
    background: #fff;
    padding: 15px 20px;
}

.met_section_asidenone article {
    float: none;
    margin-left: 0;
}

.met_section_asidenone article .met_article {
    margin-left: 0;
}

.con_section aside section {
    display: block;
}

.con_section aside section h2 {
    background: url(../images/p_tit.png) 10px no-repeat #30478d;
    height: 112px;
    font-size: 30px;
    line-height: 112px;
    color: #fff;
    padding-left: 65px
}

.con_section aside .met_aside_list {
    border: 1px solid #dfdfdf;
    display: block;
    overflow: hidden;
    background: #fff;
    padding: 15px 0 30px;
}

.con_section aside .met_aside dl {
    border-bottom: 1px solid #dfdfdf;
}

.con_section aside .met_aside dl dt {
    padding-left: 15px;
    font-size: 16px;
    color: #666;
    background: url(../images/side_ico.png) 200px no-repeat;
    display: block;
}

.con_section aside .met_aside dl dt a {
    display: block;
    padding: 12px 0 12px 20px;
    color: #4b4b4b;
}

.con_section aside .met_aside dl dt:hover {
    color: #fff;
    background: url(../images/side_ico1.png) 210px no-repeat #30478d;
    display: block;
}

.con_section aside .met_aside dl dt:hover a {
    color: #fff;
}

.con_section aside .met_aside dl dt.on {
    color: #fff;
    background: url(../images/side_ico1.png) 210px no-repeat #30478d;
    display: block;
}

.con_section aside .met_aside dl dt.on a {
    color: #fff;
}

.con_section aside .met_aside dl dd {
    padding: 6px 0 6px 0;
}

.con_section aside .met_aside dl dd a {
    display: block;
    padding-left: 40px;
    height: 36px;
    color: #333;
    font-weight: normal;
    line-height: 36px;
    background: url(../p_ico.png) 10px no-repeat;
    border-bottom: 1px solid #eee;
}

.con_section aside .met_aside dl dd .on a,
.met_aside dl dd a:hover {
    background: #efefef;
}



/*留言*/
.msg_hr {
    border-top: 1px solid #ddd;
    margin: 0;
    padding: 0 5px 0 15px;
    font-weight: bold;
    font-size: 16px;
    background: #ddd;
    height: 60px;
    line-height: 60px;
}

:-ms-input-placeholder {
    color: #999
}

.msg {
    border: 1px solid #ddd;
    border-top: 0;
    overflow: hidden;
    text-align: left
}

.msg dl:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.msg dl {
    width: 100%;
    zoom: 1;
    background: #fff
}

.msg dl {
    border-top: 1px solid #ddd;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -ms-flexbox;
    position: relative;
    padding: 5px 0
}

.msg dl dt {
    padding: 15px 15px 10px 15px;
    width: 105px;
    text-align: left;
    font-weight: normal;
    overflow: hidden;
    line-height: 1.2
}

.msg dl dd {
    -moz-box-flex: 1.0;
    -webkit-box-flex: 1.0;
    box-flex: 1.0;
    -ms-flex: 1;
    padding: 2px 0 0 15px;
    margin: 10px 0
}

.msg dl dd label input {
    position: relative;
    top: 1px;
    margin-right: 3px
}

.msg dl dd .fbox {
    margin: 0 10px 0 0
}

.msg dl dd .tips {
    color: #aaa
}

.msg dl dd .tips:hover {
    color: #f00
}

.msg dl dd.labelinline label {
    display: inline
}

.msg dl dt.addimgdt {
    padding: 10px 5px 10px
}

.msg dl dt.addimgdt p {
    height: 30px;
    line-height: 30px;
    margin-bottom: 8px
}

.msg dl.noborder {
    border-bottom: 0
}

.msg dl dd.ftype_description {
    color: #fff;
    padding: 8px;
    margin: 0 5px;
    background: #00AAFF
}

.ftype_input .fbox {
    float: left
}

.ftype_input .tips {
    float: left;
    padding-top: 5px
}

.ftype_input .fbox input {
    width: 350px;
    height: 28px;
    line-height: 28px\9;
    padding: 2px 5px;
    border: 1px solid #dcdfe0;
    background-color: #fff;
    color: #333;
    outline: 0;
    border-radius: 2px
}

.placeholder-ie {
    position: relative
}

.placeholder-ie label {
    position: absolute;
    left: 8px;
    top: 7px;
    cursor: text;
    color: #999
}

.ftype_textarea .tips {
    display: block
}

.ftype_textarea textarea {
    width: 350px;
    line-height: 1.5;
    height: 100px;
    padding: 7px 5px;
    border: 1px solid #dcdfe0;
    background-color: #fff;
    color: #333;
    outline: 0
}

.ftype_select .tips,
.ftype_select-linkage .tips {
    display: block;
    margin-top: 5px
}

select {
    line-height: 31px;
    height: 31px;
    vertical-align: middle;
    background-color: #fff;
    outline: 0;
    border: 1px solid #ccc;
    padding: 4px;
    color: #656565
}

.ftype_radio .fbox label {
    font-weight: normal;
    height: 28px;
    line-height: 28px;
    margin: 0;
    display: block
}

.ftype_radio .fbox input[type='radio'] {
    border-radius: 100%;
    bottom: 3px;
    height: 15px;
    position: relative;
    vertical-align: middle;
    width: 15px;
    margin: 0;
    position: relative;
    top: -1px;
    margin-right: 6px
}

.ftype_radio .formerror {
    margin-top: 0
}

.ftype_checkbox .fbox input[type='checkbox'] {
    border-radius: 100%;
    bottom: 3px;
    height: 15px;
    position: relative;
    vertical-align: middle;
    width: 15px;
    margin: 0
}

.ftype_checkbox .fbox label {
    font-weight: normal;
    height: 28px;
    line-height: 28px;
    margin: 0;
    display: block
}

.ftype_checkbox .fbox input {
    position: relative;
    top: -1px;
    margin-right: 6px !important
}

.ftype_checkbox .formerror {
    margin-top: 0
}

.ftype_transverse .fbox label {
    display: inline;
    margin-right: 15px
}

.submit {
    display: block;
    background: #30478d;
    border: 0 none;
    height: 34px;
    line-height: 26px;
    padding: 0 35px;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun'
}

.submit:hover {
    background: #38c4f0
}

.submit.active {
    background: #1ba4cf
}

.msg dl dd.ftype_code input {
    width: 80px;
    margin-right: 10px
}

.msg dl dd.ftype_code img {
    height: 30px;
    position: relative;
    bottom: 2px
}

/*分页*/
.page-list {
    clear: both;
    margin: 20px 0px 0px 0px;
    text-align: center;
}

.page-list .page-item {
    display: inline-block;
}

.page-list .page-link {
    display: inline-block;
    font-family: Arial;
    font-size: 13px;
    padding: 7px 11px;
    margin-left: 6px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #30478d;
    border-color: #30478d;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}


.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.w1 {
    width: 1200px;
    margin: 0 auto;
}

.clearfix:after {
    content: ' ';
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

/* 头部导航 */

.top_ru{ width:100%; background: #e9e9e9; height: 40px; }
.top_ru p{ font-size: 14px; color: #333; line-height: 40px; }
.top_ru span{ display: block; }
.top_ru span a{ font-size: 14px; padding: 0 12px; line-height: 40px; position: relative; }
.top_ru span a:after{width: 1px; height: 10px; position: absolute; content:''; top:5px; right: 0; background: #999;}
.logo h1{
    font-size: 36px;
    color: #141414;
  
}

.logo h1 span{
    color: #30478d;
}

.logo p{
    font-size: 17px;
}
.top_tel{ margin-top:15px; }
.top_tel p{ font-size: 16px; color: #999; line-height: 26px; }
.top_tel h3{ font-size: 24px; color: #30478d; line-height: 30px; }

.navlist{background: #30478d;height: 60px;}
.navlist ul{ display: flex;align-items: center; justify-content:  center; }
.navlist ul li{
  
    height: 60px;
    width: 16.6%;
}

.navlist ul li a{
    display: block;   
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 16px;
   }

.navlist ul li a:hover{ background: #d61d06; color: #fff; }



.navlist .navdown{
    background-color: #d61d06;
    color: #fff!important;
}

.navlist ul li a.navdown span{
    color: #fff;
}

/* 回收项目  */
.index_product{
    padding: 70px 0;
    overflow: hidden;
}
.index_tit{
    text-align: center;
}

.index_tit h3{
    font-size: 30px;
    color: #141414;
}

.index_tit h6{
    color: #666666;
    font-size: 24px;
    font-weight: 100;
}

.index_tit span{
    display: block;
    width: 163px;
    height: 10px;
    background:url(../images/title_bg01.png) no-repeat center;
    margin: 7px auto;
}

.pro_list{
   margin:40px 0; display: flex; align-items: center; justify-content: center;
}
.pro_list li{display: block; margin-right: 15px;    
    width:240px;
    height: 60px;
    text-align: center;
    line-height: 60px;}
.pro_list li a{  display: block;  
    color: #fff;
    background: #999999;   
    font-size: 18px;
    border-radius: 5px;
}

.pro_list li.active a{
    background: #30478d;
}

.pro_list li:last-child a{
    margin-right: 0;
}

.pro_list .active{
    background: #30478d;
}

.pro_con ul{
    display: none;
}

.pro_con ul li a{
    display: block;
    width: 388px;
    height: 327px;
    float: left;
    margin-right: 18px;
    margin-bottom: 18px;
    overflow:hidden;
}

.pro_con ul li:nth-child(3n) a{
    margin-right: 0;
}

.pro_con ul li a img{
    display: block;
    width: 388px;
    height: 270px;
    transition:all .5s;
}

.pro_con ul li:hover img{
    transform:scale(1.05)
}

.pro_txt{
    width: 100%;
    height: 58px;
    line-height: 58px;
}

.pro_txt div{
    float: left;
    font-size: 16px;
}

.pro_tit{
    width: 45%;
    color: #141414;
    background: #eee;
    text-indent: 1em;
}

.pro_tel{
    width:55%;
    color: #fff;
    background: #30478d;
    text-indent: 2em;
    position: relative;
}

.pro_tel::before{
    content: '';
    display: block;
    position: absolute;
    background: url(../images/pro_tel.png) center no-repeat;
    width: 20px;
    height: 30px;
    background-size: 20px;
    top: 15px;
    left: .5em;
}


/* 我们的优势  */

.index_advtage {
    width: 100%;
    height: 450px;
    overflow: hidden;
    background: url(../images/advan_bg.jpg) center no-repeat;
}

.index_advtage .index_tit{
    margin-top: 60px;
}

.index_advtage .index_tit h3,
.index_advtage .index_tit h6{
    color: #fff;
}

.index_advtage .index_tit span{
    background: url(../images/title_bg02.png);
}

.index_advtage .index_tit p{
    font-size: 24px;
    color: #fff;
    margin-top: 20px;
}

.index_advtage ul{
    overflow: hidden;
    width: 1008px;
    margin: 20px auto 0;
}

.index_advtage ul li{
    float: left;
    width:252px;
    text-align: center;
    color: #fff;
    transition:all .8s
}

.index_advtage ul li:hover{
    transform: translateY(-10px)
}

.index_advtage ul li img{
    display: block;
    margin: 0 auto;
}

.index_advtage ul li span{
    display: block;
    font-size: 18px;
    margin: 15px 0 5px;
}

.index_advtage ul li p{
    font-size: 14px;
    padding: 0 12px;
}

/* 关于我们 */
.index_about {
    display: block;
    overflow: hidden;
    padding: 80px 0;
}

.ab_fl{
    width: 568px;
}

.ab_fl h3{
    font-size: 36px;
    color: #30478d;
    line-height: 36px;
}

.ab_fl span{
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    text-shadow: #30478d 1px 0 0, #30478d 0 1px 0, #30478d -1px 0 0, #30478d 0 -1px 0;;
    line-height:60px;
}

.ab_fl img{
    display: block;
    width: 100%;
    height: 319px;
}

.ab_fr{
    width: 606px;
}
.company_bit{}
.company_bit h3{ font-size: 24px; color: #222; line-height: 32px; }
.company_bit p{ font-size: 16px; color: #999; line-height: 24px; }
.company_desc{ margin:20px 0; }
.company_desc p{ font-size: 16px; line-height: 30px; color: #333; }
.ab_fr img{
    display: block;
    width: 100%;
    height: 246px;
    margin-bottom: 20px;
}

.ab_fr .more{
    display: block;
    width: 148px;
    height: 48px;
    border: 1px solid #30478d;
    font-size: 16px;
    color: #30478d;
    line-height: 48px;
    text-align: center;
    margin-top: 20px        ;
}

/* 广告栏 */
.index_ad{
    background: url(../images/ad_bg.jpg) no-repeat center;
    width: 100%;
    height: 225px;
}

.index_ad .w1{
    padding:35px 0;
}

.ad_fl{
    width: 623px;
    color: #fff;
}

.ad_fl h4{
    font-size: 24px;
}

.ad_fl p{
    font-size: 16px;
    margin: 10px 0 20px;
}

.ad_fl a{
    display: block;
    width: 218px;
    height: 44px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    line-height: 44px;
}

.ad_fr{
    width: 420px;
}

.ad_fr img{
    display: block;
    float: left;
    margin-right: 28px;
    max-width: 150px;
}

.ad_fr .ad_txt{
    float: left;
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
}

.ad_txt h5{
    color: #30478d;
}

.ad_txt span{
    display: block;
    margin-top: 7px;
}

.ad_txt h6{
    width: 240px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    font-size: 20px;
    background: #30478d;
    border-radius: 5px;
}

/*  新闻列表 */
.index_news{
    padding: 80px 0;
}

.news_con{
    margin-top: 45px;
}

.news_con a{
    color: #666;
}

.news_con li:hover a{
    color: #30478d;
}

.news_con li a img{
    display: block;
    margin-bottom: 10px;
}

.news_time{
    text-align: center;
}

.news_con li a span{
    display: block;
    font-size: 20px;
}

.news_con li a span:nth-child(2),
.news_con li a p{
    font-size: 12px;
}

.news_con li a h3{
    font-size: 16px;
}
.news_fl{
    width: 567px;
}

.news_fl .news_tit{
    width: 490px;
}

.news_fr{
    width: 588px;
}

.news_fr li a{
    display: block;
    overflow: hidden;
}

.news_fr .news_time{
    padding-top: 25px;
}

.news_fr .news_txt{
    width: 500px;
    border-left: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    padding: 17px 0 15px 20px;
}

.news_fr li:nth-child(4) .news_txt{
    border-bottom: none;
}

/* 联系我们 */
.index_contact{
    padding-bottom: 80px;
}

.cons{
    margin-top: 45px;
}

.cons ul li a{
    display: block;
    width: 33.33%;
    float: left;
    text-align: center;
}

.cons ul li a h3{
    margin: 20px 0 10px;
    font-size: 24px;
    color: #30478d;
    font-weight: 400;
}

.cons ul li a p{
    font-size: 16px;
    color: #666666;
}


/* 底部  */
.footer {
    width: 100%;
    display: block;
    overflow: hidden;
    background: #141414;
}

.link{
    margin-bottom: 25px;
}

.link li{
    background: url(../images/links.png) left center no-repeat;
    overflow: hidden;
    padding-left: 150px;
    height: 38px;
}

.link li a{
    display: block;
    float: left;
    padding: 0 15px;
    border-right: 1px solid #141414;
    color: #141414;
    font-size: 14px;
    height: 20px;
    margin-top: 9px;
}


.db_con {
    width: 1200px;
    margin: 40px auto 30px;
    display: block;
    overflow: hidden;
}

.db_nav {
    width: 160px;
    display: block;
    overflow: hidden;
}

.db_tit {
    width: 100%;
    display: block;
}

.db_tit h3 {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    line-height: 30px;
}

.db_tit hr {
    width: 26px;
    height: 2px;
    background: #fff;
    border: none;
    display: block;
    margin: 5px 0 10px;
}

.db_nav ul {
    display: block;
    list-style: none;
}

.db_nav ul a {
    float: left;
    width: 50%;
    display: block;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
}

.db_lx {
    width: 410px;
    margin: 0 60px 0 230px;
    display: block;
}

.db_lx p {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}

.db_tel{
    text-align:right;
    margin-top: 12px;
}

.db_tel a{
    color: #fff;
    text-align: center;
    line-height: 36px;
    display: inline-block;
    background: #30478d;
    padding: 0 10px;
}

.db_tel a img{
    vertical-align:middle;
}

.db_tel span{
    display: block;
    color: #fff;
    margin-top: 27px;
}

.db_tel i{
    display: block;
    color: #fff;
    font:700 24px '思源黑体';
    font-style: italic;
    line-height: 30px;
}

.db_ewm {
    width: 137px;
    display: block;
}

.db_ewm img{
    display: block;
    width: 100%;
}

.db_ewm p{
    font-size: 16px;
    color: #fff;
}

.copyright {
    width: 100%;
    display: block;
    overflow: hidden;
}

.copyright p {
    font-size: 12px;
    color: #fff;
    line-height: 38px;
    text-align: center;
}

.copyright p a {
    color: #fff
}

.copyright p a:hover {
    color: #fff;
}


/* 关于我们  */
.positions {
    width: 1200px;
    display: block;
    overflow: hidden;
    margin: 20px auto;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.positions p {
    padding-left: 30px;
    background: url(../images/position.jpg) left no-repeat;
    font-size: 14px;
    color: #333;
}

.positions p a {
    color: #333;
}

.about_con {
    padding: 30px 0 50px;
    display: block;
    overflow: hidden;
}

.part_01,
.part_02 {
    position: relative;
    width: 100%;
    display: block;
}

.par_dw {
    position: absolute;
    top: 350px;
    left: 40px;
}

.par_dw2 {
    position: absolute;
    top: 50px;
    right: 320px;
}

.part_tit {
    width: 400px;
    height: 200px;
    background: url(../images/ab_07.png) no-repeat;
    padding-left: 30px;
}

.part_tit h4 {
    font-size: 20px;
    color: #fff;
    padding: 35px 0 0 100px;
    font-weight: normal;
}

.part_tit span {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    margin: 10px 0 5px;
}

.part_tit h3 {
    font-size: 24px;
    color: #fff;
    line-height: 45px;
    font-weight: normal;
}

.part_tit i {
    font-size: 12px;
    color: #fff;
    font-style: normal;
}

.part_tit p {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
}

.part01_con {
    width: 100%;
    display: block;
    margin-top: 120px;
}

.part01_con p {
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    padding: 30px 0 30px 40px;
}

.part02_con {
    width: 770px;
    display: block;
    padding-top: 300px;
}

.part02_con p {
    writing-mode: vertical-lr;
    font-size: 18px;
    color: #333;
    line-height: 42px;
    text-align: right;
}