* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'microsoft yahei';
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

input {
    outline: none;
}

.headtop {
    width: 100%;
    height: 63px;
    line-height: 50px;
    background-color: #243a86;
}

.headertop {
    width: 1200px;
    height: 50px;
    line-height: 30px;
    margin: 0 auto;
    position: relative;
}

.headertop p {
    color: white;
    font-size: 35px;
	    line-height: 55px;
    letter-spacing: 7px;
}

.logo {
    position: absolute;
    border: 5px solid #243a86;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    left: 50%;
    transform: translate(-60px);
    top: 0px;
}

.headtop2 {
    width: 1200px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rxdh {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.call {
    margin-left: 20px;
}

.rxdh p {
    color: #60c0f2;
    font-size: 12px;
}

.nav {
    width: 1200px;
    display: flex;
    align-items: center;
    height: 45px;
    margin: 0 auto;
    margin-top: 20px;
    justify-content: space-between;
    position: relative;
    z-index: 9999;
}

.nav li {
    width: 122px;
    height: 45px;
    line-height: 45px;
}

.nav li a {
    display: block;
    width: 122px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: black;
}

.nav li a:hover {
    background-color: #243a86;
    color: white;
}

.drop {
    width: 1200px;
    padding: 5px 0;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 0;
    color: white;
    flex-wrap: wrap;
    display: none;
}

.drop a {
    float: left;
    display: block;
    width: 150px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
    color: #333333;
    margin-left: 20px;
}

.drop a:hover {
    background-color: #eff8f8 !important;
    color: #65beba !important;
}

.nav li:hover .drop {
    display: block;
}

.clear {
    clear: both;
}

.swiper-container1 {
    width: 100%;
}

.swiper-container1 img {
    width: 100%;
}

.yewu {
    margin: 50px auto;
    width: 1200px;
}

.yewuicon {
    text-align: center;
}

.yewuul {
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.yewuul li {
    width: 200px;
    text-align: center;
    padding: 40px;
}

.yewuul li img {
    width: 100%;
}

.guimo {
    width: 100%;
    height: 780px;
    background-image: url(../images/bg1.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 70px;
}

.explain {
    display: flex;
    width: 900px;
    justify-content: space-between;
    margin: 50px auto;
}

.explain li {
    display: flex;
    width: 270px;
}

.ex-word {
    margin-left: 10px;
}

.ex-word p {
    color: white;
    font-size: 23px;
}

.ex-word span {
    color: #dddddd;
    font-size: 16px;
}

.guimotab {
    display: flex;
    width: 350px;
    align-items: center;
    margin: 30px auto;
    justify-content: space-between;
}

.guimotab span {
    display: block;
    width: 344px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: white;
    cursor: pointer;
}

.tabscroll1 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

#btn1 {
    position: absolute;
    left: -70px;
    top: 39%;
    cursor: pointer;
}

#btn2 {
    position: absolute;
    right: -70px;
    top: 39%;
    cursor: pointer;
}

#div1 {
    width: 1200px;
   
    margin: 60px auto;
    position: relative;
    overflow: hidden;    height: 210px;
}

#div1 ul {
    position: absolute;
    left: 0;
    top: 0;  height: 210px;
    overflow: hidden;
}

#div1 ul li {
    float: left;
    width: 260px;
    height: 210px;
    list-style: none;
    margin-left: 20px;
    border: 1px solid white;
    padding: 5px;
    display: flex;
    align-items: center;
}

#div1 ul li img {
    width: 100%;   height: 210px;object-fit:contain;display:block;margin:0 auto
}#div1 ul li a{display:block;width:100%}

.tabscroll2 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

#btn3 {
    position: absolute;
    left: -70px;
    top: 39%;
    cursor: pointer;
}

#btn4 {
    position: absolute;
    right: -70px;
    top: 39%;
    cursor: pointer;
}

#div2 {
    width: 1200px;
    height: 215px;
    margin: 60px auto;
    position: relative;
    overflow: hidden;
}

#div2 ul {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

#div2 ul li {
    float: left;
    width: 260px;
    height: 210px;
    list-style: none;
    margin-left: 20px;
    border: 1px solid white;
    padding: 10px;
    display: flex;
    align-items: center;
}

