/*reset*/
html, body {width: 100%;min-height: 100%;overflow-x: hidden}
html, body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, div, img, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {margin: 0;padding: 0;border: 0;}
body {font-size: 16px;-webkit-text-size-adjust: 100%;-webkit-tap-highlight-color: rgba(255, 255, 255, 0);font-family: '微软雅黑', 'sans-serif'}
a {text-decoration: none;outline: 0;}
ol, ul {list-style: none}
blockquote, q {quotes: none}
.clear { clear: both; width:100%; line-height: 0px; height: 0; overflow: hidden;}
blockquote::before, blockquote::after, q::before, q::after {content: none}
ins {text-decoration: none}
del {text-decoration: line-through}
button, input, select, textarea {font-family: inherit;font-size: 100%;vertical-align: middle;outline: none}
textarea {resize: none;overflow: auto;vertical-align: top}
[hidden] {display: none}
a, a:hover, a:visited, a:link, a:active {color: inherit}
table {border-collapse: collapse;border-spacing: 0}
.clearfix:before, .clearfix:after {display: table;line-height: 0;content: ""}
.clearfix:after {clear: both}
.clearfix {zoom: 1}
.mytable {display: table;}
.mycell {display: table-cell;vertical-align: middle;}
img {border: 0;max-width: 100%;height: auto;width: auto \9; /* ie8 */ vertical-align: middle;}
i {font-style: normal;}
::-webkit-scrollbar {width: 6px;}
::-webkit-scrollbar-thumb {background-color: #c1c1c1;}
::-webkit-scrollbar-track {background-color: #f7f7f7;}
.clear{ clear:both;}
.wcont{padding:0 5vw;box-sizing: border-box}
.header{position: fixed;top: 0;left: 0;width: 100%;z-index: 33;display: flex;align-items: center;justify-content: space-between;padding: 15px 60px;box-sizing: border-box;color: #fff;transition: .3s; }
.header.fix{background: #fff;color: #16161b;box-shadow:1px 1px 15px rgb(0 0 0 / 17%);}
.header.fix .logo1{display: none;}
.header.fix .logo2{display: block;}
.header{background: #fff;color: #16161b;box-shadow:1px 1px 15px rgb(0 0 0 / 17%);}
.header.logo1{display: none;}
.header.logo2{display: block;}
.header-l{}
.header-l .logo2{display: none;}
.header-c{}
.header-c ul{display: flex;align-items: center;}
.header-c ul li{margin:0 30px; font-size: 18px;position: relative;border-bottom:2px solid #fff;line-height: 50px;}
.header-c ul li:hover{border-bottom:2px solid #017ccb;color:#017ccb; line-height: 50px;}
.header-c ul li dl{position: absolute;top: 50px;left: 0;text-align: center;background: #ff9933;line-height: 1;width: 100%;padding: 10px 0;border-radius:0 0 10px 10px;border-top:2px solid #fff;display: none;}
.header-c ul li dl dd{padding: 10px 0;}
.header-c ul li dl a{padding: 0;font-size: 16px;color: #fff;transition: .5s;}
.header-c ul li dl a:hover{color: #191919}
.header-r{text-align: right;}
.header-r h1{display: flex;align-items: center;justify-content: flex-end;font-weight: normal;padding-bottom: 5px;}
.header-r h1 i{font-size: 18px;}
.header-r h1 span{font-size: 16px;padding-left: 5px;}
.header-r p a{font-size: 28px;transition: .3s;color: #16161b}
.header.fix .header-r p a{color: #16161b}
.header .header-r p a:hover{color: #ff9933}
.header-btns{display: none;}

.banner {height: 100vh;position: relative;}
.swiper-banner {height: 100vh;overflow: hidden;}
.swiper-banner .swiper-slide {overflow: hidden;}
.banner-pic {height: 100%;background: no-repeat center;background-size: cover;transition: 7s;transition-delay: 0s}
.swiper-banner .ani-slide .banner-pic {transform: scale(1.1);transition-delay: 0s}
.banner-bottom {position: absolute;bottom: 0;width: 100%;left: 0;z-index: 8;height: 120px;align-items: center;display: flex;justify-content: space-between;background-image: linear-gradient(transparent, #000)}
.banner-ctrl {display: flex;align-items: center;}
.banner-ctrl div {margin-right: 10px;cursor: pointer}
.banner-pag {position: relative;width: auto;display: flex;align-items: center;}
.banner-pag span {width: 30px;height: 26px;line-height: 26px;text-align: center;background: #06c34b;border-radius: 3px;font-size: 12px;color: #fff;font-weight: bold;font-family: "axis";opacity: 1;margin-left: 5px;}
.banner-pag .swiper-pagination-bullet-active {background: #0076d8;}

@keyframes sbrun {
    0% { transform: translate(0, -50%); opacity: 0;}
    100% { transform: translate(0, 50%); opacity: 1;}
}
.banner-sb {position: absolute;top: 50%;left: 50%;margin-top: -15px;margin-left: -10px;animation:sbrun 1.5s infinite;}

.box1{display: flex;justify-content: space-between;}
.box1-item{width: 50%;position: relative;padding: 5vw;box-sizing: border-box;}
.box1-item .box1tit{}
.box1-item .box1tit p{font-size: 18px;color: #6ac086;font-family: "axis";text-transform: uppercase;font-weight: bold;}
.box1-item .box1tit h1{font-size: 26px;color: #6ac086;padding: 10px 0;transition: .5s;}

.box1-xl{height: 310px;margin-top: 60px;}

.box1-info{padding-top: 50px;padding-bottom: 30px;}
.box1-info h1{font-size: 24px;color: #333333;margin-bottom: 15px;}
.box1-info p{font-size: 16px;color: #666666;line-height: 30px;height: 120px;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;}




.box2{background: url("../images/casebgs.jpg") no-repeat center;background-size: cover;padding: 7.5vw 0;padding-bottom: 36vw;}
.box2 .wcont{display: flex;justify-content: space-between;}

.box2-l{width: 30%;box-sizing: border-box;padding-left: 5vw;flex-shrink: 0}

.box2-l h1{font-size: 36px;color: #0069d1;padding-bottom: 10px;position: relative;}

.box2-l h1:before{content: "";width: 3.2vw;height: 10px;background: url("../images/casetips.png") no-repeat center;background-size: contain;position: absolute;left: -5vw;top: 50%;margin-top: -8px;}

.box2-l h2{font-size: 24px;color: #4591dc;font-family: "arch2";font-weight: bold;line-height: 1;}
.box2-l h3{font-size: 6.4vw;color: #4591dc;font-family: "arch2";font-weight: bold;line-height: 1;margin-top: -20px;}
.box2-l p{font-size: 18px;color: #288245;padding-top: 10px;}
.box2-l em{padding-top: 5vw;padding-bottom: 4vw;display: block;}
.box2-l h4{font-size: 16px;color: #0069d1;padding-bottom: 15px;}
.box2-l h5{font-size: 30px;color: #6ac086;font-family: "axis"}
.box2-l h5 span{display: block;line-height: 1;}



.box2-r{width: 65%;}
.swiper-case{overflow: hidden;}
.swiper-case .swiper-slide{}
.swiper-case .swiper-slide a{display: block;border-radius: 10px;overflow: hidden;}
.casepic-box{overflow: hidden;}
.casepic{height: 13vw;background: no-repeat center;background-size: cover;transition: .5s;}
.swiper-case p{font-size: 18px;color: #000000;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;background: #fff;padding: 15px;box-sizing: border-box;text-align: center;transition: .5s;}
.swiper-case .swiper-slide:hover .casepic{transform: scale(1.05);}
.swiper-case .swiper-slide:hover p{color: #007aff}
.box2-rbot{display: flex;align-items: center;justify-content: flex-end;padding-right: 5vw;padding-top: 3.6vw;}
.box2-rbot .case-pag{position: relative;}
.box2-rbot .case-pag span{height: 14px;width: 14px;border-radius: 50%;opacity: 1;background: #79cf95;margin-right: 10px;}

.box2-rbot .case-pag .swiper-pagination-bullet-active{background: #0069d1}

.more{width: 75px;border: 2px solid #0069d1;font-size: 12px;color: #0069d1;border-radius: 15px;line-height: 26px;text-transform: uppercase;text-align: center;transition: .5s;}
.more a{display: block;width: 100%;height: 100%;}
.more:hover{background: #0069d1;color: #fff;}

.box3{background: url("../images/newsbgs.jpg") no-repeat center;background-size: cover;padding: 4vw 0;overflow: hidden;}
.box3-t1{display: flex;align-items: center;justify-content: space-between;}

.box3-tits{}
.box3-tits span{display: block;width: 13px;height: 4px;background: #0076d8;margin-left: 5px;}
.box3-tits h1{font-size: 30px;color: #0069d1;padding-top: 10px;}
.box3-tits p{font-size: 18px;color: #999999;font-family: "axis";text-transform: uppercase}

.box3-t2{padding-top: 5vw;}
.swiper-news{overflow: hidden;}
.swiper-news .swiper-slide{}

.news-pic{position: relative;overflow: hidden;border-radius: 5px 5px 5px 0;display: block;}
.news-img{height: 210px;background: no-repeat center;background-size: cover;transition: .5s;}
.news-date{display: inline-block;border: 2px solid #6a90c0;background: #fff;position: absolute;bottom: 0;left: 0;}
.news-date span{text-align: right;display: block;font-size: 12px;color: #5d82b5;padding: 5px 10px;}
.news-date i{text-align: center;display: block;font-size: 36px;color: #5d82b5;font-family: "axis";padding: 0 10px;border-top: 2px solid #6a90c0}

.newsinfo{padding: 40px 0;display: block;}
.newsinfo h1{font-size: 20px;color: #333333;font-weight: normal;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-bottom: 10px;transition: .5s;}
.newsinfo p{font-size: 14px;color: #333333;line-height: 30px;height: 60px;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;text-align: justify;}

.swiper-news .swiper-slide:hover .news-img{transform: scale(1.05)}
.swiper-news .swiper-slide:hover .newsinfo h1{color: #6a90c0}

.bottom-t1{background: url("../images/bottombgs.jpg") no-repeat center;background-size: cover;padding: 5vw 0;overflow: hidden;}
.bottom-t1 .wcont{display: flex;justify-content: space-between;}
.bottom-t1-l{}

.bottom-t1-c{display: flex;position: relative;padding-bottom: 40px;}
.bottom-t1-c .bottom-more{position: absolute;bottom: 0;left: 50%;transform: translateX(-50%)}
.bottom-t1-c .bottom-more a{display: block;background: #6dd991;padding: 0 10px;border-radius: 15px;line-height: 30px;font-size: 14px;color: #ffffff;}
.bottom-t1-c li{padding: 0 20px;}
.bottom-t1-c li h1{font-size: 18px;color: #fff;padding-bottom: 10px;}
.bottom-t1-c li h1 i{font-size: 14px;}
.bottom-t1-c li td{font-size: 14px;color: #fff;padding: 8px 25px 8px 0;transition: .5s;}
.bottom-t1-c li td:hover{color: #6dd991}

.bottom-t1-line{width: 1px;background: #fff;opacity: .12;}

.bottom-t1-r{padding-left: 40px;}
.bottom-t1-r h1{font-size: 18px;color: #fff;}
.bottom-t1-r .bottom-t1-tels{font-size: 30px;color: #fff;font-family: "axis";margin-top: 15px;margin-bottom: 40px;position: relative;}
.bottom-t1-r .bottom-t1-tels:before{content: url("../images/icon6.png");position: absolute;left: -30px;top: 50%;transform: translateY(-50%)}
.bottom-t1-r .bottom-t1-tels a{display: block;}
.bottom-t1-r ul{}
.bottom-t1-r ul li{display: flex;align-items: center;padding: 15px 0;border-bottom: 1px solid #9dc6eb}
.bottom-t1-r ul li:last-child{border: none;}
.bottom-t1-r ul li div{font-size: 14px;padding-left: 20px;}
.bottom-t1-r ul li span{color: #9dcdff;display: block;}
.bottom-t1-r ul li i{color: #fff;display: block;}

.bottom-t2{display: flex;align-items: center;justify-content: space-between;font-size: 14px;color: #fff;height: 70px;box-sizing: border-box;background: #3481c5}


/*产品中心*/
.nybanner{height: 590px;background: no-repeat center;background-size: cover}
.nycont{width: 1440px;margin: 0 auto;box-sizing: border-box}
.mbxdh{background: url("../images/mbx.jpg");padding: 30px 0;font-size: 16px;color: #999999}
.mbxdh i{color:#666;}
.mbxdh img{margin-top: -4px;}
.nycontainer{padding:40px 0;background: #edf4f5}

.prolist-t1{background: url("../images/bluebgs.jpg");padding: 50px 60px;box-sizing: border-box; border-radius: 10px;}

.prolist-t1-flink{overflow: hidden;padding: 0 30px;box-sizing: border-box;display: flex;}
.prolist-t1-flink a{padding: 15px 30px;font-size: 26px;color: #fff;font-weight: bold;position: relative;}
.prolist-t1-flink .act{border:2px solid #fff;border-bottom: none;}
.prolist-t1-flink .act:before{content: "";width: 100vw;height: 2px;background: #fff;position: absolute;bottom: 0;right: 100%;}

.prolist-t1-flink .act:after{content: "";width: 100vw;height: 2px;background: #fff;position: absolute;bottom: 0;left: 100%;}

.prolist-t1-slink{padding: 20px 0;}
.prolist-t1-slink ul{display: flex;align-items: center;flex-wrap: wrap;}
.prolist-t1-slink ul li{margin-right: 20px;margin-top: 20px;border:1px solid #c9c9c9;border-radius: 3px;background: #fff;font-size: 18px;color: #666666;padding: 0 15px;line-height: 40px;transition: .3s;}
.prolist-t1-slink ul li a{display: block;}
.prolist-t1-slink ul .act{background: #6ac086;border-color: #6ac086;color: #fff}
.prolist-t1-slink ul li:hover{background: #6ac086;border-color: #6ac086;color: #fff}
.prolist-t2{padding-top: 40px;}
.prols{display: flex;flex-wrap: wrap;}
.prols li{width: 23.5%;margin-right: 2%;margin-bottom: 20px;}
.prols li:nth-child(4n){margin-right: 0;}
.prols li a{display: block;border-radius: 10px;overflow: hidden;}
.propic{height: 14vw;background: no-repeat center;background-size: cover;transition: .5s;}
.prols li:hover .propic{transform: scale(1.05)}

.fenye{padding: 30px 0;text-align: center}
.fenye span,.fenye a{display: inline-block;vertical-align: middle;min-width: 16px;padding:0 10px;line-height: 36px;text-align: center;color: #fff;font-size: 14px;margin: 4px 3px;transition: .3s}
.fenye span{background: #4590dd;color: #fff}
.fenye a{background: #666;color: #fff}
.fenye a:hover{background: #4590dd;color: #fff;}

/*销售网络*/
.xswl{text-align: center;}

/*在线留言*/
.zxly{width: 660px;margin: 0 auto;}
.zxly li{margin-bottom: 20px;border: 1px solid #c9c9c9;}
.zxly input{width: 100%;display: block;line-height: 40px;padding: 0 15px;box-sizing: border-box;font-size: 16px;color: #000000;border: none;background: none;}
.zxly textarea{width: 100%;display: block;line-height: 40px;padding: 0 15px;box-sizing: border-box;font-size: 16px;color: #000000;background: none;height: 160px;border: none}
.yzmbox{display: flex;}
.yzmbox input{width: 80%;}
.yzmbox button{display: block;width: 20%;background: none;padding: 0;margin: 0;border: none;border-left: 1px solid #c9c9c9;cursor: pointer;}
.yzmbox button img{display: block;width: 100%;height: 100%;}
.submits button{font-size: 16px;color: #fff;text-align: center;display: block;width: 100%;padding: 0;line-height: 40px;background: #5db578;cursor: pointer;border: none;}
.submits button:active{opacity: .7;}

/*新闻中心*/

.newscenter-t1{display: flex;padding: 20px;box-sizing: border-box;border: 1px solid #e5e5e5;margin-bottom: 20px;background: #fff;justify-content: space-between;align-items: center;}

.newscenter-t1-l{width: 48%;overflow: hidden;}
.newscenter-t1-pic{background: no-repeat center;background-size: cover;height: 390px;transition: .5s;}
.newscenter-t1-r{width: 48%;}
.newscenter-t1-r h1{font-size: 24px;color: #313131;font-weight: normal;margin-bottom: 20px;transition: .5s;}
.newscenter-t1-r h2{font-size: 16px;color: #666666;line-height: 36px;height: 144px;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4; -webkit-box-orient: vertical;font-weight: normal;}
.newscenter-t1-r div{font-size: 14px;color: #666666;display: flex;align-items: center;justify-content: space-between;padding-top: 100px;}
.newscenter-t1-r div img{margin-top: -3px;margin-left: 3px;margin-right: 3px;}
.newscenter-t1-r div a{}
.newscenter-t1-r div p{}

.newscenter-t1:hover .newscenter-t1-pic{transform: scale(1.05)}
.newscenter-t1:hover .newscenter-t1-r h1{color: #3485d9}
.newscenter-t2{}
.newscenter-t2 li{}
.newscenter-t2 li a{display: flex;justify-content: space-between;box-sizing: border-box;padding: 40px;align-items: center;background: #fff;border: 1px solid #edf4f5;margin-bottom: 20px;}
.newscenter-t2 li .newsitem-l{}
.newscenter-t2 li h1{font-size: 24px;color: #313131;font-weight: normal;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-bottom: 10px;position: relative;padding-left: 20px;box-sizing: border-box;transition: .5s;}
.newscenter-t2 li:hover h1{color: #3485d9}
.newscenter-t2 li h1:after{content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);color: #3485d9;font-size: 14px;}
.newscenter-t2 li p{padding-left: 20px;box-sizing: border-box;font-size: 16px;color: #666666;line-height: 30px;height: 60px;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2; -webkit-box-orient: vertical;text-align: justify;}

.newscenter-t2 li .newsitem-r{flex-shrink: 0;padding-left: 200px;box-sizing: border-box}
.newscenter-t2 li .news-date{position: relative;}

/*公司简介*/
.gsjj{}
.gsjj-t1{display: flex;padding: 20px 0;align-items: flex-start}
.gsjj-t1-l{flex-shrink: 0}
.gsjj-t1-r{padding-left: 40px;}
.gsjj-t1-r h1{font-size: 24px;color: #494949;padding-bottom: 20px;}
.gsjj-t1-r .gsjj-info{font-size: 18px;color: #333333;line-height: 48px;text-align: justify;}

.gsjj-t2{padding-top: 60px;border-top: 2px solid #e6e6e6;margin-top: 60px;}
.gsjj-t2 ul{display: flex;align-items: center;justify-content: space-around;}
.gsjj-t2 ul li{text-align: center;}
.gsjj-t2 ul li img{}
.gsjj-t2 ul li h1{font-size: 30px;color: #0069d1;padding-top: 20px;}
.gsjj-t2 ul li p{font-size: 18px;color: #494949}

/*新闻详情*/
.detail{display: flex;align-items: flex-start;padding: 30px 0;justify-content: space-between;}

.detail-l{overflow: hidden;width: 100%;}
.detail-l-t1{text-align: center;padding-bottom: 30px;border-bottom: 2px solid #e6e6e6;}
.detail-l-t1 h1{font-size: 24px;color: #494949;font-weight: bold;}
.detail-l-t1 p{font-size: 14px;color: #666666;margin-top: 10px;}
.detail-l-t2{padding: 40px;box-sizing: border-box;font-size: 18px;color: #333333;line-height: 2;text-align: justify;}
.detail-l-t3{display: flex;align-items: center;justify-content: space-between;width: 100%;}
.detail-l-t3 a{width: 48%;background: #fff;padding: 20px 25px;box-sizing: border-box;border-radius: 10px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 18px;color: #999999;}
.detail-l-t3 a span{color: #303030}

.detail-r{flex-shrink: 0;padding-left: 50px;box-sizing: border-box;}

.detail-rbx{border-radius: 10px;overflow: hidden;width: 350px;}
.detail-r-t2{background: #fff;padding: 30px;box-sizing: border-box;font-size: 16px;color: #333333;position: relative;}
.detail-r-t2:before{content: ""; width:0;height:0;border-width:0 10px 10px;border-style:solid;border-color:transparent transparent #fff;position: absolute;top: -8px;left: 20%;}
.detail-r-t2 li{padding: 5px 0;}



/*尾部*/
.f_bg{ background:#333333; color:#999999; font-size:15px; clear:both; border-top:5px solid #ff9933;padding-top:65px; text-align:left; }
.f_bg_div{ max-width:1300px; width:96%; margin:0 auto;}
.f_bg a{color:#999999; text-decoration:none;}
.f_bg a:hover{ color:#fff;}
.f_bg .links{ overflow:hidden; float:left; max-width:370px; text-align:left;}
.f_bg .links img{ width:96%; max-width:349px; display:block; margin-bottom:13px;}
.f_bg .links ul li{margin-bottom:3px; padding-left:26px; display:block; overflow:hidden; line-height:24px;}
.f_bg .links ul li.bgs1{background:url(../images/foot_pic1.png) left center no-repeat;}
.f_bg .links ul li.bgs2{background:url(../images/foot_pic2.png) left center no-repeat;}
.f_bg .links ul li.bgs3{background:url(../images/foot_pic3.png) left center no-repeat;}
.f_bg .links ul li.bgs4{background:url(../images/foot_pic4.png) left center no-repeat;}
.f_bg .f_weixin{ float:right;  overflow:hidden; margin-left:20px; margin-right:0px;text-align:center;}
.f_bg .f_weixin .imgs{ width:127px; overflow:hidden; background:url(../images/foot_bg3.png) no-repeat; height:127px; background-size:100% 100%;}
.f_bg .f_weixin .imgs img{ display:block; margin:0 auto; margin-top:9px; width:109px; height:109px;}
.f_bg .f_weixin label{ line-height:30px; padding-top:12px; padding-bottom:12px; overflow:hidden; display:block;}
.f_bg .f_div2_r2{ float:right;text-align:left; margin-top:44px; margin-bottom:80px;}
foot_a ul li.sinna a.bds_tsina:after{ background-image:url(../images/foot_ico3_on.png);}

.f_div3{ line-height:24px; min-height:24px; margin-top:30px; border-top:1px solid #454545; clear:both;  color:#666; font-size:14px; padding-top:1.5%; padding-bottom:1.5%;}
.f_div3 a{ color:#666;}
.f_div3 a:hover{transition:all 0.3s;filter: Alpha(Opacity=80);opacity: 0.8; color:#fff;}

.slogan { background-size: cover; background-size: auto 100%\9; padding: 240px 0 200px 0; color: #fff; background-position: top center;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:fadeInDown;animation-name:fadeInDown; }
.slogan h4 { font-size: 28px;line-height: 36px; }
.slogan p {width: 50px; border-bottom: 2px solid #fca900;font-size: 16px; line-height: 30px; background: #3ea2dc; color: #fff; display: inline-block; margin-top: 10px; padding: 0 15px; }
@media screen and (max-width: 1180px) {
	.slogan { padding: 200px 0 240px 0; }
}
@media screen and (max-width: 1024px) {
	.slogan { padding: 100px 0;-webkit-animation-name:none;animation-name:none;  }
	.slogan h4 { font-size: 18px;line-height: 25px;margin-left: 30px; }
	.slogan p {  margin-left: 30px;}
}
@media screen and (max-width: 480px) {
	.slogan  { padding: 50px 0; }
	.slogan h4 { font-size: 16px;line-height: 20px;margin-left: 10px; }
	.slogan p {  margin-left: 10px;line-height: 20px; font-size: 12px; padding: 0 5px; }
}
.maxsize {
    max-width: 1440px;
    margin:0 auto;
	text-align:center;
}
