@charset "utf-8";


body{
    overflow-x: hidden;
}
#header{
    transition:all .3s;
}
.header_wrap{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 100px;
    z-index: 9998;
    transition:all .6s;
    margin-top: 40px;
    height: 34px;
}

.logo{
    flex: 1;
    height:34px;
    transition:all .3s;
}
.logo img{
    height: 100%;
    /*width: auto;*/
    max-width: 253px !important;
    transition:all .3s;
}

.weixin_code{
    line-height: 80px;
    font-size: 14px;
}

.nav_pc{
    padding: 0 10px;
}
.nav_pc ul{
    flex:1;
}
.nav_pc li{
    display: inline-block;
    position: relative;
}
.nav_pc li>a{
    display: block;
    line-height:34px;
    font-size: 18px;
    text-transform: capitalize;
    position: relative;
    color:#fff;
    padding: 0 40px;
    
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.nav_pc li.cur>a,.nav_pc li a:hover{
    color:#fee300;
}

.nav_pc li .sub_nav{
    position: absolute;
    left: 0;
    width: 100%;
    background:#464a52;
    transition: all .3s;
    top: 90px;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
}
.nav_pc li:hover .sub_nav{
    top:60px;
    opacity: 1;
    visibility: visible;
}
.nav_pc li .sub_nav a{
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding:6px 12px;
    border-bottom:1px solid rgba(255,255,255,.1);
}
.nav_pc li .sub_nav a:last-child{
    border-bottom: none;
}
.nav_pc li .sub_nav a:hover{
    font-weight: bold;
    background: #fee300;
    color:#464a52;
}
.nav_search i{
    font-size:24px;
    color:#fff;
    line-height: 60px;
    padding:0 30px 0 10px;
    cursor: pointer;
}
.header_wrap .lang{
    height: 34px;
    margin-left: 50px;
}
.header_wrap .lang a{
    display: block;
    font-size:18px;
    line-height: 34px;
    color:#fff;
}

.fixed_search{
    background: #ececec;
    left: 0;
    position: fixed;
    right: 0;
    top:-50%;
    z-index: 99999999;
    height: 50%;
    transition:all .3s;
}
.fixed_search_on{
    top: 0;
}
.fixed_search form{
    left: 10%;
    position: absolute;
    right: 10%;
    top: 42%;
    z-index: 99999999;
}
.fixed_search .key{
    width: 100%;
    height: 100px;
    background: transparent;
    padding: 20px;
    font-size: 35px;
    line-height: 60px;
    border-bottom: 2px solid #333;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
}
.fixed_search .btn{
    position: absolute;
    right: 0;
    top: 20px;
    border:none;
    background: none;
    outline: none;
}
.fixed_search .btn i{
    font-size:30px;
    
}
.fixed_search .close{
    position: absolute;
    right: 70px;
    top:70px;
    opacity: 1;
    border:2px solid #666;
    padding: 12px;
    border-radius: 50%;
}
.fixed_search .close i{
    font-size:18px;
    color:#666;
}

.phone_top_nav{
    display: none;
}
.phone_top_nav .sub_nav_phone{
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.phone_top_nav .sub_nav_phone a{
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    color: #333;
}
.header_icon{
    justify-content: flex-end;
}
.header_icon .ico{
    font-size: 14px;
    color:#000;
    line-height: 85px;
    margin-right: 15px;
}
.header_icon .ico a{
    color: #000;
}
.header_icon .ico i{
    background: #114c97;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin-right: 7px;
}
.phone_menu_btn{
    font-size: 16px;
    color: #fff;
    padding-top:18px;
    display: none;
}
.phone_menu_btn .line{
    position: relative;
    display: block;
    width:19px;
    height: 2px;
    margin: 4px 0;
    background: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}
.phone_menu_btn span{
    position: absolute;
    left: 32px;
    top: 2px;
}
.phone_top_nav{
    position: fixed;
    width: 100%;
    z-index: 9999;
    background: #fff;
    height: 100%;
    border-top:1px solid #ccc;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
    padding: 70px 30px 30px;
    transition: .5s;
    transform: translateY(-100%);
}
.phone_top_nav li>a{
    display: block;
    line-height: 50px;
    font-size: 16px;
    color: #5a5657;
    border-bottom: 1px solid #eee;
    font-weight: bold;
}
.phone_top_nav .sub_nav{
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.phone_top_nav .sub_nav a{
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    color: #333;
}
.header_active .line:nth-of-type(1){
    -webkit-transform: translateY(5.5px) rotate(-45deg);
    -ms-transform: translateY(5.5px) rotate(-45deg);
    transform: translateY(5.5px) rotate(-45deg);
}
.header_active .line:nth-of-type(2){
    opacity:0;
}
.header_active .line:nth-of-type(3){
    -webkit-transform: translateY(-6.5px) rotate(45deg);
    -ms-transform: translateY(-6.5px) rotate(45deg);
    transform: translateY(-6.5px) rotate(45deg);
}
.header_active .phone_top_nav{
    transform: translateY(0);
}
#header.header_on .header_wrap{
    height: 60px;
    background: #464a52;
    margin-top: 0;
}
#header.header_on .header_wrap .lang a{
    line-height: 60px;
}
.header_on .nav_pc li>a{
    line-height: 60px;
}
.header_on .topshare{
    line-height: 60px;
}
.header_on .nav_pc li:hover .sub_nav{
    top: 60px;
}
#header.header_on .logo{
    margin:16px 0 0;
}
#header.header_on .logo img{
    height: 26px;
}
#header.header_on .tr_info{
    line-height:60px;
}

