@charset "utf-8";

@font-face {
    font-style:normal;
    font-family:'SourceHanSerifCN';
    src:url('../../font/SourceHanSerifCN-Regular.otf') format('truetype');
}

* {
    padding: 0;
    margin: 0;
    border: 0px;
    outline: none;
    list-style: none;
}

html,
body {
    background: #fff;
    color: #333;
    font: 14px/30px 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
}

pre{
    font: 14px/30px '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;
}


ul,
li {
    list-style: none;
}

img {
    border-style: none;
    text-decoration: none;
}

button,
input,
select,
textarea {
    font-size: 100%;
    outline: none;
}

.textflow {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* webkit, opera, IE9 */

::selection {
    background: #ff734f;
    color: #fff;
}

/* mozilla firefox */

::-moz-selection {
    background: #ff734f;
    color: #fff;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pt50 {
    padding-top: 50px;
}

.pt60 {
    padding-top: 60px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb60 {
    padding-bottom: 60px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mt100 {
    margin-top: 100px;
}

.wrap {
    width: 73%;
    min-width: 1200px;
    margin: 0 auto;
    overflow: visible;
}

.w1,
.container {
    width: 73%;
    margin: 0 auto;
    display: block;
}

.bowrap {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 20px;
    background: #fff;
}

header {
    width: 100%;
    display: block;
}

.header {
    width: 100%;
    display: block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    overflow: visible;
}

.clearfix {
    zoom: 1;
}

/* 头部 */

header .top {
    height: 50px;
    line-height: 50px;
    background: #9f0e0a;
}

header .top p {
    color: #fff;
    background: url(../images/index_03.png) no-repeat left center;
    padding-left: 36px;
}

header .top ul {
    width: 230px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 5px;
}

header .top ul li a {
    color: #fff;
}

header .top ul li img {
    vertical-align: middle
}

.top_nav {
    height: 105px;
}

.top_nav .logo {
    width: 21.5%;
    margin-top: 18px;
}

.top_nav .logo img {
    width: 100%;
}

.top_store {
    display: block;
    width: 87px;
    height: 57px;
    background: url(../images/index_09.png) no-repeat center;
    line-height: 36px;
    padding-left: 50px;
    float: right;
    font-size: 16px;
    color: #fff;
    margin-top: 38px;
}

.top_store:hover{
    color: #fff;
}

/* 导航 */

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

.nav_out {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.tem_head nav {
    width: 100%;
    height: 105px;
    line-height: 105px;
    margin-left: 5%;
}

.tem_head nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tem_head nav ul li {
    position: relative;
    float: left;
    line-height: 108px;
    padding: 0px 2.8%;
}

.tem_head nav ul li:hover{
    background:#9f0e0a;
}

.tem_head nav ul li:hover a{
    color:#fff
}

.tem_head nav ul li:last-child {
    margin-right: 0;
}

.tem_head nav a {
    display: block;
    font-size: 18px;
    text-align: center;
}

.tem_head nav li>hover{
    color: #fff;
    background:#9f0e0a;
/*     line-height:99px; */
}

.tem_head nav li.navdown {
    background:#9f0e0a
}

.tem_head nav li.navdown a{
    color:#fff
}

.tem_head nav a.navdown:hover {
    color: #e1251b;
    border-bottom: 2px solid #e1251b;
}

.tem_head nav ul li dl {
    position: absolute;
    top: 108px;
    left: 50%;
    z-index: 99;
    display: none;
    background: rgba(255, 255, 255, 0.9);
    width: 160px;
    transform: translateX(-50%);
    box-shadow:#d4d2d2 0 0 10px
}

.tem_head nav ul li dl dd {
    padding: 10px 10px 20px;
    width: 100%;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
}

.tem_head nav ul li dl dd a {
    margin: 0 10px;
    padding: 0 5px;
    text-align: left;
    line-height: 36px;
    font-size: 14px;
    height: 36px;
    color: #333!important;
    border-bottom: 1px solid rgb(131, 131, 131);
    text-align: center;
}

.tem_head nav ul li dl dd a:hover {
    line-height: 36px;
    color: #f53233 !important;
    border-bottom: none;
    height: 36px;
    border-bottom: 1px solid #f53233;
}

.tem_head nav ul li:hover>dl {
    display: block;
}

.tem_head nav ul li dl dt {
    float: right;
    overflow: hidden;
    padding: 20px 20px 20px 0;
    width: 380px;
    height: 200px;
    font-size: 0;
}

.tem_head nav ul li dl dt img {
    width: 380px;
    height: 200px;
}

.tem_head nav ul li dl dd i {
    position: absolute;
    top: -15px;
    left: 50px;
    z-index: 100;
    width: 100%;
    color: #f3f4f5;
    font-size: 22px;
}

.tem_head nav ul li dl.tem_pronoaw {
    width: auto;
}

.tem_head nav ul li dl.tem_pronoaw dd {
    width: auto;
}

.tem_head nav ul li dl.tem_pronoaw dd div {
    float: left;
    padding: 0 20px;
    min-width: 100px;
}

.tem_head nav ul li dl.tem_pronoaw dd div h3 {
    margin-bottom: 5px;
    border-bottom: 1px solid #888;
    font-weight: normal;
}

.tem_head nav ul li dl.tem_pronoaw dd div p a {
    margin: 0;
}

/* 轮播图 */

#flash .swiper {
    width: 100%;
    height: 100%;
}

#flash .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#flash .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#flash .swiper-button-prev,
#flash .swiper-button-next {
    background: #fff url(../images/ad_ctr_01.png) no-repeat center;
    width: 118px;
    height: 112px;
    right: 25% !important;
    opacity: 1;
    border-radius: 10px 0 0 0;
    left: auto;
    bottom: 0;
    top: auto;
    z-index: 99;
}

#flash .swiper-button-prev:after {
    display: none;
}

#flash .swiper-button-next {
    background: #9f0e0a url(../images/ad_ctr_02.png) no-repeat center;
    width: 118px;
    height: 112px;
    right: calc(25% - 118px) !important;
    border-radius: 0 10px 0 0;
}

