/*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;
}

.wapper {
    width: 1600px;
    margin: 0 auto;
}

input,
textarea,
select {
    outline: none
}


/*common end*/

header {
    margin: 0 auto;
}


/*menu*/

.menu {
    height: 35px;
    line-height: 35px;
    background: #333;
}

.menu ul li {
    float: left;
    position: relative;
    border-right: #666 solid 1px;
    width: 120px;
}

.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: 14px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    display: block;
    text-align: center;
}

.menu a:hover {
    color: #fff;
}

a.menu_hover {
    background: #666;
    color: #fff;
}

.menu_down span {
    display: block;
    background: url(../images/menu_down.gif) right 10px center no-repeat;
}

.logo {
    width: 20%;
    float: left;
}

.logo img {
    width: 100%;
}

header {
    background: #fff;
    height: 120px;
    width: 100%;
    max-width: 1400px;
    ;
    margin: 0 auto;
}

a#logo {
    display: block;
    float: left;
    height: 120px;
    padding: 5px 0;
}

.topfr {
    float: right;
}

.topfr_line {
    text-align: right;
}

.topfr_line strong,
.topfr_line a {
    display: inline-block;
}

.topfr_line strong {
    background: url(../images/tel_icon.png) left center no-repeat;
    padding-left: 20px;
    line-height: 74px;
    color: #ffae00;
    font-size: 20px;
}

.topfr_line a {
    padding-left: 16px;
    margin-left: 20px;
    background: url(../images/shu.png) left center no-repeat;
    line-height: 74px;
    font-size: 12px;
    color: #333;
}

nav {
    text-align: right;
}

nav .nav_list {
    float: left;
    position: relative;
}

nav a.nav_list_a {
    display: inline-block;
    height: 43px;
    border-bottom: 3px #fff solid;
    margin-left: 60px;
    font-size: 16px;
    color: #333;
    line-height: 100%;
}

nav .nav_list:hover a,
nav a.active {
    color: #003581;
    border-color: #003581
}

.indexbanner-container {
    width: 100%;
}

.indexbanner-slide {
    height: 640px;
}

.indexbanner-pagination span {
    width: 12px;
    height: 12px;
    border: 2px #fff solid;
    border-radius: 12px;
    background: #003581;
    opacity: 1
}

.indexbanner-pagination span.swiper-pagination-bullet-active {
    background: #fff;
}

.m {
    padding: 30px 0;
    display: none;
    width: 452px;
    height: auto;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -226px;
    top: 43px;
    border-top: 1px #e1e1e1 solid;
    z-index: 999;
}

.m ul {
    width: 180px;
    float: left;
}

.m ul li {
    height: 36px;
    overflow: hidden;
    padding-left: 30px;
}

.m ul li a {
    text-align: left;
    display: block;
    height: 36px;
    line-height: 36px;
    background: url(../images/mnav_sjbg_gray.jpg) left center no-repeat;
    text-indent: 20px;
    color: #666;
}

.m ul li a:hover {
    background: url(../images/mnav_sjbg.jpg) left center no-repeat;
    color: #11277d;
}

.m_img {
    width: 222px;
    height: 138px;
    float: right;
    margin-right: 20px;
    padding-left: 20px;
    border-left: 1px #e1e1e1 solid;
}

.m_img img {
    display: block;
    width: 100%;
    height: 138px;
}

.nav_list:last-child .m {
    left: auto;
    margin: 0;
    right: 0;
}

.nav_list:hover .m,
.nav_list:hover .m2 {
    display: block;
}

.con1 {
    background: url(../images/con1bj.jpg) no-repeat center center;
    background-size: cover;
    padding: 3% 0 0 0;
}

.con1 .con1bt {
    text-align: center;
}

.con1 .con1bt h2 {
    font-size: 30px;
    color: #333333;
    line-height: 2em;
    font-weight: normal;
}

