* {
    margin: 0;
    padding: 0;
    font-family: 微软雅黑;
}

a, a:hover {
    text-decoration: none;
}

li {
    list-style: none;
}

a, img {
    transition: all .5s;
}

body, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select {
    margin: 0;
    padding: 0
}

/*body{	min-width: 1200px;}*/
html, body {
    position: relative;
    height: 100%;
}

.w_1200 {
    width: 1200px;
    margin: 0 auto;
}

.clear {
    clear: both;
}

@media screen and (min-width: 768px) {
    html, body {
        min-width: 1200px;
    }

    .container {
        width: 1200px;
        padding: 0;
    }
}

/*banner*/
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff; /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.all, .all_sw, .all_swi {
    width: 100%;
    height: 100%;
}

.all_swi {
}

.all_con {
    width: 100%;
    height: 100%;
    background: #000;
}

/*分页*/
.all_pag .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    margin: 10px 0;
    background: rgba(0, 0, 0, .0);
    box-sizing: border-box;
    border: 1px solid #d5a02c;
    opacity: 1;
}

.all_pag .swiper-pagination-bullet-active {
    background: #d5a02c;
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 10px 0;
}

/*固定头部*/
.top {
    width: 100%;
    transition: all 1.5s;
}

.pc_nav {
    padding: 20px 0 10px;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
}

.logo {
    float: left;
}

.nav_ul {
    float: right;
    padding: 20px 0;
}

.nav_li {
    float: left;
    font-size: 16px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    width: 120px;
    transition: all .5s;
}

.nav_li a {
    color: #fff;
    transition: all 0s;
}

.nav_li:hover {
    line-height: 20px;
}

.nav_li_lan {
    float: left;
    display: none;
}

.nav_li_lan a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 14px;
    text-align: center;
}

.nav_li_lan a:hover {
    color: #d5a02c;
    border: 1px solid #d5a02c;
}

/*第一屏*/
.con1 {
    background: url("../images/bg1.png") no-repeat center;
    background-size: cover;
}

.con1_h2 {
    text-align: center;
    font-size: 60px;
    letter-spacing: 10px;
    font-weight: bold;
    color: #fff;
    padding-top: 260px;
}

.con1_p {
    width: 104px;
    height: 4px;
    background: #d5a02c;
    margin: 30px auto;
}

.con1_p2 {
    color: #fff;
    font-size: 34px;
    text-align: center;
    letter-spacing: 2px;
}

/*第二屏*/
.con2 {
    background: url("../images/bg2.png") no-repeat center;
    background-size: cover;
}

.con2_en {
    text-align: center;
    color: #d5a02c;
    font-size: 46px;
    letter-spacing: 5px;
    padding-top: 180px;
}

.con2_h2 {
    color: #000000;
    font-size: 34px;
    text-align: center;
    font-weight: normal;
    letter-spacing: 1px;
    margin-top: 5px;
}

.con2_des {
    width: 76%;
    text-align: center;
    margin: 60px auto 0;
    line-height: 35px;
    color: #333333;
    font-size: 16px;
    letter-spacing: 1px;
}
.iabdsc{
    font-size: 18px !important;
    line-height: 25.71px !important;
    width: 100%;
    margin-top: 45px;
}
.iabdsc span{
    font-size: 18px !important;
    line-height: 35px !important;
}
.con2_list {
    width: 100%;
    padding-top: 100px;
}

.con2_d {
    width: 33.33%;
    text-align: center;
    float: left;
}

.con2_d p {
    color: #d5a02c;
    font-size: 100px;
    font-family: "Arial";
    height: 120px;
    line-height: 120px;
}

.con2_d span {
    width: 100%;
    color: #333333;
    font-size: 16px;
}

/*第三屏*/
.con3 {
    background: url("../images/bg3.png") no-repeat center;
    background-size: cover;
}

.inpro_list {
    width: 100%;
    padding-top: 60px;
}

.inpro_dl:first-child {
    margin-left: 0;
}

.inpro_dl {
    width: 24%;
    margin-left: 1.3%;
    float: left;
}

.inpro_dt {
    width: 100%;
    overflow: hidden;
}

.inpro_dt img {
    width: 100%;
}

.inpro_dd {
    width: 100%;
    padding: 15px 13px;
    background: rgba(0, 0, 0, .5);
    transition: all .5s;
}

.inpro_dd h2 {
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding-bottom: 10px;
}

.inpro_dd p {
    color: #fff;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    height: 75px;
    overflow: hidden;
}

.inpro_dd span {
    color: #fff;
    display: block;
    width: 101px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 15px;
    border: 1px solid #fff;
    margin: 10px auto 0;
    font-size: 14px;
}

.inpro_dl:hover .inpro_dt img {
    transform: scale(1.2);
}

.inpro_dl:hover .inpro_dd {
    background: #d5a02c;
}

/*第四屏*/
.con4 {
    background: url("../images/bg4.png") no-repeat center;
    background-size: cover;
}

