.f-left{
    float: left;
}
.f-right{
    float: right;
}
a{
    color: #555555;
}

.clear{ clear: both;}
.clearfix {
    zoom: 1;
}

.section-box1{
    padding: 40px 0;
    background: #f7faff;
}
.section-box1 h2{
    line-height: 46px;
    text-align: center;
    font-size: 30px;
    color: #5565a0;
    margin: 0;
    font-weight: normal;
}
.section-box1 h2 strong{
    font-weight: normal;
}
.section-box1 p.summary{
    font-size: 16px;
    color: #8c8c98;
    text-align: center;
    line-height: 30px;
    margin: 10px 0;
}

.section-box2{
    padding: 40px 0;
}
.section-box2 h2{
    line-height: 46px;
    text-align: center;
    font-size: 30px;
    color: #ff6637;
    margin: 0;
}



/*********************header begin***********************/
.header-section{
    width: 100%;
    line-height: 40px;
    border-bottom:1px solid #322f47;
    background: #0e0b27;
    overflow: hidden;
}
.header-section .container{
    position: relative;
}
.header-section .container span.f-right{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: url("../images/phone-icon-top.png") no-repeat left center;
    text-indent: 24px;
}

.header-section .navbar-nav > li a{
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 14px;
    color: #fff;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.header-section .navbar-nav > li a:hover, .header-section .navbar-nav > li a.current{
    color: #ff6600;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.header-section .navbar-default{
    background: #0e0b27;
    position: absolute;
    right: 150px;
    top: 0;
    z-index: 9;
}
.header-section .navbar-default .navbar-brand{
    display: none;
}
.header-section .navbar-collapse{
    background: #0e0b27;
}
/*********************header end***********************/


/*********************banner begin*********************/
.banner-section{
    width: 100%;
    background: url("../images/banner_bg.jpg") no-repeat center center;
    background-size:cover;
}
.banner-section .container{
    padding: 100px 0;
}
.banner-section img{
    display: block;
    margin: 0 auto;
}
.banner-section .subhead{
    margin: 20px 0 34px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: url("../images/banner-subhead_bg.png") no-repeat center center;
}
.banner-section .sort{
    width: 720px;
    height: 64px;
    margin: 0 auto;
    line-height: 64px;
    color: #fff;
    font-size: 18px;
}
.banner-section .sort a{
    padding: 0 20px;
    color: #fff;
}
.banner-section .sort a.on{
    color: #ff6600;
    font-weight: bold;
}
.banner-section .form-box{
    width: 720px;
    margin: 0 auto;
}
.banner-section .form-box .text{
    display: inline-block;
    width: 540px;
    height: 46px;
    line-height: 46px;
    background: #fff;
    border-radius: 2px 0 0 2px;
    border: none;
    padding: 0;
    text-indent: 10px;
}
.banner-section .form-box .btn{
    width: 180px;
    height: 46px;
    background: #ff6600;
    border: none;
    border-radius: 0 2px 2px 0;
    color: #fff;
    font-size: 18px;
}
/*********************banner end***********************/

