?**
 * Common.css 1.0
 * 通用样式
 * 版权所?企三? * Released on: 2017/03/10
 * author: sanborn
 * e-mail: san_born@qq.com
 */
section,header, a, span, abbr, address, article, aside, audio, b, blockquote, body, body div, caption, cite, code, dd,  details, dfn, dl, dt, em, fieldset, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
    background:rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-family: "Microsoft Yahei",Arial,"黑体",sans-serif,Tahoma;
	list-style: none;
	text-decoration: none !important;
    vertical-align: baseline;
    outline: none;
    /*font-size: 1.4rem;*/
}

.create-name{
    padding:50px 0;
    background: rgba(20,20,20,0.5) url(../images/bg-ad.png) no-repeat  center;
    background-size:110% ;
}
.create-name .row{
    width:1200px;
    margin:0 auto;

}
.create-name .box{
    display:table;
    /*width:920px;*/
    margin:20px 0px;
    /*border:1px solid #fff;*/
    box-sizing: border-box;
    float:left;
}

.create-name .c-title{
    font-size:28px;
    text-align: center;
    position: relative;
    color:#fff;
}
.create-name .c-title:after{
    content: "";
    height:5px;
    display: table;
    width:80px;
    position:absolute;
    left:50%;
    margin-left:-40px;
    background-color: orange;
    border-radius: 5px;
    top:40px;
}
.create-name .item{
    width:290px;
    margin-top:10px;
    margin-left:10px;
    border:1px solid #999;
    text-align: center;
    min-height:200px;
    padding:10px;
    background-color: rgba(100,100,100,0.8);
}
.create-name .item:hover{
    border:1px solid #38BB9B;
}

.create-name p{
    color:#fff;
    font-size:12px;
}
.create-name .item h4{
    font-size:16px;
    margin-top:25px;
    color:#fff;
}

.create-name .item img{
    margin-top:13px;
    /*margin-bottom:5px;*/
    /*float: left;*/
    /*border:1px solid red;*/
}
.search{
    position: relative;
    background: transparent url(../images/banner.png) no-repeat center;
    background-size: 100% 100%;
}
.search .box{
    display: table;
    margin:0 auto;
    width:1200;
    height: 480px;
}
.search .barnner-pic{
    display: table;
    width:100%;
    height:320px;
    position: relative;
    text-align: left;
}
.search .barnner-pic img{
    position: absolute;
    left:50%;
    top:50%;
    margin-left:-425px;
    margin-top:-55px;
}
.search .search-box{
    background-color:rgba(225,225,225,0.35);
    border-radius:10px;
    padding:12px 20px;
    position: relative;
}
.search .select-city{
    border-radius: 5px;
    height:41px;
    width:235px;
    text-align: center;
    margin-left:10px;
}
.search .select-trade{
    height:41px;
    width:235px;
    margin-left:10px;
    text-align: center;
}
.search .search-btn{
    border-radius: 5px;
    height:55px;
    line-height: 45px;
    background-color: #cf0000;
    border:1px solid #cf0000;
    color:#fff;
    font-size:18px;
    width:150px;
    margin-left:10px;
    line-height: 40px;
}
.search .select-list{
    display:none;
    position: absolute;
    padding:0 !important;
    width:425px;
    background-color: #fff;
    top:68px;
    z-index: 1000;
    border-radius: 10px;
    overflow: hidden;
    border:1px solid #f24b4b  ;
}
.search #tradeList{
    width: 600px;
}
.search .select-box{
    margin:0 !important;
    padding: 0 !important;
}
.search .select-box dt{
    width: 100%;
    display:table;
    margin-top:15px;
    font-size: 14px;
    color:#333;
    font-weight: 600;
    text-indent: 10px;
    text-align: center;
}
.search .select-box dd{
    width:100%;
    display: table;
    padding:10px;
}
.search .select-box:first-child dd{
    border-right:1px solid #ccc;
}
.search .select-confirm{
    margin:10px;
}
.search .select-box dd a{
    display: block;
    float:left;
    margin:5px;
    color:#333;
    padding:1px 5px;
    text-decoration:none;
}
.search .select-box dd a:hover,.select-hover{
    background-color: #f24b4b  ;
    color:#fff !important;
    border-radius: 10px;
}
.select-city:hover,.select-city.active.focus, .select-city.active:focus, .select-city.active:hover, .select-city.focus:active, .select-city:active:focus, .select-city:active:hover, .open > .dropdown-toggle.select-city.focus, .open > .dropdown-toggle.select-city:focus, .open > .dropdown-toggle.select-city:hover {
    background-color:#efefef;
}
.select-trade:hover,.select-trade.active.focus, .select-trade.active:focus, .select-trade.active:hover, .select-trade.focus:active, .select-trade:active:focus, .select-trade:active:hover, .open > .dropdown-toggle.select-trade.focus, .open > .dropdown-toggle.select-trade:focus, .open > .dropdown-toggle.select-trade:hover {
    background-color:#efefef;
}
.search-btn:hover,.search-btn.active.focus, .search-btn.active:focus, .search-btn.active:hover, .search-btn.focus:active, .search-btn:active:focus, .search-btn:active:hover, .open > .dropdown-toggle.search-btn.focus, .open > .dropdown-toggle.search-btn:focus, .open > .dropdown-toggle.search-btn:hover {
    background:#F7A54A;
    border:1px solid #F7A54A;
    color:#fff;
}
.service{}
.service .row{
    width:1200px;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 50px;
    /*border:1px solid red;*/
}