#flash .swiper-button-next:after {
    display: none;
}

#flash .swiper-pagination-bullets {
    bottom: 56px !important;
}

#flash .swiper-pagination {
    width: calc(25% - 110px);
    height: 112px;
    background: #9f0e0a;
    bottom: 0;
    left: auto;
    right: 0;
    line-height: 112px;
    color: #fff;
    text-align: left;
    text-indent: 3%;
    font-size: 20px;
    font-family: 'Montserrat Regular';
}

/* 首页通告 */
.txtScroll-left {
    width: 980px;
    position: relative;
}

.txtScroll-left .bd {
    /* padding: 10px; */
    width: 980px;
    overflow: hidden;
    background: url(../images/index_17.png) no-repeat left center;
    padding-left: 30px;
}

.txtScroll-left .bd>span {
    float: left;
    margin-right: 10px;
    line-height: 50px;
}

.txtScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.txtScroll-left .bd ul li {
    margin-right: 20px;
    float: left;
    height: 50px;
    line-height: 50px;
    text-align: left;
    _display: inline;
    width: 45%;
    overflow: hidden;
}

.txtScroll-left .bd ul li>a {
    width: 75%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.txtScroll-left .bd ul li span {
    color: #999;
    float: right
}

/* 关于我们  */

.index_tit {
    font-size: 40px;
    color: #9f0e0a;
    text-align: center;
    letter-spacing: 3px;
    background: url(../images/index_21.png) no-repeat center;
    height: 69px;
    line-height: 69px;
}

.index_tit span {
    color: #000;
    font-weight: 400;
}

.index_about {
    padding: 70px 0;
    background: #fefaf7;
}

.index_about .w1>p {
    width: 903px;
    margin: 50px auto;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #313131;
}

.index_more {
    display: block;
    width: 136px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: #fff;
    border-radius: 10px;
    color: #fff;
    background: #9f0e0a;
    margin: 0 auto;
}

.index_about ul {
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    justify-content: space-between;
    margin-top: 65px;
}

.index_about ul li {
    width: 32%;
    position: relative;
    overflow: hidden;
}

.index_about ul li img {
    width: 100%;
}

.index_about ul li .i_a_txt {
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 97%;
    left: 0;
    box-sizing: border-box;
    padding: 30% 8%;
    color: #fff;
}

.index_about ul li:hover .i_a_txt {
    background: rgba(0, 0, 0, 0);
}

.index_about ul li .i_a_txt span {
    display: block;
    width: 63px;
    height: 55px;
    background: url(../images/icon.png) no-repeat;
    margin: 0 auto;
}

.index_about ul li:nth-child(1) .i_a_txt span {
    background-position: -30px -16px;
}

.index_about ul li:nth-child(2) .i_a_txt span {
    background-position: -30px -108px;
}

.index_about ul li:nth-child(3) .i_a_txt span {
    background-position: -30px -203px;
}

.index_about ul li .i_a_txt h3 {
    font-size: 24px;
    text-align: center;
    margin: 23px 0 15px;
}

.index_about ul li .i_a_txt p {
    font-size: 14px;
    line-height: 24px
}

/* 产业布局 */

.index_cybj {
    background: url(../images/index_33.jpg) no-repeat center;
    padding: 70px 0 100px;
    box-sizing: border-box;
    position: relative;
    background-size: cover;
}

.index_cybj h3 {
    background: url(../images/Industrylayout.png) no-repeat center;
    width: 920px;
    height: 69px;
    text-align: center;
    line-height: 69px;
    color: #fff;
    font-size: 40px;
    margin: 0 auto;
}

.cybj_tab li{
    margin-bottom:10%;
    display: none;
}

.cybj_tab li:nth-child(1){
    display:block;
}

.cybj_tab li h4 {
    font-size: 40px;
    color: #fff;
    margin: 10% 0 5%;
}

.cybj_tab li p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    width: 630px;
    margin: 38px 0;
    height: 90px;
}

