@charset "UTF-8";
.location {
    border: solid 1px gainsboro;
    border-left: none;
    border-right: none; padding:10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
}

.location .icon-weizhi {
    font-size: 24px;
    color: #007AFF;
    vertical-align: middle;
}

.location font {
    vertical-align: middle;
}




.gsjj {
    padding-bottom: 3%;
}

.two-gsjs {
    display: flex;
    justify-content: space-between;
}

.t-js-right {
    padding: 2% 4%;
    background-color: #fff;
    box-shadow: 0 0 50px 0 rgb(236, 236, 236);
}

.t-js-left {
    padding-top: 2%;
}

.t-js-left h2 {
    text-align: center;
}

.t-js-left ul {
    display: flex;
    justify-content: center;
}

.t-js-left ul li {
    flex: 1;
    margin: 0 10px;
}

.t-js-left img {
    width: 100%;
    margin-top: 6%;
}

.t-js-right h3 {
    color: #002c79;
    padding: 3%;
    border-bottom: solid 1px #F3EDF0;
}

.t-js-right p {
    margin-top: 1%;
    line-height: 35px;
}




/* about */

.about {
    padding: 1%;
    overflow: hidden;
    position: relative;
}

.aboutleft{
    width: 50%;
    padding: 2%;
    box-shadow: 2px 2px 5px 0 grey;
    float: left;
    position: relative;
    z-index: 2;
}

.aboutright{
    width: 50%;
    height: 80%;
    top: 10%;
    position: absolute;
    right: 0;
}

/* about */


/* 分页条 */

.fenyetiao {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 20px;
    margin: 3% auto;
}

.page-num-current {
    background-color: #002C79 !important;
    color: white !important;
}

.fenyetiao a,
.fenyetiao select,
.fenyetiao select option {
    border: solid #E4EAEC 1px;
    border-left: none;
    padding: 5px 15px;
    color: #7693BE;
    background-color: #fff;
    outline: none;
}

.fenyetiao select {
    display: none;
}

.fenyetiao a:first-of-type {
    border-left: solid 1px #E4EAEC;
}


/* 分页条 */


/* 行业应用 */

.hyyy {
    margin: 2% auto;
}

.hyyy li {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 2% 0;
    border-bottom: dashed 1px #E4EAEC;
}

.hyright {
    width: 60%;
    float: right;
    padding: 6% 2% 8%;
    position: relative;
    z-index: 2;
    background-color: #fff;
    border-left: 2px solid #002c79;
}

.hyleft:hover {
    transform: scale(1.05);
}

.hyyy a:nth-of-type(even) li .hyleft {
    right: 0;
    left: auto;
}

.hyleft {
    width: 40%;
    position: absolute;
    height: calc(100% - 40px);
    left: 0;
    top: 20px;
    border-top: 4px #002c79 solid;
    transition: all .5s linear;
}

.hyyy a:nth-of-type(even) li .hyright {
    float: left;
    border: none;
    border-right: 2px solid #002c79;
}

.hyright h3 {
    color: #454545;
    font-weight: bold;
}

.hyright:hover h3 {
    text-decoration: underline;
    color: #002c79;
}

.hyright p {
    color: #787878;
    line-height: 30px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    width: 100%;
    margin-top: 20px;
}

.hyright:hover p {
    color: black;
}


/* 行业应用 */


/* 新闻列表 */

.two-news li {
    margin: 2% 0;
    position: relative;
    overflow: hidden;
    border: solid 1px #dcdcdc;
}

.two-news li:hover {
    box-shadow: 1px 1px 5px 0 #002c79;
}

.tnews-leftbox {
    position: absolute;
    height: 100%;
    width: 25%;
    border-right: #dcdcdc 1px solid;
    transition: all .5s linear;
}

.tnews-leftbox:hover {
    transform: scale(1.05);
}

.tnewsdate {
    position: absolute;
    background-color: #002c79;
    color: white;
    font-weight: bold;
    padding: 10px 15px;
    right: 0;
    top: 0;
}

.tnews-rightbox {
    width: 75%;
    float: right;
    padding: 2%;
    color: #787878;
}

.tnews-rightbox:hover h3 {
    color: #002c79;
    text-decoration: underline;
}

.tnews-rightbox:hover {
    color: black;
}

.tnews-rightbox h3 {
    font-weight: bold;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tnews-rightbox p {
    line-height: 25px;
    margin: 2% auto;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.tnews-rightbox span {
    display: block;
    text-align: right;
}


/* 新闻列表 */


/* 联系我们 */

.lxwm {
    border: solid 1px #dcdcdc;
    position: relative;
    overflow: hidden;
}

.lxleft {
    color: #060606;
    padding: 2%;
    width: 50%;
    position: absolute;
}

.lxleft p {
    line-height: 30px;
    font-size: 18px;
}

.lxtitle {
    border-bottom: solid 1px #dcdcdc;
    padding-bottom: 1%;
    margin-bottom: 3%;
    color: black;
}

.lxright p {
    line-height: 40px;
    font-size: 18px;
}

.lxright {
    position: absolute;
    right: 0;
    height: 100%;
    width: 60%;
    padding: 2%;
    background-color: #f5f3f0;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.company-map {
    padding: 2%;
    width: 50%;
    float: right;
    border-left: solid 1px #dcdcdc;
}

.company-map h3 {
    color: black;
}

.company-map h5 {
    text-align: center;
    color: white;
    padding-bottom: 20px;
}


/* 联系我们 */


.news_page_in_row1{/*! padding: 40px; */ /*! background: #fff; */ position: relative; margin-top: -100px; background: #f5f5f5;}
.news_page_in_row3{margin-top: 2px;padding: 30px 0 40px 0;margin-bottom: 0px;}
.news_page_in_row3 > .pagination a.first_page:after{content: '';display: block;width: 7px;height: 7px;position: absolute;top: 50%;left:50%;margin-top: -3.5px;margin-left: -4px;background:url(../images/first_page.gif) no-repeat center;}
.news_page_in_row3 > .pagination a.previous_page:after{content: '';display: block;width: 7px;height: 7px;position: absolute;top: 50%;left:50%;margin-top: -3.5px;margin-left: -4px;background:url(../images/pre_page.gif) no-repeat center;}
.news_page_in_row3 > .pagination a.next_page:after{content: '';display: block;width: 7px;height: 7px;position: absolute;top: 50%;left:50%;margin-top: -3.5px;margin-left: -3px;background:url(../images/next_page.gif) no-repeat center;}
.news_page_in_row3 > .pagination a.Last_page:after{content: '';display: block;width: 7px;height: 7px;position: absolute;top: 50%;left:50%;margin-top: -3.5px;margin-left: -2px;background:url(../images/last_page.gif) no-repeat center;}
.news_page_in_row3 > .pagination a{display: inline-block;vertical-align: middle;width:38px;height:38px;border: 1px solid #ddd;line-height:38px;text-align: center;border-radius: 50%;font-size: 18px;font-family: arial;color: #666;margin: 3px;transform: rotate(0deg);position: relative;transition: 0.3s all ease; background: #fff;}
.news_page_in_row3 > .pagination a.cur_page,.news_page_in_row3 > .pagination a:hover{background:#002C79 ;border: 1px solid rgba(255,255,255,0);color: #fff;}
.news_page_in_row3 > .pagination{font-size: 0;text-align: center; display: block !important;}

