﻿@charset "utf-8";
/* CSS Document */

/*banner*/
.pbanner{ width:100%;height:400px;overflow:hidden;position:relative;background:url(../images/zhht/banner1.jpg) center center no-repeat; text-align:center;}
.pbanner:before{display: inline-block;content: "";width: 0;height: 100%;vertical-align: middle;font-size: 0;}

.xs{display:block;}
.xhide{display:none;}

.zhht-c{width:960px;margin:0 auto;margin-top:50px;margin-bottom:80px; overflow:hidden;}
.zhht-c p{ text-align:center;}
.zhht-c .owl-theme{margin-bottom:20px;}
.zhht-c .owl-theme .owl-controls .owl-buttons {display:none;}
.zhht-c .owl-theme .owl-controls {   margin-top:00px; text-align: center; position:absolute;bottom:20px;width:100%;}


/*移动端样式*/
@media screen and (max-width: 1300px) 
{
/*banner*/
.pbanner{ width:100%;height:400px;margin-top:60px; zoom:0.7;background:url(../images/zhht/banner1.png) center center no-repeat; }
.zhht-c{width:auto;zoom:0.75;}

}
@media screen and (max-width: 767px) 
{
/*banner*/
.pbanner{ width:100%;height:400px;margin-top:60px; zoom:0.38;background:url(../images/zhht/banner1.png) center center no-repeat; }

.xs{display:none;}
.xhide{display:block;}

.zhht-c{width:auto;zoom:0.37;}

}