.cybj_tab li>a {
    display: block;
    background: url(../images/index_11.png) no-repeat left center;
    padding-left: 45px;
    color: #fff;
    font-size: 16px;
}

.cybj_tbd {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.cybj_tbd li {
    width: 33.33%;
    float: left;
    text-align: center;
    padding: 15px 0 10px
}

.cybj_tbd li.active {
    background: rgba(0, 0, 0, 0.3)
}

.cybj_tbd li:hover {
    background: rgba(0, 0, 0, 0.3)
}

.cybj_tbd li span {
    background: url(../images/icon.png) no-repeat;
    display: block;
    width: 60px;
    height: 58px;
    margin: 10px auto;
}

.cybj_tbd li:nth-child(1) span {
    background-position: -34px -306px;
}

.cybj_tbd li:nth-child(2) span {
    background-position: -145px -305px;
}

.cybj_tbd li:nth-child(3) span {
    background-position: -268px -305px;
    width: 190px;
    height: 58px;
}

.cybj_tbd li h2 {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    line-height: 46px
}

/* 好物甄选 */

.index_hwzx {
    background: url(../images/bg_2.jpg) no-repeat center bottom;
    padding: 70px 0;
}

.index_hwzx .index_tit {
    background: url(../images/index_36.png) no-repeat center
}

.index_hwzx .w1>p {
    text-align: center;
    margin: 30px 0 50px;
    color: #3d3c3c;
}

.hwzx_img01 {
    width: 43.8%;
    position: relative;
}

.hwzx_con img {
    width: 100%;
}

.hwzx_con ul {
    width: 56.2%;
}

.hwzx_con ul li {
    width: 50%;
    float: left;
    position: relative;
    overflow:hidden;
    max-height: 31.8vh;
    min-height: 256px;
}

.hwzx_img01{
    overflow:hidden;
    max-height: calc(63.6vh - 10px);
    min-height: 502px;
}

.hwzx_img01 h6,
.hwzx_con ul li h6 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 10%;
    font-size: 22px;
    color: #ffffff;
    font-weight: 400
}

.hwzx_con ul li:nth-child(3),
.hwzx_con ul li:nth-child(4) {
    margin-top: -10px
}

.hwzx_more {
    text-align: center;
    margin-top: 70px;
}

.hwzx_more span {
    font-family: '宋体';
    color: #fff;
    font-size: 24px;
}

.hwzx_more>a {
    display: block;
    width: 170px;
    height: 50px;
    text-align: center;
    line-height: 54px;
    font-size: 16px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 10px;
    margin: 15px auto 0;
}

.hwzx_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    transition: all .3s;
    transform:translateY(100%);
    padding:20% 5%;
    box-sizing:border-box;
    text-align:center;
    color:#fff;
}

.hwzx_bg h3{
    font-size:24px;
    text-align:center;
    font-weight:400
}

.hwzx_bg span{
    width: 110px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    margin: 7px auto;
    display: block;
}

.hwzx_img01:hover .hwzx_bg{
    transform:translateY(0)
}

.hwzx_img01:hover h6{
    display:none;
}

.hwzx_con li:hover .hwzx_bg{
    transform:translateY(0)
}

.hwzx_con li:hover h6{
    display:none;
}

.hwzx_con li p{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* 新闻中心 */

.index_news {
    padding: 70px 0;
    background: url(../images/bg_3.jpg) no-repeat center;
}

.index_news .index_tit {
    background: url(../images/index_50.png) no-repeat center;
}

.news_top {
    width: 529px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news_top ul li{
    position: relative;
}

.news_top ul li{
    display: none;
}

.news_top ul li:nth-child(1){
    display: block;
}

.news_top ul li img{
    width:100%;
    display:block;
}

.news_top .news_txt{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 60px;
    width: 100%;
    background: rgba(0, 0, 0, 0.33);
}

.news_top .news_txt h3{
    text-align: left;
    text-indent: 1em;
    line-height: 60px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    width: 365px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#index_news .swiper-button-prev{
    background: url(../images/index_62.png) no-repeat center;
    bottom: 6px;
    left: 400px;
    top: auto;
}

#index_news .swiper-button-prev::after,
#index_news .swiper-button-next::after{
    content: "";
}

#index_news .swiper-button-next{
    background: url(../images/index_63.png) no-repeat center;
    bottom: 6px;
    right: 30px;
    top: auto;
}