/* banner */
.banner{
    position: relative;
}
.banner .item{
    position: relative;
}
.banner .item a{
    display: block;
}
.banner .item .con{
    position: absolute;
    left:0;
    top: 50%;
    width: 100%;
    transform:translateY(-20%);
    text-align: center;
}
.banner .item .con i{
    font-size:40px;
    width: 60px;
    height: 60px;
    background: #fff;
    display: block;
    margin:100px auto 0;
    line-height: 65px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}
.banner .item .con .txt{
    background: rgba(255,255,255,.9);
    display: inline-block;
    padding: 30px 50px;
    border-left: 5px solid #fe7012;
}
.banner .item .con h4{
    font-size:36px;
    color:#222931;
    font-weight: bold;
    letter-spacing: 1px;
}
.banner .item .con h4 span{
    color:#fe7012;
}
.banner .item .con p{
    font-size:18px;
    color:#222931;
    font-weight: normal;
}
.banner .item .con .button{
    display: inline-block;
    font-size:18px;
    color:#fe7012;
    font-weight: bold;
    margin-top: 20px;
}
.banner .item .con .button i{
    margin-left: 5px;
}
.banner .item .con .button:after{
    background: #fe7012;
    height: 2px;
    width: 100%;
    display: block;
    content:'';
}
.banner .item .img img{
    width:100%;
}

.banner .owl-pagination{
    position: absolute;
    bottom: 0;
    width:100%;
    text-align: center;
    left:0;
    height:40px;
}
.banner .owl-pagination>div{
    display: inline-block;
    width:7px;
    height:7px;
    background: #fff;
    border-radius: 50%;
    text-indent: -9999px;
    margin:0 7px;
    border: 1px solid #fff;
    position: relative;
}
.banner .owl-pagination>div.active:after{
    width:19px;
    height:19px;
    border-radius: 50%;
    content:'';
    display: block;
    position: absolute;
    border:1px solid #fff;
    left:-7px;
    top: -7px;
}


/*首页css__start*/


/*公用头部*/

.tit_box1{
    padding:155px 0 80px;
}
.tit_box1 .tit{
    position: relative;
}
.tit_box1 .tit h4{
    color:#121820;
    font-size:56px;
    font-weight: bold;
}
.tit_box1 .tit img{
    position: absolute;
    top: 40px;
}
.tit_box2{
    padding: 95px 0 90px;
    text-align: center;
}
.tit_box2 .tit{
    position: relative;
}
.tit_box2 .tit h4{
    color:#121820;
    font-weight: bold;
    font-size:48px;
}
.tit_box2 .tit p{
    font-size:22px;
    color:#464a52;
    margin-top: 10px;
}
.tit_box2>p{
    font-size:18px;
    color:#666;
    margin-top: 60px;
}
.tit_box2 .tit img{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 35px;
}
.tit_box3 .tit img{
    top: 15px;
}
.noBottom{
    padding-bottom: 0;
}

/* bg */

.bg1{
    background:#757a83;
    height:397px;
}

.bg2{
    background:#f6f6f6;
}
.bg3{
    background-image: url(../images/bg3.jpg);
    
}
.bg4{
    background: url(../images/bg4.jpg) no-repeat center bottom;
}
.bg5{
    background: url(../images/bg5.jpg) no-repeat center center fixed;
    background-size: cover;
}

.bg6{
    background: #464a53;
}


/* ban1 */

.ban1_wrap{
    position: relative;
}
.ban1_wrap .container{
    height: 397px;
    display: flex;
    align-items: center;
}

.ban1_con p{
    line-height: 1.9;
    margin-bottom: 18px;
    font-size:24px;
    color:#666;
}
.ban1_img{
    position: absolute;
    left: 100px;
    top: -420px;
}
.ban1_img:after{
    width: 600px;
    height: 500px;
    background: url(../images/img1bg.png) no-repeat;
    display: block;
    position: absolute;
    content:'';
    content: '';
    left: 136px;
    top: 255px;
    z-index: 1;
}
.ban1_img img{
    position: relative;
    z-index: 2;
}

/* case_con */

.case_con{
    position: relative;
    padding: 0 0 60px;
}
.case_con .item{
    padding: 0 10px;
}
.case_con .item .con h4{
    font-size:18px;
    color:#121820;
    text-align: center;
    height: 56px;
    line-height: 56px;
    overflow: hidden;
}
.case_con .item .img{
    position: relative;
}
.case_con .item .img:after{
    content:'';
    display: block;
    background: #fee300;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    transition:all .3s;
}
.case_con .item .img p{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fee300;
    height: 100%;
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:14px;
    color:#222;
    text-align: center;
    transition:all .3s;
    opacity: 0;
}
.case_con .item:hover .img:after{
    height: 6px;
}
.case_con .item:hover .img p{
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
    height: calc(100% - 40px);
    width: calc(100% - 40px);
    opacity: 1;
}
.case_con .owl-pagination{
    position: absolute;
    bottom: 0;
    width:100%;
    text-align: center;
    left:0;
}
.case_con .owl-pagination>div{
    display: inline-block;
    width:7px;
    height:7px;
    background: #0d1720;
    border-radius: 50%;
    text-indent: -9999px;
    margin:0 7px;
    border: 1px solid #0d1720;
    position: relative;
}
.case_con .owl-pagination>div.active:after{
    width:19px;
    height:19px;
    border-radius: 50%;
    content:'';
    display: block;
    position: absolute;
    border:1px solid #0d1720;
    left:-7px;
    top: -7px;
}
 