.innews_dl:first-child {
    margin-left: 0;
}

.innews_dl {
    width: 24%;
    float: left;
    margin-left: 1.3%;
    box-sizing: border-box;
    padding: 9px 8px;
    background: #fff;
    transition: all .5s;
}

.innews_dt {
    width: 100%;
}

.innews_dt img {
    width: 100%;
}

.innews_dd {
    width: 100%;
}

.innews_dd h2 {
    color: #333333;
    font-size: 16px;
    text-align: left;
    padding: 10px 0;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .5s;
}

.innews_dd p {
    color: #666666;
    font-size: 14px;
    text-align: left;
    line-height: 25px;
    overflow: hidden;
    height: 50px;
    transition: all .5s;
}

.innews_dd span {
    color: #999999;
    font-family: "Arial";
    font-size: 14px;
    display: block;
    padding: 10px 0;
    text-align: left;
    transition: all .5s;
}

.innews_dd span i {
    margin-right: 5px;
}

.innews_dl:hover {
    background: #d5a02c;
    transform: translateY(-10px);
}

.innews_dl:hover .innews_dd h2, .innews_dl:hover .innews_dd p, .innews_dl:hover .innews_dd span {
    color: #fff;
}

/*第五屏*/
.con5 {
    background: url("../images/bg5.png") no-repeat center;
    background-size: cover;
}

.par_list {
    width: 100%;
    margin: 60px 0 0;
    background: #fff;
}

.par_img {
    width: 20%;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    float: left;
}

.par_img img {
    width: 100%;
}

.par_img:hover img {
    transform: scale(1.2);
}

/*最后一屏*/
.con6 {
    /*background: url("../images/bg6.png") no-repeat center;*/
    /*background-size: cover;*/
    position: relative;
}
.con6 .con2_h2{
    color: #ffffff;
}
.con6 .fo_p a,.con6 .fo_p{
    color: #ffffff;
}
.ivideo{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.ivideo video{
    width: 100%;
    /*height: 100%;*/
}
.con6 .container{
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
}

.inconus {
    width: 100%;
    margin: 20px 0;
    background: #fff;
    padding: 25px 20px;
}

.incon_le {
    width: 50%;
    float: left;
    padding-right: 50px;
}

.incon_ri {
    width: 50%;
    float: right;
}

.incon_led {
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    padding: 15px 0 15px 50px;
    position: relative;
    text-align: left;
}

.incon_led span {
    display: block;
    color: #666666;
    font-size: 14px;
}

.incon_led p {
    color: #999999;
    font-size: 15px;
    font-family: "Arial";
    line-height: 25px;
}

.incon_led img {
    position: absolute;
    left: 10px;
    top: 21px;
}

.fo_ditu {
    width: 100%;
    height: 430px;
}

.fo_p {
    color: #000000;
    font-size: 14px;
    text-align: center;
}

.fo_p a {
    color: #000;
}

.fo_p2 {
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    margin-top: 300px;
}

.fo_p2 a {
    color: #ffffff;
}

.navbar {
    display: none;
}

.navbar-brand {
    height: auto;
}

.navbar-brand img {
    height: 50px;
}

.navbar-toggle {
    margin: 20px 15px;
}

.innews_mob {
    display: none;
}

.par_list_mob {
    display: none;
}

/*内页*/
.neitop {
    background: #172f55
}

.neibanner {
    position: relative;
    top: 0;
    bottom: 0;
}

.neibanner, .neibanner img {
    width: 100%;
}

.neibanner_po {
    position: absolute;
    width: 100%;
    height: 20%;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
}

.neibanner h2 {
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 50px;
    letter-spacing: 10px; /*font-weight: bold;*/
}

.mob_tian {
    width: 100%;
    height: 80px;
    display: none;
}

/*位置*/
#weizhi {
    border-bottom: 1px solid #e2e2e2;
    width: 100%;
}

#weizhi ul li {
    float: left;
    color: #555;
    height: 60px;
    line-height: 60px;
    border: 1px solid #e2e2e2;
    z-index: 999;
}

#weizhi ul li a {
    color: #555;
    font-size: 15px;
    display: block;
    padding: 0 22px;
}

#weizhi1 {
    display: none;
}

#weizhi1 .l1 {
    color: #555;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e2e2e2;
    text-align: center;
    padding: 0;
}

#weizhi1 .l1 a {
    color: #555;
    font-size: 15px;
    display: block;
    padding: 0 12px;
}

#weizhi1 .l1 a:hover {
    background: #f3f3f5;
    text-decoration: none;
}

#weizhi ul li a:hover {
    background: #f3f3f5;
    text-decoration: none;
}

/*产品列表*/
.prolist {
    padding: 50px 0;
}

.pro_dl {
    margin: 20px 0;
}