#index_news .swiper-pagination{
    bottom: 12px;
    right: 48px;
    left: auto;
    width: auto;
}

#index_news .swiper-pagination .swiper-pagination-bullet{
    border:2px solid #fff;
    opacity:1
}

#index_news .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background:#df0600;
}

/* 关于我们  */
.page_bg {
    height: 354px;
    width: 100%;
    display: block;
    overflow: hidden;
}

.sidebar {
    width: 100%;
    display: block;
    overflow: hidden;
    height: 66px;
    margin-top: 30px;
}

.sidebar ul {
    list-style: none;
    display: block;
    overflow: hidden;
    text-align: center;
}

.sidebar ul li {
    display: inline-block;
    line-height: 44px;
    background: #eac18d;
}

.sidebar ul li a {
    font-size: 16px;
    color: #696969;
    padding: 0 40px;
    display: block;
}

.sidebar ul li a:hover,
 {
    background: #be2232;
    color: #fff;
}

.sidebar ul li.on2 a
 {
    background: #be2232;
    color: #fff;
}

.ab_cont {
    padding: 30px 0 60px;
    overflow: hidden;
}

.position01 {
    display: block;
    overflow: hidden;
    width: 100%;
}

.position01 p {
    padding-left: 30px;
    background: url(../images/positions.png) left no-repeat;
    font-size: 14px;
    color: #3d3d3d;
    line-height: 40px;
    float: right;
}

.about_c {
    width: 100%;
    display: block;
    overflow: hidden;
}

.a_tit {
    width: 100%;
    display: block;
    overflow: hidden;
    text-align: center;
}

.a_tit h3 {
    font-size: 34px;
    color: #3d3d3d;
    line-height: 45px;
    font-weight: normal;
}

.a_tit hr {
    width: 38px;
    height: 3px;
    background: #f53233;
    border: none;
    margin: 12px auto;
    display: block;
}

.about_cons {
    width: 58%;
}

.comfile {
    display: block;
    overflow: hidden;
    width: 100%;
}

.comfile p {
    font-size: 16px;
    color: #3d3d3d;
    line-height: 42px;
    text-align: justify;
}

.comf_img {
    width: 40%;
}

.comf_img img {
    width: 100%
}

/*左侧分栏*/
.con_section {
    position: relative;
    padding: 40px 0 50px;
}

lside {
    display: block;
    position: relative;
    float: left;
    width: 20%;
}

lside section h2 {
    background: url(../images/p_tit.png) 10px no-repeat #811b6e;
    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 #811b6e;
    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 #811b6e;
    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 {
    width: 100%;
    padding: 15px 10px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.article_head {
    position: relative;
    height: 60px;
    border-bottom: 1px solid #ddd;
    line-height: 60px;
}

.article_head .position {
    position: absolute;
    top: 0;
    right: 0px;
    color: #aaa;
    font-family: 'Microsoft YaHei';
}

.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: 10px;
    margin-top: 40px;
}

.module_list_article dl {
    list-style: none;
    padding: 15px 20px;
    margin-bottom: 30px;
    position: relative;
    clear: both;
    background: #f7f7f7;
}

.module_list_article dl dt {
    width: 27%;
    float: left;
    min-width: 262px;
    max-height: 190px;
}

.module_list_article dl dt img {
    max-width: 100%;
    display: block;
}


.module_list_article dl dd {
    float: right;
    width: 72%;
}

.module_list_article dl dd .news_cn {
    display: block;
    overflow: hidden;
}

.module_list_article dl dd .news_cn h3 {
    font-size: 18px;
    color: #464646;
    line-height: 36px;
    margin-top: 15px;
}

.module_list_article dl dd .news_cn p {
    font-size: 14px;
    color: #757575;
    line-height: 26px;
    margin: 12px 0;
}

.module_list_article dl dd .news_cn span {
    font-size: 14px;
    color: #bbbbbb;
    display: block;
    overflow: hidden;
    margin: 5px 10px;

    line-height: 32px;
}

.module_list_article dl:hover {}

/*新闻详细*/
.article_content h1.article_title {
    font-size: 28px;
    font-weight: normal;
    padding: 5px 0;
    text-align: center;
}

.article_content .article_infos {
    color: #818181;
    font-size: 12px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.article_content .article_infos span {
    margin-right: 10px;
}

.article_content .article_editor {
    padding: 20px;
    line-height: 30px;
    font-size: 16px;
    word-break: break-all;
    overflow: hidden;
}

.article_editor img {
    max-width: 100%;
    margin-bottom: -10px;
}

/*图片列表*/
.module_list_img {
    padding: 10px;
    margin: 40px 0;
}

.module_list_img li {
    width: 31%;
    float: left;
    /* border: 1px solid #ccc; */
    margin-bottom: 20px;
    margin-right: 3%;
}

.module_list_img li:nth-child(3n) {
    margin-right: 0;
}

.module_list_img li a {
    display: block;
    width: 99%;
    text-align: center;
    overflow: hidden;
    border: 1px solid #ccc;
}

.module_list_img li .img-size {
    width: 100%;
    display: block;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
}

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

.module_list_img li h3 {
    font-weight: normal;
    line-height: 60px;
    font-size: 16px;
    color: #333;
    height: :60px;
}

.module_list_img li:hover h3 {
    color: #fff;
    background: #811b6e;
}

/*图片详情*/
.product-info {
    padding: 10px;
}

.product-img {
    width: 42%;
    float: left;
    border-right: 1px solid #eee;
    padding-right: 49px;
}

.product-img img {
    width: 100%;
}

.product-arr {
    float: left;
    width: calc(100% - 630px);
    padding-left: 30px;
}

.product-arr h3 {
    font-size: 24px;
    padding: 20px 5px;
    border-bottom: 1px solid #ddd;
}

.product-arr p {
    line-height: 28px;
    font-size: 14px;
}

.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
}

/*留言*/
.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-top: 0;
    overflow: hidden;
    text-align: left margin-top:50px;
}

