
* {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}
body{
    width:100%;
    margin:0;
    padding:0;
    min-width:1240px;
}

.w1440{
    max-width:1400px;
    min-width:1240px;
    margin:0 auto;
    padding:0 20px;
}

.w1280{
    width:1280px;
    margin:0 auto;
    padding:0 20px;
}

.left{float:left}
.right{float: right}


.main{
    width:100%;
}

.header{
    width:100%;
    height:690px;
    background:#5D7C91;
    display:block;
}

.nav{
    width:100%;
    height:160px;
    /*background:rgba(50,103,190,1);*/
    margin:0 auto;
    position: absolute;
    top:0;
    z-index:5;
}

.nav_cen{
    margin:0 auto;
}

.login{
    width:375px;
    height:50px;
    margin:50px 0 0;
    display:inline-block;
}

.login img{
    max-width:100%;
    max-height:50px;
}

.nav_right{
    width:auto;
    display:inline-block;
    padding:70px 0 0;
}

.nav_right span{
    width:80px;
    font-size:16px;
    margin:0 10px;
    display: inline-block;
    text-align: center;
}

.nav_right span a{color:#fff; transition: color 1s;}

.nav_right span p{display: block; text-align: center}


.nav_right span i{
    width:13px;
    height:3px;
    border-radius:2px;
    display: inline-block;
    margin:0 auto;
    transition: opacity 1s;
    opacity: 0;
}

.nav_right span.active a,.nav_right span:hover a{color:#0C4EB2;}

.nav_right span.active i,.nav_right span:hover i{
    background:rgba(12,78,178,1); opacity: 1;
}

.banner{
    width:100%;
    display: block;
    overflow: hidden;
}

.banner img.banner01{
    width:100%;
    height:690px;
}


.contact{
    width:100%;
    display: block;
}

.CompanyHistory{
    width:100%;
    display: block;
    margin:0 auto;
}
.CompanyHistory_cen{
    display: block;
}

.CompanyHistory_top{
    padding:45px 0;
    display: block;
    text-align: center;
}

.CompanyHistory_top span{
    font-size:30px;
    font-weight:bold;
    color:rgba(52,52,52,1);
    line-height:51px;
    text-align: center;
    display: block;
}

.CompanyHistory_top p{
    font-size:14px;
    font-weight:400;
    color:rgba(154,154,154,1);
    line-height:25px;
    text-align: center;
    display: block;
}

.CompanyHistory_bot{
    width:100%;
    display: block;
    overflow: hidden;
}

.CompanyHistory_news{
    max-width:1508px;
    display: block;
}

.CompanyHistory_news dl{
    margin:0 2.55%;
    float:left;
    width:28.2%;
    display: inline-block;
    overflow: hidden;
}

.CompanyHistory_news dl dt{
    width:100%;
    height:226px;
    background:#f5f5f5;
    overflow: hidden;
}

.CompanyHistory_news dl dt img{
    width:100%;
    height:226px;
    transition: all 0.6s;
}

.CompanyHistory_news dl dd{
    width:100%;
    display: block;
    height:95px;
    margin-top:30px;
}

.CompanyHistory_news dl dd .CompanyHistory_news_left{
    width:103px;
    height:89px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(213, 213, 213, 1);
    display: inline-block;
    transition: border 0.3s;
}

.CompanyHistory_news_leftBor{
    border:2px solid #fff;
    padding-bottom:6px;
    transition: border 0.3s;
}

.CompanyHistory_news_leftC{
    padding:15px 0 0 18px;
    display: inline-block;
    text-align: left;
}
.CompanyHistory_news_leftC span{
    font-size:27px;
    font-weight:bold;
    color:rgba(92,92,100,1);
    transition: color 1s;
}
.CompanyHistory_news_leftC p{
    font-size:16px;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:28px;
    transition: color 1s;
}

.CompanyHistory_news_right{
    width:63.6%;
    display: inline-block;
    float: right;
}

.CompanyHistory_news_right span{
    font-size:16px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(52,52,52,1);
    line-height:36px;
    height:36px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.CompanyHistory_news_right p{
    font-size:16px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:28px;
    height:54px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.CompanyHistory_news dl a:hover dt img{
    transform: scale(1.25);
}

.CompanyHistory_news dl a:hover dd .CompanyHistory_news_left{
    border:1px solid rgba(12, 78, 178, 1);
}

.CompanyHistory_news dl a:hover dd .CompanyHistory_news_leftBor{
    border:2px solid rgba(12, 78, 178, 1);
}

.CompanyHistory_news dl a:hover dd .CompanyHistory_news_left .CompanyHistory_news_leftC span,.CompanyHistory_news dl a:hover dd .CompanyHistory_news_left .CompanyHistory_news_leftC p{
    color:rgba(12,78,178,1);
}



.ServicCase{
    width:100%;
    display: block;
    margin:40px auto 110px;
    overflow: hidden;
    padding-bottom:10px;
}
.ServicCase_cen{
    display: block;
}

.ServicCase_top{
    padding:45px 0;
    display: block;
    text-align: center;
}

.ServicCase_top span{
    font-size:30px;
    font-weight:bold;
    color:rgba(52,52,52,1);
    line-height:51px;
    text-align: center;
    display: block;
}

.ServicCase_top p{
    font-size:14px;
    font-weight:400;
    color:rgba(154,154,154,1);
    line-height:25px;
    text-align: center;
    display: block;
}

.ServicCase_bot{
    width:100%;
    display: block;
}

.ServicCase_news{
    max-width:1508px;
    display: block;
    margin:0 auto;
}

.ServicCase_news dl{
    margin:0 1.55%;
    float:left;
    width:30%;
    display: inline-block;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.ServicCase_news dl:hover{
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 6px 3px 20px 3px #EEF0F4, -6px 3px 20px 3px #EEF0F4;
}

.ServicCase_news dl dt{
    width:100%;
    height:226px;
    background:#f5f5f5;
    overflow: hidden;
}

.ServicCase_news dl dt img{
    width:100%;
    height:226px;
    transition: all 0.6s;
}

.ServicCase_news dl dd{
    display: block;
    height:180px;
    padding:45px 20px 35px;
    background:rgba(247,247,247,1);
}

.ServicCase_news_right{
    width:75%;
    text-align: center;
    margin:0 auto;
}

.ServicCase_news_right b{
    width:100%;
    font-size:16px;
    font-weight:bold;
    color:rgba(52,52,52,1);
    line-height:48px;
    display: block;
}

.ServicCase_news_right span{
    font-size:16px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(154,154,154,1);
    line-height:28px;
    height:100px;
    display: block;
}

.ServicCase_news_right p{
    width:100px;
    height:32px;
    font-size:16px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(154,154,154,1);
    line-height:28px;
    background:rgba(247,247,247,1);
    border:1px solid rgba(213, 213, 213, 1);
    text-align: center;
    line-height:32px;
    margin:0 auto;
}

.ServicCase_news dl a:hover dt img{
    transform: scale(1.25);
}

.ServicCase_news dl a:hover dd .ServicCase_news_left{
    border:3px solid rgba(12, 78, 178, 1);
}

.ServicCase_news dl a:hover dd .ServicCase_news_left .ServicCase_news_leftC span,.ServicCase_news dl a:hover dd .ServicCase_news_left .ServicCase_news_leftC p{
    color:rgba(12,78,178,1);
}

.AboutUs{
    width:100%;
    display: block;
    margin:0 auto;
    overflow: hidden;
    padding-bottom:25px;
    position: relative;
}
.AboutUs_bg{
    width:100%;
    display: block;
    height:580px;
    /*background:rgba(49,103,189,1);*/
    background: url("../img/aboutBg.png");
    position: absolute;
    top:0;
    left:0;
}
.AboutUs_cen{
    display: block;
    position: relative;
    z-index:1;
}

.AboutUs_top{
    display: block;
    text-align: center;
    margin:90px auto 120px;
}

.AboutUs_top dl{
    width:33.0%;
    text-align: center;
    display: inline-block;
}

.AboutUs_top dl dt{
    width:100%;
    text-align: center;
    display: inline-block;
}

.AboutUs_top dl dt img{
    width:137px;
    height:137px;
    display: inline-block;
    margin:0 auto;
}

.AboutUs_top dl dd{
    width:100%;
    text-align: center;
    display: inline-block;
    padding-top:0px;
}

.AboutUs_top dl dd span{
    font-size:20px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:52px;
    display: block;
}

.AboutUs_top dl dd p{
    font-size:14px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:30px;
    opacity:0.4;
    display: block;
}

.AboutUs_bot{
    height:390px;
    background:rgba(255,255,255,1);
    box-shadow:0px 10px 10px 0px rgba(166,166,166,0.27);
    display:block;
    margin:0 auto;
}

.AboutUs_botC{
    width:100%;
    display: block;
    text-align: center;
    padding:80px 0 35px;
    overflow: hidden;
}

.AboutUs_botC span{
    font-size:30px;
    font-weight:bold;
    color:rgba(52,52,52,1);
    line-height:51px;
    text-align: center;
    display: block;
}

.AboutUs_botC p{
    font-size:14px;
    font-weight:400;
    color:rgba(154,154,154,1);
    line-height:25px;
    text-align: center;
    display: block;
}

.AboutUs_text{
    width:850px;
    display: block;
    font-size:14px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(153,153,153,1);
    line-height:36px;
    margin:0 auto;
    text-align: center;
}

.News{
    width:100%;
    display: block;
    margin:0 auto;
    overflow: hidden;
    padding-bottom:10px;
}
.News_cen{
    display: block;
    overflow: hidden;
}

.News_top{
    padding:45px 0;
    display: block;
    text-align: center;
}

.News_top span{
    font-size:30px;
    font-weight:bold;
    color:rgba(52,52,52,1);
    line-height:51px;
    text-align: center;
    display: block;
}

.News_top p{
    font-size:14px;
    font-weight:400;
    color:rgba(154,154,154,1);
    line-height:25px;
    text-align: center;
    display: block;
}

.News_bot{
    width:100%;
    display: block;
}

.News_bot_left{
    width:51.9%;
    height:490px;
    background:rgba(247,247,247,1);
    display: inline-block;
}

.News_bot_left dl{
    padding: 24px 24px 0 24px;
    display: block;
}

.News_bot_left dl dt{
    width:100%;
    display: block;
    height:356px;
    margin-bottom:25px;
    overflow: hidden;
}

.News_bot_left dl dt img{
    width:100%;
    display: block;
    height:356px;
    transition: all 0.6s;
}
.News_bot_left dl:hover dt img{
    transform: scale(1.25);
}

.News_bot_left dl dd{
    width:100%;
}

.News_bot_right{
    width:45%;
    float: right;
}

.News_bot_right dl{
    height:60px;
    padding:21px;
    background:rgba(247,247,247,1);
    margin-bottom:20px;
    border:3px solid rgba(247,247,247,1);
    transition: border 1s;
}

.News_bot_right dl:hover{
    border:3px solid #0B4DB1;
}

.News_bot_right dl dd{
    width:100%;
    height:62px;
    overflow: hidden;
}

.News_news_left{
    width:auto;
    display: inline-block;
    float:left;
}

.News_news_leftC{
    width:100%;
    display: inline-block;
}

.News_news_leftC span{
    font-size:26px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(92,92,100,1);
    line-height:39px;
}

.News_news_leftC p{
    font-size:16px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(153,153,153,1);
}

.News_news_right{
    width:85%;
    float: right;
    margin-right:0.6%;
}

.News_news_right span{
    width:100%;
    display: block;
    font-size:16px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(153,153,153,1);
    line-height:38px;
}

.News_news_right p{
    width:100%;
    display: block;
    font-size:16px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(185,191,197,1);
}

.bottom{
    width:100%;
    background:rgba(33,33,46,1);
    padding:110px 0;
    overflow: hidden;
}

.bottom_cen{
    display: block;
}

.bottom_left{
    width:auto;
    display: inline-block;
}

.bottom_left_xinx,.bottom_left_xinx dl,.bottom_left_xinx dl dt,.bottom_left_xinx dl dd{
    width:100%;
    display: block;
}

.bottom_left_xinx dl dt p{
    font-size:22px;
    font-weight:400;
    color:rgba(255,255,255,1);
    margin-bottom:35px;
}

.bottom_left_xinx dl dd p{
    font-size:16px;
    font-weight:400;
    color:rgba(136,136,141,1);
    line-height:48px;
}

.bottom_left_xinx dl dd{
    margin-bottom:65px;
}

.bottom_share{
    width:100%;
    display: block;
    overflow: hidden;
}

.bottom_share p{
    width:65px;
    height:65px;
    margin-right:40px;
    display: inline-block;
    float: left;
}

.bottom_share p img{
    width:65px;
    height:65px;
    display: inline-block;
}

.bottom_Name{
    width:auto;
    display:inline-block;
}

.bottom_Name dl{
    width:100px;
    float:left;
    margin-left:210px;
}

.bottom_Name dl dt,.bottom_Name dl dd{
    width:100%;
    display: block;
}

.bottom_Name dl dt p{
    font-size:22px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(255,255,255,1);
    margin-bottom:45px;
}

.bottom_Name dl dd p{
    font-size:16px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(136,136,141,1);
    line-height:30px;
    margin-bottom:15px;
}

.bottom_Name dl dt p a{
    display:inline-block;
    color:rgba(255,255,255,1);
}

.bottom_Name dl dd p a{
    display:inline-block;
    color:rgba(136,136,141,1);
}

.bottom_Name dl dd p a:hover{
    display:inline-block;
    color:rgba(255,255,255,1);
}

.header.ny{
    height:160px;
    background:rgba(50,103,190,1);
    position: fixed;
    z-index:999;
}

.headerHe{
    width:100%;
    height:160px;
    display: block;
}


.header.ny .nav_right span.active a, .header.ny .nav_right span:hover a {
    color: #fff;
}

.header.ny .nav_right span.active i, .header.ny .nav_right span:hover i {
    background: #fff;
    opacity: 1;
}

.about,.about_cen{
    width:100%;
    display: block;
    overflow: hidden;
}

.about_top{
    display: block;
}

.about_title{
    width:100%;
    display: block;
    padding:50px 0 30px;
    overflow: hidden;
    text-align: center;
}

.about_title span{
    font-size:26px;
    font-weight:400;
    color:rgba(102,102,102,1);
    padding-bottom:10px;
}

.about_title p{
    font-size:16px;
    font-weight:400;
    color:rgba(197,197,197,1);
}

.about_conc{
    padding-bottom:175px;
    overflow: hidden;
}

.about_conc_top{
    width:100%;
    padding:0;
    border-bottom: 1px solid rgba(242,242,242,1);
}

.about_conc_top span {
    font-size: 20px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    margin-bottom:5px;
}

.about_conc_top p {
    font-size:32px;
    font-weight:400;
    color:rgba(102,102,102,1);
    margin-bottom:35px;
}

.about_conc_bot{
    width:100%;
    display: block;
    margin:50px 0;
}

.about_conc_bot p{
    font-size:16px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:30px;
    padding-bottom:20px;
    display: block;
}

.about_conc_bot img{
    max-width:100%;
    display: block;
}

.about_conc_lil{
    width:100%;
    display: block;
    text-align: center;
    padding:55px 0 100px;
    overflow: hidden;
    border-bottom: 1px solid rgba(242,242,242,1);
}

.about_conc_lil dl{
    width: 23.6%;
    padding: 0 0.5%;
    display: inline-block;
}

.about_conc_lil dl dt{
    width:100%;
    display: block;
}

.about_conc_lil dl dt span{
    width:100%;
    font-size:22px;
    font-weight:400;
    color:rgba(102,102,102,1);
    display: block;
}

.about_conc_lil dl dt img{
    width:100px;
    height:100px;
    font-size:22px;
    font-weight:400;
    color:rgba(102,102,102,1);
    margin:20px 0 50px;
}

.job_title{
    width:100%;
    display: block;
    text-align: left;
    padding:30px 0;
    overflow: hidden;
}

.job_title span{
    font-size:16px;
    font-weight:400;
    color:rgba(102,102,102,1);
    display: inline-block;
}

.job_title p{
    font-size:16px;
    font-weight:bold;
    color:rgba(50,103,190,1);
    display: inline-block;
}

.job_conc{
    width:100%;
    display: block;
    margin-bottom:100px;
    overflow: hidden;
}

.job_conc_top{
    width:100%;
    display: block;
}

.job_conc_top dl{
    display: block;
    padding:40px;
    overflow: hidden;
    background:#fff;
    margin-bottom:30px;
}

.job_conc_top dl dt{
    width:100%;
    display: block;
    overflow: hidden;
    margin-bottom:10px;
}

.job_conc_top dl dt .titl{
    width:80%;
    float:left;
}

.job_conc_top dl dt .titl span{
    font-size:32px;
    font-weight:400;
    color:rgba(51,51,51,1);
    display: block;
}

.job_conc_top dl dt .titl p{
    font-size:22px;
    font-weight:400;
    color:rgba(51,51,51,1);
    display: block;
}

.icod{
    width:48px;
    height:48px;
    background: url("../img/job_x.png") no-repeat;
    float: right;
}

.job_conc_top dl dd{
    width:100%;
    display: block;
    height:140px;
    overflow: hidden;
    transition: height 1s;
}

.job_conc_top dl dd span{
    font-size:22px;
    font-weight:bold;
    color:#333;
    display: block;
    margin-bottom:10px;
    margin-top:30px;
}

.job_conc_top dl dd p{
    font-size:22px;
    color:#666;
    line-height:36px;
}

.job_sq{
   width:100%;
    display: block;
    text-align: center;
    margin-top:40px;
}

.job_sq i{
    width:320px;
    height:80px;
    background:rgba(50,103,190,1);
    font-size:32px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:80px;
    display: inline-block;
    font-style: normal;
}

.job_conc_top dl.active dd{
    height: auto;
}

.job_conc_top dl.active .icod{
    width:48px;
    height:48px;
    background: url("../img/job_s.png") no-repeat;
}

.contact_title{
    width:100%;
    height:340px;
    background: url("../img/contact.png") center no-repeat;
}

.contact_titleC{
    width:1280px;
    margin:0 auto 0;
    padding-top:100px;
    display: block;
    text-align: center;
}

.contact_titleC span{
    font-size:20px;
    font-weight:400;
    color:rgba(102,102,102,1);
}

.contact_titleC p{
    font-size:47px;
    font-weight:400;
    color:rgba(164,164,164,1);
    text-transform:Uppercase;
    display: block;
    padding:15px 0 20px;
}

.contact_titleC b{
    width:49px;
    height:7px;
    background:rgba(50,103,190,1);
    margin:0 auto;
    display: inline-block;
}

.contact_conc{
    width:100%;
}

.contact_conc_top{
    width:100%;
    text-align: center;
    display: block;
    padding:70px 0 75px;
    overflow: hidden;
}

.contact_conc_top span{
    font-size:28px;
    font-weight:400;
    color:rgba(102,102,102,1);
    display: block;
}

.contact_conc_top p{
    font-size:21px;
    font-family:Songti SC;
    font-weight:400;
    color:rgba(205,205,205,1);
    display: block;
    padding:5px 0 25px;
}

.contact_conc_top b{
    width:375px;
    font-size:20px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(153,153,153,1);
    line-height:36px;
    font-weight: normal;
    display: inline-block;
}

.contact_conc_Bot{
    padding:75px 0 35px;
    overflow: hidden;
    background:rgba(241,241,241,1);
    margin-bottom:165px;
}

.contact_conc_Botl{
    width:45%;
    float:left;
    padding:0 5%;
}

.contact_conc_Botl dl{
    width:100%;
    overflow: hidden;
}

.contact_conc_Botl dl dt{
    width:50%;
    float:left;
}

.contact_conc_Botl dl dt span{
    width:186px;
    height:186px;
    display: block;
    margin:0 auto 20px;
}

.contact_conc_Botl dl dt span img{
    width:186px;
    height:186px;
}

.contact_conc_Botl dl dt p{
    font-size:16px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(153,153,153,1);
    text-align: center;
    display: block;
}

.contact_conc_Botr{
    width:43%;
    float:left;
    padding:0 2% 0 0;
}

.contact_conc_Botr dl{
    width:100%;
    overflow: hidden;
}

.contact_conc_Botr dl dt{
    width:100%;
    display: block;
    margin-bottom:20px;
}

.contact_conc_Botr dl dt span{
    width:100%;
    display: block;
    font-size:16px;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:32px;
}

.contact_conc_Botr dl dt p{
    width:100%;
    display: block;
    font-size:16px;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:32px;
}

.contact_conc_Botr dl dd{
    width:100%;
    display: block;
    margin-bottom:10px;
}

.contact_conc_Botr dd span{
    font-size:16px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:30px;
}

.contact_conc_Botr dd p{
    font-size:16px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:30px;
}

















