/* CSS Document */

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.wm {
    margin: 0 auto;
    width: 1200px;
}

#top {
    height: 112px;
}

.top_l {
    width: 180px;
    padding-top: 25px;
}

.top_r {}
.site{margin-top: -3px;}

.site img {
    width: 22px;
    height: 14px;
    margin-right:  5px;
    vertical-align: -3px;
}

.search {
    padding-right: 6px;
}

.searchsrk2 {
    height: 34px;
    width: 32px;
    background: url(../images/search.png) no-repeat;
    border: 1px #ddd solid;
    border-left: none;
}

.searchsrk {
    width: 170px;
    height: 34px;
    line-height: 34px;
    border: 1px #ddd solid;
    padding: 0 10px;
    border-right: none;vertical-align: 11px;
}

.menu {
    height: 40px;
    line-height: 40px;
    margin-top: 40px;
}

.menu ul li {
    float: left;
}

.menu ul li a:link,
.menu ul li a:visited {
    padding: 0 24px;
    display: block;
    font-weight: bold;
    font-size: 16px;
}

.menu ul li a:hover {
    padding: 0 24px;
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: #0a85bc;
}

.fullSlide {
    width: 100%;
    position: relative;
}

.fullSlide .neiBan {
    height: 300px;
}

.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.fullSlide .bd ul {
    width: 100% !important;
}

.fullSlide .bd li {
    width: 100% !important;
    height: 334px;
    overflow: hidden;
    text-align: center;
}

.fullSlide .bd li a {
    display: block;
    height: 334px;
}

.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 30px;
    left: 0;
    height: 11px;
    line-height: 11px;
}

.fullSlide .hd ul {
    text-align: center;
    margin: 0 auto;
}

.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 14px;
    height: 14px;
    margin: 0 6px;
    overflow: hidden;
    background: url("../images/icon-circle.png")/*tpa=http://www.sunmorepharm.com/Html/images/icon-circle.png*/
    right no-repeat;
    filter: alpha(opacity=90);
    opacity: 0.9;
    line-height: 999px;
    z-index: 998;
}

.fullSlide .hd ul .on {
    background: url("../images/icon-circle.png")/*tpa=http://www.sunmorepharm.com/Html/images/icon-circle.png*/
    left no-repeat;
}

.fullSlide .prev,
.fullSlide .next {
    display: block;
    position: absolute;
    z-index: 1;
    top: 45%;
    margin-top: -30px;
    left: 5%;
    z-index: 1;
    width: 40px;
    height: 60px;
    background: url("../images/slider-arrow.png")/*tpa=http://www.sunmorepharm.com/Html/images/slider-arrow.png*/
    -126px -137px #000 no-repeat;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
    display: none;
}

.fullSlide .next {
    left: auto;
    right: 5%;
    background-position: -6px -137px;
}

.con_01 {
    margin-top: 40px;
}

.con_01 ul li {
    float: left;
    margin: 0 16px;
}

.con_01 ul li img {
    width: 188px;
    height: 188px;
    display: block;
    position: relative;
    z-index: 2000;
    transition: width 2s, height 2s;
    -moz-transition: width 2s, height 2s, -moz-transform 2s;
    /* Firefox 4 */
    -webkit-transition: width 2s, height 2s, -webkit-transform 2s;
    /* Safari and Chrome */
    -o-transition: width 2s, height 2s, -o-transform 2s;
    /* Opera */
}

.con_01 ul li a:hover img {
    width: 188px;
    height: 188px;
    display: block;
    transform: rotate(-360deg);
    -moz-transform: rotate(360deg);
    /* Firefox 4 */
    -webkit-transform: rotate(360deg);
    /* Safari and Chrome */
    -o-transform: rotate(360deg);
    /* Opera */
}

.con_011 {
    margin-top: 20px;
}

.con_011 ul li {
    float: left;
    width: 20%;
    height: 188px;
    text-align: center
}

.con_011 ul li img {
    transition: all 0.2s;
}

.con_011 ul li img:hover {
    transform: scale(1.1, 1.1);
    transform-origin: center center
}

.con_02 {
    margin-top: 10px;
}

.contact {
    width: 300px;
    padding: 0 0 0 10px;
}

.contact .lm_t {
    color: #0e79b9;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    padding-bottom: 12px;
}

.contact .box {
    line-height: 28px;
    font-size: 14px;
    background: #eeeeee;
    height: 163px;
    padding: 20px 13px 0;
}

.contact .box a:link,
.contact .box a:visited,
.contact .box a:hover {
    font-size: 14px;
}

.about {
    width: 828px;
    padding-top: 13px;
}