.msg dl:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.msg dl {
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -ms-flexbox;
    position: relative;
    padding: 5px 0;
    width: 31.5%;
    float: left;
    margin-right: 2%;
}


.msg dl:nth-child(3) {
    margin-right: 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 {
    width: 98%;
    padding: 2px 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333;
    outline: 0;
    border-radius: 2px;
}



.msg dl:nth-child(4) {
    width: 100%;
}

.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;
    width: 100%;
    margin: 0 auto;
}

.msg dl dd.ftype_description {
    color: #fff;
    padding: 8px;
    margin: 0 5px;
    background: #00AAFF
}

.ftype_input .fbox {
    float: left
}

.ftype_input .tips {

    position: absolute;
    right: 15px;
    font-size: 16px;
    color: #f00;
    line-height: 48px;
}

.ftype_input .fbox input {
    width: 98%;
    height: 46px;
    line-height: 46px;
    padding: 2px 5px;
    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: 98.5%;
    line-height: 1.5;
    height: 150px;
    padding: 7px 5px;
    background-color: #fff;
    color: #333;
    outline: 0;
}

.ftype_textarea textarea::-webkit-input-placeholder {
    color: #666;
    font-family: "微软雅黑";
}

.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
}

.msg dl dd .submit {
    display: block;
    background: #f53233;
    border: 0 none;
    height: 60px;
    line-height: 60px;
    padding: 0 80px;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
    font-size: 16px;
    margin: 0 auto;

}



.msg dl dd .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: 16px;
    padding: 0px 12px;
    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: #9f0e0a;
    border-color: #9f0e0a;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}



/*   关于我们   */

.warpper2 {
    width: 100%;
    padding: 0 0 20px;
    display: block;
}

.about_con001,
.container {
    width: 1200px;
    display: block;
    margin: 0 auto;
    padding-bottom: 30px;
}

.side_left {
    width: 242px;
    display: block;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}