#div2 ul li img {
    width: 100%;
}

.selected {
    border: 3px solid white;
    background-color: transparent;
}

.indexabout {
    width: 1200px;
    margin: 60px auto;
    position: relative;
}

.indexaboutcon1 {
    width: 820px;
    min-height: 400px;
    border: 4px solid#dfdfdf;
    padding: 35px 60px;
}

.indexaboutcon1 p {
    margin-top: 35px;
    font-size: 15px;
    color: #000000;
    width: 520px;
    min-height: 120px;
	    line-height: 25px;
}

.indexaboutcon2 {
    width: 500px;
    height: 306px;
    position: absolute;
    border: 4px solid#dfdfdf;
    right: 0;
    top: 50px;
}

.swiper-container2 {
    width: 100%;
    height: 300px;
}

.swiper-container2 img {
    width: 100%;
    height: 295px;
}

.indexcasetit {
    text-align: center;
}

.indexcase {
    width: 100%;
    height: 455px;
    background-color: #eeeeee;
    padding-top: 50px;
}

.caseswiper {
    width: 1400px;
    margin: 0 auto;
}

.indexcaseul {
    display: flex;
    justify-content: space-between;
}

.indexcaseul li {
    width: 285px;
    height: 255px;
}

.swiper-container3 {
    width: 100%;
    margin-top: 30px;
}

.swiper-container3 .swiper-slide {
    padding: 0 100px;
}

.indexcaseul li img {
    width: 100%;
    outline-width: 0;
    vertical-align: top;
}

.indexcaseul li p {
    height: 40px;
    width: 100%;
    text-align: center;
    background-color: #999999;
    color: white;
    font-size: 16px;
    padding-top: 4px 5px;
}

.indexcaseul li p:hover {
    color: #0060b0;
}

.indexnews {
    width: 1200px;
    min-height: 520px;
    margin: 120px auto;
    display: flex;
    justify-content: space-between;
}

.indexnewsleft {
    width: 560px;
    padding: 20px;
}

.indexnewsright {
    width: 590px;
}

.newlefttop {
    width: 100%;
    height: 45px;
    line-height: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid#999999;
}

.newlefttop span {
    font-size: 14px;
    color: #243a86;
    display: block;
    width: 56px;
    height: 45px;
    border-bottom: 2px solid#243a86;
}

.newlefttop a {
    font-size: 14px;
    color: #243a86;
}

.leftnewscon {
    width: 100%;
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid#f0f0f0;
    margin-bottom: 20px;
}

.leftnewscon a img {
    width: 170px;
    height: 120px;
}

.youce {
    width: 313px;
    height: 122px;
    margin-left: 10px;
}

.youce a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #323232;
    font-size: 14px;
}

.youce a:hover {
    color: #45adc2 !important;
}

.youce p {
    font-size: 14px;
    color: #666666;
    margin-top: 15px;
    color: #323232;
    font-size: 14px;
    width: 313px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 30px;
    overflow-y: hidden;
}

.indexnewslright {
    width: 588px;
    padding: 20px;
}

.newrightul {
    margin-top: 30px;
}

.newrightul li {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}

.newrightul li a {
    display: block;
    width: 390px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #323232;
    font-size: 14px;
}

.newrightul li a:hover {
    color: #45adc2
}

.newrightul li span {
    color: #969696;
    font-size: 14px;
}

.link {
    width: 1200px;
    margin: 10px auto;
}

.link p {
    font-size: 24px;
    color: #243a86;
    padding: 10px 0;
    border-bottom: 1px solid#243a86;
}

.linkul {
    margin-top: 20px;
}

.linkul a {
    color: #333333;
    font-size: 16px;
}

.linkul a:hover {
    color: #45adc2
}

.foot {
    width: 100%;
    min-height: 255px;
    background-color: #243a86;
}

.footer {
    width: 1200px;
    margin: 0 auto;
    min-height: 255px;
    display: flex;
    justify-content: space-between;
}

.footerleft {
    width: 235px;
    height: 255px;
}

.footerleft img{
    margin-top: 65px;
}

.footerright {
    width: 860px;
    padding: 30px 0;
}