.service .row .box{
    display:table;
    width:100%;
    padding:50px 0;
    background-color:#cf0000;
    background: #cf0000 linear-gradient(to top, #f24b4b   0px,#f24b4b    100%) repeat-x scroll 0 0;
    border-radius: 3px;
    margin:20px 0;
}
.service .row .item:first-of-type .box{
    background: #f24b4b   linear-gradient(to top, #f24b4b   0px,#f24b4b    100%) repeat-x scroll 0 0;
}
.service .row .item:last-of-type .box{
    background: #f24b4b   linear-gradient(to top, #f24b4b   0px,#f24b4b    100%) repeat-x scroll 0 0;
}
.service .box.active{
    margin:0;
    padding:70px 0;
}
.service .title{
    font-size:28px;
    text-align: center;
    position: relative;
    margin:50px 0;
}
.service .title:after{
    content: "";
    height:5px;
    display: table;
    width:80px;
    position:absolute;
    left:50%;
    margin-left:-40px;
    background-color: orange;
    border-radius: 5px;
    top:40px;
}
.service .service-title{
    font-size:38px;
    text-align: center;
    color:#fff;
    font-weight: 700;
}
.service .service-tips{
    text-align: center;
    color:#fff;
    padding:10px;
}
.service .service-icon{
    margin-top:50px;
}

.register-commpany{
    display:table;
    width:100%;
    /*border:1px solid red;*/
    padding-bottom: 20px;

}
.register-commpany .box{
    width:1200px;
    margin:0 auto;

}
.register-commpany .box dl{
    width:100%;
    display:table;
}
.register-commpany .box dt{
    text-align: center;
}
.register-commpany .box dt .title{
    font-size:28px;
    text-align: center;
    position: relative;
    margin:50px 0;
}
.register-commpany .box dt .title:after{
    content: "";
    height:5px;
    display: table;
    width:80px;
    position:absolute;
    left:50%;
    margin-left:-40px;
    background-color: orange;
    border-radius: 5px;
    top:40px;
}
.register-commpany .box dd{
    width:33.33%;

    float:left;
}
.register-commpany .item img{
    margin:20px 0;
}
.register-commpany .i-title{
    font-size:18px;
    font-weight: bold;
}



.bg_3 {
    background: #171717;
}
.bg_3_bg {
    padding: 30px 0 30px 0;
    background: url(../images/bg1.png) center;
}
.bg_3_div {
     width: 1200px;
     height: 625px;
     background: url(../images/flowpath.png) center;
 }