.pro_dt {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.pro_dt img {
    width: 100%;
}

.pro_dd {
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #333;
    background: #f6f6f6;
}

.pro_ot {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 20;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .5s;
}

.pro_ot1 {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(213, 160, 44, .5);
}

.pro_ot1 span {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px dashed #fff;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 60px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.pro_dl:hover dt img {
    transform: scale(1.2);
}

.pro_dl:hover .pro_ot {
    opacity: 1;
}

/*footer*/
/*.footer {*/
/*    margin: 50px 0 0;*/
/*}*/

/*.footer1 {*/
/*    width: 100%;*/
/*    background: #4d4d4d;*/
/*    padding: 30px 0 60px;*/
/*}*/

/*.fo_le1 {*/
/*    width: 400px;*/
/*    float: left;*/
/*    height: 260px;*/
/*    border-right: 1px solid #939393;*/
/*}*/

/*.fo_le1 h2, .fo_le2 h2, .fo_le3 h2 {*/
/*    color: #ffffff;*/
/*    font-size: 18px;*/
/*    padding: 15px 0;*/
/*    font-weight: normal;*/
/*}*/

/*.fo_le1 p {*/
/*    position: relative;*/
/*    box-sizing: border-box;*/
/*    padding: 10px 0 10px 35px;*/
/*    font-size: 14px;*/
/*    color: #939393;*/
/*}*/

/*.fo_le1 p span {*/
/*    display: block;*/
/*    position: absolute;*/
/*    width: 22px;*/
/*    height: 22px;*/
/*    border-radius: 50%;*/
/*    box-sizing: border-box;*/
/*    border: 1px solid #939393;*/
/*    left: 0;*/
/*    text-align: center;*/
/*    line-height: 22px;*/
/*}*/

/*.fo_le2 {*/
/*    width: 200px;*/
/*    box-sizing: border-box;*/
/*    padding-left: 70px;*/
/*    float: left;*/
/*    height: 260px;*/
/*    border-right: 1px solid #939393;*/
/*}*/

/*.fo_le2 p {*/
/*    color: #999999;*/
/*    font-size: 14px;*/
/*    padding: 5px 0;*/
/*    white-space: nowrap;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*}*/

/*.fo_le2 p a {*/
/*    color: #999;*/
/*}*/

/*.fo_le3 {*/
/*    width: 335px;*/
/*    height: 260px;*/
/*    float: left;*/
/*    padding-left: 50px;*/
/*    box-sizing: border-box;*/
/*}*/

/*.fo_le3_le {*/
/*    width: 46%;*/
/*    margin: 0 2%;*/
/*    float: left;*/
/*}*/

/*.fo_le3_le p {*/
/*    text-align: center;*/
/*    color: #999999;*/
/*    line-height: 45px;*/
/*}*/

/*.footer2 {*/
/*    background: #333333;*/
/*}*/

/*.fo2_p {*/
/*    float: left;*/
/*    color: #fff;*/
/*    line-height: 51px;*/
/*    font-size: 14px;*/
/*}*/

/*.fo2_p a {*/
/*    color: #fff;*/
/*}*/

/*.fo2_ri {*/
/*    float: right;*/
/*    text-align: right;*/
/*    color: #fff;*/
/*    font-size: 14px;*/
/*    line-height: 51px;*/
/*}*/

/*.fo2_ri span {*/
/*    float: left;*/
/*}*/

/*.fo2_ri img {*/
/*    float: left;*/
/*    margin: 10px 5px;*/
/*}*/

/*新闻中心*/
.news_dl {
    margin: 10px 0;
}

.news_dt {
    width: 100%;
}

.news_dt img {
    width: 100%;
}

.news_dd {
    width: 100%;
    padding: 20px 0 0;
}

.news_dd h2 {
    color: #333;
    font-size: 16px;
    text-align: left;
    padding: 10px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_dd p {
    color: #666;
    font-size: 14px;
    line-height: 30px;
    height: auto;
    overflow: hidden;
}

.news_dd span {
    display: block;
    width: 100%;
    color: #999;
    font-size: 14px;
    padding: 15px 0;
}

/*产品展示*/
.proshow {
    width: 100%;
}

.proshow_h2 {
    color: #d5a02c;
    font-size: 18px;
    font-weight: bold;
    border-left: 5px solid #d5a02c;
    height: 35px;
    line-height: 35px;
    text-align: left;
    text-indent: 20px;
}

.proshow_con {
    width: 100%;
    padding: 50px 0;
}

.proshow_a {
    display: block;
    line-height: 35px;
    display: inline-block;
    color: #333;
    padding: 0 30px 0 0;
}

.pages {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 13px;
}

.pages a {
    border: 1px solid #ccc;
    display: inline;
    padding: 3px 10px 3px 10px;
    margin-right: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
    background: #fff;
    text-decoration: none;
    color: #999;
}

.pages a:hover {
    border: 1px solid #FF6600;
    background-color: #FF6600;
    color: #fff;
}

.pages span {
    border: 1px solid #FF6600;
    display: inline;
    padding: 3px 10px 3px 10px;
    margin-right: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #FFEEE5;
    color: #FF6600;
}

.contactus_ti {
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #666;
    font-weight: bold;
    padding-bottom: 15px;
}

.contactus_span {
    width: 48px;
    height: 2px;
    background: #ff0000;
    display: block;
    margin: 0 auto 17px;
}

.contactus_p {
    color: #999999;
    font-size: 14px;
    text-align: center;
}

.cont_list {
    padding: 60px 0 0;
}

.cont_p {
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    line-height: 30px;
    color: #666666;
    font-size: 14px;
    padding: 21px 50px;
    position: relative;
    margin: 0;
}

.cont_p > img {
    position: absolute;
    left: 10px;
    top: 22px;
}

.cont_p2 {
    width: 100%;
    text-align: left;
    padding: 20px 0;
}

.cont_p2 > img {
    width: 120px;
}

.ditu {
    width: 100%;
    min-height: 350px;
}

.liuyan {
    background: #f4f4f4;
}

.ly_la {
    width: 48%;
    margin-left: 1%;
    height: 50px;
    background: #fff;
    border-radius: 10px;
    margin-top: 20px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
}

.ly_la > span, .ly_la2 > span {
    float: left;
    display: block;
    line-height: 48px;
    color: #999999;
    font-size: 14px;
    font-weight: normal;
}

.ly_la_i {
    float: left;
    width: 30%;
    height: 48px;
    margin-left: 1%;
    border: none;
}

.ly_la2 {
    width: 97%;
    margin-left: 1%;
    height: 250px;
    background: #fff;
    border-radius: 10px;
    margin-top: 20px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
}

.ly_la2 > textarea {
    width: 60%;
    float: left;
    height: 248px;
    border: none;
}

.ss {
    width: 12%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    border: none;
    border-radius: 5px;
    background: #222222;
    margin: 20px 2% 0;
}

.liuyan {
    padding: 80px 0;
}

.er_pro {
    width: 100%;
    padding: 100px 0;
}

.er_pro_le {
    width: 247px;
    float: left;
}

.er_pro_le h2 {
    color: #fff;
    font-size: 36px;
    text-align: center;
    height: 108px;
    line-height: 108px;
    overflow-y: hidden;
    background: #172f55;
    font-weight: bold;
}

.er_ul {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
}

.er_li {
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    line-height: 75px;
    box-sizing: border-box;
    text-indent: 20px;
    position: relative;
}

.er_li > a {
    color: #333333;
    font-size: 18px;
}

.er_li > span {
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 45px;
    color: #000000;
    font-size: 30px;
    text-indent: 0;
    position: absolute;
    right: 10px;
    top: 12.5px;
}

.er_d {
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    display: none;
}

.er_d_p {
    width: 100%;
    padding: 15px 20px 15px 31px;
    position: relative;
}

.er_d_p i {
    position: absolute;
    left: 5px;
    top: 15px;
    transition: all .5s;
    color: #666666;
    font-weight: normal;
}

.er_d_p a {
    color: #666666;
    font-size: 15px;
}

.er_d_p:hover img {
    transform: scale(1.3);
}

.er_d_p:hover a {
    color: #d5a02c;
}

.er_li:hover.er_li > a {
    color: #d5a02c;
}

.er_tian {
    width: 100%;
    height: 60px;
}

/*右侧主体*/
.er_pro_ri {
    width: 880px;
    float: right;
    margin-top: 20px;
    margin-left: 10px;
}

.er_pro_dl {
    width: 275px;
    margin-left: 25px;
    margin-bottom: 20px;
    float: left;
}

.er_pro_dt {
    width: 100%;
    position: relative;
}

.er_pro_dt img {
    width: 100%;
}

.er_pro_po {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .5s;
}

.er_pro_po2 {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(213, 160, 44, .5);
}

.er_pro_po2 a {
    position: absolute;
    display: block;
    width: 60%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border: 1px solid #fff;
    box-sizing: border-box;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.er_pro_dd {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: all .5s;
}

.er_pro_dd a {
    color: #666666;
    font-size: 16px;
}

.er_pro_dl:hover .er_pro_po {
    opacity: 1;
}

.er_sp {
    width: 100%;
}

.er_sp video {
    border: none;
}

.tian {
    width: 100%;
    height: 100px;
}
.cont_list{
    margin-bottom: 40px;
}
.prolist .col-lg-3{
    width: 20%;
}
/*首页联系我们*/
#c_static_731-16827785627930 {
    margin-left: auto;
    margin-right: auto;
    display-radio: flex;
    max-width: none;
    width: 100%;
    background-fill-value: background-image;
    min-height: 0px;
    padding-bottom: 0px;
    height: 100%;
    display: flex;
    align-items: center;
    background-position: bottom left;
    z-index: 2;
    position: absolute;
}

#c_static_731-16827785627930:before {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 62%;
    height: 100%;
    background-color: rgba(10, 48, 138, 0.7);
    border-left: 1px rgba(255, 255, 255, 0.3) solid;
    z-index: 0;
    animation-name: fadeInRight;
    animation-duration: 1.5s;
    animation-delay: 1.8s;
    animation-fill-mode: both
}

#c_static_731-16827785627930 .e_container-3 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    transition-property: all;
    margin-left: auto;
    margin-right: auto;
    display-radio: flex;
    max-width: none;
    width: auto
}

