@charset "utf-8";



.mySwiper2 .swiper-slide img{
    width: 100%;
    height: 320px;
    object-fit: cover;
}
.swiper_thumbs{
    overflow: hidden;
    margin-top: 15px;
}
.swiper_thumbs .swiper-slide img{
    height: 80px;
    object-fit: cover;
}
.mySwiper2 .swiper-button-next:after,.mySwiper2 .swiper-button-prev:after{
    font-size:24px;
}
.mySwiper2 .swiper-button-prev{
    left: 20px;
}
.mySwiper2 .swiper-button-prev,.mySwiper2 .swiper-button-next{
    width: 44px;
    height: 44px;
    background: rgba(0,0,0,.4);
}
.swiper_thumbs .swiper-slide{
    border:1px solid #000;
    cursor: pointer;
}
.swiper_thumbs .swiper-slide-thumb-active{
    border:1px solid var(--theme-color);
}
.swiper_thumbs .swiper-slide-active img{
    opacity: .8;
}
.mySwiper2 .swiper-button-next{
    right: 20px;
}

.page_content_detail{
    margin-top: 40px;
}
.page_content_detail .hd{
    border-bottom: 1px solid #000;
}
.page_content_detail .hd li{
    color:#000;
    cursor: pointer;
    padding: 12px 0px;
    margin: 0 24px;
    display: block;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
}
.page_content_detail .hd li.cur{
    color:var(--theme-color);
    border-bottom: 2px solid var(--theme-color);
}
.page_content_detail .bd .bd_con{
    overflow: hidden;
    padding:20px;
    display: none;
}
.page_content_detail .bd .bd_con:first-child{
    display: block;
}
.page_content_detail .bd .bd_con img{
    display: inline-block;
}

body{
    overflow-x: hidden;
}
#header{
    transition:all .3s;
    border-top: 27px solid var(--theme-color);
}
.header_wrap{
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9998;
    transition:all .6s;
    background: #fff;
}
.header_flex{
    align-items: center;
    height: 100px;
    justify-content: space-between;
}
.header_flex .welcome{
    font-size:14px;
    color:#666;
}
.header_flex .txt{
    font-size:20px;
    font-weight: bold;
}
.logo{
    height:35px;
    transition:all .3s;
}
.logo img{
    height: 100%;
    width: auto;
}
.nav_wrap{
    height: 70px;
    padding-bottom: 10px;
}
.nav_pc{
    padding: 0 10px;
    text-align: center;
}
.nav_pc ul{
    display: flex;
}
.nav_pc li{
    flex:1;
    position: relative;
}
.nav_pc li:after{
    content:'';
    width: 1px;
    height: 20px;
    background: #49403d;
    display: block;
    position: absolute;
    right: 0;
    top: 20px;
}
.nav_pc li>a{
    display: block;
    line-height:60px;
    font-size: 16px;
    text-transform: capitalize;
    position: relative;
    color:#555;
    font-weight: bold;
    display: inline-block;
}
.nav_pc li>a:after{
    content:'';
    width: 0;
    height: 2px;
    background:red;
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    transition:all .3s;
}
.nav_pc li a:hover{
    color:var(--theme-color);
}
.nav_pc li a:hover:after{
    width: 100%;
}
.nav_pc li .sub_nav{
    position: absolute;
    left: 0;
    width: 100%;
    background:var(--theme-color);
    transition: all .3s;
    top: 70px;
    opacity: 0;
    visibility: hidden;
    z-index: 1999;
}
.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:8px 12px;
    border-bottom:1px solid rgba(0,0,0,.1);
}
.nav_pc li .sub_nav a:last-child{
    border-bottom: none;
}
.nav_pc li .sub_nav a:hover{
    font-weight: bold;
    background:rgba(0,0,0,.2);
    color:#fff;
}

