@charset "utf-8";



body{
    overflow-x: hidden;
}
.header_top{
    height: 38px;
    line-height: 38px;
    color:#fff;
    font-size:14px;
    background: var(--secondary-color);
}
.header_top .welcome{
    flex:1;
}
.header_top a{
    color:#fff;
    margin-left: 7px;
}
#header{
    transition:all .3s;
}
.header_wrap{
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9998;
    transition:all .6s;
    background: #fff;
}
.header_wrap .container{
    position: relative;
}
.header_flex{
    height:102px;
    align-items: center;
    justify-content: space-between;
}
.heade_right .info{
    margin-right: 60px;
}
.heade_right .info h4{
    font-size:16px;
    display: flex;
    align-items: center;
}
.heade_right .info h4 i{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--theme-color);
    display: inline-block;
    text-align: center;
    line-height: 24px;
    font-size:12px;
    color:#fff;
    margin-right: 7px;
}
.heade_right .info p{
    font-size:14px;
    color:#666;
}
.heade_right .info p span{
    margin-left: 15px;
}
.heade_right a.more_style3{
    font-size:14px;
    font-weight: bold;
    color:#fff;
    text-transform: uppercase;
    background: var(--secondary-color);
    margin-top: 10px;
}

.logo{
    height:28px;
    transition:all .3s;
}
.logo img{
    height: 100%;
    width: auto;
    transition:all .3s;
}
.weixin_code{
    line-height: 80px;
    font-size: 14px;
}
.header_flex .search{
    height: 46px;
    width: 290px;
    border:2px solid #ddd;
    border-radius: 30px;
    position: relative;
}
.header_flex .search .key{
    height:42px;
    border:none;
    outline: none;
    padding: 0 10px 0 30px;
    background: transparent;
    font-size:14px;
}
.header_flex .search button{
    outline: none;
    border:none;
    background: transparent;
    position: absolute;
    right: 20px;
    height: 42px;
}
.header_flex .search button i{
    font-size:20px;
}
.header_flex .join{
    width: 148px;
    height: 46px;
    background:#ea7848;
    color:#fff;
    border-radius: 30px;
    text-align: center;
    line-height: 46px;
    font-size:16px;
    cursor: pointer;
    transition:all .3s;
}
.header_flex .join i{
    margin-right: 5px;
    font-size:20px;
    vertical-align: middle;
}
.header_flex .join:hover{
    background: var(--secondary-color);
}
.nav_pc{
    height: 60px;
    background: var(--theme-color);
    position: absolute;
    width:100%;
    padding:0 20px;
    align-items: center;
}
.nav_pc ul{
    flex:1;
}
.nav_pc li{
    display: inline-block;
    position: relative;
    padding: 0 2vw;
}
.nav_pc li>a{
    display: block;
    font-size: 16px;
    text-transform: capitalize;
    position: relative;
    color:#fff;
    padding: 0 5px;
    font-weight: normal;
    transition:all .3s;
    z-index: 2;
    line-height:60px;
}
.nav_pc li>a i{
    display: none;
    font-size:12px;
    margin-left: 6px;
    color:var(--secondary-color);
}
.nav_pc li.on>a i{
    display: inline-block;
}
.nav_pc li>a:hover:after,.nav_pc li.cur>a:after{
    width: 100%;
}
.nav_pc li.cur>a,.nav_pc li a:hover{
    color:var(--secondary-color);
}
.nav_pc li .sub_nav{
    position: absolute;
    left: 0;
    width:150%;
    background:var(--secondary-color);
    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:hover{
    background:rgba(0,0,0,.2);
    color:#fff;
}
.navbar_on{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
.nav_pc .search{
    width: 236px;
    height: 42px;
    background: rgba(0,0,0,.2);
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    margin:0;
}
.nav_pc .search input{
    outline: none;
    background: none;
    border:1px solid rgba(255,255,255,.1);
    width: 100%;
    height:42px;
    color:#fff;
    padding:0 50px 0 20px;
    font-size:14px;
}
.nav_pc .search input:placeholder{
    color:rgba(255,255,255,.8);
}
.nav_pc .search button{
    width: 42px;
    height: 42px;
    background: var(--secondary-color);
    color:#fff;
    position: absolute;
    right: 0;
    top: 0;
    border:none;
    outline: none;
}
.header_wrap .lang{
    height: 34px;
    margin-left: 50px;
}
.header_wrap .lang a{
    display: block;
    font-size:14px;
    line-height: 34px;
    color:#fff;
}

.header_flex .tel{
    color:var(--theme-color);
    font-size:20px;
    font-family: Impact;
}
.header_flex .tel i{
    font-size:20px;
    margin-right: 5px;
}
.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;
    display: none;
}
.phone_menu_btn .line{
    position: relative;
    display: block;
    width:19px;
    height: 2px;
    margin: 4px 0;
    background:var(--theme-color);
    -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_on.header_wrap{
    position: fixed;
    box-shadow: 0 5px 12px rgba(0,0,0,.05);
}

/* banner */


.banner{
    position: relative;
    z-index: 1;
}
.banner .item{
    position: relative;
}
.banner .item a{
    display: block;
}
.banner .item .bannerCon{
    position: absolute;
    top: 50%;
    width: 100%;
    transform:translateY(-50%);
}
.banner .bannerBg img{
    filter: blur(3px);
}
.banner .item .con{
    min-width: 0;
    flex: 1;
    color:#fff;
}
.banner .item .banner_pic{
    width: 60%;
    padding-left: 15px;
}
.banner .item .con h4{
    font-size:48px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color:#fff;
    position: relative;
}
.banner .item .con h4 span{
    color:var(--theme-color);
    font-size:70px;
    padding: 0 15px;
}
/*.banner .item .con h4:after{*/
/*    width: 70px;*/
/*    height: 6px;*/
/*    content:'';*/
/*    display: block;*/
/*    background: #fff;*/
/*    margin:10px auto 30px;*/
/*}*/
.banner .item .con p{
    font-size:20px;
    font-weight:normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    color:#fff;
}

.banner .item .con i{
    font-style: normal;
    font-size:16px;
    font-size:20px;
}
.banner .item .img img{
    width:100%;
}
.banner .item img {
    width: 100%;
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.banner .item.slick-active img {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.banner .slick-dots{
    position: absolute;
    bottom: 30px;
    width:100%;
    text-align: center;
    left:0;
}
.banner .slick-dots li{
    margin:0 1px;
}
.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:50px 0 35px;
   display: flex;
}
.tit_box1 .tit{
    flex:1;
}

.tit_box1 .tit h4{
    color:#333;
    font-size:30px;
    font-family: Arial;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: bold;
}
.tit_box1 .tit h4 span{
    font-weight: normal;
    margin-left: 6px;
    font-family: Microsoft YaHei light;
}
.tit_box1 .tit p{
    font-size:16px;
    color:#666;
}
.tit_box2 .tit h4{
    color:var(--secondary-color);
}
.tit_box2 .tit p{
    color:#fff;
}
.tit_box3{
    display: block;
}
.tit_box3 .more{
    margin-top: 160px;
}
.tit_box4{
    padding-top: 0;
}
.tit_box4 .con{
    font-size:16px;
}
.tit_box4 .con p{
    margin-top: 20px;
}
.tit_box4 .con p span{
    font-size:20px;
    color:var(--secondary-color);
}


/* bg */

.bg1{
   background:url(../images/bg1.jpg) repeat-x center bottom;
}

.bg2{
    background:#f4f6f8;
}
.bg3{
    background:#f1f3f5;
}
.bg4{
    background:#fff;
}
.bg5{
    background: url(../images/bg5.jpg) no-repeat center center fixed;
    background-size: cover;
}
 
.main{
    position: relative;
    z-index:2;
}

/* about_con */

.about{
    padding-top: 70px;
}
.about_img{
    position: relative;
}
.about_img:after{
    content:'';
    width: 100px;
    height: 100px;
    background: var(--theme-color);
    display: block;
    position: absolute;
    left: -25px;
    top: -25px;
    z-index: -1;
}
.about_con{
    padding-left: 50px;
}
.about_con .tit p{
    font-size:18px;
    color:var(--secondary-color);
    text-transform: uppercase;
}
.about_con .tit h4{
    padding-top:15px;
    font-size:30px;
    font-weight: bold;
    color:#333;
    text-transform: uppercase;
    font-family: Arial;
}
.about_con .con{
    font-size:18px;
    padding-top:40px;
}
.about_con .con p{
    margin-top: 20px;
}
.about_con .more_style1{
    background: var(--theme-color);
    color:#fff;
}

/* panel1_con */

.panel1_con ul{
    justify-content: space-between;
    height: 190px;
    align-items: center;
}
.panel1_con ul li{
    display: flex;
    align-items: center;
    position: relative;
}
.panel1_con ul li:after{
    content:'';
    display: block;
    width: 1px;
    height: 40px;
    background: rgba(255,255,255,.1);
    position: absolute;
    right: -50%;
}
.panel1_con ul li:last-child:after{
    display: none;
}
.panel1_con ul li .icon i{
    font-size:36px;
    color:var(--secondary-color);
}
.panel1_con ul li .con{
    margin-left: 10px;
}
.panel1_con ul li .con h4{
    font-size:46px;
    color:#fff;
    line-height: 1;
}
.panel1_con ul li .con p{
    font-size:14px;
    color:#e7e7e7;
    line-height: 1.3;
}

/* product_con */

.product_con li{
    margin-bottom: 30px;
}
.product_con li:last-child{
    margin-bottom: 0;
}
.product_con li a{
    display: flex;
}
.product_con li .img{
    flex:1;
}
.product_con li .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product_con li .con{
    width: 50%;
    padding:60px;
    background: var(--theme-color);
    color:#fff;
    position: relative;
}
.product_con li .con:after{
    content:'';
    background:url(../images/logo-bg.png) no-repeat;
    width:140px;
    height: 28px;
    display: block;
    position: absolute;
    right: 35px;
    bottom: 35px;
}
.product_con li .con h4{
    font-size:22px;
    font-weight: bold;
}
.product_con li .con p{
    font-size:16px;
    margin-top:20px;
}
.product_con li .con ul{
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
}
.product_con li .con ul li{
    width: 50%;
    margin:5px 0 0;
    padding-right: 10px;
}
.product_con li .con ul li p{
    margin:0;
    font-size:14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    position: relative;
    padding-right:20px;
}
.product_con li .con ul li p:after{
    content:'→';
    margin-left: 10px;
    position: absolute;
    right: 5px;
    
}


.product_con li:nth-child(2n) a{
    flex-direction: row-reverse;
}
.product_con li:nth-child(2n) .con{
    background: var(--secondary-color);
}

/* project_con */

.project_con{
    margin:0 -10px;
}
.project_con .item a{
    display:block;
    padding:0 10px;
}
.project_con .item .con{
    padding:25px 0 0;
}
.project_con li .con h4{
    font-size:22px;
    font-weight: bold;
    color:var(--theme-color);
    transition:all .3s;
}
.project_con .item .con p{
    font-size:16px;
    line-height: 1.5;
    margin:15px 0 20px;
    color:#666;
}
.project_con .item .con span{
    font-size:14px;
    color:var(--theme-color);
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}
.project_con .item .con span:after{
    content:'';
    display: block;
    width: 0;
    height: 1px;
    background: var(--theme-color);
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .3s;
}
.project_con .item:hover .con h4{
    color:var(--secondary-color);
}
.project_con .item:hover .con span:after{
    width: 100%;
}

/* choose */

.choose_img{
    width: 40vw;
}
.choose_img img{
    height: 660px;
    object-fit: cover;
}
.choose_con{
    flex:1;
    height: 660px;
    background: url(../images/choose_bg.jpg) no-repeat;
    background-size:cover ;
    padding:50px 4vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.choose_con ul{
    margin:0 -30px;
}
.choose_con .item{
    display: flex;
    padding:30px 30px 30px;
}
.choose_con .item .icon i{
    font-size:36px;
    color:var(--secondary-color);
    line-height: 1;
}
.choose_con .item .con{
    margin-left: 30px;
}
.choose_con .item .con h4{
    font-size:18px;
    font-weight: bold;
    color:var(--secondary-color);
}
.choose_con .item .con p{
    font-size:14px;
    color:#fff;
}

/* news */

.news{
    padding-top: 70px;
}
.news_tit{
    flex:1;
}
.news_con{
    width:70%;
}
.news_con .slick-next,.news_con .slick-prev{
    left: -43%;
    right: auto;
    width: 48px;
    height: 48px;
    border:1px solid #ccc;
    transition:all .4s;
}
.news_con .slick-next:hover,.news_con .slick-prev:hover{
    background: var(--secondary-color);
    border-color: var(--secondary-color);
}
.news_con .slick-next{
    left: calc(-43% + 70px);
}
.news_con .slick-next:before,.news_con .slick-prev:before{
    color:#333;
    font-size:20px; 
    transition:all .3s;
}
.news_con .slick-next:hover:before,.news_con .slick-prev:hover:before{
    color:#fff;
}
.news_con .item{
    margin-left: 60px;
}
.news_con .item .img{
    position: relative;
}
.news_con .item .img .time{
    position: absolute;
    right:0;
    bottom: 0;
    height: 43px;
    line-height: 43px;
    padding:0 20px;
    background: var(--secondary-color);
    font-size:14px;
    color:#fff;
}
.news_con .item .con{
    padding:25px 0;
}
.news_con .item .con h4{
    font-size:20px;
    font-weight: bold;
    color:#333;
    transition:all .3s;
}
.news_con .item .con p{
    font-size:16px;
    color:#666;
    margin-top: 15px;
    line-height: 1.5;
}
.news_con .item .con span{
    display: inline-block;
    margin-top: 30px;
    font-size:16px;
    font-weight: bold;
    color:var(--secondary-color);
    text-transform: uppercase;
    position: relative;
}
.news_con .item .con span:after{
    content:'';
    display: block;
    width: 0;
    height: 1px;
    background: var(--secondary-color);
    position: absolute;
    left: 0;
    bottom: 0;
    transition:all .3s;
}
.news_con .item:hover .con h4{
    color:var(--theme-color);
}
.news_con .item:hover .con span:after{
    width: 100%;
}

/* contact */


.contact{
    padding-top: 70px;
}
.contact_tit{
    flex:1;
}
.contact_con{
    width: 60%;
    padding-left: 60px;
}
.contact_con .form-control{
    height: 44px;
    border-color:#fff;
    box-shadow: none;
}



/*friend link*/

.friend_links{
    min-height: 70px;
    line-height: 70px;
}
.friend_links span{
    color:#23292e;
    font-size:16px;
}
.friend_links a{
    display: inline-block;
    font-size:14px;
    color:#23292e;
    margin:0 5px;
}
.friend_links a:hover{
    color:var(--theme-color);
}

#layer_message{
    padding:20px 25px;
}
#code_img{
    height:34px;
}
#layer_message p{
    margin-top: 20px;
    font-size:14px;
}


/*页底css*/

.footer{
    background:url(../images/footer_bg.jpg) no-repeat top #012157;
    padding:40px 0 0;
}
.footer_logo{
    color:#fff;
}
.footer_logo p{
    font-size:14px;
    padding: 20px 0;
}
.footer_logo li{
    margin-top: 8px;
    font-size:14px;
}
.footer_logo li i{
    margin-right: 10px;
}
.footer_nav{
    padding:50px 0 30px;
}

.footer_nav{
    padding-left: 40px;
}

.footer_tit{
    font-size:28px;
    text-transform: uppercase;
    color:#fff;
    font-weight: bold;
    margin-bottom: 20px;
}
.footer_tit:after{
    width: 45px;
    height: 4px;
    display: block;
    content:'';
    background: var(--secondary-color);
}
.footer_nav ul{
    margin-left: -5px;
}
.footer_nav li a{
    display: block;
    font-size:16px;
    text-transform: capitalize;
    color:#fff;
}
.footer_nav li a i{
    font-size:12px;
    color:var(--secondary-color);
    margin-right: 10px;
}
.footer_search p{
    font-size:14px;
    color:#fff;
    margin-bottom: 10px;
}
.footer_search{
    padding-top: 50px;
}
.footer_nav a.a2{
    font-size:14px;
    color:rgba(255,255,255,.5);
}
.footer_search .search{
    width: 100%;
    height:46px;
    border-radius: 3px;
    position: relative;
}
.footer_search .search .key{
    height: 46px;
    outline: none;
    border: none;
    font-size:14px;
    background: rgba(255,255,255,.1) ;
    padding: 0 90px 0 20px;
    width:100%;
    border: rgba(255,255,255,.2) ;
    color:#999;
}
.footer_search .search .button{
    width: 46px;
    border-radius: 0 3px 3px 0;
    height: 46px;
    background:var(--secondary-color);
    position: absolute;
    right: 0;
    top: 0;
    outline: none;
    border:none;
    font-size:16px;
    color:#fff;
    padding-right: 10px;
}
.footer_search .search .button i{
    font-size:24px;
}
.footer_logo{
    justify-content: center;
    padding: 30px 0 20px;
}
.footer_logo img{
    max-height:30px;
}
.footer_ft{
    background: rgba(0,0,0,.3);
    height: 60px;
    line-height: 58px;
    font-size:14px;
    color:#999;
    margin-top: 30px;
}
.footer_ft p{
    flex:1;
}
.footer_ft p a{
    color:#fff;
    text-transform: uppercase;
}
.footer_ft p a:hover{
    color:var(--secondary-color);
}
.footer_ft .icons a{
    margin-left: 15px;
    color:#fff;
    font-size:20px;
}


/* fixed_rightbtn */

.fixed_rightbtn{
    position: fixed;
    z-index: 999;
    right:0;
    bottom:20%;
}
.fixed_rightbtn>ul>li{
    width:40px;
    height:40px;
    color:var(--theme-color);
    position: relative;
    transition:all .3s;
}
.fixed_rightbtn>ul>li>a{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 40px;
    line-height: 1.2;
    position: relative;
    color:#555;
    border:1px solid #ddd;
    border-bottom: none;
    background: #fff;
}
.fixed_rightbtn>ul>li:last-child a{
    border-bottom:1px solid #ddd;
}
.fixed_rightbtn>ul>li i{
    display: inline-block;
    font-size:18px;
    line-height: 1;
}
.fixed_rightbtn>ul>li>a:hover{
    background:var(--theme-color);
    border:1px solid var(--theme-color);
}
.fixed_rightbtn>ul>li:hover>a{
    color:#fff;
}
/*.fixed_rightbtn>ul>li p{*/
/*    position:absolute;*/
/*    height: 45px;*/
/*    right:40px;*/
/*    top: 0;*/
/*    background: #fff;*/
/*    border:1px solid #ddd;*/
/*    color:#333;*/
/*    font-size:18px;*/
/*    width:310px;*/
/*    text-align: center;*/
/*    line-height: 45px;*/
/*    transition:all .3s;*/
/*    box-shadow: 0 0 10px rgba(0,0,0,.1);*/
/*    border-radius: 3px;*/
/*    display: none;*/
/*}*/
/*.fixed_rightbtn>ul>li:hover p{*/
/*    display: block;*/
/*}*/
#layer_message{
    padding:20px 25px;
}
#code_img{
    height:34px;
}
#layer_message p{
    margin-top: 20px;
    font-size:14px;
}
.fixed_rightbtn>ul>li#fr_tel:hover,.fixed_rightbtn>ul>li#fr_tel{
    border:none;
}
.fixed_right_contact{
    width: 180px;
    background: #fff;
    position: absolute;
    bottom: -1px;
    left: -140px;
    box-shadow: 0 3px 10px rgba(0,0,0,.1);
}
.fixed_right_contact .close{
    position: absolute;
    right: 16px;
    top:23px;
    color: #fff;
    transition: all .3s;
    font-size:0;
}
.fixed_right_contact .close:hover{
    transform: rotate(180deg);
}
.fixed_right_contact .close i{
    font-size:14px;
}
.fixed_right_contact .tit{
    height: 57px;
    line-height: 57px;
    background: var(--theme-color);
    color:#fff;
    font-size:16px;
    padding: 0 20px;
}
.fixed_right_contact .tit i{
    font-size:18px;
    margin-right: 6px;
    vertical-align: middle;
}
.fixed_right_contact .con li{
    padding:15px 20px;
    border-bottom: 1px solid #f0f0f0;
}
.fixed_right_contact .con li h4{
    font-size:14px;
    color:#333;
    font-weight: normal;
    cursor: pointer;
}
.fixed_right_contact .con li h4 i{
    font-size:16px;
    color:#666;
    margin-right: 6px;
}
.fixed_right_contact .con li p{
    font-size:18px;
    line-height: 1;
    margin-top: 10px;
    color:var(--theme-color);
}
#fr_tel>a{
    right: -40px;
}
#fr_tel.fr_tel_on .fixed_right_contact{
    transition:all .3s;
    left: 40px;
}
#fr_tel.fr_tel_on>a{
    right: 0;
    transition:all .3s;
    transition-delay: .3s;
}
.layer_search{
    position: absolute;
    right:40px;
    top: 0;
    width: 300px;
    background: #fff;
    border:1px solid #ddd;
    padding: 15px 10px 15px 15px;
    display: none;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
#fr_search:hover .layer_search{
    display: block;
}
.layer_search form{
    display: flex;
}
.layer_search .key{
    height: 40px;
    line-height: 40px;
    width: 100%;
    padding: 0 20px;
    border:1px solid var(--theme-color);
    border-radius: 3px 0 0 3px;
    outline: none;
    font-size:14px;
}
.layer_search .button{
    height: 40px;
    line-height: 40px;
    background: var(--theme-color);
    color:#fff;
    border:none;
    outline: none;
    padding: 0 10px;
    position: relative;
    right: 4px;
    font-size:14px;
    width: 80px;
    text-align: center;
    border-radius:0 3px 3px 0;
}

