.about-top-image {
    width: 100%;
    height: auto;
}
.about-content {
    width: 1100px;
    padding-top: 3rem;
    height: auto;
    min-height: 30rem;
    margin: 0 auto;
}
.about-content hr {
    border-color: #e7a100 !important;
}
.about-content .about-content-title {
    color: #e7a100;
    font-size: 20px;
}
.about-content-subtitle {
    color: #342c2a;
    font-size: 12px;
    margin-left: 1rem;
}
.about-content-title-content {
    color: #888888;
    font-size: 12px;
    text-indent: 2rem;
    margin-top: 2rem;
}
.about-content-title-content .special-tips {
    color: red;
}
.about-content .search-condition {
    margin-top: 2rem;
}
.search-condition .condition-select {
    font-size: 12px !important;
}
.search-condition input {
    font-size: 12px;
    color: #888;
    height: 35px;
    width: 100%;
    border-radius: 5px;
    padding-left: 1rem;
    border: 1px solid #e5e5e5;
}

.about-content .dealer-list th{
    font-size: 12px;
    color: #888;
    text-align: center;
    vertical-align: middle;
    background: white;
}
.about-content .dealer-list tr {
    font-size: 12px;
    color: #342c2a;
}
.about-content .dealer-list td {
    text-align: center;
    vertical-align: middle;
}
.about-content .qa-query-list {
    margin-right: 0 !important;
}
.qa-query-list .qa-left {
    padding-right: 2rem;
}
.qa-query-list table tbody a,.qa-query-list table tbody a:hover {
    font-size: 12px !important;
    color: #e7a100 !important;
    text-decoration: underline;
    cursor: pointer;
}
.qa-query-list .qa-right {
	margin-top: 1rem;
    border-radius: 5px;
    /*border:1px solid #e5e5e5;*/
    padding-left: 0 !important;
    padding-right: 0 !important;
    /*padding-bottom: 3rem;*/
}
.qa-query-list .qa-right .right-title {
    font-size: 18px;
    color: #fff;
    background: black;
    width:150px; height:30px;
    display: inline-block;
    text-align: center;
    /*height: 4.5rem;*/
    border-radius:10px; margin:20px 20px;
}
.qa-query-list .qa-right .right-titlea .b{
	width: 30px;
	height: 30px;
	display: inline-block;
    background: url("mu.png") no-repeat;
    background-position: 0px 9px;
}
.qa-query-list .qa-right .button{
   	display: inline-block;
	position: absolute;
	top: 10px;
	right: 0px;
}
.qa-query-list .qa-right .button a{
	width: 80px;
	height:30px
	border: 1px solid #fff;
	background-color: black;
	color: #fff;
	line-height: 10px;
	text-align: right;
	/*margin-right: 10px;*/
	border-radius:10px;
	margin-top: 10px;
	text-decoration: none;
    border-radius: 25px;
    padding: 10px ;
    display: inline-block;
}
.qa-query-list .qa-right .button .active{
	color: #fff;
	padding-right: 10px;
	// background: url(../img/souxiao.png) no-repeat;
	 background-position: 10px;

	background-color: black;
	
}


/*.about-left .right-step {
	width: 80%;
	float: right;
	margin-top: 6rem;
}*/


.qa-query-list .qa-right .right-step .step-split-par {
    text-align: center;
}
.qa-query-list .qa-right .right-step .step-split {
    color: #e7a100;
    font-size: 20px;
}
.about-content .data-type {
    height: 4rem;
}
/*js生成时根据item个数选择不同的样式*/
.about-content .data-type .width-1-item {
    width: 100%;
}
.about-content .data-type .width-2-item {
    width: 50%;
}
.about-content .data-type .width-3-item {
    width: 33.33%;
}
.about-content .data-type .width-4-item {
    width: 25%;
}
.about-content .data-type .width-5-item {
    width: 20%;
}
.about-content .data-type .width-6-item {
    width: 16.66%;
}
.about-content .data-type .width-7-item {
    width: 14.28%;
}
/*end*/
.about-content .data-type .data-type-item {
    background: #f5f5f5;
    color: #888;
    font-size: 12px;
    text-align: center;
    line-height: 4rem;
    height: 100%;
    float: left;
}
.about-content .data-type .active {
    background: #e7a100;
    color: white;
}

