/*common start*/

body,
div,
ul,
li,
a,
img,
p,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
span,
strong,
input {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border: 0;
    list-style: none;
}

body {
    font-size: 12px;
    font-family: ' ';
    color: #333;
}

a {
    color: #666;
}

a:hover {
    color: #f60;
    text-decoration: none;
}

:hover {
    transition: all .3s ease;
}

p {
    line-height: 1.5em;
    padding: 5px 0;
}

.clear {
    margin: 0;
    padding: 0;
    font-size: 0;
    clear: both;
}

.sbzly {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

input,
textarea,
select {
    outline: none
}


/*common end*/


/*menu*/

.menu {
    height: 59px;
    margin-top: 8px;
    background: #fff;
}

.menu ul li {
    height: 59px;
    float: left;
    padding: 0 33px;
    text-align: center;
    border-bottom: 2px solid #FFFFFF;
}

.menu ul li dl {
    background: #fff;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 100%;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    padding: 10px 0;
    display: none;
}

.menu ul li dl dd {
    line-height: 28px;
    border-bottom: #ddd dotted 1px;
    margin: 0 10px;
}

.menu ul li dl dd a {
    font-size: 12px;
    color: #666;
    font-weight: normal;
    display: inline;
    padding: 0;
    text-align: left;
}

.menu ul li dl dd a:hover {
    color: #f60;
}

.menu a {
    font-size: 15px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
}

.menu ul li p {
    padding: 0;
    font-size: 14px;
    color: #9f9f9f;
    padding: 6px 0;
}

.menu a:hover {
    color: #000;
}

a.menu_hover {
    background: #fff;
    color: #000;
}

.menu_down span {
    display: block;
    background: url(../images/menu_down.gif) right 10px center no-repeat;
}

.header {
    width: 100%;
}

.headtop {
    width: 100%;
    padding: 5px 0;
}

.search {
    float: right;
}

.tel {
    float: right;
    margin-right: 10px;
    text-align: center;
    font-weight: bold;
    line-height: 30px;
    font-size: 20px;
    color: #ec8b37;
}

.tel img {
    vertical-align: middle;
}

.searchinput {
    width: 140px;
    height: 30px;
    float: left;
}

.searchinput input {
    border-width: 1px;
    border-style: solid;
    border-color: #f0f0f0;
    height: 28px;
    width: 100%;
    text-indent: 1em;
}

.searchbtn {
    width: 65px;
    height: 30px;
    float: left;
    background-color:#3491ad;
    line-height: 30px;
    color: #fff;
    text-align: center;
}

.searchbtn span {
    color: #fff;
}

.searchbtn img {
    vertical-align: middle;
}

.logo {
    width: 20%;
    float: left;
}

.logo img {
    width: 100%;
}

.qh {
    width: 10%;
    float: right;
    height: 35px;
    margin-top: 15px;
}

.menu {
    width: 65%;
    float: right;
}

.qhbtn {
    position: relative;
    background: url(../images/jianto.jpg)no-repeat 100px center;
    display: block;
    cursor: pointer;
    width: 100%;
    line-height: 32px;
    height: 32px;
    font-size: 14px;
    border: 1px #d0d0d0 solid!important;
    text-indent: 0px;
}

.qhbtn p {
    text-align: left;
    line-height: 28px;
    vertical-align: middle;
    padding: 0;
}

.qhbtn img {
    width: 25px;
    vertical-align: middle;
    margin-left: 10px;
}

.qh dl {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    z-index: 9999;
    background-color: #FFFFFF;
}

.qh dl dd {
    line-height: 32px;
    height: 32px;
    width: 100%;
    border-bottom: 1px solid #000000;
    font-size: 14px;
}

.qh dl dd p {
    text-align: left;
    line-height: 28px;
    vertical-align: middle;
    padding: 0;
}

.qh dl dd:hover {
    background-color:#3491ad;
}

.qh dl dd:hover a {
    color: #fff;
}

.qh dl dd img {
    width: 25px;
    vertical-align: middle;
    margin-left: 10px;
}

.qh:hover dl {
    display: block;
}

.rj {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    background-color: #F6F6F6;
    z-index: 9;
}

.pd20 {
    padding: 20px 0;
}

.rjpic {
    width: 25%;
    float: left;
}

.rjpic img {
    width: 100%;
}

.rjlist {
    width: 73%;
    float: right;
}

.rjlist ul li {
    width: 24%;
    height: 40px;
    float: left;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
    margin: 0 4px;
    margin-bottom: 8px;
    padding: 0;
}

.rjlist ul li a {
    font-weight: 300;
}

.rjlist ul li:hover {
    background-color: #3491ad;
}

.rjlist ul li:hover a {
    color: #FFFFFF;
}

.menu ul li:hover .rj {
    display: block;
}

.line {
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #3491ad;
    opacity: 0;
}

.menu ul li:hover .line {
    opacity: 1;
}

.nv {
    height: 109px;
}

.prorjlist {
    width: 73%;
    float: right;
}

.prorjlist ul li {
    width: 24%;
    height: 40px;
    float: left;
    line-height: 40px;
    margin: 0 4px;
    margin-bottom: 8px;
    padding: 0;
    background-color: #FFFFFF;
}

.prorjlist ul li a {
    font-weight: 300;
}

.prorjlist ul li:hover {
    background-color: #772D9E;
}

.prorjlist ul li:hover a {
    color: #FFFFFF;
}

.prorjlist h2 {
    padding-left: 30px;
    text-align: left;
    margin-bottom: 10px;
    background: url(../images/pro_ic.png) no-repeat center left;
}

.con1 {
    width: 100%;
}

.pd60 {
    padding: 60px 0;
}

.bttitle {
    width: 100%;
    text-align: center;
}

.xian1 {
    display: inline-block;
}

.bt {
    display: inline-block;
    margin: 0 60px;
}

.xian2 {
    display: inline-block;
}

.bttitle p {
    text-align: center;
    margin: 20px 0;
    font-size: 14px;
}

.con1 ul li {
    width: 12.6%;
    float: left;
    margin: 10px;
    line-height: 35px;
    text-align: center;
}

.con1 ul li a {
    display: block;
    border-radius: 20px;
    border: 1px solid #DDDDDD;
    font-size: 14px;
}

.con1 ul li:hover a {
    background-color: #f60;
    color: #FFFFFF;
}

.c1pic1 {
    margin-top: 20px;
}

.cipic1lf {
    width: 66%;
	/*margin-left: 122px;*/
    height: 340px;
    float: left;
    height: 100%;
    overflow: hidden;
    transition: all 0.5s;
}

.cipic1lf img {
    object-fit: cover;
    width: 100%;
	height: 340px;
}

.cipic1lf:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.cipic1lf:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
}

