@charset "utf-8";
/* CSS Document */
/*公共样式开始*/
* {
    padding: 0;
    margin: 0;
    list-style: none;
}

html, body {
    margin: 0 auto;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, header, section, footer {
    margin: 0;
    padding: 0
}

body, button, input, select, textarea {
    font: 12px/1.5 "微软雅黑";

}
.text_slice {display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
:focus {
    outline: 0;
}

address, cite, dfn, em, var, i {
    font-style: normal
}

ul, ol, dl {
    list-style: none
}

a {
    text-decoration: none;
    outline: none;
    font-family: "微软雅黑";
    color: #000;
    cursor: pointer;
}

img {
    border: 0;
    vertical-align: middle;
}

input {
    outline: none;
}

p {
    word-wrap: break-word;
}

html, body {
   background: url("bg.jpg") no-repeat top center;
  /*  text-transform: uppercase;*/
    background-attachment: fixed;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    zoom: 1;
    clear: both;
}

.clear::after {
    content: "";
    display: block;
    clear: both;
}

/*头部*/
.head {
    height: 135px;
    background: #1f1b1b;
    position: relative;
    z-index:99;
    border-bottom: 1px solid #494646;
}

.head .head_mid {
    max-width:1540px;
    /*width:100%;*/
    height: 135px;
    margin:0 auto;
    line-height: 135px;
}

.head_mid a {
    color: #fff;
    font-size: 14px;
}
.head_mid .logo{width: 332px;height: 66px;display:block;margin-top: 34px;}
.head_mid .logo img{display:block;}
.head_mid .nav {
    width: 60%;
    height: 40px;
    line-height: 40px;
    margin-right: 0%;
    margin-top: 49px;
    float: right;
    position: relative;
    z-index:9999;
}
.tb{background: url("headbg.png") repeat;border-bottom: 1px solid rgba(255,255,255,0.3);}
.nav > ul > li {
    float: left;
    width: 13.6%;
    text-align: center;
    position: relative;
    z-index:9999;
    height: auto;
    line-height: 40px;
}
.nav ul li a{
    display: block;
    height: 40px;
    line-height: 40px;
}
.nav ul{padding:0;margin:0px;text-transform: capitalize;}
.nav ul > li > a.on,.nav ul > li:hover > a,.nav ul li ul li a,.nav ul li ul li ul li a{
    background:url("menu_bg.png") repeat;
    height: 40px;
    line-height: 40px;
}


.nav ul li:hover ul{display: block;}
.nav ul li ul{position: absolute;top:40px;left:0;width: 100%;z-index:9999;}
.nav ul li ul#ul_3{width: 140px;}
.nav ul li ul li a,.nav ul li ul li ul li a{border-top:1px solid rgba(255,255,255,0.3);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4Cffffff,endColorstr=#4Cffffff);color:#a8a6a8;font-size: 12px;}
.nav ul li ul li{position: relative;height: auto;line-height: 40px;}
.nav ul li ul li ul{position: absolute;left:101%;width:183px;top:0;}
.nav ul li ul li ul li a{background-color: #999;}
.nav ul li ul li a:hover,.nav ul li ul li ul li a:hover{color:#ffffff;background:url("menu_bg_on.png") repeat-x center  center ;height: 40px;}
.head_mid .translate a.english {
    background: url("line.jpg") right no-repeat;
    padding: 0 6px;
}
/*首页视频中心*/
.search{position: relative;padding-top: 30px;}
.search .fire{

}
.search_center {
    display: inline-block;
    margin-left:20px;
    font-size: 14px;
    float: right;
    margin-right: 10%;
}
.search_details {
    width: 290px;
    height: 44px;
    position: relative;
    line-height: 44px;
    text-align: center;
    float: right;
    margin-right: 20px;
    background: url("txt_bg.png") repeat;
    border:1px solid #ffffff;
}
.search_details_con {
    width: 125px;
    height: 44px;
    color: #fff;
    line-height: 44px;
    border: 0;
    cursor: pointer;
    padding-left:20px;
    background: url("jiao.png") right no-repeat;
    font-size: 14px;
    position: relative;
    float: left;
    z-index: 99999999;
}
.search_center .certifi{
    width:180px;
}
.search_details_empty {
    position: absolute;
    z-index: 99999999;
    top: 44px;
    left:0;
    border: 1px solid #ccc;
    width: 125px;
    background: #fff;
    display: none;
    overflow-y: auto;
}
.search_details_empty li {
    line-height: 25px;
    cursor: pointer;
}
.search_details_empty li.press{ background:#ffde02; color:#fff; }

.keyword input{background: none;border:none;font-size: 14px;color:#fff;text-transform:uppercase;width: 276px;height:44px;line-height: 44px;margin: auto;padding-left: 5px;}
.search_button {
    border: none;
    color: #fff;
    float: right;
    width: 234px;
    height: 44px;
    margin-left: 20px;
    font-size: 16px;
    background: url("search.png") center no-repeat;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
}
.search_button span,.search_button i{display: block;}
.search_button i{width:230px;height:40px;background:url("search_shadow.png") center no-repeat;}
.fire_video {
    max-width:1540px;
    margin:0 auto 20px;
    overflow: hidden;
}

.videoSlide {
    overflow: hidden;
}
.videoSlide .hd{
    background: url("video_list_bg.png") left no-repeat;
    width: 793px;
    height: 826px;
    overflow: hidden;
}

.videoSlide .hd_mid{
    overflow: auto;
    position: relative;
    margin-top: 75px;
    max-height: 760px;
    width: 90%;
    height: 83%;
}
#scroll-1::-webkit-scrollbar {
    width:12px;
    border-radius:6px;
    background-color:#0479be;
}
#scroll-1::-webkit-scrollbar-button{
    display: none;
}
#scroll-1::-webkit-scrollbar-track{
    background-color:#0479be;
    border-radius:6px;
    -webkit-border-radius:6px;
    -o-border-radius:6px;
    -moz-border-radius:6px;
}
#scroll-1::-webkit-scrollbar-thumb{
    background-color:#ffde02;
    border-radius:6px;
    -webkit-border-radius:6px;
    -o-border-radius:6px;
    -moz-border-radius:6px;
}
#scroll-1 .scrollbar-arrow{
    display: none;
}

.videoSlide .hd_mid{
    scrollbar-face-color:#ffde02;
    scrollbar-highlight-color:#ffde02;
    scrollbar-shadow-color:#ffde02;
    scrollbar-arrow-color:#0479be;
    scrollbar-track-color:#0479be;
    scrollbar-darkshadow-color:#0479be;
}
.videoSlide .hd ul li{
    width: 92%;
    background: url("list_bg.jpg") center repeat;
    overflow: hidden;
    margin-top: 12px;
    height:58px;line-height: 58px;
    margin-left: 25px;
    cursor: pointer;
}

.videoSlide .hd ul li span {
    color: #fff;
    font-size: 16px;
    float: left;
    margin-left: 13px;
    overflow: hidden;
    display: block;
    width: 85%;
}

.videoSlide .hd i.icon {
    width: 14px;
    height:58px;
    background: url("icon_jian.png") center no-repeat;
    float: right;
    margin-right: 13px;
}
.videoSlide .hd ul li:hover span{color: #ffde02;}
.videoSlide .hd ul li:hover i.icon{background: url("icon_jian_on.png") center no-repeat;}
.videoSlide .hd ul li.on span{color: #ffde02;}
.videoSlide .hd ul li.on i.icon{background: url("icon_jian_on.png") center no-repeat;}
.videoSlide .bd{background-color:#292929;height:697px;width:50%;margin-left: -130px;margin-top:20px;}
.videoSlide .bd ul li{max-height:697px;width:100%;overflow: hidden;}
.videoSlide .bd .video{background-color: #000000;text-align: center;height:625px;}
.videoSlide .bd .video img{width:90%;margin:42px 40px;}
.videoSlide .bd ul li .detail{max-width:557px;width:100%;margin:0 auto;}
.videoSlide .bd ul li p{color:#e4e4e4;font-size: 14px;font-family: "Arial";line-height: 35px;}
/*底部*/
.foot{ border-top: 1px solid #981646;border-bottom:1px solid #981646;width:100%;height:88px;line-height: 88px;
    text-align: center;text-transform:capitalize;background-color: #000;}
.foot p{font-size: 12px;color:#cde0f4;font-family: "Arial";}
.foot p a{color:#cde0f4;}
.foot p a:hover{color:#fff;}
/*新闻列表*/
.newslb {
    padding: 0 30px;
    margin-top: 30px;overflow: hidden;
    min-height: 786px;
}
.newslb ul {
    margin-bottom: 0; }
.newslb ul li {
    width: 100%;
    height: 120px;
    margin-top: 5px;
    padding: 5px 0px;
    /* background-color: #fff; */
    border: 1px solid rgba(255, 255, 255, 0.5);
    /* box-shadow: 1px 5px 10px #555; */
    /* -webkit-box-shadow:1px 5px 10px #555; */
    -moz-box-shadow: 1px 5px 10px #555;
    -o-box-shadow:1px 5px 10px #555;
    margin-bottom: 30px;
}
.newslb ul li a {
    width: 100%;
    height: 100%;
    display: block; }
.newslb ul li .nefl {
    float: left;
    width: 780px;
    margin-left: 15px;
}
.newslb ul li .nefl span {
    color: #fff;
    font-size: 16px;
    line-height: 35px;
    display: block;
    margin-top: 7px;
}
.newslb ul li .nefl em {
    width: 60px;
    height: 1px;
    display: block;
    background: #a4a4a4;
    margin: 5px 0;
    }
.newslb ul li .nefl p {
    color: #fff;
    line-height: 28px;
    }
.newslb ul li .nefr {
    width: 70px;
    height: 88px;
    /* border: 1px solid #dddddd; */
    float: right;
    text-align: center;
    padding: 5px 10px;
    margin-top: 10px;
    color: #555555;
    margin-right: 15px;
    background-color: rgba(0, 0, 0, 0.45);
}
.newslb ul li .nefr p {
    font-size: 24px;
    line-height: 40px;
    border-bottom: 1px solid #fff;
    margin-top: 8px;
    color: #fff;
}
.newslb ul li .nefr span {
    font-size: 12px;
    line-height: 30px;
    color: #fff;
    }
.newslb ul li:hover{background:rgba(0, 0, 0, 0.5);border: 1px solid rgba(0, 0, 0, 0.5);}
/*.newslb ul li:hover .nefl span {
    color: #c30b0b; }
.newslb ul li:hover .nefl em {
    background: #c30b0b; }
.newslb ul li:hover .nefl p {
    color: #c30b0b; }
.newslb ul li:hover .nefr {
    color: #fff;
    border: 1px solid #c30b0b;
    background: #c30b0b; }
.newslb ul li:hover .nefr p {
    border-bottom: 1px solid #fff; }*/
.pageClass {
    text-align: center;
    font-size: 14px;
    padding-top: 70px;
    margin-bottom: 50px;
    clear: both;
}
.pageClass span {
    padding: 0 13px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    background-color: #222222;
}
/*图片列表*/
.teamlist{/*background-color: #000000;*/overflow: hidden;margin-bottom: 40px;min-height: 841px;}
.teamlist ul li{float: left;width: 260px;height: 340px;position: relative;margin:20px 0 0 12px;/* background-color: #ffffff; */border: 1px solid rgba(255, 255, 255, 0.5);}
/*.teamlist ul li img{max-width: 95%;max-height: 95%;position: absolute;top:0;bottom: 0;left: 0;right:0;margin:auto;}*/
.teamlist ul li img{max-width: 90%;max-height: 280px;margin: auto;position: absolute;left: 0;right: 0;top: 0;bottom: 0;}
.teamlist ul li p{text-align: center;line-height: 28px;position: absolute;bottom: 0;left: 0;width: 100%;}
/*内容信息页*/
.article{/* background-color: #ffffff; */overflow: hidden;margin-bottom: 40px;}
.article .article_title {
    margin:30px 0 10px;
    text-align: center;
}
.article .article_title h3 {
    font-size: 18px;
    color: #fff;
}
.article .article_title .author {
    font-size: 12px;
    color: #c6c5c6;
    margin-top: 10px;
}
.article .article_con {
    padding: 10px 20px;
    font-size: 13px;
    color: #fff;
    text-align: justify;
    line-height: 35px;
    /*height: 610px;
    overflow-x: hidden;
    overflow-y: auto;*/
}
.article_con img{max-width: 100%;display: inline-block;}
/*关于我们*/
.content .neiye{width:1100px;margin:0 auto;font-size: 14px;color:#fff;min-height: 700px;}
.neiye a{color:#fff;}
.neiye .position{color:#fff;height:55px;line-height: 55px;border-bottom:1px solid rgba(255, 255, 255, 0.5);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7Fffffff,endColorstr=#7Fffffff);}
.neiye .intro .title,.honor .title,.qualif .title,.connect .title{border-bottom:1px solid rgba(255, 255, 255, 0.5);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7Fffffff,endColorstr=#7Fffffff);text-align: center;display: block;padding:29px 0;}
.neiye .intro .title span,.honor .title span,.qualif .title span,.connect .title span{color:#ffde00;font-size: 18px;background: url("line.png") bottom no-repeat;display: block;height:40px;text-transform: capitalize;}
.neiye .intro .intro_con{margin-top:27px;overflow: hidden;}
.intro .intro_con .word{width:560px;height:321px;overflow-y:auto;text-align: justify;line-height: 23px;}
.intro .intro_con .word p{margin-right: 10px;text-transform: none;}
.intro .intro_con .video{border: 1px solid #000;box-shadow: 0px 0px 1px 1px #2c586d;-webkit-box-shadow: 0px 0px 1px 1px #2c586d;-o--box-shadow: 0px 0px 1px 1px #2c586d;-moz-box-shadow:0px 0px 1px 1px #2c586d;}
/*公司资质*/
.honor-scroll{
    position: relative;
    margin-top:30px;
}
.honor-scroll .next,.honor-scroll .prev{
    display: block;
    width: 24px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border:1px solid rgba(255,255,255,0.3);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4Cffffff,endColorstr=#4Cffffff);
    background: url("icon_pn.png") 8px -25px no-repeat;
    background-size: 125%;
    position: absolute;
    top:60px;
}
.honor-scroll .next{
    background: url("icon_pn.png") 9px 9px no-repeat;
    background-size: 125%;
    right:0;
}
.honor-scroll .prev:hover{
    background: url("icon_pn.png") 8px -25px no-repeat #ffde00;
    background-size: 125%;
}
.honor-scroll .next:hover{
    background: url("icon_pn.png") 9px 9px no-repeat #ffde00;
    background-size: 125%;
}
.honor-scroll .bd {
    width:990px;
    margin:0 auto;
    overflow: hidden;
}
.honor-scroll .bd ul li {
    float: left;
    width:232px;
    margin-right: 20px;
    overflow: hidden;
    position: relative;
}
.honor-scroll .bd .pic{
    position: relative;
    width:232px;
    height:153px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.honor-scroll .bd .pic img {
    max-width: 232px;
    max-height: 153px;
    vertical-align: middle;
}
.honor-scroll .bd ul li span {
    height: 50px;
    width: 100%;
    display: block;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-transform: capitalize;
}
.qualif .title{border-bottom: none;}
.qualif .title{border-bottom:1px solid rgba(255, 255, 255, 0.5);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7Fffffff,endColorstr=#7Fffffff);}
.neiye .connect{padding-bottom: 50px;}
.neiye .connect .connect_info{width:552px;margin-top: 30px;line-height: 25px;}
.neiye .connect .connect_info p{line-height: 25px;}
.neiye .connect .company_pic{margin-top:45px;}
.company_pic .service_list{text-align: center;margin-top:10px;}
.company_pic .service_list .fw{display: inline-block;width:50px;height: 50px;position: relative;}
.company_pic .service_list .fw img{display: block;width:100%;}
.company_pic .service_list .fw p{position: absolute;top:50px;left:-15px;width:80px;height: 80px;background-color: #ffffff;display: none;}
.company_pic .service_list .fw:hover p{display: block;}
.intro_con .vicon {
    width: 900px;
    height: 337px;
}
.connect_info{height: 460px;overflow-x: hidden;overflow-y: auto;}
.full{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: url(tm.png) repeat;
    z-index: 99999;
}
.full .colse {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}

@media screen and (max-width: 1600px) {
    .head .head_mid{margin:0 5%;}
    .search{margin-right: 2%;}
    .search .fire {margin-left: -9%;}
    .search_center{width:69%;margin-right: 0;}
    .fire_video{margin:0 5% 20px;}
    .videoSlide .hd{width:53%;}

}

/*************************轮播图*************************/
#banner{ width:100% ;position:absolute;top:0;z-index:0;bottom: 0;overflow: hidden;}
.fullSlide{width:100%; position:relative;  overflow: hidden;height: 100%;}
.fullSlide .bd{ position:relative;height:100%; z-index:0; overflow: hidden; }
.fullSlide .bd ul{ width:100% ;height: 100% ; overflow: hidden;}
.fullSlide .bd li{ width:100% ;background-repeat: no-repeat no-repeat;float: left;background-position: center center;overflow: hidden;}
.fullSlide .bd li img{width: 100%;}
.fullSlide .bd li.on{display: none;}
.fullSlide .btn{position: absolute;height: 100%;margin: 0 auto;top:0;left:0;right: 0;}
.fullSlide .prev,.fullSlide .next{ position:absolute;top:50%;width:55px; height:90px; filter:alpha(opacity=80);opacity:0.8; display: none;  }
.fullSlide .next{ background: url("right.png") no-repeat center center; right:0px;}
.fullSlide .prev{ background: url("left.png") no-repeat center center;left:0px; }
.fullSlide .prev:hover,
.fullSlide .next:hover{ filter:alpha(opacity=100);opacity:1;  }


/*display*/
.piclist ul{margin-left:-64px;}
.piclist ul li p.name{font-size: 18px;text-transform: uppercase;line-height:20px;padding: 35px 0px 30px 0px;}
.piclist ul li{width:324px ;text-align: center;float: left;margin-left:64px;margin-bottom: 6px;}
.piclist ul li p.more{text-transform:uppercase;width: 178px; height: 40px;line-height: 40px;margin: 0 auto;background: #c30b0b;border-radius: 10px;font-size: 14px;font-weight: bold;margin-top: 24px;}
.piclist ul li .pic{width: 100%;height: 212px;overflow: hidden;}
.piclist ul li .pic img{width: 100%;height: 100%;}
/*1.4G*/
.gall{margin-top: 40px;}
.gall .leftnav{width: 242px; float: left;border: 1px solid #403547;}
.gall .leftnav ul li{ width:100%; height: 43px;line-height: 43px;text-align: center;font-size: 14px;}
.gall .leftnav ul li a{display: block;height: 100%;margin: 0 10px;border-bottom: 1px solid #322839;color: #fff;}
.gall .leftnav ul li:hover{background: #c30b0b;}
.gall .leftnav ul li.on{background: #c30b0b;}
.gall .piclist {float: right;width: 830px;}
.gall .piclist ul{margin-left: -22px;}
.gall .piclist ul li{width: 212px;height: 240px;background: #fff;text-align: center;padding: 0px 25px;margin-left: 22px;margin-bottom: 22px;}
.gall .piclist ul li .pic{width: 100%;height:167px;padding: 10px 0px;display: table-cell;vertical-align: middle;text-align: center;}
.gall .piclist ul li .pic img{vertical-align: middle;max-width: 100%;max-height: 100%;}
.gall .piclist p.name{border-top:1px solid #cdcdcd ;color: #c30b0b;line-height: 20px;padding: 16px 0px;font-family: Arial;}
.gall .piclist .title{padding: 10px 0px;}
.gall .piclist .title .t1{font-size: 30px;font-weight: bold;color: #fff;line-height: 30px;float: left;}
.gall .piclist .title p.more{float: right;}
.gall .piclist ul.ul{margin-top: 10px;}
.gall .piclist .title p.more a{display: block;width: 178px; height: 40px;line-height: 40px;background: #c30b0b;border-radius: 10px;font-size: 14px;font-weight: bold;text-align: center;text-transform: uppercase;}

.content{padding-bottom: 20px;width: 90%;margin: 0 auto 50px auto;background: rgba(0, 0, 0, 0.5);}