.con1 .con1bt .gang {
    width: 50px;
    height: 1px;
    background: #000000;
    margin: 0 auto;
}

.con1 .con1bt p {
    font-size: 14px;
    color: #003685;
    line-height: 1.5em;
}

.con1 .con1nr {
    margin-top: 3%;
}

.con1 .con1nr ul {
    width: 100%;
}

.con1 .con1nr ul li {
    width: 23%;
    float: left;
    /* margin: 0 2% 2% 0; */
    margin: 0 1%;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    border-radius: 50%;
    height: 368px;
    /* position: relative;*/
}

.con1 .con1nr ul li .img {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.con1 .con1nr ul li .img img {
    max-width: 100%;
    transform: scale(1.0);
    transition: all ease 0.5s;
    height: 100%;
}

.con1 .con1nr ul li:hover .img img {
    max-width: 100%;
    transform: scale(1);
    transition: all ease 0.5s;
    height: 100%;
}

.con1 .con1nr ul li .img .zi {
    position: absolute;
    top: 75%;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all ease 0.5s;
    border-radius: 50%;
    display: inline-block;
    background-color: rgba(69, 146, 254, 0.8);
}

.con1 .con1nr ul li:hover .img .zi {
    top: 0%;
    transition: all ease 0.5s;
}

.con1 .con1nr ul li .img .zi h1 {
    font-size: 22px;
    color: #FFFFFF;
    line-height: 2em;
    font-weight: normal;
    margin-top: 30px;
}

.con1 .con1nr ul li .img .zi p {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 1.25em;
    opacity: 0;
    transition: all ease 0.5s;
}

.con1 .con1nr ul li:hover .img .zi p {
    opacity: 1;
    transition: all ease 0.5s;
}

.con1 .con1nr ul li .img .zi .an {
    width: 30%;
    margin: 3% auto 0 auto;
    background: #ff8000;
    border-radius: 40px;
    text-align: center;
    opacity: 0;
    transition: all ease 0.5s;
}

.con1 .con1nr ul li .img .zi .an span {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 3em;
}

.con1 .con1nr ul li:hover .img .zi .an {
    opacity: 1;
    transition: all ease 0.5s;
}

.scroll_04 {
    overflow: hidden;
}

.scroll_04 .bd li {
    float: left;
    width: 16%;
    overflow: hidden;
}

.scroll_04 .bd li .img {
    border: 1px solid #f5f5f5;
    padding: 10px;
    margin: 0px 10px;
    box-sizing: border-box;
}

.scroll_04 .bd li .img table tr td img {
    max-width: 100%;
}

.main_banner {
    margin-top: 50px;
    overflow: hidden;
    /* height:448px;*/
}

.main_banner li {
    position: relative;
    float: left;
    width: 49%;
    margin-bottom: 20px;
}

.main_banner li:hover a i {
    /*background: url(../images/view_detail_change_icon.png) no-repeat;*/
}

.main_banner li img {
    transition: all .2s;
}


/*.main_banner li:hover img {
    transform: scale(1.02);
    
}*/


/*.main_banner li a i:hover {*/


/*transform: scale(1.02);*/


/*background: url(../Images/view_detail_change_icon.png) no-repeat;
}*/


/*.main_banner li img:hover{
transform: scale(1.02);
}*/


/*.main_banner li img:hover+a i {
    transform: scale(1.02);
    background: url(../Images/view_detail_change_icon.png) no-repeat;
}*/

.main_banner li .txtbg {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.main_banner li .txt {
    padding: 69px 20px 0 20px;
    color: #fff;
    font-weight: bold;
}

.main_banner li .txt .h2 {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 10px 0;
}

.main_banner li .txt .h3 {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 20px 0;
}

.main_banner li i {
    /*top: 146px;
    left: 45px;
    position: absolute;*/
    width: 96px;
    height: 32px;
    background: url(../images/view_detail_icon.png) no-repeat;
    display: block;
}

.main_banner li i:hover {
    background: url(../images/view_detail_change_icon.png) no-repeat;
}

.main_banner li:nth-child(2n-1) {
    margin-right: 16px;
}

.main_banner img {
    width: 100%;
    height: 100%;
}

.index_case_bg {
    background-color: #f0f3f7;
    width: 100%;
    overflow: hidden;
    padding: 3% 0;
}

.index_case {
    width: 100%;
    margin: 0 auto;
    max-width: 1600px;
}

.index_case_container {
    height: auto;
}

.index_case_list {
    padding-top: 60px;
    height: auto;
    display: flex;
}

.index_case_items {
    box-sizing: border-box;
    padding: 26px;
    height: 530px !important;
    border-radius: 10px;
    background-color: white;
    transition: 0.5s;
    position: relative;
}

.index_case_item {
    padding: 0 10px;
    box-sizing: border-box;
}

.index_case_container .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0.8rem;
}

.index_case .swiper-slide-active {
    /* margin-left: 8px; */
}

.index_case_items:hover {
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2)
}