.side_left h3 {
    background: rgba(33, 78, 164, 1);
    height: 106px;
    line-height: 106px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.side_left .side_list {
    display: block;
    overflow: hidden;
    list-style: none;
    margin-top: 2px;
}

.side_left .side_list li {
    border: 1px solid #ededed;
    display: block;
    background: url(../ab_ico.png) 210px no-repeat;
    margin-bottom: 10px;
}

.side_left .side_list li a {
    display: block;
    padding: 12px 0 12px 20px;
    font-size: 16px;
    color: #2463c9;
}

.side_left .side_list li .on3 {
    display: block;
    padding: 12px 0 12px 20px;
    background: url(../ab_ico2.png) 210px no-repeat #b03c6b;
    color: #fff;
}

.side_lx {
    width: 240px;
    border: 1px solid #dcdcdc;
    margin: 15px 0 20px;
    display: block;
    overflow: hidden;
}

.side_lx p {
    padding: 18px 12px 50px;
    font-size: 14px;
    color: #515151;
    line-height: 30px;
}

.about_edit {
    width: 930px;
    display: block;
    overflow: hidden;
    margin: 30px 0;
}

.ab_tit {
    width: 100%;
    display: block;
    border-bottom: 1px dashed #b2b2b2;
    overflow: hidden;
    line-height: 36px;
    padding-bottom: 12px;
}

.ab_tit h3 {
    float: left;
    font-size: 18px;
    color: #2463c9;
    padding-left: 15px;
    background: url(../ab_lit.png) left no-repeat;
}

.ab_tit span {
    display: block;
    float: right;
    background: url(../position.png) left no-repeat;
    padding-left: 25px;
    font-size: 14px;
    color: #343434;
}

.ab_content {
    padding: 50px 30px;
    display: block;
    overflow: hidden;
}

.ab_content p {
    line-height: 36px;
    font-size: 14px;
}


/*  新闻资讯  */

.news_content {
    padding: 30px 10px;
    display: block;
    overflow: hidden;
}

.news_content dl {
    width: 100%;
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
}

.news_content dl dt {
    width: 217px;
    float: left;
    display: block;
    overflow: hidden;
}

.news_content dl dt img {
    width: 215px;
    height: 144px;
    display: block;
    margin: auto;
    border: 1px solid #ccc;
}

.news_content dl dd {
    color: #666;
    margin-left: 25px;
    width: 688px;
    height: 144px;
    float: left;
}

.news_content dl dd h3 {
    font-size: 16px;
    color: #333;
    height: 36px;
    overflow: hidden;
    font-weight: normal;
    line-height: 36px;
}

.news_content dl dd h3 a {
    color: #333;
}

.news_content dl dd h3 a:hover {
    color: #2463c9;
    text-decoration: underline;
}

.news_content dl dd p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    padding: 5px 10px 5px 0;
}

.news_content dl dd span {
    font-size: 14px;
    color: #999;
    display: inline-block;
    padding-left: 20px;
    background: url(../images/time.png) left center no-repeat;
}


.about_edit {
    width: 930px;
    display: block;
    overflow: hidden;
    margin: 30px 0;
}

.ab_tit {
    width: 100%;
    display: block;
    border-bottom: 1px dashed #b2b2b2;
    overflow: hidden;
    line-height: 36px;
    padding-bottom: 12px;
}

.ab_tit h3 {
    float: left;
    font-size: 18px;
    color: #2463c9;
    padding-left: 15px;
    background: url(../images/ab_lit.png) left no-repeat;
}

.ab_tit span {
    display: block;
    float: right;
    background: url(../images/position.png) left no-repeat;
    padding-left: 25px;
    font-size: 14px;
    color: #343434;
}

.ab_content {
    padding: 50px 30px;
    display: block;
    overflow: hidden;
}

.ab_content p {
    line-height: 36px;
    font-size: 14px;
}


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

.prod dl {
    width: 100%;
    margin-bottom: 20px;
    height: 190px;
    overflow: hidden;
    border-bottom: 1px dashed #eee;
}

.prod dl dt {
    width: 208px;
    height: 170px;
    overflow: hidden;
    position: relative;
    float: left;
    background: #eee;
}

.prod dl dt img {
    width: 100%;
    height: 100%;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.prod dl dd {
    float: right;
    width: 690px;
    display: block;
    overflow: hidden;
}

.prod dl:hover dt img {
    transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    width: 100%;
    height: 100%;
    display: block;
}

.prod dl dd h3 {
    font-size: 18px;
    color: #333;
    display: block;
    font-weight: bold;
}

.prod dl:hover dd h3 {
    color: #2463c9;
}

.prod dl dd p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin-top: 16px;
    height: 93px;
}

.prod dl dd span {
    font-size: 16px;
    color: #0c88c6;
    float: right;
    margin-top: 16px;
}

.prod dl dd span a {
    font-size: 16px;
    color: #0c88c6;
}

.prod dl dd span a:hover {
    color: #b03c6b
}


/*图片模块*/

#imglist {
    width: 100%;
    overflow: hidden;
    display: block;

}

#imglist ul {
    list-style: none;
    display: block;
    overflow: hidden;
}

#imglist ul li {
    float: left;
    display: block;
    overflow: hidden;
    background: #fff;
    width: 32%;
    -moz-box-shadow: -1px 1px 11px #ddd;
    -webkit-box-shadow: -1px 1px 11px #ddd;
    box-shadow: -1px 1px 11px #ddd;
    margin: 2% 1.2% 1% 0.5%;
}

#imglist ul li:nth-child(3n) {
    margin-right: 0;
}

#imglist ul li .c_img {
    width: 100%;
    display: block;
    overflow: hidden;
    height: 240px;
}

#imglist ul li .c_img img {
    width: 100%;
    display: block;
}

#imglist ul li .c_txt {
    display: block;
    overflow: hidden;
}

#imglist ul li .c_txt h3 {
    font-size: 16px;
    color: #484848;
    line-height: 60px;
    height: 60px;
    padding-left: 30px;
    font-weight: normal;
}