/**********免费查询弹框 begin************/
.th-layer-box{
    position: fixed;
    z-index: 9999;
}
.th-layer-shade{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    opacity: 0.5;
}
.th-layer-main{
    position: fixed;
    width: 100%;
    left: 0;
    top:270px;
    margin: 0 auto;
}
.th-callback-box{
    position: relative;
    width: 80%;
    max-width: 440px;
    min-width: 320px;
    padding: 30px 0 40px;
    margin: 0 auto;
    text-align: center;
    border-radius: 8px;
    background: linear-gradient(to bottom, #ffffff 0%,#e2e8f2 100%);
}
/* .th-callback-box img{
    position: absolute;
    top: -60px;
    left: 50%;
    margin-left: -62px;
} */
.th-callback-box h2{
    font-size: 30px;
    color: #ff7200;
    text-align: center;
    margin: 0;
}
.th-callback-box p{
    text-align: center;
    font-size: 16px;
    margin: 0 0 20px;
    padding: 16px 0;
    color: #666;
    border-bottom: 1px dashed #ddd;
}
.th-callback-box .text{
    display: block;
    width: 80%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto 20px;
    border-radius: 5px;
    border: solid 2px #d4dde8;
    background-color: #fff;
    text-indent: 10px;
    font-size: 14px;
}
.th-callback-box .btn{
    display: block;
    width: 80%;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    border-radius: 5px;
    border: none;
    background-color: #ff7200;
    font-size: 16px;
    color: #fff;
}
.th-layer-close{
    position: absolute;
    right: 16px;
    top: 0px;
    font-size: 30px;
    color: #999;
    font-weight: normal;
}

.box-content{
    width: 80%;
    margin: 0 auto 20px;
}
.box-content .txyzm, .box-content .smsyzm{
    float: left;
    width: 238px;
    height: 40px;
    line-height: 40px;
    border: solid 2px #d4dde8;
    border-radius: 5px;
    background-color: #fff;
    text-indent: 10px;
    font-size: 14px;
}
.box-content .tx-yzm{
    width: 100px;
    height: 44px;
    margin-left: 10px;
}
.box-content .getsmyzm{
    width: 100px;
    height: 46px;
    margin-left: 10px;
    border: none;
    border-radius: 5px;
    background-color: #ff7200;
    color: #fff;
}

/**********免费查询弹框 end************/

.section-box{
    padding: 50px 0 56px;
}
.section-box h2{
    line-height: 46px;
    font-size: 30px;
    color: #333;
    text-align: center;
    margin: 0;
}
.section-box p.subhead{
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #8c8c98;
    margin: 0;
}

.section-btn{
    display: block;
    width: 410px;
    height: 46px;
    line-height: 46px;
    margin: 50px auto 0;
    border-radius: 5px;
    background: #ff6600;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.section-btn:hover{
    color: #fff;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}
.section-btn img{
    margin-left: 8px;
    vertical-align: middle;
    margin-top: -3px;
}


/**********产品服务 begin**********/
.service-section{
    background: #fff;
}
.service-box{
    margin: 40px 0 50px;
}
.service-box ul{
    width: 100%;
}
.service-box ul li{
    float: left;
    width: 20%;
    text-align: center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.service-box ul li:hover{
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}
.service-box ul li img{
    display: block;
    margin: 0 auto;
}
.service-box ul li h3{
    margin: 10px 0;
    line-height: 34px;
    font-size: 18px;
    font-weight: bold;
}
.service-box ul li p{
    line-height: 24px;
    font-size: 14px;
    color: #666;
    margin: 0;
}
/**********产品服务 end************/


/**********知识产权 begin**********/
.signifi-section{
    background: url("../images/signifi_bg.jpg") no-repeat center center;
    background-size:cover;
}
.signifi-section h2{
    color: #fff;
}
.signifi-box{
    width: 960px;
    background: url("../images/signifi_logo.png") no-repeat center center;
    margin: 40px auto;
    color: #fff;
}
.signifi-box li{
    width: 290px;
    height: 174px;
}
.signifi-box li:nth-child(1), .signifi-box li:nth-child(3){
    float: left;
    margin-right: 173px;
}
.signifi-box li:nth-child(2), .signifi-box li:nth-child(4){
    float: right;
}
.signifi-box li h3{
    font-size: 18px;
}
.signifi-box li:nth-child(1) h3, .signifi-box li:nth-child(3) h3{
    text-align: right;
}
.signifi-box li p{
    line-height: 26px;
    font-size: 14px;
    text-align: justify;
}

/**********知识产权 end************/


/**********注册流程 begin**********/
.flow-box{
    margin: 36px 0 20px;
}
.flow-box li{
    width: 15%;
    height: 210px;
    float: left;
    text-align: center;
}
.flow-box li img{
    display: block;
    margin: 0 auto;
}
.flow-box li h3{
    line-height: 40px;
    margin: 6px 0 0 0;
    font-size: 18px;
}
.flow-box li p{
    line-height: 22px;
    font-size: 14px;
    margin: 0;
}
.flow-box li.arrow{
    width: 13.33%;
    background: url("../images/step_arrow.png") no-repeat center center;
}

.flow-btns{
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}
.flow-btns li{
    float: left;
    margin: 10px;
}
.flow-btns li a{
    position: relative;
    display: block;
    width: 280px;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    background: #e5e5e5;
    text-indent: 90px;
    transition:all 0.4s;
    -webkit-transition:all 0.4s;
    -moz-transition:all 0.4s;
}
.flow-btns li a:hover{
    background: #ff6600;
    color: #fff;
    transition:all 0.4s;
    -webkit-transition:all 0.4s;
    -moz-transition:all 0.4s;
}
.flow-btns li a i{
    position: absolute;
    top: 0;
    left: 50px;
    display: block;
    width: 20px;
    height: 36px;
    background: url("../images/flow_icons.png") no-repeat;
}
.flow-btns li a:hover i{
    transform:rotateY(360deg);
    -webkit-transform:rotateY(360deg);
    -moz-transform:rotateY(360deg);
    transition:transform 0.9s;
    -webkit-transition:transform 0.9s;
    -moz-transition:transform 0.9s;
    background: url("../images/flow_icons_hover.png") no-repeat;
}
.flow-btns li.b1 a i{
     background-position: 0 0;
 }
.flow-btns li.b2 a i{
    background-position: -250px 0;
}
.flow-btns li.b3 a i{
    background-position: -500px 0;
}
.flow-btns li.b4 a i{
    background-position: -751px 0;
}
.flow-btns li.b5 a i{
    background-position: 0 -55px;
}
.flow-btns li.b6 a i{
    background-position: -250px -55px;
}
.flow-btns li.b7 a i{
    background-position: -500px -55px;
}
.flow-btns li.b8 a i{
    background-position: -751px -55px;
}

/**********注册流程 end**********/


/**********我们的优势 begin**********/
.advant-section{
    background: url("../images/advant_bg.jpg") no-repeat center center;
    background-size: cover;
}
.advant-box{
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}
.advant-box li{
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding: 0 10px;
}
.advant-box li img{
    width: 100%;
}
/**********我们的优势 end**********/


/*********服务数据 begin**********/
.data-section{
    padding: 36px 20px;
    background: url("../images/data_bg.jpg") no-repeat center center;
	background-size:cover;
}
.data-section img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
/*********服务数据 end**********/


/**********案例展示 begin**********/
.show-section{
    background: url("../images/show_bg.jpg") no-repeat center center;
    background-size: cover;
}
.show-list{
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}
.show-list li{
    float: left;
    width: 20%;
    margin-bottom: 30px;
}
.show-list li img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
/**********案例展示 end**********/


/**********常见问题 begin**********/
.issue-section{
    background: url("../images/issue_bg.jpg") no-repeat center center;
    background-size: cover;
}
.issue-section h2{
    color: #fff;
}
.issue-section .tel-btn{
    display: block;
    margin: 30px auto 0;
    width: 410px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: #e0ecff;
    border-radius: 4px;
    font-size: 16px;
    color: #171662;
    font-weight: bold;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.issue-section .tel-btn:hover{
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}
.issue-box{
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}
.issue-box li{
    float: left;
    width: 580px;
    height: 150px;
    box-sizing: border-box;
    color: #fff;
}
.issue-box li:nth-child(2n){
    float: right;
}
.issue-box li h3{
    padding: 10px 0;
    line-height: 32px;
    border-bottom: 1px solid #fff;
    background: url(../images/issue-icon.png) no-repeat left 15px;
    text-indent: 36px;
    font-size: 18px;
    margin: 0 0 14px 0;
}
.issue-box li p{
    margin: 0;
    text-align: justify;
}



/**********常见问题 end**********/



/*********************footer begin***********************/
.footer-section{
    background: #181818;
    padding: 20px 0 40px;
}

.sub-navs dl{
    float: left;
    width: 120px;
    margin: 0 0 0 30px;
}
.sub-navs dl dt{
    height: 44px;
    line-height: 44px;
    font-size: 20px;
    color: #fff;
}
.sub-navs dl dd{
    line-height: 36px;
    color: #666;
    margin-left: 0;
}
.sub-navs dl dd a:hover{
    color: #fff;
}

.contact-line{
    width: 260px;
}
.contact-line p{
    color: #fff;
    margin: 0;
}
.contact-line p.text1{
    line-height: 38px;
    color: #007bff;
}
.contact-line p.text2{
    line-height: 34px;
    font-size: 24px;
}
.contact-line p.text1{
    line-height: 30px;
    font-size: 16px;
}
.contact-line a{
    display: block;
    width: 100%;
    line-height: 34px;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-top: 16px;
}

.code-box{
    width: 192px;
    text-align: center;
    color: #fff;
    margin-right: 80px;
    padding-top: 20px;
}
.code-box img{
    display: block;
    width: 100%;
    margin: 0 auto 10px;
}

.pop-dzb-box{
    overflow: hidden;
}
.pop-dzb-box .content{
    padding: 0 28px 20px;;
    background: #fff;
}
.pop-dzb-box img{
    display: block;
    width: 100%;
}
.pop-dzb-box p{
    text-align: center;
    line-height: 60px;
    color: #9400bb;
    font-size: 24px;
}
.pop-dzb-box .phone{
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 0 10px;
    color: #666;
    box-sizing: border-box;
}
.pop-dzb-box .btn{
    width: 100%;
    border: none;
    height: 40px;
    background: #ba4aff;
    border-radius: 5px;
    border: none;
    margin-top: 20px;
    color: #fff;
}

/*.layui-layer-dialog .layui-layer-content{
    padding: 0 !important;
}*/
/*********************footer end***********************/


/*********************底部悬浮层 begin***********************/

.float-panel .float-box{position:fixed;left:0;bottom:0;background-color:rgba(0,0,0,.8);width:100%;z-index:9000;-webkit-transition:width .3s ease-in-out;-moz-transition:width .3s ease-in-out;-ms-transition:width .3s ease-in-out;-o-transition:width .3s ease-in-out;transition:width .3s ease-in-out}
.float-panel .float-box.float-out{opacity:0;-webkit-transform:translate(-100%,0);-moz-transform:translate(-100%,0);-ms-transform:translate(-100%,0);-o-transform:translate(-100%,0);transform:translate(-100%,0);-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-ms-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}
.float-panel .float-box.float-in{opacity:1;-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0);-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-ms-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}
.float-panel .float-box .container{position:relative;width:1200px;margin:0 auto}
.float-panel .float-box img.text{position: relative; top:-50px; display: block; height: 150px; margin: 0 auto;}
.float-panel .float-box .form-box{width:932px;height:40px;margin: 0 auto 15px;margin-top: -50px;}
.form-box .form-inline{float: left; margin-right: 10px;}
.form-box .form-inline .phone{width:200px;height:40px;border:none;padding:0 10px 0 40px;border-radius:5px;background: url(../images/float-icons.png) no-repeat -160px -159px #fff;}
.form-box .form-inline .txyzm{width:120px;height:40px;border:none;padding:0 10px 0 40px;border-radius:5px 0 0 5px;background: url(../images/float-icons.png) no-repeat -160px -79px #fff;float: left;}
.form-box .form-inline .tx-yzm{width: 128px; height:40px;border-radius: 0 5px 5px 0;float: left;}
.form-box .form-inline .smsyzm{width:120px;height:40px;border:none;padding:0 10px 0 40px;border-radius:5px 0 0 5px;background: url(../images/float-icons.png) no-repeat -160px -119px #fff;float: left;}
.form-box .form-inline .getsmyzm{width:84px;height:40px;border:none;border-radius: 0 5px 5px 0;float: left;background: url(../images/float-icons.png) no-repeat -189px -194px #fff;}
.form-box .btn{width:100px;height:40px;line-height:40px;border:none;background:url(../images/float-icons.png) no-repeat 0 -102px;color:#fff;cursor:pointer;}

.float-panel .float-box .close-float{position:absolute;right:0;top:12px;display:block;width:20px;height:20px;background:url(../images/float-icons.png) no-repeat -170px 0;cursor:pointer}
.float-panel .float-button{position:fixed;left:0;bottom:20px;z-index:89999;width:118px;height:81px;background:url(../images/float-icons.png) no-repeat 0 0;cursor:pointer;-webkit-transition:width .3s ease-in-out;-moz-transition:width .3s ease-in-out;-ms-transition:width .3s ease-in-out;-o-transition:width .3s ease-in-out;transition:width .3s ease-in-out}
.float-panel .float-button.float-button-out{-webkit-transform:translate(-100%,0);-moz-transform:translate(-100%,0);-ms-transform:translate(-100%,0);-o-transform:translate(-100%,0);transform:translate(-100%,0);-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-ms-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}
.float-panel .float-button.float-button-in{-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0);-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-ms-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}


/*********************底部悬浮层 end***********************/



/*********************侧边栏 begin***********************/
.animated {-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
@-webkit-keyframes zoomIn {from {opacity:0;-webkit-transform:scale3d(0.3,0.3,0.3);transform:scale3d(0.3,0.3,0.3);}
    50% {opacity:1;}
}
@keyframes zoomIn {from {opacity:0;-webkit-transform:scale3d(0.3,0.3,0.3);transform:scale3d(0.3,0.3,0.3);}
    50% {opacity:1;}
}
.zoomIn {-webkit-animation-name:zoomIn;animation-name:zoomIn;}
@keyframes bounceInDown {0%,60%,75%,90%,to {animation-timing-function:cubic-bezier(.215,.61,.355,1)}
    0% {opacity:0;transform:translate3d(0,-3000px,0)}
    60% {opacity:1;transform:translate3d(0,25px,0)}
    75% {transform:translate3d(0,-10px,0)}
    90% {transform:translate3d(0,5px,0)}
    to {transform:none}
}
.side-menu{ position: fixed; right: 10px; bottom: 140px; height: 400px; }
.side-menu p{ margin: 0;}
.side-menu .child{ width: 56px; height: 90px;background-color: #626262; color: #fff; font-size: 14px; text-align: center; margin-top: 10px; border-radius: 2px; cursor: pointer; }
.side-menu .side-kefu p{ color: #fff; }
.side-menu .side-back{ display: none; }
.side-menu .ico{ display: inline-block; width: 32px; height: 30px;margin: 10px 0 2px; }
.side-menu .side-tel .ico{ background:url(../images/ico-side-tel.png) no-repeat center center;  }
.side-menu .side-kefu .ico{ background:url(../images/ico-side-kefu.png) no-repeat center center; }
.side-menu .side-wx .ico{ background:url(../images/ico-side-wx.png) no-repeat center center;  }
.side-menu .side-back .ico{ background:url(../images/ico-side-back.png) no-repeat center center;  }
.side-menu .on{ color: #fff; background-color: #f03f0d; }
.side-menu .side-tel,.side-menu .side-wx{ position: relative; }
.side-menu .side-tel .tel-more{ display: none; position: absolute; top: 0; right: 55px; margin-right: 10px; width: 130px; height: 112px; border:1px solid #eee; background-color: #fff; color: #000; }
.side-menu .side-tel .p1{ padding: 10px 0; border-bottom: 1px solid #ddd; }
.side-menu .side-tel .p2{ padding: 14px 0; color: #f03f0d; }
.side-menu .side-tel .p2 i{ display: inline-block; width: 18px; height: 18px; vertical-align: text-bottom; margin-right: 6px; background:url(../images/ico-more-tel.png) no-repeat center center; }
.side-menu .side-tel .p3{ color: #f03f0d; font-size: 16px; font-weight: bold; font-style:oblique; }
.side-menu .side-wx .wx-code{ position: absolute; top: 0; right: 55px; margin-right: 10px; }
.side-menu .on .wx-code,.side-menu .on .tel-more{ display: block !important; }
/*********************侧边栏 end***********************/

.xcx-code{ position: fixed; left: 10px; bottom: 150px; width: 232px; height: 320px; background: url(http://www.qihui.com/p/pt_style/images/activity/xcx-code.png);}
.xcx-code i.close{ position: absolute; top:12px; right: 12px; display: block; width: 16px; height: 16px; cursor: pointer;} 

.qihui-applet-wap{ display: none;}