.layer_weixin{
    position: absolute;
    width: 150px;
    right: 40px;
    top: 0;
    border:1px solid #ddd;
    padding:3px;
    background: #fff;
    display: none;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
#fr_code:hover .layer_weixin{
    display: block;
}
.layer_weixin span{
    text-align: center;
    display: block;
}


/* 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: 15px 20px;
    background: #f2f2f4;
    margin:0 0 20px;
}
.page_tit .tit{
    flex:1;
    font-size:18px;
    font-weight: bold;
    color:#282828;
    line-height: 1;
}

.page_tit .pos{
    font-size:14px;
}
.page_tit .pos i{
    margin-right: 5px;
    color:var(--theme-color);
    font-size:16px;
}

.ibanner{
    background: url(../images/ibanner.jpg) no-repeat center;
    position: relative;
}
.ibanner .pos{
    position: absolute;
    bottom:15px;
    color:#ccc;
    font-size:14px;
}
.ibanner .pos a{
    color:#ccc;
}


.relater-product{
    padding:30px 0 60px;
}
.relater-product .tit{
    border-bottom: 1px solid #eee;
    position: relative;
}
.relater-product .tit:after{
    content:'';
    display: block;
    width: 100px;
    height: 3px;
    background: var(--secondary-color);
    position: absolute;
    left: 0;
    bottom: 0;
}
.relater-product .tit h4{
    font-size:20px;
    text-transform: capitalize;
    color:#333;
    font-weight: bold;
    line-height:2;
}
.relater-product ul{
    margin-top: 20px;
}
.relater-product ul li .con{
    padding:20px 0 0;
}
.relater-product ul li .con h4{
    font-size:18px;
    font-weight: bold;
    color:#333;
}
.relater-product ul li .con p{
    font-size:14px;
    line-height: 1.5;
    color:#999;
    margin-top: 10px;
}
.relater-product ul li:hover .con h4{
    color:var(--theme-color);
}

/* inner_product_scroll */

