/* 公共样式 */

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

body {
    font-family: "微软雅黑";
}

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

p {
    margin: 0;
}

.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.com-img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.fl {
    float: left;
}

.fr {
    float: right;
}


/* 头部1 */

.top1 {
    height: 36px;
    color: #777777;
    line-height: 36px;
    overflow: hidden;
    border-bottom: 1px solid #e3e5e6;
}

.topLink {
    float: right;
    text-align: right;
    position: relative;
    z-index: 9999;
}

.topLink .k1 a {
    color: #777777;
}

.k1 a {
    color: #777777;
}


/* 导航 */

.x-header {
    background: #fff;
    width: 100%;
}

.mycontainer-fluid {
    width: 1200px;
    margin: 0 auto;
    height: 105px;
}

.logo {
    float: left;
    height: 121px;
    overflow: hidden;
    line-height: 105px;
    margin: 0;
}

.x-menu {
    float: left;
    padding-left: 180px;
}

.x-menu>li {
    float: left;
    position: relative;
    width: 105px;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 121px;
}

.x-menu>li:hover {
    background: url(../images/duanheng.jpg) no-repeat center 77px;
}

.x-menu li:hover .x-sub-menu a {
    color: #fff;
}

.x-menu>li:hover .x-sub-menu {
    transform: translateY(15px);
    opacity: 1;
    visibility: initial;
}

.x-menu>li>a {
    display: block;
    font-size: 16px;
    color: #231f20;
}

.x-sub-menu {
    background: #4f9681!important;
    position: absolute;
    z-index: 99;
    top: 81px;
    background: #fff;
    border-radius: 5px;
    padding: 10px 0;
    opacity: 0;
    width: 137%;
    left: 36%;
    margin-left: -50%;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-sub-menu li {
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.x-sub-menu li a {
    height: 30px;
    width: 100%;
    color: #fff;
    display: block;
    line-height: 30px;
    font-size: 14px;
}

.x-sub-menu:after {
    content: "";
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid;
    border-color: transparent transparent #4f9681;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 2;
}

.x-sub-menu li:hover {
    background: #2bafa2;
}

#formsearch {
    width: 278px;
    height: 35px;
    position: relative;
}

#formsearch #keyword {
    width: 222px;
    height: 32px;
    background-color: #ffffff;
    border: solid 1px #c4d5d4;
    outline: none;
    border-radius: 15px;
    padding-left: 23px;
    position: absolute;
    top: 40px;
    right: 0;
    padding-right: 36px;
}

#formsearch #s_btn {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 46px;
    left: 244px;
    border: none;
    outline: none;
    background: url(../images/fang.png) no-repeat center center;
}

#formsearch ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #757575;
}

#formsearch ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #757575;
}

#formsearch :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #757575;
}

.cala {
    overflow: hidden;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 41px;
}

