/*common start*/
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input{ margin:0; padding:0;list-style:none;text-decoration:none;border:0; list-style:none;}
body{ font-size:12px;color:#666;font-family: "PingFangSCMedium";}
body.head_on{overflow:hidden}
a{color:#666;transition: 0.3s;}
a:hover{ color:#f60; text-decoration:none;cursor: pointer;}
p{line-height: 30px; padding:5px 0;letter-spacing: 1px;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper{ width:1100px; margin:0 auto;padding: 0 10px;}

*,
*::before,
*::after{-webkit-box-sizing: border-box;box-sizing: border-box;}

:root {
	--main-color: #003970;
	--main-color2: #109B04;
	--main-color-white: #fff;
	--main-color-000: #000;
	--main-color-333: #333333;
	--main-color-888: #888888;
	--main-transition: all ease 0.4s;
	--main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@font-face {
  font-family: "PingFangSCBold";
  src: url("../fonts/PingFangSCBold.woff2") format("woff2"),
       url("../fonts/PingFangSCBold.woff") format("woff"),
       url("../fonts/PingFangSCBold.ttf") format("truetype"),
       url("../fonts/PingFangSCBold.eot") format("embedded-opentype"),
       url("../fonts/PingFangSCBold.svg") format("svg");
}

@font-face {
  font-family: "PingFangSCMedium";
  src: url("../fonts/PingFangSCMedium.woff2") format("woff2"),
       url("../fonts/PingFangSCMedium.woff") format("woff"),
       url("../fonts/PingFangSCMedium.ttf") format("truetype"),
       url("../fonts/PingFangSCMedium.eot") format("embedded-opentype"),
       url("../fonts/PingFangSCMedium.svg") format("svg");
}


.indexTop{width: 100%;background: #192D4E;z-index: 99999;position: relative;}
.indexTop .warp{height: 80px;font-size: 18px;color: #fff;}
.indexTop .warp a{color: #fff;}
.indexTop .tel{margin: 0 35px;}

.header{ position:relative;z-index: 999;}
.headList{display: flex;justify-content: space-between;align-items: center;height: 90px;}
.headList .logo{display: block;line-height: 1;}
.headList .logo{display: block;line-height: 1;height: 100%;display: flex;align-items: center;}
.headList .logo img{max-height:40px;}
/*menu*/
.menu{height:90px;line-height: 90px;}
.menu ul li{ float:left; position:relative;}
.menu ul li dl{ background:#fff; width:100%; position:absolute; left:50%; top: 100%; box-shadow:2px 2px 5px rgba(0,0,0,0.2);display:none;z-index: 9;transform: translateX(-50%);min-width: 150px;}
.menu ul li dl dd{ line-height:40px;border-bottom:#ddd dotted 1px;position: relative;}
.menu ul li dl dd a{ font-size:14px; color:#333;display:block;}
.menu ul li dl dd a:hover{ color: var(--main-color);}
.menu a{ font-size: 18px;color: #303030;display:block;text-align:center;padding: 0 20px;}
.menu a:hover{color: var(--main-color);}
a.menu_hover{color: var(--main-color);}
.menu a span{position: relative;}
.menu a span:after{position: absolute;left: 0;bottom: -5px;width: 0;height: 1px;background: var(--main-color);content: "";opacity: 0;transition: 0.3s;}
.menu ul li a:hover span:after{width: 100%;opacity: 1;}

.menu ul li dl dd dl{top: 0;left: 100%;transform: none;display: none;}
.menu ul li dl dd:hover dl{display: block;}
.menu ul li.cur a span:after{opacity: 1;width: 100%;}

.language{position: relative;}
.language dt{height: 35px;display: flex;justify-content: center;align-items: center;color: #fff;cursor: pointer;width: auto;}
.language i{padding-left: 10px;position: relative;top: -3px;}
.language dd{position: absolute;top: 35px;right: 0;width: 120px;background: #fff;display: none;box-shadow: var(--main-shadow);border-radius: 10px;overflow: hidden;}
.language ul li{line-height: 40px;text-align: center;}
.language ul li a{display: block;padding: 0 10px;font-size: 14px;color: #000 !important;}
.language ul li a img{width: auto;height: 15px;margin-right: 5px;vertical-align: middle;}
.language ul li a:hover{background: #000;color: #fff !important;}
/*.language:hover dd{display: block;}*/

/*mMenu*/
.m_header{width: 100%;}
.sp_header1{height:70px;background:#fff;position: relative;z-index:9999;width:100%;display: none;top: 0;}
.sp_logo1{float:left;height:70px;display: flex;justify-content: center;align-items: center;padding-left: 10px;}
.sp_logo1 img{margin:auto;max-height: 40px;}
.sp_nav1{width:50px;float:right;position:relative;cursor:pointer;height:30px;margin-top:25px}
.sp_nav1 span{display:block;background:#000;width:30px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav1 span:nth-of-type(1){top:0px}
.sp_nav1 span:nth-of-type(2){top:10px}
.sp_nav1 span:nth-of-type(3){top:20px}
.sp_nav_se1 span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se1 span:nth-of-type(2){width:0}
.sp_nav_se1 span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav1{position:fixed;z-index:999;background:#fff;width:100%;height:calc(100% - 130px);font-size:14px;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;display: none;}
.nav_show1{top:130px;}
.sjj_nav1 ul li i{position:absolute;top:5px;right:0px;height:30px;padding:0px 7px 0 7px;}
.sjj_nav1 ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav1 ul li .sjj_nav_i_se1 svg{transform:rotate(0deg)}
.sjj_nav1 ul li{border-top:1px #e4e8eb solid;position:relative;line-height:45px;font-size:16px}
.sjj_nav1>ul >li:last-child{border-bottom:1px #ddd solid;}
.sjj_nav1 ul li ul{display:none}
.sjj_nav1 ul li a{color:#333;width:100%;padding: 0 20px;display: block;box-sizing: border-box;}
.sjj_nav1 ul li a:hover{color: #0188FB;}
.sjj_nav1 ul li ul li a{color:#333;display:block;text-align:left;}
.sjj_nav1 ul li i svg{width:25px;height:25px;fill:#333;}
.sjj_nav1 ul li .sjj_nav_i_se svg{fill:#333}
.sjj_nav1 ul li ul li>ul{margin-left:10px}
.sjj_nav1 ul li ul li{border-top: none;}
.sjj_nav1 ul li ul li a{padding: 0 30px;}

.sp_header1 .language{float: right;margin-top: 16px;margin-right: 10px;display: none;}
.sp_header1 .language dt{color: #000;font-size: 16px;}

/*mSearch*/
.mSearch{position: relative;width: calc(100% - 20px);height: 35px;overflow: hidden;margin: 20px 10px;}
.mSearch input{position: absolute;top: 0;left: 0;width: 100%;height: 100%;padding: 0 60px 0 10px;box-sizing: border-box;border: 1px solid #ccc;border-radius: 25px;background: none;outline: none;}
.mSearch button{background-image: linear-gradient(to right,#01b2ac 0,#004ea2 100%);width: 60px;height: 35px; position: absolute; top: 0;right: 0;border-radius: 0 25px 25px 0;color: #fff;font-size: 14px;border: none;}

/*swiper*/
.swiper {width: 100%;height: 100%;position: relative;overflow: hidden;}
.swiper-slide {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;}
.swiper .swiper-button-next:after,.swiper .swiper-button-prev:after{font-size: 30px;}

/*common*/
.disFlex {
	flex-wrap: wrap;
	display: -webkit-box;/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;/* Firefox 17- */
	display: -webkit-flex;/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;/* Firefox 18+ */
	display: -ms-flexbox;/* IE 10 */
	display: flex;
}
.jusBet{justify-content: space-between;}
.jusCet{justify-content: center;}
.jusEnd{justify-content: flex-end;}
.aliTop{align-items: flex-start;}
.aliCet{align-items: center;}
.aliBtm{align-items: flex-end;}

.img{font-size: 0px;overflow: hidden;}
img{transition: 0.5s;}

.f_left{float: left;}
.f_right{float: right;}
.clearfix:before,
.clearfix:after {content: "";display: table;}
.clearfix:after {clear: both;overflow: hidden;}
.clearfix {*zoom: 1;}

.bgfff{background: #fff !important;}
.fff{color: #fff !important;}
em{font-style: normal;}
.overflow1{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 100%;display: block;}
.overflow2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.overflow3{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}

.pt80{padding-top: 80px;}
.pb80{padding-bottom: 80px;}
.pt60{padding-top: 60px;}
.pb60{padding-bottom: 60px;}
.pt50{padding-top: 50px;}
.pb50{padding-bottom: 50px;}

.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt35{margin-top: 35px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mt70{margin-top: 70px;}
.mt80{margin-top: 80px;}

.textCet{text-align: center;}
.textRight{text-align: right;}
.pc_show{}
.m_show{display: none;}
.iTit{font-size: 18px;color: #303030;font-weight: bold;}
.iTxt{font-size: 18px;color: #303030;font-weight: 400;}
.iTxt p{}
.iTxt img{max-width: 100%;}
.iLine i{}
.hidden{overflow: hidden;}
.comBg{background-size: cover;background-repeat: no-repeat;}
.iVideo{width: 100%;}
.iVideo video{width: 100%;}
.iImg{width: 100%;}
.iImg img{width: 100%;}

/*-------------------------------------------*/

/*banner*/
.banner{width: 100%;position: relative;overflow: hidden;height: 420px;}
.bannerSwiper .swiper-pagination-bullet{opacity: 1;background: #fff;transition:width ease 0.35s;border-radius: 20px;}
.bannerSwiper .swiper-pagination-bullet-active{background: var(--main-color);width:20px;}
.bannerSwiper .swiper-button-next:after,.bannerSwiper .swiper-button-prev:after{color: #fff;}
.banTop{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 9;display: flex;justify-content: center;align-items: center;}
.banTop .tit{font-size: 23px;color: #fff;text-align: center;line-height: 34px;letter-spacing: 0px;}
.tongtu{width: 100%;position: relative;overflow: hidden;}
.tongtu .img img{height: 23.4375vw;object-fit: cover;width: 100%;}
.banner_a{height:auto;}
.banner_a img{width: 100%;height: 28.9vw;object-fit: cover;}
.banner_a .banTop{height: 19.27vw; bottom: 0;display: flex;justify-content: center;align-items: center;top: auto;}
.banner_a .banTop .tit{ line-height: 34px;}


.banner2{height: auto;position: relative;}
.banner2 .img{text-align: center;padding: 20px 0;}
.banner2 .img img{width: auto;height: auto;max-width: 100%;max-height: 100%;}
.banner2 .desc{background: #192d4e;color: #fff;text-align: center;font-size: 23px;height: 19.3vw;display: flex;justify-content: center;align-items: center;}
.banner2 .desc p{padding: 0;line-height: 1;margin-bottom: 34px;}
.banner2 .desc p:last-child{margin-bottom: 0;}


.index1{padding: 35px 0;}
.i1Warp{width: 100%;}
.i1Desc {
	margin-top: 10px;
}
.i1Warp .desc{width: 50%;}
.i1Warp .img{width: 47%;padding-top: 5px;}
.i1Warp .img img{width: 100%;}

.i1Desc{margin-top: 20px;}
.i1Desc .iTit{line-height: 33px;font-size: 24px;}
.i1Desc .iTxt{margin-top: 10px;}
.i1Desc .iTxt p{line-height: 30px;letter-spacing: 0px;padding: 0;font-size: 18px;}
.index1 p{padding: 5px 0;letter-spacing: 0px;line-height: 30px;font-size: 18px;}
.i1Desc .line{width: 100%;height: 1px;background: #979797;margin: 30px 0;opacity: 0.3;}

.field_a .i1Desc{position: relative;margin-top: 0;}
/*.field_a .i1Desc .iTit{line-height: 1;}
.field_a .i1Desc .iTxt{margin-top: 20px;}
.field_a .i1Desc .iTxt p{padding: 0;line-height: 27px;}*/

.footer{background: #DFDFDF;padding: 39.5px 0;text-align: center;font-size: 17px;color: #303030;height: auto;}
.footer .tel{font-weight: bold;font-size: 21px;margin-top: 0px;}
.footer .links{font-size: 14px;color: #303030;margin-top: 10px;}
.footer .links a{display: inline-block;color: #303030;}
.footer .links a:after{content: "|";margin: 0 10px;}

/*members*/
.members{width: 100%;padding: 1.822vw 0 10px 0;}
.membersList{width: 100%;}
.membersList ul li{width: calc(25% - 16.5px);margin-right: 22px;margin-bottom: 22px;}
.membersList ul li:nth-child(4n){margin-right: 0;}
.membersList .part{display: block;width: 100%;height: 100%;}
.membersList .part .img{width: 100%;}
.membersList .part .img img{width: 100%;}
.membersList .part .desc{padding-top: 10px;}
.membersList .part .tit{font-size: 24px;color: #303030;font-weight: bold;}
.membersList .part .tit span{font-size: 22px;}
.membersList .part .tit em{font-size: 16px;font-weight: normal;display: inline-block;margin-left: 10px;}

/*field*/

.field_a{width: 100%; padding:1.822vw 0 10px 0;}
.field_a .i1Desc .iTxt ul{width: auto;margin-top: 25px;}
.field_a .i1Desc .iTxt ul li{width: 100%;margin-bottom: 25px;position: relative;padding-left: 20px;}
.field_a .i1Desc .iTxt ul li:before{position: absolute;left: 0;top: 2px;width: 3px;height: 20px;background: #C61A1E;content: "";}

/*memberDetail*/

.memberDetail{width: 100%;    padding: 1.822vw 0 10px 0;}
.memberWarp{width: 100%;}
.memberWarp .img{width: 24%;margin-right: 30px;}
.memberWarp .img img{width: 100%;padding-top: 5px;}
.memberWarp .desc{width: calc(76% - 30px);}
.memberWarp .list{width: 100%;}
.memberWarp .title{font-size: 24px;color: #303030;font-weight: 600;}
.memberWarp .title em{font-size: 18px;font-weight: 400;display: inline-block;padding-left: 10px;}
.memberWarp .item{width: 46%;margin-bottom: 10px;}
.memberWarp .row{margin-bottom: 10px;}
.memberWarp .box{display: flex;justify-content: space-between;flex-wrap: wrap;line-height: 1.8;}
.memberWarp .box .tit{font-size: 16px;font-weight: 400;color: #666;}
.memberWarp .box .txt{font-size: 16px;font-weight: 400;color: #303030;flex: 1;line-height: 25px;letter-spacing: 1px;}
.memberWarp .list2 .box{display: block;}
.memberWarp .list2 .box .txt{margin-top: 0px;}

.memberWarp2{display: none;}

/*contact*/

.contact{width: 100%;padding: 1.822vw 0 1.667vw 0;}
.contact .wapper{max-width: 855px;}
.contactForm{width: 100%;}
.contactForm ul li{width: 100%;margin-bottom: 20px;}
.contactForm input,
.contactForm textarea{border: 1px solid #979797;border-radius: 4px;background: #FFFFFF;height: 60px;width: 100%;font-size: 16px;color: #303030;padding: 0 10px;outline: none;}
.contactForm .box1 input{width: 49%;}
.contactForm textarea{height: 170px;padding: 10px;}
.contactForm button{width: 90px;height: 60px;background: #000000;border-radius: 8px;font-size: 16px;color: #fff;border: none;}

.contactWarp{width: 100%;margin-top: 45px;}
.contactWarp .left{flex: 1;}
.contactWarp .left .iTit{line-height: 25px;}
.contactWarp .left .iTxt p{padding: 0;font-size: 16px;line-height: 28px;font-weight: 400;}
.contactWarp .right{padding-bottom: 5px;}
.contactWarp .ewm{margin-right: 30px;width: 98px;text-align: center;}
.contactWarp .ewm:last-child{margin-right: 0;}
.contactWarp .ewm .iTit{margin-top: 38px;margin-bottom: 8px;}
.contactWarp .ewm img{width: 100%;border: 0.5px solid #666;}

.inside{padding: 45px 0;overflow: hidden;min-height: 700px;}
.inside img{max-width: 100%;}

.contactList{width: 100%;margin-top: 50px;position: relative;z-index: 9;}
.contactList .iTit{line-height: 1;}
.contactList ul{margin-top: 20px;}
.contactList ul li{width: calc(50% - 10px);margin-top: 20px;position: relative;}
.contactList ul li:nth-child(1),
.contactList ul li:nth-child(2){margin-top: 0;}
.contactList .tab{width: 100%;padding: 10px;border: 1px solid #979797;border-radius: 5px;color: #303030;display: flex;justify-content: space-between;align-items: center;font-size: 18px;position: relative;z-index: 2;}
.contactList .tab span{display: inline-block;line-height: 1.6;flex: 1;}
.contactList .tab i{font-size: 16px;}
.contactList .panel{padding: 20px;border: 1px solid #01377A;display: none;position: absolute;left: 0;top: 100%;width: 100%;background: #fff;z-index: 9;border-radius: 0 0 5px 5px;border-top: 1px solid transparent;}
.contactList .txt{font-size: 16px;color: #2A2A2A;line-height: 1.8;}
.contactList .txt p{padding: 0;line-height: 1.8;}
.contactList .txt a{color: #2A2A2A;}
.contactList .txt a:hover{text-decoration: underline;}

.contactList .tab.on{background: #003970;color: #fff;border-radius: 5px 5px 0 0;z-index: 8;border: 1px solid #01377A;}
.contactList .tab.on i:before{content: "\f106";}



@media only screen and (max-width: 1320px) {
.wapper{ width:100%;padding: 0 5%;}
.index1 p{padding: 5px 0;}
.banner2 .desc{height: 300px;}
}

@media only screen and (max-width: 1140px) {
.wapper{ width:100%;padding: 0 3%;}
.banner2 .desc{height: 280px;}
.banner2 .desc{height: 280px;}

}

@media only screen and (max-width: 980px) {
.wapper{ width:100%;padding: 0 20px;}
.headList{height: 41.5pt;}
.headList .logo img{max-height: 24pt; vertical-align: middle;}
.menu{height: 41.5pt;line-height: 41.5pt;}
.menu a{padding: 0 5px;font-size: 15px;}
.menu>ul>li:last-child a{padding-right: 0;}
.banner{padding: 0 20px;}
.tongtu{padding: 0 20px;}
.banTop .tit{font-size: 22px;}
.i1Warp .desc{width: 100%;margin-bottom: 0;}
.i1Warp .img{width: 100%;margin-bottom: 10px;}

.membersList ul li{width: 50%;margin-right: 0;padding: 0 10px;}
.memberWarp .desc .item{width: 100%;margin-bottom: 5px;}
.banner_a .banTop .tit{font-size:18px;}

}

@media only screen and (max-width: 680px) {
.wapper{ width:100%;padding: 0 15pt;}
.headList .logo img{max-height: 22pt;}
.menu{height: auto;line-height: 1.8;margin-left: 10px;}
.menu a{font-size: 14px;padding: 0 5px;}
.banner{padding: 0 15pt;}
.tongtu{padding: 0 15pt;}
.membersList ul li{padding: 0 5px;margin-bottom: 10px;}
.membersList .part .tit{font-size: 16px;}
.membersList .part .tit em{font-size: 14px;margin-left: 5px;}
.footer{font-size: 16px;padding: 20px 0;}
.footer .tel{font-size: 16px;margin: 10px 0;}
.footer .links{padding: 0 40px;}
.footer .links a:nth-child(1):after{display: none;}
.field_a .i1Desc .iTxt ul{width: 100%;}
.contactForm ul li{margin-bottom: 12px;}
.contactForm .box1 input{width: calc(50% - 6px);}
.contactForm input{height: 42px;font-size: 15px;}
.contactForm textarea{height: 125px;}
.contactForm button{height: 42px;}
.contactWarp .right{margin-top: 20px;}
.banner{height: 220px;padding: 0 15px;}
.banner .swiper{border-radius: 15px;}
.banTop .desc{width: 94%;margin: 0 auto;}
.banTop .tit{font-size: 18px;line-height: 1.6;}
.banTop .tit i{
    display: block;
    height: 0;
    line-height: 0;
}
.tongtu .banTop .desc{width: 86%;margin: 0 auto;}
.tongtu .img{border-radius: 15px;}
.tongtu .img img{height: 220px;}
.contact{padding: 20px 0;}
.contactWarp .iTit{font-size: 20px;}
.contactWarp .left .iTxt p{font-size: 15px;}
.contactWarp .ewm .iTit{font-weight: normal;font-size: 20px;margin-bottom: 10px;}

.indexTop .warp{height: 40pt;}
.indexTop .warp{font-size: 15px;}
.indexTop .tel{margin: 0 10px;}
.index1{padding: 15px 0;}
.field_a{padding: 15px 0;}

.members{padding: 10px 0;}
.memberDetail{padding: 20px 0;}
.memberWarp1{display: none;}
.memberWarp2{display: block;display: flex;}
.memberWarp2 .img{width: 48%;margin-right: 0;}
.memberWarp2 .img img{width: 100%;border-radius: 5px;padding-top: 0;}
.memberWarp2 .desc{width: 46%;}
.memberWarp2 .list2{width: 100%;}
.memberWarp .row{margin-bottom: 5px;}
.memberWarp .title{font-size: 20px;}
.memberWarp .title em{font-size: 14px;}
.memberWarp .box .tit{font-size: 15.5px;}
.memberWarp .box .txt{font-size: 15.5px;letter-spacing: 0;}
.memberWarp .list2{margin-top: 5px;}
.memberWarp .list2 .item{width: 100%;}
.memberWarp .box .txt{color: #333;}
.memberWarp .desc .item .tit{width: 100%;}

.memberWarp .list2 .item:nth-child(1) .box{display: flex;}
.memberWarp .list2 .item:nth-child(1) .tit{width: auto;}

.i1Warp .img{margin: 12px 0;padding: 0;}
.i1Warp .desc{margin-bottom: 0;}
.i1Desc .line{margin: 20px 0;}
.i1Desc .iTxt{margin-top: 12px;}
.field_a .iTxt p{padding: 0;}
.field_a .i1Desc .iTxt ul{margin-top: 0;}
.field_a .i1Desc .iTxt ul li{margin-bottom: 12px;}
.membersList .part .img img{border-radius: 5px;}
.membersList .part .tit span{font-size: 18px;}

.contactWarp .right{width: 100%;justify-content: space-between;}
.contactWarp .ewm{width: 100%;margin-right: 0;max-width: 95px;}

.contactList ul li{width: 100%;margin-top: 10pt;position: relative;}
.contactList ul li:nth-child(1){margin-top: 0;}
.contactList ul li:nth-child(2){margin-top: 10pt;}

.banner_a img{height: 240px;}
.banner_a .banTop{height: 150px;}
.banner_a .banTop .tit{font-size:17px;line-height: 1.6;}



}

@media only screen and (max-width: 376px) {
.wapper{padding: 0 8pt;}
.headList .logo img{max-height: 16pt;}
.indexTop .warp{font-size:14px;}
.menu a{ padding:0 2px;}
.banner_a .banTop .tit{font-size:15px;line-height: 1.6;}

}