.inner_product_scroll{
    padding:42px 0 60px;
    position: relative;
}
.inner_product_scroll .slick-dots{
    bottom:auto;
    top: 10px;
    left: 10px;
    text-align: left;
}
.inner_product_scroll .item a{
    margin:0 10px;
    display: block;
    position: relative;
}
.inner_product_scroll .item h4{
    font-size:14px;
    color:#333;
    position: absolute;
    right: 20px;
    bottom: 10px;
}
.inner_product_scroll .item .bg{
    background: rgba(0,0,0,.3);
    position: absolute;
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
    transition:all .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}
.inner_product_scroll .item:hover .bg{
    left:0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
}
.inner_product_scroll .slick-dots li{
    margin:0 1px;
}
.inner_product_scroll .slick-dots li button:before{
    content:'';
    width: 10px;
    height: 10px;
    background: #ccc;
    opacity: 1;
}
.inner_product_scroll .slick-dots li.slick-active button:before{
    background: #333;
}


/* 内页分类 */

.inner{
    padding:0 0 40px;
    background: #f5f5f5;
}

.inner_menu{
    background: #003f92;
}
.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{
    border-bottom: 1px solid rgba(0,0,0,.05);
}
.inner_menu>ul>li>a{
    display: block;
    height:40px;
    line-height:40px;
    padding:0 20px;
    color:#fff;
    font-size:14px;
}
.inner_menu>ul>li>a:hover,.inner_menu>ul>li.cur>a{
    background: #f9c606;
    color:#333;
}