.header_flex .right_contact ul li{
    display: flex;
    align-items: center;
    margin-right: 40px;
}
.header_flex .right_contact ul li .ico{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
}
.header_flex .right_contact ul li .ico i{
    color:#fff;
    font-size:24px;
}
.header_flex .right_contact ul li span{
    color:#5b5b5b;
    font-size:16px;
    margin-left: 10px;
}
.header_flex .right_contact .search form{
    display: flex;
    align-items: center;
    border:1px solid #ccc;
    border-radius: 50px;
    position: relative;
}
.header_flex .right_contact .search .key{
    height: 48px;
    border:0 solid #ccc;
    outline: none;
    width: 260px;
    padding:0 ;
    font-size:14px;
    display: block;
    border-radius: 6px 0 0 6px;
    background: transparent;
    padding: 0 10px 0 20px;
}
.header_flex .right_contact .search button{
    background: var(--theme-color);
    color:#fff;
    border:none;
    outline: none;
    width: 48px;
    /*border-radius:0 6px 6px 0;*/
    border-radius: 50%;
    position: absolute;
    right: -1px;
    top: -1px;
    height: 50px;
}
.header_flex .right_contact .search button i{
    font-size:24px;
}
.header_flex .right_contact .search span{
    color: #5b5b5b;
    font-size: 16px;
    margin-left: 10px;
}


.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;
    padding-left: 20px;
}
.phone_menu_btn .line{
    position: relative;
    display: block;
    width:19px;
    height: 2px;
    margin: 4px 0;
    background: #333;
    -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;
    position: fixed;
    box-shadow: 0 2px 10px rgba(0,0,0,.1);
}
.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{
    height:30px;
}
#header.header_on .tr_info{
    line-height:60px;
}

/* banner */
.banner{
    position: relative;
}

.banner .item{
    position: relative;
}
.banner .item .con{
    position: absolute;
    top: 50%;
    width: 100%;
    transform:translateY(-50%);
    color:#fff;
}
.banner .item .con h4{
    letter-spacing: 1px;
    font-size:50px;
    font-weight: bold;
    display: inline-block;
}
.banner .item .con h4:after{
    content:'';
    display: block;
    background: #fff;
    height: 4px;
    margin:20px 0 35px;
}
.banner .item .con h4 span{
    display: block;
    line-height: 1;
}
.banner .item .con p{
    font-size:28px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.4;
}
.banner .item .con p.p1{
    font-size:58px;
    font-weight: bold;
}
.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:60px 0 40px;
    text-align: center;
}
.tit_box1 .tit{
    position: relative;
}
.tit_box1 .tit h4{
    font-weight: bold;
    color:#333;
    font-size:30px;
    height: 46px;
    line-height: 46px;
    padding-top: 15px;
}
.tit_box1 .tit h5{
    color:rgba(2,33,88,.1);
    font-size:48px;
    line-height: 1;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    font-family: fantasy;
}
.tit_box1 .tit p{
    font-size:16px;
    color:#666;
    margin-top: 20px;
}

.tit_box2{
    text-align: left;
}
.tit_box2 .tit h5{
    left: 0;
    transform: translateX(0);
}


/* bg */

.bg1{
    background:url(../images/bg1.jpg) no-repeat center;
}

.bg2{
    background: url(../images/bg2.png) no-repeat center;
    height: 500px;
}
.bg3{
    background: url(../images/bg3.jpg) no-repeat center;
}


/* programme_menu */

.programme_menu{
    padding-right: 60px;
}
.programme_menu ul li{
    border-bottom:1px dashed #ddd;
}
.programme_menu ul li a{
    padding:15px 0;
    align-items: center;
}
.programme_menu ul li a h4{
    font-size:18px;
    color:#333;
}
.programme_menu ul li a .ico{
    position: relative;
    width: 25px;
    height: 25px;
    margin-left: 12px;
}
.programme_menu ul li a .ico img{
    position: absolute;
    left: 0;
    top: 0;
}

.programme_menu ul li a .ico img.ico2{
    display: none;
}
.programme_menu ul li a i{
    display: flex;
    flex:1;
    justify-content: flex-end;
    color:#b2b2b2;
    font-size:18px;
}
.programme_menu ul li a:hover h4{
    color:var(--theme-color);
}
.programme_menu ul li a:hover .ico img.ico1{
    display: none;
}
.programme_menu ul li a:hover .ico img.ico2{
    display: block;
}
.programme_menu ul li a:hover i{
    color:var(--theme-color);
}
.programme_menu .desc{
    margin-top: 50px;
}
.programme_menu .desc h4{
    font-size:22px;
    font-weight: bold;
    color:#333;
}
.programme_menu .desc p{
    font-size:16px;
    color:#666;
    margin-top: 20px;
}
.programme_menu .desc .jy_btn a{
    width: 144px;
    height: 50px;
    display:flex;
    align-items: center;
    padding:0 15px;
    border:2px solid #bfbfbf;
    font-size:14px;
    justify-content: space-between;
    margin-top: 65px;
    border-radius: 10px;
}
.programme_menu .desc .jy_btn a:hover{
    border-color:var(--theme-color);
}

