
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

input {
    border: none;
    outline: none;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    color: #000;
    font: 14px "microsoft yahei", Arial, Helvetica, sans-serif;
}

dd, dl, dt, h1, h2, h3, h4, h5, h6, li, p, ul {
    margin: 0;
    padding: 0;
    border: none;
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    vertical-align: top;
}

u {
    text-decoration: none;
}

#footer, #header, #main {
    min-width: 1200px;
}

.container {
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    width: 1200px;
}

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

.clear:after, .clear:before {
    clear: both;
}
#footer{
    background: #757B83;
}
.flex{
    display: flex;
}
.flex-box{
    flex: 1;
}
#footer dt{
    color: #fff;
    line-height: 3;
}
#footer dd a{
    display: block;
    line-height: 1.8;
    color: #C8CACD;
}
#footer .foot{
    padding: 40px 0 30px;
}
.flex-pad{
    padding-top: 40px;
}
.flex-contact{
    flex: 2;
    color: #fff;
}
.flex-box.flex-contact span{
    display: inline-block;
    vertical-align: top;
    line-height: 36px;
    width: 98px;
    font-size: 15px;
    text-align: center;
    background: url("../images/bg-nav.png") repeat-x center;
    border-radius: 18px;
}
.flex-box.flex-contact p{
    font-weight: bold;
    font-size:25px;
    line-height: 2;
}
.copy{
    line-height: 60px;
    text-align: center;
    border-top: 1px solid #fff;
    font-size: 14px;
    color: #C8CACD;
}
.pagelist {
    padding-top: 30px;
    border-top: 1px solid #ccc;
    color: #999;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
	padding-bottom:50px;
}

.pagelist ul {
    display: inline-block;
}

.pagelist li {
    float: left;
    margin: 0 8px;
	padding: 0 12px;
	background: #1b1b1b;
	color: #fff;
}

.pagelist li a {
    display: block;
    color: #fff;
}

.pagelist li:hover,.pagelist li.thisclass{
    background: #2c70c3;
    color: #fff;
}
.pagelist li:hover a{
    color: #fff;
}
.topbar {
    margin: 0 auto;
    width: 1200px;
}

.clearfix {
    clear: both;
}

.fr {
    float: right;
}

.top {
    background: #F9F9F9;
    border-bottom: 1px solid #DEDDDD;
}

.topbar {
    line-height: 40px;
    color: #3d3d3d;
    font-size: 15px;
}

.a-link {
    color: #3d3d3d;
    display: inline-block;
    padding: 0 18px;
    border-right: 1px solid #DEDDDD;
}

.a-link:last-child {
    border: none;
}

.logos {
    padding: 28px 0;
}

.logos dl {
    font-size: 14px;
    color: #1c1c1c;
    background: url("../images/bg-tel.png") no-repeat left 6px center;
    padding: 6px 20px 6px 60px;
    border: 1px solid #ccc;
    border-radius: 30px;
    height: 60px;
}

.logos dd {
    font-weight: bold;
    font-size: 20px;
}

.navbar {
    border-bottom: 1px solid #DEDDDD;
    border-top: 1px solid #DEDDDD;
}
.navbar ul.clear{
    margin: 0 auto;
    padding: 0;
    width: 1200px;
}
.navbar li {
    float: left;
	width: 120px;
	height: 50px;
}

.navbar li a {
    display: inline-block;
    color: #000;
    line-height: 50px;
    min-width: 120px;
    text-align: center;
}

.navbar li:hover a, .navbar li.navOn a {
    color: #fff;
    background: url("../images/bg-nav.png");
}
.navbar li ul{display:none;z-index: 999;overflow: hidden;position: absolute;width: 120px;}
.navbar li:hover ul{display:block;}
.swiper {
    position: relative;
    z-index: 100;
    overflow: hidden;
}
.navbar li:hover ul li a{background:#019eb0;}
.navbar li ul li a:hover{background: url("../images/bg-nav.png");}
.swiper .swiper-slide,.banner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background: #fff;
    text-align: center;
    -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;
    overflow: hidden;
}

.swiper .swiper-slide img {
    display: block;
}

.swiper-slide.swiper-slide-active {
    z-index: 99;
}

.searchbar {
    padding: 20px 0;
    line-height: 30px;
    background: #fff;
}

.searchbar span {
    font-size: 18px;
    color: #474747;

    display: inline-block;
    vertical-align: top;
}