/* 内页二级分类显示 */

.inner_sublist{
    transition: all .3s;
    padding: 0 20px;
    background:rgba(0,0,0,.02);
}
.inner_sublist li{
    border-bottom: 1px solid rgba(255,255,255,.05);
}
.inner_sublist li a{
    color:#151515;
    font-size:14px;
    display: block;
    line-height: 3;
}
.inner_sublist li a i{
    font-size:12px;
    margin-right: 5px;
}

.page_index{
    background: #fff;
    margin-top:20px;
    padding: 20px;
}
.page_index p{
    font-size:16px;
    line-height:1.9;
    margin-bottom: 15px;
}
.page_index img{
    margin-bottom: 15px;
}

/* 内页左侧 */

.i_left_con{
    
}
.left_menu ul{
    padding:10px 15px;
}
.left_menu ul li{
    height: 42px;
    border-bottom: 1px solid #eee;
}
.left_menu ul li a{
    display: block;
    line-height: 42px;
    font-size:14px;
    padding: 0 0 0 14px;
    position: relative;
}
.left_menu ul li a:before{
    content:'';
    display: block;
    width: 4px;
    height: 4px;
    background: #999;
    position: absolute;
    left: 0;
    top: 19px;
    transform: rotate(-45deg);
}
.i_left_con>div{
    border: 1px solid #e8e8e8;
    background: #fff;
    border-radius: 5px 5px 0px 0px;
    margin-bottom: 20px;
}
.i_left_con .tit{
    border-bottom: 1px solid #e9e9e9;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
    line-height: normal;
    padding:10px 15px;
    text-transform: uppercase;
    background-color: #fafafa;
    border-radius: 5px 5px 0px 0px;
}
.left_search .search{
    padding:15px;
}
.left_search .key{
    height: 44px;
    width: 100%;
    border:1px solid #ccc;
    outline: none;
    font-size:14px;
    padding: 0 10px;
    border-radius: 5px 0 0 5px;
}
.left_search button{
    background: var(--theme-color);
    width: 44px;
    height: 44px;
    border:none;
    outline: none;
    border-radius: 0 5px 5px 0;
}
.left_search button i{
    color:#fff;
    font-size:20px;
}
.left_contact .con{
    font-size:14px;
    line-height: 1.8;
    padding:15px;
}

