@import url("system.css");

#CMS_ConGoPage{height:50px;line-height:50px; width:100%; text-align:center; clear: both; padding: 10px 0; font-family: cursive;font-size: 14px;}#CMS_ConGoPage span{display:inline-block; height:30px; line-height:30px; text-align:center;  width:30px; border: solid #ccc 1px;margin: 10px 3px; color:#ccc;}#CMS_ConGoPage span:hover{background-color: aliceblue;}#CMS_ConGoPage span a,#CMS_ConGoPage span a:hover{text-decoration: none;display:inline-block;color:#000;font-size: 14px;width: 100%;}






html {
    line-height: 1.15; 
    -webkit-text-size-adjust: 100%; 
}





body {
    margin: 0;
}



h1 {
    font-size: 2em;
    margin: 0.67em 0;
}





hr {
    box-sizing: content-box; 
    height: 0; 
    overflow: visible; 
}



pre {
    font-family: monospace, monospace; 
    font-size: 1em; 
}





a {
    background-color: transparent;
}



abbr[title] {
    border-bottom: none; 
    text-decoration: underline; 
    text-decoration: underline dotted; 
}



b,
strong {
    font-weight: bolder;
}



code,
kbd,
samp {
    font-family: monospace, monospace; 
    font-size: 1em; 
}



small {
    font-size: 80%;
}



sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}





img {
    border-style: none;
}





button,
input,
optgroup,
select,
textarea {
    font-family: inherit; 
    font-size: 100%; 
    line-height: 1.15; 
    margin: 0; 
}



button,
input { 
    overflow: visible;
}



button,
select { 
    text-transform: none;
}



button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}



button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}



button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}



fieldset {
    padding: 0.35em 0.75em 0.625em;
}



legend {
    box-sizing: border-box; 
    color: inherit; 
    display: table; 
    max-width: 100%; 
    padding: 0; 
    white-space: normal; 
}



progress {
    vertical-align: baseline;
}



textarea {
    overflow: auto;
}



[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; 
    padding: 0; 
}



[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}



[type="search"] {
    -webkit-appearance: textfield; 
    outline-offset: -2px; 
}



[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}



::-webkit-file-upload-button {
    -webkit-appearance: button; 
    font: inherit; 
}





details {
    display: block;
}



summary {
    display: list-item;
}





template {
    display: none;
}



[hidden] {
    display: none;
}


body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

body {
    font-family: Microsoft YaHei, SimSun;
    color: #666;
}

fieldset, img {
    border: 0;
}

ol, ul, li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}



input, button, select, textarea {
    outline: none;
}


textarea {
    resize: none;
}


p {
    text-align: justify;
    text-justify: distribute;
    word-wrap: break-word;
}

i {
    display: inline-block;
}

span {
    display: inline-block;
}


i, s, del, b,em {
    font-style: normal;
    text-decoration: none;
}

address, cite, code, em, th {
    font-weight: normal;
    font-style: normal;
}