.mc {
    margin: 0 auto;
}
.Menu2 {
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    width: 100%;
    height: auto;
    overflow: hidden;
    z-index: 50;
    padding: 8px 10px 0 10px;
}
.Menu2 ul {
    margin: 0;
    padding: 0;
    margin-bottom: 6px;
    height: auto;
    overflow: auto;
}
.memu2_tit01 {
    float: left;
    width: 80px;
    background: #f0f0f0;
    color: #555;
    margin-right: 10px;
    font-size: 14px;
    text-align: center;
    line-height: 26px;
}
.Menu2 ul li {
    padding: 0 2px;
    display: inline-block;
    line-height: 20px;
    font-size: 12px;
    color: #666;
    text-align: center;
    float: left;
    margin: 4px;
    cursor: pointer;
}
.Menu2 ul li a {
    display: block;
    color: #555;
}
.jyfw_list h5{
	height: 50px;
	line-height: 50px;
	margin-bottom: 10px;
    border-bottom: 1px dashed #cdcdcd;
}
.jyfw_list h5 a{
	font-size: 18px;
    font-weight: bold;
}
.jyfw_list li{
	float:left;
	margin: 5px 10px;
    line-height: 30px;
}
/*qimingneirong*/
.jieguo {
    width: 1200px;
    margin: 0px auto;
}table.jg_tg {
     float: left;
     border:0;
 }