.panel_footer_btn ul{
    justify-content: center;
    margin-top: 90px;
}
.panel_footer_btn li a{
    display:block;
    width: 120px;
    height: 50px;
    margin:0 15px;
    background: var(--theme-color);
    font-size:18px;
    color:#fff;
    text-align: center;
    line-height: 50px;
    border-radius: 10px;
}

.programme_con li>div{
    display: block;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    margin-top: 30px;
}
.programme_con li:nth-child(-n+3)>div{
    margin-top: 0;
}
.programme_con li>div h4{
    background: rgba(0,160,233,.7);
    position: absolute;
    left: 0;
    width: 100%;
    bottom:-52px;
    height: 52px;
    line-height: 52px;
    padding:0 10px;
    text-align: center;
    color:#fff;
    transition:all .3s;
}
.programme_con li>div .img{
    height: 215px;
}
.programme_con li>div .img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}


/* product_tit */

.product_tit{
    align-items: center;
}
.product_tit .tit_box2{
    padding-bottom: 0;
}
.product_tit .menu{
    flex:1;
    padding-top: 90px;
}
.product_tit .menu ul{
    display: flex;
    justify-content: flex-end;
}
.product_tit .menu ul li{
    margin-left: 10px;
}
.product_tit .menu ul li a{
    display: block;
    padding:15px 25px;
    border-radius: 10px;
}
.product_tit .menu ul li a h4{
    font-size:16px;
}
.product_tit .menu ul li.more a,.product_tit .menu ul li:hover a{
    background: var(--theme-color);
    color:#fff;
}

.product_con ul li{
    width: 50%;
}
.product_con ul li a{
    padding:50px;
    align-items: center;
}
.product_con ul li:nth-child(-n+2){
    border-bottom: 1px solid #eee;
}
.product_con ul li:nth-child(2n-1){
    border-right: 1px solid #eee;
}
.product_con ul li:nth-child(2n-1) a{
    padding-left: 0;
}
.product_con ul li:nth-child(2n) a{
    padding-right: 0;
}
.product_con ul li .flex_con{
    flex:1;
}
.product_con ul li .flex_con .cate{
    font-size:14px;
    color:var(--theme-color);
}
.product_con ul li .flex_con .tit{
    font-size:24px;
    color:#333;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
}
.product_con ul li .flex_con .desc{
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
.product_con ul li .flex_con .desc p{
    font-size:16px;
    color:#666;
    padding-left: 16px;
    position: relative;
    margin-right: 10px;
}
.product_con ul li .flex_con .desc p:before{
    content:'';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #a9a9a9;
    position: absolute;
    left: 0;
    top: 10px;
}



.product_con ul li .flex_img{
    width: 330px;
}

.about{
    padding-top: 100px;
}
.about_con{
    flex:1;
    padding-right: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about_con .tit_box2{
    padding-top: 0;
}
.about_con .desc{
    font-size:16px;
}
.about_img{
    width: 50%;
}
.about_img img{
    border-radius: 20px;
}
.about_con1{
    padding:0 0 0 130px;
}

/* num_flex */

.num_flex ul{
    justify-content: space-between;
    padding-top: 50px;
}
.num_flex ul li{
}
.num_flex ul li .num{
    color:var(--theme-color);
    font-size: 58px;
    font-weight: bold;
    line-height: 1;
}
.num_flex ul li .num span{
    font-size:30px;
    font-weight: normal;
    margin-left: 10px;
}
.num_flex ul li p{
    font-size:16px;
    padding-left: 10px;
}


/* news_con_left */

.news_con_left li{
    flex:1;
    min-width: 0;
}
.news_con_left li .img{
    border-radius: 15px;
    overflow: hidden;
}
.news_con_left li .date{
    margin-top: 25px;
    font-size:16px;
}
.news_con_left li .con{
    padding-top: 20px;
}
.news_con_left li .con h4{
    font-size:20px;
    color:#333;
    font-weight: bold;
}
.news_con_left li .con p{
    font-size:16px;
    margin-top: 15px;
    color:#5b5b5b;
    line-height: 1.4;
}

.news_con_left li .btn_date{
    padding-top: 40px;
}
.news_con_left li .btn_date .button_wrap{
    margin-top: 0;
}
.news_con_left li .btn_date .date{
    flex:1;
    display: flex;
    justify-content: flex-end;
    font-size:14px;
    align-items: flex-end;
}

.news_con_right .info .con h4{
    font-size:20px;
    color:#040404;
    font-weight: bold;
}
.news_con_right .info .con .date{
    font-size:16px;
    color:#666;
    line-height: 1;
    margin-top: 10px;
}
.news_con_right .info .con .date span{
    color:var(--theme-color);
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #eee;
    display: inline-block;
}
.news_con_right .info .con p{
    font-size:16px;
    margin-top: 20px;
}
.news_con_right .download{
    margin-top: 40px;
}
.news_con_right .download a{
    display: block;
    position: relative;
}
.news_con_right .download .img img{
    border-radius: 6px;
}
.news_con_right .download .btn{
    width: 160px;
    height: 55px;
    border-radius: 6px;
    border:1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color:#fff;
    font-size:15px;
    transition:all .3s;
}
.news_con_right .download .btn i{
    font-size:18px;
    margin-left: 10px;
}
.news_con_right .download .btn:hover{
    background-color: var(--theme-color);
    color:#fff;
    border-color: var(--theme-color);
}


#layer_message{
    padding:20px 25px;
}
#code_img{
    height:50px;
}
#layer_message p{
    margin-top: 20px;
    font-size:14px;
}