#c_static_731-16827785627930 .e_container-3 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_731-16827785627930 .e_container-3 .cbox-3-0 {
    background: rgba(255, 255, 255, 1);
    background-fill-value: background-color;
    background-color: rgba(255, 255, 255, 0);
    align-self: center
}

#c_static_731-16827785627930 .e_container-3 .cbox-3-1 {
    background-fill-value: background-image;
    background-position: center left;
    background-repeat: no-repeat
}

#c_static_731-16827785627930 .e_container-5 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    max-width: 1600px;
    margin-left: 0px;
    margin-right: auto;
    width: 90%;
    display-radio: flex;
    padding-top: 0px;
    padding-bottom: 0px
}

#c_static_731-16827785627930 .e_container-5 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_731-16827785627930 .e_text-6 {
    line-height: normal;
    font_radio: 2;
    font-size: 46px;
    color: rgba(255, 255, 255, 1);
    padding-top: 0px;
    font-weight: normal;
    display-radio: 1;
    font-family: Arial
}

#c_static_731-16827785627930 .e_text-8 {
    line-height: normal;
    font_radio: 2;
    font-size: 28px;
    color: rgba(255, 255, 255, 1);
    padding-top: 0px;
    font-weight: bold;
    display-radio: 1
}
#c_static_731-16827785627930 .e_text-8 a{
    color: #ffffff;
}

