
/*
 * This is NOT a freeware, use is subject to license terms
 * @author Miscuz! <526781311@qq.com>
 * @author Siyuan! <2039750417@qq.com>
 * @version 9.20.15
 * @support http://www.950085.com
 */
 .wp {
    width: 1200px;
    margin: 0 auto
}

a.imgzoom img {
    transition: all 0.3s ease 0s
}

a.imgzoom:hover img {
    -webkit-transform-origin: center center;
    -webkit-transform: scale(1.03, 1.03);
    -moz-transform-origin: center center;
    -moz-transform: scale(1.03, 1.03);
}

/*头部*/

.BANNER-CASE { width: 100%; height:500px; display: table;}
.BANNER-CASE .cell { display: table-cell; vertical-align: middle; text-align: center; }
.BANNER-CASE .text { border: 2px solid #fff; margin: 0 auto; position: relative; display: inline-block; }
.BANNER-CASE .text1 { margin-top: 30px; }
.BANNER-CASE  h3 { font-size: 40px; font-weight: normal; color: #fff; position: absolute; left: 0; top: -30px; text-align: center; width: 100%;  }
.BANNER-CASE  h3 span { display: inline-block; padding: 0 20px; background: url(../image/bg1.jpg) no-repeat center center; }
.BANNER-CASE  p { font-size: 25px; padding: 10px; color: #fff; }

.INDEX-HEADER .Div-header {
    overflow: hidden;
    height: 36px;
    background: #b46ee2;
    color: #fff;
    line-height: 36px;
}

.INDEX-HEADER .Div-header .border-dd1 {
    font-size: 16px;
    margin-left: 83px;
}

.INDEX-HEADER .Div-header .border-dd2 {
    font-size: 18px;
}

.INDEX-HEADER .Div-header .border-dd2 img {
    float: left;
    position: relative;
    top: 0px;
    margin-right: 5px;
}

.INDEX-HEADER .Div-header-login {
    height: 73px;
    padding: 18.5px 0px;
}

.INDEX-HEADER .login-nav .login {
    position: absolute;
    left: 0px;
}

.INDEX-HEADER .login-nav .login img {
    height: 73px;
}

.INDEX-HEADER .login-nav .nav {
    position: absolute;
    right: 0px;
    top: 25px;
}

.INDEX-HEADER .login-nav .nav li {
    margin-left: 22px;
    text-align: right;
    float: left;
}

.INDEX-HEADER .login-nav .nav li a {
    display: block;
    height: 30px;
    color: #545454;
    font-size: 18px;
}

.INDEX-HEADER .login-nav .nav li.cur a {
    border-bottom: 2px solid #b46ee2;
    color: #b46ee2;
}

.INDEX-HEADER .login-nav .nav li.curr a {
    border-bottom: 2px solid #b46ee2;
    color: #b46ee2;
}

.INDEX-HEADER .m-menu {
    width: 40px;
    height: 40px;
    background: url(../image/m-1.png) no-repeat;
    background-size: 100% 100%;
    display: none;
    position: absolute;
    top: 10px;
    right: 0px;
}

.INDEX-HEADER .m-menu.exit {
    z-index: 99;
    position: fixed;
    top: 65px;
    right: 58%;
    display: none;
    background: url(../image/m-2.png) no-repeat;
    background-size: 100% 100%;
}

/*banner大图*/
.INDEX-PAGE1 .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    opacity: 1 !important;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0) !important;
}

.INDEX-PAGE1 .swiper-pagination-bullet-active {
    width: 10px !important;
    height: 10px !important;
    background: #fff !important;
    opacity: 1 !important;
}

/*新闻轮播*/
.INDEX-PAGE2 .Div-news {
    height: 50px;
    background: #f4f4f4;
}

.INDEX-PAGE2 .Div-news .title {
    margin-top: 10px;
    width: 111px;
    height: 28px;
    background: url(../image/ioc-news.jpg) no-repeat;
    float: left;
    margin-right: 10px;
}

.INDEX-PAGE2 .scrollDiv {
    margin-top: 8px;
    position: absolute;
    left: 130px;
    height: 30px;
    overflow: hidden;
}

.INDEX-PAGE2 .scrollDiv li {
    height: 32px;
    line-height: 32px;
    overflow: hidden;
}

.INDEX-PAGE2 .scrollDiv li a {
    font-size: 14px;
    color: #6f6f6f;
}

.INDEX-PAGE2 .scrollDiv li em {
    display: block;
    float: left;
    width: 7px;
    height: 7px;
    margin-top: 13px;
    background: #f13939;
    border-radius: 50%;
    margin-right: 13px;
}

.INDEX-PAGE2 .scrollDiv li span {
    margin-left: 20px;
}

.INDEX-PAGE2 .scrollDiv li a:hover {
    color: #f13939;
    text-decoration: solid
}

.INDEX-PAGE2 .Div-news .but_up {
    position: absolute;
    right: 10px;
    top: 21px;
    width: 8px;
    height: 11px;
    background: url(../image/but_up.jpg) no-repeat;
}

.INDEX-PAGE2 .Div-news .but_down {
    position: absolute;
    right: 30px;
    top: 21px;
    width: 8px;
    height: 11px;
    background: url(../image/but_down.jpg) no-repeat;
}

/*title图 搜索*/
.INDEX-PAGE3 .Div-ioc-title {
    margin-top: 67px;
    text-align: center;
}

.INDEX-PAGE3 .Div-ioc-title li {
    width: 33.33%;
    float: left;
    border-right: 1px solid #b9b9b9;
    box-sizing: border-box;
}

.INDEX-PAGE3 .Div-ioc-title li:nth-child(3) {
    border-right: none;
}

.INDEX-PAGE3 .Div-ioc-title img {
    max-width: 70%;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.INDEX-PAGE3 .Div-search {
    overflow: hidden;
    margin-top: 46px;
    height: 46px;
    background: #f4f4f4;
    border: 1px solid #e8e8e8;
}

.INDEX-PAGE3 .search-dd1 {
    position: relative;
    float: left;
    width: 50%;
    font-size: 14px;
    color: #7b7b7b;
}

.INDEX-PAGE3 .search-dd1 .title {
    width: 70px;
    line-height: 46px;
    margin-left: 5%;
    float: left;
}

.INDEX-PAGE3 .search-dd1 .from {
    position: absolute;
    left: 100px;
    margin-top: 4px;
    width: 80%;
    background: #fff;
    height: 36px;
    border: 1px solid #e8e8e8;
}

.INDEX-PAGE3 .search-dd1 .from input {
    position: absolute;
    left: 0;
    font-size: 14px;
    color: #4f4f4f;
    width: 81%;
    padding: 8px 5%;
    border: none;
    background: none;
    outline: none;
}

.INDEX-PAGE3 .search-dd1 .from .from-but {
    position: absolute;
    right: 5px;
    top: 10px;
    width: 39px;
    height: 17px;
    background: url(../image/ioc-search.jpg) no-repeat;
}

.INDEX-PAGE3 .search-dd1 .from .from-but:hover {
    cursor: pointer;
}

.INDEX-PAGE3 .search-dd2 {
    float: right;
    width: 50%;
}

.INDEX-PAGE3 .search-dd2 li {
    line-height: 46px;
    float: left;
    margin-left: 5%;
}

.INDEX-PAGE3 .search-dd2 a {
    color: #4f4f4f;
    font-size: 14px;
}

/*成功案例*/
.INDEX-PAGE4 .DivTitle {
    margin-top: 60px;
}

.INDEX-PAGE4 .DivTitle .title-dd3 {
    width: 55px;
    height: 3px;
    background: #b46ee2;
}

.INDEX-PAGE4 .Div-Case li {
    overflow: hidden;
    margin-top: 35px;
    height: 95px;
    width: 31.33%;
    float: left;
    margin-right: 2%;
}

.INDEX-PAGE4 .Div-Case li .img {
    margin-right: 2%;
    width: 38%;
    float: left;
    height: 100%;
}

.INDEX-PAGE4 .Div-Case li .title {
    height: 21px;
    overflow: hidden;
    font-size: 16px;
    color: #6d6d6d;
    font-weight: bold;
}

.INDEX-PAGE4 .Div-Case li:hover .title {
    color:#5d87f4;
}

.INDEX-PAGE4 .Div-Case li .desc {
    height: 40px;
    overflow: hidden;
    font-size: 14px;
    color: #898989;
    margin-top: 10px;
}

.INDEX-PAGE4 .Div-Case li .more {
    display: block;
    font-size: 14px;
    color: #5d87f4;
    margin-top: 5px;
}

/*标题*/
.DivTitle .title-dd1 {
    color: #b46ee2;
    font-size: 30px;
    font-weight: bold;
}

.DivTitle .title-dd2 {
    width: 80%;
    color: #9c9c9c;
    font-size: 16px;
    margin-top: 10px;
}

.DivTitle .title-dd3 {
    width: 100%;
    height: 1px;
    background: #c1c1c1;
    margin-top: 10px;
}

.DivTitle a.more {
    position: absolute;
    top: 50px;
    right: 0px;
    color: #5a5a5a;
    font-size: 16px;
}

.DivTitle a.more img {
    margin-left: 10px;
    position: relative;
    top: 3px;
}

/* 新闻资讯 视频中心 */
.INDEX-PAGE5 {
    margin-top: 78px;
}

.INDEX-PAGE5 .Div-News {
    width: 48%;
    float: left;
}

.INDEX-PAGE5 .Div-News li {
    padding-bottom: 20px;
    border-bottom: 1px dashed #c1c1c1;
    overflow: hidden;
}

.INDEX-PAGE5 .Div-News li.dd1 {
    margin-top: 30px;
    height: 110px;
}

.INDEX-PAGE5 .Div-News li.dd1 .img {
    margin-right: 2%;
    width: 38%;
    float: left;
    height: 100%;
}

.INDEX-PAGE5 .Div-News li.dd1 .title {
    height: 21px;
    overflow: hidden;
    font-size: 16px;
    color: #b46ee2;
}

.INDEX-PAGE5 .Div-News li.dd1 .desc {
    height: 40px;
    overflow: hidden;
    font-size: 14px;
    color: #898989;
    margin-top: 10px;
}

.INDEX-PAGE5 .Div-News li.dd1 a.more {
    display: block;
    font-size: 14px;
    color: #5d87f4;
    margin-top: 5px;
}

.INDEX-PAGE5 .Div-News li.dd2 {
    padding-top: 20px;
    font-size: 14px;
    color: #464646;
}

.INDEX-PAGE5 .Div-News li.dd2 span {
    float: right;
    font-size: 14px;
    color: #818181;
}

.INDEX-PAGE5 .Div-Video {
    width: 48%;
    float: right;
}

.INDEX-PAGE5 .Div-Video .video-js {
    width: 100%;
    /* height: 314px; */
    margin-top: 30px;
}

/*第三代试管婴儿技术*/
.INDEX-PAGE6 {
    margin-top: 87px;
}

.INDEX-PAGE6 .Div-Third {
    margin-top: 44px;
}

.INDEX-PAGE6 .Div-Third-List {
    margin-top: 25px;
}

.INDEX-PAGE6 .Div-Third-List li {
    float: left;
    width: 30%;
    margin-right: 5%;
}

.INDEX-PAGE6 .Div-Third-List .dd1 {
    position: relative;
    width: 100%;
    height: 188px;
}

.INDEX-PAGE6 .Div-Third-List .dd1 .namebk {
    position: absolute;
    left: 0px;
    bottom: 0px;
    color: #fff;
    width: 100%;
    height: 60px;
    background: #001f29;
    opacity: 0.7;
}

.INDEX-PAGE6 .Div-Third-List .dd1 .namebk .name {
    margin-left: 10px;
    margin-top: 5px;
    font-size: 18px;
}

.INDEX-PAGE6 .Div-Third-List .dd1 .namebk .enname {
    margin-left: 10px;
    margin-top: 5px;
    font-size: 14px;
    color: #c2c2c2;
}

.INDEX-PAGE6 .Div-Third-List .dd2 {
    border-bottom: 1px dashed #c1c1c1;
    padding: 10px 0px;
    background: url(../image/4.jpg) no-repeat left;
}

.INDEX-PAGE6 .Div-Third-List .dd2 .title {
    padding-left: 20px;
    font-size: 14px;
    color: #6c6c6c;
}

/*天德海外医疗的特有优势*/
.INDEX-PAGE7 {
    margin-top: 50px;
}

.INDEX-PAGE7 .Div-Unique-List {
    margin-top: 50px;
}

.INDEX-PAGE7 .Div-Unique-List li {
    position: relative;
    width: 23%;
    margin: 0 1%;
    float: left;
}

.INDEX-PAGE7 .Div-Unique-List li span {
    text-align: center;
    position: absolute;
    top: -20px;
    line-height: 40px;
    width: 50px;
    left: 50%;
    margin-left: -25px;
    background: #fff;
    font-size: 55px;
    color: #b46ee2;
}

.INDEX-PAGE7 .Div-Unique-List li .text {
    overflow: hidden;
    width: 100%;
    border-radius: 100%;
    border: 2px dashed #b46ee2;
    transition: all 0.5s ease 0s;
    display: table;
}

.INDEX-PAGE7 .Div-Unique-List li .text p {
    width: 80%;
    display: table-cell;
    vertical-align: middle;
    line-height: 25px;
    font-size: 16px;
    color: #686868;
    text-align: center;
}

.INDEX-PAGE7 .Div-Unique-sex {
    margin-top: 50px;
}

.INDEX-PAGE7 .Div-Unique-sex li {
    position: relative;
    height: 260px;
    overflow: hidden;
    margin-bottom: 10px;
    float: left;
    width: 31.33%;
    margin-left: 1%;
    margin-right: 1%;
}

.INDEX-PAGE7 .Div-Unique-sex li .back {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #43404b;
    opacity: 0.6;
}

.INDEX-PAGE7 .Div-Unique-sex li .text {
    width: 100%;
    height: 100%;
    text-align: center;
    display: table;
    position: absolute;
    top: 0px;
    left: 0px;
}

.INDEX-PAGE7 .Div-Unique-sex li .text .cell {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}

.INDEX-PAGE7 .Div-Unique-sex li .text .cell .border {
    display: inline-block;
    *display: inline;
    zoom: 1;
    overflow: hidden;
    padding: 2%;
    width: 80%;
}

.INDEX-PAGE7 .Div-Unique-sex li .text .cell .border .title {
    font-size: 24px;
}

.INDEX-PAGE7 .Div-Unique-sex li .text .cell .border .subtitle {
    font-size: 16px;
    line-height: 25px;
    margin-top: 10px;
}

.INDEX-PAGE7 .Div-Unique-sex li:hover .back {
    transition: all 0.3s ease 0s;
    opacity: 0.3;
}

.INDEX-PAGE7 .Div-Unique-sex li:hover .text .cell .border {
    transition: all 0.3s ease 0s;
    border: 1px solid #fff;
}

/*各国辅助生殖现况对比*/
.INDEX-PAGE8 {
    margin-top: 80px;
}

.INDEX-PAGE8 .Div-Comparison-Table {
    margin-top: 35px;
}

.INDEX-PAGE8 .Div-Comparison-Table .table1 {
    float: left;
    border-bottom: 1px solid #c4cfeb;
}

.INDEX-PAGE8 .Div-Comparison-Table .table2 {
    float: right;
    border-right: 1px solid #c4cfeb;
    border-bottom: 1px solid #c4cfeb;
}

.INDEX-PAGE8 .Div-Comparison-Table table tr {
    font-size: 16px;
    color: #454545;
    height: 60px;
}

.INDEX-PAGE8 .Div-Comparison-Table table tr td {
    text-align: center;
    box-sizing: border-box;
    border-top: 1px solid #c4cfeb;
    border-left: 1px solid #c4cfeb;
}

.INDEX-PAGE8 .Div-Comparison-Table table tr td img {
    position: relative;
    left: -5px;
    top: 3px;
}

.INDEX-PAGE8 .Div-Comparison-Table table tr td.td-dd1 {
    background: #5d87f4;
    color: #fff;
}

.INDEX-PAGE8 .Div-Comparison-Table table tr td.td-dd2 {
    background: #8a84f2;
    color: #fff;
}

/*世界最顶尖的医学专家是您最大的保障*/
.INDEX-PAGE9 {
    margin-top: 70px;
    width: 100%;
    height: 808px;
    background: url(../image/5.jpg) no-repeat center;
}

.INDEX-PAGE9 .swiper-container {
    width: 100%;
    height: 100%;
}

.INDEX-PAGE9 .swiper-slide {
    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;
}

.INDEX-PAGE9 .Title-Img {
    margin-top: 60px;
}

.INDEX-PAGE9 .Title-Img img {
    max-width: 95%;
}

.INDEX-PAGE9 .DIV-Zhuangji {
    padding-top: 80px;
    width: 910px;
    margin: 0px auto;
}

.INDEX-PAGE9 .DIV-Zhuangji li {
    overflow: hidden;
    width: 100%;
    margin: 1%;
    padding-bottom: 20px;
    text-align: center;
    box-shadow: 1px 1px 10px 1px #d9d9d9;
    background: #fff;
}

.INDEX-PAGE9 .DIV-Zhuangji li .item {
    text-align: center;
    margin: 0 4%;
    margin-top: 15px;
    width: 92%;
    height: 45px;
    position: relative;
}

.INDEX-PAGE9 .DIV-Zhuangji li .item .dd2 {
    width: 100%;
    font-size: 18px;
    color: #555555;
}

.INDEX-PAGE9 .DIV-Zhuangji li .item .dd3 {
    font-size: 14px;
    color: #969696;
}

.INDEX-PAGE9 .DIV-Zhuangji li .desc {
    height: 97px;
    overflow: hidden;
    text-align: left;
    line-height: 28px;
    padding: 4% 10%;
    font-size: 14px;
    color: #4e4e4e;
}

.INDEX-PAGE9 .DIV-Zhuangji li .but {
    box-shadow: 1px 2px 10px 5px #f5ebfb;
    margin-top: 20px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 160px;
    border-radius: 20px;
    height: 30px;
    background: #d0b659;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.INDEX-PAGE9 .DIV-Zhuangji li .img {
    background-size: auto 100% !important;
    width: 100%;
    height: 135px;
    overflow: hidden;
}

.INDEX-PAGE9 .DIV-Zhuangji li img {
    width: 100%;
    height: 100%;
}

.INDEX-PAGE9 .DIV-Zhuangji li:hover .hrbut {
    background: #e28a33;
    color: #fff;
}

.INDEX-PAGE9 .DIV-Zhuangji .zhuangji-swiper-button-prev {
    margin-top: -25px;
    left: 0px;
    width: 30px;
    background-size: 100% 100%;
    height: 135px;
    background-image: url(../image/prevs.png);
}

.INDEX-PAGE9 .DIV-Zhuangji .zhuangji-swiper-button-next {
    margin-top: -25px;
    right: 0px;
    width: 30px;
    background-size: 100% 100%;
    height: 135px;
    background-image: url(../image/nexts.png);
}

/*俄罗斯试管婴儿发达之原因探秘*/
.INDEX-PAGE10 {
    margin-top: 80px;
}

.INDEX-PAGE10 .DivTitle .title-dd2 {
    width: 100%;
}

.INDEX-PAGE10 .DivTitle .title-dd3 {
    width: 180px;
}

.INDEX-PAGE10 .Div-Reasons {
    height: 420px;
    position: relative;
    margin-top: 80px;
}

.INDEX-PAGE10 .Div-Reasons .text {
    position: relative;
}

.INDEX-PAGE10 .Div-Reasons .reas-dd1 {
    font-size: 24px;
    font-weight: bold;
}

.INDEX-PAGE10 .Div-Reasons .reas-dd2 {
    font-size: 12px;
    margin-top: 10px;
    line-height: 20px;
    text-align: left;
}


.INDEX-PAGE10 .Div-Reasons .Div-Reasons-list5  .reas-dd2 {
    text-align: center;
}

.INDEX-PAGE10 .Div-Reasons .Div-Reasons-list {
    position: absolute;
}

.INDEX-PAGE10 .Div-Reasons .Div-Reasons-list span {
    position: absolute;
    display: block;
    font-size: 18px;
    color: #b085e7;
    line-height: 43px;
    text-align: center;
    width: 43px;
    height: 43px;
}

.INDEX-PAGE10 .Div-Reasons .Div-Reasons-list1 {
    right: 63%;
    top: -30px;
    text-align: right;
}

.INDEX-PAGE10 .Div-Reasons .Div-Reasons-list1 span {
    right: -55px;
    top: -5px;
    background: url(../image/icon2-1.png);
}

.INDEX-PAGE10 .Div-Reasons .Div-Reasons-list2 {
    left: 63%;
    top: -30px;
    text-align: left;
}

.INDEX-PAGE10 .Div-Reasons .Div-Reasons-list2 span {
    left: -55px;
    top: -5px;
    background: url(../image/icon2-2.png);
}

.INDEX-PAGE10 .Div-Reasons .Div-Reasons-list3 {
    left: 70%;
    top: 185px;
    text-align: left;
}

.INDEX-PAGE10 .Div-Reasons .Div-Reasons-list3 span {
    left: -55px;
    top: -5px;
    background: url(../image/icon2-3.png);
}

.INDEX-PAGE10 .Div-Reasons .Div-Reasons-list4 {
    right: 70%;
    top: 185px;
    text-align: right;
}

.INDEX-PAGE10 .Div-Reasons .Div-Reasons-list4 span {
    right: -55px;
    top: -5px;
    background: url(../image/icon2-4.png);
}

.INDEX-PAGE10 .Div-Reasons .Div-Reasons-list5 {
    margin-left: -230px;
    width: 450px;
    left: 50%;
    top: 250px;
}

.INDEX-PAGE10 .Div-Reasons .Div-Reasons-list5 span {
    left: 50%;
    margin-left: -22px;
    top: -50px;
    background: url(../image/icon2-5.png);
}

.INDEX-PAGE10 .Div-Reasons .Div-Reasons-list5 .reas-dd1 {
    margin-top: 90px;
}

.INDEX-PAGE10 .Div-Reasons-Biao {
    text-align: center;
    margin-top: 80px;
}

.INDEX-PAGE10 .Div-Reasons-Biao img {
    max-width: 80%;
}

.INDEX-PAGE10 .Div-Reasons-Biao .title {
    width: 80%;
    color: #6f68ef;
    font-size: 16px;
    margin-top: 20px;
}

.INDEX-PAGE10 .Div-Reasons-Biao .border {
    width: 100%;
}

.INDEX-PAGE10 .Div-Reasons-Biao .border div {
    margin-top: 10px;
    width: 90px;
    height: 2px;
    background: #b46ee2;
}

.INDEX-PAGE10 .Div-Reasons-Biao .content {
    margin-top: 5px;
    color: #333333;
    line-height: 25px;
    font-size: 14px;
    width: 90%;
    text-align: left;
}

.INDEX-PAGE10 .Div-Reasons-Biao .biao-dd1 {
    width: 50%;
    float: left;
}

.INDEX-PAGE10 .Div-Reasons-Biao .biao-dd2 {
    width: 50%;
    float: right;
}

/*俄罗斯试管婴儿发达之原因探秘*/
.INDEX-PAGE11 {
    margin-top: 30px;
}

.INDEX-PAGE11 .Div-link-Title {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #c1c1c1;
    padding-bottom: 10px;
}

.INDEX-PAGE11 .Div-link-Title em {
    color: #5d87f4
}

.INDEX-PAGE11 .Div-link-Title span {
    color: #de4e53
}

.INDEX-PAGE11 .Div-link-list {
    margin-top: 15px;
}

.INDEX-PAGE11 .Div-link-list li {
    float: left;
    margin: 0px 20px;
}

.INDEX-PAGE11 .Div-link-list li a {
    color: #535252;
    font-size: 14px;
    margin-right: 10px;
}

.INDEX-PAGE11 .Div-link-list li span {
    margin-top: 8px;
    display: block;
    float: left;
    width: 6px;
    height: 6px;
    background: #de4e53;
    margin-right: 5px;
}

/*底部*/
.INDEX-FOOTER {
    margin-top: 65px;
}

.INDEX-FOOTER .Div-Foot-dd1 {
    min-height: 246px;
    padding: 50px 0px;
    background: #3d434f;
}

.INDEX-FOOTER .Div-Foot-dd1 .foot-dd1 {
    float: left;
    margin-top: 40px;
}

.INDEX-FOOTER .Div-Foot-dd1 .foot-dd1 .dd1 {
    font-size: 14px;
    color: #c4cad7;
}

.INDEX-FOOTER .Div-Foot-dd1 .foot-dd1 .dd2 {
    margin-top: 5px;
    font-size: 24px;
    font-weight: bold;
    color: #c4cad7;
}

.INDEX-FOOTER .Div-Foot-dd1 .foot-dd2 {
    text-align: center;
    position: absolute;
    right: 0px;
    top: 0px;
}

.INDEX-FOOTER .Div-Foot-dd1 .foot-dd2 .dd1 {
    float: right;
}

.INDEX-FOOTER .Div-Foot-dd1 .foot-dd2 div img {
    width: 111px;
    height: 111px;
}

.INDEX-FOOTER .Div-Foot-dd1 .foot-dd2 .dd2 {
    float: right;
    margin-right: 20px;
}

.INDEX-FOOTER .Div-Foot-dd1 .foot-dd2 em {
    margin-top: 5px;
    display: block;
    color: #c4cad7;
    font-size: 18px;
}

.INDEX-FOOTER .Div-Foot-dd1 .foot-dd2 li {
    margin-top: 25px;
    float: left;
    margin-left: 25px;
}

.INDEX-FOOTER .Div-Foot-dd1 .list {
    float: left;
    width: 54%;
}

.INDEX-FOOTER .Div-Foot-dd1 .list li {
    width: 25%;
    float: left;
    margin-bottom: 15px;
}

.INDEX-FOOTER .Div-Foot-dd1 .list li a {
    font-size: 16px;
    color: #c4cad7;
}

.INDEX-FOOTER .Div-Foot-dd1 .list li a:hover {
    text-decoration: underline;
    color: #d1880b
}

.INDEX-FOOTER .Div-Foot-dd2 {
    color: #c4cad7;
    font-size: 14px;
    text-align: center;
    background: #31363f;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
}

.Div-Fixed-Right {
    position: fixed;
    z-index: 99;
    top: 30%;
    left: 5px;
}

.Div-Fixed-Right .fixed-dd1 {
    margin-top: 20px;
    position: relative;
}

.Div-Fixed-Right .weixin-content {
    left: 51px;
    top: 0px;
    position: absolute;
    height: 100px;
    overflow: hidden;
    width: 0px;
    background: #fff;
}

.Div-Fixed-Right .weixin-content img {
    width: 100%;
    height: 100%;
}

.Div-Fixed-Right .phone-content {
    left: 51px;
    top: 0px;
    position: absolute;
    height: 70px;
    overflow: hidden;
    width: 0px;
    background: #fff;
}

.Div-Fixed-Right .phone-content em {
    margin-left: 30px;
    font-size: 18px;
    color: #b46ee2;
    font-weight: bold;
    display: block;
    margin-top: 10px;
}

.Div-Fixed-Right .phone-content span {
    margin-left: 30px;
    font-size: 16px;
    color: #ef9c00;
    margin-top: 5px;
    display: block;
}

/*内页*/
.MEFT {
    width: 70%;
    float: left;
}

.CATALIST {
    margin-top: 10px;
}

.CATALIST .DIVmenu {
    box-sizing: border-box;
    text-align: center;
    font-size: 18px;
    overflow: hidden;
    float: left;
    margin-right: 3%;
    margin-top: 10px;
    height: 60px;
}

.CATALIST .DIVmenu a {
    color: #fff;
}

.CATALIST .DIVmenu .img {
    position: relative;
    top: 10px;
    margin-right: 5px;
}

.CATALIST .DIVmenu1 {
    width: 67%;
    background: #53bde5;
}

.CATALIST .DIVmenu2 {
    width: 30%;
    background: #5394e5;
}

.CATALIST .DIVmenu3 {
    width: 30%;
    background: #5a53e5;
}

.CATALIST .DIVmenu4 {
    width: 67%;
    background: #8353e5;
}

.CATALIST .DIVmenu1 .img {
    width: 35px;
    height: 35px;
    background: url(../image/icon1.png) no-repeat;
}

.CATALIST .DIVmenu2 .img {
    width: 35px;
    height: 35px;
    background: url(../image/icon2.png) no-repeat;
}

.CATALIST .DIVmenu3 .img {
    width: 35px;
    height: 35px;
    background: url(../image/icon3.png) no-repeat;
}

.CATALIST .DIVmenu4 .img {
    width: 35px;
    height: 35px;
    background: url(../image/icon4.png) no-repeat;
}

.ARTICLE-INDEX {
    margin-top: 30px;
}

.ARTICLE-INDEX .ARTICLE-SRC-IDNEX ul {
    margin-top: 30px;
    border-top: 1px dashed #c6c6c6;
}

.ARTICLE-INDEX .ARTICLE-SRC-IDNEX li {
    overflow: hidden;
    padding: 30px 0px;
    border-bottom: 1px dashed #c6c6c6;
}

.ARTICLE-INDEX .ARTICLE-SRC-IDNEX li .dd-title {
    height: 24px;
    overflow: hidden;
    font-size: 18px;
    color: #6d6d6d;
    font-weight: bold;
}

.ARTICLE-INDEX .ARTICLE-SRC-IDNEX li:hover .dd-title {
    color:#5d87f4;
}

.ARTICLE-INDEX .ARTICLE-SRC-IDNEX li .dd-desc {
    max-height: 60px;
    overflow: hidden;
    font-size: 14px;
    color: #3d3d3d;
    margin-top: 10px;
}

.ARTICLE-INDEX .ARTICLE-SRC-IDNEX li a.more {
    display: block;
    font-size: 14px;
    color: #5d87f4;
    margin-top: 10px;
}

.ARTICLE-INDEX.CASE .ARTICLE-SRC-CASE li {
    overflow: hidden;
    padding: 20px 0px;
    border-bottom: 1px dashed #c6c6c6;
}

.ARTICLE-INDEX.CASE .ARTICLE-SRC-CASE li .dd-title {
    height: 24px;
    overflow: hidden;
    font-size: 18px;
    color: #6d6d6d;
    font-weight: bold;
}

.ARTICLE-INDEX.CASE .ARTICLE-SRC-CASE li:hover .dd-title {
    color:#5d87f4;
}

.ARTICLE-INDEX.CASE .ARTICLE-SRC-CASE li .dd-desc {
    max-height: 60px;
    overflow: hidden;
    font-size: 14px;
    color: #3d3d3d;
    margin-top: 10px;
}

.ARTICLE-INDEX.CASE .ARTICLE-SRC-CASE li a.more {
    display: block;
    font-size: 14px;
    color: #5d87f4;
    margin-top: 10px;
}

.ARTICLE-INDEX.CASE .ARTICLE-SRC-CASE li:first-child {
    border-top: none;
    margin-top: 0px;
}

.ARTICLE-INDEX.CASE .ARTICLE-SRC-CASE li .img {
    width: 23%;
    height: 125px;
    float: left;
}

.ARTICLE-INDEX.CASE .ARTICLE-SRC-CASE li .text {
    width: 75%;
    float: right;
}

.RIGHT {
    width: 26%;
    float: right;
}

.POSTION {
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
    color: #707070;
}

.POSTION a {
    font-size: 14px;
    color: #707070;
}

.POSTION i {
    color: #5d87f4;
    margin-right: 5px;
    font-size: 18px;
}

.YIYUANIMG .cellabs {
    z-index: 9;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    left: 25%;
    text-align: center;
    height: 100%;
}

.YIYUANIMG .cellabs .cell {
    display: table;
    width: 100%;
    height: 100%;
}

.YIYUANIMG .cellabs .cell span {
    display: table-cell;
    vertical-align: middle;
}

.YIYUANIMG .yiyuan-swiper-button-next {
    width: 29px;
    height: 49px;
    background-image: url(../image/cur4.png) !important;
}

.YIYUANIMG .yiyuan-swiper-button-prev {
    width: 29px;
    height: 49px;
    background-image: url(../image/cur3.png) !important;
}

.ARTICEL-SRC-RIGHT .DIV-dd1 {
    border: 1px solid #dcdcdc;
}

.ARTICEL-SRC-RIGHT .posion {
    line-height: 44px;
    height: 44px;
    background: #f1f1f1;
    overflow: hidden;
}

.ARTICEL-SRC-RIGHT .posion em {
    margin-right: 5px;
    margin-top: 15px;
    margin-left: 10px;
    float: left;
    display: block;
    width: 5px;
    height: 15px;
    background: #b46ee2;
}

.ARTICEL-SRC-RIGHT .posion span {
    font-size: 18px;
    color: #66708a;
}

.ARTICEL-SRC-RIGHT .posion a {
    margin-right: 5px;
    display: block;
    color: #b7b7b;
    font-size: 14px;
    float: right;
}

.ARTICEL-SRC-RIGHT .list {
    padding-bottom: 30px;
}

.ARTICEL-SRC-RIGHT .list .top {
    padding: 0 5%;
}

.ARTICEL-SRC-RIGHT .list .top .img {
    background-size: 100% !important;
    width: 100%;
    height: 250px;
}

.ARTICEL-SRC-RIGHT .list .top .item {
}

.ARTICEL-SRC-RIGHT .list .top .item .title {
    font-size: 18px;
    color: #313131;
}

.ARTICEL-SRC-RIGHT .list .top .item .zhicheng {
    font-size: 18px;
    color: #969696;
}

.ARTICEL-SRC-RIGHT .list .top .desc {
    font-size: 14px;
    color: #737373;
    line-height: 30px;
}

.ARTICEL-SRC-RIGHT .list .top .desc a {
    font-size: 14px;
    color: #aaaaaa;
    margin-left: 5px;
}

.ARTICEL-SRC-RIGHT .list .li {
    padding: 5px 5%;
    height: 120px;
    margin-top: 25px;
    overflow: hidden;
}

.ARTICEL-SRC-RIGHT .list .li .img {
    background-size: auto 100% !important;
    box-sizing: border-box;
    border: 1px solid #cdcdcd;
    float: left;
    width: 38%;
    height: 100%;
}

.ARTICEL-SRC-RIGHT .list .li .con {
    float: right;
    width: 55%;
}

.ARTICEL-SRC-RIGHT .list .li .title {
    font-size: 18px;
    color: #313131;
}

.ARTICEL-SRC-RIGHT .list .li .zhicheng {
    font-size: 18px;
    color: #969696;
}

.ARTICEL-SRC-RIGHT .list .li .desc {
    height: 66px;
    overflow: hidden;
    font-size: 14px;
    color: #737373;
    line-height: 22px;
    margin-top: 5px;
}

.ARTICEL-SRC-RIGHT .list .li .desc a {
    font-size: 14px;
    color: #aaaaaa;
}

.ARTICEL-SRC-RIGHT .DIV-dd2 .img {
    width: 100%;
    height: 139px;
    background: url(../image/qq.jpg) no-repeat center;
    margin-top: 15px;
}

.ARTICEL-SRC-RIGHT .DIV-dd2 .img .q2 {

}

.ARTICEL-SRC-RIGHT .DIV-dd2 .img .dis {
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 5px;
    right: 42%;
    background: #4777a9;
    text-align: center;
    z-index: 9;
    display: none;
}

.ARTICEL-SRC-RIGHT .DIV-dd2 .img .dis img {
    width: 100%;
    height: 100%;
}

.ARTICEL-SRC-RIGHT .DIV-dd2 .img .abs {
    right: 17%;
}

.ARTICEL-SRC-RIGHT .DIV-dd2 .posion {
    margin-top: 20px;
}

.ARTICEL-SRC-RIGHT .DIV-dd2 .list li {
    overflow: hidden;
    line-height: 35px;
    border-bottom: 1px dashed #c9c9c9;
    height: 38px;
    background: url(../image/t.png) no-repeat left;
}

.ARTICEL-SRC-RIGHT .DIV-dd2 .list li a {
    margin-left: 25px;
    font-size: 14px;
    color: #6c6c6c;
}

.ARTICEL-SRC-BOTTOM {
    margin-top: 30px;
}

.ARTICEL-SRC-BOTTOM .title {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.ARTICEL-SRC-BOTTOM .title span {
    font-size: 18px;
    color: #3d3d3d;
}

.ARTICEL-SRC-BOTTOM .title em {
    left: 0px;
    bottom: 0px;
    position: absolute;
    width: 100px;
    height: 1px;
    background: #b46ee2;
}

.ARTICEL-SRC-BOTTOM .list {
    margin-top: 20px;
}

.ARTICEL-SRC-BOTTOM .list img {
    width: 100%;
}

.ARTICEL-SRC-CONTACT .DIV-icon {
    margin-top: 55px;
}

.ARTICEL-SRC-CONTACT .DIV-icon li {
    text-align: center;
    margin-left: 4%;
    width: 20%;
    float: left;
}

.ARTICEL-SRC-CONTACT .DIV-icon li .title {
    font-size: 16px;
    margin-top: 10px;
    color: #7069ef;
}

.ARTICEL-SRC-CONTACT .DIV-icon li .desc {
    font-size: 14px;
    margin-top: 5px;
    color: #808080;
}

.ARTICEL-SRC-CONTACT .DIV-MAP {
    margin-top: 40px;
}

.ARTICEL-SRC-CONTACT .DIV-MAP iframe {
    overflow: hidden;
    border: #7069ef solid 3px;
    width: 100%;
    height: 415px;
}

.ARTICEL-GUANYU .company .img {
    float: left;
    width: 35%;
    height: 576px;
}

.ARTICEL-GUANYU .company .text {
    height: 576px;
    overflow: hidden;
    width: 61%;
    float: right;
    line-height: 30px;
    font-size: 14px;
}

.ARTICEL-GUANYU.ABOUT .company .img {
    float: left;
    width: 35%;
    height: 270px;
}

.ARTICEL-GUANYU.ABOUT .company .text {
    height: 270px;
    overflow: hidden;
    width: 61%;
    float: right;
    line-height: 40px;
    font-size: 24px;
}

.ARTICEL-GUANYU .celebrated {
    min-height:350px;
    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: 50px;
    background: #f2f2f2;
}

.ARTICEL-GUANYU .celebrated .title {
    text-align: center;
    color: #666;
    font-size: 24px;
}

.ARTICEL-GUANYU .celebrated .but {
    margin-top: 30px;
    width: 200px;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
    text-align: center;
    background: #6f68ef;
    font-size: 18px;
    color: #fff;
}

.ARTICEL-GUANYU .celebrated .but a {
    color: #fff;
}

.ARTICEL-GUANYU .celebrated .title--1 {
    text-align: center;
    color: #333;
    font-size: 25px;
    margin-top: 30px;
    color: #333;
}

.ARTICEL-GUANYU.ABOUT .celebrated .list li {
    height: 210px;
    float: left;
    border-radius: 10px;
    box-sizing: border-box;
    width: 49%;
    margin-bottom: 10px;
    margin-left: 1%;
    padding: 2%;
    border: 1px solid #babdbe;
    overflow: hidden;
}

.ARTICEL-GUANYU.ABOUT .celebrated .list li img {
    float: left;
    margin-right: 20px;
}

.ARTICEL-GUANYU.ABOUT .celebrated .list li .cell {
    display: table;
}

.ARTICEL-GUANYU.ABOUT .celebrated .list li .cell span {
    display: table-cell;
    vertical-align: middle;
}

.ARTICEL-GUANYU.ABOUT .celebrated .list li .midd {
    display: table-cell;
    vertical-align: middle;
    font-size: 24px;
    line-height: 40px;
    color: #333;
}

.ARTICEL-GUANYU.ABOUT .choose li {
    text-align: center;
    padding: 0px 1%;
    float: left;
    width: 16%;
    margin: 0px 1%;
}

.ARTICEL-GUANYU.ABOUT .choose li .title {
    margin-top: 10px;
    font-size: 16px;
    color: #6f68ef;
}

.ARTICEL-GUANYU.ABOUT .choose li .desc {
    text-align: left;
    margin-top: 10px;
    line-height: 25px;
    font-size: 12px;
    color: #797979;
}

.ARTICEL-GUANYU .contact .DIV-icon {
}

.ARTICEL-GUANYU .contact .DIV-icon li {
    text-align: center;
    margin-left: 4.5%;
    width: 20%;
    float: left;
}

.ARTICEL-GUANYU .contact .DIV-icon li .title {
    font-size: 16px;
    margin-top: 10px;
    color: #7069ef;
}

.ARTICEL-GUANYU .contact .DIV-icon li .desc {
    word-wrap: break-word;
    font-size: 14px;
    margin-top: 5px;
    color: #808080;
}

.ARTICEL-GUANYU .contact .DIV-MAP {
    margin-top: 40px;
}

.ARTICEL-GUANYU .contact .DIV-MAP iframe {
    box-sizing: border-box;
    overflow: hidden;
    border: #7069ef solid 3px;
    width: 100%;
    height: 415px;
}

.ARTICEL-GUANYU .contact .content {
    line-height: 50px;
    font-size: 30px;
}

.ARTICEL-GUANYU .contact .content em {
    color: #6f68ef;
}

.ARTICEL-SHENGZHI .list .li {
    height: 450px;
    margin-bottom: 40px;
}

.ARTICEL-SHENGZHI .list .li .img {
    background-size: auto 100% !important;
    height: 450px;
    width: 50%;
}

.ARTICEL-SHENGZHI .list .li .text {
    display: table;
    width: 50%;
    height: 100%;
}

.ARTICEL-SHENGZHI .list .li .text .cell {
    display: table-cell;
    vertical-align: middle;
}

.ARTICEL-SHENGZHI .list .li .text span {
    display: block;
}

.ARTICEL-SHENGZHI .list .li .text .con {
    margin-top: 10px;
}

.ARTICEL-SHENGZHI .list .li .text .title {
    font-size: 28px;
    color: #b46ee2;
}

.ARTICEL-SHENGZHI .list .li .text .desc {
    line-height: 25px;
    font-size: 18px;
    color: #333;
    margin-top: 10px;
}

.ARTICEL-SHENGZHI .list .li .text .content {
    line-height: 25px;
    font-size: 18px;
    color: #333;
    margin-top: 10px;
}

.ARTICEL-SHENGZHI .list .li .text .content span {
    margin-top: 30px;
}

.ARTICEL-SHENGZHI .list .li.left .img {
    float: left;
}

.ARTICEL-SHENGZHI .list .li.right .img {
    float: right;
}

.ARTICEL-SHENGZHI .list .li.left .text {
    float: right;
}

.ARTICEL-SHENGZHI .list .li.right .text {
    float: left;
}

.ARTICEL-SHENGZHI.XINGXIANG .list .li .text .con {
    line-height: 30px;
    text-indent: 40px;
}

.DIV-ARTICLE-TITLE {
    border-bottom: 1px solid #7f7f7f;
    text-align: center;
    margin: 100px 0px;
}

.DIV-ARTICLE-TITLE .titleabs {
    position: absolute;
    left: 0px;
    top: -50px;
    width: 100%;
}

.DIV-ARTICLE-TITLE .titleabs .titlec {
    width: auto;
    padding: 0px 8%;
    background: #fff;
}

.DIV-ARTICLE-TITLE .titleabs .titlec em {
    display: block;
    font-size: 36px;
    font-weight: normal;
    color: #b46ee2;
}

.DIV-ARTICLE-TITLE .titleabs .titlec span {
    margin-top: 10px;
    display: block;
    font-size: 24px;
    font-weight: normal;
    color: #636363;
    text-transform: uppercase;
}

.DIV-ARTICLE-TITLE .titleabs .titlec p {
    margin-top: 10px;
    width: 130px;
    height: 2px;
    background: #b46ee2;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.DIV-ARTICLE-TITLE .titleabs .titlec.back {
    background: #f2f2f2;
}

.ARTICLE-ITEM {
    margin-top: 20px;
}

.ARTICLE-ITEM .item-title {
    margin-bottom: 20px;
    font-size: 25px;
    margin-top: 30px;
}

.ARTICLE-ITEM .item-title--1 {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.ARTICLE-ITEM .item-mp4 .video {
    height:350px;
    width:100%;
}

#DISNONE {
    display: none;
}

.ARTICEL-DISANDAI-BANNER {
    height: 820px;
    width: 100%;
}

.ARTICEL-DISANDAI-BANNER .banner-dd1 {
    animation: bounce-down 1.5s linear infinite;
    position: absolute;
    bottom: 20%;
    width: 100%;
}

.ARTICEL-DISANDAI-BANNER .banner-dd1 img {
    cursor: pointer;
}

@-webkit-keyframes bounce-down {
    25% {
        -webkit-transform: translateY(-10px);
    }
    50%, 100% {
        -webkit-transform: translateY(0);
    }
    75% {
        -webkit-transform: translateY(10px);
    }
}

.ARTICEL-DISANDAI .DIV-CONTENT-PAGE1 .left {
    width: 65%;
    float: left;
}

.ARTICEL-DISANDAI .DIV-CONTENT-PAGE1 .left .hh1--title {
    font-size: 18px;
    color: #6f68ef;
}

.ARTICEL-DISANDAI .DIV-CONTENT-PAGE1 .left .hh2--title {
    font-weight: bold;
    font-size: 16px;
    color: #333;
    margin-top: 20px;
}

.ARTICEL-DISANDAI .DIV-CONTENT-PAGE1 .left .hhcon {
    line-height: 25px;
    font-size: 14px;
    color: #333;
    margin-top: 10px;
}

.ARTICEL-DISANDAI .DIV-CONTENT-PAGE1 .right {
    width: 30%;
    float: right;
}

.ARTICEL-DISANDAI .DIV-CONTENT-PAGE1 .right .hhimg1 {
    background-size: 100% auto !important;
    height: 220px;
    width: 100%;
}

.ARTICEL-DISANDAI .DIV-CONTENT-PAGE1 .right .hhimg2 {
    background-size: 100% auto !important;
    height: 220px;
    width: 100%;
    margin-top: 20px;
}

.ARTICEL-DISANDAI .DIV-CONTENT-PAGE2 .left {
    width: 55%;
    float: right;
}

.ARTICEL-DISANDAI .DIV-CONTENT-PAGE2 .left .hh1--title {
    font-size: 18px;
    color: #6f68ef;
}

.ARTICEL-DISANDAI .DIV-CONTENT-PAGE2 .left .hh2--title {
    font-weight: bold;
    font-size: 16px;
    color: #333;
    margin-top: 20px;
}

.ARTICEL-DISANDAI .DIV-CONTENT-PAGE2 .left .hhcon {
    line-height: 25px;
    font-size: 14px;
    color: #333;
    margin-top: 10px;
}

.ARTICEL-DISANDAI .DIV-CONTENT-PAGE2 .right {
    width: 40%;
    float: left;
}

.ARTICEL-DISANDAI .DIV-CONTENT-PAGE2 .right .hhimg1 {
    background-size: 100% !important;
    height: 550px;
    width: 100%;
}

.ARTICEL-DISANDAI .DIV-CONTENT-PAGE3 .right .hhimg1 {
    height: 320px;
}

.ARTICEL-TUANDUI .list .item {
    margin-bottom: 90px;
}

.ARTICEL-TUANDUI .list .img {
    width: 270px;
    float: left;
    margin-right: 30px;
}

.ARTICEL-TUANDUI .list .img img {
    max-width: 100%;
}

.ARTICEL-TUANDUI .list .text {
    overflow: hidden;
}

.ARTICEL-TUANDUI .list .text h3 {
    font-size: 28px;
    font-weight: normal;
    background: #fff;
}

.ARTICEL-TUANDUI .list ul li {
    padding: 10px 0;
    margin-left: 30px;
    border-left: 10px solid #efefef;
    position: relative;
}

.ARTICEL-TUANDUI .list ul li .img1 {
    background-size: 100% !important;
    margin: 10px 0;
    width: 55px;
    height: 55px;
    border-radius: 58px;
    overflow: hidden;
    float: left;
    margin-right: 5px;
    margin-left: -35px;
}

.ARTICEL-TUANDUI .list ul li .text1 {
    overflow: hidden;
    position: relative;
    padding-left: 32px;
}

.ARTICEL-TUANDUI .list ul li .article {
    border-radius: 10px;
    background: #f9f9f9;
    padding: 20px 30px;
    font-size: 20px;
    color: #666;
}

.ARTICEL-TUANDUI .list ul li .article p.center {
    text-align: center;
    text-indent: 0;
}

.ARTICEL-TUANDUI .list ul li i {
    position: absolute;
    left: 0;
    top: 25px;
    display: block;
    width: 32px;
    height: 24px;
    background: url(../image/icon8.png) no-repeat center center;
    background-size: auto 100%;
}

.ARTICEL-TUANDUI .list ul li .article img {
    margin-top: 15px;
}

.ARTICEL-TUANDUI .list ul li .article h5 {
    font-size: 22px;
    font-weight: normal;
}

.ARTICLE-LIUCHENG .listimg {
    margin-top: 80px;
}

.ARTICLE-LIUCHENG .listimg ul li {
    float: left;
    width: 17%;
    margin: 0px 1.5%;
    text-align: left;
    margin-bottom: .5rem;
}

.ARTICLE-LIUCHENG .listimg ul li h3 {
    color: #333;
    font-size: 16px;
    margin-top: 20px;
    display: block;
}

.ARTICLE-LIUCHENG .listimg ul li em {
    text-align: center;
    display: block;
    font-size: 16px;
    color: #6f68ef;
}

.ARTICLE-LIUCHENG .listimg ul li p {
    display: block;
    font-size: 12px;
    color: #797979;
    line-height: 25px;
    padding: 0px .1rem;
    margin-top: 20px;
}

.ARTICLE-LIUCHENG .listimg ul li img {
    width: 100%;
}

.ARTICLE-LIUCHENG .listioc {
    margin-top: 60px;
    padding: 30px 0px;
    background: #f2f2f2;
}

.ARTICLE-LIUCHENG .listioc ul {
    overflow: hidden;
}

.ARTICLE-LIUCHENG .listioc ul li {
    overflow: hidden;
    width: 31.3%;
    height: 470px;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: -2px 0 10px #e8e8e8, /*左边阴影*/ 10px 0 10px #e8e8e8, /*右边阴影*/ -2px 0 10px #e8e8e8, /*底部阴影*/ 0 3px 2px white;
}

.ARTICLE-LIUCHENG .listioc ul li .img {
    width: 100%;
    height: 337px;
    display: block;
    background-size: cover !important;
    transition: all 0.3s ease 0s;

}

.ARTICLE-LIUCHENG .listioc ul li .img:hover {
    -webkit-transform-origin: center center;
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform-origin: center center;
    -moz-transform: scale(1.05, 1.05);
}

.ARTICLE-LIUCHENG .listioc ul li .text {
    font-size: 16px;
    width: 95%;
    margin: 0px auto;
    line-height: 25px;
    display: table;
    text-align: center;
    position: relative;
    height: 100px;
    overflow: hidden;
}

.ARTICLE-LIUCHENG .listioc ul li .text label {
    display: block;
    position: absolute;
    left: 50%;
    text-align: center;
    background: #6f68ef;
    color: #fff;
    border-radius: 100%;
    font-size: 24px;
}

.ARTICLE-LIUCHENG .listioc ul li .text .cell {
    display: table-cell;
    vertical-align: middle;
}

.ARTICLE-LIUCHENG .listioc ul li.img-3 {
    background: url(../image/bk2.png) no-repeat center 30% #fff;
    background-size: 80% 80%;
    overflow: hidden;
}

.ARTICLE-LIUCHENG .listioc ul li.img-3 .img {
    width: 0px;
    height: 0px;
}

.ARTICLE-LIUCHENG .listioc ul li.img-3 .text {
    text-align: left;
    height: 100%;
}

.ARTICLE-LIUCHENG .listioc ul li.img-3 label {
    display: none;
}

.ARTICLE-LIUCHENG .listioc ul li.text1li {
    background: #d2d0ee;
    display: table;
}

.ARTICLE-LIUCHENG .listioc ul li.text1li img {
    width: 100%;
    margin: 0px auto;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
}

.ARTICLE-LIUCHENG .listioc ul li.text1li .cell {
    display: table-cell;
    vertical-align: middle;
}

.ARTICLE-LIUCHENG .listioc ul li.text1li .oll {
    width: 70%;
    font-size: 18px;
    margin: 0px auto;
}

.ARTICLE-LIUCHENG .listcon .text {
    width: 100%;
    float: right;
    line-height: 1.3em;
    font-size: 14px;
}

.ARTICLE-LIUCHENG .listcon .text p {
    display: block;
    line-height: 25px;
    padding: 2% 2% 2% 2%;
}

.ARTICLE-LIUCHENG .listcon .text h4 {
    font-size: 18px;
    color: #6f68ef;
    font-weight: normal;
    padding-left: 2%;
    margin-top: 1%;
}

.ARTICLE-LIUCHENG .listcon .li_1 {
    background: #f1f1f1
}

.ARTICLE-LIUCHENG .listcon .li_1 span {
    text-align: center;
    width: 100%;
    margin-bottom: 1%;
    display: block;
}

.ARTICLE-LIUCHENG .listcon .li_1 span img {
    width: 100%;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.ARTICLE-LIUCHENG .listcon .li_1_fl {
    width: 49%;
    border: 1px solid #efefef;
    height: 500px;
    overflow: hidden;
    background: #f1f1f1;
}

.ARTICLE-LIUCHENG .listcon .li_1_fr {
    width: 49%;
    border: 1px solid #efefef;
    height: 500px;
    overflow: hidden;
    background: #f1f1f1;
}

.ARTICLE-LIUCHENG .listcon .li_2 {
    width: 100%;
    border: 1px solid #efefef;
    margin-top: 20px;
    overflow: hidden;
    background: #f1f1f1
}

.ARTICLE-LIUCHENG .listcon .li_2 span {
    text-align: center;
    float: left;
    width: 30%;
    display: block;
}

.ARTICLE-LIUCHENG .listcon .li_2 span img {
    transition: all 0.3s ease 0s;
    width: 100%;
}

.ARTICLE-LIUCHENG .listcon .li_2 p {
    display: block;
    padding: 1% 2% 0% 2%;
}

.ARTICLE-LIUCHENG .listcon .li_2 .text {
    width: 70%;
    float: right;
    line-height: 1em;
    font-size: 14px;
}

.ARTICLE-SRC-VIDEO li {
    float: left;
    width:32%;
    height:250px;
    margin-right: 2%;
    overflow: hidden;
}

.ARTICLE-SRC-VIDEO li a {
    display: block;
    position: relative
}

.ARTICLE-SRC-VIDEO li a .dd1 {
    width:100%;
    height: 175px;
    background: #ccc;
    background-size: auto 100% !important;
}

.ARTICLE-SRC-VIDEO li div.dd2 {
    font-size: 16px;
    color: #5f5f5f;
    line-height: 1.2;
    padding-top: 15px;
    height: 45px;
}

.ARTICLE-SRC-VIDEO li div.dd3 {
    position: absolute;
    width: 100%;
    height: 175px;
    left: 0;
    top: 0;
    background: url(../image/h50.png);
    transition: all 0.3s ease 0s
}

.ARTICLE-SRC-VIDEO li div.dd4 {
    height: 175px;
    background: url(../image/15.png) center 60px no-repeat;
    transition: all 0.3s ease 0s
}

.ARTICLE-SRC-VIDEO li a:hover div.dd3 {
    background: url(../image/h20.png)
}

.ARTICLE-SRC-VIDEO li a:hover div.dd4 {
    background: url(../image/15.png) center 70px no-repeat

}

.INDEX-PAGE12 {
    margin-top: 120px;
}

.INDEX-PAGE12 .DivTitle .title-dd2 {
    width: 100%;
}

.INDEX-PAGE12 .DivTitle .title-dd3 {
    width: 180px;
}

.INDEX-PAGE12 .imgGlobls {
    margin-top: 30px;
    display: flex;
    justify-content: space-around;
    text-align: center;
}

.INDEX-PAGE12 .imgGlobls img {
    max-width: 100%;
}

@media screen and (max-width: 1200px) {
    .wp {
        width: 99%;
    }

    /*头部*/
    .INDEX-HEADER .Div-header-login {
        height: 50px;
    }

    .INDEX-HEADER .login-nav .login img {
        height: 50px;
        margin-top: 0;
    }

    .INDEX-HEADER .nav {
        top: 17px;
    }

    .INDEX-HEADER .nav li {
        margin-left: 15px;
    }

    .INDEX-HEADER .login-nav .nav {
        top: 15px;
    }

    /*搜索 title图*/
    .INDEX-PAGE3 .search-dd1 .from {
        width: 70%;
    }

    .INDEX-PAGE3 .search-dd1 .from input {
        width: 75%;
    }

    .INDEX-PAGE3 .Div-ioc-title {
        margin-top: 46px;
    }

    /*世界最顶尖的医学专家是您最大的保障*/
    .INDEX-PAGE9 .DIV-Zhuangji {
        width: 85%;
    }

}

@media screen and (max-width: 1000px) {
    /*头部*/
    .INDEX-HEADER .Div-header .border-dd1 {
        margin-left: 65px;
    }

    .INDEX-HEADER .Div-header-login {
        height: 56px;
    }

    .INDEX-HEADER .login-nav .login img {
        height: 56px;
    }

    .INDEX-HEADER .login-nav .nav {
        position: fixed;
        width: 100%;
        right: -100%;
        height: 100%;
        top: 0;
        background: #b46ee2;
        z-index: 99;
        opacity: 0.9;
    }

    .INDEX-HEADER .login-nav .nav ul {
        margin-top: 25%;
    }

    .INDEX-HEADER .login-nav .nav li {
        padding: 15px 0px;
        /*border-bottom: 1px solid #799cf5;*/
        margin-left: 0px;
        text-align: center;
        float: none;
    }

    .INDEX-HEADER .login-nav .nav li a {
        height: auto;
        color: #fff !important;
    }

    .INDEX-HEADER .login-nav .nav li.cur a {
        border-bottom: none;
    }

    .INDEX-HEADER .m-menu {
        display: block;
    }

    /*底部*/
    .INDEX-FOOTER .Div-Foot-dd1 .foot-dd1 {
        display: none;
    }

    .INDEX-FOOTER .Div-Foot-dd1 .foot-dd2 {
        width: 100%;
        position: static;
    }

    .INDEX-FOOTER .Div-Foot-dd1 .foot-dd2 .ddd {
        width: 100%;
        text-align: center;
    }

    .INDEX-FOOTER .Div-Foot-dd1 .foot-dd2 .ddd div {
        display: inline-block;
        *display: inline;
        zoom: 1;
        margin-right: 20px;
        margin-left: 20px;
    }

    .INDEX-FOOTER .Div-Foot-dd1 .foot-dd2 .dd1 {
        float: none;
    }

    .INDEX-FOOTER .Div-Foot-dd1 .foot-dd2 .dd2 {
        float: none;
    }

    .INDEX-FOOTER .Div-Foot-dd1 .foot-dd2 ul {
        width: 100%;
    }

    .INDEX-FOOTER .Div-Foot-dd1 .foot-dd2 li {
        width: 25%;
        margin-left: 0;
    }

    .INDEX-FOOTER .Div-Foot-dd1 .list {
        display: none;
    }

}

@media screen and (max-width: 768px) {
    /*首页广告图*/
    .DivImg img {
    }

    /*标题*/
    .DivTitle a.more {
        top: 35px;
    }

    .DivTitle .title-dd1 {
        font-size: 20px;
    }

    /*搜索*/
    .INDEX-PAGE3 .search-dd2 {
        display: none;
    }

    .INDEX-PAGE3 .search-dd1 {
        width: 100%;
    }

    .INDEX-PAGE3 .search-dd1 .title {
        margin-left: 2%;
    }

    .INDEX-PAGE3 .search-dd1 .from {
        left: auto;
        right: 0px;
        margin-right: 5px;
        float: right;
        width: 78%;
    }

    /*成功案例*/
    .INDEX-PAGE4 .Div-Case li {
        margin-right: 1% !important;
        margin-left: 1%;
        width: 48%;
    }

    .INDEX-PAGE4 .DivTitle {
        margin-top: 30px;
    }

    /* 新闻资讯 视频中心 */
    .INDEX-PAGE5 {
        margin-top: 30px;
    }

    .INDEX-PAGE5 .Div-News {
        width: 100%;
    }

    .INDEX-PAGE5 .Div-Video {
        margin-top: 30px;
        width: 100%;
    }

    /*第三代试管婴儿技术*/
    .INDEX-PAGE6 {
        margin-top: 30px;
    }

    .INDEX-PAGE6 .Div-Third {
        margin-top: 30px;
    }

    .INDEX-PAGE6 .Div-Third-List {
        margin-top: 5px;
    }

    .INDEX-PAGE6 .Div-Third-List li {
        width: 95%;
        margin-top: 15px;
    }

    /*天德海外医疗的特有优势*/
    .INDEX-PAGE7 .Div-Unique-List {
        margin-top: 5px;
    }

    .INDEX-PAGE7 .Div-Unique-List li {
        margin-top: 45px;
        width: 48%;
    }

    .INDEX-PAGE7 .Div-Unique-sex li {
        width: 48%;
    }

    /*各国辅助生殖现况对比*/
    .INDEX-PAGE8 {
        margin-top: 30px;
    }

    /*世界最顶尖的医学专家是您最大的保障*/
    .INDEX-PAGE9 {
        margin-top: 30px;
        height: 735px;
    }

    .INDEX-PAGE9 .DIV-Zhuangji {
        width: 75%;
        padding-top: 30px;
    }

    .INDEX-PAGE9 .Title-Img {
        margin-top: 30px;
    }

    /*俄罗斯试管婴儿发达之原因探秘*/
    .INDEX-PAGE10 {
        margin-top: 30px;
    }

    .INDEX-PAGE10 .Div-Reasons {
        margin-top: 30px;
        height: auto;
    }

    .INDEX-PAGE10 .Div-Reasons .img {
        display: none;
    }

    .INDEX-PAGE10 .Div-Reasons .reas-dd1 {
        margin-left: 55px;
        font-size: 20px;
    }

    .INDEX-PAGE10 .Div-Reasons .reas-dd2 {
        margin-left: 55px;
        margin-top: 5px;
        text-align: left;
    }

    .INDEX-PAGE10 .Div-Reasons .Div-Reasons-list {
        width: 100%;
        margin-top: 10px;
        text-align: left;
        position: static;
    }

    .INDEX-PAGE10 .Div-Reasons .Div-Reasons-list span {
        top: 15px;
        left: 0px;
        background: url(../image/icon2-1.png) !important;
    }

    .INDEX-PAGE10 .Div-Reasons .Div-Reasons-list5 {
        margin-left: 0px;
    }

    .INDEX-PAGE10 .Div-Reasons .Div-Reasons-list5 span {
        margin-left: 0px;
    }

    .INDEX-PAGE10 .Div-Reasons .Div-Reasons-list5 .reas-dd1 {
        margin-top: 0px;
    }

    .INDEX-PAGE10 .Div-Reasons-Biao {
        margin-top: 30px;
    }

    /*友情链接*/
    .INDEX-PAGE11 {
        margin-top: 40px;
    }

    /*底部*/
    .INDEX-FOOTER .Div-Foot-dd1 .list {
        width: 100%;
    }

    .MEFT {
        width: 100%;
    }

    .RIGHT {
        width: 100%;
    }

    .ARTICLE-INDEX {
        margin-top: 20px;
    }

    .ARTICEL-SRC-RIGHT .DIV-dd2 .img {
        display: none;
    }

    .ARTICEL-SRC-RIGHT .list .top {
        margin-top: 30px;
        padding: 0 2%;
    }

    .ARTICEL-SRC-RIGHT .list .top .img {
        margin-right: 3%;
        height: 133px;
        border: 1px solid #cdcdcd;
        width: 37%;
        float: left;
    }

    .ARTICEL-SRC-RIGHT .list .top .desc {
        height: 90px;
        overflow: hidden;
    }

    .ARTICEL-SRC-RIGHT .list .top .item .zhicheng {
        display: block;
    }

    .ARTICEL-SRC-RIGHT .list .li .con {
        width: 59%;
    }

    .mypage {
        text-align: center;
    }

    .mypage .dis {
        display: none;
    }

    .ARTICEL-SRC-BOTTOM {
        margin-top: 0px;
    }

    .INDEX-FOOTER {
        margin-top: 30px;
    }

    .ARTICEL-SRC-RIGHT .list .li {
        padding: 0 2%;
    }

    .DIV-ARTICLE-TITLE {
        margin: 70px 0px;
    }

    .ARTICEL-GUANYU .contact .content {
        font-size: 24px;
    }

    .ARTICEL-GUANYU .hospital .flip-items {
        width: 150px !important;
    }

    .ARTICEL-GUANYU .contact .DIV-MAP iframe {
        height: 300px;
    }

    .ARTICEL-GUANYU .contact .DIV-icon {
        margin-top: 0px;
    }

    .ARTICEL-DISANDAI-BANNER {
        height: 410px;
    }

    .ARTICEL-DISANDAI .DIV-CONTENT-PAGE1 .left {
        float: none;
        width: 98%;
        margin: 0px auto;
    }

    .ARTICEL-DISANDAI .DIV-CONTENT-PAGE1 .right {
        margin-bottom: 20px;
        width: 100%;
    }

    .ARTICEL-DISANDAI .DIV-CONTENT-PAGE1 .right .hhimg1 {
        margin-top: 10px;
        width: 50%;
        float: left;
    }

    .ARTICEL-DISANDAI .DIV-CONTENT-PAGE1 .right .hhimg2 {
        margin-top: 10px;
        width: 50%;
        float: right;
    }

    .ARTICEL-DISANDAI .DIV-CONTENT-PAGE2 .right {
        width: 100%;
    }

    .ARTICEL-DISANDAI .DIV-CONTENT-PAGE2 .right .hhimg1 {
        height: 320px;
        background-size: auto 100% !important;
    }

    .ARTICEL-DISANDAI .DIV-CONTENT-PAGE2 .left {
        width: 100%;
    }

    .ARTICLE-LIUCHENG .listimg ul li {
        width: 97%;
    }

    .ARTICLE-LIUCHENG .listioc ul {
        margin-top: 50px;
    }

    .ARTICLE-LIUCHENG .listioc ul li {
        width: 48%;
    }

    .ARTICLE-LIUCHENG .listcon .li_1 .li_1_fl {
        width: 100%;
        height: auto;
    }

    .ARTICLE-LIUCHENG .listcon .li_1 .li_1_fr {
        width: 100%;
        height: auto;
    }

    .ARTICLE-LIUCHENG .listcon .li_2 .text {
        width: 100%;
    }

    .ARTICLE-LIUCHENG .listcon .li_2 span {
        width: 100%;
    }

    .ARTICLE-LIUCHENG .listcon .text {
        float: none;
    }

    .INDEX-PAGE12 .imgGlobls {
        display: block;
    }
}

@media screen and (max-width: 640px) {

    .INDEX-PAGE7 .Div-Unique-List li .text p { }

    .INDEX-HEADER .Div-header .border-dd1 {
        margin-left: 50px;
    }

    /*头部*/
    .INDEX-HEADER .Div-header-login {
        padding: 6px 0px 10px 0px;
        height: 45px;
    }

    .INDEX-HEADER .login-nav .login img {
        height: 45px;
    }

    .INDEX-HEADER .login-nav .nav ul {
        margin-top: 40%;
    }

    .INDEX-HEADER .m-menu {
        width: 30px;
        height: 30px;
    }

    .INDEX-HEADER .m-menu.exit {
        top: 50px;
    }

    /*新闻轮播*/
    .INDEX-PAGE2 .Div-news {
        height: 40px;
    }

    .INDEX-PAGE2 .Div-news .title {
        display: none;
    }

    .INDEX-PAGE2 .Div-news .but_down {
        top: 15px;
    }

    .INDEX-PAGE2 .Div-news .but_up {
        top: 15px;
    }

    .INDEX-PAGE2 .scrollDiv {
        left: 2px;
        width: 85%;
        margin-top: 3px;
    }

    /*title图 搜索*/
    .INDEX-PAGE3 .Div-search {
        margin-top: 10px;
    }

    .INDEX-PAGE3 .Div-ioc-title {
        text-align: left;
        margin-top: 10px;
    }

    .INDEX-PAGE3 .Div-ioc-title li {
        border-right: none;
        border-bottom: 1px solid #efefef;
        padding-bottom: 10px;
        margin-bottom: 10px;
        width: 100%;
    }

    .INDEX-PAGE3 .Div-ioc-title img {
        width: 50%;
    }

    /*成功案例*/
    .INDEX-PAGE4 .Div-Case li {
        width: 98%;
        margin-top: 15px;
    }

    .INDEX-PAGE4 .Div-Case li .img {
        width: 30%;
    }

    /* 新闻资讯 视频中心 */
    .INDEX-PAGE5 .Div-News li {
        padding-bottom: 10px;
    }

    .INDEX-PAGE5 .Div-News li.dd1 {
        margin-top: 10px;
        padding-bottom: 5px;
    }

    .INDEX-PAGE5 .Div-News li.dd2 {
        padding-top: 10px;
    }

    .INDEX-PAGE5 .Div-Video .video-js {
        margin-top: 10px;
    }

    /*天德海外医疗的特有优势*/
    .INDEX-PAGE7 {
        margin-top: 30px;
    }

    .INDEX-PAGE7 .Div-Unique-List li {
        width:64%;
        margin-left:18%;
    }

    .INDEX-PAGE7 .Div-Unique-sex {
        margin-top: 30px;
    }

    .INDEX-PAGE7 .Div-Unique-sex li {
        width: 98%;
    }

    /*世界最顶尖的医学专家是您最大的保障*/
    .INDEX-PAGE9 {
        height: 635px;
    }

    /*俄罗斯试管婴儿发达之原因探秘*/
    .INDEX-PAGE10 .Div-Reasons-Biao .biao-dd1 {
        width: 100%;
    }

    .INDEX-PAGE10 .Div-Reasons-Biao .biao-dd2 {
        margin-top: 20px;
        width: 100%;
    }

    /*底部*/
    .INDEX-FOOTER .Div-Foot-dd1 {
        padding: 15px 0px;
    }

    .Div-Fixed-Right .fixed-dd1 {
        margin-top: 10px;
    }

    .Div-Fixed-Right .fixed-dd1 .img {
        height: 30px;
    }

    .Div-Fixed-Right .weixin-content {
        left: 30px;
    }

    .Div-Fixed-Right .phone-content {
        left: 30px;
    }

    .CATALIST .DIVmenu {
        width: 48%;
        height: 40px;
    }

    .CATALIST .DIVmenu .img {
        top: 0px;
    }

    .CATALIST .DIVmenu span {
        position: relative;
        top: -10px;
    }

    .ARTICEL-GUANYU .company .img {
        width: 100%;
    }

    .ARTICEL-GUANYU .company .text {
        width: 100%;
        margin-top: 10px;
    }

    .ARTICEL-GUANYU.ABOUT .company .img {
        margin-top: 20px;
        width: 100%;
    }

    .ARTICEL-GUANYU.ABOUT .company .text {
        width: 100%;
        margin-top: 10px;
        font-size: 20px;
        line-height: 30px;
        height: auto;
    }

    .ARTICEL-GUANYU .contact .content {
        font-size: 18px;
        line-height: 30px;
    }

    .ARTICEL-GUANYU .hospital {
        margin-top: 50px;
    }

    .ARTICEL-GUANYU .contact .DIV-MAP {
        margin-top: 20px;
    }

    .ARTICEL-GUANYU .contact .DIV-icon li {
        width: 45%;
        margin-bottom: 10px;
        height:153px;
    }

    .ARTICEL-GUANYU .celebrated {
        padding-bottom: 20px;
    }

    .ARTICEL-GUANYU .celebrated .list {
        margin-top: 50px;
    }

    .ARTICEL-GUANYU .celebrated .title {
        font-size: 18px;
        margin-top: 40px;
    }

    .ARTICEL-GUANYU .celebrated .but {
        margin-top: 20px;
    }

    .ARTICEL-GUANYU .celebrated .title--1 {
        font-size: 20px;
        margin-top: 10px;
    }

    .DIV-ARTICLE-TITLE {
        margin: 60px 0px 30px 0px;
    }

    .DIV-ARTICLE-TITLE .titleabs .titlec em {
        font-size: 22px;
        margin-top: 2px;
    }

    .DIV-ARTICLE-TITLE .titleabs .titlec span {
        font-size: 14px;
        margin-top: 2px;
    }

    .ARTICEL-SRC-RIGHT .DIV-dd1 {
        margin-top: 20px;
    }

    .ARTICEL-GUANYU.ABOUT .choose li {
        width: 95%;
        margin-bottom: 10px;
    }

    .ARTICEL-GUANYU.ABOUT .celebrated .list li img {
        height: 50px;
        margin-top: 12px;
    }

    .ARTICEL-GUANYU.ABOUT .celebrated .list li {
        height: 120px;
        width: 98%;
    }

    .ARTICEL-GUANYU.ABOUT .celebrated .list li .midd {
        font-size: 16px;
        line-height: 25px;
    }

    .YIYUANIMG .img img {
        width: 100%;
    }

    .YIYUANIMG .cellabs .cell span img {
        height: 100px;
    }

    .YIYUANIMG.ABOUT {
        margin-top: 50px;
    }

    .ARTICLE-INDEX.CASE .ARTICLE-SRC-CASE li .img {
        width: 33%;
    }

    .ARTICLE-INDEX.CASE .ARTICLE-SRC-CASE li .text {
        width: 63%;
    }

    .ARTICEL-SHENGZHI .list .li {
        height: auto;
    }

    .ARTICEL-SHENGZHI .list .li .img {
        height: 220px;
        width: 100%;
    }

    .ARTICEL-SHENGZHI .list .li .text {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .ARTICLE-INDEX .ARTICLE-SRC-IDNEX li {
        padding: 10px 0px;
    }

    .ARTICLE-INDEX .ARTICLE-SRC-IDNEX ul {
        margin-top: 20px;
    }

    .ARTICEL-DISANDAI .DIV-CONTENT-PAGE1 .right .hhimg1 {
        height: 113px;
    }

    .ARTICEL-DISANDAI .DIV-CONTENT-PAGE1 .right .hhimg2 {
        height: 113px;
    }

    .ARTICEL-TUANDUI .list .img {
        float: none;
    }

    .ARTICEL-TUANDUI .list .text {
        margin-top: 20px;
    }

    .ARTICEL-TUANDUI .list .text h3 {
        font-size: 20px;
    }

    .ARTICEL-TUANDUI .list ul li .article {
        font-size: 18px;
        line-height: 30px;
    }

    .ARTICLE-LIUCHENG .listioc {
        padding: 10px 0px;
    }

    .ARTICLE-LIUCHENG .listimg {
        margin-top: 40px;
    }

    .ARTICLE-LIUCHENG .listioc ul li {
        height: 300px;
    }

    .ARTICLE-LIUCHENG .listioc ul li .text {
        font-size: 14px;
    }

    .ARTICLE-LIUCHENG .listioc ul li .img {
        height: 190px;
    }

    .ARTICLE-LIUCHENG .listioc ul li.text1li {
        display: block;
    }

    .ARTICLE-LIUCHENG .listioc ul li.text1li .oll {
        font-size: 14px;
        width: 90%;
    }

    .ARTICLE-LIUCHENG .listioc ul li.text1li img {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .ARTICLE-SRC-VIDEO li { width:48%; margin-left:1%; margin-right: 1% !important; }

    .INDEX-PAGE8 .Div-Comparison-Table table tr td img { position: static; display: block; margin:0px auto; }
    .INDEX-PAGE8 .Div-Comparison-Table table tr:nth-child(4) td { width:20%; }

    .BANNER-CASE { height:249px; }
    .BANNER-CASE  h3 { font-size: 22px; top: -17px; }
    .BANNER-CASE .text1 { margin-top: 15px; }
    .BANNER-CASE  p  { font-size: 16px; padding:5px 0px; }
}