/*页底css*/

.footer{
    background:#f8f8f8;
    padding:80px 0 50px;
    margin-top: 110px;
}
.footer_bd{
    display: flex;
}
.footer_bd .menu{
    flex:1;
}
.footer_bd .menu ul{
    padding:0 0 30px;
    display: flex;
}
.footer_bd .menu li{
    display: inline-block;
    padding: 0 20px;
    flex:1;
}
.footer_bd .menu li:first-child{
    display: none;
}
.footer_bd .menu li>a{
    color:#333;
    font-size:16px;
}
.footer_bd .menu li .sub_nav{
    margin-top: 10px;
}
.footer_bd .menu li .sub_nav a{
    display: block;
    font-size:14px;
    margin-top: 5px;
    color:#666;
}
.footer_bd .menu li .sub_nav a:hover{
    color:var(--theme-color);
}
.footer_bd .icon_box li{
    margin-bottom: 12px;
}
.footer_bd .icon_box li a{
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #a7a7a7;
    color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:all .3s;
}
.footer_bd .icon_box li a:hover{
    background: var(--theme-color);
}


.footer_ft{
    font-size:14px;
    margin-top: 40px;
    border-top: 1px solid #ddd;
    padding-top: 50px;
}

.footer_ft .container{
    align-items: center;
}
.footer_ft .f_logo{
    height: 18px;
}
.footer_ft .f_logo img{
    height: 100%;
}
.footer_ft .f_con{
    flex:1;
    margin-left: 20px;
    display: flex;
    justify-content: flex-end;
}
.footer_ft .f_con ul{
    align-items: center;
}

.footer_ft .f_con ul li{
    padding:0 20px;
    position: relative;
    display: flex;
    align-items: center;
}
.footer_ft .f_con ul li:before{
    content:'';
    width: 1px;
    height: 18px;
    background: #bbb;
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
}
.footer_ft .f_con ul li:first-child{
    border-left: none;
}
.footer_ft .f_con ul li:first-child:before{
    display: none;
}

.footer_ft .f_con ul li i{
    margin-right: 6px;
}


/* 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;
}


/* fixed_rightbtn */

