/**************************************通用**********************************/
*{
    font-size: 14px;
    font-family: '黑体','Hiragino Sans GB','宋体',arial,sans-serif;
    color: #666;
    font-weight: normal;
}
html,body{
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
ul,dl,dd{
    list-style: none;
    padding: 0;
    margin: 0;
}
h1,p,h2{
    margin: 0;
}
.clear{
    clear: both;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.yellow{
    color: #ed7601;
}
.blue{
    color: #014a9f;
}
.yellow-bg{
    background-color: #ed7601;
}
.blue-bg{
    background-color: #014a9f;
}
.yellow-border{
    border: 1px solid #c56200;
}
.blue-border{
    border: 1px solid #003a7d;
}

/**************************************logo+nav**********************************/
.top{
    width: 100%;
}
.header{
    width: 1200px;
    margin: 0 auto;
}
.logo{
    float: left;
    margin-top: 24px;
}
.nav{
    float: right;
}
.nav>li{
    float: left;
    padding: 0 25px;
    height: 96px;
    line-height: 96px;
    text-align: center;
}
.nav>li>a{
    color: #666;
    display: inline-block;
    font-size: 18px;
    width: 100%;
    text-align: center;
    height: 100%;
}
.nav>li>a:hover, .nav>.current>a {
    color: #ed7601;
}
.banner-box{
    width: 100%;
    height: 520px;
    overflow: hidden;
    position: relative;
}
.banner{
    width: 1920px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -260px;
    margin-left: -960px;
    z-index: 1;
}
.banner-search{
    position: absolute;
    z-index: 9;
    width: 716px;
    left: 50%;
    margin-left: -358px;
    bottom: 30px;
}
.banner-search2{
    position: absolute;
    z-index: 9;
    width: 716px;
    left: 50%;
    margin-left: -358px;
    bottom: 320px;
}
.banner-search-input{
    width: 716px;
    height: 52px;
    border: 3px solid #ed7601;
    border-radius: 8px;
    box-sizing: border-box;
    color: #999;
    font-size: 18px;
    padding-left: 20px;
}
.banner-search-button{
    width: 32px;
    height: 32px;
    background: url("../images/banner-search-button.png") no-repeat;
    padding: 0;
    border: none;
    position: absolute;
    top: 10px;
    left: 671px;
}
.banner-search-button2{
    width: 60px;
    height: 32px;
	padding: 0;
    font-size:12px;
	border: none;
    position: absolute;
    top: 10px;
    left: 600px;
	cursor:pointer;
}
.cxys{
    font-size: 18px;
    color: #fff;
    text-decoration: underline;
    margin-left: 20px;
}
.fnts{
    font-size: 18px;
    color:#555;
	font-weight:bold;
    margin-top: 5px;
	height:34px;
	line-height:34px;
}
.fnts a{
    font-size: 18px;
    color: #fff;
    margin-left: 20px;
    text-decoration: underline;
}
.gd-gg-box{
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
}
.gd-gg{
    width: 1200px;
    margin: 0 auto;
    height: 54px;
}
.gd-gg img{
    margin-top: 15px;
}
.gd-content{
    width:1120px;
    height:54px;
    margin:0 auto;
    line-height:54px;
}
.gd-content a{
    font-size: 18px;
    margin-right: 60px;
    color: #666;
    line-height:54px;
}
.gg-more{
    font-size: 16px;
    color: #666;
    line-height: 54px;
}
/**************************************footer*********************************/
.footer-box {
    width: 100%;
    background: #fbfbfb;
    border-top: 2px solid #e1e1e1;
    padding: 20px 0;
}
.footer {
    width: 1200px;
    margin: 0 auto;
}
.footer dl {
    float: left;
}
.footer dt {
    font-size: 22px;
    line-height: 40px;
}
.footer dd {
    font-size: 14px;
    line-height: 22px;
    margin-top: 5px;
}
.footer dd a {
    color: #666;
}
.footer_l {
    margin-left: 10px;
}
.footer_m {
    margin-left: 80px;
	height:140px;
	float:left;
	width:250px;
}
.footer_m li{ float:left; width:80px; line-height:22px; margin-top:5px;}
.footer_r {
    margin-left: 100px;
}
.ewm{
	width:430px;
}
.ewm img{
    width: 132px;
    height: 132px;
}
.ewm h2{
	font-size: 22px;
    color: #333;
    line-height: 40px;
    margin-left: 20px;
}
.ewm p{
    font-size: 14px;
    color: #666;
    line-height: 30px;
    margin-left: 20px;
    margin-bottom: 15px;
}
.ewm p span{
	margin-right:20px;
}
.fgs{
	width:430px;
}
.fgs img{
    width: 132px;
    height: 132px;
}
.fgs h2{
	font-size: 22px;
    color: #333;
    line-height: 40px;
    margin-left: 20px;
}
.fgs div{
    font-size: 14px;
    color: #666;
    line-height: 30px;
    margin-left: 20px;
    margin-bottom: 15px;
}
.fgs div li{
	float:left;
	margin-right:20px;
}
.contact-box{
    margin-left: 60px;
	margin-top:40px;
}
.contact-box h2{
    font-size: 16px;
    color: #4c4c4c;
}
.contact-box h1{
    font-size: 20px;
    color: #ca0f1a;
    line-height: 40px;
}
.contact-box .span1{
    float: left;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    font-size: 14px;
    color: #fff;
    background-color: #444;
}
.contact-box .span2{
    float: left;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    font-size: 13px;
    color: #444;
    border: 1px solid #444;
    box-sizing: border-box;
}
.copyright {
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
    line-height: 21px;
    color: #999;
}
.copyright a{
    color: #999;
}

/**************************************首页**********************************/
.content-box{
    width: 100%;
}
.aboutcontent{
    width:1200px;
	margin:0 auto;
	line-height:26px;
	padding:20px 10px;
}

/******注册*****/
.common-bg-box {
    padding-top: 70px;
    padding-bottom: 100px;
    background: #F9F9F9;
}
.reg {
    width: 1200px;
    margin: 0 auto;
}
.reg-type {
    width: 546px;
    height: 294px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    text-align: center;
}
.reg-title {
    font-size: 36px;
    line-height: 90px;
}
.reg-bz {
    font-size: 16px;
    line-height: 29px;
}
.reg-in {
    display: inline-block;
    border-radius: 4px;
    color: #fff;
    font-size: 24px;
    width: 170px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    margin-top: 25px;
    box-sizing: border-box;
}

/******我们做的*****/
.common-box {
    width: 1200px;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 100px;
}
.common-title {
    text-align: center;
    font-size: 36px;
    color: #333;
}
.common-title-yw {
    text-align: center;
    font-size: 16px;
    color: #999;
    line-height: 24px;
}
.wedo-content{
    margin-top: 40px;
}
.wedo-content li {
    float: left;
    width: 300px;
    text-align: center;
    color: #999;
}
.wedo-content-title {
    margin: 20px 0;
    font-size: 26px;
    color: #4c4c4c;
}
.wedo-content-bz {
    display: block;
    font-size: 16px;
    line-height: 28px;
    color: #999;
}

/******注册流程*****/
.reglc-fn-box {
    width: 380px;
    margin: 0 auto;
    margin-top: 40px;
    text-align: center;
    cursor: pointer;
}
.reglc-fn{
    height: 80px;
    padding-top: 10px;
    border-top: 4px solid #666;
}
.reglc-fn h1 {
    font-size: 24px;
    color: #666;
    line-height: 40px;
}
.reglc-fn p {
    font-size: 18px;
    color: #999;
    line-height: 30px;
}
.reglc-fn-current{
    border-top: 4px solid #ff9b38;
    box-sizing: border-box;
}
.reglc-fn-current h1,.reglc-fn-current p{
    color: #ff9b38;
}
.steps{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.steps dd{
    float: left;
    width: 254px;
    height: 386px;
    text-align: center;
    background-color: #fff;
    margin-right: 58px;
    position: relative;
}
.steps dd:after{
    position: absolute;
    top: 169px;
    left: 269px;
    content: "";
    display: block;
    width: 25px;
    height: 42px;
    background: url("../images/icon5.png") no-repeat;
}
.steps dd img{
    margin-top: 50px;
    margin-bottom: 40px;
}
.steps dd p{
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    color: #666;
}
.steps dd span{
    display: inline-block;
    width: 100%;
    text-align: center;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    color: #ed7601;
}

/******注册流程*****/
.zx-gg-img-box img{
    width: 510px;
    height: 300px;
    display: block;
}
.zx-gg-content {
    padding-left: 20px;
}
.zxgg-mz{
    padding: 0 26px;
    margin-right: 15px;
    font-size: 18px;
    border-radius: 4px 4px 0 0;
    cursor: pointer;
    line-height: 40px;
}
.zxgg-current{
    background-color: #ed7601;
    color: #fff;
}
.zxgg-more{
    font-size: 18px;
    color: #999;
    line-height: 40px;
}
.zx-gg-content ul{
    width: 670px;
    border-top: 2px solid #ed7601;
    padding-top: 10px;
}
.zx-gg-content ul li{
    width: 670px;
    padding: 12px 0;
    border-bottom: 1px solid #e1e1e1;
}
.zx-gg-content ul li a{
    font-size: 18px;
}
.zx-gg-content ul li span{
    font-size: 18px;
    color: #999;
}

/******热门服务项目*****/
.hot-list{
    margin-top: 60px;
}
.hot-list>li{
    float: left;
    background-color: #fff;
    width: 180px;
    height: 300px;
    margin-right: 24px;
    text-align: center;
}
.hot-list>li>img{
    margin-top: 30px;
}
.hot-list>li>h1{
    font-size: 18px;
    color: #333;
    line-height: 50px;
}
.hot-list>li>p{
    font-size: 12px;
    color: #666;
    line-height: 18px;
}
.hot-list>li>div{
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #333;
}
.hot-list>li>div>span{
    font-size: 22px;
    color: #ed7601;
}
.hot-list>li>a{
    font-size: 14px;
    color: #fff;
    display: block;
    width: 100px;
    margin: 0 auto;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #ed7601;
    transition: all .5s ease;
}
.hot-list>li>a:hover{
    background-color: #014a9f;
}

/******常见问题*****/
.csr-list-box1{
    width: 1200px;
    margin: 0 auto;
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
}
.csr-list-box1 li{
    float: left;
    width: 200px;
    height: 150px;
    display: table-cell;
    vertical-align:middle;
    text-align:center;
    display: block;
    font-size: 110px;/*约为高度的0.873，150*0.873 约为130*/
    font-family:Arial;/*防止非utf-8引起的hack失效问题，如gbk编码*/
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    box-sizing: border-box;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .5;
}
.csr-list-box1 li:hover{
    opacity: 1;
    -webkit-filter: none;
    filter: none;
    -webkit-filter: none;
    filter: none;
}
.csr-list-box1 li img{
    vertical-align:middle;
}
.csr-list-box2{
    border-top: none;
    border-left: 1px solid #e1e1e1;
}
.mr50{
    margin-top: 50px;
}

/******常见问题*****/
.loc-box{
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.cjwt-min-box{
    width: 1152px;
    margin: 0 auto;
    overflow: hidden;
}
.cjwt-list{
    width: 9999px;
}
.cjwt-list>li{
    float: left;
    margin-top: 50px;
    width: 354px;
    height: 251px;
    padding: 0 15px;
    cursor: pointer;
    background: url("../images/cjwt-bg.png") no-repeat center center;
}
.cjwt-list>li>h1{
    font-size: 18px;
    color: #ed7601;
    margin-left: 60px;
    line-height: 30px;
    margin-bottom: 50px;
}
.cjwt-list>li>p{
    font-size: 16px;
    color: #828282;
    line-height: 30px;
    width: 270px;
    margin-left: 60px;
}
.prev{
    display: block;
    width: 17px;
    height: 28px;
    background: url("../images/jt-left0.png") no-repeat;
    position: absolute;
    left: 0;
    top: 180px;
    transition: all .5s ease;
}
.next{
    display: block;
    width: 17px;
    height: 28px;
    background: url("../images/jt-right0.png") no-repeat;
    position: absolute;
    right: 0;
    top: 180px;
    transition: all .5s ease;
}
.prev:hover{
    background: url("../images/jt-left.png") no-repeat;
}
.next:hover{
    background: url("../images/jt-right.png") no-repeat;
}




/**************************************商标注册**********************************/
.common-title2{
    font-size: 48px;
    color: #262626;
    text-align: center;
}
.common-title2-bz{
    font-size: 18px;
    color: #999;
    line-height: 50px;
    text-align: center;
}
.reg2 {
    width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
}
.reg-type2 {
    width: 230px;
    height: 418px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    text-align: center;
    margin: 0 20px;
    box-sizing: border-box;
    padding: 0 20px;
	border:1px solid red;
}
.reg-type2 img{
    margin-top: 40px;
}
.reg-type2 h1{
    font-size: 36px;
    line-height: 90px;
    font-weight: bold;
    color: #262626;
    background: url("../images/title-bg.png") no-repeat bottom center;
}
.reg-type2 span{
    display: block;
    color: #df1344;
    font-size: 24px;
    margin-top: 15px;
    line-height: 40px;
    text-align: center;
}
.reg-type2 p{
    font-size: 14px;
    color: #666;
    line-height: 24px;
}
.anniu-box{
    width: 220px;
    margin: 0 auto;
    padding-top: 30px;
}
.anniu-box a{
    display: block;
    width: 100px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 40px;
}
.fw-box{
    width: 1200px;
    margin: 0 auto;
    padding-top: 70px;
}
.fw-box li{
    float: left;
    width: 240px;
    text-align: center;
}
.fw-box img{
    margin-bottom: 40px;
}
.fw-box h1{
    font-size: 18px;
    color: #333;
}
.common-title3{
    font-size: 48px;
    color: #262626;
    text-align: center;
    background: url("../images/title-bg2.png") no-repeat center;
}
.fxfw-list{
    padding-top: 80px;
}
.fxfw-list li{
    float: left;
    width: 254px;
    height: 386px;
    background-color: #fff;
    text-align: center;
    margin-right: 61px;
}
.fxfw-list li h1{
    color: #ed7601;
    font-size: 80px;
    line-height: 220px;
}
.fxfw-list li h2{
    color: #333;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 40px;
}
.fxfw-list li p{
    color: #666;
    font-size: 16px;
    line-height: 28px;
}
.anniu-box2{
    width: 400px;
    margin: 0 auto;
    margin-top: 50px;
}
.anniu-box2 a{
    width: 180px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-size: 16px;
}
.jssb-box{
    width: 1200px;
    margin: 0 auto;
    padding-top: 60px;
}
.jssb-left{
    position: relative;
    margin-left: 100px;
}
.jssb-left h1{
    font-size: 32px;
    color: #262626;
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 40px;
    width: 140px;
    margin-top: -50px;
    margin-left: -90px;
    text-align: center;
}
.jssb-right li{
    margin-bottom: 50px;
}
.jssb-right-list{
    width: 665px;
}
.jssb-right-list-title{
    font-size: 50px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background-color: #ed7601;
    border-radius: 40px 40px 0 40px;
    text-align: center;
    color: #fff;
    margin-right: 30px;
}
.jssb-right-list-content{
    border-bottom: 1px #e1e1e1 dashed;
}
.jssb-right-list-content h1{
    font-size: 28px;
    color: #ed7601;
    font-family: 宋体;
    font-weight: bold;
    margin-top: 15px;
}
.jssb-right-list-content p{
    font-size: 14px;
    color: #666;
    line-height: 32px;
    width: 550px;
}
.sstz-box{
    width: 1200px;
    margin: 0 auto;
    background: url("../images/sstz-bg.png") no-repeat center;
    margin-top: 70px;
    height: 600px;
    position: relative;
}
.sstz-list h1{
    font-size: 24px;
    line-height: 50px;
    border-bottom: 1px dashed #e1e1e1;
    color: #262626;
}
.sstz-list p{
    font-size: 16px;
    line-height: 40px;
}
.sstz-list1{
    position: absolute;
    left: 64px;
    top: 30px;
}
.sstz-list2{
    position: absolute;
    left: 720px;
    top: 85px;
}
.sstz-list3{
    position: absolute;
    left: 360px;
    top: 475px;
}
.kdfw-box{
    width: 1200px;
    margin: 0 auto;
    background: url("../images/kdfw-bg.png") no-repeat center;
    margin-top: 70px;
    height: 460px;
    position: relative;
}
.kdfw-box li{
    font-size: 26px;
    color: #262626;
}
.kdfw-list1{
    position: absolute;
    left: 525px;
}
.kdfw-list2{
    position: absolute;
    left: 250px;
    top: 340px;
}
.kdfw-list3{
    position: absolute;
    left: 820px;
    top: 340px;
}
.shfw-box{
    width: 1200px;
    margin: 0 auto;
    background: url("../images/shfw-bg.png") no-repeat center;
    margin-top: 70px;
    height: 490px;
    position: relative;
}
.shfw-box li h1{
    font-size: 18px;
    color: #333;
}
.shfw-box li p{
    font-size: 14px;
    color: #666;
}
.align-r{
    text-align: right;
}
.align-l{
    text-align: left;
}
.shfw-list1{
    position: absolute;
    top: 60px;
    right: 170px;
}
.shfw-list3{
    position: absolute;
    top: 223px;
    right: 170px;
}
.shfw-list5{
    position: absolute;
    top: 386px;
    right: 170px;
}
.shfw-list2{
    position: absolute;
    top: 140px;
    left: 170px;
}
.shfw-list4{
    position: absolute;
    top: 303px;
    left: 170px;
}

/**************************************常见问题**********************************/
.content-loc{
    width: 1200px;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
}
.content-loc a{
    color: #014a9f;
}
.help-list-box{
    width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 70px;
}
.help-list-left{
    width: 360px;
    padding:0 50px;
    border-right: 1px #e5e5e5 solid;
    box-sizing: border-box;
    height: auto;
}
.help-list-left>dt{
    font-size: 28px;
    color: #262626;
    font-weight: bold;
    margin-bottom: 20px;
}
.help-list-left dd{
    display: block;
    height: 40px;
    line-height: 40px;
    color: #666;
    font-size: 16px;
    cursor: pointer;
    overflow: hidden;
    text-align: left;
    width: 100%;
    margin: 5px 0;
    padding-left: 20px;
}
.help-list-left dd:hover,.help-list-left .help-current{
    background-color: #e6f4fe;
    color: #fe8431;
}
.help-list-right{
    width: 540px;
    padding-left: 50px;
    box-sizing: border-box;
    border-left: 1px #e5e5e5 solid;
    margin-left: -1px;
}
.help-list-right li h1{
    font-weight: bold;
    color: #fe8431;
    font-size: 24px;
    text-align: left;
    margin-bottom: 20px;
}
.help-list-right li p{
    line-height: 30px;
    margin-bottom: 20px;
}


/**************************************商标资讯**********************************/
.new-content{
    width: 1200px;
    margin: 0 auto;
}
.new-about{
    width: 1200px;
    margin: 0 auto;
	line-height:26px;
	padding:10px 0px;
}
.new-fn-list{
    margin-bottom: 60px;
}
.new-fn-list dt{
    width: 260px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    background: #014a9f;
    color: #fff;
    font-size: 26px;
}
.new-fn-list dd{
    font-size: 16px;
    width: 260px;
    text-align: center;
    height: 54px;
    line-height: 54px;
    color: #666;
    background-color: #eee;
    margin-top: 5px;
    cursor: pointer;
    transition: all .5s ease;
}
.new-fn-list .new-fn-current{
    background-color: #ed7601;
    color: #fff;
}
.new-fn-list .new-fn-current a{
    color: #fff;
}
.new-fn-list dd:hover{
    background-color: #ed7601;
    color: #fff;
}
.new-fn-list dd:hover a{
    color: #fff;
}
.hot-news-title{
    width: 260px;
    height: 40px;
    line-height: 40px;
    background: #f8f8f8;
    border: 1px solid #cccccc;
    position: relative;
    box-sizing: border-box;
}
.hot-news-title span{
    display: block;
    background: #FFF;
    border-top: 2px solid #fe8431;
    position: relative;
    top: -1px;
    border-right: 1px solid #cccccc;
    height: 42px;
    line-height: 42px;
    box-sizing: border-box;
    width: 88px;
    text-align: center;
}
.hot-news-list{
    border: 1px solid #cccccc;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: none;
    margin-bottom: 40px;
    box-sizing: border-box;
}
.hot-news-list li{
    height: 36px;
    border-bottom: 1px dashed #cccccc;
    line-height: 36px;
    padding: 0 5px;
}
.hot-news-list li a{
    float: left;
    width: 160px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .5s ease;
}
.hot-news-list li a:hover{
    color: #ed7601;
}
.new-content-right{
    margin-left: 40px;
    width: 900px;
    border-left: 1px solid #e1e1e1;
    box-sizing: border-box;
    padding-left: 40px;
    margin-bottom: 80px;
}
.news-content-list li{
    padding: 10px;
	border:1px solid #fff;
    border-bottom: 1px dashed #e1e1e1;
	box-sizing:border-box;
	transition:all .5s ease;
}
.news-content-list li:hover{
    border:1px solid #ed7601;
}
.news-title{
    font-size: 20px;
    color: #333;
    transition: all .5s ease;
}
.news-content{
    margin-top: 14px;
    margin-bottom: 6px;
}
.news-content a{
    font-size: 14px;
    line-height: 21px;
    color: #666;
    transition: all .5s ease;
}
.news-title:hover,.news-content a:hover{
    color: #ed7601;
}
.news-content-list li>span{
    color: #999;
    font-size: 12px;
}



/**************************************新闻详情**********************************/
.content-right h2{
    height: 72px;
    line-height: 72px;
    text-align: center;
    font-size: 28px;
}
.content-right .content-bar {
    line-height: 32px;
    text-align: center;
    font-size: 12px;
    position: relative;
}
.content-right .content-bar .org {
    color: #fe8431;
    font-size: 14px;
}
.content-right .content-bar span {
    margin-right: 18px;
}
.content-right .content-p {
    margin-bottom: 60px;
}
.content-p p{
    font-size: 14px;
    line-height: 30px;
    
    text-indent:28px;
}
.content-p img{
    display: block;
    margin: 0px auto;
}

/**************************************商标类别**********************************/
.content-box-in {
    width: 1200px;
    border: 1px solid #e5e5e5;
    margin: 15px auto;
    overflow: hidden;
    box-sizing: border-box;
}
.kinds-search-box {
    width: 550px;
    margin: 40px auto;
}
.search-title {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    color: #109be7;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700;
}
.search-fn .search-fn-current {
    background: #109be7;
}
.search-fn li {
    float: left;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #109be7;
    text-align: center;
}
.search-fn .search-fn-current a {
    color: #fff;
}
.w_550 .ser_input {
    width: 200px;
}
.kinds-search-box .ser_input {
    float: left;
    display: inline;
    width: 150px;
    padding: 7.5px 10px;
    margin-left: 10px;
}
.com_input {
    border: 1px solid #ccc;
    font-size: 12px;
    line-height: 15px;
    padding: 5.5px 5px;
    color: #777;
}
.search-form .btn_orange {
    margin-left: 10px;
}
.btn_orange {
    height: 32px;
    line-height: 32px;
    color: #fff;
    background: #ff6b1c;
    padding: 0 20px;
}
button {
    border: none;
    cursor: pointer;
}
.hot_ser {
    border: 1px solid #c9c9c9;
    border-right: none;
    height: 26px;
    width: 97px;
    padding: 0 31px 0 10px;
    position: relative;
    z-index: 999;
}
input, select, button {
    outline: none;
}
.hot_sec {
    height: 28px;
    line-height: 28px;
    border-bottom: 1px solid #ebebeb;
    font-size: 12px;
    padding: 3px 35px;
}
.hot_ser .hot_input {
    border: none;
    border: 0;
    width: 97px;
    height: 18px;
    line-height: 18px;
    margin-bottom: 4px;
}
.hot_ser .hot_list {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 21px;
    height: 26px;
    background: url(../images/hot_list.jpg) 5px 9px no-repeat;
}
.hot_sec a {
    margin-right: 5px;
    color: #666;
}
.hot_list_drop {
    position: absolute;
    top: 28px;
    left: 0;
    background: #fff;
    width: 136px;
    border-left: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
    z-index: 997;
}
.hot_list_drop li {
    height: 26px;
    line-height: 26px;
    padding: 0 5px;
    border-bottom: 1px solid #c9c9c9;
    cursor: pointer;
}
.hot_list_drop li:hover {
    color: #fff;
    background-color: #ed7601;
}
.hot_btn {
    width: 44px;
    height: 28px;
    background: url(../images/hot_btn.jpg) no-repeat;
}
.sbfl_list {
    display: block;
    width: 1130px;
    margin: 20px 35px 35px;
}
.sbfl_list li {
    position: relative;
    border: 1px solid #e5e5e5;
    transition: all .5s ease;
}
.sbfl_list li:hover{
    border: 1px solid #ed7601;
}
.mt20 {
    margin-top: 20px;
}
.sbfl_list a {
    display: block;
}
.sbfl_dl {
    line-height: 26px;
    padding: 15px 20px;
}
.sbfl_dl dt {
    font-size: 16px;
    color: #109be7;
}
.sbfl_dl dd {
    font-size: 12px;
    color: #666;
}
.sbfl_box {
    width: 1140px;
    margin: 20px 30px 30px;
    border-top: 1px solid #ededed;
}
.crumb {
    margin: 20px 0;
    font-size: 12px;
}
.crumb_sbfl {
    margin: 50px 50px 20px 50px;
}
.crumb a {
    color: #0C73B7;
}
.left_dl {
    width: 358px;
    padding: 0px 40px 0 20px;
    border: none;
    line-height: 30px;
    margin-top: 20px;
}
.sbfl_dl dt {
    font-size: 16px;
    color: #555;
}
.sbfl_dl dd {
    font-size: 12px;
    color: #666;
}
.right_link {
    width: 660px;
    padding: 29px 20px 20px 40px;
    border-left: 1px solid #ebebeb;
    line-height: 30px;
    font-size: 12px;
    margin-top: 20px;
}
.left_dl p {
    text-indent: 24px;
    font-size: 12px;
    line-height: 30px;
}
.right_link a {
    color: #0c73b7;
}
.sbfl_box th {
    background: #f2f2f2;
    text-align: left;
    padding: 5px 10px;
    height: 30px;
    font-size: 14px;
    border: 1px solid #f2f2f2;
}
.sbfl_box_subclass {
    padding-top: 30px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.sbfl_box td {
    height: 30px;
    padding: 4px 10px;
    border: 1px solid #eee;
    font-size: 12px;
}
.result_list_ul li {
    margin: 20px;
}
.trigger {
    color: #666;
    font-size: 14px;
    padding-left: 20px;
}
.result_list_ul .blod {
    font-weight: bold;
}
.result_list_ul .show {
    background: url(../images/icon_less.png) no-repeat;
}
.result_list_ul .hide {
    background: url(../images/icon_add.png) no-repeat;
}
.result_list_ul ul {
    display: none;
}
.result_list_ul li {
    margin: 20px;
}

.result_list_ul .block {
    display: block;
}


/*************************************商标查询********************************/
.content-inq-nav {
    width: 1200px;
    border: 1px solid #e1e1e1;
    height: 48px;
    line-height: 48px;
    color: #beb3b3;
    padding-left: 12px;
    margin: 0 auto;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.content-inq-nav a {
    display: inline-block;
    height: 20px;
	padding:2px 8px;
    margin-left: 24px;
    text-align: center;
    line-height: 20px;
    transition: all .5s ease;
}
.content-inq-nav a:hover {
    color: #ed7601;
}
.content-inq-nav a.on {
    background: #ed7601;
    color: #FFF;
}
.search-content-box{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 60px;
}
.content-inq-bar {
    border: 1px solid #e6e6e6;
    text-align: center;
    width: 198px;
    margin-right: 10px;
    box-sizing: border-box;
}
.content-inq-bar h1 {
    background: #f7f7f7;
    font-size: 16px;
    border-bottom: 1px solid #e6e6e6;
}
.content-inq-bar h1, .content-inq-bar a {
    height: 40px;
    line-height: 40px;
}
.content-inq-bar ul {
    overflow: hidden;
    padding-bottom: 10px;
}
.content-inq-bar li {
    height: 32px;
    line-height: 32px;
    border-bottom: 1px dashed #e6e6e6;
}
.content-inq-bar a {
    display: inline-block;
    width: 198px;
    transition: all .5s ease;
}
.content-inq-bar a:hover {
    color: #ed7601;
}
.content-inq-bar li span {
    color: #ff0000;
}
.content-inq-con {
    border-top: 1px solid #e1e1e1;
    width: 990px;
}
.content-inq-con li {
    padding: 15px 5px;
    border-bottom: 1px dashed #e1e1e1;
    zoom: 1;
    position: relative;
}
.content-inq-con img {
    display: block;
}
.content-inq-con li div {
    width: 820px;
}
.content-inq-con li div span {
    width: 197px;
    display: inline-block;
    zoom: 1;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
span.status, i.status {
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    display: inline-block;
    zoom: 1;
    padding: 2px;
    background-color: #fe8431;
    font-style: normal;
    line-height: 120%;
}
span.status-2, span.status-5, i.status-2, i.status-5 {
    background-color: green;
}
.content-inq-con li i.tm-saling-container {
    display: none;
    margin-left: 5px;
}
.content-inq-con li div span.l-9 a {
    display: inline-block;
    zoom: 1;
    margin-right: 10px;
    background-color: #fe8431;
    color: #fff;
    height: 28px;
    line-height: 28px;
    padding: 0 5px;
    border-radius: 3px;
    border: 1px #fe8431 solid;
}
.content-inq-con li div span.l-9 a:last-child {
    background-color: #fff;
    color: #666;
    border: 1px #ddd solid;
}
a.hover {
    color: #ed7601;
}
#clear{
    clear: both;
}
.pages{ float:right; margin-top:30px;}
.pages li{ padding:5px 15px;background:#CCC; float:left; list-style-type:none; text-align:center; margin-left:10px;}
.pages li a{ color:#fff; font-size:14px;}



/**************************************商标详情**********************************/
#tm-form {
    background-color: #fff;
    border: 1px #cccccc solid;
    padding-bottom: 50px;
    border-width: 1px 0;
    border-bottom-color: #e6e6e6;
}
.container {
    text-align: left;
    width: 1200px;
    margin: auto;
    overflow: hidden;
    zoom: 1;
}
.tm-view .tm-main-left {
    background: #ffffff;
    padding: 15px 0;
    width: 1200px;
    text-align: left;
}
.xq-liucheng {
    margin-bottom: 60px;
}
.xq-liucheng h2 {
    height: 50px;
    line-height: 50px;
    background: #fe8431;
    color: #fff;
    padding-left: 20px;
}
.xq-info table .td-title {
    font-size: 14px;
    text-align: center;
    color: #000;
}
.xq-info table td {
    border: solid 1px #e5e5e5;
    padding: 14px 10px;
    color: #777;
}
.xq-info table .b-1 .t1 {
    display: inline-block;
    width: 20px;
}
.xq-info table .b-2 {
    text-align: center;
}
.xq-info table .b-2 img {
    max-width: 300px;
}
.xq-info table .b-3 .t1 {
    display: inline-block;
    width: 20px;
}
.xq-info table .b-4 ul {
    width: 420px;
    overflow: hidden;
}
.xq-info table .b-4 ul li {
    float: left;
    width: 190px;
    height: 20px;
    text-align: left;
    margin: 6px 5px;
    overflow: hidden;
}

.xq-liucheng {
    margin-bottom: 60px;
}
.xq-liucheng h2 {
    height: 50px;
    line-height: 50px;
    background: #fe8431;
    color: #fff;
    padding-left: 20px;
}
.xq-con-msg-btn {
    line-height: 36px;
    font-size: 16px;
    margin-top: 9px;
}
.xq-con-msg-btn a {
    float: right;
    display: inline-block;
    width: 120px;
    height: 36px;
    font-size: 18px;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    margin-left: 20px;
}
.xq-con-msg-btn a {
    float: none;
}
.xq-con-msg-btn .my-sale{
    background: #fe8431;
}
.xq-con-msg-btn .wt-sale{
    color:#666;
    border:1px #ddd solid;
}

/*************************************商标查询********************************/

.search-content-box{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 60px;
}
.content-inq-bar {
    border: 1px solid #e6e6e6;
    text-align: center;
    width: 198px;
    margin-right: 10px;
    box-sizing: border-box;
}
.content-inq-bar h1 {
    background: #f7f7f7;
    font-size: 16px;
    border-bottom: 1px solid #e6e6e6;
}
.content-inq-bar h1, .content-inq-bar a {
    height: 40px;
    line-height: 40px;
}
.content-inq-bar ul {
    overflow: hidden;
    padding-bottom: 10px;
}
.content-inq-bar li {
    height: 32px;
    line-height: 32px;
    border-bottom: 1px dashed #e6e6e6;
}
.content-inq-bar a {
    display: inline-block;
    width: 198px;
    transition: all .5s ease;
}
.content-inq-bar a:hover {
    color: #ed7601;
}
.content-inq-bar li span {
    color: #ff0000;
}
.content-inq-con {
    border-top: 1px solid #e1e1e1;
    width: 990px;
}
.content-inq-con li {
    padding: 15px 5px;
    border-bottom: 1px dashed #e1e1e1;
    zoom: 1;
    position: relative;
}
.content-inq-con img {
    display: block;
}
.content-inq-con li div {
    width: 820px;
}
.content-inq-con li div span {
    width: 197px;
    display: inline-block;
    zoom: 1;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
span.status, i.status {
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    display: inline-block;
    zoom: 1;
    padding: 2px;
    background-color: #fe8431;
    font-style: normal;
    line-height: 120%;
}
span.status-2, span.status-5, i.status-2, i.status-5 {
    background-color: green;
}
.content-inq-con li i.tm-saling-container {
    display: none;
    margin-left: 5px;
}
.content-inq-con li div span.l-9 a {
    display: inline-block;
    zoom: 1;
    margin-right: 10px;
    background-color: #fe8431;
    color: #fff;
    height: 28px;
    line-height: 28px;
    padding: 0 5px;
    border-radius: 3px;
    border: 1px #fe8431 solid;
}
.content-inq-con li div span.l-9 a:last-child {
    background-color: #fff;
    color: #666;
    border: 1px #ddd solid;
}
a.hover {
    color: #ed7601;
}
#clear{
    clear: both;
}






/**************************************商标详情**********************************/
#tm-form {
    background-color: #fff;
    border: 1px #cccccc solid;
    padding-bottom: 50px;
    border-width: 1px 0;
    border-bottom-color: #e6e6e6;
}
.container {
    text-align: left;
    width: 1200px;
    margin: auto;
    overflow: hidden;
    zoom: 1;
}
.tm-view .tm-main-left {
    background: #ffffff;
    padding: 15px 0;
    width: 1200px;
    text-align: left;
}
.xq-liucheng {
    margin-bottom: 60px;
}
.xq-liucheng h2 {
    height: 50px;
    line-height: 50px;
    background: #fe8431;
    color: #fff;
    padding-left: 20px;
}
.xq-info table .td-title {
    font-size: 14px;
    text-align: center;
    color: #000;
}
.xq-info table td {
    border: solid 1px #e5e5e5;
    padding: 14px 10px;
    color: #777;
}
.xq-info table .b-1 .t1 {
    display: inline-block;
    width: 20px;
}
.xq-info table .b-2 {
    text-align: center;
}
.xq-info table .b-2 img {
    max-width: 300px;
}
.xq-info table .b-3 .t1 {
    display: inline-block;
    width: 20px;
}
.xq-info table .b-4 ul {
    width: 420px;
    overflow: hidden;
}
.xq-info table .b-4 ul li {
    float: left;
    width: 190px;
    height: 20px;
    text-align: left;
    margin: 6px 5px;
    overflow: hidden;
}

.xq-liucheng {
    margin-bottom: 60px;
}
.xq-liucheng h2 {
    height: 50px;
    line-height: 50px;
    background: #fe8431;
    color: #fff;
    padding-left: 20px;
}
.xq-con-msg-btn {
    line-height: 36px;
    font-size: 16px;
    margin-top: 9px;
}
.xq-con-msg-btn a {
    float: right;
    display: inline-block;
    width: 120px;
    height: 36px;
    font-size: 18px;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    margin-left: 20px;
}
.xq-con-msg-btn a {
    float: none;
}
.xq-con-msg-btn .my-sale{
    background: #fe8431;
}
.xq-con-msg-btn .wt-sale{
    color:#666;
    border:1px #ddd solid;
}















/**************************************搜索*******************************************/

.banner-search{
    position: absolute;
    z-index: 9;
    width: 740px;
    height: 380px;
    background: rgba(0,0,0,0.5);
    left: 50%;
    margin-left: -358px;
    bottom: 30px;
}
.banner-search h1{
    font-size: 22px;
    color: #ffde00;;
    padding: 5px 0;
    text-align: center;
    line-height: 70px;
}
.banner-search-box{
    background: #fff;
    padding: 1px;
    width: 607px;
    box-sizing: border-box;
    margin: 0 auto;
}
.banner-search-box input{
    padding-left: 12px;
    width: 430px;
    font-size: 16px;
    color: #999;
    height: 52px;
    line-height: 52px;
    border: 0 none;
    box-sizing: border-box;
}
.banner-search-box a{
    display: inline-block;
    height: 52px;
    font-size: 16px;
    line-height: 52px;
    background-color: #df1344;
    width: 170px;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
}
.table_box{
    height: 160px;
    width: 605px;
    padding: 0 10px 10px 10px;
    margin: 30px auto;
    background: rgba(255, 255, 255, 0.3)
}
.banner-search .table_box h1{
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}
.gdbg_left{
    color: #fff;
    width: 85px;
    text-align: center;
    height: 112px;
    padding-top: 16px;
    line-height: 24px;
    border: solid 1px #e1e1e1;
    box-sizing: border-box;
}
.gdbg_left span{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}
.gdbg_right{
    border-top: 1px solid #e1e1e1;
    box-sizing: border-box;
}
.gdbg_title li,.gdbg_list li{
    float: left;
    color: #fff;
    width: 130px;
    text-align: center;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    box-sizing: border-box;
    line-height: 30px;
}
.gdbg_list li{
    line-height: 19px;
    font-size: 12px;
}
.gdbg_list_box{
    box-sizing: border-box;
}
#box{
    height: 80px;
    overflow: hidden;
    border-bottom: 1px solid #e1e1e1;
    box-sizing: border-box;
}
.popup_box{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
	display:none;
}
.popup{
    width: 400px;
    height: 440px;
    background: #fff;
    border-top: 4px solid #df1344;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -220px;
    margin-left: -200px;
    padding: 0 20px;
    box-sizing: border-box;
}
.popup h1{
    text-align: center;
    font-size: 24px;
    margin: 20px 20px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e2e2;
    line-height: 24px;
}
.d_tips {
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    margin: 10px 0 30px;
}
.popup_hang1{
    margin-left: 30px;
    margin-bottom: 20px;
}
.popup_hang1 span{
    font-size: 12px;
    color: #333;
}
.popup_hang1 span.hang_r{
    margin-left: 10px;
}
.popup_hang1 input,.popup_hang1 select{
    margin-left: 10px;
    box-sizing: border-box;
    line-height: 30px;
    width: 200px;
    text-indent: 10px;
    padding: 0;
    height: 30px;
    vertical-align:middle;

}
.popup_hang1 select{
    margin-left: 6px;
}
.popup_hang1 input.check{
    width: 16px;
    height: 16px;
    margin-left: 70px;
}
.sure{
    display: block;
    background-color: #df1344;
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 220px;
    height: 36px;
    line-height: 36px;
    margin: 0 auto;
    border-radius: 2px;
    border: none;
}
.close{
    width: 25px;
    height: 25px;
    display: block;
    background: url("../images/close.png") no-repeat center;
    position: absolute;
    top: 10px;
    right: 10px;
}



/*****************************************客户感言****************************************/
.khgy {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}
.kehu_list{
    width: 1100px;
    overflow: hidden;
    position: relative;
}
.kehu_box{
    width: 9999px;
}
.kehu_box li{
    width: 1100px;
    float: left;
}
.li_in_box{
    float: left;
    background: #fff;
    width: 510px;
    margin: 20px 20px;
    padding: 20px;
    box-sizing: border-box;
    height: 190px;
    overflow: hidden;
}
.li_in_box>h1{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
	text-align:left;
}
.li_in_box>img{
    width: 200px;
    height: 100px;
    margin-right: 20px;
}
.ckhxx_box{
    width: 240px;
}
.khxx{
    margin-bottom: 10px;
}
.khxx h1{
    font-size: 16px;
    color: #666;
    line-height: 24px;
}
.khxx p{
    font-size: 14px;
    line-height: 24px;
    color: #333;
	font-family:Arial, Helvetica,'微软雅黑','\5B8B\4F53';
}
.qianfan{
    background: url("../images/icon42.png") no-repeat center rgba(0,0,0,0.2);
    width: 50px;
    height: 142px;
    margin-top: 160px;
    cursor: pointer;
    transition: all .5s ease;
}
.houfan{
    background: url("../images/icon41.png") no-repeat center rgba(0,0,0,0.2);
    width: 50px;
    height: 142px;
    margin-top: 160px;
    cursor: pointer;
    transition: all .5s ease;
}
.qianfan:hover{
    background: url("../images/icon42.png") no-repeat center rgba(255,155,56,1);
}
.houfan:hover{
    background: url("../images/icon41.png") no-repeat center rgba(255,155,56,1);
}

.no_bg{
    background: none;
}
.c4_box{
    background: #f7fafc;
    padding-bottom: 100px;
}
.wd_mc{
    width: 1200px;
    margin: 0 auto;
}
.wd_mc a{
    display: block;
	padding:0 15px;
    text-align: center;
    line-height: 24px;
    margin-bottom: 24px;
    float: left;
    font-size: 16px;
    color: #333;
    border-right: 1px solid #999;
}
/*.wd_mc a:nth-child(15n){
    border: none;
}*/
.wd_mc a:hover{
    color: #ffb001;
}

.wangdian{
	width:1200px;
	margin:0 auto;	
	height:80px;
	line-height:40px;
	text-align:center;
	padding:30px 0px;
}
.wangdian h1{ 
	font-size: 36px;
    color: #333;
}
.wangdian span{ 
	font-size: 18px;
    color: #333;
}

/*.wd_mc{
    width: 1200px;
    margin: 0 auto;
}
.wd_mc a{
    display: block;
	padding:0 15px;
    text-align: center;
    line-height: 24px;
    margin-bottom: 24px;
    float: left;
    font-size: 16px;
    color: #333;
    border-right: 1px solid #999;
}
.wd_mc a:nth-child(15n){
    border: none;
}
.wd_mc a:hover{
    color: #ffb001;
}*/

/*办理网点*/
.dq_bl{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 100px;
	margin-top:30px;
}
.title1{
	border-bottom: 2px solid #f4f4f4;
}
.title1 span{
    display: inline-block;
    padding: 10px 15px;
    border-bottom: 2px solid #ffb001;
    font-size: 18px;
    color: #2e97e8;
    font-weight: bold;
}
.mets{
    margin-top: 20px;
    margin-bottom: 30px;
}
.mets span{
    color: #2e97e8;
    padding: 0 10px;
}
.mets a{
    display: inline-block;
    color: #fff;
    background: #f8b62a;
    padding: 5px 10px;
    margin-left: 5px;
}
.mets a:hover{
    background: #2e97e8;
}
.xxtx li{
    float: left;
    width: 520px;
    margin-bottom: 40px;
}
.xxtx li span{
    width: 100px;
    text-align: right;
    line-height: 40px;
    font-size: 16px;
}
.xxtx li input{
    width: 400px;
    text-align: left;
    padding-left: 10px;
    border: 1px solid #d6d7dc;
    font-size: 16px;
    height: 40px;
}
.xxtx li select{
    width: 420px;
    text-align: left;
    padding-left: 10px;
    border: 1px solid #d6d7dc;
    font-size: 16px;
    height: 40px;
}
.xxtx li.liuyan{
    width: 1040px;
}
.xxtx li.liuyan textarea{
    width: 920px;
    border: 1px solid #d6d7dc;
    padding: 10px;
}
.tijiao {
    background-color: rgb(46, 151, 232);
    width: 200px;
    height: 50px;
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
}
.tijiao:hover{
    background: #ffb001;
}
.bjdq{
    margin-bottom: 50px;
}
.blzx{
    margin-bottom: 50px;
}
.blzx_l{
    margin-top: 20px;
}
.blzx_l li{
    font-size: 18px;
    line-height: 40px;
    color: #4c4c4c;
}
.blzx_l li h1{
	font-size:16px;
	font-weight:bold;
}
.blzx_l li a,.blzx_l li span{
    color: red;
    font-size: 18px;
    font-weight: bold;
}
.blzx_l li span{
    margin-right: 10px;
}
.bjal{
    margin-bottom: 50px;
}
.bjwt{
    width: 400px;
    margin-top: 30px;
}
.bjwt dl{
    height: 300px;
}
.bjal{
    margin-top: 30px;
}
.bjal li{
    margin-right: 26px;
}
.bjal li:nth-child(3n){
    margin-right: 0;
}
.bjblzx{
    margin-top: 30px;
}
.bjjd{
    margin-top: 30px;
    margin-bottom: 50px;
}
.bjjd_l{
    width: 140px;
}
.bjjd_r{
    width: 230px;
}
.bjjd_m{
    width: 830px;
}
.bjjd_m li{
    font-size: 14px;
    color: #4c4c4c;
    margin-bottom: 10px;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 1.414px 1.414px 4px 0px rgba(148, 149, 153, 0.44);
    line-height: 21px;
}
.bjjd_m li.wen{
    padding: 10px 45px 10px 30px;
    background: url("../images/wenhao.png") no-repeat right 8px;
}
.bjjd_m li.da{
    padding: 10px 30px 10px 45px;
    background: url("../images/tanhao.png") no-repeat 10px 10px;
}
.kc_list {
    width: 1200px;
    margin: 40px auto 20px auto;
}
.kc_list dl {
    width: 390px;
    height: 520px;
    overflow: hidden;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    background: #fff;
    padding: 20px;
}
.kc_list dl:nth-child(2){
    margin-right: 15px;
    margin-left: 15px;
}
.kc_list dl dt {
    border-bottom: 1px solid #e1e1e1;
}
.kc_list dl dt h1 {
    font-size: 16px;
    border-bottom: 2px solid #1ba5c9;
    padding-bottom: 5px;
}
.kc_list dl dd {
    border-bottom: 1px dashed #e1e1e1;
    padding-bottom: 12px;
    padding-top: 12px;
}
.kc_list dl dd a {
    font-size: 12px;
    text-indent: 20px;
    background: url(../images/dian.png) no-repeat 8px center;
}
.kc_list dl dd span {
    font-size: 12px;
}
.bjwt{
    width: 400px;
    margin-top: 30px;
}
.bjwt dl{
    height: 580px;
}
	
	
.csrbox{
    position: relative;
}
.csrminbox{
    width: 1050px;
    margin: 0 auto;
    overflow: hidden;
}
.csrlist{
    width: 9999px;
}
.csrlist>li{
    float: left;
    width: 150px;
    padding: 0 22px;
    cursor: pointer;
}
.csrimg{
    position: relative;
    margin-bottom: 15px;
    width: 150px;
    height: 180px;
    line-height: 180px;
    text-align: center;
    transition: all 1.6s ease;
}
.csrlist>li:hover .csrimg{
    transform:rotateY(360deg);
}
.csrlist>li>p{
    font-size: 18px;
    color: #444;
    text-align: center;
}
.csrlist>li>.csr-txt{
    font-size: 12px;
    color: #828282;
    margin-top: 8px;
}
.prevtwo,.nexttwo{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -590px;
    margin-top: -45px;
    display: inline-block;
    width: 10px;
    height: 90px;
    line-height: 90px;
    cursor: pointer;
    font-size: 50px;
    color: #999;
    text-align: center;
}
.nexttwo{
    right: 50%;
    margin-right: -590px;
    left: inherit;
}
.prevtwo:hover,.nexttwo:hover{
    color: #f98700;
}

	


.detail{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 100px;
	margin-top:20px;
}
.main_c5 h1 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
}
.main_c5 span {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 20px;
}
.main_c5 p {
    line-height: 21px;
    padding: 5px 0;
    text-indent: 28px;
}
.main_c5 img {
    width: 500px;
    display: block;
    margin: 10px auto;
}	

.dakehu{
	width:750px;
}	
	
.dakehu li{
	float:left;
	width:180px;
	text-align:center;
}

	
	
	
	
	
	
	