.cipic1rt {
    width: 33%;
    float: right;
    height: 340px;
    background-color: #F6F6F6;
}

.cipic1rt:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    transition: all 0.5s;
}

.cipic1rt img {
    width: 100%;
    height: 250px;
}

.cipic1rtnr {
    width: 100%;
    height: 90px;
}

.cipic1rtnr p {
    margin-bottom: 0;
    padding: 10px 0;
}

.cipic1rt:hover p {
    color: #3491ad;;
}

.btn1 {
    width: 96px;
    margin: 0 auto;
    line-height: 28px;
    text-align: center;
    border-radius: 20px;
    background-color: #3491ad;
    color: #fff;
    border: 1px solid #3491ad;
}

.btn1:hover {
    background-color: #FFFFFF;
    color: #3491ad;
}

.c1pic2 {
    width: 100%;
    margin-top: 1%;
}

.c1pic2list:nth-child(3n) {
    margin-right: 0;
}

.c1pic2list {
    width: 32.5%;
    float: left;
    margin-right: 1%;
    background-color: #F6F6F6;
}

.c1pic2list:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    transition: all 0.5s;
}

.c1pic2list img {
    width: 100%;
    height: 250px;
}

.cipic1rtnr {
    width: 100%;
    height: 90px;
}

.cipic1rtnr p {
    margin-bottom: 0;
    padding: 10px 0;
}

.c1pic2list:hover p {
    color: #3491ad;
}

.casebg {
    width: 100%;
    height: 100%;
    position: relative;
}

.casebg img {
    width: 100%;
}

