/*html, body {background: #fff; font-family:"Helvetica Neue", Helvetica, STHeiTi, sans-serif; color:#666; background:#edeeef}*/
html, body {
    font-family: "Microsoft Yahei", "PingHei", STHeitiSC-Light, "Lucida Grande", "Lucida Sans Unicode", "Helvetica,Arial,Verdana", "sans-serif";
    color: #666;
    background: #fff;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: 500;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    color: #000;
    font-weight: 500;
}

abbr, acronym {
    border: 0;
}

del {
    text-decoration: line-through;
}

input, select, textarea {
    font-size: 100%;
    font-family: "Microsoft Yahei";
}

textarea {
    resize: none;
}

q:before, q:after {
    content: "";
}

ins, a {
    color: #333;
    text-decoration: none;
}

a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:after {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a, div, input {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

img, image {
    max-width: 100%;
    max-height: 100%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.click-btn {
    cursor: pointer;
}

.over {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

html, body {
    width: 100%;
    min-width: 1350px;
}

/*.swiper-slide{height: 100%!important;}*/
.p_32 {
    font-size: 32px;
}

.p_21 {
    font-size: 21px;
}

.p_20 {
    font-size: 20px;
}

.font_left {
    text-align: left;
}

.font_right {
    text-align: right;
}

.grey_p {
    color: #394355;
    margin: 5% 0 0 0;
}

.header {
    padding: 35px 0 20px 0;
    overflow: hidden;
    margin: auto;
    min-width: 1300px;
}

.header .logo {
    width: 250px;
    height: 40px;
    margin: 0 0 0 4%;
}

.header .nav {
    width: auto;
    overflow: hidden;
    margin: 0 4% 0 0;
}

.header .nav .navLeft {
    position: relative;
}

.header .nav .navLeft a {
    font-size: 16px;
    color: #AAAEB8;
    display: inline-block;
    padding: 10px 28px 20px 28px;
}

.header .nav .navLeft a.active {
    color: #5FBAD6;
}

.header .nav .navLeft a:hover {
    color: #5FBAD6;
}

.header .nav .navLeft .line {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background: #84D1E2;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.header .nav .navRight {
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 2px;
    padding: 3px 5px;
    margin: 10px 0 0 30px;
}

.header .nav .navRight a {
    font-size: 16px;
    color: #AAAEB8;
}

.header .nav .navRight a.active {
    color: #5FBAD6;
}

.header .nav .navRight a:hover {
    color: #5FBAD6;
}

.header .nav .navRight span {
    font-size: 16px;
    color: #AAAEB8;
}

.scrollCount {
    min-width: 1300px;
    width: 100%;
}

.scrollCount .swiper-slide {
    position: relative;
}

.scrollCount .scrollBanner img {
    width: 100%;
    vertical-align: bottom;
    display: block;
}

.scrollCount .scrollPos {
    width: 465px;
    padding: 0 50px 0 110px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.scrollCount .scrollPos h2 {
    font-size: 35px;
    color: #08565a;
}

.scrollCount .scrollPos h4 {
    font-size: 30px;
    color: #08565a;
}

.scrollCount .leftNext {
    left: auto !important;
    right: 30px !important;
    width: 75px;
    height: 74px;
    background: url("../images/left.png") no-repeat;
    background-size: cover;
}

.scrollCount .leftNext:hover {
    background: url("../images/leftHover.png") no-repeat;
    background-size: cover;
}

.scrollCount .rightNext {
    top: 32% !important;
    left: auto !important;
    right: 30px !important;
    width: 75px;
    height: 74px;
    background: url("../images/right.png") no-repeat;
    background-size: cover;
}

.scrollCount .rightNext:hover {
    background: url("../images/rightHover.png") no-repeat;
    background-size: cover;
}

.scrollCount .swiperPoint {
    text-align: right;
    bottom: 40px !important;
    width: 95% !important;
    padding: 0 5% 0 0 !important;
}

.scrollCount .swiperPoint span {
    width: 70px;
    height: 2px;
    margin: auto !important;
    border-radius: 0 !important;
    background: rgba(255, 255, 255, 0.3);
}

.scrollCount .num {
    position: absolute;
    bottom: 35px;
    right: 2%;
    z-index: 99999 !important;
    color: #fff;
}

.scrollCount .num em {
    font-size: 16px;
    color: #fff;
}

.scrollCount .mouseBot {
    position: relative;
}

.scrollCount .mouseBot .mouseLeft {
    position: absolute;
    top: 0;
    left: 0;
    width: 23.5%;
    height: 240px;
    text-align: center;
}

.scrollCount .mouseBot .mouseLeft img {
    margin: 30px 0 0 0;
}

.scrollCount .mouseBot .mouseRight {
    margin: 0 0 0 23.7%;
    background: #2D3245;
    padding: 55px 80px;
}

.scrollCount .mouseBot .mouseRight ul {
    overflow: hidden;
    margin: 0 0 0 -2%;
}

.scrollCount .mouseBot .mouseRight ul li {
    float: left;
    width: 45%;
    margin: 0 0 0 2%;
}

.scrollCount .mouseBot .mouseRight ul li h4 {
    font-size: 22px;
    color: #588CFF;
    line-height: 24px;
}

.scrollCount .mouseBot .mouseRight ul li p {
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin: 18px 0 42px 0;
}

.scrollCount .mouseBot .mouseRight ul li a {
    font-size: 14px;
    color: #FFFFFF;
}

.countMarginTop {
    margin: 160px auto 200px auto !important;
}

.count {
    width: 1300px;
    margin: auto;
}

.count .countAuto {
    overflow: hidden;
}
.count .teamAuto {
    overflow: hidden;
    margin:60px auto;
    width:1000px
}
.teamAuto ul li .teamImg {
    float: left;
    height: 250px;
    overflow: hidden;
}
.teamAuto ul li .teamImg img{
    width:80%;
}
.teamAuto ul li .teamFont {
    font-size: 14px;
    color: #7C7C7C;
    line-height: 24px;
    height: 220px;
    overflow: hidden;
    padding: 40px 0px;
}
.teamFont h2{
font-size:120%;
font-weight: 800;
}
.teamFont p{
 margin:30px 0px;
}

.count .countAuto.active .countImg {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.count .countAuto.active .countFont {
    width: 770px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.count .countAuto .countImg {
    width: 512px;
    height: 618px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
}

.count .countAuto .countFont {
    width: 770px;
  
}

.count .countAuto .countFont .countAbout span {
    font-family: MicrosoftYaHei-Bold;
    font-size: 45px;
    color: #57BBD3;
    font-weight: bolder;
    letter-spacing: 1.25px;
    margin: 0 5px 0 0;
}

.count .countAuto .countFont > h3 {
    font-size: 36px;
    color: #57BBD3;
    letter-spacing: 1.12px;
    line-height: 40px;
    margin: 28px 0 0 0;
}

.count .countAuto .countFont ul li {
    margin: 40px 0 0 0;
}

.count .countAuto .countFont ul li h4 {
    font-size: 22px;
    color: #6BB8CA;
    letter-spacing: 0.69px;
    line-height: 24px;
    margin: 0 0 18px 0;
}

.count .countAuto .countFont ul li p {
    font-size: 16px;
    color: #98A3A5;
    letter-spacing: 1px;
    line-height: 35px;
}

.count-fuild {
    min-width: 1300px;
}

.count-fuild .countNumebr ul {
    overflow: hidden;
}

.count-fuild .countNumebr ul li {
    cursor: pointer;
    width: 25%;
    float: left;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.count-fuild .countNumebr ul li img {
    display: block;
}

.count-fuild .countNumebr ul li:hover .numPos {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transform: translateY(-1000px);
    -webkit-transform: translateY(-1000px);
}

.count-fuild .countNumebr ul li .numPos {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(45, 50, 69, 0.8);
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.count-fuild .countNumebr ul li .numRight {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    padding: 38px 28px;
}

.count-fuild .countNumebr ul li .numBottom {
    margin: 0 50px;
    position: absolute;
    bottom: 65px;
}

.count-fuild .countNumebr ul li .numBottom h3 {
    font-size: 60px;
    color: #FFFFFF;
    margin: 13px 0 0 0;
}

.count-fuild .countNumebr ul li .numBottom p {
    font-size: 20px;
    color: #FFFFFF;
    line-height: 27px;
}

.allWorde {
    width: 1300px;
    margin: 100px auto 200px auto;
}

.allWorde h2 {
    font-size: 50px;
    color: #2D3245;
    line-height: 66px;
    text-align: center;
}

.allWorde > p {
    font-size: 16px;
    color: #2D3245;
    letter-spacing: 1px;
    text-align: center;
    line-height: 34px;
    margin: 15px 0 0 0;
}

.allWorde .map {
    background: url("../images/map.png") no-repeat;
    height: 670px;
    background-size: cover;
    margin: 73px auto;
    position: relative;
}

.allWorde .map.active .map_bm {
    top: 90px !important;
    opacity: 1 !important;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.allWorde .map.active .map_fg {
    top: 150px !important;
    opacity: 1 !important;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.allWorde .map.active .map_ysl {
    top: 225px !important;
    opacity: 1 !important;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.allWorde .map.active .map_bj {
    top: 190px !important;
    opacity: 1 !important;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.allWorde .map .mapPos {
    position: absolute;
}

.allWorde .map .mapPos.map_bm {
    left: 1015px;
    top: -100px;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.allWorde .map .mapPos.map_fg {
    left: 85px;
    top: -100px;
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
}

.allWorde .map .mapPos.map_ysl {
    left: 220px;
    top: -100px;
    opacity: 0;
    transition: all 1.5s;
    -webkit-transition: all 1.5s;
}

.allWorde .map .mapPos.map_bj {
    left: 500px;
    top: -100px;
    opacity: 0;
    transition: all 1.5s;
    -webkit-transition: all 1.5s;
}

.allWorde .map .leftPos {
    position: absolute;
    bottom: -50px;
    left: 400px;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.allWorde .map .leftPos.active {
    left: -50px;
    opacity: 1;
    transition-delay: 2s;
    -webkit-transition-delay: 2s;
    transition: all 2s;
    -webkit-transition: all 2s;
}

.allWorde .map .leftPos ul li {
    overflow: hidden;
    margin: 0 0 20px 0;
}

.allWorde .map .leftPos ul li p {
    font-size: 14px;
    color: #2D3245;
}

.allWorde .map .leftPos ul li p .worde {
    display: inline-block;
    min-width: 50px;
}

.allWorde .map .leftPos ul li p .wordeList {
    font-size: 14px;
    color: #777777;
}

.allWorde .map .leftPos ul li p.bg_worderOne {
    background: url("../images/mapIcon1.png") no-repeat left center;
    padding: 0 0 0 50px;
}

.allWorde .map .leftPos ul li p.bg_worderTwo {
    background: url("../images/mapIcon2.png") no-repeat left center;
    padding: 0 0 0 50px;
}

.allWorde .map .leftPos ul li p.bg_worderThree {
    background: url("../images/mapIcon3.png") no-repeat left center;
    padding: 0 0 0 50px;
}

.allWorde .map .leftPos ul li p.bg_worderFour {
    background: url("../images/mapIcon4.png") no-repeat left center;
    padding: 0 0 0 50px;
}

.allWorde .map .leftPos ul li p.bg_worderFive {
    background: url("../images/mapIcon5.png") no-repeat left center;
    padding: 0 0 0 50px;
}

.allWorde .map .leftPos ul li p.bg_worderSix {
    background: url("../images/mapIcon6.png") no-repeat left center;
    padding: 0 0 0 50px;
}

.bgGrey {
    background: #f0f5f7;
}

.count_1260 {
    position: relative;
    width: 1260px;
    margin: auto;
    padding: 105px 0 70px 0;
}

.count_1260 .hz_friend {
    
    left: -150px;
    background: #2D3245;
    width: 372px;
    padding: 34px 59px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
}

.count_1260 .hz_friend.active {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.count_1260 .hz_friend h2 {
    font-size: 60px;
    color: #FFFFFF;
    letter-spacing: 2.24px;
    line-height: 84px;
}

.count_1260 .hz_friend h4 {
    font-size: 30px;
    color: #FFFFFF;
    letter-spacing: 1.8px;
    font-weight: bolder;
    line-height: 40px;
}

.count_1260 .hz_friend p {
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 1.2px;
    margin: 10px 0 0 0;
    line-height: 26px;
}

.count_1260 .friend_host.active ul li > a > img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.count_1260 .friend_host ul {
    overflow: hidden;
}

.count_1260 .friend_host ul li {
    text-align: center;
    width: 180px;
    float: left;
}

.count_1260 .friend_host ul li a img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
}

.count_1260 .friend_host ul li p {
    font-size: 12px;
    color: #545C79;
    letter-spacing: 0.75px;
    margin: 20px 0;
}

.count_1260 .friendBot.active ul li > a > img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.count_1260 .friendBot ul {
    margin: 0 0 0 -5px;
    overflow: hidden;
}

.count_1260 .friendBot ul li {
    margin: 9px 0 0 5px;
    float: left;
}

.count_1260 .friendBot ul li a img {
    max-width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
}

.count_1260 .friendBot ul li > p {
    font-size: 12px;
    color: #545C79;
    text-align: center;
    line-height: 20px;
}

.greyhs {
    background: #F9FBFB;
}

.foot {
    width: 92%;
    margin: auto;
    padding: 90px 0 0 0;
}

.foot .foot_A {
    overflow: hidden;
    margin: 20px 0 0 0;
}

.foot .foot_A .foot_A_left {
    line-height: 46px;
}

.foot .foot_A .foot_A_left a {
    font-size: 14px;
    color: #838F92;
    margin: 0 48px 0 0;
}

.foot .foot_A .foot_A_left a:hover {
    color: #57BBD3;
}

.foot .foot_A .foot_A_right {
    overflow: hidden;
}

.foot .foot_A .foot_A_right p {
    float: left;
    font-size: 14px;
    color: #838F92;
    padding: 0 0 0 55px;
    height: 46px;
    line-height: 46px;
    margin: 0 0 0 20px;
}

.foot .foot_A .foot_A_right p.tel {
    background: url("../images/tel.png") no-repeat left center;
}

.foot .foot_A .foot_A_right p.email {
    background: url("../images/email.png") no-repeat left center;
}

.foot .smallFont {
    text-align: right;
    padding: 30px 0;
}

.foot .smallFont a {
    font-size: 14px;
    color: #B6C2C4;
    margin: 0 0 0 25px;
}

.backScroll {
    width: 140px;
    height: 130px;
    position: fixed;
    bottom: -1000px;
    right: 110px;
    z-index: 99999;
    cursor: pointer;
    transition: all 1s;
    -webkit-transition: all 1s;
}

.backScroll:hover {
    opacity: 0.8;
}

.backScroll.active {
    bottom: 190px;
    transition: all 1s;
    -webkit-transition: all 1s;
}

.technologyBg {
    background: url("../images/technology.png") no-repeat top center;
    background-size: cover;
    height: 339px;
    min-width: 1204px;
    overflow: hidden;
}

.technologyNav {
    width: 1204px;
    margin: 195px auto auto auto;
}

.technologyNav ul {
    overflow: hidden;
    margin: 0 0 0 -2px;
}

.technologyNav ul li {
    float: left;
    font-size: 20px;
    margin: 0 0 0 2px;
}

.technologyNav ul li a {
    display: inline-block;
    color: #2E4B6E;
    width: 299px;
    height: 80px;
    color: #2E4B6E;
    font-weight: bolder;
    text-align: center;
    line-height: 80px;
    background: rgba(239, 252, 255, 0.9);
    cursor: pointer;
}

.technologyNav ul li.active > a {
    background: rgba(87, 187, 211, 0.9);
    color: #FFFFFF;
}

.technologyNav ul li > a:hover {
    background: rgba(87, 187, 211, 0.9);
    color: #FFFFFF;
}

.count-1204 {
    width: 1204px;
    margin: 60px auto;
}

.count-1204 .techTitle {
    text-align: center;
}

.count-1204 .techTitle h4 {
    font-size: 28px;
    color: #2D3245;
    font-weight: bolder;
    line-height: 37px;
    margin: 0 0 5px 0;
}

.count-1204 .techTitle p {
    font-size: 20px;
    color: #4F8D9A;
    letter-spacing: 2px;
    line-height: 32px;
}

.count-1204 .techList .teachTitleNumber {
    overflow: hidden;
    margin: 30px 0 0 -5px;
}

.count-1204 .techList .teachTitleNumber > div {
    float: left;
    margin: 0 0 0 10px;
}

.count-1204 .techList .teachTitleNumber .teachThree {
    width: 148px;
    height: 150px;
}

.count-1204 .techList .teachTitleNumber .teachThree > img {
    margin: 35px 0 0 0;
}

.count-1204 .techList .teachTitleNumber .teachSz {
    height: 172px;
}

.count-1204 .techList .teachTitleNumber .teachSz.teach1 {
    width: 240px;
    background: url("../images/teach1.png") no-repeat;
    background-size: cover;
}

.count-1204 .techList .teachTitleNumber .teachSz.teach2 {
    width: 300px;
    background: url("../images/teach2.png") no-repeat;
    background-size: cover;
}

.count-1204 .techList .teachTitleNumber .teachSz.teach3 {
    width: 480px;
    background: url("../images/teach3.png") no-repeat;
    background-size: cover;
}
.count-1204 .techList .teachTitleNumber .teachSz.teach4 {
    width: 420px;
    box-shadow: 5px 5px 15px 0 #e9eaea;
    background-size: cover;
	background: #fff;
    border-radius: 20px;
    margin-bottom: 40px;
    animation: fadein 1s;
	overflow: hidden;
	background: url("../images/teach4.png") no-repeat;
    background-size: cover;
}
.count-1204 .techList .teachTitleNumber .teachSz.teach5 {
    width: 300px;
    box-shadow: 5px 5px 15px 0 #e9eaea;
    background-size: cover;
	background: #fff;
    border-radius: 20px;
    margin-bottom: 40px;
    animation: fadein 1s;
	overflow: hidden;
	background: url("../images/teach5.png") no-repeat;
    background-size: cover;
}
.count-1204 .techList .teachTitleNumber .teachSz.teach6 {
    width: 290px;
    box-shadow: 5px 5px 15px 0 #e9eaea;
    background-size: cover;
	background: #fff;
    border-radius: 20px;
    margin-bottom: 40px;
    animation: fadein 1s;
	overflow: hidden;
	background: url("../images/teach6.png") no-repeat;
    background-size: cover;
}
.count-1204 .techList .teachTitleNumber .teachSz .teachCenter {
    width: 85%;
    margin: 67px auto;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: justify;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
}
.count-1204 .techList .teachTitleNumber .teachSz .teachCenter1 {
    width: 85%;
    margin: 70px auto;
    font-size: 14px;
    color: #2D3245;
    letter-spacing: 0;
    text-align: justify;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
}

.count-1204 .penetrate.penRight {
    text-align: right;
}

.count-1204 .penetrate.penLeft {
    text-align: left;
}
.count-1204 .penetrateCount .theorypit > div{
	float: right;
}
.count-1204 .penetrateCount .theorypit{
	overflow: hidden;
	margin: 30px 0;
	
}
.count-1204 .penetrateCount .theorypit .thero_tit{
	width:148px;
	height:150px;
}
.count-1204 .penetrateCount .theorypit .thero_img{
	width:1000px;
	height:auto;
	margin: 0 30px 0 0;
}
.count-1204 .penetrateCount .theory_cnt_List {
	width:1200px;
	overflow: hidden;
	margin: 30px 0;
	
}
.count-1204 .penetrateCount .theory_cnt_List .theory_cntl ul li{
	background: #FFFFFF;
    border: 1px solid #57BBD3;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 285px;
    height: 129px;
    float: left;
    margin: 0 0 16px 10px;
	
}
.count-1204 .penetrateCount .theory_cnt_List .theory_cntl ul li p{
	font-size: 14px;
    color: #57BBD3;
    line-height: 24px;
    padding: 0 19px;
	
} 
.count-1204 .penetrateList ul {
    overflow: hidden;
    margin: 0 0 0 -15px;
}

.count-1204 .penetrateList ul li {
    border: 2px solid #93d4e4;
    float: left;
    margin: 0 0 0 15px;
    width: 285px;
}

.count-1204 .penetrateList ul li .penetrateImg {
    width: 239px;
    height: 188px;
    margin: 30px auto 58px auto;
}

.count-1204 .penetrateList ul li .penetrateBot {
    text-align: center;
    padding: 24px 20px;
    position: relative;
}

.count-1204 .penetrateList ul li .penetrateBot .penetrateRadius {
    position: absolute;
    top: -18px;
    left: 50%;
    margin: 0 0 0 -18px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-image: linear-gradient(-158deg, #BAEAF3 0%, #84D1E2 100%);
    box-shadow: 0 2px 4px 0;
    text-align: center;
    line-height: 36px;
    font-size: 20px;
    color: #FFFFFF;
}

.count-1204 .penetrateList ul li .penetrateBot h4 {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
}

.count-1204 .penetrateList ul li .penetrateBot p {
    font-size: 14px;
    color: #FFFFFF;
    margin: 8px 0 0 0;
}

.count-1204 .penetrateList ul li .penetrateBot.penetrateOpacity1 {
    background-image: linear-gradient(-27deg, #69D2E9 0%, #CCEDF5 100%);
}

.pole {
    margin: 40px 0 0 0;
    overflow: hidden;
}

.pole .poleTitle {
    width: 358px;
    float: left;
    margin: 80px 0 0 275px;
}

.pole .poleTitle p {
    font-size: 14px;
    color: #63A2B0;
    line-height: 20px;
}

.pole .poleImg {
    float: right;
}

.pole .poleImg ul {
    overflow: hidden;
    margin: 0 0 0 -47px;
}

.pole .poleImg ul li {
    width: 260px;
    float: left;
    margin: 0 0 0 47px;
}

.pole .poleImg ul li .poleBorder {
    background: #FFFFFF;
    border: 2px solid #57BBD3;
    text-align: center;
    padding: 83px 0;
    text-align: center;
    position: relative;
}

.pole .poleImg ul li .poleBorder > div {
    position: absolute;
    bottom: -17px;
    left: 0;
    width: 100%;
    text-align: center;
}

.pole .poleImg ul li .poleBorder > div span {
    display: inline-block;
    background: #57BBD3;
    border-radius: 16px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    height: 34px;
    line-height: 34px;
    padding: 0 7%;
}

.pole .poleImg ul li > p {
    margin: 35px 0 0 0;
    padding: 0 10px;
    text-align: center;
}

.experiment {
    overflow: hidden;
    margin: 34px auto auto auto;
}

.experiment > div {
    float: left;
    margin: 0 20px 0 0;
}

.experiment .exper_340 {
    width: 340px;
    overflow: hidden;
}

.experiment .exper_340 .exper_Img {
    width: 145px;
    height: 205px;
}

.experiment .exper_340 .exper_Font {
    background: #84D1E2;
    width: 195px;
    height: 205px;
}

.experiment .exper_340 .exper_Font > div {
    padding: 40px 17px;
}

.experiment .exper_340 .exper_Font > div h5 {
    font-size: 16px;
    color: #2D3245;
    line-height: 21px;
}

.experiment .exper_340 .exper_Font > div p {
    font-size: 14px;
    margin: 8px 0 0 0;
    color: #327F90;
    line-height: 20px;
    height: 80px;
    overflow: hidden;
}

.experiment .exper_Two {
    width: 366px;
}

.experiment .exper_Two p {
    font-size: 14px;
    color: #63A2B0;
    line-height: 20px;
}

.advantage ul {
    overflow: hidden;
    margin: 0 0 0 -11px;
}

.advantage ul li {
    width: 292px;
    height: 160px;
    margin: 0 0 0 11px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}
.xgdb ul {
    overflow: hidden;
    margin: 30px 0 150px 0;
}

.xgdb ul li {
    width: 450px;
    height: auto;
    margin: 0 30px 0 30px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}


.advantage ul li.advantageBg_1 {
    background: url("../images/advantage1.png") no-repeat top center;
    background-size: cover;
}

.advantage ul li.advantageBg_2 {
    background: url("../images/advantage2.png") no-repeat top center;
    background-size: cover;
}

.advantage ul li.advantageBg_3 {
    background: url("../images/advantage3.png") no-repeat top center;
    background-size: cover;
}

.advantage ul li.advantageBg_4 {
    background: url("../images/advantage4.png") no-repeat top center;
    background-size: cover;
}

.advantage ul li > p {
    padding: 0 34px;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 1.14px;
    line-height: 21px;
}

.advantageImg {
    width: 1037px;
    margin: 16px auto;
}

.DEEP {
    width: 1100px;
    margin: auto auto 50px auto;
}

.DEEP h4 {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}

.DEEP ul {
    margin: 0 0 0 -100px;
    overflow: hidden;
}

.DEEP ul li {
    width: 450px;
    margin: 25px 0 0 100px;
    float: left;
}

.DEEP ul li .cureImg {
    width: 450px;
    height: 281px;
}

.DEEP ul li .cureFont {
    overflow: hidden;
    margin: 10px auto;
}

.DEEP ul li .cureFont a {
    display: inline-block;
    width: 50%;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    text-align: center;
    float: left;
}

.publish ul {
    overflow: hidden;
    margin: 0 0 0 -95px;
}

.publish ul li {
    overflow: hidden;
    width: 550px;
    margin: 45px 0 0 95px;
    float: left;
}

.publish ul li .publishImg {
    width: 78px;
    height: 104px;
}

.publish ul li .publishImg img {
    width: 78px;
    height: 104px;
}

.publish ul li .publishFont {
    width: 454px;
}

.publish ul li .publishFont a {
    word-break: break-all;
    word-wrap: break-word;
    line-height: 20px;
    height: 100px;
    overflow: hidden;
}

.publish ul li .publishFont a:hover {
    color: #84D1E2;
}

.theoryList {
    margin: 40px auto auto auto;
	overflow: hidden;
}

.theoryList .theoryTitle {
    font-size: 24px;
    color: #2D3245;
    line-height: 31px;
    position: relative;
    padding: 0 0 0 15px;
}

.theoryList .theoryTitle:after {
    position: absolute;
    top: 0;
    left: 0;
    background: #84D1E2;
    border-radius: 4.5px;
    width: 6px;
    height: 100%;
    content: '';
}

.theoryList .theoryUl ul {
    overflow: hidden;
    margin: 0 0 0 -11px;
}

.theoryList .theoryUl ul li {
    width: 292px;
    height: 137px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin: 20px 0 0 11px;
}
.theoryList .jgtheoryUl ul {
    float: left;
    overflow: hidden; 
}
.theoryList .jgtheoryUl .jg_yl{
	width: 730px;
	
}
.theoryList .jgtheoryUl .jg_yl li {
    width: 322px;
    height: 187px;
    border-radius: 4px;
	float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px;
	background-color:#F7F7F7;
}
.theoryList .jgtheoryUl .jg_yl li p {
    font-size: 14px;
    color: #787878;
    line-height: 24px;
    padding: 0 19px;
}
.theoryList .jgtheoryUl .jgsyt li {
    width: 450px;
	height: auto;
	margin: 0 0 0 20px;
}

.theoryList .jgtheoryUl .jg_yl li:nth-child(odd) {
	border-top-style:solid;
	border-top-width: 1px;
	border-top-color: #57BBD3;
}
.theoryList .jgtheoryUl .jg_yl li:nth-child(even) {
    border-top-style:solid;
	border-top-width: 1px;
	border-top-color: #47DC3B;
}

.theoryList .theoryUl ul li:nth-child(odd) {
    background-image: linear-gradient(-43deg, #69D2E9 0%, #CCEDF5 100%);
}

.theoryList .theoryUl ul li:nth-child(even) {
    background-image: linear-gradient(-40deg, #6993E9 7%, #CCD4F5 100%);
}

.theoryList .theoryUl ul li p {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
    padding: 0 19px;
}

.theory_yl {
    overflow: hidden;
    margin: 40px auto;
}

.theory_yl .theoryYl_img {
    width: 600px;
    height: 286px;
    margin: 0 0 0 20px;
}

.theory_yl .theoryXx {
    width: 580px;
}

.theory_yl .theoryXx ul {
    overflow: hidden;
    margin: 0 0 0 -10px;
}

.theory_yl .theoryXx ul li {
    background: #FFFFFF;
    border: 1px solid #57BBD3;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 265px;
    height: 129px;
    float: left;
    margin: 0 0 16px 20px;
}

.theory_yl .theoryXx ul li p {
    font-size: 14px;
    color: #57BBD3;
    line-height: 24px;
    padding: 0 19px;
}

.theoryUse ul {
    overflow: hidden;
    margin: 0 0 0 -12px;
}

.theoryUse ul li {
    width: 390px;
    height: 454px;
    float:left;
    margin: 22px 0 0 12px;
}

.theoryUse ul li img {
    width: 390px;
	height: 454px;
    
}

.study {
    margin: 25px 10px auto 10px;
}

.study ul {
    overflow: hidden;
    margin: 0 0 0 -30px;
}

.study ul li {
    float: left;
    width: 370px;
    
    margin: 0 0 0 30px;
}

.activeBg {
    width: 100%;
    min-width: 1024px;
    height: 384px;
    background: url("../images/actice.png") no-repeat top center;
    background-size: cover;
}

.activeList ul li {
    overflow: hidden;
    background: #F2F7F8;
    margin: 0 0 40px 0;
}

.activeList ul li:hover .activeImg > a > img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.activeList ul li .activeImg {
    float: left;
    width: 400px;
    height: 250px;
    overflow: hidden;
}

.activeList ul li .activeImg a img {
    width: 400px;
    height: 250px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.activeList ul li .activeFont {
    float: right;
    width: 804px;
}

.activeList ul li .activeFont > p {
    font-size: 16px;
    color: #A3B1B4;
    height: 46px;
    line-height: 46px;
    padding: 0 20px;
    background: #fff;
}

.activeList ul li .activeFont .activelistFont {
    width: 764px;
    padding: 35px 20px 20px 20px;
}

.activeList ul li .activeFont .activelistFont h4 {
    height: 26px;
}

.activeList ul li .activeFont .activelistFont h4 a {
    font-size: 20px;
    color: #2D3245;
    line-height: 26px;
}

.activeList ul li .activeFont .activelistFont h4 a:hover {
    color: #57BBD3;
}

.activeList ul li .activeFont .activelistFont > p {
    font-size: 14px;
    color: #7C7C7C;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    margin: 10px 0;
}

.activeList ul li .activeFont .activelistFont .active_a {
    text-align: right;
}

.activeList ul li .activeFont .activelistFont .active_a a {
    font-size: 14px;
    color: #57BBD3;
}

.activeList ul li .activeFont .activelistFont .active_a a:hover {
    text-decoration: underline;
}

.page {
    text-align: center;
    margin: 70px auto 30px auto;
}

.page > span {
    display: inline-block;
    width: 38px;
    height: 38px;
    vertical-align: middle;
    cursor: pointer;
}

.page > a {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: #FFFFFF;
    border: 1px solid #B5CFD5;
    font-size: 14px;
    color: #A0BABF;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0 5px;
}

.page > a.active {
    background: #57BBD3;
    color: #fff;
}

.page > a:hover {
    background: #57BBD3;
    color: #fff;
}

.contactBg {
    width: 100%;
    min-width: 1024px;
    height: 432px;
    background: url("../images/lxOur.png") no-repeat top center;
    background-size: cover;
}

.contactBg .contact_center {
    width: 1204px;
    margin: auto;
    padding: 80px 0 0 0;
}

.contactBg .contact_center h2 {
    font-size: 40px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 52px;
}

.contactBg .contact_center > p {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    padding: 5px 15px;
}

.contactBg .contact_center .contactDiv {
    margin: 35px 0 0 0;
}

.contactBg .contact_center .contactDiv ul {
    overflow: hidden;
}

.contactBg .contact_center .contactDiv ul li {
    width: 45%;
    float: left;
}

.contactBg .contact_center .contactDiv ul li h4 {
    font-size: 20px;
    color: #FFFFFF;
    line-height: 26px;
}

.contactBg .contact_center .contactDiv ul li p {
    margin: 45px 0 0 0;
}

.contactBg .contact_center .contactDiv ul li p img {
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.contactBg .contact_center .contactDiv ul li p span {
    display: inline-block;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 21px;
}

.contactMap {
    width: 1204px;
    margin: 10px auto;
    position: relative;
    transition: all 2s;
    -webkit-transition: all 2s;
}

.contactMap.active {
    margin: 220px auto;
    transition: all 2s;
    -webkit-transition: all 2s;
}

.contactMap .contactTitle {
    position: absolute;
    top: -70px;
    left: 60px;
    width: 890px;
    background: #2D3245;
    padding: 40px 50px;
}

.contactMap .contactTitle h5 {
    font-size: 22px;
    color: #FFFFFF;
    line-height: 29px;
}

.contactMap .contactTitle p {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
    margin: 15px 0 0 0;
}

.productBg {
    width: 100%;
    min-width: 1204px;
    height: 2000px;
    background: url("../images/easydew.jpg") no-repeat top center;
    background-size: cover;
}

.productBg .productBox {
    width: 100%;
    min-width: 1204px;
    margin: auto;
    background: #ecf5f9;
}

.productBg .productBox .productCenter {
    width: 1204px;
    margin: auto;
    padding: 40px 0;
    overflow: hidden;
}

.productBg .productBox .productCenter .productImg {
    width: 400px;
    height: 315px;
}

.productBg .productBox .productCenter .productImg img {
    width: 400px;
    height: 315px;
}

.productBg .productBox .productCenter .productFont {
    width: 780px;
}

.productBg .productBox .productCenter .productFont div {
    width: 150px;
    height: 120px;
    margin: 40px 0 0 0;
}

.productBg .productBox .productCenter .productFont div img {
    width: 150px;
    height: 120px;
}

.productBg .productBox .productCenter .productFont h4 {
    font-size: 18px;
    line-height: 24px;
    color: #fb832c;
    margin: 10px 0;
}

.productBg .productBox .productCenter .productFont p {
    font-size: 14px;
    color: #686868;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
}

.productList {
    width: 1204px;
    margin: auto;
    padding: 0 0 100px 0;
    position: relative;
    z-index: 9999;
    margin: -350px auto auto auto;
}

.productList .product_li {
    overflow: hidden;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.productList .product_li.active {
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.productList .product_li.marginTop {
    margin: -350px 0 0 0;
}

.productList .product_li.product_bg_1 {
    background: url("../images/easydew_bg1.png") no-repeat center left;
    background-size: 1250px 500px;
    margin: 0 0 0 -80px;
}

.productList .product_li.product_bg_2 {
    background: url("../images/easydew_bg2.png") no-repeat bottom center;
    background-size: 1250px 430px;
    margin: -350px -80px 0 0;
}

.productList .product_li.product_bg_3 {
    background: url("../images/easydew_bg3.png") no-repeat center left;
    background-size: 1250px 460px;
    margin: -200px 0 0 -80px;
}

.productList .product_li.product_bg_4 {
    background: url("../images/easydew_bg4.png") no-repeat center right;
    background-size: 1250px 400px;
    margin: -200px -80px 0 0;
}

.productList .product_li.product_bg_5 {
    background: url("../images/easydew_bg5.png") no-repeat center left;
    background-size: 1250px 550px;
    margin: -100px 0 0 -80px;
}

.productList .product_li.product_bg_6 {
    background: url("../images/easydew_bg6.png") no-repeat bottom right;
    background-size: 1250px 440px;
    margin: -300px -80px 0 0;
}

.productList .product_li.product_bg_7 {
    background: url("../images/easydew_bg7.png") no-repeat center left;
    background-size: 1250px 410px;
    margin: 50px 0 0 -80px;
}

.productList .product_li.product_bg_8 {
    background: url("../images/easydew_bg8.png") no-repeat center right;
    background-size: 1250px 390px;
    margin: -150px -80px 0 0;
}

.productList .product_li .liimg.li_200 {
    width: 200px;
}

.productList .product_li .liimg.li_130 {
    width: 130px;
}

.productList .product_li .liimg.li_146 {
    width: 146px;
}

.productList .product_li .liimg.li_220 {
    width: 220px;
}

.productList .product_li .liimg.li_230 {
    width: 230px;
}

.productList .product_li .liimg.li_240 {
    width: 230px;
}

.productList .product_li .liimg.limargin {
    margin: 0 0 0 80px;
}

.productList .product_li .liimg.li_300 {
    width: 300px;
}

.productList .product_li .liFont {
    margin: 200px 0 0 20px;
}

.productList .product_li .liFont.li_910 {
    width: 910px;
}

.productList .product_li .liFont h4 {
    font-size: 34px;
    color: #5a7502;
    position: relative;
    line-height: 80px;
    height: 80px;
}

.productList .product_li .liFont h4.h_left:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    border-bottom: 1px solid #5a7502;
    content: '';
}

.productList .product_li .liFont h4.h_right {
    text-align: left;
}

.productList .product_li .liFont h4.h_right {
    text-align: right;
}

.productList .product_li .liFont h4.h_right:after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
    border-bottom: 1px solid #5a7502;
    content: '';
}

.productList .product_li .liFont p {
    font-size: 16px;
    color: #6a6e5d;
    background: url("../images/img_19x19.png") no-repeat left center;
    padding: 0 0 0 25px;
    margin: 30px 0 0 0;
}

.proOne {
    background: url("../images/cp1.jpg") no-repeat;
    background-size: cover;
    height: 395px;
    width: 100%;
    min-width: 1204px;
}

.proTwo {
    background: url("../images/cp6.jpg") no-repeat;
    background-size: cover;
    height: 385px;
    width: 100%;
    min-width: 1204px;
}

.pro_1204 {
    width: 1204px;
    margin: auto;
    padding: 80px 0 0 0;
    position: relative;
}

.pro_1204 .pro_left {
    width: 40px;
    height: 180px;
    margin: 40px 0 0 0;
}

.pro_1204 .pro_right {
    width: 620px;
    margin: 0 0 0 35px;
}

.pro_1204 .pro_right h2 {
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    line-height: 60px;
}

.pro_1204 .pro_right h4 {
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    margin: 5px 0;
}

.pro_1204 .pro_right span {
    display: inline-block;
    height: 40px;
    border-left: 1px solid #fff;
}

.pro_1204 .pro_right p {
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
    margin: 0 0 20px 0;
}

.padding_25 {
    padding: 25px 0 0 0;
}

.pro_auto {
    width: 1204px;
    margin: auto;
}

.proGrey {
    overflow: hidden;
    background: #dddddd;
}

.proGrey .proTitle {
    width: 50px;
    height: 240px;
    float: left;
    margin: 200px 0 0 0;
}

.proGrey .proFont {
    width: 350px;
    float: left;
    margin: 90px 0 0 100px;
}

.proGrey .proFont h3 {
    font-size: 40px;
    font-weight: bold;
    line-height: 50px;
    color: #592b7f;
    margin: 5px 0;
}

.proGrey .proFont h4 {
    font-size: 30px;
    font-weight: bold;
    color: #592b7f;
}

.proGrey .proFont p {
    font-size: 22px;
    color: #592b7f;
    line-height: 30px;
}

.proGrey .proFont ul li {
    margin: 25px 0 0 0;
}

.proGrey .proFont ul li h5 {
    font-size: 20px;
    color: #592b7f;
    line-height: 30px;
    margin: 0 0 5px 0;
}

.proGrey .proFont ul li > p {
    font-size: 16px;
    border-top: 1px solid #cdcdcd;
    padding: 5px 0;
    color: #626262;
}

.proGrey .proFont ul li .yd_list {
    overflow: hidden;
}

.proGrey .proFont ul li .yd_list a {
    display: inline-block;
    width: 45%;
    float: left;
    background: url("../images/img6x6.png") no-repeat left center;
    font-size: 18px;
    color: #592b7f;
    line-height: 36px;
    padding: 0 0 0 12px;
}

.proGrey .proFont ul li .td_list {
    border-top: 1px solid #cdcdcd;
    padding: 5px 0;
}

.proGrey .proFont ul li .td_list p {
    font-size: 16px;
    color: #626262;
    line-height: 36px;
    background: url("../images/img6x6.png") no-repeat top left;
    background-position: 0 15px;
    padding: 0 0 0 12px;
}

.proGrey .proFont > div {
    font-size: 16px;
    color: #626262;
    margin: 80px 0 0 0;
}

.proGrey .cp2 {
    background: url("../images/cp2.png") no-repeat top center;
    background-size: cover;
    width: 510px;
    height: 730px;
    float: left;
    margin: 0 0 0 50px;
}

.proGrey .cp7 {
    background: url("../images/cp7.png") no-repeat top center;
    background-size: cover;
    width: 330px;
    height: 770px;
    float: left;
    margin: 0 0 0 50px;
}

.proGrey .cp8 {
    background: url("../images/cp8.png") no-repeat top center;
    background-size: 100% 100%;
    width: 390px;
    height: 750px;
    float: left;
    margin: 0 0 0 50px;
}

.prolist {
    min-width: 1204px;
    text-align: center;
}

.prolist img {
    display: block;
    vertical-align: bottom;
}

.proWhite {
    background: #f0f0f0;
    min-width: 1204px;
    width: 100%;
}

.proWhite .proUl {
    width: 1204px;
    margin: auto;
    padding: 50px 0;
}

.proWhite .proUl ul {
    overflow: hidden;
    margin: 0 0 0 -20px;
}

.proWhite .proUl ul li {
    float: left;
    margin: 0 0 0 20px;
}

.proWhite .proUl ul li .imgCase {
    width: 285px;
    height: 350px;
}

.proWhite .proUl ul li .imgCase img {
    width: 285px;
    height: 350px;
}

.proWhite .proUl ul li .caseNum {
    background: #592b7f;
    padding: 20px;
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 100px;
    width: 245px;
}

.proWhite .proUl ul li .caseNum h4 {
    font-size: 16px;
    color: #fff;
    margin: 0 0 5px 0;
    text-align: center;
    width: 100%;
}

.proWhite .proUl ul li .caseNum p {
    font-size: 14px;
    width: 100%;
    color: #d9baf2;
    line-height: 20px;
    height: 60px;
}

.afterDb {
    width: 1204px;
    margin: auto;
    padding: 60px 0;
}

.afterDb h4 {
    color: #592b7f;
    font-weight: bold;
    font-size: 16px;
}

.afterDb ul {
    overflow: hidden;
    margin: 0 0 0 -70px;
}

.afterDb ul li {
    float: left;
    width: 350px;
    height: 200px;
    margin: 30px 0 0 70px;
}

.inttoduce {
    width: 1210px;
    margin: 50px auto;
    overflow: hidden;
    background: url("../images/productImg.jpg") no-repeat top left;
}

.inttoduce .inttoduceBox {
    margin: 175px 0 0 0;
    position: relative;
}

.inttoduce .inttoduceBox .height_435 {
    height: 435px;
    width: 90%;
    background: #eef8fa;
    position: absolute;
}

.inttoduce .inttoduceBox .height_435.pos_1 {
    top: 885px;
}

.inttoduce .inttoduceBox .height_435.pos_2 {
    bottom: 55px;
}

.inttoduce .inttoduceBox ul {
    overflow: hidden;
    margin: 0 0 0 -100px;
    padding: 0 0 50px 0;
}

.inttoduce .inttoduceBox ul li {
    float: left;
    margin: 0 0 0 100px;
    position: relative;
}
.inttoduce .inttoduceBox ul .pros {
	margin-top: 90px;
}

.inttoduce .inttoduceBox ul li a {
    display: inline-block;
    width: 100%;
}

.inttoduce .inttoduceBox ul li .imgImtt {
    width: 550px;
    height: 700px;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.inttoduce .inttoduceBox ul li .imgend {
    width: 1200px;
    height: 700px;
}
.inttoduce .inttoduceBox ul li .imgImtt img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.inttoduce .inttoduceBox ul li .inttoduceBot {
    width: 300px;
    padding: 35px 20px 25px 20px;
    background: #6bc2d5;
    position: absolute;
    left: 30px;
    bottom: -30px;
}

.inttoduce .inttoduceBox ul li .inttoduceBot > h4 {
    font-size: 20px;
    color: #fff;
    line-height: 24px;
    margin: 0 0 5px 0;
}

.inttoduce .inttoduceBox ul li .inttoduceBot .inttoduceDiv {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.inttoduce .inttoduceBox ul li .inttoduceBot .inttoduceDiv span {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.inttoduce .inttoduceBox ul li .inttoduceBot .inttoduceDiv > div {
    width: 60px;
    height: 18px;
    overflow: hidden;
}

.inttoduce .inttoduceBox ul li .inttoduceBot .inttoduceDiv > div img {
    transform: translateX(-60px);
    -webkit-transform: translateX(-60px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.inttoduce .inttoduceBox ul li:hover .imgImtt {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
}

.inttoduce .inttoduceBox ul li:hover .imgImtt img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.inttoduce .inttoduceBox ul li:hover .inttoduceBot .inttoduceDiv > div > img {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.product_jsBg {
    background: url("../images/endymed2.jpg") no-repeat top center;
    background-size: cover;
    min-width: 1200px;
    width: 100%;
}

.product_jsBg .endymed {
    width: 1200px;
    margin: 40px auto;
}

.product_jsBg .endymed .endymedTop {
    overflow: hidden;
}

.product_jsBg .endymed .endymedTop .endymedTop_img {
    width: 240px;
    height: 240px;
}

.product_jsBg .endymed .endymedTop .endymedTop_img img {
    width: 240px;
    height: 240px;
}

.product_jsBg .endymed .endymedTop .endymedTop_font {
    width: 945px;
}

.product_jsBg .endymed .endymedTop .endymedTop_font h4 {
    font-size: 18px;
    color: #552d8f;
    line-height: 24px;
    margin: 15px 0;
}

.product_jsBg .endymed .endymedTop .endymedTop_font p {
    font-size: 14px;
    color: #afadbc;
    line-height: 24px;
}

.product_jsBg .endymed .endymedBot {
    margin: 50px auto;
}

.product_jsBg .endymed .endymedBot ul {
    overflow: hidden;
    margin: 0 0 0 -5px;
}

.product_jsBg .endymed .endymedBot ul li {
    width: 395px;
    margin: 0 0 0 5px;
    overflow: hidden;
    float: left;
    cursor: pointer;
    position: relative;
}

.product_jsBg .endymed .endymedBot ul li img {
    width: 395px;
    height: 600px;
    vertical-align: bottom;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.product_jsBg .endymed .endymedBot ul li:hover img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.product_jsBg .endymed .endymedBot ul li.active .endymedPos .endymedHover > div > span {
    height: 100px;
}

.product_jsBg .endymed .endymedBot ul li .endymedPos {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(161, 187, 194, 0.5);
    display: none;
}

.product_jsBg .endymed .endymedBot ul li .endymedPos .endymedHover {
    text-align: center;
    height: 100%;
}

.product_jsBg .endymed .endymedBot ul li .endymedPos .endymedHover > div {
    margin: 120px auto 25px auto;
}

.product_jsBg .endymed .endymedBot ul li .endymedPos .endymedHover > div span {
    display: inline-block;
    height: 10px;
    transition: height 2s;
    -moz-transition: height 2s;
    -webkit-transition: height 2s;
    -o-transition: height 2s;
    border-right: 1px solid #fff;
}

.product_jsBg .endymed .endymedBot ul li .endymedPos .endymedHover a img {
    width: 110px;
    height: 110px;
}

.product_jsBg .endymed .endymedBot ul li .endymedPos .endymedHover p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin: 25px 0 0 0;
}

.endorCount {
    background: url("../images/endorOne_1.jpg") no-repeat top center;
    background-size: cover;
    width: 100%;
    min-width: 1200px;
    height: 330px;
    overflow: hidden;
}

.endorCount .endorCenter {
    width: 1200px;
    overflow: hidden;
    margin: 40px auto;
}

.endorCount .endorCenter .endorImg.endor_285x270 {
    width: 285px;
    height: 270px;
}

.endorCount .endorCenter .endorImg.endor_285x270 img {
    width: 285px;
    height: 270px;
}

.endorCount .endorCenter .endorFont.endorFont_900 {
    width: 900px;
    padding: 35px 0 0 0;
}

.endorCount .endorCenter .endorFont h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 5px 0;
    line-height: 30px;
}

.endorCount .endorCenter .endorFont h4.black_h {
    color: #1c1c1c;
}

.endorCount .endorCenter .endorFont p {
    font-size: 14px;
    line-height: 24px;
    height: 120px;
    overflow: hidden;
}

.endor_285x270 {
    width: 285px !important;
    height: 270px !important;
}

.endor_285x270 img {
    width: 285px !important;
    height: 270px !important;
}

.endor_hzp {
    width: 100%;
    min-width: 1200px;
    background: url("../images/endorOne_2.jpg") no-repeat top center;
    background-size: cover;
    height: 819px;
    overflow: hidden;
}

.endor_hzp .endor_hzpImg {
    width: 1200px;
    height: 690px;
    margin: 80px auto auto auto;
    transform: translateX(-300px);
    -webkit-transform: translateX(-300px);
    transition: all 1s;
    -webkit-transition: all 1s;
}

.endor_hzp .endor_hzpImg.active {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    transition: all 1s;
    -webkit-transition: all 1s;
}

.endor_Bg {
    width: 100%;
    min-width: 1200px;
    background: #e2e5e7 url("../images/endorOne_3.jpg") no-repeat top center;
}

.endor_Bg .endor_1200 {
    width: 1200px;
    margin: auto;
    padding: 65px 0 150px 0;
}

.endor_Bg .endor_1200 .endor_h .endor_div {
    text-align: center;
    margin: auto auto 40px auto;
}

.endor_Bg .endor_1200 .endor_h .endor_div.div_910 {
    width: 910px;
}

.endor_Bg .endor_1200 .endor_h .endor_div.div_800 {
    width: 800px;
}

.endor_Bg .endor_1200 .endor_h .endor_div h4 {
    font-size: 20px;
    color: #282828;
    line-height: 36px;
    margin: 0 0 10px 0;
}

.endor_Bg .endor_1200 .endor_h .endor_div > p {
    font-size: 16px;
    color: #525252;
    line-height: 30px;
}

.endor_Bg .endor_1200 .endor_h .div_690 {
    width: 690px;
    margin: 100px auto auto auto;
    text-align: center;
}

.endor_Bg .endor_1200 .endor_h .div_690 > p {
    color: #7c837e;
    font-size: 16px;
    line-height: 36px;
}

.endor_Bg .endor_1200 .endorBox .endorList {
    overflow: hidden;
    position: relative;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    transition: all 1s;
    -webkit-transition: all 1s;
    opacity: 0;
}

.endor_Bg .endor_1200 .endorBox .endorList.active {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    transition: all 1s;
    -webkit-transition: all 1s;
    opacity: 1;
}

.endor_Bg .endor_1200 .endorBox .endorList.margin_280 {
    margin: -280px -160px auto auto;
}

.endor_Bg .endor_1200 .endorBox .endorList.margin_230 {
    margin: -230px -160px auto auto;
}

.endor_Bg .endor_1200 .endorBox .endorList.margin_150 {
    margin: -150px -160px auto auto;
}

.endor_Bg .endor_1200 .endorBox .endorList .endor_Tp.endor_450x420 {
    width: 450px;
    height: 420px;
}

.endor_Bg .endor_1200 .endorBox .endorList .endor_Tp.endor_295x260 {
    width: 295px;
    height: 260px;
}

.endor_Bg .endor_1200 .endorBox .endorList .endor_Tp.endor_380x470 {
    width: 380px;
    height: 480px;
}

.endor_Bg .endor_1200 .endorBox .endorList .endor_Tp.endor_400x350 {
    width: 400px;
    height: 350px;
}

.endor_Bg .endor_1200 .endorBox .endorList .endor_Tp.endor_450x320 {
    width: 450px;
    height: 320px;
}

.endor_Bg .endor_1200 .endorBox .endorList .endor_Tp.endor_380x530 {
    width: 380px;
    height: 530px;
}

.endor_Bg .endor_1200 .endorBox .endorList .endor_Tp.endor_380x560 {
    width: 380px;
    height: 560px;
}

.endor_Bg .endor_1200 .endorBox .endorList .endor_Font {
    width: 460px;
}

.endor_Bg .endor_1200 .endorBox .endorList .endor_Font.endor_20_l {
    margin: 250px 0 0 20px;
}

.endor_Bg .endor_1200 .endorBox .endorList .endor_Font.endor_20_r {
    margin: 40px 20px 0 0;
}

.endor_Bg .endor_1200 .endorBox .endorList .endor_Font.endor_130_r {
    margin: 130px 20px 0 0;
}

.endor_Bg .endor_1200 .endorBox .endorList .endor_Font.endor_200_r {
    margin: 200px 20px 0 0;
}

.endor_Bg .endor_1200 .endorBox .endorList .endor_Font.endor_60_l {
    margin: 70px 0 0 20px;
}

.endor_Bg .endor_1200 .endorBox .endorList .endor_Font.endor_90_l {
    margin: 90px 0 0 20px;
}

.endor_Bg .endor_1200 .endorBox .endorList .endor_Font.endor_pos_l {
    position: absolute;
    top: 220px;
    left: 310px;
}

.endor_Bg .endor_1200 .endorBox .endorList .endor_Font.endor_pos_l_90 {
    position: absolute;
    top: 90px;
    left: 300px;
}

.endor_Bg .endor_1200 .endorBox .endorList .endor_Font h3 {
    font-size: 24px;
    color: #282828;
    line-height: 36px;
}

.endor_Bg .endor_1200 .endorBox .endorList .endor_Font h3.h_left {
    text-align: left;
}

.endor_Bg .endor_1200 .endorBox .endorList .endor_Font h3.h_right {
    text-align: right;
}

.endor_Bg .endor_1200 .endorBox .endorList .endor_Font p {
    background: url("../images/img_13x2.png") no-repeat top left;
    padding: 0 0 0 20px;
    background-position: 0 16px;
    margin: 15px 0 0 0;
    font-size: 16px;
    color: #525252;
    line-height: 36px;
}

.endor_Bg .endor_1200 .endorBox .endorTwoList {
    position: relative;
    margin: 150px auto;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    transition: all 1s;
    -webkit-transition: all 1s;
    opacity: 0;
}

.endor_Bg .endor_1200 .endorBox .endorTwoList.active {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    transition: all 1s;
    -webkit-transition: all 1s;
    opacity: 1;
}

.endor_Bg .endor_1200 .endorBox .endorTwoList .endorTwoPos {
    position: absolute;
    right: 120px;
    bottom: -200px;
}

.endor_Bg .endor_1200 .endorBox .endorTwoList ul {
    overflow: hidden;
}

.endor_Bg .endor_1200 .endorBox .endorTwoList ul li {
    overflow: hidden;
    width: 50%;
    float: left;
}

.endor_Bg .endor_1200 .endorBox .endorTwoList ul li .endorTwo_img_130 {
    width: 130px;
    height: 300px;
}

.endor_Bg .endor_1200 .endorBox .endorTwoList ul li .endorTwo_img_250 {
    width: 250px;
    height: 300px;
}

.endor_Bg .endor_1200 .endorBox .endorTwoList ul li .endorTwoRi {
    margin: 100px 0 0 10px;
}

.endor_Bg .endor_1200 .endorBox .endorTwoList ul li .endorTwoRi h3 {
    line-height: 36px;
    font-size: 24px;
    margin: 0 0 15px 0;
    line-height: 36px;
}

.endor_Bg .endor_1200 .endorBox .endorTwoList ul li .endorTwoRi p {
    background: url("../images/img_13x2.png") no-repeat top left;
    padding: 0 0 0 20px;
    font-size: 16px;
    color: #525252;
    line-height: 30px;
    background-position: 0 15px;
}

.endor_Bg .endor_1200 .endorBox .endorTwoList ul li .endorTwoRi.endorTwo_img_370 {
    width: 370px;
}

.endor_Bg .endor_1200 .endorBox .endorTwoList ul li .endorTwoRi.endorTwo_img_330 {
    width: 300px;
}

/*# sourceMappingURL=base.css.map */
.proPrue {
    background: url("../images/endyMedBg1.jpg") no-repeat;
    background-size: cover;
    height: 540px;
    width: 100%;
    min-width: 1204px;
}

.proPureTwo {
    background: url("../images/endyMedBg2.jpg") no-repeat;
    background-size: cover;
    height: 750px;
    width: 100%;
    min-width: 1204px;
}

.pureTwo {
    overflow: hidden;
}

.pureTwo .pureTwoImg {
    width: 600px;
    height: 670px;
}

.pureTwo .pureTwoFont {
    width: 570px;
}

.pureTwo .pureTwoFont img {
    float: left;
    margin: 250px 0 0 0;
}

.pureTwo .pureTwoFont .pureFr {
    width: 400px;
    margin: 0 0 0 90px;
}

.pureTwo .pureTwoFont .pureFr h2 {
    font-size: 40px;
    font-weight: bold;
    line-height: 48px;
    color: #592b7f;
    margin: 0 0 30px 0;
}

.pureTwo .pureTwoFont .pureFr ul li {
    margin: 30px 0 0 0;
}

.pureTwo .pureTwoFont .pureFr ul li h4 {
    font-size: 20px;
    line-height: 42px;
    color: #592b7f;
    border-bottom: 1px solid #d5d5d5;
}

.pureTwo .pureTwoFont .pureFr ul li p {
    margin: 5px 0 0 0;
    font-size: 16px;
    line-height: 24px;
}

.pruoThree {
    background: url("../images/endyMedBg3.jpg") no-repeat;
    background-size: cover;
    height: 370px;
    width: 100%;
    min-width: 1204px;
}

@media screen and (max-width: 1350px) {
    .hz_friend {
        position: absolute;
        top: -100px;
        left: -10px !important;
        background: #2D3245;
        width: 372px;
        padding: 34px 59px;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
    }

    .allWorde .map .leftPos.active {
        left: 0;
        opacity: 1;
        transition-delay: 2s;
        -webkit-transition-delay: 2s;
        transition: all 2s;
        -webkit-transition: all 2s;
    }
}

/*bioxis*/
.bioxisCount > div {
    width: 100%;
    min-width: 1200px;
}

.bioxisCount .bioxisOne {
    background: url("../images/Bioxis_bg_1.jpg") no-repeat top center;
    height: 319px;
}

.bioxisCount .bioxisOne .bioxisOneAuto {
    overflow: hidden;
    padding: 60px 0 0 0;
    width: 1200px;
    margin: auto;
}

.bioxisCount .bioxisOne .bioxisOneAuto .bioxisOneImg {
    width: 260px;
    height: 260px;
}

.bioxisCount .bioxisOne .bioxisOneAuto .bioxisOneImg img {
    width: 260px;
    height: 260px;
}

.bioxisCount .bioxisOne .bioxisOneAuto .bioxisOneFont {
    width: 875px;
    margin: 0 0 0 50px;
}

.bioxisCount .bioxisOne .bioxisOneAuto .bioxisOneFont h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 5px 0;
    line-height: 30px;
}

.bioxisCount .bioxisOne .bioxisOneAuto .bioxisOneFont p {
    font-size: 14px;
    line-height: 24px;
    height: 120px;
    overflow: hidden;
}

.bioxisCount .bioxisTwo {
    background: url("../images/Bioxis_bg_2.jpg") no-repeat top center;
    height: 340px;
}

.bioxisCount .bioxisTwo .bioxisTwoAuto {
    overflow: hidden;
    padding: 85px 0 0 0;
    width: 1200px;
    margin: auto;
}

.bioxisCount .bioxisTwo .bioxisTwoAuto h3 {
    font-size: 20px;
    font-weight: bolder;
    color: #414142;
    margin: 0 0 30px 0;
}

.bioxisCount .bioxisTwo .bioxisTwoAuto h6 {
    font-size: 16px;
    font-weight: bolder;
    color: #414142;
    margin: 0 0 20px 0;
}

.bioxisCount .bioxisTwo .bioxisTwoAuto p {
    font-size: 16px;
    color: #414142;
    line-height: 25px;
}

.bioxisCount .bioxisThree {
    background: url("../images/Bioxis_bg_3.jpg") no-repeat top center;
    height: 640px;
}

.bioxisCount .bioxisFour {
    background: url("../images/Bioxis_bg_4.jpg") no-repeat top center;
    height: 640px;
}

.bioxisCount .bioxisThreeAuto {
    overflow: hidden;
    padding: 50px 0 0 0;
    width: 1200px;
    margin: auto;
}

.bioxisCount .bioxisThreeAuto .bioxisThreeAutoBox {
    margin: 0 0 0 90px;
}

.bioxisCount .bioxisThreeAuto .bioxisThreeAutoBox h2 {
    font-weight: bold;
    font-size: 28px;
    color: #414142;
}

.bioxisCount .bioxisThreeAuto .bioxisThreeAutoBox h2 em {
    font-size: 18px;
    vertical-align: bottom;
}

.bioxisCount .bioxisThreeAuto .bioxisThreeAutoBox .bioxisThreeUl ul {
    overflow: hidden;
}

.bioxisCount .bioxisThreeAuto .bioxisThreeAutoBox .bioxisThreeUl ul li {
    text-align: center;
    float: left;
    margin: 30px 10px 0 0;
    width: 90px;
    height: 140px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-flow: wrap;
    border: 1px solid #6d6d6d;
}

.bioxisCount .bioxisThreeAuto .bioxisThreeAutoBox .bioxisThreeUl ul li h4 {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #414142;
}

.bioxisCount .bioxisThreeAuto .bioxisThreeAutoBox .bioxisThreeUl ul li p {
    width: 100%;
    font-size: 18px;
    color: #414142;
}

.bioxisCount .bioxisThreeAuto .bioxisThreeAutoBox .injection ul li {
    margin: 40px 0 0 0;
}

.bioxisCount .bioxisThreeAuto .bioxisThreeAutoBox .injection ul li h4 {
    font-size: 18px;
    font-weight: bold;
    color: #414142;
    line-height: 35px;
}

.bioxisCount .bioxisThreeAuto .bioxisThreeAutoBox .injection ul li p {
    color: #414142;
    font-size: 18px;
    line-height: 35px;
}

.bioxisCount .bioxisThreeAuto .bioxisThreeAutoBox .injection ul li span {
    font-size: 14px;
    color: #414142;
}

.bioxisCount .bioxisThreeAuto .bioxisThreeAutoBox .injection ul li .bioxisLine {
    width: 40px;
    margin: 20px 0 0 0;
}

.bioxisCount .bioxisThreeAuto .bioxisThreeAutoBox .injection ul li .bioxisLine.h {
    border-bottom: 2px solid #414142;
}

.bioxisCount .bioxisThreeAuto .bioxisThreeAutoBox .injection ul li .bioxisLine.h2 {
    border-bottom: 2px solid #7a7a7b;
}

.bioxisCount .bioxisFive {
    background: url("../images/Bioxis_bg_5.jpg") no-repeat top center;
    height: 495px;
}

.bioxisCount .bioxisSix {
    background: #f8f8f8;
}

.bioxisCount .bioxisFiveAuto {
    width: 950px !important;
    margin: auto;
    padding: 80px 0 0 0;
}

.bioxisCount .bioxisFiveAuto h2 {
    font-weight: bold;
    font-size: 28px;
    color: #414142;
}

.bioxisCount .bioxisFiveAuto h2 em {
    font-size: 18px;
    vertical-align: bottom;
}

.bioxisCount .bioxisFiveAuto > div {
    margin: 60px 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*medical*/
.medicalCount > div {
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
}

.medicalCount .medicalOne {
    background: url("../images/medicalBg.jpg") no-repeat top center;
    background-size: cover;
    height: 338px;
}

.medicalCount .medicalOne .medicalOneAuto {
    padding: 50px 0 0 0;
    width: 1200px;
    margin: auto;
}

.medicalCount .medicalOne .medicalOneAuto .medicalOneLeft {
    margin: 0 0 0 290px;
    width: 900px;
}

.medicalCount .medicalOne .medicalOneAuto .medicalOneLeft h4 {
    font-size: 16px;
    color: #af9751;
    font-weight: bold;
    line-height: 30px;
    margin: 10px 0 0 0;
}

.medicalCount .medicalOne .medicalOneAuto .medicalOneLeft p {
    font-size: 14px;
    color: #7a7b7c;
    line-height: 24px;
    margin: 10px 0 0 0;
}

.medicalCount .medicalTwo {
    background: url("../images/medicalBg21.png") no-repeat top center;
    background-size: cover;
    height: 650px;
}

.medicalCount .medicalplus {
    background: url("../images/medicalBg3.png") no-repeat top center;
    background-size: cover;
    height: 650px;
}

.medicalCount .medibluetooth {
    background: url("../images/medicalBg4.png") no-repeat top center;
    background-size: cover;
    height: 650px;
}
.medicalCount .medicalTwo .medicalTwoAuto {
    width: 1200px;
    margin: auto;
}

.medicalCount .medicalTwo .medicalTwoAuto .medicalTwo_540 {
    width: 750px;
    margin: 80px 0 0 105px;
}

.medicalCount .medicalTwo .medicalTwoAuto .medicalTwo_540 > h2 {
    font-size: 24px;
    color: #af9751;
    font-weight: bolder;
    line-height: 30px;
}

.medicalCount .medicalTwo .medicalTwoAuto .medicalTwo_540 > h4 {
    font-size: 18px;
    color:#7a7b7c;
    line-height: 30px;
    margin: 15px 0 0 0;
}

.medicalCount .medicalTwo .medicalTwoAuto .medicalTwo_540 .medicalTwo_Font {
    margin: 30px 0 0 0;
}

.medicalCount .medicalTwo .medicalTwoAuto .medicalTwo_540 .medicalTwo_Font h4 {
    font-size: 18px;
    color: #af9751;
    font-weight: bolder;
    line-height: 30px;
    margin: 0 0 10px 0;
}

.medicalCount .medicalTwo .medicalTwoAuto .medicalTwo_540 .medicalTwo_Font p {
    font-size: 14px;
    color: #536779;
    line-height: 30px;
}
.medicalCount .medicalTwo .medicalTwoAuto .medicalTwo_540 .medicalTwo_Font ul li {
    font-size: 14px;
	line-height: 25px;
    color: #7a7b7c;
    line-height: 30px;
	list-style:disc;
}
.medicalCount .medicalThree {
    background: #f8f8f8;
    
}

.medicalCount .medicalThree .medicalThreeAuto {
    width: 1200px;
    margin: auto;
    overflow: hidden;
}

.medicalCount .medicalThree .medicalThreeAuto > div {
    border: 1px solid #62c7cd;
    border-radius: 10px;
    overflow: hidden;
}

.medicalCount .medicalThree .medicalThreeAuto > div.madical_330 {
    width: 330px;
}

.medicalCount .medicalThree .medicalThreeAuto > div.madical_480 {
    width: 480px;
    margin: 0 0 0 28px;
}

.medicalCount .medicalThree .medicalThreeAuto > div .madical_img {
    text-align: center;
    background: #fff;
    height: 310px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.medicalCount .medicalThree .medicalThreeAuto > div .madical_img > img {
    max-width: 100%;
}

.medicalCount .medicalThree .medicalThreeAuto > div .medicalBot {
    border-top: 1px solid #62c7cd;
    background: #ebf4f5;
    padding: 35px 10px;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    position: relative;
}

.medicalCount .medicalThree .medicalThreeAuto > div .medicalBot .medicalPos {
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
}

.medicalCount .medicalThree .medicalThreeAuto > div .medicalBot .medicalPos span {
    display: inline-block;
    border-radius: 100px;
    background: #62c7cd;
    color: #fff;
    height: 30px;
    padding: 0 20px;
    background: #62c7cd;
}

.medicalCount .medicalFour {
    background: url("../images/medicalImg.png") no-repeat top center;
    background-size: cover;
    height: 1244px;
}

.medicalCount .medicalFive {
    padding: 80px 0;
    background: #fff;
}

.medicalCount .medicalFive .medicalFiveAuto {
    width: 1200px;
    margin: auto;
}

.medicalCount .medicalFive .medicalFiveAuto h4 {
    font-size: 20px;
    line-height: 30px;
    color: #62c7cd;
}

.medicalCount .medicalFive .medicalFiveAuto .medical_970 {
    width: 970px;
    margin: auto;
}

.medicalCount .medicalFive .medicalFiveAuto .medical_970 ul {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    align-items: center;
}

.medicalCount .medicalFive .medicalFiveAuto .medical_970 ul li {
    width: 465px;
    margin: 45px 0 0 0;
}

.medicalCount .medicalFive .medicalFiveAuto .medical_970 ul li > div {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    text-align: center;
}

.medicalCount .medicalFive .medicalFiveAuto .medical_970 ul li > div a {
    display: inline-block;
    width: 50%;
    font-size: 16px;
    color: #536779;
    line-height: 30px;
}

/*formatk*/
.formatkCount {
    min-width: 1200px;
    width: 100%;
}

.formatkCount .formatk_1200 {
    width: 1200px;
    margin: auto;
}

.formatkCount .formatkOne {
    background: url("../images/formatk_bg.jpg") no-repeat top center;
    background-size: cover;
    height: 308px;
}

.formatkCount .formatkOne .formatkOneAuto .formatkOneLeft {
    margin: 0 0 0 380px;
    padding: 30px 0 0 0;
    width: 790px;
}

.formatkCount .formatkOne .formatkOneAuto .formatkOneLeft h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: #f18b14;
}

.formatkCount .formatkOne .formatkOneAuto .formatkOneLeft p {
    font-size: 14px;
    color: #888888;
    line-height: 24px;
}

.formatkCount .formatkTwo {
    background: url("../images/formatk_bg1.jpg") no-repeat top center;
    height: 790px;
    background-size: cover;
}

.formatkCount .formatkTwo .formatkOneAuto {
    overflow: hidden;
}

.formatkCount .formatkTwo .formatkOneAuto .formatkTwo_720 {
    margin: 100px 0 0 0;
    width: 720px;
}

.formatkCount .formatkTwo .formatkOneAuto .formatkTwo_720 h3 {
    font-size: 28px;
    font-weight: bold;
    color: #f18b14;
    line-height: 40px;
}

.formatkCount .formatkTwo .formatkOneAuto .formatkTwo_720 ul li {
    margin: 0 0 50px 0;
}

.formatkCount .formatkTwo .formatkOneAuto .formatkTwo_720 ul li h4 {
    font-size: 18px;
    color: #f18b14;
    line-height: 24px;
    margin: 25px 0 0 0;
}

.formatkCount .formatkTwo .formatkOneAuto .formatkTwo_720 ul li p {
    margin: 10px 0 0 0;
    font-size: 16px;
    color: #888888;
    line-height: 30px;
}

.formatkCount .formatkTwo .formatkOneAuto .formatkTwo_720 ul li > div p {
    background: url("../images/img6x6_1.png") no-repeat left center;
    padding: 0 0 0 15px;
}

.formatkCount .h_style > h2 {
    font-size: 28px;
    color: #f18b14;
    font-weight: bold;
    line-height: 40px;
}

.formatkCount .h_style h4 {
    font-size: 18px;
    color: #f18b14;
    line-height: 24px;
    margin: 20px 0 10px 0;
}

.formatkCount .h_style p {
    font-size: 14px;
    color: #888;
    line-height: 30px;
    width: 475px;
}

.formatkCount .formatkThree {
    background: url("../images/formatk_bg2.jpg") no-repeat top center;
    height: 625px;
}

.formatkCount .formatkThree .formatkThreeAuto {
    overflow: hidden;
}

.formatkCount .formatkThree .formatkThreeAuto .formatkThree_610 {
    margin: 100px 0 0 420px;
    width: 610px;
}

.formatkCount .formatkThree .formatkThreeAuto .formatkThree_610 .formatkBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: wrap;
}

.formatkCount .formatkThree .formatkThreeAuto .formatkThree_610 .formatkBox a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    background: #fbfbfc;
    width: 195px;
    height: 195px;
}

.formatkCount .formatkThree .formatkThreeAuto .formatkThree_610 .formatkThree_610_font {
    margin: 35px 0 0 0;
}

.formatkCount .formatkThree .formatkThreeAuto .formatkThree_610 .formatkThree_610_font h2 {
    font-size: 28px;
    color: #f18b14;
    font-weight: bold;
    line-height: 30px;
}

.formatkCount .formatkThree .formatkThreeAuto .formatkThree_610 .formatkThree_610_font h4 {
    font-size: 18px;
    color: #f18b14;
    line-height: 24px;
    margin: 10px 0;
}

.formatkCount .formatkThree .formatkThreeAuto .formatkThree_610 .formatkThree_610_font p {
    font-size: 14px;
    color: #888888;
    line-height: 30px;
}

.formatkCount .formatkFour {
    background: #f7f7ff;
    padding: 60px 0 0 0;
}

.formatkCount .formatkFour .formatkFourAuto .formatkFour_900 {
    background: url("../images/formatk_bg3.jpg") no-repeat top right;
    width: 900px;
    padding: 0 0 70px 0;
    margin: 0 0 0 150px;
}

.formatkCount .formatkFour .formatkFourAuto .formatkFour_900 > h2 {
    font-size: 28px;
    color: #f18b14;
    font-weight: bold;
    line-height: 40px;
}

.formatkCount .formatkFour .formatkFourAuto .formatkFour_900 h4 {
    font-size: 18px;
    color: #f18b14;
    line-height: 24px;
    margin: 20px 0 10px 0;
}

.formatkCount .formatkFour .formatkFourAuto .formatkFour_900 p {
    font-size: 14px;
    color: #888;
    line-height: 30px;
    width: 475px;
}

.formatkCount .formatkFour .formatkFourAuto .formatkFour_900 .formatk_characteristic {
    overflow: hidden;
    width: 800px;
}

.formatkCount .formatkFour .formatkFourAuto .formatkFour_900 .formatk_characteristic .characteristic_fl {
    width: 260px;
}

.formatkCount .formatkFour .formatkFourAuto .formatkFour_900 .formatk_characteristic .characteristic_fr {
    width: 530px;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    text-align: center;
    margin: 5px 0 0 0;
}

.formatkCount .formatkFour .formatkFourAuto .formatkFour_900 .formatk_characteristic .characteristic_fr > div {
    display: flex;
    align-content: center;
    align-items: center;
    flex-flow: wrap;
    border: 1px solid #e7e0dd;
    border-radius: 5px;
    height: 80px;
    padding: 0 5px;
    min-width: 100px;
    width: auto;
}

.formatkCount .formatkFour .formatkFourAuto .formatkFour_900 .formatk_characteristic .characteristic_fr > div h5 {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    color: #888888;
}

.formatkCount .formatkFour .formatkFourAuto .formatkFour_900 .formatk_characteristic .characteristic_fr > div h6 {
    width: 100%;
    font-size: 14px;
    color: #888;
    line-height: 30px;
}

.formatkCount .formatkFive {
    background: url("../images/formatk_bg4.jpg") no-repeat top center;
    padding: 120px 0;
    background-size: cover;
}

.formatkCount .formatkFive .formatkFiveAuto .formatkFive_500 {
    width: 500px;
    margin: 0 0 0 560px;
}

.formatkCount .formatkSix {
    background: url("../images/formatk_bg5.jpg") no-repeat top center;
    padding: 75px 0;
    background-size: cover;
}

.formatkCount .formatkSix .formatkSix_920 {
    width: 930px;
    margin: auto;
}

.formatkCount .formatkSix .formatkSix_920 .teDTitle ul {
    overflow: hidden;
    margin: 0 0 0 -35px;
}

.formatkCount .formatkSix .formatkSix_920 .teDTitle ul li {
    padding: 20px;
    background: #fff;
    width: 240px;
    border: 1px solid #e6e6e6;
    margin: 10px 0 0 35px;
    float: left;
}

.formatkCount .formatkSix .formatkSix_920 .teDTitle ul li .teD_img {
    width: 190px;
    height: 260px;
    margin: auto;
}

.formatkCount .formatkSix .formatkSix_920 .teDTitle ul li .teD_img img {
    max-width: 100%;
}

.formatkCount .formatkSix .formatkSix_920 .teDTitle ul li .teD_font {
    text-align: center;
    padding: 5px 0 0 0;
}

.formatkCount .formatkSix .formatkSix_920 .teDTitle ul li .teD_font a {
    display: inline-block;
    font-size: 14px;
    background: #ea9975;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    color: #fff;
    text-align: center;
    line-height: 25px;
}

.formatkCount .formatkSix .formatkSix_920 .teDTitle ul li .teD_font > div {
    font-size: 14px;
    line-height: 24px;
    color: #888;
    padding: 10px 0;
    height: 48px;
    overflow: hidden;
}

.formatkCount .formatkSeven {
    padding: 70px 0;
    background: #fff;
}

.formatkCount .formatkSeven .formatkSeven_920 {
    width: 930px;
    margin: auto;
}

.formatkCount .formatkSeven .formatkSeven_920 > div {
    width: 790px;
    margin: 35px auto;
}

.formatkCount .formatkSeven .formatkSeven_920 > div img {
    max-width: 100%;
}

/*# sourceMappingURL=base.css.map */