.about-content .data-list {
    padding-top: 3rem;
    font-size: 14px;
}
.about-content .data-list li {
    padding: 8px 8px;
    border-bottom: 1px #e5e5e5 solid;
}
.about-content .data-list li a {
    color: #888;
    cursor: pointer;
}
.about-content .data-list li a:hover {
    color: #888;
}

.about-content-timeline {
    height: 5rem;
    width: 100%;
    margin-top: 2rem;
    position: relative;
}
.about-content-timeline .center-line {
    height: 2px;
    background: #111111;
    position: relative;
    top: 49%;
    width: 100%;
}
.about-content-timeline table {
    width: 90%;
    height: 5rem;
    position: absolute;
    /*绝对定位水平居中*/
    margin: auto;
    top: 0; left: 0; bottom: 0; right: 0;
}
.about-content-timeline table td{
    font-size: 12px;
    width: 12.5%;
    text-align: center;
    cursor: pointer;
}
.about-content-timeline table td img {
    width: 50px;
    height: 10px;
}
/*奇数列*/
.about-content-timeline table .odd-td {
    vertical-align: top;
}
.about-content-timeline table .odd-td img{
    margin-top: -1em;
}
/*偶数列*/
.about-content-timeline table .even-td {
    vertical-align: bottom;
    margin-top: 3px;
}
.about-content-timeline table .even-td img{
    margin-bottom: -1.5rem;
}
/*选中列*/
.about-content-timeline table .active-td{
    font-weight: 600;
}
.about-content-newslist {
    padding-top: 3rem;
    font-size: 14px;
    width: 70%;
    margin: 0 auto;
}
.newslist-title {
    float: left;
    max-width: 80%;
}
.newslist-date {
    float: right;
}
.newslist-date button {
    margin-right: 1rem;
    background: #e7a100;
    color: white;
    font-size: 12px;
    padding: 0.5rem 1rem;
    border: 1px solid #e7a100;
    border-radius: 5px;
}
.about-content-newslist li {
    padding: 4px 4px;
    border-bottom: 1px #888888 dashed;
}
.about-content-newslist li a {
    color: #696969;
    cursor: pointer;
}
.about-content-newslist li a:hover {
    color: #e7a100;
}
.about-content-pager {
    width: 60% !important;
    padding-top: 3rem;
}
.about-content-pager ul{
    margin-left: 20%;
    margin-right: 20%;
}
.about-content-pager ul li a{
    color: #696969 !important;
    background: white !important;
}
.pager ..qa-query-list .qa-right .button a a{
    background: #e7a100 !important;
    color: white !important;
    border: 1px #e7a100 solid !important;
}
.about-content-pager ul a:hover{
    background: #e7a100 !important;
    color: white !important;
    border: 1px #e7a100 solid !important;
}
.content-item {
    padding-bottom: 2rem;
}
.content-item .content-title {
    font-size: 14px;
    color: #333;
}
.content-item .content-detail {
    font-size: 12px;
    color: #888;
}
.company-man-list {
    width: 100%;
}
.company-man-list .company-man {
    text-align: center;
    width: 20%;
    float: left;
}
.company-man-list .company-man img{
    width: 60%;
    border-radius: 5px;
}
.company-man-list .company-man .company-man-name {
    padding-top: 1rem;
    font-size: 20px;
    color: #333;
}
.company-man-list .company-man .company-man-job {
    font-size: 12px;
    color: #e7a100;
}
.contactus-item-input {
    padding-bottom: 2rem;
    line-height: 3rem;
}
.contactus-item-input input[type="submit"] {
    padding: 0.1rem 3rem 0.1rem 3rem;
    border: 1px solid #ccc;
    background: white;
    border-radius: 3px;
}
.contactus-item-input .contact-icon {
    float: left;
}
.contactus-item-input .contact-icon img{
    width: 32px;
}
.contactus-item-input .contact-detail {
    float: left;
    font-size: 12px;
    color: #888;
    padding-left: 2rem;
}
.job-list .job-list-item {
    margin-bottom: 4rem;
}
.job-list .job-list-item .job-name {
    background: #e7a100;
    color: white;
    font-size: 16px;
    padding: 1rem 2rem 1rem 2rem;
}
.job-list .job-list-item .job-desc {
    margin-top: 2rem;
    padding-left: 2rem;
    font-size: 14px;
    color: #333333;
}
.job-list .job-list-item .job-desc .job-desc-item {
    padding-right: 3rem;
}
.job-list .job-list-item .job-detail .job-detail-title {
    margin-top: 2rem;
    padding-left: 2rem;
    font-size: 14px;
    color: #333333;
}
.job-list .job-list-item .job-detail .job-detail-content{
    font-size: 14px;
    color: #888;
    padding-left: 2rem;
}
/*左边栏*/
.about-left{
    width:100%;
    /*border: 2px solid red;*/
    margin-top: 85px;
    height: 500px;
}
.about_search{
	width: 19%;
	display: inline-block;
	margin-top: 20px;
	
}
.about-content .about_search li{
    border-radius: 10px;
    height: 75px;
    font-size: 22px;
    font-weight: 500;
    margin-top: 30px;
    background-color: #f5f5f5;
}