a, a:hover,a:focus {
    color: inherit;
    text-decoration: none;
    display: inline-block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.upperCase{
    text-transform: uppercase;
}

.lowerCase{
    text-transform: lowercase;
}

.cpitalize{
    text-transform: capitalize;
}

.clearfix:after {
    display: block;
    height: 0;
    line-height: 0;
    content: "";
    visibility: hidden;
    clear: both;
}


.clearfix {
    zoom: 1;
}

.w1500{
    width: 1500px;
    height: 100%;
    margin: 0 auto;
}

.w1200,
.w{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

input {
    border: 0 none;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
}
.banner img,
.lan img{
    width: 100%;
    height: 100%;
}
.viewport {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.box{
    display: -webkit-box;  
    display: -moz-box;     
    display: -ms-flexbox;  
    display: -webkit-flex; 
    display: flex;         
}
.info{
    line-height: 30px;
    overflow: hidden;
}
.info p{
    line-height: 30px;
}
.info img{
    max-width: 100%;
}
.gt{
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.scale {
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.scale:hover {
    transform: scale(1.1);
}
.tran{
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.point{
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}
.points{
    overflow: hidden;
    display: -webkit-box;               
    text-overflow: ellipsis;            
    -webkit-box-orient: vertical;       
    -webkit-line-clamp: 2;              
}


.topnav {
    position: absolute;
    z-index: 999;
    width: 100%;
}

.topnav .nav_con {

}


.topnav .logo {
    margin-top: 20px;
}
.topnav .logo a img{
    height: 45px;
}
.topnav .nav_list ul,
.topnav .nav_list .English{
    display: inline-block;
}

.topnav .nav_list li {
    float: left;
    padding: 46px 25px 16px;
}
.topnav .nav_list li > a {
    color: #333;
    font-size: 16px;

}
.topnav .nav_list li:hover a{
    color:#D22D39;
}
.topnav .nav_list li.on a{
    color:#D22D39;
}
.topnav .nav_list .English{
    padding: 46px 0 16px 25px;
}
.more_right{
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s; 
    -webkit-transition: all 0.3s ease 0s; 
    -o-transition: all 0.3s ease 0s; 
}
.more_right:hover{
    padding-left: 10px;
}

.banner1{
    position: relative;
    width: 100%;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide>a{
  width: 100%;
  height: 100%;
}
.banner1 .swiper-button-prev{
    background-image: url(../image/left.png);
    left: 170px;
    right: auto;
}
.banner1 .swiper-button-next{
    background-image: url(../image/right.png);
    right: 170px;
    left: auto;
}
.banner1 .swiper-button-next, .swiper-button-prev {
    width: 66px;
    height: 64px;
    margin-top: -32px;
    background-size: 66px 64px;
}

.banner1 .swiper-button-prev:hover{
    background-image: url(../image/left_h.png);
    left: 170px;
    right: auto;
}
.banner1 .swiper-button-next:hover{
    background-image: url(../image/right_h.png);
    right: 170px;
    left: auto;
}

.banner_cen{
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 9;
    width: 100%;
}
.banner_cen .banner_title{
    width: 485px;
    height: 290px;
    background: rgba(255, 255, 255, 0.34);
    color: #D22D39;
    font-weight: 700;
    padding: 45px 40px 0 40px;
    box-sizing: border-box;
}
.banner_cen .banner_title h2{
    font-size: 60px;
    padding-bottom: 20px;
    font-family: SimHei;
}
.banner_cen .banner_title h3{
    font-size: 40px;
    line-height: 68px;
}
.banner_cen .class_ul{
    margin-top: 120px;
}
.banner_cen .class_ul li{
    float: left;
    width: 25%;
    height: 300px;
    text-align: center;
}

.banner_cen .class_ul li:first-child{
    background: url(../image/class1.jpg) no-repeat;
    background-size: 100% 100%;
}
.banner_cen .class_ul li:nth-child(2){
    background: url(../image/class2.jpg) no-repeat;
    background-size: 100% 100%;
}
.banner_cen .class_ul li:nth-child(3){
    background: url(../image/class3.jpg) no-repeat;
    background-size: 100% 100%;
}
.banner_cen .class_ul li:nth-child(4){
    background: url(../image/class4.jpg) no-repeat;
    background-size: 100% 100%;
}
.banner_cen .class_ul li a{
    width: 100%;
    height: 100%;
    color: #fff;

}
.banner_cen .class_ul li img{
    width: auto;
    height: 60px;
    margin-top: 55px;
}
.banner_cen .class_ul li h4{
    font-size: 26px;
    padding: 25px 0 40px;
}
.banner_cen .class_ul li span{
    display: block;
    padding-bottom: 20px;
    font-weight: 700;
}

.banner2{
    background: url(../image/about1.jpg) no-repeat center center;
    position: relative;
}
.banner2 .about{
    width: 50%;
    padding: 70px 0 80px 55px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    z-index: 9;
}
.banner3 .pro,
.banner4 .tit{
    text-align: center;
}
.banner4 .tit h4,
.banner3 .pro h4,
.banner2 .about h4{
    color: #999;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 2px;
}
.banner4 .tit h3.title,
.banner3 .pro h3.title,
.banner2 .about h3.title{
    font-size: 24px;
    color: #333;
    padding: 20px 0 25px;
}
.banner2 .about .info{
    text-align: left;
    text-indent: 2em;
    max-height: 360px;
}
.banner2 .about .info p{
    text-indent: 2em;
}
.look_more{
    border-radius: 8px;
    letter-spacing: 2px;
    color: #fff;
    background: -webkit-linear-gradient(left, #D0000E , #ED545F); 
    background: -o-linear-gradient(right, #D0000E, #ED545F); 
    background: -moz-linear-gradient(right, #D0000E, #ED545F); 
    background: linear-gradient(to right, #D0000E , #ED545F); 
}
.banner2 .about .look_more{
    font-weight: 700;
    margin: 45px 0 0px;
    padding: 12px 25px;


}
.banner2 .img_con{
    position: absolute;
    bottom: -250px;
    right: 0;
    width: 468px;
    height: 507px;
    background: url(../image/about_icon.png) no-repeat;
}

.banner3{
    background: url(../image/pro_bg.jpg) no-repeat center center;
}
.banner3 .banner3_con{
    position: relative;
    padding: 70px 0;
}
.banner3 .banner3_carrousel{
    width: 996px;
    height: 500px;
    margin: 0 auto;
}
.banner3 .swiper-slide{
    background: #fff;
    width: 290px !important;
    height: 420px;
    transform: scale(0.92);
    -ms-transform: scale(0.92); 	
    -moz-transform: scale(0.92);  	
    -webkit-transform: scale(0.92);  
    -o-transform: scale(0.92);  	
    -moz-box-shadow: 15px 10px 30px 6px #ccc;
    -ms-box-shadow: 15px 10px 30px 6px #ccc;
    -webkit-box-shadow: 15px 10px 30px 6px #ccc;
    -o-box-shadow: 15px 10px 30px 6px #ccc;
    box-shadow: 15px 10px 30px 6px #ccc;
    border-radius: 6px;
    text-align: center;
    padding: 10px 12px 0;
    box-sizing: border-box;
}
.banner3 .swiper-slide a{
    width: 100%;
    height: 100%;
}

.banner3 .swiper-slide .top_line{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    border-radius: 6px 6px 0 0;
    background: -webkit-linear-gradient(left, #D0000E , #ED545F); 
    background: -o-linear-gradient(right, #D0000E, #ED545F); 
    background: -moz-linear-gradient(right, #D0000E, #ED545F); 
    background: linear-gradient(to right, #D0000E , #ED545F); 
}
.banner3 .swiper-slide .img_con{
    max-height: 200px;
  padding-top: 20px;
}
.banner3 .swiper-slide h4{
    color: #3D4959;
    font-size: 16px;
    padding: 10px 0 20px;
}
.banner3 .swiper-slide .info{
    max-height: 150px;
}
.banner3 .swiper-slide .look_more{
    padding: 8px 20px;
    position: absolute;
    bottom: -18px;
    left: calc(50% - 57px);
    display: none;
    color: #fff;

}
.banner3 .swiper-slide:hover{
    transform: scale(1);
    -ms-transform: scale(1); 	
    -moz-transform: scale(1);  	
    -webkit-transform: scale(1);  
    -o-transform: scale(1);  	
}
.banner3 .swiper-slide:hover .look_more{
    display: block;
}
.banner3 .swiper-pagination-bullet-active{
    width: 60px;
    height: 10px;
    background: url(../image/lundot.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 0;

}

.banner3 .swiper-button-prev{
    background-image: url(../image/left_h.png);
    left: 0px;
    right: auto;
}
.banner3 .swiper-button-next{
    background-image: url(../image/right_h.png);
    right: 0px;
    left: auto;
}
.banner3 .swiper-button-next, .banner3 .swiper-button-prev {
    width: 66px;
    height: 64px;
    margin-top: -32px;
    background-size: 66px 64px;
    top: 40%;
}

.banner4{
    background: #F6F6F6;
}
.banner4 .banner4_con{
    padding: 70px 0;
}
.banner4 .tit {
    padding-bottom: 15px;
}
.banner4 .mytap{
    padding: 0px 0 40px;
    text-align: center;
    border-bottom: 1px solid #E2E2E2;
}
.banner4 .mytap li{
    display: inline-block;
}
.banner4 .mytap li:nth-child(1){
    margin: 0 20px;
}
.banner4 .mytap li .lookmore{
    color: #3D4959;
    padding: 7px 23px;
    border-radius: 5px;
    letter-spacing: 2px;
}
.banner4 .mytap li .lookmore:hover,
.banner4 .mytap li.active .lookmore{
    background: #D0000E;
    color: #fff;
}
.banner4 .scope_ul li{
    padding-left: 105px;
    position: relative;
    box-sizing: border-box;
    margin: 40px 0;
}
.banner4 .scope_ul li a{
    color: #3D4959;
    width: 100%;
}
.banner4 .scope_ul li .time{
    position: absolute;
    top: -10px;
    left: 0;
    width: 85px;
    border-right: 1px solid #E2E2E2;
}
.banner4 .scope_ul li .time i{
    font-size: 48px;
    margin-bottom: -5px;
    display: block;
}
.banner4 .scope_ul li .time span{
    font-size: 18px;
}
.banner4 .scope_ul li h4{
    font-size: 18px;
    padding-bottom: 15px;
}
.banner4 .scope_ul li:hover h4{
    color: #D0000E;
}

.other{
    position: absolute;
    bottom: 120px;
    right: 30px;
}
.bdshare-button-style0-16 li a{
    width: 72px;
    height: 72px;
    margin: 0;
}
.bdshare-button-style0-16 li a.qq{
    background: url(../image/qq.jpg) no-repeat;
}
.bdshare-button-style0-16 li a.wx{
    background: url(../image/wx.jpg) no-repeat;
}
.bdshare-button-style0-16 li a.top{
    background: url(../image/top.jpg) no-repeat;
}

.footer .ft{
    background: #D0000E;
    padding: 15px 0 10px;
}
.footer .ft h4{
    color: #fff;
    font-size: 18px;
}
.footer .ft ul{
    color: rgba(255,255,255,0.75);
    padding-top: 15px;
}
.footer .ft ul li{
    float: left;
    padding-right: 50px;
}
.footer .fb{
    background: #474747;
    color: rgba(255,255,255,0.25);
    line-height: 30px;
}
#content{
    background: #F6F6F6;
   position: relative;
}

.inner{
    padding-top: 90px;
    position: relative;
}
.inner img{
    width: 100%;
    min-height: 200px;
}



.crumbs {
    position: absolute;
    top: 43%;
    left: calc(50% - 600px);
    z-index: 9;
    color:#fff;
    height: auto;
}
.crumbs h3 {
    font-size: 46px;
    font-weight: 700;
    padding-bottom: 30px;
    letter-spacing: 2px;
}

.crumbs h5{
    font-size: 20px;
    width: 500px;
}
.inner_main{

}

.inner_con{
    position: relative;
    justify-content: space-between;
    padding: 70px 0 50px;
}

.inner_l{
    width: 20%;
}
.inner_l_title{
    margin-bottom: 10px;
}
.inner_l_title h2{
    width: 100%;
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    background: #D0000E;
}
.left_menu li{
    width: 100%;
}
.left_menu li a{
    width: 100%;
    font-size: 16px;
    line-height: 70px;
    text-align: center;
    background: #FAFAFA;
    border-bottom: 1px solid #E5E5E5;
}
.left_menu li a:hover{
    background: #CCCCCC;
    color: #D0000E;
}
.left_menu li a.on{
    background: #CCCCCC;
    color: #D0000E;
}

.inner_r{
    width: 76%;
}


.inner_r .inner_nav{
    text-align: right;
    line-height: 50px;
    color: #D0000E;
}
.inner_r .inner_nav a{
    color: #3D4959;
}
.inner_r .title{
    padding: 60px 0 20px;
    font-size: 24px;
    color: #3D4959;
    font-weight: 700;
    letter-spacing: 3px;
    text-align: center;
}
.inner_r .info,
.inner_r .info p{
    font-size: 16px;
    color: #3D4959;
}




.news_ul{
    padding-bottom: 40px;
}
.news_ul li{
    position: relative;
    margin: 0 0 50px 50px;
}
.news_ul li a{
    width: 100%;
    background: #FDFDFD;
}
.news_ul li .time{
    position: absolute;
    top: 50px;
    left: -50px;
    width: 100px;
    height: 100px;
    background: #D0000E;
    color:#fff;
    text-align: center;
}
.news_ul li .time i{
    font-size: 38px;
    margin-bottom: -5px;
    display: block;
    padding-top: 8px;
}
.news_ul li .time span{
    font-size: 18px;
}
.news_ul li .img_con{
    width: 34%;
    height: 200px;
}
.news_ul li .info_con {
    width: 64%;
    padding: 30px 25px 0 0;
    color: #3D4959;
}
.news_ul li .h4{
    font-size: 18px;
    padding-bottom: 10px;

    margin: 0;
}
.news_ul li:hover h4{
    color: #D0000E;
}
.news_ul li .info{
    height: 75px;
    margin: 0px 0 20px;
    line-height: 25px;
    -webkit-line-clamp: 3;
    text-indent: 0;
    font-size: 14px;
}


.pageing {
    text-align: center;
}

.JZD_PAGE_GONG,
.JZD_PAGE_ZONGSHU,
.JZD_PAGE_TIAOJILU,
.JZD_PAGE_YECI,
.JZD_PAGE_DANGQIANYE,
.JZD_PAGE_XIEGANG,
.JZD_PAGE_ZHONGYE,
.JZD_PAGE_YE,
.JZD_PAGE_FIRST,
.JZD_PAGE_LAST,
.JZD_PAGE_ZHUANGDAO,
.JZD_PAGE_SELECT,
.JZD_PAGE_SELECT_YE {
    display: none;
}

.JZD_PAGE_SHUZIYE {
    border: 1px solid #D5D5D5;
    padding: 5px 12px;
}

.JZD_PAGE_PREVIOUS,
.JZD_PAGE_NEXT,
.JZD_PAGE_DISABLED {
    border: none;
    background: #D0000E;
    color: #fff;
    padding: 5px 12px;
}

.pro_ul{
    padding-bottom: 50px;
}
.pro_ul li{
    width: 32%;
    float: left;
    background: #fff;
    border-radius: 7px;
    position: relative;
    margin-top: 60px;
}
.pro_ul li a{
 width: 100%; 
}
.pro_ul li:nth-child(3n-1){
    margin: 60px 17px 0;
}
.pro_ul li .img_con{
    height: 200px;
}
.pro_ul li h4{
    color: #3D4959;
    font-size: 16px;
    padding: 10px 0 20px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 2px;
}
.pro_ul li .info {
    height: 120px;
    margin: 0 10px 40px;
    -webkit-line-clamp: 4;
}
.pro_ul li .look_more{
    padding: 8px 20px;
    position: absolute;
    bottom: -18px;
    left: calc(50% - 54px);
    color: #fff;

}

.inner_r .title.title_c {
    text-align: left;
}
.add_ul{

}
.add_ul li{
    float: left;
    width: 50%;
    line-height: 50px;
    padding-left: 50px;
    position: relative;
}
.add_ul li:after{
    content: "";
    display: block;
    background: url(../image/icon_1.png) no-repeat;
    position: absolute;
    width: 27px;
    height: 30px;
    top: 10px;
    left: 0;
}
.add_ul li:nth-child(2):after{
    background: url(../image/icon_2.png) no-repeat;
    width: 30px;
    height: 22px;
    top: 15px;
}
.add_ul li:nth-child(3):after{
    background: url(../image/icon_3.png) no-repeat;
    width: 30px;
    height: 30px;
    top: 9px;
}
.add_ul li:nth-child(4):after{
    background: url(../image/icon_4.png) no-repeat;
    width: 30px;
    height: 29px;
    top: 9px;
}
.addimg{
    height: 370px;

}
.comp_name{
    margin:0 0 5px 0;
    padding:0.2em 0;
    color:#7D0000;
    font-size: 18px;
}
.comp_add{
    margin:0;
    line-height:1.5;
    font-size:14px;
}
.message{
    padding: 50px 0 10px;
}
.message .ipt{
    width: 47%;
    display: inline-block;
    background: #fbfbfb;
    border: 1px solid #cdcdcd;
    margin-bottom: 20px;
    border-radius: 0;
    box-shadow: none;
    height: 40px;
}
.message  textarea{
    background: #fbfbfb;
    margin-bottom: 20px;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #cdcdcd;
}
.message .ipt:nth-child(2n){
    float: right;
}
.message .submit{
    background: #D0000E;
    color: #fff;
}
.message .button{
    background: #a0a0a0;
    color: #fff;
}
.a_img:hover{
opacity: .8;
}






@media screen and (max-width: 1300px) {
    .banner_cen .class_ul{
        margin-top: 60px;
    }
    .banner .swiper-button-prev{
        left: 40px;
    }
    .banner .swiper-button-next{
        right: 40px;
    }
}









@media screen and (max-width: 767px) {
    .w {
        margin: 0;
        width: auto;
        padding: 0 10px;
    }

    
    .cbp-spmenu-left {
        width: 50%;
        height: 100%;
        overflow-y: scroll;
        top: 40px;
        z-index: 1000;
        position: fixed;
        left: -100%;
        display: block;
    }

    .cbp-spmenu-left.cbp-spmenu-open {
        left: 0px;
    }

    .menu_box {
        width: 100%;
        height: 100%;
        background: #fff;
        overflow-y: scroll
    }

    .meum_list {
        width: 100%;
    }

    .meum_list li {
        width: 100%;
        font-size: 16px;
        border-bottom: solid 1px #e5e5e5;
        line-height: 3rem
    }

    .meum_list li span {
        width: 100%;
    }

    .meum_list li span > a {
        width: 100%;
        color: #333;
        display: block;
        padding-left: 20px;
    }

    .meum_list li .hide_meum {
        display: none;
    }

    .meum_list li dd {
        border-top: 1px solid #BBC3BD;
        background: #D0000E;
        color: #fff;
        width: 100%;
        line-height: 32px;
        padding: 0 20px;
        box-sizing: border-box;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        position: relative;
    }

    .meum_list li .hide_meum dd a {
        color: #fff;
    }

    .meum_list li .hide_meum dd a i {
        position: absolute;
        top: 0px;
        right: 8px;
    }
    
    .mobile_top {
        height: 40px;
        border-bottom: 1px solid #dfdfdf;
        width: 100%;
        background: #fff;
    }

    .mobile_top .logo {
        width: 106px;
        height: 27px;
        padding-top: 5px;
    }
      .mobile_top .logo a,
   .mobile_top .logo a img{
        width: 100%;
    }
    .mobile_top .meum{
        padding-top: 10px;
    }

    .mobile_top .meum a.top_right {
        width: 18px;
        height: 15px;
        background: url(../image/meum.png) no-repeat;
        background-size: 100% 100%;
        margin-top: 3px;
    }
    .mobile_top .meum a.eng {
        padding-right: 5px;
    }
    
    .banner1 {
        padding-bottom: 145px;
    }
    .banner3 .swiper-container-horizontal>.swiper-pagination-bullets,
    .banner3 .swiper-button-next, .banner3 .swiper-button-prev,
    .banner1 .swiper-button-next, .banner1 .swiper-button-prev{
        display: none;

    }
    .banner_cen {
        bottom: 15px;
    }
    .banner_cen .banner_title {
        width: 248px;
        height: 145px;
        padding: 20px 15px 0 15px;
    }


    .banner_cen .banner_title h2 {
        font-size: 24px;
        padding-bottom: 10px;
        font-family: SimHei;
        font-weight: 700;
    }
    .banner_cen .banner_title h3 {
        font-size: 18px;
        line-height: 34px;
        font-weight: 700;
    }
    .banner_cen .class_ul {
        margin-top: 35px;
    }
    .banner_cen .class_ul li {
        height: 115px;
    }
    .banner_cen .class_ul li img {
        height: 30px;
        margin-top: 20px;
    }
    .banner_cen .class_ul li h4 {
        font-size: 12px;
        padding: 20px 0 0px;
    }
    .look_more {
        letter-spacing: 1px;
    }
    
    .banner2 {
        background: url(../image/about1_m.jpg) no-repeat center center;
    }
    .banner2 .about {
        padding: 20px 0 25px 10px;
    }
    .banner2 .about .info {
        max-height: 90px;
        overflow: hidden;
        display: -webkit-box;               
        text-overflow: ellipsis;            
        -webkit-box-orient: vertical;       
        -webkit-line-clamp: 3;              
    }
    .banner2 .about .look_more {
        font-weight: normal;
        margin: 15px 0 0px;
        padding: 5px 8px;
        font-size: 12px;
    }
    .banner4 .tit h3.title, .banner3 .pro h3.title, .banner2 .about h3.title {
        font-size: 20px;
        padding: 0px 0 12px;
    }
    .banner2 .img_con {
        bottom: -86px;
        width: 150px;
        height: 162px;
        background-size: 100% 100%;
    }

    .banner3 {
        background: url(../image/pro_bg_m.jpg) no-repeat center center;
        margin: 15px 0;
    }
    .banner3 .banner3_con {
        padding: 30px 10px;
    }
    .banner3 .banner3_carrousel {
        width: 100%;
        height: 150px;
    }
    .banner3 .swiper-slide {
        width: 107px !important;
        height: 100%;
        transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        border-radius: 5px;
        padding: 5px 5px 0;
        box-shadow: none;
    }


    .banner3 .swiper-slide .top_line {
        height: 5px;
        border-radius: 5px 5px 0 0;
    }
    .banner3 .swiper-slide.swiper-slide-active .look_more{
        display: none;
    }
    .banner3 .pro h3.title{
        color :#fff;
        padding: 0px 0 20px;
    }
    .banner4 .banner4_con {
        padding: 30px 0;
    }
    .banner4 .tit h3.title{
        padding: 0px 0 4px;
    }
    .banner4 .mytap li .lookmore {
        padding: 3px 15px;
        letter-spacing: 1px;
        font-size: 12px;
    }
    .banner4 .mytap {
        padding: 0px 0 20px;
        border-bottom: 1px solid #E2E2E2;
        margin: 0 10px;
    }
    .banner4 .scope_ul li {
        padding-left: 70px;
        margin: 20px 0;
    }
    .banner4 .scope_ul li .time{
        top: -3px;
        width: 53px;
    }
    .banner4 .scope_ul li .time i {
        font-size: 26px;
        margin: 0;


    }
    .banner4 .scope_ul li .time span {
        font-size: 12px;
    }
    .banner4 .scope_ul li h4 {
        font-size: 14px;
        padding-bottom: 5px;
    }
    .banner4 .scope_ul li .info,
    .banner4 .scope_ul li .info p{
        line-height: 20px;
        font-size: 12px;
    }
    .inner {
        padding-top: 0px;
    }
    .inner img {
        min-height: 140px;
    }
    .crumbs {
        top: 24%;
        left: 0;
    }
    .crumbs h3 {
        font-size: 20px;
        padding-bottom: 10px;

    }
    .crumbs h5 {
        font-size: 12px;
        width: 240px;
        line-height: 16px;
    }
    .inner_r {
        width: 100%;
        padding: 20px 0 20px;
    }

    .inner_r .title {
        padding: 15px 0;
        font-size: 16px;
        letter-spacing: 1px;
    }
    .inner_r .info, .inner_r .info p {
        font-size: 12px;
        line-height: 24px;
    }
    .news_ul li {
        margin: 0 0 25px 0px;
    }
    .news_ul li .time {
        top: 0px;
        left: 0px;
        width: 50px;
        height: 50px;
    }
    .news_ul li .time i {
        font-size: 18px;
        padding-top: 5px;
    }
    .news_ul li .time span {
        font-size: 12px;
    }
    .news_ul li .img_con {
        width: 34%;
        height: 90px;
    }
    .news_ul li .info_con {
        width: 63%;
        padding: 4px 13px 0 0;
        color: #3D4959;
    }
    .news_ul li .h4 {
        font-size: 14px;
        padding-bottom: 5px;
    }
    .news_ul li .info {
        height: 40px;
        margin: 0px 0 4px;
        line-height: 20px;
        -webkit-line-clamp: 2;
        text-indent: 0;
        font-size: 12px;
    }
    .news_ul li .more_right{
        font-size: 12px;
    }
    .pro_ul li {
        width: 48%;
        margin-top: 30px;
    }
    .pro_ul li:nth-child(3n-1) {
        margin: 30px 0 0;
    }
    .pro_ul li:nth-child(2n-1) {
        margin: 30px 12px 0 0;
    }
    .pro_ul li .img_con {
        height: 105px;
    }
    .pro_ul li h4 {
        padding: 6px 0 10px;
      font-size: 14px;
    }
    .pro_ul li .info {
        height: 48px;
        margin: 0 8px 20px;
        -webkit-line-clamp: 2;
    }
    .pro_ul li .look_more {
        padding: 4px 20px;
        bottom: -10px;
        left: calc(50% - 47px);
        font-size: 12px;
    }
    .add_ul {
        padding: 0 0 20px;
    }
    .add_ul li {
        width: 100%;
        line-height: 40px;
        padding-left: 40px;
    }
    .add_ul li:after {
        background-size: 100% 100%;
        width: 18px;
        height: 20px;
    }
    .add_ul li:nth-child(2):after {
        background-size: 100% 100%;
        width: 20px;
        height: 15px;
        top: 15px;
    }
    .add_ul li:nth-child(3):after {
        background-size: 100% 100%;
        width: 20px;
        height: 20px;
        top: 9px;
    }
    .add_ul li:nth-child(4):after {
        background-size: 100% 100%;
        width: 20px;
        height: 20px;
        top: 9px;
    }
    .addimg {
        height: 250px;
    }
    .message {
        padding: 30px 0 10px;
    }
    .message .ipt {
        margin-bottom: 10px;
        height: 34px;
    }
  .banner3 .swiper-slide h4 {
    font-size: 14px;
}
.banner3 .swiper-slide:hover .look_more {
    display: none;
}

}