.fixed_rightbtn{
    position: fixed;
    z-index: 999;
    right:0;
    bottom:20%;
}
.fixed_rightbtn>ul>li{
    width:40px;
    height:40px;
    color:var(--color-fixedright);
    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(--color-fixedright);
    border:1px solid var(--color-fixedright);
}
.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;
}

#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: 190px;
    background: #fff;
    position: absolute;
    bottom: -1px;
    left: -150px;
    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(--color-fixedright);
    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(--color-fixedright);
}
#fr_tel>a{
    right:0;
}
#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(--color-fixedright);
    border-radius: 3px 0 0 3px;
    outline: none;
    font-size:14px;
    color:#164e99;
}
.layer_search .button{
    height: 40px;
    line-height: 40px;
    background: var(--color-fixedright);
    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;
}





/*首页css__end*/


.inner_pos{
    border-top: 1px solid #ccc;
    padding-top: 20px;
}
.inner_pos .pos{
    font-size:16px;
    color:#333;
    display: flex;
    align-items: center;
}
.inner_pos .pos span i{
    margin-right: 10px;
    font-size:20px;
}
.inner_pos .pos a{
    color:#333;
   
}

.right_con_tit{
    margin-bottom: 40px;
    text-align: center;
}
.right_con_tit .tit{
    font-size: 42px;
    line-height: 32px;
    color:#333;
    padding-top: 40px;
    margin-bottom: 24px;
    font-weight: bold;
    background: url('../images/ico1.png') no-repeat center top;
}
.right_con_tit .desc{
    font-size: 22px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #666;
}
.right_con_tit img{
    margin-top: 25px;
}

/*内页*/

.page_tit{
    
}
.page_tit h4{
    line-height: 40px;
    font-size:34px;
    text-align: center;
    font-weight: bold;
    color:#222931;
    margin-bottom: 20px;
}

.ibanner .con{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color:#fff;
}
.ibanner .con h4{
    font-size:30px;
    font-weight: bold;
}
.ibanner .con p{
    font-size:16px;
}

.ibanner{
    background: url(../images/ibanner.jpg) no-repeat center;
    position: relative;
}
.ibanner .pos{
    position: absolute;
    bottom:15px;
    color:#eee;
    font-size:14px;
}
.ibanner .pos a{
    color:#eee;
}

/* 内页分类 */

.inner{
    padding:30px 0;
}

.inner_menu{
   
}
.inner_menu .tit{
    height: 50px;
    font-size:18px;
    background:#00923f;
    font-weight: bold;
    line-height: 50px;
    padding: 0 20px;
    color:#fff;
}
.inner_menu>ul{
    border-top: 1px solid #b4b4b4;
}
.inner_menu>ul>li{
    
}
.inner_menu>ul>li>a{
    display: block;
    border-bottom: 1px solid #b4b4b4;
    padding: 9px 0;
    color:#000;
    font-size:14px;
}
.inner_menu>ul>li>a:hover,.inner_menu>ul>li.cur>a{
    color:var(--theme-color);
}

.publeftcon{
    margin:15px 0 0;
}
.publeftcon .tit{
    font-size:18px;
    height:44px;
    line-height: 44px;
    padding:0 18px;
    color:#333;
    font-weight: bold;
    position: relative;
}
.publeftcon .tit:before{
    width:4px;
    height:16px;
    background: var(--theme-color);
    content:'';
    display: block;
    position: absolute;
    left:5px;
    top: 14px;
}
.publeftcon ul{
    border:1px solid #ddd;
    padding: 0 20px;
}
.publeftcon ul li{
    border-bottom: 1px solid #ddd;
    padding:15px 0;
}
.publeftcon ul li a{
    display: block;
    position:relative;
    font-size:14px;
    font-weight: bold;
    height: 22px;
    line-height:22px;
    overflow: hidden;
}
.publeftcon ul li span{
    font-size:14px;
}

/**/ 

.infoBoxSecondary{
    margin-top: 36px;
}
.infoBoxSecondary .block-title span{
    color: #000;
    font-size: 17px;
    font-weight: bold;
}
.infoBoxSecondary .block-content{
    font-size:14px;
    color:#000;
    padding-top: 14px;
}
.infoBoxSecondary .block-content a{
    color:#000;
}


/* 内页二级分类显示 */