#imglist ul li:hover {
    -moz-box-shadow: -1px 1px 11px #bbb;
    -webkit-box-shadow: -1px 1px 11px #bbb;
    box-shadow: -1px 1px 11px #bbb;
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

#imglist ul li:hover .c_txt h3 {
    color: #f53233;
}

.article_content {
    /* padding: 15px 0 50px; */
}

.pro_contact {
    width: 100%;
    display: block;
    margin: 50px 0 70px;
}

.pro_contact li {
    width: 100%;
    padding: 12px;
    font-size: 18px;
    color: #898989;
    line-height: 50px;
}

.pro_contact li i {
    width: 60px;
    height: 50px;
    display: block;
    float: left;
    margin-right: 10px;
}

.pro_contact li .c01 {
    background: url(../images/ico2.png) 0 0 no-repeat;
}

.pro_contact li .c02 {
    background: url(../images/ico2.png) 0 -50px no-repeat;
}

.pro_contact li .c03 {
    background: url(../images/ico2.png) 0 -100px no-repeat;
}

.pro_contact li .c04 {
    background: url(../images/ico2.png) 0 -150px no-repeat;
}

.news_con{
    margin-top: 50px;
}

.news_tj{
    width: calc(100% - 545px);
}

.news_tj dl{
    padding: 24px;
    border-bottom: 1px solid #d8d8d8;
}

.news_tj dl dt{
    width: 70px;
    height: 60px;
    background: #be2232;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    padding-top: 10px;
}

.news_tj dl dt span{
    font-size: 30px;
    font-weight: 700;
    padding-top: 14px;
    line-height: 30px;
}

.news_tj dl dd{
    width: calc(100% - 90px);
}

.news_tj dl dd h4{
    font-size: 16px;
    font-weight: 400;
    color: #4d3523;
    line-height: 30px;
}

.news_tj dl dd p{
    font-size: 14px;
    color: #787878;
    line-height: 21px;
}

.footer{
    background: url(../images/index_70.jpg) no-repeat center;
}

.city{
    height: 67px;
    border-bottom: 1px solid #6c1f24;
}

.foot_con{
    margin-top: 50px;
    margin-bottom: 40px;
}

.db_lx{
    width: 490px;
}

.db_lx ul{
    background: url(../images/index_64.png) no-repeat 7px center;
    padding-left: 40px;
    margin-top: 20px;
}

.db_lx ul li{
    font-size: 14px;
    color: #94898a;
    line-height: 34px;
}

.db_nav{
    width: 40%;
    margin-left: 5%;
}

.db_nav dl{
    width: 18%;
    float: left;
    margin-right: 7%;
}

.db_nav dl dt{
    font-size: 18px;
    color: #d8c7c7;
    line-height: 40px;
    border-bottom: 1px solid #582429;
}

.db_nav dl dd{
    margin-top: 10px;
}

.db_nav dl dd a{
    display: block;
    line-height: 33px;
    color: #94898a;
}

.db_ewm{
    width: 170px;
}

.db_ewm>img{
    width: 147px;
    float: right;
    margin-bottom: 10px;
}

.link_icon h4{
    float: left;
    color: #d8c7c7;
    font-weight: 400;
}

.link_icon a{
    padding: 0 1px;
}

.link_icon a:last-child{
    padding-right: 0;
}

.copyright{
    background: #0f0f0f;
    line-height: 70px;
}

.copyright p{
    float: left;
    width: 75%;
}

.links {
    line-height: 43px;
}

.links h3 {
    font-size: 16px;
    float: left;
}

.links ul {
    overflow: hidden;
}

.links ul li {
    font-size: 14px;
    float: left;
    margin-right: 10px;
}

.pro_tit{
    text-align:center;
    margin: 30px auto 40px;
}

.pro_tit span{
    font-family:"SourceHanSerifCN";
    font-size:40px;
    color:#9f6a3e;
    display:block;
    font-weight: 700;
    margin:5px 0 17px
}

.pro_tit hr{
    display:block;
    border:none;
    width:44px;
    height:4px;
    background:#9f0e0a;
    border-radius:2px;
    margin:0 auto
}

.pro_list dl{
    width: 23.5%;
    margin-right: 2%;
    float: left;
    margin-bottom: 30px;
}

.pro_list dl:nth-child(4n){
    margin-right: 0;
}

.pro_list dl dt{
    width: 100%;
}

.pro_list dl dt img{
    width: 100%;
}

.pro_list dl dd{
    width: 100%;
    height: 44px;
    border-bottom: 1px solid #dddddd;
    line-height: 44px;
    margin-top: -10px;
}

.pro_list dl dd h3{
    width: calc(100% - 50px);
    float: left;
    font-size: 16px;
    color: #4b4b4b;
    font-weight: 400;
    text-indent: 1em;
}