.index_case_items:hover .index_case_img img {
    transform: scale(1.2);
}

.index_case_items:hover .index_case_btn {
    border-bottom: 1px solid #1d2974;
}

.index_case_img {
    height: 230px;
    overflow: hidden;
}

.index_case_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 0.5s;
}

.index_case_p1 {
    font-size: 18px;
    color: #333947;
    /* line-height: 1; */
    margin-bottom: 35px;
    margin-top: 50px;
}

.index_case_p2 {
    font-size: 14px;
    color: #464d61;
    line-height: 1.8;
    letter-spacing: 0.1px;
}

.index_case_btn {
    font-size: 14px;
    color: #1d2974;
    line-height: 2;
    border-bottom: 1px solid transparent;
    display: flex;
    align-items: center;
    transition: 0.5s;
    position: absolute;
    left: 26px;
    bottom: 26px;
}

.index_case_btn img {
    margin-left: 8px;
}

.index_case .swiper-pagination-bullet {
    position: relative;
    bottom: 0;
    height: 154px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.pub_contiain .index_case .swiper-pagination-bullet {
    width: 4px;
    background-color: rgba(42, 70, 138, 0.15);
    height: 3px;
    border-radius: 0;
    margin-right: 15px;
    opacity: 1;
    /* transform: translateY(-0.4rem); */
}

.text-cut {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.text-cut-one {
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.text-cut-two {
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-cut-three {
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.text-cut-four {
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.text-cut-five {
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.pub_contiain .index_case .swiper-pagination-bullet-active {
    background-color: rgba(42, 70, 138, 1);
}

.pub_tile {
    width: 100%;
    text-align: center;
    /*padding-top: 100px;*/
}

.pub_p1 {
    font-size: 32px;
    color: #1d2974;
    line-height: 1;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.pub_p2 {
    font-size: 14px;
    color: #84879a;
    line-height: 1;
    letter-spacing: 1px;
}

.pub_p3 {
    font-size: 30px;
    color: white;
    line-height: 1;
    letter-spacing: 3px;
}

.pub_p4 {
    font-size: 14px;
    color: #8d95ba;
    line-height: 1;
}

.pub_p5,
.pub_p7 {
    font-size: 16px;
    color: white;
    line-height: 1;
}

.pub_p6 {
    font-size: 14px;
    color: white;
    line-height: 30px;
}

.pub_nav_d1 {
    color: white;
    margin-bottom: 43px;
}

.pub_p8 {
    font-size: 14px;
    /* line-height: 0.4rem; */
    line-height: 1;
    margin-top: 26px;
    color: #949dc6;
}

.pub_title {
    font-size: 32px;
    color: #333947;
    line-height: 1;
    letter-spacing: 2px;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 23px;
    padding-top: 109px;
}

.pub_title::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 44px;
    height: 3px;
    background-color: #619fd0;
}

.foot {
    background: #262626;
    margin-top: 40px;
}

.foot dl {
    overflow: hidden;
    padding-top: 53px;
    min-height: 334px;
}

.foot dl dt {
    width: 260px;
    float: left;
}

.foot dl dt img {
    display: block;
}

.foot dl dt p {
    font-size: 13px;
    color: #a9a9a9;
    line-height: normal;
}

.foot dl dt span {
    display: block;
    overflow: hidden;
    padding-top: 30px;
}

.foot dl dt span a {
    display: block;
    width: 35px;
    height: 35px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}

.foot dl dd {
    /*float:right;*/
}

.foot dl dd ul {
    overflow: hidden
}

.foot dl dd ul li {
    float: left;
    padding: 0 40px;
}

.foot dl dd ul li h2 {
    line-height: 37px;
    font-size: 18px;
    color: #fff;
    padding-bottom: 14px;
}

.foot dl dd ul li a {
    display: block;
    line-height: 37px;
    font-size: 13px;
    color: #a9a9a9
}

.link {
    border-top: 1px #424242 solid;
    border-bottom: 1px #424242 solid;
    overflow: hidden;
    padding: 17px 0;
}

.link a {
    display: block;
    font-size: 13px;
    color: #7c7c7c;
    line-height: 28px;
    float: left;
    padding-right: 20px;
}

.copyright {
    line-height: 73px;
    font-size: 13px;
    color: #7c7c7c;
    padding-bottom: 10px;
    text-align: center;
}

header {
    background: #fff;
    height: 120px;
    padding: 0 50px;
}

a#logo {
    display: block;
    float: left;
    height: 120px;
    padding: 5px 0;
}

.topfr {
    float: right;
}

.topfr_line {
    text-align: right;
}

.topfr_line strong,
.topfr_line a {
    display: inline-block;
}

.topfr_line strong {
    background: url(../images/tel_icon.png) left center no-repeat;
    padding-left: 20px;
    line-height: 74px;
    color: #ffae00;
    font-size: 20px;
}

.topfr_line a {
    padding-left: 16px;
    margin-left: 20px;
    background: url(../images/shu.png) left center no-repeat;
    line-height: 74px;
    font-size: 12px;
    color: #333;
}

nav {
    text-align: right;
}

nav .nav_list {
    float: left;
    position: relative;
}

nav a.nav_list_a {
    display: inline-block;
    height: 43px;
    border-bottom: 3px #fff solid;
    margin-left: 60px;
    font-size: 16px;
    color: #333;
    line-height: 100%;
}

nav .nav_list:hover a,
nav a.active {
    color: #003581;
    border-color: #003581
}

.indexbanner-container {
    width: 100%;
}

.indexbanner-slide {
    height: 640px;
}

.indexbanner-pagination span {
    width: 12px;
    height: 12px;
    border: 2px #fff solid;
    border-radius: 12px;
    background: #003581;
    opacity: 1
}

.indexbanner-pagination span.swiper-pagination-bullet-active {
    background: #fff;
}

.w1200 {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}

.foot h1 {
    color: #FFFFFF;
    margin-bottom: 20px;
}

.cx {
    margin-bottom: 30px;
}

.cx input {
    width: 240px;
    text-indent: 1rem;
    line-height: 30px;
}

.cxbtn {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background-image: url(../images/kr10.png);
    background-position: center;
    background-repeat: no-repeat;
    border: 0;
}

.tshow {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30%;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 20px;
}

.tshow h1 {
    text-align: center;
    margin-bottom: 20px;
}

.tshow p {
    font-size: 16px;
    color: #FFFFFF;
}

.tshow input {
    width: 100%;
    margin-bottom: 20px;
}

.tshow button {
    width: 120px;
    text-align: center;
    line-height: 25px;
    margin: 0 auto;
    display: block;
}

.tclose {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    color: #FFFFFF;
    font-size: 16px;
    cursor: pointer;
}