/* three_menu */

.three_menu li a{
    display: block;
    position: relative;
    transition:all .3s;
}
.three_menu li .img{
    transform: skewX(-7deg);
    position: relative;
}
.three_menu li .img:after{
    background: #121820;
    content:'';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .8;
}
.three_menu li .img:before{
    height: 0px;
    width: 100%;
    content:'';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fee300;
    z-index: 2;
    transition:all .3s;
}
.three_menu li .con{
    position: absolute;
    color:#fff;
    width: 100%;
    padding:35px;
    transition:all .3s;
    left: 50%;
    bottom:50%;
    transform: translate(-50%,50%);
    text-align: center;
}
.three_menu li .con h4{
    font-size:48px;
    font-weight: bold;
    line-height: 1.5;
}
.three_menu li .con span{
    font-size:20px;
    text-transform: uppercase;
    display: none;
    transition:all .3s;
}
.three_menu li .con p{
    font-size:20px;
    font-weight: 300;
    text-align: center;
    line-height: 1.3;
    display: none;
    transition:all .3s;
}
.three_menu li a:hover .img:after{
    opacity: .5;
}
.three_menu li a:hover .img:before{
    height: 6px;
}
.three_menu li a:hover .con{
    justify-content: flex-end;
    bottom: 0;
    left:-20px;
    transform: translate(0);
}
.three_menu li a:hover .con span{
    display: block;
}
.three_menu li a:hover .con p{
    display: block;
}

/* ban3_wrap */

.ban3_con{
    height: 645px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color:#fff;
}
.ban3_con h4{
    font-size:52px;
    font-weight: bold;
}
.ban3_con p{
    font-size:30px;
    margin:10px 0 40px;
}
.ban3_con span{
    display: block;
    height: 50px;
    background: #fff;
    color:#666;
    margin:0 10px;
    font-size:18px;
    line-height: 50px;
}
.ban3_con span.tit{
    padding: 0 60px;
}
.ban3_con span i{
    font-size:12px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 70px;
}
.ban3_con span a{
    background: #fee300;
    color:#121820;
    display: block;
    width: 100%;
    padding: 0 60px;
}

.case_more{
    padding-top: 80px;
    text-align: center;
}
.case_more h4{
    font-size:48px;
    font-weight: bold;
    color:#121820;
    margin-bottom: 60px;
}
.case_more p{
    height: 70px;
    display: inline-block;
    font-size:20px;
    color:#464a52;
    line-height: 68px;
    border:1px solid #464a52;
    padding: 0 0 0 145px;
}
.case_more p a{
    background:#464a52;
    color:#fff;
    display: inline-block;
    padding: 0 60px;
    margin-left: 145px;
}
.case_more p a:hover{
    background: #fee300;
    color:#121820;
}

#layer_message{
    padding:20px 25px;
}
#code_img{
    height:34px;
}
#layer_message p{
    margin-top: 20px;
    font-size:14px;
}