.pro_list dl dd span{
    display: block;
    width: 41px;
    height: 12px;
    float: right;
    background: url(../images/index_82.png) no-repeat;
    background-position: 0 0;
    margin-right: 5px;X
    transition: all .3s;
    margin-top: 13px;
}

.pro_list dl:hover dd{
    background: #9f0e0a;
}

.pro_list dl:hover h3{
    color: #fff;
}

.pro_list dl:hover dd span{
    background-position: -45px 0;
}

.news_list dl{
    margin-bottom:20px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
}

.news_list dl dt{
    width: 20%;
    height: 125px;
    overflow: hidden;
    float: left;
}

.news_list dl dt img{
    width: 100%;
    float: left;
}

.news_list dl dd{
    width: 76%;
    float: left;
    margin-left: 2%;
}

.news_list dl dd .new_txt{
    width: calc(100% - 130px);
    float: left;
}

.news_list dl dd .new_txt h3{
    font-size:18px;
    font-weight:400;
    color:#000;
    margin:10px 0
}

.news_list dl dd .new_txt p{
    font-size:14px;
    line-height:30px;
}

.news_list dl dd .ne_time{
    width: 100px;
    float: right;
    margin-right: 10px;
    text-align: center;
    margin-top:22px;
}

.news_list dl dd .ne_time i{
    font-style: normal;
}

.news_list dl dd .ne_time span{
    width: 95px;
    border: 1px solid #be2232;
    text-align: center;
    line-height: 35px;
    color: #be2232;
    display: block;
}

.news_list dl:hover .ne_time span{
    background: #be2232;
    color: #fff;
}

/* 联系我们 */

.page_contact {
    overflow: hidden;
    background: #be2232;
    height: 475px;
}

.con_left {
    width: 60%;
    height: 100%;
}

.con_left iframe {
    width: 100% !important;
    height: 100% !important;
}

.con_right {
    width: 40%;
    box-sizing: border-box;
    padding: 20px 30px;
    color: #fff;
}

.con_right h3 {
    font-size: 30px;
    line-height: 74px;
    border-bottom: 1px solid #cc3746;
}

.con_right .c_r_lx{
    margin-top:10px;
    border-bottom:1px solid #cc3746;
    padding-bottom:20px
}

.con_right .c_r_lx p{
    margin-top: 0;
}

.con_right p {
    margin-top: 30px;
    line-height: 26px
}

.con_right p span {
    display: block;
    color: #e6cfd2;
}

.area ul{
    overflow: hidden;
}

.area ul li{
    float: left;
    margin-right: 10px;
    line-height: 67px;
    font-size: 14px;
    color: #fff;
}

.area ul li:first-child{
    font-size: 16px;
    font-weight: 700;
}

.area ul li a{
    color: #fff;
}

.pro_m {
    width: 600px;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    float: left;
    overflow: hidden;
}

ul.pgwSlider>li, .pgwSlider>ul>li{
    height:100px!important
}

.p_d_tit {
    border-bottom: 1px solid #eaeaea;
    margin-top: 20px;
}

.p_d_tit li{
    width: 150px;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    background: #cc3746;
    color: #fff;
}

.product-arr .zx{
    display: block;
    width: 130px;
    line-height: 40px;
    color: #fff;
    background: linear-gradient(#da707b,#cc3746);
    text-align: center;
    box-shadow: #696868 1px 1px 1px;
    border-radius: 10px;
    font-size: 16px;
    margin-top: 5px;
}

.pro_list01 dl{
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
    overflow: hidden;
    position:relative;
    transition: all .3s;
}

.pro_list01 dl:hover{
    transform: translateY(-10px);
}

.pro_list01 dl:nth-child(2n){
    margin-right: 0;
}

.pro_list01 dl dt{
    width: 250px;
    float: left;
}

.pro_list01 dl dt img{
    width: 100%;
    display: block;
}

.pro_list01 dl dd{
    width: calc(100% - 250px);
    float: right;
    background:#cc3746;
    box-sizing:border-box;
    padding:20px;
    position:absolute;
    height:100%;
    right:0;
    color:#fff;
}

.pro_list01 dl dd h3{
    font-size:18px;
    line-height:36px
}

.pro_list01 dl dd pre{
    line-height:26px
}

@media screen and (max-width: 1650px) {
    .w1,
    .container {
        width: 1200px;
    }
}

@media screen and (max-width: 1300px) {
    .index_about ul li .i_a_txt {
        padding: 14% 8%;
    }
    .db_nav{
        margin-left: 3%;
    }
}

@media screen and (max-width: 1220px) {
    .w1,
    .container {
        width: 98%;
    }
}