.left_news li{
    padding: 15px;
    border-bottom: 1px solid #E8E9EF;
}
.left_news li:last-child{
    border-bottom: none;
}
.left_news .img{
    width: 30%;
    max-height: 57px;
    border-radius: 5px;
    overflow: hidden;
}
.left_news .img img{
    height: 100%;
}
.left_news .con{
    flex:1;
    padding: 0 0 0 15px;
}
.left_news .con h4{
    font-size:14px;
}
.left_news .con p{
    font-size:12px;
    margin-top: 6px;
}
.left_news .con p i{
    font-size:12px;
    margin-right: 6px;
}


/* 单页内容 */


.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;
}
.page_index .con{
    padding:20px 0;
    min-height: 400px;
}

.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 dt{
    width: 100%;
    background: #fff;
}
.xg_news dl dd{
    font-size:14px;
    text-align: center;
    font-weight: normal;
    color:var(--theme-color);
    line-height: 2;
    margin-bottom: 10px;
    padding: 0 10px;
}

/* 公司介绍 */

.page_about{
    padding:20px 0 0;
}
.page_about .jy_tit h3{
    color:var(--theme-color);
    font-weight: bold;
    font-size:24px;
}
.page_about .jy_tit p{
    color:var(--theme-color);
    font-size:16px;
}
.page_about .panel_hd .desc{
    font-size:16px;
    color:#666;
    line-height: 24px;
    margin-top: 10px;
}

