@font-face {
font-family: tonjay;
src:url('../font/tonjay-web.woff');
}
body{
    background-color: #f0f0f0;
    width: 100%;
    height: auto;
    /*overflow: hidden;*/
}

/*右侧*/
.pro_del_dates{
    margin-top: 15px;
}
.pro_del_dates .tits{
	font-family: tonjay;
}
.pro_detail >div{
    display: inline-block;
    vertical-align: top;
}
.pro_big_img img{
    width: 430px;
    height: 335px;
    display: none;
}
.pro_big_img dl{
    width: 430px;
    height: 335px;
    display: none;
}
.pro_big_img img:nth-child(1){
    display: block;
}
.pro_big_img dl:nth-child(1){
    width: 430px;
    height: 335px;
    display: block;
}
.pro_sm_img img{
    width: 133px;
    height: 103px;
    margin-top: 10px;
    border: 2px solid #fff;
}
.pro_sm_img a:nth-child(1) img{
    border: 2px solid #f00;
}
.pro_sm_img a{
    margin: 0;
}
.pro_sm_img a:nth-child(2){
    margin: 0px 6px;
}
.pro_detail_del{
    width: 430px;
    float: right;
}
.pro_detail_del h1{
    font-size: 26px;
    font-weight: bold;
    color: #2958a5;
    line-height: 31px;
}
.pro_detail_del table{
    height: 310px;
}
.pro_detail_del table tr{
    margin-top: 5px;
    display: block;
}
.pro_detail_del table tr td:nth-child(1){
    width: 170px;
    vertical-align: top;
}
.pro_detail_del table tr td:nth-child(2){
    color: #666666;
    font-size: 15px;
}
.pro_detail_more a{
    width: 170px;
    height: 40px;
    background-color: #c01922;
    color: #fff;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
}
.pro_detail_more a span{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin-top: 8px;
}
.pro_detail_more a:nth-child(1){
    margin-right: 20px;
    background-color: #ffb02d;
}
.pro_detail_more a i{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: 8px;
}
.pro_detail_more a:nth-child(1) i{
    width: 24px;
    height: 22px;
    background: url(../images/pro_email.png)no-repeat;
    background-size: contain;
}
.pro_detail_more a:nth-child(2) i{
    width: 20px;
    height: 20px;
    background: url("../images/pro_message.png")no-repeat;
}
/*产品详细信息*/
.pro_intro .pro_tab {
    height: 45px;
    border-radius: 10px;
    background-color: #1e57b1;
}
.pro_intro .pro_tab >dd{
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    height: 45px;
    border-radius: 5px;
    margin-left: -6px;
    cursor: pointer;
}
.pro_intro .pro_tab >dd:last-child p{
    border-right: none!important;
    padding: 0px 50px!important;
}
.pro_intro .pro_tab >dd p{
    padding: 0px 42px;
    margin: 15px auto;
    color: #fff;
    border-right: 1px solid #fff;
    line-height: 20px;
    margin-right: 2px;
}
.pro_intro .pro_tab >dd i{
    width: 17px;
    height: 11px;
    margin: 0px auto;
    background: url("../images/pro_check.png") no-repeat center;
    margin-top: -12px;
    display: none;
}
.pro_intro .pro_tab >dd:nth-child(1) i{
    display: block;
}

.pro_intro .pro_des_show dd{
    display: none;
}
.pro_intro .pro_des_show dd:nth-child(1){
    display: block;
}
/*产品分类列表页开始*/
.pro_hot_list > p{
    font-size: 18px;
    color: #fff;
    background-color: #1f57b1;
    text-align: left;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    padding-left: 10px;
}
.pro_hot_list{
    height: 290px;
}
.pro_hot_des{
    margin-top: 20px;
}
.pro_hot_list > p>a{
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    color: #fff;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    font-size: 13px;
}
.pro_hot_des>div{
    display: inline-block;
    vertical-align: top;
    margin: 0px 4px;
    width: 215px;
    height: 200px;
}
.pro_hot_des>div img{
    width: 100%;
    margin-bottom: 10px;
}
.pro_hot_des>div:nth-child(1){
    margin-left: 0px;
}
.pro_hot_des>div:nth-child(4){
    margin-right: 0px;
}
/*产品分类列表页结束*/
/*产品列表页开始*/

.pro_list>div{
    display: inline-block;
    vertical-align: top;
    margin: 25px 4px;
}
.pro_list>div:nth-child(4n){
    margin-right: 0px;
}
.pro_list>div:nth-child(4n+1){
    margin-left: 0px;
}
.pro_list_child{
    width: 215px;
 }
.pro_list_child img{
    width: 100%;
}
/*产品列表页结束*/
video{
    width: 100%;
}

.pro_re_case div{
    display: inline-block;
    vertical-align: top;
    width: 296px;
}