.searchbar a {
    font-size: 15px;
    color: #8D8D8D;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px;
    font-style: normal;
}

.searchbar u {
    color: #1bc7bd;
}
.hot form{width: 290px;}
.hot form .input{width:240px;padding-left:15px;float:left;line-height: 32px;height: 32px;background: #F5F5F5;border-top-left-radius: 16px;border-bottom-left-radius: 16px;}
.mui-input {border:none;width: 50px;height: 32px;float:right;background:#F5F5F5 url("../images/bg-search.png") no-repeat center;border-top-right-radius: 16px;border-bottom-right-radius: 16px;}

.mui-aside {
    float: left;
    width: 380px;
    background: #F5F6F9;
    border-radius: 5px;
}

/* 本例子css */
.slideBox {
    height: 530px;
    overflow: hidden;
    position: relative;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}


/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
    position: absolute;
    bottom: 40px;
    display: block;
    width: 40px;
    height: 40px;
    left: 50px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
}
.slideBox .prev{
    background: url("../images/bg-arrow-left.png") no-repeat center;
}
.slideBox .next {
    left: 100px;
    background: url("../images/bg-arrow-right.png") no-repeat center;
}
.slideBox .prev:hover{
    background: #000 url("../images/bg-arrow-lefts.png") no-repeat center;
}
.slideBox .next:hover{
    background: #000 url("../images/bg-arrow-rights.png") no-repeat center;
}
.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}

.mui-doc {
    padding: 45px 40px;
}

.mui-doc h2 {
    padding-top: 30px;
    background: url("../images/bf-doc.png") no-repeat top left;
    font-size: 25px;
    color: #2a2a2a;
    font-weight: bold;
    margin-bottom: 30px;
}

.mui-doc h2 span {
    font-size: 15px;
}

.mui-doc img {
    margin: 20px auto;
    width: 280px;
    display: block;
}

.mui-doc p {
    font-size: 14px;
    line-height: 2;
	color:#292a2c;
}

.mui-box {
    margin-left: 430px;
    height: 530px;
    background: #F5F6F9;
    border-radius: 5px;
    overflow: hidden;
}

.tabs {
    line-height: 70px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #C0C7CD;
}

.tabs a {
    display: inline-block;
    color: #2a2a2a;
    font-size: 14px;
    width: 140px;
    text-align: center;
}

.tabs a.active {
    background: url("../images/bg-nav.png") no-repeat center;
    background-size: cover;
    color: #fff;
}

.mui-article-list, .mui-article-info {
    float: left;
    height: 460px;
}

.mui-article-list {
    width: 410px;
    border-right: 2px solid #AFB7BE;
    overflow: hidden;
}

.mui-article-info {
    width: 360px;
    padding: 30px 20px;
}
.mui-article-info img{max-width:320px;}
.mui-article-list dl {
    padding: 20px 15px 10px 35px;
    cursor: pointer;
}

.mui-article-list dl a {
    display: block;
    font-size: 18px;
    color: #2a2a2a;
    width: 14em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}

.mui-article-list dl:hover {
    box-shadow: 0 0 10px 10px #ddd;
}

.mui-article-list dl:hover a {
    color: #1bc7bd;

}

