/***********************************
*
*  css of agent.html
*
***********************************/

/*agent*/
.agent{position: relative;z-index: 5;width:100%;}


/*tit*/
.agent .tit{position: relative;z-index: 6;padding-bottom: 30px;}
.agent .tit span{display:block;margin-left:15px;padding-left:15px;border-left:5px solid #343535;line-height: 30px;font-size: 18px;}


/*con*/
.agent .con{position: relative;z-index: 6;width:100%;overflow: hidden;}
.agent .con .wrapper{border:2px solid #00A265;padding:10px;}
.agent .con .conInner{border:1px solid #9A9691;overflow: hidden;padding:5px;}


.agent .conInner .slider3{width:494px;float:left;}
.agent .conInner .slider3 .bx-wrapper { margin: 0;}
.agent .conInner .slider3 .bx-wrapper .bx-viewport{border:0 none;left:0;}
.agent .conInner .slider3 .bx-wrapper .bx-pager{bottom:5px;right:20px; padding:0;text-align: right;}
.agent .conInner .slider3 .bx-wrapper .bx-pager.bx-default-pager a{color: transparent;}
.agent .conInner .slider3 .bx-wrapper .bx-pager.bx-default-pager a:hover{background:#00352E; }
.agent .conInner .slider3 .bx-wrapper .bx-pager.bx-default-pager a.active{background:#00352E; }



.agent .conInner .brief{padding-right:1%;width:45%;float:right;}
.agent .conInner .briefList{display:none;}
.agent .conInner .briefList1{display:block;}
.agent .conInner .brief p{padding:10px 0; line-height: 25px;color: #666;font-size: 16px;}
.agent .conInner .brief p label{padding-right:15px;color: #000;font-weight: 16px;}



/***********************************
*
*  css of bank.html
*
***********************************/

/*bank*/
.bank{position: relative;z-index: 5;width:100%;}

/*bank*/
.bank .con{position: relative;z-index: 6;width:100%;overflow: hidden;}
.bank .con img{width:auto;max-width:100%;height:auto;}





/***********************************
*
*  css of contact.html
*
***********************************/

/*contact*/
.contact{position: relative;z-index: 5;width:100%;}

.contact .pic{width:60%;float:left;margin-right:50px;border:1px solid #D1CEC8;
-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.contact .txt p{padding-top:35px; line-height: 25px;color: #666;font-size: 16px;}
.contact .txt p label{padding-right:15px;color: #000;font-weight: 16px;}
.contact .txt p.dimail label{font-weight:bold;color:blue;}
.contact .txt p.dimail a{font-weight:bold;color:blue;}



/***********************************
*
*  css of certifications.html
*
***********************************/

/*certif*/
.certif{position: relative;z-index: 6;width:100%;padding:50px 0;}
/*tit*/
.certif .tit{position: relative;z-index: 6;width:100%;}
.certif .tit .divider{z-index: 7;position: absolute;top:19px;left:0;width:100%;height:0;border-bottom:2px solid #005F4F;}

.certif .tit .nav{z-index: 8;position:relative;width:100%;min-height:40px;}
.certif .tit .nav .list{float:left; width:25%;}
.certif .tit .nav .list .btn{cursor:pointer;display:block;margin:0 auto; width:160px;height:40px;line-height:40px;text-align: center;font-size: 16px;color: #fff;background: #00A265;}
.certif .tit .nav .list.active .btn{background: #005F4F;}

/*con*/
.certif .con{width:100%;padding-top:80px;overflow: hidden;}
.certif .con .conbox{display:none;}
.certif .con .conbox:nth-of-type(1){display:block;}

.certif .con ul{margin-right:-30px;}
.certif .con ul li{display:inline-block;float:left;margin:30px 30px 0 0;}