.page_about .panel_bd{
    padding-top: 20px;
}
.page_about .panel_bd .con{
    flex:1;
    padding-top: 20px;
}
.page_about .panel_bd .img{
    width: 700px;
}

.page_about .panel_bd .info{
    background: #f1f1f1;
    padding: 20px 20px 53px;
    margin-top: 10px;
}
.page_about .panel_bd .info h4{
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 20px 0;
}
.page_about .panel_bd .info p{
    font-size: 16px;
    color: #828282;
    line-height: 24px;
    font-weight: bold;
    display: block;
    margin-top: 5px;
}
.page_about .panel_bd .info p em{
    font-style: normal;
}

.page_about .panel_ft{
    color:var(--theme-color);
    padding:30px 0;
}
.page_about .panel_ft ul{
    display: flex;
    align-items: center;
}
.page_about .panel_ft ul li{
    flex:1;
    font-size:14px;
}
.page_about .panel_ft ul li span{
    font-size:60px;
}
.page_about .panel_ft ul li em{
    font-size:24px;
    font-style: normal;
}

.page_about_txt{
    padding:50px 0 0;
}
.page_about_txt .txt1{
    flex:1;
    padding-right: 60px;
    font-size:16px;
}
.page_about_txt .txt2{
    
    width: 55%;
}
.page_about_txt .tit{
    font-size:30px;
    font-weight: bold;
    color:#333;
}

.page_about_scroll .item .img{
    padding:0 10px 0 0;
}
.page_about_scroll .slick-arrow{
    width: 40px;
    height: 40px;
    border:1px solid var(--theme-color);
}
.page_about_scroll .slick-arrow:before{
    color:var(--theme-color);
    opacity: 1;
    font-size:20px;
}
.page_about_scroll .slick-prev{
    left: 0;
}
.page_about_scroll .slick-next{
    left: 55px;
    right: auto;
}
.page_about_scroll .slick-next, .page_about_scroll .slick-prev{
    top: auto;
    bottom: -60px;
    transform: translate(0,0);
    opacity: .5;
    transition:all .4s;
}
.page_about_scroll .slick-next:hover, .page_about_scroll .slick-prev:hover{
    background: var(--theme-color);
}
.page_about_scroll .slick-next:hover:before, .page_about_scroll .slick-prev:hover:before{
    color:#fff;
}