.inner_sublist{
    transition: all .3s;
    padding: 0 20px;
    background:rgba(0,0,0,.02);
}

.inner_sublist li{
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,.05);
}
.inner_sublist li>a{
    color:#151515;
    font-size:14px;
    display: block;
    line-height: 3;
    position: relative;
}
.inner_sublist li>a:hover{
    color:var(--theme-color);
}
/*.inner_sublist li>a:before{*/
/*    content:'';*/
/*    display: block;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 14px;*/
/*    width: 2px;*/
/*    height: 14px;*/
/*    background: var(--theme-color);*/
    
/*}*/
.inner_sublist li>i{
    font-size:14px;
    position: absolute;
    right: 0;
    top: 10px;
    transition:all .3s;
    width: 30px;
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
}

.child1_menu{
    padding-left: 10px;
}
.child1_menu a{
    display: block;
    font-size: 13px;
    line-height:2.6;
    border-bottom: 1px solid #ddd;
}

.inner_sublist li:hover>i{
    color:var(--theme-color);
}

.page_index{
    min-height:300px;
    padding:20px 0 30px;
    background: #fff;
    margin-top: 15px;
}
.page_index p{
    text-indent: 2em;
    font-size:14px;
    line-height:1.9;
    margin-bottom: 15px;
}
.page_index img{
    margin-bottom: 15px;
}

.online_message .panel_tit{
    font-size:24px;
    color:#fff;
    background: var(--theme-color);
    display: inline-block;
    padding:6px 30px;
}
.online_message form{
    border:1px solid #ccc;
    padding:50px 20%;
}
.online_message .form-group{
    display: flex;
    align-items: center;
}
.online_message .form-group label{
    font-size:16px;
    margin-bottom: 3px;
    width: 100px;
}
.online_message .form-group input{
    height: 50px;
    flex:1;
}
.online_message .form-group textarea{
    flex:1;
}
.online_message .mod1{
    padding-left: 100px;
}
.online_message .mod1 .btn-primary{
    background: var(--theme-color);
    border-color:var(--theme-color);
}

.page_public_tit{
    text-align: center;
    padding:20px 0 0;
    position: relative;
}
.page_public_tit .tit{
    font-size:48px;
    color:#333;
    font-weight: bold;
}
.page_public_tit .sub_tit{
    font-size:18px;
    color:#999;
    text-transform: uppercase;
    border:1px solid #ccc;
    display: inline-block;
    padding:0 70px;
    border-radius: 30px;
    background: #fff;
    height: 36px;
    line-height: 34px;
}
.page_public_tit .sub_tit:after{
    content:'';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #dbdbda;
    left: 0;
    bottom: 18px;
    z-index: -1;
}


/* keyword_search_wrap */

.keyword_search_wrap{
    border-bottom: 1px solid #bababa;
    padding:30px 0;
}

.keyword_search{
    
}
.keyword_search .keyword{
    flex:1;
    font-size:20px;
}
.keyword_search .keyword span{
    padding-right: 10px;
}
.keyword_search .keyword .text{
    color:#333;
    padding-right: 0;
}

.keyword_search .search .key{
    border:1px solid #aaa;
    height: 40px;
    padding:0 20px;
    font-size:16px;
    outline: none;
}
.keyword_search .search button{
    width: 40px;
    height: 40px;
    background: #009be4;
    border:none;
}
.keyword_search .search button i{
    color:#fff;
}


/* 单页内容 */


