/* reset */
body,html{color:#333;margin:0; font-size:14px; line-height:24px; padding:0; margin:0;}
div,form,img,ul,ol,li,dl,dt,dd {margin:0;padding:0;border:0;}
input,select,h1,h2,h3,h4,h5,h6,object{margin:0;padding:0;}
ul,li{list-style-type:none}
i{ font-style:normal;}
a{text-decoration:none;color:#444; outline:none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
a:hover{text-decoration:none; cursor: hand; }
a:visited{ outline: none; }
a:active{ outline: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
h1,h2,h3,h4,h5,h6{ margin:0; padding:0; font-weight:600; }
h2{font-size:14px; text-align:center;}
.left{float:left;}
.right{float:right;}
.clear{ clear:both;}
dd{word-wrap: break-word;}
html{ font-family: "微软雅黑"; }
p{ padding:0; margin:0; }
input, textarea, select{ font-family:"微软雅黑"; outline: none; }
button{ outline: none; }
input{
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    background-color: #fff;
    border: 1px solid #fff;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}
input[type='submit']{ -webkit-appearance:none; }
table{ border-collapse: collapse; }



/*blank*/
.blank0, .blank5, .blank10, .blank20{clear:both; display:block; font-size:1px; overflow:hidden;}
.blank0{height:0;}
.blank5{height:5px;}
.blank10{height:10px;}
.blank20{height:20px;}

.box_ico{
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.ico_people{
    background-image: url("ico_people.png");
}
.ico_phone{
    background-image: url("ico_phone.png");
}
.ico_sms{
    background-image: url("ico_sms.png");
}
.ico_lock{
    background-image: url("ico_lock.png");
}
.ico_search{
    background-image: url("ico_search.png");
}
.ico_edit{
    background-image: url("ico_edit.png");
}

.red{ color: #d8362c; }
.blue{ color: #32C5D2; }
.orange{ color: #ffbe2e; }
.font_8{ color: #777; }

.bg_white{ background-color: #fff; }
.bg_gray{ background-color: #eee; }
.bg_gray2{ background-color: #262626; }
.bg_blue{ background-color: #1b172e; }
.bg_blue2{ background-color: #16151a; }
.bg_black{ background-color: #000; }

.bnt{
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 0;
    margin: 8px 0;
    font-size: 15px;
}
.bnt_red{
    background-color: #d8362c;
    color: #fff;
}
.bnt_yellow{
    background-color: #ffbe2e;
    color: #000;
}
.bnt_orange{
    background-color: #fd7801;
    color: #fff;
}
.bnt_blue{
    background-color: #46b2ff;
    color: #fff;
}

.pad10{ padding: 10px; }


.wrap{
    max-width: 1200px;
    margin: 0 auto;
}


.box_flex_row{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.box_flex_between{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.table{
    border-collapse: collapse;
    line-height: 30px;
}
.table thead td{
    background-color: #ddd;
    text-align: center;
}
.table td{
    padding: 5px 10px;
}

.box_dialog{
    width: 180px;
    text-align: center;
    display: block;
    padding: 10px 10px;
    background-color: #000;
    color: #fff;
    border-radius: 20px;
    margin-left: -100px;
    opacity: 0.8;
    position: absolute;
    left: 50%;
    bottom: 20px;
}

.point_bottom{
    border-width: 5px;
    border-style: solid;
    border-color: #666 transparent transparent transparent;
    height: 0;
    font-size: 0;
    position: relative;
    top: -4px;
    left: 2px;
}

.box_fiex_top{
    width: calc(100% - 1px);
    position: fixed;
    top: 0;
    left: 0;
}
.box_fixed_bottom{
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
}
.box_opacity{
    display: none;
    width: 100%;
    height: calc(100% + 1px);
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
}


.title_1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.title_1 label{
    font-size: 28px;
    font-weight: 600;
    color: #3e6cb1;
    padding: 15px 0;

}
.title_1 span{
    width: 70px;
    height: 1px;
    border-bottom: 1px solid #ccc;
}

/* 首页 */
.box_language{
    line-height: 25px;
    text-align: right;
    padding: 2px 15px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-radius: 12px;
    position: absolute;
    top: 30px;
    right: -190px;
    z-index: 999;
}
.box_language a{
    color: #ddd;
    padding: 0 2px;
}
.head{
    width: 100%;
    background: rgba(26, 22, 44, 0.95);
    color: #fff;
    padding: 10px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}
.box_logo{
    padding-top: 10px;
    position: relative;
}
.box_nav{
    height: 40px;
    line-height: 40px;
}
.box_nav a{
    display: block;
    color: #fff;
    padding: 0 20px;
    font-size: 16px;
}
.box_nav a:hover{
    color: #32c5d2;
}

.box_home_animate{
    background: #1b172e;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box_pos{
    position: relative;
}
.box_home_animate .box_text{
    width: 800px;
    font-size: 40px;
    color: #fff;
    margin: 0 -400px;
    line-height: 55px;
    text-align: center;
    position: absolute;
    top: 180px;
    left: 50%;
    z-index: 20;
}
.box_home_service .title_1, .box_home_ad .title_1{
    margin: 50px 0 30px 0;
}
.box_home_service .box_1{
    display: flex;
    flex-direction: column;
    flex: 0.25;
    overflow: hidden;
    margin: 10px;
    text-align: center;
}
.box_home_service .wrap{
    max-width: 1400px;
}
.box_home_service .box_1 .box_1_1{
    width: 100%;
    line-height: 60px;
    background: rgba(62,62,62, 1);
    color: #fff;
    position: relative;
    top: -6px;
    left: 0;
}
.box_home_service .box_1 img{
    transition: all 0.4s ease-out 0s;
}
.box_home_service .box_1 img:hover{
    transform: scale(1.1, 1.1);
}
.box_home_service .box_bnt{
    padding: 60px 0;
    text-align: center;
}
.box_home_service .box_bnt a{
    display: inline-block;
    width: 240px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    border: 1px solid #ccc;
}
.box_home_service .box_bnt a:hover{
    background-color: #3e3e3e;
    border: 1px solid #3e3e3e;
    color: #fff;
}
.box_home_technology{
    padding: 50px 0 200px 0;
    background: #000 url('bg_technology.png') no-repeat center 780px;
}
.box_home_technology .title_1{
    padding: 10px 0 70px 0;
}
.box_home_technology .box_flex_row .box_1{
    flex: 0.33;
    padding: 10px 30px;
    text-align: center;
    font-size: 13px;
    color: #848484;
}
.box_home_technology .box_flex_row .box_1_1{
    color: #eee;
    padding: 20px 0;
    font-size: 16px;
}
.box_home_technology .box_flex_row .box_1_1{
    color: #eee;
    padding: 20px 0;
    font-size: 16px;
}
.box_flex_row2{
    margin-top:50px;
}
.box_home_technology .box_1 .box_1_2{
    color: #fff;
}
.box_home_technology2{
    padding: 50px 0;
}
.box_home_technology2 .box_2{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex: 0.5;
    margin: 0 20px;
    padding: 20px 30px;
    border: 1px solid #262626;
}
.box_home_technology2 .box_2:hover{
    border: 1px solid #32C5D2;
}
.box_home_technology2 .box_2 img{
    height: 67px;
}
.box_home_technology2 .box_2 .box_2_1{
    flex: 1;
    padding-left: 40px;
}
.box_home_technology2 .box_2 .box_2_1 .blue{
    padding-bottom: 10px;
    font-size: 14px;
}
.box_home_technology2 .box_2 .box_2_1 .font_8{
    font-size: 13px;
}
.box_home_company{
    background-color: #1d1e20;
}
.box_home_company .box_1{
    flex: 0.5;
    overflow: hidden;
}
.box_home_company .box_left{
    position: relative;
    height: 486px;
}
.box_home_company .box_1 img{
    display: block;
    margin: 36px auto;
    margin: 36px 0 36px 120px;
}
.box_home_company .box_left video{
    position: absolute;
    top: 0;
    right: 50px;
}
.box_home_company .box_2_1{
    line-height: 30px;
    /* padding: 40px 70px; */
    padding: 40px 110px 40px 30px;
}
.box_home_company .box_2_1 p{
    text-indent: 20px;
}
.box_home_company .bnt_more{
    display: inline-block;
    border: 1px solid #ccc;
    color: #ccc;
    padding: 7px 80px;
}
.box_home_company .bnt_more:hover{
    color: #32C5D2;
    border: 1px solid #32C5D2;
}
.box_home_news{
    background-color: #16151a;
    padding: 40px 0;
    color: #ddd;
    font-size: 15px;
}
.box_home_news .wrap{
    padding: 60px 0;
}
.box_home_news img{
    opacity: 0.7;
}
.box_home_news img:hover{
    opacity: 1.0;
}
.box_home_news .box_1{
    flex: 1;
    overflow: hidden;
    padding: 0 50px;
}
.box_home_news .box_1 a{
    color: #ddd;
}
.box_home_news .box_1 .font_8{
    font-size: 13px;
}
.box_home_news .bnt_more{
    display: inline-block;
    border: 1px solid #666;
    padding: 2px 35px;
    font-size: 12px;
    color: #32C5D2 !important;
}
.box_home_news .box_2_1{
    display: flex;
    flex-direction: row;
    padding: 5px 0;
    color: #888;
}
.box_home_news .box_2_1 a{
    flex: 1;
    overflow-x: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 20px;
    color: #ddd;
}
.box_home_news a:hover{
    color: #32C5D2;
}
.box_home_form{
    padding: 60px 50px;
    background-color: #1c1c1c;
}
.box_home_form .box_1{
    flex: 0.4;
    padding: 0 30px;
    overflow: hidden;
}
.box_home_form .box_1 input{
    width: 100%;
    height: 40px;
    display: block;
    line-height: 40px;
    background-color: #252525;
    border: 1px solid #333;
    color: #ccc;
    font-size: 13px;
    text-indent: 10px;
    margin-bottom: 10px;
}
.box_home_form .box_1 input:last-child{
    margin-bottom: 0;
}
.box_home_form .box_2{
    flex: 0.6;
}
.box_home_form .box_2 textarea{
    width: 550px;
    height: 126px;
    background-color: #252525;
    border: 1px solid #333;
    color: #ccc;
    font-size: 13px;
    padding: 10px;
}
.bnt_submit{
    width: 180px;
    height: 40px;
    display: block;
    line-height: 40px;
    border-radius: 20px;
    background-color: #174db1;
    border: 0;
    color: #fff;
    margin: 25px 0 0 50px;
}
.box_home_form .box_flex_row{
    align-items: flex-start;
}
.box_home_form input:focus, .box_home_form textarea:focus{
    border: 1px solid #174db1;
}
.box_foot{
    height: 60px;
    line-height: 60px;
    background-color: #262626;
    font-size: 13px;
}
.box_foot .container{
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    font-family: microsoft yahei;
    color: #666;
}
.fl{ float:left; }
.fr{ float:right; }
.box_foot a{
    color: #666;
}

/* 新闻列表 */
.box_news_list{
    padding: 80px 0;
    color: #777;
}
.box_news_list .box{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    line-height: 55px;
    padding: 0 10px;
    border-bottom: 1px dashed #222;
}
.box_news_list .box a{
    color: #ddd;
}
.box_news_list .box a:hover{
    color: #32C5D2;
}
.box_news_content{
    padding: 20px;
    color: #ddd;
}
.box_news_content .box_title{
    line-height: 40px;
    padding: 15px 0;
    border-bottom: 1px solid #222;
    color: #888;
}
.box_news_content .box_title h3{
    font-size: 30px;
    font-width: 600;
    color: #ddd;
}
.box_news_content .box_content{
    padding: 30px 0;
    line-height: 35px;
    font-size: 16px;
}
.box_news_content .box_content img{
    margin: 10px 0;
    max-width: 100%;
}


/* union */
.box_union .title_1{
    padding: 50px 0;
}
.box_agency .box_1{
    float: left;
    width: 200px;
    height: 100px;
    padding: 10px 20px;
    text-align: center;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.box_agency .box_1 img{
    max-width: 100%;
    max-height: 100px;
}


/* about */
.box_about{
    padding: 30px 0;
}
.box_about .box_1{
    padding: 20px;
    line-height:  30px;
    font-size:  14px;
}
.box_about .box_1 h3{
    font-size: 28px;
    color: #3e6cb1;
    padding: 15px 0;
}

/* 分页 */
.pagination{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    color: #dddd;
}
.pagination li{
    margin-right: 10px;
}
.pagination li a, .pagination li span{
    color: #ddd;
    padding: 5px 10px;
    cursor: pointer;
}

/* 轮播广告图 */
.swiper-container {
    width: 100%;
    height: 500px;
}
.swiper-slide {
    height: 500px;
}

.box_home_ad{
    /* padding: 50px 0 0 0; */
}
.box_home_ad .box_1{
    display: flex;
    flex: 0.2;
    margin: 0 10px;
    border-radius: 3px;
    overflow: hidden;
    height: 198px;
    background-repeat: no-repeat;
    background-size: cover;
}
.box_home_ad .box_1 img{
    height: 100px;
}
.box_home_ad .box_1 a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.box_home_ad .box_1 span {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    display: block;
    width: 100%;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background: #3e3e3e;
    color: #fff;
}

/* 友情链接 */
.foot-link {
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    color: #fff;
}
.foot-link .wrap {
    width: 1200px;
    margin: 0 auto;
}
.foot-link span {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}
.foot-link a {
    color: #333333;
    font-size: 12px;
    padding: 0 15px;
    border-right: 1px dotted #999;
}

/* 底部 */
.footer {
    background: #111111;
    padding: 35px 0;
}
.footer .wrap {
    width: 1200px;
    margin: 0 auto;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.cl:after, .clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.footNav {
    overflow: hidden;
    width: 900px;
}
.footNav dl {
    float: left;
    height: 220px;
    overflow: hidden;
    margin-right: 40px;
}
.footNav dt {
    font-size: 16px;
    color: #eee;
    margin-bottom: 25px;
    font-weight: 600;
    position: relative;
}
.footNav dt:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: #eee;
    left: 0;
    bottom: -10px;
}
.footNav dd {
    font-size: 12px;
    margin-bottom: 5px;
}
.footNav dd a {
    position: relative;
}
.footNav dd:hover a:before {
    width: 100%;
}
.footNav dd a:before {
    content: "";
    position: absolute;
    height: 1px;
    background: #fff;
    width: 0;
    top: 20px;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.footNav dl:last-child{
    color: #eee;
    margin-left: 50px;
}
.footNav dl:last-child p{
    font-size: 16px;
    margin-bottom: 10px;
}
.footRight {
    width: 260px;
    font-size: 12px;
    color: #666666;
    text-align: center;
}
.footRight span {
    display: block;
    float: right;
    margin-left: 10px;
}
.footRight img {
    background: #fff;
    width: 110px;
    height: 110px;
    /* padding: 5px; */
}
.footer a:hover {
    color: #fff;
}