table.jg_tg {
    text-align: center;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
table.jg_tg td {
    padding: 20px 15px;border: 0;
}
table .co{
    color: #fff;font-size: 16px;
}
table tr.jg_bg {
    background: #f9f9f9;
}
table.jg_tg td.td_r {
    border:0;
}
table.jg_tg span {
    font-size: 16px;
}
table.jg_tg td div.jg {
    background: #093;
}
table.jg_tg td div {
    color: #fff;
    text-align: center;
    padding: 0 5px;
    line-height: 24px;
    margin: 6px 0;
    display: inline-block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.huan {
    width: 268px;
    line-height: 38px;
    line-height: 38px;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 0px;
    text-align: center;
    color: #fff;
    background: #fcaf40;
    margin-top: 30px;
    border-radius: 6px;
}
.huan i {
    font-size: 20px;
    color: #fff;
    margin-right: 5px;
}
table.jg_tg tr.jg_bg1 {
    background: #efefef;
}
table.jg_tg td div.jz {
    background: #fcaf40;
}
.co1{background: #fff;}
/*hemingneirong*/
.wrapper {
    width: 100%;
}
.wrapper_main {

}
/*.wrapper_main {*/
    /*width: 1200px;*/
    /*margin: 0 auto;*/
    /*padding: 40px 0;*/
    /*padding-top: 40px;*/
    /*padding-bottom: 40px;*/
    /*padding-bottom: 60px;*/
/*}*/
.flip2 {
    cursor: pointer;
    margin: 0 auto;
}
.warp_more {
    width: 150px;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    color: #666;
    background: #f6f6f6;
    margin: 0 auto;
}
.warp_more i {
    font-size: 12px;
    color: #999;
    margin-left: 4px;
}

.wrapper_left {
    width: 640px;
    padding: 40px;
    float: left;
    min-height: 600px;
}
.wrp_cm1 {
    float: left;
    width: 840px;
    position: relative;
}
.bn .ssfomr {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0px;
}
.ssfomr {
    background: rgba(0,0,0,0.1);
    padding: 10px 0px 10px 10px;
    border-radius: 4px;
    margin-bottom: 25px;
}
.ssfomr_box {
    float: left;
    padding: 0 4px;
}
.wrp_cm1 .ssfomr_box input {
    margin: 0;
    font-size: 16px;
    padding: 0 16px;
}
.wrp_cm1 .ssfomr_box input {
    height: 54px;
    border-radius: 4px;
    line-height: 54px;
}
.ssfomr_box input {
    width: 100%;
    background: #fff;
    margin: 0 0;
    border: 1px solid #eee !important;
}
.region input {
    font-weight: bold;
}
.wrp_cm1 .ssfomr_box .btn {
    padding: 0 37px;
}
.text_ar {
    text-align: right;
}

.wrp_cm1 .ssfomr_box .btn {
    height: 54px;
    line-height: 54px;
    background: #156fde;
    border: 1px solid #308afa;
    font-size: 17px;
    font-weight: bold;
    display: block;
    color: #fff;
    padding: 0 56px;
    transition: all 0.3s ease-out 0s;
}
.wrapper_left1 {
    width: 100%;
    margin:100px auto 0 auto;
    background: #fff;
    padding: 2% 4%;
}
.panel2 {
    display: none;
}

.jg_container {
    padding-bottom: 5px;
}
.j_title {
    font-size: 18px;
    margin-bottom: 22px;
    text-align: center;
}
.j_cont {
    font-size: 14px;
    color: #666;
}
.tgl li {
    width: 33.33%;
    float: left;
    line-height: 44px;
    padding-right: 2px;
    text-align: center;
    font-size: 16px;
}
.tgl .d .tgl_bg {
    background: #dd4949;
    color: #fff;
    font-weight: bold;
}
.tgl li .tgl_bg {
    background: #e8e8e8;
    color: #aaa;
}
.warp_tit {
    width: 100%;
    height: 50px;
    line-height: 50px;
}
.warp_tit span {
    font-size: 14px;
    color: #666;
}
.warp_fx {
    width: 100%;
    margin: 20px auto 0 auto;
}
.warp_fxtit {
    width: 100%;
    border-bottom: 2px solid #f6f6f6;
}
.warp_fxtit h2 {
    font-size: 18px;
    color: #555;
    display: inline-block;
    background: #f6f6f6;
    line-height: 40px;
    width: 150px;
    text-align: center;
}
.warp_fxcon {
    width: 100%;
    height: auto;
    border: 1px solid #efefef;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(239, 239, 239);
    padding: 0px 25px;
    border-top: none;
}
.warp_results_list {
    padding: 30px 0px;
    border-top: 1px solid #eee;
    border-bottom: 0;
}
.result_text {
    margin-left: 0px;
}
.result_type_text {
    font-size: 16px;
    color: #333;
    float: left;
    font-weight: normal;
}
.pass_rate {
    float: right;
    color: #666;
    font-size: 14px;
}
.result_suggest {
    color: #666;
    line-height: 40px;
}
.result_suggest {
    padding-top: 10px;
}
.result_suggest a {
    color: #f00;
}
.result_suggest a {
    color: #f00;
    font-weight: normal;
}
.result_suggest a {
    color: #666;
    text-decoration: underline;
}
.warp_results_list {
    padding: 30px 0px;
    border-top: 1px solid #eee;
    border-bottom: 0;
}
.wrapper_right {
    width: 322px;
    float: right;
}
.jg_History_title {
    padding: 14px 20px;
    font-size: 16px;
    background: #64646e;
    color: #fff;
}
.hm_r_box_cont {
    background: #fff;
}
.tipstext {
    height: 38px;
    line-height: 38px;
    padding: 0 20px;
    background: #fafafa;
}
.tipstext .tipstextVal {
    width: 50%;
    float: left;
    height: 38px;
    color: #777;
}
.History_list {
    margin: 0 20px;
    height: 420px;
}
.History_li {
    border-bottom: none;
    position: relative;
    margin-top: 15px;
}
.History_li .cxname {
    padding-right: 60px;
    font-size: 14px;
}
.History_li .cxtime {
    color: #999;
    padding-top: 8px;
    font-size: 12px;
}

.iftj {
    position: absolute;
    right: 0px;
    top: 18px;
    background: #666;
    color: #fff;
    padding: 3px 6px 3px 6px;
    border-radius: 3px;
    font-size: 12px;
}
.iftj.d {
    background: #d85353;
}