.mui-article-list dd {
    font-size: 14px;
    line-height: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.mui-article-title {
    font-size: 18px;
    font-weight: bold;
    color: #2a2a2a;
    line-height: 2.5;
}

.mui-article-desc {
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
	color: #2a2a2a;
}

.mui-article-timer {
    text-align: right;
    font-weight: bold;
    color: #2a2a2a;
    font-size: 15px;
}

.adv {
    padding: 20px 0;
}
.news-bar,.sjzl-bar,.zjzl-bar{
    text-align: right;
    background: url("../images/bg-news.png") no-repeat left center;
    padding-right: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 60px;
}
.sjzl-bar{
    height: 70px;
    background: url("../images/bg-sjzl.png") no-repeat left center;
}
.zjzl-bar{
    background: url("../images/bg-zjzl.png") no-repeat left center;
}
.picScroll-left {
    width: 505px;
    position: relative;
    right: 0;
    display: inline-block;
}

.picScroll-left .prev, .picScroll-left .next {
    display: block;
    width: 30px;
    height: 40px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;

}

.picScroll-left .next {
    left:-30px;
    background: url("../images/bg-arrow-left.png") no-repeat center;
}

.picScroll-left .prev {
    right: -30px;
    background: url("../images/bg-arrow-right.png") no-repeat center;
}

.picScroll-left .bd {
    overflow: hidden;
	width: 95%;
    margin: 0 auto;
}

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

.picScroll-left .bd ul li {
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}
.picScroll-left .bd ul li span,.picScroll-left .bd ul li a{
    display: block;
    line-height: 35px;
    width: 100%;
    border-radius: 18px;
    cursor: pointer;
}
.gallery-news .bd ul li span,.gallery-sjzl .bd ul li span,.gallery-zjzl .bd ul li span{width:120px;}
.picScroll-left .bd ul li span.hover,
.picScroll-left .bd ul li span:hover{
    border-color: #1bc7bd;
    color: #1bc7bd;
}
.gallery-news .bd ul li span:hover,.gallery-news .bd ul li span.hover,.gallery-sjzl .bd ul li span:hover,.gallery-sjzl .bd ul li span.hover,.gallery-zjzl .bd ul li span:hover,.gallery-zjzl .bd ul li span.hover{border: 1px solid #1bc7bd;color: #1bc7bd;}
.pxxx{
    margin: 0 -14px;
}
.pxxx .media{
    width: 50%;
    float: left;
    padding: 14px;
}
.pxxx .media .media-body{
    padding: 30px;
    background: #F5F6F9;
}
.media{
    display: table;
}
.media-left,.media-right,.media-center{
    display: table-cell;
    vertical-align: middle;
}
.pxxx .media .media-body .media-left img{width:109px;}
.media-right{
    padding-left: 10px;
}
.media-right h2 a{
    display: block;
    width: 18em;
    color: #1c1c1c;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.pxxx .media-right p{
    font-size: 15px;
    line-height: 1.5;
    color: #383838;
    margin: 10px 0 ;

}
.media-right .showMore{
    font-weight: bold;
    font-size: 15px;
    color: #383838;
}
.faq-bar{
    border-bottom: 1px solid #ccc;
}
.faq-bar .container{
    line-height:60px;
    background: url("../images/bg-faq.png") no-repeat left center;
    text-align: right;
}
.faq-bar a{
    display: inline-block;
    color: #383838;
    margin-left: 20px;
}
.faq-bar a.a-links-more{
    padding-right: 10px;
    background: url("../images/bg-arrow-rights.png") no-repeat right center;
}
.faq-bar a.a-msg{
    padding-left: 20px;
    background: url("../images/bg-msg.png") no-repeat left center;
}
.gallery-faq{
    width: 700px;
}
.faq-swiper{
    text-align: center;
    margin: 20px 0 ;
}
.gallery-faq .bd ul li span,.gallery-faq .bd ul li a{
    border-radius: 0;
	color: #363636;
}
.gallery-faq .bd ul li.hover a span{color: #fff;}
.gallery-faq .bd ul li span.hover,
.gallery-faq .bd ul li span:hover,
.gallery-faq .bd ul li a.hover,
.gallery-faq .bd ul li a:hover,.gallery-faq .bd ul li.hover a{
    background: url(../images/bg-nav.png) repeat-x center;
    color: #2c70c3;
}
.faq{
    background: #F5F6F9;
}
.faq-box{
    font-size: 16px;
    color: #3e3e3e;
}
.faq-box .media h2{
    font-weight: bold;
    font-size: 20px;
    line-height: 2;
}
.faq-box .media h2 a{color:#3e3e3e;}
.faq-box .media h2 a:hover{color: #1bc7bd;}
.faq-box .media p.desc{
    font-size: 15px;
    line-height: 2;
    margin-bottom: 20px;
}
.faq-box .media a{
    color: #1bc7bd;
    font-size: 20px;
    font-weight: bold;
}
.mui-list{
    margin: 0 -40px;
}
.mui-list li {
    float: left;
    width: 50%;
    line-height: 60px;
    padding: 0 40px;
}
.mui-list li a{
    display: block;
    border-bottom: 1px solid #ccc;
    padding-left: 20px;
    background: url("../images/bg-list.png") no-repeat left center;
}
.mui-list li:hover i,.mui-list li:hover span{
    color:#1bc7bd ;
}
.mui-list li i,.mui-list li span{
    display: inline-block;
    vertical-align: top;
    color: #474747;
    font-size: 16px;
}
.mui-list li i{
    width: 18em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-style: normal;
}
.mui-list li span{
    float: right;
}
.more{
    text-align: center;
    padding: 40px 0;
}
.a-btn-more{
    display: inline-block;
    line-height: 35px;
    padding: 0 25px;
    color: #5d5d5d;
    border: 1px solid #5d5d5d;
    border-radius: 3px;
}
.a-btn-more:hover{
    color: #fff;
    border: 1px solid #1bc7bd;
	background:#1bc7bd;
}
.figure-body{
    margin: 0 -12px;
}
.figure{
    float: left;
    width: 25%;
    padding: 12px;
    color: #383838;
}
.figure img{
    width: 280px;
    display: block;
}
.figure h2{
    font-size: 20px;
    color: #383838;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 50px;
}
.figure h2:hover{color: #1bc7bd;}
.figcaption{
    background: #F5F6F9;
    padding: 18px;
}
.figcaption p{
    font-size: 16px;
    line-height: 24px;
    margin-top: 18px;
	color: #383838;
}
.about{
    height: 650px;
    background: url("../images/bg-about.png") no-repeat center;
    background-size: cover;
    overflow: hidden;
}
.about .swiper-container,.about .container{
    height: 650px;
    position: relative;
    display: flex;
    justify-content: flex-end;
}
.about-info{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-info dl{
    background: url("../images/bg-infos.png") no-repeat  left center;
    height: 70px;
    padding-left: 240px;
    font-size: 16px;
}
.about-info dl dt{
    padding-top: 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    background: url("../images/bg-add.png") no-repeat top right;
}

.slider-container,.tabs-about{
    width: 720px;
    overflow: hidden;
}

.about-info p {
    color: #32332d;
    line-height: 1.6;
    margin: 15px 0;
}
.tabs-about{
    position: absolute;
    bottom: 0;
    z-index: 9999;
}
.tabs-nav{
    width: 720px;
}
.tabs-nav a{
    display: inline-block;
    background: #868b8e;
    line-height: 48px;
    width: 230px;
    color: #fff;
    text-align: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    cursor: pointer;
}
.tabs-nav a.active,.tabs-nav a:hover{
    background: #1bc7bd;
}
.honor{
    padding-top: 35px;
}
.maps{
    width: 360px;
    float: left;
}
.map{
    height: 280px;
    background: url("../images/bg-map.png") no-repeat center;
    background-size: contain;
}
.info-list{
    line-height: 2;
    background: #F5F6F9;
    padding: 32px;
}
.honor-body{
    margin-left: 415px;
}
.honor-body h2{
    line-height: 96px;
    background: url("../images/bg-honor.png") no-repeat left center;
    text-align: right;
}
.honor-body h2 a,.mui-honor-tips a{
    font-size: 0;
    display: inline-block;
    background: url("../images/bg-honor-add.png") no-repeat center;
    width: 28px;
    vertical-align: top;
    height: 100%;
}
.honor-list{
    overflow: hidden;
}
.honor-list li{
    float: left;
    width: 25%;
    padding: 10px 0;
}
.honor-list li img{
    display: block;
    width: 180px;
    margin: 0 auto;
}
.a-links{
    background: #fff;
	height: 40px;
    padding: 10px 0;
}
.a-links .container{
    background: #fff url("../images/bg-links.png") no-repeat left center;
    text-align: right;
    padding: 10px 0;
}
.a-links a{
    display: inline-block;
    color: #000;
    padding: 0 20px;
    vertical-align: top;
    border-right: 1px solid #000;
    line-height: 16px;
}
.about-body .mui-aside{
    float: right;
    width: 388px;
    background: #fff;
}
.about-body .mui-aside .slideBox{
    background: #F5F6F9;
}
.about-body .mui-doc{
    padding: 30px;
}
.about-body .slideBox{
    height: 480px;
}
.about-body .mui-doc img{
    width: 325px;
}

.about-body .slideBox .prev,.about-body .slideBox .next{
    bottom: 20px;
    left: 30px;
}
.about-body .slideBox .next{
    left: 80px;
}
.a-content{
    width: 800px;
    float: left;
}


.about-content{
    padding: 10px 30px 0;
    background: #F5F5F5;
}


/*复制的内容*/
.a-content1{
   
    float: left;
}


.about-content1{
    padding: 10px 30px 0;
    background: #F5F5F5;
}




.a-body1{
    padding: 24px 0;
}
.a-body1 img{
  
    display: block;
}
.a-body1 p{
    line-height: 2;
    text-indent: 2em;
    font-size: 15px;
    margin: 15px 0;
}



/*复制的内容*/

.about-header{
    border-bottom: 1px dashed #1c1c1c;
}
.about-header h2{
    color: #13b5b1;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    line-height: 1.8;
}
.about-header p{
    line-height:2;
    font-size: 15px;
    color: #757575;
    padding: 0 50px;
}
.about-header p span{
    float: right;
}
.about-header p a{
    color: #1bc7bd;
}
.a-body{
    padding: 24px 0;
}
.a-body img{
    width: 100%;
    display: block;
}
.a-body p{
    line-height: 2;
    text-indent: 2em;
    font-size: 15px;
    margin: 15px 0;
}
.about-adv{
    height: 182px;
    display: flex;
    align-items: center;
    color: #fff;
    padding-left: 40px;
    margin-top: 12px;
    background: url("../images/bg-about-adv.png") no-repeat left center;
}
.about-adv h2{
    font-size: 25px;
    font-weight: bold;
}
.about-adv p {
    font-size: 22px;
    line-height: 35px;
}
.about-adv p span{
    color: #1bc7bd;
    font-weight: bold;
}
.mui-aside-win{
    height: 484px;
    margin-top: 12px;
    background: url("../images/bg-win.png") no-repeat center;
    padding-top: 135px;
}
.mui-flex{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #1bc7bd;
    color: #1bc7bd;
    height: 42px;
    border-radius:21px;
    overflow: hidden;
    margin: 0 50px;
}
.mui-flex-cell{
    flex: 1;
    text-align: center;
    height: 42px;

}
.mui-flex-cell:first-child{
    line-height: 42px;
}
.mui-flex-cell i{
    display: block;
    font-size: 14px;
    font-weight: bold;
}
.mui-flex-cell:last-child{
    background: #1bc7bd;
    color: #fff;
}
.mui-ewm{
    display: block;
    margin:  20px auto;
    width: 220px;
}
.mui-aside-p{
    color: #4f4f4f;
    text-align: center;
}
.mui-honor,.mui-active{
    width: 1200px;
    margin: 0 auto 35px;
    display: block;
}
.mui-honor li,.mui-active li{
    margin: 0 5px;
    width: 220px;
    overflow: hidden;
}
.mui-honor li a,.mui-active li{
    display: block;
}
.mui-honor li img,.mui-active li img{
    width: 220px;
}
.mui-active li p{
    color: #3d3d3d;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.mui-honor .tempWrap,.mui-active .tempWrap{
    margin: 0 auto;
}
.mui-honor.picScroll-left .prev,.mui-active.picScroll-left .prev{
    right: 0;
    height: 100%;
}
.mui-honor.picScroll-left .next,.mui-active.picScroll-left .next{
    left: 0;
    height: 100%;
}
.mui-honor-tips{
    line-height: 75px;height: 75px;
    text-align: right;
    background: url("../images/bg-honor-tips.png") no-repeat left center;
}
.mui-active-tips{
    line-height: 75px;height: 75px;
    text-align: right;
    background: url("../images/bg-active-tips.png") no-repeat left center;
    border: none;
}
.advantage{
    background: url("../images/bg-ys.png") no-repeat top center;
    height: 1030px;
    background-size:cover;
    padding-top: 50px;
}
.advantage .container{
    height: 100%;
}
.tage-info{
    padding: 120px 32px 30px;
    background:#fff url("../images/bg-tage.png") no-repeat top 35px center;
    height: 890px;
}
.tage-info .mui-flex-cell{
    background: #fff;
    text-align: left;
    font-size: 15px;
    line-height: 24px;
    height: auto;
}
.tage-info .mui-flex-cell dl{
    margin-bottom: 40px;
}
.tage-info .mui-flex-cell dt{
    font-size: 24px;
    color: #1bc7bd;
    font-weight: bold;
    line-height: 2;
}
.tage-info .mui-flex-cell dd{
    text-indent: 24px;
}
.tage-flex{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-left: 50px;
}

.tage-imgs li{
    float: left;
    width: 50%;
    overflow: hidden;
    margin: 10px 0;
    padding: 0 7px;
}
.tage-imgs img{
    display: block;
    margin: 0 auto;
    transition: all 0.6s;
	width:100%;
}
.tage-imgs img:hover{
    transform:scale(1.5);
    -webkit-transform:scale(1.5);  /*兼容-webkit-引擎浏览器*/
    -moz-transform:scale(1.5);
}
.bg-main{
    background: #f5f6f9;
}
.mui-contact{
    background: url("../images/bg-contact.png") no-repeat top 30px center;
    padding-top: 120px;
    padding-bottom: 35px;
}

.crile-cols{
    text-align: center;
    display: flex;
    justify-content: flex-end ;
    align-items: center;
    width: 50%;
    float: left;
    padding: 0 30px;
}
.crile-cols:last-child{
    justify-content: flex-start ;
}
.crile-cols:last-child .crile-col i{
    font-weight: normal;
}
.crile-cols u{
    display: inline-block;
    height: 2px;
    background: #1bc7bd;
    width: 120px;
    margin-top: -26px;
}
.crile-col i{
    display: inline-block;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 2px solid #1bc7bd;
    line-height: 140px;
    font-size: 40px;
    font-weight: bold;
    font-style: normal;
    background: #fff;
}
.crile-col p {
    font-size: 20px;
    text-transform:uppercase
}
.mui-down{
    text-align: center;
    background: url("../images/bg-down.png") no-repeat bottom center;
    padding-bottom: 5px;
    line-height: 2;
    margin-top: 35px;
}
.fas{
    line-height: 35px;
    margin: 35px 0;
}
.fa{
    vertical-align: top;
    display: inline-block;
    padding-left: 35px;
    background: url("../images/fa-qq.png") no-repeat  left top 6px;
    margin: 0 50px;
    max-width: 435px;
}
.fa i{
    width: 428px;
    font-style: normal;
}
.fa-wx{
    background-image: url("../images/fa-wx.png");
}
.fa-net{
    background-image: url("../images/fa-net.png");
}
.fa-tel{
    background-image: url("../images/fa-tel.png");
}
.fa-addr{
    background-image: url("../images/fa-addr.png");
}
.mui-contact-about img{
    display: block;
    margin: 0 auto;
    width: 120px;
}
.allMap{
    height: 440px;
}

.list-bar .gallery-faq{
    width: 1200px;
    margin-top: 40px;
}

.list-bar .gallery-faq li{
    width: 210px;
}

.list-bar .gallery-faq .tempWrap{
    margin: 0 auto;
}
.list-bar .gallery-faq  .next{
    left: 0;
}
.list-bar .gallery-faq.picScroll-left .prev{
    right: 0;
}
.mui-bt{
    background: url("../images/bg-bt.png") no-repeat bottom center;
    padding-bottom: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
}
.mui-bt i{
    font-style: normal;
    color: #12a29e;
}
.list-article{
    padding: 30px 0;
}
.list-article .media{
    border-bottom:1px solid #ccc;
    padding: 45px 0;
}
.list-article .media-left img{
    width: 240px;
}
.list-article .mui-a-timer{
    color: #3e3e3e;
}
.list-article .mui-a-title{
    color: #12a29e;
    font-size: 20px;
    font-weight: bold;
}
.list-article .mui-a-title a{
    color: #12a29e;
}
.list-article .mui-a-desc{
    line-height: 24px;
    margin: 10px 0;
}
.list-article .media-center{
    padding:0 20px;
}
.list-article .media-right a{
    width: 165px;
    border: 2px solid #12a29e;
    color: #12a29e;
    line-height: 40px;
    display: block;
    text-align: center;
}
.list-article .media-right a:hover{
    background:#12a29e;
	color:#fff;
}
.list-article .media-right{
    padding: 0 50px;
}
.mui-list-article .title{text-align:center;font-size:20px;line-height:45px;padding-top: 20px;}
.mui-list-article .time{text-align:center;font-size:14px;}
.mui-list-article .body{line-height:35px;padding: 20px 0;font-size:14px;}
.mui-list-article .body img{display:block;margin:0 auto;}
.page p{line-height:35px;font-size:16px;}
.page p a{color:#000;}
.page p a:hover{color:#019eb0;}
.mui-list-article .img{margin:25px 0;overflow: hidden;}
.mui-list-article .img li{float:left;margin-right: 12px;border: 1px solid #ccc;padding: 4px;overflow: hidden;margin-bottom: 20px;}
.mui-list-article .img li:nth-child(3),.mui-list-article .img li:nth-child(6){margin-right:0;}
.mui-list-article .img li a img{transition: all 1s;width: 382px;}
.mui-list-article .img li:hover img{transform: scale(1.1);}
.mui-list-article .img li a p{line-height:50px;text-align:center;color:#000;}
.mui-list-article .img li:hover a p{color:#2c70c3;}