#c_static_731-16827785627930 .e_button-28 {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 70px;
    padding: 8px;
    background_radio: 2;
    border_radio: 2;
    font_radio: 2;
    radius_radio: 2;
    margin-top: 30px;
    display-radio: block;
    height: 70px;
    line-height: 50px;
    background-color: rgba(255, 255, 255, 0);
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    border-left-style: solid;
    border-left-width: 2px;
    border-left-color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
    border-style: solid;
    border-width: 1px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px
}

#c_static_731-16827785627930 .e_button-28 span {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    outline: 0;
    margin: 0px;
    overflow: hidden
}

#c_static_731-16827785627930 .e_button-28::after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    transition: all .3s;
    z-index: 0;
    opacity: 0;
    top: 0;
    left: 0px
}

#c_static_731-16827785627930 .e_button-28:hover::after {
    opacity: 1
}

#c_static_731-16827785627930 .e_container-29 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 90%;
    display-radio: flex;
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    margin-top: 100px;
    position: absolute;
    margin: 0px auto 0;
    left: 0;
    right: 0;
}

#c_static_731-16827785627930 .e_container-29 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_731-16827785627930 .e_container-3 .p_item {
    display-radio: 1;
    text-align: left;
}

#c_static_731-16827785627930.response-animated .e_container-5 {
    animation-name: fadeIn2Right, none;
    animation-delay: 0.0s, -0.8s;
    animation-duration: 2.0s, 0.6s;
    animation-iteration-count: 1, 1
}

#c_static_731-16827785627930.response-animated {
    animation-name: none, none;
    animation-delay: 0.0s, 0.6s;
    animation-duration: 0.6s, 0.6s;
    animation-iteration-count: 1, 1
}

#c_static_731-16827785627930 .e_container-42 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex
}

#c_static_731-16827785627930 .e_container-42 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_731-16827785627930 .e_line-44 {
    display-radio: 1;
    border-top-style: solid;
    border-top-width: 80px;
    border-top-color: rgba(255, 255, 255, 1);
    max-width: 2px;
    margin-left: 0px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 20px;
    height: auto
}

#c_static_731-16827785627930.response-animated .e_button-28 {
    animation-name: none, none;
    animation-delay: 0.0s, 0.6s;
    animation-duration: 0.6s, 0.6s;
    animation-iteration-count: 1, 1
}

#c_static_731-16827785627930 #wns_p2_l {
    width: auto
}

#c_static_731-16827785627930 .a_animate:nth-child(1) {
    animation-name: fadeInUp;
    animation-direction: normal;
    animation-duration: 1.5s;
    animation-delay: 1.8s
}

#c_static_731-16827785627930 .a_animate:nth-child(2) {
    animation-name: fadeInUp;
    animation-direction: normal;
    animation-duration: 1.5s;
    animation-delay: 2s
}

#c_static_731-16827785627930 .a_animate:nth-child(3) {
    animation-name: fadeInUp;
    animation-direction: normal;
    animation-duration: 1.5s;
    animation-delay: 2.2s
}

#c_static_731-16827785627930 .a_animate:nth-child(4) {
    animation-name: fadeInUp;
    animation-direction: normal;
    animation-duration: 1.5s;
    animation-delay: 2.4s
}