.cala .sort1 {
    margin-top: 76px;
    text-align: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.cala .sort1 li {
    display: inline-block;
    width: 15%;
}

.cala .sort1 li .cname {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #28846c;
    padding-bottom: 7px;
    padding-top: 13px;
}

.cala .sort1 li .intro {
    color: #999999;
    font-size: 12px;
    text-transform: uppercase;
}

.yu-tit {
    text-align: center;
    padding-top: 31px;
}

.yu-tit .cname {
    font-size: 36px;
    color: #28846c;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    /* letter-spacing: -2px; */
}

.yu-tit .ename {
    color: #999999;
    font-size: 13px;
    padding-top: 13px;
}

.wh2 {
    width: 1241px;
    margin: 0 auto;
}

.wh3 {
    width: 1395px;
    margin: 0 auto;
}

.tabs-pro {
    margin-top: 54px;
    height: 110px;
    border-radius: 40px 40px 0 0;
    position: relative;
    background-color: #e9f2f0;
    width:1380px;
}

.tabs-pro li {
    height: 100%;
    width: 12%;
    text-align: center;
    border-bottom: 2px solid #086e4e;
    background-color: #e9f2f0;
    
}
.under_line{
    width:3.9%!important;
    border-bottom: 2px solid #086e4e;
}

.tabs-pro .under_line:hover {
    border:none!important;
    border-bottom: 2px solid #086e4e!important;
}
.tabs-pro li .img {
    padding-top: 13px;
}

.tabs-pro li .fimg {
    padding-top: 10px;
    display: none;
}

.tabs-pro li:hover {
    border: 3px solid #086e4e;
    border-bottom: none;
}

.tabs-pro li:hover .fimg {
    display: block;
}

.tabs-pro li:hover .img {
    display: none;
}

.tabs-pro li:first-child {
    border-radius: 40px 0 0 0;
}

.tabs-pro li:last-child {
border-radius: 0 40px 0 0;

}

.tabs-pro .cur {
    border: 3px solid #086e4e;
    border-bottom: none;
    background-color: #fff!important;
}
.tabs-pro .cur .img{
    display: none
}
.tabs-pro .cur .fimg{
    display: block;
}
.main_pro .main_con {
    background: url(../images/main_pro.jpg) no-repeat center top;
    height: 530px;
    width: 1398px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.main_con_font {
    padding-left: 162px;
    padding-top: 84px;
}

.main_con_font .font1 {
    font-size: 31px;
    color: #3e3a39;
    font-weight: bold;
    line-height: 31px;
}

.main_con_font .font2 {
    font-size: 21px;
    color: #09836b;
    font-weight: bold;
    line-height: 21px;
    padding-top: 21px;
}

.main_con_font .summary {
    line-height: 38px;
    color: #3d3d3d;
    padding-top: 44px;
    font-size: 16px;
}

.main_con_font .detail {
    font-size: 12px;
    padding-top: 44px;
}

.main_con_font .detail a {
    display: block;
    color: #09836b;
}

.main_con_img {
    padding-top: 67px;
    padding-right: 150px;
}

.my-news {
    height: 798px;
   /* margin-top: 51px;*/
    background: #e9f2f0 url(../images.png) no-repeat center 729px;
}

.my-news .yu-tit {
    padding-top: 47px;
}

.my-news .wh4 .list {
    margin-top: 39px;
}

.my-news .wh4 .list li {
    width: 685px;
    height: 236px;
    border: 1px solid #c3e5de;
    padding-top: 25px;
    padding-left: 18px;
    background-color: #fff;
    margin-bottom: 33px;
}

.my-news .wh4 .list li .img {
    width: 276px;
    height: 187px;
}

.my-news .wh4 .list li .img img {
    width: 276px;
    height: 187px;
}

.my-news .wh4 .list li:nth-child(2n+1) {
    margin-right: 30px;
}

.my-news .wh4 .font-wrap {
    padding-left: 26px;
}

.my-news .wh4 .font-wrap .tit {
    font-size: 19px;
    color: #666460;
}

.my-news .wh4 .font-wrap .summary {
    width: 341px;
    color: #666460;
    line-height: 28px;
    padding-top: 16px;
}

.my-news .wh4 .b_time .fl {
    font-size: 12px;
    color: #28846c;
    padding-top: 30px;
}

.my-news .wh4 .b_time .fr {
    padding-top: 30px;
}

.my-news .wh4 .b_time .fr a {
    color: #c74a4a;
}

.my-news .check_more {
    width: 284px;
    height: 42px;
    margin: 0 auto;
    background-color: #28846c;
    text-align: center;
    line-height: 42px;
    border-radius: 20px;
}

.my-news .check_more a {
    display: block;
    width: 100%;
    color: #ffffff;
}

.wh4 {
    width: 1402px;
    margin: 0 auto;
}

.f-link {
    background-color: #e9f2f0;
}

.f-link .wh4 {
    font-size: 20px;
    line-height: 30px;
}

.yu-footer {
    height: 232px;
    background: url(../images/footer.jpg) no-repeat center center;
    margin-top: 22px;
}

.yu-footer .one {
    padding-top: 69px;
    padding-left: 18px;
    line-height: 36px;
    color: #ffffff;
    width: 532px;
}

.yu-footer .one .hot {
    background: url(../images/hua.png) no-repeat 0 10px;
    padding-left: 38px;
}

.yu-footer .one .hot a {
    color: #ffffff;
}

.yu-footer .two {
    padding-top: 87px;
    padding-left: 84px;
    color: #ffffff;
    line-height: 41px;
}

.yu-footer .two a {
    color: #ffffff;
}

.yu-footer .three {
    padding-top: 80px;
}



.cpmmr{
    text-align: center;
    margin-bottom: 30px;
}
.cpmmr a{
    font-size: 16px;
    line-height: 40px;
}