.about .box {
    line-height: 24px;
    padding-top: 26px;
    font-size: 14px;
    color: #585757;
}

.about .box a:link,
.about .box a:visited,
.about .box a:hover {
    font-size: 14px;
    color: #585757
}

#bottom {
    background: #54a5dd;
    height: 62px;
    line-height: 62px;
    margin-top: 45px;
    font-size: 14px;
    color: #fff
}

#bottom a:link,
#bottom a:visited,
#bottom a:hover {
    font-size: 14px;
    color: #fff
}


/*ny*/

.ny_contact img {
    vertical-align: middle
}

.ny_ban {
    background: url("../images/ny_ban.jpg")/*tpa=http://www.sunmorepharm.com/Html/images/ny_ban.jpg*/
    no-repeat top center;
    height: 320px;
}

#content {
    margin: 50px auto;
    position: relative;
}

.ny_left .list a:link,
.ny_left .list a:visited {
    color: #333;
    font-size: 16px;
    display: block;
    width: 250px;
    line-height: 40px;
    padding-left: 10px;
    border-bottom: 1px #eaeaea solid;
}

.ny_left {
    width: 262px;
}

.ny_left .list a.active {
    color: #0095d7;
    font-weight: bold;
}

.ny_left .list a:hover {
    color: #0095d7;
    font-weight: bold;
}

.ny_left .list .lm_t {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    background: #0095d7;
}

.ny_left .list .box {
    border: 1px #eaeaea solid;
    border-bottom: none;
}

.ny_left .list .box ul li {
    line-height: 28px;
}

.ny_right {
    float: right;
    width: 915px;
}

.ny_right .lm_t {
    font-size: 15px;
    background: #efefef;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    color: #0e79b9
}

.ny_right .lm_t span {
    font-size: 16px;
    color: #0e79b9;
    font-weight: bold;
}

.ny_right .lm_t a:link,
.ny_right .lm_t a:visited,
.ny_right .lm_t a:hover {
    color: #0e79b9;
}

.pro_search .lm_t {
    font-size: 15px;
    background: #efefef;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
}

.pro_search .box {
    padding-top: 20px;
}

.nypro_l {
    width: 260px;
}

.nypro_r {
    width: 470px;
}

.link01 {
    border: 1px solid #ddd;
    padding: 5px;
    margin-top: 10px;
}

.link_l {
    width: 50px;
}

.link_r {
    width: 180px;
}

.link_r h1 {
    color: #0095d7;
    font-size: 16px;
    font-weight: bold;
    padding-top: 5px;
    font-style: italic
}

.link_r h2 {
    color: #43c255;
}

.link_r h4 {
    color: #0095d7;
    font-size: 14px;
    font-weight: bold;
    padding-top: 12px;
    font-style: italic
}

.ny_left a:hover h1 {
    color: #1860cd;
}

.ny_left a:hover h4 {
    color: #1860cd;
}

.news_ul li {
    border-bottom: 1px dashed #dddddd;
    line-height: 38px;
}

ul.newlist {
    widht: 800px;
    overflow: hidden;
}

ul.newlist li {
    border-bottom: #ddd 1px solid;
    width: 870px;
    float: left;
    padding: 15px 0;
}

ul.newlist li .pimg {
    float: left;
    width: 110px;
    border: #ddd 1px solid;
}

ul.newlist li .pimg img {
    width: 110px;
    height: 90px;
}

ul.newlist li .newtext2 {
    width: 740px;
    float: right;
}

ul.newlist li .newtext2 h2 a {
    width: 460px;
    heigth: 30px;
    display: block;
    overflow: hidden;
    background: url("../images/aa3.jpg")/*tpa=http://www.sunmorepharm.com/Html/images/aa3.jpg*/
    no-repeat left center;
    float: left;
    overflow: hidden;
    font-weight: bold;
    color: #666;
    font-size: 14px;
}

ul.newlist li .newtext2 h2 span {
    width: 95px;
    text-align: center;
    height: 30px;
    float: right;
    color: #999;
    font-size: 12px
}

ul.newlist li .newtext2 .newtext {
    clear: both;
    width: 100%;
    height: 60px;
    overflow: hidden;
    color: #999;
    line-height: 20px;
    font-size: 12px;
}

.nypro_box table {
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}

.nypro_box table td {
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    padding-left: 5px;
}

.nypro_box table th {
    text-align: center;
    font-size: 12px;
    padding-left: 5px;
}

.box2 table td {
    border: 1px solid #dddddd;
    padding-left: 5px;
    font-size: 12px;
    line-height: 30px;
}

.box2 table th {
    text-align: center;
    font-size: 12px;
}

