nav{
    background-color: #fff;
    border-top:1px solid #C3C3C3;
}
nav>ul>li>a{
    color: #545454;
}
main{
	/**
	 * 20191008修改，背景色为白色
	 */
	background-color: #FFFFFF;
    margin-top: 120px;
}
.bg-guide{
    width: 100%;
    height: 250px;
    background:no-repeat center;
    /*background:url(../img/cpzx-banner.jpg) no-repeat center;*/
    background-size: cover;
    position: relative;
}
.bg-guide>.btn{
    position: absolute;
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    padding: 20px 40px;
    font-size: 18px;
    left: 18%;
    bottom: 35%;
    border-radius: 0;
}
.positions{
   background-color: #fff;
   height: 50px;
}
.positions>p{
    width: 70%;
    margin: auto;
    color: #8C8C8C;
    text-align: left;
    font-size: 14px;
    line-height: 50px;
}
.content{
    width: 50%;
    margin: auto;
    background-color: white;
    margin-top: 20px;
}
.productBanner{
    width: 100%;
}
.productDetails{
    width: calc(100% - 530px);
    /*min-width: 400px;!*20191022增加最小宽度为400*!*/
    text-align: left;
    margin-left: 30px;
    padding-top: 10px;
}
.productTitel{
    /*border-bottom: 1px solid #DCDCDC;*/
}
.productTitel>p{
    font-size: 15px;
    margin-bottom: 20px;
}
.productTitel>p:nth-child(1){
    font-size: 24px;
    padding-bottom: 6px;
    position: relative;
    border-bottom: 1px solid #DCDCDC;
}
.productTitel>p:nth-child(1) small{
    display: inline-block;
    width: 29px;
    height: 3px;
    background: #2d9bcd;
    position: absolute;
    left: 0;
    bottom: -2px;
}
.Details{

    /*padding: 20px 0;*/
    /*border-bottom: 1px solid #DCDCDC;*/
}
.Details>p{
    margin-bottom: 10px;
    font-size: 15px;
}
.Details>p:last-child {
    margin-bottom: 0;
}
#standard p {
    margin-bottom: 10px;
}
#standard p:last-child {
    margin-bottom: 0;
}
.product-Btns{
    margin-top: 25px;
    display: flex;
    align-self: center;
}
.product-Btns .button {
    border-radius: 5px;
    cursor: pointer;
    width: 40%;
    height: 50px;
    border: none;
    line-height: 50px;
    /*text-align: center;*/
    justify-content: space-around;
    font-size: 16px;
    background-color: #0662B2;
    color: #fff;
    margin-right: 20px;
    display: flex;
    align-items: center;
}
.product-Btns .button img{
    margin-left: 8px;
}
/*.product-Btns>button{*/
    /*width: 30%;*/
    /*height: 50px;*/
    /*border: none;*/
    /*font-size: 16px;*/
    /*background-color: #0662B2;*/
    /*color: #fff;*/
    /*margin-right: 20px;*/
/*}*/
.product-Btns .button:nth-child(1){
    background-color: #FD6800;
}
.details-nav{
    margin-top: 20px;
    background-color: #fff;
}
.nav-btn{
    height: 50px;
    width: 50%;
    margin: auto;
}
.nav-btn>div{
    cursor: pointer;
    font-size: 16px;
    height: 50px;
    width: 10%;
    /*padding:0 20px;*/
    line-height: 50px;
}
.nav-btn>div:hover{
    border-bottom: 2px solid #0662B2;
}
.nav-btnActive{
    background-color: #0662B2;
    color: #fff;
}
.Summary{
    width: 50%;
    margin: auto;
    text-align: left;
    font-size: 16px;
    margin-top: 20px;
    background-color: #fff;
    /*padding: 20px;*/
}

/*
 * 新增  2019-09-27 王锦涛
 * 解决产品概述里图片不能自适应宽度的 问题
 * */
.Summary1 img{
	height: 100% !important;
	width: 100% !important;
}

/*
 * 新增2019-09-27  王锦涛
 *  开放工单  
 */
.openOrder{
    display: none;
    margin-top: 20px;
    background-color: #fff;
    padding: 20px 40px;
}
.openOrder>.titel{
    border-bottom: 1px solid #C3C3C3;
    padding-bottom: 20px;
}
.openOrder>.titel>.titelName>img{
    width: 25px;
    height: 25px;
}
.openOrder>.titel>.titelName>p{
    font-size: 22px;
    color: #545454;
}
.problemList>.list{
    border-bottom: 2px dashed #C3C3C3; 
    text-align: left;
    cursor: pointer;
}
.problemList>.list:hover>p{
    color: #0662B2;
}
.problemList>.list>p{
    margin-top: 20px;
    font-size: 18px;
}
.problemList>.list>div{
    padding: 20px 0;
}
.problemList>.list>div>p{
    font-size: 14px;
}

/**
 * 2019-09-28新增  wjt
 * 产品资料下载列表
 */
.serviceList{
    text-align: left;
    padding: 20px;
    padding-top: 0;
}

.b-titel>p{
    font-size: 16px;
    color: #525252;
}
.b-txt{
    font-size: 16px;
    color: #525252;
}
.b-list{
    cursor: pointer;
    border-bottom: 1px solid #E5E1E1;
    padding: 20px;
}
.b-list>div:nth-child(1)>p{
    font-size: 15px;
    color: #525252;
}
.b-list>div:nth-child(1)>p:nth-child(2){
    margin: 0 40px;
}



.Summary5 .serviceList{
    text-align: left;
    padding: 20px;
}
.Summary5 .serviceList>.list{
    cursor: pointer;
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.Summary5 .serviceList>.list>div:nth-child(1){
    width: 165px;
    height: 115px;
}
.Summary5 .serviceList>.list>div:nth-child(2){
    width: calc(100% - 180px);
    margin-left: 20px;
    padding-top: 10px;
}
.Summary5 .b-titel>p{
    font-size: 16px;
    color: #000;
}
.Summary5 .b-txt{
    font-size: 14px;
    margin-top: 20px;
    color: #525252;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    /*控制在3行*/
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}

/*.img-magnify{*/
	/*animation: img-magnify 2s linear;*/
	/*animation-fill-mode: forwards;*/
/*}*/

/*@keyframes img-magnify{*/
	/*100% {*/
		/*width: 150%;*/
		/*margin-left: calc((100% - 150%)/2);*/
	/*}*/
/*}*/
@media screen and (max-width: 1440px){
    .content {
        width: 70%!important;
    }
    .Summary {
        width: 70%;
    }
    .nav-btn{
        width: 70%;
    }
}
@media screen and (max-width: 1560px){
    .content {
        width: 70%!important;
    }
    .Summary {
        width: 70%;
    }
    .nav-btn{
        width: 70%;
    }
}
table {
    width: 90% !important;
    min-height: 200px;
    border-width: 1px;
    border-color: #D8D8D8;
    border-collapse:collapse;
   margin-bottom: 10px;
}
thead tr{
    background-color: #0662B2;
    color: #ffffff;
    height: 50px;
}
 tr,td{
    width: 50%;
    height: 50px;
    /*width: 20%;*/
    border: 1px solid #d8d8d8;
    text-align: center;
}

