 
 /*pb_title*/
.pb_title{text-align:center;position:relative;}
.pb_title:before{content:'';position:absolute;width:calc(50% - 165px);height:1px;background:#DEDEDE;left:0;top:50%;z-index:1;}
.pb_title:after{content:'';position:absolute;width:calc(50% - 165px);height:1px;background:#DEDEDE;right:0;top:50%;z-index:1;}
.pb_title h2{margin:0;font-size:36px;color:#00BFC4;font-weight:bold;position:relative;line-height:50px;height:50px;position:relative;display:inline-block;width:330px;z-index:10;}
.pb_title p{margin:0;font-size:20px;color:#999;line-height:30px;margin-top:5px;height:30px;text-transform:uppercase;letter-spacing:1px;}
.pb_title h2:before{content:'';width:7px;height:7px;left:0;bottom:4px;background:#DEDEDE;border-radius:50%;position:absolute;}
.pb_title h2:after{content:'';width:7px;height:7px;right:0;bottom:4px;background:#DEDEDE;border-radius:50%;position:absolute;}

.pb_btn{height:50px;line-height:50px;display:inline-block;background:#1b75e2;color:#FFF;padding:0 25px;border-radius:25px;}
.pb_btn span{font-weight:normal;font-size:18px;}
  
.containerabout{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto; max-width:1200px;}

/*info*/
#infobg{background:url(../images/infobg.jpg) no-repeat center top;padding:20px 0 0;background-size:cover;}
.info{margin-top:35px;padding:20px 36px 30px 40px;background:#FFF;}
.info .i_left{width:calc(100% - 624px);float:left;}
.info .i_left .cn{color:#1062cd;font-weight:bold;font-size:20px;margin-top:1px; padding-top:20px;}
.info .i_left p{line-height:28px;color:#4a4a4a;margin-top:20px;}
.info .i_left p a{color:#ff9205;}
.info .i_right{width:548px;float:right;position:relative;cursor:pointer;}
.info .i_right img{display:block;width:100%;height:auto;}
.info .i_right i{display:block;width:63px;height:63px;background:url(v_icon.png) no-repeat left top;position:absolute;left:50%;margin-left:-31px;top:50%;margin-top:-31px;}
 
 
    