.page_service_index .con{
    max-width: 900px;
    margin:-30px auto 0;
    font-size:16px;
    text-align: center;
    color:#fff;
}

.page_honor_index li .con h4{
    text-align: center;
    line-height:60px;
    height: 60px;
    overflow: hidden;
    font-size:22px;
    color:#333;
    font-weight: bold;
}


/* 产品列表 */

.page_picList {
    margin-top: 20px;
}

.page_picList li{
    margin-bottom:16px;
}

.page_picList li a{
    display:block;
    background: #fff;
    padding:15px;
}
.page_picList li .con{
    padding: 14px 26px 0;
}
.page_picList li .con h4{
    transition: color .4s;
    font-size: 16px;
    color:var(--theme-color);
    font-weight: normal;
    text-align: center;
    line-height: 30px;
    height:30px;
    overflow: hidden;
}
.page_picList li .con p{
    color:#666;
    font-size:13px;
    max-height: 44px;
    overflow: hidden;
    text-align: center;
}
.page_picList li .img{
    height: 168.78px;
    overflow: hidden;
}
.page_picList li img{
    height: 100%;
}
.page_picList li img{
    transition: all 0.6s;
    margin:0 auto;
    /*width:100%;*/
}
.page_picList li:hover img{
    transform: scale(1.1);
}
.page_picList li span{
    display: inline-block;
    font-size: 14px;
    color:rgba(17,17,17,0.5);
    margin-right: 18px;
    position: relative;
    padding: 6px 0;
}
.page_picList li:hover .con h4{
    color:var(--secondary-color);
}



/* 单页联系我们 */


.inner_contact{
    background: linear-gradient(to bottom,#fff 50%, #f2f2f2 50%);
}

.page_contact .con1{
    background: #fff;
    box-shadow: 0 0 20px rgba(77,13,17,.09);
}
.page_contact .con1 .item1{
    padding: 80px 70px;
    width: 67%;
}
.page_contact .con1 .item1 .plant{
    border-top: 1px solid #eee;
    padding:20px 0 0;
    margin-top: 20px;
}
.page_contact .con1 .item1 .plant p{
    font-size:16px;
    margin-top: 5px;
    color:#333;
}
.page_contact .con1 .item1 .plant p i{
    margin-right: 10px;
    color:var(--secondary-color);
    font-size:18px;
}
.page_contact .con1 .item1 .item{
    flex:1;
}
.page_contact .con1 .item1 .item:first-child{
    padding-right: 30px;
}
.page_contact .con1 .item1 .item .btns{
    margin-top: 50px;
}
.page_contact .con1 .item1 .item .btns a{
    border-color: #8b8b8b;
}
.page_contact .con1 .item1 .item .btns a i{
    font-size:20px;
    color:#a1a1a1;
    margin:0 5px;
}
.page_contact .con1 .item1 .item .btns a i:hover{
    color:#012157;
}
.page_contact .con1 .tit{
    padding: 0 0 40px;
}
.page_contact .con1 .tit h4{
    font-size:24px;
    font-weight: bold;
    color:#ff9a00;
}
.page_contact .con1 .tit1 h4{
    color:#333;
}
.page_contact .con1 .tit p{
    font-size:16px;
    color:#666;
}
.page_contact .con1 .tit:after{
    display: block;
    height: 2px;
    width: 40px;
    background: #ff9a00;
    content:'';
    margin-top: 30px;
}
.page_contact .con1 .con h4{
    margin-bottom: 20px;
    color:#333;
    text-transform: capitalize;
}
.page_contact .con1 .con p{
    font-size:16px;
    line-height: 2;
}
.page_contact .con1 .item2{
    flex:1;
    background: #7b8393;
    padding: 80px 70px;
}
.page_contact .con1 .tit{
    font-size:24px;
    color:#fff;
    font-weight: bold;
    margin-bottom: 20px;
}
.page_contact .map{
    margin:50px 0 0;
    text-align: center;
}
.page_contact .con1 .item2 li{
    margin-bottom:40px;
    color:#fff;
}
.page_contact .con1 .item2 li.li1:after{
    width: 40px;
    height: 2px;
    background: #fff;
    display: block;
    content:'';
    margin-top: 50px;
}
.page_contact .con1 .item2 li h4{
    font-size:20px;
}
.page_contact .con1 .item2 li p{
    font-size:34px;
}
.page_contact .con1 .item2 li p span{
    font-size:18px;
}
.page_contact .con1 .item2 .slogan{
    font-size:16px;
    color:#fff;
}

.page_contact .form-control{
    border-radius: 0;
    border-color: rgba(255,255,255,.3);
    background: transparent;
    color:#fff;
    height: 42px;
}
.page_contact .form-control::placeholder{
    color:rgba(255,255,255,.6);
}
.page_contact .row{
    margin-left: -8px;
    margin-right: -8px;
}
.page_contact .col-md-6{
    padding-left: 8px;
    padding-right: 8px;
}
.page_contact .btn{
    width: 120px;
    height: 38px;
    font-size:16px;
    color:#7b8393;
    background: #fff;
    border-radius: 0;
    border:none;
}
.page_contact .btn:hover{
    background: #ff9a00;
    color:#fff;
}
.page_contact_map{
    border:10px solid #fff;
    box-shadow: 0 0 20px rgba(77,13,17,.09);
    background: #fff;
    overflow: hidden;
    margin-bottom: 50px;
}
.page_contact_map iframe{
    display: block;
}

.page_picmenu{
    padding:30px 0 0;
}
.page_picmenu a{
    font-size:16px;
    color:#333;
    display: inline-block;
    margin-right: 30px;
}
.page_picmenu a:hover,.page_picmenu a.cur{
    color:var(--theme-color);
}


.innerBgfff{
    background: #fff;
    overflow: hidden;
}

.page_banner{
    border-radius: 5px;
    overflow: hidden;
}

/*新闻列表*/

.page_newsList{
}
.page_newsList li{
    border: 1px solid rgba(227,227,227,.61);
    padding:20px;
    transition: all .3s ease-out 0s;
    background: #fff;
    margin-bottom: 20px;
}

.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;
    font-weight: bold;
    transition: all .3s ease-out 0s;
    font-size: 16px;
    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;
    border-color:var(--secondary-color);
}
.page_newsList li:hover .con h4{
    color:var(--secondary-color);
}