#c_static_731-16827785627930 .about_c a {
    position: relative;
    z-index: 3
}

#c_static_731-16827785627930 .about_c .a_ico {
    width: auto;
    text-align: left;
    margin: 2%
}

#c_static_731-16827785627930 .about_c .a_ico img {
    max-width: 70px;
    height: auto
}

#c_static_731-16827785627930 .about_c .a_con {
    width: auto;
    color: #fff;
    padding: 10px 5px
}

#c_static_731-16827785627930 .about_c .a_con h1 {
    width: auto;
    font-size: 20px;
    line-height: 1.6;
    font-weight: bold;
    color: #fff;
    transition: all .36s ease
}

#c_static_731-16827785627930 .about_c .a_con p {
    font-size: 14px;
    color: #fff;
    opacity: 0.8;
    margin: 5px 0px;
    line-height: 1.6;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    transition: all .36s ease
}

#c_static_731-16827785627930 .about_c:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    z-index: -1;
    border-radius: 10px;
    transition: 0.5s ease
}

#c_static_731-16827785627930 .about_c {
    width: 46%;
    margin: 2%;
    padding: 3%;
    border-radius: 10px;
    float: left;
    border: 1px solid rgba(255, 255, 255, .15);
    position: relative;
    z-index: 5
}

#c_static_731-16827785627930 .about_c:hover:after {
    transform: scale(1.05);
    background: rgba(226, 40, 34, 0.9);
    box-shadow: 0px 2px 10px 2px rgb(0 0 0 / 5%);
    cursor: pointer
}

#c_static_731-16827785627930.response-animated .e_container-42 {
    animation-name: none, none;
    animation-delay: 0.0s, 0.6s;
    animation-duration: 0.6s, 0.6s;
    animation-iteration-count: 1, 1
}

#c_static_731-16827785627930.response-animated .e_text-6 {
    animation-name: none, none;
    animation-delay: 0.0s, 0.6s;
    animation-duration: 0.6s, 0.6s;
    animation-iteration-count: 1, 1
}

#c_static_731-16827785627930 .e_button-28:hover {
    background-color:#d5a02c;
    border-color: #d5a02c;
    color: #ffffff !important;
}

#c_static_731-16827785627930 .e_richText-58 {
    font_radio: 2;
    display-radio: 1;
    margin-top: 5px;
    font-size: 16px;
    line-height: 2
}
#c_static_731-16827785627930 .e_richText-58 a{
    color: #ffffff;
}
#c_static_731-16827785627930 .e_form-59 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    display-radio: 1
}

#c_static_731-16827785627930 .e_input-60 .p_phoneCode {
    width: 90px;
    margin-right: 10px
}

#c_static_731-16827785627930 .e_input-61 .p_phoneCode {
    width: 90px;
    margin-right: 10px
}

#c_static_731-16827785627930 .e_input-62 .p_phoneCode {
    width: 90px;
    margin-right: 10px
}

#c_static_731-16827785627930 .e_textarea-63 .p_required {
    vertical-align: middle;
    font-size: 1.4em;
    line-height: 100%;
    position: relative;
    font-weight: bold;
    top: 0.15em;
    padding-left: 5px
}

#c_static_731-16827785627930 .e_formBtn-64 {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 100px;
    border-radius: 4px;
    padding: 8px;
    background: #d5a02c;

}

#c_static_731-16827785627930 .e_formBtn-64 span {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    outline: 0;
    margin: 0px;
    overflow: hidden
}

#c_static_731-16827785627930 .e_formBtn-64::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all .3s;
    z-index: 0;
    opacity: 0;
    top: 0;
    left: 0px
}

#c_static_731-16827785627930 .e_formBtn-64:hover::after {
    opacity: 1
}

#c_static_731-16827785627930 .e_input-60 .p_label {
    display-radio: 1;
    color: rgba(255, 255, 255, 1)
}

#c_static_731-16827785627930 .e_input-61 .p_label {
    display-radio: 1;
    color: rgba(255, 255, 255, 1);

}

#c_static_731-16827785627930 .e_input-62 .p_label {
    display-radio: 1;
    color: rgba(255, 255, 255, 1)
}

#c_static_731-16827785627930 .e_textarea-63 .p_label {
    display-radio: 1;
    color: rgba(255, 255, 255, 1)
}

#c_static_731-16827785627930 .e_input-60 {
    display-radio: 1
}