.bak tr:nth-child(odd) {
    background: #ffffff;
}

.bak tr:nth-child(even) {
    background: #ecf5ff;
}

.synav {
    padding-top: 12px;
}

h3 {
    display: block;
    line-height: 26px;
}

h3 a:link,
h3 a:visited,
h3 a:hover {
    color: #ffffff;
}

.c1 {
    border-top: #e2e2e2 1px solid;
    border-left: #e2e2e2 1px solid;
}

.c1 th {
    font-weight: bold;
    line-height: 30px;
}

.c1 td,
.c1 th {
    padding: 5px 10px;
    line-height: 18px;
    border-bottom: #e2e2e2 1px solid;
    border-right: #e2e2e2 1px solid;
    font-size: 14px;
}

.c1 a {
    color: #s444444;
}

td.yyk {
    padding-left: 10px;
}

.con_t1 {
    color: #444444;
}

.con_t1 h4 {
    background: #eeefef;
    width: 700px;
    height: 30px;
    line-height: 25px;
    font-size: 14px;
    text-align: center;
    font-weight: bold
}

.tab_body {
    color: #000000
}

.tr_odd {
    background: #cedefa;
}

.tr_even {
    background: #FFFFFF;
}

span.current,
a.num {
    display: inline-block;
    padding: 0 10px;
    height: 26px;
    line-height: 26px;
}

span.current,
a.num:hover {
    background: #edfbf1;
    border: #429cd8 1px solid;
    color: #429cd8;
}

a.num,
a.end,
a.next,
a.prev {
    border: #cdcdcd 1px solid;
    color: #333;
    background: #fff;
    text-decoration: none;
}

a.end,
a.next,
a.prev {
    display: inline-block;
    padding: 0 8px;
    height: 23px;
    line-height: 23px;
}

a.prev {
    margin: 0 5px;
}


/**/

.page {
    clear: both;
    margin: 20px 0px 0px 0px;
    text-align: center;
}

.page a {
    display: inline-block;
    font-family: Arial;
    font-size: 13px;
    border: #dbdbdb 1px solid;
    margin: 2px;
    margin-bottom: 5px;
    color: #31363c;
    text-decoration: none;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
}

.page a:hover,
.page a:focus {
    font-family: Arial;
    font-size: 13px;
    border: #54a5dd 1px solid;
    
    color: #fff;
    background-color: #54a5dd;
}

.page .current {
    font-family: Arial;
    border: #3f97d4 1px solid;
    font-size: 14px;
    color: #fff;
    margin: 2px;
    background-color: #54a5dd;
}


/* 2022.4.24 */

body {
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

.box table {
    width: 100%;
    table-layout: fixed;
    border-right: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
}

.productBox td {
    padding: 10px;
    font-size: 14px;
    border-left: 1px #ddd solid;
    border-top: 1px #ddd solid;
}
.productBox tr:nth-child(2n+1){background-color: #edf6fd;}
.w30 {
    width: 30%;
}

.w270 {
    width: 270px;
}

.w20 {
    width: 20%;
}

.w50 {
    width: 49.5%;
    display: inline-block;
    float: left;
}

.w25 {
    width: 24%;
}

.w480 {
    width: 510px;
}

.w180 {
    width: 180px;
}

.productBox p {
    display: inline-block;
    width: 100%;
}

.apiNav {
    margin: 0 -10px;
}

.apiNav li {
    float: left;
    width: 30.33%;
    padding: 10px;
}

.apiNav li a {
    display: inline-block;
    width: 100%;
    border: 1px #ddd solid;
    text-align: center;
    height: 50px;
    line-height: 50px !important;
    font-size: 16px !important;
}

.proItem {
    margin-top: 15px;
}

.proItem h2 {
    font-size: 20px;
    color: #0096d5;
    font-weight: bold;
    margin-bottom: 10px;
}

.proItem .productBox td {
    text-align: left;
}

.proItem .productBox th {
    font-weight: bold;
    border-top: 1px #ddd solid;
    border-left: 1px #ddd solid;
    padding: 10px;
    background: #edf6fd;
}

.proUl li {
    width: 33%;
    display: inline-block;
    margin-bottom: 15px;
}

.proUl li a {
    position: relative;
}

.proUl li a p {
    position: absolute;
    bottom: 7px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

#tabLine {
    border-right: 1px #ddd solid;
    border-top: 1px #ddd solid;
}

#tabLine th,
#tabLine td {
    border-left: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
    padding: 4px 6px;
    vertical-align: middle;
    height: 54px;
}

#tabLine th {
    background: #0095d7;
    color: #fff;
}