.about-content  .about_search li:first-child{

    background: url("jxs.png") no-repeat 10px;
    /*background-position: 10px;*/
    background-color: #f5f5f5;

}
.about-content  .about_search li:nth-child(2){

    background: url("zbcx.png") no-repeat 10px;
    background-color: #f5f5f5;


}
.about-content .about_search li:nth-child(3){

    background: url("sgal.png") no-repeat 10px;
    background-color: #f5f5f5;

}
/*右边栏*/
.about-content .about_search  li a{
    padding-left: 120px;
    padding-top: 20px;
    display: block;
    width: 100%;
    height: 100%;
}
.about-left .right-step{
	width: 80%;
	float: right;
	margin-top: 50px;
	padding-left: 50px;
}
.about-left .right-step .step-item-par {
    /*padding: 0.5rem;*/
    background: #f5f5f5;
}
.about-left .right-step .step-item {
    background: #f5f5f5;
    color: black;
    width: 100%;
    font-size: 20px;
    line-height: 20px;
    width: fit-content;
    padding: 0.2rem 0.8rem;

}
.about-left .right-step .step-item i{
	width: 40px;
	height: 40px;
	display: inline-block;
	background: url(../img/DOC/PDF.png) no-repeat;
}
.about-left .right-step .badge-danger{
	width: 100%;
	font-size: 12px;
	background: white;
	color: gray;
}
.about-left .right-step .set{
	color: black;
    width: 100%;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
    margin-top: 15px;
    margin-left: 10px;
    margin-bottom: 5px;
}
.about-left .right-step .step{
	width: 180px;
	height: 60px;
	/*border: 1px solid black;*/
	position: relative;
}
.about-left .right-step .step i{
	width: 40px;
	height: 40px;
	display: block;
	background: url(../img/DOC/PDF.png) no-repeat;
}
.about-left .right-step .step .default{
	width: 40px;
	height: 40px;
	display: inline-block;
	background: url(../img/DOC/xi.png) no-repeat;
}
.about-left .right-step .step p{
	font-size: 12px;
    color: gray;
	position: absolute;
	top: 0;
	right: 60px;
}
.about-left .right-step .step .danger{
	position: absolute;
	top: 0;
	right: 80px;
}
.about-left .right-step .step a{
	position: absolute;
	bottom: 20px;
	right: 80px;
	    color: #f0a928;
	text-decoration: none;
}
.about-content .about_search a:link,.about_search a:visited{text-decoration: none;color:#f0a928;font-size: 20px;}
.about-content .about_search a:hover,.about_search a:active{text-decoration: none;color: #000000;font-size: 20px; }
.about-content .service-top .service-top-content1 {
    position: absolute;
    font-size: 18px;
    color: white;
    top:10%;
    left: 38%;
    width: 50%;
}
.about-content .service-top .service-top-content2 {
    text-indent: 2rem;
    position: absolute;
    bottom:0;
    left: 0;
    width: 50%;
    font-size: 12px;
    color: #342c2a;
}
.about-content .service-center {
    margin-top: 8rem;
}
/*.about-content .dcp-center{
    margin-top: 4rem;
}*/
.about-content .service-center .service-center-button {
    margin: 0 auto;
    padding: 0.5rem 2.5rem;
    border: 1px solid #e7a100;
    width: fit-content;
    border-radius: 5px;
    cursor: pointer;
    line-height: 1;
    color: #342c2a;
    font-size: 12px;
}
.about-content .service-center .service-center-button span {
    color: #e7a100;
    font-size: 30px;
}
.about-content .service-center .service-center-gallery {
    margin-top: 8rem;
    width: 100%;
    text-align: center;
}
.about-content .service-center .service-center-gallery .gallery-item {
    width: 33.3333%;
    float: left;
    height: auto;
}
.about-content .service-center .service-center-gallery .gallery-item img {
    height: 208px;
}
.about-content .service-bottom {
    margin-top: 4rem;
}
.about-content .service-bottom .service-bottom-title {
    color: #e7a100;
    font-size: 18px;
}
.about-content .service-bottom .service-bottom-content {
    color: #342c2a;
    font-size: 12px;
    text-indent: 2rem;
    padding-top: 1rem;
    padding-bottom: 10rem;
}
.about-content .service-bottom .service-bottom-form {
    background: url("../img/service/train_bottom_bg.png") no-repeat center;
    background-size: cover;
    height: 456px;
    width: 100%;
    padding-top: 3rem;
    text-align: center;
}
.about-content .service-bottom .service-bottom-form .service-bottom-form-title {
    font-size: 20px;
    color: white;
    background: #e7a100;
    padding: 0.2rem 1rem;
    width: fit-content;
    margin: 0 auto;
}
.about-content .service-bottom .service-bottom-form .service-bottom-form-item-input {
    padding-bottom: 2rem;
}
.about-content .service-bottom .service-bottom-form .service-bottom-form-item-input input,
.about-content .service-bottom .service-bottom-form .service-bottom-form-item-input textarea{
    background: black;
    opacity: 0.5;
    color: white;
    font-size: 12px;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}
.about-content .service-bottom .service-bottom-form .service-bottom-form-item-input .phone {
    width: 70%;
    float: left;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.about-content .service-bottom .service-bottom-form .service-bottom-form-item-input .phone-code {
    width: 30%;
    float: left;
    background: #e7a100;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    opacity: 1;
}
.about-content .service-bottom .service-bottom-form .service-bottom-form-item-input button {
    background: #e7a100;
    color: white;
    font-size: 12px;
    padding: 0.5rem 3rem;
    border: 1px solid #e7a100;
    border-radius: 5px;
}
.about-content .service-bottom .service-bottom-form form {
    width: 30%;
    padding-top: 3rem;
    margin: 0 auto;
}
.about-content .product-desc-center {
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.about-content .product-desc-center .center-menu-item {
    width: 25%;
    float: left;
    padding: 1rem;
}
.about-content .product-desc-center .active .item-name  {
    border: 1px solid #e7a100 !important;
    background: #e7a100 !important;
    color: white !important;
}
.about-content .product-desc-center .center-menu-item .item-name {
    border: 1px solid #e5e5e5;
    width: 100%;
    padding: 0.5rem 2rem;
    font-size: 20px;
    color: #888;
    background: white;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}
.about-content .product-desc-center .center-menu-item .item-ico i {
    font-size: 25px;
    opacity: 0;
}
.about-content .product-desc-center .center-menu-item .item-ico {
    color: white;
    margin-top: -10px;
    text-align: center;
}
.about-content .product-desc-center .active .item-ico {
    color: #e7a100 !important;
}
.about-content .product-desc-center .active .item-ico i {
    opacity: 1;
}
.about-content .product-desc-top {
    background: url("../img/product/httptest.uppf.comstaticindeximgproductdesc_top_bg.jpg") no-repeat center white;
    width: 100%;
    height: 2836px;
}
.about-content .product-desc-bottom {
    background-image: url("../img/product/desc_bottom_1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-color: white;
    width: 100%;
    height: 1060px;
}

/*这里爱是的*/

.bb-bookblock{
	width: 100%;
	height: 570px;
	position: relative;
}
.bb-item{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    background: #fff;
}
.bb-item {
	display: block;
	
}
.bb-item .bb
{
	width: 100%;
	height: 619px;
	/*background-size: cover;*/
}
.header-content{
	/*padding: 20px;*/
}
.right-titlea{
	font-size: 18px;
    color: #fff;
    background: black;
    text-decoration: none;
    width:150px;
    height:45px;
    cursor: pointer;
    line-height: 40px;
    display: block;
    text-align: center;
    float: left;
    border-radius:10px;
}
.right-titlea i{
	width: 30px;
	height: 30px;
	display: inline-block;
	
    background: url("fengmian.png") no-repeat;
    background-position: 0px 10px;
}

.badedf{
	margin-top: 20px;
}
.right-title2{
	font-size: 18px;
    color: #fff;
    background: black;
    width:200px;
    height:45px;
    line-height: 20px;
    display: block;
    cursor: pointer;
    text-align: center;
    float: left;
    margin-left: 15px;
    border-radius:10px; 
}
.right-titlea .a{
	width: 30px;
	height: 30px;
	display: inline-block;
    background: url("dibu.png") no-repeat;
    background-position: 0px 9px;
}
.active3{
	font-size: 18px;
    color: #fff;
    background: black;
    text-decoration: none;
    width:200px;
    height:45px;
    cursor: pointer;
    line-height: 20px;
    display: block;
    text-align: center;
    float: right;
    border-radius:10px;
    
}
.active3 .cell{
	width: 30px;
	height: 30px;
	display: inline-block;
	background: url("shang.png") no-repeat;
	background-position: 0px 9px;
	
	
}
.active4{
	font-size: 18px;
    color: #fff;
    background: black;
    text-decoration: none;
    width:150px;
    height:45px;
    cursor: pointer;
    line-height: 40px;
    display: block;
    margin-left: 10px;
    text-align: center;
    float: right;
    border-radius:10px;
}
.cell2{
	width: 30px;
	height: 30px;
	display: inline-block;
	background: url("xia.png") no-repeat;
	background-position: 0px 9px;
}
nav{
	margin-top: 15px;
}
.dcp-content{
    width:1100px;
    overflow: hidden;
    margin: 0 auto;
}
.dcp-left {
    width: 190px;
    height: auto;
    float: left;
}

.dcp-right{
    width: 840px;
    padding-top: 3rem;
    height: auto;
    min-height: 30rem;
    margin-left: 50px;
    float: right;

}
.dcp_search li{

    border-radius: 10px;
    height: 75px;
    font-size: 22px;
    font-weight: 500;
    margin-top: 30px;
    background-color: #f5f5f5;
}
.dcp_search li:first-child{

    background: url("../img/jxs.png") 15px 15px no-repeat;
    background-color: #f5f5f5;

}
.dcp_search li:nth-child(2){

    background: url("../img/zbcx.png") 15px 15px no-repeat;
    background-color: #f5f5f5;


}
.dcp_search li:nth-child(3){

    background: url("../img/sgal.png")15px 15px no-repeat ;
    background-color: #f5f5f5;

}
.dcp_search a{

    padding-left: 70px;
    padding-top: 20px;
    display: block;
    width: 100%;
    height: 100%;



}
.dcp_search a:link,.dcp_search a:visited{text-decoration: none;color:#f0a928;font-size: 20px;}
.dcp_search a:hover,.dcp_search a:active{text-decoration: none;color:#f51d1d;font-size: 20px; }
.filename{
    background: #f5f5f5;
    color: black;
    width: 100%;
    font-size: 20px;
    line-height: 20px;
    padding: 0.2rem 0.8rem;

}
.filename-info p:first-child{
    font-size: 18px;
    font-weight: 400;
}
.download{
    background: #f5f5f5;
    color: black;
    width: 100%;
    font-size: 20px;
    line-height: 20px;
    padding: 0.2rem 0.8rem;

}
.icon1 i{
    width: 40px;
    height: 40px;
    display: inline-block;
    background: url(../img/DOC/PDF.png) no-repeat;
}
.icon1-right{
    display: inline-block;
    margin-left: 5px;
}

.icon2 i{
    width: 40px;
    height: 40px;
    display: inline-block;
    background: url(../img/DOC/xi.png) no-repeat;
}
.icon2-right{
    display: inline-block;
    margin-left: 5px;
}
.icon1{
    margin-top: 10px;
}
.icon2{
    margin-top: 10px;
}

.dcp-right a:link,.dcp-right a:visited{text-decoration: none;color:#f0a928;font-size: 15px;}
.dcp-right a:hover,.dcp-right a:active{text-decoration: none;color:#f51d1d;font-size: 15px; }