.casenr {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.casenr h1 {
    font-size: 18px;
    color: #FFFFFF;
}

.slideTxtBox .hd {
    width: 100%;
    background-color: #F2F2F2;
}

.slideTxtBox .hd ul {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.slideTxtBox .hd ul li {
    width: 14%;
    float: left;
    height: 100px;
    position: relative;
}

.bg1 {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.bg2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.slideTxtBox .hd ul li:hover {
    background-color: #3491ad;
}

.slideTxtBox .hd ul li:hover .bg2 {
    opacity: 1;
}

.con3 {
    width: 100%;
    position: relative;
}

.c3wz {
    width: 100%;
    background-color: #EAEAEA;
}

.c3wz p {
    width: 100%;
    line-height: 35px;
    text-align: center;
    font-size: 24px;
}

.c3wz:hover {
    background-color:#3491ad;
}

.c3wz:hover p {
    color: #FFFFFF;
}

.sbzly2b {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.pd80 {
    padding: 80px 0;
}

.con4 {
    width: 100%;
}

.con4 h1 {
    margin-bottom: 30px;
}

.con4 h1 p {
    padding: 0;
}

.con4 ul li {
    width: 148px;
    height: 148px;
    float: left;
    margin-right: 60px;
}

.cirle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-image: url(../images/yuan1.png);
}

.con4 ul li:hover .cirle {
    background-image: url(../images/yuan2.png);
}

.cirle h1 {
    color: #FFFFFF;
    font-size: 20px;
    margin: 0;
    text-align: center;
    margin-bottom: 3px;
}

.con5 {
    background-image: url(../images/newsbg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.con5lf {
    width: 67%;
    float: left;
    background-color: rgba(255, 255, 255, 1);
    border: 3px solid #eeeeee;
    border-radius: 5px;
}

.tablf {
    width: 45%;
    float: left;
}

.slideTxtBox1 .hd ul {
    padding: 10px 0;
    width: 100%;
}

.slideTxtBox1 .hd ul li {
    width: 114px;
    line-height: 40px;
    border-radius: 20px;
    margin-right: 30px;
    float: left;
    border: 1px solid #DDDDDD;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}

.slideTxtBox1 .hd ul li.on {
    background-color: #3491ad;
    color: #FFFFFF;
}

.c5pnr:hover {
    background-color: #3491ad;
}

.c5pnr:hover h5 {
    color: #fff;
}

.c5pnr:hover p {
    color: #fff;
}

.c5pnr:hover a {
    color: #FFFFFF;
}

.newlistrt {
    width: 54%;
    float: right;
}

.con5 dl dt {
    /* padding: 10px 0px; */
    /* border-bottom: 1px dashed #aaa; */
    overflow: hidden;
    margin-bottom: 10px;
}

.con5 dl dt .c5_date:hover {
    background-color: #3491ad;
}

.con5 dl dt .c5_date:hover strong {
    color: #FFFFFF;
}

.con5 dl dt .c5_date:hover span {
    color: #FFFFFF;
}

.con5 dl dt .c5_date {
    float: left;
    height: 90px;
    text-align: center;
    margin-right: 4%;
    width: 16%;
    background: #f8f8f8;
}

.con5 dl dt .c5_date strong {
    display: block;
    font-size: 36px;
    letter-spacing: 1px;
    color: #888888;
    padding-top: 8px;
    padding-bottom: 4px;
}

.con5 dl dt .c5_date span {
    color: #888888;
    display: block;
}

.con5 dl dt .c5_desc {
    float: right;
    width: 80%;
}

.con5 dl dt .c5_desc a {
    display: block;
    font-size: 16px;
    padding-bottom: 6px;
    line-height: 30px;
    position: relative;
}

.con5 dl dt .c5_desc a:hover {
    color: #3491ad;
}

.con5 dl dt .c5_desc span {
    display: block;
    margin-top: 6px;
    color: #aaaaaa;
    font-size: 13px;
    height: 48px;
    line-height: 22px;
    overflow: hidden;
}

.con5rt {
    width: 30%;
    float: right;
    background-color: rgba(255, 255, 255, 1);
    border: 3px solid #eeeeee;
    border-radius: 5px;
}

.pd10 {
    padding: 10px;
}

.c5rtnr {}

.wen {
    margin-bottom: 10px;
}

.icon {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background-color: #3491ad;
    color: #FFFFFF;
    border-radius: 5px;
    float: left;
}

.wen h2 {
    font-size: 12px;
    line-height: 20px;
    float: left;
    padding-left: 5px;
}

.dan {
    margin-bottom: 10px;
}

.icon1 {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background-color: #EEEEEE;
    color: #000;
    border-radius: 5px;
    float: left;
}

.dan p {
    width: 90%;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    float: left;
    padding-left: 5px;
}

.c5rtnr ul li {
    margin-bottom: 10px;
    border: 1px solid #eeeeee;
}

.cbzly {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.con6nr {
    width: 80%;
    margin: 0 auto;
}

.con14bg {
    width: 100%;
    height: 150px;
    color: #000;
}

.con14 {
    height: 150px;
}

.mumping_mun li {
    width: 24.8%;
    float: left;
    margin: 30px auto;
    text-align: center;
    border-right: 1px solid #DDDDDD;
}

.mumping_mun li:nth-child(4) {
    border: 0;
}

.mumping_mun p {
    font-size: 20px;
    width: 100%;
    display: block;
    clear: both;
}

.mumping_mun .timer {
    font-size: 64px;
    font-weight: normal;
    margin-right: 10px;
    color: #3491ad;
    font-weight: bold;
}

.jia {
    color: #3491ad;
    font-size: 30px;
}

.btn2 {
    width: 160px;
    line-height: 40px;
    margin: 60px auto;
    text-align: center;
    border-radius: 20px;
    background-color: #3491ad;
    color: #FFFFFF;
    font-size: 14px;
}

.btn2 a {
    color: #FFFFFF;
    font-size: 14px;
}

.con7 {
    border-top: 1px solid #DDDDDD;
    padding-bottom: 20px;
}

.con7 ul li {
    width: 33%;
    float: left;
    padding: 30px 0;
    border-right: 1px solid #DDDDDD;
    text-align: center;
}

.icon4 {
    width: 100%;
    margin-bottom: 10px;
}

.con7 ul li p {
    font-size: 14px;
}

.foot {
    width: 100%;
    background-color: #ECEBEB;
}

.footlf {
    width: 70%;
    float: left;
}

.footpro {
    width: 40%;
    float: left;
}

.footbt h2 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 300;
}

.line1 {
    width: 30px;
    height: 1px;
    background-color: #DDDDDD;
}

.footpro ul li {
    width: 50%;
    float: left;
    line-height: 30px;
}

.footpro ul li a {
    font-size: 14px;
}

.footlist {
    width: 60%;
    float: left;
}

.footlist ul li {
    width: 17%;
    float: left;
}

.footlist ul li dl dd {
    line-height: 30px;
}

.footlist ul li dl dd a {
    font-size: 14px;
}

.footrt {
    width: 30%;
    float: right;
}

.footlogo {
    text-align: right;
    margin-bottom: 20px;
}
.bt h2{ font-size:22px; position:absolute; top:0;    left: 50%;
    transform: translateX(-50%);}
.footwx {
    text-align: right;
}

.footbottom {
    width: 100%;
    background-color: #B3B3B3;
    padding: 10px 0;
    text-align: center;
}

.nybanner {
    width: 100%;
    position: relative;
}

.nybt {
    text-align: left;
}

.nybt h3 {
    font-size: 34px;
    color: #FFFFFF;
}

.line3 {
    width: 80px;
    height: 3px;
    background-color: #FFFFFF;
    margin: 10px 0;
}

.nynr {
    top: 39%;
    left: 44%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.c8nrlf {
    width: 33%;
    float: left;
}

.c8nrrt {
    width: 66%;
    float: right;
}

.prolist li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    float: left;
    background-color: #F6F6F6;
}

.prolist li:nth-child(2n) {
    margin-right: 0;
}

.prolist li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    transition: all 0.5s;
}

.prolist li img {
    height: 250px;
    object-fit: contain;
}

.con9 ul {
    padding: 20px 0px;
}

.con9 ul li {
    margin-top: 20px;
    float: left;
    margin-right: 40px;
    width: calc((100% - 40px)/2);
    background-color: #F5F5F5;
}

.con9 ul li img {
    float: left;
    width: 200px;
}

.con9 ul li .c1_txt {
    float: right;
    width: calc(100% - 220px);
}

.con9 ul li .c1_txt h1 {
    display: block;
    color: #000;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.con9 ul li .c1_txt em {
    display: block;
    position: relative;
}

.con9 ul li .c1_txt em:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    background-color: #000000;
    bottom: 0;
    -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}

.con9 ul li .c1_txt span {
    display: block;
    margin-bottom: 10px;
    color: #999;
    font-size: 13px;
    line-height: 20px;
    padding-top: 10px;
    height: 40px;
    overflow: hidden;
}

.con9 ul li:nth-child(2n) {
    margin-right: 0px;
}

.con9 ul li:hover .c1_txt em:before {
    width: 100%;
}

.btn3 {
    width: 80px;
    line-height: 28px;
    background-color: #fff;
    text-align: center;
}

.btn3:hover {
    background-color: #3491ad;
    color: #FFFFFF;
    ;
}

.pdd20 {
    padding: 20px;
}

@media screen and (min-width:360px) and (max-width:720px) {
    .pdd20 {
        padding: 10px 0px;
        text-align: center;
    }
    .c10bt h1 {
        font-size: 16px !important;
    }
    .c10bt P {
        font-size: 14px !important;
    }
    .prolist li img {
        height: 100%;
        
    }
    .cipic1rtnr {
        height: 115px;
    }
}  
.con10lf {
    width: 20%;
    float: left;
}

.c10bt {
    background-color: #3491ad;
    width: 100%;
}

.c10bt h1 {
    font-size: 28px;
    color: #FFFFFF;
}

.c10bt P {
    font-size: 24PX;
    color: #FFFFFF;
}

.con10lf ul {
    border: 1px solid #DDDDDD;
}

.con10lf ul li {
    width: 100%;
    line-height: 50px;
    text-align: center;
    position: relative;
    border-bottom: 1px solid #DDDDDD;
}

.con10lf ul li a {
    display: block;
}

.con10lf ul li .yiji:hover {
    background-color: #3491ad;
}

.con10lf ul li .yiji:hover {
    color: #FFFFFF;
}

.con10lf ul li:hover .icon11 {
    background-color: #fff;
    color: #941CA8;
    border: 1px solid #772D9E;
}

.con10lf ul li:hover .icon22 {
    background-color: #fff;
    color: #941CA8;
    border: 1px solid #772D9E;
}

.con10lf ul li a {
    font-size: 16px;
}

.con10lf ul li dl dd {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 1px;
}

.con10lf ul li dl dd.on {
    background-color: #971CAC;
}

.con10lf ul li dl dd.on a {
    color: #fff;
}

.con10lf ul li dl dd:hover {
    background-color: #941CA8;
}

.con10lf ul li dl dd:hover a {
    color: #FFFFFF;
}

.topen {
    width: 50px;
    position: absolute;
    height: 16px;
    line-height: 50px;
    text-align: center;
    top: 17px;
    left: 0;
}

.icon11 {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    background-color: #941CA8;
    color: #FFFFFF;
    text-align: center;
    line-height: 14px;
}

.icon22 {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    left: 50%;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    background-color: #941CA8;
    color: #FFFFFF;
    text-align: center;
    transform: translateX(-50%);
    display: none;
    line-height: 14px;
}

.tshow {
    display: none;
}

.con10rt {
    width: 78%;
    float: right;
}

.prodetillf {
    width: 55%;
    float: left;
}

.prodetilrt {
    width: 44%;
    float: right;
}

.line4 {
    width: 50px;
    height: 4px;
    background-color: #3491ad;
    margin-top: 30px;
}

.down {
    width: 100%;
    border: 1px solid #DDDDDD;
    margin-bottom: 30px;
}

.donml {
    width: 100%;
    margin-bottom: 10px;
}

.cont {
    width: 100%;
    border: 1px solid #DDDDDD;
}

.probt {
    width: 115px;
    line-height: 45px;
    background-color: #3491ad;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
}

.case ul li {
    width: 32%;
    margin: 0 5px;
    float: left;
}

.case ul li p {
    font-size: 16px;
    line-height: 35px;
    text-align: center;
}

.nybanner {
    width: 100%;
}

.newlf {
    width: 25%;
    float: left;
}

.newrt {
    width: 73%;
    float: right;
}

.newrtpic {
    width: 30%;
    float: left;
}

.newrtrt {
    width: 69%;
    float: right;
}

.newrtrt h1 {
    width: 69%;
    float: left;
    display: block;
    color: #000;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newrtrt h2 {
    width: 28%;
    font-weight: 300;
    float: right;
    display: block;
    color: #000;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


}
.newrtrt em {
    display: block;
    position: relative;
}
.newrtrt em:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    background-color: #000000;
    bottom: 0;
    -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.newrtrt span {
    display: block;
    margin-bottom: 10px;
    color: #999;
    font-size: 14px;
    line-height: 20px;
    padding-top: 10px;
    height: 40px;
    overflow: hidden;
}
.btn5 {
    width: 80px;
    line-height: 28px;
    background-color: #3491ad;
    text-align: center;
    color: #FFFFFF;
}
.btn5:hover {
    background-color: #3491ad;
    color: #FFFFFF;
}
.newrt dl {
    width: 100%;
    margin-top: 20px;
}
.newrt dl dt {
    width: 50%;
    float: left;
    /* padding: 10px 0px; */
    /* border-bottom: 1px dashed #aaa; */
    
    overflow: hidden;
    margin-bottom: 10px;
}
.newrt dl dt .c5_date:hover {
    background-color: #3491ad;
}
.newrt dl dt .c5_date:hover strong {
    color: #FFFFFF;
}
.newrt dl dt .c5_date:hover span {
    color: #FFFFFF;
}
.newrt dl dt .c5_date {
    float: left;
    height: 90px;
    text-align: center;
    margin-right: 4%;
    width: 16%;
    background: #f8f8f8;
}
.newrt dl dt .c5_date strong {
    display: block;
    font-size: 36px;
    letter-spacing: 1px;
    color: #888888;
    padding-top: 8px;
    padding-bottom: 4px;
}
.newrt dl dt .c5_date span {
    color: #888888;
    display: block;
}
.newrt dl dt .c5_desc {
    float: right;
    width: 80%;
}
.newrt dl dt .c5_desc a {
    display: block;
    font-size: 16px;
    padding-bottom: 6px;
    line-height: 30px;
    position: relative;
}
.newrt dl dt .c5_desc a:hover {
    color: #3491ad;
}
.newrt dl dt .c5_desc span {
    display: block;
    margin-top: 6px;
    color: #aaaaaa;
    font-size: 13px;
    height: 48px;
    line-height: 22px;
    overflow: hidden;
}
.btn6 {
    width: 160px;
    height: 46px;
    line-height: 46px;
    border-radius: 23px;
    background-color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    text-align: center;
    margin-top: 140px;
}
.btn6:hover {
    background-color: rgba(255, 255, 255, 1);
}
.new1 {
    width: 100%;
    background-color: #F5F5F5;
}
.new1con {
    width: 100%;
    background-color: #FFFFFF;
}
.new1conlf {
    width: 40%;
    float: left;
}
.line6 {
    width: 55px;
    height: 3px;
    background-color: #3491ad;
    margin: 15px 0;
}
.new1conrt {
    width: 60%;
    float: right;
}
.new1conrt ul li {
    width: 48%;
    float: left;
    position: relative;
    margin: 5px;
}
.picnr {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.new1conrt ul li:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
}
.newbg {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
}
.newbg h1 {
    color: #FFFFFF;
    margin-bottom: 20px;
}
.xiaobt {
    width: 100%;
    height: 30px;
    line-height: 30px;
    position: relative;
    left: 100%;
    line-height: 30px;
    color: #FFFFFF;
    font-size: 18px;
    text-align: left;
}
.newnr {
    width: 100%;
    height: 30px;
    line-height: 30px;
    position: relative;
    right: 100%;
    line-height: 30px;
    color: #FFFFFF;
    font-size: 14px;
    text-align: left;
}
.new1conrt ul li:hover .newbg {
    opacity: 1;
    transition: all 0.5s;
}
.new1conrt ul li:hover .xiaobt {
    left: 0;
    transition: all 0.4s;
}
.new1conrt ul li:hover .newnr {
    right: 0;
    transition: all 0.3s;
}
.new2 {
    width: 100%;
}
.new2 ul li {
    width: 48%;
    margin: 5px;
    float: left;
    border: 1px solid #DDDDDD;
}
.inside_con {
    padding: 10px 0;
}

/*update_case3*/
.update_case3 {
    max-width: 1200px;
    margin: 0 auto;
}
.update_case3 ul li {
    border: 5px solid #e8e8e8;
    margin-bottom: 50px;
    width: 100%;
    position: relative;
    transition: ease .65s;
    box-sizing: border-box;
}
.update_case3 ul li:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}
.update_case3 ul li i {
    font-style: normal;
}
.update_case3 ul li i:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 5px solid;
    border-left: 5px solid;
    border-color: #772D9E;
    position: absolute;
    left: -5px;
    top: -5px;
    transition: ease .65s;
}
.update_case3 ul li i:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-right: 5px solid;
    border-bottom: 5px solid;
    border-color: #772D9E;
    position: absolute;
    right: -5px;
    bottom: -5px;
    transition: ease .65s;
}
.update_case3 ul li .case_pic {
    float: right;
    max-width: 50%;
}
.update_case3 ul li .case_pic img {
    display: inline-block;
    max-width: 100%;
}
.update_case3 ul li .case_tit {
    width: 66%;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    text-align: left;
}
.update_case3 ul li .case_tit strong {
    display: block;
    padding: 10px 0px;
    font-size: 20px;
    color: #000;
}
.update_case3 ul li .case_tit strong a {
    color: #000;
}
.update_case3 ul li .case_tit em {
    display: block;
    width: 40px;
    height: 1px;
    background: #cccccc;
    margin: 0 auto;
}
.update_case3 ul li .case_tit span {
    display: block;
    padding: 10px;
    padding-bottom: 0px;
    font-size: 14px;
    line-height: 24px;
    color: #999;
}
.update_case3 ul li .case_tit b {
    display: block;
    font-weight: normal;
    width: 130px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(12, 3, 6, .13);
    margin: 0 auto;
    margin-top: 15px;
    overflow: hidden;
    position: relative;
}
.update_case3 ul li .case_tit b a {
    color: #f60;
    position: relative;
    z-index: 2;
}
.update_case3 ul li .case_tit b:before {
    transition: ease-out .35s;
    content: '';
    display: block;
    width: 0;
    height: 100%;
    background: #f60;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.update_case3 ul li .case_tit b:hover:before {
    width: 100%;
}
.update_case3 ul li .case_tit b:hover a {
    color: #fff;
}
.update_case3 ul li:hover {
    box-shadow: 0 0 16px rgba(12, 3, 6, .3);
}
.update_case3 ul li:hover>i:before,
.update_case3 ul li:hover>i:after {
    width: calc(100% + 5px);
    height: calc(100% + 5px);
    visibility: visible;
}
.update_case3 ul li:nth-child(2n) .case_pic {
    float: left;
}
.update_case3 ul li:nth-child(2n) .case_tit {
    right: 0px;
    left: auto;
}
.mtit {
    font-size: 14px;
    color: #d6d6d6;
    margin-top: 0px;
}
.font {
    padding: 0 !important;
}
.newdetil {
    width: 100%;
    border: 1px solid #DDDDDD;
}
.wzbg {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
}
.font {
    display: block;
    white-space: normal;
    vertical-align: baseline;
    font-size: 22px;
    color: #fff;
    text-align: left;
    transition: all 1s;
}
.wzbg p {
    text-align: left;
    color: #FFFFFF;
    font-size: 14px;
}
.caselist {
    width: 100%;
    margin-top: 20px;
}
.caselist li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    float: left;
    background-color: #F6F6F6;
    position: relative;
}
.caselist li:nth-child(2n) {
    margin-right: 0;
}
.caselist li img {
    height: 320px;
    width: 100%;
    object-fit: contain;
}
.casenrbg {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
}
.casenrbglf {
    width: 20%;
    float: left;
    font-size: 14px;
    color: #FFFFFF;
}
.casenrbgrt {
    width: 75%;
    float: left;
    margin-right: 10px;
}
.casenrbgrt p {
    padding: 0;
    font-size: 14px;
    color: #FFFFFF;
}
.casenrbg1 {
    opacity: 0;
    width: 90%;
    height: 90%;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.casenrbg1lf {
    width: 25%;
    height: 100%;
    float: left;
    font-size: 14px;
    color: #FFFFFF;
    position: relative;
}
.casenrbg1rt {
    width: 70%;
    float: right;
}
.ti {
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-top: 10px;
    color: #FFFFFF;
    font-size: 16px;
}
.tx {
    line-height: 25px;
    height: 75px;
    overflow: hidden;
    padding-top: 5px;
    text-align: justify;
    color: #FFFFFF;
}
.casepic {
    width: 100%;
    overflow: hidden;
}
.caselist li:hover .casenrbg {
    opacity: 0;
    transition: all 0.5s;
}
.caselist li:hover .casenrbg1 {
    opacity: 1;
    transition: all 0.5s;
}
.caselist li:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
}
.case1nr {
    background-color: #F5F5F5;
}
.casebt {
    width: 100%;
    border-left: 5px solid #3491ad;
    color: #3491ad;
    padding-left: 5px;
    margin: 10px 0;
}
.caseshow {
    border: 1px solid #DDDDDD;
    background-color: #FFFFFF;
}
.caseshowlf {
    width: 25%;
    float: left;
    border: 1px solid #DDDDDD;
}
.caseshowrt {
    width: 72%;
    float: right;
}
.caseshowrt h1 {
    font-size: 30px;
}
.caseshowrt p {
    font-size: 16px;
}
.caselist1 ul li {
    width: 24%;
    margin: 0 3px;
    float: left;
    border: 1px solid #DDDDDD;
}
.supportnr {
    width: 100%;
    margin-top: 10px;
}
.supportlf {
    width: 49%;
    float: left;
}
.supportrt {
    width: 49%;
    float: right;
}
.support1nr {
    width: 100%;
    margin-top: 30px;
}
.support1lf {
    width: 55%;
    float: left;
}
.job dl dd {
    border-bottom: 1px solid #eee;
    font-size: 14px;
}
.job dl dd .h3 {
    line-height: 36px;
    padding: 10px 0;
    background: url(../images/ico_up2.png) right center no-repeat;
}
.job dl dd .nr_box {
    padding: 0 0 60px 0;
    display: none;
}
.job dl dd .box1 {
    border: 1px solid #eee;
    padding: 15px 30px;
}
.job dl dd .box1 ul li {
    float: left;
    width: calc(40% - 36px);
    margin: 0 30px 0 0;
    line-height: 24px;
}
.job dl dd .box1 ul li:nth-child(2n) {
    width: 60%;
    margin-right: 0;
}
.job dl dd .box1 ul li span {
    float: left;
    color: #999;
    width: 70px;
}
.job dl dd .box1 ul li strong {
    float: left;
    font-weight: normal;
    width: calc(100% - 70px);
    height: 24px;
    overflow: hidden;
}
.job dl dd .box2 {
    background: #f9f9f9;
    padding: 15px 15px;
}
.job dl dd .box2 .gw {
    margin: 15px 0;
}
.job dl dd .box2 .bt1 {}
.job dl dd .box2 .bt1 span {
    display: inline-block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #0072b8;
    background: #0072b8;
    color: #fff;
    text-align: center;
}
.job dl dd .box2 .txt {
    margin-top: 15px;
}
.support1rt {
    width: 39%;
    float: right;
}
@media(max-width:768px) {
    .jobbg {
        padding: 30px 5% 60px 5%;
    }
    
    .job .td1 {
        width: 36%;
        padding: 0 10px 0 10px;
    }
    
    .job .td2 {
        width: 28%;
        padding: 0;
    }
    
    .job .td3 {
        width: 36%;
        padding: 0 10px 0 10px;
    }
    
    .job dl dd {
        font-size: 12px;
    }
    
    .job dl dd .box1 ul li {
        float: none;
        width: 100%;
        margin: 0;
    }
    
    .job dl dd .box1 ul li:nth-child(2n) {
        width: 100%;
    }
}
.wen.bg {
    background-color: #F3F3F3;
    padding: 10px 10px;
}
.icon2 {
    width: 40px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background-color: #3491ad;
    color: #FFFFFF;
    border-radius: 5px;
    float: left;
}
.icon3 {
    width: 40px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background-color: #EEEEEE;
    color: #000;
    border-radius: 5px;
    float: left;
}
.dan .htd {
    width: 90%;
    padding: 0;
    font-size: 14px;
    height: 120px;
    overflow-y: auto;
    float: right;
    padding-left: 5px;
}
.anniu {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../images/down.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
}
.suport2 ul li {
    width: 20%;
    float: left;
}
.suport2 ul li:hover {
    transform: translateY(-20px);
    transition: all 0.8s;
}
.slideTxtBox3 .hd ul {
    width: 100%;
    text-align: center;
}
.slideTxtBox3 .hd ul li {
    padding: 0 30px;
    text-align: center;
    margin: 0 10px;
    line-height: 40px;
    border-radius: 20px;
    border: 1px solid #DDDDDD;
    font-size: 14px;
    display: inline-block;
}
.slideTxtBox3 .hd ul li.on {
    background-color: #3491ad;
    color: #FFFFFF;
}
.slideTxtBox3 .bd {
    width: 100%;
    margin-top: 30px;
}
.slideTxtBox3lf {
    width: 54%;
    float: left;
}
.slideTxtBox3rt {
    width: 45%;
    float: right;
}
.aboutlist ul li {
    width: 15%;
    float: left;
    margin-right: 10px;
    line-height: 42px;
    background-color: #EEEEEE;
    color: #000000;
    text-align: center;
    font-size: 14px;
}
.aboutlist ul li:nth-child(6n) {
    margin-right: 0;
}
.aboutlist ul li:hover {
    background-color: #3491ad;
    color: #FFFFFF;
    border-radius: 10px;
    transition: all 0.5s;
}
.aboutlist ul li:hover a {
    color: #FFFFFF;
}
.aboutbg {
    width: 100%;
    background-image: url(../images/jianjiebg.jpg);
    background-attachment: fixed;
}
.nf {
    width: 90%;
    margin: 0 auto;
}
.nf li {
    width: 33%;
    text-align: center;
    float: left;
}
.nf li h2 {
    font-size: 48px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 12px;
}
.cricle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 0 auto;
    background-color: #FFFFFF;
    border: 2px solid #FFFFFF;
    position: relative;
}
.nrcricle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #FFFFFF;
    border: 2px solid #000000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.sw7nr {
    width: 70%;
    margin: 0 auto;
    margin-top: 30px;
}
.biaochi {
    position: absolute;
    width: 90%;
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
}
.mySwiper7 {
    padding-bottom: 60px !important;
}
.bhtt .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    color: #FFFFFF;
    background-color: #FFFFFF;
}
.swiper-button-next2 {
    top: 120px !important;
    color: #ffff !important;
}
.swiper-button-prev2 {
    top: 120px !important;
    color: #ffff !important;
}
.mySwiper8 {
    width: 90% !important;
    margin: 0 auto;
}
.swiper-button-next3 {
    color: #D6D6D6 !important;
}
.swiper-button-prev3 {
    color: #D6D6D6!important;
}
.qywh {
    width: 100%;
}
.qywh ul li {
    width: 32%;
    margin-right: 20px;
    float: left;
    position: relative;
    overflow: hidden;
}
.qywh ul li:nth-child(3n) {
    margin-right: 0;
}
.qywhbg {
    width: 100%;
    height: 45px;
    background-color: #FAFAFA;
    text-align: center;
    line-height: 45px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.qywhbg1 {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 100%;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
}
.qywh ul li:hover .qywhbg {
    height: 0;
    transition: all 0.5s;
}
.qywh ul li:hover .qywhbg1 {
    right: 0;
    transition: all 0.4s;
}
.qywh ul li:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
}
.swiper-slide.swiper-slide1 {
    background-position: center;
    background-size: cover;
    width: 400px;
    height: 400px;
}
.ygfc {
    width: 100%;
    background-color: #F5F5F5;
}
.aboutusbtom {
    background-color: ;
}
.aboutusbtom ul li {
    width: 32%;
    margin-right: 20px;
    float: left;
    position: relative;
    overflow: hidden;
}
.aboutusbtom ul li:nth-child(3n) {
    margin-right: 0;
}
.btombg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
}
.btombg1 {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 100%;
    background-image: url(../images/hoverbg2.png);
}
.aboutusbtom ul li:hover .btombg1 {
    top: 0;
    transition: all 0.5s;
}
.aboutwhnr {
    background-color: #F7F7F7;
}
.aboutwhnrlf {
    width: 290px;
    margin-right: 25px;
    height: 450px;
    float: left;
    position: relative;
}
.aboutwhnrmd {
    width: 450px;
    margin-right: 25px;
    height: 450px;
    float: left;
    position: relative;
}
.aboutwhnrrt {
    width: 290px;
    height: 450px;
    float: left;
    position: relative;
    position: relative;
}
.wztop h1 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #3491ad;
}
.wztop p {
    font-size: 16px;
}
.pdd30 {
    padding: 100px 60px;
}
.wzbottom {
    position: absolute;
    bottom: 0;
    left: 0;
}
.wzbottom h1 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #3491ad;
}
.wzbottom p {
    font-size: 16px;
}
.zsyuan {
    width: 140px;
    height: 140px;
    background-color: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    background-image: url(../images/hmicon18.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 45px 45px;
}
.ysyuan {
    width: 140px;
    height: 140px;
    background-color: #FFFFFF;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    background-image: url(../images/hmicon17.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 45px 45px;
}
.zxyuan {
    width: 140px;
    height: 140px;
    background-color: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    background-image: url(../images/hmicon16.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 45px 45px;
}
.yxyuan {
    width: 140px;
    height: 140px;
    background-color: #FFFFFF;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    background-image: url(../images/hmicon15.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 45px 45px;
}
.hezuolf {
    width: 50%;
    float: left;
}
.hezuopic {
    width: 460px;
    position: relative;
}
.hezuort {
    width: 50%;
    float: right;
}
.hezuopicbg {
    width: 105%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
}
.hezuort ul li {
    width: 48%;
    margin-right: 24px;
    margin-bottom: 24px;
    float: left;
    background-color: #F7F7F7;
    border-radius: 5px;
}
.hezuort ul li:nth-child(2n) {
    margin-right: 0;
}
.hzicon1 {
    width: 75px;
    height: 75px;
    margin: 0 auto;
    background-image: url(../images/hmicon8.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px 32px;
    background-color: #D0D0D0;
    border-radius: 50%;
    margin-bottom: 20px;
}
.hezuort ul li h1 {
    font-size: 16px;
    color: #333;
    text-align: center;
}
.hzline {
    width: 30px;
    height: 2px;
    background-color: #F0F0F0;
    margin: 20px auto;
}
.hezuort ul li p {
    font-size: 14px;
    color: #666666;
    text-align: center;
    padding: 0;
}
.hezuort ul li:hover {
    transform: translateY(-10px);
    transition: all 0.5s;
    box-shadow: 4px 4px 16px 9px rgb(220, 220, 220);
    background-color: #b5b5b5;
}
.hezuort ul li:hover h1 {
    color: #FFFFFF;
}
.hezuort ul li:hover p {
    color: #FFFFFF;
}
.hezuobtm ul li {
    width: 32%;
    float: left;
    margin-right: 24px;
    background-color: #F7F7F7;
    border-radius: 5px;
}
.hezuobtm ul li:nth-child(3n) {
    margin-right: 0;
}
.hzbtmlf {
    width: 30%;
    float: left;
}
.hzicon2 {
    width: 75px;
    height: 75px;
    margin: 0 auto;
    background-image: url(../images/hmicon8.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px 32px;
    background-color: #D0D0D0;
    border-radius: 50%;
    margin-bottom: 0;
}
.hzbtmrt {
    width: 63%;
    float: right;
}
.hzbtmrt h1 {
    font-size: 16px;
    color: #333;
}
.hzline1 {
    width: 30px;
    height: 2px;
    background-color: #F0F0F0;
    margin: 5px 0;
}
.hzbtmrt p {
    font-size: 14px;
    padding: 0;
}
.hezuobtm ul li:hover {
    transform: translateY(-10px);
    transition: all 0.5s;
    box-shadow: 4px 4px 16px 9px rgb(220, 220, 220);
    background-color: #b5b5b5;
}
.hezuobtm ul li:hover h1 {
    color: #FFFFFF;
}
.hezuobtm ul li:hover p {
    color: #FFFFFF;
}
.hzfs ul {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.hzfs ul li {
    width: 23%;
    margin: 9px 9px;
    display: inline-block;
    background-color: #F7F7F7;
    border-radius: 5px;
}
.hzfs ul li:hover {
    transform: translateY(-10px);
    transition: all 0.5s;
    box-shadow: 4px 4px 16px 9px rgb(220, 220, 220);
    background-color: #b5b5b5;
}
.hzfs ul li:hover h1 {
    color: #FFFFFF;
}
.hzfs ul li:hover p {
    color: #FFFFFF;
}
.fli_ul {
    width: 100%;
    margin-top: 30px;
}
.fli_ul li {
    width: 25%;
    float: left;
    height: 179px;
    position: relative;
    text-align: center;
}
.flbg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #DDDDDD;
}
.xx {
    display: none;
}
.flbg span {
    padding-top: 30px;
    display: block;
}
.flbg em {
    font-size: 15px;
    display: block;
    color: #000;
}
.fli_ul li:hover .flbg {
    transform: scale(1.1);
    transition: all 0.5s;
    background-color: #ffffff;
    z-index: 999;
}
.fli_ul li:hover .xx {
    display: inline-block;
}
.fli_ul li:hover .tt {
    display: none;
}
.fli_ul li:hover .flbg em {
    color:#3491ad;
}
.Rtitle {
    background: #F5F5F5;
    color: #3491ad;
    font-size: 18px;
    padding-left: 10px;
    height: 50px;
    line-height: 50px;
    font-weight: bold!important;
}
.map {
    width: 100%;
    position: relative;
}
.contactnr {
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.3);
}
.contactnr p {
    font-size: 16px;
    color: #FFFFFF;
}
.contact ul {
    width: 100%;
    margin-top: 30px;
}
.contact ul li {
    width: 48%;
    float: left;
    margin-right: 48px;
    background-color: #F5F5F5;
}
.contact ul li:nth-child(2) {
    margin-right: 0;
}
.contact ul li h1 {
    font-size: 24px;
    color: #000000;
    font-weight: 300;
}
.contline {
    width: 60px;
    height: 2px;
    background-color: #000000;
    margin: 15px 0;
}
.contact ul li p {
    font-size: 16px;
}
.message {
    width: 100%;
    background-color: #F2F2F2;
}
.update_message2 {
    max-width: 1200px;
    margin: 0 auto;
}
.update_message2 h2 {
    font-weight: normal;
    font-size: 24px;
    color: #333;
    text-align: center;
}
.update_message2 h3 {
    font-weight: normal;
    font-size: 14px;
    color: #999;
    padding-top: 10px;
    text-align: center;
}
.update_message2 dl dt {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    height: 65px;
    overflow: hidden;
    margin-bottom: 30px;
    margin-top: 30px;
}
.update_message2 dl dt .pub-shadow {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.update_message2 dl dt img {
    height: 100%;
    width: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.update_message2 dl dt .update_message2_desc {
    position: absolute;
    text-align: center;
    top: 50%;
    z-index: 2;
    color: #fff;
    width: 100%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.update_message2 dl dt .update_message2_desc strong {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
}
.update_message2 dl dt .update_message2_desc span {
    vertical-align: middle;
    font-weight: bold;
    margin-right: 24px;
    padding-left: 28px;
    position: relative;
    font-size: 18px;
}
.update_message2 dl dt .update_message2_desc span::before {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    background: url('../images/tel_icon.png') no-repeat;
    background-size: cover;
    top: 50%;
    margin-top: -11px;
    left: 0;
}
.update_message2 dl dt .update_message2_desc a {
    color: #fff;
    cursor: default;
}
.update_message2 dl dd {
    float: left;
    margin-bottom: 15px;
    width: 49%;
    margin-right: 2%;
    position: relative;
    overflow: hidden;
}
.update_message2 dl dd .input_text {
    display: block;
    border: 0;
    width: 100%;
    box-sizing: border-box;
    line-height: 36px;
    padding-left: 25px;
    background: #f7f7f7;
}
.clear {
    clear: both;
}
.update_message2 dl dd .input_text1 {
    float: left;
    width: calc(100% - 175px);
}
.update_message2 dl dd img {
    float: right;
    height: 38px;
}
.update_message2 dl dd.update_textarea2 {
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: #f7f7f7;
    margin: 0px;
    margin-bottom: 15px;
}
.update_message2 dl dd.update_textarea2 textarea {
    background: none;
    width: 100%;
    border: none;
    box-sizing: border-box;
    font-family: ' ';
    text-indent: 25px;
    padding: 5px;
}
.update_message2 .update_input_button {
    display: block;
    width: 100%;
    border: 0;
    margin: 0 auto;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #ABABAB;
}
.update_message2 .update_input_button:hover {
    background-color: #3491ad;
    color: #FFFFFF;
}
.update_message2 dl dd font {
    position: absolute;
    left: 10px;
    top: 5px;
    color: #ff0000;
    font-size: 14px;
}
.update_message2 dl dd.mr-0 {
    margin-right: 0px;
}