a:hover {
    text-decoration: none !important;
}

table#tabLine2 td {
border: none !important;
    height: 50px;
    float: left;
    display: flex;
    align-items: center;
    padding: 0 7px;
    width: 25%;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
}

table#tabLine2 {
    width: 100%;
    border: none;
}

table#tabLine2 * {
    box-sizing: border-box;
}

.cpdetail_content1 {
    float: left;
    padding: 20px;
}

.cpdetail_content1 {
    float: left;
    padding: 20px;
}

.cpdetail_content1 ul li {
    margin-bottom: 10px;
}

.cpdetail_content1 ul li em {
    display: inline-block;
    width: 70px;
    font-size: 14px;
    line-height: 30px;
}

.cpdetail_content1 ul li input {
    height: 30px;
    width: 719px;
}

.cpdetail_content1 ul li textarea {
    width: 722px;
    display: inline-block;
    height: 100px;
}

.cpdetail_content1 ul li span {
    display: inline-block;
}

.tobuybtn {
    background: #0095d7 !important;
    border: none;
    color: #fff;
    width: 120px !important;
    height: 40px !important;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.bluetabs ul {
    float: left;
}

input {
    outline: none;
}

.tit {
    text-align: center;
    margin-bottom: 30px;
}

.tit h2 {
    font-size: 32px;
}

.tit span {
    width: 50px;
    height: 2px;
    display: inline-block;
    background: #333;
    margin-top: 10px;
}

.indAbout dl {
    display: flex;
}

.indAbout dl dd {
    padding-left: 30px;
}

.indAbout dl dd p {
    font-size: 14px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}
.indAbout.aboutBox dl dd p{-webkit-line-clamp: inherit;}
.indAbout dl dd ul {
    display: flex;
    margin: 20px 0;
}

.indAbout dl dd ul li {
    margin-right: 60px;
    font-size: 22px;
    font-weight: bold;
    color: #0e79b9;
}

.indAbout dl dd ul li b {
    font-size: 50px;
    font-weight: bold;
}

.indAbout dl dd ul li p {
    font-weight: normal;
    color: #666;
}

.moreBtn {
    display: inline-block;
    background: #0e79b9;
    color: #fff;
    font-size: 18px;
    padding: 13px 40px;
    border-radius: 50px;
    margin-top: 10px;
}

.moreBtn:hover {
    background: #085f93;
    color: #fff;
}

.conBox {
    margin-top: 60px;
}

.indPro ul {
    display: flex;
}

.indPro ul li {
    margin-right: 10px;
}

.indPro ul li .imgBox {
    position: relative;
    overflow: hidden;
}

.indPro ul li .imgBox img {
    transition: all ease-in-out 0.3s;
}

.indPro ul li .imgBox:hover img {
    transform: scale(1.05);
}

.indPro ul li .imgBox p {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #0e79b9;
}

.world p {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    color: #fff;
}

.world .tit {
    color: #fff;
}

.world .tit span {
    background: #fff;
}

.world {
    padding: 50px 0;
}

.indNew * {
    box-sizing: border-box;
}

.indNew ul {
    margin: 0 -10px;
}

.indNew ul li {
    float: left;
    width: 33.33%;
    padding: 0 10px;
}

.indNew ul li .imgBox {
    overflow: hidden;
    width: 100%;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.indNew ul li .imgBox img {
    width: 100%;
    height: 278px;
}

.indNew ul li .txtBox {
    padding: 10px;
}

.indNew ul li .txtBox h3 {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
}

.indNew ul li .txtBox p {
    font-size: 14px;
    color: #777;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 24px;
}

.indNew ul li .txtBox h5 {
    color: #999;
    margin-top: 10px;
    font-size: 12px;
}

.indNew .moreBtn {
    margin: 0 auto;
    display: block;
    width: 200px;
    margin-top: 20px;
    text-align: center;
}

#container {
    width: 100%;
    height: 340px;
}

.indContact {
    margin-top: 50px;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding: 50px 0;
    color: #fff;
}

.indContact .tit span {
    background: #fff;
}

.indContact ul {
    display: flex;
}

.indContact ul li {
    flex: 1;
    text-align: center;
    font-size: 16px;
}

.indContact ul li i {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: url(../images/drIcon.png) no-repeat center center;
}

.indContact ul li i.icon1 {
    background-position: 0 0;
}

.indContact ul li i.icon2 {
    background-position: 0 -42px;
}

.indContact ul li i.icon3 {
    background-position: 0 -82px;
}

.indContact ul li i.icon4 {
    background-position: 0 -120px;
}

.indContact ul li p {
    margin-bottom: 10px;
}

.aboutBox .tit,
.contactBox .tit {
    text-align: left;
}

.aboutBox .tit h2 b,
.contactBox .tit h2 b {
    color: #0e79b9;
}

.aboutBox .tit span,
.contactBox .tit span {
    width: 26px;
    height: 4px;
    background: #0e79b9;
}

.Business ul {
    display: flex;
}

.Business ul li {
    margin-right: 10px;
    position: relative;
}

.Business ul li .imgBox {
    position: relative;
    overflow: hidden;
}

.Business ul li .imgBox img {
    transition: all ease-in-out 0.3s;
}

.Business ul li .imgBox:hover img {
    transform: scale(1.05);
}

.Business ul li p {
    position: absolute;
    top: 20px;
    width: 100%;
    padding-left: 30px;
    font-size: 20px;
    color: #fff;
}

.newsBox .newsLi {
    font-size: 16px;
    padding: 10px 0;
    border-bottom: 1px #ddd solid;
    margin-bottom: 10px;
}

.newsBox .newsLi a {
    color: #0e79b9;
    font-size: 18px;
}

.newsBox .newsLi h5 {
    font-size: 14px;
    color: #999;
    margin: 15px 0;
}

.newsBox .newsLi p {
    color: #666;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.newsDotBox h2 {
    font-size: 20px;
    font-weight: bold;
}

.newsDotBox h5 {
    font-size: 15px;
    color: #999;
    margin: 20px 0;
}

.newsDotBox p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
    color: #666;
}