.foot-a {
    display: flex;
}

.foot-a a {
    width: 110px;
    padding: 5px 0;
    display: block;
    color: white;
    font-size: 14px;
    text-align: center;
}

.foot-a span {
    color: white;
    font-size: 14px;
    display: block;
    height: 30px;
    line-height: 30px;
}

.foot-b {
    display: flex;
    justify-content: space-between;
}

.foot-bleft {
    margin-top: 20px;
}

.foot-bleft p {
    padding: 5px 40px;
    font-size: 14px;
    color: white;
}

.foot-bright {
    display: flex;
}

.foot-bright div {
    text-align: center;
    width: 120px;
    height: 150px;
    margin-left: 20px;
}

.foot-bright div img {
    width: 120px;
    height: 120px;
}

.foot-bright div p {
    color: white;
    font-size: 14px;
    margin-top: 5px;
}

.crumb {
    width: 1200px;
    margin: 30px auto;
    background-image: url(../images/lefthome.jpeg);
    background-repeat: no-repeat;
    height: 30px;
    padding-left: 30px;
    line-height: 30px;
    background-position: 7px 9px;
}

.crumb a {
    font-size: 14px;
    color: #666666;
}

.crumb span {
    font-size: 14px;
    color: #666666;
}

.active {
    color: #243a86 !important;
}

.aboutcon {
    width: 1200px;
    margin: 0 auto;
    min-height: 500px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.aboutleft {
    width: 220px;
    min-height: 500px;
}

.aboutleft1 {
    width: 100%;
}

.aboutleft1 li {
    width: 100%;
    height: 52px;
    background-image: url(../images/leftbg.jpeg);
    background-repeat: no-repeat;
    background-color: #e6e6e6;
    padding-left: 25px;
    /* line-height: 52px; */
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.aboutleft1 li a {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #000000;
   
  
}

.aboutleft1 li:hover {
    background-color: #243a86 !important;
}

.aboutleft1 li a:hover {
    color: white;
}

.aboutleft2 {
    width: 100%;
    margin-top: 45px;
    border: 1px solid #243a86;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.aboutleft2top {
    width: 100%;
    height: 65px;
    padding-top: 10px;
    text-align: center;
    background-color: #243a86;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.aboutleft2top h5 {
    font-size: 18px;
    margin-bottom: 4px;
    color: white;
}

.aboutleft2top p {
    font-size: 14px;
    color: white;
}

.aboutleft2con {
    padding: 20px 15px;
    text-align: center;
}

.aboutleft2con p {
    font-size: 12px;
    color: #707070;
}

.leftcontact {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.leftcontact img {
    width: 30px;
    height: 30px;
}

.leftcontact span {
    font-size: 18px;
    color: #243a86;
    margin-left: 5px;
}

.leftma {
    width: 145px;
    height: 145px;
}

.aboutright {
    width: 960px;
    min-height: 900px;
    padding: 20px;
}

.aboutright h2 {
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 30px;
}

.aboutright p {
    color: #707070;
    font-size: 16px;
    text-indent: 2em;
    line-height: 25px;
}

.aboutpicul li {
    text-align: center;
    width: 31%;
    padding: 10px 0;
    border: 1px solid #f0f0f0;
    margin-left: 20px;
    margin-bottom: 20px;
}

.aboutpicul li img {
    width: 100%;
}

.aboutpicul {
    display: flex;
    flex-wrap: wrap;
}

.aboutpicul li p {
    font-size: 16px;
    color: #707070;
    text-indent: 0;
    ;
}

.newscon {
    display: flex;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.newsconleft {
    width: 200px;
    height: 140px;
}

.newsconleft img {
    width: 100%;
}

.newsconright {
    margin-left: 20px;
    width: 740px;
}

.newsconright a {
    color: #323232;
    font-size: 14px;
}

.newsconright p {
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 30px;
    overflow-y: hidden;
    font-size: 14px;
    color: #666666;
    text-indent: 0;
}

.det {
    text-align: right;
    margin-top: 20px;
}

.det a {
    display: inline-block;
    width: 86px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #fcfcfc;
    border: 1px solid#f0f0f0;
}