@charset "utf-8";
body {font-family: "Microsoft Yahei UI","Microsoft Yahei","Helvetica Neue",Helvetica,"Nimbus Sans L",Arial,"Liberation Sans","Hiragino Sans GB","Microsoft YaHei","Wenquanyi Micro Hei","WenQuanYi Zen Hei","ST Heiti",SimHei,"WenQuanYi Zen Hei Sharp",sans-serif; }

/**/
a:hover{text-decoration: none;}
.navbar-brand{padding: 0;}
.navbar{border-bottom: 1px solid #f1f1f1;background: #fff;}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{background: transparent;color:#666;}
label{margin-bottom: .2rem}
.form-control{font-size: 80%}
/*navbar botton*/
.userbtn{font-size: 14px;
    padding: 6px 22px;
    border-width: 1px;
    border-color:#e36340;
    background-color:#e36340;
    color: rgb(255, 255, 255);
-webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-radius: 2em;
}
.userbtn:hover{background: #fff;border:1px solid#e36340;color:#e36340;}
.nav-item a,.registtx{font-size: 16px;color: #333}
.nav-item a:hover,.nav-item.active a{color: #e36340;text-decoration: none;}
footer p a{color:#333}
.navbar-expand-lg .navbar-nav .nav-link{padding-left:1rem;padding-right:1.2rem;}
.registtx{margin-right: 15px;text-decoration: none;}
.sectone{padding-top: 120px; background:url(../images/tps2.jpg) center center;padding-bottom:130px;}
.sectone .t1{margin-top:140px;font-size: 24px;}
.sectone .t1 .c1{color:#fff; font-size: 18px}
.sectone .t1 .c2{color:#A9A9A9;}
.sectone .t2{color: #fff;margin-top: 25px;font-size: 42px;}
.sectone .t3{}
.sectone .t4{margin-top: 120px;}
.bggrey{background: #f8f8f8;}
.bgwhite{background: #fff;}
.secttwo{padding:140px 0;width: 100%;}

.index-img-circle {
    border: 8px solid #e36340;
    background: linear-gradient(30deg,#22313f,#3c374b);
    border-radius: 50%;
    margin: auto;
    width: 180px;
}
.index-img-circle img{padding: 40px;
    width: 160px;
    horizontal-align: middle;}
.rc-line {
    background-color: #e36340;
    width: 50%;
    height: 8px;
    position: absolute;
    left: 25%;
    right: 25%;
    top: 50%;
}

/*幻灯片*/
.carousel-control-prev-icon,.carousel-control-next-icon {
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: url(../images/rs-default.png);
    background-color: #cecece;
    border-radius: 2px;
    background-position: -64px -32px;
}
.carousel-control-next-icon{background-position: -64px -64px;}
.carousel-control-next, .carousel-control-prev{width: auto}
/*partner*/
.xh-partners{width: 25%;display: inline-block;}
.xh-partners img{max-width: 100%;}

/*footer*/
footer{padding: 60px 0 10px 0;background: #e36340;}
footer a:hover{color: #333;}
/*base*/
.fontgrey{color: #999;}
.fontgrey-light{color: #f3f3f3;}
.fontwhite{color: #fff;}
.font90{font-size: 90%;}
.font80{font-size: 80%}
.fontblue{color: #61b0ff;}




/*小程序*/
.proview{
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 0 10px #f0f0f0;
    opacity: 1;
    background: #fff;
    width: 223px;
    height: 446px;
    margin: 30px auto;
    position: relative;
    z-index: 10;
    overflow: visible;
}
.proview:before{
   content:"";
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-shadow: 0 6px 50px rgba(156, 156, 156, 0.6);
    z-index: 9;

}
.proview img{max-width: 100%;}
.proview .minishow{position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 223px;
    z-index: 12;
    background: #fff;
    padding:25% 10%;
    height: 446px;
    text-align: center;
    cursor: pointer;
}
.proview .minishow img{max-width: 100%;}
.proview .minishow .sybtn{margin: 0 auto;margin-top:100px;display: block;}

/*card*/
.card-text{height: 60px;line-height: 20px;overflow: hidden;}
/*blog*/
.xh-entry-left{background: #fff;padding:30px 20px;}
.xh-blogcontent{background: #fff;padding: 40px 40px;border:1px solid #f5f5f5;}
.media img{max-width: 30%;}
.media img.xh-pinglun-img{max-width: 42px;}
.xh-blog-widget-title{    padding: 15px 20px;
    border-bottom: 1px #efefef solid;}
.xh-blog-widget-list-title{font-size: 90%;height: 28px;line-height: 28px;overflow: hidden;}
.xh-blog-Breadcrumb-title{padding: 10px 20px;
    border-bottom: 1px #efefef solid;}

.xh-entry{padding:40px;}
.xh-entry .post-header{margin-bottom: 30px;}
.xh-entry .post-header h1{font-size: 32px;
    line-height: 42px;margin-top: 0;height: 42px;overflow: hidden;}
.xh-entry .content_post {
    line-height: 32px;
    font-size: 15px;
    margin-top: 30px;
}
.xh-entry .content_post .excerpt{
    background-color: #f6f6f6;
    font-weight: 300;
    color: #999;
    padding: 20px;
    font-size: 16px;
    margin-bottom: 20px;
}

.content_post h1, .content_post h2, .content_post h3, .content_post h4, .content_post h5 {
    display: block;
    margin: 24px 0 16px;
    font-size: 22px;
    line-height: 26px;
}
.content_post ul{margin-left: 20px;}
.content_post ul li{list-style: disc;}
.fg-div {

    display: block;
    height: 3px;
    margin: 15px 0;
    font-weight: normal;
    width: 50px;
    background-color: #000000;
}

    /**/
.breadcrumb{background: transparent;padding-bottom: 0;}
/**/
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{border:0;border-top:4px solid #333;margin-top:-4px;}
.nav-tabs{border-top:1px solid #f3f3f3;border-bottom: 0}
.nav-tabs .nav-link{border:0;}
/**/

 .xh-payselect a{padding:4px 15px 4px 15px; border:2px solid #ced4da;cursor:pointer;display:inline-block;background: #fff;}
.xh-payselect a img{max-height: 100%;}
 .xh-payselect a.active,.xh-payselect a:hover{color: #333;border-color:#e36340;background: url(../images/selected.png) no-repeat right bottom #fff;text-decoration:none;}
 /*search*/
 .xh-navsearch{padding:2px 15px;border-radius: 15px;border:1px solid #ddd;width: 140px;color: #999;font-size: 80%}
.xh-required:after {
    content: "*";
    color: #999;
    vertical-align: middle;
    margin-left: 2px;
}