/* 新闻详情 */

.page_news_detail{
    margin: auto;
}
.page_news_detail .tit{
    text-align: center;
}
.page_news_detail .tit h1{
    color: #000;
    font-size: 24px;
    font-weight: bold;
}




/* 产品详情页 */

.page_picshow{
    margin-bottom: 50px;
    background: #fff;
    padding: 20px 10px;
}
.page_picdetails .jy-tit h1{
    font-size:30px;
    margin: 10px 0 15px;
    color:var(--theme-color);
    font-weight: bold;
    line-height:1.3;
}
.page_picdetails .jy-tit p{
    font-size:18px;
    margin:0 0 40px;
}

.jy_pic_con{
    width: 76%;
}
.jy_pic_con .item img{
    width: 100%;
}
.jy_pic_nav{
    flex:1;
    padding-left: 14px;
    margin:-7px 0;
}
.jy_pic_nav .item{
    padding:7px 0;
    cursor: pointer;
}
.jy_pic_nav .slick-current .img{
    position: relative;
}
.jy_pic_nav .slick-current .img:after{
    content:'';
    background:rgba(0,0,0,.3);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


.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:16px;
    background: #f7f7f7;
    padding:6px 13px;
    position: relative;
    margin-bottom: 30px;
    font-weight: bold;
    
}
.page_picdetails .con .ptit::before{
    content:'';
    display: block;
    width:3px;
    height:18px;
    background: var(--theme-color);
    position: absolute;
    left:0;
    top:10px;
}

/* 案例列表 */

.page_caseList{
    padding: 20px 0 0;
}
.page_caseList li{
    margin-bottom:20px;
}
.page_caseList li a{
    display: block;
    background: #fff;
    overflow: hidden;
}
.page_caseList .img{
    position: relative;
    max-height: 175px;
    overflow: hidden;
}
.page_caseList .img img{
    width: 100%;
}
.page_caseList .img i{
    display: block;
    width: 100%;
    height:100%;
    left: 0;
    position: absolute;
    top:-100%;
    background: rgba(0, 0, 0,.6);
    font-size: 36px;
    color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition:all .3s;
}
.page_caseList li:hover .img i{
    top: 0;
}
.page_caseList li .con{
    padding: 20px 15px 0 0;
}
.page_caseList li .con h4{
    font-size:16px;
    color:#555;
    font-weight: normal;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    text-align: center;
}
.page_caseList li .con p{
    font-size:14px;
    margin:10px 0 10px;
    color:#777;
    max-height: 75px;
    overflow: hidden;
}
.page_caseList li .con span{
    display: block;
    background: #1a81fd;
    color:#fff;
    display: inline-block;
    padding: 5px 10px;
    font-size:12px;
    transition:all .3s;
}


.page_hotpic .tit{
    font-size:18px;
    text-align: center;
    position: relative;
    margin-bottom: 7px;
}
.page_hotpic .tit::before,.page_hotpic .tit::after{
    width:50px;
    height:1px;
    background: #eee;
    content:'';
    display:block;
    position: absolute;
    top:15px;
    left:0;
}
.page_hotpic .tit::after{
    left:auto;
    right:0;
}
.page_hotpic li{
    margin-bottom: 10px;
}
.page_hotpic li h4{
    font-weight: normal;
    text-align: center;
    font-size:14px;
    margin: 10px 0 5px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

.page_picdetails .page_index{
    padding:20px 0;
}

/*翻页*/
.return_page{
    background: #f3f3f3;
    padding: 15px 20px;
    line-height: 30px;
    color: #333;
    position: relative;
}
.return_page p{
    margin-bottom: 0;
    text-indent: 0;
    line-height:2;
    font-size:16px;
}
.return_page p a{
    color: #333;
}
.return_page .go_history a{
    background:var(--theme-color);
    width:70px;
    height:30px;
    line-height:30px;
    text-align: center;
    color:#fff;
    position: absolute;
    right:0;
    top:50%;
    display:block;
    transform: translateY(-50%);
}

/* 页码 */

.pagination{
    text-align: center;
    display: block;
    margin-top: 30px;
}
.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:var(--theme-color);
}
.pagination li.active a{
    background:var(--theme-color);
    color:#fff;
    border-color:var(--theme-color);
}



/*在线留言*/
#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;
}