.contactBox dl {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 15px;margin-right: 20px;
}

.contactBox dt {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: url(../images/drIcon2.png) no-repeat center center;
    margin-top: 16px;
    margin-right: 5px;
}

.contactBox dt.icon1 {
    background-position: 0 0;
}

.contactBox dt.icon2 {
    background-position: 0 -42px;
}

.contactBox dt.icon3 {
    background-position: 0 -82px;
}

.contactBox dt.icon4 {
    background-position: 0 -118px;
}
.contactBox dt.icon5 {
    background-position: 0 -158px;
}

.contactBox dl dd h3 {
    color: #999;
    left: 24px;
}

.contactBox {
    display: flex;
    justify-content: space-between;
}

.contactBox .msgBox {
    width: 540px;
    background-color: #f5f5f5;
    padding: 20px;
    margin-left: 30px;
}

.contactBox .msgBox ul {
    margin-left: -10px;
}

.contactBox .msgBox h2 {
    font-size: 30px;
}

.contactBox .msgBox li {
    display: flex;
}

.contactBox .msgBox li label p {
    font-size: 16px;
    margin-bottom: 5px;
}

.contactBox .msgBox li label p sup {
    color: #f00;
}

.contactBox .msgBox li label {
    width: 100%;
    padding: 10px;
}

.contactBox .msgBox li input {
    width: 100%;
    height: 36px;
    padding: 0 5px;
    border: 1px #ddd solid;
    margin-top: 5px;
}

.contactBox .msgBox li textarea {
    width: 100%;
    height: 120px;
    border: 1px #ddd solid;
    padding: 5px;
    font-family: arial;
}

.contactBox .msgBox .submitBtn {
    font-size: 18px;
    background: #0e79b9;
    color: #fff;
    border-radius: 30px;
    display: inline-block;
    padding: 13px 40px;
    margin-top: 10px;
}

.contactBox .msgBox .submitBtn:hover {
    background-color: #085f93;
}

.indPro2 ul {
    margin: 0 -5px;
}

.indPro2 ul * {
    box-sizing: border-box;
}

.indPro2 ul li {
    float: left;
    width: 33.33%;
    padding: 5px;
    position: relative;
    overflow: hidden;
}

.indPro2 ul li a {
    display: inline-block;
    overflow: hidden;
}

.indPro2 ul li:hover img {
    transform: scale(1.05);
}

.indPro2 ul li img {
    max-width: 100%;
    transition: all ease-in-out 0.3s;
}

.indPro2 ul li .txtBox {
    position: absolute;
    top: 8%;
    left: 10%;
    color: #fff;
}

.indPro2 ul li .txtBox h2 {
    font-size: 30px;
    text-shadow: 0 1px black;
}

.indPro2 ul li .txtBox .viewMore {
    font-size: 13px;
    color: #fff;
    border-radius: 30px;
    display: inline-block;
    border: 1px #ddd solid;
    padding: 1px 8px;
    line-height: 21px;
    margin-top: 5px;
    transition: all 0.3s ease-in-out;
}

.indPro2 ul li .txtBox .viewMore:hover {
    background: rgba(255, 255, 255, 0.2);
}