#c_static_731-16827785627930 .e_input-62 {
    display-radio: 1
}
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group>.form-control, .input-group>.form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#c_static_731-16827785627930 label {
    cursor: default;
    width: 100%;
    display: block;
    text-align: left;
}
.s_label{
    font-size: 14px;
    font-weight: 500;

}
.con6 .container{
    bottom: 0;
}
.con6 .container .fo_p{
    margin-bottom: 30px;
}
#c_static_731-16827785627930 .e_richText-58 p:first-child{
    margin-bottom: 15px;
}
#c_static_731-16827785627930 .e_richText-58 p:nth-child(2){
    margin-bottom: 0;
}
@media screen and (max-width: 768px) {
    #c_static_731-16827785627930 .e_container-3 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        width: 100%;
        display-radio: flex
    }

    #c_static_731-16827785627930.response-animated .e_container-5 {
        animation-name: none, none;
        animation-delay: 0.0s, 0.6s;
        animation-duration: 0.6s, 0.6s;
        animation-iteration-count: 1, 1
    }

    #c_static_731-16827785627930 .e_container-5 {
        display-radio: 1;
        padding-top: 0px;
        padding-bottom: 0px;
        width: auto
    }

    #c_static_731-16827785627930 .e_text-8 {
        font_radio: 2;
        display-radio: 1;
        color: rgba(255, 255, 255, 1);
        font-size: 20px
    }

    #c_static_731-16827785627930 .e_container-29 {
        display-radio: 1;
        margin-top: 0px;
        width: 80%
    }

    #c_static_731-16827785627930 {
        display-radio: 1;
        background-fill-value: background-image;
        background-position: center left
    }

    #c_static_731-16827785627930 .e_container-42 {
        display-radio: 1;
        max-width: none;
        padding-right: 0px;
        padding-left: 0px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        flex-direction: row
    }

    #c_static_731-16827785627930 .e_container-42 .cbox-42-0 {
        padding-left: 0px;
        padding-right: 0px;
        margin-right: auto;
        margin-left: auto
    }

    #c_static_731-16827785627930 .e_line-44 {
        display-radio: 1;
        display: none
    }

    #c_static_731-16827785627930 .e_text-6 {
        font_radio: 2;
        display-radio: 1;
        font-size: 18px
    }

    #c_static_731-16827785627930 .e_richText-58 {
        font_radio: 1;
        display-radio: 1
    }

    #c_static_731-16827785627930 .e_input-60 {
        display-radio: 1
    }

    #c_static_731-16827785627930 .e_button-28 {
        background_radio: 1;
        border_radio: 1;
        font_radio: 1;
        radius_radio: 1;
        display-radio: 1
    }

    #c_static_731-16827785627930 .e_form-59 {
        display-radio: 1;
        display: none
    }
}

/*底部*/
.w_1200 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.footer {
    width: 100%;
    padding: 60px 0 0;
    position: relative;
    background: #172f55;
}