.parallax{
    background-attachment: fixed;
    background-position: top center;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


/*页底css*/

.footer{
    background:#121820;
    position: relative;
    padding:80px 0 0;
    color:rgba(255,255,255,.7);
}
.footer a{
    color:rgba(255,255,255,.7);
}
.footer_con{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer_con .f_logo{
    align-items: center;
}
.footer_con .f_logo .img1{
    width: 64px;
}
.footer_con .f_logo .img2{
    height: 51px;
    margin-left: 25px;
}
.footer_con .slogan{
    font-size:44px;
    color:#fee300;
    text-transform: uppercase;
}
.footer_con .con{
    margin:50px 0 30px;
}
.footer_con .con a{
    display: block;
    font-size:16px;
    padding: 0 50px;
}
.footer_con .con a:hover{
    color:#fee300;
}
.footer_con .con a:first-child{
    display: none;
}
.footer_con .icons{
    padding: 30px 0 50px;
}
.footer_con .icons a{
    display: inline-block;
    width: 47px;
    height: 47px;
    border:1px solid #fff;
    line-height: 47px;
    text-align: center;
    color:#fff;
    border-radius: 50%;
    margin:0 18px;
}
.footer_con .icons a i{
    font-size:20px;
}
.footer_con .icons a:hover{
    border-color: #fee300;
    background: #fee300;
    color:#121820;
}
.footer_con .contact{
    margin:;
}
.footer_con .contact p{
    font-size:14px;
    margin:0 20px;
}
.footer_ft{
    height: 70px;
    border-top: 1px solid rgba(255,255,255,.1);
    line-height: 70px;
    text-align:center;
    font-size:14px;
}



/* phone_fixed_menu */

.phone_fixed_menu{
    border-top: 1px solid #E5E9F2;
    width: 100%;
    height: 55px;
    background: #fff;
    position: fixed;
    z-index: 10000;
    bottom: 0;
    left: 0;
    display: none;
}
.phone_fixed_menu ul li{
    flex:1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 55px;
    line-height: 1.2;
}
.phone_fixed_menu ul li a{
    display: block;
}
.phone_fixed_menu ul li i{
    font-size:20px;
    color:#333;
}
.phone_fixed_menu ul li p{
    color:#333;
    font-size:14px;
}



/*首页css__end*/


/*内页*/

.page_tit{
    padding: 125px 0 80px;
}
.page_tit .tit{
    flex:1;
}
.page_tit .tit p{
    font-size:44px;
    color:#c6c6c6;
    text-transform: uppercase;
}
.page_tit .tit h4{
    color:#333;
    font-size:54px;
}
.page_tit .pos{
    font-size:16px;
    color:#333;
    display: flex;
    align-items: center;
}
.page_tit .pos a{
    color:#333;
    padding: 0 4px;
}

.product_banner_wrap{
    position: relative;
}
.ibanner{
    background: url(../images/ibanner.jpg) no-repeat center;
    position: relative;
}
.ibanner:before{
    background: url(../images/banner_bg.png) repeat center;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover;
    content: '';
}
.ibanner .con,.product_banner_wrap .con{
    position: absolute;
    height:100%;
    width: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color:#fff;
    z-index: 2;
}
.ibanner .con p,.product_banner_wrap .con p{
    font-size:100px;
    text-transform: uppercase;
    line-height: 1.5;
}
.ibanner .con h4,.product_banner_wrap .con h4{
    font-size:100px;
}


.product_banner_wrap .owl-pagination{
    position: absolute;
    bottom: 0;
    width:100%;
    text-align: center;
    left:0;
    height:40px;
    z-index: 99;
}
.product_banner_wrap .owl-pagination>div{
    display: inline-block;
    width:7px;
    height:7px;
    background: #fff;
    border-radius: 50%;
    text-indent: -9999px;
    margin:0 7px;
    border: 1px solid #fff;
    position: relative;
}
.product_banner_wrap .owl-pagination>div.active:after{
    width:19px;
    height:19px;
    border-radius: 50%;
    content:'';
    display: block;
    position: absolute;
    border:1px solid #fff;
    left:-7px;
    top: -7px;
}



/* 内页分类 */

.inner{
    padding:40px 0;
}

.inner_menu{
    background: #eee;
    width: 290px;
    margin-right: 50px;
    padding: 50px;
}
.inner_menu .tit{
    height: 50px;
    font-size:18px;
    background:rgba(0,0,0,.2);
    font-weight: bold;
    line-height: 50px;
    padding: 0 20px;
    color:#fff;
}
.inner_menu>ul>li{
    padding-top: 40px;
}
.inner_menu>ul>li:first-child{
    padding-top: 0;
}
.inner_menu>ul>li>a{
    display: block;
    height:40px;
    line-height:40px;
    color:#121820;
    font-size:24px;
    margin-bottom: 10px;
    
}
.inner_menu>ul>li>a:hover{
    color:#000;
}


/* 内页二级分类显示 */

.inner_sublist{
    transition: all .3s;
}

.inner_sublist li a{
    color:#7e7e7e;
    font-size:16px;
    display: block;
    line-height:2.5;
}
.inner_sublist li a:hover{
    color:#121820;
}

.page_index{
    min-height:300px;
}
.page_index .con{
    text-align: center;
    font-size:18px;
    line-height: 1.6;
}
.page_index p{
    line-height:1.6;
    margin-bottom: 15px;
}
.page_index img{
    margin:auto;
    margin-bottom: 15px;
}


/* 内页标题 */

.i_tit_box1{
    text-align: center;
    padding:50px 0 70px;
}
.i_tit_box1 h4{
    font-size:38px;
    color:#333;
}
.i_tit_box1 h4:before,.i_tit_box1 h4:after{
    content:'';
    display: inline-block;
    width: 100px;
    height: 1px;
    background: #b0b0b0;
    vertical-align: middle;
    margin:0 25px;
}
.i_tit_box1 p{
    font-size:18px;
    color:#666;
    margin-top: 20px;
}
.i_tit_box2{
    padding-top: 100px;
}

.i_tit_box3 h4{
    color:#fff;
}
.tit_box1 .about_sub{
    font-size: 36px;
}

/* 单页内容 */


.page_index .tit h1{
    color:#444;
    font-size:30px;
    font-weight: bold;
}
.page_index .tit p{
    font-size:14px;
    border-bottom: 1px solid #f8f8f8;
    padding:6px 0 20px;
    margin:0;
    text-indent: 0;
}
.page_index .tit p span{
    margin-right:20px;
}
.page_index .tit p span i{
    margin-right:5px;
}
.page_index .desc{
    font-size:14px;
    background: #f8f8f8;
    padding:15px 20px;
    color:#888;
}
.page_index .desc span{
    font-weight: bold;
    color:#f04c36;
}

.xg_news{
    margin:40px 0 0;
}
.xg_news h3{
    font-size:16px;
    border-bottom: 1px solid #eee;
    line-height:2;
    color:#3c3b5c;
    font-weight: bold;
}
.xg_news ul{
    margin-bottom: 20px;
}
.xg_news ul li {
    padding:15px 0 0;
}
.xg_news ul li .img{
    width:80px;
}
.xg_news ul li .con{
    flex:1;
    margin-left: 20px;
}
.xg_news ul li .con a{
    font-size:14px;
    display: block;
    line-height: 1.2;
    color:#555;
    margin-bottom: 3px;
    max-height:32px;
    overflow: hidden;
}
.xg_news ul li .con span{
    color:#999;
}
.xg_news .tags{
    padding: 10px 0 20px;
}
.xg_news .tags a{
    display: inline-block;
    padding: 3px 10px;
    background: #ffba00;
    margin:0 5px 5px 0;
    color:#fff;
    font-size:14px;
    border-radius:3px;
}
.xg_news dl{
    margin-top:15px;
}
.xg_news dl dt{
    width: 100%;
}
.xg_news dl dd{
    font-size:14px;
    text-align: center;
    font-weight: bold;
    color:#151515;
    line-height: 2;
}

/* 公司介绍 */

.page_about{
    position: relative;
}
.page_about .row{
    display: flex;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
}
.page_about .col-md-4{
    padding-left: 0;
    padding-right:0;
}
.page_about .con{
    /*padding: 90px 80px 0 0;*/
    padding-right: 80px;
}
.page_about .img1{
    position: absolute;
    left: 0;
    top: 560px;
}
.page_about .con h4{
    font-size:24px;
    color:#171e29;
    margin-bottom: 20px;
}
.page_about .con p{
    font-size:16px;
    color:#777;
    line-height: 1.5;
}
.page_about .con a{
    width: 170px;
    height: 50px;
    line-height: 48px;
    border:1px solid #171e29;
    font-size:16px;
    color:#171e29;
    text-align: center;
    display: block;
    margin-top:30px;
}

.page_about_pic li a{
    display: block;
    position: relative;
}
.page_about_pic li .con{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 0 90px;
    color:#fff;
}
.page_about_pic li .con h4{
    font-size:24px;
    margin-bottom: 20px;
}
.page_about_pic li .con p{
    font-size:16px;
    line-height: 1.5;
}

.page_about_pic1 li a{
    display: block;
    background: #fff;
    padding: 100px 50px;
}
.page_about_pic1 li .img img{
    margin:0 auto 40px;
}
.page_about_pic1 li .con{
    height: 192px;
    overflow: hidden;
}
.page_about_pic1 li .con p{
    text-align: center;
    font-size:18px;
    color:#42495b;
}

/* page_history-thumbs */

.page_history-thumbs{
    position: relative;
    padding: 50px 0;
}
.page_history-thumbs:after{
    width: 100%;
    height: 1px;
    background: #dbdbdb;
    display: block;
    content:'';
    position: absolute;
    top:58px;
}
.page_history-top .swiper-button-white{
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #171e29;
    margin-top: -48px;
    outline: none;
}
.page_history-top .swiper-button-prev{
    left: 0;
}
.page_history-top .swiper-button-next{
    right: 0;
}
.page_history-top .swiper-button-white:after{
    color:#fbe100;
    font-size:24px;
}
.page_history-thumbs .swiper-slide{
    text-align: center;
}
.page_history-thumbs .round{
    width: 17px;
    height: 17px;
    background: #adadad;
    border-radius: 50%;
    margin:auto;
}
.page_history-thumbs p{
    font-size:24px;
    color:#adadad;
}
.page_history-thumbs .swiper-slide-thumb-active .round{
    display: none;
}
.page_history-thumbs .swiper-slide-thumb-active p{
    font-size:80px;
    color:#171e29;
    font-weight: bold;
    line-height: 1;
    position: relative;
    margin-top: -30px;
    background: #fff;
    display: inline-block;
}
.page_history-top{
    padding-top: 60px;
}
.page_history-top .img img{
    margin:auto;
}
.page_history-top .con h4{
    color:#333;
    font-weight: bold;
    font-size:36px;
    margin:60px 0 10px;
}
.page_history-top .con p{
    font-size:18px;
    color:#666;
}

/* page_jobs */


.page_jobs ul li .flex{
    border-bottom: 2px solid #cecece;
    padding:60px 0;
}
.page_jobs ul li .tit{
    flex:1;
}
.page_jobs ul li .tit h4{
    font-size:40px;
    color:#333;
}
.page_jobs ul li .tit p{
    font-size:20px;
    margin-top:10px;
    color:#333;
}
.page_jobs ul li .btns{
    width: 210px;
    height: 68px;
    background: #171e29;
    color:#fee300;
    text-align: center;
    line-height: 68px;
    font-size:26px;
    cursor: pointer;
    margin-top: 10px;
    transition:all .3s;
}
.page_jobs ul li .btns i{
    font-size:20px;
    margin-left: 20px;
    display: inline-block;
    transition:all .36s;
}
.page_jobs ul li .con{
    font-size:16px;
    color:#888;
    padding: 60px 0 0;
    line-height: 2;
    display: none;
}
.page_jobs ul li .con h5{
    font-size:24px;
    color:#333;
    margin-bottom: 20px;
}
.page_jobs ul li .con .info{
    margin-top: 30px;
    color:#444;
    font-size:20px;
}
.page_jobs ul li .btns:hover,.page_jobs ul li .btns_on{
    background: #fee300;
    color:#171e29;
}
.page_jobs ul li .btns:hover i,.page_jobs ul li .btns_on i{
    transform: rotate(180deg);
}

.page_jobs_agent .img{
    width: 31%;
    background: url(../images/job_img.jpg) center;
}
.page_jobs_agent .con{
    flex:1;
    background: #171e29;
    padding: 80px;
    color:#fff;
}
.page_jobs_agent .con h4{
    font-size:38px;
    font-weight: bold;
    margin-bottom: 40px;
}
.page_jobs_agent .con h5{
    font-size:24px;
    font-weight: normal;
    margin-bottom: 20px;
}
.page_jobs_agent .con h5.ht5{
    margin-top: 20px;
}
.page_jobs_agent .con p{
    font-size:18px;
    line-height: 2.2;
}
.page_jobs_agent .con p span{
    color:#d5d5d5;
    margin-right: 50px;
}
.page_jobs_agent .con a{
    display: inline-block;
    padding: 10px 30px;
    background: #fff;
    font-size:30px;
    font-family: Impact;
    color:#171e29;
    line-height: 1;
    margin-top: 20px;
    vertical-align: middle;
}
.page_jobs_agent .con a i{
    font-size:30px;
    display: inline-block;
    margin-right: 10px;
}
.page_jobs_agent .con a.more{
    border:1px solid #fff;
    background:transparent;
    color:#fff;
    font-size:20px;
    height: 52px;
    line-height: 50px;
    padding: 0 50px;
    margin-left: 30px;
}
.page_jobs_agent-info{
    font-size:24px;
    color:#171e29;
    text-align: center;
    margin-top: 40px;
}
.page_jobs_agent-info span{
    display: inline-block;
    width: 100px;
    height: 1px;
    background: #171e29;
    vertical-align: middle;
    margin:0 20px;
}

.page_jobs_map .con{
    flex:1;
    background: #ececec;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 70px;
}
.page_jobs_map .con h4{
    font-size:38px;
    color:#333;
    margin-bottom: 50px;
}
.page_jobs_map .con p{
    font-size:22px;
    color:#333;
    line-height: 2.3;
}


/* 合作伙伴 */

.partners_pic1 li{
    flex:1;
    margin-right: 60px;
    background: #fff;
    text-align: center;
    height: 275px;
    padding:35px 0 0;
    position: relative;
}
.partners_pic1 li:after{
    content:'>';
    font-size:24px;
    color:#888;
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 宋体;
    font-weight: bold;
}
.partners_pic1 li:last-child{
    margin-right: 0;
}
.partners_pic1 li:last-child:after{
    content:'';
}
.partners_pic1 li i{
    font-size:60px;
    color:#ccc;
}
.partners_pic1 li h4{
    font-size:22px;
    color:#171e29;
    position: relative;
    z-index: 2;
    padding-top: 30px;
}
.partners_pic1 li .num{
    font-size:130px;
    color:#f6f6f6;
    position: absolute;
    line-height: 1;
    left:50%;
    top: 70%;
    font-weight: bold;
    transform: translate(-50%,-50%);
}

.partners_pic2 ul{
    justify-content: space-between;
    flex-direction: row;
}
.partners_pic2 li{
    text-align: center;
    position: relative;
}

.partners_pic2 li i{
    font-size:36px;
    color:#464a52;
}
.partners_pic2 li p{
    font-size:18px;
}


/* page_pic_1 
体验、物联、娱乐 */

.page_pic_1  li .img{
    width: 50%;
}
.page_pic_1  li .con{
    padding:100px 80px;
    flex:1;
    background: #f3f3f3;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.page_pic_1 li .con h4{
    font-size:30px;
    font-weight: bold;
    color:#171e29;
}
.page_pic_1 li .con p{
    font-size:18px;
    color:#464a52;
}
.page_pic_1  li .con a{
    display: inline-block;
    width: 205px;
    height: 50px;
    background: #464a52;
    font-size:18px;
    color:#fff;
    line-height: 50px;
    text-align: center;
}
.page_pic_1  li:nth-child(2n){
    flex-flow:row-reverse
}
/*.page_pic_1  li:nth-child(2n) .con{*/
/*    align-items: flex-end;*/
/*    text-align: right;*/
/*}*/
.page_pic_1 li .con a:hover{
    background: #fee300;
    color:#464a52;
}

/* page_pic_detail */

.page_pic_detail .img_box .img img{
    width: 100%;
}

.page_advantage_join{
    margin-left: -18px;
    margin-right: -18px;
}
.page_advantage_join li{
    padding-left: 18px;
    padding-right: 18px;
    flex-basis: 21%;
    flex-grow: 1;
}
.page_advantage_join li a{
    display: block;
    position: relative;
}
.page_advantage_join li .con{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.7);
    color:#fff;
    padding: 0 20px;
    text-align: center;
    transition:all .3s;
}
.page_advantage_join li .con:after{
    width: 100%;
    height: 0px;
    content:'';
    display: block;
    position: absolute;
    background: #fee300;
    bottom: 0;
    left: 0;
    transition:all .3s;
    transition-delay: .3s;
}
.page_advantage_join li .con h4{
    font-size:24px;
    font-weight: bold;
}
.page_advantage_join li .con p{
    font-size:14px;
    margin-top: 10px;
    display: none;
    transition:all 1s;
}
.page_advantage_join li:nth-child(-n+2){
    flex-basis: 44%;
    margin-bottom: 36px;
}
.page_advantage_join li:nth-child(-n+2) .con h4{
   font-size:30px;
}
.page_advantage_join li:nth-child(-n+2) .con p{
   font-size:18px;
}
.page_advantage_join li:hover .con{
    background: linear-gradient(to top,#000,rgba(0,0,0,0));
    height: 50%;
}
.page_advantage_join li:hover .con p{
    display: block;
}
.page_advantage_join li:hover .con:after{
    height: 6px;
}


/* 产品列表 */

/*推荐*/

.page_picList_h{
    margin-bottom: 20px;
}
.page_picList_h .img{
    width: 40%;
    background: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.page_picList_h .desc{
    font-size:18px;
    color:#666;
    margin:20px 0 0;
}
.page_picList_h .con{
    padding:120px 0 0 145px;
    flex:1;
}
.page_picList_h .con h4{
    font-size:40px;
    font-weight: bold;
    color:#333;
    position: relative;
}
.page_picList_h .con h4:before{
    width: 100px;
    height: 1px;
    background: #121820;
    display: block;
    content:'';
    position: absolute;
    left: -120px;
    top: 25px;
}
.page_picList_h .con .h{
    margin-top: 40px;
}
.page_picList_h .con .h p{
    font-size:18px;
    color:#121820;
    line-height: 1.8;
    margin-bottom: 10px;
}
.page_picList_h .con .h p:before{
    content:'★';
    font-size:20px;
    color:#ffdf00;
    margin-right: 10px;
}
.page_picList_h .con a{
    display: block;
    width: 160px;
    height: 42px;
    background: #464a52;
    font-size:16px;
    line-height: 42px;
    text-align: center;
    color:#fff;
    margin-top: 70px;
}
.page_picList_h .con a:hover{
    background: #ffdf00;
    color:#464a52;
}

/* page_picshow */

.page_picshow .page_picList_h .con{
    padding: 60px 0 0 100px;
}


.page_picList {
    
}
.page_picList li{
    margin-bottom: 20px;
}
/*.page_picList li:last-child{*/
/*    display: none;*/
/*}*/
.page_picList li .img img{
    width: 100%;
}


/* 单页联系我们 */

.page_contactindex {
    padding-top:30px;
}
.page_contactindex .tit{
    text-align: center;
}
.page_contactindex .tit h4{
    font-size:30px;
    font-weight: bold;
    color:#000;
    margin:0 0 15px;
}
.page_contactindex .tit p{
    font-size:14px;
    color:#999;
}
.page_contactindex ul{
    margin:40px 60px 0;
}
.page_contactindex li{
    display: flex;
    flex:1;
    margin:0 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 240px;
    padding: 0 20px;
    background: #eee;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0,0,0,.05);
}
.page_contactindex li i{
    color:#fe7012;
    font-size:48px;
    display: block;
    line-height: 1;
}
.page_contactindex li h4{
    font-size:16px;
    font-weight: bold;
    color:#333;
    margin:30px 0 5px;
}
.page_contactindex li p{
    font-size:14px;
    color:#333;
    text-align: center;
}

.page_contactindex .map{
    margin:50px 0 0;
    text-align: center;
    overflow: hidden;
}


.innerBgfff{
    background: #fff;
    overflow: hidden;
}

/*新闻列表*/

.page_newsList{
   
}
.page_newsList li{
    border-bottom: 1px solid rgba(227,227,227,.61);
    padding:15px 20px;
    transition: all .3s ease-out 0s;
    background: #fff;
}
.page_newsList li:first-child{
    padding-top: 0;
}
.page_newsList li .img img{
    width:200px;
    height: 126px;
    margin-bottom: 0;
}
.page_newsList li .time{
    width: 140px;
    margin-right: 60px;
}
.page_newsList li .time p{
    color: #c5c5c5;
    font-size:30px;
}
.page_newsList li .time span{
    display: block;
    border: 1px solid #e6e6e6;
    width: 29px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    font-family:宋体;
    font-size: 14px;
    margin-top: 20px;
    border-radius: 2px;
    color: #aaa;
    transition: all .3s ease-out 0s;
}
.page_newsList li .con{
    transition: all .3s ease-out 0s;
    padding:0;
    flex:1;
    margin-left:25px;
}
.page_newsList li .con h4{
    height: 32px;
    color: #333;
    transition: all .3s ease-out 0s;
    font-size: 16px;
    font-weight: normal;
    overflow: hidden;
}
.page_newsList li .con p{
    color: #888;
    font-size: 13px;
    line-height: 24px;
    max-height:75px;
    margin:0;
    text-indent: 0;
    overflow: hidden;
}
.page_newsList li .con span{
    display: block;
    color:#777;
    margin-top:8px;
}
.page_newsList li:hover{
    box-shadow: 0 0 10px 6px #eee;
    padding:20px 20px;
}
.page_newsList li:hover .con h4{
    color: #fe7012;
    font-weight: bold;
}

/* 新闻详情 */



/* 推荐图片 */

.recommend_pic li h4{
    height: 54px;
    line-height: 54px;
    overflow: hidden;
    color:#121820;
    font-size:18px;
    text-align: center;
}

/* partners_pic */

.partners_pic li a{
    display: block;
    position: relative;
}
.partners_pic li h4{
    font-size:24px;
    font-weight: bold;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
}


/* 产品详情页 */

.page_picshow{
    margin-bottom: 50px;
    background: #fff;
    padding: 20px 10px;
}
.page_picdetails{
}
.page_picdetails .img img{
    width: 100%;
}
.page_picdetails .info{
}
.page_picdetails .info h1{
    font-size:20px;
    margin: 10px 0 15px;
    color:#3c3b5c;
    font-weight: bold;
    line-height:1.3;
    border-bottom: 1px solid #eee;
    padding:0 0 14px;
}
.page_picdetails .info p{
    font-size:14px;
    margin:0 0 40px;
}
.page_picdetails .info>span{
    background: #fe7012;
    padding:3px 15px;
    margin-top:14px;
    display:inline-block;
    color:#fff;
    font-size:16px;
    border-radius: 5px;
}
.page_picdetails .info span i{
    font-size:20px;
    margin-right:6px;
}
.page_picdetails .info span em{
    font-style:normal;
    font-size:22px;
    font-family: Arial, Helvetica, sans-serif;
}

.page_picdetails .con{
    border:none;
    margin:0;
    padding: 20px 0 0;
}
.page_picdetails .con .tags{
    font-size:14px;
    margin-bottom: 15px;
}
.page_picdetails .con .tags a{
    color:#fff;
    background: #f04c36;
    display: inline-block;
    line-height: 1.4;
    padding: 0 3px;
    margin-right:3px;
}
.page_picdetails .con .ptit{
    font-size:40px;
    padding: 50px 0;
    font-weight: bold;
}
.page_picdetails_show{
    padding: 50px 0 0;
}
.page_picdetails_show .tit{
    font-size:30px;
    font-weight: bold;
    color:#333;
    padding: 40px 0 10px;
}
.page_picdetails_show hr{
    border-width: 3px;
}
.page_picdetails_show td,.page_picdetails_show th{
    font-size:14px;
}
.page_picdetails_show th{
    color:#333;
    font-size:16px;
}
.page_picdetails_show .img{
    border:1px solid #ddd;
    padding: 80px;
}
.page_picdetails_show .img img{
    max-width:60%;
}
.page_picdetails_show h3{
    font-size:22px;
    font-weight: bold;
    color:#000;
    padding: 30px 0 10px;
}
.page_picdetails_show h3:before{
    content:'★';
    font-size: 26px;
    color: #ffdf00;
    margin-right: 6px;
}

.product_details_img_scroll .item{
    margin:0 20px 0 0;
    border:1px solid #eee;
}

/* 案例列表 */


.page_caseList li{
    margin-bottom:20px;
}
.page_caseList li a{
    display: block;
    background: #fff;
    overflow: hidden;
}
.page_caseList li .con{
    padding: 20px 0;
}
.page_caseList li .con h4{
    font-size:22px;
    color:#121820;
    font-weight: normal;
    text-align: center;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}
.page_caseList li .con p{
    font-size:16px;
    color:#999;
    text-align: center;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}


/*翻页*/
.return_page{
    padding: 15px 20px;
    line-height: 30px;
    color: #464a52;
    position: relative;
    margin-top: 70px;
    font-size:16px;
    border:1px solid #eee;
}
.return_page p{
    margin-bottom: 0;
    text-indent: 0;
    line-height:2;
}
.return_page p a{
    color: #464a52;
}
.return_page .go_history a{
    background: #464a52;
    width:70px;
    height:30px;
    line-height:30px;
    text-align: center;
    color:#fff;
    position: absolute;
    right:0;
    top:50%;
    display:block;
    font-size:12px;
    font-weight: normal;
    transform: translateY(-50%);
}

/* 页码 */

.pagination{
    text-align: center;
    display: block;
}
.pagination li{
    display: inline-block;
    margin:0 1px;
}
.pagination li span,.pagination li a{
    display: block;
    padding:0 10px;
    line-height:28px;
    background: #eee;
    color:#464a52;
}
.pagination li.active a{
    background: #f5db04;
    color:#464a52;
    border-color: #f5db04;
}



/*在线留言*/
#my_form{
    padding: 30px 0 0;
}
#my_form table{
    width: 100%;
}
#my_form tr{
    display: inline-flex;
    width: 48%;
    margin-bottom: 15px;
}
#my_form tr:nth-child(2n){
    margin-left:4%;
}
#my_form tr.content{
    width: 100%!important;
    display: flex;
    margin-left:0;
}
#my_form tr td:first-child{
    line-height: 34px;
    color: #333;
}
#my_form tr td:last-child{
    flex: 1;
}
#my_form tr input,#my_form tr textarea{
    height:34px;
    width: 100%!important;
    border: 1px solid #ccc;
    padding: 0 10px;
    color: #333;
    outline: none;
    border-radius: 4px;
    font-size: 14px;
    font-family: 微软雅黑;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#my_form tr input:focus,#my_form tr textarea:focus{
    border-color: #66afe9;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
#my_form tr ::placeholder{
    color: #999;
    font-family: 微软雅黑;
    font-size: 14px;
}
#my_form tr textarea{
    height:100px;
    padding-top: 6px;
}
#my_form .btn{
    margin-left:30px;
}
#my_form .btn input{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
}
#my_form .btn input:first-child{
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
#my_form .btn input:first-child:focus{
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}

.bdsharebuttonbox span{
    line-height:30px;
}