.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{
    margin:40px 0 0;
}
.xg_news dl.row{
    margin-left: -6px;
    margin-right: -6px;
}
.xg_news .col-xs-6{
    padding-left: 6px;
    padding-right: 6px;
}
.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;
}
.xg_news ul li .con a{
    font-size:14px;
    display: block;
    line-height: 1.2;
    color:#333;
    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_index .tit{
    color:#222931;
    font-size:34px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
.page_about_index .con{
    font-size:16px;
    line-height: 1.9;
}
.page_about_index .con p{
    margin-bottom: 20px;
}
.page_about_index ul li{
    text-align: center;
}
.page_about_index ul li i{
    width: 100px;
    height: 100px;
    display: block;
    margin:0 auto 20px;
    background: #c61a26;
    border-radius: 50%;
    font-size:36px;
    color:#fff;
    text-align: center;
    line-height: 100px;
}
.page_about_index ul li h4{
    color:#c61a26;
    font-size:22px;
    font-weight: bold;
}

.page_service_index .con{
    max-width: 900px;
    margin:0 auto 0;
    font-size:16px;
    text-align: center;
    color:#fff;
}
.page_honor_index .tit{
    font-size:24px;
    font-weight: bold;
    margin: 30px 0 10px;
}
.page_honor_index li .con h4{
    text-align: center;
    line-height:60px;
    height: 60px;
    overflow: hidden;
    font-size:18px;
    color:#333;
    font-weight: bold;
}


/* 产品列表 */

.page_picList {
    
}
.page_picList li{
    margin-bottom:12px;
}

.page_picList li a{
    display:block;
    margin-bottom: 24px;
    position: relative;
    border:2px solid #ccc;
    padding:20px;
}

.page_picList li .con{
    padding: 14px 26px;
}
.page_picList li h4{
    font-size: 20px;
    line-height: 30px;
    color:var(--theme-color);
    letter-spacing: 0;
    display: block;
    font-weight: bold;
    margin-top: 10px;
}
.page_picList li .desc{
    margin-top: 5px;
    height: 66px;
    font-size:14px;
    line-height: 22px;
}
.page_picList li .desc p{
    color:#666;
    position: relative;
    padding-left: 15px;
}
.page_picList li .desc p:before{
    content:'';
    display: block;
    width: 5px;
    height: 5px;
    background: #727271;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 8px;
}


.page_picList li .img{
    overflow: hidden;
    position: relative;
    height:160px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page_picList li img{
    transition: all 0.6s;
    margin:0;
}
.page_picList li:hover img{
    
}
.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(--theme-color);
}



/* 单页联系我们 */

.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 -30px 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:var(--theme-color);
    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 li{
    border-bottom: 1px solid #f3f3f3;
    padding:20px 0;
}
.page_newsList li:first-child{
    padding-top: 0;
}
.page_newsList li .img{
    width: 25%;
}
.page_newsList li .con{
    padding: 0 20px;
    display: flex;
    justify-content:space-between;
    flex-direction: column;
    flex:1;
}
.page_newsList li .con h4{
    font-size:19px;
    font-weight: bold;
    color:var(--theme-color);
    transition:all .3s;
    padding-top: 6px;
}
.page_newsList li .con h4 em{
    font-style: normal;
    color:#e4007f;
}
.page_newsList li:hover .con h4{
    text-decoration: underline;
}
.page_newsList li .con p{
    font-size:14px;
    line-height: 1.6;
    color:#000;
    margin-bottom: 40px;
}
.page_newsList li .con span{
    color:#777;
}
.page_newsList li:hover .con h4{
    color:var(--theme-color);
}

.page_news_menu{
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}
.page_news_menu .item{
    
    margin:0 30px;
}
.page_news_menu .item a{
    color:#222;
    font-size:30px;
}
.page_news_menu .item.cur a{
    color:var(--theme-color);
}


.jy_product_con{
    margin-top: 50px;
}
.jy_product_con li a{
    display: block;
    border:1px solid #dadada;
    padding:20px;
    border-radius: 15px;
}
.jy_product_con li .img img{
    width: 100%;
    height: 180px;
    object-fit: fill;
}
.jy_product_con li .con{
    margin-top: 10px;
}
.jy_product_con li .con p{
    font-size:16px;
    color:#000;
}
.jy_product_con li .jy_btn{
    color:#000;
    height:48px;
    line-height: 48px;
    background: #e8e9ea;
    border-radius: 15px;
    width: 100%;
    font-size:18px;
    text-align: center;
    margin-top: 20px;
}


/* jy_new_product */

.jy_new_product .jy_tit{
    text-align: center;
    padding-top: 50px;
}
.jy_new_product .jy_tit h4{
    font-weight: bold;
    color: #333;
    font-size: 30px;
    height: 46px;
    line-height: 46px;
    padding-top: 15px;
}
.jy_new_product .jy_tit p{
    font-size: 16px;
    color: #666;
    margin-top: 20px;
}
.jy_new_product .jy_con{
    margin:50px -20px 0;
}
.jy_new_product .jy_con .item{
    padding: 0 20px;
}
.jy_new_product .jy_con .item .img img{
    width: 100%;
    height: 180px;
    object-fit: fill;
}
.jy_new_product .jy_con .item .tit{
    color:#000;
    height: 48px;
    line-height: 48px;
    background: #e8e9ea;
    border-radius: 15px;
    width: 100%;
    font-size:18px;
    text-align: center;
    margin-top: 20px;
}

.jy_new_product .owl-pagination{
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.jy_new_product .owl-pagination .owl-page{
    width: 22px;
    height: 22px;
    border-radius:50%;
    border:2px solid var(--theme-color);
    margin:0 8px;
}
.jy_new_product .owl-pagination .owl-page.active{
    background: var(--theme-color);
}


/* 新闻详情 */




/* 产品详情页 */

.page_picshow{
    margin-bottom: 50px;
    background: #fff;
}
.page_picdetails{
}
.page_picdetails .img img{
    width: 100%;
}
.page_picdetails .info{
}
.page_picdetails .info h1{
    font-size:24px;
    margin: 10px 0 15px;
    color:#000;
    font-weight: bold;
    line-height:1.3;
    border-bottom: 1px solid #eee;
    padding:0 0 14px;
}
.page_picdetails .info p{
    font-size:14px;
}
.page_picdetails .info>span{
    background:var(--theme-color);
    padding:3px 15px;
    margin-top:14px;
    display:inline-block;
    color:#fff;
    font-size:16px;
}
.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:16px;
    background: #eee;
    padding:6px 13px;
    position: relative;
    margin-bottom: 30px;
    font-weight: bold;
    color:#000;
    
}
.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{
    background: #fff;
    overflow: hidden;
    border:1px solid #ccc;
    padding:30px;
}
.page_caseList .img{
    position: relative;
    width: 30%;
    height:300px;
}
.page_caseList .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.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: 0 0 0 30px;
    flex:1;
    min-width: 0;
}
.page_caseList li .con h4{
    font-size:20px;
    color:var(--theme-color);
    height: 22px;
    line-height: 22px;
    overflow: hidden;
}
.page_caseList li .con p{
    font-size:16px;
    margin:10px 0 10px;
    color:#777;
}
.page_caseList li .con span{
    display: block;
    color:var(--theme-color);
    display: inline-block;
    padding: 6px 20px;
    font-size:15px;
    transition:all .3s;
    border:1px solid var(--theme-color);
    border-radius: 8px;
    margin-top: 15px;
}


.page_hotpic .tit{
    font-size: 23px;
    line-height: 30px;
    color: #000000;
    letter-spacing: 0;
    margin-top: 44px;
    margin-bottom: 24px;
    display: block;
}


/*翻页*/
.return_page{
    background: #f7f7f7;
    border:1px solid #ccc;
    padding: 15px 20px;
    line-height: 30px;
    color: #666;
    position: relative;
    margin-top: 20px;
}
.return_page p{
    margin-bottom: 0;
    text-indent: 0;
    line-height:2;
    font-size:14px;
    color:#000;
}
.return_page p a{
    color: var(--theme-color);
}
.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%);
}
.page_downlist ul{
    padding-left: 20px;
}
.page_downlist ul li .item{
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,.1);
    margin:0 20px 60px;
    padding:30px;
    border-radius: 10px;
}
.page_downlist li .btns{
    display: flex;
    justify-content: center;
    padding-top: 30px;
}
.page_downlist li .btns a{
    display: inline-block;
    padding:10px 20px;
    color:#fff;
    background: var(--theme-color);
    font-size:18px;
    text-align: center;
    margin:0 15px;
    border-radius: 10px;
}
.page_downlist li .btns a{
    
}

.page_downlist li h4{
    color:#333;
    font-size:14px;
    line-height: 2.4rem;
}
.page_downlist li  span{
    color:#333;
    font-size:14px;
    line-height: 28px;
}
.page_downlist li a span{
    color:var(--theme-color);
}
.page_downlist li a h4{
    color:#000;
    font-size:16px;
}
.page_downlist li a span i{
    font-size:14px;
    margin-right: 5px;
}

/* 页码 */

.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: 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;
}