.waves {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

canvas {
    display: block;
}

.fo_list {
    width: 100%;
    position: relative;
    z-index: 9998;
}

.fo_le {
    width: 400px;
    float: left;
}

.fo_le_d {
    width: 100%;
    position: relative;
    margin-bottom: 40px;
    box-sizing: border-box;
    padding-left: 39px;
}

.fo_le_d img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.fo_le_d_con {
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    padding-left: 15px;
}

.fo_le_d_con p {
    color: #bfbfbf;
    font-size: 14px;
}

.fo_le_d_con span {
    display: block;
    color: #ffffff;
    font-size: 26px;
    font-weight: bold;
    font-family: "Arial";
}

.fo_le2 {
    float: left;
    width: 188px;
    box-sizing: border-box;
    padding-left: 25px;
    text-align: left;
}

.fo_le2 h2 {
    color: #bfbfbf;
    font-size: 20px;
    text-align: left;
    font-weight: normal;
}

.fo_le2 a {
    display: block;
    color: #bfbfbf;
    font-size: 16px;
    margin: 0 0 12px;
}

.fo_le2 > span {
    display: block;
    width: 50px;
    height: 2px;
    background: #eea200;
    margin: 12px 0;
}

.fo_ri {
    width: 400px;
    float: right;
}

.wx_list {
    width: 100%;
}

.wx_le {
    float: left;
    width: 50%;
    text-align: center;
    overflow: hidden;
}

.wx_le > img {
    max-width: 90%;
}

.wx_le > p {
    color: #bfbfbf;
    font-size: 14px;
    padding: 10px 0;
}

.fo_ri > p {
    color: #bfbfbf;
    font-size: 14px;
    padding: 10px 0 5px 10px;
    box-sizing: border-box;
    text-align: left;
}

.fo_ri > p a {
    color: #bfbfbf;
}

.flink {
    width: 100%;
    padding: 40px 0;
    position: relative;
    z-index: 9998;
}

.flink p {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}

.flink p a {
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    margin: 5px 20px;
}
a:focus, a:hover {
    color: #172f55 !important;
    text-decoration: none;
}
.nav_li a:hover{
    color: #ffffff !important;
}
.pages a:hover{
    color: #ffffff !important;
}
.ditu{
    border: 5px solid #e4e4e4;

}
.icon .con2_en{
    padding-top: 0;
}
.con6 .icon .con2_h2{
    margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
    #c_static_731-16827785627930:before {
        display: none
    }
    .search .input1 {
        width: 85% !important;
    }

    .top {
        display: none;
    }

    .navbar {
        display: block;
    }

    .con1_h2 {
        padding-top: 21rem;
        font-size: 4rem;
        letter-spacing: 1rem;
    }

    .con1_p2 {
        font-size: 2rem;
    }

    .con2_en {
        font-size: 3rem;
        letter-spacing: 1px;
        padding-top: 10rem;
    }

    .con2_h2 {
        font-size: 2.5rem;
    }

    .con2_des {
        width: 100%;
        margin: 2rem auto;
        font-size: 1.4rem;
        line-height: 2rem;
    }

    .con2_list {
        padding-top: 3rem;
    }

    .con2_d {
        width: 33.3%;
    }

    .con2_d p {
        font-size: 4rem;
        height: 5rem;
        line-height: 5rem;
    }

    .con2_d span {
        font-size: 1.4rem;
    }

    .inpro_dl {
        width: 50%;
        margin: 1rem 0;
        padding: 0.2rem;
    }

    .inpro_dd h2 {
        padding: 0;
    }

    .inpro_dd p, .inpro_dd span {
        display: none;
    }

    .innews_pc {
        display: none;
    }

    .innews_mob {
        display: block;
    }

    .inpro_list {
        padding: 2rem 0 0;
    }

    .innews_dl {
        width: 100%;
        margin: 1rem 0 0;
    }

    .innews_dt {
        width: 45%;
        float: left;
    }

    .innews_dd {
        width: 50%;
        margin-left: 3%;
        float: left;
    }

    .par_list_pc {
        display: none;
    }

    .par_list_mob {
        display: block;
    }

    .par_img {
        width: 50%;
    }

    .inconus {
        margin: 2rem 0;
        padding: 1rem;
    }

    .incon_le {
        width: 100%;
        padding: 0;
    }

    .tel_mob, .incon_ri {
        display: none;
    }

    .all_pag .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
    }

    #weizhi {
        display: none;
    }

    #weizhi1 {
        display: block;
    }

    .mob_tian {
        display: block;
        height: 51px;
    }

    .fo_le1 {
        width: 100%;
        height: auto;
        border-right: none;
    }

    .fo_le2 {
        display: none;
    }

    .fo_le3 {
        width: 100%;
        height: auto;
        padding: 0;
    }

    .fo2_p {
        line-height: 2.5rem;
        padding: 1rem 0;
    }

    .er_pro_le {
        display: none;
    }

    .er_pro_ri {
        width: 100%;
    }

    .er_pro_dl {
        margin: 0;
        width: 50%;
        padding: .5rem;
        box-sizing: border-box;
    }

    .neibanner h2 {
        font-size: 2rem;
        margin: 0;
        letter-spacing: 0;
    }

    .er_pro {
        padding: 3rem 0;
    }

    .tian {
        display: none;
    }
    .navbar-brand{
        padding-bottom: 0 !important;
        padding-top: 10px !important;
    }
    .navbar-brand img {
        height: 30px;
    }

    .con1 {
        background: url(../images/bg1_wap.png) no-repeat center;
        background-size: cover;
    }
    .con2 {
        background: url(../images/bg2_wap.png) no-repeat center;
        background-size: cover;
    }
    .con3 {
        background: url(../images/bg3_wap.png) no-repeat center;
        background-size: cover;
    }
    .con4 {
        background: url(../images/bg4_wap.png) no-repeat center;
        background-size: cover;
    }
    .con5 {
        background: url(../images/bg5_wap.png) no-repeat center;
        background-size: cover;
    }
    .innews_dd h2{
        margin-top: 0;
    }
    .innews_dd span{
        padding: 0;
    }
    .ivideo {
        position: absolute;
        z-index: 1;
        width: auto;
        height: 100%;
    }
    .ivideo video {
        width: auto;
        height: 100%;
    }
    .prolist .col-lg-3 {
        width: 50%;
    }
    .pages{
        padding-top: 20px;
        margin-bottom: 0;
    }
    .pages a{
        margin-bottom: 10px;
        display: inline-block;
    }
    .mainch_l input.tijiao{
        width: 100% !important;
    }
    .cont_p {
        padding: 22px 10px 22px 50px;
    }
    .cont_list{
        padding-top: 20px;
    }
    .w_1200 {
        width: 100%;
        margin: 0 auto;
        position: relative;
    }
    .fo_le{
        width: 100%;
    }
    .footer {
        width: 100%;
        padding: 60px 20px 0;
        box-sizing: border-box;
    }
    .fo_le_d_con span{
        font-size: 18px;
    }
    .fo_ri{
        width: 100%;
    }

    .iabdsc span {
        font-size: 16px !important;
        line-height: 25px !important;
    }
    .proshow_con {
        width: 100%;
        padding: 20px 0 50px 0;
    }
    .prolist {
        padding: 20px 0 50px;
    }
    #weizhi1 .l1 a{
        overflow:hidden;
        white-space:nowrap;
        text-overflow:ellipsis;
    }
    .news_dd h2{
        margin-top: 0;
    }
    .contactus_ti{
        font-size: 26px;
    }
}
